diff --git a/README.md b/README.md index fb7e84b..7257810 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ -# CipherSR -#### Honkai: Star Rail server emulator (3.3 beta) written in Zig. +# JingliuSR +#### Honkai: Star Rail server emulator (3.4 beta) written in Zig. + +# Saber who??? trash bin who??? ![Screenshot](Screenshot.png) ## Requirements -[Zig 0.13.0](https://ziglang.org/download/) and +[Zig 0.13.0 x64](https://ziglang.org/download/0.13.0/zig-windows-x86_64-0.13.0.zip) and [Proxy](https://git.xeondev.com/YYHEggEgg/FireflySR.Tool.Proxy/releases) ## Running @@ -11,34 +13,34 @@ Windows: ``` -git clone https://git.xeondev.com/castorice-sr/cipher-sr -cd cipher-sr -start zig build run-dispatch -start zig build run-gameserver +git clone https://git.xeondev.com/HonkaiSlopRail/jingliu-sr +cd jingliu-sr +zig build run-dispatch +zig build run- ``` Then open Proxy then open client Linux: ``` -git clone https://git.xeondev.com/castorice-sr/cipher-sr -cd cipher-sr +git clone https://git.xeondev.com/HonkaiSlopRail/jingliu-sr +cd jingliu-sr zig build run-dispatch & zig build run-gameserver ``` Then open Proxy then open client ### Using Pre-built Binaries -Navigate to the [Releases](https://git.xeondev.com/castorice-sr/cipher-sr/releases) +Navigate to the [Releases](https://git.xeondev.com/HonkaiSlopRail/jingliu-sr/releases) page and download the latest release for your platform. ## Connecting -[Get 3.2.52 client](https://gofile.io/d/Q7fSQm) +[Get 3.3.51 client](https://gofile.io/d/tWhXrJ) ## Functionality (work in progress) - Login and player spawn - Test battle via calyx - MOC/PF/AS simulator - Gacha simulator -- Support command for Sillyism +- Support command for Sillyism (there are some bugs right now ) ## Contributing diff --git a/build.zig b/build.zig new file mode 100644 index 0000000..d0ddf96 --- /dev/null +++ b/build.zig @@ -0,0 +1,64 @@ +const std = @import("std"); +const protobuf = @import("protobuf"); + +pub fn build(b: *std.Build) void { + const target = b.standardTargetOptions(.{}); + const optimize = b.standardOptimizeOption(.{}); + + const dep_opts = .{ .target = target, .optimize = optimize }; + + const protobuf_dep = b.dependency("protobuf", dep_opts); + + if (std.fs.cwd().access("protocol/StarRail.proto", .{})) { + const protoc_step = protobuf.RunProtocStep.create(b, protobuf_dep.builder, target, .{ + .destination_directory = b.path("protocol/src"), + .source_files = &.{ + "protocol/StarRail.proto", + }, + .include_directories = &.{}, + }); + + b.getInstallStep().dependOn(&protoc_step.step); + } else |_| {} // don't invoke protoc if proto definition doesn't exist + + const dispatch = b.dependency("dispatch", dep_opts); + b.installArtifact(dispatch.artifact("dispatch")); + + const gameserver = b.dependency("gameserver", dep_opts); + b.installArtifact(gameserver.artifact("gameserver")); + + // "run-dispatch" command + const dispatch_cmd = b.addRunArtifact(dispatch.artifact("dispatch")); + dispatch_cmd.step.dependOn(b.getInstallStep()); + + if (b.args) |args| { + dispatch_cmd.addArgs(args); + } + + const dispatch_step = b.step("run-dispatch", "Run the dispatch server"); + dispatch_step.dependOn(&dispatch_cmd.step); + + // "run-gameserver" command + const gameserver_cmd = b.addRunArtifact(gameserver.artifact("gameserver")); + gameserver_cmd.step.dependOn(b.getInstallStep()); + + if (b.args) |args| { + gameserver_cmd.addArgs(args); + } + + const gameserver_step = b.step("run-gameserver", "Run the game server"); + gameserver_step.dependOn(&gameserver_cmd.step); + // "gen-proto" + const gen_proto = b.step("gen-proto", "generates zig files from protocol buffer definitions"); + + const protoc_step = protobuf.RunProtocStep.create(b, protobuf_dep.builder, target, .{ + // out directory for the generated zig files + .destination_directory = b.path("protocol/src"), + .source_files = &.{ + "protocol/StarRail.proto", + }, + .include_directories = &.{}, + }); + + gen_proto.dependOn(&protoc_step.step); +} diff --git a/build.zig.zon b/build.zig.zon new file mode 100644 index 0000000..4a90d5c --- /dev/null +++ b/build.zig.zon @@ -0,0 +1,15 @@ +.{ + .name = "JingliuSR", + .version = "0.0.1", + .minimum_zig_version = "0.13.0", + .dependencies = .{ + .dispatch = .{ .path = "dispatch" }, + .gameserver = .{ .path = "gameserver" }, + .protocol = .{ .path = "protocol" }, + .protobuf = .{ + .url = "https://github.com/Arwalk/zig-protobuf/archive/7c49ed66e029c9c7e6253b3d6d256118745550a4.tar.gz", + .hash = "122063ee7ff32a3c1aefd91a46a9fc23df0571949c3a02e2f44d39afbad0b53018a3", + }, + }, + .paths = .{""}, +} diff --git a/config.json b/config.json new file mode 100644 index 0000000..49acd88 --- /dev/null +++ b/config.json @@ -0,0 +1,328 @@ +{ + "avatar_config": [ + { + "name": "Jingliu", + "id": 1212, + "hp": 100, + "sp": 50, + "level": 80, + "promotion": 6, + "rank": 0, + "lightcone": { + "id": 23014, + "rank": 1, + "level": 80, + "promotion": 6 + }, + "relics": [ + "61041,15,1,4,5:1:0,6:3:5,8:1:1,9:4:4", + "61022,15,1,4,3:1:1,6:3:3,8:1:1,9:3:3", + "61043,15,5,4,6:1:1,8:3:3,10:3:3,12:2:1", + "61024,15,4,4,2:1:2,5:1:1,8:4:4,9:3:0", + "63095,15,6,4,2:1:0,3:3:4,8:2:3,11:2:4", + "63096,15,2,4,1:1:0,2:2:4,7:3:1,9:2:3" + ], + "use_technique": false + }, + { + "name": "Silver Wolf", + "id": 1006, + "hp": 100, + "sp": 50, + "level": 80, + "promotion": 6, + "rank": 0, + "lightcone": { + "id": 23007, + "rank": 1, + "level": 80, + "promotion": 6 + }, + "relics": [ + "61141,15,1,4,2:3:2,4:2:3,7:2:1,11:1:2", + "61142,15,1,4,3:1:0,6:1:1,7:4:4,9:2:0", + "61113,15,7,4,2:1:2,6:3:2,7:3:1,11:1:0", + "61114,15,4,4,3:1:2,4:3:3,10:3:4,11:2:1", + "63125,15,1,4,2:2:4,7:3:1,11:2:2,12:2:3", + "63126,15,2,4,6:1:0,7:2:1,9:3:1,10:2:2" + ], + "use_technique": false + }, + { + "name": "Kafka", + "id": 1005, + "hp": 100, + "sp": 50, + "level": 80, + "promotion": 6, + "rank": 0, + "lightcone": { + "id": 23006, + "rank": 1, + "level": 80, + "promotion": 6 + }, + "relics": [ + "61161,15,1,4,5:1:1,6:2:2,7:3:1,8:2:2", + "61162,15,1,4,1:2:2,5:2:2,9:2:2,10:2:3", + "61163,15,2,4,7:3:1,8:1:1,10:2:2,11:2:3", + "61164,15,4,4,1:1:0,8:2:0,9:2:1,11:3:4", + "63115,15,7,4,1:3:4,2:1:2,8:1:0,9:3:0", + "63116,15,4,4,1:2:2,8:3:0,11:1:2,12:2:4" + ], + "use_technique": false + }, + { + "name": "Saber", + "id": 1014, + "hp": 100, + "sp": 50, + "level": 80, + "promotion": 6, + "rank": 6, + "lightcone": { + "id": 23045, + "rank": 5, + "level": 80, + "promotion": 6 + }, + "relics": [ + "61261,15,1,4,5:2:2,7:1:1,8:3:3,9:3:3", + "61262,15,1,4,9:1:1,7:3:3,5:3:3,8:2:2", + "61263,15,5,4,7:2:2,8:3:3,5:3:3,4:1:1", + "61264,15,4,4,8:2:2,9:3:3,5:2:2,4:2:2", + "63095,15,8,4,9:2:2,8:1:1,5:3:3,7:3:3", + "63096,15,4,4,9:2:2,8:2:2,7:3:3,4:2:2" + ], + "use_technique": true + }, + { + "name": "Archer", + "id": 1015, + "hp": 100, + "sp": 50, + "level": 80, + "promotion": 6, + "rank": 0, + "lightcone": { + "id": 23046, + "rank": 1, + "level": 80, + "promotion": 6 + }, + "relics": [ + "61261,15,1,4,8:2:2,2:3:3,4:1:1,12:3:3", + "61262,15,1,4,10:2:2,11:3:3,12:3:3,6:1:1", + "61263,15,5,4,4:2:2,10:3:3,11:2:2,12:2:2", + "61264,15,2,4,10:2:2,6:2:2,9:4:4,2:1:1", + "63145,15,9,4,4:1:1,6:4:4,9:1:1,5:3:3", + "63146,15,4,4,1:3:3,10:3:3,9:1:1,11:2:2" + ], + "use_technique": true + }, + { + "name": "Phainon", + "id": 1408, + "hp": 100, + "sp": 50, + "level": 80, + "promotion": 6, + "rank": 0, + "lightcone": { + "id": 23044, + "rank": 1, + "level": 80, + "promotion": 6 + }, + "relics": [ + "61261,15,1,4,6:1:1,9:3:3,12:3:3,4:2:2", + "61262,15,1,4,9:4:4,11:1:1,5:2:2,8:2:2", + "61263,15,5,4,3:2:2,2:2:2,5:4:4,6:1:1", + "61264,15,2,4,10:1:1,12:3:3,8:1:1,4:4:4", + "63225,15,4,4,9:1:1,4:2:2,6:2:2,3:4:4", + "63226,15,4,4,1:3:3,8:2:2,2:2:2,3:2:2" + ], + "use_technique": false + }, + { + "name": "Hyacine", + "id": 1409, + "hp": 100, + "sp": 50, + "level": 80, + "promotion": 6, + "rank": 0, + "lightcone": { + "id": 23042, + "rank": 1, + "level": 80, + "promotion": 6 + }, + "relics": [ + "61251,15,1,4,3:1:2,4:3:1,7:1:0,9:3:2", + "61252,15,1,4,1:2:4,7:3:1,9:2:0,12:1:2", + "61253,15,6,4,6:2:2,7:3:1,9:1:2,11:2:3", + "61254,15,4,4,1:3:2,5:1:1,9:2:2,11:2:2", + "63205,15,1,4,1:1:0,6:1:2,7:3:1,9:3:2", + "63206,15,3,4,3:1:0,6:2:2,7:4:4,9:1:0" + ], + "use_technique": false + }, + { + "name": "Castorice", + "id": 1407, + "hp": 100, + "sp": 50, + "level": 80, + "promotion": 6, + "rank": 0, + "lightcone": { + "id": 23040, + "rank": 1, + "level": 80, + "promotion": 6 + }, + "relics": [ + "61241,15,1,4,5:2:3,8:2:1,9:3:3,12:1:0", + "61242,15,1,4,4:3:2,5:1:2,6:1:0,9:3:2", + "61243,15,5,4,1:1:0,4:1:0,8:3:3,10:3:3", + "61244,15,1,4,1:1:1,2:2:3,8:2:0,9:3:5", + "63195,15,1,4,1:3:6,2:1:0,8:2:2,9:2:1", + "63196,15,3,4,3:1:1,8:4:5,9:3:1,10:1:1" + ], + "use_technique": false + }, + { + "name": "Traiblazer", + "id": 8008, + "hp": 100, + "sp": 50, + "level": 80, + "promotion": 6, + "rank": 6, + "lightcone": { + "id": 24005, + "rank": 5, + "level": 80, + "promotion": 6 + }, + "relics": [ + "61231,15,1,4,3:1:0,7:2:4,9:2:4,10:3:1", + "61232,15,1,4,7:2:1,9:4:2,10:1:1,11:1:2", + "61233,15,5,4,4:2:2,7:4:1,10:1:1,12:2:1", + "61234,15,4,4,3:1:8,4:2:2,9:3:2,11:2:1", + "63085,15,1,4,1:1:2,5:3:1,7:2:1,9:2:2", + "63086,15,2,4,1:3:4,2:2:2,9:1:1,10:2:3" + ], + "use_technique": false + }, + { + "name": "March 7th", + "id": 1224, + "hp": 100, + "sp": 50, + "level": 80, + "promotion": 6, + "rank": 6, + "lightcone": { + "id": 24001, + "rank": 5, + "level": 80, + "promotion": 6 + }, + "relics": [ + "61021,15,1,4,5:1:0,8:2:4,9:4:6,10:2:2", + "61202,15,1,4,5:3:3,8:2:4,9:1:1,11:2:3", + "61023,15,5,4,2:1:1,7:1:0,8:4:4,10:3:4", + "61204,15,2,4,3:1:0,6:1:0,8:5:2,9:2:1", + "63095,15,2,4,1:2:3,8:2:2,9:2:3,11:3:3", + "63096,15,2,4,5:3:3,6:2:4,9:2:0,11:2:3" + ], + "use_technique": false + }, + { + "name": "Huohuo", + "id": 1217, + "hp": 100, + "sp": 50, + "level": 80, + "promotion": 6, + "rank": 0, + "lightcone": { + "id": 23017, + "rank": 1, + "level": 80, + "promotion": 6 + }, + "relics": [ + "61141,15,1,4,4:2:3,8:3:1,10:1:1,12:2:2", + "61142,15,1,4,1:2:0,4:1:2,7:3:3,11:2:3", + "61143,15,6,4,1:2:3,4:2:2,9:1:2,10:3:5", + "61144,15,4,4,1:1:1,4:3:4,6:1:0,11:3:2", + "63085,15,1,4,1:3:4,7:2:1,11:3:3,12:1:0", + "63086,15,2,4,2:1:2,3:3:5,11:2:3,12:2:2" + ], + "use_technique": false + }, + { + "name": "Sunday", + "id": 1313, + "hp": 100, + "sp": 50, + "level": 80, + "promotion": 6, + "rank": 0, + "lightcone": { + "id": 23034, + "rank": 1, + "level": 80, + "promotion": 6 + }, + "relics": [ + "61211,15,1,4,5:3:3,7:3:3,8:1:1,9:2:2", + "61212,15,1,4,9:4:4,7:2:2,5:2:2,8:1:1", + "61213,15,5,4,7:2:2,8:1:1,5:4:4,4:2:2", + "61214,15,4,4,8:3:3,9:2:2,5:2:2,4:2:2", + "63175,15,1,4,9:2:2,8:1:1,5:3:3,7:3:3", + "63176,15,2,4,9:4:4,8:1:1,7:2:2,4:2:2" + ], + "use_technique": true + }, + { + "name": "Tribbie", + "id": 1403, + "hp": 100, + "sp": 50, + "level": 80, + "promotion": 6, + "rank": 0, + "lightcone": { + "id": 23038, + "rank": 1, + "level": 80, + "promotion": 6 + }, + "relics": [ + "61241,15,1,4,8:2:1,9:2:4,11:2:2,12:2:2", + "61242,15,1,4,3:1:0,4:2:0,6:1:8,9:3:2", + "61243,15,5,4,3:2:4,8:3:2,10:1:0,11:2:3", + "61244,15,1,4,1:2:3,3:2:2,8:2:2,9:2:2", + "63195,15,1,4,1:2:4,5:1:1,8:4:4,9:1:1", + "63196,15,2,4,4:1:1,8:3:5,9:1:2,12:3:3" + ], + "use_technique": true + } + ], + "battle_config": { + "battle_id": 1, + "stage_id": 201012311, + "cycle_count": 30, + "monster_wave": [ + [ + 4015011 + ] + ], + "monster_level": 95, + "blessings": [] + } +} \ No newline at end of file diff --git a/dispatch/build.zig b/dispatch/build.zig new file mode 100644 index 0000000..2c4e1b9 --- /dev/null +++ b/dispatch/build.zig @@ -0,0 +1,41 @@ +const std = @import("std"); + +pub fn build(b: *std.Build) void { + const target = b.standardTargetOptions(.{}); + const optimize = b.standardOptimizeOption(.{}); + + const httpz = b.dependency("httpz", .{ + .optimize = optimize, + .target = target, + }); + + const protocol = b.dependency("protocol", .{}); + + const exe = b.addExecutable(.{ + .name = "dispatch", + .root_source_file = b.path("src/main.zig"), + .target = target, + .optimize = optimize, + }); + + const tls12 = b.dependency("tls12", .{ + .target = target, + .optimize = optimize, + }); + + exe.root_module.addImport("tls12", tls12.module("zig-tls12")); + exe.root_module.addImport("httpz", httpz.module("httpz")); + exe.root_module.addImport("protocol", protocol.module("protocol")); + + b.installArtifact(exe); + + const run_cmd = b.addRunArtifact(exe); + run_cmd.step.dependOn(b.getInstallStep()); + + if (b.args) |args| { + run_cmd.addArgs(args); + } + + const run_step = b.step("run", "Run the app"); + run_step.dependOn(&run_cmd.step); +} diff --git a/dispatch/build.zig.zon b/dispatch/build.zig.zon new file mode 100644 index 0000000..dde603c --- /dev/null +++ b/dispatch/build.zig.zon @@ -0,0 +1,23 @@ +.{ + .name = "dispatch", + .version = "0.0.1", + .minimum_zig_version = "0.13.0", + .dependencies = .{ + .httpz = .{ + .url = "https://github.com/karlseguin/http.zig/archive/44b97984c6a9613634e238d27ca6cdff4d4abebd.tar.gz", + .hash = "122034afde1b4ff5971787929d1a4a8ef175e1c18fe0cf4ffc1af1ce0c95c7b6be7b", + }, + .protocol = .{ + .path = "../protocol", + }, + .tls12 = .{ + .url = "https://github.com/melonedo/zig-tls12/archive/f2cbb84.tar.gz", + .hash = "12202bb2c3824deecd4ccd666ca3dcb9c92c2c68698afdb92b382c0f5cb1b86da8bc", + }, + }, + .paths = .{ + "build.zig", + "build.zig.zon", + "src", + }, +} diff --git a/dispatch/src/authentication.zig b/dispatch/src/authentication.zig new file mode 100644 index 0000000..0745aae --- /dev/null +++ b/dispatch/src/authentication.zig @@ -0,0 +1,219 @@ +const std = @import("std"); +const httpz = @import("httpz"); + +pub fn onShieldLogin(req: *httpz.Request, res: *httpz.Response) !void { + std.log.debug("onShieldLogin: {any}", .{req.body_len}); + //std.log.debug("onShieldLogin BODY: {any}", .{req}); game breaking + + try res.json(.{ + .data = .{ + .account = .{ + .area_code = "**", + .email = "ReversedRoooms@StarRail.com", + .country = "RU", + .is_email_verify = "1", + .token = "aa", + .uid = "1337", + }, + .device_grant_required = false, + .reactivate_required = false, + .realperson_required = false, + .safe_mobilerequired = false, + }, + .message = "OK", + .retcode = 0, + }, .{}); +} + +pub fn onShieldVerify(req: *httpz.Request, res: *httpz.Response) !void { + std.log.debug("onShieldVerify: {any}", .{req.body_len}); + + try res.json(.{ + .data = .{ + .account = .{ + .area_code = "**", + .email = "ReversedRoooms@StarRail.com", + .country = "RU", + .is_email_verify = "1", + .token = "aa", + .uid = "1337", + }, + .device_grant_required = false, + .reactivate_required = false, + .realperson_required = false, + .safe_mobilerequired = false, + }, + .message = "OK", + .retcode = 0, + }, .{}); +} + +pub fn onVerifyLogin(req: *httpz.Request, res: *httpz.Response) !void { + std.log.debug("onVerifyLogin: {any}", .{req.body_len}); + + var token: []const u8 = "aa"; + var uid: []const u8 = "1337"; + if (try req.jsonObject()) |t| { + if (t.get("token")) |token_value| { + token = token_value.string; + } + if (t.get("uid")) |uid_value| { + uid = uid_value.string; + } + } + + try res.json(.{ + .retcode = 0, + .message = "OK", + .data = .{ + .account = .{ + .area_code = "**", + .country = "CN", + .is_email_verify = "1", + .email = "ReversedRoooms@StarRail.com", + .token = token, + .uid = uid, + }, + }, + }, .{}); +} + +pub fn onComboTokenReq(req: *httpz.Request, res: *httpz.Response) !void { + std.log.debug("onComboTokenReq: {any}", .{req.body_len}); + + try res.json(.{ + .data = .{ + .account_type = 1, + .open_id = "1337", + .combo_id = "1337", + .combo_token = "9065ad8507d5a1991cb6fddacac5999b780bbd92", + .heartbeat = false, + .data = "{\"guest\": false}", + }, + .message = "OK", + .retcode = 0, + }, .{}); +} + +pub fn onRiskyApiCheck(req: *httpz.Request, res: *httpz.Response) !void { + std.log.debug("onRiskyApiCheck: {any}", .{req.body_len}); + + try res.json(.{ + .retcode = 0, + .message = "OK", + .data = .{ + .id = "06611ed14c3131a676b19c0d34c0644b", + .action = "ACTION_NONE", + .geetest = null, + }, + }, .{}); +} + +pub fn onGetConfig(_: *httpz.Request, res: *httpz.Response) !void { + std.log.debug("onGetConfig: ", .{}); + + try res.json(.{ + .retcode = 0, + .message = "OK", + .data = .{ + .protocol = true, + .qr_enabled = false, + .log_level = "INFO", + .announce_url = "", + .push_alias_type = 0, + .disable_ysdk_guard = true, + .enable_announce_pic_popup = false, + .app_name = "崩�??RPG", + .qr_enabled_apps = .{ + .bbs = false, + .cloud = false, + }, + .qr_app_icons = .{ + .app = "", + .bbs = "", + .cloud = "", + }, + .qr_cloud_display_name = "", + .enable_user_center = true, + .functional_switch_configs = .{}, + }, + }, .{}); +} + +pub fn onLoadConfig(_: *httpz.Request, res: *httpz.Response) !void { + std.log.debug("onLoadConfig: ", .{}); + + try res.json(.{ + .retcode = 0, + .message = "OK", + .data = .{ + .id = 24, + .game_key = "hkrpg_global", + .client = "PC", + .identity = "I_IDENTITY", + .guest = false, + .ignore_versions = "", + .scene = "S_NORMAL", + .name = "崩�??RPG", + .disable_regist = false, + .enable_email_captcha = false, + .thirdparty = .{ "fb", "tw", "gl", "ap" }, + .disable_mmt = false, + .server_guest = false, + .thirdparty_ignore = .{}, + .enable_ps_bind_account = false, + .thirdparty_login_configs = .{ + .tw = .{ + .token_type = "TK_GAME_TOKEN", + .game_token_expires_in = 2592000, + }, + .ap = .{ + .token_type = "TK_GAME_TOKEN", + .game_token_expires_in = 604800, + }, + .fb = .{ + .token_type = "TK_GAME_TOKEN", + .game_token_expires_in = 2592000, + }, + .gl = .{ + .token_type = "TK_GAME_TOKEN", + .game_token_expires_in = 604800, + }, + }, + .initialize_firebase = false, + .bbs_auth_login = false, + .bbs_auth_login_ignore = {}, + .fetch_instance_id = false, + .enable_flash_login = false, + }, + }, .{}); +} + +pub fn onappLoginByPassword(req: *httpz.Request, res: *httpz.Response) !void { + std.log.debug("onappLoginByPassword: {any}", .{req.body_len}); + + try res.json(.{ + .retcode = 0, + .message = "OK", + .data = .{ + .bind_email_action_ticket = "", + .ext_user_info = .{ + .birth = "0", + .guardian_email = "", + }, + .reactivate_action_token = "", + .token = .{ + .token = "aa", + .token_type = "1", + }, + .user_info = .{ + .account_name = "ReversedRooms", + .aid = "1337", + .area_code = "**", + .country = "RU", + .email = "ReversedRoooms@StarRail.com", + .is_email_verify = "1", + }, + }, + }, .{}); +} diff --git a/dispatch/src/dispatch.zig b/dispatch/src/dispatch.zig new file mode 100644 index 0000000..53ca5f6 --- /dev/null +++ b/dispatch/src/dispatch.zig @@ -0,0 +1,159 @@ +const std = @import("std"); +const httpz = @import("httpz"); +const protocol = @import("protocol"); +const HttpClient = @import("tls12"); +const Base64Encoder = @import("std").base64.standard.Encoder; +const Base64Decoder = @import("std").base64.standard.Decoder; +const hotfixInfo = @import("hotfix.zig"); +const CNPROD_HOST = "prod-gf-cn-dp01.bhsr.com"; +const CNBETA_HOST = "beta-release01-cn.bhsr.com"; +const OSPROD_HOST = "prod-official-asia-dp01.starrails.com"; +const OSBETA_HOST = "beta-release01-asia.starrails.com"; + +pub fn onQueryDispatch(_: *httpz.Request, res: *httpz.Response) !void { + std.log.debug("onQueryDispatch", .{}); + + var proto = protocol.Dispatch.init(res.arena); + + const region_info = protocol.RegionInfo{ + .name = .{ .Const = "JingliuSR" }, + .display_name = .{ .Const = "JingliuSR" }, + .env_type = .{ .Const = "21" }, + .title = .{ .Const = "JingliuSR" }, + .dispatch_url = .{ .Const = "http://127.0.0.1:21000/query_gateway" }, + }; + + try proto.region_list.append(region_info); + + const data = try proto.encode(res.arena); + const size = Base64Encoder.calcSize(data.len); + const output = try res.arena.alloc(u8, size); + _ = Base64Encoder.encode(output, data); + + res.body = output; +} + +pub fn onQueryGateway(req: *httpz.Request, res: *httpz.Response) !void { + std.log.debug("onQueryGateway", .{}); + + var proto = protocol.Gateserver.init(res.arena); + const query = try req.query(); + const version = query.get("version") orelse ""; + std.log.info("Get Version >> {s}", .{version}); + const dispatch_seed = query.get("dispatch_seed") orelse ""; + std.log.info("Get DispatchSeed >> {s}", .{dispatch_seed}); + const host = selectHost(version); + const gatewayUrl = constructUrl(host, version, dispatch_seed); + std.log.info("Constructed Gateway URL >> {s}", .{gatewayUrl}); + const hotfix = try hotfixInfo.Parser(res.arena, "hotfix.json", version); + + var assetBundleUrl: []const u8 = undefined; + var exResourceUrl: []const u8 = undefined; + var luaUrl: []const u8 = undefined; + var iFixUrl: []const u8 = undefined; + //var luaVersion: []const u8 = undefined; + //var iFixVersion: []const u8 = undefined; + + //HTTP Request + var arena = std.heap.ArenaAllocator.init(std.heap.page_allocator); + defer arena.deinit(); + const allocator = arena.allocator(); + + var client = HttpClient{ .allocator = allocator }; + defer client.deinit(); + try client.initDefaultProxies(allocator); + + const url = gatewayUrl; + + const uri = try std.Uri.parse(url); + var server_header_buffer: [1024 * 1024]u8 = undefined; + var gateway_request = try HttpClient.open(&client, .GET, uri, .{ + .server_header_buffer = &server_header_buffer, + .redirect_behavior = @enumFromInt(10), + }); + defer gateway_request.deinit(); + + try gateway_request.send(); + try gateway_request.wait(); + const gateway_response_body = try gateway_request.reader().readAllAlloc(allocator, 16 * 1024 * 1024); + + //Base64 Decode + const decoded_len = try Base64Decoder.calcSizeForSlice(gateway_response_body); + const decoded_data = try allocator.alloc(u8, decoded_len); + defer allocator.free(decoded_data); + try Base64Decoder.decode(decoded_data, gateway_response_body); + //Gateserver Protobuf Decode + const gateserver_proto = try protocol.Gateserver.decode(decoded_data, res.arena); + + //std.log.info("\x1b[33;1mEncoded Gateway Response >> {s}\x1b[0m", .{gateway_response_body}); + //std.log.info("\x1b[32;1mDecoded Gateway Response >> {s}\x1b[0m", .{decoded_data}); + //std.log.info("\x1b[33;1mProtobuf Message >> {}\x1b[0m", .{gateserver_proto}); + + assetBundleUrl = hotfix.assetBundleUrl; + exResourceUrl = hotfix.exResourceUrl; + luaUrl = hotfix.luaUrl; + iFixUrl = hotfix.iFixUrl; + + if (assetBundleUrl.len == 0 or exResourceUrl.len == 0 or luaUrl.len == 0 or iFixUrl.len == 0) { + assetBundleUrl = gateserver_proto.asset_bundle_url.Owned.str; + exResourceUrl = gateserver_proto.ex_resource_url.Owned.str; + luaUrl = gateserver_proto.lua_url.Owned.str; + iFixUrl = gateserver_proto.ifix_url.Owned.str; + + try hotfixInfo.putValue(version, assetBundleUrl, exResourceUrl, luaUrl, iFixUrl); + } + + std.log.info("Get AssetBundleUrl >> {s}", .{assetBundleUrl}); + std.log.info("Get ExResourceUrl >> {s}", .{exResourceUrl}); + std.log.info("Get LuaUrl >> {s}", .{luaUrl}); + std.log.info("Get IFixUrl >> {s}", .{iFixUrl}); + + proto.retcode = 0; + proto.port = 23301; + proto.ip = .{ .Const = "127.0.0.1" }; + + proto.asset_bundle_url = .{ .Const = assetBundleUrl }; + proto.ex_resource_url = .{ .Const = exResourceUrl }; + proto.lua_url = .{ .Const = luaUrl }; + + proto.enable_watermark = true; + proto.network_diagnostic = true; + proto.enable_android_middle_package = true; + proto.use_new_networking = true; + proto.enable_design_data_version_update = true; + proto.enable_version_update = true; + proto.mtp_switch = true; + proto.forbid_recharge = true; + proto.close_redeem_code = true; + proto.ECBFEHFPOFJ = false; + proto.enable_save_replay_file = true; + proto.ios_exam = true; + proto.event_tracking_open = true; + proto.use_tcp = true; + proto.enable_upload_battle_log = false; + + const data = try proto.encode(res.arena); + const size = Base64Encoder.calcSize(data.len); + const output = try res.arena.alloc(u8, size); + _ = Base64Encoder.encode(output, data); + + res.body = output; +} + +pub fn selectHost(version: []const u8) []const u8 { + if (std.mem.startsWith(u8, version, "CNPROD")) { + return CNPROD_HOST; + } else if (std.mem.startsWith(u8, version, "CNBETA")) { + return CNBETA_HOST; + } else if (std.mem.startsWith(u8, version, "OSPROD")) { + return OSPROD_HOST; + } else if (std.mem.startsWith(u8, version, "OSBETA")) { + return OSBETA_HOST; + } else { + return ""; + } +} + +pub fn constructUrl(host: []const u8, version: []const u8, dispatch_seed: []const u8) []const u8 { + return std.fmt.allocPrint(std.heap.page_allocator, "https://{s}/query_gateway?version={s}&dispatch_seed={s}&language_type=1&platform_type=2&channel_id=1&sub_channel_id=1&is_need_url=1&account_type=1", .{ host, version, dispatch_seed }) catch ""; +} diff --git a/dispatch/src/hotfix.zig b/dispatch/src/hotfix.zig new file mode 100644 index 0000000..3fbdc59 --- /dev/null +++ b/dispatch/src/hotfix.zig @@ -0,0 +1,95 @@ +const std = @import("std"); +const Allocator = std.mem.Allocator; + +const hotfixInfo = struct { + clientVersion: []const u8, + assetBundleUrl: []const u8, + exResourceUrl: []const u8, + luaUrl: []const u8, + iFixUrl: []const u8, +}; + +pub fn Parser(allocator: Allocator, filename: []const u8, version: []const u8) !hotfixInfo { + const file = try std.fs.cwd().openFile(filename, .{}); + defer file.close(); + + const file_size = try file.getEndPos(); + const buffer = try file.readToEndAlloc(allocator, file_size); + defer allocator.free(buffer); + + var json_tree = try std.json.parseFromSlice(std.json.Value, allocator, buffer, .{ .ignore_unknown_fields = true }); + defer json_tree.deinit(); + + const version_node = json_tree.value.object.get(version) orelse { + return hotfixInfo{ + .clientVersion = version, + .assetBundleUrl = "", + .exResourceUrl = "", + .luaUrl = "", + .iFixUrl = "", + }; + }; + + return getValue(version_node, version); +} + +fn getValue(node: std.json.Value, client_version: []const u8) !hotfixInfo { + if (node != .object) return error.InvalidJsonStructure; + + const obj = node.object; + + const assetBundleUrl = obj.get("asset_bundle_url") orelse return error.MissingAssetBundleUrl; + const exResourceUrl = obj.get("ex_resource_url") orelse return error.MissingExResourceUrl; + const luaUrl = obj.get("lua_url") orelse return error.MissingLuaUrl; + const iFixUrl = obj.get("ifix_url") orelse return error.MissingIFixUrl; + + if (assetBundleUrl != .string or + exResourceUrl != .string or + luaUrl != .string or + iFixUrl != .string) return error.InvalidUrlFormat; + + return hotfixInfo{ + .clientVersion = client_version, + .assetBundleUrl = assetBundleUrl.string, + .exResourceUrl = exResourceUrl.string, + .luaUrl = luaUrl.string, + .iFixUrl = iFixUrl.string, + }; +} + +pub fn putValue(version: []const u8, assetBundleUrl: []const u8, exResourceUrl: []const u8, luaUrl: []const u8, iFixUrl: []const u8) !void { + const file = try std.fs.cwd().openFile("hotfix.json", .{ .mode = .read_write }); + defer file.close(); + + var arena = std.heap.ArenaAllocator.init(std.heap.page_allocator); + defer arena.deinit(); + const allocator = arena.allocator(); + + const file_size = try file.getEndPos(); + const buffer0 = try file.readToEndAlloc(allocator, file_size); + defer allocator.free(buffer0); + + var json_tree = try std.json.parseFromSlice(std.json.Value, allocator, buffer0, .{ .ignore_unknown_fields = true }); + defer json_tree.deinit(); + + var root = json_tree.value.object; + + var new_version = std.json.ObjectMap.init(allocator); + try new_version.put("asset_bundle_url", .{ .string = assetBundleUrl }); + try new_version.put("ex_resource_url", .{ .string = exResourceUrl }); + try new_version.put("ifix_url", .{ .string = iFixUrl }); + try new_version.put("ifix_version", .{ .string = "0" }); + try new_version.put("lua_url", .{ .string = luaUrl }); + try new_version.put("lua_version", .{ .string = "" }); + try root.put(version, .{ .object = new_version }); + + const json_value = std.json.Value{ .object = root }; + + var buffer = std.ArrayList(u8).init(allocator); + try std.json.stringify(json_value, .{ .whitespace = .indent_4 }, buffer.writer()); + + const new_file = try std.fs.cwd().createFile("hotfix.json", .{ .truncate = true }); + defer new_file.close(); + + try new_file.writeAll(buffer.items); +} diff --git a/dispatch/src/main.zig b/dispatch/src/main.zig new file mode 100644 index 0000000..f29db67 --- /dev/null +++ b/dispatch/src/main.zig @@ -0,0 +1,35 @@ +const std = @import("std"); +const builtin = @import("builtin"); +const httpz = @import("httpz"); +const protocol = @import("protocol"); + +const authentication = @import("authentication.zig"); +const dispatch = @import("dispatch.zig"); +const PORT = 21000; + +pub const std_options = .{ + .log_level = switch (builtin.mode) { + .Debug => .debug, + else => .info, + }, +}; + +pub fn main() !void { + var gpa = std.heap.GeneralPurposeAllocator(.{}){}; + const allocator = gpa.allocator(); + + var server = try httpz.Server().init(allocator, .{ .port = PORT }); + defer server.stop(); + defer server.deinit(); + var router = server.router(); + + router.get("/query_dispatch", dispatch.onQueryDispatch); + router.get("/query_gateway", dispatch.onQueryGateway); + router.post("/account/risky/api/check", authentication.onRiskyApiCheck); + router.post("/:product_name/mdk/shield/api/login", authentication.onShieldLogin); + router.post("/:product_name/mdk/shield/api/verify", authentication.onVerifyLogin); + router.post("/:product_name/combo/granter/login/v2/login", authentication.onComboTokenReq); + + std.log.info("Dispatch is listening at localhost:{?}", .{server.config.port}); + try server.listen(); +} diff --git a/gameserver/build.zig b/gameserver/build.zig new file mode 100644 index 0000000..ab00344 --- /dev/null +++ b/gameserver/build.zig @@ -0,0 +1,28 @@ +const std = @import("std"); + +pub fn build(b: *std.Build) void { + const target = b.standardTargetOptions(.{}); + const optimize = b.standardOptimizeOption(.{}); + + const protocol = b.dependency("protocol", .{}); + + const exe = b.addExecutable(.{ + .name = "gameserver", + .root_source_file = b.path("src/main.zig"), + .target = target, + .optimize = optimize, + }); + + exe.root_module.addImport("protocol", protocol.module("protocol")); + b.installArtifact(exe); + + const run_cmd = b.addRunArtifact(exe); + run_cmd.step.dependOn(b.getInstallStep()); + + if (b.args) |args| { + run_cmd.addArgs(args); + } + + const run_step = b.step("run", "Run the app"); + run_step.dependOn(&run_cmd.step); +} diff --git a/gameserver/build.zig.zon b/gameserver/build.zig.zon new file mode 100644 index 0000000..a8c8ad4 --- /dev/null +++ b/gameserver/build.zig.zon @@ -0,0 +1,18 @@ +.{ + .name = "gameserver", + .version = "0.0.0", + .minimum_zig_version = "0.13.0", + .dependencies = .{ + .protocol = .{ + .path = "../protocol", + }, + }, + .paths = .{ + "build.zig", + "build.zig.zon", + "src", + // For example... + //"LICENSE", + //"README.md", + }, +} diff --git a/gameserver/src/Packet.zig b/gameserver/src/Packet.zig new file mode 100644 index 0000000..fb95bef --- /dev/null +++ b/gameserver/src/Packet.zig @@ -0,0 +1,77 @@ +const std = @import("std"); + +const Allocator = std.mem.Allocator; +const Reader = std.net.Stream.Reader; + +const Self = @This(); + +cmd_id: u16, +head: []u8, +body: []u8, +allocator: Allocator, + +const head_magic: u32 = 0x9D74C714; +const tail_magic: u32 = 0xD7A152C8; + +pub const DecodeError = error{ + HeadMagicMismatch, + TailMagicMismatch, + PayloadTooBig, +}; + +pub fn read(reader: *Reader, allocator: Allocator) !Self { + if (try reader.readInt(u32, .big) != Self.head_magic) { + return Self.DecodeError.HeadMagicMismatch; + } + + const cmd_id = try reader.readInt(u16, .big); + const head_len = try reader.readInt(u16, .big); + const body_len = try reader.readInt(u32, .big); + + if (body_len > 0xFFFFFF) { + return Self.DecodeError.PayloadTooBig; + } + + const head = try allocator.alloc(u8, head_len); + errdefer allocator.free(head); + + const body = try allocator.alloc(u8, body_len); + errdefer allocator.free(body); + + _ = try reader.readAll(head); + _ = try reader.readAll(body); + + if (try reader.readInt(u32, .big) != Self.tail_magic) { + return Self.DecodeError.TailMagicMismatch; + } + + return .{ + .cmd_id = cmd_id, + .head = head, + .body = body, + .allocator = allocator, + }; +} + +pub fn getProto(self: *const Self, comptime T: type, allocator: Allocator) !T { + return try T.decode(self.body, allocator); +} + +pub fn encode(cmd_id: u16, head: []u8, body: []u8, allocator: Allocator) ![]u8 { + var buf = try allocator.alloc(u8, 16 + head.len + body.len); + + std.mem.writeInt(u32, buf[0..4], Self.head_magic, .big); + std.mem.writeInt(u16, buf[4..6], cmd_id, .big); + std.mem.writeInt(u16, buf[6..8], @intCast(head.len), .big); + std.mem.writeInt(u32, buf[8..12], @intCast(body.len), .big); + @memcpy(buf[12..(12 + head.len)], head); + @memcpy(buf[(12 + head.len)..(12 + head.len + body.len)], body); + std.mem.writeInt(u32, buf[(12 + head.len + body.len)..][0..4], Self.tail_magic, .big); + + return buf; +} + +pub fn deinit(self: *Self) void { + self.allocator.free(self.head); + self.allocator.free(self.body); +} diff --git a/gameserver/src/Session.zig b/gameserver/src/Session.zig new file mode 100644 index 0000000..e7595e2 --- /dev/null +++ b/gameserver/src/Session.zig @@ -0,0 +1,55 @@ +const std = @import("std"); +const protocol = @import("protocol"); +const handlers = @import("handlers.zig"); +const Packet = @import("Packet.zig"); + +const Allocator = std.mem.Allocator; +const ArenaAllocator = std.heap.ArenaAllocator; + +const Stream = std.net.Stream; +const Address = std.net.Address; + +const Self = @This(); +const log = std.log.scoped(.session); + +address: Address, +stream: Stream, +allocator: Allocator, + +pub fn init(address: Address, stream: Stream, allocator: Allocator) Self { + return .{ + .address = address, + .stream = stream, + .allocator = allocator, + }; +} + +pub fn run(self: *Self) !void { + defer self.stream.close(); + + var reader = self.stream.reader(); + while (true) { + var packet = Packet.read(&reader, self.allocator) catch break; + defer packet.deinit(); + + try handlers.handle(self, &packet); + } +} + +pub fn send(self: *Self, cmd_id: protocol.CmdID, proto: anytype) !void { + const data = try proto.encode(self.allocator); + defer self.allocator.free(data); + + const packet = try Packet.encode(@intFromEnum(cmd_id), &.{}, data, self.allocator); + defer self.allocator.free(packet); + + _ = try self.stream.write(packet); +} + +pub fn send_empty(self: *Self, cmd_id: protocol.CmdID) !void { + const packet = try Packet.encode(@intFromEnum(cmd_id), &.{}, &.{}, self.allocator); + defer self.allocator.free(packet); + + _ = try self.stream.write(packet); + log.debug("sent EMPTY packet with id {}", .{cmd_id}); +} diff --git a/gameserver/src/command.zig b/gameserver/src/command.zig new file mode 100644 index 0000000..0f18ce9 --- /dev/null +++ b/gameserver/src/command.zig @@ -0,0 +1,71 @@ +const std = @import("std"); +const protocol = @import("protocol"); +const Session = @import("Session.zig"); +const Packet = @import("Packet.zig"); + +const Allocator = std.mem.Allocator; +const ArenaAllocator = std.heap.ArenaAllocator; +const CmdID = protocol.CmdID; + +const value_command = @import("./commands/value.zig"); +const help_command = @import("./commands/help.zig"); +const tp_command = @import("./commands/tp.zig"); +const unstuck_command = @import("./commands/unstuck.zig"); +const sync_command = @import("./commands/sync.zig"); +const refill_command = @import("./commands/refill.zig"); + +// Add other errors if needed +const SystemErrors = error{ CommandError, SystemResources, Unexpected, AccessDenied, WouldBlock, ConnectionResetByPeer, OutOfMemory, DiskQuota, FileTooBig, InputOutput, NoSpaceLeft, DeviceBusy, InvalidArgument, BrokenPipe, OperationAborted }; +const FileErrors = error{ NotOpenForWriting, LockViolation, Overflow, InvalidCharacter, ProcessFdQuotaExceeded, SystemFdQuotaExceeded, SymLinkLoop, NameTooLong, FileNotFound, NotDir, NoDevice, SharingViolation, PathAlreadyExists, PipeBusy, InvalidUtf8, InvalidWtf8, BadPathName, NetworkNotFound, AntivirusInterference, IsDir, FileLocksNotSupported, FileBusy }; +const NetworkErrors = error{ ConnectionTimedOut, NotOpenForReading, SocketNotConnected, Unseekable, StreamTooLong }; +const ParseErrors = error{ UnexpectedToken, InvalidNumber, InvalidEnumTag, DuplicateField, UnknownField, MissingField, LengthMismatch, SyntaxError, UnexpectedEndOfInput, BufferUnderrun, ValueTooLong, InsufficientTokens, InvalidFormat }; +const MiscErrors = error{ PermissionDenied, NetworkSubsystemFailed, FileSystem, CurrentWorkingDirectoryUnlinked, InvalidBatchScriptArg, InvalidExe, ResourceLimitReached, InvalidUserId, InvalidName, InvalidHandle, WaitAbandoned, WaitTimeOut, StdoutStreamTooLong, StderrStreamTooLong }; +pub const Error = SystemErrors || FileErrors || NetworkErrors || ParseErrors || MiscErrors; + +const CommandFn = *const fn (session: *Session, args: []const u8, allocator: Allocator) Error!void; + +const Command = struct { + name: []const u8, + action: []const u8, + func: CommandFn, +}; + +const commandList = [_]Command{ + Command{ .name = "help", .action = "", .func = help_command.handle }, + Command{ .name = "test", .action = "", .func = value_command.handle }, + Command{ .name = "node", .action = "", .func = value_command.challengeNode }, + Command{ .name = "set", .action = "", .func = value_command.setGachaCommand }, + Command{ .name = "tp", .action = "", .func = tp_command.handle }, + Command{ .name = "unstuck", .action = "", .func = unstuck_command.handle }, + Command{ .name = "sync", .action = "", .func = sync_command.onGenerateAndSync }, + Command{ .name = "refill", .action = "", .func = refill_command.onRefill }, +}; + +pub fn handleCommand(session: *Session, msg: []const u8, allocator: Allocator) Error!void { + if (msg.len < 1 or msg[0] != '/') { + std.debug.print("Message Text 2: {any}\n", .{msg}); + return sendMessage(session, "Commands must start with a '/'", allocator); + } + + const input = msg[1..]; // Remove the leading '/' + var tokenizer = std.mem.tokenize(u8, input, " "); + const command = tokenizer.next().?; + const args = tokenizer.rest(); + + for (commandList) |cmd| { + if (std.mem.eql(u8, cmd.name, command)) { + return try cmd.func(session, args, allocator); + } + } + try sendMessage(session, "Invalid command", allocator); +} + +pub fn sendMessage(session: *Session, msg: []const u8, allocator: Allocator) Error!void { + var chat = protocol.RevcMsgScNotify.init(allocator); + chat.message_type = protocol.MsgType.MSG_TYPE_CUSTOM_TEXT; + chat.chat_type = protocol.ChatType.CHAT_TYPE_PRIVATE; + chat.source_uid = 2000; + chat.message_text = .{ .Const = msg }; + chat.target_uid = 1; // receiver_id + try session.send(CmdID.CmdRevcMsgScNotify, chat); +} diff --git a/gameserver/src/commands/help.zig b/gameserver/src/commands/help.zig new file mode 100644 index 0000000..e41765a --- /dev/null +++ b/gameserver/src/commands/help.zig @@ -0,0 +1,15 @@ +const commandhandler = @import("../command.zig"); +const std = @import("std"); +const Session = @import("../Session.zig"); + +const Allocator = std.mem.Allocator; +const Error = commandhandler.Error; + +pub fn handle(session: *Session, _: []const u8, allocator: Allocator) Error!void { + try commandhandler.sendMessage(session, "/tp to teleport, /sync to sync data from config\n", allocator); + try commandhandler.sendMessage(session, "/refill to refill technique point after battle\n", allocator); + try commandhandler.sendMessage(session, "/set to set gacha banner\n", allocator); + try commandhandler.sendMessage(session, "/node to chage node in PF, AS, MoC\n", allocator); + try commandhandler.sendMessage(session, "You can enter MoC, PF, AS via F4 menu\n", allocator); + try commandhandler.sendMessage(session, "(If your Castorice technique enabled, you must enter battle by using Castorice's technique)\n", allocator); +} diff --git a/gameserver/src/commands/refill.zig b/gameserver/src/commands/refill.zig new file mode 100644 index 0000000..f224fc6 --- /dev/null +++ b/gameserver/src/commands/refill.zig @@ -0,0 +1,22 @@ +const commandhandler = @import("../command.zig"); +const std = @import("std"); +const Session = @import("../Session.zig"); +const protocol = @import("protocol"); +const Packet = @import("../Packet.zig"); +const Config = @import("../services/config.zig"); +const Data = @import("../data.zig"); +const LineupManager = @import("../manager/lineup_mgr.zig").LineupManager; + +const ArrayList = std.ArrayList; +const Allocator = std.mem.Allocator; +const CmdID = protocol.CmdID; +const Error = commandhandler.Error; + +pub fn onRefill(session: *Session, _: []const u8, allocator: Allocator) Error!void { + try commandhandler.sendMessage(session, "Refill skill point\n", allocator); + var sync = protocol.SyncLineupNotify.init(allocator); + var lineup_mgr = LineupManager.init(allocator); + const lineup = try lineup_mgr.createLineup(); + sync.Lineup = lineup; + try session.send(CmdID.CmdSyncLineupNotify, sync); +} diff --git a/gameserver/src/commands/sync.zig b/gameserver/src/commands/sync.zig new file mode 100644 index 0000000..ec8ad94 --- /dev/null +++ b/gameserver/src/commands/sync.zig @@ -0,0 +1,288 @@ +const commandhandler = @import("../command.zig"); +const std = @import("std"); +const Session = @import("../Session.zig"); +const protocol = @import("protocol"); +const Packet = @import("../Packet.zig"); +const Config = @import("../services/config.zig"); +const Item = @import("../services/item.zig"); +const Data = @import("../data.zig"); + +const ArrayList = std.ArrayList; +const Allocator = std.mem.Allocator; +const CmdID = protocol.CmdID; +const Error = commandhandler.Error; + +// function to check the list if true +fn isInList(id: u32, list: []const u32) bool { + for (list) |item| { + if (item == id) { + return true; + } + } + return false; +} + +pub var max_avatar_list: u32 = 0; + +fn syncItems(session: *Session, allocator: Allocator, equip_avatar: bool) !void { + resetGlobalUidGens(); + var sync = protocol.PlayerSyncScNotify.init(allocator); + const config = try Config.loadGameConfig(allocator, "config.json"); + + for (config.avatar_config.items) |avatarConf| { + const equip_avatar_id: u32 = if (equip_avatar) avatarConf.id else 0; + const lc = protocol.Equipment{ + .unique_id = if (equip_avatar) nextGlobalId() else nextGlobalId(), + .tid = avatarConf.lightcone.id, + .is_protected = true, + .level = avatarConf.lightcone.level, + .rank = avatarConf.lightcone.rank, + .promotion = avatarConf.lightcone.promotion, + .equip_avatar_id = equip_avatar_id, + }; + try sync.equipment_list.append(lc); + + for (avatarConf.relics.items) |input| { + var r = protocol.Relic{ + .tid = input.id, + .main_affix_id = input.main_affix_id, + .unique_id = if (equip_avatar) nextGlobalId() else nextGlobalId(), + .exp = 0, + .equip_avatar_id = equip_avatar_id, + .is_protected = true, + .level = input.level, + .sub_affix_list = ArrayList(protocol.RelicAffix).init(allocator), + .reforge_sub_affix_list = ArrayList(protocol.RelicAffix).init(allocator), + }; + try r.sub_affix_list.append(protocol.RelicAffix{ .affix_id = input.stat1, .cnt = input.cnt1, .step = input.step1 }); + try r.sub_affix_list.append(protocol.RelicAffix{ .affix_id = input.stat2, .cnt = input.cnt2, .step = input.step2 }); + try r.sub_affix_list.append(protocol.RelicAffix{ .affix_id = input.stat3, .cnt = input.cnt3, .step = input.step3 }); + try r.sub_affix_list.append(protocol.RelicAffix{ .affix_id = input.stat4, .cnt = input.cnt4, .step = input.step4 }); + try sync.relic_list.append(r); + } + } + try session.send(CmdID.CmdPlayerSyncScNotify, sync); +} + +pub fn onUndressEquipment(session: *Session, _: []const u8, allocator: Allocator) Error!void { + try syncItems(session, allocator, false); +} +pub fn onSyncEquipment(session: *Session, _: []const u8, allocator: Allocator) Error!void { + try syncItems(session, allocator, true); +} + +pub fn onSyncAvatar(session: *Session, _: []const u8, allocator: Allocator) Error!void { + resetGlobalUidGens(); + var sync = protocol.PlayerSyncScNotify.init(allocator); + const config = try Config.loadGameConfig(allocator, "config.json"); + var char = protocol.AvatarSync.init(allocator); + for (Data.AllAvatars) |id| { + var avatar = protocol.Avatar.init(allocator); + avatar.base_avatar_id = id; + avatar.level = 80; + avatar.promotion = 6; + avatar.rank = 6; + avatar.has_taken_promotion_reward_list = ArrayList(u32).init(allocator); + for (1..6) |i| { + try avatar.has_taken_promotion_reward_list.append(@intCast(i)); + } + var talentLevel: u32 = 0; + const skill_list: []const u32 = if (isInList(avatar.base_avatar_id, &Data.Rem)) &Data.skills else &Data.skills_old; + for (skill_list) |elem| { + talentLevel = switch (elem) { + 1 => 6, + 2...4 => 10, + 301, 302 => if (isInList(avatar.base_avatar_id, &Data.Rem)) 6 else 1, + else => 1, + }; + const talent = protocol.AvatarSkillTree{ .point_id = avatar.base_avatar_id * 1000 + elem, .level = talentLevel }; + try avatar.skilltree_list.append(talent); + } + try char.avatar_list.append(avatar); + } + // rewrite data of avatar in config + for (config.avatar_config.items) |avatarConf| { + var avatar = protocol.Avatar.init(allocator); + // basic info + avatar.base_avatar_id = switch (avatarConf.id) { + 8001...8008 => 8001, + 1224 => 1001, + else => avatarConf.id, + }; + avatar.level = avatarConf.level; + avatar.promotion = avatarConf.promotion; + avatar.rank = avatarConf.rank; + if (isInList(avatar.base_avatar_id, &Data.EnhanceAvatarID)) avatar.NDEFNACPCLH = 1; + avatar.has_taken_promotion_reward_list = ArrayList(u32).init(allocator); + for (1..6) |i| { + try avatar.has_taken_promotion_reward_list.append(@intCast(i)); + } + avatar.equipment_unique_id = nextGlobalId(); + avatar.equip_relic_list = ArrayList(protocol.EquipRelic).init(allocator); + for (0..6) |i| { + try avatar.equip_relic_list.append(.{ + .relic_unique_id = nextGlobalId(), // uid + .type = @intCast(i), // slot + }); + } + var talentLevel: u32 = 0; + const skill_list: []const u32 = if (isInList(avatar.base_avatar_id, &Data.Rem)) &Data.skills else &Data.skills_old; + for (skill_list) |elem| { + talentLevel = switch (elem) { + 1 => 6, + 2...4 => 10, + 301, 302 => if (isInList(avatar.base_avatar_id, &Data.Rem)) 6 else 1, + else => 1, + }; + var point_id: u32 = 0; + if (isInList(avatar.base_avatar_id, &Data.EnhanceAvatarID)) point_id = avatar.base_avatar_id + 10000 else point_id = avatar.base_avatar_id; + const talent = protocol.AvatarSkillTree{ .point_id = point_id * 1000 + elem, .level = talentLevel }; + try avatar.skilltree_list.append(talent); + } + try char.avatar_list.append(avatar); + const avatarType: protocol.MultiPathAvatarType = @enumFromInt(avatarConf.id); + if (@intFromEnum(avatarType) > 1) { + try session.send(CmdID.CmdSetAvatarPathScRsp, protocol.SetAvatarPathScRsp{ + .retcode = 0, + .avatar_id = avatarType, + }); + } + } + max_avatar_list = @intCast(config.avatar_config.items.len); + sync.avatar_sync = char; + try session.send(CmdID.CmdPlayerSyncScNotify, sync); +} +// TODO: DO WITH MALE MC TOO :Đ +pub fn onSyncMultiPath(session: *Session, _: []const u8, allocator: Allocator) Error!void { + var sync = protocol.PlayerSyncScNotify.init(allocator); + const config = try Config.loadGameConfig(allocator, "config.json"); + const currentAvatarId = getCurrentGlobalId(); + const GeneratorType = UidGen(); + const avatar_ids = [_][]const u32{ + &[_]u32{ 8001, 8002 }, + &[_]u32{ 8003, 8004 }, + &[_]u32{ 8005, 8006 }, + &[_]u32{ 8007, 8008 }, + &[_]u32{1001}, + &[_]u32{1224}, + }; + const avatar_types = [_]protocol.MultiPathAvatarType{ + .GirlWarriorType, .GirlKnightType, .GirlShamanType, + .GirlMemoryType, .Mar_7thKnightType, .Mar_7thRogueType, + }; + var indexes: [6]u32 = [_]u32{0} ** 6; + var counts: [6]u32 = [_]u32{0} ** 6; + var multis: [6]protocol.MultiPathAvatarInfo = undefined; + for (&multis, avatar_types, 0..) |*multi, avatar_type, i| { + std.debug.print("MULTIPATH AVATAR INDEX: {} IS {}\n", .{ i, avatar_type }); + multi.* = protocol.MultiPathAvatarInfo.init(allocator); + multi.avatar_id = avatar_type; + if (avatar_type == .Mar_7thKnightType) { + multi.dressed_skin_id = 1100101; + } + } + for (config.avatar_config.items) |avatar| { + for (0..avatar_ids.len) |i| { + counts[i] += 1; + for (avatar_ids[i]) |id| { + if (avatar.id == id) { + multis[i].rank = avatar.rank; + indexes[i] = max_avatar_list + 1 - counts[i]; + } + } + } + } + var generators: [6]GeneratorType = undefined; + for (0..multis.len) |i| { + generators[i] = GeneratorType.init(currentAvatarId - (indexes[i] * 7) + 1); + } + for (0..multis.len) |i| { + var multi = &multis[i]; + var gen = &generators[i]; + + multi.path_equipment_id = currentAvatarId - (indexes[i] * 7) + 1; + multi.equip_relic_list = ArrayList(protocol.EquipRelic).init(allocator); + + for (0..6) |slot| { + try multi.equip_relic_list.append(.{ + .relic_unique_id = gen.nextId(), + .type = @intCast(slot), + }); + } + } + for (0..multis.len) |i| { + const skill_set = if (i == 3) &Data.skills else &Data.skills_old; + for (skill_set) |skill| { + const talent_level: u32 = if (skill == 1 or skill == 301 or skill == 302) 6 else if (skill <= 4) 10 else 1; + const point_id = if (avatar_ids[i].len > 1) + avatar_ids[i][1] * 1000 + skill + else + avatar_ids[i][0] * 1000 + skill; + const talent = protocol.AvatarSkillTree{ + .point_id = point_id, + .level = talent_level, + }; + try multis[i].multi_path_skill_tree.append(talent); + } + } + try sync.multi_path_avatar_info_list.appendSlice(&multis); + try session.send(CmdID.CmdPlayerSyncScNotify, sync); +} + +pub var global_uid_gen: UidGenerator = undefined; + +fn resetGlobalUidGens() void { + global_uid_gen = UidGenerator.init(0); +} + +pub fn nextGlobalId() u32 { + return global_uid_gen.nextId(); +} + +pub fn getCurrentGlobalId() u32 { + return global_uid_gen.getCurrentId(); +} + +pub const UidGenerator = struct { + current_id: u32, + + pub fn init(start_id: u32) UidGenerator { + return UidGenerator{ .current_id = start_id }; + } + + pub fn nextId(self: *UidGenerator) u32 { + self.current_id += 1; + return self.current_id; + } + + pub fn getCurrentId(self: *const UidGenerator) u32 { + return self.current_id; + } +}; + +pub fn UidGen() type { + return struct { + current_id: u32, + const Self = @This(); + + pub fn init(start_id: u32) Self { + return Self{ .current_id = start_id }; + } + + pub fn nextId(self: *Self) u32 { + self.current_id += 1; + return self.current_id; + } + + pub fn getCurrentId(self: *const Self) u32 { + return self.current_id; + } + }; +} +pub fn onGenerateAndSync(session: *Session, placeholder: []const u8, allocator: Allocator) Error!void { + try commandhandler.sendMessage(session, "Sync items with config\n", allocator); + try syncItems(session, allocator, false); + try syncItems(session, allocator, true); + try onSyncAvatar(session, placeholder, allocator); + try onSyncMultiPath(session, placeholder, allocator); +} diff --git a/gameserver/src/commands/tp.zig b/gameserver/src/commands/tp.zig new file mode 100644 index 0000000..dee1ed5 --- /dev/null +++ b/gameserver/src/commands/tp.zig @@ -0,0 +1,61 @@ +const commandhandler = @import("../command.zig"); +const std = @import("std"); +const Session = @import("../Session.zig"); +const protocol = @import("protocol"); +const Config = @import("../services/config.zig"); +const Res_config = @import("../services/res_config.zig"); +const LineupManager = @import("../manager/lineup_mgr.zig").LineupManager; +const SceneManager = @import("../manager/scene_mgr.zig").SceneManager; + +const Allocator = std.mem.Allocator; +const CmdID = protocol.CmdID; +const Error = commandhandler.Error; + +pub fn handle(session: *Session, args: []const u8, allocator: Allocator) Error!void { + var arg_iter = std.mem.split(u8, args, " "); + const entry_id_str = arg_iter.next() orelse { + try commandhandler.sendMessage(session, "Error: Missing arguments.\nUsage: /tp [plane_id] [floor_id]", allocator); + return; + }; + const entry_id = std.fmt.parseInt(u32, entry_id_str, 10) catch { + try commandhandler.sendMessage(session, "Error: Invalid entry ID. Please provide a valid unsigned 32-bit integer.", allocator); + return; + }; + var plane_id: ?u32 = null; + if (arg_iter.next()) |plane_id_str| { + plane_id = std.fmt.parseInt(u32, plane_id_str, 10) catch { + try commandhandler.sendMessage(session, "Error: Invalid plane ID. Please provide a valid unsigned 32-bit integer.", allocator); + return; + }; + } + var floor_id: ?u32 = null; + if (arg_iter.next()) |floor_id_str| { + floor_id = std.fmt.parseInt(u32, floor_id_str, 10) catch { + try commandhandler.sendMessage(session, "Error: Invalid floor ID. Please provide a valid unsigned 32-bit integer.", allocator); + return; + }; + } + var tp_msg = try std.fmt.allocPrint(allocator, "Teleporting to entry ID: {d}", .{entry_id}); + if (plane_id) |pid| { + tp_msg = try std.fmt.allocPrint(allocator, "{s}, plane ID: {d}", .{ tp_msg, pid }); + } + if (floor_id) |fid| { + tp_msg = try std.fmt.allocPrint(allocator, "{s}, floor ID: {d}", .{ tp_msg, fid }); + } + + try commandhandler.sendMessage(session, std.fmt.allocPrint(allocator, "Teleporting to entry ID: {d} {any} {any}\n", .{ entry_id, plane_id, floor_id }) catch "Error formatting message", allocator); + + var planeID: u32 = 0; + var floorID: u32 = 0; + if (plane_id) |pid| planeID = pid; + if (floor_id) |fid| floorID = fid; + var scene_manager = SceneManager.init(allocator); + const scene_info = try scene_manager.createScene(planeID, floorID, entry_id, 0); + var lineup_mgr = LineupManager.init(allocator); + const lineup = try lineup_mgr.createLineup(); + try session.send(CmdID.CmdEnterSceneByServerScNotify, protocol.EnterSceneByServerScNotify{ + .reason = protocol.EnterSceneReason.ENTER_SCENE_REASON_NONE, + .lineup = lineup, + .scene = scene_info, + }); +} diff --git a/gameserver/src/commands/unstuck.zig b/gameserver/src/commands/unstuck.zig new file mode 100644 index 0000000..5d11812 --- /dev/null +++ b/gameserver/src/commands/unstuck.zig @@ -0,0 +1,23 @@ +const commandhandler = @import("../command.zig"); +const std = @import("std"); +const Session = @import("../Session.zig"); +const protocol = @import("protocol"); +const LineupManager = @import("../manager/lineup_mgr.zig").LineupManager; +const SceneManager = @import("../manager/scene_mgr.zig").SceneManager; + +const Allocator = std.mem.Allocator; +const CmdID = protocol.CmdID; +const Error = commandhandler.Error; + +pub fn handle(session: *Session, _: []const u8, allocator: Allocator) Error!void { + var lineup_mgr = LineupManager.init(allocator); + const lineup = try lineup_mgr.createLineup(); + var scene_manager = SceneManager.init(allocator); + const scene_info = try scene_manager.createScene(20421, 20421001, 2042101, 2042106); + + try session.send(CmdID.CmdEnterSceneByServerScNotify, protocol.EnterSceneByServerScNotify{ + .reason = protocol.EnterSceneReason.ENTER_SCENE_REASON_DIMENSION_MERGE, + .lineup = lineup, + .scene = scene_info, + }); +} diff --git a/gameserver/src/commands/value.zig b/gameserver/src/commands/value.zig new file mode 100644 index 0000000..43a8a84 --- /dev/null +++ b/gameserver/src/commands/value.zig @@ -0,0 +1,124 @@ +const commandhandler = @import("../command.zig"); +const std = @import("std"); +const Session = @import("../Session.zig"); + +const Allocator = std.mem.Allocator; +const Error = commandhandler.Error; + +pub var challenge_node: u32 = 0; +pub var StandardBanner = [_]u32{ 1003, 1004, 1101, 1104, 1209, 1211 }; +pub var RateUp = [_]u32{1406}; +pub var RateUpFourStars = [_]u32{ 1210, 1108, 1207 }; + +pub fn handle(session: *Session, _: []const u8, allocator: Allocator) Error!void { + try commandhandler.sendMessage(session, "Test Command for Chat\n", allocator); +} +pub fn challengeNode(session: *Session, _: []const u8, allocator: Allocator) Error!void { + if (challenge_node == 0) { + try commandhandler.sendMessage(session, "Change Challenge Node 2 \n", allocator); + challenge_node = challenge_node + 1; + } else { + try commandhandler.sendMessage(session, "Change Challenge Node 1 \n", allocator); + challenge_node = challenge_node - 1; + } +} +pub fn setGachaCommand(session: *Session, args: []const u8, allocator: Allocator) Error!void { + var arg_iter = std.mem.split(u8, args, " "); + const command = arg_iter.next() orelse { + try commandhandler.sendMessage(session, "Error: Missing sub-command. Usage: /set [arguments]", allocator); + return; + }; + if (std.mem.eql(u8, command, "standard")) { + try standard(session, &arg_iter, allocator); + } else if (std.mem.eql(u8, command, "rateup")) { + const next = arg_iter.next(); + if (next) |rateup_number| { + if (std.mem.eql(u8, rateup_number, "5")) { + try gacha5Stars(session, &arg_iter, allocator); + } else if (std.mem.eql(u8, rateup_number, "4")) { + try gacha4Stars(session, &arg_iter, allocator); + } else { + try commandhandler.sendMessage(session, "Error: Invalid rateup number. Please use 4 (four stars) or 5 (5 stars).", allocator); + } + } else { + try commandhandler.sendMessage(session, "Error: Missing number for rateup. Usage: /set rateup ", allocator); + } + } else { + try commandhandler.sendMessage(session, "Error: Unknown sub-command. Available: standard, rateup 5, rateup 4", allocator); + } +} + +fn standard(session: *Session, arg_iter: *std.mem.SplitIterator(u8, .sequence), allocator: Allocator) Error!void { + var avatar_ids: [6]u32 = undefined; + var count: usize = 0; + while (count < 6) { + if (arg_iter.next()) |avatar_id_str| { + const id = std.fmt.parseInt(u32, avatar_id_str, 10) catch { + return sendErrorMessage(session, "Error: Invalid avatar ID. Please provide a valid unsigned 32-bit integer.", allocator); + }; + if (!isValidAvatarId(id)) { + return sendErrorMessage(session, "Error: Invalid Avatar ID format.", allocator); + } + avatar_ids[count] = id; + count += 1; + } else { + break; + } + } + if (arg_iter.next() != null or count != 6) { + return sendErrorMessage(session, "Error: You must provide exactly 6 avatar IDs.", allocator); + } + @memcpy(&StandardBanner, &avatar_ids); + const msg = try std.fmt.allocPrint(allocator, "Set standard banner ID to: {d}, {d}, {d}, {d}, {d}, {d}", .{ avatar_ids[0], avatar_ids[1], avatar_ids[2], avatar_ids[3], avatar_ids[4], avatar_ids[5] }); + try commandhandler.sendMessage(session, msg, allocator); +} +fn gacha4Stars(session: *Session, arg_iter: *std.mem.SplitIterator(u8, .sequence), allocator: Allocator) Error!void { + var avatar_ids: [3]u32 = undefined; + var count: usize = 0; + while (count < 3) { + if (arg_iter.next()) |avatar_id_str| { + const id = std.fmt.parseInt(u32, avatar_id_str, 10) catch { + return sendErrorMessage(session, "Error: Invalid avatar ID. Please provide a valid unsigned 32-bit integer.", allocator); + }; + if (!isValidAvatarId(id)) { + return sendErrorMessage(session, "Error: Invalid Avatar ID format.", allocator); + } + avatar_ids[count] = id; + count += 1; + } else { + break; + } + } + if (arg_iter.next() != null or count != 3) { + return sendErrorMessage(session, "Error: You must provide exactly 3 avatar IDs.", allocator); + } + @memcpy(&RateUpFourStars, &avatar_ids); + const msg = try std.fmt.allocPrint(allocator, "Set 4 star rate up ID to: {d}, {d}, {d}", .{ avatar_ids[0], avatar_ids[1], avatar_ids[2] }); + try commandhandler.sendMessage(session, msg, allocator); +} +fn gacha5Stars(session: *Session, arg_iter: *std.mem.SplitIterator(u8, .sequence), allocator: Allocator) Error!void { + var avatar_ids: [1]u32 = undefined; + if (arg_iter.next()) |avatar_id_str| { + const id = std.fmt.parseInt(u32, avatar_id_str, 10) catch { + return sendErrorMessage(session, "Error: Invalid avatar ID. Please provide a valid unsigned 32-bit integer.", allocator); + }; + if (!isValidAvatarId(id)) { + return sendErrorMessage(session, "Error: Invalid Avatar ID format.", allocator); + } + avatar_ids[0] = id; + } else { + return sendErrorMessage(session, "Error: You must provide a rate-up avatar ID.", allocator); + } + if (arg_iter.next() != null) { + return sendErrorMessage(session, "Error: Only one rate-up avatar ID is allowed.", allocator); + } + @memcpy(&RateUp, &avatar_ids); + const msg = try std.fmt.allocPrint(allocator, "Set rate up ID to: {d}", .{avatar_ids[0]}); + try commandhandler.sendMessage(session, msg, allocator); +} +fn sendErrorMessage(session: *Session, message: []const u8, allocator: Allocator) Error!void { + try commandhandler.sendMessage(session, message, allocator); +} +fn isValidAvatarId(avatar_id: u32) bool { + return avatar_id >= 1000 and avatar_id <= 9999; +} diff --git a/gameserver/src/data.zig b/gameserver/src/data.zig new file mode 100644 index 0000000..fd98a7d --- /dev/null +++ b/gameserver/src/data.zig @@ -0,0 +1,77 @@ +// Avatar group +pub const MultiAvatar = [_]u32{ + 8002, 8004, 8006, 8008, 1001, 1224, +}; +pub const McTracing = [_]u32{ + 8002, 8004, 8006, 8008, +}; +pub const EnhanceAvatarID = [_]u32{ 1005, 1006, 1205, 1212 }; + +pub const skills = [_]u32{ 1, 2, 3, 4, 7, 101, 102, 103, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 301, 302 }; +pub const skills_old = [_]u32{ 1, 2, 3, 4, 7, 101, 102, 103, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210 }; + +pub const AllAvatars = &[_]u32{ + //1000 + 1001, 1002, 1003, 1004, 1005, 1006, 1008, 1009, 1013, 1014, 1015, + //1100 + 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, + 1112, + //1200 + 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, + 1211, 1212, 1213, 1214, 1215, 1217, 1218, 1220, 1221, 1222, 1223, + 1225, + //1300 + 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, + 1312, 1313, 1314, 1315, 1317, + //1400 + 1401, 1402, 8001, 1403, 1404, 1405, + 1406, 1407, 1408, 1409, +}; +// Battle group +//TODO: update every patch +pub const buffs_unlocked = &[_]u32{ + 100101, 100201, 100301, 100401, 100501, 100601, 100801, 100901, 101301, + 110101, 110201, 110202, 110203, 110301, 110401, 110501, 110601, 110701, + 110801, 110901, 111001, 111101, 111201, 120101, 120301, 120401, 120501, + 120601, 120701, 120702, 120801, 120802, 120901, 121001, 121101, 121201, + 121202, 121203, 121301, 121302, 121303, 121401, 121501, 121701, 121801, + 122001, 122002, 122003, 122004, 122101, 122201, 122301, 122302, 122303, + 122304, 122402, 122403, 122501, 130101, 130201, 130301, 130302, 130303, + 130401, 130402, 130403, 130404, 130405, 130406, 130501, 130601, 130602, + 130701, 130801, 130802, 130803, 130901, 130902, 130903, 131001, 131002, + 131201, 131301, 131401, 131501, 131502, 131503, 131701, 131702, 140101, + 140102, 140201, 140202, 140301, 140401, 140501, 140601, 140701, 140801, + 140901, 200501, 200601, 220501, 221201, 800301, 800501, 101401, 101501, +}; + +//TODO: update more Remembrance character in future +pub const Rem = [_]u32{ 8007, 8008, 1402, 1407, 1409 }; + +//TODO: update id for characters have ignore toughness in their technique in future +pub const IgnoreToughness = [_]u32{ 1006, 1308, 1317 }; + +// Profile group +pub const OwnedChatBubbles = [_]u32{ 220000, 220001, 220002, 220003, 220004, 220005, 220006, 220007, 220008 }; +pub const OwnedPhoneThemes = [_]u32{ 221000, 221001, 221002, 221003, 221004, 221005, 221006, 221007, 221008, 221009, 221010, 221011 }; +pub const OwnedPhoneCases = [_]u32{ 254000, 254001 }; + +pub const OwnedPersonalCardSkin = [_]u32{253000}; + +pub const ItemList = [_]u32{ 251001, 251002, 110431, 110507, 101 }; + +pub const LightconeList_3 = [_]u32{ + 20000, 20001, 20002, 20003, 20004, 20005, 20006, 20007, 20008, 20009, 20010, 20011, 20012, 20013, 20014, 20015, 20016, 20017, 20018, 20019, 20020, 20021, 20022, +}; +pub const LightconeList_4 = [_]u32{ + 21000, 21001, 21002, 21003, 21004, 21005, 21006, 21007, 21008, 21009, 21010, 21011, 21012, 21013, 21014, 21015, 21016, 21017, 21018, 21019, 21020, 21021, 21022, + 21023, 21024, 21025, 21026, 21027, 21028, 21029, 21030, 21031, 21032, 21033, 21034, 21035, 21036, 21037, 21038, 21039, 21040, 21041, 21042, 21043, 21044, 21045, + 21046, 21047, 21048, 21050, 21051, 21052, 22000, 22001, 22002, 22003, 22004, +}; +pub const LightconeList_5 = [_]u32{ + 23000, 23001, 23002, 23003, 23004, 23005, 23006, 23007, 23008, 23009, 23010, 23011, 23012, 23013, 23014, 23015, 23016, 23017, 23018, 23019, 23020, 23021, 23022, + 23023, 23024, 23025, 23026, 23027, 23028, 23029, 23030, 23031, 23032, 23033, 23034, 23035, 23036, 23037, 23038, 23039, 23040, 23041, 23042, 23043, 24000, 24001, + 24002, 24003, 24004, 24005, +}; +pub const AvatarList = [_]u32{ + 1001, 1002, 1008, 1009, 1013, 1103, 1105, 1106, 1108, 1109, 1110, 1111, 1201, 1202, 1206, 1207, 1210, 1214, 1215, 1223, 1224, 1301, 1312, +}; diff --git a/gameserver/src/handlers.zig b/gameserver/src/handlers.zig new file mode 100644 index 0000000..24a053d --- /dev/null +++ b/gameserver/src/handlers.zig @@ -0,0 +1,251 @@ +const std = @import("std"); +const protocol = @import("protocol"); +const Session = @import("Session.zig"); +const Packet = @import("Packet.zig"); +const avatar = @import("services/avatar.zig"); +const chat = @import("services/chat.zig"); +const gacha = @import("services/gacha.zig"); +const item = @import("services/item.zig"); +const battle = @import("services/battle.zig"); +const login = @import("services/login.zig"); +const lineup = @import("services/lineup.zig"); +const mail = @import("services/mail.zig"); +const misc = @import("services/misc.zig"); +const mission = @import("services/mission.zig"); +const pet = @import("services/pet.zig"); +const profile = @import("services/profile.zig"); +const scene = @import("services/scene.zig"); +const events = @import("services/events.zig"); +const challenge = @import("services/challenge.zig"); +const multipath = @import("services/multipath.zig"); + +const Allocator = std.mem.Allocator; +const ArenaAllocator = std.heap.ArenaAllocator; +const CmdID = protocol.CmdID; + +const log = std.log.scoped(.handlers); + +const Action = *const fn (*Session, *const Packet, Allocator) anyerror!void; +const HandlerList = [_]struct { CmdID, Action }{ + .{ CmdID.CmdPlayerGetTokenCsReq, login.onPlayerGetToken }, + .{ CmdID.CmdPlayerLoginCsReq, login.onPlayerLogin }, + .{ CmdID.CmdPlayerHeartBeatCsReq, misc.onPlayerHeartBeat }, + .{ CmdID.CmdPlayerLoginFinishCsReq, login.onPlayerLoginFinish }, + .{ CmdID.CmdContentPackageGetDataCsReq, login.onContentPackageGetData }, + .{ CmdID.CmdSetClientPausedCsReq, login.onSetClientPaused }, + //avatar + .{ CmdID.CmdGetAvatarDataCsReq, avatar.onGetAvatarData }, + .{ CmdID.CmdSetAvatarPathCsReq, avatar.onSetAvatarPath }, + .{ CmdID.CmdGetBasicInfoCsReq, avatar.onGetBasicInfo }, + .{ CmdID.CmdTakeOffAvatarSkinCsReq, avatar.onTakeOffAvatarSkin }, + .{ CmdID.CmdDressAvatarSkinCsReq, avatar.onDressAvatarSkin }, + .{ CmdID.CmdGetBigDataAllRecommendCsReq, avatar.onGetBigDataAll }, + .{ CmdID.CmdGetBigDataRecommendCsReq, avatar.onGetBigData }, + .{ CmdID.CmdGetPreAvatarGrowthInfoCsReq, avatar.onGetPreAvatarGrowthInfo }, + //bag + .{ CmdID.CmdGetBagCsReq, item.onGetBag }, + .{ CmdID.CmdUseItemCsReq, item.onUseItem }, + //lineup + .{ CmdID.CmdChangeLineupLeaderCsReq, lineup.onChangeLineupLeader }, + .{ CmdID.CmdReplaceLineupCsReq, lineup.onReplaceLineup }, + .{ CmdID.CmdGetCurLineupDataCsReq, lineup.onGetCurLineupData }, + //battle + .{ CmdID.CmdStartCocoonStageCsReq, battle.onStartCocoonStage }, + .{ CmdID.CmdPVEBattleResultCsReq, battle.onPVEBattleResult }, + .{ CmdID.CmdSceneCastSkillCsReq, battle.onSceneCastSkill }, + .{ CmdID.CmdSceneCastSkillCostMpCsReq, battle.onSceneCastSkillCostMp }, + .{ CmdID.CmdQuickStartCocoonStageCsReq, battle.onQuickStartCocoonStage }, + .{ CmdID.CmdQuickStartFarmElementCsReq, battle.onQuickStartFarmElement }, + .{ CmdID.CmdStartBattleCollegeCsReq, battle.onStartBattleCollege }, + .{ CmdID.CmdGetCurBattleInfoCsReq, battle.onGetCurBattleInfo }, + .{ CmdID.CmdSyncClientResVersionCsReq, battle.onSyncClientResVersion }, + //gacha + .{ CmdID.CmdGetGachaInfoCsReq, gacha.onGetGachaInfo }, + .{ CmdID.CmdBuyGoodsCsReq, gacha.onBuyGoods }, + .{ CmdID.CmdGetShopListCsReq, gacha.onGetShopList }, + .{ CmdID.CmdExchangeHcoinCsReq, gacha.onExchangeHcoin }, + .{ CmdID.CmdDoGachaCsReq, gacha.onDoGacha }, + //mail + .{ CmdID.CmdGetMailCsReq, mail.onGetMail }, + //pet + .{ CmdID.CmdGetPetDataCsReq, pet.onGetPetData }, + .{ CmdID.CmdRecallPetCsReq, pet.onRecallPet }, + .{ CmdID.CmdSummonPetCsReq, pet.onSummonPet }, + //profile + .{ CmdID.CmdGetPhoneDataCsReq, profile.onGetPhoneData }, + .{ CmdID.CmdSelectPhoneThemeCsReq, profile.onSelectPhoneTheme }, + .{ CmdID.CmdSelectChatBubbleCsReq, profile.onSelectChatBubble }, + .{ CmdID.CmdGetPlayerBoardDataCsReq, profile.onGetPlayerBoardData }, + .{ CmdID.CmdSetDisplayAvatarCsReq, profile.onSetDisplayAvatar }, + .{ CmdID.CmdSetAssistAvatarCsReq, profile.onSetAssistAvatar }, + .{ CmdID.CmdSetSignatureCsReq, profile.onSetSignature }, + .{ CmdID.CmdSetGameplayBirthdayCsReq, profile.onSetGameplayBirthday }, + .{ CmdID.CmdSetHeadIconCsReq, profile.onSetHeadIcon }, + .{ CmdID.CmdSelectPhoneCaseCsReq, profile.onSelectPhoneCase }, + //mission + .{ CmdID.CmdGetTutorialGuideCsReq, mission.onGetTutorialGuideStatus }, + .{ CmdID.CmdGetMissionStatusCsReq, mission.onGetMissionStatus }, + .{ CmdID.CmdGetTutorialCsReq, mission.onGetTutorialStatus }, + .{ CmdID.CmdUnlockTutorialGuideCsReq, mission.onUnlockTutorialGuide }, + .{ CmdID.CmdUnlockTutorialCsReq, mission.onUnlockTutorial }, + //chat + .{ CmdID.CmdGetFriendListInfoCsReq, chat.onGetFriendListInfo }, + .{ CmdID.CmdGetPrivateChatHistoryCsReq, chat.onPrivateChatHistory }, + .{ CmdID.CmdGetChatEmojiListCsReq, chat.onChatEmojiList }, + .{ CmdID.CmdSendMsgCsReq, chat.onSendMsg }, + //scene + .{ CmdID.CmdGetCurSceneInfoCsReq, scene.onGetCurSceneInfo }, + .{ CmdID.CmdSceneEntityMoveCsReq, scene.onSceneEntityMove }, + .{ CmdID.CmdEnterSceneCsReq, scene.onEnterScene }, + .{ CmdID.CmdGetSceneMapInfoCsReq, scene.onGetSceneMapInfo }, + .{ CmdID.CmdGetUnlockTeleportCsReq, scene.onGetUnlockTeleport }, + .{ CmdID.CmdEnterSectionCsReq, scene.onEnterSection }, + .{ CmdID.CmdSceneEntityTeleportCsReq, scene.onSceneEntityTeleport }, + .{ CmdID.CmdGetFirstTalkNpcCsReq, scene.onGetFirstTalkNpc }, + .{ CmdID.CmdGetFirstTalkByPerformanceNpcCsReq, scene.onGetFirstTalkByPerformanceNp }, + .{ CmdID.CmdGetNpcTakenRewardCsReq, scene.onGetNpcTakenReward }, + .{ CmdID.CmdUpdateGroupPropertyCsReq, scene.onUpdateGroupProperty }, + .{ CmdID.CmdChangePropTimelineInfoCsReq, scene.onChangePropTimeline }, + .{ CmdID.CmdDeactivateFarmElementCsReq, scene.onDeactivateFarmElement }, + .{ CmdID.CmdSetGroupCustomSaveDataCsReq, scene.onSetGroupCustomSaveData }, + .{ CmdID.CmdGetEnteredSceneCsReq, scene.onGetEnteredScene }, + //events + .{ CmdID.CmdGetActivityScheduleConfigCsReq, events.onGetActivity }, + .{ CmdID.CmdUpdateServerPrefsDataCsReq, events.onUpdateServerPrefsData }, + //challenge + .{ CmdID.CmdGetChallengeCsReq, challenge.onGetChallenge }, + .{ CmdID.CmdGetChallengeGroupStatisticsCsReq, challenge.onGetChallengeGroupStatistics }, + .{ CmdID.CmdStartChallengeCsReq, challenge.onStartChallenge }, + .{ CmdID.CmdLeaveChallengeCsReq, challenge.onLeaveChallenge }, + .{ CmdID.CmdGetCurChallengeCsReq, challenge.onGetCurChallengeScRsp }, +}; + +const DummyCmdList = [_]struct { CmdID, CmdID }{ + .{ CmdID.CmdGetBagCsReq, CmdID.CmdGetBagScRsp }, + .{ CmdID.CmdGetMarkItemListCsReq, CmdID.CmdGetMarkItemListScRsp }, + .{ CmdID.CmdGetPlayerBoardDataCsReq, CmdID.CmdGetPlayerBoardDataScRsp }, + .{ CmdID.CmdGetCurAssistCsReq, CmdID.CmdGetCurAssistScRsp }, + .{ CmdID.CmdGetAllLineupDataCsReq, CmdID.CmdGetAllLineupDataScRsp }, + .{ CmdID.CmdGetAllServerPrefsDataCsReq, CmdID.CmdGetAllServerPrefsDataScRsp }, + .{ CmdID.CmdGetMissionDataCsReq, CmdID.CmdGetMissionDataScRsp }, + .{ CmdID.CmdGetQuestDataCsReq, CmdID.CmdGetQuestDataScRsp }, + .{ CmdID.CmdGetRogueCommonDialogueDataCsReq, CmdID.CmdGetRogueCommonDialogueDataScRsp }, + .{ CmdID.CmdGetRogueInfoCsReq, CmdID.CmdGetRogueInfoScRsp }, + .{ CmdID.CmdGetRogueHandbookDataCsReq, CmdID.CmdGetRogueHandbookDataScRsp }, + .{ CmdID.CmdGetRogueEndlessActivityDataCsReq, CmdID.CmdGetRogueEndlessActivityDataScRsp }, + .{ CmdID.CmdChessRogueQueryCsReq, CmdID.CmdChessRogueQueryScRsp }, + .{ CmdID.CmdRogueTournQueryCsReq, CmdID.CmdRogueTournQueryScRsp }, + .{ CmdID.CmdDailyFirstMeetPamCsReq, CmdID.CmdDailyFirstMeetPamScRsp }, + .{ CmdID.CmdGetBattleCollegeDataCsReq, CmdID.CmdGetBattleCollegeDataScRsp }, + .{ CmdID.CmdGetNpcStatusCsReq, CmdID.CmdGetNpcStatusScRsp }, + .{ CmdID.CmdGetSecretKeyInfoCsReq, CmdID.CmdGetSecretKeyInfoScRsp }, + .{ CmdID.CmdGetHeartDialInfoCsReq, CmdID.CmdGetHeartDialInfoScRsp }, + .{ CmdID.CmdGetVideoVersionKeyCsReq, CmdID.CmdGetVideoVersionKeyScRsp }, + .{ CmdID.CmdHeliobusActivityDataCsReq, CmdID.CmdHeliobusActivityDataScRsp }, + .{ CmdID.CmdGetAetherDivideInfoCsReq, CmdID.CmdGetAetherDivideInfoScRsp }, + .{ CmdID.CmdGetMapRotationDataCsReq, CmdID.CmdGetMapRotationDataScRsp }, + .{ CmdID.CmdGetRogueCollectionCsReq, CmdID.CmdGetRogueCollectionScRsp }, + .{ CmdID.CmdGetRogueExhibitionCsReq, CmdID.CmdGetRogueExhibitionScRsp }, + .{ CmdID.CmdPlayerReturnInfoQueryCsReq, CmdID.CmdPlayerReturnInfoQueryScRsp }, + .{ CmdID.CmdGetLevelRewardTakenListCsReq, CmdID.CmdGetLevelRewardTakenListScRsp }, + .{ CmdID.CmdGetMainMissionCustomValueCsReq, CmdID.CmdGetMainMissionCustomValueScRsp }, + .{ CmdID.CmdGetMaterialSubmitActivityDataCsReq, CmdID.CmdGetMaterialSubmitActivityDataScRsp }, + .{ CmdID.CmdRogueTournGetCurRogueCocoonInfoCsReq, CmdID.CmdRogueTournGetCurRogueCocoonInfoScRsp }, + .{ CmdID.CmdRogueMagicQueryCsReq, CmdID.CmdRogueMagicQueryScRsp }, + .{ CmdID.CmdMusicRhythmDataCsReq, CmdID.CmdMusicRhythmDataScRsp }, + //friendlist + .{ CmdID.CmdGetFriendApplyListInfoCsReq, CmdID.CmdGetFriendApplyListInfoScRsp }, + .{ CmdID.CmdGetChatFriendHistoryCsReq, CmdID.CmdGetChatFriendHistoryScRsp }, + .{ CmdID.CmdGetFriendLoginInfoCsReq, CmdID.CmdGetFriendLoginInfoScRsp }, + .{ CmdID.CmdGetFriendBattleRecordDetailCsReq, CmdID.CmdGetFriendBattleRecordDetailScRsp }, + .{ CmdID.CmdGetFriendDevelopmentInfoCsReq, CmdID.CmdGetFriendDevelopmentInfoScRsp }, + .{ CmdID.CmdGetFriendRecommendListInfoCsReq, CmdID.CmdGetFriendRecommendListInfoScRsp }, + //add + .{ CmdID.CmdSwitchHandDataCsReq, CmdID.CmdSwitchHandDataScRsp }, + .{ CmdID.CmdRogueArcadeGetInfoCsReq, CmdID.CmdRogueArcadeGetInfoScRsp }, + .{ CmdID.CmdGetMissionMessageInfoCsReq, CmdID.CmdGetMissionMessageInfoScRsp }, + .{ CmdID.CmdTrainPartyGetDataCsReq, CmdID.CmdTrainPartyGetDataScRsp }, + .{ CmdID.CmdQueryProductInfoCsReq, CmdID.CmdQueryProductInfoScRsp }, + .{ CmdID.CmdGetPamSkinDataCsReq, CmdID.CmdGetPamSkinDataScRsp }, + .{ CmdID.CmdGetRogueScoreRewardInfoCsReq, CmdID.CmdGetRogueScoreRewardInfoScRsp }, + .{ CmdID.CmdGetQuestRecordCsReq, CmdID.CmdGetQuestRecordScRsp }, + .{ CmdID.CmdGetDailyActiveInfoCsReq, CmdID.CmdGetDailyActiveInfoScRsp }, + .{ CmdID.CmdGetChessRogueNousStoryInfoCsReq, CmdID.CmdGetChessRogueNousStoryInfoScRsp }, + .{ CmdID.CmdCommonRogueQueryCsReq, CmdID.CmdCommonRogueQueryScRsp }, + .{ CmdID.CmdGetFightActivityDataCsReq, CmdID.CmdGetFightActivityDataScRsp }, + .{ CmdID.CmdGetStarFightDataCsReq, CmdID.CmdGetStarFightDataScRsp }, + .{ CmdID.CmdGetMultipleDropInfoCsReq, CmdID.CmdGetMultipleDropInfoScRsp }, + .{ CmdID.CmdGetPlayerReturnMultiDropInfoCsReq, CmdID.CmdGetPlayerReturnMultiDropInfoScRsp }, + .{ CmdID.CmdGetShareDataCsReq, CmdID.CmdGetShareDataScRsp }, + .{ CmdID.CmdGetTreasureDungeonActivityDataCsReq, CmdID.CmdGetTreasureDungeonActivityDataScRsp }, + .{ CmdID.CmdEvolveBuildQueryInfoCsReq, CmdID.CmdEvolveBuildQueryInfoScRsp }, + .{ CmdID.CmdGetAlleyInfoCsReq, CmdID.CmdGetAlleyInfoScRsp }, + .{ CmdID.CmdGetAetherDivideChallengeInfoCsReq, CmdID.CmdGetAetherDivideChallengeInfoScRsp }, + .{ CmdID.CmdGetStrongChallengeActivityDataCsReq, CmdID.CmdGetStrongChallengeActivityDataScRsp }, + .{ CmdID.CmdGetOfferingInfoCsReq, CmdID.CmdGetOfferingInfoScRsp }, + .{ CmdID.CmdClockParkGetInfoCsReq, CmdID.CmdClockParkGetInfoScRsp }, + .{ CmdID.CmdGetGunPlayDataCsReq, CmdID.CmdGetGunPlayDataScRsp }, + .{ CmdID.CmdGetTrackPhotoActivityDataCsReq, CmdID.CmdGetTrackPhotoActivityDataScRsp }, + .{ CmdID.CmdGetSwordTrainingDataCsReq, CmdID.CmdGetSwordTrainingDataScRsp }, + .{ CmdID.CmdGetFightFestDataCsReq, CmdID.CmdGetFightFestDataScRsp }, + .{ CmdID.CmdDifficultyAdjustmentGetDataCsReq, CmdID.CmdDifficultyAdjustmentGetDataScRsp }, + .{ CmdID.CmdSpaceZooDataCsReq, CmdID.CmdSpaceZooDataScRsp }, + .{ CmdID.CmdGetExpeditionDataCsReq, CmdID.CmdGetExpeditionDataScRsp }, + .{ CmdID.CmdTravelBrochureGetDataCsReq, CmdID.CmdTravelBrochureGetDataScRsp }, + .{ CmdID.CmdRaidCollectionDataCsReq, CmdID.CmdRaidCollectionDataScRsp }, + .{ CmdID.CmdGetRaidInfoCsReq, CmdID.CmdGetRaidInfoScRsp }, + .{ CmdID.CmdGetLoginActivityCsReq, CmdID.CmdGetLoginActivityScRsp }, + .{ CmdID.CmdGetTrialActivityDataCsReq, CmdID.CmdGetTrialActivityDataScRsp }, + .{ CmdID.CmdGetJukeboxDataCsReq, CmdID.CmdGetJukeboxDataScRsp }, + .{ CmdID.CmdGetMuseumInfoCsReq, CmdID.CmdGetMuseumInfoScRsp }, + .{ CmdID.CmdGetTelevisionActivityDataCsReq, CmdID.CmdGetTelevisionActivityDataScRsp }, + .{ CmdID.CmdGetTrainVisitorRegisterCsReq, CmdID.CmdGetTrainVisitorRegisterScRsp }, + .{ CmdID.CmdGetBoxingClubInfoCsReq, CmdID.CmdGetBoxingClubInfoScRsp }, + .{ CmdID.CmdTextJoinQueryCsReq, CmdID.CmdTextJoinQueryScRsp }, + .{ CmdID.CmdGetLoginChatInfoCsReq, CmdID.CmdGetLoginChatInfoScRsp }, + .{ CmdID.CmdGetFeverTimeActivityDataCsReq, CmdID.CmdGetFeverTimeActivityDataScRsp }, + .{ CmdID.CmdGetSummonActivityDataCsReq, CmdID.CmdGetSummonActivityDataScRsp }, + .{ CmdID.CmdTarotBookGetDataCsReq, CmdID.CmdTarotBookGetDataScRsp }, + .{ CmdID.CmdGetMarkChestCsReq, CmdID.CmdGetMarkChestScRsp }, + .{ CmdID.CmdMatchThreeGetDataCsReq, CmdID.CmdMatchThreeGetDataScRsp }, + .{ CmdID.CmdUpdateTrackMainMissionIdCsReq, CmdID.CmdUpdateTrackMainMissionIdScRsp }, + .{ CmdID.CmdGetNpcMessageGroupCsReq, CmdID.CmdGetNpcMessageGroupScRsp }, + .{ CmdID.CmdGetAllSaveRaidCsReq, CmdID.CmdGetAllSaveRaidScRsp }, + .{ CmdID.CmdGetAssistHistoryCsReq, CmdID.CmdGetAssistHistoryScRsp }, + .{ CmdID.CmdGetPlayerDetailInfoCsReq, CmdID.CmdGetPlayerDetailInfoScRsp }, + .{ CmdID.CmdGetEraFlipperDataCsReq, CmdID.CmdGetEraFlipperDataScRsp }, + //.{ CmdID.CmdGetPreAvatarListCsReq, CmdID.CmdGetPreAvatarListScRsp }, + .{ CmdID.CmdGetRechargeGiftInfoCsReq, CmdID.CmdGetRechargeGiftInfoScRsp }, + .{ CmdID.CmdGetRechargeBenefitInfoCsReq, CmdID.CmdGetRechargeBenefitInfoScRsp }, + .{ CmdID.CmdRelicSmartWearGetPlanCsReq, CmdID.CmdRelicSmartWearGetPlanScRsp }, + .{ CmdID.CmdRelicSmartWearGetPinRelicCsReq, CmdID.CmdRelicSmartWearGetPinRelicScRsp }, + .{ CmdID.CmdSetGrowthTargetAvatarCsReq, CmdID.CmdSetGrowthTargetAvatarScRsp }, +}; + +const SuppressLogList = [_]CmdID{CmdID.CmdSceneEntityMoveCsReq}; + +pub fn handle(session: *Session, packet: *const Packet) !void { + var arena = ArenaAllocator.init(session.allocator); + defer arena.deinit(); + + const cmd_id: CmdID = @enumFromInt(packet.cmd_id); + + inline for (HandlerList) |handler| { + if (handler[0] == cmd_id) { + try handler[1](session, packet, arena.allocator()); + if (!std.mem.containsAtLeast(CmdID, &SuppressLogList, 1, &[_]CmdID{cmd_id})) { + log.debug("packet {} was handled", .{cmd_id}); + } + return; + } + } + + inline for (DummyCmdList) |pair| { + if (pair[0] == cmd_id) { + try session.send_empty(pair[1]); + return; + } + } + + log.warn("packet {} was ignored", .{cmd_id}); +} diff --git a/gameserver/src/main.zig b/gameserver/src/main.zig new file mode 100644 index 0000000..0641735 --- /dev/null +++ b/gameserver/src/main.zig @@ -0,0 +1,15 @@ +const std = @import("std"); +const builtin = @import("builtin"); +const network = @import("network.zig"); +const handlers = @import("handlers.zig"); + +pub const std_options = .{ + .log_level = switch (builtin.mode) { + .Debug => .debug, + else => .info, + }, +}; + +pub fn main() !void { + try network.listen(); +} diff --git a/gameserver/src/manager/battle_mgr.zig b/gameserver/src/manager/battle_mgr.zig new file mode 100644 index 0000000..a60b553 --- /dev/null +++ b/gameserver/src/manager/battle_mgr.zig @@ -0,0 +1,339 @@ +const std = @import("std"); +const protocol = @import("protocol"); +const Session = @import("../Session.zig"); +const Packet = @import("../Packet.zig"); +const Config = @import("../services/config.zig"); +const Data = @import("../data.zig"); +const ChallengeData = @import("../services/challenge.zig"); + +const ArrayList = std.ArrayList; +const Allocator = std.mem.Allocator; +const CmdID = protocol.CmdID; + +pub var selectedAvatarID = [_]u32{ 1304, 1313, 1406, 1004 }; + +// Function to check if an ID is in a list +fn isInList(id: u32, list: []const u32) bool { + for (list) |item| { + if (item == id) { + return true; + } + } + return false; +} +fn createBattleRelic(allocator: Allocator, id: u32, level: u32, main_affix_id: u32, stat1: u32, cnt1: u32, step1: u32, stat2: u32, cnt2: u32, step2: u32, stat3: u32, cnt3: u32, step3: u32, stat4: u32, cnt4: u32, step4: u32) !protocol.BattleRelic { + var relic = protocol.BattleRelic{ + .id = id, + .main_affix_id = main_affix_id, + .level = level, + .sub_affix_list = ArrayList(protocol.RelicAffix).init(allocator), + }; + try relic.sub_affix_list.append(protocol.RelicAffix{ .affix_id = stat1, .cnt = cnt1, .step = step1 }); + try relic.sub_affix_list.append(protocol.RelicAffix{ .affix_id = stat2, .cnt = cnt2, .step = step2 }); + try relic.sub_affix_list.append(protocol.RelicAffix{ .affix_id = stat3, .cnt = cnt3, .step = step3 }); + try relic.sub_affix_list.append(protocol.RelicAffix{ .affix_id = stat4, .cnt = cnt4, .step = step4 }); + return relic; +} +fn createBattleAvatar(allocator: Allocator, avatarConf: Config.Avatar) !protocol.BattleAvatar { + var avatar = protocol.BattleAvatar.init(allocator); + avatar.id = avatarConf.id; + avatar.hp = avatarConf.hp * 100; + avatar.sp_bar = .{ .sp_cur = avatarConf.sp * 100, .sp_max = 10000 }; + avatar.level = avatarConf.level; + avatar.rank = avatarConf.rank; + avatar.promotion = avatarConf.promotion; + avatar.avatar_type = .AVATAR_FORMAL_TYPE; + if (isInList(avatar.id, &Data.EnhanceAvatarID)) avatar.GLACKHOPMIO = 1; + + // Relics + for (avatarConf.relics.items) |relic| { + const r = try createBattleRelic(allocator, relic.id, relic.level, relic.main_affix_id, relic.stat1, relic.cnt1, relic.step1, relic.stat2, relic.cnt2, relic.step2, relic.stat3, relic.cnt3, relic.step3, relic.stat4, relic.cnt4, relic.step4); + try avatar.relic_list.append(r); + } + + // Lightcone + const lc = protocol.BattleEquipment{ + .id = avatarConf.lightcone.id, + .rank = avatarConf.lightcone.rank, + .level = avatarConf.lightcone.level, + .promotion = avatarConf.lightcone.promotion, + }; + try avatar.equipment_list.append(lc); + + // Skills + var talentLevel: u32 = 0; + const skill_list: []const u32 = if (isInList(avatar.id, &Data.Rem)) &Data.skills else &Data.skills_old; + for (skill_list) |elem| { + talentLevel = switch (elem) { + 1 => 6, + 2...4 => 10, + 301, 302 => if (isInList(avatar.id, &Data.Rem)) 6 else 1, + else => 1, + }; + var point_id: u32 = 0; + if (isInList(avatar.id, &Data.EnhanceAvatarID)) point_id = avatar.id + 10000 else point_id = avatar.id; + const talent = protocol.AvatarSkillTree{ .point_id = point_id * 1000 + elem, .level = talentLevel }; + try avatar.skilltree_list.append(talent); + } + return avatar; +} + +// Function to add technique buffs +fn addTechniqueBuffs(allocator: Allocator, battle: *protocol.SceneBattleInfo, avatar: protocol.BattleAvatar, avatarConf: Config.Avatar, avatar_index: u32) !void { + if (!avatarConf.use_technique) return; + + var targetIndexList = ArrayList(u32).init(allocator); + try targetIndexList.append(0); + + var buffedAvatarId = avatar.id; + if (avatar.id == 8004) { + buffedAvatarId = 8003; + } else if (avatar.id == 8006) { + buffedAvatarId = 8005; + } else if (avatar.id == 8008) { + buffedAvatarId = 8007; + } + + for (Data.buffs_unlocked) |buffId| { + const idPrefix = buffId / 100; + if (idPrefix == buffedAvatarId) { + var buff = protocol.BattleBuff{ + .id = buffId, + .level = 1, + .owner_index = @intCast(avatar_index), + .wave_flag = 1, + .target_index_list = targetIndexList, + .dynamic_values = ArrayList(protocol.BattleBuff.DynamicValuesEntry).init(allocator), + }; + try buff.dynamic_values.append(.{ .key = .{ .Const = "SkillIndex" }, .value = 0 }); + try battle.buff_list.append(buff); + } + } + + if (isInList(buffedAvatarId, &Data.IgnoreToughness)) { + var buff_tough = protocol.BattleBuff{ + .id = 1000119, //for is_ignore toughness + .level = 1, + .owner_index = @intCast(avatar_index), + .wave_flag = 1, + .target_index_list = targetIndexList, + .dynamic_values = ArrayList(protocol.BattleBuff.DynamicValuesEntry).init(allocator), + }; + try buff_tough.dynamic_values.append(.{ .key = .{ .Const = "SkillIndex" }, .value = 0 }); + try battle.buff_list.append(buff_tough); + } + + if (buffedAvatarId == 1224) { + var buff_march = protocol.BattleBuff{ + .id = 122401, //for hunt march 7th tech + .level = 1, + .owner_index = @intCast(avatar_index), + .wave_flag = 1, + .target_index_list = targetIndexList, + .dynamic_values = ArrayList(protocol.BattleBuff.DynamicValuesEntry).init(allocator), + }; + try buff_march.dynamic_values.appendSlice(&[_]protocol.BattleBuff.DynamicValuesEntry{ + .{ .key = .{ .Const = "#ADF_1" }, .value = 3 }, + .{ .key = .{ .Const = "#ADF_2" }, .value = 3 }, + }); + try battle.buff_list.append(buff_march); + } + + if (buffedAvatarId == 1310) { + var buff_firefly = protocol.BattleBuff{ + .id = 1000112, //for firefly tech + .level = 1, + .owner_index = @intCast(avatar_index), + .wave_flag = 1, + .target_index_list = targetIndexList, + .dynamic_values = ArrayList(protocol.BattleBuff.DynamicValuesEntry).init(allocator), + }; + try buff_firefly.dynamic_values.append(.{ .key = .{ .Const = "SkillIndex" }, .value = 0 }); + try battle.buff_list.append(buff_firefly); + } + + if (buffedAvatarId == 8007) { + var buff_rmc = protocol.BattleBuff{ + .id = 800701, //for rmc tech + .level = 1, + .owner_index = @intCast(avatar_index), + .wave_flag = 1, + .target_index_list = targetIndexList, + .dynamic_values = ArrayList(protocol.BattleBuff.DynamicValuesEntry).init(allocator), + }; + try buff_rmc.dynamic_values.append(.{ .key = .{ .Const = "SkillIndex" }, .value = 0 }); + try battle.buff_list.append(buff_rmc); + } +} + +// Function to add future global buff. +fn addGolbalPassive(allocator: Allocator, battle: *protocol.SceneBattleInfo, wave_flag: u32) !void { + if (isInList(1407, Data.AllAvatars)) { //support Castorice + var targetIndexList = ArrayList(u32).init(allocator); + try targetIndexList.append(0); + var mazebuff_data = protocol.BattleBuff{ + .id = 140703, + .level = 1, + .owner_index = 1, + .wave_flag = wave_flag, + .target_index_list = targetIndexList, + .dynamic_values = ArrayList(protocol.BattleBuff.DynamicValuesEntry).init(allocator), + }; + try mazebuff_data.dynamic_values.append(.{ .key = .{ .Const = "SkillIndex" }, .value = 0 }); + try battle.buff_list.append(mazebuff_data); + } +} +fn createBattleInfo(allocator: Allocator, config: Config.GameConfig, stage_monster_wave_len: u32, stage_id: u32, rounds_limit: u32) protocol.SceneBattleInfo { + var battle = protocol.SceneBattleInfo.init(allocator); + battle.battle_id = config.battle_config.battle_id; + battle.stage_id = stage_id; + battle.logic_random_seed = @intCast(@mod(std.time.timestamp(), 0xFFFFFFFF)); + battle.rounds_limit = rounds_limit; + battle.monster_wave_length = @intCast(stage_monster_wave_len); + battle.world_level = 6; + return battle; +} +fn addMonsterWaves(allocator: Allocator, battle: *protocol.SceneBattleInfo, monster_wave_configs: std.ArrayList(std.ArrayList(u32)), monster_level: u32) !void { // Added monster_level + for (monster_wave_configs.items) |wave| { + var monster_wave = protocol.SceneMonsterWave.init(allocator); + monster_wave.wave_param = protocol.SceneMonsterWaveParam{ .level = monster_level }; + for (wave.items) |mob_id| { + try monster_wave.monster_list.append(.{ .monster_id = mob_id }); + } + try battle.monster_wave_list.append(monster_wave); + } +} +fn addStageBlessings(allocator: Allocator, battle: *protocol.SceneBattleInfo, blessings: []const u32) !void { + for (blessings) |blessing| { + var targetIndexList = ArrayList(u32).init(allocator); + try targetIndexList.append(0); + var buff = protocol.BattleBuff{ + .id = blessing, + .level = 1, + .owner_index = 0xffffffff, + .wave_flag = 0xffffffff, + .target_index_list = targetIndexList, + .dynamic_values = ArrayList(protocol.BattleBuff.DynamicValuesEntry).init(allocator), + }; + try buff.dynamic_values.append(.{ .key = .{ .Const = "SkillIndex" }, .value = 0 }); + try battle.buff_list.append(buff); + } +} +fn addBattleTargets(allocator: Allocator, battle: *protocol.SceneBattleInfo) !void { + // PF/AS scoring + battle.battle_target_info = ArrayList(protocol.SceneBattleInfo.BattleTargetInfoEntry).init(allocator); + + // target hardcode + var pfTargetHead = protocol.BattleTargetList{ .battle_target_list = ArrayList(protocol.BattleTarget).init(allocator) }; + try pfTargetHead.battle_target_list.append(.{ .id = 10002, .progress = 0, .total_progress = 0 }); + var pfTargetTail = protocol.BattleTargetList{ .battle_target_list = ArrayList(protocol.BattleTarget).init(allocator) }; + try pfTargetTail.battle_target_list.append(.{ .id = 2001, .progress = 0, .total_progress = 0 }); + try pfTargetTail.battle_target_list.append(.{ .id = 2002, .progress = 0, .total_progress = 0 }); + var asTargetHead = protocol.BattleTargetList{ .battle_target_list = ArrayList(protocol.BattleTarget).init(allocator) }; + try asTargetHead.battle_target_list.append(.{ .id = 90005, .progress = 0, .total_progress = 0 }); + + switch (battle.stage_id) { + // PF + 30019000...30019100, 30021000...30021100, 30301000...30319000 => { + try battle.battle_target_info.append(.{ .key = 1, .value = pfTargetHead }); + // fill blank target + for (2..5) |i| { + try battle.battle_target_info.append(.{ .key = @intCast(i) }); + } + try battle.battle_target_info.append(.{ .key = 5, .value = pfTargetTail }); + }, + // AS + 420100...420300 => { + try battle.battle_target_info.append(.{ .key = 1, .value = asTargetHead }); + }, + else => {}, + } +} +pub const BattleManager = struct { + allocator: Allocator, + + pub fn init(allocator: Allocator) BattleManager { + return BattleManager{ .allocator = allocator }; + } + + pub fn createBattle(self: *BattleManager) !protocol.SceneBattleInfo { + const config = try Config.loadGameConfig(self.allocator, "config.json"); + var battle = createBattleInfo(self.allocator, config, @intCast(config.battle_config.monster_wave.items.len), config.battle_config.stage_id, config.battle_config.cycle_count); + var avatarIndex: u32 = 0; + var initial_mode = false; + while (true) { + if (!initial_mode) { + for (selectedAvatarID) |selected_id| { + for (config.avatar_config.items) |avatarConf| { + if (avatarConf.id == selected_id) { + const avatar = try createBattleAvatar(self.allocator, avatarConf); + try addTechniqueBuffs(self.allocator, &battle, avatar, avatarConf, avatarIndex); + try battle.pve_avatar_list.append(avatar); + avatarIndex += 1; + break; + } + } + if (avatarIndex >= 4) break; + } + } + if (avatarIndex == 0 and !initial_mode) { + initial_mode = true; + continue; + } + break; + } + try addMonsterWaves(self.allocator, &battle, config.battle_config.monster_wave, config.battle_config.monster_level); + try addStageBlessings(self.allocator, &battle, config.battle_config.blessings.items); + try addGolbalPassive(self.allocator, &battle, @intCast(config.battle_config.monster_wave.items.len)); + try addBattleTargets(self.allocator, &battle); + return battle; + } +}; + +pub const ChallegeStageManager = struct { + allocator: Allocator, + + pub fn init(allocator: Allocator) ChallegeStageManager { + return ChallegeStageManager{ .allocator = allocator }; + } + + pub fn createChallegeStage(self: *ChallegeStageManager) !protocol.SceneBattleInfo { + const config = try Config.loadGameConfig(self.allocator, "config.json"); + const stage = try Config.loadStageConfig(self.allocator, "resources/StageConfig.json"); + var battle: protocol.SceneBattleInfo = undefined; + for (stage.stage_config.items) |stageConf| { + if (stageConf.stage_id == ChallengeData.challenge_stageID) { + battle = createBattleInfo(self.allocator, config, @intCast(stageConf.monster_list.items.len), stageConf.stage_id, if (ChallengeData.challenge_mode != 1) 30 else 4); + var avatarIndex: u32 = 0; + var initial_mode = false; + while (true) { + if (!initial_mode) { + for (selectedAvatarID) |selected_id| { + for (config.avatar_config.items) |avatarConf| { + if (avatarConf.id == selected_id) { + const avatar = try createBattleAvatar(self.allocator, avatarConf); + try addTechniqueBuffs(self.allocator, &battle, avatar, avatarConf, avatarIndex); + try battle.pve_avatar_list.append(avatar); + avatarIndex += 1; + break; + } + } + if (avatarIndex >= 4) break; + } + } + if (avatarIndex == 0 and !initial_mode) { + initial_mode = true; + continue; + } + break; + } + try addMonsterWaves(self.allocator, &battle, stageConf.monster_list, stageConf.level); + try addStageBlessings(self.allocator, &battle, ChallengeData.challenge_blessing); + try addGolbalPassive(self.allocator, &battle, @intCast(stageConf.monster_list.items.len)); + try addBattleTargets(self.allocator, &battle); + break; + } + } + return battle; + } +}; diff --git a/gameserver/src/manager/challenge_mgr.zig b/gameserver/src/manager/challenge_mgr.zig new file mode 100644 index 0000000..41f3e8a --- /dev/null +++ b/gameserver/src/manager/challenge_mgr.zig @@ -0,0 +1,158 @@ +const std = @import("std"); +const protocol = @import("protocol"); +const Session = @import("../Session.zig"); +const Packet = @import("../Packet.zig"); +const Config = @import("../services/config.zig"); +const Data = @import("../data.zig"); +const ChallengeData = @import("../services/challenge.zig"); +const NodeCheck = @import("../commands/value.zig"); + +const ArrayList = std.ArrayList; +const Allocator = std.mem.Allocator; +const CmdID = protocol.CmdID; + +fn contains(list: *const std.ArrayListAligned(u32, null), value: u32) bool { + for (list.items) |item| { + if (item == value) { + return true; + } + } + return false; +} + +pub const ChallengeManager = struct { + allocator: std.mem.Allocator, + pub fn init(allocator: std.mem.Allocator) ChallengeManager { + return ChallengeManager{ .allocator = allocator }; + } + pub fn createChallenge( + self: *ChallengeManager, + challenge_id: u32, + buff_id: u32, + ) !protocol.CurChallenge { + const challenge_config = try Config.loadChallengeConfig(self.allocator, "resources/ChallengeMazeConfig.json"); + const entrance_config = try Config.loadMapEntranceConfig(self.allocator, "resources/MapEntrance.json"); + const maze_config = try Config.loadMazePlaneConfig(self.allocator, "resources/MazePlane.json"); + + var challenge_blessing_list = ChallengeData.ChallengeBlessing{ + .allocator = std.heap.page_allocator, + .items = &.{}, + .capacity = 0, + }; + + var cur_challenge_info = protocol.CurChallenge.init(self.allocator); + cur_challenge_info.challenge_id = challenge_id; + cur_challenge_info.score_id = if (challenge_id > 20000 and challenge_id < 30000) 40000 else 0; + cur_challenge_info.score_two = 0; + cur_challenge_info.status = protocol.ChallengeStatus.CHALLENGE_DOING; + cur_challenge_info.extra_lineup_type = if (NodeCheck.challenge_node == 0) protocol.ExtraLineupType.LINEUP_CHALLENGE else protocol.ExtraLineupType.LINEUP_CHALLENGE_2; + if (NodeCheck.challenge_node == 0) { + for (challenge_config.challenge_config.items) |challengeConf| { + if (challengeConf.id == challenge_id) { + std.debug.print("TRACING CONFIG ID {} WITH CHALLENGE ID {}\n", .{ challengeConf.id, challenge_id }); + for (entrance_config.map_entrance_config.items) |entrance| { + if (entrance.id == challengeConf.map_entrance_id) { + for (maze_config.maze_plane_config.items) |maze| { + if (contains(&maze.floor_id_list, entrance.floor_id)) { + if (challenge_id > 20000 and challenge_id < 30000) { + var story_buff = protocol.ChallengeStoryBuffList{ + .buff_list = ArrayList(u32).init(self.allocator), + }; + try story_buff.buff_list.append(challengeConf.maze_buff_id); + try story_buff.buff_list.append(buff_id); + try challenge_blessing_list.appendSlice(story_buff.buff_list.items); + cur_challenge_info.stage_info = .{ + .IEICDGGELNE = .{ + .cur_story_buffs = story_buff, + }, + }; + ChallengeData.challenge_mode = 1; + } else if (challenge_id > 30000) { + var boss_buff = protocol.ChallengeBossBuffList{ + .buff_list = ArrayList(u32).init(self.allocator), + .challenge_boss_const = 1, + }; + try boss_buff.buff_list.append(challengeConf.maze_buff_id); + try boss_buff.buff_list.append(buff_id); + try challenge_blessing_list.appendSlice(boss_buff.buff_list.items); + cur_challenge_info.stage_info = .{ + .IEICDGGELNE = .{ + .cur_boss_buffs = boss_buff, + }, + }; + ChallengeData.challenge_mode = 2; + } + ChallengeData.challenge_floorID = entrance.floor_id; + ChallengeData.challenge_worldID = maze.world_id; + ChallengeData.challenge_monsterID = challengeConf.npc_monster_id_list1.items[challengeConf.npc_monster_id_list1.items.len - 1]; + ChallengeData.challenge_eventID = challengeConf.event_id_list1.items[challengeConf.event_id_list1.items.len - 1]; + ChallengeData.challenge_groupID = challengeConf.maze_group_id1; + ChallengeData.challenge_maze_groupID = challengeConf.maze_group_id1; + ChallengeData.challenge_planeID = maze.challenge_plane_id; + ChallengeData.challenge_entryID = challengeConf.map_entrance_id; + } + } + } + } + } + } + } else { + for (challenge_config.challenge_config.items) |challengeConf| { + if (challengeConf.id == challenge_id) { + std.debug.print("TRACING CONFIG ID {} WITH CHALLENGE ID {}\n", .{ challengeConf.id, challenge_id }); + for (entrance_config.map_entrance_config.items) |entrance| { + if (entrance.id == challengeConf.map_entrance_id2) { + for (maze_config.maze_plane_config.items) |maze| { + if (contains(&maze.floor_id_list, entrance.floor_id)) { + if (challengeConf.maze_group_id2) |id| { + if (challenge_id > 20000 and challenge_id < 30000) { + var story_buff = protocol.ChallengeStoryBuffList{ + .buff_list = ArrayList(u32).init(self.allocator), + }; + try story_buff.buff_list.append(challengeConf.maze_buff_id); + try story_buff.buff_list.append(buff_id); + try challenge_blessing_list.appendSlice(story_buff.buff_list.items); + cur_challenge_info.stage_info = .{ + .IEICDGGELNE = .{ + .cur_story_buffs = story_buff, + }, + }; + ChallengeData.challenge_mode = 1; + } else if (challenge_id > 30000) { + var boss_buff = protocol.ChallengeBossBuffList{ + .buff_list = ArrayList(u32).init(self.allocator), + .challenge_boss_const = 1, + }; + try boss_buff.buff_list.append(challengeConf.maze_buff_id); + try boss_buff.buff_list.append(buff_id); + try challenge_blessing_list.appendSlice(boss_buff.buff_list.items); + cur_challenge_info.stage_info = .{ + .IEICDGGELNE = .{ + .cur_boss_buffs = boss_buff, + }, + }; + ChallengeData.challenge_mode = 2; + } + ChallengeData.challenge_floorID = entrance.floor_id; + ChallengeData.challenge_worldID = maze.world_id; + ChallengeData.challenge_monsterID = challengeConf.npc_monster_id_list2.items[challengeConf.npc_monster_id_list2.items.len - 1]; + ChallengeData.challenge_eventID = challengeConf.event_id_list2.items[challengeConf.event_id_list2.items.len - 1]; + ChallengeData.challenge_groupID = id; + ChallengeData.challenge_maze_groupID = id; + ChallengeData.challenge_planeID = maze.challenge_plane_id; + ChallengeData.challenge_entryID = challengeConf.map_entrance_id2; + } else { + std.debug.print("THIS CHALLENGE ID: {} DOES NOT SUPPORT 2ND NODE. PLEASE DO COMMAND /node TO SWITCH BACK TO FIRST NODE\n", .{challenge_id}); + } + } + } + } + } + } + } + } + ChallengeData.challenge_blessing = challenge_blessing_list.items[0..challenge_blessing_list.items.len]; + ChallengeData.challenge_stageID = ChallengeData.challenge_eventID; + return cur_challenge_info; + } +}; diff --git a/gameserver/src/manager/lineup_mgr.zig b/gameserver/src/manager/lineup_mgr.zig new file mode 100644 index 0000000..79a50a0 --- /dev/null +++ b/gameserver/src/manager/lineup_mgr.zig @@ -0,0 +1,109 @@ +const std = @import("std"); +const protocol = @import("protocol"); +const Session = @import("../Session.zig"); +const Packet = @import("../Packet.zig"); +const Config = @import("../services/config.zig"); +const Data = @import("../data.zig"); +const ChallengeData = @import("../services/challenge.zig"); +const NodeCheck = @import("../commands/value.zig"); +const BattleManager = @import("../manager/battle_mgr.zig"); + +const UidGenerator = @import("../services/item.zig").UidGenerator; +const ArrayList = std.ArrayList; +const Allocator = std.mem.Allocator; +const CmdID = protocol.CmdID; + +pub const LineupManager = struct { + allocator: std.mem.Allocator, + pub fn init(allocator: std.mem.Allocator) LineupManager { + return LineupManager{ .allocator = allocator }; + } + pub fn createLineup(self: *LineupManager) !protocol.LineupInfo { + const config = try Config.loadGameConfig(self.allocator, "config.json"); + + var lineup = protocol.LineupInfo.init(self.allocator); + lineup.mp = 5; + lineup.max_mp = 5; + lineup.name = .{ .Const = "JingliuSR" }; + + for (config.avatar_config.items, 0..) |avatarConf, idx| { + if (idx >= 4) { + break; + } + var avatar = protocol.LineupAvatar.init(self.allocator); + avatar.id = avatarConf.id; + avatar.slot = @intCast(idx); + avatar.satiety = 0; + avatar.hp = avatarConf.hp * 100; + avatar.sp_bar = .{ .sp_cur = avatarConf.sp * 100, .sp_max = 10000 }; + avatar.avatar_type = protocol.AvatarType.AVATAR_FORMAL_TYPE; + try lineup.avatar_list.append(avatar); + } + var id_list = try self.allocator.alloc(u32, config.avatar_config.items.len); + defer self.allocator.free(id_list); + for (config.avatar_config.items, 0..) |slot, idx| { + if (idx >= 4) { + break; + } + id_list[idx] = slot.id; + } + try getSelectedAvatarID(self.allocator, id_list); + return lineup; + } +}; + +pub const ChallengeLineupManager = struct { + allocator: std.mem.Allocator, + pub fn init(allocator: std.mem.Allocator) ChallengeLineupManager { + return ChallengeLineupManager{ .allocator = allocator }; + } + pub fn createLineup( + self: *ChallengeLineupManager, + avatar_list: ArrayList(u32), + ) !protocol.LineupInfo { + var lineup = protocol.LineupInfo.init(self.allocator); + lineup.mp = 5; + lineup.max_mp = 5; + lineup.extra_lineup_type = if (NodeCheck.challenge_node == 0) protocol.ExtraLineupType.LINEUP_CHALLENGE else protocol.ExtraLineupType.LINEUP_CHALLENGE_2; + + for (avatar_list.items, 0..) |avatarlist, idx| { + var avatar = protocol.LineupAvatar.init(self.allocator); + avatar.id = avatarlist; + avatar.slot = @intCast(idx); + avatar.satiety = 0; + avatar.hp = 10000; + avatar.sp_bar = .{ .sp_cur = 10000, .sp_max = 10000 }; + avatar.avatar_type = protocol.AvatarType.AVATAR_FORMAL_TYPE; + try lineup.avatar_list.append(avatar); + } + var id_list = try self.allocator.alloc(u32, avatar_list.items.len); + defer self.allocator.free(id_list); + for (avatar_list.items, 0..) |slot, idx| { + if (idx >= 4) { + break; + } + id_list[idx] = slot; + } + try getSelectedAvatarID(self.allocator, id_list); + return lineup; + } +}; + +pub fn getSelectedAvatarID(allocator: std.mem.Allocator, input: []const u32) !void { + var tempList = std.ArrayList(u32).init(allocator); + defer tempList.deinit(); + + try tempList.appendSlice(input); + for (tempList.items) |*item| { + if (item.* == 8001) { + item.* = 8008; + } + } + var i: usize = 0; + while (i < BattleManager.selectedAvatarID.len and i < tempList.items.len) : (i += 1) { + BattleManager.selectedAvatarID[i] = tempList.items[i]; + } + while (i < BattleManager.selectedAvatarID.len) : (i += 1) { + BattleManager.selectedAvatarID[i] = 0; + } +} diff --git a/gameserver/src/manager/multipath_mgr.zig b/gameserver/src/manager/multipath_mgr.zig new file mode 100644 index 0000000..00b231d --- /dev/null +++ b/gameserver/src/manager/multipath_mgr.zig @@ -0,0 +1,110 @@ +const std = @import("std"); +const protocol = @import("protocol"); +const Session = @import("../Session.zig"); +const Packet = @import("../Packet.zig"); +const Config = @import("../services/config.zig"); +const Data = @import("../data.zig"); + +const ArrayList = std.ArrayList; +const Allocator = std.mem.Allocator; +const CmdID = protocol.CmdID; + +pub const MultiPathManager = struct { + allocator: std.mem.Allocator, + pub fn init(allocator: std.mem.Allocator) MultiPathManager { + return MultiPathManager{ .allocator = allocator }; + } + pub fn createMultiPath(self: *MultiPathManager, skinID: u32) !protocol.GetMultiPathAvatarInfoScRsp { + var rsp = protocol.GetMultiPathAvatarInfoScRsp.init(self.allocator); + const config = try Config.loadGameConfig(self.allocator, "config.json"); + const GeneratorType = UidGenerator(); + const avatar_ids = [_][]const u32{ + &[_]u32{ 8001, 8002 }, + &[_]u32{ 8003, 8004 }, + &[_]u32{ 8005, 8006 }, + &[_]u32{ 8007, 8008 }, + &[_]u32{1001}, + &[_]u32{1224}, + }; + const avatar_types = [_]protocol.MultiPathAvatarType{ + .GirlWarriorType, .GirlKnightType, .GirlShamanType, + .GirlMemoryType, .Mar_7thKnightType, .Mar_7thRogueType, + }; + var indexes: [6]u32 = [_]u32{0} ** 6; + var counts: [6]u32 = [_]u32{0} ** 6; + var multis: [6]protocol.MultiPathAvatarInfo = undefined; + for (&multis, avatar_types, 0..) |*multi, avatar_type, i| { + std.debug.print("MULTIPATH AVATAR INDEX: {} IS {}\n", .{ i, avatar_type }); + multi.* = protocol.MultiPathAvatarInfo.init(self.allocator); + multi.avatar_id = avatar_type; + if (avatar_type == .Mar_7thKnightType) { + multi.dressed_skin_id = skinID; + } + } + for (config.avatar_config.items) |avatar| { + for (0..avatar_ids.len) |i| { + counts[i] += 1; + for (avatar_ids[i]) |id| { + if (avatar.id == id) { + multis[i].rank = avatar.rank; + indexes[i] = counts[i] - 1; + } + } + } + } + var generators: [6]GeneratorType = undefined; + for (0..multis.len) |i| { + generators[i] = GeneratorType.init(indexes[i] * 7 + 1); + } + for (0..multis.len) |i| { + var multi = &multis[i]; + var gen = &generators[i]; + + multi.path_equipment_id = indexes[i] * 7 + 1; + multi.equip_relic_list = ArrayList(protocol.EquipRelic).init(self.allocator); + + for (0..6) |slot| { + try multi.equip_relic_list.append(.{ + .relic_unique_id = gen.nextId(), + .type = @intCast(slot), + }); + } + } + for (0..multis.len) |i| { + const skill_set = if (i == 3) &Data.skills else &Data.skills_old; + for (skill_set) |skill| { + const talent_level: u32 = if (skill == 1 or skill == 301 or skill == 302) 6 else if (skill <= 4) 10 else 1; + const point_id = if (avatar_ids[i].len > 1) + avatar_ids[i][1] * 1000 + skill + else + avatar_ids[i][0] * 1000 + skill; + const talent = protocol.AvatarSkillTree{ + .point_id = point_id, + .level = talent_level, + }; + try multis[i].multi_path_skill_tree.append(talent); + } + } + try rsp.multi_path_avatar_info_list.appendSlice(&multis); + try rsp.basic_type_id_list.appendSlice(&Data.MultiAvatar); + try rsp.cur_multi_path_avatar_type_map.append(.{ .key = 1001, .value = .Mar_7thKnightType }); + try rsp.cur_multi_path_avatar_type_map.append(.{ .key = 8001, .value = .GirlMemoryType }); + rsp.retcode = 0; + + return rsp; + } +}; + +pub fn UidGenerator() type { + return struct { + current_id: u32, + const Self = @This(); + pub fn init(initial_id: u32) Self { + return Self{ .current_id = initial_id }; + } + pub fn nextId(self: *Self) u32 { + self.current_id +%= 1; + return self.current_id; + } + }; +} diff --git a/gameserver/src/manager/scene_mgr.zig b/gameserver/src/manager/scene_mgr.zig new file mode 100644 index 0000000..2db4f43 --- /dev/null +++ b/gameserver/src/manager/scene_mgr.zig @@ -0,0 +1,289 @@ +const std = @import("std"); +const protocol = @import("protocol"); +const Session = @import("../Session.zig"); +const Packet = @import("../Packet.zig"); +const Config = @import("../services/config.zig"); +const Res_config = @import("../services/res_config.zig"); +const Data = @import("../data.zig"); + +const UidGenerator = @import("../services/item.zig").UidGenerator; +const ArrayList = std.ArrayList; +const Allocator = std.mem.Allocator; +const CmdID = protocol.CmdID; + +pub const SceneManager = struct { + allocator: std.mem.Allocator, + + pub fn init(allocator: std.mem.Allocator) SceneManager { + return SceneManager{ .allocator = allocator }; + } + + pub fn createScene( + self: *SceneManager, + plane_id: u32, + floor_id: u32, + entry_id: u32, + teleport_id: u32, + ) !protocol.SceneInfo { + const config = try Config.loadGameConfig(self.allocator, "config.json"); + const res_config = try Res_config.anchorLoader(self.allocator, "resources/res.json"); + var generator = UidGenerator().init(); + var scene_info = protocol.SceneInfo.init(self.allocator); + scene_info.game_mode_type = 1; + scene_info.plane_id = plane_id; + scene_info.floor_id = floor_id; + scene_info.entry_id = entry_id; + scene_info.leader_entity_id = 100000; + scene_info.world_id = 501; + scene_info.client_pos_version = 1; + var group_map = std.AutoHashMap(u32, protocol.SceneEntityGroupInfo).init(self.allocator); + defer group_map.deinit(); + + for (res_config.scene_config.items) |sceneConf| { + for (sceneConf.teleports.items) |teleConf| { + if (teleConf.teleportId == teleport_id) { + var scene_group = protocol.SceneEntityGroupInfo.init(self.allocator); + scene_group.state = 1; + for (config.avatar_config.items, 0..) |avatarConf, idx| { + try scene_group.entity_list.append(.{ + .InstId = 1, + .EntityId = @intCast(idx + 100000), + .entityCase_ = .{ .Actor = .{ + .base_avatar_id = avatarConf.id, + .avatar_type = .AVATAR_FORMAL_TYPE, + .uid = 0, + .map_layer = 0, + } }, + .Motion = .{ + .pos = .{ .x = teleConf.pos.x, .y = teleConf.pos.y, .z = teleConf.pos.z }, + .rot = .{ .x = teleConf.rot.x, .y = teleConf.rot.y, .z = teleConf.rot.z }, + }, + }); + } + try scene_info.entity_group_list.append(scene_group); + } + } + if (scene_info.plane_id != 10000 and scene_info.plane_id != 10202 and sceneConf.planeID == scene_info.plane_id) { + for (sceneConf.props.items) |propConf| { + var scene_group = try getOrCreateGroup(&group_map, propConf.groupId, self.allocator); + var prop_info = protocol.ScenePropInfo.init(self.allocator); + prop_info.prop_id = propConf.propId; + prop_info.prop_state = propConf.propState; + try scene_group.entity_list.append(.{ + .entityCase_ = .{ .Prop = prop_info }, + .GroupId = scene_group.group_id, + .InstId = propConf.instId, + .EntityId = generator.nextId(), + .Motion = .{ + .pos = .{ .x = propConf.pos.x, .y = propConf.pos.y, .z = propConf.pos.z }, + .rot = .{ .x = propConf.rot.x, .y = propConf.rot.y, .z = propConf.rot.z }, + }, + }); + } + for (sceneConf.monsters.items) |monsConf| { + var scene_group = try getOrCreateGroup(&group_map, monsConf.groupId, self.allocator); + var monster_info = protocol.SceneNpcMonsterInfo.init(self.allocator); + monster_info.monster_id = monsConf.monsterId; + monster_info.event_id = monsConf.eventId; + monster_info.world_level = 6; + try scene_group.entity_list.append(.{ + .entityCase_ = .{ .NpcMonster = monster_info }, + .GroupId = scene_group.group_id, + .InstId = monsConf.instId, + .EntityId = generator.nextId(), + .Motion = .{ + .pos = .{ .x = monsConf.pos.x, .y = monsConf.pos.y, .z = monsConf.pos.z }, + .rot = .{ .x = monsConf.rot.x, .y = monsConf.rot.y, .z = monsConf.rot.z }, + }, + }); + } + } + } + var iter = group_map.iterator(); + while (iter.next()) |entry| { + try scene_info.entity_group_list.append(entry.value_ptr.*); + try scene_info.entity_list.appendSlice(entry.value_ptr.entity_list.items); + try scene_info.DJBIBIJMEBH.append(entry.value_ptr.group_id); + try scene_info.custom_data_list.append(protocol.CustomSaveData{ + .group_id = entry.value_ptr.group_id, + }); + try scene_info.group_state_list.append(protocol.SceneGroupState{ + .group_id = entry.value_ptr.group_id, + .state = 0, + .is_default = true, + }); + } + const ranges = [_][2]usize{ + .{ 0, 101 }, + .{ 10000, 10051 }, + .{ 20000, 20001 }, + .{ 30000, 30020 }, + }; + for (ranges) |range| { + for (range[0]..range[1]) |i| { + try scene_info.lighten_section_list.append(@intCast(i)); + } + } + return scene_info; + } + fn getOrCreateGroup(group_map: *std.AutoHashMap(u32, protocol.SceneEntityGroupInfo), group_id: u32, allocator: std.mem.Allocator) !*protocol.SceneEntityGroupInfo { + if (group_map.getPtr(group_id)) |existing_group| { + return existing_group; + } + var new_group = protocol.SceneEntityGroupInfo.init(allocator); + new_group.state = 1; + new_group.group_id = group_id; + try group_map.put(group_id, new_group); + return group_map.getPtr(group_id).?; + } +}; +pub const ChallengeSceneManager = struct { + allocator: std.mem.Allocator, + pub fn init(allocator: std.mem.Allocator) ChallengeSceneManager { + return ChallengeSceneManager{ .allocator = allocator }; + } + pub fn createScene( + self: *ChallengeSceneManager, + avatar_list: ArrayList(u32), + plane_id: u32, + floor_id: u32, + entry_id: u32, + world_id: u32, + monster_id: u32, + event_id: u32, + group_id: u32, + maze_group_id: u32, + ) !protocol.SceneInfo { + const res_config = try Res_config.anchorLoader(self.allocator, "resources/res.json"); + var generator = UidGenerator().init(); + + var scene_info = protocol.SceneInfo.init(self.allocator); + scene_info.game_mode_type = 4; + scene_info.plane_id = plane_id; + scene_info.floor_id = floor_id; + scene_info.entry_id = entry_id; + scene_info.leader_entity_id = 1; + scene_info.world_id = world_id; + try scene_info.group_state_list.append(protocol.SceneGroupState{ + .group_id = maze_group_id, + .is_default = true, + }); + { // Character + var scene_group = protocol.SceneEntityGroupInfo.init(self.allocator); + scene_group.state = 1; + scene_group.group_id = 0; + for (avatar_list.items, 0..) |avatarConf, idx| { + const newidx = idx + 100000; + try scene_group.entity_list.append(.{ + .InstId = 1, + .EntityId = @intCast(newidx), + .entityCase_ = .{ + .Actor = .{ + .base_avatar_id = avatarConf, + .avatar_type = .AVATAR_FORMAL_TYPE, + .uid = 1, + .map_layer = 0, + }, + }, + .Motion = .{ .pos = .{}, .rot = .{} }, + }); + } + try scene_info.entity_group_list.append(scene_group); + } + for (res_config.scene_config.items) |sceneConf| { + if (sceneConf.planeID == scene_info.plane_id) { + for (sceneConf.monsters.items) |monsConf| { //create monster + var scene_group = protocol.SceneEntityGroupInfo.init(self.allocator); + scene_group.state = 1; + if (monsConf.groupId == group_id) { + scene_group.group_id = group_id; + + var monster_info = protocol.SceneNpcMonsterInfo.init(self.allocator); + monster_info.monster_id = monster_id; + monster_info.event_id = event_id; + monster_info.world_level = 6; + + try scene_group.entity_list.append(.{ + .entityCase_ = .{ .NpcMonster = monster_info }, + .GroupId = group_id, + .InstId = monsConf.instId, + .EntityId = generator.nextId(), + .Motion = .{ + .pos = .{ .x = monsConf.pos.x, .y = monsConf.pos.y, .z = monsConf.pos.z }, + .rot = .{ .x = monsConf.rot.x, .y = monsConf.rot.y, .z = monsConf.rot.z }, + }, + }); + try scene_info.entity_group_list.append(scene_group); + } + } + } + } + for (res_config.scene_config.items) |sceneConf| { + if (sceneConf.planeID == scene_info.plane_id) { + for (sceneConf.props.items) |propConf| { //create props + var scene_group = protocol.SceneEntityGroupInfo.init(self.allocator); + scene_group.state = 1; + scene_group.group_id = group_id; + + var prop_info = protocol.ScenePropInfo.init(self.allocator); + prop_info.prop_id = propConf.propId; + prop_info.prop_state = propConf.propState; + + try scene_group.entity_list.append(.{ + .entityCase_ = .{ .Prop = prop_info }, + .GroupId = group_id, + .InstId = propConf.instId, + .EntityId = 0, + .Motion = .{ + .pos = .{ .x = propConf.pos.x, .y = propConf.pos.y, .z = propConf.pos.z }, + .rot = .{ .x = propConf.rot.x, .y = propConf.rot.y, .z = propConf.rot.z }, + }, + }); + try scene_info.entity_group_list.append(scene_group); + } + } + } + return scene_info; + } +}; + +pub const MazeMapManager = struct { + allocator: std.mem.Allocator, + pub fn init(allocator: std.mem.Allocator) MazeMapManager { + return MazeMapManager{ .allocator = allocator }; + } + pub fn setMazeMapData( + self: *MazeMapManager, + map_info: *protocol.SceneMapInfo, + floor_id: u32, + ) !void { + const config = try Config.loadMapEntranceConfig(self.allocator, "resources/MapEntrance.json"); + const res_config = try Res_config.anchorLoader(self.allocator, "resources/res.json"); + var plane_ids = ArrayList(u32).init(self.allocator); + for (config.map_entrance_config.items) |entrConf| { + if (entrConf.floor_id == floor_id) { + try plane_ids.append(entrConf.plane_id); + } + } + + map_info.maze_group_list = ArrayList(protocol.MazeGroup).init(self.allocator); + map_info.maze_prop_list = ArrayList(protocol.MazePropState).init(self.allocator); + for (res_config.scene_config.items) |resConf| { + for (plane_ids.items) |plane_id| { + if (resConf.planeID == plane_id) { + for (resConf.props.items) |propConf| { + try map_info.maze_group_list.append(protocol.MazeGroup{ + .NOBKEONAKLE = ArrayList(u32).init(self.allocator), + .group_id = propConf.groupId, + }); + try map_info.maze_prop_list.append(protocol.MazePropState{ + .group_id = propConf.groupId, + .config_id = propConf.instId, + .state = propConf.propState, + }); + } + } + } + } + } +}; diff --git a/gameserver/src/network.zig b/gameserver/src/network.zig new file mode 100644 index 0000000..3a53618 --- /dev/null +++ b/gameserver/src/network.zig @@ -0,0 +1,42 @@ +const std = @import("std"); +const Session = @import("Session.zig"); + +const Allocator = std.mem.Allocator; + +pub fn listen() !void { + const addr = std.net.Address.parseIp4("0.0.0.0", 23301) catch unreachable; + var listener = try addr.listen(.{ + .kernel_backlog = 100, + .reuse_address = true, + }); + + std.log.info("server is listening at {}", .{listener.listen_address}); + + while (true) { + const conn = listener.accept() catch continue; + errdefer conn.stream.close(); + + const thread = try std.Thread.spawn(.{}, runSession, .{ conn.address, conn.stream }); + thread.detach(); + } +} + +fn runSession(address: std.net.Address, stream: std.net.Stream) !void { + std.log.info("new connection from {}", .{address}); + + var gpa = std.heap.GeneralPurposeAllocator(.{}){}; + defer if (gpa.deinit() == .leak) std.log.err("memory leaks were detected for session at {}", .{address}); + + const allocator = gpa.allocator(); + + const session = try allocator.create(Session); + session.* = Session.init(address, stream, allocator); + + if (session.*.run()) |_| { + std.log.info("client from {} disconnected", .{address}); + } else |err| { + std.log.err("session disconnected with an error: {}", .{err}); + } + + allocator.destroy(session); +} diff --git a/gameserver/src/services/avatar.zig b/gameserver/src/services/avatar.zig new file mode 100644 index 0000000..bfeca7f --- /dev/null +++ b/gameserver/src/services/avatar.zig @@ -0,0 +1,284 @@ +const std = @import("std"); +const protocol = @import("protocol"); +const Session = @import("../Session.zig"); +const Packet = @import("../Packet.zig"); +const Config = @import("config.zig"); +const Data = @import("../data.zig"); + +const UidGenerator = @import("item.zig").UidGenerator; +const ArrayList = std.ArrayList; +const Allocator = std.mem.Allocator; +const CmdID = protocol.CmdID; + +pub var m7th: bool = true; +pub var mg: bool = true; +pub var mac: u32 = 4; + +// function to check the list if true +fn isInList(id: u32, list: []const u32) bool { + for (list) |item| { + if (item == id) { + return true; + } + } + return false; +} +fn MultiPathUidGenerator() type { + return struct { + current_id: u32, + const Self = @This(); + pub fn init(initial_id: u32) Self { + return Self{ .current_id = initial_id }; + } + pub fn nextId(self: *Self) u32 { + self.current_id +%= 1; + return self.current_id; + } + }; +} + +pub fn onGetAvatarData(session: *Session, packet: *const Packet, allocator: Allocator) !void { + const config = try Config.loadGameConfig(allocator, "config.json"); + var generator = UidGenerator().init(); + const req = try packet.getProto(protocol.GetAvatarDataCsReq, allocator); + var rsp = protocol.GetAvatarDataScRsp.init(allocator); + const GeneratorType = MultiPathUidGenerator(); + const avatar_ids = [_][]const u32{ + &[_]u32{ 8001, 8002 }, + &[_]u32{ 8003, 8004 }, + &[_]u32{ 8005, 8006 }, + &[_]u32{ 8007, 8008 }, + &[_]u32{1001}, + &[_]u32{1224}, + }; + const avatar_types = [_]protocol.MultiPathAvatarType{ + .GirlWarriorType, .GirlKnightType, .GirlShamanType, + .GirlMemoryType, .Mar_7thKnightType, .Mar_7thRogueType, + }; + var indexes: [6]u32 = [_]u32{0} ** 6; + var counts: [6]u32 = [_]u32{0} ** 6; + var multis: [6]protocol.MultiPathAvatarInfo = undefined; + for (&multis, avatar_types, 0..) |*multi, avatar_type, i| { + std.debug.print("MULTIPATH AVATAR INDEX: {} IS {}\n", .{ i, avatar_type }); + multi.* = protocol.MultiPathAvatarInfo.init(allocator); + multi.avatar_id = avatar_type; + if (avatar_type == .Mar_7thKnightType) { + multi.dressed_skin_id = 1100101; + } + } + for (config.avatar_config.items) |avatar| { + for (0..avatar_ids.len) |i| { + counts[i] += 1; + for (avatar_ids[i]) |id| { + if (avatar.id == id) { + multis[i].rank = avatar.rank; + indexes[i] = counts[i] - 1; + } + } + } + } + var generators: [6]GeneratorType = undefined; + for (0..multis.len) |i| { + generators[i] = GeneratorType.init(indexes[i] * 7 + 1); + } + for (0..multis.len) |i| { + var multi = &multis[i]; + var gen = &generators[i]; + + multi.path_equipment_id = indexes[i] * 7 + 1; + multi.equip_relic_list = ArrayList(protocol.EquipRelic).init(allocator); + + for (0..6) |slot| { + try multi.equip_relic_list.append(.{ + .relic_unique_id = gen.nextId(), + .type = @intCast(slot), + }); + } + } + for (0..multis.len) |i| { + const skill_set = if (i == 3) &Data.skills else &Data.skills_old; + for (skill_set) |skill| { + const talent_level: u32 = if (skill == 1 or skill == 301 or skill == 302) 6 else if (skill <= 4) 10 else 1; + const point_id = if (avatar_ids[i].len > 1) + avatar_ids[i][1] * 1000 + skill + else + avatar_ids[i][0] * 1000 + skill; + const talent = protocol.AvatarSkillTree{ + .point_id = point_id, + .level = talent_level, + }; + try multis[i].multi_path_skill_tree.append(talent); + } + } + try rsp.multi_path_avatar_info_list.appendSlice(&multis); + try rsp.basic_type_id_list.appendSlice(&Data.MultiAvatar); + try rsp.cur_multi_path_avatar_type_map.append(.{ .key = 1001, .value = .Mar_7thKnightType }); + try rsp.cur_multi_path_avatar_type_map.append(.{ .key = 8001, .value = .GirlMemoryType }); + + rsp.is_get_all = req.is_get_all; + for (Data.AllAvatars) |id| { + var avatar = protocol.Avatar.init(allocator); + avatar.base_avatar_id = id; + avatar.level = 80; + avatar.promotion = 6; + avatar.rank = 6; + avatar.has_taken_promotion_reward_list = ArrayList(u32).init(allocator); + for (1..6) |i| { + try avatar.has_taken_promotion_reward_list.append(@intCast(i)); + } + + var talentLevel: u32 = 0; + const skill_list: []const u32 = if (isInList(avatar.base_avatar_id, &Data.Rem)) &Data.skills else &Data.skills_old; + for (skill_list) |elem| { + talentLevel = switch (elem) { + 1 => 6, + 2...4 => 10, + 301, 302 => if (isInList(avatar.base_avatar_id, &Data.Rem)) 6 else 1, + else => 1, + }; + const talent = protocol.AvatarSkillTree{ .point_id = avatar.base_avatar_id * 1000 + elem, .level = talentLevel }; + try avatar.skilltree_list.append(talent); + } + try rsp.avatar_list.append(avatar); + } + for (config.avatar_config.items) |avatarConf| { + var avatar = protocol.Avatar.init(allocator); + avatar.base_avatar_id = switch (avatarConf.id) { + 8001...8008 => 8001, + 1224 => 1001, + else => avatarConf.id, + }; + avatar.level = avatarConf.level; + avatar.promotion = avatarConf.promotion; + avatar.rank = avatarConf.rank; + + if (isInList(avatar.base_avatar_id, &Data.EnhanceAvatarID)) { + avatar.NDEFNACPCLH = 1; + } + avatar.has_taken_promotion_reward_list = ArrayList(u32).init(allocator); + for (1..6) |i| { + try avatar.has_taken_promotion_reward_list.append(@intCast(i)); + } + avatar.equipment_unique_id = generator.nextId(); + avatar.equip_relic_list = ArrayList(protocol.EquipRelic).init(allocator); + for (0..6) |i| { + try avatar.equip_relic_list.append(.{ + .relic_unique_id = generator.nextId(), // uid + .type = @intCast(i), // slot + }); + } + var talentLevel: u32 = 0; + const skill_list: []const u32 = if (isInList(avatar.base_avatar_id, &Data.Rem)) &Data.skills else &Data.skills_old; + for (skill_list) |elem| { + talentLevel = switch (elem) { + 1 => 6, + 2...4 => 10, + 301, 302 => if (isInList(avatar.base_avatar_id, &Data.Rem)) 6 else 1, + else => 1, + }; + var point_id: u32 = 0; + if (isInList(avatar.base_avatar_id, &Data.EnhanceAvatarID)) point_id = avatar.base_avatar_id + 10000 else point_id = avatar.base_avatar_id; + const talent = protocol.AvatarSkillTree{ .point_id = point_id * 1000 + elem, .level = talentLevel }; + try avatar.skilltree_list.append(talent); + } + try rsp.avatar_list.append(avatar); + const avatarType: protocol.MultiPathAvatarType = @enumFromInt(avatarConf.id); + if (@intFromEnum(avatarType) > 1) { + try session.send(CmdID.CmdSetAvatarPathScRsp, protocol.SetAvatarPathScRsp{ + .retcode = 0, + .avatar_id = avatarType, + }); + } + } + try session.send(CmdID.CmdGetAvatarDataScRsp, rsp); +} + +pub fn onGetBasicInfo(session: *Session, _: *const Packet, allocator: Allocator) !void { + var rsp = protocol.GetBasicInfoScRsp.init(allocator); + rsp.Gender = 2; + rsp.IsGenderSet = true; + rsp.PlayerSettingInfo = .{}; + try session.send(CmdID.CmdGetBasicInfoScRsp, rsp); +} + +pub fn onSetAvatarPath(session: *Session, packet: *const Packet, allocator: Allocator) !void { + var rsp = protocol.SetAvatarPathScRsp.init(allocator); + + const req = try packet.getProto(protocol.SetAvatarPathCsReq, allocator); + rsp.avatar_id = req.avatar_id; + if (rsp.avatar_id == protocol.MultiPathAvatarType.Mar_7thKnightType) { + m7th = false; + } else if (rsp.avatar_id == protocol.MultiPathAvatarType.Mar_7thRogueType) { + m7th = true; + } else if (rsp.avatar_id == protocol.MultiPathAvatarType.BoyWarriorType) { + mac = 1; + mg = false; + } else if (rsp.avatar_id == protocol.MultiPathAvatarType.BoyKnightType) { + mac = 2; + mg = false; + } else if (rsp.avatar_id == protocol.MultiPathAvatarType.BoyShamanType) { + mac = 3; + mg = false; + } else if (rsp.avatar_id == protocol.MultiPathAvatarType.BoyMemoryType) { + mac = 4; + mg = false; + } else if (rsp.avatar_id == protocol.MultiPathAvatarType.GirlWarriorType) { + mac = 1; + mg = true; + } else if (rsp.avatar_id == protocol.MultiPathAvatarType.GirlKnightType) { + mac = 2; + mg = true; + } else if (rsp.avatar_id == protocol.MultiPathAvatarType.GirlShamanType) { + mac = 3; + mg = true; + } else if (rsp.avatar_id == protocol.MultiPathAvatarType.GirlMemoryType) { + mac = 4; + mg = true; + } + + var sync = protocol.AvatarPathChangedNotify.init(allocator); + + if (req.avatar_id == protocol.MultiPathAvatarType.GirlMemoryType) { + sync.base_avatar_id = 8008; + } else if (req.avatar_id == protocol.MultiPathAvatarType.GirlShamanType) { + sync.base_avatar_id = 8006; + } else if (req.avatar_id == protocol.MultiPathAvatarType.GirlKnightType) { + sync.base_avatar_id = 8004; + } else if (req.avatar_id == protocol.MultiPathAvatarType.GirlWarriorType) { + sync.base_avatar_id = 8002; + } + sync.cur_multi_path_avatar_type = req.avatar_id; + + try session.send(CmdID.CmdAvatarPathChangedNotify, sync); + try session.send(CmdID.CmdSetAvatarPathScRsp, rsp); +} +pub fn onDressAvatarSkin(session: *Session, _: *const Packet, allocator: Allocator) !void { + var rsp = protocol.DressAvatarSkinScRsp.init(allocator); + rsp.retcode = 0; + try session.send(CmdID.CmdDressAvatarSkinScRsp, rsp); +} +pub fn onTakeOffAvatarSkin(session: *Session, _: *const Packet, allocator: Allocator) !void { + var rsp = protocol.TakeOffAvatarSkinScRsp.init(allocator); + rsp.retcode = 0; + try session.send(CmdID.CmdTakeOffAvatarSkinScRsp, rsp); +} +pub fn onGetBigDataAll(session: *Session, packet: *const Packet, allocator: Allocator) !void { + const req = try packet.getProto(protocol.GetBigDataAllRecommendCsReq, allocator); + var rsp = protocol.GetBigDataAllRecommendScRsp.init(allocator); + rsp.retcode = 0; + rsp.IANNEEIJAKH = req.IANNEEIJAKH; + try session.send(CmdID.CmdGetBigDataAllRecommendScRsp, rsp); +} +pub fn onGetBigData(session: *Session, packet: *const Packet, allocator: Allocator) !void { + const req = try packet.getProto(protocol.GetBigDataRecommendCsReq, allocator); + var rsp = protocol.GetBigDataRecommendScRsp.init(allocator); + rsp.retcode = 0; + rsp.IANNEEIJAKH = req.IANNEEIJAKH; + rsp.EIGPMIBCIKG = req.EIGPMIBCIKG; + try session.send(CmdID.CmdGetBigDataRecommendScRsp, rsp); +} +pub fn onGetPreAvatarGrowthInfo(session: *Session, _: *const Packet, allocator: Allocator) !void { + var rsp = protocol.GetPreAvatarGrowthInfoScRsp.init(allocator); + rsp.retcode = 0; + try session.send(CmdID.CmdGetPreAvatarGrowthInfoScRsp, rsp); +} diff --git a/gameserver/src/services/battle.zig b/gameserver/src/services/battle.zig new file mode 100644 index 0000000..0d4e8bf --- /dev/null +++ b/gameserver/src/services/battle.zig @@ -0,0 +1,138 @@ +const std = @import("std"); +const protocol = @import("protocol"); +const Session = @import("../Session.zig"); +const Packet = @import("../Packet.zig"); +const Config = @import("config.zig"); +const Data = @import("../data.zig"); +const ChallengeData = @import("challenge.zig"); +const BattleManager = @import("../manager/battle_mgr.zig").BattleManager; +const ChallegeStageManager = @import("../manager/battle_mgr.zig").ChallegeStageManager; +const NodeCheck = @import("../commands/value.zig"); + +const ArrayList = std.ArrayList; +const Allocator = std.mem.Allocator; +const CmdID = protocol.CmdID; + +pub var on_battle: bool = false; + +pub fn onStartCocoonStage(session: *Session, packet: *const Packet, allocator: Allocator) !void { + const req = try packet.getProto(protocol.StartCocoonStageCsReq, allocator); + var battle_mgr = BattleManager.init(allocator); + const battle = try battle_mgr.createBattle(); + on_battle = true; + try session.send(CmdID.CmdStartCocoonStageScRsp, protocol.StartCocoonStageScRsp{ + .retcode = 0, + .cocoon_id = req.cocoon_id, + .prop_entity_id = req.prop_entity_id, + .wave = req.wave, + .battle_info = battle, + }); +} +pub fn onQuickStartCocoonStage(session: *Session, packet: *const Packet, allocator: Allocator) !void { + const req = try packet.getProto(protocol.QuickStartCocoonStageCsReq, allocator); + var battle_mgr = BattleManager.init(allocator); + const battle = try battle_mgr.createBattle(); + on_battle = true; + try session.send(CmdID.CmdQuickStartCocoonStageScRsp, protocol.QuickStartCocoonStageScRsp{ + .retcode = 0, + .cocoon_id = req.cocoon_id, + .wave = req.wave, + .battle_info = battle, + }); +} +pub fn onQuickStartFarmElement(session: *Session, packet: *const Packet, allocator: Allocator) !void { + const req = try packet.getProto(protocol.QuickStartFarmElementCsReq, allocator); + var battle_mgr = BattleManager.init(allocator); + const battle = try battle_mgr.createBattle(); + on_battle = true; + try session.send(CmdID.CmdQuickStartFarmElementScRsp, protocol.QuickStartFarmElementScRsp{ + .retcode = 0, + .world_level = req.world_level, + .JDANOKNHNHL = req.JDANOKNHNHL, + .battle_info = battle, + }); +} +pub fn onStartBattleCollege(session: *Session, packet: *const Packet, allocator: Allocator) !void { + const req = try packet.getProto(protocol.StartBattleCollegeCsReq, allocator); + var battle_mgr = BattleManager.init(allocator); + const battle = try battle_mgr.createBattle(); + on_battle = true; + try session.send(CmdID.CmdStartBattleCollegeScRsp, protocol.StartBattleCollegeScRsp{ + .retcode = 0, + .id = req.id, + .battle_info = battle, + }); +} +pub fn onSceneCastSkill(session: *Session, packet: *const Packet, allocator: Allocator) !void { + var battle_mgr = BattleManager.init(allocator); + const battle = try battle_mgr.createBattle(); + var challege_mgr = ChallegeStageManager.init(allocator); + const challenge = try challege_mgr.createChallegeStage(); + const req = try packet.getProto(protocol.SceneCastSkillCsReq, allocator); + var monster_battle_info_list = ArrayList(protocol.HitMonsterBattleInfo).init(allocator); + try monster_battle_info_list.appendSlice(&[_]protocol.HitMonsterBattleInfo{ + .{ + .target_monster_entity_id = 0, + .monster_battle_type = protocol.MonsterBattleType.MONSTER_BATTLE_TYPE_TRIGGER_BATTLE, + }, + }); + + var battle_info: ?protocol.SceneBattleInfo = null; + + if (req.assist_monster_entity_id_list.items.len > 0 or + (req.attacked_by_entity_id >= 1 and req.attacked_by_entity_id <= 99)) + { + if (ChallengeData.on_challenge) { + battle_info = challenge; + } else { + battle_info = battle; + on_battle = true; + } + } + + try session.send(CmdID.CmdSceneCastSkillScRsp, protocol.SceneCastSkillScRsp{ + .retcode = 0, + .cast_entity_id = req.cast_entity_id, + .monster_battle_info = monster_battle_info_list, + .battle_info = battle_info, + }); +} + +pub fn onGetCurBattleInfo(session: *Session, _: *const Packet, allocator: Allocator) !void { + var battle_mgr = BattleManager.init(allocator); + const battle = try battle_mgr.createBattle(); + var challege_mgr = ChallegeStageManager.init(allocator); + const challenge = try challege_mgr.createChallegeStage(); + + var rsp = protocol.GetCurBattleInfoScRsp.init(allocator); + rsp.battle_info = if (ChallengeData.on_challenge == true) challenge else if (on_battle == true) battle else null; + rsp.retcode = 0; + try session.send(CmdID.CmdGetCurBattleInfoScRsp, rsp); +} + +pub fn onPVEBattleResult(session: *Session, packet: *const Packet, allocator: Allocator) !void { + const req = try packet.getProto(protocol.PVEBattleResultCsReq, allocator); + var rsp = protocol.PVEBattleResultScRsp.init(allocator); + rsp.battle_id = req.battle_id; + rsp.end_status = req.end_status; + rsp.stage_id = req.stage_id; + on_battle = false; + try session.send(CmdID.CmdPVEBattleResultScRsp, rsp); +} + +pub fn onSceneCastSkillCostMp(session: *Session, packet: *const Packet, allocator: Allocator) !void { + const req = try packet.getProto(protocol.SceneCastSkillCostMpCsReq, allocator); + try session.send(CmdID.CmdSceneCastSkillCostMpScRsp, protocol.SceneCastSkillCostMpScRsp{ + .retcode = 0, + .cast_entity_id = req.cast_entity_id, + }); +} + +pub fn onSyncClientResVersion(session: *Session, packet: *const Packet, allocator: Allocator) !void { + const req = try packet.getProto(protocol.SyncClientResVersionCsReq, allocator); + std.debug.print("CLIENT RES VERSION: {}\n", .{req.client_res_version}); + try session.send(CmdID.CmdSyncClientResVersionScRsp, protocol.SyncClientResVersionScRsp{ + .retcode = 0, + .client_res_version = req.client_res_version, + }); +} diff --git a/gameserver/src/services/challenge.zig b/gameserver/src/services/challenge.zig new file mode 100644 index 0000000..812694f --- /dev/null +++ b/gameserver/src/services/challenge.zig @@ -0,0 +1,216 @@ +const std = @import("std"); +const protocol = @import("protocol"); +const Session = @import("../Session.zig"); +const Packet = @import("../Packet.zig"); +const Config = @import("config.zig"); +const Res_config = @import("res_config.zig"); +const Data = @import("../data.zig"); +const ChallegeStageManager = @import("../manager/battle_mgr.zig").ChallegeStageManager; +const ChallengeManager = @import("../manager/challenge_mgr.zig").ChallengeManager; +const SceneManager = @import("../manager/scene_mgr.zig").SceneManager; +const ChallengeSceneManager = @import("../manager/scene_mgr.zig").ChallengeSceneManager; +const LineupManager = @import("../manager/lineup_mgr.zig").LineupManager; +const ChallengeLineupManager = @import("../manager/lineup_mgr.zig").ChallengeLineupManager; +const NodeCheck = @import("../commands/value.zig"); + +const ArrayList = std.ArrayList; +const Allocator = std.mem.Allocator; +const CmdID = protocol.CmdID; + +pub fn UidGenerator() type { + return struct { + current_id: u32, + + const Self = @This(); + + pub fn init() Self { + return Self{ .current_id = 100000 }; + } + + pub fn nextId(self: *Self) u32 { + self.current_id +%= 1; // Using wrapping addition + return self.current_id; + } + }; +} + +fn contains(list: *const std.ArrayListAligned(u32, null), value: u32) bool { + for (list.items) |item| { + if (item == value) { + return true; + } + } + return false; +} +pub var on_challenge: bool = false; + +pub const ChallengeBlessing = ArrayList(u32); +pub var challenge_blessing: []const u32 = &.{}; +pub var challenge_mode: u32 = 0; + +pub var challenge_planeID: u32 = 0; +pub var challenge_floorID: u32 = 0; +pub var challenge_entryID: u32 = 0; +pub var challenge_worldID: u32 = 0; +pub var challenge_monsterID: u32 = 0; +pub var challenge_eventID: u32 = 0; +pub var challenge_groupID: u32 = 0; +pub var challenge_maze_groupID: u32 = 0; +pub var challenge_stageID: u32 = 0; + +pub var challengeID: u32 = 0; +pub var challenge_buffID: u32 = 0; + +pub const ChallengeAvatarList = ArrayList(u32); +pub var avatar_list: ChallengeAvatarList = ChallengeAvatarList.init(std.heap.page_allocator); + +pub fn resetChallengeState() void { + on_challenge = false; + challenge_mode = 0; + challenge_planeID = 0; + challenge_floorID = 0; + challenge_entryID = 0; + challenge_worldID = 0; + challenge_monsterID = 0; + challenge_eventID = 0; + challenge_groupID = 0; + challenge_maze_groupID = 0; + challenge_stageID = 0; + challengeID = 0; + challenge_buffID = 0; + challenge_blessing = &.{}; + _ = avatar_list.clearRetainingCapacity(); +} + +pub fn onGetChallenge(session: *Session, _: *const Packet, allocator: Allocator) !void { + const challenge_config = try Config.loadChallengeConfig(allocator, "resources/ChallengeMazeConfig.json"); + var rsp = protocol.GetChallengeScRsp.init(allocator); + + rsp.retcode = 0; + for (challenge_config.challenge_config.items) |ids| { + var challenge = protocol.Challenge.init(allocator); + challenge.challenge_id = ids.id; + challenge.star = 1; + if (ids.id > 20000 and ids.id < 30000) { + challenge.score_id = 40000; + challenge.score_two = 40000; + } + try rsp.challenge_list.append(challenge); + } + + try session.send(CmdID.CmdGetChallengeScRsp, rsp); +} +pub fn onGetChallengeGroupStatistics(session: *Session, packet: *const Packet, allocator: Allocator) !void { + const req = try packet.getProto(protocol.GetChallengeGroupStatisticsCsReq, allocator); + var rsp = protocol.GetChallengeGroupStatisticsScRsp.init(allocator); + rsp.retcode = 0; + rsp.group_id = req.group_id; + try session.send(CmdID.CmdGetChallengeGroupStatisticsScRsp, rsp); +} +pub fn onLeaveChallenge(session: *Session, _: *const Packet, allocator: Allocator) !void { + var lineup_mgr = LineupManager.init(allocator); + const lineup = try lineup_mgr.createLineup(); + var scene_manager = SceneManager.init(allocator); + const scene_info = try scene_manager.createScene(20432, 20432001, 2043201, 1213); + try session.send(CmdID.CmdQuitBattleScNotify, protocol.QuitBattleScNotify{}); + try session.send(CmdID.CmdEnterSceneByServerScNotify, protocol.EnterSceneByServerScNotify{ + .reason = protocol.EnterSceneReason.ENTER_SCENE_REASON_NONE, + .lineup = lineup, + .scene = scene_info, + }); + resetChallengeState(); + challenge_mode = 0; + try session.send(CmdID.CmdLeaveChallengeScRsp, protocol.LeaveChallengeScRsp{ + .retcode = 0, + }); +} +pub fn onGetCurChallengeScRsp(session: *Session, _: *const Packet, allocator: Allocator) !void { + var rsp = protocol.GetCurChallengeScRsp.init(allocator); + var lineup_manager = ChallengeLineupManager.init(allocator); + const lineup_info = try lineup_manager.createLineup(avatar_list); + var challenge_manager = ChallengeManager.init(allocator); + const cur_challenge_info = try challenge_manager.createChallenge( + challengeID, + challenge_buffID, + ); + rsp.retcode = 0; + if (on_challenge == true) { + rsp.cur_challenge = cur_challenge_info; + try rsp.lineup_list.append(lineup_info); + + std.debug.print("CURRENT CHALLENGE STAGE ID:{}\n", .{challenge_stageID}); + std.debug.print("CURRENT CHALLENGE LINEUP AVATAR ID:{}\n", .{avatar_list}); + std.debug.print("CURRENT CHALLENGE MONSTER ID:{}\n", .{challenge_monsterID}); + if (challenge_mode == 0) { + std.debug.print("CURRENT CHALLENGE: {} MOC\n", .{challenge_mode}); + } else if (challenge_mode == 1) { + std.debug.print("CURRENT CHALLENGE: {} PF\n", .{challenge_mode}); + std.debug.print("CURRENT CHALLENGE STAGE BLESSING ID:{}, SELECTED BLESSING ID:{}\n", .{ challenge_blessing[0], challenge_blessing[1] }); + } else { + std.debug.print("CURRENT CHALLENGE: {} AS\n", .{challenge_mode}); + std.debug.print("CURRENT CHALLENGE STAGE BLESSING ID:{}, SELECTED BLESSING ID:{}\n", .{ challenge_blessing[0], challenge_blessing[1] }); + } + } else { + std.debug.print("CURRENT ON CHALLENGE STATE: {}\n", .{on_challenge}); + } + + try session.send(CmdID.CmdGetCurChallengeScRsp, rsp); +} +pub fn onStartChallenge(session: *Session, packet: *const Packet, allocator: Allocator) !void { + const req = try packet.getProto(protocol.StartChallengeCsReq, allocator); + var rsp = protocol.StartChallengeScRsp.init(allocator); + + challengeID = req.challenge_id; + + if (NodeCheck.challenge_node == 0) { + for (req.first_lineup.items) |id| { + try avatar_list.append(id); + } + if (challengeID > 20000 and challengeID < 30000) + challenge_buffID = req.stage_info.?.IEICDGGELNE.?.story_info.buff_one; + if (challengeID > 30000) + challenge_buffID = req.stage_info.?.IEICDGGELNE.?.boss_info.buff_one; + } else { + for (req.second_lineup.items) |id| { + try avatar_list.append(id); + } + if (challengeID > 20000 and challengeID < 30000) + challenge_buffID = req.stage_info.?.IEICDGGELNE.?.story_info.buff_two; + if (challengeID > 30000) + challenge_buffID = req.stage_info.?.IEICDGGELNE.?.boss_info.buff_two; + } + var lineup_manager = ChallengeLineupManager.init(allocator); + const lineup_info = try lineup_manager.createLineup(avatar_list); + + var challenge_manager = ChallengeManager.init(allocator); + const cur_challenge_info = try challenge_manager.createChallenge( + challengeID, + challenge_buffID, + ); + var scene_challenge_manager = ChallengeSceneManager.init(allocator); + const scene_info = try scene_challenge_manager.createScene( + avatar_list, + challenge_planeID, + challenge_floorID, + challenge_entryID, + challenge_worldID, + challenge_monsterID, + challenge_eventID, + challenge_groupID, + challenge_maze_groupID, + ); + rsp.retcode = 0; + rsp.scene = scene_info; + rsp.cur_challenge = cur_challenge_info; + try rsp.lineup_list.append(lineup_info); + + on_challenge = true; + try session.send(CmdID.CmdStartChallengeScRsp, rsp); + std.debug.print("SEND PLANE ID {} FLOOR ID {} ENTRY ID {} GROUP ID {} MAZE GROUP ID {}\n", .{ + challenge_planeID, + challenge_floorID, + challenge_entryID, + challenge_groupID, + challenge_maze_groupID, + }); +} diff --git a/gameserver/src/services/chat.zig b/gameserver/src/services/chat.zig new file mode 100644 index 0000000..15741cd --- /dev/null +++ b/gameserver/src/services/chat.zig @@ -0,0 +1,122 @@ +const std = @import("std"); +const protocol = @import("protocol"); +const Session = @import("../Session.zig"); +const Packet = @import("../Packet.zig"); +const commandhandler = @import("../command.zig"); + +const ArrayList = std.ArrayList; +const Allocator = std.mem.Allocator; +const CmdID = protocol.CmdID; + +const B64Decoder = std.base64.standard.Decoder; + +const EmojiList = [_]u32{}; + +pub fn onGetFriendListInfo(session: *Session, _: *const Packet, allocator: Allocator) !void { + var rsp = protocol.GetFriendListInfoScRsp.init(allocator); + rsp.retcode = 0; + + var assist_list = ArrayList(protocol.AssistSimpleInfo).init(allocator); + try assist_list.appendSlice(&[_]protocol.AssistSimpleInfo{ + .{ .Pos = 0, .Level = 80, .avatar_id = 1403, .DressedSkinId = 0 }, + .{ .Pos = 1, .Level = 80, .avatar_id = 1407, .DressedSkinId = 0 }, + .{ .Pos = 2, .Level = 80, .avatar_id = 1001, .DressedSkinId = 1100101 }, + }); + + var friend = protocol.FriendSimpleInfo.init(allocator); + friend.playing_state = .PLAYING_CHALLENGE_BOSS; + friend.create_time = 0; //timestamp + friend.remark_name = .{ .Const = "ReversedRooms" }; //friend_custom_nickname + friend.is_marked = true; + friend.player_simple_info = protocol.PlayerSimpleInfo{ + .signature = .{ .Const = "https://discord.gg/reversedrooms" }, + .nickname = .{ .Const = "JingliuSR" }, + .level = 70, + .uid = 2000, + .head_icon = 200140, + .ANPLLAOBFJI = 253000, + .chat_bubble_id = 220008, + .assist_simple_info = assist_list, + .platform_type = protocol.PlatformType.ANDROID, + .online_status = protocol.FriendOnlineStatus.FRIEND_ONLINE_STATUS_ONLINE, + }; + try rsp.friend_list.append(friend); + try session.send(CmdID.CmdGetFriendListInfoScRsp, rsp); +} +pub fn onChatEmojiList(session: *Session, _: *const Packet, allocator: Allocator) !void { + var rsp = protocol.GetChatEmojiListScRsp.init(allocator); + + rsp.retcode = 0; + try rsp.chat_emoji_list.appendSlice(&EmojiList); + + try session.send(CmdID.CmdGetChatEmojiListScRsp, rsp); +} +pub fn onPrivateChatHistory(session: *Session, _: *const Packet, allocator: Allocator) !void { + var rsp = protocol.GetPrivateChatHistoryScRsp.init(allocator); + + rsp.retcode = 0; + rsp.target_side = 1; + rsp.contact_side = 2000; + try rsp.chat_message_list.appendSlice(&[_]protocol.ChatMessageData{ + .{ + .content = .{ .Const = "/sync command is having some issues right now. In order to change gear setup, you need to re-login" }, + .message_type = .MSG_TYPE_CUSTOM_TEXT, + .create_time = 0, + .sender_id = 2000, + }, + .{ + .content = .{ .Const = "/help for command list" }, + .message_type = .MSG_TYPE_CUSTOM_TEXT, + .create_time = 0, + .sender_id = 2000, + }, + .{ + .content = .{ .Const = "to use command, use '/' first" }, + .message_type = .MSG_TYPE_CUSTOM_TEXT, + .create_time = 0, + .sender_id = 2000, + }, + .{ + .extra_id = 122004, + .message_type = .MSG_TYPE_EMOJI, + .create_time = 0, + .sender_id = 2000, + }, + }); + + try session.send(CmdID.CmdGetPrivateChatHistoryScRsp, rsp); +} +pub fn onSendMsg(session: *Session, packet: *const Packet, allocator: Allocator) !void { + std.debug.print("Received packet: {any}\n", .{packet}); + const req = protocol.SendMsgCsReq.init(allocator); + std.debug.print("Decoded request: {any}\n", .{req}); + std.debug.print("Raw packet body: {any}\n", .{packet.body}); + const msg_text = switch (req.message_text) { + .Empty => "", + .Owned => |owned| owned.str, + .Const => |const_str| const_str, + }; + var msg_text2: []const u8 = ""; + if (packet.body.len > 9 and packet.body[10] == 47) { + msg_text2 = packet.body[10..packet.body.len]; + } + std.debug.print("Manually extracted message text: '{s}'\n", .{msg_text2}); + + std.debug.print("Message Text 1: {any}\n", .{msg_text}); + + if (msg_text2.len > 0) { + if (std.mem.indexOf(u8, msg_text2, "/") != null) { + std.debug.print("Message contains a '/'\n", .{}); + try commandhandler.handleCommand(session, msg_text2, allocator); + } else { + std.debug.print("Message does not contain a '/'\n", .{}); + try commandhandler.sendMessage(session, msg_text2, allocator); + } + } else { + std.debug.print("Empty message received\n", .{}); + } + + var rsp = protocol.SendMsgScRsp.init(allocator); + rsp.retcode = 0; + try session.send(CmdID.CmdSendMsgScRsp, rsp); +} diff --git a/gameserver/src/services/config.zig b/gameserver/src/services/config.zig new file mode 100644 index 0000000..ec6a1ac --- /dev/null +++ b/gameserver/src/services/config.zig @@ -0,0 +1,487 @@ +const Allocator = std.mem.Allocator; +const ArrayList = std.ArrayList; + +const std = @import("std"); + +pub const BattleConfig = struct { + battle_id: u32, + stage_id: u32, + cycle_count: u32, + monster_wave: ArrayList(ArrayList(u32)), + monster_level: u32, + blessings: ArrayList(u32), +}; +pub const Stage = struct { + level: u32, + stage_id: u32, + monster_list: ArrayList(ArrayList(u32)), +}; +const ExtraMazeBuff = struct { + enable: bool, + mazebuff: ArrayList(u32), +}; + +const Lightcone = struct { + id: u32, + rank: u32, + level: u32, + promotion: u32, +}; + +pub const Relic = struct { + id: u32, + level: u32, + main_affix_id: u32, + sub_count: u32, + stat1: u32, + cnt1: u32, + step1: u32, + stat2: u32, + cnt2: u32, + step2: u32, + stat3: u32, + cnt3: u32, + step3: u32, + stat4: u32, + cnt4: u32, + step4: u32, +}; + +pub const Avatar = struct { + id: u32, + hp: u32, + sp: u32, + level: u32, + promotion: u32, + rank: u32, + lightcone: Lightcone, + relics: ArrayList(Relic), + use_technique: bool, +}; +const PlayerIcon = struct { + id: u32, +}; +const MainMission = struct { + main_mission_id: u32, +}; +const TutorialGuide = struct { + guide_group_id: u32, +}; +const Tutorial = struct { + tutorial_id: u32, +}; +const Activity = struct { + activity_module_list: ArrayList(u32), + panel_id: u32, +}; +const ChallengeConfig = struct { + id: u32, + npc_monster_id_list1: ArrayList(u32), + npc_monster_id_list2: ArrayList(u32), + event_id_list1: ArrayList(u32), + event_id_list2: ArrayList(u32), + map_entrance_id: u32, + map_entrance_id2: u32, + maze_group_id1: u32, + maze_group_id2: ?u32, // to check if it missing MazeGroupID2 field + maze_buff_id: u32, +}; + +const MapEntrance = struct { + floor_id: u32, + id: u32, + plane_id: u32, + begin_main_mission_idlist: ArrayList(u32), + finish_main_mission_idlist: ArrayList(u32), + finish_sub_mission_idlist: ArrayList(u32), +}; +const MazePlane = struct { + floor_id_list: ArrayList(u32), + start_floor_id: u32, + challenge_plane_id: u32, + world_id: u32, +}; +pub const GameConfig = struct { + battle_config: BattleConfig, + avatar_config: ArrayList(Avatar), +}; +pub const StageConfig = struct { + stage_config: ArrayList(Stage), +}; +pub const PlayerIconConfig = struct { + player_icon_config: ArrayList(PlayerIcon), +}; +pub const MainMissionConfig = struct { + main_mission_config: ArrayList(MainMission), +}; +pub const TutorialGuideConfig = struct { + tutorial_guide_config: ArrayList(TutorialGuide), +}; +pub const TutorialConfig = struct { + tutorial_config: ArrayList(Tutorial), +}; +pub const ActivityConfig = struct { + activity_config: ArrayList(Activity), +}; +pub const ChallengeMazeConfig = struct { + challenge_config: ArrayList(ChallengeConfig), +}; +pub const MapEntranceConfig = struct { + map_entrance_config: ArrayList(MapEntrance), +}; +pub const MazePlaneConfig = struct { + maze_plane_config: ArrayList(MazePlane), +}; +const ErrorSet = error{ CommandError, SystemResources, Unexpected, AccessDenied, WouldBlock, ConnectionResetByPeer, OutOfMemory, DiskQuota, FileTooBig, InputOutput, NoSpaceLeft, DeviceBusy, InvalidArgument, BrokenPipe, OperationAborted, NotOpenForWriting, LockViolation, Overflow, InvalidCharacter, ProcessFdQuotaExceeded, SystemFdQuotaExceeded, SymLinkLoop, NameTooLong, FileNotFound, NotDir, NoDevice, SharingViolation, PathAlreadyExists, PipeBusy, InvalidUtf8, InvalidWtf8, BadPathName, NetworkNotFound, AntivirusInterference, IsDir, FileLocksNotSupported, FileBusy, ConnectionTimedOut, NotOpenForReading, SocketNotConnected, Unseekable, UnexpectedToken, InvalidNumber, InvalidEnumTag, DuplicateField, UnknownField, MissingField, LengthMismatch, SyntaxError, UnexpectedEndOfInput, BufferUnderrun, ValueTooLong, InsufficientTokens, InvalidFormat }; + +pub fn loadConfig( + comptime ConfigType: type, + comptime parseFn: fn (std.json.Value, Allocator) ErrorSet!ConfigType, + allocator: Allocator, + filename: []const u8, +) ErrorSet!ConfigType { + const file = try std.fs.cwd().openFile(filename, .{}); + defer file.close(); + + const file_size = try file.getEndPos(); + const buffer = try file.readToEndAlloc(allocator, file_size); + defer allocator.free(buffer); + + var json_tree = try std.json.parseFromSlice(std.json.Value, allocator, buffer, .{}); + defer json_tree.deinit(); + + const root = json_tree.value; + return try parseFn(root, allocator); +} + +// Specialized loaders +pub fn loadGameConfig(allocator: Allocator, filename: []const u8) ErrorSet!GameConfig { + return loadConfig(GameConfig, parseConfig, allocator, filename); +} + +pub fn loadStageConfig(allocator: Allocator, filename: []const u8) ErrorSet!StageConfig { + return loadConfig(StageConfig, parseStageConfig, allocator, filename); +} + +pub fn loadPlayerIconConfig(allocator: Allocator, filename: []const u8) ErrorSet!PlayerIconConfig { + return loadConfig(PlayerIconConfig, parsePlayerIconConfig, allocator, filename); +} + +pub fn loadMainMissionConfig(allocator: Allocator, filename: []const u8) ErrorSet!MainMissionConfig { + return loadConfig(MainMissionConfig, parseMainMissionConfig, allocator, filename); +} + +pub fn loadTutorialGuideConfig(allocator: Allocator, filename: []const u8) ErrorSet!TutorialGuideConfig { + return loadConfig(TutorialGuideConfig, parseTutorialGuideConfig, allocator, filename); +} + +pub fn loadTutorialConfig(allocator: Allocator, filename: []const u8) ErrorSet!TutorialConfig { + return loadConfig(TutorialConfig, parseTutorialConfig, allocator, filename); +} + +pub fn loadActivityConfig(allocator: Allocator, filename: []const u8) ErrorSet!ActivityConfig { + return loadConfig(ActivityConfig, parseActivityConfig, allocator, filename); +} + +pub fn loadChallengeConfig(allocator: Allocator, filename: []const u8) ErrorSet!ChallengeMazeConfig { + return loadConfig(ChallengeMazeConfig, parseChallengeConfig, allocator, filename); +} + +pub fn loadMapEntranceConfig(allocator: Allocator, filename: []const u8) ErrorSet!MapEntranceConfig { + return loadConfig(MapEntranceConfig, parseMapEntranceConfig, allocator, filename); +} + +pub fn loadMazePlaneConfig(allocator: Allocator, filename: []const u8) ErrorSet!MazePlaneConfig { + return loadConfig(MazePlaneConfig, parseMazePlaneConfig, allocator, filename); +} + +pub fn parseConfig(root: std.json.Value, allocator: Allocator) ErrorSet!GameConfig { + const battle_config_json = root.object.get("battle_config").?; + var battle_config = BattleConfig{ + .battle_id = @intCast(battle_config_json.object.get("battle_id").?.integer), + .stage_id = @intCast(battle_config_json.object.get("stage_id").?.integer), + .cycle_count = @intCast(battle_config_json.object.get("cycle_count").?.integer), + .monster_wave = ArrayList(ArrayList(u32)).init(allocator), + .monster_level = @intCast(battle_config_json.object.get("monster_level").?.integer), + .blessings = ArrayList(u32).init(allocator), + }; + + for (battle_config_json.object.get("monster_wave").?.array.items) |wave| { + var wave_list = ArrayList(u32).init(allocator); + for (wave.array.items) |monster| { + try wave_list.append(@intCast(monster.integer)); + } + try battle_config.monster_wave.append(wave_list); + } + for (battle_config_json.object.get("blessings").?.array.items) |blessing| { + try battle_config.blessings.append(@intCast(blessing.integer)); + } + + var avatar_config = ArrayList(Avatar).init(allocator); + for (root.object.get("avatar_config").?.array.items) |avatar_json| { + var avatar = Avatar{ + .id = @intCast(avatar_json.object.get("id").?.integer), + .hp = @intCast(avatar_json.object.get("hp").?.integer), + .sp = @intCast(avatar_json.object.get("sp").?.integer), + .level = @intCast(avatar_json.object.get("level").?.integer), + .promotion = @intCast(avatar_json.object.get("promotion").?.integer), + .rank = @intCast(avatar_json.object.get("rank").?.integer), + .lightcone = undefined, + .relics = ArrayList(Relic).init(allocator), + .use_technique = avatar_json.object.get("use_technique").?.bool, + }; + + const lightcone_json = avatar_json.object.get("lightcone").?; + avatar.lightcone = Lightcone{ + .id = @intCast(lightcone_json.object.get("id").?.integer), + .rank = @intCast(lightcone_json.object.get("rank").?.integer), + .level = @intCast(lightcone_json.object.get("level").?.integer), + .promotion = @intCast(lightcone_json.object.get("promotion").?.integer), + }; + + for (avatar_json.object.get("relics").?.array.items) |relic_str| { + const relic = try parseRelic(relic_str.string, allocator); + try avatar.relics.append(relic); + } + + try avatar_config.append(avatar); + } + + return GameConfig{ + .battle_config = battle_config, + .avatar_config = avatar_config, + }; +} +pub fn parseStageConfig(root: std.json.Value, allocator: Allocator) ErrorSet!StageConfig { + var stage_config = ArrayList(Stage).init(allocator); + for (root.object.get("stage_config").?.array.items) |stage_json| { + var stage = Stage{ + .level = @intCast(stage_json.object.get("Level").?.integer), + .stage_id = @intCast(stage_json.object.get("StageID").?.integer), + .monster_list = ArrayList(ArrayList(u32)).init(allocator), + }; + + for (stage_json.object.get("MonsterList").?.array.items) |wave| { + var wave_list = ArrayList(u32).init(allocator); + for (wave.array.items) |monster| { + try wave_list.append(@intCast(monster.integer)); + } + try stage.monster_list.append(wave_list); + } + + try stage_config.append(stage); + } + + return StageConfig{ + .stage_config = stage_config, + }; +} +fn parsePlayerIconConfig(root: std.json.Value, allocator: Allocator) ErrorSet!PlayerIconConfig { + var player_icon_config = ArrayList(PlayerIcon).init(allocator); + for (root.object.get("player_icon_config").?.array.items) |icon_json| { + const icon = PlayerIcon{ + .id = @intCast(icon_json.object.get("ID").?.integer), + }; + try player_icon_config.append(icon); + } + return PlayerIconConfig{ + .player_icon_config = player_icon_config, + }; +} +fn parseMainMissionConfig(root: std.json.Value, allocator: Allocator) ErrorSet!MainMissionConfig { + var main_mission_config = ArrayList(MainMission).init(allocator); + for (root.object.get("main_mission_config").?.array.items) |main_json| { + const main_mission = MainMission{ + .main_mission_id = @intCast(main_json.object.get("MainMissionID").?.integer), + }; + try main_mission_config.append(main_mission); + } + return MainMissionConfig{ + .main_mission_config = main_mission_config, + }; +} +fn parseTutorialGuideConfig(root: std.json.Value, allocator: Allocator) ErrorSet!TutorialGuideConfig { + var tutorial_guide_config = ArrayList(TutorialGuide).init(allocator); + for (root.object.get("tutorial_guide_config").?.array.items) |guide_json| { + const tutorial_guide = TutorialGuide{ + .guide_group_id = @intCast(guide_json.object.get("GroupID").?.integer), + }; + try tutorial_guide_config.append(tutorial_guide); + } + return TutorialGuideConfig{ + .tutorial_guide_config = tutorial_guide_config, + }; +} +fn parseTutorialConfig(root: std.json.Value, allocator: Allocator) ErrorSet!TutorialConfig { + var tutorial_config = ArrayList(Tutorial).init(allocator); + for (root.object.get("tutorial_config").?.array.items) |tutorial_json| { + const tutorial = Tutorial{ + .tutorial_id = @intCast(tutorial_json.object.get("TutorialID").?.integer), + }; + try tutorial_config.append(tutorial); + } + return TutorialConfig{ + .tutorial_config = tutorial_config, + }; +} +fn parseActivityConfig(root: std.json.Value, allocator: Allocator) ErrorSet!ActivityConfig { + var activity_config = ArrayList(Activity).init(allocator); + for (root.object.get("activity_config").?.array.items) |activity_json| { + var activity = Activity{ + .panel_id = @intCast(activity_json.object.get("ActivityID").?.integer), + .activity_module_list = ArrayList(u32).init(allocator), + }; + for (activity_json.object.get("ActivityModuleIDList").?.array.items) |id| { + try activity.activity_module_list.append(@intCast(id.integer)); + } + try activity_config.append(activity); + } + return ActivityConfig{ + .activity_config = activity_config, + }; +} +fn parseChallengeConfig(root: std.json.Value, allocator: Allocator) ErrorSet!ChallengeMazeConfig { + var challenge_config = ArrayList(ChallengeConfig).init(allocator); + for (root.object.get("challenge_config").?.array.items) |challenge_json| { + var challenge = ChallengeConfig{ + .id = @intCast(challenge_json.object.get("ID").?.integer), + .maze_buff_id = @intCast(challenge_json.object.get("MazeBuffID").?.integer), + .npc_monster_id_list1 = ArrayList(u32).init(allocator), + .npc_monster_id_list2 = ArrayList(u32).init(allocator), + .event_id_list1 = ArrayList(u32).init(allocator), + .event_id_list2 = ArrayList(u32).init(allocator), + .map_entrance_id = @intCast(challenge_json.object.get("MapEntranceID").?.integer), + .map_entrance_id2 = @intCast(challenge_json.object.get("MapEntranceID2").?.integer), + .maze_group_id1 = @intCast(challenge_json.object.get("MazeGroupID1").?.integer), + .maze_group_id2 = if (challenge_json.object.get("MazeGroupID2")) |val| @intCast(val.integer) else null, + }; + for (challenge_json.object.get("NpcMonsterIDList1").?.array.items) |npc1| { + try challenge.npc_monster_id_list1.append(@intCast(npc1.integer)); + } + for (challenge_json.object.get("NpcMonsterIDList2").?.array.items) |npc2| { + try challenge.npc_monster_id_list2.append(@intCast(npc2.integer)); + } + for (challenge_json.object.get("EventIDList1").?.array.items) |event1| { + try challenge.event_id_list1.append(@intCast(event1.integer)); + } + for (challenge_json.object.get("EventIDList2").?.array.items) |event2| { + try challenge.event_id_list2.append(@intCast(event2.integer)); + } + try challenge_config.append(challenge); + } + + return ChallengeMazeConfig{ + .challenge_config = challenge_config, + }; +} +fn parseMapEntranceConfig(root: std.json.Value, allocator: Allocator) ErrorSet!MapEntranceConfig { + var map_entrance_config = ArrayList(MapEntrance).init(allocator); + for (root.object.get("map_entrance_config").?.array.items) |mapEntrance| { + var entrance = MapEntrance{ + .id = @intCast(mapEntrance.object.get("ID").?.integer), + .floor_id = @intCast(mapEntrance.object.get("FloorID").?.integer), + .plane_id = @intCast(mapEntrance.object.get("PlaneID").?.integer), + .begin_main_mission_idlist = ArrayList(u32).init(allocator), + .finish_main_mission_idlist = ArrayList(u32).init(allocator), + .finish_sub_mission_idlist = ArrayList(u32).init(allocator), + }; + for (mapEntrance.object.get("BeginMainMissionList").?.array.items) |id| { + try entrance.begin_main_mission_idlist.append(@intCast(id.integer)); + } + for (mapEntrance.object.get("FinishMainMissionList").?.array.items) |id| { + try entrance.finish_main_mission_idlist.append(@intCast(id.integer)); + } + for (mapEntrance.object.get("FinishSubMissionList").?.array.items) |id| { + try entrance.finish_sub_mission_idlist.append(@intCast(id.integer)); + } + try map_entrance_config.append(entrance); + } + + return MapEntranceConfig{ + .map_entrance_config = map_entrance_config, + }; +} +fn parseMazePlaneConfig(root: std.json.Value, allocator: Allocator) ErrorSet!MazePlaneConfig { + var maze_plane_config = ArrayList(MazePlane).init(allocator); + for (root.object.get("maze_plane_config").?.array.items) |id| { + var maze = MazePlane{ + .start_floor_id = @intCast(id.object.get("StartFloorID").?.integer), + .challenge_plane_id = @intCast(id.object.get("PlaneID").?.integer), + .world_id = @intCast(id.object.get("WorldID").?.integer), + .floor_id_list = ArrayList(u32).init(allocator), + }; + for (id.object.get("FloorIDList").?.array.items) |list| { + try maze.floor_id_list.append(@intCast(list.integer)); + } + try maze_plane_config.append(maze); + } + + return MazePlaneConfig{ + .maze_plane_config = maze_plane_config, + }; +} +fn parseRelic(relic_str: []const u8, allocator: Allocator) !Relic { + var tokens = ArrayList([]const u8).init(allocator); + defer tokens.deinit(); + + var iterator = std.mem.tokenize(u8, relic_str, ","); + + while (iterator.next()) |token| { + try tokens.append(token); + } + + const tokens_slice = tokens.items; + + if (tokens_slice.len < 5) { + std.debug.print("relic parsing critical error (too few fields): {s}\n", .{relic_str}); + return error.InsufficientTokens; + } + + const stat1 = try parseStatCount(tokens_slice[4]); + const stat2 = if (tokens_slice.len > 5) try parseStatCount(tokens_slice[5]) else StatCount{ .stat = 0, .count = 0, .step = 0 }; + const stat3 = if (tokens_slice.len > 6) try parseStatCount(tokens_slice[6]) else StatCount{ .stat = 0, .count = 0, .step = 0 }; + const stat4 = if (tokens_slice.len > 7) try parseStatCount(tokens_slice[7]) else StatCount{ .stat = 0, .count = 0, .step = 0 }; + + const relic = Relic{ + .id = try std.fmt.parseInt(u32, tokens_slice[0], 10), + .level = try std.fmt.parseInt(u32, tokens_slice[1], 10), + .main_affix_id = try std.fmt.parseInt(u32, tokens_slice[2], 10), + .sub_count = try std.fmt.parseInt(u32, tokens_slice[3], 10), + .stat1 = stat1.stat, + .cnt1 = stat1.count, + .step1 = stat1.step, + .stat2 = stat2.stat, + .cnt2 = stat2.count, + .step2 = stat2.step, + .stat3 = stat3.stat, + .cnt3 = stat3.count, + .step3 = stat3.step, + .stat4 = stat4.stat, + .cnt4 = stat4.count, + .step4 = stat4.step, + }; + + return relic; +} + +const StatCount = struct { + stat: u32, + count: u32, + step: u32, +}; + +fn parseStatCount(token: []const u8) !StatCount { + if (std.mem.indexOfScalar(u8, token, ':')) |first_colon| { + if (std.mem.indexOfScalar(u8, token[first_colon + 1 ..], ':')) |second_colon_offset| { + const second_colon = first_colon + 1 + second_colon_offset; + const stat = try std.fmt.parseInt(u32, token[0..first_colon], 10); + const count = try std.fmt.parseInt(u32, token[first_colon + 1 .. second_colon], 10); + const step = try std.fmt.parseInt(u32, token[second_colon + 1 ..], 10); + return StatCount{ .stat = stat, .count = count, .step = step }; + } else { + return error.InvalidFormat; + } + } else { + return error.InvalidFormat; + } +} diff --git a/gameserver/src/services/events.zig b/gameserver/src/services/events.zig new file mode 100644 index 0000000..3324423 --- /dev/null +++ b/gameserver/src/services/events.zig @@ -0,0 +1,37 @@ +const std = @import("std"); +const protocol = @import("protocol"); +const Session = @import("../Session.zig"); +const Packet = @import("../Packet.zig"); +const Config = @import("config.zig"); + +const ArrayList = std.ArrayList; +const Allocator = std.mem.Allocator; +const CmdID = protocol.CmdID; + +pub fn onGetActivity(session: *Session, _: *const Packet, allocator: Allocator) !void { + var rsp = protocol.GetActivityScheduleConfigScRsp.init(allocator); + const activity_config = try Config.loadActivityConfig(allocator, "resources/ActivityConfig.json"); + + for (activity_config.activity_config.items) |activityConf| { + if (activityConf.panel_id != 30002) { + for (activityConf.activity_module_list.items) |id| { + var activ_list = protocol.ActivityScheduleData.init(allocator); + activ_list.begin_time = 1664308800; + activ_list.end_time = 4294967295; + activ_list.activity_id = id; + activ_list.panel_id = activityConf.panel_id; + try rsp.schedule_data.append(activ_list); + } + } + } + rsp.retcode = 0; + try session.send(CmdID.CmdGetActivityScheduleConfigScRsp, rsp); +} + +pub fn onUpdateServerPrefsData(session: *Session, packet: *const Packet, allocator: Allocator) !void { + var rsp = protocol.UpdateServerPrefsDataScRsp.init(allocator); + const req = try packet.getProto(protocol.UpdateServerPrefsDataCsReq, allocator); + rsp.server_prefs_id = req.server_prefs.?.server_prefs_id; + rsp.retcode = 0; + try session.send(CmdID.CmdUpdateServerPrefsDataScRsp, rsp); +} diff --git a/gameserver/src/services/gacha.zig b/gameserver/src/services/gacha.zig new file mode 100644 index 0000000..36365e3 --- /dev/null +++ b/gameserver/src/services/gacha.zig @@ -0,0 +1,222 @@ +const std = @import("std"); +const protocol = @import("protocol"); +const Session = @import("../Session.zig"); +const Packet = @import("../Packet.zig"); +const Data = @import("../data.zig"); +const GachaData = @import("../commands/value.zig"); + +const ArrayList = std.ArrayList; +const Allocator = std.mem.Allocator; +const CmdID = protocol.CmdID; + +// function to check the list if true +fn isInList(id: u32, list: []const u32) bool { + for (list) |item| { + if (item == id) { + return true; + } + } + return false; +} + +pub fn onGetGachaInfo(session: *Session, _: *const Packet, allocator: Allocator) !void { + var info = ArrayList(protocol.GachaCeilingAvatar).init(allocator); + for (GachaData.StandardBanner) |id| { + try info.appendSlice(&[_]protocol.GachaCeilingAvatar{ + .{ .RepeatedCnt = 300, .avatar_id = id }, + }); + } + var gacha_info = protocol.GachaInfo.init(allocator); + gacha_info.begin_time = 0; + gacha_info.end_time = 2524608000; + gacha_info.gacha_ceiling = .{ + .avatar_list = info, + .is_claimed = false, + .ceiling_num = 200, + }; + gacha_info.KMNJNMJFGBG = 1; + gacha_info.GDIFAAHIFBH = 3; + gacha_info.gacha_id = 1001; // standard banner + + var rsp = protocol.GetGachaInfoScRsp.init(allocator); + + rsp.retcode = 0; + rsp.DJNDMNPEBKA = 20; + rsp.NOPBEBKHIKA = 20; + rsp.NBELNOIPOEK = 900; + rsp.gacha_random = 0; + try rsp.gacha_info_list.append(gacha_info); + + try session.send(CmdID.CmdGetGachaInfoScRsp, rsp); +} +pub fn onBuyGoods(session: *Session, packet: *const Packet, allocator: Allocator) !void { + const req = try packet.getProto(protocol.BuyGoodsCsReq, allocator); + + var rsp = protocol.BuyGoodsScRsp.init(allocator); + var item = ArrayList(protocol.Item).init(allocator); + + try item.appendSlice(&[_]protocol.Item{.{ + .ItemId = 101, + .Num = 100, + }}); + + rsp.retcode = 0; + rsp.GoodsId = req.goods_id; + rsp.GoodsBuyTimes = req.goods_num; + rsp.ShopId = 0; + rsp.ReturnItemList = .{ .ItemList_ = item }; + + try session.send(CmdID.CmdBuyGoodsScRsp, rsp); +} +pub fn onGetShopList(session: *Session, _: *const Packet, allocator: Allocator) !void { + var rsp = protocol.GetShopListScRsp.init(allocator); + var shop = ArrayList(protocol.Shop).init(allocator); + var goods = ArrayList(protocol.Goods).init(allocator); + + try shop.appendSlice(&[_]protocol.Shop{.{ + .ShopId = 1000, + .GoodsList = goods, + }}); + try goods.appendSlice(&[_]protocol.Goods{.{ + .GoodsId = 101001, + .ItemId = 101, + .BuyTimes = 0, + }}); + + rsp.retcode = 0; + rsp.ShopType = 101; + rsp.ShopList = shop; + + try session.send(CmdID.CmdGetShopListScRsp, rsp); +} +pub fn onExchangeHcoin(session: *Session, packet: *const Packet, allocator: Allocator) !void { + const req = try packet.getProto(protocol.ExchangeHcoinCsReq, allocator); + + var rsp = protocol.ExchangeHcoinScRsp.init(allocator); + rsp.Num = req.Num; + rsp.retcode = 0; + + try session.send(CmdID.CmdExchangeHcoinScRsp, rsp); +} + +var five_star_pity: u32 = 0; +var four_star_pity: u32 = 0; +var guaranteed_five_star_rate_up: bool = false; +var guaranteed_four_star_rate_up: bool = false; +var avatar_list_cached: ?std.ArrayList(u32) = null; +var lightcone_list_3_cached: ?std.ArrayList(u32) = null; +var lightcone_list_4_cached: ?std.ArrayList(u32) = null; +fn pow(base: f64, exp: f64) f64 { + return @exp(exp * @log(base)); +} +fn getFiveStarRate(gacha_count: u32) f64 { + if (gacha_count < 21) { + return 0.02; + } + if (gacha_count < 72) { + return 0.008; + } + const excess_pulls = @as(f64, @floatFromInt(gacha_count - 71)); + return 0.008 + (1.0 - 0.008) * pow(excess_pulls / 18.0, 2.8); +} +fn getFourStarRate(gacha_count: u32) f64 { + if (gacha_count < 6) { + return 0.055; + } + const excess_pulls = @as(f64, @floatFromInt(gacha_count - 5)); + return 0.055 + (1.0 - 0.055) * pow(excess_pulls / 3.5, 2.2); +} +fn pickRandomId(rnd: *std.rand.Random, banner: []const u32) u32 { + return banner[rnd.int(usize) % banner.len]; +} + +pub fn onDoGacha(session: *Session, packet: *const Packet, allocator: std.mem.Allocator) !void { + const req = try packet.getProto(protocol.DoGachaCsReq, allocator); + var rsp = protocol.DoGachaScRsp.init(allocator); + var seed: u64 = undefined; + try std.posix.getrandom(std.mem.asBytes(&seed)); + var prng = std.rand.DefaultPrng.init(seed); + var rnd = prng.random(); + var selected_ids = std.ArrayList(u32).init(allocator); + defer selected_ids.deinit(); + var got_four_star = false; + for (0..req.gacha_num) |_| { + const five_star_rate = getFiveStarRate(five_star_pity); + const four_star_rate = getFourStarRate(four_star_pity); + const random_value = rnd.float(f64); + var selected_banner: []const u32 = &Data.LightconeList_3; + var is_five_star = false; + var is_four_star = false; + if (random_value < five_star_rate or five_star_pity == 89) { + is_five_star = true; + five_star_pity = 0; + if (guaranteed_five_star_rate_up) { + selected_banner = &GachaData.RateUp; + guaranteed_five_star_rate_up = false; + } else { + if (rnd.boolean()) { + selected_banner = &GachaData.RateUp; + } else { + selected_banner = &GachaData.StandardBanner; + guaranteed_five_star_rate_up = true; + } + } + } else if (four_star_pity == 9 or random_value < (five_star_rate + four_star_rate)) { + is_four_star = true; + four_star_pity = 0; + got_four_star = true; + + if (guaranteed_four_star_rate_up or rnd.float(f64) < 0.70) { + selected_banner = &GachaData.RateUpFourStars; + guaranteed_four_star_rate_up = false; + } else { + if (rnd.boolean()) { + selected_banner = &Data.AvatarList; + } else { + selected_banner = &Data.LightconeList_4; + } + guaranteed_four_star_rate_up = true; + } + } else { + four_star_pity += 1; + } + five_star_pity += 1; + try selected_ids.append(pickRandomId(&rnd, selected_banner)); + } + if (req.gacha_num > 1 and !got_four_star) { + selected_ids.items[rnd.int(usize) % selected_ids.items.len] = pickRandomId(&rnd, &GachaData.RateUpFourStars); + } + for (selected_ids.items) |id| { + var gacha_item = protocol.GachaItem.init(allocator); + gacha_item.gacha_item = .{ .ItemId = id }; + gacha_item.is_new = false; + var back_item = std.ArrayList(protocol.Item).init(allocator); + var transfer_item = std.ArrayList(protocol.Item).init(allocator); + if (id < 10000) { + if (isInList(id, &GachaData.RateUp) or isInList(id, &GachaData.StandardBanner)) { + try transfer_item.appendSlice(&[_]protocol.Item{ + .{ .ItemId = id + 10000, .Num = 1 }, + .{ .ItemId = 252, .Num = 20 }, + }); + } else { + try transfer_item.append(.{ .ItemId = 252, .Num = 20 }); + } + } + try back_item.append(.{ .ItemId = 252, .Num = 20 }); + gacha_item.transfer_item_list = .{ .ItemList_ = transfer_item }; + gacha_item.token_item = .{ .ItemList_ = back_item }; + try rsp.gacha_item_list.append(gacha_item); + } + rsp.gacha_num = req.gacha_num; + rsp.gacha_id = req.gacha_id; + rsp.ceiling_num = 200; + rsp.KMNJNMJFGBG = 1; + rsp.NOPBEBKHIKA = 20; + rsp.GDIFAAHIFBH = 3; + rsp.retcode = 0; + + std.debug.print("FIVE STAR PITY: {}, (RATE: {d:.4}%)\n", .{ five_star_pity, getFiveStarRate(five_star_pity) * 100.0 }); + std.debug.print("FOUR STAR PITY: {}, (RATE: {d:.4}%)\n", .{ four_star_pity, getFourStarRate(four_star_pity) * 100.0 }); + + try session.send(protocol.CmdID.CmdDoGachaScRsp, rsp); +} diff --git a/gameserver/src/services/item.zig b/gameserver/src/services/item.zig new file mode 100644 index 0000000..a4102e7 --- /dev/null +++ b/gameserver/src/services/item.zig @@ -0,0 +1,92 @@ +const std = @import("std"); +const protocol = @import("protocol"); +const Session = @import("../Session.zig"); +const Packet = @import("../Packet.zig"); +const Config = @import("config.zig"); +const Data = @import("../data.zig"); +const LineupManager = @import("../manager/lineup_mgr.zig").LineupManager; +const Sync = @import("../commands/sync.zig"); +const ArrayList = std.ArrayList; +const Allocator = std.mem.Allocator; +const CmdID = protocol.CmdID; + +pub fn onGetBag(session: *Session, _: *const Packet, allocator: Allocator) !void { + const config = try Config.loadGameConfig(allocator, "config.json"); + var generator = UidGenerator().init(); + // fake item inventory + // TODO: make real one + var rsp = protocol.GetBagScRsp.init(allocator); + rsp.equipment_list = ArrayList(protocol.Equipment).init(allocator); + rsp.relic_list = ArrayList(protocol.Relic).init(allocator); + + for (Data.ItemList) |tid| { + try rsp.material_list.append(.{ .tid = tid, .Num = 100 }); + } + + for (config.avatar_config.items) |avatarConf| { + // lc + const lc = protocol.Equipment{ + .unique_id = generator.nextId(), + .tid = avatarConf.lightcone.id, // id + .is_protected = true, // lock + .level = avatarConf.lightcone.level, + .rank = avatarConf.lightcone.rank, + .promotion = avatarConf.lightcone.promotion, + .equip_avatar_id = avatarConf.id, // base avatar id + }; + try rsp.equipment_list.append(lc); + + // relics + for (avatarConf.relics.items) |input| { + var r = protocol.Relic{ + .tid = input.id, // id + .main_affix_id = input.main_affix_id, + .unique_id = generator.nextId(), + .exp = 0, + .equip_avatar_id = avatarConf.id, // base avatar id + .is_protected = true, // lock + .level = input.level, + .sub_affix_list = ArrayList(protocol.RelicAffix).init(allocator), + .reforge_sub_affix_list = ArrayList(protocol.RelicAffix).init(allocator), + }; + try r.sub_affix_list.append(protocol.RelicAffix{ .affix_id = input.stat1, .cnt = input.cnt1, .step = input.step1 }); + try r.sub_affix_list.append(protocol.RelicAffix{ .affix_id = input.stat2, .cnt = input.cnt2, .step = input.step2 }); + try r.sub_affix_list.append(protocol.RelicAffix{ .affix_id = input.stat3, .cnt = input.cnt3, .step = input.step3 }); + try r.sub_affix_list.append(protocol.RelicAffix{ .affix_id = input.stat4, .cnt = input.cnt4, .step = input.step4 }); + try rsp.relic_list.append(r); + } + } + try session.send(CmdID.CmdGetBagScRsp, rsp); +} +pub fn onUseItem(session: *Session, packet: *const Packet, allocator: Allocator) !void { + const req = try packet.getProto(protocol.UseItemCsReq, allocator); + var rsp = protocol.UseItemScRsp.init(allocator); + rsp.use_item_id = req.use_item_id; + rsp.use_item_count = req.use_item_count; + rsp.retcode = 0; + var sync = protocol.SyncLineupNotify.init(allocator); + var lineup_mgr = LineupManager.init(allocator); + const lineup = try lineup_mgr.createLineup(); + sync.Lineup = lineup; + try session.send(CmdID.CmdSyncLineupNotify, sync); + try session.send(CmdID.CmdUseItemScRsp, rsp); +} + +pub fn UidGenerator() type { + return struct { + current_id: u32, + + const Self = @This(); + + pub fn init() Self { + return Self{ .current_id = 0 }; + } + pub fn curId(self: *const Self) u32 { + return self.current_id; + } + pub fn nextId(self: *Self) u32 { + self.current_id +%= 1; // Using wrapping addition + return self.current_id; + } + }; +} diff --git a/gameserver/src/services/lineup.zig b/gameserver/src/services/lineup.zig new file mode 100644 index 0000000..a4e92a1 --- /dev/null +++ b/gameserver/src/services/lineup.zig @@ -0,0 +1,71 @@ +const std = @import("std"); +const protocol = @import("protocol"); +const Session = @import("../Session.zig"); +const Packet = @import("../Packet.zig"); +const Config = @import("config.zig"); +const LineupManager = @import("../manager/lineup_mgr.zig"); +const BattleManager = @import("../manager/battle_mgr.zig"); + +const Allocator = std.mem.Allocator; +const CmdID = protocol.CmdID; + +pub fn onGetCurLineupData(session: *Session, _: *const Packet, allocator: Allocator) !void { + var lineup_mgr = LineupManager.LineupManager.init(allocator); + const lineup = try lineup_mgr.createLineup(); + try session.send(CmdID.CmdGetCurLineupDataScRsp, protocol.GetCurLineupDataScRsp{ + .retcode = 0, + .lineup = lineup, + }); +} + +pub fn onChangeLineupLeader(session: *Session, packet: *const Packet, allocator: Allocator) !void { + const req = try packet.getProto(protocol.ChangeLineupLeaderCsReq, allocator); + try session.send(CmdID.CmdChangeLineupLeaderScRsp, protocol.ChangeLineupLeaderScRsp{ + .slot = req.slot, + .retcode = 0, + }); +} + +pub fn onReplaceLineup(session: *Session, packet: *const Packet, allocator: Allocator) !void { + const req = try packet.getProto(protocol.ReplaceLineupCsReq, allocator); + var lineup = protocol.LineupInfo.init(allocator); + lineup.mp = 5; + lineup.max_mp = 5; + lineup.name = .{ .Const = "JingliuSR" }; + for (req.lineup_slot_list.items) |ok| { + const avatar = protocol.LineupAvatar{ + .id = ok.id, + .slot = ok.slot, + .satiety = 0, + .hp = 10000, + .avatar_type = protocol.AvatarType.AVATAR_FORMAL_TYPE, + .sp_bar = .{ .sp_cur = 10000, .sp_max = 10000 }, + }; + try lineup.avatar_list.append(avatar); + } + + var id_list = try allocator.alloc(u32, req.lineup_slot_list.items.len); + defer allocator.free(id_list); + for (req.lineup_slot_list.items, 0..) |slot, idx| { + if (idx >= 4) { + break; + } + id_list[idx] = slot.id; + } + try LineupManager.getSelectedAvatarID(allocator, id_list); + + var rsp = protocol.SyncLineupNotify.init(allocator); + rsp.Lineup = lineup; + try session.send(CmdID.CmdSyncLineupNotify, rsp); + try session.send(CmdID.CmdReplaceLineupScRsp, protocol.ReplaceLineupScRsp{ + .retcode = 0, + }); +} +pub fn onSetLineupName(session: *Session, packet: *const Packet, allocator: Allocator) !void { + const req = try packet.getProto(protocol.SetLineupNameCsReq, allocator); + try session.send(CmdID.CmdSetLineupNameScRsp, protocol.SetLineupNameScRsp{ + .index = req.index, + .name = req.name, + .retcode = 0, + }); +} diff --git a/gameserver/src/services/login.zig b/gameserver/src/services/login.zig new file mode 100644 index 0000000..30e156c --- /dev/null +++ b/gameserver/src/services/login.zig @@ -0,0 +1,83 @@ +const std = @import("std"); +const protocol = @import("protocol"); +const Session = @import("../Session.zig"); +const Packet = @import("../Packet.zig"); + +const Allocator = std.mem.Allocator; +const ArrayList = std.ArrayList; +const CmdID = protocol.CmdID; + +pub fn onPlayerGetToken(session: *Session, _: *const Packet, allocator: Allocator) !void { + var rsp = protocol.PlayerGetTokenScRsp.init(allocator); + + rsp.retcode = 0; + rsp.uid = 1; + + try session.send(CmdID.CmdPlayerGetTokenScRsp, rsp); +} + +pub fn onPlayerLogin(session: *Session, packet: *const Packet, allocator: Allocator) !void { + const req = try packet.getProto(protocol.PlayerLoginCsReq, allocator); + + var basic_info = protocol.PlayerBasicInfo.init(allocator); + basic_info.stamina = 300; + basic_info.level = 70; + basic_info.nickname = .{ .Const = "ReversedRooms" }; + basic_info.world_level = 6; + basic_info.mcoin = 99999990; + basic_info.hcoin = 99999990; //Jade + basic_info.scoin = 99999990; //Money + + var rsp = protocol.PlayerLoginScRsp.init(allocator); + rsp.retcode = 0; + rsp.login_random = req.login_random; + rsp.stamina = 300; + rsp.basic_info = basic_info; + + try session.send(CmdID.CmdPlayerLoginScRsp, rsp); +} + +pub fn onPlayerLoginFinish(session: *Session, _: *const Packet, allocator: Allocator) !void { + const content = [_]u32{ + 200001, 200002, 200003, 200004, 200005, 200006, 200007, 200008, + 150017, 150015, 150021, 150018, 130011, 130012, 130013, 150025, + 140006, 150026, 130014, 150034, 150029, 150035, 150041, 150039, + 150045, + }; + + var package_data = protocol.ContentPackageData.init(allocator); + package_data.cur_content_id = 0; + for (content) |id| { + try package_data.content_package_list.append(protocol.ContentPackageInfo{ + .content_id = id, + .status = protocol.ContentPackageStatus.ContentPackageStatus_Finished, + }); + } + + var noti = protocol.UnlockAvatarSkinScNotify.init(allocator); + noti.skin_id = 1100101; + try session.send(CmdID.CmdUnlockAvatarSkinScNotify, noti); + var phone = protocol.UnlockPhoneCaseScNotify.init(allocator); + phone.phone_case_id = 254000; + try session.send(CmdID.CmdUnlockPhoneCaseScNotify, phone); + try session.send(CmdID.CmdContentPackageSyncDataScNotify, protocol.ContentPackageSyncDataScNotify{ + .data = package_data, + }); + try session.send(CmdID.CmdPlayerLoginFinishScRsp, protocol.PlayerLoginFinishScRsp{ + .retcode = 0, + }); +} + +pub fn onContentPackageGetData(session: *Session, _: *const Packet, allocator: Allocator) !void { + var rsp = protocol.ContentPackageGetDataScRsp.init(allocator); + rsp.retcode = 0; + try session.send(CmdID.CmdContentPackageGetDataScRsp, rsp); +} + +pub fn onSetClientPaused(session: *Session, packet: *const Packet, allocator: Allocator) !void { + const req = try packet.getProto(protocol.SetClientPausedCsReq, allocator); + try session.send(CmdID.CmdSetClientPausedScRsp, protocol.SetClientPausedScRsp{ + .retcode = 0, + .paused = req.paused, + }); +} diff --git a/gameserver/src/services/mail.zig b/gameserver/src/services/mail.zig new file mode 100644 index 0000000..73e4f66 --- /dev/null +++ b/gameserver/src/services/mail.zig @@ -0,0 +1,39 @@ +const std = @import("std"); +const protocol = @import("protocol"); +const Session = @import("../Session.zig"); +const Packet = @import("../Packet.zig"); + +const ArrayList = std.ArrayList; +const Allocator = std.mem.Allocator; +const CmdID = protocol.CmdID; + +const B64Decoder = std.base64.standard.Decoder; + +pub fn onGetMail(session: *Session, _: *const Packet, allocator: Allocator) !void { + var rsp = protocol.GetMailScRsp.init(allocator); + var item_attachment = ArrayList(protocol.Item).init(allocator); + try item_attachment.appendSlice(&[_]protocol.Item{ + .{ .ItemId = 1407, .Num = 1 }, + }); + var mail = protocol.ClientMail.init(allocator); + mail.Sender = .{ .Const = "Castorice" }; + mail.Title = .{ .Const = "Readme" }; + mail.IsRead = false; + mail.id = 1; + mail.Content = .{ .Const = "JingliuSR is a free and open-source sofware\nJoin our discord: https://discord.gg/reversedrooms\nUse https://yunlisr-relic-builder.vercel.app to setup relic :Đ\nAND DO NOT CLAIM THIS MAIL :>" }; + mail.Time = 1723334400; + mail.ExpireTime = 17186330890; + mail.MailType = protocol.MailType.MAIL_TYPE_STAR; + mail.Attachment = .{ .ItemList_ = item_attachment }; + + var mail_list = ArrayList(protocol.ClientMail).init(allocator); + try mail_list.append(mail); + + rsp.TotalNum = 1; + rsp.IsEnd = true; + rsp.Start = 0; + rsp.retcode = 0; + rsp.MailList = mail_list; + + try session.send(CmdID.CmdGetMailScRsp, rsp); +} diff --git a/gameserver/src/services/misc.zig b/gameserver/src/services/misc.zig new file mode 100644 index 0000000..2b5a97e --- /dev/null +++ b/gameserver/src/services/misc.zig @@ -0,0 +1,31 @@ +const std = @import("std"); +const protocol = @import("protocol"); +const Session = @import("../Session.zig"); +const Packet = @import("../Packet.zig"); + +const Allocator = std.mem.Allocator; +const CmdID = protocol.CmdID; + +pub fn onPlayerHeartBeat(session: *Session, packet: *const Packet, allocator: Allocator) !void { + const req = try packet.getProto(protocol.PlayerHeartBeatCsReq, allocator); + defer req.deinit(); + + const encoded = "ICAgICAgICBsb2NhbCBmdW5jdGlvbiBzZXRUZXh0Q29tcG9uZW50KHBhdGgsIG5ld1RleHQpDQogICAgICAgICAgICBsb2NhbCBvYmogPSBDUy5Vbml0eUVuZ2luZS5HYW1lT2JqZWN0LkZpbmQocGF0aCkNCiAgICAgICAgICAgIGlmIG9iaiB0aGVuDQogICAgICAgICAgICAgICAgbG9jYWwgdGV4dENvbXBvbmVudCA9IG9iajpHZXRDb21wb25lbnRJbkNoaWxkcmVuKHR5cGVvZihDUy5SUEcuQ2xpZW50LkxvY2FsaXplZFRleHQpKQ0KICAgICAgICAgICAgICAgIGlmIHRleHRDb21wb25lbnQgdGhlbg0KICAgICAgICAgICAgICAgICAgICB0ZXh0Q29tcG9uZW50LnRleHQgPSBuZXdUZXh0DQogICAgICAgICAgICAgICAgZW5kDQogICAgICAgICAgICBlbmQNCiAgICAgICAgZW5kDQogICAgICAgIA0KICAgICAgICBzZXRUZXh0Q29tcG9uZW50KCJVSVJvb3QvQWJvdmVEaWFsb2cvQmV0YUhpbnREaWFsb2coQ2xvbmUpIiwgIjxjb2xvcj0jMDNmNGZjPkppbmdsaXVTUiBpcyBhIGZyZWUgYW5kIG9wZW4gc291cmNlIHNvZnR3YXJlLjwvY29sb3I+IikNCiAgICAgICAgc2V0VGV4dENvbXBvbmVudCgiVmVyc2lvblRleHQiLCAiPGNvbG9yPSMwM2Y0ZmM+VmlzaXQgZGlzY29yZC5nZy9yZXZlcnNlZHJvb21zIGZvciBtb3JlIGluZm8hPC9jb2xvcj4iKQ0K"; + + const dest_buf = try allocator.alloc(u8, try std.base64.standard.Decoder.calcSizeForSlice(encoded)); + try std.base64.standard.Decoder.decode(dest_buf, encoded); + + const managed_str = protocol.ManagedString.move(dest_buf, allocator); + const download_data = protocol.ClientDownloadData{ + .version = 51, + .time = @intCast(std.time.milliTimestamp()), + .data = managed_str, + }; + + try session.send(CmdID.CmdPlayerHeartBeatScRsp, protocol.PlayerHeartBeatScRsp{ + .retcode = 0, + .client_time_ms = req.client_time_ms, + .server_time_ms = @intCast(std.time.milliTimestamp()), + .download_data = download_data, + }); +} diff --git a/gameserver/src/services/mission.zig b/gameserver/src/services/mission.zig new file mode 100644 index 0000000..548ec4a --- /dev/null +++ b/gameserver/src/services/mission.zig @@ -0,0 +1,64 @@ +const std = @import("std"); +const protocol = @import("protocol"); +const Session = @import("../Session.zig"); +const Packet = @import("../Packet.zig"); +const Data = @import("../data.zig"); +const Config = @import("config.zig"); + +const ArrayList = std.ArrayList; +const Allocator = std.mem.Allocator; +const CmdID = protocol.CmdID; + +pub fn onGetMissionStatus(session: *Session, packet: *const Packet, allocator: Allocator) !void { + const req = try packet.getProto(protocol.GetMissionStatusCsReq, allocator); + var rsp = protocol.GetMissionStatusScRsp.init(allocator); + const main_mission_config = try Config.loadMainMissionConfig(allocator, "resources/MainMission.json"); + rsp.retcode = 0; + for (req.sub_mission_id_list.items) |id| { + try rsp.SubMissionStatusList.append(protocol.Mission{ .id = id, .status = protocol.MissionStatus.MISSION_FINISH, .progress = 1 }); + } + for (main_mission_config.main_mission_config.items) |main_missionConf| { + try rsp.FinishedMainMissionIdList.append(main_missionConf.main_mission_id); + try rsp.CurversionFinishedMainMissionIdList.append(main_missionConf.main_mission_id); + } + try session.send(CmdID.CmdGetMissionStatusScRsp, rsp); +} + +pub fn onGetTutorialGuideStatus(session: *Session, _: *const Packet, allocator: Allocator) !void { + var rsp = protocol.GetTutorialGuideScRsp.init(allocator); + const tutorial_guide_config = try Config.loadTutorialGuideConfig(allocator, "resources/TutorialGuideGroup.json"); + + rsp.retcode = 0; + for (tutorial_guide_config.tutorial_guide_config.items) |guideConf| { + try rsp.TutorialGuideList.append(protocol.TutorialGuide{ .id = guideConf.guide_group_id, .status = protocol.TutorialStatus.TUTORIAL_FINISH }); + } + + try session.send(CmdID.CmdGetTutorialGuideScRsp, rsp); +} + +pub fn onGetTutorialStatus(session: *Session, _: *const Packet, allocator: Allocator) !void { + var rsp = protocol.GetTutorialScRsp.init(allocator); + const tutorial_guide_config = try Config.loadTutorialConfig(allocator, "resources/TutorialData.json"); + rsp.retcode = 0; + for (tutorial_guide_config.tutorial_config.items) |tutorialConf| { + try rsp.TutorialList.append(protocol.Tutorial{ .id = tutorialConf.tutorial_id, .status = protocol.TutorialStatus.TUTORIAL_FINISH }); + } + try session.send(CmdID.CmdGetTutorialScRsp, rsp); +} + +// added this to auto detect new tutorial guide id +pub fn onUnlockTutorialGuide(session: *Session, packet: *const Packet, allocator: Allocator) !void { + const req = try packet.getProto(protocol.UnlockTutorialGuideCsReq, allocator); + var rsp = protocol.UnlockTutorialGuideScRsp.init(allocator); + rsp.retcode = 0; + std.debug.print("UNLOCK TUTORIAL GUIDE ID: {}\n", .{req.group_id}); + try session.send(CmdID.CmdUnlockTutorialGuideScRsp, rsp); +} +// added this to auto detect new tutorial id +pub fn onUnlockTutorial(session: *Session, packet: *const Packet, allocator: Allocator) !void { + const req = try packet.getProto(protocol.UnlockTutorialCsReq, allocator); + var rsp = protocol.UnlockTutorialScRsp.init(allocator); + rsp.retcode = 0; + std.debug.print("UNLOCK TUTORIAL ID: {}\n", .{req.tutorial_id}); + try session.send(CmdID.CmdUnlockTutorialScRsp, rsp); +} diff --git a/gameserver/src/services/multipath.zig b/gameserver/src/services/multipath.zig new file mode 100644 index 0000000..9941a89 --- /dev/null +++ b/gameserver/src/services/multipath.zig @@ -0,0 +1,17 @@ +const std = @import("std"); +const protocol = @import("protocol"); +const Session = @import("../Session.zig"); +const Packet = @import("../Packet.zig"); +const Config = @import("config.zig"); +const Data = @import("../data.zig"); +const MultiPathManager = @import("../manager/multipath_mgr.zig").MultiPathManager; + +const ArrayList = std.ArrayList; +const Allocator = std.mem.Allocator; +const CmdID = protocol.CmdID; + +pub fn onGetMultiPathAvatarInfo(session: *Session, _: *const Packet, allocator: Allocator) !void { + var multipath = MultiPathManager.init(allocator); + const rsp = try multipath.createMultiPath(1100101); + try session.send(CmdID.CmdGetMultiPathAvatarInfoScRsp, rsp); +} diff --git a/gameserver/src/services/pet.zig b/gameserver/src/services/pet.zig new file mode 100644 index 0000000..976c32f --- /dev/null +++ b/gameserver/src/services/pet.zig @@ -0,0 +1,36 @@ +const std = @import("std"); +const protocol = @import("protocol"); +const Session = @import("../Session.zig"); +const Packet = @import("../Packet.zig"); + +const Allocator = std.mem.Allocator; +const CmdID = protocol.CmdID; + +const OwnedPet = [_]u32{ 251001, 251002 }; + +pub fn onGetPetData(session: *Session, _: *const Packet, allocator: Allocator) !void { + var rsp = protocol.GetPetDataScRsp.init(allocator); + + rsp.retcode = 0; + rsp.cur_pet_id = 1002; + try rsp.unlocked_pet_id.appendSlice(&OwnedPet); + + try session.send(CmdID.CmdGetPetDataScRsp, rsp); +} +pub fn onRecallPet(session: *Session, _: *const Packet, allocator: Allocator) !void { + var rsp = protocol.RecallPetScRsp.init(allocator); + + rsp.retcode = 0; + rsp.cur_pet_id = 1002; + try session.send(CmdID.CmdRecallPetScRsp, rsp); +} +pub fn onSummonPet(session: *Session, _: *const Packet, allocator: Allocator) !void { + var rsp = protocol.CurPetChangedScNotify.init(allocator); + + rsp.cur_pet_id = 1002; + try session.send(CmdID.CmdCurPetChangedScNotify, rsp); + try session.send(CmdID.CmdSummonPetScRsp, protocol.SummonPetScRsp{ + .retcode = 0, + .cur_pet_id = rsp.cur_pet_id, + }); +} diff --git a/gameserver/src/services/profile.zig b/gameserver/src/services/profile.zig new file mode 100644 index 0000000..2059060 --- /dev/null +++ b/gameserver/src/services/profile.zig @@ -0,0 +1,119 @@ +const std = @import("std"); +const protocol = @import("protocol"); +const Session = @import("../Session.zig"); +const Packet = @import("../Packet.zig"); +const Data = @import("../data.zig"); +const Config = @import("config.zig"); + +const UidGenerator = @import("item.zig").UidGenerator; +const ArrayList = std.ArrayList; +const Allocator = std.mem.Allocator; +const CmdID = protocol.CmdID; + +// can change these id here for initial display +const SupportAvatar = [_]u32{ + 1407, 1403, 1402, +}; +const ListAvatar = [_]u32{ + 1401, 1001, 1225, 1317, 1222, +}; + +pub fn onGetPhoneData(session: *Session, _: *const Packet, allocator: Allocator) !void { + var rsp = protocol.GetPhoneDataScRsp.init(allocator); + rsp.retcode = 0; + rsp.cur_chat_bubble = 0; + rsp.cur_phone_theme = 0; + rsp.cur_phone_case = 254000; + try rsp.owned_chat_bubbles.appendSlice(&Data.OwnedChatBubbles); + try rsp.owned_phone_themes.appendSlice(&Data.OwnedPhoneThemes); + try rsp.owned_phone_cases.appendSlice(&Data.OwnedPhoneCases); + try session.send(CmdID.CmdGetPhoneDataScRsp, rsp); +} +pub fn onSelectPhoneTheme(session: *Session, packet: *const Packet, allocator: Allocator) !void { + const req = try packet.getProto(protocol.SelectPhoneThemeCsReq, allocator); + var rsp = protocol.SelectPhoneThemeScRsp.init(allocator); + rsp.retcode = 0; + rsp.cur_phone_theme = req.theme_id; + try session.send(CmdID.CmdSelectPhoneThemeScRsp, rsp); +} +pub fn onSelectChatBubble(session: *Session, packet: *const Packet, allocator: Allocator) !void { + const req = try packet.getProto(protocol.SelectChatBubbleCsReq, allocator); + var rsp = protocol.SelectChatBubbleScRsp.init(allocator); + rsp.retcode = 0; + rsp.cur_chat_bubble = req.bubble_id; + try session.send(CmdID.CmdSelectChatBubbleScRsp, rsp); +} +pub fn onGetPlayerBoardData(session: *Session, _: *const Packet, allocator: Allocator) !void { + var rsp = protocol.GetPlayerBoardDataScRsp.init(allocator); + var generator = UidGenerator().init(); + var display_list = protocol.DisplayAvatarVec.init(allocator); + const player_icon_config = try Config.loadPlayerIconConfig(allocator, "resources/AvatarPlayerIcon.json"); + display_list.is_display = true; + rsp.retcode = 0; + rsp.OLDMJONBJOM = 253000; + rsp.signature = .{ .Const = "" }; + try rsp.assist_avatar_id_list.appendSlice(&SupportAvatar); + for (ListAvatar) |id| { + var A_list = protocol.DisplayAvatarData.init(allocator); + A_list.avatar_id = id; + A_list.pos = generator.nextId(); + try display_list.display_avatar_list.append(A_list); + } + rsp.display_avatar_vec = display_list; + for (player_icon_config.player_icon_config.items) |head_id| { + const head_icon = protocol.HeadIconData{ + .id = head_id.id, + }; + try rsp.unlocked_head_icon_list.append(head_icon); + } + for (Data.OwnedPersonalCardSkin) |card_skin_id| { + try rsp.KKNJHENMGPK.append(card_skin_id); + } + try session.send(CmdID.CmdGetPlayerBoardDataScRsp, rsp); +} +pub fn onSetAssistAvatar(session: *Session, packet: *const Packet, allocator: Allocator) !void { + const req = try packet.getProto(protocol.SetAssistAvatarCsReq, allocator); + var rsp = protocol.SetAssistAvatarScRsp.init(allocator); + rsp.retcode = 0; + rsp.avatar_id = req.avatar_id; + rsp.avatar_id_list = req.avatar_id_list; + try session.send(CmdID.CmdSetAssistAvatarScRsp, rsp); +} +pub fn onSetDisplayAvatar(session: *Session, packet: *const Packet, allocator: Allocator) !void { + const req = try packet.getProto(protocol.SetDisplayAvatarCsReq, allocator); + var rsp = protocol.SetDisplayAvatarScRsp.init(allocator); + rsp.retcode = 0; + rsp.display_avatar_list = req.display_avatar_list; + try session.send(CmdID.CmdSetDisplayAvatarScRsp, rsp); +} + +pub fn onSetSignature(session: *Session, packet: *const Packet, allocator: Allocator) !void { + const req = try packet.getProto(protocol.SetSignatureCsReq, allocator); + var rsp = protocol.SetSignatureScRsp.init(allocator); + rsp.retcode = 0; + rsp.signature = req.signature; + try session.send(CmdID.CmdSetSignatureScRsp, rsp); +} +pub fn onSetGameplayBirthday(session: *Session, packet: *const Packet, allocator: Allocator) !void { + const req = try packet.getProto(protocol.SetGameplayBirthdayCsReq, allocator); + var rsp = protocol.SetGameplayBirthdayScRsp.init(allocator); + rsp.retcode = 0; + rsp.birthday = req.birthday; + try session.send(CmdID.CmdSetGameplayBirthdayScRsp, rsp); +} +pub fn onSetHeadIcon(session: *Session, packet: *const Packet, allocator: Allocator) !void { + const req = try packet.getProto(protocol.SetHeadIconCsReq, allocator); + var rsp = protocol.SetHeadIconScRsp.init(allocator); + rsp.retcode = 0; + rsp.current_head_icon_id = req.id; + std.debug.print("SET HEAD ICON ID: {}\n", .{req.id}); + try session.send(CmdID.CmdSetHeadIconScRsp, rsp); +} +pub fn onSelectPhoneCase(session: *Session, packet: *const Packet, allocator: Allocator) !void { + const req = try packet.getProto(protocol.SelectPhoneCaseCsReq, allocator); + var rsp = protocol.SelectPhoneCaseScRsp.init(allocator); + rsp.retcode = 0; + rsp.cur_phone_case = req.phone_case_id; + std.debug.print("SET PHONE CASE ID: {}\n", .{req.phone_case_id}); + try session.send(CmdID.CmdSelectPhoneCaseScRsp, rsp); +} diff --git a/gameserver/src/services/res_config.zig b/gameserver/src/services/res_config.zig new file mode 100644 index 0000000..9882319 --- /dev/null +++ b/gameserver/src/services/res_config.zig @@ -0,0 +1,146 @@ +const Allocator = std.mem.Allocator; +const ArrayList = std.ArrayList; + +const std = @import("std"); + +const ResConfig = struct { + planeID: u32, + props: ArrayList(Props), + monsters: ArrayList(Monsters), + teleports: ArrayList(Teleports), +}; +const Vector = struct { + x: i32, + y: i32, + z: i32, +}; +const Teleports = struct { + anchorId: u32, + groupId: u32, + instId: u32, + pos: Vector, + rot: Vector, + teleportId: u32, +}; +const Monsters = struct { + groupId: u32, + instId: u32, + eventId: u32, + pos: Vector, + rot: Vector, + monsterId: u32, +}; +const Props = struct { + groupId: u32, + instId: u32, + propState: u32, + pos: Vector, + rot: Vector, + propId: u32, +}; +pub const SceneConfig = struct { + scene_config: ArrayList(ResConfig), +}; + +pub fn anchorLoader(allocator: Allocator, filename: []const u8) !SceneConfig { + const file = try std.fs.cwd().openFile(filename, .{}); + defer file.close(); + + const file_size = try file.getEndPos(); + const buffer = try file.readToEndAlloc(allocator, file_size); + defer allocator.free(buffer); + + var json_tree = try std.json.parseFromSlice(std.json.Value, allocator, buffer, .{}); + defer json_tree.deinit(); + + const root = json_tree.value; + const config: SceneConfig = try parseAnchor(root, allocator); + + return config; +} + +fn parseAnchor(root: anytype, allocator: Allocator) !SceneConfig { + var res_config = ArrayList(ResConfig).init(allocator); + for (root.object.get("scene_config").?.array.items) |res_json| { + var res = ResConfig{ + .planeID = @intCast(res_json.object.get("planeID").?.integer), + .props = ArrayList(Props).init(allocator), + .monsters = ArrayList(Monsters).init(allocator), + .teleports = ArrayList(Teleports).init(allocator), + }; + for (res_json.object.get("props").?.array.items) |scene_prop| { + var prop = Props{ + .groupId = @intCast(scene_prop.object.get("groupId").?.integer), + .instId = @intCast(scene_prop.object.get("instId").?.integer), + .propState = @intCast(scene_prop.object.get("propState").?.integer), + .pos = undefined, + .rot = undefined, + .propId = @intCast(scene_prop.object.get("propId").?.integer), + }; + const pos_json = scene_prop.object.get("pos").?; + prop.pos = Vector{ + .x = @intCast(pos_json.object.get("x").?.integer), + .y = @intCast(pos_json.object.get("y").?.integer), + .z = @intCast(pos_json.object.get("z").?.integer), + }; + const rot_json = scene_prop.object.get("rot").?; + prop.rot = Vector{ + .x = @intCast(rot_json.object.get("x").?.integer), + .y = @intCast(rot_json.object.get("y").?.integer), + .z = @intCast(rot_json.object.get("z").?.integer), + }; + try res.props.append(prop); + } + for (res_json.object.get("monsters").?.array.items) |monster_json| { + var monster = Monsters{ + .groupId = @intCast(monster_json.object.get("groupId").?.integer), + .instId = @intCast(monster_json.object.get("instId").?.integer), + .eventId = @intCast(monster_json.object.get("eventId").?.integer), + .monsterId = @intCast(monster_json.object.get("monsterId").?.integer), + .pos = undefined, + .rot = undefined, + }; + const pos_json = monster_json.object.get("pos").?; + monster.pos = Vector{ + .x = @intCast(pos_json.object.get("x").?.integer), + .y = @intCast(pos_json.object.get("y").?.integer), + .z = @intCast(pos_json.object.get("z").?.integer), + }; + const rot_json = monster_json.object.get("rot").?; + monster.rot = Vector{ + .x = @intCast(rot_json.object.get("x").?.integer), + .y = @intCast(rot_json.object.get("y").?.integer), + .z = @intCast(rot_json.object.get("z").?.integer), + }; + try res.monsters.append(monster); + } + for (res_json.object.get("teleports").?.array.items) |teleport_json| { + var teleport = Teleports{ + .anchorId = @intCast(teleport_json.object.get("anchorId").?.integer), + .groupId = @intCast(teleport_json.object.get("groupId").?.integer), + .instId = @intCast(teleport_json.object.get("instId").?.integer), + .teleportId = @intCast(teleport_json.object.get("teleportId").?.integer), + .pos = undefined, + .rot = undefined, + }; + const pos_json = teleport_json.object.get("pos").?; + teleport.pos = Vector{ + .x = @intCast(pos_json.object.get("x").?.integer), + .y = @intCast(pos_json.object.get("y").?.integer), + .z = @intCast(pos_json.object.get("z").?.integer), + }; + const rot_json = teleport_json.object.get("rot").?; + teleport.rot = Vector{ + .x = @intCast(rot_json.object.get("x").?.integer), + .y = @intCast(rot_json.object.get("y").?.integer), + .z = @intCast(rot_json.object.get("z").?.integer), + }; + try res.teleports.append(teleport); + } + try res_config.append(res); + } + + return SceneConfig{ + .scene_config = res_config, + }; +} diff --git a/gameserver/src/services/scene.zig b/gameserver/src/services/scene.zig new file mode 100644 index 0000000..a707b9a --- /dev/null +++ b/gameserver/src/services/scene.zig @@ -0,0 +1,254 @@ +const std = @import("std"); +const protocol = @import("protocol"); +const Session = @import("../Session.zig"); +const Packet = @import("../Packet.zig"); +const Config = @import("config.zig"); +const Data = @import("../data.zig"); +const Res_config = @import("res_config.zig"); +const LineupManager = @import("../manager/lineup_mgr.zig").LineupManager; +const SceneManager = @import("../manager/scene_mgr.zig").SceneManager; + +const ArrayList = std.ArrayList; +const Allocator = std.mem.Allocator; +const CmdID = protocol.CmdID; + +const log = std.log.scoped(.scene_service); + +pub fn onGetCurSceneInfo(session: *Session, _: *const Packet, allocator: Allocator) !void { + var scene_manager = SceneManager.init(allocator); + const scene_info = try scene_manager.createScene(20432, 20432001, 2043201, 1213); + try session.send(CmdID.CmdGetCurSceneInfoScRsp, protocol.GetCurSceneInfoScRsp{ + .scene = scene_info, + .retcode = 0, + }); +} +pub fn onSceneEntityMove(session: *Session, packet: *const Packet, allocator: Allocator) !void { + const req = try packet.getProto(protocol.SceneEntityMoveCsReq, allocator); + for (req.entity_motion_list.items) |entity_motion| { + if (entity_motion.motion) |motion| { + if (entity_motion.entity_id > 99999 or entity_motion.entity_id == 0) + log.debug("[POSITION] entity_id: {}, motion: {}", .{ entity_motion.entity_id, motion }); + } + } + try session.send(CmdID.CmdSceneEntityMoveScRsp, protocol.SceneEntityMoveScRsp{ + .retcode = 0, + .entity_motion_list = req.entity_motion_list, + .download_data = null, + }); +} + +pub fn onEnterScene(session: *Session, packet: *const Packet, allocator: Allocator) !void { + const entrance_config = try Config.loadMapEntranceConfig(allocator, "resources/MapEntrance.json"); + const req = try packet.getProto(protocol.EnterSceneCsReq, allocator); + var lineup_mgr = LineupManager.init(allocator); + const lineup = try lineup_mgr.createLineup(); + var scene_manager = SceneManager.init(allocator); + var floorID: u32 = 0; + var planeID: u32 = 0; + var teleportID: u32 = 0; + for (entrance_config.map_entrance_config.items) |entrConf| { + if (entrConf.id == req.entry_id) { + floorID = entrConf.floor_id; + planeID = entrConf.plane_id; + teleportID = req.teleport_id; + } + } + const scene_info = try scene_manager.createScene(planeID, floorID, req.entry_id, teleportID); + std.debug.print("ENTER SCENE ENTRY ID: {}, PLANE ID: {}, FLOOR ID: {}, TELEPORT ID: {}\n", .{ req.entry_id, planeID, floorID, teleportID }); + try session.send(CmdID.CmdEnterSceneByServerScNotify, protocol.EnterSceneByServerScNotify{ + .lineup = lineup, + .reason = protocol.EnterSceneReason.ENTER_SCENE_REASON_NONE, + .scene = scene_info, + }); + try session.send(CmdID.CmdEnterSceneScRsp, protocol.EnterSceneScRsp{ + .retcode = 0, + .game_story_line_id = req.game_story_line_id, + .is_close_map = req.is_close_map, + .content_id = req.content_id, + .is_over_map = true, + }); +} + +//TODO FIX CURRENT SCENE MAP DISPLAY +pub fn onGetSceneMapInfo(session: *Session, packet: *const Packet, allocator: Allocator) !void { + const req = try packet.getProto(protocol.GetSceneMapInfoCsReq, allocator); + const res_config = try Res_config.anchorLoader(allocator, "resources/res.json"); + const ranges = [_][2]usize{ + .{ 0, 101 }, + .{ 10000, 10051 }, + .{ 20000, 20001 }, + .{ 30000, 30020 }, + }; + const chest_list = &[_]protocol.ChestInfo{ + .{ .chest_type = protocol.ChestType.MAP_INFO_CHEST_TYPE_NORMAL }, + .{ .chest_type = protocol.ChestType.MAP_INFO_CHEST_TYPE_CHALLENGE }, + .{ .chest_type = protocol.ChestType.MAP_INFO_CHEST_TYPE_PUZZLE }, + }; + for (req.floor_id_list.items) |floor_id| { + var rsp = protocol.GetSceneMapInfoScRsp.init(allocator); + rsp.retcode = 0; + rsp.content_id = req.content_id; + rsp.entry_story_line_id = req.entry_story_line_id; + rsp.IGFIKGHLLNO = true; + var map_info = protocol.SceneMapInfo.init(allocator); + try map_info.chest_list.appendSlice(chest_list); + map_info.entry_id = @intCast(floor_id); + map_info.floor_id = @intCast(floor_id); + map_info.cur_map_entry_id = @intCast(floor_id); + for (res_config.scene_config.items) |sceneConf| { + if (sceneConf.planeID != floor_id / 1000) continue; + try map_info.unlock_teleport_list.ensureUnusedCapacity(sceneConf.teleports.items.len); + try map_info.maze_prop_list.ensureUnusedCapacity(sceneConf.props.items.len); + try map_info.maze_group_list.ensureUnusedCapacity(sceneConf.props.items.len); + for (ranges) |range| { + for (range[0]..range[1]) |i| { + try map_info.lighten_section_list.append(@intCast(i)); + } + } + for (sceneConf.teleports.items) |teleConf| { + try map_info.unlock_teleport_list.append(@intCast(teleConf.teleportId)); + } + for (sceneConf.props.items) |propConf| { + try map_info.maze_prop_list.append(protocol.MazePropState{ + .group_id = propConf.groupId, + .config_id = propConf.instId, + .state = propConf.propState, + }); + try map_info.LMNGAHFNAON.append(protocol.OFCAIGDHPOH{ + .group_id = propConf.groupId, + .config_id = propConf.instId, + .state = propConf.propState, + }); + try map_info.maze_group_list.append(protocol.MazeGroup{ + .NOBKEONAKLE = std.ArrayList(u32).init(allocator), + .group_id = propConf.groupId, + }); + } + } + try rsp.scene_map_info.append(map_info); + try session.send(CmdID.CmdGetSceneMapInfoScRsp, rsp); + } +} +pub fn onGetUnlockTeleport(session: *Session, _: *const Packet, allocator: Allocator) !void { + var rsp = protocol.GetUnlockTeleportScRsp.init(allocator); + const res_config = try Res_config.anchorLoader(allocator, "resources/res.json"); + for (res_config.scene_config.items) |sceneCof| { + for (sceneCof.teleports.items) |tp| { + try rsp.unlock_teleport_list.append(tp.teleportId); + } + } + rsp.retcode = 0; + try session.send(CmdID.CmdGetUnlockTeleportScRsp, rsp); +} +pub fn onEnterSection(session: *Session, packet: *const Packet, allocator: Allocator) !void { + const req = try packet.getProto(protocol.EnterSectionCsReq, allocator); + var rsp = protocol.EnterSectionScRsp.init(allocator); + rsp.retcode = 0; + std.debug.print("ENTER SECTION Id: {}\n", .{req.section_id}); + try session.send(CmdID.CmdEnterSectionScRsp, rsp); +} + +pub fn onGetEnteredScene(session: *Session, _: *const Packet, allocator: Allocator) !void { + var rsp = protocol.GetEnteredSceneScRsp.init(allocator); + var noti = protocol.EnteredSceneChangeScNotify.init(allocator); + + const entrance_config = try Config.loadMapEntranceConfig(allocator, "resources/MapEntrance.json"); + for (entrance_config.map_entrance_config.items) |entrance| { + try rsp.entered_scene_info_list.append(protocol.EnteredSceneInfo{ + .floor_id = entrance.floor_id, + .plane_id = entrance.plane_id, + }); + try noti.entered_scene_info_list.append(protocol.EnteredSceneInfo{ + .floor_id = entrance.floor_id, + .plane_id = entrance.plane_id, + }); + } + rsp.retcode = 0; + try session.send(CmdID.CmdEnteredSceneChangeScNotify, noti); + try session.send(CmdID.CmdGetEnteredSceneScRsp, rsp); +} + +pub fn onSceneEntityTeleport(session: *Session, packet: *const Packet, allocator: Allocator) !void { + const req = try packet.getProto(protocol.SceneEntityTeleportCsReq, allocator); + var rsp = protocol.SceneEntityTeleportScRsp.init(allocator); + rsp.retcode = 0; + rsp.entity_motion = req.entity_motion; + std.debug.print("SCENE ENTITY TP ENTRY ID: {}\n", .{req.entry_id}); + try session.send(CmdID.CmdSceneEntityTeleportScRsp, rsp); +} + +pub fn onGetFirstTalkNpc(session: *Session, packet: *const Packet, allocator: Allocator) !void { + const req = try packet.getProto(protocol.GetFirstTalkNpcCsReq, allocator); + var rsp = protocol.GetFirstTalkNpcScRsp.init(allocator); + rsp.retcode = 0; + for (req.npc_id_list.items) |id| { + try rsp.npc_meet_status_list.append(protocol.FirstNpcTalkInfo{ .npc_id = id, .is_meet = true }); + } + try session.send(CmdID.CmdGetFirstTalkNpcScRsp, rsp); +} + +pub fn onGetFirstTalkByPerformanceNp(session: *Session, packet: *const Packet, allocator: Allocator) !void { + const req = try packet.getProto(protocol.GetFirstTalkByPerformanceNpcCsReq, allocator); + var rsp = protocol.GetFirstTalkByPerformanceNpcScRsp.init(allocator); + rsp.retcode = 0; + for (req.performance_id_list.items) |id| { + try rsp.npc_meet_status_list.append( + protocol.NpcMeetByPerformanceStatus{ .performance_id = id, .is_meet = true }, + ); + } + try session.send(CmdID.CmdGetFirstTalkByPerformanceNpcScRsp, rsp); +} + +pub fn onGetNpcTakenReward(session: *Session, packet: *const Packet, allocator: Allocator) !void { + const req = try packet.getProto(protocol.GetNpcTakenRewardCsReq, allocator); + var rsp = protocol.GetNpcTakenRewardScRsp.init(allocator); + const EventList = [_]u32{ 2136, 2134 }; + rsp.retcode = 0; + rsp.npc_id = req.npc_id; + try rsp.talk_event_list.appendSlice(&EventList); + try session.send(CmdID.CmdGetNpcTakenRewardScRsp, rsp); +} +pub fn onUpdateGroupProperty(session: *Session, packet: *const Packet, allocator: Allocator) !void { + const req = try packet.getProto(protocol.UpdateGroupPropertyCsReq, allocator); + var rsp = protocol.UpdateGroupPropertyScRsp.init(allocator); + rsp.retcode = 0; + rsp.floor_id = req.floor_id; + rsp.group_id = req.group_id; + rsp.dimension_id = req.dimension_id; + rsp.JAIBIEEKHEG = req.JAIBIEEKHEG; + try session.send(CmdID.CmdUpdateGroupPropertyScRsp, rsp); +} +pub fn onChangePropTimeline(session: *Session, packet: *const Packet, allocator: Allocator) !void { + const req = try packet.getProto(protocol.ChangePropTimelineInfoCsReq, allocator); + try session.send(CmdID.CmdChangePropTimelineInfoScRsp, protocol.ChangePropTimelineInfoScRsp{ + .retcode = 0, + .prop_entity_id = req.prop_entity_id, + }); +} +pub fn onDeactivateFarmElement(session: *Session, packet: *const Packet, allocator: Allocator) !void { + const req = try packet.getProto(protocol.DeactivateFarmElementCsReq, allocator); + std.debug.print("DEACTIVATE FARM ELEMENT ENTITY ID: {}\n", .{req.entity_id}); + try session.send(CmdID.CmdDeactivateFarmElementScRsp, protocol.DeactivateFarmElementScRsp{ + .retcode = 0, + .entity_id = req.entity_id, + }); +} +pub fn onSetGroupCustomSaveData(session: *Session, packet: *const Packet, allocator: Allocator) !void { + const req = try packet.getProto(protocol.SetGroupCustomSaveDataCsReq, allocator); + //switch (req.AAMHHECOCOI) { + // .Owned => |val| { + // std.debug.print("CUSTOM SAVE DATA REQ: {s}\n", .{val.str}); + // }, + // .Const => |val| { + // std.debug.print("CUSTOM SAVE DATA REQ: {s}\n", .{val}); + // }, + // .Empty => { + // std.debug.print("CUSTOM SAVE DATA REQ: \n", .{}); + // }, + //} + try session.send(CmdID.CmdSetGroupCustomSaveDataScRsp, protocol.SetGroupCustomSaveDataScRsp{ + .retcode = 0, + .group_id = req.group_id, + .entry_id = req.entry_id, + }); +} diff --git a/hotfix.json b/hotfix.json new file mode 100644 index 0000000..5cf6a54 --- /dev/null +++ b/hotfix.json @@ -0,0 +1,34 @@ +{ + "OSBETAWin3.2.51": { + "asset_bundle_url": "https://autopatchos.starrails.com/asb/BetaLive/output_9961450_404865fc6856_fbf8b526e6b08c", + "ex_resource_url": "https://autopatchos.starrails.com/design_data/BetaLive/output_9984498_2b39fa0086e4_1f081bc40d1782", + "ifix_url": "https://autopatchos.starrails.com/ifix/BetaLive/output_0_40d2ce0253", + "ifix_version": "0", + "lua_url": "https://autopatchos.starrails.com/lua/BetaLive/output_9961575_227d4559d8e3_cd27ed7ca2bbfd", + "lua_version": "" + }, + "OSBETAWin3.2.52": { + "asset_bundle_url": "https://autopatchos.starrails.com/asb/BetaLive/output_10025177_f10d2880371c_719811bc00424c", + "ex_resource_url": "https://autopatchos.starrails.com/design_data/BetaLive/output_10037027_be14d3e01696_5aa1cd3547cbdb", + "ifix_url": "https://autopatchos.starrails.com/ifix/BetaLive/output_0_40d2ce0253_6d871f8bca6eb4", + "ifix_version": "0", + "lua_url": "https://autopatchos.starrails.com/lua/BetaLive/output_10025298_1dc728a6c8ee_1128f068b506d4", + "lua_version": "" + }, + "OSBETAWin3.2.53": { + "asset_bundle_url": "https://autopatchos.starrails.com/asb/BetaLive/output_10104345_a5535dc0c779_a36b870100988f", + "ex_resource_url": "https://autopatchos.starrails.com/design_data/BetaLive/output_10128229_1abd7f8c3047_3cb3e1bffdb636", + "ifix_url": "https://autopatchos.starrails.com/ifix/BetaLive/output_0_40d2ce0253_6d871f8bca6eb4", + "ifix_version": "0", + "lua_url": "https://autopatchos.starrails.com/lua/BetaLive/output_10104505_31a450a7e7a3_0793e9a5426e39", + "lua_version": "" + }, + "CNBETAWin3.3.51": { + "asset_bundle_url": "https://autopatchcn.bhsr.com/asb/BetaLive/output_10451237_a3aa836fce75_f560b891c0d21e", + "ex_resource_url": "https://autopatchcn.bhsr.com/design_data/BetaLive/output_10459782_ced8509d61c9_cdbde1049f2207", + "ifix_url": "https://autopatchcn.bhsr.com/ifix/BetaLive/output_10429797_be4a832b1c47_f58faff155c2c4", + "ifix_version": "0", + "lua_url": "https://autopatchcn.bhsr.com/lua/BetaLive/output_10434495_6bff50432edd_1641e3e19f1244", + "lua_version": "" + } +} \ No newline at end of file diff --git a/protocol/build.zig b/protocol/build.zig new file mode 100644 index 0000000..1cc8b1e --- /dev/null +++ b/protocol/build.zig @@ -0,0 +1,18 @@ +const std = @import("std"); +const protobuf = @import("protobuf"); + +pub fn build(b: *std.Build) void { + const target = b.standardTargetOptions(.{}); + const optimize = b.standardOptimizeOption(.{}); + + const protobuf_dep = b.dependency("protobuf", .{ + .optimize = optimize, + .target = target, + }); + + const protocol = b.addModule("protocol", .{ + .root_source_file = b.path("src/root.zig"), + }); + // + protocol.addImport("protobuf", protobuf_dep.module("protobuf")); +} diff --git a/protocol/build.zig.zon b/protocol/build.zig.zon new file mode 100644 index 0000000..2ec6956 --- /dev/null +++ b/protocol/build.zig.zon @@ -0,0 +1,15 @@ +.{ + .name = "protocol", + .version = "0.0.0", + .dependencies = .{ + .protobuf = .{ + .url = "https://github.com/Arwalk/zig-protobuf/archive/7c49ed66e029c9c7e6253b3d6d256118745550a4.tar.gz", + .hash = "122063ee7ff32a3c1aefd91a46a9fc23df0571949c3a02e2f44d39afbad0b53018a3", + }, + }, + .paths = .{ + "build.zig", + "build.zig.zon", + "src", + }, +} diff --git a/protocol/src/protocol.pb.zig b/protocol/src/protocol.pb.zig new file mode 100644 index 0000000..97762f1 --- /dev/null +++ b/protocol/src/protocol.pb.zig @@ -0,0 +1,51292 @@ +// Code generated by protoc-gen-zig +///! package protocol +const std = @import("std"); +const Allocator = std.mem.Allocator; +const ArrayList = std.ArrayList; + +const protobuf = @import("protobuf"); +const ManagedString = protobuf.ManagedString; +const fd = protobuf.fd; + +pub const PlayerActionType = enum(i32) { + PLAYER_ACTION_NONE = 0, + PLAYER_ACTION_REGISTER = 1, + PLAYER_ACTION_LOGIN = 2, + PLAYER_ACTION_LOGOUT = 3, + PLAYER_ACTION_ADD_EXP = 4, + PLAYER_ACTION_LEVEL_UP = 5, + PLAYER_ACTION_ADD_MATERIAL = 6, + PLAYER_ACTION_SAVE_STAT = 7, + PLAYER_ACTION_TRAVEL_BROCHURE_INTERACT = 8, + PLAYER_ACTION_RECHARGE = 101, + PLAYER_ACTION_BUY_GOODS = 102, + PLAYER_ACTION_ADD_COIN = 103, + PLAYER_ACTION_MONTH_CARD_DAILY_HCOIN = 104, + PLAYER_ACTION_MONTH_CARD_BUY_MCOIN = 105, + PLAYER_ACTION_RECHARGE_FREE_COIN = 106, + PLAYER_ACTION_ADD_MONTH_CARD = 107, + PLAYER_ACTION_RECHARGE_GIFT_PAY = 108, + PLAYER_ACTION_RECHARGE_GIFT_FREE = 109, + PLAYER_ACTION_RECHARGE_BENEFIT = 110, + PLAYER_ACTION_RECHARGE_GIFT_TAKE_REWARD = 111, + PLAYER_ACTION_RECHARGE_GIFT_REACH = 112, + PLAYER_ACTION_RECHARGE_BENEFIT_REACH = 113, + PLAYER_ACTION_MISSION_ACCEPT = 201, + PLAYER_ACTION_MISSION_FINISH = 202, + PLAYER_ACTION_MISSION_FAIL = 203, + PLAYER_ACTION_MAIN_MISSION_ACCEPT = 204, + PLAYER_ACTION_SUB_MISSION_ACCEPT = 205, + PLAYER_ACTION_MAIN_MISSION_FINISH = 206, + PLAYER_ACTION_SUB_MISSION_FINISH = 207, + PLAYER_ACTION_DAILY_TASK_FINISH = 208, + PLAYER_ACTION_DAILY_TASK_TAKE_REWARD = 209, + PLAYER_ACTION_NPC_TALK_REWARD = 210, + PLAYER_ACTION_MAIN_MISSION_RECOVER = 211, + PLAYER_ACTION_MAIN_MISSION_DISABLE = 212, + PLAYER_ACTION_CONSUME_ITEM_SUB_MISSION_FINISH = 213, + PLAYER_ACTION_ITEM_MONITOR_ALL_SOURCES = 999, + PLAYER_ACTION_GM = 1001, + PLAYER_ACTION_CUSTOM_OP = 1002, + PLAYER_ACTION_CHECK_SUM = 1003, + PLAYER_ACTION_PLAYER_LOCATION = 1004, + PLAYER_ACTION_CHANGE_LANGUAGE = 1005, + PLAYER_ACTION_CLIENT_REPORT = 1006, + PLAYER_ACTION_ACE_REPORT = 1007, + PLAYER_ACTION_PLAYER_POWER_INFO = 1008, + PLAYER_ACTION_DAILY_REFRESH = 1009, + PLAYER_ACTION_AVATAR_VALUE_INFO = 1010, + PLAYER_ACTION_MOVE_CHECK_FAILED_REPORT = 1011, + PLAYER_ACTION_BATTLE_FAILED_REPORT = 1012, + PLAYER_ACTION_SECURITY_REPORT = 1013, + PLAYER_ACTION_AVATAR_PROMOTION = 1101, + PLAYER_ACTION_AVATAR_ADD = 1103, + PLAYER_ACTION_AVATAR_USE_EXP_ITEM = 1104, + PLAYER_ACTION_AVATAR_LEVEL_UP = 1105, + PLAYER_ACTION_SKILL_TREE_UP = 1106, + PLAYER_ACTION_AVATAR_HP_CHANGE = 1107, + PLAYER_ACTION_AVATAR_MP_CHANGE = 1108, + PLAYER_ACTION_AVATAR_ADD_EXP = 1109, + PLAYER_ACTION_AVATAR_RANK_UP = 1110, + PLAYER_ACTION_AVATAR_REPEATED = 1111, + PLAYER_ACTION_MP_MAX_CHANGE = 1112, + PLAYER_ACTION_AVATAR_TAKE_PROMOTION_REWARD = 1113, + PLAYER_ACTION_AVATAR_RELIC_AFFIX_INFO = 1114, + PLAYER_ACTION_AVATAR_MARK = 1115, + PLAYER_ACTION_AVATAR_SYSTEM_POWER_RESET = 1116, + PLAYER_ACTION_AVATAR_CHANGE_PATH = 1119, + PLAYER_ACTION_SET_GROWTH_TARGET_AVATAR = 1120, + PLAYER_ACTION_DEL_AVATAR = 1121, + PLAYER_ACTION_AVATAR_SKIN_CHANGE = 1122, + PLAYER_ACTION_SET_GROWTH_TARGET_FUNCTION_CONFIG = 1123, + PLAYER_ACTION_AVATAR_SKIN_ACTIVITY_REISSUE = 1124, + PLAYER_ACTION_SET_AVATAR_ENHANCED_ID = 1125, + PLAYER_ACTION_STAGE_BEGIN = 1202, + PLAYER_ACTION_STAGE_END = 1203, + PLAYER_ACTION_COCOON_STAGE_BEGIN = 1205, + PLAYER_ACTION_COCOON_STAGE_END = 1206, + PLAYER_ACTION_FARM_ELEMENT_END = 1207, + PLAYER_ACTION_ELEMENT_STAGE_END = 1208, + PLAYER_ACTION_COCOON_SWEEP = 1209, + PLAYER_ACTION_FARM_ELEMENT_SWEEP = 1210, + PLAYER_ACTION_RECOVER_STAMINA = 1301, + PLAYER_ACTION_EXCHANGE_STAMINA = 1302, + PLAYER_ACTION_LOGIN_REWARD = 1303, + PLAYER_ACTION_MODIFY_NICKNAME = 1304, + PLAYER_ACTION_GET_LEVEL_REWARD = 1305, + PLAYER_ACTION_WORLD_LEVEL_UP = 1306, + PLAYER_ACTION_ADD_STAMINA = 1307, + PLAYER_ACTION_GAMEPLAY_BIRTHDAY_REWARD_MAIL = 1308, + PLAYER_ACTION_RECHARGE_REBATE_REWARD = 1309, + PLAYER_ACTION_GAMEPLAY_BIRTHDAY_SET = 1310, + PLAYER_ACTION_RESERVE_STAMINA_EXCHANGE = 1311, + PLAYER_ACTION_RESERVE_STAMINA_ADD = 1312, + PLAYER_ACTION_RESERVE_STAMINA_CHANGE = 1313, + PLAYER_ACTION_NOW_STAMINA = 1314, + PLAYER_ACTION_MAIL = 1401, + PLAYER_ACTION_MAIL_OP_BY_USER = 1402, + PLAYER_ACTION_MAIL_OP_BY_MUIP = 1403, + PLAYER_ACTION_MAIL_OP_BY_GM = 1404, + PLAYER_ACTION_MAIL_OP_BY_FULL = 1405, + PLAYER_ACTION_MAIL_OP_BY_EXPIRE = 1406, + PLAYER_ACTION_MAIL_OP_BY_INTERNAL = 1407, + PLAYER_ACTION_ADD_MAIL = 1408, + PLAYER_ACTION_DEL_MAIL = 1409, + PLAYER_ACTION_TAKE_ATTACHMENT = 1410, + PLAYER_ACTION_READ_MAIL = 1411, + PLAYER_ACTION_BATTLE_AVATAR = 1501, + PLAYER_ACTION_BATTLE_MONSTER = 1502, + PLAYER_ACTION_BATTLE_END = 1504, + PLAYER_ACTION_BATTLE_REPLAY = 1505, + PLAYER_ACTION_BATTLE_AVATAR_DEATH = 1506, + PLAYER_ACTION_BATTLE_SWITCH_PHASE = 1507, + PLAYER_ACTION_BATTLE_MONSTER_SKILL = 1508, + PLAYER_ACTION_BATTLE_REBATTLE = 1509, + PLAYER_ACTION_BATTLE_AVATAR_SERVANT = 1510, + PLAYER_ACTION_MISSION_REWARD = 1602, + PLAYER_ACTION_QUEST_ACCEPT = 1603, + PLAYER_ACTION_QUEST_FINISH = 1604, + PLAYER_ACTION_QUEST_REMOVE = 1605, + PLAYER_ACTION_QUEST_REWARD = 1606, + PLAYER_ACTION_QUEST_AUTO_CLOSE = 1607, + PLAYER_ACTION_QUEST_EXPIRED = 1608, + PLAYER_ACTION_MISSION_REQUIRED = 1609, + PLAYER_ACTION_SUBMISSION_REWARD = 1610, + PLAYER_ACTION_ACHIEVEMENT_LEVEL_REWARD = 1611, + PLAYER_ACTION_QUEST_DELETE = 1612, + PLAYER_ACTION_SUB_MISSION_REWARD = 1613, + PLAYER_ACTION_MISSION_COMPENSATE = 1614, + PLAYER_ACTION_MISSION_RECYCLE = 1615, + PLAYER_ACTION_QUEST_RESET = 1616, + PLAYER_ACTION_QUEST_OPTIONAL_REWARD = 1617, + PLAYER_ACTION_MCV_CHANGE = 1618, + PLAYER_ACTION_QUEST_REISSUE = 1619, + PLAYER_ACTION_PROP_INTERACT = 1704, + PLAYER_ACTION_AVATAR_MAZE_SKILL = 1705, + PLAYER_ACTION_ENTER_MAZE = 1706, + PLAYER_ACTION_ORDINARY_INTERACT = 1707, + PLAYER_ACTION_CHEST_INTERACT = 1708, + PLAYER_ACTION_CHECK_POINT_UNLOCK = 1709, + PLAYER_ACTION_CHECK_POINT_INTERACT = 1710, + PLAYER_ACTION_CHECK_POINT_REVIVE = 1711, + PLAYER_ACTION_CHECK_POINT_TRANSFER = 1712, + PLAYER_ACTION_MONSTER_INTERACT = 1714, + PLAYER_ACTION_NPC_INTERACT = 1716, + PLAYER_ACTION_PROP_HIT = 1717, + PLAYER_ACTION_PRELOGUE_REVIVE = 1718, + PLAYER_ACTION_PROP_STATE = 1719, + PLAYER_ACTION_CHECK_POINT_RECOVER = 1720, + PLAYER_ACTION_MECHANISM_BAR = 1722, + PLAYER_ACTION_SUBMIT_ORIGAMI_ITEM = 1723, + PLAYER_ACTION_MAZE_BUFF_DROP_ITEM = 1724, + PLAYER_ACTION_FSV_CHANGE = 1725, + PLAYER_ACTION_TIMELINE_PROP_STATE = 1726, + PLAYER_ACTION_GROUP_PROPERTY_CHANGE = 1727, + PLAYER_ACTION_EQUIPMENT_PROMOTION = 1901, + PLAYER_ACTION_ADD_ITEM = 1902, + PLAYER_ACTION_USE_ITEM = 1904, + PLAYER_ACTION_EQUIPMENT_RANK_UP = 1905, + PLAYER_ACTION_EQUIPMENT_LEVEL_UP = 1906, + PLAYER_ACTION_EXP_UP_EQUIPMENT_RETURN = 1907, + PLAYER_ACTION_BAG_FULL_REWARD_MAIL = 1908, + PLAYER_ACTION_EQUIPMENT_ADD = 1909, + PLAYER_ACTION_EQUIPMENT_WEAR = 1910, + PLAYER_ACTION_ITEM_COMPOSE = 1911, + PLAYER_ACTION_RELIC_LEVEL_UP = 1912, + PLAYER_ACTION_EXP_UP_RELIC_RETURN = 1913, + PLAYER_ACTION_RELIC_NUM_CHANGED = 1914, + PLAYER_ACTION_RELIC_WEAR = 1915, + PLAYER_ACTION_RELIC_COMPOSE = 1916, + PLAYER_ACTION_SELL_ITEM = 1917, + PLAYER_ACTION_UNLOCK_MUSIC = 1918, + PLAYER_ACTION_EXCHANGE_HCOIN_WITH_PAY_MCOIN = 1919, + PLAYER_ACTION_GET_REWARD = 1920, + PLAYER_ACTION_EXCHANGE_HCOIN_WITH_FREE_MCOIN = 1921, + PLAYER_ACTION_ITEM_COMPOSE_FORMULA_UNLOCK = 1922, + PLAYER_ACTION_EXCHANGE_HCOIN = 1923, + PLAYER_ACTION_CITY_SHOP_LEVEL_REWARD = 1924, + PLAYER_ACTION_ITEM_RECYCLE = 1925, + PLAYER_ACTION_MUSEUM_FUNDS_CONSUME = 1926, + PLAYER_ACTION_MUSEUM_EVENT_BUY_STUFF = 1927, + PLAYER_ACTION_MUSEUM_MARKET_BUY_STUFF = 1928, + PLAYER_ACTION_MUSEUM_RANDOM_EVENT = 1929, + PLAYER_ACTION_MUSEUM_INITIAL_ITEM = 1930, + PLAYER_ACTION_OPTIONAL_BOX_REWARD = 1931, + PLAYER_ACTION_DESTROY_ITEM = 1932, + PLAYER_ACTION_TRANSFER_EXP = 1933, + PLAYER_ACTION_ONDUTY_USE = 1934, + PLAYER_ACTION_ITEM_MARK = 1935, + PLAYER_ACTION_RELIC_DISCARD = 1936, + PLAYER_ACTION_GENERAL_VIRTUAL_ITEM_CHANGE = 1937, + PLAYER_ACTION_RELIC_LOCK = 1938, + PLAYER_ACTION_RELIC_FILTER_PLAN_SAVE = 1939, + PLAYER_ACTION_RELIC_FILTER_PLAN_DELETE = 1940, + PLAYER_ACTION_RELIC_FILTER_PLAN_MARK = 1941, + PLAYER_ACTION_RELIC_SELL = 1942, + PLAYER_ACTION_RELIC_REFORGE = 1943, + PLAYER_ACTION_RELIC_SMART_WEAR_CUSTOM_PLAN = 1944, + PLAYER_ACTION_RECOVER_RELIC = 1945, + PLAYER_ACTION_RECOVER_EQUIPMENT = 1946, + PLAYER_ACTION_EQUIPMENT_SELL = 1947, + PLAYER_ACTION_RELIC_SMART_WEAR_PIN_RELIC = 1948, + PLAYER_ACTION_RELIC_COCOON_SETTING = 1949, + PLAYER_ACTION_PERSONAL_CARD_CHANGE = 1950, + PLAYER_ACTION_PHONE_CASE_CHANGE = 1951, + PLAYER_ACTION_DELIVERY_ITEM_REWARD = 1952, + PLAYER_ACTION_TUTORIAL_GUIDE_FINISH = 2001, + PLAYER_ACTION_TUTORIAL = 2002, + PLAYER_ACTION_TUTORIAL_GUIDE = 2003, + PLAYER_ACTION_MONSTER_DROP = 2101, + PLAYER_ACTION_FINISH_CHALLENGE = 2201, + PLAYER_ACTION_CHALLENGE_STARS = 2202, + PLAYER_ACTION_CHALLENGE_START = 2203, + PLAYER_ACTION_CHALLENGE_END = 2204, + PLAYER_ACTION_CHALLENGE_WIN = 2205, + PLAYER_ACTION_CHALLENGE_FAIL = 2206, + PLAYER_ACTION_CHALLENGE_LEAVE = 2207, + PLAYER_ACTION_CHALLENGE_SWITCH = 2208, + PLAYER_ACTION_CHALLENGE_BONUS_REWARD = 2210, + PLAYER_ACTION_CHALLENGE_STARS_REWARD = 2211, + PLAYER_ACTION_CHALLENGE_RESTART = 2212, + PLAYER_ACTION_CHALLENGE_STORY_START = 2213, + PLAYER_ACTION_CHALLENGE_STORY_END = 2214, + PLAYER_ACTION_CHALLENGE_FAST_PASS = 2215, + PLAYER_ACTION_CHALLENGE_STORY_FAST_PASS = 2216, + PLAYER_ACTION_CHALLENGE_MEMORY_FAST_PASS = 2217, + PLAYER_ACTION_CHALLENGE_BATTLE_TARGET = 2218, + PLAYER_ACTION_CHALLENGE_BOSS_END = 2219, + PLAYER_ACTION_CHALLENGE_BOSS_FAST_PASS = 2220, + PLAYER_ACTION_CHALLENGE_START_PARTIAL = 2221, + PLAYER_ACTION_CHALLENGE_BOSS_PHASE_START = 2222, + PLAYER_ACTION_CHALLENGE_BOSS_PHASE_END = 2223, + PLAYER_ACTION_CHALLENGE_BOSS_PHASE_END_BEFORE_BATTLE = 2224, + PLAYER_ACTION_CHALLENGE_RECOMMEND_LINEUP = 2225, + PLAYER_ACTION_CHALLENGE_STORY_FEVER_BATTLE_END = 2226, + PLAYER_ACTION_TEAM_INFO_CHANGE = 2301, + PLAYER_ACTION_CHANGE_CURRENT_AVATAR = 2302, + PLAYER_ACTION_CREATE_VIRTUAL_TEAM = 2303, + PLAYER_ACTION_TEAM_NAME_EDIT = 2304, + PLAYER_ACTION_AVATAR_BUFF_CHANGE = 2401, + PLAYER_ACTION_ENV_BUFF_CHANGE = 2402, + PLAYER_ACTION_GAME_CORE = 2403, + PLAYER_ACTION_AVATAR_GLOBAL_BUFF = 2404, + PLAYER_ACTION_ROGUE_EXPLORE_START = 2501, + PLAYER_ACTION_ROGUE_ENTER_ROOM = 2502, + PLAYER_ACTION_ROGUE_LEAVE_ROOM = 2503, + PLAYER_ACTION_ROGUE_EXPLORE_FINISH = 2504, + PLAYER_ACTION_ROGUE_SELECT_BUFF = 2505, + PLAYER_ACTION_ROGUE_ROLL_BUFF = 2506, + PLAYER_ACTION_ROGUE_REVIVE = 2507, + PLAYER_ACTION_ROGUE_CHALLENGE_START = 2512, + PLAYER_ACTION_ROGUE_MIRACLE = 2514, + PLAYER_ACTION_ROGUE_ADD_BUFF = 2515, + PLAYER_ACTION_ROGUE_PICK_AVATAR = 2516, + PLAYER_ACTION_ROGUE_SEASON_CHANGED = 2522, + PLAYER_ACTION_ROGUE_AEON_LEVEL_UP = 2524, + PLAYER_ACTION_ROGUE_OPEN_DOOR = 2525, + PLAYER_ACTION_ROGUE_SCORE_REWARD = 2526, + PLAYER_ACTION_ROGUE_ENHANCE_BUFF = 2527, + PLAYER_ACTION_ROGUE_SELECT_BONUS = 2528, + PLAYER_ACTION_ROGUE_AREA_FIRST_REWARD = 2529, + PLAYER_ACTION_ROGUE_ENABLE_TALENT = 2530, + PLAYER_ACTION_ROGUE_AEON_UNLOCK = 2531, + PLAYER_ACTION_ROGUE_AEON_ADD_EXP = 2532, + PLAYER_ACTION_ROGUE_IMMERSE_LEVEL_UP = 2533, + PLAYER_ACTION_ROGUE_SELECT_MIRACLE = 2534, + PLAYER_ACTION_ROGUE_UNLOCK_AREA = 2535, + PLAYER_ACTION_ROGUE_EXPLORE_SCORE_CHANGE = 2536, + PLAYER_ACTION_ROGUE_UPDATE_REWARD_POOL = 2537, + PLAYER_ACTION_ROGUE_SWAP_BUFF = 2539, + PLAYER_ACTION_ROGUE_WEEKLY_REFRESH = 2540, + PLAYER_ACTION_ROGUE_EXCHANGE_KEY = 2541, + PLAYER_ACTION_ROGUE_GET_OBJECT_REWARD = 2542, + PLAYER_ACTION_ROGUE_AREA_MONSTER_DROP = 2543, + PLAYER_ACTION_ROGUE_ADD_MIRACLE = 2544, + PLAYER_ACTION_ROGUE_SWAP_MIRACLE = 2545, + PLAYER_ACTION_ROGUE_OPEN_OBJECT_REWARD = 2546, + PLAYER_ACTION_ROGUE_AEON_EFFECT = 2547, + PLAYER_ACTION_ROGUE_REFORGE_BUFF = 2548, + PLAYER_ACTION_ROGUE_TRADE_MIRACLE = 2549, + PLAYER_ACTION_ROGUE_REMOVE_AVATAR = 2550, + PLAYER_ACTION_ROGUE_DIALOGUE_SELECT = 2551, + PLAYER_ACTION_ROGUE_SELECT_AEON = 2552, + PLAYER_ACTION_ROGUE_DIALOGUE_FINISH = 2553, + PLAYER_ACTION_ROGUE_HANDBOOK_REWARD = 2554, + PLAYER_ACTION_ROGUE_ADVENTURE_ROOM_REWARD = 2555, + PLAYER_ACTION_ROGUE_SHOP_BUY = 2556, + PLAYER_ACTION_ROGUE_REPAIR_MIRACLE = 2557, + PLAYER_ACTION_ROGUE_REPLACE_ALL_MIRACLE = 2558, + PLAYER_ACTION_ROGUE_MIRACLE_BROKEN = 2559, + PLAYER_ACTION_ROGUE_SHOP_REFRESH = 2560, + PLAYER_ACTION_ROGUE_LEVEL_MECHANISM = 2561, + PLAYER_ACTION_ROGUE_REMOVE_MIRACLE = 2562, + PLAYER_ACTION_ROGUE_DROP_BUFF = 2563, + PLAYER_ACTION_ROGUE_DESTROY_MIRACLE = 2564, + PLAYER_ACTION_ROGUE_ACTIVATE_FORMULA = 2565, + PLAYER_ACTION_ROGUE_DEACTIVATE_FORMULA = 2566, + PLAYER_ACTION_ROGUE_REMOVE_BUFF = 2567, + PLAYER_ACTION_ROGUE_SELECT_FORMULA = 2568, + PLAYER_ACTION_ROGUE_DROP_FORMULA = 2569, + PLAYER_ACTION_ROGUE_ROLL_FORMULA = 2570, + PLAYER_ACTION_ROGUE_REFORGE_FORMULA = 2571, + PLAYER_ACTION_ROGUE_COMPOSE_MIRACLE = 2572, + PLAYER_ACTION_ROGUE_REFORGE_MIRACLE = 2573, + PLAYER_ACTION_ROGUE_DO_GAMBLE = 2574, + PLAYER_ACTION_ROGUE_KEYWORD_ACTIVATE = 2575, + PLAYER_ACTION_ROGUE_KEYWORD_DEACTIVATE = 2576, + PLAYER_ACTION_ROGUE_SOURCE_DEFAULT = 2577, + PLAYER_ACTION_ROGUE_PLAYER_SELECT = 2578, + PLAYER_ACTION_ROGUE_LAYER_SETTLEMENT = 2579, + PLAYER_ACTION_ROGUE_FORMULA = 2580, + PLAYER_ACTION_ROGUE_WORKBENCH = 2581, + PLAYER_ACTION_ROGUE_MODIFIER = 2582, + PLAYER_ACTION_ROGUE_REFORGE = 2583, + PLAYER_ACTION_ROGUE_TALENT = 2584, + PLAYER_ACTION_ROGUE_REROLL = 2585, + PLAYER_ACTION_ROGUE_COIN_CHANGE = 2586, + PLAYER_ACTION_ROGUE_MAGIC_SCEPTER_SHOP = 2587, + PLAYER_ACTION_ROGUE_MAGIC_UNIT_SHOP = 2588, + PLAYER_ACTION_ROGUE_MAGIC_SCEPTER_LEVEL_UP = 2589, + PLAYER_ACTION_GACHA = 2601, + PLAYER_ACTION_ADD_GACHA_TICKET = 2602, + PLAYER_ACTION_GACHA_EXCHANGE = 2603, + PLAYER_ACTION_SET_GACHA_DECIDE_ITEM = 2604, + PLAYER_ACTION_EVENT_MISSION_ACCEPT = 2801, + PLAYER_ACTION_EVENT_MISSION_FINISH = 2802, + PLAYER_ACTION_EVENT_MISSION_REWARD = 2803, + PLAYER_ACTION_RAID_FINISH = 2901, + PLAYER_ACTION_RAID_BEGIN = 2902, + PLAYER_ACTION_CHALLENGE_RAID_REWARD = 2903, + PLAYER_ACTION_START_RAID = 2904, + PLAYER_ACTION_END_RAID = 2905, + PLAYER_ACTION_RAID_TARGET_FINISH = 2906, + PLAYER_ACTION_ARCHIVE_RAID = 2907, + PLAYER_ACTION_HERO_BASE_TYPE_CHANGE = 3051, + PLAYER_ACTION_HERO_BASE_TYPE_ADD_BY_MISSION = 3052, + PLAYER_ACTION_HERO_BASE_TYPE_ADD_BY_REQ = 3053, + PLAYER_ACTION_HERO_BASE_TYPE_ADD = 3054, + PLAYER_ACTION_DIALOGUE_SELECT = 3101, + PLAYER_ACTION_EXPEDITION_START = 3151, + PLAYER_ACTION_EXPEDITION_FINISH = 3152, + PLAYER_ACTION_EXPEDITION_REWARD = 3153, + PLAYER_ACTION_ACTIVITY_EXPEDITION_START = 3154, + PLAYER_ACTION_ACTIVITY_EXPEDITION_FINISH = 3155, + PLAYER_ACTION_ACTIVITY_EXPEDITION_REWARD = 3156, + PLAYER_ACTION_ACTIVITY_EXPEDITION_BEGIN = 3157, + PLAYER_ACTION_ACTIVITY_EXPEDITION_END = 3158, + PLAYER_ACTION_ACTIVITY_LOGIN_REWARD = 3201, + PLAYER_ACTION_FRIEND_REPORT = 3301, + PLAYER_ACTION_ASSIST_REWARD = 3302, + PLAYER_ACTION_ASSIST_AVATAR_REFRESH = 3303, + PLAYER_ACTION_ASSIST_AVATAR_BATTLE_START = 3304, + PLAYER_ACTION_ASSIST_AVATAR_BATTLE_END = 3305, + PLAYER_ACTION_FRIEND_APPLY = 3306, + PLAYER_ACTION_FRIEND_MANAGE = 3307, + PLAYER_ACTION_FRIEND_BLACKLIST = 3308, + PLAYER_ACTION_FRIEND_MODIFY_REMARK_NAME = 3309, + PLAYER_ACTION_FRIEND_MARK = 3310, + PLAYER_ACTION_FRIEND_ASSIST_LIST = 3311, + PLAYER_ACTION_BATTLE_PASS_LEVEL_REWARD = 3202, + PLAYER_ACTION_BATTLE_PASS_128TIER_REWARD = 3203, + PLAYER_ACTION_BATTLE_PASS_LEVEL_REWARD_AUTO_MAIL = 3204, + PLAYER_ACTION_BUY_BATTLE_PASS = 3205, + PLAYER_ACTION_ADD_BATTLE_PASS_EXP = 3206, + PLAYER_ACTION_BATTLE_PASS_LEVEL_UP = 3207, + PLAYER_ACTION_BUY_BATTLE_PASS_LEVEL = 3208, + PLAYER_ACTION_BATTLE_PASS_END_MAIL = 3209, + PLAYER_ACTION_BATTLE_PASS_68TIER_REWARD = 3210, + PLAYER_ACTION_MODIFY_SIGN = 3401, + PLAYER_ACTION_DISPLAY_AVATAR_SET = 3402, + PLAYER_ACTION_ASSIST_AVATAR_SET = 3403, + PLAYER_ACTION_ACHIEVEMENT_FINISH = 3501, + PLAYER_ACTION_ACHIEVEMENT_REWARD = 3502, + PLAYER_ACTION_ACHIEVEMENT_ADD_EXP = 3503, + PLAYER_ACTION_ACHIEVEMENT_LEVEL_UP = 3504, + PLAYER_ACTION_PUNK_LORD_REWARD = 3601, + PLAYER_ACTION_PUNK_LORD_BOSS_SEARCH = 3604, + PLAYER_ACTION_PUNK_LORD_BOSS_SHARE = 3605, + PLAYER_ACTION_START_PUNK_LORD_RAID = 3606, + PLAYER_ACTION_PUNK_LORD_SUPPORT_TIMES = 3608, + PLAYER_ACTION_PUNK_LORD_SCORE_REWARD = 3609, + PLAYER_ACTION_PUNK_LORD_LIST_REFRESH = 3610, + PLAYER_ACTION_PUNK_LORD_POWER_ATTACK = 3611, + PLAYER_ACTION_PUNK_LORD_BATTLE_END = 3612, + PLAYER_ACTION_PUNK_LORD_BOSS_DEATH = 3613, + PLAYER_ACTION_PUNK_LORD_BOSS_SCORE = 3614, + PLAYER_ACTION_DAILY_ACTIVE_LEVEL_REWARD = 3701, + PLAYER_ACTION_DAILY_ACTIVE_ADD_POINT = 3702, + PLAYER_ACTION_DAILY_ACTIVE_DELETE_OLD_QUEST = 3703, + PLAYER_ACTION_FIGHT_ACTIVITY_BEGIN = 3791, + PLAYER_ACTION_FIGHT_ACTIVITY_END = 3792, + PLAYER_ACTION_FIGHT_ACTIVITY_REWARD = 3801, + PLAYER_ACTION_ACTIVITY_END_MAIL = 3802, + PLAYER_ACTION_APPOINTMENT_MAIL = 3803, + PLAYER_ACTION_SHARE_REWARD = 3804, + PLAYER_ACTION_ACTIVITY_TRIAL_REWARD = 3805, + PLAYER_ACTION_ACTIVITY_TRIAL_START = 3806, + PLAYER_ACTION_PS_PRE_ORDER_MAIL1 = 3811, + PLAYER_ACTION_PS_PRE_ORDER_MAIL2 = 3812, + PLAYER_ACTION_PS_LOGIN_MAIL = 3813, + PLAYER_ACTION_LOGIN_MAIL = 3814, + PLAYER_ACTION_GOOGLE_POINTS_100_MAIL = 3821, + PLAYER_ACTION_GOOGLE_POINTS_150_MAIL = 3822, + PLAYER_ACTION_TRAIN_VISITOR_BEHAVIOR_FINISH = 3901, + PLAYER_ACTION_ENTER_VIEW_TRAIN = 3902, + PLAYER_ACTION_TRAIN_VISITOR_BEHAVIOR_REWARD_FORCE_SEND = 3903, + PLAYER_ACTION_TRAIN_VISITOR_REGISTER_OPEN = 3904, + PLAYER_ACTION_TRAIN_VISITOR_BEHAVIOR_REWARD_FORCE_SEND_BY_REGISTER = 3905, + PLAYER_ACTION_TRAIN_VISITOR_CLEAR_LAST_TRAIN_VISITOR = 3906, + PLAYER_ACTION_TRAIN_VISITOR_REFRESH_TRAIN_VISITOR = 3907, + PLAYER_ACTION_TRAIN_VISITOR_REFRESH_NPC = 3908, + PLAYER_ACTION_MESSAGE_GROUP_ACCEPT = 3951, + PLAYER_ACTION_MESSAGE_SECTION_ACCEPT = 3952, + PLAYER_ACTION_MESSAGE_SECTION_FINISH = 3953, + PLAYER_ACTION_MESSAGE_ITEM_FINISH = 3954, + PLAYER_ACTION_FINISH_MESSAGE_GROUP_REWARD = 3955, + PLAYER_ACTION_SUBSTITUTE_MESSAGE_GROUP_REWARD = 3956, + PLAYER_ACTION_DELETE_MESSAGE_GROUP = 3957, + PLAYER_ACTION_DELETE_MESSAGE_SECTION = 3958, + PLAYER_ACTION_DELETE_MESSAGE_GROUP_BY_CONFIG = 3959, + PLAYER_ACTION_DELETE_MESSAGE_GROUP_BY_ACTIVITY = 3960, + PLAYER_ACTION_DELETE_MESSAGE_GROUP_BY_MISSION = 3961, + PLAYER_ACTION_TEXT_JOIN_SAVE = 4001, + PLAYER_ACTION_BOXING_CLUB_START = 4051, + PLAYER_ACTION_BOXING_CLUB_FINISH = 4052, + PLAYER_ACTION_BOXING_CLUB_PAUSE = 4053, + PLAYER_ACTION_BOXING_CLUB_STAGE_START = 4054, + PLAYER_ACTION_TALK_SEND = 4101, + PLAYER_ACTION_SELECT_INCLINATION_TEXT = 4102, + PLAYER_ACTION_MUSEUM_SETTLE_TURN_OPEN = 4201, + PLAYER_ACTION_MUSEUM_UPGRADE_AREA = 4202, + PLAYER_ACTION_MUSEUM_UPGRADE_AREA_STAT = 4203, + PLAYER_ACTION_MUSEUM_DISPATCH_REWARD_REGULAR = 4204, + PLAYER_ACTION_MUSEUM_DISPATCH_REWARD_DIRECTIONAL = 4205, + PLAYER_ACTION_MUSEUM_PHASE_TARGET_FINISHED = 4206, + PLAYER_ACTION_MUSEUM_GET_STUFF = 4207, + PLAYER_ACTION_MUSEUM_GET_EXHIBIT = 4208, + PLAYER_ACTION_MUSEUM_TAKE_COLLECT_MISSION = 4209, + PLAYER_ACTION_MUSEUM_AREA_UNLOCK = 4210, + PLAYER_ACTION_MUSEUM_AREA_UPGRADE = 4211, + PLAYER_ACTION_MUSEUM_AREA_STAT_UPGRADE = 4212, + PLAYER_ACTION_MUSEUM_ENTER_NEXT_ROUND = 4213, + PLAYER_ACTION_MUSEUM_START_DISPATCH = 4214, + PLAYER_ACTION_MUSEUM_SETTLE_DISPATCH = 4215, + PLAYER_ACTION_MUSEUM_RENEW_POINT_CHANGED = 4216, + PLAYER_ACTION_MUSEUM_TARGET_REWARD = 4217, + PLAYER_ACTION_MUSEUM_PHASE_UPGRADE = 4218, + PLAYER_ACTION_MUSEUM_COLLECT_REWARD = 4219, + PLAYER_ACTION_MUSEUM_TARGET_START = 4220, + PLAYER_ACTION_MUSEUM_TARGET_FINISH = 4221, + PLAYER_ACTION_ACTIVITY_MONSTER_RESEARCH_CONSUME_MATERIAL = 4301, + PLAYER_ACTION_ACTIVITY_MONSTER_RESEARCH_TAKE_REWARD = 4302, + PLAYER_ACTION_PLAYER_RETURN_START = 4401, + PLAYER_ACTION_PLAYER_RETURN_SIGN = 4402, + PLAYER_ACTION_PLAYER_RETURN_POINT = 4403, + PLAYER_ACTION_PLAYER_RETURN_COUNTDOWN = 4404, + PLAYER_ACTION_PLAYER_RETURN_FINISH = 4405, + PLAYER_ACTION_PLAYER_RETURN_COMPENSATE = 4406, + PLAYER_ACTION_PLAYER_RETURN_GET_RELIC = 4407, + PLAYER_ACTION_ROGUE_CHALLENGE_ACTIVITY_START = 4411, + PLAYER_ACTION_ROGUE_CHALLENGE_ACTIVITY_FINISH = 4412, + PLAYER_ACTION_ROGUE_CHALLENGE_ACTIVITY_SAVE = 4413, + PLAYER_ACTION_AETHER_DIVIDE_USE_PASSIVE_SKILL_ITEM = 4450, + PLAYER_ACTION_AETHER_DIVIDE_CLEAR_PASSIVE_SKILL = 4451, + PLAYER_ACTION_AETHER_DIVIDE_FINISH_CHALLENGE = 4452, + PLAYER_ACTION_AETHER_DIVIDE_OVERFLOW_CHUNK_REWARD = 4453, + PLAYER_ACTION_AETHER_DIVIDE_LEVEL_UP = 4454, + PLAYER_ACTION_AETHER_DIVIDE_NEW_REWARD = 4455, + PLAYER_ACTION_AETHER_DIVIDE_MONSTER_ADD = 4456, + PLAYER_ACTION_AETHER_DIVIDE_MONSTER_LEVEL = 4457, + PLAYER_ACTION_AETHER_DIVIDE_MONSTER_SKILL_WEAR = 4458, + PLAYER_ACTION_AETHER_DIVIDE_TEAM_CHANGE = 4459, + PLAYER_ACTION_AETHER_DIVIDE_STAGE_BEGIN = 4460, + PLAYER_ACTION_AETHER_DIVIDE_STAGE_END = 4461, + PLAYER_ACTION_AETHER_DIVIDE_STAGE_ROLL = 4462, + PLAYER_ACTION_ALLEY_EVENT_FINISH = 4501, + PLAYER_ACTION_ALLEY_TAKE_REWARD = 4502, + PLAYER_ACTION_ALLEY_PRESTIGE_LEVEL_UP = 4503, + PLAYER_ACTION_ALLEY_LOGISTICS_FINISH = 4504, + PLAYER_ACTION_ALLEY_PLACING_GAME_FINISH = 4505, + PLAYER_ACTION_ALLEY_GUARANTEED_FUNDS = 4506, + PLAYER_ACTION_ALLEY_TAKE_EVENT_REWARD = 4507, + PLAYER_ACTION_ALLEY_SPECIAL_ORDER_FINISH = 4508, + PLAYER_ACTION_SENSITIVE_WORD_SHIELD = 4601, + PLAYER_ACTION_SENSITIVE_WORD_SERVER_INTERNAL_ERROR = 4602, + PLAYER_ACTION_SENSITIVE_WORD_PLATFORM_ERROR = 4603, + PLAYER_ACTION_TREASURE_DUNGEON_START = 4701, + PLAYER_ACTION_TREASURE_DUNGEON_FINISH = 4702, + PLAYER_ACTION_TREASURE_DUNGEON_ENTER_FLOOR = 4703, + PLAYER_ACTION_TREASURE_DUNGEON_LEAVE_FLOOR = 4704, + PLAYER_ACTION_TREASURE_DUNGEON_USE_ITEM = 4705, + PLAYER_ACTION_TREASURE_DUNGEON_AVATAR_CHANGE = 4706, + PLAYER_ACTION_TREASURE_DUNGEON_BATTLE_START = 4707, + PLAYER_ACTION_TREASURE_DUNGEON_BATTLE_END = 4708, + PLAYER_ACTION_TREASURE_DUNGEON_PICKUP_BUFF = 4709, + PLAYER_ACTION_CHESS_ROGUE_FIRST_FINISH = 4801, + PLAYER_ACTION_CHESS_ROGUE_GIVEUP_DICE = 4802, + PLAYER_ACTION_CHESS_ROGUE_SUB_STORY_SELECT = 4803, + PLAYER_ACTION_CHESS_ROGUE_ACTION_POINT = 4804, + PLAYER_ACTION_CHESS_ROGUE_REVIVE_BY_PROP = 4805, + PLAYER_ACTION_CHESS_ROGUE_START_LEVEL = 4806, + PLAYER_ACTION_CHESS_ROGUE_DICE_EFFECT = 4807, + PLAYER_ACTION_CHESS_ROGUE_MAIN_STORY_FINISH = 4808, + PLAYER_ACTION_CHESS_ROGUE_AEON_TALENT_EFFECT = 4809, + PLAYER_ACTION_CHESS_ROGUE_MODIFIER_OTHERS_EFFECT = 4810, + PLAYER_ACTION_CHESS_ROGUE_ADD_BUFF = 4811, + PLAYER_ACTION_CHESS_ROGUE_REFORGE_BUFF = 4812, + PLAYER_ACTION_CHESS_ROGUE_BUFF_LEVEL_UP = 4813, + PLAYER_ACTION_CHESS_ROGUE_ENHANCE_BUFF = 4814, + PLAYER_ACTION_CHESS_ROGUE_ADD_MIRACLE = 4815, + PLAYER_ACTION_CHESS_ROGUE_SWAP_MIRACLE = 4816, + PLAYER_ACTION_CHESS_ROGUE_SELECT_BONUS = 4817, + PLAYER_ACTION_CHESS_ROGUE_DIALOGUE_FINISH = 4818, + PLAYER_ACTION_CHESS_ROGUE_SUB_STORY_FINISH = 4819, + PLAYER_ACTION_CHESS_ROGUE_ADVENTURE_ROOM_FINISH = 4820, + PLAYER_ACTION_CHESS_ROGUE_FINISH_LEVEL = 4821, + PLAYER_ACTION_CHESS_ROGUE_START_LAYER = 4822, + PLAYER_ACTION_CHESS_ROGUE_FINISH_LAYER = 4823, + PLAYER_ACTION_CHESS_ROGUE_ENTER_ROOM = 4824, + PLAYER_ACTION_CHESS_ROGUE_LEAVE_ROOM = 4825, + PLAYER_ACTION_CHESS_ROGUE_ROLL_DICE = 4826, + PLAYER_ACTION_CHESS_ROGUE_SELECT_DICE = 4827, + PLAYER_ACTION_CHESS_ROGUE_UNLOCK_DICE = 4828, + PLAYER_ACTION_CHESS_ROGUE_BOARD_EVENT = 4829, + PLAYER_ACTION_CHESS_ROGUE_DIMENSION_POINT = 4830, + PLAYER_ACTION_CHESS_ROGUE_PICK_AVATAR = 4831, + PLAYER_ACTION_CHESS_ROGUE_REVIVE_AVATAR = 4832, + PLAYER_ACTION_CHESS_ROGUE_NOUS_SUB_STORY_SELECT = 4833, + PLAYER_ACTION_CHESS_ROGUE_LEVEL_MECHANISM = 4844, + PLAYER_ACTION_CHESS_ROGUE_NOUS_START_LEVEL = 4845, + PLAYER_ACTION_CHESS_ROGUE_NOUS_FINISH_LEVEL = 4846, + PLAYER_ACTION_CHESS_ROGUE_NOUS_START_LAYER = 4847, + PLAYER_ACTION_CHESS_ROGUE_NOUS_FINISH_LAYER = 4848, + PLAYER_ACTION_CHESS_ROGUE_NOUS_ENTER_ROOM = 4849, + PLAYER_ACTION_CHESS_ROGUE_NOUS_LEAVE_ROOM = 4850, + PLAYER_ACTION_CHESS_ROGUE_NOUS_SELECT_DICE = 4851, + PLAYER_ACTION_CHESS_ROGUE_NOUS_UNLOCK_DICE_BRANCH = 4852, + PLAYER_ACTION_CHESS_ROGUE_NOUS_UNLOCK_DICE_SURFACE = 4853, + PLAYER_ACTION_CHESS_ROGUE_NOUS_EDIT_DICE = 4854, + PLAYER_ACTION_CHESS_ROGUE_NOUS_VALUE_CHANGE = 4855, + PLAYER_ACTION_CHESS_ROGUE_NOUS_MAIN_STORY_TRIGGER = 4856, + PLAYER_ACTION_CHESS_ROGUE_NOUS_MAIN_STORY_FINISH = 4857, + PLAYER_ACTION_CHESS_ROGUE_NOUS_SUB_STORY_TRIGGER = 4858, + PLAYER_ACTION_CHESS_ROGUE_NOUS_SUB_STORY_FINISH = 4859, + PLAYER_ACTION_CHESS_ROGUE_NOUS_ENABLE_TALENT = 4860, + PLAYER_ACTION_CHESS_ROGUE_SELECT_BUFF = 4861, + PLAYER_ACTION_CHESS_ROGUE_SELECT_MIRACLE = 4862, + PLAYER_ACTION_CHESS_ROGUE_REMOVE_MIRACLE = 4863, + PLAYER_ACTION_CHESS_ROGUE_BOARD_CELL = 4864, + PLAYER_ACTION_FANTASTIC_STORY_BATTLE_BEGIN = 4901, + PLAYER_ACTION_FANTASTIC_STORY_BATTLE_END = 4902, + PLAYER_ACTION_ROGUE_ENDLESS_REWARD = 4950, + PLAYER_ACTION_ROGUE_ENDLESS_LEVEL_START = 4951, + PLAYER_ACTION_ROGUE_ENDLESS_STAGE_BEGIN = 4952, + PLAYER_ACTION_ROGUE_ENDLESS_STAGE_END = 4953, + PLAYER_ACTION_BATTLE_COLLEGE_REWARD = 5001, + PLAYER_ACTION_COMMON_ROGUE_MIRACLE_FOR_BUFF_SHOP = 5051, + PLAYER_ACTION_COMMON_ROGUE_ADVENTURE_ROOM_FINISH = 5052, + PLAYER_ACTION_COMMON_ROGUE_BUY_BUFF_SHOP = 5053, + PLAYER_ACTION_COMMON_ROGUE_BUY_BUFF_SHOP_REFRESH = 5054, + PLAYER_ACTION_COMMON_ROGUE_COLLECTION_UNLOCK = 5055, + PLAYER_ACTION_COMMON_ROGUE_COLLECTION_SET = 5056, + PLAYER_ACTION_COMMON_ROGUE_EXHIBITION_UNLOCK = 5057, + PLAYER_ACTION_COMMON_ROGUE_EXHIBITION_SET = 5058, + PLAYER_ACTION_COMMON_ROGUE_CHEST_INTERACT = 5059, + PLAYER_ACTION_COMMON_ROGUE_ADVENTURE_ROOM_WOLFGUN_FINISH = 5060, + PLAYER_ACTION_HELIOBUS_POST_INCOME_REWARD = 5101, + PLAYER_ACTION_HELIOBUS_POST_FANS_REWARD = 5102, + PLAYER_ACTION_HELIOBUS_LEVEL_UPGRADE = 5103, + PLAYER_ACTION_HELIOBUS_POST_REPLY_REWARD = 5104, + PLAYER_ACTION_HELIOBUS_COMMENT_REPLY_REWARD = 5105, + PLAYER_ACTION_HELIOBUS_CHALLENGE_FIRST_REWARD = 5106, + PLAYER_ACTION_HELIOBUS_FANS_ADD = 5107, + PLAYER_ACTION_HELIOBUS_ACTION_DAY_SETTLE = 5108, + PLAYER_ACTION_HELIOBUS_SKILL_UNLOCK = 5109, + PLAYER_ACTION_HELIOBUS_STAGE_BEGIN = 5110, + PLAYER_ACTION_HELIOBUS_STAGE_END = 5111, + PLAYER_ACTION_HELIOBUS_SNS_READ = 5112, + PLAYER_ACTION_HELIOBUS_SNS_POST_UNLOCK = 5113, + PLAYER_ACTION_HELIOBUS_SNS_COMMENT_UNLOCK = 5114, + PLAYER_ACTION_HELIOBUS_SNS_COMMENT = 5115, + PLAYER_ACTION_HELIOBUS_SNS_POST = 5116, + PLAYER_ACTION_HELIOBUS_SNS_LIKE = 5117, + PLAYER_ACTION_HELIOBUS_PHASE_UPGRADE = 5118, + PLAYER_ACTION_PS_POINT_CARD_30_REWARD = 5201, + PLAYER_ACTION_PS_POINT_CARD_50_REWARD = 5202, + PLAYER_ACTION_PS_POINT_CARD_100_REWARD = 5203, + PLAYER_ACTION_PSN_PLUS_GIFT_REWARD = 5204, + PLAYER_ACTION_APPLE_GIFT_CARD_REWARD = 5205, + PLAYER_ACTION_HEART_DIAL_SUBMIT_ITEM = 5301, + PLAYER_ACTION_HEART_DIAL_DIALOGUE_PERFORM = 5302, + PLAYER_ACTION_HEART_DIAL_TRACE_CONSUME = 5303, + PLAYER_ACTION_HEART_DIAL_CHANGE_EMOTION = 5304, + PLAYER_ACTION_TRAVEL_BROCHURE_ADD_DEFAULT_PASTER = 5401, + PLAYER_ACTION_SPACE_ZOO_BORN = 5501, + PLAYER_ACTION_SPACE_ZOO_MUTATE = 5502, + PLAYER_ACTION_SPACE_ZOO_DELETE = 5503, + PLAYER_ACTION_SPACE_ZOO_EXCHANGE_ITEM = 5504, + PLAYER_ACTION_SPACE_ZOO_EXP_POINT = 5505, + PLAYER_ACTION_SPACE_ZOO_TAKE_REWARD = 5506, + PLAYER_ACTION_SPACE_ZOO_COLLECTION = 5507, + PLAYER_ACTION_SPACE_ZOO_SHOW = 5508, + PLAYER_ACTION_SPACE_ZOO_SPECIAL_DATA = 5509, + PLAYER_ACTION_STRONG_CHALLENGE_BATTLE_BEGIN = 5701, + PLAYER_ACTION_STRONG_CHALLENGE_BATTLE_END = 5702, + PLAYER_ACTION_ROLL_SHOP_DO_GACHA = 5751, + PLAYER_ACTION_ROLL_SHOP_TAKE_REWARD = 5752, + PLAYER_ACTION_OFFERING_SUBMIT_ITEM = 5801, + PLAYER_ACTION_OFFERING_TAKE_REWARD = 5802, + PLAYER_ACTION_TRAVEL_BROCHURE_PAGE_UNLOCK = 5851, + PLAYER_ACTION_TRAVEL_BROCHURE_PAGE_INTERACT_AWARD = 5852, + PLAYER_ACTION_TRAVEL_BROCHURE_STICKER_UNLOCK = 5853, + PLAYER_ACTION_TRAVEL_BROCHURE_STICKER_APPLY = 5854, + PLAYER_ACTION_TRAVEL_BROCHURE_STICKER_REMOVE = 5855, + PLAYER_ACTION_TRAVEL_BROCHURE_PAGE_RESET = 5856, + PLAYER_ACTION_TRACK_MAIN_MISSION_ID = 5901, + PLAYER_ACTION_WOLF_BRO_BEGIN = 5911, + PLAYER_ACTION_WOLF_BRO_GROUP_STATE_CHANGE = 5912, + PLAYER_ACTION_WOLF_BRO_END = 5913, + PLAYER_ACTION_WOLF_BRO_BULLET_ZERO = 5914, + PLAYER_ACTION_WOLF_BRO_ACTIVATE_BULLET = 5915, + PLAYER_ACTION_WOLF_BRO_BULLET_NUM_CHANGE = 5916, + PLAYER_ACTION_WOLF_BRO_USE_BULLET_NULL = 5917, + PLAYER_ACTION_WOLF_BRO_USE_BULLET_HIT_MONSTER = 5918, + PLAYER_ACTION_WOLF_BRO_PICK_UP_BULLET = 5919, + PLAYER_ACTION_WOLF_BRO_RESTORE_ARCHIVE = 5920, + PLAYER_ACTION_TELEVISION_ACTIVITY_BATTLE_BEGIN = 5921, + PLAYER_ACTION_TELEVISION_ACTIVITY_BATTLE_END = 5922, + PLAYER_ACTION_FEVER_TIME_ACTIVITY_BATTLE_BEGIN = 5923, + PLAYER_ACTION_FEVER_TIME_ACTIVITY_BATTLE_END = 5924, + PLAYER_ACTION_GUN_PLAY_END = 5925, + PLAYER_ACTION_ACTIVITY_STAR_FIGHT_BEGIN = 5926, + PLAYER_ACTION_ACTIVITY_STAR_FIGHT_END = 5927, + PLAYER_ACTION_MAP_ROTATION_ENTER_REGION = 5931, + PLAYER_ACTION_MAP_ROTATION_LEAVE_REGION = 5932, + PLAYER_ACTION_MAP_ROTATION_INTERACT_CHARGER = 5933, + PLAYER_ACTION_MAP_ROTATION_DEPLOY_ROTATER = 5934, + PLAYER_ACTION_MAP_ROTATION_ROTATE_MAP = 5935, + PLAYER_ACTION_MAP_ROTATION_ADD_ENERGY = 5936, + PLAYER_ACTION_MAP_ROTATION_SET_MAX_ENERGY = 5937, + PLAYER_ACTION_MAP_ROTATION_REMOVE_ROTATER = 5938, + PLAYER_ACTION_MAP_ROTATION_AUTO_DEPLOY_ROTATER = 5939, + PLAYER_ACTION_MAP_ROTATION_AUTO_REMOVE_ROTATER = 5940, + PLAYER_ACTION_DRINK_MAKER_ADD_TIPS = 5951, + PLAYER_ACTION_DRINK_MAKER_FINISH_CHALLENGE = 5952, + PLAYER_ACTION_DRINK_MAKER_GUEST_MAX_FAITH_REWARD = 5953, + PLAYER_ACTION_DRINK_MAKER_MAKE_DRINK = 5954, + PLAYER_ACTION_DRINK_MAKER_SAVE_CUSTOM_DRINK = 5955, + PLAYER_ACTION_DRINK_MAKER_END_SEQUENCE = 5956, + PLAYER_ACTION_CHANGE_STORY_LINE = 6001, + PLAYER_ACTION_CONTENT_PACKAGE_STATUS_CHANGE = 6011, + PLAYER_ACTION_CONTENT_PACKAGE_TRACK_CHANGE = 6012, + PLAYER_ACTION_CONTENT_PACKAGE_ACCEPT_MAIN_MISSION = 6013, + PLAYER_ACTION_WORLD_DIRECT_UNLOCK = 6041, + PLAYER_ACTION_MONOPOLY_TURN_FINISH = 6051, + PLAYER_ACTION_MONOPOLY_ASSET_TURNTAX = 6052, + PLAYER_ACTION_MONOPOLY_ASSET_BONUS = 6053, + PLAYER_ACTION_MONOPOLY_EVENT_EFFECT = 6054, + PLAYER_ACTION_MONOPOLY_MINI_GAME_SETTLE = 6055, + PLAYER_ACTION_MONOPOLY_GAME_RAISE_RATIO = 6056, + PLAYER_ACTION_MONOPOLY_MOVE_ROLL_DICE = 6057, + PLAYER_ACTION_MONOPOLY_MOVE = 6059, + PLAYER_ACTION_MONOPOLY_BUY_GOODS = 6060, + PLAYER_ACTION_MONOPOLY_UPGRADE_ASSET = 6061, + PLAYER_ACTION_MONOPOLY_EVENT_REROLL_RANDOM = 6062, + PLAYER_ACTION_MONOPOLY_DAILY_REFRESH = 6063, + PLAYER_ACTION_MONOPOLY_GAME_GUESS_BUY_INFORMATION = 6064, + PLAYER_ACTION_MONOPOLY_DAILY_FIRST_ENTER_ACTIVITY = 6065, + PLAYER_ACTION_MONOPOLY_SOCIAL_EVENT = 6066, + PLAYER_ACTION_MONOPOLY_RAFFLE_TICKET_REWARD = 6067, + PLAYER_ACTION_MONOPOLY_LIKE = 6068, + PLAYER_ACTION_MONOPOLY_PHASE_REWARD = 6069, + PLAYER_ACTION_MONOPOLY_MBTI_REPORT_REWARD = 6070, + PLAYER_ACTION_MONOPOLY_DAILY_SETTLE = 6071, + PLAYER_ACTION_MONOPOLY_START = 6072, + PLAYER_ACTION_MONOPOLY_GET_BUFF = 6073, + PLAYER_ACTION_MONOPOLY_ASSET_FUNDS_CHANGE = 6074, + PLAYER_ACTION_MONOPOLY_ASSET_UPGRADE = 6075, + PLAYER_ACTION_MONOPOLY_DIRECT_COIN_GAME_SETTLE = 6076, + PLAYER_ACTION_MONOPOLY_EXTRACT_RAFFLE_TICKET = 6077, + PLAYER_ACTION_MONOPOLY_MBTI_PROGRESS_CHANGE = 6078, + PLAYER_ACTION_MONOPOLY_QUIZ_GAME_SETTLE = 6079, + PLAYER_ACTION_MONOPOLY_EVENT_SETTLE = 6080, + PLAYER_ACTION_MONOPOLY_ITEM_CHANGE = 6081, + PLAYER_ACTION_MONOPOLY_CELL_TRIGGER = 6082, + PLAYER_ACTION_MONOPOLY_EVENT_TRIGGER = 6083, + PLAYER_ACTION_MONOPOLY_CLICK_EFFECT = 6084, + PLAYER_ACTION_EVOLVE_BUILD_LEVEL_FINISH = 6101, + PLAYER_ACTION_EVOLVE_BUILD_SHOP_ABILITY_UP = 6102, + PLAYER_ACTION_EVOLVE_BUILD_SHOP_ABILITY_DOWN = 6103, + PLAYER_ACTION_EVOLVE_BUILD_TAKE_EXP_REWARD = 6104, + PLAYER_ACTION_EVOLVE_BUILD_BATTLE_END_ADD_COIN = 6105, + PLAYER_ACTION_EVOLVE_BUILD_SHOP_ABILITY_RESET = 6106, + PLAYER_ACTION_EVOLVE_BUILD_LEVEL_START = 6107, + PLAYER_ACTION_EVOLVE_BUILD_LEVEL_END = 6108, + PLAYER_ACTION_EVOLVE_BUILD_STAGE_START = 6109, + PLAYER_ACTION_EVOLVE_BUILD_STAGE_END = 6110, + PLAYER_ACTION_EVOLVE_BUILD_LEVEL_LEAVE = 6111, + PLAYER_ACTION_CLOCK_PARK_UNLOCK_SCRIPT = 6151, + PLAYER_ACTION_CLOCK_PARK_UNLOCK_TALENT = 6152, + PLAYER_ACTION_CLOCK_PARK_FINISH_SCRIPT = 6153, + PLAYER_ACTION_CLOCK_PARK_ROUND_UPDATE = 6154, + PLAYER_ACTION_CLOCK_PARK_SCRIPT_BEGIN = 6155, + PLAYER_ACTION_ROGUE_TOURN_START_LEVEL = 6200, + PLAYER_ACTION_ROGUE_TOURN_FINISH_LEVEL = 6201, + PLAYER_ACTION_ROGUE_TOURN_EXP_REWARD = 6202, + PLAYER_ACTION_ROGUE_TOURN_FINISH_WEEK_CHALLENGE = 6203, + PLAYER_ACTION_ROGUE_TOURN_PERMANENT_TALENT_EFFECT = 6204, + PLAYER_ACTION_ROGUE_TOURN_FINISH_FORMULA_STORY = 6205, + PLAYER_ACTION_ROGUE_TOURN_REVIVE = 6206, + PLAYER_ACTION_ROGUE_TOURN_STAGE_BEGIN = 6207, + PLAYER_ACTION_ROGUE_TOURN_STAGE_END = 6208, + PLAYER_ACTION_ROGUE_TOURN_PERMANENT_ENABLE_TALENT = 6209, + PLAYER_ACTION_ROGUE_TOURN_PERMANENT_RESET_TALENT = 6210, + PLAYER_ACTION_ROGUE_TOURN_COCOON_STAGE_BEGIN = 6211, + PLAYER_ACTION_ROGUE_TOURN_COCOON_STAGE_END = 6212, + PLAYER_ACTION_ROGUE_TOURN_EXP_UPDATE = 6213, + PLAYER_ACTION_ROGUE_TOURN_ENTER_ROOM = 6214, + PLAYER_ACTION_ROGUE_TOURN_LEAVE_ROOM = 6215, + PLAYER_ACTION_ROGUE_TOURN_ARCHIVE_SAVE = 6216, + PLAYER_ACTION_ROGUE_TOURN_SELECT_BONUS = 6217, + PLAYER_ACTION_ROGUE_TOURN_DIALOGUE_FINISH = 6218, + PLAYER_ACTION_ROGUE_TOURN_DO_GAMBLE = 6219, + PLAYER_ACTION_ROGUE_TOURN_ROOM_CONTENT_GENERATE = 6220, + PLAYER_ACTION_ROGUE_TOURN_ADD_MIRACLE = 6221, + PLAYER_ACTION_ROGUE_TOURN_REMOVE_MIRACLE = 6222, + PLAYER_ACTION_ROGUE_TOURN_SELECT_MIRACLE = 6223, + PLAYER_ACTION_ROGUE_TOURN_DROP_MIRACLE = 6224, + PLAYER_ACTION_ROGUE_TOURN_ADD_BUFF = 6225, + PLAYER_ACTION_ROGUE_TOURN_SELECT_BUFF = 6226, + PLAYER_ACTION_ROGUE_TOURN_BUFF_LEVEL_UP = 6227, + PLAYER_ACTION_ROGUE_TOURN_REMOVE_BUFF = 6228, + PLAYER_ACTION_ROGUE_TOURN_ADD_FORMULA = 6229, + PLAYER_ACTION_ROGUE_TOURN_REMOVE_FORMULA = 6230, + PLAYER_ACTION_ROGUE_TOURN_SELECT_FORMULA = 6231, + PLAYER_ACTION_ROGUE_TOURN_ACTIVATE_FORMULA = 6232, + PLAYER_ACTION_ROGUE_TOURN_ADVENTURE_ROOM_FINISH = 6233, + PLAYER_ACTION_ROGUE_TOURN_ALTER_LINEUP = 6234, + PLAYER_ACTION_ROGUE_TOURN_SEASON_ENABLE_TALENT = 6235, + PLAYER_ACTION_ROGUE_TOURN_TITAN_START_LEVEL = 6236, + PLAYER_ACTION_ROGUE_TOURN_TITAN_FINISH_LEVEL = 6237, + PLAYER_ACTION_ROGUE_TOURN_TITAN_ENTER_ROOM = 6238, + PLAYER_ACTION_ROGUE_TOURN_TITAN_LEAVE_ROOM = 6239, + PLAYER_ACTION_ROGUE_TOURN_TITAN_STAGE_BEGIN = 6240, + PLAYER_ACTION_ROGUE_TOURN_TITAN_STAGE_END = 6241, + PLAYER_ACTION_ROGUE_TOURN_TITAN_ARCHIVE_SAVE = 6243, + PLAYER_ACTION_ROGUE_TOURN_TITAN_ADD_TITAN_BLESS = 6244, + PLAYER_ACTION_ROGUE_TOURN_TITAN_SELECT_TITAN_BLESS = 6245, + PLAYER_ACTION_ROGUE_TOURN_DIVISION_CHANGE = 6246, + PLAYER_ACTION_ROGUE_TOURN_SELECT_RE_ROLL_MIRACLE = 6247, + PLAYER_ACTION_ROGUE_TOURN_TRIGGER_BATTLE_BY_SHOP = 6248, + PLAYER_ACTION_ROGUE_WORKBENCH_REFORGE_FORMULA = 6281, + PLAYER_ACTION_ROGUE_WORKBENCH_REFORGE_MIRACLE = 6282, + PLAYER_ACTION_ROGUE_WORKBENCH_COMPOSE_MIRACLE = 6283, + PLAYER_ACTION_ROGUE_WORKBENCH_REFORGE_BUFF = 6284, + PLAYER_ACTION_ROGUE_WORKBENCH_ENHANCE_BUFF = 6285, + PLAYER_ACTION_MATCH_THREE_PVE_SETTLE = 6301, + PLAYER_ACTION_MATCH_THREE_SETTLE = 6302, + PLAYER_ACTION_FIGHT_MATCH3_GAME_START = 6303, + PLAYER_ACTION_FIGHT_MATCH3_GAME_END = 6304, + PLAYER_ACTION_FIGHT_MATCH3_TURN_END = 6305, + PLAYER_ACTION_MATCH_THREE_BIRD_POS = 6306, + PLAYER_ACTION_MULTIPLE_PLAY_INVITE = 6307, + PLAYER_ACTION_MULTIPLE_PLAY_INVITE_RESPOND = 6308, + PLAYER_ACTION_MULTIPLE_PLAY_LOBBY_ENTER = 6309, + PLAYER_ACTION_MULTIPLE_PLAY_LOBBY_QUIT = 6310, + PLAYER_ACTION_MULTIPLE_PLAY_LOBBY_KICK = 6311, + PLAYER_ACTION_MULTIPLE_PLAY_LOBBY_MATCH = 6312, + PLAYER_ACTION_MARBLE_SETTLE = 6313, + PLAYER_ACTION_MATCH_THREE_SOLO_SETTLE = 6314, + PLAYER_ACTION_MATCH_THREE_V2_BATTLEITEM_LEVELUP = 6315, + PLAYER_ACTION_MATCH_THREE_V2_PVE_SETTLE = 6316, + PLAYER_ACTION_MATCH_THREE_V2_PVP_SETTLE = 6317, + PLAYER_ACTION_MATCH3_SOLO_GAME_START = 6318, + PLAYER_ACTION_MATCH3_SOLO_GAME_END = 6319, + PLAYER_ACTION_MATCH3_SOLO_ROUND_END = 6320, + PLAYER_ACTION_SWORD_TRAINING_LEARN_SKILL = 6351, + PLAYER_ACTION_SWORD_TRAINING_NORMAL_ACTION = 6352, + PLAYER_ACTION_SWORD_TRAINING_STORY_EFFECT = 6353, + PLAYER_ACTION_SWORD_TRAINING_ENDING_HINT = 6354, + PLAYER_ACTION_SWORD_TRAINING_ACTION_HINT = 6355, + PLAYER_ACTION_SWORD_TRAINING_RESTORE_GAME_BY_EXAM = 6356, + PLAYER_ACTION_SWORD_TRAINING_STORY_LINE_FIRST_CLEAR = 6357, + PLAYER_ACTION_SWORD_TRAINING_TAKE_ENDING_REWARD = 6358, + PLAYER_ACTION_SWORD_TRAINING_STORY_LINE_BEGIN = 6359, + PLAYER_ACTION_SWORD_TRAINING_ENTER_TURN = 6360, + PLAYER_ACTION_SWORD_TRAINING_PLAN_ACTION = 6361, + PLAYER_ACTION_SWORD_TRAINING_ACTION_PHASE_END = 6362, + PLAYER_ACTION_SWORD_TRAINING_STORY = 6363, + PLAYER_ACTION_SWORD_TRAINING_STATUS_CHANGE = 6364, + PLAYER_ACTION_SWORD_TRAINING_MOOD_CHANGE = 6365, + PLAYER_ACTION_SWORD_TRAINING_BATTLE_BEGIN = 6366, + PLAYER_ACTION_SWORD_TRAINING_BATTLE_END = 6367, + PLAYER_ACTION_SWORD_TRAINING_COMBAT_RANK_CHANGE = 6368, + PLAYER_ACTION_SWORD_TRAINING_STORY_LINE_END = 6369, + PLAYER_ACTION_SWORD_TRAINING_RESUME_STORY_LINE = 6370, + PLAYER_ACTION_SWORD_TRAINING_GAME_SUCCESS = 6371, + PLAYER_ACTION_SWORD_TRAINING_GAME_GIVE_UP = 6372, + PLAYER_ACTION_SWORD_TRAINING_EXAM = 6374, + PLAYER_ACTION_SWORD_TRAINING_DIALOGUE = 6375, + PLAYER_ACTION_SWORD_TRAINING_SET_SKILL_TRACE = 6376, + PLAYER_ACTION_FIGHT_FEST_FINISH_SCORE_RACE_MISSION = 6401, + PLAYER_ACTION_FIGHT_FEST_FINISH_SCORE_RACE_PHASE = 6402, + PLAYER_ACTION_FIGHT_FEST_RACE_START = 6403, + PLAYER_ACTION_FIGHT_FEST_RACE_END = 6404, + PLAYER_ACTION_FIGHT_FEST_CHALLENGE_START = 6405, + PLAYER_ACTION_FIGHT_FEST_CHALLENGE_END = 6406, + PLAYER_ACTION_FIGHT_FEST_GET_COACH_ITEM = 6407, + PLAYER_ACTION_FIGHT_FEST_ACCEPT_SCORE_RACE_MISSION = 6408, + PLAYER_ACTION_PET_USE = 6451, + PLAYER_ACTION_MUSIC_RHYTHM_PASS_LEVEL_STAR = 6501, + PLAYER_ACTION_MUSIC_RHYTHM_LEVEL_BEGIN = 6502, + PLAYER_ACTION_MUSIC_RHYTHM_LEVEL_END = 6503, + PLAYER_ACTION_TRACK_PHOTO_STAGE_BEGIN = 6551, + PLAYER_ACTION_TRACK_PHOTO_STAGE_END = 6552, + PLAYER_ACTION_SUMMON_ACTIVITY_BATTLE_BEGIN = 6561, + PLAYER_ACTION_SUMMON_ACTIVITY_BATTLE_END = 6562, + PLAYER_ACTION_RAID_COLLECTION_ENTER_NEXT_RAID = 6571, + PLAYER_ACTION_DIFFICULTY_ADJUSTMENT_SET = 6572, + PLAYER_ACTION_DIFFICULTY_ADJUSTMENT_UNSET = 6573, + PLAYER_ACTION_ROGUE_ARCADE_ADVENTURE_ROOM_START = 6580, + PLAYER_ACTION_ROGUE_ARCADE_ADVENTURE_ROOM_FINISH = 6581, + PLAYER_ACTION_ROGUE_MAGIC_START_LEVEL = 6601, + PLAYER_ACTION_ROGUE_MAGIC_FINISH_LEVEL = 6602, + PLAYER_ACTION_ROGUE_MAGIC_REVIVE = 6603, + PLAYER_ACTION_ROGUE_MAGIC_ENTER_ROOM = 6604, + PLAYER_ACTION_ROGUE_MAGIC_LEAVE_ROOM = 6605, + PLAYER_ACTION_ROGUE_MAGIC_ADD_MIRACLE = 6606, + PLAYER_ACTION_ROGUE_MAGIC_REMOVE_MIRACLE = 6607, + PLAYER_ACTION_ROGUE_MAGIC_STAGE_BEGIN = 6608, + PLAYER_ACTION_ROGUE_MAGIC_STAGE_END = 6609, + PLAYER_ACTION_ROGUE_MAGIC_ENABLE_TALENT = 6610, + PLAYER_ACTION_ROGUE_MAGIC_FINISH_STORY = 6611, + PLAYER_ACTION_ROGUE_MAGIC_ADD_SCEPTER = 6612, + PLAYER_ACTION_ROGUE_MAGIC_SELECT_SCEPTER = 6613, + PLAYER_ACTION_ROGUE_MAGIC_MOUNT_UNIT = 6614, + PLAYER_ACTION_ROGUE_MAGIC_AUTO_MOUNT_UNIT = 6615, + PLAYER_ACTION_ROGUE_MAGIC_ADD_MAGIC_UNIT = 6616, + PLAYER_ACTION_ROGUE_MAGIC_REMOVE_MAGIC_UNIT = 6617, + PLAYER_ACTION_ROGUE_MAGIC_WORKBENCH_COMPOSE_MAGIC_UNIT = 6618, + PLAYER_ACTION_ROGUE_MAGIC_WORKBENCH_REFORGE_MAGIC_UNIT = 6619, + PLAYER_ACTION_ROGUE_MAGIC_WORKBENCH_LEVEL_UP_SCEPTER = 6620, + PLAYER_ACTION_TRAIN_PARTY_GAME_PLAY_START = 6701, + PLAYER_ACTION_TRAIN_PARTY_PHASE_BEGIN = 6702, + PLAYER_ACTION_TRAIN_PARTY_PHASE_END = 6703, + PLAYER_ACTION_TRAIN_PARTY_ROUND = 6704, + PLAYER_ACTION_TRAIN_PARTY_MEETING_BEGIN = 6705, + PLAYER_ACTION_TRAIN_PARTY_MEETING_END = 6706, + PLAYER_ACTION_TRAIN_PARTY_MEETING_PLAY_CARD = 6707, + PLAYER_ACTION_TRAIN_PARTY_MEETING_RE_ROLL = 6708, + PLAYER_ACTION_TRAIN_PARTY_BUILD_AREA_UNLOCK = 6709, + PLAYER_ACTION_TRAIN_PARTY_BUILD_STEP = 6710, + PLAYER_ACTION_TRAIN_PARTY_BUILD_LEVEL_AWARD = 6711, + PLAYER_ACTION_TRAIN_PARTY_BUILDING_DYNAMIC_BUFF = 6712, + PLAYER_ACTION_TRAIN_PARTY_BUILD_DIY = 6713, + PLAYER_ACTION_SWITCH_HAND_OP_PROP_STATE = 6801, + PLAYER_ACTION_ERA_FLIPPER_CHANGE_REGION_STATE = 6811, + PLAYER_ACTION_ERA_FLIPPER_CHANGE_PROP_STATE = 6812, + PLAYER_ACTION_ACTIVITY_BENEFIT_REWARD = 6820, + PLAYER_ACTION_ACTIVITY_BENEFIT_JOIN = 6821, + PLAYER_ACTION_ACTIVITY_BENEFIT_INITIAL_REWARD = 6822, + PLAYER_ACTION_PAM_SKIN_CHANGE_SKIN = 6851, + PLAYER_ACTION_CHEST_FIND = 6861, + PLAYER_ACTION_REISSUE_MARK_CHEST_ITEM_MAIL = 6862, + PLAYER_ACTION_MARBLE_PASS_MATCH = 6871, + PLAYER_ACTION_MARBLE_BUY_SEAL = 6872, + PLAYER_ACTION_MARBLE_FIGHT_GAME_BEGIN = 6873, + PLAYER_ACTION_MARBLE_FIGHT_GAME_END = 6874, + PLAYER_ACTION_MARBLE_FIGHT_GAME_ROUND = 6875, + PLAYER_ACTION_MARBLE_FIGHT_GAME_TURN = 6876, + PLAYER_ACTION_PLANET_FES_LEVEL_UP = 6901, + PLAYER_ACTION_PLANET_FES_ACTIVITY_INIT = 6902, + PLAYER_ACTION_PLANET_FES_AVATAR_LEVEL_UP = 6903, + PLAYER_ACTION_PLANET_FES_TAKE_REGION_PHASE_REWARD = 6904, + PLAYER_ACTION_PLANET_FES_ADD_ITEM = 6905, + PLAYER_ACTION_PLANET_FES_QUEST = 6906, + PLAYER_ACTION_PLANET_FES_BUSINESS_DAY_FINISH = 6907, + PLAYER_ACTION_PLANET_FES_AVATAR_STAR_UP = 6908, + PLAYER_ACTION_PLANET_FES_UNLOCK_LAND = 6909, + PLAYER_ACTION_PLANET_FES_BUSINESS_EVENT_FINISH = 6910, + PLAYER_ACTION_PLANET_FES_ACTIVATE_CARD = 6911, + PLAYER_ACTION_PLANET_FES_SKILL_LEVEL_UP = 6912, + PLAYER_ACTION_PLANET_FES_GACHA = 6913, + PLAYER_ACTION_PLANET_FES_BUSINESS_EVENT_HANDLE = 6914, + PLAYER_ACTION_PLANET_FES_CARD_APPLY_PERMISSION = 6915, + PLAYER_ACTION_PLANET_FES_CARD_INTERACT = 6916, + PLAYER_ACTION_PLANET_FES_TO_SNS = 6917, + PLAYER_ACTION_PLANET_FES_SET_WORK_AVATAR = 6918, + PLAYER_ACTION_PLANET_FES_SUMMARY = 6919, + PLAYER_ACTION_TAROT_BOOK_CHARACTER_LEVEL_UP = 6951, + PLAYER_ACTION_TAROT_BOOK_OPEN_PACK = 6952, + PLAYER_ACTION_TAROT_BOOK_UNLOCK_STORY = 6953, + PLAYER_ACTION_TAROT_BOOK_UNLOCK_STORY_SINGLE = 6954, + PLAYER_ACTION_TAROT_BOOK_FINISH_STORY = 6955, + PLAYER_ACTION_TAROT_BOOK_FINISH_INTERACTION = 6956, + PLAYER_ACTION_TAROT_BOOK_CHANGE_ENERGY = 6957, + PLAYER_ACTION_TAROT_BOOK_UNLOCK_INTERACTION = 6958, + PLAYER_ACTION_CHIMERA_ROUND_START = 6971, + PLAYER_ACTION_CHIMERA_ROUND_WORK_START = 6972, + PLAYER_ACTION_CHIMERA_ROUND_WORK_END = 6973, + PLAYER_ACTION_CHIMERA_ENDLESS_START = 6974, + PLAYER_ACTION_CHIMERA_ENDLESS_END = 6975, + PLAYER_ACTION_CHIMERA_ENDLESS_WORK_START = 6976, + PLAYER_ACTION_CHIMERA_ENDLESS_WORK_END = 6977, + PLAYER_ACTION_CHIMERA_RANK_CHANGE = 6978, + PLAYER_ACTION_CHIMERA_GET = 6979, + PLAYER_ACTION_STORY_TOKEN_TAKE_ACTIVITY_REWARD = 6991, + PLAYER_ACTION_REISSUE_AVATAR_TOKEN_ITEM = 6992, + PLAYER_ACTION_AVATAR_DELIVER_REWARD_ACTIVITY_TAKE_REWARD = 7001, + PLAYER_ACTION_LOCAL_LEGEND_REWARD = 7031, + PLAYER_ACTION_FATE_LEVEL_START = 7041, + PLAYER_ACTION_FATE_LEVEL_SETTLE = 7042, + PLAYER_ACTION_FATE_BATTLE_START = 7043, + PLAYER_ACTION_FATE_BATTLE_END = 7044, + PLAYER_ACTION_FATE_ADD_HOUGU = 7045, + PLAYER_ACTION_FATE_SELECT_HOUGU = 7046, + PLAYER_ACTION_FATE_SELECT_REIJU = 7047, + PLAYER_ACTION_FATE_REFRESH_REIJU = 7048, + PLAYER_ACTION_FATE_ADD_COIN = 7049, + PLAYER_ACTION_FATE_BUY_BUFF = 7050, + PLAYER_ACTION_FATE_SELL_BUFF = 7051, + PLAYER_ACTION_FATE_REFRESH_SHOP = 7052, + PLAYER_ACTION_FATE_LOCK_GOODS = 7053, + PLAYER_ACTION_FATE_UNLOCK_GOODS = 7054, + PLAYER_ACTION_FATE_TAKE_EXP_REWARD = 7055, + PLAYER_ACTION_FATE_ADD_EXP = 7056, + PLAYER_ACTION_FATE_MASTER_HP_CHANGE = 7057, + PLAYER_ACTION_PARKOUR_START_LEVEL = 7061, + PLAYER_ACTION_PARKOUR_END_LEVEL = 7062, + PLAYER_ACTION_BASIN_CHEST_INTERACT_RESULT = 7091, + PLAYER_ACTION_ROGUE_MIRACLE_SWAP = 7092, + _, +}; + +pub const AvatarSlot = enum(i32) { + AVATAR_SLOT_1 = 0, + AVATAR_SLOT_2 = 1, + AVATAR_SLOT_3 = 2, + _, +}; + +pub const ItemType = enum(i32) { + ITEM_TYPE_NONE = 0, + ITEM_AVATAR_CARD = 1, + ITEM_EQUIPMENT = 2, + ITEM_MATERIAL = 3, + ITEM_AVATAR_EXP = 4, + ITEM_RELIC = 5, + _, +}; + +pub const VirtualItemType = enum(i32) { + VIRTUAL_ITEM_NONE = 0, + VIRTUAL_ITEM_HCOIN = 1, + VIRTUAL_ITEM_SCOIN = 2, + VIRTUAL_ITEM_MCOIN = 3, + VIRTUAL_ITEM_STAMINA = 11, + VIRTUAL_ITEM_RESERVE_STAMINA = 12, + VIRTUAL_ITEM_AVATAR_EXP = 21, + VIRTUAL_ITEM_EXP = 22, + VIRTUAL_ITEM_DAILY_ACTIVE_POINT = 23, + VIRTUAL_ITEM_MP_MAX = 24, + VIRTUAL_ITEM_PLAYER_RETURN_POINT = 25, + VIRTUAL_ITEM_BATTLE_COLLEGE_POINT = 26, + VIRTUAL_ITEM_ROGUE_COIN = 31, + VIRTUAL_ITEM_ROGUE_TALENT_COIN = 32, + VIRTUAL_ITEM_ROGUE_REWARD_KEY = 33, + VIRTUAL_ITEM_ACHIEVEMENT_EXP = 41, + VIRTUAL_ITEM_BP_EXP = 51, + VIRTUAL_ITEM_BP_REAL_EXP = 52, + VIRTUAL_ITEM_MUSEUM_FUNDS = 53, + VIRTUAL_TRAINPARTY_BUILDING_FUNDS = 54, + VIRTUAL_TRAINPARTY_AREA_UNLOCK_COIN = 55, + VIRTUAL_TRAINPARTY_MOBILITY = 56, + VIRTUAL_ITEM_WARRIOR_EXP = 190, + VIRTUAL_ITEM_ROGUE_EXP = 191, + VIRTUAL_ITEM_MAGE_EXP = 192, + VIRTUAL_ITEM_SHAMAN_EXP = 193, + VIRTUAL_ITEM_WARLOCK_EXP = 194, + VIRTUAL_ITEM_KNIGHT_EXP = 195, + VIRTUAL_ITEM_PRIEST_EXP = 196, + VIRTUAL_ITEM_PUNK_LORD_POINT = 100000, + VIRTUAL_ITEM_GAMEPLAY_COUNTER_MONSTER_SNEAK_VISION = 280001, + VIRTUAL_ITEM_GAMEPLAY_COUNTER_WOLF_BRO_BULLET = 280002, + VIRTUAL_ITEM_ALLEY_FUNDS = 281001, + VIRTUAL_ITEM_ROGUE_PUMAN_COUPON = 281012, + VIRTUAL_ITEM_MONTH_CARD = 300101, + VIRTUAL_ITEM_BP_NORMAL = 300102, + VIRTUAL_ITEM_BP_DELUXE = 300103, + VIRTUAL_ITEM_BP_UPGRADE = 300104, + VIRTUAL_ITEM_HELIOBUS_FANS = 281002, + VIRTUAL_ITEM_SPACE_ZOO_HYBRID_ITEM = 281003, + VIRTUAL_ITEM_SPACE_ZOO_EXP_POINT = 281004, + VIRTUAL_ITEM_ROGUE_NOUS_TALENT_COIN = 281013, + VIRTUAL_ITEM_EVOLVE_BUILD_COIN = 281019, + VIRTUAL_ITEM_DRINK_MAKER_TIP = 281005, + VIRTUAL_ITEM_MONOPOLY_DICE = 281014, + VIRTUAL_ITEM_MONOPOLY_COIN = 281015, + VIRTUAL_ITEM_MONOPOLY_CHEATDICE = 281016, + VIRTUAL_ITEM_MONOPOLY_REROLL = 281017, + VIRTUAL_ITEM_ROGUE_TOURN_PERMANENT_TALENT_COIN = 281018, + VIRTUAL_ITEM_ROGUE_TOURN_SEASON_TALENT_COIN = 281020, + VIRTUAL_ITEM_ROGUE_TOURN_EXP = 281022, + VIRTUAL_ITEM_MATCHTHREE_COIN = 281024, + VIRTUAL_ITEM_SWORD_TRAINING_SKILL_POINT = 281023, + VIRTUAL_ITEM_FIGHT_FEST_COIN = 281025, + VIRTUAL_ITEM_ROGUE_MAGIC_TALENT_COIN = 281026, + VIRTUAL_ITEM_EVOLVE_BUILD_SC_COIN = 281027, + VIRTUAL_ITEM_EVOLVE_BUILD_REWARD_EXP = 281028, + VIRTUAL_ITEM_MATCHTHREE_V2_COIN = 281029, + _, +}; + +pub const GameplayCounterType = enum(i32) { + GAMEPLAY_COUNTER_NONE = 0, + GAMEPLAY_COUNTER_MONSTER_SNEAK_VISION = 280001, + _, +}; + +pub const BlackLimitLevel = enum(i32) { + BLACK_LIMIT_LEVEL_ALL = 0, + _, +}; + +pub const AreaType = enum(i32) { + AREA_NONE = 0, + AREA_CN = 1, + AREA_JP = 2, + AREA_ASIA = 3, + AREA_WEST = 4, + AREA_KR = 5, + AREA_OVERSEAS = 6, + _, +}; + +pub const EntityType = enum(i32) { + ENTITY_NONE = 0, + ENTITY_AVATAR = 1, + ENTITY_MONSTER = 2, + ENTITY_NPC = 3, + ENTITY_PROP = 4, + ENTITY_TRIGGER = 5, + ENTITY_ENV = 6, + ENTITY_SUMMON_UNIT = 7, + _, +}; + +pub const LanguageType = enum(i32) { + LANGUAGE_NONE = 0, + LANGUAGE_SC = 1, + LANGUAGE_TC = 2, + LANGUAGE_EN = 3, + LANGUAGE_KR = 4, + LANGUAGE_JP = 5, + LANGUAGE_FR = 6, + LANGUAGE_DE = 7, + LANGUAGE_ES = 8, + LANGUAGE_PT = 9, + LANGUAGE_RU = 10, + LANGUAGE_TH = 11, + LANGUAGE_VI = 12, + LANGUAGE_ID = 13, + _, +}; + +pub const PlatformType = enum(i32) { + EDITOR = 0, + IOS = 1, + ANDROID = 2, + PC = 3, + WEB = 4, + WAP = 5, + PS4 = 6, + NINTENDO = 7, + CLOUD_ANDROID = 8, + CLOUD_PC = 9, + CLOUD_IOS = 10, + PS5 = 11, + MAC = 12, + CLOUD_MAC = 13, + CLOUD_WEB_ANDROID = 20, + CLOUD_WEB_IOS = 21, + CLOUD_WEB_PC = 22, + CLOUD_WEB_MAC = 23, + CLOUD_WEB_TOUCH = 24, + CLOUD_WEB_KEYBOARD = 25, + CLOUD_DOUYIN_IOS = 27, + CLOUD_DOUYIN_ANDROID = 28, + _, +}; + +pub const ReloginType = enum(i32) { + NO_KICK = 0, + FORCE_KICK = 1, + IDLE_KICK = 2, + SILENCE = 3, + _, +}; + +pub const AvatarType = enum(i32) { + AVATAR_TYPE_NONE = 0, + AVATAR_TRIAL_TYPE = 1, + AVATAR_LIMIT_TYPE = 2, + AVATAR_FORMAL_TYPE = 3, + AVATAR_ASSIST_TYPE = 4, + AVATAR_AETHER_DIVIDE_TYPE = 5, + AVATAR_UPGRADE_AVAILABLE_TYPE = 6, + _, +}; + +pub const MultiPathAvatarType = enum(i32) { + MultiPathAvatarTypeNone = 0, + Mar_7thKnightType = 1001, + Mar_7thRogueType = 1224, + BoyWarriorType = 8001, + GirlWarriorType = 8002, + BoyKnightType = 8003, + GirlKnightType = 8004, + BoyShamanType = 8005, + GirlShamanType = 8006, + BoyMemoryType = 8007, + GirlMemoryType = 8008, + _, +}; + +pub const JNICOEPPDFN = enum(i32) { + AVATAR_TAG_NONE = 0, + AVATAR_TAG_PLAYER_HAS_SET_ENHANCED_ID = 1, + AVATAR_TAG_MAX = 32, + _, +}; + +pub const Gender = enum(i32) { + GenderNone = 0, + GenderMan = 1, + GenderWoman = 2, + _, +}; + +pub const ProductType = enum(i32) { + PRODUCT_NONE = 0, + PRODUCT_NORMAL = 1, + PRODUCT_LIMIT = 2, + PRODUCT_LIMIT_NO_PAY = 3, + PRODUCT_NO_PROCESS_ORDER = 4, + _, +}; + +pub const ProductGiftType = enum(i32) { + PRODUCT_GIFT_NONE = 0, + PRODUCT_GIFT_COIN = 1, + PRODUCT_GIFT_MONTH_CARD = 2, + PRODUCT_GIFT_BP_68 = 3, + PRODUCT_GIFT_BP_128 = 4, + PRODUCT_GIFT_BP68_UPGRADE_128 = 5, + PRODUCT_GIFT_POINT_CARD = 6, + PRODUCT_GIFT_PS_PRE_ORDER_1 = 7, + PRODUCT_GIFT_PS_PRE_ORDER_2 = 8, + PRODUCT_GIFT_GOOGLE_POINTS_100 = 9, + PRODUCT_GIFT_GOOGLE_POINTS_150 = 10, + PRODUCT_GIFT_PS_POINT_CARD_030 = 11, + PRODUCT_GIFT_PS_POINT_CARD_050 = 12, + PRODUCT_GIFT_PS_POINT_CARD_100 = 13, + PRODUCT_GIFT_PSN_PLUS = 14, + PRODUCT_GIFT_SINGLE_6 = 15, + PRODUCT_GIFT_DAILY_LOGIN_30 = 16, + PRODUCT_GIFT_APPLE_GIFT_CARD = 17, + PRODUCT_GIFT_FTC_UP_GACHA_TICKET_1 = 18, + PRODUCT_GIFT_FTC_UP_GACHA_TICKET_10 = 19, + PRODUCT_GIFT_FTC_NORMAL_GACHA_TICKET_1 = 20, + PRODUCT_GIFT_FTC_NORMAL_GACHA_TICKET_10 = 21, + PRODUCT_GIFT_TICKET_10 = 22, + _, +}; + +pub const FeatureSwitchType = enum(i32) { + FEATURE_SWITCH_NONE = 0, + FEATURE_SWITCH_SHOP = 1, + FEATURE_SWITCH_LINEUP_NAME = 2, + FEATURE_SWITCH_RECHARGE_SHOP = 3, + FEATURE_SWITCH_NICKNAME = 4, + FEATURE_SWITCH_SIGNATURE = 5, + FEATURE_SWITCH_BATTLEPASS = 6, + FEATURE_SWITCH_PUNK_LORD = 7, + FEATURE_SWITCH_MONTHCARD_DAILY = 8, + FEATURE_SWITCH_PICTURE_SHARE = 9, + FEATURE_SWITCH_ROGUE = 10, + FEATURE_SWITCH_CHALLENGE = 11, + FEATURE_SWITCH_COCOON = 12, + FEATURE_SWITCH_RAID = 13, + FEATURE_SWITCH_MAZE_PLANE_EVENT = 14, + FEATURE_SWITCH_ACTIVITY_PANEL = 15, + FEATURE_SWITCH_MAILBOX = 16, + FEATURE_SWITCH_QUEST = 17, + FEATURE_SWITCH_GACHA = 18, + FEATURE_SWITCH_CHAT = 19, + FEATURE_SWITCH_MODIFY_FRIEND_ALIAS = 20, + FEATURE_SWITCH_USE_ITEM = 21, + FEATURE_SWITCH_ACTIVITY_SCHEDULE = 22, + FEATURE_SWITCH_FARM_ELEMENT = 23, + FEATURE_SWITCH_ACHIEVEMENT_LEVEL = 24, + FEATURE_SWITCH_DAILY_ACTIVE_LEVEL = 25, + FEATURE_SWITCH_PLAYER_RETURN = 26, + FEATURE_SWITCH_FIRST_SET_NICKNAME = 27, + FEATURE_SWITCH_MAIN_MISSION_REWARD = 28, + FEATURE_SWITCH_SUB_MISSION_REWARD = 29, + FEATURE_SWITCH_PAM_MISSION = 30, + FEATURE_SWITCH_DESTROY_ITEM = 32, + FEATURE_SWITCH_CONSUME_ITEM_TURN = 33, + FEATURE_SWITCH_ROGUE_MODIFIER = 34, + FEATURE_SWITCH_CHESS_ROGUE = 35, + FEATURE_SWITCH_CHESS_ROGUE_BOARD = 36, + FEATURE_SWITCH_ROLL_SHOP = 37, + FEATURE_SWITCH_H5_RETURN = 38, + FEATURE_SWITCH_OFFERING = 39, + FEATURE_SWITCH_SERVER_RED_POINT = 40, + FEATURE_SWITCH_MONOPOLY_OPTION_RATIO = 41, + FEATURE_SWITCH_MONOPOLY_GET_RAFFLE_TICKET = 42, + FEATURE_SWITCH_MONOPOLY_TAKE_RAFFLE_REWARD = 43, + FEATURE_SWITCH_CHALLENGE_RECOMMEND_LINEUP = 44, + FEATURE_SWITCH_PSN_MEMBER_SHIP_CHECK = 45, + FEATURE_SWITCH_PLAYER_BOARD_DEVELOPMENT = 46, + FEATURE_SWITCH_PVP = 47, + FEATURE_SWITCH_ROGUE_MODE = 48, + FEATURE_SWITCH_ROGUE_TOURN_UGC = 49, + FEATURE_SWITCH_RELIC_FILTER_PLAN_NAME = 50, + FEATURE_SWITCH_MAZE_ITEM_USE_BUFF_DROP = 51, + FEATURE_SWITCH_RED_DOT = 52, + FEATURE_SWITCH_GAME_STATE_SERVICE = 53, + FEATURE_SWITCH_BENEFIT_INDEX = 54, + FEATURE_SWITCH_ROGUE_TOURN_BUILD_REF = 55, + FEATURE_SWITCH_PRE_AVATAR_SET_GROWTH_TARGET = 56, + FEATURE_SWITCH_IMPORT_RELIC_FILTER_PLAN = 58, + FEATURE_SWITCH_GACHA_DECIDE_ITEM = 59, + FEATURE_SWITCH_ITEM_SYNC = 60, + FEATURE_SWITCH_RECHARGE_BENEFIT = 61, + FEATURE_SWITCH_RECHARGE_GIFT = 62, + FEATURE_SWITCH_ROGUE_TOURN_BUILD_REF_SHARE_CODE = 63, + FEATURE_SWITCH_GACHA_AVATAR_TOAST = 64, + FEATURE_SWITCH_ROGUE_TOURN_BUILD_REF_SHARE_CODE_RENAME = 65, + FEATURE_SWITCH_RELIC_SMART_DISCARD = 66, + FEATURE_SWITCH_PLANETFES_SOCIAL = 67, + FEATURE_SWITCH_RELIC_REFORGE = 68, + FEATURE_SWITCH_RELIC_COMPOSE = 69, + FEATURE_SWITCH_RELIC_DECOMPOSE = 70, + FEATURE_SWITCH_ROGUE_TOURN_COCOON = 71, + FEATURE_SWITCH_ITEM_COMPOSE = 72, + FEATURE_SWITCH_GROW_MATERIAL_AUTO_COMPLETE = 73, + FEATURE_SWITCH_SKIP_PERFORMANCE = 74, + _, +}; + +pub const SecretKeyType = enum(i32) { + SECRET_KEY_NONE = 0, + SECRET_KEY_SERVER_CHECK = 1, + SECRET_KEY_VIDEO = 2, + SECRET_KEY_BATTLE_TIME = 3, + _, +}; + +pub const ReplayType = enum(i32) { + REPLAY_TYPE_NONE = 0, + REPLAY_TYPE_PUNK_LORD = 1, + _, +}; + +pub const PunkLordShareType = enum(i32) { + PUNK_LORD_SHARE_TYPE_NONE = 0, + PUNK_LORD_SHARE_TYPE_FRIEND = 1, + PUNK_LORD_SHARE_TYPE_ALL = 2, + _, +}; + +pub const PunkLordAttackerStatus = enum(i32) { + PUNK_LORD_ATTACKER_STATUS_NONE = 0, + PUNK_LORD_ATTACKER_STATUS_ATTACKED = 1, + PUNK_LORD_ATTACKER_STATUS_ATTACKING = 2, + PUNK_LORD_ATTACKER_STATUS_ATTACKED_AND_ATTACKING = 3, + _, +}; + +pub const PunkLordMonsterInfoNotifyReason = enum(i32) { + PUNK_LORD_MONSTER_INFO_NOTIFY_REASON_NONE = 0, + PUNK_LORD_MONSTER_INFO_NOTIFY_REASON_ENTER_RAID = 1, + PUNK_LORD_MONSTER_INFO_NOTIFY_REASON_BATTLE_END = 2, + PUNK_LORD_MONSTER_INFO_NOTIFY_REASON_LEAVE_RAID = 3, + _, +}; + +pub const ChatType = enum(i32) { + CHAT_TYPE_NONE = 0, + CHAT_TYPE_PRIVATE = 1, + CHAT_TYPE_GROUP = 2, + _, +}; + +pub const MsgType = enum(i32) { + MSG_TYPE_NONE = 0, + MSG_TYPE_CUSTOM_TEXT = 1, + MSG_TYPE_EMOJI = 2, + MSG_TYPE_INVITE = 3, + MSG_TYPE_PLANET_FES = 4, + _, +}; + +pub const PlanetFesType = enum(i32) { + PLANET_FES_MSG_CONTENT_NONE = 0, + PLANET_FES_MSG_CONTENT_APPLY_REQ = 1, + PLANET_FES_MSG_CONTENT_PIECE_OFFERED = 2, + _, +}; + +pub const ShieldType = enum(i32) { + SHIELD_TYPE_NONE = 0, + SHIELD_TYPE_REPLACE = 1, + SHIELD_TYPE_SHIED = 2, + _, +}; + +pub const FuncUnlockIdType = enum(i32) { + FUNC_UNLOCK_ID_NONE = 0, + FUNC_UNLOCK_ID_RELIC = 403, + FUNC_UNLOCK_ID_RELIC_NUM = 404, + FUNC_UNLOCK_ID_EQUIPMENT = 401, + FUNC_UNLOCK_ID_SKILLTREE = 402, + FUNC_UNLOCK_ID_GACHA = 2300, + FUNC_UNLOCK_ID_EXPEDITION = 3100, + FUNC_UNLOCK_ID_COMPOSE = 4100, + FUNC_UNLOCK_ID_FIGHTACTIVITY = 3700, + _, +}; + +pub const AssistAvatarType = enum(i32) { + ASSIST_AVATAR_UNKNOW = 0, + ASSIST_AVATAR_LEVEL = 1, + ASSIST_AVATAR_RANK = 2, + _, +}; + +pub const DevelopmentType = enum(i32) { + DEVELOPMENT_NONE = 0, + DEVELOPMENT_ROGUE_COSMOS = 1, + DEVELOPMENT_ROGUE_CHESS = 2, + DEVELOPMENT_ROGUE_CHESS_NOUS = 3, + DEVELOPMENT_MEMORY_CHALLENGE = 4, + DEVELOPMENT_STORY_CHALLENGE = 5, + DEVELOPMENT_UNLOCK_AVATAR = 6, + DEVELOPMENT_UNLOCK_EQUIPMENT = 7, + DEVELOPMENT_ACTIVITY_START = 8, + DEVELOPMENT_ACTIVITY_END = 9, + DEVELOPMENT_BOSS_CHALLENGE = 10, + DEVELOPMENT_ROGUE_TOURN = 11, + DEVELOPMENT_ROGUE_TOURN_WEEK = 12, + DEVELOPMENT_ROGUE_MAGIC = 13, + _, +}; + +pub const PlayingState = enum(i32) { + PLAYING_STATE_NONE = 0, + PLAYING_ROGUE_COSMOS = 1, + PLAYING_ROGUE_CHESS = 2, + PLAYING_ROGUE_CHESS_NOUS = 3, + PLAYING_CHALLENGE_MEMORY = 4, + PLAYING_CHALLENGE_STORY = 5, + PLAYING_CHALLENGE_BOSS = 6, + PLAYING_ROGUE_TOURN = 7, + PLAYING_ROGUE_MAGIC = 8, + _, +}; + +pub const MatchRoomCharacterType = enum(i32) { + MatchRoomCharacter_None = 0, + MatchRoomCharacter_Leader = 1, + MatchRoomCharacter_Member = 2, + MatchRoomCharacter_Watcher = 3, + _, +}; + +pub const MatchRoomCharacterStatus = enum(i32) { + MatchRoomCharacterStatus_None = 0, + MatchRoomCharacterStatus_Idle = 1, + MatchRoomCharacterStatus_Operating = 2, + MatchRoomCharacterStatus_Ready = 3, + MatchRoomCharacterStatus_Fighting = 4, + MatchRoomCharacterStatus_Watching = 5, + _, +}; + +pub const MGECFLOEOEG = enum(i32) { + PLANET_FES_CARD_PIECE_APPLY_PERMISSION_REVIEW = 0, + PLANET_FES_CARD_PIECE_APPLY_PERMISSION_FREE = 1, + PLANET_FES_CARD_PIECE_PERMISSION_BAN = 2, + _, +}; + +pub const GHANGCBOEMC = enum(i32) { + PLANET_FES_CARD_PIECE_INTERACT_APPLYING = 0, + PLANET_FES_CARD_PIECE_INTERACT_OFFERED = 1, + PLANET_FES_CARD_PIECE_INTERACT_OFFER_TAKEN = 2, + PLANET_FES_CARD_PIECE_INTERACT_APPLY_CANCELD = 3, + PLANET_FES_CARD_PIECE_INTERACT_APPLY_COMPENSATED = 4, + _, +}; + +pub const IJHBCBEOPFE = enum(i32) { + PLANET_FES_CARD_PIECE_OFFER_SOURCE_REVIEW_APPLY = 0, + PLANET_FES_CARD_PIECE_OFFER_SOURCE_FREE_APPLY = 1, + PLANET_FES_CARD_PIECE_OFFER_SOURCE_GIVE = 2, + _, +}; + +pub const DLBFAHOAGPH = enum(i32) { + FATE_SOURCE_TYPE_NONE = 0, + FATE_SOURCE_TYPE_FATE_BUFF = 1, + FATE_SOURCE_TYPE_TRAIT_BUFF = 2, + FATE_SOURCE_TYPE_REIJU = 3, + FATE_SOURCE_TYPE_HOUGU = 4, + FATE_SOURCE_TYPE_AFFIX = 5, + FATE_SOURCE_TYPE_REIJU_AFFIX = 6, + FATE_SOURCE_TYPE_LEVEL = 7, + FATE_SOURCE_TYPE_MASTER = 8, + FATE_SOURCE_TYPE_TRAIT = 9, + _, +}; + +pub const ENHDPLIKFHM = enum(i32) { + MATCH_THREE_VERSION_NONE = 0, + MATCH_THREE_V1 = 1, + MATCH_THREE_V2 = 2, + _, +}; + +pub const DLLLEANDAIH = enum(i32) { + FRIEND_RECOMMEND_LINEUP_TYPE_NONE = 0, + FRIEND_RECOMMEND_LINEUP_TYPE_CHALLENGE = 1, + FRIEND_RECOMMEND_LINEUP_TYPE_LOCAL_LEGEND = 2, + _, +}; + +pub const BattleCheckStrategyType = enum(i32) { + BATTLE_CHECK_STRATEGY_IDENTICAL = 0, + BATTLE_CHECK_STRATEGY_SERVER = 1, + BATTLE_CHECK_STRATEGY_CLIENT = 2, + _, +}; + +pub const BattleCheckResultType = enum(i32) { + BATTLE_CHECK_RESULT_SUCC = 0, + BATTLE_CHECK_RESULT_FAIL = 1, + BATTLE_CHECK_RESULT_PASS = 2, + _, +}; + +pub const BattleModuleType = enum(i32) { + BATTLE_MODULE_MAZE = 0, + BATTLE_MODULE_CHALLENGE = 1, + BATTLE_MODULE_COCOON = 2, + BATTLE_MODULE_ROGUE = 3, + BATTLE_MODULE_CHALLENGE_ACTIVITY = 4, + BATTLE_MODULE_TRIAL_LEVEL = 5, + BATTLE_MODULE_AETHER_DIVIDE = 6, + _, +}; + +pub const AetherdivideSpiritLineupType = enum(i32) { + AETHERDIVIDE_SPIRIT_LINEUP_NONE = 0, + AETHERDIVIDE_SPIRIT_LINEUP_NORMAL = 1, + AETHERDIVIDE_SPIRIT_LINEUP_TRIAL = 2, + _, +}; + +pub const BattleTargetType = enum(i32) { + BATTLE_TARGET_TYPE_NONE = 0, + BATTLE_TARGET_TYPE_SCORE = 1, + BATTLE_TARGET_TYPE_ACHIEVEMENT = 2, + BATTLE_TARGET_TYPE_RAID = 3, + BATTLE_TARGET_TYPE_CHALLENGE_SCORE = 4, + BATTLE_TARGET_TYPE_COMMON = 5, + BATTLE_TARGET_TYPE_CLIENT_ACHIEVEMENT = 6, + _, +}; + +pub const DeathSource = enum(i32) { + UNKNOWN = 0, + KILLED_BY_OTHERS = 1, + KILLED_BY_SELF = 2, + ESCAPE = 3, + _, +}; + +pub const BattleTag = enum(i32) { + TAG_NONE = 0, + TAG_HIDE_NPC_MONSTER = 1, + _, +}; + +pub const HEMBNDJAFDA = enum(i32) { + NORMAL_CREATE = 0, + FORM_CHANGE = 1, + _, +}; + +pub const BattleEndReason = enum(i32) { + BATTLE_END_REASON_NONE = 0, + BATTLE_END_REASON_ALL_DIE = 1, + BATTLE_END_REASON_TURN_LIMIT = 2, + _, +}; + +pub const BattleStaticticEventType = enum(i32) { + BATTLE_STATICTIC_EVENT_NONE = 0, + BATTLE_STATICTIC_EVENT_TREASURE_DUNGEON_ADD_EXPLORE = 1, + BATTLE_STATICTIC_EVENT_TREASURE_DUNGEON_OPEN_GRID = 2, + BATTLE_STATICTIC_EVENT_TREASURE_DUNGEON_PICKUP_ITEM = 3, + BATTLE_STATICTIC_EVENT_TREASURE_DUNGEON_USE_BUFF = 4, + BATTLE_STATICTIC_EVENT_TELEVISION_ACTIVITY_UPDATE_MAZE_BUFF_LAYER = 5, + BATTLE_STATICTIC_EVENT_ROGUE_TOURN_TITAN_EXTRA_COIN = 6, + BATTLE_STATICTIC_EVENT_ROGUE_TOURN_TITAN_EXTRA_COIN_TIMES = 7, + _, +}; + +pub const BOJGAKMDPDL = enum(i32) { + EVOLVE_BUILD_FUNC_NONE = 0, + EVOLVE_BUILD_FUNC_GEAR_RESET = 1, + EVOLVE_BUILD_FUNC_GEAR_REMOVE = 2, + EVOLVE_BUILD_FUNC_GEAR_SKIP = 3, + EVOLVE_BUILD_FUNC_CARD_RESET = 4, + _, +}; + +pub const JEGLEIKMNCL = enum(i32) { + kNone = 0, + kkillEliteMonsterNum = 1, + kkillMonsterNum = 2, + _, +}; + +pub const BattleEndStatus = enum(i32) { + BATTLE_END_NONE = 0, + BATTLE_END_WIN = 1, + BATTLE_END_LOSE = 2, + BATTLE_END_QUIT = 3, + _, +}; + +pub const JEBLPLIAHNM = enum(i32) { + MANUAL_AVATAR_UPGRADE_NONE = 0, + MANUAL_AVATAR_UPGRADE_FATE = 1, + _, +}; + +pub const FightGameMode = enum(i32) { + FIGHT_GAME_MODE_NONE = 0, + FIGHT_GAME_MODE_MATCH3 = 1, + FIGHT_GAME_MODE_MARBLE = 2, + FIGHT_GAME_MODE_MATCH3_SOLO = 3, + _, +}; + +pub const FightKickoutType = enum(i32) { + FIGHT_KICKOUT_UNKNOWN = 0, + FIGHT_KICKOUT_BLACK = 1, + FIGHT_KICKOUT_BY_GM = 2, + FIGHT_KICKOUT_TIMEOUT = 3, + FIGHT_KICKOUT_SESSION_RESET = 4, + _, +}; + +pub const LobbyCharacterType = enum(i32) { + LobbyCharacter_None = 0, + LobbyCharacter_Leader = 1, + LobbyCharacter_Member = 2, + LobbyCharacter_Watcher = 3, + _, +}; + +pub const LobbyCharacterStatus = enum(i32) { + LobbyCharacterStatus_None = 0, + LobbyCharacterStatus_Idle = 1, + LobbyCharacterStatus_Operating = 2, + LobbyCharacterStatus_Ready = 3, + LobbyCharacterStatus_Fighting = 4, + LobbyCharacterStatus_Watching = 5, + LobbyCharacterStatus_Matching = 6, + LobbyCharacterStatus_LobbyStartFight = 7, + _, +}; + +pub const LobbyModifyType = enum(i32) { + LobbyModifyType_None = 0, + LobbyModifyType_Idle = 1, + LobbyModifyType_Ready = 2, + LobbyModifyType_Operating = 3, + LobbyModifyType_CancelMatch = 4, + LobbyModifyType_Match = 5, + LobbyModifyType_QuitLobby = 6, + LobbyModifyType_KickOut = 7, + LobbyModifyType_TimeOut = 8, + LobbyModifyType_JoinLobby = 9, + LobbyModifyType_LobbyDismiss = 10, + LobbyModifyType_MatchTimeOut = 11, + LobbyModifyType_FightStart = 12, + LobbyModifyType_Logout = 13, + LobbyModifyType_FightEnd = 14, + LobbyModifyType_FightRoomDestroyInInit = 15, + LobbyModifyType_LobbyStartFight = 16, + LobbyModifyType_LobbyStartFightTimeout = 17, + _, +}; + +pub const FightRoomDestroyReason = enum(i32) { + FIGHT_ROOM_DESTROY_REASON_NONE = 0, + FIGHT_ROOM_DESTROY_REASON_SVR_STOP = 1, + FIGHT_ROOM_DESTROY_REASON_GAME_END = 2, + _, +}; + +pub const Match3FinishReason = enum(i32) { + MATCH3_FINISH_REASON_DEFAULT = 0, + MATCH3_FINISH_REASON_LEAVE = 1, + MATCH3_FINISH_REASON_DIE = 2, + MATCH3_FINISH_REASON_GAMEEND = 3, + MATCH3_FINISH_REASON_KICKOUT = 4, + MATCH3_FINISH_REASON_WIN = 5, + MATCH3_FINISH_REASON_LOSE = 6, + MATCH3_FINISH_REASON_TIE = 7, + _, +}; + +pub const MatchUnitType = enum(i32) { + MATCH_UNIT_TYPE_NONE = 0, + MATCH_UNIT_TYPE_NORMAL = 1, + MATCH_UNIT_TYPE_ROBOT = 2, + MATCH_UNIT_TYPE_GM = 3, + _, +}; + +pub const FFJPPNGGLFF = enum(i32) { + FIGHT_PLAYER_RESULT_NONE = 0, + FIGHT_PLAYER_RESULT_WIN = 1, + FIGHT_PLAYER_RESULT_FAIL = 2, + FIGHT_PLAYER_RESULT_DRAW = 3, + _, +}; + +pub const IMAONMHILNE = enum(i32) { + LOBBY_INTERACT_TYPE_NONE = 0, + LOBBY_INTERACT_TYPE_REMIND_PREPARE = 1, + _, +}; + +pub const retcode = enum(i32) { + RET_SUCC = 0, + RET_FAIL = 1, + RET_SERVER_INTERNAL_ERROR = 2, + RET_TIMEOUT = 3, + RET_REPEATED_REQ = 4, + RET_REQ_PARA_INVALID = 5, + RET_PLAYER_DATA_ERROR = 6, + RET_PLAYER_CLIENT_PAUSED = 7, + RET_FUNC_CHECK_FAILED = 8, + RET_FEATURE_SWITCH_CLOSED = 9, + RET_FREQ_OVER_LIMIT = 10, + RET_SYSTEM_BUSY = 11, + RET_PLAYER_NOT_ONLINE = 12, + RET_OPERATION_IN_CD = 13, + RET_REPEATE_LOGIN = 1000, + RET_RETRY_LOGIN = 1001, + RET_WAIT_LOGIN = 1002, + RET_NOT_IN_WHITE_LIST = 1003, + RET_IN_BLACK_LIST = 1004, + RET_ACCOUNT_VERIFY_ERROR = 1005, + RET_ACCOUNT_PARA_ERROR = 1006, + RET_ANTI_ADDICT_LOGIN = 1007, + RET_CHECK_SUM_ERROR = 1008, + RET_REACH_MAX_PLAYER_NUM = 1009, + RET_ALREADY_REGISTERED = 1010, + RET_GENDER_ERROR = 1011, + SET_NICKNAME_RET_CALLBACK_PROCESSING = 1012, + RET_IN_GM_BIND_ACCESS = 1013, + RET_QUEST_REWARD_ALREADY_TAKEN = 1100, + RET_QUEST_NOT_ACCEPT = 1101, + RET_QUEST_NOT_FINISH = 1102, + RET_QUEST_STATUS_ERROR = 1103, + RET_ACHIEVEMENT_LEVEL_NOT_REACH = 1104, + RET_ACHIEVEMENT_LEVEL_ALREADY_TAKEN = 1105, + RET_AVATAR_NOT_EXIST = 1200, + RET_AVATAR_RES_EXP_NOT_ENOUGH = 1201, + RET_AVATAR_EXP_REACH_PROMOTION_LIMIT = 1202, + RET_AVATAR_REACH_MAX_PROMOTION = 1203, + RET_SKILLTREE_CONFIG_NOT_EXIST = 1204, + RET_SKILLTREE_ALREADY_UNLOCK = 1205, + RET_SKILLTREE_PRE_LOCKED = 1206, + RET_SKILLTREE_LEVEL_NOT_MEET = 1207, + RET_SKILLTREE_RANK_NOT_MEET = 1208, + RET_AVATAR_DRESS_NO_EQUIPMENT = 1209, + RET_AVATAR_EXP_ITEM_NOT_EXIST = 1210, + RET_SKILLTREE_POINT_LOCKED = 1211, + RET_SKILLTREE_POINT_LEVEL_UPGRADE_NOT_MATCH = 1212, + RET_SKILLTREE_POINT_LEVEL_REACH_MAX = 1213, + RET_WORLD_LEVEL_NOT_MEET = 1214, + RET_PLAYER_LEVEL_NOT_MEET = 1215, + RET_AVATAR_RANK_NOT_MATCH = 1216, + RET_AVATAR_RANK_REACH_MAX = 1217, + RET_HERO_BASIC_TYPE_NOT_MATCH = 1218, + RET_AVATAR_PROMOTION_NOT_MEET = 1219, + RET_PROMOTION_REWARD_CONFIG_NOT_EXIST = 1220, + RET_PROMOTION_REWARD_ALREADY_TAKEN = 1221, + RET_AVATAR_SKIN_ITEM_NOT_EXIST = 1222, + RET_AVATAR_SKIN_ALREADY_DRESSED = 1223, + RET_AVATAR_NOT_DRESS_SKIN = 1224, + RET_AVATAR_SKIN_NOT_MATCH_AVATAR = 1225, + RET_AVATAR_PATH_NOT_MATCH = 1226, + RET_AVATAR_ENHANCED_ID_NOT_EXIST = 1227, + RET_AVATAR_ENHANCED_ID_ALREADY_SET = 1228, + RET_AVATAR_NOT_CUR_ENHANCED_ID = 1229, + RET_ITEM_NOT_EXIST = 1300, + RET_ITEM_COST_NOT_ENOUGH = 1301, + RET_ITEM_COST_TOO_MUCH = 1302, + RET_ITEM_NO_COST = 1303, + RET_ITEM_NOT_ENOUGH = 1304, + RET_ITEM_INVALID = 1305, + RET_ITEM_CONFIG_NOT_EXIST = 1306, + RET_SCOIN_NOT_ENOUGH = 1307, + RET_ITEM_REWARD_EXCEED_LIMIT = 1308, + RET_ITEM_INVALID_USE = 1309, + RET_ITEM_USE_CONFIG_NOT_EXIST = 1310, + RET_REWARD_CONFIG_NOT_EXIST = 1311, + RET_ITEM_EXCEED_LIMIT = 1312, + RET_ITEM_COUNT_INVALID = 1313, + RET_ITEM_USE_TARGET_TYPE_INVALID = 1314, + RET_ITEM_USE_SATIETY_FULL = 1315, + RET_ITEM_COMPOSE_NOT_EXIST = 1316, + RET_RELIC_COMPOSE_NOT_EXIST = 1317, + RET_ITEM_CAN_NOT_SELL = 1318, + RET_ITEM_SELL_EXCEDD_LIMIT = 1319, + RET_ITEM_NOT_IN_COST_LIST = 1320, + RET_ITEM_SPECIAL_COST_NOT_ENOUGH = 1321, + RET_ITEM_SPECIAL_COST_TOO_MUCH = 1322, + RET_ITEM_FORMULA_NOT_EXIST = 1323, + RET_ITEM_AUTO_GIFT_OPTIONAL_NOT_EXIST = 1324, + RET_RELIC_COMPOSE_RELIC_INVALID = 1325, + RET_RELIC_COMPOSE_MAIN_AFFIX_ID_INVALID = 1326, + RET_RELIC_COMPOSE_WRONG_FORMULA_TYPE = 1327, + RET_RELIC_COMPOSE_RELIC_NOT_EXIST = 1328, + RET_RELIC_COMPOSE_BLACK_GOLD_COUNT_INVALID = 1329, + RET_RELIC_COMPOSE_BLACK_GOLD_NOT_NEED = 1330, + RET_MONTH_CARD_CANNOT_USE = 1331, + RET_ITEM_REWARD_EXCEED_DISAPPEAR = 1332, + RET_ITEM_NEED_RECYCLE = 1333, + RET_ITEM_COMPOSE_EXCEED_LIMIT = 1334, + RET_ITEM_CAN_NOT_DESTROY = 1335, + RET_ITEM_ALREADY_MARK = 1336, + RET_ITEM_MARK_EXCEED_LIMIT = 1337, + RET_ITEM_NOT_MARK = 1338, + RET_ITEN_TURN_FOOD_NOT_SET = 1339, + RET_ITEM_TURN_FOOD_ALREADY_SET = 1340, + RET_ITEM_TURN_FOOD_CONSUME_TYPE_ERROR = 1341, + RET_ITEM_TURN_FOOD_SWITCH_ALREADY_OPEN = 1342, + RET_ITEM_TURN_FOOD_SWITCH_ALREADY_CLOSE = 1343, + RET_HCOIN_EXCHANGE_TOO_MUCH = 1344, + RET_ITEM_TURN_FOOD_SCENE_TYPE_ERROR = 1345, + RET_EQUIPMENT_ALREADY_DRESSED = 1350, + RET_EQUIPMENT_NOT_EXIST = 1351, + RET_EQUIPMENT_REACH_LEVEL_LIMIT = 1352, + RET_EQUIPMENT_CONSUME_SELF = 1353, + RET_EQUIPMENT_ALREADY_LOCKED = 1354, + RET_EQUIPMENT_ALREADY_UNLOCKED = 1355, + RET_EQUIPMENT_LOCKED = 1356, + RET_EQUIPMENT_SELECT_NUM_OVER_LIMIT = 1357, + RET_EQUIPMENT_RANK_UP_MUST_CONSUME_SAME_TID = 1358, + RET_EQUIPMENT_PROMOTION_REACH_MAX = 1359, + RET_EQUIPMENT_RANK_UP_REACH_MAX = 1360, + RET_EQUIPMENT_LEVEL_REACH_MAX = 1361, + RET_EQUIPMENT_EXCEED_LIMIT = 1362, + RET_RELIC_NOT_EXIST = 1363, + RET_RELIC_REACH_LEVEL_LIMIT = 1364, + RET_RELIC_CONSUME_SELF = 1365, + RET_RELIC_ALREADY_DRESSED = 1366, + RET_RELIC_LOCKED = 1367, + RET_RELIC_ALREADY_LOCKED = 1368, + RET_RELIC_ALREADY_UNLOCKED = 1369, + RET_RELIC_LEVEL_IS_NOT_ZERO = 1370, + RET_UNIQUE_ID_REPEATED = 1371, + RET_EQUIPMENT_LEVEL_NOT_MEET = 1372, + RET_EQUIPMENT_ITEM_NOT_IN_COST_LIST = 1373, + RET_EQUIPMENT_LEVEL_GREATER_THAN_ONE = 1374, + RET_EQUIPMENT_ALREADY_RANKED = 1375, + RET_RELIC_EXCEED_LIMIT = 1376, + RET_RELIC_ALREADY_DISCARDED = 1377, + RET_RELIC_ALREADY_UNDISCARDED = 1378, + RET_EQUIPMENT_BATCH_LOCK_TOO_FAST = 1379, + RET_RELIC_FILTER_PLAN_SLOT_EMPTY = 1380, + RET_RELIC_FILTER_PLAN_NUM_EXCEED_LIMIT = 1381, + RET_RELIC_FILTER_PLAN_NAME_UTF8_ERROR = 1382, + RET_RELIC_FILTER_PLAN_NAME_FORMAT_ERROR = 1383, + RET_RELIC_FILTER_PLAN_NO_CHANGE = 1384, + RET_RELIC_REFORGE_NOT_CONFIRMED = 1385, + RET_EQUIPMENT_ALREADY_LEVELUP = 1386, + RET_EQUIPMENT_RARITY_ERROR = 1387, + RET_LINEUP_INVALID_INDEX = 1400, + RET_LINEUP_INVALID_MEMBER_POS = 1401, + RET_LINEUP_SWAP_NOT_EXIST = 1402, + RET_LINEUP_AVATAR_ALREADY_IN = 1403, + RET_LINEUP_CREATE_AVATAR_ERROR = 1404, + RET_LINEUP_AVATAR_INIT_ERROR = 1405, + RET_LINEUP_NOT_EXIST = 1406, + RET_LINEUP_ONLY_ONE_MEMBER = 1407, + RET_LINEUP_SAME_LEADER_SLOT = 1408, + RET_LINEUP_NO_LEADER_SELECT = 1409, + RET_LINEUP_SWAP_SAME_SLOT = 1410, + RET_LINEUP_AVATAR_NOT_EXIST = 1411, + RET_LINEUP_TRIAL_AVATAR_CAN_NOT_QUIT = 1412, + RET_LINEUP_VIRTUAL_LINEUP_PLANE_NOT_MATCH = 1413, + RET_LINEUP_NOT_VALID_LEADER = 1414, + RET_LINEUP_SAME_INDEX = 1415, + RET_LINEUP_IS_EMPTY = 1416, + RET_LINEUP_NAME_FORMAT_ERROR = 1417, + RET_LINEUP_TYPE_NOT_MATCH = 1418, + RET_LINEUP_REPLACE_ALL_FAILED = 1419, + RET_LINEUP_NOT_ALLOW_EDIT = 1420, + RET_LINEUP_AVATAR_IS_ALIVE = 1421, + RET_LINEUP_ASSIST_HAS_ONLY_MEMBER = 1422, + RET_LINEUP_ASSIST_CANNOT_SWITCH = 1423, + RET_LINEUP_AVATAR_TYPE_INVALID = 1424, + RET_LINEUP_NAME_UTF8_ERROR = 1425, + RET_LINEUP_LEADER_LOCK = 1426, + RET_LINEUP_STORY_LINE_NOT_MATCH = 1427, + RET_LINEUP_AVATAR_LOCK = 1428, + RET_LINEUP_AVATAR_INVALID = 1429, + RET_LINEUP_AVATAR_ALREADY_INIT = 1430, + RET_LINEUP_LIMITED = 1431, + RET_MAIL_NOT_EXIST = 1700, + RET_MAIL_RANGE_INVALID = 1701, + RET_MAIL_MAIL_ID_INVALID = 1702, + RET_MAIL_NO_MAIL_TAKE_ATTACHMENT = 1703, + RET_MAIL_NO_MAIL_TO_DEL = 1704, + RET_MAIL_TYPE_INVALID = 1705, + RET_MAIL_PARA_INVALID = 1706, + RET_MAIL_ATTACHEMENT_INVALID = 1707, + RET_MAIL_TICKET_INVALID = 1708, + RET_MAIL_TICKET_REPEATED = 1709, + RET_STAGE_SETTLE_ERROR = 1800, + RET_STAGE_CONFIG_NOT_EXIST = 1801, + RET_STAGE_NOT_FOUND = 1802, + RET_STAGE_COCOON_PROP_NOT_VALID = 1804, + RET_STAGE_COCOON_WAVE_NOT_VALID = 1805, + RET_STAGE_PROP_ID_NOT_EQUAL = 1806, + RET_STAGE_COCOON_WAVE_OVER = 1807, + RET_STAGE_WEEK_COCOON_OVER_CNT = 1808, + RET_STAGE_COCOON_NOT_OPEN = 1809, + RET_STAGE_TRIAL_NOT_OPEN = 1810, + RET_STAGE_FARM_NOT_OPEN = 1811, + RET_STAGE_FARM_TYPE_ERROR = 1812, + RET_STAGE_FARM_SWEEP_CD = 1813, + RET_CHAPTER_LOCK = 1900, + RET_CHAPTER_CHALLENGE_NUM_NOT_ENOUGH = 1901, + RET_CHAPTER_REWARD_ID_NOT_EXIST = 1902, + RET_CHAPTER_REWARD_ALREADY_TAKEN = 1903, + RET_BATTLE_STAGE_NOT_MATCH = 2000, + RET_IN_BATTLE_NOW = 2001, + RET_BATTLE_CHEAT = 2002, + RET_BATTLE_FAIL = 2003, + RET_BATTLE_NO_LINEUP = 2004, + RET_BATTLE_LINEUP_EMPTY = 2005, + RET_BATTLE_VERSION_NOT_MATCH = 2006, + RET_BATTLE_QUIT_BY_SERVER = 2007, + RET_IN_BATTLE_CHECK = 2008, + RET_BATTLE_CHECK_NEED_RETRY = 2009, + RET_BATTLE_COST_TIME_CHECK_FAIL = 2010, + RET_LACK_EXCHANGE_STAMINA_TIMES = 2100, + RET_LACK_STAMINA = 2101, + RET_STAMINA_FULL = 2102, + RET_AUTHKEY_SIGN_TYPE_ERROR = 2103, + RET_AUTHKEY_SIGN_VER_ERROR = 2104, + RET_NICKNAME_FORMAT_ERROR = 2105, + RET_SENSITIVE_WORDS = 2106, + RET_LEVEL_REWARD_HAS_TAKEN = 2107, + RET_LEVEL_REWARD_LEVEL_ERROR = 2108, + RET_LANGUAGE_INVALID = 2109, + RET_NICKNAME_IN_CD = 2110, + RET_GAMEPLAY_BIRTHDAY_INVALID = 2111, + RET_GAMEPLAY_BIRTHDAY_ALREADY_SET = 2112, + RET_NICKNAME_UTF8_ERROR = 2113, + RET_NICKNAME_DIGIT_LIMIT_ERROR = 2114, + RET_SENSITIVE_WORDS_PLATFORM_ERROR = 2115, + RET_PLAYER_SETTING_TYPE_INVALID = 2116, + RET_MAZE_LACK_TICKET = 2201, + RET_MAZE_NOT_UNLOCK = 2202, + RET_MAZE_NO_ABILITY = 2204, + RET_MAZE_NO_PLANE = 2205, + RET_MAZE_MAP_NOT_EXIST = 2207, + RET_MAZE_MP_NOT_ENOUGH = 2213, + RET_SPRING_NOT_ENABLE = 2214, + RET_SPRING_TOO_FAR = 2216, + RET_NOT_IN_MAZE = 2218, + RET_MAZE_TIME_OF_DAY_TYPE_ERROR = 2223, + RET_SCENE_TRANSFER_LOCKED_BY_TASK = 2224, + RET_PLOT_NOT_UNLOCK = 2300, + RET_MISSION_NOT_EXIST = 2400, + RET_MISSION_ALREADY_DONE = 2401, + RET_DAILY_TASK_NOT_FINISH = 2402, + RET_DAILY_TASK_REWARD_HAS_TAKEN = 2403, + RET_MISSION_NOT_FINISH = 2404, + RET_MISSION_NOT_DOING = 2405, + RET_MISSION_FINISH_WAY_NOT_MATCH = 2406, + RET_MISSION_SCENE_NOT_MATCH = 2407, + RET_MISSION_CUSTOM_VALUE_NOT_VALID = 2408, + RET_MISSION_SUB_MISSION_NOT_MATCH = 2409, + RET_ADVENTURE_MAP_NOT_EXIST = 2500, + RET_SCENE_ENTITY_NOT_EXIST = 2600, + RET_NOT_IN_SCENE = 2601, + RET_SCENE_MONSTER_NOT_EXIST = 2602, + RET_INTERACT_CONFIG_NOT_EXIST = 2603, + RET_UNSUPPORTED_PROP_STATE = 2604, + RET_SCENE_ENTRY_ID_NOT_MATCH = 2605, + RET_SCENE_ENTITY_MOVE_CHECK_FAILED = 2606, + RET_ASSIST_MONSTER_COUNT_LIMIT = 2607, + RET_SCENE_USE_SKILL_FAIL = 2608, + RET_PROP_IS_HIDDEN = 2609, + RET_LOADING_SUCC_ALREADY = 2610, + RET_SCENE_ENTITY_TYPE_INVALID = 2611, + RET_INTERACT_TYPE_INVALID = 2612, + RET_INTERACT_NOT_IN_REGION = 2613, + RET_INTERACT_SUB_TYPE_INVALID = 2614, + RET_NOT_LEADER_ENTITY = 2615, + RET_MONSTER_IS_NOT_FARM_ELEMENT = 2616, + RET_MONSTER_CONFIG_NOT_EXIST = 2617, + RET_AVATAR_HP_ALREADY_FULL = 2618, + RET_CUR_INTERACT_ENTITY_NOT_MATCH = 2619, + RET_PLANE_TYPE_NOT_ALLOW = 2620, + RET_GROUP_NOT_EXIST = 2621, + RET_GROUP_SAVE_DATA_IN_CD = 2622, + RET_GROUP_SAVE_LENGH_REACH_MAX = 2623, + RET_RECENT_ELEMENT_NOT_EXIST = 2624, + RET_RECENT_ELEMENT_STAGE_NOT_MATCH = 2625, + RET_SCENE_POSITION_VERSION_NOT_MATCH = 2626, + RET_GAMEPLAY_COUNTER_NOT_EXIST = 2627, + RET_GAMEPLAY_COUNTER_NOT_ENOUGH = 2628, + RET_GROUP_STATE_NOT_MATCH = 2629, + RET_SCENE_ENTITY_POS_NOT_MATCH = 2630, + RET_GROUP_STATE_CUSTOM_SAVE_DATA_OFF = 2631, + RET_SCENE_NOT_MATCH = 2632, + RET_PROP_TYPE_INVALID = 2633, + RET_NOT_IN_CORRECT_SCENE = 2634, + RET_NOT_IN_CORRECT_DIMENSION = 2635, + RET_NOT_CORRECT_GROUP_PROPERTY_NAME = 2636, + RET_BUY_TIMES_LIMIT = 2700, + RET_BUY_LIMIT_TYPE = 2701, + RET_SHOP_NOT_OPEN = 2702, + RET_GOODS_NOT_OPEN = 2703, + RET_CITY_LEVEL_REWARD_TAKEN = 2704, + RET_CITY_LEVEL_NOT_MEET = 2705, + RET_SINGLE_BUY_LIMIT = 2706, + RET_TUTORIAL_NOT_UNLOCK = 2751, + RET_TUTORIAL_UNLOCK_ALREADY = 2752, + RET_TUTORIAL_FINISH_ALREADY = 2753, + RET_TUTORIAL_PRE_NOT_UNLOCK = 2754, + RET_TUTORIAL_PLAYER_LEVEL_NOT_MATCH = 2755, + RET_TUTORIAL_TUTORIAL_NOT_FOUND = 2756, + RET_CHALLENGE_NOT_EXIST = 2801, + RET_CHALLENGE_NOT_UNLOCK = 2802, + RET_CHALLENGE_ALREADY = 2803, + RET_CHALLENGE_LINEUP_EDIT_FORBIDDEN = 2804, + RET_CHALLENGE_LINEUP_EMPTY = 2805, + RET_CHALLENGE_NOT_DOING = 2806, + RET_CHALLENGE_NOT_FINISH = 2807, + RET_CHALLENGE_TARGET_NOT_FINISH = 2808, + RET_CHALLENGE_TARGET_REWARD_TAKEN = 2809, + RET_CHALLENGE_TIME_NOT_VALID = 2810, + RET_CHALLENGE_STARS_COUNT_NOT_MEET = 2811, + RET_CHALLENGE_STARS_REWARD_TAKEN = 2812, + RET_CHALLENGE_STARS_NOT_EXIST = 2813, + RET_CHALLENGE_CUR_SCENE_NOT_ENTRY_FLOOR = 2814, + RET_CHALLENGE_NO_TEAM_ARCHIVE = 2815, + RET_CHALLENGE_LINEUP_AVATAR_TYPE_INVALID = 2816, + RET_CHALLENGE_LINEUP_RECOMMEND_IN_CD = 2817, + RET_BASIC_TYPE_ALREADY = 2850, + RET_NO_BASIC_TYPE = 2851, + RET_NOT_CHOOSE_BASIC_TYPE = 2852, + RET_NOT_FUNC_CLOSE = 2853, + RET_NOT_CHOOSE_GENDER = 2854, + RET_NOT_REQ_UNLOCK_BASIC_TYPE = 2855, + RET_AVATAR_PATH_LOCKED = 2856, + RET_ROGUE_STATUS_NOT_MATCH = 2901, + RET_ROGUE_SELECT_BUFF_NOT_EXIST = 2902, + RET_ROGUE_COIN_NOT_ENOUGH = 2903, + RET_ROGUE_STAMINA_NOT_ENOUGH = 2904, + RET_ROGUE_APPRAISAL_COUNT_NOT_ENOUGH = 2905, + RET_ROGUE_PROP_ALREADY_USED = 2906, + RET_ROGUE_RECORD_ALREADY_SAVED = 2907, + RET_ROGUE_ROLL_BUFF_MAX_COUNT = 2908, + RET_ROGUE_PICK_AVATAR_INVALID = 2909, + RET_ROGUE_QUEST_EXPIRE = 2910, + RET_ROGUE_QUEST_REWARD_ALREADY = 2911, + RET_ROGUE_REVIVE_COUNT_NOT_ENOUGH = 2912, + RET_ROGUE_AREA_INVALID = 2913, + RET_ROGUE_SCORE_REWARD_POOL_INVALID = 2914, + RET_ROGUE_SCORE_REWARD_ROW_INVALID = 2915, + RET_ROGUE_AEON_LEVEL_NOT_MEET = 2916, + RET_ROGUE_AEON_LEVEL_REWARD_ALREADY_TAKEN = 2917, + RET_ROGUE_AEON_CONFIG_NOT_EXIST = 2918, + RET_ROGUE_TRIAL_AVATAR_INVALID = 2919, + RET_ROGUE_HANDBOOK_REWARD_ALREADY_TAKEN = 2920, + RET_ROGUE_ROOM_TYPE_NOT_MATCH = 2921, + RET_ROGUE_SHOP_GOOD_NOT_FOUND = 2922, + RET_ROGUE_SHOP_GOOD_ALREADY_BOUGHT = 2923, + RET_ROGUE_SHOP_GOOD_ALREADY_OWN = 2924, + RET_ROGUE_SHOP_MIRACLE_NOT_EXIST = 2925, + RET_ROGUE_SHOP_NOT_EXIST = 2926, + RET_ROGUE_SHOP_CANNOT_REFRESH = 2927, + RET_ROGUE_SELECT_BUFF_CERTAIN_MISMATCH = 2928, + RET_ROGUE_ACTION_QUEUE_NOT_EMPTY_BATTLE = 2929, + RET_ROGUE_ACTION_QUEUE_NOT_EMPTY_OTHERS = 2930, + RET_MISSION_EVENT_CONFIG_NOT_EXIST = 2951, + RET_MISSION_EVENT_NOT_CLIENT = 2952, + RET_MISSION_EVENT_FINISHED = 2953, + RET_MISSION_EVENT_DOING = 2954, + RET_HAS_CHALLENGE_MISSION_EVENT = 2955, + RET_NOT_CHALLENGE_MISSION_EVENT = 2956, + RET_GACHA_ID_NOT_EXIST = 3001, + RET_GACHA_NUM_INVALID = 3002, + RET_GACHA_FIRST_GACHA_MUST_ONE = 3003, + RET_GACHA_REQ_DUPLICATED = 3004, + RET_GACHA_NOT_IN_SCHEDULE = 3005, + RET_GACHA_NEWBIE_CLOSE = 3006, + RET_GACHA_TODAY_LIMITED = 3007, + RET_GACHA_NOT_SUPPORT = 3008, + RET_GACHA_CEILING_NOT_ENOUGH = 3009, + RET_GACHA_CEILING_CLOSE = 3010, + RET_GACHA_LOCKED = 3011, + RET_GACHA_DECIDE_ITEM_TYPE_INVALID = 3012, + RET_GACHA_DECIDE_ITEM_ID_INVALID = 3013, + RET_NOT_IN_RAID = 3101, + RET_RAID_DOING = 3102, + RET_NOT_PROP = 3103, + RET_RAID_ID_NOT_MATCH = 3104, + RET_RAID_RESTART_NOT_MATCH = 3105, + RET_RAID_LIMIT = 3106, + RET_RAID_AVATAR_LIST_EMPTY = 3107, + RET_RAID_AVATAR_NOT_EXIST = 3108, + RET_CHALLENGE_RAID_REWARD_ALREADY = 3109, + RET_CHALLENGE_RAID_SCORE_NOT_REACH = 3110, + RET_CHALLENGE_RAID_NOT_OPEN = 3111, + RET_RAID_FINISHED = 3112, + RET_RAID_WORLD_LEVEL_NOT_LOCK = 3113, + RET_RAID_CANNOT_USE_ASSIST = 3114, + RET_RAID_AVATAR_NOT_MATCH = 3115, + RET_RAID_CAN_NOT_SAVE = 3116, + RET_RAID_NO_SAVE = 3117, + RET_ACTIVITY_RAID_NOT_OPEN = 3118, + RET_RAID_AVATAR_CAPTAIN_NOT_EXIST = 3119, + RET_RAID_STORY_LINE_NOT_MATCH = 3120, + RET_TALK_EVENT_ALREADY_TAKEN = 3151, + RET_NPC_ALREADY_MEET = 3152, + RET_NPC_NOT_IN_CONFIG = 3153, + RET_DIALOGUE_GROUP_DISMATCH = 3154, + RET_DIALOGUE_EVENT_INVALID = 3155, + RET_TALK_EVENT_TAKE_PROTO_NOT_MATCH = 3156, + RET_TALK_EVENT_NOT_VALID = 3157, + RET_EXPEDITION_CONFIG_NOT_EXIST = 3201, + RET_EXPEDITION_REWARD_CONFIG_NOT_EXIST = 3202, + RET_EXPEDITION_NOT_UNLOCKED = 3203, + RET_EXPEDITION_ALREADY_ACCEPTED = 3204, + RET_EXPEDITION_REPEATED_AVATAR = 3205, + RET_AVATAR_ALREADY_DISPATCHED = 3206, + RET_EXPEDITION_NOT_ACCEPTED = 3207, + RET_EXPEDITION_NOT_FINISH = 3208, + RET_EXPEDITION_ALREADY_FINISH = 3209, + RET_EXPEDITION_TEAM_COUNT_LIMIT = 3210, + RET_EXPEDITION_AVATAR_NUM_NOT_MATCH = 3211, + RET_EXPEDITION_NOT_OPEN = 3212, + RET_EXPEDITION_FRIEND_AVATAR_NOT_VALID = 3213, + RET_EXPEDITION_NOT_PUBLISHED = 3214, + RET_LOGIN_ACTIVITY_HAS_TAKEN = 3301, + RET_LOGIN_ACTIVITY_DAYS_LACK = 3302, + RET_TRIAL_ACTIVITY_REWARD_ALREADY_TAKE = 3303, + RET_TRIAL_ACTIVITY_STAGE_NOT_FINISH = 3304, + RET_MATERIAL_SUBMIT_ACTIVITY_HAS_TAKEN = 3305, + RET_MATERIAL_SUBMIT_ACTIVITY_MATERIAL_NOT_SUBMITTED = 3306, + RET_MATERIAL_SUBMIT_ACTIVITY_MATERIAL_ALREADY_SUBMITTED = 3307, + RET_FANTASTIC_STORY_ACTIVITY_STORY_ERROR = 3308, + RET_FANTASTIC_STORY_ACTIVITY_STORY_NOT_OPEN = 3309, + RET_FANTASTIC_STORY_ACTIVITY_BATTLE_ERROR = 3310, + RET_FANTASTIC_STORY_ACTIVITY_BATTLE_NOT_OPEN = 3311, + RET_FANTASTIC_STORY_ACTIVITY_BATTLE_AVATAR_ERROR = 3312, + RET_FANTASTIC_STORY_ACTIVITY_BATTLE_BUFF_ERROR = 3313, + RET_FANTASTIC_STORY_ACTIVITY_PRE_BATTLE_SCORE_NOT_ENOUGH = 3314, + RET_TRIAL_ACTIVITY_ALREADY_IN_TRIAL_ACTIVITY = 3315, + RET_COMMON_ACTIVITY_NOT_OPEN = 3316, + RET_BENEFIT_NOT_READY = 3317, + RET_COMMON_ACTIVITY_BUSY = 3318, + RET_AVATAR_DELIVER_REWARD_PHASE_ERROR = 3319, + RET_MESSAGE_CONFIG_NOT_EXIST = 3501, + RET_MESSAGE_SECTION_NOT_TAKE = 3502, + RET_MESSAGE_GROUP_NOT_TAKE = 3503, + RET_MESSAGE_SECTION_ID_NOT_MATCH = 3504, + RET_MESSAGE_SECTION_CAN_NOT_FINISH = 3505, + RET_MESSAGE_ITEM_CAN_NOT_FINISH = 3506, + RET_MESSAGE_ITEM_RAID_CAN_NOT_FINISH = 3507, + RET_FRIEND_ALREADY_IS_FRIEND = 3601, + RET_FRIEND_IS_NOT_FRIEND = 3602, + RET_FRIEND_APPLY_EXPIRE = 3603, + RET_FRIEND_IN_BLACKLIST = 3604, + RET_FRIEND_NOT_IN_BLACKLIST = 3605, + RET_FRIEND_NUMBER_LIMIT = 3606, + RET_FRIEND_BLACKLIST_NUMBER_LIMIT = 3607, + RET_FRIEND_DAILY_APPLY_LIMIT = 3608, + RET_FRIEND_IN_HANDLE_LIMIT = 3609, + RET_FRIEND_APPLY_IN_CD = 3610, + RET_FRIEND_REMARK_NAME_FORMAT_ERROR = 3611, + RET_FRIEND_PLAYER_NOT_FOUND = 3612, + RET_FRIEND_IN_TARGET_BLACKLIST = 3613, + RET_FRIEND_TARGET_NUMBER_LIMIT = 3614, + RET_ASSIST_QUERY_TOO_FAST = 3615, + RET_ASSIST_NOT_EXIST = 3616, + RET_ASSIST_USED_ALREADY = 3617, + RET_FRIEND_REPORT_REASON_FORMAT_ERROR = 3618, + RET_FRIEND_REPORT_SENSITIVE_WORDS = 3619, + RET_ASSIST_USED_TIMES_OVER = 3620, + RET_ASSIST_QUIT_ALREADY = 3621, + RET_ASSIST_AVATAR_IN_LINEUP = 3622, + RET_ASSIST_NO_REWARD = 3623, + RET_FRIEND_SEARCH_NUM_LIMIT = 3624, + RET_FRIEND_SEARCH_IN_CD = 3625, + RET_FRIEND_REMARK_NAME_UTF8_ERROR = 3626, + RET_FRIEND_REPORT_REASON_UTF8_ERROR = 3627, + RET_ASSIST_SET_ALREADY = 3628, + RET_FRIEND_TARGET_FORBID_OTHER_APPLY = 3629, + RET_FRIEND_MARKED_CNT_MAX = 3630, + RET_FRIEND_MARKED_ALREADY = 3631, + RET_FRIEND_NOT_MARKED = 3632, + RET_FRIEND_CHALLENGE_LINEUP_RECOMMEND_IN_CD = 3633, + RET_VIEW_PLAYER_CARD_IN_CD = 3634, + RET_VIEW_PLAYER_BATTLE_RECORD_IN_CD = 3635, + RET_PLAYER_BOARD_HEAD_ICON_NOT_EXIST = 3701, + RET_PLAYER_BOARD_HEAD_ICON_LOCKED = 3702, + RET_PLAYER_BOARD_HEAD_ICON_ALREADY_UNLOCKED = 3703, + RET_PLAYER_BOARD_DISPLAY_AVATAR_NOT_EXIST = 3704, + RET_PLAYER_BOARD_DISPLAY_AVATAR_EXCEED_LIMIT = 3705, + RET_PLAYER_BOARD_DISPLAY_REPEATED_AVATAR = 3706, + RET_PLAYER_BOARD_DISPLAY_AVATAR_SAME_POS = 3707, + RET_PLAYER_BOARD_DISPLAY_AVATAR_LOCKED = 3708, + RET_SIGNATURE_LENGTH_EXCEED_LIMIT = 3709, + RET_SIGNATURE_SENSITIVE_WORDS = 3710, + RET_PLAYER_BOARD_ASSIST_AVATAR_NOT_EXIST = 3712, + RET_PLAYER_BOARD_ASSIST_AVATAR_LOCKED = 3713, + RET_SIGNATURE_UTF8_ERROR = 3714, + RET_PLAYER_BOARD_ASSIST_AVATAR_CNT_ERROR = 3715, + RET_PLAYER_BOARD_PERSONAL_CARD_NOT_EXIST = 3716, + RET_PLAYER_BOARD_PERSONAL_CARD_LOCKED = 3717, + RET_PLAYER_BOARD_PERSONAL_NO_CHANGE = 3718, + RET_BATTLE_PASS_TIER_NOT_VALID = 3801, + RET_BATTLE_PASS_LEVEL_NOT_MEET = 3802, + RET_BATTLE_PASS_REWARD_TAKE_ALREADY = 3803, + RET_BATTLE_PASS_NOT_PREMIUM = 3804, + RET_BATTLE_PASS_NOT_DOING = 3805, + RET_BATTLE_PASS_LEVEL_INVALID = 3806, + RET_BATTLE_PASS_NOT_UNLOCK = 3807, + RET_BATTLE_PASS_NO_REWARD = 3808, + RET_BATTLE_PASS_QUEST_NOT_VALID = 3809, + RET_BATTLE_PASS_NOT_CHOOSE_OPTIONAL = 3810, + RET_BATTLE_PASS_NOT_TAKE_REWARD = 3811, + RET_BATTLE_PASS_OPTIONAL_NOT_VALID = 3812, + RET_BATTLE_PASS_BUY_ALREADY = 3813, + RET_BATTLE_PASS_NEAR_END = 3814, + RET_MUSIC_LOCKED = 3901, + RET_MUSIC_NOT_EXIST = 3902, + RET_MUSIC_UNLOCK_FAILED = 3903, + RET_PUNK_LORD_LACK_SUMMON_TIMES = 4001, + RET_PUNK_LORD_ATTACKING_MONSTER_LIMIT = 4002, + RET_PUNK_LORD_MONSTER_NOT_EXIST = 4003, + RET_PUNK_LORD_MONSTER_ALREADY_SHARED = 4004, + RET_PUNK_LORD_MONSTER_EXPIRED = 4005, + RET_PUNK_LORD_SELF_MONSTER_ATTACK_LIMIT = 4006, + RET_PUNK_LORD_LACK_SUPPORT_TIMES = 4007, + RET_PUNK_LORD_MONSTER_ALREADY_KILLED = 4008, + RET_PUNK_LORD_MONSTER_ATTACKER_LIMIT = 4009, + RET_PUNK_LORD_WORLD_LEVLE_NOT_VALID = 4010, + RET_PUNK_LORD_REWARD_LEVLE_NOT_EXIST = 4011, + RET_PUNK_LORD_POINT_NOT_MEET = 4012, + RET_PUNK_LORD_IN_ATTACKING = 4013, + RET_PUNK_LORD_OPERATION_IN_CD = 4014, + RET_PUNK_LORD_REWARD_ALREADY_TAKEN = 4015, + RET_PUNK_LORD_OVER_BONUS_REWARD_LIMIT = 4016, + RET_PUNK_LORD_NOT_IN_SCHEDULE = 4017, + RET_PUNK_LORD_MONSTER_NOT_ATTACKED = 4018, + RET_PUNK_LORD_MONSTER_NOT_KILLED = 4019, + RET_PUNK_LORD_MONSTER_KILLED_SCORE_ALREADY_TAKE = 4020, + RET_PUNK_LORD_REWARD_LEVLE_ALREADY_TAKE = 4021, + RET_DAILY_ACTIVE_LEVEL_INVALID = 4101, + RET_DAILY_ACTIVE_LEVEL_REWARD_ALREADY_TAKEN = 4102, + RET_DAILY_ACTIVE_LEVEL_AP_NOT_ENOUGH = 4103, + RET_DAILY_MEET_PAM = 4201, + RET_REPLAY_ID_NOT_MATCH = 4251, + RET_REPLAY_REQ_NOT_VALID = 4252, + RET_FIGHT_ACTIVITY_DIFFICULTY_LEVEL_NOT_PASSED = 4301, + RET_FIGHT_ACTIVITY_DIFFICULTY_LEVEL_REWARD_ALREADY_TAKE = 4302, + RET_FIGHT_ACTIVITY_STAGE_NOT_OPEN = 4303, + RET_FIGHT_ACTIVITY_LEVEL_NOT_UNLOCK = 4304, + RET_TRAIN_VISITOR_VISITOR_NOT_EXIST = 4351, + RET_TRAIN_VISITOR_BEHAVIOR_NOT_EXIST = 4352, + RET_TRAIN_VISITOR_BEHAVIOR_FINISHED = 4353, + RET_TRAIN_VISITOR_ALL_BEHAVIOR_REWARD_TAKEN = 4354, + RET_TRAIN_VISITOR_GET_ON_MISSION_NOT_FINISH = 4355, + RET_TRAIN_VISITOR_NOT_GET_OFF_OR_BE_TRAIN_MEMBER = 4356, + RET_TEXT_JOIN_UNKNOW_IS_OVERRIDE = 4401, + RET_TEXT_JOIN_ID_NOT_EXIST = 4402, + RET_TEXT_JOIN_CAN_NOT_OVERRIDE = 4403, + RET_TEXT_JOIN_ITEM_ID_ERROR = 4404, + RET_TEXT_JOIN_SENSITIVE_CHECK_ERROR = 4405, + RET_TEXT_JOIN_MUST_OVERRIDE = 4406, + RET_TEXT_JOIN_TEXT_EMPTY = 4407, + RET_TEXT_JOIN_TEXT_FORMAT_ERROR = 4408, + RET_TEXT_JOIN_TEXT_UTF8_ERROR = 4409, + RET_TEXT_JOIN_BATCH_REQ_ID_REPEAT = 4410, + RET_TEXT_JOIN_TYPE_NOT_SUPPORT_BATCH_REQ = 4411, + RET_TEXT_JOIN_AVATAR_ID_NOT_EXIST = 4412, + RET_TEXT_JOIN_UNKNOW_TYPE = 4413, + RET_PAM_MISSION_MISSION_ID_ERROR = 4451, + RET_PAM_MISSION_MISSION_EXPIRE = 4452, + RET_CHAT_TYPE_NOT_EXIST = 4501, + RET_MSG_TYPE_NOT_EXIST = 4502, + RET_CHAT_NO_TARGET_UID = 4503, + RET_CHAT_MSG_EMPTY = 4504, + RET_CHAT_MSG_EXCEED_LIMIT = 4505, + RET_CHAT_MSG_SENSITIVE_CHECK_ERROR = 4506, + RET_CHAT_MSG_UTF8_ERROR = 4507, + RET_CHAT_FORBID_SWITCH_OPEN = 4508, + RET_CHAT_FORBID = 4509, + RET_CHAT_MSG_INCLUDE_SPECIAL_STR = 4510, + RET_CHAT_MSG_EMOJI_NOT_EXIST = 4511, + RET_CHAT_MSG_EMOJI_GENDER_NOT_MATCH = 4512, + RET_CHAT_MSG_EMOJI_NOT_MARKED = 4513, + RET_CHAT_MSG_EMOJI_ALREADY_MARKED = 4514, + RET_CHAT_MSG_EMOJI_MARKED_MAX_LIMIT = 4515, + RET_BOXING_CLUB_CHALLENGE_NOT_OPEN = 4601, + RET_MUSEUM_NOT_OPEN = 4651, + RET_MUSEUM_TURN_CNT_NOT_MATCH = 4652, + RET_MUSEUM_PHASE_NOT_REACH = 4653, + RET_MUSEUM_UNKNOW_STUFF = 4654, + RET_MUSEUM_UNKNOW_AREA = 4655, + RET_MUSEUM_UNKNOW_POS = 4656, + RET_MUSEUM_STUFF_ALREADY_IN_AREA = 4657, + RET_MUSEUM_STUFF_NOT_IN_AREA = 4658, + RET_MUSEUM_GET_NPC_REPEAT = 4659, + RET_MUSEUM_GET_NPC_UNLOCK = 4660, + RET_MUSEUM_GET_NPC_NOT_ENOUGH = 4661, + RET_MUSEUM_CHANGE_STUFF_AREA_ERROR = 4662, + RET_MUSEUM_NOT_INIT = 4663, + RET_MUSEUM_EVENT_ERROR = 4664, + RET_MUSEUM_UNKNOW_CHOOSE_EVENT_ID = 4665, + RET_MUSEUM_EVENT_ORDER_NOT_MATCH = 4666, + RET_MUSEUM_EVENT_PHASE_NOT_UNLOCK = 4667, + RET_MUSEUM_EVENT_MISSION_NOT_FOUND = 4668, + RET_MUSEUM_AREA_LEVEL_UP_ALREADY = 4669, + RET_MUSEUM_STUFF_ALREADY_USED = 4670, + RET_MUSEUM_EVENT_ROUND_NOT_UNLOCK = 4671, + RET_MUSEUM_STUFF_IN_AREA = 4672, + RET_MUSEUM_STUFF_DISPATCH = 4673, + RET_MUSEUM_IS_END = 4674, + RET_MUSEUM_STUFF_LEAVING = 4675, + RET_MUSEUM_EVENT_MISSION_NOT_FINISH = 4678, + RET_MUSEUM_COLLECT_REWARD_NOT_EXIST = 4679, + RET_MUSEUM_COLLECT_REWARD_ALREADY_TAKEN = 4680, + RET_MUSEUM_ACCEPT_MISSION_MAX_LIMIT = 4681, + RET_ROGUE_CHALLENGE_NOT_OPEN = 4701, + RET_ROGUE_CHALLENGE_ASSIS_REFRESH_LIMIT = 4702, + RET_ALLEY_NOT_INIT = 4721, + RET_ALLEY_NOT_OPEN = 4722, + RET_ALLEY_MAP_NOT_EXIST = 4724, + RET_ALLEY_EMPTY_POS_LIST = 4725, + RET_ALLEY_LINE_POS_INVALID = 4726, + RET_ALLEY_SHOP_NOT_UNLOCK = 4727, + RET_ALLEY_DEPOT_FULL = 4728, + RET_ALLEY_SHOP_NOT_INCLUDE = 4729, + RET_ALLEY_EVENT_NOT_UNLOCK = 4730, + RET_ALLEY_EVENT_NOT_REFRESH = 4731, + RET_ALLEY_EVENT_STATE_DOING = 4732, + RET_ALLEY_EVENT_STATE_FINISH = 4733, + RET_ALLEY_EVENT_ERROR = 4734, + RET_ALLEY_REWARD_LEVEL_ERROR = 4735, + RET_ALLEY_REWARD_PRESTIGE_NOT_ENOUGH = 4736, + RET_ALLEY_SHIP_EMPTY = 4737, + RET_ALLEY_SHIP_ID_DISMATCH = 4738, + RET_ALLEY_SHIP_NOT_EXIST = 4739, + RET_ALLEY_SHIP_NOT_UNLOCK = 4740, + RET_ALLEY_GOODS_NOT_EXIST = 4741, + RET_ALLEY_GOODS_NOT_UNLOCK = 4742, + RET_ALLEY_PROFIT_NOT_POSITIVE = 4743, + RET_ALLEY_SPECIAL_ORDER_DISMATCH = 4744, + RET_ALLEY_ORDER_GOODS_OVER_LIMIT = 4745, + RET_ALLEY_SPECIAL_ORDER_CONDITION_NOT_MEET = 4746, + RET_ALLEY_DEPOT_SIZE_OVER_LIMIT = 4747, + RET_ALLEY_GOODS_NOT_ENOUGH = 4748, + RET_ALLEY_ORDER_INDEX_INVALID = 4749, + RET_ALLEY_REWARD_ALREADY_TAKE = 4750, + RET_ALLEY_REWARD_NOT_EXIST = 4751, + RET_ALLEY_MAIN_MISSION_NOT_DOING = 4752, + RET_ALLEY_CRITICAL_EVENT_NOT_FINISH = 4753, + RET_ALLEY_SHOP_GOODS_NOT_VALID = 4754, + RET_ALLEY_SLASH_NOT_OPEN = 4755, + RET_ALLEY_PLACING_ANCHOR_INVALID = 4756, + RET_ALLEY_PLACING_GOODS_INDEX_INVALID = 4757, + RET_ALLEY_SAVE_MAP_TOO_QUICK = 4758, + RET_ALLEY_MAP_NOT_LINK = 4759, + RET_ALLEY_FUNDS_NOT_LOWER_BASE = 4760, + RET_ALLEY_EVENT_NOT_FINISH = 4761, + RET_ALLEY_NORMAL_ORDER_NOT_MEET = 4762, + RET_PLAYER_RETURN_NOT_OPEN = 4801, + RET_PLAYER_RETURN_IS_SIGNED = 4802, + RET_PLAYER_RETURN_POINT_NOT_ENOUGH = 4803, + RET_PLAYER_RETURN_CONDITION_INVALID = 4804, + RET_PLAYER_RETURN_HAS_SIGNED = 4805, + RET_PLAYER_RETURN_REWARD_TAKEN = 4806, + RET_PLAYER_RETURN_RELIC_TAKEN = 4807, + RET_AETHER_DIVIDE_NO_LINEUP = 4851, + RET_AETHER_DIVIDE_LINEUP_INVALID = 4852, + RET_CHAT_BUBBLE_ID_ERROR = 4901, + RET_CHAT_BUBBLE_ID_NOT_UNLOCK = 4902, + RET_PHONE_THEME_ID_ERROR = 4903, + RET_PHONE_THEME_ID_NOT_UNLOCK = 4904, + RET_CHAT_BUBBLE_SELECT_IS_CURRENT = 4905, + RET_PHONE_THEME_SELECT_IS_CURRENT = 4906, + RET_PHONE_CASE_ID_ERROR = 4907, + RET_PHONE_CASE_ID_NOT_UNLOCK = 4908, + RET_PHONE_CASE_SELECT_IS_CURRENT = 4909, + RET_CHESS_ROGUE_CONFIG_NOT_FOUND = 4951, + RET_CHESS_ROGUE_CONFIG_INVALID = 4952, + RET_CHESS_ROGUE_NO_VALID_ROOM = 4963, + RET_CHESS_ROGUE_NO_CELL_INFO = 4964, + RET_CHESS_ROGUE_CELL_NOT_FINISH = 4965, + RET_CHESS_ROGUE_CELL_IS_LOCKED = 4966, + RET_CHESS_ROGUE_SCHEDULE_NOT_MATCH = 4967, + RET_CHESS_ROGUE_STATUS_FAIL = 4968, + RET_CHESS_ROGUE_AREA_NOT_EXIST = 4969, + RET_CHESS_ROGUE_LINEUP_FAIL = 4970, + RET_CHESS_ROGUE_AEON_FAIL = 4980, + RET_CHESS_ROGUE_ENTER_CELL_FAIL = 4981, + RET_CHESS_ROGUE_ROLL_DICE_FAIL = 4982, + RET_CHESS_ROGUE_DICE_STATUS_FAIL = 4983, + RET_CHESS_ROGUE_DICE_CNT_NOT_FULL = 4984, + RET_CHESS_ROGUE_UNLOCK = 4985, + RET_CHESS_ROGUE_PICK_AVATAR_FAIL = 4986, + RET_CHESS_ROGUE_AVATAR_INVALID = 4987, + RET_CHESS_ROGUE_CELL_CAN_NOT_SELECT = 4988, + RET_CHESS_ROGUE_DICE_CONFIRMED = 4989, + RET_CHESS_ROGUE_NOUS_DICE_NOT_MATCH = 4990, + RET_CHESS_ROGUE_NOUS_DICE_RARITY_FAIL = 4991, + RET_CHESS_ROGUE_NOUS_DICE_SURFACE_DUPLICATE = 4992, + RET_CHESS_ROGUE_NOT_IN_ROGUE = 4993, + RET_CHESS_ROGUE_NOUS_DICE_BRANCH_LIMIT = 4994, + RET_HELIOBUS_NOT_OPEN = 5101, + RET_HELIOBUS_SNS_POST_NOT_UNLOCK = 5102, + RET_HELIOBUS_SNS_ALREADY_READ = 5103, + RET_HELIOBUS_SNS_ALREADY_LIKED = 5104, + RET_HELIOBUS_SNS_ALREADY_COMMENTED = 5105, + RET_HELIOBUS_SNS_IN_MISSION = 5106, + RET_HELIOBUS_SNS_ALREADY_POSTED = 5107, + RET_HELIOBUS_SNS_NOT_DOING_MISSION = 5108, + RET_HELIOBUS_REWARD_LEVEL_MAX = 5109, + RET_HELIOBUS_INCOME_NOT_ENOUGH = 5110, + RET_HELIOBUS_SNS_COMMENT_NOT_UNLOCK = 5111, + RET_HELIOBUS_CHALLENGE_NOT_UNLOCK = 5112, + RET_HELIOBUS_CHALLENGE_ID_ERROR = 5113, + RET_HELIOBUS_SKILL_NOT_UNLOCK = 5114, + RET_HELIOBUS_ACCEPT_POST_MISSION_FAIL = 5115, + RET_HELIOBUS_SKILL_NOT_SELECTED = 5116, + RET_HELIOBUS_PLANE_TYPE_INVALID = 5117, + RET_REDDOT_PARAM_INVALID = 5151, + RET_REDDOT_ACTIVITY_NOT_OPEN = 5152, + RET_ROGUE_ENDLESS_ACTIVITY_CONFIG_ERROR = 5201, + RET_ROGUE_ENDLESS_ACTIVITY_NOT_OPEN = 5202, + RET_ROGUE_ENDLESS_ACTIVITY_OVER_BONUS_REWARD_LIMIT = 5203, + RET_ROGUE_ENDLESS_ACTIVITY_SCORE_NOT_MEET = 5204, + RET_ROGUE_ENDLESS_ACTIVITY_REWARD_LEVLE_ALREADY_TAKE = 5205, + RET_HEART_DIAL_SCRIPT_NOT_FOUND = 5251, + RET_HEART_DIAL_SCRIPT_EMOTION_THE_SAME = 5252, + RET_HEART_DIAL_SCRIPT_STEP_NOT_NORMAL = 5253, + RET_HEART_DIAL_SCRIPT_CONDITION_NOT_MATCH = 5254, + RET_HEART_DIAL_SCRIPT_SUBMIT_ITEM_NUM_NOT_MATCH = 5255, + RET_HEART_DIAL_SCRIPT_SUBMIT_ITEM_ID_NOT_MATCH = 5256, + RET_HEART_DIAL_DIALOGUE_NOT_FOUND = 5257, + RET_HEART_DIAL_DIALOGUE_ALREADY_PERFORMED = 5258, + RET_HEART_DIAL_NPC_NOT_FOUND = 5259, + RET_HEART_DIAL_TRACE_CONFIG_NOT_FOUND = 5260, + RET_HEART_DIAL_FLOOR_TRACE_EXIST = 5261, + RET_HEART_DIAL_TRACE_FLOOR_NOT_MATCH = 5262, + RET_TRAVEL_BROCHURE_CONFIG_ERROR = 5301, + RET_TRAVEL_BROCHURE_PARAM_INVALID = 5302, + RET_TRAVEL_BROCHURE_LOCKED = 5303, + RET_TRAVEL_BROCHURE_CANNOT_OPERATE = 5304, + RET_TRAVEL_BROCHURE_WORLD_ID_NOT_MATCH = 5305, + RET_TRAVEL_BROCHURE_HAS_NO_WORLD_BOOK = 5306, + RET_TRAVEL_BROCHURE_PAGE_FULL = 5307, + RET_MAP_ROTATION_NOT_IN_REGION = 5351, + RET_MAP_ROTATION_ROTATER_ALREADY_DEPLOYED = 5352, + RET_MAP_ROTATION_ENERGY_NOT_ENOUGH = 5353, + RET_MAP_ROTATION_ENTITY_NOT_ON_CUR_POSE = 5354, + RET_MAP_ROTATION_ROTATER_NOT_DEPLOYED = 5355, + RET_MAP_ROTATION_POSE_ROTATER_MISMATCH = 5356, + RET_MAP_ROTATION_ROTATER_NOT_REMOVABLE = 5357, + RET_MAP_ROTATION_ROTATER_DISPOSABLE = 5358, + RET_SPACE_ZOO_ACTIVITY_CAT_NOT_FOUND = 5401, + RET_SPACE_ZOO_ACTIVITY_CAT_PARAM_INVALID = 5402, + RET_SPACE_ZOO_ACTIVITY_CAT_ITEM_NOT_ENOUGH = 5403, + RET_SPACE_ZOO_ACTIVITY_CAT_BAG_FULL = 5404, + RET_SPACE_ZOO_ACTIVITY_CAT_NOT_TO_MUTATE = 5405, + RET_SPACE_ZOO_ACTIVITY_CAT_STATE_ERROR = 5406, + RET_SPACE_ZOO_ACTIVITY_CAT_CATTERY_LOCKED = 5407, + RET_SPACE_ZOO_ACTIVITY_CAT_OUT_NOW = 5408, + RET_SPACE_ZOO_ACTIVITY_CAT_CONFIG_NOT_FOUND = 5409, + RET_SPACE_ZOO_ACTIVITY_CAT_FEATURE_NOT_FOUND = 5410, + RET_SPACE_ZOO_ACTIVITY_CAT_ADD_CAT_ERROR = 5411, + RET_SPACE_ZOO_ACTIVITY_CAT_MONEY_NOT_ENOUGH = 5412, + RET_SPACE_ZOO_ACTIVITY_CAT_COND_NOT_MATCH = 5413, + RET_STRONG_CHALLENGE_ACTIVITY_STAGE_CFG_MISS = 5501, + RET_STRONG_CHALLENGE_ACTIVITY_STAGE_NOT_OPEN = 5502, + RET_STRONG_CHALLENGE_ACTIVITY_BUFF_ERROR = 5503, + RET_ROLL_SHOP_NOT_FOUND = 5551, + RET_ROLL_SHOP_GROUP_EMPTY = 5552, + RET_ROLL_SHOP_EMPTY = 5553, + RET_ROLL_SHOP_GACHA_REQ_DUPLICATED = 5554, + RET_ROLL_SHOP_RANDOM_ERROR = 5555, + RET_ROLL_SHOP_GROUP_TYPE_NOT_FOUND = 5556, + RET_ROLL_SHOP_HAS_STORED_REWARD_ALREADY = 5557, + RET_ROLL_SHOP_NO_STORED_REWARD = 5558, + RET_ROLL_SHOP_NOT_IN_VALID_SCENE = 5559, + RET_ROLL_SHOP_INVALID_ROLL_SHOP_TYPE = 5560, + RET_ACTIVITY_RAID_COLLECTION_PREV_NOT_FINISH = 5601, + RET_ACTIVITY_RAID_COLLECTION_GROUP_ENTER_NEXT_UNAVAILABLE = 5602, + RET_ACTIVITY_RAID_COLLECTION_IS_LAST = 5603, + RET_ACTIVITY_RAID_COLLECTION_IS_NOT_NEXT = 5604, + RET_OFFERING_NOT_UNLOCK = 5651, + RET_OFFERING_LEVEL_NOT_UNLOCK = 5652, + RET_OFFERING_REACH_MAX_LEVEL = 5653, + RET_OFFERING_ITEM_NOT_ENOUGH = 5654, + RET_OFFERING_LONGTAIL_NOT_OPEN = 5655, + RET_OFFERING_REWARD_CONDITION = 5656, + RET_DRINK_MAKER_CHAT_INVALID = 5701, + RET_DRINK_MAKER_PARAM_INVALID = 5702, + RET_DRINK_MAKER_PARAM_NOT_UNLOCK = 5703, + RET_DRINK_MAKER_CONFIG_NOT_FOUND = 5704, + RET_DRINK_MAKER_NOT_LAST_CHAT = 5705, + RET_DRINK_MAKER_DAY_AND_FREE_PHASE_NOT_OPEN = 5706, + RET_MONOPOLY_NOT_OPEN = 5751, + RET_MONOPOLY_CONFIG_ERROR = 5752, + RET_MONOPOLY_DICE_NOT_ENOUGH = 5753, + RET_MONOPOLY_CUR_CELL_NOT_FINISH = 5754, + RET_MONOPOLY_COIN_NOT_ENOUGH = 5755, + RET_MONOPOLY_CELL_WAIT_PENDING = 5756, + RET_MONOPOLY_CELL_STATE_ERROR = 5757, + RET_MONOPOLY_CELL_CONTENT_ERROR = 5758, + RET_MONOPOLY_ITEM_NOT_ENOUGH = 5759, + RET_MONOPOLY_CELL_CONTENT_CANNOT_GIVEUP = 5760, + RET_MONOPOLY_ASSET_LEVEL_INVALID = 5761, + RET_MONOPOLY_TURN_NOT_FINISH = 5762, + RET_MONOPOLY_GUIDE_NOT_FINISH = 5763, + RET_MONOPOLY_RAFFLE_REWARD_REISSUED = 5764, + RET_MONOPOLY_NO_GAME_ACTIVE = 5771, + RET_MONOPOLY_GAME_RATIO_NOT_INCREASABLE = 5772, + RET_MONOPOLY_GAME_RATIO_MAX = 5773, + RET_MONOPOLY_GAME_TARGET_RATIO_INVALID = 5774, + RET_MONOPOLY_GAME_BINGO_FLIP_POS_INVALID = 5775, + RET_MONOPOLY_GAME_GUESS_ALREADY_CHOOSE = 5776, + RET_MONOPOLY_GAME_GUESS_CHOOSE_INVALID = 5777, + RET_MONOPOLY_GAME_GUESS_INFORMATION_ALREADY_BOUGHT = 5778, + RET_MONOPOLY_GAME_RAISE_RATIO_NOT_UNLOCK = 5779, + RET_MONOPOLY_FRIEND_NOT_SYNCED = 5785, + RET_MONOPOLY_GET_FRIEND_RANKING_LIST_IN_CD = 5786, + RET_MONOPOLY_LIKE_TARGET_NOT_FRIEND = 5787, + RET_MONOPOLY_DAILY_ALREADY_LIKED = 5788, + RET_MONOPOLY_SOCIAL_EVENT_STATUS_NOT_MATCH = 5789, + RET_MONOPOLY_SOCIAL_EVENT_SERVER_CACHE_NOT_EXIST = 5790, + RET_MONOPOLY_ACTIVITY_ID_NOT_MATCH = 5791, + RET_MONOPOLY_RAFFLE_POOL_NOT_EXIST = 5792, + RET_MONOPOLY_RAFFLE_POOL_TIME_NOT_MATCH = 5793, + RET_MONOPOLY_RAFFLE_POOL_PHASE_NOT_MEET = 5794, + RET_MONOPOLY_RAFFLE_POOL_SHOW_TIME_NOT_MEET = 5795, + RET_MONOPOLY_RAFFLE_TICKET_NOT_FOUND = 5796, + RET_MONOPOLY_RAFFLE_TICKET_TIME_NOT_MEET = 5797, + RET_MONOPOLY_RAFFLE_TICKET_REWARD_ALREADY_TAKEN = 5798, + RET_MONOPOLY_RAFFLE_POOL_NOT_IN_RAFFLE_TIME = 5799, + RET_MONOPOLY_MBTI_REPORT_REWARD_ALREADY_TAKEN = 5800, + RET_EVOLVE_BUILD_LEVEL_GAMING = 5801, + RET_EVEOLVE_BUILD_LEVEL_BAN_RANDOM = 5802, + RET_EVOLVE_BUILD_FIRST_REWARD_ALREADY_TAKEN = 5803, + RET_EVOLVE_BUILD_LEVEL_UNFINISH = 5804, + RET_EVOLVE_BUILD_SHOP_ABILITY_MAX_LEVEL = 5805, + RET_EVOLVE_BUILD_SHOP_ABILITY_MIN_LEVEL = 5806, + RET_EVOLVE_BUILD_SHOP_ABILITY_NOT_GET = 5807, + RET_EVOLVE_BUILD_LEVEL_LOCK = 5808, + RET_EVOLVE_BUILD_EXP_NOT_ENOUGH = 5809, + RET_EVOLVE_BUILD_SHOP_ABILITY_LEVEL_ERROR = 5810, + RET_EVOLVE_BUILD_ACTIVITY_NOT_OPEN = 5811, + RET_EVOLVE_BUILD_SHOP_ABILITY_EMPTY = 5812, + RET_EVOLVE_BUILD_LEVEL_NOT_START = 5813, + RET_EVOLVE_BUILD_SHOP_LOCK = 5814, + RET_EVOLVE_BUILD_REWARD_LOCK = 5815, + RET_EVOLVE_BUILD_REWARD_LEVEL_MAX = 5816, + RET_EVOLVE_BUILD_REWARD_ALREADY_ALL_TAKEN = 5717, + RET_EVOLVE_BUILD_SEASON_ERROR = 5718, + RET_EVOLVE_BUILD_TEACH_SKIP_QUEST_NOT_FINISH = 5719, + RET_CLOCK_PARK_CONFIG_ERROR = 5851, + RET_CLOCK_PARK_EFFECT_ERROR = 5852, + RET_CLOCK_PARK_SCRIPT_ALREADY_UNLOCK = 5853, + RET_CLOCK_PARK_SCRIPT_UNLOCK_CONDITION_NOT_MEET = 5854, + RET_CLOCK_PARK_TALENT_ALREADY_UNLOCK = 5855, + RET_CLOCK_PARK_SCRIPT_LOCKED = 5856, + RET_CLOCK_PARK_HAS_ONGOING_SCRIPT = 5857, + RET_CLOCK_PARK_NO_ONGOING_SCRIPT = 5858, + RET_CLOCK_PARK_DICE_PLACEMENT_ERROR = 5859, + RET_CLOCK_PARK_MISMATCH_STATUS = 5860, + RET_CLOCK_PARK_NO_BUFF = 5861, + RET_CLOCK_PARK_SLOT_MACHINE_GACHA_REQ_DUPLICATED = 5862, + RET_CLOCK_PARK_SLOT_MACHINE_COST_NOT_ENOUGH = 5863, + RET_CLOCK_PARK_SLOT_MACHINE_GACHA_CNT_EXCEED_LIMIT = 5864, + RET_CLOCK_PARK_NOT_OPEN = 5865, + RET_TOURN_ROGUE_STATUS_MISMATCH = 5901, + RET_MAGIC_ROGUE_STATUS_MISMATCH = 5902, + RET_AUTO_MOUNT_MAGIC_UNIT_NO_MATCHED_MAGIC_SCEPTER = 5903, + RET_MAGIC_UNIT_WORKBENCH_REFORGE_GEN_FAIL = 5904, + RET_MATCH_ALREADY_IN_MATCH = 6201, + RET_MATCH_NOT_IN_MATCH = 6202, + RET_MATCH_PLAY_NOT_OPEN = 6203, + RET_CROSS_STATE_ERROR = 6204, + RET_MATCH_VERSION_NOT_EQUAL = 6205, + RET_MATCH_PLAYER_NOT_IN_LOBBY_ROOM = 6206, + RET_LOBBY_STATE_NOT_MATCH = 6207, + RET_LOBBY_ROOM_NOT_EXIST = 6208, + RET_LOBBY_ROOM_PALYER_FULL = 6209, + RET_LOBBY_ROOM_PALYER_NOT_READY = 6210, + RET_LOBBY_ROOM_PALYER_FIGHTING = 6211, + RET_FIGHT_ROOM_NOT_EXIST = 6250, + RET_FIGHT_MATCH3_PLAYER_STATE_ERR = 6251, + RET_FIGHT_MATCH3_ROOM_STATE_ERR = 6252, + RET_CROSS_STATE_TIME_OUT = 6253, + RET_LOBBY_START_FIGHT_DISABLE = 6254, + RET_LOBBY_START_FIGHT_PLAYER_LACK = 6255, + RET_MATCH_CLIENT_DATA_VERSION_LOW = 6256, + RET_LOBBY_START_MATCH_DISABLE = 6257, + RET_LOBBY_INTERACT_IN_CD = 6258, + RET_LOBBY_OWNER_STATE_ERR = 6259, + RET_LOBBY_OP_TOO_FAST = 6260, + RET_FIGHT_MATCH3_SOLO_PLAYER_TURN_ERR = 6261, + RET_SWORD_TRAINING_NO_ACTIVE_GAME = 6301, + RET_SWORD_TRAINING_NO_PENDING_ACTION_MATCH = 6302, + RET_SWORD_TRAINING_PARTNER_ABILITY_INVALID = 6303, + RET_SWORD_TRAINING_SKILL_ALREADY_LEARNED = 6304, + RET_SWORD_TRAINING_CONDITION_NOT_MEET = 6305, + RET_SWORD_TRAINING_PARENT_SKILL_NOT_LEARNED = 6306, + RET_SWORD_TRAINING_SKILL_TYPE_NOT_UNLOCK = 6307, + RET_SWORD_TRAINING_GAME_ALREADY_EXIST = 6308, + RET_SWORD_TRAINING_ENDING_HINT_NOT_MATCH = 6309, + RET_SWORD_TRAINING_STORYLINE_CONFIG_NOT_FOUND = 6310, + RET_SWORD_TRAINING_STORY_CONFIG_NOT_FOUND = 6311, + RET_SWORD_TRAINING_UNLOCK_NOT_FINISH = 6312, + RET_SWORD_TRAINING_OPTION_MISMATCH = 6313, + RET_SWORD_TRAINING_RESTORE_WITHOUT_EXAM_FAILED = 6314, + RET_SWORD_TRAINING_NO_RESTORE_GAME_AVAILABLE = 6315, + RET_SWORD_TRAINING_ENDING_STORY_NOT_MATCH = 6316, + RET_SWORD_TRAINING_ENDING_NOT_FINISH = 6317, + RET_SWORD_TRAINING_ENDING_REWARD_TAKEN = 6318, + RET_SWORD_TRAINING_COMBAT_RANK_NOT_CHANGE = 6319, + RET_SWORD_TRAINING_DIRECT_BATTLE_DISABLE = 6320, + RET_FIGHT_FEST_PHASE_NOT_MATCH = 6351, + RET_FIGHT_FEST_SCORE_RACE_ALREADY_FINISH = 6352, + RET_FIGHT_FEST_CHALLENGE_LOCKED = 6353, + RET_FIGHT_FEST_COACH_SKILL_LOCKED = 6354, + RET_FIGHT_FEST_COACH_SKILL_EQUIP_TYPE_EXISTED = 6355, + RET_FIGHT_FEST_SCORE_RACE_MISSION_DOIND = 6356, + RET_FIGHT_FEST_COACH_SKILL_NO_EQUIP = 6357, + RET_PET_NOT_EXIST = 6401, + RET_PET_ALREADY_SUMMONED = 6402, + RET_PET_NOT_SUMMONED = 6403, + RET_MUSIC_RHYTHM_LEVEL_TIME_TOO_SHORT = 6451, + RET_MUSIC_RHYTHM_NOT_IN_LEVEL = 6452, + RET_MUSIC_RHYTHM_PRE_DIFFICULTY_NOT_PASS = 6453, + RET_MUSIC_RHYTHM_SONG_LIMITED = 6454, + RET_MUSIC_RHYTHM_SONG_LOCKED = 6455, + RET_MUSIC_RHYTHM_TRACK_LOCKED = 6456, + RET_MUSIC_RHYTHM_LEVEL_NOT_UNLOCK = 6457, + RET_MUSIC_RHYTHM_SONG_SFX_LOCKED = 6458, + RET_TRAIN_PARTY_COIN_NOT_ENOUGH = 6501, + RET_TRAIN_PARTY_DIY_TAG_NOT_MATCH = 6502, + RET_TRAIN_PARTY_USE_CARD_MOBILITY_NOT_ENOUGH = 6503, + RET_TRAIN_PARTY_AREA_UNLOCK_COIN_NOT_ENOUGH = 6504, + RET_TAROT_BOOK_ENERGY_NOT_ENOUGH = 6601, + RET_TAROT_BOOK_PACK_NOT_AVAILABLE = 6602, + RET_TAROT_BOOK_STORY_ALREADY_UNLOCK = 6603, + RET_TAROT_BOOK_CARD_NOT_ENOUGH = 6604, + RET_TAROT_BOOK_CLUE_NOT_ENOUGH = 6605, + RET_TAROT_BOOK_UNLOCK_STORY_CARD_NOT_SAME = 6606, + RET_TAROT_BOOK_STORY_NOT_UNLOCK = 6607, + RET_TAROT_BOOK_STORY_ALREADY_FINISH = 6608, + RET_TAROT_BOOK_INTERACTION_ALREADY_FINISH = 6609, + RET_CHIMERA_CHIMERA_NOT_UNLOCK = 6621, + RET_CHIMERA_CHIMERA_DUPLICATED = 6622, + RET_CHIMERA_CHIMERA_TYPE_ERROR = 6623, + RET_CHIMERA_WORK_MISMATCH_ROUND = 6624, + RET_CHIMERA_WORK_ROUND_OPTION_NOT_MEET = 6625, + RET_CHIMERA_ENDLESS_NOT_UNLOCK = 6626, + RET_CHIMERA_IN_ENDLESS = 6627, + RET_CHIMERA_NOT_IN_ENDLESS = 6628, + RET_CHIMERA_CHIMERA_FALL_IN_ENDLESS = 6629, + RET_PLANET_FES_AVATAR_NOT_EXIST = 6641, + RET_PLANET_FES_LAND_NOT_EXIST = 6642, + RET_PLANET_FES_ITEM_NOT_ENOUGH = 6643, + RET_PLANET_FES_LAND_ALREADY_UNLOCK = 6644, + RET_PLANET_FES_WORK_AVATAR_REPEAT = 6645, + RET_PLANET_FES_WORK_AVATAR_TYPE_NOT_MATCH = 6646, + RET_PLANET_FES_ACTIVITY_NOT_OPEN = 6647, + RET_PLANET_FES_SKILLTREE_PHASE_NOT_UNLOCK = 6648, + RET_PLANET_FES_SKILL_NOT_UNLOCK = 6649, + RET_PLANET_FES_CONFIG_ERROR = 6650, + RET_PLANET_FES_NOT_IN_BUSINESS_DAY = 6651, + RET_PLANET_FES_EVENT_LOCKED = 6652, + RET_PLANET_FES_EVENT_FINISHED = 6653, + RET_PLANET_FES_EVENT_IN_CD = 6654, + RET_PLANET_FES_EVENT_ALREADY_IN_STATE = 6655, + RET_PLANET_FES_EVENT_NO_WORK_AVATAR = 6656, + RET_PLANET_FES_EVENT_PROCESSING_CANNOT_DISAPPEAR = 6657, + RET_PLANET_FES_EVENT_OPTION_PHASE_WRONG = 6658, + RET_PLANET_FES_FUNCTION_NOT_UNLOCK = 6659, + RET_PLANET_FES_REWARD_ALREADY_TAKEN = 6660, + RET_PLANET_FES_EVENT_GAME_NOT_ACTIVE = 6661, + RET_PLANET_FES_REGION_PROGRESS_NOT_ENOUGH = 6662, + RET_PLANET_FES_FRIEND_ITEM_NOT_ENOUGH = 6663, + RET_PLANET_FES_PIECE_PERMISSION_BAN = 6664, + RET_PLANET_FES_PIECE_OFFER_NOT_EXIST = 6665, + RET_PLANET_FES_PIECE_APPLY_IN_STACK_TOO_MUCH = 6666, + RET_PLANET_FES_PIECE_APPLY_NOT_EXIST = 6667, + RET_PLANET_FES_GET_FRIEND_RANKING_LIST_IN_CD = 6668, + RET_PLANET_FES_GIVE_PIECE_OWNED_BY_TARGET = 6669, + RET_PLANET_FES_LEVEL_MAX = 6670, + RET_PLANET_FES_EXCLUSIVE_EVENT = 6671, + RET_MARBLE_SEAL_ALREADY_UNLOCKED = 6701, + RET_MARBLE_SEAL_SHOP_ITEM_NOT_ENOUGH = 6702, + RET_MARBLE_SEAL_LOCKED = 6703, + RET_FATE_STATUS_NOT_MATCH = 6771, + RET_FATE_BUFF_SLOT_NOT_ENOUGH = 6772, + RET_FATE_COIN_NOT_ENOUGH = 6773, + RET_FATE_REIJU_REROLL_COUNT_NOT_ENOUGH = 6774, + RET_FATE_BUFF_LEVEL_MAX = 6775, + RET_FATE_ACTION_QUEUE_NOT_EMPTY = 6776, + RET_PARKOUR_ACTIVITY_NOT_OPEN = 6801, + RET_PARKOUR_LEVEL_NOT_UNLOCK = 6802, + RET_PARKOUR_RAIL_BALL_NOT_ALLOWED = 6803, + RET_PARKOUR_NOT_IN_LEVEL = 6804, + RET_PARKOUR_LEVEL_NOT_MATCH = 6805, + RET_PARKOUR_NOT_PLAYED_ALL_NON_STORY_LEVEL = 6806, + RET_FTC_LIMIT_NAME_CHANGE = 6830, + RET_GRID_FIGHT_CONF_MISS = 6900, + _, +}; + +pub const CmdActivityType = enum(i32) { + CmdActivityTypeNone = 0, + CmdSubmitMaterialSubmitActivityMaterialCsReq = 2652, + CmdLeaveTrialActivityCsReq = 2672, + CmdLeaveTrialActivityScRsp = 2635, + CmdGetTrialActivityDataCsReq = 2696, + CmdGetTrialActivityDataScRsp = 2616, + CmdTakeMaterialSubmitActivityRewardScRsp = 2636, + CmdStartTrialActivityCsReq = 2689, + CmdAvatarDeliverRewardChooseAvatarScRsp = 2625, + CmdAvatarDeliverRewardChooseAvatarCsReq = 2648, + CmdTakeMaterialSubmitActivityRewardCsReq = 2694, + CmdGetMaterialSubmitActivityDataScRsp = 2638, + CmdEnterTrialActivityStageCsReq = 2664, + CmdSubmitMaterialSubmitActivityMaterialScRsp = 2668, + CmdTakeTrialActivityRewardScRsp = 2690, + CmdTakeLoginActivityRewardScRsp = 2639, + CmdGetLoginActivityCsReq = 2620, + CmdCurTrialActivityScNotify = 2653, + CmdGetMaterialSubmitActivityDataCsReq = 2685, + CmdGetAvatarDeliverRewardActivityDataCsReq = 2633, + CmdGetActivityScheduleConfigCsReq = 2627, + CmdEnterTrialActivityStageScRsp = 2657, + CmdTakeTrialActivityRewardCsReq = 2626, + CmdTakeLoginActivityRewardCsReq = 2667, + CmdStartTrialActivityScRsp = 2637, + CmdGetActivityScheduleConfigScRsp = 2621, + CmdAvatarDeliverRewardTakeRewardCsReq = 2643, + CmdAvatarDeliverRewardTakeRewardScRsp = 2612, + CmdGetAvatarDeliverRewardActivityDataScRsp = 2607, + CmdGetLoginActivityScRsp = 2691, + CmdTrialActivityDataChangeScNotify = 2693, + _, +}; + +pub const PMIDEHDOBHJ = enum(i32) { + TRIAL_ACTIVITY_STATUS_NONE = 0, + TRIAL_ACTIVITY_STATUS_FINISH = 1, + _, +}; + +pub const CmdAdventureType = enum(i32) { + CmdAdventureTypeNone = 0, + CmdGetFarmStageGachaInfoScRsp = 1339, + CmdGetFarmStageGachaInfoCsReq = 1367, + CmdQuickStartFarmElementScRsp = 1359, + CmdCocoonSweepScRsp = 1377, + CmdEnterAdventureScRsp = 1391, + CmdQuickStartFarmElementCsReq = 1370, + CmdQuickStartCocoonStageScRsp = 1321, + CmdQuickStartCocoonStageCsReq = 1327, + CmdCocoonSweepCsReq = 1354, + CmdFarmElementSweepScRsp = 1302, + CmdEnterAdventureCsReq = 1320, + CmdFarmElementSweepCsReq = 1380, + _, +}; + +pub const CmdAetherDivideType = enum(i32) { + CmdAetherDivideTypeNone = 0, + CmdAetherDivideFinishChallengeScNotify = 4820, + CmdEnterAetherDivideSceneScRsp = 4827, + CmdLeaveAetherDivideSceneCsReq = 4818, + CmdSwitchAetherDivideLineUpSlotScRsp = 4843, + CmdGetAetherDivideChallengeInfoScRsp = 4801, + CmdGetAetherDivideInfoCsReq = 4845, + CmdStartAetherDivideSceneBattleScRsp = 4837, + CmdGetAetherDivideChallengeInfoCsReq = 4814, + CmdAetherDivideTakeChallengeRewardCsReq = 4809, + CmdAetherDivideSpiritExpUpScRsp = 4840, + CmdEquipAetherDividePassiveSkillCsReq = 4826, + CmdStartAetherDivideStageBattleCsReq = 4830, + CmdAetherDivideRefreshEndlessScRsp = 4835, + CmdAetherDivideRefreshEndlessScNotify = 4847, + CmdSwitchAetherDivideLineUpSlotCsReq = 4825, + CmdClearAetherDividePassiveSkillScRsp = 4822, + CmdAetherDivideRefreshEndlessCsReq = 4804, + CmdStartAetherDivideSceneBattleCsReq = 4811, + CmdAetherDivideSpiritExpUpCsReq = 4813, + CmdEnterAetherDivideSceneCsReq = 4849, + CmdSetAetherDivideLineUpScRsp = 4819, + CmdAetherDivideSpiritInfoScNotify = 4824, + CmdAetherDivideTainerInfoScNotify = 4816, + CmdAetherDivideLineupScNotify = 4831, + CmdAetherDivideTakeChallengeRewardScRsp = 4850, + CmdAetherDivideSkillItemScNotify = 4848, + CmdGetAetherDivideInfoScRsp = 4806, + CmdSetAetherDivideLineUpCsReq = 4828, + CmdStartAetherDivideChallengeBattleCsReq = 4817, + CmdEquipAetherDividePassiveSkillScRsp = 4834, + CmdLeaveAetherDivideSceneScRsp = 4836, + CmdClearAetherDividePassiveSkillCsReq = 4846, + CmdStartAetherDivideStageBattleScRsp = 4803, + CmdStartAetherDivideChallengeBattleScRsp = 4839, + _, +}; + +pub const CmdAlleyType = enum(i32) { + CmdAlleyTypeNone = 0, + CmdStartAlleyEventCsReq = 4770, + CmdAlleyShopLevelScNotify = 4709, + CmdAlleyTakeEventRewardCsReq = 4703, + CmdLogisticsScoreRewardSyncInfoScNotify = 4722, + CmdGetAlleyInfoScRsp = 4791, + CmdAlleyGuaranteedFundsScRsp = 4769, + CmdAlleyShipmentEventEffectsScNotify = 4741, + CmdAlleyOrderChangedScNotify = 4752, + CmdStartAlleyEventScRsp = 4759, + CmdAlleyShipUnlockScNotify = 4706, + CmdSaveLogisticsScRsp = 4744, + CmdRefreshAlleyOrderCsReq = 4785, + CmdLogisticsGameScRsp = 4739, + CmdActivityRaidPlacingGameCsReq = 4740, + CmdTakePrestigeRewardCsReq = 4780, + CmdRefreshAlleyOrderScRsp = 4738, + CmdLogisticsGameCsReq = 4767, + CmdPrestigeLevelUpScRsp = 4736, + CmdTakePrestigeRewardScRsp = 4702, + CmdSaveLogisticsCsReq = 4731, + CmdAlleyPlacingGameScRsp = 4774, + CmdAlleyPlacingGameCsReq = 4705, + CmdAlleyFundsScNotify = 4787, + CmdAlleyShipUsedCountScNotify = 4734, + CmdGetSaveLogisticsMapCsReq = 4784, + CmdAlleyEventChangeNotify = 4754, + CmdActivityRaidPlacingGameScRsp = 4718, + CmdLogisticsDetonateStarSkiffCsReq = 4728, + CmdAlleyTakeEventRewardScRsp = 4724, + CmdAlleyEventEffectNotify = 4777, + CmdGetAlleyInfoCsReq = 4720, + CmdLogisticsDetonateStarSkiffScRsp = 4723, + CmdGetSaveLogisticsMapScRsp = 4778, + CmdPrestigeLevelUpCsReq = 4794, + CmdAlleyGuaranteedFundsCsReq = 4745, + CmdLogisticsInfoScNotify = 4749, + _, +}; + +pub const GBPHKKMOLMF = enum(i32) { + LEFT = 0, + RIGHT = 1, + UP = 2, + DOWN = 3, + LEFT_UP = 4, + LEFT_DOWN = 5, + RIGHT_UP = 6, + RIGHT_DOWN = 7, + _, +}; + +pub const AlleyEventType = enum(i32) { + ALLEY_EVENT_TYPE_NONE = 0, + ALLEY_MAIN_EVENT = 1, + ALLEY_CRITICAL_EVENT = 2, + ALLEY_DAILY_EVENT = 3, + _, +}; + +pub const AlleyEventState = enum(i32) { + ALLEY_STATE_NONE = 0, + ALLEY_EVENT_DOING = 1, + ALLEY_EVENT_FINISH = 2, + ALLEY_EVENT_REWARDED = 3, + _, +}; + +pub const CmdArchiveType = enum(i32) { + CmdArchiveTypeNone = 0, + CmdGetUpdatedArchiveDataScRsp = 2339, + CmdGetArchiveDataCsReq = 2320, + CmdGetUpdatedArchiveDataCsReq = 2367, + CmdGetArchiveDataScRsp = 2391, + _, +}; + +pub const CmdAvatarType = enum(i32) { + CmdAvatarTypeNone = 0, + CmdSetAvatarEnhancedIdCsReq = 328, + CmdAddAvatarScNotify = 305, + CmdUnlockAvatarSkinScNotify = 331, + CmdAvatarExpUpScRsp = 339, + CmdSetAvatarEnhancedIdScRsp = 323, + CmdDressAvatarSkinScRsp = 387, + CmdDressAvatarScRsp = 377, + CmdDressAvatarCsReq = 354, + CmdTakeOffRelicScRsp = 352, + CmdTakePromotionRewardCsReq = 368, + CmdAddMultiPathAvatarScNotify = 341, + CmdTakePromotionRewardScRsp = 394, + CmdDressRelicAvatarCsReq = 398, + CmdGetPreAvatarActivityListScRsp = 340, + CmdMarkAvatarCsReq = 344, + CmdMarkAvatarScRsp = 349, + CmdPromoteAvatarCsReq = 370, + CmdRankUpAvatarCsReq = 374, + CmdTakeOffEquipmentScRsp = 302, + CmdTakeOffAvatarSkinCsReq = 309, + CmdSetGrowthTargetAvatarCsReq = 384, + CmdGetPreAvatarActivityListCsReq = 322, + CmdPromoteAvatarScRsp = 359, + CmdRankUpAvatarScRsp = 373, + CmdDressAvatarSkinCsReq = 336, + CmdGetPreAvatarGrowthInfoCsReq = 345, + CmdUnlockSkilltreeCsReq = 327, + CmdAvatarExpUpCsReq = 367, + CmdTakeOffAvatarSkinScRsp = 306, + CmdTakeOffRelicCsReq = 338, + CmdSetGrowthTargetAvatarScRsp = 378, + CmdGetPreAvatarGrowthInfoScRsp = 369, + CmdGetAvatarDataScRsp = 391, + CmdDressRelicAvatarScRsp = 385, + CmdGetAvatarDataCsReq = 320, + CmdUnlockSkilltreeScRsp = 321, + CmdTakeOffEquipmentCsReq = 380, + CmdGrowthTargetAvatarChangedScNotify = 334, + _, +}; + +pub const GrowthTartgetFuncType = enum(i32) { + GROWTH_TARGET_FUNCTION_TYPE_INCLUDE_ALL_SKILLTREE = 0, + _, +}; + +pub const AddAvatarSrcState = enum(i32) { + ADD_AVATAR_SRC_NONE = 0, + ADD_AVATAR_SRC_GACHA = 1, + ADD_AVATAR_SRC_ROGUE = 2, + ADD_AVATAR_SRC_DELIVERY = 3, + _, +}; + +pub const GrowthTargetState = enum(i32) { + GROWTH_TARGET_AVATAR_NONE = 0, + GROWTH_TARGET_AVATAR_PRE = 1, + GROWTH_TARGET_AVATAR_UP = 2, + GROWTH_TARGET_AVATAR_LOCK = 3, + GROWTH_TARGET_AVATAR_UNLOCK = 4, + GROWTH_TARGET_AVATAR_LOCK_AND_UP = 5, + _, +}; + +pub const CmdBattleType = enum(i32) { + CmdBattleTypeNone = 0, + CmdQuitBattleScRsp = 139, + CmdSyncClientResVersionScRsp = 159, + CmdServerSimulateBattleFinishScNotify = 102, + CmdBattleLogReportCsReq = 177, + CmdBattleLogReportScRsp = 180, + CmdGetCurBattleInfoScRsp = 121, + CmdRebattleByClientCsNotify = 174, + CmdPVEBattleResultCsReq = 120, + CmdGetCurBattleInfoCsReq = 127, + CmdReBattleAfterBattleLoseCsNotify = 105, + CmdPVEBattleResultScRsp = 191, + CmdSyncClientResVersionCsReq = 170, + CmdQuitBattleScNotify = 154, + CmdQuitBattleCsReq = 167, + _, +}; + +pub const CmdBattleCollegeType = enum(i32) { + CmdBattleCollegeTypeNone = 0, + CmdBattleCollegeDataChangeScNotify = 5767, + CmdStartBattleCollegeCsReq = 5739, + CmdGetBattleCollegeDataScRsp = 5791, + CmdGetBattleCollegeDataCsReq = 5720, + CmdStartBattleCollegeScRsp = 5727, + _, +}; + +pub const CmdBattlePassType = enum(i32) { + CmdBattlePassTypeNone = 0, + CmdBuyBpLevelScRsp = 3070, + CmdBuyBpLevelCsReq = 3021, + CmdTakeAllRewardScRsp = 3054, + CmdTakeBpRewardScRsp = 3027, + CmdTakeBpRewardCsReq = 3039, + CmdTakeAllRewardCsReq = 3059, + CmdBattlePassInfoNotify = 3020, + _, +}; + +pub const BpTierType = enum(i32) { + BP_TIER_TYPE_NONE = 0, + BP_TIER_TYPE_FREE = 1, + BP_TIER_TYPE_PREMIUM_1 = 2, + BP_TIER_TYPE_PREMIUM_2 = 3, + _, +}; + +pub const BpRewardType = enum(i32) { + BP_REWARAD_TYPE_NONE = 0, + BP_REWARAD_TYPE_FREE = 1, + BP_REWARAD_TYPE_PREMIUM_1 = 2, + BP_REWARAD_TYPE_PREMIUM_2 = 3, + BP_REWARAD_TYPE_PREMIUM_OPTIONAL = 4, + _, +}; + +pub const CmdBenefitActivityType = enum(i32) { + CmdBenefitActivityTypeNone = 0, + CmdTakeBenefitActivityRewardCsReq = 4868, + CmdJoinBenefitActivityScRsp = 4887, + CmdJoinBenefitActivityCsReq = 4861, + CmdTakeBenefitActivityRewardScRsp = 4886, + CmdGetBenefitActivityInfoCsReq = 4899, + CmdGetBenefitActivityInfoScRsp = 4877, + _, +}; + +pub const CmdBoxingClubType = enum(i32) { + CmdBoxingClubTypeNone = 0, + CmdChooseBoxingClubStageOptionalBuffScRsp = 4298, + CmdStartBoxingClubBattleScRsp = 4221, + CmdGiveUpBoxingClubChallengeCsReq = 4270, + CmdGetBoxingClubInfoScRsp = 4291, + CmdGiveUpBoxingClubChallengeScRsp = 4259, + CmdStartBoxingClubBattleCsReq = 4227, + CmdBoxingClubChallengeUpdateScNotify = 4277, + CmdChooseBoxingClubResonanceCsReq = 4280, + CmdChooseBoxingClubResonanceScRsp = 4202, + CmdMatchBoxingClubOpponentScRsp = 4239, + CmdSetBoxingClubResonanceLineupCsReq = 4205, + CmdSetBoxingClubResonanceLineupScRsp = 4274, + CmdMatchBoxingClubOpponentCsReq = 4267, + CmdChooseBoxingClubStageOptionalBuffCsReq = 4273, + CmdBoxingClubRewardScNotify = 4254, + CmdGetBoxingClubInfoCsReq = 4220, + _, +}; + +pub const CmdChallengeType = enum(i32) { + CmdChallengeTypeNone = 0, + CmdChallengeLineupNotify = 1702, + CmdGetChallengeCsReq = 1720, + CmdChallengeSettleNotify = 1770, + CmdRestartChallengePhaseCsReq = 1736, + CmdLeaveChallengeScRsp = 1721, + CmdGetChallengeGroupStatisticsScRsp = 1738, + CmdRestartChallengePhaseScRsp = 1787, + CmdGetChallengeScRsp = 1791, + CmdEnterChallengeNextPhaseScRsp = 1706, + CmdGetChallengeGroupStatisticsCsReq = 1785, + CmdGetCurChallengeCsReq = 1777, + CmdGetCurChallengeScRsp = 1780, + CmdStartChallengeCsReq = 1767, + CmdStartChallengeScRsp = 1739, + CmdLeaveChallengeCsReq = 1727, + CmdEnterChallengeNextPhaseCsReq = 1709, + CmdStartPartialChallengeCsReq = 1752, + CmdStartPartialChallengeScRsp = 1768, + CmdChallengeBossPhaseSettleNotify = 1731, + CmdTakeChallengeRewardScRsp = 1798, + CmdTakeChallengeRewardCsReq = 1773, + _, +}; + +pub const ChallengeStatus = enum(i32) { + CHALLENGE_UNKNOWN = 0, + CHALLENGE_DOING = 1, + CHALLENGE_FINISH = 2, + CHALLENGE_FAILED = 3, + _, +}; + +pub const CmdChatType = enum(i32) { + CmdChatTypeNone = 0, + CmdPrivateMsgOfflineUsersScNotify = 3939, + CmdGetChatFriendHistoryScRsp = 3959, + CmdGetLoginChatInfoScRsp = 3998, + CmdGetChatEmojiListScRsp = 3977, + CmdMarkChatEmojiCsReq = 3980, + CmdGetPrivateChatHistoryScRsp = 3921, + CmdBatchMarkChatEmojiScRsp = 3974, + CmdMarkChatEmojiScRsp = 3902, + CmdGetPrivateChatHistoryCsReq = 3927, + CmdGetChatEmojiListCsReq = 3954, + CmdSendMsgCsReq = 3920, + CmdGetChatFriendHistoryCsReq = 3970, + CmdGetLoginChatInfoCsReq = 3973, + CmdRevcMsgScNotify = 3967, + CmdSendMsgScRsp = 3991, + CmdBatchMarkChatEmojiCsReq = 3905, + _, +}; + +pub const CmdChessRogueType = enum(i32) { + CmdChessRogueTypeNone = 0, + CmdFinishChessRogueSubStoryScRsp = 5442, + CmdChessRoguePickAvatarCsReq = 5506, + CmdChessRogueNousDiceSurfaceUnlockNotify = 5540, + CmdGetChessRogueBuffEnhanceInfoCsReq = 5448, + CmdChessRogueRollDiceScRsp = 5504, + CmdChessRogueQuitCsReq = 5511, + CmdSelectChessRogueSubStoryCsReq = 5592, + CmdChessRogueLeaveScRsp = 5469, + CmdChessRogueUpdateReviveInfoScNotify = 5547, + CmdChessRogueUpdateAllowedSelectCellScNotify = 5538, + CmdChessRogueNousEditDiceScRsp = 5515, + CmdSyncChessRogueNousMainStoryScNotify = 5574, + CmdChessRogueStartCsReq = 5488, + CmdChessRogueEnterCellScRsp = 5579, + CmdChessRogueSelectCellCsReq = 5459, + CmdSelectChessRogueSubStoryScRsp = 5406, + CmdSyncChessRogueNousValueScNotify = 5513, + CmdChessRogueSkipTeachingLevelCsReq = 5453, + CmdChessRogueNousEnableRogueTalentScRsp = 5486, + CmdSyncChessRogueNousSubStoryScNotify = 5424, + CmdChessRogueGiveUpCsReq = 5407, + CmdChessRogueCheatRollCsReq = 5485, + CmdChessRogueLayerAccountInfoNotify = 5413, + CmdChessRogueQuitScRsp = 5542, + CmdChessRogueRollDiceCsReq = 5418, + CmdGetChessRogueNousStoryInfoCsReq = 5461, + CmdChessRogueChangeyAeonDimensionNotify = 5533, + CmdChessRogueReRollDiceCsReq = 5576, + CmdChessRogueStartScRsp = 5436, + CmdChessRoguePickAvatarScRsp = 5561, + CmdChessRogueGiveUpRollCsReq = 5590, + CmdChessRogueGiveUpScRsp = 5505, + CmdEnhanceChessRogueBuffCsReq = 5564, + CmdChessRogueNousEnableRogueTalentCsReq = 5449, + CmdGetChessRogueNousStoryInfoScRsp = 5570, + CmdGetChessRogueStoryInfoCsReq = 5446, + CmdChessRogueUpdateUnlockLevelScNotify = 5537, + CmdChessRogueLeaveCsReq = 5476, + CmdChessRogueUpdateBoardScNotify = 5481, + CmdChessRogueQuestFinishNotify = 5482, + CmdChessRogueQueryAeonDimensionsScRsp = 5423, + CmdChessRogueUpdateDiceInfoScNotify = 5473, + CmdChessRogueEnterNextLayerScRsp = 5521, + CmdChessRogueUpdateActionPointScNotify = 5499, + CmdChessRogueGiveUpRollScRsp = 5403, + CmdGetChessRogueStoryInfoScRsp = 5402, + CmdSyncChessRogueMainStoryFinishScNotify = 5441, + CmdChessRogueReviveAvatarScRsp = 5543, + CmdChessRogueUpdateAeonModifierValueScNotify = 5404, + CmdChessRogueEnterNextLayerCsReq = 5546, + CmdChessRogueEnterScRsp = 5526, + CmdChessRogueEnterCellCsReq = 5519, + CmdChessRogueSelectCellScRsp = 5508, + CmdChessRogueQueryAeonDimensionsCsReq = 5535, + CmdChessRogueEnterCsReq = 5490, + CmdEnterChessRogueAeonRoomCsReq = 5455, + CmdChessRogueUpdateLevelBaseInfoScNotify = 5555, + CmdChessRogueUpdateMoneyInfoScNotify = 5534, + CmdChessRogueQueryScRsp = 5412, + CmdChessRogueSkipTeachingLevelScRsp = 5438, + CmdGetChessRogueStoryAeonTalkInfoCsReq = 5474, + CmdChessRogueNousEditDiceCsReq = 5428, + CmdChessRogueCellUpdateNotify = 5558, + CmdEnterChessRogueAeonRoomScRsp = 5410, + CmdChessRogueNousGetRogueTalentInfoScRsp = 5554, + CmdChessRogueCheatRollScRsp = 5560, + CmdEnhanceChessRogueBuffScRsp = 5500, + CmdChessRogueQueryCsReq = 5541, + CmdFinishChessRogueSubStoryCsReq = 5454, + CmdGetChessRogueStoryAeonTalkInfoScRsp = 5553, + CmdChessRogueNousGetRogueTalentInfoCsReq = 5495, + CmdChessRogueNousDiceUpdateNotify = 5462, + CmdChessRogueConfirmRollCsReq = 5571, + CmdChessRogueReRollDiceScRsp = 5487, + CmdChessRogueUpdateDicePassiveAccumulateValueScNotify = 5569, + CmdChessRogueReviveAvatarCsReq = 5551, + CmdGetChessRogueBuffEnhanceInfoScRsp = 5520, + CmdChessRogueConfirmRollScRsp = 5422, + _, +}; + +pub const ChessRogueDiceStatus = enum(i32) { + CHESS_ROGUE_DICE_IDLE = 0, + CHESS_ROGUE_DICE_ROLLED = 1, + CHESS_ROGUE_DICE_CONFIRMED = 2, + CHESS_ROGUE_DICE_GIVEUP = 3, + _, +}; + +pub const ChessRogueDiceType = enum(i32) { + CHESS_ROGUE_DICE_FIXED = 0, + CHESS_ROGUE_DICE_EDITABLE = 1, + _, +}; + +pub const ChessRogueBoardCellStatus = enum(i32) { + IDLE = 0, + SELECTED = 1, + PROCESSING = 2, + FINISH = 3, + _, +}; + +pub const ChessRogueCellSpecialType = enum(i32) { + CHESS_ROGUE_CELL_SPECIAL_TYPE_NONE = 0, + CHESS_ROGUE_CELL_SPECIAL_TYPE_LOCKED = 1, + CHESS_ROGUE_CELL_SPECIAL_TYPE_REPLICATE = 2, + CHESS_ROGUE_CELL_SPECIAL_TYPE_PROTECTED = 3, + CHESS_ROGUE_CELL_SPECIAL_TYPE_SEED = 4, + CHESS_ROGUE_CELL_SPECIAL_TYPE_STAMP = 5, + _, +}; + +pub const ChessRogueLevelStatus = enum(i32) { + CHESS_ROGUE_LEVEL_IDLE = 0, + CHESS_ROGUE_LEVEL_PROCESSING = 1, + CHESS_ROGUE_LEVEL_PENDING = 2, + CHESS_ROGUE_LEVEL_FINISH = 3, + CHESS_ROGUE_LEVEL_FAILED = 4, + CHESS_ROGUE_LEVEL_FORCE_FINISH = 5, + _, +}; + +pub const ChessRogueQuitReason = enum(i32) { + CHESS_ROGUE_ACCOUNT_BY_NONE = 0, + CHESS_ROGUE_ACCOUNT_BY_NORMAL_FINISH = 1, + CHESS_ROGUE_ACCOUNT_BY_NORMAL_QUIT = 2, + CHESS_ROGUE_ACCOUNT_BY_DIALOG = 3, + CHESS_ROGUE_ACCOUNT_BY_FAILED = 4, + CHESS_ROGUE_ACCOUNT_BY_CUSTOM_OP = 5, + _, +}; + +pub const ChessRogueBuffSourceType = enum(i32) { + CHESS_ROGUE_BUFF_SOURCE_TYPE_NONE = 0, + CHESS_ROGUE_BUFF_SOURCE_TYPE_SELECT = 1, + CHESS_ROGUE_BUFF_SOURCE_TYPE_ENHANCE = 2, + CHESS_ROGUE_BUFF_SOURCE_TYPE_MIRACLE = 3, + CHESS_ROGUE_BUFF_SOURCE_TYPE_DIALOGUE = 4, + CHESS_ROGUE_BUFF_SOURCE_TYPE_BONUS = 5, + CHESS_ROGUE_BUFF_SOURCE_TYPE_SHOP = 6, + CHESS_ROGUE_BUFF_SOURCE_TYPE_DICE = 7, + CHESS_ROGUE_BUFF_SOURCE_TYPE_AEON = 8, + CHESS_ROGUE_BUFF_SOURCE_TYPE_MAZE_SKILL = 9, + CHESS_ROGUE_BUFF_SOURCE_TYPE_LEVEL_MECHANISM = 10, + _, +}; + +pub const ChessRogueMiracleSourceType = enum(i32) { + CHESS_ROGUE_MIRACLE_SOURCE_TYPE_NONE = 0, + CHESS_ROGUE_MIRACLE_SOURCE_TYPE_SELECT = 1, + CHESS_ROGUE_MIRACLE_SOURCE_TYPE_DIALOGUE = 2, + CHESS_ROGUE_MIRACLE_SOURCE_TYPE_BONUS = 3, + CHESS_ROGUE_MIRACLE_SOURCE_TYPE_USE = 4, + CHESS_ROGUE_MIRACLE_SOURCE_TYPE_RESET = 5, + CHESS_ROGUE_MIRACLE_SOURCE_TYPE_REPLACE = 6, + CHESS_ROGUE_MIRACLE_SOURCE_TYPE_TRADE = 7, + CHESS_ROGUE_MIRACLE_SOURCE_TYPE_GET = 8, + CHESS_ROGUE_MIRACLE_SOURCE_TYPE_SHOP = 9, + CHESS_ROGUE_MIRACLE_SOURCE_TYPE_MAZE_SKILL = 10, + CHESS_ROGUE_MIRACLE_SOURCE_TYPE_LEVEL_MECHANISM = 11, + _, +}; + +pub const ChessRogueUpdateLevelStatus = enum(i32) { + CHESS_ROGUE_UPDATE_LEVEL_STATUS_BY_NONE = 0, + CHESS_ROGUE_UPDATE_LEVEL_STATUS_BY_DIALOG = 1, + _, +}; + +pub const ChessRogueCellUpdateReason = enum(i32) { + CHESS_ROGUE_CELL_UPDATE_REASON_NONE = 0, + CHESS_ROGUE_CELL_UPDATE_REASON_MODIFIER = 1, + _, +}; + +pub const ChessRogueAeonType = enum(i32) { + CHESS_ROGUE_AEON_TYPE_NONE = 0, + CHESS_ROGUE_AEON_TYPE_KNIGHT = 1, + CHESS_ROGUE_AEON_TYPE_MEMORY = 2, + CHESS_ROGUE_AEON_TYPE_WARLOCK = 3, + CHESS_ROGUE_AEON_TYPE_PRIEST = 4, + CHESS_ROGUE_AEON_TYPE_ROGUE = 5, + CHESS_ROGUE_AEON_TYPE_WARRIOR = 6, + CHESS_ROGUE_AEON_TYPE_HAPPY = 7, + CHESS_ROGUE_AEON_TYPE_BREED = 8, + _, +}; + +pub const ChessRogueDiceSourceType = enum(i32) { + CHESS_ROGUE_DICE_SOURCE_TYPE_NONE = 0, + CHESS_ROGUE_DICE_SOURCE_TYPE_NORMAL = 1, + CHESS_ROGUE_DICE_SOURCE_TYPE_REPEAT = 2, + CHESS_ROGUE_DICE_SOURCE_TYPE_CHEAT = 3, + _, +}; + +pub const ChessRogueNousMainStoryStatus = enum(i32) { + CHESS_ROGUE_NOUS_MAIN_STORY_STATUS_NONE = 0, + CHESS_ROGUE_NOUS_MAIN_STORY_STATUS_UNLOCK = 1, + CHESS_ROGUE_NOUS_MAIN_STORY_STATUS_FINISH = 2, + CHESS_ROGUE_NOUS_MAIN_STORY_STATUS_CAN_TRIGGER = 3, + _, +}; + +pub const ChessRogueNousDicePhase = enum(i32) { + NONE = 0, + PHASE_ONE = 1, + PHASE_TWO = 2, + _, +}; + +pub const CmdChimeraType = enum(i32) { + CmdChimeraTypeNone = 0, + CmdChimeraRoundWorkStartScRsp = 8161, + CmdChimeraDoFinalRoundCsReq = 8173, + CmdChimeraSetLineupScRsp = 8176, + CmdChimeraGetDataCsReq = 8178, + CmdChimeraFinishEndlessRoundCsReq = 8174, + CmdChimeraSetLineupCsReq = 8170, + CmdChimeraQuitEndlessScRsp = 8166, + CmdChimeraRoundWorkStartCsReq = 8162, + CmdChimeraStartEndlessScRsp = 8163, + CmdChimeraFinishRoundScRsp = 8171, + CmdChimeraFinishEndlessRoundScRsp = 8179, + CmdChimeraDoFinalRoundScRsp = 8175, + CmdChimeraGetDataScRsp = 8169, + CmdChimeraQuitEndlessCsReq = 8172, + CmdChimeraFinishRoundCsReq = 8167, + CmdChimeraStartEndlessCsReq = 8165, + _, +}; + +pub const OAPDMKKKEOL = enum(i32) { + CHIMERA_LAST_PHASE_FINISH_NONE = 0, + CHIMERA_LAST_PHASE_FINISH_NORMAL = 1, + CHIMERA_LAST_PHASE_FINISH_SKIP = 2, + CHIMERA_LAST_PHASE_FINISH_FORCE = 3, + _, +}; + +pub const BIAKDFELJFM = enum(i32) { + CHIMERA_ROUND_WORK_END_NONE = 0, + CHIMERA_ROUND_WORK_END_SUCC = 1, + CHIMERA_ROUND_WORK_END_FAIL = 2, + CHIMERA_ROUND_WORK_END_LEAVE = 3, + _, +}; + +pub const CmdClockParkType = enum(i32) { + CmdClockParkTypeNone = 0, + CmdClockParkUnlockTalentScRsp = 7237, + CmdClockParkBattleEndScNotify = 7246, + CmdClockParkGetInfoScRsp = 7227, + CmdClockParkQuitScriptScRsp = 7219, + CmdClockParkUseBuffScRsp = 7243, + CmdClockParkGetOngoingScriptInfoScRsp = 7210, + CmdClockParkHandleWaitOperationCsReq = 7245, + CmdClockParkHandleWaitOperationScRsp = 7206, + CmdClockParkStartScriptCsReq = 7217, + CmdClockParkUnlockTalentCsReq = 7211, + CmdClockParkGetOngoingScriptInfoCsReq = 7212, + CmdClockParkStartScriptScRsp = 7239, + CmdClockParkFinishScriptScNotify = 7230, + CmdClockParkUseBuffCsReq = 7225, + CmdClockParkGetInfoCsReq = 7249, + CmdClockParkQuitScriptCsReq = 7228, + _, +}; + +pub const ClockParkPlayStatus = enum(i32) { + CLOCK_PARK_PLAY_NONE = 0, + CLOCK_PARK_PLAY_NORMAL_DEATH = 1, + CLOCK_PARK_PLAY_NORMAL_PASS = 2, + CLOCK_PARK_PLAY_FINISH_SCRIPT = 5, + _, +}; + +pub const MissionStatus = enum(i32) { + MISSION_NONE = 0, + MISSION_DOING = 1, + MISSION_FINISH = 2, + MISSION_PREPARED = 3, + _, +}; + +pub const MessageSectionStatus = enum(i32) { + MESSAGE_SECTION_NONE = 0, + MESSAGE_SECTION_DOING = 1, + MESSAGE_SECTION_FINISH = 2, + MESSAGE_SECTION_FROZEN = 3, + _, +}; + +pub const MessageGroupStatus = enum(i32) { + MESSAGE_GROUP_NONE = 0, + MESSAGE_GROUP_DOING = 1, + MESSAGE_GROUP_FINISH = 2, + MESSAGE_GROUP_FROZEN = 3, + _, +}; + +pub const BattleRecordType = enum(i32) { + BATTLE_RECORD_NONE = 0, + BATTLE_RECORD_CHALLENGE = 1, + BATTLE_RECORD_ROGUE = 2, + _, +}; + +pub const RebattleType = enum(i32) { + REBATTLE_TYPE_NONE = 0, + REBATTLE_TYPE_REBATTLE_MIDWAY = 1, + REBATTLE_TYPE_REBATTLE_LOSE = 2, + REBATTLE_TYPE_REBATTLE_MIDWAY_LINEUP = 3, + REBATTLE_TYPE_REBATTLE_LOSE_LINEUP = 4, + REBATTLE_TYPE_QUIT_MIDWAY = 5, + REBATTLE_TYPE_QUIT_LOSE = 6, + _, +}; + +pub const ContentPackageStatus = enum(i32) { + ContentPackageStatus_None = 0, + ContentPackageStatus_Init = 1, + ContentPackageStatus_Doing = 2, + ContentPackageStatus_Finished = 3, + ContentPackageStatus_Release = 4, + _, +}; + +pub const CmdContentPackageType = enum(i32) { + CmdContentPackageTypeNone = 0, + CmdContentPackageSyncDataScNotify = 7518, + CmdContentPackageTransferScNotify = 7537, + CmdContentPackageUnlockCsReq = 7536, + CmdContentPackageGetDataScRsp = 7527, + CmdContentPackageUnlockScRsp = 7511, + CmdContentPackageGetDataCsReq = 7549, + _, +}; + +pub const CmdDailyActiveType = enum(i32) { + CmdDailyActiveTypeNone = 0, + CmdGetDailyActiveInfoScRsp = 3339, + CmdTakeApRewardCsReq = 3320, + CmdTakeApRewardScRsp = 3391, + CmdGetDailyActiveInfoCsReq = 3367, + CmdTakeAllApRewardScRsp = 3370, + CmdDailyActiveInfoNotify = 3327, + CmdTakeAllApRewardCsReq = 3321, + _, +}; + +pub const CmdDebugType = enum(i32) { + CmdDebugTypeNone = 0, + CmdGetServerGraphDataCsReq = 2487, + CmdUpdateServerLogSettingsCsReq = 2468, + CmdUpdateServerLogSettingsScRsp = 2486, + CmdGetServerLogSettingsScRsp = 2477, + CmdGetServerLogSettingsCsReq = 2499, + CmdGetServerGraphDataScRsp = 2467, + CmdServerLogScNotify = 2461, + _, +}; + +pub const ServerLogTag = enum(i32) { + SERVER_LOG_TAG_DEFAULT = 0, + SERVER_LOG_TAG_ROGUE = 1, + SERVER_LOG_TAG_FATE = 2, + SERVER_LOG_TAG_SCENE = 3, + SERVER_LOG_TAG_BATTLE = 4, + SERVER_LOG_TAG_CPP_GAMECORE = 5, + SERVER_LOG_TAG_LEVEL_GRAPH = 6, + SERVER_LOG_TAG_PLANET_FES = 7, + _, +}; + +pub const ServerLogLevel = enum(i32) { + SERVER_LOG_LEVEL_NONE = 0, + SERVER_LOG_LEVEL_DEBUG = 1, + SERVER_LOG_LEVEL_INFO = 2, + SERVER_LOG_LEVEL_WARN = 3, + SERVER_LOG_LEVEL_ERROR = 4, + _, +}; + +pub const OJIDJNDHDGA = enum(i32) { + READY = 0, + SUSPEND = 1, + SUCC = 2, + FAIL = 3, + _, +}; + +pub const CmdDrinkMakerType = enum(i32) { + CmdDrinkMakerTypeNone = 0, + CmdMakeDrinkScRsp = 6996, + CmdGetDrinkMakerDataCsReq = 6998, + CmdDrinkMakerChallengeScRsp = 6992, + CmdDrinkMakerChallengeCsReq = 6999, + CmdDrinkMakerUpdateTipsNotify = 6986, + CmdMakeMissionDrinkScRsp = 6983, + CmdGetDrinkMakerDataScRsp = 6989, + CmdMakeDrinkCsReq = 6990, + CmdEndDrinkMakerSequenceCsReq = 6987, + CmdMakeMissionDrinkCsReq = 6985, + CmdEndDrinkMakerSequenceScRsp = 6991, + CmdDrinkMakerDayEndScNotify = 6994, + _, +}; + +pub const CmdEraFlipperType = enum(i32) { + CmdEraFlipperTypeNone = 0, + CmdEnterEraFlipperRegionScRsp = 6568, + CmdResetEraFlipperDataCsReq = 6570, + CmdGetEraFlipperDataScRsp = 6561, + CmdChangeEraFlipperDataCsReq = 6555, + CmdEnterEraFlipperRegionCsReq = 6562, + CmdEraFlipperDataChangeScNotify = 6566, + CmdResetEraFlipperDataScRsp = 6557, + CmdChangeEraFlipperDataScRsp = 6560, + CmdGetEraFlipperDataCsReq = 6559, + _, +}; + +pub const CmdEvolveBuild = enum(i32) { + CmdEvolveBuildNone = 0, + CmdEvolveBuildStartLevelCsReq = 7118, + CmdEvolveBuildShopAbilityUpCsReq = 7134, + CmdEvolveBuildSkipTeachLevelScRsp = 7101, + CmdEvolveBuildQueryInfoCsReq = 7149, + CmdEvolveBuildGiveupCsReq = 7117, + CmdEvolveBuildReRandomStageScRsp = 7128, + CmdEvolveBuildStartStageCsReq = 7111, + CmdEvolveBuildStartLevelScRsp = 7136, + CmdEvolveBuildFinishScNotify = 7145, + CmdEvolveBuildReRandomStageCsReq = 7106, + CmdEvolveBuildLeaveCsReq = 7112, + CmdEvolveBuildLeaveScRsp = 7110, + CmdEvolveBuildShopAbilityDownScRsp = 7125, + CmdEvolveBuildStartStageScRsp = 7137, + CmdEvolveBuildShopAbilityResetCsReq = 7103, + CmdEvolveBuildShopAbilityResetScRsp = 7113, + CmdEvolveBuildCoinNotify = 7140, + CmdEvolveBuildSkipTeachLevelCsReq = 7114, + CmdEvolveBuildShopAbilityDownCsReq = 7122, + CmdEvolveBuildQueryInfoScRsp = 7127, + CmdEvolveBuildShopAbilityUpScRsp = 7146, + CmdEvolveBuildGiveupScRsp = 7139, + _, +}; + +pub const OIJLBLOOHJG = enum(i32) { + EVOLVE_PERIOD_NONE = 0, + EVOLVE_PERIOD_FIRST = 1, + EVOLVE_PERIOD_SECOND = 2, + EVOLVE_PERIOD_THIRD = 3, + EVOLVE_PERIOD_EXTRA = 4, + _, +}; + +pub const DLHCMCNIHII = enum(i32) { + EVOLVE_BATTLE_RESULT_NONE = 0, + EVOLVE_BATTLE_RESULT_WIN = 1, + EVOLVE_BATTLE_RESULT_ALL_AVATAR_DEAD = 2, + EVOLVE_BATTLE_RESULT_NO_DEAD_LINE = 3, + EVOLVE_BATTLE_RESULT_QUIT = 4, + _, +}; + +pub const KLNIPNJCNMJ = enum(i32) { + EVOLVE_BUILD_SEASON_NONE = 0, + EVOLVE_BUILD_EARLY_ACCESS = 1, + EVOLVE_BUILD_SECOND_CHAPTER = 2, + _, +}; + +pub const CmdExpeditionType = enum(i32) { + CmdExpeditionTypeNone = 0, + CmdTakeActivityExpeditionRewardCsReq = 2574, + CmdTakeExpeditionRewardCsReq = 2570, + CmdCancelActivityExpeditionScRsp = 2505, + CmdAcceptExpeditionScRsp = 2539, + CmdTakeMultipleActivityExpeditionRewardScRsp = 2594, + CmdTakeMultipleExpeditionRewardScRsp = 2552, + CmdExpeditionDataChangeScNotify = 2554, + CmdGetExpeditionDataCsReq = 2520, + CmdTakeMultipleActivityExpeditionRewardCsReq = 2568, + CmdCancelExpeditionCsReq = 2527, + CmdTakeMultipleExpeditionRewardCsReq = 2538, + CmdCancelExpeditionScRsp = 2521, + CmdAcceptActivityExpeditionScRsp = 2580, + CmdAcceptMultipleExpeditionCsReq = 2598, + CmdTakeActivityExpeditionRewardScRsp = 2573, + CmdAcceptActivityExpeditionCsReq = 2577, + CmdAcceptExpeditionCsReq = 2567, + CmdAcceptMultipleExpeditionScRsp = 2585, + CmdCancelActivityExpeditionCsReq = 2502, + CmdTakeExpeditionRewardScRsp = 2559, + CmdGetExpeditionDataScRsp = 2591, + _, +}; + +pub const CmdFantasticStoryActivityType = enum(i32) { + CmdFantasticStoryActivityTypeNone = 0, + CmdGetFantasticStoryActivityDataCsReq = 4920, + CmdFantasticStoryActivityBattleEndScNotify = 4921, + CmdEnterFantasticStoryActivityStageCsReq = 4939, + CmdGetFantasticStoryActivityDataScRsp = 4991, + CmdFinishChapterScNotify = 4967, + CmdEnterFantasticStoryActivityStageScRsp = 4927, + _, +}; + +pub const CmdFateType = enum(i32) { + CmdFateTypeNone = 0, + CmdFateHandlePendingActionScRsp = 5993, + CmdFateShopLeaveScRsp = 5972, + CmdFateStartCsReq = 5968, + CmdFateStartScRsp = 5986, + CmdFateHandlePendingActionCsReq = 5975, + CmdFateShopSellBuffScRsp = 5956, + CmdFateDebugAutoPlayFinishScNotify = 5998, + CmdFateQueryCsReq = 5999, + CmdFateSettleScNotify = 5974, + CmdFateTakeExpRewardScRsp = 5951, + CmdFateShopLockGoodsCsReq = 5976, + CmdFateTakeExpRewardCsReq = 5964, + CmdFateQueryScRsp = 5977, + CmdFateBattleStartCsReq = 5961, + CmdFateBattleStartScRsp = 5987, + CmdFateDebugAutoPlayCsReq = 5970, + CmdFateShopRefreshGoodsScRsp = 5969, + CmdFateShopLockGoodsScRsp = 5984, + CmdFateSyncActionResultScNotify = 5980, + CmdFateDebugAutoPlayScRsp = 5966, + CmdFateShopBuyGoodsScRsp = 5960, + CmdFateChangeLineupCsReq = 5967, + CmdFateShopRefreshGoodsCsReq = 5978, + CmdFateShopSellBuffCsReq = 5995, + CmdFateChangeLineupScRsp = 5989, + CmdFateShopBuyGoodsCsReq = 5962, + CmdFateSettleCsReq = 5963, + CmdFateShopLeaveCsReq = 5996, + CmdFateSyncPendingActionScNotify = 5953, + CmdFateSettleScRsp = 5990, + _, +}; + +pub const GHHDMEMLKPO = enum(i32) { + FATE_LEVEL_STATUS_TYPE_NONE = 0, + FATE_LEVEL_STATUS_TYPE_ROUND_PREPARE = 1, + FATE_LEVEL_STATUS_TYPE_ROUND_HOUGU = 2, + FATE_LEVEL_STATUS_TYPE_ROUND_REIJU = 3, + FATE_LEVEL_STATUS_TYPE_ROUND_SHOP = 4, + FATE_LEVEL_STATUS_TYPE_SERVER_INTERNAL_COIN_EFFECT_SETTLE = 5, + FATE_LEVEL_STATUS_TYPE_SERVER_INTERNAL_NONCOIN_EFFECT_SETTLE = 6, + _, +}; + +pub const MGPOCJFMKPM = enum(i32) { + FATE_MASTER_STATUS_TYPE_NONE = 0, + FATE_MASTER_STATUS_TYPE_ALIVE = 1, + FATE_MASTER_STATUS_TYPE_DEAD = 2, + FATE_MASTER_STATUS_TYPE_BANNED = 3, + _, +}; + +pub const CmdFeverTimeActivityType = enum(i32) { + CmdFeverTimeActivityTypeNone = 0, + CmdGetFeverTimeActivityDataCsReq = 7153, + CmdGetFeverTimeActivityDataScRsp = 7156, + CmdEnterFeverTimeActivityStageCsReq = 7155, + CmdFeverTimeActivityBattleEndScNotify = 7158, + CmdEnterFeverTimeActivityStageScRsp = 7159, + _, +}; + +pub const FeverTimeBattleRank = enum(i32) { + FEVER_TIME_BATTLE_RANK_C = 0, + FEVER_TIME_BATTLE_RANK_B = 1, + FEVER_TIME_BATTLE_RANK_A = 2, + FEVER_TIME_BATTLE_RANK_S = 3, + FEVER_TIME_BATTLE_RANK_SS = 4, + _, +}; + +pub const CmdFightType = enum(i32) { + CmdFightTypeNone = 0, + CmdFightKickOutScNotify = 30039, + CmdFightHeartBeatCsReq = 30027, + CmdFightEnterScRsp = 30091, + CmdFightEnterCsReq = 30020, + CmdFightSessionStopScNotify = 30070, + CmdFightGeneralScRsp = 30054, + CmdFightGeneralCsReq = 30059, + CmdFightGeneralScNotify = 30077, + CmdFightLeaveScNotify = 30067, + CmdFightHeartBeatScRsp = 30021, + _, +}; + +pub const CmdFightActivityType = enum(i32) { + CmdFightActivityTypeNone = 0, + CmdTakeFightActivityRewardCsReq = 3621, + CmdEnterFightActivityStageCsReq = 3639, + CmdGetFightActivityDataScRsp = 3691, + CmdEnterFightActivityStageScRsp = 3627, + CmdTakeFightActivityRewardScRsp = 3670, + CmdFightActivityDataChangeScNotify = 3667, + CmdGetFightActivityDataCsReq = 3620, + _, +}; + +pub const CmdFightFestType = enum(i32) { + CmdFightFestTypeNone = 0, + CmdStartFightFestCsReq = 7268, + CmdFightFestUnlockSkillNotify = 7287, + CmdGetFightFestDataScRsp = 7277, + CmdFightFestScoreUpdateNotify = 7261, + CmdGetFightFestDataCsReq = 7299, + CmdFightFestUpdateCoinNotify = 7289, + CmdStartFightFestScRsp = 7286, + CmdFightFestUpdateChallengeRecordNotify = 7267, + _, +}; + +pub const HGDAPJPKFFB = enum(i32) { + FIGHT_FEST_BATTLE_RANK_C = 0, + FIGHT_FEST_BATTLE_RANK_B = 1, + FIGHT_FEST_BATTLE_RANK_A = 2, + FIGHT_FEST_BATTLE_RANK_S = 3, + FIGHT_FEST_BATTLE_RANK_SS = 4, + _, +}; + +pub const APLOAGDIBKI = enum(i32) { + FIGHT_FEST_TYPE_NONE = 0, + FIGHT_FEST_TYPE_MAIN = 1, + FIGHT_FEST_TYPE_SCORE = 2, + FIGHT_FEST_TYPE_CHALLENGE = 3, + FIGHT_FEST_TYPE_TEACH = 4, + _, +}; + +pub const CmdFightMarbleType = enum(i32) { + CmdFightMarbleTypeNone = 0, + _, +}; + +pub const MJBIKBCPKAI = enum(i32) { + FightMarbleEventTypeNone = 0, + FightMarbleEventTypePlayerEnd = 1, + FightMarbleEventTypeGameEnd = 2, + _, +}; + +pub const JOMKPEGEFMP = enum(i32) { + MARBLE_TEAM_TYPE_NONE = 0, + MARBLE_TEAM_TYPE_TEAM_A = 1, + MARBLE_TEAM_TYPE_TEAM_B = 2, + _, +}; + +pub const EEIBHJPNJCF = enum(i32) { + MARBLE_PLAYER_STATE_Default = 0, + MARBLE_PLAYER_STATE_Leave = 1, + MARBLE_PLAYER_STATE_KickOut = 2, + _, +}; + +pub const IMPKPKAMIAF = enum(i32) { + MARBLE_SYNC_TYPE_NONE = 0, + MARBLE_SYNC_TYPE_LOADING = 1, + MARBLE_SYNC_TYPE_PERFORMANCE = 2, + MARBLE_SYNC_TYPE_ROUND_START = 3, + MARBLE_SYNC_TYPE_ROUND_END = 4, + MARBLE_SYNC_TYPE_SWITCH_ROUND = 6, + MARBLE_SYNC_TYPE_USE_TECH = 7, + MARBLE_SYNC_TYPE_SIMULATE_START = 8, + MARBLE_SYNC_TYPE_EMOJI = 9, + MARBLE_SYNC_TYPE_ACHIEVEMENT = 10, + _, +}; + +pub const PAJNHIAGODD = enum(i32) { + MARBLE_FRAME_TYPE_NONE = 0, + MARBLE_FRAME_TYPE_ACTION_START = 1, + MARBLE_FRAME_TYPE_ACTION_END = 2, + MARBLE_FRAME_TYPE_ROUND_START = 3, + MARBLE_FRAME_TYPE_ROUND_END = 4, + MARBLE_FRAME_TYPE_REVIVE = 5, + MARBLE_FRAME_TYPE_HP_CHANGE = 6, + MARBLE_FRAME_TYPE_LAUNCH = 7, + MARBLE_FRAME_TYPE_STOP = 8, + MARBLE_FRAME_TYPE_COLLIDE = 9, + MARBLE_FRAME_TYPE_EFFECT = 10, + MARBLE_FRAME_TYPE_BUFF_TEXT = 11, + MARBLE_FRAME_TYPE_SKILL_UI = 12, + MARBLE_FRAME_TYPE_ABSORB = 13, + MARBLE_FRAME_TYPE_ON_OFF_FIELD = 14, + MARBLE_FRAME_TYPE_DEAD = 15, + MARBLE_FRAME_TYPE_USE_TECH = 16, + MARBLE_FRAME_TYPE_TECH_ACTIVE = 17, + MARBLE_FRAME_TYPE_GHOST_FIRE = 18, + MARBLE_FRAME_TYPE_TRIGGER = 19, + MARBLE_FRAME_TYPE_SWALLOW = 20, + MARBLE_FRAME_TYPE_RADIUS = 21, + MARBLE_FRAME_TYPE_HIDE_LINE = 22, + MARBLE_FRAME_TYPE_TEAM_SCORE = 23, + MARBLE_FRAME_TYPE_EMOJI_PACKAGE = 24, + MARBLE_FRAME_TYPE_CHANGE_SPEED = 25, + MARBLE_FRAME_TYPE_ADD_SHIELD = 26, + _, +}; + +pub const LKKAJCACIJI = enum(i32) { + MARBLE_FACTION_TYPE_NONE = 0, + MARBLE_FACTION_TYPE_ALL = 1, + MARBLE_FACTION_TYPE_ENEMY = 2, + MARBLE_FACTION_TYPE_ALLY = 3, + MARBLE_FACTION_TYPE_FIELD = 4, + _, +}; + +pub const FIPPKLCOEGJ = enum(i32) { + MARBLE_HP_CHANGE_TYPE_NONE = 0, + MARBLE_HP_CHANGE_TYPE_CRITICAL = 1, + MARBLE_HP_CHANGE_TYPE_SPINE = 2, + _, +}; + +pub const PPIFFKJEJJA = enum(i32) { + Marble_Game_Phase_None = 0, + Marble_Game_Phase_Ready = 1, + Marble_Game_Phase_Delay = 2, + Marble_Game_Phase_Loading = 3, + Marble_Game_Phase_LoadFinish = 4, + Marble_Game_Phase_Performance = 5, + Marble_Game_Phase_PerformanceFinish = 6, + Marble_Game_Phase_RoundA = 7, + Marble_Game_Phase_RoundB = 8, + Marble_Game_Phase_Simulate = 9, + Marble_Game_Phase_SimulateFinish = 10, + Marble_Game_Phase_Tech = 11, + Marble_Game_Phase_TechUI = 12, + Marble_Game_Phase_TechFinish = 13, + Marble_Game_Phase_Finish = 14, + Marble_Game_Phase_PreRound = 15, + _, +}; + +pub const CmdFightMathc3Type = enum(i32) { + CmdFightMathc3TypeNone = 0, + CmdFightMatch3SoloDataUpdateNotify = 30152, + CmdFightMatch3ChatScRsp = 30177, + CmdFightMatch3SwapScRsp = 30170, + CmdFightMatch3SoloPreTurnEndCsReq = 30136, + CmdFightMatch3UseItemCsReq = 30105, + CmdFightMatch3SoloAnimEndCsReq = 30185, + CmdFightMatch3SwapCsReq = 30121, + CmdFightMatch3StartCountDownScNotify = 30167, + CmdFightMatch3SoloPreTurnEndScRsp = 30187, + CmdFightMatch3ForceUpdateNotify = 30102, + CmdFightMatch3TurnStartScNotify = 30139, + CmdFightMatch3SoloDataScRsp = 30198, + CmdFightMatch3SoloSwapNotify = 30168, + CmdFightMatch3SoloUseItemNotify = 30194, + CmdFightMatch3SoloDataCsReq = 30173, + CmdFightMatch3ChatScNotify = 30180, + CmdFightMatch3DataScRsp = 30191, + CmdFightMatch3UseItemScRsp = 30174, + CmdFightMatch3SoloAnimEndScRsp = 30138, + CmdFightMatch3OpponentDataScNotify = 30159, + CmdFightMatch3TurnEndScNotify = 30127, + CmdFightMatch3DataCsReq = 30120, + CmdFightMatch3ChatCsReq = 30154, + _, +}; + +pub const DGFCBOFAOIA = enum(i32) { + MATCH3_STATE_IDLE = 0, + MATCH3_STATE_START = 1, + MATCH3_STATE_MATCH = 2, + MATCH3_STATE_GAME = 3, + MATCH3_STATE_HALFTIME = 4, + MATCH3_STATE_OVER = 5, + _, +}; + +pub const NPPNFPPENMC = enum(i32) { + MATCH3_PLAYER_STATE_ALIVE = 0, + MATCH3_PLAYER_STATE_DYING = 1, + MATCH3_PLAYER_STATE_DEAD = 2, + MATCH3_PLAYER_STATE_LEAVE = 3, + _, +}; + +pub const BFILLIOBMFN = enum(i32) { + EVENT_BEGIN = 0, + EVENT_BREAK = 1, + EVENT_FALL = 2, + EVENT_REFRESH = 3, + EVENT_BIRD_SKILL = 4, + EVENT_SHUFFLE = 5, + _, +}; + +pub const KJJLDIMBGMM = enum(i32) { + MATCH3_SOLO_STATE_IDLE = 0, + MATCH3_SOLO_STATE_START = 1, + MATCH3_SOLO_STATE_GAME = 2, + MATCH3_SOLO_STATE_ANIM = 3, + MATCH3_SOLO_STATE_OVER = 4, + MATCH3_SOLO_STATE_DEL = 5, + _, +}; + +pub const NLAAMOGOOBE = enum(i32) { + MATCH3_BATTLE_OP_TYPE_NONE = 0, + MATCH3_BATTLE_OP_TYPE_SWAP = 1, + MATCH3_BATTLE_OP_TYPE_USE_ITEM = 2, + _, +}; + +pub const GANMCIJCOKI = enum(i32) { + MATCH3_BATTLE_BUFF_TYPE_NONE = 0, + MATCH3_BATTLE_BUFF_TYPE_DETONATE_BOMB_RECUR = 1, + MATCH3_BATTLE_BUFF_TYPE_ACTIVIZATION = 2, + MATCH3_BATTLE_BUFF_TYPE_SCORE_BONUS = 3, + _, +}; + +pub const ABBDJBMIIBE = enum(i32) { + MATCH3_SOLO_UPDATE_REASON_DEFAULT = 0, + MATCH3_SOLO_UPDATE_REASON_TURN_START = 1, + MATCH3_SOLO_UPDATE_REASON_TURN_END = 2, + MATCH3_SOLO_UPDATE_REASON_GAME_START = 3, + MATCH3_SOLO_UPDATE_REASON_GAME_END = 4, + MATCH3_SOLO_UPDATE_REASON_GM = 5, + _, +}; + +pub const CmdFriendType = enum(i32) { + CmdFriendTypeNone = 0, + CmdSetFriendMarkScRsp = 2995, + CmdSyncAddBlacklistScNotify = 2938, + CmdGetFriendDevelopmentInfoScRsp = 2937, + CmdGetFriendRecommendListInfoCsReq = 2952, + CmdGetFriendChallengeLineupScRsp = 2993, + CmdNewAssistHistoryNotify = 2928, + CmdDeleteFriendScRsp = 2974, + CmdSetForbidOtherApplyFriendCsReq = 2971, + CmdGetPlayerDetailInfoCsReq = 2967, + CmdGetFriendRecommendListInfoScRsp = 2968, + CmdGetFriendLoginInfoScRsp = 2955, + CmdSetFriendRemarkNameScRsp = 2936, + CmdGetFriendListInfoCsReq = 2920, + CmdTakeAssistRewardCsReq = 2923, + CmdGetFriendChallengeDetailScRsp = 2957, + CmdGetPlatformPlayerInfoScRsp = 2947, + CmdGetFriendRecommendLineupDetailCsReq = 2953, + CmdDeleteBlacklistCsReq = 2906, + CmdGetFriendLoginInfoCsReq = 2919, + CmdGetCurAssistCsReq = 2945, + CmdGetFriendAssistListScRsp = 2996, + CmdApplyFriendScRsp = 2959, + CmdSyncDeleteFriendScNotify = 2973, + CmdTakeAssistRewardScRsp = 2922, + CmdGetPlatformPlayerInfoCsReq = 2918, + CmdHandleFriendCsReq = 2977, + CmdGetAssistListCsReq = 2941, + CmdGetFriendBattleRecordDetailScRsp = 2990, + CmdGetAssistListScRsp = 2984, + CmdSetFriendMarkCsReq = 2950, + CmdGetFriendBattleRecordDetailCsReq = 2926, + CmdGetAssistHistoryCsReq = 2903, + CmdGetFriendAssistListCsReq = 2960, + CmdAddBlacklistCsReq = 2998, + CmdSetAssistScRsp = 2934, + CmdSyncHandleFriendScNotify = 2902, + CmdReportPlayerCsReq = 2987, + CmdGetFriendRecommendLineupDetailScRsp = 2933, + CmdGetCurAssistScRsp = 2969, + CmdDeleteBlacklistScRsp = 2931, + CmdGetFriendChallengeLineupCsReq = 2916, + CmdSearchPlayerCsReq = 2944, + CmdApplyFriendCsReq = 2970, + CmdSetFriendRemarkNameCsReq = 2994, + CmdSetForbidOtherApplyFriendScRsp = 2963, + CmdGetFriendChallengeDetailCsReq = 2964, + CmdReportPlayerScRsp = 2909, + CmdGetPlayerDetailInfoScRsp = 2939, + CmdGetFriendApplyListInfoCsReq = 2927, + CmdDeleteFriendCsReq = 2905, + CmdGetFriendApplyListInfoScRsp = 2921, + CmdCurAssistChangedNotify = 2940, + CmdGetFriendListInfoScRsp = 2991, + CmdGetAssistHistoryScRsp = 2924, + CmdGetFriendRecommendLineupScRsp = 2935, + CmdGetFriendDevelopmentInfoCsReq = 2989, + CmdSetAssistCsReq = 2978, + CmdHandleFriendScRsp = 2980, + CmdSearchPlayerScRsp = 2949, + CmdAddBlacklistScRsp = 2985, + CmdSyncApplyFriendScNotify = 2954, + CmdGetFriendRecommendLineupCsReq = 2972, + _, +}; + +pub const FriendOnlineStatus = enum(i32) { + FRIEND_ONLINE_STATUS_OFFLINE = 0, + FRIEND_ONLINE_STATUS_ONLINE = 1, + _, +}; + +pub const FriendApplySource = enum(i32) { + FRIEND_APPLY_SOURCE_NONE = 0, + FRIEND_APPLY_SOURCE_SEARCH = 1, + FRIEND_APPLY_SOURCE_RECOMMEND = 2, + FRIEND_APPLY_SOURCE_ASSIST = 3, + FRIEND_APPLY_SOURCE_RECOMMEND_ASSIST = 4, + FRIEND_APPLY_SOURCE_PSN_FRIEND = 5, + FRIEND_APPLY_SOURCE_ASSIST_REWARD = 6, + _, +}; + +pub const CmdGachaType = enum(i32) { + CmdGachaTypeNone = 0, + CmdGachaDecideItemChangeScNotify = 1980, + CmdGetGachaCeilingCsReq = 1927, + CmdDoGachaScRsp = 1939, + CmdGetGachaInfoCsReq = 1920, + CmdExchangeGachaCeilingCsReq = 1970, + CmdSetGachaDecideItemScRsp = 1977, + CmdGetGachaCeilingScRsp = 1921, + CmdGetGachaInfoScRsp = 1991, + CmdDoGachaCsReq = 1967, + CmdSetGachaDecideItemCsReq = 1954, + CmdExchangeGachaCeilingScRsp = 1959, + _, +}; + +pub const CmdHeartdialType = enum(i32) { + CmdHeartdialTypeNone = 0, + CmdFinishEmotionDialoguePerformanceScRsp = 6359, + CmdHeartDialTraceScriptScRsp = 6380, + CmdFinishEmotionDialoguePerformanceCsReq = 6370, + CmdGetHeartDialInfoCsReq = 6320, + CmdSubmitEmotionItemCsReq = 6327, + CmdChangeScriptEmotionScRsp = 6339, + CmdSubmitEmotionItemScRsp = 6321, + CmdGetHeartDialInfoScRsp = 6391, + CmdHeartDialTraceScriptCsReq = 6377, + CmdHeartDialScriptChangeScNotify = 6354, + CmdChangeScriptEmotionCsReq = 6367, + _, +}; + +pub const HeartDialEmotionType = enum(i32) { + HEART_DIAL_EMOTION_TYPE_PEACE = 0, + HEART_DIAL_EMOTION_TYPE_ANGER = 1, + HEART_DIAL_EMOTION_TYPE_HAPPY = 2, + HEART_DIAL_EMOTION_TYPE_SAD = 3, + _, +}; + +pub const HeartDialStepType = enum(i32) { + HEART_DIAL_STEP_TYPE_MISSING = 0, + HEART_DIAL_STEP_TYPE_FULL = 1, + HEART_DIAL_STEP_TYPE_LOCK = 2, + HEART_DIAL_STEP_TYPE_UNLOCK = 3, + HEART_DIAL_STEP_TYPE_NORMAL = 4, + HEART_DIAL_STEP_TYPE_CONTROL = 5, + _, +}; + +pub const HeartDialUnlockStatus = enum(i32) { + HEART_DIAL_UNLOCK_STATUS_LOCK = 0, + HEART_DIAL_UNLOCK_STATUS_UNLOCK_SINGLE = 1, + HEART_DIAL_UNLOCK_STATUS_UNLOCK_ALL = 2, + _, +}; + +pub const CmdHeliobusType = enum(i32) { + CmdHeliobusTypeNone = 0, + CmdHeliobusSelectSkillScRsp = 5885, + CmdHeliobusSnsUpdateScNotify = 5880, + CmdHeliobusActivityDataCsReq = 5820, + CmdHeliobusSnsReadCsReq = 5867, + CmdHeliobusUpgradeLevelCsReq = 5805, + CmdHeliobusActivityDataScRsp = 5891, + CmdHeliobusUpgradeLevelScRsp = 5874, + CmdHeliobusLineupUpdateScNotify = 5806, + CmdHeliobusSnsPostCsReq = 5827, + CmdHeliobusSelectSkillCsReq = 5898, + CmdHeliobusUnlockSkillScNotify = 5873, + CmdHeliobusSnsLikeCsReq = 5870, + CmdHeliobusInfoChangedScNotify = 5802, + CmdHeliobusSnsCommentScRsp = 5877, + CmdHeliobusSnsPostScRsp = 5821, + CmdHeliobusEnterBattleScRsp = 5894, + CmdHeliobusChallengeUpdateScNotify = 5809, + CmdHeliobusStartRaidCsReq = 5836, + CmdHeliobusStartRaidScRsp = 5887, + CmdHeliobusEnterBattleCsReq = 5868, + CmdHeliobusSnsCommentCsReq = 5854, + CmdHeliobusSnsLikeScRsp = 5859, + CmdHeliobusSnsReadScRsp = 5839, + _, +}; + +pub const CmdItemType = enum(i32) { + CmdItemTypeNone = 0, + CmdRelicFilterPlanClearNameScNotify = 537, + CmdDeleteRelicFilterPlanCsReq = 557, + CmdRechargeSuccNotify = 594, + CmdBatchRankUpEquipmentScRsp = 548, + CmdLockEquipmentScRsp = 521, + CmdRelicReforgeConfirmCsReq = 553, + CmdSetTurnFoodSwitchScRsp = 540, + CmdComposeItemScRsp = 574, + CmdMarkRelicFilterPlanCsReq = 590, + CmdModifyRelicFilterPlanCsReq = 593, + CmdComposeLimitNumCompleteNotify = 541, + CmdAddRelicFilterPlanScRsp = 516, + CmdLockRelicCsReq = 585, + CmdMarkItemScRsp = 524, + CmdGeneralVirtualItemDataNotify = 518, + CmdUseItemCsReq = 570, + CmdMarkItemCsReq = 503, + CmdDestroyItemCsReq = 578, + CmdExchangeHcoinCsReq = 536, + CmdSyncTurnFoodNotify = 523, + CmdGetRecyleTimeCsReq = 544, + CmdCancelMarkItemNotify = 528, + CmdGetRelicFilterPlanScRsp = 560, + CmdSellItemCsReq = 552, + CmdComposeSelectedRelicScRsp = 506, + CmdAddRelicFilterPlanCsReq = 596, + CmdExpUpEquipmentScRsp = 502, + CmdExpUpRelicCsReq = 573, + CmdAddEquipmentScNotify = 531, + CmdPromoteEquipmentScRsp = 539, + CmdGetBagCsReq = 520, + CmdLockEquipmentCsReq = 527, + CmdMarkRelicFilterPlanScRsp = 589, + CmdExchangeHcoinScRsp = 587, + CmdPromoteEquipmentCsReq = 567, + CmdRelicReforgeCsReq = 572, + CmdDeleteRelicFilterPlanScRsp = 526, + CmdModifyRelicFilterPlanScRsp = 564, + CmdComposeLimitNumUpdateNotify = 584, + CmdDestroyItemScRsp = 534, + CmdSellItemScRsp = 568, + CmdRelicReforgeConfirmScRsp = 533, + CmdDiscardRelicCsReq = 547, + CmdComposeItemCsReq = 505, + CmdGetMarkItemListScRsp = 569, + CmdSetTurnFoodSwitchCsReq = 522, + CmdRelicReforgeScRsp = 535, + CmdGetRelicFilterPlanCsReq = 595, + CmdDiscardRelicScRsp = 519, + CmdRankUpEquipmentCsReq = 554, + CmdBatchRankUpEquipmentCsReq = 507, + CmdGetBagScRsp = 591, + CmdRankUpEquipmentScRsp = 577, + CmdExpUpEquipmentCsReq = 580, + CmdGetMarkItemListCsReq = 545, + CmdGetRecyleTimeScRsp = 549, + CmdComposeSelectedRelicCsReq = 509, + CmdLockRelicScRsp = 538, + CmdExpUpRelicScRsp = 598, + CmdUseItemScRsp = 559, + _, +}; + +pub const ICPINEHOLML = enum(i32) { + RELIC_DISCARD_TYPE_SINGLE = 0, + RELIC_DISCARD_TYPE_BATCH = 1, + RELIC_DISCARD_TYPE_SMART = 2, + _, +}; + +pub const TurnFoodSwitch = enum(i32) { + TURN_FOOD_SWITCH_NONE = 0, + TURN_FOOD_SWITCH_ATTACK = 1, + TURN_FOOD_SWITCH_DEFINE = 2, + _, +}; + +pub const CmdJukeboxType = enum(i32) { + CmdJukeboxTypeNone = 0, + CmdUnlockBackGroundMusicScRsp = 3121, + CmdTrialBackGroundMusicCsReq = 3170, + CmdGetJukeboxDataScRsp = 3191, + CmdGetJukeboxDataCsReq = 3120, + CmdTrialBackGroundMusicScRsp = 3159, + CmdUnlockBackGroundMusicCsReq = 3127, + CmdPlayBackGroundMusicScRsp = 3139, + CmdPlayBackGroundMusicCsReq = 3167, + _, +}; + +pub const CmdLineupType = enum(i32) { + CmdLineupTypeNone = 0, + CmdReplaceLineupCsReq = 787, + CmdSwapLineupCsReq = 754, + CmdChangeLineupLeaderScRsp = 773, + CmdJoinLineupCsReq = 727, + CmdVirtualLineupDestroyNotify = 736, + CmdChangeLineupLeaderCsReq = 774, + CmdVirtualLineupTrialAvatarChangeScNotify = 731, + CmdSwapLineupScRsp = 777, + CmdGetCurLineupDataCsReq = 767, + CmdSwitchLineupIndexCsReq = 798, + CmdGetAllLineupDataCsReq = 768, + CmdGetLineupAvatarDataScRsp = 705, + CmdSwitchLineupIndexScRsp = 785, + CmdQuitLineupCsReq = 770, + CmdExtraLineupDestroyNotify = 706, + CmdQuitLineupScRsp = 759, + CmdGetLineupAvatarDataCsReq = 702, + CmdJoinLineupScRsp = 721, + CmdSyncLineupNotify = 780, + CmdGetStageLineupScRsp = 791, + CmdSetLineupNameScRsp = 752, + CmdGetCurLineupDataScRsp = 739, + CmdGetStageLineupCsReq = 720, + CmdReplaceLineupScRsp = 709, + CmdSetLineupNameCsReq = 738, + CmdGetAllLineupDataScRsp = 794, + _, +}; + +pub const PBPAHLPFNDA = enum(i32) { + LINEUP_TYPE_NONE = 0, + LINEUP_TYPE_PRESET = 1, + LINEUP_TYPE_VIRTUAL = 2, + LINEUP_TYPE_EXTRA = 3, + LINEUP_TYPE_STORY_LINE = 4, + _, +}; + +pub const ExtraLineupType = enum(i32) { + LINEUP_NONE = 0, + LINEUP_CHALLENGE = 1, + LINEUP_ROGUE = 2, + LINEUP_CHALLENGE_2 = 3, + LINEUP_CHALLENGE_3 = 4, + LINEUP_ROGUE_CHALLENGE = 5, + LINEUP_STAGE_TRIAL = 6, + LINEUP_ROGUE_TRIAL = 7, + LINEUP_ACTIVITY = 8, + LINEUP_BOXING_CLUB = 9, + LINEUP_TREASURE_DUNGEON = 11, + LINEUP_CHESS_ROGUE = 12, + LINEUP_HELIOBUS = 13, + LINEUP_TOURN_ROGUE = 14, + LINEUP_RELIC_ROGUE = 15, + LINEUP_ARCADE_ROGUE = 16, + LINEUP_MAGIC_ROGUE = 17, + LINEUP_FATE = 18, + _, +}; + +pub const SyncLineupReason = enum(i32) { + SYNC_REASON_NONE = 0, + SYNC_REASON_MP_ADD = 1, + SYNC_REASON_MP_ADD_PROP_HIT = 2, + SYNC_REASON_HP_ADD = 3, + SYNC_REASON_HP_ADD_PROP_HIT = 4, + SYNC_REASON_MP_MAX_CHANGED_PERMANENT = 5, + SYNC_REASON_MP_MAX_CHANGED_BY_MODIFIER = 6, + _, +}; + +pub const CmdLobbyType = enum(i32) { + CmdLobbyTypeNone = 0, + CmdLobbyCreateCsReq = 7399, + CmdLobbyStartFightCsReq = 7361, + CmdLobbyInteractCsReq = 7375, + CmdLobbyKickOutCsReq = 7362, + CmdLobbyGetInfoCsReq = 7396, + CmdLobbyJoinScRsp = 7386, + CmdLobbyInviteScRsp = 7378, + CmdLobbySyncInfoScNotify = 7395, + CmdLobbyGetInfoScRsp = 7372, + CmdLobbyInteractScRsp = 7393, + CmdLobbyInviteScNotify = 7384, + CmdLobbyQuitCsReq = 7369, + CmdLobbyModifyPlayerInfoCsReq = 7367, + CmdLobbyQuitScRsp = 7376, + CmdLobbyInteractScNotify = 7380, + CmdLobbyCreateScRsp = 7377, + CmdLobbyKickOutScRsp = 7360, + CmdLobbyModifyPlayerInfoScRsp = 7389, + CmdLobbyInviteCsReq = 7356, + CmdLobbyStartFightScRsp = 7387, + CmdLobbyJoinCsReq = 7368, + _, +}; + +pub const CmdMailType = enum(i32) { + CmdMailTypeNone = 0, + CmdGetMailScRsp = 891, + CmdDelMailScRsp = 821, + CmdDelMailCsReq = 827, + CmdTakeMailAttachmentScRsp = 859, + CmdGetMailCsReq = 820, + CmdNewMailScNotify = 854, + CmdMarkReadMailScRsp = 839, + CmdTakeMailAttachmentCsReq = 870, + CmdMarkReadMailCsReq = 867, + _, +}; + +pub const MailType = enum(i32) { + MAIL_TYPE_NORMAL = 0, + MAIL_TYPE_STAR = 1, + _, +}; + +pub const CmdMapRotationType = enum(i32) { + CmdMapRotationTypeNone = 0, + CmdInteractChargerScRsp = 6839, + CmdLeaveMapRotationRegionScNotify = 6873, + CmdResetMapRotationRegionCsReq = 6805, + CmdRemoveRotaterScRsp = 6852, + CmdEnterMapRotationRegionCsReq = 6820, + CmdUpdateRotaterScNotify = 6868, + CmdGetMapRotationDataCsReq = 6880, + CmdGetMapRotationDataScRsp = 6802, + CmdInteractChargerCsReq = 6867, + CmdResetMapRotationRegionScRsp = 6874, + CmdDeployRotaterCsReq = 6827, + CmdRemoveRotaterCsReq = 6838, + CmdUpdateEnergyScNotify = 6898, + CmdUpdateMapRotationDataScNotify = 6885, + CmdLeaveMapRotationRegionCsReq = 6854, + CmdLeaveMapRotationRegionScRsp = 6877, + CmdEnterMapRotationRegionScRsp = 6891, + CmdRotateMapCsReq = 6870, + CmdRotateMapScRsp = 6859, + CmdDeployRotaterScRsp = 6821, + _, +}; + +pub const CmdMarbleType = enum(i32) { + CmdMarbleTypeNone = 0, + CmdMarbleLevelFinishScRsp = 8286, + CmdMarbleUpdateShownSealCsReq = 8284, + CmdMarbleShopBuyScRsp = 8281, + CmdMarbleGetDataCsReq = 8288, + CmdMarblePvpDataUpdateScNotify = 8273, + CmdMarbleUnlockSealScNotify = 8275, + CmdMarbleUpdateShownSealScRsp = 8289, + CmdMarbleGetDataScRsp = 8279, + CmdMarbleLevelFinishCsReq = 8280, + CmdMarbleShopBuyCsReq = 8277, + _, +}; + +pub const CmdMarkChestType = enum(i32) { + CmdMarkChestTypeNone = 0, + CmdGetMarkChestScRsp = 8189, + CmdUpdateMarkChestScRsp = 8196, + CmdGetMarkChestCsReq = 8198, + CmdUpdateMarkChestCsReq = 8190, + CmdMarkChestChangedScNotify = 8187, + _, +}; + +pub const CmdMatchType = enum(i32) { + CmdMatchTypeNone = 0, + CmdCancelMatchScRsp = 7336, + CmdStartMatchScRsp = 7327, + CmdCancelMatchCsReq = 7318, + CmdGetCrossInfoScRsp = 7317, + CmdStartMatchCsReq = 7349, + CmdMatchResultScNotify = 7311, + CmdGetCrossInfoCsReq = 7337, + _, +}; + +pub const CmdMatchThreeModuleType = enum(i32) { + CmdMatchThreeModuleTypeNone = 0, + CmdMatchThreeV2ScNotify = 7434, + CmdMatchThreeV2GetDataScRsp = 7412, + CmdMatchThreeV2LevelEndScRsp = 7428, + CmdMatchThreeLevelEndScRsp = 7436, + CmdMatchThreeGetDataCsReq = 7449, + CmdMatchThreeV2LevelEndCsReq = 7406, + CmdMatchThreeSetBirdPosCsReq = 7437, + CmdMatchThreeV2SetBirdPosCsReq = 7419, + CmdMatchThreeLevelEndCsReq = 7418, + CmdMatchThreeV2BattleItemLevelUpScRsp = 7445, + CmdMatchThreeGetDataScRsp = 7427, + CmdMatchThreeV2SetBirdPosScRsp = 7426, + CmdMatchThreeV2PvpFinishScNotify = 7446, + CmdMatchThreeSyncDataScNotify = 7411, + CmdMatchThreeV2BattleItemLevelUpCsReq = 7410, + CmdMatchThreeV2GetDataCsReq = 7439, + CmdMatchThreeSetBirdPosScRsp = 7417, + _, +}; + +pub const AJDDHBHMOOF = enum(i32) { + MatchThreeStatistics_None = 0, + MatchThreeStatistics_First = 1, + MatchThreeStatistics_Second = 2, + MatchThreeStatistics_Third = 3, + MatchThreeStatistics_Fruit = 4, + MatchThreeStatistics_Skill = 5, + MatchThreeStatistics_Defeat = 6, + MatchThreeStatistics_Bomb = 7, + MatchThreeStatistics_Damage = 8, + MatchThreeStatistics_Energy = 9, + MatchThreeStatistics_SwapBomb = 10, + MatchThreeStatistics_UseItem = 11, + MatchThreeStatistics_SoloMaxStep = 12, + MatchThreeStatistics_SoloScore = 13, + _, +}; + +pub const CmdMessageType = enum(i32) { + CmdMessageTypeNone = 0, + CmdGetMissionMessageInfoCsReq = 2780, + CmdGetNpcStatusCsReq = 2767, + CmdFinishItemIdScRsp = 2721, + CmdGetNpcMessageGroupCsReq = 2720, + CmdFinishPerformSectionIdCsReq = 2754, + CmdFinishSectionIdCsReq = 2770, + CmdGetNpcStatusScRsp = 2739, + CmdGetMissionMessageInfoScRsp = 2702, + CmdFinishSectionIdScRsp = 2759, + CmdGetNpcMessageGroupScRsp = 2791, + CmdFinishPerformSectionIdScRsp = 2777, + CmdFinishItemIdCsReq = 2727, + _, +}; + +pub const CmdMiscModuleType = enum(i32) { + CmdMiscModuleTypeNone = 0, + CmdUpdateMovieRacingDataScRsp = 4109, + CmdUpdateGunPlayDataCsReq = 4144, + CmdTriggerVoiceScRsp = 4174, + CmdGetOrigamiPropInfoCsReq = 4185, + CmdTakePictureCsReq = 4127, + CmdMazeKillDirectScRsp = 4169, + CmdSubmitOrigamiItemScRsp = 4198, + CmdSecurityReportCsReq = 4180, + CmdTriggerVoiceCsReq = 4105, + CmdShareCsReq = 4120, + CmdSubmitOrigamiItemCsReq = 4173, + CmdCancelCacheNotifyScRsp = 4177, + CmdSecurityReportScRsp = 4102, + CmdGetGunPlayDataCsReq = 4106, + CmdCancelDirectDeliveryNoticeCsReq = 4124, + CmdGetShareDataScRsp = 4139, + CmdGetGunPlayDataScRsp = 4131, + CmdGetMovieRacingDataScRsp = 4136, + CmdGetShareDataCsReq = 4167, + CmdGetOrigamiPropInfoScRsp = 4138, + CmdCancelCacheNotifyCsReq = 4154, + CmdShareScRsp = 4191, + CmdDifficultyAdjustmentGetDataScRsp = 4184, + CmdUpdateMovieRacingDataCsReq = 4187, + CmdDifficultyAdjustmentUpdateDataCsReq = 4178, + CmdDirectDeliveryScNotify = 4103, + CmdDifficultyAdjustmentGetDataCsReq = 4141, + CmdDifficultyAdjustmentUpdateDataScRsp = 4134, + CmdUpdateGunPlayDataScRsp = 4149, + CmdTakePictureScRsp = 4121, + CmdCancelDirectDeliveryNoticeScRsp = 4128, + CmdMazeKillDirectCsReq = 4145, + CmdGetMovieRacingDataCsReq = 4194, + _, +}; + +pub const CancelCacheType = enum(i32) { + CACHE_NOTIFY_TYPE_NONE = 0, + CACHE_NOTIFY_TYPE_RECYCLE = 1, + CACHE_NOTIFY_TYPE_RECHARGE = 2, + _, +}; + +pub const MovieRacingType = enum(i32) { + MOVIE_RACING_OVER_TAKE = 0, + MOVIE_RACING_OVER_TAKE_ENDLESS = 1, + MOVIE_RACING_SHOOTING = 2, + MOVIE_RACING_SHOOTING_ENDLESS = 3, + _, +}; + +pub const DifficultyAdjustmentType = enum(i32) { + DIFFICULTY_AJUSTMENT_TYPE_DEFAULT = 0, + DIFFICULTY_AJUSTMENT_TYPE_EASY = 1, + _, +}; + +pub const GIILENMKCAH = enum(i32) { + DIFFICULTY_AJUSTMENT_SOURCE_NONE = 0, + DIFFICULTY_AJUSTMENT_SOURCE_RAID = 1, + DIFFICULTY_AJUSTMENT_SOURCE_EVENT = 2, + _, +}; + +pub const MNIJHMEPGNN = enum(i32) { + MAZE_KILL_SOURCE_NONE = 0, + MAZE_KILL_SOURCE_SWITCH_HAND = 1, + MAZE_KILL_SOURCE_TIME_LINE = 2, + _, +}; + +pub const CmdMissionType = enum(i32) { + CmdMissionTypeNone = 0, + CmdSyncTaskScRsp = 1270, + CmdFinishedMissionScNotify = 1222, + CmdGetMainMissionCustomValueScRsp = 1269, + CmdGetMissionDataCsReq = 1220, + CmdUpdateTrackMainMissionIdCsReq = 1228, + CmdFinishCosumeItemMissionScRsp = 1274, + CmdFinishTalkMissionScRsp = 1239, + CmdUpdateMainMissionCustomValueScRsp = 1218, + CmdAcceptMainMissionCsReq = 1278, + CmdFinishCosumeItemMissionCsReq = 1205, + CmdSubMissionRewardScNotify = 1231, + CmdMissionAcceptScNotify = 1203, + CmdGetMissionDataScRsp = 1291, + CmdStartFinishMainMissionScNotify = 1284, + CmdFinishTalkMissionCsReq = 1267, + CmdGetMissionStatusCsReq = 1268, + CmdUpdateTrackMainMissionIdScRsp = 1223, + CmdTeleportToMissionResetPointCsReq = 1244, + CmdUpdateMainMissionCustomValueCsReq = 1240, + CmdSyncTaskCsReq = 1221, + CmdTeleportToMissionResetPointScRsp = 1249, + CmdAcceptMainMissionScRsp = 1234, + CmdGetMissionStatusScRsp = 1294, + CmdMissionRewardScNotify = 1227, + CmdGetMainMissionCustomValueCsReq = 1245, + CmdStartFinishSubMissionScNotify = 1241, + CmdMissionGroupWarnScNotify = 1202, + _, +}; + +pub const MissionSyncRecord = enum(i32) { + MISSION_SYNC_RECORD_NONE = 0, + MISSION_SYNC_RECORD_MAIN_MISSION_ACCEPT = 1, + MISSION_SYNC_RECORD_MAIN_MISSION_START = 2, + MISSION_SYNC_RECORD_MAIN_MISSION_FINISH = 3, + MISSION_SYNC_RECORD_MAIN_MISSION_DELETE = 4, + MISSION_SYNC_RECORD_MISSION_ACCEPT = 11, + MISSION_SYNC_RECORD_MISSION_START = 12, + MISSION_SYNC_RECORD_MISSION_FINISH = 13, + MISSION_SYNC_RECORD_MISSION_DELETE = 14, + MISSION_SYNC_RECORD_MISSION_PROGRESS = 15, + _, +}; + +pub const GJPKMNEFCFO = enum(i32) { + MAIN_MISSION_SYNC_NONE = 0, + MAIN_MISSION_SYNC_MCV = 1, + _, +}; + +pub const TrackMainMissionUpdateReasonId = enum(i32) { + TRACK_MAIN_MISSION_UPDATE_NONE = 0, + TRACK_MAIN_MISSION_UPDATE_AUTO = 1, + TRACK_MAIN_MISSION_UPDATE_MANUAL = 2, + TRACK_MAIN_MISSION_UPDATE_LOGIN_REPORT = 3, + _, +}; + +pub const CmdMonopolyType = enum(i32) { + CmdMonopolyTypeNone = 0, + CmdGetSocialEventServerCacheCsReq = 7053, + CmdMonopolyConfirmRandomScRsp = 7068, + CmdGetMbtiReportScRsp = 7089, + CmdMonopolyGuessChooseCsReq = 7040, + CmdMonopolyGameCreateScNotify = 7022, + CmdMonopolyEventLoadUpdateScNotify = 7001, + CmdMonopolyConditionUpdateScNotify = 7058, + CmdGetMonopolyFriendRankingListCsReq = 7016, + CmdMonopolyRollDiceCsReq = 7021, + CmdMonopolySttUpdateScNotify = 7079, + CmdGetMonopolyMbtiReportRewardCsReq = 7082, + CmdMonopolyLikeScNotify = 7026, + CmdGetSocialEventServerCacheScRsp = 7033, + CmdMonopolyReRollRandomCsReq = 7085, + CmdMonopolyGetRegionProgressCsReq = 7030, + CmdMonopolyUpgradeAssetScRsp = 7009, + CmdMonopolyRollDiceScRsp = 7070, + CmdDailyFirstEnterMonopolyActivityCsReq = 7005, + CmdMonopolyGiveUpCurContentScRsp = 7031, + CmdMonopolyGetRafflePoolInfoScRsp = 7011, + CmdMonopolyReRollRandomScRsp = 7038, + CmdMonopolyTakePhaseRewardCsReq = 7051, + CmdMonopolyClickCellScRsp = 7066, + CmdMonopolyTakeRaffleTicketRewardCsReq = 7062, + CmdMonopolyGameSettleScNotify = 7034, + CmdGetMonopolyInfoCsReq = 7020, + CmdMonopolyGiveUpCurContentCsReq = 7006, + CmdMonopolyRollRandomCsReq = 7073, + CmdMonopolyScrachRaffleTicketCsReq = 7086, + CmdMonopolyUpgradeAssetCsReq = 7087, + CmdGetMonopolyDailyReportCsReq = 7061, + CmdMonopolyGameGachaCsReq = 7045, + CmdDailyFirstEnterMonopolyActivityScRsp = 7074, + CmdMonopolyClickMbtiReportCsReq = 7046, + CmdMonopolyAcceptQuizCsReq = 7028, + CmdGetMonopolyFriendRankingListScRsp = 7093, + CmdMonopolyGuessBuyInformationScRsp = 7019, + CmdMonopolyMoveScRsp = 7054, + CmdDeleteSocialEventServerCacheScRsp = 7048, + CmdMonopolyGameRaiseRatioScRsp = 7078, + CmdMonopolySocialEventEffectScNotify = 7035, + CmdMonopolyAcceptQuizScRsp = 7023, + CmdMonopolyGetDailyInitItemScRsp = 7100, + CmdMonopolyGuessBuyInformationCsReq = 7047, + CmdGetMbtiReportCsReq = 7090, + CmdMonopolyGuessChooseScRsp = 7018, + CmdMonopolyScrachRaffleTicketScRsp = 7075, + CmdMonopolyQuizDurationChangeScNotify = 7071, + CmdMonopolyContentUpdateScNotify = 7041, + CmdMonopolyActionResultScNotify = 7067, + CmdGetMonopolyInfoScRsp = 7091, + CmdMonopolyEventSelectFriendCsReq = 7037, + CmdMonopolyBuyGoodsScRsp = 7036, + CmdMonopolyGetDailyInitItemCsReq = 7017, + CmdMonopolySelectOptionCsReq = 7077, + CmdMonopolyConfirmRandomCsReq = 7052, + CmdMonopolyClickMbtiReportScRsp = 7042, + CmdMonopolyCheatDiceScRsp = 7049, + CmdMonopolySelectOptionScRsp = 7080, + CmdMonopolyLikeScRsp = 7057, + CmdMonopolyGuessDrawScNotify = 7055, + CmdMonopolyTakePhaseRewardScRsp = 7056, + CmdMonopolyMoveCsReq = 7059, + CmdMonopolyTakeRaffleTicketRewardScRsp = 7014, + CmdMonopolyGetRaffleTicketCsReq = 7043, + CmdMonopolyGameRaiseRatioCsReq = 7084, + CmdMonopolyCellUpdateNotify = 7039, + CmdMonopolyGetRegionProgressScRsp = 7083, + CmdMonopolyGameBingoFlipCardCsReq = 7003, + CmdMonopolyGameGachaScRsp = 7069, + CmdMonopolyGetRaffleTicketScRsp = 7012, + CmdGetMonopolyDailyReportScRsp = 7008, + CmdMonopolyLikeCsReq = 7064, + CmdMonopolyBuyGoodsCsReq = 7094, + CmdMonopolyGameBingoFlipCardScRsp = 7024, + CmdDeleteSocialEventServerCacheCsReq = 7007, + CmdMonopolyCheatDiceCsReq = 7044, + CmdGetMonopolyMbtiReportRewardScRsp = 7099, + CmdMonopolyGetRafflePoolInfoCsReq = 7032, + CmdMonopolyClickCellCsReq = 7097, + CmdMonopolyDailySettleScNotify = 7096, + CmdMonopolyEventSelectFriendScRsp = 7072, + CmdMonopolyRollRandomScRsp = 7098, + _, +}; + +pub const GOJOINDBKIK = enum(i32) { + MONOPOLY_SOCIAL_EVENT_STATUS_NONE = 0, + MONOPOLY_SOCIAL_EVENT_STATUS_WAITING_SELECT_FRIEND = 1, + _, +}; + +pub const IHGJLLNGDKL = enum(i32) { + MONOPOLY_CELL_STATE_IDLE = 0, + MONOPOLY_CELL_STATE_BARRIER = 1, + MONOPOLY_CELL_STATE_GROUND = 2, + MONOPOLY_CELL_STATE_FINISH = 3, + _, +}; + +pub const GKEJFKAKENM = enum(i32) { + MONOPOLY_ACTION_RESULT_SOURCE_TYPE_NONE = 0, + MONOPOLY_ACTION_RESULT_SOURCE_TYPE_EFFECT = 1, + MONOPOLY_ACTION_RESULT_SOURCE_TYPE_ASSET_BONUS = 2, + MONOPOLY_ACTION_RESULT_SOURCE_TYPE_ASSET_TAX = 3, + MONOPOLY_ACTION_RESULT_SOURCE_TYPE_ASSET_UPGRADE = 4, + MONOPOLY_ACTION_RESULT_SOURCE_TYPE_GAME_SETTLE = 5, + MONOPOLY_ACTION_RESULT_SOURCE_TYPE_BUY_GOODS = 6, + MONOPOLY_ACTION_RESULT_SOURCE_TYPE_CLICK = 7, + MONOPOLY_ACTION_RESULT_SOURCE_TYPE_SOCIAL_EVENT = 8, + MONOPOLY_ACTION_RESULT_SOURCE_TYPE_LIKE = 9, + MONOPOLY_ACTION_RESULT_SOURCE_TYPE_QUIZ_GAME_SETTLE = 10, + _, +}; + +pub const CmdMultiplayerType = enum(i32) { + CmdMultiplayerTypeNone = 0, + CmdMultiplayerFightGameStateScRsp = 1091, + CmdMultiplayerFightGameFinishScNotify = 1059, + CmdMultiplayerFightGameStateCsReq = 1020, + CmdMultiplayerMatch3FinishScNotify = 1054, + CmdMultiplayerFightGiveUpScRsp = 1021, + CmdMultiplayerGetFightGateCsReq = 1067, + CmdMultiplayerFightGiveUpCsReq = 1027, + CmdMultiplayerFightGameStartScNotify = 1070, + CmdMultiplayerGetFightGateScRsp = 1039, + _, +}; + +pub const CmdMultipleDropType = enum(i32) { + CmdMultipleDropTypeNone = 0, + CmdGetMultipleDropInfoScRsp = 4691, + CmdGetMultipleDropInfoCsReq = 4620, + CmdMultipleDropInfoScNotify = 4667, + CmdGetPlayerReturnMultiDropInfoCsReq = 4639, + CmdMultipleDropInfoNotify = 4621, + CmdGetPlayerReturnMultiDropInfoScRsp = 4627, + _, +}; + +pub const CmdMuseumType = enum(i32) { + CmdMuseumTypeNone = 0, + CmdUpgradeAreaStatScRsp = 4398, + CmdMuseumTakeCollectRewardCsReq = 4349, + CmdMuseumRandomEventQueryCsReq = 4368, + CmdGetExhibitScNotify = 4377, + CmdMuseumInfoChangedScNotify = 4385, + CmdMuseumRandomEventQueryScRsp = 4394, + CmdRemoveStuffFromAreaScRsp = 4359, + CmdGetStuffScNotify = 4354, + CmdBuyNpcStuffScRsp = 4339, + CmdRemoveStuffFromAreaCsReq = 4370, + CmdUpgradeAreaStatCsReq = 4373, + CmdBuyNpcStuffCsReq = 4367, + CmdSetStuffToAreaScRsp = 4321, + CmdGetMuseumInfoCsReq = 4320, + CmdMuseumTargetMissionFinishNotify = 4331, + CmdFinishCurTurnScRsp = 4302, + CmdMuseumRandomEventSelectScRsp = 4387, + CmdMuseumFundsChangedScNotify = 4338, + CmdGetMuseumInfoScRsp = 4391, + CmdMuseumTargetStartNotify = 4306, + CmdSetStuffToAreaCsReq = 4327, + CmdMuseumRandomEventSelectCsReq = 4336, + CmdUpgradeAreaCsReq = 4305, + CmdUpgradeAreaScRsp = 4374, + CmdMuseumTargetRewardNotify = 4344, + CmdMuseumDispatchFinishedScNotify = 4309, + CmdFinishCurTurnCsReq = 4380, + CmdMuseumTakeCollectRewardScRsp = 4341, + CmdMuseumRandomEventStartScNotify = 4352, + _, +}; + +pub const AIHADKBHPBM = enum(i32) { + MUSEUM_RANDOM_EVENT_STATE_NONE = 0, + MUSEUM_RANDOM_EVENT_STATE_START = 1, + MUSEUM_RANDOM_EVENT_STATE_PROCESSING = 2, + MUSEUM_RANDOM_EVENT_STATE_FINISH = 3, + _, +}; + +pub const KAMLGLMNJGJ = enum(i32) { + WORK_POS_NONE = 0, + WORK_POS_1 = 1, + WORK_POS_2 = 2, + WORK_POS_3 = 3, + _, +}; + +pub const IBBGDGGHEJL = enum(i32) { + STAT_TYPE_NONE = 0, + STAT_TYPE_ART = 1, + STAT_TYPE_CULTURE = 2, + STAT_TYPE_POPULAR = 3, + _, +}; + +pub const KGJJJKPDCFG = enum(i32) { + UNKNOW = 0, + MISSION_REWARD = 1, + EVENT_BUY_STUFF = 2, + MARKET_BUY_STUFF = 3, + QUEST_REWARD = 4, + INITIAL = 5, + PHASE_FINISH_REWARD = 6, + _, +}; + +pub const CmdMusicRhythmType = enum(i32) { + CmdMusicRhythmTypeNone = 0, + CmdMusicRhythmMaxDifficultyLevelsUnlockNotify = 7590, + CmdMusicRhythmSaveSongConfigDataCsReq = 7580, + CmdMusicRhythmDataScRsp = 7596, + CmdMusicRhythmUnlockSongSfxScNotify = 7593, + CmdMusicRhythmStartLevelCsReq = 7576, + CmdMusicRhythmUnlockSongNotify = 7599, + CmdMusicRhythmDataCsReq = 7572, + CmdMusicRhythmFinishLevelScRsp = 7584, + CmdMusicRhythmSaveSongConfigDataScRsp = 7597, + CmdMusicRhythmFinishLevelCsReq = 7583, + CmdMusicRhythmUnlockTrackScNotify = 7586, + CmdMusicRhythmStartLevelScRsp = 7577, + _, +}; + +pub const EPGDHHHDJDC = enum(i32) { + STATUS_CLOSE = 0, + STATUS_OPEN = 1, + _, +}; + +pub const CmdOfferingType = enum(i32) { + CmdOfferingTypeNone = 0, + CmdSubmitOfferingItemCsReq = 6930, + CmdSubmitOfferingItemScRsp = 6936, + CmdTakeOfferingRewardCsReq = 6927, + CmdGetOfferingInfoCsReq = 6938, + CmdTakeOfferingRewardScRsp = 6931, + CmdOfferingInfoScNotify = 6925, + CmdGetOfferingInfoScRsp = 6929, + _, +}; + +pub const FBOMLIBEGOC = enum(i32) { + OFFERING_STATE_NONE = 0, + OFFERING_STATE_LOCK = 1, + OFFERING_STATE_OPEN = 2, + _, +}; + +pub const CmdPamMissionType = enum(i32) { + CmdPamMissionTypeNone = 0, + CmdAcceptedPamMissionExpireScRsp = 4091, + CmdAcceptedPamMissionExpireCsReq = 4020, + CmdSyncAcceptedPamMissionNotify = 4067, + _, +}; + +pub const CmdPamSkinType = enum(i32) { + CmdPamSkinTypeNone = 0, + CmdSelectPamSkinScRsp = 8136, + CmdGetPamSkinDataScRsp = 8129, + CmdUnlockPamSkinScNotify = 8127, + CmdGetPamSkinDataCsReq = 8138, + CmdSelectPamSkinCsReq = 8130, + _, +}; + +pub const CmdParkourType = enum(i32) { + CmdParkourTypeNone = 0, + CmdParkourGetDataScRsp = 8389, + CmdParkourStartLevelScRsp = 8391, + CmdParkourStartLevelCsReq = 8387, + CmdParkourGetDataCsReq = 8398, + CmdParkourEndLevelScRsp = 8383, + CmdParkourGetRankingInfoScRsp = 8396, + CmdParkourEndLevelCsReq = 8385, + CmdParkourGetRankingInfoCsReq = 8390, + _, +}; + +pub const POAHABDKPKJ = enum(i32) { + PARKOUR_END_LEVEL_REASON_NONE = 0, + PARKOUR_END_LEVEL_REASON_FINISH = 1, + PARKOUR_END_LEVEL_REASON_QUIT = 2, + _, +}; + +pub const HCFFFEIMCMF = enum(i32) { + PARKOUR_LEVEL_STT_NONE = 0, + PARKOUR_LEVEL_STT_BOMBED_BY_SPARKLE_FIGURE = 1, + PARKOUR_LEVEL_STT_DESTROY_SPARKLE_FIGURE = 2, + _, +}; + +pub const CmdPetType = enum(i32) { + CmdPetTypeNone = 0, + CmdRecallPetScRsp = 7607, + CmdCurPetChangedScNotify = 7612, + CmdSummonPetCsReq = 7605, + CmdGetPetDataScRsp = 7611, + CmdRecallPetCsReq = 7620, + CmdGetPetDataCsReq = 7609, + CmdSummonPetScRsp = 7610, + _, +}; + +pub const CDEFBKPCPPA = enum(i32) { + PET_OPERATION_TYPE_NONE = 0, + PET_OPERATION_TYPE_SUMMON = 1, + PET_OPERATION_TYPE_RECALL = 2, + _, +}; + +pub const CmdPhoneType = enum(i32) { + CmdPhoneTypeNone = 0, + CmdSelectPhoneCaseScRsp = 5177, + CmdUnlockPhoneThemeScNotify = 5159, + CmdSelectChatBubbleScRsp = 5139, + CmdSelectPhoneThemeScRsp = 5170, + CmdSelectPhoneCaseCsReq = 5154, + CmdUnlockPhoneCaseScNotify = 5180, + CmdUnlockChatBubbleScNotify = 5127, + CmdGetPhoneDataCsReq = 5120, + CmdGetPhoneDataScRsp = 5191, + CmdSelectChatBubbleCsReq = 5167, + CmdSelectPhoneThemeCsReq = 5121, + _, +}; + +pub const CmdPlanetFesType = enum(i32) { + CmdPlanetFesTypeNone = 0, + CmdPlanetFesCollectIncomeScRsp = 8211, + CmdPlanetFesUpgradeFesLevelScRsp = 8244, + CmdPlanetFesTakeQuestRewardScRsp = 8225, + CmdPlanetFesUseItemScRsp = 8250, + CmdPlanetFesGetBusinessDayInfoScRsp = 8230, + CmdPlanetFesClientStatusScRsp = 8245, + CmdPlanetFesUpgradeSkillLevelCsReq = 8248, + CmdPlanetFesDealAvatarEventOptionItemCsReq = 8220, + CmdPlanetFesGameBingoFlipScRsp = 8223, + CmdPlanetFesFriendRankingInfoChangeScNotify = 8208, + CmdPlanetFesSetAvatarWorkCsReq = 8237, + CmdPlanetFesCollectAllIncomeScRsp = 8228, + CmdPlanetFesSetAvatarWorkScRsp = 8217, + CmdPlanetFesAvatarLevelUpScRsp = 8246, + CmdPlanetFesBonusEventInteractScRsp = 8242, + CmdPlanetFesBuyLandScRsp = 8212, + CmdPlanetFesClientStatusCsReq = 8210, + CmdPlanetFesTakeRegionPhaseRewardScRsp = 8204, + CmdPlanetFesSetCustomKeyValueCsReq = 8238, + CmdPlanetFesDeliverPamCargoCsReq = 8240, + CmdPlanetFesBuyLandCsReq = 8239, + CmdPlanetFesUpgradeFesLevelCsReq = 8233, + CmdPlanetFesUpgradeSkillLevelScRsp = 8232, + CmdPlanetFesGetBusinessDayInfoCsReq = 8243, + CmdPlanetFesUseItemCsReq = 8209, + CmdPlanetFesBusinessDayRefreshEventScRsp = 8213, + CmdPlanetFesChooseAvatarEventOptionScRsp = 8201, + CmdPlanetFesDoGachaCsReq = 8219, + CmdPlanetFesSetCustomKeyValueScRsp = 8241, + CmdPlanetFesCollectAllIncomeCsReq = 8206, + CmdPlanetFesStartMiniGameScRsp = 8247, + CmdPlanetFesGetAvatarStatScRsp = 8207, + CmdPlanetFesStartMiniGameCsReq = 8235, + CmdPlanetFesDealAvatarEventOptionItemScRsp = 8216, + CmdGetPlanetFesDataCsReq = 8249, + CmdPlanetFesGameBingoFlipCsReq = 8229, + CmdPlanetFesDoGachaScRsp = 8226, + CmdPlanetFesBusinessDayRefreshEventCsReq = 8203, + CmdPlanetFesTakeQuestRewardCsReq = 8222, + CmdPlanetFesTakeRegionPhaseRewardCsReq = 8231, + CmdPlanetFesGetFriendRankingInfoListScRsp = 8202, + CmdGetPlanetFesDataScRsp = 8227, + CmdPlanetFesBonusEventInteractCsReq = 8221, + CmdPlanetFesDeliverPamCargoScRsp = 8224, + CmdPlanetFesGetFriendRankingInfoListCsReq = 8205, + CmdPlanetFesAvatarLevelUpCsReq = 8234, + CmdPlanetFesGetAvatarStatCsReq = 8215, + CmdPlanetFesChooseAvatarEventOptionCsReq = 8214, + CmdPlanetFesCollectIncomeCsReq = 8236, + CmdPlanetFesSyncChangeScNotify = 8218, + _, +}; + +pub const GMFEJEFIBBI = enum(i32) { + PLANET_FES_QUEST_NONE = 0, + PLANET_FES_QUEST_DOING = 1, + PLANET_FES_QUEST_FINISH = 2, + PLANET_FES_QUEST_CLOSE = 3, + _, +}; + +pub const DFHEJCIJBEJ = enum(i32) { + PLANET_FES_BUSINESS_EVENT_CHANGE_REASON_NONE = 0, + PLANET_FES_BUSINESS_EVENT_AVATAR_CHANGE = 1, + PLANET_FES_BUSINESS_EVENT_FINISH_GAME = 2, + _, +}; + +pub const IOCPJFKGKDG = enum(i32) { + PLANET_FES_CUSTOM_KEY_NONE = 0, + PLANET_FES_CUSTOM_KEY_UNLOCK_INFINITE_BUSINESS_DAY_PERFORMANCE = 1, + PLANET_FES_CUSTOM_KEY_BUSINESS_DAY_START_PERFORMANCE_LAST_SEEN_DAY = 2, + PLANET_FES_CUSTOM_KEY_BUSINESS_DAY_UNLOCK_PERFORMANCE_LAST_SEEN_DAY = 3, + PLANET_FES_CUSTOM_KEY_SUMMARY_SHOW = 4, + _, +}; + +pub const CmdPlanetFesExtType = enum(i32) { + CmdPlanetFesExtTypeNone = 0, + CmdPlanetFesHandleCardPieceApplyCsReq = 8302, + CmdPlanetFesHandleCardPieceApplyScRsp = 8300, + CmdPlanetFesGetFriendCardPieceScRsp = 8326, + CmdPlanetFesGetFriendCardPieceCsReq = 8308, + CmdPlanetFesApplyCardPieceScRsp = 8329, + CmdPlanetFesGiveCardPieceScRsp = 8309, + CmdPlanetFesChangeCardPieceApplyPermissionScRsp = 8327, + CmdPlanetFesGetExtraCardPieceInfoScRsp = 8317, + CmdPlanetFesGetOfferedCardPieceCsReq = 8335, + CmdPlanetFesGetOfferedCardPieceScRsp = 8296, + CmdPlanetFesLargeBonusInteractCsReq = 8316, + CmdPlanetFesGiveCardPieceCsReq = 8318, + CmdPlanetFesEnterNextBusinessDayCsReq = 8336, + CmdPlanetFesGetExtraCardPieceInfoCsReq = 8339, + CmdPlanetFesApplyCardPieceCsReq = 8307, + CmdPlanetFesEnterNextBusinessDayScRsp = 8312, + CmdPlanetFesLargeBonusInteractScRsp = 8324, + CmdPlanetFesChangeCardPieceApplyPermissionCsReq = 8301, + _, +}; + +pub const AOPKIFDMADI = enum(i32) { + PLANET_FES_LARGE_BONUS_INTERACT_START = 0, + PLANET_FES_LARGE_BONUS_INTERACT_REPORT = 1, + PLANET_FES_LARGE_BONUS_INTERACT_FINISH = 2, + _, +}; + +pub const CmdPlayerType = enum(i32) { + CmdPlayerTypeNone = 0, + CmdUpdatePsnSettingsInfoScRsp = 82, + CmdGateServerScNotify = 37, + CmdGetLevelRewardTakenListCsReq = 36, + CmdSetNicknameScRsp = 94, + CmdDailyRefreshNotify = 60, + CmdSetRedPointStatusScNotify = 62, + CmdQueryProductInfoScRsp = 55, + CmdStaminaInfoScNotify = 83, + CmdPlayerGetTokenCsReq = 27, + CmdUpdateFeatureSwitchScNotify = 63, + CmdSetLanguageScRsp = 41, + CmdAceAntiCheaterCsReq = 93, + CmdPlayerLoginFinishCsReq = 48, + CmdPlayerGetTokenScRsp = 21, + CmdSetGameplayBirthdayScRsp = 16, + CmdGetLevelRewardTakenListScRsp = 87, + CmdSetMultipleAvatarPathsScRsp = 92, + CmdUpdatePlayerSettingCsReq = 32, + CmdUpdatePsnSettingsInfoCsReq = 79, + CmdGetSecretKeyInfoScRsp = 7, + CmdPlayerLoginScRsp = 91, + CmdClientObjDownloadDataScNotify = 51, + CmdGetLevelRewardCsReq = 9, + CmdGetLevelRewardScRsp = 6, + CmdretcodeNotify = 26, + CmdGmTalkScNotify = 59, + CmdReserveStaminaExchangeScRsp = 30, + CmdGetVideoVersionKeyCsReq = 43, + CmdClientDownloadDataScNotify = 71, + CmdSetPlayerInfoCsReq = 40, + CmdPlayerLoginCsReq = 20, + CmdGetBasicInfoScRsp = 95, + CmdSetGameplayBirthdayCsReq = 96, + CmdGetSecretKeyInfoCsReq = 33, + CmdPlayerLogoutCsReq = 67, + CmdSetGenderCsReq = 23, + CmdExchangeStaminaCsReq = 74, + CmdPlayerKickOutScNotify = 54, + CmdClientObjUploadCsReq = 56, + CmdSetMultipleAvatarPathsCsReq = 42, + CmdSetAvatarPathScRsp = 97, + CmdAntiAddictScNotify = 52, + CmdPlayerHeartBeatCsReq = 90, + CmdGetGameStateServiceConfigCsReq = 10, + CmdServerAnnounceNotify = 84, + CmdGmTalkCsReq = 77, + CmdSetLanguageCsReq = 49, + CmdQueryProductInfoCsReq = 19, + CmdSetPlayerInfoScRsp = 18, + CmdSetAvatarPathCsReq = 8, + CmdGetAuthkeyCsReq = 98, + CmdExchangeStaminaScRsp = 73, + CmdPlayerHeartBeatScRsp = 89, + CmdRegionStopScNotify = 38, + CmdGmTalkScRsp = 80, + CmdAceAntiCheaterScRsp = 64, + CmdSetGenderScRsp = 22, + CmdGetBasicInfoCsReq = 50, + CmdSetNicknameCsReq = 68, + CmdClientObjUploadScRsp = 1, + CmdUpdatePlayerSettingScRsp = 11, + CmdPlayerLogoutScRsp = 39, + CmdGetVideoVersionKeyScRsp = 12, + CmdGetAuthkeyScRsp = 85, + CmdReserveStaminaExchangeCsReq = 75, + CmdPlayerLoginFinishScRsp = 25, + CmdUnlockAvatarPathCsReq = 58, + CmdMonthCardRewardNotify = 57, + CmdFeatureSwitchClosedScNotify = 72, + CmdAvatarPathChangedNotify = 100, + CmdGetGameStateServiceConfigScRsp = 4, + CmdUnlockAvatarPathScRsp = 46, + _, +}; + +pub const ILPMNLDGEAK = enum(i32) { + AUTHKEY_SIGN_TYPE_NONE = 0, + AUTHKEY_SIGN_TYPE_DEFAULT = 1, + AUTHKEY_SIGN_TYPE_RSA = 2, + _, +}; + +pub const CmdPlayerBoardType = enum(i32) { + CmdPlayerBoardTypeNone = 0, + CmdSetAssistAvatarCsReq = 2802, + CmdSetSignatureCsReq = 2877, + CmdSetHeadIconScRsp = 2839, + CmdGetPlayerBoardDataCsReq = 2820, + CmdGetPlayerBoardDataScRsp = 2891, + CmdSetPersonalCardScRsp = 2873, + CmdSetIsDisplayAvatarInfoScRsp = 2859, + CmdSetIsDisplayAvatarInfoCsReq = 2870, + CmdSetPersonalCardCsReq = 2874, + CmdSetDisplayAvatarCsReq = 2827, + CmdSetAssistAvatarScRsp = 2805, + CmdSetHeadIconCsReq = 2867, + CmdUnlockHeadIconScNotify = 2854, + CmdSetSignatureScRsp = 2880, + CmdSetDisplayAvatarScRsp = 2821, + _, +}; + +pub const CmdPlayerReturnType = enum(i32) { + CmdPlayerReturnTypeNone = 0, + CmdPlayerReturnPointChangeScNotify = 4539, + CmdPlayerReturnTakeRewardCsReq = 4570, + CmdPlayerReturnTakePointRewardScRsp = 4521, + CmdPlayerReturnTakeRelicCsReq = 4502, + CmdPlayerReturnSignScRsp = 4567, + CmdPlayerReturnForceFinishScNotify = 4580, + CmdPlayerReturnInfoQueryCsReq = 4554, + CmdPlayerReturnTakeRelicScRsp = 4505, + CmdPlayerReturnSignCsReq = 4591, + CmdPlayerReturnInfoQueryScRsp = 4577, + CmdPlayerReturnTakePointRewardCsReq = 4527, + CmdPlayerReturnTakeRewardScRsp = 4559, + CmdPlayerReturnStartScNotify = 4520, + _, +}; + +pub const NOBPMMNFENJ = enum(i32) { + PLAYER_RETURN_NONE = 0, + PLAYER_RETURN_PROCESSING = 1, + PLAYER_RETURN_FINISH = 2, + _, +}; + +pub const CmdPlotType = enum(i32) { + CmdPlotTypeNone = 0, + CmdFinishPlotScRsp = 1191, + CmdFinishPlotCsReq = 1120, + _, +}; + +pub const CmdPunkLordType = enum(i32) { + CmdPunkLordTypeNone = 0, + CmdSummonPunkLordMonsterScRsp = 3259, + CmdGetPunkLordBattleRecordScRsp = 3245, + CmdGetKilledPunkLordMonsterDataScRsp = 3206, + CmdPunkLordMonsterInfoScNotify = 3273, + CmdPunkLordDataChangeNotify = 3278, + CmdGetPunkLordMonsterDataCsReq = 3220, + CmdPunkLordBattleResultScNotify = 3287, + CmdStartPunkLordRaidScRsp = 3239, + CmdGetPunkLordBattleRecordCsReq = 3234, + CmdPunkLordRaidTimeOutScNotify = 3252, + CmdSummonPunkLordMonsterCsReq = 3270, + CmdTakeKilledPunkLordMonsterScoreCsReq = 3241, + CmdSharePunkLordMonsterScRsp = 3221, + CmdSharePunkLordMonsterCsReq = 3227, + CmdGetPunkLordMonsterDataScRsp = 3291, + CmdTakeKilledPunkLordMonsterScoreScRsp = 3284, + CmdPunkLordMonsterKilledNotify = 3249, + CmdTakePunkLordPointRewardCsReq = 3205, + CmdTakePunkLordPointRewardScRsp = 3274, + CmdGetPunkLordDataScRsp = 3285, + CmdGetKilledPunkLordMonsterDataCsReq = 3209, + CmdGetPunkLordDataCsReq = 3298, + CmdStartPunkLordRaidCsReq = 3267, + _, +}; + +pub const NLEFPBICECN = enum(i32) { + PUNK_LORD_OPERATION_NONE = 0, + PUNK_LORD_OPERATION_REFRESH = 1, + PUNK_LORD_OPERATION_SHARE = 2, + PUNK_LORD_OPERATION_START_RAID = 3, + PUNK_LORD_OPERATION_GET_BATTLE_RECORD = 4, + _, +}; + +pub const CmdQuestType = enum(i32) { + CmdQuestTypeNone = 0, + CmdGetQuestDataCsReq = 920, + CmdFinishQuestScRsp = 980, + CmdGetQuestRecordScRsp = 959, + CmdTakeQuestOptionalRewardScRsp = 905, + CmdBatchGetQuestDataCsReq = 973, + CmdTakeQuestOptionalRewardCsReq = 902, + CmdGetQuestRecordCsReq = 970, + CmdGetQuestDataScRsp = 991, + CmdTakeQuestRewardScRsp = 939, + CmdBatchGetQuestDataScRsp = 998, + CmdQuestRecordScNotify = 954, + CmdFinishQuestCsReq = 977, + CmdTakeQuestRewardCsReq = 967, + _, +}; + +pub const QuestStatus = enum(i32) { + QUEST_NONE = 0, + QUEST_DOING = 1, + QUEST_FINISH = 2, + QUEST_CLOSE = 3, + QUEST_DELETE = 4, + _, +}; + +pub const CmdRaidType = enum(i32) { + CmdRaidTypeNone = 0, + CmdRaidInfoNotify = 2227, + CmdTakeChallengeRaidRewardCsReq = 2259, + CmdGetAllSaveRaidScRsp = 2238, + CmdGetSaveRaidScRsp = 2298, + CmdGetAllSaveRaidCsReq = 2285, + CmdGetRaidInfoCsReq = 2280, + CmdSetClientRaidTargetCountScRsp = 2274, + CmdChallengeRaidNotify = 2277, + CmdGetChallengeRaidInfoCsReq = 2221, + CmdTakeChallengeRaidRewardScRsp = 2254, + CmdDelSaveRaidScNotify = 2252, + CmdStartRaidCsReq = 2220, + CmdGetChallengeRaidInfoScRsp = 2270, + CmdGetSaveRaidCsReq = 2273, + CmdGetRaidInfoScRsp = 2202, + CmdStartRaidScRsp = 2291, + CmdSetClientRaidTargetCountCsReq = 2205, + CmdRaidKickByServerScNotify = 2268, + CmdLeaveRaidCsReq = 2267, + CmdLeaveRaidScRsp = 2239, + _, +}; + +pub const RaidStatus = enum(i32) { + RAID_STATUS_NONE = 0, + RAID_STATUS_DOING = 1, + RAID_STATUS_FINISH = 2, + RAID_STATUS_FAILED = 3, + _, +}; + +pub const FOCHDFJANPC = enum(i32) { + RAID_TARGET_STATUS_NONE = 0, + RAID_TARGET_STATUS_DOING = 1, + RAID_TARGET_STATUS_FINISH = 2, + _, +}; + +pub const EGKFNDOOPNN = enum(i32) { + RAID_KICK_REASON_NONE = 0, + RAID_KICK_REASON_ACTIVITY_SCHEDULE_FINISH = 1, + _, +}; + +pub const CmdRaidCollectionType = enum(i32) { + CmdRaidCollectionTypeNone = 0, + CmdRaidCollectionEnterNextRaidCsReq = 6956, + CmdRaidCollectionDataScNotify = 6950, + CmdRaidCollectionDataCsReq = 6958, + CmdRaidCollectionDataScRsp = 6949, + CmdRaidCollectionEnterNextRaidScRsp = 6947, + _, +}; + +pub const CmdRechargeGiftType = enum(i32) { + CmdRechargeGiftTypeNone = 0, + CmdTakeRechargeBenefitRewardScRsp = 8374, + CmdSyncRechargeBenefitInfoScNotify = 8365, + CmdTakeRechargeGiftRewardCsReq = 8370, + CmdGetRechargeGiftInfoCsReq = 8378, + CmdTakeRechargeBenefitRewardCsReq = 8363, + CmdGetRechargeGiftInfoScRsp = 8369, + CmdTakeRechargeGiftRewardScRsp = 8376, + CmdGetRechargeBenefitInfoCsReq = 8367, + CmdGetRechargeBenefitInfoScRsp = 8371, + _, +}; + +pub const GJNKIPJFKJN = enum(i32) { + CMD_RECOMMEND_TYPE_NONE = 0, + CmdGetBigDataRecommendScRsp = 2439, + CmdGetBigDataRecommendCsReq = 2417, + CmdGetBigDataAllRecommendScRsp = 2410, + CmdGetBigDataAllRecommendCsReq = 2412, + CmdGetChallengeRecommendLineupListCsReq = 2411, + CmdGetChallengeRecommendLineupListScRsp = 2437, + _, +}; + +pub const BigDataRecommendType = enum(i32) { + BIG_DATA_RECOMMEND_TYPE_NONE = 0, + BIG_DATA_RECOMMEND_TYPE_EQUIPMENT = 1, + BIG_DATA_RECOMMEND_TYPE_RELIC_SUIT = 2, + BIG_DATA_RECOMMEND_TYPE_RELIC_AVATAR = 3, + BIG_DATA_RECOMMEND_TYPE_AVATAR_RELIC = 4, + BIG_DATA_RECOMMEND_TYPE_LOCAL_LEGEND = 5, + _, +}; + +pub const CmdRedDotType = enum(i32) { + CmdRedDotTypeNone = 0, + CmdGetAllRedDotDataCsReq = 5949, + CmdUpdateRedDotDataScRsp = 5936, + CmdGetAllRedDotDataScRsp = 5927, + CmdUpdateRedDotDataCsReq = 5918, + CmdGetSingleRedDotParamGroupCsReq = 5911, + CmdGetSingleRedDotParamGroupScRsp = 5937, + _, +}; + +pub const OJLJHFNFDKP = enum(i32) { + UPDATE_REDDOT_NONE = 0, + UPDATE_REDDOT_ADD = 1, + UPDATE_REDDOT_REPLACE = 2, + _, +}; + +pub const CmdRelicSmartWearType = enum(i32) { + CmdRelicSmartWearTypeNone = 0, + CmdRelicSmartWearGetPinRelicCsReq = 8262, + CmdRelicSmartWearPinRelicCsReq = 8264, + CmdRelicSmartWearUpdatePlanCsReq = 8257, + CmdRelicSmartWearDeletePlanScRsp = 8253, + CmdRelicSmartWearUpdatePlanScRsp = 8261, + CmdRelicSmartWearPinRelicScRsp = 8269, + CmdRelicSmartWearAddPlanCsReq = 8260, + CmdRelicSmartWearGetPlanScRsp = 8259, + CmdRelicSmartWearGetPinRelicScRsp = 8256, + CmdRelicSmartWearUpdatePinRelicScNotify = 8263, + CmdRelicSmartWearDeletePlanCsReq = 8255, + CmdRelicSmartWearAddPlanScRsp = 8266, + CmdRelicSmartWearGetPlanCsReq = 8268, + _, +}; + +pub const CmdReplayType = enum(i32) { + CmdReplayTypeNone = 0, + CmdGetPlayerReplayInfoCsReq = 3567, + CmdGetPlayerReplayInfoScRsp = 3539, + CmdGetReplayTokenCsReq = 3520, + CmdGetReplayTokenScRsp = 3591, + _, +}; + +pub const CmdRndOptionType = enum(i32) { + CmdRndOptionTypeNone = 0, + CmdGetRndOptionCsReq = 3420, + CmdGetRndOptionScRsp = 3491, + CmdDailyFirstMeetPamScRsp = 3439, + CmdDailyFirstMeetPamCsReq = 3467, + _, +}; + +pub const CmdRogueType = enum(i32) { + CmdRogueTypeNone = 0, + CmdGetRogueTalentInfoScRsp = 1846, + CmdSyncRogueAreaUnlockScNotify = 1862, + CmdFinishAeonDialogueGroupCsReq = 1817, + CmdGetRogueInfoScRsp = 1891, + CmdEnhanceRogueBuffCsReq = 1806, + CmdSyncRogueAeonScNotify = 1812, + CmdGetRogueBuffEnhanceInfoScRsp = 1809, + CmdGetRogueScoreRewardInfoCsReq = 1851, + CmdSyncRogueSeasonFinishScNotify = 1824, + CmdEnterRogueCsReq = 1827, + CmdEnableRogueTalentScRsp = 1892, + CmdOpenRogueChestCsReq = 1857, + CmdGetRogueAeonInfoCsReq = 1897, + CmdTakeRogueScoreRewardScRsp = 1836, + CmdSyncRoguePickAvatarInfoScNotify = 1829, + CmdGetRogueInitialScoreCsReq = 1818, + CmdStartRogueScRsp = 1839, + CmdPickRogueAvatarScRsp = 1885, + CmdTakeRogueScoreRewardCsReq = 1894, + CmdLeaveRogueCsReq = 1870, + CmdEnterRogueMapRoomCsReq = 1822, + CmdFinishAeonDialogueGroupScRsp = 1900, + CmdGetRogueTalentInfoCsReq = 1858, + CmdEnableRogueTalentCsReq = 1842, + CmdQuitRogueScRsp = 1845, + CmdEnterRogueScRsp = 1821, + CmdSyncRogueVirtualItemInfoScNotify = 1881, + CmdSyncRogueStatusScNotify = 1865, + CmdSyncRogueReviveInfoScNotify = 1878, + CmdSyncRogueAeonLevelUpRewardScNotify = 1811, + CmdReviveRogueAvatarCsReq = 1852, + CmdExchangeRogueRewardKeyScRsp = 1889, + CmdEnterRogueMapRoomScRsp = 1840, + CmdSyncRogueGetItemScNotify = 1814, + CmdQuitRogueCsReq = 1834, + CmdSyncRogueFinishScNotify = 1873, + CmdGetRogueScoreRewardInfoScRsp = 1856, + CmdEnhanceRogueBuffScRsp = 1831, + CmdSyncRogueExploreWinScNotify = 1803, + CmdPickRogueAvatarCsReq = 1898, + CmdStartRogueCsReq = 1867, + CmdOpenRogueChestScRsp = 1826, + CmdTakeRogueAeonLevelRewardScRsp = 1875, + CmdExchangeRogueRewardKeyCsReq = 1890, + CmdLeaveRogueScRsp = 1859, + CmdGetRogueAeonInfoScRsp = 1866, + CmdGetRogueInitialScoreScRsp = 1847, + CmdSyncRogueMapRoomScNotify = 1819, + CmdGetRogueInfoCsReq = 1820, + CmdSyncRogueRewardInfoScNotify = 1888, + CmdGetRogueBuffEnhanceInfoCsReq = 1887, + CmdTakeRogueAeonLevelRewardCsReq = 1886, + CmdReviveRogueAvatarScRsp = 1868, + _, +}; + +pub const EGPIMDADFDI = enum(i32) { + ROGUE_STATUS_NONE = 0, + ROGUE_STATUS_DOING = 1, + ROGUE_STATUS_PENDING = 2, + ROGUE_STATUS_ENDLESS = 3, + ROGUE_STATUS_FINISH = 4, + _, +}; + +pub const ILNPBECOEPL = enum(i32) { + ROGUE_ROOM_STATUS_NONE = 0, + ROGUE_ROOM_STATUS_LOCK = 1, + ROGUE_ROOM_STATUS_UNLOCK = 2, + ROGUE_ROOM_STATUS_PLAY = 3, + ROGUE_ROOM_STATUS_FINISH = 4, + _, +}; + +pub const JDAKAMIGKHF = enum(i32) { + ROGUE_AREA_STATUS_LOCK = 0, + ROGUE_AREA_STATUS_UNLOCK = 1, + ROGUE_AREA_STATUS_FIRST_PASS = 2, + ROGUE_AREA_STATUS_CLOSE = 3, + _, +}; + +pub const JJEIKCOBDLP = enum(i32) { + ROGUE_BUFF_SOURCE_TYPE_NONE = 0, + ROGUE_BUFF_SOURCE_TYPE_SELECT = 1, + ROGUE_BUFF_SOURCE_TYPE_ENHANCE = 2, + ROGUE_BUFF_SOURCE_TYPE_MIRACLE = 3, + ROGUE_BUFF_SOURCE_TYPE_DIALOGUE = 4, + ROGUE_BUFF_SOURCE_TYPE_BONUS = 5, + ROGUE_BUFF_SOURCE_TYPE_MAZE_SKILL = 6, + ROGUE_BUFF_SOURCE_TYPE_SHOP = 7, + ROGUE_BUFF_SOURCE_TYPE_LEVEL_MECHANISM = 8, + ROGUE_BUFF_SOURCE_TYPE_ENDLESS_LEVEL_START = 9, + _, +}; + +pub const EOHHHDDAHKL = enum(i32) { + ROGUE_MIRACLE_SOURCE_TYPE_NONE = 0, + ROGUE_MIRACLE_SOURCE_TYPE_SELECT = 1, + ROGUE_MIRACLE_SOURCE_TYPE_DIALOGUE = 2, + ROGUE_MIRACLE_SOURCE_TYPE_BONUS = 3, + ROGUE_MIRACLE_SOURCE_TYPE_USE = 4, + ROGUE_MIRACLE_SOURCE_TYPE_RESET = 5, + ROGUE_MIRACLE_SOURCE_TYPE_REPLACE = 6, + ROGUE_MIRACLE_SOURCE_TYPE_TRADE = 7, + ROGUE_MIRACLE_SOURCE_TYPE_GET = 8, + ROGUE_MIRACLE_SOURCE_TYPE_SHOP = 9, + ROGUE_MIRACLE_SOURCE_TYPE_MAZE_SKILL = 10, + ROGUE_MIRACLE_SOURCE_TYPE_LEVEL_MECHANISM = 11, + ROGUE_MIRACLE_SOURCE_TYPE_ENDLESS_LEVEL_START = 12, + _, +}; + +pub const FFNEDMEGPJD = enum(i32) { + ROGUE_DIALOGUE_RESULT_SUCC = 0, + ROGUE_DIALOGUE_RESULT_FAIL = 1, + _, +}; + +pub const CmdRogueArcadeType = enum(i32) { + CmdRogueArcadeTypeNone = 0, + CmdRogueArcadeGetInfoScRsp = 7689, + CmdRogueArcadeRestartScRsp = 7687, + CmdRogueArcadeStartScRsp = 7677, + CmdRogueArcadeRestartCsReq = 7661, + CmdRogueArcadeGetInfoCsReq = 7667, + CmdRogueArcadeLeaveScRsp = 7686, + CmdRogueArcadeStartCsReq = 7699, + CmdRogueArcadeLeaveCsReq = 7668, + _, +}; + +pub const CmdRogueCommonType = enum(i32) { + CmdRogueCommonTypeNone = 0, + CmdBuyRogueShopBuffScRsp = 5680, + CmdGetRogueCollectionScRsp = 5675, + CmdGetRogueHandbookDataCsReq = 5628, + CmdGetRogueAdventureRoomInfoCsReq = 5674, + CmdGetRogueShopMiracleInfoCsReq = 5639, + CmdStopRogueAdventureRoomCsReq = 5606, + CmdGetEnhanceCommonRogueBuffInfoCsReq = 5694, + CmdRogueWorkbenchGetInfoScRsp = 5612, + CmdTakeRogueEventHandbookRewardScRsp = 5619, + CmdRogueDoGambleCsReq = 5697, + CmdSetRogueCollectionScRsp = 5683, + CmdRogueShopBeginBattleCsReq = 5615, + CmdRogueGetGambleInfoScRsp = 5608, + CmdTakeRogueEventHandbookRewardCsReq = 5647, + CmdStopRogueAdventureRoomScRsp = 5631, + CmdGetEnhanceCommonRogueBuffInfoScRsp = 5636, + CmdRogueDebugReplaySaveScNotify = 5646, + CmdGetRogueExhibitionCsReq = 5632, + CmdRogueShopBeginBattleScRsp = 5676, + CmdSyncRogueCommonDialogueOptionFinishScNotify = 5648, + CmdGetRogueAdventureRoomInfoScRsp = 5673, + CmdGetRogueShopMiracleInfoScRsp = 5627, + CmdEnhanceCommonRogueBuffScRsp = 5609, + CmdRogueWorkbenchGetInfoCsReq = 5643, + CmdHandleRogueCommonPendingActionScRsp = 5664, + CmdBuyRogueShopMiracleScRsp = 5654, + CmdSetRogueExhibitionScRsp = 5656, + CmdEnhanceCommonRogueBuffCsReq = 5687, + CmdGetRogueHandbookDataScRsp = 5623, + CmdSetRogueExhibitionCsReq = 5651, + CmdCommonRogueUpdateScNotify = 5690, + CmdGetRogueShopBuffInfoScRsp = 5670, + CmdBuyRogueShopMiracleCsReq = 5659, + CmdFinishRogueCommonDialogueScRsp = 5633, + CmdUpdateRogueAdventureRoomScoreCsReq = 5663, + CmdSyncRogueCommonActionResultScNotify = 5655, + CmdRogueWorkbenchHandleFuncCsReq = 5662, + CmdSyncRogueHandbookDataUpdateScNotify = 5622, + CmdGetRogueShopBuffInfoCsReq = 5621, + CmdGetRogueShopFormulaInfoCsReq = 5642, + CmdHandleRogueCommonPendingActionCsReq = 5693, + CmdTakeRogueMiracleHandbookRewardScRsp = 5618, + CmdSetRogueCollectionCsReq = 5630, + CmdRogueNpcDisappearScRsp = 5605, + CmdBuyRogueShopFormulaScRsp = 5604, + CmdPrepareRogueAdventureRoomScRsp = 5667, + CmdRogueDoGambleScRsp = 5666, + CmdRogueNpcDisappearCsReq = 5602, + CmdTakeRogueMiracleHandbookRewardCsReq = 5640, + CmdSelectRogueCommonDialogueOptionCsReq = 5672, + CmdGetRogueShopFormulaInfoScRsp = 5692, + CmdCommonRogueQueryCsReq = 5657, + CmdGetRogueCollectionCsReq = 5686, + CmdSyncRogueCommonVirtualItemInfoScNotify = 5695, + CmdRogueWorkbenchHandleFuncScRsp = 5614, + CmdSyncRogueCommonDialogueDataScNotify = 5607, + CmdFinishRogueCommonDialogueCsReq = 5653, + CmdRogueGetGambleInfoCsReq = 5661, + CmdCommonRogueQueryScRsp = 5626, + CmdSyncRogueCommonPendingActionScNotify = 5671, + CmdGetRogueCommonDialogueDataCsReq = 5689, + CmdGetRogueExhibitionScRsp = 5611, + CmdSyncRogueAdventureRoomInfoScNotify = 5620, + CmdUpdateRogueAdventureRoomScoreScRsp = 5650, + CmdBuyRogueShopBuffCsReq = 5677, + CmdSelectRogueCommonDialogueOptionScRsp = 5635, + CmdGetRogueCommonDialogueDataScRsp = 5637, + CmdPrepareRogueAdventureRoomCsReq = 5691, + CmdBuyRogueShopFormulaCsReq = 5610, + _, +}; + +pub const JAOCJOMENIN = enum(i32) { + ROGUE_ADVENTURE_ROOM_STATUS_NONE = 0, + ROGUE_ADVENTURE_ROOM_STATUS_PREPARE = 1, + ROGUE_ADVENTURE_ROOM_STATUS_STARTED = 2, + ROGUE_ADVENTURE_ROOM_STATUS_STOPPED = 3, + _, +}; + +pub const NNIOHHMJGHG = enum(i32) { + ROGUE_COMMON_BUFF_SELECT_SOURCE_TYPE_NONE = 0, + ROGUE_COMMON_BUFF_SELECT_SOURCE_TYPE_DICE_ROLL = 1, + ROGUE_COMMON_BUFF_SELECT_SOURCE_TYPE_AEON = 2, + ROGUE_COMMON_BUFF_SELECT_SOURCE_TYPE_BOARD_EVENT = 3, + ROGUE_COMMON_BUFF_SELECT_SOURCE_TYPE_LEVEL_MECHANISM = 4, + _, +}; + +pub const ODOPDKELAEB = enum(i32) { + ROGUE_UNLOCK_FUNCTION_TYPE_MIRACLE = 0, + ROGUE_UNLOCK_FUNCTION_TYPE_SHOW_HINT = 1, + ROGUE_UNLOCK_FUNCTION_TYPE_COSMOS_BAN_AEON = 2, + ROGUE_UNLOCK_FUNTION_TYPE_EXHIBITION = 3, + ROGUE_UNLOCK_FUNTION_TYPE_COLLECTION = 4, + ROGUE_UNLOCK_FUNTION_TYPE_TOURN_GOD_MODE = 5, + _, +}; + +pub const PMPCBALMNEO = enum(i32) { + ROGUE_COMMON_MIRACLE_SELECT_SOURCE_TYPE_NONE = 0, + ROGUE_COMMON_MIRACLE_SELECT_SOURCE_TYPE_DICE_ROLL = 1, + ROGUE_COMMON_MIRACLE_SELECT_SOURCE_TYPE_AEON = 2, + ROGUE_COMMON_MIRACLE_SELECT_SOURCE_TYPE_BOARD_EVENT = 3, + ROGUE_COMMON_MIRACLE_SELECT_SOURCE_TYPE_LEVEL_MECHANISM = 4, + _, +}; + +pub const OJEIGIEKJEH = enum(i32) { + ROGUE_COMMON_BUFF_DISPLAY_TYPE_NONE = 0, + ROGUE_COMMON_BUFF_DISPLAY_TYPE_ADD = 1, + ROGUE_COMMON_BUFF_DISPLAY_TYPE_REMOVE = 2, + _, +}; + +pub const LAIAPKNDBPH = enum(i32) { + ROGUE_COMMON_MIRACLE_DISPLAY_TYPE_NONE = 0, + ROGUE_COMMON_MIRACLE_DISPLAY_TYPE_ADD = 1, + ROGUE_COMMON_MIRACLE_DISPLAY_TYPE_REMOVE = 2, + ROGUE_COMMON_MIRACLE_DISPLAY_TYPE_REPAIR = 3, + _, +}; + +pub const PAICKPMOGDG = enum(i32) { + ROGUE_COMMON_ITEM_DISPLAY_TYPE_NONE = 0, + ROGUE_COMMON_ITEM_DISPLAY_TYPE_ADD = 1, + ROGUE_COMMON_ITEM_DISPLAY_TYPE_REMOVE = 2, + _, +}; + +pub const NEMKLKDBEAP = enum(i32) { + ROGUE_COMMON_ACTION_RESULT_DISPLAY_TYPE_NONE = 0, + ROGUE_COMMON_ACTION_RESULT_DISPLAY_TYPE_SINGLE = 1, + ROGUE_COMMON_ACTION_RESULT_DISPLAY_TYPE_MULTI = 2, + _, +}; + +pub const CFJGPIFIOOL = enum(i32) { + ROGUE_COMMON_ACTION_RESULT_SOURCE_TYPE_NONE = 0, + ROGUE_COMMON_ACTION_RESULT_SOURCE_TYPE_SELECT = 1, + ROGUE_COMMON_ACTION_RESULT_SOURCE_TYPE_ENHANCE = 2, + ROGUE_COMMON_ACTION_RESULT_SOURCE_TYPE_MIRACLE = 3, + ROGUE_COMMON_ACTION_RESULT_SOURCE_TYPE_DIALOGUE = 4, + ROGUE_COMMON_ACTION_RESULT_SOURCE_TYPE_BONUS = 5, + ROGUE_COMMON_ACTION_RESULT_SOURCE_TYPE_SHOP = 6, + ROGUE_COMMON_ACTION_RESULT_SOURCE_TYPE_DICE = 7, + ROGUE_COMMON_ACTION_RESULT_SOURCE_TYPE_AEON = 8, + ROGUE_COMMON_ACTION_RESULT_SOURCE_TYPE_BOARD_EVENT = 9, + ROGUE_COMMON_ACTION_RESULT_SOURCE_TYPE_MAZE_SKILL = 10, + ROGUE_COMMON_ACTION_RESULT_SOURCE_TYPE_LEVEL_MECHANISM = 11, + ROGUE_COMMON_ACTION_RESULT_SOURCE_TYPE_BUFF = 12, + ROGUE_COMMON_ACTION_RESULT_SOURCE_TYPE_REFORGE = 13, + ROGUE_COMMON_ACTION_RESULT_SOURCE_TYPE_MAGIC_UNIT_COMPOSE = 14, + ROGUE_COMMON_ACTION_RESULT_SOURCE_TYPE_MAGIC_UNIT_REFORGE = 15, + _, +}; + +pub const NDKLJJIIMGM = enum(i32) { + kTitanBlessSelectNone = 0, + kSelectTitanBlessType = 1, + kSelectTitanBlessEnhance = 2, + _, +}; + +pub const KPABFFANJBK = enum(i32) { + ROGUE_TALENT_STATUS_LOCK = 0, + ROGUE_TALENT_STATUS_UNLOCK = 1, + ROGUE_TALENT_STATUS_ENABLE = 2, + _, +}; + +pub const MHKMPGABBPL = enum(i32) { + ROGUE_COLLECTION_OPERATE_NONE = 0, + ROGUE_COLLECTION_OPERATE_SET = 1, + ROGUE_COLLECTION_OPERATE_UNSET = 2, + _, +}; + +pub const HHICLPLJNCO = enum(i32) { + ROGUE_BOOTH_NONE = 0, + ROGUE_BOOTH_EMPTY = 1, + ROGUE_BOOTH_DISPLAY = 2, + _, +}; + +pub const HGPOKMDGKNN = enum(i32) { + ROGUE_COLLECTION_NONE = 0, + ROGUE_COLLECTION_UNLOCKED = 1, + ROGUE_COLLECTION_DISPLAY = 2, + _, +}; + +pub const EHCOBODEEJE = enum(i32) { + ROGUE_EXHIBITION_NONE = 0, + ROGUE_EXHIBITION_UNLOCKED = 1, + ROGUE_EXHIBITION_DISPLAY = 2, + _, +}; + +pub const CmdRogueEndless = enum(i32) { + CmdRogueEndlessNone = 0, + CmdRogueEndlessActivityBattleEndScNotify = 6006, + CmdTakeRogueEndlessActivityPointRewardScRsp = 6001, + CmdGetRogueEndlessActivityDataScRsp = 6009, + CmdTakeRogueEndlessActivityPointRewardCsReq = 6007, + CmdTakeRogueEndlessActivityAllBonusRewardCsReq = 6010, + CmdGetRogueEndlessActivityDataCsReq = 6005, + CmdTakeRogueEndlessActivityAllBonusRewardScRsp = 6004, + CmdEnterRogueEndlessActivityStageScRsp = 6003, + CmdEnterRogueEndlessActivityStageCsReq = 6008, + _, +}; + +pub const CmdRogueMagic = enum(i32) { + CmdRogueMagicNone = 0, + CmdRogueMagicScepterDressInUnitScRsp = 7731, + CmdRogueMagicEnableTalentCsReq = 7703, + CmdRogueMagicEnterLayerCsReq = 7780, + CmdRogueMagicStoryInfoUpdateScNotify = 7719, + CmdRogueMagicEnterRoomCsReq = 7754, + CmdRogueMagicSettleCsReq = 7770, + CmdRogueMagicGetTalentInfoScRsp = 7769, + CmdRogueMagicLeaveScRsp = 7721, + CmdRogueMagicSetAutoDressInMagicUnitCsReq = 7728, + CmdRogueMagicScepterDressInUnitCsReq = 7706, + CmdRogueMagicAutoDressInUnitScRsp = 7747, + CmdRogueMagicQueryCsReq = 7736, + CmdRogueMagicUnitReforgeScRsp = 7734, + CmdRogueMagicEnterLayerScRsp = 7702, + CmdRogueMagicStartScRsp = 7791, + CmdRogueMagicReviveCostUpdateScNotify = 7752, + CmdRogueMagicBattleFailSettleInfoScNotify = 7738, + CmdRogueMagicUnitReforgeCsReq = 7778, + CmdRogueMagicAutoDressInMagicUnitChangeScNotify = 7755, + CmdRogueMagicLevelInfoUpdateScNotify = 7705, + CmdRogueMagicScepterTakeOffUnitCsReq = 7744, + CmdRogueMagicGetMiscRealTimeDataCsReq = 7722, + CmdRogueMagicAreaUpdateScNotify = 7774, + CmdRogueMagicEnterRoomScRsp = 7777, + CmdRogueMagicLeaveCsReq = 7727, + CmdRogueMagicGetTalentInfoCsReq = 7745, + CmdRogueMagicAutoDressInUnitCsReq = 7718, + CmdRogueMagicSettleScRsp = 7759, + CmdRogueMagicQueryScRsp = 7787, + CmdRogueMagicReviveAvatarScRsp = 7794, + CmdRogueMagicUnitComposeCsReq = 7741, + CmdRogueMagicScepterTakeOffUnitScRsp = 7749, + CmdRogueMagicStartCsReq = 7720, + CmdRogueMagicEnableTalentScRsp = 7724, + CmdRogueMagicGetMiscRealTimeDataScRsp = 7740, + CmdRogueMagicEnterCsReq = 7767, + CmdRogueMagicUnitComposeScRsp = 7784, + CmdRogueMagicEnterScRsp = 7739, + CmdRogueMagicReviveAvatarCsReq = 7768, + CmdRogueMagicSetAutoDressInMagicUnitScRsp = 7723, + _, +}; + +pub const BEHFNMKDOMK = enum(i32) { + ROGUE_MAGIC_LEVEL_STATUS_NONE = 0, + ROGUE_MAGIC_LEVEL_STATUS_PROCESSING = 1, + ROGUE_MAGIC_LEVEL_STATUS_FINISHED = 2, + ROGUE_MAGIC_LEVEL_STATUS_SETTLED = 3, + _, +}; + +pub const JLCBBKKGOEJ = enum(i32) { + ROGUE_MAGIC_LAYER_STATUS_NONE = 0, + ROGUE_MAGIC_LAYER_STATUS_PROCESSING = 1, + ROGUE_MAGIC_LAYER_STATUS_FINISH = 2, + _, +}; + +pub const JIOKHLHGEOD = enum(i32) { + ROGUE_MAGIC_ROOM_STATUS_NONE = 0, + ROGUE_MAGIC_ROOM_STATUS_INITED = 1, + ROGUE_MAGIC_ROOM_STATUS_PROCESSING = 2, + ROGUE_MAGIC_ROOM_STATUS_FINISH = 3, + _, +}; + +pub const JMPPHGIGFFI = enum(i32) { + ROGUE_MAGIC_SETTLE_REASON_NONE = 0, + ROGUE_MAGIC_SETTLE_REASON_WIN = 1, + ROGUE_MAGIC_SETTLE_REASON_FAIL = 2, + ROGUE_MAGIC_SETTLE_REASON_INTERRUPT = 3, + _, +}; + +pub const CmdRogueModifierType = enum(i32) { + CmdRogueModifierTypeNone = 0, + CmdRogueModifierStageStartNotify = 5377, + CmdRogueModifierUpdateNotify = 5359, + CmdRogueModifierAddNotify = 5367, + CmdRogueModifierDelNotify = 5354, + CmdRogueModifierSelectCellScRsp = 5327, + CmdRogueModifierSelectCellCsReq = 5339, + _, +}; + +pub const LGMDBCFFJOF = enum(i32) { + ROGUE_MODIFIER_SOURCE_NONE = 0, + ROGUE_MODIFIER_SOURCE_DICE_ROLL = 1, + ROGUE_MODIFIER_SOURCE_AEON = 2, + ROGUE_MODIFIER_SOURCE_BOARD_EVENT = 3, + ROGUE_MODIFIER_SOURCE_DIALOG_EVENT = 4, + ROGUE_MODIFIER_SOURCE_MIRACLE = 5, + ROGUE_MODIFIER_SOURCE_CELL_MARK = 6, + ROGUE_MODIFIER_SOURCE_AEON_TALENT = 7, + ROGUE_MODIFIER_SOURCE_BOSS_DECAY = 8, + ROGUE_MODIFIER_SOURCE_DICE_BRANCH = 9, + _, +}; + +pub const NJCHLJFIODM = enum(i32) { + ROGUE_MODIFIER_CONTENT_DEFINITE = 0, + ROGUE_MODIFIER_CONTENT_RANDOM = 1, + _, +}; + +pub const CmdRogueTournType = enum(i32) { + CmdRogueTournTypeNone = 0, + CmdRogueTournGetSettleInfoCsReq = 6069, + CmdRogueTournSaveBuildRefScRsp = 6083, + CmdRogueTournGetPermanentTalentInfoCsReq = 6028, + CmdRogueTournResetPermanentTalentScRsp = 6012, + CmdRogueTournGetSettleInfoScRsp = 6047, + CmdRogueTournStartCsReq = 6080, + CmdRogueTournWeekChallengeUpdateScNotify = 6043, + CmdRogueTournDifficultyCompNotify = 6072, + CmdRogueTournQueryScRsp = 6058, + CmdRogueTournEnableSeasonTalentCsReq = 6019, + CmdRogueTournEnterRogueCocoonSceneCsReq = 6029, + CmdRogueTournRenameBuildRefCsReq = 6061, + CmdRogueTournConfirmSettleCsReq = 6040, + CmdRogueTournGetAllBuildRefScRsp = 6057, + CmdRogueTournDeleteBuildRefScRsp = 6021, + CmdRogueTournExpNotify = 6026, + CmdRogueTournGetMiscRealTimeDataScRsp = 6034, + CmdRogueTournGetAllArchiveCsReq = 6037, + CmdRogueTournStartScRsp = 6044, + CmdRogueTournClearArchiveNameScNotify = 6032, + CmdRogueTournEnterLayerScRsp = 6035, + CmdRogueTournLeaveCsReq = 6038, + CmdRogueTournSettleCsReq = 6048, + CmdRogueTournEnterLayerCsReq = 6074, + CmdRogueTournGetAllBuildRefCsReq = 6094, + CmdRogueTournLevelInfoUpdateScNotify = 6077, + CmdRogueTournDeleteBuildRefCsReq = 6042, + CmdRogueTournDeleteArchiveScRsp = 6030, + CmdRogueTournLeaveRogueCocoonSceneCsReq = 6085, + CmdRogueTournTakeExpRewardScRsp = 6015, + CmdRogueTournGetCurRogueCocoonInfoCsReq = 6093, + CmdRogueTournHandBookNotify = 6081, + CmdRogueTournResetPermanentTalentCsReq = 6046, + CmdRogueTournGetArchiveRepositoryCsReq = 6049, + CmdRogueTournGetSeasonTalentInfoScRsp = 6017, + CmdRogueTournEnterCsReq = 6065, + CmdRogueTournLeaveScRsp = 6096, + CmdRogueTournDeleteArchiveCsReq = 6089, + CmdRogueTournRenameBuildRefScRsp = 6066, + CmdRogueTournReEnterRogueCocoonStageCsReq = 6050, + CmdRogueTournEnterScRsp = 6073, + CmdRogueTournEnterRoomScRsp = 6031, + CmdRogueTournBattleFailSettleInfoScNotify = 6041, + CmdRogueTournQueryCsReq = 6095, + CmdRogueTournEnableSeasonTalentScRsp = 6090, + CmdRogueTournTitanUpdateTitanBlessProgressScNotify = 6016, + CmdRogueTournGetSeasonTalentInfoCsReq = 6078, + CmdRogueTournEnablePermanentTalentCsReq = 6063, + CmdRogueTournLeaveRogueCocoonSceneScRsp = 6059, + CmdRogueTournConfirmSettleScRsp = 6045, + CmdRogueTournRenameArchiveCsReq = 6088, + CmdRogueTournReviveAvatarScRsp = 6022, + CmdRogueTournReEnterRogueCocoonStageScRsp = 6051, + CmdRogueTournSaveBuildRefCsReq = 6054, + CmdRogueTournEnterRogueCocoonSceneScRsp = 6053, + CmdRogueTournGetArchiveRepositoryScRsp = 6087, + CmdRogueTournGetPermanentTalentInfoScRsp = 6079, + CmdRogueTournAreaUpdateScNotify = 6013, + CmdRogueTournReviveCostUpdateScNotify = 6070, + CmdRogueTournGetMiscRealTimeDataCsReq = 6067, + CmdRogueTournRenameArchiveScRsp = 6055, + CmdRogueTournTakeExpRewardCsReq = 6084, + CmdRogueTournEnterRoomCsReq = 6033, + CmdRogueTournEnablePermanentTalentScRsp = 6064, + CmdRogueTournSettleScRsp = 6062, + CmdRogueTournGetCurRogueCocoonInfoScRsp = 6036, + CmdRogueTournGetAllArchiveScRsp = 6024, + CmdRogueTournReviveAvatarCsReq = 6060, + _, +}; + +pub const OGADIMMLJHN = enum(i32) { + ROGUE_TOURN_LEVEL_STATUS_NONE = 0, + ROGUE_TOURN_LEVEL_STATUS_PROCESSING = 1, + ROGUE_TOURN_LEVEL_STATUS_FINISHED = 2, + ROGUE_TOURN_LEVEL_STATUS_SETTLED = 3, + _, +}; + +pub const ODBNIGDLNCF = enum(i32) { + ROGUE_TOURN_LAYER_STATUS_NONE = 0, + ROGUE_TOURN_LAYER_STATUS_PROCESSING = 1, + ROGUE_TOURN_LAYER_STATUS_FINISH = 2, + _, +}; + +pub const LMIKNFDLFFO = enum(i32) { + ROGUE_TOURN_ROOM_STATUS_NONE = 0, + ROGUE_TOURN_ROOM_STATUS_INITED = 1, + ROGUE_TOURN_ROOM_STATUS_PROCESSING = 2, + ROGUE_TOURN_ROOM_STATUS_FINISH = 3, + _, +}; + +pub const AKKHKMECAFL = enum(i32) { + ROGUE_TOURN_SETTLE_REASON_NONE = 0, + ROGUE_TOURN_SETTLE_REASON_WIN = 1, + ROGUE_TOURN_SETTLE_REASON_FAIL = 2, + ROGUE_TOURN_SETTLE_REASON_INTERRUPT = 3, + _, +}; + +pub const OLLCHPFKHAA = enum(i32) { + ROGUE_TOURN_HANDBOOK_NONE = 0, + ROGUE_TOURN_HANDBOOK_SIMPLE_MIRACLE = 1, + ROGUE_TOURN_HANDBOOK_HEX_MIRACLE = 2, + ROGUE_TOURN_HANDBOOK_BUFF = 3, + ROGUE_TOURN_HANDBOOK_EVENT = 4, + ROGUE_TOURN_HANDBOOK_FORMULA = 5, + ROGUE_TOURN_HANDBOOK_TITAN_BLESS = 6, + _, +}; + +pub const CmdRollShopType = enum(i32) { + CmdRollShopTypeNone = 0, + CmdTakeRollShopRewardCsReq = 6907, + CmdDoGachaInRollShopScRsp = 6916, + CmdGetRollShopInfoCsReq = 6918, + CmdTakeRollShopRewardScRsp = 6911, + CmdDoGachaInRollShopCsReq = 6910, + CmdGetRollShopInfoScRsp = 6909, + _, +}; + +pub const CmdSceneType = enum(i32) { + CmdSceneTypeNone = 0, + CmdSceneCastSkillCostMpScRsp = 1473, + CmdGameplayCounterCountDownCsReq = 1451, + CmdRecoverAllLineupScRsp = 1469, + CmdReturnLastTownScRsp = 1436, + CmdReEnterLastElementStageScRsp = 1433, + CmdSetCurInteractEntityScRsp = 1434, + CmdSetClientPausedCsReq = 1440, + CmdUnlockTeleportNotify = 1488, + CmdRefreshTriggerByClientCsReq = 1458, + CmdSpringRefreshCsReq = 1438, + CmdRecoverAllLineupCsReq = 1445, + CmdSetClientPausedScRsp = 1418, + CmdGetCurSceneInfoCsReq = 1470, + CmdGetUnlockTeleportScRsp = 1483, + CmdSceneReviveAfterRebattleScRsp = 1431, + CmdEntityBindPropScRsp = 1422, + CmdChangePropTimelineInfoCsReq = 1454, + CmdSceneGroupRefreshScNotify = 1479, + CmdGetSceneMapInfoCsReq = 1414, + CmdRefreshTriggerByClientScRsp = 1446, + CmdSceneEnterStageCsReq = 1487, + CmdDeleteSummonUnitCsReq = 1492, + CmdEntityBindPropCsReq = 1423, + CmdEnterSceneScRsp = 1443, + CmdGetUnlockTeleportCsReq = 1430, + CmdLastSpringRefreshTimeNotify = 1468, + CmdSetGroupCustomSaveDataScRsp = 1437, + CmdReEnterLastElementStageCsReq = 1453, + CmdDeleteSummonUnitScRsp = 1410, + CmdEnterSectionCsReq = 1444, + CmdSceneEntityMoveScRsp = 1491, + CmdRefreshTriggerByClientScNotify = 1442, + CmdSetCurInteractEntityCsReq = 1478, + CmdGroupStateChangeCsReq = 1461, + CmdSpringRefreshScRsp = 1452, + CmdOpenChestScNotify = 1432, + CmdSceneCastSkillMpUpdateScNotify = 1498, + CmdEnterSceneCsReq = 1425, + CmdSceneCastSkillScRsp = 1421, + CmdGetSceneMapInfoScRsp = 1486, + CmdSceneCastSkillCsReq = 1427, + CmdSceneEntityTeleportCsReq = 1407, + CmdSyncEntityBuffChangeListScNotify = 1405, + CmdStartCocoonStageCsReq = 1424, + CmdInteractPropScRsp = 1439, + CmdGroupStateChangeScRsp = 1408, + CmdUpdateGroupPropertyCsReq = 1429, + CmdGameplayCounterUpdateScNotify = 1401, + CmdActivateFarmElementScRsp = 1463, + CmdGroupStateChangeScNotify = 1497, + CmdGetEnteredSceneScRsp = 1417, + CmdGetEnteredSceneCsReq = 1466, + CmdTrainWorldIdChangeScNotify = 1415, + CmdUnlockedAreaMapScNotify = 1404, + CmdEnteredSceneChangeScNotify = 1500, + CmdReturnLastTownCsReq = 1494, + CmdEnterSectionScRsp = 1449, + CmdSetGroupCustomSaveDataCsReq = 1489, + CmdSceneEntityTeleportScRsp = 1448, + CmdSceneReviveAfterRebattleCsReq = 1406, + CmdGetCurSceneInfoScRsp = 1459, + CmdGameplayCounterCountDownScRsp = 1456, + CmdSavePointsInfoNotify = 1403, + CmdUpdateFloorSavedValueNotify = 1411, + CmdStartCocoonStageScRsp = 1428, + CmdGameplayCounterRecoverScRsp = 1499, + CmdSceneEntityMoveCsReq = 1420, + CmdSceneUpdatePositionVersionNotify = 1402, + CmdChangePropTimelineInfoScRsp = 1477, + CmdSceneEntityMoveScNotify = 1480, + CmdDeactivateFarmElementCsReq = 1419, + CmdScenePlaneEventScNotify = 1462, + CmdSceneEnterStageScRsp = 1409, + CmdInteractPropCsReq = 1467, + CmdUpdateGroupPropertyScRsp = 1413, + CmdDeactivateFarmElementScRsp = 1455, + CmdGameplayCounterRecoverCsReq = 1482, + CmdUpdateMechanismBarScNotify = 1490, + CmdSceneCastSkillCostMpCsReq = 1474, + CmdActivateFarmElementCsReq = 1471, + CmdSyncServerSceneChangeNotify = 1475, + CmdEnterSceneByServerScNotify = 1412, + _, +}; + +pub const SkillExtraTag = enum(i32) { + SCENE_CAST_SKILL_NONE = 0, + SCENE_CAST_SKILL_PROJECTILE_HIT = 1, + SCENE_CAST_SKILL_PROJECTILE_LIFETIME_FINISH = 2, + _, +}; + +pub const MonsterBattleType = enum(i32) { + MONSTER_BATTLE_TYPE_NONE = 0, + MONSTER_BATTLE_TYPE_TRIGGER_BATTLE = 1, + MONSTER_BATTLE_TYPE_DIRECT_DIE_SIMULATE_BATTLE = 2, + MONSTER_BATTLE_TYPE_DIRECT_DIE_SKIP_BATTLE = 3, + MONSTER_BATTLE_TYPE_NO_BATTLE = 4, + _, +}; + +pub const SceneEntityBuffChangeType = enum(i32) { + SCENE_ENTITY_BUFF_CHANGE_TYPE_DEFAULT = 0, + SCENE_ENTITY_BUFF_CHANGE_TYPE_ADD_MAZEBUFF = 1, + SCENE_ENTITY_BUFF_CHANGE_TYPE_ADD_ADV_MODIFIER = 2, + _, +}; + +pub const EnterSceneReason = enum(i32) { + ENTER_SCENE_REASON_NONE = 0, + ENTER_SCENE_REASON_CHALLENGE_TIMEOUT = 1, + ENTER_SCENE_REASON_ROGUE_TIMEOUT = 2, + ENTER_SCENE_REASON_CHANGE_STORYLINE = 3, + ENTER_SCENE_REASON_DIMENSION_MERGE = 4, + _, +}; + +pub const ChestType = enum(i32) { + MAP_INFO_CHEST_TYPE_NONE = 0, + MAP_INFO_CHEST_TYPE_NORMAL = 101, + MAP_INFO_CHEST_TYPE_CHALLENGE = 102, + MAP_INFO_CHEST_TYPE_PUZZLE = 104, + _, +}; + +pub const GameplayCounterUpdateReason = enum(i32) { + GAMEPLAY_COUNTER_UPDATE_REASON_NONE = 0, + GAMEPLAY_COUNTER_UPDATE_REASON_ACTIVATE = 1, + GAMEPLAY_COUNTER_UPDATE_REASON_DEACTIVATE = 2, + GAMEPLAY_COUNTER_UPDATE_REASON_CHANGE = 3, + _, +}; + +pub const SceneGroupRefreshType = enum(i32) { + SCENE_GROUP_REFRESH_TYPE_NONE = 0, + SCENE_GROUP_REFRESH_TYPE_LOADED = 1, + SCENE_GROUP_REFRESH_TYPE_UNLOAD = 2, + _, +}; + +pub const CmdServerPrefsType = enum(i32) { + CmdServerPrefsTypeNone = 0, + CmdGetServerPrefsDataCsReq = 6167, + CmdGetAllServerPrefsDataScRsp = 6191, + CmdUpdateServerPrefsDataCsReq = 6127, + CmdGetAllServerPrefsDataCsReq = 6120, + CmdUpdateServerPrefsDataScRsp = 6121, + CmdGetServerPrefsDataScRsp = 6139, + _, +}; + +pub const CmdShopType = enum(i32) { + CmdShopTypeNone = 0, + CmdGetShopListCsReq = 1520, + CmdBuyGoodsCsReq = 1567, + CmdGetShopListScRsp = 1591, + CmdTakeCityShopRewardScRsp = 1521, + CmdTakeCityShopRewardCsReq = 1527, + CmdCityShopInfoScNotify = 1570, + CmdBuyGoodsScRsp = 1539, + _, +}; + +pub const CmdSpaceZooType = enum(i32) { + CmdSpaceZooTypeNone = 0, + CmdSpaceZooOpCatteryCsReq = 6770, + CmdSpaceZooDataCsReq = 6720, + CmdSpaceZooDeleteCatScRsp = 6777, + CmdSpaceZooBornCsReq = 6767, + CmdSpaceZooCatUpdateNotify = 6780, + CmdSpaceZooBornScRsp = 6739, + CmdSpaceZooTakeScRsp = 6773, + CmdSpaceZooMutateScRsp = 6721, + CmdSpaceZooExchangeItemCsReq = 6702, + CmdSpaceZooTakeCsReq = 6774, + CmdSpaceZooDeleteCatCsReq = 6754, + CmdSpaceZooDataScRsp = 6791, + CmdSpaceZooExchangeItemScRsp = 6705, + CmdSpaceZooMutateCsReq = 6727, + CmdSpaceZooOpCatteryScRsp = 6759, + _, +}; + +pub const CmdStarFightType = enum(i32) { + CmdStarFightTypeNone = 0, + CmdStartStarFightLevelScRsp = 7163, + CmdGetStarFightDataScRsp = 7169, + CmdGetStarFightDataCsReq = 7165, + CmdStarFightDataChangeNotify = 7166, + CmdStartStarFightLevelCsReq = 7168, + _, +}; + +pub const CmdStoryLineType = enum(i32) { + CmdStoryLineTypeNone = 0, + CmdStoryLineInfoScNotify = 6267, + CmdGetStoryLineInfoCsReq = 6220, + CmdChangeStoryLineFinishScNotify = 6221, + CmdStoryLineTrialAvatarChangeScNotify = 6270, + CmdGetStoryLineInfoScRsp = 6291, + _, +}; + +pub const AMJOCDIAPHF = enum(i32) { + ChangeStoryLineAction_None = 0, + ChangeStoryLineAction_FinishAction = 1, + ChangeStoryLineAction_Client = 2, + ChangeStoryLineAction_CustomOP = 3, + ChangeStoryLineAction_Raid = 4, + _, +}; + +pub const CmdStrongChallengeActivityType = enum(i32) { + CmdStrongChallengeActivityTypeNone = 0, + CmdStrongChallengeActivityBattleEndScNotify = 6627, + CmdEnterStrongChallengeActivityStageCsReq = 6667, + CmdGetStrongChallengeActivityDataScRsp = 6691, + CmdEnterStrongChallengeActivityStageScRsp = 6639, + CmdGetStrongChallengeActivityDataCsReq = 6620, + _, +}; + +pub const CmdSummonActivityType = enum(i32) { + CmdSummonActivityTypeNone = 0, + CmdSummonActivityBattleEndScNotify = 7566, + CmdGetSummonActivityDataCsReq = 7565, + CmdEnterSummonActivityStageCsReq = 7568, + CmdEnterSummonActivityStageScRsp = 7563, + CmdGetSummonActivityDataScRsp = 7569, + _, +}; + +pub const CmdSwitchHandType = enum(i32) { + CmdSwitchHandTypeNone = 0, + CmdSwitchHandResetGameCsReq = 8113, + CmdSwitchHandCoinUpdateScRsp = 8119, + CmdSwitchHandUpdateCsReq = 8105, + CmdSwitchHandResetGameScRsp = 8115, + CmdSwitchHandStartScRsp = 8116, + CmdSwitchHandUpdateScRsp = 8103, + CmdSwitchHandDataScRsp = 8109, + CmdSwitchHandResetHandPosScRsp = 8106, + CmdSwitchHandDataCsReq = 8118, + CmdSwitchHandStartCsReq = 8110, + CmdSwitchHandResetHandPosCsReq = 8112, + CmdSwitchHandFinishScRsp = 8111, + CmdSwitchHandCoinUpdateCsReq = 8114, + CmdSwitchHandFinishCsReq = 8107, + _, +}; + +pub const HandPropType = enum(i32) { + SWITCH_HAND_OP_PROP_TYPE_NONE = 0, + SWITCH_HAND_OP_PROP_TYPE_CATCH = 1, + SWITCH_HAND_OP_PROP_TYPE_LIFT = 2, + _, +}; + +pub const CmdSwordTrainingType = enum(i32) { + CmdSwordTrainingTypeNone = 0, + CmdSwordTrainingSetSkillTraceScRsp = 7483, + CmdSwordTrainingTurnActionScRsp = 7461, + CmdSwordTrainingMarkEndingViewedCsReq = 7494, + CmdSwordTrainingSetSkillTraceCsReq = 7491, + CmdGetSwordTrainingDataScRsp = 7468, + CmdSwordTrainingExamResultConfirmScRsp = 7500, + CmdSwordTrainingActionTurnSettleScNotify = 7497, + CmdEnterSwordTrainingExamCsReq = 7469, + CmdSwordTrainingStartGameScRsp = 7475, + CmdSwordTrainingUnlockSyncScNotify = 7464, + CmdSwordTrainingResumeGameCsReq = 7455, + CmdSwordTrainingDialogueSelectOptionCsReq = 7489, + CmdSwordTrainingDailyPhaseConfirmCsReq = 7487, + CmdSwordTrainingGiveUpGameScRsp = 7463, + CmdEnterSwordTrainingExamScRsp = 7476, + CmdSwordTrainingStartGameCsReq = 7472, + CmdSwordTrainingStoryBattleScRsp = 7492, + CmdSwordTrainingRestoreGameCsReq = 7454, + CmdSwordTrainingLearnSkillCsReq = 7484, + CmdSwordTrainingStoryBattleCsReq = 7471, + CmdSwordTrainingSelectEndingScRsp = 7498, + CmdSwordTrainingGameSettleScNotify = 7474, + CmdSwordTrainingStoryConfirmCsReq = 7493, + CmdSwordTrainingRestoreGameScRsp = 7485, + CmdSwordTrainingLearnSkillScRsp = 7496, + CmdSwordTrainingTurnActionCsReq = 7486, + CmdGetSwordTrainingDataCsReq = 7477, + CmdSwordTrainingGameSyncChangeScNotify = 7499, + CmdSwordTrainingStoryConfirmScRsp = 7480, + CmdSwordTrainingGiveUpGameCsReq = 7453, + CmdSwordTrainingExamResultConfirmCsReq = 7459, + CmdSwordTrainingDailyPhaseConfirmScRsp = 7467, + CmdSwordTrainingDialogueSelectOptionScRsp = 7462, + CmdSwordTrainingResumeGameScRsp = 7452, + CmdSwordTrainingMarkEndingViewedScRsp = 7465, + CmdSwordTrainingSelectEndingCsReq = 7466, + _, +}; + +pub const PKHJBPMIBBA = enum(i32) { + SWORD_TRAIN_GAME_SOURCE_TYPE_NONE = 0, + SWORD_TRAIN_GAME_SOURCE_TYPE_TURN_SETTLE = 1, + SWORD_TRAIN_GAME_SOURCE_TYPE_STATUS_UPGRADE = 2, + SWORD_TRAIN_GAME_SOURCE_TYPE_ACTION = 3, + SWORD_TRAIN_GAME_SOURCE_TYPE_ACTION_HINT = 4, + SWORD_TRAIN_GAME_SOURCE_TYPE_STORY = 5, + SWORD_TRAIN_GAME_SOURCE_TYPE_EXAM_BONUS = 6, + SWORD_TRAIN_GAME_SOURCE_TYPE_DIALOGUE = 7, + _, +}; + +pub const BJNCDEFEEJI = enum(i32) { + SWORD_TRAINING_DAILY_PHASE_TYPE_NONE = 0, + SWORD_TRAINING_DAILY_PHASE_TYPE_MORNING = 1, + SWORD_TRAINING_DAILY_PHASE_TYPE_NOON = 2, + SWORD_TRAINING_DAILY_PHASE_TYPE_AFTERNOON = 3, + SWORD_TRAINING_DAILY_PHASE_TYPE_EVENING = 4, + _, +}; + +pub const HDIJJMDPILE = enum(i32) { + SWORD_TRAINING_STATUS_TYPE_NONE = 0, + SWORD_TRAINING_STATUS_TYPE_POWER = 1, + SWORD_TRAINING_STATUS_TYPE_AGILITY = 2, + SWORD_TRAINING_STATUS_TYPE_TOUGHNESS = 3, + SWORD_TRAINING_STATUS_TYPE_PERCEPTION = 4, + _SWORD_TRAINING_STATUS_TYPE_MAX = 5, + _, +}; + +pub const HDMKPHALALG = enum(i32) { + SWORD_TRAINING_GAME_SETTLE_NONE = 0, + SWORD_TRAINING_GAME_SETTLE_FINISH = 1, + SWORD_TRAINING_GAME_SETTLE_GIVE_UP = 2, + SWORD_TRAINING_GAME_SETTLE_BATTLE_FAILED = 3, + SWORD_TRAINING_GAME_SETTLE_FORCE = 4, + SWORD_TRAINING_GAME_SETTLE_BY_RESTORE = 5, + _, +}; + +pub const CmdPlayerSync = enum(i32) { + CmdPlayerSyncNone = 0, + CmdPlayerSyncScNotify = 620, + _, +}; + +pub const CmdTalkRewardType = enum(i32) { + CmdTalkRewardTypeNone = 0, + CmdGetNpcTakenRewardScRsp = 2191, + CmdSelectInclinationTextScRsp = 2177, + CmdFinishFirstTalkNpcScRsp = 2159, + CmdGetFirstTalkNpcCsReq = 2127, + CmdTakeTalkRewardScRsp = 2139, + CmdFinishFirstTalkNpcCsReq = 2170, + CmdGetFirstTalkByPerformanceNpcScRsp = 2102, + CmdFinishFirstTalkByPerformanceNpcScRsp = 2174, + CmdSelectInclinationTextCsReq = 2154, + CmdGetFirstTalkNpcScRsp = 2121, + CmdGetNpcTakenRewardCsReq = 2120, + CmdTakeTalkRewardCsReq = 2167, + CmdGetFirstTalkByPerformanceNpcCsReq = 2180, + CmdFinishFirstTalkByPerformanceNpcCsReq = 2105, + _, +}; + +pub const CmdTarotBookType = enum(i32) { + CmdTarotBookTypeNone = 0, + CmdTarotBookGetDataScRsp = 8149, + CmdTarotBookOpenPackScRsp = 8156, + CmdTarotBookUnlockInteractionCsReq = 8146, + CmdTarotBookUnlockStoryCsReq = 8147, + CmdTarotBookModifyEnergyScNotify = 8154, + CmdTarotBookUnlockStoryScRsp = 8151, + CmdTarotBookFinishInteractionScRsp = 8152, + CmdTarotBookOpenPackCsReq = 8150, + CmdTarotBookFinishStoryCsReq = 8145, + CmdTarotBookGetDataCsReq = 8158, + CmdTarotBookUnlockInteractionScRsp = 8153, + CmdTarotBookFinishStoryScRsp = 8143, + CmdTarotBookFinishInteractionCsReq = 8159, + CmdTarotBookSyncDataScNotify = 8155, + _, +}; + +pub const CmdTelevisionActivityType = enum(i32) { + CmdTelevisionActivityTypeNone = 0, + CmdEnterTelevisionActivityStageCsReq = 6976, + CmdEnterTelevisionActivityStageScRsp = 6967, + CmdTelevisionActivityBattleEndScNotify = 6971, + CmdGetTelevisionActivityDataScRsp = 6969, + CmdTelevisionActivityDataChangeScNotify = 6970, + CmdGetTelevisionActivityDataCsReq = 6978, + _, +}; + +pub const CmdTextJoinType = enum(i32) { + CmdTextJoinTypeNone = 0, + CmdTextJoinSaveCsReq = 3820, + CmdTextJoinQueryScRsp = 3839, + CmdTextJoinQueryCsReq = 3867, + CmdTextJoinBatchSaveScRsp = 3821, + CmdTextJoinSaveScRsp = 3891, + CmdTextJoinBatchSaveCsReq = 3827, + _, +}; + +pub const CmdTrackPhotoActivityType = enum(i32) { + CmdTrackPhotoActivityTypeNone = 0, + CmdGetTrackPhotoActivityDataCsReq = 7555, + CmdGetTrackPhotoActivityDataScRsp = 7559, + CmdSettleTrackPhotoStageCsReq = 7558, + CmdQuitTrackPhotoStageScRsp = 7560, + CmdQuitTrackPhotoStageCsReq = 7551, + CmdStartTrackPhotoStageCsReq = 7556, + CmdSettleTrackPhotoStageScRsp = 7553, + CmdStartTrackPhotoStageScRsp = 7557, + _, +}; + +pub const CmdTrainPartyType = enum(i32) { + CmdTrainPartyTypeNone = 0, + CmdTrainPartyMoveScNotify = 8027, + CmdTrainPartyUpdatePosEnvCsReq = 8078, + CmdTrainPartyBuildDiyCsReq = 8073, + CmdTrainPartyTakeBuildLevelAwardScRsp = 8069, + CmdTrainPartyBuildDiyScRsp = 8098, + CmdTrainPartyEnterScRsp = 8068, + CmdTrainPartyUseCardCsReq = 8067, + CmdTrainPartyGamePlaySettleNotify = 8041, + CmdTrainPartyLeaveScRsp = 8036, + CmdTrainPartySettleNotify = 8070, + CmdTrainPartyGetDataScRsp = 8091, + CmdTrainPartyBuildingUpdateNotify = 8085, + CmdTrainPartyGetDataCsReq = 8020, + CmdTrainPartyEnterCsReq = 8052, + CmdTrainPartyUpdatePosEnvScRsp = 8034, + CmdTrainPartyHandlePendingActionScRsp = 8002, + CmdTrainPartyGamePlayStartScRsp = 8049, + CmdTrainPartyBuildStartStepScRsp = 8074, + CmdTrainPartyGamePlayStartCsReq = 8044, + CmdTrainPartyLeaveCsReq = 8094, + CmdTrainPartyAddBuildDynamicBuffScRsp = 8024, + CmdTrainPartyAddBuildDynamicBuffCsReq = 8003, + CmdTrainPartyHandlePendingActionCsReq = 8080, + CmdTrainPartyBuildStartStepCsReq = 8005, + CmdTrainPartyUseCardScRsp = 8039, + CmdTrainPartyTakeBuildLevelAwardCsReq = 8045, + CmdTrainPartySyncUpdateScNotify = 8054, + _, +}; + +pub const KNOOCOCANAM = enum(i32) { + BuildGoalStepNone = 0, + BuildGoalStepIdle = 1, + BuildGoalStepStart = 2, + BuildGoalStepFinish = 3, + _, +}; + +pub const CBEJAJENOHJ = enum(i32) { + kTrainPartySrcNone = 0, + kTrainPartySrcCard = 1, + kTrainPartySrcGrid = 2, + kTrainPartySrcPam = 3, + kTrainPartySrcPassenger = 4, + kTrainPartySrcBuilding = 5, + _, +}; + +pub const IJDNOJEMIAN = enum(i32) { + kDialogueEventNone = 0, + kGamePlayStartDialogueEvent = 1, + kGridDialogueEvent = 2, + kAfterMeetingDialogueEvent = 3, + _, +}; + +pub const LCDEMGACEKD = enum(i32) { + kMtSkillNone = 0, + kMtSkillModifyBase = 1, + kMtSkillModifyRatio = 2, + kMtSkillMultiplyRatio = 3, + kMtSkillSelfDestroy = 4, + _, +}; + +pub const DMLCPAKDBLJ = enum(i32) { + TRAIN_PARTY_MT_CATEGORY_NONE = 0, + TRAIN_PARTY_MT_CATEGORY_S = 1, + TRAIN_PARTY_MT_CATEGORY_A = 2, + TRAIN_PARTY_MT_CATEGORY_B = 3, + TRAIN_PARTY_MT_CATEGORY_C = 4, + TRAIN_PARTY_MT_CATEGORY_D = 5, + TRAIN_PARTY_MT_CATEGORY_E = 6, + TRAIN_PARTY_MT_CATEGORY_F = 7, + TRAIN_PARTY_MT_CATEGORY_G = 8, + _, +}; + +pub const CmdTrainVisitorType = enum(i32) { + CmdTrainVisitorTypeNone = 0, + CmdTrainVisitorBehaviorFinishScRsp = 3791, + CmdGetTrainVisitorRegisterScRsp = 3759, + CmdGetTrainVisitorBehaviorCsReq = 3767, + CmdTrainVisitorRewardSendNotify = 3721, + CmdGetTrainVisitorRegisterCsReq = 3770, + CmdTakeTrainVisitorUntakenBehaviorRewardCsReq = 3754, + CmdGetTrainVisitorBehaviorScRsp = 3739, + CmdTakeTrainVisitorUntakenBehaviorRewardScRsp = 3777, + CmdTrainVisitorBehaviorFinishCsReq = 3720, + CmdTrainRefreshTimeNotify = 3727, + CmdShowNewSupplementVisitorCsReq = 3780, + CmdShowNewSupplementVisitorScRsp = 3702, + _, +}; + +pub const TrainVisitorRewardSendType = enum(i32) { + TRAIN_VISITOR_REWARD_SEND_NONE = 0, + TRAIN_VISITOR_REWARD_SEND_REGISTER = 1, + TRAIN_VISITOR_REWARD_SEND_MISSION = 2, + _, +}; + +pub const TrainVisitorStatus = enum(i32) { + TRAIN_VISITOR_STATUS_NONE = 0, + TRAIN_VISITOR_STATUS_INIT = 1, + TRAIN_VISITOR_STATUS_GET_ON = 2, + TRAIN_VISITOR_STATUS_GET_OFF = 3, + TRAIN_VISITOR_STATUS_BE_TRAIN_MEMBER = 4, + _, +}; + +pub const TrainVisitorRegisterGetType = enum(i32) { + TRAIN_VISITOR_REGISTER_GET_TYPE_NONE = 0, + TRAIN_VISITOR_REGISTER_GET_TYPE_AUTO = 1, + TRAIN_VISITOR_REGISTER_GET_TYPE_MANUAL = 2, + _, +}; + +pub const CmdTravelBrochure = enum(i32) { + CmdTravelBrochureNone = 0, + CmdTravelBrochureSetCustomValueScRsp = 6498, + CmdTravelBrochureRemovePasterCsReq = 6454, + CmdTravelBrochureApplyPasterCsReq = 6470, + CmdTravelBrochureUpdatePasterPosScRsp = 6402, + CmdTravelBrochureSelectMessageCsReq = 6427, + CmdTravelBrochureGetPasterScNotify = 6405, + CmdTravelBrochureUpdatePasterPosCsReq = 6480, + CmdTravelBrochureSetPageDescStatusCsReq = 6485, + CmdTravelBrochureApplyPasterListScRsp = 6436, + CmdTravelBrochureRemovePasterScRsp = 6477, + CmdTravelBrochurePageResetCsReq = 6452, + CmdTravelBrochureApplyPasterScRsp = 6459, + CmdTravelBrochureGetDataScRsp = 6491, + CmdTravelBrochureSelectMessageScRsp = 6421, + CmdTravelBrochureSetPageDescStatusScRsp = 6438, + CmdTravelBrochureSetCustomValueCsReq = 6473, + CmdTravelBrochureApplyPasterListCsReq = 6494, + CmdTravelBrochurePageResetScRsp = 6468, + CmdTravelBrochureGetDataCsReq = 6420, + CmdTravelBrochurePageUnlockScNotify = 6467, + _, +}; + +pub const HGKKPPLJBOI = enum(i32) { + PAGE_NONE = 0, + PAGE_UNLOCKED = 1, + PAGE_INTERACTED = 2, + _, +}; + +pub const DCJAOPDINOI = enum(i32) { + PAGE_DESC_NONE = 0, + PAGE_DESC_SHOW_DETAIL = 1, + PAGE_DESC_COLLAPSE = 2, + _, +}; + +pub const CmdTreasureDungeonType = enum(i32) { + CmdTreasureDungeonTypeNone = 0, + CmdEnterTreasureDungeonCsReq = 4405, + CmdInteractTreasureDungeonGridCsReq = 4452, + CmdUseTreasureDungeonItemScRsp = 4436, + CmdEnterTreasureDungeonScRsp = 4474, + CmdQuitTreasureDungeonCsReq = 4487, + CmdTreasureDungeonFinishScNotify = 4491, + CmdGetTreasureDungeonActivityDataScRsp = 4402, + CmdTreasureDungeonDataScNotify = 4420, + CmdGetTreasureDungeonActivityDataCsReq = 4480, + CmdOpenTreasureDungeonGridCsReq = 4473, + CmdInteractTreasureDungeonGridScRsp = 4468, + CmdOpenTreasureDungeonGridScRsp = 4498, + CmdUseTreasureDungeonItemCsReq = 4494, + CmdFightTreasureDungeonMonsterScRsp = 4438, + CmdFightTreasureDungeonMonsterCsReq = 4485, + CmdQuitTreasureDungeonScRsp = 4409, + _, +}; + +pub const IMKNBJCOIOP = enum(i32) { + TREASURE_DUNGEON_RECORD_NONE = 0, + TREASURE_DUNGEON_RECORD_ADD_HP = 1, + TREASURE_DUNGEON_RECORD_SUB_HP = 2, + TREASURE_DUNGEON_RECORD_SUB_HP_NO_EXPLORE = 3, + TREASURE_DUNGEON_RECORD_ADD_ATTACK = 5, + TREASURE_DUNGEON_RECORD_ADD_DEFENCE = 6, + TREASURE_DUNGEON_RECORD_ADD_EXPLORE = 9, + TREASURE_DUNGEON_RECORD_SUB_EXPLORE = 10, + TREASURE_DUNGEON_RECORD_ADD_EXPLORE_OVERFLOW = 11, + TREASURE_DUNGEON_RECORD_SUMMON = 15, + TREASURE_DUNGEON_RECORD_KILL = 16, + TREASURE_DUNGEON_RECORD_ADD_TRIAL_AVATAR = 20, + TREASURE_DUNGEON_RECORD_ADD_BUFF = 24, + TREASURE_DUNGEON_RECORD_UNLOCK_DOOR = 25, + TREASURE_DUNGEON_RECORD_ENEMY_ENHANCE = 27, + TREASURE_DUNGEON_RECORD_ENEMY_WEAKEN = 28, + TREASURE_DUNGEON_RECORD_ENEMY_AURA_REMOVE = 29, + TREASURE_DUNGEON_RECORD_SPECIAL_MONSTER_RUN = 30, + TREASURE_DUNGEON_RECORD_SPECIAL_MONSTER_KILL = 31, + TREASURE_DUNGEON_RECORD_BATTLE_BUFF_TRIGGER_SUCCESS = 33, + TREASURE_DUNGEON_RECORD_BATTLE_BUFF_TRIGGER_FAIL = 34, + TREASURE_DUNGEON_RECORD_BATTLE_BUFF_ADD_EXPLORE = 35, + TREASURE_DUNGEON_RECORD_BATTLE_BUFF_OPEN_GRID = 36, + TREASURE_DUNGEON_RECORD_BATTLE_BUFF_ADD_ITEM = 37, + TREASURE_DUNGEON_RECORD_AVATAR_DEAD = 40, + TREASURE_DUNGEON_RECORD_TRIAL_AVATAR_DEAD = 41, + TREASURE_DUNGEON_RECORD_ALL_AVATAR_DEAD = 42, + TREASURE_DUNGEON_RECORD_OPEN_ITEM_CHEST = 43, + _, +}; + +pub const CmdTutorialType = enum(i32) { + CmdTutorialTypeNone = 0, + CmdFinishTutorialCsReq = 1654, + CmdFinishTutorialScRsp = 1677, + CmdGetTutorialCsReq = 1620, + CmdGetTutorialGuideScRsp = 1639, + CmdGetTutorialScRsp = 1691, + CmdGetTutorialGuideCsReq = 1667, + CmdUnlockTutorialCsReq = 1627, + CmdUnlockTutorialScRsp = 1621, + CmdFinishTutorialGuideScRsp = 1602, + CmdUnlockTutorialGuideScRsp = 1659, + CmdFinishTutorialGuideCsReq = 1680, + CmdUnlockTutorialGuideCsReq = 1670, + _, +}; + +pub const TutorialStatus = enum(i32) { + TUTORIAL_NONE = 0, + TUTORIAL_UNLOCK = 1, + TUTORIAL_FINISH = 2, + _, +}; + +pub const CmdWaypointType = enum(i32) { + CmdWaypointTypeNone = 0, + CmdTakeChapterRewardScRsp = 454, + CmdSetCurWaypointCsReq = 467, + CmdTakeChapterRewardCsReq = 459, + CmdGetWaypointCsReq = 420, + CmdSetCurWaypointScRsp = 439, + CmdGetChapterCsReq = 427, + CmdGetChapterScRsp = 421, + CmdWaypointShowNewCsNotify = 470, + CmdGetWaypointScRsp = 491, + _, +}; + +pub const MHHLJFEJGNM = enum(i32) { + WAYPOINT_TYPE_NONE = 0, + WAYPOINT_TYPE_STAGE = 1, + WAYPOINT_TYPE_PLOT = 2, + _, +}; + +pub const OBFAICFOGMP = enum(i32) { + WAYPOINT_UNLOCK_NONE = 0, + WAYPOINT_UNLOCK_PRE = 1, + WAYPOINT_UNLOCK_LEVEL = 2, + _, +}; + +pub const CmdWolfBroType = enum(i32) { + CmdWolfBroTypeNone = 0, + CmdWolfBroGameActivateBulletScRsp = 6546, + CmdWolfBroGameActivateBulletCsReq = 6534, + CmdWolfBroGameExplodeMonsterScRsp = 6525, + CmdWolfBroGameDataChangeScNotify = 6545, + CmdWolfBroGameExplodeMonsterCsReq = 6522, + CmdGetWolfBroGameDataCsReq = 6512, + CmdRestoreWolfBroGameArchiveScRsp = 6537, + CmdArchiveWolfBroGameCsReq = 6518, + CmdWolfBroGameUseBulletScRsp = 6528, + CmdWolfBroGameUseBulletCsReq = 6506, + CmdGetWolfBroGameDataScRsp = 6510, + CmdWolfBroGamePickupBulletScRsp = 6526, + CmdStartWolfBroGameCsReq = 6549, + CmdQuitWolfBroGameScRsp = 6539, + CmdWolfBroGamePickupBulletCsReq = 6519, + CmdRestoreWolfBroGameArchiveCsReq = 6511, + CmdQuitWolfBroGameCsReq = 6517, + CmdStartWolfBroGameScRsp = 6527, + CmdArchiveWolfBroGameScRsp = 6536, + _, +}; + +pub const CmdWorldUnlockType = enum(i32) { + CmdWorldUnlockTypeNone = 0, + CmdWorldUnlockScRsp = 7626, + CmdWorldUnlockCsReq = 7627, + _, +}; + +pub const DJEBIMHNPBM = enum(i32) { + DISPATCH_TYPE_NONE = 0, + DISPATCH_TYPE_BY_ADDR = 1, + DISPATCH_TYPE_BY_MOD = 2, + DISPATCH_TYPE_BY_RAND = 3, + DISPATCH_TYPE_BY_CHASH = 4, + DISPATCH_TYPE_BY_STICKY_SESSION = 5, + DISPATCH_TYPE_BY_OBJECT = 6, + _, +}; + +pub const MMMNFDNLJMD = struct { + HBAPCCEGNME: u32 = 0, + GPJGGKNOAFD: u32 = 0, + OEEHIFHNFDH: ?OEEHIFHNFDH_union, + + pub const _OEEHIFHNFDH_case = enum { + marble_game_begin, + marble_game_end, + marble_game_round, + marble_game_turn, + }; + pub const OEEHIFHNFDH_union = union(_OEEHIFHNFDH_case) { + marble_game_begin: LJNPGKDOJHO, + marble_game_end: BPNMJCHEDNL, + marble_game_round: FOOPINGAFEG, + marble_game_turn: OFILKJCLEGI, + pub const _union_desc = .{ + .marble_game_begin = fd(101, .{ .SubMessage = {} }), + .marble_game_end = fd(102, .{ .SubMessage = {} }), + .marble_game_round = fd(103, .{ .SubMessage = {} }), + .marble_game_turn = fd(104, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .HBAPCCEGNME = fd(1, .{ .Varint = .Simple }), + .GPJGGKNOAFD = fd(2, .{ .Varint = .Simple }), + .OEEHIFHNFDH = fd(null, .{ .OneOf = OEEHIFHNFDH_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HCJJOOFKCJH = struct { + LPDBPKKADGG: u32 = 0, + HOMGCFJPBLK: i32 = 0, + CJJBLMKJAPA: i32 = 0, + + pub const _desc_table = .{ + .LPDBPKKADGG = fd(1, .{ .Varint = .Simple }), + .HOMGCFJPBLK = fd(2, .{ .Varint = .Simple }), + .CJJBLMKJAPA = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LNGMDMIPCKL = struct { + LPDBPKKADGG: u32 = 0, + JOJAHIAFNLK: u32 = 0, + + pub const _desc_table = .{ + .LPDBPKKADGG = fd(1, .{ .Varint = .Simple }), + .JOJAHIAFNLK = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CCCNHOECCMD = struct { + item_id: u32 = 0, + BANELELNLKB: u32 = 0, + skill_id: u32 = 0, + display_value: i32 = 0, + + pub const _desc_table = .{ + .item_id = fd(1, .{ .Varint = .Simple }), + .BANELELNLKB = fd(2, .{ .Varint = .Simple }), + .skill_id = fd(3, .{ .Varint = .Simple }), + .display_value = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const NOOBBIHJKMA = struct { + MFLEKHHPIEO: i32 = 0, + MAJLGJCFGJA: i32 = 0, + IOLCFLOFAGF: i32 = 0, + AMEIIMFKBFA: i32 = 0, + + pub const _desc_table = .{ + .MFLEKHHPIEO = fd(1, .{ .Varint = .Simple }), + .MAJLGJCFGJA = fd(2, .{ .Varint = .Simple }), + .IOLCFLOFAGF = fd(3, .{ .Varint = .Simple }), + .AMEIIMFKBFA = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LJNPGKDOJHO = struct { + monster_battle_type: u32 = 0, + DBADLNFOPAO: u64 = 0, + ACJCPHIFMLN: u32 = 0, + NLIBKABFGCC: u32 = 0, + BIECGFIMCFB: ArrayList(HCJJOOFKCJH), + rank: u32 = 0, + EKLDPALNLDC: u64 = 0, + FFFGFCPHBPN: ArrayList(HCJJOOFKCJH), + JBLMGNPMADM: u32 = 0, + + pub const _desc_table = .{ + .monster_battle_type = fd(1, .{ .Varint = .Simple }), + .DBADLNFOPAO = fd(2, .{ .Varint = .Simple }), + .ACJCPHIFMLN = fd(3, .{ .Varint = .Simple }), + .NLIBKABFGCC = fd(4, .{ .Varint = .Simple }), + .BIECGFIMCFB = fd(5, .{ .List = .{ .SubMessage = {} } }), + .rank = fd(6, .{ .Varint = .Simple }), + .EKLDPALNLDC = fd(7, .{ .Varint = .Simple }), + .FFFGFCPHBPN = fd(8, .{ .List = .{ .SubMessage = {} } }), + .JBLMGNPMADM = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BPNMJCHEDNL = struct { + monster_battle_type: u32 = 0, + DBADLNFOPAO: u64 = 0, + ACJCPHIFMLN: u32 = 0, + NLIBKABFGCC: u32 = 0, + BIECGFIMCFB: ArrayList(HCJJOOFKCJH), + rank: u32 = 0, + EKLDPALNLDC: u64 = 0, + FFFGFCPHBPN: ArrayList(HCJJOOFKCJH), + JBLMGNPMADM: u32 = 0, + IMBCLFCBODJ: u32 = 0, + score_id: i32 = 0, + NPJEECEDPOK: i32 = 0, + PCEAECMKDEH: ArrayList(LNGMDMIPCKL), + IFNMBNGIFPH: u32 = 0, + IEHJGOMBPBI: u32 = 0, + IPHAFKFGNAO: u32 = 0, + LBPFECLGEFC: u32 = 0, + + pub const _desc_table = .{ + .monster_battle_type = fd(1, .{ .Varint = .Simple }), + .DBADLNFOPAO = fd(2, .{ .Varint = .Simple }), + .ACJCPHIFMLN = fd(3, .{ .Varint = .Simple }), + .NLIBKABFGCC = fd(4, .{ .Varint = .Simple }), + .BIECGFIMCFB = fd(5, .{ .List = .{ .SubMessage = {} } }), + .rank = fd(6, .{ .Varint = .Simple }), + .EKLDPALNLDC = fd(7, .{ .Varint = .Simple }), + .FFFGFCPHBPN = fd(8, .{ .List = .{ .SubMessage = {} } }), + .JBLMGNPMADM = fd(9, .{ .Varint = .Simple }), + .IMBCLFCBODJ = fd(10, .{ .Varint = .Simple }), + .score_id = fd(11, .{ .Varint = .Simple }), + .NPJEECEDPOK = fd(12, .{ .Varint = .Simple }), + .PCEAECMKDEH = fd(13, .{ .List = .{ .SubMessage = {} } }), + .IFNMBNGIFPH = fd(14, .{ .Varint = .Simple }), + .IEHJGOMBPBI = fd(15, .{ .Varint = .Simple }), + .IPHAFKFGNAO = fd(16, .{ .Varint = .Simple }), + .LBPFECLGEFC = fd(17, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FOOPINGAFEG = struct { + monster_battle_type: u32 = 0, + DBADLNFOPAO: u64 = 0, + ACJCPHIFMLN: u32 = 0, + NLIBKABFGCC: u32 = 0, + IGHLABGGIJE: u32 = 0, + LPDBPKKADGG: u32 = 0, + HGBBKGNEPFB: bool = false, + FEOPFHOLKBM: ArrayList(HCJJOOFKCJH), + rank: u32 = 0, + CNDCKAKKMCG: ArrayList(HCJJOOFKCJH), + JBLMGNPMADM: u32 = 0, + skill_info: ArrayList(CCCNHOECCMD), + KBGAJGEOMGL: ArrayList(NOOBBIHJKMA), + LELHCFOEOCO: ArrayList(HCJJOOFKCJH), + IMJEKFDHING: ArrayList(HCJJOOFKCJH), + DJNMHMPKKKB: u32 = 0, + + pub const _desc_table = .{ + .monster_battle_type = fd(1, .{ .Varint = .Simple }), + .DBADLNFOPAO = fd(2, .{ .Varint = .Simple }), + .ACJCPHIFMLN = fd(3, .{ .Varint = .Simple }), + .NLIBKABFGCC = fd(4, .{ .Varint = .Simple }), + .IGHLABGGIJE = fd(5, .{ .Varint = .Simple }), + .LPDBPKKADGG = fd(6, .{ .Varint = .Simple }), + .HGBBKGNEPFB = fd(7, .{ .Varint = .Simple }), + .FEOPFHOLKBM = fd(8, .{ .List = .{ .SubMessage = {} } }), + .rank = fd(9, .{ .Varint = .Simple }), + .CNDCKAKKMCG = fd(10, .{ .List = .{ .SubMessage = {} } }), + .JBLMGNPMADM = fd(11, .{ .Varint = .Simple }), + .skill_info = fd(12, .{ .List = .{ .SubMessage = {} } }), + .KBGAJGEOMGL = fd(13, .{ .List = .{ .SubMessage = {} } }), + .LELHCFOEOCO = fd(14, .{ .List = .{ .SubMessage = {} } }), + .IMJEKFDHING = fd(15, .{ .List = .{ .SubMessage = {} } }), + .DJNMHMPKKKB = fd(16, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OFILKJCLEGI = struct { + monster_battle_type: u32 = 0, + DBADLNFOPAO: u64 = 0, + ACJCPHIFMLN: u32 = 0, + NLIBKABFGCC: u32 = 0, + NLEAIJHAPAP: bool = false, + IGHLABGGIJE: u32 = 0, + rank: u32 = 0, + EKLDPALNLDC: u64 = 0, + JBLMGNPMADM: u32 = 0, + CBOIIACBAKF: u32 = 0, + buff_list: ArrayList(u32), + DJNMHMPKKKB: u32 = 0, + + pub const _desc_table = .{ + .monster_battle_type = fd(1, .{ .Varint = .Simple }), + .DBADLNFOPAO = fd(2, .{ .Varint = .Simple }), + .ACJCPHIFMLN = fd(3, .{ .Varint = .Simple }), + .NLIBKABFGCC = fd(4, .{ .Varint = .Simple }), + .NLEAIJHAPAP = fd(5, .{ .Varint = .Simple }), + .IGHLABGGIJE = fd(6, .{ .Varint = .Simple }), + .rank = fd(7, .{ .Varint = .Simple }), + .EKLDPALNLDC = fd(8, .{ .Varint = .Simple }), + .JBLMGNPMADM = fd(9, .{ .Varint = .Simple }), + .CBOIIACBAKF = fd(10, .{ .Varint = .Simple }), + .buff_list = fd(11, .{ .PackedList = .{ .Varint = .Simple } }), + .DJNMHMPKKKB = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlayerBasicInfo = struct { + nickname: ManagedString = .Empty, + level: u32 = 0, + exp: u32 = 0, + stamina: u32 = 0, + mcoin: u32 = 0, + hcoin: u32 = 0, + scoin: u32 = 0, + world_level: u32 = 0, + + pub const _desc_table = .{ + .nickname = fd(1, .String), + .level = fd(2, .{ .Varint = .Simple }), + .exp = fd(3, .{ .Varint = .Simple }), + .stamina = fd(4, .{ .Varint = .Simple }), + .mcoin = fd(5, .{ .Varint = .Simple }), + .hcoin = fd(6, .{ .Varint = .Simple }), + .scoin = fd(7, .{ .Varint = .Simple }), + .world_level = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SpBarInfo = struct { + sp_cur: u32 = 0, + sp_max: u32 = 0, + + pub const _desc_table = .{ + .sp_cur = fd(1, .{ .Varint = .Simple }), + .sp_max = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BlackInfo = struct { + begin_time: i64 = 0, + end_time: i64 = 0, + limit_level: u32 = 0, + ban_type: u32 = 0, + + pub const _desc_table = .{ + .begin_time = fd(1, .{ .Varint = .Simple }), + .end_time = fd(2, .{ .Varint = .Simple }), + .limit_level = fd(3, .{ .Varint = .Simple }), + .ban_type = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FeverTimeAvatar = struct { + avatar_type: AvatarType = @enumFromInt(0), + id: u32 = 0, + + pub const _desc_table = .{ + .avatar_type = fd(1, .{ .Varint = .Simple }), + .id = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OILPIACENNH = struct { + avatar_type: AvatarType = @enumFromInt(0), + id: u32 = 0, + level: u32 = 0, + index: u32 = 0, + GGDIIBCDOBB: u32 = 0, + + pub const _desc_table = .{ + .avatar_type = fd(1, .{ .Varint = .Simple }), + .id = fd(2, .{ .Varint = .Simple }), + .level = fd(3, .{ .Varint = .Simple }), + .index = fd(4, .{ .Varint = .Simple }), + .GGDIIBCDOBB = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const VersionCount = struct { + version: u32 = 0, + count: u32 = 0, + + pub const _desc_table = .{ + .version = fd(1, .{ .Varint = .Simple }), + .count = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ClientDownloadData = struct { + version: u32 = 0, + time: i64 = 0, + data: ManagedString = .Empty, + HAEHHCPOAPP: u32 = 0, + + pub const _desc_table = .{ + .version = fd(1, .{ .Varint = .Simple }), + .time = fd(2, .{ .Varint = .Simple }), + .data = fd(3, .String), + .HAEHHCPOAPP = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ClientObjDownloadData = struct { + BIDJPEIMLLF: ManagedString = .Empty, + client_obj_download_data: ?ClientDownloadData = null, + JEDHNEJHGNP: ArrayList(ClientDownloadData), + + pub const _desc_table = .{ + .BIDJPEIMLLF = fd(1, .String), + .client_obj_download_data = fd(2, .{ .SubMessage = {} }), + .JEDHNEJHGNP = fd(3, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ClientUploadData = struct { + tag: ManagedString = .Empty, + value: ManagedString = .Empty, + + pub const _desc_table = .{ + .tag = fd(1, .String), + .value = fd(2, .String), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FeatureSwitchParam = struct { + switch_list: ArrayList(u32), + + pub const _desc_table = .{ + .switch_list = fd(1, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FeatureSwitchInfo = struct { + Type: FeatureSwitchType = @enumFromInt(0), + switch_list: ArrayList(FeatureSwitchParam), + is_all_closed: bool = false, + + pub const _desc_table = .{ + .type = fd(1, .{ .Varint = .Simple }), + .switch_list = fd(2, .{ .List = .{ .SubMessage = {} } }), + .is_all_closed = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const JGFKICDCFLJ = struct { + FDKGFDICMFD: ManagedString = .Empty, + MDJCAOAGCKO: ManagedString = .Empty, + GIOOHOOMJHO: ManagedString = .Empty, + FBMLLNKCFEN: ManagedString = .Empty, + DGOOHIBAOEE: ManagedString = .Empty, + FKBAMBOODKJ: ManagedString = .Empty, + JKHHEDMNJLC: ManagedString = .Empty, + + pub const _desc_table = .{ + .FDKGFDICMFD = fd(1, .String), + .MDJCAOAGCKO = fd(2, .String), + .GIOOHOOMJHO = fd(3, .String), + .FBMLLNKCFEN = fd(4, .String), + .DGOOHIBAOEE = fd(5, .String), + .FKBAMBOODKJ = fd(6, .String), + .JKHHEDMNJLC = fd(7, .String), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OCCHNEFHGNE = struct { + EJIEAGFLGED: i32 = 0, + LDBFAIKMIFI: i32 = 0, + PKFLGKPHOED: i32 = 0, + AKDCLAEPFEJ: i32 = 0, + + pub const _desc_table = .{ + .EJIEAGFLGED = fd(28, .{ .Varint = .Simple }), + .LDBFAIKMIFI = fd(29, .{ .Varint = .Simple }), + .PKFLGKPHOED = fd(30, .{ .Varint = .Simple }), + .AKDCLAEPFEJ = fd(31, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ReplayInfo = struct { + DKNPKJMAHCM: u64 = 0, + replay_type: ReplayType = @enumFromInt(0), + stage_id: u32 = 0, + uid: u32 = 0, + nickname: ManagedString = .Empty, + head_icon: u32 = 0, + replay_name: ManagedString = .Empty, + create_time: u64 = 0, + AFEHLMFIBMD: u32 = 0, + CMPBKBBKAOA: u32 = 0, + + pub const _desc_table = .{ + .DKNPKJMAHCM = fd(1, .{ .Varint = .Simple }), + .replay_type = fd(2, .{ .Varint = .Simple }), + .stage_id = fd(3, .{ .Varint = .Simple }), + .uid = fd(4, .{ .Varint = .Simple }), + .nickname = fd(5, .String), + .head_icon = fd(6, .{ .Varint = .Simple }), + .replay_name = fd(7, .String), + .create_time = fd(8, .{ .Varint = .Simple }), + .AFEHLMFIBMD = fd(9, .{ .Varint = .Simple }), + .CMPBKBBKAOA = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PunkLordBattleAvatar = struct { + AvatarId: u32 = 0, + AvatarLevel: u32 = 0, + + pub const _desc_table = .{ + .AvatarId = fd(1, .{ .Varint = .Simple }), + .AvatarLevel = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PunkLordBattleRecord = struct { + uid: u32 = 0, + damage_hp: u32 = 0, + is_final_hit: bool = false, + over_kill_damage_hp: u32 = 0, + battle_replay_key: ManagedString = .Empty, + avatar_list: ArrayList(PunkLordBattleAvatar), + assist_score: u32 = 0, + damage_score: u32 = 0, + final_hit_score: u32 = 0, + + pub const _desc_table = .{ + .uid = fd(1, .{ .Varint = .Simple }), + .damage_hp = fd(2, .{ .Varint = .Simple }), + .is_final_hit = fd(3, .{ .Varint = .Simple }), + .over_kill_damage_hp = fd(4, .{ .Varint = .Simple }), + .battle_replay_key = fd(5, .String), + .avatar_list = fd(6, .{ .List = .{ .SubMessage = {} } }), + .assist_score = fd(7, .{ .Varint = .Simple }), + .damage_score = fd(8, .{ .Varint = .Simple }), + .final_hit_score = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PunkLordBattleRecordList = struct { + battle_record_list: ArrayList(PunkLordBattleRecord), + + pub const _desc_table = .{ + .battle_record_list = fd(1, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PunkLordMonsterKey = struct { + uid: u32 = 0, + monster_id: u32 = 0, + + pub const _desc_table = .{ + .uid = fd(1, .{ .Varint = .Simple }), + .monster_id = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PunkLordMonsterBasicInfo = struct { + uid: u32 = 0, + monster_id: u32 = 0, + config_id: u32 = 0, + world_level: u32 = 0, + create_time: i64 = 0, + left_hp: u32 = 0, + attacker_num: u32 = 0, + share_type: PunkLordShareType = @enumFromInt(0), + PPBOCECKCAH: bool = false, + + pub const _desc_table = .{ + .uid = fd(1, .{ .Varint = .Simple }), + .monster_id = fd(2, .{ .Varint = .Simple }), + .config_id = fd(3, .{ .Varint = .Simple }), + .world_level = fd(4, .{ .Varint = .Simple }), + .create_time = fd(5, .{ .Varint = .Simple }), + .left_hp = fd(6, .{ .Varint = .Simple }), + .attacker_num = fd(7, .{ .Varint = .Simple }), + .share_type = fd(8, .{ .Varint = .Simple }), + .PPBOCECKCAH = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PunkLordBattleReplay = struct { + battle_replay_key: ManagedString = .Empty, + replay_info: ?ReplayInfo = null, + + pub const _desc_table = .{ + .battle_replay_key = fd(1, .String), + .replay_info = fd(2, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ILDHFMHBKNC = struct { + INFHIKBLJLA: u64 = 0, + NBDLPGBIDLC: u32 = 0, + AHBEMDLGGEO: u32 = 0, + + pub const _desc_table = .{ + .INFHIKBLJLA = fd(1, .{ .Varint = .Simple }), + .NBDLPGBIDLC = fd(2, .{ .Varint = .Simple }), + .AHBEMDLGGEO = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LKAPFHAHNEM = struct { + panel_id: u32 = 0, + LGHOKGABGCK: u32 = 0, + CFDANMOMHPI: u64 = 0, + + pub const _desc_table = .{ + .panel_id = fd(1, .{ .Varint = .Simple }), + .LGHOKGABGCK = fd(2, .{ .Varint = .Simple }), + .CFDANMOMHPI = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PEDLPHDBNAF = struct { + GJMELAKIJIF: ?GJMELAKIJIF_union, + + pub const _GJMELAKIJIF_case = enum { + LFCPHAJCEKF, + CELMKOLBJNN, + }; + pub const GJMELAKIJIF_union = union(_GJMELAKIJIF_case) { + LFCPHAJCEKF: ILDHFMHBKNC, + CELMKOLBJNN: LKAPFHAHNEM, + pub const _union_desc = .{ + .LFCPHAJCEKF = fd(101, .{ .SubMessage = {} }), + .CELMKOLBJNN = fd(102, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .GJMELAKIJIF = fd(null, .{ .OneOf = GJMELAKIJIF_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RegionInfo = struct { + name: ManagedString = .Empty, + title: ManagedString = .Empty, + dispatch_url: ManagedString = .Empty, + env_type: ManagedString = .Empty, + display_name: ManagedString = .Empty, + msg: ManagedString = .Empty, + + pub const _desc_table = .{ + .name = fd(1, .String), + .title = fd(2, .String), + .dispatch_url = fd(3, .String), + .env_type = fd(4, .String), + .display_name = fd(5, .String), + .msg = fd(6, .String), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const Dispatch = struct { + retcode: u32 = 0, + msg: ManagedString = .Empty, + top_sever_region_name: ManagedString = .Empty, + region_list: ArrayList(RegionInfo), + stop_desc: ManagedString = .Empty, + + pub const _desc_table = .{ + .retcode = fd(1, .{ .Varint = .Simple }), + .msg = fd(2, .String), + .top_sever_region_name = fd(3, .String), + .region_list = fd(4, .{ .List = .{ .SubMessage = {} } }), + .stop_desc = fd(5, .String), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RelicFilterPlanSettings = struct { + rarity_bitset: u32 = 0, + relic_set_list: ArrayList(u32), + body_main_property_list: ArrayList(u32), + foot_main_property_list: ArrayList(u32), + sphere_main_property_list: ArrayList(u32), + rope_main_property_list: ArrayList(u32), + is_include_filter_sub_property: bool = false, + sub_property_num: u32 = 0, + sub_property_list: ArrayList(u32), + head_main_property_list: ArrayList(u32), + hand_main_property_list: ArrayList(u32), + + pub const _desc_table = .{ + .rarity_bitset = fd(1, .{ .Varint = .Simple }), + .relic_set_list = fd(2, .{ .PackedList = .{ .Varint = .Simple } }), + .body_main_property_list = fd(3, .{ .PackedList = .{ .Varint = .Simple } }), + .foot_main_property_list = fd(4, .{ .PackedList = .{ .Varint = .Simple } }), + .sphere_main_property_list = fd(5, .{ .PackedList = .{ .Varint = .Simple } }), + .rope_main_property_list = fd(6, .{ .PackedList = .{ .Varint = .Simple } }), + .is_include_filter_sub_property = fd(7, .{ .Varint = .Simple }), + .sub_property_num = fd(8, .{ .Varint = .Simple }), + .sub_property_list = fd(9, .{ .PackedList = .{ .Varint = .Simple } }), + .head_main_property_list = fd(10, .{ .PackedList = .{ .Varint = .Simple } }), + .hand_main_property_list = fd(11, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BattleOp = struct { + turn_counter: u32 = 0, + state: u32 = 0, + action_entity_id: u32 = 0, + target_entity_id: u32 = 0, + op_type: u32 = 0, + skill_index: u32 = 0, + operation_counter: u32 = 0, + NPLIEIPHCBF: ManagedString = .Empty, + + pub const _desc_table = .{ + .turn_counter = fd(1, .{ .Varint = .Simple }), + .state = fd(2, .{ .Varint = .Simple }), + .action_entity_id = fd(3, .{ .Varint = .Simple }), + .target_entity_id = fd(4, .{ .Varint = .Simple }), + .op_type = fd(5, .{ .Varint = .Simple }), + .skill_index = fd(6, .{ .Varint = .Simple }), + .operation_counter = fd(7, .{ .Varint = .Simple }), + .NPLIEIPHCBF = fd(8, .String), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BattleEquipment = struct { + id: u32 = 0, + level: u32 = 0, + promotion: u32 = 0, + rank: u32 = 0, + + pub const _desc_table = .{ + .id = fd(1, .{ .Varint = .Simple }), + .level = fd(2, .{ .Varint = .Simple }), + .promotion = fd(3, .{ .Varint = .Simple }), + .rank = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BattleRelic = struct { + id: u32 = 0, + level: u32 = 0, + main_affix_id: u32 = 0, + sub_affix_list: ArrayList(RelicAffix), + unique_id: u32 = 0, + set_id: u32 = 0, + type: u32 = 0, + rarity: u32 = 0, + + pub const _desc_table = .{ + .id = fd(1, .{ .Varint = .Simple }), + .level = fd(2, .{ .Varint = .Simple }), + .main_affix_id = fd(3, .{ .Varint = .Simple }), + .sub_affix_list = fd(4, .{ .List = .{ .SubMessage = {} } }), + .unique_id = fd(5, .{ .Varint = .Simple }), + .set_id = fd(6, .{ .Varint = .Simple }), + .type = fd(7, .{ .Varint = .Simple }), + .rarity = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AvatarSkillTree = struct { + point_id: u32 = 0, + level: u32 = 0, + + pub const _desc_table = .{ + .point_id = fd(1, .{ .Varint = .Simple }), + .level = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RelicAffix = struct { + affix_id: u32 = 0, + cnt: u32 = 0, + step: u32 = 0, + + pub const _desc_table = .{ + .affix_id = fd(1, .{ .Varint = .Simple }), + .cnt = fd(2, .{ .Varint = .Simple }), + .step = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BJHEBCCBANA = struct { + LJPADNCGLOC: bool = false, + DDDHNAKLMHF: ArrayList(u32), + JGJCDMJIMNN: u32 = 0, + POFMKDABEHD: u32 = 0, + + pub const _desc_table = .{ + .LJPADNCGLOC = fd(1, .{ .Varint = .Simple }), + .DDDHNAKLMHF = fd(2, .{ .PackedList = .{ .Varint = .Simple } }), + .JGJCDMJIMNN = fd(3, .{ .Varint = .Simple }), + .POFMKDABEHD = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BattleAvatar = struct { + avatar_type: AvatarType = @enumFromInt(0), + id: u32 = 0, + level: u32 = 0, + rank: u32 = 0, + index: u32 = 0, + skilltree_list: ArrayList(AvatarSkillTree), + equipment_list: ArrayList(BattleEquipment), + hp: u32 = 0, + promotion: u32 = 0, + relic_list: ArrayList(BattleRelic), + world_level: u32 = 0, + assist_uid: u32 = 0, + ECIFJLAKHCL: ?BJHEBCCBANA = null, + sp_bar: ?SpBarInfo = null, + GMOBAOCEFCE: u32 = 0, + IMJJKBJOOHJ: ArrayList(AvatarSkillTree), + GLACKHOPMIO: u32 = 0, + + pub const _desc_table = .{ + .avatar_type = fd(1, .{ .Varint = .Simple }), + .id = fd(2, .{ .Varint = .Simple }), + .level = fd(3, .{ .Varint = .Simple }), + .rank = fd(4, .{ .Varint = .Simple }), + .index = fd(5, .{ .Varint = .Simple }), + .skilltree_list = fd(6, .{ .List = .{ .SubMessage = {} } }), + .equipment_list = fd(7, .{ .List = .{ .SubMessage = {} } }), + .hp = fd(8, .{ .Varint = .Simple }), + .promotion = fd(10, .{ .Varint = .Simple }), + .relic_list = fd(11, .{ .List = .{ .SubMessage = {} } }), + .world_level = fd(12, .{ .Varint = .Simple }), + .assist_uid = fd(13, .{ .Varint = .Simple }), + .ECIFJLAKHCL = fd(15, .{ .SubMessage = {} }), + .sp_bar = fd(16, .{ .SubMessage = {} }), + .GMOBAOCEFCE = fd(17, .{ .Varint = .Simple }), + .IMJJKBJOOHJ = fd(18, .{ .List = .{ .SubMessage = {} } }), + .GLACKHOPMIO = fd(19, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BattleMonsterParam = struct { + hard_level_group: u32 = 0, + level: u32 = 0, + elite_group: u32 = 0, + DNEAMPLLFME: u32 = 0, + + pub const _desc_table = .{ + .hard_level_group = fd(1, .{ .Varint = .Simple }), + .level = fd(2, .{ .Varint = .Simple }), + .elite_group = fd(3, .{ .Varint = .Simple }), + .DNEAMPLLFME = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BattleMonster = struct { + monster_id: u32 = 0, + cur_hp: u32 = 0, + max_hp: u32 = 0, + + pub const _desc_table = .{ + .monster_id = fd(1, .{ .Varint = .Simple }), + .cur_hp = fd(2, .{ .Varint = .Simple }), + .max_hp = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BattleMonsterWave = struct { + monster_list: ArrayList(BattleMonster), + monster_param: ?BattleMonsterParam = null, + battle_stage_id: u32 = 0, + battle_wave_id: u32 = 0, + + pub const _desc_table = .{ + .monster_list = fd(1, .{ .List = .{ .SubMessage = {} } }), + .monster_param = fd(2, .{ .SubMessage = {} }), + .battle_stage_id = fd(3, .{ .Varint = .Simple }), + .battle_wave_id = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BattleBuff = struct { + id: u32 = 0, + level: u32 = 0, + owner_index: u32 = 0, + wave_flag: u32 = 0, + target_index_list: ArrayList(u32), + dynamic_values: ArrayList(DynamicValuesEntry), + + pub const _desc_table = .{ + .id = fd(1, .{ .Varint = .Simple }), + .level = fd(2, .{ .Varint = .Simple }), + .owner_index = fd(3, .{ .Varint = .Simple }), + .wave_flag = fd(4, .{ .Varint = .Simple }), + .target_index_list = fd(5, .{ .PackedList = .{ .Varint = .Simple } }), + .dynamic_values = fd(6, .{ .List = .{ .SubMessage = {} } }), + }; + + pub const DynamicValuesEntry = struct { + key: ManagedString = .Empty, + value: f32 = 0, + + pub const _desc_table = .{ + .key = fd(1, .String), + .value = fd(2, .{ .FixedInt = .I32 }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ILLCDMOCLDO = struct { + id: u32 = 0, + HFALJIHKECN: u32 = 0, + LAEJDGHMKDB: u32 = 0, + + pub const _desc_table = .{ + .id = fd(1, .{ .Varint = .Simple }), + .HFALJIHKECN = fd(2, .{ .Varint = .Simple }), + .LAEJDGHMKDB = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LJGIAGLFHHC = struct { + FENMMMKOOCF: u32 = 0, + + pub const _desc_table = .{ + .FENMMMKOOCF = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ENFLFBDAOIJ = struct { + id: u32 = 0, + HFALJIHKECN: u32 = 0, + + pub const _desc_table = .{ + .id = fd(1, .{ .Varint = .Simple }), + .HFALJIHKECN = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GMGJCIHDFMA = struct { + id: u32 = 0, + progress: u32 = 0, + + pub const _desc_table = .{ + .id = fd(1, .{ .Varint = .Simple }), + .progress = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BattleTarget = struct { + id: u32 = 0, + progress: u32 = 0, + total_progress: u32 = 0, + + pub const _desc_table = .{ + .id = fd(1, .{ .Varint = .Simple }), + .progress = fd(2, .{ .Varint = .Simple }), + .total_progress = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BattleTargetList = struct { + battle_target_list: ArrayList(BattleTarget), + + pub const _desc_table = .{ + .battle_target_list = fd(1, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BattleLineup = struct { + avatar_list: ArrayList(BattleAvatar), + monster_wave_list: ArrayList(BattleMonsterWave), + buff_list: ArrayList(BattleBuff), + world_level: u32 = 0, + EDBBOPKOOFK: ArrayList(EDBBOPKOOFKEntry), + AJGPJGLPMIO: ?LJGIAGLFHHC = null, + EJCLJLDENDM: ArrayList(BattleAvatar), + JPGIFCHJDLK: ?EvolveBuildBattleInfo = null, + MFKJOKAJJMJ: ?GIEIBEACBAO = null, + battle_rogue_magic_info: ?BattleRogueMagicInfo = null, + GEGDPNKKAKG: ?EACDEAPKILK = null, + + pub const _desc_table = .{ + .avatar_list = fd(1, .{ .List = .{ .SubMessage = {} } }), + .monster_wave_list = fd(2, .{ .List = .{ .SubMessage = {} } }), + .buff_list = fd(3, .{ .List = .{ .SubMessage = {} } }), + .world_level = fd(7, .{ .Varint = .Simple }), + .EDBBOPKOOFK = fd(9, .{ .List = .{ .SubMessage = {} } }), + .AJGPJGLPMIO = fd(10, .{ .SubMessage = {} }), + .EJCLJLDENDM = fd(11, .{ .List = .{ .SubMessage = {} } }), + .JPGIFCHJDLK = fd(12, .{ .SubMessage = {} }), + .MFKJOKAJJMJ = fd(13, .{ .SubMessage = {} }), + .battle_rogue_magic_info = fd(14, .{ .SubMessage = {} }), + .GEGDPNKKAKG = fd(15, .{ .SubMessage = {} }), + }; + + pub const EDBBOPKOOFKEntry = struct { + key: u32 = 0, + value: ?BattleTargetList = null, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GIEIBEACBAO = struct { + GCCJDHKHMNK: ArrayList(GCCJDHKHMNKEntry), + FPBNIPMHANH: u32 = 0, + AAGIANCIEEG: u32 = 0, + ELPFOMLCOBM: u32 = 0, + + pub const _desc_table = .{ + .GCCJDHKHMNK = fd(1, .{ .List = .{ .SubMessage = {} } }), + .FPBNIPMHANH = fd(2, .{ .Varint = .Simple }), + .AAGIANCIEEG = fd(3, .{ .Varint = .Simple }), + .ELPFOMLCOBM = fd(4, .{ .Varint = .Simple }), + }; + + pub const GCCJDHKHMNKEntry = struct { + key: u32 = 0, + value: u32 = 0, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AetherAvatarInfo = struct { + id: u32 = 0, + index: u32 = 0, + promotion: u32 = 0, + passive_skill: ArrayList(u32), + spirit_lineup_type: AetherdivideSpiritLineupType = @enumFromInt(0), + sp_bar: ?SpBarInfo = null, + + pub const _desc_table = .{ + .id = fd(1, .{ .Varint = .Simple }), + .index = fd(2, .{ .Varint = .Simple }), + .promotion = fd(3, .{ .Varint = .Simple }), + .passive_skill = fd(4, .{ .PackedList = .{ .Varint = .Simple } }), + .spirit_lineup_type = fd(5, .{ .Varint = .Simple }), + .sp_bar = fd(6, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PNDFMBJFGIM = struct { + avatar_list: ArrayList(AetherAvatarInfo), + monster_wave_list: ArrayList(BattleMonsterWave), + buff_list: ArrayList(BattleBuff), + + pub const _desc_table = .{ + .avatar_list = fd(1, .{ .List = .{ .SubMessage = {} } }), + .monster_wave_list = fd(2, .{ .List = .{ .SubMessage = {} } }), + .buff_list = fd(3, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ClientTurnSnapshot = struct { + turn_counter: u32 = 0, + random_counter: u32 = 0, + anim_event_counter: u32 = 0, + snapshot_list: ArrayList(CharacterSnapshot), + anim_event_list: ArrayList(AnimEventSnapshot), + JEINBMLFCBP: u32 = 0, + + pub const _desc_table = .{ + .turn_counter = fd(1, .{ .Varint = .Simple }), + .random_counter = fd(2, .{ .Varint = .Simple }), + .anim_event_counter = fd(3, .{ .Varint = .Simple }), + .snapshot_list = fd(4, .{ .List = .{ .SubMessage = {} } }), + .anim_event_list = fd(5, .{ .List = .{ .SubMessage = {} } }), + .JEINBMLFCBP = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GamecoreConfig = struct { + is_skip_verify: bool = false, + max_turn_cnt: u32 = 0, + is_auto_fight: bool = false, + csv_path: ManagedString = .Empty, + LKFDPDLDMIB: bool = false, + MNALPNFNMIO: bool = false, + GGFCOJFLKBP: u32 = 0, + + pub const _desc_table = .{ + .is_skip_verify = fd(1, .{ .Varint = .Simple }), + .max_turn_cnt = fd(2, .{ .Varint = .Simple }), + .is_auto_fight = fd(3, .{ .Varint = .Simple }), + .csv_path = fd(4, .String), + .LKFDPDLDMIB = fd(5, .{ .Varint = .Simple }), + .MNALPNFNMIO = fd(6, .{ .Varint = .Simple }), + .GGFCOJFLKBP = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BattleBuffMsg = struct { + buff_id_list: ArrayList(u32), + buff_index_list: ArrayList(u32), + buff_level_list: ArrayList(u32), + buff_flag_list: ArrayList(u32), + + pub const _desc_table = .{ + .buff_id_list = fd(1, .{ .PackedList = .{ .Varint = .Simple } }), + .buff_index_list = fd(2, .{ .PackedList = .{ .Varint = .Simple } }), + .buff_level_list = fd(3, .{ .PackedList = .{ .Varint = .Simple } }), + .buff_flag_list = fd(4, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DKFLALJDIFL = struct { + MBBCHGENGGL: u32 = 0, + HFCDPHCHFGK: u32 = 0, + + pub const _desc_table = .{ + .MBBCHGENGGL = fd(1, .{ .Varint = .Simple }), + .HFCDPHCHFGK = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MBMCFOLIOLO = struct { + CDNOJCACELJ: bool = false, + HANEGINLANI: ArrayList(HANEGINLANIEntry), + CJKMGENOJBE: ManagedString = .Empty, + + pub const _desc_table = .{ + .CDNOJCACELJ = fd(1, .{ .Varint = .Simple }), + .HANEGINLANI = fd(2, .{ .List = .{ .SubMessage = {} } }), + .CJKMGENOJBE = fd(3, .String), + }; + + pub const HANEGINLANIEntry = struct { + key: ManagedString = .Empty, + value: ?DKFLALJDIFL = null, + + pub const _desc_table = .{ + .key = fd(1, .String), + .value = fd(2, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MIAIDAILDKM = struct { + EEFLGHCOBML: ArrayList(ClientTurnSnapshot), + KGBHEHHFMPI: ManagedString = .Empty, + debug_extra_info: ManagedString = .Empty, + HLAGIMENBJG: ArrayList(BattleReplayStringHash), + plane_id: u32 = 0, + floor_id: u32 = 0, + EBHLFAEGLCD: u32 = 0, + BNJMMLKOFCP: u32 = 0, + EDHBGDEICNC: ?MBMCFOLIOLO = null, + BBNAEFBAPLG: u32 = 0, + + pub const _desc_table = .{ + .EEFLGHCOBML = fd(1, .{ .List = .{ .SubMessage = {} } }), + .KGBHEHHFMPI = fd(2, .String), + .debug_extra_info = fd(3, .String), + .HLAGIMENBJG = fd(4, .{ .List = .{ .SubMessage = {} } }), + .plane_id = fd(5, .{ .Varint = .Simple }), + .floor_id = fd(6, .{ .Varint = .Simple }), + .EBHLFAEGLCD = fd(7, .{ .Varint = .Simple }), + .BNJMMLKOFCP = fd(8, .{ .Varint = .Simple }), + .EDHBGDEICNC = fd(9, .{ .SubMessage = {} }), + .BBNAEFBAPLG = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BattleReplay = struct { + version: u32 = 0, + logic_random_seed: u32 = 0, + stage_id: u32 = 0, + lineup: ?BattleLineup = null, + op_list: ArrayList(BattleOp), + turn_snapshot_hash: ManagedString = .Empty, + maze_plane_id: u32 = 0, + extra_ability_list: ArrayList(u32), + is_ai_consider_ultra_skill: bool = false, + check_strategy: BattleCheckStrategyType = @enumFromInt(0), + battle_module_type: BattleModuleType = @enumFromInt(0), + battle_event: ArrayList(BattleEventBattleInfo), + rounds_limit: u32 = 0, + config: ?GamecoreConfig = null, + game_core_log_encode: ManagedString = .Empty, + client_version: u32 = 0, + DDOGJOKECCL: u32 = 0, + GMPCFGEDHKI: ?PNDFMBJFGIM = null, + BNMIIAHADJH: ?MIAIDAILDKM = null, + + pub const _desc_table = .{ + .version = fd(1, .{ .Varint = .Simple }), + .logic_random_seed = fd(2, .{ .Varint = .Simple }), + .stage_id = fd(3, .{ .Varint = .Simple }), + .lineup = fd(4, .{ .SubMessage = {} }), + .op_list = fd(5, .{ .List = .{ .SubMessage = {} } }), + .turn_snapshot_hash = fd(6, .String), + .maze_plane_id = fd(7, .{ .Varint = .Simple }), + .extra_ability_list = fd(8, .{ .PackedList = .{ .Varint = .Simple } }), + .is_ai_consider_ultra_skill = fd(9, .{ .Varint = .Simple }), + .check_strategy = fd(10, .{ .Varint = .Simple }), + .battle_module_type = fd(11, .{ .Varint = .Simple }), + .battle_event = fd(12, .{ .List = .{ .SubMessage = {} } }), + .rounds_limit = fd(14, .{ .Varint = .Simple }), + .config = fd(15, .{ .SubMessage = {} }), + .game_core_log_encode = fd(16, .String), + .client_version = fd(17, .{ .Varint = .Simple }), + .DDOGJOKECCL = fd(18, .{ .Varint = .Simple }), + .GMPCFGEDHKI = fd(19, .{ .SubMessage = {} }), + .BNMIIAHADJH = fd(100, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BattleReplayStringHash = struct { + hash: i32 = 0, + value: ManagedString = .Empty, + + pub const _desc_table = .{ + .hash = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .String), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AvatarProperty = struct { + max_hp: f64 = 0, + attack: f64 = 0, + defence: f64 = 0, + speed: f64 = 0, + left_hp: f64 = 0, + left_sp: f64 = 0, + sp_max: f64 = 0, + + pub const _desc_table = .{ + .max_hp = fd(1, .{ .FixedInt = .I64 }), + .attack = fd(2, .{ .FixedInt = .I64 }), + .defence = fd(3, .{ .FixedInt = .I64 }), + .speed = fd(4, .{ .FixedInt = .I64 }), + .left_hp = fd(5, .{ .FixedInt = .I64 }), + .left_sp = fd(6, .{ .FixedInt = .I64 }), + .sp_max = fd(7, .{ .FixedInt = .I64 }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EquipmentProperty = struct { + id: u32 = 0, + rank: u32 = 0, + promotion: u32 = 0, + level: u32 = 0, + + pub const _desc_table = .{ + .id = fd(1, .{ .Varint = .Simple }), + .rank = fd(2, .{ .Varint = .Simple }), + .promotion = fd(3, .{ .Varint = .Simple }), + .level = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AttackDamageProperty = struct { + attack_type: ManagedString = .Empty, + damage: f64 = 0, + + pub const _desc_table = .{ + .attack_type = fd(1, .String), + .damage = fd(2, .{ .FixedInt = .I64 }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SkillUseProperty = struct { + skill_id: u32 = 0, + skill_type: ManagedString = .Empty, + skill_level: u32 = 0, + skill_use_count: u32 = 0, + IFEJKALHOPI: u32 = 0, + JHDHLCNCDNC: u32 = 0, + HOAFNNIJOOM: u32 = 0, + MDEADCLNJCJ: u32 = 0, + OHNPPJEMKDE: u32 = 0, + + pub const _desc_table = .{ + .skill_id = fd(1, .{ .Varint = .Simple }), + .skill_type = fd(2, .String), + .skill_level = fd(3, .{ .Varint = .Simple }), + .skill_use_count = fd(4, .{ .Varint = .Simple }), + .IFEJKALHOPI = fd(5, .{ .Varint = .Simple }), + .JHDHLCNCDNC = fd(6, .{ .Varint = .Simple }), + .HOAFNNIJOOM = fd(7, .{ .Varint = .Simple }), + .MDEADCLNJCJ = fd(8, .{ .Varint = .Simple }), + .OHNPPJEMKDE = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GAAGEHABINM = struct { + skill_id: u32 = 0, + HGFLPENKIII: f64 = 0, + battle_target_list: ArrayList(u32), + damage: f64 = 0, + + pub const _desc_table = .{ + .skill_id = fd(1, .{ .Varint = .Simple }), + .HGFLPENKIII = fd(2, .{ .FixedInt = .I64 }), + .battle_target_list = fd(3, .{ .PackedList = .{ .Varint = .Simple } }), + .damage = fd(4, .{ .FixedInt = .I64 }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SpAddSource = struct { + source: ManagedString = .Empty, + sp_add: u32 = 0, + + pub const _desc_table = .{ + .source = fd(1, .String), + .sp_add = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AbilityUseStt = struct { + FKHHOBBFMEH: ManagedString = .Empty, + count: u32 = 0, + total_damage: f64 = 0, + + pub const _desc_table = .{ + .FKHHOBBFMEH = fd(1, .String), + .count = fd(2, .{ .Varint = .Simple }), + .total_damage = fd(3, .{ .FixedInt = .I64 }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AvatarBattleInfo = struct { + avatar_type: AvatarType = @enumFromInt(0), + id: u32 = 0, + AvatarLevel: u32 = 0, + avatar_rank: u32 = 0, + avatar_promotion: u32 = 0, + avatar_status: ?AvatarProperty = null, + avatar_skill: ArrayList(AvatarSkillTree), + avatar_equipment: ArrayList(EquipmentProperty), + total_turns: u32 = 0, + total_damage: f64 = 0, + total_heal: f64 = 0, + total_damage_taken: f64 = 0, + total_hp_recover: f64 = 0, + total_sp_cost: f64 = 0, + stage_id: u32 = 0, + stage_type: u32 = 0, + total_break_damage: f64 = 0, + attack_type_damage: ArrayList(AttackDamageProperty), + attack_type_break_damage: ArrayList(AttackDamageProperty), + attack_type_max_damage: ArrayList(AttackDamageProperty), + skill_times: ArrayList(SkillUseProperty), + delay_cumulate: f64 = 0, + total_sp_add: u32 = 0, + sp_add_source: ArrayList(SpAddSource), + total_bp_cost: u32 = 0, + die_times: u32 = 0, + revive_times: u32 = 0, + break_times: u32 = 0, + extra_turns: u32 = 0, + total_shield: f64 = 0, + total_shield_taken: f64 = 0, + total_shield_damage: f64 = 0, + initial_status: ?AvatarProperty = null, + relics: ArrayList(BattleRelic), + assist_uid: u32 = 0, + AADGFLPBPDF: ArrayList(AttackDamageProperty), + FPFBMIMBBHJ: f64 = 0, + GGPJOHNOCPC: f64 = 0, + LACKCJHHIMK: f64 = 0, + FMODLGOBNPE: f64 = 0, + LHKABNICKJN: ArrayList(AbilityUseStt), + NCJHDJJDJNL: u32 = 0, + LKMGDIADOPB: u32 = 0, + IBLGMCIPCKM: f64 = 0, + HACJDJIGMGP: f64 = 0, + IMDJAHAJGCF: f64 = 0, + JDOLKDBICLJ: f64 = 0, + CACCODDCJHI: f64 = 0, + LLDMLOHBFLO: u32 = 0, + CHNIKKCIBEG: u32 = 0, + LBNJHHHLPMO: u32 = 0, + PDLILFICHIL: f64 = 0, + PMKLPHJIOHC: u32 = 0, + MPFAENEKFDC: u32 = 0, + GLACKHOPMIO: u32 = 0, + + pub const _desc_table = .{ + .avatar_type = fd(1, .{ .Varint = .Simple }), + .id = fd(2, .{ .Varint = .Simple }), + .AvatarLevel = fd(3, .{ .Varint = .Simple }), + .avatar_rank = fd(4, .{ .Varint = .Simple }), + .avatar_promotion = fd(5, .{ .Varint = .Simple }), + .avatar_status = fd(6, .{ .SubMessage = {} }), + .avatar_skill = fd(7, .{ .List = .{ .SubMessage = {} } }), + .avatar_equipment = fd(8, .{ .List = .{ .SubMessage = {} } }), + .total_turns = fd(9, .{ .Varint = .Simple }), + .total_damage = fd(10, .{ .FixedInt = .I64 }), + .total_heal = fd(11, .{ .FixedInt = .I64 }), + .total_damage_taken = fd(12, .{ .FixedInt = .I64 }), + .total_hp_recover = fd(13, .{ .FixedInt = .I64 }), + .total_sp_cost = fd(14, .{ .FixedInt = .I64 }), + .stage_id = fd(15, .{ .Varint = .Simple }), + .stage_type = fd(16, .{ .Varint = .Simple }), + .total_break_damage = fd(17, .{ .FixedInt = .I64 }), + .attack_type_damage = fd(18, .{ .List = .{ .SubMessage = {} } }), + .attack_type_break_damage = fd(19, .{ .List = .{ .SubMessage = {} } }), + .attack_type_max_damage = fd(20, .{ .List = .{ .SubMessage = {} } }), + .skill_times = fd(21, .{ .List = .{ .SubMessage = {} } }), + .delay_cumulate = fd(22, .{ .FixedInt = .I64 }), + .total_sp_add = fd(23, .{ .Varint = .Simple }), + .sp_add_source = fd(24, .{ .List = .{ .SubMessage = {} } }), + .total_bp_cost = fd(25, .{ .Varint = .Simple }), + .die_times = fd(26, .{ .Varint = .Simple }), + .revive_times = fd(27, .{ .Varint = .Simple }), + .break_times = fd(28, .{ .Varint = .Simple }), + .extra_turns = fd(29, .{ .Varint = .Simple }), + .total_shield = fd(30, .{ .FixedInt = .I64 }), + .total_shield_taken = fd(31, .{ .FixedInt = .I64 }), + .total_shield_damage = fd(32, .{ .FixedInt = .I64 }), + .initial_status = fd(33, .{ .SubMessage = {} }), + .relics = fd(34, .{ .List = .{ .SubMessage = {} } }), + .assist_uid = fd(35, .{ .Varint = .Simple }), + .AADGFLPBPDF = fd(36, .{ .List = .{ .SubMessage = {} } }), + .FPFBMIMBBHJ = fd(37, .{ .FixedInt = .I64 }), + .GGPJOHNOCPC = fd(38, .{ .FixedInt = .I64 }), + .LACKCJHHIMK = fd(39, .{ .FixedInt = .I64 }), + .FMODLGOBNPE = fd(40, .{ .FixedInt = .I64 }), + .LHKABNICKJN = fd(41, .{ .List = .{ .SubMessage = {} } }), + .NCJHDJJDJNL = fd(42, .{ .Varint = .Simple }), + .LKMGDIADOPB = fd(43, .{ .Varint = .Simple }), + .IBLGMCIPCKM = fd(44, .{ .FixedInt = .I64 }), + .HACJDJIGMGP = fd(45, .{ .FixedInt = .I64 }), + .IMDJAHAJGCF = fd(46, .{ .FixedInt = .I64 }), + .JDOLKDBICLJ = fd(47, .{ .FixedInt = .I64 }), + .CACCODDCJHI = fd(48, .{ .FixedInt = .I64 }), + .LLDMLOHBFLO = fd(49, .{ .Varint = .Simple }), + .CHNIKKCIBEG = fd(50, .{ .Varint = .Simple }), + .LBNJHHHLPMO = fd(51, .{ .Varint = .Simple }), + .PDLILFICHIL = fd(52, .{ .FixedInt = .I64 }), + .PMKLPHJIOHC = fd(53, .{ .Varint = .Simple }), + .MPFAENEKFDC = fd(54, .{ .Varint = .Simple }), + .GLACKHOPMIO = fd(55, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonsterProperty = struct { + max_hp: f64 = 0, + attack: f64 = 0, + defence: f64 = 0, + shield: f64 = 0, + speed: f64 = 0, + left_hp: f64 = 0, + enter_battle_hp: f64 = 0, + + pub const _desc_table = .{ + .max_hp = fd(1, .{ .FixedInt = .I64 }), + .attack = fd(2, .{ .FixedInt = .I64 }), + .defence = fd(3, .{ .FixedInt = .I64 }), + .shield = fd(4, .{ .FixedInt = .I64 }), + .speed = fd(5, .{ .FixedInt = .I64 }), + .left_hp = fd(6, .{ .FixedInt = .I64 }), + .enter_battle_hp = fd(7, .{ .FixedInt = .I64 }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonsterPhaseStt = struct { + NDBOJANDNJN: u32 = 0, + MMCPHLPECDJ: f64 = 0, + DOIADGDBOHF: u32 = 0, + break_times: u32 = 0, + + pub const _desc_table = .{ + .NDBOJANDNJN = fd(1, .{ .Varint = .Simple }), + .MMCPHLPECDJ = fd(2, .{ .FixedInt = .I64 }), + .DOIADGDBOHF = fd(3, .{ .Varint = .Simple }), + .break_times = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LAFIENGMEMJ = struct { + entity_id: u32 = 0, + monster_id: u32 = 0, + OAKILFGDACJ: u32 = 0, + BFPAOANBJON: u32 = 0, + NKCMCMHAFAF: ?MonsterProperty = null, + total_turns: u32 = 0, + total_damage: f64 = 0, + total_heal: f64 = 0, + total_damage_taken: f64 = 0, + AKGFCPFAOLP: f64 = 0, + total_hp_recover: f64 = 0, + stage_id: u32 = 0, + battle_id: u32 = 0, + JBCDLFJJJDG: u32 = 0, + attack_type_damage: ArrayList(AttackDamageProperty), + skill_times: ArrayList(SkillUseProperty), + stage_type: u32 = 0, + ACOFIPPJKBI: f64 = 0, + delay_cumulate: f64 = 0, + FIEDKNKIEBH: DeathSource = @enumFromInt(0), + wave: u32 = 0, + JHAOGJJDBHL: i32 = 0, + phase: u32 = 0, + DCMOHECBOLK: u32 = 0, + JEDAHLGBIEM: BattleTag = @enumFromInt(0), + skill_info: ArrayList(GAAGEHABINM), + LANFCLOLBOF: u32 = 0, + KFGJBILJGDP: ArrayList(MonsterPhaseStt), + FPKONIKLICA: u32 = 0, + JEEMGAEIFAE: u32 = 0, + HBOFDAJJJME: HEMBNDJAFDA = @enumFromInt(0), + + pub const _desc_table = .{ + .entity_id = fd(1, .{ .Varint = .Simple }), + .monster_id = fd(2, .{ .Varint = .Simple }), + .OAKILFGDACJ = fd(3, .{ .Varint = .Simple }), + .BFPAOANBJON = fd(4, .{ .Varint = .Simple }), + .NKCMCMHAFAF = fd(5, .{ .SubMessage = {} }), + .total_turns = fd(6, .{ .Varint = .Simple }), + .total_damage = fd(7, .{ .FixedInt = .I64 }), + .total_heal = fd(8, .{ .FixedInt = .I64 }), + .total_damage_taken = fd(9, .{ .FixedInt = .I64 }), + .AKGFCPFAOLP = fd(10, .{ .FixedInt = .I64 }), + .total_hp_recover = fd(11, .{ .FixedInt = .I64 }), + .stage_id = fd(12, .{ .Varint = .Simple }), + .battle_id = fd(13, .{ .Varint = .Simple }), + .JBCDLFJJJDG = fd(14, .{ .Varint = .Simple }), + .attack_type_damage = fd(15, .{ .List = .{ .SubMessage = {} } }), + .skill_times = fd(16, .{ .List = .{ .SubMessage = {} } }), + .stage_type = fd(17, .{ .Varint = .Simple }), + .ACOFIPPJKBI = fd(18, .{ .FixedInt = .I64 }), + .delay_cumulate = fd(19, .{ .FixedInt = .I64 }), + .FIEDKNKIEBH = fd(20, .{ .Varint = .Simple }), + .wave = fd(21, .{ .Varint = .Simple }), + .JHAOGJJDBHL = fd(22, .{ .Varint = .Simple }), + .phase = fd(23, .{ .Varint = .Simple }), + .DCMOHECBOLK = fd(24, .{ .Varint = .Simple }), + .JEDAHLGBIEM = fd(25, .{ .Varint = .Simple }), + .skill_info = fd(26, .{ .List = .{ .SubMessage = {} } }), + .LANFCLOLBOF = fd(27, .{ .Varint = .Simple }), + .KFGJBILJGDP = fd(28, .{ .List = .{ .SubMessage = {} } }), + .FPKONIKLICA = fd(29, .{ .Varint = .Simple }), + .JEEMGAEIFAE = fd(30, .{ .Varint = .Simple }), + .HBOFDAJJJME = fd(31, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BattleEventProperty = struct { + sp_bar: ?SpBarInfo = null, + + pub const _desc_table = .{ + .sp_bar = fd(2, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BattleEventBattleInfo = struct { + NGNAPJAJBAL: u32 = 0, + status: ?BattleEventProperty = null, + skill_info: ArrayList(GAAGEHABINM), + + pub const _desc_table = .{ + .NGNAPJAJBAL = fd(1, .{ .Varint = .Simple }), + .status = fd(2, .{ .SubMessage = {} }), + .skill_info = fd(3, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ScoreInfo = struct { + FJJDFPKGOPC: u32 = 0, + score_id: u32 = 0, + + pub const _desc_table = .{ + .FJJDFPKGOPC = fd(1, .{ .Varint = .Simple }), + .score_id = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const IBFFAJOHKMO = struct { + avatar_id: u32 = 0, + LEICKPDIFOG: ArrayList(u32), + source: u32 = 0, + damage: f64 = 0, + DIKKHPFKAPF: ArrayList(u32), + EOOFIMEGMFB: i32 = 0, + BKJEAMPNANK: f64 = 0, + BLFHKGPMNDK: u32 = 0, + wave: u32 = 0, + GLACKHOPMIO: u32 = 0, + + pub const _desc_table = .{ + .avatar_id = fd(1, .{ .Varint = .Simple }), + .LEICKPDIFOG = fd(2, .{ .PackedList = .{ .Varint = .Simple } }), + .source = fd(3, .{ .Varint = .Simple }), + .damage = fd(4, .{ .FixedInt = .I64 }), + .DIKKHPFKAPF = fd(5, .{ .PackedList = .{ .Varint = .Simple } }), + .EOOFIMEGMFB = fd(6, .{ .Varint = .Simple }), + .BKJEAMPNANK = fd(7, .{ .FixedInt = .I64 }), + .BLFHKGPMNDK = fd(8, .{ .Varint = .Simple }), + .wave = fd(9, .{ .Varint = .Simple }), + .GLACKHOPMIO = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KKMPKJPGGCL = struct { + avatar_id: u32 = 0, + ABAPDFGJNME: i32 = 0, + GLACKHOPMIO: u32 = 0, + + pub const _desc_table = .{ + .avatar_id = fd(1, .{ .Varint = .Simple }), + .ABAPDFGJNME = fd(2, .{ .Varint = .Simple }), + .GLACKHOPMIO = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CNPNNIJGLFI = struct { + DPDNNMBCPOI: u32 = 0, + DBELJGBKBPA: u32 = 0, + entity_id: u32 = 0, + + pub const _desc_table = .{ + .DPDNNMBCPOI = fd(1, .{ .Varint = .Simple }), + .DBELJGBKBPA = fd(2, .{ .Varint = .Simple }), + .entity_id = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const IIIPHJIMNID = struct { + NDBOJANDNJN: u32 = 0, + monster_id: u32 = 0, + NGLPBHMLEHN: ArrayList(KKMPKJPGGCL), + HGFLPENKIII: u32 = 0, + AKKGGPADAOO: ArrayList(CNPNNIJGLFI), + + pub const _desc_table = .{ + .NDBOJANDNJN = fd(1, .{ .Varint = .Simple }), + .monster_id = fd(2, .{ .Varint = .Simple }), + .NGLPBHMLEHN = fd(3, .{ .List = .{ .SubMessage = {} } }), + .HGFLPENKIII = fd(4, .{ .Varint = .Simple }), + .AKKGGPADAOO = fd(5, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MMNDJAMEBML = struct { + type: BattleStaticticEventType = @enumFromInt(0), + OCPPPKDDIML: u32 = 0, + display_value: u32 = 0, + + pub const _desc_table = .{ + .type = fd(1, .{ .Varint = .Simple }), + .OCPPPKDDIML = fd(2, .{ .Varint = .Simple }), + .display_value = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KPKKKJPJCPC = struct { + LIDGJNDGBKM: u32 = 0, + OAABADFKCOA: u32 = 0, + + pub const _desc_table = .{ + .LIDGJNDGBKM = fd(1, .{ .Varint = .Simple }), + .OAABADFKCOA = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MEOIFIOAECF = struct { + JJCCJJINLFL: u32 = 0, + HEMJHDOEEBL: bool = false, + KACALGIOEDB: ?KPKKKJPJCPC = null, + + pub const _desc_table = .{ + .JJCCJJINLFL = fd(1, .{ .Varint = .Simple }), + .HEMJHDOEEBL = fd(2, .{ .Varint = .Simple }), + .KACALGIOEDB = fd(3, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EvolveBuildCardInfo = struct { + card_id: u32 = 0, + param: f64 = 0, + is_enable: bool = false, + param_list: ArrayList(f64), + + pub const _desc_table = .{ + .card_id = fd(1, .{ .Varint = .Simple }), + .param = fd(2, .{ .FixedInt = .I64 }), + .is_enable = fd(3, .{ .Varint = .Simple }), + .param_list = fd(4, .{ .PackedList = .{ .FixedInt = .I64 } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EvolveBuildGearDamageInfo = struct { + gear_id: u32 = 0, + damage: f64 = 0, + hp_damage: f64 = 0, + + pub const _desc_table = .{ + .gear_id = fd(1, .{ .Varint = .Simple }), + .damage = fd(2, .{ .FixedInt = .I64 }), + .hp_damage = fd(3, .{ .FixedInt = .I64 }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LGIFEDNKHON = struct { + DAKIJNBFKOB: ArrayList(u32), + FJJOBAEMEHP: ArrayList(u32), + + pub const _desc_table = .{ + .DAKIJNBFKOB = fd(1, .{ .PackedList = .{ .Varint = .Simple } }), + .FJJOBAEMEHP = fd(2, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MJKIBJLOBKD = struct { + wave: u32 = 0, + score_id: u32 = 0, + DCHIOLBFKJN: u32 = 0, + BHJKMHMOEAK: ArrayList(KPKKKJPJCPC), + HGFLPENKIII: f32 = 0, + + pub const _desc_table = .{ + .wave = fd(1, .{ .Varint = .Simple }), + .score_id = fd(2, .{ .Varint = .Simple }), + .DCHIOLBFKJN = fd(3, .{ .Varint = .Simple }), + .BHJKMHMOEAK = fd(4, .{ .List = .{ .SubMessage = {} } }), + .HGFLPENKIII = fd(5, .{ .FixedInt = .I32 }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DKOOKEJCHGO = struct { + CHBJKKMIOFD: u32 = 0, + HGFLPENKIII: f64 = 0, + + pub const _desc_table = .{ + .CHBJKKMIOFD = fd(1, .{ .Varint = .Simple }), + .HGFLPENKIII = fd(2, .{ .FixedInt = .I64 }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PMNHMAMHGAI = struct { + ICPHOOMNDKA: u32 = 0, + ENBJCPKGCOL: ArrayList(MJKIBJLOBKD), + OOOGLIEOOKI: ArrayList(DKOOKEJCHGO), + + pub const _desc_table = .{ + .ICPHOOMNDKA = fd(1, .{ .Varint = .Simple }), + .ENBJCPKGCOL = fd(2, .{ .List = .{ .SubMessage = {} } }), + .OOOGLIEOOKI = fd(3, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EGDAJHJPLGI = struct { + type: BOJGAKMDPDL = @enumFromInt(0), + count: u32 = 0, + + pub const _desc_table = .{ + .type = fd(1, .{ .Varint = .Simple }), + .count = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EvolveBuildBattleInfo = struct { + cur_level_id: u32 = 0, + cur_period: u32 = 0, + cur_coin: u32 = 0, + weapon_slot_list: ArrayList(MEOIFIOAECF), + accessory_slot_list: ArrayList(MEOIFIOAECF), + ban_gear_list: ArrayList(u32), + collection: ?LGIFEDNKHON = null, + allowed_gear_list: ArrayList(u32), + cur_exp: u32 = 0, + cur_reroll: u32 = 0, + cur_treasure_miss_cnt: u32 = 0, + period_id_list: ArrayList(u32), + cur_gear_lost_cnt: u32 = 0, + cur_wave: u32 = 0, + is_unlock_gear_reroll: bool = false, + is_unlock_gear_ban: bool = false, + card_list: ArrayList(EvolveBuildCardInfo), + gear_damage_list: ArrayList(EvolveBuildGearDamageInfo), + stat_params: ArrayList(u32), + is_giveup: bool = false, + cur_unused_round_cnt: u32 = 0, + stat_log_info: ?PMNHMAMHGAI = null, + period_first_random_seed: u32 = 0, + cur_card_reroll: u32 = 0, + allowed_card_list: ArrayList(u32), + func_list: ArrayList(EGDAJHJPLGI), + finished_story_id: u32 = 0, + + pub const _desc_table = .{ + .cur_level_id = fd(1, .{ .Varint = .Simple }), + .cur_period = fd(2, .{ .Varint = .Simple }), + .cur_coin = fd(3, .{ .Varint = .Simple }), + .weapon_slot_list = fd(4, .{ .List = .{ .SubMessage = {} } }), + .accessory_slot_list = fd(5, .{ .List = .{ .SubMessage = {} } }), + .ban_gear_list = fd(6, .{ .PackedList = .{ .Varint = .Simple } }), + .collection = fd(7, .{ .SubMessage = {} }), + .allowed_gear_list = fd(8, .{ .PackedList = .{ .Varint = .Simple } }), + .cur_exp = fd(9, .{ .Varint = .Simple }), + .cur_reroll = fd(10, .{ .Varint = .Simple }), + .cur_treasure_miss_cnt = fd(11, .{ .Varint = .Simple }), + .period_id_list = fd(12, .{ .PackedList = .{ .Varint = .Simple } }), + .cur_gear_lost_cnt = fd(13, .{ .Varint = .Simple }), + .cur_wave = fd(14, .{ .Varint = .Simple }), + .is_unlock_gear_reroll = fd(15, .{ .Varint = .Simple }), + .is_unlock_gear_ban = fd(16, .{ .Varint = .Simple }), + .card_list = fd(17, .{ .List = .{ .SubMessage = {} } }), + .gear_damage_list = fd(18, .{ .List = .{ .SubMessage = {} } }), + .stat_params = fd(19, .{ .PackedList = .{ .Varint = .Simple } }), + .is_giveup = fd(20, .{ .Varint = .Simple }), + .cur_unused_round_cnt = fd(21, .{ .Varint = .Simple }), + .stat_log_info = fd(22, .{ .SubMessage = {} }), + .period_first_random_seed = fd(23, .{ .Varint = .Simple }), + .cur_card_reroll = fd(24, .{ .Varint = .Simple }), + .allowed_card_list = fd(25, .{ .PackedList = .{ .Varint = .Simple } }), + .func_list = fd(26, .{ .List = .{ .SubMessage = {} } }), + .finished_story_id = fd(27, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PLPNLIBMNIO = struct { + phase: ManagedString = .Empty, + DBDCNAFOGLF: f32 = 0, + HDALBIANCMF: f32 = 0, + ADJBBABEHAH: u32 = 0, + PJBIAEJECAE: u32 = 0, + KPNACGHJALJ: u32 = 0, + FPJADBGOHKM: u32 = 0, + CJEJOFAMDCD: u32 = 0, + BGJCEDEAHGM: ArrayList(u32), + AAGJCJIOFPA: ArrayList(u32), + + pub const _desc_table = .{ + .phase = fd(1, .String), + .DBDCNAFOGLF = fd(2, .{ .FixedInt = .I32 }), + .HDALBIANCMF = fd(3, .{ .FixedInt = .I32 }), + .ADJBBABEHAH = fd(4, .{ .Varint = .Simple }), + .PJBIAEJECAE = fd(5, .{ .Varint = .Simple }), + .KPNACGHJALJ = fd(6, .{ .Varint = .Simple }), + .FPJADBGOHKM = fd(7, .{ .Varint = .Simple }), + .CJEJOFAMDCD = fd(8, .{ .Varint = .Simple }), + .BGJCEDEAHGM = fd(9, .{ .PackedList = .{ .Varint = .Simple } }), + .AAGJCJIOFPA = fd(10, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CHDONIGOKNM = struct { + HEOCPAKCELM: u32 = 0, + BGHKBMFHMOJ: u32 = 0, + LOOLLAGMNLH: u32 = 0, + HECJOOOBAHC: u32 = 0, + FKEAAIPKPAA: u32 = 0, + ICLEENHIPOH: u32 = 0, + boss_info: ArrayList(u32), + ODBONKCMDMP: ArrayList(PLPNLIBMNIO), + + pub const _desc_table = .{ + .HEOCPAKCELM = fd(1, .{ .Varint = .Simple }), + .BGHKBMFHMOJ = fd(2, .{ .Varint = .Simple }), + .LOOLLAGMNLH = fd(3, .{ .Varint = .Simple }), + .HECJOOOBAHC = fd(4, .{ .Varint = .Simple }), + .FKEAAIPKPAA = fd(5, .{ .Varint = .Simple }), + .ICLEENHIPOH = fd(6, .{ .Varint = .Simple }), + .boss_info = fd(7, .{ .PackedList = .{ .Varint = .Simple } }), + .ODBONKCMDMP = fd(8, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const JFFNDOBBNFB = struct { + wave: u32 = 0, + HFIHDDDILJB: f64 = 0, + KHGCLCLLECL: f64 = 0, + FFPMJFHNCHO: u32 = 0, + GMMBGAMHBKB: u32 = 0, + + pub const _desc_table = .{ + .wave = fd(1, .{ .Varint = .Simple }), + .HFIHDDDILJB = fd(2, .{ .FixedInt = .I64 }), + .KHGCLCLLECL = fd(3, .{ .FixedInt = .I64 }), + .FFPMJFHNCHO = fd(4, .{ .Varint = .Simple }), + .GMMBGAMHBKB = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EKBAGMOMECL = struct { + key: ManagedString = .Empty, + value: f64 = 0, + + pub const _desc_table = .{ + .key = fd(1, .String), + .value = fd(2, .{ .FixedInt = .I64 }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BattleRogueMagicModifierInfo = struct { + rogue_magic_battle_const: u32 = 0, + + pub const _desc_table = .{ + .rogue_magic_battle_const = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BattleRogueMagicRoundCount = struct { + battle_standard_round_limit: u32 = 0, + battle_extra_round_limit: u32 = 0, + + pub const _desc_table = .{ + .battle_standard_round_limit = fd(1, .{ .Varint = .Simple }), + .battle_extra_round_limit = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BattleRogueMagicUnit = struct { + magic_unit_id: u32 = 0, + level: u32 = 0, + HEMJHDOEEBL: bool = false, + dice_slot_id: u32 = 0, + IKDDALCBAFJ: ArrayList(IKDDALCBAFJEntry), + + pub const _desc_table = .{ + .magic_unit_id = fd(1, .{ .Varint = .Simple }), + .level = fd(2, .{ .Varint = .Simple }), + .HEMJHDOEEBL = fd(3, .{ .Varint = .Simple }), + .dice_slot_id = fd(4, .{ .Varint = .Simple }), + .IKDDALCBAFJ = fd(5, .{ .List = .{ .SubMessage = {} } }), + }; + + pub const IKDDALCBAFJEntry = struct { + key: u32 = 0, + value: u32 = 0, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BattleRogueMagicScepter = struct { + scepter_id: u32 = 0, + rogue_magic_unit_info_list: ArrayList(BattleRogueMagicUnit), + level: u32 = 0, + EEPOJGNFLPA: ArrayList(EEPOJGNFLPAEntry), + + pub const _desc_table = .{ + .scepter_id = fd(1, .{ .Varint = .Simple }), + .rogue_magic_unit_info_list = fd(2, .{ .List = .{ .SubMessage = {} } }), + .level = fd(3, .{ .Varint = .Simple }), + .EEPOJGNFLPA = fd(4, .{ .List = .{ .SubMessage = {} } }), + }; + + pub const EEPOJGNFLPAEntry = struct { + key: u32 = 0, + value: u32 = 0, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BattleRogueMagicItemInfo = struct { + battle_round_count: ?BattleRogueMagicRoundCount = null, + battle_scepter_list: ArrayList(BattleRogueMagicScepter), + + pub const _desc_table = .{ + .battle_round_count = fd(1, .{ .SubMessage = {} }), + .battle_scepter_list = fd(2, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FKOCBOOCDNL = struct { + POIIAIAKILF: u32 = 0, + + pub const _desc_table = .{ + .POIIAIAKILF = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BattleRogueMagicDetailInfo = struct { + ECOEKHPGMEA: ?ECOEKHPGMEA_union, + + pub const _ECOEKHPGMEA_case = enum { + battle_magic_item_info, + ENNPJGLCBEM, + }; + pub const ECOEKHPGMEA_union = union(_ECOEKHPGMEA_case) { + battle_magic_item_info: BattleRogueMagicItemInfo, + ENNPJGLCBEM: FKOCBOOCDNL, + pub const _union_desc = .{ + .battle_magic_item_info = fd(1, .{ .SubMessage = {} }), + .ENNPJGLCBEM = fd(2, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .ECOEKHPGMEA = fd(null, .{ .OneOf = ECOEKHPGMEA_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BattleRogueMagicInfo = struct { + modifier_content: ?BattleRogueMagicModifierInfo = null, + detail_info: ?BattleRogueMagicDetailInfo = null, + + pub const _desc_table = .{ + .modifier_content = fd(1, .{ .SubMessage = {} }), + .detail_info = fd(2, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CCCCGJABBPM = struct { + scepter_id: u32 = 0, + level: u32 = 0, + total_damage: f64 = 0, + + pub const _desc_table = .{ + .scepter_id = fd(1, .{ .Varint = .Simple }), + .level = fd(2, .{ .Varint = .Simple }), + .total_damage = fd(3, .{ .FixedInt = .I64 }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AENPIJCDBMH = struct { + KLMCPPBBOOH: u32 = 0, + KMOEADPMFLG: u32 = 0, + CICANOKPNBM: ArrayList(CCCCGJABBPM), + + pub const _desc_table = .{ + .KLMCPPBBOOH = fd(1, .{ .Varint = .Simple }), + .KMOEADPMFLG = fd(2, .{ .Varint = .Simple }), + .CICANOKPNBM = fd(3, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GBNCGKDNMIL = struct { + AENKMAOABMP: u32 = 0, + MCDPIABDIGI: u32 = 0, + JNIMLOIOHNH: f64 = 0, + IEJJJKFEDAH: f64 = 0, + + pub const _desc_table = .{ + .AENKMAOABMP = fd(1, .{ .Varint = .Simple }), + .MCDPIABDIGI = fd(2, .{ .Varint = .Simple }), + .JNIMLOIOHNH = fd(3, .{ .FixedInt = .I64 }), + .IEJJJKFEDAH = fd(4, .{ .FixedInt = .I64 }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MBJHFPCJALN = struct { + EHNNECGHJAL: ?GBNCGKDNMIL = null, + + pub const _desc_table = .{ + .EHNNECGHJAL = fd(1, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AIGKNHFANGA = struct { + EILAABLDPHM: ?AENPIJCDBMH = null, + INPKGDFMPEA: ?MBJHFPCJALN = null, + + pub const _desc_table = .{ + .EILAABLDPHM = fd(1, .{ .SubMessage = {} }), + .INPKGDFMPEA = fd(2, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LDOBBIABDDL = struct { + GEDDIBIKMMP: u32 = 0, + KGGDJHJLENL: f64 = 0, + + pub const _desc_table = .{ + .GEDDIBIKMMP = fd(1, .{ .Varint = .Simple }), + .KGGDJHJLENL = fd(2, .{ .FixedInt = .I64 }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HPKEFFECHFG = struct { + type: DLBFAHOAGPH = @enumFromInt(0), + config_id: u32 = 0, + unique_id: u32 = 0, + level: u32 = 0, + switch_list: ArrayList(LDOBBIABDDL), + + pub const _desc_table = .{ + .type = fd(1, .{ .Varint = .Simple }), + .config_id = fd(2, .{ .Varint = .Simple }), + .unique_id = fd(3, .{ .Varint = .Simple }), + .level = fd(4, .{ .Varint = .Simple }), + .switch_list = fd(5, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PFKAMAFIKKO = struct { + LABAIGDGJHL: u32 = 0, + JNBEGHEIOCI: ArrayList(u32), + + pub const _desc_table = .{ + .LABAIGDGJHL = fd(1, .{ .Varint = .Simple }), + .JNBEGHEIOCI = fd(2, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EACDEAPKILK = struct { + CFKJEPMNLJI: ArrayList(HPKEFFECHFG), + LKGDFHFBLDE: ArrayList(LKGDFHFBLDEEntry), + FEBMNCJIFMN: ArrayList(PFKAMAFIKKO), + DBAHFEFGLMD: u32 = 0, + PBALFIENEFO: u32 = 0, + + pub const _desc_table = .{ + .CFKJEPMNLJI = fd(1, .{ .List = .{ .SubMessage = {} } }), + .LKGDFHFBLDE = fd(2, .{ .List = .{ .SubMessage = {} } }), + .FEBMNCJIFMN = fd(3, .{ .List = .{ .SubMessage = {} } }), + .DBAHFEFGLMD = fd(4, .{ .Varint = .Simple }), + .PBALFIENEFO = fd(5, .{ .Varint = .Simple }), + }; + + pub const LKGDFHFBLDEEntry = struct { + key: u32 = 0, + value: u32 = 0, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LHLBIANFOHK = struct { + monster_id: u32 = 0, + GMLFMPJPEGG: u32 = 0, + FFPMJFHNCHO: u32 = 0, + GMMBGAMHBKB: u32 = 0, + + pub const _desc_table = .{ + .monster_id = fd(1, .{ .Varint = .Simple }), + .GMLFMPJPEGG = fd(2, .{ .Varint = .Simple }), + .FFPMJFHNCHO = fd(3, .{ .Varint = .Simple }), + .GMMBGAMHBKB = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LLBMAPHBOGD = struct { + ACPBMMMCJIP: u32 = 0, + KKANCJALJPO: f64 = 0, + MFJKFLGPGKO: f64 = 0, + wave: u32 = 0, + GMLFMPJPEGG: u32 = 0, + ABMNLNNOKLO: f64 = 0, + IHBBEKCOEAE: f64 = 0, + + pub const _desc_table = .{ + .ACPBMMMCJIP = fd(1, .{ .Varint = .Simple }), + .KKANCJALJPO = fd(2, .{ .FixedInt = .I64 }), + .MFJKFLGPGKO = fd(3, .{ .FixedInt = .I64 }), + .wave = fd(4, .{ .Varint = .Simple }), + .GMLFMPJPEGG = fd(5, .{ .Varint = .Simple }), + .ABMNLNNOKLO = fd(6, .{ .FixedInt = .I64 }), + .IHBBEKCOEAE = fd(7, .{ .FixedInt = .I64 }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DPNDLHGEMEI = struct { + IMCPKLDFDOG: u32 = 0, + AJGEOFIIDDH: u32 = 0, + OMOENBAKMHJ: f64 = 0, + wave: u32 = 0, + GMLFMPJPEGG: u32 = 0, + + pub const _desc_table = .{ + .IMCPKLDFDOG = fd(1, .{ .Varint = .Simple }), + .AJGEOFIIDDH = fd(2, .{ .Varint = .Simple }), + .OMOENBAKMHJ = fd(3, .{ .FixedInt = .I64 }), + .wave = fd(4, .{ .Varint = .Simple }), + .GMLFMPJPEGG = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CPFCBLADMBH = struct { + HAAFHKIAGKM: ArrayList(LHLBIANFOHK), + OEAGAMJDLMA: ArrayList(LLBMAPHBOGD), + PLENNPAGJLL: ArrayList(DPNDLHGEMEI), + + pub const _desc_table = .{ + .HAAFHKIAGKM = fd(1, .{ .List = .{ .SubMessage = {} } }), + .OEAGAMJDLMA = fd(2, .{ .List = .{ .SubMessage = {} } }), + .PLENNPAGJLL = fd(3, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BAAGNOHEHMA = struct { + OIMBGAEHDBI: ?CPFCBLADMBH = null, + + pub const _desc_table = .{ + .OIMBGAEHDBI = fd(1, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MKEECCHGIGH = struct { + NMIMBIOPEKI: u32 = 0, + KKANCJALJPO: f64 = 0, + MFJKFLGPGKO: f64 = 0, + FGMLCKANIAN: u32 = 0, + GOAEBJJPAJO: u32 = 0, + NILAKIDFHEJ: u32 = 0, + PIGNDAJGDGJ: u32 = 0, + ABMNLNNOKLO: f64 = 0, + JBJMOPHGMFA: u32 = 0, + POBIBILOANI: u32 = 0, + IHBBEKCOEAE: f64 = 0, + LOOLLAGMNLH: u32 = 0, + FKEAAIPKPAA: u32 = 0, + + pub const _desc_table = .{ + .NMIMBIOPEKI = fd(1, .{ .Varint = .Simple }), + .KKANCJALJPO = fd(2, .{ .FixedInt = .I64 }), + .MFJKFLGPGKO = fd(3, .{ .FixedInt = .I64 }), + .FGMLCKANIAN = fd(4, .{ .Varint = .Simple }), + .GOAEBJJPAJO = fd(5, .{ .Varint = .Simple }), + .NILAKIDFHEJ = fd(6, .{ .Varint = .Simple }), + .PIGNDAJGDGJ = fd(7, .{ .Varint = .Simple }), + .ABMNLNNOKLO = fd(8, .{ .FixedInt = .I64 }), + .JBJMOPHGMFA = fd(9, .{ .Varint = .Simple }), + .POBIBILOANI = fd(10, .{ .Varint = .Simple }), + .IHBBEKCOEAE = fd(11, .{ .FixedInt = .I64 }), + .LOOLLAGMNLH = fd(12, .{ .Varint = .Simple }), + .FKEAAIPKPAA = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BDMGOEJBFGL = struct { + LOOLLAGMNLH: u32 = 0, + FKEAAIPKPAA: u32 = 0, + AKPMNJCGGAI: u32 = 0, + OEAGAMJDLMA: ArrayList(MKEECCHGIGH), + + pub const _desc_table = .{ + .LOOLLAGMNLH = fd(1, .{ .Varint = .Simple }), + .FKEAAIPKPAA = fd(2, .{ .Varint = .Simple }), + .AKPMNJCGGAI = fd(3, .{ .Varint = .Simple }), + .OEAGAMJDLMA = fd(4, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HANHNLNEICM = struct { + avatar_id: u32 = 0, + DPDNNMBCPOI: u32 = 0, + total_turns: u32 = 0, + FBCMJGMBJFC: f64 = 0, + skill_times: ArrayList(SkillUseProperty), + total_damage: f64 = 0, + total_break_damage: f64 = 0, + attack_type_damage: ArrayList(AttackDamageProperty), + attack_type_break_damage: ArrayList(AttackDamageProperty), + attack_type_max_damage: ArrayList(AttackDamageProperty), + total_damage_taken: f64 = 0, + total_heal: f64 = 0, + total_hp_recover: f64 = 0, + total_shield: f64 = 0, + total_shield_taken: f64 = 0, + total_shield_damage: f64 = 0, + break_times: u32 = 0, + JEPLCJKFOMB: u32 = 0, + NCJHDJJDJNL: u32 = 0, + LKMGDIADOPB: u32 = 0, + IBLGMCIPCKM: f64 = 0, + entity_id: u32 = 0, + + pub const _desc_table = .{ + .avatar_id = fd(1, .{ .Varint = .Simple }), + .DPDNNMBCPOI = fd(2, .{ .Varint = .Simple }), + .total_turns = fd(3, .{ .Varint = .Simple }), + .FBCMJGMBJFC = fd(4, .{ .FixedInt = .I64 }), + .skill_times = fd(5, .{ .List = .{ .SubMessage = {} } }), + .total_damage = fd(6, .{ .FixedInt = .I64 }), + .total_break_damage = fd(7, .{ .FixedInt = .I64 }), + .attack_type_damage = fd(8, .{ .List = .{ .SubMessage = {} } }), + .attack_type_break_damage = fd(9, .{ .List = .{ .SubMessage = {} } }), + .attack_type_max_damage = fd(10, .{ .List = .{ .SubMessage = {} } }), + .total_damage_taken = fd(11, .{ .FixedInt = .I64 }), + .total_heal = fd(12, .{ .FixedInt = .I64 }), + .total_hp_recover = fd(13, .{ .FixedInt = .I64 }), + .total_shield = fd(14, .{ .FixedInt = .I64 }), + .total_shield_taken = fd(15, .{ .FixedInt = .I64 }), + .total_shield_damage = fd(16, .{ .FixedInt = .I64 }), + .break_times = fd(17, .{ .Varint = .Simple }), + .JEPLCJKFOMB = fd(18, .{ .Varint = .Simple }), + .NCJHDJJDJNL = fd(19, .{ .Varint = .Simple }), + .LKMGDIADOPB = fd(20, .{ .Varint = .Simple }), + .IBLGMCIPCKM = fd(21, .{ .FixedInt = .I64 }), + .entity_id = fd(22, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PEDJNPJKOCK = struct { + avatar_id: u32 = 0, + OJEBLMKKMGO: u32 = 0, + IAGENFADHLP: u32 = 0, + + pub const _desc_table = .{ + .avatar_id = fd(1, .{ .Varint = .Simple }), + .OJEBLMKKMGO = fd(2, .{ .Varint = .Simple }), + .IAGENFADHLP = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const NMCMOHAHOPL = struct { + PCCDMDFNJPD: ArrayList(HANHNLNEICM), + HKPBEFFLFEO: u32 = 0, + DFNKMIJEBLD: u32 = 0, + + pub const _desc_table = .{ + .PCCDMDFNJPD = fd(1, .{ .List = .{ .SubMessage = {} } }), + .HKPBEFFLFEO = fd(2, .{ .Varint = .Simple }), + .DFNKMIJEBLD = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GJDKILHKIED = struct { + IMHHILCMMGI: u32 = 0, + HAHJHBFAEFC: u32 = 0, + BILEJKHIHJL: u32 = 0, + + pub const _desc_table = .{ + .IMHHILCMMGI = fd(1, .{ .Varint = .Simple }), + .HAHJHBFAEFC = fd(2, .{ .Varint = .Simple }), + .BILEJKHIHJL = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DEMLPCNDJJP = struct { + GJDOKFCHBGA: ?GJDKILHKIED = null, + CFKJEPMNLJI: ArrayList(HPKEFFECHFG), + + pub const _desc_table = .{ + .GJDOKFCHBGA = fd(1, .{ .SubMessage = {} }), + .CFKJEPMNLJI = fd(2, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BattleStatistics = struct { + total_battle_turns: u32 = 0, + total_auto_turns: u32 = 0, + avatar_id_list: ArrayList(u32), + ultra_cnt: u32 = 0, + total_delay_cumulate: f64 = 0, + cost_time: f64 = 0, + pve_avatar_list: ArrayList(AvatarBattleInfo), + monster_list: ArrayList(LAFIENGMEMJ), + round_cnt: u32 = 0, + cocoon_dead_wave: u32 = 0, + avatar_battle_turns: u32 = 0, + monster_battle_turns: u32 = 0, + NBDEKMAKPKJ: ArrayList(NBDEKMAKPKJEntry), + challenge_score: u32 = 0, + IJOLOFBJINB: ArrayList(BattleEventBattleInfo), + end_reason: BattleEndReason = @enumFromInt(0), + GLOJPNLNHJH: ArrayList(IBFFAJOHKMO), + IICCEFCGPAK: ArrayList(i32), + LDGAANONMBK: ArrayList(IIIPHJIMNID), + ADBHGKPNIKP: ArrayList(MMNDJAMEBML), + ECEFBCNOFKB: ArrayList(GMKEPCOMHPN), + EDBBOPKOOFK: ArrayList(EDBBOPKOOFKEntry), + NAJLKHFLLPG: ArrayList(EAGOCAHFGAF), + JPGIFCHJDLK: ?EvolveBuildBattleInfo = null, + MNPHNJKGPKL: ?CHDONIGOKNM = null, + LEDDODAMMNO: bool = false, + ENBJCPKGCOL: ArrayList(JFFNDOBBNFB), + NGOKNFDMHMF: ArrayList(EKBAGMOMECL), + DKOEADNAMCJ: u32 = 0, + IDCGPAKJFMD: ?AIGKNHFANGA = null, + BILLJJBFIOL: ?BAAGNOHEHMA = null, + HMPGMILJAPB: ?BDMGOEJBFGL = null, + NOCIGFLLIFG: ?NMCMOHAHOPL = null, + JNJIIMJBOJP: ?DEMLPCNDJJP = null, + KKPKALJMAMF: u32 = 0, + OKGCIPAHMEI: ArrayList(PEDJNPJKOCK), + + pub const _desc_table = .{ + .total_battle_turns = fd(1, .{ .Varint = .Simple }), + .total_auto_turns = fd(2, .{ .Varint = .Simple }), + .avatar_id_list = fd(3, .{ .PackedList = .{ .Varint = .Simple } }), + .ultra_cnt = fd(4, .{ .Varint = .Simple }), + .total_delay_cumulate = fd(5, .{ .FixedInt = .I64 }), + .cost_time = fd(6, .{ .FixedInt = .I64 }), + .pve_avatar_list = fd(7, .{ .List = .{ .SubMessage = {} } }), + .monster_list = fd(8, .{ .List = .{ .SubMessage = {} } }), + .round_cnt = fd(9, .{ .Varint = .Simple }), + .cocoon_dead_wave = fd(10, .{ .Varint = .Simple }), + .avatar_battle_turns = fd(11, .{ .Varint = .Simple }), + .monster_battle_turns = fd(12, .{ .Varint = .Simple }), + .NBDEKMAKPKJ = fd(13, .{ .List = .{ .SubMessage = {} } }), + .challenge_score = fd(14, .{ .Varint = .Simple }), + .IJOLOFBJINB = fd(16, .{ .List = .{ .SubMessage = {} } }), + .end_reason = fd(19, .{ .Varint = .Simple }), + .GLOJPNLNHJH = fd(21, .{ .List = .{ .SubMessage = {} } }), + .IICCEFCGPAK = fd(22, .{ .PackedList = .{ .Varint = .Simple } }), + .LDGAANONMBK = fd(23, .{ .List = .{ .SubMessage = {} } }), + .ADBHGKPNIKP = fd(26, .{ .List = .{ .SubMessage = {} } }), + .ECEFBCNOFKB = fd(27, .{ .List = .{ .SubMessage = {} } }), + .EDBBOPKOOFK = fd(28, .{ .List = .{ .SubMessage = {} } }), + .NAJLKHFLLPG = fd(29, .{ .List = .{ .SubMessage = {} } }), + .JPGIFCHJDLK = fd(30, .{ .SubMessage = {} }), + .MNPHNJKGPKL = fd(31, .{ .SubMessage = {} }), + .LEDDODAMMNO = fd(32, .{ .Varint = .Simple }), + .ENBJCPKGCOL = fd(33, .{ .List = .{ .SubMessage = {} } }), + .NGOKNFDMHMF = fd(34, .{ .List = .{ .SubMessage = {} } }), + .DKOEADNAMCJ = fd(35, .{ .Varint = .Simple }), + .IDCGPAKJFMD = fd(36, .{ .SubMessage = {} }), + .BILLJJBFIOL = fd(37, .{ .SubMessage = {} }), + .HMPGMILJAPB = fd(38, .{ .SubMessage = {} }), + .NOCIGFLLIFG = fd(39, .{ .SubMessage = {} }), + .JNJIIMJBOJP = fd(40, .{ .SubMessage = {} }), + .KKPKALJMAMF = fd(41, .{ .Varint = .Simple }), + .OKGCIPAHMEI = fd(42, .{ .List = .{ .SubMessage = {} } }), + }; + + pub const NBDEKMAKPKJEntry = struct { + key: ManagedString = .Empty, + value: f32 = 0, + + pub const _desc_table = .{ + .key = fd(1, .String), + .value = fd(2, .{ .FixedInt = .I32 }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub const EDBBOPKOOFKEntry = struct { + key: u32 = 0, + value: ?BattleTargetList = null, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EAGOCAHFGAF = struct { + OEFEEFGLIEB: u32 = 0, + PBHPHHMPAIH: u32 = 0, + + pub const _desc_table = .{ + .OEFEEFGLIEB = fd(1, .{ .Varint = .Simple }), + .PBHPHHMPAIH = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GMKEPCOMHPN = struct { + type: AetherdivideSpiritLineupType = @enumFromInt(0), + id: u32 = 0, + sp_bar: ?SpBarInfo = null, + + pub const _desc_table = .{ + .type = fd(1, .{ .Varint = .Simple }), + .id = fd(2, .{ .Varint = .Simple }), + .sp_bar = fd(3, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MultiPath = struct { + multi_path_type: u32 = 0, + level: u32 = 0, + exp: u32 = 0, + + pub const _desc_table = .{ + .multi_path_type = fd(1, .{ .Varint = .Simple }), + .level = fd(2, .{ .Varint = .Simple }), + .exp = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EPHILIMKADK = struct { + retcode: BattleCheckResultType = @enumFromInt(0), + end_status: BattleEndStatus = @enumFromInt(0), + stt: ?BattleStatistics = null, + game_core_log_encode: ManagedString = .Empty, + DGNMMINGACJ: ArrayList(DGNMMINGACJEntry), + mismatch_turn_count: u32 = 0, + MDLPCFCPHDK: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(1, .{ .Varint = .Simple }), + .end_status = fd(2, .{ .Varint = .Simple }), + .stt = fd(3, .{ .SubMessage = {} }), + .game_core_log_encode = fd(4, .String), + .DGNMMINGACJ = fd(5, .{ .List = .{ .SubMessage = {} } }), + .mismatch_turn_count = fd(6, .{ .Varint = .Simple }), + .MDLPCFCPHDK = fd(7, .{ .Varint = .Simple }), + }; + + pub const DGNMMINGACJEntry = struct { + key: ManagedString = .Empty, + value: u32 = 0, + + pub const _desc_table = .{ + .key = fd(1, .String), + .value = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CharacterSnapshot = struct { + runtime_id: u32 = 0, + properties: ArrayList(u64), + + pub const _desc_table = .{ + .runtime_id = fd(1, .{ .Varint = .Simple }), + .properties = fd(2, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AnimEventSnapshot = struct { + event_name: ManagedString = .Empty, + count: u32 = 0, + + pub const _desc_table = .{ + .event_name = fd(1, .String), + .count = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OODOCMDLOMF = struct { + uid: u32 = 0, + level: u32 = 0, + nickname: ManagedString = .Empty, + GFIDNAANAFH: u32 = 0, + platform: PlatformType = @enumFromInt(0), + AKCEJFCFBAN: ManagedString = .Empty, + BJELLAPOGJN: ManagedString = .Empty, + version: u64 = 0, + COCONGACIFJ: bool = false, + + pub const _desc_table = .{ + .uid = fd(1, .{ .Varint = .Simple }), + .level = fd(2, .{ .Varint = .Simple }), + .nickname = fd(3, .String), + .GFIDNAANAFH = fd(4, .{ .Varint = .Simple }), + .platform = fd(5, .{ .Varint = .Simple }), + .AKCEJFCFBAN = fd(6, .String), + .BJELLAPOGJN = fd(7, .String), + .version = fd(8, .{ .Varint = .Simple }), + .COCONGACIFJ = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const IDDLKHHLECG = struct { + NOIIAOIDGEO: LobbyCharacterType = @enumFromInt(0), + status: LobbyCharacterStatus = @enumFromInt(0), + + pub const _desc_table = .{ + .NOIIAOIDGEO = fd(1, .{ .Varint = .Simple }), + .status = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const NJFGJPCANDI = struct { + BKMPFEOCFIB: u32 = 0, + COCONGACIFJ: bool = false, + JEJKIGABEEK: u32 = 0, + MIAFPFPMACA: u32 = 0, + MMOHLKEIKGK: ?NFOBAPHMIBF = null, + + pub const _desc_table = .{ + .BKMPFEOCFIB = fd(1, .{ .Varint = .Simple }), + .COCONGACIFJ = fd(2, .{ .Varint = .Simple }), + .JEJKIGABEEK = fd(3, .{ .Varint = .Simple }), + .MIAFPFPMACA = fd(4, .{ .Varint = .Simple }), + .MMOHLKEIKGK = fd(5, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LCMIFOBKNEN = struct { + MKFDPCCKFNF: u32 = 0, + rank: u32 = 0, + GNIGOHIAFFI: ArrayList(u32), + score_id: u32 = 0, + + pub const _desc_table = .{ + .MKFDPCCKFNF = fd(1, .{ .Varint = .Simple }), + .rank = fd(2, .{ .Varint = .Simple }), + .GNIGOHIAFFI = fd(3, .{ .PackedList = .{ .Varint = .Simple } }), + .score_id = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GLMCGEPNAIA = struct { + DMKFFFPDLDI: u32 = 0, + FOJCMHIMAFN: u32 = 0, + + pub const _desc_table = .{ + .DMKFFFPDLDI = fd(1, .{ .Varint = .Simple }), + .FOJCMHIMAFN = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const NFOBAPHMIBF = struct { + MKFDPCCKFNF: u32 = 0, + PCIDNDOBJGB: u32 = 0, + DPBMLFFPOKH: u32 = 0, + OGNEPBFPILH: u32 = 0, + IBCDNJMCFEA: ArrayList(GLMCGEPNAIA), + JEFFMOFIPMH: u32 = 0, + KMFLKMMAMNG: u32 = 0, + + pub const _desc_table = .{ + .MKFDPCCKFNF = fd(1, .{ .Varint = .Simple }), + .PCIDNDOBJGB = fd(2, .{ .Varint = .Simple }), + .DPBMLFFPOKH = fd(3, .{ .Varint = .Simple }), + .OGNEPBFPILH = fd(4, .{ .Varint = .Simple }), + .IBCDNJMCFEA = fd(5, .{ .List = .{ .SubMessage = {} } }), + .JEFFMOFIPMH = fd(6, .{ .Varint = .Simple }), + .KMFLKMMAMNG = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FDHJBIMPKEK = struct { + MMOHLKEIKGK: ?NFOBAPHMIBF = null, + + pub const _desc_table = .{ + .MMOHLKEIKGK = fd(1, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EPEGHCGCMHP = struct { + BHGGHFJMMBM: ArrayList(ManagedString), + FMOPBFKNLNI: bool = false, + GEGMAJGEJFL: ?GEGMAJGEJFL_union, + + pub const _GEGMAJGEJFL_case = enum { + DCHDJALLNEC, + EMBBHNCJDPK, + MINKKEJIONE, + }; + pub const GEGMAJGEJFL_union = union(_GEGMAJGEJFL_case) { + DCHDJALLNEC: NJFGJPCANDI, + EMBBHNCJDPK: LCMIFOBKNEN, + MINKKEJIONE: FDHJBIMPKEK, + pub const _union_desc = .{ + .DCHDJALLNEC = fd(1001, .{ .SubMessage = {} }), + .EMBBHNCJDPK = fd(1002, .{ .SubMessage = {} }), + .MINKKEJIONE = fd(1003, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .BHGGHFJMMBM = fd(1, .{ .List = .String }), + .FMOPBFKNLNI = fd(2, .{ .Varint = .Simple }), + .GEGMAJGEJFL = fd(null, .{ .OneOf = GEGMAJGEJFL_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CBBDIOMIFHD = struct { + basic_info: ?OODOCMDLOMF = null, + NCKCCOKDKOL: ?IDDLKHHLECG = null, + stage_info: ?EPEGHCGCMHP = null, + + pub const _desc_table = .{ + .basic_info = fd(1, .{ .SubMessage = {} }), + .NCKCCOKDKOL = fd(2, .{ .SubMessage = {} }), + .stage_info = fd(3, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CDIMEMFJJFP = struct { + LMMGODPHJNE: u32 = 0, + PGJCCGNBBPI: u32 = 0, + NNBHKCJCPIO: u32 = 0, + KHBNJGPPHOA: u32 = 0, + AGDCEBLFGKH: u32 = 0, + DNCPBBLIOPL: u32 = 0, + LILIFGBAFKN: u32 = 0, + MMIIJHOHOGE: u32 = 0, + IOKFIKHHANG: u32 = 0, + CILKFJBLEJG: u32 = 0, + MKFEBPJEMAD: u32 = 0, + EFGOMFDMNOP: u32 = 0, + JFLKPCDBBJD: u32 = 0, + APKCBMGELJI: u32 = 0, + + pub const _desc_table = .{ + .LMMGODPHJNE = fd(1, .{ .Varint = .Simple }), + .PGJCCGNBBPI = fd(2, .{ .Varint = .Simple }), + .NNBHKCJCPIO = fd(3, .{ .Varint = .Simple }), + .KHBNJGPPHOA = fd(4, .{ .Varint = .Simple }), + .AGDCEBLFGKH = fd(5, .{ .Varint = .Simple }), + .DNCPBBLIOPL = fd(6, .{ .Varint = .Simple }), + .LILIFGBAFKN = fd(7, .{ .Varint = .Simple }), + .MMIIJHOHOGE = fd(8, .{ .Varint = .Simple }), + .IOKFIKHHANG = fd(9, .{ .Varint = .Simple }), + .CILKFJBLEJG = fd(10, .{ .Varint = .Simple }), + .MKFEBPJEMAD = fd(11, .{ .Varint = .Simple }), + .EFGOMFDMNOP = fd(12, .{ .Varint = .Simple }), + .JFLKPCDBBJD = fd(13, .{ .Varint = .Simple }), + .APKCBMGELJI = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PPGGKMDAOEA = struct { + LOFAMEGPMBC: u64 = 0, + GBAHCDLHACN: FightGameMode = @enumFromInt(0), + + pub const _desc_table = .{ + .LOFAMEGPMBC = fd(1, .{ .Varint = .Simple }), + .GBAHCDLHACN = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BIPLKGDFAFJ = struct { + id: u64 = 0, + PDMOLPLCFLG: FightGameMode = @enumFromInt(0), + IIHPMLIBBEB: ArrayList(CBBDIOMIFHD), + type: MatchUnitType = @enumFromInt(0), + INFHIKBLJLA: u64 = 0, + MLELAJDLJNL: u64 = 0, + JBNENLHCCBH: u32 = 0, + + pub const _desc_table = .{ + .id = fd(1, .{ .Varint = .Simple }), + .PDMOLPLCFLG = fd(2, .{ .Varint = .Simple }), + .IIHPMLIBBEB = fd(3, .{ .List = .{ .SubMessage = {} } }), + .type = fd(4, .{ .Varint = .Simple }), + .INFHIKBLJLA = fd(5, .{ .Varint = .Simple }), + .MLELAJDLJNL = fd(6, .{ .Varint = .Simple }), + .JBNENLHCCBH = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LoginActivityData = struct { + JLHOGGDHMHG: ArrayList(u32), + id: u32 = 0, + login_days: u32 = 0, + panel_id: u32 = 0, + + pub const _desc_table = .{ + .JLHOGGDHMHG = fd(1, .{ .PackedList = .{ .Varint = .Simple } }), + .id = fd(14, .{ .Varint = .Simple }), + .login_days = fd(5, .{ .Varint = .Simple }), + .panel_id = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetLoginActivityCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetLoginActivityScRsp = struct { + login_activity_list: ArrayList(LoginActivityData), + retcode: u32 = 0, + + pub const _desc_table = .{ + .login_activity_list = fd(14, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeLoginActivityRewardCsReq = struct { + id: u32 = 0, + take_days: u32 = 0, + + pub const _desc_table = .{ + .id = fd(2, .{ .Varint = .Simple }), + .take_days = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeLoginActivityRewardScRsp = struct { + panel_id: u32 = 0, + retcode: u32 = 0, + id: u32 = 0, + reward: ?ItemList = null, + take_days: u32 = 0, + + pub const _desc_table = .{ + .panel_id = fd(13, .{ .Varint = .Simple }), + .retcode = fd(12, .{ .Varint = .Simple }), + .id = fd(1, .{ .Varint = .Simple }), + .reward = fd(10, .{ .SubMessage = {} }), + .take_days = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ActivityScheduleData = struct { + end_time: i64 = 0, + begin_time: i64 = 0, + activity_id: u32 = 0, + panel_id: u32 = 0, + + pub const _desc_table = .{ + .end_time = fd(5, .{ .Varint = .Simple }), + .begin_time = fd(13, .{ .Varint = .Simple }), + .activity_id = fd(10, .{ .Varint = .Simple }), + .panel_id = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetActivityScheduleConfigCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetActivityScheduleConfigScRsp = struct { + schedule_data: ArrayList(ActivityScheduleData), + retcode: u32 = 0, + + pub const _desc_table = .{ + .schedule_data = fd(5, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TrialActivityInfo = struct { + taken_reward: bool = false, + stage_id: u32 = 0, + + pub const _desc_table = .{ + .taken_reward = fd(10, .{ .Varint = .Simple }), + .stage_id = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetTrialActivityDataCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetTrialActivityDataScRsp = struct { + trial_activity_info_list: ArrayList(TrialActivityInfo), + retcode: u32 = 0, + activity_stage_id: u32 = 0, + + pub const _desc_table = .{ + .trial_activity_info_list = fd(14, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(15, .{ .Varint = .Simple }), + .activity_stage_id = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TrialActivityDataChangeScNotify = struct { + trial_activity_info: ?TrialActivityInfo = null, + + pub const _desc_table = .{ + .trial_activity_info = fd(5, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EnterTrialActivityStageCsReq = struct { + stage_id: u32 = 0, + + pub const _desc_table = .{ + .stage_id = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EnterTrialActivityStageScRsp = struct { + battle_info: ?SceneBattleInfo = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .battle_info = fd(3, .{ .SubMessage = {} }), + .retcode = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeTrialActivityRewardCsReq = struct { + stage_id: u32 = 0, + + pub const _desc_table = .{ + .stage_id = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeTrialActivityRewardScRsp = struct { + retcode: u32 = 0, + stage_id: u32 = 0, + reward: ?ItemList = null, + + pub const _desc_table = .{ + .retcode = fd(12, .{ .Varint = .Simple }), + .stage_id = fd(8, .{ .Varint = .Simple }), + .reward = fd(4, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const StartTrialActivityCsReq = struct { + stage_id: u32 = 0, + + pub const _desc_table = .{ + .stage_id = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const StartTrialActivityScRsp = struct { + stage_id: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .stage_id = fd(9, .{ .Varint = .Simple }), + .retcode = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LeaveTrialActivityCsReq = struct { + stage_id: u32 = 0, + + pub const _desc_table = .{ + .stage_id = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LeaveTrialActivityScRsp = struct { + stage_id: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .stage_id = fd(7, .{ .Varint = .Simple }), + .retcode = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CurTrialActivityScNotify = struct { + activity_stage_id: u32 = 0, + status: PMIDEHDOBHJ = @enumFromInt(0), + + pub const _desc_table = .{ + .activity_stage_id = fd(15, .{ .Varint = .Simple }), + .status = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BCEKBNMNHOO = struct { + is_taken_reward: bool = false, + panel_id: u32 = 0, + PEHOFBBDNIC: u32 = 0, + CBNFFEMDBKF: bool = false, + + pub const _desc_table = .{ + .is_taken_reward = fd(10, .{ .Varint = .Simple }), + .panel_id = fd(13, .{ .Varint = .Simple }), + .PEHOFBBDNIC = fd(9, .{ .Varint = .Simple }), + .CBNFFEMDBKF = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetMaterialSubmitActivityDataCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetMaterialSubmitActivityDataScRsp = struct { + NBLHGEHLODN: ArrayList(BCEKBNMNHOO), + retcode: u32 = 0, + + pub const _desc_table = .{ + .NBLHGEHLODN = fd(1, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SubmitMaterialSubmitActivityMaterialCsReq = struct { + PEHOFBBDNIC: u32 = 0, + + pub const _desc_table = .{ + .PEHOFBBDNIC = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SubmitMaterialSubmitActivityMaterialScRsp = struct { + retcode: u32 = 0, + BLAAOIAEIAH: ?BCEKBNMNHOO = null, + + pub const _desc_table = .{ + .retcode = fd(12, .{ .Varint = .Simple }), + .BLAAOIAEIAH = fd(2, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeMaterialSubmitActivityRewardCsReq = struct { + PEHOFBBDNIC: u32 = 0, + + pub const _desc_table = .{ + .PEHOFBBDNIC = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeMaterialSubmitActivityRewardScRsp = struct { + PEHOFBBDNIC: u32 = 0, + retcode: u32 = 0, + reward: ?ItemList = null, + + pub const _desc_table = .{ + .PEHOFBBDNIC = fd(8, .{ .Varint = .Simple }), + .retcode = fd(11, .{ .Varint = .Simple }), + .reward = fd(7, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetAvatarDeliverRewardActivityDataCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetAvatarDeliverRewardActivityDataScRsp = struct { + avatar_id: u32 = 0, + retcode: u32 = 0, + is_taken_reward: bool = false, + + pub const _desc_table = .{ + .avatar_id = fd(15, .{ .Varint = .Simple }), + .retcode = fd(1, .{ .Varint = .Simple }), + .is_taken_reward = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AvatarDeliverRewardChooseAvatarCsReq = struct { + avatar_id: u32 = 0, + + pub const _desc_table = .{ + .avatar_id = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AvatarDeliverRewardChooseAvatarScRsp = struct { + avatar_id: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .avatar_id = fd(2, .{ .Varint = .Simple }), + .retcode = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AvatarDeliverRewardTakeRewardCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AvatarDeliverRewardTakeRewardScRsp = struct { + reward: ?ItemList = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .reward = fd(15, .{ .SubMessage = {} }), + .retcode = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EnterAdventureCsReq = struct { + map_id: u32 = 0, + + pub const _desc_table = .{ + .map_id = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EnterAdventureScRsp = struct { + scene: ?SceneInfo = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .scene = fd(14, .{ .SubMessage = {} }), + .retcode = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FarmStageGachaInfo = struct { + end_time: i64 = 0, + begin_time: i64 = 0, + gacha_id: u32 = 0, + + pub const _desc_table = .{ + .end_time = fd(15, .{ .Varint = .Simple }), + .begin_time = fd(10, .{ .Varint = .Simple }), + .gacha_id = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetFarmStageGachaInfoCsReq = struct { + farm_stage_gacha_id_list: ArrayList(u32), + + pub const _desc_table = .{ + .farm_stage_gacha_id_list = fd(7, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetFarmStageGachaInfoScRsp = struct { + retcode: u32 = 0, + farm_stage_gacha_info_list: ArrayList(FarmStageGachaInfo), + + pub const _desc_table = .{ + .retcode = fd(7, .{ .Varint = .Simple }), + .farm_stage_gacha_info_list = fd(10, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const QuickStartCocoonStageCsReq = struct { + world_level: u32 = 0, + cocoon_id: u32 = 0, + wave: u32 = 0, + + pub const _desc_table = .{ + .world_level = fd(14, .{ .Varint = .Simple }), + .cocoon_id = fd(2, .{ .Varint = .Simple }), + .wave = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const QuickStartCocoonStageScRsp = struct { + wave: u32 = 0, + cocoon_id: u32 = 0, + retcode: u32 = 0, + battle_info: ?SceneBattleInfo = null, + + pub const _desc_table = .{ + .wave = fd(5, .{ .Varint = .Simple }), + .cocoon_id = fd(2, .{ .Varint = .Simple }), + .retcode = fd(3, .{ .Varint = .Simple }), + .battle_info = fd(7, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const QuickStartFarmElementCsReq = struct { + world_level: u32 = 0, + JDANOKNHNHL: u32 = 0, + + pub const _desc_table = .{ + .world_level = fd(15, .{ .Varint = .Simple }), + .JDANOKNHNHL = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const QuickStartFarmElementScRsp = struct { + battle_info: ?SceneBattleInfo = null, + JDANOKNHNHL: u32 = 0, + world_level: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .battle_info = fd(7, .{ .SubMessage = {} }), + .JDANOKNHNHL = fd(8, .{ .Varint = .Simple }), + .world_level = fd(9, .{ .Varint = .Simple }), + .retcode = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CocoonSweepCsReq = struct { + cocoon_id: u32 = 0, + world_level: u32 = 0, + + pub const _desc_table = .{ + .cocoon_id = fd(9, .{ .Varint = .Simple }), + .world_level = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CocoonSweepScRsp = struct { + multiple_drop_data: ?ItemList = null, + drop_data: ?ItemList = null, + retcode: u32 = 0, + cocoon_id: u32 = 0, + + pub const _desc_table = .{ + .multiple_drop_data = fd(13, .{ .SubMessage = {} }), + .drop_data = fd(1, .{ .SubMessage = {} }), + .retcode = fd(10, .{ .Varint = .Simple }), + .cocoon_id = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FarmElementSweepCsReq = struct { + world_level: u32 = 0, + JDANOKNHNHL: u32 = 0, + + pub const _desc_table = .{ + .world_level = fd(10, .{ .Varint = .Simple }), + .JDANOKNHNHL = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FarmElementSweepScRsp = struct { + JDANOKNHNHL: u32 = 0, + multiple_drop_data: ?ItemList = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .JDANOKNHNHL = fd(8, .{ .Varint = .Simple }), + .multiple_drop_data = fd(7, .{ .SubMessage = {} }), + .retcode = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EnterAetherDivideSceneCsReq = struct { + BDKNGDOCPGP: u32 = 0, + + pub const _desc_table = .{ + .BDKNGDOCPGP = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EnterAetherDivideSceneScRsp = struct { + BDKNGDOCPGP: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .BDKNGDOCPGP = fd(5, .{ .Varint = .Simple }), + .retcode = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LeaveAetherDivideSceneCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LeaveAetherDivideSceneScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const StartAetherDivideSceneBattleCsReq = struct { + assist_monster_entity_id_list: ArrayList(u32), + cast_entity_id: u32 = 0, + skill_index: u32 = 0, + assist_monster_entity_info: ArrayList(AssistMonsterEntityInfo), + attacked_by_entity_id: u32 = 0, + + pub const _desc_table = .{ + .assist_monster_entity_id_list = fd(7, .{ .PackedList = .{ .Varint = .Simple } }), + .cast_entity_id = fd(14, .{ .Varint = .Simple }), + .skill_index = fd(11, .{ .Varint = .Simple }), + .assist_monster_entity_info = fd(10, .{ .List = .{ .SubMessage = {} } }), + .attacked_by_entity_id = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const StartAetherDivideSceneBattleScRsp = struct { + retcode: u32 = 0, + cast_entity_id: u32 = 0, + battle_info: ?AetherDivideBattleInfo = null, + + pub const _desc_table = .{ + .retcode = fd(11, .{ .Varint = .Simple }), + .cast_entity_id = fd(6, .{ .Varint = .Simple }), + .battle_info = fd(5, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const StartAetherDivideChallengeBattleCsReq = struct { + challenge_id: u32 = 0, + lineup_index: u32 = 0, + + pub const _desc_table = .{ + .challenge_id = fd(5, .{ .Varint = .Simple }), + .lineup_index = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const StartAetherDivideChallengeBattleScRsp = struct { + battle_info: ?AetherDivideBattleInfo = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .battle_info = fd(11, .{ .SubMessage = {} }), + .retcode = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PassiveSkillItem = struct { + slot: u32 = 0, + item_id: u32 = 0, + + pub const _desc_table = .{ + .slot = fd(12, .{ .Varint = .Simple }), + .item_id = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AetherDivideSpiritInfo = struct { + exp: u32 = 0, + sp_bar: ?SpBarInfo = null, + promotion: u32 = 0, + aether_avatar_id: u32 = 0, + JDHCHABCLCC: u32 = 0, + passive_skill: ArrayList(PassiveSkillItem), + + pub const _desc_table = .{ + .exp = fd(11, .{ .Varint = .Simple }), + .sp_bar = fd(7, .{ .SubMessage = {} }), + .promotion = fd(3, .{ .Varint = .Simple }), + .aether_avatar_id = fd(10, .{ .Varint = .Simple }), + .JDHCHABCLCC = fd(8, .{ .Varint = .Simple }), + .passive_skill = fd(1, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AetherDivideLineupInfo = struct { + aether_avatar_list: ArrayList(u32), + slot: u32 = 0, + + pub const _desc_table = .{ + .aether_avatar_list = fd(1, .{ .PackedList = .{ .Varint = .Simple } }), + .slot = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AetherSkillInfo = struct { + Num: u32 = 0, + item_id: u32 = 0, + skill_dress_avatar_id: u32 = 0, + + pub const _desc_table = .{ + .Num = fd(9, .{ .Varint = .Simple }), + .item_id = fd(4, .{ .Varint = .Simple }), + .skill_dress_avatar_id = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetAetherDivideInfoCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetAetherDivideInfoScRsp = struct { + retcode: u32 = 0, + skill_list: ArrayList(AetherSkillInfo), + PFLJGGDAOFM: u32 = 0, + lineup_list: ArrayList(AetherDivideLineupInfo), + PHLKDNGHOOA: u32 = 0, + NLFIHKICDDO: ArrayList(AetherDivideSpiritInfo), + JDHLMHJBOJM: u32 = 0, + IBCIPIIDCOL: u32 = 0, + EGEMNDNEDIP: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(15, .{ .Varint = .Simple }), + .skill_list = fd(3, .{ .List = .{ .SubMessage = {} } }), + .PFLJGGDAOFM = fd(13, .{ .Varint = .Simple }), + .lineup_list = fd(11, .{ .List = .{ .SubMessage = {} } }), + .PHLKDNGHOOA = fd(8, .{ .Varint = .Simple }), + .NLFIHKICDDO = fd(9, .{ .List = .{ .SubMessage = {} } }), + .JDHLMHJBOJM = fd(14, .{ .Varint = .Simple }), + .IBCIPIIDCOL = fd(2, .{ .Varint = .Simple }), + .EGEMNDNEDIP = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetAetherDivideLineUpCsReq = struct { + lineup: ?AetherDivideLineupInfo = null, + + pub const _desc_table = .{ + .lineup = fd(1, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetAetherDivideLineUpScRsp = struct { + lineup: ?AetherDivideLineupInfo = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .lineup = fd(13, .{ .SubMessage = {} }), + .retcode = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EquipAetherDividePassiveSkillCsReq = struct { + aether_avatar_id: u32 = 0, + item_id: u32 = 0, + slot: u32 = 0, + + pub const _desc_table = .{ + .aether_avatar_id = fd(2, .{ .Varint = .Simple }), + .item_id = fd(12, .{ .Varint = .Simple }), + .slot = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EquipAetherDividePassiveSkillScRsp = struct { + aether_info: ?AetherDivideSpiritInfo = null, + retcode: u32 = 0, + aether_skill_info: ?AetherSkillInfo = null, + + pub const _desc_table = .{ + .aether_info = fd(15, .{ .SubMessage = {} }), + .retcode = fd(6, .{ .Varint = .Simple }), + .aether_skill_info = fd(10, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ClearAetherDividePassiveSkillCsReq = struct { + aether_avatar_id: u32 = 0, + slot: u32 = 0, + + pub const _desc_table = .{ + .aether_avatar_id = fd(13, .{ .Varint = .Simple }), + .slot = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ClearAetherDividePassiveSkillScRsp = struct { + aether_info: ?AetherDivideSpiritInfo = null, + aether_skill_info: ?AetherSkillInfo = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .aether_info = fd(12, .{ .SubMessage = {} }), + .aether_skill_info = fd(4, .{ .SubMessage = {} }), + .retcode = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AetherDivideSpiritExpUpCsReq = struct { + KBMLAJOAANE: u32 = 0, + JDHLMHJBOJM: u32 = 0, + aether_avatar_id: u32 = 0, + + pub const _desc_table = .{ + .KBMLAJOAANE = fd(4, .{ .Varint = .Simple }), + .JDHLMHJBOJM = fd(1, .{ .Varint = .Simple }), + .aether_avatar_id = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AetherDivideSpiritExpUpScRsp = struct { + aether_info: ?AetherDivideSpiritInfo = null, + retcode: u32 = 0, + JDHLMHJBOJM: u32 = 0, + + pub const _desc_table = .{ + .aether_info = fd(2, .{ .SubMessage = {} }), + .retcode = fd(1, .{ .Varint = .Simple }), + .JDHLMHJBOJM = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SwitchAetherDivideLineUpSlotCsReq = struct { + lineup_index: u32 = 0, + + pub const _desc_table = .{ + .lineup_index = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SwitchAetherDivideLineUpSlotScRsp = struct { + lineup_index: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .lineup_index = fd(5, .{ .Varint = .Simple }), + .retcode = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const StartAetherDivideStageBattleCsReq = struct { + event_id: u32 = 0, + + pub const _desc_table = .{ + .event_id = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const StartAetherDivideStageBattleScRsp = struct { + retcode: u32 = 0, + battle_info: ?AetherDivideBattleInfo = null, + + pub const _desc_table = .{ + .retcode = fd(3, .{ .Varint = .Simple }), + .battle_info = fd(13, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AetherDivideLineupScNotify = struct { + lineup: ?AetherDivideLineupInfo = null, + + pub const _desc_table = .{ + .lineup = fd(5, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AetherDivideSpiritInfoScNotify = struct { + MGEGIMBBAJB: ArrayList(AetherDivideSpiritInfo), + JDHLMHJBOJM: u32 = 0, + aether_info: ?AetherDivideSpiritInfo = null, + + pub const _desc_table = .{ + .MGEGIMBBAJB = fd(12, .{ .List = .{ .SubMessage = {} } }), + .JDHLMHJBOJM = fd(11, .{ .Varint = .Simple }), + .aether_info = fd(7, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetAetherDivideChallengeInfoCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetAetherDivideChallengeInfoScRsp = struct { + retcode: u32 = 0, + PCNNMJBJIOC: u32 = 0, + GKHJKFCCCGP: ArrayList(u32), + BFDIPGBLMMO: ArrayList(u32), + + pub const _desc_table = .{ + .retcode = fd(2, .{ .Varint = .Simple }), + .PCNNMJBJIOC = fd(7, .{ .Varint = .Simple }), + .GKHJKFCCCGP = fd(8, .{ .PackedList = .{ .Varint = .Simple } }), + .BFDIPGBLMMO = fd(10, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AetherDivideFinishChallengeScNotify = struct { + challenge_id: u32 = 0, + + pub const _desc_table = .{ + .challenge_id = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AetherDivideTainerInfoScNotify = struct { + EGEMNDNEDIP: u32 = 0, + + pub const _desc_table = .{ + .EGEMNDNEDIP = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AetherDivideSkillItemScNotify = struct { + item_id: u32 = 0, + Num: u32 = 0, + + pub const _desc_table = .{ + .item_id = fd(3, .{ .Varint = .Simple }), + .Num = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AetherDivideRefreshEndlessCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AetherDivideRefreshEndlessScRsp = struct { + IBCIPIIDCOL: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .IBCIPIIDCOL = fd(6, .{ .Varint = .Simple }), + .retcode = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AetherDivideRefreshEndlessScNotify = struct { + IBCIPIIDCOL: u32 = 0, + + pub const _desc_table = .{ + .IBCIPIIDCOL = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AetherDivideTakeChallengeRewardCsReq = struct { + challenge_id: u32 = 0, + + pub const _desc_table = .{ + .challenge_id = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AetherDivideTakeChallengeRewardScRsp = struct { + retcode: u32 = 0, + reward: ?ItemList = null, + challenge_id: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(10, .{ .Varint = .Simple }), + .reward = fd(5, .{ .SubMessage = {} }), + .challenge_id = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const JONGAGACHHO = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ADOLEOFEGOK = struct { + POIIAIAKILF: u32 = 0, + map_id: u32 = 0, + + pub const _desc_table = .{ + .POIIAIAKILF = fd(12, .{ .Varint = .Simple }), + .map_id = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetAlleyInfoCsReq = struct { + level: u32 = 0, + shop_id: u32 = 0, + + pub const _desc_table = .{ + .level = fd(8, .{ .Varint = .Simple }), + .shop_id = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AGADEMAJIMD = struct { + OMNGCIJALFM: ArrayList(u32), + IMMLPHDNMOL: ArrayList(ADOLEOFEGOK), + HNFOJBCJAMG: ArrayList(NJAOIGGMEAL), + FMJPLHOHBAB: ArrayList(LogisticsScore), + + pub const _desc_table = .{ + .OMNGCIJALFM = fd(2, .{ .PackedList = .{ .Varint = .Simple } }), + .IMMLPHDNMOL = fd(14, .{ .List = .{ .SubMessage = {} } }), + .HNFOJBCJAMG = fd(15, .{ .List = .{ .SubMessage = {} } }), + .FMJPLHOHBAB = fd(9, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetAlleyInfoScRsp = struct { + NPLAKEOKEKB: ArrayList(NPLAKEOKEKBEntry), + retcode: u32 = 0, + level: u32 = 0, + BOKOLCPKEJM: ?ECJMJJKJGOP = null, + NJGAMCCGADC: ?AGADEMAJIMD = null, + GEFNDEEIKEF: ArrayList(u32), + NOPODEIMFFB: u32 = 0, + OEDPOPCOHGB: ArrayList(u32), + BJCMPHLPKNF: ArrayList(HEHAOMIAMGL), + GLBOEMJJAHD: ArrayList(u32), + KLPNGFNMIPI: ?LAIEMCFACDK = null, + DBJHEMIPPIM: u32 = 0, + + pub const _desc_table = .{ + .NPLAKEOKEKB = fd(3, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(12, .{ .Varint = .Simple }), + .level = fd(1, .{ .Varint = .Simple }), + .BOKOLCPKEJM = fd(5, .{ .SubMessage = {} }), + .NJGAMCCGADC = fd(6, .{ .SubMessage = {} }), + .GEFNDEEIKEF = fd(2, .{ .PackedList = .{ .Varint = .Simple } }), + .NOPODEIMFFB = fd(4, .{ .Varint = .Simple }), + .OEDPOPCOHGB = fd(8, .{ .PackedList = .{ .Varint = .Simple } }), + .BJCMPHLPKNF = fd(15, .{ .List = .{ .SubMessage = {} } }), + .GLBOEMJJAHD = fd(7, .{ .PackedList = .{ .Varint = .Simple } }), + .KLPNGFNMIPI = fd(9, .{ .SubMessage = {} }), + .DBJHEMIPPIM = fd(11, .{ .Varint = .Simple }), + }; + + pub const NPLAKEOKEKBEntry = struct { + key: u32 = 0, + value: u32 = 0, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KFAIFHOPNHH = struct { + BDDLDNEJFKN: u32 = 0, + IFFPPGLAFNB: u32 = 0, + + pub const _desc_table = .{ + .BDDLDNEJFKN = fd(4, .{ .Varint = .Simple }), + .IFFPPGLAFNB = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KGCANLJIKCP = struct { + KNANGDKHIEJ: u32 = 0, + KALFMCAGHDO: ArrayList(KFAIFHOPNHH), + + pub const _desc_table = .{ + .KNANGDKHIEJ = fd(2, .{ .Varint = .Simple }), + .KALFMCAGHDO = fd(5, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AlleyPlacingShip = struct { + goods_list: ArrayList(KGCANLJIKCP), + ship_id: u32 = 0, + + pub const _desc_table = .{ + .goods_list = fd(1, .{ .List = .{ .SubMessage = {} } }), + .ship_id = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AlleyPlacingGameCsReq = struct { + KEOKDNIKBDA: u32 = 0, + HLOJKEKIPKF: u32 = 0, + cost_time: u32 = 0, + BMNHHIDHODD: u32 = 0, + EJJODHJHHAM: ?AlleyPlacingShip = null, + FJDABPPANDC: u32 = 0, + ENGDBIIMAFF: u32 = 0, + DHHJLCHCLAF: u32 = 0, + INDEPLOFDEC: u32 = 0, + + pub const _desc_table = .{ + .KEOKDNIKBDA = fd(9, .{ .Varint = .Simple }), + .HLOJKEKIPKF = fd(10, .{ .Varint = .Simple }), + .cost_time = fd(8, .{ .Varint = .Simple }), + .BMNHHIDHODD = fd(5, .{ .Varint = .Simple }), + .EJJODHJHHAM = fd(14, .{ .SubMessage = {} }), + .FJDABPPANDC = fd(11, .{ .Varint = .Simple }), + .ENGDBIIMAFF = fd(15, .{ .Varint = .Simple }), + .DHHJLCHCLAF = fd(13, .{ .Varint = .Simple }), + .INDEPLOFDEC = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AlleyPlacingGameScRsp = struct { + KHIBBGPHDMB: u32 = 0, + KFBOKLHDJDA: u32 = 0, + ELBBANDDJCI: u32 = 0, + KOFICKLLJNI: u32 = 0, + PGLGBLKKIDA: u32 = 0, + event_id: u32 = 0, + retcode: u32 = 0, + ILEGFKGCMOM: u32 = 0, + + pub const _desc_table = .{ + .KHIBBGPHDMB = fd(8, .{ .Varint = .Simple }), + .KFBOKLHDJDA = fd(2, .{ .Varint = .Simple }), + .ELBBANDDJCI = fd(11, .{ .Varint = .Simple }), + .KOFICKLLJNI = fd(5, .{ .Varint = .Simple }), + .PGLGBLKKIDA = fd(14, .{ .Varint = .Simple }), + .event_id = fd(10, .{ .Varint = .Simple }), + .retcode = fd(12, .{ .Varint = .Simple }), + .ILEGFKGCMOM = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ActivityRaidPlacingGameCsReq = struct { + EJJODHJHHAM: ?AlleyPlacingShip = null, + GCOIIOPKJPF: ?GCOIIOPKJPF_union, + + pub const _GCOIIOPKJPF_case = enum { + FJDABPPANDC, + CJEMMDPICLJ, + }; + pub const GCOIIOPKJPF_union = union(_GCOIIOPKJPF_case) { + FJDABPPANDC: u32, + CJEMMDPICLJ: u32, + pub const _union_desc = .{ + .FJDABPPANDC = fd(3, .{ .Varint = .Simple }), + .CJEMMDPICLJ = fd(14, .{ .Varint = .Simple }), + }; + }; + + pub const _desc_table = .{ + .EJJODHJHHAM = fd(10, .{ .SubMessage = {} }), + .GCOIIOPKJPF = fd(null, .{ .OneOf = GCOIIOPKJPF_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ActivityRaidPlacingGameScRsp = struct { + retcode: u32 = 0, + GCOIIOPKJPF: ?GCOIIOPKJPF_union, + + pub const _GCOIIOPKJPF_case = enum { + CJEMMDPICLJ, + FJDABPPANDC, + }; + pub const GCOIIOPKJPF_union = union(_GCOIIOPKJPF_case) { + CJEMMDPICLJ: u32, + FJDABPPANDC: u32, + pub const _union_desc = .{ + .CJEMMDPICLJ = fd(4, .{ .Varint = .Simple }), + .FJDABPPANDC = fd(14, .{ .Varint = .Simple }), + }; + }; + + pub const _desc_table = .{ + .retcode = fd(2, .{ .Varint = .Simple }), + .GCOIIOPKJPF = fd(null, .{ .OneOf = GCOIIOPKJPF_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ECJMJJKJGOP = struct { + IICHHOKOPGG: bool = false, + HDKDKJBDGCC: u32 = 0, + JDJCNBGOGLP: ArrayList(u32), + JALHNEIDHGJ: u32 = 0, + CPGAJPCKCDG: u32 = 0, + FBEILDAJEDE: ArrayList(u32), + + pub const _desc_table = .{ + .IICHHOKOPGG = fd(7, .{ .Varint = .Simple }), + .HDKDKJBDGCC = fd(1, .{ .Varint = .Simple }), + .JDJCNBGOGLP = fd(4, .{ .PackedList = .{ .Varint = .Simple } }), + .JALHNEIDHGJ = fd(13, .{ .Varint = .Simple }), + .CPGAJPCKCDG = fd(2, .{ .Varint = .Simple }), + .FBEILDAJEDE = fd(10, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AlleyOrderChangedScNotify = struct { + PPHIADNKGAF: ?ECJMJJKJGOP = null, + + pub const _desc_table = .{ + .PPHIADNKGAF = fd(11, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AlleyShipUnlockScNotify = struct { + EJDFKNMNALE: u32 = 0, + + pub const _desc_table = .{ + .EJDFKNMNALE = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LLLOMACPCGB = struct { + BEHPABEEODH: u32 = 0, + DGNKGDLILLB: ArrayList(u32), + CAKCCBJOHOI: u32 = 0, + LEPACDHLBIB: u32 = 0, + PPIBBKHLMJC: ArrayList(u32), + shop_id: u32 = 0, + CADHPHLNOCH: ArrayList(u32), + + pub const _desc_table = .{ + .BEHPABEEODH = fd(10, .{ .Varint = .Simple }), + .DGNKGDLILLB = fd(15, .{ .PackedList = .{ .Varint = .Simple } }), + .CAKCCBJOHOI = fd(4, .{ .Varint = .Simple }), + .LEPACDHLBIB = fd(6, .{ .Varint = .Simple }), + .PPIBBKHLMJC = fd(11, .{ .PackedList = .{ .Varint = .Simple } }), + .shop_id = fd(7, .{ .Varint = .Simple }), + .CADHPHLNOCH = fd(3, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const NJAOIGGMEAL = struct { + HOFDBFLCGKB: ArrayList(LLLOMACPCGB), + cost_time: u32 = 0, + map_id: u32 = 0, + + pub const _desc_table = .{ + .HOFDBFLCGKB = fd(4, .{ .List = .{ .SubMessage = {} } }), + .cost_time = fd(11, .{ .Varint = .Simple }), + .map_id = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LogisticsScore = struct { + last_level: u32 = 0, + max_score: u32 = 0, + map_id: u32 = 0, + reward: ?ItemList = null, + last_max_score: u32 = 0, + unlock_level: u32 = 0, + cur_score: u32 = 0, + + pub const _desc_table = .{ + .last_level = fd(9, .{ .Varint = .Simple }), + .max_score = fd(13, .{ .Varint = .Simple }), + .map_id = fd(15, .{ .Varint = .Simple }), + .reward = fd(3, .{ .SubMessage = {} }), + .last_max_score = fd(8, .{ .Varint = .Simple }), + .unlock_level = fd(11, .{ .Varint = .Simple }), + .cur_score = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LogisticsGameCsReq = struct { + APMCPHFMAEG: ArrayList(NJAOIGGMEAL), + BOBLNBJMKCA: bool = false, + + pub const _desc_table = .{ + .APMCPHFMAEG = fd(5, .{ .List = .{ .SubMessage = {} } }), + .BOBLNBJMKCA = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LogisticsScoreRewardSyncInfoScNotify = struct { + FMJPLHOHBAB: ArrayList(LogisticsScore), + + pub const _desc_table = .{ + .FMJPLHOHBAB = fd(11, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LogisticsGameScRsp = struct { + retcode: u32 = 0, + event_id: u32 = 0, + FMJPLHOHBAB: ArrayList(LogisticsScore), + BOBLNBJMKCA: bool = false, + + pub const _desc_table = .{ + .retcode = fd(4, .{ .Varint = .Simple }), + .event_id = fd(7, .{ .Varint = .Simple }), + .FMJPLHOHBAB = fd(13, .{ .List = .{ .SubMessage = {} } }), + .BOBLNBJMKCA = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HEHAOMIAMGL = struct { + NINGBNBMKOP: u32 = 0, + event_id: u32 = 0, + state: AlleyEventState = @enumFromInt(0), + + pub const _desc_table = .{ + .NINGBNBMKOP = fd(3, .{ .Varint = .Simple }), + .event_id = fd(2, .{ .Varint = .Simple }), + .state = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const StartAlleyEventCsReq = struct { + event_id: u32 = 0, + + pub const _desc_table = .{ + .event_id = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const StartAlleyEventScRsp = struct { + event_id: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .event_id = fd(6, .{ .Varint = .Simple }), + .retcode = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AlleyEventChangeNotify = struct { + NFLDODIABCL: ?HEHAOMIAMGL = null, + HCNLDIBEACA: u32 = 0, + + pub const _desc_table = .{ + .NFLDODIABCL = fd(14, .{ .SubMessage = {} }), + .HCNLDIBEACA = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AlleyEventEffectNotify = struct { + LFILNMFDNIG: u32 = 0, + + pub const _desc_table = .{ + .LFILNMFDNIG = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakePrestigeRewardCsReq = struct { + level: u32 = 0, + + pub const _desc_table = .{ + .level = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakePrestigeRewardScRsp = struct { + retcode: u32 = 0, + level: u32 = 0, + reward: ?ItemList = null, + + pub const _desc_table = .{ + .retcode = fd(2, .{ .Varint = .Simple }), + .level = fd(3, .{ .Varint = .Simple }), + .reward = fd(1, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PrestigeLevelUpCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PrestigeLevelUpScRsp = struct { + retcode: u32 = 0, + level: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(8, .{ .Varint = .Simple }), + .level = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AlleyFundsScNotify = struct { + DBJHEMIPPIM: u32 = 0, + + pub const _desc_table = .{ + .DBJHEMIPPIM = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SaveLogisticsCsReq = struct { + APMCPHFMAEG: ArrayList(NJAOIGGMEAL), + + pub const _desc_table = .{ + .APMCPHFMAEG = fd(5, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SaveLogisticsScRsp = struct { + APMCPHFMAEG: ArrayList(NJAOIGGMEAL), + retcode: u32 = 0, + + pub const _desc_table = .{ + .APMCPHFMAEG = fd(5, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LogisticsInfoScNotify = struct { + NJGAMCCGADC: ?AGADEMAJIMD = null, + + pub const _desc_table = .{ + .NJGAMCCGADC = fd(10, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LAIEMCFACDK = struct { + AAHAPCBILHC: ArrayList(AAHAPCBILHCEntry), + ALGHCNAJBMM: u32 = 0, + PGHCKCPKGLL: u32 = 0, + + pub const _desc_table = .{ + .AAHAPCBILHC = fd(13, .{ .List = .{ .SubMessage = {} } }), + .ALGHCNAJBMM = fd(8, .{ .Varint = .Simple }), + .PGHCKCPKGLL = fd(9, .{ .Varint = .Simple }), + }; + + pub const AAHAPCBILHCEntry = struct { + key: u32 = 0, + value: u32 = 0, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AlleyShipmentEventEffectsScNotify = struct { + LGJKPJOJBLF: ?LAIEMCFACDK = null, + + pub const _desc_table = .{ + .LGJKPJOJBLF = fd(15, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetSaveLogisticsMapCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetSaveLogisticsMapScRsp = struct { + retcode: u32 = 0, + HNFOJBCJAMG: ArrayList(NJAOIGGMEAL), + + pub const _desc_table = .{ + .retcode = fd(4, .{ .Varint = .Simple }), + .HNFOJBCJAMG = fd(8, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AlleyShipUsedCountScNotify = struct { + NPLAKEOKEKB: ArrayList(NPLAKEOKEKBEntry), + + pub const _desc_table = .{ + .NPLAKEOKEKB = fd(4, .{ .List = .{ .SubMessage = {} } }), + }; + + pub const NPLAKEOKEKBEntry = struct { + key: u32 = 0, + value: u32 = 0, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AlleyGuaranteedFundsCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AlleyGuaranteedFundsScRsp = struct { + retcode: u32 = 0, + CLIBOBEHNDM: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(7, .{ .Varint = .Simple }), + .CLIBOBEHNDM = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AlleyTakeEventRewardCsReq = struct { + event_id: u32 = 0, + + pub const _desc_table = .{ + .event_id = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AlleyTakeEventRewardScRsp = struct { + reward: ?ItemList = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .reward = fd(1, .{ .SubMessage = {} }), + .retcode = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LogisticsDetonateStarSkiffCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LogisticsDetonateStarSkiffScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RelicList = struct { + set_id: u32 = 0, + type: u32 = 0, + + pub const _desc_table = .{ + .set_id = fd(2, .{ .Varint = .Simple }), + .type = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonsterList = struct { + monster_id: u32 = 0, + Num: u32 = 0, + + pub const _desc_table = .{ + .monster_id = fd(14, .{ .Varint = .Simple }), + .Num = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ArchiveData = struct { + relic_list: ArrayList(RelicList), + archive_missing_avatar_id_list: ArrayList(u32), + kill_monster_list: ArrayList(MonsterList), + archive_missing_equipment_id_list: ArrayList(u32), + archive_equipment_id_list: ArrayList(u32), + + pub const _desc_table = .{ + .relic_list = fd(15, .{ .List = .{ .SubMessage = {} } }), + .archive_missing_avatar_id_list = fd(8, .{ .PackedList = .{ .Varint = .Simple } }), + .kill_monster_list = fd(9, .{ .List = .{ .SubMessage = {} } }), + .archive_missing_equipment_id_list = fd(12, .{ .PackedList = .{ .Varint = .Simple } }), + .archive_equipment_id_list = fd(13, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetArchiveDataCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetArchiveDataScRsp = struct { + retcode: u32 = 0, + archive_data: ?ArchiveData = null, + + pub const _desc_table = .{ + .retcode = fd(9, .{ .Varint = .Simple }), + .archive_data = fd(13, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetUpdatedArchiveDataCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetUpdatedArchiveDataScRsp = struct { + archive_data: ?ArchiveData = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .archive_data = fd(14, .{ .SubMessage = {} }), + .retcode = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetAvatarDataCsReq = struct { + is_get_all: bool = false, + base_avatar_id_list: ArrayList(u32), + + pub const _desc_table = .{ + .is_get_all = fd(9, .{ .Varint = .Simple }), + .base_avatar_id_list = fd(15, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EquipRelic = struct { + relic_unique_id: u32 = 0, + type: u32 = 0, + + pub const _desc_table = .{ + .relic_unique_id = fd(8, .{ .Varint = .Simple }), + .type = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const Avatar = struct { + equipment_unique_id: u32 = 0, + skilltree_list: ArrayList(AvatarSkillTree), + rank: u32 = 0, + promotion: u32 = 0, + NDEFNACPCLH: u32 = 0, + exp: u32 = 0, + base_avatar_id: u32 = 0, + first_met_time_stamp: u64 = 0, + equip_relic_list: ArrayList(EquipRelic), + level: u32 = 0, + dressed_skin_id: u32 = 0, + is_marked: bool = false, + has_taken_promotion_reward_list: ArrayList(u32), + + pub const _desc_table = .{ + .equipment_unique_id = fd(13, .{ .Varint = .Simple }), + .skilltree_list = fd(10, .{ .List = .{ .SubMessage = {} } }), + .rank = fd(3, .{ .Varint = .Simple }), + .promotion = fd(1, .{ .Varint = .Simple }), + .NDEFNACPCLH = fd(12, .{ .Varint = .Simple }), + .exp = fd(9, .{ .Varint = .Simple }), + .base_avatar_id = fd(7, .{ .Varint = .Simple }), + .first_met_time_stamp = fd(5, .{ .Varint = .Simple }), + .equip_relic_list = fd(2, .{ .List = .{ .SubMessage = {} } }), + .level = fd(15, .{ .Varint = .Simple }), + .dressed_skin_id = fd(6, .{ .Varint = .Simple }), + .is_marked = fd(8, .{ .Varint = .Simple }), + .has_taken_promotion_reward_list = fd(11, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MultiPathAvatarInfo = struct { + dressed_skin_id: u32 = 0, + multi_path_skill_tree: ArrayList(AvatarSkillTree), + equip_relic_list: ArrayList(EquipRelic), + NDEFNACPCLH: u32 = 0, + rank: u32 = 0, + KDMCLKJLJPP: u64 = 0, + path_equipment_id: u32 = 0, + avatar_id: MultiPathAvatarType = @enumFromInt(0), + + pub const _desc_table = .{ + .dressed_skin_id = fd(14, .{ .Varint = .Simple }), + .multi_path_skill_tree = fd(12, .{ .List = .{ .SubMessage = {} } }), + .equip_relic_list = fd(5, .{ .List = .{ .SubMessage = {} } }), + .NDEFNACPCLH = fd(15, .{ .Varint = .Simple }), + .rank = fd(2, .{ .Varint = .Simple }), + .KDMCLKJLJPP = fd(8, .{ .Varint = .Simple }), + .path_equipment_id = fd(4, .{ .Varint = .Simple }), + .avatar_id = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetAvatarDataScRsp = struct { + PNKCFEALAMI: ArrayList(GrowthTartgetFuncType), + FEFPIJJLNFG: ArrayList(KHOCCHABNMN), + avatar_list: ArrayList(Avatar), + retcode: u32 = 0, + JPNLPOPMKEJ: u32 = 0, + basic_type_id_list: ArrayList(u32), + is_get_all: bool = false, + multi_path_avatar_info_list: ArrayList(MultiPathAvatarInfo), + skin_list: ArrayList(u32), + cur_multi_path_avatar_type_map: ArrayList(CurMultiPathAvatarTypeMapEntry), + + pub const _desc_table = .{ + .PNKCFEALAMI = fd(5, .{ .List = .{ .Varint = .Simple } }), + .FEFPIJJLNFG = fd(13, .{ .List = .{ .SubMessage = {} } }), + .avatar_list = fd(10, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(2, .{ .Varint = .Simple }), + .JPNLPOPMKEJ = fd(9, .{ .Varint = .Simple }), + .basic_type_id_list = fd(3, .{ .PackedList = .{ .Varint = .Simple } }), + .is_get_all = fd(6, .{ .Varint = .Simple }), + .multi_path_avatar_info_list = fd(4, .{ .List = .{ .SubMessage = {} } }), + .skin_list = fd(14, .{ .PackedList = .{ .Varint = .Simple } }), + .cur_multi_path_avatar_type_map = fd(15, .{ .List = .{ .SubMessage = {} } }), + }; + + pub const CurMultiPathAvatarTypeMapEntry = struct { + key: u32 = 0, + value: MultiPathAvatarType = @enumFromInt(0), + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AvatarExpUpCsReq = struct { + base_avatar_id: u32 = 0, + item_cost: ?ItemCostData = null, + + pub const _desc_table = .{ + .base_avatar_id = fd(9, .{ .Varint = .Simple }), + .item_cost = fd(10, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AvatarExpUpScRsp = struct { + return_item_list: ArrayList(PileItem), + retcode: u32 = 0, + + pub const _desc_table = .{ + .return_item_list = fd(8, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const UnlockSkilltreeCsReq = struct { + level: u32 = 0, + point_id: u32 = 0, + item_list: ArrayList(ItemCost), + + pub const _desc_table = .{ + .level = fd(8, .{ .Varint = .Simple }), + .point_id = fd(10, .{ .Varint = .Simple }), + .item_list = fd(15, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const UnlockSkilltreeScRsp = struct { + level: u32 = 0, + retcode: u32 = 0, + point_id: u32 = 0, + + pub const _desc_table = .{ + .level = fd(11, .{ .Varint = .Simple }), + .retcode = fd(3, .{ .Varint = .Simple }), + .point_id = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PromoteAvatarCsReq = struct { + base_avatar_id: u32 = 0, + item_list: ArrayList(ItemCost), + + pub const _desc_table = .{ + .base_avatar_id = fd(13, .{ .Varint = .Simple }), + .item_list = fd(2, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PromoteAvatarScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DressAvatarCsReq = struct { + equipment_unique_id: u32 = 0, + avatar_id: u32 = 0, + + pub const _desc_table = .{ + .equipment_unique_id = fd(8, .{ .Varint = .Simple }), + .avatar_id = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DressAvatarScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeOffEquipmentCsReq = struct { + avatar_id: u32 = 0, + + pub const _desc_table = .{ + .avatar_id = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeOffEquipmentScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AddAvatarScNotify = struct { + src: AddAvatarSrcState = @enumFromInt(0), + reward: ?ItemList = null, + base_avatar_id: u32 = 0, + is_new: bool = false, + + pub const _desc_table = .{ + .src = fd(15, .{ .Varint = .Simple }), + .reward = fd(7, .{ .SubMessage = {} }), + .base_avatar_id = fd(6, .{ .Varint = .Simple }), + .is_new = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AddMultiPathAvatarScNotify = struct { + is_new: bool = false, + avatar_id: u32 = 0, + reward: ?ItemList = null, + + pub const _desc_table = .{ + .is_new = fd(15, .{ .Varint = .Simple }), + .avatar_id = fd(4, .{ .Varint = .Simple }), + .reward = fd(8, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RankUpAvatarCsReq = struct { + rank: u32 = 0, + avatar_id: u32 = 0, + cost_data: ?ItemCostData = null, + + pub const _desc_table = .{ + .rank = fd(14, .{ .Varint = .Simple }), + .avatar_id = fd(6, .{ .Varint = .Simple }), + .cost_data = fd(11, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RankUpAvatarScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DressRelicParam = struct { + relic_unique_id: u32 = 0, + relic_type: u32 = 0, + + pub const _desc_table = .{ + .relic_unique_id = fd(1, .{ .Varint = .Simple }), + .relic_type = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DressRelicAvatarCsReq = struct { + avatar_id: u32 = 0, + switch_list: ArrayList(DressRelicParam), + + pub const _desc_table = .{ + .avatar_id = fd(13, .{ .Varint = .Simple }), + .switch_list = fd(12, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DressRelicAvatarScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeOffRelicCsReq = struct { + avatar_id: u32 = 0, + relic_type_list: ArrayList(u32), + + pub const _desc_table = .{ + .avatar_id = fd(7, .{ .Varint = .Simple }), + .relic_type_list = fd(6, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeOffRelicScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakePromotionRewardCsReq = struct { + base_avatar_id: u32 = 0, + promotion: u32 = 0, + + pub const _desc_table = .{ + .base_avatar_id = fd(15, .{ .Varint = .Simple }), + .promotion = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakePromotionRewardScRsp = struct { + retcode: u32 = 0, + reward_list: ?ItemList = null, + + pub const _desc_table = .{ + .retcode = fd(14, .{ .Varint = .Simple }), + .reward_list = fd(8, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DressAvatarSkinCsReq = struct { + skin_id: u32 = 0, + avatar_id: u32 = 0, + + pub const _desc_table = .{ + .skin_id = fd(10, .{ .Varint = .Simple }), + .avatar_id = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DressAvatarSkinScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeOffAvatarSkinCsReq = struct { + avatar_id: u32 = 0, + + pub const _desc_table = .{ + .avatar_id = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeOffAvatarSkinScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const UnlockAvatarSkinScNotify = struct { + skin_id: u32 = 0, + + pub const _desc_table = .{ + .skin_id = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MarkAvatarCsReq = struct { + is_marked: bool = false, + avatar_id: u32 = 0, + + pub const _desc_table = .{ + .is_marked = fd(11, .{ .Varint = .Simple }), + .avatar_id = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MarkAvatarScRsp = struct { + avatar_id: u32 = 0, + retcode: u32 = 0, + is_marked: bool = false, + + pub const _desc_table = .{ + .avatar_id = fd(10, .{ .Varint = .Simple }), + .retcode = fd(15, .{ .Varint = .Simple }), + .is_marked = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetGrowthTargetAvatarCsReq = struct { + source: GrowthTargetState = @enumFromInt(0), + IDNMEKNHLPO: u32 = 0, + avatar_id: u32 = 0, + growth_target_type_list: ArrayList(GrowthTartgetFuncType), + + pub const _desc_table = .{ + .source = fd(5, .{ .Varint = .Simple }), + .IDNMEKNHLPO = fd(8, .{ .Varint = .Simple }), + .avatar_id = fd(4, .{ .Varint = .Simple }), + .growth_target_type_list = fd(14, .{ .List = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetGrowthTargetAvatarScRsp = struct { + retcode: u32 = 0, + NCBKPDNGOHJ: u32 = 0, + JPNLPOPMKEJ: u32 = 0, + growth_target_type_list: ArrayList(GrowthTartgetFuncType), + + pub const _desc_table = .{ + .retcode = fd(6, .{ .Varint = .Simple }), + .NCBKPDNGOHJ = fd(10, .{ .Varint = .Simple }), + .JPNLPOPMKEJ = fd(1, .{ .Varint = .Simple }), + .growth_target_type_list = fd(7, .{ .List = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GrowthTargetAvatarChangedScNotify = struct { + JPNLPOPMKEJ: u32 = 0, + growth_target_type_list: ArrayList(GrowthTartgetFuncType), + + pub const _desc_table = .{ + .JPNLPOPMKEJ = fd(11, .{ .Varint = .Simple }), + .growth_target_type_list = fd(12, .{ .List = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetPreAvatarActivityListCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetPreAvatarActivityListScRsp = struct { + PHHNCJJPKIC: ArrayList(u32), + retcode: u32 = 0, + + pub const _desc_table = .{ + .PHHNCJJPKIC = fd(8, .{ .PackedList = .{ .Varint = .Simple } }), + .retcode = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const NMIFOLJFCJH = struct { + KPJHBEILAIP: ManagedString = .Empty, + PHIBNKMIOGP: u32 = 0, + JJMKEADCIAG: u32 = 0, + OANPNFJJFHG: ManagedString = .Empty, + DLAPKBDDBBC: u32 = 0, + DBIJFKOBKKH: u32 = 0, + DGGNNBCJOCC: u32 = 0, + type: u32 = 0, + panel_id: u32 = 0, + FLAAGNAPDHP: u32 = 0, + MKHLDLFONKN: ManagedString = .Empty, + FOJCCKACDHH: u32 = 0, + IHOKHLFHOCC: u32 = 0, + EGDDNPEONKC: u32 = 0, + LKKAMLLAFAE: u32 = 0, + LIJCNGOHKHF: u32 = 0, + KIEJACMOGAN: u32 = 0, + AEKFJKENPHN: u32 = 0, + HDNIKCBLKIL: u32 = 0, + EBPPBPMHDHI: ManagedString = .Empty, + PMMCFGMPLBA: u32 = 0, + KJAEOJBJOJD: u32 = 0, + + pub const _desc_table = .{ + .KPJHBEILAIP = fd(816, .String), + .PHIBNKMIOGP = fd(8, .{ .Varint = .Simple }), + .JJMKEADCIAG = fd(1, .{ .Varint = .Simple }), + .OANPNFJJFHG = fd(1585, .String), + .DLAPKBDDBBC = fd(12, .{ .Varint = .Simple }), + .DBIJFKOBKKH = fd(2, .{ .Varint = .Simple }), + .DGGNNBCJOCC = fd(1100, .{ .Varint = .Simple }), + .type = fd(586, .{ .Varint = .Simple }), + .panel_id = fd(1045, .{ .Varint = .Simple }), + .FLAAGNAPDHP = fd(11, .{ .Varint = .Simple }), + .MKHLDLFONKN = fd(1026, .String), + .FOJCCKACDHH = fd(6, .{ .Varint = .Simple }), + .IHOKHLFHOCC = fd(15, .{ .Varint = .Simple }), + .EGDDNPEONKC = fd(3, .{ .Varint = .Simple }), + .LKKAMLLAFAE = fd(13, .{ .Varint = .Simple }), + .LIJCNGOHKHF = fd(9, .{ .Varint = .Simple }), + .KIEJACMOGAN = fd(5, .{ .Varint = .Simple }), + .AEKFJKENPHN = fd(10, .{ .Varint = .Simple }), + .HDNIKCBLKIL = fd(7, .{ .Varint = .Simple }), + .EBPPBPMHDHI = fd(61, .String), + .PMMCFGMPLBA = fd(14, .{ .Varint = .Simple }), + .KJAEOJBJOJD = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetPreAvatarGrowthInfoCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetPreAvatarGrowthInfoScRsp = struct { + retcode: u32 = 0, + IJONOMEJOHM: ArrayList(NMIFOLJFCJH), + + pub const _desc_table = .{ + .retcode = fd(9, .{ .Varint = .Simple }), + .IJONOMEJOHM = fd(14, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetAvatarEnhancedIdCsReq = struct { + avatar_id: u32 = 0, + GLACKHOPMIO: u32 = 0, + + pub const _desc_table = .{ + .avatar_id = fd(14, .{ .Varint = .Simple }), + .GLACKHOPMIO = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetAvatarEnhancedIdScRsp = struct { + retcode: u32 = 0, + NDEFNACPCLH: u32 = 0, + NCBKPDNGOHJ: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(15, .{ .Varint = .Simple }), + .NDEFNACPCLH = fd(2, .{ .Varint = .Simple }), + .NCBKPDNGOHJ = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PVEBattleResultCsReq = struct { + client_version: u32 = 0, + op_list: ArrayList(BattleOp), + is_auto_fight: bool = false, + client_res_version: u32 = 0, + stage_id: u32 = 0, + cost_time: u32 = 0, + turn_snapshot_hash: ManagedString = .Empty, + debug_extra_info: ManagedString = .Empty, + is_ai_consider_ultra_skill: bool = false, + HPEKEKIPJLF: ArrayList(HPEKEKIPJLFEntry), + JCJFGOJFEGE: u32 = 0, + GJGKAGFPAGM: bool = false, + stt: ?BattleStatistics = null, + battle_id: u32 = 0, + end_status: BattleEndStatus = @enumFromInt(0), + + pub const _desc_table = .{ + .client_version = fd(8, .{ .Varint = .Simple }), + .op_list = fd(15, .{ .List = .{ .SubMessage = {} } }), + .is_auto_fight = fd(5, .{ .Varint = .Simple }), + .client_res_version = fd(4, .{ .Varint = .Simple }), + .stage_id = fd(10, .{ .Varint = .Simple }), + .cost_time = fd(9, .{ .Varint = .Simple }), + .turn_snapshot_hash = fd(2, .String), + .debug_extra_info = fd(6, .String), + .is_ai_consider_ultra_skill = fd(1, .{ .Varint = .Simple }), + .HPEKEKIPJLF = fd(11, .{ .List = .{ .SubMessage = {} } }), + .JCJFGOJFEGE = fd(13, .{ .Varint = .Simple }), + .GJGKAGFPAGM = fd(14, .{ .Varint = .Simple }), + .stt = fd(12, .{ .SubMessage = {} }), + .battle_id = fd(3, .{ .Varint = .Simple }), + .end_status = fd(7, .{ .Varint = .Simple }), + }; + + pub const HPEKEKIPJLFEntry = struct { + key: ManagedString = .Empty, + value: u32 = 0, + + pub const _desc_table = .{ + .key = fd(1, .String), + .value = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PVEBattleResultScRsp = struct { + GGMPFNKOFKD: u32 = 0, + EIGNJEEGDEP: ?ItemList = null, + KLODELECMCI: u32 = 0, + mismatch_turn_count: u32 = 0, + pve_avatar_list: ArrayList(BattleAvatar), + retcode: u32 = 0, + drop_data: ?ItemList = null, + res_version: ManagedString = .Empty, + end_status: BattleEndStatus = @enumFromInt(0), + stage_id: u32 = 0, + multiple_drop_data: ?ItemList = null, + KJCHGEHDLNO: ?MBKOCMMICPG = null, + bin_version: ManagedString = .Empty, + check_identical: bool = false, + item_list_unk2: ?ItemList = null, + battle_id: u32 = 0, + event_id: u32 = 0, + + pub const _desc_table = .{ + .GGMPFNKOFKD = fd(5, .{ .Varint = .Simple }), + .EIGNJEEGDEP = fd(11, .{ .SubMessage = {} }), + .KLODELECMCI = fd(2, .{ .Varint = .Simple }), + .mismatch_turn_count = fd(13, .{ .Varint = .Simple }), + .pve_avatar_list = fd(1, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(8, .{ .Varint = .Simple }), + .drop_data = fd(7, .{ .SubMessage = {} }), + .res_version = fd(10, .String), + .end_status = fd(15, .{ .Varint = .Simple }), + .stage_id = fd(4, .{ .Varint = .Simple }), + .multiple_drop_data = fd(6, .{ .SubMessage = {} }), + .KJCHGEHDLNO = fd(1708, .{ .SubMessage = {} }), + .bin_version = fd(12, .String), + .check_identical = fd(3, .{ .Varint = .Simple }), + .item_list_unk2 = fd(599, .{ .SubMessage = {} }), + .battle_id = fd(14, .{ .Varint = .Simple }), + .event_id = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const QuitBattleCsReq = struct { + rebattle_type: RebattleType = @enumFromInt(0), + stt: ?BattleStatistics = null, + + pub const _desc_table = .{ + .rebattle_type = fd(15, .{ .Varint = .Simple }), + .stt = fd(4, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const QuitBattleScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetCurBattleInfoCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetCurBattleInfoScRsp = struct { + PBPHJBAFGBB: ?AetherDivideBattleInfo = null, + retcode: u32 = 0, + IBPJKFFFLNG: u32 = 0, + last_end_status: BattleEndStatus = @enumFromInt(0), + battle_info: ?SceneBattleInfo = null, + + pub const _desc_table = .{ + .PBPHJBAFGBB = fd(1, .{ .SubMessage = {} }), + .retcode = fd(13, .{ .Varint = .Simple }), + .IBPJKFFFLNG = fd(15, .{ .Varint = .Simple }), + .last_end_status = fd(12, .{ .Varint = .Simple }), + .battle_info = fd(10, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SyncClientResVersionCsReq = struct { + client_res_version: u32 = 0, + + pub const _desc_table = .{ + .client_res_version = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SyncClientResVersionScRsp = struct { + client_res_version: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .client_res_version = fd(2, .{ .Varint = .Simple }), + .retcode = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const QuitBattleScNotify = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BattleLogReportCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BattleLogReportScRsp = struct { + retcode: u32 = 0, + is_battle_log_report: bool = false, + + pub const _desc_table = .{ + .retcode = fd(10, .{ .Varint = .Simple }), + .is_battle_log_report = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ServerSimulateBattleFinishScNotify = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ReBattleAfterBattleLoseCsNotify = struct { + PMJAHILBLFL: bool = false, + + pub const _desc_table = .{ + .PMJAHILBLFL = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RebattleByClientCsNotify = struct { + rebattle_type: RebattleType = @enumFromInt(0), + stt: ?BattleStatistics = null, + + pub const _desc_table = .{ + .rebattle_type = fd(4, .{ .Varint = .Simple }), + .stt = fd(3, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetBattleCollegeDataCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetBattleCollegeDataScRsp = struct { + retcode: u32 = 0, + finished_college_id_list: ArrayList(u32), + MAMHOJMFJOF: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(11, .{ .Varint = .Simple }), + .finished_college_id_list = fd(5, .{ .PackedList = .{ .Varint = .Simple } }), + .MAMHOJMFJOF = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BattleCollegeDataChangeScNotify = struct { + MAMHOJMFJOF: u32 = 0, + reward: ?ItemList = null, + finished_college_id_list: ArrayList(u32), + + pub const _desc_table = .{ + .MAMHOJMFJOF = fd(9, .{ .Varint = .Simple }), + .reward = fd(3, .{ .SubMessage = {} }), + .finished_college_id_list = fd(15, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const StartBattleCollegeCsReq = struct { + id: u32 = 0, + + pub const _desc_table = .{ + .id = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const StartBattleCollegeScRsp = struct { + battle_info: ?SceneBattleInfo = null, + id: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .battle_info = fd(7, .{ .SubMessage = {} }), + .id = fd(4, .{ .Varint = .Simple }), + .retcode = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BattlePassInfoNotify = struct { + JLLHALOHJII: BpTierType = @enumFromInt(0), + EKGOPLDJOII: u64 = 0, + LJFLFLIMKAD: u32 = 0, + NKAOKNMHOLH: u64 = 0, + exp: u32 = 0, + level: u32 = 0, + CPHIIOCKHPI: u64 = 0, + EDBMNMDJBKO: u32 = 0, + INBOCKJGLBO: u64 = 0, + LJOEKEFKPKO: u64 = 0, + HKEOAACCBPL: u64 = 0, + FDKKIKGANCK: u64 = 0, + CBJKLLEOHDC: u64 = 0, + + pub const _desc_table = .{ + .JLLHALOHJII = fd(6, .{ .Varint = .Simple }), + .EKGOPLDJOII = fd(1, .{ .Varint = .Simple }), + .LJFLFLIMKAD = fd(8, .{ .Varint = .Simple }), + .NKAOKNMHOLH = fd(12, .{ .Varint = .Simple }), + .exp = fd(9, .{ .Varint = .Simple }), + .level = fd(7, .{ .Varint = .Simple }), + .CPHIIOCKHPI = fd(14, .{ .Varint = .Simple }), + .EDBMNMDJBKO = fd(13, .{ .Varint = .Simple }), + .INBOCKJGLBO = fd(3, .{ .Varint = .Simple }), + .LJOEKEFKPKO = fd(15, .{ .Varint = .Simple }), + .HKEOAACCBPL = fd(2, .{ .Varint = .Simple }), + .FDKKIKGANCK = fd(11, .{ .Varint = .Simple }), + .CBJKLLEOHDC = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeBpRewardCsReq = struct { + type: BpRewardType = @enumFromInt(0), + level: u32 = 0, + optional_reward_id: u32 = 0, + + pub const _desc_table = .{ + .type = fd(11, .{ .Varint = .Simple }), + .level = fd(5, .{ .Varint = .Simple }), + .optional_reward_id = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeBpRewardScRsp = struct { + retcode: u32 = 0, + reward: ?ItemList = null, + + pub const _desc_table = .{ + .retcode = fd(1, .{ .Varint = .Simple }), + .reward = fd(10, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BuyBpLevelCsReq = struct { + LDNJEACFBJE: u32 = 0, + + pub const _desc_table = .{ + .LDNJEACFBJE = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BuyBpLevelScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OptionalReward = struct { + level: u32 = 0, + optional_reward_id: u32 = 0, + + pub const _desc_table = .{ + .level = fd(11, .{ .Varint = .Simple }), + .optional_reward_id = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeAllRewardCsReq = struct { + MODOOFJOIAO: ArrayList(OptionalReward), + + pub const _desc_table = .{ + .MODOOFJOIAO = fd(13, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeAllRewardScRsp = struct { + retcode: u32 = 0, + reward: ?ItemList = null, + + pub const _desc_table = .{ + .retcode = fd(9, .{ .Varint = .Simple }), + .reward = fd(15, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetBenefitActivityInfoCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LuckyKoiInfo = struct { + uid_str: ManagedString = .Empty, + name_str: ManagedString = .Empty, + head_icon: u32 = 0, + + pub const _desc_table = .{ + .uid_str = fd(4, .String), + .name_str = fd(1, .String), + .head_icon = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BenefitRewardItem = struct { + level: u32 = 0, + item_list: ?ItemList = null, + + pub const _desc_table = .{ + .level = fd(10, .{ .Varint = .Simple }), + .item_list = fd(15, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BenefitItemConfig = struct { + rogue_score_reward_info: ArrayList(BenefitRewardItem), + reveal_time: u64 = 0, + reveal_num_limit: u32 = 0, + end_time: u64 = 0, + begin_time: u64 = 0, + lucky_koi_list: ArrayList(LuckyKoiInfo), + + pub const _desc_table = .{ + .rogue_score_reward_info = fd(1, .{ .List = .{ .SubMessage = {} } }), + .reveal_time = fd(11, .{ .Varint = .Simple }), + .reveal_num_limit = fd(13, .{ .Varint = .Simple }), + .end_time = fd(8, .{ .Varint = .Simple }), + .begin_time = fd(15, .{ .Varint = .Simple }), + .lucky_koi_list = fd(14, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BenefitData = struct { + config: ?BenefitItemConfig = null, + level: u32 = 0, + status: u32 = 0, + daily_index: u32 = 0, + + pub const _desc_table = .{ + .config = fd(6, .{ .SubMessage = {} }), + .level = fd(4, .{ .Varint = .Simple }), + .status = fd(10, .{ .Varint = .Simple }), + .daily_index = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetBenefitActivityInfoScRsp = struct { + benefit_data_list: ArrayList(BenefitData), + retcode: u32 = 0, + is_open: bool = false, + + pub const _desc_table = .{ + .benefit_data_list = fd(11, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(6, .{ .Varint = .Simple }), + .is_open = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SwitchItem = struct { + daily_index: u32 = 0, + EINFBGKENDH: bool = false, + + pub const _desc_table = .{ + .daily_index = fd(6, .{ .Varint = .Simple }), + .EINFBGKENDH = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeBenefitActivityRewardCsReq = struct { + switch_list: ArrayList(SwitchItem), + BFBPCBNPFPH: bool = false, + + pub const _desc_table = .{ + .switch_list = fd(14, .{ .List = .{ .SubMessage = {} } }), + .BFBPCBNPFPH = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RewardSwitchItem = struct { + daily_index: u32 = 0, + EINFBGKENDH: bool = false, + item_list: ?ItemList = null, + + pub const _desc_table = .{ + .daily_index = fd(2, .{ .Varint = .Simple }), + .EINFBGKENDH = fd(6, .{ .Varint = .Simple }), + .item_list = fd(1, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeBenefitActivityRewardScRsp = struct { + retcode: u32 = 0, + switch_list: ArrayList(RewardSwitchItem), + CKEKCCONJGB: ?ItemList = null, + + pub const _desc_table = .{ + .retcode = fd(12, .{ .Varint = .Simple }), + .switch_list = fd(4, .{ .List = .{ .SubMessage = {} } }), + .CKEKCCONJGB = fd(7, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const JoinBenefitActivityCsReq = struct { + daily_index: u32 = 0, + + pub const _desc_table = .{ + .daily_index = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const JoinBenefitActivityScRsp = struct { + retcode: u32 = 0, + daily_index: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(15, .{ .Varint = .Simple }), + .daily_index = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const IJKJJDHLKLB = struct { + avatar_type: AvatarType = @enumFromInt(0), + avatar_id: u32 = 0, + + pub const _desc_table = .{ + .avatar_type = fd(5, .{ .Varint = .Simple }), + .avatar_id = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FCIHIJLOMGA = struct { + HNPEAPPMGAA: u32 = 0, + NAALCBMBPGC: u32 = 0, + LLFOFPNDAFG: u32 = 0, + avatar_list: ArrayList(u32), + MDLACHDKMPH: ArrayList(IJKJJDHLKLB), + APLKNJEGBKF: bool = false, + HLIBIJFHHPG: ArrayList(u32), + challenge_id: u32 = 0, + HJMGLEMJHKG: u32 = 0, + CPGOIPICPJF: u32 = 0, + + pub const _desc_table = .{ + .HNPEAPPMGAA = fd(2, .{ .Varint = .Simple }), + .NAALCBMBPGC = fd(14, .{ .Varint = .Simple }), + .LLFOFPNDAFG = fd(9, .{ .Varint = .Simple }), + .avatar_list = fd(12, .{ .PackedList = .{ .Varint = .Simple } }), + .MDLACHDKMPH = fd(4, .{ .List = .{ .SubMessage = {} } }), + .APLKNJEGBKF = fd(7, .{ .Varint = .Simple }), + .HLIBIJFHHPG = fd(13, .{ .PackedList = .{ .Varint = .Simple } }), + .challenge_id = fd(6, .{ .Varint = .Simple }), + .HJMGLEMJHKG = fd(3, .{ .Varint = .Simple }), + .CPGOIPICPJF = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetBoxingClubInfoCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetBoxingClubInfoScRsp = struct { + retcode: u32 = 0, + challenge_list: ArrayList(FCIHIJLOMGA), + + pub const _desc_table = .{ + .retcode = fd(3, .{ .Varint = .Simple }), + .challenge_list = fd(11, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GNEIBBPOAAB = struct { + avatar_id: u32 = 0, + avatar_type: AvatarType = @enumFromInt(0), + + pub const _desc_table = .{ + .avatar_id = fd(5, .{ .Varint = .Simple }), + .avatar_type = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MatchBoxingClubOpponentCsReq = struct { + MDLACHDKMPH: ArrayList(GNEIBBPOAAB), + challenge_id: u32 = 0, + avatar_list: ArrayList(u32), + + pub const _desc_table = .{ + .MDLACHDKMPH = fd(1, .{ .List = .{ .SubMessage = {} } }), + .challenge_id = fd(11, .{ .Varint = .Simple }), + .avatar_list = fd(6, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MatchBoxingClubOpponentScRsp = struct { + retcode: u32 = 0, + challenge: ?FCIHIJLOMGA = null, + + pub const _desc_table = .{ + .retcode = fd(1, .{ .Varint = .Simple }), + .challenge = fd(13, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChooseBoxingClubResonanceCsReq = struct { + challenge_id: u32 = 0, + LLFOFPNDAFG: u32 = 0, + + pub const _desc_table = .{ + .challenge_id = fd(5, .{ .Varint = .Simple }), + .LLFOFPNDAFG = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChooseBoxingClubResonanceScRsp = struct { + retcode: u32 = 0, + challenge: ?FCIHIJLOMGA = null, + + pub const _desc_table = .{ + .retcode = fd(1, .{ .Varint = .Simple }), + .challenge = fd(7, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetBoxingClubResonanceLineupCsReq = struct { + challenge_id: u32 = 0, + MDLACHDKMPH: ArrayList(GNEIBBPOAAB), + + pub const _desc_table = .{ + .challenge_id = fd(6, .{ .Varint = .Simple }), + .MDLACHDKMPH = fd(15, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetBoxingClubResonanceLineupScRsp = struct { + challenge: ?FCIHIJLOMGA = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .challenge = fd(3, .{ .SubMessage = {} }), + .retcode = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChooseBoxingClubStageOptionalBuffCsReq = struct { + FMGMAIEGOFP: u32 = 0, + challenge_id: u32 = 0, + + pub const _desc_table = .{ + .FMGMAIEGOFP = fd(1, .{ .Varint = .Simple }), + .challenge_id = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChooseBoxingClubStageOptionalBuffScRsp = struct { + challenge: ?FCIHIJLOMGA = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .challenge = fd(9, .{ .SubMessage = {} }), + .retcode = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const StartBoxingClubBattleCsReq = struct { + challenge_id: u32 = 0, + + pub const _desc_table = .{ + .challenge_id = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const StartBoxingClubBattleScRsp = struct { + challenge_id: u32 = 0, + battle_info: ?SceneBattleInfo = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .challenge_id = fd(11, .{ .Varint = .Simple }), + .battle_info = fd(1, .{ .SubMessage = {} }), + .retcode = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GiveUpBoxingClubChallengeCsReq = struct { + challenge_id: u32 = 0, + PCPDFJHDJCC: bool = false, + + pub const _desc_table = .{ + .challenge_id = fd(12, .{ .Varint = .Simple }), + .PCPDFJHDJCC = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GiveUpBoxingClubChallengeScRsp = struct { + challenge: ?FCIHIJLOMGA = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .challenge = fd(15, .{ .SubMessage = {} }), + .retcode = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BoxingClubRewardScNotify = struct { + is_win: bool = false, + NAALCBMBPGC: u32 = 0, + challenge_id: u32 = 0, + reward: ?ItemList = null, + + pub const _desc_table = .{ + .is_win = fd(1, .{ .Varint = .Simple }), + .NAALCBMBPGC = fd(5, .{ .Varint = .Simple }), + .challenge_id = fd(14, .{ .Varint = .Simple }), + .reward = fd(4, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BoxingClubChallengeUpdateScNotify = struct { + challenge: ?FCIHIJLOMGA = null, + + pub const _desc_table = .{ + .challenge = fd(12, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const Challenge = struct { + challenge_id: u32 = 0, + score_id: u32 = 0, + taken_reward: u32 = 0, + KFDAICILNMB: bool = false, + stage_info: ?ChallengeStageInfo = null, + star: u32 = 0, + record_id: u32 = 0, + score_two: u32 = 0, + + pub const _desc_table = .{ + .challenge_id = fd(15, .{ .Varint = .Simple }), + .score_id = fd(5, .{ .Varint = .Simple }), + .taken_reward = fd(14, .{ .Varint = .Simple }), + .KFDAICILNMB = fd(11, .{ .Varint = .Simple }), + .stage_info = fd(12, .{ .SubMessage = {} }), + .star = fd(6, .{ .Varint = .Simple }), + .record_id = fd(9, .{ .Varint = .Simple }), + .score_two = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChallengeGroup = struct { + taken_stars_count_reward: u64 = 0, + group_id: u32 = 0, + + pub const _desc_table = .{ + .taken_stars_count_reward = fd(9, .{ .Varint = .Simple }), + .group_id = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChallengeHistoryMaxLevel = struct { + reward_display_type: u32 = 0, + level: u32 = 0, + + pub const _desc_table = .{ + .reward_display_type = fd(9, .{ .Varint = .Simple }), + .level = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetChallengeCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetChallengeScRsp = struct { + LPLJMKPBLIF: u32 = 0, + challenge_group_list: ArrayList(ChallengeGroup), + retcode: u32 = 0, + challenge_list: ArrayList(Challenge), + max_level_list: ArrayList(ChallengeHistoryMaxLevel), + + pub const _desc_table = .{ + .LPLJMKPBLIF = fd(13, .{ .Varint = .Simple }), + .challenge_group_list = fd(5, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(9, .{ .Varint = .Simple }), + .challenge_list = fd(15, .{ .List = .{ .SubMessage = {} } }), + .max_level_list = fd(14, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChallengeStoryBuffInfo = struct { + buff_one: u32 = 0, + buff_two: u32 = 0, + + pub const _desc_table = .{ + .buff_one = fd(14, .{ .Varint = .Simple }), + .buff_two = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChallengeBossBuffInfo = struct { + buff_two: u32 = 0, + buff_one: u32 = 0, + + pub const _desc_table = .{ + .buff_two = fd(10, .{ .Varint = .Simple }), + .buff_one = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChallengeBuffInfo = struct { + IEICDGGELNE: ?IEICDGGELNE_union, + + pub const _IEICDGGELNE_case = enum { + boss_info, + story_info, + }; + pub const IEICDGGELNE_union = union(_IEICDGGELNE_case) { + boss_info: ChallengeBossBuffInfo, + story_info: ChallengeStoryBuffInfo, + pub const _union_desc = .{ + .boss_info = fd(11, .{ .SubMessage = {} }), + .story_info = fd(14, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .IEICDGGELNE = fd(null, .{ .OneOf = IEICDGGELNE_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const StartChallengeCsReq = struct { + challenge_id: u32 = 0, + second_lineup: ArrayList(u32), + stage_info: ?ChallengeBuffInfo = null, + first_lineup: ArrayList(u32), + + pub const _desc_table = .{ + .challenge_id = fd(8, .{ .Varint = .Simple }), + .second_lineup = fd(5, .{ .PackedList = .{ .Varint = .Simple } }), + .stage_info = fd(10, .{ .SubMessage = {} }), + .first_lineup = fd(3, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const StartChallengeScRsp = struct { + cur_challenge: ?CurChallenge = null, + retcode: u32 = 0, + stage_info: ?ChallengeStageInfo = null, + scene: ?SceneInfo = null, + lineup_list: ArrayList(LineupInfo), + + pub const _desc_table = .{ + .cur_challenge = fd(7, .{ .SubMessage = {} }), + .retcode = fd(10, .{ .Varint = .Simple }), + .stage_info = fd(3, .{ .SubMessage = {} }), + .scene = fd(14, .{ .SubMessage = {} }), + .lineup_list = fd(15, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const StartPartialChallengeCsReq = struct { + challenge_id: u32 = 0, + is_first_half: bool = false, + buff_id: u32 = 0, + + pub const _desc_table = .{ + .challenge_id = fd(15, .{ .Varint = .Simple }), + .is_first_half = fd(6, .{ .Varint = .Simple }), + .buff_id = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const StartPartialChallengeScRsp = struct { + retcode: u32 = 0, + scene: ?SceneInfo = null, + lineup: ?LineupInfo = null, + cur_challenge: ?CurChallenge = null, + + pub const _desc_table = .{ + .retcode = fd(9, .{ .Varint = .Simple }), + .scene = fd(14, .{ .SubMessage = {} }), + .lineup = fd(1, .{ .SubMessage = {} }), + .cur_challenge = fd(10, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LeaveChallengeCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LeaveChallengeScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChallengeSettleNotify = struct { + cur_challenge: ?CurChallenge = null, + challenge_score: u32 = 0, + LPLJMKPBLIF: u32 = 0, + max_level: ?ChallengeHistoryMaxLevel = null, + score_two: u32 = 0, + star: u32 = 0, + is_win: bool = false, + reward: ?ItemList = null, + HAHAEIFMLBM: ArrayList(u32), + challenge_id: u32 = 0, + + pub const _desc_table = .{ + .cur_challenge = fd(11, .{ .SubMessage = {} }), + .challenge_score = fd(9, .{ .Varint = .Simple }), + .LPLJMKPBLIF = fd(3, .{ .Varint = .Simple }), + .max_level = fd(12, .{ .SubMessage = {} }), + .score_two = fd(4, .{ .Varint = .Simple }), + .star = fd(5, .{ .Varint = .Simple }), + .is_win = fd(6, .{ .Varint = .Simple }), + .reward = fd(8, .{ .SubMessage = {} }), + .HAHAEIFMLBM = fd(2, .{ .PackedList = .{ .Varint = .Simple } }), + .challenge_id = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KillMonster = struct { + kill_num: u32 = 0, + monster_id: u32 = 0, + + pub const _desc_table = .{ + .kill_num = fd(5, .{ .Varint = .Simple }), + .monster_id = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChallengeStoryBuffList = struct { + buff_list: ArrayList(u32), + + pub const _desc_table = .{ + .buff_list = fd(9, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChallengeBossBuffList = struct { + buff_list: ArrayList(u32), + challenge_boss_const: u32 = 0, + + pub const _desc_table = .{ + .buff_list = fd(12, .{ .PackedList = .{ .Varint = .Simple } }), + .challenge_boss_const = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChallengeCurBuffInfo = struct { + IEICDGGELNE: ?IEICDGGELNE_union, + + pub const _IEICDGGELNE_case = enum { + cur_story_buffs, + cur_boss_buffs, + }; + pub const IEICDGGELNE_union = union(_IEICDGGELNE_case) { + cur_story_buffs: ChallengeStoryBuffList, + cur_boss_buffs: ChallengeBossBuffList, + pub const _union_desc = .{ + .cur_story_buffs = fd(5, .{ .SubMessage = {} }), + .cur_boss_buffs = fd(12, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .IEICDGGELNE = fd(null, .{ .OneOf = IEICDGGELNE_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CurChallenge = struct { + score_id: u32 = 0, + stage_info: ?ChallengeCurBuffInfo = null, + score_two: u32 = 0, + dead_avatar_num: u32 = 0, + extra_lineup_type: ExtraLineupType = @enumFromInt(0), + challenge_id: u32 = 0, + round_count: u32 = 0, + status: ChallengeStatus = @enumFromInt(0), + kill_monster_list: ArrayList(KillMonster), + + pub const _desc_table = .{ + .score_id = fd(8, .{ .Varint = .Simple }), + .stage_info = fd(9, .{ .SubMessage = {} }), + .score_two = fd(1, .{ .Varint = .Simple }), + .dead_avatar_num = fd(7, .{ .Varint = .Simple }), + .extra_lineup_type = fd(2, .{ .Varint = .Simple }), + .challenge_id = fd(14, .{ .Varint = .Simple }), + .round_count = fd(10, .{ .Varint = .Simple }), + .status = fd(15, .{ .Varint = .Simple }), + .kill_monster_list = fd(12, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetCurChallengeCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetCurChallengeScRsp = struct { + lineup_list: ArrayList(LineupInfo), + retcode: u32 = 0, + cur_challenge: ?CurChallenge = null, + + pub const _desc_table = .{ + .lineup_list = fd(12, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(13, .{ .Varint = .Simple }), + .cur_challenge = fd(11, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChallengeLineupNotify = struct { + extra_lineup_type: ExtraLineupType = @enumFromInt(0), + + pub const _desc_table = .{ + .extra_lineup_type = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeChallengeRewardCsReq = struct { + group_id: u32 = 0, + + pub const _desc_table = .{ + .group_id = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeChallengeRewardScRsp = struct { + retcode: u32 = 0, + taken_reward_list: ArrayList(TakenChallengeRewardInfo), + group_id: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(2, .{ .Varint = .Simple }), + .taken_reward_list = fd(12, .{ .List = .{ .SubMessage = {} } }), + .group_id = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakenChallengeRewardInfo = struct { + reward: ?ItemList = null, + star_count: u32 = 0, + + pub const _desc_table = .{ + .reward = fd(10, .{ .SubMessage = {} }), + .star_count = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChallengeStatistics = struct { + record_id: u32 = 0, + stage_tertinggi: ?ChallengeStageTertinggi = null, + + pub const _desc_table = .{ + .record_id = fd(6, .{ .Varint = .Simple }), + .stage_tertinggi = fd(12, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChallengeStoryStatistics = struct { + record_id: u32 = 0, + stage_tertinggi: ?ChallengeStoryStageTertinggi = null, + + pub const _desc_table = .{ + .record_id = fd(5, .{ .Varint = .Simple }), + .stage_tertinggi = fd(10, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChallengeBossStatistics = struct { + stage_tertinggi: ?ChallengeBossStageTertinggi = null, + record_id: u32 = 0, + + pub const _desc_table = .{ + .stage_tertinggi = fd(3, .{ .SubMessage = {} }), + .record_id = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChallengeStageTertinggi = struct { + round_count: u32 = 0, + level: u32 = 0, + INHDDNNPBDB: u32 = 0, + lineup_list: ArrayList(ChallengeLineupList), + + pub const _desc_table = .{ + .round_count = fd(4, .{ .Varint = .Simple }), + .level = fd(5, .{ .Varint = .Simple }), + .INHDDNNPBDB = fd(2, .{ .Varint = .Simple }), + .lineup_list = fd(7, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChallengeStoryStageTertinggi = struct { + buff_two: u32 = 0, + score_id: u32 = 0, + level: u32 = 0, + buff_one: u32 = 0, + lineup_list: ArrayList(ChallengeLineupList), + INHDDNNPBDB: u32 = 0, + + pub const _desc_table = .{ + .buff_two = fd(14, .{ .Varint = .Simple }), + .score_id = fd(13, .{ .Varint = .Simple }), + .level = fd(9, .{ .Varint = .Simple }), + .buff_one = fd(3, .{ .Varint = .Simple }), + .lineup_list = fd(8, .{ .List = .{ .SubMessage = {} } }), + .INHDDNNPBDB = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChallengeBossStageTertinggi = struct { + buff_one: u32 = 0, + lineup_list: ArrayList(ChallengeLineupList), + level: u32 = 0, + score_id: u32 = 0, + buff_two: u32 = 0, + INHDDNNPBDB: u32 = 0, + + pub const _desc_table = .{ + .buff_one = fd(1, .{ .Varint = .Simple }), + .lineup_list = fd(13, .{ .List = .{ .SubMessage = {} } }), + .level = fd(15, .{ .Varint = .Simple }), + .score_id = fd(4, .{ .Varint = .Simple }), + .buff_two = fd(9, .{ .Varint = .Simple }), + .INHDDNNPBDB = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChallengeLineupList = struct { + avatar_list: ArrayList(ChallengeAvatarInfo), + + pub const _desc_table = .{ + .avatar_list = fd(12, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChallengeAvatarInfo = struct { + avatar_type: AvatarType = @enumFromInt(0), + id: u32 = 0, + level: u32 = 0, + index: u32 = 0, + GGDIIBCDOBB: u32 = 0, + + pub const _desc_table = .{ + .avatar_type = fd(10, .{ .Varint = .Simple }), + .id = fd(7, .{ .Varint = .Simple }), + .level = fd(6, .{ .Varint = .Simple }), + .index = fd(13, .{ .Varint = .Simple }), + .GGDIIBCDOBB = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetChallengeGroupStatisticsCsReq = struct { + group_id: u32 = 0, + + pub const _desc_table = .{ + .group_id = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetChallengeGroupStatisticsScRsp = struct { + retcode: u32 = 0, + group_id: u32 = 0, + JDICGGKKOOI: ?JDICGGKKOOI_union, + + pub const _JDICGGKKOOI_case = enum { + challenge_story, + challenge_boss, + challenge_default, + }; + pub const JDICGGKKOOI_union = union(_JDICGGKKOOI_case) { + challenge_story: ChallengeStoryStatistics, + challenge_boss: ChallengeBossStatistics, + challenge_default: ChallengeStatistics, + pub const _union_desc = .{ + .challenge_story = fd(1, .{ .SubMessage = {} }), + .challenge_boss = fd(10, .{ .SubMessage = {} }), + .challenge_default = fd(12, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .retcode = fd(9, .{ .Varint = .Simple }), + .group_id = fd(5, .{ .Varint = .Simple }), + .JDICGGKKOOI = fd(null, .{ .OneOf = JDICGGKKOOI_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChallengeBossSingleNodeInfo = struct { + is_win: bool = false, + MEELGNDNOMN: bool = false, + buff_id: u32 = 0, + max_score: u32 = 0, + + pub const _desc_table = .{ + .is_win = fd(9, .{ .Varint = .Simple }), + .MEELGNDNOMN = fd(1, .{ .Varint = .Simple }), + .buff_id = fd(7, .{ .Varint = .Simple }), + .max_score = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChallengeBossEquipmentInfo = struct { + level: u32 = 0, + unique_id: u32 = 0, + promotion: u32 = 0, + tid: u32 = 0, + rank: u32 = 0, + + pub const _desc_table = .{ + .level = fd(7, .{ .Varint = .Simple }), + .unique_id = fd(12, .{ .Varint = .Simple }), + .promotion = fd(9, .{ .Varint = .Simple }), + .tid = fd(5, .{ .Varint = .Simple }), + .rank = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChallengeBossRelicInfo = struct { + unique_id: u32 = 0, + sub_affix_list: ArrayList(RelicAffix), + level: u32 = 0, + tid: u32 = 0, + main_affix_id: u32 = 0, + + pub const _desc_table = .{ + .unique_id = fd(5, .{ .Varint = .Simple }), + .sub_affix_list = fd(4, .{ .List = .{ .SubMessage = {} } }), + .level = fd(8, .{ .Varint = .Simple }), + .tid = fd(1, .{ .Varint = .Simple }), + .main_affix_id = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChallengeBossAvatarRelicInfo = struct { + NAGDKFKIFIG: ArrayList(NAGDKFKIFIGEntry), + + pub const _desc_table = .{ + .NAGDKFKIFIG = fd(13, .{ .List = .{ .SubMessage = {} } }), + }; + + pub const NAGDKFKIFIGEntry = struct { + key: u32 = 0, + value: ?ChallengeBossRelicInfo = null, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChallengeBossInfo = struct { + NCBDNPGPEAI: bool = false, + first_lineup: ArrayList(u32), + second_node: ?ChallengeBossSingleNodeInfo = null, + FOMGNPGACKC: ArrayList(FOMGNPGACKCEntry), + EHJEDEONJKK: ArrayList(EHJEDEONJKKEntry), + first_node: ?ChallengeBossSingleNodeInfo = null, + second_lineup: ArrayList(u32), + + pub const _desc_table = .{ + .NCBDNPGPEAI = fd(10, .{ .Varint = .Simple }), + .first_lineup = fd(6, .{ .PackedList = .{ .Varint = .Simple } }), + .second_node = fd(3, .{ .SubMessage = {} }), + .FOMGNPGACKC = fd(13, .{ .List = .{ .SubMessage = {} } }), + .EHJEDEONJKK = fd(9, .{ .List = .{ .SubMessage = {} } }), + .first_node = fd(12, .{ .SubMessage = {} }), + .second_lineup = fd(1, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub const FOMGNPGACKCEntry = struct { + key: u32 = 0, + value: ?ChallengeBossAvatarRelicInfo = null, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub const EHJEDEONJKKEntry = struct { + key: u32 = 0, + value: ?ChallengeBossEquipmentInfo = null, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChallengeStageInfo = struct { + boss_info: ?ChallengeBossInfo = null, + + pub const _desc_table = .{ + .boss_info = fd(14, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RestartChallengePhaseCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RestartChallengePhaseScRsp = struct { + scene: ?SceneInfo = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .scene = fd(10, .{ .SubMessage = {} }), + .retcode = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EnterChallengeNextPhaseCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EnterChallengeNextPhaseScRsp = struct { + scene: ?SceneInfo = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .scene = fd(3, .{ .SubMessage = {} }), + .retcode = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChallengeBossPhaseSettleNotify = struct { + challenge_score: u32 = 0, + score_two: u32 = 0, + is_second_half: bool = false, + is_win: bool = false, + is_reward: bool = false, + battle_target_list: ArrayList(BattleTarget), + star: u32 = 0, + page_type: u32 = 0, + phase: u32 = 0, + challenge_id: u32 = 0, + + pub const _desc_table = .{ + .challenge_score = fd(8, .{ .Varint = .Simple }), + .score_two = fd(7, .{ .Varint = .Simple }), + .is_second_half = fd(12, .{ .Varint = .Simple }), + .is_win = fd(2, .{ .Varint = .Simple }), + .is_reward = fd(4, .{ .Varint = .Simple }), + .battle_target_list = fd(13, .{ .List = .{ .SubMessage = {} } }), + .star = fd(3, .{ .Varint = .Simple }), + .page_type = fd(14, .{ .Varint = .Simple }), + .phase = fd(11, .{ .Varint = .Simple }), + .challenge_id = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SendMsgCsReq = struct { + message_type: MsgType = @enumFromInt(0), + message_text: ManagedString = .Empty, + chat_type: ChatType = @enumFromInt(0), + target_list: ArrayList(u32), + extra_id: u32 = 0, + HNBEPABNBNG: ?PEDLPHDBNAF = null, + + pub const _desc_table = .{ + .message_type = fd(6, .{ .Varint = .Simple }), + .message_text = fd(15, .String), + .chat_type = fd(8, .{ .Varint = .Simple }), + .target_list = fd(12, .{ .PackedList = .{ .Varint = .Simple } }), + .extra_id = fd(13, .{ .Varint = .Simple }), + .HNBEPABNBNG = fd(7, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SendMsgScRsp = struct { + end_time: u64 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .end_time = fd(8, .{ .Varint = .Simple }), + .retcode = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChatMessageData = struct { + content: ManagedString = .Empty, + sender_id: u32 = 0, + HNBEPABNBNG: ?PEDLPHDBNAF = null, + create_time: u64 = 0, + extra_id: u32 = 0, + message_type: MsgType = @enumFromInt(0), + + pub const _desc_table = .{ + .content = fd(6, .String), + .sender_id = fd(10, .{ .Varint = .Simple }), + .HNBEPABNBNG = fd(2, .{ .SubMessage = {} }), + .create_time = fd(3, .{ .Varint = .Simple }), + .extra_id = fd(12, .{ .Varint = .Simple }), + .message_type = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RevcMsgScNotify = struct { + message_type: MsgType = @enumFromInt(0), + chat_type: ChatType = @enumFromInt(0), + source_uid: u32 = 0, + target_uid: u32 = 0, + HNBEPABNBNG: ?PEDLPHDBNAF = null, + extra_id: u32 = 0, + message_text: ManagedString = .Empty, + + pub const _desc_table = .{ + .message_type = fd(5, .{ .Varint = .Simple }), + .chat_type = fd(4, .{ .Varint = .Simple }), + .source_uid = fd(9, .{ .Varint = .Simple }), + .target_uid = fd(13, .{ .Varint = .Simple }), + .HNBEPABNBNG = fd(8, .{ .SubMessage = {} }), + .extra_id = fd(11, .{ .Varint = .Simple }), + .message_text = fd(6, .String), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PrivateMsgOfflineUsersScNotify = struct { + contact_id_list: ArrayList(u32), + + pub const _desc_table = .{ + .contact_id_list = fd(14, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetPrivateChatHistoryCsReq = struct { + contact_side: u32 = 0, + target_side: u32 = 0, + + pub const _desc_table = .{ + .contact_side = fd(6, .{ .Varint = .Simple }), + .target_side = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetPrivateChatHistoryScRsp = struct { + retcode: u32 = 0, + chat_message_list: ArrayList(ChatMessageData), + target_side: u32 = 0, + contact_side: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(9, .{ .Varint = .Simple }), + .chat_message_list = fd(13, .{ .List = .{ .SubMessage = {} } }), + .target_side = fd(3, .{ .Varint = .Simple }), + .contact_side = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FriendHistoryInfo = struct { + contact_side: u32 = 0, + last_send_time: i64 = 0, + + pub const _desc_table = .{ + .contact_side = fd(4, .{ .Varint = .Simple }), + .last_send_time = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetChatFriendHistoryCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetChatFriendHistoryScRsp = struct { + retcode: u32 = 0, + friend_history_info: ArrayList(FriendHistoryInfo), + + pub const _desc_table = .{ + .retcode = fd(6, .{ .Varint = .Simple }), + .friend_history_info = fd(10, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetChatEmojiListCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetChatEmojiListScRsp = struct { + retcode: u32 = 0, + chat_emoji_list: ArrayList(u32), + + pub const _desc_table = .{ + .retcode = fd(9, .{ .Varint = .Simple }), + .chat_emoji_list = fd(5, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MarkChatEmojiCsReq = struct { + extra_id: u32 = 0, + is_remove_id: bool = false, + + pub const _desc_table = .{ + .extra_id = fd(11, .{ .Varint = .Simple }), + .is_remove_id = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MarkChatEmojiScRsp = struct { + retcode: u32 = 0, + is_remove_id: bool = false, + extra_id: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(13, .{ .Varint = .Simple }), + .is_remove_id = fd(8, .{ .Varint = .Simple }), + .extra_id = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BatchMarkChatEmojiCsReq = struct { + marked_emoji_id_list: ArrayList(u32), + + pub const _desc_table = .{ + .marked_emoji_id_list = fd(15, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BatchMarkChatEmojiScRsp = struct { + marked_emoji_id_list: ArrayList(u32), + retcode: u32 = 0, + + pub const _desc_table = .{ + .marked_emoji_id_list = fd(5, .{ .PackedList = .{ .Varint = .Simple } }), + .retcode = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetLoginChatInfoCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetLoginChatInfoScRsp = struct { + contact_id_list: ArrayList(u32), + retcode: u32 = 0, + + pub const _desc_table = .{ + .contact_id_list = fd(7, .{ .PackedList = .{ .Varint = .Simple } }), + .retcode = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueAvatarReviveCost = struct { + rogue_revive_cost: ?ItemCostData = null, + + pub const _desc_table = .{ + .rogue_revive_cost = fd(5, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueInfo = struct { + scene: ?SceneInfo = null, + lineup: ?LineupInfo = null, + + pub const _desc_table = .{ + .scene = fd(14, .{ .SubMessage = {} }), + .lineup = fd(1, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueDiceInfo = struct { + cur_surface_slot_id: u32 = 0, + EDPHLDEGJLM: ?EENDHPKPFLP = null, + dice_type: ChessRogueDiceType = @enumFromInt(0), + game_branch_id: u32 = 0, + cheat_times: u32 = 0, + reroll_times: u32 = 0, + game_dice_branch_id: u32 = 0, + JFIPIIFPMMB: i32 = 0, + cur_surface_id: u32 = 0, + display_id: u32 = 0, + NGDEDLKNGFG: ArrayList(u32), + dice_status: ChessRogueDiceStatus = @enumFromInt(0), + can_reroll_dice: bool = false, + FNEIDJIMJPH: bool = false, + PAGPBLAFNEH: u32 = 0, + rogue_modifider: ?RogueModifier = null, + dice: ?ChessRogueDice = null, + + pub const _desc_table = .{ + .cur_surface_slot_id = fd(5, .{ .Varint = .Simple }), + .EDPHLDEGJLM = fd(907, .{ .SubMessage = {} }), + .dice_type = fd(10, .{ .Varint = .Simple }), + .game_branch_id = fd(7, .{ .Varint = .Simple }), + .cheat_times = fd(9, .{ .Varint = .Simple }), + .reroll_times = fd(15, .{ .Varint = .Simple }), + .game_dice_branch_id = fd(8, .{ .Varint = .Simple }), + .JFIPIIFPMMB = fd(1381, .{ .Varint = .Simple }), + .cur_surface_id = fd(13, .{ .Varint = .Simple }), + .display_id = fd(2, .{ .Varint = .Simple }), + .NGDEDLKNGFG = fd(355, .{ .PackedList = .{ .Varint = .Simple } }), + .dice_status = fd(4, .{ .Varint = .Simple }), + .can_reroll_dice = fd(14, .{ .Varint = .Simple }), + .FNEIDJIMJPH = fd(1043, .{ .Varint = .Simple }), + .PAGPBLAFNEH = fd(6, .{ .Varint = .Simple }), + .rogue_modifider = fd(1142, .{ .SubMessage = {} }), + .dice = fd(708, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueRollDiceCsReq = struct { + KCHFJDAJECM: u32 = 0, + + pub const _desc_table = .{ + .KCHFJDAJECM = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueRollDiceScRsp = struct { + rogue_dice_info: ?ChessRogueDiceInfo = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .rogue_dice_info = fd(2, .{ .SubMessage = {} }), + .retcode = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CellMonster = struct { + monster_id: u32 = 0, + boss_decay_id: u32 = 0, + + pub const _desc_table = .{ + .monster_id = fd(4, .{ .Varint = .Simple }), + .boss_decay_id = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CellMonsterInfo = struct { + confirm: bool = false, + select_boss_id: u32 = 0, + cell_monster_list: ArrayList(CellMonster), + + pub const _desc_table = .{ + .confirm = fd(10, .{ .Varint = .Simple }), + .select_boss_id = fd(2, .{ .Varint = .Simple }), + .cell_monster_list = fd(15, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CellMonsterSelectInfo = struct { + select_decay_id: ArrayList(u32), + + pub const _desc_table = .{ + .select_decay_id = fd(6, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CellFinalMonsterInfo = struct { + select_boss_info: ?CellMonsterSelectInfo = null, + cell_boss_info: ?CellMonsterInfo = null, + + pub const _desc_table = .{ + .select_boss_info = fd(12, .{ .SubMessage = {} }), + .cell_boss_info = fd(2, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CellAdvanceInfo = struct { + INBKIJDHPLP: ?INBKIJDHPLP_union, + + pub const _INBKIJDHPLP_case = enum { + select_boss_info, + cell_boss_info, + final_boss_info, + }; + pub const INBKIJDHPLP_union = union(_INBKIJDHPLP_case) { + select_boss_info: CellMonsterSelectInfo, + cell_boss_info: CellMonsterInfo, + final_boss_info: CellFinalMonsterInfo, + pub const _union_desc = .{ + .select_boss_info = fd(11, .{ .SubMessage = {} }), + .cell_boss_info = fd(12, .{ .SubMessage = {} }), + .final_boss_info = fd(14, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .INBKIJDHPLP = fd(null, .{ .OneOf = INBKIJDHPLP_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueCell = struct { + special_type: ChessRogueCellSpecialType = @enumFromInt(0), + pos_y: u32 = 0, + id: u32 = 0, + stage_info: ?CellAdvanceInfo = null, + cell_status: ChessRogueBoardCellStatus = @enumFromInt(0), + is_unlocked: bool = false, + room_id: u32 = 0, + mark_type: u32 = 0, + pos_x: u32 = 0, + block_type: u32 = 0, + unlock: bool = false, + + pub const _desc_table = .{ + .special_type = fd(6, .{ .Varint = .Simple }), + .pos_y = fd(11, .{ .Varint = .Simple }), + .id = fd(5, .{ .Varint = .Simple }), + .stage_info = fd(7, .{ .SubMessage = {} }), + .cell_status = fd(3, .{ .Varint = .Simple }), + .is_unlocked = fd(10, .{ .Varint = .Simple }), + .room_id = fd(4, .{ .Varint = .Simple }), + .mark_type = fd(13, .{ .Varint = .Simple }), + .pos_x = fd(1, .{ .Varint = .Simple }), + .block_type = fd(12, .{ .Varint = .Simple }), + .unlock = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CellInfo = struct { + HLAMICLGPEE: u32 = 0, + BMAJDILBPOB: u32 = 0, + cell_list: ArrayList(ChessRogueCell), + NGHPPEGBPAO: u32 = 0, + HDHIONGOFID: u32 = 0, + + pub const _desc_table = .{ + .HLAMICLGPEE = fd(7, .{ .Varint = .Simple }), + .BMAJDILBPOB = fd(6, .{ .Varint = .Simple }), + .cell_list = fd(10, .{ .List = .{ .SubMessage = {} } }), + .NGHPPEGBPAO = fd(11, .{ .Varint = .Simple }), + .HDHIONGOFID = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueHistoryCellInfo = struct { + cell_id: u32 = 0, + room_id: u32 = 0, + + pub const _desc_table = .{ + .cell_id = fd(8, .{ .Varint = .Simple }), + .room_id = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KKCKGEOJFKE = struct { + BDMLGEPNDFM: u32 = 0, + BOHDMINEJNO: ?EENDHPKPFLP = null, + + pub const _desc_table = .{ + .BDMLGEPNDFM = fd(1, .{ .Varint = .Simple }), + .BOHDMINEJNO = fd(4, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueAreaInfo = struct { + cur_board_id: u32 = 0, + history_cell: ArrayList(ChessRogueHistoryCellInfo), + CCGHBBBOLMH: ChessRogueBoardCellStatus = @enumFromInt(0), + cur_id: u32 = 0, + allow_select_cell_id_list: ArrayList(u32), + cell: ?CellInfo = null, + CFEKAOLKHJG: ?KKCKGEOJFKE = null, + + pub const _desc_table = .{ + .cur_board_id = fd(4, .{ .Varint = .Simple }), + .history_cell = fd(6, .{ .List = .{ .SubMessage = {} } }), + .CCGHBBBOLMH = fd(5, .{ .Varint = .Simple }), + .cur_id = fd(14, .{ .Varint = .Simple }), + .allow_select_cell_id_list = fd(3, .{ .PackedList = .{ .Varint = .Simple } }), + .cell = fd(2, .{ .SubMessage = {} }), + .CFEKAOLKHJG = fd(15, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueLevelInfo = struct { + id: u32 = 0, + level_status: u32 = 0, + action_point: i32 = 0, + area_id_list: ArrayList(u32), + OCDNMHNNKGM: i32 = 0, + MHOIJAFGECP: u32 = 0, + layer_id: u32 = 0, + area_info: ?ChessRogueAreaInfo = null, + + pub const _desc_table = .{ + .id = fd(4, .{ .Varint = .Simple }), + .level_status = fd(11, .{ .Varint = .Simple }), + .action_point = fd(12, .{ .Varint = .Simple }), + .area_id_list = fd(13, .{ .PackedList = .{ .Varint = .Simple } }), + .OCDNMHNNKGM = fd(14, .{ .Varint = .Simple }), + .MHOIJAFGECP = fd(9, .{ .Varint = .Simple }), + .layer_id = fd(2, .{ .Varint = .Simple }), + .area_info = fd(5, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueQueryAeon = struct { + aeon_id: u32 = 0, + MAMHOJMFJOF: u32 = 0, + + pub const _desc_table = .{ + .aeon_id = fd(1, .{ .Varint = .Simple }), + .MAMHOJMFJOF = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueQueryAeonInfo = struct { + aeon_list: ArrayList(ChessRogueQueryAeon), + + pub const _desc_table = .{ + .aeon_list = fd(2, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueAeonInfo = struct { + BOHDMINEJNO: ?EENDHPKPFLP = null, + ICJABPGMACJ: i32 = 0, + aeon_id_list: ArrayList(u32), + game_aeon_id: u32 = 0, + chess_aeon_info: ?ChessRogueQueryAeonInfo = null, + + pub const _desc_table = .{ + .BOHDMINEJNO = fd(5, .{ .SubMessage = {} }), + .ICJABPGMACJ = fd(12, .{ .Varint = .Simple }), + .aeon_id_list = fd(13, .{ .PackedList = .{ .Varint = .Simple } }), + .game_aeon_id = fd(6, .{ .Varint = .Simple }), + .chess_aeon_info = fd(15, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueLineupAvatarInfo = struct { + avatar_id: u32 = 0, + + pub const _desc_table = .{ + .avatar_id = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueLineupInfo = struct { + chess_avatar_list: ArrayList(ChessRogueLineupAvatarInfo), + revive_info: ?RogueAvatarReviveCost = null, + + pub const _desc_table = .{ + .chess_avatar_list = fd(1, .{ .List = .{ .SubMessage = {} } }), + .revive_info = fd(12, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HKMLALBDPGO = struct { + FAHIHDJFOHM: u32 = 0, + BOONPDEOBLA: ArrayList(u32), + FJKGKAEKBKJ: bool = false, + LHCBBGIMMDG: u32 = 0, + + pub const _desc_table = .{ + .FAHIHDJFOHM = fd(14, .{ .Varint = .Simple }), + .BOONPDEOBLA = fd(12, .{ .PackedList = .{ .Varint = .Simple } }), + .FJKGKAEKBKJ = fd(10, .{ .Varint = .Simple }), + .LHCBBGIMMDG = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueNousValueInfo = struct { + nous_value: i32 = 0, + + pub const _desc_table = .{ + .nous_value = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueCurrentDifficultyInfo = struct { + difficulty_id_list: ArrayList(u32), + + pub const _desc_table = .{ + .difficulty_id_list = fd(9, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueGameInfo = struct { + pending_action: ?RogueCommonPendingAction = null, + nous_value_info: ?ChessRogueNousValueInfo = null, + rogue_difficulty_info: ?ChessRogueCurrentDifficultyInfo = null, + game_miracle_info: ?ChessRogueMiracleInfo = null, + rogue_dice_info: ?ChessRogueDiceInfo = null, + rogue_lineup_info: ?ChessRogueLineupInfo = null, + story_info: ?HKMLALBDPGO = null, + rogue_sub_mode: u32 = 0, + rogue_buff_info: ?ChessRogueBuffInfo = null, + level_info: ?ChessRogueLevelInfo = null, + virtual_item_info: ?RogueVirtualItem = null, + OPAKJJMAGPH: ?IMNPEAJAJJO = null, + rogue_aeon_info: ?ChessRogueAeonInfo = null, + rogue_current_game_info: ArrayList(RogueGameInfo), + + pub const _desc_table = .{ + .pending_action = fd(10, .{ .SubMessage = {} }), + .nous_value_info = fd(1, .{ .SubMessage = {} }), + .rogue_difficulty_info = fd(1478, .{ .SubMessage = {} }), + .game_miracle_info = fd(2, .{ .SubMessage = {} }), + .rogue_dice_info = fd(7, .{ .SubMessage = {} }), + .rogue_lineup_info = fd(11, .{ .SubMessage = {} }), + .story_info = fd(6, .{ .SubMessage = {} }), + .rogue_sub_mode = fd(12, .{ .Varint = .Simple }), + .rogue_buff_info = fd(15, .{ .SubMessage = {} }), + .level_info = fd(4, .{ .SubMessage = {} }), + .virtual_item_info = fd(14, .{ .SubMessage = {} }), + .OPAKJJMAGPH = fd(13, .{ .SubMessage = {} }), + .rogue_aeon_info = fd(3, .{ .SubMessage = {} }), + .rogue_current_game_info = fd(9, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueQueryInfo = struct { + chess_aeon_info: ?ChessRogueQueryAeonInfo = null, + area_id_list: ArrayList(u32), + explored_area_id_list: ArrayList(u32), + talent_info_list: ?ChessRogueTalentInfo = null, + rogue_difficulty_info: ?AFAGHELICPD = null, + query_dice_info: ?ChessRogueQueryDiceInfo = null, + + pub const _desc_table = .{ + .chess_aeon_info = fd(13, .{ .SubMessage = {} }), + .area_id_list = fd(11, .{ .PackedList = .{ .Varint = .Simple } }), + .explored_area_id_list = fd(6, .{ .PackedList = .{ .Varint = .Simple } }), + .talent_info_list = fd(12, .{ .SubMessage = {} }), + .rogue_difficulty_info = fd(1, .{ .SubMessage = {} }), + .query_dice_info = fd(2, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueCurrentInfo = struct { + rogue_current_game_info: ArrayList(RogueGameInfo), + rogue_sub_mode: u32 = 0, + + pub const _desc_table = .{ + .rogue_current_game_info = fd(12, .{ .List = .{ .SubMessage = {} } }), + .rogue_sub_mode = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueGetInfo = struct { + talent_info_list: ?ChessRogueTalentInfo = null, + area_id_list: ArrayList(u32), + query_dice_info: ?ChessRogueQueryDiceInfo = null, + rogue_difficulty_info: ?AFAGHELICPD = null, + explored_area_id_list: ArrayList(u32), + chess_aeon_info: ?ChessRogueQueryAeonInfo = null, + + pub const _desc_table = .{ + .talent_info_list = fd(2, .{ .SubMessage = {} }), + .area_id_list = fd(5, .{ .PackedList = .{ .Varint = .Simple } }), + .query_dice_info = fd(9, .{ .SubMessage = {} }), + .rogue_difficulty_info = fd(4, .{ .SubMessage = {} }), + .explored_area_id_list = fd(12, .{ .PackedList = .{ .Varint = .Simple } }), + .chess_aeon_info = fd(13, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueFinishInfo = struct { + game_miracle_info: ?AJPFPHKKLPG = null, + FGOMIPLMEIC: u32 = 0, + rogue_buff_info: ?GCKBLHADLGN = null, + score_id: u32 = 0, + rogue_sub_mode: u32 = 0, + EGPCIBJIAJD: u32 = 0, + GMOLNJIBNJA: ChessRogueQuitReason = @enumFromInt(0), + OPAKJJMAGPH: ?IMNPEAJAJJO = null, + DMBDNAICPFB: u32 = 0, + BLBBOKOGFDA: u32 = 0, + IPOJMMGOOPJ: u32 = 0, + ANNIAOIDADO: ?LineupInfo = null, + OPOIMHHAFJO: u32 = 0, + is_finish: bool = false, + ABEHKCJHCEH: u32 = 0, + PBALFIENEFO: u32 = 0, + BGPECKFDELD: ?ItemList = null, + PLBCDIAADKD: u32 = 0, + OJGGMOOPGIL: ArrayList(u32), + + pub const _desc_table = .{ + .game_miracle_info = fd(12, .{ .SubMessage = {} }), + .FGOMIPLMEIC = fd(6, .{ .Varint = .Simple }), + .rogue_buff_info = fd(14, .{ .SubMessage = {} }), + .score_id = fd(709, .{ .Varint = .Simple }), + .rogue_sub_mode = fd(843, .{ .Varint = .Simple }), + .EGPCIBJIAJD = fd(260, .{ .Varint = .Simple }), + .GMOLNJIBNJA = fd(2, .{ .Varint = .Simple }), + .OPAKJJMAGPH = fd(1748, .{ .SubMessage = {} }), + .DMBDNAICPFB = fd(1, .{ .Varint = .Simple }), + .BLBBOKOGFDA = fd(11, .{ .Varint = .Simple }), + .IPOJMMGOOPJ = fd(7, .{ .Varint = .Simple }), + .ANNIAOIDADO = fd(9, .{ .SubMessage = {} }), + .OPOIMHHAFJO = fd(1121, .{ .Varint = .Simple }), + .is_finish = fd(5, .{ .Varint = .Simple }), + .ABEHKCJHCEH = fd(182, .{ .Varint = .Simple }), + .PBALFIENEFO = fd(13, .{ .Varint = .Simple }), + .BGPECKFDELD = fd(3, .{ .SubMessage = {} }), + .PLBCDIAADKD = fd(8, .{ .Varint = .Simple }), + .OJGGMOOPGIL = fd(4, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OJLEEFJELAP = struct { + HBCMGIICJMK: u32 = 0, + cell_list: ArrayList(ChessRogueCell), + + pub const _desc_table = .{ + .HBCMGIICJMK = fd(6, .{ .Varint = .Simple }), + .cell_list = fd(1, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LAHJPFOOHEB = struct { + KENPCKFONOK: u32 = 0, + FGOMIPLMEIC: u32 = 0, + + pub const _desc_table = .{ + .KENPCKFONOK = fd(5, .{ .Varint = .Simple }), + .FGOMIPLMEIC = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DIPMFOMGCGL = struct { + FAHIHDJFOHM: u32 = 0, + CFIBPMKAINO: u32 = 0, + + pub const _desc_table = .{ + .FAHIHDJFOHM = fd(2, .{ .Varint = .Simple }), + .CFIBPMKAINO = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueQueryCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueQueryScRsp = struct { + retcode: u32 = 0, + HNDLHICDNPC: ?ChessRogueGameInfo = null, + BOIKABLFKEC: ?ChessRogueFinishInfo = null, + rogue_get_info: ?ChessRogueGetInfo = null, + BLNDMFGKPMJ: ?ChessRogueQueryInfo = null, + + pub const _desc_table = .{ + .retcode = fd(11, .{ .Varint = .Simple }), + .HNDLHICDNPC = fd(6, .{ .SubMessage = {} }), + .BOIKABLFKEC = fd(12, .{ .SubMessage = {} }), + .rogue_get_info = fd(4, .{ .SubMessage = {} }), + .BLNDMFGKPMJ = fd(13, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueEnterCellCsReq = struct { + FEMGPNLFAGC: u32 = 0, + cell_id: u32 = 0, + + pub const _desc_table = .{ + .FEMGPNLFAGC = fd(9, .{ .Varint = .Simple }), + .cell_id = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueEnterCellScRsp = struct { + cell_id: u32 = 0, + stage_info: ?ChessRogueInfo = null, + retcode: u32 = 0, + HNDLHICDNPC: ?ChessRogueGameInfo = null, + + pub const _desc_table = .{ + .cell_id = fd(12, .{ .Varint = .Simple }), + .stage_info = fd(11, .{ .SubMessage = {} }), + .retcode = fd(1, .{ .Varint = .Simple }), + .HNDLHICDNPC = fd(15, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueEnterCsReq = struct { + id: u32 = 0, + + pub const _desc_table = .{ + .id = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueEnterScRsp = struct { + HNDLHICDNPC: ?ChessRogueGameInfo = null, + stage_info: ?ChessRogueInfo = null, + id: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .HNDLHICDNPC = fd(13, .{ .SubMessage = {} }), + .stage_info = fd(10, .{ .SubMessage = {} }), + .id = fd(15, .{ .Varint = .Simple }), + .retcode = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueLeaveCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueLeaveScRsp = struct { + rogue_aeon_info: ?ChessRogueAeonInfo = null, + rogue_get_info: ?ChessRogueGetInfo = null, + retcode: u32 = 0, + stage_info: ?ChessRogueInfo = null, + BLNDMFGKPMJ: ?ChessRogueQueryInfo = null, + + pub const _desc_table = .{ + .rogue_aeon_info = fd(13, .{ .SubMessage = {} }), + .rogue_get_info = fd(12, .{ .SubMessage = {} }), + .retcode = fd(5, .{ .Varint = .Simple }), + .stage_info = fd(4, .{ .SubMessage = {} }), + .BLNDMFGKPMJ = fd(10, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueGiveUpCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueGiveUpScRsp = struct { + rogue_get_info: ?ChessRogueGetInfo = null, + BOIKABLFKEC: ?ChessRogueFinishInfo = null, + retcode: u32 = 0, + rogue_aeon_info: ?ChessRogueAeonInfo = null, + stage_info: ?ChessRogueInfo = null, + BLNDMFGKPMJ: ?ChessRogueQueryInfo = null, + + pub const _desc_table = .{ + .rogue_get_info = fd(6, .{ .SubMessage = {} }), + .BOIKABLFKEC = fd(15, .{ .SubMessage = {} }), + .retcode = fd(8, .{ .Varint = .Simple }), + .rogue_aeon_info = fd(9, .{ .SubMessage = {} }), + .stage_info = fd(13, .{ .SubMessage = {} }), + .BLNDMFGKPMJ = fd(12, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueStartCsReq = struct { + DHNDAMPBHPP: u32 = 0, + LGHCAHBBCAM: ArrayList(u32), + aeon_id: u32 = 0, + AHIIBHKDFJB: ArrayList(u32), + base_avatar_id_list: ArrayList(u32), + HJGNDHLMMIB: ArrayList(u32), + id: u32 = 0, + + pub const _desc_table = .{ + .DHNDAMPBHPP = fd(8, .{ .Varint = .Simple }), + .LGHCAHBBCAM = fd(14, .{ .PackedList = .{ .Varint = .Simple } }), + .aeon_id = fd(5, .{ .Varint = .Simple }), + .AHIIBHKDFJB = fd(2, .{ .PackedList = .{ .Varint = .Simple } }), + .base_avatar_id_list = fd(7, .{ .PackedList = .{ .Varint = .Simple } }), + .HJGNDHLMMIB = fd(13, .{ .PackedList = .{ .Varint = .Simple } }), + .id = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueStartScRsp = struct { + HNDLHICDNPC: ?ChessRogueGameInfo = null, + stage_info: ?ChessRogueInfo = null, + DBDGAHBLGBB: ?OJLEEFJELAP = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .HNDLHICDNPC = fd(2, .{ .SubMessage = {} }), + .stage_info = fd(14, .{ .SubMessage = {} }), + .DBDGAHBLGBB = fd(9, .{ .SubMessage = {} }), + .retcode = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueQueryAeonDimensionsCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueQueryAeonDimensionsScRsp = struct { + retcode: u32 = 0, + HNDLHICDNPC: ?ChessRogueQueryAeonInfo = null, + + pub const _desc_table = .{ + .retcode = fd(3, .{ .Varint = .Simple }), + .HNDLHICDNPC = fd(2, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueChangeyAeonDimensionNotify = struct { + HNDLHICDNPC: ?ChessRogueQueryAeon = null, + + pub const _desc_table = .{ + .HNDLHICDNPC = fd(11, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueSelectCellCsReq = struct { + cell_id: u32 = 0, + FEMGPNLFAGC: u32 = 0, + + pub const _desc_table = .{ + .cell_id = fd(9, .{ .Varint = .Simple }), + .FEMGPNLFAGC = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueSelectCellScRsp = struct { + cell_id: u32 = 0, + KAJAFNPEKAJ: ?OIAOLBGOAAG = null, + retcode: u32 = 0, + FEMGPNLFAGC: u32 = 0, + + pub const _desc_table = .{ + .cell_id = fd(9, .{ .Varint = .Simple }), + .KAJAFNPEKAJ = fd(8, .{ .SubMessage = {} }), + .retcode = fd(5, .{ .Varint = .Simple }), + .FEMGPNLFAGC = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueLayerAccountInfoNotify = struct { + layer_id: u32 = 0, + BOIKABLFKEC: ?ChessRogueFinishInfo = null, + PBALFIENEFO: u32 = 0, + + pub const _desc_table = .{ + .layer_id = fd(14, .{ .Varint = .Simple }), + .BOIKABLFKEC = fd(12, .{ .SubMessage = {} }), + .PBALFIENEFO = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetChessRogueBuffEnhanceInfoCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetChessRogueBuffEnhanceInfoScRsp = struct { + retcode: u32 = 0, + FHLOMGDANJM: ?NGPIMHHELMM = null, + + pub const _desc_table = .{ + .retcode = fd(2, .{ .Varint = .Simple }), + .FHLOMGDANJM = fd(9, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EnhanceChessRogueBuffCsReq = struct { + OJEBLMKKMGO: u32 = 0, + + pub const _desc_table = .{ + .OJEBLMKKMGO = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EnhanceChessRogueBuffScRsp = struct { + retcode: u32 = 0, + ANAGCODDMOM: ?FFAMNKOAIHF = null, + FHLOMGDANJM: ?NGPIMHHELMM = null, + FGEFCEFKHMH: bool = false, + + pub const _desc_table = .{ + .retcode = fd(9, .{ .Varint = .Simple }), + .ANAGCODDMOM = fd(6, .{ .SubMessage = {} }), + .FHLOMGDANJM = fd(2, .{ .SubMessage = {} }), + .FGEFCEFKHMH = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRoguePickAvatarCsReq = struct { + prop_entity_id: u32 = 0, + base_avatar_id_list: ArrayList(u32), + + pub const _desc_table = .{ + .prop_entity_id = fd(3, .{ .Varint = .Simple }), + .base_avatar_id_list = fd(10, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRoguePickAvatarScRsp = struct { + retcode: u32 = 0, + rogue_lineup_info: ?ChessRogueLineupInfo = null, + base_avatar_id_list: ArrayList(u32), + + pub const _desc_table = .{ + .retcode = fd(10, .{ .Varint = .Simple }), + .rogue_lineup_info = fd(11, .{ .SubMessage = {} }), + .base_avatar_id_list = fd(9, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueReviveAvatarCsReq = struct { + base_avatar_id_list: ArrayList(u32), + interacted_prop_entity_id: u32 = 0, + + pub const _desc_table = .{ + .base_avatar_id_list = fd(3, .{ .PackedList = .{ .Varint = .Simple } }), + .interacted_prop_entity_id = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueReviveAvatarScRsp = struct { + revive_info: ?RogueAvatarReviveCost = null, + retcode: u32 = 0, + base_avatar_id_list: ArrayList(u32), + + pub const _desc_table = .{ + .revive_info = fd(2, .{ .SubMessage = {} }), + .retcode = fd(15, .{ .Varint = .Simple }), + .base_avatar_id_list = fd(10, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueUpdateReviveInfoScNotify = struct { + revive_info: ?RogueAvatarReviveCost = null, + + pub const _desc_table = .{ + .revive_info = fd(1, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueUpdateMoneyInfoScNotify = struct { + virtual_item_info: ?RogueVirtualItem = null, + + pub const _desc_table = .{ + .virtual_item_info = fd(6, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueUpdateDiceInfoScNotify = struct { + rogue_dice_info: ?ChessRogueDiceInfo = null, + + pub const _desc_table = .{ + .rogue_dice_info = fd(6, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueUpdateLevelBaseInfoScNotify = struct { + level_status: ChessRogueLevelStatus = @enumFromInt(0), + reason: ChessRogueUpdateLevelStatus = @enumFromInt(0), + + pub const _desc_table = .{ + .level_status = fd(3, .{ .Varint = .Simple }), + .reason = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueUpdateAllowedSelectCellScNotify = struct { + EAMGAHFFECO: u32 = 0, + allow_select_cell_id_list: ArrayList(u32), + + pub const _desc_table = .{ + .EAMGAHFFECO = fd(5, .{ .Varint = .Simple }), + .allow_select_cell_id_list = fd(12, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueUpdateBoardScNotify = struct { + DHDKNMFMGBC: ?CellInfo = null, + + pub const _desc_table = .{ + .DHDKNMFMGBC = fd(3, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueUpdateAeonModifierValueScNotify = struct { + ICJABPGMACJ: i32 = 0, + aeon_id: u32 = 0, + + pub const _desc_table = .{ + .ICJABPGMACJ = fd(15, .{ .Varint = .Simple }), + .aeon_id = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueUpdateDicePassiveAccumulateValueScNotify = struct { + CBLAEMEMMIG: i32 = 0, + + pub const _desc_table = .{ + .CBLAEMEMMIG = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueSkipTeachingLevelCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueSkipTeachingLevelScRsp = struct { + retcode: u32 = 0, + skip_reward_list: ?ItemList = null, + + pub const _desc_table = .{ + .retcode = fd(14, .{ .Varint = .Simple }), + .skip_reward_list = fd(8, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueUpdateUnlockLevelScNotify = struct { + area_id_list: ArrayList(u32), + + pub const _desc_table = .{ + .area_id_list = fd(3, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueEnterNextLayerCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueEnterNextLayerScRsp = struct { + DBDGAHBLGBB: ?OJLEEFJELAP = null, + retcode: u32 = 0, + stage_info: ?ChessRogueInfo = null, + rogue_game_info: ?ChessRogueGameInfo = null, + + pub const _desc_table = .{ + .DBDGAHBLGBB = fd(14, .{ .SubMessage = {} }), + .retcode = fd(12, .{ .Varint = .Simple }), + .stage_info = fd(5, .{ .SubMessage = {} }), + .rogue_game_info = fd(7, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueReRollDiceCsReq = struct { + KCHFJDAJECM: u32 = 0, + + pub const _desc_table = .{ + .KCHFJDAJECM = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueReRollDiceScRsp = struct { + retcode: u32 = 0, + rogue_dice_info: ?ChessRogueDiceInfo = null, + + pub const _desc_table = .{ + .retcode = fd(9, .{ .Varint = .Simple }), + .rogue_dice_info = fd(6, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueConfirmRollCsReq = struct { + KCHFJDAJECM: u32 = 0, + + pub const _desc_table = .{ + .KCHFJDAJECM = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueConfirmRollScRsp = struct { + retcode: u32 = 0, + rogue_dice_info: ?ChessRogueDiceInfo = null, + + pub const _desc_table = .{ + .retcode = fd(7, .{ .Varint = .Simple }), + .rogue_dice_info = fd(14, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueCheatRollCsReq = struct { + EOOADPOCPHD: u32 = 0, + KCHFJDAJECM: u32 = 0, + + pub const _desc_table = .{ + .EOOADPOCPHD = fd(10, .{ .Varint = .Simple }), + .KCHFJDAJECM = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueCheatRollScRsp = struct { + EOOADPOCPHD: u32 = 0, + NLJOLDMCGAI: u32 = 0, + rogue_dice_info: ?ChessRogueDiceInfo = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .EOOADPOCPHD = fd(9, .{ .Varint = .Simple }), + .NLJOLDMCGAI = fd(1, .{ .Varint = .Simple }), + .rogue_dice_info = fd(10, .{ .SubMessage = {} }), + .retcode = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueGiveUpRollCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueGiveUpRollScRsp = struct { + retcode: u32 = 0, + NKMJHEJCOLP: ?ItemList = null, + rogue_dice_info: ?ChessRogueDiceInfo = null, + + pub const _desc_table = .{ + .retcode = fd(14, .{ .Varint = .Simple }), + .NKMJHEJCOLP = fd(13, .{ .SubMessage = {} }), + .rogue_dice_info = fd(7, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueQuitCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueQuitScRsp = struct { + stage_info: ?ChessRogueInfo = null, + rogue_get_info: ?ChessRogueGetInfo = null, + BOIKABLFKEC: ?ChessRogueFinishInfo = null, + rogue_aeon_info: ?ChessRogueAeonInfo = null, + level_info: ?ChessRogueLevelInfo = null, + retcode: u32 = 0, + BLNDMFGKPMJ: ?ChessRogueQueryInfo = null, + + pub const _desc_table = .{ + .stage_info = fd(7, .{ .SubMessage = {} }), + .rogue_get_info = fd(11, .{ .SubMessage = {} }), + .BOIKABLFKEC = fd(3, .{ .SubMessage = {} }), + .rogue_aeon_info = fd(9, .{ .SubMessage = {} }), + .level_info = fd(4, .{ .SubMessage = {} }), + .retcode = fd(14, .{ .Varint = .Simple }), + .BLNDMFGKPMJ = fd(13, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueCellUpdateNotify = struct { + EAMGAHFFECO: u32 = 0, + reason: ChessRogueCellUpdateReason = @enumFromInt(0), + DNIIBBHLLNB: LGMDBCFFJOF = @enumFromInt(0), + cell_list: ArrayList(ChessRogueCell), + + pub const _desc_table = .{ + .EAMGAHFFECO = fd(10, .{ .Varint = .Simple }), + .reason = fd(4, .{ .Varint = .Simple }), + .DNIIBBHLLNB = fd(8, .{ .Varint = .Simple }), + .cell_list = fd(13, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueQuestFinishNotify = struct { + quest_id: u32 = 0, + NNJCCFEINDO: u32 = 0, + + pub const _desc_table = .{ + .quest_id = fd(13, .{ .Varint = .Simple }), + .NNJCCFEINDO = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetChessRogueStoryInfoCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetChessRogueStoryInfoScRsp = struct { + retcode: u32 = 0, + IDGIAHOPGAJ: ArrayList(LAHJPFOOHEB), + MNHMEKKHKNA: ArrayList(DIPMFOMGCGL), + + pub const _desc_table = .{ + .retcode = fd(6, .{ .Varint = .Simple }), + .IDGIAHOPGAJ = fd(3, .{ .List = .{ .SubMessage = {} } }), + .MNHMEKKHKNA = fd(13, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SelectChessRogueSubStoryCsReq = struct { + IKMNAMKJAFA: u32 = 0, + rogue_dialogue_event_id: u32 = 0, + FAHIHDJFOHM: u32 = 0, + IFIIJGNGOGP: u32 = 0, + + pub const _desc_table = .{ + .IKMNAMKJAFA = fd(15, .{ .Varint = .Simple }), + .rogue_dialogue_event_id = fd(12, .{ .Varint = .Simple }), + .FAHIHDJFOHM = fd(14, .{ .Varint = .Simple }), + .IFIIJGNGOGP = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SelectChessRogueSubStoryScRsp = struct { + IKMNAMKJAFA: u32 = 0, + retcode: u32 = 0, + rogue_dialogue_event_id: u32 = 0, + IFIIJGNGOGP: u32 = 0, + FAHIHDJFOHM: u32 = 0, + + pub const _desc_table = .{ + .IKMNAMKJAFA = fd(12, .{ .Varint = .Simple }), + .retcode = fd(10, .{ .Varint = .Simple }), + .rogue_dialogue_event_id = fd(7, .{ .Varint = .Simple }), + .IFIIJGNGOGP = fd(6, .{ .Varint = .Simple }), + .FAHIHDJFOHM = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FinishChessRogueSubStoryCsReq = struct { + IKMNAMKJAFA: u32 = 0, + + pub const _desc_table = .{ + .IKMNAMKJAFA = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FinishChessRogueSubStoryScRsp = struct { + IKMNAMKJAFA: u32 = 0, + retcode: u32 = 0, + FGOMIPLMEIC: u32 = 0, + + pub const _desc_table = .{ + .IKMNAMKJAFA = fd(3, .{ .Varint = .Simple }), + .retcode = fd(13, .{ .Varint = .Simple }), + .FGOMIPLMEIC = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueUpdateActionPointScNotify = struct { + action_point: i32 = 0, + + pub const _desc_table = .{ + .action_point = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EnterChessRogueAeonRoomCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EnterChessRogueAeonRoomScRsp = struct { + stage_info: ?ChessRogueInfo = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .stage_info = fd(13, .{ .SubMessage = {} }), + .retcode = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetChessRogueStoryAeonTalkInfoCsReq = struct { + talk_dialogue_id: u32 = 0, + + pub const _desc_table = .{ + .talk_dialogue_id = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetChessRogueStoryAeonTalkInfoScRsp = struct { + retcode: u32 = 0, + talk_dialogue_id: u32 = 0, + KJCBNEINDHL: ArrayList(KJCBNEINDHLEntry), + + pub const _desc_table = .{ + .retcode = fd(10, .{ .Varint = .Simple }), + .talk_dialogue_id = fd(15, .{ .Varint = .Simple }), + .KJCBNEINDHL = fd(2, .{ .List = .{ .SubMessage = {} } }), + }; + + pub const KJCBNEINDHLEntry = struct { + key: u32 = 0, + value: u32 = 0, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SyncChessRogueMainStoryFinishScNotify = struct { + FGOMIPLMEIC: u32 = 0, + KENPCKFONOK: u32 = 0, + + pub const _desc_table = .{ + .FGOMIPLMEIC = fd(1, .{ .Varint = .Simple }), + .KENPCKFONOK = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SyncChessRogueNousValueScNotify = struct { + nous_value_info: ?ChessRogueNousValueInfo = null, + + pub const _desc_table = .{ + .nous_value_info = fd(11, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GBEEJNBEBEP = struct { + FGOMIPLMEIC: u32 = 0, + status: ChessRogueNousMainStoryStatus = @enumFromInt(0), + + pub const _desc_table = .{ + .FGOMIPLMEIC = fd(8, .{ .Varint = .Simple }), + .status = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DIECDDGEBNB = struct { + IKMNAMKJAFA: u32 = 0, + + pub const _desc_table = .{ + .IKMNAMKJAFA = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetChessRogueNousStoryInfoCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetChessRogueNousStoryInfoScRsp = struct { + IDGIAHOPGAJ: ArrayList(GBEEJNBEBEP), + retcode: u32 = 0, + MNHMEKKHKNA: ArrayList(DIECDDGEBNB), + + pub const _desc_table = .{ + .IDGIAHOPGAJ = fd(2, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(15, .{ .Varint = .Simple }), + .MNHMEKKHKNA = fd(3, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SyncChessRogueNousSubStoryScNotify = struct { + IKMNAMKJAFA: u32 = 0, + + pub const _desc_table = .{ + .IKMNAMKJAFA = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SyncChessRogueNousMainStoryScNotify = struct { + IDGIAHOPGAJ: ArrayList(GBEEJNBEBEP), + + pub const _desc_table = .{ + .IDGIAHOPGAJ = fd(13, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const IMNPEAJAJJO = struct { + IKMNAMKJAFA: u32 = 0, + OBLHBOEOLAF: ArrayList(u32), + FGOMIPLMEIC: u32 = 0, + EMLLECGEPCK: ArrayList(u32), + FFMDBDEHHEG: u32 = 0, + ILMOOKBJHHC: ArrayList(u32), + FJKGKAEKBKJ: bool = false, + FFHEEIDBHEA: bool = false, + + pub const _desc_table = .{ + .IKMNAMKJAFA = fd(15, .{ .Varint = .Simple }), + .OBLHBOEOLAF = fd(6, .{ .PackedList = .{ .Varint = .Simple } }), + .FGOMIPLMEIC = fd(1, .{ .Varint = .Simple }), + .EMLLECGEPCK = fd(5, .{ .PackedList = .{ .Varint = .Simple } }), + .FFMDBDEHHEG = fd(7, .{ .Varint = .Simple }), + .ILMOOKBJHHC = fd(12, .{ .PackedList = .{ .Varint = .Simple } }), + .FJKGKAEKBKJ = fd(2, .{ .Varint = .Simple }), + .FFHEEIDBHEA = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HNGIHJJIACO = struct { + EOOADPOCPHD: u32 = 0, + dice_slot_id: u32 = 0, + + pub const _desc_table = .{ + .EOOADPOCPHD = fd(8, .{ .Varint = .Simple }), + .dice_slot_id = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueDice = struct { + DHNDAMPBHPP: u32 = 0, + IGBCACGFCKB: ArrayList(HNGIHJJIACO), + OABLIOFCOFO: u32 = 0, + HMKEBDLFLPG: u32 = 0, + + pub const _desc_table = .{ + .DHNDAMPBHPP = fd(1, .{ .Varint = .Simple }), + .IGBCACGFCKB = fd(10, .{ .List = .{ .SubMessage = {} } }), + .OABLIOFCOFO = fd(8, .{ .Varint = .Simple }), + .HMKEBDLFLPG = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueQueryDiceInfo = struct { + ALEHDAAOHOE: ArrayList(ChessRogueDice), + NBCMAKNLPHG: ArrayList(NBCMAKNLPHGEntry), + JKMIMLBAJBL: ArrayList(u32), + HDMPBPOFFDK: ChessRogueNousDicePhase = @enumFromInt(0), + + pub const _desc_table = .{ + .ALEHDAAOHOE = fd(10, .{ .List = .{ .SubMessage = {} } }), + .NBCMAKNLPHG = fd(2, .{ .List = .{ .SubMessage = {} } }), + .JKMIMLBAJBL = fd(1, .{ .PackedList = .{ .Varint = .Simple } }), + .HDMPBPOFFDK = fd(5, .{ .Varint = .Simple }), + }; + + pub const NBCMAKNLPHGEntry = struct { + key: u32 = 0, + value: bool = false, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueTalentInfo = struct { + JMGIPEBLOGE: ?IMJMGEENCEH = null, + POFMJBLMBJI: u32 = 0, + + pub const _desc_table = .{ + .JMGIPEBLOGE = fd(12, .{ .SubMessage = {} }), + .POFMJBLMBJI = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AFAGHELICPD = struct { + GIHDMHDADON: ArrayList(u32), + + pub const _desc_table = .{ + .GIHDMHDADON = fd(2, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueNousEditDiceCsReq = struct { + query_dice_info: ?ChessRogueDice = null, + + pub const _desc_table = .{ + .query_dice_info = fd(12, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueNousEditDiceScRsp = struct { + query_dice_info: ?ChessRogueDice = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .query_dice_info = fd(15, .{ .SubMessage = {} }), + .retcode = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueNousDiceUpdateNotify = struct { + MBIBKHKKEFB: ?ChessRogueQueryDiceInfo = null, + + pub const _desc_table = .{ + .MBIBKHKKEFB = fd(1, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueNousDiceSurfaceUnlockNotify = struct { + CAPHIDDHLFG: u32 = 0, + + pub const _desc_table = .{ + .CAPHIDDHLFG = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueNousGetRogueTalentInfoCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueNousGetRogueTalentInfoScRsp = struct { + retcode: u32 = 0, + talent_info_list: ?IMJMGEENCEH = null, + POFMJBLMBJI: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(2, .{ .Varint = .Simple }), + .talent_info_list = fd(15, .{ .SubMessage = {} }), + .POFMJBLMBJI = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueNousEnableRogueTalentCsReq = struct { + talent_id: u32 = 0, + + pub const _desc_table = .{ + .talent_id = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueNousEnableRogueTalentScRsp = struct { + talent_info_list: ?IMJMGEENCEH = null, + POFMJBLMBJI: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .talent_info_list = fd(1, .{ .SubMessage = {} }), + .POFMJBLMBJI = fd(11, .{ .Varint = .Simple }), + .retcode = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AACOFIKDCPL = struct { + IENPELBPHDP: u32 = 0, + progress: u32 = 0, + + pub const _desc_table = .{ + .IENPELBPHDP = fd(7, .{ .Varint = .Simple }), + .progress = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ODNNKBIMEFH = struct { + KEEDPLPACLP: ArrayList(AACOFIKDCPL), + + pub const _desc_table = .{ + .KEEDPLPACLP = fd(12, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EADGANMJIPK = struct { + IBPFGEBMILB: ArrayList(u32), + + pub const _desc_table = .{ + .IBPFGEBMILB = fd(8, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const JCNJDFFCLDG = struct { + LKEBLPIJMGB: i32 = 0, + OOPKIKMBBHH: ArrayList(u32), + JNBOONPDOCE: bool = false, + id: u32 = 0, + hp: i32 = 0, + KEEDPLPACLP: ?ODNNKBIMEFH = null, + + pub const _desc_table = .{ + .LKEBLPIJMGB = fd(15, .{ .Varint = .Simple }), + .OOPKIKMBBHH = fd(7, .{ .PackedList = .{ .Varint = .Simple } }), + .JNBOONPDOCE = fd(10, .{ .Varint = .Simple }), + .id = fd(2, .{ .Varint = .Simple }), + .hp = fd(6, .{ .Varint = .Simple }), + .KEEDPLPACLP = fd(13, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MPJDIBCCOHF = struct { + MIAIOPGIPHH: u32 = 0, + OBCPGOBAEDE: ArrayList(u32), + + pub const _desc_table = .{ + .MIAIOPGIPHH = fd(13, .{ .Varint = .Simple }), + .OBCPGOBAEDE = fd(14, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DIFPDPLCIGD = struct { + GONEAKBDGEK: u32 = 0, + JFPNMOONLNJ: u32 = 0, + + pub const _desc_table = .{ + .GONEAKBDGEK = fd(14, .{ .Varint = .Simple }), + .JFPNMOONLNJ = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const JMAANMPANHM = struct { + attack: i32 = 0, + hp: i32 = 0, + NOEIMMHCKPM: u32 = 0, + index: u32 = 0, + FPAIBLDAKLI: u32 = 0, + CLPMIBDFPJC: u32 = 0, + NKOFFBMHAPI: u32 = 0, + NHJALPDBOGN: u32 = 0, + + pub const _desc_table = .{ + .attack = fd(1, .{ .Varint = .Simple }), + .hp = fd(2, .{ .Varint = .Simple }), + .NOEIMMHCKPM = fd(7, .{ .Varint = .Simple }), + .index = fd(5, .{ .Varint = .Simple }), + .FPAIBLDAKLI = fd(6, .{ .Varint = .Simple }), + .CLPMIBDFPJC = fd(9, .{ .Varint = .Simple }), + .NKOFFBMHAPI = fd(8, .{ .Varint = .Simple }), + .NHJALPDBOGN = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EGDGHFLLMGN = struct { + LCJHGDJDENG: u32 = 0, + cost_time: u32 = 0, + total_auto_turns: u32 = 0, + total_turns: u32 = 0, + CFIJIPCHHGO: u32 = 0, + total_damage: u32 = 0, + + pub const _desc_table = .{ + .LCJHGDJDENG = fd(15, .{ .Varint = .Simple }), + .cost_time = fd(5, .{ .Varint = .Simple }), + .total_auto_turns = fd(7, .{ .Varint = .Simple }), + .total_turns = fd(4, .{ .Varint = .Simple }), + .CFIJIPCHHGO = fd(6, .{ .Varint = .Simple }), + .total_damage = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChimeraGetDataCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChimeraGetDataScRsp = struct { + OLLDKAJOAJD: u32 = 0, + BBBGKCHNOCK: u32 = 0, + CPBDBAIDAEH: u32 = 0, + CAGAPLNHABB: u32 = 0, + EAIOJCNLMNG: u32 = 0, + JFPNMOONLNJ: u32 = 0, + KILPNHJBPDB: u32 = 0, + CJKCNHCLMGD: u32 = 0, + lineup: ?MPJDIBCCOHF = null, + IJEIOMMFPKA: u32 = 0, + BBMGIIMECEL: OAPDMKKKEOL = @enumFromInt(0), + KIIMKAEAJAL: ArrayList(JCNJDFFCLDG), + GBEMDNCKKBA: u32 = 0, + CJEKJHPIBJL: u32 = 0, + LFKFOCJFNCJ: u32 = 0, + NCDAOBLMHHP: ArrayList(DIFPDPLCIGD), + MFAFNNCJJNG: ArrayList(u32), + retcode: u32 = 0, + + pub const _desc_table = .{ + .OLLDKAJOAJD = fd(1507, .{ .Varint = .Simple }), + .BBBGKCHNOCK = fd(8, .{ .Varint = .Simple }), + .CPBDBAIDAEH = fd(687, .{ .Varint = .Simple }), + .CAGAPLNHABB = fd(352, .{ .Varint = .Simple }), + .EAIOJCNLMNG = fd(13, .{ .Varint = .Simple }), + .JFPNMOONLNJ = fd(1, .{ .Varint = .Simple }), + .KILPNHJBPDB = fd(1877, .{ .Varint = .Simple }), + .CJKCNHCLMGD = fd(3, .{ .Varint = .Simple }), + .lineup = fd(10, .{ .SubMessage = {} }), + .IJEIOMMFPKA = fd(7, .{ .Varint = .Simple }), + .BBMGIIMECEL = fd(6, .{ .Varint = .Simple }), + .KIIMKAEAJAL = fd(15, .{ .List = .{ .SubMessage = {} } }), + .GBEMDNCKKBA = fd(4, .{ .Varint = .Simple }), + .CJEKJHPIBJL = fd(9, .{ .Varint = .Simple }), + .LFKFOCJFNCJ = fd(14, .{ .Varint = .Simple }), + .NCDAOBLMHHP = fd(2, .{ .List = .{ .SubMessage = {} } }), + .MFAFNNCJJNG = fd(11, .{ .PackedList = .{ .Varint = .Simple } }), + .retcode = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChimeraSetLineupCsReq = struct { + lineup: ?MPJDIBCCOHF = null, + + pub const _desc_table = .{ + .lineup = fd(6, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChimeraSetLineupScRsp = struct { + retcode: u32 = 0, + lineup: ?MPJDIBCCOHF = null, + + pub const _desc_table = .{ + .retcode = fd(7, .{ .Varint = .Simple }), + .lineup = fd(4, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChimeraFinishRoundCsReq = struct { + end_reason: BIAKDFELJFM = @enumFromInt(0), + stt: ?EGDGHFLLMGN = null, + BAHHNMLHALJ: ArrayList(BAHHNMLHALJEntry), + HGODGDEAAJO: ArrayList(u32), + HJOEAMDLBPL: u32 = 0, + OPAMAEIJCOH: ArrayList(JMAANMPANHM), + lineup: ?MPJDIBCCOHF = null, + MLBALJKCMCG: ArrayList(MLBALJKCMCGEntry), + MOLIDIKIFGB: bool = false, + + pub const _desc_table = .{ + .end_reason = fd(8, .{ .Varint = .Simple }), + .stt = fd(5, .{ .SubMessage = {} }), + .BAHHNMLHALJ = fd(9, .{ .List = .{ .SubMessage = {} } }), + .HGODGDEAAJO = fd(2, .{ .PackedList = .{ .Varint = .Simple } }), + .HJOEAMDLBPL = fd(4, .{ .Varint = .Simple }), + .OPAMAEIJCOH = fd(12, .{ .List = .{ .SubMessage = {} } }), + .lineup = fd(3, .{ .SubMessage = {} }), + .MLBALJKCMCG = fd(10, .{ .List = .{ .SubMessage = {} } }), + .MOLIDIKIFGB = fd(14, .{ .Varint = .Simple }), + }; + + pub const BAHHNMLHALJEntry = struct { + key: u32 = 0, + value: u32 = 0, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub const MLBALJKCMCGEntry = struct { + key: u32 = 0, + value: ?ODNNKBIMEFH = null, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChimeraFinishRoundScRsp = struct { + OLLDKAJOAJD: u32 = 0, + retcode: u32 = 0, + MOLIDIKIFGB: bool = false, + IJEIOMMFPKA: u32 = 0, + CJKCNHCLMGD: u32 = 0, + GOIAKPGJLCB: ArrayList(JCNJDFFCLDG), + NAHPKPPMDKK: ArrayList(NAHPKPPMDKKEntry), + BBMGIIMECEL: OAPDMKKKEOL = @enumFromInt(0), + NCDAOBLMHHP: ArrayList(DIFPDPLCIGD), + end_reason: BIAKDFELJFM = @enumFromInt(0), + MFAFNNCJJNG: ArrayList(u32), + GHKGCFCLABF: ArrayList(GHKGCFCLABFEntry), + JIEIFDOCOHE: bool = false, + EAIOJCNLMNG: u32 = 0, + JFPNMOONLNJ: u32 = 0, + + pub const _desc_table = .{ + .OLLDKAJOAJD = fd(15, .{ .Varint = .Simple }), + .retcode = fd(11, .{ .Varint = .Simple }), + .MOLIDIKIFGB = fd(10, .{ .Varint = .Simple }), + .IJEIOMMFPKA = fd(14, .{ .Varint = .Simple }), + .CJKCNHCLMGD = fd(1, .{ .Varint = .Simple }), + .GOIAKPGJLCB = fd(7, .{ .List = .{ .SubMessage = {} } }), + .NAHPKPPMDKK = fd(6, .{ .List = .{ .SubMessage = {} } }), + .BBMGIIMECEL = fd(2, .{ .Varint = .Simple }), + .NCDAOBLMHHP = fd(12, .{ .List = .{ .SubMessage = {} } }), + .end_reason = fd(4, .{ .Varint = .Simple }), + .MFAFNNCJJNG = fd(13, .{ .PackedList = .{ .Varint = .Simple } }), + .GHKGCFCLABF = fd(8, .{ .List = .{ .SubMessage = {} } }), + .JIEIFDOCOHE = fd(9, .{ .Varint = .Simple }), + .EAIOJCNLMNG = fd(5, .{ .Varint = .Simple }), + .JFPNMOONLNJ = fd(3, .{ .Varint = .Simple }), + }; + + pub const NAHPKPPMDKKEntry = struct { + key: u32 = 0, + value: ?ODNNKBIMEFH = null, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub const GHKGCFCLABFEntry = struct { + key: u32 = 0, + value: ?EADGANMJIPK = null, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChimeraStartEndlessCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChimeraStartEndlessScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChimeraFinishEndlessRoundCsReq = struct { + HGODGDEAAJO: ArrayList(u32), + PAHMAGPFDDJ: bool = false, + stt: ?EGDGHFLLMGN = null, + OPAMAEIJCOH: ArrayList(JMAANMPANHM), + CPBDBAIDAEH: u32 = 0, + lineup: ?MPJDIBCCOHF = null, + + pub const _desc_table = .{ + .HGODGDEAAJO = fd(7, .{ .PackedList = .{ .Varint = .Simple } }), + .PAHMAGPFDDJ = fd(3, .{ .Varint = .Simple }), + .stt = fd(12, .{ .SubMessage = {} }), + .OPAMAEIJCOH = fd(4, .{ .List = .{ .SubMessage = {} } }), + .CPBDBAIDAEH = fd(6, .{ .Varint = .Simple }), + .lineup = fd(8, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChimeraFinishEndlessRoundScRsp = struct { + GBEMDNCKKBA: u32 = 0, + retcode: u32 = 0, + CPBDBAIDAEH: u32 = 0, + BBBGKCHNOCK: u32 = 0, + IGAGIBNELCK: ArrayList(JCNJDFFCLDG), + AEBJNGIMHCJ: u32 = 0, + PAHMAGPFDDJ: bool = false, + LFKFOCJFNCJ: u32 = 0, + + pub const _desc_table = .{ + .GBEMDNCKKBA = fd(9, .{ .Varint = .Simple }), + .retcode = fd(7, .{ .Varint = .Simple }), + .CPBDBAIDAEH = fd(14, .{ .Varint = .Simple }), + .BBBGKCHNOCK = fd(12, .{ .Varint = .Simple }), + .IGAGIBNELCK = fd(15, .{ .List = .{ .SubMessage = {} } }), + .AEBJNGIMHCJ = fd(13, .{ .Varint = .Simple }), + .PAHMAGPFDDJ = fd(10, .{ .Varint = .Simple }), + .LFKFOCJFNCJ = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChimeraQuitEndlessCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChimeraQuitEndlessScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChimeraDoFinalRoundCsReq = struct { + OPAMAEIJCOH: ArrayList(JMAANMPANHM), + HGODGDEAAJO: ArrayList(u32), + CPBDBAIDAEH: u32 = 0, + lineup: ?MPJDIBCCOHF = null, + PAHMAGPFDDJ: bool = false, + stt: ?EGDGHFLLMGN = null, + + pub const _desc_table = .{ + .OPAMAEIJCOH = fd(6, .{ .List = .{ .SubMessage = {} } }), + .HGODGDEAAJO = fd(8, .{ .PackedList = .{ .Varint = .Simple } }), + .CPBDBAIDAEH = fd(9, .{ .Varint = .Simple }), + .lineup = fd(5, .{ .SubMessage = {} }), + .PAHMAGPFDDJ = fd(2, .{ .Varint = .Simple }), + .stt = fd(15, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChimeraDoFinalRoundScRsp = struct { + CPBDBAIDAEH: u32 = 0, + JFPNMOONLNJ: u32 = 0, + PAHMAGPFDDJ: bool = false, + retcode: u32 = 0, + CAGAPLNHABB: u32 = 0, + EAIOJCNLMNG: u32 = 0, + IGAGIBNELCK: ArrayList(JCNJDFFCLDG), + NCDAOBLMHHP: ArrayList(DIFPDPLCIGD), + index: u32 = 0, + OLLDKAJOAJD: u32 = 0, + + pub const _desc_table = .{ + .CPBDBAIDAEH = fd(14, .{ .Varint = .Simple }), + .JFPNMOONLNJ = fd(15, .{ .Varint = .Simple }), + .PAHMAGPFDDJ = fd(8, .{ .Varint = .Simple }), + .retcode = fd(7, .{ .Varint = .Simple }), + .CAGAPLNHABB = fd(2, .{ .Varint = .Simple }), + .EAIOJCNLMNG = fd(9, .{ .Varint = .Simple }), + .IGAGIBNELCK = fd(5, .{ .List = .{ .SubMessage = {} } }), + .NCDAOBLMHHP = fd(12, .{ .List = .{ .SubMessage = {} } }), + .index = fd(11, .{ .Varint = .Simple }), + .OLLDKAJOAJD = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChimeraRoundWorkStartCsReq = struct { + FLGJPHEOPAA: u32 = 0, + MDFEEKIKBMJ: u32 = 0, + lineup: ?MPJDIBCCOHF = null, + OPAMAEIJCOH: ArrayList(JMAANMPANHM), + + pub const _desc_table = .{ + .FLGJPHEOPAA = fd(5, .{ .Varint = .Simple }), + .MDFEEKIKBMJ = fd(13, .{ .Varint = .Simple }), + .lineup = fd(7, .{ .SubMessage = {} }), + .OPAMAEIJCOH = fd(11, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChimeraRoundWorkStartScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ClockParkGetInfoCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const NLLJBBCJIAM = struct { + script_id: u32 = 0, + ODOGFHENJEP: ArrayList(u32), + + pub const _desc_table = .{ + .script_id = fd(9, .{ .Varint = .Simple }), + .ODOGFHENJEP = fd(2, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ClockParkGetInfoScRsp = struct { + progress: u32 = 0, + IBJPCOFDLJI: ArrayList(u32), + GFADCAHLKFP: u32 = 0, + EDIAJGCBPFO: u32 = 0, + BNFHFHEFMEM: ArrayList(NLLJBBCJIAM), + retcode: u32 = 0, + + pub const _desc_table = .{ + .progress = fd(11, .{ .Varint = .Simple }), + .IBJPCOFDLJI = fd(2, .{ .PackedList = .{ .Varint = .Simple } }), + .GFADCAHLKFP = fd(5, .{ .Varint = .Simple }), + .EDIAJGCBPFO = fd(3, .{ .Varint = .Simple }), + .BNFHFHEFMEM = fd(7, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ClockParkUnlockTalentCsReq = struct { + talent_id: u32 = 0, + + pub const _desc_table = .{ + .talent_id = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ClockParkUnlockTalentScRsp = struct { + talent_id: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .talent_id = fd(14, .{ .Varint = .Simple }), + .retcode = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ClockParkStartScriptCsReq = struct { + JMOJEOALCLO: ArrayList(u32), + script_id: u32 = 0, + + pub const _desc_table = .{ + .JMOJEOALCLO = fd(1, .{ .PackedList = .{ .Varint = .Simple } }), + .script_id = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ClockParkStartScriptScRsp = struct { + script_id: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .script_id = fd(7, .{ .Varint = .Simple }), + .retcode = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ClockParkGetOngoingScriptInfoCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LNIHJDAILDJ = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ACCBIGFANOA = struct { + card_id: u32 = 0, + PNEOOLFLNLK: ArrayList(u32), + BJKHPADCLHI: u32 = 0, + + pub const _desc_table = .{ + .card_id = fd(14, .{ .Varint = .Simple }), + .PNEOOLFLNLK = fd(6, .{ .PackedList = .{ .Varint = .Simple } }), + .BJKHPADCLHI = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HDCKCHPDMMI = struct { + FODPDMPBAND: ArrayList(ACCBIGFANOA), + PNEOOLFLNLK: ArrayList(u32), + + pub const _desc_table = .{ + .FODPDMPBAND = fd(5, .{ .List = .{ .SubMessage = {} } }), + .PNEOOLFLNLK = fd(8, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const NNCCFPOOCKH = struct { + ANCPCPCLJED: ?HDCKCHPDMMI = null, + + pub const _desc_table = .{ + .ANCPCPCLJED = fd(8, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MACHNDHAMNM = struct { + ANCPCPCLJED: ?HDCKCHPDMMI = null, + + pub const _desc_table = .{ + .ANCPCPCLJED = fd(2, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const IFBDBDCCOPO = struct { + ANCPCPCLJED: ?HDCKCHPDMMI = null, + + pub const _desc_table = .{ + .ANCPCPCLJED = fd(8, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GLIJKLOOAPA = struct { + gacha_random: u32 = 0, + ANCPCPCLJED: ?HDCKCHPDMMI = null, + ECFAGNKDAEF: u32 = 0, + + pub const _desc_table = .{ + .gacha_random = fd(11, .{ .Varint = .Simple }), + .ANCPCPCLJED = fd(7, .{ .SubMessage = {} }), + .ECFAGNKDAEF = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ANBANKMLCLH = struct { + ANCPCPCLJED: ?HDCKCHPDMMI = null, + + pub const _desc_table = .{ + .ANCPCPCLJED = fd(12, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EPPNKGOLAAP = struct { + BGDOIJPHFDB: bool = false, + + pub const _desc_table = .{ + .BGDOIJPHFDB = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LKBBKOJDDPD = struct { + AHIDJBJGGPP: u32 = 0, + ACNPGAJFFHI: ?ACNPGAJFFHI_union, + + pub const _ACNPGAJFFHI_case = enum { + GNEOOAIFKIB, + GPBGDCMJHLN, + OEOFNNBLJIK, + PNIMPJFILGF, + AENEFMCBFGM, + BCIIGHIOAPL, + DHLEEJMIIMO, + LNKPGGGKMNK, + }; + pub const ACNPGAJFFHI_union = union(_ACNPGAJFFHI_case) { + GNEOOAIFKIB: bool, + GPBGDCMJHLN: IFBDBDCCOPO, + OEOFNNBLJIK: MACHNDHAMNM, + PNIMPJFILGF: LNIHJDAILDJ, + AENEFMCBFGM: ANBANKMLCLH, + BCIIGHIOAPL: EPPNKGOLAAP, + DHLEEJMIIMO: NNCCFPOOCKH, + LNKPGGGKMNK: GLIJKLOOAPA, + pub const _union_desc = .{ + .GNEOOAIFKIB = fd(2, .{ .Varint = .Simple }), + .GPBGDCMJHLN = fd(5, .{ .SubMessage = {} }), + .OEOFNNBLJIK = fd(9, .{ .SubMessage = {} }), + .PNIMPJFILGF = fd(10, .{ .SubMessage = {} }), + .AENEFMCBFGM = fd(11, .{ .SubMessage = {} }), + .BCIIGHIOAPL = fd(12, .{ .SubMessage = {} }), + .DHLEEJMIIMO = fd(13, .{ .SubMessage = {} }), + .LNKPGGGKMNK = fd(15, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .AHIDJBJGGPP = fd(6, .{ .Varint = .Simple }), + .ACNPGAJFFHI = fd(null, .{ .OneOf = ACNPGAJFFHI_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BMLOFPCNGKN = struct { + OFCNDEMAPPL: i32 = 0, + DJFHCDDIFMI: i32 = 0, + IHLHDPNAEKC: i32 = 0, + + pub const _desc_table = .{ + .OFCNDEMAPPL = fd(3, .{ .Varint = .Simple }), + .DJFHCDDIFMI = fd(7, .{ .Varint = .Simple }), + .IHLHDPNAEKC = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const IONCPPDEJEJ = struct { + FEONEHHCJJM: u32 = 0, + buff_id: u32 = 0, + unique_id: u64 = 0, + + pub const _desc_table = .{ + .FEONEHHCJJM = fd(14, .{ .Varint = .Simple }), + .buff_id = fd(11, .{ .Varint = .Simple }), + .unique_id = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ECMILHCKOMO = struct { + buff_list: ArrayList(IONCPPDEJEJ), + + pub const _desc_table = .{ + .buff_list = fd(10, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ClockParkGetOngoingScriptInfoScRsp = struct { + MJDOGPBOJIP: ?BMLOFPCNGKN = null, + OBPFBLNBFKI: u32 = 0, + retcode: u32 = 0, + rogue_buff_info: ?ECMILHCKOMO = null, + KIEKJEFFPHK: u32 = 0, + script_id: u32 = 0, + AIGEHHNHKPM: u32 = 0, + CHOBAOGMLFN: u32 = 0, + BLHGBEDNFIB: u32 = 0, + IENPHEFANGL: ?LKBBKOJDDPD = null, + EIDLLEOLFGM: ArrayList(u32), + CMGKEOLCBIP: ManagedString = .Empty, + + pub const _desc_table = .{ + .MJDOGPBOJIP = fd(5, .{ .SubMessage = {} }), + .OBPFBLNBFKI = fd(3, .{ .Varint = .Simple }), + .retcode = fd(4, .{ .Varint = .Simple }), + .rogue_buff_info = fd(6, .{ .SubMessage = {} }), + .KIEKJEFFPHK = fd(7, .{ .Varint = .Simple }), + .script_id = fd(2, .{ .Varint = .Simple }), + .AIGEHHNHKPM = fd(13, .{ .Varint = .Simple }), + .CHOBAOGMLFN = fd(15, .{ .Varint = .Simple }), + .BLHGBEDNFIB = fd(12, .{ .Varint = .Simple }), + .IENPHEFANGL = fd(1, .{ .SubMessage = {} }), + .EIDLLEOLFGM = fd(8, .{ .PackedList = .{ .Varint = .Simple } }), + .CMGKEOLCBIP = fd(10, .String), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OBNONMHMECK = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FFOMIBNCFKI = struct { + ANCPCPCLJED: ?HDCKCHPDMMI = null, + + pub const _desc_table = .{ + .ANCPCPCLJED = fd(14, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AJEHAMDABNA = struct { + is_win: bool = false, + OMDDFKMAAPE: u32 = 0, + + pub const _desc_table = .{ + .is_win = fd(15, .{ .Varint = .Simple }), + .OMDDFKMAAPE = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AMGHDCABJMJ = struct { + avatar_id_list: ArrayList(u32), + + pub const _desc_table = .{ + .avatar_id_list = fd(13, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const INNNICFOLII = struct { + gacha_random: u32 = 0, + JCNODAMFFFC: bool = false, + + pub const _desc_table = .{ + .gacha_random = fd(15, .{ .Varint = .Simple }), + .JCNODAMFFFC = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CEOONFLONDJ = struct { + is_win: bool = false, + OMDDFKMAAPE: u32 = 0, + + pub const _desc_table = .{ + .is_win = fd(12, .{ .Varint = .Simple }), + .OMDDFKMAAPE = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HELNOIHMDHA = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ClockParkHandleWaitOperationCsReq = struct { + script_id: u32 = 0, + AHIDJBJGGPP: u32 = 0, + DEJMPMFHIOC: ?DEJMPMFHIOC_union, + + pub const _DEJMPMFHIOC_case = enum { + FNGFOAEPFJN, + LMGGLCNCDHF, + IPIKFLCEFLA, + JFBCKCLPAKO, + OBPFBLNBFKI, + LIHJMEINGIK, + ABKKDHAPCHN, + MEGNBBFILNL, + }; + pub const DEJMPMFHIOC_union = union(_DEJMPMFHIOC_case) { + FNGFOAEPFJN: HELNOIHMDHA, + LMGGLCNCDHF: CEOONFLONDJ, + IPIKFLCEFLA: FFOMIBNCFKI, + JFBCKCLPAKO: OBNONMHMECK, + OBPFBLNBFKI: u32, + LIHJMEINGIK: INNNICFOLII, + ABKKDHAPCHN: AMGHDCABJMJ, + MEGNBBFILNL: AJEHAMDABNA, + pub const _union_desc = .{ + .FNGFOAEPFJN = fd(3, .{ .SubMessage = {} }), + .LMGGLCNCDHF = fd(4, .{ .SubMessage = {} }), + .IPIKFLCEFLA = fd(5, .{ .SubMessage = {} }), + .JFBCKCLPAKO = fd(6, .{ .SubMessage = {} }), + .OBPFBLNBFKI = fd(7, .{ .Varint = .Simple }), + .LIHJMEINGIK = fd(9, .{ .SubMessage = {} }), + .ABKKDHAPCHN = fd(14, .{ .SubMessage = {} }), + .MEGNBBFILNL = fd(15, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .script_id = fd(1, .{ .Varint = .Simple }), + .AHIDJBJGGPP = fd(11, .{ .Varint = .Simple }), + .DEJMPMFHIOC = fd(null, .{ .OneOf = DEJMPMFHIOC_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MDJLOJFMEMC = struct { + AIGEHHNHKPM: u32 = 0, + KIEKJEFFPHK: u32 = 0, + reward: ?ItemList = null, + progress: u32 = 0, + KFDAICILNMB: bool = false, + EEEHGHKOCJI: bool = false, + script_id: u32 = 0, + + pub const _desc_table = .{ + .AIGEHHNHKPM = fd(11, .{ .Varint = .Simple }), + .KIEKJEFFPHK = fd(1, .{ .Varint = .Simple }), + .reward = fd(10, .{ .SubMessage = {} }), + .progress = fd(5, .{ .Varint = .Simple }), + .KFDAICILNMB = fd(14, .{ .Varint = .Simple }), + .EEEHGHKOCJI = fd(9, .{ .Varint = .Simple }), + .script_id = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ClockParkHandleWaitOperationScRsp = struct { + KOIJFOFFJNJ: u32 = 0, + FICFGDNHNGE: u32 = 0, + AHIDJBJGGPP: u32 = 0, + retcode: u32 = 0, + battle_info: ?SceneBattleInfo = null, + JFKDBMDOMNK: ClockParkPlayStatus = @enumFromInt(0), + + pub const _desc_table = .{ + .KOIJFOFFJNJ = fd(13, .{ .Varint = .Simple }), + .FICFGDNHNGE = fd(10, .{ .Varint = .Simple }), + .AHIDJBJGGPP = fd(14, .{ .Varint = .Simple }), + .retcode = fd(2, .{ .Varint = .Simple }), + .battle_info = fd(5, .{ .SubMessage = {} }), + .JFKDBMDOMNK = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ClockParkQuitScriptCsReq = struct { + KHNHPGDEIMM: bool = false, + script_id: u32 = 0, + + pub const _desc_table = .{ + .KHNHPGDEIMM = fd(10, .{ .Varint = .Simple }), + .script_id = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ClockParkQuitScriptScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ClockParkBattleEndScNotify = struct { + retcode: u32 = 0, + AHIDJBJGGPP: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(10, .{ .Varint = .Simple }), + .AHIDJBJGGPP = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ClockParkUseBuffCsReq = struct { + unique_id: u64 = 0, + AHIDJBJGGPP: u32 = 0, + script_id: u32 = 0, + + pub const _desc_table = .{ + .unique_id = fd(13, .{ .Varint = .Simple }), + .AHIDJBJGGPP = fd(3, .{ .Varint = .Simple }), + .script_id = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ClockParkUseBuffScRsp = struct { + AHIDJBJGGPP: u32 = 0, + script_id: u32 = 0, + rogue_buff_info: ?ECMILHCKOMO = null, + retcode: u32 = 0, + DBLAAOKFNIH: ?DBLAAOKFNIH_union, + + pub const _DBLAAOKFNIH_case = enum { + ANCPCPCLJED, + MJDOGPBOJIP, + }; + pub const DBLAAOKFNIH_union = union(_DBLAAOKFNIH_case) { + ANCPCPCLJED: HDCKCHPDMMI, + MJDOGPBOJIP: BMLOFPCNGKN, + pub const _union_desc = .{ + .ANCPCPCLJED = fd(223, .{ .SubMessage = {} }), + .MJDOGPBOJIP = fd(1911, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .AHIDJBJGGPP = fd(13, .{ .Varint = .Simple }), + .script_id = fd(12, .{ .Varint = .Simple }), + .rogue_buff_info = fd(11, .{ .SubMessage = {} }), + .retcode = fd(14, .{ .Varint = .Simple }), + .DBLAAOKFNIH = fd(null, .{ .OneOf = DBLAAOKFNIH_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ClockParkFinishScriptScNotify = struct { + rogue_finish_info: ?MDJLOJFMEMC = null, + + pub const _desc_table = .{ + .rogue_finish_info = fd(4, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const Item = struct { + Level: u32 = 0, + Rank: u32 = 0, + UniqueId: u32 = 0, + ItemId: u32 = 0, + Promotion: u32 = 0, + MainAffixId: u32 = 0, + Num: u32 = 0, + + pub const _desc_table = .{ + .Level = fd(14, .{ .Varint = .Simple }), + .Rank = fd(15, .{ .Varint = .Simple }), + .UniqueId = fd(13, .{ .Varint = .Simple }), + .ItemId = fd(9, .{ .Varint = .Simple }), + .Promotion = fd(1, .{ .Varint = .Simple }), + .MainAffixId = fd(2, .{ .Varint = .Simple }), + .Num = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ItemList = struct { + ItemList_: ArrayList(Item), + + pub const _desc_table = .{ + .ItemList_ = fd(7, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PileItem = struct { + item_id: u32 = 0, + item_num: u32 = 0, + + pub const _desc_table = .{ + .item_id = fd(4, .{ .Varint = .Simple }), + .item_num = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ItemCost = struct { + item: ?item_union, + + pub const _item_case = enum { + equipment_unique_id, + relic_unique_id, + pile_item, + }; + pub const item_union = union(_item_case) { + equipment_unique_id: u32, + relic_unique_id: u32, + pile_item: PileItem, + pub const _union_desc = .{ + .equipment_unique_id = fd(2, .{ .Varint = .Simple }), + .relic_unique_id = fd(6, .{ .Varint = .Simple }), + .pile_item = fd(11, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .item = fd(null, .{ .OneOf = item_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ItemCostData = struct { + item_list: ArrayList(ItemCost), + + pub const _desc_table = .{ + .item_list = fd(1, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const IEKHJDECAPE = struct { + item_id: u32 = 0, + item_count: u32 = 0, + + pub const _desc_table = .{ + .item_id = fd(7, .{ .Varint = .Simple }), + .item_count = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AKCPALGEMOL = struct { + rank: u32 = 0, + level: u32 = 0, + promotion: u32 = 0, + exp: u32 = 0, + tid: u32 = 0, + + pub const _desc_table = .{ + .rank = fd(2, .{ .Varint = .Simple }), + .level = fd(12, .{ .Varint = .Simple }), + .promotion = fd(8, .{ .Varint = .Simple }), + .exp = fd(14, .{ .Varint = .Simple }), + .tid = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const NHDBOFCFCJM = struct { + level: u32 = 0, + sub_affix_list: ArrayList(RelicAffix), + main_affix_id: u32 = 0, + exp: u32 = 0, + tid: u32 = 0, + + pub const _desc_table = .{ + .level = fd(6, .{ .Varint = .Simple }), + .sub_affix_list = fd(9, .{ .List = .{ .SubMessage = {} } }), + .main_affix_id = fd(1, .{ .Varint = .Simple }), + .exp = fd(14, .{ .Varint = .Simple }), + .tid = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const NDHOPEDOFOC = struct { + BPBOPJFHLOO: ?BPBOPJFHLOO_union, + + pub const _BPBOPJFHLOO_case = enum { + OEKHNGFFGKB, + ADEOIGEBMDF, + FHGAFCJCAOA, + }; + pub const BPBOPJFHLOO_union = union(_BPBOPJFHLOO_case) { + OEKHNGFFGKB: IEKHJDECAPE, + ADEOIGEBMDF: AKCPALGEMOL, + FHGAFCJCAOA: NHDBOFCFCJM, + pub const _union_desc = .{ + .OEKHNGFFGKB = fd(2, .{ .SubMessage = {} }), + .ADEOIGEBMDF = fd(3, .{ .SubMessage = {} }), + .FHGAFCJCAOA = fd(5, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .BPBOPJFHLOO = fd(null, .{ .OneOf = BPBOPJFHLOO_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AODIDFNPICF = struct { + item_list: ArrayList(NDHOPEDOFOC), + + pub const _desc_table = .{ + .item_list = fd(7, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const Vector = struct { + y: i32 = 0, + x: i32 = 0, + z: i32 = 0, + + pub const _desc_table = .{ + .y = fd(13, .{ .Varint = .ZigZagOptimized }), + .x = fd(2, .{ .Varint = .ZigZagOptimized }), + .z = fd(5, .{ .Varint = .ZigZagOptimized }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MotionInfo = struct { + rot: ?Vector = null, + pos: ?Vector = null, + + pub const _desc_table = .{ + .rot = fd(3, .{ .SubMessage = {} }), + .pos = fd(15, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const Vector4 = struct { + z: f32 = 0, + w: f32 = 0, + x: f32 = 0, + y: f32 = 0, + + pub const _desc_table = .{ + .z = fd(6, .{ .FixedInt = .I32 }), + .w = fd(9, .{ .FixedInt = .I32 }), + .x = fd(3, .{ .FixedInt = .I32 }), + .y = fd(5, .{ .FixedInt = .I32 }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SceneMonsterWaveParam = struct { + level: u32 = 0, + hard_level_group: u32 = 0, + DNEAMPLLFME: u32 = 0, + elite_group: u32 = 0, + + pub const _desc_table = .{ + .level = fd(7, .{ .Varint = .Simple }), + .hard_level_group = fd(9, .{ .Varint = .Simple }), + .DNEAMPLLFME = fd(2, .{ .Varint = .Simple }), + .elite_group = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SceneMonster = struct { + max_hp: u32 = 0, + cur_hp: u32 = 0, + monster_id: u32 = 0, + + pub const _desc_table = .{ + .max_hp = fd(13, .{ .Varint = .Simple }), + .cur_hp = fd(8, .{ .Varint = .Simple }), + .monster_id = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SceneMonsterWave = struct { + JCDLJGHHAOF: ArrayList(ItemList), + monster_list: ArrayList(SceneMonster), + wave_param: ?SceneMonsterWaveParam = null, + battle_wave_id: u32 = 0, + battle_stage_id: u32 = 0, + + pub const _desc_table = .{ + .JCDLJGHHAOF = fd(1, .{ .List = .{ .SubMessage = {} } }), + .monster_list = fd(11, .{ .List = .{ .SubMessage = {} } }), + .wave_param = fd(7, .{ .SubMessage = {} }), + .battle_wave_id = fd(5, .{ .Varint = .Simple }), + .battle_stage_id = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SceneBattleInfo = struct { + MFKJOKAJJMJ: ?GIEIBEACBAO = null, + pve_avatar_list: ArrayList(BattleAvatar), + battle_rogue_magic_info: ?BattleRogueMagicInfo = null, + battle_target_info: ArrayList(BattleTargetInfoEntry), + JPGIFCHJDLK: ?EvolveBuildBattleInfo = null, + buff_list: ArrayList(BattleBuff), + monster_wave_list: ArrayList(SceneMonsterWave), + battle_event: ArrayList(BattleEventBattleInfo), + logic_random_seed: u32 = 0, + world_level: u32 = 0, + battle_id: u32 = 0, + monster_wave_length: u32 = 0, + stage_id: u32 = 0, + AJGPJGLPMIO: ?LJGIAGLFHHC = null, + rounds_limit: u32 = 0, + GEGDPNKKAKG: ?EACDEAPKILK = null, + NBCKFDGMFDB: bool = false, + + pub const _desc_table = .{ + .MFKJOKAJJMJ = fd(874, .{ .SubMessage = {} }), + .pve_avatar_list = fd(12, .{ .List = .{ .SubMessage = {} } }), + .battle_rogue_magic_info = fd(1202, .{ .SubMessage = {} }), + .battle_target_info = fd(476, .{ .List = .{ .SubMessage = {} } }), + .JPGIFCHJDLK = fd(1846, .{ .SubMessage = {} }), + .buff_list = fd(3, .{ .List = .{ .SubMessage = {} } }), + .monster_wave_list = fd(8, .{ .List = .{ .SubMessage = {} } }), + .battle_event = fd(1904, .{ .List = .{ .SubMessage = {} } }), + .logic_random_seed = fd(1, .{ .Varint = .Simple }), + .world_level = fd(5, .{ .Varint = .Simple }), + .battle_id = fd(11, .{ .Varint = .Simple }), + .monster_wave_length = fd(9, .{ .Varint = .Simple }), + .stage_id = fd(15, .{ .Varint = .Simple }), + .AJGPJGLPMIO = fd(1531, .{ .SubMessage = {} }), + .rounds_limit = fd(13, .{ .Varint = .Simple }), + .GEGDPNKKAKG = fd(991, .{ .SubMessage = {} }), + .NBCKFDGMFDB = fd(2, .{ .Varint = .Simple }), + }; + + pub const BattleTargetInfoEntry = struct { + key: u32 = 0, + value: ?BattleTargetList = null, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AetherDivideBattleInfo = struct { + buff_list: ArrayList(BattleBuff), + pve_avatar_list: ArrayList(AetherAvatarInfo), + logic_random_seed: u32 = 0, + battle_id: u32 = 0, + stage_id: u32 = 0, + NBCKFDGMFDB: bool = false, + monster_wave_list: ArrayList(SceneMonsterWave), + + pub const _desc_table = .{ + .buff_list = fd(7, .{ .List = .{ .SubMessage = {} } }), + .pve_avatar_list = fd(14, .{ .List = .{ .SubMessage = {} } }), + .logic_random_seed = fd(6, .{ .Varint = .Simple }), + .battle_id = fd(1, .{ .Varint = .Simple }), + .stage_id = fd(10, .{ .Varint = .Simple }), + .NBCKFDGMFDB = fd(13, .{ .Varint = .Simple }), + .monster_wave_list = fd(11, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PHHKOMBGPPK = struct { + assist_uid: u32 = 0, + id: u32 = 0, + avatar_type: AvatarType = @enumFromInt(0), + + pub const _desc_table = .{ + .assist_uid = fd(9, .{ .Varint = .Simple }), + .id = fd(11, .{ .Varint = .Simple }), + .avatar_type = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MBKOCMMICPG = struct { + return_item_list: ?ItemList = null, + KGEFHOECMMN: ArrayList(u32), + EBNKEIEHNHA: bool = false, + + pub const _desc_table = .{ + .return_item_list = fd(12, .{ .SubMessage = {} }), + .KGEFHOECMMN = fd(7, .{ .PackedList = .{ .Varint = .Simple } }), + .EBNKEIEHNHA = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KHOCCHABNMN = struct { + key: u32 = 0, + value: u32 = 0, + + pub const _desc_table = .{ + .key = fd(10, .{ .Varint = .Simple }), + .value = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ContentPackageGetDataCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ContentPackageGetDataScRsp = struct { + retcode: u32 = 0, + data: ?ContentPackageData = null, + + pub const _desc_table = .{ + .retcode = fd(6, .{ .Varint = .Simple }), + .data = fd(15, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ContentPackageInfo = struct { + content_id: u32 = 0, + status: ContentPackageStatus = @enumFromInt(0), + + pub const _desc_table = .{ + .content_id = fd(15, .{ .Varint = .Simple }), + .status = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ContentPackageData = struct { + content_package_list: ArrayList(ContentPackageInfo), + cur_content_id: u32 = 0, + + pub const _desc_table = .{ + .content_package_list = fd(11, .{ .List = .{ .SubMessage = {} } }), + .cur_content_id = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ContentPackageSyncDataScNotify = struct { + data: ?ContentPackageData = null, + + pub const _desc_table = .{ + .data = fd(7, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ContentPackageUnlockCsReq = struct { + content_id: u32 = 0, + + pub const _desc_table = .{ + .content_id = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ContentPackageUnlockScRsp = struct { + retcode: u32 = 0, + content_id: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(7, .{ .Varint = .Simple }), + .content_id = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ContentPackageTransferScNotify = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DailyActivityInfo = struct { + daily_active_point: u32 = 0, + level: u32 = 0, + is_has_taken: bool = false, + world_level: u32 = 0, + + pub const _desc_table = .{ + .daily_active_point = fd(13, .{ .Varint = .Simple }), + .level = fd(14, .{ .Varint = .Simple }), + .is_has_taken = fd(2, .{ .Varint = .Simple }), + .world_level = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeApRewardCsReq = struct { + level: u32 = 0, + + pub const _desc_table = .{ + .level = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeApRewardScRsp = struct { + retcode: u32 = 0, + reward: ?ItemList = null, + level: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(10, .{ .Varint = .Simple }), + .reward = fd(12, .{ .SubMessage = {} }), + .level = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetDailyActiveInfoCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetDailyActiveInfoScRsp = struct { + daily_active_point: u32 = 0, + daily_active_level_list: ArrayList(DailyActivityInfo), + daily_active_quest_id_list: ArrayList(u32), + retcode: u32 = 0, + + pub const _desc_table = .{ + .daily_active_point = fd(8, .{ .Varint = .Simple }), + .daily_active_level_list = fd(11, .{ .List = .{ .SubMessage = {} } }), + .daily_active_quest_id_list = fd(1, .{ .PackedList = .{ .Varint = .Simple } }), + .retcode = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DailyActiveInfoNotify = struct { + daily_active_point: u32 = 0, + daily_active_quest_id_list: ArrayList(u32), + daily_active_level_list: ArrayList(DailyActivityInfo), + + pub const _desc_table = .{ + .daily_active_point = fd(3, .{ .Varint = .Simple }), + .daily_active_quest_id_list = fd(4, .{ .PackedList = .{ .Varint = .Simple } }), + .daily_active_level_list = fd(15, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeAllApRewardCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeAllApRewardScRsp = struct { + take_reward_level_list: ArrayList(u32), + retcode: u32 = 0, + reward: ?ItemList = null, + + pub const _desc_table = .{ + .take_reward_level_list = fd(13, .{ .PackedList = .{ .Varint = .Simple } }), + .retcode = fd(15, .{ .Varint = .Simple }), + .reward = fd(14, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ServerLogSettings = struct { + notify_tag_list: ArrayList(ServerLogTag), + notify_level: ServerLogLevel = @enumFromInt(0), + + pub const _desc_table = .{ + .notify_tag_list = fd(1, .{ .List = .{ .Varint = .Simple } }), + .notify_level = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetServerLogSettingsCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetServerLogSettingsScRsp = struct { + retcode: u32 = 0, + settings: ?ServerLogSettings = null, + + pub const _desc_table = .{ + .retcode = fd(2, .{ .Varint = .Simple }), + .settings = fd(12, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const UpdateServerLogSettingsCsReq = struct { + settings: ?ServerLogSettings = null, + + pub const _desc_table = .{ + .settings = fd(7, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const UpdateServerLogSettingsScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ServerLogScNotify = struct { + LCPLLGNJNAJ: ManagedString = .Empty, + HKLIGCHHIEG: ManagedString = .Empty, + level: ServerLogLevel = @enumFromInt(0), + tag: ServerLogTag = @enumFromInt(0), + + pub const _desc_table = .{ + .LCPLLGNJNAJ = fd(1, .String), + .HKLIGCHHIEG = fd(6, .String), + .level = fd(2, .{ .Varint = .Simple }), + .tag = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LCMJFEHMCNF = struct { + group_id: u32 = 0, + config_id: u32 = 0, + + pub const _desc_table = .{ + .group_id = fd(5, .{ .Varint = .Simple }), + .config_id = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OEDDOIJLGFG = struct { + IEICDGGELNE: ?IEICDGGELNE_union, + + pub const _IEICDGGELNE_case = enum { + FAOMFMMLMHD, + FFBFCCLODKK, + KACELKGCNEI, + }; + pub const IEICDGGELNE_union = union(_IEICDGGELNE_case) { + FAOMFMMLMHD: LCMJFEHMCNF, + FFBFCCLODKK: u32, + KACELKGCNEI: u32, + pub const _union_desc = .{ + .FAOMFMMLMHD = fd(3, .{ .SubMessage = {} }), + .FFBFCCLODKK = fd(5, .{ .Varint = .Simple }), + .KACELKGCNEI = fd(15, .{ .Varint = .Simple }), + }; + }; + + pub const _desc_table = .{ + .IEICDGGELNE = fd(null, .{ .OneOf = IEICDGGELNE_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CFCAJKFEPAO = struct { + msg: ManagedString = .Empty, + state: OJIDJNDHDGA = @enumFromInt(0), + BENANABPPJN: ManagedString = .Empty, + + pub const _desc_table = .{ + .msg = fd(13, .String), + .state = fd(11, .{ .Varint = .Simple }), + .BENANABPPJN = fd(3, .String), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KDOEJMHBBGI = struct { + DBGFAODBEFC: ?OEDDOIJLGFG = null, + LOPBAJPAEMI: ArrayList(CFCAJKFEPAO), + + pub const _desc_table = .{ + .DBGFAODBEFC = fd(12, .{ .SubMessage = {} }), + .LOPBAJPAEMI = fd(3, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetServerGraphDataCsReq = struct { + EOFCIILDILF: ArrayList(OEDDOIJLGFG), + + pub const _desc_table = .{ + .EOFCIILDILF = fd(8, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetServerGraphDataScRsp = struct { + DCOIHAMJKHJ: ArrayList(KDOEJMHBBGI), + retcode: u32 = 0, + + pub const _desc_table = .{ + .DCOIHAMJKHJ = fd(15, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DrinkMakerGuest = struct { + unlocked_favor_tag_list: ArrayList(u32), + guest_id: u32 = 0, + faith: u32 = 0, + + pub const _desc_table = .{ + .unlocked_favor_tag_list = fd(3, .{ .PackedList = .{ .Varint = .Simple } }), + .guest_id = fd(4, .{ .Varint = .Simple }), + .faith = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EEKFECDIHJE = struct { + JIBLNLHCNKD: u32 = 0, + ODMPHFANIEE: u32 = 0, + KIDBBFGHECN: u32 = 0, + DGPPFFKIHOC: u32 = 0, + DBPGEFGLFJJ: ArrayList(u32), + + pub const _desc_table = .{ + .JIBLNLHCNKD = fd(9, .{ .Varint = .Simple }), + .ODMPHFANIEE = fd(14, .{ .Varint = .Simple }), + .KIDBBFGHECN = fd(11, .{ .Varint = .Simple }), + .DGPPFFKIHOC = fd(5, .{ .Varint = .Simple }), + .DBPGEFGLFJJ = fd(3, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MFLPAMAFJNC = struct { + FGEFCEFKHMH: bool = false, + KCFPIECMGBD: u32 = 0, + + pub const _desc_table = .{ + .FGEFCEFKHMH = fd(1, .{ .Varint = .Simple }), + .KCFPIECMGBD = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetDrinkMakerDataCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetDrinkMakerDataScRsp = struct { + PJKIBODPCKI: ArrayList(DrinkMakerGuest), + EAOLMHOAAML: u32 = 0, + BOINOMBHPCL: ?EEKFECDIHJE = null, + AMEFGBICGDI: u32 = 0, + HEPALNIOJNP: u32 = 0, + exp: u32 = 0, + retcode: u32 = 0, + level: u32 = 0, + PCNNPEJEGEF: ArrayList(u32), + DHAKOFAGDOF: u32 = 0, + + pub const _desc_table = .{ + .PJKIBODPCKI = fd(5, .{ .List = .{ .SubMessage = {} } }), + .EAOLMHOAAML = fd(6, .{ .Varint = .Simple }), + .BOINOMBHPCL = fd(11, .{ .SubMessage = {} }), + .AMEFGBICGDI = fd(13, .{ .Varint = .Simple }), + .HEPALNIOJNP = fd(12, .{ .Varint = .Simple }), + .exp = fd(9, .{ .Varint = .Simple }), + .retcode = fd(7, .{ .Varint = .Simple }), + .level = fd(8, .{ .Varint = .Simple }), + .PCNNPEJEGEF = fd(3, .{ .PackedList = .{ .Varint = .Simple } }), + .DHAKOFAGDOF = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MakeDrinkCsReq = struct { + LPMCGNJLBGD: ?EEKFECDIHJE = null, + EAOLMHOAAML: u32 = 0, + + pub const _desc_table = .{ + .LPMCGNJLBGD = fd(3, .{ .SubMessage = {} }), + .EAOLMHOAAML = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MakeDrinkScRsp = struct { + retcode: u32 = 0, + next_chat_id: u32 = 0, + is_succ: bool = false, + + pub const _desc_table = .{ + .retcode = fd(15, .{ .Varint = .Simple }), + .next_chat_id = fd(3, .{ .Varint = .Simple }), + .is_succ = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EndDrinkMakerSequenceCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EndDrinkMakerSequenceScRsp = struct { + next_sequence_id: u32 = 0, + retcode: u32 = 0, + tips: u32 = 0, + reward: ?ItemList = null, + guest: ?DrinkMakerGuest = null, + level: u32 = 0, + request_list: ArrayList(MFLPAMAFJNC), + exp: u32 = 0, + + pub const _desc_table = .{ + .next_sequence_id = fd(11, .{ .Varint = .Simple }), + .retcode = fd(2, .{ .Varint = .Simple }), + .tips = fd(5, .{ .Varint = .Simple }), + .reward = fd(10, .{ .SubMessage = {} }), + .guest = fd(15, .{ .SubMessage = {} }), + .level = fd(13, .{ .Varint = .Simple }), + .request_list = fd(8, .{ .List = .{ .SubMessage = {} } }), + .exp = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MakeMissionDrinkCsReq = struct { + JGEAEGMHDOC: bool = false, + LPMCGNJLBGD: ?EEKFECDIHJE = null, + KCFPIECMGBD: u32 = 0, + + pub const _desc_table = .{ + .JGEAEGMHDOC = fd(11, .{ .Varint = .Simple }), + .LPMCGNJLBGD = fd(12, .{ .SubMessage = {} }), + .KCFPIECMGBD = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MakeMissionDrinkScRsp = struct { + is_succ: bool = false, + retcode: u32 = 0, + custom_drink: ?EEKFECDIHJE = null, + is_save: bool = false, + + pub const _desc_table = .{ + .is_succ = fd(7, .{ .Varint = .Simple }), + .retcode = fd(8, .{ .Varint = .Simple }), + .custom_drink = fd(11, .{ .SubMessage = {} }), + .is_save = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DrinkMakerDayEndScNotify = struct { + ECILICNOLFN: u32 = 0, + + pub const _desc_table = .{ + .ECILICNOLFN = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DrinkMakerChallengeCsReq = struct { + challenge_id: u32 = 0, + LPMCGNJLBGD: ?EEKFECDIHJE = null, + + pub const _desc_table = .{ + .challenge_id = fd(5, .{ .Varint = .Simple }), + .LPMCGNJLBGD = fd(10, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DrinkMakerChallengeScRsp = struct { + retcode: u32 = 0, + reward: ?ItemList = null, + FGEFCEFKHMH: bool = false, + challenge_id: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(15, .{ .Varint = .Simple }), + .reward = fd(13, .{ .SubMessage = {} }), + .FGEFCEFKHMH = fd(4, .{ .Varint = .Simple }), + .challenge_id = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DrinkMakerUpdateTipsNotify = struct { + AMEFGBICGDI: u32 = 0, + + pub const _desc_table = .{ + .AMEFGBICGDI = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GOAHFMLPDMF = struct { + era_flipper_region_id: u32 = 0, + state: u32 = 0, + + pub const _desc_table = .{ + .era_flipper_region_id = fd(14, .{ .Varint = .Simple }), + .state = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KKEAENNDMKB = struct { + NDPGBLAAGHK: ArrayList(GOAHFMLPDMF), + + pub const _desc_table = .{ + .NDPGBLAAGHK = fd(15, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetEraFlipperDataCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetEraFlipperDataScRsp = struct { + data: ?KKEAENNDMKB = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .data = fd(2, .{ .SubMessage = {} }), + .retcode = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChangeEraFlipperDataCsReq = struct { + data: ?KKEAENNDMKB = null, + + pub const _desc_table = .{ + .data = fd(14, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChangeEraFlipperDataScRsp = struct { + retcode: u32 = 0, + data: ?KKEAENNDMKB = null, + + pub const _desc_table = .{ + .retcode = fd(13, .{ .Varint = .Simple }), + .data = fd(5, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ResetEraFlipperDataCsReq = struct { + PAHMAGPFDDJ: bool = false, + + pub const _desc_table = .{ + .PAHMAGPFDDJ = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ResetEraFlipperDataScRsp = struct { + data: ?KKEAENNDMKB = null, + PAHMAGPFDDJ: bool = false, + retcode: u32 = 0, + + pub const _desc_table = .{ + .data = fd(2, .{ .SubMessage = {} }), + .PAHMAGPFDDJ = fd(15, .{ .Varint = .Simple }), + .retcode = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EnterEraFlipperRegionCsReq = struct { + state: u32 = 0, + era_flipper_region_id: u32 = 0, + + pub const _desc_table = .{ + .state = fd(12, .{ .Varint = .Simple }), + .era_flipper_region_id = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EnterEraFlipperRegionScRsp = struct { + retcode: u32 = 0, + era_flipper_region_id: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(12, .{ .Varint = .Simple }), + .era_flipper_region_id = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EraFlipperDataChangeScNotify = struct { + floor_id: u32 = 0, + data: ?KKEAENNDMKB = null, + + pub const _desc_table = .{ + .floor_id = fd(4, .{ .Varint = .Simple }), + .data = fd(1, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EvolveBuildAvatar = struct { + avatar_id: u32 = 0, + damage: f64 = 0, + avatar_type: AvatarType = @enumFromInt(0), + + pub const _desc_table = .{ + .avatar_id = fd(10, .{ .Varint = .Simple }), + .damage = fd(14, .{ .FixedInt = .I64 }), + .avatar_type = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EvolveBuildLevelInfo = struct { + cur_game_exp: u32 = 0, + battle_target_list: ArrayList(BattleTarget), + season: KLNIPNJCNMJ = @enumFromInt(0), + round_cnt: u32 = 0, + battle_info: ?EvolveBuildBattleInfo = null, + period_id_list: ArrayList(u32), + avatar_list: ArrayList(EvolveBuildAvatar), + + pub const _desc_table = .{ + .cur_game_exp = fd(2, .{ .Varint = .Simple }), + .battle_target_list = fd(9, .{ .List = .{ .SubMessage = {} } }), + .season = fd(13, .{ .Varint = .Simple }), + .round_cnt = fd(8, .{ .Varint = .Simple }), + .battle_info = fd(11, .{ .SubMessage = {} }), + .period_id_list = fd(4, .{ .PackedList = .{ .Varint = .Simple } }), + .avatar_list = fd(5, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CEENLALPDMK = struct { + ACJCPHIFMLN: u32 = 0, + max_score: u32 = 0, + CEADMDAMHMO: u32 = 0, + + pub const _desc_table = .{ + .ACJCPHIFMLN = fd(15, .{ .Varint = .Simple }), + .max_score = fd(2, .{ .Varint = .Simple }), + .CEADMDAMHMO = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const IMGJIEBFGPF = struct { + level: u32 = 0, + NECILJOJGAN: u32 = 0, + + pub const _desc_table = .{ + .level = fd(9, .{ .Varint = .Simple }), + .NECILJOJGAN = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ECMMJLLHPMD = struct { + CADMFGHALJG: bool = false, + ACJCPHIFMLN: u32 = 0, + NAJOHIHMABC: bool = false, + LGDNIIGEPHH: ArrayList(u32), + + pub const _desc_table = .{ + .CADMFGHALJG = fd(9, .{ .Varint = .Simple }), + .ACJCPHIFMLN = fd(8, .{ .Varint = .Simple }), + .NAJOHIHMABC = fd(11, .{ .Varint = .Simple }), + .LGDNIIGEPHH = fd(7, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PDFHJMMDGAE = struct { + MDCJFOAFDJK: KLNIPNJCNMJ = @enumFromInt(0), + CPIOGJKFECH: u32 = 0, + COKDNPEEMAG: ArrayList(IMGJIEBFGPF), + + pub const _desc_table = .{ + .MDCJFOAFDJK = fd(9, .{ .Varint = .Simple }), + .CPIOGJKFECH = fd(14, .{ .Varint = .Simple }), + .COKDNPEEMAG = fd(3, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PDICNBBKFNP = struct { + KLGHECCBHCG: ArrayList(CEENLALPDMK), + exp: u32 = 0, + LCJNNDGKIDP: ArrayList(ECMMJLLHPMD), + FEJGMNNFFLG: ArrayList(PDFHJMMDGAE), + CPIOGJKFECH: u32 = 0, + EODGCNAFIAC: u32 = 0, + FJOCDKIFPPC: ArrayList(u32), + COKDNPEEMAG: ArrayList(IMGJIEBFGPF), + LMELJCIFBDF: ArrayList(u32), + + pub const _desc_table = .{ + .KLGHECCBHCG = fd(9, .{ .List = .{ .SubMessage = {} } }), + .exp = fd(12, .{ .Varint = .Simple }), + .LCJNNDGKIDP = fd(4, .{ .List = .{ .SubMessage = {} } }), + .FEJGMNNFFLG = fd(14, .{ .List = .{ .SubMessage = {} } }), + .CPIOGJKFECH = fd(10, .{ .Varint = .Simple }), + .EODGCNAFIAC = fd(5, .{ .Varint = .Simple }), + .FJOCDKIFPPC = fd(6, .{ .PackedList = .{ .Varint = .Simple } }), + .COKDNPEEMAG = fd(3, .{ .List = .{ .SubMessage = {} } }), + .LMELJCIFBDF = fd(8, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EvolveBuildQueryInfoCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EvolveBuildQueryInfoScRsp = struct { + OMCBCGCHLGN: ?PDICNBBKFNP = null, + retcode: u32 = 0, + DHMBDIIBKLM: ArrayList(EvolveBuildLevelInfo), + + pub const _desc_table = .{ + .OMCBCGCHLGN = fd(4, .{ .SubMessage = {} }), + .retcode = fd(12, .{ .Varint = .Simple }), + .DHMBDIIBKLM = fd(14, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EvolveBuildStartLevelCsReq = struct { + avatar_list: ArrayList(EvolveBuildAvatar), + JIAPJHDLFBJ: ?KPKKKJPJCPC = null, + ACJCPHIFMLN: u32 = 0, + + pub const _desc_table = .{ + .avatar_list = fd(1, .{ .List = .{ .SubMessage = {} } }), + .JIAPJHDLFBJ = fd(15, .{ .SubMessage = {} }), + .ACJCPHIFMLN = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EvolveBuildStartLevelScRsp = struct { + level_info: ?EvolveBuildLevelInfo = null, + NOPHEEHJHEK: ?SceneBattleInfo = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .level_info = fd(14, .{ .SubMessage = {} }), + .NOPHEEHJHEK = fd(15, .{ .SubMessage = {} }), + .retcode = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EvolveBuildStartStageCsReq = struct { + ACJCPHIFMLN: u32 = 0, + + pub const _desc_table = .{ + .ACJCPHIFMLN = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EvolveBuildStartStageScRsp = struct { + retcode: u32 = 0, + NOPHEEHJHEK: ?SceneBattleInfo = null, + level_info: ?EvolveBuildLevelInfo = null, + + pub const _desc_table = .{ + .retcode = fd(1, .{ .Varint = .Simple }), + .NOPHEEHJHEK = fd(3, .{ .SubMessage = {} }), + .level_info = fd(15, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EvolveBuildGiveupCsReq = struct { + ACJCPHIFMLN: u32 = 0, + + pub const _desc_table = .{ + .ACJCPHIFMLN = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EvolveBuildGiveupScRsp = struct { + level_info: ?EvolveBuildLevelInfo = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .level_info = fd(13, .{ .SubMessage = {} }), + .retcode = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EvolveBuildLeaveCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EvolveBuildLeaveScRsp = struct { + level_info: ?EvolveBuildLevelInfo = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .level_info = fd(13, .{ .SubMessage = {} }), + .retcode = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EvolveBuildFinishScNotify = struct { + level_info: ?EvolveBuildLevelInfo = null, + level_id: u32 = 0, + battle_result_type: DLHCMCNIHII = @enumFromInt(0), + wave: u32 = 0, + cur_period_type: u32 = 0, + is_lose: bool = false, + exp: u32 = 0, + coin: u32 = 0, + score: u32 = 0, + + pub const _desc_table = .{ + .level_info = fd(10, .{ .SubMessage = {} }), + .level_id = fd(5, .{ .Varint = .Simple }), + .battle_result_type = fd(14, .{ .Varint = .Simple }), + .wave = fd(2, .{ .Varint = .Simple }), + .cur_period_type = fd(4, .{ .Varint = .Simple }), + .is_lose = fd(7, .{ .Varint = .Simple }), + .exp = fd(9, .{ .Varint = .Simple }), + .coin = fd(3, .{ .Varint = .Simple }), + .score = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EvolveBuildReRandomStageCsReq = struct { + ACJCPHIFMLN: u32 = 0, + + pub const _desc_table = .{ + .ACJCPHIFMLN = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EvolveBuildReRandomStageScRsp = struct { + retcode: u32 = 0, + JGPBFLCCIJP: ?ECMMJLLHPMD = null, + + pub const _desc_table = .{ + .retcode = fd(6, .{ .Varint = .Simple }), + .JGPBFLCCIJP = fd(14, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EvolveBuildShopAbilityUpCsReq = struct { + NECILJOJGAN: u32 = 0, + level: u32 = 0, + + pub const _desc_table = .{ + .NECILJOJGAN = fd(15, .{ .Varint = .Simple }), + .level = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EvolveBuildShopAbilityUpScRsp = struct { + NECILJOJGAN: u32 = 0, + level: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .NECILJOJGAN = fd(8, .{ .Varint = .Simple }), + .level = fd(12, .{ .Varint = .Simple }), + .retcode = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EvolveBuildShopAbilityDownCsReq = struct { + NECILJOJGAN: u32 = 0, + level: u32 = 0, + + pub const _desc_table = .{ + .NECILJOJGAN = fd(12, .{ .Varint = .Simple }), + .level = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EvolveBuildShopAbilityDownScRsp = struct { + level: u32 = 0, + retcode: u32 = 0, + NECILJOJGAN: u32 = 0, + + pub const _desc_table = .{ + .level = fd(1, .{ .Varint = .Simple }), + .retcode = fd(6, .{ .Varint = .Simple }), + .NECILJOJGAN = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EvolveBuildShopAbilityResetCsReq = struct { + MDCJFOAFDJK: KLNIPNJCNMJ = @enumFromInt(0), + + pub const _desc_table = .{ + .MDCJFOAFDJK = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EvolveBuildShopAbilityResetScRsp = struct { + retcode: u32 = 0, + MDCJFOAFDJK: KLNIPNJCNMJ = @enumFromInt(0), + CPIOGJKFECH: u32 = 0, + COKDNPEEMAG: ArrayList(IMGJIEBFGPF), + + pub const _desc_table = .{ + .retcode = fd(12, .{ .Varint = .Simple }), + .MDCJFOAFDJK = fd(3, .{ .Varint = .Simple }), + .CPIOGJKFECH = fd(15, .{ .Varint = .Simple }), + .COKDNPEEMAG = fd(9, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EvolveBuildCoinNotify = struct { + CPIOGJKFECH: u32 = 0, + MDCJFOAFDJK: KLNIPNJCNMJ = @enumFromInt(0), + + pub const _desc_table = .{ + .CPIOGJKFECH = fd(6, .{ .Varint = .Simple }), + .MDCJFOAFDJK = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EvolveBuildSkipTeachLevelCsReq = struct { + ACJCPHIFMLN: u32 = 0, + + pub const _desc_table = .{ + .ACJCPHIFMLN = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EvolveBuildSkipTeachLevelScRsp = struct { + retcode: u32 = 0, + ACJCPHIFMLN: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(8, .{ .Varint = .Simple }), + .ACJCPHIFMLN = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ExpeditionInfo = struct { + total_duration: u32 = 0, + start_expedition_time: i64 = 0, + id: u32 = 0, + avatar_id_list: ArrayList(u32), + + pub const _desc_table = .{ + .total_duration = fd(7, .{ .Varint = .Simple }), + .start_expedition_time = fd(15, .{ .Varint = .Simple }), + .id = fd(6, .{ .Varint = .Simple }), + .avatar_id_list = fd(1, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ActivityExpedition = struct { + start_expedition_time: i64 = 0, + OJFNLMHMLOF: u32 = 0, + avatar_id_list: ArrayList(u32), + FNGGNBMOFAA: u32 = 0, + IPGECLELHGJ: u32 = 0, + id: u32 = 0, + + pub const _desc_table = .{ + .start_expedition_time = fd(14, .{ .Varint = .Simple }), + .OJFNLMHMLOF = fd(11, .{ .Varint = .Simple }), + .avatar_id_list = fd(10, .{ .PackedList = .{ .Varint = .Simple } }), + .FNGGNBMOFAA = fd(12, .{ .Varint = .Simple }), + .IPGECLELHGJ = fd(8, .{ .Varint = .Simple }), + .id = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetExpeditionDataCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetExpeditionDataScRsp = struct { + total_expedition_count: u32 = 0, + FNALLOLDGLM: ArrayList(u32), + retcode: u32 = 0, + expedition_info: ArrayList(ExpeditionInfo), + FJGIMKEPJOB: ArrayList(u32), + activity_expedition_info: ArrayList(ActivityExpedition), + JFJPADLALMD: ArrayList(u32), + + pub const _desc_table = .{ + .total_expedition_count = fd(2, .{ .Varint = .Simple }), + .FNALLOLDGLM = fd(12, .{ .PackedList = .{ .Varint = .Simple } }), + .retcode = fd(4, .{ .Varint = .Simple }), + .expedition_info = fd(1, .{ .List = .{ .SubMessage = {} } }), + .FJGIMKEPJOB = fd(6, .{ .PackedList = .{ .Varint = .Simple } }), + .activity_expedition_info = fd(9, .{ .List = .{ .SubMessage = {} } }), + .JFJPADLALMD = fd(5, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AcceptExpeditionCsReq = struct { + accept_expedition: ?ExpeditionInfo = null, + + pub const _desc_table = .{ + .accept_expedition = fd(8, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AcceptExpeditionScRsp = struct { + retcode: u32 = 0, + accept_expedition: ?ExpeditionInfo = null, + + pub const _desc_table = .{ + .retcode = fd(4, .{ .Varint = .Simple }), + .accept_expedition = fd(2, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AcceptMultipleExpeditionCsReq = struct { + expedition: ArrayList(ExpeditionInfo), + + pub const _desc_table = .{ + .expedition = fd(7, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AcceptMultipleExpeditionScRsp = struct { + retcode: u32 = 0, + accept_multi_expedition: ArrayList(ExpeditionInfo), + + pub const _desc_table = .{ + .retcode = fd(4, .{ .Varint = .Simple }), + .accept_multi_expedition = fd(12, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CancelExpeditionCsReq = struct { + expedition_id: u32 = 0, + + pub const _desc_table = .{ + .expedition_id = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CancelExpeditionScRsp = struct { + retcode: u32 = 0, + expedition_id: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(10, .{ .Varint = .Simple }), + .expedition_id = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeExpeditionRewardCsReq = struct { + expedition_id: u32 = 0, + + pub const _desc_table = .{ + .expedition_id = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeExpeditionRewardScRsp = struct { + expedition_id: u32 = 0, + reward: ?ItemList = null, + extra_reward: ?ItemList = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .expedition_id = fd(5, .{ .Varint = .Simple }), + .reward = fd(10, .{ .SubMessage = {} }), + .extra_reward = fd(9, .{ .SubMessage = {} }), + .retcode = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeMultipleExpeditionRewardCsReq = struct { + take_multi_expedition: ArrayList(u32), + + pub const _desc_table = .{ + .take_multi_expedition = fd(7, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeMultipleExpeditionRewardScRsp = struct { + extra_reward: ?ItemList = null, + extra_reward_list: ArrayList(ItemList), + reward_expedition: ArrayList(u32), + reward_list: ArrayList(ItemList), + retcode: u32 = 0, + reward: ?ItemList = null, + + pub const _desc_table = .{ + .extra_reward = fd(1, .{ .SubMessage = {} }), + .extra_reward_list = fd(11, .{ .List = .{ .SubMessage = {} } }), + .reward_expedition = fd(12, .{ .PackedList = .{ .Varint = .Simple } }), + .reward_list = fd(15, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(3, .{ .Varint = .Simple }), + .reward = fd(2, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ExpeditionDataChangeScNotify = struct { + activity_expedition_info: ArrayList(ActivityExpedition), + expedition_info: ArrayList(ExpeditionInfo), + JFJPADLALMD: ArrayList(u32), + total_expedition_count: u32 = 0, + FNALLOLDGLM: ArrayList(u32), + + pub const _desc_table = .{ + .activity_expedition_info = fd(3, .{ .List = .{ .SubMessage = {} } }), + .expedition_info = fd(9, .{ .List = .{ .SubMessage = {} } }), + .JFJPADLALMD = fd(14, .{ .PackedList = .{ .Varint = .Simple } }), + .total_expedition_count = fd(5, .{ .Varint = .Simple }), + .FNALLOLDGLM = fd(11, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AcceptActivityExpeditionCsReq = struct { + LGKJLFJGOJE: ?ActivityExpedition = null, + + pub const _desc_table = .{ + .LGKJLFJGOJE = fd(13, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AcceptActivityExpeditionScRsp = struct { + LGKJLFJGOJE: ?ActivityExpedition = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .LGKJLFJGOJE = fd(14, .{ .SubMessage = {} }), + .retcode = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CancelActivityExpeditionCsReq = struct { + MPGEMLGLHBH: u32 = 0, + + pub const _desc_table = .{ + .MPGEMLGLHBH = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CancelActivityExpeditionScRsp = struct { + retcode: u32 = 0, + MPGEMLGLHBH: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(7, .{ .Varint = .Simple }), + .MPGEMLGLHBH = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeActivityExpeditionRewardCsReq = struct { + MPGEMLGLHBH: u32 = 0, + + pub const _desc_table = .{ + .MPGEMLGLHBH = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeActivityExpeditionRewardScRsp = struct { + MPGEMLGLHBH: u32 = 0, + score_id: u32 = 0, + retcode: u32 = 0, + extra_reward: ?ItemList = null, + reward: ?ItemList = null, + + pub const _desc_table = .{ + .MPGEMLGLHBH = fd(13, .{ .Varint = .Simple }), + .score_id = fd(7, .{ .Varint = .Simple }), + .retcode = fd(14, .{ .Varint = .Simple }), + .extra_reward = fd(12, .{ .SubMessage = {} }), + .reward = fd(9, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeMultipleActivityExpeditionRewardCsReq = struct { + GOMDMNHMMNH: ArrayList(u32), + + pub const _desc_table = .{ + .GOMDMNHMMNH = fd(15, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MMNJMINGAHJ = struct { + MPGEMLGLHBH: u32 = 0, + score_id: u32 = 0, + extra_reward: ?ItemList = null, + reward: ?ItemList = null, + + pub const _desc_table = .{ + .MPGEMLGLHBH = fd(5, .{ .Varint = .Simple }), + .score_id = fd(4, .{ .Varint = .Simple }), + .extra_reward = fd(13, .{ .SubMessage = {} }), + .reward = fd(15, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeMultipleActivityExpeditionRewardScRsp = struct { + retcode: u32 = 0, + JIEEELIKIJM: ArrayList(u32), + CDNDFCEEDCO: ArrayList(MMNJMINGAHJ), + + pub const _desc_table = .{ + .retcode = fd(12, .{ .Varint = .Simple }), + .JIEEELIKIJM = fd(9, .{ .PackedList = .{ .Varint = .Simple } }), + .CDNDFCEEDCO = fd(14, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GCAIEMMCPDH = struct { + buff_list: ArrayList(u32), + avatar_list: ArrayList(KJMFEOCKCML), + + pub const _desc_table = .{ + .buff_list = fd(4, .{ .PackedList = .{ .Varint = .Simple } }), + .avatar_list = fd(14, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FHBLGMPMIIE = struct { + HKMMNFGHFPB: ArrayList(u32), + EDHNAKFOFGJ: ArrayList(u32), + GBLOOEPPGDM: ArrayList(GBLOOEPPGDMEntry), + BEJCALDILNC: u32 = 0, + NJNGBPJEMCL: ArrayList(u32), + AMDHNCJJOPH: ArrayList(u32), + JGAJKOEFGPC: ArrayList(JGAJKOEFGPCEntry), + + pub const _desc_table = .{ + .HKMMNFGHFPB = fd(9, .{ .PackedList = .{ .Varint = .Simple } }), + .EDHNAKFOFGJ = fd(2, .{ .PackedList = .{ .Varint = .Simple } }), + .GBLOOEPPGDM = fd(14, .{ .List = .{ .SubMessage = {} } }), + .BEJCALDILNC = fd(7, .{ .Varint = .Simple }), + .NJNGBPJEMCL = fd(1, .{ .PackedList = .{ .Varint = .Simple } }), + .AMDHNCJJOPH = fd(4, .{ .PackedList = .{ .Varint = .Simple } }), + .JGAJKOEFGPC = fd(3, .{ .List = .{ .SubMessage = {} } }), + }; + + pub const GBLOOEPPGDMEntry = struct { + key: u32 = 0, + value: ?GCAIEMMCPDH = null, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub const JGAJKOEFGPCEntry = struct { + key: u32 = 0, + value: u32 = 0, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetFantasticStoryActivityDataCsReq = struct { + BEJCALDILNC: u32 = 0, + + pub const _desc_table = .{ + .BEJCALDILNC = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetFantasticStoryActivityDataScRsp = struct { + FPEPICFCFFM: ?FHBLGMPMIIE = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .FPEPICFCFFM = fd(11, .{ .SubMessage = {} }), + .retcode = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FinishChapterScNotify = struct { + FPEPICFCFFM: ?FHBLGMPMIIE = null, + + pub const _desc_table = .{ + .FPEPICFCFFM = fd(13, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KJMFEOCKCML = struct { + avatar_type: AvatarType = @enumFromInt(0), + avatar_id: u32 = 0, + + pub const _desc_table = .{ + .avatar_type = fd(2, .{ .Varint = .Simple }), + .avatar_id = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EnterFantasticStoryActivityStageCsReq = struct { + buff_list: ArrayList(u32), + avatar_list: ArrayList(KJMFEOCKCML), + BEJCALDILNC: u32 = 0, + battle_id: u32 = 0, + + pub const _desc_table = .{ + .buff_list = fd(14, .{ .PackedList = .{ .Varint = .Simple } }), + .avatar_list = fd(8, .{ .List = .{ .SubMessage = {} } }), + .BEJCALDILNC = fd(15, .{ .Varint = .Simple }), + .battle_id = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EnterFantasticStoryActivityStageScRsp = struct { + retcode: u32 = 0, + battle_info: ?SceneBattleInfo = null, + battle_id: u32 = 0, + BEJCALDILNC: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(10, .{ .Varint = .Simple }), + .battle_info = fd(2, .{ .SubMessage = {} }), + .battle_id = fd(1, .{ .Varint = .Simple }), + .BEJCALDILNC = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FantasticStoryActivityBattleEndScNotify = struct { + BEJCALDILNC: u32 = 0, + PKKLPBBNNCE: u32 = 0, + battle_id: u32 = 0, + + pub const _desc_table = .{ + .BEJCALDILNC = fd(11, .{ .Varint = .Simple }), + .PKKLPBBNNCE = fd(10, .{ .Varint = .Simple }), + .battle_id = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EHFOGJKJMEF = struct { + IMFCIMKMJPL: u32 = 0, + HHMABJDIMGM: DLBFAHOAGPH = @enumFromInt(0), + + pub const _desc_table = .{ + .IMFCIMKMJPL = fd(11, .{ .Varint = .Simple }), + .HHMABJDIMGM = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MAAOLKGLLBI = struct { + affix_id: u32 = 0, + unique_id: u32 = 0, + HHENFGJPFOA: bool = false, + KKEAEBAGMKE: bool = false, + monster_list: ArrayList(u32), + + pub const _desc_table = .{ + .affix_id = fd(1, .{ .Varint = .Simple }), + .unique_id = fd(10, .{ .Varint = .Simple }), + .HHENFGJPFOA = fd(6, .{ .Varint = .Simple }), + .KKEAEBAGMKE = fd(9, .{ .Varint = .Simple }), + .monster_list = fd(4, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const NFKDAAGBMPJ = struct { + status: MGPOCJFMKPM = @enumFromInt(0), + hp: i32 = 0, + avatar_id: u32 = 0, + MHGDGGNIJCG: ArrayList(MAAOLKGLLBI), + rank: u32 = 0, + max_hp: i32 = 0, + + pub const _desc_table = .{ + .status = fd(10, .{ .Varint = .Simple }), + .hp = fd(15, .{ .Varint = .Simple }), + .avatar_id = fd(9, .{ .Varint = .Simple }), + .MHGDGGNIJCG = fd(4, .{ .List = .{ .SubMessage = {} } }), + .rank = fd(13, .{ .Varint = .Simple }), + .max_hp = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FEKFBAOCGKP = struct { + avatar_id: u32 = 0, + HNJFFFJDGNE: bool = false, + + pub const _desc_table = .{ + .avatar_id = fd(1, .{ .Varint = .Simple }), + .HNJFFFJDGNE = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OIEGKNHNIAN = struct { + JMJDBALGMHD: ?FEKFBAOCGKP = null, + LGHOCABPPEH: ?FEKFBAOCGKP = null, + + pub const _desc_table = .{ + .JMJDBALGMHD = fd(6, .{ .SubMessage = {} }), + .LGHOCABPPEH = fd(8, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MAKGEEHGPOH = struct { + GMMOPDHDFCI: ArrayList(NFKDAAGBMPJ), + + pub const _desc_table = .{ + .GMMOPDHDFCI = fd(13, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GKICOCCLPMG = struct { + buff_id: u32 = 0, + cnt: u32 = 0, + + pub const _desc_table = .{ + .buff_id = fd(5, .{ .Varint = .Simple }), + .cnt = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AOGEPPFCPIN = struct { + cnt: u32 = 0, + source: ?EHFOGJKJMEF = null, + + pub const _desc_table = .{ + .cnt = fd(15, .{ .Varint = .Simple }), + .source = fd(8, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AHNNKNPFAGD = struct { + JHNKMOHLBPJ: u32 = 0, + LFEGONPNPKG: ArrayList(AOGEPPFCPIN), + + pub const _desc_table = .{ + .JHNKMOHLBPJ = fd(3, .{ .Varint = .Simple }), + .LFEGONPNPKG = fd(10, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CAHIHNJIAJB = struct { + buff_list: ArrayList(GKICOCCLPMG), + MKJLCADGMLE: u32 = 0, + DMHEDHLDHMO: ArrayList(u32), + FAJJEOGKOON: ArrayList(FAJJEOGKOONEntry), + AEKJLHJOPCE: ArrayList(u32), + MIALMMLJBML: ArrayList(AHNNKNPFAGD), + + pub const _desc_table = .{ + .buff_list = fd(1, .{ .List = .{ .SubMessage = {} } }), + .MKJLCADGMLE = fd(4, .{ .Varint = .Simple }), + .DMHEDHLDHMO = fd(2, .{ .PackedList = .{ .Varint = .Simple } }), + .FAJJEOGKOON = fd(15, .{ .List = .{ .SubMessage = {} } }), + .AEKJLHJOPCE = fd(3, .{ .PackedList = .{ .Varint = .Simple } }), + .MIALMMLJBML = fd(5, .{ .List = .{ .SubMessage = {} } }), + }; + + pub const FAJJEOGKOONEntry = struct { + key: u32 = 0, + value: u32 = 0, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EMNMLIILKKE = struct { + KHCKFBHCFPL: u32 = 0, + HDBBBGGMFJP: bool = false, + cnt: u32 = 0, + buff_id: u32 = 0, + + pub const _desc_table = .{ + .KHCKFBHCFPL = fd(6, .{ .Varint = .Simple }), + .HDBBBGGMFJP = fd(10, .{ .Varint = .Simple }), + .cnt = fd(4, .{ .Varint = .Simple }), + .buff_id = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BMKFOIFLBLE = struct { + CPIOGJKFECH: u32 = 0, + KMDEIFBPNCB: u32 = 0, + + pub const _desc_table = .{ + .CPIOGJKFECH = fd(15, .{ .Varint = .Simple }), + .KMDEIFBPNCB = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BMMLAFJKNLH = struct { + PPIBBKHLMJC: ArrayList(EMNMLIILKKE), + AKIDCLEFPDK: u32 = 0, + IHJIFPPHKJD: ArrayList(BMKFOIFLBLE), + DIPJOIACLHN: bool = false, + MEECNGKLDJG: u32 = 0, + BCFAIIJFLFA: bool = false, + CPIOGJKFECH: u32 = 0, + + pub const _desc_table = .{ + .PPIBBKHLMJC = fd(2, .{ .List = .{ .SubMessage = {} } }), + .AKIDCLEFPDK = fd(13, .{ .Varint = .Simple }), + .IHJIFPPHKJD = fd(5, .{ .List = .{ .SubMessage = {} } }), + .DIPJOIACLHN = fd(1, .{ .Varint = .Simple }), + .MEECNGKLDJG = fd(8, .{ .Varint = .Simple }), + .BCFAIIJFLFA = fd(3, .{ .Varint = .Simple }), + .CPIOGJKFECH = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MLKOINJENMH = struct { + NDBOJANDNJN: u32 = 0, + NODMOBECPEO: u32 = 0, + HPLJNILNICK: u32 = 0, + + pub const _desc_table = .{ + .NDBOJANDNJN = fd(10, .{ .Varint = .Simple }), + .NODMOBECPEO = fd(15, .{ .Varint = .Simple }), + .HPLJNILNICK = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MMEFNOCBBBC = struct { + PMAOKEOOBNO: ArrayList(u32), + + pub const _desc_table = .{ + .PMAOKEOOBNO = fd(14, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LOMJKOBDJFP = struct { + FINBJPFFDHI: u32 = 0, + unique_id: u32 = 0, + + pub const _desc_table = .{ + .FINBJPFFDHI = fd(10, .{ .Varint = .Simple }), + .unique_id = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MBLNBBODELL = struct { + value: i32 = 0, + HAPEKNJBOJE: u32 = 0, + unique_id: u32 = 0, + + pub const _desc_table = .{ + .value = fd(3, .{ .Varint = .Simple }), + .HAPEKNJBOJE = fd(7, .{ .Varint = .Simple }), + .unique_id = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HDHAPALLLMK = struct { + DHCLLAANEEF: ?MAKGEEHGPOH = null, + pending_action: ?KADINMKCJBH = null, + status: GHHDMEMLKPO = @enumFromInt(0), + NLMHPLDMCMD: ArrayList(MBLNBBODELL), + FBFJMPFBCHB: ArrayList(LOMJKOBDJFP), + JCOODGOENPM: ?FBFBMDEPCBP = null, + CJCDNDKHMNK: ?CAHIHNJIAJB = null, + PBALFIENEFO: u32 = 0, + CBFHIDMKFLB: u32 = 0, + DEAJILAEAKO: ?BMMLAFJKNLH = null, + DBAHFEFGLMD: u32 = 0, + DPJEGIBDDPC: ?MLKOINJENMH = null, + DGNAMOELMGK: ?PNNAEEAKHOF = null, + JBPMIBFMCPL: ?MMEFNOCBBBC = null, + + pub const _desc_table = .{ + .DHCLLAANEEF = fd(9, .{ .SubMessage = {} }), + .pending_action = fd(1, .{ .SubMessage = {} }), + .status = fd(11, .{ .Varint = .Simple }), + .NLMHPLDMCMD = fd(6, .{ .List = .{ .SubMessage = {} } }), + .FBFJMPFBCHB = fd(13, .{ .List = .{ .SubMessage = {} } }), + .JCOODGOENPM = fd(892, .{ .SubMessage = {} }), + .CJCDNDKHMNK = fd(5, .{ .SubMessage = {} }), + .PBALFIENEFO = fd(4, .{ .Varint = .Simple }), + .CBFHIDMKFLB = fd(3, .{ .Varint = .Simple }), + .DEAJILAEAKO = fd(12, .{ .SubMessage = {} }), + .DBAHFEFGLMD = fd(15, .{ .Varint = .Simple }), + .DPJEGIBDDPC = fd(8, .{ .SubMessage = {} }), + .DGNAMOELMGK = fd(415, .{ .SubMessage = {} }), + .JBPMIBFMCPL = fd(2, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KADINMKCJBH = struct { + HBAPCCEGNME: u32 = 0, + KIABCFHDGBK: ?PEAJLADINFK = null, + + pub const _desc_table = .{ + .HBAPCCEGNME = fd(5, .{ .Varint = .Simple }), + .KIABCFHDGBK = fd(15, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FateHandlePendingActionCsReq = struct { + HBAPCCEGNME: u32 = 0, + KOIJFOFFJNJ: ?KOIJFOFFJNJ_union, + + pub const _KOIJFOFFJNJ_case = enum { + BAMNOJKMBMN, + FJGMNIOILOK, + }; + pub const KOIJFOFFJNJ_union = union(_KOIJFOFFJNJ_case) { + BAMNOJKMBMN: LICMPOLBCFJ, + FJGMNIOILOK: DANEMLLJACO, + pub const _union_desc = .{ + .BAMNOJKMBMN = fd(4, .{ .SubMessage = {} }), + .FJGMNIOILOK = fd(13, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .HBAPCCEGNME = fd(5, .{ .Varint = .Simple }), + .KOIJFOFFJNJ = fd(null, .{ .OneOf = KOIJFOFFJNJ_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LICMPOLBCFJ = struct { + NOJIPBNOFEP: u32 = 0, + + pub const _desc_table = .{ + .NOJIPBNOFEP = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DANEMLLJACO = struct { + LECDHDDCEIA: bool = false, + BCOLEEDGCPK: u32 = 0, + + pub const _desc_table = .{ + .LECDHDDCEIA = fd(3, .{ .Varint = .Simple }), + .BCOLEEDGCPK = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FateHandlePendingActionScRsp = struct { + HBAPCCEGNME: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .HBAPCCEGNME = fd(1, .{ .Varint = .Simple }), + .retcode = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FateSyncActionResultScNotify = struct { + FLBMHLPHFND: ArrayList(IBEIIHLDKAN), + + pub const _desc_table = .{ + .FLBMHLPHFND = fd(15, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const IBEIIHLDKAN = struct { + ECOEKHPGMEA: ?ECOEKHPGMEA_union, + + pub const _ECOEKHPGMEA_case = enum { + LGKFIGMHHOG, + OFJFLADAGPG, + JGBLIMAOOKD, + GDFAPBIOMGP, + MHEAGDGLGCD, + ILPMCFEPLHD, + OODNPIBEGCF, + LJOIKIFPDKD, + JFCOPCFMOBC, + EPEJBIOEJGH, + APOAAJEHEFA, + CLMCJCOAHJA, + EABFCLLKPJA, + KHCDHCNGFFD, + DPBGPFADPJB, + INDJMLOCFKI, + PHFPNGODBLD, + MBAMPALALIE, + MBIFDIPFMDN, + NCFFKKBBBOF, + PGCPAICCCKH, + FNEFFJODFJI, + }; + pub const ECOEKHPGMEA_union = union(_ECOEKHPGMEA_case) { + LGKFIGMHHOG: BHIHNLGPFFG, + OFJFLADAGPG: OHCMFGGBJCJ, + JGBLIMAOOKD: JPBJLKJBJOA, + GDFAPBIOMGP: AIFKHOMFGLF, + MHEAGDGLGCD: KOJPPIAGBDF, + ILPMCFEPLHD: IGKEEHMGCPA, + OODNPIBEGCF: HMCAPGMLPOB, + LJOIKIFPDKD: HIFEBJCJLCN, + JFCOPCFMOBC: JBHPFNNFKIP, + EPEJBIOEJGH: MFDALMKKHOM, + APOAAJEHEFA: CIFDFLDEOKC, + CLMCJCOAHJA: LOLENBEAHBI, + EABFCLLKPJA: ALGENLCOGGI, + KHCDHCNGFFD: HOMJEMILMMF, + DPBGPFADPJB: JKPNBBIIBNP, + INDJMLOCFKI: OAGAOPCJDJA, + PHFPNGODBLD: OKLHBCFMBBO, + MBAMPALALIE: IAKNHMEGIKO, + MBIFDIPFMDN: EGLBNLJHBFJ, + NCFFKKBBBOF: FAJOFMFCJEM, + PGCPAICCCKH: MKGOHMIHGGJ, + FNEFFJODFJI: LIMLKCFGKFA, + pub const _union_desc = .{ + .LGKFIGMHHOG = fd(1, .{ .SubMessage = {} }), + .OFJFLADAGPG = fd(2, .{ .SubMessage = {} }), + .JGBLIMAOOKD = fd(3, .{ .SubMessage = {} }), + .GDFAPBIOMGP = fd(4, .{ .SubMessage = {} }), + .MHEAGDGLGCD = fd(5, .{ .SubMessage = {} }), + .ILPMCFEPLHD = fd(6, .{ .SubMessage = {} }), + .OODNPIBEGCF = fd(7, .{ .SubMessage = {} }), + .LJOIKIFPDKD = fd(8, .{ .SubMessage = {} }), + .JFCOPCFMOBC = fd(9, .{ .SubMessage = {} }), + .EPEJBIOEJGH = fd(10, .{ .SubMessage = {} }), + .APOAAJEHEFA = fd(11, .{ .SubMessage = {} }), + .CLMCJCOAHJA = fd(12, .{ .SubMessage = {} }), + .EABFCLLKPJA = fd(13, .{ .SubMessage = {} }), + .KHCDHCNGFFD = fd(14, .{ .SubMessage = {} }), + .DPBGPFADPJB = fd(15, .{ .SubMessage = {} }), + .INDJMLOCFKI = fd(34, .{ .SubMessage = {} }), + .PHFPNGODBLD = fd(140, .{ .SubMessage = {} }), + .MBAMPALALIE = fd(205, .{ .SubMessage = {} }), + .MBIFDIPFMDN = fd(304, .{ .SubMessage = {} }), + .NCFFKKBBBOF = fd(680, .{ .SubMessage = {} }), + .PGCPAICCCKH = fd(1517, .{ .SubMessage = {} }), + .FNEFFJODFJI = fd(1968, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .ECOEKHPGMEA = fd(null, .{ .OneOf = ECOEKHPGMEA_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HMCAPGMLPOB = struct { + MEECNGKLDJG: u32 = 0, + AKIDCLEFPDK: u32 = 0, + + pub const _desc_table = .{ + .MEECNGKLDJG = fd(9, .{ .Varint = .Simple }), + .AKIDCLEFPDK = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HOMJEMILMMF = struct { + DEAJILAEAKO: ?BMMLAFJKNLH = null, + + pub const _desc_table = .{ + .DEAJILAEAKO = fd(10, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LIMLKCFGKFA = struct { + BCFAIIJFLFA: bool = false, + + pub const _desc_table = .{ + .BCFAIIJFLFA = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MKGOHMIHGGJ = struct { + PMAOKEOOBNO: ArrayList(u32), + + pub const _desc_table = .{ + .PMAOKEOOBNO = fd(4, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const JPBJLKJBJOA = struct { + IJOMBHBCGNN: ArrayList(GKICOCCLPMG), + INBADCFNJIF: ArrayList(u32), + + pub const _desc_table = .{ + .IJOMBHBCGNN = fd(6, .{ .List = .{ .SubMessage = {} } }), + .INBADCFNJIF = fd(3, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MFDALMKKHOM = struct { + BJGMJNGOGJG: ArrayList(AHNNKNPFAGD), + IEAKBNHFNID: ArrayList(u32), + + pub const _desc_table = .{ + .BJGMJNGOGJG = fd(10, .{ .List = .{ .SubMessage = {} } }), + .IEAKBNHFNID = fd(3, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BHIHNLGPFFG = struct { + FNDGCJHFCDG: ArrayList(u32), + ICFPFLMBJGP: ArrayList(u32), + + pub const _desc_table = .{ + .FNDGCJHFCDG = fd(2, .{ .PackedList = .{ .Varint = .Simple } }), + .ICFPFLMBJGP = fd(3, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OKLHBCFMBBO = struct { + NFBGLBEEIBM: ArrayList(NFBGLBEEIBMEntry), + MCPMIJACMCI: ArrayList(u32), + + pub const _desc_table = .{ + .NFBGLBEEIBM = fd(2, .{ .List = .{ .SubMessage = {} } }), + .MCPMIJACMCI = fd(14, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub const NFBGLBEEIBMEntry = struct { + key: u32 = 0, + value: u32 = 0, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const IAKNHMEGIKO = struct { + AEKJLHJOPCE: ArrayList(u32), + + pub const _desc_table = .{ + .AEKJLHJOPCE = fd(9, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FAJOFMFCJEM = struct { + GAKBPIPLDIO: ?COIEIHNKCDK = null, + + pub const _desc_table = .{ + .GAKBPIPLDIO = fd(11, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OAGAOPCJDJA = struct { + FHIKIHFLEIA: ?EHFOGJKJMEF = null, + + pub const _desc_table = .{ + .FHIKIHFLEIA = fd(13, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const JKPNBBIIBNP = struct { + KFGJBILJGDP: ?MLKOINJENMH = null, + + pub const _desc_table = .{ + .KFGJBILJGDP = fd(14, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CIFDFLDEOKC = struct { + PJGBFKNJPNO: GHHDMEMLKPO = @enumFromInt(0), + + pub const _desc_table = .{ + .PJGBFKNJPNO = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KCLGBMFEHBE = struct { + BAMEDJDAOMC: u32 = 0, + avatar_id: u32 = 0, + EMPLJNHEPHC: bool = false, + CBLAMACCEPB: u32 = 0, + KDGCCOMKIPO: f64 = 0, + NKBMEBELLFJ: u32 = 0, + NFKMDDNPGBJ: u32 = 0, + DCABNHJMMJG: bool = false, + BPOCKMFJMEK: u32 = 0, + + pub const _desc_table = .{ + .BAMEDJDAOMC = fd(10, .{ .Varint = .Simple }), + .avatar_id = fd(15, .{ .Varint = .Simple }), + .EMPLJNHEPHC = fd(7, .{ .Varint = .Simple }), + .CBLAMACCEPB = fd(14, .{ .Varint = .Simple }), + .KDGCCOMKIPO = fd(11, .{ .FixedInt = .I64 }), + .NKBMEBELLFJ = fd(9, .{ .Varint = .Simple }), + .NFKMDDNPGBJ = fd(4, .{ .Varint = .Simple }), + .DCABNHJMMJG = fd(12, .{ .Varint = .Simple }), + .BPOCKMFJMEK = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KOJPPIAGBDF = struct { + BILEJKHIHJL: u32 = 0, + DKPDEHNDFLH: ArrayList(u32), + CPCNMDEJILI: u32 = 0, + IMHHILCMMGI: u32 = 0, + HAHJHBFAEFC: u32 = 0, + AMHBLHCPCOH: ArrayList(KCLGBMFEHBE), + GMMOPDHDFCI: ArrayList(NFKDAAGBMPJ), + + pub const _desc_table = .{ + .BILEJKHIHJL = fd(13, .{ .Varint = .Simple }), + .DKPDEHNDFLH = fd(8, .{ .PackedList = .{ .Varint = .Simple } }), + .CPCNMDEJILI = fd(11, .{ .Varint = .Simple }), + .IMHHILCMMGI = fd(7, .{ .Varint = .Simple }), + .HAHJHBFAEFC = fd(2, .{ .Varint = .Simple }), + .AMHBLHCPCOH = fd(14, .{ .List = .{ .SubMessage = {} } }), + .GMMOPDHDFCI = fd(5, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HIFEBJCJLCN = struct { + FMLLHLKOJLJ: ArrayList(OIEGKNHNIAN), + + pub const _desc_table = .{ + .FMLLHLKOJLJ = fd(8, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const JBHPFNNFKIP = struct { + HHJOCGOMECO: u32 = 0, + + pub const _desc_table = .{ + .HHJOCGOMECO = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OHCMFGGBJCJ = struct { + MKJLCADGMLE: u32 = 0, + + pub const _desc_table = .{ + .MKJLCADGMLE = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LOLENBEAHBI = struct { + GECNFFHGIAH: ?LOMJKOBDJFP = null, + + pub const _desc_table = .{ + .GECNFFHGIAH = fd(9, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const IGKEEHMGCPA = struct { + unique_id: u32 = 0, + + pub const _desc_table = .{ + .unique_id = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ALGENLCOGGI = struct { + HKFHBAKHNLH: ?MBLNBBODELL = null, + + pub const _desc_table = .{ + .HKFHBAKHNLH = fd(12, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AIFKHOMFGLF = struct { + unique_id: u32 = 0, + + pub const _desc_table = .{ + .unique_id = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EGLBNLJHBFJ = struct { + AIMGDMFAAHH: ?NFKDAAGBMPJ = null, + + pub const _desc_table = .{ + .AIMGDMFAAHH = fd(3, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FateSyncPendingActionScNotify = struct { + pending_action: ?KADINMKCJBH = null, + + pub const _desc_table = .{ + .pending_action = fd(3, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PEAJLADINFK = struct { + ECOEKHPGMEA: ?ECOEKHPGMEA_union, + + pub const _ECOEKHPGMEA_case = enum { + BAMNOJKMBMN, + FJGMNIOILOK, + }; + pub const ECOEKHPGMEA_union = union(_ECOEKHPGMEA_case) { + BAMNOJKMBMN: CMHMBLALOHN, + FJGMNIOILOK: NLFDKOIODMD, + pub const _union_desc = .{ + .BAMNOJKMBMN = fd(5, .{ .SubMessage = {} }), + .FJGMNIOILOK = fd(11, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .ECOEKHPGMEA = fd(null, .{ .OneOf = ECOEKHPGMEA_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CMHMBLALOHN = struct { + GPBGBMALJKP: ArrayList(u32), + + pub const _desc_table = .{ + .GPBGBMALJKP = fd(3, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const IDMDLOKHEBJ = struct { + APPKEEOBJKC: u32 = 0, + HAPEKNJBOJE: u32 = 0, + + pub const _desc_table = .{ + .APPKEEOBJKC = fd(3, .{ .Varint = .Simple }), + .HAPEKNJBOJE = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const NLFDKOIODMD = struct { + IPMAJOJKBDB: ArrayList(IDMDLOKHEBJ), + + pub const _desc_table = .{ + .IPMAJOJKBDB = fd(2, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MGCEHCMPAHE = struct { + NGPIGMBNIAC: ArrayList(u32), + JJDOACKKCBJ: ?JGOGDBMPLCP = null, + MFKJDOEBLIM: ?DLIKBEGADFP = null, + EHBGHCGKFBH: ArrayList(u32), + + pub const _desc_table = .{ + .NGPIGMBNIAC = fd(8, .{ .PackedList = .{ .Varint = .Simple } }), + .JJDOACKKCBJ = fd(13, .{ .SubMessage = {} }), + .MFKJDOEBLIM = fd(7, .{ .SubMessage = {} }), + .EHBGHCGKFBH = fd(14, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DLIKBEGADFP = struct { + KGFFJFOMCJH: u32 = 0, + AJAOOLENENN: ArrayList(CKFKNBMHMHM), + OGNKLCEJPHA: ArrayList(OGNKLCEJPHAEntry), + HCNPHHBABPI: ?OKDBFBHKAKK = null, + EHMOJBCCEMH: ?OKDBFBHKAKK = null, + + pub const _desc_table = .{ + .KGFFJFOMCJH = fd(2, .{ .Varint = .Simple }), + .AJAOOLENENN = fd(4, .{ .List = .{ .SubMessage = {} } }), + .OGNKLCEJPHA = fd(10, .{ .List = .{ .SubMessage = {} } }), + .HCNPHHBABPI = fd(15, .{ .SubMessage = {} }), + .EHMOJBCCEMH = fd(13, .{ .SubMessage = {} }), + }; + + pub const OGNKLCEJPHAEntry = struct { + key: u32 = 0, + value: ?OKDBFBHKAKK = null, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const JGOGDBMPLCP = struct { + FMCDGPJFEAF: ArrayList(u32), + FJOKPLKODLD: ArrayList(u32), + exp: u32 = 0, + + pub const _desc_table = .{ + .FMCDGPJFEAF = fd(9, .{ .PackedList = .{ .Varint = .Simple } }), + .FJOKPLKODLD = fd(6, .{ .PackedList = .{ .Varint = .Simple } }), + .exp = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OKDBFBHKAKK = struct { + CEIHFOKENOB: ArrayList(u32), + LBBJIMAMCGE: u32 = 0, + LJLKNDJCBMF: ArrayList(LJLKNDJCBMFEntry), + BLFAANHJPAD: u32 = 0, + + pub const _desc_table = .{ + .CEIHFOKENOB = fd(13, .{ .PackedList = .{ .Varint = .Simple } }), + .LBBJIMAMCGE = fd(1, .{ .Varint = .Simple }), + .LJLKNDJCBMF = fd(14, .{ .List = .{ .SubMessage = {} } }), + .BLFAANHJPAD = fd(6, .{ .Varint = .Simple }), + }; + + pub const LJLKNDJCBMFEntry = struct { + key: u32 = 0, + value: u32 = 0, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FateQueryCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FateQueryScRsp = struct { + level_info: ?HDHAPALLLMK = null, + retcode: u32 = 0, + rogue_get_info: ?MGCEHCMPAHE = null, + + pub const _desc_table = .{ + .level_info = fd(4, .{ .SubMessage = {} }), + .retcode = fd(9, .{ .Varint = .Simple }), + .rogue_get_info = fd(10, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FateStartCsReq = struct { + DBAHFEFGLMD: u32 = 0, + PBALFIENEFO: u32 = 0, + avatar_list: ArrayList(FeverTimeAvatar), + + pub const _desc_table = .{ + .DBAHFEFGLMD = fd(15, .{ .Varint = .Simple }), + .PBALFIENEFO = fd(8, .{ .Varint = .Simple }), + .avatar_list = fd(1, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FateStartScRsp = struct { + level_info: ?HDHAPALLLMK = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .level_info = fd(12, .{ .SubMessage = {} }), + .retcode = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FateBattleStartCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FateBattleStartScRsp = struct { + battle_info: ?SceneBattleInfo = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .battle_info = fd(12, .{ .SubMessage = {} }), + .retcode = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FateChangeLineupCsReq = struct { + avatar_list: ArrayList(FeverTimeAvatar), + + pub const _desc_table = .{ + .avatar_list = fd(9, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FateChangeLineupScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FateShopBuyGoodsCsReq = struct { + DBANKKBMEMM: u32 = 0, + + pub const _desc_table = .{ + .DBANKKBMEMM = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FateShopBuyGoodsScRsp = struct { + DBANKKBMEMM: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .DBANKKBMEMM = fd(4, .{ .Varint = .Simple }), + .retcode = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FateShopSellBuffCsReq = struct { + OLPEMMHKJPN: u32 = 0, + IMAJOANAKDC: u32 = 0, + PIGDOHEJLMJ: bool = false, + + pub const _desc_table = .{ + .OLPEMMHKJPN = fd(10, .{ .Varint = .Simple }), + .IMAJOANAKDC = fd(7, .{ .Varint = .Simple }), + .PIGDOHEJLMJ = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FateShopSellBuffScRsp = struct { + IMAJOANAKDC: u32 = 0, + OLPEMMHKJPN: u32 = 0, + PIGDOHEJLMJ: bool = false, + retcode: u32 = 0, + + pub const _desc_table = .{ + .IMAJOANAKDC = fd(4, .{ .Varint = .Simple }), + .OLPEMMHKJPN = fd(11, .{ .Varint = .Simple }), + .PIGDOHEJLMJ = fd(10, .{ .Varint = .Simple }), + .retcode = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FateShopRefreshGoodsCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FateShopRefreshGoodsScRsp = struct { + DIPJOIACLHN: bool = false, + PPIBBKHLMJC: ArrayList(EMNMLIILKKE), + retcode: u32 = 0, + + pub const _desc_table = .{ + .DIPJOIACLHN = fd(2, .{ .Varint = .Simple }), + .PPIBBKHLMJC = fd(7, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FateShopLockGoodsCsReq = struct { + OAHNBDDIAJL: bool = false, + + pub const _desc_table = .{ + .OAHNBDDIAJL = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FateShopLockGoodsScRsp = struct { + OAHNBDDIAJL: bool = false, + retcode: u32 = 0, + + pub const _desc_table = .{ + .OAHNBDDIAJL = fd(8, .{ .Varint = .Simple }), + .retcode = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FateShopLeaveCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FateShopLeaveScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FBFBMDEPCBP = struct { + FMLLHLKOJLJ: ArrayList(OIEGKNHNIAN), + + pub const _desc_table = .{ + .FMLLHLKOJLJ = fd(9, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const COIEIHNKCDK = struct { + source: ?EHFOGJKJMEF = null, + DFGDJMPMBLF: ArrayList(DFGDJMPMBLFEntry), + + pub const _desc_table = .{ + .source = fd(12, .{ .SubMessage = {} }), + .DFGDJMPMBLF = fd(4, .{ .List = .{ .SubMessage = {} } }), + }; + + pub const DFGDJMPMBLFEntry = struct { + key: u32 = 0, + value: f64 = 0, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .FixedInt = .I64 }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PNNAEEAKHOF = struct { + JJBOOHNMPNB: ArrayList(COIEIHNKCDK), + + pub const _desc_table = .{ + .JJBOOHNMPNB = fd(2, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FateSettleCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FateSettleScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BHMCFKHILFO = struct { + CHNPDAJEIPK: bool = false, + id: u32 = 0, + avatar_type: AvatarType = @enumFromInt(0), + + pub const _desc_table = .{ + .CHNPDAJEIPK = fd(11, .{ .Varint = .Simple }), + .id = fd(9, .{ .Varint = .Simple }), + .avatar_type = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CKFKNBMHMHM = struct { + PBALFIENEFO: u32 = 0, + CHCBOPFLICI: ArrayList(CHCBOPFLICIEntry), + OBNDMKNGOJJ: u32 = 0, + NDBOJANDNJN: u32 = 0, + ACJCPHIFMLN: u32 = 0, + NLMHPLDMCMD: ArrayList(u32), + GIBCHCAGIAN: ArrayList(GIBCHCAGIANEntry), + CBFHIDMKFLB: u32 = 0, + FBFJMPFBCHB: ArrayList(u32), + NODMOBECPEO: u32 = 0, + avatar_list: ArrayList(BHMCFKHILFO), + EAEFKGOKFKH: ArrayList(EAEFKGOKFKHEntry), + HPLJNILNICK: u32 = 0, + + pub const _desc_table = .{ + .PBALFIENEFO = fd(10, .{ .Varint = .Simple }), + .CHCBOPFLICI = fd(4, .{ .List = .{ .SubMessage = {} } }), + .OBNDMKNGOJJ = fd(3, .{ .Varint = .Simple }), + .NDBOJANDNJN = fd(14, .{ .Varint = .Simple }), + .ACJCPHIFMLN = fd(9, .{ .Varint = .Simple }), + .NLMHPLDMCMD = fd(7, .{ .PackedList = .{ .Varint = .Simple } }), + .GIBCHCAGIAN = fd(820, .{ .List = .{ .SubMessage = {} } }), + .CBFHIDMKFLB = fd(11, .{ .Varint = .Simple }), + .FBFJMPFBCHB = fd(12, .{ .PackedList = .{ .Varint = .Simple } }), + .NODMOBECPEO = fd(15, .{ .Varint = .Simple }), + .avatar_list = fd(1, .{ .List = .{ .SubMessage = {} } }), + .EAEFKGOKFKH = fd(5, .{ .List = .{ .SubMessage = {} } }), + .HPLJNILNICK = fd(13, .{ .Varint = .Simple }), + }; + + pub const CHCBOPFLICIEntry = struct { + key: u32 = 0, + value: u32 = 0, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub const GIBCHCAGIANEntry = struct { + key: u32 = 0, + value: u32 = 0, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub const EAEFKGOKFKHEntry = struct { + key: u32 = 0, + value: u32 = 0, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FateSettleScNotify = struct { + OKECGDDEMBL: ?CKFKNBMHMHM = null, + score_id: u32 = 0, + reward: ?ItemList = null, + + pub const _desc_table = .{ + .OKECGDDEMBL = fd(10, .{ .SubMessage = {} }), + .score_id = fd(4, .{ .Varint = .Simple }), + .reward = fd(6, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FateTakeExpRewardCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FateTakeExpRewardScRsp = struct { + JGFBCDOICJF: ArrayList(u32), + OBGOBOELEFM: ArrayList(u32), + reward: ?ItemList = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .JGFBCDOICJF = fd(6, .{ .PackedList = .{ .Varint = .Simple } }), + .OBGOBOELEFM = fd(4, .{ .PackedList = .{ .Varint = .Simple } }), + .reward = fd(1, .{ .SubMessage = {} }), + .retcode = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FateDebugAutoPlayCsReq = struct { + DBAHFEFGLMD: u32 = 0, + avatar_list: ArrayList(FeverTimeAvatar), + PBALFIENEFO: u32 = 0, + FALFKMGCDCM: u32 = 0, + + pub const _desc_table = .{ + .DBAHFEFGLMD = fd(4, .{ .Varint = .Simple }), + .avatar_list = fd(15, .{ .List = .{ .SubMessage = {} } }), + .PBALFIENEFO = fd(13, .{ .Varint = .Simple }), + .FALFKMGCDCM = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FateDebugAutoPlayScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FateDebugAutoPlayFinishScNotify = struct { + DDBCBINMFBE: bool = false, + OKECGDDEMBL: ?CKFKNBMHMHM = null, + + pub const _desc_table = .{ + .DDBCBINMFBE = fd(10, .{ .Varint = .Simple }), + .OKECGDDEMBL = fd(9, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FeverTimeActivityData = struct { + NLPKLPCCJPL: u32 = 0, + PLIKADKKLGD: FeverTimeBattleRank = @enumFromInt(0), + JBOLAAFDKAN: u32 = 0, + + pub const _desc_table = .{ + .NLPKLPCCJPL = fd(4, .{ .Varint = .Simple }), + .PLIKADKKLGD = fd(2, .{ .Varint = .Simple }), + .JBOLAAFDKAN = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetFeverTimeActivityDataCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetFeverTimeActivityDataScRsp = struct { + retcode: u32 = 0, + CAAEJFIJIDJ: ArrayList(FeverTimeActivityData), + + pub const _desc_table = .{ + .retcode = fd(7, .{ .Varint = .Simple }), + .CAAEJFIJIDJ = fd(10, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FeverTimeActivityBattleEndScNotify = struct { + LFJKKFGPKDM: FeverTimeBattleRank = @enumFromInt(0), + FHFMFMLLLGD: u32 = 0, + id: u32 = 0, + HOEHIOBIIEJ: u32 = 0, + + pub const _desc_table = .{ + .LFJKKFGPKDM = fd(4, .{ .Varint = .Simple }), + .FHFMFMLLLGD = fd(10, .{ .Varint = .Simple }), + .id = fd(7, .{ .Varint = .Simple }), + .HOEHIOBIIEJ = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EnterFeverTimeActivityStageCsReq = struct { + GCJEICIFJGI: u32 = 0, + avatar_list: ArrayList(FeverTimeAvatar), + id: u32 = 0, + FFINMBACAHH: u32 = 0, + + pub const _desc_table = .{ + .GCJEICIFJGI = fd(8, .{ .Varint = .Simple }), + .avatar_list = fd(13, .{ .List = .{ .SubMessage = {} } }), + .id = fd(14, .{ .Varint = .Simple }), + .FFINMBACAHH = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EnterFeverTimeActivityStageScRsp = struct { + id: u32 = 0, + battle_info: ?SceneBattleInfo = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .id = fd(11, .{ .Varint = .Simple }), + .battle_info = fd(15, .{ .SubMessage = {} }), + .retcode = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FightEnterCsReq = struct { + ICMFPNPIJJF: u32 = 0, + client_res_version: u32 = 0, + MKINIOFGIAG: u32 = 0, + FGOJLPAEJEC: u32 = 0, + platform: u32 = 0, + AOKCMMPFGBC: ManagedString = .Empty, + KPKDNMDAJGL: u64 = 0, + uid: u32 = 0, + + pub const _desc_table = .{ + .ICMFPNPIJJF = fd(9, .{ .Varint = .Simple }), + .client_res_version = fd(10, .{ .Varint = .Simple }), + .MKINIOFGIAG = fd(12, .{ .Varint = .Simple }), + .FGOJLPAEJEC = fd(8, .{ .Varint = .Simple }), + .platform = fd(4, .{ .Varint = .Simple }), + .AOKCMMPFGBC = fd(3, .String), + .KPKDNMDAJGL = fd(13, .{ .Varint = .Simple }), + .uid = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FightEnterScRsp = struct { + server_timestamp_ms: u64 = 0, + secret_key_seed: u64 = 0, + MKINIOFGIAG: u32 = 0, + JLPKEOBINCP: bool = false, + retcode: u32 = 0, + + pub const _desc_table = .{ + .server_timestamp_ms = fd(5, .{ .Varint = .Simple }), + .secret_key_seed = fd(8, .{ .Varint = .Simple }), + .MKINIOFGIAG = fd(3, .{ .Varint = .Simple }), + .JLPKEOBINCP = fd(1, .{ .Varint = .Simple }), + .retcode = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FightLeaveScNotify = struct { + CAGJMMMFDLI: u32 = 0, + + pub const _desc_table = .{ + .CAGJMMMFDLI = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FightKickOutScNotify = struct { + kick_type: FightKickoutType = @enumFromInt(0), + + pub const _desc_table = .{ + .kick_type = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FightHeartBeatCsReq = struct { + client_time_ms: u64 = 0, + + pub const _desc_table = .{ + .client_time_ms = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FightHeartBeatScRsp = struct { + retcode: u32 = 0, + client_time_ms: u64 = 0, + server_time_ms: u64 = 0, + + pub const _desc_table = .{ + .retcode = fd(15, .{ .Varint = .Simple }), + .client_time_ms = fd(10, .{ .Varint = .Simple }), + .server_time_ms = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FightSessionStopScNotify = struct { + PFFFJNGNPOM: ?PPGGKMDAOEA = null, + + pub const _desc_table = .{ + .PFFFJNGNPOM = fd(8, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FightGeneralCsReq = struct { + MBBDNLNCEJD: ManagedString = .Empty, + JJCMFKJHCFA: u32 = 0, + + pub const _desc_table = .{ + .MBBDNLNCEJD = fd(2, .String), + .JJCMFKJHCFA = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FightGeneralScRsp = struct { + MBBDNLNCEJD: ManagedString = .Empty, + retcode: u32 = 0, + JJCMFKJHCFA: u32 = 0, + + pub const _desc_table = .{ + .MBBDNLNCEJD = fd(15, .String), + .retcode = fd(1, .{ .Varint = .Simple }), + .JJCMFKJHCFA = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FightGeneralScNotify = struct { + MBBDNLNCEJD: ManagedString = .Empty, + JJCMFKJHCFA: u32 = 0, + + pub const _desc_table = .{ + .MBBDNLNCEJD = fd(6, .String), + .JJCMFKJHCFA = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const JHPKNHHNAPP = struct { + JBLECMAPFDC: ArrayList(u32), + ELINMPKBEFL: u32 = 0, + LBGDLHKEEKC: ManagedString = .Empty, + KBJFONAGBHK: ManagedString = .Empty, + AHMDOBICECA: ArrayList(FightGeneralScNotify), + + pub const _desc_table = .{ + .JBLECMAPFDC = fd(1, .{ .PackedList = .{ .Varint = .Simple } }), + .ELINMPKBEFL = fd(8, .{ .Varint = .Simple }), + .LBGDLHKEEKC = fd(15, .String), + .KBJFONAGBHK = fd(14, .String), + .AHMDOBICECA = fd(4, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AIDOADPOOFG = struct { + LIPJDJPMOKB: ArrayList(CBBDIOMIFHD), + + pub const _desc_table = .{ + .LIPJDJPMOKB = fd(11, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FightActivityGroup = struct { + endless_max_wave: u32 = 0, + taken_difficulty_level_reward_list: ArrayList(u32), + group_id: u32 = 0, + passed_max_difficulty_level: u32 = 0, + + pub const _desc_table = .{ + .endless_max_wave = fd(13, .{ .Varint = .Simple }), + .taken_difficulty_level_reward_list = fd(9, .{ .PackedList = .{ .Varint = .Simple } }), + .group_id = fd(10, .{ .Varint = .Simple }), + .passed_max_difficulty_level = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetFightActivityDataCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetFightActivityDataScRsp = struct { + world_level: u32 = 0, + JKHIFDGHJDO: ArrayList(FightActivityGroup), + KAIOMPFBGKL: bool = false, + retcode: u32 = 0, + DGNFCMDJOPA: ArrayList(DGNFCMDJOPAEntry), + + pub const _desc_table = .{ + .world_level = fd(3, .{ .Varint = .Simple }), + .JKHIFDGHJDO = fd(7, .{ .List = .{ .SubMessage = {} } }), + .KAIOMPFBGKL = fd(6, .{ .Varint = .Simple }), + .retcode = fd(10, .{ .Varint = .Simple }), + .DGNFCMDJOPA = fd(9, .{ .List = .{ .SubMessage = {} } }), + }; + + pub const DGNFCMDJOPAEntry = struct { + key: u32 = 0, + value: u32 = 0, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FightActivityDataChangeScNotify = struct { + JKHIFDGHJDO: ArrayList(FightActivityGroup), + DGNFCMDJOPA: ArrayList(DGNFCMDJOPAEntry), + + pub const _desc_table = .{ + .JKHIFDGHJDO = fd(1, .{ .List = .{ .SubMessage = {} } }), + .DGNFCMDJOPA = fd(3, .{ .List = .{ .SubMessage = {} } }), + }; + + pub const DGNFCMDJOPAEntry = struct { + key: u32 = 0, + value: u32 = 0, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const NPEDHHCKLIA = struct { + avatar_type: AvatarType = @enumFromInt(0), + avatar_id: u32 = 0, + + pub const _desc_table = .{ + .avatar_type = fd(3, .{ .Varint = .Simple }), + .avatar_id = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EnterFightActivityStageCsReq = struct { + item_list: ArrayList(u32), + avatar_list: ArrayList(u32), + NEDFIBONLKB: u32 = 0, + FOPNLGBGAGH: ArrayList(NPEDHHCKLIA), + group_id: u32 = 0, + + pub const _desc_table = .{ + .item_list = fd(8, .{ .PackedList = .{ .Varint = .Simple } }), + .avatar_list = fd(5, .{ .PackedList = .{ .Varint = .Simple } }), + .NEDFIBONLKB = fd(10, .{ .Varint = .Simple }), + .FOPNLGBGAGH = fd(11, .{ .List = .{ .SubMessage = {} } }), + .group_id = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EnterFightActivityStageScRsp = struct { + battle_info: ?SceneBattleInfo = null, + retcode: u32 = 0, + group_id: u32 = 0, + NEDFIBONLKB: u32 = 0, + + pub const _desc_table = .{ + .battle_info = fd(5, .{ .SubMessage = {} }), + .retcode = fd(15, .{ .Varint = .Simple }), + .group_id = fd(10, .{ .Varint = .Simple }), + .NEDFIBONLKB = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeFightActivityRewardCsReq = struct { + NEDFIBONLKB: u32 = 0, + group_id: u32 = 0, + + pub const _desc_table = .{ + .NEDFIBONLKB = fd(9, .{ .Varint = .Simple }), + .group_id = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeFightActivityRewardScRsp = struct { + NEDFIBONLKB: u32 = 0, + retcode: u32 = 0, + reward: ?ItemList = null, + group_id: u32 = 0, + + pub const _desc_table = .{ + .NEDFIBONLKB = fd(8, .{ .Varint = .Simple }), + .retcode = fd(6, .{ .Varint = .Simple }), + .reward = fd(2, .{ .SubMessage = {} }), + .group_id = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const IKLNILKPENA = struct { + AEIEOJGCMMO: u32 = 0, + PLIKADKKLGD: HGDAPJPKFFB = @enumFromInt(0), + JBOLAAFDKAN: u32 = 0, + challenge_id: u32 = 0, + + pub const _desc_table = .{ + .AEIEOJGCMMO = fd(1, .{ .Varint = .Simple }), + .PLIKADKKLGD = fd(10, .{ .Varint = .Simple }), + .JBOLAAFDKAN = fd(14, .{ .Varint = .Simple }), + .challenge_id = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetFightFestDataCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetFightFestDataScRsp = struct { + MFGONHJGIPP: ArrayList(u32), + challenge_list: ArrayList(IKLNILKPENA), + CPIOGJKFECH: u32 = 0, + score_id: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .MFGONHJGIPP = fd(4, .{ .PackedList = .{ .Varint = .Simple } }), + .challenge_list = fd(11, .{ .List = .{ .SubMessage = {} } }), + .CPIOGJKFECH = fd(12, .{ .Varint = .Simple }), + .score_id = fd(3, .{ .Varint = .Simple }), + .retcode = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AFODMEJODLG = struct { + avatar_type: AvatarType = @enumFromInt(0), + id: u32 = 0, + + pub const _desc_table = .{ + .avatar_type = fd(5, .{ .Varint = .Simple }), + .id = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const StartFightFestCsReq = struct { + MFGONHJGIPP: ArrayList(u32), + id: u32 = 0, + event_id: u32 = 0, + avatar_list: ArrayList(AFODMEJODLG), + type: APLOAGDIBKI = @enumFromInt(0), + + pub const _desc_table = .{ + .MFGONHJGIPP = fd(15, .{ .PackedList = .{ .Varint = .Simple } }), + .id = fd(8, .{ .Varint = .Simple }), + .event_id = fd(6, .{ .Varint = .Simple }), + .avatar_list = fd(9, .{ .List = .{ .SubMessage = {} } }), + .type = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const StartFightFestScRsp = struct { + type: APLOAGDIBKI = @enumFromInt(0), + battle_info: ?SceneBattleInfo = null, + id: u32 = 0, + event_id: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .type = fd(14, .{ .Varint = .Simple }), + .battle_info = fd(11, .{ .SubMessage = {} }), + .id = fd(3, .{ .Varint = .Simple }), + .event_id = fd(2, .{ .Varint = .Simple }), + .retcode = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FightFestScoreUpdateNotify = struct { + score_id: u32 = 0, + GNPKPLJLABM: u32 = 0, + + pub const _desc_table = .{ + .score_id = fd(8, .{ .Varint = .Simple }), + .GNPKPLJLABM = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FightFestUnlockSkillNotify = struct { + EJJEHJMMBGJ: u32 = 0, + + pub const _desc_table = .{ + .EJJEHJMMBGJ = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FightFestUpdateChallengeRecordNotify = struct { + HOEHIOBIIEJ: u32 = 0, + FKPEPBMJHKN: HGDAPJPKFFB = @enumFromInt(0), + JBOLAAFDKAN: u32 = 0, + rank: HGDAPJPKFFB = @enumFromInt(0), + challenge_id: u32 = 0, + + pub const _desc_table = .{ + .HOEHIOBIIEJ = fd(3, .{ .Varint = .Simple }), + .FKPEPBMJHKN = fd(9, .{ .Varint = .Simple }), + .JBOLAAFDKAN = fd(6, .{ .Varint = .Simple }), + .rank = fd(14, .{ .Varint = .Simple }), + .challenge_id = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FightFestUpdateCoinNotify = struct { + CPIOGJKFECH: u32 = 0, + + pub const _desc_table = .{ + .CPIOGJKFECH = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KPBFCKNEEIA = struct { + OILPCHBIJNO: FFJPPNGGLFF = @enumFromInt(0), + LDNBEIDJBHI: u64 = 0, + BLGNMALBOLO: i32 = 0, + + pub const _desc_table = .{ + .OILPCHBIJNO = fd(14, .{ .Varint = .Simple }), + .LDNBEIDJBHI = fd(5, .{ .Varint = .Simple }), + .BLGNMALBOLO = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GLDHEPJPMFM = struct { + FLBMHLPHFND: ArrayList(KPBFCKNEEIA), + + pub const _desc_table = .{ + .FLBMHLPHFND = fd(10, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PFGAIEBGHCP = struct { + x: f32 = 0, + y: f32 = 0, + + pub const _desc_table = .{ + .x = fd(4, .{ .FixedInt = .I32 }), + .y = fd(9, .{ .FixedInt = .I32 }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FightMatch3UseItemCsReq = struct { + item_id: u32 = 0, + KBCEJINFNNJ: ?PFGAIEBGHCP = null, + + pub const _desc_table = .{ + .item_id = fd(6, .{ .Varint = .Simple }), + .KBCEJINFNNJ = fd(1, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AKOKICDPFMP = struct { + AHEHKCILDFA: u32 = 0, + HBFOFPDAFPD: ?HBFOFPDAFPD_union, + + pub const _HBFOFPDAFPD_case = enum { + PHMCJEJIDJA, + rogue_finish_info, + JHFGDIJPFCG, + LGPIEMDLHJM, + MEJDMJIKIMO, + }; + pub const HBFOFPDAFPD_union = union(_HBFOFPDAFPD_case) { + PHMCJEJIDJA: GLDNBPFCNHD, + rogue_finish_info: ICAOOPPMJDJ, + JHFGDIJPFCG: GOCKGIGBDCG, + LGPIEMDLHJM: LBAOGIBPJOP, + MEJDMJIKIMO: MAOGFDKDCKM, + pub const _union_desc = .{ + .PHMCJEJIDJA = fd(144, .{ .SubMessage = {} }), + .rogue_finish_info = fd(307, .{ .SubMessage = {} }), + .JHFGDIJPFCG = fd(653, .{ .SubMessage = {} }), + .LGPIEMDLHJM = fd(775, .{ .SubMessage = {} }), + .MEJDMJIKIMO = fd(902, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .AHEHKCILDFA = fd(2, .{ .Varint = .Simple }), + .HBFOFPDAFPD = fd(null, .{ .OneOf = HBFOFPDAFPD_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GEMEBEBMIAH = struct { + LNDIGHEIHLN: ArrayList(AKOKICDPFMP), + + pub const _desc_table = .{ + .LNDIGHEIHLN = fd(5, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LBAOGIBPJOP = struct { + JIJHAAIHNCN: u32 = 0, + HJEFOLKGAEI: JOMKPEGEFMP = @enumFromInt(0), + JIKEIGBCABB: bool = false, + PBFAIOJJGNL: u32 = 0, + EIGABCKEDNP: u32 = 0, + BBDOPLEKIAC: u32 = 0, + MODDKLNDAMK: u32 = 0, + NLIBKABFGCC: u32 = 0, + CEIFKJIEAJE: JOMKPEGEFMP = @enumFromInt(0), + PCMGAGAHBLK: ArrayList(u32), + JJEFBPKPKBK: ArrayList(u32), + LIPJDJPMOKB: ArrayList(CBBDIOMIFHD), + KHCMOFPFOAK: u32 = 0, + DKPNENBHELH: u32 = 0, + ACJCPHIFMLN: u32 = 0, + LIKHCLPMHJK: bool = false, + + pub const _desc_table = .{ + .JIJHAAIHNCN = fd(8, .{ .Varint = .Simple }), + .HJEFOLKGAEI = fd(3, .{ .Varint = .Simple }), + .JIKEIGBCABB = fd(11, .{ .Varint = .Simple }), + .PBFAIOJJGNL = fd(2, .{ .Varint = .Simple }), + .EIGABCKEDNP = fd(9, .{ .Varint = .Simple }), + .BBDOPLEKIAC = fd(12, .{ .Varint = .Simple }), + .MODDKLNDAMK = fd(7, .{ .Varint = .Simple }), + .NLIBKABFGCC = fd(15, .{ .Varint = .Simple }), + .CEIFKJIEAJE = fd(14, .{ .Varint = .Simple }), + .PCMGAGAHBLK = fd(4, .{ .PackedList = .{ .Varint = .Simple } }), + .JJEFBPKPKBK = fd(13, .{ .PackedList = .{ .Varint = .Simple } }), + .LIPJDJPMOKB = fd(2047, .{ .List = .{ .SubMessage = {} } }), + .KHCMOFPFOAK = fd(6, .{ .Varint = .Simple }), + .DKPNENBHELH = fd(5, .{ .Varint = .Simple }), + .ACJCPHIFMLN = fd(10, .{ .Varint = .Simple }), + .LIKHCLPMHJK = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GKLOALDHNEF = struct { + total_damage: i32 = 0, + item_id: u32 = 0, + FALBKIMMPIH: i32 = 0, + JOJAHIAFNLK: u32 = 0, + JPHEDNECAGD: i32 = 0, + + pub const _desc_table = .{ + .total_damage = fd(11, .{ .Varint = .Simple }), + .item_id = fd(10, .{ .Varint = .Simple }), + .FALBKIMMPIH = fd(12, .{ .Varint = .Simple }), + .JOJAHIAFNLK = fd(13, .{ .Varint = .Simple }), + .JPHEDNECAGD = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ICAOOPPMJDJ = struct { + BLKFGAJHMLK: u32 = 0, + CLBNHPEABFK: i32 = 0, + BPIPOBHCMFD: ArrayList(GKLOALDHNEF), + KJPMOHFIILO: EEIBHJPNJCF = @enumFromInt(0), + CHLLMFJGPPA: u32 = 0, + DJEEEABMDDK: bool = false, + is_win: bool = false, + + pub const _desc_table = .{ + .BLKFGAJHMLK = fd(12, .{ .Varint = .Simple }), + .CLBNHPEABFK = fd(9, .{ .Varint = .Simple }), + .BPIPOBHCMFD = fd(14, .{ .List = .{ .SubMessage = {} } }), + .KJPMOHFIILO = fd(11, .{ .Varint = .Simple }), + .CHLLMFJGPPA = fd(13, .{ .Varint = .Simple }), + .DJEEEABMDDK = fd(6, .{ .Varint = .Simple }), + .is_win = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DCDNIAJCEHN = struct { + JLJIGEPLPMH: u32 = 0, + level: u32 = 0, + skill_id: u32 = 0, + max_hp: i32 = 0, + MNBEMGNNFOD: f32 = 0, + DKPNENBHELH: u32 = 0, + KAMIHNEJMFG: LKKAJCACIJI = @enumFromInt(0), + JLCIKBLNENH: u32 = 0, + FDNDMHJOHMO: ?PFGAIEBGHCP = null, + CCLMFABDENA: FIPPKLCOEGJ = @enumFromInt(0), + GGBFKENAHOE: f32 = 0, + DJOADECJPOB: PAJNHIAGODD = @enumFromInt(0), + time: f32 = 0, + attack: i32 = 0, + PLFKOCCDBAG: bool = false, + DHELBCIMLGA: u32 = 0, + NBKELCHILGG: bool = false, + JIJHAAIHNCN: u32 = 0, + IAAGGMKGODC: ?PFGAIEBGHCP = null, + LKEFOLCGFGD: ?PFGAIEBGHCP = null, + GODNAALNOKL: ?PFGAIEBGHCP = null, + IDABOFPKOKN: u32 = 0, + DMBBMFFEJGI: bool = false, + PNLDLMNKJMK: u32 = 0, + CIPICLLLIJH: u32 = 0, + buff_id: u32 = 0, + FNIHJJJGOEE: ?PFGAIEBGHCP = null, + id: u32 = 0, + text_id: u32 = 0, + HDBLELEBKHO: i32 = 0, + hp: i32 = 0, + + pub const _desc_table = .{ + .JLJIGEPLPMH = fd(7, .{ .Varint = .Simple }), + .level = fd(1511, .{ .Varint = .Simple }), + .skill_id = fd(10, .{ .Varint = .Simple }), + .max_hp = fd(11, .{ .Varint = .Simple }), + .MNBEMGNNFOD = fd(947, .{ .FixedInt = .I32 }), + .DKPNENBHELH = fd(1354, .{ .Varint = .Simple }), + .KAMIHNEJMFG = fd(1, .{ .Varint = .Simple }), + .JLCIKBLNENH = fd(437, .{ .Varint = .Simple }), + .FDNDMHJOHMO = fd(4, .{ .SubMessage = {} }), + .CCLMFABDENA = fd(33, .{ .Varint = .Simple }), + .GGBFKENAHOE = fd(1557, .{ .FixedInt = .I32 }), + .DJOADECJPOB = fd(3, .{ .Varint = .Simple }), + .time = fd(12, .{ .FixedInt = .I32 }), + .attack = fd(8, .{ .Varint = .Simple }), + .PLFKOCCDBAG = fd(1056, .{ .Varint = .Simple }), + .DHELBCIMLGA = fd(616, .{ .Varint = .Simple }), + .NBKELCHILGG = fd(1316, .{ .Varint = .Simple }), + .JIJHAAIHNCN = fd(346, .{ .Varint = .Simple }), + .IAAGGMKGODC = fd(13, .{ .SubMessage = {} }), + .LKEFOLCGFGD = fd(9, .{ .SubMessage = {} }), + .GODNAALNOKL = fd(2, .{ .SubMessage = {} }), + .IDABOFPKOKN = fd(574, .{ .Varint = .Simple }), + .DMBBMFFEJGI = fd(880, .{ .Varint = .Simple }), + .PNLDLMNKJMK = fd(196, .{ .Varint = .Simple }), + .CIPICLLLIJH = fd(14, .{ .Varint = .Simple }), + .buff_id = fd(1783, .{ .Varint = .Simple }), + .FNIHJJJGOEE = fd(15, .{ .SubMessage = {} }), + .id = fd(6, .{ .Varint = .Simple }), + .text_id = fd(1107, .{ .Varint = .Simple }), + .HDBLELEBKHO = fd(1736, .{ .Varint = .Simple }), + .hp = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GLDNBPFCNHD = struct { + FJKBAIMDPEP: bool = false, + AINLMGDNHIB: ArrayList(DCDNIAJCEHN), + DHELBCIMLGA: u32 = 0, + FOMBHJKDHGO: u32 = 0, + EHCJCILCNOP: u32 = 0, + JLDCFLKCBLD: ArrayList(u32), + HMFFHGBKOGL: u32 = 0, + FMKDIFNJAJC: u32 = 0, + KJGDKNJFCPG: u32 = 0, + IEPGCLGKHEG: u32 = 0, + HBAPCCEGNME: u32 = 0, + DPOOAPKPCHF: ArrayList(u32), + OMKKPGFJHFE: bool = false, + extra_id: u32 = 0, + EEFCBBKKFLC: f32 = 0, + NKHPCKEGPCL: u32 = 0, + PMANBPLFLKL: bool = false, + KNCHEHIIJNN: ArrayList(u32), + HLIEAMPLIPP: ArrayList(DCDNIAJCEHN), + DNDJKDFHEPE: IMPKPKAMIAF = @enumFromInt(0), + + pub const _desc_table = .{ + .FJKBAIMDPEP = fd(5, .{ .Varint = .Simple }), + .AINLMGDNHIB = fd(281, .{ .List = .{ .SubMessage = {} } }), + .DHELBCIMLGA = fd(9, .{ .Varint = .Simple }), + .FOMBHJKDHGO = fd(1599, .{ .Varint = .Simple }), + .EHCJCILCNOP = fd(12, .{ .Varint = .Simple }), + .JLDCFLKCBLD = fd(10, .{ .PackedList = .{ .Varint = .Simple } }), + .HMFFHGBKOGL = fd(7, .{ .Varint = .Simple }), + .FMKDIFNJAJC = fd(3, .{ .Varint = .Simple }), + .KJGDKNJFCPG = fd(6, .{ .Varint = .Simple }), + .IEPGCLGKHEG = fd(1889, .{ .Varint = .Simple }), + .HBAPCCEGNME = fd(15, .{ .Varint = .Simple }), + .DPOOAPKPCHF = fd(1, .{ .PackedList = .{ .Varint = .Simple } }), + .OMKKPGFJHFE = fd(2039, .{ .Varint = .Simple }), + .extra_id = fd(8, .{ .Varint = .Simple }), + .EEFCBBKKFLC = fd(11, .{ .FixedInt = .I32 }), + .NKHPCKEGPCL = fd(116, .{ .Varint = .Simple }), + .PMANBPLFLKL = fd(2, .{ .Varint = .Simple }), + .KNCHEHIIJNN = fd(13, .{ .PackedList = .{ .Varint = .Simple } }), + .HLIEAMPLIPP = fd(14, .{ .List = .{ .SubMessage = {} } }), + .DNDJKDFHEPE = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MAOGFDKDCKM = struct { + HMFFHGBKOGL: u32 = 0, + LGPIEMDLHJM: ?LBAOGIBPJOP = null, + OMKKPGFJHFE: bool = false, + phase: PPIFFKJEJJA = @enumFromInt(0), + CHLLMFJGPPA: u32 = 0, + KNCHEHIIJNN: ArrayList(u32), + DIBPGGOOGPK: ArrayList(HBGHAOPBKJP), + KHCMOFPFOAK: ?EOJLNGDDLNN = null, + IEHFHKMDAGC: u32 = 0, + OLKMCBJFLEJ: ArrayList(HBGHAOPBKJP), + DPLGCEKJACK: f32 = 0, + BBDOPLEKIAC: ?EOJLNGDDLNN = null, + + pub const _desc_table = .{ + .HMFFHGBKOGL = fd(5, .{ .Varint = .Simple }), + .LGPIEMDLHJM = fd(14, .{ .SubMessage = {} }), + .OMKKPGFJHFE = fd(10, .{ .Varint = .Simple }), + .phase = fd(2, .{ .Varint = .Simple }), + .CHLLMFJGPPA = fd(13, .{ .Varint = .Simple }), + .KNCHEHIIJNN = fd(12, .{ .PackedList = .{ .Varint = .Simple } }), + .DIBPGGOOGPK = fd(3, .{ .List = .{ .SubMessage = {} } }), + .KHCMOFPFOAK = fd(1, .{ .SubMessage = {} }), + .IEHFHKMDAGC = fd(7, .{ .Varint = .Simple }), + .OLKMCBJFLEJ = fd(8, .{ .List = .{ .SubMessage = {} } }), + .DPLGCEKJACK = fd(15, .{ .FixedInt = .I32 }), + .BBDOPLEKIAC = fd(9, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GOCKGIGBDCG = struct { + item_id: u32 = 0, + KBCEJINFNNJ: ?PFGAIEBGHCP = null, + CHLLMFJGPPA: u32 = 0, + + pub const _desc_table = .{ + .item_id = fd(12, .{ .Varint = .Simple }), + .KBCEJINFNNJ = fd(5, .{ .SubMessage = {} }), + .CHLLMFJGPPA = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EOJLNGDDLNN = struct { + NBKELCHILGG: bool = false, + MDBGGBLEGEM: ArrayList(JALLAPPCPFE), + NBKHPJHJMHO: ArrayList(HBGHAOPBKJP), + PANBCNICOHJ: u32 = 0, + CGNBHKBHICG: u32 = 0, + BLALJMMHIFP: bool = false, + JFEDJMKMLFO: ArrayList(u32), + + pub const _desc_table = .{ + .NBKELCHILGG = fd(5, .{ .Varint = .Simple }), + .MDBGGBLEGEM = fd(7, .{ .List = .{ .SubMessage = {} } }), + .NBKHPJHJMHO = fd(13, .{ .List = .{ .SubMessage = {} } }), + .PANBCNICOHJ = fd(9, .{ .Varint = .Simple }), + .CGNBHKBHICG = fd(2, .{ .Varint = .Simple }), + .BLALJMMHIFP = fd(14, .{ .Varint = .Simple }), + .JFEDJMKMLFO = fd(8, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HBGHAOPBKJP = struct { + PMANBPLFLKL: bool = false, + buff_id: u32 = 0, + level: u32 = 0, + MNBEMGNNFOD: f32 = 0, + JLCIKBLNENH: u32 = 0, + FNIHJJJGOEE: ?PFGAIEBGHCP = null, + attack: i32 = 0, + id: u32 = 0, + BMNECPIOPDN: bool = false, + max_hp: i32 = 0, + LKEFOLCGFGD: ?PFGAIEBGHCP = null, + hp: i32 = 0, + PLFKOCCDBAG: bool = false, + DMBBMFFEJGI: bool = false, + + pub const _desc_table = .{ + .PMANBPLFLKL = fd(15, .{ .Varint = .Simple }), + .buff_id = fd(3, .{ .Varint = .Simple }), + .level = fd(5, .{ .Varint = .Simple }), + .MNBEMGNNFOD = fd(8, .{ .FixedInt = .I32 }), + .JLCIKBLNENH = fd(14, .{ .Varint = .Simple }), + .FNIHJJJGOEE = fd(11, .{ .SubMessage = {} }), + .attack = fd(6, .{ .Varint = .Simple }), + .id = fd(12, .{ .Varint = .Simple }), + .BMNECPIOPDN = fd(1, .{ .Varint = .Simple }), + .max_hp = fd(4, .{ .Varint = .Simple }), + .LKEFOLCGFGD = fd(13, .{ .SubMessage = {} }), + .hp = fd(10, .{ .Varint = .Simple }), + .PLFKOCCDBAG = fd(2, .{ .Varint = .Simple }), + .DMBBMFFEJGI = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const JALLAPPCPFE = struct { + DHELBCIMLGA: u32 = 0, + FHOKFDMFNKG: bool = false, + + pub const _desc_table = .{ + .DHELBCIMLGA = fd(4, .{ .Varint = .Simple }), + .FHOKFDMFNKG = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MEKDNIKFDNA = struct { + rank: u32 = 0, + HNJFFFJDGNE: bool = false, + hp: u32 = 0, + LDNBEIDJBHI: u32 = 0, + state: NPPNFPPENMC = @enumFromInt(0), + NMLFFOGBPOC: u32 = 0, + score_id: u32 = 0, + item_list: ArrayList(BHGPHKLEHEC), + OGNEPBFPILH: u32 = 0, + + pub const _desc_table = .{ + .rank = fd(11, .{ .Varint = .Simple }), + .HNJFFFJDGNE = fd(13, .{ .Varint = .Simple }), + .hp = fd(8, .{ .Varint = .Simple }), + .LDNBEIDJBHI = fd(3, .{ .Varint = .Simple }), + .state = fd(7, .{ .Varint = .Simple }), + .NMLFFOGBPOC = fd(9, .{ .Varint = .Simple }), + .score_id = fd(5, .{ .Varint = .Simple }), + .item_list = fd(15, .{ .List = .{ .SubMessage = {} } }), + .OGNEPBFPILH = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KLDMJEMIMCN = struct { + JGIBHFJMOBE: DGFCBOFAOIA = @enumFromInt(0), + MEJDMJIKIMO: ?MDOHAFBEEPK = null, + HBANCCOKOFC: ArrayList(u32), + MCOKHHFPBPJ: u64 = 0, + HCBBHCKJNJI: i32 = 0, + CPKPINCCEIP: ArrayList(MEKDNIKFDNA), + DANCCAOJLJN: u32 = 0, + + pub const _desc_table = .{ + .JGIBHFJMOBE = fd(6, .{ .Varint = .Simple }), + .MEJDMJIKIMO = fd(1, .{ .SubMessage = {} }), + .HBANCCOKOFC = fd(9, .{ .PackedList = .{ .Varint = .Simple } }), + .MCOKHHFPBPJ = fd(3, .{ .Varint = .Simple }), + .HCBBHCKJNJI = fd(13, .{ .Varint = .Simple }), + .CPKPINCCEIP = fd(11, .{ .List = .{ .SubMessage = {} } }), + .DANCCAOJLJN = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const JJAEPDIHCNL = struct { + FPBEDNCOCHO: u32 = 0, + HECKMDLOLAG: u32 = 0, + + pub const _desc_table = .{ + .FPBEDNCOCHO = fd(2, .{ .Varint = .Simple }), + .HECKMDLOLAG = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MDOHAFBEEPK = struct { + AIHMGHAJGKJ: ArrayList(u32), + cur_hp: u32 = 0, + PKDPIEMGIBE: u32 = 0, + NAJLPNLNOJE: u32 = 0, + NIAEGHJLNMB: ?CDIMEMFJJFP = null, + energy_info: u32 = 0, + item_list: ArrayList(BHGPHKLEHEC), + score_id: u32 = 0, + KJPMOHFIILO: NPPNFPPENMC = @enumFromInt(0), + ANHFJKEPCGF: u32 = 0, + buff_list: ArrayList(KNDBNNPIDPB), + GDFNDPMJDAF: u32 = 0, + op_list: ArrayList(ODDKKAHNMHK), + MIDEJNJCAIA: u32 = 0, + + pub const _desc_table = .{ + .AIHMGHAJGKJ = fd(4, .{ .PackedList = .{ .Varint = .Simple } }), + .cur_hp = fd(8, .{ .Varint = .Simple }), + .PKDPIEMGIBE = fd(1, .{ .Varint = .Simple }), + .NAJLPNLNOJE = fd(3, .{ .Varint = .Simple }), + .NIAEGHJLNMB = fd(6, .{ .SubMessage = {} }), + .energy_info = fd(15, .{ .Varint = .Simple }), + .item_list = fd(2, .{ .List = .{ .SubMessage = {} } }), + .score_id = fd(11, .{ .Varint = .Simple }), + .KJPMOHFIILO = fd(9, .{ .Varint = .Simple }), + .ANHFJKEPCGF = fd(13, .{ .Varint = .Simple }), + .buff_list = fd(14, .{ .List = .{ .SubMessage = {} } }), + .GDFNDPMJDAF = fd(12, .{ .Varint = .Simple }), + .op_list = fd(10, .{ .List = .{ .SubMessage = {} } }), + .MIDEJNJCAIA = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EGCDDLKHFEB = struct { + MLPCFGDAFND: ?MDOHAFBEEPK = null, + OLKNDFJBDGJ: BFILLIOBMFN = @enumFromInt(0), + + pub const _desc_table = .{ + .MLPCFGDAFND = fd(9, .{ .SubMessage = {} }), + .OLKNDFJBDGJ = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FightMatch3DataCsReq = struct { + EDIBBBKLGHJ: i32 = 0, + + pub const _desc_table = .{ + .EDIBBBKLGHJ = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FightMatch3DataScRsp = struct { + LIPJDJPMOKB: ArrayList(CBBDIOMIFHD), + retcode: u32 = 0, + data: ?KLDMJEMIMCN = null, + + pub const _desc_table = .{ + .LIPJDJPMOKB = fd(14, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(15, .{ .Varint = .Simple }), + .data = fd(13, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FightMatch3StartCountDownScNotify = struct { + data: ?KLDMJEMIMCN = null, + + pub const _desc_table = .{ + .data = fd(7, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FightMatch3TurnStartScNotify = struct { + HKPODFLGCDJ: ?KLDMJEMIMCN = null, + + pub const _desc_table = .{ + .HKPODFLGCDJ = fd(8, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FightMatch3TurnEndScNotify = struct { + HIKLOBGICMP: ?KLDMJEMIMCN = null, + CINLCMHHKKO: ?KLDMJEMIMCN = null, + + pub const _desc_table = .{ + .HIKLOBGICMP = fd(9, .{ .SubMessage = {} }), + .CINLCMHHKKO = fd(3, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FightMatch3SwapCsReq = struct { + FECLGLBFIDH: ?JJAEPDIHCNL = null, + ECKKBLNELBM: ArrayList(EGCDDLKHFEB), + BBLBLAFIGHM: u32 = 0, + PHNLDPOKBKL: ?JJAEPDIHCNL = null, + + pub const _desc_table = .{ + .FECLGLBFIDH = fd(4, .{ .SubMessage = {} }), + .ECKKBLNELBM = fd(1, .{ .List = .{ .SubMessage = {} } }), + .BBLBLAFIGHM = fd(13, .{ .Varint = .Simple }), + .PHNLDPOKBKL = fd(5, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FightMatch3SwapScRsp = struct { + retcode: u32 = 0, + BBLBLAFIGHM: u32 = 0, + PGMGMJDILCL: bool = false, + CHMAONMMEGM: ?MDOHAFBEEPK = null, + + pub const _desc_table = .{ + .retcode = fd(12, .{ .Varint = .Simple }), + .BBLBLAFIGHM = fd(5, .{ .Varint = .Simple }), + .PGMGMJDILCL = fd(9, .{ .Varint = .Simple }), + .CHMAONMMEGM = fd(8, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FightMatch3OpponentDataScNotify = struct { + hp: u32 = 0, + DANCCAOJLJN: u32 = 0, + score_id: u32 = 0, + item_list: ArrayList(BHGPHKLEHEC), + state: NPPNFPPENMC = @enumFromInt(0), + NMLFFOGBPOC: u32 = 0, + + pub const _desc_table = .{ + .hp = fd(9, .{ .Varint = .Simple }), + .DANCCAOJLJN = fd(1, .{ .Varint = .Simple }), + .score_id = fd(15, .{ .Varint = .Simple }), + .item_list = fd(8, .{ .List = .{ .SubMessage = {} } }), + .state = fd(12, .{ .Varint = .Simple }), + .NMLFFOGBPOC = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FightMatch3ChatCsReq = struct { + HABDKBFMKEE: u32 = 0, + + pub const _desc_table = .{ + .HABDKBFMKEE = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FightMatch3ChatScRsp = struct { + retcode: u32 = 0, + HABDKBFMKEE: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(11, .{ .Varint = .Simple }), + .HABDKBFMKEE = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FightMatch3ChatScNotify = struct { + HABDKBFMKEE: u32 = 0, + EGKPFGNJAHN: u32 = 0, + + pub const _desc_table = .{ + .HABDKBFMKEE = fd(8, .{ .Varint = .Simple }), + .EGKPFGNJAHN = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FightMatch3ForceUpdateNotify = struct { + data: ?KLDMJEMIMCN = null, + + pub const _desc_table = .{ + .data = fd(15, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BHGPHKLEHEC = struct { + DMKFFFPDLDI: u32 = 0, + NFFNNEFCMOI: u32 = 0, + FOJCMHIMAFN: u32 = 0, + cur_times: u32 = 0, + + pub const _desc_table = .{ + .DMKFFFPDLDI = fd(11, .{ .Varint = .Simple }), + .NFFNNEFCMOI = fd(12, .{ .Varint = .Simple }), + .FOJCMHIMAFN = fd(3, .{ .Varint = .Simple }), + .cur_times = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ODDKKAHNMHK = struct { + op_type: NLAAMOGOOBE = @enumFromInt(0), + HEFMJAHOHKG: u32 = 0, + + pub const _desc_table = .{ + .op_type = fd(3, .{ .Varint = .Simple }), + .HEFMJAHOHKG = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KNDBNNPIDPB = struct { + PEPLINOGEGC: GANMCIJCOKI = @enumFromInt(0), + display_value: u32 = 0, + + pub const _desc_table = .{ + .PEPLINOGEGC = fd(12, .{ .Varint = .Simple }), + .display_value = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BFDLHIDCNMF = struct { + NIAEGHJLNMB: ?CDIMEMFJJFP = null, + JDNGFBOAJAP: bool = false, + ANHFJKEPCGF: u32 = 0, + MIDEJNJCAIA: u32 = 0, + score_id: u32 = 0, + item_list: ArrayList(BHGPHKLEHEC), + KJPMOHFIILO: NPPNFPPENMC = @enumFromInt(0), + COCONGACIFJ: bool = false, + OGNEPBFPILH: u32 = 0, + energy_info: u32 = 0, + LDNBEIDJBHI: u32 = 0, + + pub const _desc_table = .{ + .NIAEGHJLNMB = fd(1, .{ .SubMessage = {} }), + .JDNGFBOAJAP = fd(10, .{ .Varint = .Simple }), + .ANHFJKEPCGF = fd(4, .{ .Varint = .Simple }), + .MIDEJNJCAIA = fd(13, .{ .Varint = .Simple }), + .score_id = fd(8, .{ .Varint = .Simple }), + .item_list = fd(15, .{ .List = .{ .SubMessage = {} } }), + .KJPMOHFIILO = fd(5, .{ .Varint = .Simple }), + .COCONGACIFJ = fd(14, .{ .Varint = .Simple }), + .OGNEPBFPILH = fd(7, .{ .Varint = .Simple }), + .energy_info = fd(2, .{ .Varint = .Simple }), + .LDNBEIDJBHI = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const IOIJEPGMJAF = struct { + HCBBHCKJNJI: i32 = 0, + JGIBHFJMOBE: KJJLDIMBGMM = @enumFromInt(0), + HLOACJFDNGN: u32 = 0, + CPKPINCCEIP: ArrayList(BFDLHIDCNMF), + MCOKHHFPBPJ: u64 = 0, + MEJDMJIKIMO: ?MDOHAFBEEPK = null, + EBKPMEOBNPO: u32 = 0, + + pub const _desc_table = .{ + .HCBBHCKJNJI = fd(13, .{ .Varint = .Simple }), + .JGIBHFJMOBE = fd(9, .{ .Varint = .Simple }), + .HLOACJFDNGN = fd(14, .{ .Varint = .Simple }), + .CPKPINCCEIP = fd(10, .{ .List = .{ .SubMessage = {} } }), + .MCOKHHFPBPJ = fd(15, .{ .Varint = .Simple }), + .MEJDMJIKIMO = fd(1, .{ .SubMessage = {} }), + .EBKPMEOBNPO = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BCEKDIDFLCM = struct { + use_item_id: u32 = 0, + ECKKBLNELBM: ArrayList(EGCDDLKHFEB), + GDIMMFMFPJA: ArrayList(JJAEPDIHCNL), + + pub const _desc_table = .{ + .use_item_id = fd(15, .{ .Varint = .Simple }), + .ECKKBLNELBM = fd(3, .{ .List = .{ .SubMessage = {} } }), + .GDIMMFMFPJA = fd(9, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FightMatch3UseItemScRsp = struct { + retcode: u32 = 0, + use_item_id: u32 = 0, + EHELGAOABJJ: ?MDOHAFBEEPK = null, + + pub const _desc_table = .{ + .retcode = fd(12, .{ .Varint = .Simple }), + .use_item_id = fd(15, .{ .Varint = .Simple }), + .EHELGAOABJJ = fd(11, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FightMatch3SoloDataCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FightMatch3SoloDataScRsp = struct { + data: ?IOIJEPGMJAF = null, + retcode: u32 = 0, + LIPJDJPMOKB: ArrayList(CBBDIOMIFHD), + + pub const _desc_table = .{ + .data = fd(3, .{ .SubMessage = {} }), + .retcode = fd(8, .{ .Varint = .Simple }), + .LIPJDJPMOKB = fd(13, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FightMatch3SoloAnimEndCsReq = struct { + HLOACJFDNGN: u32 = 0, + BKGGNMBBGNL: u32 = 0, + GDCHLIBMFKM: u32 = 0, + + pub const _desc_table = .{ + .HLOACJFDNGN = fd(7, .{ .Varint = .Simple }), + .BKGGNMBBGNL = fd(3, .{ .Varint = .Simple }), + .GDCHLIBMFKM = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FightMatch3SoloAnimEndScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FightMatch3SoloDataUpdateNotify = struct { + data: ?IOIJEPGMJAF = null, + reason: ABBDJBMIIBE = @enumFromInt(0), + + pub const _desc_table = .{ + .data = fd(15, .{ .SubMessage = {} }), + .reason = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FightMatch3SoloSwapNotify = struct { + EHELGAOABJJ: ?MDOHAFBEEPK = null, + MEDBONHALOD: ?FightMatch3SwapCsReq = null, + + pub const _desc_table = .{ + .EHELGAOABJJ = fd(5, .{ .SubMessage = {} }), + .MEDBONHALOD = fd(14, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FightMatch3SoloUseItemNotify = struct { + MEDBONHALOD: ?BCEKDIDFLCM = null, + EHELGAOABJJ: ?MDOHAFBEEPK = null, + + pub const _desc_table = .{ + .MEDBONHALOD = fd(10, .{ .SubMessage = {} }), + .EHELGAOABJJ = fd(11, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FightMatch3SoloPreTurnEndCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FightMatch3SoloPreTurnEndScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AssistSimpleInfo = struct { + avatar_id: u32 = 0, + Pos: u32 = 0, + Level: u32 = 0, + DressedSkinId: u32 = 0, + + pub const _desc_table = .{ + .avatar_id = fd(12, .{ .Varint = .Simple }), + .Pos = fd(3, .{ .Varint = .Simple }), + .Level = fd(4, .{ .Varint = .Simple }), + .DressedSkinId = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const IHKGNJDNALJ = struct { + group_id: u32 = 0, + KHCNAJOKJHJ: u32 = 0, + JGMIPMDPPIJ: u32 = 0, + FCCDILGGOCI: u32 = 0, + + pub const _desc_table = .{ + .group_id = fd(13, .{ .Varint = .Simple }), + .KHCNAJOKJHJ = fd(1, .{ .Varint = .Simple }), + .JGMIPMDPPIJ = fd(2, .{ .Varint = .Simple }), + .FCCDILGGOCI = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KPIGLOPEMCF = struct { + IJHLOJEFCPM: u32 = 0, + + pub const _desc_table = .{ + .IJHLOJEFCPM = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PHHLIOGFDEK = struct { + CAPICCCIEBO: ArrayList(u32), + IJHLOJEFCPM: u32 = 0, + OFGBJCCCIKE: u32 = 0, + + pub const _desc_table = .{ + .CAPICCCIEBO = fd(11, .{ .PackedList = .{ .Varint = .Simple } }), + .IJHLOJEFCPM = fd(13, .{ .Varint = .Simple }), + .OFGBJCCCIKE = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BCPDFIPOMAP = struct { + LBHJEHFJLNF: ?PHHLIOGFDEK = null, + + pub const _desc_table = .{ + .LBHJEHFJLNF = fd(15, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OBIHNGMNKEK = struct { + JEHDFHLGCNL: ?JEHDFHLGCNL_union, + + pub const _JEHDFHLGCNL_case = enum { + LOONEHFNAPC, + DAOPOHAMOMF, + }; + pub const JEHDFHLGCNL_union = union(_JEHDFHLGCNL_case) { + LOONEHFNAPC: KPIGLOPEMCF, + DAOPOHAMOMF: BCPDFIPOMAP, + pub const _union_desc = .{ + .LOONEHFNAPC = fd(2, .{ .SubMessage = {} }), + .DAOPOHAMOMF = fd(11, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .JEHDFHLGCNL = fd(null, .{ .OneOf = JEHDFHLGCNL_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HIEJJBDNCNH = struct { + JFPCPDCFLMD: ?OBIHNGMNKEK = null, + FGMGPLJCKPC: BattleRecordType = @enumFromInt(0), + EBOOMGDGNEP: ?IHKGNJDNALJ = null, + + pub const _desc_table = .{ + .JFPCPDCFLMD = fd(4, .{ .SubMessage = {} }), + .FGMGPLJCKPC = fd(7, .{ .Varint = .Simple }), + .EBOOMGDGNEP = fd(10, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlayerSimpleInfo = struct { + assist_simple_info: ArrayList(AssistSimpleInfo), + platform_type: PlatformType = @enumFromInt(0), + last_active_time: i64 = 0, + level: u32 = 0, + uid: u32 = 0, + signature: ManagedString = .Empty, + online_status: FriendOnlineStatus = @enumFromInt(0), + chat_bubble_id: u32 = 0, + nickname: ManagedString = .Empty, + is_banned: bool = false, + GMALCPNOHBF: ManagedString = .Empty, + AKCEJFCFBAN: ManagedString = .Empty, + ANPLLAOBFJI: u32 = 0, + head_icon: u32 = 0, + + pub const _desc_table = .{ + .assist_simple_info = fd(15, .{ .List = .{ .SubMessage = {} } }), + .platform_type = fd(11, .{ .Varint = .Simple }), + .last_active_time = fd(12, .{ .Varint = .Simple }), + .level = fd(7, .{ .Varint = .Simple }), + .uid = fd(9, .{ .Varint = .Simple }), + .signature = fd(8, .String), + .online_status = fd(6, .{ .Varint = .Simple }), + .chat_bubble_id = fd(3, .{ .Varint = .Simple }), + .nickname = fd(2, .String), + .is_banned = fd(5, .{ .Varint = .Simple }), + .GMALCPNOHBF = fd(4, .String), + .AKCEJFCFBAN = fd(14, .String), + .ANPLLAOBFJI = fd(1, .{ .Varint = .Simple }), + .head_icon = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DisplayEquipmentInfo = struct { + promotion: u32 = 0, + level: u32 = 0, + exp: u32 = 0, + rank: u32 = 0, + tid: u32 = 0, + + pub const _desc_table = .{ + .promotion = fd(4, .{ .Varint = .Simple }), + .level = fd(11, .{ .Varint = .Simple }), + .exp = fd(13, .{ .Varint = .Simple }), + .rank = fd(5, .{ .Varint = .Simple }), + .tid = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DisplayRelicInfo = struct { + sub_affix_list: ArrayList(RelicAffix), + tid: u32 = 0, + exp: u32 = 0, + level: u32 = 0, + type: u32 = 0, + main_affix_id: u32 = 0, + + pub const _desc_table = .{ + .sub_affix_list = fd(4, .{ .List = .{ .SubMessage = {} } }), + .tid = fd(8, .{ .Varint = .Simple }), + .exp = fd(5, .{ .Varint = .Simple }), + .level = fd(3, .{ .Varint = .Simple }), + .type = fd(6, .{ .Varint = .Simple }), + .main_affix_id = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DisplayAvatarDetailInfo = struct { + promotion: u32 = 0, + avatar_id: u32 = 0, + enhanced_id: u32 = 0, + DressedSkinId: u32 = 0, + exp: u32 = 0, + rank: u32 = 0, + level: u32 = 0, + skilltree_list: ArrayList(AvatarSkillTree), + pos: u32 = 0, + equipment: ?DisplayEquipmentInfo = null, + relic_list: ArrayList(DisplayRelicInfo), + + pub const _desc_table = .{ + .promotion = fd(1, .{ .Varint = .Simple }), + .avatar_id = fd(12, .{ .Varint = .Simple }), + .enhanced_id = fd(7, .{ .Varint = .Simple }), + .DressedSkinId = fd(13, .{ .Varint = .Simple }), + .exp = fd(10, .{ .Varint = .Simple }), + .rank = fd(5, .{ .Varint = .Simple }), + .level = fd(3, .{ .Varint = .Simple }), + .skilltree_list = fd(14, .{ .List = .{ .SubMessage = {} } }), + .pos = fd(2, .{ .Varint = .Simple }), + .equipment = fd(8, .{ .SubMessage = {} }), + .relic_list = fd(6, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlayerCollectionInfo = struct { + LJPEKEDICML: u32 = 0, + NLJIFEKDPHN: u32 = 0, + PJCJNKBEIMK: u32 = 0, + PGCDMMNNCJC: u32 = 0, + BDBMIKDJLKO: u32 = 0, + + pub const _desc_table = .{ + .LJPEKEDICML = fd(4, .{ .Varint = .Simple }), + .NLJIFEKDPHN = fd(14, .{ .Varint = .Simple }), + .PJCJNKBEIMK = fd(5, .{ .Varint = .Simple }), + .PGCDMMNNCJC = fd(15, .{ .Varint = .Simple }), + .BDBMIKDJLKO = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlayerRecordInfo = struct { + JFPGBKBPBNF: u32 = 0, + collection_info: ?PlayerCollectionInfo = null, + GEKKNDONHLJ: u32 = 0, + EHBDEIJJOHK: u32 = 0, + HKNOAKGCJBK: u32 = 0, + BHFEFEODNIM: u32 = 0, + FHKKMPDDMGO: u32 = 0, + CFDFMGLLICO: u32 = 0, + EMJDEBDMHLL: u32 = 0, + + pub const _desc_table = .{ + .JFPGBKBPBNF = fd(3, .{ .Varint = .Simple }), + .collection_info = fd(11, .{ .SubMessage = {} }), + .GEKKNDONHLJ = fd(2, .{ .Varint = .Simple }), + .EHBDEIJJOHK = fd(6, .{ .Varint = .Simple }), + .HKNOAKGCJBK = fd(8, .{ .Varint = .Simple }), + .BHFEFEODNIM = fd(15, .{ .Varint = .Simple }), + .FHKKMPDDMGO = fd(13, .{ .Varint = .Simple }), + .CFDFMGLLICO = fd(7, .{ .Varint = .Simple }), + .EMJDEBDMHLL = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PrivacySettings = struct { + KJNCCKHJFHE: bool = false, + AICNFAOBCPI: bool = false, + NJFMILJOFOK: bool = false, + APONEIDMPHL: bool = false, + PBKBGLHHKPE: bool = false, + + pub const _desc_table = .{ + .KJNCCKHJFHE = fd(11, .{ .Varint = .Simple }), + .AICNFAOBCPI = fd(7, .{ .Varint = .Simple }), + .NJFMILJOFOK = fd(4, .{ .Varint = .Simple }), + .APONEIDMPHL = fd(14, .{ .Varint = .Simple }), + .PBKBGLHHKPE = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlayerDisplaySettings = struct { + challenge_list: ArrayList(IHKGNJDNALJ), + JFPCPDCFLMD: ?OBIHNGMNKEK = null, + + pub const _desc_table = .{ + .challenge_list = fd(10, .{ .List = .{ .SubMessage = {} } }), + .JFPCPDCFLMD = fd(7, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlayerDetailInfo = struct { + display_avatar_list: ArrayList(DisplayAvatarDetailInfo), + ANPLLAOBFJI: u32 = 0, + ONKHLHOJHGN: ?PlayerDisplaySettings = null, + nickname: ManagedString = .Empty, + OOOPBHIMNFD: u32 = 0, + KBMGBNINFBK: u32 = 0, + assist_avatar_list: ArrayList(DisplayAvatarDetailInfo), + signature: ManagedString = .Empty, + record_info: ?PlayerRecordInfo = null, + is_banned: bool = false, + level: u32 = 0, + privacy_settings: ?PrivacySettings = null, + AKCEJFCFBAN: ManagedString = .Empty, + world_level: u32 = 0, + GMALCPNOHBF: ManagedString = .Empty, + head_icon: u32 = 0, + platform_type: PlatformType = @enumFromInt(0), + uid: u32 = 0, + EMOBIJBDKEI: bool = false, + + pub const _desc_table = .{ + .display_avatar_list = fd(6, .{ .List = .{ .SubMessage = {} } }), + .ANPLLAOBFJI = fd(1170, .{ .Varint = .Simple }), + .ONKHLHOJHGN = fd(937, .{ .SubMessage = {} }), + .nickname = fd(13, .String), + .OOOPBHIMNFD = fd(7, .{ .Varint = .Simple }), + .KBMGBNINFBK = fd(14, .{ .Varint = .Simple }), + .assist_avatar_list = fd(99, .{ .List = .{ .SubMessage = {} } }), + .signature = fd(11, .String), + .record_info = fd(12, .{ .SubMessage = {} }), + .is_banned = fd(4, .{ .Varint = .Simple }), + .level = fd(5, .{ .Varint = .Simple }), + .privacy_settings = fd(529, .{ .SubMessage = {} }), + .AKCEJFCFBAN = fd(8, .String), + .world_level = fd(1, .{ .Varint = .Simple }), + .GMALCPNOHBF = fd(9, .String), + .head_icon = fd(15, .{ .Varint = .Simple }), + .platform_type = fd(3, .{ .Varint = .Simple }), + .uid = fd(10, .{ .Varint = .Simple }), + .EMOBIJBDKEI = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FriendSimpleInfo = struct { + remark_name: ManagedString = .Empty, + player_simple_info: ?PlayerSimpleInfo = null, + ILCHAJCFFBF: ?HIEJJBDNCNH = null, + is_marked: bool = false, + playing_state: PlayingState = @enumFromInt(0), + create_time: i64 = 0, + + pub const _desc_table = .{ + .remark_name = fd(14, .String), + .player_simple_info = fd(2, .{ .SubMessage = {} }), + .ILCHAJCFFBF = fd(4, .{ .SubMessage = {} }), + .is_marked = fd(5, .{ .Varint = .Simple }), + .playing_state = fd(1, .{ .Varint = .Simple }), + .create_time = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FriendApplyInfo = struct { + apply_time: i64 = 0, + player_simple_info: ?PlayerSimpleInfo = null, + + pub const _desc_table = .{ + .apply_time = fd(5, .{ .Varint = .Simple }), + .player_simple_info = fd(13, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FriendRecommendInfo = struct { + JHOLBLPEGLJ: bool = false, + player_simple_info: ?PlayerSimpleInfo = null, + + pub const _desc_table = .{ + .JHOLBLPEGLJ = fd(3, .{ .Varint = .Simple }), + .player_simple_info = fd(2, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlayerAssistInfo = struct { + player_simple_info: ?PlayerSimpleInfo = null, + MDHFANLHNMA: ?DisplayAvatarDetailInfo = null, + + pub const _desc_table = .{ + .player_simple_info = fd(3, .{ .SubMessage = {} }), + .MDHFANLHNMA = fd(13, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FLCMJAHGKFK = struct { + level: u32 = 0, + head_icon: u32 = 0, + platform_type: PlatformType = @enumFromInt(0), + nickname: ManagedString = .Empty, + uid: u32 = 0, + remark_name: ManagedString = .Empty, + GMALCPNOHBF: ManagedString = .Empty, + NPPPHGFENPH: u32 = 0, + INNANICLCAE: u32 = 0, + + pub const _desc_table = .{ + .level = fd(13, .{ .Varint = .Simple }), + .head_icon = fd(12, .{ .Varint = .Simple }), + .platform_type = fd(10, .{ .Varint = .Simple }), + .nickname = fd(9, .String), + .uid = fd(15, .{ .Varint = .Simple }), + .remark_name = fd(14, .String), + .GMALCPNOHBF = fd(5, .String), + .NPPPHGFENPH = fd(3, .{ .Varint = .Simple }), + .INNANICLCAE = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FCNOLLFGPCK = struct { + buff_two: u32 = 0, + remark_name: ManagedString = .Empty, + INHDDNNPBDB: u32 = 0, + buff_one: u32 = 0, + score_id: u32 = 0, + player_simple_info: ?PlayerSimpleInfo = null, + lineup_list: ArrayList(ChallengeLineupList), + + pub const _desc_table = .{ + .buff_two = fd(7, .{ .Varint = .Simple }), + .remark_name = fd(12, .String), + .INHDDNNPBDB = fd(1, .{ .Varint = .Simple }), + .buff_one = fd(14, .{ .Varint = .Simple }), + .score_id = fd(6, .{ .Varint = .Simple }), + .player_simple_info = fd(11, .{ .SubMessage = {} }), + .lineup_list = fd(8, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CHKIICNAPHA = struct { + group_id: u32 = 0, + KHCNAJOKJHJ: u32 = 0, + JDICGGKKOOI: ?JDICGGKKOOI_union, + + pub const _JDICGGKKOOI_case = enum { + challenge_story, + challenge_boss, + challenge_default, + }; + pub const JDICGGKKOOI_union = union(_JDICGGKKOOI_case) { + challenge_story: ChallengeStoryStatistics, + challenge_boss: ChallengeBossStatistics, + challenge_default: ChallengeStatistics, + pub const _union_desc = .{ + .challenge_story = fd(556, .{ .SubMessage = {} }), + .challenge_boss = fd(594, .{ .SubMessage = {} }), + .challenge_default = fd(979, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .group_id = fd(7, .{ .Varint = .Simple }), + .KHCNAJOKJHJ = fd(9, .{ .Varint = .Simple }), + .JDICGGKKOOI = fd(null, .{ .OneOf = JDICGGKKOOI_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OGNLDADPJFO = struct { + map_id: u32 = 0, + rogue_finish_info: ?RogueFinishInfo = null, + + pub const _desc_table = .{ + .map_id = fd(6, .{ .Varint = .Simple }), + .rogue_finish_info = fd(9, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EAIMKOMHKHD = struct { + GGDIIBCDOBB: u32 = 0, + avatar_id: u32 = 0, + + pub const _desc_table = .{ + .GGDIIBCDOBB = fd(3, .{ .Varint = .Simple }), + .avatar_id = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ANGOAMADOMA = struct { + tourn_finish_info: ?RogueTournFinishInfo = null, + IJHLOJEFCPM: u32 = 0, + OFGBJCCCIKE: u32 = 0, + JBLOKLCPAFN: u32 = 0, + + pub const _desc_table = .{ + .tourn_finish_info = fd(12, .{ .SubMessage = {} }), + .IJHLOJEFCPM = fd(1, .{ .Varint = .Simple }), + .OFGBJCCCIKE = fd(2, .{ .Varint = .Simple }), + .JBLOKLCPAFN = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GGKBHALPIDK = struct { + LHBDONJIICC: u32 = 0, + DBAHFEFGLMD: u32 = 0, + IMLHFGEPCAN: u32 = 0, + + pub const _desc_table = .{ + .LHBDONJIICC = fd(8, .{ .Varint = .Simple }), + .DBAHFEFGLMD = fd(6, .{ .Varint = .Simple }), + .IMLHFGEPCAN = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LFJPDDCNBKC = struct { + FJHIGBBMJDM: u32 = 0, + EPLJMCAPMPC: u32 = 0, + FNMGAOHMLIM: u32 = 0, + DBAHFEFGLMD: u32 = 0, + + pub const _desc_table = .{ + .FJHIGBBMJDM = fd(1, .{ .Varint = .Simple }), + .EPLJMCAPMPC = fd(14, .{ .Varint = .Simple }), + .FNMGAOHMLIM = fd(5, .{ .Varint = .Simple }), + .DBAHFEFGLMD = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const NHAGPMMCDCF = struct { + DBAHFEFGLMD: u32 = 0, + OIAJANCBABP: u32 = 0, + ONAHHAMHFDB: u32 = 0, + AGIJKFBCJOC: u32 = 0, + + pub const _desc_table = .{ + .DBAHFEFGLMD = fd(11, .{ .Varint = .Simple }), + .OIAJANCBABP = fd(6, .{ .Varint = .Simple }), + .ONAHHAMHFDB = fd(13, .{ .Varint = .Simple }), + .AGIJKFBCJOC = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OKDBOGBABNI = struct { + HDLJBADEKFI: ?NHAGPMMCDCF = null, + APMJFGKIFON: ?LFJPDDCNBKC = null, + PLCCEHDNAFL: ?GGKBHALPIDK = null, + GNKACKHFHHD: ?GNKACKHFHHD_union, + + pub const _GNKACKHFHHD_case = enum { + EDGFEDJBAHF, + OPFPOLCGMED, + }; + pub const GNKACKHFHHD_union = union(_GNKACKHFHHD_case) { + EDGFEDJBAHF: OGNLDADPJFO, + OPFPOLCGMED: ANGOAMADOMA, + pub const _union_desc = .{ + .EDGFEDJBAHF = fd(661, .{ .SubMessage = {} }), + .OPFPOLCGMED = fd(715, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .HDLJBADEKFI = fd(14, .{ .SubMessage = {} }), + .APMJFGKIFON = fd(11, .{ .SubMessage = {} }), + .PLCCEHDNAFL = fd(6, .{ .SubMessage = {} }), + .GNKACKHFHHD = fd(null, .{ .OneOf = GNKACKHFHHD_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const IOJHJAHIMHM = struct { + DBAHFEFGLMD: u32 = 0, + + pub const _desc_table = .{ + .DBAHFEFGLMD = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const JIENKFADCHE = struct { + DBAHFEFGLMD: u32 = 0, + NJOICIOPBNH: u32 = 0, + + pub const _desc_table = .{ + .DBAHFEFGLMD = fd(14, .{ .Varint = .Simple }), + .NJOICIOPBNH = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MEEHCBGDBEA = struct { + challenge_id: u32 = 0, + + pub const _desc_table = .{ + .challenge_id = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DHAHAKMPNAF = struct { + time: i64 = 0, + EJHMNKHEPFA: DevelopmentType = @enumFromInt(0), + EBBMJDKKFIB: ?EBBMJDKKFIB_union, + + pub const _EBBMJDKKFIB_case = enum { + avatar_id, + IKFFOBAMGHJ, + MDMGKHLHIIN, + panel_id, + IELHLBFFAGK, + CKKNNHMDCOG, + LIIBBGGEHFP, + }; + pub const EBBMJDKKFIB_union = union(_EBBMJDKKFIB_case) { + avatar_id: u32, + IKFFOBAMGHJ: MEEHCBGDBEA, + MDMGKHLHIIN: u32, + panel_id: u32, + IELHLBFFAGK: JIENKFADCHE, + CKKNNHMDCOG: u32, + LIIBBGGEHFP: IOJHJAHIMHM, + pub const _union_desc = .{ + .avatar_id = fd(200, .{ .Varint = .Simple }), + .IKFFOBAMGHJ = fd(243, .{ .SubMessage = {} }), + .MDMGKHLHIIN = fd(624, .{ .Varint = .Simple }), + .panel_id = fd(1220, .{ .Varint = .Simple }), + .IELHLBFFAGK = fd(1361, .{ .SubMessage = {} }), + .CKKNNHMDCOG = fd(1751, .{ .Varint = .Simple }), + .LIIBBGGEHFP = fd(1793, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .time = fd(15, .{ .Varint = .Simple }), + .EJHMNKHEPFA = fd(14, .{ .Varint = .Simple }), + .EBBMJDKKFIB = fd(null, .{ .OneOf = EBBMJDKKFIB_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetFriendListInfoCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetFriendListInfoScRsp = struct { + black_list: ArrayList(PlayerSimpleInfo), + friend_list: ArrayList(FriendSimpleInfo), + retcode: u32 = 0, + + pub const _desc_table = .{ + .black_list = fd(8, .{ .List = .{ .SubMessage = {} } }), + .friend_list = fd(10, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetPlayerDetailInfoCsReq = struct { + uid: u32 = 0, + + pub const _desc_table = .{ + .uid = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetPlayerDetailInfoScRsp = struct { + retcode: u32 = 0, + detail_info: ?PlayerDetailInfo = null, + + pub const _desc_table = .{ + .retcode = fd(10, .{ .Varint = .Simple }), + .detail_info = fd(13, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetFriendApplyListInfoCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetFriendApplyListInfoScRsp = struct { + send_apply_list: ArrayList(u32), + receive_apply_list: ArrayList(FriendApplyInfo), + retcode: u32 = 0, + + pub const _desc_table = .{ + .send_apply_list = fd(9, .{ .PackedList = .{ .Varint = .Simple } }), + .receive_apply_list = fd(6, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ApplyFriendCsReq = struct { + source: FriendApplySource = @enumFromInt(0), + uid: u32 = 0, + + pub const _desc_table = .{ + .source = fd(14, .{ .Varint = .Simple }), + .uid = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ApplyFriendScRsp = struct { + retcode: u32 = 0, + uid: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(10, .{ .Varint = .Simple }), + .uid = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SyncApplyFriendScNotify = struct { + apply_info: ?FriendApplyInfo = null, + + pub const _desc_table = .{ + .apply_info = fd(12, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HandleFriendCsReq = struct { + uid: u32 = 0, + is_accept: bool = false, + + pub const _desc_table = .{ + .uid = fd(2, .{ .Varint = .Simple }), + .is_accept = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HandleFriendScRsp = struct { + is_accept: bool = false, + uid: u32 = 0, + retcode: u32 = 0, + friend_info: ?FriendSimpleInfo = null, + + pub const _desc_table = .{ + .is_accept = fd(5, .{ .Varint = .Simple }), + .uid = fd(1, .{ .Varint = .Simple }), + .retcode = fd(8, .{ .Varint = .Simple }), + .friend_info = fd(2, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SyncHandleFriendScNotify = struct { + friend_info: ?FriendSimpleInfo = null, + is_accept: bool = false, + uid: u32 = 0, + + pub const _desc_table = .{ + .friend_info = fd(2, .{ .SubMessage = {} }), + .is_accept = fd(1, .{ .Varint = .Simple }), + .uid = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DeleteFriendCsReq = struct { + FIOCDBIPCGB: u32 = 0, + uid: u32 = 0, + + pub const _desc_table = .{ + .FIOCDBIPCGB = fd(14, .{ .Varint = .Simple }), + .uid = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DeleteFriendScRsp = struct { + retcode: u32 = 0, + uid: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(8, .{ .Varint = .Simple }), + .uid = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SyncDeleteFriendScNotify = struct { + uid: u32 = 0, + + pub const _desc_table = .{ + .uid = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AddBlacklistCsReq = struct { + uid: u32 = 0, + + pub const _desc_table = .{ + .uid = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AddBlacklistScRsp = struct { + retcode: u32 = 0, + black_info: ?PlayerSimpleInfo = null, + + pub const _desc_table = .{ + .retcode = fd(10, .{ .Varint = .Simple }), + .black_info = fd(14, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SyncAddBlacklistScNotify = struct { + uid: u32 = 0, + + pub const _desc_table = .{ + .uid = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetFriendRecommendListInfoCsReq = struct { + AHOILNFIIEG: bool = false, + + pub const _desc_table = .{ + .AHOILNFIIEG = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetFriendRecommendListInfoScRsp = struct { + retcode: u32 = 0, + player_info_list: ArrayList(FriendRecommendInfo), + + pub const _desc_table = .{ + .retcode = fd(4, .{ .Varint = .Simple }), + .player_info_list = fd(15, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetFriendRemarkNameCsReq = struct { + reason: u32 = 0, + uid: u32 = 0, + remark_name: ManagedString = .Empty, + + pub const _desc_table = .{ + .reason = fd(13, .{ .Varint = .Simple }), + .uid = fd(15, .{ .Varint = .Simple }), + .remark_name = fd(4, .String), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetFriendRemarkNameScRsp = struct { + retcode: u32 = 0, + remark_name: ManagedString = .Empty, + uid: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(9, .{ .Varint = .Simple }), + .remark_name = fd(5, .String), + .uid = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ReportPlayerCsReq = struct { + EHBCLJFPOOE: u32 = 0, + MIMAKHAABAH: ManagedString = .Empty, + uid: u32 = 0, + + pub const _desc_table = .{ + .EHBCLJFPOOE = fd(15, .{ .Varint = .Simple }), + .MIMAKHAABAH = fd(11, .String), + .uid = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ReportPlayerScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DeleteBlacklistCsReq = struct { + uid: u32 = 0, + + pub const _desc_table = .{ + .uid = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DeleteBlacklistScRsp = struct { + retcode: u32 = 0, + uid: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(9, .{ .Varint = .Simple }), + .uid = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SearchPlayerCsReq = struct { + AHOILNFIIEG: bool = false, + uid_list: ArrayList(u32), + + pub const _desc_table = .{ + .AHOILNFIIEG = fd(6, .{ .Varint = .Simple }), + .uid_list = fd(4, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SearchPlayerScRsp = struct { + simple_info_list: ArrayList(PlayerSimpleInfo), + result_uid_list: ArrayList(u32), + retcode: u32 = 0, + + pub const _desc_table = .{ + .simple_info_list = fd(9, .{ .List = .{ .SubMessage = {} } }), + .result_uid_list = fd(12, .{ .PackedList = .{ .Varint = .Simple } }), + .retcode = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetAssistListCsReq = struct { + KIBOAGMOJCP: bool = false, + AHOILNFIIEG: bool = false, + + pub const _desc_table = .{ + .KIBOAGMOJCP = fd(10, .{ .Varint = .Simple }), + .AHOILNFIIEG = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetAssistListScRsp = struct { + retcode: u32 = 0, + assist_list: ArrayList(PlayerAssistInfo), + + pub const _desc_table = .{ + .retcode = fd(14, .{ .Varint = .Simple }), + .assist_list = fd(9, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetAssistCsReq = struct { + avatar_id: u32 = 0, + uid: u32 = 0, + + pub const _desc_table = .{ + .avatar_id = fd(4, .{ .Varint = .Simple }), + .uid = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetAssistScRsp = struct { + avatar_id: u32 = 0, + uid: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .avatar_id = fd(3, .{ .Varint = .Simple }), + .uid = fd(6, .{ .Varint = .Simple }), + .retcode = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetCurAssistCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetCurAssistScRsp = struct { + retcode: u32 = 0, + assist_info: ?PlayerAssistInfo = null, + + pub const _desc_table = .{ + .retcode = fd(7, .{ .Varint = .Simple }), + .assist_info = fd(14, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetAssistHistoryCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetAssistHistoryScRsp = struct { + today_use_uid_list: ArrayList(u32), + NFJJAPNPPKP: u32 = 0, + PBFNEIGOPMP: u32 = 0, + OMHCHJLLIIF: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .today_use_uid_list = fd(10, .{ .PackedList = .{ .Varint = .Simple } }), + .NFJJAPNPPKP = fd(15, .{ .Varint = .Simple }), + .PBFNEIGOPMP = fd(9, .{ .Varint = .Simple }), + .OMHCHJLLIIF = fd(7, .{ .Varint = .Simple }), + .retcode = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const NewAssistHistoryNotify = struct { + NFJJAPNPPKP: u32 = 0, + + pub const _desc_table = .{ + .NFJJAPNPPKP = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeAssistRewardCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeAssistRewardScRsp = struct { + retcode: u32 = 0, + reward: ?ItemList = null, + NLCNBIEHCOH: ArrayList(FLCMJAHGKFK), + + pub const _desc_table = .{ + .retcode = fd(4, .{ .Varint = .Simple }), + .reward = fd(1, .{ .SubMessage = {} }), + .NLCNBIEHCOH = fd(11, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CurAssistChangedNotify = struct { + assist_info: ?PlayerAssistInfo = null, + + pub const _desc_table = .{ + .assist_info = fd(2, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetPlatformPlayerInfoCsReq = struct { + DNENLCHJEKG: ArrayList(ManagedString), + platform_type: PlatformType = @enumFromInt(0), + + pub const _desc_table = .{ + .DNENLCHJEKG = fd(12, .{ .List = .String }), + .platform_type = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetPlatformPlayerInfoScRsp = struct { + retcode: u32 = 0, + player_info_list: ArrayList(PlayerSimpleInfo), + + pub const _desc_table = .{ + .retcode = fd(15, .{ .Varint = .Simple }), + .player_info_list = fd(7, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetFriendLoginInfoCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetFriendLoginInfoScRsp = struct { + IIHDBINOPMG: ArrayList(u32), + LIFCEHLFDNM: bool = false, + retcode: u32 = 0, + DBNDOMDMMGF: ArrayList(u32), + BOHNBJMMKBO: bool = false, + + pub const _desc_table = .{ + .IIHDBINOPMG = fd(7, .{ .PackedList = .{ .Varint = .Simple } }), + .LIFCEHLFDNM = fd(9, .{ .Varint = .Simple }), + .retcode = fd(3, .{ .Varint = .Simple }), + .DBNDOMDMMGF = fd(6, .{ .PackedList = .{ .Varint = .Simple } }), + .BOHNBJMMKBO = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetForbidOtherApplyFriendCsReq = struct { + MJPFLIKAFEJ: bool = false, + + pub const _desc_table = .{ + .MJPFLIKAFEJ = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetForbidOtherApplyFriendScRsp = struct { + retcode: u32 = 0, + MJPFLIKAFEJ: bool = false, + + pub const _desc_table = .{ + .retcode = fd(11, .{ .Varint = .Simple }), + .MJPFLIKAFEJ = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetFriendMarkCsReq = struct { + uid: u32 = 0, + ADJGKCOKOLN: bool = false, + reason: u32 = 0, + + pub const _desc_table = .{ + .uid = fd(13, .{ .Varint = .Simple }), + .ADJGKCOKOLN = fd(6, .{ .Varint = .Simple }), + .reason = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetFriendMarkScRsp = struct { + ADJGKCOKOLN: bool = false, + retcode: u32 = 0, + uid: u32 = 0, + + pub const _desc_table = .{ + .ADJGKCOKOLN = fd(2, .{ .Varint = .Simple }), + .retcode = fd(3, .{ .Varint = .Simple }), + .uid = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetFriendAssistListCsReq = struct { + MLOOGABMIHP: AssistAvatarType = @enumFromInt(0), + AHOILNFIIEG: bool = false, + KCPAODEBJDG: ArrayList(u32), + BIJGJECJMHM: ArrayList(u32), + target_side: u32 = 0, + + pub const _desc_table = .{ + .MLOOGABMIHP = fd(14, .{ .Varint = .Simple }), + .AHOILNFIIEG = fd(13, .{ .Varint = .Simple }), + .KCPAODEBJDG = fd(9, .{ .PackedList = .{ .Varint = .Simple } }), + .BIJGJECJMHM = fd(1, .{ .PackedList = .{ .Varint = .Simple } }), + .target_side = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetFriendAssistListScRsp = struct { + target_side: u32 = 0, + retcode: u32 = 0, + assist_list: ArrayList(PlayerAssistInfo), + + pub const _desc_table = .{ + .target_side = fd(6, .{ .Varint = .Simple }), + .retcode = fd(13, .{ .Varint = .Simple }), + .assist_list = fd(8, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetFriendChallengeLineupCsReq = struct { + challenge_id: u32 = 0, + + pub const _desc_table = .{ + .challenge_id = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetFriendChallengeLineupScRsp = struct { + JAEJJMJPMNC: ArrayList(FCNOLLFGPCK), + retcode: u32 = 0, + ONOCJEEBFCI: bool = false, + + pub const _desc_table = .{ + .JAEJJMJPMNC = fd(7, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(5, .{ .Varint = .Simple }), + .ONOCJEEBFCI = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetFriendChallengeDetailCsReq = struct { + challenge_id: u32 = 0, + uid: u32 = 0, + + pub const _desc_table = .{ + .challenge_id = fd(5, .{ .Varint = .Simple }), + .uid = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetFriendChallengeDetailScRsp = struct { + challenge_id: u32 = 0, + CCGDMOOLHHB: ArrayList(DisplayAvatarDetailInfo), + uid: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .challenge_id = fd(7, .{ .Varint = .Simple }), + .CCGDMOOLHHB = fd(12, .{ .List = .{ .SubMessage = {} } }), + .uid = fd(3, .{ .Varint = .Simple }), + .retcode = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KAMCIOPBPGA = struct { + avatar_list: ArrayList(OILPIACENNH), + player_simple_info: ?PlayerSimpleInfo = null, + remark_name: ManagedString = .Empty, + JHIAKMCHPLB: ArrayList(u32), + + pub const _desc_table = .{ + .avatar_list = fd(6, .{ .List = .{ .SubMessage = {} } }), + .player_simple_info = fd(10, .{ .SubMessage = {} }), + .remark_name = fd(13, .String), + .JHIAKMCHPLB = fd(7, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KEHMGKIHEFN = struct { + NFGNBBJGANG: ?NFGNBBJGANG_union, + + pub const _NFGNBBJGANG_case = enum { + ADDCJEJPFEF, + GIEIDJEEPAC, + }; + pub const NFGNBBJGANG_union = union(_NFGNBBJGANG_case) { + ADDCJEJPFEF: KAMCIOPBPGA, + GIEIDJEEPAC: FCNOLLFGPCK, + pub const _union_desc = .{ + .ADDCJEJPFEF = fd(7, .{ .SubMessage = {} }), + .GIEIDJEEPAC = fd(15, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .NFGNBBJGANG = fd(null, .{ .OneOf = NFGNBBJGANG_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetFriendRecommendLineupCsReq = struct { + type: DLLLEANDAIH = @enumFromInt(0), + key: u32 = 0, + + pub const _desc_table = .{ + .type = fd(3, .{ .Varint = .Simple }), + .key = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetFriendRecommendLineupScRsp = struct { + retcode: u32 = 0, + ONOCJEEBFCI: bool = false, + JAEJJMJPMNC: ArrayList(KEHMGKIHEFN), + key: u32 = 0, + type: DLLLEANDAIH = @enumFromInt(0), + + pub const _desc_table = .{ + .retcode = fd(11, .{ .Varint = .Simple }), + .ONOCJEEBFCI = fd(14, .{ .Varint = .Simple }), + .JAEJJMJPMNC = fd(15, .{ .List = .{ .SubMessage = {} } }), + .key = fd(13, .{ .Varint = .Simple }), + .type = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetFriendRecommendLineupDetailCsReq = struct { + key: u32 = 0, + type: DLLLEANDAIH = @enumFromInt(0), + uid: u32 = 0, + + pub const _desc_table = .{ + .key = fd(12, .{ .Varint = .Simple }), + .type = fd(5, .{ .Varint = .Simple }), + .uid = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetFriendRecommendLineupDetailScRsp = struct { + uid: u32 = 0, + key: u32 = 0, + retcode: u32 = 0, + CCGDMOOLHHB: ArrayList(DisplayAvatarDetailInfo), + type: DLLLEANDAIH = @enumFromInt(0), + + pub const _desc_table = .{ + .uid = fd(9, .{ .Varint = .Simple }), + .key = fd(5, .{ .Varint = .Simple }), + .retcode = fd(7, .{ .Varint = .Simple }), + .CCGDMOOLHHB = fd(1, .{ .List = .{ .SubMessage = {} } }), + .type = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetFriendBattleRecordDetailCsReq = struct { + uid: u32 = 0, + + pub const _desc_table = .{ + .uid = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetFriendBattleRecordDetailScRsp = struct { + uid: u32 = 0, + PGBBEPKAHBH: ?OKDBOGBABNI = null, + JDIDIHOBAOD: ArrayList(CHKIICNAPHA), + retcode: u32 = 0, + + pub const _desc_table = .{ + .uid = fd(5, .{ .Varint = .Simple }), + .PGBBEPKAHBH = fd(14, .{ .SubMessage = {} }), + .JDIDIHOBAOD = fd(11, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetFriendDevelopmentInfoCsReq = struct { + uid: u32 = 0, + + pub const _desc_table = .{ + .uid = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetFriendDevelopmentInfoScRsp = struct { + uid: u32 = 0, + retcode: u32 = 0, + JBHBFBJGBPH: ArrayList(DHAHAKMPNAF), + + pub const _desc_table = .{ + .uid = fd(4, .{ .Varint = .Simple }), + .retcode = fd(1, .{ .Varint = .Simple }), + .JBHBFBJGBPH = fd(12, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetGachaInfoCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GachaCeilingAvatar = struct { + RepeatedCnt: u32 = 0, + avatar_id: u32 = 0, + + pub const _desc_table = .{ + .RepeatedCnt = fd(15, .{ .Varint = .Simple }), + .avatar_id = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GachaCeiling = struct { + ceiling_num: u32 = 0, + avatar_list: ArrayList(GachaCeilingAvatar), + is_claimed: bool = false, + + pub const _desc_table = .{ + .ceiling_num = fd(14, .{ .Varint = .Simple }), + .avatar_list = fd(5, .{ .List = .{ .SubMessage = {} } }), + .is_claimed = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LOPDJAHFPHN = struct { + JIGONEALCPC: ArrayList(u32), + CHDOIBFEHLP: u32 = 0, + DLABDNPIHFF: ArrayList(u32), + IINCDJPOOMC: u32 = 0, + + pub const _desc_table = .{ + .JIGONEALCPC = fd(15, .{ .PackedList = .{ .Varint = .Simple } }), + .CHDOIBFEHLP = fd(6, .{ .Varint = .Simple }), + .DLABDNPIHFF = fd(11, .{ .PackedList = .{ .Varint = .Simple } }), + .IINCDJPOOMC = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GachaInfo = struct { + ANNGPMHPNIM: ArrayList(u32), + gacha_id: u32 = 0, + GDIFAAHIFBH: u32 = 0, + gacha_ceiling: ?GachaCeiling = null, + detail_webview: ManagedString = .Empty, + end_time: i64 = 0, + begin_time: i64 = 0, + prize_item_list: ArrayList(u32), + drop_history_webview: ManagedString = .Empty, + KMNJNMJFGBG: u32 = 0, + IINCDJPOOMC: u32 = 0, + item_detail_list: ArrayList(u32), + + pub const _desc_table = .{ + .ANNGPMHPNIM = fd(8, .{ .PackedList = .{ .Varint = .Simple } }), + .gacha_id = fd(4, .{ .Varint = .Simple }), + .GDIFAAHIFBH = fd(14, .{ .Varint = .Simple }), + .gacha_ceiling = fd(3, .{ .SubMessage = {} }), + .detail_webview = fd(12, .String), + .end_time = fd(9, .{ .Varint = .Simple }), + .begin_time = fd(2, .{ .Varint = .Simple }), + .prize_item_list = fd(10, .{ .PackedList = .{ .Varint = .Simple } }), + .drop_history_webview = fd(13, .String), + .KMNJNMJFGBG = fd(15, .{ .Varint = .Simple }), + .IINCDJPOOMC = fd(6, .{ .Varint = .Simple }), + .item_detail_list = fd(5, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetGachaInfoScRsp = struct { + NBELNOIPOEK: u32 = 0, + retcode: u32 = 0, + DJNDMNPEBKA: u32 = 0, + NOPBEBKHIKA: u32 = 0, + IDEHAJMEMAK: ArrayList(LOPDJAHFPHN), + gacha_random: u32 = 0, + gacha_info_list: ArrayList(GachaInfo), + + pub const _desc_table = .{ + .NBELNOIPOEK = fd(10, .{ .Varint = .Simple }), + .retcode = fd(2, .{ .Varint = .Simple }), + .DJNDMNPEBKA = fd(13, .{ .Varint = .Simple }), + .NOPBEBKHIKA = fd(9, .{ .Varint = .Simple }), + .IDEHAJMEMAK = fd(12, .{ .List = .{ .SubMessage = {} } }), + .gacha_random = fd(5, .{ .Varint = .Simple }), + .gacha_info_list = fd(11, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DoGachaCsReq = struct { + gacha_num: u32 = 0, + gacha_id: u32 = 0, + simulate_magic: u32 = 0, + gacha_random: u32 = 0, + + pub const _desc_table = .{ + .gacha_num = fd(11, .{ .Varint = .Simple }), + .gacha_id = fd(6, .{ .Varint = .Simple }), + .simulate_magic = fd(12, .{ .Varint = .Simple }), + .gacha_random = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GachaItem = struct { + token_item: ?ItemList = null, + gacha_item: ?Item = null, + is_new: bool = false, + transfer_item_list: ?ItemList = null, + + pub const _desc_table = .{ + .token_item = fd(13, .{ .SubMessage = {} }), + .gacha_item = fd(10, .{ .SubMessage = {} }), + .is_new = fd(9, .{ .Varint = .Simple }), + .transfer_item_list = fd(6, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DoGachaScRsp = struct { + NOPBEBKHIKA: u32 = 0, + retcode: u32 = 0, + gacha_num: u32 = 0, + GDIFAAHIFBH: u32 = 0, + ceiling_num: u32 = 0, + gacha_id: u32 = 0, + KMNJNMJFGBG: u32 = 0, + PENILHGLHHM: u32 = 0, + gacha_item_list: ArrayList(GachaItem), + + pub const _desc_table = .{ + .NOPBEBKHIKA = fd(10, .{ .Varint = .Simple }), + .retcode = fd(12, .{ .Varint = .Simple }), + .gacha_num = fd(11, .{ .Varint = .Simple }), + .GDIFAAHIFBH = fd(13, .{ .Varint = .Simple }), + .ceiling_num = fd(14, .{ .Varint = .Simple }), + .gacha_id = fd(5, .{ .Varint = .Simple }), + .KMNJNMJFGBG = fd(6, .{ .Varint = .Simple }), + .PENILHGLHHM = fd(1, .{ .Varint = .Simple }), + .gacha_item_list = fd(8, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetGachaCeilingCsReq = struct { + gacha_type: u32 = 0, + + pub const _desc_table = .{ + .gacha_type = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetGachaCeilingScRsp = struct { + retcode: u32 = 0, + gacha_type: u32 = 0, + gacha_ceiling: ?GachaCeiling = null, + + pub const _desc_table = .{ + .retcode = fd(2, .{ .Varint = .Simple }), + .gacha_type = fd(9, .{ .Varint = .Simple }), + .gacha_ceiling = fd(7, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ExchangeGachaCeilingCsReq = struct { + gacha_type: u32 = 0, + avatar_id: u32 = 0, + + pub const _desc_table = .{ + .gacha_type = fd(4, .{ .Varint = .Simple }), + .avatar_id = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ExchangeGachaCeilingScRsp = struct { + retcode: u32 = 0, + transfer_item_list: ?ItemList = null, + gacha_ceiling: ?GachaCeiling = null, + gacha_type: u32 = 0, + avatar_id: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(11, .{ .Varint = .Simple }), + .transfer_item_list = fd(8, .{ .SubMessage = {} }), + .gacha_ceiling = fd(14, .{ .SubMessage = {} }), + .gacha_type = fd(15, .{ .Varint = .Simple }), + .avatar_id = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetGachaDecideItemCsReq = struct { + DLABDNPIHFF: ArrayList(u32), + CHDOIBFEHLP: u32 = 0, + gacha_id: u32 = 0, + + pub const _desc_table = .{ + .DLABDNPIHFF = fd(10, .{ .PackedList = .{ .Varint = .Simple } }), + .CHDOIBFEHLP = fd(5, .{ .Varint = .Simple }), + .gacha_id = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetGachaDecideItemScRsp = struct { + retcode: u32 = 0, + GDPOEEJNMHN: ?LOPDJAHFPHN = null, + + pub const _desc_table = .{ + .retcode = fd(3, .{ .Varint = .Simple }), + .GDPOEEJNMHN = fd(1, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HeartDialDialogueInfo = struct { + FBKEKCGELBE: bool = false, + dialogue_id: u32 = 0, + + pub const _desc_table = .{ + .FBKEKCGELBE = fd(12, .{ .Varint = .Simple }), + .dialogue_id = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HeartDialScriptInfo = struct { + KKGFIGCHKIB: bool = false, + cur_emotion_type: HeartDialEmotionType = @enumFromInt(0), + script_id: u32 = 0, + JMPEJFICKJO: bool = false, + step: HeartDialStepType = @enumFromInt(0), + + pub const _desc_table = .{ + .KKGFIGCHKIB = fd(8, .{ .Varint = .Simple }), + .cur_emotion_type = fd(15, .{ .Varint = .Simple }), + .script_id = fd(11, .{ .Varint = .Simple }), + .JMPEJFICKJO = fd(2, .{ .Varint = .Simple }), + .step = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MMEINFMDJFG = struct { + KBMMMMCKJNI: u32 = 0, + script_id: u32 = 0, + + pub const _desc_table = .{ + .KBMMMMCKJNI = fd(2, .{ .Varint = .Simple }), + .script_id = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetHeartDialInfoCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetHeartDialInfoScRsp = struct { + dialogue_info_list: ArrayList(HeartDialDialogueInfo), + OCMOEJIDLAM: ArrayList(MMEINFMDJFG), + script_info_list: ArrayList(HeartDialScriptInfo), + unlock_status: HeartDialUnlockStatus = @enumFromInt(0), + retcode: u32 = 0, + + pub const _desc_table = .{ + .dialogue_info_list = fd(2, .{ .List = .{ .SubMessage = {} } }), + .OCMOEJIDLAM = fd(3, .{ .List = .{ .SubMessage = {} } }), + .script_info_list = fd(1, .{ .List = .{ .SubMessage = {} } }), + .unlock_status = fd(9, .{ .Varint = .Simple }), + .retcode = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChangeScriptEmotionCsReq = struct { + script_id: u32 = 0, + target_emotion_type: HeartDialEmotionType = @enumFromInt(0), + FIHNCOABELA: u32 = 0, + + pub const _desc_table = .{ + .script_id = fd(6, .{ .Varint = .Simple }), + .target_emotion_type = fd(8, .{ .Varint = .Simple }), + .FIHNCOABELA = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChangeScriptEmotionScRsp = struct { + KEFKOGKLEFC: HeartDialEmotionType = @enumFromInt(0), + script_id: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .KEFKOGKLEFC = fd(13, .{ .Varint = .Simple }), + .script_id = fd(4, .{ .Varint = .Simple }), + .retcode = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SubmitEmotionItemCsReq = struct { + item_list: ?ItemList = null, + FIHNCOABELA: u32 = 0, + script_id: u32 = 0, + + pub const _desc_table = .{ + .item_list = fd(6, .{ .SubMessage = {} }), + .FIHNCOABELA = fd(13, .{ .Varint = .Simple }), + .script_id = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SubmitEmotionItemScRsp = struct { + script_id: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .script_id = fd(14, .{ .Varint = .Simple }), + .retcode = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FinishEmotionDialoguePerformanceCsReq = struct { + script_id: u32 = 0, + dialogue_id: u32 = 0, + FIHNCOABELA: u32 = 0, + + pub const _desc_table = .{ + .script_id = fd(13, .{ .Varint = .Simple }), + .dialogue_id = fd(10, .{ .Varint = .Simple }), + .FIHNCOABELA = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FinishEmotionDialoguePerformanceScRsp = struct { + dialogue_id: u32 = 0, + script_id: u32 = 0, + retcode: u32 = 0, + reward_list: ?ItemList = null, + + pub const _desc_table = .{ + .dialogue_id = fd(8, .{ .Varint = .Simple }), + .script_id = fd(12, .{ .Varint = .Simple }), + .retcode = fd(5, .{ .Varint = .Simple }), + .reward_list = fd(2, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HeartDialScriptChangeScNotify = struct { + unlock_status: HeartDialUnlockStatus = @enumFromInt(0), + NGLHCMBGHIO: ArrayList(HeartDialDialogueInfo), + OCMOEJIDLAM: ArrayList(MMEINFMDJFG), + PKFLGDFDMOI: ArrayList(HeartDialScriptInfo), + + pub const _desc_table = .{ + .unlock_status = fd(7, .{ .Varint = .Simple }), + .NGLHCMBGHIO = fd(1, .{ .List = .{ .SubMessage = {} } }), + .OCMOEJIDLAM = fd(4, .{ .List = .{ .SubMessage = {} } }), + .PKFLGDFDMOI = fd(5, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HeartDialTraceScriptCsReq = struct { + AGOIPFBDDPO: ?MMEINFMDJFG = null, + + pub const _desc_table = .{ + .AGOIPFBDDPO = fd(6, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HeartDialTraceScriptScRsp = struct { + AGOIPFBDDPO: ?MMEINFMDJFG = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .AGOIPFBDDPO = fd(14, .{ .SubMessage = {} }), + .retcode = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DEJAKPOEPKN = struct { + CGFGFMGDPNJ: u32 = 0, + LFPMAOBGNEN: ArrayList(u32), + + pub const _desc_table = .{ + .CGFGFMGDPNJ = fd(7, .{ .Varint = .Simple }), + .LFPMAOBGNEN = fd(5, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const JMIJJHKIBLB = struct { + challenge_id: u32 = 0, + star: u32 = 0, + GJIEAHDBNNI: bool = false, + + pub const _desc_table = .{ + .challenge_id = fd(3, .{ .Varint = .Simple }), + .star = fd(8, .{ .Varint = .Simple }), + .GJIEAHDBNNI = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HeliobusChallengeLineup = struct { + skill_id: u32 = 0, + group_id: u32 = 0, + avatar_id_list: ArrayList(u32), + + pub const _desc_table = .{ + .skill_id = fd(10, .{ .Varint = .Simple }), + .group_id = fd(6, .{ .Varint = .Simple }), + .avatar_id_list = fd(12, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HeliobusActivityDataCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HeliobusActivityDataScRsp = struct { + IPHKDELMOIH: u32 = 0, + retcode: u32 = 0, + EENJBPMNDOL: u32 = 0, + challenge_list: ArrayList(JMIJJHKIBLB), + IBHAAEJEEHC: u32 = 0, + GCLJENGJICM: ArrayList(HeliobusChallengeLineup), + level: u32 = 0, + NFDBMHPPFIP: ArrayList(GBJKKFHPFFN), + skill_info: ?DEJAKPOEPKN = null, + phase: u32 = 0, + + pub const _desc_table = .{ + .IPHKDELMOIH = fd(8, .{ .Varint = .Simple }), + .retcode = fd(9, .{ .Varint = .Simple }), + .EENJBPMNDOL = fd(3, .{ .Varint = .Simple }), + .challenge_list = fd(5, .{ .List = .{ .SubMessage = {} } }), + .IBHAAEJEEHC = fd(2, .{ .Varint = .Simple }), + .GCLJENGJICM = fd(14, .{ .List = .{ .SubMessage = {} } }), + .level = fd(1, .{ .Varint = .Simple }), + .NFDBMHPPFIP = fd(7, .{ .List = .{ .SubMessage = {} } }), + .skill_info = fd(11, .{ .SubMessage = {} }), + .phase = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GOAMMAGCIJJ = struct { + ELIADKDAECO: u32 = 0, + KMAEMPMOCCC: u32 = 0, + JNDKOOEJCFC: ArrayList(GOAMMAGCIJJ), + + pub const _desc_table = .{ + .ELIADKDAECO = fd(15, .{ .Varint = .Simple }), + .KMAEMPMOCCC = fd(14, .{ .Varint = .Simple }), + .JNDKOOEJCFC = fd(10, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GBJKKFHPFFN = struct { + IHKEJEBCEIB: u32 = 0, + CMHGBBHKNCI: u32 = 0, + AJCIODKLLML: bool = false, + JFMOFIIDCNP: u32 = 0, + DEKHDIBCFAB: bool = false, + AKNKPKPLJHF: u32 = 0, + NDJFNHFPCGD: ArrayList(GOAMMAGCIJJ), + FCLNOOGEHMC: u32 = 0, + + pub const _desc_table = .{ + .IHKEJEBCEIB = fd(6, .{ .Varint = .Simple }), + .CMHGBBHKNCI = fd(7, .{ .Varint = .Simple }), + .AJCIODKLLML = fd(13, .{ .Varint = .Simple }), + .JFMOFIIDCNP = fd(14, .{ .Varint = .Simple }), + .DEKHDIBCFAB = fd(2, .{ .Varint = .Simple }), + .AKNKPKPLJHF = fd(5, .{ .Varint = .Simple }), + .NDJFNHFPCGD = fd(9, .{ .List = .{ .SubMessage = {} } }), + .FCLNOOGEHMC = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HeliobusSnsReadCsReq = struct { + IHKEJEBCEIB: u32 = 0, + + pub const _desc_table = .{ + .IHKEJEBCEIB = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HeliobusSnsReadScRsp = struct { + retcode: u32 = 0, + IHKEJEBCEIB: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(11, .{ .Varint = .Simple }), + .IHKEJEBCEIB = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HeliobusSnsPostCsReq = struct { + FCLNOOGEHMC: u32 = 0, + IHKEJEBCEIB: u32 = 0, + JFMOFIIDCNP: u32 = 0, + + pub const _desc_table = .{ + .FCLNOOGEHMC = fd(1, .{ .Varint = .Simple }), + .IHKEJEBCEIB = fd(3, .{ .Varint = .Simple }), + .JFMOFIIDCNP = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HeliobusSnsPostScRsp = struct { + retcode: u32 = 0, + EIMCNIFMLBL: ?GBJKKFHPFFN = null, + + pub const _desc_table = .{ + .retcode = fd(11, .{ .Varint = .Simple }), + .EIMCNIFMLBL = fd(6, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HeliobusSnsLikeCsReq = struct { + IHKEJEBCEIB: u32 = 0, + + pub const _desc_table = .{ + .IHKEJEBCEIB = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HeliobusSnsLikeScRsp = struct { + retcode: u32 = 0, + DEKHDIBCFAB: bool = false, + IHKEJEBCEIB: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(1, .{ .Varint = .Simple }), + .DEKHDIBCFAB = fd(6, .{ .Varint = .Simple }), + .IHKEJEBCEIB = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HeliobusSnsCommentCsReq = struct { + IHKEJEBCEIB: u32 = 0, + KALJKFKJFFA: u32 = 0, + KMAEMPMOCCC: u32 = 0, + + pub const _desc_table = .{ + .IHKEJEBCEIB = fd(10, .{ .Varint = .Simple }), + .KALJKFKJFFA = fd(12, .{ .Varint = .Simple }), + .KMAEMPMOCCC = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HeliobusSnsCommentScRsp = struct { + EIMCNIFMLBL: ?GBJKKFHPFFN = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .EIMCNIFMLBL = fd(13, .{ .SubMessage = {} }), + .retcode = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HeliobusSnsUpdateScNotify = struct { + GKFHMGMBIKA: ArrayList(GBJKKFHPFFN), + + pub const _desc_table = .{ + .GKFHMGMBIKA = fd(1, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HeliobusInfoChangedScNotify = struct { + GKFHMGMBIKA: ArrayList(GBJKKFHPFFN), + EENJBPMNDOL: u32 = 0, + IPHKDELMOIH: u32 = 0, + phase: u32 = 0, + + pub const _desc_table = .{ + .GKFHMGMBIKA = fd(8, .{ .List = .{ .SubMessage = {} } }), + .EENJBPMNDOL = fd(2, .{ .Varint = .Simple }), + .IPHKDELMOIH = fd(9, .{ .Varint = .Simple }), + .phase = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HeliobusUpgradeLevelCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HeliobusUpgradeLevelScRsp = struct { + retcode: u32 = 0, + level: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(9, .{ .Varint = .Simple }), + .level = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HeliobusUnlockSkillScNotify = struct { + skill_id: u32 = 0, + CGFGFMGDPNJ: u32 = 0, + + pub const _desc_table = .{ + .skill_id = fd(6, .{ .Varint = .Simple }), + .CGFGFMGDPNJ = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HeliobusEnterBattleCsReq = struct { + avatar_id_list: ArrayList(u32), + skill_id: u32 = 0, + event_id: u32 = 0, + + pub const _desc_table = .{ + .avatar_id_list = fd(8, .{ .PackedList = .{ .Varint = .Simple } }), + .skill_id = fd(6, .{ .Varint = .Simple }), + .event_id = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HeliobusEnterBattleScRsp = struct { + event_id: u32 = 0, + retcode: u32 = 0, + battle_info: ?SceneBattleInfo = null, + + pub const _desc_table = .{ + .event_id = fd(5, .{ .Varint = .Simple }), + .retcode = fd(10, .{ .Varint = .Simple }), + .battle_info = fd(6, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HeliobusSelectSkillCsReq = struct { + skill_id: u32 = 0, + + pub const _desc_table = .{ + .skill_id = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HeliobusSelectSkillScRsp = struct { + retcode: u32 = 0, + skill_id: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(11, .{ .Varint = .Simple }), + .skill_id = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HeliobusChallengeUpdateScNotify = struct { + challenge: ?JMIJJHKIBLB = null, + + pub const _desc_table = .{ + .challenge = fd(14, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HeliobusLineupUpdateScNotify = struct { + lineup: ?HeliobusChallengeLineup = null, + + pub const _desc_table = .{ + .lineup = fd(11, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HeliobusStartRaidCsReq = struct { + JGEAEGMHDOC: bool = false, + CENIFNKNFNP: u32 = 0, + avatar_list: ArrayList(u32), + prop_entity_id: u32 = 0, + skill_id: u32 = 0, + ENLKNPIBLIO: u32 = 0, + + pub const _desc_table = .{ + .JGEAEGMHDOC = fd(11, .{ .Varint = .Simple }), + .CENIFNKNFNP = fd(4, .{ .Varint = .Simple }), + .avatar_list = fd(8, .{ .PackedList = .{ .Varint = .Simple } }), + .prop_entity_id = fd(6, .{ .Varint = .Simple }), + .skill_id = fd(15, .{ .Varint = .Simple }), + .ENLKNPIBLIO = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HeliobusStartRaidScRsp = struct { + scene: ?FNLGPLNCPCL = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .scene = fd(7, .{ .SubMessage = {} }), + .retcode = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetBagCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const Equipment = struct { + unique_id: u32 = 0, + level: u32 = 0, + equip_avatar_id: u32 = 0, + rank: u32 = 0, + promotion: u32 = 0, + tid: u32 = 0, + exp: u32 = 0, + is_protected: bool = false, + + pub const _desc_table = .{ + .unique_id = fd(14, .{ .Varint = .Simple }), + .level = fd(12, .{ .Varint = .Simple }), + .equip_avatar_id = fd(9, .{ .Varint = .Simple }), + .rank = fd(15, .{ .Varint = .Simple }), + .promotion = fd(4, .{ .Varint = .Simple }), + .tid = fd(3, .{ .Varint = .Simple }), + .exp = fd(5, .{ .Varint = .Simple }), + .is_protected = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const Relic = struct { + main_affix_id: u32 = 0, + is_discarded: bool = false, + equip_avatar_id: u32 = 0, + exp: u32 = 0, + unique_id: u32 = 0, + level: u32 = 0, + is_protected: bool = false, + tid: u32 = 0, + sub_affix_list: ArrayList(RelicAffix), + reforge_sub_affix_list: ArrayList(RelicAffix), + + pub const _desc_table = .{ + .main_affix_id = fd(15, .{ .Varint = .Simple }), + .is_discarded = fd(4, .{ .Varint = .Simple }), + .equip_avatar_id = fd(14, .{ .Varint = .Simple }), + .exp = fd(12, .{ .Varint = .Simple }), + .unique_id = fd(13, .{ .Varint = .Simple }), + .level = fd(1, .{ .Varint = .Simple }), + .is_protected = fd(8, .{ .Varint = .Simple }), + .tid = fd(2, .{ .Varint = .Simple }), + .sub_affix_list = fd(5, .{ .List = .{ .SubMessage = {} } }), + .reforge_sub_affix_list = fd(7, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const Material = struct { + tid: u32 = 0, + expire_time: u64 = 0, + Num: u32 = 0, + + pub const _desc_table = .{ + .tid = fd(5, .{ .Varint = .Simple }), + .expire_time = fd(10, .{ .Varint = .Simple }), + .Num = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const WaitDelResource = struct { + Num: u32 = 0, + tid: u32 = 0, + + pub const _desc_table = .{ + .Num = fd(8, .{ .Varint = .Simple }), + .tid = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const Material0 = struct { + expire_time: u64 = 0, + tid: u32 = 0, + Num: u32 = 0, + + pub const _desc_table = .{ + .expire_time = fd(1, .{ .Varint = .Simple }), + .tid = fd(15, .{ .Varint = .Simple }), + .Num = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetBagScRsp = struct { + PHNGMELJKBE: ArrayList(Material0), + KMJEFMFBLLI: ArrayList(TurnFoodSwitch), + AEPNIDPONKC: u32 = 0, + FCOKFFEAPMI: ArrayList(Material0), + relic_list: ArrayList(Relic), + GEMCACJLPIJ: ArrayList(u32), + material_list: ArrayList(Material), + equipment_list: ArrayList(Equipment), + IFENMDPBNKG: ArrayList(Material), + FDBJLGDHCDO: ArrayList(u32), + HLINMKBDKNC: ArrayList(WaitDelResource), + retcode: u32 = 0, + AOIIHCFMFPH: ArrayList(u32), + BAFEBHDOBFJ: ArrayList(PileItem), + + pub const _desc_table = .{ + .PHNGMELJKBE = fd(1, .{ .List = .{ .SubMessage = {} } }), + .KMJEFMFBLLI = fd(3, .{ .List = .{ .Varint = .Simple } }), + .AEPNIDPONKC = fd(15, .{ .Varint = .Simple }), + .FCOKFFEAPMI = fd(13, .{ .List = .{ .SubMessage = {} } }), + .relic_list = fd(5, .{ .List = .{ .SubMessage = {} } }), + .GEMCACJLPIJ = fd(14, .{ .PackedList = .{ .Varint = .Simple } }), + .material_list = fd(7, .{ .List = .{ .SubMessage = {} } }), + .equipment_list = fd(11, .{ .List = .{ .SubMessage = {} } }), + .IFENMDPBNKG = fd(9, .{ .List = .{ .SubMessage = {} } }), + .FDBJLGDHCDO = fd(12, .{ .PackedList = .{ .Varint = .Simple } }), + .HLINMKBDKNC = fd(2, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(10, .{ .Varint = .Simple }), + .AOIIHCFMFPH = fd(6, .{ .PackedList = .{ .Varint = .Simple } }), + .BAFEBHDOBFJ = fd(8, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PromoteEquipmentCsReq = struct { + cost_data: ?ItemCostData = null, + equipment_unique_id: u32 = 0, + + pub const _desc_table = .{ + .cost_data = fd(10, .{ .SubMessage = {} }), + .equipment_unique_id = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PromoteEquipmentScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LockEquipmentCsReq = struct { + ODLDPKIOEOM: ArrayList(u32), + OAHNBDDIAJL: bool = false, + + pub const _desc_table = .{ + .ODLDPKIOEOM = fd(2, .{ .PackedList = .{ .Varint = .Simple } }), + .OAHNBDDIAJL = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LockEquipmentScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const UseItemCsReq = struct { + use_item_id: u32 = 0, + use_avatar_type: AvatarType = @enumFromInt(0), + use_item_count: u32 = 0, + optional_reward_id: u32 = 0, + base_avatar_id: u32 = 0, + FELCIEMKCGF: bool = false, + + pub const _desc_table = .{ + .use_item_id = fd(3, .{ .Varint = .Simple }), + .use_avatar_type = fd(10, .{ .Varint = .Simple }), + .use_item_count = fd(12, .{ .Varint = .Simple }), + .optional_reward_id = fd(6, .{ .Varint = .Simple }), + .base_avatar_id = fd(8, .{ .Varint = .Simple }), + .FELCIEMKCGF = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const UseItemScRsp = struct { + retcode: u32 = 0, + use_item_count: u32 = 0, + month_card_out_date_time: u64 = 0, + return_data: ?ItemList = null, + use_item_id: u32 = 0, + formula_id: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(6, .{ .Varint = .Simple }), + .use_item_count = fd(14, .{ .Varint = .Simple }), + .month_card_out_date_time = fd(10, .{ .Varint = .Simple }), + .return_data = fd(11, .{ .SubMessage = {} }), + .use_item_id = fd(3, .{ .Varint = .Simple }), + .formula_id = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RankUpEquipmentCsReq = struct { + equipment_unique_id: u32 = 0, + cost_data: ?ItemCostData = null, + + pub const _desc_table = .{ + .equipment_unique_id = fd(6, .{ .Varint = .Simple }), + .cost_data = fd(7, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RankUpEquipmentScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BEPAHBKLJNN = struct { + equipment_unique_id: u32 = 0, + cost_data: ?ItemCostData = null, + + pub const _desc_table = .{ + .equipment_unique_id = fd(10, .{ .Varint = .Simple }), + .cost_data = fd(8, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BatchRankUpEquipmentCsReq = struct { + switch_list: ArrayList(BEPAHBKLJNN), + + pub const _desc_table = .{ + .switch_list = fd(15, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BatchRankUpEquipmentScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ExpUpEquipmentCsReq = struct { + cost_data: ?ItemCostData = null, + equipment_unique_id: u32 = 0, + + pub const _desc_table = .{ + .cost_data = fd(2, .{ .SubMessage = {} }), + .equipment_unique_id = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ExpUpEquipmentScRsp = struct { + return_item_list: ArrayList(PileItem), + retcode: u32 = 0, + + pub const _desc_table = .{ + .return_item_list = fd(2, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ComposeItemCsReq = struct { + convert_item_list: ?ItemCostData = null, + count: u32 = 0, + compose_item_list: ?ItemCostData = null, + compose_id: u32 = 0, + + pub const _desc_table = .{ + .convert_item_list = fd(14, .{ .SubMessage = {} }), + .count = fd(13, .{ .Varint = .Simple }), + .compose_item_list = fd(5, .{ .SubMessage = {} }), + .compose_id = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ComposeItemScRsp = struct { + retcode: u32 = 0, + compose_id: u32 = 0, + count: u32 = 0, + return_item_list: ?ItemList = null, + + pub const _desc_table = .{ + .retcode = fd(1, .{ .Varint = .Simple }), + .compose_id = fd(11, .{ .Varint = .Simple }), + .count = fd(4, .{ .Varint = .Simple }), + .return_item_list = fd(12, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ComposeSelectedRelicCsReq = struct { + compose_id: u32 = 0, + wr_item_list: ?ItemCostData = null, + compose_item_list: ?ItemCostData = null, + compose_relic_id: u32 = 0, + sub_affix_id_list: ArrayList(u32), + main_affix_id: u32 = 0, + count: u32 = 0, + + pub const _desc_table = .{ + .compose_id = fd(2, .{ .Varint = .Simple }), + .wr_item_list = fd(9, .{ .SubMessage = {} }), + .compose_item_list = fd(11, .{ .SubMessage = {} }), + .compose_relic_id = fd(8, .{ .Varint = .Simple }), + .sub_affix_id_list = fd(3, .{ .PackedList = .{ .Varint = .Simple } }), + .main_affix_id = fd(7, .{ .Varint = .Simple }), + .count = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ComposeSelectedRelicScRsp = struct { + retcode: u32 = 0, + compose_id: u32 = 0, + return_item_list: ?ItemList = null, + + pub const _desc_table = .{ + .retcode = fd(3, .{ .Varint = .Simple }), + .compose_id = fd(13, .{ .Varint = .Simple }), + .return_item_list = fd(10, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ExpUpRelicCsReq = struct { + cost_data: ?ItemCostData = null, + relic_unique_id: u32 = 0, + + pub const _desc_table = .{ + .cost_data = fd(1, .{ .SubMessage = {} }), + .relic_unique_id = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ExpUpRelicScRsp = struct { + return_item_list: ArrayList(PileItem), + retcode: u32 = 0, + + pub const _desc_table = .{ + .return_item_list = fd(4, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LockRelicCsReq = struct { + OAHNBDDIAJL: bool = false, + KGEFHOECMMN: ArrayList(u32), + IEMNPGOMJCO: bool = false, + + pub const _desc_table = .{ + .OAHNBDDIAJL = fd(11, .{ .Varint = .Simple }), + .KGEFHOECMMN = fd(8, .{ .PackedList = .{ .Varint = .Simple } }), + .IEMNPGOMJCO = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LockRelicScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DiscardRelicCsReq = struct { + HNHFDMDIBIO: u64 = 0, + KGEFHOECMMN: ArrayList(u32), + JNKHGFILJPB: bool = false, + NLPCONNJONF: ICPINEHOLML = @enumFromInt(0), + + pub const _desc_table = .{ + .HNHFDMDIBIO = fd(1, .{ .Varint = .Simple }), + .KGEFHOECMMN = fd(2, .{ .PackedList = .{ .Varint = .Simple } }), + .JNKHGFILJPB = fd(6, .{ .Varint = .Simple }), + .NLPCONNJONF = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DiscardRelicScRsp = struct { + NLPCONNJONF: ICPINEHOLML = @enumFromInt(0), + JNKHGFILJPB: bool = false, + retcode: u32 = 0, + KGEFHOECMMN: ArrayList(u32), + + pub const _desc_table = .{ + .NLPCONNJONF = fd(9, .{ .Varint = .Simple }), + .JNKHGFILJPB = fd(11, .{ .Varint = .Simple }), + .retcode = fd(2, .{ .Varint = .Simple }), + .KGEFHOECMMN = fd(13, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SellItemCsReq = struct { + cost_data: ?ItemCostData = null, + OLFKACKGOFK: bool = false, + + pub const _desc_table = .{ + .cost_data = fd(14, .{ .SubMessage = {} }), + .OLFKACKGOFK = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SellItemScRsp = struct { + return_item_list: ?ItemList = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .return_item_list = fd(9, .{ .SubMessage = {} }), + .retcode = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RechargeSuccNotify = struct { + item_list: ?ItemList = null, + channel_order_no: ManagedString = .Empty, + month_card_outdate_time: u64 = 0, + product_id: ManagedString = .Empty, + + pub const _desc_table = .{ + .item_list = fd(6, .{ .SubMessage = {} }), + .channel_order_no = fd(1, .String), + .month_card_outdate_time = fd(4, .{ .Varint = .Simple }), + .product_id = fd(3, .String), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ExchangeHcoinCsReq = struct { + Num: u32 = 0, + + pub const _desc_table = .{ + .Num = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ExchangeHcoinScRsp = struct { + Num: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .Num = fd(3, .{ .Varint = .Simple }), + .retcode = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AddEquipmentScNotify = struct { + MDMGKHLHIIN: u32 = 0, + + pub const _desc_table = .{ + .MDMGKHLHIIN = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetRecyleTimeCsReq = struct { + CJLNDNILGMF: ArrayList(u32), + + pub const _desc_table = .{ + .CJLNDNILGMF = fd(4, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetRecyleTimeScRsp = struct { + retcode: u32 = 0, + FCOKFFEAPMI: ArrayList(Material0), + + pub const _desc_table = .{ + .retcode = fd(15, .{ .Varint = .Simple }), + .FCOKFFEAPMI = fd(4, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FNHMMMKJGPB = struct { + OJEMELHCMPJ: u32 = 0, + AMBDKDAMHLH: u32 = 0, + + pub const _desc_table = .{ + .OJEMELHCMPJ = fd(10, .{ .Varint = .Simple }), + .AMBDKDAMHLH = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ComposeLimitNumCompleteNotify = struct { + DCHNAEDINMM: ArrayList(FNHMMMKJGPB), + + pub const _desc_table = .{ + .DCHNAEDINMM = fd(12, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ComposeLimitNumUpdateNotify = struct { + FGLFGJDPJPD: ?FNHMMMKJGPB = null, + + pub const _desc_table = .{ + .FGLFGJDPJPD = fd(5, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DestroyItemCsReq = struct { + item_id: u32 = 0, + item_count: u32 = 0, + cur_item_count: u32 = 0, + + pub const _desc_table = .{ + .item_id = fd(14, .{ .Varint = .Simple }), + .item_count = fd(9, .{ .Varint = .Simple }), + .cur_item_count = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DestroyItemScRsp = struct { + retcode: u32 = 0, + cur_item_count: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(5, .{ .Varint = .Simple }), + .cur_item_count = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetMarkItemListCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetMarkItemListScRsp = struct { + retcode: u32 = 0, + PDBIHONOLFJ: ArrayList(u32), + + pub const _desc_table = .{ + .retcode = fd(7, .{ .Varint = .Simple }), + .PDBIHONOLFJ = fd(5, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MarkItemCsReq = struct { + NAEHPHHDGEK: bool = false, + item_id: u32 = 0, + + pub const _desc_table = .{ + .NAEHPHHDGEK = fd(3, .{ .Varint = .Simple }), + .item_id = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MarkItemScRsp = struct { + NAEHPHHDGEK: bool = false, + retcode: u32 = 0, + item_id: u32 = 0, + + pub const _desc_table = .{ + .NAEHPHHDGEK = fd(2, .{ .Varint = .Simple }), + .retcode = fd(8, .{ .Varint = .Simple }), + .item_id = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CancelMarkItemNotify = struct { + item_id: u32 = 0, + + pub const _desc_table = .{ + .item_id = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SyncTurnFoodNotify = struct { + KMJEFMFBLLI: ArrayList(TurnFoodSwitch), + FDBJLGDHCDO: ArrayList(u32), + + pub const _desc_table = .{ + .KMJEFMFBLLI = fd(8, .{ .List = .{ .Varint = .Simple } }), + .FDBJLGDHCDO = fd(14, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetTurnFoodSwitchCsReq = struct { + JCAKHHKFDFN: TurnFoodSwitch = @enumFromInt(0), + BNDLHJHALMB: bool = false, + + pub const _desc_table = .{ + .JCAKHHKFDFN = fd(9, .{ .Varint = .Simple }), + .BNDLHJHALMB = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetTurnFoodSwitchScRsp = struct { + BNDLHJHALMB: bool = false, + retcode: u32 = 0, + JCAKHHKFDFN: TurnFoodSwitch = @enumFromInt(0), + + pub const _desc_table = .{ + .BNDLHJHALMB = fd(3, .{ .Varint = .Simple }), + .retcode = fd(6, .{ .Varint = .Simple }), + .JCAKHHKFDFN = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GeneralVirtualItemDataNotify = struct { + PKBAHPFJGDB: bool = false, + FDJKCCGDNKA: ArrayList(PileItem), + + pub const _desc_table = .{ + .PKBAHPFJGDB = fd(1, .{ .Varint = .Simple }), + .FDJKCCGDNKA = fd(15, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RelicFilterPlanIcon = struct { + icon_id: u32 = 0, + is_avatar_icon: bool = false, + + pub const _desc_table = .{ + .icon_id = fd(11, .{ .Varint = .Simple }), + .is_avatar_icon = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RelicFilterPlan = struct { + update_timestamp: i64 = 0, + slot_index: u32 = 0, + icon: ?RelicFilterPlanIcon = null, + name: ManagedString = .Empty, + settings: ?RelicFilterPlanSettings = null, + avatar_id_on_create: u32 = 0, + is_marked: bool = false, + + pub const _desc_table = .{ + .update_timestamp = fd(8, .{ .Varint = .Simple }), + .slot_index = fd(3, .{ .Varint = .Simple }), + .icon = fd(6, .{ .SubMessage = {} }), + .name = fd(13, .String), + .settings = fd(7, .{ .SubMessage = {} }), + .avatar_id_on_create = fd(11, .{ .Varint = .Simple }), + .is_marked = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetRelicFilterPlanCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetRelicFilterPlanScRsp = struct { + retcode: u32 = 0, + relic_filter_plan_list: ArrayList(RelicFilterPlan), + + pub const _desc_table = .{ + .retcode = fd(3, .{ .Varint = .Simple }), + .relic_filter_plan_list = fd(13, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AddRelicFilterPlanCsReq = struct { + icon: ?RelicFilterPlanIcon = null, + avatar_id_on_create: u32 = 0, + name: ManagedString = .Empty, + is_marked: bool = false, + settings: ?RelicFilterPlanSettings = null, + + pub const _desc_table = .{ + .icon = fd(13, .{ .SubMessage = {} }), + .avatar_id_on_create = fd(2, .{ .Varint = .Simple }), + .name = fd(8, .String), + .is_marked = fd(14, .{ .Varint = .Simple }), + .settings = fd(11, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AddRelicFilterPlanScRsp = struct { + retcode: u32 = 0, + plan: ?RelicFilterPlan = null, + + pub const _desc_table = .{ + .retcode = fd(9, .{ .Varint = .Simple }), + .plan = fd(13, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ModifyRelicFilterPlanCsReq = struct { + slot_index: u32 = 0, + info: ?info_union, + + pub const _info_case = enum { + name, + settings, + icon, + }; + pub const info_union = union(_info_case) { + name: ManagedString, + settings: RelicFilterPlanSettings, + icon: RelicFilterPlanIcon, + pub const _union_desc = .{ + .name = fd(11, .String), + .settings = fd(14, .{ .SubMessage = {} }), + .icon = fd(15, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .slot_index = fd(12, .{ .Varint = .Simple }), + .info = fd(null, .{ .OneOf = info_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ModifyRelicFilterPlanScRsp = struct { + update_timestamp: i64 = 0, + retcode: u32 = 0, + slot_index: u32 = 0, + info: ?info_union, + + pub const _info_case = enum { + name, + icon, + settings, + }; + pub const info_union = union(_info_case) { + name: ManagedString, + icon: RelicFilterPlanIcon, + settings: RelicFilterPlanSettings, + pub const _union_desc = .{ + .name = fd(2, .String), + .icon = fd(4, .{ .SubMessage = {} }), + .settings = fd(12, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .update_timestamp = fd(14, .{ .Varint = .Simple }), + .retcode = fd(6, .{ .Varint = .Simple }), + .slot_index = fd(11, .{ .Varint = .Simple }), + .info = fd(null, .{ .OneOf = info_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DeleteRelicFilterPlanCsReq = struct { + slot_index_list: ArrayList(u32), + is_batch_op: bool = false, + + pub const _desc_table = .{ + .slot_index_list = fd(4, .{ .PackedList = .{ .Varint = .Simple } }), + .is_batch_op = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DeleteRelicFilterPlanScRsp = struct { + IEMNPGOMJCO: bool = false, + retcode: u32 = 0, + NDOBMAJMLNK: ArrayList(u32), + + pub const _desc_table = .{ + .IEMNPGOMJCO = fd(1, .{ .Varint = .Simple }), + .retcode = fd(12, .{ .Varint = .Simple }), + .NDOBMAJMLNK = fd(15, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MarkRelicFilterPlanCsReq = struct { + is_batch_op: bool = false, + slot_index_list: ArrayList(u32), + is_mark: bool = false, + + pub const _desc_table = .{ + .is_batch_op = fd(7, .{ .Varint = .Simple }), + .slot_index_list = fd(1, .{ .PackedList = .{ .Varint = .Simple } }), + .is_mark = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MarkRelicFilterPlanScRsp = struct { + slot_index_list: ArrayList(u32), + is_batch_op: bool = false, + is_mark: bool = false, + retcode: u32 = 0, + + pub const _desc_table = .{ + .slot_index_list = fd(10, .{ .PackedList = .{ .Varint = .Simple } }), + .is_batch_op = fd(9, .{ .Varint = .Simple }), + .is_mark = fd(8, .{ .Varint = .Simple }), + .retcode = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RelicFilterPlanClearNameScNotify = struct { + max_times: u32 = 0, + + pub const _desc_table = .{ + .max_times = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RelicReforgeCsReq = struct { + relic_unique_id: u32 = 0, + + pub const _desc_table = .{ + .relic_unique_id = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RelicReforgeScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RelicReforgeConfirmCsReq = struct { + relic_unique_id: u32 = 0, + is_cancel: bool = false, + + pub const _desc_table = .{ + .relic_unique_id = fd(8, .{ .Varint = .Simple }), + .is_cancel = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RelicReforgeConfirmScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MusicData = struct { + group_id: u32 = 0, + id: u32 = 0, + is_played: bool = false, + + pub const _desc_table = .{ + .group_id = fd(15, .{ .Varint = .Simple }), + .id = fd(8, .{ .Varint = .Simple }), + .is_played = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetJukeboxDataCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetJukeboxDataScRsp = struct { + current_music_id: u32 = 0, + unlocked_music_list: ArrayList(MusicData), + retcode: u32 = 0, + + pub const _desc_table = .{ + .current_music_id = fd(9, .{ .Varint = .Simple }), + .unlocked_music_list = fd(11, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlayBackGroundMusicCsReq = struct { + play_music_id: u32 = 0, + + pub const _desc_table = .{ + .play_music_id = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlayBackGroundMusicScRsp = struct { + play_music_id: u32 = 0, + current_music_id: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .play_music_id = fd(14, .{ .Varint = .Simple }), + .current_music_id = fd(13, .{ .Varint = .Simple }), + .retcode = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const UnlockBackGroundMusicCsReq = struct { + unlock_ids: ArrayList(u32), + + pub const _desc_table = .{ + .unlock_ids = fd(15, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const UnlockBackGroundMusicScRsp = struct { + unlocked_music_list: ArrayList(MusicData), + retcode: u32 = 0, + OGHDILHDLEB: ArrayList(u32), + + pub const _desc_table = .{ + .unlocked_music_list = fd(6, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(12, .{ .Varint = .Simple }), + .OGHDILHDLEB = fd(3, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TrialBackGroundMusicCsReq = struct { + PIGBBGCLAMJ: u32 = 0, + + pub const _desc_table = .{ + .PIGBBGCLAMJ = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TrialBackGroundMusicScRsp = struct { + PIGBBGCLAMJ: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .PIGBBGCLAMJ = fd(13, .{ .Varint = .Simple }), + .retcode = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetStageLineupCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const JLCHBKKFANL = struct { + DOGDACFLBOE: u32 = 0, + stage_type: u32 = 0, + + pub const _desc_table = .{ + .DOGDACFLBOE = fd(1, .{ .Varint = .Simple }), + .stage_type = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetStageLineupScRsp = struct { + retcode: u32 = 0, + NMKPEKMMNBP: ArrayList(JLCHBKKFANL), + + pub const _desc_table = .{ + .retcode = fd(7, .{ .Varint = .Simple }), + .NMKPEKMMNBP = fd(13, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LineupAvatar = struct { + satiety: u32 = 0, + slot: u32 = 0, + id: u32 = 0, + sp_bar: ?SpBarInfo = null, + avatar_type: AvatarType = @enumFromInt(0), + hp: u32 = 0, + + pub const _desc_table = .{ + .satiety = fd(6, .{ .Varint = .Simple }), + .slot = fd(11, .{ .Varint = .Simple }), + .id = fd(15, .{ .Varint = .Simple }), + .sp_bar = fd(3, .{ .SubMessage = {} }), + .avatar_type = fd(1, .{ .Varint = .Simple }), + .hp = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LineupInfo = struct { + extra_lineup_type: ExtraLineupType = @enumFromInt(0), + is_virtual: bool = false, + index: u32 = 0, + leader_slot: u32 = 0, + story_line_avatar_id_list: ArrayList(u32), + MANKKFPBFCB: ArrayList(u32), + avatar_list: ArrayList(LineupAvatar), + plane_id: u32 = 0, + game_story_line_id: u32 = 0, + max_mp: u32 = 0, + BFNBKLMAMKB: bool = false, + KOMPCJPAPKM: ArrayList(u32), + mp: u32 = 0, + name: ManagedString = .Empty, + + pub const _desc_table = .{ + .extra_lineup_type = fd(14, .{ .Varint = .Simple }), + .is_virtual = fd(6, .{ .Varint = .Simple }), + .index = fd(1, .{ .Varint = .Simple }), + .leader_slot = fd(5, .{ .Varint = .Simple }), + .story_line_avatar_id_list = fd(11, .{ .PackedList = .{ .Varint = .Simple } }), + .MANKKFPBFCB = fd(12, .{ .PackedList = .{ .Varint = .Simple } }), + .avatar_list = fd(13, .{ .List = .{ .SubMessage = {} } }), + .plane_id = fd(15, .{ .Varint = .Simple }), + .game_story_line_id = fd(7, .{ .Varint = .Simple }), + .max_mp = fd(4, .{ .Varint = .Simple }), + .BFNBKLMAMKB = fd(2, .{ .Varint = .Simple }), + .KOMPCJPAPKM = fd(10, .{ .PackedList = .{ .Varint = .Simple } }), + .mp = fd(9, .{ .Varint = .Simple }), + .name = fd(3, .String), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetCurLineupDataCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetCurLineupDataScRsp = struct { + lineup: ?LineupInfo = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .lineup = fd(10, .{ .SubMessage = {} }), + .retcode = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const JoinLineupCsReq = struct { + index: u32 = 0, + avatar_type: AvatarType = @enumFromInt(0), + slot: u32 = 0, + base_avatar_id: u32 = 0, + plane_id: u32 = 0, + is_virtual: bool = false, + extra_lineup_type: ExtraLineupType = @enumFromInt(0), + + pub const _desc_table = .{ + .index = fd(7, .{ .Varint = .Simple }), + .avatar_type = fd(13, .{ .Varint = .Simple }), + .slot = fd(1, .{ .Varint = .Simple }), + .base_avatar_id = fd(5, .{ .Varint = .Simple }), + .plane_id = fd(6, .{ .Varint = .Simple }), + .is_virtual = fd(4, .{ .Varint = .Simple }), + .extra_lineup_type = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const JoinLineupScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const QuitLineupCsReq = struct { + extra_lineup_type: ExtraLineupType = @enumFromInt(0), + index: u32 = 0, + plane_id: u32 = 0, + is_virtual: bool = false, + avatar_type: AvatarType = @enumFromInt(0), + base_avatar_id: u32 = 0, + + pub const _desc_table = .{ + .extra_lineup_type = fd(8, .{ .Varint = .Simple }), + .index = fd(5, .{ .Varint = .Simple }), + .plane_id = fd(14, .{ .Varint = .Simple }), + .is_virtual = fd(15, .{ .Varint = .Simple }), + .avatar_type = fd(1, .{ .Varint = .Simple }), + .base_avatar_id = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const QuitLineupScRsp = struct { + HIOFPDKDOFD: bool = false, + retcode: u32 = 0, + plane_id: u32 = 0, + base_avatar_id: u32 = 0, + is_virtual: bool = false, + + pub const _desc_table = .{ + .HIOFPDKDOFD = fd(1, .{ .Varint = .Simple }), + .retcode = fd(4, .{ .Varint = .Simple }), + .plane_id = fd(5, .{ .Varint = .Simple }), + .base_avatar_id = fd(3, .{ .Varint = .Simple }), + .is_virtual = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SwapLineupCsReq = struct { + index: u32 = 0, + plane_id: u32 = 0, + ELLIDANJNOB: u32 = 0, + extra_lineup_type: ExtraLineupType = @enumFromInt(0), + NEDIKHNGMBH: u32 = 0, + is_virtual: bool = false, + + pub const _desc_table = .{ + .index = fd(3, .{ .Varint = .Simple }), + .plane_id = fd(8, .{ .Varint = .Simple }), + .ELLIDANJNOB = fd(7, .{ .Varint = .Simple }), + .extra_lineup_type = fd(6, .{ .Varint = .Simple }), + .NEDIKHNGMBH = fd(1, .{ .Varint = .Simple }), + .is_virtual = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SwapLineupScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SyncLineupNotify = struct { + Lineup: ?LineupInfo = null, + ReasonList: ArrayList(SyncLineupReason), + + pub const _desc_table = .{ + .Lineup = fd(10, .{ .SubMessage = {} }), + .ReasonList = fd(6, .{ .List = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetLineupAvatarDataCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LineupAvatarData = struct { + hp: u32 = 0, + id: u32 = 0, + avatar_type: AvatarType = @enumFromInt(0), + + pub const _desc_table = .{ + .hp = fd(5, .{ .Varint = .Simple }), + .id = fd(13, .{ .Varint = .Simple }), + .avatar_type = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetLineupAvatarDataScRsp = struct { + retcode: u32 = 0, + avatar_data_list: ArrayList(LineupAvatarData), + + pub const _desc_table = .{ + .retcode = fd(2, .{ .Varint = .Simple }), + .avatar_data_list = fd(3, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChangeLineupLeaderCsReq = struct { + slot: u32 = 0, + + pub const _desc_table = .{ + .slot = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChangeLineupLeaderScRsp = struct { + retcode: u32 = 0, + slot: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(4, .{ .Varint = .Simple }), + .slot = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SwitchLineupIndexCsReq = struct { + index: u32 = 0, + + pub const _desc_table = .{ + .index = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SwitchLineupIndexScRsp = struct { + index: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .index = fd(14, .{ .Varint = .Simple }), + .retcode = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetLineupNameCsReq = struct { + name: ManagedString = .Empty, + index: u32 = 0, + + pub const _desc_table = .{ + .name = fd(4, .String), + .index = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetLineupNameScRsp = struct { + retcode: u32 = 0, + index: u32 = 0, + name: ManagedString = .Empty, + + pub const _desc_table = .{ + .retcode = fd(15, .{ .Varint = .Simple }), + .index = fd(9, .{ .Varint = .Simple }), + .name = fd(7, .String), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetAllLineupDataCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetAllLineupDataScRsp = struct { + Lineup_list: ArrayList(LineupInfo), + cur_index: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .Lineup_list = fd(4, .{ .List = .{ .SubMessage = {} } }), + .cur_index = fd(3, .{ .Varint = .Simple }), + .retcode = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const VirtualLineupDestroyNotify = struct { + plane_id: u32 = 0, + + pub const _desc_table = .{ + .plane_id = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LineupSlotData = struct { + avatar_type: AvatarType = @enumFromInt(0), + id: u32 = 0, + slot: u32 = 0, + + pub const _desc_table = .{ + .avatar_type = fd(7, .{ .Varint = .Simple }), + .id = fd(2, .{ .Varint = .Simple }), + .slot = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ReplaceLineupCsReq = struct { + index: u32 = 0, + extra_Lineup_type: ExtraLineupType = @enumFromInt(0), + game_story_line_id: u32 = 0, + plane_id: u32 = 0, + lineup_slot_list: ArrayList(LineupSlotData), + is_virtual: bool = false, + leader_slot: u32 = 0, + + pub const _desc_table = .{ + .index = fd(14, .{ .Varint = .Simple }), + .extra_Lineup_type = fd(4, .{ .Varint = .Simple }), + .game_story_line_id = fd(15, .{ .Varint = .Simple }), + .plane_id = fd(13, .{ .Varint = .Simple }), + .lineup_slot_list = fd(6, .{ .List = .{ .SubMessage = {} } }), + .is_virtual = fd(9, .{ .Varint = .Simple }), + .leader_slot = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ReplaceLineupScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ExtraLineupDestroyNotify = struct { + extra_Lineup_type: ExtraLineupType = @enumFromInt(0), + + pub const _desc_table = .{ + .extra_Lineup_type = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const VirtualLineupTrialAvatarChangeScNotify = struct { + KFMFFGGJMNE: ArrayList(u32), + plane_id: u32 = 0, + IBLBNIANPHD: ArrayList(u32), + CLIIGMNMHNA: bool = false, + + pub const _desc_table = .{ + .KFMFFGGJMNE = fd(11, .{ .PackedList = .{ .Varint = .Simple } }), + .plane_id = fd(10, .{ .Varint = .Simple }), + .IBLBNIANPHD = fd(5, .{ .PackedList = .{ .Varint = .Simple } }), + .CLIIGMNMHNA = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LobbyCreateCsReq = struct { + NBDLPGBIDLC: FightGameMode = @enumFromInt(0), + NEPODDOJJFE: u32 = 0, + EJOFCNAEDHK: ?EPEGHCGCMHP = null, + + pub const _desc_table = .{ + .NBDLPGBIDLC = fd(14, .{ .Varint = .Simple }), + .NEPODDOJJFE = fd(2, .{ .Varint = .Simple }), + .EJOFCNAEDHK = fd(6, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LobbyCreateScRsp = struct { + NEPODDOJJFE: u32 = 0, + NBDLPGBIDLC: FightGameMode = @enumFromInt(0), + LIPJDJPMOKB: ArrayList(CBBDIOMIFHD), + room_id: u64 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .NEPODDOJJFE = fd(12, .{ .Varint = .Simple }), + .NBDLPGBIDLC = fd(9, .{ .Varint = .Simple }), + .LIPJDJPMOKB = fd(5, .{ .List = .{ .SubMessage = {} } }), + .room_id = fd(11, .{ .Varint = .Simple }), + .retcode = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LobbyInviteCsReq = struct { + uid_list: ArrayList(u32), + + pub const _desc_table = .{ + .uid_list = fd(8, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LobbyInviteScRsp = struct { + retcode: u32 = 0, + uid_list: ArrayList(u32), + + pub const _desc_table = .{ + .retcode = fd(9, .{ .Varint = .Simple }), + .uid_list = fd(11, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LobbyJoinCsReq = struct { + room_id: u64 = 0, + EJOFCNAEDHK: ?EPEGHCGCMHP = null, + + pub const _desc_table = .{ + .room_id = fd(5, .{ .Varint = .Simple }), + .EJOFCNAEDHK = fd(9, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LobbyJoinScRsp = struct { + NEPODDOJJFE: u32 = 0, + retcode: u32 = 0, + LIPJDJPMOKB: ArrayList(CBBDIOMIFHD), + NBDLPGBIDLC: FightGameMode = @enumFromInt(0), + room_id: u64 = 0, + + pub const _desc_table = .{ + .NEPODDOJJFE = fd(7, .{ .Varint = .Simple }), + .retcode = fd(4, .{ .Varint = .Simple }), + .LIPJDJPMOKB = fd(11, .{ .List = .{ .SubMessage = {} } }), + .NBDLPGBIDLC = fd(3, .{ .Varint = .Simple }), + .room_id = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LobbyQuitCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LobbyQuitScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LobbyStartFightCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LobbyStartFightScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LobbyModifyPlayerInfoCsReq = struct { + EJOFCNAEDHK: ?EPEGHCGCMHP = null, + HFDJAELBNGA: u32 = 0, + type: LobbyModifyType = @enumFromInt(0), + + pub const _desc_table = .{ + .EJOFCNAEDHK = fd(5, .{ .SubMessage = {} }), + .HFDJAELBNGA = fd(4, .{ .Varint = .Simple }), + .type = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LobbyModifyPlayerInfoScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LobbySyncInfoScNotify = struct { + LIPJDJPMOKB: ArrayList(CBBDIOMIFHD), + uid: u32 = 0, + type: LobbyModifyType = @enumFromInt(0), + + pub const _desc_table = .{ + .LIPJDJPMOKB = fd(4, .{ .List = .{ .SubMessage = {} } }), + .uid = fd(8, .{ .Varint = .Simple }), + .type = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LobbyKickOutCsReq = struct { + uid: u32 = 0, + + pub const _desc_table = .{ + .uid = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LobbyKickOutScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LobbyInviteScNotify = struct { + room_id: u32 = 0, + NBDLPGBIDLC: FightGameMode = @enumFromInt(0), + sender_id: u32 = 0, + + pub const _desc_table = .{ + .room_id = fd(5, .{ .Varint = .Simple }), + .NBDLPGBIDLC = fd(11, .{ .Varint = .Simple }), + .sender_id = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LobbyGetInfoCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LobbyGetInfoScRsp = struct { + NEPODDOJJFE: u32 = 0, + LIPJDJPMOKB: ArrayList(CBBDIOMIFHD), + room_id: u64 = 0, + NBDLPGBIDLC: FightGameMode = @enumFromInt(0), + NOGFEEMNHPC: u64 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .NEPODDOJJFE = fd(3, .{ .Varint = .Simple }), + .LIPJDJPMOKB = fd(12, .{ .List = .{ .SubMessage = {} } }), + .room_id = fd(13, .{ .Varint = .Simple }), + .NBDLPGBIDLC = fd(14, .{ .Varint = .Simple }), + .NOGFEEMNHPC = fd(5, .{ .Varint = .Simple }), + .retcode = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LobbyInteractCsReq = struct { + IHCILNHKLMC: IMAONMHILNE = @enumFromInt(0), + CBEGNBKMHCD: u32 = 0, + + pub const _desc_table = .{ + .IHCILNHKLMC = fd(1, .{ .Varint = .Simple }), + .CBEGNBKMHCD = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LobbyInteractScRsp = struct { + retcode: u32 = 0, + CBEGNBKMHCD: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(10, .{ .Varint = .Simple }), + .CBEGNBKMHCD = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LobbyInteractScNotify = struct { + sender_id: u32 = 0, + IHCILNHKLMC: IMAONMHILNE = @enumFromInt(0), + + pub const _desc_table = .{ + .sender_id = fd(12, .{ .Varint = .Simple }), + .IHCILNHKLMC = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetMailCsReq = struct { + CIJEFNOOJJK: u32 = 0, + DAPCDNELCMA: u32 = 0, + + pub const _desc_table = .{ + .CIJEFNOOJJK = fd(15, .{ .Varint = .Simple }), + .DAPCDNELCMA = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ClientMail = struct { + Sender: ManagedString = .Empty, + MailType: MailType = @enumFromInt(0), + id: u32 = 0, + ExpireTime: i64 = 0, + ParaList: ArrayList(ManagedString), + Title: ManagedString = .Empty, + IsRead: bool = false, + Content: ManagedString = .Empty, + Time: i64 = 0, + TemplateId: u32 = 0, + Attachment: ?ItemList = null, + + pub const _desc_table = .{ + .Sender = fd(2, .String), + .MailType = fd(13, .{ .Varint = .Simple }), + .id = fd(1, .{ .Varint = .Simple }), + .ExpireTime = fd(10, .{ .Varint = .Simple }), + .ParaList = fd(7, .{ .List = .String }), + .Title = fd(9, .String), + .IsRead = fd(4, .{ .Varint = .Simple }), + .Content = fd(5, .String), + .Time = fd(12, .{ .Varint = .Simple }), + .TemplateId = fd(11, .{ .Varint = .Simple }), + .Attachment = fd(15, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetMailScRsp = struct { + IsEnd: bool = false, + TotalNum: u32 = 0, + Start: u32 = 0, + retcode: u32 = 0, + NoticeMailList: ArrayList(ClientMail), + MailList: ArrayList(ClientMail), + + pub const _desc_table = .{ + .IsEnd = fd(6, .{ .Varint = .Simple }), + .TotalNum = fd(13, .{ .Varint = .Simple }), + .Start = fd(12, .{ .Varint = .Simple }), + .retcode = fd(15, .{ .Varint = .Simple }), + .NoticeMailList = fd(11, .{ .List = .{ .SubMessage = {} } }), + .MailList = fd(2, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MarkReadMailCsReq = struct { + id: u32 = 0, + + pub const _desc_table = .{ + .id = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MarkReadMailScRsp = struct { + retcode: u32 = 0, + id: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(6, .{ .Varint = .Simple }), + .id = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DelMailCsReq = struct { + id_list: ArrayList(u32), + + pub const _desc_table = .{ + .id_list = fd(12, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DelMailScRsp = struct { + retcode: u32 = 0, + id_list: ArrayList(u32), + + pub const _desc_table = .{ + .retcode = fd(3, .{ .Varint = .Simple }), + .id_list = fd(1, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeMailAttachmentCsReq = struct { + optional_reward_id: u32 = 0, + mail_id_list: ArrayList(u32), + + pub const _desc_table = .{ + .optional_reward_id = fd(8, .{ .Varint = .Simple }), + .mail_id_list = fd(1, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ClientMailAttachmentItem = struct { + mail_id: u32 = 0, + item_id: u32 = 0, + + pub const _desc_table = .{ + .mail_id = fd(7, .{ .Varint = .Simple }), + .item_id = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeMailAttachmentScRsp = struct { + Attachment: ?ItemList = null, + fail_mail_list: ArrayList(ClientMailAttachmentItem), + succ_mail_id_list: ArrayList(u32), + retcode: u32 = 0, + + pub const _desc_table = .{ + .Attachment = fd(5, .{ .SubMessage = {} }), + .fail_mail_list = fd(2, .{ .List = .{ .SubMessage = {} } }), + .succ_mail_id_list = fd(14, .{ .PackedList = .{ .Varint = .Simple } }), + .retcode = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const NewMailScNotify = struct { + mail_id_list: ArrayList(u32), + + pub const _desc_table = .{ + .mail_id_list = fd(2, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueMapRotateInfo = struct { + rotater_data_list: ArrayList(RotaterData), + is_rotate: bool = false, + rogue_map: ?RotateMapInfo = null, + NFLBONDJAIE: u32 = 0, + energy_info: ?RotaterEnergyInfo = null, + era_flipper_region_id: i32 = 0, + charger_info: ArrayList(ChargerInfo), + + pub const _desc_table = .{ + .rotater_data_list = fd(4, .{ .List = .{ .SubMessage = {} } }), + .is_rotate = fd(9, .{ .Varint = .Simple }), + .rogue_map = fd(11, .{ .SubMessage = {} }), + .NFLBONDJAIE = fd(14, .{ .Varint = .Simple }), + .energy_info = fd(8, .{ .SubMessage = {} }), + .era_flipper_region_id = fd(6, .{ .Varint = .Simple }), + .charger_info = fd(1, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RotaterEnergyInfo = struct { + max_num: u32 = 0, + cur_num: u32 = 0, + + pub const _desc_table = .{ + .max_num = fd(15, .{ .Varint = .Simple }), + .cur_num = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RotateMapInfo = struct { + rotate_vector: ?Vector4 = null, + vector: ?Vector = null, + + pub const _desc_table = .{ + .rotate_vector = fd(14, .{ .SubMessage = {} }), + .vector = fd(11, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EnterMapRotationRegionCsReq = struct { + motion: ?MotionInfo = null, + NFLBONDJAIE: u32 = 0, + era_flipper_region_id: u32 = 0, + + pub const _desc_table = .{ + .motion = fd(4, .{ .SubMessage = {} }), + .NFLBONDJAIE = fd(3, .{ .Varint = .Simple }), + .era_flipper_region_id = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EnterMapRotationRegionScRsp = struct { + NFLBONDJAIE: u32 = 0, + client_pos_version: u32 = 0, + motion: ?MotionInfo = null, + energy_info: ?RotaterEnergyInfo = null, + retcode: u32 = 0, + era_flipper_region_id: u32 = 0, + + pub const _desc_table = .{ + .NFLBONDJAIE = fd(14, .{ .Varint = .Simple }), + .client_pos_version = fd(15, .{ .Varint = .Simple }), + .motion = fd(6, .{ .SubMessage = {} }), + .energy_info = fd(2, .{ .SubMessage = {} }), + .retcode = fd(10, .{ .Varint = .Simple }), + .era_flipper_region_id = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChargerInfo = struct { + group_id: u32 = 0, + GLHAGJGAEHE: u32 = 0, + + pub const _desc_table = .{ + .group_id = fd(10, .{ .Varint = .Simple }), + .GLHAGJGAEHE = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const InteractChargerCsReq = struct { + charger_info: ?ChargerInfo = null, + + pub const _desc_table = .{ + .charger_info = fd(5, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const InteractChargerScRsp = struct { + retcode: u32 = 0, + charger_info: ?ChargerInfo = null, + energy_info: ?RotaterEnergyInfo = null, + + pub const _desc_table = .{ + .retcode = fd(13, .{ .Varint = .Simple }), + .charger_info = fd(5, .{ .SubMessage = {} }), + .energy_info = fd(4, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RotaterData = struct { + LKEFOLCGFGD: f32 = 0, + group_id: u32 = 0, + GLHAGJGAEHE: u32 = 0, + + pub const _desc_table = .{ + .LKEFOLCGFGD = fd(15, .{ .FixedInt = .I32 }), + .group_id = fd(5, .{ .Varint = .Simple }), + .GLHAGJGAEHE = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DeployRotaterCsReq = struct { + CCPDOABLKLP: ?RotaterData = null, + + pub const _desc_table = .{ + .CCPDOABLKLP = fd(11, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DeployRotaterScRsp = struct { + energy_info: ?RotaterEnergyInfo = null, + retcode: u32 = 0, + CCPDOABLKLP: ?RotaterData = null, + + pub const _desc_table = .{ + .energy_info = fd(14, .{ .SubMessage = {} }), + .retcode = fd(15, .{ .Varint = .Simple }), + .CCPDOABLKLP = fd(3, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RotateMapCsReq = struct { + rogue_map: ?RotateMapInfo = null, + GLHAGJGAEHE: u32 = 0, + motion: ?MotionInfo = null, + group_id: u32 = 0, + + pub const _desc_table = .{ + .rogue_map = fd(6, .{ .SubMessage = {} }), + .GLHAGJGAEHE = fd(1, .{ .Varint = .Simple }), + .motion = fd(5, .{ .SubMessage = {} }), + .group_id = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RotateMapScRsp = struct { + client_pos_version: u32 = 0, + motion: ?MotionInfo = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .client_pos_version = fd(14, .{ .Varint = .Simple }), + .motion = fd(9, .{ .SubMessage = {} }), + .retcode = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LeaveMapRotationRegionCsReq = struct { + motion: ?MotionInfo = null, + + pub const _desc_table = .{ + .motion = fd(14, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LeaveMapRotationRegionScRsp = struct { + motion: ?MotionInfo = null, + client_pos_version: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .motion = fd(2, .{ .SubMessage = {} }), + .client_pos_version = fd(15, .{ .Varint = .Simple }), + .retcode = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetMapRotationDataCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetMapRotationDataScRsp = struct { + rotater_data_list: ArrayList(RotaterData), + rogue_map: ?RotateMapInfo = null, + charger_info: ArrayList(ChargerInfo), + energy_info: ?RotaterEnergyInfo = null, + NFLBONDJAIE: u32 = 0, + era_flipper_region_id: i32 = 0, + retcode: u32 = 0, + OMEJLLMNPCN: bool = false, + + pub const _desc_table = .{ + .rotater_data_list = fd(15, .{ .List = .{ .SubMessage = {} } }), + .rogue_map = fd(12, .{ .SubMessage = {} }), + .charger_info = fd(11, .{ .List = .{ .SubMessage = {} } }), + .energy_info = fd(13, .{ .SubMessage = {} }), + .NFLBONDJAIE = fd(9, .{ .Varint = .Simple }), + .era_flipper_region_id = fd(5, .{ .Varint = .Simple }), + .retcode = fd(7, .{ .Varint = .Simple }), + .OMEJLLMNPCN = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ResetMapRotationRegionCsReq = struct { + motion: ?MotionInfo = null, + rogue_map: ?RotateMapInfo = null, + + pub const _desc_table = .{ + .motion = fd(15, .{ .SubMessage = {} }), + .rogue_map = fd(9, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ResetMapRotationRegionScRsp = struct { + client_pos_version: u32 = 0, + motion: ?MotionInfo = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .client_pos_version = fd(9, .{ .Varint = .Simple }), + .motion = fd(1, .{ .SubMessage = {} }), + .retcode = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LeaveMapRotationRegionScNotify = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const UpdateEnergyScNotify = struct { + energy_info: ?RotaterEnergyInfo = null, + + pub const _desc_table = .{ + .energy_info = fd(9, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const UpdateMapRotationDataScNotify = struct { + rogue_map: ?RotateMapInfo = null, + NFLBONDJAIE: u32 = 0, + energy_info: ?RotaterEnergyInfo = null, + charger_info: ArrayList(ChargerInfo), + rotater_data_list: ArrayList(RotaterData), + era_flipper_region_id: i32 = 0, + OMEJLLMNPCN: bool = false, + + pub const _desc_table = .{ + .rogue_map = fd(1, .{ .SubMessage = {} }), + .NFLBONDJAIE = fd(15, .{ .Varint = .Simple }), + .energy_info = fd(14, .{ .SubMessage = {} }), + .charger_info = fd(10, .{ .List = .{ .SubMessage = {} } }), + .rotater_data_list = fd(13, .{ .List = .{ .SubMessage = {} } }), + .era_flipper_region_id = fd(3, .{ .Varint = .Simple }), + .OMEJLLMNPCN = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RemoveRotaterCsReq = struct { + CCPDOABLKLP: ?RotaterData = null, + + pub const _desc_table = .{ + .CCPDOABLKLP = fd(8, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RemoveRotaterScRsp = struct { + retcode: u32 = 0, + CCPDOABLKLP: ?RotaterData = null, + energy_info: ?RotaterEnergyInfo = null, + + pub const _desc_table = .{ + .retcode = fd(8, .{ .Varint = .Simple }), + .CCPDOABLKLP = fd(9, .{ .SubMessage = {} }), + .energy_info = fd(11, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const UpdateRotaterScNotify = struct { + rotater_data_list: ArrayList(RotaterData), + + pub const _desc_table = .{ + .rotater_data_list = fd(11, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MarbleGetDataCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MarbleGetDataScRsp = struct { + retcode: u32 = 0, + MPBMPFFGIBO: ArrayList(u32), + OJNPGILJIEN: ArrayList(u32), + IOGDKGFDFPC: ArrayList(u32), + score_id: i32 = 0, + + pub const _desc_table = .{ + .retcode = fd(14, .{ .Varint = .Simple }), + .MPBMPFFGIBO = fd(11, .{ .PackedList = .{ .Varint = .Simple } }), + .OJNPGILJIEN = fd(15, .{ .PackedList = .{ .Varint = .Simple } }), + .IOGDKGFDFPC = fd(10, .{ .PackedList = .{ .Varint = .Simple } }), + .score_id = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MarbleLevelFinishCsReq = struct { + PMKANGDFLKI: ArrayList(u32), + NLIBKABFGCC: u32 = 0, + + pub const _desc_table = .{ + .PMKANGDFLKI = fd(8, .{ .PackedList = .{ .Varint = .Simple } }), + .NLIBKABFGCC = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MarbleLevelFinishScRsp = struct { + retcode: u32 = 0, + NLIBKABFGCC: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(12, .{ .Varint = .Simple }), + .NLIBKABFGCC = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MarbleShopBuyCsReq = struct { + PMKANGDFLKI: ArrayList(u32), + + pub const _desc_table = .{ + .PMKANGDFLKI = fd(14, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MarbleShopBuyScRsp = struct { + retcode: u32 = 0, + PMKANGDFLKI: ArrayList(u32), + + pub const _desc_table = .{ + .retcode = fd(3, .{ .Varint = .Simple }), + .PMKANGDFLKI = fd(5, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MarbleUnlockSealScNotify = struct { + PMKANGDFLKI: ArrayList(u32), + + pub const _desc_table = .{ + .PMKANGDFLKI = fd(2, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MarblePvpDataUpdateScNotify = struct { + score_id: i32 = 0, + + pub const _desc_table = .{ + .score_id = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MarbleUpdateShownSealCsReq = struct { + EHENKPLCPCH: ArrayList(u32), + + pub const _desc_table = .{ + .EHENKPLCPCH = fd(1, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MarbleUpdateShownSealScRsp = struct { + retcode: u32 = 0, + EHENKPLCPCH: ArrayList(u32), + + pub const _desc_table = .{ + .retcode = fd(14, .{ .Varint = .Simple }), + .EHENKPLCPCH = fd(13, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MarkChestInfo = struct { + config_id: u32 = 0, + group_id: u32 = 0, + floor_id: u32 = 0, + plane_id: u32 = 0, + + pub const _desc_table = .{ + .config_id = fd(3, .{ .Varint = .Simple }), + .group_id = fd(1, .{ .Varint = .Simple }), + .floor_id = fd(15, .{ .Varint = .Simple }), + .plane_id = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MarkChestFuncInfo = struct { + mark_chest_info_list: ArrayList(MarkChestInfo), + func_id: u32 = 0, + mark_time: i64 = 0, + + pub const _desc_table = .{ + .mark_chest_info_list = fd(6, .{ .List = .{ .SubMessage = {} } }), + .func_id = fd(5, .{ .Varint = .Simple }), + .mark_time = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetMarkChestCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetMarkChestScRsp = struct { + mark_chest_func_info: ArrayList(MarkChestFuncInfo), + retcode: u32 = 0, + + pub const _desc_table = .{ + .mark_chest_func_info = fd(8, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const UpdateMarkChestCsReq = struct { + mark_chest_info_list: ArrayList(MarkChestInfo), + trigger_param_id: u32 = 0, + func_id: u32 = 0, + + pub const _desc_table = .{ + .mark_chest_info_list = fd(5, .{ .List = .{ .SubMessage = {} } }), + .trigger_param_id = fd(12, .{ .Varint = .Simple }), + .func_id = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const UpdateMarkChestScRsp = struct { + mark_chest_func_info: ArrayList(MarkChestFuncInfo), + func_id: u32 = 0, + trigger_param_id: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .mark_chest_func_info = fd(6, .{ .List = .{ .SubMessage = {} } }), + .func_id = fd(9, .{ .Varint = .Simple }), + .trigger_param_id = fd(5, .{ .Varint = .Simple }), + .retcode = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MarkChestChangedScNotify = struct { + mark_chest_func_info: ArrayList(MarkChestFuncInfo), + + pub const _desc_table = .{ + .mark_chest_func_info = fd(6, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const StartMatchCsReq = struct { + NBDLPGBIDLC: FightGameMode = @enumFromInt(0), + EJOFCNAEDHK: ?EPEGHCGCMHP = null, + + pub const _desc_table = .{ + .NBDLPGBIDLC = fd(12, .{ .Varint = .Simple }), + .EJOFCNAEDHK = fd(3, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const StartMatchScRsp = struct { + EJOFCNAEDHK: ?EPEGHCGCMHP = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .EJOFCNAEDHK = fd(7, .{ .SubMessage = {} }), + .retcode = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CancelMatchCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CancelMatchScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MatchResultScNotify = struct { + retcode: u32 = 0, + LIPJDJPMOKB: ArrayList(CBBDIOMIFHD), + + pub const _desc_table = .{ + .retcode = fd(12, .{ .Varint = .Simple }), + .LIPJDJPMOKB = fd(8, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetCrossInfoCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetCrossInfoScRsp = struct { + retcode: u32 = 0, + room_id: u64 = 0, + NBDLPGBIDLC: FightGameMode = @enumFromInt(0), + NOGFEEMNHPC: u64 = 0, + + pub const _desc_table = .{ + .retcode = fd(9, .{ .Varint = .Simple }), + .room_id = fd(8, .{ .Varint = .Simple }), + .NBDLPGBIDLC = fd(12, .{ .Varint = .Simple }), + .NOGFEEMNHPC = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MatchThreeGetDataCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LMPIECFMFOI = struct { + ACJCPHIFMLN: u32 = 0, + EBGMBDMPEGM: u32 = 0, + + pub const _desc_table = .{ + .ACJCPHIFMLN = fd(11, .{ .Varint = .Simple }), + .EBGMBDMPEGM = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DHONNIHMACI = struct { + FMKKABMDINJ: u32 = 0, + BKMPFEOCFIB: u32 = 0, + pos: u32 = 0, + count: u32 = 0, + + pub const _desc_table = .{ + .FMKKABMDINJ = fd(8, .{ .Varint = .Simple }), + .BKMPFEOCFIB = fd(11, .{ .Varint = .Simple }), + .pos = fd(14, .{ .Varint = .Simple }), + .count = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ABGEJNBCDJK = struct { + BGAFCOBNLPM: ArrayList(DHONNIHMACI), + ILBHDLMLMCK: ArrayList(ILBHDLMLMCKEntry), + BEGMFIAPHLM: ArrayList(BEGMFIAPHLMEntry), + JMBCICLCHKD: ArrayList(LMPIECFMFOI), + + pub const _desc_table = .{ + .BGAFCOBNLPM = fd(6, .{ .List = .{ .SubMessage = {} } }), + .ILBHDLMLMCK = fd(15, .{ .List = .{ .SubMessage = {} } }), + .BEGMFIAPHLM = fd(8, .{ .List = .{ .SubMessage = {} } }), + .JMBCICLCHKD = fd(3, .{ .List = .{ .SubMessage = {} } }), + }; + + pub const ILBHDLMLMCKEntry = struct { + key: u32 = 0, + value: u32 = 0, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub const BEGMFIAPHLMEntry = struct { + key: u32 = 0, + value: u32 = 0, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MatchThreeGetDataScRsp = struct { + MFKJDOEBLIM: ?ABGEJNBCDJK = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .MFKJDOEBLIM = fd(13, .{ .SubMessage = {} }), + .retcode = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MatchThreeLevelEndCsReq = struct { + JEPPFDINBNB: ArrayList(u32), + FMKKABMDINJ: u32 = 0, + ILBHDLMLMCK: ArrayList(ILBHDLMLMCKEntry), + BKMPFEOCFIB: u32 = 0, + uuid: ManagedString = .Empty, + EBGMBDMPEGM: u32 = 0, + ACJCPHIFMLN: u32 = 0, + + pub const _desc_table = .{ + .JEPPFDINBNB = fd(9, .{ .PackedList = .{ .Varint = .Simple } }), + .FMKKABMDINJ = fd(13, .{ .Varint = .Simple }), + .ILBHDLMLMCK = fd(12, .{ .List = .{ .SubMessage = {} } }), + .BKMPFEOCFIB = fd(14, .{ .Varint = .Simple }), + .uuid = fd(3, .String), + .EBGMBDMPEGM = fd(7, .{ .Varint = .Simple }), + .ACJCPHIFMLN = fd(6, .{ .Varint = .Simple }), + }; + + pub const ILBHDLMLMCKEntry = struct { + key: u32 = 0, + value: u32 = 0, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MatchThreeLevelEndScRsp = struct { + retcode: u32 = 0, + ACJCPHIFMLN: u32 = 0, + EBGMBDMPEGM: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(2, .{ .Varint = .Simple }), + .ACJCPHIFMLN = fd(15, .{ .Varint = .Simple }), + .EBGMBDMPEGM = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MatchThreeSyncDataScNotify = struct { + MFKJDOEBLIM: ?ABGEJNBCDJK = null, + + pub const _desc_table = .{ + .MFKJDOEBLIM = fd(6, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MatchThreeSetBirdPosCsReq = struct { + BKMPFEOCFIB: u32 = 0, + pos: u32 = 0, + + pub const _desc_table = .{ + .BKMPFEOCFIB = fd(13, .{ .Varint = .Simple }), + .pos = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MatchThreeSetBirdPosScRsp = struct { + pos: u32 = 0, + BKMPFEOCFIB: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .pos = fd(15, .{ .Varint = .Simple }), + .BKMPFEOCFIB = fd(12, .{ .Varint = .Simple }), + .retcode = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MatchThreeV2GetDataCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GNEBBAEIKGJ = struct { + ACJCPHIFMLN: u32 = 0, + AKLOEIGKGAN: ArrayList(u32), + + pub const _desc_table = .{ + .ACJCPHIFMLN = fd(7, .{ .Varint = .Simple }), + .AKLOEIGKGAN = fd(2, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LNOIKGKJHLK = struct { + FMKKABMDINJ: u32 = 0, + BKMPFEOCFIB: u32 = 0, + pos: u32 = 0, + count: u32 = 0, + + pub const _desc_table = .{ + .FMKKABMDINJ = fd(8, .{ .Varint = .Simple }), + .BKMPFEOCFIB = fd(1, .{ .Varint = .Simple }), + .pos = fd(13, .{ .Varint = .Simple }), + .count = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KFNJAKGEFLA = struct { + CDMPOGJJMJM: u32 = 0, + HLPODGBCLKA: ArrayList(KHOCCHABNMN), + EDGJDDIEPAG: ArrayList(KHOCCHABNMN), + EHBGHCGKFBH: ArrayList(GNEBBAEIKGJ), + BGAFCOBNLPM: ArrayList(LNOIKGKJHLK), + OMKFKGIGFPP: ArrayList(KHOCCHABNMN), + DPBMLFFPOKH: u32 = 0, + + pub const _desc_table = .{ + .CDMPOGJJMJM = fd(9, .{ .Varint = .Simple }), + .HLPODGBCLKA = fd(3, .{ .List = .{ .SubMessage = {} } }), + .EDGJDDIEPAG = fd(12, .{ .List = .{ .SubMessage = {} } }), + .EHBGHCGKFBH = fd(7, .{ .List = .{ .SubMessage = {} } }), + .BGAFCOBNLPM = fd(5, .{ .List = .{ .SubMessage = {} } }), + .OMKFKGIGFPP = fd(11, .{ .List = .{ .SubMessage = {} } }), + .DPBMLFFPOKH = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MatchThreeV2GetDataScRsp = struct { + retcode: u32 = 0, + EAHMJFLLGGK: ?KFNJAKGEFLA = null, + + pub const _desc_table = .{ + .retcode = fd(14, .{ .Varint = .Simple }), + .EAHMJFLLGGK = fd(9, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MatchThreeV2BattleItemLevelUpCsReq = struct { + DMKFFFPDLDI: u32 = 0, + LDNJEACFBJE: u32 = 0, + + pub const _desc_table = .{ + .DMKFFFPDLDI = fd(10, .{ .Varint = .Simple }), + .LDNJEACFBJE = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MatchThreeV2BattleItemLevelUpScRsp = struct { + LDNJEACFBJE: u32 = 0, + retcode: u32 = 0, + DMKFFFPDLDI: u32 = 0, + + pub const _desc_table = .{ + .LDNJEACFBJE = fd(12, .{ .Varint = .Simple }), + .retcode = fd(1, .{ .Varint = .Simple }), + .DMKFFFPDLDI = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MatchThreeV2LevelEndCsReq = struct { + uuid: ManagedString = .Empty, + EHMPEMEONGE: u32 = 0, + JKFPENGNJPI: u32 = 0, + BBGKAKHGOIO: ArrayList(u32), + HLDNMIBKLKJ: ArrayList(KHOCCHABNMN), + ACJCPHIFMLN: u32 = 0, + DKBJHPIJCAE: u32 = 0, + BKMPFEOCFIB: u32 = 0, + + pub const _desc_table = .{ + .uuid = fd(14, .String), + .EHMPEMEONGE = fd(10, .{ .Varint = .Simple }), + .JKFPENGNJPI = fd(12, .{ .Varint = .Simple }), + .BBGKAKHGOIO = fd(7, .{ .PackedList = .{ .Varint = .Simple } }), + .HLDNMIBKLKJ = fd(4, .{ .List = .{ .SubMessage = {} } }), + .ACJCPHIFMLN = fd(6, .{ .Varint = .Simple }), + .DKBJHPIJCAE = fd(3, .{ .Varint = .Simple }), + .BKMPFEOCFIB = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MatchThreeV2LevelEndScRsp = struct { + level_info: ?GNEBBAEIKGJ = null, + MNBEJDHHOJN: ArrayList(ItemList), + ACJCPHIFMLN: u32 = 0, + retcode: u32 = 0, + EBHAJENIKAF: u32 = 0, + CDMPOGJJMJM: u32 = 0, + PECFJCDBCBN: ?ItemList = null, + AEKCPPIDNMD: ?LNOIKGKJHLK = null, + + pub const _desc_table = .{ + .level_info = fd(12, .{ .SubMessage = {} }), + .MNBEJDHHOJN = fd(15, .{ .List = .{ .SubMessage = {} } }), + .ACJCPHIFMLN = fd(7, .{ .Varint = .Simple }), + .retcode = fd(13, .{ .Varint = .Simple }), + .EBHAJENIKAF = fd(11, .{ .Varint = .Simple }), + .CDMPOGJJMJM = fd(6, .{ .Varint = .Simple }), + .PECFJCDBCBN = fd(2, .{ .SubMessage = {} }), + .AEKCPPIDNMD = fd(4, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MatchThreeV2SetBirdPosCsReq = struct { + BKMPFEOCFIB: u32 = 0, + pos: u32 = 0, + + pub const _desc_table = .{ + .BKMPFEOCFIB = fd(11, .{ .Varint = .Simple }), + .pos = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MatchThreeV2SetBirdPosScRsp = struct { + pos: u32 = 0, + JMHPFPMAJFG: u32 = 0, + retcode: u32 = 0, + BKMPFEOCFIB: u32 = 0, + + pub const _desc_table = .{ + .pos = fd(11, .{ .Varint = .Simple }), + .JMHPFPMAJFG = fd(7, .{ .Varint = .Simple }), + .retcode = fd(13, .{ .Varint = .Simple }), + .BKMPFEOCFIB = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MatchThreeV2ScNotify = struct { + EAHMJFLLGGK: ?KFNJAKGEFLA = null, + + pub const _desc_table = .{ + .EAHMJFLLGGK = fd(11, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MatchThreeV2PvpFinishScNotify = struct { + FDGDOKAFBDH: u32 = 0, + BEIPBPKKDMI: FightGameMode = @enumFromInt(0), + NIAEGHJLNMB: ?CDIMEMFJJFP = null, + KOJIHJIHKIA: u32 = 0, + reason: Match3FinishReason = @enumFromInt(0), + EAHMJFLLGGK: ?KFNJAKGEFLA = null, + + pub const _desc_table = .{ + .FDGDOKAFBDH = fd(5, .{ .Varint = .Simple }), + .BEIPBPKKDMI = fd(4, .{ .Varint = .Simple }), + .NIAEGHJLNMB = fd(3, .{ .SubMessage = {} }), + .KOJIHJIHKIA = fd(10, .{ .Varint = .Simple }), + .reason = fd(2, .{ .Varint = .Simple }), + .EAHMJFLLGGK = fd(15, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetNpcMessageGroupCsReq = struct { + contact_id_list: ArrayList(u32), + + pub const _desc_table = .{ + .contact_id_list = fd(9, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MessageItem = struct { + text_id: u32 = 0, + item_id: u32 = 0, + + pub const _desc_table = .{ + .text_id = fd(14, .{ .Varint = .Simple }), + .item_id = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MessageSection = struct { + message_item_list: ArrayList(u32), + item_list: ArrayList(MessageItem), + status: MessageSectionStatus = @enumFromInt(0), + frozen_item_id: u32 = 0, + id: u32 = 0, + + pub const _desc_table = .{ + .message_item_list = fd(9, .{ .PackedList = .{ .Varint = .Simple } }), + .item_list = fd(13, .{ .List = .{ .SubMessage = {} } }), + .status = fd(11, .{ .Varint = .Simple }), + .frozen_item_id = fd(5, .{ .Varint = .Simple }), + .id = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MessageGroup = struct { + message_section_id: u32 = 0, + status: MessageGroupStatus = @enumFromInt(0), + refresh_time: i64 = 0, + id: u32 = 0, + message_section_list: ArrayList(MessageSection), + + pub const _desc_table = .{ + .message_section_id = fd(7, .{ .Varint = .Simple }), + .status = fd(8, .{ .Varint = .Simple }), + .refresh_time = fd(1, .{ .Varint = .Simple }), + .id = fd(12, .{ .Varint = .Simple }), + .message_section_list = fd(5, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetNpcMessageGroupScRsp = struct { + message_group_list: ArrayList(MessageGroup), + retcode: u32 = 0, + + pub const _desc_table = .{ + .message_group_list = fd(13, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetNpcStatusCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const NpcStatus = struct { + is_finish: bool = false, + npc_id: u32 = 0, + + pub const _desc_table = .{ + .is_finish = fd(10, .{ .Varint = .Simple }), + .npc_id = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GroupStatus = struct { + refresh_time: i64 = 0, + group_id: u32 = 0, + group_status: MessageGroupStatus = @enumFromInt(0), + + pub const _desc_table = .{ + .refresh_time = fd(12, .{ .Varint = .Simple }), + .group_id = fd(7, .{ .Varint = .Simple }), + .group_status = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SectionStatus = struct { + section_id: u32 = 0, + section_status: MessageSectionStatus = @enumFromInt(0), + + pub const _desc_table = .{ + .section_id = fd(14, .{ .Varint = .Simple }), + .section_status = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetNpcStatusScRsp = struct { + npc_status_list: ArrayList(NpcStatus), + retcode: u32 = 0, + + pub const _desc_table = .{ + .npc_status_list = fd(2, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FinishItemIdCsReq = struct { + item_id: u32 = 0, + text_id: u32 = 0, + + pub const _desc_table = .{ + .item_id = fd(9, .{ .Varint = .Simple }), + .text_id = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FinishItemIdScRsp = struct { + retcode: u32 = 0, + item_id: u32 = 0, + text_id: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(15, .{ .Varint = .Simple }), + .item_id = fd(13, .{ .Varint = .Simple }), + .text_id = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FinishSectionIdCsReq = struct { + section_id: u32 = 0, + + pub const _desc_table = .{ + .section_id = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FinishSectionIdScRsp = struct { + retcode: u32 = 0, + reward: ?ItemList = null, + section_id: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(5, .{ .Varint = .Simple }), + .reward = fd(4, .{ .SubMessage = {} }), + .section_id = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FinishPerformSectionIdCsReq = struct { + item_list: ArrayList(MessageItem), + section_id: u32 = 0, + + pub const _desc_table = .{ + .item_list = fd(4, .{ .List = .{ .SubMessage = {} } }), + .section_id = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FinishPerformSectionIdScRsp = struct { + section_id: u32 = 0, + reward: ?ItemList = null, + item_list: ArrayList(MessageItem), + retcode: u32 = 0, + + pub const _desc_table = .{ + .section_id = fd(5, .{ .Varint = .Simple }), + .reward = fd(10, .{ .SubMessage = {} }), + .item_list = fd(14, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetMissionMessageInfoCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetMissionMessageInfoScRsp = struct { + APOLDLGPKOP: ArrayList(APOLDLGPKOPEntry), + retcode: u32 = 0, + + pub const _desc_table = .{ + .APOLDLGPKOP = fd(1, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(8, .{ .Varint = .Simple }), + }; + + pub const APOLDLGPKOPEntry = struct { + key: u32 = 0, + value: u32 = 0, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ShareCsReq = struct { + ENFKGGNOMEO: u32 = 0, + + pub const _desc_table = .{ + .ENFKGGNOMEO = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ADGNKECPOMA = struct { + CCCDKGAMDLB: u32 = 0, + ENFKGGNOMEO: u32 = 0, + + pub const _desc_table = .{ + .CCCDKGAMDLB = fd(13, .{ .Varint = .Simple }), + .ENFKGGNOMEO = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ShareScRsp = struct { + retcode: u32 = 0, + FGPLILEBKGL: ?ADGNKECPOMA = null, + reward: ?ItemList = null, + + pub const _desc_table = .{ + .retcode = fd(14, .{ .Varint = .Simple }), + .FGPLILEBKGL = fd(5, .{ .SubMessage = {} }), + .reward = fd(7, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetShareDataCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetShareDataScRsp = struct { + retcode: u32 = 0, + MFKJJBPNDAM: ArrayList(ADGNKECPOMA), + + pub const _desc_table = .{ + .retcode = fd(1, .{ .Varint = .Simple }), + .MFKJJBPNDAM = fd(14, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakePictureCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakePictureScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const NLBMCGCAEIO = struct { + PILDEFKPKLE: ArrayList(u32), + AFLEAJIHNEB: u32 = 0, + type: u32 = 0, + + pub const _desc_table = .{ + .PILDEFKPKLE = fd(5, .{ .PackedList = .{ .Varint = .Simple } }), + .AFLEAJIHNEB = fd(13, .{ .Varint = .Simple }), + .type = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TriggerVoiceCsReq = struct { + MNELHNHCKPJ: ArrayList(NLBMCGCAEIO), + + pub const _desc_table = .{ + .MNELHNHCKPJ = fd(9, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TriggerVoiceScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CancelCacheNotifyCsReq = struct { + KCLJMCAKOJF: ArrayList(ManagedString), + daily_index: ArrayList(u32), + type: CancelCacheType = @enumFromInt(0), + + pub const _desc_table = .{ + .KCLJMCAKOJF = fd(8, .{ .List = .String }), + .daily_index = fd(5, .{ .PackedList = .{ .Varint = .Simple } }), + .type = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CancelCacheNotifyScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SecurityReportCsReq = struct { + DGDLNIEFCPF: ManagedString = .Empty, + + pub const _desc_table = .{ + .DGDLNIEFCPF = fd(15, .String), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SecurityReportScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GMAAJHDFACD = struct { + type: MovieRacingType = @enumFromInt(0), + IFAIKOIOIDD: u32 = 0, + level: u32 = 0, + PDOMACFEMGG: u32 = 0, + + pub const _desc_table = .{ + .type = fd(3, .{ .Varint = .Simple }), + .IFAIKOIOIDD = fd(15, .{ .Varint = .Simple }), + .level = fd(5, .{ .Varint = .Simple }), + .PDOMACFEMGG = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetMovieRacingDataCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetMovieRacingDataScRsp = struct { + retcode: u32 = 0, + ODJIGEBEHGC: ArrayList(GMAAJHDFACD), + + pub const _desc_table = .{ + .retcode = fd(11, .{ .Varint = .Simple }), + .ODJIGEBEHGC = fd(12, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const UpdateMovieRacingDataCsReq = struct { + KIHCHDFFPOL: ?GMAAJHDFACD = null, + + pub const _desc_table = .{ + .KIHCHDFFPOL = fd(3, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const UpdateMovieRacingDataScRsp = struct { + retcode: u32 = 0, + KIHCHDFFPOL: ?GMAAJHDFACD = null, + + pub const _desc_table = .{ + .retcode = fd(9, .{ .Varint = .Simple }), + .KIHCHDFFPOL = fd(15, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SubmitOrigamiItemCsReq = struct { + LCBOFMOPGKE: u32 = 0, + + pub const _desc_table = .{ + .LCBOFMOPGKE = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SubmitOrigamiItemScRsp = struct { + retcode: u32 = 0, + LCBOFMOPGKE: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(7, .{ .Varint = .Simple }), + .LCBOFMOPGKE = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetOrigamiPropInfoCsReq = struct { + floor_id_list: ArrayList(u32), + entry_story_line_id: u32 = 0, + content_id: u32 = 0, + + pub const _desc_table = .{ + .floor_id_list = fd(14, .{ .PackedList = .{ .Varint = .Simple } }), + .entry_story_line_id = fd(12, .{ .Varint = .Simple }), + .content_id = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LAMMCHABAGH = struct { + config_id: u32 = 0, + group_id: u32 = 0, + state: u32 = 0, + + pub const _desc_table = .{ + .config_id = fd(2, .{ .Varint = .Simple }), + .group_id = fd(6, .{ .Varint = .Simple }), + .state = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FCHOLNDIPKC = struct { + floor_id: u32 = 0, + CLJJAFGFKEL: ArrayList(LAMMCHABAGH), + + pub const _desc_table = .{ + .floor_id = fd(5, .{ .Varint = .Simple }), + .CLJJAFGFKEL = fd(7, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetOrigamiPropInfoScRsp = struct { + entry_story_line_id: u32 = 0, + content_id: u32 = 0, + LMEBHNLDKDJ: ArrayList(FCHOLNDIPKC), + retcode: u32 = 0, + + pub const _desc_table = .{ + .entry_story_line_id = fd(2, .{ .Varint = .Simple }), + .content_id = fd(5, .{ .Varint = .Simple }), + .LMEBHNLDKDJ = fd(9, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KLBHFHJDBFI = struct { + NCNAONIFPFM: bool = false, + IFAIKOIOIDD: u32 = 0, + level: u32 = 0, + BMCJHONBHJH: u32 = 0, + + pub const _desc_table = .{ + .NCNAONIFPFM = fd(15, .{ .Varint = .Simple }), + .IFAIKOIOIDD = fd(11, .{ .Varint = .Simple }), + .level = fd(1, .{ .Varint = .Simple }), + .BMCJHONBHJH = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetGunPlayDataCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetGunPlayDataScRsp = struct { + retcode: u32 = 0, + LNBFDJMNACN: ArrayList(KLBHFHJDBFI), + + pub const _desc_table = .{ + .retcode = fd(3, .{ .Varint = .Simple }), + .LNBFDJMNACN = fd(5, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const UpdateGunPlayDataCsReq = struct { + ODFHNCHIEJN: ?KLBHFHJDBFI = null, + uuid: u64 = 0, + PNEIFBEGMDH: u32 = 0, + group_id: u32 = 0, + + pub const _desc_table = .{ + .ODFHNCHIEJN = fd(12, .{ .SubMessage = {} }), + .uuid = fd(1, .{ .Varint = .Simple }), + .PNEIFBEGMDH = fd(8, .{ .Varint = .Simple }), + .group_id = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const UpdateGunPlayDataScRsp = struct { + ODFHNCHIEJN: ?KLBHFHJDBFI = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .ODFHNCHIEJN = fd(2, .{ .SubMessage = {} }), + .retcode = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const JCDNMBCKPLF = struct { + HHMABJDIMGM: GIILENMKCAH = @enumFromInt(0), + KCMJKGADPIP: DifficultyAdjustmentType = @enumFromInt(0), + id: u32 = 0, + + pub const _desc_table = .{ + .HHMABJDIMGM = fd(6, .{ .Varint = .Simple }), + .KCMJKGADPIP = fd(13, .{ .Varint = .Simple }), + .id = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DifficultyAdjustmentGetDataCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DifficultyAdjustmentGetDataScRsp = struct { + retcode: u32 = 0, + Content_package_list: ArrayList(JCDNMBCKPLF), + + pub const _desc_table = .{ + .retcode = fd(5, .{ .Varint = .Simple }), + .Content_package_list = fd(7, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DifficultyAdjustmentUpdateDataCsReq = struct { + data: ?JCDNMBCKPLF = null, + + pub const _desc_table = .{ + .data = fd(14, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DifficultyAdjustmentUpdateDataScRsp = struct { + data: ?JCDNMBCKPLF = null, + retcode: u32 = 0, + Content_package_list: ArrayList(JCDNMBCKPLF), + + pub const _desc_table = .{ + .data = fd(2, .{ .SubMessage = {} }), + .retcode = fd(14, .{ .Varint = .Simple }), + .Content_package_list = fd(10, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MazeKillDirectCsReq = struct { + entity_list: ArrayList(u32), + HHMABJDIMGM: MNIJHMEPGNN = @enumFromInt(0), + MMKOGOKNPKL: u32 = 0, + + pub const _desc_table = .{ + .entity_list = fd(15, .{ .PackedList = .{ .Varint = .Simple } }), + .HHMABJDIMGM = fd(13, .{ .Varint = .Simple }), + .MMKOGOKNPKL = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MazeKillDirectScRsp = struct { + entity_list: ArrayList(u32), + retcode: u32 = 0, + + pub const _desc_table = .{ + .entity_list = fd(4, .{ .PackedList = .{ .Varint = .Simple } }), + .retcode = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DirectDeliveryScNotify = struct { + HPAEMOHFNGE: ?ItemList = null, + BHACAGKKMIE: ?ItemList = null, + MDDJNCKMJHG: u32 = 0, + + pub const _desc_table = .{ + .HPAEMOHFNGE = fd(11, .{ .SubMessage = {} }), + .BHACAGKKMIE = fd(6, .{ .SubMessage = {} }), + .MDDJNCKMJHG = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CancelDirectDeliveryNoticeCsReq = struct { + MDDJNCKMJHG: u32 = 0, + + pub const _desc_table = .{ + .MDDJNCKMJHG = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CancelDirectDeliveryNoticeScRsp = struct { + MDDJNCKMJHG: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .MDDJNCKMJHG = fd(13, .{ .Varint = .Simple }), + .retcode = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetMissionDataCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const IKAMMKLBOCO = struct { + display_value: u32 = 0, + id: u32 = 0, + type: MissionSyncRecord = @enumFromInt(0), + + pub const _desc_table = .{ + .display_value = fd(2, .{ .Varint = .Simple }), + .id = fd(5, .{ .Varint = .Simple }), + .type = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const Mission = struct { + status: MissionStatus = @enumFromInt(0), + id: u32 = 0, + progress: u32 = 0, + + pub const _desc_table = .{ + .status = fd(10, .{ .Varint = .Simple }), + .id = fd(3, .{ .Varint = .Simple }), + .progress = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MissionCustomValue = struct { + index: u32 = 0, + DFDEKANJBLG: ManagedString = .Empty, + custom_value: u32 = 0, + + pub const _desc_table = .{ + .index = fd(3, .{ .Varint = .Simple }), + .DFDEKANJBLG = fd(8, .String), + .custom_value = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MissionCustomValueList = struct { + custom_value_list: ArrayList(MissionCustomValue), + + pub const _desc_table = .{ + .custom_value_list = fd(4, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MainMission = struct { + custom_value_list: ArrayList(MissionCustomValue), + id: u32 = 0, + status: MissionStatus = @enumFromInt(0), + + pub const _desc_table = .{ + .custom_value_list = fd(4, .{ .List = .{ .SubMessage = {} } }), + .id = fd(10, .{ .Varint = .Simple }), + .status = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FHABEIKAFBO = struct { + id: u32 = 0, + custom_value_list: ?MissionCustomValueList = null, + + pub const _desc_table = .{ + .id = fd(8, .{ .Varint = .Simple }), + .custom_value_list = fd(2025, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MainMissionCustomValue = struct { + main_mission_id: u32 = 0, + custom_value_list: ?MissionCustomValueList = null, + + pub const _desc_table = .{ + .main_mission_id = fd(4, .{ .Varint = .Simple }), + .custom_value_list = fd(11, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetMissionDataScRsp = struct { + retcode: u32 = 0, + OJOMOCGIAIC: ArrayList(u32), + track_mission_id: u32 = 0, + mission_list: ArrayList(Mission), + main_mission_list: ArrayList(MainMission), + + pub const _desc_table = .{ + .retcode = fd(10, .{ .Varint = .Simple }), + .OJOMOCGIAIC = fd(6, .{ .PackedList = .{ .Varint = .Simple } }), + .track_mission_id = fd(8, .{ .Varint = .Simple }), + .mission_list = fd(2, .{ .List = .{ .SubMessage = {} } }), + .main_mission_list = fd(1, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AcceptMainMissionCsReq = struct { + main_mission_id: u32 = 0, + + pub const _desc_table = .{ + .main_mission_id = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AcceptMainMissionScRsp = struct { + main_mission_id: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .main_mission_id = fd(12, .{ .Varint = .Simple }), + .retcode = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FinishTalkMissionCsReq = struct { + custom_value_list: ArrayList(MissionCustomValue), + talk_str: ManagedString = .Empty, + sub_mission_id: u32 = 0, + + pub const _desc_table = .{ + .custom_value_list = fd(7, .{ .List = .{ .SubMessage = {} } }), + .talk_str = fd(3, .String), + .sub_mission_id = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FinishTalkMissionScRsp = struct { + talk_str: ManagedString = .Empty, + retcode: u32 = 0, + sub_mission_id: u32 = 0, + custom_value_list: ArrayList(MissionCustomValue), + + pub const _desc_table = .{ + .talk_str = fd(2, .String), + .retcode = fd(12, .{ .Varint = .Simple }), + .sub_mission_id = fd(3, .{ .Varint = .Simple }), + .custom_value_list = fd(11, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MissionRewardScNotify = struct { + main_mission_id: u32 = 0, + sub_mission_id: u32 = 0, + reward: ?ItemList = null, + + pub const _desc_table = .{ + .main_mission_id = fd(9, .{ .Varint = .Simple }), + .sub_mission_id = fd(1, .{ .Varint = .Simple }), + .reward = fd(2, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SubMissionRewardScNotify = struct { + reward: ?ItemList = null, + sub_mission_id: u32 = 0, + + pub const _desc_table = .{ + .reward = fd(1, .{ .SubMessage = {} }), + .sub_mission_id = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SyncTaskCsReq = struct { + key: ManagedString = .Empty, + + pub const _desc_table = .{ + .key = fd(4, .String), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SyncTaskScRsp = struct { + retcode: u32 = 0, + key: ManagedString = .Empty, + + pub const _desc_table = .{ + .retcode = fd(5, .{ .Varint = .Simple }), + .key = fd(13, .String), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MissionGroupWarnScNotify = struct { + group_id_list: ArrayList(u32), + + pub const _desc_table = .{ + .group_id_list = fd(14, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FinishCosumeItemMissionCsReq = struct { + item_list: ?ItemList = null, + sub_mission_id: u32 = 0, + + pub const _desc_table = .{ + .item_list = fd(8, .{ .SubMessage = {} }), + .sub_mission_id = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FinishCosumeItemMissionScRsp = struct { + sub_mission_id: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .sub_mission_id = fd(4, .{ .Varint = .Simple }), + .retcode = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetMissionStatusCsReq = struct { + sub_mission_id_list: ArrayList(u32), + main_mission_id_list: ArrayList(u32), + + pub const _desc_table = .{ + .sub_mission_id_list = fd(3, .{ .PackedList = .{ .Varint = .Simple } }), + .main_mission_id_list = fd(13, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetMissionStatusScRsp = struct { + MainMissionMcvList: ArrayList(MainMissionCustomValue), + UnfinishedMainMissionIdList: ArrayList(u32), + CurversionFinishedMainMissionIdList: ArrayList(u32), + SubMissionStatusList: ArrayList(Mission), + FinishedMainMissionIdList: ArrayList(u32), + retcode: u32 = 0, + DisabledMainMissionIdList: ArrayList(u32), + + pub const _desc_table = .{ + .MainMissionMcvList = fd(14, .{ .List = .{ .SubMessage = {} } }), + .UnfinishedMainMissionIdList = fd(13, .{ .PackedList = .{ .Varint = .Simple } }), + .CurversionFinishedMainMissionIdList = fd(5, .{ .PackedList = .{ .Varint = .Simple } }), + .SubMissionStatusList = fd(1, .{ .List = .{ .SubMessage = {} } }), + .FinishedMainMissionIdList = fd(8, .{ .PackedList = .{ .Varint = .Simple } }), + .retcode = fd(9, .{ .Varint = .Simple }), + .DisabledMainMissionIdList = fd(3, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TeleportToMissionResetPointCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TeleportToMissionResetPointScRsp = struct { + retcode: u32 = 0, + motion: ?MotionInfo = null, + client_pos_version: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(2, .{ .Varint = .Simple }), + .motion = fd(9, .{ .SubMessage = {} }), + .client_pos_version = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const StartFinishSubMissionScNotify = struct { + sub_mission_id: u32 = 0, + + pub const _desc_table = .{ + .sub_mission_id = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const StartFinishMainMissionScNotify = struct { + main_mission_id: u32 = 0, + + pub const _desc_table = .{ + .main_mission_id = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetMainMissionCustomValueCsReq = struct { + main_mission_id_list: ArrayList(u32), + + pub const _desc_table = .{ + .main_mission_id_list = fd(5, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetMainMissionCustomValueScRsp = struct { + main_mission_list: ArrayList(MainMission), + retcode: u32 = 0, + + pub const _desc_table = .{ + .main_mission_list = fd(12, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MissionAcceptScNotify = struct { + sub_mission_id_list: ArrayList(u32), + + pub const _desc_table = .{ + .sub_mission_id_list = fd(12, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const UpdateTrackMainMissionIdCsReq = struct { + IJDJMNJBOBI: TrackMainMissionUpdateReasonId = @enumFromInt(0), + LMBCEOPCIGC: u32 = 0, + track_mission_id: u32 = 0, + + pub const _desc_table = .{ + .IJDJMNJBOBI = fd(6, .{ .Varint = .Simple }), + .LMBCEOPCIGC = fd(12, .{ .Varint = .Simple }), + .track_mission_id = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const UpdateTrackMainMissionIdScRsp = struct { + retcode: u32 = 0, + track_mission_id: u32 = 0, + prev_track_mission_id: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(11, .{ .Varint = .Simple }), + .track_mission_id = fd(6, .{ .Varint = .Simple }), + .prev_track_mission_id = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FinishedMissionScNotify = struct { + FinishedMainMissionIdList: ArrayList(u32), + + pub const _desc_table = .{ + .FinishedMainMissionIdList = fd(3, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const UpdateMainMissionCustomValueCsReq = struct { + DFDEKANJBLG: ManagedString = .Empty, + main_mission_id: u32 = 0, + value: u32 = 0, + + pub const _desc_table = .{ + .DFDEKANJBLG = fd(2, .String), + .main_mission_id = fd(15, .{ .Varint = .Simple }), + .value = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const UpdateMainMissionCustomValueScRsp = struct { + retcode: u32 = 0, + LPJFBMJBEPP: ?MainMission = null, + + pub const _desc_table = .{ + .retcode = fd(15, .{ .Varint = .Simple }), + .LPJFBMJBEPP = fd(1, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetMonopolyInfoCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ODAIJIGEAJL = struct { + ENGJFICHDML: u32 = 0, + LJFGIFBDANC: bool = false, + EJHDCNEEGMI: u32 = 0, + HGMMCHHBKPB: bool = false, + CPIOGJKFECH: u32 = 0, + FLJBJPAHJIF: u32 = 0, + + pub const _desc_table = .{ + .ENGJFICHDML = fd(3, .{ .Varint = .Simple }), + .LJFGIFBDANC = fd(15, .{ .Varint = .Simple }), + .EJHDCNEEGMI = fd(14, .{ .Varint = .Simple }), + .HGMMCHHBKPB = fd(2, .{ .Varint = .Simple }), + .CPIOGJKFECH = fd(11, .{ .Varint = .Simple }), + .FLJBJPAHJIF = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LLGNIKNMCKE = struct { + NMAMONLLALL: GOJOINDBKIK = @enumFromInt(0), + OFIODJNLBEA: ArrayList(u32), + + pub const _desc_table = .{ + .NMAMONLLALL = fd(6, .{ .Varint = .Simple }), + .OFIODJNLBEA = fd(15, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OOEMIBFNLLD = struct { + progress: u32 = 0, + EKPNCLPOENK: u32 = 0, + + pub const _desc_table = .{ + .progress = fd(6, .{ .Varint = .Simple }), + .EKPNCLPOENK = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LAILNIGFPOO = struct { + is_taken_reward: bool = false, + AELPFEBGNOK: bool = false, + KHGPFHBOELE: u64 = 0, + + pub const _desc_table = .{ + .is_taken_reward = fd(2, .{ .Varint = .Simple }), + .AELPFEBGNOK = fd(6, .{ .Varint = .Simple }), + .KHGPFHBOELE = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BCMOKFHJMPM = struct { + DGALCMFIDFP: u32 = 0, + FHOLFDONOII: bool = false, + EBOOLGNACJJ: u64 = 0, + HHJPBLEKAPN: u32 = 0, + LJJMLEIOIFE: u32 = 0, + CJFMAIAKENL: ArrayList(OOEMIBFNLLD), + BNOLDNBMJHF: u32 = 0, + DGEPMKFFOAB: u32 = 0, + JCKNGFJEEGI: ArrayList(OOEMIBFNLLD), + DDIBEFMILMP: ManagedString = .Empty, + IFKFEPKHLGN: ArrayList(OOEMIBFNLLD), + KGBEJKNCLFK: ArrayList(OOEMIBFNLLD), + JGNIHLJFJPP: u32 = 0, + JOJNDGBEJEK: u64 = 0, + EBABBEJIPJN: ArrayList(LAILNIGFPOO), + JLEGPNIHMJD: ManagedString = .Empty, + PJDFBPBMBBA: ManagedString = .Empty, + OMGKJLJIHLH: u64 = 0, + + pub const _desc_table = .{ + .DGALCMFIDFP = fd(9, .{ .Varint = .Simple }), + .FHOLFDONOII = fd(6, .{ .Varint = .Simple }), + .EBOOLGNACJJ = fd(2, .{ .Varint = .Simple }), + .HHJPBLEKAPN = fd(1, .{ .Varint = .Simple }), + .LJJMLEIOIFE = fd(8, .{ .Varint = .Simple }), + .CJFMAIAKENL = fd(13, .{ .List = .{ .SubMessage = {} } }), + .BNOLDNBMJHF = fd(7, .{ .Varint = .Simple }), + .DGEPMKFFOAB = fd(15, .{ .Varint = .Simple }), + .JCKNGFJEEGI = fd(11, .{ .List = .{ .SubMessage = {} } }), + .DDIBEFMILMP = fd(1964, .String), + .IFKFEPKHLGN = fd(10, .{ .List = .{ .SubMessage = {} } }), + .KGBEJKNCLFK = fd(12, .{ .List = .{ .SubMessage = {} } }), + .JGNIHLJFJPP = fd(14, .{ .Varint = .Simple }), + .JOJNDGBEJEK = fd(3, .{ .Varint = .Simple }), + .EBABBEJIPJN = fd(4, .{ .List = .{ .SubMessage = {} } }), + .JLEGPNIHMJD = fd(109, .String), + .PJDFBPBMBBA = fd(1480, .String), + .OMGKJLJIHLH = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EDKGOMNEHOH = struct { + FJOAFFLLEOK: ArrayList(BCMOKFHJMPM), + + pub const _desc_table = .{ + .FJOAFFLLEOK = fd(11, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetMonopolyInfoScRsp = struct { + stt: ?KJBMLBGIBJF = null, + rogue_buff_info: ?AFDALBGANPC = null, + HEHJKFILINN: ?NFDGIJLOLGD = null, + rogue_map: ?JAJGKKDPALC = null, + FGHCIADCMNJ: ?HFDGMJJFOHM = null, + IEDGKHDJJDC: ?EDKGOMNEHOH = null, + OELHKEIPIDJ: ?CANNIBGCLCL = null, + HLJMHNABFMC: ?ODAIJIGEAJL = null, + GPFGDOKNGEL: ?ICIHABOLHPN = null, + COKCGFMEIBA: ArrayList(u32), + LJAOGAPDFHA: ?AEDKPBFCKGO = null, + retcode: u32 = 0, + JNHJEELJFHF: ?LLGNIKNMCKE = null, + + pub const _desc_table = .{ + .stt = fd(5, .{ .SubMessage = {} }), + .rogue_buff_info = fd(14, .{ .SubMessage = {} }), + .HEHJKFILINN = fd(11, .{ .SubMessage = {} }), + .rogue_map = fd(13, .{ .SubMessage = {} }), + .FGHCIADCMNJ = fd(8, .{ .SubMessage = {} }), + .IEDGKHDJJDC = fd(4, .{ .SubMessage = {} }), + .OELHKEIPIDJ = fd(7, .{ .SubMessage = {} }), + .HLJMHNABFMC = fd(12, .{ .SubMessage = {} }), + .GPFGDOKNGEL = fd(15, .{ .SubMessage = {} }), + .COKCGFMEIBA = fd(1, .{ .PackedList = .{ .Varint = .Simple } }), + .LJAOGAPDFHA = fd(9, .{ .SubMessage = {} }), + .retcode = fd(6, .{ .Varint = .Simple }), + .JNHJEELJFHF = fd(10, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const NFDGIJLOLGD = struct { + HFMDLHIFMPI: ArrayList(u32), + + pub const _desc_table = .{ + .HFMDLHIFMPI = fd(8, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyConditionUpdateScNotify = struct { + HEHJKFILINN: ?NFDGIJLOLGD = null, + + pub const _desc_table = .{ + .HEHJKFILINN = fd(11, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KJBMLBGIBJF = struct { + OCCMNIDEBBJ: ArrayList(u32), + JIHCHILFJPI: ArrayList(u32), + + pub const _desc_table = .{ + .OCCMNIDEBBJ = fd(13, .{ .PackedList = .{ .Varint = .Simple } }), + .JIHCHILFJPI = fd(15, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolySttUpdateScNotify = struct { + stt: ?KJBMLBGIBJF = null, + + pub const _desc_table = .{ + .stt = fd(4, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const IAACCAFGEPI = struct { + cell_id: u32 = 0, + JMDEFLAFICE: bool = false, + MAFKCBODMMC: IHGJLLNGDKL = @enumFromInt(0), + map_id: u32 = 0, + + pub const _desc_table = .{ + .cell_id = fd(5, .{ .Varint = .Simple }), + .JMDEFLAFICE = fd(2, .{ .Varint = .Simple }), + .MAFKCBODMMC = fd(1, .{ .Varint = .Simple }), + .map_id = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const JAJGKKDPALC = struct { + NBMPBGPJONH: ArrayList(IAACCAFGEPI), + LBBONKACGEJ: u32 = 0, + IMOPIEJBHOD: ArrayList(IAACCAFGEPI), + PGALBDIIEFG: u32 = 0, + HGBIGBFGBOM: ?IAACCAFGEPI = null, + + pub const _desc_table = .{ + .NBMPBGPJONH = fd(3, .{ .List = .{ .SubMessage = {} } }), + .LBBONKACGEJ = fd(11, .{ .Varint = .Simple }), + .IMOPIEJBHOD = fd(7, .{ .List = .{ .SubMessage = {} } }), + .PGALBDIIEFG = fd(5, .{ .Varint = .Simple }), + .HGBIGBFGBOM = fd(12, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyEventLoadUpdateScNotify = struct { + IMOPIEJBHOD: ArrayList(IAACCAFGEPI), + NBMPBGPJONH: ArrayList(IAACCAFGEPI), + + pub const _desc_table = .{ + .IMOPIEJBHOD = fd(8, .{ .List = .{ .SubMessage = {} } }), + .NBMPBGPJONH = fd(3, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const COMEOLGLNKO = struct { + event_id: u32 = 0, + + pub const _desc_table = .{ + .event_id = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PBLCEJHPOPO = struct { + event_id: u32 = 0, + + pub const _desc_table = .{ + .event_id = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LIHOCEHEPDB = struct { + event_id: u32 = 0, + KDMLLLGHJON: u32 = 0, + LFCMBGOAIBB: u32 = 0, + HFEJHLNIGGH: ArrayList(u32), + + pub const _desc_table = .{ + .event_id = fd(10, .{ .Varint = .Simple }), + .KDMLLLGHJON = fd(6, .{ .Varint = .Simple }), + .LFCMBGOAIBB = fd(3, .{ .Varint = .Simple }), + .HFEJHLNIGGH = fd(11, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OHNBCHLOEBL = struct { + ECCJBGLBIGM: u32 = 0, + OLFNJJKLGMK: u32 = 0, + LFCMBGOAIBB: u32 = 0, + event_id: u32 = 0, + HFEJHLNIGGH: ArrayList(u32), + + pub const _desc_table = .{ + .ECCJBGLBIGM = fd(11, .{ .Varint = .Simple }), + .OLFNJJKLGMK = fd(6, .{ .Varint = .Simple }), + .LFCMBGOAIBB = fd(4, .{ .Varint = .Simple }), + .event_id = fd(15, .{ .Varint = .Simple }), + .HFEJHLNIGGH = fd(14, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BLMJNFFPMCN = struct { + PIFPGKFFBPN: u32 = 0, + KMKFOJAHELJ: ArrayList(LBENAAHCPEO), + + pub const _desc_table = .{ + .PIFPGKFFBPN = fd(6, .{ .Varint = .Simple }), + .KMKFOJAHELJ = fd(2, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AAIBAKECHCE = struct { + PAGCAMAGFLB: u32 = 0, + + pub const _desc_table = .{ + .PAGCAMAGFLB = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FGONFNIDOHJ = struct { + shop_id: u32 = 0, + + pub const _desc_table = .{ + .shop_id = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const IPONFKAJENJ = struct { + APAOBDGJMEG: u32 = 0, + + pub const _desc_table = .{ + .APAOBDGJMEG = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const NALPJMLJPNP = struct { + IEEJCHFEPHA: u32 = 0, + OEFHMBJBLGC: u32 = 0, + + pub const _desc_table = .{ + .IEEJCHFEPHA = fd(5, .{ .Varint = .Simple }), + .OEFHMBJBLGC = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LBENAAHCPEO = struct { + OKDLMEJPCHE: u32 = 0, + BMPFOIKMGBK: ?BMPFOIKMGBK_union, + + pub const _BMPFOIKMGBK_case = enum { + NBJICDAJDGF, + PECBIMKOOAH, + ECOIFNNJDAP, + JOADHBLDIMF, + JBJLDPPDBBC, + GAJBFPCPIGM, + EMLNNMLGNKH, + IEFOGHNGCMC, + JOPPAEMPPFH, + }; + pub const BMPFOIKMGBK_union = union(_BMPFOIKMGBK_case) { + NBJICDAJDGF: FGONFNIDOHJ, + PECBIMKOOAH: COMEOLGLNKO, + ECOIFNNJDAP: AAIBAKECHCE, + JOADHBLDIMF: OHNBCHLOEBL, + JBJLDPPDBBC: LIHOCEHEPDB, + GAJBFPCPIGM: IPONFKAJENJ, + EMLNNMLGNKH: PBLCEJHPOPO, + IEFOGHNGCMC: BLMJNFFPMCN, + JOPPAEMPPFH: NALPJMLJPNP, + pub const _union_desc = .{ + .NBJICDAJDGF = fd(1, .{ .SubMessage = {} }), + .PECBIMKOOAH = fd(3, .{ .SubMessage = {} }), + .ECOIFNNJDAP = fd(6, .{ .SubMessage = {} }), + .JOADHBLDIMF = fd(9, .{ .SubMessage = {} }), + .JBJLDPPDBBC = fd(10, .{ .SubMessage = {} }), + .GAJBFPCPIGM = fd(12, .{ .SubMessage = {} }), + .EMLNNMLGNKH = fd(13, .{ .SubMessage = {} }), + .IEFOGHNGCMC = fd(14, .{ .SubMessage = {} }), + .JOPPAEMPPFH = fd(15, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .OKDLMEJPCHE = fd(11, .{ .Varint = .Simple }), + .BMPFOIKMGBK = fd(null, .{ .OneOf = BMPFOIKMGBK_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ICIHABOLHPN = struct { + FHNPAGIHINF: ?LBENAAHCPEO = null, + + pub const _desc_table = .{ + .FHNPAGIHINF = fd(8, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyContentUpdateScNotify = struct { + FHNPAGIHINF: ?LBENAAHCPEO = null, + + pub const _desc_table = .{ + .FHNPAGIHINF = fd(15, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyCellUpdateNotify = struct { + HGBIGBFGBOM: ?IAACCAFGEPI = null, + + pub const _desc_table = .{ + .HGBIGBFGBOM = fd(5, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyRollDiceCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyRollDiceScRsp = struct { + BLHIABBKGPB: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .BLHIABBKGPB = fd(5, .{ .Varint = .Simple }), + .retcode = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyCheatDiceCsReq = struct { + OCFHHDCBFBH: u32 = 0, + + pub const _desc_table = .{ + .OCFHHDCBFBH = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyCheatDiceScRsp = struct { + retcode: u32 = 0, + OCFHHDCBFBH: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(4, .{ .Varint = .Simple }), + .OCFHHDCBFBH = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyMoveCsReq = struct { + CNIFHNBIOFJ: u32 = 0, + DGBMDPBIALG: u32 = 0, + + pub const _desc_table = .{ + .CNIFHNBIOFJ = fd(12, .{ .Varint = .Simple }), + .DGBMDPBIALG = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyMoveScRsp = struct { + rogue_map: ?JAJGKKDPALC = null, + HECJNJNIAKK: ArrayList(IAACCAFGEPI), + retcode: u32 = 0, + + pub const _desc_table = .{ + .rogue_map = fd(6, .{ .SubMessage = {} }), + .HECJNJNIAKK = fd(4, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolySelectOptionCsReq = struct { + event_id: u32 = 0, + KDMLLLGHJON: u32 = 0, + + pub const _desc_table = .{ + .event_id = fd(10, .{ .Varint = .Simple }), + .KDMLLLGHJON = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DDCELCOJGNP = struct { + LGIIAHIDLMG: u32 = 0, + event_id: u32 = 0, + KDMLLLGHJON: u32 = 0, + + pub const _desc_table = .{ + .LGIIAHIDLMG = fd(13, .{ .Varint = .Simple }), + .event_id = fd(6, .{ .Varint = .Simple }), + .KDMLLLGHJON = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolySelectOptionScRsp = struct { + ABNOINLOKLN: ArrayList(DDCELCOJGNP), + KDMLLLGHJON: u32 = 0, + event_id: u32 = 0, + retcode: u32 = 0, + GPFGDOKNGEL: ?LBENAAHCPEO = null, + + pub const _desc_table = .{ + .ABNOINLOKLN = fd(2, .{ .List = .{ .SubMessage = {} } }), + .KDMLLLGHJON = fd(3, .{ .Varint = .Simple }), + .event_id = fd(12, .{ .Varint = .Simple }), + .retcode = fd(10, .{ .Varint = .Simple }), + .GPFGDOKNGEL = fd(4, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyRollRandomCsReq = struct { + event_id: u32 = 0, + + pub const _desc_table = .{ + .event_id = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyRollRandomScRsp = struct { + GPFGDOKNGEL: ?LBENAAHCPEO = null, + event_id: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .GPFGDOKNGEL = fd(1, .{ .SubMessage = {} }), + .event_id = fd(2, .{ .Varint = .Simple }), + .retcode = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyReRollRandomCsReq = struct { + event_id: u32 = 0, + + pub const _desc_table = .{ + .event_id = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyReRollRandomScRsp = struct { + event_id: u32 = 0, + GPFGDOKNGEL: ?LBENAAHCPEO = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .event_id = fd(15, .{ .Varint = .Simple }), + .GPFGDOKNGEL = fd(12, .{ .SubMessage = {} }), + .retcode = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyConfirmRandomCsReq = struct { + event_id: u32 = 0, + + pub const _desc_table = .{ + .event_id = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyConfirmRandomScRsp = struct { + event_id: u32 = 0, + GPFGDOKNGEL: ?LBENAAHCPEO = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .event_id = fd(9, .{ .Varint = .Simple }), + .GPFGDOKNGEL = fd(15, .{ .SubMessage = {} }), + .retcode = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyBuyGoodsCsReq = struct { + KNANGDKHIEJ: u32 = 0, + shop_id: u32 = 0, + + pub const _desc_table = .{ + .KNANGDKHIEJ = fd(10, .{ .Varint = .Simple }), + .shop_id = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyBuyGoodsScRsp = struct { + shop_id: u32 = 0, + retcode: u32 = 0, + KNANGDKHIEJ: u32 = 0, + + pub const _desc_table = .{ + .shop_id = fd(12, .{ .Varint = .Simple }), + .retcode = fd(6, .{ .Varint = .Simple }), + .KNANGDKHIEJ = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyUpgradeAssetCsReq = struct { + PAGCAMAGFLB: u32 = 0, + + pub const _desc_table = .{ + .PAGCAMAGFLB = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyUpgradeAssetScRsp = struct { + retcode: u32 = 0, + PAGCAMAGFLB: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(1, .{ .Varint = .Simple }), + .PAGCAMAGFLB = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyGiveUpCurContentCsReq = struct { + content_id: u32 = 0, + + pub const _desc_table = .{ + .content_id = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyGiveUpCurContentScRsp = struct { + retcode: u32 = 0, + content_id: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(3, .{ .Varint = .Simple }), + .content_id = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyActionResult = struct { + click_cell_id: u32 = 0, + source_type: GKEJFKAKENM = @enumFromInt(0), + trigger_map_id: u32 = 0, + click_map_id: u32 = 0, + effect_type: u32 = 0, + trigger_cell_id: u32 = 0, + detail: ?NIBJAMFMEFD = null, + + pub const _desc_table = .{ + .click_cell_id = fd(6, .{ .Varint = .Simple }), + .source_type = fd(13, .{ .Varint = .Simple }), + .trigger_map_id = fd(10, .{ .Varint = .Simple }), + .click_map_id = fd(4, .{ .Varint = .Simple }), + .effect_type = fd(2, .{ .Varint = .Simple }), + .trigger_cell_id = fd(11, .{ .Varint = .Simple }), + .detail = fd(15, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyActionResultScNotify = struct { + PFNOKNCDPGE: ArrayList(MonopolyActionResult), + + pub const _desc_table = .{ + .PFNOKNCDPGE = fd(6, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LMMEBMBGLDN = struct { + HKMIHEJCAEM: u32 = 0, + BLHDOHMACBM: bool = false, + + pub const _desc_table = .{ + .HKMIHEJCAEM = fd(10, .{ .Varint = .Simple }), + .BLHDOHMACBM = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const NIBJAMFMEFD = struct { + FBKHKLGJMFH: ?FBKHKLGJMFH_union, + + pub const _FBKHKLGJMFH_case = enum { + HANOGACJPKB, + FJGHNLNJLPH, + DACHANHPPBG, + OMFECIMLADC, + DMDPCOOAFJK, + HHIBFNAGKFF, + NKCMGBCPJGG, + FFIPKMHCKHJ, + NOENHHILNAH, + MECLLCDABNO, + NFBCGKNOPDA, + KPBJIPGEJPL, + NGONCCBLAOL, + }; + pub const FBKHKLGJMFH_union = union(_FBKHKLGJMFH_case) { + HANOGACJPKB: LPBAMOKKJCM, + FJGHNLNJLPH: NMGHFOLKFAJ, + DACHANHPPBG: AIDFBBIAPEP, + OMFECIMLADC: BMPLFJKEOLF, + DMDPCOOAFJK: LNKMKNBPIJH, + HHIBFNAGKFF: LNKMKNBPIJH, + NKCMGBCPJGG: LMMEBMBGLDN, + FFIPKMHCKHJ: LMKAAEFPFFO, + NOENHHILNAH: BMPLFJKEOLF, + MECLLCDABNO: LMKAAEFPFFO, + NFBCGKNOPDA: AIDFBBIAPEP, + KPBJIPGEJPL: BMPLFJKEOLF, + NGONCCBLAOL: LNKMKNBPIJH, + pub const _union_desc = .{ + .HANOGACJPKB = fd(1, .{ .SubMessage = {} }), + .FJGHNLNJLPH = fd(3, .{ .SubMessage = {} }), + .DACHANHPPBG = fd(4, .{ .SubMessage = {} }), + .OMFECIMLADC = fd(5, .{ .SubMessage = {} }), + .DMDPCOOAFJK = fd(6, .{ .SubMessage = {} }), + .HHIBFNAGKFF = fd(7, .{ .SubMessage = {} }), + .NKCMGBCPJGG = fd(8, .{ .SubMessage = {} }), + .FFIPKMHCKHJ = fd(9, .{ .SubMessage = {} }), + .NOENHHILNAH = fd(10, .{ .SubMessage = {} }), + .MECLLCDABNO = fd(11, .{ .SubMessage = {} }), + .NFBCGKNOPDA = fd(12, .{ .SubMessage = {} }), + .KPBJIPGEJPL = fd(13, .{ .SubMessage = {} }), + .NGONCCBLAOL = fd(15, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .FBKHKLGJMFH = fd(null, .{ .OneOf = FBKHKLGJMFH_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const NMGHFOLKFAJ = struct { + GJLKOGGIIFO: u32 = 0, + + pub const _desc_table = .{ + .GJLKOGGIIFO = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LMKAAEFPFFO = struct { + item_id: u32 = 0, + BMALPKEKBEL: u32 = 0, + OGJOFMCMFPG: u32 = 0, + + pub const _desc_table = .{ + .item_id = fd(1, .{ .Varint = .Simple }), + .BMALPKEKBEL = fd(12, .{ .Varint = .Simple }), + .OGJOFMCMFPG = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LNKMKNBPIJH = struct { + OGNKMDNJGOG: u32 = 0, + IGDBOFCDJOL: u32 = 0, + + pub const _desc_table = .{ + .OGNKMDNJGOG = fd(15, .{ .Varint = .Simple }), + .IGDBOFCDJOL = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LPBAMOKKJCM = struct { + MDFLFLLMGNA: u32 = 0, + KNGGPPIOGAE: u32 = 0, + NJDGGJBEFCN: u32 = 0, + HNLFMJOKNBN: u32 = 0, + + pub const _desc_table = .{ + .MDFLFLLMGNA = fd(3, .{ .Varint = .Simple }), + .KNGGPPIOGAE = fd(12, .{ .Varint = .Simple }), + .NJDGGJBEFCN = fd(2, .{ .Varint = .Simple }), + .HNLFMJOKNBN = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HAKNOFDPBOD = struct { + FPOGIALMCIP: u32 = 0, + ACDOPCBMPNL: u32 = 0, + config_id: u32 = 0, + NGIKDJMNGBG: ?NGIKDJMNGBG_union, + + pub const _NGIKDJMNGBG_case = enum { + LKANIPLNKGC, + BDEMPAKHGMJ, + EJCOLGNJGDC, + }; + pub const NGIKDJMNGBG_union = union(_NGIKDJMNGBG_case) { + LKANIPLNKGC: EIMOBGLLEFO, + BDEMPAKHGMJ: EOPFMPAOOJE, + EJCOLGNJGDC: GJKIAPIPGAN, + pub const _union_desc = .{ + .LKANIPLNKGC = fd(4, .{ .SubMessage = {} }), + .BDEMPAKHGMJ = fd(5, .{ .SubMessage = {} }), + .EJCOLGNJGDC = fd(6, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .FPOGIALMCIP = fd(12, .{ .Varint = .Simple }), + .ACDOPCBMPNL = fd(13, .{ .Varint = .Simple }), + .config_id = fd(14, .{ .Varint = .Simple }), + .NGIKDJMNGBG = fd(null, .{ .OneOf = NGIKDJMNGBG_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HFDGMJJFOHM = struct { + AJCINKHBDJB: ?HAKNOFDPBOD = null, + PEFMDFKECOD: ArrayList(HAKNOFDPBOD), + NPOIGJPCGFB: ?LMMEBMBGLDN = null, + + pub const _desc_table = .{ + .AJCINKHBDJB = fd(12, .{ .SubMessage = {} }), + .PEFMDFKECOD = fd(11, .{ .List = .{ .SubMessage = {} } }), + .NPOIGJPCGFB = fd(4, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyGameSettleScNotify = struct { + PEMIJIMJMIO: ?ItemList = null, + GAJBFPCPIGM: ?HAKNOFDPBOD = null, + item_list: ?ItemList = null, + + pub const _desc_table = .{ + .PEMIJIMJMIO = fd(15, .{ .SubMessage = {} }), + .GAJBFPCPIGM = fd(10, .{ .SubMessage = {} }), + .item_list = fd(13, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyGameCreateScNotify = struct { + NPOIGJPCGFB: ?LMMEBMBGLDN = null, + GAJBFPCPIGM: ?HAKNOFDPBOD = null, + + pub const _desc_table = .{ + .NPOIGJPCGFB = fd(5, .{ .SubMessage = {} }), + .GAJBFPCPIGM = fd(9, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyGameRaiseRatioCsReq = struct { + ACDOPCBMPNL: u32 = 0, + + pub const _desc_table = .{ + .ACDOPCBMPNL = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyGameRaiseRatioScRsp = struct { + ratio: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .ratio = fd(7, .{ .Varint = .Simple }), + .retcode = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DailyFirstEnterMonopolyActivityCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DailyFirstEnterMonopolyActivityScRsp = struct { + LJAOGAPDFHA: ?AEDKPBFCKGO = null, + IIHKIKLIOJI: i64 = 0, + retcode: u32 = 0, + KEKJCDMIDDL: u32 = 0, + OICAGHGMMFP: bool = false, + + pub const _desc_table = .{ + .LJAOGAPDFHA = fd(4, .{ .SubMessage = {} }), + .IIHKIKLIOJI = fd(1, .{ .Varint = .Simple }), + .retcode = fd(14, .{ .Varint = .Simple }), + .KEKJCDMIDDL = fd(9, .{ .Varint = .Simple }), + .OICAGHGMMFP = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyGetDailyInitItemCsReq = struct { + IFHPJJBLNDL: bool = false, + + pub const _desc_table = .{ + .IFHPJJBLNDL = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyGetDailyInitItemScRsp = struct { + HBFFFGPJKIC: u32 = 0, + OFGNIGNOHAF: u32 = 0, + IIHKIKLIOJI: i64 = 0, + retcode: u32 = 0, + HCDBBFLPCFL: u32 = 0, + IOABHFPABBE: u32 = 0, + HEOOFPGKDCD: u32 = 0, + + pub const _desc_table = .{ + .HBFFFGPJKIC = fd(8, .{ .Varint = .Simple }), + .OFGNIGNOHAF = fd(14, .{ .Varint = .Simple }), + .IIHKIKLIOJI = fd(10, .{ .Varint = .Simple }), + .retcode = fd(12, .{ .Varint = .Simple }), + .HCDBBFLPCFL = fd(11, .{ .Varint = .Simple }), + .IOABHFPABBE = fd(15, .{ .Varint = .Simple }), + .HEOOFPGKDCD = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GJKIAPIPGAN = struct { + FHBOPEPJAEN: ArrayList(u32), + OEFJMEFPIPL: u32 = 0, + NFEADMFNFLK: bool = false, + LEGHKNNKOMG: ArrayList(u32), + POGEMMICILA: ArrayList(u32), + + pub const _desc_table = .{ + .FHBOPEPJAEN = fd(5, .{ .PackedList = .{ .Varint = .Simple } }), + .OEFJMEFPIPL = fd(9, .{ .Varint = .Simple }), + .NFEADMFNFLK = fd(4, .{ .Varint = .Simple }), + .LEGHKNNKOMG = fd(15, .{ .PackedList = .{ .Varint = .Simple } }), + .POGEMMICILA = fd(6, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyGameBingoFlipCardCsReq = struct { + HCFPOFMDGKN: u32 = 0, + + pub const _desc_table = .{ + .HCFPOFMDGKN = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyGameBingoFlipCardScRsp = struct { + LEGHKNNKOMG: ArrayList(u32), + retcode: u32 = 0, + NPJEECEDPOK: u32 = 0, + NFEADMFNFLK: bool = false, + + pub const _desc_table = .{ + .LEGHKNNKOMG = fd(5, .{ .PackedList = .{ .Varint = .Simple } }), + .retcode = fd(12, .{ .Varint = .Simple }), + .NPJEECEDPOK = fd(3, .{ .Varint = .Simple }), + .NFEADMFNFLK = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyGameGachaCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyGameGachaScRsp = struct { + retcode: u32 = 0, + result_list: ArrayList(u32), + + pub const _desc_table = .{ + .retcode = fd(15, .{ .Varint = .Simple }), + .result_list = fd(5, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const NKACIMEOAPD = struct { + POGJHKFBMCH: u32 = 0, + IBADOBADHJH: u32 = 0, + + pub const _desc_table = .{ + .POGJHKFBMCH = fd(14, .{ .Varint = .Simple }), + .IBADOBADHJH = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EIMOBGLLEFO = struct { + NDGGACPICBF: ArrayList(NKACIMEOAPD), + HPNHHCMKJCB: ArrayList(u32), + CHJNGDIOOME: u32 = 0, + EAEJLOFGAFO: u32 = 0, + BHPFPEJBKEC: u32 = 0, + OHLEPKEKMNH: u32 = 0, + + pub const _desc_table = .{ + .NDGGACPICBF = fd(8, .{ .List = .{ .SubMessage = {} } }), + .HPNHHCMKJCB = fd(2, .{ .PackedList = .{ .Varint = .Simple } }), + .CHJNGDIOOME = fd(10, .{ .Varint = .Simple }), + .EAEJLOFGAFO = fd(4, .{ .Varint = .Simple }), + .BHPFPEJBKEC = fd(3, .{ .Varint = .Simple }), + .OHLEPKEKMNH = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyAcceptQuizCsReq = struct { + NDGGACPICBF: ArrayList(NKACIMEOAPD), + + pub const _desc_table = .{ + .NDGGACPICBF = fd(7, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyAcceptQuizScRsp = struct { + LKANIPLNKGC: ?EIMOBGLLEFO = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .LKANIPLNKGC = fd(15, .{ .SubMessage = {} }), + .retcode = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OOCKALNFHNP = struct { + BGBIHIDHCON: u32 = 0, + HMCJOBJBPKJ: u32 = 0, + CHJNGDIOOME: u32 = 0, + + pub const _desc_table = .{ + .BGBIHIDHCON = fd(6, .{ .Varint = .Simple }), + .HMCJOBJBPKJ = fd(3, .{ .Varint = .Simple }), + .CHJNGDIOOME = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyQuizDurationChangeScNotify = struct { + LEADMNEIMDP: ArrayList(OOCKALNFHNP), + + pub const _desc_table = .{ + .LEADMNEIMDP = fd(12, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EOPFMPAOOJE = struct { + HMHJDBIFGDI: u32 = 0, + LOPDBAEGFKP: bool = false, + PPCLBDBJLMO: u32 = 0, + + pub const _desc_table = .{ + .HMHJDBIFGDI = fd(2, .{ .Varint = .Simple }), + .LOPDBAEGFKP = fd(11, .{ .Varint = .Simple }), + .PPCLBDBJLMO = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyGuessChooseCsReq = struct { + HMHJDBIFGDI: u32 = 0, + + pub const _desc_table = .{ + .HMHJDBIFGDI = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyGuessChooseScRsp = struct { + retcode: u32 = 0, + HMHJDBIFGDI: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(15, .{ .Varint = .Simple }), + .HMHJDBIFGDI = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ACKNCAAAMJM = struct { + item_list: ?ItemList = null, + GIACFCDDJNM: u32 = 0, + PPCLBDBJLMO: u32 = 0, + + pub const _desc_table = .{ + .item_list = fd(3, .{ .SubMessage = {} }), + .GIACFCDDJNM = fd(10, .{ .Varint = .Simple }), + .PPCLBDBJLMO = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyGuessDrawScNotify = struct { + JHIIKPEJEIE: ArrayList(ACKNCAAAMJM), + + pub const _desc_table = .{ + .JHIIKPEJEIE = fd(11, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyGuessBuyInformationCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyGuessBuyInformationScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AIDFBBIAPEP = struct { + PAGCAMAGFLB: u32 = 0, + MILKEACFLPO: u32 = 0, + level: u32 = 0, + + pub const _desc_table = .{ + .PAGCAMAGFLB = fd(4, .{ .Varint = .Simple }), + .MILKEACFLPO = fd(7, .{ .Varint = .Simple }), + .level = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CANNIBGCLCL = struct { + MAGEFLJGJND: ArrayList(AIDFBBIAPEP), + + pub const _desc_table = .{ + .MAGEFLJGJND = fd(12, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AEDKPBFCKGO = struct { + FNIGPGBGEHN: u32 = 0, + PKDLKCBKKPF: u32 = 0, + PDDNGKNCPEB: u32 = 0, + KMGIEMOFOGB: u32 = 0, + IFKDGEBCDEG: u32 = 0, + IMOBLGOAJCB: bool = false, + EFINFPKKJLE: u32 = 0, + PILAAGOKAOF: u32 = 0, + GIMDHBNJOOO: u32 = 0, + + pub const _desc_table = .{ + .FNIGPGBGEHN = fd(15, .{ .Varint = .Simple }), + .PKDLKCBKKPF = fd(13, .{ .Varint = .Simple }), + .PDDNGKNCPEB = fd(14, .{ .Varint = .Simple }), + .KMGIEMOFOGB = fd(12, .{ .Varint = .Simple }), + .IFKDGEBCDEG = fd(5, .{ .Varint = .Simple }), + .IMOBLGOAJCB = fd(9, .{ .Varint = .Simple }), + .EFINFPKKJLE = fd(8, .{ .Varint = .Simple }), + .PILAAGOKAOF = fd(7, .{ .Varint = .Simple }), + .GIMDHBNJOOO = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyDailySettleScNotify = struct { + KEKJCDMIDDL: u32 = 0, + LJAOGAPDFHA: ?AEDKPBFCKGO = null, + + pub const _desc_table = .{ + .KEKJCDMIDDL = fd(2, .{ .Varint = .Simple }), + .LJAOGAPDFHA = fd(4, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BMPLFJKEOLF = struct { + OKDLMEJPCHE: u32 = 0, + COFFEBNIBHK: u32 = 0, + buff_id: u32 = 0, + + pub const _desc_table = .{ + .OKDLMEJPCHE = fd(3, .{ .Varint = .Simple }), + .COFFEBNIBHK = fd(4, .{ .Varint = .Simple }), + .buff_id = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AFDALBGANPC = struct { + buff_list: ArrayList(BMPLFJKEOLF), + + pub const _desc_table = .{ + .buff_list = fd(10, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const INDGLKCECDC = struct { + HDILBDIPGHO: u32 = 0, + uid: u32 = 0, + PILAAGOKAOF: u32 = 0, + DPJKOJGCJLP: u32 = 0, + FNIGPGBGEHN: u32 = 0, + + pub const _desc_table = .{ + .HDILBDIPGHO = fd(10, .{ .Varint = .Simple }), + .uid = fd(8, .{ .Varint = .Simple }), + .PILAAGOKAOF = fd(5, .{ .Varint = .Simple }), + .DPJKOJGCJLP = fd(11, .{ .Varint = .Simple }), + .FNIGPGBGEHN = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetMonopolyFriendRankingListCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetMonopolyFriendRankingListScRsp = struct { + retcode: u32 = 0, + ICMGEGEFDLE: ?INDGLKCECDC = null, + DCFHGAAJLNN: ArrayList(INDGLKCECDC), + + pub const _desc_table = .{ + .retcode = fd(10, .{ .Varint = .Simple }), + .ICMGEGEFDLE = fd(9, .{ .SubMessage = {} }), + .DCFHGAAJLNN = fd(12, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyLikeCsReq = struct { + CBEGNBKMHCD: u32 = 0, + + pub const _desc_table = .{ + .CBEGNBKMHCD = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyLikeScRsp = struct { + CBEGNBKMHCD: u32 = 0, + reward_list: ?ItemList = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .CBEGNBKMHCD = fd(2, .{ .Varint = .Simple }), + .reward_list = fd(9, .{ .SubMessage = {} }), + .retcode = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyLikeScNotify = struct { + OFIODJNLBEA: ArrayList(u32), + HDILBDIPGHO: u32 = 0, + + pub const _desc_table = .{ + .OFIODJNLBEA = fd(1, .{ .PackedList = .{ .Varint = .Simple } }), + .HDILBDIPGHO = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetMbtiReportCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MFDKINPDMKE = struct { + FIOEPGPEBFD: u32 = 0, + cnt: u32 = 0, + + pub const _desc_table = .{ + .FIOEPGPEBFD = fd(13, .{ .Varint = .Simple }), + .cnt = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetMbtiReportScRsp = struct { + ABNOINLOKLN: ArrayList(DDCELCOJGNP), + retcode: u32 = 0, + is_taken_reward: bool = false, + GMDHHOGBACN: ArrayList(MFDKINPDMKE), + LJHAIFCIABH: i32 = 0, + progress: u32 = 0, + PCADCGCELIN: bool = false, + PHNKKELLANM: i32 = 0, + + pub const _desc_table = .{ + .ABNOINLOKLN = fd(7, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(8, .{ .Varint = .Simple }), + .is_taken_reward = fd(15, .{ .Varint = .Simple }), + .GMDHHOGBACN = fd(1, .{ .List = .{ .SubMessage = {} } }), + .LJHAIFCIABH = fd(12, .{ .Varint = .Simple }), + .progress = fd(5, .{ .Varint = .Simple }), + .PCADCGCELIN = fd(11, .{ .Varint = .Simple }), + .PHNKKELLANM = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyEventSelectFriendCsReq = struct { + IPGECLELHGJ: u32 = 0, + BAGMAOIPMJE: bool = false, + + pub const _desc_table = .{ + .IPGECLELHGJ = fd(14, .{ .Varint = .Simple }), + .BAGMAOIPMJE = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyEventSelectFriendScRsp = struct { + IEEJCHFEPHA: u32 = 0, + retcode: u32 = 0, + HGBIGBFGBOM: ?IAACCAFGEPI = null, + OEFHMBJBLGC: u32 = 0, + + pub const _desc_table = .{ + .IEEJCHFEPHA = fd(13, .{ .Varint = .Simple }), + .retcode = fd(12, .{ .Varint = .Simple }), + .HGBIGBFGBOM = fd(7, .{ .SubMessage = {} }), + .OEFHMBJBLGC = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SocialEventServerCache = struct { + add_coin: u32 = 0, + id: u32 = 0, + src_uid: u32 = 0, + sub_coin: u32 = 0, + + pub const _desc_table = .{ + .add_coin = fd(2, .{ .Varint = .Simple }), + .id = fd(6, .{ .Varint = .Simple }), + .src_uid = fd(1, .{ .Varint = .Simple }), + .sub_coin = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolySocialEventEffectScNotify = struct { + MIAEAFFDGMH: ArrayList(SocialEventServerCache), + + pub const _desc_table = .{ + .MIAEAFFDGMH = fd(10, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetSocialEventServerCacheCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetSocialEventServerCacheScRsp = struct { + MIAEAFFDGMH: ArrayList(SocialEventServerCache), + retcode: u32 = 0, + + pub const _desc_table = .{ + .MIAEAFFDGMH = fd(7, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DeleteSocialEventServerCacheCsReq = struct { + JIDDLNHJNPB: ArrayList(u32), + + pub const _desc_table = .{ + .JIDDLNHJNPB = fd(15, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DeleteSocialEventServerCacheScRsp = struct { + BFGJMMPCPNJ: ArrayList(u32), + retcode: u32 = 0, + + pub const _desc_table = .{ + .BFGJMMPCPNJ = fd(2, .{ .PackedList = .{ .Varint = .Simple } }), + .retcode = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyGetRaffleTicketCsReq = struct { + HHJPBLEKAPN: u32 = 0, + + pub const _desc_table = .{ + .HHJPBLEKAPN = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyGetRaffleTicketScRsp = struct { + BLMEDLNOKEI: ArrayList(LAILNIGFPOO), + retcode: u32 = 0, + HHJPBLEKAPN: u32 = 0, + + pub const _desc_table = .{ + .BLMEDLNOKEI = fd(10, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(1, .{ .Varint = .Simple }), + .HHJPBLEKAPN = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyTakeRaffleTicketRewardCsReq = struct { + PMELCDFHGKC: u64 = 0, + HHJPBLEKAPN: u32 = 0, + + pub const _desc_table = .{ + .PMELCDFHGKC = fd(9, .{ .Varint = .Simple }), + .HHJPBLEKAPN = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyTakeRaffleTicketRewardScRsp = struct { + retcode: u32 = 0, + HHJPBLEKAPN: u32 = 0, + reward_list: ?ItemList = null, + PMELCDFHGKC: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(4, .{ .Varint = .Simple }), + .HHJPBLEKAPN = fd(13, .{ .Varint = .Simple }), + .reward_list = fd(8, .{ .SubMessage = {} }), + .PMELCDFHGKC = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyScrachRaffleTicketCsReq = struct { + HHJPBLEKAPN: u32 = 0, + PMELCDFHGKC: u64 = 0, + + pub const _desc_table = .{ + .HHJPBLEKAPN = fd(7, .{ .Varint = .Simple }), + .PMELCDFHGKC = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyScrachRaffleTicketScRsp = struct { + HHJPBLEKAPN: u32 = 0, + retcode: u32 = 0, + PMELCDFHGKC: u64 = 0, + + pub const _desc_table = .{ + .HHJPBLEKAPN = fd(3, .{ .Varint = .Simple }), + .retcode = fd(4, .{ .Varint = .Simple }), + .PMELCDFHGKC = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyGetRegionProgressCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyGetRegionProgressScRsp = struct { + retcode: u32 = 0, + EIMGBKNLGNF: u32 = 0, + DPJKOJGCJLP: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(9, .{ .Varint = .Simple }), + .EIMGBKNLGNF = fd(11, .{ .Varint = .Simple }), + .DPJKOJGCJLP = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyGetRafflePoolInfoCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyGetRafflePoolInfoScRsp = struct { + retcode: u32 = 0, + IEDGKHDJJDC: ?EDKGOMNEHOH = null, + + pub const _desc_table = .{ + .retcode = fd(1, .{ .Varint = .Simple }), + .IEDGKHDJJDC = fd(9, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyTakePhaseRewardCsReq = struct { + LJBGJHPKKJJ: ArrayList(u32), + + pub const _desc_table = .{ + .LJBGJHPKKJJ = fd(3, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyTakePhaseRewardScRsp = struct { + LJBGJHPKKJJ: ArrayList(u32), + retcode: u32 = 0, + reward_list: ?ItemList = null, + + pub const _desc_table = .{ + .LJBGJHPKKJJ = fd(5, .{ .PackedList = .{ .Varint = .Simple } }), + .retcode = fd(6, .{ .Varint = .Simple }), + .reward_list = fd(15, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetMonopolyMbtiReportRewardCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetMonopolyMbtiReportRewardScRsp = struct { + retcode: u32 = 0, + reward_list: ?ItemList = null, + + pub const _desc_table = .{ + .retcode = fd(15, .{ .Varint = .Simple }), + .reward_list = fd(7, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetMonopolyDailyReportCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetMonopolyDailyReportScRsp = struct { + retcode: u32 = 0, + LJAOGAPDFHA: ?AEDKPBFCKGO = null, + + pub const _desc_table = .{ + .retcode = fd(7, .{ .Varint = .Simple }), + .LJAOGAPDFHA = fd(12, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyClickCellCsReq = struct { + cell_id: u32 = 0, + map_id: u32 = 0, + + pub const _desc_table = .{ + .cell_id = fd(10, .{ .Varint = .Simple }), + .map_id = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyClickCellScRsp = struct { + cell_id: u32 = 0, + map_id: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .cell_id = fd(4, .{ .Varint = .Simple }), + .map_id = fd(9, .{ .Varint = .Simple }), + .retcode = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyClickMbtiReportCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonopolyClickMbtiReportScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MultiplayerFightGameStateCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MultiplayerFightGameStateScRsp = struct { + PFFFJNGNPOM: ?PPGGKMDAOEA = null, + LIPJDJPMOKB: ArrayList(CBBDIOMIFHD), + retcode: u32 = 0, + + pub const _desc_table = .{ + .PFFFJNGNPOM = fd(3, .{ .SubMessage = {} }), + .LIPJDJPMOKB = fd(12, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MultiplayerGetFightGateCsReq = struct { + EDIBBBKLGHJ: u32 = 0, + + pub const _desc_table = .{ + .EDIBBBKLGHJ = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MultiplayerGetFightGateScRsp = struct { + port: u32 = 0, + NOGFEEMNHPC: u64 = 0, + AOKCMMPFGBC: ManagedString = .Empty, + ip: ManagedString = .Empty, + retcode: u32 = 0, + + pub const _desc_table = .{ + .port = fd(14, .{ .Varint = .Simple }), + .NOGFEEMNHPC = fd(6, .{ .Varint = .Simple }), + .AOKCMMPFGBC = fd(1, .String), + .ip = fd(8, .String), + .retcode = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MultiplayerFightGiveUpCsReq = struct { + NOGFEEMNHPC: u64 = 0, + + pub const _desc_table = .{ + .NOGFEEMNHPC = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MultiplayerFightGiveUpScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MultiplayerFightGameStartScNotify = struct { + PFFFJNGNPOM: ?PPGGKMDAOEA = null, + LIPJDJPMOKB: ArrayList(CBBDIOMIFHD), + + pub const _desc_table = .{ + .PFFFJNGNPOM = fd(1, .{ .SubMessage = {} }), + .LIPJDJPMOKB = fd(4, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MultiplayerFightGameFinishScNotify = struct { + PFFFJNGNPOM: ?PPGGKMDAOEA = null, + + pub const _desc_table = .{ + .PFFFJNGNPOM = fd(3, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MultiplayerMatch3FinishScNotify = struct { + NIAEGHJLNMB: ?CDIMEMFJJFP = null, + FDGDOKAFBDH: u32 = 0, + reason: Match3FinishReason = @enumFromInt(0), + KOJIHJIHKIA: u32 = 0, + + pub const _desc_table = .{ + .NIAEGHJLNMB = fd(6, .{ .SubMessage = {} }), + .FDGDOKAFBDH = fd(10, .{ .Varint = .Simple }), + .reason = fd(12, .{ .Varint = .Simple }), + .KOJIHJIHKIA = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetMultipleDropInfoCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ECCNNONKFCA = struct { + OLALHIKMJOP: u32 = 0, + id: u32 = 0, + + pub const _desc_table = .{ + .OLALHIKMJOP = fd(2, .{ .Varint = .Simple }), + .id = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetMultipleDropInfoScRsp = struct { + LJCPDMNKJIF: ArrayList(ECCNNONKFCA), + FCHNNKEKFCL: ArrayList(OHDNCHFGFMA), + retcode: u32 = 0, + + pub const _desc_table = .{ + .LJCPDMNKJIF = fd(14, .{ .List = .{ .SubMessage = {} } }), + .FCHNNKEKFCL = fd(7, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MultipleDropInfoScNotify = struct { + LJCPDMNKJIF: ArrayList(ECCNNONKFCA), + + pub const _desc_table = .{ + .LJCPDMNKJIF = fd(5, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetPlayerReturnMultiDropInfoCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const JBFIPIJJIDL = struct { + LJKFFDMHOJH: u32 = 0, + panel_id: u32 = 0, + PJHDJKMJPKH: u32 = 0, + DKJGCBJKEEN: u32 = 0, + + pub const _desc_table = .{ + .LJKFFDMHOJH = fd(15, .{ .Varint = .Simple }), + .panel_id = fd(3, .{ .Varint = .Simple }), + .PJHDJKMJPKH = fd(6, .{ .Varint = .Simple }), + .DKJGCBJKEEN = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OHDNCHFGFMA = struct { + panel_id: u32 = 0, + BLFAANHJPAD: u32 = 0, + BJFBGLBJBNN: u32 = 0, + LCLMHEGDGGB: u32 = 0, + + pub const _desc_table = .{ + .panel_id = fd(10, .{ .Varint = .Simple }), + .BLFAANHJPAD = fd(3, .{ .Varint = .Simple }), + .BJFBGLBJBNN = fd(1, .{ .Varint = .Simple }), + .LCLMHEGDGGB = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetPlayerReturnMultiDropInfoScRsp = struct { + FCHNNKEKFCL: ArrayList(OHDNCHFGFMA), + retcode: u32 = 0, + IKGFOEJPJCF: ?JBFIPIJJIDL = null, + + pub const _desc_table = .{ + .FCHNNKEKFCL = fd(10, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(7, .{ .Varint = .Simple }), + .IKGFOEJPJCF = fd(13, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MultipleDropInfoNotify = struct { + PONJJNDDKBH: ArrayList(JBFIPIJJIDL), + FCHNNKEKFCL: ArrayList(OHDNCHFGFMA), + LJCPDMNKJIF: ArrayList(ECCNNONKFCA), + + pub const _desc_table = .{ + .PONJJNDDKBH = fd(6, .{ .List = .{ .SubMessage = {} } }), + .FCHNNKEKFCL = fd(14, .{ .List = .{ .SubMessage = {} } }), + .LJCPDMNKJIF = fd(3, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OPGJGDOGGNJ = struct { + pos: KAMLGLMNJGJ = @enumFromInt(0), + BDJCGCDJOEO: u32 = 0, + + pub const _desc_table = .{ + .pos = fd(2, .{ .Varint = .Simple }), + .BDJCGCDJOEO = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const JMEAOCPFEOL = struct { + HIHLGAGHLNI: u32 = 0, + HJJFMDHEAPB: u32 = 0, + DBAHFEFGLMD: u32 = 0, + BOJMNAFDJKH: ArrayList(OPGJGDOGGNJ), + level: u32 = 0, + CDNNGAGBAAK: u32 = 0, + + pub const _desc_table = .{ + .HIHLGAGHLNI = fd(13, .{ .Varint = .Simple }), + .HJJFMDHEAPB = fd(9, .{ .Varint = .Simple }), + .DBAHFEFGLMD = fd(11, .{ .Varint = .Simple }), + .BOJMNAFDJKH = fd(3, .{ .List = .{ .SubMessage = {} } }), + .level = fd(2, .{ .Varint = .Simple }), + .CDNNGAGBAAK = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PANAIJBJMEN = struct { + BELEODAIINB: u32 = 0, + is_finish: bool = false, + + pub const _desc_table = .{ + .BELEODAIINB = fd(15, .{ .Varint = .Simple }), + .is_finish = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DOLGFNLHEAE = struct { + FNPPHMBLKOA: u32 = 0, + DCEHOGAGKOM: u32 = 0, + FMBFBGNABOC: ArrayList(PANAIJBJMEN), + PNGDDNAJCGG: u32 = 0, + GGFDDEJHLIF: u32 = 0, + FILEDDCMDOC: u32 = 0, + + pub const _desc_table = .{ + .FNPPHMBLKOA = fd(4, .{ .Varint = .Simple }), + .DCEHOGAGKOM = fd(15, .{ .Varint = .Simple }), + .FMBFBGNABOC = fd(6, .{ .List = .{ .SubMessage = {} } }), + .PNGDDNAJCGG = fd(10, .{ .Varint = .Simple }), + .GGFDDEJHLIF = fd(13, .{ .Varint = .Simple }), + .FILEDDCMDOC = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OLKMLFEEFCJ = struct { + BDJCGCDJOEO: u32 = 0, + LGKIIELGHDJ: u32 = 0, + + pub const _desc_table = .{ + .BDJCGCDJOEO = fd(12, .{ .Varint = .Simple }), + .LGKIIELGHDJ = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BLNEHDIFMOO = struct { + HCAGLCLEJND: u32 = 0, + event_id: u32 = 0, + BMBGKLKECAJ: u32 = 0, + DGJBACBIICO: u32 = 0, + state: AIHADKBHPBM = @enumFromInt(0), + COGBCPLMNFD: u32 = 0, + HAABEFKHAMI: ArrayList(u32), + + pub const _desc_table = .{ + .HCAGLCLEJND = fd(3, .{ .Varint = .Simple }), + .event_id = fd(12, .{ .Varint = .Simple }), + .BMBGKLKECAJ = fd(14, .{ .Varint = .Simple }), + .DGJBACBIICO = fd(1, .{ .Varint = .Simple }), + .state = fd(9, .{ .Varint = .Simple }), + .COGBCPLMNFD = fd(2, .{ .Varint = .Simple }), + .HAABEFKHAMI = fd(11, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const JNBCPNCNOHO = struct { + LHNJMBGNDKC: u32 = 0, + BJCMPHLPKNF: ArrayList(BLNEHDIFMOO), + PNJEEPOEMCA: ArrayList(u32), + + pub const _desc_table = .{ + .LHNJMBGNDKC = fd(15, .{ .Varint = .Simple }), + .BJCMPHLPKNF = fd(11, .{ .List = .{ .SubMessage = {} } }), + .PNJEEPOEMCA = fd(12, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetMuseumInfoCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetMuseumInfoScRsp = struct { + BOJMNAFDJKH: ArrayList(OLKMLFEEFCJ), + DBJHEMIPPIM: u32 = 0, + EJKGHBEMOOB: u32 = 0, + JPIBMBBKGND: ?DOLGFNLHEAE = null, + EJNKMKFFCCL: u32 = 0, + retcode: u32 = 0, + KNDJAPNPAPK: ArrayList(u32), + EKKOLCCCNNK: ?JNBCPNCNOHO = null, + level: u32 = 0, + HPNMPDOCJMA: u32 = 0, + exp: u32 = 0, + JBJLDPPDBBC: u32 = 0, + LLEPHOELGDA: ArrayList(JMEAOCPFEOL), + KNDMDPEFADC: ArrayList(u32), + + pub const _desc_table = .{ + .BOJMNAFDJKH = fd(8, .{ .List = .{ .SubMessage = {} } }), + .DBJHEMIPPIM = fd(4, .{ .Varint = .Simple }), + .EJKGHBEMOOB = fd(2, .{ .Varint = .Simple }), + .JPIBMBBKGND = fd(9, .{ .SubMessage = {} }), + .EJNKMKFFCCL = fd(5, .{ .Varint = .Simple }), + .retcode = fd(7, .{ .Varint = .Simple }), + .KNDJAPNPAPK = fd(10, .{ .PackedList = .{ .Varint = .Simple } }), + .EKKOLCCCNNK = fd(1, .{ .SubMessage = {} }), + .level = fd(12, .{ .Varint = .Simple }), + .HPNMPDOCJMA = fd(11, .{ .Varint = .Simple }), + .exp = fd(15, .{ .Varint = .Simple }), + .JBJLDPPDBBC = fd(13, .{ .Varint = .Simple }), + .LLEPHOELGDA = fd(3, .{ .List = .{ .SubMessage = {} } }), + .KNDMDPEFADC = fd(14, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BuyNpcStuffCsReq = struct { + BDJCGCDJOEO: u32 = 0, + + pub const _desc_table = .{ + .BDJCGCDJOEO = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BuyNpcStuffScRsp = struct { + retcode: u32 = 0, + BDJCGCDJOEO: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(2, .{ .Varint = .Simple }), + .BDJCGCDJOEO = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetStuffToAreaCsReq = struct { + pos: KAMLGLMNJGJ = @enumFromInt(0), + LGKIIELGHDJ: u32 = 0, + BDJCGCDJOEO: u32 = 0, + + pub const _desc_table = .{ + .pos = fd(7, .{ .Varint = .Simple }), + .LGKIIELGHDJ = fd(6, .{ .Varint = .Simple }), + .BDJCGCDJOEO = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetStuffToAreaScRsp = struct { + retcode: u32 = 0, + LGKIIELGHDJ: u32 = 0, + BDJCGCDJOEO: u32 = 0, + pos: KAMLGLMNJGJ = @enumFromInt(0), + + pub const _desc_table = .{ + .retcode = fd(6, .{ .Varint = .Simple }), + .LGKIIELGHDJ = fd(2, .{ .Varint = .Simple }), + .BDJCGCDJOEO = fd(10, .{ .Varint = .Simple }), + .pos = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RemoveStuffFromAreaCsReq = struct { + BDJCGCDJOEO: u32 = 0, + + pub const _desc_table = .{ + .BDJCGCDJOEO = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RemoveStuffFromAreaScRsp = struct { + retcode: u32 = 0, + BDJCGCDJOEO: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(8, .{ .Varint = .Simple }), + .BDJCGCDJOEO = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetStuffScNotify = struct { + AOCELKONHOB: KGJJJKPDCFG = @enumFromInt(0), + BDJCGCDJOEO: u32 = 0, + + pub const _desc_table = .{ + .AOCELKONHOB = fd(15, .{ .Varint = .Simple }), + .BDJCGCDJOEO = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetExhibitScNotify = struct { + BCCGCFMABGM: u32 = 0, + + pub const _desc_table = .{ + .BCCGCFMABGM = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FinishCurTurnCsReq = struct { + CCIECPFPFJG: u32 = 0, + + pub const _desc_table = .{ + .CCIECPFPFJG = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FinishCurTurnScRsp = struct { + retcode: u32 = 0, + GPOIECCPAMN: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(4, .{ .Varint = .Simple }), + .GPOIECCPAMN = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const UpgradeAreaCsReq = struct { + DBAHFEFGLMD: u32 = 0, + level: u32 = 0, + + pub const _desc_table = .{ + .DBAHFEFGLMD = fd(1, .{ .Varint = .Simple }), + .level = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const UpgradeAreaScRsp = struct { + retcode: u32 = 0, + level: u32 = 0, + DBAHFEFGLMD: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(4, .{ .Varint = .Simple }), + .level = fd(12, .{ .Varint = .Simple }), + .DBAHFEFGLMD = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const UpgradeAreaStatCsReq = struct { + DBAHFEFGLMD: u32 = 0, + level: u32 = 0, + BOJBPOELFCI: IBBGDGGHEJL = @enumFromInt(0), + + pub const _desc_table = .{ + .DBAHFEFGLMD = fd(10, .{ .Varint = .Simple }), + .level = fd(6, .{ .Varint = .Simple }), + .BOJBPOELFCI = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const UpgradeAreaStatScRsp = struct { + retcode: u32 = 0, + level: u32 = 0, + DBAHFEFGLMD: u32 = 0, + BOJBPOELFCI: IBBGDGGHEJL = @enumFromInt(0), + + pub const _desc_table = .{ + .retcode = fd(6, .{ .Varint = .Simple }), + .level = fd(13, .{ .Varint = .Simple }), + .DBAHFEFGLMD = fd(15, .{ .Varint = .Simple }), + .BOJBPOELFCI = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MuseumInfoChangedScNotify = struct { + HPNMPDOCJMA: u32 = 0, + EJNKMKFFCCL: u32 = 0, + EJKGHBEMOOB: u32 = 0, + level: u32 = 0, + KNDJAPNPAPK: ArrayList(u32), + DBJHEMIPPIM: u32 = 0, + JBJLDPPDBBC: u32 = 0, + JPIBMBBKGND: ?DOLGFNLHEAE = null, + KNDMDPEFADC: ArrayList(u32), + BOJMNAFDJKH: ArrayList(OLKMLFEEFCJ), + EKKOLCCCNNK: ?JNBCPNCNOHO = null, + LLEPHOELGDA: ArrayList(JMEAOCPFEOL), + exp: u32 = 0, + + pub const _desc_table = .{ + .HPNMPDOCJMA = fd(2, .{ .Varint = .Simple }), + .EJNKMKFFCCL = fd(12, .{ .Varint = .Simple }), + .EJKGHBEMOOB = fd(10, .{ .Varint = .Simple }), + .level = fd(14, .{ .Varint = .Simple }), + .KNDJAPNPAPK = fd(11, .{ .PackedList = .{ .Varint = .Simple } }), + .DBJHEMIPPIM = fd(4, .{ .Varint = .Simple }), + .JBJLDPPDBBC = fd(13, .{ .Varint = .Simple }), + .JPIBMBBKGND = fd(7, .{ .SubMessage = {} }), + .KNDMDPEFADC = fd(5, .{ .PackedList = .{ .Varint = .Simple } }), + .BOJMNAFDJKH = fd(15, .{ .List = .{ .SubMessage = {} } }), + .EKKOLCCCNNK = fd(3, .{ .SubMessage = {} }), + .LLEPHOELGDA = fd(8, .{ .List = .{ .SubMessage = {} } }), + .exp = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MuseumRandomEventStartScNotify = struct { + HNDLHICDNPC: ?BLNEHDIFMOO = null, + + pub const _desc_table = .{ + .HNDLHICDNPC = fd(10, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MuseumRandomEventQueryCsReq = struct { + CEHFIILMJKM: i32 = 0, + + pub const _desc_table = .{ + .CEHFIILMJKM = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MuseumRandomEventQueryScRsp = struct { + HNDLHICDNPC: ?JNBCPNCNOHO = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .HNDLHICDNPC = fd(3, .{ .SubMessage = {} }), + .retcode = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MuseumRandomEventSelectCsReq = struct { + DGJBACBIICO: u32 = 0, + event_id: u32 = 0, + + pub const _desc_table = .{ + .DGJBACBIICO = fd(7, .{ .Varint = .Simple }), + .event_id = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MuseumRandomEventSelectScRsp = struct { + event_id: u32 = 0, + retcode: u32 = 0, + DGJBACBIICO: u32 = 0, + + pub const _desc_table = .{ + .event_id = fd(10, .{ .Varint = .Simple }), + .retcode = fd(5, .{ .Varint = .Simple }), + .DGJBACBIICO = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MuseumFundsChangedScNotify = struct { + DBJHEMIPPIM: u32 = 0, + + pub const _desc_table = .{ + .DBJHEMIPPIM = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MuseumDispatchFinishedScNotify = struct { + IMBLGCAADFL: u32 = 0, + MODFABDDNKL: u32 = 0, + BDJCGCDJOEO: u32 = 0, + DBJHEMIPPIM: u32 = 0, + + pub const _desc_table = .{ + .IMBLGCAADFL = fd(10, .{ .Varint = .Simple }), + .MODFABDDNKL = fd(7, .{ .Varint = .Simple }), + .BDJCGCDJOEO = fd(13, .{ .Varint = .Simple }), + .DBJHEMIPPIM = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MuseumTargetStartNotify = struct { + PNGDDNAJCGG: u32 = 0, + + pub const _desc_table = .{ + .PNGDDNAJCGG = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MuseumTargetMissionFinishNotify = struct { + PNGDDNAJCGG: u32 = 0, + FPBGADBMEAD: bool = false, + BELEODAIINB: ArrayList(u32), + + pub const _desc_table = .{ + .PNGDDNAJCGG = fd(12, .{ .Varint = .Simple }), + .FPBGADBMEAD = fd(4, .{ .Varint = .Simple }), + .BELEODAIINB = fd(6, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MuseumTargetRewardNotify = struct { + item_id: u32 = 0, + PNGDDNAJCGG: u32 = 0, + item_count: u32 = 0, + + pub const _desc_table = .{ + .item_id = fd(13, .{ .Varint = .Simple }), + .PNGDDNAJCGG = fd(10, .{ .Varint = .Simple }), + .item_count = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MuseumTakeCollectRewardCsReq = struct { + item_id: u32 = 0, + + pub const _desc_table = .{ + .item_id = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MuseumTakeCollectRewardScRsp = struct { + reward: ?ItemList = null, + item_id: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .reward = fd(13, .{ .SubMessage = {} }), + .item_id = fd(3, .{ .Varint = .Simple }), + .retcode = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MusicRhythmLevel = struct { + GKJGCBPOJCM: bool = false, + ACJCPHIFMLN: u32 = 0, + IMMAPHMHIJK: u32 = 0, + + pub const _desc_table = .{ + .GKJGCBPOJCM = fd(11, .{ .Varint = .Simple }), + .ACJCPHIFMLN = fd(7, .{ .Varint = .Simple }), + .IMMAPHMHIJK = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PAKPCCILOLN = struct { + DNKJDJJBCDK: ArrayList(u32), + NBBOABGLCJC: ArrayList(u32), + OJAMOBMGFBD: u32 = 0, + BLPBIGKJPCH: u32 = 0, + + pub const _desc_table = .{ + .DNKJDJJBCDK = fd(2, .{ .PackedList = .{ .Varint = .Simple } }), + .NBBOABGLCJC = fd(5, .{ .PackedList = .{ .Varint = .Simple } }), + .OJAMOBMGFBD = fd(3, .{ .Varint = .Simple }), + .BLPBIGKJPCH = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MusicRhythmDataCsReq = struct { + EDIBBBKLGHJ: u32 = 0, + + pub const _desc_table = .{ + .EDIBBBKLGHJ = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MusicRhythmDataScRsp = struct { + retcode: u32 = 0, + FKLIOFDPJBE: ArrayList(u32), + LKMJINNIADI: ArrayList(MusicRhythmLevel), + AMDCJJJABCC: ArrayList(PAKPCCILOLN), + LJEKPPNPBPP: u32 = 0, + OCEPHGBCMIB: bool = false, + CDIGALBEIMA: u32 = 0, + BNANPJBDGHB: ArrayList(u32), + BMKMENHFFOK: ArrayList(u32), + + pub const _desc_table = .{ + .retcode = fd(7, .{ .Varint = .Simple }), + .FKLIOFDPJBE = fd(1, .{ .PackedList = .{ .Varint = .Simple } }), + .LKMJINNIADI = fd(15, .{ .List = .{ .SubMessage = {} } }), + .AMDCJJJABCC = fd(2, .{ .List = .{ .SubMessage = {} } }), + .LJEKPPNPBPP = fd(5, .{ .Varint = .Simple }), + .OCEPHGBCMIB = fd(13, .{ .Varint = .Simple }), + .CDIGALBEIMA = fd(11, .{ .Varint = .Simple }), + .BNANPJBDGHB = fd(3, .{ .PackedList = .{ .Varint = .Simple } }), + .BMKMENHFFOK = fd(4, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MusicRhythmStartLevelCsReq = struct { + ACJCPHIFMLN: u32 = 0, + + pub const _desc_table = .{ + .ACJCPHIFMLN = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MusicRhythmStartLevelScRsp = struct { + retcode: u32 = 0, + MDLNDGIJNML: ManagedString = .Empty, + ACJCPHIFMLN: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(10, .{ .Varint = .Simple }), + .MDLNDGIJNML = fd(2, .String), + .ACJCPHIFMLN = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MusicRhythmFinishLevelCsReq = struct { + GKJGCBPOJCM: bool = false, + MHKHACLNBPM: u32 = 0, + score_id: u32 = 0, + + pub const _desc_table = .{ + .GKJGCBPOJCM = fd(13, .{ .Varint = .Simple }), + .MHKHACLNBPM = fd(10, .{ .Varint = .Simple }), + .score_id = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MusicRhythmFinishLevelScRsp = struct { + ACJCPHIFMLN: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .ACJCPHIFMLN = fd(2, .{ .Varint = .Simple }), + .retcode = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MusicRhythmUnlockTrackScNotify = struct { + JIKJHNEACJB: ArrayList(u32), + + pub const _desc_table = .{ + .JIKJHNEACJB = fd(3, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MusicRhythmSaveSongConfigDataCsReq = struct { + CGEDABOABOH: ?PAKPCCILOLN = null, + + pub const _desc_table = .{ + .CGEDABOABOH = fd(12, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MusicRhythmSaveSongConfigDataScRsp = struct { + retcode: u32 = 0, + CDIGALBEIMA: u32 = 0, + MBLDFHLDCPI: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(13, .{ .Varint = .Simple }), + .CDIGALBEIMA = fd(1, .{ .Varint = .Simple }), + .MBLDFHLDCPI = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MusicRhythmUnlockSongNotify = struct { + OAFHAOPEJPO: ArrayList(u32), + + pub const _desc_table = .{ + .OAFHAOPEJPO = fd(10, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MusicRhythmMaxDifficultyLevelsUnlockNotify = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MusicRhythmUnlockSongSfxScNotify = struct { + OAFHAOPEJPO: ArrayList(u32), + + pub const _desc_table = .{ + .OAFHAOPEJPO = fd(5, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HKMKCHNPKDC = struct { + MJGDOPCKEIF: FBOMLIBEGOC = @enumFromInt(0), + FCFDBNJENJF: ArrayList(u32), + HIDBCPINLMH: u32 = 0, + KMNLBGOEEHG: u32 = 0, + MKKFMNDMHJE: u32 = 0, + NJHLOPCJJDA: u32 = 0, + + pub const _desc_table = .{ + .MJGDOPCKEIF = fd(15, .{ .Varint = .Simple }), + .FCFDBNJENJF = fd(13, .{ .PackedList = .{ .Varint = .Simple } }), + .HIDBCPINLMH = fd(5, .{ .Varint = .Simple }), + .KMNLBGOEEHG = fd(10, .{ .Varint = .Simple }), + .MKKFMNDMHJE = fd(14, .{ .Varint = .Simple }), + .NJHLOPCJJDA = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetOfferingInfoCsReq = struct { + GPJCDJGLGOF: ArrayList(u32), + + pub const _desc_table = .{ + .GPJCDJGLGOF = fd(8, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetOfferingInfoScRsp = struct { + retcode: u32 = 0, + GDAMADMHHGF: ArrayList(HKMKCHNPKDC), + + pub const _desc_table = .{ + .retcode = fd(12, .{ .Varint = .Simple }), + .GDAMADMHHGF = fd(9, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SubmitOfferingItemCsReq = struct { + interacted_prop_entity_id: u32 = 0, + KMNLBGOEEHG: u32 = 0, + + pub const _desc_table = .{ + .interacted_prop_entity_id = fd(4, .{ .Varint = .Simple }), + .KMNLBGOEEHG = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SubmitOfferingItemScRsp = struct { + PPJDAPBPOAP: ?HKMKCHNPKDC = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .PPJDAPBPOAP = fd(15, .{ .SubMessage = {} }), + .retcode = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeOfferingRewardCsReq = struct { + take_reward_level_list: ArrayList(u32), + KMNLBGOEEHG: u32 = 0, + interacted_prop_entity_id: u32 = 0, + + pub const _desc_table = .{ + .take_reward_level_list = fd(14, .{ .PackedList = .{ .Varint = .Simple } }), + .KMNLBGOEEHG = fd(10, .{ .Varint = .Simple }), + .interacted_prop_entity_id = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeOfferingRewardScRsp = struct { + retcode: u32 = 0, + reward: ?ItemList = null, + PPJDAPBPOAP: ?HKMKCHNPKDC = null, + + pub const _desc_table = .{ + .retcode = fd(13, .{ .Varint = .Simple }), + .reward = fd(14, .{ .SubMessage = {} }), + .PPJDAPBPOAP = fd(2, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OfferingInfoScNotify = struct { + PPJDAPBPOAP: ?HKMKCHNPKDC = null, + + pub const _desc_table = .{ + .PPJDAPBPOAP = fd(10, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AcceptedPamMissionExpireCsReq = struct { + main_mission_id: u32 = 0, + + pub const _desc_table = .{ + .main_mission_id = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AcceptedPamMissionExpireScRsp = struct { + retcode: u32 = 0, + main_mission_id: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(4, .{ .Varint = .Simple }), + .main_mission_id = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SyncAcceptedPamMissionNotify = struct { + main_mission_id: u32 = 0, + PAMBJBFNGPO: u64 = 0, + + pub const _desc_table = .{ + .main_mission_id = fd(10, .{ .Varint = .Simple }), + .PAMBJBFNGPO = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetPamSkinDataCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetPamSkinDataScRsp = struct { + unlock_skin_list: ArrayList(u32), + retcode: u32 = 0, + cur_skin: u32 = 0, + + pub const _desc_table = .{ + .unlock_skin_list = fd(5, .{ .PackedList = .{ .Varint = .Simple } }), + .retcode = fd(7, .{ .Varint = .Simple }), + .cur_skin = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SelectPamSkinCsReq = struct { + pam_skin: u32 = 0, + + pub const _desc_table = .{ + .pam_skin = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SelectPamSkinScRsp = struct { + retcode: u32 = 0, + cur_skin: u32 = 0, + set_skin: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(14, .{ .Varint = .Simple }), + .cur_skin = fd(5, .{ .Varint = .Simple }), + .set_skin = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const UnlockPamSkinScNotify = struct { + pam_skin: u32 = 0, + + pub const _desc_table = .{ + .pam_skin = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GGDEMGBOFGO = struct { + time: u32 = 0, + ACJCPHIFMLN: u32 = 0, + KKEHMBPJOOC: bool = false, + + pub const _desc_table = .{ + .time = fd(1, .{ .Varint = .Simple }), + .ACJCPHIFMLN = fd(13, .{ .Varint = .Simple }), + .KKEHMBPJOOC = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ParkourGetDataCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ParkourGetDataScRsp = struct { + retcode: u32 = 0, + KCMCMPFONKO: ArrayList(GGDEMGBOFGO), + + pub const _desc_table = .{ + .retcode = fd(11, .{ .Varint = .Simple }), + .KCMCMPFONKO = fd(4, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DGEFMLBPFMM = struct { + time: u32 = 0, + id: u32 = 0, + LPBHOMFCLON: u32 = 0, + + pub const _desc_table = .{ + .time = fd(1, .{ .Varint = .Simple }), + .id = fd(3, .{ .Varint = .Simple }), + .LPBHOMFCLON = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OOFKEBPANLP = struct { + ACJCPHIFMLN: u32 = 0, + DCFHGAAJLNN: ArrayList(DGEFMLBPFMM), + + pub const _desc_table = .{ + .ACJCPHIFMLN = fd(2, .{ .Varint = .Simple }), + .DCFHGAAJLNN = fd(4, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ParkourGetRankingInfoCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ParkourGetRankingInfoScRsp = struct { + PFENGLDJCMG: ArrayList(OOFKEBPANLP), + NJGPIKCFJNL: ?OOFKEBPANLP = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .PFENGLDJCMG = fd(13, .{ .List = .{ .SubMessage = {} } }), + .NJGPIKCFJNL = fd(14, .{ .SubMessage = {} }), + .retcode = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ParkourStartLevelCsReq = struct { + POFMCALHOOC: u32 = 0, + ACJCPHIFMLN: u32 = 0, + + pub const _desc_table = .{ + .POFMCALHOOC = fd(9, .{ .Varint = .Simple }), + .ACJCPHIFMLN = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ParkourStartLevelScRsp = struct { + ACJCPHIFMLN: u32 = 0, + retcode: u32 = 0, + POFMCALHOOC: u32 = 0, + + pub const _desc_table = .{ + .ACJCPHIFMLN = fd(15, .{ .Varint = .Simple }), + .retcode = fd(4, .{ .Varint = .Simple }), + .POFMCALHOOC = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BFPOLEGCCPJ = struct { + type: HCFFFEIMCMF = @enumFromInt(0), + cnt: u32 = 0, + + pub const _desc_table = .{ + .type = fd(11, .{ .Varint = .Simple }), + .cnt = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DCKPBICNMKK = struct { + id: u32 = 0, + cnt: u32 = 0, + + pub const _desc_table = .{ + .id = fd(3, .{ .Varint = .Simple }), + .cnt = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OOALAODNCPE = struct { + FODEKCOBFFA: u32 = 0, + NEEFGJBMCLL: u32 = 0, + OGGEGAOLPGN: u32 = 0, + OIGKBOOHNII: u32 = 0, + GFDIPLDIFHG: u32 = 0, + DHDLNDFIBKC: u32 = 0, + NBNEKBDILLK: u32 = 0, + NFPHCJIPIJH: u32 = 0, + JEHJLJDKBGE: u32 = 0, + APNNBDBENLC: ArrayList(DCKPBICNMKK), + MMABIMIEJNJ: u32 = 0, + + pub const _desc_table = .{ + .FODEKCOBFFA = fd(2, .{ .Varint = .Simple }), + .NEEFGJBMCLL = fd(10, .{ .Varint = .Simple }), + .OGGEGAOLPGN = fd(5, .{ .Varint = .Simple }), + .OIGKBOOHNII = fd(3, .{ .Varint = .Simple }), + .GFDIPLDIFHG = fd(12, .{ .Varint = .Simple }), + .DHDLNDFIBKC = fd(13, .{ .Varint = .Simple }), + .NBNEKBDILLK = fd(7, .{ .Varint = .Simple }), + .NFPHCJIPIJH = fd(9, .{ .Varint = .Simple }), + .JEHJLJDKBGE = fd(8, .{ .Varint = .Simple }), + .APNNBDBENLC = fd(15, .{ .List = .{ .SubMessage = {} } }), + .MMABIMIEJNJ = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FJJOFEKPDDH = struct { + CHAKNDOKNCB: u32 = 0, + ADJOPIAIBMG: u32 = 0, + CNJJHFPMIIP: u32 = 0, + HLKDFINCPPM: u32 = 0, + + pub const _desc_table = .{ + .CHAKNDOKNCB = fd(13, .{ .Varint = .Simple }), + .ADJOPIAIBMG = fd(2, .{ .Varint = .Simple }), + .CNJJHFPMIIP = fd(11, .{ .Varint = .Simple }), + .HLKDFINCPPM = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ParkourEndLevelCsReq = struct { + BAABDDJEHMC: u32 = 0, + EEFCBBKKFLC: u32 = 0, + ACJCPHIFMLN: u32 = 0, + POFMCALHOOC: u32 = 0, + end_reason: POAHABDKPKJ = @enumFromInt(0), + HMBHEIGKDBK: ArrayList(FJJOFEKPDDH), + rank: u32 = 0, + AEDBPADEGFI: ArrayList(BFPOLEGCCPJ), + time: u32 = 0, + IFENFKGGIEM: ?OOALAODNCPE = null, + + pub const _desc_table = .{ + .BAABDDJEHMC = fd(9, .{ .Varint = .Simple }), + .EEFCBBKKFLC = fd(4, .{ .Varint = .Simple }), + .ACJCPHIFMLN = fd(3, .{ .Varint = .Simple }), + .POFMCALHOOC = fd(7, .{ .Varint = .Simple }), + .end_reason = fd(11, .{ .Varint = .Simple }), + .HMBHEIGKDBK = fd(6, .{ .List = .{ .SubMessage = {} } }), + .rank = fd(14, .{ .Varint = .Simple }), + .AEDBPADEGFI = fd(12, .{ .List = .{ .SubMessage = {} } }), + .time = fd(13, .{ .Varint = .Simple }), + .IFENFKGGIEM = fd(10, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ParkourEndLevelScRsp = struct { + ACJCPHIFMLN: u32 = 0, + KKEHMBPJOOC: bool = false, + FDGMOEOAJKP: bool = false, + time: u32 = 0, + retcode: u32 = 0, + end_reason: POAHABDKPKJ = @enumFromInt(0), + BLMDKJKOIOH: ?GGDEMGBOFGO = null, + + pub const _desc_table = .{ + .ACJCPHIFMLN = fd(6, .{ .Varint = .Simple }), + .KKEHMBPJOOC = fd(12, .{ .Varint = .Simple }), + .FDGMOEOAJKP = fd(4, .{ .Varint = .Simple }), + .time = fd(10, .{ .Varint = .Simple }), + .retcode = fd(8, .{ .Varint = .Simple }), + .end_reason = fd(15, .{ .Varint = .Simple }), + .BLMDKJKOIOH = fd(14, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetPetDataCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetPetDataScRsp = struct { + unlocked_pet_id: ArrayList(u32), + cur_pet_id: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .unlocked_pet_id = fd(2, .{ .PackedList = .{ .Varint = .Simple } }), + .cur_pet_id = fd(15, .{ .Varint = .Simple }), + .retcode = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SummonPetCsReq = struct { + summoned_pet_id: u32 = 0, + + pub const _desc_table = .{ + .summoned_pet_id = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SummonPetScRsp = struct { + select_pet_id: u32 = 0, + retcode: u32 = 0, + cur_pet_id: u32 = 0, + + pub const _desc_table = .{ + .select_pet_id = fd(8, .{ .Varint = .Simple }), + .retcode = fd(4, .{ .Varint = .Simple }), + .cur_pet_id = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RecallPetCsReq = struct { + summoned_pet_id: u32 = 0, + + pub const _desc_table = .{ + .summoned_pet_id = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RecallPetScRsp = struct { + cur_pet_id: u32 = 0, + retcode: u32 = 0, + select_pet_id: u32 = 0, + + pub const _desc_table = .{ + .cur_pet_id = fd(8, .{ .Varint = .Simple }), + .retcode = fd(2, .{ .Varint = .Simple }), + .select_pet_id = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CurPetChangedScNotify = struct { + cur_pet_id: u32 = 0, + + pub const _desc_table = .{ + .cur_pet_id = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetPhoneDataCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetPhoneDataScRsp = struct { + owned_phone_cases: ArrayList(u32), + cur_chat_bubble: u32 = 0, + cur_phone_case: u32 = 0, + owned_chat_bubbles: ArrayList(u32), + cur_phone_theme: u32 = 0, + retcode: u32 = 0, + owned_phone_themes: ArrayList(u32), + + pub const _desc_table = .{ + .owned_phone_cases = fd(2, .{ .PackedList = .{ .Varint = .Simple } }), + .cur_chat_bubble = fd(5, .{ .Varint = .Simple }), + .cur_phone_case = fd(10, .{ .Varint = .Simple }), + .owned_chat_bubbles = fd(4, .{ .PackedList = .{ .Varint = .Simple } }), + .cur_phone_theme = fd(7, .{ .Varint = .Simple }), + .retcode = fd(9, .{ .Varint = .Simple }), + .owned_phone_themes = fd(1, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SelectChatBubbleCsReq = struct { + bubble_id: u32 = 0, + + pub const _desc_table = .{ + .bubble_id = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SelectChatBubbleScRsp = struct { + PMDCBFOPCHB: u32 = 0, + retcode: u32 = 0, + cur_chat_bubble: u32 = 0, + + pub const _desc_table = .{ + .PMDCBFOPCHB = fd(11, .{ .Varint = .Simple }), + .retcode = fd(1, .{ .Varint = .Simple }), + .cur_chat_bubble = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const UnlockChatBubbleScNotify = struct { + bubble_id: u32 = 0, + + pub const _desc_table = .{ + .bubble_id = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SelectPhoneThemeCsReq = struct { + theme_id: u32 = 0, + + pub const _desc_table = .{ + .theme_id = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SelectPhoneThemeScRsp = struct { + cur_phone_theme: u32 = 0, + retcode: u32 = 0, + ACHOPOJLCCE: u32 = 0, + + pub const _desc_table = .{ + .cur_phone_theme = fd(13, .{ .Varint = .Simple }), + .retcode = fd(3, .{ .Varint = .Simple }), + .ACHOPOJLCCE = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const UnlockPhoneThemeScNotify = struct { + theme_id: u32 = 0, + + pub const _desc_table = .{ + .theme_id = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SelectPhoneCaseCsReq = struct { + phone_case_id: u32 = 0, + + pub const _desc_table = .{ + .phone_case_id = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SelectPhoneCaseScRsp = struct { + PDACJDIEOJG: u32 = 0, + cur_phone_case: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .PDACJDIEOJG = fd(9, .{ .Varint = .Simple }), + .cur_phone_case = fd(5, .{ .Varint = .Simple }), + .retcode = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const UnlockPhoneCaseScNotify = struct { + phone_case_id: u32 = 0, + + pub const _desc_table = .{ + .phone_case_id = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetPlanetFesDataCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetPlanetFesDataScRsp = struct { + KJKBKEGIGHK: ?AFBAMPLGHEH = null, + HEOJNAIMGKC: ?CLKNIBOJLGP = null, + retcode: u32 = 0, + skill_info: ?IACFPGOLFLM = null, + FDHGIKJDLGD: ?KOFOLLACIGO = null, + custom_value_list: ArrayList(KHOCCHABNMN), + ADMJKKOIAGD: ?GJBFGABAAMO = null, + EBGNGDGBOLH: ?JNIPIAADOIP = null, + LAPCHEIGNMJ: ?DKEJEOEHAGM = null, + HLJMHNABFMC: ?AJCJCHLJBGF = null, + HBDLIICPKOB: ?OAINKJLPCDK = null, + level_info: ?GCAMEGPEPOL = null, + HMFFHBHALGE: ?MIOAEGBPOMA = null, + + pub const _desc_table = .{ + .KJKBKEGIGHK = fd(13, .{ .SubMessage = {} }), + .HEOJNAIMGKC = fd(14, .{ .SubMessage = {} }), + .retcode = fd(1, .{ .Varint = .Simple }), + .skill_info = fd(7, .{ .SubMessage = {} }), + .FDHGIKJDLGD = fd(15, .{ .SubMessage = {} }), + .custom_value_list = fd(4, .{ .List = .{ .SubMessage = {} } }), + .ADMJKKOIAGD = fd(9, .{ .SubMessage = {} }), + .EBGNGDGBOLH = fd(6, .{ .SubMessage = {} }), + .LAPCHEIGNMJ = fd(11, .{ .SubMessage = {} }), + .HLJMHNABFMC = fd(5, .{ .SubMessage = {} }), + .HBDLIICPKOB = fd(2, .{ .SubMessage = {} }), + .level_info = fd(3, .{ .SubMessage = {} }), + .HMFFHBHALGE = fd(8, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const IIKNGNHDMFI = struct { + MCNMHBJHMME: ArrayList(u32), + + pub const _desc_table = .{ + .MCNMHBJHMME = fd(14, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesSyncChangeScNotify = struct { + LEADMNEIMDP: ArrayList(CCNANLCODDF), + + pub const _desc_table = .{ + .LEADMNEIMDP = fd(3, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OIDFFLEEALL = struct { + IHELAJNMMBF: u32 = 0, + IMFCIMKMJPL: u32 = 0, + KEJNIMGHOIG: u32 = 0, + + pub const _desc_table = .{ + .IHELAJNMMBF = fd(14, .{ .Varint = .Simple }), + .IMFCIMKMJPL = fd(2, .{ .Varint = .Simple }), + .KEJNIMGHOIG = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CCNANLCODDF = struct { + source: ?OIDFFLEEALL = null, + PBHMGCHKJGO: ?HMBANCKGBII = null, + + pub const _desc_table = .{ + .source = fd(9, .{ .SubMessage = {} }), + .PBHMGCHKJGO = fd(7, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OFGBMCKNLDJ = struct { + BJODEEPGOPC: ?IIKNGNHDMFI = null, + JCFPLGHKJAA: ?IIKNGNHDMFI = null, + DGCFLHCPJLN: u32 = 0, + MFKNHHNFKGI: i64 = 0, + + pub const _desc_table = .{ + .BJODEEPGOPC = fd(6, .{ .SubMessage = {} }), + .JCFPLGHKJAA = fd(15, .{ .SubMessage = {} }), + .DGCFLHCPJLN = fd(3, .{ .Varint = .Simple }), + .MFKNHHNFKGI = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KOFOLLACIGO = struct { + INLLEKAMNPF: ArrayList(OFGBMCKNLDJ), + + pub const _desc_table = .{ + .INLLEKAMNPF = fd(8, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EOAEGAEFPFH = struct { + PAEHAMJHNDD: u32 = 0, + avatar_id: u32 = 0, + level: u32 = 0, + MHKHACLNBPM: u32 = 0, + + pub const _desc_table = .{ + .PAEHAMJHNDD = fd(3, .{ .Varint = .Simple }), + .avatar_id = fd(10, .{ .Varint = .Simple }), + .level = fd(11, .{ .Varint = .Simple }), + .MHKHACLNBPM = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DKEJEOEHAGM = struct { + avatar_list: ArrayList(EOAEGAEFPFH), + + pub const _desc_table = .{ + .avatar_list = fd(8, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CEODDCEIDDL = struct { + item_count: u32 = 0, + item_id: u32 = 0, + + pub const _desc_table = .{ + .item_count = fd(9, .{ .Varint = .Simple }), + .item_id = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AJCJCHLJBGF = struct { + item_list: ArrayList(CEODDCEIDDL), + PCAJNCBMIMM: ?IIKNGNHDMFI = null, + CPIOGJKFECH: ?IIKNGNHDMFI = null, + + pub const _desc_table = .{ + .item_list = fd(4, .{ .List = .{ .SubMessage = {} } }), + .PCAJNCBMIMM = fd(6, .{ .SubMessage = {} }), + .CPIOGJKFECH = fd(7, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OAINKJLPCDK = struct { + POCJCMKKJIK: ArrayList(PPFCJHEKOLG), + + pub const _desc_table = .{ + .POCJCMKKJIK = fd(6, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PPFCJHEKOLG = struct { + config_id: u32 = 0, + DFCFHHLBGDC: ArrayList(FIMACPHLMNO), + source: ?OIDFFLEEALL = null, + unique_id: u64 = 0, + + pub const _desc_table = .{ + .config_id = fd(7, .{ .Varint = .Simple }), + .DFCFHHLBGDC = fd(13, .{ .List = .{ .SubMessage = {} } }), + .source = fd(11, .{ .SubMessage = {} }), + .unique_id = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FIMACPHLMNO = struct { + KBEFCMIIIIN: i64 = 0, + + pub const _desc_table = .{ + .KBEFCMIIIIN = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ADAFJFOJDEG = struct { + MFANNCAGDMP: u32 = 0, + progress: u32 = 0, + quest_id: u32 = 0, + status: GMFEJEFIBBI = @enumFromInt(0), + EHACJJJDPAH: ?EHACJJJDPAH_union, + + pub const _EHACJJJDPAH_case = enum { + NNHPCOIIKFF, + BONAGHBBICF, + }; + pub const EHACJJJDPAH_union = union(_EHACJJJDPAH_case) { + NNHPCOIIKFF: IIKNGNHDMFI, + BONAGHBBICF: u32, + pub const _union_desc = .{ + .NNHPCOIIKFF = fd(5, .{ .SubMessage = {} }), + .BONAGHBBICF = fd(15, .{ .Varint = .Simple }), + }; + }; + + pub const _desc_table = .{ + .MFANNCAGDMP = fd(3, .{ .Varint = .Simple }), + .progress = fd(2, .{ .Varint = .Simple }), + .quest_id = fd(8, .{ .Varint = .Simple }), + .status = fd(6, .{ .Varint = .Simple }), + .EHACJJJDPAH = fd(null, .{ .OneOf = EHACJJJDPAH_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PCODFCNKHJK = struct { + DCNPHBDDDIP: u32 = 0, + EOFELDEAPEO: u32 = 0, + + pub const _desc_table = .{ + .DCNPHBDDDIP = fd(9, .{ .Varint = .Simple }), + .EOFELDEAPEO = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CLKNIBOJLGP = struct { + quest_list: ArrayList(ADAFJFOJDEG), + CMHNLJJODJF: ?PCODFCNKHJK = null, + + pub const _desc_table = .{ + .quest_list = fd(15, .{ .List = .{ .SubMessage = {} } }), + .CMHNLJJODJF = fd(13, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GCAMEGPEPOL = struct { + EHBJBPCNPLG: ?IIKNGNHDMFI = null, + PJOLEMHLGNL: u32 = 0, + + pub const _desc_table = .{ + .EHBJBPCNPLG = fd(5, .{ .SubMessage = {} }), + .PJOLEMHLGNL = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DHNFBGENLIG = struct { + progress: u32 = 0, + BHPCNNFOKEE: u32 = 0, + + pub const _desc_table = .{ + .progress = fd(6, .{ .Varint = .Simple }), + .BHPCNNFOKEE = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AFBAMPLGHEH = struct { + IHBJIIHBIBP: ArrayList(u32), + NCKCMGCBEHK: ArrayList(DHNFBGENLIG), + + pub const _desc_table = .{ + .IHBJIIHBIBP = fd(1, .{ .PackedList = .{ .Varint = .Simple } }), + .NCKCMGCBEHK = fd(6, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HFOCNHOJLAH = struct { + level: u32 = 0, + skill_id: u32 = 0, + + pub const _desc_table = .{ + .level = fd(10, .{ .Varint = .Simple }), + .skill_id = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const IACFPGOLFLM = struct { + skill_list: ArrayList(HFOCNHOJLAH), + + pub const _desc_table = .{ + .skill_list = fd(6, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GJBFGABAAMO = struct { + EIMGBKNLGNF: u32 = 0, + HIGNFPJLFKA: ArrayList(u32), + + pub const _desc_table = .{ + .EIMGBKNLGNF = fd(2, .{ .Varint = .Simple }), + .HIGNFPJLFKA = fd(11, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MIOAEGBPOMA = struct { + FGIMACCHHDK: ArrayList(u32), + EPCPDOCDOCB: i64 = 0, + FGPACIHLANB: u32 = 0, + + pub const _desc_table = .{ + .FGIMACCHHDK = fd(14, .{ .PackedList = .{ .Varint = .Simple } }), + .EPCPDOCDOCB = fd(10, .{ .Varint = .Simple }), + .FGPACIHLANB = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HMBANCKGBII = struct { + IEICDGGELNE: ?IEICDGGELNE_union, + + pub const _IEICDGGELNE_case = enum { + PMLOCBHIDDL, + MMFBENAMBNE, + JBDHLHHFDGE, + GBFFGPHFMDP, + PCLLCBMHCBD, + DMNMIFJHECL, + LKMLGOEEEKH, + OLMGNEOAHOP, + MKOFOOCOKBK, + IMFCDMIEOPL, + GNAIDHHJEBI, + LEBMNLOAKHC, + JPLPLFCOOKD, + COHNLGMIFBO, + KBNLIGLJENN, + BIEDMJPAEBD, + BCADDFDBFNA, + DMFJDAHPIID, + LIGLEFJMLHM, + ILOEKHKEJAJ, + KMMDPEJAKEC, + CNEKLOKHAHL, + LAEGJPILNND, + LCDKLAHGKJI, + FOICFOGCGIA, + GPNLPNEEHDM, + NCEIDLNKBBG, + GBNCIDJNLPL, + }; + pub const IEICDGGELNE_union = union(_IEICDGGELNE_case) { + PMLOCBHIDDL: HPGAGBGJLID, + MMFBENAMBNE: OFGBMCKNLDJ, + JBDHLHHFDGE: EOAEGAEFPFH, + GBFFGPHFMDP: ADAFJFOJDEG, + PCLLCBMHCBD: OLBOPGJFFPM, + DMNMIFJHECL: ADAFJFOJDEG, + LKMLGOEEEKH: GIEDCJDLEGE, + OLMGNEOAHOP: PHFBDNNLINF, + MKOFOOCOKBK: PPFCJHEKOLG, + IMFCDMIEOPL: PCODFCNKHJK, + GNAIDHHJEBI: EOAEGAEFPFH, + LEBMNLOAKHC: HPGAGBGJLID, + JPLPLFCOOKD: PPFCJHEKOLG, + COHNLGMIFBO: GIEDCJDLEGE, + KBNLIGLJENN: OFGBMCKNLDJ, + BIEDMJPAEBD: HFOCNHOJLAH, + BCADDFDBFNA: BKBILPDKOIL, + DMFJDAHPIID: FHNGONEFBDE, + LIGLEFJMLHM: EIKAIIDAEPP, + ILOEKHKEJAJ: PPFCJHEKOLG, + KMMDPEJAKEC: CBIKMFFDCGI, + CNEKLOKHAHL: HOHDMMNDKNJ, + LAEGJPILNND: ILJJBGIFDPE, + LCDKLAHGKJI: DEINADPEHKE, + FOICFOGCGIA: PGNDIBBGIJN, + GPNLPNEEHDM: HPCAIMKJDIJ, + NCEIDLNKBBG: DJOEEGHMCFJ, + GBNCIDJNLPL: GJIPJNGNFEJ, + pub const _union_desc = .{ + .PMLOCBHIDDL = fd(1, .{ .SubMessage = {} }), + .MMFBENAMBNE = fd(2, .{ .SubMessage = {} }), + .JBDHLHHFDGE = fd(3, .{ .SubMessage = {} }), + .GBFFGPHFMDP = fd(4, .{ .SubMessage = {} }), + .PCLLCBMHCBD = fd(5, .{ .SubMessage = {} }), + .DMNMIFJHECL = fd(6, .{ .SubMessage = {} }), + .LKMLGOEEEKH = fd(7, .{ .SubMessage = {} }), + .OLMGNEOAHOP = fd(8, .{ .SubMessage = {} }), + .MKOFOOCOKBK = fd(9, .{ .SubMessage = {} }), + .IMFCDMIEOPL = fd(10, .{ .SubMessage = {} }), + .GNAIDHHJEBI = fd(11, .{ .SubMessage = {} }), + .LEBMNLOAKHC = fd(12, .{ .SubMessage = {} }), + .JPLPLFCOOKD = fd(13, .{ .SubMessage = {} }), + .COHNLGMIFBO = fd(14, .{ .SubMessage = {} }), + .KBNLIGLJENN = fd(15, .{ .SubMessage = {} }), + .BIEDMJPAEBD = fd(160, .{ .SubMessage = {} }), + .BCADDFDBFNA = fd(247, .{ .SubMessage = {} }), + .DMFJDAHPIID = fd(359, .{ .SubMessage = {} }), + .LIGLEFJMLHM = fd(423, .{ .SubMessage = {} }), + .ILOEKHKEJAJ = fd(500, .{ .SubMessage = {} }), + .KMMDPEJAKEC = fd(728, .{ .SubMessage = {} }), + .CNEKLOKHAHL = fd(1027, .{ .SubMessage = {} }), + .LAEGJPILNND = fd(1061, .{ .SubMessage = {} }), + .LCDKLAHGKJI = fd(1117, .{ .SubMessage = {} }), + .FOICFOGCGIA = fd(1136, .{ .SubMessage = {} }), + .GPNLPNEEHDM = fd(1142, .{ .SubMessage = {} }), + .NCEIDLNKBBG = fd(1401, .{ .SubMessage = {} }), + .GBNCIDJNLPL = fd(1828, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .IEICDGGELNE = fd(null, .{ .OneOf = IEICDGGELNE_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OLBOPGJFFPM = struct { + BIINNCNDPCG: bool = false, + KJKBKEGIGHK: ?DHNFBGENLIG = null, + + pub const _desc_table = .{ + .BIINNCNDPCG = fd(5, .{ .Varint = .Simple }), + .KJKBKEGIGHK = fd(1, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PHFBDNNLINF = struct { + PJOLEMHLGNL: u32 = 0, + EHBJBPCNPLG: ?IIKNGNHDMFI = null, + + pub const _desc_table = .{ + .PJOLEMHLGNL = fd(13, .{ .Varint = .Simple }), + .EHBJBPCNPLG = fd(8, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GIEDCJDLEGE = struct { + BMALPKEKBEL: ?IIKNGNHDMFI = null, + MFNAGLKDPNI: ?IIKNGNHDMFI = null, + OGJOFMCMFPG: ?IIKNGNHDMFI = null, + BLCABEMFACH: ArrayList(u32), + + pub const _desc_table = .{ + .BMALPKEKBEL = fd(12, .{ .SubMessage = {} }), + .MFNAGLKDPNI = fd(9, .{ .SubMessage = {} }), + .OGJOFMCMFPG = fd(3, .{ .SubMessage = {} }), + .BLCABEMFACH = fd(14, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HPGAGBGJLID = struct { + item_id: u32 = 0, + OGJOFMCMFPG: u32 = 0, + BMALPKEKBEL: u32 = 0, + + pub const _desc_table = .{ + .item_id = fd(7, .{ .Varint = .Simple }), + .OGJOFMCMFPG = fd(3, .{ .Varint = .Simple }), + .BMALPKEKBEL = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PGNDIBBGIJN = struct { + GFJAGHLJJDN: u32 = 0, + ECILICNOLFN: u32 = 0, + + pub const _desc_table = .{ + .GFJAGHLJJDN = fd(14, .{ .Varint = .Simple }), + .ECILICNOLFN = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const NPAIINEKEFB = struct { + avatar_id: u32 = 0, + DMAIMCPPJGH: ?IIKNGNHDMFI = null, + PEFDLAJLCJB: u32 = 0, + JLCEEFBLJDC: u32 = 0, + + pub const _desc_table = .{ + .avatar_id = fd(5, .{ .Varint = .Simple }), + .DMAIMCPPJGH = fd(6, .{ .SubMessage = {} }), + .PEFDLAJLCJB = fd(12, .{ .Varint = .Simple }), + .JLCEEFBLJDC = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ILJJBGIFDPE = struct { + EAJPDPCDJPK: ?IIKNGNHDMFI = null, + OEBAFBIGMBC: ArrayList(NPAIINEKEFB), + NIJMJBMCFJF: u32 = 0, + BJELCLBGALF: ArrayList(BJELCLBGALFEntry), + FOFHIEIICPB: ?IIKNGNHDMFI = null, + NLAOMPDENKK: u32 = 0, + HDKAFNKHALA: u32 = 0, + CCIGDJCGAMD: u32 = 0, + PEHINGJKGCB: ?IIKNGNHDMFI = null, + MEMBICNIFLI: u32 = 0, + + pub const _desc_table = .{ + .EAJPDPCDJPK = fd(14, .{ .SubMessage = {} }), + .OEBAFBIGMBC = fd(13, .{ .List = .{ .SubMessage = {} } }), + .NIJMJBMCFJF = fd(8, .{ .Varint = .Simple }), + .BJELCLBGALF = fd(2, .{ .List = .{ .SubMessage = {} } }), + .FOFHIEIICPB = fd(10, .{ .SubMessage = {} }), + .NLAOMPDENKK = fd(5, .{ .Varint = .Simple }), + .HDKAFNKHALA = fd(3, .{ .Varint = .Simple }), + .CCIGDJCGAMD = fd(1, .{ .Varint = .Simple }), + .PEHINGJKGCB = fd(9, .{ .SubMessage = {} }), + .MEMBICNIFLI = fd(6, .{ .Varint = .Simple }), + }; + + pub const BJELCLBGALFEntry = struct { + key: u32 = 0, + value: u32 = 0, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DJOEEGHMCFJ = struct { + AAKDAHHIGIF: ?EGBKGEMFODN = null, + + pub const _desc_table = .{ + .AAKDAHHIGIF = fd(14, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HPCAIMKJDIJ = struct { + JILAGGDMALL: ?ILMELFJCCMD = null, + + pub const _desc_table = .{ + .JILAGGDMALL = fd(9, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CBIKMFFDCGI = struct { + HHJOCIPOBCF: ?IIKNGNHDMFI = null, + + pub const _desc_table = .{ + .HHJOCIPOBCF = fd(9, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HOHDMMNDKNJ = struct { + PODGJPEKEEG: DFHEJCIJBEJ = @enumFromInt(0), + NFJLFNBPPPG: ?JOFGDAIADBO = null, + + pub const _desc_table = .{ + .PODGJPEKEEG = fd(7, .{ .Varint = .Simple }), + .NFJLFNBPPPG = fd(15, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FHNGONEFBDE = struct { + EIMGBKNLGNF: u32 = 0, + + pub const _desc_table = .{ + .EIMGBKNLGNF = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OHDHPCLIJNH = struct { + CIOAOGDKFOG: u32 = 0, + EAFOMFLMOJJ: u32 = 0, + GINMOIBGLNM: u32 = 0, + IACPHGOJHMB: u32 = 0, + KJBKNGCFBBP: ?IIKNGNHDMFI = null, + + pub const _desc_table = .{ + .CIOAOGDKFOG = fd(3, .{ .Varint = .Simple }), + .EAFOMFLMOJJ = fd(14, .{ .Varint = .Simple }), + .GINMOIBGLNM = fd(8, .{ .Varint = .Simple }), + .IACPHGOJHMB = fd(9, .{ .Varint = .Simple }), + .KJBKNGCFBBP = fd(12, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DJIAEMANGCG = struct { + item_list: ArrayList(CEODDCEIDDL), + transfer_item_list: ArrayList(OHDHPCLIJNH), + + pub const _desc_table = .{ + .item_list = fd(4, .{ .List = .{ .SubMessage = {} } }), + .transfer_item_list = fd(9, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BFAAEFCEJPA = struct { + HOCNLIJHJJK: ?CEODDCEIDDL = null, + PKBBHJPAEKI: ?OHDHPCLIJNH = null, + + pub const _desc_table = .{ + .HOCNLIJHJJK = fd(13, .{ .SubMessage = {} }), + .PKBBHJPAEKI = fd(12, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesCollectIncomeCsReq = struct { + DGCFLHCPJLN: u32 = 0, + + pub const _desc_table = .{ + .DGCFLHCPJLN = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesCollectIncomeScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PFBFIMJFEGI = struct { + avatar_id: u32 = 0, + DGCFLHCPJLN: u32 = 0, + + pub const _desc_table = .{ + .avatar_id = fd(14, .{ .Varint = .Simple }), + .DGCFLHCPJLN = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesSetAvatarWorkCsReq = struct { + KNGPOFHNFAJ: ArrayList(PFBFIMJFEGI), + + pub const _desc_table = .{ + .KNGPOFHNFAJ = fd(1, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesSetAvatarWorkScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesBuyLandCsReq = struct { + DGCFLHCPJLN: u32 = 0, + + pub const _desc_table = .{ + .DGCFLHCPJLN = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesBuyLandScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesClientStatusCsReq = struct { + FJINNLFCBOJ: bool = false, + + pub const _desc_table = .{ + .FJINNLFCBOJ = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesClientStatusScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesCollectAllIncomeCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesCollectAllIncomeScRsp = struct { + retcode: u32 = 0, + GNDCAMMILOI: ?IIKNGNHDMFI = null, + + pub const _desc_table = .{ + .retcode = fd(12, .{ .Varint = .Simple }), + .GNDCAMMILOI = fd(6, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesDoGachaCsReq = struct { + gacha_id: u32 = 0, + gacha_count: u32 = 0, + simulate_magic: u32 = 0, + + pub const _desc_table = .{ + .gacha_id = fd(14, .{ .Varint = .Simple }), + .gacha_count = fd(6, .{ .Varint = .Simple }), + .simulate_magic = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const NEIHLDGEBHE = struct { + JKJNCNCLFLD: u32 = 0, + LPDEOPGELLE: ?BFAAEFCEJPA = null, + avatar_id: u32 = 0, + FLJPKFJAJFP: u32 = 0, + + pub const _desc_table = .{ + .JKJNCNCLFLD = fd(5, .{ .Varint = .Simple }), + .LPDEOPGELLE = fd(8, .{ .SubMessage = {} }), + .avatar_id = fd(15, .{ .Varint = .Simple }), + .FLJPKFJAJFP = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CGOJKBOEOFO = struct { + JCDJCANEHJD: ArrayList(u32), + DHHAPHNMEDF: ArrayList(NEIHLDGEBHE), + CABCGKNGAOC: ?IIKNGNHDMFI = null, + GMOFKLBFAPL: ArrayList(BFAAEFCEJPA), + + pub const _desc_table = .{ + .JCDJCANEHJD = fd(1, .{ .PackedList = .{ .Varint = .Simple } }), + .DHHAPHNMEDF = fd(13, .{ .List = .{ .SubMessage = {} } }), + .CABCGKNGAOC = fd(12, .{ .SubMessage = {} }), + .GMOFKLBFAPL = fd(15, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PJCAKIFOOCP = struct { + ECDAMBIIFCI: ArrayList(u32), + JFMAHMOFJPI: ?DJIAEMANGCG = null, + + pub const _desc_table = .{ + .ECDAMBIIFCI = fd(10, .{ .PackedList = .{ .Varint = .Simple } }), + .JFMAHMOFJPI = fd(5, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesDoGachaScRsp = struct { + retcode: u32 = 0, + gacha_id: u32 = 0, + CIKEPDANGFD: ArrayList(CEODDCEIDDL), + MICMCKAHMPL: ?MICMCKAHMPL_union, + + pub const _MICMCKAHMPL_case = enum { + IDGKLMCEPBO, + JABDCPFPOKE, + }; + pub const MICMCKAHMPL_union = union(_MICMCKAHMPL_case) { + IDGKLMCEPBO: CGOJKBOEOFO, + JABDCPFPOKE: PJCAKIFOOCP, + pub const _union_desc = .{ + .IDGKLMCEPBO = fd(3, .{ .SubMessage = {} }), + .JABDCPFPOKE = fd(12, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .retcode = fd(1, .{ .Varint = .Simple }), + .gacha_id = fd(5, .{ .Varint = .Simple }), + .CIKEPDANGFD = fd(13, .{ .List = .{ .SubMessage = {} } }), + .MICMCKAHMPL = fd(null, .{ .OneOf = MICMCKAHMPL_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesAvatarLevelUpCsReq = struct { + avatar_id: u32 = 0, + LDNJEACFBJE: u32 = 0, + + pub const _desc_table = .{ + .avatar_id = fd(15, .{ .Varint = .Simple }), + .LDNJEACFBJE = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesAvatarLevelUpScRsp = struct { + retcode: u32 = 0, + BHPFPEJBKEC: u32 = 0, + LDNJEACFBJE: u32 = 0, + reward: ?PlanetFesReward = null, + avatar_id: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(8, .{ .Varint = .Simple }), + .BHPFPEJBKEC = fd(14, .{ .Varint = .Simple }), + .LDNJEACFBJE = fd(7, .{ .Varint = .Simple }), + .reward = fd(6, .{ .SubMessage = {} }), + .avatar_id = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesTakeQuestRewardCsReq = struct { + quest_id: u32 = 0, + + pub const _desc_table = .{ + .quest_id = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesTakeQuestRewardScRsp = struct { + DNFFKABFOEF: ?DJIAEMANGCG = null, + quest_id: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .DNFFKABFOEF = fd(4, .{ .SubMessage = {} }), + .quest_id = fd(12, .{ .Varint = .Simple }), + .retcode = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesUpgradeSkillLevelCsReq = struct { + LDNJEACFBJE: u32 = 0, + skill_id: u32 = 0, + + pub const _desc_table = .{ + .LDNJEACFBJE = fd(4, .{ .Varint = .Simple }), + .skill_id = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesUpgradeSkillLevelScRsp = struct { + skill_id: u32 = 0, + item_cost: ?CEODDCEIDDL = null, + skill_level: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .skill_id = fd(12, .{ .Varint = .Simple }), + .item_cost = fd(3, .{ .SubMessage = {} }), + .skill_level = fd(1, .{ .Varint = .Simple }), + .retcode = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesReward = struct { + buff_map: ArrayList(BuffMapEntry), + item_list: ArrayList(CEODDCEIDDL), + coin: ?IIKNGNHDMFI = null, + + pub const _desc_table = .{ + .buff_map = fd(6, .{ .List = .{ .SubMessage = {} } }), + .item_list = fd(9, .{ .List = .{ .SubMessage = {} } }), + .coin = fd(4, .{ .SubMessage = {} }), + }; + + pub const BuffMapEntry = struct { + key: u32 = 0, + value: u32 = 0, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KNOKILFKOHI = struct { + JOOOEAFOKHK: u32 = 0, + avatar_id: u32 = 0, + AOPIKHKKGLM: u32 = 0, + + pub const _desc_table = .{ + .JOOOEAFOKHK = fd(7, .{ .Varint = .Simple }), + .avatar_id = fd(6, .{ .Varint = .Simple }), + .AOPIKHKKGLM = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DLLJMIAGHDD = struct { + FJHGCKENOPF: ArrayList(KNOKILFKOHI), + + pub const _desc_table = .{ + .FJHGCKENOPF = fd(1, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EFHABDOFKDE = struct { + BPCFOEGHONC: u32 = 0, + EPMOOHCJNHO: u32 = 0, + NNGOPAKJICC: u32 = 0, + AGMGPPAOMKA: ArrayList(AGMGPPAOMKAEntry), + + pub const _desc_table = .{ + .BPCFOEGHONC = fd(6, .{ .Varint = .Simple }), + .EPMOOHCJNHO = fd(7, .{ .Varint = .Simple }), + .NNGOPAKJICC = fd(12, .{ .Varint = .Simple }), + .AGMGPPAOMKA = fd(2, .{ .List = .{ .SubMessage = {} } }), + }; + + pub const AGMGPPAOMKAEntry = struct { + key: u32 = 0, + value: u32 = 0, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CGOMNLBLJGH = struct { + OOHNKOJHDHO: u32 = 0, + OMCBCGCHLGN: ?HLDHEMLPJNG = null, + AFGKFIFJFCL: u32 = 0, + + pub const _desc_table = .{ + .OOHNKOJHDHO = fd(2, .{ .Varint = .Simple }), + .OMCBCGCHLGN = fd(8, .{ .SubMessage = {} }), + .AFGKFIFJFCL = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const POHNIIFLCGE = struct { + DGDDJNHLGGJ: u32 = 0, + + pub const _desc_table = .{ + .DGDDJNHLGGJ = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BKODHAEECJH = struct { + HDDIJNADFDD: u32 = 0, + CGDGPGJLKNM: u32 = 0, + DGDDJNHLGGJ: u32 = 0, + + pub const _desc_table = .{ + .HDDIJNADFDD = fd(13, .{ .Varint = .Simple }), + .CGDGPGJLKNM = fd(11, .{ .Varint = .Simple }), + .DGDDJNHLGGJ = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CBOEMEJIFFE = struct { + DGDDJNHLGGJ: u32 = 0, + + pub const _desc_table = .{ + .DGDDJNHLGGJ = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const JOFGDAIADBO = struct { + HOIOKBKGFDN: u32 = 0, + BKMAMGAPEGH: u32 = 0, + PKLCNHICGIA: bool = false, + CHNLIOKGLBP: bool = false, + LJHEOCHHCAB: i64 = 0, + DAJJJFCHOOJ: u32 = 0, + FOMJLFJCKDB: bool = false, + ECOEKHPGMEA: ?ECOEKHPGMEA_union, + + pub const _ECOEKHPGMEA_case = enum { + JFNHPIEGMMM, + GILDJPKDPNN, + GENPKDAEIHC, + BOLAIPLEFPI, + PGMBLLOOBMA, + JLEFNHIKFOC, + }; + pub const ECOEKHPGMEA_union = union(_ECOEKHPGMEA_case) { + JFNHPIEGMMM: BKODHAEECJH, + GILDJPKDPNN: EFHABDOFKDE, + GENPKDAEIHC: POHNIIFLCGE, + BOLAIPLEFPI: CGOMNLBLJGH, + PGMBLLOOBMA: DLLJMIAGHDD, + JLEFNHIKFOC: CBOEMEJIFFE, + pub const _union_desc = .{ + .JFNHPIEGMMM = fd(1, .{ .SubMessage = {} }), + .GILDJPKDPNN = fd(2, .{ .SubMessage = {} }), + .GENPKDAEIHC = fd(6, .{ .SubMessage = {} }), + .BOLAIPLEFPI = fd(10, .{ .SubMessage = {} }), + .PGMBLLOOBMA = fd(12, .{ .SubMessage = {} }), + .JLEFNHIKFOC = fd(13, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .HOIOKBKGFDN = fd(11, .{ .Varint = .Simple }), + .BKMAMGAPEGH = fd(8, .{ .Varint = .Simple }), + .PKLCNHICGIA = fd(15, .{ .Varint = .Simple }), + .CHNLIOKGLBP = fd(5, .{ .Varint = .Simple }), + .LJHEOCHHCAB = fd(9, .{ .Varint = .Simple }), + .DAJJJFCHOOJ = fd(7, .{ .Varint = .Simple }), + .FOMJLFJCKDB = fd(14, .{ .Varint = .Simple }), + .ECOEKHPGMEA = fd(null, .{ .OneOf = ECOEKHPGMEA_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ILMELFJCCMD = struct { + BKMAMGAPEGH: u32 = 0, + KMNDEBCFFAD: ArrayList(JOFGDAIADBO), + PEHINGJKGCB: ?IIKNGNHDMFI = null, + BIINNCNDPCG: bool = false, + COIFHFPEGPH: i64 = 0, + DKHIGCIPEKF: bool = false, + HIJDDFBEDPO: ArrayList(HIJDDFBEDPOEntry), + + pub const _desc_table = .{ + .BKMAMGAPEGH = fd(4, .{ .Varint = .Simple }), + .KMNDEBCFFAD = fd(15, .{ .List = .{ .SubMessage = {} } }), + .PEHINGJKGCB = fd(13, .{ .SubMessage = {} }), + .BIINNCNDPCG = fd(5, .{ .Varint = .Simple }), + .COIFHFPEGPH = fd(11, .{ .Varint = .Simple }), + .DKHIGCIPEKF = fd(1, .{ .Varint = .Simple }), + .HIJDDFBEDPO = fd(10, .{ .List = .{ .SubMessage = {} } }), + }; + + pub const HIJDDFBEDPOEntry = struct { + key: u32 = 0, + value: u32 = 0, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FLNIDKIGGBK = struct { + BKMAMGAPEGH: u32 = 0, + PEHINGJKGCB: ?IIKNGNHDMFI = null, + DKHIGCIPEKF: bool = false, + KNEINMNLCDI: ?IIKNGNHDMFI = null, + OEBAFBIGMBC: ArrayList(NPAIINEKEFB), + GJPANOCNGBM: u32 = 0, + + pub const _desc_table = .{ + .BKMAMGAPEGH = fd(3, .{ .Varint = .Simple }), + .PEHINGJKGCB = fd(1, .{ .SubMessage = {} }), + .DKHIGCIPEKF = fd(7, .{ .Varint = .Simple }), + .KNEINMNLCDI = fd(15, .{ .SubMessage = {} }), + .OEBAFBIGMBC = fd(11, .{ .List = .{ .SubMessage = {} } }), + .GJPANOCNGBM = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LEAAHDPAIEG = struct { + AGMAMBDEHLK: bool = false, + HOIOKBKGFDN: u32 = 0, + + pub const _desc_table = .{ + .AGMAMBDEHLK = fd(11, .{ .Varint = .Simple }), + .HOIOKBKGFDN = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EGBKGEMFODN = struct { + DPPIMJNDNDF: ArrayList(FLNIDKIGGBK), + HJNOIENGEDL: u32 = 0, + CCBBDGFFFAG: ArrayList(u32), + NCIKKFENHJF: ?ILMELFJCCMD = null, + BLMNEKFPAGH: u32 = 0, + NFIOACFHJNK: ArrayList(LEAAHDPAIEG), + + pub const _desc_table = .{ + .DPPIMJNDNDF = fd(9, .{ .List = .{ .SubMessage = {} } }), + .HJNOIENGEDL = fd(11, .{ .Varint = .Simple }), + .CCBBDGFFFAG = fd(14, .{ .PackedList = .{ .Varint = .Simple } }), + .NCIKKFENHJF = fd(8, .{ .SubMessage = {} }), + .BLMNEKFPAGH = fd(1, .{ .Varint = .Simple }), + .NFIOACFHJNK = fd(4, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesGetBusinessDayInfoCsReq = struct { + MKBPDPAFAPK: bool = false, + + pub const _desc_table = .{ + .MKBPDPAFAPK = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesGetBusinessDayInfoScRsp = struct { + AAKDAHHIGIF: ?EGBKGEMFODN = null, + retcode: u32 = 0, + BCFBFMMENJK: i64 = 0, + + pub const _desc_table = .{ + .AAKDAHHIGIF = fd(4, .{ .SubMessage = {} }), + .retcode = fd(1, .{ .Varint = .Simple }), + .BCFBFMMENJK = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const JNIPIAADOIP = struct { + DKHIGCIPEKF: bool = false, + HJNOIENGEDL: u32 = 0, + BIINNCNDPCG: bool = false, + BLMNEKFPAGH: u32 = 0, + MLGFJGCHONH: u32 = 0, + BCFBFMMENJK: i64 = 0, + + pub const _desc_table = .{ + .DKHIGCIPEKF = fd(9, .{ .Varint = .Simple }), + .HJNOIENGEDL = fd(15, .{ .Varint = .Simple }), + .BIINNCNDPCG = fd(10, .{ .Varint = .Simple }), + .BLMNEKFPAGH = fd(11, .{ .Varint = .Simple }), + .MLGFJGCHONH = fd(7, .{ .Varint = .Simple }), + .BCFBFMMENJK = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesBusinessDayRefreshEventCsReq = struct { + BKMAMGAPEGH: u32 = 0, + HOIOKBKGFDN: u32 = 0, + KBLPJCFNHLE: bool = false, + + pub const _desc_table = .{ + .BKMAMGAPEGH = fd(1, .{ .Varint = .Simple }), + .HOIOKBKGFDN = fd(12, .{ .Varint = .Simple }), + .KBLPJCFNHLE = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesBusinessDayRefreshEventScRsp = struct { + retcode: u32 = 0, + NFJLFNBPPPG: ?JOFGDAIADBO = null, + + pub const _desc_table = .{ + .retcode = fd(9, .{ .Varint = .Simple }), + .NFJLFNBPPPG = fd(1, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesDeliverPamCargoCsReq = struct { + avatar_id: u32 = 0, + AOPIKHKKGLM: u32 = 0, + + pub const _desc_table = .{ + .avatar_id = fd(8, .{ .Varint = .Simple }), + .AOPIKHKKGLM = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesDeliverPamCargoScRsp = struct { + avatar_id: u32 = 0, + retcode: u32 = 0, + NFJLFNBPPPG: ?JOFGDAIADBO = null, + GCBDEDABGKO: ?PlanetFesReward = null, + + pub const _desc_table = .{ + .avatar_id = fd(9, .{ .Varint = .Simple }), + .retcode = fd(11, .{ .Varint = .Simple }), + .NFJLFNBPPPG = fd(2, .{ .SubMessage = {} }), + .GCBDEDABGKO = fd(14, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesChooseAvatarEventOptionCsReq = struct { + NFCAAMBMMMB: u32 = 0, + + pub const _desc_table = .{ + .NFCAAMBMMMB = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesChooseAvatarEventOptionScRsp = struct { + OJKJPKHDEPE: u32 = 0, + reward: ?PlanetFesReward = null, + EPMOOHCJNHO: u32 = 0, + NFJLFNBPPPG: ?JOFGDAIADBO = null, + HAKKGODICFI: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .OJKJPKHDEPE = fd(6, .{ .Varint = .Simple }), + .reward = fd(2, .{ .SubMessage = {} }), + .EPMOOHCJNHO = fd(5, .{ .Varint = .Simple }), + .NFJLFNBPPPG = fd(13, .{ .SubMessage = {} }), + .HAKKGODICFI = fd(12, .{ .Varint = .Simple }), + .retcode = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesDealAvatarEventOptionItemCsReq = struct { + NNGOPAKJICC: u32 = 0, + LECDHDDCEIA: bool = false, + + pub const _desc_table = .{ + .NNGOPAKJICC = fd(5, .{ .Varint = .Simple }), + .LECDHDDCEIA = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesDealAvatarEventOptionItemScRsp = struct { + HAKKGODICFI: u32 = 0, + LECDHDDCEIA: bool = false, + retcode: u32 = 0, + OJKJPKHDEPE: u32 = 0, + NFJLFNBPPPG: ?JOFGDAIADBO = null, + reward: ?PlanetFesReward = null, + + pub const _desc_table = .{ + .HAKKGODICFI = fd(7, .{ .Varint = .Simple }), + .LECDHDDCEIA = fd(9, .{ .Varint = .Simple }), + .retcode = fd(15, .{ .Varint = .Simple }), + .OJKJPKHDEPE = fd(13, .{ .Varint = .Simple }), + .NFJLFNBPPPG = fd(14, .{ .SubMessage = {} }), + .reward = fd(4, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesTakeRegionPhaseRewardCsReq = struct { + NDBOJANDNJN: u32 = 0, + + pub const _desc_table = .{ + .NDBOJANDNJN = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesTakeRegionPhaseRewardScRsp = struct { + reward_list: ?ItemList = null, + NDBOJANDNJN: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .reward_list = fd(15, .{ .SubMessage = {} }), + .NDBOJANDNJN = fd(7, .{ .Varint = .Simple }), + .retcode = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CNLMDFFEFJM = struct { + CDLBEHLAMMM: ArrayList(u32), + HFKGGOEPPLE: ArrayList(u32), + ALHANJKLBOO: u32 = 0, + GPAGHIAJICD: u32 = 0, + + pub const _desc_table = .{ + .CDLBEHLAMMM = fd(2, .{ .PackedList = .{ .Varint = .Simple } }), + .HFKGGOEPPLE = fd(13, .{ .PackedList = .{ .Varint = .Simple } }), + .ALHANJKLBOO = fd(4, .{ .Varint = .Simple }), + .GPAGHIAJICD = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HLDHEMLPJNG = struct { + ACDOPCBMPNL: u32 = 0, + OOHNKOJHDHO: u32 = 0, + EJCOLGNJGDC: ?CNLMDFFEFJM = null, + + pub const _desc_table = .{ + .ACDOPCBMPNL = fd(11, .{ .Varint = .Simple }), + .OOHNKOJHDHO = fd(4, .{ .Varint = .Simple }), + .EJCOLGNJGDC = fd(14, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FMNHLKNJNAH = struct { + PKHLGKKIPPA: ArrayList(u32), + + pub const _desc_table = .{ + .PKHLGKKIPPA = fd(2, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesStartMiniGameCsReq = struct { + OOHNKOJHDHO: u32 = 0, + ACDOPCBMPNL: u32 = 0, + + pub const _desc_table = .{ + .OOHNKOJHDHO = fd(14, .{ .Varint = .Simple }), + .ACDOPCBMPNL = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesStartMiniGameScRsp = struct { + reward: ?PlanetFesReward = null, + retcode: u32 = 0, + OMCBCGCHLGN: ?HLDHEMLPJNG = null, + JFMAHMOFJPI: ?FMNHLKNJNAH = null, + + pub const _desc_table = .{ + .reward = fd(5, .{ .SubMessage = {} }), + .retcode = fd(7, .{ .Varint = .Simple }), + .OMCBCGCHLGN = fd(12, .{ .SubMessage = {} }), + .JFMAHMOFJPI = fd(14, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesUseItemCsReq = struct { + DIOOKFOCCMO: u32 = 0, + item_id: u32 = 0, + + pub const _desc_table = .{ + .DIOOKFOCCMO = fd(15, .{ .Varint = .Simple }), + .item_id = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesUseItemScRsp = struct { + retcode: u32 = 0, + reward: ?PlanetFesReward = null, + + pub const _desc_table = .{ + .retcode = fd(9, .{ .Varint = .Simple }), + .reward = fd(11, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesGameBingoFlipCsReq = struct { + HCFPOFMDGKN: u32 = 0, + + pub const _desc_table = .{ + .HCFPOFMDGKN = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesGameBingoFlipScRsp = struct { + reward: ?PlanetFesReward = null, + HCFPOFMDGKN: u32 = 0, + retcode: u32 = 0, + NFEADMFNFLK: bool = false, + + pub const _desc_table = .{ + .reward = fd(9, .{ .SubMessage = {} }), + .HCFPOFMDGKN = fd(7, .{ .Varint = .Simple }), + .retcode = fd(6, .{ .Varint = .Simple }), + .NFEADMFNFLK = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesBonusEventInteractCsReq = struct { + HOIOKBKGFDN: u32 = 0, + APMODAGOHNA: u32 = 0, + + pub const _desc_table = .{ + .HOIOKBKGFDN = fd(3, .{ .Varint = .Simple }), + .APMODAGOHNA = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesBonusEventInteractScRsp = struct { + retcode: u32 = 0, + HOIOKBKGFDN: u32 = 0, + NFJLFNBPPPG: ?JOFGDAIADBO = null, + reward: ?PlanetFesReward = null, + + pub const _desc_table = .{ + .retcode = fd(4, .{ .Varint = .Simple }), + .HOIOKBKGFDN = fd(3, .{ .Varint = .Simple }), + .NFJLFNBPPPG = fd(15, .{ .SubMessage = {} }), + .reward = fd(8, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EIKAIIDAEPP = struct { + HDCBEJDENLA: u32 = 0, + BKMAMGAPEGH: u32 = 0, + uid: u32 = 0, + DGJDMOCBBII: u32 = 0, + PJOLEMHLGNL: u32 = 0, + HHJOCGOMECO: ?IIKNGNHDMFI = null, + LNJIIHHPMED: u32 = 0, + + pub const _desc_table = .{ + .HDCBEJDENLA = fd(12, .{ .Varint = .Simple }), + .BKMAMGAPEGH = fd(10, .{ .Varint = .Simple }), + .uid = fd(11, .{ .Varint = .Simple }), + .DGJDMOCBBII = fd(2, .{ .Varint = .Simple }), + .PJOLEMHLGNL = fd(4, .{ .Varint = .Simple }), + .HHJOCGOMECO = fd(6, .{ .SubMessage = {} }), + .LNJIIHHPMED = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesGetFriendRankingInfoListCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesGetFriendRankingInfoListScRsp = struct { + ICMGEGEFDLE: ?EIKAIIDAEPP = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .ICMGEGEFDLE = fd(7, .{ .SubMessage = {} }), + .retcode = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesFriendRankingInfoChangeScNotify = struct { + CNHEKLKBMHH: ArrayList(EIKAIIDAEPP), + + pub const _desc_table = .{ + .CNHEKLKBMHH = fd(6, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesSetCustomKeyValueCsReq = struct { + key: u32 = 0, + value: u32 = 0, + + pub const _desc_table = .{ + .key = fd(3, .{ .Varint = .Simple }), + .value = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesSetCustomKeyValueScRsp = struct { + value: u32 = 0, + retcode: u32 = 0, + key: u32 = 0, + + pub const _desc_table = .{ + .value = fd(11, .{ .Varint = .Simple }), + .retcode = fd(14, .{ .Varint = .Simple }), + .key = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesUpgradeFesLevelCsReq = struct { + LDNJEACFBJE: u32 = 0, + + pub const _desc_table = .{ + .LDNJEACFBJE = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesUpgradeFesLevelScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesGetAvatarStatCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesGetAvatarStatScRsp = struct { + retcode: u32 = 0, + OEBAFBIGMBC: ArrayList(NPAIINEKEFB), + + pub const _desc_table = .{ + .retcode = fd(13, .{ .Varint = .Simple }), + .OEBAFBIGMBC = fd(3, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DEINADPEHKE = struct { + apply_time: i64 = 0, + OFGFHCLDOBG: u32 = 0, + JPACOBGBDBG: ArrayList(u32), + PNAKHNBDJAE: u32 = 0, + + pub const _desc_table = .{ + .apply_time = fd(9, .{ .Varint = .Simple }), + .OFGFHCLDOBG = fd(12, .{ .Varint = .Simple }), + .JPACOBGBDBG = fd(11, .{ .PackedList = .{ .Varint = .Simple } }), + .PNAKHNBDJAE = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BKBILPDKOIL = struct { + LHJPKMDMNMP: u32 = 0, + JPACOBGBDBG: ArrayList(u32), + time: i64 = 0, + HPJJDCJHHOA: u64 = 0, + CABEHKOFLPG: bool = false, + + pub const _desc_table = .{ + .LHJPKMDMNMP = fd(7, .{ .Varint = .Simple }), + .JPACOBGBDBG = fd(13, .{ .PackedList = .{ .Varint = .Simple } }), + .time = fd(6, .{ .Varint = .Simple }), + .HPJJDCJHHOA = fd(1, .{ .Varint = .Simple }), + .CABEHKOFLPG = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GJIPJNGNFEJ = struct { + source: u32 = 0, + PNAKHNBDJAE: u32 = 0, + JPACOBGBDBG: ArrayList(u32), + OFGFHCLDOBG: u32 = 0, + time: i64 = 0, + + pub const _desc_table = .{ + .source = fd(9, .{ .Varint = .Simple }), + .PNAKHNBDJAE = fd(13, .{ .Varint = .Simple }), + .JPACOBGBDBG = fd(6, .{ .PackedList = .{ .Varint = .Simple } }), + .OFGFHCLDOBG = fd(10, .{ .Varint = .Simple }), + .time = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesGetExtraCardPieceInfoCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FFAPKCNAPID = struct { + HLKPNECAMBL: u32 = 0, + AIIEKLILMJC: i64 = 0, + GEDGLNCPGGN: ArrayList(DEINADPEHKE), + IEMNJHLFGKD: ArrayList(u32), + PBFHDNBGMBP: ArrayList(CEODDCEIDDL), + uid: u32 = 0, + AOAEFEIBBMF: u32 = 0, + OBBOCCNFLOL: ArrayList(GJIPJNGNFEJ), + + pub const _desc_table = .{ + .HLKPNECAMBL = fd(10, .{ .Varint = .Simple }), + .AIIEKLILMJC = fd(14, .{ .Varint = .Simple }), + .GEDGLNCPGGN = fd(7, .{ .List = .{ .SubMessage = {} } }), + .IEMNJHLFGKD = fd(13, .{ .PackedList = .{ .Varint = .Simple } }), + .PBFHDNBGMBP = fd(4, .{ .List = .{ .SubMessage = {} } }), + .uid = fd(6, .{ .Varint = .Simple }), + .AOAEFEIBBMF = fd(11, .{ .Varint = .Simple }), + .OBBOCCNFLOL = fd(2, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesGetExtraCardPieceInfoScRsp = struct { + retcode: u32 = 0, + BAAMHDNNKIA: ?FFAPKCNAPID = null, + + pub const _desc_table = .{ + .retcode = fd(1, .{ .Varint = .Simple }), + .BAAMHDNNKIA = fd(4, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesGetFriendCardPieceCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesGetFriendCardPieceScRsp = struct { + retcode: u32 = 0, + CGDANDNIBGJ: ArrayList(FFAPKCNAPID), + + pub const _desc_table = .{ + .retcode = fd(13, .{ .Varint = .Simple }), + .CGDANDNIBGJ = fd(3, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesChangeCardPieceApplyPermissionCsReq = struct { + HLKPNECAMBL: u32 = 0, + + pub const _desc_table = .{ + .HLKPNECAMBL = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesChangeCardPieceApplyPermissionScRsp = struct { + HLKPNECAMBL: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .HLKPNECAMBL = fd(8, .{ .Varint = .Simple }), + .retcode = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesApplyCardPieceCsReq = struct { + CBEGNBKMHCD: u32 = 0, + JPACOBGBDBG: ArrayList(u32), + + pub const _desc_table = .{ + .CBEGNBKMHCD = fd(8, .{ .Varint = .Simple }), + .JPACOBGBDBG = fd(4, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesApplyCardPieceScRsp = struct { + EPCPDOCDOCB: i64 = 0, + PNAKHNBDJAE: u32 = 0, + MCFFPIEEKNN: bool = false, + retcode: u32 = 0, + CBEGNBKMHCD: u32 = 0, + JPACOBGBDBG: ArrayList(u32), + + pub const _desc_table = .{ + .EPCPDOCDOCB = fd(15, .{ .Varint = .Simple }), + .PNAKHNBDJAE = fd(5, .{ .Varint = .Simple }), + .MCFFPIEEKNN = fd(4, .{ .Varint = .Simple }), + .retcode = fd(1, .{ .Varint = .Simple }), + .CBEGNBKMHCD = fd(10, .{ .Varint = .Simple }), + .JPACOBGBDBG = fd(6, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesHandleCardPieceApplyCsReq = struct { + OFGFHCLDOBG: u32 = 0, + MDAPCFHELJL: bool = false, + DLHBCOKCIDP: ArrayList(u32), + PNAKHNBDJAE: u32 = 0, + + pub const _desc_table = .{ + .OFGFHCLDOBG = fd(6, .{ .Varint = .Simple }), + .MDAPCFHELJL = fd(14, .{ .Varint = .Simple }), + .DLHBCOKCIDP = fd(13, .{ .PackedList = .{ .Varint = .Simple } }), + .PNAKHNBDJAE = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesHandleCardPieceApplyScRsp = struct { + PNAKHNBDJAE: u32 = 0, + retcode: u32 = 0, + MDAPCFHELJL: bool = false, + DLHBCOKCIDP: ArrayList(u32), + PPIOLCLPMPL: i64 = 0, + + pub const _desc_table = .{ + .PNAKHNBDJAE = fd(15, .{ .Varint = .Simple }), + .retcode = fd(9, .{ .Varint = .Simple }), + .MDAPCFHELJL = fd(4, .{ .Varint = .Simple }), + .DLHBCOKCIDP = fd(8, .{ .PackedList = .{ .Varint = .Simple } }), + .PPIOLCLPMPL = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesGetOfferedCardPieceCsReq = struct { + CABEHKOFLPG: bool = false, + HPJJDCJHHOA: u64 = 0, + + pub const _desc_table = .{ + .CABEHKOFLPG = fd(12, .{ .Varint = .Simple }), + .HPJJDCJHHOA = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesGetOfferedCardPieceScRsp = struct { + retcode: u32 = 0, + CABEHKOFLPG: bool = false, + ONJGMGHCPEF: ArrayList(BKBILPDKOIL), + HPJJDCJHHOA: u64 = 0, + DLJCKCMADHJ: i64 = 0, + PBFHDNBGMBP: ArrayList(CEODDCEIDDL), + + pub const _desc_table = .{ + .retcode = fd(5, .{ .Varint = .Simple }), + .CABEHKOFLPG = fd(11, .{ .Varint = .Simple }), + .ONJGMGHCPEF = fd(14, .{ .List = .{ .SubMessage = {} } }), + .HPJJDCJHHOA = fd(6, .{ .Varint = .Simple }), + .DLJCKCMADHJ = fd(10, .{ .Varint = .Simple }), + .PBFHDNBGMBP = fd(15, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesGiveCardPieceCsReq = struct { + CBEGNBKMHCD: u32 = 0, + DLHBCOKCIDP: ArrayList(u32), + + pub const _desc_table = .{ + .CBEGNBKMHCD = fd(13, .{ .Varint = .Simple }), + .DLHBCOKCIDP = fd(3, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesGiveCardPieceScRsp = struct { + HPJJDCJHHOA: u64 = 0, + retcode: u32 = 0, + PPIOLCLPMPL: i64 = 0, + DLHBCOKCIDP: ArrayList(u32), + CBEGNBKMHCD: u32 = 0, + + pub const _desc_table = .{ + .HPJJDCJHHOA = fd(6, .{ .Varint = .Simple }), + .retcode = fd(15, .{ .Varint = .Simple }), + .PPIOLCLPMPL = fd(12, .{ .Varint = .Simple }), + .DLHBCOKCIDP = fd(11, .{ .PackedList = .{ .Varint = .Simple } }), + .CBEGNBKMHCD = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesLargeBonusInteractCsReq = struct { + IHCILNHKLMC: u32 = 0, + MOPFFBMABCD: u32 = 0, + OOIOOKGMEHP: u32 = 0, + + pub const _desc_table = .{ + .IHCILNHKLMC = fd(15, .{ .Varint = .Simple }), + .MOPFFBMABCD = fd(7, .{ .Varint = .Simple }), + .OOIOOKGMEHP = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesLargeBonusInteractScRsp = struct { + NFJLFNBPPPG: ?JOFGDAIADBO = null, + IHCILNHKLMC: u32 = 0, + retcode: u32 = 0, + GMIDJMMMJKP: ?IIKNGNHDMFI = null, + + pub const _desc_table = .{ + .NFJLFNBPPPG = fd(10, .{ .SubMessage = {} }), + .IHCILNHKLMC = fd(14, .{ .Varint = .Simple }), + .retcode = fd(1, .{ .Varint = .Simple }), + .GMIDJMMMJKP = fd(12, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesEnterNextBusinessDayCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlanetFesEnterNextBusinessDayScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlayerLoginCsReq = struct { + BNIGPDOOILI: ManagedString = .Empty, + IGNFBLGJIOJ: ManagedString = .Empty, + login_random: u64 = 0, + MLNABEPINDB: u32 = 0, + GMALCPNOHBF: ManagedString = .Empty, + signature: ManagedString = .Empty, + JMKHDHAIOIM: u32 = 0, + DMPMHCCFBKG: ManagedString = .Empty, + rogue_get_info: ManagedString = .Empty, + AKCEJFCFBAN: ManagedString = .Empty, + HAEHHCPOAPP: u32 = 0, + OEHJLODAHFN: ManagedString = .Empty, + FADPDIBKNBI: LanguageType = @enumFromInt(0), + PKLICGMEIMB: ?OCCHNEFHGNE = null, + client_version: ManagedString = .Empty, + KIBBNBNGIJD: ManagedString = .Empty, + OEENCFMCAHD: bool = false, + HJDMJPEBPPM: ManagedString = .Empty, + KFDJEIEOBBN: ManagedString = .Empty, + MIOHKAOIDNK: ?JGFKICDCFLJ = null, + NHBHBALHJML: u32 = 0, + OHPCKCNAEIK: ManagedString = .Empty, + GEHAPNIHCDO: bool = false, + platform_type: PlatformType = @enumFromInt(0), + BPCKJKDENCB: ManagedString = .Empty, + OCDACJNNJNJ: ManagedString = .Empty, + BNBOALIAPAE: ManagedString = .Empty, + client_res_version: u32 = 0, + + pub const _desc_table = .{ + .BNIGPDOOILI = fd(8, .String), + .IGNFBLGJIOJ = fd(713, .String), + .login_random = fd(5, .{ .Varint = .Simple }), + .MLNABEPINDB = fd(160, .{ .Varint = .Simple }), + .GMALCPNOHBF = fd(1338, .String), + .signature = fd(13, .String), + .JMKHDHAIOIM = fd(4, .{ .Varint = .Simple }), + .DMPMHCCFBKG = fd(11, .String), + .rogue_get_info = fd(7, .String), + .AKCEJFCFBAN = fd(1894, .String), + .HAEHHCPOAPP = fd(1102, .{ .Varint = .Simple }), + .OEHJLODAHFN = fd(2, .String), + .FADPDIBKNBI = fd(14, .{ .Varint = .Simple }), + .PKLICGMEIMB = fd(1522, .{ .SubMessage = {} }), + .client_version = fd(3, .String), + .KIBBNBNGIJD = fd(6, .String), + .OEENCFMCAHD = fd(1062, .{ .Varint = .Simple }), + .HJDMJPEBPPM = fd(10, .String), + .KFDJEIEOBBN = fd(959, .String), + .MIOHKAOIDNK = fd(280, .{ .SubMessage = {} }), + .NHBHBALHJML = fd(908, .{ .Varint = .Simple }), + .OHPCKCNAEIK = fd(899, .String), + .GEHAPNIHCDO = fd(578, .{ .Varint = .Simple }), + .platform_type = fd(9, .{ .Varint = .Simple }), + .BPCKJKDENCB = fd(1897, .String), + .OCDACJNNJNJ = fd(1, .String), + .BNBOALIAPAE = fd(15, .String), + .client_res_version = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlayerLoginScRsp = struct { + login_random: u64 = 0, + server_timestamp_ms: u64 = 0, + cur_timezone: i32 = 0, + stamina: u32 = 0, + retcode: u32 = 0, + IGKBEAMLNBJ: bool = false, + NHMHABJKHOG: ManagedString = .Empty, + basic_info: ?PlayerBasicInfo = null, + PDIKPEIFANN: ManagedString = .Empty, + JLPKEOBINCP: bool = false, + + pub const _desc_table = .{ + .login_random = fd(8, .{ .Varint = .Simple }), + .server_timestamp_ms = fd(2, .{ .Varint = .Simple }), + .cur_timezone = fd(12, .{ .Varint = .Simple }), + .stamina = fd(15, .{ .Varint = .Simple }), + .retcode = fd(3, .{ .Varint = .Simple }), + .IGKBEAMLNBJ = fd(7, .{ .Varint = .Simple }), + .NHMHABJKHOG = fd(9, .String), + .basic_info = fd(4, .{ .SubMessage = {} }), + .PDIKPEIFANN = fd(11, .String), + .JLPKEOBINCP = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LMIPMHHPFHN = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlayerGetTokenCsReq = struct { + platform: u32 = 0, + account_uid: ManagedString = .Empty, + HAEHHCPOAPP: u32 = 0, + uid: u32 = 0, + MEMPBKCJJFJ: ManagedString = .Empty, + FGOJLPAEJEC: u32 = 0, + token: ManagedString = .Empty, + ICMFPNPIJJF: u32 = 0, + + pub const _desc_table = .{ + .platform = fd(3, .{ .Varint = .Simple }), + .account_uid = fd(5, .String), + .HAEHHCPOAPP = fd(15, .{ .Varint = .Simple }), + .uid = fd(1, .{ .Varint = .Simple }), + .MEMPBKCJJFJ = fd(14, .String), + .FGOJLPAEJEC = fd(4, .{ .Varint = .Simple }), + .token = fd(6, .String), + .ICMFPNPIJJF = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlayerGetTokenScRsp = struct { + black_info: ?BlackInfo = null, + secret_key_seed: u64 = 0, + msg: ManagedString = .Empty, + retcode: u32 = 0, + uid: u32 = 0, + + pub const _desc_table = .{ + .black_info = fd(1, .{ .SubMessage = {} }), + .secret_key_seed = fd(14, .{ .Varint = .Simple }), + .msg = fd(5, .String), + .retcode = fd(9, .{ .Varint = .Simple }), + .uid = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GmTalkScNotify = struct { + msg: ManagedString = .Empty, + + pub const _desc_table = .{ + .msg = fd(1, .String), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlayerKickOutScNotify = struct { + kick_type: PlayerKickOutScNotify.KAKBFNGGOHB.KickType = @enumFromInt(0), + black_info: ?BlackInfo = null, + + pub const _desc_table = .{ + .kick_type = fd(7, .{ .Varint = .Simple }), + .black_info = fd(13, .{ .SubMessage = {} }), + }; + + pub const KAKBFNGGOHB = struct { + pub const _desc_table = .{}; + + pub const KickType = enum(i32) { + KICK_SQUEEZED = 0, + KICK_BLACK = 1, + KICK_CHANGE_PWD = 2, + KICK_LOGIN_WHITE_TIMEOUT = 3, + KICK_ACE_ANTI_CHEATER = 4, + KICK_BY_GM = 5, + _, + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GmTalkCsReq = struct { + msg: ManagedString = .Empty, + + pub const _desc_table = .{ + .msg = fd(4, .String), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GmTalkScRsp = struct { + retcode: u32 = 0, + BJDOJLKEHNA: ManagedString = .Empty, + + pub const _desc_table = .{ + .retcode = fd(3, .{ .Varint = .Simple }), + .BJDOJLKEHNA = fd(5, .String), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetBasicInfoCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OGFIODPILEL = struct { + DMKLNJBOABO: bool = false, + AKHEILMNDHJ: bool = false, + CACEKELNMIN: u32 = 0, + + pub const _desc_table = .{ + .DMKLNJBOABO = fd(14, .{ .Varint = .Simple }), + .AKHEILMNDHJ = fd(4, .{ .Varint = .Simple }), + .CACEKELNMIN = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlayerSettingInfo = struct { + MMMNJCHEMFN: bool = false, + APONEIDMPHL: bool = false, + ILFALCDLAOL: bool = false, + GHKCMDNKOPN: ?OGFIODPILEL = null, + NJFMILJOFOK: bool = false, + NKEKIBNJMPA: bool = false, + KAPDIMGJLNF: bool = false, + AICNFAOBCPI: bool = false, + PBKBGLHHKPE: bool = false, + KJNCCKHJFHE: bool = false, + GMJANOJMKCE: bool = false, + + pub const _desc_table = .{ + .MMMNJCHEMFN = fd(15, .{ .Varint = .Simple }), + .APONEIDMPHL = fd(6, .{ .Varint = .Simple }), + .ILFALCDLAOL = fd(8, .{ .Varint = .Simple }), + .GHKCMDNKOPN = fd(14, .{ .SubMessage = {} }), + .NJFMILJOFOK = fd(4, .{ .Varint = .Simple }), + .NKEKIBNJMPA = fd(9, .{ .Varint = .Simple }), + .KAPDIMGJLNF = fd(2, .{ .Varint = .Simple }), + .AICNFAOBCPI = fd(3, .{ .Varint = .Simple }), + .PBKBGLHHKPE = fd(12, .{ .Varint = .Simple }), + .KJNCCKHJFHE = fd(10, .{ .Varint = .Simple }), + .GMJANOJMKCE = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetBasicInfoScRsp = struct { + PlayerSettingInfo: ?PlayerSettingInfo = null, + LastSetNicknameTime: i64 = 0, + NextRecoverTime: i64 = 0, + WeekCocoonFinishedCount: u32 = 0, + Gender: u32 = 0, + IsGenderSet: bool = false, + ExchangeTimes: u32 = 0, + retcode: u32 = 0, + CurDay: u32 = 0, + gameplay_birthday: u32 = 0, + + pub const _desc_table = .{ + .PlayerSettingInfo = fd(12, .{ .SubMessage = {} }), + .LastSetNicknameTime = fd(5, .{ .Varint = .Simple }), + .NextRecoverTime = fd(10, .{ .Varint = .Simple }), + .WeekCocoonFinishedCount = fd(15, .{ .Varint = .Simple }), + .Gender = fd(8, .{ .Varint = .Simple }), + .IsGenderSet = fd(4, .{ .Varint = .Simple }), + .ExchangeTimes = fd(13, .{ .Varint = .Simple }), + .retcode = fd(3, .{ .Varint = .Simple }), + .CurDay = fd(2, .{ .Varint = .Simple }), + .gameplay_birthday = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ExchangeStaminaCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ExchangeStaminaScRsp = struct { + retcode: u32 = 0, + last_recover_time: i64 = 0, + ExchangeTimes: u32 = 0, + stamina_add: u32 = 0, + item_cost_list: ArrayList(ItemCost), + + pub const _desc_table = .{ + .retcode = fd(5, .{ .Varint = .Simple }), + .last_recover_time = fd(8, .{ .Varint = .Simple }), + .ExchangeTimes = fd(11, .{ .Varint = .Simple }), + .stamina_add = fd(12, .{ .Varint = .Simple }), + .item_cost_list = fd(9, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetAuthkeyCsReq = struct { + sign_type: u32 = 0, + authkey_ver: u32 = 0, + auth_appid: ManagedString = .Empty, + + pub const _desc_table = .{ + .sign_type = fd(2, .{ .Varint = .Simple }), + .authkey_ver = fd(14, .{ .Varint = .Simple }), + .auth_appid = fd(4, .String), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetAuthkeyScRsp = struct { + sign_type: u32 = 0, + authkey_ver: u32 = 0, + authkey: ManagedString = .Empty, + auth_appid: ManagedString = .Empty, + retcode: u32 = 0, + + pub const _desc_table = .{ + .sign_type = fd(9, .{ .Varint = .Simple }), + .authkey_ver = fd(7, .{ .Varint = .Simple }), + .authkey = fd(5, .String), + .auth_appid = fd(11, .String), + .retcode = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RegionStopScNotify = struct { + stop_end_time: i64 = 0, + stop_begin_time: i64 = 0, + + pub const _desc_table = .{ + .stop_end_time = fd(1, .{ .Varint = .Simple }), + .stop_begin_time = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AntiAddictScNotify = struct { + msg: ManagedString = .Empty, + msg_type: u32 = 0, + level: ManagedString = .Empty, + + pub const _desc_table = .{ + .msg = fd(5, .String), + .msg_type = fd(2, .{ .Varint = .Simple }), + .level = fd(7, .String), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetNicknameCsReq = struct { + is_modify: bool = false, + nickname: ManagedString = .Empty, + + pub const _desc_table = .{ + .is_modify = fd(7, .{ .Varint = .Simple }), + .nickname = fd(6, .String), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetNicknameScRsp = struct { + JENDKBOOAIP: i64 = 0, + retcode: u32 = 0, + is_modify: bool = false, + + pub const _desc_table = .{ + .JENDKBOOAIP = fd(10, .{ .Varint = .Simple }), + .retcode = fd(7, .{ .Varint = .Simple }), + .is_modify = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetLevelRewardTakenListCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetLevelRewardTakenListScRsp = struct { + level_reward_taken_list: ArrayList(u32), + retcode: u32 = 0, + + pub const _desc_table = .{ + .level_reward_taken_list = fd(9, .{ .PackedList = .{ .Varint = .Simple } }), + .retcode = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetLevelRewardCsReq = struct { + level: u32 = 0, + interacted_prop_entity_id: u32 = 0, + + pub const _desc_table = .{ + .level = fd(3, .{ .Varint = .Simple }), + .interacted_prop_entity_id = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetLevelRewardScRsp = struct { + retcode: u32 = 0, + reward: ?ItemList = null, + level: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(1, .{ .Varint = .Simple }), + .reward = fd(14, .{ .SubMessage = {} }), + .level = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetLanguageCsReq = struct { + FADPDIBKNBI: LanguageType = @enumFromInt(0), + + pub const _desc_table = .{ + .FADPDIBKNBI = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetLanguageScRsp = struct { + retcode: u32 = 0, + FADPDIBKNBI: LanguageType = @enumFromInt(0), + + pub const _desc_table = .{ + .retcode = fd(2, .{ .Varint = .Simple }), + .FADPDIBKNBI = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AnnounceData = struct { + banner_frequency: u32 = 0, + emergency_text: ManagedString = .Empty, + count_down_text: ManagedString = .Empty, + banner_text: ManagedString = .Empty, + end_time: i64 = 0, + begin_time: i64 = 0, + center_system_frequency: u32 = 0, + config_id: u32 = 0, + is_center_system_last_5_every_minutes: bool = false, + + pub const _desc_table = .{ + .banner_frequency = fd(7, .{ .Varint = .Simple }), + .emergency_text = fd(9, .String), + .count_down_text = fd(4, .String), + .banner_text = fd(13, .String), + .end_time = fd(10, .{ .Varint = .Simple }), + .begin_time = fd(12, .{ .Varint = .Simple }), + .center_system_frequency = fd(6, .{ .Varint = .Simple }), + .config_id = fd(3, .{ .Varint = .Simple }), + .is_center_system_last_5_every_minutes = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ServerAnnounceNotify = struct { + announce_data_list: ArrayList(AnnounceData), + + pub const _desc_table = .{ + .announce_data_list = fd(1, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const Gateserver = struct { + LHOOFMAIHPC: ManagedString = .Empty, + rogue_tourn_notice_pic_type: u32 = 0, + mtp_switch: bool = false, + port: u32 = 0, + MODIBFHPMCP: bool = false, + NGCIMHOLJBA: ManagedString = .Empty, + rogue_magic_h5_url: ManagedString = .Empty, + asb_relogin_desc: ManagedString = .Empty, + official_community_url: ManagedString = .Empty, + temporary_maintenance_url: ManagedString = .Empty, + mdk_res_version: ManagedString = .Empty, + game_start_customer_service_url: ManagedString = .Empty, + stop_end_time: i64 = 0, + rogue_tourn_build_ref_static_data_url_prefix: ManagedString = .Empty, + operation_feedback_url: ManagedString = .Empty, + network_diagnostic: bool = false, + rogue_tourn_build_ref_api_req_color_header_value: ManagedString = .Empty, + cloud_game_url: ManagedString = .Empty, + ECBFEHFPOFJ: bool = false, + rogue_tourn_build_ref_api_req_color_header_key: ManagedString = .Empty, + online_replay_download_url: ManagedString = .Empty, + EHIMAOFLGIL: ManagedString = .Empty, + personal_information_in_game_url: ManagedString = .Empty, + ifix_url: ManagedString = .Empty, + ipv6_address: ManagedString = .Empty, + event_tracking_open: bool = false, + player_return_questionnaire_b_url: ManagedString = .Empty, + user_agreement_url: ManagedString = .Empty, + privacy_in_game_url: ManagedString = .Empty, + rogue_tourn_build_ref_h5_url: ManagedString = .Empty, + use_new_networking: bool = false, + OAOHIECDGCC: ArrayList(ManagedString), + cdkey_recall_url: ManagedString = .Empty, + client_secret_key: ManagedString = .Empty, + enable_cdn_ipv6: u32 = 0, + enable_version_update: bool = false, + design_data_relogin_desc: ManagedString = .Empty, + enable_save_replay_file: bool = false, + pre_download_url: ManagedString = .Empty, + ip: ManagedString = .Empty, + rogue_tourn_notice_id: u32 = 0, + forbid_recharge: bool = false, + use_tcp: bool = false, + enable_upload_battle_log: bool = false, + ios_exam: bool = false, + asb_relogin_type: u32 = 0, + POOOLGFKKJL: ManagedString = .Empty, + third_privacy_in_game_url: ManagedString = .Empty, + MPNJIKPKOHJ: ManagedString = .Empty, + community_activity_url: ManagedString = .Empty, + enable_watermark: bool = false, + player_return_questionnaire_a_url: ManagedString = .Empty, + design_data_relogin_type: u32 = 0, + lua_url: ManagedString = .Empty, + asset_bundle_url: ManagedString = .Empty, + close_redeem_code: bool = false, + msg: ManagedString = .Empty, + enable_design_data_version_update: bool = false, + ex_resource_url: ManagedString = .Empty, + player_return_invite_h5_url: ManagedString = .Empty, + teenager_privacy_in_game_url: ManagedString = .Empty, + online_replay_upload_url: ManagedString = .Empty, + web_tool_url: ManagedString = .Empty, + DENLMLCJLPG: ManagedString = .Empty, + hot_point_url: ManagedString = .Empty, + ifix_version: ManagedString = .Empty, + CKIOFJNKEMN: ManagedString = .Empty, + retcode: u32 = 0, + server_description: ManagedString = .Empty, + region_name: ManagedString = .Empty, + enable_android_middle_package: bool = false, + stop_begin_time: i64 = 0, + login_white_msg: ManagedString = .Empty, + custom_service_url: ManagedString = .Empty, + + pub const _desc_table = .{ + .LHOOFMAIHPC = fd(552, .String), + .rogue_tourn_notice_pic_type = fd(1810, .{ .Varint = .Simple }), + .mtp_switch = fd(742, .{ .Varint = .Simple }), + .port = fd(9, .{ .Varint = .Simple }), + .MODIBFHPMCP = fd(869, .{ .Varint = .Simple }), + .NGCIMHOLJBA = fd(826, .String), + .rogue_magic_h5_url = fd(765, .String), + .asb_relogin_desc = fd(12, .String), + .official_community_url = fd(1165, .String), + .temporary_maintenance_url = fd(1934, .String), + .mdk_res_version = fd(1005, .String), + .game_start_customer_service_url = fd(1260, .String), + .stop_end_time = fd(15, .{ .Varint = .Simple }), + .rogue_tourn_build_ref_static_data_url_prefix = fd(632, .String), + .operation_feedback_url = fd(1121, .String), + .network_diagnostic = fd(796, .{ .Varint = .Simple }), + .rogue_tourn_build_ref_api_req_color_header_value = fd(1582, .String), + .cloud_game_url = fd(462, .String), + .ECBFEHFPOFJ = fd(1068, .{ .Varint = .Simple }), + .rogue_tourn_build_ref_api_req_color_header_key = fd(2000, .String), + .online_replay_download_url = fd(1888, .String), + .EHIMAOFLGIL = fd(799, .String), + .personal_information_in_game_url = fd(1050, .String), + .ifix_url = fd(33, .String), + .ipv6_address = fd(1391, .String), + .event_tracking_open = fd(786, .{ .Varint = .Simple }), + .player_return_questionnaire_b_url = fd(1331, .String), + .user_agreement_url = fd(1727, .String), + .privacy_in_game_url = fd(82, .String), + .rogue_tourn_build_ref_h5_url = fd(1130, .String), + .use_new_networking = fd(208, .{ .Varint = .Simple }), + .OAOHIECDGCC = fd(2032, .{ .List = .String }), + .cdkey_recall_url = fd(966, .String), + .client_secret_key = fd(385, .String), + .enable_cdn_ipv6 = fd(1675, .{ .Varint = .Simple }), + .enable_version_update = fd(4, .{ .Varint = .Simple }), + .design_data_relogin_desc = fd(1396, .String), + .enable_save_replay_file = fd(200, .{ .Varint = .Simple }), + .pre_download_url = fd(30, .String), + .ip = fd(2, .String), + .rogue_tourn_notice_id = fd(1025, .{ .Varint = .Simple }), + .forbid_recharge = fd(1409, .{ .Varint = .Simple }), + .use_tcp = fd(1984, .{ .Varint = .Simple }), + .enable_upload_battle_log = fd(1598, .{ .Varint = .Simple }), + .ios_exam = fd(1715, .{ .Varint = .Simple }), + .asb_relogin_type = fd(13, .{ .Varint = .Simple }), + .POOOLGFKKJL = fd(34, .String), + .third_privacy_in_game_url = fd(485, .String), + .MPNJIKPKOHJ = fd(1151, .String), + .community_activity_url = fd(29, .String), + .enable_watermark = fd(135, .{ .Varint = .Simple }), + .player_return_questionnaire_a_url = fd(300, .String), + .design_data_relogin_type = fd(11, .{ .Varint = .Simple }), + .lua_url = fd(7, .String), + .asset_bundle_url = fd(3, .String), + .close_redeem_code = fd(970, .{ .Varint = .Simple }), + .msg = fd(10, .String), + .enable_design_data_version_update = fd(8, .{ .Varint = .Simple }), + .ex_resource_url = fd(6, .String), + .player_return_invite_h5_url = fd(154, .String), + .teenager_privacy_in_game_url = fd(226, .String), + .online_replay_upload_url = fd(965, .String), + .web_tool_url = fd(751, .String), + .DENLMLCJLPG = fd(1654, .String), + .hot_point_url = fd(1093, .String), + .ifix_version = fd(1900, .String), + .CKIOFJNKEMN = fd(957, .String), + .retcode = fd(14, .{ .Varint = .Simple }), + .server_description = fd(292, .String), + .region_name = fd(1, .String), + .enable_android_middle_package = fd(431, .{ .Varint = .Simple }), + .stop_begin_time = fd(5, .{ .Varint = .Simple }), + .login_white_msg = fd(988, .String), + .custom_service_url = fd(536, .String), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GateServerScNotify = struct { + CONNPKCCHJE: ManagedString = .Empty, + + pub const _desc_table = .{ + .CONNPKCCHJE = fd(8, .String), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetAvatarPathCsReq = struct { + avatar_id: MultiPathAvatarType = @enumFromInt(0), + + pub const _desc_table = .{ + .avatar_id = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetAvatarPathScRsp = struct { + retcode: u32 = 0, + avatar_id: MultiPathAvatarType = @enumFromInt(0), + + pub const _desc_table = .{ + .retcode = fd(9, .{ .Varint = .Simple }), + .avatar_id = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetMultipleAvatarPathsCsReq = struct { + avatar_id_list: ArrayList(MultiPathAvatarType), + + pub const _desc_table = .{ + .avatar_id_list = fd(2, .{ .List = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetMultipleAvatarPathsScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const UnlockAvatarPathCsReq = struct { + avatar_id: MultiPathAvatarType = @enumFromInt(0), + + pub const _desc_table = .{ + .avatar_id = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const UnlockAvatarPathScRsp = struct { + reward: ?ItemList = null, + retcode: u32 = 0, + basic_type_id_list: ArrayList(u32), + avatar_id: MultiPathAvatarType = @enumFromInt(0), + + pub const _desc_table = .{ + .reward = fd(12, .{ .SubMessage = {} }), + .retcode = fd(15, .{ .Varint = .Simple }), + .basic_type_id_list = fd(6, .{ .PackedList = .{ .Varint = .Simple } }), + .avatar_id = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AvatarPathChangedNotify = struct { + base_avatar_id: u32 = 0, + cur_multi_path_avatar_type: MultiPathAvatarType = @enumFromInt(0), + + pub const _desc_table = .{ + .base_avatar_id = fd(12, .{ .Varint = .Simple }), + .cur_multi_path_avatar_type = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetGenderCsReq = struct { + gender: Gender = @enumFromInt(0), + + pub const _desc_table = .{ + .gender = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetGenderScRsp = struct { + retcode: u32 = 0, + cur_avatar_path_info_list: ArrayList(MultiPathAvatarInfo), + cur_avatar_path: MultiPathAvatarType = @enumFromInt(0), + + pub const _desc_table = .{ + .retcode = fd(11, .{ .Varint = .Simple }), + .cur_avatar_path_info_list = fd(7, .{ .List = .{ .SubMessage = {} } }), + .cur_avatar_path = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetPlayerInfoCsReq = struct { + is_modify: bool = false, + gender: Gender = @enumFromInt(0), + nickname: ManagedString = .Empty, + + pub const _desc_table = .{ + .is_modify = fd(2, .{ .Varint = .Simple }), + .gender = fd(6, .{ .Varint = .Simple }), + .nickname = fd(4, .String), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetPlayerInfoScRsp = struct { + cur_avatar_path: MultiPathAvatarType = @enumFromInt(0), + is_modify: bool = false, + retcode: u32 = 0, + cur_avatar_path_info_list: ArrayList(MultiPathAvatarInfo), + JENDKBOOAIP: i64 = 0, + + pub const _desc_table = .{ + .cur_avatar_path = fd(2, .{ .Varint = .Simple }), + .is_modify = fd(1, .{ .Varint = .Simple }), + .retcode = fd(14, .{ .Varint = .Simple }), + .cur_avatar_path_info_list = fd(8, .{ .List = .{ .SubMessage = {} } }), + .JENDKBOOAIP = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const QueryProductInfoCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const Product = struct { + end_time: i64 = 0, + begin_time: i64 = 0, + GCBOBAMCALK: u32 = 0, + product_id: ManagedString = .Empty, + gift_type: ProductGiftType = @enumFromInt(0), + double_reward: bool = false, + IOGLPEBJMDB: u32 = 0, + price_tier: ManagedString = .Empty, + + pub const _desc_table = .{ + .end_time = fd(6, .{ .Varint = .Simple }), + .begin_time = fd(3, .{ .Varint = .Simple }), + .GCBOBAMCALK = fd(4, .{ .Varint = .Simple }), + .product_id = fd(2, .String), + .gift_type = fd(13, .{ .Varint = .Simple }), + .double_reward = fd(14, .{ .Varint = .Simple }), + .IOGLPEBJMDB = fd(7, .{ .Varint = .Simple }), + .price_tier = fd(11, .String), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const QueryProductInfoScRsp = struct { + CMGHDMPEAKO: u32 = 0, + month_card_out_date_time: u64 = 0, + product_list: ArrayList(Product), + retcode: u32 = 0, + ODNFIAAHKCI: u32 = 0, + + pub const _desc_table = .{ + .CMGHDMPEAKO = fd(12, .{ .Varint = .Simple }), + .month_card_out_date_time = fd(11, .{ .Varint = .Simple }), + .product_list = fd(10, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(6, .{ .Varint = .Simple }), + .ODNFIAAHKCI = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MonthCardRewardNotify = struct { + reward: ?ItemList = null, + + pub const _desc_table = .{ + .reward = fd(12, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ClientDownloadDataScNotify = struct { + download_data: ?ClientDownloadData = null, + + pub const _desc_table = .{ + .download_data = fd(2, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ClientObjDownloadDataScNotify = struct { + data: ?ClientObjDownloadData = null, + + pub const _desc_table = .{ + .data = fd(4, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const UpdateFeatureSwitchScNotify = struct { + switch_info_list: ArrayList(FeatureSwitchInfo), + + pub const _desc_table = .{ + .switch_info_list = fd(7, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DailyRefreshNotify = struct { + GMFEBDAFDPJ: u32 = 0, + + pub const _desc_table = .{ + .GMFEBDAFDPJ = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetGameplayBirthdayCsReq = struct { + birthday: u32 = 0, + + pub const _desc_table = .{ + .birthday = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetGameplayBirthdayScRsp = struct { + birthday: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .birthday = fd(12, .{ .Varint = .Simple }), + .retcode = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AceAntiCheaterCsReq = struct { + GLNKKFAIPOB: u32 = 0, + DGDLNIEFCPF: ManagedString = .Empty, + + pub const _desc_table = .{ + .GLNKKFAIPOB = fd(1, .{ .Varint = .Simple }), + .DGDLNIEFCPF = fd(5, .String), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AceAntiCheaterScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const retcodeNotify = struct { + retcode: u32 = 0, + JOJPPODOMAH: ArrayList(u32), + + pub const _desc_table = .{ + .retcode = fd(6, .{ .Varint = .Simple }), + .JOJPPODOMAH = fd(12, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlayerHeartBeatCsReq = struct { + JBPEMOFNEDG: u32 = 0, + LKJMJGDEBEE: ?ClientUploadData = null, + client_time_ms: u64 = 0, + + pub const _desc_table = .{ + .JBPEMOFNEDG = fd(6, .{ .Varint = .Simple }), + .LKJMJGDEBEE = fd(7, .{ .SubMessage = {} }), + .client_time_ms = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlayerHeartBeatScRsp = struct { + client_time_ms: u64 = 0, + retcode: u32 = 0, + server_time_ms: u64 = 0, + download_data: ?ClientDownloadData = null, + + pub const _desc_table = .{ + .client_time_ms = fd(6, .{ .Varint = .Simple }), + .retcode = fd(2, .{ .Varint = .Simple }), + .server_time_ms = fd(7, .{ .Varint = .Simple }), + .download_data = fd(12, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FeatureSwitchClosedScNotify = struct { + KIMNKFPFBDG: FeatureSwitchType = @enumFromInt(0), + + pub const _desc_table = .{ + .KIMNKFPFBDG = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SecretKeyInfo = struct { + secret_key: ManagedString = .Empty, + type: SecretKeyType = @enumFromInt(0), + + pub const _desc_table = .{ + .secret_key = fd(9, .String), + .type = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetSecretKeyInfoCsReq = struct { + secret_req: ManagedString = .Empty, + + pub const _desc_table = .{ + .secret_req = fd(4, .String), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetSecretKeyInfoScRsp = struct { + secret_rsp: ManagedString = .Empty, + retcode: u32 = 0, + secret_info: ArrayList(SecretKeyInfo), + + pub const _desc_table = .{ + .secret_rsp = fd(6, .String), + .retcode = fd(12, .{ .Varint = .Simple }), + .secret_info = fd(11, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlayerLoginFinishCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlayerLoginFinishScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const VideoKeyInfo = struct { + id: u32 = 0, + video_key: u64 = 0, + + pub const _desc_table = .{ + .id = fd(11, .{ .Varint = .Simple }), + .video_key = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetVideoVersionKeyCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetVideoVersionKeyScRsp = struct { + retcode: u32 = 0, + activity_video_key_info_list: ArrayList(VideoKeyInfo), + video_key_info_list: ArrayList(VideoKeyInfo), + + pub const _desc_table = .{ + .retcode = fd(8, .{ .Varint = .Simple }), + .activity_video_key_info_list = fd(5, .{ .List = .{ .SubMessage = {} } }), + .video_key_info_list = fd(13, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const NHJGHOKBDPK = struct { + JDAKKOFDGEP: u32 = 0, + IIPDEFCEDMC: u32 = 0, + content_id: u32 = 0, + NCIADBAKMAE: u32 = 0, + + pub const _desc_table = .{ + .JDAKKOFDGEP = fd(11, .{ .Varint = .Simple }), + .IIPDEFCEDMC = fd(10, .{ .Varint = .Simple }), + .content_id = fd(5, .{ .Varint = .Simple }), + .NCIADBAKMAE = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetRedPointStatusScNotify = struct { + IIPDEFCEDMC: u32 = 0, + content_id: u32 = 0, + NJEHHFFDGHK: ArrayList(NHJGHOKBDPK), + uid: u32 = 0, + JDAKKOFDGEP: u32 = 0, + + pub const _desc_table = .{ + .IIPDEFCEDMC = fd(8, .{ .Varint = .Simple }), + .content_id = fd(10, .{ .Varint = .Simple }), + .NJEHHFFDGHK = fd(9, .{ .List = .{ .SubMessage = {} } }), + .uid = fd(13, .{ .Varint = .Simple }), + .JDAKKOFDGEP = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ReserveStaminaExchangeCsReq = struct { + Num: u32 = 0, + + pub const _desc_table = .{ + .Num = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ReserveStaminaExchangeScRsp = struct { + Num: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .Num = fd(13, .{ .Varint = .Simple }), + .retcode = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const StaminaInfoScNotify = struct { + stamina: u32 = 0, + DPIMHEMJKOE: i64 = 0, + reserve_stamina: u32 = 0, + NextRecoverTime: i64 = 0, + + pub const _desc_table = .{ + .stamina = fd(10, .{ .Varint = .Simple }), + .DPIMHEMJKOE = fd(14, .{ .Varint = .Simple }), + .reserve_stamina = fd(13, .{ .Varint = .Simple }), + .NextRecoverTime = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const UpdatePlayerSetting = struct { + GCMPPOICPOD: ?GCMPPOICPOD_union, + + pub const _GCMPPOICPOD_case = enum { + ILFALCDLAOL, + GHKCMDNKOPN, + NJFMILJOFOK, + AICNFAOBCPI, + GMJANOJMKCE, + PBKBGLHHKPE, + MMMNJCHEMFN, + KAPDIMGJLNF, + KJNCCKHJFHE, + NKEKIBNJMPA, + APONEIDMPHL, + }; + pub const GCMPPOICPOD_union = union(_GCMPPOICPOD_case) { + ILFALCDLAOL: bool, + GHKCMDNKOPN: OGFIODPILEL, + NJFMILJOFOK: bool, + AICNFAOBCPI: bool, + GMJANOJMKCE: bool, + PBKBGLHHKPE: bool, + MMMNJCHEMFN: bool, + KAPDIMGJLNF: bool, + KJNCCKHJFHE: bool, + NKEKIBNJMPA: bool, + APONEIDMPHL: bool, + pub const _union_desc = .{ + .ILFALCDLAOL = fd(1, .{ .Varint = .Simple }), + .GHKCMDNKOPN = fd(2, .{ .SubMessage = {} }), + .NJFMILJOFOK = fd(3, .{ .Varint = .Simple }), + .AICNFAOBCPI = fd(4, .{ .Varint = .Simple }), + .GMJANOJMKCE = fd(6, .{ .Varint = .Simple }), + .PBKBGLHHKPE = fd(7, .{ .Varint = .Simple }), + .MMMNJCHEMFN = fd(9, .{ .Varint = .Simple }), + .KAPDIMGJLNF = fd(11, .{ .Varint = .Simple }), + .KJNCCKHJFHE = fd(13, .{ .Varint = .Simple }), + .NKEKIBNJMPA = fd(14, .{ .Varint = .Simple }), + .APONEIDMPHL = fd(15, .{ .Varint = .Simple }), + }; + }; + + pub const _desc_table = .{ + .GCMPPOICPOD = fd(null, .{ .OneOf = GCMPPOICPOD_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const UpdatePlayerSettingCsReq = struct { + player_setting: ?UpdatePlayerSetting = null, + + pub const _desc_table = .{ + .player_setting = fd(1, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const UpdatePlayerSettingScRsp = struct { + retcode: u32 = 0, + player_setting: ?UpdatePlayerSetting = null, + + pub const _desc_table = .{ + .retcode = fd(2, .{ .Varint = .Simple }), + .player_setting = fd(15, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ClientObjUploadCsReq = struct { + LKJMJGDEBEE: ManagedString = .Empty, + JBPEMOFNEDG: u32 = 0, + + pub const _desc_table = .{ + .LKJMJGDEBEE = fd(1, .String), + .JBPEMOFNEDG = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ClientObjUploadScRsp = struct { + data: ?ClientObjDownloadData = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .data = fd(2, .{ .SubMessage = {} }), + .retcode = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MENPBGGOGMC = struct { + GKHFBFKNHOB: ArrayList(ManagedString), + + pub const _desc_table = .{ + .GKHFBFKNHOB = fd(6, .{ .List = .String }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const NCBIMLPODON = struct { + black_list: ?MENPBGGOGMC = null, + IAHOPFNPFLN: bool = false, + + pub const _desc_table = .{ + .black_list = fd(1, .{ .SubMessage = {} }), + .IAHOPFNPFLN = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CJAKIBDIMMJ = struct { + PMFBBCEBACD: ?PMFBBCEBACD_union, + + pub const _PMFBBCEBACD_case = enum { + IAHOPFNPFLN, + AMALJFOKCBA, + OECBELGDLFP, + }; + pub const PMFBBCEBACD_union = union(_PMFBBCEBACD_case) { + IAHOPFNPFLN: bool, + AMALJFOKCBA: MENPBGGOGMC, + OECBELGDLFP: MENPBGGOGMC, + pub const _union_desc = .{ + .IAHOPFNPFLN = fd(306, .{ .Varint = .Simple }), + .AMALJFOKCBA = fd(934, .{ .SubMessage = {} }), + .OECBELGDLFP = fd(1137, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .PMFBBCEBACD = fd(null, .{ .OneOf = PMFBBCEBACD_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const UpdatePsnSettingsInfoCsReq = struct { + DFOPIIHEJFM: ?DFOPIIHEJFM_union, + + pub const _DFOPIIHEJFM_case = enum { + DOOCPLCLDPD, + INHLDIDJGHA, + }; + pub const DFOPIIHEJFM_union = union(_DFOPIIHEJFM_case) { + DOOCPLCLDPD: NCBIMLPODON, + INHLDIDJGHA: CJAKIBDIMMJ, + pub const _union_desc = .{ + .DOOCPLCLDPD = fd(237, .{ .SubMessage = {} }), + .INHLDIDJGHA = fd(908, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .DFOPIIHEJFM = fd(null, .{ .OneOf = DFOPIIHEJFM_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const UpdatePsnSettingsInfoScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetGameStateServiceConfigCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetGameStateServiceConfigScRsp = struct { + LEDKMDOLLBB: ArrayList(ManagedString), + FIBIJGMKDPP: ArrayList(ManagedString), + retcode: u32 = 0, + KAOJCOBEEON: ArrayList(ManagedString), + + pub const _desc_table = .{ + .LEDKMDOLLBB = fd(6, .{ .List = .String }), + .FIBIJGMKDPP = fd(14, .{ .List = .String }), + .retcode = fd(2, .{ .Varint = .Simple }), + .KAOJCOBEEON = fd(9, .{ .List = .String }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HeadIconData = struct { + id: u32 = 0, + + pub const _desc_table = .{ + .id = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DisplayAvatarData = struct { + pos: u32 = 0, + avatar_id: u32 = 0, + + pub const _desc_table = .{ + .pos = fd(2, .{ .Varint = .Simple }), + .avatar_id = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DisplayAvatarVec = struct { + display_avatar_list: ArrayList(DisplayAvatarData), + is_display: bool = false, + + pub const _desc_table = .{ + .display_avatar_list = fd(7, .{ .List = .{ .SubMessage = {} } }), + .is_display = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetPlayerBoardDataCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetPlayerBoardDataScRsp = struct { + current_head_icon_id: u32 = 0, + OLDMJONBJOM: u32 = 0, + display_avatar_vec: ?DisplayAvatarVec = null, + signature: ManagedString = .Empty, + unlocked_head_icon_list: ArrayList(HeadIconData), + retcode: u32 = 0, + KKNJHENMGPK: ArrayList(u32), + assist_avatar_id_list: ArrayList(u32), + + pub const _desc_table = .{ + .current_head_icon_id = fd(14, .{ .Varint = .Simple }), + .OLDMJONBJOM = fd(2, .{ .Varint = .Simple }), + .display_avatar_vec = fd(5, .{ .SubMessage = {} }), + .signature = fd(1, .String), + .unlocked_head_icon_list = fd(3, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(6, .{ .Varint = .Simple }), + .KKNJHENMGPK = fd(10, .{ .PackedList = .{ .Varint = .Simple } }), + .assist_avatar_id_list = fd(15, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetHeadIconCsReq = struct { + id: u32 = 0, + + pub const _desc_table = .{ + .id = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetHeadIconScRsp = struct { + current_head_icon_id: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .current_head_icon_id = fd(4, .{ .Varint = .Simple }), + .retcode = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetPersonalCardCsReq = struct { + id: u32 = 0, + + pub const _desc_table = .{ + .id = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetPersonalCardScRsp = struct { + OLDMJONBJOM: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .OLDMJONBJOM = fd(10, .{ .Varint = .Simple }), + .retcode = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetDisplayAvatarCsReq = struct { + display_avatar_list: ArrayList(DisplayAvatarData), + + pub const _desc_table = .{ + .display_avatar_list = fd(10, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetDisplayAvatarScRsp = struct { + display_avatar_list: ArrayList(DisplayAvatarData), + retcode: u32 = 0, + + pub const _desc_table = .{ + .display_avatar_list = fd(6, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetIsDisplayAvatarInfoCsReq = struct { + is_display: bool = false, + + pub const _desc_table = .{ + .is_display = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetIsDisplayAvatarInfoScRsp = struct { + retcode: u32 = 0, + is_display: bool = false, + + pub const _desc_table = .{ + .retcode = fd(3, .{ .Varint = .Simple }), + .is_display = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetSignatureCsReq = struct { + signature: ManagedString = .Empty, + + pub const _desc_table = .{ + .signature = fd(13, .String), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetSignatureScRsp = struct { + retcode: u32 = 0, + signature: ManagedString = .Empty, + + pub const _desc_table = .{ + .retcode = fd(4, .{ .Varint = .Simple }), + .signature = fd(10, .String), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetAssistAvatarCsReq = struct { + avatar_id_list: ArrayList(u32), + avatar_id: u32 = 0, + + pub const _desc_table = .{ + .avatar_id_list = fd(2, .{ .PackedList = .{ .Varint = .Simple } }), + .avatar_id = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetAssistAvatarScRsp = struct { + avatar_id: u32 = 0, + retcode: u32 = 0, + avatar_id_list: ArrayList(u32), + + pub const _desc_table = .{ + .avatar_id = fd(8, .{ .Varint = .Simple }), + .retcode = fd(6, .{ .Varint = .Simple }), + .avatar_id_list = fd(1, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlayerReturnStartScNotify = struct { + NCHIEKEDHCE: u32 = 0, + + pub const _desc_table = .{ + .NCHIEKEDHCE = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlayerReturnSignCsReq = struct { + NMKLEGOMEPJ: ArrayList(u32), + OPEEDJIHJOP: u32 = 0, + + pub const _desc_table = .{ + .NMKLEGOMEPJ = fd(2, .{ .PackedList = .{ .Varint = .Simple } }), + .OPEEDJIHJOP = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlayerReturnSignScRsp = struct { + IPFLHCJIEBM: ArrayList(ItemList), + NMKLEGOMEPJ: ArrayList(u32), + retcode: u32 = 0, + OPEEDJIHJOP: u32 = 0, + + pub const _desc_table = .{ + .IPFLHCJIEBM = fd(14, .{ .List = .{ .SubMessage = {} } }), + .NMKLEGOMEPJ = fd(15, .{ .PackedList = .{ .Varint = .Simple } }), + .retcode = fd(13, .{ .Varint = .Simple }), + .OPEEDJIHJOP = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlayerReturnPointChangeScNotify = struct { + MAMHOJMFJOF: u32 = 0, + + pub const _desc_table = .{ + .MAMHOJMFJOF = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlayerReturnTakePointRewardCsReq = struct { + IIFOMGOFMDL: u32 = 0, + CPNIMLJNMMF: u32 = 0, + + pub const _desc_table = .{ + .IIFOMGOFMDL = fd(3, .{ .Varint = .Simple }), + .CPNIMLJNMMF = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlayerReturnTakePointRewardScRsp = struct { + IIFOMGOFMDL: u32 = 0, + retcode: u32 = 0, + CPNIMLJNMMF: u32 = 0, + CFIDBMMIJHG: ?ItemList = null, + + pub const _desc_table = .{ + .IIFOMGOFMDL = fd(7, .{ .Varint = .Simple }), + .retcode = fd(9, .{ .Varint = .Simple }), + .CPNIMLJNMMF = fd(14, .{ .Varint = .Simple }), + .CFIDBMMIJHG = fd(12, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlayerReturnTakeRewardCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlayerReturnTakeRewardScRsp = struct { + IPFLHCJIEBM: ?ItemList = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .IPFLHCJIEBM = fd(5, .{ .SubMessage = {} }), + .retcode = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlayerReturnInfoQueryCsReq = struct { + CEHFIILMJKM: u32 = 0, + + pub const _desc_table = .{ + .CEHFIILMJKM = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AFBNEIBIJND = struct { + FJNDPCFNFLO: bool = false, + world_level: u32 = 0, + CAIMHCAACFG: ArrayList(u32), + MAMHOJMFJOF: u32 = 0, + AHNFMDNEJNL: u32 = 0, + finish_time: i64 = 0, + is_taken_reward: bool = false, + BGAFGHIPOJE: u32 = 0, + NMKLEGOMEPJ: ArrayList(u32), + COIFHFPEGPH: i64 = 0, + status: NOBPMMNFENJ = @enumFromInt(0), + ILCFOJCDNHI: u32 = 0, + + pub const _desc_table = .{ + .FJNDPCFNFLO = fd(8, .{ .Varint = .Simple }), + .world_level = fd(6, .{ .Varint = .Simple }), + .CAIMHCAACFG = fd(7, .{ .PackedList = .{ .Varint = .Simple } }), + .MAMHOJMFJOF = fd(13, .{ .Varint = .Simple }), + .AHNFMDNEJNL = fd(4, .{ .Varint = .Simple }), + .finish_time = fd(1, .{ .Varint = .Simple }), + .is_taken_reward = fd(10, .{ .Varint = .Simple }), + .BGAFGHIPOJE = fd(15, .{ .Varint = .Simple }), + .NMKLEGOMEPJ = fd(11, .{ .PackedList = .{ .Varint = .Simple } }), + .COIFHFPEGPH = fd(9, .{ .Varint = .Simple }), + .status = fd(5, .{ .Varint = .Simple }), + .ILCFOJCDNHI = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlayerReturnInfoQueryScRsp = struct { + PFEIDPOLOKM: ?AFBNEIBIJND = null, + retcode: u32 = 0, + GMFIDNOHGCO: u32 = 0, + + pub const _desc_table = .{ + .PFEIDPOLOKM = fd(8, .{ .SubMessage = {} }), + .retcode = fd(7, .{ .Varint = .Simple }), + .GMFIDNOHGCO = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlayerReturnForceFinishScNotify = struct { + PFEIDPOLOKM: ?AFBNEIBIJND = null, + + pub const _desc_table = .{ + .PFEIDPOLOKM = fd(13, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlayerReturnTakeRelicCsReq = struct { + avatar_id: u32 = 0, + + pub const _desc_table = .{ + .avatar_id = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlayerReturnTakeRelicScRsp = struct { + avatar_id: u32 = 0, + item_list: ?ItemList = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .avatar_id = fd(4, .{ .Varint = .Simple }), + .item_list = fd(14, .{ .SubMessage = {} }), + .retcode = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FinishPlotCsReq = struct { + CLDAJDJHOII: u32 = 0, + + pub const _desc_table = .{ + .CLDAJDJHOII = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FinishPlotScRsp = struct { + retcode: u32 = 0, + CLDAJDJHOII: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(8, .{ .Varint = .Simple }), + .CLDAJDJHOII = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KAOAHKAOHFI = struct { + DHLPKMIHDNM: ?PunkLordBattleRecordList = null, + EKKJLAOKIJI: PunkLordAttackerStatus = @enumFromInt(0), + basic_info: ?PunkLordMonsterBasicInfo = null, + COJKEIFJNEK: u32 = 0, + + pub const _desc_table = .{ + .DHLPKMIHDNM = fd(15, .{ .SubMessage = {} }), + .EKKJLAOKIJI = fd(12, .{ .Varint = .Simple }), + .basic_info = fd(9, .{ .SubMessage = {} }), + .COJKEIFJNEK = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetPunkLordMonsterDataCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetPunkLordMonsterDataScRsp = struct { + retcode: u32 = 0, + FIJNJGFABJD: ArrayList(KAOAHKAOHFI), + + pub const _desc_table = .{ + .retcode = fd(10, .{ .Varint = .Simple }), + .FIJNJGFABJD = fd(3, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const StartPunkLordRaidCsReq = struct { + uid: u32 = 0, + CLOMMFKJPMM: bool = false, + monster_id: u32 = 0, + + pub const _desc_table = .{ + .uid = fd(8, .{ .Varint = .Simple }), + .CLOMMFKJPMM = fd(7, .{ .Varint = .Simple }), + .monster_id = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const StartPunkLordRaidScRsp = struct { + AGEGDMGNPDK: i64 = 0, + retcode: u32 = 0, + DPMKAMMIOLB: ?KAOAHKAOHFI = null, + CLOMMFKJPMM: bool = false, + DMILCFHLIHP: ArrayList(u32), + scene: ?FNLGPLNCPCL = null, + + pub const _desc_table = .{ + .AGEGDMGNPDK = fd(2, .{ .Varint = .Simple }), + .retcode = fd(11, .{ .Varint = .Simple }), + .DPMKAMMIOLB = fd(9, .{ .SubMessage = {} }), + .CLOMMFKJPMM = fd(6, .{ .Varint = .Simple }), + .DMILCFHLIHP = fd(14, .{ .PackedList = .{ .Varint = .Simple } }), + .scene = fd(8, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SharePunkLordMonsterCsReq = struct { + uid: u32 = 0, + share_type: PunkLordShareType = @enumFromInt(0), + monster_id: u32 = 0, + + pub const _desc_table = .{ + .uid = fd(12, .{ .Varint = .Simple }), + .share_type = fd(1, .{ .Varint = .Simple }), + .monster_id = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SharePunkLordMonsterScRsp = struct { + uid: u32 = 0, + monster_id: u32 = 0, + retcode: u32 = 0, + share_type: PunkLordShareType = @enumFromInt(0), + + pub const _desc_table = .{ + .uid = fd(14, .{ .Varint = .Simple }), + .monster_id = fd(6, .{ .Varint = .Simple }), + .retcode = fd(11, .{ .Varint = .Simple }), + .share_type = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SummonPunkLordMonsterCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SummonPunkLordMonsterScRsp = struct { + retcode: u32 = 0, + DPMKAMMIOLB: ?KAOAHKAOHFI = null, + + pub const _desc_table = .{ + .retcode = fd(3, .{ .Varint = .Simple }), + .DPMKAMMIOLB = fd(14, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakePunkLordPointRewardCsReq = struct { + level: u32 = 0, + MDHJKKBNMCF: bool = false, + + pub const _desc_table = .{ + .level = fd(3, .{ .Varint = .Simple }), + .MDHJKKBNMCF = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakePunkLordPointRewardScRsp = struct { + retcode: u32 = 0, + level: u32 = 0, + MDHJKKBNMCF: bool = false, + reward: ?ItemList = null, + + pub const _desc_table = .{ + .retcode = fd(3, .{ .Varint = .Simple }), + .level = fd(15, .{ .Varint = .Simple }), + .MDHJKKBNMCF = fd(1, .{ .Varint = .Simple }), + .reward = fd(12, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PunkLordMonsterInfoScNotify = struct { + DHLPKMIHDNM: ?PunkLordBattleRecord = null, + reason: PunkLordMonsterInfoNotifyReason = @enumFromInt(0), + DMILCFHLIHP: ArrayList(u32), + basic_info: ?PunkLordMonsterBasicInfo = null, + + pub const _desc_table = .{ + .DHLPKMIHDNM = fd(8, .{ .SubMessage = {} }), + .reason = fd(15, .{ .Varint = .Simple }), + .DMILCFHLIHP = fd(10, .{ .PackedList = .{ .Varint = .Simple } }), + .basic_info = fd(11, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetPunkLordDataCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetPunkLordDataScRsp = struct { + BEDJDEANCOJ: i64 = 0, + EAHBIKFALLF: ArrayList(u32), + IADCOHODGJN: u32 = 0, + retcode: u32 = 0, + PPNKPNBIIEN: u32 = 0, + GBJODJCOLGA: u32 = 0, + GNLMKKHAEKM: u32 = 0, + BDPBDGBKDOO: u32 = 0, + + pub const _desc_table = .{ + .BEDJDEANCOJ = fd(2, .{ .Varint = .Simple }), + .EAHBIKFALLF = fd(13, .{ .PackedList = .{ .Varint = .Simple } }), + .IADCOHODGJN = fd(1, .{ .Varint = .Simple }), + .retcode = fd(3, .{ .Varint = .Simple }), + .PPNKPNBIIEN = fd(6, .{ .Varint = .Simple }), + .GBJODJCOLGA = fd(4, .{ .Varint = .Simple }), + .GNLMKKHAEKM = fd(7, .{ .Varint = .Simple }), + .BDPBDGBKDOO = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PunkLordRaidTimeOutScNotify = struct { + DPMKAMMIOLB: ?PunkLordMonsterBasicInfo = null, + + pub const _desc_table = .{ + .DPMKAMMIOLB = fd(6, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PunkLordBattleResultScNotify = struct { + DPMKAMMIOLB: ?PunkLordMonsterBasicInfo = null, + DHLPKMIHDNM: ?PunkLordBattleRecord = null, + NCACOCCJNLD: u32 = 0, + PGOFPNLAPOE: u32 = 0, + AHJFPNGDBDO: u32 = 0, + + pub const _desc_table = .{ + .DPMKAMMIOLB = fd(5, .{ .SubMessage = {} }), + .DHLPKMIHDNM = fd(4, .{ .SubMessage = {} }), + .NCACOCCJNLD = fd(12, .{ .Varint = .Simple }), + .PGOFPNLAPOE = fd(9, .{ .Varint = .Simple }), + .AHJFPNGDBDO = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MDJGOOCKCMJ = struct { + create_time: i64 = 0, + LKKJEILKPNI: u32 = 0, + world_level: u32 = 0, + monster_id: u32 = 0, + config_id: u32 = 0, + PPBOCECKCAH: bool = false, + + pub const _desc_table = .{ + .create_time = fd(1, .{ .Varint = .Simple }), + .LKKJEILKPNI = fd(11, .{ .Varint = .Simple }), + .world_level = fd(14, .{ .Varint = .Simple }), + .monster_id = fd(6, .{ .Varint = .Simple }), + .config_id = fd(2, .{ .Varint = .Simple }), + .PPBOCECKCAH = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetKilledPunkLordMonsterDataCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetKilledPunkLordMonsterDataScRsp = struct { + retcode: u32 = 0, + OAKKCCGAEKK: ArrayList(PunkLordMonsterKey), + DDCEMDGEDIO: ArrayList(MDJGOOCKCMJ), + + pub const _desc_table = .{ + .retcode = fd(9, .{ .Varint = .Simple }), + .OAKKCCGAEKK = fd(6, .{ .List = .{ .SubMessage = {} } }), + .DDCEMDGEDIO = fd(14, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PunkLordMonsterKilledNotify = struct { + AIECOBKEIGB: ?MDJGOOCKCMJ = null, + + pub const _desc_table = .{ + .AIECOBKEIGB = fd(3, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeKilledPunkLordMonsterScoreCsReq = struct { + PKCPJJNOALN: ?PunkLordMonsterKey = null, + KFEJGFNONIP: bool = false, + + pub const _desc_table = .{ + .PKCPJJNOALN = fd(8, .{ .SubMessage = {} }), + .KFEJGFNONIP = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeKilledPunkLordMonsterScoreScRsp = struct { + score_id: u32 = 0, + JEAHDCGKBBB: ArrayList(PunkLordMonsterKey), + KFEJGFNONIP: bool = false, + retcode: u32 = 0, + + pub const _desc_table = .{ + .score_id = fd(3, .{ .Varint = .Simple }), + .JEAHDCGKBBB = fd(8, .{ .List = .{ .SubMessage = {} } }), + .KFEJGFNONIP = fd(4, .{ .Varint = .Simple }), + .retcode = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PunkLordDataChangeNotify = struct { + IADCOHODGJN: u32 = 0, + GBJODJCOLGA: u32 = 0, + BDPBDGBKDOO: u32 = 0, + + pub const _desc_table = .{ + .IADCOHODGJN = fd(4, .{ .Varint = .Simple }), + .GBJODJCOLGA = fd(1, .{ .Varint = .Simple }), + .BDPBDGBKDOO = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetPunkLordBattleRecordCsReq = struct { + PKCPJJNOALN: ?PunkLordMonsterKey = null, + + pub const _desc_table = .{ + .PKCPJJNOALN = fd(4, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetPunkLordBattleRecordScRsp = struct { + OKOBGJHJJOA: ArrayList(PunkLordBattleReplay), + battle_record_list: ArrayList(PunkLordBattleRecord), + retcode: u32 = 0, + PKCPJJNOALN: ?PunkLordMonsterKey = null, + + pub const _desc_table = .{ + .OKOBGJHJJOA = fd(10, .{ .List = .{ .SubMessage = {} } }), + .battle_record_list = fd(3, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(12, .{ .Varint = .Simple }), + .PKCPJJNOALN = fd(11, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetQuestDataCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const Quest = struct { + status: QuestStatus = @enumFromInt(0), + finish_time: i64 = 0, + progress: u32 = 0, + id: u32 = 0, + PGJNGNAJHPP: ArrayList(u32), + + pub const _desc_table = .{ + .status = fd(14, .{ .Varint = .Simple }), + .finish_time = fd(11, .{ .Varint = .Simple }), + .progress = fd(10, .{ .Varint = .Simple }), + .id = fd(13, .{ .Varint = .Simple }), + .PGJNGNAJHPP = fd(1, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetQuestDataScRsp = struct { + quest_list: ArrayList(Quest), + total_achievement_exp: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .quest_list = fd(11, .{ .List = .{ .SubMessage = {} } }), + .total_achievement_exp = fd(14, .{ .Varint = .Simple }), + .retcode = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeQuestRewardCsReq = struct { + succ_quest_id_list: ArrayList(u32), + + pub const _desc_table = .{ + .succ_quest_id_list = fd(8, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeQuestRewardScRsp = struct { + reward: ?ItemList = null, + retcode: u32 = 0, + succ_quest_id_list: ArrayList(u32), + quest_id_list: ArrayList(u32), + + pub const _desc_table = .{ + .reward = fd(9, .{ .SubMessage = {} }), + .retcode = fd(6, .{ .Varint = .Simple }), + .succ_quest_id_list = fd(12, .{ .PackedList = .{ .Varint = .Simple } }), + .quest_id_list = fd(3, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeQuestOptionalRewardCsReq = struct { + optional_reward_id: u32 = 0, + quest_id: u32 = 0, + + pub const _desc_table = .{ + .optional_reward_id = fd(14, .{ .Varint = .Simple }), + .quest_id = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeQuestOptionalRewardScRsp = struct { + quest_id: u32 = 0, + reward: ?ItemList = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .quest_id = fd(7, .{ .Varint = .Simple }), + .reward = fd(10, .{ .SubMessage = {} }), + .retcode = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetQuestRecordCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EPJDFBAOFDF = struct { + IJFIHGCKNHG: u32 = 0, + progress: u32 = 0, + + pub const _desc_table = .{ + .IJFIHGCKNHG = fd(8, .{ .Varint = .Simple }), + .progress = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetQuestRecordScRsp = struct { + OBEMGACMGNH: ArrayList(EPJDFBAOFDF), + retcode: u32 = 0, + + pub const _desc_table = .{ + .OBEMGACMGNH = fd(2, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const QuestRecordScNotify = struct { + FEAOCOKKGBM: ?EPJDFBAOFDF = null, + + pub const _desc_table = .{ + .FEAOCOKKGBM = fd(2, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FinishQuestCsReq = struct { + prop_id: u32 = 0, + group_id: u32 = 0, + quest_id: u32 = 0, + + pub const _desc_table = .{ + .prop_id = fd(4, .{ .Varint = .Simple }), + .group_id = fd(12, .{ .Varint = .Simple }), + .quest_id = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FinishQuestScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BatchGetQuestDataCsReq = struct { + quest_list: ArrayList(u32), + + pub const _desc_table = .{ + .quest_list = fd(4, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BatchGetQuestDataScRsp = struct { + quest_list: ArrayList(Quest), + retcode: u32 = 0, + + pub const _desc_table = .{ + .quest_list = fd(12, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FNLGPLNCPCL = struct { + CENIFNKNFNP: u32 = 0, + Lineup: ?LineupInfo = null, + world_level: u32 = 0, + GHEDLCLNHIJ: ?SceneInfo = null, + + pub const _desc_table = .{ + .CENIFNKNFNP = fd(1, .{ .Varint = .Simple }), + .Lineup = fd(6, .{ .SubMessage = {} }), + .world_level = fd(4, .{ .Varint = .Simple }), + .GHEDLCLNHIJ = fd(8, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const StartRaidCsReq = struct { + prop_entity_id: u32 = 0, + avatar_list: ArrayList(u32), + world_level: u32 = 0, + CENIFNKNFNP: u32 = 0, + JGEAEGMHDOC: u32 = 0, + + pub const _desc_table = .{ + .prop_entity_id = fd(11, .{ .Varint = .Simple }), + .avatar_list = fd(3, .{ .PackedList = .{ .Varint = .Simple } }), + .world_level = fd(7, .{ .Varint = .Simple }), + .CENIFNKNFNP = fd(8, .{ .Varint = .Simple }), + .JGEAEGMHDOC = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const StartRaidScRsp = struct { + retcode: u32 = 0, + scene: ?FNLGPLNCPCL = null, + + pub const _desc_table = .{ + .retcode = fd(3, .{ .Varint = .Simple }), + .scene = fd(15, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LeaveRaidCsReq = struct { + JGEAEGMHDOC: bool = false, + CENIFNKNFNP: u32 = 0, + + pub const _desc_table = .{ + .JGEAEGMHDOC = fd(7, .{ .Varint = .Simple }), + .CENIFNKNFNP = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LeaveRaidScRsp = struct { + world_level: u32 = 0, + retcode: u32 = 0, + CENIFNKNFNP: u32 = 0, + + pub const _desc_table = .{ + .world_level = fd(3, .{ .Varint = .Simple }), + .retcode = fd(2, .{ .Varint = .Simple }), + .CENIFNKNFNP = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HOCHOIHKKDG = struct { + MDDOFMCJJHH: FOCHDFJANPC = @enumFromInt(0), + HFALJIHKECN: u32 = 0, + DLPPDPBJIIM: u32 = 0, + + pub const _desc_table = .{ + .MDDOFMCJJHH = fd(13, .{ .Varint = .Simple }), + .HFALJIHKECN = fd(11, .{ .Varint = .Simple }), + .DLPPDPBJIIM = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RaidInfoNotify = struct { + status: RaidStatus = @enumFromInt(0), + world_level: u32 = 0, + COPMFAMBKDN: u64 = 0, + CENIFNKNFNP: u32 = 0, + LHEILNACNOD: ArrayList(HOCHOIHKKDG), + item_list: ?ItemList = null, + + pub const _desc_table = .{ + .status = fd(8, .{ .Varint = .Simple }), + .world_level = fd(4, .{ .Varint = .Simple }), + .COPMFAMBKDN = fd(12, .{ .Varint = .Simple }), + .CENIFNKNFNP = fd(7, .{ .Varint = .Simple }), + .LHEILNACNOD = fd(5, .{ .List = .{ .SubMessage = {} } }), + .item_list = fd(1, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AMDKBOHCFIA = struct { + CENIFNKNFNP: u32 = 0, + max_score: u32 = 0, + + pub const _desc_table = .{ + .CENIFNKNFNP = fd(3, .{ .Varint = .Simple }), + .max_score = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AKDAJAFPDEE = struct { + world_level: u32 = 0, + KNIBANIILDE: ArrayList(u32), + CENIFNKNFNP: u32 = 0, + + pub const _desc_table = .{ + .world_level = fd(5, .{ .Varint = .Simple }), + .KNIBANIILDE = fd(15, .{ .PackedList = .{ .Varint = .Simple } }), + .CENIFNKNFNP = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetRaidInfoCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetRaidInfoScRsp = struct { + challenge_taken_reward_id_list: ArrayList(u32), + retcode: u32 = 0, + finished_raid_info_list: ArrayList(AKDAJAFPDEE), + challenge_raid_list: ArrayList(AMDKBOHCFIA), + + pub const _desc_table = .{ + .challenge_taken_reward_id_list = fd(7, .{ .PackedList = .{ .Varint = .Simple } }), + .retcode = fd(13, .{ .Varint = .Simple }), + .finished_raid_info_list = fd(5, .{ .List = .{ .SubMessage = {} } }), + .challenge_raid_list = fd(3, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetChallengeRaidInfoCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetChallengeRaidInfoScRsp = struct { + retcode: u32 = 0, + taken_reward_id_list: ArrayList(u32), + MJGFFCLJGFN: ArrayList(AMDKBOHCFIA), + + pub const _desc_table = .{ + .retcode = fd(15, .{ .Varint = .Simple }), + .taken_reward_id_list = fd(12, .{ .PackedList = .{ .Varint = .Simple } }), + .MJGFFCLJGFN = fd(8, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeChallengeRaidRewardCsReq = struct { + OEHKJOAFPBA: u32 = 0, + + pub const _desc_table = .{ + .OEHKJOAFPBA = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeChallengeRaidRewardScRsp = struct { + OEHKJOAFPBA: u32 = 0, + reward: ?ItemList = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .OEHKJOAFPBA = fd(7, .{ .Varint = .Simple }), + .reward = fd(10, .{ .SubMessage = {} }), + .retcode = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChallengeRaidNotify = struct { + EHMILJFIJKH: ?AMDKBOHCFIA = null, + + pub const _desc_table = .{ + .EHMILJFIJKH = fd(5, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetClientRaidTargetCountCsReq = struct { + DMMPPKMJPMM: u32 = 0, + progress: u32 = 0, + + pub const _desc_table = .{ + .DMMPPKMJPMM = fd(11, .{ .Varint = .Simple }), + .progress = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetClientRaidTargetCountScRsp = struct { + DMMPPKMJPMM: u32 = 0, + progress: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .DMMPPKMJPMM = fd(8, .{ .Varint = .Simple }), + .progress = fd(15, .{ .Varint = .Simple }), + .retcode = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetSaveRaidCsReq = struct { + CENIFNKNFNP: u32 = 0, + world_level: u32 = 0, + + pub const _desc_table = .{ + .CENIFNKNFNP = fd(14, .{ .Varint = .Simple }), + .world_level = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetSaveRaidScRsp = struct { + CENIFNKNFNP: u32 = 0, + world_level: u32 = 0, + JGEAEGMHDOC: bool = false, + retcode: u32 = 0, + LHEILNACNOD: ArrayList(HOCHOIHKKDG), + + pub const _desc_table = .{ + .CENIFNKNFNP = fd(6, .{ .Varint = .Simple }), + .world_level = fd(8, .{ .Varint = .Simple }), + .JGEAEGMHDOC = fd(3, .{ .Varint = .Simple }), + .retcode = fd(1, .{ .Varint = .Simple }), + .LHEILNACNOD = fd(5, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const JKDINNEDBAO = struct { + LHEILNACNOD: ArrayList(HOCHOIHKKDG), + world_level: u32 = 0, + CENIFNKNFNP: u32 = 0, + + pub const _desc_table = .{ + .LHEILNACNOD = fd(1, .{ .List = .{ .SubMessage = {} } }), + .world_level = fd(11, .{ .Varint = .Simple }), + .CENIFNKNFNP = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetAllSaveRaidCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetAllSaveRaidScRsp = struct { + NPJHICINONA: ArrayList(JKDINNEDBAO), + retcode: u32 = 0, + + pub const _desc_table = .{ + .NPJHICINONA = fd(1, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DelSaveRaidScNotify = struct { + world_level: u32 = 0, + CENIFNKNFNP: u32 = 0, + + pub const _desc_table = .{ + .world_level = fd(10, .{ .Varint = .Simple }), + .CENIFNKNFNP = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RaidKickByServerScNotify = struct { + CENIFNKNFNP: u32 = 0, + reason: EGKFNDOOPNN = @enumFromInt(0), + world_level: u32 = 0, + scene: ?SceneInfo = null, + Lineup: ?LineupInfo = null, + + pub const _desc_table = .{ + .CENIFNKNFNP = fd(3, .{ .Varint = .Simple }), + .reason = fd(4, .{ .Varint = .Simple }), + .world_level = fd(9, .{ .Varint = .Simple }), + .scene = fd(14, .{ .SubMessage = {} }), + .Lineup = fd(1, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ACONLFJEJOK = struct { + JJDMKHBKPLM: u32 = 0, + + pub const _desc_table = .{ + .JJDMKHBKPLM = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RaidCollectionDataCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RaidCollectionDataScRsp = struct { + challenge_list: ArrayList(ACONLFJEJOK), + retcode: u32 = 0, + + pub const _desc_table = .{ + .challenge_list = fd(5, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RaidCollectionDataScNotify = struct { + collection_info: ?ACONLFJEJOK = null, + + pub const _desc_table = .{ + .collection_info = fd(6, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RaidCollectionEnterNextRaidCsReq = struct { + JGEAEGMHDOC: u32 = 0, + CENIFNKNFNP: u32 = 0, + avatar_list: ArrayList(u32), + world_level: u32 = 0, + + pub const _desc_table = .{ + .JGEAEGMHDOC = fd(13, .{ .Varint = .Simple }), + .CENIFNKNFNP = fd(1, .{ .Varint = .Simple }), + .avatar_list = fd(14, .{ .PackedList = .{ .Varint = .Simple } }), + .world_level = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RaidCollectionEnterNextRaidScRsp = struct { + retcode: u32 = 0, + scene: ?FNLGPLNCPCL = null, + + pub const _desc_table = .{ + .retcode = fd(4, .{ .Varint = .Simple }), + .scene = fd(14, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetRechargeGiftInfoCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OIOPBDBJHIE = struct { + index: u32 = 0, + status: OIOPBDBJHIE.LIGLFGKHLHG.IPKPKDCEBKI = @enumFromInt(0), + + pub const _desc_table = .{ + .index = fd(10, .{ .Varint = .Simple }), + .status = fd(2, .{ .Varint = .Simple }), + }; + + pub const LIGLFGKHLHG = struct { + pub const _desc_table = .{}; + + pub const IPKPKDCEBKI = enum(i32) { + NotReach = 0, + Received = 1, + CanReceive = 2, + _, + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FPNJLDDAMGH = struct { + end_time: i64 = 0, + gift_type: u32 = 0, + MIGFMPJBELG: ArrayList(OIOPBDBJHIE), + COIFHFPEGPH: i64 = 0, + + pub const _desc_table = .{ + .end_time = fd(5, .{ .Varint = .Simple }), + .gift_type = fd(3, .{ .Varint = .Simple }), + .MIGFMPJBELG = fd(12, .{ .List = .{ .SubMessage = {} } }), + .COIFHFPEGPH = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetRechargeGiftInfoScRsp = struct { + MMGLCJMGGIH: ArrayList(FPNJLDDAMGH), + retcode: u32 = 0, + + pub const _desc_table = .{ + .MMGLCJMGGIH = fd(12, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeRechargeGiftRewardCsReq = struct { + gift_type: u32 = 0, + + pub const _desc_table = .{ + .gift_type = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeRechargeGiftRewardScRsp = struct { + reward: ?ItemList = null, + retcode: u32 = 0, + HNKGCNDOCAK: ?FPNJLDDAMGH = null, + + pub const _desc_table = .{ + .reward = fd(12, .{ .SubMessage = {} }), + .retcode = fd(3, .{ .Varint = .Simple }), + .HNKGCNDOCAK = fd(7, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetRechargeBenefitInfoCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const JMHOJKKGNIF = struct { + JCLOBIAPKEG: ArrayList(u32), + progress: u32 = 0, + id: u32 = 0, + panel_id: u32 = 0, + + pub const _desc_table = .{ + .JCLOBIAPKEG = fd(4, .{ .PackedList = .{ .Varint = .Simple } }), + .progress = fd(2, .{ .Varint = .Simple }), + .id = fd(15, .{ .Varint = .Simple }), + .panel_id = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetRechargeBenefitInfoScRsp = struct { + retcode: u32 = 0, + EHNDMLFFMHI: ArrayList(JMHOJKKGNIF), + + pub const _desc_table = .{ + .retcode = fd(8, .{ .Varint = .Simple }), + .EHNDMLFFMHI = fd(1, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SyncRechargeBenefitInfoScNotify = struct { + AMEFPPFCFJI: ?JMHOJKKGNIF = null, + + pub const _desc_table = .{ + .AMEFPPFCFJI = fd(9, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeRechargeBenefitRewardCsReq = struct { + id: u32 = 0, + + pub const _desc_table = .{ + .id = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeRechargeBenefitRewardScRsp = struct { + reward: ?ItemList = null, + AMEFPPFCFJI: ?JMHOJKKGNIF = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .reward = fd(2, .{ .SubMessage = {} }), + .AMEFPPFCFJI = fd(10, .{ .SubMessage = {} }), + .retcode = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetChallengeRecommendLineupListCsReq = struct { + challenge_id: u32 = 0, + + pub const _desc_table = .{ + .challenge_id = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AHKGGGGIBIF = struct { + CEIFDIKPDAM: u32 = 0, + first_Lineup: ArrayList(u32), + second_Lineup: ArrayList(u32), + DCHOLKBFBGI: u32 = 0, + + pub const _desc_table = .{ + .CEIFDIKPDAM = fd(2, .{ .Varint = .Simple }), + .first_Lineup = fd(4, .{ .PackedList = .{ .Varint = .Simple } }), + .second_Lineup = fd(11, .{ .PackedList = .{ .Varint = .Simple } }), + .DCHOLKBFBGI = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetChallengeRecommendLineupListScRsp = struct { + challenge_id: u32 = 0, + retcode: u32 = 0, + JAEJJMJPMNC: ArrayList(AHKGGGGIBIF), + + pub const _desc_table = .{ + .challenge_id = fd(11, .{ .Varint = .Simple }), + .retcode = fd(4, .{ .Varint = .Simple }), + .JAEJJMJPMNC = fd(1, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ONPOFIANIJJ = struct { + LGIIAHIDLMG: u32 = 0, + MDMGKHLHIIN: u32 = 0, + + pub const _desc_table = .{ + .LGIIAHIDLMG = fd(2, .{ .Varint = .Simple }), + .MDMGKHLHIIN = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PPGMPBHKDCN = struct { + equipment_list: ArrayList(ONPOFIANIJJ), + + pub const _desc_table = .{ + .equipment_list = fd(6, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AHPNKBOCEDF = struct { + FIKKGBIBCJK: u32 = 0, + EHCEEPMBDDI: u32 = 0, + PDMGJKODFOP: u32 = 0, + + pub const _desc_table = .{ + .FIKKGBIBCJK = fd(13, .{ .Varint = .Simple }), + .EHCEEPMBDDI = fd(7, .{ .Varint = .Simple }), + .PDMGJKODFOP = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GDGOCBPAPPB = struct { + CDHDMHLOCPO: ArrayList(AHPNKBOCEDF), + + pub const _desc_table = .{ + .CDHDMHLOCPO = fd(2, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CAGFLKCLGCH = struct { + DBGNCIOMIEP: ArrayList(u32), + + pub const _desc_table = .{ + .DBGNCIOMIEP = fd(15, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GPCPGBHOFCF = struct { + JAEJJMJPMNC: ArrayList(CAGFLKCLGCH), + + pub const _desc_table = .{ + .JAEJJMJPMNC = fd(5, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetBigDataRecommendCsReq = struct { + EIGPMIBCIKG: u32 = 0, + IANNEEIJAKH: BigDataRecommendType = @enumFromInt(0), + + pub const _desc_table = .{ + .EIGPMIBCIKG = fd(8, .{ .Varint = .Simple }), + .IANNEEIJAKH = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetBigDataRecommendScRsp = struct { + IANNEEIJAKH: BigDataRecommendType = @enumFromInt(0), + OGEGKOKGPPJ: bool = false, + retcode: u32 = 0, + EIGPMIBCIKG: u32 = 0, + FCDDBOIEOIP: ?FCDDBOIEOIP_union, + + pub const _FCDDBOIEOIP_case = enum { + KGHLFCEOBKK, + AEIGAHEEOCN, + GPNFOLHKODI, + }; + pub const FCDDBOIEOIP_union = union(_FCDDBOIEOIP_case) { + KGHLFCEOBKK: GPCPGBHOFCF, + AEIGAHEEOCN: GDGOCBPAPPB, + GPNFOLHKODI: PPGMPBHKDCN, + pub const _union_desc = .{ + .KGHLFCEOBKK = fd(3, .{ .SubMessage = {} }), + .AEIGAHEEOCN = fd(7, .{ .SubMessage = {} }), + .GPNFOLHKODI = fd(14, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .IANNEEIJAKH = fd(6, .{ .Varint = .Simple }), + .OGEGKOKGPPJ = fd(4, .{ .Varint = .Simple }), + .retcode = fd(2, .{ .Varint = .Simple }), + .EIGPMIBCIKG = fd(5, .{ .Varint = .Simple }), + .FCDDBOIEOIP = fd(null, .{ .OneOf = FCDDBOIEOIP_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KNNFPFKCABE = struct { + avatar_id_list: ArrayList(u32), + DHJHIBCDNBA: u32 = 0, + CFIPHFHOJFP: u32 = 0, + + pub const _desc_table = .{ + .avatar_id_list = fd(4, .{ .PackedList = .{ .Varint = .Simple } }), + .DHJHIBCDNBA = fd(10, .{ .Varint = .Simple }), + .CFIPHFHOJFP = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PIIIPHEFDJO = struct { + APFECOOPNKN: ArrayList(KNNFPFKCABE), + + pub const _desc_table = .{ + .APFECOOPNKN = fd(5, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const NKGHHAFANHN = struct { + FLEEFJLNLCH: u32 = 0, + IIKGCJFJADF: u32 = 0, + KICOBNPCKAE: u32 = 0, + + pub const _desc_table = .{ + .FLEEFJLNLCH = fd(15, .{ .Varint = .Simple }), + .IIKGCJFJADF = fd(6, .{ .Varint = .Simple }), + .KICOBNPCKAE = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GHLEDKFIIJH = struct { + JICDFLIMHHD: u32 = 0, + KICOBNPCKAE: u32 = 0, + + pub const _desc_table = .{ + .JICDFLIMHHD = fd(11, .{ .Varint = .Simple }), + .KICOBNPCKAE = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OFNGPLJKLOJ = struct { + FBBAJBINGLB: ArrayList(GHLEDKFIIJH), + NOBONCCPENG: ArrayList(NKGHHAFANHN), + MPMFAHLKEOB: ArrayList(GHLEDKFIIJH), + avatar_id: u32 = 0, + PDBHNHPCNNJ: ArrayList(NKGHHAFANHN), + LGEJJAJPEDK: ArrayList(GHLEDKFIIJH), + KKCMFGMHIMO: ArrayList(GHLEDKFIIJH), + + pub const _desc_table = .{ + .FBBAJBINGLB = fd(11, .{ .List = .{ .SubMessage = {} } }), + .NOBONCCPENG = fd(5, .{ .List = .{ .SubMessage = {} } }), + .MPMFAHLKEOB = fd(1, .{ .List = .{ .SubMessage = {} } }), + .avatar_id = fd(14, .{ .Varint = .Simple }), + .PDBHNHPCNNJ = fd(8, .{ .List = .{ .SubMessage = {} } }), + .LGEJJAJPEDK = fd(4, .{ .List = .{ .SubMessage = {} } }), + .KKCMFGMHIMO = fd(7, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MKJALMKMPGL = struct { + BFDMGINBOIB: ArrayList(OFNGPLJKLOJ), + + pub const _desc_table = .{ + .BFDMGINBOIB = fd(2, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetBigDataAllRecommendCsReq = struct { + IANNEEIJAKH: BigDataRecommendType = @enumFromInt(0), + + pub const _desc_table = .{ + .IANNEEIJAKH = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetBigDataAllRecommendScRsp = struct { + retcode: u32 = 0, + IANNEEIJAKH: BigDataRecommendType = @enumFromInt(0), + FCDDBOIEOIP: ?FCDDBOIEOIP_union, + + pub const _FCDDBOIEOIP_case = enum { + DKLBNBDPMPO, + PFOPJPJKKLK, + }; + pub const FCDDBOIEOIP_union = union(_FCDDBOIEOIP_case) { + DKLBNBDPMPO: PIIIPHEFDJO, + PFOPJPJKKLK: MKJALMKMPGL, + pub const _union_desc = .{ + .DKLBNBDPMPO = fd(1, .{ .SubMessage = {} }), + .PFOPJPJKKLK = fd(15, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .retcode = fd(9, .{ .Varint = .Simple }), + .IANNEEIJAKH = fd(8, .{ .Varint = .Simple }), + .FCDDBOIEOIP = fd(null, .{ .OneOf = FCDDBOIEOIP_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EJBIOKMOLAF = struct { + FFBEEBKOGPN: ArrayList(u32), + + pub const _desc_table = .{ + .FFBEEBKOGPN = fd(13, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KNCHLMGILJC = struct { + MBGIJNJFHGE: ArrayList(MBGIJNJFHGEEntry), + NOPDKLDEKKF: u32 = 0, + panel_id: u32 = 0, + + pub const _desc_table = .{ + .MBGIJNJFHGE = fd(1, .{ .List = .{ .SubMessage = {} } }), + .NOPDKLDEKKF = fd(14, .{ .Varint = .Simple }), + .panel_id = fd(12, .{ .Varint = .Simple }), + }; + + pub const MBGIJNJFHGEEntry = struct { + key: u32 = 0, + value: ?EJBIOKMOLAF = null, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetAllRedDotDataCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetAllRedDotDataScRsp = struct { + IAGIBDAICHI: ArrayList(KNCHLMGILJC), + retcode: u32 = 0, + + pub const _desc_table = .{ + .IAGIBDAICHI = fd(12, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const UpdateRedDotDataCsReq = struct { + NOPDKLDEKKF: u32 = 0, + group_id: u32 = 0, + HONEMGCFBGI: OJLJHFNFDKP = @enumFromInt(0), + switch_list: ArrayList(u32), + panel_id: u32 = 0, + + pub const _desc_table = .{ + .NOPDKLDEKKF = fd(10, .{ .Varint = .Simple }), + .group_id = fd(12, .{ .Varint = .Simple }), + .HONEMGCFBGI = fd(7, .{ .Varint = .Simple }), + .switch_list = fd(3, .{ .PackedList = .{ .Varint = .Simple } }), + .panel_id = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const UpdateRedDotDataScRsp = struct { + group_id: u32 = 0, + NOPDKLDEKKF: u32 = 0, + retcode: u32 = 0, + panel_id: u32 = 0, + + pub const _desc_table = .{ + .group_id = fd(6, .{ .Varint = .Simple }), + .NOPDKLDEKKF = fd(9, .{ .Varint = .Simple }), + .retcode = fd(10, .{ .Varint = .Simple }), + .panel_id = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetSingleRedDotParamGroupCsReq = struct { + NOPDKLDEKKF: u32 = 0, + panel_id: u32 = 0, + group_id: u32 = 0, + + pub const _desc_table = .{ + .NOPDKLDEKKF = fd(13, .{ .Varint = .Simple }), + .panel_id = fd(8, .{ .Varint = .Simple }), + .group_id = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetSingleRedDotParamGroupScRsp = struct { + panel_id: u32 = 0, + NOPDKLDEKKF: u32 = 0, + retcode: u32 = 0, + CHPJJKLGOKM: ?EJBIOKMOLAF = null, + group_id: u32 = 0, + + pub const _desc_table = .{ + .panel_id = fd(7, .{ .Varint = .Simple }), + .NOPDKLDEKKF = fd(15, .{ .Varint = .Simple }), + .retcode = fd(9, .{ .Varint = .Simple }), + .CHPJJKLGOKM = fd(12, .{ .SubMessage = {} }), + .group_id = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RelicSmartWearPlan = struct { + inside_relic_list: ArrayList(u32), + outside_relic_list: ArrayList(u32), + unique_id: u32 = 0, + avatar_id: u32 = 0, + + pub const _desc_table = .{ + .inside_relic_list = fd(15, .{ .PackedList = .{ .Varint = .Simple } }), + .outside_relic_list = fd(13, .{ .PackedList = .{ .Varint = .Simple } }), + .unique_id = fd(6, .{ .Varint = .Simple }), + .avatar_id = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RelicSmartWearGetPlanCsReq = struct { + avatar_id: u32 = 0, + + pub const _desc_table = .{ + .avatar_id = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RelicSmartWearGetPlanScRsp = struct { + avatar_id: u32 = 0, + retcode: u32 = 0, + relic_plan_list: ArrayList(RelicSmartWearPlan), + + pub const _desc_table = .{ + .avatar_id = fd(6, .{ .Varint = .Simple }), + .retcode = fd(1, .{ .Varint = .Simple }), + .relic_plan_list = fd(8, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RelicSmartWearAddPlanCsReq = struct { + relic_plan: ?RelicSmartWearPlan = null, + + pub const _desc_table = .{ + .relic_plan = fd(1, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RelicSmartWearAddPlanScRsp = struct { + relic_plan: ?RelicSmartWearPlan = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .relic_plan = fd(14, .{ .SubMessage = {} }), + .retcode = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RelicSmartWearUpdatePlanCsReq = struct { + relic_plan: ?RelicSmartWearPlan = null, + + pub const _desc_table = .{ + .relic_plan = fd(12, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RelicSmartWearUpdatePlanScRsp = struct { + relic_plan: ?RelicSmartWearPlan = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .relic_plan = fd(6, .{ .SubMessage = {} }), + .retcode = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RelicSmartWearDeletePlanCsReq = struct { + unique_id: u32 = 0, + + pub const _desc_table = .{ + .unique_id = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RelicSmartWearDeletePlanScRsp = struct { + unique_id: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .unique_id = fd(10, .{ .Varint = .Simple }), + .retcode = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RelicSmartWearPinRelicCsReq = struct { + BAOONJDCFKD: bool = false, + relic_type: u32 = 0, + avatar_id: u32 = 0, + + pub const _desc_table = .{ + .BAOONJDCFKD = fd(11, .{ .Varint = .Simple }), + .relic_type = fd(15, .{ .Varint = .Simple }), + .avatar_id = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RelicSmartWearPinRelicScRsp = struct { + BAOONJDCFKD: bool = false, + relic_type: u32 = 0, + avatar_id: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .BAOONJDCFKD = fd(2, .{ .Varint = .Simple }), + .relic_type = fd(13, .{ .Varint = .Simple }), + .avatar_id = fd(12, .{ .Varint = .Simple }), + .retcode = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RelicSmartWearGetPinRelicCsReq = struct { + avatar_id: u32 = 0, + + pub const _desc_table = .{ + .avatar_id = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RelicSmartWearGetPinRelicScRsp = struct { + pin_relic_id_list: ArrayList(u32), + retcode: u32 = 0, + avatar_id: u32 = 0, + + pub const _desc_table = .{ + .pin_relic_id_list = fd(3, .{ .PackedList = .{ .Varint = .Simple } }), + .retcode = fd(4, .{ .Varint = .Simple }), + .avatar_id = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RelicSmartWearUpdatePinRelicScNotify = struct { + pin_relic_id_list: ArrayList(u32), + avatar_id: u32 = 0, + + pub const _desc_table = .{ + .pin_relic_id_list = fd(15, .{ .PackedList = .{ .Varint = .Simple } }), + .avatar_id = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetReplayTokenCsReq = struct { + KIHBIGPFKKN: ManagedString = .Empty, + stage_id: u32 = 0, + replay_type: ReplayType = @enumFromInt(0), + AFEHLMFIBMD: u32 = 0, + CMPBKBBKAOA: u32 = 0, + BBEMIDHMNLM: ManagedString = .Empty, + + pub const _desc_table = .{ + .KIHBIGPFKKN = fd(15, .String), + .stage_id = fd(8, .{ .Varint = .Simple }), + .replay_type = fd(5, .{ .Varint = .Simple }), + .AFEHLMFIBMD = fd(1, .{ .Varint = .Simple }), + .CMPBKBBKAOA = fd(2, .{ .Varint = .Simple }), + .BBEMIDHMNLM = fd(10, .String), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetReplayTokenScRsp = struct { + KIHBIGPFKKN: ManagedString = .Empty, + stage_id: u32 = 0, + replay_type: ReplayType = @enumFromInt(0), + retcode: u32 = 0, + token: ManagedString = .Empty, + + pub const _desc_table = .{ + .KIHBIGPFKKN = fd(6, .String), + .stage_id = fd(15, .{ .Varint = .Simple }), + .replay_type = fd(14, .{ .Varint = .Simple }), + .retcode = fd(12, .{ .Varint = .Simple }), + .token = fd(5, .String), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetPlayerReplayInfoCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetPlayerReplayInfoScRsp = struct { + KGCFEALANKO: ArrayList(ReplayInfo), + retcode: u32 = 0, + + pub const _desc_table = .{ + .KGCFEALANKO = fd(7, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetRndOptionCsReq = struct { + id: u32 = 0, + + pub const _desc_table = .{ + .id = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetRndOptionScRsp = struct { + retcode: u32 = 0, + EEGEGGBDHDG: ArrayList(u32), + + pub const _desc_table = .{ + .retcode = fd(3, .{ .Varint = .Simple }), + .EEGEGGBDHDG = fd(14, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DailyFirstMeetPamCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DailyFirstMeetPamScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MKEELPFDCLM = struct { + level: u32 = 0, + buff_id: u32 = 0, + + pub const _desc_table = .{ + .level = fd(14, .{ .Varint = .Simple }), + .buff_id = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OOBCEJFEHMK = struct { + buff_list: ArrayList(MKEELPFDCLM), + + pub const _desc_table = .{ + .buff_list = fd(2, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GLADGJAKPLC = struct { + BEEEBOIOJIF: ILNPBECOEPL = @enumFromInt(0), + site_id: u32 = 0, + HNLFGDMCJDF: ILNPBECOEPL = @enumFromInt(0), + IMIMGFAAGHM: u32 = 0, + room_id: u32 = 0, + + pub const _desc_table = .{ + .BEEEBOIOJIF = fd(4, .{ .Varint = .Simple }), + .site_id = fd(9, .{ .Varint = .Simple }), + .HNLFGDMCJDF = fd(2, .{ .Varint = .Simple }), + .IMIMGFAAGHM = fd(15, .{ .Varint = .Simple }), + .room_id = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const IJMGMKCHHEF = struct { + OLOKKNLGGME: u32 = 0, + CIKIBKAABIM: u32 = 0, + JDCLIAMKDHF: ArrayList(GLADGJAKPLC), + map_id: u32 = 0, + DBAHFEFGLMD: u32 = 0, + + pub const _desc_table = .{ + .OLOKKNLGGME = fd(6, .{ .Varint = .Simple }), + .CIKIBKAABIM = fd(5, .{ .Varint = .Simple }), + .JDCLIAMKDHF = fd(4, .{ .List = .{ .SubMessage = {} } }), + .map_id = fd(13, .{ .Varint = .Simple }), + .DBAHFEFGLMD = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BKAAEBJKJKH = struct { + MKEGBHJLJNH: EGPIMDADFDI = @enumFromInt(0), + DBAHFEFGLMD: u32 = 0, + FJOILOHPHLC: bool = false, + GMPIIAEGGEK: u32 = 0, + map_id: u32 = 0, + NOOKGAJMFJI: JDAKAMIGKHF = @enumFromInt(0), + + pub const _desc_table = .{ + .MKEGBHJLJNH = fd(10, .{ .Varint = .Simple }), + .DBAHFEFGLMD = fd(6, .{ .Varint = .Simple }), + .FJOILOHPHLC = fd(2, .{ .Varint = .Simple }), + .GMPIIAEGGEK = fd(8, .{ .Varint = .Simple }), + .map_id = fd(3, .{ .Varint = .Simple }), + .NOOKGAJMFJI = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OMOGAIEOFAH = struct { + HHMABJDIMGM: NNIOHHMJGHG = @enumFromInt(0), + PDAPEHEAMBM: u32 = 0, + CKKEKMJMABC: u32 = 0, + EKFLPNLAPDF: u32 = 0, + PDIHILCLENM: ArrayList(u32), + IGCHBPAKBCB: u32 = 0, + EHPMCGOELGB: bool = false, + IPODNBLJPOL: u32 = 0, + DJFCKFEMGOJ: u32 = 0, + maze_buff_list: ArrayList(MKEELPFDCLM), + FPOELPFCNBI: ?ItemCostData = null, + BHEIDPPFCKA: u32 = 0, + CMOGBLHAFHN: u32 = 0, + + pub const _desc_table = .{ + .HHMABJDIMGM = fd(4, .{ .Varint = .Simple }), + .PDAPEHEAMBM = fd(5, .{ .Varint = .Simple }), + .CKKEKMJMABC = fd(8, .{ .Varint = .Simple }), + .EKFLPNLAPDF = fd(9, .{ .Varint = .Simple }), + .PDIHILCLENM = fd(6, .{ .PackedList = .{ .Varint = .Simple } }), + .IGCHBPAKBCB = fd(14, .{ .Varint = .Simple }), + .EHPMCGOELGB = fd(11, .{ .Varint = .Simple }), + .IPODNBLJPOL = fd(10, .{ .Varint = .Simple }), + .DJFCKFEMGOJ = fd(12, .{ .Varint = .Simple }), + .maze_buff_list = fd(3, .{ .List = .{ .SubMessage = {} } }), + .FPOELPFCNBI = fd(13, .{ .SubMessage = {} }), + .BHEIDPPFCKA = fd(7, .{ .Varint = .Simple }), + .CMOGBLHAFHN = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KFEJFBBGIAD = struct { + KMPMDLDHABN: ArrayList(MKEELPFDCLM), + NOENHHILNAH: ?MKEELPFDCLM = null, + + pub const _desc_table = .{ + .KMPMDLDHABN = fd(11, .{ .List = .{ .SubMessage = {} } }), + .NOENHHILNAH = fd(13, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const IGJENCIKLOF = struct { + IHGMPJNNMKI: ArrayList(MKEELPFDCLM), + CLPLEFHHAFB: ArrayList(MKEELPFDCLM), + BILBOHBDBPN: u32 = 0, + + pub const _desc_table = .{ + .IHGMPJNNMKI = fd(14, .{ .List = .{ .SubMessage = {} } }), + .CLPLEFHHAFB = fd(9, .{ .List = .{ .SubMessage = {} } }), + .BILBOHBDBPN = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GDIILLJBDCF = struct { + buff_id: u32 = 0, + FAMCMAGFKCL: f32 = 0, + cost_data: ?ItemCostData = null, + + pub const _desc_table = .{ + .buff_id = fd(12, .{ .Varint = .Simple }), + .FAMCMAGFKCL = fd(9, .{ .FixedInt = .I32 }), + .cost_data = fd(13, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BHJPKLCMLEJ = struct { + DAKMMPKBMKO: ArrayList(GDIILLJBDCF), + + pub const _desc_table = .{ + .DAKMMPKBMKO = fd(6, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PAIMOGCIGIJ = struct { + max_times: u32 = 0, + GMAFEJEJBHO: ArrayList(GMAFEJEJBHOEntry), + BLFAANHJPAD: u32 = 0, + DEIDCHAMDBA: u32 = 0, + cur_times: u32 = 0, + + pub const _desc_table = .{ + .max_times = fd(9, .{ .Varint = .Simple }), + .GMAFEJEJBHO = fd(4, .{ .List = .{ .SubMessage = {} } }), + .BLFAANHJPAD = fd(10, .{ .Varint = .Simple }), + .DEIDCHAMDBA = fd(7, .{ .Varint = .Simple }), + .cur_times = fd(12, .{ .Varint = .Simple }), + }; + + pub const GMAFEJEJBHOEntry = struct { + key: u32 = 0, + value: u32 = 0, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OLFPCKAGKAK = struct { + CKGFONMAEKO: ArrayList(PAIMOGCIGIJ), + + pub const _desc_table = .{ + .CKGFONMAEKO = fd(15, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BFLJDBHBMNP = struct { + JACIGHHGCGB: ArrayList(u32), + game_miracle_info: ?OLFPCKAGKAK = null, + + pub const _desc_table = .{ + .JACIGHHGCGB = fd(15, .{ .PackedList = .{ .Varint = .Simple } }), + .game_miracle_info = fd(3, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KEIONFFFLCO = struct { + CMAGGNFDKAG: ArrayList(u32), + + pub const _desc_table = .{ + .CMAGGNFDKAG = fd(7, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FLECFLLDNFP = struct { + IMOICEEBDCO: ArrayList(u32), + + pub const _desc_table = .{ + .IMOICEEBDCO = fd(4, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const NGFFCEICACD = struct { + EBNPOCIDPKE: u32 = 0, + MICMCKAHMPL: ?MICMCKAHMPL_union, + + pub const _MICMCKAHMPL_case = enum { + JDIJKEGCIBP, + CNDGJJLJDOF, + }; + pub const MICMCKAHMPL_union = union(_MICMCKAHMPL_case) { + JDIJKEGCIBP: ItemList, + CNDGJJLJDOF: OOBCEJFEHMK, + pub const _union_desc = .{ + .JDIJKEGCIBP = fd(6, .{ .SubMessage = {} }), + .CNDGJJLJDOF = fd(7, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .EBNPOCIDPKE = fd(1, .{ .Varint = .Simple }), + .MICMCKAHMPL = fd(null, .{ .OneOf = MICMCKAHMPL_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EJJGLGPEDEE = struct { + rogue_revive_cost: ?ItemCostData = null, + + pub const _desc_table = .{ + .rogue_revive_cost = fd(6, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const JHEELOAGMIG = struct { + NIDFLBKPOEB: u32 = 0, + + pub const _desc_table = .{ + .NIDFLBKPOEB = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PBEKDHCLBFB = struct { + HGBLOMELBLE: u32 = 0, + GFDBGCOLKCP: u32 = 0, + JKJMCFAGOCF: u32 = 0, + IPODNBLJPOL: u32 = 0, + + pub const _desc_table = .{ + .HGBLOMELBLE = fd(10, .{ .Varint = .Simple }), + .GFDBGCOLKCP = fd(15, .{ .Varint = .Simple }), + .JKJMCFAGOCF = fd(8, .{ .Varint = .Simple }), + .IPODNBLJPOL = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ILNFEFOBNEG = struct { + rogue_get_info: ?LIIKCGNCBBF = null, + OMCBCGCHLGN: ?DKNMKFBOBJF = null, + + pub const _desc_table = .{ + .rogue_get_info = fd(355, .{ .SubMessage = {} }), + .OMCBCGCHLGN = fd(1210, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LIIKCGNCBBF = struct { + IBLEMBNCGPM: ?MMCHOPHFMAH = null, + FEJGMNNFFLG: ?BFKMDFGCNCD = null, + rogue_aeon_info: ?ICILDHNFJFG = null, + rogue_virtual_item_info: ?KICDAHAPLCH = null, + rogue_score_reward_info: ?HGHCOGEPIDM = null, + + pub const _desc_table = .{ + .IBLEMBNCGPM = fd(11, .{ .SubMessage = {} }), + .FEJGMNNFFLG = fd(7, .{ .SubMessage = {} }), + .rogue_aeon_info = fd(13, .{ .SubMessage = {} }), + .rogue_virtual_item_info = fd(4, .{ .SubMessage = {} }), + .rogue_score_reward_info = fd(10, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DKNMKFBOBJF = struct { + CMBHKLPPPAD: ?OJCEALJIFND = null, + rogue_aeon_info: ?GABCAPJGHFG = null, + virtual_item_info: ?RogueVirtualItem = null, + rogue_buff_info: ?CFMAPIMJDFC = null, + pending_action: ?RogueCommonPendingAction = null, + GJBOLJKMGGE: bool = false, + rogue_map: ?IJMGMKCHHEF = null, + game_miracle_info: ?OMOCHGKHNIK = null, + status: EGPIMDADFDI = @enumFromInt(0), + rogue_Lineup_info: ?EFJDMHOAKOO = null, + + pub const _desc_table = .{ + .CMBHKLPPPAD = fd(9, .{ .SubMessage = {} }), + .rogue_aeon_info = fd(15, .{ .SubMessage = {} }), + .virtual_item_info = fd(11, .{ .SubMessage = {} }), + .rogue_buff_info = fd(2, .{ .SubMessage = {} }), + .pending_action = fd(13, .{ .SubMessage = {} }), + .GJBOLJKMGGE = fd(3, .{ .Varint = .Simple }), + .rogue_map = fd(10, .{ .SubMessage = {} }), + .game_miracle_info = fd(4, .{ .SubMessage = {} }), + .status = fd(5, .{ .Varint = .Simple }), + .rogue_Lineup_info = fd(7, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BFKMDFGCNCD = struct { + end_time: i64 = 0, + begin_time: i64 = 0, + AHANJLEHCGA: u32 = 0, + + pub const _desc_table = .{ + .end_time = fd(9, .{ .Varint = .Simple }), + .begin_time = fd(12, .{ .Varint = .Simple }), + .AHANJLEHCGA = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MMCHOPHFMAH = struct { + JMMNAIPOEFO: ArrayList(BKAAEBJKJKH), + + pub const _desc_table = .{ + .JMMNAIPOEFO = fd(2, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ICILDHNFJFG = struct { + ALKILFNBFNM: u32 = 0, + aeon_id_list: ArrayList(u32), + HLBFBFDLACA: u32 = 0, + AOELKJEEGKG: bool = false, + + pub const _desc_table = .{ + .ALKILFNBFNM = fd(5, .{ .Varint = .Simple }), + .aeon_id_list = fd(11, .{ .PackedList = .{ .Varint = .Simple } }), + .HLBFBFDLACA = fd(10, .{ .Varint = .Simple }), + .AOELKJEEGKG = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KICDAHAPLCH = struct { + BILEOOPHJEF: u32 = 0, + IFEHBIMEMEC: u32 = 0, + + pub const _desc_table = .{ + .BILEOOPHJEF = fd(12, .{ .Varint = .Simple }), + .IFEHBIMEMEC = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CFMAPIMJDFC = struct { + maze_buff_list: ArrayList(MKEELPFDCLM), + + pub const _desc_table = .{ + .maze_buff_list = fd(11, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OMOCHGKHNIK = struct { + game_miracle_info: ?OLFPCKAGKAK = null, + + pub const _desc_table = .{ + .game_miracle_info = fd(11, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EFJDMHOAKOO = struct { + LGHCAHBBCAM: ArrayList(u32), + base_avatar_id_list: ArrayList(u32), + MANKKFPBFCB: ArrayList(u32), + revive_info: ?EJJGLGPEDEE = null, + + pub const _desc_table = .{ + .LGHCAHBBCAM = fd(3, .{ .PackedList = .{ .Varint = .Simple } }), + .base_avatar_id_list = fd(14, .{ .PackedList = .{ .Varint = .Simple } }), + .MANKKFPBFCB = fd(10, .{ .PackedList = .{ .Varint = .Simple } }), + .revive_info = fd(13, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HDJFLBMLLDP = struct { + GKFLNMOJNCP: ?FLECFLLDNFP = null, + + pub const _desc_table = .{ + .GKFLNMOJNCP = fd(10, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GABCAPJGHFG = struct { + AOELKJEEGKG: bool = false, + HLBFBFDLACA: u32 = 0, + game_aeon_id: u32 = 0, + + pub const _desc_table = .{ + .AOELKJEEGKG = fd(4, .{ .Varint = .Simple }), + .HLBFBFDLACA = fd(7, .{ .Varint = .Simple }), + .game_aeon_id = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OJCEALJIFND = struct { + GJANFNHLOGN: ArrayList(u32), + + pub const _desc_table = .{ + .GJANFNHLOGN = fd(3, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const NIKKCCAKNNP = struct { + ALKILFNBFNM: u32 = 0, + HLBFBFDLACA: u32 = 0, + aeon_id_list: ArrayList(u32), + AOELKJEEGKG: bool = false, + game_aeon_id: u32 = 0, + + pub const _desc_table = .{ + .ALKILFNBFNM = fd(12, .{ .Varint = .Simple }), + .HLBFBFDLACA = fd(2, .{ .Varint = .Simple }), + .aeon_id_list = fd(4, .{ .PackedList = .{ .Varint = .Simple } }), + .AOELKJEEGKG = fd(11, .{ .Varint = .Simple }), + .game_aeon_id = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MNCDPEPCFGC = struct { + KOBFCOMHGCE: u32 = 0, + score_id: u32 = 0, + FJJDFPKGOPC: u32 = 0, + + pub const _desc_table = .{ + .KOBFCOMHGCE = fd(4, .{ .Varint = .Simple }), + .score_id = fd(2, .{ .Varint = .Simple }), + .FJJDFPKGOPC = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AOJOFBBNEPA = struct { + DCMHGOKCINF: ArrayList(MNCDPEPCFGC), + NPJEECEDPOK: u32 = 0, + DPFBDJMNCEO: f32 = 0, + + pub const _desc_table = .{ + .DCMHGOKCINF = fd(1, .{ .List = .{ .SubMessage = {} } }), + .NPJEECEDPOK = fd(3, .{ .Varint = .Simple }), + .DPFBDJMNCEO = fd(11, .{ .FixedInt = .I32 }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FGKCAMBIAHB = struct { + id: u32 = 0, + level: u32 = 0, + avatar_type: AvatarType = @enumFromInt(0), + slot: u32 = 0, + + pub const _desc_table = .{ + .id = fd(11, .{ .Varint = .Simple }), + .level = fd(3, .{ .Varint = .Simple }), + .avatar_type = fd(9, .{ .Varint = .Simple }), + .slot = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GKJFBBHHLAC = struct { + avatar_list: ArrayList(FGKCAMBIAHB), + buff_list: ArrayList(MKEELPFDCLM), + CKGFONMAEKO: ArrayList(u32), + + pub const _desc_table = .{ + .avatar_list = fd(1, .{ .List = .{ .SubMessage = {} } }), + .buff_list = fd(7, .{ .List = .{ .SubMessage = {} } }), + .CKGFONMAEKO = fd(4, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueFinishInfo = struct { + score_id: u32 = 0, + is_win: bool = false, + MNBIEBOLCCN: u32 = 0, + HLOBJOOEBOD: ?ItemList = null, + DBAHFEFGLMD: u32 = 0, + record_info: ?GKJFBBHHLAC = null, + LMMEANJPEND: u32 = 0, + DEDLGFJAEAM: u32 = 0, + AGPPEPMGFMF: ?HGHCOGEPIDM = null, + BIMDLGHKAOI: u32 = 0, + IFEHBIMEMEC: u32 = 0, + + pub const _desc_table = .{ + .score_id = fd(3, .{ .Varint = .Simple }), + .is_win = fd(2, .{ .Varint = .Simple }), + .MNBIEBOLCCN = fd(1, .{ .Varint = .Simple }), + .HLOBJOOEBOD = fd(8, .{ .SubMessage = {} }), + .DBAHFEFGLMD = fd(1902, .{ .Varint = .Simple }), + .record_info = fd(6, .{ .SubMessage = {} }), + .LMMEANJPEND = fd(706, .{ .Varint = .Simple }), + .DEDLGFJAEAM = fd(14, .{ .Varint = .Simple }), + .AGPPEPMGFMF = fd(15, .{ .SubMessage = {} }), + .BIMDLGHKAOI = fd(11, .{ .Varint = .Simple }), + .IFEHBIMEMEC = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HGHCOGEPIDM = struct { + HDLADIBHBHH: u32 = 0, + HHJPBLEKAPN: u32 = 0, + CIGBOGHAFOF: i64 = 0, + CILNJIDIDHL: ArrayList(u32), + JOMNPADAGGK: bool = false, + HOEPOJNNFCI: i64 = 0, + PJHLOCDBAEH: bool = false, + + pub const _desc_table = .{ + .HDLADIBHBHH = fd(10, .{ .Varint = .Simple }), + .HHJPBLEKAPN = fd(14, .{ .Varint = .Simple }), + .CIGBOGHAFOF = fd(13, .{ .Varint = .Simple }), + .CILNJIDIDHL = fd(11, .{ .PackedList = .{ .Varint = .Simple } }), + .JOMNPADAGGK = fd(1, .{ .Varint = .Simple }), + .HOEPOJNNFCI = fd(5, .{ .Varint = .Simple }), + .PJHLOCDBAEH = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EACOFHBFMLB = struct { + JGMIPMDPPIJ: u32 = 0, + level: u32 = 0, + exp: u32 = 0, + aeon_id: u32 = 0, + + pub const _desc_table = .{ + .JGMIPMDPPIJ = fd(11, .{ .Varint = .Simple }), + .level = fd(5, .{ .Varint = .Simple }), + .exp = fd(12, .{ .Varint = .Simple }), + .aeon_id = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueDialogueEventParam = struct { + is_valid: bool = false, + dialogue_event_id: u32 = 0, + arg_id: u32 = 0, + ratio: f32 = 0, + int_value: i32 = 0, + + pub const _desc_table = .{ + .is_valid = fd(1, .{ .Varint = .Simple }), + .dialogue_event_id = fd(8, .{ .Varint = .Simple }), + .arg_id = fd(12, .{ .Varint = .Simple }), + .ratio = fd(4, .{ .FixedInt = .I32 }), + .int_value = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LANLCCOBDNE = struct { + event_unique_id: u32 = 0, + talk_dialogue_id: u32 = 0, + game_mode_type: u32 = 0, + aeon_talk_id: u32 = 0, + EOHEEIGOBKD: ArrayList(u32), + dialogue_event_param_list: ArrayList(RogueDialogueEventParam), + + pub const _desc_table = .{ + .event_unique_id = fd(14, .{ .Varint = .Simple }), + .talk_dialogue_id = fd(15, .{ .Varint = .Simple }), + .game_mode_type = fd(11, .{ .Varint = .Simple }), + .aeon_talk_id = fd(9, .{ .Varint = .Simple }), + .EOHEEIGOBKD = fd(3, .{ .PackedList = .{ .Varint = .Simple } }), + .dialogue_event_param_list = fd(13, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GGHFIJKPFLN = struct { + BPLMPMEFEAM: FFNEDMEGPJD = @enumFromInt(0), + JJEALOEMMKK: ArrayList(u32), + JDIJKEGCIBP: ?ItemList = null, + + pub const _desc_table = .{ + .BPLMPMEFEAM = fd(9, .{ .Varint = .Simple }), + .JJEALOEMMKK = fd(11, .{ .PackedList = .{ .Varint = .Simple } }), + .JDIJKEGCIBP = fd(15, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetRogueInfoCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetRogueInfoScRsp = struct { + retcode: u32 = 0, + rogue_game_info: ?ILNFEFOBNEG = null, + + pub const _desc_table = .{ + .retcode = fd(1, .{ .Varint = .Simple }), + .rogue_game_info = fd(13, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const StartRogueCsReq = struct { + DBAHFEFGLMD: u32 = 0, + HJGNDHLMMIB: ArrayList(u32), + base_avatar_id_list: ArrayList(u32), + LGHCAHBBCAM: ArrayList(u32), + aeon_id: u32 = 0, + + pub const _desc_table = .{ + .DBAHFEFGLMD = fd(12, .{ .Varint = .Simple }), + .HJGNDHLMMIB = fd(15, .{ .PackedList = .{ .Varint = .Simple } }), + .base_avatar_id_list = fd(1, .{ .PackedList = .{ .Varint = .Simple } }), + .LGHCAHBBCAM = fd(13, .{ .PackedList = .{ .Varint = .Simple } }), + .aeon_id = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const StartRogueScRsp = struct { + KEILFHHNLIH: ?RogueMapRotateInfo = null, + scene: ?SceneInfo = null, + Lineup: ?LineupInfo = null, + rogue_game_info: ?ILNFEFOBNEG = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .KEILFHHNLIH = fd(3, .{ .SubMessage = {} }), + .scene = fd(12, .{ .SubMessage = {} }), + .Lineup = fd(13, .{ .SubMessage = {} }), + .rogue_game_info = fd(6, .{ .SubMessage = {} }), + .retcode = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EnterRogueCsReq = struct { + DBAHFEFGLMD: u32 = 0, + + pub const _desc_table = .{ + .DBAHFEFGLMD = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EnterRogueScRsp = struct { + rogue_game_info: ?ILNFEFOBNEG = null, + Lineup: ?LineupInfo = null, + scene: ?SceneInfo = null, + KEILFHHNLIH: ?RogueMapRotateInfo = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .rogue_game_info = fd(6, .{ .SubMessage = {} }), + .Lineup = fd(12, .{ .SubMessage = {} }), + .scene = fd(5, .{ .SubMessage = {} }), + .KEILFHHNLIH = fd(15, .{ .SubMessage = {} }), + .retcode = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LeaveRogueCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LeaveRogueScRsp = struct { + scene: ?SceneInfo = null, + KEILFHHNLIH: ?RogueMapRotateInfo = null, + Lineup: ?LineupInfo = null, + rogue_game_info: ?ILNFEFOBNEG = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .scene = fd(4, .{ .SubMessage = {} }), + .KEILFHHNLIH = fd(6, .{ .SubMessage = {} }), + .Lineup = fd(11, .{ .SubMessage = {} }), + .rogue_game_info = fd(10, .{ .SubMessage = {} }), + .retcode = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SyncRogueFinishScNotify = struct { + rogue_finish_info: ?RogueFinishInfo = null, + + pub const _desc_table = .{ + .rogue_finish_info = fd(7, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PickRogueAvatarCsReq = struct { + prop_entity_id: u32 = 0, + base_avatar_id_list: ArrayList(u32), + LGHCAHBBCAM: ArrayList(u32), + + pub const _desc_table = .{ + .prop_entity_id = fd(7, .{ .Varint = .Simple }), + .base_avatar_id_list = fd(4, .{ .PackedList = .{ .Varint = .Simple } }), + .LGHCAHBBCAM = fd(13, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PickRogueAvatarScRsp = struct { + retcode: u32 = 0, + LGHCAHBBCAM: ArrayList(u32), + base_avatar_id_list: ArrayList(u32), + + pub const _desc_table = .{ + .retcode = fd(3, .{ .Varint = .Simple }), + .LGHCAHBBCAM = fd(11, .{ .PackedList = .{ .Varint = .Simple } }), + .base_avatar_id_list = fd(9, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ReviveRogueAvatarCsReq = struct { + interacted_prop_entity_id: u32 = 0, + LGHCAHBBCAM: ArrayList(u32), + base_avatar_id_list: ArrayList(u32), + + pub const _desc_table = .{ + .interacted_prop_entity_id = fd(2, .{ .Varint = .Simple }), + .LGHCAHBBCAM = fd(7, .{ .PackedList = .{ .Varint = .Simple } }), + .base_avatar_id_list = fd(10, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ReviveRogueAvatarScRsp = struct { + revive_info: ?EJJGLGPEDEE = null, + LGHCAHBBCAM: ArrayList(u32), + base_avatar_id_list: ArrayList(u32), + retcode: u32 = 0, + + pub const _desc_table = .{ + .revive_info = fd(8, .{ .SubMessage = {} }), + .LGHCAHBBCAM = fd(3, .{ .PackedList = .{ .Varint = .Simple } }), + .base_avatar_id_list = fd(10, .{ .PackedList = .{ .Varint = .Simple } }), + .retcode = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SyncRogueReviveInfoScNotify = struct { + revive_info: ?EJJGLGPEDEE = null, + + pub const _desc_table = .{ + .revive_info = fd(8, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetRogueBuffEnhanceInfoCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetRogueBuffEnhanceInfoScRsp = struct { + retcode: u32 = 0, + FHLOMGDANJM: ?BHJPKLCMLEJ = null, + + pub const _desc_table = .{ + .retcode = fd(10, .{ .Varint = .Simple }), + .FHLOMGDANJM = fd(13, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EnhanceRogueBuffCsReq = struct { + OJEBLMKKMGO: u32 = 0, + + pub const _desc_table = .{ + .OJEBLMKKMGO = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EnhanceRogueBuffScRsp = struct { + FGEFCEFKHMH: bool = false, + ANAGCODDMOM: ?MKEELPFDCLM = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .FGEFCEFKHMH = fd(5, .{ .Varint = .Simple }), + .ANAGCODDMOM = fd(11, .{ .SubMessage = {} }), + .retcode = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const QuitRogueCsReq = struct { + DBAHFEFGLMD: u32 = 0, + + pub const _desc_table = .{ + .DBAHFEFGLMD = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const QuitRogueScRsp = struct { + retcode: u32 = 0, + rogue_game_info: ?ILNFEFOBNEG = null, + + pub const _desc_table = .{ + .retcode = fd(1, .{ .Varint = .Simple }), + .rogue_game_info = fd(13, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SyncRogueExploreWinScNotify = struct { + GJBOLJKMGGE: bool = false, + + pub const _desc_table = .{ + .GJBOLJKMGGE = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SyncRogueSeasonFinishScNotify = struct { + scene: ?SceneInfo = null, + rogue_score_reward_info: ?HGHCOGEPIDM = null, + NIOLDFFFELN: bool = false, + Lineup: ?LineupInfo = null, + rogue_finish_info: ?RogueFinishInfo = null, + + pub const _desc_table = .{ + .scene = fd(14, .{ .SubMessage = {} }), + .rogue_score_reward_info = fd(7, .{ .SubMessage = {} }), + .NIOLDFFFELN = fd(13, .{ .Varint = .Simple }), + .Lineup = fd(5, .{ .SubMessage = {} }), + .rogue_finish_info = fd(10, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EnterRogueMapRoomCsReq = struct { + site_id: u32 = 0, + room_id: u32 = 0, + + pub const _desc_table = .{ + .site_id = fd(13, .{ .Varint = .Simple }), + .room_id = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EnterRogueMapRoomScRsp = struct { + Lineup: ?LineupInfo = null, + KEILFHHNLIH: ?RogueMapRotateInfo = null, + retcode: u32 = 0, + OLOKKNLGGME: u32 = 0, + scene: ?SceneInfo = null, + + pub const _desc_table = .{ + .Lineup = fd(15, .{ .SubMessage = {} }), + .KEILFHHNLIH = fd(5, .{ .SubMessage = {} }), + .retcode = fd(9, .{ .Varint = .Simple }), + .OLOKKNLGGME = fd(10, .{ .Varint = .Simple }), + .scene = fd(1, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SyncRogueMapRoomScNotify = struct { + KPEKCLBEPGB: ?GLADGJAKPLC = null, + map_id: u32 = 0, + + pub const _desc_table = .{ + .KPEKCLBEPGB = fd(1, .{ .SubMessage = {} }), + .map_id = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OpenRogueChestCsReq = struct { + EIDDMGHLPBP: bool = false, + interacted_prop_entity_id: u32 = 0, + + pub const _desc_table = .{ + .EIDDMGHLPBP = fd(14, .{ .Varint = .Simple }), + .interacted_prop_entity_id = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OpenRogueChestScRsp = struct { + reward: ?ItemList = null, + drop_data: ?ItemList = null, + retcode: u32 = 0, + KJCHGEHDLNO: ?MBKOCMMICPG = null, + + pub const _desc_table = .{ + .reward = fd(13, .{ .SubMessage = {} }), + .drop_data = fd(8, .{ .SubMessage = {} }), + .retcode = fd(11, .{ .Varint = .Simple }), + .KJCHGEHDLNO = fd(15, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ExchangeRogueRewardKeyCsReq = struct { + count: u32 = 0, + + pub const _desc_table = .{ + .count = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ExchangeRogueRewardKeyScRsp = struct { + retcode: u32 = 0, + count: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(1, .{ .Varint = .Simple }), + .count = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SyncRogueAreaUnlockScNotify = struct { + DBAHFEFGLMD: u32 = 0, + + pub const _desc_table = .{ + .DBAHFEFGLMD = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SyncRogueGetItemScNotify = struct { + ACFCJIOMJNF: ?ItemList = null, + IODFGFOMGOD: ?ItemList = null, + + pub const _desc_table = .{ + .ACFCJIOMJNF = fd(13, .{ .SubMessage = {} }), + .IODFGFOMGOD = fd(11, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeRogueAeonLevelRewardCsReq = struct { + aeon_id: u32 = 0, + level: u32 = 0, + + pub const _desc_table = .{ + .aeon_id = fd(11, .{ .Varint = .Simple }), + .level = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeRogueAeonLevelRewardScRsp = struct { + level: u32 = 0, + retcode: u32 = 0, + reward: ?ItemList = null, + aeon_id: u32 = 0, + + pub const _desc_table = .{ + .level = fd(14, .{ .Varint = .Simple }), + .retcode = fd(1, .{ .Varint = .Simple }), + .reward = fd(2, .{ .SubMessage = {} }), + .aeon_id = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SyncRogueAeonLevelUpRewardScNotify = struct { + reward: ?ItemList = null, + aeon_id: u32 = 0, + level: u32 = 0, + + pub const _desc_table = .{ + .reward = fd(11, .{ .SubMessage = {} }), + .aeon_id = fd(13, .{ .Varint = .Simple }), + .level = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetRogueScoreRewardInfoCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetRogueScoreRewardInfoScRsp = struct { + retcode: u32 = 0, + HNDLHICDNPC: ?HGHCOGEPIDM = null, + + pub const _desc_table = .{ + .retcode = fd(10, .{ .Varint = .Simple }), + .HNDLHICDNPC = fd(2, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeRogueScoreRewardCsReq = struct { + HHJPBLEKAPN: u32 = 0, + LMMFPCOKHEE: ArrayList(u32), + + pub const _desc_table = .{ + .HHJPBLEKAPN = fd(11, .{ .Varint = .Simple }), + .LMMFPCOKHEE = fd(12, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeRogueScoreRewardScRsp = struct { + retcode: u32 = 0, + reward: ?ItemList = null, + rogue_score_reward_info: ?HGHCOGEPIDM = null, + HHJPBLEKAPN: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(10, .{ .Varint = .Simple }), + .reward = fd(12, .{ .SubMessage = {} }), + .rogue_score_reward_info = fd(15, .{ .SubMessage = {} }), + .HHJPBLEKAPN = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetRogueInitialScoreCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetRogueInitialScoreScRsp = struct { + retcode: u32 = 0, + rogue_score_reward_info: ?HGHCOGEPIDM = null, + + pub const _desc_table = .{ + .retcode = fd(2, .{ .Varint = .Simple }), + .rogue_score_reward_info = fd(13, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetRogueAeonInfoCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetRogueAeonInfoScRsp = struct { + BELOFMFHFDK: ArrayList(EACOFHBFMLB), + retcode: u32 = 0, + + pub const _desc_table = .{ + .BELOFMFHFDK = fd(7, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FinishAeonDialogueGroupCsReq = struct { + aeon_id: u32 = 0, + + pub const _desc_table = .{ + .aeon_id = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FinishAeonDialogueGroupScRsp = struct { + retcode: u32 = 0, + rogue_aeon_info: ?EACOFHBFMLB = null, + reward: ?ItemList = null, + + pub const _desc_table = .{ + .retcode = fd(12, .{ .Varint = .Simple }), + .rogue_aeon_info = fd(13, .{ .SubMessage = {} }), + .reward = fd(5, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetRogueTalentInfoCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetRogueTalentInfoScRsp = struct { + talent_info_list: ?IMJMGEENCEH = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .talent_info_list = fd(7, .{ .SubMessage = {} }), + .retcode = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EnableRogueTalentCsReq = struct { + talent_id: u32 = 0, + + pub const _desc_table = .{ + .talent_id = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EnableRogueTalentScRsp = struct { + retcode: u32 = 0, + talent_info_list: ?IMJMGEENCEH = null, + + pub const _desc_table = .{ + .retcode = fd(13, .{ .Varint = .Simple }), + .talent_info_list = fd(8, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SyncRogueVirtualItemInfoScNotify = struct { + rogue_virtual_item_info: ?PBEKDHCLBFB = null, + + pub const _desc_table = .{ + .rogue_virtual_item_info = fd(1, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SyncRogueStatusScNotify = struct { + JIENHHAHFGI: bool = false, + status: EGPIMDADFDI = @enumFromInt(0), + + pub const _desc_table = .{ + .JIENHHAHFGI = fd(1, .{ .Varint = .Simple }), + .status = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SyncRogueRewardInfoScNotify = struct { + rogue_score_reward_info: ?HGHCOGEPIDM = null, + + pub const _desc_table = .{ + .rogue_score_reward_info = fd(13, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SyncRoguePickAvatarInfoScNotify = struct { + LGHCAHBBCAM: ArrayList(u32), + base_avatar_id_list: ArrayList(u32), + + pub const _desc_table = .{ + .LGHCAHBBCAM = fd(3, .{ .PackedList = .{ .Varint = .Simple } }), + .base_avatar_id_list = fd(10, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SyncRogueAeonScNotify = struct { + GCJOGFLGBBH: ?NIKKCCAKNNP = null, + + pub const _desc_table = .{ + .GCJOGFLGBBH = fd(13, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LLPNBNEJKII = struct { + Lineup: ?LineupInfo = null, + KEILFHHNLIH: ?RogueMapRotateInfo = null, + scene: ?SceneInfo = null, + + pub const _desc_table = .{ + .Lineup = fd(13, .{ .SubMessage = {} }), + .KEILFHHNLIH = fd(5, .{ .SubMessage = {} }), + .scene = fd(14, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueArcadeStartCsReq = struct { + room_id: u32 = 0, + base_avatar_id_list: ArrayList(u32), + + pub const _desc_table = .{ + .room_id = fd(15, .{ .Varint = .Simple }), + .base_avatar_id_list = fd(1, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueArcadeStartScRsp = struct { + room_id: u32 = 0, + LCOCLENJJAI: ?LLPNBNEJKII = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .room_id = fd(8, .{ .Varint = .Simple }), + .LCOCLENJJAI = fd(5, .{ .SubMessage = {} }), + .retcode = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueArcadeLeaveCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueArcadeLeaveScRsp = struct { + LCOCLENJJAI: ?LLPNBNEJKII = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .LCOCLENJJAI = fd(13, .{ .SubMessage = {} }), + .retcode = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueArcadeRestartCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueArcadeRestartScRsp = struct { + retcode: u32 = 0, + LCOCLENJJAI: ?LLPNBNEJKII = null, + + pub const _desc_table = .{ + .retcode = fd(13, .{ .Varint = .Simple }), + .LCOCLENJJAI = fd(14, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueArcadeGetInfoCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueArcadeGetInfoScRsp = struct { + room_id: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .room_id = fd(11, .{ .Varint = .Simple }), + .retcode = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FFAMNKOAIHF = struct { + MEIPGEMGACJ: u32 = 0, + buff_id: u32 = 0, + + pub const _desc_table = .{ + .MEIPGEMGACJ = fd(15, .{ .Varint = .Simple }), + .buff_id = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GCKBLHADLGN = struct { + buff_list: ArrayList(FFAMNKOAIHF), + + pub const _desc_table = .{ + .buff_list = fd(15, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ELHEAGHNNDM = struct { + IGCHBPAKBCB: u32 = 0, + CKKEKMJMABC: u32 = 0, + EKFLPNLAPDF: u32 = 0, + KKHDLJFOHKC: ArrayList(FFAMNKOAIHF), + DJFCKFEMGOJ: u32 = 0, + PDIHILCLENM: ArrayList(u32), + FPOELPFCNBI: ?ItemCostData = null, + PDAPEHEAMBM: u32 = 0, + CPIAAHJFIGL: ArrayList(u32), + EHPMCGOELGB: bool = false, + CMOGBLHAFHN: u32 = 0, + BHEIDPPFCKA: u32 = 0, + HHMABJDIMGM: NNIOHHMJGHG = @enumFromInt(0), + + pub const _desc_table = .{ + .IGCHBPAKBCB = fd(5, .{ .Varint = .Simple }), + .CKKEKMJMABC = fd(11, .{ .Varint = .Simple }), + .EKFLPNLAPDF = fd(3, .{ .Varint = .Simple }), + .KKHDLJFOHKC = fd(9, .{ .List = .{ .SubMessage = {} } }), + .DJFCKFEMGOJ = fd(15, .{ .Varint = .Simple }), + .PDIHILCLENM = fd(12, .{ .PackedList = .{ .Varint = .Simple } }), + .FPOELPFCNBI = fd(8, .{ .SubMessage = {} }), + .PDAPEHEAMBM = fd(6, .{ .Varint = .Simple }), + .CPIAAHJFIGL = fd(10, .{ .PackedList = .{ .Varint = .Simple } }), + .EHPMCGOELGB = fd(1, .{ .Varint = .Simple }), + .CMOGBLHAFHN = fd(14, .{ .Varint = .Simple }), + .BHEIDPPFCKA = fd(2, .{ .Varint = .Simple }), + .HHMABJDIMGM = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HKHFBELMDCG = struct { + DHMNNEMGFBL: u32 = 0, + + pub const _desc_table = .{ + .DHMNNEMGFBL = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HCAJJEFEIJD = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MMNDAJFIJOJ = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DJONNOPDJHH = struct { + NLNBNGIJAFI: ?ELHEAGHNNDM = null, + + pub const _desc_table = .{ + .NLNBNGIJAFI = fd(12, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KGLOJONKMKP = struct { + cost_data: ?ItemCostData = null, + buff_id: u32 = 0, + + pub const _desc_table = .{ + .cost_data = fd(11, .{ .SubMessage = {} }), + .buff_id = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const NGPIMHHELMM = struct { + DAKMMPKBMKO: ArrayList(KGLOJONKMKP), + + pub const _desc_table = .{ + .DAKMMPKBMKO = fd(15, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const INEMPCAKNNC = struct { + CLPLEFHHAFB: ArrayList(FFAMNKOAIHF), + IHGMPJNNMKI: ArrayList(FFAMNKOAIHF), + BILBOHBDBPN: u32 = 0, + + pub const _desc_table = .{ + .CLPLEFHHAFB = fd(13, .{ .List = .{ .SubMessage = {} } }), + .IHGMPJNNMKI = fd(6, .{ .List = .{ .SubMessage = {} } }), + .BILBOHBDBPN = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LEFCOMGMPCL = struct { + BILBOHBDBPN: u32 = 0, + IHGMPJNNMKI: ArrayList(FFAMNKOAIHF), + + pub const _desc_table = .{ + .BILBOHBDBPN = fd(12, .{ .Varint = .Simple }), + .IHGMPJNNMKI = fd(8, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PBMAKLNJEKO = struct { + LJEJKCCBCHA: u32 = 0, + + pub const _desc_table = .{ + .LJEJKCCBCHA = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FKDBIHNPCHE = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const IPGKAGFFBHF = struct { + DLFMGKPGMHL: ArrayList(FFAMNKOAIHF), + BILBOHBDBPN: u32 = 0, + + pub const _desc_table = .{ + .DLFMGKPGMHL = fd(3, .{ .List = .{ .SubMessage = {} } }), + .BILBOHBDBPN = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OKEFIDDNLKG = struct { + DHMNNEMGFBL: u32 = 0, + + pub const _desc_table = .{ + .DHMNNEMGFBL = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DLHPDALGDEH = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KBPMFKKNBJH = struct { + KKHDLJFOHKC: ArrayList(FFAMNKOAIHF), + BILBOHBDBPN: u32 = 0, + + pub const _desc_table = .{ + .KKHDLJFOHKC = fd(9, .{ .List = .{ .SubMessage = {} } }), + .BILBOHBDBPN = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BFBFMLBHGOH = struct { + DHMNNEMGFBL: u32 = 0, + + pub const _desc_table = .{ + .DHMNNEMGFBL = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OOPDMMNNKGI = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueBuffInfo = struct { + LCHKKHNGBGJ: ?GCKBLHADLGN = null, + + pub const _desc_table = .{ + .LCHKKHNGBGJ = fd(2, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GJOIBMFANHL = struct { + DEIDCHAMDBA: u32 = 0, + BLFAANHJPAD: u32 = 0, + GMAFEJEJBHO: ArrayList(GMAFEJEJBHOEntry), + cur_times: u32 = 0, + + pub const _desc_table = .{ + .DEIDCHAMDBA = fd(7, .{ .Varint = .Simple }), + .BLFAANHJPAD = fd(8, .{ .Varint = .Simple }), + .GMAFEJEJBHO = fd(15, .{ .List = .{ .SubMessage = {} } }), + .cur_times = fd(3, .{ .Varint = .Simple }), + }; + + pub const GMAFEJEJBHOEntry = struct { + key: u32 = 0, + value: u32 = 0, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LAJBHGHNBAC = struct { + BEMCEEDABFD: u32 = 0, + JALAMOPLDHO: ?GJOIBMFANHL = null, + GANHKLNPAPI: bool = false, + + pub const _desc_table = .{ + .BEMCEEDABFD = fd(12, .{ .Varint = .Simple }), + .JALAMOPLDHO = fd(1, .{ .SubMessage = {} }), + .GANHKLNPAPI = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const JPAJNJBEBFB = struct { + JIBDGCFCDIO: ?GJOIBMFANHL = null, + + pub const _desc_table = .{ + .JIBDGCFCDIO = fd(5, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GLIAIPCABIM = struct { + DEIDCHAMDBA: u32 = 0, + + pub const _desc_table = .{ + .DEIDCHAMDBA = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const IBIBPOOPDEN = struct { + JIBDGCFCDIO: ?GJOIBMFANHL = null, + LGJFNAIAGLD: u32 = 0, + FKPIHAAHHBI: u32 = 0, + + pub const _desc_table = .{ + .JIBDGCFCDIO = fd(11, .{ .SubMessage = {} }), + .LGJFNAIAGLD = fd(15, .{ .Varint = .Simple }), + .FKPIHAAHHBI = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MAAAAGPJJFE = struct { + JIBDGCFCDIO: ?GJOIBMFANHL = null, + + pub const _desc_table = .{ + .JIBDGCFCDIO = fd(9, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PBALOEJCGFN = struct { + BEMCEEDABFD: u32 = 0, + JALAMOPLDHO: ?GJOIBMFANHL = null, + + pub const _desc_table = .{ + .BEMCEEDABFD = fd(8, .{ .Varint = .Simple }), + .JALAMOPLDHO = fd(11, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HBLNHGANBAB = struct { + JIBDGCFCDIO: ?GJOIBMFANHL = null, + + pub const _desc_table = .{ + .JIBDGCFCDIO = fd(12, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AJPFPHKKLPG = struct { + CKGFONMAEKO: ArrayList(GJOIBMFANHL), + + pub const _desc_table = .{ + .CKGFONMAEKO = fd(11, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EBHGHGIIGOM = struct { + KOMJMFIKBAM: ArrayList(u32), + OOOECPAACCK: u32 = 0, + APIKLEGGDHM: bool = false, + JACIGHHGCGB: ArrayList(u32), + BMFCBCMCLAF: u32 = 0, + BILBOHBDBPN: u32 = 0, + + pub const _desc_table = .{ + .KOMJMFIKBAM = fd(5, .{ .PackedList = .{ .Varint = .Simple } }), + .OOOECPAACCK = fd(2, .{ .Varint = .Simple }), + .APIKLEGGDHM = fd(3, .{ .Varint = .Simple }), + .JACIGHHGCGB = fd(15, .{ .PackedList = .{ .Varint = .Simple } }), + .BMFCBCMCLAF = fd(7, .{ .Varint = .Simple }), + .BILBOHBDBPN = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MPPHHNAEEDK = struct { + CGHLHFNLADN: u32 = 0, + + pub const _desc_table = .{ + .CGHLHFNLADN = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CFFOCCHBAMH = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const JFPFDJPPOAG = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HONKBMJPJAA = struct { + CJENJIFEIDI: ?EBHGHGIIGOM = null, + + pub const _desc_table = .{ + .CJENJIFEIDI = fd(14, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ANMCAIMELCA = struct { + CMAGGNFDKAG: ArrayList(u32), + + pub const _desc_table = .{ + .CMAGGNFDKAG = fd(6, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GABBEHOIPJC = struct { + BILBOHBDBPN: u32 = 0, + DCJEGGJPCDF: ArrayList(u32), + + pub const _desc_table = .{ + .BILBOHBDBPN = fd(3, .{ .Varint = .Simple }), + .DCJEGGJPCDF = fd(4, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const NALELIGHDAA = struct { + ABMAMCFPCCI: u32 = 0, + + pub const _desc_table = .{ + .ABMAMCFPCCI = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PAOCONGELJK = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MLKICCAELKE = struct { + BILBOHBDBPN: u32 = 0, + ANBPNIHMKAH: ArrayList(u32), + + pub const _desc_table = .{ + .BILBOHBDBPN = fd(7, .{ .Varint = .Simple }), + .ANBPNIHMKAH = fd(13, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PKODMMPHIBC = struct { + JIBHLJNEICM: u32 = 0, + + pub const _desc_table = .{ + .JIBHLJNEICM = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BLFJBKBHJIL = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EAKECFAPPKD = struct { + BILBOHBDBPN: u32 = 0, + FIKENBEONDJ: ArrayList(u32), + + pub const _desc_table = .{ + .BILBOHBDBPN = fd(12, .{ .Varint = .Simple }), + .FIKENBEONDJ = fd(10, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const NHCKHPLKLIO = struct { + IBEMOJGALLK: u32 = 0, + + pub const _desc_table = .{ + .IBEMOJGALLK = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OMJFMBJMFMC = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ELDAFCNMFBF = struct { + BILBOHBDBPN: u32 = 0, + MDPDADOOOBN: ArrayList(u32), + + pub const _desc_table = .{ + .BILBOHBDBPN = fd(1, .{ .Varint = .Simple }), + .MDPDADOOOBN = fd(5, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LHJPIKEKPGH = struct { + GAKJOLGDBBD: u32 = 0, + + pub const _desc_table = .{ + .GAKJOLGDBBD = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MOIKNHHCABH = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LCAGIOOIIDN = struct { + JLHFOJODOKG: ArrayList(u32), + BILBOHBDBPN: u32 = 0, + + pub const _desc_table = .{ + .JLHFOJODOKG = fd(14, .{ .PackedList = .{ .Varint = .Simple } }), + .BILBOHBDBPN = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const IMCBIIGOKPM = struct { + CGHLHFNLADN: u32 = 0, + + pub const _desc_table = .{ + .CGHLHFNLADN = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FHIKPLAIOEI = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OFPEKNMFMAB = struct { + BILBOHBDBPN: u32 = 0, + JLHFOJODOKG: ArrayList(u32), + + pub const _desc_table = .{ + .BILBOHBDBPN = fd(12, .{ .Varint = .Simple }), + .JLHFOJODOKG = fd(14, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LKMKHACMAPC = struct { + CGHLHFNLADN: u32 = 0, + + pub const _desc_table = .{ + .CGHLHFNLADN = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const NOCOCFHOAJC = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const IMLBIBJKPDB = struct { + EIDNIGDDOHP: u32 = 0, + + pub const _desc_table = .{ + .EIDNIGDDOHP = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const JCAHMIOOLDB = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChessRogueMiracleInfo = struct { + JLNILIJOMEM: ?AJPFPHKKLPG = null, + + pub const _desc_table = .{ + .JLNILIJOMEM = fd(4, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DLCJMOHOBDH = struct { + IMOICEEBDCO: ArrayList(u32), + + pub const _desc_table = .{ + .IMOICEEBDCO = fd(15, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueVirtualItem = struct { + DAFALAOAOOI: u32 = 0, + AMNKMBMHKDF: u32 = 0, + BPJOAPFAFKK: u32 = 0, + MNKENIAMHDD: u32 = 0, + + pub const _desc_table = .{ + .DAFALAOAOOI = fd(9, .{ .Varint = .Simple }), + .AMNKMBMHKDF = fd(1, .{ .Varint = .Simple }), + .BPJOAPFAFKK = fd(7, .{ .Varint = .Simple }), + .MNKENIAMHDD = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KILDAMJJLMF = struct { + FGMGPLJCKPC: u32 = 0, + Num: u32 = 0, + + pub const _desc_table = .{ + .FGMGPLJCKPC = fd(9, .{ .Varint = .Simple }), + .Num = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MDGJIKLJDDE = struct { + avatar_id: u32 = 0, + avatar_type: AvatarType = @enumFromInt(0), + + pub const _desc_table = .{ + .avatar_id = fd(6, .{ .Varint = .Simple }), + .avatar_type = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueSyncContextBoardEvent = struct { + modifier_effect_type: u32 = 0, + board_event_id: u32 = 0, + + pub const _desc_table = .{ + .modifier_effect_type = fd(8, .{ .Varint = .Simple }), + .board_event_id = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CFELLCPMONH = struct { + item_list: ?ItemList = null, + + pub const _desc_table = .{ + .item_list = fd(8, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OIAOLBGOAAG = struct { + NOAEDNNIBAF: ?RogueSyncContextBoardEvent = null, + HHPHLEGCLDM: ?CFELLCPMONH = null, + + pub const _desc_table = .{ + .NOAEDNNIBAF = fd(4, .{ .SubMessage = {} }), + .HHPHLEGCLDM = fd(13, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AHCCDBFMNDI = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AOKIJGCOAPD = struct { + count: i32 = 0, + + pub const _desc_table = .{ + .count = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CIHFCLEAKIJ = struct { + DEIDCHAMDBA: u32 = 0, + + pub const _desc_table = .{ + .DEIDCHAMDBA = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EKELNNLPLOD = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueAdventureRoomGameplayWolfGunTarget = struct { + target_impl: ?target_impl_union, + + pub const _target_impl_case = enum { + target_coin, + target_none, + target_ruanmei, + target_miracle, + }; + pub const target_impl_union = union(_target_impl_case) { + target_coin: AOKIJGCOAPD, + target_none: AHCCDBFMNDI, + target_ruanmei: EKELNNLPLOD, + target_miracle: CIHFCLEAKIJ, + pub const _union_desc = .{ + .target_coin = fd(2, .{ .SubMessage = {} }), + .target_none = fd(7, .{ .SubMessage = {} }), + .target_ruanmei = fd(12, .{ .SubMessage = {} }), + .target_miracle = fd(14, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .target_impl = fd(null, .{ .OneOf = target_impl_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CKJCFDJKDFG = struct { + battle_target_list: ArrayList(RogueAdventureRoomGameplayWolfGunTarget), + DHPABBNJOLI: u32 = 0, + + pub const _desc_table = .{ + .battle_target_list = fd(2, .{ .List = .{ .SubMessage = {} } }), + .DHPABBNJOLI = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FHEPDKKHFCF = struct { + LACHNCFKAKO: ?CKJCFDJKDFG = null, + + pub const _desc_table = .{ + .LACHNCFKAKO = fd(14, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CNCAJKHCCEC = struct { + BLNDMFGKPMJ: ?FHEPDKKHFCF = null, + BDEBMBGFFKA: f64 = 0, + status: u32 = 0, + MCMCLAFDLDC: u32 = 0, + score_id: u32 = 0, + DPMLEIPAOIL: u32 = 0, + + pub const _desc_table = .{ + .BLNDMFGKPMJ = fd(5, .{ .SubMessage = {} }), + .BDEBMBGFFKA = fd(11, .{ .FixedInt = .I64 }), + .status = fd(14, .{ .Varint = .Simple }), + .MCMCLAFDLDC = fd(4, .{ .Varint = .Simple }), + .score_id = fd(10, .{ .Varint = .Simple }), + .DPMLEIPAOIL = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SyncRogueAdventureRoomInfoScNotify = struct { + CDLAKDMEJLG: ?CNCAJKHCCEC = null, + + pub const _desc_table = .{ + .CDLAKDMEJLG = fd(5, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PrepareRogueAdventureRoomCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PrepareRogueAdventureRoomScRsp = struct { + retcode: u32 = 0, + CDLAKDMEJLG: ?CNCAJKHCCEC = null, + + pub const _desc_table = .{ + .retcode = fd(15, .{ .Varint = .Simple }), + .CDLAKDMEJLG = fd(13, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const StopRogueAdventureRoomCsReq = struct { + MMHMDHIHCAB: u32 = 0, + IPOGACCFMOL: ArrayList(u32), + + pub const _desc_table = .{ + .MMHMDHIHCAB = fd(3, .{ .Varint = .Simple }), + .IPOGACCFMOL = fd(7, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const StopRogueAdventureRoomScRsp = struct { + retcode: u32 = 0, + CDLAKDMEJLG: ?CNCAJKHCCEC = null, + + pub const _desc_table = .{ + .retcode = fd(2, .{ .Varint = .Simple }), + .CDLAKDMEJLG = fd(8, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetRogueAdventureRoomInfoCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetRogueAdventureRoomInfoScRsp = struct { + retcode: u32 = 0, + CDLAKDMEJLG: ?CNCAJKHCCEC = null, + + pub const _desc_table = .{ + .retcode = fd(12, .{ .Varint = .Simple }), + .CDLAKDMEJLG = fd(10, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const UpdateRogueAdventureRoomScoreCsReq = struct { + score_id: u32 = 0, + HMFFHGBKOGL: u32 = 0, + + pub const _desc_table = .{ + .score_id = fd(14, .{ .Varint = .Simple }), + .HMFFHGBKOGL = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const UpdateRogueAdventureRoomScoreScRsp = struct { + retcode: u32 = 0, + CDLAKDMEJLG: ?CNCAJKHCCEC = null, + + pub const _desc_table = .{ + .retcode = fd(7, .{ .Varint = .Simple }), + .CDLAKDMEJLG = fd(3, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AHCLNMJPMIJ = struct { + NBLFFDIPBHI: ?ItemCostData = null, + DEIDCHAMDBA: u32 = 0, + cost_data: ?ItemCostData = null, + BPHCBOHKHMD: bool = false, + POAPEGKPFOB: bool = false, + + pub const _desc_table = .{ + .NBLFFDIPBHI = fd(7, .{ .SubMessage = {} }), + .DEIDCHAMDBA = fd(15, .{ .Varint = .Simple }), + .cost_data = fd(2, .{ .SubMessage = {} }), + .BPHCBOHKHMD = fd(3, .{ .Varint = .Simple }), + .POAPEGKPFOB = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MGKFKECFHHM = struct { + BPHCBOHKHMD: bool = false, + cost_data: ?ItemCostData = null, + LEAAEBAFCHP: u32 = 0, + NBLFFDIPBHI: ?ItemCostData = null, + buff_id: u32 = 0, + POAPEGKPFOB: bool = false, + + pub const _desc_table = .{ + .BPHCBOHKHMD = fd(12, .{ .Varint = .Simple }), + .cost_data = fd(1, .{ .SubMessage = {} }), + .LEAAEBAFCHP = fd(8, .{ .Varint = .Simple }), + .NBLFFDIPBHI = fd(6, .{ .SubMessage = {} }), + .buff_id = fd(2, .{ .Varint = .Simple }), + .POAPEGKPFOB = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const IILHOAKJDNH = struct { + BPHCBOHKHMD: bool = false, + cost_data: ?ItemCostData = null, + AMBDKDAMHLH: u32 = 0, + POAPEGKPFOB: bool = false, + NBLFFDIPBHI: ?ItemCostData = null, + + pub const _desc_table = .{ + .BPHCBOHKHMD = fd(5, .{ .Varint = .Simple }), + .cost_data = fd(1, .{ .SubMessage = {} }), + .AMBDKDAMHLH = fd(4, .{ .Varint = .Simple }), + .POAPEGKPFOB = fd(15, .{ .Varint = .Simple }), + .NBLFFDIPBHI = fd(8, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const NNJOLKJLPJG = struct { + CKGFONMAEKO: ArrayList(AHCLNMJPMIJ), + + pub const _desc_table = .{ + .CKGFONMAEKO = fd(3, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ANJDKFJOEEI = struct { + buff_list: ArrayList(MGKFKECFHHM), + + pub const _desc_table = .{ + .buff_list = fd(14, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GLPPDLECCLI = struct { + OMFDHFGBGAA: ArrayList(IILHOAKJDNH), + + pub const _desc_table = .{ + .OMFDHFGBGAA = fd(10, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetRogueShopBuffInfoCsReq = struct { + interacted_prop_entity_id: u32 = 0, + HMILGHCPEDE: bool = false, + + pub const _desc_table = .{ + .interacted_prop_entity_id = fd(12, .{ .Varint = .Simple }), + .HMILGHCPEDE = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetRogueShopBuffInfoScRsp = struct { + IHJHCCFMIFD: ?ItemCostData = null, + EFOJOCFGIDJ: i32 = 0, + rogue_buff_info: ?ANJDKFJOEEI = null, + retcode: u32 = 0, + AEFHKANBFNC: i32 = 0, + + pub const _desc_table = .{ + .IHJHCCFMIFD = fd(1, .{ .SubMessage = {} }), + .EFOJOCFGIDJ = fd(15, .{ .Varint = .Simple }), + .rogue_buff_info = fd(3, .{ .SubMessage = {} }), + .retcode = fd(6, .{ .Varint = .Simple }), + .AEFHKANBFNC = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetRogueShopMiracleInfoCsReq = struct { + interacted_prop_entity_id: u32 = 0, + HMILGHCPEDE: bool = false, + + pub const _desc_table = .{ + .interacted_prop_entity_id = fd(5, .{ .Varint = .Simple }), + .HMILGHCPEDE = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetRogueShopMiracleInfoScRsp = struct { + IHJHCCFMIFD: ?ItemCostData = null, + EFOJOCFGIDJ: i32 = 0, + AEFHKANBFNC: i32 = 0, + retcode: u32 = 0, + game_miracle_info: ?NNJOLKJLPJG = null, + + pub const _desc_table = .{ + .IHJHCCFMIFD = fd(13, .{ .SubMessage = {} }), + .EFOJOCFGIDJ = fd(12, .{ .Varint = .Simple }), + .AEFHKANBFNC = fd(7, .{ .Varint = .Simple }), + .retcode = fd(15, .{ .Varint = .Simple }), + .game_miracle_info = fd(8, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetRogueShopFormulaInfoCsReq = struct { + HMILGHCPEDE: bool = false, + interacted_prop_entity_id: u32 = 0, + + pub const _desc_table = .{ + .HMILGHCPEDE = fd(8, .{ .Varint = .Simple }), + .interacted_prop_entity_id = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetRogueShopFormulaInfoScRsp = struct { + CKAANMDDKCJ: ?GLPPDLECCLI = null, + retcode: u32 = 0, + AEFHKANBFNC: i32 = 0, + IHJHCCFMIFD: ?ItemCostData = null, + EFOJOCFGIDJ: i32 = 0, + + pub const _desc_table = .{ + .CKAANMDDKCJ = fd(8, .{ .SubMessage = {} }), + .retcode = fd(15, .{ .Varint = .Simple }), + .AEFHKANBFNC = fd(6, .{ .Varint = .Simple }), + .IHJHCCFMIFD = fd(1, .{ .SubMessage = {} }), + .EFOJOCFGIDJ = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BuyRogueShopFormulaCsReq = struct { + interacted_prop_entity_id: u32 = 0, + DEIDCHAMDBA: u32 = 0, + + pub const _desc_table = .{ + .interacted_prop_entity_id = fd(9, .{ .Varint = .Simple }), + .DEIDCHAMDBA = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BuyRogueShopBuffCsReq = struct { + interacted_prop_entity_id: u32 = 0, + buff_id_list: ArrayList(u32), + + pub const _desc_table = .{ + .interacted_prop_entity_id = fd(2, .{ .Varint = .Simple }), + .buff_id_list = fd(10, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BuyRogueShopMiracleCsReq = struct { + AOIIHCFMFPH: ArrayList(u32), + interacted_prop_entity_id: u32 = 0, + + pub const _desc_table = .{ + .AOIIHCFMFPH = fd(8, .{ .PackedList = .{ .Varint = .Simple } }), + .interacted_prop_entity_id = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BuyRogueShopMiracleScRsp = struct { + game_miracle_info: ?NNJOLKJLPJG = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .game_miracle_info = fd(5, .{ .SubMessage = {} }), + .retcode = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BuyRogueShopBuffScRsp = struct { + rogue_buff_info: ?ANJDKFJOEEI = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .rogue_buff_info = fd(1, .{ .SubMessage = {} }), + .retcode = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BuyRogueShopFormulaScRsp = struct { + CKAANMDDKCJ: ?GLPPDLECCLI = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .CKAANMDDKCJ = fd(9, .{ .SubMessage = {} }), + .retcode = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueNpcDisappearCsReq = struct { + ICINGGKOEMG: u32 = 0, + + pub const _desc_table = .{ + .ICINGGKOEMG = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueNpcDisappearScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueShopBeginBattleCsReq = struct { + interacted_prop_entity_id: u32 = 0, + + pub const _desc_table = .{ + .interacted_prop_entity_id = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueShopBeginBattleScRsp = struct { + retcode: u32 = 0, + NOPHEEHJHEK: ?SceneBattleInfo = null, + + pub const _desc_table = .{ + .retcode = fd(13, .{ .Varint = .Simple }), + .NOPHEEHJHEK = fd(3, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SyncRogueCommonActionResultScNotify = struct { + rogue_sub_mode: u32 = 0, + FLBMHLPHFND: ArrayList(DGNDDJGNJLB), + FGMGPLJCKPC: NEMKLKDBEAP = @enumFromInt(0), + + pub const _desc_table = .{ + .rogue_sub_mode = fd(13, .{ .Varint = .Simple }), + .FLBMHLPHFND = fd(11, .{ .List = .{ .SubMessage = {} } }), + .FGMGPLJCKPC = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DGNDDJGNJLB = struct { + source: CFJGPIFIOOL = @enumFromInt(0), + PBHMGCHKJGO: ?PNIEACEIJKM = null, + + pub const _desc_table = .{ + .source = fd(15, .{ .Varint = .Simple }), + .PBHMGCHKJGO = fd(5, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AENOCKPNFCI = struct { + JPCLLFAIEEC: i32 = 0, + key: u32 = 0, + + pub const _desc_table = .{ + .JPCLLFAIEEC = fd(6, .{ .Varint = .Simple }), + .key = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MLPKNLLAOIF = struct { + EEGCBBHOPHG: i32 = 0, + JPNFBFKHPGD: u32 = 0, + CFCLOGFJPBD: i32 = 0, + + pub const _desc_table = .{ + .EEGCBBHOPHG = fd(9, .{ .Varint = .Simple }), + .JPNFBFKHPGD = fd(1, .{ .Varint = .Simple }), + .CFCLOGFJPBD = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const NHEHPGONEPK = struct { + KOKIIFCMOGL: ArrayList(AENOCKPNFCI), + AMBDKDAMHLH: u32 = 0, + EEEIONCCING: bool = false, + + pub const _desc_table = .{ + .KOKIIFCMOGL = fd(1, .{ .List = .{ .SubMessage = {} } }), + .AMBDKDAMHLH = fd(7, .{ .Varint = .Simple }), + .EEEIONCCING = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FCKNNIEAOHI = struct { + NADOCCEPHJO: ArrayList(NADOCCEPHJOEntry), + + pub const _desc_table = .{ + .NADOCCEPHJO = fd(9, .{ .List = .{ .SubMessage = {} } }), + }; + + pub const NADOCCEPHJOEntry = struct { + key: u32 = 0, + value: i32 = 0, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DBNDIAGBMJI = struct { + GEPENPIDKIJ: ?NHEHPGONEPK = null, + + pub const _desc_table = .{ + .GEPENPIDKIJ = fd(2, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CDNEJCEKNLF = struct { + GEPENPIDKIJ: ?NHEHPGONEPK = null, + + pub const _desc_table = .{ + .GEPENPIDKIJ = fd(8, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DCGJLCPCLBL = struct { + GEPENPIDKIJ: ?NHEHPGONEPK = null, + + pub const _desc_table = .{ + .GEPENPIDKIJ = fd(8, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MJCOPBFEJJI = struct { + GEPENPIDKIJ: ?NHEHPGONEPK = null, + + pub const _desc_table = .{ + .GEPENPIDKIJ = fd(10, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FIPFPHBPHLH = struct { + ILBKMNAJGMO: ArrayList(MLPKNLLAOIF), + + pub const _desc_table = .{ + .ILBKMNAJGMO = fd(2, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LBKKDLHOEGN = struct { + value: ?FCKNNIEAOHI = null, + + pub const _desc_table = .{ + .value = fd(10, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KAAJBAOAKBO = struct { + OMFDHFGBGAA: ArrayList(NHEHPGONEPK), + DLMHAECABOD: ?FCKNNIEAOHI = null, + ILBKMNAJGMO: ArrayList(MLPKNLLAOIF), + + pub const _desc_table = .{ + .OMFDHFGBGAA = fd(9, .{ .List = .{ .SubMessage = {} } }), + .DLMHAECABOD = fd(7, .{ .SubMessage = {} }), + .ILBKMNAJGMO = fd(2, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GOEEKPLLCBJ = struct { + BHAPDMJCKLB: u32 = 0, + + pub const _desc_table = .{ + .BHAPDMJCKLB = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DFLKELGHOOK = struct { + BHAPDMJCKLB: u32 = 0, + + pub const _desc_table = .{ + .BHAPDMJCKLB = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FBNJOFCEMIL = struct { + NFNMBGBOCCL: ArrayList(NFNMBGBOCCLEntry), + + pub const _desc_table = .{ + .NFNMBGBOCCL = fd(3, .{ .List = .{ .SubMessage = {} } }), + }; + + pub const NFNMBGBOCCLEntry = struct { + key: u32 = 0, + value: bool = false, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PNIEACEIJKM = struct { + IEICDGGELNE: ?IEICDGGELNE_union, + + pub const _IEICDGGELNE_case = enum { + INDNBEDJNCO, + IEEJCHFEPHA, + BMDJOPGHLCA, + APFMFBBDCJK, + JCDMGFPMIAM, + OMPBJJOHPOO, + CJOHMIPJHNM, + KAIFNDMJJMK, + BBLGEEMHIIM, + DMKGEBHPIPJ, + IOMJMEAOMFI, + NOENHHILNAH, + KBHPFADBDOH, + APGCCJFBDLH, + KPBMFKPCBMA, + MIBOBJIDCAD, + JFPMGOJDKMD, + AIDOJPOLNON, + EDBPEHABHBI, + MANFKMDDPEG, + BEHLMOKIAFL, + KPBJIPGEJPL, + AOIBHCMANFK, + JGDAEBNEFKA, + KAAILMGCHOK, + JBLKICBNMHL, + PIOFBMMEGHB, + PKNGAIJMDAO, + FBNFLJKLJGC, + }; + pub const IEICDGGELNE_union = union(_IEICDGGELNE_case) { + INDNBEDJNCO: KILDAMJJLMF, + IEEJCHFEPHA: KILDAMJJLMF, + BMDJOPGHLCA: MAAAAGPJJFE, + APFMFBBDCJK: IBIBPOOPDEN, + JCDMGFPMIAM: JFGFLGBLCAJ, + OMPBJJOHPOO: PBALOEJCGFN, + CJOHMIPJHNM: LNAMGOMHGJB, + KAIFNDMJJMK: DFLKELGHOOK, + BBLGEEMHIIM: MDGJIKLJDDE, + DMKGEBHPIPJ: FIPFPHBPHLH, + IOMJMEAOMFI: HBLNHGANBAB, + NOENHHILNAH: FFAMNKOAIHF, + KBHPFADBDOH: JPAJNJBEBFB, + APGCCJFBDLH: CDNEJCEKNLF, + KPBMFKPCBMA: LBKKDLHOEGN, + MIBOBJIDCAD: HOBKEOICBMI, + JFPMGOJDKMD: DCGJLCPCLBL, + AIDOJPOLNON: KNJAEACKJIB, + EDBPEHABHBI: LNAMGOMHGJB, + MANFKMDDPEG: DBNDIAGBMJI, + BEHLMOKIAFL: GOEEKPLLCBJ, + KPBJIPGEJPL: FFAMNKOAIHF, + AOIBHCMANFK: JBIHOCIOANH, + JGDAEBNEFKA: JFGFLGBLCAJ, + KAAILMGCHOK: AEFFJLGFAMH, + JBLKICBNMHL: LHPDOLPKFEO, + PIOFBMMEGHB: JFGFLGBLCAJ, + PKNGAIJMDAO: MJCOPBFEJJI, + FBNFLJKLJGC: GLIAIPCABIM, + pub const _union_desc = .{ + .INDNBEDJNCO = fd(8, .{ .SubMessage = {} }), + .IEEJCHFEPHA = fd(11, .{ .SubMessage = {} }), + .BMDJOPGHLCA = fd(278, .{ .SubMessage = {} }), + .APFMFBBDCJK = fd(348, .{ .SubMessage = {} }), + .JCDMGFPMIAM = fd(408, .{ .SubMessage = {} }), + .OMPBJJOHPOO = fd(495, .{ .SubMessage = {} }), + .CJOHMIPJHNM = fd(574, .{ .SubMessage = {} }), + .KAIFNDMJJMK = fd(721, .{ .SubMessage = {} }), + .BBLGEEMHIIM = fd(769, .{ .SubMessage = {} }), + .DMKGEBHPIPJ = fd(780, .{ .SubMessage = {} }), + .IOMJMEAOMFI = fd(793, .{ .SubMessage = {} }), + .NOENHHILNAH = fd(871, .{ .SubMessage = {} }), + .KBHPFADBDOH = fd(905, .{ .SubMessage = {} }), + .APGCCJFBDLH = fd(1069, .{ .SubMessage = {} }), + .KPBMFKPCBMA = fd(1270, .{ .SubMessage = {} }), + .MIBOBJIDCAD = fd(1282, .{ .SubMessage = {} }), + .JFPMGOJDKMD = fd(1308, .{ .SubMessage = {} }), + .AIDOJPOLNON = fd(1410, .{ .SubMessage = {} }), + .EDBPEHABHBI = fd(1453, .{ .SubMessage = {} }), + .MANFKMDDPEG = fd(1481, .{ .SubMessage = {} }), + .BEHLMOKIAFL = fd(1505, .{ .SubMessage = {} }), + .KPBJIPGEJPL = fd(1578, .{ .SubMessage = {} }), + .AOIBHCMANFK = fd(1593, .{ .SubMessage = {} }), + .JGDAEBNEFKA = fd(1610, .{ .SubMessage = {} }), + .KAAILMGCHOK = fd(1762, .{ .SubMessage = {} }), + .JBLKICBNMHL = fd(1820, .{ .SubMessage = {} }), + .PIOFBMMEGHB = fd(1925, .{ .SubMessage = {} }), + .PKNGAIJMDAO = fd(1955, .{ .SubMessage = {} }), + .FBNFLJKLJGC = fd(2004, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .IEICDGGELNE = fd(null, .{ .OneOf = IEICDGGELNE_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LOJDFDJGODA = struct { + HABOHEJFCKE: ArrayList(u32), + BILBOHBDBPN: u32 = 0, + EHPMCGOELGB: bool = false, + KEMEOOJKOIB: u32 = 0, + KIDAAOBHLPD: ?ItemCostData = null, + JCOGGOBKBPJ: u32 = 0, + ACBGGDLENHP: u32 = 0, + AHCGPCCOOFO: ArrayList(u32), + + pub const _desc_table = .{ + .HABOHEJFCKE = fd(5, .{ .PackedList = .{ .Varint = .Simple } }), + .BILBOHBDBPN = fd(13, .{ .Varint = .Simple }), + .EHPMCGOELGB = fd(10, .{ .Varint = .Simple }), + .KEMEOOJKOIB = fd(2, .{ .Varint = .Simple }), + .KIDAAOBHLPD = fd(3, .{ .SubMessage = {} }), + .JCOGGOBKBPJ = fd(7, .{ .Varint = .Simple }), + .ACBGGDLENHP = fd(9, .{ .Varint = .Simple }), + .AHCGPCCOOFO = fd(12, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const NOLCMKCNEAF = struct { + OAMBGHFHFMO: u32 = 0, + + pub const _desc_table = .{ + .OAMBGHFHFMO = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PLCGKIEIEGD = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FHMAIANENPO = struct { + LALDACMCHFI: ArrayList(u32), + BILBOHBDBPN: u32 = 0, + + pub const _desc_table = .{ + .LALDACMCHFI = fd(10, .{ .PackedList = .{ .Varint = .Simple } }), + .BILBOHBDBPN = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ONOOFHDEIDD = struct { + OAMBGHFHFMO: u32 = 0, + + pub const _desc_table = .{ + .OAMBGHFHFMO = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HKJEGONGJNP = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KHGCDEIMLHN = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EHEFOMMBNAF = struct { + BJEHOAFBHBE: ?LOJDFDJGODA = null, + + pub const _desc_table = .{ + .BJEHOAFBHBE = fd(5, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BPDDOBAHPNA = struct { + BJEHOAFBHBE: ?LOJDFDJGODA = null, + + pub const _desc_table = .{ + .BJEHOAFBHBE = fd(7, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EKMAHAFGNGJ = struct { + OAMBGHFHFMO: u32 = 0, + + pub const _desc_table = .{ + .OAMBGHFHFMO = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HBIBLKKEOAC = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LGCMEEPJMHA = struct { + IDIGNADNDNF: u32 = 0, + + pub const _desc_table = .{ + .IDIGNADNDNF = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KOEGFFOMKIP = struct { + slot: u32 = 0, + type: u32 = 0, + ELPINNNALBD: u32 = 0, + + pub const _desc_table = .{ + .slot = fd(6, .{ .Varint = .Simple }), + .type = fd(5, .{ .Varint = .Simple }), + .ELPINNNALBD = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const INPINNPIHOB = struct { + scepter_id: u32 = 0, + level: u32 = 0, + + pub const _desc_table = .{ + .scepter_id = fd(7, .{ .Varint = .Simple }), + .level = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const JBIHOCIOANH = struct { + EEPOJGNFLPA: ArrayList(EEPOJGNFLPAEntry), + FPGEFHENCCF: ArrayList(KOEGFFOMKIP), + PLMKMOPCDLM: ArrayList(OBIPOOLIDAL), + modifier_Content: ?INPINNPIHOB = null, + + pub const _desc_table = .{ + .EEPOJGNFLPA = fd(3, .{ .List = .{ .SubMessage = {} } }), + .FPGEFHENCCF = fd(5, .{ .List = .{ .SubMessage = {} } }), + .PLMKMOPCDLM = fd(11, .{ .List = .{ .SubMessage = {} } }), + .modifier_Content = fd(1, .{ .SubMessage = {} }), + }; + + pub const EEPOJGNFLPAEntry = struct { + key: u32 = 0, + value: u32 = 0, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OBIPOOLIDAL = struct { + magic_unit_id: u32 = 0, + level: u32 = 0, + + pub const _desc_table = .{ + .magic_unit_id = fd(14, .{ .Varint = .Simple }), + .level = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const JFGFLGBLCAJ = struct { + unique_id: u32 = 0, + LCBECPOOGCL: ?OBIPOOLIDAL = null, + + pub const _desc_table = .{ + .unique_id = fd(13, .{ .Varint = .Simple }), + .LCBECPOOGCL = fd(4, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KNJAEACKJIB = struct { + CLMFNAHFNLL: ?JBIHOCIOANH = null, + + pub const _desc_table = .{ + .CLMFNAHFNLL = fd(2, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LHPDOLPKFEO = struct { + CLMFNAHFNLL: ?JBIHOCIOANH = null, + + pub const _desc_table = .{ + .CLMFNAHFNLL = fd(4, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AEFFJLGFAMH = struct { + CLMFNAHFNLL: ?JBIHOCIOANH = null, + + pub const _desc_table = .{ + .CLMFNAHFNLL = fd(4, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OKECOPGKLEE = struct { + PMGJICCHHDL: ?JFGFLGBLCAJ = null, + + pub const _desc_table = .{ + .PMGJICCHHDL = fd(13, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PGAKDEJBOHF = struct { + JFPJBBJLIFK: ?JFGFLGBLCAJ = null, + + pub const _desc_table = .{ + .JFPJBBJLIFK = fd(8, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OEDOAOGAKPP = struct { + IGCHBPAKBCB: u32 = 0, + CKKEKMJMABC: u32 = 0, + GIGIBIPGPFC: ArrayList(OBIPOOLIDAL), + BILBOHBDBPN: u32 = 0, + FGDJAMHOKIF: ?OBIPOOLIDAL = null, + + pub const _desc_table = .{ + .IGCHBPAKBCB = fd(1, .{ .Varint = .Simple }), + .CKKEKMJMABC = fd(9, .{ .Varint = .Simple }), + .GIGIBIPGPFC = fd(4, .{ .List = .{ .SubMessage = {} } }), + .BILBOHBDBPN = fd(12, .{ .Varint = .Simple }), + .FGDJAMHOKIF = fd(8, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KKAGNMEMKOG = struct { + GIGIBIPGPFC: ArrayList(JFGFLGBLCAJ), + BILBOHBDBPN: u32 = 0, + + pub const _desc_table = .{ + .GIGIBIPGPFC = fd(6, .{ .List = .{ .SubMessage = {} } }), + .BILBOHBDBPN = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HHHCPCOFPPO = struct { + POBKDOIGDAB: ?OBIPOOLIDAL = null, + + pub const _desc_table = .{ + .POBKDOIGDAB = fd(13, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const IIPEGHDKHGD = struct { + POBKDOIGDAB: ?JFGFLGBLCAJ = null, + + pub const _desc_table = .{ + .POBKDOIGDAB = fd(15, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MHIJOCJHONG = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ABPNCPOIJCI = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const IMNNNJGGPAG = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const IMDHPDBHEBC = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HOBKEOICBMI = struct { + HKKLPLDNPKD: ArrayList(u32), + EOCIPKGJFOP: ?JFGFLGBLCAJ = null, + + pub const _desc_table = .{ + .HKKLPLDNPKD = fd(11, .{ .PackedList = .{ .Varint = .Simple } }), + .EOCIPKGJFOP = fd(7, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FLNAGDEOOPG = struct { + BILBOHBDBPN: u32 = 0, + CHPKDJNHPFO: ArrayList(INPINNPIHOB), + + pub const _desc_table = .{ + .BILBOHBDBPN = fd(10, .{ .Varint = .Simple }), + .CHPKDJNHPFO = fd(11, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AHKFIAKMKLO = struct { + ABBMHPKGAIK: bool = false, + OBFPAIAMIJL: ?INPINNPIHOB = null, + + pub const _desc_table = .{ + .ABBMHPKGAIK = fd(8, .{ .Varint = .Simple }), + .OBFPAIAMIJL = fd(11, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BLEDOJDGLAA = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const IKCNDLJLAPP = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const JKHKEBMOBEJ = struct { + JBJGGNBJKDJ: ?INPINNPIHOB = null, + + pub const _desc_table = .{ + .JBJGGNBJKDJ = fd(8, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const JCDLJBPHOMD = struct { + BLCILJENELO: bool = false, + GHELBOBFPAM: ?INPINNPIHOB = null, + + pub const _desc_table = .{ + .BLCILJENELO = fd(7, .{ .Varint = .Simple }), + .GHELBOBFPAM = fd(4, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LGPGCJDOIBK = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LNAMGOMHGJB = struct { + IBOEKJBOMOG: u32 = 0, + + pub const _desc_table = .{ + .IBOEKJBOMOG = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CGJNHNMAMDH = struct { + KDAOIMPPPKI: ArrayList(u32), + JMCEMBEHCOJ: i32 = 0, + LDFGIFDFPCF: u32 = 0, + + pub const _desc_table = .{ + .KDAOIMPPPKI = fd(1, .{ .PackedList = .{ .Varint = .Simple } }), + .JMCEMBEHCOJ = fd(11, .{ .Varint = .Simple }), + .LDFGIFDFPCF = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CGGBPJICHGF = struct { + NCLAEHAIJJB: u32 = 0, + OBIEDGMEBDL: NDKLJJIIMGM = @enumFromInt(0), + GMILNGGHEDC: u32 = 0, + GBOOALMIKOB: ArrayList(u32), + BILBOHBDBPN: u32 = 0, + OFBMPOJPDOJ: u32 = 0, + + pub const _desc_table = .{ + .NCLAEHAIJJB = fd(5, .{ .Varint = .Simple }), + .OBIEDGMEBDL = fd(4, .{ .Varint = .Simple }), + .GMILNGGHEDC = fd(10, .{ .Varint = .Simple }), + .GBOOALMIKOB = fd(1, .{ .PackedList = .{ .Varint = .Simple } }), + .BILBOHBDBPN = fd(9, .{ .Varint = .Simple }), + .OFBMPOJPDOJ = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HAOJLHGNFPM = struct { + JMEHMHKBJAH: u32 = 0, + + pub const _desc_table = .{ + .JMEHMHKBJAH = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BLJOGGMJBMD = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OOPINHFMECE = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ONPNBIOMMGB = struct { + NIFJFLDKIKK: ?CGGBPJICHGF = null, + + pub const _desc_table = .{ + .NIFJFLDKIKK = fd(11, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PIGFBKOJNHG = struct { + event_unique_id: u32 = 0, + + pub const _desc_table = .{ + .event_unique_id = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AJNAJINFJIC = struct { + is_win: bool = false, + NGNAPJAJBAL: u32 = 0, + + pub const _desc_table = .{ + .is_win = fd(12, .{ .Varint = .Simple }), + .NGNAPJAJBAL = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MNMLOAPBHNF = struct { + event_unique_id: u32 = 0, + + pub const _desc_table = .{ + .event_unique_id = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SyncRogueCommonPendingActionScNotify = struct { + rogue_sub_mode: u32 = 0, + NFOJNOHLOAC: ?RogueCommonPendingAction = null, + + pub const _desc_table = .{ + .rogue_sub_mode = fd(6, .{ .Varint = .Simple }), + .NFOJNOHLOAC = fd(5, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueCommonPendingAction = struct { + HBAPCCEGNME: u32 = 0, + PBHMGCHKJGO: ?EIOHAGHELOA = null, + + pub const _desc_table = .{ + .HBAPCCEGNME = fd(8, .{ .Varint = .Simple }), + .PBHMGCHKJGO = fd(4, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EIOHAGHELOA = struct { + IEICDGGELNE: ?IEICDGGELNE_union, + + pub const _IEICDGGELNE_case = enum { + KLJJIBPJGFF, + BEDIACHLCII, + IMIKPGFHLHK, + PHDEMDBGOIB, + HFJECHFANNF, + CNLMCOBNCAI, + OIOMHOPNIMF, + LADGCOOMNKA, + NPCDBPNDGOP, + CGKFOMNCNAK, + FPHHHIOBFAI, + LDJOMIOJEPF, + DLFALFGFDHE, + AJDDFANCEJN, + JBKPIKAJPEB, + AELPPPIEFAB, + IFCLAAFPKHC, + EIEFMPFLLCM, + NKKBODGFCLM, + FHOKDLLICJL, + BICJEMPPLAM, + HCCHFJEFANJ, + BJEHOAFBHBE, + GKFLNMOJNCP, + LMNONCMBIOO, + CJENJIFEIDI, + NLNBNGIJAFI, + }; + pub const IEICDGGELNE_union = union(_IEICDGGELNE_case) { + KLJJIBPJGFF: KKAGNMEMKOG, + BEDIACHLCII: MLKICCAELKE, + IMIKPGFHLHK: KBPMFKKNBJH, + PHDEMDBGOIB: KKAGNMEMKOG, + HFJECHFANNF: JKHKEBMOBEJ, + CNLMCOBNCAI: OEDOAOGAKPP, + OIOMHOPNIMF: OEDOAOGAKPP, + LADGCOOMNKA: EAKECFAPPKD, + NPCDBPNDGOP: CGGBPJICHGF, + CGKFOMNCNAK: ELDAFCNMFBF, + FPHHHIOBFAI: LEFCOMGMPCL, + LDJOMIOJEPF: OEDOAOGAKPP, + DLFALFGFDHE: PIGFBKOJNHG, + AJDDFANCEJN: IPGKAGFFBHF, + JBKPIKAJPEB: FHMAIANENPO, + AELPPPIEFAB: GABBEHOIPJC, + IFCLAAFPKHC: FLNAGDEOOPG, + EIEFMPFLLCM: LCAGIOOIIDN, + NKKBODGFCLM: OFPEKNMFMAB, + FHOKDLLICJL: KKAGNMEMKOG, + BICJEMPPLAM: ANMCAIMELCA, + HCCHFJEFANJ: BPDDOBAHPNA, + BJEHOAFBHBE: LOJDFDJGODA, + GKFLNMOJNCP: DLCJMOHOBDH, + LMNONCMBIOO: OEDOAOGAKPP, + CJENJIFEIDI: EBHGHGIIGOM, + NLNBNGIJAFI: ELHEAGHNNDM, + pub const _union_desc = .{ + .KLJJIBPJGFF = fd(35, .{ .SubMessage = {} }), + .BEDIACHLCII = fd(78, .{ .SubMessage = {} }), + .IMIKPGFHLHK = fd(258, .{ .SubMessage = {} }), + .PHDEMDBGOIB = fd(329, .{ .SubMessage = {} }), + .HFJECHFANNF = fd(382, .{ .SubMessage = {} }), + .CNLMCOBNCAI = fd(478, .{ .SubMessage = {} }), + .OIOMHOPNIMF = fd(485, .{ .SubMessage = {} }), + .LADGCOOMNKA = fd(580, .{ .SubMessage = {} }), + .NPCDBPNDGOP = fd(616, .{ .SubMessage = {} }), + .CGKFOMNCNAK = fd(661, .{ .SubMessage = {} }), + .FPHHHIOBFAI = fd(715, .{ .SubMessage = {} }), + .LDJOMIOJEPF = fd(765, .{ .SubMessage = {} }), + .DLFALFGFDHE = fd(788, .{ .SubMessage = {} }), + .AJDDFANCEJN = fd(833, .{ .SubMessage = {} }), + .JBKPIKAJPEB = fd(912, .{ .SubMessage = {} }), + .AELPPPIEFAB = fd(1105, .{ .SubMessage = {} }), + .IFCLAAFPKHC = fd(1153, .{ .SubMessage = {} }), + .EIEFMPFLLCM = fd(1386, .{ .SubMessage = {} }), + .NKKBODGFCLM = fd(1470, .{ .SubMessage = {} }), + .FHOKDLLICJL = fd(1517, .{ .SubMessage = {} }), + .BICJEMPPLAM = fd(1543, .{ .SubMessage = {} }), + .HCCHFJEFANJ = fd(1547, .{ .SubMessage = {} }), + .BJEHOAFBHBE = fd(1592, .{ .SubMessage = {} }), + .GKFLNMOJNCP = fd(1613, .{ .SubMessage = {} }), + .LMNONCMBIOO = fd(1619, .{ .SubMessage = {} }), + .CJENJIFEIDI = fd(1623, .{ .SubMessage = {} }), + .NLNBNGIJAFI = fd(1921, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .IEICDGGELNE = fd(null, .{ .OneOf = IEICDGGELNE_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HandleRogueCommonPendingActionCsReq = struct { + IFDKLLHFPJB: u32 = 0, + IEICDGGELNE: ?IEICDGGELNE_union, + + pub const _IEICDGGELNE_case = enum { + LNPLOEOFCCJ, + HKNJIPJHOCG, + LDAGLIMNMAN, + BLHDFAJHCJA, + HDHDPGGMEPB, + FKPFOKHBPKK, + FLFPCPHLAGO, + NEDIIBJHGFO, + OOAGPGDPJOA, + GDKGIBEKGPF, + ONCNGIILENF, + KJLAFILAPJF, + ECEGPEJCPBL, + GNEBJEPPKEJ, + AOCODAOBKHM, + AFLHEIKJNBN, + JGPCBCJKONH, + LPJBAIMJAIK, + JKHBBDLCHID, + IEABOHKEAPA, + EODCLAIPCAE, + CHONECOLIHA, + EGGGGGGLFHO, + IDBALJBNBKE, + MOAOGACBOIJ, + KBNEGOLPLFC, + PHKBFLNPEFI, + GLEJCDPDJNE, + KILHFPPBBFM, + EPOAKMFMFLM, + GOCMNDKFOAB, + }; + pub const IEICDGGELNE_union = union(_IEICDGGELNE_case) { + LNPLOEOFCCJ: KHGCDEIMLHN, + HKNJIPJHOCG: AHKFIAKMKLO, + LDAGLIMNMAN: JCDLJBPHOMD, + BLHDFAJHCJA: HAOJLHGNFPM, + HDHDPGGMEPB: OOPINHFMECE, + FKPFOKHBPKK: IMCBIIGOKPM, + FLFPCPHLAGO: NHCKHPLKLIO, + NEDIIBJHGFO: EKMAHAFGNGJ, + OOAGPGDPJOA: MPPHHNAEEDK, + GDKGIBEKGPF: OKEFIDDNLKG, + ONCNGIILENF: MMNDAJFIJOJ, + KJLAFILAPJF: PKODMMPHIBC, + ECEGPEJCPBL: LGCMEEPJMHA, + GNEBJEPPKEJ: NALELIGHDAA, + AOCODAOBKHM: IMLBIBJKPDB, + AFLHEIKJNBN: HHHCPCOFPPO, + JGPCBCJKONH: HHHCPCOFPPO, + LPJBAIMJAIK: HAOJLHGNFPM, + JKHBBDLCHID: HKHFBELMDCG, + IEABOHKEAPA: ONOOFHDEIDD, + EODCLAIPCAE: LKMKHACMAPC, + CHONECOLIHA: IIPEGHDKHGD, + EGGGGGGLFHO: NOLCMKCNEAF, + IDBALJBNBKE: JFPFDJPPOAG, + MOAOGACBOIJ: IIPEGHDKHGD, + KBNEGOLPLFC: PBMAKLNJEKO, + PHKBFLNPEFI: HHHCPCOFPPO, + GLEJCDPDJNE: BFBFMLBHGOH, + KILHFPPBBFM: IIPEGHDKHGD, + EPOAKMFMFLM: LHJPIKEKPGH, + GOCMNDKFOAB: HHHCPCOFPPO, + pub const _union_desc = .{ + .LNPLOEOFCCJ = fd(49, .{ .SubMessage = {} }), + .HKNJIPJHOCG = fd(64, .{ .SubMessage = {} }), + .LDAGLIMNMAN = fd(89, .{ .SubMessage = {} }), + .BLHDFAJHCJA = fd(93, .{ .SubMessage = {} }), + .HDHDPGGMEPB = fd(108, .{ .SubMessage = {} }), + .FKPFOKHBPKK = fd(136, .{ .SubMessage = {} }), + .FLFPCPHLAGO = fd(179, .{ .SubMessage = {} }), + .NEDIIBJHGFO = fd(220, .{ .SubMessage = {} }), + .OOAGPGDPJOA = fd(235, .{ .SubMessage = {} }), + .GDKGIBEKGPF = fd(407, .{ .SubMessage = {} }), + .ONCNGIILENF = fd(533, .{ .SubMessage = {} }), + .KJLAFILAPJF = fd(651, .{ .SubMessage = {} }), + .ECEGPEJCPBL = fd(757, .{ .SubMessage = {} }), + .GNEBJEPPKEJ = fd(774, .{ .SubMessage = {} }), + .AOCODAOBKHM = fd(822, .{ .SubMessage = {} }), + .AFLHEIKJNBN = fd(1155, .{ .SubMessage = {} }), + .JGPCBCJKONH = fd(1158, .{ .SubMessage = {} }), + .LPJBAIMJAIK = fd(1189, .{ .SubMessage = {} }), + .JKHBBDLCHID = fd(1234, .{ .SubMessage = {} }), + .IEABOHKEAPA = fd(1260, .{ .SubMessage = {} }), + .EODCLAIPCAE = fd(1276, .{ .SubMessage = {} }), + .CHONECOLIHA = fd(1338, .{ .SubMessage = {} }), + .EGGGGGGLFHO = fd(1348, .{ .SubMessage = {} }), + .IDBALJBNBKE = fd(1427, .{ .SubMessage = {} }), + .MOAOGACBOIJ = fd(1521, .{ .SubMessage = {} }), + .KBNEGOLPLFC = fd(1593, .{ .SubMessage = {} }), + .PHKBFLNPEFI = fd(1834, .{ .SubMessage = {} }), + .GLEJCDPDJNE = fd(1851, .{ .SubMessage = {} }), + .KILHFPPBBFM = fd(1855, .{ .SubMessage = {} }), + .EPOAKMFMFLM = fd(1869, .{ .SubMessage = {} }), + .GOCMNDKFOAB = fd(1960, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .IFDKLLHFPJB = fd(9, .{ .Varint = .Simple }), + .IEICDGGELNE = fd(null, .{ .OneOf = IEICDGGELNE_union }), + }; + + pub const NHICOMHCEGC = enum(i32) { + NHICOMHCEGC_ALIFLNGLJFM = 0, + NHICOMHCEGC_JKHBBDLCHID = 1234, + NHICOMHCEGC_KBNEGOLPLFC = 1593, + NHICOMHCEGC_GDKGIBEKGPF = 407, + NHICOMHCEGC_ONCNGIILENF = 533, + NHICOMHCEGC_GLEJCDPDJNE = 1851, + NHICOMHCEGC_OOAGPGDPJOA = 235, + NHICOMHCEGC_IDBALJBNBKE = 1427, + NHICOMHCEGC_GNEBJEPPKEJ = 774, + NHICOMHCEGC_KJLAFILAPJF = 651, + NHICOMHCEGC_FLFPCPHLAGO = 179, + NHICOMHCEGC_EPOAKMFMFLM = 1869, + NHICOMHCEGC_FKPFOKHBPKK = 136, + NHICOMHCEGC_EODCLAIPCAE = 1276, + NHICOMHCEGC_AOCODAOBKHM = 822, + NHICOMHCEGC_EGGGGGGLFHO = 1348, + NHICOMHCEGC_LNPLOEOFCCJ = 49, + NHICOMHCEGC_IEABOHKEAPA = 1260, + NHICOMHCEGC_NEDIIBJHGFO = 220, + NHICOMHCEGC_JGPCBCJKONH = 1158, + NHICOMHCEGC_HKNJIPJHOCG = 64, + NHICOMHCEGC_LDAGLIMNMAN = 89, + NHICOMHCEGC_AFLHEIKJNBN = 1155, + NHICOMHCEGC_PHKBFLNPEFI = 1834, + NHICOMHCEGC_GOCMNDKFOAB = 1960, + NHICOMHCEGC_CHONECOLIHA = 1338, + NHICOMHCEGC_MOAOGACBOIJ = 1521, + NHICOMHCEGC_KILHFPPBBFM = 1855, + NHICOMHCEGC_BLHDFAJHCJA = 93, + NHICOMHCEGC_LPJBAIMJAIK = 1189, + NHICOMHCEGC_HDHDPGGMEPB = 108, + NHICOMHCEGC_ECEGPEJCPBL = 757, + NHICOMHCEGC_FKPDKFEMKEC = 235803, + NHICOMHCEGC_LLNMCJCFBMJ = 45077, + _, + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HandleRogueCommonPendingActionScRsp = struct { + IFDKLLHFPJB: u32 = 0, + HBAPCCEGNME: u32 = 0, + retcode: u32 = 0, + IEICDGGELNE: ?IEICDGGELNE_union, + + pub const _IEICDGGELNE_case = enum { + OKPCJLPMBAD, + HCFOPGMLENO, + NDJBGFHEICI, + JAPIIIJMPGE, + LBOJLIIABAP, + HMOBEFJKDPD, + BLEFMEHONOO, + DICGEADECPK, + CDDNKGJAEFI, + ILHBHPHDEDL, + CLDBPLNIAEN, + MAPBDBMFIMD, + OIHJEKIMPPD, + DPGBCAFKDPM, + KBFLNJPMOAH, + GDMGOELOMFK, + FDPPGKDDPGC, + IHBODKMFPNF, + DKMMOIMOJDM, + CPOPCHNDDFM, + COBEIBNLGJF, + KKIANGABFNJ, + GABICMFAKPD, + DDDENAPJBKA, + JKJOFMHJGIB, + PNADBJEJBOF, + DMCEPJKOOGC, + GOOMOPMALOL, + }; + pub const IEICDGGELNE_union = union(_IEICDGGELNE_case) { + OKPCJLPMBAD: FHIKPLAIOEI, + HCFOPGMLENO: BLJOGGMJBMD, + NDJBGFHEICI: HKJEGONGJNP, + JAPIIIJMPGE: PLCGKIEIEGD, + LBOJLIIABAP: LGPGCJDOIBK, + HMOBEFJKDPD: JCAHMIOOLDB, + BLEFMEHONOO: MHIJOCJHONG, + DICGEADECPK: IMNNNJGGPAG, + CDDNKGJAEFI: ONPNBIOMMGB, + ILHBHPHDEDL: ABPNCPOIJCI, + CLDBPLNIAEN: DLHPDALGDEH, + MAPBDBMFIMD: OMJFMBJMFMC, + OIHJEKIMPPD: MOIKNHHCABH, + DPGBCAFKDPM: NOCOCFHOAJC, + KBFLNJPMOAH: OOPDMMNNKGI, + GDMGOELOMFK: BLJOGGMJBMD, + FDPPGKDDPGC: BLFJBKBHJIL, + IHBODKMFPNF: BLEDOJDGLAA, + DKMMOIMOJDM: IKCNDLJLAPP, + CPOPCHNDDFM: EHEFOMMBNAF, + COBEIBNLGJF: HBIBLKKEOAC, + KKIANGABFNJ: FKDBIHNPCHE, + GABICMFAKPD: IMDHPDBHEBC, + DDDENAPJBKA: HONKBMJPJAA, + JKJOFMHJGIB: CFFOCCHBAMH, + PNADBJEJBOF: HCAJJEFEIJD, + DMCEPJKOOGC: PAOCONGELJK, + GOOMOPMALOL: DJONNOPDJHH, + pub const _union_desc = .{ + .OKPCJLPMBAD = fd(98, .{ .SubMessage = {} }), + .HCFOPGMLENO = fd(151, .{ .SubMessage = {} }), + .NDJBGFHEICI = fd(185, .{ .SubMessage = {} }), + .JAPIIIJMPGE = fd(188, .{ .SubMessage = {} }), + .LBOJLIIABAP = fd(271, .{ .SubMessage = {} }), + .HMOBEFJKDPD = fd(289, .{ .SubMessage = {} }), + .BLEFMEHONOO = fd(396, .{ .SubMessage = {} }), + .DICGEADECPK = fd(426, .{ .SubMessage = {} }), + .CDDNKGJAEFI = fd(501, .{ .SubMessage = {} }), + .ILHBHPHDEDL = fd(630, .{ .SubMessage = {} }), + .CLDBPLNIAEN = fd(632, .{ .SubMessage = {} }), + .MAPBDBMFIMD = fd(762, .{ .SubMessage = {} }), + .OIHJEKIMPPD = fd(830, .{ .SubMessage = {} }), + .DPGBCAFKDPM = fd(853, .{ .SubMessage = {} }), + .KBFLNJPMOAH = fd(878, .{ .SubMessage = {} }), + .GDMGOELOMFK = fd(910, .{ .SubMessage = {} }), + .FDPPGKDDPGC = fd(949, .{ .SubMessage = {} }), + .IHBODKMFPNF = fd(1075, .{ .SubMessage = {} }), + .DKMMOIMOJDM = fd(1144, .{ .SubMessage = {} }), + .CPOPCHNDDFM = fd(1327, .{ .SubMessage = {} }), + .COBEIBNLGJF = fd(1397, .{ .SubMessage = {} }), + .KKIANGABFNJ = fd(1435, .{ .SubMessage = {} }), + .GABICMFAKPD = fd(1466, .{ .SubMessage = {} }), + .DDDENAPJBKA = fd(1511, .{ .SubMessage = {} }), + .JKJOFMHJGIB = fd(1558, .{ .SubMessage = {} }), + .PNADBJEJBOF = fd(1571, .{ .SubMessage = {} }), + .DMCEPJKOOGC = fd(1838, .{ .SubMessage = {} }), + .GOOMOPMALOL = fd(1919, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .IFDKLLHFPJB = fd(4, .{ .Varint = .Simple }), + .HBAPCCEGNME = fd(6, .{ .Varint = .Simple }), + .retcode = fd(5, .{ .Varint = .Simple }), + .IEICDGGELNE = fd(null, .{ .OneOf = IEICDGGELNE_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FCPMBJHFBNJ = struct { + OJEBLMKKMGO: u32 = 0, + + pub const _desc_table = .{ + .OJEBLMKKMGO = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GIADLHEEPHD = struct { + FHHGDPCECEE: u32 = 0, + FJOILOHPHLC: bool = false, + + pub const _desc_table = .{ + .FHHGDPCECEE = fd(11, .{ .Varint = .Simple }), + .FJOILOHPHLC = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LOGNKEKHBAI = struct { + AJBEPAHCGIK: u32 = 0, + FJOILOHPHLC: bool = false, + + pub const _desc_table = .{ + .AJBEPAHCGIK = fd(12, .{ .Varint = .Simple }), + .FJOILOHPHLC = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KNIJHGNJIJM = struct { + aeon_id: u32 = 0, + exp: u32 = 0, + DPMIBDHKDAE: ArrayList(u32), + level: u32 = 0, + JGMIPMDPPIJ: u32 = 0, + DDGCFJDBOOH: ArrayList(u32), + + pub const _desc_table = .{ + .aeon_id = fd(6, .{ .Varint = .Simple }), + .exp = fd(10, .{ .Varint = .Simple }), + .DPMIBDHKDAE = fd(12, .{ .PackedList = .{ .Varint = .Simple } }), + .level = fd(7, .{ .Varint = .Simple }), + .JGMIPMDPPIJ = fd(14, .{ .Varint = .Simple }), + .DDGCFJDBOOH = fd(9, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OOCEOILKCFI = struct { + JLFDDMEKLJK: ?INPINNPIHOB = null, + + pub const _desc_table = .{ + .JLFDDMEKLJK = fd(1, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EOEJHKJLLPK = struct { + magic_unit_id: u32 = 0, + PPMIOGCFOOC: u32 = 0, + + pub const _desc_table = .{ + .magic_unit_id = fd(9, .{ .Varint = .Simple }), + .PPMIOGCFOOC = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AEKNFLOMLJH = struct { + CKGFONMAEKO: ArrayList(GIADLHEEPHD), + BELOFMFHFDK: ArrayList(KNIJHGNJIJM), + BJCMPHLPKNF: ArrayList(LOGNKEKHBAI), + buff_list: ArrayList(FCPMBJHFBNJ), + + pub const _desc_table = .{ + .CKGFONMAEKO = fd(15, .{ .List = .{ .SubMessage = {} } }), + .BELOFMFHFDK = fd(6, .{ .List = .{ .SubMessage = {} } }), + .BJCMPHLPKNF = fd(1, .{ .List = .{ .SubMessage = {} } }), + .buff_list = fd(12, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetRogueHandbookDataCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetRogueHandbookDataScRsp = struct { + retcode: u32 = 0, + handbook_info: ?AEKNFLOMLJH = null, + + pub const _desc_table = .{ + .retcode = fd(8, .{ .Varint = .Simple }), + .handbook_info = fd(3, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SyncRogueHandbookDataUpdateScNotify = struct { + BJKPKFBFDFF: ArrayList(OOCEOILKCFI), + HAEBAAMBNBB: ArrayList(LOGNKEKHBAI), + IDDDCJONPFN: ArrayList(GIADLHEEPHD), + ABIBOBFDKLD: ArrayList(FCPMBJHFBNJ), + MMHCHHCOFPB: ArrayList(EOEJHKJLLPK), + + pub const _desc_table = .{ + .BJKPKFBFDFF = fd(8, .{ .List = .{ .SubMessage = {} } }), + .HAEBAAMBNBB = fd(11, .{ .List = .{ .SubMessage = {} } }), + .IDDDCJONPFN = fd(5, .{ .List = .{ .SubMessage = {} } }), + .ABIBOBFDKLD = fd(12, .{ .List = .{ .SubMessage = {} } }), + .MMHCHHCOFPB = fd(2, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeRogueMiracleHandbookRewardCsReq = struct { + AFHDDNGGNBF: ArrayList(u32), + + pub const _desc_table = .{ + .AFHDDNGGNBF = fd(6, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeRogueMiracleHandbookRewardScRsp = struct { + reward: ?ItemList = null, + retcode: u32 = 0, + FEIFJADCDFL: ArrayList(u32), + + pub const _desc_table = .{ + .reward = fd(11, .{ .SubMessage = {} }), + .retcode = fd(3, .{ .Varint = .Simple }), + .FEIFJADCDFL = fd(7, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeRogueEventHandbookRewardCsReq = struct { + IDOECNPKGCE: ArrayList(u32), + + pub const _desc_table = .{ + .IDOECNPKGCE = fd(8, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeRogueEventHandbookRewardScRsp = struct { + DPJHILHGOKE: ArrayList(u32), + reward: ?ItemList = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .DPJHILHGOKE = fd(4, .{ .PackedList = .{ .Varint = .Simple } }), + .reward = fd(11, .{ .SubMessage = {} }), + .retcode = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FINDAFKPOOF = struct { + GLAPHHABOHP: ArrayList(GLAPHHABOHPEntry), + + pub const _desc_table = .{ + .GLAPHHABOHP = fd(15, .{ .List = .{ .SubMessage = {} } }), + }; + + pub const GLAPHHABOHPEntry = struct { + key: u32 = 0, + value: u32 = 0, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LADHIKPAJCJ = struct { + BOHDMINEJNO: ?EENDHPKPFLP = null, + game_aeon_id: u32 = 0, + ICJABPGMACJ: i32 = 0, + + pub const _desc_table = .{ + .BOHDMINEJNO = fd(15, .{ .SubMessage = {} }), + .game_aeon_id = fd(5, .{ .Varint = .Simple }), + .ICJABPGMACJ = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OHLCJEDCOFN = struct { + difficulty_id_list: ArrayList(u32), + + pub const _desc_table = .{ + .difficulty_id_list = fd(12, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OMDEFBABNNB = struct { + rogue_revive_cost: ?ItemCostData = null, + avatar_id_list: ArrayList(u32), + + pub const _desc_table = .{ + .rogue_revive_cost = fd(6, .{ .SubMessage = {} }), + .avatar_id_list = fd(11, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueGameInfo = struct { + JPBHEOJAKGE: ?JPBHEOJAKGE_union, + + pub const _JPBHEOJAKGE_case = enum { + rogue_aeon_info, + rogue_buff_info, + NBDACDNBJIK, + CKAANMDDKCJ, + FFFCCEJIFDK, + rogue_difficulty_info, + game_miracle_info, + rogue_Lineup_info, + }; + pub const JPBHEOJAKGE_union = union(_JPBHEOJAKGE_case) { + rogue_aeon_info: LADHIKPAJCJ, + rogue_buff_info: ChessRogueBuffInfo, + NBDACDNBJIK: FBNJOFCEMIL, + CKAANMDDKCJ: KAAJBAOAKBO, + FFFCCEJIFDK: FINDAFKPOOF, + rogue_difficulty_info: OHLCJEDCOFN, + game_miracle_info: ChessRogueMiracleInfo, + rogue_Lineup_info: OMDEFBABNNB, + pub const _union_desc = .{ + .rogue_aeon_info = fd(1, .{ .SubMessage = {} }), + .rogue_buff_info = fd(6, .{ .SubMessage = {} }), + .NBDACDNBJIK = fd(7, .{ .SubMessage = {} }), + .CKAANMDDKCJ = fd(8, .{ .SubMessage = {} }), + .FFFCCEJIFDK = fd(9, .{ .SubMessage = {} }), + .rogue_difficulty_info = fd(12, .{ .SubMessage = {} }), + .game_miracle_info = fd(14, .{ .SubMessage = {} }), + .rogue_Lineup_info = fd(15, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .JPBHEOJAKGE = fd(null, .{ .OneOf = JPBHEOJAKGE_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PMJGKHPKHCM = struct { + rogue_current_game_info: ArrayList(RogueGameInfo), + rogue_magic_battle_const: u32 = 0, + ILLODGAEFAE: u32 = 0, + AGEBAMBKKBC: u32 = 0, + rogue_sub_mode: u32 = 0, + + pub const _desc_table = .{ + .rogue_current_game_info = fd(4, .{ .List = .{ .SubMessage = {} } }), + .rogue_magic_battle_const = fd(14, .{ .Varint = .Simple }), + .ILLODGAEFAE = fd(7, .{ .Varint = .Simple }), + .AGEBAMBKKBC = fd(11, .{ .Varint = .Simple }), + .rogue_sub_mode = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueUnlockProgress = struct { + progress: u32 = 0, + unlock_id: u32 = 0, + finish: bool = false, + + pub const _desc_table = .{ + .progress = fd(12, .{ .Varint = .Simple }), + .unlock_id = fd(3, .{ .Varint = .Simple }), + .finish = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const IBCKNKPJFOJ = struct { + talent_id: u32 = 0, + status: KPABFFANJBK = @enumFromInt(0), + PGIMNCFHJEA: ArrayList(RogueUnlockProgress), + + pub const _desc_table = .{ + .talent_id = fd(2, .{ .Varint = .Simple }), + .status = fd(1, .{ .Varint = .Simple }), + .PGIMNCFHJEA = fd(7, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const IMJMGEENCEH = struct { + LGNNMAJMEIL: ArrayList(IBCKNKPJFOJ), + + pub const _desc_table = .{ + .LGNNMAJMEIL = fd(15, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const POJEEIALJFI = struct { + MGKKGNLDGCL: u32 = 0, + BAPHHCKIHMO: u32 = 0, + + pub const _desc_table = .{ + .MGKKGNLDGCL = fd(9, .{ .Varint = .Simple }), + .BAPHHCKIHMO = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SyncRogueCommonVirtualItemInfoScNotify = struct { + IDJJPAFPMDM: ArrayList(POJEEIALJFI), + + pub const _desc_table = .{ + .IDJJPAFPMDM = fd(2, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MAPOMOILGEH = struct { + MBKFININNEK: u32 = 0, + BDCFFOBGKOA: u32 = 0, + GEDJNIAEFHO: u32 = 0, + + pub const _desc_table = .{ + .MBKFININNEK = fd(1, .{ .Varint = .Simple }), + .BDCFFOBGKOA = fd(13, .{ .Varint = .Simple }), + .GEDJNIAEFHO = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PLGDCFIPEAA = struct { + JPGCDJDGDBI: ArrayList(ODOPDKELAEB), + + pub const _desc_table = .{ + .JPGCDJDGDBI = fd(2, .{ .List = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ILAEKJCNEMF = struct { + AFEDJKMFODP: ArrayList(u32), + + pub const _desc_table = .{ + .AFEDJKMFODP = fd(9, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LGJMDNNMPPE = struct { + NOLHGNHAEMA: ?ILAEKJCNEMF = null, + ONGPJOGKKJN: ?MAPOMOILGEH = null, + KJKBKEGIGHK: ?PLGDCFIPEAA = null, + + pub const _desc_table = .{ + .NOLHGNHAEMA = fd(15, .{ .SubMessage = {} }), + .ONGPJOGKKJN = fd(2, .{ .SubMessage = {} }), + .KJKBKEGIGHK = fd(8, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CommonRogueQueryCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CommonRogueQueryScRsp = struct { + FHHBJLHAJFJ: u32 = 0, + rogue_get_info: ?LGJMDNNMPPE = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .FHHBJLHAJFJ = fd(2, .{ .Varint = .Simple }), + .rogue_get_info = fd(5, .{ .SubMessage = {} }), + .retcode = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CommonRogueUpdateScNotify = struct { + DGIKIFJODBM: ?DGIKIFJODBM_union, + + pub const _DGIKIFJODBM_case = enum { + NOLHGNHAEMA, + KJKBKEGIGHK, + ONGPJOGKKJN, + }; + pub const DGIKIFJODBM_union = union(_DGIKIFJODBM_case) { + NOLHGNHAEMA: ILAEKJCNEMF, + KJKBKEGIGHK: PLGDCFIPEAA, + ONGPJOGKKJN: MAPOMOILGEH, + pub const _union_desc = .{ + .NOLHGNHAEMA = fd(7, .{ .SubMessage = {} }), + .KJKBKEGIGHK = fd(9, .{ .SubMessage = {} }), + .ONGPJOGKKJN = fd(10, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .DGIKIFJODBM = fd(null, .{ .OneOf = DGIKIFJODBM_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const IKAMKNHGGOK = struct { + aeon_talk_id: u32 = 0, + talk_dialogue_id: u32 = 0, + + pub const _desc_table = .{ + .aeon_talk_id = fd(11, .{ .Varint = .Simple }), + .talk_dialogue_id = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GNJAPOMLLHE = struct { + BGLEHMKMAPG: u32 = 0, + + pub const _desc_table = .{ + .BGLEHMKMAPG = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CNHHPDHBMDC = struct { + BGLEHMKMAPG: u32 = 0, + + pub const _desc_table = .{ + .BGLEHMKMAPG = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const JIEAAFJENLK = struct { + AMBDKDAMHLH: u32 = 0, + + pub const _desc_table = .{ + .AMBDKDAMHLH = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HPJLAFHHGJG = struct { + BGLEHMKMAPG: u32 = 0, + + pub const _desc_table = .{ + .BGLEHMKMAPG = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AFCCAOACNAK = struct { + dialogue_id: u32 = 0, + + pub const _desc_table = .{ + .dialogue_id = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const JBMECLKGGDK = struct { + ACDOBBPLDBG: ?ACDOBBPLDBG_union, + + pub const _ACDOBBPLDBG_case = enum { + CACGEKAANKL, + HPNOGGFDPKM, + AGGBLHGKPFJ, + GMAKHONAEPH, + ODDGCBPOPLF, + ADMAHLAALNH, + }; + pub const ACDOBBPLDBG_union = union(_ACDOBBPLDBG_case) { + CACGEKAANKL: HPJLAFHHGJG, + HPNOGGFDPKM: IKAMKNHGGOK, + AGGBLHGKPFJ: AFCCAOACNAK, + GMAKHONAEPH: JIEAAFJENLK, + ODDGCBPOPLF: CNHHPDHBMDC, + ADMAHLAALNH: GNJAPOMLLHE, + pub const _union_desc = .{ + .CACGEKAANKL = fd(1, .{ .SubMessage = {} }), + .HPNOGGFDPKM = fd(3, .{ .SubMessage = {} }), + .AGGBLHGKPFJ = fd(4, .{ .SubMessage = {} }), + .GMAKHONAEPH = fd(5, .{ .SubMessage = {} }), + .ODDGCBPOPLF = fd(7, .{ .SubMessage = {} }), + .ADMAHLAALNH = fd(8, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .ACDOBBPLDBG = fd(null, .{ .OneOf = ACDOBBPLDBG_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ABENFANELFL = struct { + GGPLCPCHADN: i32 = 0, + LMBIODPOHGE: f32 = 0, + + pub const _desc_table = .{ + .GGPLCPCHADN = fd(4, .{ .Varint = .Simple }), + .LMBIODPOHGE = fd(9, .{ .FixedInt = .I32 }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GOKKMEOMOFC = struct { + NGNAPJAJBAL: u32 = 0, + + pub const _desc_table = .{ + .NGNAPJAJBAL = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const NEBPGHDDEPC = struct { + JEFIOIHHCLG: i32 = 0, + + pub const _desc_table = .{ + .JEFIOIHHCLG = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HJPGNCNGILG = struct { + DCOECLCEDOB: ?DCOECLCEDOB_union, + + pub const _DCOECLCEDOB_case = enum { + CAPIJNMCDAM, + HMLCEHIKFFK, + }; + pub const DCOECLCEDOB_union = union(_DCOECLCEDOB_case) { + CAPIJNMCDAM: GOKKMEOMOFC, + HMLCEHIKFFK: NEBPGHDDEPC, + pub const _union_desc = .{ + .CAPIJNMCDAM = fd(2, .{ .SubMessage = {} }), + .HMLCEHIKFFK = fd(12, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .DCOECLCEDOB = fd(null, .{ .OneOf = DCOECLCEDOB_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GBABEKPBLHN = struct { + POCJCMKKJIK: ArrayList(HJPGNCNGILG), + arg_id: u32 = 0, + is_valid: bool = false, + confirm: bool = false, + KDMLLLGHJON: u32 = 0, + display_value: ?ABENFANELFL = null, + + pub const _desc_table = .{ + .POCJCMKKJIK = fd(12, .{ .List = .{ .SubMessage = {} } }), + .arg_id = fd(4, .{ .Varint = .Simple }), + .is_valid = fd(7, .{ .Varint = .Simple }), + .confirm = fd(14, .{ .Varint = .Simple }), + .KDMLLLGHJON = fd(6, .{ .Varint = .Simple }), + .display_value = fd(8, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HGEKNLIFFED = struct { + BDOEMGMHALJ: ?JBMECLKGGDK = null, + LEKPKOCNJAL: ArrayList(GBABEKPBLHN), + event_unique_id: u32 = 0, + + pub const _desc_table = .{ + .BDOEMGMHALJ = fd(1, .{ .SubMessage = {} }), + .LEKPKOCNJAL = fd(11, .{ .List = .{ .SubMessage = {} } }), + .event_unique_id = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetRogueCommonDialogueDataCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetRogueCommonDialogueDataScRsp = struct { + retcode: u32 = 0, + DCKILLDONHG: ArrayList(HGEKNLIFFED), + + pub const _desc_table = .{ + .retcode = fd(11, .{ .Varint = .Simple }), + .DCKILLDONHG = fd(9, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SelectRogueCommonDialogueOptionCsReq = struct { + event_unique_id: u32 = 0, + KDMLLLGHJON: u32 = 0, + + pub const _desc_table = .{ + .event_unique_id = fd(1, .{ .Varint = .Simple }), + .KDMLLLGHJON = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SelectRogueCommonDialogueOptionScRsp = struct { + ADJGDBBNPLC: bool = false, + KDMLLLGHJON: u32 = 0, + event_unique_id: u32 = 0, + retcode: u32 = 0, + OIDIADDNACM: ?HGEKNLIFFED = null, + JIDLBFOEBID: ArrayList(u32), + + pub const _desc_table = .{ + .ADJGDBBNPLC = fd(15, .{ .Varint = .Simple }), + .KDMLLLGHJON = fd(2, .{ .Varint = .Simple }), + .event_unique_id = fd(14, .{ .Varint = .Simple }), + .retcode = fd(7, .{ .Varint = .Simple }), + .OIDIADDNACM = fd(11, .{ .SubMessage = {} }), + .JIDLBFOEBID = fd(12, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FinishRogueCommonDialogueCsReq = struct { + event_unique_id: u32 = 0, + + pub const _desc_table = .{ + .event_unique_id = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FinishRogueCommonDialogueScRsp = struct { + retcode: u32 = 0, + event_unique_id: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(15, .{ .Varint = .Simple }), + .event_unique_id = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SyncRogueCommonDialogueDataScNotify = struct { + DCKILLDONHG: ArrayList(HGEKNLIFFED), + + pub const _desc_table = .{ + .DCKILLDONHG = fd(4, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SyncRogueCommonDialogueOptionFinishScNotify = struct { + OIDIADDNACM: ?HGEKNLIFFED = null, + event_unique_id: u32 = 0, + KDMLLLGHJON: u32 = 0, + DGNCFMDPPBF: ?GBABEKPBLHN = null, + + pub const _desc_table = .{ + .OIDIADDNACM = fd(15, .{ .SubMessage = {} }), + .event_unique_id = fd(6, .{ .Varint = .Simple }), + .KDMLLLGHJON = fd(13, .{ .Varint = .Simple }), + .DGNCFMDPPBF = fd(8, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MIKFNBBOPIP = struct { + MDLNDGIJNML: ManagedString = .Empty, + rogue_magic_battle_const: u32 = 0, + ILLODGAEFAE: u32 = 0, + pending_action: ?RogueCommonPendingAction = null, + AGEBAMBKKBC: u32 = 0, + rogue_sub_mode: u32 = 0, + + pub const _desc_table = .{ + .MDLNDGIJNML = fd(7, .String), + .rogue_magic_battle_const = fd(1, .{ .Varint = .Simple }), + .ILLODGAEFAE = fd(3, .{ .Varint = .Simple }), + .pending_action = fd(11, .{ .SubMessage = {} }), + .AGEBAMBKKBC = fd(2, .{ .Varint = .Simple }), + .rogue_sub_mode = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueWorkbenchGetInfoCsReq = struct { + prop_entity_id: u32 = 0, + + pub const _desc_table = .{ + .prop_entity_id = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueWorkbenchGetInfoScRsp = struct { + GAJPNNGMHNK: ArrayList(GAJPNNGMHNKEntry), + retcode: u32 = 0, + + pub const _desc_table = .{ + .GAJPNNGMHNK = fd(2, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(5, .{ .Varint = .Simple }), + }; + + pub const GAJPNNGMHNKEntry = struct { + key: u32 = 0, + value: ?MHCCPDDKKDA = null, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MHCCPDDKKDA = struct { + PNECCABBLHB: ?PNECCABBLHB_union, + + pub const _PNECCABBLHB_case = enum { + NNCHMGDGDFI, + PMKEHGBPCNG, + NDKHOGEMKJA, + JLFDDMEKLJK, + CGGNFJCBBKM, + PICLEGGGNCF, + CEAJNLIOFHF, + LCBECPOOGCL, + PGPAAPOPDOC, + EAPMICBGOIO, + }; + pub const PNECCABBLHB_union = union(_PNECCABBLHB_case) { + NNCHMGDGDFI: LPILGJEPAGJ, + PMKEHGBPCNG: DHMFCIDJBFD, + NDKHOGEMKJA: IGILOGOHEJP, + JLFDDMEKLJK: KHCBGNLNPEL, + CGGNFJCBBKM: GLPEEIJALGF, + PICLEGGGNCF: JCIJCAFJJKN, + CEAJNLIOFHF: DMKPFGEBILH, + LCBECPOOGCL: KMHIBNGAFEO, + PGPAAPOPDOC: LFGGPNGKBCH, + EAPMICBGOIO: AJMIBFECFLJ, + pub const _union_desc = .{ + .NNCHMGDGDFI = fd(1, .{ .SubMessage = {} }), + .PMKEHGBPCNG = fd(2, .{ .SubMessage = {} }), + .NDKHOGEMKJA = fd(4, .{ .SubMessage = {} }), + .JLFDDMEKLJK = fd(5, .{ .SubMessage = {} }), + .CGGNFJCBBKM = fd(6, .{ .SubMessage = {} }), + .PICLEGGGNCF = fd(9, .{ .SubMessage = {} }), + .CEAJNLIOFHF = fd(11, .{ .SubMessage = {} }), + .LCBECPOOGCL = fd(12, .{ .SubMessage = {} }), + .PGPAAPOPDOC = fd(13, .{ .SubMessage = {} }), + .EAPMICBGOIO = fd(15, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .PNECCABBLHB = fd(null, .{ .OneOf = PNECCABBLHB_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GLPEEIJALGF = struct { + ANLINCFGFAN: u32 = 0, + cost_data: ?ItemCostData = null, + DMMAMJGNGNN: i32 = 0, + JIFKHCKPNFM: u32 = 0, + FOBAOEAFNAM: bool = false, + + pub const _desc_table = .{ + .ANLINCFGFAN = fd(11, .{ .Varint = .Simple }), + .cost_data = fd(12, .{ .SubMessage = {} }), + .DMMAMJGNGNN = fd(1, .{ .Varint = .Simple }), + .JIFKHCKPNFM = fd(15, .{ .Varint = .Simple }), + .FOBAOEAFNAM = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const JCIJCAFJJKN = struct { + FOBAOEAFNAM: bool = false, + DMMAMJGNGNN: i32 = 0, + JIFKHCKPNFM: u32 = 0, + cost_data: ?ItemCostData = null, + ANLINCFGFAN: u32 = 0, + + pub const _desc_table = .{ + .FOBAOEAFNAM = fd(10, .{ .Varint = .Simple }), + .DMMAMJGNGNN = fd(14, .{ .Varint = .Simple }), + .JIFKHCKPNFM = fd(9, .{ .Varint = .Simple }), + .cost_data = fd(3, .{ .SubMessage = {} }), + .ANLINCFGFAN = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AJMIBFECFLJ = struct { + cur_num: u32 = 0, + HCPACBHCMHN: ArrayList(HCPACBHCMHNEntry), + max_num: u32 = 0, + + pub const _desc_table = .{ + .cur_num = fd(1, .{ .Varint = .Simple }), + .HCPACBHCMHN = fd(4, .{ .List = .{ .SubMessage = {} } }), + .max_num = fd(15, .{ .Varint = .Simple }), + }; + + pub const HCPACBHCMHNEntry = struct { + key: u32 = 0, + value: u32 = 0, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LPILGJEPAGJ = struct { + NFNICIPMJII: ArrayList(NFNICIPMJIIEntry), + JIFKHCKPNFM: u32 = 0, + cost_data: ?ItemCostData = null, + DMMAMJGNGNN: i32 = 0, + + pub const _desc_table = .{ + .NFNICIPMJII = fd(4, .{ .List = .{ .SubMessage = {} } }), + .JIFKHCKPNFM = fd(6, .{ .Varint = .Simple }), + .cost_data = fd(12, .{ .SubMessage = {} }), + .DMMAMJGNGNN = fd(11, .{ .Varint = .Simple }), + }; + + pub const NFNICIPMJIIEntry = struct { + key: u32 = 0, + value: bool = false, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const IGILOGOHEJP = struct { + cost_data: ?ItemCostData = null, + DMMAMJGNGNN: i32 = 0, + JIFKHCKPNFM: u32 = 0, + + pub const _desc_table = .{ + .cost_data = fd(15, .{ .SubMessage = {} }), + .DMMAMJGNGNN = fd(14, .{ .Varint = .Simple }), + .JIFKHCKPNFM = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const COAHGFLONAN = struct { + HBPBLGLLIEN: ?ItemCostData = null, + cost_data: ?ItemCostData = null, + NGKJPCEHMBA: bool = false, + JLFDDMEKLJK: ?INPINNPIHOB = null, + + pub const _desc_table = .{ + .HBPBLGLLIEN = fd(15, .{ .SubMessage = {} }), + .cost_data = fd(11, .{ .SubMessage = {} }), + .NGKJPCEHMBA = fd(10, .{ .Varint = .Simple }), + .JLFDDMEKLJK = fd(7, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KHCBGNLNPEL = struct { + PICFHPKDNEL: ArrayList(COAHGFLONAN), + + pub const _desc_table = .{ + .PICFHPKDNEL = fd(8, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AOGIIMKCJDJ = struct { + cost_data: ?ItemCostData = null, + NGKJPCEHMBA: bool = false, + magic_unit_id: u32 = 0, + HBPBLGLLIEN: ?ItemCostData = null, + PPMIOGCFOOC: u32 = 0, + + pub const _desc_table = .{ + .cost_data = fd(12, .{ .SubMessage = {} }), + .NGKJPCEHMBA = fd(1, .{ .Varint = .Simple }), + .magic_unit_id = fd(3, .{ .Varint = .Simple }), + .HBPBLGLLIEN = fd(9, .{ .SubMessage = {} }), + .PPMIOGCFOOC = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KMHIBNGAFEO = struct { + rogue_magic_unit_info_list: ArrayList(AOGIIMKCJDJ), + + pub const _desc_table = .{ + .rogue_magic_unit_info_list = fd(2, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DMKPFGEBILH = struct { + JIFKHCKPNFM: u32 = 0, + DMMAMJGNGNN: i32 = 0, + cost_data: ?ItemCostData = null, + + pub const _desc_table = .{ + .JIFKHCKPNFM = fd(3, .{ .Varint = .Simple }), + .DMMAMJGNGNN = fd(6, .{ .Varint = .Simple }), + .cost_data = fd(15, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LFGGPNGKBCH = struct { + JIFKHCKPNFM: u32 = 0, + IAKHMMELMFD: ArrayList(IAKHMMELMFDEntry), + DMMAMJGNGNN: i32 = 0, + FAIDIBODMCH: ?ItemCostData = null, + + pub const _desc_table = .{ + .JIFKHCKPNFM = fd(3, .{ .Varint = .Simple }), + .IAKHMMELMFD = fd(9, .{ .List = .{ .SubMessage = {} } }), + .DMMAMJGNGNN = fd(12, .{ .Varint = .Simple }), + .FAIDIBODMCH = fd(11, .{ .SubMessage = {} }), + }; + + pub const IAKHMMELMFDEntry = struct { + key: u32 = 0, + value: ?ItemCostData = null, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KIFILCJOLCH = struct { + scepter_id: u32 = 0, + cost_data: ?ItemCostData = null, + + pub const _desc_table = .{ + .scepter_id = fd(8, .{ .Varint = .Simple }), + .cost_data = fd(3, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DHMFCIDJBFD = struct { + ELDOLKCAKAE: ArrayList(KIFILCJOLCH), + + pub const _desc_table = .{ + .ELDOLKCAKAE = fd(5, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueWorkbenchHandleFuncCsReq = struct { + func_id: u32 = 0, + prop_entity_id: u32 = 0, + LBOBPBHELGJ: ?AKMBEHGCBHE = null, + + pub const _desc_table = .{ + .func_id = fd(7, .{ .Varint = .Simple }), + .prop_entity_id = fd(15, .{ .Varint = .Simple }), + .LBOBPBHELGJ = fd(14, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueWorkbenchHandleFuncScRsp = struct { + MLKIOODNLLF: ?MHCCPDDKKDA = null, + retcode: u32 = 0, + func_id: u32 = 0, + + pub const _desc_table = .{ + .MLKIOODNLLF = fd(9, .{ .SubMessage = {} }), + .retcode = fd(5, .{ .Varint = .Simple }), + .func_id = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AKMBEHGCBHE = struct { + ECOEKHPGMEA: ?ECOEKHPGMEA_union, + + pub const _ECOEKHPGMEA_case = enum { + CEAJNLIOFHF, + PGPAAPOPDOC, + NDKHOGEMKJA, + LCBECPOOGCL, + JLFDDMEKLJK, + CGGNFJCBBKM, + EAPMICBGOIO, + NNCHMGDGDFI, + PMKEHGBPCNG, + PICLEGGGNCF, + }; + pub const ECOEKHPGMEA_union = union(_ECOEKHPGMEA_case) { + CEAJNLIOFHF: LEHGLCELJMF, + PGPAAPOPDOC: FHJGLOPMFNC, + NDKHOGEMKJA: BHJHAPDLPNO, + LCBECPOOGCL: GJBBLCIPBHD, + JLFDDMEKLJK: JDOOIDBKCIM, + CGGNFJCBBKM: AKKCDLMLKDF, + EAPMICBGOIO: NEOCCICFNED, + NNCHMGDGDFI: KOJKPLCEGEN, + PMKEHGBPCNG: JBNCDFFPDOP, + PICLEGGGNCF: ALNIGMCJFDM, + pub const _union_desc = .{ + .CEAJNLIOFHF = fd(1, .{ .SubMessage = {} }), + .PGPAAPOPDOC = fd(2, .{ .SubMessage = {} }), + .NDKHOGEMKJA = fd(3, .{ .SubMessage = {} }), + .LCBECPOOGCL = fd(4, .{ .SubMessage = {} }), + .JLFDDMEKLJK = fd(5, .{ .SubMessage = {} }), + .CGGNFJCBBKM = fd(6, .{ .SubMessage = {} }), + .EAPMICBGOIO = fd(7, .{ .SubMessage = {} }), + .NNCHMGDGDFI = fd(10, .{ .SubMessage = {} }), + .PMKEHGBPCNG = fd(12, .{ .SubMessage = {} }), + .PICLEGGGNCF = fd(14, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .ECOEKHPGMEA = fd(null, .{ .OneOf = ECOEKHPGMEA_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AKKCDLMLKDF = struct { + HIFGEEKAGLA: u32 = 0, + + pub const _desc_table = .{ + .HIFGEEKAGLA = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ALNIGMCJFDM = struct { + PFMGABPPDFL: u32 = 0, + + pub const _desc_table = .{ + .PFMGABPPDFL = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const NEOCCICFNED = struct { + AMOHEDGMLEE: u32 = 0, + + pub const _desc_table = .{ + .AMOHEDGMLEE = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KOJKPLCEGEN = struct { + NLKLHFLBJFM: ArrayList(u32), + + pub const _desc_table = .{ + .NLKLHFLBJFM = fd(1, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BHJHAPDLPNO = struct { + ICAECCOKAJP: u32 = 0, + + pub const _desc_table = .{ + .ICAECCOKAJP = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const JDOOIDBKCIM = struct { + FPLJOAACDGD: u32 = 0, + + pub const _desc_table = .{ + .FPLJOAACDGD = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GJBBLCIPBHD = struct { + CLOPKOBKHMA: ArrayList(u32), + + pub const _desc_table = .{ + .CLOPKOBKHMA = fd(1, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LEHGLCELJMF = struct { + DNKCCIBPFGK: ArrayList(u32), + + pub const _desc_table = .{ + .DNKCCIBPFGK = fd(1, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FHJGLOPMFNC = struct { + magic_unit_id: u32 = 0, + + pub const _desc_table = .{ + .magic_unit_id = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const JBNCDFFPDOP = struct { + scepter_id: u32 = 0, + + pub const _desc_table = .{ + .scepter_id = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FKBFOOEFPAE = struct { + status: HGPOKMDGKNN = @enumFromInt(0), + INFBHPGDLND: u32 = 0, + + pub const _desc_table = .{ + .status = fd(10, .{ .Varint = .Simple }), + .INFBHPGDLND = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AJAKDCDDAMO = struct { + INFBHPGDLND: u32 = 0, + status: HHICLPLJNCO = @enumFromInt(0), + EONLMDCBNME: u32 = 0, + + pub const _desc_table = .{ + .INFBHPGDLND = fd(1, .{ .Varint = .Simple }), + .status = fd(5, .{ .Varint = .Simple }), + .EONLMDCBNME = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetRogueCollectionCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetRogueCollectionScRsp = struct { + PCPEDFLNBGA: ArrayList(FKBFOOEFPAE), + retcode: u32 = 0, + PAHPDBIACHA: ArrayList(AJAKDCDDAMO), + + pub const _desc_table = .{ + .PCPEDFLNBGA = fd(2, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(9, .{ .Varint = .Simple }), + .PAHPDBIACHA = fd(14, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetRogueCollectionCsReq = struct { + FPIPMKCAGPD: ArrayList(u32), + LGHPHFPPJEN: ArrayList(MHKMPGABBPL), + OPKMCIFFCCH: ArrayList(u32), + + pub const _desc_table = .{ + .FPIPMKCAGPD = fd(3, .{ .PackedList = .{ .Varint = .Simple } }), + .LGHPHFPPJEN = fd(6, .{ .List = .{ .Varint = .Simple } }), + .OPKMCIFFCCH = fd(12, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetRogueCollectionScRsp = struct { + PAHPDBIACHA: ArrayList(AJAKDCDDAMO), + retcode: u32 = 0, + PCPEDFLNBGA: ArrayList(FKBFOOEFPAE), + + pub const _desc_table = .{ + .PAHPDBIACHA = fd(2, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(7, .{ .Varint = .Simple }), + .PCPEDFLNBGA = fd(5, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GBPFLAGFAIJ = struct { + status: EHCOBODEEJE = @enumFromInt(0), + KBDFBGINNBJ: u32 = 0, + + pub const _desc_table = .{ + .status = fd(15, .{ .Varint = .Simple }), + .KBDFBGINNBJ = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DMODINLGCCB = struct { + KBDFBGINNBJ: u32 = 0, + EONLMDCBNME: u32 = 0, + status: HHICLPLJNCO = @enumFromInt(0), + + pub const _desc_table = .{ + .KBDFBGINNBJ = fd(13, .{ .Varint = .Simple }), + .EONLMDCBNME = fd(15, .{ .Varint = .Simple }), + .status = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetRogueExhibitionCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetRogueExhibitionScRsp = struct { + PJPJOKKFNIM: ArrayList(DMODINLGCCB), + retcode: u32 = 0, + MKCEFANCAIG: ArrayList(GBPFLAGFAIJ), + + pub const _desc_table = .{ + .PJPJOKKFNIM = fd(5, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(15, .{ .Varint = .Simple }), + .MKCEFANCAIG = fd(3, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetRogueExhibitionCsReq = struct { + HEEPOEOLILO: ArrayList(u32), + ANEKPINLKFJ: ArrayList(MHKMPGABBPL), + LDIFBJDGFFE: ArrayList(u32), + + pub const _desc_table = .{ + .HEEPOEOLILO = fd(7, .{ .PackedList = .{ .Varint = .Simple } }), + .ANEKPINLKFJ = fd(8, .{ .List = .{ .Varint = .Simple } }), + .LDIFBJDGFFE = fd(10, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetRogueExhibitionScRsp = struct { + PJPJOKKFNIM: ArrayList(DMODINLGCCB), + MKCEFANCAIG: ArrayList(GBPFLAGFAIJ), + retcode: u32 = 0, + + pub const _desc_table = .{ + .PJPJOKKFNIM = fd(12, .{ .List = .{ .SubMessage = {} } }), + .MKCEFANCAIG = fd(4, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EHKEGMCGCMH = struct { + DEIDCHAMDBA: u32 = 0, + + pub const _desc_table = .{ + .DEIDCHAMDBA = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PNDNJBBDHDP = struct { + BIMBFJGNPFB: u32 = 0, + level: u32 = 0, + + pub const _desc_table = .{ + .BIMBFJGNPFB = fd(2, .{ .Varint = .Simple }), + .level = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DOPJLBMMPHB = struct { + BIMBFJGNPFB: u32 = 0, + KDGBJGOPEHI: bool = false, + FHDABDHIJJB: ?FHDABDHIJJB_union, + + pub const _FHDABDHIJJB_case = enum { + DJNABIOEENF, + IMCAJAOGCLG, + }; + pub const FHDABDHIJJB_union = union(_FHDABDHIJJB_case) { + DJNABIOEENF: EHKEGMCGCMH, + IMCAJAOGCLG: PNDNJBBDHDP, + pub const _union_desc = .{ + .DJNABIOEENF = fd(2, .{ .SubMessage = {} }), + .IMCAJAOGCLG = fd(14, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .BIMBFJGNPFB = fd(7, .{ .Varint = .Simple }), + .KDGBJGOPEHI = fd(9, .{ .Varint = .Simple }), + .FHDABDHIJJB = fd(null, .{ .OneOf = FHDABDHIJJB_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LOPJEJMOFBG = struct { + group_id: u32 = 0, + BBPAPDDENHB: ArrayList(DOPJLBMMPHB), + ENBIJBFBNEC: bool = false, + + pub const _desc_table = .{ + .group_id = fd(3, .{ .Varint = .Simple }), + .BBPAPDDENHB = fd(14, .{ .List = .{ .SubMessage = {} } }), + .ENBIJBFBNEC = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueGambleInfo = struct { + HFBKBHJIEGD: u32 = 0, + maze_group_list: ArrayList(LOPJEJMOFBG), + DDJDDBKNPFF: u32 = 0, + AKKONOBBJNK: u32 = 0, + LOFFEOHFPFL: bool = false, + KEDCOHKKNAK: ?ItemCostData = null, + cur_times: u32 = 0, + + pub const _desc_table = .{ + .HFBKBHJIEGD = fd(2, .{ .Varint = .Simple }), + .maze_group_list = fd(8, .{ .List = .{ .SubMessage = {} } }), + .DDJDDBKNPFF = fd(7, .{ .Varint = .Simple }), + .AKKONOBBJNK = fd(6, .{ .Varint = .Simple }), + .LOFFEOHFPFL = fd(11, .{ .Varint = .Simple }), + .KEDCOHKKNAK = fd(4, .{ .SubMessage = {} }), + .cur_times = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueGetGambleInfoCsReq = struct { + prop_entity_id: u32 = 0, + + pub const _desc_table = .{ + .prop_entity_id = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueGetGambleInfoScRsp = struct { + retcode: u32 = 0, + gamble_info: ?RogueGambleInfo = null, + + pub const _desc_table = .{ + .retcode = fd(4, .{ .Varint = .Simple }), + .gamble_info = fd(3, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueDoGambleCsReq = struct { + prop_entity_id: u32 = 0, + + pub const _desc_table = .{ + .prop_entity_id = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueDoGambleScRsp = struct { + JPKLMPPOGDH: u32 = 0, + CFBGLFOJODA: u32 = 0, + retcode: u32 = 0, + gamble_info: ?RogueGambleInfo = null, + + pub const _desc_table = .{ + .JPKLMPPOGDH = fd(2, .{ .Varint = .Simple }), + .CFBGLFOJODA = fd(8, .{ .Varint = .Simple }), + .retcode = fd(11, .{ .Varint = .Simple }), + .gamble_info = fd(15, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueDebugReplaySaveScNotify = struct { + DFPFALBJHJH: ManagedString = .Empty, + JDEDCKKACGO: ManagedString = .Empty, + NEPGEEJCLAH: ManagedString = .Empty, + JHJGFDMKIHG: ManagedString = .Empty, + uid: u32 = 0, + IJPPKNKNLNL: ManagedString = .Empty, + KFAMACKFHPM: ManagedString = .Empty, + + pub const _desc_table = .{ + .DFPFALBJHJH = fd(7, .String), + .JDEDCKKACGO = fd(1, .String), + .NEPGEEJCLAH = fd(6, .String), + .JHJGFDMKIHG = fd(12, .String), + .uid = fd(8, .{ .Varint = .Simple }), + .IJPPKNKNLNL = fd(13, .String), + .KFAMACKFHPM = fd(10, .String), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const JNFELCKIOCM = struct { + LGHCAHBBCAM: ArrayList(u32), + FFKPEGNBHOD: u32 = 0, + map_id: u32 = 0, + JLNILIJOMEM: ?AJPFPHKKLPG = null, + KJGIMHFKGBN: u32 = 0, + status: EGPIMDADFDI = @enumFromInt(0), + base_avatar_id_list: ArrayList(u32), + GMPIIAEGGEK: u32 = 0, + LCHKKHNGBGJ: ?GCKBLHADLGN = null, + + pub const _desc_table = .{ + .LGHCAHBBCAM = fd(6, .{ .PackedList = .{ .Varint = .Simple } }), + .FFKPEGNBHOD = fd(5, .{ .Varint = .Simple }), + .map_id = fd(14, .{ .Varint = .Simple }), + .JLNILIJOMEM = fd(7, .{ .SubMessage = {} }), + .KJGIMHFKGBN = fd(10, .{ .Varint = .Simple }), + .status = fd(15, .{ .Varint = .Simple }), + .base_avatar_id_list = fd(11, .{ .PackedList = .{ .Varint = .Simple } }), + .GMPIIAEGGEK = fd(1, .{ .Varint = .Simple }), + .LCHKKHNGBGJ = fd(4, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OENDAFIAECG = struct { + KKPKALJMAMF: u32 = 0, + HDLLMDNLOKP: u32 = 0, + AEIEOJGCMMO: u32 = 0, + battle_id: u32 = 0, + BPEKCEJPOFE: u32 = 0, + is_rotate: bool = false, + JPKJKIMNIGG: u32 = 0, + HDJCJBBKNAF: u32 = 0, + + pub const _desc_table = .{ + .KKPKALJMAMF = fd(9, .{ .Varint = .Simple }), + .HDLLMDNLOKP = fd(4, .{ .Varint = .Simple }), + .AEIEOJGCMMO = fd(1, .{ .Varint = .Simple }), + .battle_id = fd(10, .{ .Varint = .Simple }), + .BPEKCEJPOFE = fd(8, .{ .Varint = .Simple }), + .is_rotate = fd(5, .{ .Varint = .Simple }), + .JPKJKIMNIGG = fd(3, .{ .Varint = .Simple }), + .HDJCJBBKNAF = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PEODOCNCLNP = struct { + BOPAANGKOGH: ?OENDAFIAECG = null, + DBAHFEFGLMD: u32 = 0, + panel_id: u32 = 0, + AELOIPGFODB: ?JNFELCKIOCM = null, + + pub const _desc_table = .{ + .BOPAANGKOGH = fd(6, .{ .SubMessage = {} }), + .DBAHFEFGLMD = fd(1, .{ .Varint = .Simple }), + .panel_id = fd(4, .{ .Varint = .Simple }), + .AELOIPGFODB = fd(5, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetRogueEndlessActivityDataCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetRogueEndlessActivityDataScRsp = struct { + JCHCHLMDPEN: u32 = 0, + data: ArrayList(PEODOCNCLNP), + ANAMEOBFKGN: u32 = 0, + retcode: u32 = 0, + EAHBIKFALLF: ArrayList(u32), + + pub const _desc_table = .{ + .JCHCHLMDPEN = fd(4, .{ .Varint = .Simple }), + .data = fd(1, .{ .List = .{ .SubMessage = {} } }), + .ANAMEOBFKGN = fd(10, .{ .Varint = .Simple }), + .retcode = fd(14, .{ .Varint = .Simple }), + .EAHBIKFALLF = fd(7, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BBNHEMCKDIN = struct { + avatar_type: AvatarType = @enumFromInt(0), + avatar_id: u32 = 0, + + pub const _desc_table = .{ + .avatar_type = fd(2, .{ .Varint = .Simple }), + .avatar_id = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EnterRogueEndlessActivityStageCsReq = struct { + avatar_list: ArrayList(BBNHEMCKDIN), + MGIGDCMLEOG: u32 = 0, + + pub const _desc_table = .{ + .avatar_list = fd(10, .{ .List = .{ .SubMessage = {} } }), + .MGIGDCMLEOG = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EnterRogueEndlessActivityStageScRsp = struct { + battle_info: ?SceneBattleInfo = null, + BOPAANGKOGH: ?OENDAFIAECG = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .battle_info = fd(14, .{ .SubMessage = {} }), + .BOPAANGKOGH = fd(10, .{ .SubMessage = {} }), + .retcode = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueEndlessActivityBattleEndScNotify = struct { + BOPAANGKOGH: ?OENDAFIAECG = null, + + pub const _desc_table = .{ + .BOPAANGKOGH = fd(15, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeRogueEndlessActivityPointRewardCsReq = struct { + level: u32 = 0, + MDHJKKBNMCF: bool = false, + + pub const _desc_table = .{ + .level = fd(12, .{ .Varint = .Simple }), + .MDHJKKBNMCF = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeRogueEndlessActivityPointRewardScRsp = struct { + retcode: u32 = 0, + JCHCHLMDPEN: u32 = 0, + reward: ?ItemList = null, + EAHBIKFALLF: ArrayList(u32), + MDHJKKBNMCF: bool = false, + level: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(5, .{ .Varint = .Simple }), + .JCHCHLMDPEN = fd(14, .{ .Varint = .Simple }), + .reward = fd(9, .{ .SubMessage = {} }), + .EAHBIKFALLF = fd(4, .{ .PackedList = .{ .Varint = .Simple } }), + .MDHJKKBNMCF = fd(3, .{ .Varint = .Simple }), + .level = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeRogueEndlessActivityAllBonusRewardCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeRogueEndlessActivityAllBonusRewardScRsp = struct { + JCHCHLMDPEN: u32 = 0, + reward: ?ItemList = null, + retcode: u32 = 0, + EAHBIKFALLF: ArrayList(u32), + + pub const _desc_table = .{ + .JCHCHLMDPEN = fd(9, .{ .Varint = .Simple }), + .reward = fd(8, .{ .SubMessage = {} }), + .retcode = fd(14, .{ .Varint = .Simple }), + .EAHBIKFALLF = fd(6, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HFIPPDGGJOL = struct { + scene: ?SceneInfo = null, + Lineup: ?LineupInfo = null, + KEILFHHNLIH: ?RogueMapRotateInfo = null, + + pub const _desc_table = .{ + .scene = fd(2, .{ .SubMessage = {} }), + .Lineup = fd(1, .{ .SubMessage = {} }), + .KEILFHHNLIH = fd(12, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BPAIFNGEDGH = struct { + layer_id: u32 = 0, + OGLDNEFKNDO: u32 = 0, + status: JLCBBKKGOEJ = @enumFromInt(0), + BHPGJCICMJM: u32 = 0, + MNFJEIININL: ArrayList(OIIKGFIPMFG), + + pub const _desc_table = .{ + .layer_id = fd(5, .{ .Varint = .Simple }), + .OGLDNEFKNDO = fd(6, .{ .Varint = .Simple }), + .status = fd(9, .{ .Varint = .Simple }), + .BHPGJCICMJM = fd(7, .{ .Varint = .Simple }), + .MNFJEIININL = fd(3, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OIIKGFIPMFG = struct { + AKDLEBLPBMD: u32 = 0, + EIPNNEJNNKJ: u32 = 0, + status: JIOKHLHGEOD = @enumFromInt(0), + room_id: u32 = 0, + + pub const _desc_table = .{ + .AKDLEBLPBMD = fd(3, .{ .Varint = .Simple }), + .EIPNNEJNNKJ = fd(4, .{ .Varint = .Simple }), + .status = fd(9, .{ .Varint = .Simple }), + .room_id = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MJKKONEIOBO = struct { + LFCDODFMHHN: u32 = 0, + status: BEHFNMKDOMK = @enumFromInt(0), + ACGBELAIGBO: u32 = 0, + AHOOAFGDEHF: ArrayList(BPAIFNGEDGH), + reason: JMPPHGIGFFI = @enumFromInt(0), + BGOKHEIBNKL: u32 = 0, + + pub const _desc_table = .{ + .LFCDODFMHHN = fd(9, .{ .Varint = .Simple }), + .status = fd(12, .{ .Varint = .Simple }), + .ACGBELAIGBO = fd(8, .{ .Varint = .Simple }), + .AHOOAFGDEHF = fd(11, .{ .List = .{ .SubMessage = {} } }), + .reason = fd(14, .{ .Varint = .Simple }), + .BGOKHEIBNKL = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const JCHCGFMGBAK = struct { + ELDOLKCAKAE: ArrayList(JBIHOCIOANH), + rogue_magic_unit_info_list: ArrayList(JFGFLGBLCAJ), + NMJAIBBLDOC: u32 = 0, + JFCNAJMIHCI: bool = false, + + pub const _desc_table = .{ + .ELDOLKCAKAE = fd(9, .{ .List = .{ .SubMessage = {} } }), + .rogue_magic_unit_info_list = fd(8, .{ .List = .{ .SubMessage = {} } }), + .NMJAIBBLDOC = fd(11, .{ .Varint = .Simple }), + .JFCNAJMIHCI = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LLNHFMGMCMN = struct { + difficulty_id_list: ArrayList(u32), + + pub const _desc_table = .{ + .difficulty_id_list = fd(11, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KLOHNFGBNPH = struct { + LAEEJIIKMPI: u32 = 0, + + pub const _desc_table = .{ + .LAEEJIIKMPI = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueMagicStartCsReq = struct { + base_avatar_id_list: ArrayList(u32), + DBAHFEFGLMD: u32 = 0, + AHIIBHKDFJB: ArrayList(u32), + JEAFPIGJDOL: u32 = 0, + + pub const _desc_table = .{ + .base_avatar_id_list = fd(2, .{ .PackedList = .{ .Varint = .Simple } }), + .DBAHFEFGLMD = fd(8, .{ .Varint = .Simple }), + .AHIIBHKDFJB = fd(3, .{ .PackedList = .{ .Varint = .Simple } }), + .JEAFPIGJDOL = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AAPKBPEGGBH = struct { + CACGEKAANKL: ?KLOHNFGBNPH = null, + JIBDGCFCDIO: ?ChessRogueMiracleInfo = null, + KKOBBENPFPH: ?LLNHFMGMCMN = null, + Lineup: ?OMDEFBABNNB = null, + basic_info: ?MIKFNBBOPIP = null, + level: ?MJKKONEIOBO = null, + JLFDDMEKLJK: ?JCHCGFMGBAK = null, + CPIOGJKFECH: ?FINDAFKPOOF = null, + + pub const _desc_table = .{ + .CACGEKAANKL = fd(10, .{ .SubMessage = {} }), + .JIBDGCFCDIO = fd(1, .{ .SubMessage = {} }), + .KKOBBENPFPH = fd(9, .{ .SubMessage = {} }), + .Lineup = fd(5, .{ .SubMessage = {} }), + .basic_info = fd(8, .{ .SubMessage = {} }), + .level = fd(6, .{ .SubMessage = {} }), + .JLFDDMEKLJK = fd(14, .{ .SubMessage = {} }), + .CPIOGJKFECH = fd(4, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueMagicStartScRsp = struct { + BHMHLPCHKLG: ?AAPKBPEGGBH = null, + retcode: u32 = 0, + LCOCLENJJAI: ?HFIPPDGGJOL = null, + + pub const _desc_table = .{ + .BHMHLPCHKLG = fd(3, .{ .SubMessage = {} }), + .retcode = fd(6, .{ .Varint = .Simple }), + .LCOCLENJJAI = fd(12, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueMagicEnterCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueMagicEnterScRsp = struct { + LCOCLENJJAI: ?HFIPPDGGJOL = null, + retcode: u32 = 0, + BHMHLPCHKLG: ?AAPKBPEGGBH = null, + + pub const _desc_table = .{ + .LCOCLENJJAI = fd(13, .{ .SubMessage = {} }), + .retcode = fd(14, .{ .Varint = .Simple }), + .BHMHLPCHKLG = fd(7, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueMagicLeaveCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueMagicLeaveScRsp = struct { + retcode: u32 = 0, + LCOCLENJJAI: ?HFIPPDGGJOL = null, + + pub const _desc_table = .{ + .retcode = fd(8, .{ .Varint = .Simple }), + .LCOCLENJJAI = fd(13, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueMagicEnterRoomCsReq = struct { + BHPGJCICMJM: u32 = 0, + FLLABLFBEIK: u32 = 0, + + pub const _desc_table = .{ + .BHPGJCICMJM = fd(10, .{ .Varint = .Simple }), + .FLLABLFBEIK = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueMagicEnterRoomScRsp = struct { + LCOCLENJJAI: ?HFIPPDGGJOL = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .LCOCLENJJAI = fd(6, .{ .SubMessage = {} }), + .retcode = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueMagicEnterLayerCsReq = struct { + LFCDODFMHHN: u32 = 0, + FLLABLFBEIK: u32 = 0, + + pub const _desc_table = .{ + .LFCDODFMHHN = fd(4, .{ .Varint = .Simple }), + .FLLABLFBEIK = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueMagicEnterLayerScRsp = struct { + LCOCLENJJAI: ?HFIPPDGGJOL = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .LCOCLENJJAI = fd(13, .{ .SubMessage = {} }), + .retcode = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueMagicLevelInfoUpdateScNotify = struct { + ACGBELAIGBO: u32 = 0, + AHOOAFGDEHF: ArrayList(BPAIFNGEDGH), + reason: JMPPHGIGFFI = @enumFromInt(0), + status: BEHFNMKDOMK = @enumFromInt(0), + BGOKHEIBNKL: u32 = 0, + LFCDODFMHHN: u32 = 0, + + pub const _desc_table = .{ + .ACGBELAIGBO = fd(2, .{ .Varint = .Simple }), + .AHOOAFGDEHF = fd(15, .{ .List = .{ .SubMessage = {} } }), + .reason = fd(4, .{ .Varint = .Simple }), + .status = fd(12, .{ .Varint = .Simple }), + .BGOKHEIBNKL = fd(3, .{ .Varint = .Simple }), + .LFCDODFMHHN = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueMagicAreaUpdateScNotify = struct { + JIDJEAMDKDE: ArrayList(PJEBCBNPDIC), + + pub const _desc_table = .{ + .JIDJEAMDKDE = fd(4, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CACLANLOOLK = struct { + FBJHGPDKBGM: bool = false, + EFKEGDOAJBH: u32 = 0, + + pub const _desc_table = .{ + .FBJHGPDKBGM = fd(14, .{ .Varint = .Simple }), + .EFKEGDOAJBH = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FJJDKDNDFDJ = struct { + KKNGHGBHCGG: u32 = 0, + FBJHGPDKBGM: bool = false, + + pub const _desc_table = .{ + .KKNGHGBHCGG = fd(12, .{ .Varint = .Simple }), + .FBJHGPDKBGM = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OGNBIGKHHBM = struct { + rogue_Lineup_info: ?LineupInfo = null, + BJLEMFMCODD: ?FJJDKDNDFDJ = null, + BHMHLPCHKLG: ?AAPKBPEGGBH = null, + GCGLNKFDKKN: ?CACLANLOOLK = null, + + pub const _desc_table = .{ + .rogue_Lineup_info = fd(8, .{ .SubMessage = {} }), + .BJLEMFMCODD = fd(7, .{ .SubMessage = {} }), + .BHMHLPCHKLG = fd(3, .{ .SubMessage = {} }), + .GCGLNKFDKKN = fd(5, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HCJGPMDGBJO = struct { + KLMGAEBEAGK: ArrayList(INPINNPIHOB), + MNKCJFELCNG: ArrayList(u32), + BLBFDCGCEDA: ArrayList(u32), + EPCKCOOKCLJ: ArrayList(OBIPOOLIDAL), + + pub const _desc_table = .{ + .KLMGAEBEAGK = fd(15, .{ .List = .{ .SubMessage = {} } }), + .MNKCJFELCNG = fd(4, .{ .PackedList = .{ .Varint = .Simple } }), + .BLBFDCGCEDA = fd(10, .{ .PackedList = .{ .Varint = .Simple } }), + .EPCKCOOKCLJ = fd(1, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueMagicBattleFailSettleInfoScNotify = struct { + tourn_finish_info: ?OGNBIGKHHBM = null, + LCOCLENJJAI: ?HFIPPDGGJOL = null, + + pub const _desc_table = .{ + .tourn_finish_info = fd(3, .{ .SubMessage = {} }), + .LCOCLENJJAI = fd(1, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueMagicSettleCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueMagicSettleScRsp = struct { + LCOCLENJJAI: ?HFIPPDGGJOL = null, + MGCFOGLKMCH: ?HCJGPMDGBJO = null, + tourn_finish_info: ?OGNBIGKHHBM = null, + GFONFDBFBNA: ?ItemList = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .LCOCLENJJAI = fd(6, .{ .SubMessage = {} }), + .MGCFOGLKMCH = fd(13, .{ .SubMessage = {} }), + .tourn_finish_info = fd(12, .{ .SubMessage = {} }), + .GFONFDBFBNA = fd(1, .{ .SubMessage = {} }), + .retcode = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueMagicReviveCostUpdateScNotify = struct { + rogue_revive_cost: ?ItemCostData = null, + + pub const _desc_table = .{ + .rogue_revive_cost = fd(15, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueMagicReviveAvatarCsReq = struct { + interacted_prop_entity_id: u32 = 0, + base_avatar_id_list: ArrayList(u32), + + pub const _desc_table = .{ + .interacted_prop_entity_id = fd(7, .{ .Varint = .Simple }), + .base_avatar_id_list = fd(11, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueMagicReviveAvatarScRsp = struct { + rogue_revive_cost: ?ItemCostData = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .rogue_revive_cost = fd(6, .{ .SubMessage = {} }), + .retcode = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueMagicQueryCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OLFGBAMEFJI = struct { + BGOKHEIBNKL: u32 = 0, + BLFDFMCFFIM: u32 = 0, + OFBIAHGOPCM: u32 = 0, + rogue_magic_unit_info_list: ArrayList(JFGFLGBLCAJ), + NNNKJKCLBLO: u32 = 0, + HMKGBMIDGOP: u32 = 0, + NMJAIBBLDOC: u32 = 0, + avatar_id_list: ArrayList(u32), + ELDOLKCAKAE: ArrayList(JBIHOCIOANH), + NJIEMPGEEOG: u32 = 0, + IPODNBLJPOL: u32 = 0, + JLHFOJODOKG: ArrayList(u32), + FONNGHLGJFA: u32 = 0, + + pub const _desc_table = .{ + .BGOKHEIBNKL = fd(8, .{ .Varint = .Simple }), + .BLFDFMCFFIM = fd(4, .{ .Varint = .Simple }), + .OFBIAHGOPCM = fd(15, .{ .Varint = .Simple }), + .rogue_magic_unit_info_list = fd(1117, .{ .List = .{ .SubMessage = {} } }), + .NNNKJKCLBLO = fd(7, .{ .Varint = .Simple }), + .HMKGBMIDGOP = fd(5, .{ .Varint = .Simple }), + .NMJAIBBLDOC = fd(10, .{ .Varint = .Simple }), + .avatar_id_list = fd(1499, .{ .PackedList = .{ .Varint = .Simple } }), + .ELDOLKCAKAE = fd(1368, .{ .List = .{ .SubMessage = {} } }), + .NJIEMPGEEOG = fd(1, .{ .Varint = .Simple }), + .IPODNBLJPOL = fd(14, .{ .Varint = .Simple }), + .JLHFOJODOKG = fd(616, .{ .PackedList = .{ .Varint = .Simple } }), + .FONNGHLGJFA = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KOIICMIEAEF = struct { + DPPLCDDHBGE: ArrayList(u32), + + pub const _desc_table = .{ + .DPPLCDDHBGE = fd(439, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PJEBCBNPDIC = struct { + CGAIJCCLKBH: ?KOIICMIEAEF = null, + BIIFELFEGNK: bool = false, + IFPOILOPFAG: u32 = 0, + is_taken_reward: bool = false, + record_info: ?OLFGBAMEFJI = null, + DBAHFEFGLMD: u32 = 0, + is_unlocked: bool = false, + NPBNMMKHKOP: ArrayList(u32), + + pub const _desc_table = .{ + .CGAIJCCLKBH = fd(9, .{ .SubMessage = {} }), + .BIIFELFEGNK = fd(14, .{ .Varint = .Simple }), + .IFPOILOPFAG = fd(15, .{ .Varint = .Simple }), + .is_taken_reward = fd(8, .{ .Varint = .Simple }), + .record_info = fd(10, .{ .SubMessage = {} }), + .DBAHFEFGLMD = fd(6, .{ .Varint = .Simple }), + .is_unlocked = fd(4, .{ .Varint = .Simple }), + .NPBNMMKHKOP = fd(1, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CCHIEDIBOFM = struct { + HANDCDPIBLD: u32 = 0, + is_unlocked: bool = false, + + pub const _desc_table = .{ + .HANDCDPIBLD = fd(1, .{ .Varint = .Simple }), + .is_unlocked = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BGAPFBPIJHP = struct { + EACEMAPDNDH: ArrayList(u32), + + pub const _desc_table = .{ + .EACEMAPDNDH = fd(8, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PBBEDPIIPEK = struct { + JIDJEAMDKDE: ArrayList(PJEBCBNPDIC), + rogue_magic_unit_info_list: ArrayList(EOEJHKJLLPK), + story_info: ?BGAPFBPIJHP = null, + PICFHPKDNEL: ArrayList(OOCEOILKCFI), + OKAKAMONPFL: ?IEJPPFJFJLJ = null, + KGLBNDEAPHF: ArrayList(u32), + DIMGDINCCJI: ArrayList(CCHIEDIBOFM), + + pub const _desc_table = .{ + .JIDJEAMDKDE = fd(4, .{ .List = .{ .SubMessage = {} } }), + .rogue_magic_unit_info_list = fd(2, .{ .List = .{ .SubMessage = {} } }), + .story_info = fd(12, .{ .SubMessage = {} }), + .PICFHPKDNEL = fd(1, .{ .List = .{ .SubMessage = {} } }), + .OKAKAMONPFL = fd(9, .{ .SubMessage = {} }), + .KGLBNDEAPHF = fd(3, .{ .PackedList = .{ .Varint = .Simple } }), + .DIMGDINCCJI = fd(6, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueMagicQueryScRsp = struct { + retcode: u32 = 0, + BHMHLPCHKLG: ?AAPKBPEGGBH = null, + rogue_get_info: ?PBBEDPIIPEK = null, + + pub const _desc_table = .{ + .retcode = fd(6, .{ .Varint = .Simple }), + .BHMHLPCHKLG = fd(12, .{ .SubMessage = {} }), + .rogue_get_info = fd(5, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueMagicScepterDressInUnitCsReq = struct { + dice_slot_id: u32 = 0, + scepter_id: u32 = 0, + ELPINNNALBD: u32 = 0, + + pub const _desc_table = .{ + .dice_slot_id = fd(1, .{ .Varint = .Simple }), + .scepter_id = fd(14, .{ .Varint = .Simple }), + .ELPINNNALBD = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueMagicScepterDressInUnitScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueMagicAutoDressInUnitCsReq = struct { + BHKANKFPDCP: ArrayList(u32), + + pub const _desc_table = .{ + .BHKANKFPDCP = fd(4, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueMagicAutoDressInUnitScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueMagicSetAutoDressInMagicUnitCsReq = struct { + KHDHAHNNALM: bool = false, + + pub const _desc_table = .{ + .KHDHAHNNALM = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueMagicSetAutoDressInMagicUnitScRsp = struct { + retcode: u32 = 0, + KHDHAHNNALM: bool = false, + + pub const _desc_table = .{ + .retcode = fd(2, .{ .Varint = .Simple }), + .KHDHAHNNALM = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueMagicAutoDressInMagicUnitChangeScNotify = struct { + KHDHAHNNALM: bool = false, + + pub const _desc_table = .{ + .KHDHAHNNALM = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueMagicScepterTakeOffUnitCsReq = struct { + BHKANKFPDCP: ArrayList(u32), + scepter_id: u32 = 0, + + pub const _desc_table = .{ + .BHKANKFPDCP = fd(12, .{ .PackedList = .{ .Varint = .Simple } }), + .scepter_id = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueMagicScepterTakeOffUnitScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueMagicUnitComposeCsReq = struct { + BHKANKFPDCP: ArrayList(u32), + + pub const _desc_table = .{ + .BHKANKFPDCP = fd(5, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueMagicUnitComposeScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueMagicUnitReforgeCsReq = struct { + BHKANKFPDCP: ArrayList(u32), + + pub const _desc_table = .{ + .BHKANKFPDCP = fd(14, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueMagicUnitReforgeScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const IEJPPFJFJLJ = struct { + CMADMLIALJL: u32 = 0, + talent_info_list: ?IMJMGEENCEH = null, + + pub const _desc_table = .{ + .CMADMLIALJL = fd(7, .{ .Varint = .Simple }), + .talent_info_list = fd(3, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueMagicGetTalentInfoCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueMagicGetTalentInfoScRsp = struct { + retcode: u32 = 0, + OKAKAMONPFL: ?IEJPPFJFJLJ = null, + + pub const _desc_table = .{ + .retcode = fd(14, .{ .Varint = .Simple }), + .OKAKAMONPFL = fd(9, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueMagicEnableTalentCsReq = struct { + talent_id: u32 = 0, + + pub const _desc_table = .{ + .talent_id = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueMagicEnableTalentScRsp = struct { + OKAKAMONPFL: ?IEJPPFJFJLJ = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .OKAKAMONPFL = fd(4, .{ .SubMessage = {} }), + .retcode = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueMagicGetMiscRealTimeDataCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueMagicGetMiscRealTimeDataScRsp = struct { + GCGLNKFDKKN: ?CACLANLOOLK = null, + BJLEMFMCODD: ?FJJDKDNDFDJ = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .GCGLNKFDKKN = fd(2, .{ .SubMessage = {} }), + .BJLEMFMCODD = fd(10, .{ .SubMessage = {} }), + .retcode = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueMagicStoryInfoUpdateScNotify = struct { + MNBCCBABCHA: u32 = 0, + + pub const _desc_table = .{ + .MNBCCBABCHA = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EDDHMIGFDJI = struct { + confirm: bool = false, + INBJPPAPCAG: u32 = 0, + MBGKCKLDHIB: u32 = 0, + + pub const _desc_table = .{ + .confirm = fd(3, .{ .Varint = .Simple }), + .INBJPPAPCAG = fd(1, .{ .Varint = .Simple }), + .MBGKCKLDHIB = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FOIACPFKDHK = struct { + INBJPPAPCAG: u32 = 0, + MBGKCKLDHIB: u32 = 0, + ONNJGDJNFLG: ArrayList(u32), + confirm: bool = false, + + pub const _desc_table = .{ + .INBJPPAPCAG = fd(13, .{ .Varint = .Simple }), + .MBGKCKLDHIB = fd(10, .{ .Varint = .Simple }), + .ONNJGDJNFLG = fd(15, .{ .PackedList = .{ .Varint = .Simple } }), + .confirm = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const POGCNJMNGPI = struct { + ONNJGDJNFLG: ArrayList(u32), + INBJPPAPCAG: u32 = 0, + confirm: bool = false, + + pub const _desc_table = .{ + .ONNJGDJNFLG = fd(13, .{ .PackedList = .{ .Varint = .Simple } }), + .INBJPPAPCAG = fd(4, .{ .Varint = .Simple }), + .confirm = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AINBLBBFDBJ = struct { + INBJPPAPCAG: u32 = 0, + NIJAGOAJPEM: u32 = 0, + NHGOJDODGMA: ArrayList(u32), + confirm: bool = false, + + pub const _desc_table = .{ + .INBJPPAPCAG = fd(8, .{ .Varint = .Simple }), + .NIJAGOAJPEM = fd(3, .{ .Varint = .Simple }), + .NHGOJDODGMA = fd(11, .{ .PackedList = .{ .Varint = .Simple } }), + .confirm = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AJEEIAKEMIP = struct { + CEHFIILMJKM: u32 = 0, + + pub const _desc_table = .{ + .CEHFIILMJKM = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KHMJBJLOBPG = struct { + CPOCNGEKIIB: u32 = 0, + + pub const _desc_table = .{ + .CPOCNGEKIIB = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GFGDODHMBPK = struct { + KOKPCEAMABC: u32 = 0, + + pub const _desc_table = .{ + .KOKPCEAMABC = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const NPDIPKHDCNF = struct { + confirm: bool = false, + block_type: u32 = 0, + INBJPPAPCAG: u32 = 0, + NHGOJDODGMA: ArrayList(u32), + + pub const _desc_table = .{ + .confirm = fd(12, .{ .Varint = .Simple }), + .block_type = fd(14, .{ .Varint = .Simple }), + .INBJPPAPCAG = fd(15, .{ .Varint = .Simple }), + .NHGOJDODGMA = fd(13, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EGALAGNAEFB = struct { + OLGLJHECDOF: u32 = 0, + GCLEBGDDIIP: u32 = 0, + GPDEIIIOIPN: u32 = 0, + + pub const _desc_table = .{ + .OLGLJHECDOF = fd(15, .{ .Varint = .Simple }), + .GCLEBGDDIIP = fd(5, .{ .Varint = .Simple }), + .GPDEIIIOIPN = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const NDGLJKNKEFK = struct { + OJEBLMKKMGO: u32 = 0, + + pub const _desc_table = .{ + .OJEBLMKKMGO = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EGFDAJDIHNJ = struct { + item_id: u32 = 0, + item_count: u32 = 0, + + pub const _desc_table = .{ + .item_id = fd(9, .{ .Varint = .Simple }), + .item_count = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PNIKOFBIMJL = struct { + NEJDMEGNFGK: u32 = 0, + EOAEFBKNFFE: u32 = 0, + Num: u32 = 0, + + pub const _desc_table = .{ + .NEJDMEGNFGK = fd(4, .{ .Varint = .Simple }), + .EOAEFBKNFFE = fd(13, .{ .Varint = .Simple }), + .Num = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const JJDKOEEHBJO = struct { + OOOFGDBLDCE: u32 = 0, + Num: u32 = 0, + + pub const _desc_table = .{ + .OOOFGDBLDCE = fd(2, .{ .Varint = .Simple }), + .Num = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OKGMDMJHCMK = struct { + CEHFIILMJKM: u32 = 0, + + pub const _desc_table = .{ + .CEHFIILMJKM = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CFKBHPNBCNB = struct { + MBGKCKLDHIB: u32 = 0, + + pub const _desc_table = .{ + .MBGKCKLDHIB = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BBBEOEOIFJK = struct { + INBJPPAPCAG: u32 = 0, + ONNJGDJNFLG: ArrayList(u32), + confirm: bool = false, + + pub const _desc_table = .{ + .INBJPPAPCAG = fd(13, .{ .Varint = .Simple }), + .ONNJGDJNFLG = fd(8, .{ .PackedList = .{ .Varint = .Simple } }), + .confirm = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AHPNAPGPJEG = struct { + OJEBLMKKMGO: u32 = 0, + AMOJFMFEOGE: u32 = 0, + + pub const _desc_table = .{ + .OJEBLMKKMGO = fd(7, .{ .Varint = .Simple }), + .AMOJFMFEOGE = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FPCHMKKCGFA = struct { + BNCKFBFMGMI: u32 = 0, + AFFJHMJDIBN: u32 = 0, + LGHOKGABGCK: NJCHLJFIODM = @enumFromInt(0), + + pub const _desc_table = .{ + .BNCKFBFMGMI = fd(8, .{ .Varint = .Simple }), + .AFFJHMJDIBN = fd(3, .{ .Varint = .Simple }), + .LGHOKGABGCK = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const NDFOOKGHHOP = struct { + INBJPPAPCAG: u32 = 0, + confirm: bool = false, + CEGCKBNDALF: ArrayList(u32), + + pub const _desc_table = .{ + .INBJPPAPCAG = fd(1, .{ .Varint = .Simple }), + .confirm = fd(2, .{ .Varint = .Simple }), + .CEGCKBNDALF = fd(10, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MDBJBIEKKEE = struct { + LIPAPOMHMCE: u32 = 0, + + pub const _desc_table = .{ + .LIPAPOMHMCE = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BLCPNBIKCLP = struct { + count: u32 = 0, + + pub const _desc_table = .{ + .count = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueModifier = struct { + HHMABJDIMGM: LGMDBCFFJOF = @enumFromInt(0), + PKFCLDINCAL: u64 = 0, + modifier_Content: ?FPCHMKKCGFA = null, + KBOBEEMCNDD: ?NDFOOKGHHOP = null, + + pub const _desc_table = .{ + .HHMABJDIMGM = fd(3, .{ .Varint = .Simple }), + .PKFCLDINCAL = fd(15, .{ .Varint = .Simple }), + .modifier_Content = fd(14, .{ .SubMessage = {} }), + .KBOBEEMCNDD = fd(1733, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EENDHPKPFLP = struct { + MEBJCLENPIO: ArrayList(RogueModifier), + + pub const _desc_table = .{ + .MEBJCLENPIO = fd(4, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueModifierAddNotify = struct { + PDAAMPCELAA: ?RogueModifier = null, + + pub const _desc_table = .{ + .PDAAMPCELAA = fd(1, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueModifierSelectCellCsReq = struct { + cell_id: u32 = 0, + + pub const _desc_table = .{ + .cell_id = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueModifierSelectCellScRsp = struct { + JDIJKEGCIBP: ?ItemList = null, + cell_id: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .JDIJKEGCIBP = fd(11, .{ .SubMessage = {} }), + .cell_id = fd(10, .{ .Varint = .Simple }), + .retcode = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueModifierUpdateNotify = struct { + PDAAMPCELAA: ?RogueModifier = null, + + pub const _desc_table = .{ + .PDAAMPCELAA = fd(4, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueModifierDelNotify = struct { + PKFCLDINCAL: u64 = 0, + + pub const _desc_table = .{ + .PKFCLDINCAL = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueModifierStageStartNotify = struct { + HHMABJDIMGM: LGMDBCFFJOF = @enumFromInt(0), + + pub const _desc_table = .{ + .HHMABJDIMGM = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FJEMJBNAJFJ = struct { + scene: ?SceneInfo = null, + Lineup: ?LineupInfo = null, + KEILFHHNLIH: ?RogueMapRotateInfo = null, + + pub const _desc_table = .{ + .scene = fd(4, .{ .SubMessage = {} }), + .Lineup = fd(2, .{ .SubMessage = {} }), + .KEILFHHNLIH = fd(5, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CFCDHLPOOGC = struct { + IKOBKINKHCF: ?MIKFNBBOPIP = null, + ICFFJLICIMB: ?LHADMKCGCKO = null, + + pub const _desc_table = .{ + .IKOBKINKHCF = fd(11, .{ .SubMessage = {} }), + .ICFFJLICIMB = fd(1916, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const NKPKIAAMODG = struct { + MNNKJPLIILJ: u32 = 0, + JDBAHPEBFJC: u32 = 0, + LDFEHKDCNEL: u32 = 0, + FBJHGPDKBGM: bool = false, + + pub const _desc_table = .{ + .MNNKJPLIILJ = fd(9, .{ .Varint = .Simple }), + .JDBAHPEBFJC = fd(8, .{ .Varint = .Simple }), + .LDFEHKDCNEL = fd(10, .{ .Varint = .Simple }), + .FBJHGPDKBGM = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const NNIJCDKHPKL = struct { + JEDJBEDKCJI: u32 = 0, + CDINHFHBMOG: u32 = 0, + FBJHGPDKBGM: bool = false, + AIPLFLIBPKJ: u32 = 0, + + pub const _desc_table = .{ + .JEDJBEDKCJI = fd(1, .{ .Varint = .Simple }), + .CDINHFHBMOG = fd(6, .{ .Varint = .Simple }), + .FBJHGPDKBGM = fd(8, .{ .Varint = .Simple }), + .AIPLFLIBPKJ = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GPNJMEHNDMN = struct { + FBJHGPDKBGM: bool = false, + HIPJHPJOLBE: u32 = 0, + JAPDCMJPIEJ: u32 = 0, + + pub const _desc_table = .{ + .FBJHGPDKBGM = fd(6, .{ .Varint = .Simple }), + .HIPJHPJOLBE = fd(8, .{ .Varint = .Simple }), + .JAPDCMJPIEJ = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FBHNFJCNHML = struct { + FBJHGPDKBGM: bool = false, + JAPDCMJPIEJ: u32 = 0, + + pub const _desc_table = .{ + .FBJHGPDKBGM = fd(3, .{ .Varint = .Simple }), + .JAPDCMJPIEJ = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BMNMBPNBBHM = struct { + PGCBEOLEIOO: bool = false, + + pub const _desc_table = .{ + .PGCBEOLEIOO = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LHADMKCGCKO = struct { + IJBPHIGKMHF: ?AGGMHDJGFDI = null, + level: ?GEKLEELLCBF = null, + LKKFHFDPFKE: ?ChessRogueBuffInfo = null, + Lineup: ?OMDEFBABNNB = null, + KKOBBENPFPH: ?FNIJJHAENBL = null, + JIBDGCFCDIO: ?ChessRogueMiracleInfo = null, + BDJEBPNJELP: ?FBNJOFCEMIL = null, + HPDBJALEMMO: ?KAAJBAOAKBO = null, + JMIDLLDKJBI: ?CGJNHNMAMDH = null, + CPIOGJKFECH: ?FINDAFKPOOF = null, + LMPGBONBHGN: ?BMNMBPNBBHM = null, + + pub const _desc_table = .{ + .IJBPHIGKMHF = fd(12, .{ .SubMessage = {} }), + .level = fd(13, .{ .SubMessage = {} }), + .LKKFHFDPFKE = fd(11, .{ .SubMessage = {} }), + .Lineup = fd(5, .{ .SubMessage = {} }), + .KKOBBENPFPH = fd(2, .{ .SubMessage = {} }), + .JIBDGCFCDIO = fd(14, .{ .SubMessage = {} }), + .BDJEBPNJELP = fd(1, .{ .SubMessage = {} }), + .HPDBJALEMMO = fd(8, .{ .SubMessage = {} }), + .JMIDLLDKJBI = fd(7, .{ .SubMessage = {} }), + .CPIOGJKFECH = fd(4, .{ .SubMessage = {} }), + .LMPGBONBHGN = fd(6, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GEKLEELLCBF = struct { + EJOIJGCLCJO: bool = false, + LGBOHDICFPK: bool = false, + LFCDODFMHHN: u32 = 0, + status: OGADIMMLJHN = @enumFromInt(0), + reason: AKKHKMECAFL = @enumFromInt(0), + AHOOAFGDEHF: ArrayList(BABHBOMOMDF), + + pub const _desc_table = .{ + .EJOIJGCLCJO = fd(2, .{ .Varint = .Simple }), + .LGBOHDICFPK = fd(13, .{ .Varint = .Simple }), + .LFCDODFMHHN = fd(12, .{ .Varint = .Simple }), + .status = fd(6, .{ .Varint = .Simple }), + .reason = fd(15, .{ .Varint = .Simple }), + .AHOOAFGDEHF = fd(9, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AGGMHDJGFDI = struct { + OGNHPKOJHJP: u32 = 0, + KLGMNCHBICP: u32 = 0, + + pub const _desc_table = .{ + .OGNHPKOJHJP = fd(13, .{ .Varint = .Simple }), + .KLGMNCHBICP = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FNIJJHAENBL = struct { + difficulty_id_list: ArrayList(u32), + + pub const _desc_table = .{ + .difficulty_id_list = fd(2, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BABHBOMOMDF = struct { + MNFJEIININL: ArrayList(LHOMIEDAOID), + status: ODBNIGDLNCF = @enumFromInt(0), + layer_id: u32 = 0, + BHPGJCICMJM: u32 = 0, + OGLDNEFKNDO: u32 = 0, + + pub const _desc_table = .{ + .MNFJEIININL = fd(6, .{ .List = .{ .SubMessage = {} } }), + .status = fd(15, .{ .Varint = .Simple }), + .layer_id = fd(2, .{ .Varint = .Simple }), + .BHPGJCICMJM = fd(4, .{ .Varint = .Simple }), + .OGLDNEFKNDO = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LHOMIEDAOID = struct { + AKDLEBLPBMD: u32 = 0, + room_id: u32 = 0, + EIPNNEJNNKJ: u32 = 0, + status: LMIKNFDLFFO = @enumFromInt(0), + + pub const _desc_table = .{ + .AKDLEBLPBMD = fd(11, .{ .Varint = .Simple }), + .room_id = fd(9, .{ .Varint = .Simple }), + .EIPNNEJNNKJ = fd(7, .{ .Varint = .Simple }), + .status = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournStartCsReq = struct { + DBAHFEFGLMD: u32 = 0, + LGBOHDICFPK: bool = false, + base_avatar_id_list: ArrayList(u32), + EJOIJGCLCJO: bool = false, + + pub const _desc_table = .{ + .DBAHFEFGLMD = fd(5, .{ .Varint = .Simple }), + .LGBOHDICFPK = fd(8, .{ .Varint = .Simple }), + .base_avatar_id_list = fd(6, .{ .PackedList = .{ .Varint = .Simple } }), + .EJOIJGCLCJO = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournStartScRsp = struct { + KHJCGNLLFOH: u32 = 0, + LCOCLENJJAI: ?FJEMJBNAJFJ = null, + retcode: u32 = 0, + BHMHLPCHKLG: ?CFCDHLPOOGC = null, + + pub const _desc_table = .{ + .KHJCGNLLFOH = fd(3, .{ .Varint = .Simple }), + .LCOCLENJJAI = fd(1, .{ .SubMessage = {} }), + .retcode = fd(8, .{ .Varint = .Simple }), + .BHMHLPCHKLG = fd(11, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournEnterCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournEnterScRsp = struct { + retcode: u32 = 0, + BHMHLPCHKLG: ?CFCDHLPOOGC = null, + LCOCLENJJAI: ?FJEMJBNAJFJ = null, + + pub const _desc_table = .{ + .retcode = fd(11, .{ .Varint = .Simple }), + .BHMHLPCHKLG = fd(9, .{ .SubMessage = {} }), + .LCOCLENJJAI = fd(6, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournLeaveCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournLeaveScRsp = struct { + LCOCLENJJAI: ?FJEMJBNAJFJ = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .LCOCLENJJAI = fd(1, .{ .SubMessage = {} }), + .retcode = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournSettleCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournFinishInfo = struct { + rogue_Lineup_info: ?LineupInfo = null, + CJCOJAMLEEL: ?NKPKIAAMODG = null, + KGCIAIAFIBE: ?GPNJMEHNDMN = null, + CLKHPONDDDO: ?KCLCHJMNPGL = null, + PFOEPFPHFNJ: ?FBHNFJCNHML = null, + BHMHLPCHKLG: ?CFCDHLPOOGC = null, + GCGLNKFDKKN: ?NNIJCDKHPKL = null, + + pub const _desc_table = .{ + .rogue_Lineup_info = fd(6, .{ .SubMessage = {} }), + .CJCOJAMLEEL = fd(2, .{ .SubMessage = {} }), + .KGCIAIAFIBE = fd(12, .{ .SubMessage = {} }), + .CLKHPONDDDO = fd(14, .{ .SubMessage = {} }), + .PFOEPFPHFNJ = fd(5, .{ .SubMessage = {} }), + .BHMHLPCHKLG = fd(13, .{ .SubMessage = {} }), + .GCGLNKFDKKN = fd(10, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournSettleScRsp = struct { + LCOCLENJJAI: ?FJEMJBNAJFJ = null, + retcode: u32 = 0, + tourn_finish_info: ?RogueTournFinishInfo = null, + + pub const _desc_table = .{ + .LCOCLENJJAI = fd(1, .{ .SubMessage = {} }), + .retcode = fd(15, .{ .Varint = .Simple }), + .tourn_finish_info = fd(5, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournEnterRoomCsReq = struct { + BHPGJCICMJM: u32 = 0, + FLLABLFBEIK: u32 = 0, + + pub const _desc_table = .{ + .BHPGJCICMJM = fd(12, .{ .Varint = .Simple }), + .FLLABLFBEIK = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournEnterRoomScRsp = struct { + LCOCLENJJAI: ?FJEMJBNAJFJ = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .LCOCLENJJAI = fd(8, .{ .SubMessage = {} }), + .retcode = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournEnterLayerCsReq = struct { + FLLABLFBEIK: u32 = 0, + LFCDODFMHHN: u32 = 0, + + pub const _desc_table = .{ + .FLLABLFBEIK = fd(5, .{ .Varint = .Simple }), + .LFCDODFMHHN = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournEnterLayerScRsp = struct { + LCOCLENJJAI: ?FJEMJBNAJFJ = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .LCOCLENJJAI = fd(15, .{ .SubMessage = {} }), + .retcode = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournLevelInfoUpdateScNotify = struct { + reason: AKKHKMECAFL = @enumFromInt(0), + AHOOAFGDEHF: ArrayList(BABHBOMOMDF), + LFCDODFMHHN: u32 = 0, + status: OGADIMMLJHN = @enumFromInt(0), + + pub const _desc_table = .{ + .reason = fd(1, .{ .Varint = .Simple }), + .AHOOAFGDEHF = fd(13, .{ .List = .{ .SubMessage = {} } }), + .LFCDODFMHHN = fd(11, .{ .Varint = .Simple }), + .status = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournTakeExpRewardCsReq = struct { + LOPMHJFBHIM: ArrayList(u32), + ACGKFEDNDFH: u32 = 0, + + pub const _desc_table = .{ + .LOPMHJFBHIM = fd(8, .{ .PackedList = .{ .Varint = .Simple } }), + .ACGKFEDNDFH = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournTakeExpRewardScRsp = struct { + retcode: u32 = 0, + CKBMGABEEGO: ArrayList(u32), + exp: u32 = 0, + reward: ?ItemList = null, + + pub const _desc_table = .{ + .retcode = fd(6, .{ .Varint = .Simple }), + .CKBMGABEEGO = fd(7, .{ .PackedList = .{ .Varint = .Simple } }), + .exp = fd(2, .{ .Varint = .Simple }), + .reward = fd(8, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournExpNotify = struct { + exp: u32 = 0, + + pub const _desc_table = .{ + .exp = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournQueryCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OLKFPHPBPDL = struct { + GMOPLJJGBPO: bool = false, + is_taken_reward: bool = false, + BIIFELFEGNK: bool = false, + DBAHFEFGLMD: u32 = 0, + HDMDAODJACB: ArrayList(u32), + is_unlocked: bool = false, + + pub const _desc_table = .{ + .GMOPLJJGBPO = fd(14, .{ .Varint = .Simple }), + .is_taken_reward = fd(10, .{ .Varint = .Simple }), + .BIIFELFEGNK = fd(15, .{ .Varint = .Simple }), + .DBAHFEFGLMD = fd(8, .{ .Varint = .Simple }), + .HDMDAODJACB = fd(9, .{ .PackedList = .{ .Varint = .Simple } }), + .is_unlocked = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LHAEABOJGOP = struct { + KHJCGNLLFOH: u32 = 0, + GPODHHAOHNP: bool = false, + LFPCCPOLJPC: u32 = 0, + end_time: i64 = 0, + + pub const _desc_table = .{ + .KHJCGNLLFOH = fd(9, .{ .Varint = .Simple }), + .GPODHHAOHNP = fd(6, .{ .Varint = .Simple }), + .LFPCCPOLJPC = fd(13, .{ .Varint = .Simple }), + .end_time = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const NDNKBAGGDHD = struct { + CKBMGABEEGO: ArrayList(u32), + exp: u32 = 0, + + pub const _desc_table = .{ + .CKBMGABEEGO = fd(3, .{ .PackedList = .{ .Varint = .Simple } }), + .exp = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BOICEKFMCIC = struct { + talent_info_list: ?IMJMGEENCEH = null, + BJCEKLKNLCD: u32 = 0, + + pub const _desc_table = .{ + .talent_info_list = fd(7, .{ .SubMessage = {} }), + .BJCEKLKNLCD = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const JIGDNFDNOJD = struct { + is_unlocked: bool = false, + HANDCDPIBLD: u32 = 0, + + pub const _desc_table = .{ + .is_unlocked = fd(1, .{ .Varint = .Simple }), + .HANDCDPIBLD = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PMBNJOONHPA = struct { + ACGKFEDNDFH: u32 = 0, + KAEOJCOBIHC: u32 = 0, + + pub const _desc_table = .{ + .ACGKFEDNDFH = fd(13, .{ .Varint = .Simple }), + .KAEOJCOBIHC = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KGDOFADNDAJ = struct { + KCDLMNINCGE: ArrayList(u32), + BKGJPCCLIDN: ArrayList(u32), + PPCONKKPIPM: ArrayList(u32), + BOFLHOFKACN: u32 = 0, + FAJCNMEKKNN: ArrayList(u32), + NFFBJBBCDMG: ArrayList(u32), + IDOECNPKGCE: ArrayList(u32), + + pub const _desc_table = .{ + .KCDLMNINCGE = fd(14, .{ .PackedList = .{ .Varint = .Simple } }), + .BKGJPCCLIDN = fd(8, .{ .PackedList = .{ .Varint = .Simple } }), + .PPCONKKPIPM = fd(13, .{ .PackedList = .{ .Varint = .Simple } }), + .BOFLHOFKACN = fd(2, .{ .Varint = .Simple }), + .FAJCNMEKKNN = fd(3, .{ .PackedList = .{ .Varint = .Simple } }), + .NFFBJBBCDMG = fd(6, .{ .PackedList = .{ .Varint = .Simple } }), + .IDOECNPKGCE = fd(1, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KCLCHJMNPGL = struct { + NGIAMBEIHPI: u32 = 0, + OFGBJCCCIKE: u32 = 0, + + pub const _desc_table = .{ + .NGIAMBEIHPI = fd(7, .{ .Varint = .Simple }), + .OFGBJCCCIKE = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CHGGGEGAMDI = struct { + DIMGDINCCJI: ArrayList(JIGDNFDNOJD), + GMOPEKCOLBE: ArrayList(CJPKPJFJKDG), + EHOBBJMEDEE: ?BOICEKFMCIC = null, + HNDBKKLOMLC: ?NDNKBAGGDHD = null, + FEJGMNNFFLG: ?PMBNJOONHPA = null, + LKCEFCLJCBM: ?KCLCHJMNPGL = null, + IAKCMPLPOEE: ?KGDOFADNDAJ = null, + LLAOOGCHHDK: ?GIGPOFFBIEO = null, + JIDJEAMDKDE: ArrayList(OLKFPHPBPDL), + JDBMBIKPBJB: ?LHAEABOJGOP = null, + + pub const _desc_table = .{ + .DIMGDINCCJI = fd(1, .{ .List = .{ .SubMessage = {} } }), + .GMOPEKCOLBE = fd(8, .{ .List = .{ .SubMessage = {} } }), + .EHOBBJMEDEE = fd(2, .{ .SubMessage = {} }), + .HNDBKKLOMLC = fd(5, .{ .SubMessage = {} }), + .FEJGMNNFFLG = fd(12, .{ .SubMessage = {} }), + .LKCEFCLJCBM = fd(14, .{ .SubMessage = {} }), + .IAKCMPLPOEE = fd(9, .{ .SubMessage = {} }), + .LLAOOGCHHDK = fd(6, .{ .SubMessage = {} }), + .JIDJEAMDKDE = fd(15, .{ .List = .{ .SubMessage = {} } }), + .JDBMBIKPBJB = fd(7, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournQueryScRsp = struct { + retcode: u32 = 0, + rogue_get_info: ?CHGGGEGAMDI = null, + BHMHLPCHKLG: ?CFCDHLPOOGC = null, + + pub const _desc_table = .{ + .retcode = fd(3, .{ .Varint = .Simple }), + .rogue_get_info = fd(14, .{ .SubMessage = {} }), + .BHMHLPCHKLG = fd(10, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournAreaUpdateScNotify = struct { + JIDJEAMDKDE: ArrayList(OLKFPHPBPDL), + + pub const _desc_table = .{ + .JIDJEAMDKDE = fd(9, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CJPKPJFJKDG = struct { + BHMHLPCHKLG: ?CFCDHLPOOGC = null, + name: ManagedString = .Empty, + FEJGMNNFFLG: ?PMBNJOONHPA = null, + data: ?BKFFNNAIODC = null, + time: i64 = 0, + end_time: i64 = 0, + max_times: u32 = 0, + + pub const _desc_table = .{ + .BHMHLPCHKLG = fd(7, .{ .SubMessage = {} }), + .name = fd(1, .String), + .FEJGMNNFFLG = fd(10, .{ .SubMessage = {} }), + .data = fd(11, .{ .SubMessage = {} }), + .time = fd(4, .{ .Varint = .Simple }), + .end_time = fd(14, .{ .Varint = .Simple }), + .max_times = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BKFFNNAIODC = struct { + CKGFONMAEKO: ArrayList(GJOIBMFANHL), + CPIOGJKFECH: u32 = 0, + buff_list: ArrayList(FFAMNKOAIHF), + + pub const _desc_table = .{ + .CKGFONMAEKO = fd(9, .{ .List = .{ .SubMessage = {} } }), + .CPIOGJKFECH = fd(4, .{ .Varint = .Simple }), + .buff_list = fd(2, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournGetAllArchiveCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournGetAllArchiveScRsp = struct { + EDJPODPNMED: ArrayList(CJPKPJFJKDG), + retcode: u32 = 0, + + pub const _desc_table = .{ + .EDJPODPNMED = fd(7, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournDeleteArchiveCsReq = struct { + max_times: u32 = 0, + + pub const _desc_table = .{ + .max_times = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournDeleteArchiveScRsp = struct { + retcode: u32 = 0, + max_times: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(7, .{ .Varint = .Simple }), + .max_times = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournRenameArchiveCsReq = struct { + name: ManagedString = .Empty, + max_times: u32 = 0, + + pub const _desc_table = .{ + .name = fd(13, .String), + .max_times = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournRenameArchiveScRsp = struct { + name: ManagedString = .Empty, + max_times: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .name = fd(7, .String), + .max_times = fd(11, .{ .Varint = .Simple }), + .retcode = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournClearArchiveNameScNotify = struct { + max_times: u32 = 0, + + pub const _desc_table = .{ + .max_times = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OOMGHIBBCBN = struct { + HMJFCDLCIFD: ArrayList(u32), + HGCGILABNDL: ArrayList(BMPCJDEAIIH), + JNCBPDHCAHI: ArrayList(u32), + ACGKFEDNDFH: u32 = 0, + KAEOJCOBIHC: u32 = 0, + MKAIFJIBJIK: ArrayList(u32), + AMLDAILBMBO: ArrayList(u32), + + pub const _desc_table = .{ + .HMJFCDLCIFD = fd(13, .{ .PackedList = .{ .Varint = .Simple } }), + .HGCGILABNDL = fd(9, .{ .List = .{ .SubMessage = {} } }), + .JNCBPDHCAHI = fd(12, .{ .PackedList = .{ .Varint = .Simple } }), + .ACGKFEDNDFH = fd(15, .{ .Varint = .Simple }), + .KAEOJCOBIHC = fd(8, .{ .Varint = .Simple }), + .MKAIFJIBJIK = fd(2, .{ .PackedList = .{ .Varint = .Simple } }), + .AMLDAILBMBO = fd(11, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BMPCJDEAIIH = struct { + max_times: u32 = 0, + FCLOLOBFPAL: u32 = 0, + BIJGJECJMHM: ArrayList(u32), + OFIKKOGKLGO: u32 = 0, + avatar_id: u32 = 0, + + pub const _desc_table = .{ + .max_times = fd(6, .{ .Varint = .Simple }), + .FCLOLOBFPAL = fd(13, .{ .Varint = .Simple }), + .BIJGJECJMHM = fd(9, .{ .PackedList = .{ .Varint = .Simple } }), + .OFIKKOGKLGO = fd(14, .{ .Varint = .Simple }), + .avatar_id = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ABDABIIKOJC = struct { + name: ManagedString = .Empty, + time: i64 = 0, + GNDIODGOGPI: ?OOMGHIBBCBN = null, + max_times: u32 = 0, + + pub const _desc_table = .{ + .name = fd(1, .String), + .time = fd(10, .{ .Varint = .Simple }), + .GNDIODGOGPI = fd(8, .{ .SubMessage = {} }), + .max_times = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournGetAllBuildRefCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournGetAllBuildRefScRsp = struct { + IICCNGOKKLF: ArrayList(ABDABIIKOJC), + retcode: u32 = 0, + + pub const _desc_table = .{ + .IICCNGOKKLF = fd(3, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournDeleteBuildRefCsReq = struct { + NDOBMAJMLNK: ArrayList(u32), + + pub const _desc_table = .{ + .NDOBMAJMLNK = fd(12, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournDeleteBuildRefScRsp = struct { + NDOBMAJMLNK: ArrayList(u32), + retcode: u32 = 0, + + pub const _desc_table = .{ + .NDOBMAJMLNK = fd(7, .{ .PackedList = .{ .Varint = .Simple } }), + .retcode = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournSaveBuildRefCsReq = struct { + GNDIODGOGPI: ?OOMGHIBBCBN = null, + max_times: u32 = 0, + name: ManagedString = .Empty, + + pub const _desc_table = .{ + .GNDIODGOGPI = fd(5, .{ .SubMessage = {} }), + .max_times = fd(9, .{ .Varint = .Simple }), + .name = fd(12, .String), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournSaveBuildRefScRsp = struct { + max_times: u32 = 0, + name: ManagedString = .Empty, + retcode: u32 = 0, + + pub const _desc_table = .{ + .max_times = fd(1, .{ .Varint = .Simple }), + .name = fd(10, .String), + .retcode = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournRenameBuildRefCsReq = struct { + name: ManagedString = .Empty, + max_times: u32 = 0, + + pub const _desc_table = .{ + .name = fd(5, .String), + .max_times = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournRenameBuildRefScRsp = struct { + name: ManagedString = .Empty, + max_times: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .name = fd(5, .String), + .max_times = fd(10, .{ .Varint = .Simple }), + .retcode = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournGetPermanentTalentInfoCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournGetPermanentTalentInfoScRsp = struct { + retcode: u32 = 0, + EHOBBJMEDEE: ?BOICEKFMCIC = null, + + pub const _desc_table = .{ + .retcode = fd(13, .{ .Varint = .Simple }), + .EHOBBJMEDEE = fd(14, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournEnablePermanentTalentCsReq = struct { + talent_id: u32 = 0, + + pub const _desc_table = .{ + .talent_id = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournEnablePermanentTalentScRsp = struct { + retcode: u32 = 0, + EHOBBJMEDEE: ?BOICEKFMCIC = null, + + pub const _desc_table = .{ + .retcode = fd(9, .{ .Varint = .Simple }), + .EHOBBJMEDEE = fd(10, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournResetPermanentTalentCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournResetPermanentTalentScRsp = struct { + EHOBBJMEDEE: ?BOICEKFMCIC = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .EHOBBJMEDEE = fd(13, .{ .SubMessage = {} }), + .retcode = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournEnterRogueCocoonSceneCsReq = struct { + avatar_list: ArrayList(PHHKOMBGPPK), + PILMKHCKMED: u32 = 0, + IBGNLBOEBCG: u32 = 0, + EIDDMGHLPBP: bool = false, + PBALFIENEFO: u32 = 0, + + pub const _desc_table = .{ + .avatar_list = fd(9, .{ .List = .{ .SubMessage = {} } }), + .PILMKHCKMED = fd(11, .{ .Varint = .Simple }), + .IBGNLBOEBCG = fd(10, .{ .Varint = .Simple }), + .EIDDMGHLPBP = fd(3, .{ .Varint = .Simple }), + .PBALFIENEFO = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournEnterRogueCocoonSceneScRsp = struct { + LCOCLENJJAI: ?FJEMJBNAJFJ = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .LCOCLENJJAI = fd(2, .{ .SubMessage = {} }), + .retcode = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournLeaveRogueCocoonSceneCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournLeaveRogueCocoonSceneScRsp = struct { + LCOCLENJJAI: ?FJEMJBNAJFJ = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .LCOCLENJJAI = fd(10, .{ .SubMessage = {} }), + .retcode = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournReEnterRogueCocoonStageCsReq = struct { + EIDDMGHLPBP: bool = false, + + pub const _desc_table = .{ + .EIDDMGHLPBP = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournReEnterRogueCocoonStageScRsp = struct { + battle_info: ?SceneBattleInfo = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .battle_info = fd(11, .{ .SubMessage = {} }), + .retcode = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournGetCurRogueCocoonInfoCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournGetCurRogueCocoonInfoScRsp = struct { + IBGNLBOEBCG: u32 = 0, + PBALFIENEFO: u32 = 0, + retcode: u32 = 0, + PILMKHCKMED: u32 = 0, + + pub const _desc_table = .{ + .IBGNLBOEBCG = fd(11, .{ .Varint = .Simple }), + .PBALFIENEFO = fd(6, .{ .Varint = .Simple }), + .retcode = fd(12, .{ .Varint = .Simple }), + .PILMKHCKMED = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournDifficultyCompNotify = struct { + GGGFIGCPKLF: ArrayList(u32), + + pub const _desc_table = .{ + .GGGFIGCPKLF = fd(12, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const JNIAOGIIOGB = struct { + DEIDCHAMDBA: u32 = 0, + + pub const _desc_table = .{ + .DEIDCHAMDBA = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const JCCCACNFDJG = struct { + DEIDCHAMDBA: u32 = 0, + + pub const _desc_table = .{ + .DEIDCHAMDBA = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const JFIHGDPOIID = struct { + buff_id: u32 = 0, + + pub const _desc_table = .{ + .buff_id = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ECGOCHPMCPD = struct { + event_id: u32 = 0, + + pub const _desc_table = .{ + .event_id = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const APFJLOFINFJ = struct { + AMBDKDAMHLH: u32 = 0, + + pub const _desc_table = .{ + .AMBDKDAMHLH = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FIDFNNCJAJE = struct { + IJPPKNKNLNL: u32 = 0, + DCHPOGOBDKO: u32 = 0, + IBOEKJBOMOG: u32 = 0, + level: u32 = 0, + + pub const _desc_table = .{ + .IJPPKNKNLNL = fd(9, .{ .Varint = .Simple }), + .DCHPOGOBDKO = fd(13, .{ .Varint = .Simple }), + .IBOEKJBOMOG = fd(10, .{ .Varint = .Simple }), + .level = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournHandBookNotify = struct { + IEICDGGELNE: ?IEICDGGELNE_union, + + pub const _IEICDGGELNE_case = enum { + JMIDLLDKJBI, + IIHOPMEEAJA, + GPOLBDGOOOD, + NFLDODIABCL, + LKKFHFDPFKE, + HPDBJALEMMO, + }; + pub const IEICDGGELNE_union = union(_IEICDGGELNE_case) { + JMIDLLDKJBI: FIDFNNCJAJE, + IIHOPMEEAJA: JNIAOGIIOGB, + GPOLBDGOOOD: JCCCACNFDJG, + NFLDODIABCL: ECGOCHPMCPD, + LKKFHFDPFKE: JFIHGDPOIID, + HPDBJALEMMO: APFJLOFINFJ, + pub const _union_desc = .{ + .JMIDLLDKJBI = fd(3, .{ .SubMessage = {} }), + .IIHOPMEEAJA = fd(6, .{ .SubMessage = {} }), + .GPOLBDGOOOD = fd(9, .{ .SubMessage = {} }), + .NFLDODIABCL = fd(11, .{ .SubMessage = {} }), + .LKKFHFDPFKE = fd(12, .{ .SubMessage = {} }), + .HPDBJALEMMO = fd(14, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .IEICDGGELNE = fd(null, .{ .OneOf = IEICDGGELNE_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournGetSettleInfoCsReq = struct { + DBAHFEFGLMD: u32 = 0, + + pub const _desc_table = .{ + .DBAHFEFGLMD = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournGetSettleInfoScRsp = struct { + tourn_finish_info: ?RogueTournFinishInfo = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .tourn_finish_info = fd(14, .{ .SubMessage = {} }), + .retcode = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournConfirmSettleCsReq = struct { + name: ManagedString = .Empty, + DBAHFEFGLMD: u32 = 0, + max_times: u32 = 0, + + pub const _desc_table = .{ + .name = fd(14, .String), + .DBAHFEFGLMD = fd(11, .{ .Varint = .Simple }), + .max_times = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournConfirmSettleScRsp = struct { + OHHJKGFOFHB: ?CJPKPJFJKDG = null, + GFONFDBFBNA: ?ItemList = null, + LCOCLENJJAI: ?FJEMJBNAJFJ = null, + JPLAAPJCCBH: ?ItemList = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .OHHJKGFOFHB = fd(5, .{ .SubMessage = {} }), + .GFONFDBFBNA = fd(8, .{ .SubMessage = {} }), + .LCOCLENJJAI = fd(10, .{ .SubMessage = {} }), + .JPLAAPJCCBH = fd(9, .{ .SubMessage = {} }), + .retcode = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournWeekChallengeUpdateScNotify = struct { + JDBMBIKPBJB: ?LHAEABOJGOP = null, + + pub const _desc_table = .{ + .JDBMBIKPBJB = fd(11, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournGetMiscRealTimeDataCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournGetMiscRealTimeDataScRsp = struct { + KGCIAIAFIBE: ?GPNJMEHNDMN = null, + GCGLNKFDKKN: ?NNIJCDKHPKL = null, + CJCOJAMLEEL: ?NKPKIAAMODG = null, + retcode: u32 = 0, + CLKHPONDDDO: ?KCLCHJMNPGL = null, + PFOEPFPHFNJ: ?FBHNFJCNHML = null, + + pub const _desc_table = .{ + .KGCIAIAFIBE = fd(13, .{ .SubMessage = {} }), + .GCGLNKFDKKN = fd(7, .{ .SubMessage = {} }), + .CJCOJAMLEEL = fd(2, .{ .SubMessage = {} }), + .retcode = fd(14, .{ .Varint = .Simple }), + .CLKHPONDDDO = fd(4, .{ .SubMessage = {} }), + .PFOEPFPHFNJ = fd(15, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournGetArchiveRepositoryCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournGetArchiveRepositoryScRsp = struct { + retcode: u32 = 0, + HKDOCLOPKOH: ArrayList(u32), + LNEJMJBFLLH: ArrayList(u32), + + pub const _desc_table = .{ + .retcode = fd(12, .{ .Varint = .Simple }), + .HKDOCLOPKOH = fd(7, .{ .PackedList = .{ .Varint = .Simple } }), + .LNEJMJBFLLH = fd(9, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournReviveCostUpdateScNotify = struct { + rogue_revive_cost: ?ItemCostData = null, + + pub const _desc_table = .{ + .rogue_revive_cost = fd(13, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournReviveAvatarCsReq = struct { + interacted_prop_entity_id: u32 = 0, + base_avatar_id_list: ArrayList(u32), + + pub const _desc_table = .{ + .interacted_prop_entity_id = fd(7, .{ .Varint = .Simple }), + .base_avatar_id_list = fd(13, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournReviveAvatarScRsp = struct { + retcode: u32 = 0, + rogue_revive_cost: ?ItemCostData = null, + + pub const _desc_table = .{ + .retcode = fd(1, .{ .Varint = .Simple }), + .rogue_revive_cost = fd(8, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournBattleFailSettleInfoScNotify = struct { + tourn_finish_info: ?RogueTournFinishInfo = null, + LCOCLENJJAI: ?FJEMJBNAJFJ = null, + + pub const _desc_table = .{ + .tourn_finish_info = fd(8, .{ .SubMessage = {} }), + .LCOCLENJJAI = fd(12, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GIGPOFFBIEO = struct { + talent_info_list: ?IMJMGEENCEH = null, + CMOGHIANDFL: u32 = 0, + + pub const _desc_table = .{ + .talent_info_list = fd(9, .{ .SubMessage = {} }), + .CMOGHIANDFL = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournGetSeasonTalentInfoCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournGetSeasonTalentInfoScRsp = struct { + retcode: u32 = 0, + LLAOOGCHHDK: ?GIGPOFFBIEO = null, + + pub const _desc_table = .{ + .retcode = fd(1, .{ .Varint = .Simple }), + .LLAOOGCHHDK = fd(15, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournEnableSeasonTalentCsReq = struct { + talent_id: u32 = 0, + + pub const _desc_table = .{ + .talent_id = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournEnableSeasonTalentScRsp = struct { + LLAOOGCHHDK: ?GIGPOFFBIEO = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .LLAOOGCHHDK = fd(12, .{ .SubMessage = {} }), + .retcode = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournTitanUpdateTitanBlessProgressScNotify = struct { + LDFGIFDFPCF: u32 = 0, + + pub const _desc_table = .{ + .LDFGIFDFPCF = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetRollShopInfoCsReq = struct { + roll_shop_id: u32 = 0, + + pub const _desc_table = .{ + .roll_shop_id = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetRollShopInfoScRsp = struct { + gacha_random: u32 = 0, + shop_group_id_list: ArrayList(u32), + roll_shop_id: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .gacha_random = fd(14, .{ .Varint = .Simple }), + .shop_group_id_list = fd(2, .{ .PackedList = .{ .Varint = .Simple } }), + .roll_shop_id = fd(9, .{ .Varint = .Simple }), + .retcode = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DoGachaInRollShopCsReq = struct { + gacha_random: u32 = 0, + roll_shop_id: u32 = 0, + gacha_count: u32 = 0, + + pub const _desc_table = .{ + .gacha_random = fd(12, .{ .Varint = .Simple }), + .roll_shop_id = fd(5, .{ .Varint = .Simple }), + .gacha_count = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DoGachaInRollShopScRsp = struct { + retcode: u32 = 0, + roll_shop_id: u32 = 0, + PENILHGLHHM: u32 = 0, + reward: ?ItemList = null, + reward_display_type: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(3, .{ .Varint = .Simple }), + .roll_shop_id = fd(2, .{ .Varint = .Simple }), + .PENILHGLHHM = fd(8, .{ .Varint = .Simple }), + .reward = fd(5, .{ .SubMessage = {} }), + .reward_display_type = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeRollShopRewardCsReq = struct { + roll_shop_id: u32 = 0, + + pub const _desc_table = .{ + .roll_shop_id = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeRollShopRewardScRsp = struct { + group_type: u32 = 0, + retcode: u32 = 0, + roll_shop_id: u32 = 0, + reward: ?ItemList = null, + + pub const _desc_table = .{ + .group_type = fd(2, .{ .Varint = .Simple }), + .retcode = fd(13, .{ .Varint = .Simple }), + .roll_shop_id = fd(6, .{ .Varint = .Simple }), + .reward = fd(5, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SceneActorInfo = struct { + avatar_type: AvatarType = @enumFromInt(0), + map_layer: u32 = 0, + base_avatar_id: u32 = 0, + uid: u32 = 0, + + pub const _desc_table = .{ + .avatar_type = fd(12, .{ .Varint = .Simple }), + .map_layer = fd(2, .{ .Varint = .Simple }), + .base_avatar_id = fd(8, .{ .Varint = .Simple }), + .uid = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const NpcMonsterRogueInfo = struct { + rogue_monster_id: u32 = 0, + hard_level_group: u32 = 0, + DNEAMPLLFME: u32 = 0, + level: u32 = 0, + elite_group: u32 = 0, + + pub const _desc_table = .{ + .rogue_monster_id = fd(3, .{ .Varint = .Simple }), + .hard_level_group = fd(14, .{ .Varint = .Simple }), + .DNEAMPLLFME = fd(15, .{ .Varint = .Simple }), + .level = fd(5, .{ .Varint = .Simple }), + .elite_group = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const NpcMonsterExtraInfo = struct { + rogue_game_info: ?NpcMonsterRogueInfo = null, + + pub const _desc_table = .{ + .rogue_game_info = fd(12, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SceneNpcMonsterInfo = struct { + IDPJIDNLEHH: bool = false, + world_level: u32 = 0, + extra_info: ?NpcMonsterExtraInfo = null, + MPFEDFBKKDF: bool = false, + monster_id: u32 = 0, + event_id: u32 = 0, + + pub const _desc_table = .{ + .IDPJIDNLEHH = fd(2, .{ .Varint = .Simple }), + .world_level = fd(13, .{ .Varint = .Simple }), + .extra_info = fd(14, .{ .SubMessage = {} }), + .MPFEDFBKKDF = fd(8, .{ .Varint = .Simple }), + .monster_id = fd(7, .{ .Varint = .Simple }), + .event_id = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const NpcDialogueEventParam = struct { + arg_id: u32 = 0, + rogue_dialogue_event_id: u32 = 0, + + pub const _desc_table = .{ + .arg_id = fd(11, .{ .Varint = .Simple }), + .rogue_dialogue_event_id = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const NpcRogueGameInfo = struct { + finish_dialogue: bool = false, + KJCBNEINDHL: ArrayList(KJCBNEINDHLEntry), + JENFHOMBKKE: bool = false, + aeon_talk_id: u32 = 0, + talk_dialogue_id: u32 = 0, + event_unique_id: u32 = 0, + LOMILOMCAOM: bool = false, + + pub const _desc_table = .{ + .finish_dialogue = fd(11, .{ .Varint = .Simple }), + .KJCBNEINDHL = fd(3, .{ .List = .{ .SubMessage = {} } }), + .JENFHOMBKKE = fd(14, .{ .Varint = .Simple }), + .aeon_talk_id = fd(15, .{ .Varint = .Simple }), + .talk_dialogue_id = fd(2, .{ .Varint = .Simple }), + .event_unique_id = fd(13, .{ .Varint = .Simple }), + .LOMILOMCAOM = fd(4, .{ .Varint = .Simple }), + }; + + pub const KJCBNEINDHLEntry = struct { + key: u32 = 0, + value: u32 = 0, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KKFKKPPLDAI = struct { + visitor_id: u32 = 0, + is_meet: bool = false, + AMLKPOHDELN: u32 = 0, + + pub const _desc_table = .{ + .visitor_id = fd(6, .{ .Varint = .Simple }), + .is_meet = fd(14, .{ .Varint = .Simple }), + .AMLKPOHDELN = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CLFACBCGIFL = struct { + INCAGNLDJMN: u32 = 0, + KLFCNOAGGPC: u32 = 0, + + pub const _desc_table = .{ + .INCAGNLDJMN = fd(14, .{ .Varint = .Simple }), + .KLFCNOAGGPC = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const NpcExtraInfo = struct { + IEICDGGELNE: ?IEICDGGELNE_union, + + pub const _IEICDGGELNE_case = enum { + PNBJJBJNMGL, + JKJOPMEFCBO, + rogue_game_info, + }; + pub const IEICDGGELNE_union = union(_IEICDGGELNE_case) { + PNBJJBJNMGL: CLFACBCGIFL, + JKJOPMEFCBO: KKFKKPPLDAI, + rogue_game_info: NpcRogueGameInfo, + pub const _union_desc = .{ + .PNBJJBJNMGL = fd(4, .{ .SubMessage = {} }), + .JKJOPMEFCBO = fd(10, .{ .SubMessage = {} }), + .rogue_game_info = fd(14, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .IEICDGGELNE = fd(null, .{ .OneOf = IEICDGGELNE_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SceneNpcInfo = struct { + extra_info: ?NpcExtraInfo = null, + npc_id: u32 = 0, + + pub const _desc_table = .{ + .extra_info = fd(6, .{ .SubMessage = {} }), + .npc_id = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PropRogueInfo = struct { + BBNFIIFMGAK: u32 = 0, + CCDEPAPJNKO: u32 = 0, + room_id: u32 = 0, + site_id: u32 = 0, + + pub const _desc_table = .{ + .BBNFIIFMGAK = fd(3, .{ .Varint = .Simple }), + .CCDEPAPJNKO = fd(4, .{ .Varint = .Simple }), + .room_id = fd(9, .{ .Varint = .Simple }), + .site_id = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PropAeonInfo = struct { + add_exp: u32 = 0, + dialogue_group_id: u32 = 0, + aeon_id: u32 = 0, + + pub const _desc_table = .{ + .add_exp = fd(8, .{ .Varint = .Simple }), + .dialogue_group_id = fd(12, .{ .Varint = .Simple }), + .aeon_id = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PropChessRogueInfo = struct { + AKCGHBFGBCC: bool = false, + enter_next_cell: bool = false, + + pub const _desc_table = .{ + .AKCGHBFGBCC = fd(11, .{ .Varint = .Simple }), + .enter_next_cell = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournDoorInfo = struct { + rogue_door_next_room_type: u32 = 0, + enter_next_layer: bool = false, + EIPNNEJNNKJ: u32 = 0, + + pub const _desc_table = .{ + .rogue_door_next_room_type = fd(2, .{ .Varint = .Simple }), + .enter_next_layer = fd(8, .{ .Varint = .Simple }), + .EIPNNEJNNKJ = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueMagicDoorInfo = struct { + EIPNNEJNNKJ: u32 = 0, + enter_next_layer: bool = false, + rogue_door_next_room_type: u32 = 0, + + pub const _desc_table = .{ + .EIPNNEJNNKJ = fd(9, .{ .Varint = .Simple }), + .enter_next_layer = fd(6, .{ .Varint = .Simple }), + .rogue_door_next_room_type = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const WorkbenchFuncIdInfo = struct { + is_valid: bool = false, + func_id: u32 = 0, + + pub const _desc_table = .{ + .is_valid = fd(10, .{ .Varint = .Simple }), + .func_id = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueTournWorkbenchInfo = struct { + workbench_id: u32 = 0, + workbench_func_list: ArrayList(WorkbenchFuncIdInfo), + + pub const _desc_table = .{ + .workbench_id = fd(13, .{ .Varint = .Simple }), + .workbench_func_list = fd(4, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueGambleMachineInfo = struct { + gamble_info: ?RogueGambleInfo = null, + MGDMHLGJHOC: u32 = 0, + + pub const _desc_table = .{ + .gamble_info = fd(10, .{ .SubMessage = {} }), + .MGDMHLGJHOC = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RogueCurseChestInfo = struct { + chest_id: u32 = 0, + + pub const _desc_table = .{ + .chest_id = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PropTimelineInfo = struct { + timeline_bool_value: bool = false, + timeline_byte_value: ManagedString = .Empty, + + pub const _desc_table = .{ + .timeline_bool_value = fd(10, .{ .Varint = .Simple }), + .timeline_byte_value = fd(1, .String), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PropExtraInfo = struct { + timeline_info: ?PropTimelineInfo = null, + info: ?info_union, + + pub const _info_case = enum { + rogue_gamble_machine_info, + rogue_info, + rogue_tourn_workbench_info, + rogue_magic_door_info, + rogue_tourn_door_info, + rogue_curse_chest_info, + chess_rogue_info, + aeon_info, + }; + pub const info_union = union(_info_case) { + rogue_gamble_machine_info: RogueGambleMachineInfo, + rogue_info: PropRogueInfo, + rogue_tourn_workbench_info: RogueTournWorkbenchInfo, + rogue_magic_door_info: RogueMagicDoorInfo, + rogue_tourn_door_info: RogueTournDoorInfo, + rogue_curse_chest_info: RogueCurseChestInfo, + chess_rogue_info: PropChessRogueInfo, + aeon_info: PropAeonInfo, + pub const _union_desc = .{ + .rogue_gamble_machine_info = fd(1, .{ .SubMessage = {} }), + .rogue_info = fd(3, .{ .SubMessage = {} }), + .rogue_tourn_workbench_info = fd(6, .{ .SubMessage = {} }), + .rogue_magic_door_info = fd(8, .{ .SubMessage = {} }), + .rogue_tourn_door_info = fd(9, .{ .SubMessage = {} }), + .rogue_curse_chest_info = fd(11, .{ .SubMessage = {} }), + .chess_rogue_info = fd(14, .{ .SubMessage = {} }), + .aeon_info = fd(15, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .timeline_info = fd(2, .{ .SubMessage = {} }), + .info = fd(null, .{ .OneOf = info_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ScenePropInfo = struct { + trigger_name_list: ArrayList(ManagedString), + create_time_ms: u64 = 0, + extra_info: ?PropExtraInfo = null, + prop_id: u32 = 0, + prop_state: u32 = 0, + life_time_ms: u32 = 0, + + pub const _desc_table = .{ + .trigger_name_list = fd(2, .{ .List = .String }), + .create_time_ms = fd(14, .{ .Varint = .Simple }), + .extra_info = fd(4, .{ .SubMessage = {} }), + .prop_id = fd(9, .{ .Varint = .Simple }), + .prop_state = fd(5, .{ .Varint = .Simple }), + .life_time_ms = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SceneSummonUnitInfo = struct { + trigger_name_list: ArrayList(ManagedString), + life_time_ms: i32 = 0, + caster_entity_id: u32 = 0, + create_time_ms: u64 = 0, + summon_unit_id: u32 = 0, + attach_entity_id: u32 = 0, + + pub const _desc_table = .{ + .trigger_name_list = fd(6, .{ .List = .String }), + .life_time_ms = fd(12, .{ .Varint = .Simple }), + .caster_entity_id = fd(9, .{ .Varint = .Simple }), + .create_time_ms = fd(5, .{ .Varint = .Simple }), + .summon_unit_id = fd(15, .{ .Varint = .Simple }), + .attach_entity_id = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SceneEntityInfo = struct { + EntityId: u32 = 0, + GroupId: u32 = 0, + Motion: ?MotionInfo = null, + InstId: u32 = 0, + entityCase_: ?entityCase__union, + + pub const _entityCase__case = enum { + Prop, + SummonUnit, + Npc, + NpcMonster, + Actor, + }; + pub const entityCase__union = union(_entityCase__case) { + Prop: ScenePropInfo, + SummonUnit: SceneSummonUnitInfo, + Npc: SceneNpcInfo, + NpcMonster: SceneNpcMonsterInfo, + Actor: SceneActorInfo, + pub const _union_desc = .{ + .Prop = fd(2, .{ .SubMessage = {} }), + .SummonUnit = fd(3, .{ .SubMessage = {} }), + .Npc = fd(6, .{ .SubMessage = {} }), + .NpcMonster = fd(10, .{ .SubMessage = {} }), + .Actor = fd(15, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .EntityId = fd(9, .{ .Varint = .Simple }), + .GroupId = fd(14, .{ .Varint = .Simple }), + .Motion = fd(11, .{ .SubMessage = {} }), + .InstId = fd(4, .{ .Varint = .Simple }), + .entityCase_ = fd(null, .{ .OneOf = entityCase__union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BuffInfo = struct { + dynamic_values: ArrayList(DynamicValuesEntry), + count: u32 = 0, + add_time_ms: u64 = 0, + level: u32 = 0, + buff_summon_entity_id: u32 = 0, + life_time: f32 = 0, + base_avatar_id: u32 = 0, + buff_id: u32 = 0, + + pub const _desc_table = .{ + .dynamic_values = fd(3, .{ .List = .{ .SubMessage = {} } }), + .count = fd(11, .{ .Varint = .Simple }), + .add_time_ms = fd(1, .{ .Varint = .Simple }), + .level = fd(6, .{ .Varint = .Simple }), + .buff_summon_entity_id = fd(8, .{ .Varint = .Simple }), + .life_time = fd(15, .{ .FixedInt = .I32 }), + .base_avatar_id = fd(10, .{ .Varint = .Simple }), + .buff_id = fd(9, .{ .Varint = .Simple }), + }; + + pub const DynamicValuesEntry = struct { + key: ManagedString = .Empty, + value: f32 = 0, + + pub const _desc_table = .{ + .key = fd(1, .String), + .value = fd(2, .{ .FixedInt = .I32 }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EntityBuffInfo = struct { + EntityId: u32 = 0, + buff_list: ArrayList(BuffInfo), + + pub const _desc_table = .{ + .EntityId = fd(2, .{ .Varint = .Simple }), + .buff_list = fd(3, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MechanismBarInfo = struct { + value: u32 = 0, + OHDEOIGHIEM: u32 = 0, + + pub const _desc_table = .{ + .value = fd(3, .{ .Varint = .Simple }), + .OHDEOIGHIEM = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CustomSaveData = struct { + AAMHHECOCOI: ManagedString = .Empty, + group_id: u32 = 0, + + pub const _desc_table = .{ + .AAMHHECOCOI = fd(8, .String), + .group_id = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KEGMIHDFPMM = struct { + CPPDJFKIIHK: u32 = 0, + BLOGJDCKAHM: u32 = 0, + + pub const _desc_table = .{ + .CPPDJFKIIHK = fd(15, .{ .Varint = .Simple }), + .BLOGJDCKAHM = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SceneEntityGroupInfo = struct { + entity_list: ArrayList(SceneEntityInfo), + HEJAMOOJBCJ: ArrayList(HEJAMOOJBCJEntry), + group_id: u32 = 0, + state: u32 = 0, + + pub const _desc_table = .{ + .entity_list = fd(7, .{ .List = .{ .SubMessage = {} } }), + .HEJAMOOJBCJ = fd(1, .{ .List = .{ .SubMessage = {} } }), + .group_id = fd(13, .{ .Varint = .Simple }), + .state = fd(4, .{ .Varint = .Simple }), + }; + + pub const HEJAMOOJBCJEntry = struct { + key: ManagedString = .Empty, + value: i32 = 0, + + pub const _desc_table = .{ + .key = fd(1, .String), + .value = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SceneGroupState = struct { + group_id: u32 = 0, + state: u32 = 0, + is_default: bool = false, + + pub const _desc_table = .{ + .group_id = fd(2, .{ .Varint = .Simple }), + .state = fd(9, .{ .Varint = .Simple }), + .is_default = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MissionStatusBySceneInfo = struct { + BIGEHKDPGPN: ArrayList(MainMissionCustomValue), + DisabledMainMissionIdList: ArrayList(u32), + FinishedMainMissionIdList: ArrayList(u32), + UnfinishedMainMissionIdList: ArrayList(u32), + SubMissionStatusList: ArrayList(Mission), + + pub const _desc_table = .{ + .BIGEHKDPGPN = fd(10, .{ .List = .{ .SubMessage = {} } }), + .DisabledMainMissionIdList = fd(2, .{ .PackedList = .{ .Varint = .Simple } }), + .FinishedMainMissionIdList = fd(4, .{ .PackedList = .{ .Varint = .Simple } }), + .UnfinishedMainMissionIdList = fd(6, .{ .PackedList = .{ .Varint = .Simple } }), + .SubMissionStatusList = fd(11, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SceneInfo = struct { + group_state_list: ArrayList(SceneGroupState), + scene_mission_info: ?MissionStatusBySceneInfo = null, + content_id: u32 = 0, + leader_entity_id: u32 = 0, + dimension_id: u32 = 0, + plane_id: u32 = 0, + DJBIBIJMEBH: ArrayList(u32), + floor_id: u32 = 0, + scene_buff_info_list: ArrayList(BuffInfo), + custom_data_list: ArrayList(CustomSaveData), + MPEHIBKEOBE: ArrayList(MPEHIBKEOBEEntry), + game_mode_type: u32 = 0, + entity_group_list: ArrayList(SceneEntityGroupInfo), + entry_id: u32 = 0, + game_story_line_id: u32 = 0, + PIOKKPDLEHF: ArrayList(PIOKKPDLEHFEntry), + lighten_section_list: ArrayList(u32), + entity_buff_info_list: ArrayList(EntityBuffInfo), + world_id: u32 = 0, + entity_list: ArrayList(SceneEntityInfo), + client_pos_version: u32 = 0, + + pub const _desc_table = .{ + .group_state_list = fd(1142, .{ .List = .{ .SubMessage = {} } }), + .scene_mission_info = fd(1116, .{ .SubMessage = {} }), + .content_id = fd(1175, .{ .Varint = .Simple }), + .leader_entity_id = fd(15, .{ .Varint = .Simple }), + .dimension_id = fd(1302, .{ .Varint = .Simple }), + .plane_id = fd(8, .{ .Varint = .Simple }), + .DJBIBIJMEBH = fd(1906, .{ .PackedList = .{ .Varint = .Simple } }), + .floor_id = fd(13, .{ .Varint = .Simple }), + .scene_buff_info_list = fd(14, .{ .List = .{ .SubMessage = {} } }), + .custom_data_list = fd(12, .{ .List = .{ .SubMessage = {} } }), + .MPEHIBKEOBE = fd(1, .{ .List = .{ .SubMessage = {} } }), + .game_mode_type = fd(3, .{ .Varint = .Simple }), + .entity_group_list = fd(555, .{ .List = .{ .SubMessage = {} } }), + .entry_id = fd(11, .{ .Varint = .Simple }), + .game_story_line_id = fd(1784, .{ .Varint = .Simple }), + .PIOKKPDLEHF = fd(673, .{ .List = .{ .SubMessage = {} } }), + .lighten_section_list = fd(10, .{ .PackedList = .{ .Varint = .Simple } }), + .entity_buff_info_list = fd(5, .{ .List = .{ .SubMessage = {} } }), + .world_id = fd(4, .{ .Varint = .Simple }), + .entity_list = fd(9, .{ .List = .{ .SubMessage = {} } }), + .client_pos_version = fd(7, .{ .Varint = .Simple }), + }; + + pub const MPEHIBKEOBEEntry = struct { + key: u32 = 0, + value: ?KEGMIHDFPMM = null, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub const PIOKKPDLEHFEntry = struct { + key: ManagedString = .Empty, + value: i32 = 0, + + pub const _desc_table = .{ + .key = fd(1, .String), + .value = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EntityMotion = struct { + NFOPIKDKPGG: bool = false, + motion: ?MotionInfo = null, + map_layer: u32 = 0, + entity_id: u32 = 0, + + pub const _desc_table = .{ + .NFOPIKDKPGG = fd(7, .{ .Varint = .Simple }), + .motion = fd(11, .{ .SubMessage = {} }), + .map_layer = fd(9, .{ .Varint = .Simple }), + .entity_id = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SceneEntityMoveCsReq = struct { + entry_id: u32 = 0, + PEMLEJJBAJE: u64 = 0, + entity_motion_list: ArrayList(EntityMotion), + + pub const _desc_table = .{ + .entry_id = fd(11, .{ .Varint = .Simple }), + .PEMLEJJBAJE = fd(10, .{ .Varint = .Simple }), + .entity_motion_list = fd(2, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SceneEntityMoveScRsp = struct { + download_data: ?ClientDownloadData = null, + retcode: u32 = 0, + entity_motion_list: ArrayList(EntityMotion), + + pub const _desc_table = .{ + .download_data = fd(2, .{ .SubMessage = {} }), + .retcode = fd(4, .{ .Varint = .Simple }), + .entity_motion_list = fd(1, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SceneEntityMoveScNotify = struct { + client_pos_version: u32 = 0, + entity_id: u32 = 0, + entry_id: u32 = 0, + Motion: ?MotionInfo = null, + + pub const _desc_table = .{ + .client_pos_version = fd(10, .{ .Varint = .Simple }), + .entity_id = fd(1, .{ .Varint = .Simple }), + .entry_id = fd(4, .{ .Varint = .Simple }), + .Motion = fd(14, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SceneUpdatePositionVersionNotify = struct { + pos_version: u32 = 0, + + pub const _desc_table = .{ + .pos_version = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const InteractPropCsReq = struct { + interact_id: u32 = 0, + prop_entity_id: u32 = 0, + + pub const _desc_table = .{ + .interact_id = fd(14, .{ .Varint = .Simple }), + .prop_entity_id = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const InteractPropScRsp = struct { + retcode: u32 = 0, + prop_entity_id: u32 = 0, + prop_state: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(9, .{ .Varint = .Simple }), + .prop_entity_id = fd(6, .{ .Varint = .Simple }), + .prop_state = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChangePropTimelineInfoCsReq = struct { + timeline_info: ?PropTimelineInfo = null, + is_close_map: bool = false, + uuid: u64 = 0, + prop_entity_id: u32 = 0, + + pub const _desc_table = .{ + .timeline_info = fd(5, .{ .SubMessage = {} }), + .is_close_map = fd(1, .{ .Varint = .Simple }), + .uuid = fd(7, .{ .Varint = .Simple }), + .prop_entity_id = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChangePropTimelineInfoScRsp = struct { + prop_entity_id: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .prop_entity_id = fd(2, .{ .Varint = .Simple }), + .retcode = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HitMonsterBattleInfo = struct { + target_monster_entity_id: u32 = 0, + monster_battle_type: MonsterBattleType = @enumFromInt(0), + + pub const _desc_table = .{ + .target_monster_entity_id = fd(6, .{ .Varint = .Simple }), + .monster_battle_type = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DynamicValues = struct { + key: ManagedString = .Empty, + value: f32 = 0, + + pub const _desc_table = .{ + .key = fd(10, .String), + .value = fd(7, .{ .FixedInt = .I32 }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AssistMonsterEntityInfo = struct { + entity_id_list: ArrayList(u32), + + pub const _desc_table = .{ + .entity_id_list = fd(3, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SceneCastSkillCsReq = struct { + skill_index: u32 = 0, + target_motion: ?MotionInfo = null, + attacked_by_entity_id: u32 = 0, + hit_target_entity_id_list: ArrayList(u32), + maze_ability_str: ManagedString = .Empty, + skill_extra_tags: ArrayList(SkillExtraTag), + assist_monster_entity_info: ArrayList(AssistMonsterEntityInfo), + dynamic_values: ArrayList(DynamicValues), + cast_entity_id: u32 = 0, + HCHDHLJCIJE: u32 = 0, + assist_monster_entity_id_list: ArrayList(u32), + + pub const _desc_table = .{ + .skill_index = fd(3, .{ .Varint = .Simple }), + .target_motion = fd(4, .{ .SubMessage = {} }), + .attacked_by_entity_id = fd(9, .{ .Varint = .Simple }), + .hit_target_entity_id_list = fd(1, .{ .PackedList = .{ .Varint = .Simple } }), + .maze_ability_str = fd(2, .String), + .skill_extra_tags = fd(15, .{ .List = .{ .Varint = .Simple } }), + .assist_monster_entity_info = fd(13, .{ .List = .{ .SubMessage = {} } }), + .dynamic_values = fd(11, .{ .List = .{ .SubMessage = {} } }), + .cast_entity_id = fd(6, .{ .Varint = .Simple }), + .HCHDHLJCIJE = fd(12, .{ .Varint = .Simple }), + .assist_monster_entity_id_list = fd(14, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SceneCastSkillScRsp = struct { + cast_entity_id: u32 = 0, + monster_battle_info: ArrayList(HitMonsterBattleInfo), + retcode: u32 = 0, + battle_info: ?SceneBattleInfo = null, + + pub const _desc_table = .{ + .cast_entity_id = fd(14, .{ .Varint = .Simple }), + .monster_battle_info = fd(8, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(3, .{ .Varint = .Simple }), + .battle_info = fd(5, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SceneCastSkillCostMpCsReq = struct { + attacked_by_entity_id: u32 = 0, + cast_entity_id: u32 = 0, + skill_index: u32 = 0, + + pub const _desc_table = .{ + .attacked_by_entity_id = fd(7, .{ .Varint = .Simple }), + .cast_entity_id = fd(6, .{ .Varint = .Simple }), + .skill_index = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SceneCastSkillCostMpScRsp = struct { + cast_entity_id: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .cast_entity_id = fd(11, .{ .Varint = .Simple }), + .retcode = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SceneCastSkillMpUpdateScNotify = struct { + mp: u32 = 0, + cast_entity_id: u32 = 0, + + pub const _desc_table = .{ + .mp = fd(11, .{ .Varint = .Simple }), + .cast_entity_id = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SceneEnterStageCsReq = struct { + rebattle_type: RebattleType = @enumFromInt(0), + event_id: u32 = 0, + PMJAHILBLFL: bool = false, + + pub const _desc_table = .{ + .rebattle_type = fd(15, .{ .Varint = .Simple }), + .event_id = fd(11, .{ .Varint = .Simple }), + .PMJAHILBLFL = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SceneEnterStageScRsp = struct { + retcode: u32 = 0, + battle_info: ?SceneBattleInfo = null, + + pub const _desc_table = .{ + .retcode = fd(5, .{ .Varint = .Simple }), + .battle_info = fd(7, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SceneReviveAfterRebattleCsReq = struct { + rebattle_type: RebattleType = @enumFromInt(0), + + pub const _desc_table = .{ + .rebattle_type = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SceneReviveAfterRebattleScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetCurSceneInfoCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetCurSceneInfoScRsp = struct { + scene: ?SceneInfo = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .scene = fd(9, .{ .SubMessage = {} }), + .retcode = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EntityBuffChangeInfo = struct { + entity_id: u32 = 0, + reason: SceneEntityBuffChangeType = @enumFromInt(0), + cast_entity_id: u32 = 0, + IEICDGGELNE: ?IEICDGGELNE_union, + + pub const _IEICDGGELNE_case = enum { + remove_buff_id, + buff_change_info, + }; + pub const IEICDGGELNE_union = union(_IEICDGGELNE_case) { + remove_buff_id: u32, + buff_change_info: BuffInfo, + pub const _union_desc = .{ + .remove_buff_id = fd(4, .{ .Varint = .Simple }), + .buff_change_info = fd(11, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .entity_id = fd(2, .{ .Varint = .Simple }), + .reason = fd(1, .{ .Varint = .Simple }), + .cast_entity_id = fd(12, .{ .Varint = .Simple }), + .IEICDGGELNE = fd(null, .{ .OneOf = IEICDGGELNE_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SyncEntityBuffChangeListScNotify = struct { + entity_buff_change_list: ArrayList(EntityBuffChangeInfo), + + pub const _desc_table = .{ + .entity_buff_change_list = fd(11, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SpringRefreshCsReq = struct { + prop_entity_id: u32 = 0, + plane_id: u32 = 0, + floor_id: u32 = 0, + + pub const _desc_table = .{ + .prop_entity_id = fd(14, .{ .Varint = .Simple }), + .plane_id = fd(8, .{ .Varint = .Simple }), + .floor_id = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SpringRefreshScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LastSpringRefreshTimeNotify = struct { + JBICINDPIGM: i64 = 0, + + pub const _desc_table = .{ + .JBICINDPIGM = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ReturnLastTownCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ReturnLastTownScRsp = struct { + scene: ?SceneInfo = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .scene = fd(8, .{ .SubMessage = {} }), + .retcode = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EnterSectionCsReq = struct { + section_id: u32 = 0, + + pub const _desc_table = .{ + .section_id = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EnterSectionScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetCurInteractEntityCsReq = struct { + entity_id: u32 = 0, + + pub const _desc_table = .{ + .entity_id = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetCurInteractEntityScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RecoverAllLineupCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RecoverAllLineupScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SavePointsInfoNotify = struct { + refresh_time: i64 = 0, + valid_times: u32 = 0, + + pub const _desc_table = .{ + .refresh_time = fd(15, .{ .Varint = .Simple }), + .valid_times = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const StartCocoonStageCsReq = struct { + world_level: u32 = 0, + prop_entity_id: u32 = 0, + wave: u32 = 0, + cocoon_id: u32 = 0, + + pub const _desc_table = .{ + .world_level = fd(2, .{ .Varint = .Simple }), + .prop_entity_id = fd(3, .{ .Varint = .Simple }), + .wave = fd(6, .{ .Varint = .Simple }), + .cocoon_id = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const StartCocoonStageScRsp = struct { + cocoon_id: u32 = 0, + prop_entity_id: u32 = 0, + retcode: u32 = 0, + battle_info: ?SceneBattleInfo = null, + wave: u32 = 0, + + pub const _desc_table = .{ + .cocoon_id = fd(1, .{ .Varint = .Simple }), + .prop_entity_id = fd(6, .{ .Varint = .Simple }), + .retcode = fd(15, .{ .Varint = .Simple }), + .battle_info = fd(3, .{ .SubMessage = {} }), + .wave = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EntityBindPropCsReq = struct { + MJJMPIFLMKF: bool = false, + Motion: ?MotionInfo = null, + + pub const _desc_table = .{ + .MJJMPIFLMKF = fd(4, .{ .Varint = .Simple }), + .Motion = fd(15, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EntityBindPropScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetClientPausedCsReq = struct { + paused: bool = false, + + pub const _desc_table = .{ + .paused = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetClientPausedScRsp = struct { + retcode: u32 = 0, + paused: bool = false, + + pub const _desc_table = .{ + .retcode = fd(13, .{ .Varint = .Simple }), + .paused = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DeactivateFarmElementCsReq = struct { + entity_id: u32 = 0, + + pub const _desc_table = .{ + .entity_id = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DeactivateFarmElementScRsp = struct { + entity_id: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .entity_id = fd(7, .{ .Varint = .Simple }), + .retcode = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ActivateFarmElementCsReq = struct { + entity_id: u32 = 0, + world_level: u32 = 0, + + pub const _desc_table = .{ + .entity_id = fd(6, .{ .Varint = .Simple }), + .world_level = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ActivateFarmElementScRsp = struct { + retcode: u32 = 0, + world_level: u32 = 0, + entity_id: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(12, .{ .Varint = .Simple }), + .world_level = fd(2, .{ .Varint = .Simple }), + .entity_id = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AvatarPresetHp = struct { + JLAFLDCHDGJ: u32 = 0, + avatar_id: u32 = 0, + + pub const _desc_table = .{ + .JLAFLDCHDGJ = fd(4, .{ .Varint = .Simple }), + .avatar_id = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SpringRecoverConfig = struct { + EIDNIGIFNAA: u32 = 0, + GHDEPANCGPF: bool = false, + BCGLMLABOGF: ArrayList(AvatarPresetHp), + + pub const _desc_table = .{ + .EIDNIGIFNAA = fd(5, .{ .Varint = .Simple }), + .GHDEPANCGPF = fd(14, .{ .Varint = .Simple }), + .BCGLMLABOGF = fd(8, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const UpdateMechanismBarScNotify = struct { + plane_id: u32 = 0, + GIGKDAPGNME: ?MechanismBarInfo = null, + floor_id: u32 = 0, + + pub const _desc_table = .{ + .plane_id = fd(3, .{ .Varint = .Simple }), + .GIGKDAPGNME = fd(7, .{ .SubMessage = {} }), + .floor_id = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetGroupCustomSaveDataCsReq = struct { + entry_id: u32 = 0, + AAMHHECOCOI: ManagedString = .Empty, + group_id: u32 = 0, + + pub const _desc_table = .{ + .entry_id = fd(15, .{ .Varint = .Simple }), + .AAMHHECOCOI = fd(14, .String), + .group_id = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetGroupCustomSaveDataScRsp = struct { + entry_id: u32 = 0, + retcode: u32 = 0, + group_id: u32 = 0, + + pub const _desc_table = .{ + .entry_id = fd(14, .{ .Varint = .Simple }), + .retcode = fd(7, .{ .Varint = .Simple }), + .group_id = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ReEnterLastElementStageCsReq = struct { + stage_id: u32 = 0, + + pub const _desc_table = .{ + .stage_id = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ReEnterLastElementStageScRsp = struct { + stage_id: u32 = 0, + battle_info: ?SceneBattleInfo = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .stage_id = fd(10, .{ .Varint = .Simple }), + .battle_info = fd(7, .{ .SubMessage = {} }), + .retcode = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SceneEntityTeleportCsReq = struct { + entry_id: u32 = 0, + entity_motion: ?EntityMotion = null, + + pub const _desc_table = .{ + .entry_id = fd(7, .{ .Varint = .Simple }), + .entity_motion = fd(13, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SceneEntityTeleportScRsp = struct { + retcode: u32 = 0, + client_pos_version: u32 = 0, + entity_motion: ?EntityMotion = null, + + pub const _desc_table = .{ + .retcode = fd(15, .{ .Varint = .Simple }), + .client_pos_version = fd(11, .{ .Varint = .Simple }), + .entity_motion = fd(5, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EnterSceneCsReq = struct { + game_story_line_id: u32 = 0, + is_close_map: bool = false, + entry_id: u32 = 0, + teleport_id: u32 = 0, + content_id: u32 = 0, + + pub const _desc_table = .{ + .game_story_line_id = fd(11, .{ .Varint = .Simple }), + .is_close_map = fd(6, .{ .Varint = .Simple }), + .entry_id = fd(5, .{ .Varint = .Simple }), + .teleport_id = fd(15, .{ .Varint = .Simple }), + .content_id = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EnterSceneScRsp = struct { + content_id: u32 = 0, + game_story_line_id: u32 = 0, + retcode: u32 = 0, + is_over_map: bool = false, + is_close_map: bool = false, + + pub const _desc_table = .{ + .content_id = fd(13, .{ .Varint = .Simple }), + .game_story_line_id = fd(6, .{ .Varint = .Simple }), + .retcode = fd(3, .{ .Varint = .Simple }), + .is_over_map = fd(11, .{ .Varint = .Simple }), + .is_close_map = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EnterSceneByServerScNotify = struct { + scene: ?SceneInfo = null, + lineup: ?LineupInfo = null, + reason: EnterSceneReason = @enumFromInt(0), + + pub const _desc_table = .{ + .scene = fd(12, .{ .SubMessage = {} }), + .lineup = fd(13, .{ .SubMessage = {} }), + .reason = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ScenePlaneEventScNotify = struct { + MHDJADHNDKD: ?ItemList = null, + MEEKFPCOBAI: ?ItemList = null, + ACFCJIOMJNF: ?ItemList = null, + EPOJGHEBPKC: ?ItemList = null, + + pub const _desc_table = .{ + .MHDJADHNDKD = fd(2, .{ .SubMessage = {} }), + .MEEKFPCOBAI = fd(15, .{ .SubMessage = {} }), + .ACFCJIOMJNF = fd(4, .{ .SubMessage = {} }), + .EPOJGHEBPKC = fd(13, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetSceneMapInfoCsReq = struct { + IGFIKGHLLNO: bool = false, + entry_id_list: ArrayList(u32), + floor_id_list: ArrayList(u32), + entry_story_line_id: u32 = 0, + content_id: u32 = 0, + + pub const _desc_table = .{ + .IGFIKGHLLNO = fd(13, .{ .Varint = .Simple }), + .entry_id_list = fd(15, .{ .PackedList = .{ .Varint = .Simple } }), + .floor_id_list = fd(12, .{ .PackedList = .{ .Varint = .Simple } }), + .entry_story_line_id = fd(7, .{ .Varint = .Simple }), + .content_id = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MazePropState = struct { + config_id: u32 = 0, + group_id: u32 = 0, + state: u32 = 0, + + pub const _desc_table = .{ + .config_id = fd(10, .{ .Varint = .Simple }), + .group_id = fd(2, .{ .Varint = .Simple }), + .state = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OFCAIGDHPOH = struct { + config_id: u32 = 0, + state: u32 = 0, + group_id: u32 = 0, + extra_info: ?PropExtraInfo = null, + + pub const _desc_table = .{ + .config_id = fd(4, .{ .Varint = .Simple }), + .state = fd(12, .{ .Varint = .Simple }), + .group_id = fd(6, .{ .Varint = .Simple }), + .extra_info = fd(11, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MazeGroup = struct { + NOBKEONAKLE: ArrayList(u32), + ILBEAAOOJJP: bool = false, + group_id: u32 = 0, + INLDCCLIOAN: i64 = 0, + + pub const _desc_table = .{ + .NOBKEONAKLE = fd(15, .{ .PackedList = .{ .Varint = .Simple } }), + .ILBEAAOOJJP = fd(5, .{ .Varint = .Simple }), + .group_id = fd(9, .{ .Varint = .Simple }), + .INLDCCLIOAN = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChestInfo = struct { + opened_num: u32 = 0, + exist_num: u32 = 0, + chest_type: ChestType = @enumFromInt(0), + + pub const _desc_table = .{ + .opened_num = fd(12, .{ .Varint = .Simple }), + .exist_num = fd(7, .{ .Varint = .Simple }), + .chest_type = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const NPAOGKFKAAE = struct { + FLJINDNJPHL: u32 = 0, + FOKCIFJMJGL: u32 = 0, + type: u32 = 0, + + pub const _desc_table = .{ + .FLJINDNJPHL = fd(7, .{ .Varint = .Simple }), + .FOKCIFJMJGL = fd(11, .{ .Varint = .Simple }), + .type = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SceneMapInfo = struct { + LMNGAHFNAON: ArrayList(OFCAIGDHPOH), + lighten_section_list: ArrayList(u32), + unlock_teleport_list: ArrayList(u32), + PIOKKPDLEHF: ArrayList(PIOKKPDLEHFEntry), + chest_list: ArrayList(ChestInfo), + maze_prop_list: ArrayList(MazePropState), + floor_id: u32 = 0, + JMLDMOCNMHM: ArrayList(NPAOGKFKAAE), + maze_group_list: ArrayList(MazeGroup), + cur_map_entry_id: u32 = 0, + retcode: u32 = 0, + dimension_id: u32 = 0, + entry_id: u32 = 0, + + pub const _desc_table = .{ + .LMNGAHFNAON = fd(12, .{ .List = .{ .SubMessage = {} } }), + .lighten_section_list = fd(3, .{ .PackedList = .{ .Varint = .Simple } }), + .unlock_teleport_list = fd(14, .{ .PackedList = .{ .Varint = .Simple } }), + .PIOKKPDLEHF = fd(1, .{ .List = .{ .SubMessage = {} } }), + .chest_list = fd(9, .{ .List = .{ .SubMessage = {} } }), + .maze_prop_list = fd(2, .{ .List = .{ .SubMessage = {} } }), + .floor_id = fd(6, .{ .Varint = .Simple }), + .JMLDMOCNMHM = fd(4, .{ .List = .{ .SubMessage = {} } }), + .maze_group_list = fd(5, .{ .List = .{ .SubMessage = {} } }), + .cur_map_entry_id = fd(13, .{ .Varint = .Simple }), + .retcode = fd(7, .{ .Varint = .Simple }), + .dimension_id = fd(15, .{ .Varint = .Simple }), + .entry_id = fd(8, .{ .Varint = .Simple }), + }; + + pub const PIOKKPDLEHFEntry = struct { + key: ManagedString = .Empty, + value: i32 = 0, + + pub const _desc_table = .{ + .key = fd(1, .String), + .value = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetSceneMapInfoScRsp = struct { + IGFIKGHLLNO: bool = false, + content_id: u32 = 0, + entry_story_line_id: u32 = 0, + scene_map_info: ArrayList(SceneMapInfo), + retcode: u32 = 0, + + pub const _desc_table = .{ + .IGFIKGHLLNO = fd(5, .{ .Varint = .Simple }), + .content_id = fd(8, .{ .Varint = .Simple }), + .entry_story_line_id = fd(15, .{ .Varint = .Simple }), + .scene_map_info = fd(7, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SyncServerSceneChangeNotify = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GameplayCounterCountDownCsReq = struct { + cur_times: u32 = 0, + NMGLNHPANAH: u32 = 0, + + pub const _desc_table = .{ + .cur_times = fd(5, .{ .Varint = .Simple }), + .NMGLNHPANAH = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GameplayCounterCountDownScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GameplayCounterUpdateScNotify = struct { + reason: GameplayCounterUpdateReason = @enumFromInt(0), + NMGLNHPANAH: u32 = 0, + BLOGJDCKAHM: u32 = 0, + + pub const _desc_table = .{ + .reason = fd(15, .{ .Varint = .Simple }), + .NMGLNHPANAH = fd(14, .{ .Varint = .Simple }), + .BLOGJDCKAHM = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GameplayCounterRecoverCsReq = struct { + LABOODDALOE: u32 = 0, + NMGLNHPANAH: u32 = 0, + + pub const _desc_table = .{ + .LABOODDALOE = fd(13, .{ .Varint = .Simple }), + .NMGLNHPANAH = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GameplayCounterRecoverScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const UpdateFloorSavedValueNotify = struct { + OAIFMGLIEEP: ArrayList(OAIFMGLIEEPEntry), + plane_id: u32 = 0, + floor_id: u32 = 0, + dimension_id: u32 = 0, + + pub const _desc_table = .{ + .OAIFMGLIEEP = fd(5, .{ .List = .{ .SubMessage = {} } }), + .plane_id = fd(12, .{ .Varint = .Simple }), + .floor_id = fd(6, .{ .Varint = .Simple }), + .dimension_id = fd(7, .{ .Varint = .Simple }), + }; + + pub const OAIFMGLIEEPEntry = struct { + key: ManagedString = .Empty, + value: i32 = 0, + + pub const _desc_table = .{ + .key = fd(1, .String), + .value = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetUnlockTeleportCsReq = struct { + entry_id_list: ArrayList(u32), + + pub const _desc_table = .{ + .entry_id_list = fd(11, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetUnlockTeleportScRsp = struct { + unlock_teleport_list: ArrayList(u32), + retcode: u32 = 0, + + pub const _desc_table = .{ + .unlock_teleport_list = fd(5, .{ .PackedList = .{ .Varint = .Simple } }), + .retcode = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OpenChestScNotify = struct { + chest_id: u32 = 0, + + pub const _desc_table = .{ + .chest_id = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SceneEntityRefreshInfo = struct { + BOBJACMDBMN: ?BOBJACMDBMN_union, + + pub const _BOBJACMDBMN_case = enum { + delete_entity, + add_entity, + MHHOAAHDGAO, + }; + pub const BOBJACMDBMN_union = union(_BOBJACMDBMN_case) { + delete_entity: u32, + add_entity: SceneEntityInfo, + MHHOAAHDGAO: u32, + pub const _union_desc = .{ + .delete_entity = fd(4, .{ .Varint = .Simple }), + .add_entity = fd(6, .{ .SubMessage = {} }), + .MHHOAAHDGAO = fd(12, .{ .Varint = .Simple }), + }; + }; + + pub const _desc_table = .{ + .BOBJACMDBMN = fd(null, .{ .OneOf = BOBJACMDBMN_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CMGFHBHAFFB = struct { + AGFIJNIEBKF: i32 = 0, + JAIBIEEKHEG: ManagedString = .Empty, + DLMAMKINNCO: i32 = 0, + + pub const _desc_table = .{ + .AGFIJNIEBKF = fd(1, .{ .Varint = .Simple }), + .JAIBIEEKHEG = fd(12, .String), + .DLMAMKINNCO = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GroupRefreshInfo = struct { + refresh_type: SceneGroupRefreshType = @enumFromInt(0), + BCCGJIHNCDN: ArrayList(CMGFHBHAFFB), + state: u32 = 0, + refresh_entity: ArrayList(SceneEntityRefreshInfo), + group_id: u32 = 0, + + pub const _desc_table = .{ + .refresh_type = fd(13, .{ .Varint = .Simple }), + .BCCGJIHNCDN = fd(2, .{ .List = .{ .SubMessage = {} } }), + .state = fd(1, .{ .Varint = .Simple }), + .refresh_entity = fd(7, .{ .List = .{ .SubMessage = {} } }), + .group_id = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SceneGroupRefreshScNotify = struct { + dimension_id: u32 = 0, + group_refresh_list: ArrayList(GroupRefreshInfo), + floor_id: u32 = 0, + + pub const _desc_table = .{ + .dimension_id = fd(3, .{ .Varint = .Simple }), + .group_refresh_list = fd(2, .{ .List = .{ .SubMessage = {} } }), + .floor_id = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GroupStateInfo = struct { + group_state: u32 = 0, + GDNOPAABGHF: u32 = 0, + entry_id: u32 = 0, + group_id: u32 = 0, + + pub const _desc_table = .{ + .group_state = fd(3, .{ .Varint = .Simple }), + .GDNOPAABGHF = fd(4, .{ .Varint = .Simple }), + .entry_id = fd(7, .{ .Varint = .Simple }), + .group_id = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GroupStateChangeCsReq = struct { + group_state_info: ?GroupStateInfo = null, + + pub const _desc_table = .{ + .group_state_info = fd(2, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GroupStateChangeScRsp = struct { + group_state_info: ?GroupStateInfo = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .group_state_info = fd(15, .{ .SubMessage = {} }), + .retcode = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GroupStateChangeScNotify = struct { + group_state_info: ?GroupStateInfo = null, + + pub const _desc_table = .{ + .group_state_info = fd(4, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EnteredSceneInfo = struct { + floor_id: u32 = 0, + plane_id: u32 = 0, + + pub const _desc_table = .{ + .floor_id = fd(11, .{ .Varint = .Simple }), + .plane_id = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetEnteredSceneCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetEnteredSceneScRsp = struct { + entered_scene_info_list: ArrayList(EnteredSceneInfo), + retcode: u32 = 0, + + pub const _desc_table = .{ + .entered_scene_info_list = fd(1, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EnteredSceneChangeScNotify = struct { + entered_scene_info_list: ArrayList(EnteredSceneInfo), + + pub const _desc_table = .{ + .entered_scene_info_list = fd(2, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RefreshTriggerByClientCsReq = struct { + trigger_name: ManagedString = .Empty, + trigger_target_id_list: ArrayList(u32), + trigger_motion: ?MotionInfo = null, + trigger_entity_id: u32 = 0, + + pub const _desc_table = .{ + .trigger_name = fd(11, .String), + .trigger_target_id_list = fd(14, .{ .PackedList = .{ .Varint = .Simple } }), + .trigger_motion = fd(12, .{ .SubMessage = {} }), + .trigger_entity_id = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RefreshTriggerByClientScRsp = struct { + trigger_entity_id: u32 = 0, + refresh_trigger: bool = false, + trigger_name: ManagedString = .Empty, + retcode: u32 = 0, + + pub const _desc_table = .{ + .trigger_entity_id = fd(12, .{ .Varint = .Simple }), + .refresh_trigger = fd(7, .{ .Varint = .Simple }), + .trigger_name = fd(6, .String), + .retcode = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RefreshTriggerByClientScNotify = struct { + trigger_target_id_list: ArrayList(u32), + trigger_name: ManagedString = .Empty, + trigger_entity_id: u32 = 0, + + pub const _desc_table = .{ + .trigger_target_id_list = fd(13, .{ .PackedList = .{ .Varint = .Simple } }), + .trigger_name = fd(1, .String), + .trigger_entity_id = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DeleteSummonUnitCsReq = struct { + entity_id_list: ArrayList(u32), + + pub const _desc_table = .{ + .entity_id_list = fd(5, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DeleteSummonUnitScRsp = struct { + entity_id_list: ArrayList(u32), + retcode: u32 = 0, + + pub const _desc_table = .{ + .entity_id_list = fd(10, .{ .PackedList = .{ .Varint = .Simple } }), + .retcode = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const UnlockedAreaMapScNotify = struct { + entry_id_list: ArrayList(u32), + + pub const _desc_table = .{ + .entry_id_list = fd(3, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const UnlockTeleportNotify = struct { + entry_id: u32 = 0, + teleport_id: u32 = 0, + + pub const _desc_table = .{ + .entry_id = fd(6, .{ .Varint = .Simple }), + .teleport_id = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const UpdateGroupPropertyCsReq = struct { + dimension_id: u32 = 0, + JAIBIEEKHEG: ManagedString = .Empty, + group_id: u32 = 0, + floor_id: u32 = 0, + MOJOHJEBCNJ: i32 = 0, + + pub const _desc_table = .{ + .dimension_id = fd(6, .{ .Varint = .Simple }), + .JAIBIEEKHEG = fd(15, .String), + .group_id = fd(4, .{ .Varint = .Simple }), + .floor_id = fd(7, .{ .Varint = .Simple }), + .MOJOHJEBCNJ = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const UpdateGroupPropertyScRsp = struct { + dimension_id: u32 = 0, + retcode: u32 = 0, + floor_id: u32 = 0, + group_id: u32 = 0, + DLMAMKINNCO: i32 = 0, + JAIBIEEKHEG: ManagedString = .Empty, + AGFIJNIEBKF: i32 = 0, + + pub const _desc_table = .{ + .dimension_id = fd(14, .{ .Varint = .Simple }), + .retcode = fd(15, .{ .Varint = .Simple }), + .floor_id = fd(6, .{ .Varint = .Simple }), + .group_id = fd(2, .{ .Varint = .Simple }), + .DLMAMKINNCO = fd(12, .{ .Varint = .Simple }), + .JAIBIEEKHEG = fd(13, .String), + .AGFIJNIEBKF = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TrainWorldIdChangeScNotify = struct { + NPEBNEKDLEN: u32 = 0, + + pub const _desc_table = .{ + .NPEBNEKDLEN = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ServerPrefs = struct { + data: ManagedString = .Empty, + server_prefs_id: u32 = 0, + + pub const _desc_table = .{ + .data = fd(14, .String), + .server_prefs_id = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetAllServerPrefsDataCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetAllServerPrefsDataScRsp = struct { + retcode: u32 = 0, + server_prefs_list: ArrayList(ServerPrefs), + + pub const _desc_table = .{ + .retcode = fd(11, .{ .Varint = .Simple }), + .server_prefs_list = fd(10, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetServerPrefsDataCsReq = struct { + server_prefs_id: u32 = 0, + + pub const _desc_table = .{ + .server_prefs_id = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetServerPrefsDataScRsp = struct { + retcode: u32 = 0, + server_prefs: ?ServerPrefs = null, + + pub const _desc_table = .{ + .retcode = fd(7, .{ .Varint = .Simple }), + .server_prefs = fd(4, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const UpdateServerPrefsDataCsReq = struct { + server_prefs: ?ServerPrefs = null, + + pub const _desc_table = .{ + .server_prefs = fd(1, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const UpdateServerPrefsDataScRsp = struct { + retcode: u32 = 0, + server_prefs_id: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(8, .{ .Varint = .Simple }), + .server_prefs_id = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const Shop = struct { + GoodsList: ArrayList(Goods), + BeginTime: i64 = 0, + EndTime: i64 = 0, + ShopId: u32 = 0, + CityTakenLevelReward: u64 = 0, + CityExp: u32 = 0, + CityLevel: u32 = 0, + + pub const _desc_table = .{ + .GoodsList = fd(15, .{ .List = .{ .SubMessage = {} } }), + .BeginTime = fd(9, .{ .Varint = .Simple }), + .EndTime = fd(2, .{ .Varint = .Simple }), + .ShopId = fd(7, .{ .Varint = .Simple }), + .CityTakenLevelReward = fd(10, .{ .Varint = .Simple }), + .CityExp = fd(6, .{ .Varint = .Simple }), + .CityLevel = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const Goods = struct { + EndTime: i64 = 0, + ItemId: u32 = 0, + GoodsId: u32 = 0, + BuyTimes: u32 = 0, + BeginTime: i64 = 0, + + pub const _desc_table = .{ + .EndTime = fd(3, .{ .Varint = .Simple }), + .ItemId = fd(4, .{ .Varint = .Simple }), + .GoodsId = fd(11, .{ .Varint = .Simple }), + .BuyTimes = fd(8, .{ .Varint = .Simple }), + .BeginTime = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetShopListCsReq = struct { + shop_type: u32 = 0, + + pub const _desc_table = .{ + .shop_type = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetShopListScRsp = struct { + ShopList: ArrayList(Shop), + ShopType: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .ShopList = fd(7, .{ .List = .{ .SubMessage = {} } }), + .ShopType = fd(6, .{ .Varint = .Simple }), + .retcode = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BuyGoodsCsReq = struct { + goods_num: u32 = 0, + item_id: u32 = 0, + goods_id: u32 = 0, + FMPNHEAIMDN: ArrayList(u32), + interacted_prop_entity_id: u32 = 0, + ShopId: u32 = 0, + + pub const _desc_table = .{ + .goods_num = fd(1, .{ .Varint = .Simple }), + .item_id = fd(3, .{ .Varint = .Simple }), + .goods_id = fd(4, .{ .Varint = .Simple }), + .FMPNHEAIMDN = fd(8, .{ .PackedList = .{ .Varint = .Simple } }), + .interacted_prop_entity_id = fd(12, .{ .Varint = .Simple }), + .ShopId = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BuyGoodsScRsp = struct { + retcode: u32 = 0, + ReturnItemList: ?ItemList = null, + GoodsId: u32 = 0, + GoodsBuyTimes: u32 = 0, + ShopId: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(4, .{ .Varint = .Simple }), + .ReturnItemList = fd(11, .{ .SubMessage = {} }), + .GoodsId = fd(6, .{ .Varint = .Simple }), + .GoodsBuyTimes = fd(14, .{ .Varint = .Simple }), + .ShopId = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeCityShopRewardCsReq = struct { + level: u32 = 0, + shop_id: u32 = 0, + + pub const _desc_table = .{ + .level = fd(15, .{ .Varint = .Simple }), + .shop_id = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeCityShopRewardScRsp = struct { + retcode: u32 = 0, + reward: ?ItemList = null, + level: u32 = 0, + shop_id: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(7, .{ .Varint = .Simple }), + .reward = fd(4, .{ .SubMessage = {} }), + .level = fd(5, .{ .Varint = .Simple }), + .shop_id = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CityShopInfoScNotify = struct { + shop_id: u32 = 0, + level: u32 = 0, + taken_level_reward: u64 = 0, + exp: u32 = 0, + + pub const _desc_table = .{ + .shop_id = fd(4, .{ .Varint = .Simple }), + .level = fd(13, .{ .Varint = .Simple }), + .taken_level_reward = fd(2, .{ .Varint = .Simple }), + .exp = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FAFGMLPADMI = struct { + HALBHKNPIKH: bool = false, + FCLNOOGEHMC: u32 = 0, + unique_id: u32 = 0, + item_list: ArrayList(u32), + BEJEEDAEBBE: u32 = 0, + IGJCPPKAIBI: ArrayList(u32), + + pub const _desc_table = .{ + .HALBHKNPIKH = fd(5, .{ .Varint = .Simple }), + .FCLNOOGEHMC = fd(12, .{ .Varint = .Simple }), + .unique_id = fd(14, .{ .Varint = .Simple }), + .item_list = fd(10, .{ .PackedList = .{ .Varint = .Simple } }), + .BEJEEDAEBBE = fd(1, .{ .Varint = .Simple }), + .IGJCPPKAIBI = fd(15, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const IPJAIINEGEL = struct { + ECBALMAEBJC: u32 = 0, + BEJEEDAEBBE: u32 = 0, + + pub const _desc_table = .{ + .ECBALMAEBJC = fd(12, .{ .Varint = .Simple }), + .BEJEEDAEBBE = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SpaceZooDataCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SpaceZooDataScRsp = struct { + KMOADEOGAPA: ArrayList(u32), + PMCMECDLEMC: ArrayList(u32), + INIHLANCNFI: ArrayList(IPJAIINEGEL), + BNHNDBNABFN: ArrayList(u32), + KJFHKICGGDE: ArrayList(u32), + AAGIHKBFMFI: ArrayList(FAFGMLPADMI), + DPLKBEEHPLB: ArrayList(u32), + PBLCAHNMFJG: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .KMOADEOGAPA = fd(2, .{ .PackedList = .{ .Varint = .Simple } }), + .PMCMECDLEMC = fd(3, .{ .PackedList = .{ .Varint = .Simple } }), + .INIHLANCNFI = fd(7, .{ .List = .{ .SubMessage = {} } }), + .BNHNDBNABFN = fd(10, .{ .PackedList = .{ .Varint = .Simple } }), + .KJFHKICGGDE = fd(9, .{ .PackedList = .{ .Varint = .Simple } }), + .AAGIHKBFMFI = fd(14, .{ .List = .{ .SubMessage = {} } }), + .DPLKBEEHPLB = fd(4, .{ .PackedList = .{ .Varint = .Simple } }), + .PBLCAHNMFJG = fd(15, .{ .Varint = .Simple }), + .retcode = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SpaceZooBornCsReq = struct { + HDCBACOOIND: ArrayList(u32), + LHEONPHGBNB: u32 = 0, + + pub const _desc_table = .{ + .HDCBACOOIND = fd(2, .{ .PackedList = .{ .Varint = .Simple } }), + .LHEONPHGBNB = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SpaceZooBornScRsp = struct { + retcode: u32 = 0, + IKLPNCGBPPC: bool = false, + GOEAOFNFJOD: ArrayList(IPJAIINEGEL), + KPKDHGHDGNB: ?FAFGMLPADMI = null, + + pub const _desc_table = .{ + .retcode = fd(6, .{ .Varint = .Simple }), + .IKLPNCGBPPC = fd(14, .{ .Varint = .Simple }), + .GOEAOFNFJOD = fd(11, .{ .List = .{ .SubMessage = {} } }), + .KPKDHGHDGNB = fd(7, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SpaceZooMutateCsReq = struct { + unique_id: u32 = 0, + item_id: u32 = 0, + + pub const _desc_table = .{ + .unique_id = fd(5, .{ .Varint = .Simple }), + .item_id = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SpaceZooMutateScRsp = struct { + retcode: u32 = 0, + EFLCMHMAJAL: ?FAFGMLPADMI = null, + GOEAOFNFJOD: ArrayList(IPJAIINEGEL), + IKLPNCGBPPC: bool = false, + + pub const _desc_table = .{ + .retcode = fd(15, .{ .Varint = .Simple }), + .EFLCMHMAJAL = fd(4, .{ .SubMessage = {} }), + .GOEAOFNFJOD = fd(13, .{ .List = .{ .SubMessage = {} } }), + .IKLPNCGBPPC = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SpaceZooOpCatteryCsReq = struct { + NILEEDJLGIN: u32 = 0, + op_type: u32 = 0, + ALGEIENIOAN: u32 = 0, + + pub const _desc_table = .{ + .NILEEDJLGIN = fd(9, .{ .Varint = .Simple }), + .op_type = fd(11, .{ .Varint = .Simple }), + .ALGEIENIOAN = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SpaceZooOpCatteryScRsp = struct { + retcode: u32 = 0, + KJFHKICGGDE: ArrayList(u32), + + pub const _desc_table = .{ + .retcode = fd(6, .{ .Varint = .Simple }), + .KJFHKICGGDE = fd(2, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SpaceZooDeleteCatCsReq = struct { + DEJAOOEBBHA: ArrayList(u32), + + pub const _desc_table = .{ + .DEJAOOEBBHA = fd(2, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SpaceZooDeleteCatScRsp = struct { + NFHEAGELICI: ArrayList(u32), + retcode: u32 = 0, + + pub const _desc_table = .{ + .NFHEAGELICI = fd(7, .{ .PackedList = .{ .Varint = .Simple } }), + .retcode = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SpaceZooCatUpdateNotify = struct { + FPMNCAGJEBG: bool = false, + AIKMBPPNOKD: ArrayList(FAFGMLPADMI), + IKLPNCGBPPC: bool = false, + + pub const _desc_table = .{ + .FPMNCAGJEBG = fd(14, .{ .Varint = .Simple }), + .AIKMBPPNOKD = fd(6, .{ .List = .{ .SubMessage = {} } }), + .IKLPNCGBPPC = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SpaceZooExchangeItemCsReq = struct { + item_id: u32 = 0, + + pub const _desc_table = .{ + .item_id = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SpaceZooExchangeItemScRsp = struct { + item_id: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .item_id = fd(8, .{ .Varint = .Simple }), + .retcode = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SpaceZooTakeCsReq = struct { + HLNMAJIDIFD: u32 = 0, + + pub const _desc_table = .{ + .HLNMAJIDIFD = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SpaceZooTakeScRsp = struct { + retcode: u32 = 0, + reward: ?ItemList = null, + HLNMAJIDIFD: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(1, .{ .Varint = .Simple }), + .reward = fd(8, .{ .SubMessage = {} }), + .HLNMAJIDIFD = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MJCJAIKPLLM = struct { + ACELAGJPHMA: bool = false, + CBINDIAAMJG: u32 = 0, + group_id: u32 = 0, + IFANGMHNKBB: u32 = 0, + MPAECAPOHEO: u32 = 0, + + pub const _desc_table = .{ + .ACELAGJPHMA = fd(9, .{ .Varint = .Simple }), + .CBINDIAAMJG = fd(1, .{ .Varint = .Simple }), + .group_id = fd(2, .{ .Varint = .Simple }), + .IFANGMHNKBB = fd(12, .{ .Varint = .Simple }), + .MPAECAPOHEO = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetStarFightDataCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetStarFightDataScRsp = struct { + BDIIMMHJLCN: ArrayList(MJCJAIKPLLM), + retcode: u32 = 0, + + pub const _desc_table = .{ + .BDIIMMHJLCN = fd(3, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AEDAOIFFIGN = struct { + avatar_id: u32 = 0, + avatar_type: AvatarType = @enumFromInt(0), + + pub const _desc_table = .{ + .avatar_id = fd(3, .{ .Varint = .Simple }), + .avatar_type = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const StartStarFightLevelCsReq = struct { + group_id: u32 = 0, + NEDFIBONLKB: u32 = 0, + avatar_list: ArrayList(AEDAOIFFIGN), + + pub const _desc_table = .{ + .group_id = fd(2, .{ .Varint = .Simple }), + .NEDFIBONLKB = fd(3, .{ .Varint = .Simple }), + .avatar_list = fd(9, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const StartStarFightLevelScRsp = struct { + NEDFIBONLKB: u32 = 0, + group_id: u32 = 0, + battle_info: ?SceneBattleInfo = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .NEDFIBONLKB = fd(11, .{ .Varint = .Simple }), + .group_id = fd(12, .{ .Varint = .Simple }), + .battle_info = fd(5, .{ .SubMessage = {} }), + .retcode = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const StarFightDataChangeNotify = struct { + FMCDALALFIA: ?MJCJAIKPLLM = null, + group_id: u32 = 0, + + pub const _desc_table = .{ + .FMCDALALFIA = fd(6, .{ .SubMessage = {} }), + .group_id = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetStoryLineInfoCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetStoryLineInfoScRsp = struct { + retcode: u32 = 0, + LGHCAHBBCAM: ArrayList(u32), + FMIHHBHFHOA: ArrayList(u32), + GLHFLIEIMJK: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(9, .{ .Varint = .Simple }), + .LGHCAHBBCAM = fd(1, .{ .PackedList = .{ .Varint = .Simple } }), + .FMIHHBHFHOA = fd(10, .{ .PackedList = .{ .Varint = .Simple } }), + .GLHFLIEIMJK = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const StoryLineInfoScNotify = struct { + GLHFLIEIMJK: u32 = 0, + LGHCAHBBCAM: ArrayList(u32), + FMIHHBHFHOA: ArrayList(u32), + FIMCEJGDAGF: u32 = 0, + + pub const _desc_table = .{ + .GLHFLIEIMJK = fd(5, .{ .Varint = .Simple }), + .LGHCAHBBCAM = fd(7, .{ .PackedList = .{ .Varint = .Simple } }), + .FMIHHBHFHOA = fd(1, .{ .PackedList = .{ .Varint = .Simple } }), + .FIMCEJGDAGF = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChangeStoryLineFinishScNotify = struct { + GLHFLIEIMJK: u32 = 0, + KIDKHJECJLF: u32 = 0, + NFOJNOHLOAC: AMJOCDIAPHF = @enumFromInt(0), + KOOCCEIGHMA: bool = false, + + pub const _desc_table = .{ + .GLHFLIEIMJK = fd(2, .{ .Varint = .Simple }), + .KIDKHJECJLF = fd(12, .{ .Varint = .Simple }), + .NFOJNOHLOAC = fd(9, .{ .Varint = .Simple }), + .KOOCCEIGHMA = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const StoryLineTrialAvatarChangeScNotify = struct { + KFMFFGGJMNE: ArrayList(u32), + IBLBNIANPHD: ArrayList(u32), + CLIIGMNMHNA: bool = false, + + pub const _desc_table = .{ + .KFMFFGGJMNE = fd(12, .{ .PackedList = .{ .Varint = .Simple } }), + .IBLBNIANPHD = fd(1, .{ .PackedList = .{ .Varint = .Simple } }), + .CLIIGMNMHNA = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const StrongChallengeAvatar = struct { + avatar_type: AvatarType = @enumFromInt(0), + avatar_id: u32 = 0, + + pub const _desc_table = .{ + .avatar_type = fd(6, .{ .Varint = .Simple }), + .avatar_id = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const JPFJGFOPKHB = struct { + avatar_list: ArrayList(StrongChallengeAvatar), + buff_list: ArrayList(u32), + + pub const _desc_table = .{ + .avatar_list = fd(6, .{ .List = .{ .SubMessage = {} } }), + .buff_list = fd(11, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CAAAKPFOEJI = struct { + stage_id: u32 = 0, + AHINPCKGKJG: ?JPFJGFOPKHB = null, + JGBAINFDBAN: u32 = 0, + max_score: u32 = 0, + panel_id: u32 = 0, + + pub const _desc_table = .{ + .stage_id = fd(1, .{ .Varint = .Simple }), + .AHINPCKGKJG = fd(14, .{ .SubMessage = {} }), + .JGBAINFDBAN = fd(8, .{ .Varint = .Simple }), + .max_score = fd(4, .{ .Varint = .Simple }), + .panel_id = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HLKGCNFCCIA = struct { + ALCEDMLHFLM: ArrayList(ALCEDMLHFLMEntry), + + pub const _desc_table = .{ + .ALCEDMLHFLM = fd(5, .{ .List = .{ .SubMessage = {} } }), + }; + + pub const ALCEDMLHFLMEntry = struct { + key: u32 = 0, + value: ?CAAAKPFOEJI = null, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetStrongChallengeActivityDataCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetStrongChallengeActivityDataScRsp = struct { + retcode: u32 = 0, + GIILGFFKHDA: ?HLKGCNFCCIA = null, + + pub const _desc_table = .{ + .retcode = fd(14, .{ .Varint = .Simple }), + .GIILGFFKHDA = fd(3, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EnterStrongChallengeActivityStageCsReq = struct { + buff_list: ArrayList(u32), + avatar_list: ArrayList(StrongChallengeAvatar), + stage_id: u32 = 0, + + pub const _desc_table = .{ + .buff_list = fd(13, .{ .PackedList = .{ .Varint = .Simple } }), + .avatar_list = fd(3, .{ .List = .{ .SubMessage = {} } }), + .stage_id = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EnterStrongChallengeActivityStageScRsp = struct { + stage_id: u32 = 0, + battle_info: ?SceneBattleInfo = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .stage_id = fd(6, .{ .Varint = .Simple }), + .battle_info = fd(14, .{ .SubMessage = {} }), + .retcode = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const StrongChallengeActivityBattleEndScNotify = struct { + GGBECCHPHCD: u32 = 0, + max_score: u32 = 0, + score_id: u32 = 0, + AHJFPNGDBDO: u32 = 0, + JAMLOKNCAKC: u32 = 0, + total_damage: u32 = 0, + end_status: BattleEndStatus = @enumFromInt(0), + stage_id: u32 = 0, + + pub const _desc_table = .{ + .GGBECCHPHCD = fd(4, .{ .Varint = .Simple }), + .max_score = fd(2, .{ .Varint = .Simple }), + .score_id = fd(9, .{ .Varint = .Simple }), + .AHJFPNGDBDO = fd(14, .{ .Varint = .Simple }), + .JAMLOKNCAKC = fd(11, .{ .Varint = .Simple }), + .total_damage = fd(8, .{ .Varint = .Simple }), + .end_status = fd(3, .{ .Varint = .Simple }), + .stage_id = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PGBHMOLFBMM = struct { + group_id: u32 = 0, + star: u32 = 0, + NEDFIBONLKB: u32 = 0, + + pub const _desc_table = .{ + .group_id = fd(2, .{ .Varint = .Simple }), + .star = fd(3, .{ .Varint = .Simple }), + .NEDFIBONLKB = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetSummonActivityDataCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetSummonActivityDataScRsp = struct { + JHOMKEMCDMG: ArrayList(PGBHMOLFBMM), + retcode: u32 = 0, + + pub const _desc_table = .{ + .JHOMKEMCDMG = fd(10, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ONOEPLFNELL = struct { + avatar_type: AvatarType = @enumFromInt(0), + avatar_id: u32 = 0, + + pub const _desc_table = .{ + .avatar_type = fd(14, .{ .Varint = .Simple }), + .avatar_id = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EnterSummonActivityStageCsReq = struct { + NEDFIBONLKB: u32 = 0, + avatar_list: ArrayList(ONOEPLFNELL), + group_id: u32 = 0, + MNOEDECLHBJ: ?ONOEPLFNELL = null, + + pub const _desc_table = .{ + .NEDFIBONLKB = fd(6, .{ .Varint = .Simple }), + .avatar_list = fd(13, .{ .List = .{ .SubMessage = {} } }), + .group_id = fd(5, .{ .Varint = .Simple }), + .MNOEDECLHBJ = fd(11, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EnterSummonActivityStageScRsp = struct { + group_id: u32 = 0, + battle_info: ?SceneBattleInfo = null, + retcode: u32 = 0, + NEDFIBONLKB: u32 = 0, + + pub const _desc_table = .{ + .group_id = fd(7, .{ .Varint = .Simple }), + .battle_info = fd(14, .{ .SubMessage = {} }), + .retcode = fd(15, .{ .Varint = .Simple }), + .NEDFIBONLKB = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SummonActivityBattleEndScNotify = struct { + HMFFHGBKOGL: u32 = 0, + NEDFIBONLKB: u32 = 0, + group_id: u32 = 0, + star: u32 = 0, + + pub const _desc_table = .{ + .HMFFHGBKOGL = fd(14, .{ .Varint = .Simple }), + .NEDFIBONLKB = fd(12, .{ .Varint = .Simple }), + .group_id = fd(3, .{ .Varint = .Simple }), + .star = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HandInfo = struct { + MCBIOHMIMGN: u32 = 0, + config_id: u32 = 0, + OFOLPKMALGI: ?MotionInfo = null, + MJNNBLCDCBJ: ManagedString = .Empty, + GFJIIABANLM: u32 = 0, + + pub const _desc_table = .{ + .MCBIOHMIMGN = fd(6, .{ .Varint = .Simple }), + .config_id = fd(7, .{ .Varint = .Simple }), + .OFOLPKMALGI = fd(1, .{ .SubMessage = {} }), + .MJNNBLCDCBJ = fd(9, .String), + .GFJIIABANLM = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SwitchHandDataCsReq = struct { + config_id: u32 = 0, + + pub const _desc_table = .{ + .config_id = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SwitchHandDataScRsp = struct { + LBOMDFHFFCF: ArrayList(HandInfo), + DLNGHHDMJJM: u32 = 0, + ABOJJANDFNO: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .LBOMDFHFFCF = fd(6, .{ .List = .{ .SubMessage = {} } }), + .DLNGHHDMJJM = fd(11, .{ .Varint = .Simple }), + .ABOJJANDFNO = fd(4, .{ .Varint = .Simple }), + .retcode = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SwitchHandStartCsReq = struct { + config_id: u32 = 0, + + pub const _desc_table = .{ + .config_id = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SwitchHandStartScRsp = struct { + config_id: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .config_id = fd(1, .{ .Varint = .Simple }), + .retcode = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SwitchHandFinishCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SwitchHandFinishScRsp = struct { + CMFMACMIPEE: ?HandInfo = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .CMFMACMIPEE = fd(10, .{ .SubMessage = {} }), + .retcode = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PMGECPBKJCJ = struct { + IEFMADJGADB: u32 = 0, + op_type: HandPropType = @enumFromInt(0), + group_id: u32 = 0, + KDLPEIGHJAK: u32 = 0, + + pub const _desc_table = .{ + .IEFMADJGADB = fd(4, .{ .Varint = .Simple }), + .op_type = fd(7, .{ .Varint = .Simple }), + .group_id = fd(11, .{ .Varint = .Simple }), + .KDLPEIGHJAK = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SwitchHandUpdateCsReq = struct { + CLBMGBFANLC: ?PMGECPBKJCJ = null, + OPBHJAGOAGG: ?HandInfo = null, + + pub const _desc_table = .{ + .CLBMGBFANLC = fd(3, .{ .SubMessage = {} }), + .OPBHJAGOAGG = fd(9, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SwitchHandUpdateScRsp = struct { + CLBMGBFANLC: ?PMGECPBKJCJ = null, + retcode: u32 = 0, + CMFMACMIPEE: ?HandInfo = null, + + pub const _desc_table = .{ + .CLBMGBFANLC = fd(11, .{ .SubMessage = {} }), + .retcode = fd(8, .{ .Varint = .Simple }), + .CMFMACMIPEE = fd(6, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SwitchHandCoinUpdateCsReq = struct { + MCBIOHMIMGN: u32 = 0, + + pub const _desc_table = .{ + .MCBIOHMIMGN = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SwitchHandCoinUpdateScRsp = struct { + retcode: u32 = 0, + MCBIOHMIMGN: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(15, .{ .Varint = .Simple }), + .MCBIOHMIMGN = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SwitchHandResetHandPosCsReq = struct { + OFOLPKMALGI: ?MotionInfo = null, + config_id: u32 = 0, + + pub const _desc_table = .{ + .OFOLPKMALGI = fd(5, .{ .SubMessage = {} }), + .config_id = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SwitchHandResetHandPosScRsp = struct { + retcode: u32 = 0, + LBOMDFHFFCF: ?HandInfo = null, + + pub const _desc_table = .{ + .retcode = fd(8, .{ .Varint = .Simple }), + .LBOMDFHFFCF = fd(12, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SwitchHandResetGameCsReq = struct { + DPJNCBBOHKE: ?HandInfo = null, + + pub const _desc_table = .{ + .DPJNCBBOHKE = fd(2, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SwitchHandResetGameScRsp = struct { + retcode: u32 = 0, + LBOMDFHFFCF: ?HandInfo = null, + + pub const _desc_table = .{ + .retcode = fd(13, .{ .Varint = .Simple }), + .LBOMDFHFFCF = fd(5, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ALEFDNLLKLB = struct { + NNCJOECKCKA: ?BPPMEIGAHGI = null, + skill_info: ?GJBNIIINKFB = null, + AFPDJDKNENI: ?OCBOLHFOIGI = null, + LJGCPNOGIFO: ?DMJLKIFEMMN = null, + FDEIGEPCCBP: ArrayList(u32), + pending_action: ?JKMFMMPMNAM = null, + EENJBPMNDOL: u32 = 0, + GBEABIMOBIC: ?PGGGCFBKDPK = null, + + pub const _desc_table = .{ + .NNCJOECKCKA = fd(3, .{ .SubMessage = {} }), + .skill_info = fd(6, .{ .SubMessage = {} }), + .AFPDJDKNENI = fd(5, .{ .SubMessage = {} }), + .LJGCPNOGIFO = fd(10, .{ .SubMessage = {} }), + .FDEIGEPCCBP = fd(13, .{ .PackedList = .{ .Varint = .Simple } }), + .pending_action = fd(1, .{ .SubMessage = {} }), + .EENJBPMNDOL = fd(4, .{ .Varint = .Simple }), + .GBEABIMOBIC = fd(8, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GJBNIIINKFB = struct { + BILEGELKMCB: u32 = 0, + MCEGAIBNMGB: u32 = 0, + CCKHKBNMAPN: ArrayList(u32), + + pub const _desc_table = .{ + .BILEGELKMCB = fd(3, .{ .Varint = .Simple }), + .MCEGAIBNMGB = fd(7, .{ .Varint = .Simple }), + .CCKHKBNMAPN = fd(6, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PGGGCFBKDPK = struct { + game_story_line_id: u32 = 0, + CNBCKEFNFGE: ArrayList(u32), + + pub const _desc_table = .{ + .game_story_line_id = fd(15, .{ .Varint = .Simple }), + .CNBCKEFNFGE = fd(9, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MMOIBACBPKA = struct { + value: u32 = 0, + PJGBFKNJPNO: HDIJJMDPILE = @enumFromInt(0), + + pub const _desc_table = .{ + .value = fd(14, .{ .Varint = .Simple }), + .PJGBFKNJPNO = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BPPMEIGAHGI = struct { + MIGFMPJBELG: ArrayList(MMOIBACBPKA), + IOMGDIKELIA: u32 = 0, + PDMDKAPCOJM: u32 = 0, + + pub const _desc_table = .{ + .MIGFMPJBELG = fd(15, .{ .List = .{ .SubMessage = {} } }), + .IOMGDIKELIA = fd(3, .{ .Varint = .Simple }), + .PDMDKAPCOJM = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LEEHJGNBGNK = struct { + HBAPCCEGNME: u32 = 0, + level: u32 = 0, + + pub const _desc_table = .{ + .HBAPCCEGNME = fd(15, .{ .Varint = .Simple }), + .level = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OCBOLHFOIGI = struct { + FMDKHADMCOC: ArrayList(LEEHJGNBGNK), + + pub const _desc_table = .{ + .FMDKHADMCOC = fd(11, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DMJLKIFEMMN = struct { + IGHLABGGIJE: u32 = 0, + IEICDGGELNE: ?IEICDGGELNE_union, + + pub const _IEICDGGELNE_case = enum { + GAIBHJHDOHB, + KPJAFBCPEGI, + }; + pub const IEICDGGELNE_union = union(_IEICDGGELNE_case) { + GAIBHJHDOHB: KLINPBNKIIA, + KPJAFBCPEGI: PBMKKICMLDA, + pub const _union_desc = .{ + .GAIBHJHDOHB = fd(11, .{ .SubMessage = {} }), + .KPJAFBCPEGI = fd(13, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .IGHLABGGIJE = fd(334, .{ .Varint = .Simple }), + .IEICDGGELNE = fd(null, .{ .OneOf = IEICDGGELNE_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PIIBOJCEJJN = struct { + GIMLNDLOFFA: u32 = 0, + daily_index: u32 = 0, + + pub const _desc_table = .{ + .GIMLNDLOFFA = fd(8, .{ .Varint = .Simple }), + .daily_index = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KLINPBNKIIA = struct { + EIJDEOPOFNB: ArrayList(u32), + DNCBPCENKIF: ArrayList(PIIBOJCEJJN), + CCLJMNCKECP: BJNCDEFEEJI = @enumFromInt(0), + + pub const _desc_table = .{ + .EIJDEOPOFNB = fd(15, .{ .PackedList = .{ .Varint = .Simple } }), + .DNCBPCENKIF = fd(14, .{ .List = .{ .SubMessage = {} } }), + .CCLJMNCKECP = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PBMKKICMLDA = struct { + FHBOMFBLGPD: u32 = 0, + + pub const _desc_table = .{ + .FHBOMFBLGPD = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const JKMFMMPMNAM = struct { + IEICDGGELNE: ?IEICDGGELNE_union, + + pub const _IEICDGGELNE_case = enum { + OAPMKLFJKKG, + AFFNCONKEKP, + OCGPLMNKMLK, + AKMNKLADOLM, + KANGPCOKFNE, + HHCIFNFMKLA, + CNIBNGJDNJP, + KKDDANDLFBD, + }; + pub const IEICDGGELNE_union = union(_IEICDGGELNE_case) { + OAPMKLFJKKG: KHCAKPOMGNK, + AFFNCONKEKP: KHPHAIFNJEI, + OCGPLMNKMLK: FKHFONPKDIP, + AKMNKLADOLM: AEJCCMEPLGO, + KANGPCOKFNE: DPDIEGOAGBP, + HHCIFNFMKLA: FPEGPJCEOEI, + CNIBNGJDNJP: PLODIDCJOKA, + KKDDANDLFBD: NIGCOPGHAMJ, + pub const _union_desc = .{ + .OAPMKLFJKKG = fd(1, .{ .SubMessage = {} }), + .AFFNCONKEKP = fd(2, .{ .SubMessage = {} }), + .OCGPLMNKMLK = fd(3, .{ .SubMessage = {} }), + .AKMNKLADOLM = fd(5, .{ .SubMessage = {} }), + .KANGPCOKFNE = fd(11, .{ .SubMessage = {} }), + .HHCIFNFMKLA = fd(12, .{ .SubMessage = {} }), + .CNIBNGJDNJP = fd(13, .{ .SubMessage = {} }), + .KKDDANDLFBD = fd(15, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .IEICDGGELNE = fd(null, .{ .OneOf = IEICDGGELNE_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DPDIEGOAGBP = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FPEGPJCEOEI = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FKHFONPKDIP = struct { + dialogue_id: u32 = 0, + + pub const _desc_table = .{ + .dialogue_id = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AEJCCMEPLGO = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const NIGCOPGHAMJ = struct { + HHGAPDFINDI: bool = false, + BGLEHMKMAPG: u32 = 0, + + pub const _desc_table = .{ + .HHGAPDFINDI = fd(4, .{ .Varint = .Simple }), + .BGLEHMKMAPG = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KHPHAIFNJEI = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PLODIDCJOKA = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KHCAKPOMGNK = struct { + BGLEHMKMAPG: u32 = 0, + MMKIJAEMNBL: bool = false, + + pub const _desc_table = .{ + .BGLEHMKMAPG = fd(11, .{ .Varint = .Simple }), + .MMKIJAEMNBL = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OMOJDEIFDAM = struct { + PBHMGCHKJGO: ?CGHKIDBJHFH = null, + source: PKHJBPMIBBA = @enumFromInt(0), + + pub const _desc_table = .{ + .PBHMGCHKJGO = fd(15, .{ .SubMessage = {} }), + .source = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CGHKIDBJHFH = struct { + IEICDGGELNE: ?IEICDGGELNE_union, + + pub const _IEICDGGELNE_case = enum { + EDHBKECGOLI, + MLCGALIHAIP, + DIJHPEHONOK, + BIDDDNIPBLE, + NPFPAJLCLNN, + MFHBHKIMDCA, + PJABKIFDNND, + NIHIFEMOKAM, + GKAHDHELILD, + IOMGDIKELIA, + CBAKIHCDENP, + GNPEAMELJDJ, + }; + pub const IEICDGGELNE_union = union(_IEICDGGELNE_case) { + EDHBKECGOLI: NIGCOPGHAMJ, + MLCGALIHAIP: OJLEHPPJBBC, + DIJHPEHONOK: NMENKIGNBCA, + BIDDDNIPBLE: OCJGNPIFOBM, + NPFPAJLCLNN: u32, + MFHBHKIMDCA: HJKDNGIHMAA, + PJABKIFDNND: NLCALKLPGOG, + NIHIFEMOKAM: OJLEHPPJBBC, + GKAHDHELILD: KHCAKPOMGNK, + IOMGDIKELIA: u32, + CBAKIHCDENP: u32, + GNPEAMELJDJ: KHPHAIFNJEI, + pub const _union_desc = .{ + .EDHBKECGOLI = fd(1, .{ .SubMessage = {} }), + .MLCGALIHAIP = fd(2, .{ .SubMessage = {} }), + .DIJHPEHONOK = fd(3, .{ .SubMessage = {} }), + .BIDDDNIPBLE = fd(4, .{ .SubMessage = {} }), + .NPFPAJLCLNN = fd(5, .{ .Varint = .Simple }), + .MFHBHKIMDCA = fd(7, .{ .SubMessage = {} }), + .PJABKIFDNND = fd(8, .{ .SubMessage = {} }), + .NIHIFEMOKAM = fd(12, .{ .SubMessage = {} }), + .GKAHDHELILD = fd(392, .{ .SubMessage = {} }), + .IOMGDIKELIA = fd(678, .{ .Varint = .Simple }), + .CBAKIHCDENP = fd(999, .{ .Varint = .Simple }), + .GNPEAMELJDJ = fd(1165, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .IEICDGGELNE = fd(null, .{ .OneOf = IEICDGGELNE_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HJKDNGIHMAA = struct { + dialogue_id: u32 = 0, + + pub const _desc_table = .{ + .dialogue_id = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const NLCALKLPGOG = struct { + PJGBFKNJPNO: HDIJJMDPILE = @enumFromInt(0), + OGJOFMCMFPG: u32 = 0, + BMALPKEKBEL: u32 = 0, + + pub const _desc_table = .{ + .PJGBFKNJPNO = fd(12, .{ .Varint = .Simple }), + .OGJOFMCMFPG = fd(2, .{ .Varint = .Simple }), + .BMALPKEKBEL = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OJLEHPPJBBC = struct { + OGJOFMCMFPG: u32 = 0, + BMALPKEKBEL: u32 = 0, + + pub const _desc_table = .{ + .OGJOFMCMFPG = fd(2, .{ .Varint = .Simple }), + .BMALPKEKBEL = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OCJGNPIFOBM = struct { + GFFBDANDHMK: u32 = 0, + level: u32 = 0, + HBAPCCEGNME: u32 = 0, + + pub const _desc_table = .{ + .GFFBDANDHMK = fd(5, .{ .Varint = .Simple }), + .level = fd(14, .{ .Varint = .Simple }), + .HBAPCCEGNME = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const NMENKIGNBCA = struct { + IFNMBNGIFPH: ?DMJLKIFEMMN = null, + EENJBPMNDOL: u32 = 0, + + pub const _desc_table = .{ + .IFNMBNGIFPH = fd(5, .{ .SubMessage = {} }), + .EENJBPMNDOL = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FGPBIBIJCOH = struct { + HHGAPDFINDI: bool = false, + BGLEHMKMAPG: u32 = 0, + + pub const _desc_table = .{ + .HHGAPDFINDI = fd(13, .{ .Varint = .Simple }), + .BGLEHMKMAPG = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SwordTrainingGameSyncChangeScNotify = struct { + LEADMNEIMDP: ArrayList(OMOJDEIFDAM), + + pub const _desc_table = .{ + .LEADMNEIMDP = fd(1, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HDFKPEEBGEN = struct { + id: u32 = 0, + progress: u32 = 0, + + pub const _desc_table = .{ + .id = fd(14, .{ .Varint = .Simple }), + .progress = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const NOKODMNOHMN = struct { + NCKCMGCBEHK: ArrayList(HDFKPEEBGEN), + ONILFFENAMO: ArrayList(u32), + + pub const _desc_table = .{ + .NCKCMGCBEHK = fd(6, .{ .List = .{ .SubMessage = {} } }), + .ONILFFENAMO = fd(7, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetSwordTrainingDataCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetSwordTrainingDataScRsp = struct { + KLBPECANFIG: bool = false, + CNBCKEFNFGE: ArrayList(u32), + KJKBKEGIGHK: ?NOKODMNOHMN = null, + FABKPHMJGHL: ArrayList(u32), + retcode: u32 = 0, + GAJBFPCPIGM: ?ALEFDNLLKLB = null, + DCHGIODEDDK: u32 = 0, + JOEFNHGGAGO: ArrayList(u32), + + pub const _desc_table = .{ + .KLBPECANFIG = fd(3, .{ .Varint = .Simple }), + .CNBCKEFNFGE = fd(11, .{ .PackedList = .{ .Varint = .Simple } }), + .KJKBKEGIGHK = fd(1, .{ .SubMessage = {} }), + .FABKPHMJGHL = fd(15, .{ .PackedList = .{ .Varint = .Simple } }), + .retcode = fd(14, .{ .Varint = .Simple }), + .GAJBFPCPIGM = fd(7, .{ .SubMessage = {} }), + .DCHGIODEDDK = fd(8, .{ .Varint = .Simple }), + .JOEFNHGGAGO = fd(2, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SwordTrainingTurnActionCsReq = struct { + PHAJEHIBKFI: ArrayList(u32), + BHNFGPEHOMO: ArrayList(u32), + + pub const _desc_table = .{ + .PHAJEHIBKFI = fd(7, .{ .PackedList = .{ .Varint = .Simple } }), + .BHNFGPEHOMO = fd(2, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SwordTrainingTurnActionScRsp = struct { + BHNFGPEHOMO: ArrayList(u32), + retcode: u32 = 0, + + pub const _desc_table = .{ + .BHNFGPEHOMO = fd(2, .{ .PackedList = .{ .Varint = .Simple } }), + .retcode = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SwordTrainingDailyPhaseConfirmCsReq = struct { + IFENLNHLBAB: BJNCDEFEEJI = @enumFromInt(0), + + pub const _desc_table = .{ + .IFENLNHLBAB = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SwordTrainingDailyPhaseConfirmScRsp = struct { + MLLAEFJEMCF: bool = false, + retcode: u32 = 0, + + pub const _desc_table = .{ + .MLLAEFJEMCF = fd(6, .{ .Varint = .Simple }), + .retcode = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SwordTrainingDialogueSelectOptionCsReq = struct { + KDMLLLGHJON: u32 = 0, + + pub const _desc_table = .{ + .KDMLLLGHJON = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SwordTrainingDialogueSelectOptionScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SwordTrainingExamResultConfirmCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SwordTrainingExamResultConfirmScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EnterSwordTrainingExamCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EnterSwordTrainingExamScRsp = struct { + battle_info: ?SceneBattleInfo = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .battle_info = fd(5, .{ .SubMessage = {} }), + .retcode = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SwordTrainingLearnSkillCsReq = struct { + skill_id: u32 = 0, + + pub const _desc_table = .{ + .skill_id = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SwordTrainingLearnSkillScRsp = struct { + retcode: u32 = 0, + skill_id: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(12, .{ .Varint = .Simple }), + .skill_id = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SwordTrainingStartGameCsReq = struct { + game_story_line_id: u32 = 0, + + pub const _desc_table = .{ + .game_story_line_id = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SwordTrainingStartGameScRsp = struct { + GAJBFPCPIGM: ?ALEFDNLLKLB = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .GAJBFPCPIGM = fd(3, .{ .SubMessage = {} }), + .retcode = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SwordTrainingStoryConfirmCsReq = struct { + BGLEHMKMAPG: u32 = 0, + + pub const _desc_table = .{ + .BGLEHMKMAPG = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SwordTrainingStoryConfirmScRsp = struct { + BGLEHMKMAPG: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .BGLEHMKMAPG = fd(4, .{ .Varint = .Simple }), + .retcode = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SwordTrainingGiveUpGameCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SwordTrainingGiveUpGameScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SwordTrainingGameSettleScNotify = struct { + reward: ?ItemList = null, + PIGEEBCKCOO: u32 = 0, + CCDCHKKMGJF: ArrayList(u32), + PPIMFPOOOKB: ArrayList(u32), + FPBNIPMHANH: u32 = 0, + reason: HDMKPHALALG = @enumFromInt(0), + game_story_line_id: u32 = 0, + IFNMBNGIFPH: u32 = 0, + + pub const _desc_table = .{ + .reward = fd(12, .{ .SubMessage = {} }), + .PIGEEBCKCOO = fd(7, .{ .Varint = .Simple }), + .CCDCHKKMGJF = fd(14, .{ .PackedList = .{ .Varint = .Simple } }), + .PPIMFPOOOKB = fd(11, .{ .PackedList = .{ .Varint = .Simple } }), + .FPBNIPMHANH = fd(2, .{ .Varint = .Simple }), + .reason = fd(9, .{ .Varint = .Simple }), + .game_story_line_id = fd(3, .{ .Varint = .Simple }), + .IFNMBNGIFPH = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SwordTrainingUnlockSyncScNotify = struct { + ONILFFENAMO: ArrayList(u32), + NCKCMGCBEHK: ArrayList(HDFKPEEBGEN), + + pub const _desc_table = .{ + .ONILFFENAMO = fd(10, .{ .PackedList = .{ .Varint = .Simple } }), + .NCKCMGCBEHK = fd(8, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SwordTrainingSelectEndingCsReq = struct { + DECJMBHNNHD: u32 = 0, + + pub const _desc_table = .{ + .DECJMBHNNHD = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SwordTrainingSelectEndingScRsp = struct { + DECJMBHNNHD: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .DECJMBHNNHD = fd(8, .{ .Varint = .Simple }), + .retcode = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SwordTrainingRestoreGameCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SwordTrainingRestoreGameScRsp = struct { + GAJBFPCPIGM: ?ALEFDNLLKLB = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .GAJBFPCPIGM = fd(5, .{ .SubMessage = {} }), + .retcode = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SwordTrainingStoryBattleCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SwordTrainingStoryBattleScRsp = struct { + retcode: u32 = 0, + battle_info: ?SceneBattleInfo = null, + + pub const _desc_table = .{ + .retcode = fd(13, .{ .Varint = .Simple }), + .battle_info = fd(1, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SwordTrainingActionTurnSettleScNotify = struct { + MCCCNLIIIBC: ArrayList(MMOIBACBPKA), + CGFCMKNCCDC: u32 = 0, + + pub const _desc_table = .{ + .MCCCNLIIIBC = fd(11, .{ .List = .{ .SubMessage = {} } }), + .CGFCMKNCCDC = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SwordTrainingResumeGameCsReq = struct { + game_story_line_id: u32 = 0, + + pub const _desc_table = .{ + .game_story_line_id = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SwordTrainingResumeGameScRsp = struct { + GAJBFPCPIGM: ?ALEFDNLLKLB = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .GAJBFPCPIGM = fd(6, .{ .SubMessage = {} }), + .retcode = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SwordTrainingSetSkillTraceCsReq = struct { + skill_id: u32 = 0, + + pub const _desc_table = .{ + .skill_id = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SwordTrainingSetSkillTraceScRsp = struct { + retcode: u32 = 0, + skill_id: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(9, .{ .Varint = .Simple }), + .skill_id = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SwordTrainingMarkEndingViewedCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SwordTrainingMarkEndingViewedScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BLPMHFGIOAC = struct { + KENEKNBJGMG: u32 = 0, + stamina: u32 = 0, + + pub const _desc_table = .{ + .KENEKNBJGMG = fd(7, .{ .Varint = .Simple }), + .stamina = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OPGPOJAAHHG = struct { + unlocked_head_icon_list: ArrayList(HeadIconData), + PAGJKDJIGPI: bool = false, + ALMMHKFKHLK: ArrayList(u32), + signature: ManagedString = .Empty, + + pub const _desc_table = .{ + .unlocked_head_icon_list = fd(6, .{ .List = .{ .SubMessage = {} } }), + .PAGJKDJIGPI = fd(11, .{ .Varint = .Simple }), + .ALMMHKFKHLK = fd(14, .{ .PackedList = .{ .Varint = .Simple } }), + .signature = fd(9, .String), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const AvatarSync = struct { + avatar_list: ArrayList(Avatar), + + pub const _desc_table = .{ + .avatar_list = fd(2, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DBANAPEAALP = struct { + EJBGGJONBOL: ArrayList(IKAMMKLBOCO), + GAEGMBIOGOH: ArrayList(FHABEIKAFBO), + mission_list: ArrayList(Mission), + ANIHPCKNGBM: ArrayList(u32), + HNEPOEDCIDK: ArrayList(u32), + FinishedMainMissionIdList: ArrayList(u32), + MCFONOPKOKD: ArrayList(u32), + + pub const _desc_table = .{ + .EJBGGJONBOL = fd(3, .{ .List = .{ .SubMessage = {} } }), + .GAEGMBIOGOH = fd(11, .{ .List = .{ .SubMessage = {} } }), + .mission_list = fd(13, .{ .List = .{ .SubMessage = {} } }), + .ANIHPCKNGBM = fd(5, .{ .PackedList = .{ .Varint = .Simple } }), + .HNEPOEDCIDK = fd(7, .{ .PackedList = .{ .Varint = .Simple } }), + .FinishedMainMissionIdList = fd(6, .{ .PackedList = .{ .Varint = .Simple } }), + .MCFONOPKOKD = fd(12, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DMBMPAHKHLA = struct { + LKKIDNJCFJA: ArrayList(u32), + DINGKFDBCJJ: ArrayList(u32), + + pub const _desc_table = .{ + .LKKIDNJCFJA = fd(13, .{ .PackedList = .{ .Varint = .Simple } }), + .DINGKFDBCJJ = fd(10, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LPFMHAJHDMM = struct { + LNEJLGEFPLE: ArrayList(u32), + CNGLDJNPOPI: ArrayList(u32), + OMAALPKJIIH: ArrayList(SectionStatus), + KMMBEANDIJH: ArrayList(GroupStatus), + + pub const _desc_table = .{ + .LNEJLGEFPLE = fd(5, .{ .PackedList = .{ .Varint = .Simple } }), + .CNGLDJNPOPI = fd(15, .{ .PackedList = .{ .Varint = .Simple } }), + .OMAALPKJIIH = fd(11, .{ .List = .{ .SubMessage = {} } }), + .KMMBEANDIJH = fd(9, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlayerSyncScNotify = struct { + IGGOGFJFPDJ: ?BLPMHFGIOAC = null, + IGIPEIMGEAA: ArrayList(GKDIHIFFHFD), + HLINMKBDKNC: ArrayList(WaitDelResource), + DGINPELINHI: ArrayList(u32), + quest_list: ArrayList(Quest), + equipment_list: ArrayList(Equipment), + PCLGHHFJMGA: ?OPGPOJAAHHG = null, + INKHDOGLEMN: ArrayList(u32), + total_achievement_exp: u32 = 0, + multi_path_avatar_info_list: ArrayList(MultiPathAvatarInfo), + OLFLKCBBJOH: ArrayList(u32), + OMJOPKGJPLG: ?DMBMPAHKHLA = null, + GEJLEKBBFNC: ?DBANAPEAALP = null, + FCOKFFEAPMI: ArrayList(Material), + basic_info: ?PlayerBasicInfo = null, + avatar_sync: ?AvatarSync = null, + BKEBJFIPJEH: ?LPFMHAJHDMM = null, + material_list: ArrayList(Material), + relic_list: ArrayList(Relic), + MJOKLHFPGAD: ?ItemList = null, + + pub const _desc_table = .{ + .IGGOGFJFPDJ = fd(5, .{ .SubMessage = {} }), + .IGIPEIMGEAA = fd(1855, .{ .List = .{ .SubMessage = {} } }), + .HLINMKBDKNC = fd(14, .{ .List = .{ .SubMessage = {} } }), + .DGINPELINHI = fd(9, .{ .PackedList = .{ .Varint = .Simple } }), + .quest_list = fd(1, .{ .List = .{ .SubMessage = {} } }), + .equipment_list = fd(7, .{ .List = .{ .SubMessage = {} } }), + .PCLGHHFJMGA = fd(854, .{ .SubMessage = {} }), + .INKHDOGLEMN = fd(15, .{ .PackedList = .{ .Varint = .Simple } }), + .total_achievement_exp = fd(648, .{ .Varint = .Simple }), + .multi_path_avatar_info_list = fd(1169, .{ .List = .{ .SubMessage = {} } }), + .OLFLKCBBJOH = fd(1930, .{ .PackedList = .{ .Varint = .Simple } }), + .OMJOPKGJPLG = fd(1887, .{ .SubMessage = {} }), + .GEJLEKBBFNC = fd(4, .{ .SubMessage = {} }), + .FCOKFFEAPMI = fd(2009, .{ .List = .{ .SubMessage = {} } }), + .basic_info = fd(3, .{ .SubMessage = {} }), + .avatar_sync = fd(10, .{ .SubMessage = {} }), + .BKEBJFIPJEH = fd(1687, .{ .SubMessage = {} }), + .material_list = fd(6, .{ .List = .{ .SubMessage = {} } }), + .relic_list = fd(13, .{ .List = .{ .SubMessage = {} } }), + .MJOKLHFPGAD = fd(142, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetNpcTakenRewardCsReq = struct { + npc_id: u32 = 0, + + pub const _desc_table = .{ + .npc_id = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetNpcTakenRewardScRsp = struct { + retcode: u32 = 0, + talk_event_list: ArrayList(u32), + npc_id: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(11, .{ .Varint = .Simple }), + .talk_event_list = fd(8, .{ .PackedList = .{ .Varint = .Simple } }), + .npc_id = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeTalkRewardCsReq = struct { + OLCONCNJMMP: ?Vector = null, + IEMOEOIMHMA: u32 = 0, + + pub const _desc_table = .{ + .OLCONCNJMMP = fd(7, .{ .SubMessage = {} }), + .IEMOEOIMHMA = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeTalkRewardScRsp = struct { + reward: ?ItemList = null, + retcode: u32 = 0, + IEMOEOIMHMA: u32 = 0, + + pub const _desc_table = .{ + .reward = fd(15, .{ .SubMessage = {} }), + .retcode = fd(13, .{ .Varint = .Simple }), + .IEMOEOIMHMA = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetFirstTalkNpcCsReq = struct { + npc_id_list: ArrayList(u32), + + pub const _desc_table = .{ + .npc_id_list = fd(11, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FirstNpcTalkInfo = struct { + npc_id: u32 = 0, + is_meet: bool = false, + + pub const _desc_table = .{ + .npc_id = fd(5, .{ .Varint = .Simple }), + .is_meet = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetFirstTalkNpcScRsp = struct { + npc_meet_status_list: ArrayList(FirstNpcTalkInfo), + retcode: u32 = 0, + + pub const _desc_table = .{ + .npc_meet_status_list = fd(5, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FinishFirstTalkNpcCsReq = struct { + npc_id: u32 = 0, + + pub const _desc_table = .{ + .npc_id = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FinishFirstTalkNpcScRsp = struct { + npc_id: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .npc_id = fd(4, .{ .Varint = .Simple }), + .retcode = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SelectInclinationTextCsReq = struct { + talk_sentence_id: u32 = 0, + + pub const _desc_table = .{ + .talk_sentence_id = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SelectInclinationTextScRsp = struct { + retcode: u32 = 0, + talk_sentence_id: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(10, .{ .Varint = .Simple }), + .talk_sentence_id = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const NpcMeetByPerformanceStatus = struct { + is_meet: bool = false, + performance_id: u32 = 0, + + pub const _desc_table = .{ + .is_meet = fd(6, .{ .Varint = .Simple }), + .performance_id = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetFirstTalkByPerformanceNpcCsReq = struct { + performance_id_list: ArrayList(u32), + + pub const _desc_table = .{ + .performance_id_list = fd(13, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetFirstTalkByPerformanceNpcScRsp = struct { + retcode: u32 = 0, + npc_meet_status_list: ArrayList(NpcMeetByPerformanceStatus), + + pub const _desc_table = .{ + .retcode = fd(5, .{ .Varint = .Simple }), + .npc_meet_status_list = fd(13, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FinishFirstTalkByPerformanceNpcCsReq = struct { + performance_id: u32 = 0, + + pub const _desc_table = .{ + .performance_id = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FinishFirstTalkByPerformanceNpcScRsp = struct { + retcode: u32 = 0, + performance_id: u32 = 0, + reward: ?ItemList = null, + + pub const _desc_table = .{ + .retcode = fd(15, .{ .Varint = .Simple }), + .performance_id = fd(8, .{ .Varint = .Simple }), + .reward = fd(2, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EJDGKNKHKHH = struct { + level: u32 = 0, + id: u32 = 0, + + pub const _desc_table = .{ + .level = fd(10, .{ .Varint = .Simple }), + .id = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BKMGDPHACKE = struct { + BIINNCNDPCG: bool = false, + id: u32 = 0, + + pub const _desc_table = .{ + .BIINNCNDPCG = fd(5, .{ .Varint = .Simple }), + .id = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FLOICKMNMLL = struct { + DGPEJFLJNOJ: ArrayList(BKMGDPHACKE), + CNIJNMDGEDD: ArrayList(EJDGKNKHKHH), + + pub const _desc_table = .{ + .DGPEJFLJNOJ = fd(7, .{ .List = .{ .SubMessage = {} } }), + .CNIJNMDGEDD = fd(13, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OFDGOGDBHAC = struct { + OMICAJEOLJF: ArrayList(u32), + LIBLLKBLDCH: ArrayList(u32), + + pub const _desc_table = .{ + .OMICAJEOLJF = fd(11, .{ .PackedList = .{ .Varint = .Simple } }), + .LIBLLKBLDCH = fd(4, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TarotBookGetDataCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TarotBookGetDataScRsp = struct { + LENPIDMPECP: u32 = 0, + HEFJEJHOJEA: ?FLOICKMNMLL = null, + retcode: u32 = 0, + NDCJJPGNFLN: ArrayList(NDCJJPGNFLNEntry), + energy_info: u32 = 0, + IPNINOPEKBP: ?OFDGOGDBHAC = null, + JKEMDJIAMHI: ArrayList(JKEMDJIAMHIEntry), + FDCKFKFKHLO: u32 = 0, + + pub const _desc_table = .{ + .LENPIDMPECP = fd(3, .{ .Varint = .Simple }), + .HEFJEJHOJEA = fd(9, .{ .SubMessage = {} }), + .retcode = fd(14, .{ .Varint = .Simple }), + .NDCJJPGNFLN = fd(6, .{ .List = .{ .SubMessage = {} } }), + .energy_info = fd(10, .{ .Varint = .Simple }), + .IPNINOPEKBP = fd(5, .{ .SubMessage = {} }), + .JKEMDJIAMHI = fd(11, .{ .List = .{ .SubMessage = {} } }), + .FDCKFKFKHLO = fd(13, .{ .Varint = .Simple }), + }; + + pub const NDCJJPGNFLNEntry = struct { + key: u32 = 0, + value: u32 = 0, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub const JKEMDJIAMHIEntry = struct { + key: u32 = 0, + value: u32 = 0, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TarotBookOpenPackCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TarotBookOpenPackScRsp = struct { + FDCKFKFKHLO: u32 = 0, + CJENCDIFLCF: ArrayList(CJENCDIFLCFEntry), + energy_info: u32 = 0, + LENPIDMPECP: u32 = 0, + IIKBCNBJKKI: ArrayList(IIKBCNBJKKIEntry), + retcode: u32 = 0, + + pub const _desc_table = .{ + .FDCKFKFKHLO = fd(2, .{ .Varint = .Simple }), + .CJENCDIFLCF = fd(9, .{ .List = .{ .SubMessage = {} } }), + .energy_info = fd(5, .{ .Varint = .Simple }), + .LENPIDMPECP = fd(13, .{ .Varint = .Simple }), + .IIKBCNBJKKI = fd(6, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(1, .{ .Varint = .Simple }), + }; + + pub const CJENCDIFLCFEntry = struct { + key: u32 = 0, + value: u32 = 0, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub const IIKBCNBJKKIEntry = struct { + key: u32 = 0, + value: u32 = 0, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TarotBookUnlockStoryCsReq = struct { + PPIMFPOOOKB: ArrayList(u32), + + pub const _desc_table = .{ + .PPIMFPOOOKB = fd(9, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TarotBookUnlockStoryScRsp = struct { + JKEMDJIAMHI: ArrayList(JKEMDJIAMHIEntry), + retcode: u32 = 0, + PPDGGOCIEDE: ?EJDGKNKHKHH = null, + NDCJJPGNFLN: ArrayList(NDCJJPGNFLNEntry), + PPIMFPOOOKB: ArrayList(u32), + + pub const _desc_table = .{ + .JKEMDJIAMHI = fd(14, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(10, .{ .Varint = .Simple }), + .PPDGGOCIEDE = fd(13, .{ .SubMessage = {} }), + .NDCJJPGNFLN = fd(1, .{ .List = .{ .SubMessage = {} } }), + .PPIMFPOOOKB = fd(12, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub const JKEMDJIAMHIEntry = struct { + key: u32 = 0, + value: u32 = 0, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub const NDCJJPGNFLNEntry = struct { + key: u32 = 0, + value: u32 = 0, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TarotBookFinishStoryCsReq = struct { + BGLEHMKMAPG: u32 = 0, + + pub const _desc_table = .{ + .BGLEHMKMAPG = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TarotBookFinishStoryScRsp = struct { + BGLEHMKMAPG: u32 = 0, + retcode: u32 = 0, + HEFJEJHOJEA: ?FLOICKMNMLL = null, + + pub const _desc_table = .{ + .BGLEHMKMAPG = fd(6, .{ .Varint = .Simple }), + .retcode = fd(1, .{ .Varint = .Simple }), + .HEFJEJHOJEA = fd(4, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TarotBookModifyEnergyScNotify = struct { + sub_mission_id: u32 = 0, + energy_info: u32 = 0, + + pub const _desc_table = .{ + .sub_mission_id = fd(2, .{ .Varint = .Simple }), + .energy_info = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TarotBookFinishInteractionCsReq = struct { + NBLHJJJEGNO: u32 = 0, + + pub const _desc_table = .{ + .NBLHJJJEGNO = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TarotBookFinishInteractionScRsp = struct { + retcode: u32 = 0, + NBLHJJJEGNO: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(15, .{ .Varint = .Simple }), + .NBLHJJJEGNO = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TarotBookUnlockInteractionCsReq = struct { + OHKHPOLFIBP: ArrayList(u32), + + pub const _desc_table = .{ + .OHKHPOLFIBP = fd(12, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TarotBookUnlockInteractionScRsp = struct { + OHKHPOLFIBP: ArrayList(u32), + retcode: u32 = 0, + + pub const _desc_table = .{ + .OHKHPOLFIBP = fd(1, .{ .PackedList = .{ .Varint = .Simple } }), + .retcode = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TarotBookSyncDataScNotify = struct { + LENPIDMPECP: u32 = 0, + JKEMDJIAMHI: ArrayList(JKEMDJIAMHIEntry), + energy_info: u32 = 0, + HEFJEJHOJEA: ?FLOICKMNMLL = null, + NDCJJPGNFLN: ArrayList(NDCJJPGNFLNEntry), + FDCKFKFKHLO: u32 = 0, + + pub const _desc_table = .{ + .LENPIDMPECP = fd(14, .{ .Varint = .Simple }), + .JKEMDJIAMHI = fd(7, .{ .List = .{ .SubMessage = {} } }), + .energy_info = fd(11, .{ .Varint = .Simple }), + .HEFJEJHOJEA = fd(6, .{ .SubMessage = {} }), + .NDCJJPGNFLN = fd(2, .{ .List = .{ .SubMessage = {} } }), + .FDCKFKFKHLO = fd(10, .{ .Varint = .Simple }), + }; + + pub const JKEMDJIAMHIEntry = struct { + key: u32 = 0, + value: u32 = 0, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub const NDCJJPGNFLNEntry = struct { + key: u32 = 0, + value: u32 = 0, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OGJDNLIJKFB = struct { + NINLFBGLBLL: u32 = 0, + KEGCJPPOKBK: u32 = 0, + max_score: u32 = 0, + + pub const _desc_table = .{ + .NINLFBGLBLL = fd(13, .{ .Varint = .Simple }), + .KEGCJPPOKBK = fd(8, .{ .Varint = .Simple }), + .max_score = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetTelevisionActivityDataCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetTelevisionActivityDataScRsp = struct { + retcode: u32 = 0, + KADGMHHGKMP: ArrayList(OGJDNLIJKFB), + + pub const _desc_table = .{ + .retcode = fd(8, .{ .Varint = .Simple }), + .KADGMHHGKMP = fd(13, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TelevisionActivityDataChangeScNotify = struct { + KADGMHHGKMP: ArrayList(OGJDNLIJKFB), + + pub const _desc_table = .{ + .KADGMHHGKMP = fd(6, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TelevisionActivityBattleEndScNotify = struct { + NPJEECEDPOK: u32 = 0, + DFCCBDPNLEA: ?OGJDNLIJKFB = null, + FIDIOIHLLGA: u32 = 0, + HOEHIOBIIEJ: u32 = 0, + FCEPIPCCOMN: u32 = 0, + + pub const _desc_table = .{ + .NPJEECEDPOK = fd(11, .{ .Varint = .Simple }), + .DFCCBDPNLEA = fd(12, .{ .SubMessage = {} }), + .FIDIOIHLLGA = fd(9, .{ .Varint = .Simple }), + .HOEHIOBIIEJ = fd(1, .{ .Varint = .Simple }), + .FCEPIPCCOMN = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DEPEAHJNKGJ = struct { + avatar_id: u32 = 0, + avatar_type: AvatarType = @enumFromInt(0), + + pub const _desc_table = .{ + .avatar_id = fd(9, .{ .Varint = .Simple }), + .avatar_type = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EnterTelevisionActivityStageCsReq = struct { + buff_list: ArrayList(u32), + NINLFBGLBLL: u32 = 0, + avatar_list: ArrayList(DEPEAHJNKGJ), + + pub const _desc_table = .{ + .buff_list = fd(15, .{ .PackedList = .{ .Varint = .Simple } }), + .NINLFBGLBLL = fd(4, .{ .Varint = .Simple }), + .avatar_list = fd(5, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EnterTelevisionActivityStageScRsp = struct { + battle_info: ?SceneBattleInfo = null, + NINLFBGLBLL: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .battle_info = fd(6, .{ .SubMessage = {} }), + .NINLFBGLBLL = fd(14, .{ .Varint = .Simple }), + .retcode = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const IOMOPENEMBF = struct { + FANOKEMBMPB: u32 = 0, + ADINNBPINAK: u32 = 0, + HBJKEEBDJML: ManagedString = .Empty, + NLFNJPMACPM: u32 = 0, + NKIOIIOIAOG: ManagedString = .Empty, + + pub const _desc_table = .{ + .FANOKEMBMPB = fd(8, .{ .Varint = .Simple }), + .ADINNBPINAK = fd(5, .{ .Varint = .Simple }), + .HBJKEEBDJML = fd(4, .String), + .NLFNJPMACPM = fd(14, .{ .Varint = .Simple }), + .NKIOIIOIAOG = fd(6, .String), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TextJoinSaveCsReq = struct { + HBJKEEBDJML: ManagedString = .Empty, + ADINNBPINAK: u32 = 0, + FANOKEMBMPB: u32 = 0, + + pub const _desc_table = .{ + .HBJKEEBDJML = fd(8, .String), + .ADINNBPINAK = fd(12, .{ .Varint = .Simple }), + .FANOKEMBMPB = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TextJoinSaveScRsp = struct { + FANOKEMBMPB: u32 = 0, + retcode: u32 = 0, + HBJKEEBDJML: ManagedString = .Empty, + ADINNBPINAK: u32 = 0, + + pub const _desc_table = .{ + .FANOKEMBMPB = fd(4, .{ .Varint = .Simple }), + .retcode = fd(13, .{ .Varint = .Simple }), + .HBJKEEBDJML = fd(8, .String), + .ADINNBPINAK = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TextJoinQueryCsReq = struct { + PONENNKHCMJ: ArrayList(u32), + + pub const _desc_table = .{ + .PONENNKHCMJ = fd(7, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TextJoinQueryScRsp = struct { + NKKKOPACOKG: ArrayList(IOMOPENEMBF), + retcode: u32 = 0, + + pub const _desc_table = .{ + .NKKKOPACOKG = fd(6, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TextJoinBatchSaveCsReq = struct { + NKKKOPACOKG: ArrayList(IOMOPENEMBF), + + pub const _desc_table = .{ + .NKKKOPACOKG = fd(10, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TextJoinBatchSaveScRsp = struct { + NKKKOPACOKG: ArrayList(IOMOPENEMBF), + retcode: u32 = 0, + + pub const _desc_table = .{ + .NKKKOPACOKG = fd(1, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CGLIGECGAKN = struct { + stage_id: u32 = 0, + max_score: u32 = 0, + + pub const _desc_table = .{ + .stage_id = fd(2, .{ .Varint = .Simple }), + .max_score = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetTrackPhotoActivityDataCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetTrackPhotoActivityDataScRsp = struct { + retcode: u32 = 0, + EMGFLDOPKGL: ArrayList(CGLIGECGAKN), + + pub const _desc_table = .{ + .retcode = fd(13, .{ .Varint = .Simple }), + .EMGFLDOPKGL = fd(11, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GEOAEOFJOGC = struct { + entity_id: u32 = 0, + KFBOAONLDEM: bool = false, + + pub const _desc_table = .{ + .entity_id = fd(4, .{ .Varint = .Simple }), + .KFBOAONLDEM = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SettleTrackPhotoStageCsReq = struct { + stage_id: u32 = 0, + cost_time: u32 = 0, + LPIHANIOJFI: ArrayList(GEOAEOFJOGC), + + pub const _desc_table = .{ + .stage_id = fd(13, .{ .Varint = .Simple }), + .cost_time = fd(4, .{ .Varint = .Simple }), + .LPIHANIOJFI = fd(12, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SettleTrackPhotoStageScRsp = struct { + retcode: u32 = 0, + stage_id: u32 = 0, + LPIHANIOJFI: ArrayList(GEOAEOFJOGC), + score_id: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(10, .{ .Varint = .Simple }), + .stage_id = fd(3, .{ .Varint = .Simple }), + .LPIHANIOJFI = fd(2, .{ .List = .{ .SubMessage = {} } }), + .score_id = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const StartTrackPhotoStageCsReq = struct { + DJFCMLIPDAB: bool = false, + stage_id: u32 = 0, + + pub const _desc_table = .{ + .DJFCMLIPDAB = fd(7, .{ .Varint = .Simple }), + .stage_id = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const StartTrackPhotoStageScRsp = struct { + MDLNDGIJNML: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .MDLNDGIJNML = fd(6, .{ .Varint = .Simple }), + .retcode = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const QuitTrackPhotoStageCsReq = struct { + stage_id: u32 = 0, + + pub const _desc_table = .{ + .stage_id = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const QuitTrackPhotoStageScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FPLMDELMJKB = struct { + unique_id: u32 = 0, + card_id: u32 = 0, + BBLBLAFIGHM: u32 = 0, + HCPGEALODME: ArrayList(u32), + + pub const _desc_table = .{ + .unique_id = fd(7, .{ .Varint = .Simple }), + .card_id = fd(6, .{ .Varint = .Simple }), + .BBLBLAFIGHM = fd(13, .{ .Varint = .Simple }), + .HCPGEALODME = fd(15, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HBCINIKPAFI = struct { + FODPDMPBAND: ArrayList(FPLMDELMJKB), + + pub const _desc_table = .{ + .FODPDMPBAND = fd(9, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CGCONJFFFBB = struct { + HAFCKONEHFM: u32 = 0, + LKLLMPOKOGH: bool = false, + FODPDMPBAND: ?HBCINIKPAFI = null, + + pub const _desc_table = .{ + .HAFCKONEHFM = fd(15, .{ .Varint = .Simple }), + .LKLLMPOKOGH = fd(8, .{ .Varint = .Simple }), + .FODPDMPBAND = fd(11, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KKNLMCJIGAF = struct { + GHFAIHLCELN: u32 = 0, + unique_id: u32 = 0, + HFNHLCFNHKD: u32 = 0, + display_value: u32 = 0, + + pub const _desc_table = .{ + .GHFAIHLCELN = fd(6, .{ .Varint = .Simple }), + .unique_id = fd(10, .{ .Varint = .Simple }), + .HFNHLCFNHKD = fd(12, .{ .Varint = .Simple }), + .display_value = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KACKJJDJONI = struct { + BLHPICIOFAI: u32 = 0, + KDDPPGOCOMB: ArrayList(u32), + JODNMDOAMKC: u32 = 0, + PAPKGJOJPII: u32 = 0, + NCDCGFKOLOE: u32 = 0, + HCFOCPKFOBG: u32 = 0, + + pub const _desc_table = .{ + .BLHPICIOFAI = fd(10, .{ .Varint = .Simple }), + .KDDPPGOCOMB = fd(1, .{ .PackedList = .{ .Varint = .Simple } }), + .JODNMDOAMKC = fd(4, .{ .Varint = .Simple }), + .PAPKGJOJPII = fd(14, .{ .Varint = .Simple }), + .NCDCGFKOLOE = fd(6, .{ .Varint = .Simple }), + .HCFOCPKFOBG = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EDFABKMNBLI = struct { + GDGHCBGHLND: ?KACKJJDJONI = null, + BIHMELMJHPO: u32 = 0, + LLJEFMPDJKH: u32 = 0, + MKOAMBMKDID: ArrayList(KKNLMCJIGAF), + + pub const _desc_table = .{ + .GDGHCBGHLND = fd(7, .{ .SubMessage = {} }), + .BIHMELMJHPO = fd(12, .{ .Varint = .Simple }), + .LLJEFMPDJKH = fd(10, .{ .Varint = .Simple }), + .MKOAMBMKDID = fd(13, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FPDFCGKIILE = struct { + KPAKAPNHNND: u32 = 0, + KHHLNGGECPB: u32 = 0, + + pub const _desc_table = .{ + .KPAKAPNHNND = fd(9, .{ .Varint = .Simple }), + .KHHLNGGECPB = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GOCKBLNJIBG = struct { + skill_id: u32 = 0, + JGMIPMDPPIJ: u32 = 0, + skill_level: u32 = 0, + + pub const _desc_table = .{ + .skill_id = fd(9, .{ .Varint = .Simple }), + .JGMIPMDPPIJ = fd(2, .{ .Varint = .Simple }), + .skill_level = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MAONNNELGCC = struct { + MIHLFGCGKNO: u32 = 0, + BOJBPOELFCI: ?FPDFCGKIILE = null, + ALJLKAOELDP: u32 = 0, + + pub const _desc_table = .{ + .MIHLFGCGKNO = fd(10, .{ .Varint = .Simple }), + .BOJBPOELFCI = fd(14, .{ .SubMessage = {} }), + .ALJLKAOELDP = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ADGNFGFBCPE = struct { + CINMLCKBHIM: bool = false, + PCLMNBILAPH: ArrayList(u32), + record_id: u32 = 0, + ALJLKAOELDP: u32 = 0, + + pub const _desc_table = .{ + .CINMLCKBHIM = fd(12, .{ .Varint = .Simple }), + .PCLMNBILAPH = fd(6, .{ .PackedList = .{ .Varint = .Simple } }), + .record_id = fd(10, .{ .Varint = .Simple }), + .ALJLKAOELDP = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LHLEEHCBMOL = struct { + OAFAAEEMNFB: u32 = 0, + PKIDBDGPILO: u32 = 0, + BBLBLAFIGHM: u32 = 0, + KBGDCEHIFFJ: ArrayList(MAONNNELGCC), + CFKPAICDJPJ: ArrayList(u32), + skill_list: ArrayList(GOCKBLNJIBG), + + pub const _desc_table = .{ + .OAFAAEEMNFB = fd(5, .{ .Varint = .Simple }), + .PKIDBDGPILO = fd(15, .{ .Varint = .Simple }), + .BBLBLAFIGHM = fd(12, .{ .Varint = .Simple }), + .KBGDCEHIFFJ = fd(7, .{ .List = .{ .SubMessage = {} } }), + .CFKPAICDJPJ = fd(4, .{ .PackedList = .{ .Varint = .Simple } }), + .skill_list = fd(13, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OIBMNPCLNJJ = struct { + PCLMNBILAPH: ArrayList(u32), + MEBOFHOKEPI: ArrayList(ADGNFGFBCPE), + + pub const _desc_table = .{ + .PCLMNBILAPH = fd(12, .{ .PackedList = .{ .Varint = .Simple } }), + .MEBOFHOKEPI = fd(5, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KFLDAMAAIKB = struct { + MLHDKJMFDAI: ?DAIPPHMLPCB = null, + OPDIPFBCFDP: ArrayList(MCNCKBNOEJG), + progress: u32 = 0, + DBAHFEFGLMD: u32 = 0, + ELFPHFPKBFI: ArrayList(u32), + KNOJNBJIOKB: ArrayList(u32), + HBCCBGBFPLO: ArrayList(u32), + + pub const _desc_table = .{ + .MLHDKJMFDAI = fd(3, .{ .SubMessage = {} }), + .OPDIPFBCFDP = fd(13, .{ .List = .{ .SubMessage = {} } }), + .progress = fd(8, .{ .Varint = .Simple }), + .DBAHFEFGLMD = fd(15, .{ .Varint = .Simple }), + .ELFPHFPKBFI = fd(9, .{ .PackedList = .{ .Varint = .Simple } }), + .KNOJNBJIOKB = fd(14, .{ .PackedList = .{ .Varint = .Simple } }), + .HBCCBGBFPLO = fd(11, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const INDFFNNHOHC = struct { + DBAHFEFGLMD: u32 = 0, + ELFPHFPKBFI: ArrayList(u32), + + pub const _desc_table = .{ + .DBAHFEFGLMD = fd(9, .{ .Varint = .Simple }), + .ELFPHFPKBFI = fd(12, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PPKDPAJPAGF = struct { + GJFHPCIEBOJ: u32 = 0, + status: KNOOCOCANAM = @enumFromInt(0), + JLHDKOLMEDA: u32 = 0, + + pub const _desc_table = .{ + .GJFHPCIEBOJ = fd(14, .{ .Varint = .Simple }), + .status = fd(2, .{ .Varint = .Simple }), + .JLHDKOLMEDA = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const DAIPPHMLPCB = struct { + HEIDCIKEDPD: u32 = 0, + IMEKHGCIEDN: ArrayList(PPKDPAJPAGF), + + pub const _desc_table = .{ + .HEIDCIKEDPD = fd(8, .{ .Varint = .Simple }), + .IMEKHGCIEDN = fd(11, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MCNCKBNOEJG = struct { + CIGAJENPMKH: u32 = 0, + dice_slot_id: u32 = 0, + + pub const _desc_table = .{ + .CIGAJENPMKH = fd(4, .{ .Varint = .Simple }), + .dice_slot_id = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HHALLEKOJIA = struct { + DBJHEMIPPIM: u32 = 0, + OBOKGLCMKKE: u32 = 0, + CIGACGHPDGK: ArrayList(u32), + EOHBBEAKODF: ArrayList(INDFFNNHOHC), + EEBNAAPBKCN: u32 = 0, + CNAJOIGNMLJ: u32 = 0, + LLEPHOELGDA: ArrayList(KFLDAMAAIKB), + PPFFKFGOLLJ: u32 = 0, + FLBNEKGIDBO: u32 = 0, + MCFMAEPOKBK: ArrayList(u32), + + pub const _desc_table = .{ + .DBJHEMIPPIM = fd(5, .{ .Varint = .Simple }), + .OBOKGLCMKKE = fd(4, .{ .Varint = .Simple }), + .CIGACGHPDGK = fd(7, .{ .PackedList = .{ .Varint = .Simple } }), + .EOHBBEAKODF = fd(12, .{ .List = .{ .SubMessage = {} } }), + .EEBNAAPBKCN = fd(10, .{ .Varint = .Simple }), + .CNAJOIGNMLJ = fd(15, .{ .Varint = .Simple }), + .LLEPHOELGDA = fd(3, .{ .List = .{ .SubMessage = {} } }), + .PPFFKFGOLLJ = fd(8, .{ .Varint = .Simple }), + .FLBNEKGIDBO = fd(2, .{ .Varint = .Simple }), + .MCFMAEPOKBK = fd(13, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LPKDPMLBEJO = struct { + CEFMBAFCNPK: ?CDNGNDNLNAJ = null, + KLGBFLNJKBL: u32 = 0, + IJMEKPADHJJ: ?OIBMNPCLNJJ = null, + AIANOFKNLHG: u32 = 0, + NHJJBKOKLDB: ?HHALLEKOJIA = null, + record_id: u32 = 0, + + pub const _desc_table = .{ + .CEFMBAFCNPK = fd(12, .{ .SubMessage = {} }), + .KLGBFLNJKBL = fd(13, .{ .Varint = .Simple }), + .IJMEKPADHJJ = fd(1, .{ .SubMessage = {} }), + .AIANOFKNLHG = fd(5, .{ .Varint = .Simple }), + .NHJJBKOKLDB = fd(14, .{ .SubMessage = {} }), + .record_id = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CDNGNDNLNAJ = struct { + EEIHDCPOLEF: ?EDFABKMNBLI = null, + AAKHCNEDBCD: ?LHLEEHCBMOL = null, + GONEAKBDGEK: u32 = 0, + GBFCLMLIMHC: ?GCFEHMENONM = null, + HBHEAJIJEGF: ?CGCONJFFFBB = null, + + pub const _desc_table = .{ + .EEIHDCPOLEF = fd(7, .{ .SubMessage = {} }), + .AAKHCNEDBCD = fd(13, .{ .SubMessage = {} }), + .GONEAKBDGEK = fd(4, .{ .Varint = .Simple }), + .GBFCLMLIMHC = fd(12, .{ .SubMessage = {} }), + .HBHEAJIJEGF = fd(15, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TrainPartyGetDataCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TrainPartyGetDataScRsp = struct { + retcode: u32 = 0, + BEHNKMGHGHD: ?LPKDPMLBEJO = null, + + pub const _desc_table = .{ + .retcode = fd(3, .{ .Varint = .Simple }), + .BEHNKMGHGHD = fd(12, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TrainPartyUseCardCsReq = struct { + EEGHHHKCGHB: u32 = 0, + + pub const _desc_table = .{ + .EEGHHHKCGHB = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TrainPartyUseCardScRsp = struct { + EEGHHHKCGHB: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .EEGHHHKCGHB = fd(6, .{ .Varint = .Simple }), + .retcode = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TrainPartyMoveScNotify = struct { + PEADIOCNIMF: ArrayList(KKNLMCJIGAF), + GHEEOEOHMFI: u32 = 0, + + pub const _desc_table = .{ + .PEADIOCNIMF = fd(11, .{ .List = .{ .SubMessage = {} } }), + .GHEEOEOHMFI = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TrainPartySettleNotify = struct { + HILOMEKAFBP: ?FKMBFLMEGEB = null, + EEGHHHKCGHB: u32 = 0, + + pub const _desc_table = .{ + .HILOMEKAFBP = fd(8, .{ .SubMessage = {} }), + .EEGHHHKCGHB = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FKMBFLMEGEB = struct { + KBGDCEHIFFJ: ArrayList(MAONNNELGCC), + FOAPLIALHDI: ArrayList(BAEPNHDCIEM), + HEIJCNLNHHI: u32 = 0, + + pub const _desc_table = .{ + .KBGDCEHIFFJ = fd(10, .{ .List = .{ .SubMessage = {} } }), + .FOAPLIALHDI = fd(4, .{ .List = .{ .SubMessage = {} } }), + .HEIJCNLNHHI = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BAEPNHDCIEM = struct { + IJFIHGCKNHG: u32 = 0, + switch_list: ArrayList(u32), + + pub const _desc_table = .{ + .IJFIHGCKNHG = fd(15, .{ .Varint = .Simple }), + .switch_list = fd(9, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const NCLCBOPCEJG = struct { + HMFFHBHALGE: ?FPLMDELMJKB = null, + + pub const _desc_table = .{ + .HMFFHBHALGE = fd(7, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const IDBEOMMCKIK = struct { + ALJLKAOELDP: u32 = 0, + BOJBPOELFCI: ?FPDFCGKIILE = null, + + pub const _desc_table = .{ + .ALJLKAOELDP = fd(6, .{ .Varint = .Simple }), + .BOJBPOELFCI = fd(11, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const IBOMHKHBAAO = struct { + NFEOLNAOGDK: ArrayList(IDBEOMMCKIK), + + pub const _desc_table = .{ + .NFEOLNAOGDK = fd(14, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ENJHDLHKINO = struct { + pending_action: ?GCFEHMENONM = null, + + pub const _desc_table = .{ + .pending_action = fd(7, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FNOGHGHPJPD = struct { + BBLBLAFIGHM: u32 = 0, + + pub const _desc_table = .{ + .BBLBLAFIGHM = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const JLDHCFGGEAO = struct { + MHMEDDEHBHI: ?GOCKBLNJIBG = null, + + pub const _desc_table = .{ + .MHMEDDEHBHI = fd(10, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PFGIAHAIDLM = struct { + skill_list: ArrayList(GOCKBLNJIBG), + + pub const _desc_table = .{ + .skill_list = fd(4, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const JHMNLCOBJCJ = struct { + ABBNHMGGPIL: ?ADGNFGFBCPE = null, + + pub const _desc_table = .{ + .ABBNHMGGPIL = fd(9, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FKJLBFNIGGM = struct { + PCLMNBILAPH: ArrayList(u32), + + pub const _desc_table = .{ + .PCLMNBILAPH = fd(2, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HAKMEBIAJCF = struct { + MKOAMBMKDID: ArrayList(KKNLMCJIGAF), + + pub const _desc_table = .{ + .MKOAMBMKDID = fd(2, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HMOPIBLFCLN = struct { + HAFCKONEHFM: u32 = 0, + LKLLMPOKOGH: bool = false, + LNMMKFMEAJM: ?HBCINIKPAFI = null, + GDGHCBGHLND: ?KACKJJDJONI = null, + + pub const _desc_table = .{ + .HAFCKONEHFM = fd(13, .{ .Varint = .Simple }), + .LKLLMPOKOGH = fd(4, .{ .Varint = .Simple }), + .LNMMKFMEAJM = fd(12, .{ .SubMessage = {} }), + .GDGHCBGHLND = fd(3, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PLKCMGDEDCK = struct { + src: CBEJAJENOHJ = @enumFromInt(0), + PPHBGCABELF: ?PPHBGCABELF_union, + + pub const _PPHBGCABELF_case = enum { + NJKJNBDBOCA, + AFMIEICDNEA, + AHPDPOOLJLE, + DGNKBNGIPKI, + MKKPCHHNHCJ, + PKPJEFGGBOO, + LNMMKFMEAJM, + LGJGBIGHONP, + NHACNNJPALP, + FPFDJNDNPIM, + }; + pub const PPHBGCABELF_union = union(_PPHBGCABELF_case) { + NJKJNBDBOCA: ENJHDLHKINO, + AFMIEICDNEA: FKJLBFNIGGM, + AHPDPOOLJLE: JHMNLCOBJCJ, + DGNKBNGIPKI: HAKMEBIAJCF, + MKKPCHHNHCJ: JLDHCFGGEAO, + PKPJEFGGBOO: HMOPIBLFCLN, + LNMMKFMEAJM: HBCINIKPAFI, + LGJGBIGHONP: FNOGHGHPJPD, + NHACNNJPALP: PFGIAHAIDLM, + FPFDJNDNPIM: IBOMHKHBAAO, + pub const _union_desc = .{ + .NJKJNBDBOCA = fd(331, .{ .SubMessage = {} }), + .AFMIEICDNEA = fd(973, .{ .SubMessage = {} }), + .AHPDPOOLJLE = fd(1230, .{ .SubMessage = {} }), + .DGNKBNGIPKI = fd(1319, .{ .SubMessage = {} }), + .MKKPCHHNHCJ = fd(1327, .{ .SubMessage = {} }), + .PKPJEFGGBOO = fd(1328, .{ .SubMessage = {} }), + .LNMMKFMEAJM = fd(1340, .{ .SubMessage = {} }), + .LGJGBIGHONP = fd(1478, .{ .SubMessage = {} }), + .NHACNNJPALP = fd(1525, .{ .SubMessage = {} }), + .FPFDJNDNPIM = fd(1639, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .src = fd(4, .{ .Varint = .Simple }), + .PPHBGCABELF = fd(null, .{ .OneOf = PPHBGCABELF_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TrainPartySyncUpdateScNotify = struct { + FFLPKLLDHLM: ArrayList(PLKCMGDEDCK), + + pub const _desc_table = .{ + .FFLPKLLDHLM = fd(12, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GCFEHMENONM = struct { + HBAPCCEGNME: u32 = 0, + DMJFKDOOFMP: ?DMJFKDOOFMP_union, + + pub const _DMJFKDOOFMP_case = enum { + IAMKDJCFMIB, + LEEHAEOBEBA, + OAOOFNJGIDH, + PMMGOCJFEEJ, + }; + pub const DMJFKDOOFMP_union = union(_DMJFKDOOFMP_case) { + IAMKDJCFMIB: NJKENNCJLCF, + LEEHAEOBEBA: MIIAIODLEOA, + OAOOFNJGIDH: EMMDENJBFPF, + PMMGOCJFEEJ: EPBGFBEDANM, + pub const _union_desc = .{ + .IAMKDJCFMIB = fd(388, .{ .SubMessage = {} }), + .LEEHAEOBEBA = fd(406, .{ .SubMessage = {} }), + .OAOOFNJGIDH = fd(881, .{ .SubMessage = {} }), + .PMMGOCJFEEJ = fd(1396, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .HBAPCCEGNME = fd(2, .{ .Varint = .Simple }), + .DMJFKDOOFMP = fd(null, .{ .OneOf = DMJFKDOOFMP_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HHPIAFBHJCF = struct { + KDMLLLGHJON: u32 = 0, + confirm: bool = false, + + pub const _desc_table = .{ + .KDMLLLGHJON = fd(11, .{ .Varint = .Simple }), + .confirm = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const NJKENNCJLCF = struct { + HOIOKBKGFDN: IJDNOJEMIAN = @enumFromInt(0), + LEKPKOCNJAL: ArrayList(HHPIAFBHJCF), + event_id: u32 = 0, + + pub const _desc_table = .{ + .HOIOKBKGFDN = fd(6, .{ .Varint = .Simple }), + .LEKPKOCNJAL = fd(5, .{ .List = .{ .SubMessage = {} } }), + .event_id = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HPFKGDDIFHG = struct { + KDMLLLGHJON: u32 = 0, + event_id: u32 = 0, + + pub const _desc_table = .{ + .KDMLLLGHJON = fd(2, .{ .Varint = .Simple }), + .event_id = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BFIFANAOCPC = struct { + HILOMEKAFBP: ?FKMBFLMEGEB = null, + + pub const _desc_table = .{ + .HILOMEKAFBP = fd(6, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OCMHOFEMNHI = struct { + skill_id: u32 = 0, + JGMIPMDPPIJ: u32 = 0, + level: u32 = 0, + + pub const _desc_table = .{ + .skill_id = fd(4, .{ .Varint = .Simple }), + .JGMIPMDPPIJ = fd(15, .{ .Varint = .Simple }), + .level = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MIIAIODLEOA = struct { + GANAKFAIBFC: ArrayList(OCMHOFEMNHI), + ALJLKAOELDP: u32 = 0, + + pub const _desc_table = .{ + .GANAKFAIBFC = fd(4, .{ .List = .{ .SubMessage = {} } }), + .ALJLKAOELDP = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EPBGFBEDANM = struct { + IDAIHKMMDEK: u32 = 0, + LLIJAGDKJCO: ArrayList(GOCKBLNJIBG), + + pub const _desc_table = .{ + .IDAIHKMMDEK = fd(13, .{ .Varint = .Simple }), + .LLIJAGDKJCO = fd(9, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GLBFBNHFCNO = struct { + IEHHDALHGPI: u32 = 0, + + pub const _desc_table = .{ + .IEHHDALHGPI = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MBINMAONBCD = struct { + skill_list: ArrayList(GOCKBLNJIBG), + + pub const _desc_table = .{ + .skill_list = fd(7, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PJJDMMBKKCN = struct { + KHHLNGGECPB: u32 = 0, + ALJLKAOELDP: u32 = 0, + unique_id: u32 = 0, + + pub const _desc_table = .{ + .KHHLNGGECPB = fd(13, .{ .Varint = .Simple }), + .ALJLKAOELDP = fd(11, .{ .Varint = .Simple }), + .unique_id = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HEOJLDBKKGE = struct { + ALJLKAOELDP: u32 = 0, + Num: u32 = 0, + + pub const _desc_table = .{ + .ALJLKAOELDP = fd(9, .{ .Varint = .Simple }), + .Num = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EMMDENJBFPF = struct { + KJMLIAMGDLE: ArrayList(BJGLDLJKIDH), + KMLPPMNMPKE: u32 = 0, + NPJEECEDPOK: u32 = 0, + CCGBHHFBAFJ: ArrayList(HEOJLDBKKGE), + MLIIJGOAECK: u32 = 0, + MLIPPLKIIFD: u32 = 0, + MMEIPHBNKED: ArrayList(PJJDMMBKKCN), + CFOKIGIHCFP: u32 = 0, + + pub const _desc_table = .{ + .KJMLIAMGDLE = fd(3, .{ .List = .{ .SubMessage = {} } }), + .KMLPPMNMPKE = fd(13, .{ .Varint = .Simple }), + .NPJEECEDPOK = fd(4, .{ .Varint = .Simple }), + .CCGBHHFBAFJ = fd(9, .{ .List = .{ .SubMessage = {} } }), + .MLIIJGOAECK = fd(2, .{ .Varint = .Simple }), + .MLIPPLKIIFD = fd(10, .{ .Varint = .Simple }), + .MMEIPHBNKED = fd(8, .{ .List = .{ .SubMessage = {} } }), + .CFOKIGIHCFP = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlaySkillBrief = struct { + skill_type: LCDEMGACEKD = @enumFromInt(0), + skill_id: u32 = 0, + skill_param: u32 = 0, + + pub const _desc_table = .{ + .skill_type = fd(11, .{ .Varint = .Simple }), + .skill_id = fd(15, .{ .Varint = .Simple }), + .skill_param = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PlayCardBrief = struct { + base_value: u32 = 0, + unique_id: u32 = 0, + skill_brief_list: ArrayList(PlaySkillBrief), + + pub const _desc_table = .{ + .base_value = fd(3, .{ .Varint = .Simple }), + .unique_id = fd(12, .{ .Varint = .Simple }), + .skill_brief_list = fd(7, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PHOEFKFBIKD = struct { + NPOJMHHIBKI: ArrayList(u32), + OJCJNBGNICF: ?ItemList = null, + MKEGODINHNC: u32 = 0, + + pub const _desc_table = .{ + .NPOJMHHIBKI = fd(8, .{ .PackedList = .{ .Varint = .Simple } }), + .OJCJNBGNICF = fd(13, .{ .SubMessage = {} }), + .MKEGODINHNC = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PECGLKCICGO = struct { + CANNGFDAFOE: ArrayList(u32), + + pub const _desc_table = .{ + .CANNGFDAFOE = fd(12, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const JBOCJHNDAMC = struct { + BIHFECJHPGH: ArrayList(PlaySkillBrief), + MMEIPHBNKED: ArrayList(PJJDMMBKKCN), + CCGBHHFBAFJ: ArrayList(HEOJLDBKKGE), + NPJEECEDPOK: u32 = 0, + MFAKJHFMAIB: ?PHOEFKFBIKD = null, + OMGGNAEAHIF: ArrayList(PlayCardBrief), + score_id: u32 = 0, + GDGHCBGHLND: ?KACKJJDJONI = null, + IJPPKNKNLNL: DMLCPAKDBLJ = @enumFromInt(0), + CFOKIGIHCFP: u32 = 0, + + pub const _desc_table = .{ + .BIHFECJHPGH = fd(6, .{ .List = .{ .SubMessage = {} } }), + .MMEIPHBNKED = fd(10, .{ .List = .{ .SubMessage = {} } }), + .CCGBHHFBAFJ = fd(14, .{ .List = .{ .SubMessage = {} } }), + .NPJEECEDPOK = fd(12, .{ .Varint = .Simple }), + .MFAKJHFMAIB = fd(8, .{ .SubMessage = {} }), + .OMGGNAEAHIF = fd(4, .{ .List = .{ .SubMessage = {} } }), + .score_id = fd(5, .{ .Varint = .Simple }), + .GDGHCBGHLND = fd(3, .{ .SubMessage = {} }), + .IJPPKNKNLNL = fd(2, .{ .Varint = .Simple }), + .CFOKIGIHCFP = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ENCJKPGOIAL = struct { + CANNGFDAFOE: ArrayList(u32), + + pub const _desc_table = .{ + .CANNGFDAFOE = fd(5, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FBGLLDNLGPE = struct { + KMLPPMNMPKE: u32 = 0, + NICGNEMCHED: ArrayList(PlaySkillBrief), + MMEIPHBNKED: ArrayList(PJJDMMBKKCN), + CCGBHHFBAFJ: ArrayList(HEOJLDBKKGE), + + pub const _desc_table = .{ + .KMLPPMNMPKE = fd(5, .{ .Varint = .Simple }), + .NICGNEMCHED = fd(15, .{ .List = .{ .SubMessage = {} } }), + .MMEIPHBNKED = fd(11, .{ .List = .{ .SubMessage = {} } }), + .CCGBHHFBAFJ = fd(14, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TrainPartyHandlePendingActionCsReq = struct { + HBAPCCEGNME: u32 = 0, + GNGLHJGMAOK: ?GNGLHJGMAOK_union, + + pub const _GNGLHJGMAOK_case = enum { + PMMGOCJFEEJ, + IAMKDJCFMIB, + LGBJAELDPNB, + BGJMFBHCMKL, + }; + pub const GNGLHJGMAOK_union = union(_GNGLHJGMAOK_case) { + PMMGOCJFEEJ: GLBFBNHFCNO, + IAMKDJCFMIB: HPFKGDDIFHG, + LGBJAELDPNB: PECGLKCICGO, + BGJMFBHCMKL: ENCJKPGOIAL, + pub const _union_desc = .{ + .PMMGOCJFEEJ = fd(704, .{ .SubMessage = {} }), + .IAMKDJCFMIB = fd(1076, .{ .SubMessage = {} }), + .LGBJAELDPNB = fd(1277, .{ .SubMessage = {} }), + .BGJMFBHCMKL = fd(1444, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .HBAPCCEGNME = fd(4, .{ .Varint = .Simple }), + .GNGLHJGMAOK = fd(null, .{ .OneOf = GNGLHJGMAOK_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TrainPartyHandlePendingActionScRsp = struct { + HILOMEKAFBP: ?FKMBFLMEGEB = null, + HBAPCCEGNME: u32 = 0, + retcode: u32 = 0, + DLNCBJFGKAA: bool = false, + GNGLHJGMAOK: ?GNGLHJGMAOK_union, + + pub const _GNGLHJGMAOK_case = enum { + PMOJBJMKFAN, + AFDNDBADDKP, + LAELPNHHJIK, + LEDFNCDFAMK, + }; + pub const GNGLHJGMAOK_union = union(_GNGLHJGMAOK_case) { + PMOJBJMKFAN: MBINMAONBCD, + AFDNDBADDKP: JBOCJHNDAMC, + LAELPNHHJIK: BFIFANAOCPC, + LEDFNCDFAMK: FBGLLDNLGPE, + pub const _union_desc = .{ + .PMOJBJMKFAN = fd(1094, .{ .SubMessage = {} }), + .AFDNDBADDKP = fd(1328, .{ .SubMessage = {} }), + .LAELPNHHJIK = fd(1785, .{ .SubMessage = {} }), + .LEDFNCDFAMK = fd(1892, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .HILOMEKAFBP = fd(1, .{ .SubMessage = {} }), + .HBAPCCEGNME = fd(15, .{ .Varint = .Simple }), + .retcode = fd(14, .{ .Varint = .Simple }), + .DLNCBJFGKAA = fd(9, .{ .Varint = .Simple }), + .GNGLHJGMAOK = fd(null, .{ .OneOf = GNGLHJGMAOK_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TrainPartyBuildStartStepCsReq = struct { + ALAODDBGHPL: ?MCNCKBNOEJG = null, + GJFHPCIEBOJ: u32 = 0, + HEIDCIKEDPD: u32 = 0, + DBAHFEFGLMD: u32 = 0, + + pub const _desc_table = .{ + .ALAODDBGHPL = fd(11, .{ .SubMessage = {} }), + .GJFHPCIEBOJ = fd(7, .{ .Varint = .Simple }), + .HEIDCIKEDPD = fd(3, .{ .Varint = .Simple }), + .DBAHFEFGLMD = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TrainPartyBuildStartStepScRsp = struct { + DBJHEMIPPIM: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .DBJHEMIPPIM = fd(10, .{ .Varint = .Simple }), + .retcode = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const CIKOHJNAGON = struct { + DBAHFEFGLMD: u32 = 0, + KCJBMKJLFBA: ?MCNCKBNOEJG = null, + + pub const _desc_table = .{ + .DBAHFEFGLMD = fd(7, .{ .Varint = .Simple }), + .KCJBMKJLFBA = fd(6, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TrainPartyBuildDiyCsReq = struct { + GANHKLNPAPI: bool = false, + dice_slot_id: u32 = 0, + DBAHFEFGLMD: u32 = 0, + CIGAJENPMKH: u32 = 0, + + pub const _desc_table = .{ + .GANHKLNPAPI = fd(15, .{ .Varint = .Simple }), + .dice_slot_id = fd(7, .{ .Varint = .Simple }), + .DBAHFEFGLMD = fd(8, .{ .Varint = .Simple }), + .CIGAJENPMKH = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TrainPartyBuildDiyScRsp = struct { + retcode: u32 = 0, + GANHKLNPAPI: bool = false, + DBAHFEFGLMD: u32 = 0, + OPDIPFBCFDP: ArrayList(MCNCKBNOEJG), + FFLPKLLDHLM: ArrayList(CIKOHJNAGON), + + pub const _desc_table = .{ + .retcode = fd(5, .{ .Varint = .Simple }), + .GANHKLNPAPI = fd(13, .{ .Varint = .Simple }), + .DBAHFEFGLMD = fd(6, .{ .Varint = .Simple }), + .OPDIPFBCFDP = fd(8, .{ .List = .{ .SubMessage = {} } }), + .FFLPKLLDHLM = fd(2, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KMBDKDLNHMC = struct { + CGFIHJCCGCD: ArrayList(PPKDPAJPAGF), + OKHCJKLJGHF: u32 = 0, + + pub const _desc_table = .{ + .CGFIHJCCGCD = fd(14, .{ .List = .{ .SubMessage = {} } }), + .OKHCJKLJGHF = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const JNAHOJLCNJA = struct { + HEIDCIKEDPD: u32 = 0, + progress: u32 = 0, + CGFIHJCCGCD: ArrayList(PPKDPAJPAGF), + DBAHFEFGLMD: u32 = 0, + + pub const _desc_table = .{ + .HEIDCIKEDPD = fd(5, .{ .Varint = .Simple }), + .progress = fd(7, .{ .Varint = .Simple }), + .CGFIHJCCGCD = fd(12, .{ .List = .{ .SubMessage = {} } }), + .DBAHFEFGLMD = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const IEFKFKFMEPL = struct { + PPFFKFGOLLJ: u32 = 0, + OBOKGLCMKKE: u32 = 0, + + pub const _desc_table = .{ + .PPFFKFGOLLJ = fd(8, .{ .Varint = .Simple }), + .OBOKGLCMKKE = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FNPMCDNKDFJ = struct { + BDCCOPIEHIN: u32 = 0, + + pub const _desc_table = .{ + .BDCCOPIEHIN = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GEGJHBMLOEM = struct { + FLBNEKGIDBO: u32 = 0, + + pub const _desc_table = .{ + .FLBNEKGIDBO = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BFDDPPLMKPG = struct { + MNLEIKIEHHP: u32 = 0, + DBAHFEFGLMD: u32 = 0, + + pub const _desc_table = .{ + .MNLEIKIEHHP = fd(12, .{ .Varint = .Simple }), + .DBAHFEFGLMD = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KMLEHLLOGJG = struct { + CIGAJENPMKH: u32 = 0, + + pub const _desc_table = .{ + .CIGAJENPMKH = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OKFGJEIHLJM = struct { + FBFIHJIIABO: u32 = 0, + + pub const _desc_table = .{ + .FBFIHJIIABO = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KAKJCJOMFGH = struct { + CNAJOIGNMLJ: u32 = 0, + + pub const _desc_table = .{ + .CNAJOIGNMLJ = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const MCLNCBCPAFF = struct { + DBAHFEFGLMD: u32 = 0, + CGFIHJCCGCD: ArrayList(u32), + + pub const _desc_table = .{ + .DBAHFEFGLMD = fd(3, .{ .Varint = .Simple }), + .CGFIHJCCGCD = fd(9, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LNDGCGOBDJL = struct { + LLEPHOELGDA: ArrayList(MCLNCBCPAFF), + + pub const _desc_table = .{ + .LLEPHOELGDA = fd(13, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PPKGJKIFELK = struct { + PPHBGCABELF: ?PPHBGCABELF_union, + + pub const _PPHBGCABELF_case = enum { + CKBNOJAPNNB, + BHOFHHEMLOG, + DBLBHNPHHKB, + JOBEJAFKECD, + EGDGPIKBNLK, + GAIBCBGHHGL, + MAPLOGDNBGB, + HAEADFOOLND, + EKFLEJANKME, + NEPCONHOFKJ, + }; + pub const PPHBGCABELF_union = union(_PPHBGCABELF_case) { + CKBNOJAPNNB: FNPMCDNKDFJ, + BHOFHHEMLOG: GEGJHBMLOEM, + DBLBHNPHHKB: IEFKFKFMEPL, + JOBEJAFKECD: JNAHOJLCNJA, + EGDGPIKBNLK: KMLEHLLOGJG, + GAIBCBGHHGL: LNDGCGOBDJL, + MAPLOGDNBGB: OKFGJEIHLJM, + HAEADFOOLND: KAKJCJOMFGH, + EKFLEJANKME: KMBDKDLNHMC, + NEPCONHOFKJ: BFDDPPLMKPG, + pub const _union_desc = .{ + .CKBNOJAPNNB = fd(71, .{ .SubMessage = {} }), + .BHOFHHEMLOG = fd(341, .{ .SubMessage = {} }), + .DBLBHNPHHKB = fd(577, .{ .SubMessage = {} }), + .JOBEJAFKECD = fd(1200, .{ .SubMessage = {} }), + .EGDGPIKBNLK = fd(1205, .{ .SubMessage = {} }), + .GAIBCBGHHGL = fd(1451, .{ .SubMessage = {} }), + .MAPLOGDNBGB = fd(1493, .{ .SubMessage = {} }), + .HAEADFOOLND = fd(1545, .{ .SubMessage = {} }), + .EKFLEJANKME = fd(1638, .{ .SubMessage = {} }), + .NEPCONHOFKJ = fd(1779, .{ .SubMessage = {} }), + }; + }; + + pub const _desc_table = .{ + .PPHBGCABELF = fd(null, .{ .OneOf = PPHBGCABELF_union }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TrainPartyBuildingUpdateNotify = struct { + BJDFKEMKAOL: ArrayList(PPKGJKIFELK), + + pub const _desc_table = .{ + .BJDFKEMKAOL = fd(7, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TrainPartyEnterCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TrainPartyEnterScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TrainPartyLeaveCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TrainPartyLeaveScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const BJGLDLJKIDH = struct { + level: u32 = 0, + JLLNMGBENAF: DMLCPAKDBLJ = @enumFromInt(0), + + pub const _desc_table = .{ + .level = fd(5, .{ .Varint = .Simple }), + .JLLNMGBENAF = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TrainPartyGamePlaySettleNotify = struct { + AIANOFKNLHG: u32 = 0, + record_id: u32 = 0, + OLBAGKMFDAJ: ArrayList(u32), + HANFPHGEMGF: ?OIBMNPCLNJJ = null, + + pub const _desc_table = .{ + .AIANOFKNLHG = fd(7, .{ .Varint = .Simple }), + .record_id = fd(1, .{ .Varint = .Simple }), + .OLBAGKMFDAJ = fd(4, .{ .PackedList = .{ .Varint = .Simple } }), + .HANFPHGEMGF = fd(12, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TrainPartyGamePlayStartCsReq = struct { + KBGDCEHIFFJ: ArrayList(u32), + GONEAKBDGEK: u32 = 0, + + pub const _desc_table = .{ + .KBGDCEHIFFJ = fd(3, .{ .PackedList = .{ .Varint = .Simple } }), + .GONEAKBDGEK = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TrainPartyGamePlayStartScRsp = struct { + retcode: u32 = 0, + KMDPHCMBJGB: ?CDNGNDNLNAJ = null, + + pub const _desc_table = .{ + .retcode = fd(7, .{ .Varint = .Simple }), + .KMDPHCMBJGB = fd(15, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TrainPartyAddBuildDynamicBuffCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TrainPartyAddBuildDynamicBuffScRsp = struct { + buff_id: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .buff_id = fd(4, .{ .Varint = .Simple }), + .retcode = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TrainPartyTakeBuildLevelAwardCsReq = struct { + ECCLPIFMMPP: u32 = 0, + + pub const _desc_table = .{ + .ECCLPIFMMPP = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TrainPartyTakeBuildLevelAwardScRsp = struct { + item_list: ?ItemList = null, + retcode: u32 = 0, + ECCLPIFMMPP: u32 = 0, + + pub const _desc_table = .{ + .item_list = fd(14, .{ .SubMessage = {} }), + .retcode = fd(12, .{ .Varint = .Simple }), + .ECCLPIFMMPP = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TrainVisitorBehavior = struct { + is_meet: bool = false, + visitor_id: u32 = 0, + + pub const _desc_table = .{ + .is_meet = fd(4, .{ .Varint = .Simple }), + .visitor_id = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TrainVisitorBehaviorFinishCsReq = struct { + visitor_id: u32 = 0, + + pub const _desc_table = .{ + .visitor_id = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TrainVisitorBehaviorFinishScRsp = struct { + retcode: u32 = 0, + reward: ?ItemList = null, + visitor_id: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(3, .{ .Varint = .Simple }), + .reward = fd(11, .{ .SubMessage = {} }), + .visitor_id = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetTrainVisitorBehaviorCsReq = struct { + OIFNLNBKDMA: ArrayList(u32), + + pub const _desc_table = .{ + .OIFNLNBKDMA = fd(9, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetTrainVisitorBehaviorScRsp = struct { + retcode: u32 = 0, + ECFOPDHGKFB: ArrayList(TrainVisitorBehavior), + + pub const _desc_table = .{ + .retcode = fd(15, .{ .Varint = .Simple }), + .ECFOPDHGKFB = fd(9, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TrainRefreshTimeNotify = struct { + AKALBJECJIK: u64 = 0, + + pub const _desc_table = .{ + .AKALBJECJIK = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TrainVisitorRewardSendNotify = struct { + type: TrainVisitorRewardSendType = @enumFromInt(0), + reward: ?ItemList = null, + visitor_id: u32 = 0, + + pub const _desc_table = .{ + .type = fd(9, .{ .Varint = .Simple }), + .reward = fd(13, .{ .SubMessage = {} }), + .visitor_id = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HGLKMJFEHMB = struct { + IJABKDEPGMA: bool = false, + visitor_id: u32 = 0, + EDHHGCPDKIK: ArrayList(u32), + OPAOKGJBOOE: u32 = 0, + status: TrainVisitorStatus = @enumFromInt(0), + + pub const _desc_table = .{ + .IJABKDEPGMA = fd(7, .{ .Varint = .Simple }), + .visitor_id = fd(11, .{ .Varint = .Simple }), + .EDHHGCPDKIK = fd(15, .{ .PackedList = .{ .Varint = .Simple } }), + .OPAOKGJBOOE = fd(13, .{ .Varint = .Simple }), + .status = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetTrainVisitorRegisterCsReq = struct { + type: TrainVisitorRegisterGetType = @enumFromInt(0), + + pub const _desc_table = .{ + .type = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetTrainVisitorRegisterScRsp = struct { + FDMFKALJBAJ: ArrayList(HGLKMJFEHMB), + FAMHPMFOIJH: ArrayList(u32), + retcode: u32 = 0, + + pub const _desc_table = .{ + .FDMFKALJBAJ = fd(3, .{ .List = .{ .SubMessage = {} } }), + .FAMHPMFOIJH = fd(10, .{ .PackedList = .{ .Varint = .Simple } }), + .retcode = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeTrainVisitorUntakenBehaviorRewardCsReq = struct { + visitor_id: u32 = 0, + + pub const _desc_table = .{ + .visitor_id = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeTrainVisitorUntakenBehaviorRewardScRsp = struct { + visitor_id: u32 = 0, + EDHHGCPDKIK: ArrayList(u32), + retcode: u32 = 0, + + pub const _desc_table = .{ + .visitor_id = fd(3, .{ .Varint = .Simple }), + .EDHHGCPDKIK = fd(13, .{ .PackedList = .{ .Varint = .Simple } }), + .retcode = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ShowNewSupplementVisitorCsReq = struct { + FAMHPMFOIJH: ArrayList(u32), + + pub const _desc_table = .{ + .FAMHPMFOIJH = fd(5, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ShowNewSupplementVisitorScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const NHBDDINFKOH = struct { + IEAGBPEMFLG: i32 = 0, + KBCDECDNEFM: u32 = 0, + IIMOPLCFHAH: u32 = 0, + LLJAEGOBHMP: i32 = 0, + unique_id: u64 = 0, + item_id: u32 = 0, + + pub const _desc_table = .{ + .IEAGBPEMFLG = fd(9, .{ .Varint = .Simple }), + .KBCDECDNEFM = fd(10, .{ .Varint = .Simple }), + .IIMOPLCFHAH = fd(11, .{ .Varint = .Simple }), + .LLJAEGOBHMP = fd(13, .{ .Varint = .Simple }), + .unique_id = fd(4, .{ .Varint = .Simple }), + .item_id = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KCHJHCLJOCK = struct { + HJBPKCFKHLI: ArrayList(NHBDDINFKOH), + EMBKICMEFCO: DCJAOPDINOI = @enumFromInt(0), + CLFGFABOIOP: HGKKPPLJBOI = @enumFromInt(0), + DIPHGGHFMCP: u32 = 0, + CPODEJOFPDD: u32 = 0, + + pub const _desc_table = .{ + .HJBPKCFKHLI = fd(1, .{ .List = .{ .SubMessage = {} } }), + .EMBKICMEFCO = fd(2, .{ .Varint = .Simple }), + .CLFGFABOIOP = fd(3, .{ .Varint = .Simple }), + .DIPHGGHFMCP = fd(7, .{ .Varint = .Simple }), + .CPODEJOFPDD = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TravelBrochureGetDataCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TravelBrochureGetDataScRsp = struct { + FKBBOMHEKPE: ArrayList(FKBBOMHEKPEEntry), + retcode: u32 = 0, + custom_value: u32 = 0, + MIBCLBGMDLA: ArrayList(MIBCLBGMDLAEntry), + + pub const _desc_table = .{ + .FKBBOMHEKPE = fd(9, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(13, .{ .Varint = .Simple }), + .custom_value = fd(3, .{ .Varint = .Simple }), + .MIBCLBGMDLA = fd(14, .{ .List = .{ .SubMessage = {} } }), + }; + + pub const FKBBOMHEKPEEntry = struct { + key: u32 = 0, + value: u32 = 0, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub const MIBCLBGMDLAEntry = struct { + key: u32 = 0, + value: ?KCHJHCLJOCK = null, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TravelBrochurePageUnlockScNotify = struct { + CPODEJOFPDD: u32 = 0, + + pub const _desc_table = .{ + .CPODEJOFPDD = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TravelBrochureSelectMessageCsReq = struct { + DIPHGGHFMCP: u32 = 0, + CPODEJOFPDD: u32 = 0, + + pub const _desc_table = .{ + .DIPHGGHFMCP = fd(5, .{ .Varint = .Simple }), + .CPODEJOFPDD = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TravelBrochureSelectMessageScRsp = struct { + CAGGLKLIIMF: ?KCHJHCLJOCK = null, + retcode: u32 = 0, + reward: ?ItemList = null, + + pub const _desc_table = .{ + .CAGGLKLIIMF = fd(11, .{ .SubMessage = {} }), + .retcode = fd(13, .{ .Varint = .Simple }), + .reward = fd(5, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TravelBrochureApplyPasterCsReq = struct { + CPODEJOFPDD: u32 = 0, + IIMOPLCFHAH: u32 = 0, + LLJAEGOBHMP: i32 = 0, + IEAGBPEMFLG: i32 = 0, + KBCDECDNEFM: u32 = 0, + item_id: u32 = 0, + + pub const _desc_table = .{ + .CPODEJOFPDD = fd(3, .{ .Varint = .Simple }), + .IIMOPLCFHAH = fd(6, .{ .Varint = .Simple }), + .LLJAEGOBHMP = fd(1, .{ .Varint = .Simple }), + .IEAGBPEMFLG = fd(2, .{ .Varint = .Simple }), + .KBCDECDNEFM = fd(5, .{ .Varint = .Simple }), + .item_id = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TravelBrochureApplyPasterScRsp = struct { + CAGGLKLIIMF: ?KCHJHCLJOCK = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .CAGGLKLIIMF = fd(12, .{ .SubMessage = {} }), + .retcode = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TravelBrochureRemovePasterCsReq = struct { + item_id: u32 = 0, + unique_id: u64 = 0, + CPODEJOFPDD: u32 = 0, + + pub const _desc_table = .{ + .item_id = fd(8, .{ .Varint = .Simple }), + .unique_id = fd(12, .{ .Varint = .Simple }), + .CPODEJOFPDD = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TravelBrochureRemovePasterScRsp = struct { + CAGGLKLIIMF: ?KCHJHCLJOCK = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .CAGGLKLIIMF = fd(10, .{ .SubMessage = {} }), + .retcode = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TravelBrochureUpdatePasterPosCsReq = struct { + IIMOPLCFHAH: u32 = 0, + item_id: u32 = 0, + KBCDECDNEFM: u32 = 0, + CPODEJOFPDD: u32 = 0, + LLJAEGOBHMP: i32 = 0, + IEAGBPEMFLG: i32 = 0, + unique_id: u64 = 0, + + pub const _desc_table = .{ + .IIMOPLCFHAH = fd(10, .{ .Varint = .Simple }), + .item_id = fd(11, .{ .Varint = .Simple }), + .KBCDECDNEFM = fd(4, .{ .Varint = .Simple }), + .CPODEJOFPDD = fd(2, .{ .Varint = .Simple }), + .LLJAEGOBHMP = fd(9, .{ .Varint = .Simple }), + .IEAGBPEMFLG = fd(13, .{ .Varint = .Simple }), + .unique_id = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TravelBrochureUpdatePasterPosScRsp = struct { + CAGGLKLIIMF: ?KCHJHCLJOCK = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .CAGGLKLIIMF = fd(2, .{ .SubMessage = {} }), + .retcode = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TravelBrochureGetPasterScNotify = struct { + FKKOBDMFHIL: u32 = 0, + Num: u32 = 0, + + pub const _desc_table = .{ + .FKKOBDMFHIL = fd(1, .{ .Varint = .Simple }), + .Num = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GKDIHIFFHFD = struct { + FKKOBDMFHIL: u32 = 0, + Num: u32 = 0, + + pub const _desc_table = .{ + .FKKOBDMFHIL = fd(9, .{ .Varint = .Simple }), + .Num = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TravelBrochureSetCustomValueCsReq = struct { + value: u32 = 0, + + pub const _desc_table = .{ + .value = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TravelBrochureSetCustomValueScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TravelBrochureSetPageDescStatusCsReq = struct { + CPODEJOFPDD: u32 = 0, + GEIBGFDENJA: DCJAOPDINOI = @enumFromInt(0), + + pub const _desc_table = .{ + .CPODEJOFPDD = fd(6, .{ .Varint = .Simple }), + .GEIBGFDENJA = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TravelBrochureSetPageDescStatusScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(12, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TravelBrochurePageResetCsReq = struct { + CPODEJOFPDD: u32 = 0, + + pub const _desc_table = .{ + .CPODEJOFPDD = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TravelBrochurePageResetScRsp = struct { + retcode: u32 = 0, + CAGGLKLIIMF: ?KCHJHCLJOCK = null, + + pub const _desc_table = .{ + .retcode = fd(15, .{ .Varint = .Simple }), + .CAGGLKLIIMF = fd(14, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KBJPHLNAPGI = struct { + item_id: u32 = 0, + IIMOPLCFHAH: u32 = 0, + IEAGBPEMFLG: i32 = 0, + KBCDECDNEFM: u32 = 0, + LLJAEGOBHMP: i32 = 0, + + pub const _desc_table = .{ + .item_id = fd(9, .{ .Varint = .Simple }), + .IIMOPLCFHAH = fd(8, .{ .Varint = .Simple }), + .IEAGBPEMFLG = fd(6, .{ .Varint = .Simple }), + .KBCDECDNEFM = fd(12, .{ .Varint = .Simple }), + .LLJAEGOBHMP = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TravelBrochureApplyPasterListCsReq = struct { + GEDGLNCPGGN: ArrayList(KBJPHLNAPGI), + CPODEJOFPDD: u32 = 0, + + pub const _desc_table = .{ + .GEDGLNCPGGN = fd(8, .{ .List = .{ .SubMessage = {} } }), + .CPODEJOFPDD = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TravelBrochureApplyPasterListScRsp = struct { + retcode: u32 = 0, + CAGGLKLIIMF: ?KCHJHCLJOCK = null, + + pub const _desc_table = .{ + .retcode = fd(8, .{ .Varint = .Simple }), + .CAGGLKLIIMF = fd(13, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TreasureDungeonRecordData = struct { + target_grid_id: u32 = 0, + type: IMKNBJCOIOP = @enumFromInt(0), + source_grid_id: u32 = 0, + param_2: u32 = 0, + param_1: u32 = 0, + + pub const _desc_table = .{ + .target_grid_id = fd(5, .{ .Varint = .Simple }), + .type = fd(6, .{ .Varint = .Simple }), + .source_grid_id = fd(2, .{ .Varint = .Simple }), + .param_2 = fd(8, .{ .Varint = .Simple }), + .param_1 = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TreasureDungeonDataScNotify = struct { + DLEJPJJCELJ: ?KLCKNKLPONM = null, + + pub const _desc_table = .{ + .DLEJPJJCELJ = fd(11, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TreasureDungeonFinishScNotify = struct { + NLMDEMOHBOO: u32 = 0, + HOHHBIHFJEH: u32 = 0, + AECNCDPJPDG: u32 = 0, + PIKAPDJHGND: u32 = 0, + JBCGKLDMHNL: ArrayList(JBCGKLDMHNLEntry), + KGMMPGFGODJ: ArrayList(KGMMPGFGODJEntry), + is_win: bool = false, + + pub const _desc_table = .{ + .NLMDEMOHBOO = fd(10, .{ .Varint = .Simple }), + .HOHHBIHFJEH = fd(2, .{ .Varint = .Simple }), + .AECNCDPJPDG = fd(3, .{ .Varint = .Simple }), + .PIKAPDJHGND = fd(8, .{ .Varint = .Simple }), + .JBCGKLDMHNL = fd(7, .{ .List = .{ .SubMessage = {} } }), + .KGMMPGFGODJ = fd(14, .{ .List = .{ .SubMessage = {} } }), + .is_win = fd(15, .{ .Varint = .Simple }), + }; + + pub const JBCGKLDMHNLEntry = struct { + key: u32 = 0, + value: u32 = 0, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub const KGMMPGFGODJEntry = struct { + key: u32 = 0, + value: u32 = 0, + + pub const _desc_table = .{ + .key = fd(1, .{ .Varint = .Simple }), + .value = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const KLCKNKLPONM = struct { + NMFAPGOLODJ: bool = false, + MKOAMBMKDID: ArrayList(LKCMFEAAHHM), + NCBHADLOAGA: u32 = 0, + BBCKFJIHIDM: ArrayList(TreasureDungeonRecordData), + JAFNPNMOHCM: u32 = 0, + buff_list: ArrayList(ENBNFOLCDIE), + PHHKBAENBMM: u32 = 0, + item_list: ArrayList(LHANBGNJCIF), + NODBPKHOJEC: bool = false, + KJJOMEPHJEE: ArrayList(LKHHGJPPMPP), + GFFOJCCKLFM: ArrayList(PCAIGNJKAFA), + map_id: u32 = 0, + PIKAPDJHGND: u32 = 0, + IIALGLDDNAD: u32 = 0, + NLMDEMOHBOO: u32 = 0, + CFDPDENPPDH: bool = false, + avatar_list: ArrayList(PCAIGNJKAFA), + FCJECKCICKB: u32 = 0, + + pub const _desc_table = .{ + .NMFAPGOLODJ = fd(432, .{ .Varint = .Simple }), + .MKOAMBMKDID = fd(1, .{ .List = .{ .SubMessage = {} } }), + .NCBHADLOAGA = fd(2, .{ .Varint = .Simple }), + .BBCKFJIHIDM = fd(11, .{ .List = .{ .SubMessage = {} } }), + .JAFNPNMOHCM = fd(5, .{ .Varint = .Simple }), + .buff_list = fd(1927, .{ .List = .{ .SubMessage = {} } }), + .PHHKBAENBMM = fd(3, .{ .Varint = .Simple }), + .item_list = fd(196, .{ .List = .{ .SubMessage = {} } }), + .NODBPKHOJEC = fd(608, .{ .Varint = .Simple }), + .KJJOMEPHJEE = fd(601, .{ .List = .{ .SubMessage = {} } }), + .GFFOJCCKLFM = fd(1919, .{ .List = .{ .SubMessage = {} } }), + .map_id = fd(13, .{ .Varint = .Simple }), + .PIKAPDJHGND = fd(15, .{ .Varint = .Simple }), + .IIALGLDDNAD = fd(1831, .{ .Varint = .Simple }), + .NLMDEMOHBOO = fd(4, .{ .Varint = .Simple }), + .CFDPDENPPDH = fd(1391, .{ .Varint = .Simple }), + .avatar_list = fd(1641, .{ .List = .{ .SubMessage = {} } }), + .FCJECKCICKB = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LHANBGNJCIF = struct { + item_count: u32 = 0, + item_id: u32 = 0, + + pub const _desc_table = .{ + .item_count = fd(9, .{ .Varint = .Simple }), + .item_id = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const PCAIGNJKAFA = struct { + avatar_id: u32 = 0, + hp: u32 = 0, + avatar_type: u32 = 0, + EAJLJNBNPNP: u32 = 0, + sp_bar: ?SpBarInfo = null, + + pub const _desc_table = .{ + .avatar_id = fd(7, .{ .Varint = .Simple }), + .hp = fd(2, .{ .Varint = .Simple }), + .avatar_type = fd(8, .{ .Varint = .Simple }), + .EAJLJNBNPNP = fd(10, .{ .Varint = .Simple }), + .sp_bar = fd(9, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LKHHGJPPMPP = struct { + avatar_id: u32 = 0, + avatar_type: u32 = 0, + + pub const _desc_table = .{ + .avatar_id = fd(9, .{ .Varint = .Simple }), + .avatar_type = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ENBNFOLCDIE = struct { + AKAHNMLNEFN: u32 = 0, + buff_id: u32 = 0, + + pub const _desc_table = .{ + .AKAHNMLNEFN = fd(15, .{ .Varint = .Simple }), + .buff_id = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LKCMFEAAHHM = struct { + MONHIBBPKEE: u32 = 0, + HEMJHDOEEBL: bool = false, + HFNHLCFNHKD: u32 = 0, + LIMMILEAPJM: bool = false, + DEMNCGLLJCP: bool = false, + buff_list: ArrayList(GGGCOCPGBBH), + KNLFELDECAL: bool = false, + OLLHOBHDDEN: u32 = 0, + + pub const _desc_table = .{ + .MONHIBBPKEE = fd(5, .{ .Varint = .Simple }), + .HEMJHDOEEBL = fd(14, .{ .Varint = .Simple }), + .HFNHLCFNHKD = fd(9, .{ .Varint = .Simple }), + .LIMMILEAPJM = fd(7, .{ .Varint = .Simple }), + .DEMNCGLLJCP = fd(6, .{ .Varint = .Simple }), + .buff_list = fd(1151, .{ .List = .{ .SubMessage = {} } }), + .KNLFELDECAL = fd(15, .{ .Varint = .Simple }), + .OLLHOBHDDEN = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GGGCOCPGBBH = struct { + LEAAEBAFCHP: u32 = 0, + HFNHLCFNHKD: u32 = 0, + buff_id: u32 = 0, + EGKDINMMENA: u32 = 0, + ECGHNFCCBJJ: u32 = 0, + + pub const _desc_table = .{ + .LEAAEBAFCHP = fd(7, .{ .Varint = .Simple }), + .HFNHLCFNHKD = fd(8, .{ .Varint = .Simple }), + .buff_id = fd(5, .{ .Varint = .Simple }), + .EGKDINMMENA = fd(10, .{ .Varint = .Simple }), + .ECGHNFCCBJJ = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ABHFABFGPOF = struct { + CLOONOIFEFO: bool = false, + FCJECKCICKB: u32 = 0, + NLMDEMOHBOO: u32 = 0, + NKHKDJKEGDH: u32 = 0, + PIKAPDJHGND: u32 = 0, + JAFNPNMOHCM: u32 = 0, + BIINNCNDPCG: bool = false, + + pub const _desc_table = .{ + .CLOONOIFEFO = fd(2, .{ .Varint = .Simple }), + .FCJECKCICKB = fd(8, .{ .Varint = .Simple }), + .NLMDEMOHBOO = fd(5, .{ .Varint = .Simple }), + .NKHKDJKEGDH = fd(10, .{ .Varint = .Simple }), + .PIKAPDJHGND = fd(14, .{ .Varint = .Simple }), + .JAFNPNMOHCM = fd(13, .{ .Varint = .Simple }), + .BIINNCNDPCG = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetTreasureDungeonActivityDataCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetTreasureDungeonActivityDataScRsp = struct { + HIOOKMOANDN: ArrayList(ABHFABFGPOF), + retcode: u32 = 0, + + pub const _desc_table = .{ + .HIOOKMOANDN = fd(1, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EnterTreasureDungeonCsReq = struct { + NLMDEMOHBOO: u32 = 0, + avatar_list: ArrayList(JACKEJLKJNA), + + pub const _desc_table = .{ + .NLMDEMOHBOO = fd(2, .{ .Varint = .Simple }), + .avatar_list = fd(14, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const EnterTreasureDungeonScRsp = struct { + retcode: u32 = 0, + DLEJPJJCELJ: ?KLCKNKLPONM = null, + + pub const _desc_table = .{ + .retcode = fd(2, .{ .Varint = .Simple }), + .DLEJPJJCELJ = fd(7, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OpenTreasureDungeonGridCsReq = struct { + HFNHLCFNHKD: u32 = 0, + NLMDEMOHBOO: u32 = 0, + + pub const _desc_table = .{ + .HFNHLCFNHKD = fd(13, .{ .Varint = .Simple }), + .NLMDEMOHBOO = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const OpenTreasureDungeonGridScRsp = struct { + retcode: u32 = 0, + DLEJPJJCELJ: ?KLCKNKLPONM = null, + + pub const _desc_table = .{ + .retcode = fd(5, .{ .Varint = .Simple }), + .DLEJPJJCELJ = fd(11, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const InteractTreasureDungeonGridCsReq = struct { + display_value: u32 = 0, + HFNHLCFNHKD: u32 = 0, + NLMDEMOHBOO: u32 = 0, + + pub const _desc_table = .{ + .display_value = fd(7, .{ .Varint = .Simple }), + .HFNHLCFNHKD = fd(5, .{ .Varint = .Simple }), + .NLMDEMOHBOO = fd(2, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const InteractTreasureDungeonGridScRsp = struct { + retcode: u32 = 0, + DLEJPJJCELJ: ?KLCKNKLPONM = null, + + pub const _desc_table = .{ + .retcode = fd(1, .{ .Varint = .Simple }), + .DLEJPJJCELJ = fd(2, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const UseTreasureDungeonItemCsReq = struct { + NLMDEMOHBOO: u32 = 0, + HFNHLCFNHKD: u32 = 0, + item_id: u32 = 0, + + pub const _desc_table = .{ + .NLMDEMOHBOO = fd(3, .{ .Varint = .Simple }), + .HFNHLCFNHKD = fd(5, .{ .Varint = .Simple }), + .item_id = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const UseTreasureDungeonItemScRsp = struct { + DLEJPJJCELJ: ?KLCKNKLPONM = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .DLEJPJJCELJ = fd(11, .{ .SubMessage = {} }), + .retcode = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const JACKEJLKJNA = struct { + avatar_id: u32 = 0, + avatar_type: AvatarType = @enumFromInt(0), + + pub const _desc_table = .{ + .avatar_id = fd(1, .{ .Varint = .Simple }), + .avatar_type = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FightTreasureDungeonMonsterCsReq = struct { + NLMDEMOHBOO: u32 = 0, + avatar_list: ArrayList(JACKEJLKJNA), + HFNHLCFNHKD: u32 = 0, + + pub const _desc_table = .{ + .NLMDEMOHBOO = fd(4, .{ .Varint = .Simple }), + .avatar_list = fd(12, .{ .List = .{ .SubMessage = {} } }), + .HFNHLCFNHKD = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FightTreasureDungeonMonsterScRsp = struct { + retcode: u32 = 0, + battle_info: ?SceneBattleInfo = null, + + pub const _desc_table = .{ + .retcode = fd(5, .{ .Varint = .Simple }), + .battle_info = fd(12, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const QuitTreasureDungeonCsReq = struct { + PCPDFJHDJCC: bool = false, + NLMDEMOHBOO: u32 = 0, + + pub const _desc_table = .{ + .PCPDFJHDJCC = fd(8, .{ .Varint = .Simple }), + .NLMDEMOHBOO = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const QuitTreasureDungeonScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const Tutorial = struct { + id: u32 = 0, + status: TutorialStatus = @enumFromInt(0), + + pub const _desc_table = .{ + .id = fd(11, .{ .Varint = .Simple }), + .status = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TutorialGuide = struct { + status: TutorialStatus = @enumFromInt(0), + id: u32 = 0, + + pub const _desc_table = .{ + .status = fd(12, .{ .Varint = .Simple }), + .id = fd(7, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetTutorialCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetTutorialScRsp = struct { + TutorialList: ArrayList(Tutorial), + retcode: u32 = 0, + + pub const _desc_table = .{ + .TutorialList = fd(11, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetTutorialGuideCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetTutorialGuideScRsp = struct { + TutorialGuideList: ArrayList(TutorialGuide), + retcode: u32 = 0, + + pub const _desc_table = .{ + .TutorialGuideList = fd(6, .{ .List = .{ .SubMessage = {} } }), + .retcode = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const UnlockTutorialCsReq = struct { + tutorial_id: u32 = 0, + + pub const _desc_table = .{ + .tutorial_id = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const UnlockTutorialScRsp = struct { + retcode: u32 = 0, + tutorial: ?Tutorial = null, + + pub const _desc_table = .{ + .retcode = fd(3, .{ .Varint = .Simple }), + .tutorial = fd(14, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const UnlockTutorialGuideCsReq = struct { + group_id: u32 = 0, + + pub const _desc_table = .{ + .group_id = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const UnlockTutorialGuideScRsp = struct { + tutorial_guide: ?TutorialGuide = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .tutorial_guide = fd(8, .{ .SubMessage = {} }), + .retcode = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FinishTutorialCsReq = struct { + tutorial_id: u32 = 0, + + pub const _desc_table = .{ + .tutorial_id = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FinishTutorialScRsp = struct { + retcode: u32 = 0, + tutorial: ?Tutorial = null, + + pub const _desc_table = .{ + .retcode = fd(12, .{ .Varint = .Simple }), + .tutorial = fd(14, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FinishTutorialGuideCsReq = struct { + group_id: u32 = 0, + + pub const _desc_table = .{ + .group_id = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const FinishTutorialGuideScRsp = struct { + tutorial_guide: ?TutorialGuide = null, + reward: ?ItemList = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .tutorial_guide = fd(9, .{ .SubMessage = {} }), + .reward = fd(10, .{ .SubMessage = {} }), + .retcode = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const Waypoint = struct { + KHFGDKNGFDP: u32 = 0, + id: u32 = 0, + is_new: bool = false, + + pub const _desc_table = .{ + .KHFGDKNGFDP = fd(1, .{ .Varint = .Simple }), + .id = fd(4, .{ .Varint = .Simple }), + .is_new = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ChapterBrief = struct { + taken_reward_id_list: ArrayList(u32), + NCKELKEGBGL: u32 = 0, + is_new: bool = false, + id: u32 = 0, + + pub const _desc_table = .{ + .taken_reward_id_list = fd(5, .{ .PackedList = .{ .Varint = .Simple } }), + .NCKELKEGBGL = fd(12, .{ .Varint = .Simple }), + .is_new = fd(1, .{ .Varint = .Simple }), + .id = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const Chapter = struct { + GOKHJLMPNFF: ?ChapterBrief = null, + KONBFJPINHN: ArrayList(Waypoint), + + pub const _desc_table = .{ + .GOKHJLMPNFF = fd(9, .{ .SubMessage = {} }), + .KONBFJPINHN = fd(7, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetWaypointCsReq = struct { + KIEKJEFFPHK: u32 = 0, + + pub const _desc_table = .{ + .KIEKJEFFPHK = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetWaypointScRsp = struct { + retcode: u32 = 0, + HOEAHBIFKCI: u32 = 0, + FJJFLKCMIDJ: ?Chapter = null, + + pub const _desc_table = .{ + .retcode = fd(11, .{ .Varint = .Simple }), + .HOEAHBIFKCI = fd(10, .{ .Varint = .Simple }), + .FJJFLKCMIDJ = fd(4, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetCurWaypointCsReq = struct { + NKCMNAFAIOI: u32 = 0, + + pub const _desc_table = .{ + .NKCMNAFAIOI = fd(11, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const SetCurWaypointScRsp = struct { + retcode: u32 = 0, + HOEAHBIFKCI: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(7, .{ .Varint = .Simple }), + .HOEAHBIFKCI = fd(15, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetChapterCsReq = struct { + pub const _desc_table = .{}; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetChapterScRsp = struct { + HOEAHBIFKCI: u32 = 0, + retcode: u32 = 0, + IELPICLBBJI: ArrayList(ChapterBrief), + + pub const _desc_table = .{ + .HOEAHBIFKCI = fd(6, .{ .Varint = .Simple }), + .retcode = fd(3, .{ .Varint = .Simple }), + .IELPICLBBJI = fd(9, .{ .List = .{ .SubMessage = {} } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const WaypointShowNewCsNotify = struct { + KIEKJEFFPHK: u32 = 0, + NKCMNAFAIOI: u32 = 0, + + pub const _desc_table = .{ + .KIEKJEFFPHK = fd(10, .{ .Varint = .Simple }), + .NKCMNAFAIOI = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeChapterRewardCsReq = struct { + KIEKJEFFPHK: u32 = 0, + AKDGHHNKLEJ: u32 = 0, + + pub const _desc_table = .{ + .KIEKJEFFPHK = fd(11, .{ .Varint = .Simple }), + .AKDGHHNKLEJ = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const TakeChapterRewardScRsp = struct { + AKDGHHNKLEJ: u32 = 0, + KIEKJEFFPHK: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .AKDGHHNKLEJ = fd(5, .{ .Varint = .Simple }), + .KIEKJEFFPHK = fd(3, .{ .Varint = .Simple }), + .retcode = fd(9, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HFPFFJIMCKM = struct { + OPCLDNLLNFH: ArrayList(Vector), + BDNFLICNFHN: bool = false, + LKJMLIDAODM: u32 = 0, + Motion: ?MotionInfo = null, + + pub const _desc_table = .{ + .OPCLDNLLNFH = fd(8, .{ .List = .{ .SubMessage = {} } }), + .BDNFLICNFHN = fd(1, .{ .Varint = .Simple }), + .LKJMLIDAODM = fd(14, .{ .Varint = .Simple }), + .Motion = fd(11, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const HEHPIOGGIEG = struct { + uuid: ManagedString = .Empty, + BDNFLICNFHN: bool = false, + HEFJEJHOJEA: ?HFPFFJIMCKM = null, + OPCLDNLLNFH: ArrayList(Vector), + id: u32 = 0, + LKJMLIDAODM: u32 = 0, + + pub const _desc_table = .{ + .uuid = fd(11, .String), + .BDNFLICNFHN = fd(14, .{ .Varint = .Simple }), + .HEFJEJHOJEA = fd(7, .{ .SubMessage = {} }), + .OPCLDNLLNFH = fd(9, .{ .List = .{ .SubMessage = {} } }), + .id = fd(12, .{ .Varint = .Simple }), + .LKJMLIDAODM = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const StartWolfBroGameCsReq = struct { + id: u32 = 0, + Motion: ?MotionInfo = null, + DJFCMLIPDAB: bool = false, + group_state_info: ?GroupStateInfo = null, + + pub const _desc_table = .{ + .id = fd(12, .{ .Varint = .Simple }), + .Motion = fd(3, .{ .SubMessage = {} }), + .DJFCMLIPDAB = fd(8, .{ .Varint = .Simple }), + .group_state_info = fd(9, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const StartWolfBroGameScRsp = struct { + DNPLIHJGJIH: ?HEHPIOGGIEG = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .DNPLIHJGJIH = fd(5, .{ .SubMessage = {} }), + .retcode = fd(14, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ArchiveWolfBroGameCsReq = struct { + id: u32 = 0, + Motion: ?MotionInfo = null, + + pub const _desc_table = .{ + .id = fd(14, .{ .Varint = .Simple }), + .Motion = fd(4, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const ArchiveWolfBroGameScRsp = struct { + retcode: u32 = 0, + DNPLIHJGJIH: ?HEHPIOGGIEG = null, + + pub const _desc_table = .{ + .retcode = fd(14, .{ .Varint = .Simple }), + .DNPLIHJGJIH = fd(7, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RestoreWolfBroGameArchiveCsReq = struct { + id: u32 = 0, + + pub const _desc_table = .{ + .id = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const RestoreWolfBroGameArchiveScRsp = struct { + retcode: u32 = 0, + DNPLIHJGJIH: ?HEHPIOGGIEG = null, + + pub const _desc_table = .{ + .retcode = fd(1, .{ .Varint = .Simple }), + .DNPLIHJGJIH = fd(8, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const QuitWolfBroGameCsReq = struct { + id: u32 = 0, + + pub const _desc_table = .{ + .id = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const QuitWolfBroGameScRsp = struct { + DNPLIHJGJIH: ?HEHPIOGGIEG = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .DNPLIHJGJIH = fd(3, .{ .SubMessage = {} }), + .retcode = fd(10, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetWolfBroGameDataCsReq = struct { + id: u32 = 0, + + pub const _desc_table = .{ + .id = fd(4, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const GetWolfBroGameDataScRsp = struct { + DNPLIHJGJIH: ?HEHPIOGGIEG = null, + retcode: u32 = 0, + + pub const _desc_table = .{ + .DNPLIHJGJIH = fd(15, .{ .SubMessage = {} }), + .retcode = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const WolfBroGameDataChangeScNotify = struct { + DNPLIHJGJIH: ?HEHPIOGGIEG = null, + + pub const _desc_table = .{ + .DNPLIHJGJIH = fd(9, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const WolfBroGameUseBulletCsReq = struct { + assist_monster_entity_id_list: ArrayList(u32), + MIBCFIMMIKG: ?Vector = null, + + pub const _desc_table = .{ + .assist_monster_entity_id_list = fd(12, .{ .PackedList = .{ .Varint = .Simple } }), + .MIBCFIMMIKG = fd(11, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const WolfBroGameUseBulletScRsp = struct { + retcode: u32 = 0, + DNPLIHJGJIH: ?HEHPIOGGIEG = null, + + pub const _desc_table = .{ + .retcode = fd(1, .{ .Varint = .Simple }), + .DNPLIHJGJIH = fd(10, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const WolfBroGamePickupBulletCsReq = struct { + MIBCFIMMIKG: ?Vector = null, + + pub const _desc_table = .{ + .MIBCFIMMIKG = fd(1, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const WolfBroGamePickupBulletScRsp = struct { + retcode: u32 = 0, + DNPLIHJGJIH: ?HEHPIOGGIEG = null, + + pub const _desc_table = .{ + .retcode = fd(3, .{ .Varint = .Simple }), + .DNPLIHJGJIH = fd(15, .{ .SubMessage = {} }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const WolfBroGameActivateBulletCsReq = struct { + config_id: u32 = 0, + group_id: u32 = 0, + + pub const _desc_table = .{ + .config_id = fd(11, .{ .Varint = .Simple }), + .group_id = fd(5, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const WolfBroGameActivateBulletScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(3, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const WolfBroGameExplodeMonsterCsReq = struct { + assist_monster_entity_id_list: ArrayList(u32), + + pub const _desc_table = .{ + .assist_monster_entity_id_list = fd(10, .{ .PackedList = .{ .Varint = .Simple } }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const WolfBroGameExplodeMonsterScRsp = struct { + retcode: u32 = 0, + + pub const _desc_table = .{ + .retcode = fd(8, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const WorldUnlockCsReq = struct { + NPEBNEKDLEN: u32 = 0, + + pub const _desc_table = .{ + .NPEBNEKDLEN = fd(1, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const WorldUnlockScRsp = struct { + NPEBNEKDLEN: u32 = 0, + retcode: u32 = 0, + + pub const _desc_table = .{ + .NPEBNEKDLEN = fd(4, .{ .Varint = .Simple }), + .retcode = fd(6, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; + +pub const LNKFBAEDODI = struct { + DGHNGBLHAIL: u32 = 0, + authkey_ver: u32 = 0, + GKJKKDAOPAM: u32 = 0, + OLCCIMLMMAD: u32 = 0, + ELHEPMNLAPG: u32 = 0, + PIAMLFBIHPI: u32 = 0, + CFCAJEMDFKJ: u32 = 0, + FEPHHKIGOOP: u32 = 0, + MOPDHNENCPC: u32 = 0, + EDFPCONIKDC: u32 = 0, + id: u32 = 0, + HOGHLBEEDGA: u32 = 0, + BIPFIFCJCBN: u32 = 0, + + pub const _desc_table = .{ + .DGHNGBLHAIL = fd(1, .{ .Varint = .Simple }), + .authkey_ver = fd(2, .{ .Varint = .Simple }), + .GKJKKDAOPAM = fd(3, .{ .Varint = .Simple }), + .OLCCIMLMMAD = fd(4, .{ .Varint = .Simple }), + .ELHEPMNLAPG = fd(5, .{ .Varint = .Simple }), + .PIAMLFBIHPI = fd(6, .{ .Varint = .Simple }), + .CFCAJEMDFKJ = fd(7, .{ .Varint = .Simple }), + .FEPHHKIGOOP = fd(8, .{ .Varint = .Simple }), + .MOPDHNENCPC = fd(9, .{ .Varint = .Simple }), + .EDFPCONIKDC = fd(10, .{ .Varint = .Simple }), + .id = fd(11, .{ .Varint = .Simple }), + .HOGHLBEEDGA = fd(12, .{ .Varint = .Simple }), + .BIPFIFCJCBN = fd(13, .{ .Varint = .Simple }), + }; + + pub usingnamespace protobuf.MessageMixins(@This()); +}; diff --git a/protocol/src/root.zig b/protocol/src/root.zig new file mode 100644 index 0000000..e3a199e --- /dev/null +++ b/protocol/src/root.zig @@ -0,0 +1,1949 @@ +pub usingnamespace @import("protocol.pb.zig"); +pub const ManagedString = @import("protobuf").ManagedString; + +pub const CmdID = enum(u16) { + CmdSubmitMaterialSubmitActivityMaterialCsReq = 2652, + CmdLeaveTrialActivityCsReq = 2672, + CmdLeaveTrialActivityScRsp = 2635, + CmdGetTrialActivityDataCsReq = 2696, + CmdGetTrialActivityDataScRsp = 2616, + CmdTakeMaterialSubmitActivityRewardScRsp = 2636, + CmdStartTrialActivityCsReq = 2689, + CmdAvatarDeliverRewardChooseAvatarScRsp = 2625, + CmdAvatarDeliverRewardChooseAvatarCsReq = 2648, + CmdTakeMaterialSubmitActivityRewardCsReq = 2694, + CmdGetMaterialSubmitActivityDataScRsp = 2638, + CmdEnterTrialActivityStageCsReq = 2664, + CmdSubmitMaterialSubmitActivityMaterialScRsp = 2668, + CmdTakeTrialActivityRewardScRsp = 2690, + CmdTakeLoginActivityRewardScRsp = 2639, + CmdGetLoginActivityCsReq = 2620, + CmdCurTrialActivityScNotify = 2653, + CmdGetMaterialSubmitActivityDataCsReq = 2685, + CmdGetAvatarDeliverRewardActivityDataCsReq = 2633, + CmdGetActivityScheduleConfigCsReq = 2627, + CmdEnterTrialActivityStageScRsp = 2657, + CmdTakeTrialActivityRewardCsReq = 2626, + CmdTakeLoginActivityRewardCsReq = 2667, + CmdStartTrialActivityScRsp = 2637, + CmdGetActivityScheduleConfigScRsp = 2621, + CmdAvatarDeliverRewardTakeRewardCsReq = 2643, + CmdAvatarDeliverRewardTakeRewardScRsp = 2612, + CmdGetAvatarDeliverRewardActivityDataScRsp = 2607, + CmdGetLoginActivityScRsp = 2691, + CmdTrialActivityDataChangeScNotify = 2693, + CmdGetFarmStageGachaInfoScRsp = 1339, + CmdGetFarmStageGachaInfoCsReq = 1367, + CmdQuickStartFarmElementScRsp = 1359, + CmdCocoonSweepScRsp = 1377, + CmdEnterAdventureScRsp = 1391, + CmdQuickStartFarmElementCsReq = 1370, + CmdQuickStartCocoonStageScRsp = 1321, + CmdQuickStartCocoonStageCsReq = 1327, + CmdCocoonSweepCsReq = 1354, + CmdFarmElementSweepScRsp = 1302, + CmdEnterAdventureCsReq = 1320, + CmdFarmElementSweepCsReq = 1380, + CmdAetherDivideFinishChallengeScNotify = 4820, + CmdEnterAetherDivideSceneScRsp = 4827, + CmdLeaveAetherDivideSceneCsReq = 4818, + CmdSwitchAetherDivideLineUpSlotScRsp = 4843, + CmdGetAetherDivideChallengeInfoScRsp = 4801, + CmdGetAetherDivideInfoCsReq = 4845, + CmdStartAetherDivideSceneBattleScRsp = 4837, + CmdGetAetherDivideChallengeInfoCsReq = 4814, + CmdAetherDivideTakeChallengeRewardCsReq = 4809, + CmdAetherDivideSpiritExpUpScRsp = 4840, + CmdEquipAetherDividePassiveSkillCsReq = 4826, + CmdStartAetherDivideStageBattleCsReq = 4830, + CmdAetherDivideRefreshEndlessScRsp = 4835, + CmdAetherDivideRefreshEndlessScNotify = 4847, + CmdSwitchAetherDivideLineUpSlotCsReq = 4825, + CmdClearAetherDividePassiveSkillScRsp = 4822, + CmdAetherDivideRefreshEndlessCsReq = 4804, + CmdStartAetherDivideSceneBattleCsReq = 4811, + CmdAetherDivideSpiritExpUpCsReq = 4813, + CmdEnterAetherDivideSceneCsReq = 4849, + CmdSetAetherDivideLineUpScRsp = 4819, + CmdAetherDivideSpiritInfoScNotify = 4824, + CmdAetherDivideTainerInfoScNotify = 4816, + CmdAetherDivideLineupScNotify = 4831, + CmdAetherDivideTakeChallengeRewardScRsp = 4850, + CmdAetherDivideSkillItemScNotify = 4848, + CmdGetAetherDivideInfoScRsp = 4806, + CmdSetAetherDivideLineUpCsReq = 4828, + CmdStartAetherDivideChallengeBattleCsReq = 4817, + CmdEquipAetherDividePassiveSkillScRsp = 4834, + CmdLeaveAetherDivideSceneScRsp = 4836, + CmdClearAetherDividePassiveSkillCsReq = 4846, + CmdStartAetherDivideStageBattleScRsp = 4803, + CmdStartAetherDivideChallengeBattleScRsp = 4839, + CmdStartAlleyEventCsReq = 4770, + CmdAlleyShopLevelScNotify = 4709, + CmdAlleyTakeEventRewardCsReq = 4703, + CmdLogisticsScoreRewardSyncInfoScNotify = 4722, + CmdGetAlleyInfoScRsp = 4791, + CmdAlleyGuaranteedFundsScRsp = 4769, + CmdAlleyShipmentEventEffectsScNotify = 4741, + CmdAlleyOrderChangedScNotify = 4752, + CmdStartAlleyEventScRsp = 4759, + CmdAlleyShipUnlockScNotify = 4706, + CmdSaveLogisticsScRsp = 4744, + CmdRefreshAlleyOrderCsReq = 4785, + CmdLogisticsGameScRsp = 4739, + CmdActivityRaidPlacingGameCsReq = 4740, + CmdTakePrestigeRewardCsReq = 4780, + CmdRefreshAlleyOrderScRsp = 4738, + CmdLogisticsGameCsReq = 4767, + CmdPrestigeLevelUpScRsp = 4736, + CmdTakePrestigeRewardScRsp = 4702, + CmdSaveLogisticsCsReq = 4731, + CmdAlleyPlacingGameScRsp = 4774, + CmdAlleyPlacingGameCsReq = 4705, + CmdAlleyFundsScNotify = 4787, + CmdAlleyShipUsedCountScNotify = 4734, + CmdGetSaveLogisticsMapCsReq = 4784, + CmdAlleyEventChangeNotify = 4754, + CmdActivityRaidPlacingGameScRsp = 4718, + CmdLogisticsDetonateStarSkiffCsReq = 4728, + CmdAlleyTakeEventRewardScRsp = 4724, + CmdAlleyEventEffectNotify = 4777, + CmdGetAlleyInfoCsReq = 4720, + CmdLogisticsDetonateStarSkiffScRsp = 4723, + CmdGetSaveLogisticsMapScRsp = 4778, + CmdPrestigeLevelUpCsReq = 4794, + CmdAlleyGuaranteedFundsCsReq = 4745, + CmdLogisticsInfoScNotify = 4749, + CmdGetUpdatedArchiveDataScRsp = 2339, + CmdGetArchiveDataCsReq = 2320, + CmdGetUpdatedArchiveDataCsReq = 2367, + CmdGetArchiveDataScRsp = 2391, + CmdSetAvatarEnhancedIdCsReq = 328, + CmdAddAvatarScNotify = 305, + CmdUnlockAvatarSkinScNotify = 331, + CmdAvatarExpUpScRsp = 339, + CmdSetAvatarEnhancedIdScRsp = 323, + CmdDressAvatarSkinScRsp = 387, + CmdDressAvatarScRsp = 377, + CmdDressAvatarCsReq = 354, + CmdTakeOffRelicScRsp = 352, + CmdTakePromotionRewardCsReq = 368, + CmdAddMultiPathAvatarScNotify = 341, + CmdTakePromotionRewardScRsp = 394, + CmdDressRelicAvatarCsReq = 398, + CmdGetPreAvatarActivityListScRsp = 340, + CmdMarkAvatarCsReq = 344, + CmdMarkAvatarScRsp = 349, + CmdPromoteAvatarCsReq = 370, + CmdRankUpAvatarCsReq = 374, + CmdTakeOffEquipmentScRsp = 302, + CmdTakeOffAvatarSkinCsReq = 309, + CmdSetGrowthTargetAvatarCsReq = 384, + CmdGetPreAvatarActivityListCsReq = 322, + CmdPromoteAvatarScRsp = 359, + CmdRankUpAvatarScRsp = 373, + CmdDressAvatarSkinCsReq = 336, + CmdGetPreAvatarGrowthInfoCsReq = 345, + CmdUnlockSkilltreeCsReq = 327, + CmdAvatarExpUpCsReq = 367, + CmdTakeOffAvatarSkinScRsp = 306, + CmdTakeOffRelicCsReq = 338, + CmdSetGrowthTargetAvatarScRsp = 378, + CmdGetPreAvatarGrowthInfoScRsp = 369, + CmdGetAvatarDataScRsp = 391, + CmdDressRelicAvatarScRsp = 385, + CmdGetAvatarDataCsReq = 320, + CmdUnlockSkilltreeScRsp = 321, + CmdTakeOffEquipmentCsReq = 380, + CmdGrowthTargetAvatarChangedScNotify = 334, + CmdQuitBattleScRsp = 139, + CmdSyncClientResVersionScRsp = 159, + CmdServerSimulateBattleFinishScNotify = 102, + CmdBattleLogReportCsReq = 177, + CmdBattleLogReportScRsp = 180, + CmdGetCurBattleInfoScRsp = 121, + CmdRebattleByClientCsNotify = 174, + CmdPVEBattleResultCsReq = 120, + CmdGetCurBattleInfoCsReq = 127, + CmdReBattleAfterBattleLoseCsNotify = 105, + CmdPVEBattleResultScRsp = 191, + CmdSyncClientResVersionCsReq = 170, + CmdQuitBattleScNotify = 154, + CmdQuitBattleCsReq = 167, + CmdBattleCollegeDataChangeScNotify = 5767, + CmdStartBattleCollegeCsReq = 5739, + CmdGetBattleCollegeDataScRsp = 5791, + CmdGetBattleCollegeDataCsReq = 5720, + CmdStartBattleCollegeScRsp = 5727, + CmdBuyBpLevelScRsp = 3070, + CmdBuyBpLevelCsReq = 3021, + CmdTakeAllRewardScRsp = 3054, + CmdTakeBpRewardScRsp = 3027, + CmdTakeBpRewardCsReq = 3039, + CmdTakeAllRewardCsReq = 3059, + CmdBattlePassInfoNotify = 3020, + CmdTakeBenefitActivityRewardCsReq = 4868, + CmdJoinBenefitActivityScRsp = 4887, + CmdJoinBenefitActivityCsReq = 4861, + CmdTakeBenefitActivityRewardScRsp = 4886, + CmdGetBenefitActivityInfoCsReq = 4899, + CmdGetBenefitActivityInfoScRsp = 4877, + CmdChooseBoxingClubStageOptionalBuffScRsp = 4298, + CmdStartBoxingClubBattleScRsp = 4221, + CmdGiveUpBoxingClubChallengeCsReq = 4270, + CmdGetBoxingClubInfoScRsp = 4291, + CmdGiveUpBoxingClubChallengeScRsp = 4259, + CmdStartBoxingClubBattleCsReq = 4227, + CmdBoxingClubChallengeUpdateScNotify = 4277, + CmdChooseBoxingClubResonanceCsReq = 4280, + CmdChooseBoxingClubResonanceScRsp = 4202, + CmdMatchBoxingClubOpponentScRsp = 4239, + CmdSetBoxingClubResonanceLineupCsReq = 4205, + CmdSetBoxingClubResonanceLineupScRsp = 4274, + CmdMatchBoxingClubOpponentCsReq = 4267, + CmdChooseBoxingClubStageOptionalBuffCsReq = 4273, + CmdBoxingClubRewardScNotify = 4254, + CmdGetBoxingClubInfoCsReq = 4220, + CmdChallengeLineupNotify = 1702, + CmdGetChallengeCsReq = 1720, + CmdChallengeSettleNotify = 1770, + CmdRestartChallengePhaseCsReq = 1736, + CmdLeaveChallengeScRsp = 1721, + CmdGetChallengeGroupStatisticsScRsp = 1738, + CmdRestartChallengePhaseScRsp = 1787, + CmdGetChallengeScRsp = 1791, + CmdEnterChallengeNextPhaseScRsp = 1706, + CmdGetChallengeGroupStatisticsCsReq = 1785, + CmdGetCurChallengeCsReq = 1777, + CmdGetCurChallengeScRsp = 1780, + CmdStartChallengeCsReq = 1767, + CmdStartChallengeScRsp = 1739, + CmdLeaveChallengeCsReq = 1727, + CmdEnterChallengeNextPhaseCsReq = 1709, + CmdStartPartialChallengeCsReq = 1752, + CmdStartPartialChallengeScRsp = 1768, + CmdChallengeBossPhaseSettleNotify = 1731, + CmdTakeChallengeRewardScRsp = 1798, + CmdTakeChallengeRewardCsReq = 1773, + CmdPrivateMsgOfflineUsersScNotify = 3939, + CmdGetChatFriendHistoryScRsp = 3959, + CmdGetLoginChatInfoScRsp = 3998, + CmdGetChatEmojiListScRsp = 3977, + CmdMarkChatEmojiCsReq = 3980, + CmdGetPrivateChatHistoryScRsp = 3921, + CmdBatchMarkChatEmojiScRsp = 3974, + CmdMarkChatEmojiScRsp = 3902, + CmdGetPrivateChatHistoryCsReq = 3927, + CmdGetChatEmojiListCsReq = 3954, + CmdSendMsgCsReq = 3920, + CmdGetChatFriendHistoryCsReq = 3970, + CmdGetLoginChatInfoCsReq = 3973, + CmdRevcMsgScNotify = 3967, + CmdSendMsgScRsp = 3991, + CmdBatchMarkChatEmojiCsReq = 3905, + CmdFinishChessRogueSubStoryScRsp = 5442, + CmdChessRoguePickAvatarCsReq = 5506, + CmdChessRogueNousDiceSurfaceUnlockNotify = 5540, + CmdGetChessRogueBuffEnhanceInfoCsReq = 5448, + CmdChessRogueRollDiceScRsp = 5504, + CmdChessRogueQuitCsReq = 5511, + CmdSelectChessRogueSubStoryCsReq = 5592, + CmdChessRogueLeaveScRsp = 5469, + CmdChessRogueUpdateReviveInfoScNotify = 5547, + CmdChessRogueUpdateAllowedSelectCellScNotify = 5538, + CmdChessRogueNousEditDiceScRsp = 5515, + CmdSyncChessRogueNousMainStoryScNotify = 5574, + CmdChessRogueStartCsReq = 5488, + CmdChessRogueEnterCellScRsp = 5579, + CmdChessRogueSelectCellCsReq = 5459, + CmdSelectChessRogueSubStoryScRsp = 5406, + CmdSyncChessRogueNousValueScNotify = 5513, + CmdChessRogueSkipTeachingLevelCsReq = 5453, + CmdChessRogueNousEnableRogueTalentScRsp = 5486, + CmdSyncChessRogueNousSubStoryScNotify = 5424, + CmdChessRogueGiveUpCsReq = 5407, + CmdChessRogueCheatRollCsReq = 5485, + CmdChessRogueLayerAccountInfoNotify = 5413, + CmdChessRogueQuitScRsp = 5542, + CmdChessRogueRollDiceCsReq = 5418, + CmdGetChessRogueNousStoryInfoCsReq = 5461, + CmdChessRogueChangeyAeonDimensionNotify = 5533, + CmdChessRogueReRollDiceCsReq = 5576, + CmdChessRogueStartScRsp = 5436, + CmdChessRoguePickAvatarScRsp = 5561, + CmdChessRogueGiveUpRollCsReq = 5590, + CmdChessRogueGiveUpScRsp = 5505, + CmdEnhanceChessRogueBuffCsReq = 5564, + CmdChessRogueNousEnableRogueTalentCsReq = 5449, + CmdGetChessRogueNousStoryInfoScRsp = 5570, + CmdGetChessRogueStoryInfoCsReq = 5446, + CmdChessRogueUpdateUnlockLevelScNotify = 5537, + CmdChessRogueLeaveCsReq = 5476, + CmdChessRogueUpdateBoardScNotify = 5481, + CmdChessRogueQuestFinishNotify = 5482, + CmdChessRogueQueryAeonDimensionsScRsp = 5423, + CmdChessRogueUpdateDiceInfoScNotify = 5473, + CmdChessRogueEnterNextLayerScRsp = 5521, + CmdChessRogueUpdateActionPointScNotify = 5499, + CmdChessRogueGiveUpRollScRsp = 5403, + CmdGetChessRogueStoryInfoScRsp = 5402, + CmdSyncChessRogueMainStoryFinishScNotify = 5441, + CmdChessRogueReviveAvatarScRsp = 5543, + CmdChessRogueUpdateAeonModifierValueScNotify = 5404, + CmdChessRogueEnterNextLayerCsReq = 5546, + CmdChessRogueEnterScRsp = 5526, + CmdChessRogueEnterCellCsReq = 5519, + CmdChessRogueSelectCellScRsp = 5508, + CmdChessRogueQueryAeonDimensionsCsReq = 5535, + CmdChessRogueEnterCsReq = 5490, + CmdEnterChessRogueAeonRoomCsReq = 5455, + CmdChessRogueUpdateLevelBaseInfoScNotify = 5555, + CmdChessRogueUpdateMoneyInfoScNotify = 5534, + CmdChessRogueQueryScRsp = 5412, + CmdChessRogueSkipTeachingLevelScRsp = 5438, + CmdGetChessRogueStoryAeonTalkInfoCsReq = 5474, + CmdChessRogueNousEditDiceCsReq = 5428, + CmdChessRogueCellUpdateNotify = 5558, + CmdEnterChessRogueAeonRoomScRsp = 5410, + CmdChessRogueNousGetRogueTalentInfoScRsp = 5554, + CmdChessRogueCheatRollScRsp = 5560, + CmdEnhanceChessRogueBuffScRsp = 5500, + CmdChessRogueQueryCsReq = 5541, + CmdFinishChessRogueSubStoryCsReq = 5454, + CmdGetChessRogueStoryAeonTalkInfoScRsp = 5553, + CmdChessRogueNousGetRogueTalentInfoCsReq = 5495, + CmdChessRogueNousDiceUpdateNotify = 5462, + CmdChessRogueConfirmRollCsReq = 5571, + CmdChessRogueReRollDiceScRsp = 5487, + CmdChessRogueUpdateDicePassiveAccumulateValueScNotify = 5569, + CmdChessRogueReviveAvatarCsReq = 5551, + CmdGetChessRogueBuffEnhanceInfoScRsp = 5520, + CmdChessRogueConfirmRollScRsp = 5422, + CmdChimeraRoundWorkStartScRsp = 8161, + CmdChimeraDoFinalRoundCsReq = 8173, + CmdChimeraSetLineupScRsp = 8176, + CmdChimeraGetDataCsReq = 8178, + CmdChimeraFinishEndlessRoundCsReq = 8174, + CmdChimeraSetLineupCsReq = 8170, + CmdChimeraQuitEndlessScRsp = 8166, + CmdChimeraRoundWorkStartCsReq = 8162, + CmdChimeraStartEndlessScRsp = 8163, + CmdChimeraFinishRoundScRsp = 8171, + CmdChimeraFinishEndlessRoundScRsp = 8179, + CmdChimeraDoFinalRoundScRsp = 8175, + CmdChimeraGetDataScRsp = 8169, + CmdChimeraQuitEndlessCsReq = 8172, + CmdChimeraFinishRoundCsReq = 8167, + CmdChimeraStartEndlessCsReq = 8165, + CmdClockParkUnlockTalentScRsp = 7237, + CmdClockParkBattleEndScNotify = 7246, + CmdClockParkGetInfoScRsp = 7227, + CmdClockParkQuitScriptScRsp = 7219, + CmdClockParkUseBuffScRsp = 7243, + CmdClockParkGetOngoingScriptInfoScRsp = 7210, + CmdClockParkHandleWaitOperationCsReq = 7245, + CmdClockParkHandleWaitOperationScRsp = 7206, + CmdClockParkStartScriptCsReq = 7217, + CmdClockParkUnlockTalentCsReq = 7211, + CmdClockParkGetOngoingScriptInfoCsReq = 7212, + CmdClockParkStartScriptScRsp = 7239, + CmdClockParkFinishScriptScNotify = 7230, + CmdClockParkUseBuffCsReq = 7225, + CmdClockParkGetInfoCsReq = 7249, + CmdClockParkQuitScriptCsReq = 7228, + CmdContentPackageSyncDataScNotify = 7518, + CmdContentPackageTransferScNotify = 7537, + CmdContentPackageUnlockCsReq = 7536, + CmdContentPackageGetDataScRsp = 7527, + CmdContentPackageUnlockScRsp = 7511, + CmdContentPackageGetDataCsReq = 7549, + CmdGetDailyActiveInfoScRsp = 3339, + CmdTakeApRewardCsReq = 3320, + CmdTakeApRewardScRsp = 3391, + CmdGetDailyActiveInfoCsReq = 3367, + CmdTakeAllApRewardScRsp = 3370, + CmdDailyActiveInfoNotify = 3327, + CmdTakeAllApRewardCsReq = 3321, + CmdGetServerGraphDataCsReq = 2487, + CmdUpdateServerLogSettingsCsReq = 2468, + CmdUpdateServerLogSettingsScRsp = 2486, + CmdGetServerLogSettingsScRsp = 2477, + CmdGetServerLogSettingsCsReq = 2499, + CmdGetServerGraphDataScRsp = 2467, + CmdServerLogScNotify = 2461, + CmdMakeDrinkScRsp = 6996, + CmdGetDrinkMakerDataCsReq = 6998, + CmdDrinkMakerChallengeScRsp = 6992, + CmdDrinkMakerChallengeCsReq = 6999, + CmdDrinkMakerUpdateTipsNotify = 6986, + CmdMakeMissionDrinkScRsp = 6983, + CmdGetDrinkMakerDataScRsp = 6989, + CmdMakeDrinkCsReq = 6990, + CmdEndDrinkMakerSequenceCsReq = 6987, + CmdMakeMissionDrinkCsReq = 6985, + CmdEndDrinkMakerSequenceScRsp = 6991, + CmdDrinkMakerDayEndScNotify = 6994, + CmdEnterEraFlipperRegionScRsp = 6568, + CmdResetEraFlipperDataCsReq = 6570, + CmdGetEraFlipperDataScRsp = 6561, + CmdChangeEraFlipperDataCsReq = 6555, + CmdEnterEraFlipperRegionCsReq = 6562, + CmdEraFlipperDataChangeScNotify = 6566, + CmdResetEraFlipperDataScRsp = 6557, + CmdChangeEraFlipperDataScRsp = 6560, + CmdGetEraFlipperDataCsReq = 6559, + CmdEvolveBuildStartLevelCsReq = 7118, + CmdEvolveBuildShopAbilityUpCsReq = 7134, + CmdEvolveBuildSkipTeachLevelScRsp = 7101, + CmdEvolveBuildQueryInfoCsReq = 7149, + CmdEvolveBuildGiveupCsReq = 7117, + CmdEvolveBuildReRandomStageScRsp = 7128, + CmdEvolveBuildStartStageCsReq = 7111, + CmdEvolveBuildStartLevelScRsp = 7136, + CmdEvolveBuildFinishScNotify = 7145, + CmdEvolveBuildReRandomStageCsReq = 7106, + CmdEvolveBuildLeaveCsReq = 7112, + CmdEvolveBuildLeaveScRsp = 7110, + CmdEvolveBuildShopAbilityDownScRsp = 7125, + CmdEvolveBuildStartStageScRsp = 7137, + CmdEvolveBuildShopAbilityResetCsReq = 7103, + CmdEvolveBuildShopAbilityResetScRsp = 7113, + CmdEvolveBuildCoinNotify = 7140, + CmdEvolveBuildSkipTeachLevelCsReq = 7114, + CmdEvolveBuildShopAbilityDownCsReq = 7122, + CmdEvolveBuildQueryInfoScRsp = 7127, + CmdEvolveBuildShopAbilityUpScRsp = 7146, + CmdEvolveBuildGiveupScRsp = 7139, + CmdTakeActivityExpeditionRewardCsReq = 2574, + CmdTakeExpeditionRewardCsReq = 2570, + CmdCancelActivityExpeditionScRsp = 2505, + CmdAcceptExpeditionScRsp = 2539, + CmdTakeMultipleActivityExpeditionRewardScRsp = 2594, + CmdTakeMultipleExpeditionRewardScRsp = 2552, + CmdExpeditionDataChangeScNotify = 2554, + CmdGetExpeditionDataCsReq = 2520, + CmdTakeMultipleActivityExpeditionRewardCsReq = 2568, + CmdCancelExpeditionCsReq = 2527, + CmdTakeMultipleExpeditionRewardCsReq = 2538, + CmdCancelExpeditionScRsp = 2521, + CmdAcceptActivityExpeditionScRsp = 2580, + CmdAcceptMultipleExpeditionCsReq = 2598, + CmdTakeActivityExpeditionRewardScRsp = 2573, + CmdAcceptActivityExpeditionCsReq = 2577, + CmdAcceptExpeditionCsReq = 2567, + CmdAcceptMultipleExpeditionScRsp = 2585, + CmdCancelActivityExpeditionCsReq = 2502, + CmdTakeExpeditionRewardScRsp = 2559, + CmdGetExpeditionDataScRsp = 2591, + CmdGetFantasticStoryActivityDataCsReq = 4920, + CmdFantasticStoryActivityBattleEndScNotify = 4921, + CmdEnterFantasticStoryActivityStageCsReq = 4939, + CmdGetFantasticStoryActivityDataScRsp = 4991, + CmdFinishChapterScNotify = 4967, + CmdEnterFantasticStoryActivityStageScRsp = 4927, + CmdFateHandlePendingActionScRsp = 5993, + CmdFateShopLeaveScRsp = 5972, + CmdFateStartCsReq = 5968, + CmdFateStartScRsp = 5986, + CmdFateHandlePendingActionCsReq = 5975, + CmdFateShopSellBuffScRsp = 5956, + CmdFateDebugAutoPlayFinishScNotify = 5998, + CmdFateQueryCsReq = 5999, + CmdFateSettleScNotify = 5974, + CmdFateTakeExpRewardScRsp = 5951, + CmdFateShopLockGoodsCsReq = 5976, + CmdFateTakeExpRewardCsReq = 5964, + CmdFateQueryScRsp = 5977, + CmdFateBattleStartCsReq = 5961, + CmdFateBattleStartScRsp = 5987, + CmdFateDebugAutoPlayCsReq = 5970, + CmdFateShopRefreshGoodsScRsp = 5969, + CmdFateShopLockGoodsScRsp = 5984, + CmdFateSyncActionResultScNotify = 5980, + CmdFateDebugAutoPlayScRsp = 5966, + CmdFateShopBuyGoodsScRsp = 5960, + CmdFateChangeLineupCsReq = 5967, + CmdFateShopRefreshGoodsCsReq = 5978, + CmdFateShopSellBuffCsReq = 5995, + CmdFateChangeLineupScRsp = 5989, + CmdFateShopBuyGoodsCsReq = 5962, + CmdFateSettleCsReq = 5963, + CmdFateShopLeaveCsReq = 5996, + CmdFateSyncPendingActionScNotify = 5953, + CmdFateSettleScRsp = 5990, + CmdGetFeverTimeActivityDataCsReq = 7153, + CmdGetFeverTimeActivityDataScRsp = 7156, + CmdEnterFeverTimeActivityStageCsReq = 7155, + CmdFeverTimeActivityBattleEndScNotify = 7158, + CmdEnterFeverTimeActivityStageScRsp = 7159, + CmdFightKickOutScNotify = 30039, + CmdFightHeartBeatCsReq = 30027, + CmdFightEnterScRsp = 30091, + CmdFightEnterCsReq = 30020, + CmdFightSessionStopScNotify = 30070, + CmdFightGeneralScRsp = 30054, + CmdFightGeneralCsReq = 30059, + CmdFightGeneralScNotify = 30077, + CmdFightLeaveScNotify = 30067, + CmdFightHeartBeatScRsp = 30021, + CmdTakeFightActivityRewardCsReq = 3621, + CmdEnterFightActivityStageCsReq = 3639, + CmdGetFightActivityDataScRsp = 3691, + CmdEnterFightActivityStageScRsp = 3627, + CmdTakeFightActivityRewardScRsp = 3670, + CmdFightActivityDataChangeScNotify = 3667, + CmdGetFightActivityDataCsReq = 3620, + CmdStartFightFestCsReq = 7268, + CmdFightFestUnlockSkillNotify = 7287, + CmdGetFightFestDataScRsp = 7277, + CmdFightFestScoreUpdateNotify = 7261, + CmdGetFightFestDataCsReq = 7299, + CmdFightFestUpdateCoinNotify = 7289, + CmdStartFightFestScRsp = 7286, + CmdFightFestUpdateChallengeRecordNotify = 7267, + CmdFightMatch3SoloDataUpdateNotify = 30152, + CmdFightMatch3ChatScRsp = 30177, + CmdFightMatch3SwapScRsp = 30170, + CmdFightMatch3SoloPreTurnEndCsReq = 30136, + CmdFightMatch3UseItemCsReq = 30105, + CmdFightMatch3SoloAnimEndCsReq = 30185, + CmdFightMatch3SwapCsReq = 30121, + CmdFightMatch3StartCountDownScNotify = 30167, + CmdFightMatch3SoloPreTurnEndScRsp = 30187, + CmdFightMatch3ForceUpdateNotify = 30102, + CmdFightMatch3TurnStartScNotify = 30139, + CmdFightMatch3SoloDataScRsp = 30198, + CmdFightMatch3SoloSwapNotify = 30168, + CmdFightMatch3SoloUseItemNotify = 30194, + CmdFightMatch3SoloDataCsReq = 30173, + CmdFightMatch3ChatScNotify = 30180, + CmdFightMatch3DataScRsp = 30191, + CmdFightMatch3UseItemScRsp = 30174, + CmdFightMatch3SoloAnimEndScRsp = 30138, + CmdFightMatch3OpponentDataScNotify = 30159, + CmdFightMatch3TurnEndScNotify = 30127, + CmdFightMatch3DataCsReq = 30120, + CmdFightMatch3ChatCsReq = 30154, + CmdSetFriendMarkScRsp = 2995, + CmdSyncAddBlacklistScNotify = 2938, + CmdGetFriendDevelopmentInfoScRsp = 2937, + CmdGetFriendRecommendListInfoCsReq = 2952, + CmdGetFriendChallengeLineupScRsp = 2993, + CmdNewAssistHistoryNotify = 2928, + CmdDeleteFriendScRsp = 2974, + CmdSetForbidOtherApplyFriendCsReq = 2971, + CmdGetPlayerDetailInfoCsReq = 2967, + CmdGetFriendRecommendListInfoScRsp = 2968, + CmdGetFriendLoginInfoScRsp = 2955, + CmdSetFriendRemarkNameScRsp = 2936, + CmdGetFriendListInfoCsReq = 2920, + CmdTakeAssistRewardCsReq = 2923, + CmdGetFriendChallengeDetailScRsp = 2957, + CmdGetPlatformPlayerInfoScRsp = 2947, + CmdGetFriendRecommendLineupDetailCsReq = 2953, + CmdDeleteBlacklistCsReq = 2906, + CmdGetFriendLoginInfoCsReq = 2919, + CmdGetCurAssistCsReq = 2945, + CmdGetFriendAssistListScRsp = 2996, + CmdApplyFriendScRsp = 2959, + CmdSyncDeleteFriendScNotify = 2973, + CmdTakeAssistRewardScRsp = 2922, + CmdGetPlatformPlayerInfoCsReq = 2918, + CmdHandleFriendCsReq = 2977, + CmdGetAssistListCsReq = 2941, + CmdGetFriendBattleRecordDetailScRsp = 2990, + CmdGetAssistListScRsp = 2984, + CmdSetFriendMarkCsReq = 2950, + CmdGetFriendBattleRecordDetailCsReq = 2926, + CmdGetAssistHistoryCsReq = 2903, + CmdGetFriendAssistListCsReq = 2960, + CmdAddBlacklistCsReq = 2998, + CmdSetAssistScRsp = 2934, + CmdSyncHandleFriendScNotify = 2902, + CmdReportPlayerCsReq = 2987, + CmdGetFriendRecommendLineupDetailScRsp = 2933, + CmdGetCurAssistScRsp = 2969, + CmdDeleteBlacklistScRsp = 2931, + CmdGetFriendChallengeLineupCsReq = 2916, + CmdSearchPlayerCsReq = 2944, + CmdApplyFriendCsReq = 2970, + CmdSetFriendRemarkNameCsReq = 2994, + CmdSetForbidOtherApplyFriendScRsp = 2963, + CmdGetFriendChallengeDetailCsReq = 2964, + CmdReportPlayerScRsp = 2909, + CmdGetPlayerDetailInfoScRsp = 2939, + CmdGetFriendApplyListInfoCsReq = 2927, + CmdDeleteFriendCsReq = 2905, + CmdGetFriendApplyListInfoScRsp = 2921, + CmdCurAssistChangedNotify = 2940, + CmdGetFriendListInfoScRsp = 2991, + CmdGetAssistHistoryScRsp = 2924, + CmdGetFriendRecommendLineupScRsp = 2935, + CmdGetFriendDevelopmentInfoCsReq = 2989, + CmdSetAssistCsReq = 2978, + CmdHandleFriendScRsp = 2980, + CmdSearchPlayerScRsp = 2949, + CmdAddBlacklistScRsp = 2985, + CmdSyncApplyFriendScNotify = 2954, + CmdGetFriendRecommendLineupCsReq = 2972, + CmdGachaDecideItemChangeScNotify = 1980, + CmdGetGachaCeilingCsReq = 1927, + CmdDoGachaScRsp = 1939, + CmdGetGachaInfoCsReq = 1920, + CmdExchangeGachaCeilingCsReq = 1970, + CmdSetGachaDecideItemScRsp = 1977, + CmdGetGachaCeilingScRsp = 1921, + CmdGetGachaInfoScRsp = 1991, + CmdDoGachaCsReq = 1967, + CmdSetGachaDecideItemCsReq = 1954, + CmdExchangeGachaCeilingScRsp = 1959, + CmdFinishEmotionDialoguePerformanceScRsp = 6359, + CmdHeartDialTraceScriptScRsp = 6380, + CmdFinishEmotionDialoguePerformanceCsReq = 6370, + CmdGetHeartDialInfoCsReq = 6320, + CmdSubmitEmotionItemCsReq = 6327, + CmdChangeScriptEmotionScRsp = 6339, + CmdSubmitEmotionItemScRsp = 6321, + CmdGetHeartDialInfoScRsp = 6391, + CmdHeartDialTraceScriptCsReq = 6377, + CmdHeartDialScriptChangeScNotify = 6354, + CmdChangeScriptEmotionCsReq = 6367, + CmdHeliobusSelectSkillScRsp = 5885, + CmdHeliobusSnsUpdateScNotify = 5880, + CmdHeliobusActivityDataCsReq = 5820, + CmdHeliobusSnsReadCsReq = 5867, + CmdHeliobusUpgradeLevelCsReq = 5805, + CmdHeliobusActivityDataScRsp = 5891, + CmdHeliobusUpgradeLevelScRsp = 5874, + CmdHeliobusLineupUpdateScNotify = 5806, + CmdHeliobusSnsPostCsReq = 5827, + CmdHeliobusSelectSkillCsReq = 5898, + CmdHeliobusUnlockSkillScNotify = 5873, + CmdHeliobusSnsLikeCsReq = 5870, + CmdHeliobusInfoChangedScNotify = 5802, + CmdHeliobusSnsCommentScRsp = 5877, + CmdHeliobusSnsPostScRsp = 5821, + CmdHeliobusEnterBattleScRsp = 5894, + CmdHeliobusChallengeUpdateScNotify = 5809, + CmdHeliobusStartRaidCsReq = 5836, + CmdHeliobusStartRaidScRsp = 5887, + CmdHeliobusEnterBattleCsReq = 5868, + CmdHeliobusSnsCommentCsReq = 5854, + CmdHeliobusSnsLikeScRsp = 5859, + CmdHeliobusSnsReadScRsp = 5839, + CmdRelicFilterPlanClearNameScNotify = 537, + CmdDeleteRelicFilterPlanCsReq = 557, + CmdRechargeSuccNotify = 594, + CmdBatchRankUpEquipmentScRsp = 548, + CmdLockEquipmentScRsp = 521, + CmdRelicReforgeConfirmCsReq = 553, + CmdSetTurnFoodSwitchScRsp = 540, + CmdComposeItemScRsp = 574, + CmdMarkRelicFilterPlanCsReq = 590, + CmdModifyRelicFilterPlanCsReq = 593, + CmdComposeLimitNumCompleteNotify = 541, + CmdAddRelicFilterPlanScRsp = 516, + CmdLockRelicCsReq = 585, + CmdMarkItemScRsp = 524, + CmdGeneralVirtualItemDataNotify = 518, + CmdUseItemCsReq = 570, + CmdMarkItemCsReq = 503, + CmdDestroyItemCsReq = 578, + CmdExchangeHcoinCsReq = 536, + CmdSyncTurnFoodNotify = 523, + CmdGetRecyleTimeCsReq = 544, + CmdCancelMarkItemNotify = 528, + CmdGetRelicFilterPlanScRsp = 560, + CmdSellItemCsReq = 552, + CmdComposeSelectedRelicScRsp = 506, + CmdAddRelicFilterPlanCsReq = 596, + CmdExpUpEquipmentScRsp = 502, + CmdExpUpRelicCsReq = 573, + CmdAddEquipmentScNotify = 531, + CmdPromoteEquipmentScRsp = 539, + CmdGetBagCsReq = 520, + CmdLockEquipmentCsReq = 527, + CmdMarkRelicFilterPlanScRsp = 589, + CmdExchangeHcoinScRsp = 587, + CmdPromoteEquipmentCsReq = 567, + CmdRelicReforgeCsReq = 572, + CmdDeleteRelicFilterPlanScRsp = 526, + CmdModifyRelicFilterPlanScRsp = 564, + CmdComposeLimitNumUpdateNotify = 584, + CmdDestroyItemScRsp = 534, + CmdSellItemScRsp = 568, + CmdRelicReforgeConfirmScRsp = 533, + CmdDiscardRelicCsReq = 547, + CmdComposeItemCsReq = 505, + CmdGetMarkItemListScRsp = 569, + CmdSetTurnFoodSwitchCsReq = 522, + CmdRelicReforgeScRsp = 535, + CmdGetRelicFilterPlanCsReq = 595, + CmdDiscardRelicScRsp = 519, + CmdRankUpEquipmentCsReq = 554, + CmdBatchRankUpEquipmentCsReq = 507, + CmdGetBagScRsp = 591, + CmdRankUpEquipmentScRsp = 577, + CmdExpUpEquipmentCsReq = 580, + CmdGetMarkItemListCsReq = 545, + CmdGetRecyleTimeScRsp = 549, + CmdComposeSelectedRelicCsReq = 509, + CmdLockRelicScRsp = 538, + CmdExpUpRelicScRsp = 598, + CmdUseItemScRsp = 559, + CmdUnlockBackGroundMusicScRsp = 3121, + CmdTrialBackGroundMusicCsReq = 3170, + CmdGetJukeboxDataScRsp = 3191, + CmdGetJukeboxDataCsReq = 3120, + CmdTrialBackGroundMusicScRsp = 3159, + CmdUnlockBackGroundMusicCsReq = 3127, + CmdPlayBackGroundMusicScRsp = 3139, + CmdPlayBackGroundMusicCsReq = 3167, + CmdReplaceLineupCsReq = 787, + CmdSwapLineupCsReq = 754, + CmdChangeLineupLeaderScRsp = 773, + CmdJoinLineupCsReq = 727, + CmdVirtualLineupDestroyNotify = 736, + CmdChangeLineupLeaderCsReq = 774, + CmdVirtualLineupTrialAvatarChangeScNotify = 731, + CmdSwapLineupScRsp = 777, + CmdGetCurLineupDataCsReq = 767, + CmdSwitchLineupIndexCsReq = 798, + CmdGetAllLineupDataCsReq = 768, + CmdGetLineupAvatarDataScRsp = 705, + CmdSwitchLineupIndexScRsp = 785, + CmdQuitLineupCsReq = 770, + CmdExtraLineupDestroyNotify = 706, + CmdQuitLineupScRsp = 759, + CmdGetLineupAvatarDataCsReq = 702, + CmdJoinLineupScRsp = 721, + CmdSyncLineupNotify = 780, + CmdGetStageLineupScRsp = 791, + CmdSetLineupNameScRsp = 752, + CmdGetCurLineupDataScRsp = 739, + CmdGetStageLineupCsReq = 720, + CmdReplaceLineupScRsp = 709, + CmdSetLineupNameCsReq = 738, + CmdGetAllLineupDataScRsp = 794, + CmdLobbyCreateCsReq = 7399, + CmdLobbyStartFightCsReq = 7361, + CmdLobbyInteractCsReq = 7375, + CmdLobbyKickOutCsReq = 7362, + CmdLobbyGetInfoCsReq = 7396, + CmdLobbyJoinScRsp = 7386, + CmdLobbyInviteScRsp = 7378, + CmdLobbySyncInfoScNotify = 7395, + CmdLobbyGetInfoScRsp = 7372, + CmdLobbyInteractScRsp = 7393, + CmdLobbyInviteScNotify = 7384, + CmdLobbyQuitCsReq = 7369, + CmdLobbyModifyPlayerInfoCsReq = 7367, + CmdLobbyQuitScRsp = 7376, + CmdLobbyInteractScNotify = 7380, + CmdLobbyCreateScRsp = 7377, + CmdLobbyKickOutScRsp = 7360, + CmdLobbyModifyPlayerInfoScRsp = 7389, + CmdLobbyInviteCsReq = 7356, + CmdLobbyStartFightScRsp = 7387, + CmdLobbyJoinCsReq = 7368, + CmdGetMailScRsp = 891, + CmdDelMailScRsp = 821, + CmdDelMailCsReq = 827, + CmdTakeMailAttachmentScRsp = 859, + CmdGetMailCsReq = 820, + CmdNewMailScNotify = 854, + CmdMarkReadMailScRsp = 839, + CmdTakeMailAttachmentCsReq = 870, + CmdMarkReadMailCsReq = 867, + CmdInteractChargerScRsp = 6839, + CmdLeaveMapRotationRegionScNotify = 6873, + CmdResetMapRotationRegionCsReq = 6805, + CmdRemoveRotaterScRsp = 6852, + CmdEnterMapRotationRegionCsReq = 6820, + CmdUpdateRotaterScNotify = 6868, + CmdGetMapRotationDataCsReq = 6880, + CmdGetMapRotationDataScRsp = 6802, + CmdInteractChargerCsReq = 6867, + CmdResetMapRotationRegionScRsp = 6874, + CmdDeployRotaterCsReq = 6827, + CmdRemoveRotaterCsReq = 6838, + CmdUpdateEnergyScNotify = 6898, + CmdUpdateMapRotationDataScNotify = 6885, + CmdLeaveMapRotationRegionCsReq = 6854, + CmdLeaveMapRotationRegionScRsp = 6877, + CmdEnterMapRotationRegionScRsp = 6891, + CmdRotateMapCsReq = 6870, + CmdRotateMapScRsp = 6859, + CmdDeployRotaterScRsp = 6821, + CmdMarbleLevelFinishScRsp = 8286, + CmdMarbleUpdateShownSealCsReq = 8284, + CmdMarbleShopBuyScRsp = 8281, + CmdMarbleGetDataCsReq = 8288, + CmdMarblePvpDataUpdateScNotify = 8273, + CmdMarbleUnlockSealScNotify = 8275, + CmdMarbleUpdateShownSealScRsp = 8289, + CmdMarbleGetDataScRsp = 8279, + CmdMarbleLevelFinishCsReq = 8280, + CmdMarbleShopBuyCsReq = 8277, + CmdGetMarkChestScRsp = 8189, + CmdUpdateMarkChestScRsp = 8196, + CmdGetMarkChestCsReq = 8198, + CmdUpdateMarkChestCsReq = 8190, + CmdMarkChestChangedScNotify = 8187, + CmdCancelMatchScRsp = 7336, + CmdStartMatchScRsp = 7327, + CmdCancelMatchCsReq = 7318, + CmdGetCrossInfoScRsp = 7317, + CmdStartMatchCsReq = 7349, + CmdMatchResultScNotify = 7311, + CmdGetCrossInfoCsReq = 7337, + CmdMatchThreeV2ScNotify = 7434, + CmdMatchThreeV2GetDataScRsp = 7412, + CmdMatchThreeV2LevelEndScRsp = 7428, + CmdMatchThreeLevelEndScRsp = 7436, + CmdMatchThreeGetDataCsReq = 7449, + CmdMatchThreeV2LevelEndCsReq = 7406, + CmdMatchThreeSetBirdPosCsReq = 7437, + CmdMatchThreeV2SetBirdPosCsReq = 7419, + CmdMatchThreeLevelEndCsReq = 7418, + CmdMatchThreeV2BattleItemLevelUpScRsp = 7445, + CmdMatchThreeGetDataScRsp = 7427, + CmdMatchThreeV2SetBirdPosScRsp = 7426, + CmdMatchThreeV2PvpFinishScNotify = 7446, + CmdMatchThreeSyncDataScNotify = 7411, + CmdMatchThreeV2BattleItemLevelUpCsReq = 7410, + CmdMatchThreeV2GetDataCsReq = 7439, + CmdMatchThreeSetBirdPosScRsp = 7417, + CmdGetMissionMessageInfoCsReq = 2780, + CmdGetNpcStatusCsReq = 2767, + CmdFinishItemIdScRsp = 2721, + CmdGetNpcMessageGroupCsReq = 2720, + CmdFinishPerformSectionIdCsReq = 2754, + CmdFinishSectionIdCsReq = 2770, + CmdGetNpcStatusScRsp = 2739, + CmdGetMissionMessageInfoScRsp = 2702, + CmdFinishSectionIdScRsp = 2759, + CmdGetNpcMessageGroupScRsp = 2791, + CmdFinishPerformSectionIdScRsp = 2777, + CmdFinishItemIdCsReq = 2727, + CmdUpdateMovieRacingDataScRsp = 4109, + CmdUpdateGunPlayDataCsReq = 4144, + CmdTriggerVoiceScRsp = 4174, + CmdGetOrigamiPropInfoCsReq = 4185, + CmdTakePictureCsReq = 4127, + CmdMazeKillDirectScRsp = 4169, + CmdSubmitOrigamiItemScRsp = 4198, + CmdSecurityReportCsReq = 4180, + CmdTriggerVoiceCsReq = 4105, + CmdShareCsReq = 4120, + CmdSubmitOrigamiItemCsReq = 4173, + CmdCancelCacheNotifyScRsp = 4177, + CmdSecurityReportScRsp = 4102, + CmdGetGunPlayDataCsReq = 4106, + CmdCancelDirectDeliveryNoticeCsReq = 4124, + CmdGetShareDataScRsp = 4139, + CmdGetGunPlayDataScRsp = 4131, + CmdGetMovieRacingDataScRsp = 4136, + CmdGetShareDataCsReq = 4167, + CmdGetOrigamiPropInfoScRsp = 4138, + CmdCancelCacheNotifyCsReq = 4154, + CmdShareScRsp = 4191, + CmdDifficultyAdjustmentGetDataScRsp = 4184, + CmdUpdateMovieRacingDataCsReq = 4187, + CmdDifficultyAdjustmentUpdateDataCsReq = 4178, + CmdDirectDeliveryScNotify = 4103, + CmdDifficultyAdjustmentGetDataCsReq = 4141, + CmdDifficultyAdjustmentUpdateDataScRsp = 4134, + CmdUpdateGunPlayDataScRsp = 4149, + CmdTakePictureScRsp = 4121, + CmdCancelDirectDeliveryNoticeScRsp = 4128, + CmdMazeKillDirectCsReq = 4145, + CmdGetMovieRacingDataCsReq = 4194, + CmdSyncTaskScRsp = 1270, + CmdFinishedMissionScNotify = 1222, + CmdGetMainMissionCustomValueScRsp = 1269, + CmdGetMissionDataCsReq = 1220, + CmdUpdateTrackMainMissionIdCsReq = 1228, + CmdFinishCosumeItemMissionScRsp = 1274, + CmdFinishTalkMissionScRsp = 1239, + CmdUpdateMainMissionCustomValueScRsp = 1218, + CmdAcceptMainMissionCsReq = 1278, + CmdFinishCosumeItemMissionCsReq = 1205, + CmdSubMissionRewardScNotify = 1231, + CmdMissionAcceptScNotify = 1203, + CmdGetMissionDataScRsp = 1291, + CmdStartFinishMainMissionScNotify = 1284, + CmdFinishTalkMissionCsReq = 1267, + CmdGetMissionStatusCsReq = 1268, + CmdUpdateTrackMainMissionIdScRsp = 1223, + CmdTeleportToMissionResetPointCsReq = 1244, + CmdUpdateMainMissionCustomValueCsReq = 1240, + CmdSyncTaskCsReq = 1221, + CmdTeleportToMissionResetPointScRsp = 1249, + CmdAcceptMainMissionScRsp = 1234, + CmdGetMissionStatusScRsp = 1294, + CmdMissionRewardScNotify = 1227, + CmdGetMainMissionCustomValueCsReq = 1245, + CmdStartFinishSubMissionScNotify = 1241, + CmdMissionGroupWarnScNotify = 1202, + CmdGetSocialEventServerCacheCsReq = 7053, + CmdMonopolyConfirmRandomScRsp = 7068, + CmdGetMbtiReportScRsp = 7089, + CmdMonopolyGuessChooseCsReq = 7040, + CmdMonopolyGameCreateScNotify = 7022, + CmdMonopolyEventLoadUpdateScNotify = 7001, + CmdMonopolyConditionUpdateScNotify = 7058, + CmdGetMonopolyFriendRankingListCsReq = 7016, + CmdMonopolyRollDiceCsReq = 7021, + CmdMonopolySttUpdateScNotify = 7079, + CmdGetMonopolyMbtiReportRewardCsReq = 7082, + CmdMonopolyLikeScNotify = 7026, + CmdGetSocialEventServerCacheScRsp = 7033, + CmdMonopolyReRollRandomCsReq = 7085, + CmdMonopolyGetRegionProgressCsReq = 7030, + CmdMonopolyUpgradeAssetScRsp = 7009, + CmdMonopolyRollDiceScRsp = 7070, + CmdDailyFirstEnterMonopolyActivityCsReq = 7005, + CmdMonopolyGiveUpCurContentScRsp = 7031, + CmdMonopolyGetRafflePoolInfoScRsp = 7011, + CmdMonopolyReRollRandomScRsp = 7038, + CmdMonopolyTakePhaseRewardCsReq = 7051, + CmdMonopolyClickCellScRsp = 7066, + CmdMonopolyTakeRaffleTicketRewardCsReq = 7062, + CmdMonopolyGameSettleScNotify = 7034, + CmdGetMonopolyInfoCsReq = 7020, + CmdMonopolyGiveUpCurContentCsReq = 7006, + CmdMonopolyRollRandomCsReq = 7073, + CmdMonopolyScrachRaffleTicketCsReq = 7086, + CmdMonopolyUpgradeAssetCsReq = 7087, + CmdGetMonopolyDailyReportCsReq = 7061, + CmdMonopolyGameGachaCsReq = 7045, + CmdDailyFirstEnterMonopolyActivityScRsp = 7074, + CmdMonopolyClickMbtiReportCsReq = 7046, + CmdMonopolyAcceptQuizCsReq = 7028, + CmdGetMonopolyFriendRankingListScRsp = 7093, + CmdMonopolyGuessBuyInformationScRsp = 7019, + CmdMonopolyMoveScRsp = 7054, + CmdDeleteSocialEventServerCacheScRsp = 7048, + CmdMonopolyGameRaiseRatioScRsp = 7078, + CmdMonopolySocialEventEffectScNotify = 7035, + CmdMonopolyAcceptQuizScRsp = 7023, + CmdMonopolyGetDailyInitItemScRsp = 7100, + CmdMonopolyGuessBuyInformationCsReq = 7047, + CmdGetMbtiReportCsReq = 7090, + CmdMonopolyGuessChooseScRsp = 7018, + CmdMonopolyScrachRaffleTicketScRsp = 7075, + CmdMonopolyQuizDurationChangeScNotify = 7071, + CmdMonopolyContentUpdateScNotify = 7041, + CmdMonopolyActionResultScNotify = 7067, + CmdGetMonopolyInfoScRsp = 7091, + CmdMonopolyEventSelectFriendCsReq = 7037, + CmdMonopolyBuyGoodsScRsp = 7036, + CmdMonopolyGetDailyInitItemCsReq = 7017, + CmdMonopolySelectOptionCsReq = 7077, + CmdMonopolyConfirmRandomCsReq = 7052, + CmdMonopolyClickMbtiReportScRsp = 7042, + CmdMonopolyCheatDiceScRsp = 7049, + CmdMonopolySelectOptionScRsp = 7080, + CmdMonopolyLikeScRsp = 7057, + CmdMonopolyGuessDrawScNotify = 7055, + CmdMonopolyTakePhaseRewardScRsp = 7056, + CmdMonopolyMoveCsReq = 7059, + CmdMonopolyTakeRaffleTicketRewardScRsp = 7014, + CmdMonopolyGetRaffleTicketCsReq = 7043, + CmdMonopolyGameRaiseRatioCsReq = 7084, + CmdMonopolyCellUpdateNotify = 7039, + CmdMonopolyGetRegionProgressScRsp = 7083, + CmdMonopolyGameBingoFlipCardCsReq = 7003, + CmdMonopolyGameGachaScRsp = 7069, + CmdMonopolyGetRaffleTicketScRsp = 7012, + CmdGetMonopolyDailyReportScRsp = 7008, + CmdMonopolyLikeCsReq = 7064, + CmdMonopolyBuyGoodsCsReq = 7094, + CmdMonopolyGameBingoFlipCardScRsp = 7024, + CmdDeleteSocialEventServerCacheCsReq = 7007, + CmdMonopolyCheatDiceCsReq = 7044, + CmdGetMonopolyMbtiReportRewardScRsp = 7099, + CmdMonopolyGetRafflePoolInfoCsReq = 7032, + CmdMonopolyClickCellCsReq = 7097, + CmdMonopolyDailySettleScNotify = 7096, + CmdMonopolyEventSelectFriendScRsp = 7072, + CmdMonopolyRollRandomScRsp = 7098, + CmdMultiplayerFightGameStateScRsp = 1091, + CmdMultiplayerFightGameFinishScNotify = 1059, + CmdMultiplayerFightGameStateCsReq = 1020, + CmdMultiplayerMatch3FinishScNotify = 1054, + CmdMultiplayerFightGiveUpScRsp = 1021, + CmdMultiplayerGetFightGateCsReq = 1067, + CmdMultiplayerFightGiveUpCsReq = 1027, + CmdMultiplayerFightGameStartScNotify = 1070, + CmdMultiplayerGetFightGateScRsp = 1039, + CmdGetMultipleDropInfoScRsp = 4691, + CmdGetMultipleDropInfoCsReq = 4620, + CmdMultipleDropInfoScNotify = 4667, + CmdGetPlayerReturnMultiDropInfoCsReq = 4639, + CmdMultipleDropInfoNotify = 4621, + CmdGetPlayerReturnMultiDropInfoScRsp = 4627, + CmdUpgradeAreaStatScRsp = 4398, + CmdMuseumTakeCollectRewardCsReq = 4349, + CmdMuseumRandomEventQueryCsReq = 4368, + CmdGetExhibitScNotify = 4377, + CmdMuseumInfoChangedScNotify = 4385, + CmdMuseumRandomEventQueryScRsp = 4394, + CmdRemoveStuffFromAreaScRsp = 4359, + CmdGetStuffScNotify = 4354, + CmdBuyNpcStuffScRsp = 4339, + CmdRemoveStuffFromAreaCsReq = 4370, + CmdUpgradeAreaStatCsReq = 4373, + CmdBuyNpcStuffCsReq = 4367, + CmdSetStuffToAreaScRsp = 4321, + CmdGetMuseumInfoCsReq = 4320, + CmdMuseumTargetMissionFinishNotify = 4331, + CmdFinishCurTurnScRsp = 4302, + CmdMuseumRandomEventSelectScRsp = 4387, + CmdMuseumFundsChangedScNotify = 4338, + CmdGetMuseumInfoScRsp = 4391, + CmdMuseumTargetStartNotify = 4306, + CmdSetStuffToAreaCsReq = 4327, + CmdMuseumRandomEventSelectCsReq = 4336, + CmdUpgradeAreaCsReq = 4305, + CmdUpgradeAreaScRsp = 4374, + CmdMuseumTargetRewardNotify = 4344, + CmdMuseumDispatchFinishedScNotify = 4309, + CmdFinishCurTurnCsReq = 4380, + CmdMuseumTakeCollectRewardScRsp = 4341, + CmdMuseumRandomEventStartScNotify = 4352, + CmdMusicRhythmMaxDifficultyLevelsUnlockNotify = 7590, + CmdMusicRhythmSaveSongConfigDataCsReq = 7580, + CmdMusicRhythmDataScRsp = 7596, + CmdMusicRhythmUnlockSongSfxScNotify = 7593, + CmdMusicRhythmStartLevelCsReq = 7576, + CmdMusicRhythmUnlockSongNotify = 7599, + CmdMusicRhythmDataCsReq = 7572, + CmdMusicRhythmFinishLevelScRsp = 7584, + CmdMusicRhythmSaveSongConfigDataScRsp = 7597, + CmdMusicRhythmFinishLevelCsReq = 7583, + CmdMusicRhythmUnlockTrackScNotify = 7586, + CmdMusicRhythmStartLevelScRsp = 7577, + CmdSubmitOfferingItemCsReq = 6930, + CmdSubmitOfferingItemScRsp = 6936, + CmdTakeOfferingRewardCsReq = 6927, + CmdGetOfferingInfoCsReq = 6938, + CmdTakeOfferingRewardScRsp = 6931, + CmdOfferingInfoScNotify = 6925, + CmdGetOfferingInfoScRsp = 6929, + CmdAcceptedPamMissionExpireScRsp = 4091, + CmdAcceptedPamMissionExpireCsReq = 4020, + CmdSyncAcceptedPamMissionNotify = 4067, + CmdSelectPamSkinScRsp = 8136, + CmdGetPamSkinDataScRsp = 8129, + CmdUnlockPamSkinScNotify = 8127, + CmdGetPamSkinDataCsReq = 8138, + CmdSelectPamSkinCsReq = 8130, + CmdParkourGetDataScRsp = 8389, + CmdParkourStartLevelScRsp = 8391, + CmdParkourStartLevelCsReq = 8387, + CmdParkourGetDataCsReq = 8398, + CmdParkourEndLevelScRsp = 8383, + CmdParkourGetRankingInfoScRsp = 8396, + CmdParkourEndLevelCsReq = 8385, + CmdParkourGetRankingInfoCsReq = 8390, + CmdRecallPetScRsp = 7607, + CmdCurPetChangedScNotify = 7612, + CmdSummonPetCsReq = 7605, + CmdGetPetDataScRsp = 7611, + CmdRecallPetCsReq = 7620, + CmdGetPetDataCsReq = 7609, + CmdSummonPetScRsp = 7610, + CmdSelectPhoneCaseScRsp = 5177, + CmdUnlockPhoneThemeScNotify = 5159, + CmdSelectChatBubbleScRsp = 5139, + CmdSelectPhoneThemeScRsp = 5170, + CmdSelectPhoneCaseCsReq = 5154, + CmdUnlockPhoneCaseScNotify = 5180, + CmdUnlockChatBubbleScNotify = 5127, + CmdGetPhoneDataCsReq = 5120, + CmdGetPhoneDataScRsp = 5191, + CmdSelectChatBubbleCsReq = 5167, + CmdSelectPhoneThemeCsReq = 5121, + CmdPlanetFesCollectIncomeScRsp = 8211, + CmdPlanetFesUpgradeFesLevelScRsp = 8244, + CmdPlanetFesTakeQuestRewardScRsp = 8225, + CmdPlanetFesUseItemScRsp = 8250, + CmdPlanetFesGetBusinessDayInfoScRsp = 8230, + CmdPlanetFesClientStatusScRsp = 8245, + CmdPlanetFesUpgradeSkillLevelCsReq = 8248, + CmdPlanetFesDealAvatarEventOptionItemCsReq = 8220, + CmdPlanetFesGameBingoFlipScRsp = 8223, + CmdPlanetFesFriendRankingInfoChangeScNotify = 8208, + CmdPlanetFesSetAvatarWorkCsReq = 8237, + CmdPlanetFesCollectAllIncomeScRsp = 8228, + CmdPlanetFesSetAvatarWorkScRsp = 8217, + CmdPlanetFesAvatarLevelUpScRsp = 8246, + CmdPlanetFesBonusEventInteractScRsp = 8242, + CmdPlanetFesBuyLandScRsp = 8212, + CmdPlanetFesClientStatusCsReq = 8210, + CmdPlanetFesTakeRegionPhaseRewardScRsp = 8204, + CmdPlanetFesSetCustomKeyValueCsReq = 8238, + CmdPlanetFesDeliverPamCargoCsReq = 8240, + CmdPlanetFesBuyLandCsReq = 8239, + CmdPlanetFesUpgradeFesLevelCsReq = 8233, + CmdPlanetFesUpgradeSkillLevelScRsp = 8232, + CmdPlanetFesGetBusinessDayInfoCsReq = 8243, + CmdPlanetFesUseItemCsReq = 8209, + CmdPlanetFesBusinessDayRefreshEventScRsp = 8213, + CmdPlanetFesChooseAvatarEventOptionScRsp = 8201, + CmdPlanetFesDoGachaCsReq = 8219, + CmdPlanetFesSetCustomKeyValueScRsp = 8241, + CmdPlanetFesCollectAllIncomeCsReq = 8206, + CmdPlanetFesStartMiniGameScRsp = 8247, + CmdPlanetFesGetAvatarStatScRsp = 8207, + CmdPlanetFesStartMiniGameCsReq = 8235, + CmdPlanetFesDealAvatarEventOptionItemScRsp = 8216, + CmdGetPlanetFesDataCsReq = 8249, + CmdPlanetFesGameBingoFlipCsReq = 8229, + CmdPlanetFesDoGachaScRsp = 8226, + CmdPlanetFesBusinessDayRefreshEventCsReq = 8203, + CmdPlanetFesTakeQuestRewardCsReq = 8222, + CmdPlanetFesTakeRegionPhaseRewardCsReq = 8231, + CmdPlanetFesGetFriendRankingInfoListScRsp = 8202, + CmdGetPlanetFesDataScRsp = 8227, + CmdPlanetFesBonusEventInteractCsReq = 8221, + CmdPlanetFesDeliverPamCargoScRsp = 8224, + CmdPlanetFesGetFriendRankingInfoListCsReq = 8205, + CmdPlanetFesAvatarLevelUpCsReq = 8234, + CmdPlanetFesGetAvatarStatCsReq = 8215, + CmdPlanetFesChooseAvatarEventOptionCsReq = 8214, + CmdPlanetFesCollectIncomeCsReq = 8236, + CmdPlanetFesSyncChangeScNotify = 8218, + CmdPlanetFesHandleCardPieceApplyCsReq = 8302, + CmdPlanetFesHandleCardPieceApplyScRsp = 8300, + CmdPlanetFesGetFriendCardPieceScRsp = 8326, + CmdPlanetFesGetFriendCardPieceCsReq = 8308, + CmdPlanetFesApplyCardPieceScRsp = 8329, + CmdPlanetFesGiveCardPieceScRsp = 8309, + CmdPlanetFesChangeCardPieceApplyPermissionScRsp = 8327, + CmdPlanetFesGetExtraCardPieceInfoScRsp = 8317, + CmdPlanetFesGetOfferedCardPieceCsReq = 8335, + CmdPlanetFesGetOfferedCardPieceScRsp = 8296, + CmdPlanetFesLargeBonusInteractCsReq = 8316, + CmdPlanetFesGiveCardPieceCsReq = 8318, + CmdPlanetFesEnterNextBusinessDayCsReq = 8336, + CmdPlanetFesGetExtraCardPieceInfoCsReq = 8339, + CmdPlanetFesApplyCardPieceCsReq = 8307, + CmdPlanetFesEnterNextBusinessDayScRsp = 8312, + CmdPlanetFesLargeBonusInteractScRsp = 8324, + CmdPlanetFesChangeCardPieceApplyPermissionCsReq = 8301, + CmdUpdatePsnSettingsInfoScRsp = 82, + CmdGateServerScNotify = 37, + CmdGetLevelRewardTakenListCsReq = 36, + CmdSetNicknameScRsp = 94, + CmdDailyRefreshNotify = 60, + CmdSetRedPointStatusScNotify = 62, + CmdQueryProductInfoScRsp = 55, + CmdStaminaInfoScNotify = 83, + CmdPlayerGetTokenCsReq = 27, + CmdUpdateFeatureSwitchScNotify = 63, + CmdSetLanguageScRsp = 41, + CmdAceAntiCheaterCsReq = 93, + CmdPlayerLoginFinishCsReq = 48, + CmdPlayerGetTokenScRsp = 21, + CmdSetGameplayBirthdayScRsp = 16, + CmdGetLevelRewardTakenListScRsp = 87, + CmdSetMultipleAvatarPathsScRsp = 92, + CmdUpdatePlayerSettingCsReq = 32, + CmdUpdatePsnSettingsInfoCsReq = 79, + CmdGetSecretKeyInfoScRsp = 7, + CmdPlayerLoginScRsp = 91, + CmdClientObjDownloadDataScNotify = 51, + CmdGetLevelRewardCsReq = 9, + CmdGetLevelRewardScRsp = 6, + CmdRetcodeNotify = 26, + CmdGmTalkScNotify = 59, + CmdReserveStaminaExchangeScRsp = 30, + CmdGetVideoVersionKeyCsReq = 43, + CmdClientDownloadDataScNotify = 71, + CmdSetPlayerInfoCsReq = 40, + CmdPlayerLoginCsReq = 20, + CmdGetBasicInfoScRsp = 95, + CmdSetGameplayBirthdayCsReq = 96, + CmdGetSecretKeyInfoCsReq = 33, + CmdPlayerLogoutCsReq = 67, + CmdSetGenderCsReq = 23, + CmdExchangeStaminaCsReq = 74, + CmdPlayerKickOutScNotify = 54, + CmdClientObjUploadCsReq = 56, + CmdSetMultipleAvatarPathsCsReq = 42, + CmdSetAvatarPathScRsp = 97, + CmdAntiAddictScNotify = 52, + CmdPlayerHeartBeatCsReq = 90, + CmdGetGameStateServiceConfigCsReq = 10, + CmdServerAnnounceNotify = 84, + CmdGmTalkCsReq = 77, + CmdSetLanguageCsReq = 49, + CmdQueryProductInfoCsReq = 19, + CmdSetPlayerInfoScRsp = 18, + CmdSetAvatarPathCsReq = 8, + CmdGetAuthkeyCsReq = 98, + CmdExchangeStaminaScRsp = 73, + CmdPlayerHeartBeatScRsp = 89, + CmdRegionStopScNotify = 38, + CmdGmTalkScRsp = 80, + CmdAceAntiCheaterScRsp = 64, + CmdSetGenderScRsp = 22, + CmdGetBasicInfoCsReq = 50, + CmdSetNicknameCsReq = 68, + CmdClientObjUploadScRsp = 1, + CmdUpdatePlayerSettingScRsp = 11, + CmdPlayerLogoutScRsp = 39, + CmdGetVideoVersionKeyScRsp = 12, + CmdGetAuthkeyScRsp = 85, + CmdReserveStaminaExchangeCsReq = 75, + CmdPlayerLoginFinishScRsp = 25, + CmdUnlockAvatarPathCsReq = 58, + CmdMonthCardRewardNotify = 57, + CmdFeatureSwitchClosedScNotify = 72, + CmdAvatarPathChangedNotify = 100, + CmdGetGameStateServiceConfigScRsp = 4, + CmdUnlockAvatarPathScRsp = 46, + CmdSetAssistAvatarCsReq = 2802, + CmdSetSignatureCsReq = 2877, + CmdSetHeadIconScRsp = 2839, + CmdGetPlayerBoardDataCsReq = 2820, + CmdGetPlayerBoardDataScRsp = 2891, + CmdSetPersonalCardScRsp = 2873, + CmdSetIsDisplayAvatarInfoScRsp = 2859, + CmdSetIsDisplayAvatarInfoCsReq = 2870, + CmdSetPersonalCardCsReq = 2874, + CmdSetDisplayAvatarCsReq = 2827, + CmdSetAssistAvatarScRsp = 2805, + CmdSetHeadIconCsReq = 2867, + CmdUnlockHeadIconScNotify = 2854, + CmdSetSignatureScRsp = 2880, + CmdSetDisplayAvatarScRsp = 2821, + CmdPlayerReturnPointChangeScNotify = 4539, + CmdPlayerReturnTakeRewardCsReq = 4570, + CmdPlayerReturnTakePointRewardScRsp = 4521, + CmdPlayerReturnTakeRelicCsReq = 4502, + CmdPlayerReturnSignScRsp = 4567, + CmdPlayerReturnForceFinishScNotify = 4580, + CmdPlayerReturnInfoQueryCsReq = 4554, + CmdPlayerReturnTakeRelicScRsp = 4505, + CmdPlayerReturnSignCsReq = 4591, + CmdPlayerReturnInfoQueryScRsp = 4577, + CmdPlayerReturnTakePointRewardCsReq = 4527, + CmdPlayerReturnTakeRewardScRsp = 4559, + CmdPlayerReturnStartScNotify = 4520, + CmdFinishPlotScRsp = 1191, + CmdFinishPlotCsReq = 1120, + CmdSummonPunkLordMonsterScRsp = 3259, + CmdGetPunkLordBattleRecordScRsp = 3245, + CmdGetKilledPunkLordMonsterDataScRsp = 3206, + CmdPunkLordMonsterInfoScNotify = 3273, + CmdPunkLordDataChangeNotify = 3278, + CmdGetPunkLordMonsterDataCsReq = 3220, + CmdPunkLordBattleResultScNotify = 3287, + CmdStartPunkLordRaidScRsp = 3239, + CmdGetPunkLordBattleRecordCsReq = 3234, + CmdPunkLordRaidTimeOutScNotify = 3252, + CmdSummonPunkLordMonsterCsReq = 3270, + CmdTakeKilledPunkLordMonsterScoreCsReq = 3241, + CmdSharePunkLordMonsterScRsp = 3221, + CmdSharePunkLordMonsterCsReq = 3227, + CmdGetPunkLordMonsterDataScRsp = 3291, + CmdTakeKilledPunkLordMonsterScoreScRsp = 3284, + CmdPunkLordMonsterKilledNotify = 3249, + CmdTakePunkLordPointRewardCsReq = 3205, + CmdTakePunkLordPointRewardScRsp = 3274, + CmdGetPunkLordDataScRsp = 3285, + CmdGetKilledPunkLordMonsterDataCsReq = 3209, + CmdGetPunkLordDataCsReq = 3298, + CmdStartPunkLordRaidCsReq = 3267, + CmdGetQuestDataCsReq = 920, + CmdFinishQuestScRsp = 980, + CmdGetQuestRecordScRsp = 959, + CmdTakeQuestOptionalRewardScRsp = 905, + CmdBatchGetQuestDataCsReq = 973, + CmdTakeQuestOptionalRewardCsReq = 902, + CmdGetQuestRecordCsReq = 970, + CmdGetQuestDataScRsp = 991, + CmdTakeQuestRewardScRsp = 939, + CmdBatchGetQuestDataScRsp = 998, + CmdQuestRecordScNotify = 954, + CmdFinishQuestCsReq = 977, + CmdTakeQuestRewardCsReq = 967, + CmdRaidInfoNotify = 2227, + CmdTakeChallengeRaidRewardCsReq = 2259, + CmdGetAllSaveRaidScRsp = 2238, + CmdGetSaveRaidScRsp = 2298, + CmdGetAllSaveRaidCsReq = 2285, + CmdGetRaidInfoCsReq = 2280, + CmdSetClientRaidTargetCountScRsp = 2274, + CmdChallengeRaidNotify = 2277, + CmdGetChallengeRaidInfoCsReq = 2221, + CmdTakeChallengeRaidRewardScRsp = 2254, + CmdDelSaveRaidScNotify = 2252, + CmdStartRaidCsReq = 2220, + CmdGetChallengeRaidInfoScRsp = 2270, + CmdGetSaveRaidCsReq = 2273, + CmdGetRaidInfoScRsp = 2202, + CmdStartRaidScRsp = 2291, + CmdSetClientRaidTargetCountCsReq = 2205, + CmdRaidKickByServerScNotify = 2268, + CmdLeaveRaidCsReq = 2267, + CmdLeaveRaidScRsp = 2239, + CmdRaidCollectionEnterNextRaidCsReq = 6956, + CmdRaidCollectionDataScNotify = 6950, + CmdRaidCollectionDataCsReq = 6958, + CmdRaidCollectionDataScRsp = 6949, + CmdRaidCollectionEnterNextRaidScRsp = 6947, + CmdTakeRechargeBenefitRewardScRsp = 8374, + CmdSyncRechargeBenefitInfoScNotify = 8365, + CmdTakeRechargeGiftRewardCsReq = 8370, + CmdGetRechargeGiftInfoCsReq = 8378, + CmdTakeRechargeBenefitRewardCsReq = 8363, + CmdGetRechargeGiftInfoScRsp = 8369, + CmdTakeRechargeGiftRewardScRsp = 8376, + CmdGetRechargeBenefitInfoCsReq = 8367, + CmdGetRechargeBenefitInfoScRsp = 8371, + CMD_RECOMMEND_TYPE_NONE = 0, + CmdGetBigDataRecommendScRsp = 2439, + CmdGetBigDataRecommendCsReq = 2417, + CmdGetBigDataAllRecommendScRsp = 2410, + CmdGetBigDataAllRecommendCsReq = 2412, + CmdGetChallengeRecommendLineupListCsReq = 2411, + CmdGetChallengeRecommendLineupListScRsp = 2437, + CmdGetAllRedDotDataCsReq = 5949, + CmdUpdateRedDotDataScRsp = 5936, + CmdGetAllRedDotDataScRsp = 5927, + CmdUpdateRedDotDataCsReq = 5918, + CmdGetSingleRedDotParamGroupCsReq = 5911, + CmdGetSingleRedDotParamGroupScRsp = 5937, + CmdRelicSmartWearGetPinRelicCsReq = 8262, + CmdRelicSmartWearPinRelicCsReq = 8264, + CmdRelicSmartWearUpdatePlanCsReq = 8257, + CmdRelicSmartWearDeletePlanScRsp = 8253, + CmdRelicSmartWearUpdatePlanScRsp = 8261, + CmdRelicSmartWearPinRelicScRsp = 8269, + CmdRelicSmartWearAddPlanCsReq = 8260, + CmdRelicSmartWearGetPlanScRsp = 8259, + CmdRelicSmartWearGetPinRelicScRsp = 8256, + CmdRelicSmartWearUpdatePinRelicScNotify = 8263, + CmdRelicSmartWearDeletePlanCsReq = 8255, + CmdRelicSmartWearAddPlanScRsp = 8266, + CmdRelicSmartWearGetPlanCsReq = 8268, + CmdGetPlayerReplayInfoCsReq = 3567, + CmdGetPlayerReplayInfoScRsp = 3539, + CmdGetReplayTokenCsReq = 3520, + CmdGetReplayTokenScRsp = 3591, + CmdGetRndOptionCsReq = 3420, + CmdGetRndOptionScRsp = 3491, + CmdDailyFirstMeetPamScRsp = 3439, + CmdDailyFirstMeetPamCsReq = 3467, + CmdGetRogueTalentInfoScRsp = 1846, + CmdSyncRogueAreaUnlockScNotify = 1862, + CmdFinishAeonDialogueGroupCsReq = 1817, + CmdGetRogueInfoScRsp = 1891, + CmdEnhanceRogueBuffCsReq = 1806, + CmdSyncRogueAeonScNotify = 1812, + CmdGetRogueBuffEnhanceInfoScRsp = 1809, + CmdGetRogueScoreRewardInfoCsReq = 1851, + CmdSyncRogueSeasonFinishScNotify = 1824, + CmdEnterRogueCsReq = 1827, + CmdEnableRogueTalentScRsp = 1892, + CmdOpenRogueChestCsReq = 1857, + CmdGetRogueAeonInfoCsReq = 1897, + CmdTakeRogueScoreRewardScRsp = 1836, + CmdSyncRoguePickAvatarInfoScNotify = 1829, + CmdGetRogueInitialScoreCsReq = 1818, + CmdStartRogueScRsp = 1839, + CmdPickRogueAvatarScRsp = 1885, + CmdTakeRogueScoreRewardCsReq = 1894, + CmdLeaveRogueCsReq = 1870, + CmdEnterRogueMapRoomCsReq = 1822, + CmdFinishAeonDialogueGroupScRsp = 1900, + CmdGetRogueTalentInfoCsReq = 1858, + CmdEnableRogueTalentCsReq = 1842, + CmdQuitRogueScRsp = 1845, + CmdEnterRogueScRsp = 1821, + CmdSyncRogueVirtualItemInfoScNotify = 1881, + CmdSyncRogueStatusScNotify = 1865, + CmdSyncRogueReviveInfoScNotify = 1878, + CmdSyncRogueAeonLevelUpRewardScNotify = 1811, + CmdReviveRogueAvatarCsReq = 1852, + CmdExchangeRogueRewardKeyScRsp = 1889, + CmdEnterRogueMapRoomScRsp = 1840, + CmdSyncRogueGetItemScNotify = 1814, + CmdQuitRogueCsReq = 1834, + CmdSyncRogueFinishScNotify = 1873, + CmdGetRogueScoreRewardInfoScRsp = 1856, + CmdEnhanceRogueBuffScRsp = 1831, + CmdSyncRogueExploreWinScNotify = 1803, + CmdPickRogueAvatarCsReq = 1898, + CmdStartRogueCsReq = 1867, + CmdOpenRogueChestScRsp = 1826, + CmdTakeRogueAeonLevelRewardScRsp = 1875, + CmdExchangeRogueRewardKeyCsReq = 1890, + CmdLeaveRogueScRsp = 1859, + CmdGetRogueAeonInfoScRsp = 1866, + CmdGetRogueInitialScoreScRsp = 1847, + CmdSyncRogueMapRoomScNotify = 1819, + CmdGetRogueInfoCsReq = 1820, + CmdSyncRogueRewardInfoScNotify = 1888, + CmdGetRogueBuffEnhanceInfoCsReq = 1887, + CmdTakeRogueAeonLevelRewardCsReq = 1886, + CmdReviveRogueAvatarScRsp = 1868, + CmdRogueArcadeGetInfoScRsp = 7689, + CmdRogueArcadeRestartScRsp = 7687, + CmdRogueArcadeStartScRsp = 7677, + CmdRogueArcadeRestartCsReq = 7661, + CmdRogueArcadeGetInfoCsReq = 7667, + CmdRogueArcadeLeaveScRsp = 7686, + CmdRogueArcadeStartCsReq = 7699, + CmdRogueArcadeLeaveCsReq = 7668, + CmdBuyRogueShopBuffScRsp = 5680, + CmdGetRogueCollectionScRsp = 5675, + CmdGetRogueHandbookDataCsReq = 5628, + CmdGetRogueAdventureRoomInfoCsReq = 5674, + CmdGetRogueShopMiracleInfoCsReq = 5639, + CmdStopRogueAdventureRoomCsReq = 5606, + CmdGetEnhanceCommonRogueBuffInfoCsReq = 5694, + CmdRogueWorkbenchGetInfoScRsp = 5612, + CmdTakeRogueEventHandbookRewardScRsp = 5619, + CmdRogueDoGambleCsReq = 5697, + CmdSetRogueCollectionScRsp = 5683, + CmdRogueShopBeginBattleCsReq = 5615, + CmdRogueGetGambleInfoScRsp = 5608, + CmdTakeRogueEventHandbookRewardCsReq = 5647, + CmdStopRogueAdventureRoomScRsp = 5631, + CmdGetEnhanceCommonRogueBuffInfoScRsp = 5636, + CmdRogueDebugReplaySaveScNotify = 5646, + CmdGetRogueExhibitionCsReq = 5632, + CmdRogueShopBeginBattleScRsp = 5676, + CmdSyncRogueCommonDialogueOptionFinishScNotify = 5648, + CmdGetRogueAdventureRoomInfoScRsp = 5673, + CmdGetRogueShopMiracleInfoScRsp = 5627, + CmdEnhanceCommonRogueBuffScRsp = 5609, + CmdRogueWorkbenchGetInfoCsReq = 5643, + CmdHandleRogueCommonPendingActionScRsp = 5664, + CmdBuyRogueShopMiracleScRsp = 5654, + CmdSetRogueExhibitionScRsp = 5656, + CmdEnhanceCommonRogueBuffCsReq = 5687, + CmdGetRogueHandbookDataScRsp = 5623, + CmdSetRogueExhibitionCsReq = 5651, + CmdCommonRogueUpdateScNotify = 5690, + CmdGetRogueShopBuffInfoScRsp = 5670, + CmdBuyRogueShopMiracleCsReq = 5659, + CmdFinishRogueCommonDialogueScRsp = 5633, + CmdUpdateRogueAdventureRoomScoreCsReq = 5663, + CmdSyncRogueCommonActionResultScNotify = 5655, + CmdRogueWorkbenchHandleFuncCsReq = 5662, + CmdSyncRogueHandbookDataUpdateScNotify = 5622, + CmdGetRogueShopBuffInfoCsReq = 5621, + CmdGetRogueShopFormulaInfoCsReq = 5642, + CmdHandleRogueCommonPendingActionCsReq = 5693, + CmdTakeRogueMiracleHandbookRewardScRsp = 5618, + CmdSetRogueCollectionCsReq = 5630, + CmdRogueNpcDisappearScRsp = 5605, + CmdBuyRogueShopFormulaScRsp = 5604, + CmdPrepareRogueAdventureRoomScRsp = 5667, + CmdRogueDoGambleScRsp = 5666, + CmdRogueNpcDisappearCsReq = 5602, + CmdTakeRogueMiracleHandbookRewardCsReq = 5640, + CmdSelectRogueCommonDialogueOptionCsReq = 5672, + CmdGetRogueShopFormulaInfoScRsp = 5692, + CmdCommonRogueQueryCsReq = 5657, + CmdGetRogueCollectionCsReq = 5686, + CmdSyncRogueCommonVirtualItemInfoScNotify = 5695, + CmdRogueWorkbenchHandleFuncScRsp = 5614, + CmdSyncRogueCommonDialogueDataScNotify = 5607, + CmdFinishRogueCommonDialogueCsReq = 5653, + CmdRogueGetGambleInfoCsReq = 5661, + CmdCommonRogueQueryScRsp = 5626, + CmdSyncRogueCommonPendingActionScNotify = 5671, + CmdGetRogueCommonDialogueDataCsReq = 5689, + CmdGetRogueExhibitionScRsp = 5611, + CmdSyncRogueAdventureRoomInfoScNotify = 5620, + CmdUpdateRogueAdventureRoomScoreScRsp = 5650, + CmdBuyRogueShopBuffCsReq = 5677, + CmdSelectRogueCommonDialogueOptionScRsp = 5635, + CmdGetRogueCommonDialogueDataScRsp = 5637, + CmdPrepareRogueAdventureRoomCsReq = 5691, + CmdBuyRogueShopFormulaCsReq = 5610, + CmdRogueEndlessActivityBattleEndScNotify = 6006, + CmdTakeRogueEndlessActivityPointRewardScRsp = 6001, + CmdGetRogueEndlessActivityDataScRsp = 6009, + CmdTakeRogueEndlessActivityPointRewardCsReq = 6007, + CmdTakeRogueEndlessActivityAllBonusRewardCsReq = 6010, + CmdGetRogueEndlessActivityDataCsReq = 6005, + CmdTakeRogueEndlessActivityAllBonusRewardScRsp = 6004, + CmdEnterRogueEndlessActivityStageScRsp = 6003, + CmdEnterRogueEndlessActivityStageCsReq = 6008, + CmdRogueMagicScepterDressInUnitScRsp = 7731, + CmdRogueMagicEnableTalentCsReq = 7703, + CmdRogueMagicEnterLayerCsReq = 7780, + CmdRogueMagicStoryInfoUpdateScNotify = 7719, + CmdRogueMagicEnterRoomCsReq = 7754, + CmdRogueMagicSettleCsReq = 7770, + CmdRogueMagicGetTalentInfoScRsp = 7769, + CmdRogueMagicLeaveScRsp = 7721, + CmdRogueMagicSetAutoDressInMagicUnitCsReq = 7728, + CmdRogueMagicScepterDressInUnitCsReq = 7706, + CmdRogueMagicAutoDressInUnitScRsp = 7747, + CmdRogueMagicQueryCsReq = 7736, + CmdRogueMagicUnitReforgeScRsp = 7734, + CmdRogueMagicEnterLayerScRsp = 7702, + CmdRogueMagicStartScRsp = 7791, + CmdRogueMagicReviveCostUpdateScNotify = 7752, + CmdRogueMagicBattleFailSettleInfoScNotify = 7738, + CmdRogueMagicUnitReforgeCsReq = 7778, + CmdRogueMagicAutoDressInMagicUnitChangeScNotify = 7755, + CmdRogueMagicLevelInfoUpdateScNotify = 7705, + CmdRogueMagicScepterTakeOffUnitCsReq = 7744, + CmdRogueMagicGetMiscRealTimeDataCsReq = 7722, + CmdRogueMagicAreaUpdateScNotify = 7774, + CmdRogueMagicEnterRoomScRsp = 7777, + CmdRogueMagicLeaveCsReq = 7727, + CmdRogueMagicGetTalentInfoCsReq = 7745, + CmdRogueMagicAutoDressInUnitCsReq = 7718, + CmdRogueMagicSettleScRsp = 7759, + CmdRogueMagicQueryScRsp = 7787, + CmdRogueMagicReviveAvatarScRsp = 7794, + CmdRogueMagicUnitComposeCsReq = 7741, + CmdRogueMagicScepterTakeOffUnitScRsp = 7749, + CmdRogueMagicStartCsReq = 7720, + CmdRogueMagicEnableTalentScRsp = 7724, + CmdRogueMagicGetMiscRealTimeDataScRsp = 7740, + CmdRogueMagicEnterCsReq = 7767, + CmdRogueMagicUnitComposeScRsp = 7784, + CmdRogueMagicEnterScRsp = 7739, + CmdRogueMagicReviveAvatarCsReq = 7768, + CmdRogueMagicSetAutoDressInMagicUnitScRsp = 7723, + CmdRogueModifierStageStartNotify = 5377, + CmdRogueModifierUpdateNotify = 5359, + CmdRogueModifierAddNotify = 5367, + CmdRogueModifierDelNotify = 5354, + CmdRogueModifierSelectCellScRsp = 5327, + CmdRogueModifierSelectCellCsReq = 5339, + CmdRogueTournGetSettleInfoCsReq = 6069, + CmdRogueTournSaveBuildRefScRsp = 6083, + CmdRogueTournGetPermanentTalentInfoCsReq = 6028, + CmdRogueTournResetPermanentTalentScRsp = 6012, + CmdRogueTournGetSettleInfoScRsp = 6047, + CmdRogueTournStartCsReq = 6080, + CmdRogueTournWeekChallengeUpdateScNotify = 6043, + CmdRogueTournDifficultyCompNotify = 6072, + CmdRogueTournQueryScRsp = 6058, + CmdRogueTournEnableSeasonTalentCsReq = 6019, + CmdRogueTournEnterRogueCocoonSceneCsReq = 6029, + CmdRogueTournRenameBuildRefCsReq = 6061, + CmdRogueTournConfirmSettleCsReq = 6040, + CmdRogueTournGetAllBuildRefScRsp = 6057, + CmdRogueTournDeleteBuildRefScRsp = 6021, + CmdRogueTournExpNotify = 6026, + CmdRogueTournGetMiscRealTimeDataScRsp = 6034, + CmdRogueTournGetAllArchiveCsReq = 6037, + CmdRogueTournStartScRsp = 6044, + CmdRogueTournClearArchiveNameScNotify = 6032, + CmdRogueTournEnterLayerScRsp = 6035, + CmdRogueTournLeaveCsReq = 6038, + CmdRogueTournSettleCsReq = 6048, + CmdRogueTournEnterLayerCsReq = 6074, + CmdRogueTournGetAllBuildRefCsReq = 6094, + CmdRogueTournLevelInfoUpdateScNotify = 6077, + CmdRogueTournDeleteBuildRefCsReq = 6042, + CmdRogueTournDeleteArchiveScRsp = 6030, + CmdRogueTournLeaveRogueCocoonSceneCsReq = 6085, + CmdRogueTournTakeExpRewardScRsp = 6015, + CmdRogueTournGetCurRogueCocoonInfoCsReq = 6093, + CmdRogueTournHandBookNotify = 6081, + CmdRogueTournResetPermanentTalentCsReq = 6046, + CmdRogueTournGetArchiveRepositoryCsReq = 6049, + CmdRogueTournGetSeasonTalentInfoScRsp = 6017, + CmdRogueTournEnterCsReq = 6065, + CmdRogueTournLeaveScRsp = 6096, + CmdRogueTournDeleteArchiveCsReq = 6089, + CmdRogueTournRenameBuildRefScRsp = 6066, + CmdRogueTournReEnterRogueCocoonStageCsReq = 6050, + CmdRogueTournEnterScRsp = 6073, + CmdRogueTournEnterRoomScRsp = 6031, + CmdRogueTournBattleFailSettleInfoScNotify = 6041, + CmdRogueTournQueryCsReq = 6095, + CmdRogueTournEnableSeasonTalentScRsp = 6090, + CmdRogueTournTitanUpdateTitanBlessProgressScNotify = 6016, + CmdRogueTournGetSeasonTalentInfoCsReq = 6078, + CmdRogueTournEnablePermanentTalentCsReq = 6063, + CmdRogueTournLeaveRogueCocoonSceneScRsp = 6059, + CmdRogueTournConfirmSettleScRsp = 6045, + CmdRogueTournRenameArchiveCsReq = 6088, + CmdRogueTournReviveAvatarScRsp = 6022, + CmdRogueTournReEnterRogueCocoonStageScRsp = 6051, + CmdRogueTournSaveBuildRefCsReq = 6054, + CmdRogueTournEnterRogueCocoonSceneScRsp = 6053, + CmdRogueTournGetArchiveRepositoryScRsp = 6087, + CmdRogueTournGetPermanentTalentInfoScRsp = 6079, + CmdRogueTournAreaUpdateScNotify = 6013, + CmdRogueTournReviveCostUpdateScNotify = 6070, + CmdRogueTournGetMiscRealTimeDataCsReq = 6067, + CmdRogueTournRenameArchiveScRsp = 6055, + CmdRogueTournTakeExpRewardCsReq = 6084, + CmdRogueTournEnterRoomCsReq = 6033, + CmdRogueTournEnablePermanentTalentScRsp = 6064, + CmdRogueTournSettleScRsp = 6062, + CmdRogueTournGetCurRogueCocoonInfoScRsp = 6036, + CmdRogueTournGetAllArchiveScRsp = 6024, + CmdRogueTournReviveAvatarCsReq = 6060, + CmdTakeRollShopRewardCsReq = 6907, + CmdDoGachaInRollShopScRsp = 6916, + CmdGetRollShopInfoCsReq = 6918, + CmdTakeRollShopRewardScRsp = 6911, + CmdDoGachaInRollShopCsReq = 6910, + CmdGetRollShopInfoScRsp = 6909, + CmdSceneCastSkillCostMpScRsp = 1473, + CmdGameplayCounterCountDownCsReq = 1451, + CmdRecoverAllLineupScRsp = 1469, + CmdReturnLastTownScRsp = 1436, + CmdReEnterLastElementStageScRsp = 1433, + CmdSetCurInteractEntityScRsp = 1434, + CmdSetClientPausedCsReq = 1440, + CmdUnlockTeleportNotify = 1488, + CmdRefreshTriggerByClientCsReq = 1458, + CmdSpringRefreshCsReq = 1438, + CmdRecoverAllLineupCsReq = 1445, + CmdSetClientPausedScRsp = 1418, + CmdGetCurSceneInfoCsReq = 1470, + CmdGetUnlockTeleportScRsp = 1483, + CmdSceneReviveAfterRebattleScRsp = 1431, + CmdEntityBindPropScRsp = 1422, + CmdChangePropTimelineInfoCsReq = 1454, + CmdSceneGroupRefreshScNotify = 1479, + CmdGetSceneMapInfoCsReq = 1414, + CmdRefreshTriggerByClientScRsp = 1446, + CmdSceneEnterStageCsReq = 1487, + CmdDeleteSummonUnitCsReq = 1492, + CmdEntityBindPropCsReq = 1423, + CmdEnterSceneScRsp = 1443, + CmdGetUnlockTeleportCsReq = 1430, + CmdLastSpringRefreshTimeNotify = 1468, + CmdSetGroupCustomSaveDataScRsp = 1437, + CmdReEnterLastElementStageCsReq = 1453, + CmdDeleteSummonUnitScRsp = 1410, + CmdEnterSectionCsReq = 1444, + CmdSceneEntityMoveScRsp = 1491, + CmdRefreshTriggerByClientScNotify = 1442, + CmdSetCurInteractEntityCsReq = 1478, + CmdGroupStateChangeCsReq = 1461, + CmdSpringRefreshScRsp = 1452, + CmdOpenChestScNotify = 1432, + CmdSceneCastSkillMpUpdateScNotify = 1498, + CmdEnterSceneCsReq = 1425, + CmdSceneCastSkillScRsp = 1421, + CmdGetSceneMapInfoScRsp = 1486, + CmdSceneCastSkillCsReq = 1427, + CmdSceneEntityTeleportCsReq = 1407, + CmdSyncEntityBuffChangeListScNotify = 1405, + CmdStartCocoonStageCsReq = 1424, + CmdInteractPropScRsp = 1439, + CmdGroupStateChangeScRsp = 1408, + CmdUpdateGroupPropertyCsReq = 1429, + CmdGameplayCounterUpdateScNotify = 1401, + CmdActivateFarmElementScRsp = 1463, + CmdGroupStateChangeScNotify = 1497, + CmdGetEnteredSceneScRsp = 1417, + CmdGetEnteredSceneCsReq = 1466, + CmdTrainWorldIdChangeScNotify = 1415, + CmdUnlockedAreaMapScNotify = 1404, + CmdEnteredSceneChangeScNotify = 1500, + CmdReturnLastTownCsReq = 1494, + CmdEnterSectionScRsp = 1449, + CmdSetGroupCustomSaveDataCsReq = 1489, + CmdSceneEntityTeleportScRsp = 1448, + CmdSceneReviveAfterRebattleCsReq = 1406, + CmdGetCurSceneInfoScRsp = 1459, + CmdGameplayCounterCountDownScRsp = 1456, + CmdSavePointsInfoNotify = 1403, + CmdUpdateFloorSavedValueNotify = 1411, + CmdStartCocoonStageScRsp = 1428, + CmdGameplayCounterRecoverScRsp = 1499, + CmdSceneEntityMoveCsReq = 1420, + CmdSceneUpdatePositionVersionNotify = 1402, + CmdChangePropTimelineInfoScRsp = 1477, + CmdSceneEntityMoveScNotify = 1480, + CmdDeactivateFarmElementCsReq = 1419, + CmdScenePlaneEventScNotify = 1462, + CmdSceneEnterStageScRsp = 1409, + CmdInteractPropCsReq = 1467, + CmdUpdateGroupPropertyScRsp = 1413, + CmdDeactivateFarmElementScRsp = 1455, + CmdGameplayCounterRecoverCsReq = 1482, + CmdUpdateMechanismBarScNotify = 1490, + CmdSceneCastSkillCostMpCsReq = 1474, + CmdActivateFarmElementCsReq = 1471, + CmdSyncServerSceneChangeNotify = 1475, + CmdEnterSceneByServerScNotify = 1412, + CmdGetServerPrefsDataCsReq = 6167, + CmdGetAllServerPrefsDataScRsp = 6191, + CmdUpdateServerPrefsDataCsReq = 6127, + CmdGetAllServerPrefsDataCsReq = 6120, + CmdUpdateServerPrefsDataScRsp = 6121, + CmdGetServerPrefsDataScRsp = 6139, + CmdGetShopListCsReq = 1520, + CmdBuyGoodsCsReq = 1567, + CmdGetShopListScRsp = 1591, + CmdTakeCityShopRewardScRsp = 1521, + CmdTakeCityShopRewardCsReq = 1527, + CmdCityShopInfoScNotify = 1570, + CmdBuyGoodsScRsp = 1539, + CmdSpaceZooOpCatteryCsReq = 6770, + CmdSpaceZooDataCsReq = 6720, + CmdSpaceZooDeleteCatScRsp = 6777, + CmdSpaceZooBornCsReq = 6767, + CmdSpaceZooCatUpdateNotify = 6780, + CmdSpaceZooBornScRsp = 6739, + CmdSpaceZooTakeScRsp = 6773, + CmdSpaceZooMutateScRsp = 6721, + CmdSpaceZooExchangeItemCsReq = 6702, + CmdSpaceZooTakeCsReq = 6774, + CmdSpaceZooDeleteCatCsReq = 6754, + CmdSpaceZooDataScRsp = 6791, + CmdSpaceZooExchangeItemScRsp = 6705, + CmdSpaceZooMutateCsReq = 6727, + CmdSpaceZooOpCatteryScRsp = 6759, + CmdStartStarFightLevelScRsp = 7163, + CmdGetStarFightDataScRsp = 7169, + CmdGetStarFightDataCsReq = 7165, + CmdStarFightDataChangeNotify = 7166, + CmdStartStarFightLevelCsReq = 7168, + CmdStoryLineInfoScNotify = 6267, + CmdGetStoryLineInfoCsReq = 6220, + CmdChangeStoryLineFinishScNotify = 6221, + CmdStoryLineTrialAvatarChangeScNotify = 6270, + CmdGetStoryLineInfoScRsp = 6291, + CmdStrongChallengeActivityBattleEndScNotify = 6627, + CmdEnterStrongChallengeActivityStageCsReq = 6667, + CmdGetStrongChallengeActivityDataScRsp = 6691, + CmdEnterStrongChallengeActivityStageScRsp = 6639, + CmdGetStrongChallengeActivityDataCsReq = 6620, + CmdSummonActivityBattleEndScNotify = 7566, + CmdGetSummonActivityDataCsReq = 7565, + CmdEnterSummonActivityStageCsReq = 7568, + CmdEnterSummonActivityStageScRsp = 7563, + CmdGetSummonActivityDataScRsp = 7569, + CmdSwitchHandResetGameCsReq = 8113, + CmdSwitchHandCoinUpdateScRsp = 8119, + CmdSwitchHandUpdateCsReq = 8105, + CmdSwitchHandResetGameScRsp = 8115, + CmdSwitchHandStartScRsp = 8116, + CmdSwitchHandUpdateScRsp = 8103, + CmdSwitchHandDataScRsp = 8109, + CmdSwitchHandResetHandPosScRsp = 8106, + CmdSwitchHandDataCsReq = 8118, + CmdSwitchHandStartCsReq = 8110, + CmdSwitchHandResetHandPosCsReq = 8112, + CmdSwitchHandFinishScRsp = 8111, + CmdSwitchHandCoinUpdateCsReq = 8114, + CmdSwitchHandFinishCsReq = 8107, + CmdSwordTrainingSetSkillTraceScRsp = 7483, + CmdSwordTrainingTurnActionScRsp = 7461, + CmdSwordTrainingMarkEndingViewedCsReq = 7494, + CmdSwordTrainingSetSkillTraceCsReq = 7491, + CmdGetSwordTrainingDataScRsp = 7468, + CmdSwordTrainingExamResultConfirmScRsp = 7500, + CmdSwordTrainingActionTurnSettleScNotify = 7497, + CmdEnterSwordTrainingExamCsReq = 7469, + CmdSwordTrainingStartGameScRsp = 7475, + CmdSwordTrainingUnlockSyncScNotify = 7464, + CmdSwordTrainingResumeGameCsReq = 7455, + CmdSwordTrainingDialogueSelectOptionCsReq = 7489, + CmdSwordTrainingDailyPhaseConfirmCsReq = 7487, + CmdSwordTrainingGiveUpGameScRsp = 7463, + CmdEnterSwordTrainingExamScRsp = 7476, + CmdSwordTrainingStartGameCsReq = 7472, + CmdSwordTrainingStoryBattleScRsp = 7492, + CmdSwordTrainingRestoreGameCsReq = 7454, + CmdSwordTrainingLearnSkillCsReq = 7484, + CmdSwordTrainingStoryBattleCsReq = 7471, + CmdSwordTrainingSelectEndingScRsp = 7498, + CmdSwordTrainingGameSettleScNotify = 7474, + CmdSwordTrainingStoryConfirmCsReq = 7493, + CmdSwordTrainingRestoreGameScRsp = 7485, + CmdSwordTrainingLearnSkillScRsp = 7496, + CmdSwordTrainingTurnActionCsReq = 7486, + CmdGetSwordTrainingDataCsReq = 7477, + CmdSwordTrainingGameSyncChangeScNotify = 7499, + CmdSwordTrainingStoryConfirmScRsp = 7480, + CmdSwordTrainingGiveUpGameCsReq = 7453, + CmdSwordTrainingExamResultConfirmCsReq = 7459, + CmdSwordTrainingDailyPhaseConfirmScRsp = 7467, + CmdSwordTrainingDialogueSelectOptionScRsp = 7462, + CmdSwordTrainingResumeGameScRsp = 7452, + CmdSwordTrainingMarkEndingViewedScRsp = 7465, + CmdSwordTrainingSelectEndingCsReq = 7466, + CmdPlayerSyncScNotify = 620, + CmdGetNpcTakenRewardScRsp = 2191, + CmdSelectInclinationTextScRsp = 2177, + CmdFinishFirstTalkNpcScRsp = 2159, + CmdGetFirstTalkNpcCsReq = 2127, + CmdTakeTalkRewardScRsp = 2139, + CmdFinishFirstTalkNpcCsReq = 2170, + CmdGetFirstTalkByPerformanceNpcScRsp = 2102, + CmdFinishFirstTalkByPerformanceNpcScRsp = 2174, + CmdSelectInclinationTextCsReq = 2154, + CmdGetFirstTalkNpcScRsp = 2121, + CmdGetNpcTakenRewardCsReq = 2120, + CmdTakeTalkRewardCsReq = 2167, + CmdGetFirstTalkByPerformanceNpcCsReq = 2180, + CmdFinishFirstTalkByPerformanceNpcCsReq = 2105, + CmdTarotBookGetDataScRsp = 8149, + CmdTarotBookOpenPackScRsp = 8156, + CmdTarotBookUnlockInteractionCsReq = 8146, + CmdTarotBookUnlockStoryCsReq = 8147, + CmdTarotBookModifyEnergyScNotify = 8154, + CmdTarotBookUnlockStoryScRsp = 8151, + CmdTarotBookFinishInteractionScRsp = 8152, + CmdTarotBookOpenPackCsReq = 8150, + CmdTarotBookFinishStoryCsReq = 8145, + CmdTarotBookGetDataCsReq = 8158, + CmdTarotBookUnlockInteractionScRsp = 8153, + CmdTarotBookFinishStoryScRsp = 8143, + CmdTarotBookFinishInteractionCsReq = 8159, + CmdTarotBookSyncDataScNotify = 8155, + CmdEnterTelevisionActivityStageCsReq = 6976, + CmdEnterTelevisionActivityStageScRsp = 6967, + CmdTelevisionActivityBattleEndScNotify = 6971, + CmdGetTelevisionActivityDataScRsp = 6969, + CmdTelevisionActivityDataChangeScNotify = 6970, + CmdGetTelevisionActivityDataCsReq = 6978, + CmdTextJoinSaveCsReq = 3820, + CmdTextJoinQueryScRsp = 3839, + CmdTextJoinQueryCsReq = 3867, + CmdTextJoinBatchSaveScRsp = 3821, + CmdTextJoinSaveScRsp = 3891, + CmdTextJoinBatchSaveCsReq = 3827, + CmdGetTrackPhotoActivityDataCsReq = 7555, + CmdGetTrackPhotoActivityDataScRsp = 7559, + CmdSettleTrackPhotoStageCsReq = 7558, + CmdQuitTrackPhotoStageScRsp = 7560, + CmdQuitTrackPhotoStageCsReq = 7551, + CmdStartTrackPhotoStageCsReq = 7556, + CmdSettleTrackPhotoStageScRsp = 7553, + CmdStartTrackPhotoStageScRsp = 7557, + CmdTrainPartyMoveScNotify = 8027, + CmdTrainPartyUpdatePosEnvCsReq = 8078, + CmdTrainPartyBuildDiyCsReq = 8073, + CmdTrainPartyTakeBuildLevelAwardScRsp = 8069, + CmdTrainPartyBuildDiyScRsp = 8098, + CmdTrainPartyEnterScRsp = 8068, + CmdTrainPartyUseCardCsReq = 8067, + CmdTrainPartyGamePlaySettleNotify = 8041, + CmdTrainPartyLeaveScRsp = 8036, + CmdTrainPartySettleNotify = 8070, + CmdTrainPartyGetDataScRsp = 8091, + CmdTrainPartyBuildingUpdateNotify = 8085, + CmdTrainPartyGetDataCsReq = 8020, + CmdTrainPartyEnterCsReq = 8052, + CmdTrainPartyUpdatePosEnvScRsp = 8034, + CmdTrainPartyHandlePendingActionScRsp = 8002, + CmdTrainPartyGamePlayStartScRsp = 8049, + CmdTrainPartyBuildStartStepScRsp = 8074, + CmdTrainPartyGamePlayStartCsReq = 8044, + CmdTrainPartyLeaveCsReq = 8094, + CmdTrainPartyAddBuildDynamicBuffScRsp = 8024, + CmdTrainPartyAddBuildDynamicBuffCsReq = 8003, + CmdTrainPartyHandlePendingActionCsReq = 8080, + CmdTrainPartyBuildStartStepCsReq = 8005, + CmdTrainPartyUseCardScRsp = 8039, + CmdTrainPartyTakeBuildLevelAwardCsReq = 8045, + CmdTrainPartySyncUpdateScNotify = 8054, + CmdTrainVisitorBehaviorFinishScRsp = 3791, + CmdGetTrainVisitorRegisterScRsp = 3759, + CmdGetTrainVisitorBehaviorCsReq = 3767, + CmdTrainVisitorRewardSendNotify = 3721, + CmdGetTrainVisitorRegisterCsReq = 3770, + CmdTakeTrainVisitorUntakenBehaviorRewardCsReq = 3754, + CmdGetTrainVisitorBehaviorScRsp = 3739, + CmdTakeTrainVisitorUntakenBehaviorRewardScRsp = 3777, + CmdTrainVisitorBehaviorFinishCsReq = 3720, + CmdTrainRefreshTimeNotify = 3727, + CmdShowNewSupplementVisitorCsReq = 3780, + CmdShowNewSupplementVisitorScRsp = 3702, + CmdTravelBrochureSetCustomValueScRsp = 6498, + CmdTravelBrochureRemovePasterCsReq = 6454, + CmdTravelBrochureApplyPasterCsReq = 6470, + CmdTravelBrochureUpdatePasterPosScRsp = 6402, + CmdTravelBrochureSelectMessageCsReq = 6427, + CmdTravelBrochureGetPasterScNotify = 6405, + CmdTravelBrochureUpdatePasterPosCsReq = 6480, + CmdTravelBrochureSetPageDescStatusCsReq = 6485, + CmdTravelBrochureApplyPasterListScRsp = 6436, + CmdTravelBrochureRemovePasterScRsp = 6477, + CmdTravelBrochurePageResetCsReq = 6452, + CmdTravelBrochureApplyPasterScRsp = 6459, + CmdTravelBrochureGetDataScRsp = 6491, + CmdTravelBrochureSelectMessageScRsp = 6421, + CmdTravelBrochureSetPageDescStatusScRsp = 6438, + CmdTravelBrochureSetCustomValueCsReq = 6473, + CmdTravelBrochureApplyPasterListCsReq = 6494, + CmdTravelBrochurePageResetScRsp = 6468, + CmdTravelBrochureGetDataCsReq = 6420, + CmdTravelBrochurePageUnlockScNotify = 6467, + CmdEnterTreasureDungeonCsReq = 4405, + CmdInteractTreasureDungeonGridCsReq = 4452, + CmdUseTreasureDungeonItemScRsp = 4436, + CmdEnterTreasureDungeonScRsp = 4474, + CmdQuitTreasureDungeonCsReq = 4487, + CmdTreasureDungeonFinishScNotify = 4491, + CmdGetTreasureDungeonActivityDataScRsp = 4402, + CmdTreasureDungeonDataScNotify = 4420, + CmdGetTreasureDungeonActivityDataCsReq = 4480, + CmdOpenTreasureDungeonGridCsReq = 4473, + CmdInteractTreasureDungeonGridScRsp = 4468, + CmdOpenTreasureDungeonGridScRsp = 4498, + CmdUseTreasureDungeonItemCsReq = 4494, + CmdFightTreasureDungeonMonsterScRsp = 4438, + CmdFightTreasureDungeonMonsterCsReq = 4485, + CmdQuitTreasureDungeonScRsp = 4409, + CmdFinishTutorialCsReq = 1654, + CmdFinishTutorialScRsp = 1677, + CmdGetTutorialCsReq = 1620, + CmdGetTutorialGuideScRsp = 1639, + CmdGetTutorialScRsp = 1691, + CmdGetTutorialGuideCsReq = 1667, + CmdUnlockTutorialCsReq = 1627, + CmdUnlockTutorialScRsp = 1621, + CmdFinishTutorialGuideScRsp = 1602, + CmdUnlockTutorialGuideScRsp = 1659, + CmdFinishTutorialGuideCsReq = 1680, + CmdUnlockTutorialGuideCsReq = 1670, + CmdTakeChapterRewardScRsp = 454, + CmdSetCurWaypointCsReq = 467, + CmdTakeChapterRewardCsReq = 459, + CmdGetWaypointCsReq = 420, + CmdSetCurWaypointScRsp = 439, + CmdGetChapterCsReq = 427, + CmdGetChapterScRsp = 421, + CmdWaypointShowNewCsNotify = 470, + CmdGetWaypointScRsp = 491, + CmdWolfBroGameActivateBulletScRsp = 6546, + CmdWolfBroGameActivateBulletCsReq = 6534, + CmdWolfBroGameExplodeMonsterScRsp = 6525, + CmdWolfBroGameDataChangeScNotify = 6545, + CmdWolfBroGameExplodeMonsterCsReq = 6522, + CmdGetWolfBroGameDataCsReq = 6512, + CmdRestoreWolfBroGameArchiveScRsp = 6537, + CmdArchiveWolfBroGameCsReq = 6518, + CmdWolfBroGameUseBulletScRsp = 6528, + CmdWolfBroGameUseBulletCsReq = 6506, + CmdGetWolfBroGameDataScRsp = 6510, + CmdWolfBroGamePickupBulletScRsp = 6526, + CmdStartWolfBroGameCsReq = 6549, + CmdQuitWolfBroGameScRsp = 6539, + CmdWolfBroGamePickupBulletCsReq = 6519, + CmdRestoreWolfBroGameArchiveCsReq = 6511, + CmdQuitWolfBroGameCsReq = 6517, + CmdStartWolfBroGameScRsp = 6527, + CmdArchiveWolfBroGameScRsp = 6536, + CmdWorldUnlockScRsp = 7626, + CmdWorldUnlockCsReq = 7627, + _, +}; diff --git a/resources/ActivityConfig.json b/resources/ActivityConfig.json new file mode 100644 index 0000000..925c543 --- /dev/null +++ b/resources/ActivityConfig.json @@ -0,0 +1,2134 @@ +{ + "activity_config": [ + { + "ActivityID": 10012, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1001201 + ] + }, + { + "ActivityID": 10014, + "ActivityPanelID": 10014, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1001402, + 1001401 + ] + }, + { + "ActivityID": 10015, + "ActivityPanelID": 10015, + "ResidentModuleList": [ + 1001501 + ], + "ActivityModuleIDList": [] + }, + { + "ActivityID": 10016, + "ActivityPanelID": 10016, + "ResidentModuleList": [ + 1001601 + ], + "ActivityModuleIDList": [] + }, + { + "ActivityID": 10017, + "ActivityPanelID": 10017, + "ResidentModuleList": [ + 1001701 + ], + "ActivityModuleIDList": [] + }, + { + "ActivityID": 10018, + "ActivityPanelID": 10018, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1001801, + 1001802 + ] + }, + { + "ActivityID": 10019, + "ActivityPanelID": 10019, + "ResidentModuleList": [ + 1001901 + ], + "ActivityModuleIDList": [] + }, + { + "ActivityID": 10020, + "ActivityPanelID": 10020, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1002001 + ] + }, + { + "ActivityID": 10021, + "ActivityPanelID": 10021, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1002101 + ] + }, + { + "ActivityID": 10023, + "ActivityPanelID": 10023, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1002301 + ] + }, + { + "ActivityID": 10024, + "ActivityPanelID": 10024, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1002401 + ] + }, + { + "ActivityID": 10025, + "ActivityPanelID": 10025, + "ResidentModuleList": [ + 1002501 + ], + "ActivityModuleIDList": [] + }, + { + "ActivityID": 10026, + "ActivityPanelID": 10026, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1002601, + 1002602 + ] + }, + { + "ActivityID": 10027, + "ActivityPanelID": 10026, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1002601, + 1002602 + ] + }, + { + "ActivityID": 10028, + "ActivityPanelID": 10028, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1002801 + ] + }, + { + "ActivityID": 10029, + "ActivityPanelID": 10021, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1002101 + ] + }, + { + "ActivityID": 10030, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1003001 + ] + }, + { + "ActivityID": 10031, + "ActivityPanelID": 10020, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1002001 + ] + }, + { + "ActivityID": 10032, + "ActivityPanelID": 10032, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1003201 + ] + }, + { + "ActivityID": 10033, + "ActivityPanelID": 10026, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1002601, + 1002602 + ] + }, + { + "ActivityID": 10034, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1003401 + ] + }, + { + "ActivityID": 10036, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1003601 + ] + }, + { + "ActivityID": 10042, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1004201 + ] + }, + { + "ActivityID": 10035, + "ActivityPanelID": 10035, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1003501 + ] + }, + { + "ActivityID": 10037, + "ActivityPanelID": 10020, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1002001 + ] + }, + { + "ActivityID": 10038, + "ActivityPanelID": 10026, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1002601, + 1002602 + ] + }, + { + "ActivityID": 10039, + "ActivityPanelID": 10039, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1003901 + ] + }, + { + "ActivityID": 10040, + "ActivityPanelID": 10040, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1004001 + ] + }, + { + "ActivityID": 10041, + "ActivityPanelID": 10041, + "ResidentModuleList": [ + 1004101 + ], + "ActivityModuleIDList": [] + }, + { + "ActivityID": 10043, + "ActivityPanelID": 10021, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1002101 + ] + }, + { + "ActivityID": 10044, + "ActivityPanelID": 10026, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1002601, + 1002602 + ] + }, + { + "ActivityID": 10045, + "ActivityPanelID": 10043, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1004501 + ] + }, + { + "ActivityID": 10054, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1005401 + ] + }, + { + "ActivityID": 10046, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1004601 + ] + }, + { + "ActivityID": 10055, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1005501 + ] + }, + { + "ActivityID": 10047, + "ActivityPanelID": 10047, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1004701 + ] + }, + { + "ActivityID": 10048, + "ActivityPanelID": 10048, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1004801 + ] + }, + { + "ActivityID": 10049, + "ActivityPanelID": 10020, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1002001 + ] + }, + { + "ActivityID": 10050, + "ActivityPanelID": 10026, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1002601, + 1002602, + 1002603 + ] + }, + { + "ActivityID": 10051, + "ActivityPanelID": 10051, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1005101 + ] + }, + { + "ActivityID": 10052, + "ActivityPanelID": 10052, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1005201 + ] + }, + { + "ActivityID": 10053, + "ActivityPanelID": 10053, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1005301 + ] + }, + { + "ActivityID": 10056, + "ActivityPanelID": 10056, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1005601 + ] + }, + { + "ActivityID": 10057, + "ActivityPanelID": 10057, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1005701 + ] + }, + { + "ActivityID": 10058, + "ActivityPanelID": 10058, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1005801 + ] + }, + { + "ActivityID": 10059, + "ActivityPanelID": 10059, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1005901 + ] + }, + { + "ActivityID": 10060, + "ActivityPanelID": 10060, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1006001 + ] + }, + { + "ActivityID": 10061, + "ActivityPanelID": 10020, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1002001 + ] + }, + { + "ActivityID": 10062, + "ActivityPanelID": 10026, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1002601 + ] + }, + { + "ActivityID": 10063, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1006301 + ] + }, + { + "ActivityID": 10064, + "ActivityPanelID": 10021, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1002101 + ] + }, + { + "ActivityID": 10065, + "ActivityPanelID": 10026, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1002601 + ] + }, + { + "ActivityID": 10066, + "ActivityPanelID": 10062, + "ResidentModuleList": [ + 1006201 + ], + "ActivityModuleIDList": [] + }, + { + "ActivityID": 10067, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1006701 + ] + }, + { + "ActivityID": 10068, + "ActivityPanelID": 10068, + "ResidentModuleList": [ + 1006801 + ], + "ActivityModuleIDList": [] + }, + { + "ActivityID": 10069, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1006901 + ] + }, + { + "ActivityID": 10070, + "ActivityPanelID": 10020, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1002001 + ] + }, + { + "ActivityID": 10071, + "ActivityPanelID": 10026, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1002601 + ] + }, + { + "ActivityID": 10072, + "ActivityPanelID": 10072, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1007201 + ] + }, + { + "ActivityID": 10073, + "ActivityPanelID": 10021, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1002101 + ] + }, + { + "ActivityID": 10074, + "ActivityPanelID": 10026, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1002601 + ] + }, + { + "ActivityID": 10075, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1007501 + ] + }, + { + "ActivityID": 10077, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1002001 + ] + }, + { + "ActivityID": 10078, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1002601 + ] + }, + { + "ActivityID": 10079, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1007901 + ] + }, + { + "ActivityID": 10080, + "ActivityPanelID": 10080, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1008001 + ] + }, + { + "ActivityID": 10081, + "ActivityPanelID": 10081, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1008001 + ] + }, + { + "ActivityID": 10082, + "ActivityPanelID": 10021, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1002101 + ] + }, + { + "ActivityID": 10083, + "ActivityPanelID": 10026, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1002601 + ] + }, + { + "ActivityID": 10084, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1008401 + ] + }, + { + "ActivityID": 10086, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1008601 + ] + }, + { + "ActivityID": 10087, + "ActivityPanelID": 10020, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1002001 + ] + }, + { + "ActivityID": 10088, + "ActivityPanelID": 10026, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1002601 + ] + }, + { + "ActivityID": 10089, + "ActivityPanelID": 10089, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1008001 + ] + }, + { + "ActivityID": 10090, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1009001 + ] + }, + { + "ActivityID": 10091, + "ActivityPanelID": 10021, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1002101 + ] + }, + { + "ActivityID": 10092, + "ActivityPanelID": 10026, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1002601 + ] + }, + { + "ActivityID": 10101, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1010101 + ] + }, + { + "ActivityID": 10103, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1010301 + ] + }, + { + "ActivityID": 10104, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1010401 + ] + }, + { + "ActivityID": 10106, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1010601 + ] + }, + { + "ActivityID": 10107, + "ActivityPanelID": 10107, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1008001 + ] + }, + { + "ActivityID": 10108, + "ActivityPanelID": 10108, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1010801 + ] + }, + { + "ActivityID": 10109, + "ActivityPanelID": 10026, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1002601 + ] + }, + { + "ActivityID": 10112, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1011201 + ] + }, + { + "ActivityID": 10113, + "ActivityPanelID": 10113, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1002101 + ] + }, + { + "ActivityID": 10114, + "ActivityPanelID": 10026, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 1002601 + ] + }, + { + "ActivityID": 20001, + "ActivityPanelID": 20001, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 2000101 + ] + }, + { + "ActivityID": 20002, + "ActivityPanelID": 20002, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 2000202 + ] + }, + { + "ActivityID": 20004, + "ActivityPanelID": 20003, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 2000401 + ] + }, + { + "ActivityID": 20005, + "ActivityPanelID": 20005, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 2000501, + 2000502, + 2000503, + 2000504, + 2000505 + ] + }, + { + "ActivityID": 20006, + "ActivityPanelID": 20006, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 2000601, + 2000602, + 2000603, + 2000604, + 2000605 + ] + }, + { + "ActivityID": 20007, + "ActivityPanelID": 20007, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 2000501, + 2000604, + 2000601, + 2000701 + ] + }, + { + "ActivityID": 20008, + "ActivityPanelID": 20008, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 2000801, + 2000802, + 2000803, + 2000804, + 2000805 + ] + }, + { + "ActivityID": 20009, + "ActivityPanelID": 20009, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 2000901, + 2000902, + 2000903, + 2000504, + 2000905 + ] + }, + { + "ActivityID": 20010, + "ActivityPanelID": 20010, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 2001001, + 2000901, + 2000801, + 2000902 + ] + }, + { + "ActivityID": 20011, + "ResidentModuleList": [ + 2001101, + 2001102, + 2001103, + 2001104, + 2001105, + 2001106, + 2001107, + 2001108, + 2001109 + ], + "ActivityModuleIDList": [] + }, + { + "ActivityID": 20012, + "ActivityPanelID": 20011, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 2001201, + 2000604, + 2000503, + 2001202, + 2001203 + ] + }, + { + "ActivityID": 20013, + "ActivityPanelID": 20012, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 2001301, + 2001302, + 2001303, + 2000602, + 2001304 + ] + }, + { + "ActivityID": 20014, + "ActivityPanelID": 20013, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 2001201, + 2001301, + 2001302, + 2001401 + ] + }, + { + "ActivityID": 20016, + "ActivityPanelID": 20016, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 2001601, + 2001602, + 2000603, + 2000903, + 2001603 + ] + }, + { + "ActivityID": 20017, + "ActivityPanelID": 20017, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 2001701, + 2001702, + 2001703, + 2000902, + 2000804, + 2001704 + ] + }, + { + "ActivityID": 20018, + "ActivityPanelID": 20018, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 2001701, + 2001601, + 2001703, + 2001801 + ] + }, + { + "ActivityID": 20019, + "ActivityPanelID": 20019, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 2001901, + 2001902, + 2000502, + 2000802, + 2000504 + ] + }, + { + "ActivityID": 20020, + "ActivityPanelID": 20020, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 2002001, + 2002002, + 2000501, + 2002003, + 2001302, + 2000503 + ] + }, + { + "ActivityID": 20021, + "ActivityPanelID": 20021, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 2002101, + 2001902, + 2002002, + 2002003 + ] + }, + { + "ActivityID": 20022, + "ActivityPanelID": 20022, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 2002201, + 2002202, + 2000801, + 2002303, + 2001202, + 2001602 + ] + }, + { + "ActivityID": 20023, + "ActivityPanelID": 20023, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 2002301, + 2002302, + 2000901, + 2000804, + 2000803, + 2001303 + ] + }, + { + "ActivityID": 20024, + "ActivityPanelID": 20024, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 2002401, + 2002202, + 2002302, + 2002303 + ] + }, + { + "ActivityID": 20027, + "ActivityPanelID": 20027, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 2002700, + 2002501, + 2002502, + 2002601 + ] + }, + { + "ActivityID": 20030, + "ActivityPanelID": 20030, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 2003000, + 2002801, + 2002901, + 2002803 + ] + }, + { + "ActivityID": 20033, + "ActivityPanelID": 20033, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 2003300, + 2003101, + 2003201 + ] + }, + { + "ActivityID": 20036, + "ActivityPanelID": 20036, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 2003600, + 2003401, + 2003501 + ] + }, + { + "ActivityID": 20039, + "ActivityPanelID": 20039, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 2003900, + 2003701, + 2003801 + ] + }, + { + "ActivityID": 20042, + "ActivityPanelID": 20042, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 2004200, + 2004001, + 2004101, + 2004002 + ] + }, + { + "ActivityID": 20046, + "ActivityPanelID": 20046, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 2004401 + ] + }, + { + "ActivityID": 20049, + "ActivityPanelID": 20049, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 2004701, + 2004801 + ] + }, + { + "ActivityID": 20052, + "ActivityPanelID": 20052, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 2005001, + 2005101 + ] + }, + { + "ActivityID": 20053, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 2008007 + ] + }, + { + "ActivityID": 20056, + "ActivityPanelID": 20056, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 2005401, + 2005501 + ] + }, + { + "ActivityID": 30002, + "ActivityPanelID": 30002, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 3000201 + ] + }, + { + "ActivityID": 30003, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 3000206 + ] + }, + { + "ActivityID": 40001, + "ActivityPanelID": 40001, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 4000101, + 4000102, + 4000103, + 4000104, + 4000105, + 4000106, + 4000107, + 4000108, + 4000109, + 4000110 + ] + }, + { + "ActivityID": 40002, + "ActivityPanelID": 40002, + "ResidentModuleList": [ + 4000208 + ], + "ActivityModuleIDList": [ + 4000201, + 4000202, + 4000203, + 4000204, + 4000205, + 4000206, + 4000207 + ] + }, + { + "ActivityID": 40003, + "ActivityPanelID": 40003, + "ResidentModuleList": [ + 4000301, + 4000302, + 4000303, + 4000304, + 4000305, + 4000306, + 4000307 + ], + "ActivityModuleIDList": [ + 4000308 + ] + }, + { + "ActivityID": 40004, + "ActivityPanelID": 40004, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 4000401, + 4000402, + 4000403, + 4000404, + 4000405 + ] + }, + { + "ActivityID": 40005, + "ActivityPanelID": 40005, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 4000501, + 4000502, + 4000503, + 4000504, + 4000505 + ] + }, + { + "ActivityID": 50000, + "ActivityPanelID": 50000, + "ResidentModuleList": [ + 5000002, + 5000003, + 5000004, + 5000005, + 5000006, + 5000007, + 5000008, + 5000009, + 5000010, + 5000011, + 5000013 + ], + "ActivityModuleIDList": [ + 5000001, + 5000012 + ] + }, + { + "ActivityID": 50001, + "ActivityPanelID": 50001, + "ResidentModuleList": [ + 5000105, + 5000106, + 5000107 + ], + "ActivityModuleIDList": [ + 5000101, + 5000102, + 5000103, + 5000104, + 5000108, + 5000109 + ] + }, + { + "ActivityID": 50002, + "ActivityPanelID": 50002, + "ResidentModuleList": [ + 5000201, + 5000202, + 5000203, + 5000204 + ], + "ActivityModuleIDList": [ + 5000210, + 5000211 + ] + }, + { + "ActivityID": 30004, + "ActivityPanelID": 30004, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 3000401, + 3000402, + 3000403, + 3000404, + 3000405, + 3000406, + 3000407, + 3000408 + ] + }, + { + "ActivityID": 30005, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 3000501, + 3000502, + 3000503, + 3000504, + 3000505, + 3000506, + 3000507, + 3000508 + ] + }, + { + "ActivityID": 30006, + "ActivityPanelID": 30006, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 3000601, + 3000602, + 3000603, + 3000604, + 3000605, + 3000606, + 3000607 + ] + }, + { + "ActivityID": 30007, + "ActivityPanelID": 30007, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 3000701, + 3000702, + 3000703, + 3000704, + 3000705, + 3000706, + 3000707 + ] + }, + { + "ActivityID": 60001, + "ActivityPanelID": 60001, + "ResidentModuleList": [ + 6000101 + ], + "ActivityModuleIDList": [] + }, + { + "ActivityID": 60003, + "ResidentModuleList": [ + 6000302 + ], + "ActivityModuleIDList": [] + }, + { + "ActivityID": 60004, + "ActivityPanelID": 60004, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 6000401 + ] + }, + { + "ActivityID": 60005, + "ActivityPanelID": 60005, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 6000501 + ] + }, + { + "ActivityID": 60006, + "ActivityPanelID": 60006, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 6000601, + 6000602, + 6000603, + 6000604, + 6000605, + 6000606 + ] + }, + { + "ActivityID": 60007, + "ActivityPanelID": 60003, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 6000701 + ] + }, + { + "ActivityID": 60008, + "ActivityPanelID": 60007, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 6000801 + ] + }, + { + "ActivityID": 60009, + "ResidentModuleList": [ + 6000901 + ], + "ActivityModuleIDList": [] + }, + { + "ActivityID": 60010, + "ActivityPanelID": 60008, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 6001001 + ] + }, + { + "ActivityID": 60011, + "ActivityPanelID": 60011, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 6001101 + ], + "EarlyAccessContentID": 200002 + }, + { + "ActivityID": 60012, + "ActivityPanelID": 60011, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 6001201 + ], + "EarlyAccessContentID": 200002 + }, + { + "ActivityID": 60013, + "ActivityPanelID": 60011, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 6001301 + ], + "EarlyAccessContentID": 200002 + }, + { + "ActivityID": 60014, + "ResidentModuleList": [ + 6001402 + ], + "ActivityModuleIDList": [ + 6001401 + ] + }, + { + "ActivityID": 60015, + "ActivityPanelID": 60016, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 6001501 + ] + }, + { + "ActivityID": 60016, + "ResidentModuleList": [ + 6001601 + ], + "ActivityModuleIDList": [] + }, + { + "ActivityID": 60017, + "ActivityPanelID": 60017, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 6001701 + ], + "EarlyAccessContentID": 200002 + }, + { + "ActivityID": 60018, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 6001801 + ] + }, + { + "ActivityID": 60019, + "ActivityPanelID": 60017, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 6001901 + ], + "EarlyAccessContentID": 200002 + }, + { + "ActivityID": 70001, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 7000101 + ] + }, + { + "ActivityID": 70002, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 7000101 + ] + }, + { + "ActivityID": 70003, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 7000101 + ] + }, + { + "ActivityID": 70004, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 7000101 + ] + }, + { + "ActivityID": 70005, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 7000101 + ] + }, + { + "ActivityID": 70006, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 7000101 + ] + }, + { + "ActivityID": 99901, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 9990101, + 9990102 + ] + }, + { + "ActivityID": 50003, + "ActivityPanelID": 50003, + "ResidentModuleList": [ + 5000301, + 5000302, + 5000303, + 5000304 + ], + "ActivityModuleIDList": [ + 5000300, + 5000305 + ] + }, + { + "ActivityID": 22001, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 2200101, + 2200102 + ] + }, + { + "ActivityID": 22002, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 2200201, + 2200202 + ] + }, + { + "ActivityID": 22003, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 2200201 + ] + }, + { + "ActivityID": 22004, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 2200301, + 2200401 + ] + }, + { + "ActivityID": 22005, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 2200301, + 2200501, + 2200401 + ] + }, + { + "ActivityID": 22006, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 2200301, + 2200601 + ] + }, + { + "ActivityID": 22007, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 2200301, + 2200701 + ] + }, + { + "ActivityID": 22008, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 2200301, + 2200801 + ] + }, + { + "ActivityID": 50004, + "ActivityPanelID": 50004, + "ResidentModuleList": [ + 5000408 + ], + "ActivityModuleIDList": [ + 5000401, + 5000402, + 5000403, + 5000404, + 5000405, + 5000406 + ] + }, + { + "ActivityID": 80001, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 8000101 + ] + }, + { + "ActivityID": 80002, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 8000201 + ] + }, + { + "ActivityID": 80003, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 8000301 + ] + }, + { + "ActivityID": 80004, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 8000401 + ] + }, + { + "ActivityID": 80005, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 8000501 + ] + }, + { + "ActivityID": 80006, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 8000601 + ] + }, + { + "ActivityID": 80007, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 8000701 + ] + }, + { + "ActivityID": 80008, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 8000801 + ] + }, + { + "ActivityID": 80009, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 8000901 + ] + }, + { + "ActivityID": 80010, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 8001001 + ], + "EarlyAccessContentID": 200003 + }, + { + "ActivityID": 80011, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 8001101 + ], + "EarlyAccessContentID": 200003 + }, + { + "ActivityID": 80012, + "ActivityPanelID": 80012, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 8001201 + ], + "EarlyAccessContentID": 200004 + }, + { + "ActivityID": 80015, + "ActivityPanelID": 80015, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 8001501 + ] + }, + { + "ActivityID": 50005, + "ActivityPanelID": 50005, + "ResidentModuleList": [ + 5000501, + 5000502, + 5000503, + 5000504, + 5000505 + ], + "ActivityModuleIDList": [ + 5000500, + 5000506 + ] + }, + { + "ActivityID": 50006, + "ActivityPanelID": 50006, + "ResidentModuleList": [ + 5000601, + 5000602, + 5000603, + 5000604, + 5000605 + ], + "ActivityModuleIDList": [ + 5000606 + ] + }, + { + "ActivityID": 30008, + "ActivityPanelID": 30008, + "ResidentModuleList": [ + 3000801 + ], + "ActivityModuleIDList": [ + 3000800 + ] + }, + { + "ActivityID": 30009, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 3000901, + 3000902, + 3000903, + 3000904, + 3000905, + 3000906, + 3000907 + ] + }, + { + "ActivityID": 50007, + "ActivityPanelID": 50007, + "ResidentModuleList": [ + 5000702 + ], + "ActivityModuleIDList": [ + 5000701 + ] + }, + { + "ActivityID": 30010, + "ActivityPanelID": 30010, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 3001001 + ] + }, + { + "ActivityID": 50008, + "ActivityPanelID": 50008, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 5000801, + 5000802, + 5000803, + 5000804 + ] + }, + { + "ActivityID": 50009, + "ActivityPanelID": 50009, + "ResidentModuleList": [ + 5000902 + ], + "ActivityModuleIDList": [ + 5000901 + ] + }, + { + "ActivityID": 50010, + "ActivityPanelID": 50010, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 5001001, + 5001002, + 5001003, + 5001004, + 5001005, + 5001006 + ] + }, + { + "ActivityID": 50011, + "ActivityPanelID": 50011, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 5001101 + ] + }, + { + "ActivityID": 50012, + "ActivityPanelID": 50012, + "ResidentModuleList": [ + 5001202 + ], + "ActivityModuleIDList": [ + 5001201 + ] + }, + { + "ActivityID": 50013, + "ActivityPanelID": 50013, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 5001301, + 5001302 + ] + }, + { + "ActivityID": 50014, + "ActivityPanelID": 50014, + "ResidentModuleList": [ + 5001401 + ], + "ActivityModuleIDList": [ + 5001400 + ] + }, + { + "ActivityID": 50015, + "ActivityPanelID": 50015, + "ResidentModuleList": [ + 5001501 + ], + "ActivityModuleIDList": [ + 5001500 + ], + "EarlyAccessContentID": 150015 + }, + { + "ActivityID": 50016, + "ActivityPanelID": 50016, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 5001601, + 5001602, + 5001603, + 5001604, + 5001605, + 5001606, + 5001607, + 5001608 + ] + }, + { + "ActivityID": 50017, + "ActivityPanelID": 50017, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 5001701, + 5001705, + 5001703, + 5001706, + 5001704, + 5001702 + ], + "EarlyAccessContentID": 150017 + }, + { + "ActivityID": 50018, + "ActivityPanelID": 50018, + "ResidentModuleList": [ + 5001802 + ], + "ActivityModuleIDList": [ + 5001801 + ], + "EarlyAccessContentID": 150018 + }, + { + "ActivityID": 50019, + "ActivityPanelID": 10043, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 5001901 + ] + }, + { + "ActivityID": 50020, + "ActivityPanelID": 50020, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 5002001, + 5002002, + 5002003, + 5002004, + 5002005 + ] + }, + { + "ActivityID": 50021, + "ActivityPanelID": 50021, + "ResidentModuleList": [ + 5002102 + ], + "ActivityModuleIDList": [ + 5002101 + ], + "EarlyAccessContentID": 150021 + }, + { + "ActivityID": 50022, + "ActivityPanelID": 50022, + "ResidentModuleList": [ + 5002202 + ], + "ActivityModuleIDList": [ + 5002201 + ], + "EarlyAccessContentID": 130013 + }, + { + "ActivityID": 50023, + "ActivityPanelID": 10043, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 5002301 + ] + }, + { + "ActivityID": 50024, + "ActivityPanelID": 50024, + "ResidentModuleList": [ + 5002402 + ], + "ActivityModuleIDList": [ + 5002401 + ] + }, + { + "ActivityID": 50025, + "ActivityPanelID": 50025, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 5002501, + 5002502, + 5002503, + 5002504, + 5002505, + 5002506, + 5002507 + ], + "EarlyAccessContentID": 150025 + }, + { + "ActivityID": 30011, + "ActivityPanelID": 30011, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 3001101, + 3001102, + 3001103, + 3001104, + 3001105, + 3001106, + 3001107 + ], + "EarlyAccessContentID": 130011 + }, + { + "ActivityID": 30012, + "ActivityPanelID": 30012, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 3001201, + 3001202 + ], + "EarlyAccessContentID": 130012 + }, + { + "ActivityID": 30013, + "ActivityPanelID": 30013, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 3001301 + ] + }, + { + "ActivityID": 50026, + "ActivityPanelID": 50026, + "ResidentModuleList": [ + 5002602 + ], + "ActivityModuleIDList": [ + 5002601 + ], + "EarlyAccessContentID": 150026 + }, + { + "ActivityID": 40006, + "ActivityPanelID": 40006, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 4000603, + 4000602, + 4000601, + 4000604, + 4000605 + ], + "EarlyAccessContentID": 140006 + }, + { + "ActivityID": 50027, + "ActivityPanelID": 10043, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 5002701 + ] + }, + { + "ActivityID": 50028, + "ActivityPanelID": 50028, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 5002801, + 5002802, + 5002803 + ] + }, + { + "ActivityID": 30014, + "ActivityPanelID": 30014, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 3001401, + 3001402, + 3001403, + 3001404, + 3001405, + 3001406, + 3001407 + ], + "EarlyAccessContentID": 130014 + }, + { + "ActivityID": 50029, + "ActivityPanelID": 50029, + "ResidentModuleList": [ + 5002902 + ], + "ActivityModuleIDList": [ + 5002900, + 5002901 + ], + "EarlyAccessContentID": 150029 + }, + { + "ActivityID": 50030, + "ActivityPanelID": 10043, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 5003001 + ] + }, + { + "ActivityID": 50031, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 5003101 + ] + }, + { + "ActivityID": 50033, + "ActivityPanelID": 50033, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 5003301, + 5003302, + 5003303, + 5003304, + 5003305, + 5003306, + 5003307 + ] + }, + { + "ActivityID": 99998, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 9999800, + 2001702, + 2001703, + 2001601, + 2001701 + ] + }, + { + "ActivityID": 99999, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 9999901, + 9999902, + 9999903 + ] + }, + { + "ActivityID": 50034, + "ActivityPanelID": 50034, + "ResidentModuleList": [ + 5003402 + ], + "ActivityModuleIDList": [ + 5003401 + ], + "EarlyAccessContentID": 150034 + }, + { + "ActivityID": 50035, + "ActivityPanelID": 50035, + "ResidentModuleList": [ + 5003502 + ], + "ActivityModuleIDList": [ + 5003501 + ], + "EarlyAccessContentID": 150035 + }, + { + "ActivityID": 50039, + "ActivityPanelID": 50039, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 5003901 + ], + "EarlyAccessContentID": 150039 + }, + { + "ActivityID": 50040, + "ActivityPanelID": 10043, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 5004001 + ] + }, + { + "ActivityID": 50041, + "ActivityPanelID": 50041, + "ResidentModuleList": [ + 5004102 + ], + "ActivityModuleIDList": [ + 5004100, + 5004101 + ], + "EarlyAccessContentID": 150041 + }, + { + "ActivityID": 50045, + "ActivityPanelID": 50045, + "ResidentModuleList": [ + 5004502 + ], + "ActivityModuleIDList": [ + 5004501 + ], + "EarlyAccessContentID": 150045 + }, + { + "ActivityID": 50047, + "ActivityPanelID": 50047, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 5004701 + ] + }, + { + "ActivityID": 50058, + "ActivityPanelID": 10043, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 5005801 + ] + }, + { + "ActivityID": 50060, + "ResidentModuleList": [], + "ActivityModuleIDList": [ + 5006001 + ] + } + ] +} \ No newline at end of file diff --git a/resources/AvatarPlayerIcon.json b/resources/AvatarPlayerIcon.json new file mode 100644 index 0000000..644869b --- /dev/null +++ b/resources/AvatarPlayerIcon.json @@ -0,0 +1,798 @@ +{ + "player_icon_config": [ + { + "ID": 201001, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1001.png", + "IsVisible": true, + "AvatarID": 1001 + }, + { + "ID": 201002, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1002.png", + "IsVisible": true, + "AvatarID": 1002 + }, + { + "ID": 201003, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1003.png", + "IsVisible": true, + "AvatarID": 1003 + }, + { + "ID": 201004, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1004.png", + "IsVisible": true, + "AvatarID": 1004 + }, + { + "ID": 201005, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1005.png", + "IsVisible": true, + "AvatarID": 1005 + }, + { + "ID": 201006, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1006.png", + "IsVisible": true, + "AvatarID": 1006 + }, + { + "ID": 201008, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1008.png", + "IsVisible": true, + "AvatarID": 1008 + }, + { + "ID": 201009, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1009.png", + "IsVisible": true, + "AvatarID": 1009 + }, + { + "ID": 201013, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1013.png", + "IsVisible": true, + "AvatarID": 1013 + }, + { + "ID": 201101, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1101.png", + "IsVisible": true, + "AvatarID": 1101 + }, + { + "ID": 201102, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1102.png", + "IsVisible": true, + "AvatarID": 1102 + }, + { + "ID": 201103, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1103.png", + "IsVisible": true, + "AvatarID": 1103 + }, + { + "ID": 201104, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1104.png", + "IsVisible": true, + "AvatarID": 1104 + }, + { + "ID": 201105, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1105.png", + "IsVisible": true, + "AvatarID": 1105 + }, + { + "ID": 201106, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1106.png", + "IsVisible": true, + "AvatarID": 1106 + }, + { + "ID": 201107, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1107.png", + "IsVisible": true, + "AvatarID": 1107 + }, + { + "ID": 201108, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1108.png", + "IsVisible": true, + "AvatarID": 1108 + }, + { + "ID": 201109, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1109.png", + "IsVisible": true, + "AvatarID": 1109 + }, + { + "ID": 201110, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1110.png", + "IsVisible": true, + "AvatarID": 1110 + }, + { + "ID": 201111, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1111.png", + "IsVisible": true, + "AvatarID": 1111 + }, + { + "ID": 201203, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1203.png", + "IsVisible": true, + "AvatarID": 1203 + }, + { + "ID": 201204, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1204.png", + "IsVisible": true, + "AvatarID": 1204 + }, + { + "ID": 201205, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1205.png", + "IsVisible": true, + "AvatarID": 1205 + }, + { + "ID": 201206, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1206.png", + "AvatarID": 1206 + }, + { + "ID": 208001, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/8001.png", + "IsVisible": true, + "AvatarID": 8001 + }, + { + "ID": 208002, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/8002.png", + "IsVisible": true, + "AvatarID": 8002 + }, + { + "ID": 208003, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/8003.png", + "IsVisible": true, + "AvatarID": 8003 + }, + { + "ID": 208004, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/8004.png", + "IsVisible": true, + "AvatarID": 8004 + }, + { + "ID": 208005, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/8005.png", + "IsVisible": true, + "AvatarID": 8005 + }, + { + "ID": 208006, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/8006.png", + "IsVisible": true, + "AvatarID": 8006 + }, + { + "ID": 201201, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1201.png", + "AvatarID": 1201 + }, + { + "ID": 201202, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1202.png", + "AvatarID": 1202 + }, + { + "ID": 201207, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1207.png", + "AvatarID": 1207 + }, + { + "ID": 201208, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1208.png", + "AvatarID": 1208 + }, + { + "ID": 201209, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1209.png", + "AvatarID": 1209 + }, + { + "ID": 201210, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1210.png", + "AvatarID": 1210 + }, + { + "ID": 201211, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1211.png", + "AvatarID": 1211 + }, + { + "ID": 201212, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1212.png", + "AvatarID": 1212 + }, + { + "ID": 201213, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1213.png", + "AvatarID": 1213 + }, + { + "ID": 201214, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1214.png", + "AvatarID": 1214 + }, + { + "ID": 201215, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1215.png", + "AvatarID": 1215 + }, + { + "ID": 201112, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1112.png", + "AvatarID": 1112 + }, + { + "ID": 201301, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1301.png", + "AvatarID": 1301 + }, + { + "ID": 201302, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1302.png", + "AvatarID": 1302 + }, + { + "ID": 201217, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1217.png", + "AvatarID": 1217 + }, + { + "ID": 201303, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1303.png", + "AvatarID": 1303 + }, + { + "ID": 201304, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1304.png", + "AvatarID": 1304 + }, + { + "ID": 201305, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1305.png", + "AvatarID": 1305 + }, + { + "ID": 201307, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1307.png", + "AvatarID": 1307 + }, + { + "ID": 201308, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1308.png", + "AvatarID": 1308 + }, + { + "ID": 201309, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1309.png", + "AvatarID": 1309 + }, + { + "ID": 201312, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1312.png", + "AvatarID": 1312 + }, + { + "ID": 201314, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1314.png", + "AvatarID": 1314 + }, + { + "ID": 201315, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1315.png", + "AvatarID": 1315 + }, + { + "ID": 201310, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1310.png", + "AvatarID": 1310 + }, + { + "ID": 201306, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1306.png", + "AvatarID": 1306 + }, + { + "ID": 201218, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1218.png", + "AvatarID": 1218 + }, + { + "ID": 201224, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1224.png", + "AvatarID": 1224 + }, + { + "ID": 201313, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1313.png", + "AvatarID": 1313 + }, + { + "ID": 201221, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1221.png", + "AvatarID": 1221 + }, + { + "ID": 201220, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1220.png", + "AvatarID": 1220 + }, + { + "ID": 201317, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1317.png", + "AvatarID": 1317 + }, + { + "ID": 201223, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1223.png", + "AvatarID": 1223 + }, + { + "ID": 201222, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1222.png", + "AvatarID": 1222 + }, + { + "ID": 201225, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1225.png", + "AvatarID": 1225 + }, + { + "ID": 201402, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1402.png", + "AvatarID": 1402 + }, + { + "ID": 201401, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1401.png", + "AvatarID": 1401 + }, + { + "ID": 201403, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1403.png", + "AvatarID": 1403 + }, + { + "ID": 208007, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/8007.png", + "AvatarID": 8007 + }, + { + "ID": 201404, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1404.png", + "AvatarID": 1404 + }, + { + "ID": 208008, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/8008.png", + "AvatarID": 8008 + }, + { + "ID": 201407, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1407.png", + "AvatarID": 1407 + }, + { + "ID": 201408, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1408.png", + "AvatarID": 1408 + }, + { + "ID": 201405, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1405.png", + "AvatarID": 1405 + }, + { + "ID": 201409, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1409.png", + "AvatarID": 1409 + }, + { + "ID": 201406, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1406.png", + "AvatarID": 1406 + }, + { + "ID": 200001, + "ImagePath": "SpriteOutput/AvatarRoundIcon/UI_Message_Contacts_Anonymous.png", + "IsVisible": true + }, + { + "ID": 200101, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200101.png", + "IsVisible": true + }, + { + "ID": 200102, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200102.png", + "IsVisible": true + }, + { + "ID": 200103, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200103.png", + "IsVisible": true + }, + { + "ID": 200104, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200104.png", + "IsVisible": true + }, + { + "ID": 200105, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200105.png", + "IsVisible": true + }, + { + "ID": 200106, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200106.png", + "IsVisible": true + }, + { + "ID": 200107, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200107.png", + "IsVisible": true + }, + { + "ID": 200108, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200108.png", + "IsVisible": true + }, + { + "ID": 200109, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200109.png", + "IsVisible": true + }, + { + "ID": 200110, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200110.png", + "IsVisible": true + }, + { + "ID": 200111, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200111.png", + "IsVisible": true + }, + { + "ID": 200112, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200112.png", + "IsVisible": true + }, + { + "ID": 200113, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200113.png", + "IsVisible": true + }, + { + "ID": 200114, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200114.png", + "IsVisible": true + }, + { + "ID": 200115, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200115.png", + "IsVisible": true + }, + { + "ID": 200116, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200116.png", + "IsVisible": true + }, + { + "ID": 200117, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200117.png", + "IsVisible": true + }, + { + "ID": 200118, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200118.png", + "IsVisible": true + }, + { + "ID": 200119, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200119.png", + "IsVisible": true + }, + { + "ID": 200120, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200120.png", + "IsVisible": true + }, + { + "ID": 200121, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200121.png", + "IsVisible": true + }, + { + "ID": 200122, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200122.png", + "IsVisible": true + }, + { + "ID": 200123, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200123.png", + "IsVisible": true + }, + { + "ID": 200124, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200124.png", + "IsVisible": true + }, + { + "ID": 200125, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200125.png", + "IsVisible": true + }, + { + "ID": 200126, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200126.png", + "IsVisible": true + }, + { + "ID": 200127, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200127.png", + "IsVisible": true + }, + { + "ID": 200128, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200128.png", + "IsVisible": true + }, + { + "ID": 200129, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200129.png", + "IsVisible": true + }, + { + "ID": 200130, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200130.png", + "IsVisible": true + }, + { + "ID": 200131, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200131.png", + "IsVisible": true + }, + { + "ID": 200132, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200132.png", + "IsVisible": true + }, + { + "ID": 200133, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200133.png", + "IsVisible": true + }, + { + "ID": 200134, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200134.png", + "IsVisible": true + }, + { + "ID": 200135, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200135.png", + "IsVisible": true + }, + { + "ID": 200136, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200136.png", + "IsVisible": true + }, + { + "ID": 200137, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200137.png", + "IsVisible": true + }, + { + "ID": 200138, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200138.png", + "IsVisible": true + }, + { + "ID": 200139, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200139.png", + "IsVisible": true + }, + { + "ID": 200140, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200140.png", + "IsVisible": true + }, + { + "ID": 200141, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200141.png", + "IsVisible": true + }, + { + "ID": 200142, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/200142.png", + "IsVisible": true + }, + { + "ID": 202001, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202001.png", + "IsVisible": true + }, + { + "ID": 202002, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202002.png", + "IsVisible": true + }, + { + "ID": 202003, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202003.png", + "IsVisible": true + }, + { + "ID": 202004, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202004.png", + "IsVisible": true + }, + { + "ID": 202005, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202005.png", + "IsVisible": true + }, + { + "ID": 202006, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202006.png", + "IsVisible": true + }, + { + "ID": 202007, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202007.png", + "IsVisible": true + }, + { + "ID": 202008, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202008.png", + "IsVisible": true + }, + { + "ID": 202009, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202009.png", + "IsVisible": true + }, + { + "ID": 202010, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202010.png", + "IsVisible": true + }, + { + "ID": 202011, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202011.png", + "IsVisible": true + }, + { + "ID": 202012, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202012.png", + "IsVisible": true + }, + { + "ID": 202013, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202013.png", + "IsVisible": true + }, + { + "ID": 202014, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202014.png", + "IsVisible": true + }, + { + "ID": 202015, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202015.png", + "IsVisible": true + }, + { + "ID": 202016, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202016.png", + "IsVisible": true + }, + { + "ID": 202017, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202017.png", + "IsVisible": true + }, + { + "ID": 202018, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202018.png", + "IsVisible": true + }, + { + "ID": 202019, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202019.png", + "IsVisible": true + }, + { + "ID": 202020, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202020.png", + "IsVisible": true + }, + { + "ID": 202022, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202022.png", + "IsVisible": true + }, + { + "ID": 202023, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202023.png", + "IsVisible": true + }, + { + "ID": 202024, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202024.png", + "IsVisible": true + }, + { + "ID": 202025, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202025.png", + "IsVisible": true + }, + { + "ID": 202028, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202028.png", + "IsVisible": true + }, + { + "ID": 202029, + "ImagePath": "SpriteOutput/AvatarRoundIcon/AvatarSkin/1100101.png", + "IsVisible": true + }, + { + "ID": 202031, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202031.png", + "IsVisible": true + }, + { + "ID": 202033, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202033.png", + "IsVisible": true + }, + { + "ID": 202034, + "ImagePath": "SpriteOutput/AvatarRoundIcon/AvatarSkin/1131001.png", + "IsVisible": true + }, + { + "ID": 202035, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202035.png", + "IsVisible": true + }, + { + "ID": 202036, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202036.png", + "IsVisible": true + }, + { + "ID": 202037, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Series/202037.png", + "IsVisible": true + }, + { + "ID": 201014, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1014.png", + "AvatarID": 1014 + }, + { + "ID": 201015, + "ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/1015.png", + "AvatarID": 1015 + } + ] +} \ No newline at end of file diff --git a/resources/ChallengeMazeConfig.json b/resources/ChallengeMazeConfig.json new file mode 100644 index 0000000..c47ddb5 --- /dev/null +++ b/resources/ChallengeMazeConfig.json @@ -0,0 +1,31884 @@ +{ + "challenge_config": [ + { + "ID": 1, + "Name": { + "Hash": -585545512, + "Hash64": 7610618346915917303 + }, + "GroupID": 100, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "RewardID": 101001, + "DamageType1": [ + "Physical", + "Wind", + "Imaginary" + ], + "DamageType2": [], + "ChallengeTargetID": [ + 11, + 12, + 13 + ], + "StageNum": 1, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 20, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8013010 + ], + "EventIDList1": [ + 30001011 + ], + "ConfigList2": [ + 0 + ], + "NpcMonsterIDList2": [], + "EventIDList2": [], + "MazeBuffID": 3030001 + }, + { + "ID": 2, + "Name": { + "Hash": 2143337843, + "Hash64": 17271419042682156335 + }, + "GroupID": 100, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 1, + "RewardID": 101002, + "DamageType1": [ + "Ice", + "Thunder", + "Imaginary" + ], + "DamageType2": [], + "ChallengeTargetID": [ + 21, + 22, + 23 + ], + "StageNum": 1, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 20, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1013020 + ], + "EventIDList1": [ + 30001021 + ], + "ConfigList2": [ + 0 + ], + "NpcMonsterIDList2": [], + "EventIDList2": [], + "MazeBuffID": 3030002 + }, + { + "ID": 3, + "Name": { + "Hash": 577253902, + "Hash64": 5150775987177055706 + }, + "GroupID": 100, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 2, + "RewardID": 101003, + "DamageType1": [ + "Fire", + "Wind", + "Quantum" + ], + "DamageType2": [], + "ChallengeTargetID": [ + 31, + 32, + 33 + ], + "StageNum": 1, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 20, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003010 + ], + "EventIDList1": [ + 30001031 + ], + "ConfigList2": [ + 0 + ], + "NpcMonsterIDList2": [], + "EventIDList2": [], + "MazeBuffID": 3030003 + }, + { + "ID": 4, + "Name": { + "Hash": -1345060399, + "Hash64": 7564248973955320288 + }, + "GroupID": 100, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 3, + "RewardID": 101004, + "DamageType1": [ + "Physical", + "Fire", + "Imaginary" + ], + "DamageType2": [], + "ChallengeTargetID": [ + 41, + 42, + 43 + ], + "StageNum": 1, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 20, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1004030 + ], + "EventIDList1": [ + 30001041 + ], + "ConfigList2": [ + 0 + ], + "NpcMonsterIDList2": [], + "EventIDList2": [], + "MazeBuffID": 3030004 + }, + { + "ID": 5, + "Name": { + "Hash": 1383822956, + "Hash64": 5242189358921793964 + }, + "GroupID": 100, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 4, + "RewardID": 101005, + "DamageType1": [ + "Fire", + "Ice", + "Thunder" + ], + "DamageType2": [], + "ChallengeTargetID": [ + 51, + 52, + 53 + ], + "StageNum": 1, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 20, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1013010 + ], + "EventIDList1": [ + 30001051 + ], + "ConfigList2": [ + 0 + ], + "NpcMonsterIDList2": [], + "EventIDList2": [], + "MazeBuffID": 3030005 + }, + { + "ID": 6, + "Name": { + "Hash": -182260985, + "Hash64": 15269943691528539554 + }, + "GroupID": 100, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 5, + "RewardID": 101006, + "DamageType1": [ + "Ice" + ], + "DamageType2": [], + "ChallengeTargetID": [ + 61, + 62, + 63 + ], + "StageNum": 1, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 20, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 1023010, + 8003020 + ], + "EventIDList1": [ + 30001061, + 30001062 + ], + "ConfigList2": [ + 0 + ], + "NpcMonsterIDList2": [], + "EventIDList2": [], + "MazeBuffID": 3030019 + }, + { + "ID": 7, + "Name": { + "Hash": -1748344926, + "Hash64": 8853592441228331582 + }, + "GroupID": 100, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 6, + "RewardID": 101007, + "DamageType1": [ + "Physical", + "Quantum" + ], + "DamageType2": [], + "ChallengeTargetID": [ + 71, + 72, + 73 + ], + "StageNum": 1, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 20, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 1003010, + 8003030 + ], + "EventIDList1": [ + 30001071, + 30001072 + ], + "ConfigList2": [ + 0 + ], + "NpcMonsterIDList2": [], + "EventIDList2": [], + "MazeBuffID": 3030018 + }, + { + "ID": 8, + "Name": { + "Hash": 1336768789, + "Hash64": 11639544939584837964 + }, + "GroupID": 100, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 7, + "RewardID": 101008, + "DamageType1": [ + "Ice", + "Thunder" + ], + "DamageType2": [], + "ChallengeTargetID": [ + 81, + 82, + 83 + ], + "StageNum": 1, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 20, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 1013020, + 1013010 + ], + "EventIDList1": [ + 30001081, + 30001082 + ], + "ConfigList2": [ + 0 + ], + "NpcMonsterIDList2": [], + "EventIDList2": [], + "MazeBuffID": 3030022 + }, + { + "ID": 9, + "Name": { + "Hash": -229315152, + "Hash64": 13127512314370178244 + }, + "GroupID": 100, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 8, + "RewardID": 101009, + "DamageType1": [ + "Physical" + ], + "DamageType2": [], + "ChallengeTargetID": [ + 91, + 92, + 93 + ], + "StageNum": 1, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 20, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 1003010, + 8013010 + ], + "EventIDList1": [ + 30001091, + 30001092 + ], + "ConfigList2": [ + 0 + ], + "NpcMonsterIDList2": [], + "EventIDList2": [], + "MazeBuffID": 3030020 + }, + { + "ID": 10, + "Name": { + "Hash": 1577274280, + "Hash64": 3433035089102959956 + }, + "GroupID": 100, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 9, + "RewardID": 101010, + "DamageType1": [ + "Physical", + "Wind" + ], + "DamageType2": [], + "ChallengeTargetID": [ + 101, + 102, + 103 + ], + "StageNum": 1, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 20, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003030, + 8013010 + ], + "EventIDList1": [ + 30001101, + 30001102 + ], + "ConfigList2": [ + 0 + ], + "NpcMonsterIDList2": [], + "EventIDList2": [], + "MazeBuffID": 3030011 + }, + { + "ID": 11, + "Name": { + "Hash": 1577274281, + "Hash64": 11256353084369377759 + }, + "GroupID": 100, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 10, + "RewardID": 101011, + "DamageType1": [ + "Physical", + "Ice", + "Quantum" + ], + "DamageType2": [ + "Fire", + "Thunder", + "Quantum" + ], + "ChallengeTargetID": [ + 111, + 112, + 113 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003020 + ], + "EventIDList1": [ + 30001111 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1023020 + ], + "EventIDList2": [ + 30001112 + ], + "MazeBuffID": 3030021 + }, + { + "ID": 12, + "Name": { + "Hash": 1577274278, + "Hash64": 14354658507811731580 + }, + "GroupID": 100, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 11, + "RewardID": 101012, + "DamageType1": [ + "Ice", + "Thunder", + "Imaginary" + ], + "DamageType2": [ + "Physical", + "Ice", + "Quantum" + ], + "ChallengeTargetID": [ + 121, + 122, + 123 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1023010 + ], + "EventIDList1": [ + 30001121 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1003010 + ], + "EventIDList2": [ + 30001122 + ], + "MazeBuffID": 3030016 + }, + { + "ID": 13, + "Name": { + "Hash": 1577274279, + "Hash64": 8708040087225745755 + }, + "GroupID": 100, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 12, + "RewardID": 101013, + "DamageType1": [ + "Fire", + "Ice", + "Thunder" + ], + "DamageType2": [ + "Fire", + "Wind", + "Quantum" + ], + "ChallengeTargetID": [ + 131, + 132, + 133 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1013010 + ], + "EventIDList1": [ + 30001131 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8003010 + ], + "EventIDList2": [ + 30001132 + ], + "MazeBuffID": 3030024 + }, + { + "ID": 14, + "Name": { + "Hash": 1577274276, + "Hash64": 17009625756785106148 + }, + "GroupID": 100, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 13, + "RewardID": 101014, + "DamageType1": [ + "Physical", + "Fire", + "Imaginary" + ], + "DamageType2": [ + "Fire", + "Thunder", + "Wind" + ], + "ChallengeTargetID": [ + 141, + 142, + 143 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1004030 + ], + "EventIDList1": [ + 30001141 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1014010 + ], + "EventIDList2": [ + 30001142 + ], + "MazeBuffID": 3030023 + }, + { + "ID": 15, + "Name": { + "Hash": 1577274277, + "Hash64": 14753283284328717099 + }, + "GroupID": 100, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 14, + "RewardID": 101015, + "DamageType1": [ + "Physical", + "Thunder", + "Imaginary" + ], + "DamageType2": [ + "Fire", + "Thunder", + "Quantum" + ], + "ChallengeTargetID": [ + 151, + 152, + 153 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1004020 + ], + "EventIDList1": [ + 30001151 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1004010 + ], + "EventIDList2": [ + 30001152 + ], + "MazeBuffID": 3030017 + }, + { + "ID": 21, + "Name": { + "Hash": 11190340, + "Hash64": 7014787817530431987 + }, + "GroupID": 900, + "MapEntranceID": 3000501, + "MapEntranceID2": 3000501, + "PreLevel": 1, + "RewardID": 101016, + "DamageType1": [ + "Physical", + "Thunder" + ], + "DamageType2": [ + "Fire", + "Wind", + "Imaginary" + ], + "ChallengeTargetID": [ + 311, + 312, + 313 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 20, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8002010 + ], + "EventIDList1": [ + 30002011 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2002010 + ], + "EventIDList2": [ + 30002012 + ], + "MazeBuffID": 3030036 + }, + { + "ID": 22, + "Name": { + "Hash": 11190337, + "Hash64": 11953629612918213192 + }, + "GroupID": 900, + "MapEntranceID": 3000501, + "MapEntranceID2": 3000501, + "PreLevel": 1, + "PreChallengeMazeID": 21, + "RewardID": 101017, + "DamageType1": [ + "Thunder", + "Wind", + "Quantum" + ], + "DamageType2": [ + "Thunder", + "Wind", + "Imaginary" + ], + "ChallengeTargetID": [ + 321, + 322, + 323 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 20, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2013010 + ], + "EventIDList1": [ + 30002021 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2004020 + ], + "EventIDList2": [ + 30002022 + ], + "MazeBuffID": 3030032 + }, + { + "ID": 23, + "Name": { + "Hash": 11190338, + "Hash64": 948008303286783889 + }, + "GroupID": 900, + "MapEntranceID": 3000501, + "MapEntranceID2": 3000501, + "PreLevel": 1, + "PreChallengeMazeID": 22, + "RewardID": 101018, + "DamageType1": [ + "Physical", + "Thunder", + "Quantum" + ], + "DamageType2": [ + "Wind" + ], + "ChallengeTargetID": [ + 331, + 332, + 333 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 20, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2013010 + ], + "EventIDList1": [ + 30002031 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8013010 + ], + "EventIDList2": [ + 30002032 + ], + "MazeBuffID": 3030033 + }, + { + "ID": 24, + "Name": { + "Hash": 11190335, + "Hash64": 13795776038139235952 + }, + "GroupID": 900, + "MapEntranceID": 3000501, + "MapEntranceID2": 3000501, + "PreLevel": 1, + "PreChallengeMazeID": 23, + "RewardID": 101019, + "DamageType1": [ + "Quantum" + ], + "DamageType2": [ + "Fire", + "Ice", + "Quantum" + ], + "ChallengeTargetID": [ + 341, + 342, + 343 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 20, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003010 + ], + "EventIDList1": [ + 30002041 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2024010 + ], + "EventIDList2": [ + 30002042 + ], + "MazeBuffID": 3030034 + }, + { + "ID": 25, + "Name": { + "Hash": 11190336, + "Hash64": 9052267610543695426 + }, + "GroupID": 900, + "MapEntranceID": 3000501, + "MapEntranceID2": 3000501, + "PreLevel": 1, + "PreChallengeMazeID": 24, + "RewardID": 101020, + "DamageType1": [ + "Ice", + "Wind", + "Imaginary" + ], + "DamageType2": [ + "Fire", + "Ice", + "Wind" + ], + "ChallengeTargetID": [ + 351, + 352, + 353 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 20, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023010 + ], + "EventIDList1": [ + 30002051 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2023020 + ], + "EventIDList2": [ + 30002052 + ], + "MazeBuffID": 3030031 + }, + { + "ID": 26, + "Name": { + "Hash": 11190333, + "Hash64": 14513348385356948251 + }, + "GroupID": 900, + "MapEntranceID": 3000501, + "MapEntranceID2": 3000501, + "PreLevel": 1, + "PreChallengeMazeID": 25, + "RewardID": 101021, + "DamageType1": [ + "Physical", + "Ice", + "Thunder" + ], + "DamageType2": [ + "Physical", + "Wind", + "Imaginary" + ], + "ChallengeTargetID": [ + 361, + 362, + 363 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 20, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023030 + ], + "EventIDList1": [ + 30002061 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2004010 + ], + "EventIDList2": [ + 30002062 + ], + "MazeBuffID": 3030035 + }, + { + "ID": 101, + "Name": { + "Hash": -1289509475, + "Hash64": 18405214649623128744 + }, + "GroupID": 101, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 15, + "Floor": 1, + "RewardID": 101201, + "DamageType1": [ + "Wind" + ], + "DamageType2": [ + "Physical" + ], + "ChallengeTargetID": [ + 161, + 162, + 163 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003030, + 8003040 + ], + "EventIDList1": [ + 30001161, + 30001162 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1003010, + 1004020 + ], + "EventIDList2": [ + 30001163, + 30001164 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 102, + "Name": { + "Hash": -1692794002, + "Hash64": 9890596685049150816 + }, + "GroupID": 101, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 101, + "Floor": 2, + "RewardID": 101202, + "DamageType1": [ + "Fire", + "Ice", + "Imaginary" + ], + "DamageType2": [ + "Ice", + "Thunder" + ], + "ChallengeTargetID": [ + 171, + 172, + 173 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003050, + 8003050 + ], + "EventIDList1": [ + 30001171, + 30001172 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1013020, + 1013010 + ], + "EventIDList2": [ + 30001173, + 30001174 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 103, + "Name": { + "Hash": -126710061, + "Hash64": 503533039253040746 + }, + "GroupID": 101, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 102, + "Floor": 3, + "RewardID": 101203, + "DamageType1": [ + "Ice" + ], + "DamageType2": [ + "Fire", + "Quantum" + ], + "ChallengeTargetID": [ + 181, + 182, + 183 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003020, + 1023010 + ], + "EventIDList1": [ + 30001181, + 30001182 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 8003010, + 1023020 + ], + "EventIDList2": [ + 30001183, + 30001184 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 104, + "Name": { + "Hash": -886224948, + "Hash64": 7030134091101121243 + }, + "GroupID": 101, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 103, + "Floor": 4, + "RewardID": 101204, + "DamageType1": [ + "Wind" + ], + "DamageType2": [ + "Physical" + ], + "ChallengeTargetID": [ + 191, + 192, + 193 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003040, + 8013010 + ], + "EventIDList1": [ + 30001191, + 30001192 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1003010, + 1004020 + ], + "EventIDList2": [ + 30001193, + 30001194 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 105, + "Name": { + "Hash": 679858993, + "Hash64": 8074301193303659227 + }, + "GroupID": 101, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 104, + "Floor": 5, + "RewardID": 101205, + "DamageType1": [ + "Wind", + "Quantum" + ], + "DamageType2": [ + "Fire", + "Thunder" + ], + "ChallengeTargetID": [ + 201, + 202, + 203 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003030, + 8003010 + ], + "EventIDList1": [ + 30001201, + 30001202 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1013010, + 1023020 + ], + "EventIDList2": [ + 30001203, + 30001204 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 106, + "Name": { + "Hash": 276574466, + "Hash64": 5224531278474353052 + }, + "GroupID": 101, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 105, + "Floor": 6, + "RewardID": 101206, + "DamageType1": [ + "Physical" + ], + "DamageType2": [ + "Ice", + "Thunder", + "Imaginary" + ], + "ChallengeTargetID": [ + 211, + 212, + 213 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1004030 + ], + "EventIDList1": [ + 30001211 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1023010 + ], + "EventIDList2": [ + 30001212 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 107, + "Name": { + "Hash": 1842658407, + "Hash64": 10732345666078490690 + }, + "GroupID": 101, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 106, + "Floor": 7, + "RewardID": 101207, + "DamageType1": [ + "Fire", + "Quantum" + ], + "DamageType2": [ + "Ice", + "Thunder" + ], + "ChallengeTargetID": [ + 221, + 222, + 223 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003010 + ], + "EventIDList1": [ + 30001221 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1013020 + ], + "EventIDList2": [ + 30001222 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 108, + "Name": { + "Hash": 1795604240, + "Hash64": 2892449383494208709 + }, + "GroupID": 101, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 107, + "Floor": 8, + "RewardID": 101208, + "DamageType1": [ + "Wind", + "Quantum" + ], + "DamageType2": [ + "Physical", + "Wind", + "Imaginary" + ], + "ChallengeTargetID": [ + 231, + 232, + 233 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003030 + ], + "EventIDList1": [ + 30001231 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8013010 + ], + "EventIDList2": [ + 30001232 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 109, + "Name": { + "Hash": -933279115, + "Hash64": 2340536186186631653 + }, + "GroupID": 101, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 108, + "Floor": 9, + "RewardID": 101209, + "DamageType1": [ + "Fire", + "Ice", + "Imaginary" + ], + "DamageType2": [ + "Thunder" + ], + "ChallengeTargetID": [ + 241, + 242, + 243 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003050 + ], + "EventIDList1": [ + 30001241 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1014010 + ], + "EventIDList2": [ + 30001242 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 110, + "Name": { + "Hash": 1439373881, + "Hash64": 7368865503557310734 + }, + "GroupID": 101, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 109, + "Floor": 10, + "RewardID": 101210, + "DamageType1": [ + "Ice" + ], + "DamageType2": [ + "Fire", + "Quantum" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003020 + ], + "EventIDList1": [ + 30001251 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1004010 + ], + "EventIDList2": [ + 30001252 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 201, + "Name": { + "Hash": -1712996978, + "Hash64": 12616153022545447724 + }, + "GroupID": 102, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 15, + "Floor": 1, + "RewardID": 101201, + "DamageType1": [ + "Wind" + ], + "DamageType2": [ + "Physical" + ], + "ChallengeTargetID": [ + 161, + 162, + 163 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003030, + 8003040 + ], + "EventIDList1": [ + 30002161, + 30002162 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1003010, + 1004020 + ], + "EventIDList2": [ + 30002163, + 30002164 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 202, + "Name": { + "Hash": -1309712451, + "Hash64": 15432134132747327738 + }, + "GroupID": 102, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 201, + "Floor": 2, + "RewardID": 101202, + "DamageType1": [ + "Fire", + "Ice", + "Imaginary" + ], + "DamageType2": [ + "Ice", + "Thunder" + ], + "ChallengeTargetID": [ + 171, + 172, + 173 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003050, + 8003050 + ], + "EventIDList1": [ + 30002171, + 30002172 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1013020, + 1013010 + ], + "EventIDList2": [ + 30002173, + 30002174 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 203, + "Name": { + "Hash": 1419170904, + "Hash64": 8514688749519133613 + }, + "GroupID": 102, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 202, + "Floor": 3, + "RewardID": 101203, + "DamageType1": [ + "Ice" + ], + "DamageType2": [ + "Fire", + "Quantum" + ], + "ChallengeTargetID": [ + 181, + 182, + 183 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003020, + 1023010 + ], + "EventIDList1": [ + 30002181, + 30002182 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 8003010, + 1023020 + ], + "EventIDList2": [ + 30002183, + 30002184 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 204, + "Name": { + "Hash": 1822455431, + "Hash64": 15926912589627042237 + }, + "GroupID": 102, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 203, + "Floor": 4, + "RewardID": 101204, + "DamageType1": [ + "Wind" + ], + "DamageType2": [ + "Physical" + ], + "ChallengeTargetID": [ + 191, + 192, + 193 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003040, + 8013010 + ], + "EventIDList1": [ + 30002191, + 30002192 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1003010, + 1004020 + ], + "EventIDList2": [ + 30002193, + 30002194 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 205, + "Name": { + "Hash": 256371490, + "Hash64": 5259867588610061948 + }, + "GroupID": 102, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 204, + "Floor": 5, + "RewardID": 101205, + "DamageType1": [ + "Wind", + "Quantum" + ], + "DamageType2": [ + "Fire", + "Thunder" + ], + "ChallengeTargetID": [ + 201, + 202, + 203 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003030, + 8003010 + ], + "EventIDList1": [ + 30002201, + 30002202 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1013010, + 1023020 + ], + "EventIDList2": [ + 30002203, + 30002204 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 206, + "Name": { + "Hash": 659656017, + "Hash64": 8710307511535403110 + }, + "GroupID": 102, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 205, + "Floor": 6, + "RewardID": 101206, + "DamageType1": [ + "Physical" + ], + "DamageType2": [ + "Ice", + "Thunder", + "Imaginary" + ], + "ChallengeTargetID": [ + 211, + 212, + 213 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1004030 + ], + "EventIDList1": [ + 30002211 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1023010 + ], + "EventIDList2": [ + 30002212 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 207, + "Name": { + "Hash": -906427924, + "Hash64": 2318196100239953554 + }, + "GroupID": 102, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 206, + "Floor": 7, + "RewardID": 101207, + "DamageType1": [ + "Fire", + "Quantum" + ], + "DamageType2": [ + "Ice", + "Thunder" + ], + "ChallengeTargetID": [ + 221, + 222, + 223 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003010 + ], + "EventIDList1": [ + 30002221 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1013020 + ], + "EventIDList2": [ + 30002222 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 208, + "Name": { + "Hash": 209317323, + "Hash64": 14405960459571264348 + }, + "GroupID": 102, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 207, + "Floor": 8, + "RewardID": 101208, + "DamageType1": [ + "Wind", + "Quantum" + ], + "DamageType2": [ + "Physical", + "Wind", + "Imaginary" + ], + "ChallengeTargetID": [ + 231, + 232, + 233 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003030 + ], + "EventIDList1": [ + 30002231 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8013010 + ], + "EventIDList2": [ + 30002232 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 209, + "Name": { + "Hash": -1356766618, + "Hash64": 16334413152371193007 + }, + "GroupID": 102, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 208, + "Floor": 9, + "RewardID": 101209, + "DamageType1": [ + "Fire", + "Ice", + "Imaginary" + ], + "DamageType2": [ + "Thunder" + ], + "ChallengeTargetID": [ + 241, + 242, + 243 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003050 + ], + "EventIDList1": [ + 30002241 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1014010 + ], + "EventIDList2": [ + 30002242 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 210, + "Name": { + "Hash": -146913036, + "Hash64": 14996366315773077600 + }, + "GroupID": 102, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 209, + "Floor": 10, + "RewardID": 101210, + "DamageType1": [ + "Ice" + ], + "DamageType2": [ + "Fire", + "Quantum" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003020 + ], + "EventIDList1": [ + 30002251 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1004010 + ], + "EventIDList2": [ + 30002252 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 301, + "Name": { + "Hash": -1571834477, + "Hash64": 17576394507400867673 + }, + "GroupID": 103, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 15, + "Floor": 1, + "RewardID": 101201, + "DamageType1": [ + "Wind" + ], + "DamageType2": [ + "Physical" + ], + "ChallengeTargetID": [ + 161, + 162, + 163 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003030, + 8003040 + ], + "EventIDList1": [ + 30003161, + 30003162 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1003010, + 1004020 + ], + "EventIDList2": [ + 30003163, + 30003164 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 302, + "Name": { + "Hash": -5750536, + "Hash64": 2756135264368782003 + }, + "GroupID": 103, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 301, + "Floor": 2, + "RewardID": 101202, + "DamageType1": [ + "Fire", + "Ice", + "Imaginary" + ], + "DamageType2": [ + "Ice", + "Thunder" + ], + "ChallengeTargetID": [ + 171, + 172, + 173 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003050, + 8003050 + ], + "EventIDList1": [ + 30003171, + 30003172 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1013020, + 1013010 + ], + "EventIDList2": [ + 30003173, + 30003174 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 303, + "Name": { + "Hash": 1560333405, + "Hash64": 16497067526215192525 + }, + "GroupID": 103, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 302, + "Floor": 3, + "RewardID": 101203, + "DamageType1": [ + "Ice" + ], + "DamageType2": [ + "Fire", + "Quantum" + ], + "ChallengeTargetID": [ + 181, + 182, + 183 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003020, + 1023010 + ], + "EventIDList1": [ + 30003181, + 30003182 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 8003010, + 1023020 + ], + "EventIDList2": [ + 30003183, + 30003184 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 304, + "Name": { + "Hash": -1168549950, + "Hash64": 5956411607443481017 + }, + "GroupID": 103, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 303, + "Floor": 4, + "RewardID": 101204, + "DamageType1": [ + "Wind" + ], + "DamageType2": [ + "Physical" + ], + "ChallengeTargetID": [ + 191, + 192, + 193 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003040, + 8013010 + ], + "EventIDList1": [ + 30003191, + 30003192 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1003010, + 1004020 + ], + "EventIDList2": [ + 30003193, + 30003194 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 305, + "Name": { + "Hash": 397533991, + "Hash64": 12563202993791191194 + }, + "GroupID": 103, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 304, + "Floor": 5, + "RewardID": 101205, + "DamageType1": [ + "Wind", + "Quantum" + ], + "DamageType2": [ + "Fire", + "Thunder" + ], + "ChallengeTargetID": [ + 201, + 202, + 203 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003030, + 8003010 + ], + "EventIDList1": [ + 30003201, + 30003202 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1013010, + 1023020 + ], + "EventIDList2": [ + 30003203, + 30003204 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 306, + "Name": { + "Hash": 1963617932, + "Hash64": 9241476015786902096 + }, + "GroupID": 103, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 305, + "Floor": 6, + "RewardID": 101206, + "DamageType1": [ + "Physical" + ], + "DamageType2": [ + "Ice", + "Thunder", + "Imaginary" + ], + "ChallengeTargetID": [ + 211, + 212, + 213 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1004030 + ], + "EventIDList1": [ + 30003211 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1023010 + ], + "EventIDList2": [ + 30003212 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 307, + "Name": { + "Hash": -765265423, + "Hash64": 12024359457231896920 + }, + "GroupID": 103, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 306, + "Floor": 7, + "RewardID": 101207, + "DamageType1": [ + "Fire", + "Quantum" + ], + "DamageType2": [ + "Ice", + "Thunder" + ], + "ChallengeTargetID": [ + 221, + 222, + 223 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003010 + ], + "EventIDList1": [ + 30003221 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1013020 + ], + "EventIDList2": [ + 30003222 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 308, + "Name": { + "Hash": 1513279238, + "Hash64": 754737507386917641 + }, + "GroupID": 103, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 307, + "Floor": 8, + "RewardID": 101208, + "DamageType1": [ + "Wind", + "Quantum" + ], + "DamageType2": [ + "Physical", + "Wind", + "Imaginary" + ], + "ChallengeTargetID": [ + 231, + 232, + 233 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003030 + ], + "EventIDList1": [ + 30003231 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8013010 + ], + "EventIDList2": [ + 30003232 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 309, + "Name": { + "Hash": -1215604117, + "Hash64": 4400164923057246995 + }, + "GroupID": 103, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 308, + "Floor": 9, + "RewardID": 101209, + "DamageType1": [ + "Fire", + "Ice", + "Imaginary" + ], + "DamageType2": [ + "Thunder" + ], + "ChallengeTargetID": [ + 241, + 242, + 243 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003050 + ], + "EventIDList1": [ + 30003241 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1014010 + ], + "EventIDList2": [ + 30003242 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 310, + "Name": { + "Hash": 1157048879, + "Hash64": 18084616842053836211 + }, + "GroupID": 103, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 309, + "Floor": 10, + "RewardID": 101210, + "DamageType1": [ + "Ice" + ], + "DamageType2": [ + "Fire", + "Quantum" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003020 + ], + "EventIDList1": [ + 30003251 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1004010 + ], + "EventIDList2": [ + 30003252 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 401, + "Name": { + "Hash": -866021972, + "Hash64": 2487836807710766443 + }, + "GroupID": 104, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 15, + "Floor": 1, + "RewardID": 101201, + "DamageType1": [ + "Wind" + ], + "DamageType2": [ + "Physical" + ], + "ChallengeTargetID": [ + 161, + 162, + 163 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003030, + 8003040 + ], + "EventIDList1": [ + 30001161, + 30001162 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1003010, + 1004020 + ], + "EventIDList2": [ + 30001163, + 30001164 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 402, + "Name": { + "Hash": 1862861383, + "Hash64": 11117459209661297261 + }, + "GroupID": 104, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 401, + "Floor": 2, + "RewardID": 101202, + "DamageType1": [ + "Fire", + "Ice", + "Imaginary" + ], + "DamageType2": [ + "Ice", + "Thunder" + ], + "ChallengeTargetID": [ + 171, + 172, + 173 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003050, + 8003050 + ], + "EventIDList1": [ + 30001171, + 30001172 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1013020, + 1013010 + ], + "EventIDList2": [ + 30001173, + 30001174 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 403, + "Name": { + "Hash": 296777442, + "Hash64": 9734578515959825242 + }, + "GroupID": 104, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 402, + "Floor": 3, + "RewardID": 101203, + "DamageType1": [ + "Ice" + ], + "DamageType2": [ + "Fire", + "Quantum" + ], + "ChallengeTargetID": [ + 181, + 182, + 183 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003020, + 1023010 + ], + "EventIDList1": [ + 30001181, + 30001182 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 8003010, + 1023020 + ], + "EventIDList2": [ + 30001183, + 30001184 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 404, + "Name": { + "Hash": -1269306499, + "Hash64": 4745363837001154373 + }, + "GroupID": 104, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 403, + "Floor": 4, + "RewardID": 101204, + "DamageType1": [ + "Wind" + ], + "DamageType2": [ + "Physical" + ], + "ChallengeTargetID": [ + 191, + 192, + 193 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003040, + 8013010 + ], + "EventIDList1": [ + 30001191, + 30001192 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1003010, + 1004020 + ], + "EventIDList2": [ + 30001193, + 30001194 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 405, + "Name": { + "Hash": 1459576856, + "Hash64": 4312816487095869373 + }, + "GroupID": 104, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 404, + "Floor": 5, + "RewardID": 101205, + "DamageType1": [ + "Wind", + "Quantum" + ], + "DamageType2": [ + "Fire", + "Thunder" + ], + "ChallengeTargetID": [ + 201, + 202, + 203 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003030, + 8003010 + ], + "EventIDList1": [ + 30001201, + 30001202 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1013010, + 1023020 + ], + "EventIDList2": [ + 30001203, + 30001204 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 406, + "Name": { + "Hash": -106507085, + "Hash64": 5066174067248473620 + }, + "GroupID": 104, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 405, + "Floor": 6, + "RewardID": 101206, + "DamageType1": [ + "Physical" + ], + "DamageType2": [ + "Ice", + "Thunder", + "Imaginary" + ], + "ChallengeTargetID": [ + 211, + 212, + 213 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1004030 + ], + "EventIDList1": [ + 30001211 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1023010 + ], + "EventIDList2": [ + 30001212 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 407, + "Name": { + "Hash": -1672591026, + "Hash64": 4719402377790172318 + }, + "GroupID": 104, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 406, + "Floor": 7, + "RewardID": 101207, + "DamageType1": [ + "Fire", + "Quantum" + ], + "DamageType2": [ + "Ice", + "Thunder" + ], + "ChallengeTargetID": [ + 221, + 222, + 223 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003010 + ], + "EventIDList1": [ + 30001221 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1013020 + ], + "EventIDList2": [ + 30001222 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 408, + "Name": { + "Hash": 1056292329, + "Hash64": 18142178875302648937 + }, + "GroupID": 104, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 407, + "Floor": 8, + "RewardID": 101208, + "DamageType1": [ + "Wind", + "Quantum" + ], + "DamageType2": [ + "Physical", + "Wind", + "Imaginary" + ], + "ChallengeTargetID": [ + 231, + 232, + 233 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003030 + ], + "EventIDList1": [ + 30001231 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8013010 + ], + "EventIDList2": [ + 30001232 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 409, + "Name": { + "Hash": -509791612, + "Hash64": 15018310513361037323 + }, + "GroupID": 104, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 408, + "Floor": 9, + "RewardID": 101209, + "DamageType1": [ + "Fire", + "Ice", + "Imaginary" + ], + "DamageType2": [ + "Thunder" + ], + "ChallengeTargetID": [ + 241, + 242, + 243 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003050 + ], + "EventIDList1": [ + 30001241 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1014010 + ], + "EventIDList2": [ + 30001242 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 410, + "Name": { + "Hash": 700061970, + "Hash64": 3845152388335394689 + }, + "GroupID": 104, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 409, + "Floor": 10, + "RewardID": 101210, + "DamageType1": [ + "Ice" + ], + "DamageType2": [ + "Fire", + "Quantum" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003020 + ], + "EventIDList1": [ + 30001251 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1004010 + ], + "EventIDList2": [ + 30001252 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 501, + "Name": { + "Hash": -724859471, + "Hash64": 3397918936939184638 + }, + "GroupID": 105, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 15, + "Floor": 1, + "RewardID": 101201, + "DamageType1": [ + "Wind" + ], + "DamageType2": [ + "Physical" + ], + "ChallengeTargetID": [ + 161, + 162, + 163 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003030, + 8003040 + ], + "EventIDList1": [ + 30002161, + 30002162 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1003010, + 1004020 + ], + "EventIDList2": [ + 30002163, + 30002164 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 502, + "Name": { + "Hash": -1128143998, + "Hash64": 6203084430299036157 + }, + "GroupID": 105, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 501, + "Floor": 2, + "RewardID": 101202, + "DamageType1": [ + "Fire", + "Ice", + "Imaginary" + ], + "DamageType2": [ + "Ice", + "Thunder" + ], + "ChallengeTargetID": [ + 171, + 172, + 173 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003050, + 8003050 + ], + "EventIDList1": [ + 30002171, + 30002172 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1013020, + 1013010 + ], + "EventIDList2": [ + 30002173, + 30002174 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 503, + "Name": { + "Hash": 437939943, + "Hash64": 13617224294861243619 + }, + "GroupID": 105, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 502, + "Floor": 3, + "RewardID": 101203, + "DamageType1": [ + "Ice" + ], + "DamageType2": [ + "Fire", + "Quantum" + ], + "ChallengeTargetID": [ + 181, + 182, + 183 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003020, + 1023010 + ], + "EventIDList1": [ + 30002181, + 30002182 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 8003010, + 1023020 + ], + "EventIDList2": [ + 30002183, + 30002184 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 504, + "Name": { + "Hash": 34655416, + "Hash64": 16548133118852970299 + }, + "GroupID": 105, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 503, + "Floor": 4, + "RewardID": 101204, + "DamageType1": [ + "Wind" + ], + "DamageType2": [ + "Physical" + ], + "ChallengeTargetID": [ + 191, + 192, + 193 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003040, + 8013010 + ], + "EventIDList1": [ + 30002191, + 30002192 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1003010, + 1004020 + ], + "EventIDList2": [ + 30002193, + 30002194 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 505, + "Name": { + "Hash": 1600739357, + "Hash64": 18033157691507068547 + }, + "GroupID": 105, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 504, + "Floor": 5, + "RewardID": 101205, + "DamageType1": [ + "Wind", + "Quantum" + ], + "DamageType2": [ + "Fire", + "Thunder" + ], + "ChallengeTargetID": [ + 201, + 202, + 203 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003030, + 8003010 + ], + "EventIDList1": [ + 30002201, + 30002202 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1013010, + 1023020 + ], + "EventIDList2": [ + 30002203, + 30002204 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 506, + "Name": { + "Hash": 1197454830, + "Hash64": 2312901167651903987 + }, + "GroupID": 105, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 505, + "Floor": 6, + "RewardID": 101206, + "DamageType1": [ + "Physical" + ], + "DamageType2": [ + "Ice", + "Thunder", + "Imaginary" + ], + "ChallengeTargetID": [ + 211, + 212, + 213 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1004030 + ], + "EventIDList1": [ + 30002211 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1023010 + ], + "EventIDList2": [ + 30002212 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 507, + "Name": { + "Hash": -1531428525, + "Hash64": 5751256640742381881 + }, + "GroupID": 105, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 506, + "Floor": 7, + "RewardID": 101207, + "DamageType1": [ + "Fire", + "Quantum" + ], + "DamageType2": [ + "Ice", + "Thunder" + ], + "ChallengeTargetID": [ + 221, + 222, + 223 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003010 + ], + "EventIDList1": [ + 30002221 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1013020 + ], + "EventIDList2": [ + 30002222 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 508, + "Name": { + "Hash": -1934713052, + "Hash64": 14787477515333694608 + }, + "GroupID": 105, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 507, + "Floor": 8, + "RewardID": 101208, + "DamageType1": [ + "Wind", + "Quantum" + ], + "DamageType2": [ + "Physical", + "Wind", + "Imaginary" + ], + "ChallengeTargetID": [ + 231, + 232, + 233 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003030 + ], + "EventIDList1": [ + 30002231 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8013010 + ], + "EventIDList2": [ + 30002232 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 509, + "Name": { + "Hash": -368629111, + "Hash64": 17566992701919922856 + }, + "GroupID": 105, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 508, + "Floor": 9, + "RewardID": 101209, + "DamageType1": [ + "Fire", + "Ice", + "Imaginary" + ], + "DamageType2": [ + "Thunder" + ], + "ChallengeTargetID": [ + 241, + 242, + 243 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003050 + ], + "EventIDList1": [ + 30002241 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1014010 + ], + "EventIDList2": [ + 30002242 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 510, + "Name": { + "Hash": 2004023885, + "Hash64": 15926569384003239263 + }, + "GroupID": 105, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 509, + "Floor": 10, + "RewardID": 101210, + "DamageType1": [ + "Ice" + ], + "DamageType2": [ + "Fire", + "Quantum" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003020 + ], + "EventIDList1": [ + 30002251 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1004010 + ], + "EventIDList2": [ + 30002252 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 601, + "Name": { + "Hash": -1148346974, + "Hash64": 15043988775240265213 + }, + "GroupID": 106, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 15, + "Floor": 1, + "RewardID": 101201, + "DamageType1": [ + "Wind" + ], + "DamageType2": [ + "Physical" + ], + "ChallengeTargetID": [ + 161, + 162, + 163 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003030, + 8003040 + ], + "EventIDList1": [ + 30003161, + 30003162 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1003010, + 1004020 + ], + "EventIDList2": [ + 30003163, + 30003164 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 602, + "Name": { + "Hash": -745062447, + "Hash64": 10426408741033323919 + }, + "GroupID": 106, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 601, + "Floor": 2, + "RewardID": 101202, + "DamageType1": [ + "Fire", + "Ice", + "Imaginary" + ], + "DamageType2": [ + "Ice", + "Thunder" + ], + "ChallengeTargetID": [ + 171, + 172, + 173 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003050, + 8003050 + ], + "EventIDList1": [ + 30003171, + 30003172 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1013020, + 1013010 + ], + "EventIDList2": [ + 30003173, + 30003174 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 603, + "Name": { + "Hash": 1983820908, + "Hash64": 4273860069767788340 + }, + "GroupID": 106, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 602, + "Floor": 3, + "RewardID": 101203, + "DamageType1": [ + "Ice" + ], + "DamageType2": [ + "Fire", + "Quantum" + ], + "ChallengeTargetID": [ + 181, + 182, + 183 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003020, + 1023010 + ], + "EventIDList1": [ + 30003181, + 30003182 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 8003010, + 1023020 + ], + "EventIDList2": [ + 30003183, + 30003184 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 604, + "Name": { + "Hash": -1551631501, + "Hash64": 168971558117727119 + }, + "GroupID": 106, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 603, + "Floor": 4, + "RewardID": 101204, + "DamageType1": [ + "Wind" + ], + "DamageType2": [ + "Physical" + ], + "ChallengeTargetID": [ + 191, + 192, + 193 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003040, + 8013010 + ], + "EventIDList1": [ + 30003191, + 30003192 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1003010, + 1004020 + ], + "EventIDList2": [ + 30003193, + 30003194 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 605, + "Name": { + "Hash": 1177251854, + "Hash64": 13809932318828508313 + }, + "GroupID": 106, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 604, + "Floor": 5, + "RewardID": 101205, + "DamageType1": [ + "Wind", + "Quantum" + ], + "DamageType2": [ + "Fire", + "Thunder" + ], + "ChallengeTargetID": [ + 201, + 202, + 203 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003030, + 8003010 + ], + "EventIDList1": [ + 30003201, + 30003202 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1013010, + 1023020 + ], + "EventIDList2": [ + 30003203, + 30003204 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 606, + "Name": { + "Hash": 1580536381, + "Hash64": 16669886897908410013 + }, + "GroupID": 106, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 605, + "Floor": 6, + "RewardID": 101206, + "DamageType1": [ + "Physical" + ], + "DamageType2": [ + "Ice", + "Thunder", + "Imaginary" + ], + "ChallengeTargetID": [ + 211, + 212, + 213 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1004030 + ], + "EventIDList1": [ + 30003211 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1023010 + ], + "EventIDList2": [ + 30003212 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 607, + "Name": { + "Hash": 14452440, + "Hash64": 7471398788155098375 + }, + "GroupID": 106, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 606, + "Floor": 7, + "RewardID": 101207, + "DamageType1": [ + "Fire", + "Quantum" + ], + "DamageType2": [ + "Ice", + "Thunder" + ], + "ChallengeTargetID": [ + 221, + 222, + 223 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003010 + ], + "EventIDList1": [ + 30003221 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1013020 + ], + "EventIDList2": [ + 30003222 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 608, + "Name": { + "Hash": 773967327, + "Hash64": 5578691101523275699 + }, + "GroupID": 106, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 607, + "Floor": 8, + "RewardID": 101208, + "DamageType1": [ + "Wind", + "Quantum" + ], + "DamageType2": [ + "Physical", + "Wind", + "Imaginary" + ], + "ChallengeTargetID": [ + 231, + 232, + 233 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003030 + ], + "EventIDList1": [ + 30003231 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8013010 + ], + "EventIDList2": [ + 30003232 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 609, + "Name": { + "Hash": -792116614, + "Hash64": 12850607109151082661 + }, + "GroupID": 106, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 608, + "Floor": 9, + "RewardID": 101209, + "DamageType1": [ + "Fire", + "Ice", + "Imaginary" + ], + "DamageType2": [ + "Thunder" + ], + "ChallengeTargetID": [ + 241, + 242, + 243 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003050 + ], + "EventIDList1": [ + 30003241 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1014010 + ], + "EventIDList2": [ + 30003242 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 610, + "Name": { + "Hash": 417736968, + "Hash64": 8729569394567319199 + }, + "GroupID": 106, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 609, + "Floor": 10, + "RewardID": 101210, + "DamageType1": [ + "Ice" + ], + "DamageType2": [ + "Fire", + "Quantum" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003020 + ], + "EventIDList1": [ + 30003251 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1004010 + ], + "EventIDList2": [ + 30003252 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 701, + "Name": { + "Hash": -1007184473, + "Hash64": 14613055522071557120 + }, + "GroupID": 107, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 15, + "Floor": 1, + "RewardID": 101201, + "DamageType1": [ + "Wind" + ], + "DamageType2": [ + "Physical" + ], + "ChallengeTargetID": [ + 161, + 162, + 163 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003030, + 8003040 + ], + "EventIDList1": [ + 30001161, + 30001162 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1003010, + 1004020 + ], + "EventIDList2": [ + 30001163, + 30001164 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 702, + "Name": { + "Hash": 558899468, + "Hash64": 1918297036058098740 + }, + "GroupID": 107, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 701, + "Floor": 2, + "RewardID": 101202, + "DamageType1": [ + "Fire", + "Ice", + "Imaginary" + ], + "DamageType2": [ + "Ice", + "Thunder" + ], + "ChallengeTargetID": [ + 171, + 172, + 173 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003050, + 8003050 + ], + "EventIDList1": [ + 30001171, + 30001172 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1013020, + 1013010 + ], + "EventIDList2": [ + 30001173, + 30001174 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 703, + "Name": { + "Hash": 2124983409, + "Hash64": 13679902751323221340 + }, + "GroupID": 107, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 702, + "Floor": 3, + "RewardID": 101203, + "DamageType1": [ + "Ice" + ], + "DamageType2": [ + "Fire", + "Quantum" + ], + "ChallengeTargetID": [ + 181, + 182, + 183 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003020, + 1023010 + ], + "EventIDList1": [ + 30001181, + 30001182 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 8003010, + 1023020 + ], + "EventIDList2": [ + 30001183, + 30001184 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 704, + "Name": { + "Hash": -247669586, + "Hash64": 5793165514929920797 + }, + "GroupID": 107, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 703, + "Floor": 4, + "RewardID": 101204, + "DamageType1": [ + "Wind" + ], + "DamageType2": [ + "Physical" + ], + "ChallengeTargetID": [ + 191, + 192, + 193 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003040, + 8013010 + ], + "EventIDList1": [ + 30001191, + 30001192 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1003010, + 1004020 + ], + "EventIDList2": [ + 30001193, + 30001194 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 705, + "Name": { + "Hash": 1318414355, + "Hash64": 15179243076294648914 + }, + "GroupID": 107, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 704, + "Floor": 5, + "RewardID": 101205, + "DamageType1": [ + "Wind", + "Quantum" + ], + "DamageType2": [ + "Fire", + "Thunder" + ], + "ChallengeTargetID": [ + 201, + 202, + 203 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003030, + 8003010 + ], + "EventIDList1": [ + 30001201, + 30001202 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1013010, + 1023020 + ], + "EventIDList2": [ + 30001203, + 30001204 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 706, + "Name": { + "Hash": -1410469000, + "Hash64": 5701761712235067587 + }, + "GroupID": 107, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 705, + "Floor": 6, + "RewardID": 101206, + "DamageType1": [ + "Physical" + ], + "DamageType2": [ + "Ice", + "Thunder", + "Imaginary" + ], + "ChallengeTargetID": [ + 211, + 212, + 213 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1004030 + ], + "EventIDList1": [ + 30001211 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1023010 + ], + "EventIDList2": [ + 30001212 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 707, + "Name": { + "Hash": 155614941, + "Hash64": 16482990902254747846 + }, + "GroupID": 107, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 706, + "Floor": 7, + "RewardID": 101207, + "DamageType1": [ + "Fire", + "Quantum" + ], + "DamageType2": [ + "Ice", + "Thunder" + ], + "ChallengeTargetID": [ + 221, + 222, + 223 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003010 + ], + "EventIDList1": [ + 30001221 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1013020 + ], + "EventIDList2": [ + 30001222 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 708, + "Name": { + "Hash": 2077929242, + "Hash64": 14222162258118589140 + }, + "GroupID": 107, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 707, + "Floor": 8, + "RewardID": 101208, + "DamageType1": [ + "Wind", + "Quantum" + ], + "DamageType2": [ + "Physical", + "Wind", + "Imaginary" + ], + "ChallengeTargetID": [ + 231, + 232, + 233 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003030 + ], + "EventIDList1": [ + 30001231 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8013010 + ], + "EventIDList2": [ + 30001232 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 709, + "Name": { + "Hash": -650954113, + "Hash64": 10266597247516879680 + }, + "GroupID": 107, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 708, + "Floor": 9, + "RewardID": 101209, + "DamageType1": [ + "Fire", + "Ice", + "Imaginary" + ], + "DamageType2": [ + "Thunder" + ], + "ChallengeTargetID": [ + 241, + 242, + 243 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003050 + ], + "EventIDList1": [ + 30001241 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1014010 + ], + "EventIDList2": [ + 30001242 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 710, + "Name": { + "Hash": 1721698883, + "Hash64": 4860033293456538492 + }, + "GroupID": 107, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 709, + "Floor": 10, + "RewardID": 101210, + "DamageType1": [ + "Ice" + ], + "DamageType2": [ + "Fire", + "Quantum" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003020 + ], + "EventIDList1": [ + 30001251 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1004010 + ], + "EventIDList2": [ + 30001252 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 801, + "Name": { + "Hash": 1734995312, + "Hash64": 3059595227867461827 + }, + "GroupID": 108, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 15, + "Floor": 1, + "RewardID": 101201, + "DamageType1": [ + "Wind" + ], + "DamageType2": [ + "Physical" + ], + "ChallengeTargetID": [ + 161, + 162, + 163 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003030, + 8003040 + ], + "EventIDList1": [ + 30002161, + 30002162 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1003010, + 1004020 + ], + "EventIDList2": [ + 30002163, + 30002164 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 802, + "Name": { + "Hash": 168911371, + "Hash64": 6059114671943872513 + }, + "GroupID": 108, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 801, + "Floor": 2, + "RewardID": 101202, + "DamageType1": [ + "Fire", + "Ice", + "Imaginary" + ], + "DamageType2": [ + "Ice", + "Thunder" + ], + "ChallengeTargetID": [ + 171, + 172, + 173 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003050, + 8003050 + ], + "EventIDList1": [ + 30002171, + 30002172 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1013020, + 1013010 + ], + "EventIDList2": [ + 30002173, + 30002174 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 803, + "Name": { + "Hash": -1397172570, + "Hash64": 16917568271180808509 + }, + "GroupID": 108, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 802, + "Floor": 3, + "RewardID": 101203, + "DamageType1": [ + "Ice" + ], + "DamageType2": [ + "Fire", + "Quantum" + ], + "ChallengeTargetID": [ + 181, + 182, + 183 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003020, + 1023010 + ], + "EventIDList1": [ + 30002181, + 30002182 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 8003010, + 1023020 + ], + "EventIDList2": [ + 30002183, + 30002184 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 804, + "Name": { + "Hash": 975480425, + "Hash64": 7826011125061811153 + }, + "GroupID": 108, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 803, + "Floor": 4, + "RewardID": 101204, + "DamageType1": [ + "Wind" + ], + "DamageType2": [ + "Physical" + ], + "ChallengeTargetID": [ + 191, + 192, + 193 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003040, + 8013010 + ], + "EventIDList1": [ + 30002191, + 30002192 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1003010, + 1004020 + ], + "EventIDList2": [ + 30002193, + 30002194 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 805, + "Name": { + "Hash": -590603516, + "Hash64": 8022419587208090098 + }, + "GroupID": 108, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 804, + "Floor": 5, + "RewardID": 101205, + "DamageType1": [ + "Wind", + "Quantum" + ], + "DamageType2": [ + "Fire", + "Thunder" + ], + "ChallengeTargetID": [ + 201, + 202, + 203 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003030, + 8003010 + ], + "EventIDList1": [ + 30002201, + 30002202 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1013010, + 1023020 + ], + "EventIDList2": [ + 30002203, + 30002204 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 806, + "Name": { + "Hash": 2138279839, + "Hash64": 7438698572116779816 + }, + "GroupID": 108, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 805, + "Floor": 6, + "RewardID": 101206, + "DamageType1": [ + "Physical" + ], + "DamageType2": [ + "Ice", + "Thunder", + "Imaginary" + ], + "ChallengeTargetID": [ + 211, + 212, + 213 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1004030 + ], + "EventIDList1": [ + 30002211 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1023010 + ], + "EventIDList2": [ + 30002212 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 807, + "Name": { + "Hash": 572195898, + "Hash64": 7335973561063682642 + }, + "GroupID": 108, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 806, + "Floor": 7, + "RewardID": 101207, + "DamageType1": [ + "Fire", + "Quantum" + ], + "DamageType2": [ + "Ice", + "Thunder" + ], + "ChallengeTargetID": [ + 221, + 222, + 223 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003010 + ], + "EventIDList1": [ + 30002221 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1013020 + ], + "EventIDList2": [ + 30002222 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 808, + "Name": { + "Hash": -1350118403, + "Hash64": 10690089733929039637 + }, + "GroupID": 108, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 807, + "Floor": 8, + "RewardID": 101208, + "DamageType1": [ + "Wind", + "Quantum" + ], + "DamageType2": [ + "Physical", + "Wind", + "Imaginary" + ], + "ChallengeTargetID": [ + 231, + 232, + 233 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003030 + ], + "EventIDList1": [ + 30002231 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8013010 + ], + "EventIDList2": [ + 30002232 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 809, + "Name": { + "Hash": 1378764952, + "Hash64": 4517806846244937397 + }, + "GroupID": 108, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 808, + "Floor": 9, + "RewardID": 101209, + "DamageType1": [ + "Fire", + "Ice", + "Imaginary" + ], + "DamageType2": [ + "Thunder" + ], + "ChallengeTargetID": [ + 241, + 242, + 243 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003050 + ], + "EventIDList1": [ + 30002241 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1014010 + ], + "EventIDList2": [ + 30002242 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 810, + "Name": { + "Hash": -993888042, + "Hash64": 4667743445931085528 + }, + "GroupID": 108, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 809, + "Floor": 10, + "RewardID": 101210, + "DamageType1": [ + "Ice" + ], + "DamageType2": [ + "Fire", + "Quantum" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003020 + ], + "EventIDList1": [ + 30002251 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1004010 + ], + "EventIDList2": [ + 30002252 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 901, + "Name": { + "Hash": 1876157813, + "Hash64": 11272588044052910928 + }, + "GroupID": 109, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 15, + "Floor": 1, + "RewardID": 101201, + "DamageType1": [ + "Wind" + ], + "DamageType2": [ + "Physical" + ], + "ChallengeTargetID": [ + 161, + 162, + 163 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003030, + 8003040 + ], + "EventIDList1": [ + 30003161, + 30003162 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1003010, + 1004020 + ], + "EventIDList2": [ + 30003163, + 30003164 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 902, + "Name": { + "Hash": 1472873286, + "Hash64": 15731879188277371919 + }, + "GroupID": 109, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 901, + "Floor": 2, + "RewardID": 101202, + "DamageType1": [ + "Fire", + "Ice", + "Imaginary" + ], + "DamageType2": [ + "Ice", + "Thunder" + ], + "ChallengeTargetID": [ + 171, + 172, + 173 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003050, + 8003050 + ], + "EventIDList1": [ + 30003171, + 30003172 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1013020, + 1013010 + ], + "EventIDList2": [ + 30003173, + 30003174 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 903, + "Name": { + "Hash": -1256010069, + "Hash64": 4644402514607010788 + }, + "GroupID": 109, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 902, + "Floor": 3, + "RewardID": 101203, + "DamageType1": [ + "Ice" + ], + "DamageType2": [ + "Fire", + "Quantum" + ], + "ChallengeTargetID": [ + 181, + 182, + 183 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003020, + 1023010 + ], + "EventIDList1": [ + 30003181, + 30003182 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 8003010, + 1023020 + ], + "EventIDList2": [ + 30003183, + 30003184 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 904, + "Name": { + "Hash": -2015524956, + "Hash64": 17748141086773850102 + }, + "GroupID": 109, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 903, + "Floor": 4, + "RewardID": 101204, + "DamageType1": [ + "Wind" + ], + "DamageType2": [ + "Physical" + ], + "ChallengeTargetID": [ + 191, + 192, + 193 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003040, + 8013010 + ], + "EventIDList1": [ + 30003191, + 30003192 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1003010, + 1004020 + ], + "EventIDList2": [ + 30003193, + 30003194 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 905, + "Name": { + "Hash": -449441015, + "Hash64": 697769823227794342 + }, + "GroupID": 109, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 904, + "Floor": 5, + "RewardID": 101205, + "DamageType1": [ + "Wind", + "Quantum" + ], + "DamageType2": [ + "Fire", + "Thunder" + ], + "ChallengeTargetID": [ + 201, + 202, + 203 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003030, + 8003010 + ], + "EventIDList1": [ + 30003201, + 30003202 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1013010, + 1023020 + ], + "EventIDList2": [ + 30003203, + 30003204 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 906, + "Name": { + "Hash": -852725542, + "Hash64": 13428778760421911975 + }, + "GroupID": 109, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 905, + "Floor": 6, + "RewardID": 101206, + "DamageType1": [ + "Physical" + ], + "DamageType2": [ + "Ice", + "Thunder", + "Imaginary" + ], + "ChallengeTargetID": [ + 211, + 212, + 213 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1004030 + ], + "EventIDList1": [ + 30003211 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1023010 + ], + "EventIDList2": [ + 30003212 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 907, + "Name": { + "Hash": 713358399, + "Hash64": 6454783149170087191 + }, + "GroupID": 109, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 906, + "Floor": 7, + "RewardID": 101207, + "DamageType1": [ + "Fire", + "Quantum" + ], + "DamageType2": [ + "Ice", + "Thunder" + ], + "ChallengeTargetID": [ + 221, + 222, + 223 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003010 + ], + "EventIDList1": [ + 30003221 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1013020 + ], + "EventIDList2": [ + 30003222 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 908, + "Name": { + "Hash": -46156488, + "Hash64": 14749982630748788553 + }, + "GroupID": 109, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 907, + "Floor": 8, + "RewardID": 101208, + "DamageType1": [ + "Wind", + "Quantum" + ], + "DamageType2": [ + "Physical", + "Wind", + "Imaginary" + ], + "ChallengeTargetID": [ + 231, + 232, + 233 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003030 + ], + "EventIDList1": [ + 30003231 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8013010 + ], + "EventIDList2": [ + 30003232 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 909, + "Name": { + "Hash": 1519927453, + "Hash64": 9622589382297530327 + }, + "GroupID": 109, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 908, + "Floor": 9, + "RewardID": 101209, + "DamageType1": [ + "Fire", + "Ice", + "Imaginary" + ], + "DamageType2": [ + "Thunder" + ], + "ChallengeTargetID": [ + 241, + 242, + 243 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003050 + ], + "EventIDList1": [ + 30003241 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1014010 + ], + "EventIDList2": [ + 30003242 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 910, + "Name": { + "Hash": 310073873, + "Hash64": 8310640187380343141 + }, + "GroupID": 109, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 909, + "Floor": 10, + "RewardID": 101210, + "DamageType1": [ + "Ice" + ], + "DamageType2": [ + "Fire", + "Quantum" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003020 + ], + "EventIDList1": [ + 30003251 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1004010 + ], + "EventIDList2": [ + 30003252 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 1001, + "Name": { + "Hash": -202017047, + "Hash64": 17952159325265275305 + }, + "GroupID": 110, + "MapEntranceID": 3000401, + "MapEntranceID2": 3000401, + "PreLevel": 1, + "PreChallengeMazeID": 15, + "Floor": 1, + "RewardID": 101201, + "DamageType1": [ + "Physical", + "Quantum" + ], + "DamageType2": [ + "Wind", + "Imaginary" + ], + "ChallengeTargetID": [ + 161, + 162, + 163 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 10, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 1003010, + 8003030 + ], + "EventIDList1": [ + 30004161, + 30004162 + ], + "MazeGroupID2": 11, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 8013010, + 2023010 + ], + "EventIDList2": [ + 30004163, + 30004164 + ], + "MazeBuffID": 3030107 + }, + { + "ID": 1002, + "Name": { + "Hash": -202017050, + "Hash64": 9768248050507078732 + }, + "GroupID": 110, + "MapEntranceID": 3000401, + "MapEntranceID2": 3000401, + "PreLevel": 1, + "PreChallengeMazeID": 1001, + "Floor": 2, + "RewardID": 101202, + "DamageType1": [ + "Fire", + "Thunder" + ], + "DamageType2": [ + "Thunder", + "Imaginary" + ], + "ChallengeTargetID": [ + 171, + 172, + 173 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 10, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003040, + 1013010 + ], + "EventIDList1": [ + 30004171, + 30004172 + ], + "MazeGroupID2": 11, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1013020, + 1004020 + ], + "EventIDList2": [ + 30004173, + 30004174 + ], + "MazeBuffID": 3030107 + }, + { + "ID": 1003, + "Name": { + "Hash": -202017049, + "Hash64": 4976351481242543730 + }, + "GroupID": 110, + "MapEntranceID": 3000401, + "MapEntranceID2": 3000401, + "PreLevel": 1, + "PreChallengeMazeID": 1002, + "Floor": 3, + "RewardID": 101203, + "DamageType1": [ + "Fire", + "Quantum" + ], + "DamageType2": [ + "Ice", + "Imaginary" + ], + "ChallengeTargetID": [ + 181, + 182, + 183 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 10, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003010, + 1023020 + ], + "EventIDList1": [ + 30004181, + 30004182 + ], + "MazeGroupID2": 11, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 8003050, + 2023010 + ], + "EventIDList2": [ + 30004183, + 30004184 + ], + "MazeBuffID": 3030107 + }, + { + "ID": 1004, + "Name": { + "Hash": -202017052, + "Hash64": 5251371726254565960 + }, + "GroupID": 110, + "MapEntranceID": 3000401, + "MapEntranceID2": 3000401, + "PreLevel": 1, + "PreChallengeMazeID": 1003, + "Floor": 4, + "RewardID": 101204, + "DamageType1": [ + "Quantum" + ], + "DamageType2": [ + "Physical", + "Wind", + "Imaginary" + ], + "ChallengeTargetID": [ + 191, + 192, + 193 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 10, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003020, + 2013010 + ], + "EventIDList1": [ + 30004191, + 30004192 + ], + "MazeGroupID2": 11, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 8013010, + 2004010 + ], + "EventIDList2": [ + 30004193, + 30004194 + ], + "MazeBuffID": 3030107 + }, + { + "ID": 1005, + "Name": { + "Hash": -202017051, + "Hash64": 16444065697018252976 + }, + "GroupID": 110, + "MapEntranceID": 3000401, + "MapEntranceID2": 3000401, + "PreLevel": 1, + "PreChallengeMazeID": 1004, + "Floor": 5, + "RewardID": 101205, + "DamageType1": [ + "Physical", + "Ice", + "Quantum" + ], + "DamageType2": [ + "Ice", + "Imaginary" + ], + "ChallengeTargetID": [ + 201, + 202, + 203 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 10, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003020, + 1003010 + ], + "EventIDList1": [ + 30004201, + 30004202 + ], + "MazeGroupID2": 11, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1023010, + 2023010 + ], + "EventIDList2": [ + 30004203, + 30004204 + ], + "MazeBuffID": 3030107 + }, + { + "ID": 1006, + "Name": { + "Hash": -202017054, + "Hash64": 11736900598021292880 + }, + "GroupID": 110, + "MapEntranceID": 3000501, + "MapEntranceID2": 3000501, + "PreLevel": 1, + "PreChallengeMazeID": 1005, + "Floor": 6, + "RewardID": 101206, + "DamageType1": [ + "Ice", + "Thunder", + "Imaginary" + ], + "DamageType2": [ + "Quantum" + ], + "ChallengeTargetID": [ + 211, + 212, + 213 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1023010 + ], + "EventIDList1": [ + 30004211 + ], + "MazeGroupID2": 20, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2024010 + ], + "EventIDList2": [ + 30004212 + ], + "MazeBuffID": 3030107 + }, + { + "ID": 1007, + "Name": { + "Hash": -202017053, + "Hash64": 13938854961642391796 + }, + "GroupID": 110, + "MapEntranceID": 3000501, + "MapEntranceID2": 3000501, + "PreLevel": 1, + "PreChallengeMazeID": 1006, + "Floor": 7, + "RewardID": 101207, + "DamageType1": [ + "Physical", + "Quantum" + ], + "DamageType2": [ + "Ice", + "Thunder" + ], + "ChallengeTargetID": [ + 221, + 222, + 223 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003020 + ], + "EventIDList1": [ + 30004221 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1013020 + ], + "EventIDList2": [ + 30004222 + ], + "MazeBuffID": 3030107 + }, + { + "ID": 1008, + "Name": { + "Hash": -202017040, + "Hash64": 18127746487675264642 + }, + "GroupID": 110, + "MapEntranceID": 3000501, + "MapEntranceID2": 3000501, + "PreLevel": 1, + "PreChallengeMazeID": 1007, + "Floor": 8, + "RewardID": 101208, + "DamageType1": [ + "Wind", + "Imaginary" + ], + "DamageType2": [ + "Fire", + "Wind" + ], + "ChallengeTargetID": [ + 231, + 232, + 233 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8013010 + ], + "EventIDList1": [ + 30004231 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8003040 + ], + "EventIDList2": [ + 30004232 + ], + "MazeBuffID": 3030107 + }, + { + "ID": 1009, + "Name": { + "Hash": -202017039, + "Hash64": 5862142344776558035 + }, + "GroupID": 110, + "MapEntranceID": 3000501, + "MapEntranceID2": 3000501, + "PreLevel": 1, + "PreChallengeMazeID": 1008, + "Floor": 9, + "RewardID": 101209, + "DamageType1": [ + "Ice", + "Imaginary" + ], + "DamageType2": [ + "Fire", + "Quantum" + ], + "ChallengeTargetID": [ + 241, + 242, + 243 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023010 + ], + "EventIDList1": [ + 30004241 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1004010 + ], + "EventIDList2": [ + 30004242 + ], + "MazeBuffID": 3030107 + }, + { + "ID": 1010, + "Name": { + "Hash": 1364066893, + "Hash64": 14646397186214331403 + }, + "GroupID": 110, + "MapEntranceID": 3000501, + "MapEntranceID2": 3000501, + "PreLevel": 1, + "PreChallengeMazeID": 1009, + "Floor": 10, + "RewardID": 101210, + "DamageType1": [ + "Wind", + "Quantum" + ], + "DamageType2": [ + "Wind", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2013010 + ], + "EventIDList1": [ + 30004251 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2004010 + ], + "EventIDList2": [ + 30004252 + ], + "MazeBuffID": 3030107 + }, + { + "ID": 1101, + "Name": { + "Hash": -202016952, + "Hash64": 4687722908412568294 + }, + "GroupID": 111, + "MapEntranceID": 3000401, + "MapEntranceID2": 3000401, + "PreLevel": 1, + "PreChallengeMazeID": 15, + "Floor": 1, + "RewardID": 101201, + "DamageType1": [ + "Physical", + "Quantum" + ], + "DamageType2": [ + "Wind", + "Imaginary" + ], + "ChallengeTargetID": [ + 161, + 162, + 163 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 10, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 1003010, + 8003030 + ], + "EventIDList1": [ + 30005161, + 30005162 + ], + "MazeGroupID2": 11, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 8013010, + 2023010 + ], + "EventIDList2": [ + 30005163, + 30005164 + ], + "MazeBuffID": 3030108 + }, + { + "ID": 1102, + "Name": { + "Hash": -202016953, + "Hash64": 4872804643993742279 + }, + "GroupID": 111, + "MapEntranceID": 3000401, + "MapEntranceID2": 3000401, + "PreLevel": 1, + "PreChallengeMazeID": 1101, + "Floor": 2, + "RewardID": 101202, + "DamageType1": [ + "Fire", + "Thunder" + ], + "DamageType2": [ + "Thunder", + "Imaginary" + ], + "ChallengeTargetID": [ + 171, + 172, + 173 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 10, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003040, + 1013010 + ], + "EventIDList1": [ + 30005171, + 30005172 + ], + "MazeGroupID2": 11, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1013020, + 1004020 + ], + "EventIDList2": [ + 30005173, + 30005174 + ], + "MazeBuffID": 3030108 + }, + { + "ID": 1103, + "Name": { + "Hash": -202016954, + "Hash64": 2610007954915978054 + }, + "GroupID": 111, + "MapEntranceID": 3000401, + "MapEntranceID2": 3000401, + "PreLevel": 1, + "PreChallengeMazeID": 1102, + "Floor": 3, + "RewardID": 101203, + "DamageType1": [ + "Fire", + "Quantum" + ], + "DamageType2": [ + "Ice", + "Imaginary" + ], + "ChallengeTargetID": [ + 181, + 182, + 183 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 10, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003010, + 1023020 + ], + "EventIDList1": [ + 30005181, + 30005182 + ], + "MazeGroupID2": 11, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 8003050, + 2023010 + ], + "EventIDList2": [ + 30005183, + 30005184 + ], + "MazeBuffID": 3030108 + }, + { + "ID": 1104, + "Name": { + "Hash": -202016955, + "Hash64": 2079510454701341927 + }, + "GroupID": 111, + "MapEntranceID": 3000401, + "MapEntranceID2": 3000401, + "PreLevel": 1, + "PreChallengeMazeID": 1103, + "Floor": 4, + "RewardID": 101204, + "DamageType1": [ + "Quantum" + ], + "DamageType2": [ + "Physical", + "Wind", + "Imaginary" + ], + "ChallengeTargetID": [ + 191, + 192, + 193 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 10, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003020, + 2013010 + ], + "EventIDList1": [ + 30005191, + 30005192 + ], + "MazeGroupID2": 11, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 8013010, + 2004010 + ], + "EventIDList2": [ + 30005193, + 30005194 + ], + "MazeBuffID": 3030108 + }, + { + "ID": 1105, + "Name": { + "Hash": -202016956, + "Hash64": 6942275826545109142 + }, + "GroupID": 111, + "MapEntranceID": 3000401, + "MapEntranceID2": 3000401, + "PreLevel": 1, + "PreChallengeMazeID": 1104, + "Floor": 5, + "RewardID": 101205, + "DamageType1": [ + "Physical", + "Ice", + "Quantum" + ], + "DamageType2": [ + "Ice", + "Imaginary" + ], + "ChallengeTargetID": [ + 201, + 202, + 203 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 10, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003020, + 1003010 + ], + "EventIDList1": [ + 30005201, + 30005202 + ], + "MazeGroupID2": 11, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1023010, + 2023010 + ], + "EventIDList2": [ + 30005203, + 30005204 + ], + "MazeBuffID": 3030108 + }, + { + "ID": 1106, + "Name": { + "Hash": -202016957, + "Hash64": 6776766298368734817 + }, + "GroupID": 111, + "MapEntranceID": 3000501, + "MapEntranceID2": 3000501, + "PreLevel": 1, + "PreChallengeMazeID": 1105, + "Floor": 6, + "RewardID": 101206, + "DamageType1": [ + "Ice", + "Thunder", + "Imaginary" + ], + "DamageType2": [ + "Quantum" + ], + "ChallengeTargetID": [ + 211, + 212, + 213 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1023010 + ], + "EventIDList1": [ + 30005211 + ], + "MazeGroupID2": 20, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2024010 + ], + "EventIDList2": [ + 30005212 + ], + "MazeBuffID": 3030108 + }, + { + "ID": 1107, + "Name": { + "Hash": -202016958, + "Hash64": 10296952253209101377 + }, + "GroupID": 111, + "MapEntranceID": 3000501, + "MapEntranceID2": 3000501, + "PreLevel": 1, + "PreChallengeMazeID": 1106, + "Floor": 7, + "RewardID": 101207, + "DamageType1": [ + "Physical", + "Quantum" + ], + "DamageType2": [ + "Ice", + "Thunder" + ], + "ChallengeTargetID": [ + 221, + 222, + 223 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003020 + ], + "EventIDList1": [ + 30005221 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1013020 + ], + "EventIDList2": [ + 30005222 + ], + "MazeBuffID": 3030108 + }, + { + "ID": 1108, + "Name": { + "Hash": -202016943, + "Hash64": 14801613517796290960 + }, + "GroupID": 111, + "MapEntranceID": 3000501, + "MapEntranceID2": 3000501, + "PreLevel": 1, + "PreChallengeMazeID": 1107, + "Floor": 8, + "RewardID": 101208, + "DamageType1": [ + "Wind", + "Imaginary" + ], + "DamageType2": [ + "Fire", + "Wind" + ], + "ChallengeTargetID": [ + 231, + 232, + 233 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8013010 + ], + "EventIDList1": [ + 30005231 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8003040 + ], + "EventIDList2": [ + 30005232 + ], + "MazeBuffID": 3030108 + }, + { + "ID": 1109, + "Name": { + "Hash": -202016944, + "Hash64": 5962823505651439500 + }, + "GroupID": 111, + "MapEntranceID": 3000501, + "MapEntranceID2": 3000501, + "PreLevel": 1, + "PreChallengeMazeID": 1108, + "Floor": 9, + "RewardID": 101209, + "DamageType1": [ + "Ice", + "Imaginary" + ], + "DamageType2": [ + "Fire", + "Quantum" + ], + "ChallengeTargetID": [ + 241, + 242, + 243 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023010 + ], + "EventIDList1": [ + 30005241 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1004010 + ], + "EventIDList2": [ + 30005242 + ], + "MazeBuffID": 3030108 + }, + { + "ID": 1110, + "Name": { + "Hash": 1364066990, + "Hash64": 7813366180343827489 + }, + "GroupID": 111, + "MapEntranceID": 3000501, + "MapEntranceID2": 3000501, + "PreLevel": 1, + "PreChallengeMazeID": 1109, + "Floor": 10, + "RewardID": 101210, + "DamageType1": [ + "Wind", + "Quantum" + ], + "DamageType2": [ + "Wind", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2013010 + ], + "EventIDList1": [ + 30005251 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2004010 + ], + "EventIDList2": [ + 30005252 + ], + "MazeBuffID": 3030108 + }, + { + "ID": 1201, + "Name": { + "Hash": -202017113, + "Hash64": 1171251468414363241 + }, + "GroupID": 112, + "MapEntranceID": 3000401, + "MapEntranceID2": 3000401, + "PreLevel": 1, + "PreChallengeMazeID": 15, + "Floor": 1, + "RewardID": 101201, + "DamageType1": [ + "Physical", + "Quantum" + ], + "DamageType2": [ + "Wind", + "Imaginary" + ], + "ChallengeTargetID": [ + 161, + 162, + 163 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 10, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 1003010, + 8003030 + ], + "EventIDList1": [ + 30006161, + 30006162 + ], + "MazeGroupID2": 11, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 8013010, + 2023010 + ], + "EventIDList2": [ + 30006163, + 30006164 + ], + "MazeBuffID": 3030109 + }, + { + "ID": 1202, + "Name": { + "Hash": -202017112, + "Hash64": 14383429805749055351 + }, + "GroupID": 112, + "MapEntranceID": 3000401, + "MapEntranceID2": 3000401, + "PreLevel": 1, + "PreChallengeMazeID": 1201, + "Floor": 2, + "RewardID": 101202, + "DamageType1": [ + "Fire", + "Thunder" + ], + "DamageType2": [ + "Thunder", + "Imaginary" + ], + "ChallengeTargetID": [ + 171, + 172, + 173 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 10, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003040, + 1013010 + ], + "EventIDList1": [ + 30006171, + 30006172 + ], + "MazeGroupID2": 11, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1013020, + 1004020 + ], + "EventIDList2": [ + 30006173, + 30006174 + ], + "MazeBuffID": 3030109 + }, + { + "ID": 1203, + "Name": { + "Hash": -202017111, + "Hash64": 13621873181967232279 + }, + "GroupID": 112, + "MapEntranceID": 3000401, + "MapEntranceID2": 3000401, + "PreLevel": 1, + "PreChallengeMazeID": 1202, + "Floor": 3, + "RewardID": 101203, + "DamageType1": [ + "Fire", + "Quantum" + ], + "DamageType2": [ + "Ice", + "Imaginary" + ], + "ChallengeTargetID": [ + 181, + 182, + 183 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 10, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003010, + 1023020 + ], + "EventIDList1": [ + 30006181, + 30006182 + ], + "MazeGroupID2": 11, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 8003050, + 2023010 + ], + "EventIDList2": [ + 30006183, + 30006184 + ], + "MazeBuffID": 3030109 + }, + { + "ID": 1204, + "Name": { + "Hash": -202017118, + "Hash64": 5961117042222282428 + }, + "GroupID": 112, + "MapEntranceID": 3000401, + "MapEntranceID2": 3000401, + "PreLevel": 1, + "PreChallengeMazeID": 1203, + "Floor": 4, + "RewardID": 101204, + "DamageType1": [ + "Quantum" + ], + "DamageType2": [ + "Physical", + "Wind", + "Imaginary" + ], + "ChallengeTargetID": [ + 191, + 192, + 193 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 10, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003020, + 2013010 + ], + "EventIDList1": [ + 30006191, + 30006192 + ], + "MazeGroupID2": 11, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 8013010, + 2004010 + ], + "EventIDList2": [ + 30006193, + 30006194 + ], + "MazeBuffID": 3030109 + }, + { + "ID": 1205, + "Name": { + "Hash": -202017117, + "Hash64": 10139133209499411164 + }, + "GroupID": 112, + "MapEntranceID": 3000401, + "MapEntranceID2": 3000401, + "PreLevel": 1, + "PreChallengeMazeID": 1204, + "Floor": 5, + "RewardID": 101205, + "DamageType1": [ + "Physical", + "Ice", + "Quantum" + ], + "DamageType2": [ + "Ice", + "Imaginary" + ], + "ChallengeTargetID": [ + 201, + 202, + 203 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 10, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003020, + 1003010 + ], + "EventIDList1": [ + 30006201, + 30006202 + ], + "MazeGroupID2": 11, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1023010, + 2023010 + ], + "EventIDList2": [ + 30006203, + 30006204 + ], + "MazeBuffID": 3030109 + }, + { + "ID": 1206, + "Name": { + "Hash": -202017116, + "Hash64": 9668692159515416724 + }, + "GroupID": 112, + "MapEntranceID": 3000501, + "MapEntranceID2": 3000501, + "PreLevel": 1, + "PreChallengeMazeID": 1205, + "Floor": 6, + "RewardID": 101206, + "DamageType1": [ + "Ice", + "Thunder", + "Imaginary" + ], + "DamageType2": [ + "Quantum" + ], + "ChallengeTargetID": [ + 211, + 212, + 213 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1023010 + ], + "EventIDList1": [ + 30006211 + ], + "MazeGroupID2": 20, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2024010 + ], + "EventIDList2": [ + 30006212 + ], + "MazeBuffID": 3030109 + }, + { + "ID": 1207, + "Name": { + "Hash": -202017115, + "Hash64": 3063378078563859688 + }, + "GroupID": 112, + "MapEntranceID": 3000501, + "MapEntranceID2": 3000501, + "PreLevel": 1, + "PreChallengeMazeID": 1206, + "Floor": 7, + "RewardID": 101207, + "DamageType1": [ + "Physical", + "Quantum" + ], + "DamageType2": [ + "Ice", + "Thunder" + ], + "ChallengeTargetID": [ + 221, + 222, + 223 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003020 + ], + "EventIDList1": [ + 30006221 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1013020 + ], + "EventIDList2": [ + 30006222 + ], + "MazeBuffID": 3030109 + }, + { + "ID": 1208, + "Name": { + "Hash": -202017106, + "Hash64": 402007646606227502 + }, + "GroupID": 112, + "MapEntranceID": 3000501, + "MapEntranceID2": 3000501, + "PreLevel": 1, + "PreChallengeMazeID": 1207, + "Floor": 8, + "RewardID": 101208, + "DamageType1": [ + "Wind", + "Imaginary" + ], + "DamageType2": [ + "Fire", + "Wind" + ], + "ChallengeTargetID": [ + 231, + 232, + 233 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8013010 + ], + "EventIDList1": [ + 30006231 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8003040 + ], + "EventIDList2": [ + 30006232 + ], + "MazeBuffID": 3030109 + }, + { + "ID": 1209, + "Name": { + "Hash": -202017105, + "Hash64": 14665355871963169285 + }, + "GroupID": 112, + "MapEntranceID": 3000501, + "MapEntranceID2": 3000501, + "PreLevel": 1, + "PreChallengeMazeID": 1208, + "Floor": 9, + "RewardID": 101209, + "DamageType1": [ + "Ice", + "Imaginary" + ], + "DamageType2": [ + "Fire", + "Quantum" + ], + "ChallengeTargetID": [ + 241, + 242, + 243 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023010 + ], + "EventIDList1": [ + 30006241 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1004010 + ], + "EventIDList2": [ + 30006242 + ], + "MazeBuffID": 3030109 + }, + { + "ID": 1210, + "Name": { + "Hash": 1364066827, + "Hash64": 9870762694843245742 + }, + "GroupID": 112, + "MapEntranceID": 3000501, + "MapEntranceID2": 3000501, + "PreLevel": 1, + "PreChallengeMazeID": 1209, + "Floor": 10, + "RewardID": 101210, + "DamageType1": [ + "Wind", + "Quantum" + ], + "DamageType2": [ + "Wind", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2013010 + ], + "EventIDList1": [ + 30006251 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2004010 + ], + "EventIDList2": [ + 30006252 + ], + "MazeBuffID": 3030109 + }, + { + "ID": 1301, + "Name": { + "Hash": -202017018, + "Hash64": 924564151816502279 + }, + "GroupID": 113, + "MapEntranceID": 3000501, + "MapEntranceID2": 3000501, + "PreLevel": 1, + "PreChallengeMazeID": 15, + "Floor": 1, + "RewardID": 101201, + "DamageType1": [ + "Fire", + "Thunder" + ], + "DamageType2": [ + "Wind", + "Imaginary" + ], + "ChallengeTargetID": [ + 161, + 162, + 163 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 10, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 1023020, + 8003040 + ], + "EventIDList1": [ + 30007161, + 30007162 + ], + "MazeGroupID2": 11, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 8013010, + 2023010 + ], + "EventIDList2": [ + 30007163, + 30007164 + ], + "MazeBuffID": 3030110 + }, + { + "ID": 1302, + "Name": { + "Hash": -202017015, + "Hash64": 4395907228862848527 + }, + "GroupID": 113, + "MapEntranceID": 3000501, + "MapEntranceID2": 3000501, + "PreLevel": 1, + "PreChallengeMazeID": 1301, + "Floor": 2, + "RewardID": 101202, + "DamageType1": [ + "Fire", + "Ice", + "Imaginary" + ], + "DamageType2": [ + "Wind", + "Quantum" + ], + "ChallengeTargetID": [ + 171, + 172, + 173 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 10, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003050, + 8003050 + ], + "EventIDList1": [ + 30007171, + 30007172 + ], + "MazeGroupID2": 11, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 8003030, + 8003010 + ], + "EventIDList2": [ + 30007173, + 30007174 + ], + "MazeBuffID": 3030110 + }, + { + "ID": 1303, + "Name": { + "Hash": -202017016, + "Hash64": 10245893178851105892 + }, + "GroupID": 113, + "MapEntranceID": 3000501, + "MapEntranceID2": 3000501, + "PreLevel": 1, + "PreChallengeMazeID": 1302, + "Floor": 3, + "RewardID": 101203, + "DamageType1": [ + "Physical" + ], + "DamageType2": [ + "Fire", + "Quantum" + ], + "ChallengeTargetID": [ + 181, + 182, + 183 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 10, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 1003010, + 1004030 + ], + "EventIDList1": [ + 30007181, + 30007182 + ], + "MazeGroupID2": 11, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 8003010, + 1023020 + ], + "EventIDList2": [ + 30007183, + 30007184 + ], + "MazeBuffID": 3030110 + }, + { + "ID": 1304, + "Name": { + "Hash": -202017021, + "Hash64": 4483506642516541011 + }, + "GroupID": 113, + "MapEntranceID": 3000501, + "MapEntranceID2": 3000501, + "PreLevel": 1, + "PreChallengeMazeID": 1303, + "Floor": 4, + "RewardID": 101204, + "DamageType1": [ + "Ice", + "Thunder" + ], + "DamageType2": [ + "Physical", + "Ice", + "Quantum" + ], + "ChallengeTargetID": [ + 191, + 192, + 193 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 10, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 1013020, + 1013010 + ], + "EventIDList1": [ + 30007191, + 30007192 + ], + "MazeGroupID2": 11, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 8003020, + 8003020 + ], + "EventIDList2": [ + 30007193, + 30007194 + ], + "MazeBuffID": 3030110 + }, + { + "ID": 1305, + "Name": { + "Hash": -202017022, + "Hash64": 6150500803126338362 + }, + "GroupID": 113, + "MapEntranceID": 3000501, + "MapEntranceID2": 3000501, + "PreLevel": 1, + "PreChallengeMazeID": 1304, + "Floor": 5, + "RewardID": 101205, + "DamageType1": [ + "Thunder" + ], + "DamageType2": [ + "Wind" + ], + "ChallengeTargetID": [ + 201, + 202, + 203 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 10, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003040, + 1004020 + ], + "EventIDList1": [ + 30007201, + 30007202 + ], + "MazeGroupID2": 11, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 2013010, + 2023010 + ], + "EventIDList2": [ + 30007203, + 30007204 + ], + "MazeBuffID": 3030110 + }, + { + "ID": 1306, + "Name": { + "Hash": -202017019, + "Hash64": 16713989485738983064 + }, + "GroupID": 113, + "MapEntranceID": 3000501, + "MapEntranceID2": 3000501, + "PreLevel": 1, + "PreChallengeMazeID": 1305, + "Floor": 6, + "RewardID": 101206, + "DamageType1": [ + "Ice", + "Wind" + ], + "DamageType2": [ + "Thunder", + "Imaginary" + ], + "ChallengeTargetID": [ + 211, + 212, + 213 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023020 + ], + "EventIDList1": [ + 30007211 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2004020 + ], + "EventIDList2": [ + 30007212 + ], + "MazeBuffID": 3030110 + }, + { + "ID": 1307, + "Name": { + "Hash": -202017020, + "Hash64": 18177726563820515596 + }, + "GroupID": 113, + "MapEntranceID": 3000501, + "MapEntranceID2": 3000501, + "PreLevel": 1, + "PreChallengeMazeID": 1306, + "Floor": 7, + "RewardID": 101207, + "DamageType1": [ + "Ice", + "Thunder" + ], + "DamageType2": [ + "Physical" + ], + "ChallengeTargetID": [ + 221, + 222, + 223 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1013010 + ], + "EventIDList1": [ + 30007221 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1004030 + ], + "EventIDList2": [ + 30007222 + ], + "MazeBuffID": 3030110 + }, + { + "ID": 1308, + "Name": { + "Hash": -202017009, + "Hash64": 12942780712869002099 + }, + "GroupID": 113, + "MapEntranceID": 3000501, + "MapEntranceID2": 3000501, + "PreLevel": 1, + "PreChallengeMazeID": 1307, + "Floor": 8, + "RewardID": 101208, + "DamageType1": [ + "Fire", + "Wind" + ], + "DamageType2": [ + "Physical", + "Quantum" + ], + "ChallengeTargetID": [ + 231, + 232, + 233 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023020 + ], + "EventIDList1": [ + 30007231 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8003020 + ], + "EventIDList2": [ + 30007232 + ], + "MazeBuffID": 3030110 + }, + { + "ID": 1309, + "Name": { + "Hash": -202017010, + "Hash64": 18233349692650098003 + }, + "GroupID": 113, + "MapEntranceID": 3000501, + "MapEntranceID2": 3000501, + "PreLevel": 1, + "PreChallengeMazeID": 1308, + "Floor": 9, + "RewardID": 101209, + "DamageType1": [ + "Wind", + "Imaginary" + ], + "DamageType2": [ + "Thunder" + ], + "ChallengeTargetID": [ + 241, + 242, + 243 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023010 + ], + "EventIDList1": [ + 30007241 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1014010 + ], + "EventIDList2": [ + 30007242 + ], + "MazeBuffID": 3030110 + }, + { + "ID": 1310, + "Name": { + "Hash": 1364066924, + "Hash64": 17495549530430541535 + }, + "GroupID": 113, + "MapEntranceID": 3000501, + "MapEntranceID2": 3000501, + "PreLevel": 1, + "PreChallengeMazeID": 1309, + "Floor": 10, + "RewardID": 101210, + "DamageType1": [ + "Fire", + "Thunder" + ], + "DamageType2": [ + "Wind", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003040 + ], + "EventIDList1": [ + 30007251 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2004010 + ], + "EventIDList2": [ + 30007252 + ], + "MazeBuffID": 3030110 + }, + { + "ID": 1401, + "Name": { + "Hash": -202017179, + "Hash64": 8431004686151129133 + }, + "GroupID": 114, + "MapEntranceID": 3000501, + "MapEntranceID2": 3000501, + "PreLevel": 1, + "PreChallengeMazeID": 15, + "Floor": 1, + "RewardID": 101201, + "DamageType1": [ + "Fire", + "Thunder" + ], + "DamageType2": [ + "Wind", + "Imaginary" + ], + "ChallengeTargetID": [ + 161, + 162, + 163 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 10, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 1023020, + 8003040 + ], + "EventIDList1": [ + 30008161, + 30008162 + ], + "MazeGroupID2": 11, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 8013010, + 2023010 + ], + "EventIDList2": [ + 30008163, + 30008164 + ], + "MazeBuffID": 3030111 + }, + { + "ID": 1402, + "Name": { + "Hash": -202017182, + "Hash64": 13953473648064450523 + }, + "GroupID": 114, + "MapEntranceID": 3000501, + "MapEntranceID2": 3000501, + "PreLevel": 1, + "PreChallengeMazeID": 1401, + "Floor": 2, + "RewardID": 101202, + "DamageType1": [ + "Fire", + "Ice", + "Imaginary" + ], + "DamageType2": [ + "Wind", + "Quantum" + ], + "ChallengeTargetID": [ + 171, + 172, + 173 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 10, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003050, + 8003050 + ], + "EventIDList1": [ + 30008171, + 30008172 + ], + "MazeGroupID2": 11, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 8003030, + 8003010 + ], + "EventIDList2": [ + 30008173, + 30008174 + ], + "MazeBuffID": 3030111 + }, + { + "ID": 1403, + "Name": { + "Hash": -202017181, + "Hash64": 7639235516819400593 + }, + "GroupID": 114, + "MapEntranceID": 3000501, + "MapEntranceID2": 3000501, + "PreLevel": 1, + "PreChallengeMazeID": 1402, + "Floor": 3, + "RewardID": 101203, + "DamageType1": [ + "Physical" + ], + "DamageType2": [ + "Fire", + "Quantum" + ], + "ChallengeTargetID": [ + 181, + 182, + 183 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 10, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 1003010, + 1004030 + ], + "EventIDList1": [ + 30008181, + 30008182 + ], + "MazeGroupID2": 11, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 8003010, + 1023020 + ], + "EventIDList2": [ + 30008183, + 30008184 + ], + "MazeBuffID": 3030111 + }, + { + "ID": 1404, + "Name": { + "Hash": -202017176, + "Hash64": 7749734061802485332 + }, + "GroupID": 114, + "MapEntranceID": 3000501, + "MapEntranceID2": 3000501, + "PreLevel": 1, + "PreChallengeMazeID": 1403, + "Floor": 4, + "RewardID": 101204, + "DamageType1": [ + "Ice", + "Thunder" + ], + "DamageType2": [ + "Physical", + "Ice", + "Quantum" + ], + "ChallengeTargetID": [ + 191, + 192, + 193 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 10, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 1013020, + 1013010 + ], + "EventIDList1": [ + 30008191, + 30008192 + ], + "MazeGroupID2": 11, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 8003020, + 8003020 + ], + "EventIDList2": [ + 30008193, + 30008194 + ], + "MazeBuffID": 3030111 + }, + { + "ID": 1405, + "Name": { + "Hash": -202017175, + "Hash64": 4880302077649473723 + }, + "GroupID": 114, + "MapEntranceID": 3000501, + "MapEntranceID2": 3000501, + "PreLevel": 1, + "PreChallengeMazeID": 1404, + "Floor": 5, + "RewardID": 101205, + "DamageType1": [ + "Thunder" + ], + "DamageType2": [ + "Wind" + ], + "ChallengeTargetID": [ + 201, + 202, + 203 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 10, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003040, + 1004020 + ], + "EventIDList1": [ + 30008201, + 30008202 + ], + "MazeGroupID2": 11, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 2013010, + 2023010 + ], + "EventIDList2": [ + 30008203, + 30008204 + ], + "MazeBuffID": 3030111 + }, + { + "ID": 1406, + "Name": { + "Hash": -202017178, + "Hash64": 17617177272235068116 + }, + "GroupID": 114, + "MapEntranceID": 3000501, + "MapEntranceID2": 3000501, + "PreLevel": 1, + "PreChallengeMazeID": 1405, + "Floor": 6, + "RewardID": 101206, + "DamageType1": [ + "Ice", + "Wind" + ], + "DamageType2": [ + "Thunder", + "Imaginary" + ], + "ChallengeTargetID": [ + 211, + 212, + 213 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023020 + ], + "EventIDList1": [ + 30008211 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2004020 + ], + "EventIDList2": [ + 30008212 + ], + "MazeBuffID": 3030111 + }, + { + "ID": 1407, + "Name": { + "Hash": -202017177, + "Hash64": 16536058293814130080 + }, + "GroupID": 114, + "MapEntranceID": 3000501, + "MapEntranceID2": 3000501, + "PreLevel": 1, + "PreChallengeMazeID": 1406, + "Floor": 7, + "RewardID": 101207, + "DamageType1": [ + "Ice", + "Thunder" + ], + "DamageType2": [ + "Physical" + ], + "ChallengeTargetID": [ + 221, + 222, + 223 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1013010 + ], + "EventIDList1": [ + 30008221 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1004030 + ], + "EventIDList2": [ + 30008222 + ], + "MazeBuffID": 3030111 + }, + { + "ID": 1408, + "Name": { + "Hash": -202017172, + "Hash64": 9055839624247922674 + }, + "GroupID": 114, + "MapEntranceID": 3000501, + "MapEntranceID2": 3000501, + "PreLevel": 1, + "PreChallengeMazeID": 1407, + "Floor": 8, + "RewardID": 101208, + "DamageType1": [ + "Fire", + "Wind" + ], + "DamageType2": [ + "Physical", + "Quantum" + ], + "ChallengeTargetID": [ + 231, + 232, + 233 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023020 + ], + "EventIDList1": [ + 30008231 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8003020 + ], + "EventIDList2": [ + 30008232 + ], + "MazeBuffID": 3030111 + }, + { + "ID": 1409, + "Name": { + "Hash": -202017171, + "Hash64": 4286311288740797836 + }, + "GroupID": 114, + "MapEntranceID": 3000501, + "MapEntranceID2": 3000501, + "PreLevel": 1, + "PreChallengeMazeID": 1408, + "Floor": 9, + "RewardID": 101209, + "DamageType1": [ + "Wind", + "Imaginary" + ], + "DamageType2": [ + "Thunder" + ], + "ChallengeTargetID": [ + 241, + 242, + 243 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023010 + ], + "EventIDList1": [ + 30008241 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1014010 + ], + "EventIDList2": [ + 30008242 + ], + "MazeBuffID": 3030111 + }, + { + "ID": 1410, + "Name": { + "Hash": 1364066761, + "Hash64": 3441267236708001577 + }, + "GroupID": 114, + "MapEntranceID": 3000501, + "MapEntranceID2": 3000501, + "PreLevel": 1, + "PreChallengeMazeID": 1409, + "Floor": 10, + "RewardID": 101210, + "DamageType1": [ + "Fire", + "Thunder" + ], + "DamageType2": [ + "Wind", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003040 + ], + "EventIDList1": [ + 30008251 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2004010 + ], + "EventIDList2": [ + 30008252 + ], + "MazeBuffID": 3030111 + }, + { + "ID": 1501, + "Name": { + "Hash": -202017084, + "Hash64": 15628966242780002595 + }, + "GroupID": 115, + "MapEntranceID": 3000501, + "MapEntranceID2": 3000501, + "PreLevel": 1, + "PreChallengeMazeID": 15, + "Floor": 1, + "RewardID": 101201, + "DamageType1": [ + "Fire", + "Thunder" + ], + "DamageType2": [ + "Wind", + "Imaginary" + ], + "ChallengeTargetID": [ + 161, + 162, + 163 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 10, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 1023020, + 8003040 + ], + "EventIDList1": [ + 30009161, + 30009162 + ], + "MazeGroupID2": 11, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 8013010, + 2023010 + ], + "EventIDList2": [ + 30009163, + 30009164 + ], + "MazeBuffID": 3030112 + }, + { + "ID": 1502, + "Name": { + "Hash": -202017085, + "Hash64": 4443591651705094352 + }, + "GroupID": 115, + "MapEntranceID": 3000501, + "MapEntranceID2": 3000501, + "PreLevel": 1, + "PreChallengeMazeID": 1501, + "Floor": 2, + "RewardID": 101202, + "DamageType1": [ + "Fire", + "Ice", + "Imaginary" + ], + "DamageType2": [ + "Wind", + "Quantum" + ], + "ChallengeTargetID": [ + 171, + 172, + 173 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 10, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003050, + 8003050 + ], + "EventIDList1": [ + 30009171, + 30009172 + ], + "MazeGroupID2": 11, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 8003030, + 8003010 + ], + "EventIDList2": [ + 30009173, + 30009174 + ], + "MazeBuffID": 3030112 + }, + { + "ID": 1503, + "Name": { + "Hash": -202017086, + "Hash64": 17478999037051723436 + }, + "GroupID": 115, + "MapEntranceID": 3000501, + "MapEntranceID2": 3000501, + "PreLevel": 1, + "PreChallengeMazeID": 1502, + "Floor": 3, + "RewardID": 101203, + "DamageType1": [ + "Physical" + ], + "DamageType2": [ + "Fire", + "Quantum" + ], + "ChallengeTargetID": [ + 181, + 182, + 183 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 10, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 1003010, + 1004030 + ], + "EventIDList1": [ + 30009181, + 30009182 + ], + "MazeGroupID2": 11, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 8003010, + 1023020 + ], + "EventIDList2": [ + 30009183, + 30009184 + ], + "MazeBuffID": 3030112 + }, + { + "ID": 1504, + "Name": { + "Hash": -202017079, + "Hash64": 5870515626179336142 + }, + "GroupID": 115, + "MapEntranceID": 3000501, + "MapEntranceID2": 3000501, + "PreLevel": 1, + "PreChallengeMazeID": 1503, + "Floor": 4, + "RewardID": 101204, + "DamageType1": [ + "Ice", + "Thunder" + ], + "DamageType2": [ + "Physical", + "Ice", + "Quantum" + ], + "ChallengeTargetID": [ + 191, + 192, + 193 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 10, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 1013020, + 1013010 + ], + "EventIDList1": [ + 30009191, + 30009192 + ], + "MazeGroupID2": 11, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 8003020, + 8003020 + ], + "EventIDList2": [ + 30009193, + 30009194 + ], + "MazeBuffID": 3030112 + }, + { + "ID": 1505, + "Name": { + "Hash": -202017080, + "Hash64": 4523272113022859840 + }, + "GroupID": 115, + "MapEntranceID": 3000501, + "MapEntranceID2": 3000501, + "PreLevel": 1, + "PreChallengeMazeID": 1504, + "Floor": 5, + "RewardID": 101205, + "DamageType1": [ + "Thunder" + ], + "DamageType2": [ + "Wind" + ], + "ChallengeTargetID": [ + 201, + 202, + 203 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 10, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003040, + 1004020 + ], + "EventIDList1": [ + 30009201, + 30009202 + ], + "MazeGroupID2": 11, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 2013010, + 2023010 + ], + "EventIDList2": [ + 30009203, + 30009204 + ], + "MazeBuffID": 3030112 + }, + { + "ID": 1506, + "Name": { + "Hash": -202017081, + "Hash64": 7893735054921514528 + }, + "GroupID": 115, + "MapEntranceID": 3000501, + "MapEntranceID2": 3000501, + "PreLevel": 1, + "PreChallengeMazeID": 1505, + "Floor": 6, + "RewardID": 101206, + "DamageType1": [ + "Ice", + "Wind" + ], + "DamageType2": [ + "Thunder", + "Imaginary" + ], + "ChallengeTargetID": [ + 211, + 212, + 213 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023020 + ], + "EventIDList1": [ + 30009211 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2004020 + ], + "EventIDList2": [ + 30009212 + ], + "MazeBuffID": 3030112 + }, + { + "ID": 1507, + "Name": { + "Hash": -202017082, + "Hash64": 5467324920537177207 + }, + "GroupID": 115, + "MapEntranceID": 3000501, + "MapEntranceID2": 3000501, + "PreLevel": 1, + "PreChallengeMazeID": 1506, + "Floor": 7, + "RewardID": 101207, + "DamageType1": [ + "Ice", + "Thunder" + ], + "DamageType2": [ + "Physical" + ], + "ChallengeTargetID": [ + 221, + 222, + 223 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1013010 + ], + "EventIDList1": [ + 30009221 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1004030 + ], + "EventIDList2": [ + 30009222 + ], + "MazeBuffID": 3030112 + }, + { + "ID": 1508, + "Name": { + "Hash": -202017075, + "Hash64": 16046463480057037150 + }, + "GroupID": 115, + "MapEntranceID": 3000501, + "MapEntranceID2": 3000501, + "PreLevel": 1, + "PreChallengeMazeID": 1507, + "Floor": 8, + "RewardID": 101208, + "DamageType1": [ + "Fire", + "Wind" + ], + "DamageType2": [ + "Physical", + "Quantum" + ], + "ChallengeTargetID": [ + 231, + 232, + 233 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023020 + ], + "EventIDList1": [ + 30009231 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8003020 + ], + "EventIDList2": [ + 30009232 + ], + "MazeBuffID": 3030112 + }, + { + "ID": 1509, + "Name": { + "Hash": -202017076, + "Hash64": 17752048334268067244 + }, + "GroupID": 115, + "MapEntranceID": 3000501, + "MapEntranceID2": 3000501, + "PreLevel": 1, + "PreChallengeMazeID": 1508, + "Floor": 9, + "RewardID": 101209, + "DamageType1": [ + "Wind", + "Imaginary" + ], + "DamageType2": [ + "Thunder" + ], + "ChallengeTargetID": [ + 241, + 242, + 243 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023010 + ], + "EventIDList1": [ + 30009241 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1014010 + ], + "EventIDList2": [ + 30009242 + ], + "MazeBuffID": 3030112 + }, + { + "ID": 1510, + "Name": { + "Hash": 1364066858, + "Hash64": 17273338684285402093 + }, + "GroupID": 115, + "MapEntranceID": 3000501, + "MapEntranceID2": 3000501, + "PreLevel": 1, + "PreChallengeMazeID": 1509, + "Floor": 10, + "RewardID": 101210, + "DamageType1": [ + "Fire", + "Thunder" + ], + "DamageType2": [ + "Wind", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003040 + ], + "EventIDList1": [ + 30009251 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2004010 + ], + "EventIDList2": [ + 30009252 + ], + "MazeBuffID": 3030112 + }, + { + "ID": 1601, + "Name": { + "Hash": -202017245, + "Hash64": 16615402046110022518 + }, + "GroupID": 116, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 15, + "Floor": 1, + "RewardID": 101201, + "DamageType1": [ + "Wind" + ], + "DamageType2": [ + "Physical" + ], + "ChallengeTargetID": [ + 161, + 162, + 163 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003030, + 8003040 + ], + "EventIDList1": [ + 30001161, + 30001162 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1003010, + 1004020 + ], + "EventIDList2": [ + 30001163, + 30001164 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 1602, + "Name": { + "Hash": -202017244, + "Hash64": 13488460684402446022 + }, + "GroupID": 116, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 1601, + "Floor": 2, + "RewardID": 101202, + "DamageType1": [ + "Fire", + "Ice", + "Imaginary" + ], + "DamageType2": [ + "Ice", + "Thunder" + ], + "ChallengeTargetID": [ + 171, + 172, + 173 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003050, + 8003050 + ], + "EventIDList1": [ + 30001171, + 30001172 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1013020, + 1013010 + ], + "EventIDList2": [ + 30001173, + 30001174 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 1603, + "Name": { + "Hash": -202017243, + "Hash64": 13510426294101191892 + }, + "GroupID": 116, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 1602, + "Floor": 3, + "RewardID": 101203, + "DamageType1": [ + "Ice" + ], + "DamageType2": [ + "Fire", + "Quantum" + ], + "ChallengeTargetID": [ + 181, + 182, + 183 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003020, + 1023010 + ], + "EventIDList1": [ + 30001181, + 30001182 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 8003010, + 1023020 + ], + "EventIDList2": [ + 30001183, + 30001184 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 1604, + "Name": { + "Hash": -202017242, + "Hash64": 10856943916530467075 + }, + "GroupID": 116, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 1603, + "Floor": 4, + "RewardID": 101204, + "DamageType1": [ + "Wind" + ], + "DamageType2": [ + "Physical" + ], + "ChallengeTargetID": [ + 191, + 192, + 193 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003040, + 8013010 + ], + "EventIDList1": [ + 30001191, + 30001192 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1003010, + 1004020 + ], + "EventIDList2": [ + 30001193, + 30001194 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 1605, + "Name": { + "Hash": -202017241, + "Hash64": 10850393153188066015 + }, + "GroupID": 116, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 1604, + "Floor": 5, + "RewardID": 101205, + "DamageType1": [ + "Wind", + "Quantum" + ], + "DamageType2": [ + "Fire", + "Thunder" + ], + "ChallengeTargetID": [ + 201, + 202, + 203 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003030, + 8003010 + ], + "EventIDList1": [ + 30001201, + 30001202 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1013010, + 1023020 + ], + "EventIDList2": [ + 30001203, + 30001204 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 1606, + "Name": { + "Hash": -202017240, + "Hash64": 6336462107126309314 + }, + "GroupID": 116, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 1605, + "Floor": 6, + "RewardID": 101206, + "DamageType1": [ + "Physical" + ], + "DamageType2": [ + "Ice", + "Thunder", + "Imaginary" + ], + "ChallengeTargetID": [ + 211, + 212, + 213 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1004030 + ], + "EventIDList1": [ + 30001211 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1023010 + ], + "EventIDList2": [ + 30001212 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 1607, + "Name": { + "Hash": -202017239, + "Hash64": 1154788582422651043 + }, + "GroupID": 116, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 1606, + "Floor": 7, + "RewardID": 101207, + "DamageType1": [ + "Fire", + "Quantum" + ], + "DamageType2": [ + "Ice", + "Thunder" + ], + "ChallengeTargetID": [ + 221, + 222, + 223 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003010 + ], + "EventIDList1": [ + 30001221 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1013020 + ], + "EventIDList2": [ + 30001222 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 1608, + "Name": { + "Hash": -202017238, + "Hash64": 6746147492485590041 + }, + "GroupID": 116, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 1607, + "Floor": 8, + "RewardID": 101208, + "DamageType1": [ + "Wind", + "Quantum" + ], + "DamageType2": [ + "Physical", + "Wind", + "Imaginary" + ], + "ChallengeTargetID": [ + 231, + 232, + 233 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003030 + ], + "EventIDList1": [ + 30001231 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8013010 + ], + "EventIDList2": [ + 30001232 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 1609, + "Name": { + "Hash": -202017237, + "Hash64": 16080076546781610980 + }, + "GroupID": 116, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 1608, + "Floor": 9, + "RewardID": 101209, + "DamageType1": [ + "Fire", + "Ice", + "Imaginary" + ], + "DamageType2": [ + "Thunder" + ], + "ChallengeTargetID": [ + 241, + 242, + 243 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003050 + ], + "EventIDList1": [ + 30001241 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1014010 + ], + "EventIDList2": [ + 30001242 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 1610, + "Name": { + "Hash": 1364066695, + "Hash64": 13165095798564419420 + }, + "GroupID": 116, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 1609, + "Floor": 10, + "RewardID": 101210, + "DamageType1": [ + "Ice" + ], + "DamageType2": [ + "Fire", + "Quantum" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003020 + ], + "EventIDList1": [ + 30001251 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1004010 + ], + "EventIDList2": [ + 30001252 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 1701, + "Name": { + "Hash": -202017150, + "Hash64": 16023316311471773375 + }, + "GroupID": 117, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 15, + "Floor": 1, + "RewardID": 101201, + "DamageType1": [ + "Wind" + ], + "DamageType2": [ + "Physical" + ], + "ChallengeTargetID": [ + 161, + 162, + 163 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003030, + 8003040 + ], + "EventIDList1": [ + 30001161, + 30001162 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1003010, + 1004020 + ], + "EventIDList2": [ + 30001163, + 30001164 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 1702, + "Name": { + "Hash": -202017147, + "Hash64": 5594871441773326379 + }, + "GroupID": 117, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 1701, + "Floor": 2, + "RewardID": 101202, + "DamageType1": [ + "Fire", + "Ice", + "Imaginary" + ], + "DamageType2": [ + "Ice", + "Thunder" + ], + "ChallengeTargetID": [ + 171, + 172, + 173 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003050, + 8003050 + ], + "EventIDList1": [ + 30001171, + 30001172 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1013020, + 1013010 + ], + "EventIDList2": [ + 30001173, + 30001174 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 1703, + "Name": { + "Hash": -202017148, + "Hash64": 13892639465523457612 + }, + "GroupID": 117, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 1702, + "Floor": 3, + "RewardID": 101203, + "DamageType1": [ + "Ice" + ], + "DamageType2": [ + "Fire", + "Quantum" + ], + "ChallengeTargetID": [ + 181, + 182, + 183 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003020, + 1023010 + ], + "EventIDList1": [ + 30001181, + 30001182 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 8003010, + 1023020 + ], + "EventIDList2": [ + 30001183, + 30001184 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 1704, + "Name": { + "Hash": -202017145, + "Hash64": 5422822136600745914 + }, + "GroupID": 117, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 1703, + "Floor": 4, + "RewardID": 101204, + "DamageType1": [ + "Wind" + ], + "DamageType2": [ + "Physical" + ], + "ChallengeTargetID": [ + 191, + 192, + 193 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003040, + 8013010 + ], + "EventIDList1": [ + 30001191, + 30001192 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1003010, + 1004020 + ], + "EventIDList2": [ + 30001193, + 30001194 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 1705, + "Name": { + "Hash": -202017146, + "Hash64": 17685347009903361472 + }, + "GroupID": 117, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 1704, + "Floor": 5, + "RewardID": 101205, + "DamageType1": [ + "Wind", + "Quantum" + ], + "DamageType2": [ + "Fire", + "Thunder" + ], + "ChallengeTargetID": [ + 201, + 202, + 203 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003030, + 8003010 + ], + "EventIDList1": [ + 30001201, + 30001202 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1013010, + 1023020 + ], + "EventIDList2": [ + 30001203, + 30001204 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 1706, + "Name": { + "Hash": -202017143, + "Hash64": 15123738328792222480 + }, + "GroupID": 117, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 1705, + "Floor": 6, + "RewardID": 101206, + "DamageType1": [ + "Physical" + ], + "DamageType2": [ + "Ice", + "Thunder", + "Imaginary" + ], + "ChallengeTargetID": [ + 211, + 212, + 213 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1004030 + ], + "EventIDList1": [ + 30001211 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1023010 + ], + "EventIDList2": [ + 30001212 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 1707, + "Name": { + "Hash": -202017144, + "Hash64": 12344227439212230692 + }, + "GroupID": 117, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 1706, + "Floor": 7, + "RewardID": 101207, + "DamageType1": [ + "Fire", + "Quantum" + ], + "DamageType2": [ + "Ice", + "Thunder" + ], + "ChallengeTargetID": [ + 221, + 222, + 223 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003010 + ], + "EventIDList1": [ + 30001221 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1013020 + ], + "EventIDList2": [ + 30001222 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 1708, + "Name": { + "Hash": -202017141, + "Hash64": 10529942180751054157 + }, + "GroupID": 117, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 1707, + "Floor": 8, + "RewardID": 101208, + "DamageType1": [ + "Wind", + "Quantum" + ], + "DamageType2": [ + "Physical", + "Wind", + "Imaginary" + ], + "ChallengeTargetID": [ + 231, + 232, + 233 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003030 + ], + "EventIDList1": [ + 30001231 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8013010 + ], + "EventIDList2": [ + 30001232 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 1709, + "Name": { + "Hash": -202017142, + "Hash64": 17849152170537783114 + }, + "GroupID": 117, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 1708, + "Floor": 9, + "RewardID": 101209, + "DamageType1": [ + "Fire", + "Ice", + "Imaginary" + ], + "DamageType2": [ + "Thunder" + ], + "ChallengeTargetID": [ + 241, + 242, + 243 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003050 + ], + "EventIDList1": [ + 30001241 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1014010 + ], + "EventIDList2": [ + 30001242 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 1710, + "Name": { + "Hash": 1364066792, + "Hash64": 14349360392985910954 + }, + "GroupID": 117, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 1709, + "Floor": 10, + "RewardID": 101210, + "DamageType1": [ + "Ice" + ], + "DamageType2": [ + "Fire", + "Quantum" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003020 + ], + "EventIDList1": [ + 30001251 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1004010 + ], + "EventIDList2": [ + 30001252 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 1801, + "Name": { + "Hash": -202016783, + "Hash64": 13241009328104462357 + }, + "GroupID": 118, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 15, + "Floor": 1, + "RewardID": 101201, + "DamageType1": [ + "Wind" + ], + "DamageType2": [ + "Physical" + ], + "ChallengeTargetID": [ + 161, + 162, + 163 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003030, + 8003040 + ], + "EventIDList1": [ + 30001161, + 30001162 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1003010, + 1004020 + ], + "EventIDList2": [ + 30001163, + 30001164 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 1802, + "Name": { + "Hash": -202016786, + "Hash64": 12874078920060555827 + }, + "GroupID": 118, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 1801, + "Floor": 2, + "RewardID": 101202, + "DamageType1": [ + "Fire", + "Ice", + "Imaginary" + ], + "DamageType2": [ + "Ice", + "Thunder" + ], + "ChallengeTargetID": [ + 171, + 172, + 173 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003050, + 8003050 + ], + "EventIDList1": [ + 30001171, + 30001172 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1013020, + 1013010 + ], + "EventIDList2": [ + 30001173, + 30001174 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 1803, + "Name": { + "Hash": -202016785, + "Hash64": 1400306373578658918 + }, + "GroupID": 118, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 1802, + "Floor": 3, + "RewardID": 101203, + "DamageType1": [ + "Ice" + ], + "DamageType2": [ + "Fire", + "Quantum" + ], + "ChallengeTargetID": [ + 181, + 182, + 183 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003020, + 1023010 + ], + "EventIDList1": [ + 30001181, + 30001182 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 8003010, + 1023020 + ], + "EventIDList2": [ + 30001183, + 30001184 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 1804, + "Name": { + "Hash": -202016788, + "Hash64": 16153599291489858565 + }, + "GroupID": 118, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 1803, + "Floor": 4, + "RewardID": 101204, + "DamageType1": [ + "Wind" + ], + "DamageType2": [ + "Physical" + ], + "ChallengeTargetID": [ + 191, + 192, + 193 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003040, + 8013010 + ], + "EventIDList1": [ + 30001191, + 30001192 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1003010, + 1004020 + ], + "EventIDList2": [ + 30001193, + 30001194 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 1805, + "Name": { + "Hash": -202016787, + "Hash64": 12973445681090395384 + }, + "GroupID": 118, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 1804, + "Floor": 5, + "RewardID": 101205, + "DamageType1": [ + "Wind", + "Quantum" + ], + "DamageType2": [ + "Fire", + "Thunder" + ], + "ChallengeTargetID": [ + 201, + 202, + 203 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003030, + 8003010 + ], + "EventIDList1": [ + 30001201, + 30001202 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1013010, + 1023020 + ], + "EventIDList2": [ + 30001203, + 30001204 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 1806, + "Name": { + "Hash": -202016790, + "Hash64": 14597391412376281591 + }, + "GroupID": 118, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 1805, + "Floor": 6, + "RewardID": 101206, + "DamageType1": [ + "Physical" + ], + "DamageType2": [ + "Ice", + "Thunder", + "Imaginary" + ], + "ChallengeTargetID": [ + 211, + 212, + 213 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1004030 + ], + "EventIDList1": [ + 30001211 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1023010 + ], + "EventIDList2": [ + 30001212 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 1807, + "Name": { + "Hash": -202016789, + "Hash64": 16085038006903582435 + }, + "GroupID": 118, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 1806, + "Floor": 7, + "RewardID": 101207, + "DamageType1": [ + "Fire", + "Quantum" + ], + "DamageType2": [ + "Ice", + "Thunder" + ], + "ChallengeTargetID": [ + 221, + 222, + 223 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003010 + ], + "EventIDList1": [ + 30001221 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1013020 + ], + "EventIDList2": [ + 30001222 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 1808, + "Name": { + "Hash": -202016792, + "Hash64": 15582813628253979228 + }, + "GroupID": 118, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 1807, + "Floor": 8, + "RewardID": 101208, + "DamageType1": [ + "Wind", + "Quantum" + ], + "DamageType2": [ + "Physical", + "Wind", + "Imaginary" + ], + "ChallengeTargetID": [ + 231, + 232, + 233 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003030 + ], + "EventIDList1": [ + 30001231 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8013010 + ], + "EventIDList2": [ + 30001232 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 1809, + "Name": { + "Hash": -202016791, + "Hash64": 13620512468560854928 + }, + "GroupID": 118, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 1808, + "Floor": 9, + "RewardID": 101209, + "DamageType1": [ + "Fire", + "Ice", + "Imaginary" + ], + "DamageType2": [ + "Thunder" + ], + "ChallengeTargetID": [ + 241, + 242, + 243 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003050 + ], + "EventIDList1": [ + 30001241 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1014010 + ], + "EventIDList2": [ + 30001242 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 1810, + "Name": { + "Hash": 1364067157, + "Hash64": 17004191242779997345 + }, + "GroupID": 118, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 1809, + "Floor": 10, + "RewardID": 101210, + "DamageType1": [ + "Ice" + ], + "DamageType2": [ + "Fire", + "Quantum" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003020 + ], + "EventIDList1": [ + 30001251 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1004010 + ], + "EventIDList2": [ + 30001252 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 1901, + "Name": { + "Hash": -202016688, + "Hash64": 2309183429103905173 + }, + "GroupID": 119, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 15, + "Floor": 1, + "RewardID": 101201, + "DamageType1": [ + "Wind" + ], + "DamageType2": [ + "Physical" + ], + "ChallengeTargetID": [ + 161, + 162, + 163 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003030, + 8003040 + ], + "EventIDList1": [ + 30001161, + 30001162 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1003010, + 1004020 + ], + "EventIDList2": [ + 30001163, + 30001164 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 1902, + "Name": { + "Hash": -202016689, + "Hash64": 371772538786868941 + }, + "GroupID": 119, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 1901, + "Floor": 2, + "RewardID": 101202, + "DamageType1": [ + "Fire", + "Ice", + "Imaginary" + ], + "DamageType2": [ + "Ice", + "Thunder" + ], + "ChallengeTargetID": [ + 171, + 172, + 173 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003050, + 8003050 + ], + "EventIDList1": [ + 30001171, + 30001172 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1013020, + 1013010 + ], + "EventIDList2": [ + 30001173, + 30001174 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 1903, + "Name": { + "Hash": -202016690, + "Hash64": 3721877874749227308 + }, + "GroupID": 119, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 1902, + "Floor": 3, + "RewardID": 101203, + "DamageType1": [ + "Ice" + ], + "DamageType2": [ + "Fire", + "Quantum" + ], + "ChallengeTargetID": [ + 181, + 182, + 183 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003020, + 1023010 + ], + "EventIDList1": [ + 30001181, + 30001182 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 8003010, + 1023020 + ], + "EventIDList2": [ + 30001183, + 30001184 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 1904, + "Name": { + "Hash": -202016691, + "Hash64": 11424486960828481796 + }, + "GroupID": 119, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 1903, + "Floor": 4, + "RewardID": 101204, + "DamageType1": [ + "Wind" + ], + "DamageType2": [ + "Physical" + ], + "ChallengeTargetID": [ + 191, + 192, + 193 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003040, + 8013010 + ], + "EventIDList1": [ + 30001191, + 30001192 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1003010, + 1004020 + ], + "EventIDList2": [ + 30001193, + 30001194 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 1905, + "Name": { + "Hash": -202016692, + "Hash64": 14451863604544327470 + }, + "GroupID": 119, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 1904, + "Floor": 5, + "RewardID": 101205, + "DamageType1": [ + "Wind", + "Quantum" + ], + "DamageType2": [ + "Fire", + "Thunder" + ], + "ChallengeTargetID": [ + 201, + 202, + 203 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003030, + 8003010 + ], + "EventIDList1": [ + 30001201, + 30001202 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1013010, + 1023020 + ], + "EventIDList2": [ + 30001203, + 30001204 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 1906, + "Name": { + "Hash": -202016693, + "Hash64": 15211222275220123476 + }, + "GroupID": 119, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 1905, + "Floor": 6, + "RewardID": 101206, + "DamageType1": [ + "Physical" + ], + "DamageType2": [ + "Ice", + "Thunder", + "Imaginary" + ], + "ChallengeTargetID": [ + 211, + 212, + 213 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1004030 + ], + "EventIDList1": [ + 30001211 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1023010 + ], + "EventIDList2": [ + 30001212 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 1907, + "Name": { + "Hash": -202016694, + "Hash64": 15157764426503574632 + }, + "GroupID": 119, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 1906, + "Floor": 7, + "RewardID": 101207, + "DamageType1": [ + "Fire", + "Quantum" + ], + "DamageType2": [ + "Ice", + "Thunder" + ], + "ChallengeTargetID": [ + 221, + 222, + 223 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003010 + ], + "EventIDList1": [ + 30001221 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1013020 + ], + "EventIDList2": [ + 30001222 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 1908, + "Name": { + "Hash": -202016695, + "Hash64": 13252169807324819015 + }, + "GroupID": 119, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 1907, + "Floor": 8, + "RewardID": 101208, + "DamageType1": [ + "Wind", + "Quantum" + ], + "DamageType2": [ + "Physical", + "Wind", + "Imaginary" + ], + "ChallengeTargetID": [ + 231, + 232, + 233 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003030 + ], + "EventIDList1": [ + 30001231 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8013010 + ], + "EventIDList2": [ + 30001232 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 1909, + "Name": { + "Hash": -202016696, + "Hash64": 17055001925685617007 + }, + "GroupID": 119, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 1908, + "Floor": 9, + "RewardID": 101209, + "DamageType1": [ + "Fire", + "Ice", + "Imaginary" + ], + "DamageType2": [ + "Thunder" + ], + "ChallengeTargetID": [ + 241, + 242, + 243 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003050 + ], + "EventIDList1": [ + 30001241 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1014010 + ], + "EventIDList2": [ + 30001242 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 1910, + "Name": { + "Hash": 1364067254, + "Hash64": 7290379881422259844 + }, + "GroupID": 119, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 1909, + "Floor": 10, + "RewardID": 101210, + "DamageType1": [ + "Ice" + ], + "DamageType2": [ + "Fire", + "Quantum" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 40, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003020 + ], + "EventIDList1": [ + 30001251 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1004010 + ], + "EventIDList2": [ + 30001252 + ], + "MazeBuffID": 3030104 + }, + { + "ID": 2001, + "Name": { + "Hash": -1788303964, + "Hash64": 7743781213160669213 + }, + "GroupID": 1001, + "MapEntranceID": 3000401, + "MapEntranceID2": 3000401, + "PreLevel": 1, + "PreChallengeMazeID": 15, + "Floor": 1, + "RewardID": 101201, + "DamageType1": [ + "Fire", + "Thunder" + ], + "DamageType2": [ + "Wind", + "Imaginary" + ], + "ChallengeTargetID": [ + 411, + 412, + 413 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 10, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 1023020, + 8003040 + ], + "EventIDList1": [ + 30010161, + 30010162 + ], + "MazeGroupID2": 11, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 8013010, + 2023010 + ], + "EventIDList2": [ + 30010163, + 30010164 + ], + "MazeBuffID": 3030113 + }, + { + "ID": 2002, + "Name": { + "Hash": -1788303967, + "Hash64": 16114417231183857395 + }, + "GroupID": 1001, + "MapEntranceID": 3000401, + "MapEntranceID2": 3000401, + "PreLevel": 1, + "PreChallengeMazeID": 2001, + "Floor": 2, + "RewardID": 101202, + "DamageType1": [ + "Fire", + "Ice" + ], + "DamageType2": [ + "Wind", + "Quantum" + ], + "ChallengeTargetID": [ + 421, + 422, + 423 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 10, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003050, + 2023020 + ], + "EventIDList1": [ + 30010171, + 30010172 + ], + "MazeGroupID2": 11, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 2013010, + 8003030 + ], + "EventIDList2": [ + 30010173, + 30010174 + ], + "MazeBuffID": 3030113 + }, + { + "ID": 2003, + "Name": { + "Hash": -1788303966, + "Hash64": 10443616701505957699 + }, + "GroupID": 1001, + "MapEntranceID": 3000401, + "MapEntranceID2": 3000401, + "PreLevel": 1, + "PreChallengeMazeID": 2002, + "Floor": 3, + "RewardID": 101203, + "DamageType1": [ + "Physical", + "Ice", + "Quantum" + ], + "DamageType2": [ + "Thunder", + "Imaginary" + ], + "ChallengeTargetID": [ + 431, + 432, + 433 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 10, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 1003010, + 8003020 + ], + "EventIDList1": [ + 30010181, + 30010182 + ], + "MazeGroupID2": 11, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1023010, + 1004020 + ], + "EventIDList2": [ + 30010183, + 30010184 + ], + "MazeBuffID": 3030113 + }, + { + "ID": 2004, + "Name": { + "Hash": -1788303969, + "Hash64": 3158534351433087404 + }, + "GroupID": 1001, + "MapEntranceID": 3000401, + "MapEntranceID2": 3000401, + "PreLevel": 1, + "PreChallengeMazeID": 2003, + "Floor": 4, + "RewardID": 101204, + "DamageType1": [ + "Fire", + "Wind" + ], + "DamageType2": [ + "Ice", + "Imaginary" + ], + "ChallengeTargetID": [ + 441, + 442, + 443 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 10, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003010, + 2023020 + ], + "EventIDList1": [ + 30010191, + 30010192 + ], + "MazeGroupID2": 11, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 8003050, + 2023010 + ], + "EventIDList2": [ + 30010193, + 30010194 + ], + "MazeBuffID": 3030113 + }, + { + "ID": 2005, + "Name": { + "Hash": -1788303968, + "Hash64": 7853400171849109248 + }, + "GroupID": 1001, + "MapEntranceID": 3000401, + "MapEntranceID2": 3000401, + "PreLevel": 1, + "PreChallengeMazeID": 2004, + "Floor": 5, + "RewardID": 101205, + "DamageType1": [ + "Thunder" + ], + "DamageType2": [ + "Imaginary" + ], + "ChallengeTargetID": [ + 451, + 452, + 453 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 10, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 1023020, + 2023030 + ], + "EventIDList1": [ + 30010201, + 30010202 + ], + "MazeGroupID2": 11, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 8003050, + 8013010 + ], + "EventIDList2": [ + 30010203, + 30010204 + ], + "MazeBuffID": 3030113 + }, + { + "ID": 2006, + "Name": { + "Hash": -1788303971, + "Hash64": 1593667727611124161 + }, + "GroupID": 1001, + "MapEntranceID": 3000401, + "MapEntranceID2": 3000401, + "PreLevel": 1, + "PreChallengeMazeID": 2005, + "Floor": 6, + "RewardID": 101206, + "DamageType1": [ + "Physical", + "Quantum" + ], + "DamageType2": [ + "Thunder", + "Imaginary" + ], + "ChallengeTargetID": [ + 461, + 462, + 463 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003020 + ], + "EventIDList1": [ + 30010211 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1004020 + ], + "EventIDList2": [ + 30010212 + ], + "MazeBuffID": 3030113 + }, + { + "ID": 2007, + "Name": { + "Hash": -1788303970, + "Hash64": 938147056539196115 + }, + "GroupID": 1001, + "MapEntranceID": 3000401, + "MapEntranceID2": 3000401, + "PreLevel": 1, + "PreChallengeMazeID": 2006, + "Floor": 7, + "RewardID": 101207, + "DamageType1": [ + "Fire", + "Thunder" + ], + "DamageType2": [ + "Ice", + "Imaginary" + ], + "ChallengeTargetID": [ + 471, + 472, + 473 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003040 + ], + "EventIDList1": [ + 30010221 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8003050 + ], + "EventIDList2": [ + 30010222 + ], + "MazeBuffID": 3030113 + }, + { + "ID": 2008, + "Name": { + "Hash": -1788303957, + "Hash64": 15361236119553497742 + }, + "GroupID": 1001, + "MapEntranceID": 3000401, + "MapEntranceID2": 3000401, + "PreLevel": 1, + "PreChallengeMazeID": 2007, + "Floor": 8, + "RewardID": 101208, + "DamageType1": [ + "Wind", + "Quantum" + ], + "DamageType2": [ + "Fire", + "Ice" + ], + "ChallengeTargetID": [ + 481, + 482, + 483 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2013010 + ], + "EventIDList1": [ + 30010231 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2023020 + ], + "EventIDList2": [ + 30010232 + ], + "MazeBuffID": 3030113 + }, + { + "ID": 2009, + "Name": { + "Hash": -1788303956, + "Hash64": 5541305220018592785 + }, + "GroupID": 1001, + "MapEntranceID": 3000401, + "MapEntranceID2": 3000401, + "PreLevel": 1, + "PreChallengeMazeID": 2008, + "Floor": 9, + "RewardID": 101209, + "DamageType1": [ + "Fire", + "Thunder" + ], + "DamageType2": [ + "Wind", + "Imaginary" + ], + "ChallengeTargetID": [ + 491, + 492, + 493 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1023020 + ], + "EventIDList1": [ + 30010241 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2004010 + ], + "EventIDList2": [ + 30010242 + ], + "MazeBuffID": 3030113 + }, + { + "ID": 2010, + "Name": { + "Hash": 940579390, + "Hash64": 13263282992378299816 + }, + "GroupID": 1001, + "MapEntranceID": 3000401, + "MapEntranceID2": 3000401, + "PreLevel": 1, + "PreChallengeMazeID": 2009, + "Floor": 10, + "RewardID": 101210, + "DamageType1": [ + "Physical", + "Ice" + ], + "DamageType2": [ + "Wind", + "Imaginary" + ], + "ChallengeTargetID": [ + 501, + 502, + 503 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023030 + ], + "EventIDList1": [ + 30010251 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2004020 + ], + "EventIDList2": [ + 30010252 + ], + "MazeBuffID": 3030113 + }, + { + "ID": 2101, + "Name": { + "Hash": -1788303869, + "Hash64": 1327033728686520181 + }, + "GroupID": 1002, + "MapEntranceID": 3000401, + "MapEntranceID2": 3000401, + "PreLevel": 1, + "PreChallengeMazeID": 15, + "Floor": 1, + "RewardID": 101201, + "DamageType1": [ + "Fire", + "Thunder" + ], + "DamageType2": [ + "Wind", + "Imaginary" + ], + "ChallengeTargetID": [ + 411, + 412, + 413 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 10, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 1023020, + 8003040 + ], + "EventIDList1": [ + 30011161, + 30011162 + ], + "MazeGroupID2": 11, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 8013010, + 2023010 + ], + "EventIDList2": [ + 30011163, + 30011164 + ], + "MazeBuffID": 3030114 + }, + { + "ID": 2102, + "Name": { + "Hash": -1788303870, + "Hash64": 8793426453143998106 + }, + "GroupID": 1002, + "MapEntranceID": 3000401, + "MapEntranceID2": 3000401, + "PreLevel": 1, + "PreChallengeMazeID": 2101, + "Floor": 2, + "RewardID": 101202, + "DamageType1": [ + "Fire", + "Ice" + ], + "DamageType2": [ + "Wind", + "Quantum" + ], + "ChallengeTargetID": [ + 421, + 422, + 423 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 10, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003050, + 2023020 + ], + "EventIDList1": [ + 30011171, + 30011172 + ], + "MazeGroupID2": 11, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 2013010, + 8003030 + ], + "EventIDList2": [ + 30011173, + 30011174 + ], + "MazeBuffID": 3030114 + }, + { + "ID": 2103, + "Name": { + "Hash": -1788303871, + "Hash64": 12088352543557354605 + }, + "GroupID": 1002, + "MapEntranceID": 3000401, + "MapEntranceID2": 3000401, + "PreLevel": 1, + "PreChallengeMazeID": 2102, + "Floor": 3, + "RewardID": 101203, + "DamageType1": [ + "Physical", + "Ice", + "Quantum" + ], + "DamageType2": [ + "Thunder", + "Imaginary" + ], + "ChallengeTargetID": [ + 431, + 432, + 433 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 10, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 1003010, + 8003020 + ], + "EventIDList1": [ + 30011181, + 30011182 + ], + "MazeGroupID2": 11, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1023010, + 1004020 + ], + "EventIDList2": [ + 30011183, + 30011184 + ], + "MazeBuffID": 3030114 + }, + { + "ID": 2104, + "Name": { + "Hash": -1788303872, + "Hash64": 2440594634311428369 + }, + "GroupID": 1002, + "MapEntranceID": 3000401, + "MapEntranceID2": 3000401, + "PreLevel": 1, + "PreChallengeMazeID": 2103, + "Floor": 4, + "RewardID": 101204, + "DamageType1": [ + "Fire", + "Wind" + ], + "DamageType2": [ + "Ice", + "Imaginary" + ], + "ChallengeTargetID": [ + 441, + 442, + 443 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 10, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003010, + 2023020 + ], + "EventIDList1": [ + 30011191, + 30011192 + ], + "MazeGroupID2": 11, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 8003050, + 2023010 + ], + "EventIDList2": [ + 30011193, + 30011194 + ], + "MazeBuffID": 3030114 + }, + { + "ID": 2105, + "Name": { + "Hash": -1788303873, + "Hash64": 11859056240730219839 + }, + "GroupID": 1002, + "MapEntranceID": 3000401, + "MapEntranceID2": 3000401, + "PreLevel": 1, + "PreChallengeMazeID": 2104, + "Floor": 5, + "RewardID": 101205, + "DamageType1": [ + "Thunder" + ], + "DamageType2": [ + "Imaginary" + ], + "ChallengeTargetID": [ + 451, + 452, + 453 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 10, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 1023020, + 2023030 + ], + "EventIDList1": [ + 30011201, + 30011202 + ], + "MazeGroupID2": 11, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 8003050, + 8013010 + ], + "EventIDList2": [ + 30011203, + 30011204 + ], + "MazeBuffID": 3030114 + }, + { + "ID": 2106, + "Name": { + "Hash": -1788303874, + "Hash64": 7168943083321512211 + }, + "GroupID": 1002, + "MapEntranceID": 3000401, + "MapEntranceID2": 3000401, + "PreLevel": 1, + "PreChallengeMazeID": 2105, + "Floor": 6, + "RewardID": 101206, + "DamageType1": [ + "Physical", + "Quantum" + ], + "DamageType2": [ + "Thunder", + "Imaginary" + ], + "ChallengeTargetID": [ + 461, + 462, + 463 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003020 + ], + "EventIDList1": [ + 30011211 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1004020 + ], + "EventIDList2": [ + 30011212 + ], + "MazeBuffID": 3030114 + }, + { + "ID": 2107, + "Name": { + "Hash": -1788303875, + "Hash64": 3737438606852923499 + }, + "GroupID": 1002, + "MapEntranceID": 3000401, + "MapEntranceID2": 3000401, + "PreLevel": 1, + "PreChallengeMazeID": 2106, + "Floor": 7, + "RewardID": 101207, + "DamageType1": [ + "Fire", + "Thunder" + ], + "DamageType2": [ + "Ice", + "Imaginary" + ], + "ChallengeTargetID": [ + 471, + 472, + 473 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003040 + ], + "EventIDList1": [ + 30011221 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8003050 + ], + "EventIDList2": [ + 30011222 + ], + "MazeBuffID": 3030114 + }, + { + "ID": 2108, + "Name": { + "Hash": -1788303860, + "Hash64": 12651058679821541688 + }, + "GroupID": 1002, + "MapEntranceID": 3000401, + "MapEntranceID2": 3000401, + "PreLevel": 1, + "PreChallengeMazeID": 2107, + "Floor": 8, + "RewardID": 101208, + "DamageType1": [ + "Wind", + "Quantum" + ], + "DamageType2": [ + "Fire", + "Ice" + ], + "ChallengeTargetID": [ + 481, + 482, + 483 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2013010 + ], + "EventIDList1": [ + 30011231 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2023020 + ], + "EventIDList2": [ + 30011232 + ], + "MazeBuffID": 3030114 + }, + { + "ID": 2109, + "Name": { + "Hash": -1788303861, + "Hash64": 7202836418762844591 + }, + "GroupID": 1002, + "MapEntranceID": 3000401, + "MapEntranceID2": 3000401, + "PreLevel": 1, + "PreChallengeMazeID": 2108, + "Floor": 9, + "RewardID": 101209, + "DamageType1": [ + "Fire", + "Thunder" + ], + "DamageType2": [ + "Wind", + "Imaginary" + ], + "ChallengeTargetID": [ + 491, + 492, + 493 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1023020 + ], + "EventIDList1": [ + 30011241 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2004010 + ], + "EventIDList2": [ + 30011242 + ], + "MazeBuffID": 3030114 + }, + { + "ID": 2110, + "Name": { + "Hash": 940579487, + "Hash64": 2366949415711520123 + }, + "GroupID": 1002, + "MapEntranceID": 3000401, + "MapEntranceID2": 3000401, + "PreLevel": 1, + "PreChallengeMazeID": 2109, + "Floor": 10, + "RewardID": 101210, + "DamageType1": [ + "Physical", + "Ice" + ], + "DamageType2": [ + "Wind", + "Imaginary" + ], + "ChallengeTargetID": [ + 501, + 502, + 503 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023030 + ], + "EventIDList1": [ + 30011251 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2004020 + ], + "EventIDList2": [ + 30011252 + ], + "MazeBuffID": 3030114 + }, + { + "ID": 2201, + "Name": { + "Hash": -1788304030, + "Hash64": 11177685429519078516 + }, + "GroupID": 1003, + "MapEntranceID": 3000401, + "MapEntranceID2": 3000401, + "PreLevel": 1, + "PreChallengeMazeID": 15, + "Floor": 1, + "RewardID": 101201, + "DamageType1": [ + "Fire", + "Thunder" + ], + "DamageType2": [ + "Wind", + "Imaginary" + ], + "ChallengeTargetID": [ + 411, + 412, + 413 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 10, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 1023020, + 8003040 + ], + "EventIDList1": [ + 30012161, + 30012162 + ], + "MazeGroupID2": 11, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 8013010, + 2023010 + ], + "EventIDList2": [ + 30012163, + 30012164 + ], + "MazeBuffID": 3030115 + }, + { + "ID": 2202, + "Name": { + "Hash": -1788304029, + "Hash64": 4486590263007487929 + }, + "GroupID": 1003, + "MapEntranceID": 3000401, + "MapEntranceID2": 3000401, + "PreLevel": 1, + "PreChallengeMazeID": 2201, + "Floor": 2, + "RewardID": 101202, + "DamageType1": [ + "Fire", + "Ice" + ], + "DamageType2": [ + "Wind", + "Quantum" + ], + "ChallengeTargetID": [ + 421, + 422, + 423 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 10, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003050, + 2023020 + ], + "EventIDList1": [ + 30012171, + 30012172 + ], + "MazeGroupID2": 11, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 2013010, + 8003030 + ], + "EventIDList2": [ + 30012173, + 30012174 + ], + "MazeBuffID": 3030115 + }, + { + "ID": 2203, + "Name": { + "Hash": -1788304028, + "Hash64": 3158422214419000862 + }, + "GroupID": 1003, + "MapEntranceID": 3000401, + "MapEntranceID2": 3000401, + "PreLevel": 1, + "PreChallengeMazeID": 2202, + "Floor": 3, + "RewardID": 101203, + "DamageType1": [ + "Physical", + "Ice", + "Quantum" + ], + "DamageType2": [ + "Thunder", + "Imaginary" + ], + "ChallengeTargetID": [ + 431, + 432, + 433 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 10, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 1003010, + 8003020 + ], + "EventIDList1": [ + 30012181, + 30012182 + ], + "MazeGroupID2": 11, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1023010, + 1004020 + ], + "EventIDList2": [ + 30012183, + 30012184 + ], + "MazeBuffID": 3030115 + }, + { + "ID": 2204, + "Name": { + "Hash": -1788304035, + "Hash64": 17197056124049063203 + }, + "GroupID": 1003, + "MapEntranceID": 3000401, + "MapEntranceID2": 3000401, + "PreLevel": 1, + "PreChallengeMazeID": 2203, + "Floor": 4, + "RewardID": 101204, + "DamageType1": [ + "Fire", + "Wind" + ], + "DamageType2": [ + "Ice", + "Imaginary" + ], + "ChallengeTargetID": [ + 441, + 442, + 443 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 10, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003010, + 2023020 + ], + "EventIDList1": [ + 30012191, + 30012192 + ], + "MazeGroupID2": 11, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 8003050, + 2023010 + ], + "EventIDList2": [ + 30012193, + 30012194 + ], + "MazeBuffID": 3030115 + }, + { + "ID": 2205, + "Name": { + "Hash": -1788304034, + "Hash64": 629384011107796544 + }, + "GroupID": 1003, + "MapEntranceID": 3000401, + "MapEntranceID2": 3000401, + "PreLevel": 1, + "PreChallengeMazeID": 2204, + "Floor": 5, + "RewardID": 101205, + "DamageType1": [ + "Thunder" + ], + "DamageType2": [ + "Imaginary" + ], + "ChallengeTargetID": [ + 451, + 452, + 453 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 10, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 1023020, + 2023030 + ], + "EventIDList1": [ + 30012201, + 30012202 + ], + "MazeGroupID2": 11, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 8003050, + 8013010 + ], + "EventIDList2": [ + 30012203, + 30012204 + ], + "MazeBuffID": 3030115 + }, + { + "ID": 2206, + "Name": { + "Hash": -1788304033, + "Hash64": 953465461414984858 + }, + "GroupID": 1003, + "MapEntranceID": 3000401, + "MapEntranceID2": 3000401, + "PreLevel": 1, + "PreChallengeMazeID": 2205, + "Floor": 6, + "RewardID": 101206, + "DamageType1": [ + "Physical", + "Quantum" + ], + "DamageType2": [ + "Thunder", + "Imaginary" + ], + "ChallengeTargetID": [ + 461, + 462, + 463 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003020 + ], + "EventIDList1": [ + 30012211 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1004020 + ], + "EventIDList2": [ + 30012212 + ], + "MazeBuffID": 3030115 + }, + { + "ID": 2207, + "Name": { + "Hash": -1788304032, + "Hash64": 14007857610798399567 + }, + "GroupID": 1003, + "MapEntranceID": 3000401, + "MapEntranceID2": 3000401, + "PreLevel": 1, + "PreChallengeMazeID": 2206, + "Floor": 7, + "RewardID": 101207, + "DamageType1": [ + "Fire", + "Thunder" + ], + "DamageType2": [ + "Ice", + "Imaginary" + ], + "ChallengeTargetID": [ + 471, + 472, + 473 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003040 + ], + "EventIDList1": [ + 30012221 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8003050 + ], + "EventIDList2": [ + 30012222 + ], + "MazeBuffID": 3030115 + }, + { + "ID": 2208, + "Name": { + "Hash": -1788304023, + "Hash64": 6046527073347125634 + }, + "GroupID": 1003, + "MapEntranceID": 3000401, + "MapEntranceID2": 3000401, + "PreLevel": 1, + "PreChallengeMazeID": 2207, + "Floor": 8, + "RewardID": 101208, + "DamageType1": [ + "Wind", + "Quantum" + ], + "DamageType2": [ + "Fire", + "Ice" + ], + "ChallengeTargetID": [ + 481, + 482, + 483 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2013010 + ], + "EventIDList1": [ + 30012231 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2023020 + ], + "EventIDList2": [ + 30012232 + ], + "MazeBuffID": 3030115 + }, + { + "ID": 2209, + "Name": { + "Hash": -1788304022, + "Hash64": 14632202681423041081 + }, + "GroupID": 1003, + "MapEntranceID": 3000401, + "MapEntranceID2": 3000401, + "PreLevel": 1, + "PreChallengeMazeID": 2208, + "Floor": 9, + "RewardID": 101209, + "DamageType1": [ + "Fire", + "Thunder" + ], + "DamageType2": [ + "Wind", + "Imaginary" + ], + "ChallengeTargetID": [ + 491, + 492, + 493 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1023020 + ], + "EventIDList1": [ + 30012241 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2004010 + ], + "EventIDList2": [ + 30012242 + ], + "MazeBuffID": 3030115 + }, + { + "ID": 2210, + "Name": { + "Hash": 940579324, + "Hash64": 18443529756073634486 + }, + "GroupID": 1003, + "MapEntranceID": 3000401, + "MapEntranceID2": 3000401, + "PreLevel": 1, + "PreChallengeMazeID": 2209, + "Floor": 10, + "RewardID": 101210, + "DamageType1": [ + "Physical", + "Ice" + ], + "DamageType2": [ + "Wind", + "Imaginary" + ], + "ChallengeTargetID": [ + 501, + 502, + 503 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023030 + ], + "EventIDList1": [ + 30012251 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2004020 + ], + "EventIDList2": [ + 30012252 + ], + "MazeBuffID": 3030115 + }, + { + "ID": 2301, + "Name": { + "Hash": -1788303935, + "Hash64": 11937961542826499859 + }, + "GroupID": 1004, + "MapEntranceID": 3000202, + "MapEntranceID2": 3000202, + "PreLevel": 1, + "PreChallengeMazeID": 15, + "Floor": 1, + "RewardID": 101201, + "DamageType1": [ + "Fire", + "Thunder" + ], + "DamageType2": [ + "Ice", + "Imaginary" + ], + "ChallengeTargetID": [ + 411, + 412, + 413 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 7, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 1013010, + 8003040 + ], + "EventIDList1": [ + 30013161, + 30013162 + ], + "MazeGroupID2": 8, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 8033010, + 2023010 + ], + "EventIDList2": [ + 30013163, + 30013164 + ], + "MazeBuffID": 3030116 + }, + { + "ID": 2302, + "Name": { + "Hash": -1788303932, + "Hash64": 984864514258915841 + }, + "GroupID": 1004, + "MapEntranceID": 3000202, + "MapEntranceID2": 3000202, + "PreLevel": 1, + "PreChallengeMazeID": 2301, + "Floor": 2, + "RewardID": 101202, + "DamageType1": [ + "Fire", + "Ice" + ], + "DamageType2": [ + "Wind", + "Quantum" + ], + "ChallengeTargetID": [ + 421, + 422, + 423 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 7, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003050, + 2023020 + ], + "EventIDList1": [ + 30013171, + 30013172 + ], + "MazeGroupID2": 8, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 2013010, + 8003030 + ], + "EventIDList2": [ + 30013173, + 30013174 + ], + "MazeBuffID": 3030116 + }, + { + "ID": 2303, + "Name": { + "Hash": -1788303933, + "Hash64": 3621041641494255877 + }, + "GroupID": 1004, + "MapEntranceID": 3000202, + "MapEntranceID2": 3000202, + "PreLevel": 1, + "PreChallengeMazeID": 2302, + "Floor": 3, + "RewardID": 101203, + "DamageType1": [ + "Physical", + "Ice" + ], + "DamageType2": [ + "Fire", + "Thunder" + ], + "ChallengeTargetID": [ + 431, + 432, + 433 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 7, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 1003010, + 2023030 + ], + "EventIDList1": [ + 30013181, + 30013182 + ], + "MazeGroupID2": 8, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1023020, + 1014010 + ], + "EventIDList2": [ + 30013183, + 30013184 + ], + "MazeBuffID": 3030116 + }, + { + "ID": 2304, + "Name": { + "Hash": -1788303938, + "Hash64": 12396391287706589545 + }, + "GroupID": 1004, + "MapEntranceID": 3000202, + "MapEntranceID2": 3000202, + "PreLevel": 1, + "PreChallengeMazeID": 2303, + "Floor": 4, + "RewardID": 101204, + "DamageType1": [ + "Quantum" + ], + "DamageType2": [ + "Physical", + "Thunder" + ], + "ChallengeTargetID": [ + 441, + 442, + 443 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 7, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003020, + 2013010 + ], + "EventIDList1": [ + 30013191, + 30013192 + ], + "MazeGroupID2": 8, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 2023030, + 1004020 + ], + "EventIDList2": [ + 30013193, + 30013194 + ], + "MazeBuffID": 3030116 + }, + { + "ID": 2305, + "Name": { + "Hash": -1788303939, + "Hash64": 13442306746617765290 + }, + "GroupID": 1004, + "MapEntranceID": 3000202, + "MapEntranceID2": 3000202, + "PreLevel": 1, + "PreChallengeMazeID": 2304, + "Floor": 5, + "RewardID": 101205, + "DamageType1": [ + "Fire", + "Ice" + ], + "DamageType2": [ + "Wind", + "Imaginary" + ], + "ChallengeTargetID": [ + 451, + 452, + 453 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 7, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8033010, + 1013010 + ], + "EventIDList1": [ + 30013201, + 30013202 + ], + "MazeGroupID2": 8, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 2023010, + 2004010 + ], + "EventIDList2": [ + 30013203, + 30013204 + ], + "MazeBuffID": 3030116 + }, + { + "ID": 2306, + "Name": { + "Hash": -1788303936, + "Hash64": 11136249070328034601 + }, + "GroupID": 1004, + "MapEntranceID": 3000202, + "MapEntranceID2": 3000202, + "PreLevel": 1, + "PreChallengeMazeID": 2305, + "Floor": 6, + "RewardID": 101206, + "DamageType1": [ + "Ice", + "Imaginary" + ], + "DamageType2": [ + "Fire", + "Ice" + ], + "ChallengeTargetID": [ + 461, + 462, + 463 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 5, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023010 + ], + "EventIDList1": [ + 30013211 + ], + "MazeGroupID2": 6, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2023020 + ], + "EventIDList2": [ + 30013212 + ], + "MazeBuffID": 3030116 + }, + { + "ID": 2307, + "Name": { + "Hash": -1788303937, + "Hash64": 12389394906071446045 + }, + "GroupID": 1004, + "MapEntranceID": 3000202, + "MapEntranceID2": 3000202, + "PreLevel": 1, + "PreChallengeMazeID": 2306, + "Floor": 7, + "RewardID": 101207, + "DamageType1": [ + "Wind", + "Quantum" + ], + "DamageType2": [ + "Physical", + "Thunder" + ], + "ChallengeTargetID": [ + 471, + 472, + 473 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 5, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2013010 + ], + "EventIDList1": [ + 30013221 + ], + "MazeGroupID2": 6, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1004020 + ], + "EventIDList2": [ + 30013222 + ], + "MazeBuffID": 3030116 + }, + { + "ID": 2308, + "Name": { + "Hash": -1788303926, + "Hash64": 14890793440026115778 + }, + "GroupID": 1004, + "MapEntranceID": 3000202, + "MapEntranceID2": 3000202, + "PreLevel": 1, + "PreChallengeMazeID": 2307, + "Floor": 8, + "RewardID": 101208, + "DamageType1": [ + "Fire", + "Ice", + "Imaginary" + ], + "DamageType2": [ + "Thunder", + "Wind" + ], + "ChallengeTargetID": [ + 481, + 482, + 483 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 5, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8033010 + ], + "EventIDList1": [ + 30013231 + ], + "MazeGroupID2": 6, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2004020 + ], + "EventIDList2": [ + 30013232 + ], + "MazeBuffID": 3030116 + }, + { + "ID": 2309, + "Name": { + "Hash": -1788303927, + "Hash64": 5488130633528045582 + }, + "GroupID": 1004, + "MapEntranceID": 3000501, + "MapEntranceID2": 3000501, + "PreLevel": 1, + "PreChallengeMazeID": 2308, + "Floor": 9, + "RewardID": 101209, + "DamageType1": [ + "Ice", + "Imaginary" + ], + "DamageType2": [ + "Fire", + "Quantum" + ], + "ChallengeTargetID": [ + 481, + 482, + 483 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8033010 + ], + "EventIDList1": [ + 30013241 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2024010 + ], + "EventIDList2": [ + 30013242 + ], + "MazeBuffID": 3030116 + }, + { + "ID": 2310, + "Name": { + "Hash": 940579421, + "Hash64": 7756751440902851443 + }, + "GroupID": 1004, + "MapEntranceID": 3000202, + "MapEntranceID2": 3000202, + "PreLevel": 1, + "PreChallengeMazeID": 2309, + "Floor": 10, + "RewardID": 101210, + "DamageType1": [ + "Fire", + "Wind" + ], + "DamageType2": [ + "Ice", + "Imaginary" + ], + "ChallengeTargetID": [ + 481, + 482, + 483 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 5, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023020 + ], + "EventIDList1": [ + 30013251 + ], + "MazeGroupID2": 6, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8024011 + ], + "EventIDList2": [ + 30013252 + ], + "MazeBuffID": 3030116 + }, + { + "ID": 2401, + "Name": { + "Hash": -1788304096, + "Hash64": 14171571386029521459 + }, + "GroupID": 1005, + "MapEntranceID": 3000202, + "MapEntranceID2": 3000202, + "PreLevel": 1, + "PreChallengeMazeID": 15, + "Floor": 1, + "RewardID": 101201, + "DamageType1": [ + "Fire", + "Thunder" + ], + "DamageType2": [ + "Ice", + "Imaginary" + ], + "ChallengeTargetID": [ + 411, + 412, + 413 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 7, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 1013010, + 8003040 + ], + "EventIDList1": [ + 30014161, + 30014162 + ], + "MazeGroupID2": 8, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 8033010, + 2023010 + ], + "EventIDList2": [ + 30014163, + 30014164 + ], + "MazeBuffID": 3030117 + }, + { + "ID": 2402, + "Name": { + "Hash": -1788304099, + "Hash64": 8427389603268155933 + }, + "GroupID": 1005, + "MapEntranceID": 3000202, + "MapEntranceID2": 3000202, + "PreLevel": 1, + "PreChallengeMazeID": 2401, + "Floor": 2, + "RewardID": 101202, + "DamageType1": [ + "Fire", + "Ice" + ], + "DamageType2": [ + "Wind", + "Quantum" + ], + "ChallengeTargetID": [ + 421, + 422, + 423 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 7, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003050, + 2023020 + ], + "EventIDList1": [ + 30014171, + 30014172 + ], + "MazeGroupID2": 8, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 2013010, + 8003030 + ], + "EventIDList2": [ + 30014173, + 30014174 + ], + "MazeBuffID": 3030117 + }, + { + "ID": 2403, + "Name": { + "Hash": -1788304098, + "Hash64": 15119559172823554224 + }, + "GroupID": 1005, + "MapEntranceID": 3000202, + "MapEntranceID2": 3000202, + "PreLevel": 1, + "PreChallengeMazeID": 2402, + "Floor": 3, + "RewardID": 101203, + "DamageType1": [ + "Physical", + "Ice" + ], + "DamageType2": [ + "Fire", + "Thunder" + ], + "ChallengeTargetID": [ + 431, + 432, + 433 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 7, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 1003010, + 2023030 + ], + "EventIDList1": [ + 30014181, + 30014182 + ], + "MazeGroupID2": 8, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1023020, + 1014010 + ], + "EventIDList2": [ + 30014183, + 30014184 + ], + "MazeBuffID": 3030117 + }, + { + "ID": 2404, + "Name": { + "Hash": -1788304093, + "Hash64": 15679451561930066948 + }, + "GroupID": 1005, + "MapEntranceID": 3000202, + "MapEntranceID2": 3000202, + "PreLevel": 1, + "PreChallengeMazeID": 2403, + "Floor": 4, + "RewardID": 101204, + "DamageType1": [ + "Quantum" + ], + "DamageType2": [ + "Physical", + "Thunder" + ], + "ChallengeTargetID": [ + 441, + 442, + 443 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 7, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003020, + 2013010 + ], + "EventIDList1": [ + 30014191, + 30014192 + ], + "MazeGroupID2": 8, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 2023030, + 1004020 + ], + "EventIDList2": [ + 30014193, + 30014194 + ], + "MazeBuffID": 3030117 + }, + { + "ID": 2405, + "Name": { + "Hash": -1788304092, + "Hash64": 3593394418751229231 + }, + "GroupID": 1005, + "MapEntranceID": 3000202, + "MapEntranceID2": 3000202, + "PreLevel": 1, + "PreChallengeMazeID": 2404, + "Floor": 5, + "RewardID": 101205, + "DamageType1": [ + "Fire", + "Ice" + ], + "DamageType2": [ + "Wind", + "Imaginary" + ], + "ChallengeTargetID": [ + 451, + 452, + 453 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 7, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8033010, + 1013010 + ], + "EventIDList1": [ + 30014201, + 30014202 + ], + "MazeGroupID2": 8, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 2023010, + 2004010 + ], + "EventIDList2": [ + 30014203, + 30014204 + ], + "MazeBuffID": 3030117 + }, + { + "ID": 2406, + "Name": { + "Hash": -1788304095, + "Hash64": 12131986968662848617 + }, + "GroupID": 1005, + "MapEntranceID": 3000202, + "MapEntranceID2": 3000202, + "PreLevel": 1, + "PreChallengeMazeID": 2405, + "Floor": 6, + "RewardID": 101206, + "DamageType1": [ + "Ice", + "Imaginary" + ], + "DamageType2": [ + "Fire", + "Ice" + ], + "ChallengeTargetID": [ + 461, + 462, + 463 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 5, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023010 + ], + "EventIDList1": [ + 30014211 + ], + "MazeGroupID2": 6, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2023020 + ], + "EventIDList2": [ + 30014212 + ], + "MazeBuffID": 3030117 + }, + { + "ID": 2407, + "Name": { + "Hash": -1788304094, + "Hash64": 15421314470394404459 + }, + "GroupID": 1005, + "MapEntranceID": 3000202, + "MapEntranceID2": 3000202, + "PreLevel": 1, + "PreChallengeMazeID": 2406, + "Floor": 7, + "RewardID": 101207, + "DamageType1": [ + "Wind", + "Quantum" + ], + "DamageType2": [ + "Physical", + "Thunder" + ], + "ChallengeTargetID": [ + 471, + 472, + 473 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 5, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2013010 + ], + "EventIDList1": [ + 30014221 + ], + "MazeGroupID2": 6, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1004020 + ], + "EventIDList2": [ + 30014222 + ], + "MazeBuffID": 3030117 + }, + { + "ID": 2408, + "Name": { + "Hash": -1788304089, + "Hash64": 8723737238121081595 + }, + "GroupID": 1005, + "MapEntranceID": 3000202, + "MapEntranceID2": 3000202, + "PreLevel": 1, + "PreChallengeMazeID": 2407, + "Floor": 8, + "RewardID": 101208, + "DamageType1": [ + "Fire", + "Ice", + "Imaginary" + ], + "DamageType2": [ + "Thunder", + "Wind" + ], + "ChallengeTargetID": [ + 481, + 482, + 483 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 5, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8033010 + ], + "EventIDList1": [ + 30014231 + ], + "MazeGroupID2": 6, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2004020 + ], + "EventIDList2": [ + 30014232 + ], + "MazeBuffID": 3030117 + }, + { + "ID": 2409, + "Name": { + "Hash": -1788304088, + "Hash64": 12908359364808729205 + }, + "GroupID": 1005, + "MapEntranceID": 3000501, + "MapEntranceID2": 3000501, + "PreLevel": 1, + "PreChallengeMazeID": 2408, + "Floor": 9, + "RewardID": 101209, + "DamageType1": [ + "Ice", + "Imaginary" + ], + "DamageType2": [ + "Fire", + "Quantum" + ], + "ChallengeTargetID": [ + 481, + 482, + 483 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8033010 + ], + "EventIDList1": [ + 30014241 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2024010 + ], + "EventIDList2": [ + 30014242 + ], + "MazeBuffID": 3030117 + }, + { + "ID": 2410, + "Name": { + "Hash": 940579258, + "Hash64": 7225355156316944279 + }, + "GroupID": 1005, + "MapEntranceID": 3000202, + "MapEntranceID2": 3000202, + "PreLevel": 1, + "PreChallengeMazeID": 2409, + "Floor": 10, + "RewardID": 101210, + "DamageType1": [ + "Fire", + "Wind" + ], + "DamageType2": [ + "Ice", + "Imaginary" + ], + "ChallengeTargetID": [ + 481, + 482, + 483 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 5, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023020 + ], + "EventIDList1": [ + 30014251 + ], + "MazeGroupID2": 6, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8024011 + ], + "EventIDList2": [ + 30014252 + ], + "MazeBuffID": 3030117 + }, + { + "ID": 2501, + "Name": { + "Hash": -1788304001, + "Hash64": 793938377373973563 + }, + "GroupID": 1006, + "MapEntranceID": 3000202, + "MapEntranceID2": 3000202, + "PreLevel": 1, + "PreChallengeMazeID": 15, + "Floor": 1, + "RewardID": 101201, + "DamageType1": [ + "Fire", + "Thunder" + ], + "DamageType2": [ + "Ice", + "Imaginary" + ], + "ChallengeTargetID": [ + 411, + 412, + 413 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 7, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 1013010, + 8003040 + ], + "EventIDList1": [ + 30015161, + 30015162 + ], + "MazeGroupID2": 8, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 8033010, + 2023010 + ], + "EventIDList2": [ + 30015163, + 30015164 + ], + "MazeBuffID": 3030120 + }, + { + "ID": 2502, + "Name": { + "Hash": -1788304002, + "Hash64": 1859058947950343823 + }, + "GroupID": 1006, + "MapEntranceID": 3000202, + "MapEntranceID2": 3000202, + "PreLevel": 1, + "PreChallengeMazeID": 2501, + "Floor": 2, + "RewardID": 101202, + "DamageType1": [ + "Fire", + "Ice" + ], + "DamageType2": [ + "Wind", + "Quantum" + ], + "ChallengeTargetID": [ + 421, + 422, + 423 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 7, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003050, + 2023020 + ], + "EventIDList1": [ + 30015171, + 30015172 + ], + "MazeGroupID2": 8, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 2013010, + 8003030 + ], + "EventIDList2": [ + 30015173, + 30015174 + ], + "MazeBuffID": 3030120 + }, + { + "ID": 2503, + "Name": { + "Hash": -1788304003, + "Hash64": 12148574547436967778 + }, + "GroupID": 1006, + "MapEntranceID": 3000202, + "MapEntranceID2": 3000202, + "PreLevel": 1, + "PreChallengeMazeID": 2502, + "Floor": 3, + "RewardID": 101203, + "DamageType1": [ + "Physical", + "Ice" + ], + "DamageType2": [ + "Fire", + "Thunder" + ], + "ChallengeTargetID": [ + 431, + 432, + 433 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 7, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 1003010, + 2023030 + ], + "EventIDList1": [ + 30015181, + 30015182 + ], + "MazeGroupID2": 8, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 1023020, + 1014010 + ], + "EventIDList2": [ + 30015183, + 30015184 + ], + "MazeBuffID": 3030120 + }, + { + "ID": 2504, + "Name": { + "Hash": -1788303996, + "Hash64": 4726608410895131354 + }, + "GroupID": 1006, + "MapEntranceID": 3000202, + "MapEntranceID2": 3000202, + "PreLevel": 1, + "PreChallengeMazeID": 2503, + "Floor": 4, + "RewardID": 101204, + "DamageType1": [ + "Quantum" + ], + "DamageType2": [ + "Physical", + "Thunder" + ], + "ChallengeTargetID": [ + 441, + 442, + 443 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 7, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8003020, + 2013010 + ], + "EventIDList1": [ + 30015191, + 30015192 + ], + "MazeGroupID2": 8, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 2023030, + 1004020 + ], + "EventIDList2": [ + 30015193, + 30015194 + ], + "MazeBuffID": 3030120 + }, + { + "ID": 2505, + "Name": { + "Hash": -1788303997, + "Hash64": 16704923491546065065 + }, + "GroupID": 1006, + "MapEntranceID": 3000202, + "MapEntranceID2": 3000202, + "PreLevel": 1, + "PreChallengeMazeID": 2504, + "Floor": 5, + "RewardID": 101205, + "DamageType1": [ + "Fire", + "Ice" + ], + "DamageType2": [ + "Wind", + "Imaginary" + ], + "ChallengeTargetID": [ + 451, + 452, + 453 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 7, + "ConfigList1": [ + 200001, + 200002 + ], + "NpcMonsterIDList1": [ + 8033010, + 1013010 + ], + "EventIDList1": [ + 30015201, + 30015202 + ], + "MazeGroupID2": 8, + "ConfigList2": [ + 200001, + 200002 + ], + "NpcMonsterIDList2": [ + 2023010, + 2004010 + ], + "EventIDList2": [ + 30015203, + 30015204 + ], + "MazeBuffID": 3030120 + }, + { + "ID": 2506, + "Name": { + "Hash": -1788303998, + "Hash64": 14466606567638007847 + }, + "GroupID": 1006, + "MapEntranceID": 3000202, + "MapEntranceID2": 3000202, + "PreLevel": 1, + "PreChallengeMazeID": 2505, + "Floor": 6, + "RewardID": 101206, + "DamageType1": [ + "Ice", + "Imaginary" + ], + "DamageType2": [ + "Fire", + "Ice" + ], + "ChallengeTargetID": [ + 461, + 462, + 463 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 5, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023010 + ], + "EventIDList1": [ + 30015211 + ], + "MazeGroupID2": 6, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2023020 + ], + "EventIDList2": [ + 30015212 + ], + "MazeBuffID": 3030120 + }, + { + "ID": 2507, + "Name": { + "Hash": -1788303999, + "Hash64": 2736569532431975084 + }, + "GroupID": 1006, + "MapEntranceID": 3000202, + "MapEntranceID2": 3000202, + "PreLevel": 1, + "PreChallengeMazeID": 2506, + "Floor": 7, + "RewardID": 101207, + "DamageType1": [ + "Wind", + "Quantum" + ], + "DamageType2": [ + "Physical", + "Thunder" + ], + "ChallengeTargetID": [ + 471, + 472, + 473 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 5, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2013010 + ], + "EventIDList1": [ + 30015221 + ], + "MazeGroupID2": 6, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1004020 + ], + "EventIDList2": [ + 30015222 + ], + "MazeBuffID": 3030120 + }, + { + "ID": 2508, + "Name": { + "Hash": -1788303992, + "Hash64": 7155613423679593437 + }, + "GroupID": 1006, + "MapEntranceID": 3000202, + "MapEntranceID2": 3000202, + "PreLevel": 1, + "PreChallengeMazeID": 2507, + "Floor": 8, + "RewardID": 101208, + "DamageType1": [ + "Fire", + "Ice", + "Imaginary" + ], + "DamageType2": [ + "Thunder", + "Wind" + ], + "ChallengeTargetID": [ + 481, + 482, + 483 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 5, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8033010 + ], + "EventIDList1": [ + 30015231 + ], + "MazeGroupID2": 6, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2004020 + ], + "EventIDList2": [ + 30015232 + ], + "MazeBuffID": 3030120 + }, + { + "ID": 2509, + "Name": { + "Hash": -1788303993, + "Hash64": 387330752877627126 + }, + "GroupID": 1006, + "MapEntranceID": 3000501, + "MapEntranceID2": 3000501, + "PreLevel": 1, + "PreChallengeMazeID": 2508, + "Floor": 9, + "RewardID": 101209, + "DamageType1": [ + "Ice", + "Imaginary" + ], + "DamageType2": [ + "Fire", + "Quantum" + ], + "ChallengeTargetID": [ + 481, + 482, + 483 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8033010 + ], + "EventIDList1": [ + 30015241 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2024010 + ], + "EventIDList2": [ + 30015242 + ], + "MazeBuffID": 3030120 + }, + { + "ID": 2510, + "Name": { + "Hash": 940579355, + "Hash64": 2708736177133235271 + }, + "GroupID": 1006, + "MapEntranceID": 3000202, + "MapEntranceID2": 3000202, + "PreLevel": 1, + "PreChallengeMazeID": 2509, + "Floor": 10, + "RewardID": 101210, + "DamageType1": [ + "Fire", + "Wind" + ], + "DamageType2": [ + "Ice", + "Imaginary" + ], + "ChallengeTargetID": [ + 481, + 482, + 483 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 5, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023020 + ], + "EventIDList1": [ + 30015251 + ], + "MazeGroupID2": 6, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8024011 + ], + "EventIDList2": [ + 30015252 + ], + "MazeBuffID": 3030120 + }, + { + "ID": 2601, + "Name": { + "Hash": -1788304162, + "Hash64": 10437688050213975538 + }, + "GroupID": 1007, + "MapEntranceID": 3000203, + "MapEntranceID2": 3000203, + "PreLevel": 1, + "PreChallengeMazeID": 15, + "Floor": 1, + "RewardID": 101201, + "DamageType1": [ + "Physical", + "Ice" + ], + "DamageType2": [ + "Fire", + "Quantum" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023030 + ], + "EventIDList1": [ + 30016161 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1023020 + ], + "EventIDList2": [ + 30016162 + ], + "MazeBuffID": 3030119 + }, + { + "ID": 2602, + "Name": { + "Hash": -1788304161, + "Hash64": 16529937635708337271 + }, + "GroupID": 1007, + "MapEntranceID": 3000203, + "MapEntranceID2": 3000203, + "PreLevel": 1, + "PreChallengeMazeID": 2601, + "Floor": 2, + "RewardID": 101202, + "DamageType1": [ + "Fire", + "Ice" + ], + "DamageType2": [ + "Physical", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023020 + ], + "EventIDList1": [ + 30016171 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1004030 + ], + "EventIDList2": [ + 30016172 + ], + "MazeBuffID": 3030119 + }, + { + "ID": 2603, + "Name": { + "Hash": -1788304160, + "Hash64": 6229550887260742676 + }, + "GroupID": 1007, + "MapEntranceID": 3000203, + "MapEntranceID2": 3000203, + "PreLevel": 1, + "PreChallengeMazeID": 2602, + "Floor": 3, + "RewardID": 101203, + "DamageType1": [ + "Wind", + "Imaginary" + ], + "DamageType2": [ + "Fire", + "Thunder", + "Wind" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023010 + ], + "EventIDList1": [ + 30016181 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1014010 + ], + "EventIDList2": [ + 30016182 + ], + "MazeBuffID": 3030119 + }, + { + "ID": 2604, + "Name": { + "Hash": -1788304159, + "Hash64": 1221120088776382731 + }, + "GroupID": 1007, + "MapEntranceID": 3000203, + "MapEntranceID2": 3000203, + "PreLevel": 1, + "PreChallengeMazeID": 2603, + "Floor": 4, + "RewardID": 101204, + "DamageType1": [ + "Physical", + "Thunder" + ], + "DamageType2": [ + "Ice", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2013020 + ], + "EventIDList1": [ + 30016191 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8033010 + ], + "EventIDList2": [ + 30016192 + ], + "MazeBuffID": 3030119 + }, + { + "ID": 2605, + "Name": { + "Hash": -1788304158, + "Hash64": 8147588464713615522 + }, + "GroupID": 1007, + "MapEntranceID": 3000203, + "MapEntranceID2": 3000203, + "PreLevel": 1, + "PreChallengeMazeID": 2604, + "Floor": 5, + "RewardID": 101205, + "DamageType1": [ + "Wind", + "Quantum" + ], + "DamageType2": [ + "Ice", + "Quantum" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2013010 + ], + "EventIDList1": [ + 30016201 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8024011 + ], + "EventIDList2": [ + 30016202 + ], + "MazeBuffID": 3030119 + }, + { + "ID": 2606, + "Name": { + "Hash": -1788304157, + "Hash64": 14933355417001438910 + }, + "GroupID": 1007, + "MapEntranceID": 3000203, + "MapEntranceID2": 3000203, + "PreLevel": 1, + "PreChallengeMazeID": 2605, + "Floor": 6, + "RewardID": 101206, + "DamageType1": [ + "Physical", + "Ice" + ], + "DamageType2": [ + "Fire", + "Quantum" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023030 + ], + "EventIDList1": [ + 30016211 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1023020 + ], + "EventIDList2": [ + 30016212 + ], + "MazeBuffID": 3030119 + }, + { + "ID": 2607, + "Name": { + "Hash": -1788304156, + "Hash64": 1917702350871161173 + }, + "GroupID": 1007, + "MapEntranceID": 3000203, + "MapEntranceID2": 3000203, + "PreLevel": 1, + "PreChallengeMazeID": 2606, + "Floor": 7, + "RewardID": 101207, + "DamageType1": [ + "Fire", + "Ice" + ], + "DamageType2": [ + "Physical", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023020 + ], + "EventIDList1": [ + 30016221 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1004030 + ], + "EventIDList2": [ + 30016222 + ], + "MazeBuffID": 3030119 + }, + { + "ID": 2608, + "Name": { + "Hash": -1788304155, + "Hash64": 2150843465294012401 + }, + "GroupID": 1007, + "MapEntranceID": 3000203, + "MapEntranceID2": 3000203, + "PreLevel": 1, + "PreChallengeMazeID": 2607, + "Floor": 8, + "RewardID": 101208, + "DamageType1": [ + "Wind", + "Imaginary" + ], + "DamageType2": [ + "Fire", + "Thunder", + "Wind" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023010 + ], + "EventIDList1": [ + 30016231 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1014010 + ], + "EventIDList2": [ + 30016232 + ], + "MazeBuffID": 3030119 + }, + { + "ID": 2609, + "Name": { + "Hash": -1788304154, + "Hash64": 2596637411687170821 + }, + "GroupID": 1007, + "MapEntranceID": 3000203, + "MapEntranceID2": 3000203, + "PreLevel": 1, + "PreChallengeMazeID": 2608, + "Floor": 9, + "RewardID": 101209, + "DamageType1": [ + "Physical", + "Thunder" + ], + "DamageType2": [ + "Ice", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2013020 + ], + "EventIDList1": [ + 30016241 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8033010 + ], + "EventIDList2": [ + 30016242 + ], + "MazeBuffID": 3030119 + }, + { + "ID": 2610, + "Name": { + "Hash": 940579192, + "Hash64": 2126144550117073964 + }, + "GroupID": 1007, + "MapEntranceID": 3000203, + "MapEntranceID2": 3000203, + "PreLevel": 1, + "PreChallengeMazeID": 2609, + "Floor": 10, + "RewardID": 101210, + "DamageType1": [ + "Physical", + "Imaginary" + ], + "DamageType2": [ + "Ice", + "Quantum" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1004020 + ], + "EventIDList1": [ + 30016251 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8024011 + ], + "EventIDList2": [ + 30016252 + ], + "MazeBuffID": 3030119 + }, + { + "ID": 2701, + "Name": { + "Hash": -1788304067, + "Hash64": 17317129100025852574 + }, + "GroupID": 1008, + "MapEntranceID": 3000203, + "MapEntranceID2": 3000203, + "PreLevel": 1, + "PreChallengeMazeID": 15, + "Floor": 1, + "RewardID": 101201, + "DamageType1": [ + "Physical", + "Ice" + ], + "DamageType2": [ + "Fire", + "Quantum" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023030 + ], + "EventIDList1": [ + 30017161 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1023020 + ], + "EventIDList2": [ + 30017162 + ], + "MazeBuffID": 3030118 + }, + { + "ID": 2702, + "Name": { + "Hash": -1788304064, + "Hash64": 11994262127755182670 + }, + "GroupID": 1008, + "MapEntranceID": 3000203, + "MapEntranceID2": 3000203, + "PreLevel": 1, + "PreChallengeMazeID": 2701, + "Floor": 2, + "RewardID": 101202, + "DamageType1": [ + "Fire", + "Ice" + ], + "DamageType2": [ + "Physical", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023020 + ], + "EventIDList1": [ + 30017171 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1004030 + ], + "EventIDList2": [ + 30017172 + ], + "MazeBuffID": 3030118 + }, + { + "ID": 2703, + "Name": { + "Hash": -1788304065, + "Hash64": 2436710225531699629 + }, + "GroupID": 1008, + "MapEntranceID": 3000203, + "MapEntranceID2": 3000203, + "PreLevel": 1, + "PreChallengeMazeID": 2702, + "Floor": 3, + "RewardID": 101203, + "DamageType1": [ + "Wind", + "Imaginary" + ], + "DamageType2": [ + "Fire", + "Thunder", + "Wind" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023010 + ], + "EventIDList1": [ + 30017181 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1014010 + ], + "EventIDList2": [ + 30017182 + ], + "MazeBuffID": 3030118 + }, + { + "ID": 2704, + "Name": { + "Hash": -1788304062, + "Hash64": 13448004130924661168 + }, + "GroupID": 1008, + "MapEntranceID": 3000203, + "MapEntranceID2": 3000203, + "PreLevel": 1, + "PreChallengeMazeID": 2703, + "Floor": 4, + "RewardID": 101204, + "DamageType1": [ + "Physical", + "Thunder" + ], + "DamageType2": [ + "Ice", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2013020 + ], + "EventIDList1": [ + 30017191 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8033010 + ], + "EventIDList2": [ + 30017192 + ], + "MazeBuffID": 3030118 + }, + { + "ID": 2705, + "Name": { + "Hash": -1788304063, + "Hash64": 14328728707161336274 + }, + "GroupID": 1008, + "MapEntranceID": 3000203, + "MapEntranceID2": 3000203, + "PreLevel": 1, + "PreChallengeMazeID": 2704, + "Floor": 5, + "RewardID": 101205, + "DamageType1": [ + "Wind", + "Quantum" + ], + "DamageType2": [ + "Physical", + "Fire", + "Ice" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2013010 + ], + "EventIDList1": [ + 30017201 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3024010 + ], + "EventIDList2": [ + 30017202 + ], + "MazeBuffID": 3030118 + }, + { + "ID": 2706, + "Name": { + "Hash": -1788304060, + "Hash64": 5150696392136160338 + }, + "GroupID": 1008, + "MapEntranceID": 3000203, + "MapEntranceID2": 3000203, + "PreLevel": 1, + "PreChallengeMazeID": 2705, + "Floor": 6, + "RewardID": 101206, + "DamageType1": [ + "Physical", + "Ice" + ], + "DamageType2": [ + "Fire", + "Quantum" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023030 + ], + "EventIDList1": [ + 30017211 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1023020 + ], + "EventIDList2": [ + 30017212 + ], + "MazeBuffID": 3030118 + }, + { + "ID": 2707, + "Name": { + "Hash": -1788304061, + "Hash64": 6596660747563742120 + }, + "GroupID": 1008, + "MapEntranceID": 3000203, + "MapEntranceID2": 3000203, + "PreLevel": 1, + "PreChallengeMazeID": 2706, + "Floor": 7, + "RewardID": 101207, + "DamageType1": [ + "Fire", + "Ice" + ], + "DamageType2": [ + "Physical", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023020 + ], + "EventIDList1": [ + 30017221 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1004030 + ], + "EventIDList2": [ + 30017222 + ], + "MazeBuffID": 3030118 + }, + { + "ID": 2708, + "Name": { + "Hash": -1788304058, + "Hash64": 7206417038050437615 + }, + "GroupID": 1008, + "MapEntranceID": 3000203, + "MapEntranceID2": 3000203, + "PreLevel": 1, + "PreChallengeMazeID": 2707, + "Floor": 8, + "RewardID": 101208, + "DamageType1": [ + "Wind", + "Imaginary" + ], + "DamageType2": [ + "Fire", + "Thunder", + "Wind" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023010 + ], + "EventIDList1": [ + 30017231 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1014010 + ], + "EventIDList2": [ + 30017232 + ], + "MazeBuffID": 3030118 + }, + { + "ID": 2709, + "Name": { + "Hash": -1788304059, + "Hash64": 9222248227832690817 + }, + "GroupID": 1008, + "MapEntranceID": 3000203, + "MapEntranceID2": 3000203, + "PreLevel": 1, + "PreChallengeMazeID": 2708, + "Floor": 9, + "RewardID": 101209, + "DamageType1": [ + "Physical", + "Thunder" + ], + "DamageType2": [ + "Ice", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2013020 + ], + "EventIDList1": [ + 30017241 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8033010 + ], + "EventIDList2": [ + 30017242 + ], + "MazeBuffID": 3030118 + }, + { + "ID": 2710, + "Name": { + "Hash": 940579289, + "Hash64": 13024177838966204903 + }, + "GroupID": 1008, + "MapEntranceID": 3000203, + "MapEntranceID2": 3000203, + "PreLevel": 1, + "PreChallengeMazeID": 2709, + "Floor": 10, + "RewardID": 101210, + "DamageType1": [ + "Wind", + "Quantum" + ], + "DamageType2": [ + "Physical", + "Ice" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2013010 + ], + "EventIDList1": [ + 30017251 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3024010 + ], + "EventIDList2": [ + 30017252 + ], + "MazeBuffID": 3030118 + }, + { + "ID": 2801, + "Name": { + "Hash": -1788303700, + "Hash64": 290108120386741192 + }, + "GroupID": 1009, + "MapEntranceID": 3000204, + "MapEntranceID2": 3000204, + "PreLevel": 1, + "PreChallengeMazeID": 15, + "Floor": 1, + "RewardID": 101201, + "DamageType1": [ + "Ice", + "Thunder" + ], + "DamageType2": [ + "Physical", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 3, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023030 + ], + "EventIDList1": [ + 30018011 + ], + "MazeGroupID2": 4, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2013020 + ], + "EventIDList2": [ + 30018012 + ], + "MazeBuffID": 3030121 + }, + { + "ID": 2802, + "Name": { + "Hash": -1788303703, + "Hash64": 11569369833948833416 + }, + "GroupID": 1009, + "MapEntranceID": 3000204, + "MapEntranceID2": 3000204, + "PreLevel": 1, + "PreChallengeMazeID": 2801, + "Floor": 2, + "RewardID": 101202, + "DamageType1": [ + "Fire", + "Ice" + ], + "DamageType2": [ + "Wind", + "Quantum" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 3, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003050 + ], + "EventIDList1": [ + 30018021 + ], + "MazeGroupID2": 4, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2013010 + ], + "EventIDList2": [ + 30018022 + ], + "MazeBuffID": 3030121 + }, + { + "ID": 2803, + "Name": { + "Hash": -1788303702, + "Hash64": 13300056380579995481 + }, + "GroupID": 1009, + "MapEntranceID": 3000204, + "MapEntranceID2": 3000204, + "PreLevel": 1, + "PreChallengeMazeID": 2802, + "Floor": 3, + "RewardID": 101203, + "DamageType1": [ + "Ice", + "Imaginary" + ], + "DamageType2": [ + "Wind" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 3, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023010 + ], + "EventIDList1": [ + 30018031 + ], + "MazeGroupID2": 4, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1014010 + ], + "EventIDList2": [ + 30018032 + ], + "MazeBuffID": 3030121 + }, + { + "ID": 2804, + "Name": { + "Hash": -1788303705, + "Hash64": 6670162638715284248 + }, + "GroupID": 1009, + "MapEntranceID": 3000204, + "MapEntranceID2": 3000204, + "PreLevel": 1, + "PreChallengeMazeID": 2803, + "Floor": 4, + "RewardID": 101204, + "DamageType1": [ + "Fire", + "Ice" + ], + "DamageType2": [ + "Physical", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 3, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023020 + ], + "EventIDList1": [ + 30018041 + ], + "MazeGroupID2": 4, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2013020 + ], + "EventIDList2": [ + 30018042 + ], + "MazeBuffID": 3030121 + }, + { + "ID": 2805, + "Name": { + "Hash": -1788303704, + "Hash64": 12531320696435622311 + }, + "GroupID": 1009, + "MapEntranceID": 3000204, + "MapEntranceID2": 3000204, + "PreLevel": 1, + "PreChallengeMazeID": 2804, + "Floor": 5, + "RewardID": 101205, + "DamageType1": [ + "Fire", + "Thunder" + ], + "DamageType2": [ + "Physical", + "Ice" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 3, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1023020 + ], + "EventIDList1": [ + 30018051 + ], + "MazeGroupID2": 4, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3024010 + ], + "EventIDList2": [ + 30018052 + ], + "MazeBuffID": 3030121 + }, + { + "ID": 2806, + "Name": { + "Hash": -1788303707, + "Hash64": 5096810328292116388 + }, + "GroupID": 1009, + "MapEntranceID": 3000204, + "MapEntranceID2": 3000204, + "PreLevel": 1, + "PreChallengeMazeID": 2805, + "Floor": 6, + "RewardID": 101206, + "DamageType1": [ + "Ice", + "Thunder" + ], + "DamageType2": [ + "Physical", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 3, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023030 + ], + "EventIDList1": [ + 30018061 + ], + "MazeGroupID2": 4, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2013020 + ], + "EventIDList2": [ + 30018062 + ], + "MazeBuffID": 3030121 + }, + { + "ID": 2807, + "Name": { + "Hash": -1788303706, + "Hash64": 6268070870018309053 + }, + "GroupID": 1009, + "MapEntranceID": 3000204, + "MapEntranceID2": 3000204, + "PreLevel": 1, + "PreChallengeMazeID": 2806, + "Floor": 7, + "RewardID": 101207, + "DamageType1": [ + "Fire", + "Ice" + ], + "DamageType2": [ + "Wind", + "Quantum" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 3, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003050 + ], + "EventIDList1": [ + 30018071 + ], + "MazeGroupID2": 4, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2013010 + ], + "EventIDList2": [ + 30018072 + ], + "MazeBuffID": 3030121 + }, + { + "ID": 2808, + "Name": { + "Hash": -1788303709, + "Hash64": 1135341351421019455 + }, + "GroupID": 1009, + "MapEntranceID": 3000204, + "MapEntranceID2": 3000204, + "PreLevel": 1, + "PreChallengeMazeID": 2807, + "Floor": 8, + "RewardID": 101208, + "DamageType1": [ + "Ice", + "Imaginary" + ], + "DamageType2": [ + "Wind" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 3, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023010 + ], + "EventIDList1": [ + 30018081 + ], + "MazeGroupID2": 4, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1014010 + ], + "EventIDList2": [ + 30018082 + ], + "MazeBuffID": 3030121 + }, + { + "ID": 2809, + "Name": { + "Hash": -1788303708, + "Hash64": 11657848624737337710 + }, + "GroupID": 1009, + "MapEntranceID": 3000204, + "MapEntranceID2": 3000204, + "PreLevel": 1, + "PreChallengeMazeID": 2808, + "Floor": 9, + "RewardID": 101209, + "DamageType1": [ + "Fire", + "Ice" + ], + "DamageType2": [ + "Physical", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 3, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023020 + ], + "EventIDList1": [ + 30018091 + ], + "MazeGroupID2": 4, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2013020 + ], + "EventIDList2": [ + 30018092 + ], + "MazeBuffID": 3030121 + }, + { + "ID": 2810, + "Name": { + "Hash": 940579654, + "Hash64": 1245421617916538152 + }, + "GroupID": 1009, + "MapEntranceID": 3000204, + "MapEntranceID2": 3000204, + "PreLevel": 1, + "PreChallengeMazeID": 2809, + "Floor": 10, + "RewardID": 101210, + "DamageType1": [ + "Fire", + "Thunder" + ], + "DamageType2": [ + "Physical", + "Ice" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 3, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1023020 + ], + "EventIDList1": [ + 30018101 + ], + "MazeGroupID2": 4, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3024010 + ], + "EventIDList2": [ + 30018102 + ], + "MazeBuffID": 3030121 + }, + { + "ID": 2811, + "Name": { + "Hash": 940579655, + "Hash64": 3492429472591278575 + }, + "GroupID": 1009, + "MapEntranceID": 3000204, + "MapEntranceID2": 3000204, + "PreLevel": 1, + "PreChallengeMazeID": 2810, + "Floor": 11, + "RewardID": 101211, + "DamageType1": [ + "Thunder", + "Imaginary" + ], + "DamageType2": [ + "Fire", + "Ice" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 3, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1004020 + ], + "EventIDList1": [ + 30018111 + ], + "MazeGroupID2": 4, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2024010 + ], + "EventIDList2": [ + 30018112 + ], + "MazeBuffID": 3030121 + }, + { + "ID": 2812, + "Name": { + "Hash": 940579652, + "Hash64": 5770047040305561316 + }, + "GroupID": 1009, + "MapEntranceID": 3000204, + "MapEntranceID2": 3000204, + "PreLevel": 1, + "PreChallengeMazeID": 2811, + "Floor": 12, + "RewardID": 101212, + "DamageType1": [ + "Wind", + "Imaginary" + ], + "DamageType2": [ + "Ice" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 3, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2004010 + ], + "EventIDList1": [ + 30018121 + ], + "MazeGroupID2": 4, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8024011 + ], + "EventIDList2": [ + 30018122 + ], + "MazeBuffID": 3030121 + }, + { + "ID": 2901, + "Name": { + "Hash": -1788303605, + "Hash64": 54775929849348582 + }, + "GroupID": 1010, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 15, + "Floor": 1, + "RewardID": 101201, + "DamageType1": [ + "Wind", + "Imaginary" + ], + "DamageType2": [ + "Ice", + "Thunder" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8013010 + ], + "EventIDList1": [ + 30020011 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1013010 + ], + "EventIDList2": [ + 30020012 + ], + "MazeBuffID": 3030123 + }, + { + "ID": 2902, + "Name": { + "Hash": -1788303606, + "Hash64": 1115079124605500921 + }, + "GroupID": 1010, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 2901, + "Floor": 2, + "RewardID": 101202, + "DamageType1": [ + "Quantum" + ], + "DamageType2": [ + "Fire", + "Wind" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1023020 + ], + "EventIDList1": [ + 30020021 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2023020 + ], + "EventIDList2": [ + 30020022 + ], + "MazeBuffID": 3030123 + }, + { + "ID": 2903, + "Name": { + "Hash": -1788303607, + "Hash64": 12743264440438631664 + }, + "GroupID": 1010, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 2902, + "Floor": 3, + "RewardID": 101203, + "DamageType1": [ + "Imaginary" + ], + "DamageType2": [ + "Thunder", + "Wind" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003050 + ], + "EventIDList1": [ + 30020031 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2004020 + ], + "EventIDList2": [ + 30020032 + ], + "MazeBuffID": 3030123 + }, + { + "ID": 2904, + "Name": { + "Hash": -1788303608, + "Hash64": 8202198546614257284 + }, + "GroupID": 1010, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 2903, + "Floor": 4, + "RewardID": 101204, + "DamageType1": [ + "Wind" + ], + "DamageType2": [ + "Ice", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023010 + ], + "EventIDList1": [ + 30020041 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8033010 + ], + "EventIDList2": [ + 30020042 + ], + "MazeBuffID": 3030123 + }, + { + "ID": 2905, + "Name": { + "Hash": -1788303609, + "Hash64": 15326851336849906145 + }, + "GroupID": 1010, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 2904, + "Floor": 5, + "RewardID": 101205, + "DamageType1": [ + "Thunder" + ], + "DamageType2": [ + "Ice", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023030 + ], + "EventIDList1": [ + 30020051 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8024011 + ], + "EventIDList2": [ + 30020052 + ], + "MazeBuffID": 3030123 + }, + { + "ID": 2906, + "Name": { + "Hash": -1788303610, + "Hash64": 1551848063145585839 + }, + "GroupID": 1010, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 2905, + "Floor": 6, + "RewardID": 101206, + "DamageType1": [ + "Wind", + "Imaginary" + ], + "DamageType2": [ + "Ice", + "Thunder" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8013010 + ], + "EventIDList1": [ + 30020061 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1013010 + ], + "EventIDList2": [ + 30020062 + ], + "MazeBuffID": 3030123 + }, + { + "ID": 2907, + "Name": { + "Hash": -1788303611, + "Hash64": 12050663422417658656 + }, + "GroupID": 1010, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 2906, + "Floor": 7, + "RewardID": 101207, + "DamageType1": [ + "Quantum" + ], + "DamageType2": [ + "Fire", + "Wind" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1023020 + ], + "EventIDList1": [ + 30020071 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2023020 + ], + "EventIDList2": [ + 30020072 + ], + "MazeBuffID": 3030123 + }, + { + "ID": 2908, + "Name": { + "Hash": -1788303612, + "Hash64": 2353547101264544600 + }, + "GroupID": 1010, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 2907, + "Floor": 8, + "RewardID": 101208, + "DamageType1": [ + "Imaginary" + ], + "DamageType2": [ + "Thunder", + "Wind" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003050 + ], + "EventIDList1": [ + 30020081 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2004020 + ], + "EventIDList2": [ + 30020082 + ], + "MazeBuffID": 3030123 + }, + { + "ID": 2909, + "Name": { + "Hash": -1788303613, + "Hash64": 11787517672712804995 + }, + "GroupID": 1010, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 2908, + "Floor": 9, + "RewardID": 101209, + "DamageType1": [ + "Wind" + ], + "DamageType2": [ + "Ice", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023010 + ], + "EventIDList1": [ + 30020091 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8033010 + ], + "EventIDList2": [ + 30020092 + ], + "MazeBuffID": 3030123 + }, + { + "ID": 2910, + "Name": { + "Hash": 940579751, + "Hash64": 5590404849832508006 + }, + "GroupID": 1010, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 2909, + "Floor": 10, + "RewardID": 101210, + "DamageType1": [ + "Thunder" + ], + "DamageType2": [ + "Ice", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023030 + ], + "EventIDList1": [ + 30020101 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8024011 + ], + "EventIDList2": [ + 30020102 + ], + "MazeBuffID": 3030123 + }, + { + "ID": 2911, + "Name": { + "Hash": 940579750, + "Hash64": 15949448174658060421 + }, + "GroupID": 1010, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 2910, + "Floor": 11, + "RewardID": 101211, + "DamageType1": [ + "Physical", + "Imaginary" + ], + "DamageType2": [ + "Fire", + "Wind" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1004030 + ], + "EventIDList1": [ + 30020111 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1014010 + ], + "EventIDList2": [ + 30020112 + ], + "MazeBuffID": 3030123 + }, + { + "ID": 2912, + "Name": { + "Hash": 940579749, + "Hash64": 1246424800306958550 + }, + "GroupID": 1010, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreLevel": 1, + "PreChallengeMazeID": 2911, + "Floor": 12, + "RewardID": 101212, + "DamageType1": [ + "Fire", + "Ice" + ], + "DamageType2": [ + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2024010 + ], + "EventIDList1": [ + 30020121 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2004010 + ], + "EventIDList2": [ + 30020122 + ], + "MazeBuffID": 3030123 + }, + { + "ID": 3001, + "Name": { + "Hash": -484342049, + "Hash64": 18130441181647554551 + }, + "GroupID": 1011, + "MapEntranceID": 3012101, + "MapEntranceID2": 3012101, + "PreLevel": 1, + "PreChallengeMazeID": 15, + "Floor": 1, + "RewardID": 101201, + "DamageType1": [ + "Wind", + "Imaginary" + ], + "DamageType2": [ + "Physical", + "Quantum" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023010 + ], + "EventIDList1": [ + 30101011 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8003030 + ], + "EventIDList2": [ + 30101012 + ], + "MazeBuffID": 3030124 + }, + { + "ID": 3002, + "Name": { + "Hash": -484342052, + "Hash64": 1858146737124653240 + }, + "GroupID": 1011, + "MapEntranceID": 3012101, + "MapEntranceID2": 3012101, + "PreLevel": 1, + "PreChallengeMazeID": 3001, + "Floor": 2, + "RewardID": 101202, + "DamageType1": [ + "Fire", + "Thunder", + "Wind" + ], + "DamageType2": [ + "Ice", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 3003010 + ], + "EventIDList1": [ + 30101021 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8024011 + ], + "EventIDList2": [ + 30101022 + ], + "MazeBuffID": 3030124 + }, + { + "ID": 3003, + "Name": { + "Hash": -484342051, + "Hash64": 233288195044490013 + }, + "GroupID": 1011, + "MapEntranceID": 3012101, + "MapEntranceID2": 3012101, + "PreLevel": 1, + "PreChallengeMazeID": 3002, + "Floor": 3, + "RewardID": 101203, + "DamageType1": [ + "Ice", + "Thunder" + ], + "DamageType2": [ + "Fire" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023030 + ], + "EventIDList1": [ + 30101031 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8033010 + ], + "EventIDList2": [ + 30101032 + ], + "MazeBuffID": 3030124 + }, + { + "ID": 3004, + "Name": { + "Hash": -484342054, + "Hash64": 151567343293782237 + }, + "GroupID": 1011, + "MapEntranceID": 3012101, + "MapEntranceID2": 3012101, + "PreLevel": 1, + "PreChallengeMazeID": 3003, + "Floor": 4, + "RewardID": 101204, + "DamageType1": [ + "Wind", + "Imaginary" + ], + "DamageType2": [ + "Quantum" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023010 + ], + "EventIDList1": [ + 30101041 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8003030 + ], + "EventIDList2": [ + 30101042 + ], + "MazeBuffID": 3030124 + }, + { + "ID": 3005, + "Name": { + "Hash": -484342053, + "Hash64": 6505519978218164310 + }, + "GroupID": 1011, + "MapEntranceID": 3012101, + "MapEntranceID2": 3012101, + "PreLevel": 1, + "PreChallengeMazeID": 3004, + "Floor": 5, + "RewardID": 101205, + "DamageType1": [ + "Thunder", + "Wind" + ], + "DamageType2": [ + "Physical", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 3003010 + ], + "EventIDList1": [ + 30101051 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2004010 + ], + "EventIDList2": [ + 30101052 + ], + "MazeBuffID": 3030124 + }, + { + "ID": 3006, + "Name": { + "Hash": -484342056, + "Hash64": 16291694793943413685 + }, + "GroupID": 1011, + "MapEntranceID": 3012101, + "MapEntranceID2": 3012101, + "PreLevel": 1, + "PreChallengeMazeID": 3005, + "Floor": 6, + "RewardID": 101206, + "DamageType1": [ + "Wind", + "Imaginary" + ], + "DamageType2": [ + "Physical", + "Quantum" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023010 + ], + "EventIDList1": [ + 30101061 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8003030 + ], + "EventIDList2": [ + 30101062 + ], + "MazeBuffID": 3030124 + }, + { + "ID": 3007, + "Name": { + "Hash": -484342055, + "Hash64": 6112346826316413982 + }, + "GroupID": 1011, + "MapEntranceID": 3012101, + "MapEntranceID2": 3012101, + "PreLevel": 1, + "PreChallengeMazeID": 3006, + "Floor": 7, + "RewardID": 101207, + "DamageType1": [ + "Fire", + "Thunder", + "Wind" + ], + "DamageType2": [ + "Ice", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 3003010 + ], + "EventIDList1": [ + 30101071 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8024011 + ], + "EventIDList2": [ + 30101072 + ], + "MazeBuffID": 3030124 + }, + { + "ID": 3008, + "Name": { + "Hash": -484342042, + "Hash64": 7066867551006158839 + }, + "GroupID": 1011, + "MapEntranceID": 3012101, + "MapEntranceID2": 3012101, + "PreLevel": 1, + "PreChallengeMazeID": 3007, + "Floor": 8, + "RewardID": 101208, + "DamageType1": [ + "Ice", + "Thunder" + ], + "DamageType2": [ + "Fire" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023030 + ], + "EventIDList1": [ + 30101081 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8033010 + ], + "EventIDList2": [ + 30101082 + ], + "MazeBuffID": 3030124 + }, + { + "ID": 3009, + "Name": { + "Hash": -484342041, + "Hash64": 5183461964397987146 + }, + "GroupID": 1011, + "MapEntranceID": 3012101, + "MapEntranceID2": 3012101, + "PreLevel": 1, + "PreChallengeMazeID": 3008, + "Floor": 9, + "RewardID": 101209, + "DamageType1": [ + "Wind", + "Imaginary" + ], + "DamageType2": [ + "Quantum" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023010 + ], + "EventIDList1": [ + 30101091 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8003030 + ], + "EventIDList2": [ + 30101092 + ], + "MazeBuffID": 3030124 + }, + { + "ID": 3010, + "Name": { + "Hash": 1081741891, + "Hash64": 4971065837954665586 + }, + "GroupID": 1011, + "MapEntranceID": 3012101, + "MapEntranceID2": 3012101, + "PreLevel": 1, + "PreChallengeMazeID": 3009, + "Floor": 10, + "RewardID": 101210, + "DamageType1": [ + "Thunder", + "Wind" + ], + "DamageType2": [ + "Physical", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 3003010 + ], + "EventIDList1": [ + 30101101 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2004010 + ], + "EventIDList2": [ + 30101102 + ], + "MazeBuffID": 3030124 + }, + { + "ID": 3011, + "Name": { + "Hash": 1081741892, + "Hash64": 2637358185587226266 + }, + "GroupID": 1011, + "MapEntranceID": 3012101, + "MapEntranceID2": 3012101, + "PreLevel": 1, + "PreChallengeMazeID": 3010, + "Floor": 11, + "RewardID": 101211, + "DamageType1": [ + "Fire", + "Thunder", + "Wind" + ], + "DamageType2": [ + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1014010 + ], + "EventIDList1": [ + 30101111 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3024020 + ], + "EventIDList2": [ + 30101112 + ], + "MazeBuffID": 3030124 + }, + { + "ID": 3012, + "Name": { + "Hash": 1081741889, + "Hash64": 13806798059608733322 + }, + "GroupID": 1011, + "MapEntranceID": 3012101, + "MapEntranceID2": 3012101, + "PreLevel": 1, + "PreChallengeMazeID": 3011, + "Floor": 12, + "RewardID": 101212, + "DamageType1": [ + "Thunder" + ], + "DamageType2": [ + "Wind", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1004020 + ], + "EventIDList1": [ + 30101121 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3014020 + ], + "EventIDList2": [ + 30101122 + ], + "MazeBuffID": 3030124 + }, + { + "ID": 3101, + "Name": { + "Hash": -484341954, + "Hash64": 16593207149226808632 + }, + "GroupID": 1012, + "MapEntranceID": 3012102, + "MapEntranceID2": 3012102, + "PreLevel": 1, + "PreChallengeMazeID": 15, + "Floor": 1, + "RewardID": 101201, + "DamageType1": [ + "Fire", + "Thunder", + "Wind" + ], + "DamageType2": [ + "Ice", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 3003010 + ], + "EventIDList1": [ + 30102011 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2023010 + ], + "EventIDList2": [ + 30102012 + ], + "MazeBuffID": 3030125 + }, + { + "ID": 3102, + "Name": { + "Hash": -484341955, + "Hash64": 10977990370033056215 + }, + "GroupID": 1012, + "MapEntranceID": 3012102, + "MapEntranceID2": 3012102, + "PreLevel": 1, + "PreChallengeMazeID": 3101, + "Floor": 2, + "RewardID": 101202, + "DamageType1": [ + "Thunder" + ], + "DamageType2": [ + "Ice", + "Quantum" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2013010 + ], + "EventIDList1": [ + 30102021 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2024010 + ], + "EventIDList2": [ + 30102022 + ], + "MazeBuffID": 3030125 + }, + { + "ID": 3103, + "Name": { + "Hash": -484341956, + "Hash64": 17714553821536875640 + }, + "GroupID": 1012, + "MapEntranceID": 3012102, + "MapEntranceID2": 3012102, + "PreLevel": 1, + "PreChallengeMazeID": 3102, + "Floor": 3, + "RewardID": 101203, + "DamageType1": [ + "Ice", + "Thunder" + ], + "DamageType2": [ + "Wind", + "Quantum" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1013010 + ], + "EventIDList1": [ + 30102031 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8003030 + ], + "EventIDList2": [ + 30102032 + ], + "MazeBuffID": 3030125 + }, + { + "ID": 3104, + "Name": { + "Hash": -484341957, + "Hash64": 8666040045511860552 + }, + "GroupID": 1012, + "MapEntranceID": 3012102, + "MapEntranceID2": 3012102, + "PreLevel": 1, + "PreChallengeMazeID": 3103, + "Floor": 4, + "RewardID": 101204, + "DamageType1": [ + "Fire", + "Thunder" + ], + "DamageType2": [ + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 3003010 + ], + "EventIDList1": [ + 30102041 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3003020 + ], + "EventIDList2": [ + 30102042 + ], + "MazeBuffID": 3030125 + }, + { + "ID": 3105, + "Name": { + "Hash": -484341958, + "Hash64": 7018556851558132719 + }, + "GroupID": 1012, + "MapEntranceID": 3012102, + "MapEntranceID2": 3012102, + "PreLevel": 1, + "PreChallengeMazeID": 3104, + "Floor": 5, + "RewardID": 101205, + "DamageType1": [ + "Wind" + ], + "DamageType2": [ + "Quantum" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023020 + ], + "EventIDList1": [ + 30102051 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1004010 + ], + "EventIDList2": [ + 30102052 + ], + "MazeBuffID": 3030125 + }, + { + "ID": 3106, + "Name": { + "Hash": -484341959, + "Hash64": 14966080751058716928 + }, + "GroupID": 1012, + "MapEntranceID": 3012102, + "MapEntranceID2": 3012102, + "PreLevel": 1, + "PreChallengeMazeID": 3105, + "Floor": 6, + "RewardID": 101206, + "DamageType1": [ + "Fire", + "Thunder", + "Wind" + ], + "DamageType2": [ + "Ice", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 3003010 + ], + "EventIDList1": [ + 30102061 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2023010 + ], + "EventIDList2": [ + 30102062 + ], + "MazeBuffID": 3030125 + }, + { + "ID": 3107, + "Name": { + "Hash": -484341960, + "Hash64": 762917801554664659 + }, + "GroupID": 1012, + "MapEntranceID": 3012102, + "MapEntranceID2": 3012102, + "PreLevel": 1, + "PreChallengeMazeID": 3106, + "Floor": 7, + "RewardID": 101207, + "DamageType1": [ + "Thunder" + ], + "DamageType2": [ + "Ice", + "Quantum" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2013010 + ], + "EventIDList1": [ + 30102071 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2024010 + ], + "EventIDList2": [ + 30102072 + ], + "MazeBuffID": 3030125 + }, + { + "ID": 3108, + "Name": { + "Hash": -484341945, + "Hash64": 5334006069312496942 + }, + "GroupID": 1012, + "MapEntranceID": 3012102, + "MapEntranceID2": 3012102, + "PreLevel": 1, + "PreChallengeMazeID": 3107, + "Floor": 8, + "RewardID": 101208, + "DamageType1": [ + "Ice", + "Thunder" + ], + "DamageType2": [ + "Wind", + "Quantum" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1013010 + ], + "EventIDList1": [ + 30102081 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8003030 + ], + "EventIDList2": [ + 30102082 + ], + "MazeBuffID": 3030125 + }, + { + "ID": 3109, + "Name": { + "Hash": -484341946, + "Hash64": 5530697408534929692 + }, + "GroupID": 1012, + "MapEntranceID": 3012102, + "MapEntranceID2": 3012102, + "PreLevel": 1, + "PreChallengeMazeID": 3108, + "Floor": 9, + "RewardID": 101209, + "DamageType1": [ + "Fire", + "Thunder" + ], + "DamageType2": [ + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 3003010 + ], + "EventIDList1": [ + 30102091 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3003020 + ], + "EventIDList2": [ + 30102092 + ], + "MazeBuffID": 3030125 + }, + { + "ID": 3110, + "Name": { + "Hash": 1081741988, + "Hash64": 8941721934693741443 + }, + "GroupID": 1012, + "MapEntranceID": 3012102, + "MapEntranceID2": 3012102, + "PreLevel": 1, + "PreChallengeMazeID": 3109, + "Floor": 10, + "RewardID": 101210, + "DamageType1": [ + "Wind" + ], + "DamageType2": [ + "Physical", + "Thunder" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023020 + ], + "EventIDList1": [ + 30102101 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1004020 + ], + "EventIDList2": [ + 30102102 + ], + "MazeBuffID": 3030125 + }, + { + "ID": 3111, + "Name": { + "Hash": 1081741987, + "Hash64": 5349766717313857900 + }, + "GroupID": 1012, + "MapEntranceID": 3012102, + "MapEntranceID2": 3012102, + "PreLevel": 1, + "PreChallengeMazeID": 3110, + "Floor": 11, + "RewardID": 101211, + "DamageType1": [ + "Quantum" + ], + "DamageType2": [ + "Fire", + "Thunder", + "Wind" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1004010 + ], + "EventIDList1": [ + 30102111 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1014010 + ], + "EventIDList2": [ + 30102112 + ], + "MazeBuffID": 3030125 + }, + { + "ID": 3112, + "Name": { + "Hash": 1081741986, + "Hash64": 11129662864295898053 + }, + "GroupID": 1012, + "MapEntranceID": 3012102, + "MapEntranceID2": 3012102, + "PreLevel": 1, + "PreChallengeMazeID": 3111, + "Floor": 12, + "RewardID": 101212, + "DamageType1": [ + "Wind", + "Imaginary" + ], + "DamageType2": [ + "Thunder" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2004020 + ], + "EventIDList1": [ + 30102121 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3024020 + ], + "EventIDList2": [ + 30102122 + ], + "MazeBuffID": 3030125 + }, + { + "ID": 3201, + "Name": { + "Hash": -484342115, + "Hash64": 2028505955121084513 + }, + "GroupID": 1013, + "MapEntranceID": 3012202, + "MapEntranceID2": 3012202, + "PreLevel": 1, + "PreChallengeMazeID": 15, + "Floor": 1, + "RewardID": 101201, + "DamageType1": [ + "Physical", + "Quantum" + ], + "DamageType2": [ + "Ice", + "Thunder" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 9, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003030 + ], + "EventIDList1": [ + 30103011 + ], + "MazeGroupID2": 10, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2023030 + ], + "EventIDList2": [ + 30103012 + ], + "MazeBuffID": 3030126 + }, + { + "ID": 3202, + "Name": { + "Hash": -484342114, + "Hash64": 204495131666791083 + }, + "GroupID": 1013, + "MapEntranceID": 3012202, + "MapEntranceID2": 3012202, + "PreLevel": 1, + "PreChallengeMazeID": 3201, + "Floor": 2, + "RewardID": 101202, + "DamageType1": [ + "Imaginary" + ], + "DamageType2": [ + "Thunder", + "Wind" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 9, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8033010 + ], + "EventIDList1": [ + 30103021 + ], + "MazeGroupID2": 10, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3003010 + ], + "EventIDList2": [ + 30103022 + ], + "MazeBuffID": 3030126 + }, + { + "ID": 3203, + "Name": { + "Hash": -484342113, + "Hash64": 5468385767805829249 + }, + "GroupID": 1013, + "MapEntranceID": 3012202, + "MapEntranceID2": 3012202, + "PreLevel": 1, + "PreChallengeMazeID": 3202, + "Floor": 3, + "RewardID": 101203, + "DamageType1": [ + "Thunder", + "Imaginary" + ], + "DamageType2": [ + "Ice", + "Quantum" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 9, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2013020 + ], + "EventIDList1": [ + 30103031 + ], + "MazeGroupID2": 10, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8024011 + ], + "EventIDList2": [ + 30103032 + ], + "MazeBuffID": 3030126 + }, + { + "ID": 3204, + "Name": { + "Hash": -484342120, + "Hash64": 2458629883485319266 + }, + "GroupID": 1013, + "MapEntranceID": 3012202, + "MapEntranceID2": 3012202, + "PreLevel": 1, + "PreChallengeMazeID": 3203, + "Floor": 4, + "RewardID": 101204, + "DamageType1": [ + "Imaginary" + ], + "DamageType2": [ + "Ice", + "Wind" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 9, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 3013010 + ], + "EventIDList1": [ + 30103041 + ], + "MazeGroupID2": 10, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2023010 + ], + "EventIDList2": [ + 30103042 + ], + "MazeBuffID": 3030126 + }, + { + "ID": 3205, + "Name": { + "Hash": -484342119, + "Hash64": 11254836051276529426 + }, + "GroupID": 1013, + "MapEntranceID": 3012202, + "MapEntranceID2": 3012202, + "PreLevel": 1, + "PreChallengeMazeID": 3204, + "Floor": 5, + "RewardID": 101205, + "DamageType1": [ + "Fire", + "Thunder", + "Wind" + ], + "DamageType2": [ + "Thunder", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 9, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003040 + ], + "EventIDList1": [ + 30103051 + ], + "MazeGroupID2": 10, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3024020 + ], + "EventIDList2": [ + 30103052 + ], + "MazeBuffID": 3030126 + }, + { + "ID": 3206, + "Name": { + "Hash": -484342118, + "Hash64": 17738823899293962268 + }, + "GroupID": 1013, + "MapEntranceID": 3012202, + "MapEntranceID2": 3012202, + "PreLevel": 1, + "PreChallengeMazeID": 3205, + "Floor": 6, + "RewardID": 101206, + "DamageType1": [ + "Physical", + "Quantum" + ], + "DamageType2": [ + "Ice", + "Thunder" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 9, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003030 + ], + "EventIDList1": [ + 30103061 + ], + "MazeGroupID2": 10, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2023030 + ], + "EventIDList2": [ + 30103062 + ], + "MazeBuffID": 3030126 + }, + { + "ID": 3207, + "Name": { + "Hash": -484342117, + "Hash64": 2153686250265033235 + }, + "GroupID": 1013, + "MapEntranceID": 3012202, + "MapEntranceID2": 3012202, + "PreLevel": 1, + "PreChallengeMazeID": 3206, + "Floor": 7, + "RewardID": 101207, + "DamageType1": [ + "Imaginary" + ], + "DamageType2": [ + "Thunder", + "Wind" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 9, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8033010 + ], + "EventIDList1": [ + 30103071 + ], + "MazeGroupID2": 10, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3003010 + ], + "EventIDList2": [ + 30103072 + ], + "MazeBuffID": 3030126 + }, + { + "ID": 3208, + "Name": { + "Hash": -484342108, + "Hash64": 766886540368960482 + }, + "GroupID": 1013, + "MapEntranceID": 3012202, + "MapEntranceID2": 3012202, + "PreLevel": 1, + "PreChallengeMazeID": 3207, + "Floor": 8, + "RewardID": 101208, + "DamageType1": [ + "Thunder", + "Imaginary" + ], + "DamageType2": [ + "Ice", + "Quantum" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 9, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2013020 + ], + "EventIDList1": [ + 30103081 + ], + "MazeGroupID2": 10, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8024011 + ], + "EventIDList2": [ + 30103082 + ], + "MazeBuffID": 3030126 + }, + { + "ID": 3209, + "Name": { + "Hash": -484342107, + "Hash64": 5173032856510808423 + }, + "GroupID": 1013, + "MapEntranceID": 3012202, + "MapEntranceID2": 3012202, + "PreLevel": 1, + "PreChallengeMazeID": 3208, + "Floor": 9, + "RewardID": 101209, + "DamageType1": [ + "Thunder", + "Quantum" + ], + "DamageType2": [ + "Ice", + "Wind" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 9, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 3013010 + ], + "EventIDList1": [ + 30103091 + ], + "MazeGroupID2": 10, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2023010 + ], + "EventIDList2": [ + 30103092 + ], + "MazeBuffID": 3030126 + }, + { + "ID": 3210, + "Name": { + "Hash": 1081741825, + "Hash64": 1382535297809842597 + }, + "GroupID": 1013, + "MapEntranceID": 3012202, + "MapEntranceID2": 3012202, + "PreLevel": 1, + "PreChallengeMazeID": 3209, + "Floor": 10, + "RewardID": 101210, + "DamageType1": [ + "Fire", + "Wind" + ], + "DamageType2": [ + "Thunder", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 9, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 3003010 + ], + "EventIDList1": [ + 30103101 + ], + "MazeGroupID2": 10, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3024020 + ], + "EventIDList2": [ + 30103102 + ], + "MazeBuffID": 3030126 + }, + { + "ID": 3211, + "Name": { + "Hash": 1081741826, + "Hash64": 9905266117777281009 + }, + "GroupID": 1013, + "MapEntranceID": 3012202, + "MapEntranceID2": 3012202, + "PreLevel": 1, + "PreChallengeMazeID": 3210, + "Floor": 11, + "RewardID": 101211, + "DamageType1": [ + "Thunder", + "Wind" + ], + "DamageType2": [ + "Physical", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 9, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2004020 + ], + "EventIDList1": [ + 30103111 + ], + "MazeGroupID2": 10, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1004030 + ], + "EventIDList2": [ + 30103112 + ], + "MazeBuffID": 3030126 + }, + { + "ID": 3212, + "Name": { + "Hash": 1081741827, + "Hash64": 9951193909886851099 + }, + "GroupID": 1013, + "MapEntranceID": 3012202, + "MapEntranceID2": 3012202, + "PreLevel": 1, + "PreChallengeMazeID": 3211, + "Floor": 12, + "RewardID": 101212, + "DamageType1": [ + "Thunder", + "Quantum" + ], + "DamageType2": [ + "Ice" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 9, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1004010 + ], + "EventIDList1": [ + 30103121 + ], + "MazeGroupID2": 10, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8034010 + ], + "EventIDList2": [ + 30103122 + ], + "MazeBuffID": 3030126 + }, + { + "ID": 3301, + "Name": { + "Hash": -484342020, + "Hash64": 2368191729354902307 + }, + "GroupID": 1014, + "MapEntranceID": 3012102, + "MapEntranceID2": 3012102, + "PreLevel": 1, + "PreChallengeMazeID": 15, + "Floor": 1, + "RewardID": 101201, + "DamageType1": [ + "Wind", + "Imaginary" + ], + "DamageType2": [ + "Physical" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023010 + ], + "EventIDList1": [ + 30104011 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3003050 + ], + "EventIDList2": [ + 30104012 + ], + "MazeBuffID": 3030127 + }, + { + "ID": 3302, + "Name": { + "Hash": -484342017, + "Hash64": 4868805055411306923 + }, + "GroupID": 1014, + "MapEntranceID": 3012102, + "MapEntranceID2": 3012102, + "PreLevel": 1, + "PreChallengeMazeID": 3301, + "Floor": 2, + "RewardID": 101202, + "DamageType1": [ + "Fire", + "Thunder" + ], + "DamageType2": [ + "Physical", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 3003030 + ], + "EventIDList1": [ + 30104021 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3003020 + ], + "EventIDList2": [ + 30104022 + ], + "MazeBuffID": 3030127 + }, + { + "ID": 3303, + "Name": { + "Hash": -484342018, + "Hash64": 8946521873527773048 + }, + "GroupID": 1014, + "MapEntranceID": 3012102, + "MapEntranceID2": 3012102, + "PreLevel": 1, + "PreChallengeMazeID": 3302, + "Floor": 3, + "RewardID": 101203, + "DamageType1": [ + "Ice", + "Thunder" + ], + "DamageType2": [ + "Fire", + "Wind" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1013010 + ], + "EventIDList1": [ + 30104031 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3014020 + ], + "EventIDList2": [ + 30104032 + ], + "MazeBuffID": 3030127 + }, + { + "ID": 3304, + "Name": { + "Hash": -484342023, + "Hash64": 16113628681348121234 + }, + "GroupID": 1014, + "MapEntranceID": 3012102, + "MapEntranceID2": 3012102, + "PreLevel": 1, + "PreChallengeMazeID": 3303, + "Floor": 4, + "RewardID": 101204, + "DamageType1": [ + "Thunder", + "Quantum" + ], + "DamageType2": [ + "Wind" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 3013010 + ], + "EventIDList1": [ + 30104041 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3003010 + ], + "EventIDList2": [ + 30104042 + ], + "MazeBuffID": 3030127 + }, + { + "ID": 3305, + "Name": { + "Hash": -484342024, + "Hash64": 6020452597258106249 + }, + "GroupID": 1014, + "MapEntranceID": 3012102, + "MapEntranceID2": 3012102, + "PreLevel": 1, + "PreChallengeMazeID": 3304, + "Floor": 5, + "RewardID": 101205, + "DamageType1": [ + "Physical", + "Fire" + ], + "DamageType2": [ + "Ice", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 3003020 + ], + "EventIDList1": [ + 30104051 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8024011 + ], + "EventIDList2": [ + 30104052 + ], + "MazeBuffID": 3030127 + }, + { + "ID": 3306, + "Name": { + "Hash": -484342021, + "Hash64": 2927055374795709693 + }, + "GroupID": 1014, + "MapEntranceID": 3012102, + "MapEntranceID2": 3012102, + "PreLevel": 1, + "PreChallengeMazeID": 3305, + "Floor": 6, + "RewardID": 101206, + "DamageType1": [ + "Wind", + "Imaginary" + ], + "DamageType2": [ + "Physical" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023010 + ], + "EventIDList1": [ + 30104061 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3003050 + ], + "EventIDList2": [ + 30104062 + ], + "MazeBuffID": 3030127 + }, + { + "ID": 3307, + "Name": { + "Hash": -484342022, + "Hash64": 8566247766641191924 + }, + "GroupID": 1014, + "MapEntranceID": 3012102, + "MapEntranceID2": 3012102, + "PreLevel": 1, + "PreChallengeMazeID": 3306, + "Floor": 7, + "RewardID": 101207, + "DamageType1": [ + "Fire", + "Thunder" + ], + "DamageType2": [ + "Physical", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 3003030 + ], + "EventIDList1": [ + 30104071 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3003020 + ], + "EventIDList2": [ + 30104072 + ], + "MazeBuffID": 3030127 + }, + { + "ID": 3308, + "Name": { + "Hash": -484342011, + "Hash64": 1444236935306040917 + }, + "GroupID": 1014, + "MapEntranceID": 3012102, + "MapEntranceID2": 3012102, + "PreLevel": 1, + "PreChallengeMazeID": 3307, + "Floor": 8, + "RewardID": 101208, + "DamageType1": [ + "Ice", + "Thunder" + ], + "DamageType2": [ + "Fire", + "Wind" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1013010 + ], + "EventIDList1": [ + 30104081 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3014020 + ], + "EventIDList2": [ + 30104082 + ], + "MazeBuffID": 3030127 + }, + { + "ID": 3309, + "Name": { + "Hash": -484342012, + "Hash64": 7704698891298634156 + }, + "GroupID": 1014, + "MapEntranceID": 3012102, + "MapEntranceID2": 3012102, + "PreLevel": 1, + "PreChallengeMazeID": 3308, + "Floor": 9, + "RewardID": 101209, + "DamageType1": [ + "Thunder", + "Quantum" + ], + "DamageType2": [ + "Wind" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 3013010 + ], + "EventIDList1": [ + 30104091 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3003010 + ], + "EventIDList2": [ + 30104092 + ], + "MazeBuffID": 3030127 + }, + { + "ID": 3310, + "Name": { + "Hash": 1081741922, + "Hash64": 17175103729209931462 + }, + "GroupID": 1014, + "MapEntranceID": 3012102, + "MapEntranceID2": 3012102, + "PreLevel": 1, + "PreChallengeMazeID": 3309, + "Floor": 10, + "RewardID": 101210, + "DamageType1": [ + "Physical", + "Fire" + ], + "DamageType2": [ + "Ice", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 3003020 + ], + "EventIDList1": [ + 30104101 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8024011 + ], + "EventIDList2": [ + 30104102 + ], + "MazeBuffID": 3030127 + }, + { + "ID": 3311, + "Name": { + "Hash": 1081741921, + "Hash64": 13128585000991669574 + }, + "GroupID": 1014, + "MapEntranceID": 3012102, + "MapEntranceID2": 3012102, + "PreLevel": 1, + "PreChallengeMazeID": 3310, + "Floor": 11, + "RewardID": 101211, + "DamageType1": [ + "Fire", + "Thunder", + "Wind" + ], + "DamageType2": [ + "Fire", + "Quantum" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1014010 + ], + "EventIDList1": [ + 30104111 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2024010 + ], + "EventIDList2": [ + 30104112 + ], + "MazeBuffID": 3030127 + }, + { + "ID": 3312, + "Name": { + "Hash": 1081741924, + "Hash64": 2176288988194474004 + }, + "GroupID": 1014, + "MapEntranceID": 3012102, + "MapEntranceID2": 3012102, + "PreLevel": 1, + "PreChallengeMazeID": 3311, + "Floor": 12, + "RewardID": 101212, + "DamageType1": [ + "Thunder" + ], + "DamageType2": [ + "Physical", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1004020 + ], + "EventIDList1": [ + 30104121 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2004010 + ], + "EventIDList2": [ + 30104122 + ], + "MazeBuffID": 3030127 + }, + { + "ID": 3401, + "Name": { + "Hash": -484342181, + "Hash64": 7637234345437725792 + }, + "GroupID": 1015, + "MapEntranceID": 3012301, + "MapEntranceID2": 3012301, + "PreLevel": 1, + "PreChallengeMazeID": 15, + "Floor": 1, + "RewardID": 101201, + "DamageType1": [ + "Physical", + "Imaginary" + ], + "DamageType2": [ + "Ice", + "Wind" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 5, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8013010 + ], + "EventIDList1": [ + 30105011 + ], + "MazeGroupID2": 6, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2023010 + ], + "EventIDList2": [ + 30105012 + ], + "MazeBuffID": 3030128 + }, + { + "ID": 3402, + "Name": { + "Hash": -484342184, + "Hash64": 834340920656483537 + }, + "GroupID": 1015, + "MapEntranceID": 3012301, + "MapEntranceID2": 3012301, + "PreLevel": 1, + "PreChallengeMazeID": 3401, + "Floor": 2, + "RewardID": 101202, + "DamageType1": [ + "Physical", + "Quantum" + ], + "DamageType2": [ + "Thunder", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 5, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003030 + ], + "EventIDList1": [ + 30105021 + ], + "MazeGroupID2": 6, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3013010 + ], + "EventIDList2": [ + 30105022 + ], + "MazeBuffID": 3030128 + }, + { + "ID": 3403, + "Name": { + "Hash": -484342183, + "Hash64": 8496907279502307264 + }, + "GroupID": 1015, + "MapEntranceID": 3012301, + "MapEntranceID2": 3012301, + "PreLevel": 1, + "PreChallengeMazeID": 3402, + "Floor": 3, + "RewardID": 101203, + "DamageType1": [ + "Physical", + "Fire" + ], + "DamageType2": [ + "Thunder", + "Wind" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 5, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 3003020 + ], + "EventIDList1": [ + 30105031 + ], + "MazeGroupID2": 6, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2004020 + ], + "EventIDList2": [ + 30105032 + ], + "MazeBuffID": 3030128 + }, + { + "ID": 3404, + "Name": { + "Hash": -484342178, + "Hash64": 10663369893391396555 + }, + "GroupID": 1015, + "MapEntranceID": 3012301, + "MapEntranceID2": 3012301, + "PreLevel": 1, + "PreChallengeMazeID": 3403, + "Floor": 4, + "RewardID": 101204, + "DamageType1": [ + "Ice", + "Wind" + ], + "DamageType2": [ + "Physical", + "Fire" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 5, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023020 + ], + "EventIDList1": [ + 30105041 + ], + "MazeGroupID2": 6, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3003050 + ], + "EventIDList2": [ + 30105042 + ], + "MazeBuffID": 3030128 + }, + { + "ID": 3405, + "Name": { + "Hash": -484342177, + "Hash64": 1070549685220249094 + }, + "GroupID": 1015, + "MapEntranceID": 3012301, + "MapEntranceID2": 3012301, + "PreLevel": 1, + "PreChallengeMazeID": 3404, + "Floor": 5, + "RewardID": 101205, + "DamageType1": [ + "Fire", + "Ice" + ], + "DamageType2": [ + "Thunder", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 5, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8033010 + ], + "EventIDList1": [ + 30105051 + ], + "MazeGroupID2": 6, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3024020 + ], + "EventIDList2": [ + 30105052 + ], + "MazeBuffID": 3030128 + }, + { + "ID": 3406, + "Name": { + "Hash": -484342180, + "Hash64": 17334355272006129705 + }, + "GroupID": 1015, + "MapEntranceID": 3012301, + "MapEntranceID2": 3012301, + "PreLevel": 1, + "PreChallengeMazeID": 3405, + "Floor": 6, + "RewardID": 101206, + "DamageType1": [ + "Physical", + "Imaginary" + ], + "DamageType2": [ + "Ice", + "Wind" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 5, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8013010 + ], + "EventIDList1": [ + 30105061 + ], + "MazeGroupID2": 6, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2023010 + ], + "EventIDList2": [ + 30105062 + ], + "MazeBuffID": 3030128 + }, + { + "ID": 3407, + "Name": { + "Hash": -484342179, + "Hash64": 5592108950766629303 + }, + "GroupID": 1015, + "MapEntranceID": 3012301, + "MapEntranceID2": 3012301, + "PreLevel": 1, + "PreChallengeMazeID": 3406, + "Floor": 7, + "RewardID": 101207, + "DamageType1": [ + "Physical", + "Quantum" + ], + "DamageType2": [ + "Thunder", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 5, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003030 + ], + "EventIDList1": [ + 30105071 + ], + "MazeGroupID2": 6, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3013010 + ], + "EventIDList2": [ + 30105072 + ], + "MazeBuffID": 3030128 + }, + { + "ID": 3408, + "Name": { + "Hash": -484342174, + "Hash64": 10725385191745437532 + }, + "GroupID": 1015, + "MapEntranceID": 3012301, + "MapEntranceID2": 3012301, + "PreLevel": 1, + "PreChallengeMazeID": 3407, + "Floor": 8, + "RewardID": 101208, + "DamageType1": [ + "Physical", + "Fire" + ], + "DamageType2": [ + "Thunder", + "Wind" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 5, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 3003020 + ], + "EventIDList1": [ + 30105081 + ], + "MazeGroupID2": 6, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2004020 + ], + "EventIDList2": [ + 30105082 + ], + "MazeBuffID": 3030128 + }, + { + "ID": 3409, + "Name": { + "Hash": -484342173, + "Hash64": 631462583630373080 + }, + "GroupID": 1015, + "MapEntranceID": 3012301, + "MapEntranceID2": 3012301, + "PreLevel": 1, + "PreChallengeMazeID": 3408, + "Floor": 9, + "RewardID": 101209, + "DamageType1": [ + "Ice", + "Wind" + ], + "DamageType2": [ + "Physical", + "Fire" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 5, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023020 + ], + "EventIDList1": [ + 30105091 + ], + "MazeGroupID2": 6, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3003050 + ], + "EventIDList2": [ + 30105092 + ], + "MazeBuffID": 3030128 + }, + { + "ID": 3410, + "Name": { + "Hash": 1081741759, + "Hash64": 7286679819433348435 + }, + "GroupID": 1015, + "MapEntranceID": 3012301, + "MapEntranceID2": 3012301, + "PreLevel": 1, + "PreChallengeMazeID": 3409, + "Floor": 10, + "RewardID": 101210, + "DamageType1": [ + "Fire", + "Ice" + ], + "DamageType2": [ + "Thunder", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 5, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8033010 + ], + "EventIDList1": [ + 30105101 + ], + "MazeGroupID2": 6, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3024020 + ], + "EventIDList2": [ + 30105102 + ], + "MazeBuffID": 3030128 + }, + { + "ID": 3411, + "Name": { + "Hash": 1081741760, + "Hash64": 15850754935085232480 + }, + "GroupID": 1015, + "MapEntranceID": 3012301, + "MapEntranceID2": 3012301, + "PreLevel": 1, + "PreChallengeMazeID": 3410, + "Floor": 11, + "RewardID": 101211, + "DamageType1": [ + "Fire", + "Wind" + ], + "DamageType2": [ + "Physical", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 5, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1014010 + ], + "EventIDList1": [ + 30105111 + ], + "MazeGroupID2": 6, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1004020 + ], + "EventIDList2": [ + 30105112 + ], + "MazeBuffID": 3030128 + }, + { + "ID": 3412, + "Name": { + "Hash": 1081741757, + "Hash64": 14281649955249634139 + }, + "GroupID": 1015, + "MapEntranceID": 3012301, + "MapEntranceID2": 3012301, + "PreLevel": 1, + "PreChallengeMazeID": 3411, + "Floor": 12, + "RewardID": 101212, + "DamageType1": [ + "Physical", + "Thunder" + ], + "DamageType2": [ + "Fire", + "Thunder" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 5, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 3024010 + ], + "EventIDList1": [ + 30105121 + ], + "MazeGroupID2": 6, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3003041 + ], + "EventIDList2": [ + 30105122 + ], + "MazeBuffID": 3030128 + }, + { + "ID": 3501, + "Name": { + "Hash": -484342086, + "Hash64": 6421701942769584816 + }, + "GroupID": 1016, + "MapEntranceID": 3012101, + "MapEntranceID2": 3012101, + "PreLevel": 1, + "PreChallengeMazeID": 15, + "Floor": 1, + "RewardID": 101201, + "DamageType1": [ + "Ice", + "Imaginary" + ], + "DamageType2": [ + "Fire", + "Thunder" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003050 + ], + "EventIDList1": [ + 30106011 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3003030 + ], + "EventIDList2": [ + 30106012 + ], + "MazeBuffID": 3030129 + }, + { + "ID": 3502, + "Name": { + "Hash": -484342087, + "Hash64": 13585730373639606712 + }, + "GroupID": 1016, + "MapEntranceID": 3012101, + "MapEntranceID2": 3012101, + "PreLevel": 1, + "PreChallengeMazeID": 3501, + "Floor": 2, + "RewardID": 101202, + "DamageType1": [ + "Physical" + ], + "DamageType2": [ + "Fire", + "Wind" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1003010 + ], + "EventIDList1": [ + 30106021 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2023020 + ], + "EventIDList2": [ + 30106022 + ], + "MazeBuffID": 3030129 + }, + { + "ID": 3503, + "Name": { + "Hash": -484342088, + "Hash64": 10043852361723531496 + }, + "GroupID": 1016, + "MapEntranceID": 3012101, + "MapEntranceID2": 3012101, + "PreLevel": 1, + "PreChallengeMazeID": 3502, + "Floor": 3, + "RewardID": 101203, + "DamageType1": [ + "Thunder", + "Imaginary" + ], + "DamageType2": [ + "Physical", + "Thunder" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 3013010 + ], + "EventIDList1": [ + 30106031 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8034010 + ], + "EventIDList2": [ + 30106032 + ], + "MazeBuffID": 3030129 + }, + { + "ID": 3504, + "Name": { + "Hash": -484342081, + "Hash64": 7777915241740416918 + }, + "GroupID": 1016, + "MapEntranceID": 3012101, + "MapEntranceID2": 3012101, + "PreLevel": 1, + "PreChallengeMazeID": 3503, + "Floor": 4, + "RewardID": 101204, + "DamageType1": [ + "Wind", + "Imaginary" + ], + "DamageType2": [ + "Fire" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023010 + ], + "EventIDList1": [ + 30106041 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8033010 + ], + "EventIDList2": [ + 30106042 + ], + "MazeBuffID": 3030129 + }, + { + "ID": 3505, + "Name": { + "Hash": -484342082, + "Hash64": 16334019891371563649 + }, + "GroupID": 1016, + "MapEntranceID": 3012101, + "MapEntranceID2": 3012101, + "PreLevel": 1, + "PreChallengeMazeID": 3504, + "Floor": 5, + "RewardID": 101205, + "DamageType1": [ + "Fire", + "Thunder" + ], + "DamageType2": [ + "Ice", + "Quantum" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 3003010 + ], + "EventIDList1": [ + 30106051 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2024010 + ], + "EventIDList2": [ + 30106052 + ], + "MazeBuffID": 3030129 + }, + { + "ID": 3506, + "Name": { + "Hash": -484342083, + "Hash64": 12881175944957223831 + }, + "GroupID": 1016, + "MapEntranceID": 3012101, + "MapEntranceID2": 3012101, + "PreLevel": 1, + "PreChallengeMazeID": 3505, + "Floor": 6, + "RewardID": 101206, + "DamageType1": [ + "Ice", + "Imaginary" + ], + "DamageType2": [ + "Fire", + "Thunder" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003050 + ], + "EventIDList1": [ + 30106061 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3003030 + ], + "EventIDList2": [ + 30106062 + ], + "MazeBuffID": 3030129 + }, + { + "ID": 3507, + "Name": { + "Hash": -484342084, + "Hash64": 3011797447746532694 + }, + "GroupID": 1016, + "MapEntranceID": 3012101, + "MapEntranceID2": 3012101, + "PreLevel": 1, + "PreChallengeMazeID": 3506, + "Floor": 7, + "RewardID": 101207, + "DamageType1": [ + "Physical" + ], + "DamageType2": [ + "Fire", + "Wind" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1003010 + ], + "EventIDList1": [ + 30106071 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2023020 + ], + "EventIDList2": [ + 30106072 + ], + "MazeBuffID": 3030129 + }, + { + "ID": 3508, + "Name": { + "Hash": -484342077, + "Hash64": 3947781316495225678 + }, + "GroupID": 1016, + "MapEntranceID": 3012101, + "MapEntranceID2": 3012101, + "PreLevel": 1, + "PreChallengeMazeID": 3507, + "Floor": 8, + "RewardID": 101208, + "DamageType1": [ + "Thunder", + "Imaginary" + ], + "DamageType2": [ + "Physical", + "Thunder" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 3013010 + ], + "EventIDList1": [ + 30106081 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8034010 + ], + "EventIDList2": [ + 30106082 + ], + "MazeBuffID": 3030129 + }, + { + "ID": 3509, + "Name": { + "Hash": -484342078, + "Hash64": 6730298881793180257 + }, + "GroupID": 1016, + "MapEntranceID": 3012101, + "MapEntranceID2": 3012101, + "PreLevel": 1, + "PreChallengeMazeID": 3508, + "Floor": 9, + "RewardID": 101209, + "DamageType1": [ + "Wind", + "Imaginary" + ], + "DamageType2": [ + "Fire" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023010 + ], + "EventIDList1": [ + 30106091 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8033010 + ], + "EventIDList2": [ + 30106092 + ], + "MazeBuffID": 3030129 + }, + { + "ID": 3510, + "Name": { + "Hash": 1081741856, + "Hash64": 17492984406979202497 + }, + "GroupID": 1016, + "MapEntranceID": 3012101, + "MapEntranceID2": 3012101, + "PreLevel": 1, + "PreChallengeMazeID": 3509, + "Floor": 10, + "RewardID": 101210, + "DamageType1": [ + "Fire", + "Thunder" + ], + "DamageType2": [ + "Ice", + "Quantum" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 3003010 + ], + "EventIDList1": [ + 30106101 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2024010 + ], + "EventIDList2": [ + 30106102 + ], + "MazeBuffID": 3030129 + }, + { + "ID": 3511, + "Name": { + "Hash": 1081741855, + "Hash64": 16119440324438821990 + }, + "GroupID": 1016, + "MapEntranceID": 3012101, + "MapEntranceID2": 3012101, + "PreLevel": 1, + "PreChallengeMazeID": 3510, + "Floor": 11, + "RewardID": 101211, + "DamageType1": [ + "Fire", + "Quantum" + ], + "DamageType2": [ + "Physical", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1004010 + ], + "EventIDList1": [ + 30106111 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2004010 + ], + "EventIDList2": [ + 30106112 + ], + "MazeBuffID": 3030129 + }, + { + "ID": 3512, + "Name": { + "Hash": 1081741854, + "Hash64": 1936931285535871657 + }, + "GroupID": 1016, + "MapEntranceID": 3012101, + "MapEntranceID2": 3012101, + "PreLevel": 1, + "PreChallengeMazeID": 3511, + "Floor": 12, + "RewardID": 101212, + "DamageType1": [ + "Fire", + "Thunder" + ], + "DamageType2": [ + "Physical" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 3003041 + ], + "EventIDList1": [ + 30106121 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3024010 + ], + "EventIDList2": [ + 30106122 + ], + "MazeBuffID": 3030129 + }, + { + "ID": 3601, + "Name": { + "Hash": -484342247, + "Hash64": 8296796249590721835 + }, + "GroupID": 1017, + "MapEntranceID": 3012102, + "MapEntranceID2": 3012102, + "PreLevel": 1, + "PreChallengeMazeID": 15, + "Floor": 1, + "RewardID": 101201, + "DamageType1": [ + "Fire", + "Imaginary" + ], + "DamageType2": [ + "Ice", + "Wind" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8033010 + ], + "EventIDList1": [ + 30107011 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2023010 + ], + "EventIDList2": [ + 30107012 + ], + "MazeBuffID": 3030130 + }, + { + "ID": 3602, + "Name": { + "Hash": -484342246, + "Hash64": 6045077805100424981 + }, + "GroupID": 1017, + "MapEntranceID": 3012102, + "MapEntranceID2": 3012102, + "PreLevel": 1, + "PreChallengeMazeID": 3601, + "Floor": 2, + "RewardID": 101202, + "DamageType1": [ + "Physical", + "Fire" + ], + "DamageType2": [ + "Wind" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 3003040 + ], + "EventIDList1": [ + 30107021 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2033010 + ], + "EventIDList2": [ + 30107022 + ], + "MazeBuffID": 3030130 + }, + { + "ID": 3603, + "Name": { + "Hash": -484342245, + "Hash64": 10657501819980350503 + }, + "GroupID": 1017, + "MapEntranceID": 3012102, + "MapEntranceID2": 3012102, + "PreLevel": 1, + "PreChallengeMazeID": 3602, + "Floor": 3, + "RewardID": 101203, + "DamageType1": [ + "Quantum" + ], + "DamageType2": [ + "Ice", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 3013010 + ], + "EventIDList1": [ + 30107031 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8024011 + ], + "EventIDList2": [ + 30107032 + ], + "MazeBuffID": 3030130 + }, + { + "ID": 3604, + "Name": { + "Hash": -484342244, + "Hash64": 14252671969896901303 + }, + "GroupID": 1017, + "MapEntranceID": 3012102, + "MapEntranceID2": 3012102, + "PreLevel": 1, + "PreChallengeMazeID": 3603, + "Floor": 4, + "RewardID": 101204, + "DamageType1": [ + "Wind", + "Imaginary" + ], + "DamageType2": [ + "Physical", + "Thunder" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023010 + ], + "EventIDList1": [ + 30107041 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2023030 + ], + "EventIDList2": [ + 30107042 + ], + "MazeBuffID": 3030130 + }, + { + "ID": 3605, + "Name": { + "Hash": -484342243, + "Hash64": 3811067548332239652 + }, + "GroupID": 1017, + "MapEntranceID": 3012102, + "MapEntranceID2": 3012102, + "PreLevel": 1, + "PreChallengeMazeID": 3604, + "Floor": 5, + "RewardID": 101205, + "DamageType1": [ + "Thunder", + "Wind" + ], + "DamageType2": [ + "Physical", + "Fire" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2033010 + ], + "EventIDList1": [ + 30107051 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3003051 + ], + "EventIDList2": [ + 30107052 + ], + "MazeBuffID": 3030130 + }, + { + "ID": 3606, + "Name": { + "Hash": -484342242, + "Hash64": 989179856663546943 + }, + "GroupID": 1017, + "MapEntranceID": 3012102, + "MapEntranceID2": 3012102, + "PreLevel": 1, + "PreChallengeMazeID": 3605, + "Floor": 6, + "RewardID": 101206, + "DamageType1": [ + "Fire", + "Ice", + "Imaginary" + ], + "DamageType2": [ + "Ice", + "Wind" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8033010 + ], + "EventIDList1": [ + 30107061 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2023020 + ], + "EventIDList2": [ + 30107062 + ], + "MazeBuffID": 3030130 + }, + { + "ID": 3607, + "Name": { + "Hash": -484342241, + "Hash64": 11194988117196338188 + }, + "GroupID": 1017, + "MapEntranceID": 3012102, + "MapEntranceID2": 3012102, + "PreLevel": 1, + "PreChallengeMazeID": 3606, + "Floor": 7, + "RewardID": 101207, + "DamageType1": [ + "Physical", + "Fire" + ], + "DamageType2": [ + "Wind" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 3003040 + ], + "EventIDList1": [ + 30107071 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2033010 + ], + "EventIDList2": [ + 30107072 + ], + "MazeBuffID": 3030130 + }, + { + "ID": 3608, + "Name": { + "Hash": -484342240, + "Hash64": 11298039801786026400 + }, + "GroupID": 1017, + "MapEntranceID": 3012102, + "MapEntranceID2": 3012102, + "PreLevel": 1, + "PreChallengeMazeID": 3607, + "Floor": 8, + "RewardID": 101208, + "DamageType1": [ + "Quantum" + ], + "DamageType2": [ + "Ice", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 3013010 + ], + "EventIDList1": [ + 30107081 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8024011 + ], + "EventIDList2": [ + 30107082 + ], + "MazeBuffID": 3030130 + }, + { + "ID": 3609, + "Name": { + "Hash": -484342239, + "Hash64": 3966419056526449074 + }, + "GroupID": 1017, + "MapEntranceID": 3012102, + "MapEntranceID2": 3012102, + "PreLevel": 1, + "PreChallengeMazeID": 3608, + "Floor": 9, + "RewardID": 101209, + "DamageType1": [ + "Wind", + "Imaginary" + ], + "DamageType2": [ + "Physical", + "Thunder" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023010 + ], + "EventIDList1": [ + 30107091 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2023030 + ], + "EventIDList2": [ + 30107092 + ], + "MazeBuffID": 3030130 + }, + { + "ID": 3610, + "Name": { + "Hash": 1081741693, + "Hash64": 17240595611680255582 + }, + "GroupID": 1017, + "MapEntranceID": 3012102, + "MapEntranceID2": 3012102, + "PreLevel": 1, + "PreChallengeMazeID": 3609, + "Floor": 10, + "RewardID": 101210, + "DamageType1": [ + "Thunder", + "Wind" + ], + "DamageType2": [ + "Fire" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2033010 + ], + "EventIDList1": [ + 30107101 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3003051 + ], + "EventIDList2": [ + 30107102 + ], + "MazeBuffID": 3030130 + }, + { + "ID": 3611, + "Name": { + "Hash": 1081741694, + "Hash64": 6328858991126536696 + }, + "GroupID": 1017, + "MapEntranceID": 3012102, + "MapEntranceID2": 3012102, + "PreLevel": 1, + "PreChallengeMazeID": 3610, + "Floor": 11, + "RewardID": 101211, + "DamageType1": [ + "Physical", + "Imaginary" + ], + "DamageType2": [ + "Fire", + "Wind" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1004020 + ], + "EventIDList1": [ + 30107111 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1014010 + ], + "EventIDList2": [ + 30107112 + ], + "MazeBuffID": 3030130 + }, + { + "ID": 3612, + "Name": { + "Hash": 1081741695, + "Hash64": 11319614983182110403 + }, + "GroupID": 1017, + "MapEntranceID": 3012102, + "MapEntranceID2": 3012102, + "PreLevel": 1, + "PreChallengeMazeID": 3611, + "Floor": 12, + "RewardID": 101212, + "DamageType1": [ + "Wind", + "Imaginary" + ], + "DamageType2": [ + "Physical", + "Ice" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2004010 + ], + "EventIDList1": [ + 30107121 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8034010 + ], + "EventIDList2": [ + 30107122 + ], + "MazeBuffID": 3030130 + }, + { + "ID": 3701, + "Name": { + "Hash": -484342152, + "Hash64": 7517508789175507530 + }, + "GroupID": 1018, + "MapEntranceID": 3012602, + "MapEntranceID2": 3012602, + "PreLevel": 1, + "PreChallengeMazeID": 15, + "Floor": 1, + "RewardID": 101201, + "DamageType1": [ + "Ice", + "Thunder" + ], + "DamageType2": [ + "Physical", + "Quantum" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023030 + ], + "EventIDList1": [ + 30108011 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8003030 + ], + "EventIDList2": [ + 30108012 + ], + "MazeBuffID": 3030131 + }, + { + "ID": 3702, + "Name": { + "Hash": -484342149, + "Hash64": 13535723391699848281 + }, + "GroupID": 1018, + "MapEntranceID": 3012602, + "MapEntranceID2": 3012602, + "PreLevel": 1, + "PreChallengeMazeID": 3701, + "Floor": 2, + "RewardID": 101202, + "DamageType1": [ + "Fire", + "Imaginary" + ], + "DamageType2": [ + "Wind" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 3003030 + ], + "EventIDList1": [ + 30108021 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2033010 + ], + "EventIDList2": [ + 30108022 + ], + "MazeBuffID": 3030131 + }, + { + "ID": 3703, + "Name": { + "Hash": -484342150, + "Hash64": 7402108873492923612 + }, + "GroupID": 1018, + "MapEntranceID": 3012602, + "MapEntranceID2": 3012602, + "PreLevel": 1, + "PreChallengeMazeID": 3702, + "Floor": 3, + "RewardID": 101203, + "DamageType1": [ + "Thunder", + "Imaginary" + ], + "DamageType2": [ + "Fire", + "Wind" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 3013010 + ], + "EventIDList1": [ + 30108031 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3014020 + ], + "EventIDList2": [ + 30108032 + ], + "MazeBuffID": 3030131 + }, + { + "ID": 3704, + "Name": { + "Hash": -484342147, + "Hash64": 16745415921657037000 + }, + "GroupID": 1018, + "MapEntranceID": 3012602, + "MapEntranceID2": 3012602, + "PreLevel": 1, + "PreChallengeMazeID": 3703, + "Floor": 4, + "RewardID": 101204, + "DamageType1": [ + "Physical", + "Fire" + ], + "DamageType2": [ + "Fire", + "Ice" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 3003050 + ], + "EventIDList1": [ + 30108041 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8033010 + ], + "EventIDList2": [ + 30108042 + ], + "MazeBuffID": 3030131 + }, + { + "ID": 3705, + "Name": { + "Hash": -484342148, + "Hash64": 15403918944731765840 + }, + "GroupID": 1018, + "MapEntranceID": 3012602, + "MapEntranceID2": 3012602, + "PreLevel": 1, + "PreChallengeMazeID": 3704, + "Floor": 5, + "RewardID": 101205, + "DamageType1": [ + "Wind", + "Imaginary" + ], + "DamageType2": [ + "Fire", + "Thunder", + "Quantum" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2033010 + ], + "EventIDList1": [ + 30108051 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1004010 + ], + "EventIDList2": [ + 30108052 + ], + "MazeBuffID": 3030131 + }, + { + "ID": 3706, + "Name": { + "Hash": -484342145, + "Hash64": 9326692513632755914 + }, + "GroupID": 1018, + "MapEntranceID": 3012602, + "MapEntranceID2": 3012602, + "PreLevel": 1, + "PreChallengeMazeID": 3705, + "Floor": 6, + "RewardID": 101206, + "DamageType1": [ + "Ice", + "Thunder" + ], + "DamageType2": [ + "Physical", + "Quantum" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023030 + ], + "EventIDList1": [ + 30108061 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8003030 + ], + "EventIDList2": [ + 30108062 + ], + "MazeBuffID": 3030131 + }, + { + "ID": 3707, + "Name": { + "Hash": -484342146, + "Hash64": 13380523136627428508 + }, + "GroupID": 1018, + "MapEntranceID": 3012602, + "MapEntranceID2": 3012602, + "PreLevel": 1, + "PreChallengeMazeID": 3706, + "Floor": 7, + "RewardID": 101207, + "DamageType1": [ + "Fire", + "Imaginary" + ], + "DamageType2": [ + "Wind" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 3003030 + ], + "EventIDList1": [ + 30108071 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2033010 + ], + "EventIDList2": [ + 30108072 + ], + "MazeBuffID": 3030131 + }, + { + "ID": 3708, + "Name": { + "Hash": -484342143, + "Hash64": 2506079085348330432 + }, + "GroupID": 1018, + "MapEntranceID": 3012602, + "MapEntranceID2": 3012602, + "PreLevel": 1, + "PreChallengeMazeID": 3707, + "Floor": 8, + "RewardID": 101208, + "DamageType1": [ + "Thunder", + "Imaginary" + ], + "DamageType2": [ + "Fire", + "Wind" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 3013010 + ], + "EventIDList1": [ + 30108081 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3014020 + ], + "EventIDList2": [ + 30108082 + ], + "MazeBuffID": 3030131 + }, + { + "ID": 3709, + "Name": { + "Hash": -484342144, + "Hash64": 13990984665514216790 + }, + "GroupID": 1018, + "MapEntranceID": 3012602, + "MapEntranceID2": 3012602, + "PreLevel": 1, + "PreChallengeMazeID": 3708, + "Floor": 9, + "RewardID": 101209, + "DamageType1": [ + "Physical", + "Fire" + ], + "DamageType2": [ + "Fire", + "Ice" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 3003050 + ], + "EventIDList1": [ + 30108091 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8033010 + ], + "EventIDList2": [ + 30108092 + ], + "MazeBuffID": 3030131 + }, + { + "ID": 3710, + "Name": { + "Hash": 1081741790, + "Hash64": 15636150543081463876 + }, + "GroupID": 1018, + "MapEntranceID": 3012602, + "MapEntranceID2": 3012602, + "PreLevel": 1, + "PreChallengeMazeID": 3709, + "Floor": 10, + "RewardID": 101210, + "DamageType1": [ + "Wind", + "Imaginary" + ], + "DamageType2": [ + "Fire", + "Thunder", + "Quantum" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2033010 + ], + "EventIDList1": [ + 30108101 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1004010 + ], + "EventIDList2": [ + 30108102 + ], + "MazeBuffID": 3030131 + }, + { + "ID": 3711, + "Name": { + "Hash": 1081741789, + "Hash64": 18212378488224548556 + }, + "GroupID": 1018, + "MapEntranceID": 3012602, + "MapEntranceID2": 3012602, + "PreLevel": 1, + "PreChallengeMazeID": 3710, + "Floor": 11, + "RewardID": 101211, + "DamageType1": [ + "Physical" + ], + "DamageType2": [ + "Fire", + "Quantum" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2004010 + ], + "EventIDList1": [ + 30108111 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2024010 + ], + "EventIDList2": [ + 30108112 + ], + "MazeBuffID": 3030131 + }, + { + "ID": 3712, + "Name": { + "Hash": 1081741792, + "Hash64": 15648385295305596024 + }, + "GroupID": 1018, + "MapEntranceID": 3012602, + "MapEntranceID2": 3012602, + "PreLevel": 1, + "PreChallengeMazeID": 3711, + "Floor": 12, + "RewardID": 101212, + "DamageType1": [ + "Fire", + "Imaginary" + ], + "DamageType2": [ + "Fire", + "Wind" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 3003030 + ], + "EventIDList1": [ + 30108121 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2034010 + ], + "EventIDList2": [ + 30108122 + ], + "MazeBuffID": 3030131 + }, + { + "ID": 3801, + "Name": { + "Hash": -484341785, + "Hash64": 14119208778504847397 + }, + "GroupID": 1019, + "MapEntranceID": 3012402, + "MapEntranceID2": 3012402, + "PreLevel": 1, + "PreChallengeMazeID": 15, + "Floor": 1, + "RewardID": 101201, + "DamageType1": [ + "Ice", + "Imaginary" + ], + "DamageType2": [ + "Physical", + "Thunder" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 5, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023010 + ], + "EventIDList1": [ + 30109011 + ], + "MazeGroupID2": 6, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2023030 + ], + "EventIDList2": [ + 30109012 + ], + "MazeBuffID": 3030132 + }, + { + "ID": 3802, + "Name": { + "Hash": -484341788, + "Hash64": 6266647557318897478 + }, + "GroupID": 1019, + "MapEntranceID": 3012402, + "MapEntranceID2": 3012402, + "PreLevel": 1, + "PreChallengeMazeID": 3801, + "Floor": 2, + "RewardID": 101202, + "DamageType1": [ + "Fire", + "Imaginary" + ], + "DamageType2": [ + "Thunder", + "Wind" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 5, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 3003050 + ], + "EventIDList1": [ + 30109021 + ], + "MazeGroupID2": 6, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2033010 + ], + "EventIDList2": [ + 30109022 + ], + "MazeBuffID": 3030132 + }, + { + "ID": 3803, + "Name": { + "Hash": -484341787, + "Hash64": 7470774861177020787 + }, + "GroupID": 1019, + "MapEntranceID": 3012402, + "MapEntranceID2": 3012402, + "PreLevel": 1, + "PreChallengeMazeID": 3802, + "Floor": 3, + "RewardID": 101203, + "DamageType1": [ + "Quantum" + ], + "DamageType2": [ + "Wind", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 5, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1023020 + ], + "EventIDList1": [ + 30109031 + ], + "MazeGroupID2": 6, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2004020 + ], + "EventIDList2": [ + 30109032 + ], + "MazeBuffID": 3030132 + }, + { + "ID": 3804, + "Name": { + "Hash": -484341790, + "Hash64": 16551561303970300384 + }, + "GroupID": 1019, + "MapEntranceID": 3012402, + "MapEntranceID2": 3012402, + "PreLevel": 1, + "PreChallengeMazeID": 3803, + "Floor": 4, + "RewardID": 101204, + "DamageType1": [ + "Physical", + "Imaginary" + ], + "DamageType2": [ + "Fire", + "Thunder" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 5, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2013020 + ], + "EventIDList1": [ + 30109041 + ], + "MazeGroupID2": 6, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3003040 + ], + "EventIDList2": [ + 30109042 + ], + "MazeBuffID": 3030132 + }, + { + "ID": 3805, + "Name": { + "Hash": -484341789, + "Hash64": 1412084676714052134 + }, + "GroupID": 1019, + "MapEntranceID": 3012402, + "MapEntranceID2": 3012402, + "PreLevel": 1, + "PreChallengeMazeID": 3804, + "Floor": 5, + "RewardID": 101205, + "DamageType1": [ + "Ice", + "Imaginary" + ], + "DamageType2": [ + "Fire", + "Wind" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 5, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8033010 + ], + "EventIDList1": [ + 30109051 + ], + "MazeGroupID2": 6, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2034010 + ], + "EventIDList2": [ + 30109052 + ], + "MazeBuffID": 3030132 + }, + { + "ID": 3806, + "Name": { + "Hash": -484341792, + "Hash64": 8678086487739228463 + }, + "GroupID": 1019, + "MapEntranceID": 3012402, + "MapEntranceID2": 3012402, + "PreLevel": 1, + "PreChallengeMazeID": 3805, + "Floor": 6, + "RewardID": 101206, + "DamageType1": [ + "Ice", + "Imaginary" + ], + "DamageType2": [ + "Physical", + "Thunder" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 5, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023010 + ], + "EventIDList1": [ + 30109061 + ], + "MazeGroupID2": 6, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2023030 + ], + "EventIDList2": [ + 30109062 + ], + "MazeBuffID": 3030132 + }, + { + "ID": 3807, + "Name": { + "Hash": -484341791, + "Hash64": 3434974226738703459 + }, + "GroupID": 1019, + "MapEntranceID": 3012402, + "MapEntranceID2": 3012402, + "PreLevel": 1, + "PreChallengeMazeID": 3806, + "Floor": 7, + "RewardID": 101207, + "DamageType1": [ + "Fire", + "Imaginary" + ], + "DamageType2": [ + "Thunder", + "Wind" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 5, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 3003050 + ], + "EventIDList1": [ + 30109071 + ], + "MazeGroupID2": 6, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2033010 + ], + "EventIDList2": [ + 30109072 + ], + "MazeBuffID": 3030132 + }, + { + "ID": 3808, + "Name": { + "Hash": -484341794, + "Hash64": 16564729760174193685 + }, + "GroupID": 1019, + "MapEntranceID": 3012402, + "MapEntranceID2": 3012402, + "PreLevel": 1, + "PreChallengeMazeID": 3807, + "Floor": 8, + "RewardID": 101208, + "DamageType1": [ + "Quantum" + ], + "DamageType2": [ + "Wind", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 5, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1023020 + ], + "EventIDList1": [ + 30109081 + ], + "MazeGroupID2": 6, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2004020 + ], + "EventIDList2": [ + 30109082 + ], + "MazeBuffID": 3030132 + }, + { + "ID": 3809, + "Name": { + "Hash": -484341793, + "Hash64": 14946259508028277080 + }, + "GroupID": 1019, + "MapEntranceID": 3012402, + "MapEntranceID2": 3012402, + "PreLevel": 1, + "PreChallengeMazeID": 3808, + "Floor": 9, + "RewardID": 101209, + "DamageType1": [ + "Physical", + "Imaginary" + ], + "DamageType2": [ + "Fire", + "Thunder" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 5, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2013020 + ], + "EventIDList1": [ + 30109091 + ], + "MazeGroupID2": 6, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3003040 + ], + "EventIDList2": [ + 30109092 + ], + "MazeBuffID": 3030132 + }, + { + "ID": 3810, + "Name": { + "Hash": 1081742155, + "Hash64": 14253912155079194374 + }, + "GroupID": 1019, + "MapEntranceID": 3012402, + "MapEntranceID2": 3012402, + "PreLevel": 1, + "PreChallengeMazeID": 3809, + "Floor": 10, + "RewardID": 101210, + "DamageType1": [ + "Ice", + "Imaginary" + ], + "DamageType2": [ + "Fire", + "Wind" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 5, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8033010 + ], + "EventIDList1": [ + 30109101 + ], + "MazeGroupID2": 6, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2034010 + ], + "EventIDList2": [ + 30109102 + ], + "MazeBuffID": 3030132 + }, + { + "ID": 3811, + "Name": { + "Hash": 1081742156, + "Hash64": 8877690823123093056 + }, + "GroupID": 1019, + "MapEntranceID": 3012402, + "MapEntranceID2": 3012402, + "PreLevel": 1, + "PreChallengeMazeID": 3810, + "Floor": 11, + "RewardID": 101211, + "DamageType1": [ + "Ice", + "Quantum" + ], + "DamageType2": [ + "Physical", + "Thunder" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 5, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8024011 + ], + "EventIDList1": [ + 30109111 + ], + "MazeGroupID2": 6, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8034010 + ], + "EventIDList2": [ + 30109112 + ], + "MazeBuffID": 3030132 + }, + { + "ID": 3812, + "Name": { + "Hash": 1081742153, + "Hash64": 7147800412510250495 + }, + "GroupID": 1019, + "MapEntranceID": 3012402, + "MapEntranceID2": 3012402, + "PreLevel": 1, + "PreChallengeMazeID": 3811, + "Floor": 12, + "RewardID": 101212, + "DamageType1": [ + "Thunder", + "Wind" + ], + "DamageType2": [ + "Fire", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [ + 3003013, + 3002011, + 3002021, + 3002041 + ], + "ChallengeCountDown": 30, + "MazeGroupID1": 5, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1014010 + ], + "EventIDList1": [ + 30109121 + ], + "MazeGroupID2": 6, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3003014 + ], + "EventIDList2": [ + 30109122 + ], + "MazeBuffID": 3030132 + }, + { + "ID": 3901, + "Name": { + "Hash": -484341690, + "Hash64": 12913936395298100280 + }, + "GroupID": 1020, + "MapEntranceID": 3012702, + "MapEntranceID2": 3012702, + "PreLevel": 1, + "PreChallengeMazeID": 15, + "Floor": 1, + "RewardID": 101201, + "DamageType1": [ + "Physical", + "Fire" + ], + "DamageType2": [ + "Ice", + "Wind" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 11, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 3003020 + ], + "EventIDList1": [ + 30110011 + ], + "MazeGroupID2": 12, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2023010 + ], + "EventIDList2": [ + 30110012 + ], + "MazeBuffID": 3030133 + }, + { + "ID": 3902, + "Name": { + "Hash": -484341691, + "Hash64": 16494649903217291529 + }, + "GroupID": 1020, + "MapEntranceID": 3012702, + "MapEntranceID2": 3012702, + "PreLevel": 1, + "PreChallengeMazeID": 3901, + "Floor": 2, + "RewardID": 101202, + "DamageType1": [ + "Ice", + "Thunder" + ], + "DamageType2": [ + "Fire" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 11, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1013010 + ], + "EventIDList1": [ + 30110021 + ], + "MazeGroupID2": 12, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3003010 + ], + "EventIDList2": [ + 30110022 + ], + "MazeBuffID": 3030133 + }, + { + "ID": 3903, + "Name": { + "Hash": -484341692, + "Hash64": 5962680732307624835 + }, + "GroupID": 1020, + "MapEntranceID": 3012702, + "MapEntranceID2": 3012702, + "PreLevel": 1, + "PreChallengeMazeID": 3902, + "Floor": 3, + "RewardID": 101203, + "DamageType1": [ + "Wind" + ], + "DamageType2": [ + "Thunder", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 11, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2033010 + ], + "EventIDList1": [ + 30110031 + ], + "MazeGroupID2": 12, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1004020 + ], + "EventIDList2": [ + 30110032 + ], + "MazeBuffID": 3030133 + }, + { + "ID": 3904, + "Name": { + "Hash": -484341693, + "Hash64": 14517602932242267242 + }, + "GroupID": 1020, + "MapEntranceID": 3012702, + "MapEntranceID2": 3012702, + "PreLevel": 1, + "PreChallengeMazeID": 3903, + "Floor": 4, + "RewardID": 101204, + "DamageType1": [ + "Quantum" + ], + "DamageType2": [ + "Physical", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 11, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1023020 + ], + "EventIDList1": [ + 30110041 + ], + "MazeGroupID2": 12, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2013020 + ], + "EventIDList2": [ + 30110042 + ], + "MazeBuffID": 3030133 + }, + { + "ID": 3905, + "Name": { + "Hash": -484341694, + "Hash64": 12569746133992744830 + }, + "GroupID": 1020, + "MapEntranceID": 3012702, + "MapEntranceID2": 3012702, + "PreLevel": 1, + "PreChallengeMazeID": 3904, + "Floor": 5, + "RewardID": 101205, + "DamageType1": [ + "Fire", + "Ice" + ], + "DamageType2": [ + "Thunder", + "Quantum" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 11, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8033010 + ], + "EventIDList1": [ + 30110051 + ], + "MazeGroupID2": 12, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1004010 + ], + "EventIDList2": [ + 30110052 + ], + "MazeBuffID": 3030133 + }, + { + "ID": 3906, + "Name": { + "Hash": -484341695, + "Hash64": 14143683158725440119 + }, + "GroupID": 1020, + "MapEntranceID": 3012702, + "MapEntranceID2": 3012702, + "PreLevel": 1, + "PreChallengeMazeID": 3905, + "Floor": 6, + "RewardID": 101206, + "DamageType1": [ + "Physical", + "Fire" + ], + "DamageType2": [ + "Ice", + "Wind" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 11, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 3003020 + ], + "EventIDList1": [ + 30110061 + ], + "MazeGroupID2": 12, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2023010 + ], + "EventIDList2": [ + 30110062 + ], + "MazeBuffID": 3030133 + }, + { + "ID": 3907, + "Name": { + "Hash": -484341696, + "Hash64": 3943808763726076674 + }, + "GroupID": 1020, + "MapEntranceID": 3012702, + "MapEntranceID2": 3012702, + "PreLevel": 1, + "PreChallengeMazeID": 3906, + "Floor": 7, + "RewardID": 101207, + "DamageType1": [ + "Ice", + "Thunder" + ], + "DamageType2": [ + "Fire" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 11, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1013010 + ], + "EventIDList1": [ + 30110071 + ], + "MazeGroupID2": 12, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3003010 + ], + "EventIDList2": [ + 30110072 + ], + "MazeBuffID": 3030133 + }, + { + "ID": 3908, + "Name": { + "Hash": -484341697, + "Hash64": 4433890222042499691 + }, + "GroupID": 1020, + "MapEntranceID": 3012702, + "MapEntranceID2": 3012702, + "PreLevel": 1, + "PreChallengeMazeID": 3907, + "Floor": 8, + "RewardID": 101208, + "DamageType1": [ + "Wind" + ], + "DamageType2": [ + "Thunder", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 11, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2033010 + ], + "EventIDList1": [ + 30110081 + ], + "MazeGroupID2": 12, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1004020 + ], + "EventIDList2": [ + 30110082 + ], + "MazeBuffID": 3030133 + }, + { + "ID": 3909, + "Name": { + "Hash": -484341698, + "Hash64": 817679350882832603 + }, + "GroupID": 1020, + "MapEntranceID": 3012702, + "MapEntranceID2": 3012702, + "PreLevel": 1, + "PreChallengeMazeID": 3908, + "Floor": 9, + "RewardID": 101209, + "DamageType1": [ + "Quantum" + ], + "DamageType2": [ + "Physical", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 11, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1023020 + ], + "EventIDList1": [ + 30110091 + ], + "MazeGroupID2": 12, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2013020 + ], + "EventIDList2": [ + 30110092 + ], + "MazeBuffID": 3030133 + }, + { + "ID": 3910, + "Name": { + "Hash": 1081742252, + "Hash64": 16035216249131030348 + }, + "GroupID": 1020, + "MapEntranceID": 3012702, + "MapEntranceID2": 3012702, + "PreLevel": 1, + "PreChallengeMazeID": 3909, + "Floor": 10, + "RewardID": 101210, + "DamageType1": [ + "Fire", + "Ice" + ], + "DamageType2": [ + "Thunder", + "Quantum" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 11, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8033010 + ], + "EventIDList1": [ + 30110101 + ], + "MazeGroupID2": 12, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1004010 + ], + "EventIDList2": [ + 30110102 + ], + "MazeBuffID": 3030133 + }, + { + "ID": 3911, + "Name": { + "Hash": 1081742251, + "Hash64": 6487239148635100629 + }, + "GroupID": 1020, + "MapEntranceID": 3012702, + "MapEntranceID2": 3012702, + "PreLevel": 1, + "PreChallengeMazeID": 3910, + "Floor": 11, + "RewardID": 101211, + "DamageType1": [ + "Physical" + ], + "DamageType2": [ + "Thunder", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 11, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2004010 + ], + "EventIDList1": [ + 30110111 + ], + "MazeGroupID2": 12, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3024020 + ], + "EventIDList2": [ + 30110112 + ], + "MazeBuffID": 3030133 + }, + { + "ID": 3912, + "Name": { + "Hash": 1081742250, + "Hash64": 11604864998990550632 + }, + "GroupID": 1020, + "MapEntranceID": 3012702, + "MapEntranceID2": 3012702, + "PreLevel": 1, + "PreChallengeMazeID": 3911, + "Floor": 12, + "RewardID": 101212, + "DamageType1": [ + "Thunder", + "Wind" + ], + "DamageType2": [ + "Ice", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 11, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1014010 + ], + "EventIDList1": [ + 30110121 + ], + "MazeGroupID2": 12, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8024011 + ], + "EventIDList2": [ + 30110122 + ], + "MazeBuffID": 3030133 + }, + { + "ID": 4001, + "Name": { + "Hash": -941328958, + "Hash64": 6275414776845141103 + }, + "GroupID": 1021, + "MapEntranceID": 3013001, + "MapEntranceID2": 3013001, + "PreLevel": 1, + "PreChallengeMazeID": 15, + "Floor": 1, + "RewardID": 101201, + "DamageType1": [ + "Ice", + "Thunder" + ], + "DamageType2": [ + "Fire", + "Thunder" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 20, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1013010 + ], + "EventIDList1": [ + 30111011 + ], + "MazeGroupID2": 21, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8003040 + ], + "EventIDList2": [ + 30111012 + ], + "MazeBuffID": 3030134 + }, + { + "ID": 4002, + "Name": { + "Hash": -941328961, + "Hash64": 1060691890666979818 + }, + "GroupID": 1021, + "MapEntranceID": 3013001, + "MapEntranceID2": 3013001, + "PreLevel": 1, + "PreChallengeMazeID": 4001, + "Floor": 2, + "RewardID": 101202, + "DamageType1": [ + "Fire", + "Imaginary" + ], + "DamageType2": [ + "Wind", + "Quantum" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 20, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 3003030 + ], + "EventIDList1": [ + 30111021 + ], + "MazeGroupID2": 21, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2013010 + ], + "EventIDList2": [ + 30111022 + ], + "MazeBuffID": 3030134 + }, + { + "ID": 4003, + "Name": { + "Hash": -941328960, + "Hash64": 17525594443662515379 + }, + "GroupID": 1021, + "MapEntranceID": 3013001, + "MapEntranceID2": 3013001, + "PreLevel": 1, + "PreChallengeMazeID": 4002, + "Floor": 3, + "RewardID": 101203, + "DamageType1": [ + "Wind" + ], + "DamageType2": [ + "Physical", + "Ice" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 20, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2033010 + ], + "EventIDList1": [ + 30111031 + ], + "MazeGroupID2": 21, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3024010 + ], + "EventIDList2": [ + 30111032 + ], + "MazeBuffID": 3030134 + }, + { + "ID": 4004, + "Name": { + "Hash": -941328963, + "Hash64": 17666309888793439578 + }, + "GroupID": 1021, + "MapEntranceID": 3013001, + "MapEntranceID2": 3013001, + "PreLevel": 1, + "PreChallengeMazeID": 4003, + "Floor": 4, + "RewardID": 101204, + "DamageType1": [ + "Thunder", + "Quantum" + ], + "DamageType2": [ + "Physical", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 20, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 4013010 + ], + "EventIDList1": [ + 30111041 + ], + "MazeGroupID2": 21, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3003020 + ], + "EventIDList2": [ + 30111042 + ], + "MazeBuffID": 3030134 + }, + { + "ID": 4005, + "Name": { + "Hash": -941328962, + "Hash64": 14074144706883509695 + }, + "GroupID": 1021, + "MapEntranceID": 3013001, + "MapEntranceID2": 3013001, + "PreLevel": 1, + "PreChallengeMazeID": 4004, + "Floor": 5, + "RewardID": 101205, + "DamageType1": [ + "Fire", + "Imaginary" + ], + "DamageType2": [ + "Wind" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 20, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8033010 + ], + "EventIDList1": [ + 30111051 + ], + "MazeGroupID2": 21, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2034010 + ], + "EventIDList2": [ + 30111052 + ], + "MazeBuffID": 3030134 + }, + { + "ID": 4006, + "Name": { + "Hash": -941328965, + "Hash64": 9970219104389756902 + }, + "GroupID": 1021, + "MapEntranceID": 3013001, + "MapEntranceID2": 3013001, + "PreLevel": 1, + "PreChallengeMazeID": 4005, + "Floor": 6, + "RewardID": 101206, + "DamageType1": [ + "Ice", + "Thunder" + ], + "DamageType2": [ + "Fire", + "Thunder" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 20, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1013010 + ], + "EventIDList1": [ + 30111061 + ], + "MazeGroupID2": 21, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8003040 + ], + "EventIDList2": [ + 30111062 + ], + "MazeBuffID": 3030134 + }, + { + "ID": 4007, + "Name": { + "Hash": -941328964, + "Hash64": 15130065176203226283 + }, + "GroupID": 1021, + "MapEntranceID": 3013001, + "MapEntranceID2": 3013001, + "PreLevel": 1, + "PreChallengeMazeID": 4006, + "Floor": 7, + "RewardID": 101207, + "DamageType1": [ + "Fire", + "Imaginary" + ], + "DamageType2": [ + "Wind", + "Quantum" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 20, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 3003030 + ], + "EventIDList1": [ + 30111071 + ], + "MazeGroupID2": 21, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2013010 + ], + "EventIDList2": [ + 30111072 + ], + "MazeBuffID": 3030134 + }, + { + "ID": 4008, + "Name": { + "Hash": -941328951, + "Hash64": 17262312079139571641 + }, + "GroupID": 1021, + "MapEntranceID": 3013001, + "MapEntranceID2": 3013001, + "PreLevel": 1, + "PreChallengeMazeID": 4007, + "Floor": 8, + "RewardID": 101208, + "DamageType1": [ + "Wind" + ], + "DamageType2": [ + "Physical", + "Ice" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 20, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2033010 + ], + "EventIDList1": [ + 30111081 + ], + "MazeGroupID2": 21, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3024010 + ], + "EventIDList2": [ + 30111082 + ], + "MazeBuffID": 3030134 + }, + { + "ID": 4009, + "Name": { + "Hash": -941328950, + "Hash64": 6888666318749451046 + }, + "GroupID": 1021, + "MapEntranceID": 3013001, + "MapEntranceID2": 3013001, + "PreLevel": 1, + "PreChallengeMazeID": 4008, + "Floor": 9, + "RewardID": 101209, + "DamageType1": [ + "Thunder", + "Quantum" + ], + "DamageType2": [ + "Physical", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 20, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 4013010 + ], + "EventIDList1": [ + 30111091 + ], + "MazeGroupID2": 21, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3003020 + ], + "EventIDList2": [ + 30111092 + ], + "MazeBuffID": 3030134 + }, + { + "ID": 4010, + "Name": { + "Hash": 1787554396, + "Hash64": 3019333602784834582 + }, + "GroupID": 1021, + "MapEntranceID": 3013001, + "MapEntranceID2": 3013001, + "PreLevel": 1, + "PreChallengeMazeID": 4009, + "Floor": 10, + "RewardID": 101210, + "DamageType1": [ + "Ice", + "Thunder" + ], + "DamageType2": [ + "Wind" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 20, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 4014010 + ], + "EventIDList1": [ + 30111101 + ], + "MazeGroupID2": 21, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2034010 + ], + "EventIDList2": [ + 30111102 + ], + "MazeBuffID": 3030134 + }, + { + "ID": 4011, + "Name": { + "Hash": 1787554397, + "Hash64": 14911916491346086439 + }, + "GroupID": 1021, + "MapEntranceID": 3013001, + "MapEntranceID2": 3013001, + "PreLevel": 1, + "PreChallengeMazeID": 4010, + "Floor": 11, + "RewardID": 101211, + "DamageType1": [ + "Thunder" + ], + "DamageType2": [ + "Ice", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 20, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8034010 + ], + "EventIDList1": [ + 30111111 + ], + "MazeGroupID2": 21, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3003014 + ], + "EventIDList2": [ + 30111112 + ], + "MazeBuffID": 3030134 + }, + { + "ID": 4012, + "Name": { + "Hash": 1787554394, + "Hash64": 12453708806902499506 + }, + "GroupID": 1021, + "MapEntranceID": 3013001, + "MapEntranceID2": 3013001, + "PreLevel": 1, + "PreChallengeMazeID": 4011, + "Floor": 12, + "RewardID": 101212, + "DamageType1": [ + "Ice", + "Imaginary" + ], + "DamageType2": [ + "Ice", + "Thunder", + "Quantum" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 20, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8024011 + ], + "EventIDList1": [ + 30111121 + ], + "MazeGroupID2": 21, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 4014020 + ], + "EventIDList2": [ + 30111122 + ], + "MazeBuffID": 3030134 + }, + { + "ID": 4101, + "Name": { + "Hash": -941328863, + "Hash64": 6388667806738252630 + }, + "GroupID": 1022, + "MapEntranceID": 3013102, + "MapEntranceID2": 3013102, + "PreLevel": 1, + "PreChallengeMazeID": 15, + "Floor": 1, + "RewardID": 101201, + "DamageType1": [ + "Thunder", + "Quantum" + ], + "DamageType2": [ + "Physical", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 4013010 + ], + "EventIDList1": [ + 30112011 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3003020 + ], + "EventIDList2": [ + 30112012 + ], + "MazeBuffID": 3030135 + }, + { + "ID": 4102, + "Name": { + "Hash": -941328864, + "Hash64": 12470319812707856749 + }, + "GroupID": 1022, + "MapEntranceID": 3013102, + "MapEntranceID2": 3013102, + "PreLevel": 1, + "PreChallengeMazeID": 4101, + "Floor": 2, + "RewardID": 101202, + "DamageType1": [ + "Ice", + "Thunder" + ], + "DamageType2": [ + "Fire", + "Thunder" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1013010 + ], + "EventIDList1": [ + 30112021 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8003040 + ], + "EventIDList2": [ + 30112022 + ], + "MazeBuffID": 3030135 + }, + { + "ID": 4103, + "Name": { + "Hash": -941328865, + "Hash64": 17422646078093269840 + }, + "GroupID": 1022, + "MapEntranceID": 3013102, + "MapEntranceID2": 3013102, + "PreLevel": 1, + "PreChallengeMazeID": 4102, + "Floor": 3, + "RewardID": 101203, + "DamageType1": [ + "Physical", + "Imaginary" + ], + "DamageType2": [ + "Thunder", + "Quantum" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 3003020 + ], + "EventIDList1": [ + 30112031 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1023020 + ], + "EventIDList2": [ + 30112032 + ], + "MazeBuffID": 3030135 + }, + { + "ID": 4104, + "Name": { + "Hash": -941328866, + "Hash64": 1872372631738098037 + }, + "GroupID": 1022, + "MapEntranceID": 3013102, + "MapEntranceID2": 3013102, + "PreLevel": 1, + "PreChallengeMazeID": 4103, + "Floor": 4, + "RewardID": 101204, + "DamageType1": [ + "Ice", + "Quantum" + ], + "DamageType2": [ + "Ice", + "Thunder", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 4013010 + ], + "EventIDList1": [ + 30112041 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1013020 + ], + "EventIDList2": [ + 30112042 + ], + "MazeBuffID": 3030135 + }, + { + "ID": 4105, + "Name": { + "Hash": -941328867, + "Hash64": 751642824690643129 + }, + "GroupID": 1022, + "MapEntranceID": 3013102, + "MapEntranceID2": 3013102, + "PreLevel": 1, + "PreChallengeMazeID": 4104, + "Floor": 5, + "RewardID": 101205, + "DamageType1": [ + "Wind" + ], + "DamageType2": [ + "Physical", + "Ice" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2033010 + ], + "EventIDList1": [ + 30112051 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3024010 + ], + "EventIDList2": [ + 30112052 + ], + "MazeBuffID": 3030135 + }, + { + "ID": 4106, + "Name": { + "Hash": -941328868, + "Hash64": 16561515852278109588 + }, + "GroupID": 1022, + "MapEntranceID": 3013102, + "MapEntranceID2": 3013102, + "PreLevel": 1, + "PreChallengeMazeID": 4105, + "Floor": 6, + "RewardID": 101206, + "DamageType1": [ + "Ice", + "Thunder" + ], + "DamageType2": [ + "Fire", + "Thunder" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1013010 + ], + "EventIDList1": [ + 30112061 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8003040 + ], + "EventIDList2": [ + 30112062 + ], + "MazeBuffID": 3030135 + }, + { + "ID": 4107, + "Name": { + "Hash": -941328869, + "Hash64": 10096364876374248945 + }, + "GroupID": 1022, + "MapEntranceID": 3013102, + "MapEntranceID2": 3013102, + "PreLevel": 1, + "PreChallengeMazeID": 4106, + "Floor": 7, + "RewardID": 101207, + "DamageType1": [ + "Fire", + "Imaginary" + ], + "DamageType2": [ + "Wind", + "Quantum" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 3003030 + ], + "EventIDList1": [ + 30112071 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2013010 + ], + "EventIDList2": [ + 30112072 + ], + "MazeBuffID": 3030135 + }, + { + "ID": 4108, + "Name": { + "Hash": -941328854, + "Hash64": 11184928231851183502 + }, + "GroupID": 1022, + "MapEntranceID": 3013102, + "MapEntranceID2": 3013102, + "PreLevel": 1, + "PreChallengeMazeID": 4107, + "Floor": 8, + "RewardID": 101208, + "DamageType1": [ + "Physical", + "Imaginary" + ], + "DamageType2": [ + "Thunder", + "Quantum" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 3003020 + ], + "EventIDList1": [ + 30112081 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1023020 + ], + "EventIDList2": [ + 30112082 + ], + "MazeBuffID": 3030135 + }, + { + "ID": 4109, + "Name": { + "Hash": -941328855, + "Hash64": 14263031007558184682 + }, + "GroupID": 1022, + "MapEntranceID": 3013102, + "MapEntranceID2": 3013102, + "PreLevel": 1, + "PreChallengeMazeID": 4108, + "Floor": 9, + "RewardID": 101209, + "DamageType1": [ + "Ice", + "Quantum" + ], + "DamageType2": [ + "Ice", + "Thunder", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 4013010 + ], + "EventIDList1": [ + 30112091 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1013020 + ], + "EventIDList2": [ + 30112092 + ], + "MazeBuffID": 3030135 + }, + { + "ID": 4110, + "Name": { + "Hash": 1787554493, + "Hash64": 11546284599948484813 + }, + "GroupID": 1022, + "MapEntranceID": 3013102, + "MapEntranceID2": 3013102, + "PreLevel": 1, + "PreChallengeMazeID": 4109, + "Floor": 10, + "RewardID": 101210, + "DamageType1": [ + "Fire", + "Quantum" + ], + "DamageType2": [ + "Fire", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1004010 + ], + "EventIDList1": [ + 30112101 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3003014 + ], + "EventIDList2": [ + 30112102 + ], + "MazeBuffID": 3030135 + }, + { + "ID": 4111, + "Name": { + "Hash": 1787554492, + "Hash64": 14140832388166629196 + }, + "GroupID": 1022, + "MapEntranceID": 3013102, + "MapEntranceID2": 3013102, + "PreLevel": 1, + "PreChallengeMazeID": 4110, + "Floor": 11, + "RewardID": 101211, + "DamageType1": [ + "Physical", + "Wind" + ], + "DamageType2": [ + "Ice", + "Thunder" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2034010 + ], + "EventIDList1": [ + 30112111 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 4014020 + ], + "EventIDList2": [ + 30112112 + ], + "MazeBuffID": 3030135 + }, + { + "ID": 4112, + "Name": { + "Hash": 1787554491, + "Hash64": 10868951814053887010 + }, + "GroupID": 1022, + "MapEntranceID": 3013102, + "MapEntranceID2": 3013102, + "PreLevel": 1, + "PreChallengeMazeID": 4111, + "Floor": 12, + "RewardID": 101212, + "DamageType1": [ + "Ice", + "Quantum" + ], + "DamageType2": [ + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 4, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 4034010 + ], + "EventIDList1": [ + 30112121 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2004010 + ], + "EventIDList2": [ + 30112122 + ], + "MazeBuffID": 3030135 + }, + { + "ID": 4201, + "Name": { + "Hash": -941329024, + "Hash64": 11455624236601047280 + }, + "GroupID": 1023, + "MapEntranceID": 3013201, + "MapEntranceID2": 3013201, + "PreLevel": 1, + "PreChallengeMazeID": 15, + "Floor": 1, + "RewardID": 101201, + "DamageType1": [ + "Thunder", + "Quantum" + ], + "DamageType2": [ + "Physical", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 4013010 + ], + "EventIDList1": [ + 30113011 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3003020 + ], + "EventIDList2": [ + 30113012 + ], + "MazeBuffID": 3030136 + }, + { + "ID": 4202, + "Name": { + "Hash": -941329023, + "Hash64": 14825473506799067821 + }, + "GroupID": 1023, + "MapEntranceID": 3013201, + "MapEntranceID2": 3013201, + "PreLevel": 1, + "PreChallengeMazeID": 4201, + "Floor": 2, + "RewardID": 101202, + "DamageType1": [ + "Ice", + "Thunder" + ], + "DamageType2": [ + "Fire", + "Thunder" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1013010 + ], + "EventIDList1": [ + 30113021 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8003040 + ], + "EventIDList2": [ + 30113022 + ], + "MazeBuffID": 3030136 + }, + { + "ID": 4203, + "Name": { + "Hash": -941329022, + "Hash64": 8342974383229478527 + }, + "GroupID": 1023, + "MapEntranceID": 3013201, + "MapEntranceID2": 3013201, + "PreLevel": 1, + "PreChallengeMazeID": 4202, + "Floor": 3, + "RewardID": 101203, + "DamageType1": [ + "Physical", + "Imaginary" + ], + "DamageType2": [ + "Thunder", + "Quantum" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 3003020 + ], + "EventIDList1": [ + 30113031 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 4013010 + ], + "EventIDList2": [ + 30113032 + ], + "MazeBuffID": 3030136 + }, + { + "ID": 4204, + "Name": { + "Hash": -941329029, + "Hash64": 10767143093719709520 + }, + "GroupID": 1023, + "MapEntranceID": 3013201, + "MapEntranceID2": 3013201, + "PreLevel": 1, + "PreChallengeMazeID": 4203, + "Floor": 4, + "RewardID": 101204, + "DamageType1": [ + "Ice", + "Quantum" + ], + "DamageType2": [ + "Ice", + "Thunder", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 4013010 + ], + "EventIDList1": [ + 30113041 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1013020 + ], + "EventIDList2": [ + 30113042 + ], + "MazeBuffID": 3030136 + }, + { + "ID": 4205, + "Name": { + "Hash": -941329028, + "Hash64": 5933183754709250710 + }, + "GroupID": 1023, + "MapEntranceID": 3013201, + "MapEntranceID2": 3013201, + "PreLevel": 1, + "PreChallengeMazeID": 4204, + "Floor": 5, + "RewardID": 101205, + "DamageType1": [ + "Wind" + ], + "DamageType2": [ + "Physical", + "Ice" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2033010 + ], + "EventIDList1": [ + 30113051 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3024010 + ], + "EventIDList2": [ + 30113052 + ], + "MazeBuffID": 3030136 + }, + { + "ID": 4206, + "Name": { + "Hash": -941329027, + "Hash64": 9151645880658080783 + }, + "GroupID": 1023, + "MapEntranceID": 3013201, + "MapEntranceID2": 3013201, + "PreLevel": 1, + "PreChallengeMazeID": 4205, + "Floor": 6, + "RewardID": 101206, + "DamageType1": [ + "Ice", + "Thunder" + ], + "DamageType2": [ + "Fire", + "Thunder" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1013010 + ], + "EventIDList1": [ + 30113061 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8003040 + ], + "EventIDList2": [ + 30113062 + ], + "MazeBuffID": 3030136 + }, + { + "ID": 4207, + "Name": { + "Hash": -941329026, + "Hash64": 5454359243330638336 + }, + "GroupID": 1023, + "MapEntranceID": 3013201, + "MapEntranceID2": 3013201, + "PreLevel": 1, + "PreChallengeMazeID": 4206, + "Floor": 7, + "RewardID": 101207, + "DamageType1": [ + "Fire", + "Imaginary" + ], + "DamageType2": [ + "Wind", + "Quantum" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 3003030 + ], + "EventIDList1": [ + 30113071 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2013010 + ], + "EventIDList2": [ + 30113072 + ], + "MazeBuffID": 3030136 + }, + { + "ID": 4208, + "Name": { + "Hash": -941329017, + "Hash64": 7472239126052586626 + }, + "GroupID": 1023, + "MapEntranceID": 3013201, + "MapEntranceID2": 3013201, + "PreLevel": 1, + "PreChallengeMazeID": 4207, + "Floor": 8, + "RewardID": 101208, + "DamageType1": [ + "Ice", + "Quantum" + ], + "DamageType2": [ + "Fire", + "Thunder" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 4013010 + ], + "EventIDList1": [ + 30113081 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3003041 + ], + "EventIDList2": [ + 30113082 + ], + "MazeBuffID": 3030136 + }, + { + "ID": 4209, + "Name": { + "Hash": -941329016, + "Hash64": 3857233440677260203 + }, + "GroupID": 1023, + "MapEntranceID": 3013201, + "MapEntranceID2": 3013201, + "PreLevel": 1, + "PreChallengeMazeID": 4208, + "Floor": 9, + "RewardID": 101209, + "DamageType1": [ + "Physical", + "Quantum" + ], + "DamageType2": [ + "Ice", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 4033010 + ], + "EventIDList1": [ + 30113091 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2023010 + ], + "EventIDList2": [ + 30113092 + ], + "MazeBuffID": 3030136 + }, + { + "ID": 4210, + "Name": { + "Hash": 1787554330, + "Hash64": 16601914406233340117 + }, + "GroupID": 1023, + "MapEntranceID": 3013201, + "MapEntranceID2": 3013201, + "PreLevel": 1, + "PreChallengeMazeID": 4209, + "Floor": 10, + "RewardID": 101210, + "DamageType1": [ + "Fire", + "Thunder", + "Wind" + ], + "DamageType2": [ + "Ice", + "Thunder" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1014010 + ], + "EventIDList1": [ + 30113101 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 4014020 + ], + "EventIDList2": [ + 30113102 + ], + "MazeBuffID": 3030136 + }, + { + "ID": 4211, + "Name": { + "Hash": 1787554331, + "Hash64": 4946577285793394132 + }, + "GroupID": 1023, + "MapEntranceID": 3013201, + "MapEntranceID2": 3013201, + "PreLevel": 1, + "PreChallengeMazeID": 4210, + "Floor": 11, + "RewardID": 101211, + "DamageType1": [ + "Physical", + "Wind" + ], + "DamageType2": [ + "Thunder", + "Quantum" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2034010 + ], + "EventIDList1": [ + 30113111 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 4034010 + ], + "EventIDList2": [ + 30113112 + ], + "MazeBuffID": 3030136 + }, + { + "ID": 4212, + "Name": { + "Hash": 1787554332, + "Hash64": 5788502288943220709 + }, + "GroupID": 1023, + "MapEntranceID": 3013201, + "MapEntranceID2": 3013201, + "PreLevel": 1, + "PreChallengeMazeID": 4211, + "Floor": 12, + "RewardID": 101212, + "DamageType1": [ + "Wind", + "Quantum", + "Imaginary" + ], + "DamageType2": [ + "Ice", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 4014030 + ], + "EventIDList1": [ + 30113121 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3003014 + ], + "EventIDList2": [ + 30113122 + ], + "MazeBuffID": 3030136 + }, + { + "ID": 4301, + "Name": { + "Hash": -941328929, + "Hash64": 9711815904859577473 + }, + "GroupID": 1024, + "MapEntranceID": 3012701, + "MapEntranceID2": 3012701, + "PreLevel": 1, + "PreChallengeMazeID": 15, + "Floor": 1, + "RewardID": 101201, + "DamageType1": [ + "Quantum" + ], + "DamageType2": [ + "Physical", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 9, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1023020 + ], + "EventIDList1": [ + 30114011 + ], + "MazeGroupID2": 10, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2013020 + ], + "EventIDList2": [ + 30114012 + ], + "MazeBuffID": 3030137 + }, + { + "ID": 4302, + "Name": { + "Hash": -941328926, + "Hash64": 16419407786400495353 + }, + "GroupID": 1024, + "MapEntranceID": 3012701, + "MapEntranceID2": 3012701, + "PreLevel": 1, + "PreChallengeMazeID": 4301, + "Floor": 2, + "RewardID": 101202, + "DamageType1": [ + "Ice", + "Thunder" + ], + "DamageType2": [ + "Fire", + "Thunder" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 9, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1013010 + ], + "EventIDList1": [ + 30114021 + ], + "MazeGroupID2": 10, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8003040 + ], + "EventIDList2": [ + 30114022 + ], + "MazeBuffID": 3030137 + }, + { + "ID": 4303, + "Name": { + "Hash": -941328927, + "Hash64": 11480084102787051452 + }, + "GroupID": 1024, + "MapEntranceID": 3012701, + "MapEntranceID2": 3012701, + "PreLevel": 1, + "PreChallengeMazeID": 4302, + "Floor": 3, + "RewardID": 101203, + "DamageType1": [ + "Wind", + "Quantum" + ], + "DamageType2": [ + "Physical", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 9, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2013010 + ], + "EventIDList1": [ + 30114031 + ], + "MazeGroupID2": 10, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3003020 + ], + "EventIDList2": [ + 30114032 + ], + "MazeBuffID": 3030137 + }, + { + "ID": 4304, + "Name": { + "Hash": -941328932, + "Hash64": 10911586447266245240 + }, + "GroupID": 1024, + "MapEntranceID": 3012701, + "MapEntranceID2": 3012701, + "PreLevel": 1, + "PreChallengeMazeID": 4303, + "Floor": 4, + "RewardID": 101204, + "DamageType1": [ + "Physical", + "Quantum" + ], + "DamageType2": [ + "Fire", + "Thunder" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 9, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 4023010 + ], + "EventIDList1": [ + 30114041 + ], + "MazeGroupID2": 10, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1004010 + ], + "EventIDList2": [ + 30114042 + ], + "MazeBuffID": 3030137 + }, + { + "ID": 4305, + "Name": { + "Hash": -941328933, + "Hash64": 2580411717774407284 + }, + "GroupID": 1024, + "MapEntranceID": 3012701, + "MapEntranceID2": 3012701, + "PreLevel": 1, + "PreChallengeMazeID": 4304, + "Floor": 5, + "RewardID": 101205, + "DamageType1": [ + "Thunder", + "Wind" + ], + "DamageType2": [ + "Physical", + "Ice" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 9, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 4033020 + ], + "EventIDList1": [ + 30114051 + ], + "MazeGroupID2": 10, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3024010 + ], + "EventIDList2": [ + 30114052 + ], + "MazeBuffID": 3030137 + }, + { + "ID": 4306, + "Name": { + "Hash": -941328930, + "Hash64": 3658931442040384142 + }, + "GroupID": 1024, + "MapEntranceID": 3012701, + "MapEntranceID2": 3012701, + "PreLevel": 1, + "PreChallengeMazeID": 4305, + "Floor": 6, + "RewardID": 101206, + "DamageType1": [ + "Quantum" + ], + "DamageType2": [ + "Physical", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 9, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1023020 + ], + "EventIDList1": [ + 30114061 + ], + "MazeGroupID2": 10, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2013020 + ], + "EventIDList2": [ + 30114062 + ], + "MazeBuffID": 3030137 + }, + { + "ID": 4307, + "Name": { + "Hash": -941328931, + "Hash64": 1462622174314098583 + }, + "GroupID": 1024, + "MapEntranceID": 3012701, + "MapEntranceID2": 3012701, + "PreLevel": 1, + "PreChallengeMazeID": 4306, + "Floor": 7, + "RewardID": 101207, + "DamageType1": [ + "Ice", + "Thunder" + ], + "DamageType2": [ + "Fire", + "Thunder" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 9, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1013010 + ], + "EventIDList1": [ + 30114071 + ], + "MazeGroupID2": 10, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8003040 + ], + "EventIDList2": [ + 30114072 + ], + "MazeBuffID": 3030137 + }, + { + "ID": 4308, + "Name": { + "Hash": -941328920, + "Hash64": 2768645414801402326 + }, + "GroupID": 1024, + "MapEntranceID": 3012701, + "MapEntranceID2": 3012701, + "PreLevel": 1, + "PreChallengeMazeID": 4307, + "Floor": 8, + "RewardID": 101208, + "DamageType1": [ + "Wind", + "Quantum" + ], + "DamageType2": [ + "Physical", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 9, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2013010 + ], + "EventIDList1": [ + 30114081 + ], + "MazeGroupID2": 10, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3003020 + ], + "EventIDList2": [ + 30114082 + ], + "MazeBuffID": 3030137 + }, + { + "ID": 4309, + "Name": { + "Hash": -941328921, + "Hash64": 7298494707478556714 + }, + "GroupID": 1024, + "MapEntranceID": 3012701, + "MapEntranceID2": 3012701, + "PreLevel": 1, + "PreChallengeMazeID": 4308, + "Floor": 9, + "RewardID": 101209, + "DamageType1": [ + "Physical", + "Quantum" + ], + "DamageType2": [ + "Fire", + "Thunder" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 9, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 4023010 + ], + "EventIDList1": [ + 30114091 + ], + "MazeGroupID2": 10, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1004010 + ], + "EventIDList2": [ + 30114092 + ], + "MazeBuffID": 3030137 + }, + { + "ID": 4310, + "Name": { + "Hash": 1787554427, + "Hash64": 16156221068114639276 + }, + "GroupID": 1024, + "MapEntranceID": 3012701, + "MapEntranceID2": 3012701, + "PreLevel": 1, + "PreChallengeMazeID": 4309, + "Floor": 10, + "RewardID": 101210, + "DamageType1": [ + "Thunder", + "Wind" + ], + "DamageType2": [ + "Physical", + "Ice" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 9, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 4033020 + ], + "EventIDList1": [ + 30114101 + ], + "MazeGroupID2": 10, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3024010 + ], + "EventIDList2": [ + 30114102 + ], + "MazeBuffID": 3030137 + }, + { + "ID": 4311, + "Name": { + "Hash": 1787554426, + "Hash64": 7347220132117344072 + }, + "GroupID": 1024, + "MapEntranceID": 3012701, + "MapEntranceID2": 3012701, + "PreLevel": 1, + "PreChallengeMazeID": 4310, + "Floor": 11, + "RewardID": 101211, + "DamageType1": [ + "Wind", + "Quantum", + "Imaginary" + ], + "DamageType2": [ + "Thunder" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 9, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 4014030 + ], + "EventIDList1": [ + 30114111 + ], + "MazeGroupID2": 10, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3024020 + ], + "EventIDList2": [ + 30114112 + ], + "MazeBuffID": 3030137 + }, + { + "ID": 4312, + "Name": { + "Hash": 1787554429, + "Hash64": 16657020322678377233 + }, + "GroupID": 1024, + "MapEntranceID": 3012701, + "MapEntranceID2": 3012701, + "PreLevel": 1, + "PreChallengeMazeID": 4311, + "Floor": 12, + "RewardID": 101212, + "DamageType1": [ + "Quantum", + "Imaginary" + ], + "DamageType2": [ + "Physical" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 9, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8024011 + ], + "EventIDList1": [ + 30114121 + ], + "MazeGroupID2": 10, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2034010 + ], + "EventIDList2": [ + 30114122 + ], + "MazeBuffID": 3030137 + }, + { + "ID": 4401, + "Name": { + "Hash": -941329090, + "Hash64": 11128800163985270665 + }, + "GroupID": 1025, + "MapEntranceID": 3012202, + "MapEntranceID2": 3012202, + "PreLevel": 1, + "PreChallengeMazeID": 15, + "Floor": 1, + "RewardID": 101201, + "DamageType1": [ + "Physical", + "Fire" + ], + "DamageType2": [ + "Ice", + "Wind" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 3003020 + ], + "EventIDList1": [ + 30115011 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2023010 + ], + "EventIDList2": [ + 30115012 + ], + "MazeBuffID": 3030138 + }, + { + "ID": 4402, + "Name": { + "Hash": -941329093, + "Hash64": 11822140727173908936 + }, + "GroupID": 1025, + "MapEntranceID": 3012202, + "MapEntranceID2": 3012202, + "PreLevel": 1, + "PreChallengeMazeID": 4401, + "Floor": 2, + "RewardID": 101202, + "DamageType1": [ + "Fire", + "Ice" + ], + "DamageType2": [ + "Fire" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1013010 + ], + "EventIDList1": [ + 30115021 + ], + "MazeGroupID2": 6, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3003010 + ], + "EventIDList2": [ + 30115022 + ], + "MazeBuffID": 3030138 + }, + { + "ID": 4403, + "Name": { + "Hash": -941329092, + "Hash64": 17977005032988430688 + }, + "GroupID": 1025, + "MapEntranceID": 3012202, + "MapEntranceID2": 3012202, + "PreLevel": 1, + "PreChallengeMazeID": 4402, + "Floor": 3, + "RewardID": 101203, + "DamageType1": [ + "Quantum" + ], + "DamageType2": [ + "Physical", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1023020 + ], + "EventIDList1": [ + 30115031 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2013020 + ], + "EventIDList2": [ + 30115032 + ], + "MazeBuffID": 3030138 + }, + { + "ID": 4404, + "Name": { + "Hash": -941329087, + "Hash64": 10695409311877043486 + }, + "GroupID": 1025, + "MapEntranceID": 3012202, + "MapEntranceID2": 3012202, + "PreLevel": 1, + "PreChallengeMazeID": 4403, + "Floor": 4, + "RewardID": 101204, + "DamageType1": [ + "Physical", + "Quantum" + ], + "DamageType2": [ + "Fire", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 4033030 + ], + "EventIDList1": [ + 30115041 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3003041 + ], + "EventIDList2": [ + 30115042 + ], + "MazeBuffID": 3030138 + }, + { + "ID": 4405, + "Name": { + "Hash": -941329086, + "Hash64": 17883271274438194688 + }, + "GroupID": 1025, + "MapEntranceID": 3012202, + "MapEntranceID2": 3012202, + "PreLevel": 1, + "PreChallengeMazeID": 4404, + "Floor": 5, + "RewardID": 101205, + "DamageType1": [ + "Physical", + "Thunder" + ], + "DamageType2": [ + "Ice", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1004020 + ], + "EventIDList1": [ + 30115051 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3003014 + ], + "EventIDList2": [ + 30115052 + ], + "MazeBuffID": 3030138 + }, + { + "ID": 4406, + "Name": { + "Hash": -941329089, + "Hash64": 5666922920992798121 + }, + "GroupID": 1025, + "MapEntranceID": 3012202, + "MapEntranceID2": 3012202, + "PreLevel": 1, + "PreChallengeMazeID": 4405, + "Floor": 6, + "RewardID": 101206, + "DamageType1": [ + "Physical", + "Fire" + ], + "DamageType2": [ + "Ice", + "Wind" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 3003020 + ], + "EventIDList1": [ + 30115061 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2023010 + ], + "EventIDList2": [ + 30115062 + ], + "MazeBuffID": 3030138 + }, + { + "ID": 4407, + "Name": { + "Hash": -941329088, + "Hash64": 15712363358506936304 + }, + "GroupID": 1025, + "MapEntranceID": 3012202, + "MapEntranceID2": 3012202, + "PreLevel": 1, + "PreChallengeMazeID": 4406, + "Floor": 7, + "RewardID": 101207, + "DamageType1": [ + "Fire", + "Ice" + ], + "DamageType2": [ + "Fire" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1013010 + ], + "EventIDList1": [ + 30115071 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3003010 + ], + "EventIDList2": [ + 30115072 + ], + "MazeBuffID": 3030138 + }, + { + "ID": 4408, + "Name": { + "Hash": -941329083, + "Hash64": 14616883886472613556 + }, + "GroupID": 1025, + "MapEntranceID": 3012202, + "MapEntranceID2": 3012202, + "PreLevel": 1, + "PreChallengeMazeID": 4407, + "Floor": 8, + "RewardID": 101208, + "DamageType1": [ + "Quantum" + ], + "DamageType2": [ + "Physical", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1023020 + ], + "EventIDList1": [ + 30115081 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2013020 + ], + "EventIDList2": [ + 30115082 + ], + "MazeBuffID": 3030138 + }, + { + "ID": 4409, + "Name": { + "Hash": -941329082, + "Hash64": 17432128770888491222 + }, + "GroupID": 1025, + "MapEntranceID": 3012202, + "MapEntranceID2": 3012202, + "PreLevel": 1, + "PreChallengeMazeID": 4408, + "Floor": 9, + "RewardID": 101209, + "DamageType1": [ + "Physical", + "Quantum" + ], + "DamageType2": [ + "Fire", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 9, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 4033030 + ], + "EventIDList1": [ + 30115091 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3003041 + ], + "EventIDList2": [ + 30115092 + ], + "MazeBuffID": 3030138 + }, + { + "ID": 4410, + "Name": { + "Hash": 1787554264, + "Hash64": 3980822414386824310 + }, + "GroupID": 1025, + "MapEntranceID": 3012202, + "MapEntranceID2": 3012202, + "PreLevel": 1, + "PreChallengeMazeID": 4409, + "Floor": 10, + "RewardID": 101210, + "DamageType1": [ + "Physical", + "Thunder" + ], + "DamageType2": [ + "Ice", + "Imaginary" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1004020 + ], + "EventIDList1": [ + 30115101 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3003014 + ], + "EventIDList2": [ + 30115102 + ], + "MazeBuffID": 3030138 + }, + { + "ID": 4411, + "Name": { + "Hash": 1787554265, + "Hash64": 5666422426911247068 + }, + "GroupID": 1025, + "MapEntranceID": 3012202, + "MapEntranceID2": 3012202, + "PreLevel": 1, + "PreChallengeMazeID": 4410, + "Floor": 11, + "RewardID": 101211, + "DamageType1": [ + "Physical", + "Wind" + ], + "DamageType2": [ + "Ice", + "Thunder", + "Quantum" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2004010 + ], + "EventIDList1": [ + 30115111 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 4034010 + ], + "EventIDList2": [ + 30115112 + ], + "MazeBuffID": 3030138 + }, + { + "ID": 4412, + "Name": { + "Hash": 1787554262, + "Hash64": 14425626073299592397 + }, + "GroupID": 1025, + "MapEntranceID": 3012202, + "MapEntranceID2": 3012202, + "PreLevel": 1, + "PreChallengeMazeID": 4411, + "Floor": 12, + "RewardID": 101212, + "DamageType1": [ + "Thunder", + "Wind" + ], + "DamageType2": [ + "Physical" + ], + "ChallengeTargetID": [ + 251, + 252, + 253 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "ChallengeCountDown": 30, + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1014010 + ], + "EventIDList1": [ + 30115121 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8034010 + ], + "EventIDList2": [ + 30115122 + ], + "MazeBuffID": 3030138 + }, + { + "ID": 30011, + "Name": { + "Hash": -1005713069, + "Hash64": 10692183560853744694 + }, + "GroupID": 3001, + "MapEntranceID": 3012401, + "MapEntranceID2": 3012402, + "Floor": 1, + "RewardID": 101401, + "DamageType1": [ + "Thunder", + "Quantum" + ], + "DamageType2": [ + "Physical", + "Fire", + "Imaginary" + ], + "ChallengeTargetID": [ + 3001, + 3002, + 3003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 5, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1004012 + ], + "EventIDList1": [ + 420101 + ], + "MazeGroupID2": 6, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3024012 + ], + "EventIDList2": [ + 420111 + ], + "MazeBuffID": 3110001 + }, + { + "ID": 30012, + "Name": { + "Hash": -602428542, + "Hash64": 16355669139327448402 + }, + "GroupID": 3001, + "MapEntranceID": 3012401, + "MapEntranceID2": 3012402, + "PreChallengeMazeID": 30011, + "Floor": 2, + "RewardID": 101402, + "DamageType1": [ + "Thunder", + "Quantum" + ], + "DamageType2": [ + "Physical", + "Fire", + "Imaginary" + ], + "ChallengeTargetID": [ + 3001, + 3002, + 3003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 5, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1004012 + ], + "EventIDList1": [ + 420102 + ], + "MazeGroupID2": 6, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3024012 + ], + "EventIDList2": [ + 420112 + ], + "MazeBuffID": 3110001 + }, + { + "ID": 30013, + "Name": { + "Hash": 2126454813, + "Hash64": 11895042051825245157 + }, + "GroupID": 3001, + "MapEntranceID": 3012401, + "MapEntranceID2": 3012402, + "PreChallengeMazeID": 30012, + "Floor": 3, + "RewardID": 101403, + "DamageType1": [ + "Thunder", + "Quantum" + ], + "DamageType2": [ + "Physical", + "Fire", + "Imaginary" + ], + "ChallengeTargetID": [ + 3001, + 3002, + 3003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 5, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1004012 + ], + "EventIDList1": [ + 420103 + ], + "MazeGroupID2": 6, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3024012 + ], + "EventIDList2": [ + 420113 + ], + "MazeBuffID": 3110001 + }, + { + "ID": 30014, + "Name": { + "Hash": -1765227956, + "Hash64": 14576429481571599621 + }, + "GroupID": 3001, + "MapEntranceID": 3012401, + "MapEntranceID2": 3012402, + "PreChallengeMazeID": 30013, + "Floor": 4, + "RewardID": 101404, + "DamageType1": [ + "Thunder", + "Quantum" + ], + "DamageType2": [ + "Physical", + "Fire", + "Imaginary" + ], + "ChallengeTargetID": [ + 3001, + 3002, + 3003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 5, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1004012 + ], + "EventIDList1": [ + 420104 + ], + "MazeGroupID2": 6, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3024012 + ], + "EventIDList2": [ + 420114 + ], + "MazeBuffID": 3110001 + }, + { + "ID": 30021, + "Name": { + "Hash": -1005713072, + "Hash64": 18032449261637545667 + }, + "GroupID": 3002, + "MapEntranceID": 3000205, + "MapEntranceID2": 3012501, + "Floor": 1, + "RewardID": 101401, + "DamageType1": [ + "Physical", + "Fire", + "Wind", + "Imaginary" + ], + "DamageType2": [ + "Physical", + "Fire", + "Ice" + ], + "ChallengeTargetID": [ + 3001, + 3002, + 3003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2004012 + ], + "EventIDList1": [ + 420131 + ], + "MazeGroupID2": 6, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8015010 + ], + "EventIDList2": [ + 420121 + ], + "MazeBuffID": 3110002 + }, + { + "ID": 30022, + "Name": { + "Hash": -602428545, + "Hash64": 16238714903643195487 + }, + "GroupID": 3002, + "MapEntranceID": 3000205, + "MapEntranceID2": 3012501, + "PreChallengeMazeID": 30021, + "Floor": 2, + "RewardID": 101402, + "DamageType1": [ + "Physical", + "Fire", + "Wind", + "Imaginary" + ], + "DamageType2": [ + "Physical", + "Fire", + "Ice" + ], + "ChallengeTargetID": [ + 3001, + 3002, + 3003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2004012 + ], + "EventIDList1": [ + 420132 + ], + "MazeGroupID2": 6, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8015010 + ], + "EventIDList2": [ + 420122 + ], + "MazeBuffID": 3110002 + }, + { + "ID": 30023, + "Name": { + "Hash": 2126454810, + "Hash64": 186625580693523112 + }, + "GroupID": 3002, + "MapEntranceID": 3000205, + "MapEntranceID2": 3012501, + "PreChallengeMazeID": 30022, + "Floor": 3, + "RewardID": 101403, + "DamageType1": [ + "Physical", + "Fire", + "Wind", + "Imaginary" + ], + "DamageType2": [ + "Physical", + "Fire", + "Ice" + ], + "ChallengeTargetID": [ + 3001, + 3002, + 3003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2004012 + ], + "EventIDList1": [ + 420133 + ], + "MazeGroupID2": 6, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8015010 + ], + "EventIDList2": [ + 420123 + ], + "MazeBuffID": 3110002 + }, + { + "ID": 30024, + "Name": { + "Hash": -1765227959, + "Hash64": 3329297277916640680 + }, + "GroupID": 3002, + "MapEntranceID": 3000205, + "MapEntranceID2": 3012501, + "PreChallengeMazeID": 30023, + "Floor": 4, + "RewardID": 101404, + "DamageType1": [ + "Physical", + "Fire", + "Wind", + "Imaginary" + ], + "DamageType2": [ + "Physical", + "Fire", + "Ice" + ], + "ChallengeTargetID": [ + 3001, + 3002, + 3003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2004012 + ], + "EventIDList1": [ + 420134 + ], + "MazeGroupID2": 6, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8015010 + ], + "EventIDList2": [ + 420124 + ], + "MazeBuffID": 3110002 + }, + { + "ID": 30031, + "Name": { + "Hash": -1005713071, + "Hash64": 11423968313729608022 + }, + "GroupID": 3003, + "MapEntranceID": 3012202, + "MapEntranceID2": 3012601, + "Floor": 1, + "RewardID": 101401, + "DamageType1": [ + "Physical", + "Ice", + "Thunder", + "Wind" + ], + "DamageType2": [ + "Fire", + "Thunder", + "Wind", + "Imaginary" + ], + "ChallengeTargetID": [ + 3001, + 3002, + 3003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 9, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8034012 + ], + "EventIDList1": [ + 420151 + ], + "MazeGroupID2": 14, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8015020 + ], + "EventIDList2": [ + 420141 + ], + "MazeBuffID": 3110003 + }, + { + "ID": 30032, + "Name": { + "Hash": -602428544, + "Hash64": 16173378672574010477 + }, + "GroupID": 3003, + "MapEntranceID": 3012202, + "MapEntranceID2": 3012601, + "PreChallengeMazeID": 30031, + "Floor": 2, + "RewardID": 101402, + "DamageType1": [ + "Physical", + "Ice", + "Thunder", + "Wind" + ], + "DamageType2": [ + "Fire", + "Thunder", + "Wind", + "Imaginary" + ], + "ChallengeTargetID": [ + 3001, + 3002, + 3003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 9, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8034012 + ], + "EventIDList1": [ + 420152 + ], + "MazeGroupID2": 14, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8015020 + ], + "EventIDList2": [ + 420142 + ], + "MazeBuffID": 3110003 + }, + { + "ID": 30033, + "Name": { + "Hash": 2126454811, + "Hash64": 7180627779727111288 + }, + "GroupID": 3003, + "MapEntranceID": 3012202, + "MapEntranceID2": 3012601, + "PreChallengeMazeID": 30032, + "Floor": 3, + "RewardID": 101403, + "DamageType1": [ + "Physical", + "Ice", + "Thunder", + "Wind" + ], + "DamageType2": [ + "Fire", + "Thunder", + "Wind", + "Imaginary" + ], + "ChallengeTargetID": [ + 3001, + 3002, + 3003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 9, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8034012 + ], + "EventIDList1": [ + 420153 + ], + "MazeGroupID2": 14, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8015020 + ], + "EventIDList2": [ + 420143 + ], + "MazeBuffID": 3110003 + }, + { + "ID": 30034, + "Name": { + "Hash": -1765227958, + "Hash64": 15097226163523287598 + }, + "GroupID": 3003, + "MapEntranceID": 3012202, + "MapEntranceID2": 3012601, + "PreChallengeMazeID": 30033, + "Floor": 4, + "RewardID": 101404, + "DamageType1": [ + "Physical", + "Ice", + "Thunder", + "Wind" + ], + "DamageType2": [ + "Fire", + "Thunder", + "Wind", + "Imaginary" + ], + "ChallengeTargetID": [ + 3001, + 3002, + 3003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 9, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8034012 + ], + "EventIDList1": [ + 420154 + ], + "MazeGroupID2": 14, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8015020 + ], + "EventIDList2": [ + 420144 + ], + "MazeBuffID": 3110003 + }, + { + "ID": 30041, + "Name": { + "Hash": -1005713066, + "Hash64": 14805927543173204268 + }, + "GroupID": 3004, + "MapEntranceID": 3000205, + "MapEntranceID2": 3012302, + "Floor": 1, + "RewardID": 101401, + "DamageType1": [ + "Physical", + "Fire", + "Wind", + "Imaginary" + ], + "DamageType2": [ + "Fire", + "Thunder", + "Quantum", + "Imaginary" + ], + "ChallengeTargetID": [ + 3001, + 3002, + 3003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2004012 + ], + "EventIDList1": [ + 420171 + ], + "MazeGroupID2": 72, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3025010 + ], + "EventIDList2": [ + 420161 + ], + "MazeBuffID": 3110004 + }, + { + "ID": 30042, + "Name": { + "Hash": -602428539, + "Hash64": 10472301730633739977 + }, + "GroupID": 3004, + "MapEntranceID": 3000205, + "MapEntranceID2": 3012302, + "PreChallengeMazeID": 30041, + "Floor": 2, + "RewardID": 101402, + "DamageType1": [ + "Physical", + "Fire", + "Wind", + "Imaginary" + ], + "DamageType2": [ + "Fire", + "Thunder", + "Quantum", + "Imaginary" + ], + "ChallengeTargetID": [ + 3001, + 3002, + 3003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2004012 + ], + "EventIDList1": [ + 420172 + ], + "MazeGroupID2": 72, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3025010 + ], + "EventIDList2": [ + 420162 + ], + "MazeBuffID": 3110004 + }, + { + "ID": 30043, + "Name": { + "Hash": 2126454816, + "Hash64": 11559079282838576368 + }, + "GroupID": 3004, + "MapEntranceID": 3000205, + "MapEntranceID2": 3012302, + "PreChallengeMazeID": 30042, + "Floor": 3, + "RewardID": 101403, + "DamageType1": [ + "Physical", + "Fire", + "Wind", + "Imaginary" + ], + "DamageType2": [ + "Fire", + "Thunder", + "Quantum", + "Imaginary" + ], + "ChallengeTargetID": [ + 3001, + 3002, + 3003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2004012 + ], + "EventIDList1": [ + 420173 + ], + "MazeGroupID2": 72, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3025010 + ], + "EventIDList2": [ + 420163 + ], + "MazeBuffID": 3110004 + }, + { + "ID": 30044, + "Name": { + "Hash": -1765227953, + "Hash64": 18143515406505586665 + }, + "GroupID": 3004, + "MapEntranceID": 3000205, + "MapEntranceID2": 3012302, + "PreChallengeMazeID": 30043, + "Floor": 4, + "RewardID": 101404, + "DamageType1": [ + "Physical", + "Fire", + "Wind", + "Imaginary" + ], + "DamageType2": [ + "Fire", + "Thunder", + "Quantum", + "Imaginary" + ], + "ChallengeTargetID": [ + 3001, + 3002, + 3003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2004012 + ], + "EventIDList1": [ + 420174 + ], + "MazeGroupID2": 72, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3025010 + ], + "EventIDList2": [ + 420164 + ], + "MazeBuffID": 3110004 + }, + { + "ID": 30051, + "Name": { + "Hash": -1005713065, + "Hash64": 18416604043786493623 + }, + "GroupID": 3005, + "MapEntranceID": 3012401, + "MapEntranceID2": 3012201, + "Floor": 1, + "RewardID": 101401, + "DamageType1": [ + "Fire", + "Thunder", + "Wind", + "Quantum" + ], + "DamageType2": [ + "Ice", + "Thunder", + "Imaginary" + ], + "ChallengeTargetID": [ + 3001, + 3002, + 3003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [ + 3003015, + 3002042, + 3002022, + 3002012 + ], + "MazeGroupID1": 5, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1004012 + ], + "EventIDList1": [ + 420191 + ], + "MazeGroupID2": 8, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3003015 + ], + "EventIDList2": [ + 420181 + ], + "MazeBuffID": 3110005 + }, + { + "ID": 30052, + "Name": { + "Hash": -602428538, + "Hash64": 17747373776940784209 + }, + "GroupID": 3005, + "MapEntranceID": 3012401, + "MapEntranceID2": 3012201, + "PreChallengeMazeID": 30051, + "Floor": 2, + "RewardID": 101402, + "DamageType1": [ + "Fire", + "Thunder", + "Wind", + "Quantum" + ], + "DamageType2": [ + "Ice", + "Thunder", + "Imaginary" + ], + "ChallengeTargetID": [ + 3001, + 3002, + 3003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [ + 3003015, + 3002042, + 3002022, + 3002012 + ], + "MazeGroupID1": 5, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1004012 + ], + "EventIDList1": [ + 420192 + ], + "MazeGroupID2": 8, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3003015 + ], + "EventIDList2": [ + 420182 + ], + "MazeBuffID": 3110005 + }, + { + "ID": 30053, + "Name": { + "Hash": 2126454817, + "Hash64": 16463073224960138861 + }, + "GroupID": 3005, + "MapEntranceID": 3012401, + "MapEntranceID2": 3012201, + "PreChallengeMazeID": 30052, + "Floor": 3, + "RewardID": 101403, + "DamageType1": [ + "Fire", + "Thunder", + "Wind", + "Quantum" + ], + "DamageType2": [ + "Ice", + "Thunder", + "Imaginary" + ], + "ChallengeTargetID": [ + 3001, + 3002, + 3003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [ + 3003015, + 3002042, + 3002022, + 3002012 + ], + "MazeGroupID1": 5, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1004012 + ], + "EventIDList1": [ + 420193 + ], + "MazeGroupID2": 8, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3003015 + ], + "EventIDList2": [ + 420183 + ], + "MazeBuffID": 3110005 + }, + { + "ID": 30054, + "Name": { + "Hash": -1765227952, + "Hash64": 13658143525296322694 + }, + "GroupID": 3005, + "MapEntranceID": 3012401, + "MapEntranceID2": 3012201, + "PreChallengeMazeID": 30053, + "Floor": 4, + "RewardID": 101404, + "DamageType1": [ + "Fire", + "Thunder", + "Wind", + "Quantum" + ], + "DamageType2": [ + "Ice", + "Thunder", + "Imaginary" + ], + "ChallengeTargetID": [ + 3001, + 3002, + 3003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [ + 3003015, + 3002042, + 3002022, + 3002012 + ], + "MazeGroupID1": 5, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1004012 + ], + "EventIDList1": [ + 420194 + ], + "MazeGroupID2": 8, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3003015 + ], + "EventIDList2": [ + 420184 + ], + "MazeBuffID": 3110005 + }, + { + "ID": 30061, + "Name": { + "Hash": -1005713068, + "Hash64": 17450639966785996753 + }, + "GroupID": 3006, + "MapEntranceID": 3000204, + "MapEntranceID2": 3012601, + "Floor": 1, + "RewardID": 101401, + "DamageType1": [ + "Physical", + "Ice", + "Quantum", + "Imaginary" + ], + "DamageType2": [ + "Fire", + "Thunder", + "Wind", + "Imaginary" + ], + "ChallengeTargetID": [ + 3001, + 3002, + 3003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 3, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8025010 + ], + "EventIDList1": [ + 420201 + ], + "MazeGroupID2": 14, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8015020 + ], + "EventIDList2": [ + 420211 + ], + "MazeBuffID": 3110006 + }, + { + "ID": 30062, + "Name": { + "Hash": -602428541, + "Hash64": 15909612159712284919 + }, + "GroupID": 3006, + "MapEntranceID": 3000204, + "MapEntranceID2": 3012601, + "PreChallengeMazeID": 30061, + "Floor": 2, + "RewardID": 101402, + "DamageType1": [ + "Physical", + "Ice", + "Quantum", + "Imaginary" + ], + "DamageType2": [ + "Fire", + "Thunder", + "Wind", + "Imaginary" + ], + "ChallengeTargetID": [ + 3001, + 3002, + 3003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 3, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8025010 + ], + "EventIDList1": [ + 420202 + ], + "MazeGroupID2": 14, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8015020 + ], + "EventIDList2": [ + 420212 + ], + "MazeBuffID": 3110006 + }, + { + "ID": 30063, + "Name": { + "Hash": 2126454814, + "Hash64": 15150972747203424345 + }, + "GroupID": 3006, + "MapEntranceID": 3000204, + "MapEntranceID2": 3012601, + "PreChallengeMazeID": 30062, + "Floor": 3, + "RewardID": 101403, + "DamageType1": [ + "Physical", + "Ice", + "Quantum", + "Imaginary" + ], + "DamageType2": [ + "Fire", + "Thunder", + "Wind", + "Imaginary" + ], + "ChallengeTargetID": [ + 3001, + 3002, + 3003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 3, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8025010 + ], + "EventIDList1": [ + 420203 + ], + "MazeGroupID2": 14, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8015020 + ], + "EventIDList2": [ + 420213 + ], + "MazeBuffID": 3110006 + }, + { + "ID": 30064, + "Name": { + "Hash": -1765227955, + "Hash64": 13766045029345176811 + }, + "GroupID": 3006, + "MapEntranceID": 3000204, + "MapEntranceID2": 3012601, + "PreChallengeMazeID": 30063, + "Floor": 4, + "RewardID": 101404, + "DamageType1": [ + "Physical", + "Ice", + "Quantum", + "Imaginary" + ], + "DamageType2": [ + "Fire", + "Thunder", + "Wind", + "Imaginary" + ], + "ChallengeTargetID": [ + 3001, + 3002, + 3003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 3, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8025010 + ], + "EventIDList1": [ + 420204 + ], + "MazeGroupID2": 14, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8015020 + ], + "EventIDList2": [ + 420214 + ], + "MazeBuffID": 3110006 + }, + { + "ID": 30071, + "Name": { + "Hash": -1005713067, + "Hash64": 12319588391577121579 + }, + "GroupID": 3007, + "MapEntranceID": 3012202, + "MapEntranceID2": 3012201, + "Floor": 1, + "RewardID": 101401, + "DamageType1": [ + "Physical", + "Ice", + "Thunder", + "Wind" + ], + "DamageType2": [ + "Ice", + "Thunder", + "Imaginary" + ], + "ChallengeTargetID": [ + 3001, + 3002, + 3003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [ + 3003015, + 3002042, + 3002022, + 3002012 + ], + "MazeGroupID1": 9, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8034012 + ], + "EventIDList1": [ + 420221 + ], + "MazeGroupID2": 8, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3003015 + ], + "EventIDList2": [ + 420231 + ], + "MazeBuffID": 3110007 + }, + { + "ID": 30072, + "Name": { + "Hash": -602428540, + "Hash64": 2978511326717844559 + }, + "GroupID": 3007, + "MapEntranceID": 3012202, + "MapEntranceID2": 3012201, + "PreChallengeMazeID": 30071, + "Floor": 2, + "RewardID": 101402, + "DamageType1": [ + "Physical", + "Ice", + "Thunder", + "Wind" + ], + "DamageType2": [ + "Ice", + "Thunder", + "Imaginary" + ], + "ChallengeTargetID": [ + 3001, + 3002, + 3003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [ + 3003015, + 3002042, + 3002022, + 3002012 + ], + "MazeGroupID1": 9, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8034012 + ], + "EventIDList1": [ + 420222 + ], + "MazeGroupID2": 8, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3003015 + ], + "EventIDList2": [ + 420232 + ], + "MazeBuffID": 3110007 + }, + { + "ID": 30073, + "Name": { + "Hash": 2126454815, + "Hash64": 11379656608118900167 + }, + "GroupID": 3007, + "MapEntranceID": 3012202, + "MapEntranceID2": 3012201, + "PreChallengeMazeID": 30072, + "Floor": 3, + "RewardID": 101403, + "DamageType1": [ + "Physical", + "Ice", + "Thunder", + "Wind" + ], + "DamageType2": [ + "Ice", + "Thunder", + "Imaginary" + ], + "ChallengeTargetID": [ + 3001, + 3002, + 3003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [ + 3003015, + 3002042, + 3002022, + 3002012 + ], + "MazeGroupID1": 9, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8034012 + ], + "EventIDList1": [ + 420223 + ], + "MazeGroupID2": 8, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3003015 + ], + "EventIDList2": [ + 420233 + ], + "MazeBuffID": 3110007 + }, + { + "ID": 30074, + "Name": { + "Hash": -1765227954, + "Hash64": 12983476924862987774 + }, + "GroupID": 3007, + "MapEntranceID": 3012202, + "MapEntranceID2": 3012201, + "PreChallengeMazeID": 30073, + "Floor": 4, + "RewardID": 101404, + "DamageType1": [ + "Physical", + "Ice", + "Thunder", + "Wind" + ], + "DamageType2": [ + "Ice", + "Thunder", + "Imaginary" + ], + "ChallengeTargetID": [ + 3001, + 3002, + 3003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [ + 3003015, + 3002042, + 3002022, + 3002012 + ], + "MazeGroupID1": 9, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8034012 + ], + "EventIDList1": [ + 420224 + ], + "MazeGroupID2": 8, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3003015 + ], + "EventIDList2": [ + 420234 + ], + "MazeBuffID": 3110007 + }, + { + "ID": 30081, + "Name": { + "Hash": -1005713078, + "Hash64": 2217094858951314661 + }, + "GroupID": 3008, + "MapEntranceID": 3000204, + "MapEntranceID2": 3012602, + "Floor": 1, + "RewardID": 101401, + "DamageType1": [ + "Physical", + "Ice", + "Quantum", + "Imaginary" + ], + "DamageType2": [ + "Physical", + "Fire", + "Wind", + "Quantum" + ], + "ChallengeTargetID": [ + 3001, + 3002, + 3003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 3, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8025010 + ], + "EventIDList1": [ + 420251 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2034012 + ], + "EventIDList2": [ + 420241 + ], + "MazeBuffID": 3110008 + }, + { + "ID": 30082, + "Name": { + "Hash": -602428551, + "Hash64": 8585052147535044857 + }, + "GroupID": 3008, + "MapEntranceID": 3000204, + "MapEntranceID2": 3012602, + "PreChallengeMazeID": 30081, + "Floor": 2, + "RewardID": 101402, + "DamageType1": [ + "Physical", + "Ice", + "Quantum", + "Imaginary" + ], + "DamageType2": [ + "Physical", + "Fire", + "Wind", + "Quantum" + ], + "ChallengeTargetID": [ + 3001, + 3002, + 3003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 3, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8025010 + ], + "EventIDList1": [ + 420252 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2034012 + ], + "EventIDList2": [ + 420242 + ], + "MazeBuffID": 3110008 + }, + { + "ID": 30083, + "Name": { + "Hash": 2126454804, + "Hash64": 3765922882685792059 + }, + "GroupID": 3008, + "MapEntranceID": 3000204, + "MapEntranceID2": 3012602, + "PreChallengeMazeID": 30082, + "Floor": 3, + "RewardID": 101403, + "DamageType1": [ + "Physical", + "Ice", + "Quantum", + "Imaginary" + ], + "DamageType2": [ + "Physical", + "Fire", + "Wind", + "Quantum" + ], + "ChallengeTargetID": [ + 3001, + 3002, + 3003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 3, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8025010 + ], + "EventIDList1": [ + 420253 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2034012 + ], + "EventIDList2": [ + 420243 + ], + "MazeBuffID": 3110008 + }, + { + "ID": 30084, + "Name": { + "Hash": -1765227965, + "Hash64": 17594548311166054762 + }, + "GroupID": 3008, + "MapEntranceID": 3000204, + "MapEntranceID2": 3012602, + "PreChallengeMazeID": 30083, + "Floor": 4, + "RewardID": 101404, + "DamageType1": [ + "Physical", + "Ice", + "Quantum", + "Imaginary" + ], + "DamageType2": [ + "Physical", + "Fire", + "Wind", + "Quantum" + ], + "ChallengeTargetID": [ + 3001, + 3002, + 3003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 3, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8025010 + ], + "EventIDList1": [ + 420254 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2034012 + ], + "EventIDList2": [ + 420244 + ], + "MazeBuffID": 3110008 + }, + { + "ID": 30091, + "Name": { + "Hash": -1005713077, + "Hash64": 14983590879173337173 + }, + "GroupID": 3009, + "MapEntranceID": 3012401, + "MapEntranceID2": 3000205, + "Floor": 1, + "RewardID": 101401, + "DamageType1": [ + "Fire", + "Thunder", + "Wind", + "Quantum" + ], + "DamageType2": [ + "Physical", + "Fire", + "Wind", + "Imaginary" + ], + "ChallengeTargetID": [ + 3001, + 3002, + 3003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 5, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1004012 + ], + "EventIDList1": [ + 420261 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2004012 + ], + "EventIDList2": [ + 420271 + ], + "MazeBuffID": 3110009 + }, + { + "ID": 30092, + "Name": { + "Hash": -602428550, + "Hash64": 6631265456107155068 + }, + "GroupID": 3009, + "MapEntranceID": 3012401, + "MapEntranceID2": 3000205, + "PreChallengeMazeID": 30091, + "Floor": 2, + "RewardID": 101402, + "DamageType1": [ + "Fire", + "Thunder", + "Wind", + "Quantum" + ], + "DamageType2": [ + "Physical", + "Fire", + "Wind", + "Imaginary" + ], + "ChallengeTargetID": [ + 3001, + 3002, + 3003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 5, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1004012 + ], + "EventIDList1": [ + 420262 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2004012 + ], + "EventIDList2": [ + 420272 + ], + "MazeBuffID": 3110009 + }, + { + "ID": 30093, + "Name": { + "Hash": 2126454805, + "Hash64": 8707611210264481920 + }, + "GroupID": 3009, + "MapEntranceID": 3012401, + "MapEntranceID2": 3000205, + "PreChallengeMazeID": 30092, + "Floor": 3, + "RewardID": 101403, + "DamageType1": [ + "Fire", + "Thunder", + "Wind", + "Quantum" + ], + "DamageType2": [ + "Physical", + "Fire", + "Wind", + "Imaginary" + ], + "ChallengeTargetID": [ + 3001, + 3002, + 3003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 5, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1004012 + ], + "EventIDList1": [ + 420263 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2004012 + ], + "EventIDList2": [ + 420273 + ], + "MazeBuffID": 3110009 + }, + { + "ID": 30094, + "Name": { + "Hash": -1765227964, + "Hash64": 6991459276853938910 + }, + "GroupID": 3009, + "MapEntranceID": 3012401, + "MapEntranceID2": 3000205, + "PreChallengeMazeID": 30093, + "Floor": 4, + "RewardID": 101404, + "DamageType1": [ + "Fire", + "Thunder", + "Wind", + "Quantum" + ], + "DamageType2": [ + "Physical", + "Fire", + "Wind", + "Imaginary" + ], + "ChallengeTargetID": [ + 3001, + 3002, + 3003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 5, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1004012 + ], + "EventIDList1": [ + 420264 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2004012 + ], + "EventIDList2": [ + 420274 + ], + "MazeBuffID": 3110009 + }, + { + "ID": 30101, + "Name": { + "Hash": -864550569, + "Hash64": 6197306311903082911 + }, + "GroupID": 3010, + "MapEntranceID": 3013102, + "MapEntranceID2": 3012501, + "Floor": 1, + "RewardID": 101401, + "DamageType1": [ + "Physical", + "Ice", + "Thunder", + "Quantum" + ], + "DamageType2": [ + "Physical", + "Fire", + "Ice", + "Wind" + ], + "ChallengeTargetID": [ + 3001, + 3002, + 3003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 4, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 4034013 + ], + "EventIDList1": [ + 420281 + ], + "MazeGroupID2": 6, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8015010 + ], + "EventIDList2": [ + 420291 + ], + "MazeBuffID": 3110010 + }, + { + "ID": 30102, + "Name": { + "Hash": 701533372, + "Hash64": 15478485372387898067 + }, + "GroupID": 3010, + "MapEntranceID": 3013102, + "MapEntranceID2": 3012501, + "PreChallengeMazeID": 30101, + "Floor": 2, + "RewardID": 101402, + "DamageType1": [ + "Physical", + "Ice", + "Thunder", + "Quantum" + ], + "DamageType2": [ + "Physical", + "Fire", + "Ice", + "Wind" + ], + "ChallengeTargetID": [ + 3001, + 3002, + 3003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 4, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 4034013 + ], + "EventIDList1": [ + 420282 + ], + "MazeGroupID2": 6, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8015010 + ], + "EventIDList2": [ + 420292 + ], + "MazeBuffID": 3110010 + }, + { + "ID": 30103, + "Name": { + "Hash": -2027349983, + "Hash64": 4651464174168300163 + }, + "GroupID": 3010, + "MapEntranceID": 3013102, + "MapEntranceID2": 3012501, + "PreChallengeMazeID": 30102, + "Floor": 3, + "RewardID": 101403, + "DamageType1": [ + "Physical", + "Ice", + "Thunder", + "Quantum" + ], + "DamageType2": [ + "Physical", + "Fire", + "Ice", + "Wind" + ], + "ChallengeTargetID": [ + 3001, + 3002, + 3003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 4, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 4034013 + ], + "EventIDList1": [ + 420283 + ], + "MazeGroupID2": 6, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8015010 + ], + "EventIDList2": [ + 420293 + ], + "MazeBuffID": 3110010 + }, + { + "ID": 30104, + "Name": { + "Hash": -461266042, + "Hash64": 14237069337536299160 + }, + "GroupID": 3010, + "MapEntranceID": 3013102, + "MapEntranceID2": 3012501, + "PreChallengeMazeID": 30103, + "Floor": 4, + "RewardID": 101404, + "DamageType1": [ + "Physical", + "Ice", + "Thunder", + "Quantum" + ], + "DamageType2": [ + "Physical", + "Fire", + "Ice", + "Wind" + ], + "ChallengeTargetID": [ + 3001, + 3002, + 3003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 4, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 4034013 + ], + "EventIDList1": [ + 420284 + ], + "MazeGroupID2": 6, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8015010 + ], + "EventIDList2": [ + 420294 + ], + "MazeBuffID": 3110010 + }, + { + "ID": 30111, + "Name": { + "Hash": -864550568, + "Hash64": 6123272866851677194 + }, + "GroupID": 3011, + "MapEntranceID": 3013102, + "MapEntranceID2": 3012501, + "Floor": 1, + "RewardID": 101401, + "DamageType1": [ + "Physical", + "Ice", + "Thunder", + "Quantum" + ], + "DamageType2": [ + "Physical", + "Fire", + "Ice", + "Wind" + ], + "ChallengeTargetID": [ + 3001, + 3002, + 3003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 4, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 4034013 + ], + "EventIDList1": [ + 420281 + ], + "MazeGroupID2": 6, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8015010 + ], + "EventIDList2": [ + 420291 + ], + "MazeBuffID": 3110010 + }, + { + "ID": 30112, + "Name": { + "Hash": 701533373, + "Hash64": 7818638058964677208 + }, + "GroupID": 3011, + "MapEntranceID": 3013102, + "MapEntranceID2": 3012501, + "PreChallengeMazeID": 30111, + "Floor": 2, + "RewardID": 101402, + "DamageType1": [ + "Physical", + "Ice", + "Thunder", + "Quantum" + ], + "DamageType2": [ + "Physical", + "Fire", + "Ice", + "Wind" + ], + "ChallengeTargetID": [ + 3001, + 3002, + 3003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 4, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 4034013 + ], + "EventIDList1": [ + 420282 + ], + "MazeGroupID2": 6, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8015010 + ], + "EventIDList2": [ + 420292 + ], + "MazeBuffID": 3110010 + }, + { + "ID": 30113, + "Name": { + "Hash": -2027349982, + "Hash64": 5993399879706812629 + }, + "GroupID": 3011, + "MapEntranceID": 3013102, + "MapEntranceID2": 3012501, + "PreChallengeMazeID": 30112, + "Floor": 3, + "RewardID": 101403, + "DamageType1": [ + "Physical", + "Ice", + "Thunder", + "Quantum" + ], + "DamageType2": [ + "Physical", + "Fire", + "Ice", + "Wind" + ], + "ChallengeTargetID": [ + 3001, + 3002, + 3003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 4, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 4034013 + ], + "EventIDList1": [ + 420283 + ], + "MazeGroupID2": 6, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8015010 + ], + "EventIDList2": [ + 420293 + ], + "MazeBuffID": 3110010 + }, + { + "ID": 30114, + "Name": { + "Hash": -461266041, + "Hash64": 8731830662231844023 + }, + "GroupID": 3011, + "MapEntranceID": 3013102, + "MapEntranceID2": 3012501, + "PreChallengeMazeID": 30113, + "Floor": 4, + "RewardID": 101404, + "DamageType1": [ + "Physical", + "Ice", + "Thunder", + "Quantum" + ], + "DamageType2": [ + "Physical", + "Fire", + "Ice", + "Wind" + ], + "ChallengeTargetID": [ + 3001, + 3002, + 3003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 4, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 4034013 + ], + "EventIDList1": [ + 420284 + ], + "MazeGroupID2": 6, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8015010 + ], + "EventIDList2": [ + 420294 + ], + "MazeBuffID": 3110010 + }, + { + "ID": 20011, + "Name": { + "Hash": 1100449586, + "Hash64": 3413375142382921872 + }, + "GroupID": 2001, + "MapEntranceID": 3000205, + "MapEntranceID2": 3000205, + "Floor": 1, + "RewardID": 101401, + "DamageType1": [ + "Thunder", + "Imaginary" + ], + "DamageType2": [ + "Ice", + "Wind" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1023010 + ], + "EventIDList1": [ + 30019011 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2023020 + ], + "EventIDList2": [ + 30019012 + ], + "MazeBuffID": 3031001 + }, + { + "ID": 20012, + "Name": { + "Hash": 1100449587, + "Hash64": 17590753373597258468 + }, + "GroupID": 2001, + "MapEntranceID": 3000205, + "MapEntranceID2": 3000205, + "PreChallengeMazeID": 20011, + "Floor": 2, + "RewardID": 101402, + "DamageType1": [ + "Physical", + "Quantum" + ], + "DamageType2": [ + "Fire", + "Ice" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003020 + ], + "EventIDList1": [ + 30019021 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8003050 + ], + "EventIDList2": [ + 30019022 + ], + "MazeBuffID": 3031001 + }, + { + "ID": 20013, + "Name": { + "Hash": 1100449588, + "Hash64": 14431995246487766356 + }, + "GroupID": 2001, + "MapEntranceID": 3000205, + "MapEntranceID2": 3000205, + "PreChallengeMazeID": 20012, + "Floor": 3, + "RewardID": 101403, + "DamageType1": [ + "Physical", + "Thunder" + ], + "DamageType2": [ + "Fire", + "Ice" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023030 + ], + "EventIDList1": [ + 30019031 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8033010 + ], + "EventIDList2": [ + 30019032 + ], + "MazeBuffID": 3031001 + }, + { + "ID": 20014, + "Name": { + "Hash": 1100449581, + "Hash64": 8244609933075203949 + }, + "GroupID": 2001, + "MapEntranceID": 3000205, + "MapEntranceID2": 3000205, + "PreChallengeMazeID": 20013, + "Floor": 4, + "RewardID": 101404, + "DamageType1": [ + "Physical", + "Ice" + ], + "DamageType2": [ + "Fire", + "Thunder" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1004020 + ], + "EventIDList1": [ + 30019041 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1014010 + ], + "EventIDList2": [ + 30019042 + ], + "MazeBuffID": 3031001 + }, + { + "ID": 20021, + "Name": { + "Hash": -1628433769, + "Hash64": 7958814052716324546 + }, + "GroupID": 2002, + "MapEntranceID": 30002061, + "MapEntranceID2": 30002061, + "Floor": 1, + "RewardID": 101401, + "DamageType1": [ + "Fire", + "Wind" + ], + "DamageType2": [ + "Physical", + "Thunder" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 13, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023020 + ], + "EventIDList1": [ + 30021011 + ], + "MazeGroupID2": 14, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2023030 + ], + "EventIDList2": [ + 30021012 + ], + "MazeBuffID": 3031002 + }, + { + "ID": 20022, + "Name": { + "Hash": -1628433768, + "Hash64": 15722601654211767278 + }, + "GroupID": 2002, + "MapEntranceID": 30002061, + "MapEntranceID2": 30002061, + "PreChallengeMazeID": 20021, + "Floor": 2, + "RewardID": 101402, + "DamageType1": [ + "Thunder", + "Wind" + ], + "DamageType2": [ + "Fire", + "Quantum" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 13, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003040 + ], + "EventIDList1": [ + 30021021 + ], + "MazeGroupID2": 14, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8003010 + ], + "EventIDList2": [ + 30021022 + ], + "MazeBuffID": 3031002 + }, + { + "ID": 20023, + "Name": { + "Hash": -1628433767, + "Hash64": 11653514607088402733 + }, + "GroupID": 2002, + "MapEntranceID": 30002061, + "MapEntranceID2": 30002061, + "PreChallengeMazeID": 20022, + "Floor": 3, + "RewardID": 101403, + "DamageType1": [ + "Physical", + "Wind" + ], + "DamageType2": [ + "Thunder", + "Imaginary" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 13, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003030 + ], + "EventIDList1": [ + 30021031 + ], + "MazeGroupID2": 14, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2013020 + ], + "EventIDList2": [ + 30021032 + ], + "MazeBuffID": 3031002 + }, + { + "ID": 20024, + "Name": { + "Hash": -1628433774, + "Hash64": 8451483145092514011 + }, + "GroupID": 2002, + "MapEntranceID": 30002061, + "MapEntranceID2": 30002061, + "PreChallengeMazeID": 20023, + "Floor": 4, + "RewardID": 101404, + "DamageType1": [ + "Thunder", + "Wind" + ], + "DamageType2": [ + "Fire", + "Ice" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 13, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2004020 + ], + "EventIDList1": [ + 30021041 + ], + "MazeGroupID2": 14, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3024010 + ], + "EventIDList2": [ + 30021042 + ], + "MazeBuffID": 3031002 + }, + { + "ID": 20031, + "Name": { + "Hash": -62349828, + "Hash64": 13671127678302764309 + }, + "GroupID": 2003, + "MapEntranceID": 3000203, + "MapEntranceID2": 3000203, + "Floor": 1, + "RewardID": 101401, + "DamageType1": [ + "Physical", + "Ice" + ], + "DamageType2": [ + "Thunder", + "Wind" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 4, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1003010 + ], + "EventIDList1": [ + 30301011 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8003040 + ], + "EventIDList2": [ + 30301012 + ], + "MazeBuffID": 3031003 + }, + { + "ID": 20032, + "Name": { + "Hash": -62349827, + "Hash64": 9902894286236377710 + }, + "GroupID": 2003, + "MapEntranceID": 3000203, + "MapEntranceID2": 3000203, + "PreChallengeMazeID": 20031, + "Floor": 2, + "RewardID": 101402, + "DamageType1": [ + "Fire", + "Quantum" + ], + "DamageType2": [ + "Ice", + "Thunder" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 4, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003010 + ], + "EventIDList1": [ + 30301021 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2023030 + ], + "EventIDList2": [ + 30301022 + ], + "MazeBuffID": 3031003 + }, + { + "ID": 20033, + "Name": { + "Hash": -62349826, + "Hash64": 9321902858128676781 + }, + "GroupID": 2003, + "MapEntranceID": 3000203, + "MapEntranceID2": 3000203, + "PreChallengeMazeID": 20032, + "Floor": 3, + "RewardID": 101403, + "DamageType1": [ + "Physical", + "Fire" + ], + "DamageType2": [ + "Thunder", + "Wind" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 4, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 3003020 + ], + "EventIDList1": [ + 30301031 + ], + "MazeGroupID2": 5, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3003010 + ], + "EventIDList2": [ + 30301032 + ], + "MazeBuffID": 3031003 + }, + { + "ID": 20034, + "Name": { + "Hash": -62349833, + "Hash64": 10663877039965376581 + }, + "GroupID": 2003, + "MapEntranceID": 3000203, + "MapEntranceID2": 3000203, + "PreChallengeMazeID": 20033, + "Floor": 4, + "RewardID": 101404, + "DamageType1": [ + "Fire", + "Ice" + ], + "DamageType2": [ + "Thunder", + "Imaginary" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 4, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2024010 + ], + "EventIDList1": [ + 30301041 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1023010 + ], + "EventIDList2": [ + 30301042 + ], + "MazeBuffID": 3031003 + }, + { + "ID": 20041, + "Name": { + "Hash": 1503734113, + "Hash64": 6653407260561769493 + }, + "GroupID": 2004, + "MapEntranceID": 3000301, + "MapEntranceID2": 3000301, + "Floor": 1, + "RewardID": 101401, + "DamageType1": [ + "Physical", + "Imaginary" + ], + "DamageType2": [ + "Fire", + "Thunder" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2013020 + ], + "EventIDList1": [ + 30302011 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1013010 + ], + "EventIDList2": [ + 30302012 + ], + "MazeBuffID": 3031001 + }, + { + "ID": 20042, + "Name": { + "Hash": 1503734114, + "Hash64": 434444583364408719 + }, + "GroupID": 2004, + "MapEntranceID": 3000301, + "MapEntranceID2": 3000301, + "PreChallengeMazeID": 20041, + "Floor": 2, + "RewardID": 101402, + "DamageType1": [ + "Wind", + "Quantum" + ], + "DamageType2": [ + "Ice", + "Thunder" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003030 + ], + "EventIDList1": [ + 30302021 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2023030 + ], + "EventIDList2": [ + 30302022 + ], + "MazeBuffID": 3031001 + }, + { + "ID": 20043, + "Name": { + "Hash": 1503734115, + "Hash64": 5315556075339678499 + }, + "GroupID": 2004, + "MapEntranceID": 3000301, + "MapEntranceID2": 3000301, + "PreChallengeMazeID": 20042, + "Floor": 3, + "RewardID": 101403, + "DamageType1": [ + "Physical", + "Fire" + ], + "DamageType2": [ + "Thunder", + "Imaginary" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 3003020 + ], + "EventIDList1": [ + 30302031 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1013020 + ], + "EventIDList2": [ + 30302032 + ], + "MazeBuffID": 3031001 + }, + { + "ID": 20044, + "Name": { + "Hash": 1503734108, + "Hash64": 11664652635834347901 + }, + "GroupID": 2004, + "MapEntranceID": 3000301, + "MapEntranceID2": 3000301, + "PreChallengeMazeID": 20043, + "Floor": 4, + "RewardID": 101404, + "DamageType1": [ + "Physical", + "Ice" + ], + "DamageType2": [ + "Thunder", + "Wind" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1004020 + ], + "EventIDList1": [ + 30302041 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1004010 + ], + "EventIDList2": [ + 30302042 + ], + "MazeBuffID": 3031001 + }, + { + "ID": 20051, + "Name": { + "Hash": -1225149242, + "Hash64": 323003797294062538 + }, + "GroupID": 2005, + "MapEntranceID": 3012201, + "MapEntranceID2": 3012201, + "Floor": 1, + "RewardID": 101401, + "DamageType1": [ + "Physical", + "Ice" + ], + "DamageType2": [ + "Thunder", + "Imaginary" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 7, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1003010 + ], + "EventIDList1": [ + 30303011 + ], + "MazeGroupID2": 8, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1023010 + ], + "EventIDList2": [ + 30303012 + ], + "MazeBuffID": 3031003 + }, + { + "ID": 20052, + "Name": { + "Hash": -1225149241, + "Hash64": 14643119213580537828 + }, + "GroupID": 2005, + "MapEntranceID": 3012201, + "MapEntranceID2": 3012201, + "PreChallengeMazeID": 20051, + "Floor": 2, + "RewardID": 101402, + "DamageType1": [ + "Fire", + "Ice" + ], + "DamageType2": [ + "Thunder", + "Imaginary" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 7, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023020 + ], + "EventIDList1": [ + 30303021 + ], + "MazeGroupID2": 8, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3013010 + ], + "EventIDList2": [ + 30303022 + ], + "MazeBuffID": 3031003 + }, + { + "ID": 20053, + "Name": { + "Hash": -1225149240, + "Hash64": 17593824548667381698 + }, + "GroupID": 2005, + "MapEntranceID": 3012201, + "MapEntranceID2": 3012201, + "PreChallengeMazeID": 20052, + "Floor": 3, + "RewardID": 101403, + "DamageType1": [ + "Physical", + "Imaginary" + ], + "DamageType2": [ + "Thunder", + "Wind" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 7, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8013010 + ], + "EventIDList1": [ + 30303031 + ], + "MazeGroupID2": 8, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8003040 + ], + "EventIDList2": [ + 30303032 + ], + "MazeBuffID": 3031003 + }, + { + "ID": 20054, + "Name": { + "Hash": -1225149247, + "Hash64": 15806153744508953225 + }, + "GroupID": 2005, + "MapEntranceID": 3012201, + "MapEntranceID2": 3012201, + "PreChallengeMazeID": 20053, + "Floor": 4, + "RewardID": 101404, + "DamageType1": [ + "Fire", + "Ice" + ], + "DamageType2": [ + "Thunder", + "Imaginary" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 7, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1004030 + ], + "EventIDList1": [ + 30303041 + ], + "MazeGroupID2": 8, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3024020 + ], + "EventIDList2": [ + 30303042 + ], + "MazeBuffID": 3031003 + }, + { + "ID": 20061, + "Name": { + "Hash": 340934699, + "Hash64": 123542373968444926 + }, + "GroupID": 2006, + "MapEntranceID": 3000201, + "MapEntranceID2": 3000201, + "Floor": 1, + "RewardID": 101401, + "DamageType1": [ + "Ice", + "Thunder" + ], + "DamageType2": [ + "Fire", + "Wind" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1013010 + ], + "EventIDList1": [ + 30304011 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2023020 + ], + "EventIDList2": [ + 30304012 + ], + "MazeBuffID": 3031002 + }, + { + "ID": 20062, + "Name": { + "Hash": 340934700, + "Hash64": 4363766910070840636 + }, + "GroupID": 2006, + "MapEntranceID": 3000201, + "MapEntranceID2": 3000201, + "PreChallengeMazeID": 20061, + "Floor": 2, + "RewardID": 101402, + "DamageType1": [ + "Fire", + "Imaginary" + ], + "DamageType2": [ + "Thunder", + "Wind" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003050 + ], + "EventIDList1": [ + 30304021 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8003040 + ], + "EventIDList2": [ + 30304022 + ], + "MazeBuffID": 3031002 + }, + { + "ID": 20063, + "Name": { + "Hash": 340934701, + "Hash64": 2330992799186259508 + }, + "GroupID": 2006, + "MapEntranceID": 3000201, + "MapEntranceID2": 3000201, + "PreChallengeMazeID": 20062, + "Floor": 3, + "RewardID": 101403, + "DamageType1": [ + "Ice", + "Thunder" + ], + "DamageType2": [ + "Fire", + "Wind" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1013010 + ], + "EventIDList1": [ + 30304031 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2023020 + ], + "EventIDList2": [ + 30304032 + ], + "MazeBuffID": 3031002 + }, + { + "ID": 20064, + "Name": { + "Hash": 340934694, + "Hash64": 1197353629547754597 + }, + "GroupID": 2006, + "MapEntranceID": 3000201, + "MapEntranceID2": 3000201, + "PreChallengeMazeID": 20063, + "Floor": 4, + "RewardID": 101404, + "DamageType1": [ + "Physical", + "Fire" + ], + "DamageType2": [ + "Thunder", + "Wind" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2004010 + ], + "EventIDList1": [ + 30304041 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1014010 + ], + "EventIDList2": [ + 30304042 + ], + "MazeBuffID": 3031002 + }, + { + "ID": 20071, + "Name": { + "Hash": 1907018640, + "Hash64": 13684867848943814898 + }, + "GroupID": 2007, + "MapEntranceID": 3000501, + "MapEntranceID2": 3000501, + "Floor": 1, + "RewardID": 101401, + "DamageType1": [ + "Physical", + "Quantum" + ], + "DamageType2": [ + "Fire", + "Ice" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 20, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003030 + ], + "EventIDList1": [ + 30305011 + ], + "MazeGroupID2": 33, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8033010 + ], + "EventIDList2": [ + 30305012 + ], + "MazeBuffID": 3031004 + }, + { + "ID": 20072, + "Name": { + "Hash": 1907018641, + "Hash64": 9202861811259824633 + }, + "GroupID": 2007, + "MapEntranceID": 3000501, + "MapEntranceID2": 3000501, + "PreChallengeMazeID": 20071, + "Floor": 2, + "RewardID": 101402, + "DamageType1": [ + "Ice", + "Quantum" + ], + "DamageType2": [ + "Physical", + "Fire" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 20, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003020 + ], + "EventIDList1": [ + 30305021 + ], + "MazeGroupID2": 33, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3003050 + ], + "EventIDList2": [ + 30305022 + ], + "MazeBuffID": 3031004 + }, + { + "ID": 20073, + "Name": { + "Hash": 1907018642, + "Hash64": 12010852772995645127 + }, + "GroupID": 2007, + "MapEntranceID": 3000501, + "MapEntranceID2": 3000501, + "PreChallengeMazeID": 20072, + "Floor": 3, + "RewardID": 101403, + "DamageType1": [ + "Physical", + "Quantum" + ], + "DamageType2": [ + "Fire", + "Ice" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 20, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003030 + ], + "EventIDList1": [ + 30305031 + ], + "MazeGroupID2": 33, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8033010 + ], + "EventIDList2": [ + 30305032 + ], + "MazeBuffID": 3031004 + }, + { + "ID": 20074, + "Name": { + "Hash": 1907018635, + "Hash64": 16928825214393142609 + }, + "GroupID": 2007, + "MapEntranceID": 3000501, + "MapEntranceID2": 3000501, + "PreChallengeMazeID": 20073, + "Floor": 4, + "RewardID": 101404, + "DamageType1": [ + "Physical", + "Imaginary" + ], + "DamageType2": [ + "Fire", + "Quantum" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 20, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1004020 + ], + "EventIDList1": [ + 30305041 + ], + "MazeGroupID2": 33, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2024010 + ], + "EventIDList2": [ + 30305042 + ], + "MazeBuffID": 3031004 + }, + { + "ID": 20081, + "Name": { + "Hash": -821864715, + "Hash64": 2965871158514917760 + }, + "GroupID": 2008, + "MapEntranceID": 3000301, + "MapEntranceID2": 3000301, + "Floor": 1, + "RewardID": 101401, + "DamageType1": [ + "Physical", + "Quantum" + ], + "DamageType2": [ + "Thunder", + "Imaginary" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003030 + ], + "EventIDList1": [ + 30306011 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2013020 + ], + "EventIDList2": [ + 30306012 + ], + "MazeBuffID": 3031001 + }, + { + "ID": 20082, + "Name": { + "Hash": -821864714, + "Hash64": 12703477931001921304 + }, + "GroupID": 2008, + "MapEntranceID": 3000301, + "MapEntranceID2": 3000301, + "PreChallengeMazeID": 20081, + "Floor": 2, + "RewardID": 101402, + "DamageType1": [ + "Fire", + "Ice" + ], + "DamageType2": [ + "Thunder", + "Wind" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003050 + ], + "EventIDList1": [ + 30306021 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8003040 + ], + "EventIDList2": [ + 30306022 + ], + "MazeBuffID": 3031001 + }, + { + "ID": 20083, + "Name": { + "Hash": -821864713, + "Hash64": 5500134207278812820 + }, + "GroupID": 2008, + "MapEntranceID": 3000301, + "MapEntranceID2": 3000301, + "PreChallengeMazeID": 20082, + "Floor": 3, + "RewardID": 101403, + "DamageType1": [ + "Physical", + "Quantum" + ], + "DamageType2": [ + "Thunder", + "Imaginary" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003030 + ], + "EventIDList1": [ + 30306031 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2013020 + ], + "EventIDList2": [ + 30306032 + ], + "MazeBuffID": 3031001 + }, + { + "ID": 20084, + "Name": { + "Hash": -821864720, + "Hash64": 7679567059308339374 + }, + "GroupID": 2008, + "MapEntranceID": 3000301, + "MapEntranceID2": 3000301, + "PreChallengeMazeID": 20083, + "Floor": 4, + "RewardID": 101404, + "DamageType1": [ + "Physical", + "Quantum" + ], + "DamageType2": [ + "Fire", + "Thunder" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2004010 + ], + "EventIDList1": [ + 30306041 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1004010 + ], + "EventIDList2": [ + 30306042 + ], + "MazeBuffID": 3031001 + }, + { + "ID": 20091, + "Name": { + "Hash": 744219226, + "Hash64": 1815673171246272273 + }, + "GroupID": 2009, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "Floor": 1, + "RewardID": 101401, + "DamageType1": [ + "Physical", + "Thunder" + ], + "DamageType2": [ + "Fire", + "Quantum" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2013020 + ], + "EventIDList1": [ + 30307011 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8003010 + ], + "EventIDList2": [ + 30307012 + ], + "MazeBuffID": 3031005 + }, + { + "ID": 20092, + "Name": { + "Hash": 744219227, + "Hash64": 15143223854432899328 + }, + "GroupID": 2009, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreChallengeMazeID": 20091, + "Floor": 2, + "RewardID": 101402, + "DamageType1": [ + "Ice", + "Wind" + ], + "DamageType2": [ + "Fire", + "Imaginary" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023020 + ], + "EventIDList1": [ + 30307021 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8033010 + ], + "EventIDList2": [ + 30307022 + ], + "MazeBuffID": 3031005 + }, + { + "ID": 20093, + "Name": { + "Hash": 744219228, + "Hash64": 17780327257763683909 + }, + "GroupID": 2009, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreChallengeMazeID": 20092, + "Floor": 3, + "RewardID": 101403, + "DamageType1": [ + "Physical", + "Thunder" + ], + "DamageType2": [ + "Fire", + "Quantum" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2013020 + ], + "EventIDList1": [ + 30307031 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8003010 + ], + "EventIDList2": [ + 30307032 + ], + "MazeBuffID": 3031005 + }, + { + "ID": 20094, + "Name": { + "Hash": 744219221, + "Hash64": 16644239578338024516 + }, + "GroupID": 2009, + "MapEntranceID": 3000101, + "MapEntranceID2": 3000101, + "PreChallengeMazeID": 20093, + "Floor": 4, + "RewardID": 101404, + "DamageType1": [ + "Thunder", + "Quantum" + ], + "DamageType2": [ + "Fire", + "Imaginary" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 2, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1004010 + ], + "EventIDList1": [ + 30307041 + ], + "MazeGroupID2": 3, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1004030 + ], + "EventIDList2": [ + 30307042 + ], + "MazeBuffID": 3031005 + }, + { + "ID": 20101, + "Name": { + "Hash": -465634260, + "Hash64": 7787146419911358051 + }, + "GroupID": 2010, + "MapEntranceID": 3000202, + "MapEntranceID2": 3000202, + "Floor": 1, + "RewardID": 101401, + "DamageType1": [ + "Physical", + "Quantum" + ], + "DamageType2": [ + "Fire", + "Thunder" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 5, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1003010 + ], + "EventIDList1": [ + 30308011 + ], + "MazeGroupID2": 6, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1013010 + ], + "EventIDList2": [ + 30308012 + ], + "MazeBuffID": 3031002 + }, + { + "ID": 20102, + "Name": { + "Hash": -465634257, + "Hash64": 8956344438016024911 + }, + "GroupID": 2010, + "MapEntranceID": 3000202, + "MapEntranceID2": 3000202, + "PreChallengeMazeID": 20101, + "Floor": 2, + "RewardID": 101402, + "DamageType1": [ + "Fire", + "Imaginary" + ], + "DamageType2": [ + "Thunder", + "Wind" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 5, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8033010 + ], + "EventIDList1": [ + 30308021 + ], + "MazeGroupID2": 6, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2033010 + ], + "EventIDList2": [ + 30308022 + ], + "MazeBuffID": 3031002 + }, + { + "ID": 20103, + "Name": { + "Hash": -465634258, + "Hash64": 973209121076940652 + }, + "GroupID": 2010, + "MapEntranceID": 3000202, + "MapEntranceID2": 3000202, + "PreChallengeMazeID": 20102, + "Floor": 3, + "RewardID": 101403, + "DamageType1": [ + "Physical", + "Quantum" + ], + "DamageType2": [ + "Fire", + "Thunder" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 5, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1003010 + ], + "EventIDList1": [ + 30308031 + ], + "MazeGroupID2": 6, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1013010 + ], + "EventIDList2": [ + 30308032 + ], + "MazeBuffID": 3031002 + }, + { + "ID": 20104, + "Name": { + "Hash": -465634263, + "Hash64": 8791990337571524029 + }, + "GroupID": 2010, + "MapEntranceID": 3000202, + "MapEntranceID2": 3000202, + "PreChallengeMazeID": 20103, + "Floor": 4, + "RewardID": 101404, + "DamageType1": [ + "Fire", + "Imaginary" + ], + "DamageType2": [ + "Thunder", + "Wind" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 5, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1004030 + ], + "EventIDList1": [ + 30308041 + ], + "MazeGroupID2": 6, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2004020 + ], + "EventIDList2": [ + 30308042 + ], + "MazeBuffID": 3031002 + }, + { + "ID": 20111, + "Name": { + "Hash": 1100449681, + "Hash64": 8592285725220008410 + }, + "GroupID": 2011, + "MapEntranceID": 3012701, + "MapEntranceID2": 3012701, + "Floor": 1, + "RewardID": 101401, + "DamageType1": [ + "Ice", + "Thunder" + ], + "DamageType2": [ + "Physical", + "Imaginary" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 9, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023030 + ], + "EventIDList1": [ + 30309011 + ], + "MazeGroupID2": 10, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2013020 + ], + "EventIDList2": [ + 30309012 + ], + "MazeBuffID": 3031200 + }, + { + "ID": 20112, + "Name": { + "Hash": 1100449684, + "Hash64": 9359160681718195849 + }, + "GroupID": 2011, + "MapEntranceID": 3012701, + "MapEntranceID2": 3012701, + "PreChallengeMazeID": 20111, + "Floor": 2, + "RewardID": 101402, + "DamageType1": [ + "Fire", + "Imaginary" + ], + "DamageType2": [ + "Ice", + "Quantum" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 9, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 3003030 + ], + "EventIDList1": [ + 30309021 + ], + "MazeGroupID2": 10, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 1003010 + ], + "EventIDList2": [ + 30309022 + ], + "MazeBuffID": 3031200 + }, + { + "ID": 20113, + "Name": { + "Hash": 1100449683, + "Hash64": 15433888549817233630 + }, + "GroupID": 2011, + "MapEntranceID": 3012701, + "MapEntranceID2": 3012701, + "PreChallengeMazeID": 20112, + "Floor": 3, + "RewardID": 101403, + "DamageType1": [ + "Ice", + "Thunder" + ], + "DamageType2": [ + "Physical", + "Imaginary" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 9, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023030 + ], + "EventIDList1": [ + 30309031 + ], + "MazeGroupID2": 10, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2013020 + ], + "EventIDList2": [ + 30309032 + ], + "MazeBuffID": 3031200 + }, + { + "ID": 20114, + "Name": { + "Hash": 1100449678, + "Hash64": 15651047103608502918 + }, + "GroupID": 2011, + "MapEntranceID": 3012701, + "MapEntranceID2": 3012701, + "PreChallengeMazeID": 20113, + "Floor": 4, + "RewardID": 101404, + "DamageType1": [ + "Thunder", + "Imaginary" + ], + "DamageType2": [ + "Fire", + "Ice" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 9, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1004020 + ], + "EventIDList1": [ + 30309041 + ], + "MazeGroupID2": 10, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2024010 + ], + "EventIDList2": [ + 30309042 + ], + "MazeBuffID": 3031200 + }, + { + "ID": 20121, + "Name": { + "Hash": -1628433674, + "Hash64": 16695584556795572233 + }, + "GroupID": 2012, + "MapEntranceID": 3013002, + "MapEntranceID2": 3013002, + "Floor": 1, + "RewardID": 101401, + "DamageType1": [ + "Fire", + "Ice" + ], + "DamageType2": [ + "Physical", + "Imaginary" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8033010 + ], + "EventIDList1": [ + 30310011 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3003020 + ], + "EventIDList2": [ + 30310012 + ], + "MazeBuffID": 3031205 + }, + { + "ID": 20122, + "Name": { + "Hash": -1628433671, + "Hash64": 11582843081121062673 + }, + "GroupID": 2012, + "MapEntranceID": 3013002, + "MapEntranceID2": 3013002, + "PreChallengeMazeID": 20121, + "Floor": 2, + "RewardID": 101402, + "DamageType1": [ + "Ice", + "Thunder" + ], + "DamageType2": [ + "Physical", + "Imaginary" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023030 + ], + "EventIDList1": [ + 30310021 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2013020 + ], + "EventIDList2": [ + 30310022 + ], + "MazeBuffID": 3031205 + }, + { + "ID": 20123, + "Name": { + "Hash": -1628433672, + "Hash64": 12222110801160234197 + }, + "GroupID": 2012, + "MapEntranceID": 3013002, + "MapEntranceID2": 3013002, + "PreChallengeMazeID": 20122, + "Floor": 3, + "RewardID": 101403, + "DamageType1": [ + "Fire", + "Ice" + ], + "DamageType2": [ + "Physical", + "Imaginary" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8033010 + ], + "EventIDList1": [ + 30310031 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3003020 + ], + "EventIDList2": [ + 30310032 + ], + "MazeBuffID": 3031205 + }, + { + "ID": 20124, + "Name": { + "Hash": -1628433677, + "Hash64": 11868022901488265163 + }, + "GroupID": 2012, + "MapEntranceID": 3013002, + "MapEntranceID2": 3013002, + "PreChallengeMazeID": 20123, + "Floor": 4, + "RewardID": 101404, + "DamageType1": [ + "Thunder", + "Quantum" + ], + "DamageType2": [ + "Physical", + "Ice" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 8, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1004010 + ], + "EventIDList1": [ + 30310041 + ], + "MazeGroupID2": 9, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3024010 + ], + "EventIDList2": [ + 30310042 + ], + "MazeBuffID": 3031205 + }, + { + "ID": 20131, + "Name": { + "Hash": -62349733, + "Hash64": 4256740477472455673 + }, + "GroupID": 2013, + "MapEntranceID": 3013101, + "MapEntranceID2": 3013101, + "Floor": 1, + "RewardID": 101401, + "DamageType1": [ + "Fire", + "Ice" + ], + "DamageType2": [ + "Physical", + "Quantum" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 10, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8033010 + ], + "EventIDList1": [ + 30311011 + ], + "MazeGroupID2": 11, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 4023010 + ], + "EventIDList2": [ + 30311012 + ], + "MazeBuffID": 3031210 + }, + { + "ID": 20132, + "Name": { + "Hash": -62349730, + "Hash64": 9084073262146110931 + }, + "GroupID": 2013, + "MapEntranceID": 3013101, + "MapEntranceID2": 3013101, + "PreChallengeMazeID": 20131, + "Floor": 2, + "RewardID": 101402, + "DamageType1": [ + "Wind", + "Quantum" + ], + "DamageType2": [ + "Ice", + "Thunder" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 10, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003030 + ], + "EventIDList1": [ + 30311021 + ], + "MazeGroupID2": 11, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 4013010 + ], + "EventIDList2": [ + 30311022 + ], + "MazeBuffID": 3031210 + }, + { + "ID": 20133, + "Name": { + "Hash": -62349731, + "Hash64": 13256202031878399740 + }, + "GroupID": 2013, + "MapEntranceID": 3013101, + "MapEntranceID2": 3013101, + "PreChallengeMazeID": 20132, + "Floor": 3, + "RewardID": 101403, + "DamageType1": [ + "Fire", + "Ice" + ], + "DamageType2": [ + "Physical", + "Quantum" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 10, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8033010 + ], + "EventIDList1": [ + 30311031 + ], + "MazeGroupID2": 11, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 4023010 + ], + "EventIDList2": [ + 30311032 + ], + "MazeBuffID": 3031210 + }, + { + "ID": 20134, + "Name": { + "Hash": -62349736, + "Hash64": 1455696385919084564 + }, + "GroupID": 2013, + "MapEntranceID": 3013101, + "MapEntranceID2": 3013101, + "PreChallengeMazeID": 20133, + "Floor": 4, + "RewardID": 101404, + "DamageType1": [ + "Ice", + "Imaginary" + ], + "DamageType2": [ + "Thunder", + "Quantum" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 10, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8024011 + ], + "EventIDList1": [ + 30311041 + ], + "MazeGroupID2": 11, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 4014012 + ], + "EventIDList2": [ + 30311042 + ], + "MazeBuffID": 3031210 + }, + { + "ID": 20141, + "Name": { + "Hash": 1503734208, + "Hash64": 10557128067060204186 + }, + "GroupID": 2014, + "MapEntranceID": 3013001, + "MapEntranceID2": 3013001, + "Floor": 1, + "RewardID": 101401, + "DamageType1": [ + "Thunder", + "Imaginary" + ], + "DamageType2": [ + "Ice", + "Quantum" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 20, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2033010 + ], + "EventIDList1": [ + 30312011 + ], + "MazeGroupID2": 21, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 4013010 + ], + "EventIDList2": [ + 30312012 + ], + "MazeBuffID": 3031200 + }, + { + "ID": 20142, + "Name": { + "Hash": 1503734211, + "Hash64": 16694372277475401577 + }, + "GroupID": 2014, + "MapEntranceID": 3013001, + "MapEntranceID2": 3013001, + "PreChallengeMazeID": 20141, + "Floor": 2, + "RewardID": 101402, + "DamageType1": [ + "Wind", + "Quantum" + ], + "DamageType2": [ + "Ice", + "Thunder" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 20, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 8003030 + ], + "EventIDList1": [ + 30312021 + ], + "MazeGroupID2": 21, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2023030 + ], + "EventIDList2": [ + 30312022 + ], + "MazeBuffID": 3031200 + }, + { + "ID": 20143, + "Name": { + "Hash": 1503734210, + "Hash64": 10361590457676692693 + }, + "GroupID": 2014, + "MapEntranceID": 3013001, + "MapEntranceID2": 3013001, + "PreChallengeMazeID": 20142, + "Floor": 3, + "RewardID": 101403, + "DamageType1": [ + "Thunder", + "Imaginary" + ], + "DamageType2": [ + "Ice", + "Quantum" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 20, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2033010 + ], + "EventIDList1": [ + 30312031 + ], + "MazeGroupID2": 21, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 4013010 + ], + "EventIDList2": [ + 30312032 + ], + "MazeBuffID": 3031200 + }, + { + "ID": 20144, + "Name": { + "Hash": 1503734205, + "Hash64": 14785183353819025533 + }, + "GroupID": 2014, + "MapEntranceID": 3013001, + "MapEntranceID2": 3013001, + "PreChallengeMazeID": 20143, + "Floor": 4, + "RewardID": 101404, + "DamageType1": [ + "Physical", + "Imaginary" + ], + "DamageType2": [ + "Ice", + "Quantum" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 20, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2004010 + ], + "EventIDList1": [ + 30312041 + ], + "MazeGroupID2": 21, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 4034010 + ], + "EventIDList2": [ + 30312042 + ], + "MazeBuffID": 3031200 + }, + { + "ID": 20151, + "Name": { + "Hash": -1225149147, + "Hash64": 17423760210107265320 + }, + "GroupID": 2015, + "MapEntranceID": 3012101, + "MapEntranceID2": 3012101, + "Floor": 1, + "RewardID": 101401, + "DamageType1": [ + "Physical", + "Thunder" + ], + "DamageType2": [ + "Wind", + "Quantum" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2013020 + ], + "EventIDList1": [ + 30313011 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 4033010 + ], + "EventIDList2": [ + 30313012 + ], + "MazeBuffID": 3031205 + }, + { + "ID": 20152, + "Name": { + "Hash": -1225149144, + "Hash64": 871942403079930885 + }, + "GroupID": 2015, + "MapEntranceID": 3012101, + "MapEntranceID2": 3012101, + "PreChallengeMazeID": 20151, + "Floor": 2, + "RewardID": 101402, + "DamageType1": [ + "Physical", + "Ice" + ], + "DamageType2": [ + "Quantum", + "Imaginary" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023030 + ], + "EventIDList1": [ + 30313021 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 4023010 + ], + "EventIDList2": [ + 30313022 + ], + "MazeBuffID": 3031205 + }, + { + "ID": 20153, + "Name": { + "Hash": -1225149145, + "Hash64": 17575517864829532672 + }, + "GroupID": 2015, + "MapEntranceID": 3012101, + "MapEntranceID2": 3012101, + "PreChallengeMazeID": 20152, + "Floor": 3, + "RewardID": 101403, + "DamageType1": [ + "Physical", + "Thunder" + ], + "DamageType2": [ + "Wind", + "Quantum" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2013020 + ], + "EventIDList1": [ + 30313031 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 4033010 + ], + "EventIDList2": [ + 30313032 + ], + "MazeBuffID": 3031205 + }, + { + "ID": 20154, + "Name": { + "Hash": -1225149150, + "Hash64": 6765173776797835869 + }, + "GroupID": 2015, + "MapEntranceID": 3012101, + "MapEntranceID2": 3012101, + "PreChallengeMazeID": 20153, + "Floor": 4, + "RewardID": 101404, + "DamageType1": [ + "Physical", + "Ice" + ], + "DamageType2": [ + "Quantum", + "Imaginary" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 3024010 + ], + "EventIDList1": [ + 30313041 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8024011 + ], + "EventIDList2": [ + 30313042 + ], + "MazeBuffID": 3031205 + }, + { + "ID": 20161, + "Name": { + "Hash": 340934794, + "Hash64": 10759382638490313533 + }, + "GroupID": 2016, + "MapEntranceID": 3012602, + "MapEntranceID2": 3012602, + "Floor": 1, + "RewardID": 101401, + "DamageType1": [ + "Physical", + "Ice" + ], + "DamageType2": [ + "Thunder", + "Quantum" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023030 + ], + "EventIDList1": [ + 30314011 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3013010 + ], + "EventIDList2": [ + 30314012 + ], + "MazeBuffID": 3031215 + }, + { + "ID": 20162, + "Name": { + "Hash": 340934797, + "Hash64": 13982189910911357815 + }, + "GroupID": 2016, + "MapEntranceID": 3012602, + "MapEntranceID2": 3012602, + "PreChallengeMazeID": 20161, + "Floor": 2, + "RewardID": 101402, + "DamageType1": [ + "Physical", + "Thunder" + ], + "DamageType2": [ + "Physical", + "Wind" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 4033020 + ], + "EventIDList1": [ + 30314021 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 8003030 + ], + "EventIDList2": [ + 30314022 + ], + "MazeBuffID": 3031215 + }, + { + "ID": 20163, + "Name": { + "Hash": 340934796, + "Hash64": 14356702761403075749 + }, + "GroupID": 2016, + "MapEntranceID": 3012602, + "MapEntranceID2": 3012602, + "PreChallengeMazeID": 20162, + "Floor": 3, + "RewardID": 101403, + "DamageType1": [ + "Physical", + "Ice" + ], + "DamageType2": [ + "Thunder", + "Quantum" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 2023030 + ], + "EventIDList1": [ + 30314031 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 3013010 + ], + "EventIDList2": [ + 30314032 + ], + "MazeBuffID": 3031215 + }, + { + "ID": 20164, + "Name": { + "Hash": 340934791, + "Hash64": 2547561328779037211 + }, + "GroupID": 2016, + "MapEntranceID": 3012602, + "MapEntranceID2": 3012602, + "PreChallengeMazeID": 20163, + "Floor": 4, + "RewardID": 101404, + "DamageType1": [ + "Physical", + "Thunder" + ], + "DamageType2": [ + "Physical", + "Wind" + ], + "ChallengeTargetID": [ + 2001, + 2002, + 2003 + ], + "StageNum": 2, + "MonsterID1": [], + "MonsterID2": [], + "MazeGroupID1": 6, + "ConfigList1": [ + 200001 + ], + "NpcMonsterIDList1": [ + 1004020 + ], + "EventIDList1": [ + 30314041 + ], + "MazeGroupID2": 7, + "ConfigList2": [ + 200001 + ], + "NpcMonsterIDList2": [ + 2034010 + ], + "EventIDList2": [ + 30314042 + ], + "MazeBuffID": 3031215 + } + ] +} \ No newline at end of file diff --git a/resources/MainMission.json b/resources/MainMission.json new file mode 100644 index 0000000..babcec3 --- /dev/null +++ b/resources/MainMission.json @@ -0,0 +1,49274 @@ +{ + "main_mission_config": [ + { + "MainMissionID": 1000101, + "Type": "Main", + "WorldID": 101, + "DisplayPriority": 1000101, + "NextMainMissionList": [], + "Name": { + "Hash": -76811347, + "Hash64": 7313040413849220147 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Auto" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1000201, + "TrackWeight": 100, + "RewardID": 11000101, + "DisplayRewardID": 11000101, + "ChapterID": 100001, + "SubRewardList": [] + }, + { + "MainMissionID": 1000111, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 1000111, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 11000111, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 1000112, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 1000112, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Auto" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 1000113, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 1000113, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000501 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 1000114, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 1000114, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 1000201, + "Type": "Main", + "WorldID": 101, + "DisplayPriority": 1000201, + "NextMainMissionList": [], + "Name": { + "Hash": 64351154, + "Hash64": 1829630529026038115 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1000202, + "TrackWeight": 100, + "RewardID": 11000201, + "DisplayRewardID": 11000203, + "MissionPack": 1000201, + "ChapterID": 100001, + "SubRewardList": [] + }, + { + "MainMissionID": 1000202, + "Type": "Main", + "WorldID": 101, + "DisplayPriority": 1000202, + "NextMainMissionList": [], + "Name": { + "Hash": -1501732787, + "Hash64": 1375712549129619621 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1000203, + "TrackWeight": 100, + "RewardID": 11000202, + "DisplayRewardID": 11000203, + "MissionPack": 1000201, + "ChapterID": 100001, + "SubRewardList": [] + }, + { + "MainMissionID": 1000203, + "Type": "Main", + "WorldID": 101, + "DisplayPriority": 1000203, + "NextMainMissionList": [], + "Name": { + "Hash": 1227150568, + "Hash64": 5990172710036517578 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000202 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1000300, + "TrackWeight": 100, + "RewardID": 100, + "DisplayRewardID": 11000203, + "MissionPack": 1000201, + "ChapterID": 100001, + "SubRewardList": [] + }, + { + "MainMissionID": 1000204, + "Type": "Main", + "WorldID": 101, + "DisplayPriority": 1000204, + "NextMainMissionList": [], + "Name": { + "Hash": -338933373, + "Hash64": 7537790909165682508 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "RewardID": 100, + "DisplayRewardID": 100, + "MissionPack": 1000201, + "ChapterID": 100001, + "SubRewardList": [] + }, + { + "MainMissionID": 1000300, + "Type": "Main", + "WorldID": 101, + "DisplayPriority": 1000300, + "NextMainMissionList": [], + "Name": { + "Hash": -1360570286, + "Hash64": 14496869194409040586 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000203 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1000301, + "TrackWeight": 100, + "RewardID": 11000203, + "DisplayRewardID": 11000203, + "MissionPack": 1000300, + "ChapterID": 100001, + "SubRewardList": [] + }, + { + "MainMissionID": 1000301, + "Type": "Main", + "WorldID": 101, + "DisplayPriority": 1000301, + "NextMainMissionList": [], + "Name": { + "Hash": 205513655, + "Hash64": 10836012776434825894 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000300 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1000303, + "TrackWeight": 100, + "RewardID": 11000301, + "DisplayRewardID": 11000302, + "MissionPack": 1000300, + "ChapterID": 100001, + "SubRewardList": [] + }, + { + "MainMissionID": 1000302, + "Type": "Main", + "WorldID": 101, + "DisplayPriority": 1000302, + "NextMainMissionList": [], + "Name": { + "Hash": -197770872, + "Hash64": 16343889527658826032 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000303 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1000400, + "TrackWeight": 100, + "RewardID": 11000302, + "DisplayRewardID": 11000302, + "MissionPack": 1000300, + "ChapterID": 100001, + "SubRewardList": [] + }, + { + "MainMissionID": 1000303, + "Type": "Main", + "WorldID": 101, + "DisplayPriority": 1000303, + "NextMainMissionList": [], + "Name": { + "Hash": 1368313069, + "Hash64": 1864938921068009280 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000301 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1000302, + "TrackWeight": 100, + "RewardID": 11000303, + "DisplayRewardID": 11000302, + "MissionPack": 1000300, + "ChapterID": 100001, + "SubRewardList": [] + }, + { + "MainMissionID": 1000304, + "Type": "Main", + "WorldID": 101, + "DisplayPriority": 1000304, + "NextMainMissionList": [], + "Name": { + "Hash": 965028542, + "Hash64": 7030997559398671898 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000300 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "RewardID": 100, + "DisplayRewardID": 11000302, + "MissionPack": 1000300, + "ChapterID": 100001, + "SubRewardList": [] + }, + { + "MainMissionID": 1000400, + "Type": "Main", + "WorldID": 101, + "DisplayPriority": 1000400, + "NextMainMissionList": [], + "Name": { + "Hash": 783460089, + "Hash64": 1860049702720637656 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000302 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1000401, + "TrackWeight": 100, + "RewardID": 11000400, + "DisplayRewardID": 11000401, + "MissionPack": 1000400, + "ChapterID": 100001, + "SubRewardList": [] + }, + { + "MainMissionID": 1000401, + "Type": "Main", + "WorldID": 101, + "DisplayPriority": 1000401, + "NextMainMissionList": [], + "Name": { + "Hash": -782623852, + "Hash64": 13880261575769459500 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000400 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 4030001, + "TrackWeight": 100, + "RewardID": 11000401, + "DisplayRewardID": 11000401, + "MissionPack": 1000400, + "ChapterID": 100001, + "SubRewardList": [] + }, + { + "MainMissionID": 1000402, + "Type": "Main", + "WorldID": 101, + "DisplayPriority": 1000402, + "NextMainMissionList": [], + "Name": { + "Hash": -379339325, + "Hash64": 6784676173054378812 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1000501, + "TrackWeight": 100, + "RewardID": 100, + "DisplayRewardID": 11000501, + "MissionPack": 1000402, + "ChapterID": 100001, + "SubRewardList": [] + }, + { + "MainMissionID": 1000410, + "Type": "Main", + "WorldID": 101, + "DisplayPriority": 1000410, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000302 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "RewardID": 100, + "DisplayRewardID": 100, + "ChapterID": 100001, + "SubRewardList": [] + }, + { + "MainMissionID": 1000500, + "Type": "Main", + "WorldID": 101, + "DisplayPriority": 1000500, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000400 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "RewardID": 100, + "DisplayRewardID": 100, + "ChapterID": 100001, + "SubRewardList": [] + }, + { + "MainMissionID": 1000501, + "Type": "Main", + "WorldID": 101, + "DisplayPriority": 1000501, + "NextMainMissionList": [], + "Name": { + "Hash": -641461351, + "Hash64": 2576876674809518787 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000402 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1000502, + "TrackWeight": 100, + "RewardID": 100, + "DisplayRewardID": 11000501, + "MissionPack": 1000402, + "ChapterID": 100001, + "SubRewardList": [] + }, + { + "MainMissionID": 1000502, + "Type": "Main", + "WorldID": 101, + "DisplayPriority": 1000502, + "NextMainMissionList": [], + "Name": { + "Hash": 924622590, + "Hash64": 5209048099753153341 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000501 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1000503, + "TrackWeight": 100, + "RewardID": 100, + "DisplayRewardID": 11000501, + "MissionPack": 1000402, + "ChapterID": 100001, + "SubRewardList": [] + }, + { + "MainMissionID": 1000503, + "Type": "Main", + "WorldID": 101, + "DisplayPriority": 1000503, + "NextMainMissionList": [], + "Name": { + "Hash": -1804260765, + "Hash64": 17191109498650042353 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000502 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1010001, + "TrackWeight": 100, + "RewardID": 11000501, + "DisplayRewardID": 11000501, + "MissionPack": 1000402, + "ChapterID": 100001, + "SubRewardList": [] + }, + { + "MainMissionID": 1000504, + "Type": "Main", + "WorldID": 101, + "DisplayPriority": 1000504, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000501 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "RewardID": 100, + "DisplayRewardID": 100, + "ChapterID": 100001, + "SubRewardList": [] + }, + { + "MainMissionID": 1000505, + "Type": "Main", + "WorldID": 101, + "DisplayPriority": 1000505, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000400 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "RewardID": 100, + "DisplayRewardID": 100, + "ChapterID": 100001, + "SubRewardList": [] + }, + { + "MainMissionID": 1000510, + "Type": "Main", + "WorldID": 101, + "DisplayPriority": 1000510, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000300 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "RewardID": 100, + "DisplayRewardID": 100, + "ChapterID": 100001, + "SubRewardList": [] + }, + { + "MainMissionID": 1000511, + "Type": "Main", + "WorldID": 101, + "DisplayPriority": 1000511, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000400 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "RewardID": 100, + "DisplayRewardID": 100, + "ChapterID": 100001, + "SubRewardList": [] + }, + { + "MainMissionID": 1010001, + "Type": "Main", + "WorldID": 101, + "DisplayPriority": 1010001, + "NextMainMissionList": [], + "Name": { + "Hash": -1299703027, + "Hash64": 10116943738233990999 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000503 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1010002, + "TrackWeight": 100, + "RewardID": 100, + "DisplayRewardID": 11010002, + "ChapterID": 100001, + "SubRewardList": [] + }, + { + "MainMissionID": 1010002, + "Type": "Main", + "WorldID": 201, + "DisplayPriority": 1010002, + "NextMainMissionList": [], + "Name": { + "Hash": 266380914, + "Hash64": 16007283004493659925 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010001 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1010101, + "TrackWeight": 100, + "RewardID": 11010002, + "DisplayRewardID": 11010002, + "ChapterID": 101001, + "SubRewardList": [] + }, + { + "MainMissionID": 1010101, + "Type": "Main", + "WorldID": 201, + "DisplayPriority": 1010101, + "NextMainMissionList": [], + "Name": { + "Hash": 1449383304, + "Hash64": 12825115888672447815 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010002 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1010201, + "TrackWeight": 100, + "RewardID": 11010101, + "DisplayRewardID": 11010101, + "ChapterID": 101001, + "SubRewardList": [] + }, + { + "MainMissionID": 1010201, + "Type": "Main", + "WorldID": 201, + "DisplayPriority": 1010201, + "NextMainMissionList": [], + "Name": { + "Hash": -1017378025, + "Hash64": 5747548274297093640 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1010206, + "TrackWeight": 100, + "RewardID": 100, + "DisplayRewardID": 11010202, + "MissionPack": 1010201, + "ChapterID": 101001, + "SubRewardList": [] + }, + { + "MainMissionID": 1010202, + "Type": "Main", + "WorldID": 201, + "DisplayPriority": 1010202, + "NextMainMissionList": [], + "Name": { + "Hash": -1420662552, + "Hash64": 13761381960402909304 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010206 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1010205, + "TrackWeight": 100, + "RewardID": 100, + "DisplayRewardID": 11010202, + "MissionPack": 1010201, + "ChapterID": 101001, + "SubRewardList": [] + }, + { + "MainMissionID": 1010203, + "Type": "Main", + "WorldID": 201, + "DisplayPriority": 1010203, + "NextMainMissionList": [], + "Name": { + "Hash": 145421389, + "Hash64": 6512749136049280202 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "RewardID": 100, + "DisplayRewardID": 100, + "ChapterID": 101001, + "SubRewardList": [] + }, + { + "MainMissionID": 1010204, + "Type": "Main", + "WorldID": 201, + "DisplayPriority": 1010204, + "NextMainMissionList": [], + "Name": { + "Hash": -257863138, + "Hash64": 13384482726470651348 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010205 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1010301, + "TrackWeight": 100, + "RewardID": 11010202, + "DisplayRewardID": 11010202, + "MissionPack": 1010201, + "ChapterID": 101001, + "SubRewardList": [] + }, + { + "MainMissionID": 1010205, + "Type": "Main", + "WorldID": 201, + "DisplayPriority": 1010205, + "NextMainMissionList": [], + "Name": { + "Hash": 1308220803, + "Hash64": 13688651127374563550 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010202 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1010204, + "TrackWeight": 100, + "RewardID": 100, + "DisplayRewardID": 11010202, + "MissionPack": 1010201, + "ChapterID": 101001, + "SubRewardList": [] + }, + { + "MainMissionID": 1010206, + "Type": "Main", + "WorldID": 201, + "DisplayPriority": 1010206, + "NextMainMissionList": [], + "Name": { + "Hash": 904936276, + "Hash64": 16571333901334604058 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1010202, + "TrackWeight": 100, + "RewardID": 100, + "DisplayRewardID": 11010202, + "MissionPack": 1010201, + "ChapterID": 101001, + "SubRewardList": [] + }, + { + "MainMissionID": 1010301, + "Type": "Main", + "WorldID": 201, + "DisplayPriority": 1010301, + "NextMainMissionList": [], + "Name": { + "Hash": 1731708306, + "Hash64": 2365687367446686567 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010204 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1010302, + "TrackWeight": 100, + "RewardID": 11010301, + "DisplayRewardID": 11010302, + "MissionPack": 1010301, + "ChapterID": 101001, + "SubRewardList": [] + }, + { + "MainMissionID": 1010302, + "Type": "Main", + "WorldID": 201, + "DisplayPriority": 1010302, + "NextMainMissionList": [], + "Name": { + "Hash": 165624365, + "Hash64": 8406191718267571345 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010301 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1010401, + "TrackWeight": 100, + "RewardID": 100, + "DisplayRewardID": 11010302, + "MissionPack": 1010301, + "ChapterID": 101001, + "SubRewardList": [] + }, + { + "MainMissionID": 1010303, + "Type": "Main", + "WorldID": 201, + "DisplayPriority": 1010303, + "NextMainMissionList": [], + "Name": { + "Hash": -1400459576, + "Hash64": 5053535775263131106 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010204 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "RewardID": 100, + "DisplayRewardID": 100, + "ChapterID": 101001, + "SubRewardList": [] + }, + { + "MainMissionID": 1010401, + "Type": "Main", + "WorldID": 201, + "DisplayPriority": 1010401, + "NextMainMissionList": [], + "Name": { + "Hash": -1864353031, + "Hash64": 3420957928959418505 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010302 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1010405, + "TrackWeight": 100, + "RewardID": 11010302, + "DisplayRewardID": 11010405, + "MissionPack": 1010401, + "ChapterID": 101001, + "SubRewardList": [] + }, + { + "MainMissionID": 1010402, + "Type": "Main", + "WorldID": 201, + "DisplayPriority": 1010402, + "NextMainMissionList": [], + "Name": { + "Hash": -298269090, + "Hash64": 1235339356838406307 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010405 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1010403, + "TrackWeight": 100, + "RewardID": 100, + "DisplayRewardID": 11010403, + "ChapterID": 101001, + "SubRewardList": [] + }, + { + "MainMissionID": 1010403, + "Type": "Main", + "WorldID": 201, + "DisplayPriority": 1010403, + "NextMainMissionList": [], + "Name": { + "Hash": 1267814851, + "Hash64": 16337806826918034727 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010402 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1010502, + "TrackWeight": 100, + "RewardID": 11010403, + "DisplayRewardID": 11010403, + "ChapterID": 101001, + "SubRewardList": [] + }, + { + "MainMissionID": 1010405, + "Type": "Main", + "WorldID": 201, + "DisplayPriority": 1010405, + "NextMainMissionList": [], + "Name": { + "Hash": 105015437, + "Hash64": 15231982294169660629 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1010402, + "TrackWeight": 100, + "RewardID": 11010405, + "DisplayRewardID": 11010405, + "MissionPack": 1010401, + "ChapterID": 101001, + "SubRewardList": [] + }, + { + "MainMissionID": 1010500, + "Type": "Main", + "WorldID": 201, + "DisplayPriority": 1010500, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010502 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "RewardID": 100, + "DisplayRewardID": 100, + "ChapterID": 101001, + "SubRewardList": [] + }, + { + "MainMissionID": 1010501, + "Type": "Main", + "WorldID": 201, + "DisplayPriority": 1010501, + "NextMainMissionList": [], + "Name": { + "Hash": 884733300, + "Hash64": 188630260733783406 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010502 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1010601, + "TrackWeight": 100, + "RewardID": 11010501, + "DisplayRewardID": 11010501, + "MissionPack": 1010501, + "ChapterID": 101001, + "SubRewardList": [ + 2000002, + 2000006 + ] + }, + { + "MainMissionID": 1010502, + "Type": "Main", + "WorldID": 201, + "DisplayPriority": 1010502, + "NextMainMissionList": [], + "Name": { + "Hash": 1288017827, + "Hash64": 16287664209080162963 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010403 + } + ], + "BeginParam": [ + { + "Type": "PlayerLevel", + "Value": 13 + } + ], + "NextTrackMainMission": 1010501, + "TrackWeight": 100, + "MissionAdvance": 1, + "RewardID": 100, + "DisplayRewardID": 11010501, + "MissionPack": 1010501, + "ChapterID": 101001, + "SubRewardList": [] + }, + { + "MainMissionID": 1010503, + "Type": "Main", + "WorldID": 201, + "DisplayPriority": 1010503, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010502 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "RewardID": 11010503, + "DisplayRewardID": 11010503, + "ChapterID": 101001, + "SubRewardList": [] + }, + { + "MainMissionID": 1010601, + "Type": "Main", + "WorldID": 201, + "DisplayPriority": 1010601, + "NextMainMissionList": [], + "Name": { + "Hash": -1582028029, + "Hash64": 884571521216440936 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010501 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1010602, + "TrackWeight": 100, + "RewardID": 100, + "DisplayRewardID": 11010602, + "MissionPack": 1010601, + "ChapterID": 101001, + "SubRewardList": [] + }, + { + "MainMissionID": 1010602, + "Type": "Main", + "WorldID": 201, + "DisplayPriority": 1010602, + "NextMainMissionList": [], + "Name": { + "Hash": -1985312556, + "Hash64": 12522667503948610238 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010601 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1010700, + "TrackWeight": 100, + "RewardID": 11010602, + "DisplayRewardID": 11010602, + "MissionPack": 1010601, + "ChapterID": 101001, + "SubRewardList": [] + }, + { + "MainMissionID": 1010700, + "Type": "Main", + "WorldID": 201, + "DisplayPriority": 1010700, + "NextMainMissionList": [], + "Name": { + "Hash": -1561825053, + "Hash64": 8356598746816839331 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010602 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1010701, + "TrackWeight": 100, + "RewardID": 100, + "DisplayRewardID": 11010701, + "MissionPack": 1010700, + "ChapterID": 101001, + "SubRewardList": [] + }, + { + "MainMissionID": 1010701, + "Type": "Main", + "WorldID": 201, + "DisplayPriority": 1010701, + "NextMainMissionList": [], + "Name": { + "Hash": 1167058302, + "Hash64": 1681638207099544767 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010700 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1010801, + "TrackWeight": 100, + "RewardID": 11010701, + "DisplayRewardID": 11010701, + "MissionPack": 1010700, + "ChapterID": 101001, + "SubRewardList": [] + }, + { + "MainMissionID": 1010801, + "Type": "Main", + "WorldID": 201, + "DisplayPriority": 1010801, + "NextMainMissionList": [], + "Name": { + "Hash": -170403019, + "Hash64": 14208135190483644695 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010701 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1010802, + "TrackWeight": 100, + "RewardID": 11010801, + "DisplayRewardID": 11010802, + "MissionPack": 1010801, + "ChapterID": 101001, + "SubRewardList": [] + }, + { + "MainMissionID": 1010802, + "Type": "Main", + "WorldID": 201, + "DisplayPriority": 1010802, + "NextMainMissionList": [], + "Name": { + "Hash": 1395680922, + "Hash64": 8926865750309867861 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010801 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1010901, + "TrackWeight": 100, + "RewardID": 11010802, + "DisplayRewardID": 11010802, + "MissionPack": 1010801, + "ChapterID": 101001, + "SubRewardList": [] + }, + { + "MainMissionID": 1010901, + "Type": "Main", + "WorldID": 201, + "DisplayPriority": 1010901, + "NextMainMissionList": [], + "Name": { + "Hash": -1716283984, + "Hash64": 10895745703597984705 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010802 + } + ], + "BeginParam": [ + { + "Type": "PlayerLevel", + "Value": 13 + } + ], + "NextTrackMainMission": 1010902, + "TrackWeight": 100, + "RewardID": 100, + "DisplayRewardID": 11010902, + "MissionPack": 1010901, + "ChapterID": 101001, + "SubRewardList": [] + }, + { + "MainMissionID": 1010902, + "Type": "Main", + "WorldID": 201, + "DisplayPriority": 1010902, + "NextMainMissionList": [], + "Name": { + "Hash": -1312999457, + "Hash64": 9324090774206147528 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010901 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1011001, + "TrackWeight": 100, + "RewardID": 11010902, + "DisplayRewardID": 11010902, + "MissionPack": 1010901, + "ChapterID": 101001, + "SubRewardList": [] + }, + { + "MainMissionID": 1011001, + "Type": "Main", + "WorldID": 201, + "DisplayPriority": 1011001, + "NextMainMissionList": [], + "Name": { + "Hash": -1299702930, + "Hash64": 16045409825966300471 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010902 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1011003, + "TrackWeight": 100, + "RewardID": 100, + "DisplayRewardID": 11011002, + "MissionPack": 1011001, + "ChapterID": 101001, + "SubRewardList": [] + }, + { + "MainMissionID": 1011002, + "Type": "Main", + "WorldID": 201, + "DisplayPriority": 1011002, + "NextMainMissionList": [], + "Name": { + "Hash": 266381011, + "Hash64": 12802939086101610512 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1011003 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1011101, + "TrackWeight": 100, + "RewardID": 11011002, + "DisplayRewardID": 11011002, + "MissionPack": 1011002, + "ChapterID": 101002, + "SubRewardList": [] + }, + { + "MainMissionID": 1011003, + "Type": "Main", + "WorldID": 201, + "DisplayPriority": 1011003, + "NextMainMissionList": [], + "Name": { + "Hash": 1832464952, + "Hash64": 8280853698794217751 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1011001 + } + ], + "BeginParam": [ + { + "Type": "WorldLevel", + "Value": 1 + } + ], + "NextTrackMainMission": 1011002, + "TrackWeight": 100, + "MissionAdvance": 1, + "RewardID": 100, + "DisplayRewardID": 11011002, + "MissionPack": 1011002, + "ChapterID": 101002, + "SubRewardList": [] + }, + { + "MainMissionID": 1011100, + "Type": "Main", + "WorldID": 201, + "DisplayPriority": 1011100, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1011002 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "RewardID": 100, + "DisplayRewardID": 100, + "ChapterID": 101002, + "SubRewardList": [] + }, + { + "MainMissionID": 1011101, + "Type": "Main", + "WorldID": 201, + "DisplayPriority": 1011101, + "NextMainMissionList": [], + "Name": { + "Hash": 1449383401, + "Hash64": 13962187374682980550 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1011002 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1011102, + "TrackWeight": 100, + "RewardID": 2000088, + "DisplayRewardID": 11011102, + "ChapterID": 101002, + "SubRewardList": [] + }, + { + "MainMissionID": 1011102, + "Type": "Main", + "WorldID": 201, + "DisplayPriority": 1011102, + "NextMainMissionList": [], + "Name": { + "Hash": 1852667928, + "Hash64": 1198720332667975382 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1011101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1011201, + "TrackWeight": 100, + "RewardID": 11011102, + "DisplayRewardID": 11011102, + "ChapterID": 101002, + "SubRewardList": [] + }, + { + "MainMissionID": 1011103, + "Type": "Main", + "WorldID": 201, + "DisplayPriority": 1011103, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1011102 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "RewardID": 100, + "DisplayRewardID": 100, + "ChapterID": 101002, + "SubRewardList": [] + }, + { + "MainMissionID": 1011201, + "Type": "Main", + "WorldID": 201, + "DisplayPriority": 1011201, + "NextMainMissionList": [], + "Name": { + "Hash": -1017377928, + "Hash64": 2165887649988062351 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1011102 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1011202, + "TrackWeight": 100, + "RewardID": 100, + "DisplayRewardID": 100, + "MissionPack": 1011201, + "ChapterID": 101002, + "SubRewardList": [] + }, + { + "MainMissionID": 1011202, + "Type": "Main", + "WorldID": 201, + "DisplayPriority": 1011202, + "NextMainMissionList": [], + "Name": { + "Hash": -1420662455, + "Hash64": 4845916596729818246 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1011201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1011301, + "TrackWeight": 100, + "RewardID": 100, + "DisplayRewardID": 100, + "MissionPack": 1011201, + "ChapterID": 101002, + "SubRewardList": [] + }, + { + "MainMissionID": 1011301, + "Type": "Main", + "WorldID": 201, + "DisplayPriority": 1011301, + "NextMainMissionList": [], + "Name": { + "Hash": 1731708403, + "Hash64": 1978111609628532305 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1011202 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1011400, + "TrackWeight": 100, + "RewardID": 11011301, + "DisplayRewardID": 11011301, + "ChapterID": 101002, + "SubRewardList": [] + }, + { + "MainMissionID": 1011400, + "Type": "Main", + "WorldID": 201, + "DisplayPriority": 1011400, + "NextMainMissionList": [], + "Name": { + "Hash": 864530421, + "Hash64": 8699593691190920807 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1011301 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1011403, + "TrackWeight": 100, + "RewardID": 100, + "DisplayRewardID": 11011403, + "ChapterID": 101002, + "SubRewardList": [] + }, + { + "MainMissionID": 1011401, + "Type": "Main", + "WorldID": 201, + "DisplayPriority": 1011401, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1864352934, + "Hash64": 9622418323744736141 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1011402, + "TrackWeight": 100, + "DisplayRewardID": 100, + "ChapterID": 101002, + "SubRewardList": [] + }, + { + "MainMissionID": 1011402, + "Type": "Main", + "WorldID": 201, + "DisplayPriority": 1011402, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -298268993, + "Hash64": 9590371465838090574 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1011401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1011403, + "TrackWeight": 100, + "DisplayRewardID": 100, + "ChapterID": 101002, + "SubRewardList": [] + }, + { + "MainMissionID": 1011403, + "Type": "Main", + "WorldID": 201, + "DisplayPriority": 1011403, + "NextMainMissionList": [], + "Name": { + "Hash": 1267814948, + "Hash64": 18440840110273942980 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1011400 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1011501, + "TrackWeight": 100, + "RewardID": 11011403, + "DisplayRewardID": 11011403, + "ChapterID": 101002, + "SubRewardList": [] + }, + { + "MainMissionID": 1011501, + "Type": "Main", + "WorldID": 201, + "DisplayPriority": 1011501, + "NextMainMissionList": [], + "Name": { + "Hash": 884733397, + "Hash64": 255570789094265575 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1011403 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1011502, + "TrackWeight": 100, + "RewardID": 11011501, + "DisplayRewardID": 11011501, + "ChapterID": 101002, + "SubRewardList": [] + }, + { + "MainMissionID": 1011502, + "Type": "Main", + "WorldID": 201, + "DisplayPriority": 1011502, + "NextMainMissionList": [], + "Name": { + "Hash": 1288017924, + "Hash64": 2551034061388245410 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1011501 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1011503, + "TrackWeight": 100, + "RewardID": 11011502, + "DisplayRewardID": 11011502, + "ChapterID": 101002, + "SubRewardList": [] + }, + { + "MainMissionID": 1011503, + "Type": "Main", + "WorldID": 201, + "DisplayPriority": 1011503, + "NextMainMissionList": [], + "Name": { + "Hash": -278066017, + "Hash64": 8269444809935746383 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1011502 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1020101, + "TrackWeight": 100, + "RewardID": 11011503, + "DisplayRewardID": 11011503, + "ChapterID": 101002, + "SubRewardList": [] + }, + { + "MainMissionID": 1020101, + "Type": "Main", + "WorldID": 301, + "DisplayPriority": 1020101, + "NextMainMissionList": [], + "Name": { + "Hash": 649979127, + "Hash64": 5562836942665725761 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1011503 + } + ], + "BeginParam": [ + { + "Type": "PlayerLevel", + "Value": 13 + } + ], + "NextTrackMainMission": 1020201, + "TrackWeight": 100, + "RewardID": 11020101, + "DisplayRewardID": 11020101, + "ChapterID": 102001, + "SubRewardList": [] + }, + { + "MainMissionID": 1020201, + "Type": "Main", + "WorldID": 301, + "DisplayPriority": 1020201, + "NextMainMissionList": [], + "Name": { + "Hash": 226491624, + "Hash64": 1033322385535263307 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1020101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1020302, + "TrackWeight": 100, + "RewardID": 100, + "DisplayRewardID": 11020201, + "ChapterID": 102001, + "SubRewardList": [] + }, + { + "MainMissionID": 1020301, + "Type": "Main", + "WorldID": 301, + "DisplayPriority": 1020301, + "NextMainMissionList": [], + "Name": { + "Hash": 367654125, + "Hash64": 16378586296783009933 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1020302 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1020501, + "TrackWeight": 100, + "RewardID": 11020301, + "DisplayRewardID": 11020301, + "MissionPack": 1020302, + "ChapterID": 102001, + "SubRewardList": [] + }, + { + "MainMissionID": 1020302, + "Type": "Main", + "WorldID": 301, + "DisplayPriority": 1020302, + "NextMainMissionList": [], + "Name": { + "Hash": 1933738066, + "Hash64": 10769545256616633658 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1020201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1020301, + "TrackWeight": 100, + "RewardID": 11020201, + "DisplayRewardID": 11020201, + "MissionPack": 1020302, + "ChapterID": 102001, + "SubRewardList": [] + }, + { + "MainMissionID": 1020400, + "Type": "Main", + "WorldID": 301, + "DisplayPriority": 1020400, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1510250563, + "Hash64": 5605415652853914126 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "ChapterID": 102001, + "SubRewardList": [] + }, + { + "MainMissionID": 1020401, + "Type": "Main", + "WorldID": 301, + "DisplayPriority": 1020401, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -55833378, + "Hash64": 4230322875105594851 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1020400 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "ChapterID": 102001, + "SubRewardList": [] + }, + { + "MainMissionID": 1020402, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 1020402, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1621917319, + "Hash64": 4244227400127696495 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 1020403, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 1020403, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1020701 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 1020501, + "Type": "Main", + "WorldID": 301, + "DisplayPriority": 1020501, + "NextMainMissionList": [], + "Name": { + "Hash": 85329123, + "Hash64": 7262046540057758119 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1020301 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1020601, + "TrackWeight": 100, + "RewardID": 11020501, + "DisplayRewardID": 11020501, + "ChapterID": 102001, + "SubRewardList": [] + }, + { + "MainMissionID": 1020601, + "Type": "Main", + "WorldID": 301, + "DisplayPriority": 1020601, + "NextMainMissionList": [], + "Name": { + "Hash": -338158380, + "Hash64": 2181417837602532189 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1020501 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1020701, + "TrackWeight": 100, + "RewardID": 100, + "DisplayRewardID": 11020701, + "MissionPack": 1020601, + "ChapterID": 102001, + "SubRewardList": [] + }, + { + "MainMissionID": 1020701, + "Type": "Main", + "WorldID": 301, + "DisplayPriority": 1020701, + "NextMainMissionList": [], + "Name": { + "Hash": -196995879, + "Hash64": 14434649780284708242 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1020601 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1020702, + "TrackWeight": 100, + "RewardID": 11020701, + "DisplayRewardID": 11020701, + "MissionPack": 1020601, + "ChapterID": 102001, + "SubRewardList": [ + 2000369 + ] + }, + { + "MainMissionID": 1020702, + "Type": "Main", + "WorldID": 301, + "DisplayPriority": 1020702, + "NextMainMissionList": [], + "Name": { + "Hash": 1369088062, + "Hash64": 16518227818254570428 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1020701 + } + ], + "BeginParam": [ + { + "Type": "PlayerLevel", + "Value": 13 + } + ], + "NextTrackMainMission": 1020801, + "TrackWeight": 100, + "RewardID": 11020702, + "DisplayRewardID": 11020702, + "ChapterID": 102001, + "SubRewardList": [] + }, + { + "MainMissionID": 1020801, + "Type": "Main", + "WorldID": 301, + "DisplayPriority": 1020801, + "NextMainMissionList": [], + "Name": { + "Hash": 1638116634, + "Hash64": 7716059542514862329 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1020702 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1021001, + "TrackWeight": 100, + "RewardID": 11020801, + "DisplayRewardID": 11020801, + "ChapterID": 102001, + "SubRewardList": [] + }, + { + "MainMissionID": 1020901, + "Type": "Main", + "WorldID": 301, + "DisplayPriority": 1020901, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1779279135, + "Hash64": 9435684347213896701 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "ChapterID": 102001, + "SubRewardList": [] + }, + { + "MainMissionID": 1021001, + "Type": "Main", + "WorldID": 301, + "DisplayPriority": 1021001, + "NextMainMissionList": [], + "Name": { + "Hash": 508816723, + "Hash64": 6119588718633447948 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1020801 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1021101, + "TrackWeight": 100, + "RewardID": 11021001, + "DisplayRewardID": 11021001, + "ChapterID": 102001, + "SubRewardList": [ + 2000368 + ] + }, + { + "MainMissionID": 1021101, + "Type": "Main", + "WorldID": 301, + "DisplayPriority": 1021101, + "NextMainMissionList": [], + "Name": { + "Hash": 649979224, + "Hash64": 7923345255380848858 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1021001 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1021201, + "TrackWeight": 100, + "RewardID": 11021101, + "DisplayRewardID": 11021101, + "ChapterID": 102001, + "SubRewardList": [] + }, + { + "MainMissionID": 1021201, + "Type": "Main", + "WorldID": 301, + "DisplayPriority": 1021201, + "NextMainMissionList": [], + "Name": { + "Hash": 226491721, + "Hash64": 16595136353742617684 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1021101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1021501, + "TrackWeight": 100, + "RewardID": 100, + "DisplayRewardID": 11021201, + "ChapterID": 102002, + "SubRewardList": [ + 2000498, + 2000505 + ] + }, + { + "MainMissionID": 1021301, + "Type": "Main", + "WorldID": 301, + "DisplayPriority": 1021301, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 367654222, + "Hash64": 12281657520744820915 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "ChapterID": 102002, + "SubRewardList": [] + }, + { + "MainMissionID": 1021401, + "Type": "Main", + "WorldID": 301, + "DisplayPriority": 1021401, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -55833281, + "Hash64": 13772259889546076201 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1021301 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "ChapterID": 102002, + "SubRewardList": [] + }, + { + "MainMissionID": 1021501, + "Type": "Main", + "WorldID": 301, + "DisplayPriority": 1021501, + "NextMainMissionList": [], + "Name": { + "Hash": 85329220, + "Hash64": 1774686877902012867 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1021201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1021702, + "TrackWeight": 100, + "RewardID": 11021501, + "DisplayRewardID": 11021501, + "ChapterID": 102002, + "SubRewardList": [ + 11021201 + ] + }, + { + "MainMissionID": 1021601, + "Type": "Main", + "WorldID": 301, + "DisplayPriority": 1021601, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -338158283, + "Hash64": 3181995590720826660 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "ChapterID": 102002, + "SubRewardList": [] + }, + { + "MainMissionID": 1021702, + "Type": "Main", + "WorldID": 301, + "DisplayPriority": 1021702, + "NextMainMissionList": [], + "Name": { + "Hash": 1369088159, + "Hash64": 8116448957991084384 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1021501 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "RewardID": 11021702, + "DisplayRewardID": 11021702, + "ChapterID": 102003, + "SubRewardList": [] + }, + { + "MainMissionID": 1021703, + "Type": "Main", + "WorldID": 301, + "DisplayPriority": 1021703, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1021501 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "RewardID": 11021703, + "DisplayRewardID": 100, + "ChapterID": 102003, + "SubRewardList": [] + }, + { + "MainMissionID": 1030101, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1030101, + "NextMainMissionList": [], + "Name": { + "Hash": -2118793518, + "Hash64": 5528995276662158208 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1021702 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1030201, + "TrackWeight": 100, + "RewardID": 11030101, + "DisplayRewardID": 11030101, + "ChapterID": 103001, + "SubRewardList": [] + }, + { + "MainMissionID": 1030102, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1030102, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 610089837, + "Hash64": 562661860490652924 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "ChapterID": 103001, + "SubRewardList": [] + }, + { + "MainMissionID": 1030201, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1030201, + "NextMainMissionList": [], + "Name": { + "Hash": -855237555, + "Hash64": 13691264096110112706 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1030301, + "TrackWeight": 100, + "RewardID": 11030201, + "DisplayRewardID": 11030201, + "ChapterID": 103001, + "SubRewardList": [ + 2000835, + 2000621, + 2000622, + 2000663 + ] + }, + { + "MainMissionID": 1030202, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1030202, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 710846386, + "Hash64": 16787848337376161263 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "DisplayRewardID": 11030201, + "ChapterID": 103001, + "SubRewardList": [] + }, + { + "MainMissionID": 1030301, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1030301, + "NextMainMissionList": [], + "Name": { + "Hash": 1893848776, + "Hash64": 890840079902096956 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1030302, + "TrackWeight": 100, + "RewardID": 11030301, + "DisplayRewardID": 11030301, + "ChapterID": 103001, + "SubRewardList": [ + 2000664, + 2000658 + ] + }, + { + "MainMissionID": 1030302, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1030302, + "NextMainMissionList": [], + "Name": { + "Hash": -1997833993, + "Hash64": 15355785150362737555 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030301 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1030303, + "TrackWeight": 100, + "RewardID": 11030302, + "DisplayRewardID": 11030302, + "ChapterID": 103001, + "SubRewardList": [ + 2000620, + 2000739 + ] + }, + { + "MainMissionID": 1030303, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1030303, + "NextMainMissionList": [], + "Name": { + "Hash": 731049362, + "Hash64": 16302456533779920467 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030302 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1030401, + "TrackWeight": 100, + "RewardID": 11030303, + "DisplayRewardID": 11030303, + "ChapterID": 103001, + "SubRewardList": [] + }, + { + "MainMissionID": 1030304, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1030304, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1490564249, + "Hash64": 2264225614696938288 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "ChapterID": 103001, + "SubRewardList": [] + }, + { + "MainMissionID": 1030401, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1030401, + "NextMainMissionList": [], + "Name": { + "Hash": -1137562557, + "Hash64": 696115874470629735 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030303 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1030402, + "TrackWeight": 100, + "RewardID": 100, + "DisplayRewardID": 11030402, + "MissionPack": 1030401, + "ChapterID": 103001, + "SubRewardList": [ + 2000659 + ] + }, + { + "MainMissionID": 1030402, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1030402, + "NextMainMissionList": [], + "Name": { + "Hash": -1540847084, + "Hash64": 17694689350806190917 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1030501, + "TrackWeight": 100, + "RewardID": 11030402, + "DisplayRewardID": 11030402, + "MissionPack": 1030401, + "ChapterID": 103001, + "SubRewardList": [ + 2000986 + ] + }, + { + "MainMissionID": 1030403, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1030403, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030303 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "ChapterID": 103001, + "SubRewardList": [] + }, + { + "MainMissionID": 1030501, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1030501, + "NextMainMissionList": [], + "Name": { + "Hash": 1611523774, + "Hash64": 199916997841183641 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030402 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1030601, + "TrackWeight": 100, + "RewardID": 11030501, + "DisplayRewardID": 11030501, + "ChapterID": 103001, + "SubRewardList": [ + 2000655, + 2000656 + ] + }, + { + "MainMissionID": 1030601, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1030601, + "NextMainMissionList": [], + "Name": { + "Hash": -1419887559, + "Hash64": 14967759885448488462 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030501 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1030701, + "TrackWeight": 100, + "RewardID": 11030601, + "DisplayRewardID": 11030601, + "ChapterID": 103001, + "SubRewardList": [] + }, + { + "MainMissionID": 1030701, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1030701, + "NextMainMissionList": [], + "Name": { + "Hash": 1329198772, + "Hash64": 15755061317673785971 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030601 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1030702, + "TrackWeight": 100, + "RewardID": 100, + "DisplayRewardID": 11030801, + "MissionPack": 1030701, + "ChapterID": 103001, + "SubRewardList": [] + }, + { + "MainMissionID": 1030702, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1030702, + "NextMainMissionList": [], + "Name": { + "Hash": 1732483299, + "Hash64": 7688585663699823916 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030701 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1030801, + "TrackWeight": 100, + "RewardID": 100, + "DisplayRewardID": 11030801, + "MissionPack": 1030701, + "ChapterID": 103001, + "SubRewardList": [ + 2000661 + ] + }, + { + "MainMissionID": 1030703, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1030703, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030601 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "ChapterID": 103001, + "SubRewardList": [] + }, + { + "MainMissionID": 1030801, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1030801, + "NextMainMissionList": [], + "Name": { + "Hash": 556387455, + "Hash64": 2258601140061191837 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030702 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "RewardID": 11030801, + "DisplayRewardID": 11030801, + "MissionPack": 1030701, + "ChapterID": 103001, + "SubRewardList": [] + }, + { + "MainMissionID": 1030901, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1030901, + "NextMainMissionList": [], + "Name": { + "Hash": -989493510, + "Hash64": 17701902005490219042 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030801 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1031001, + "TrackWeight": 100, + "RewardID": 11030901, + "DisplayRewardID": 11030901, + "ChapterID": 103002, + "SubRewardList": [ + 2000987 + ] + }, + { + "MainMissionID": 1031001, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1031001, + "NextMainMissionList": [], + "Name": { + "Hash": -572912456, + "Hash64": 11148775343287815781 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030901 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1031101, + "TrackWeight": 100, + "RewardID": 11031001, + "DisplayRewardID": 11031001, + "ChapterID": 103002, + "SubRewardList": [ + 2000988 + ] + }, + { + "MainMissionID": 1031002, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1031002, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030901 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "ChapterID": 103002, + "SubRewardList": [] + }, + { + "MainMissionID": 1031101, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1031101, + "NextMainMissionList": [], + "Name": { + "Hash": -2118793421, + "Hash64": 13927292552058138325 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1031001 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1031201, + "TrackWeight": 100, + "RewardID": 11031101, + "DisplayRewardID": 11031101, + "ChapterID": 103002, + "SubRewardList": [] + }, + { + "MainMissionID": 1031201, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1031201, + "NextMainMissionList": [], + "Name": { + "Hash": -855237458, + "Hash64": 15242781434609594709 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1031101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1031301, + "TrackWeight": 100, + "RewardID": 100, + "DisplayRewardID": 11031301, + "MissionPack": 1031201, + "ChapterID": 103002, + "SubRewardList": [] + }, + { + "MainMissionID": 1031301, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1031301, + "NextMainMissionList": [], + "Name": { + "Hash": 1893848873, + "Hash64": 15929866092739021730 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1031201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1031401, + "TrackWeight": 100, + "RewardID": 11031301, + "DisplayRewardID": 11031301, + "MissionPack": 1031201, + "ChapterID": 103002, + "SubRewardList": [] + }, + { + "MainMissionID": 1031401, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1031401, + "NextMainMissionList": [], + "Name": { + "Hash": -1137562460, + "Hash64": 8129505099416300388 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1031301 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1031501, + "TrackWeight": 100, + "RewardID": 11031401, + "DisplayRewardID": 11031401, + "ChapterID": 103002, + "SubRewardList": [] + }, + { + "MainMissionID": 1031501, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1031501, + "NextMainMissionList": [], + "Name": { + "Hash": 1611523871, + "Hash64": 12223795210697948479 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1031401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1031601, + "TrackWeight": 100, + "RewardID": 11031501, + "DisplayRewardID": 11031501, + "ChapterID": 103002, + "SubRewardList": [ + 2000909, + 2000910, + 2000911, + 2000912, + 2000913, + 2000914, + 2000915, + 2000916, + 2000917, + 2000929, + 2000930, + 2000993, + 2000994, + 2000995, + 2000996, + 2000997, + 2000998, + 2000999, + 2001000, + 2001001, + 2001002, + 2001003, + 2001004, + 2001005, + 2001006, + 2001007, + 2001008, + 2001009, + 2001010, + 2001011, + 2001012, + 2001013, + 2001014, + 2001015, + 2001016, + 2001017, + 2001018, + 2001019, + 2001140 + ] + }, + { + "MainMissionID": 1031601, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1031601, + "NextMainMissionList": [], + "Name": { + "Hash": -1419887462, + "Hash64": 16971776275192908149 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1031501 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1031701, + "TrackWeight": 100, + "RewardID": 11031601, + "DisplayRewardID": 11031601, + "ChapterID": 103002, + "SubRewardList": [] + }, + { + "MainMissionID": 1031701, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1031701, + "NextMainMissionList": [], + "Name": { + "Hash": 1329198869, + "Hash64": 11145047867567656820 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1031601 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1031801, + "TrackWeight": 100, + "RewardID": 11031701, + "DisplayRewardID": 11031701, + "ChapterID": 103002, + "SubRewardList": [ + 2001124 + ] + }, + { + "MainMissionID": 1031801, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1031801, + "NextMainMissionList": [], + "Name": { + "Hash": 556387552, + "Hash64": 9833620547847724515 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1031701 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1032001, + "TrackWeight": 100, + "DisplayRewardID": 11032101, + "MissionPack": 1031801, + "ChapterID": 103002, + "SubRewardList": [] + }, + { + "MainMissionID": 1031901, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1031901, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -989493413, + "Hash64": 2192603008941910418 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1032201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "DisplayRewardID": 11032101, + "MissionPack": 1031801, + "ChapterID": 103002, + "SubRewardList": [] + }, + { + "MainMissionID": 1032001, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1032001, + "NextMainMissionList": [], + "Name": { + "Hash": -572912487, + "Hash64": 12499368402604681950 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1031801 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1032101, + "TrackWeight": 100, + "DisplayRewardID": 11032101, + "MissionPack": 1031801, + "ChapterID": 103002, + "SubRewardList": [] + }, + { + "MainMissionID": 1032101, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1032101, + "NextMainMissionList": [], + "Name": { + "Hash": -2118793452, + "Hash64": 17735055705488588453 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1032001 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1032301, + "TrackWeight": 100, + "RewardID": 11032101, + "DisplayRewardID": 11032101, + "MissionPack": 1031801, + "ChapterID": 103002, + "SubRewardList": [] + }, + { + "MainMissionID": 1032201, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1032201, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -855237489, + "Hash64": 10938024428409057681 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1031901, + "TrackWeight": 100, + "DisplayRewardID": 11032101, + "MissionPack": 1031801, + "ChapterID": 103002, + "SubRewardList": [] + }, + { + "MainMissionID": 1032301, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1032301, + "NextMainMissionList": [], + "Name": { + "Hash": 1893848842, + "Hash64": 1484299022563702012 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1032101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1032302, + "TrackWeight": 100, + "RewardID": 11032301, + "DisplayRewardID": 11032301, + "ChapterID": 103003, + "SubRewardList": [] + }, + { + "MainMissionID": 1032302, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1032302, + "NextMainMissionList": [], + "Name": { + "Hash": -1997833927, + "Hash64": 10293362970469080099 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1032301 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1032401, + "TrackWeight": 100, + "RewardID": 11032302, + "DisplayRewardID": 11032302, + "ChapterID": 103003, + "SubRewardList": [] + }, + { + "MainMissionID": 1032401, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1032401, + "NextMainMissionList": [], + "Name": { + "Hash": -1137562491, + "Hash64": 17857210961663792763 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1032302 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1032501, + "TrackWeight": 100, + "RewardID": 11032401, + "DisplayRewardID": 11032401, + "ChapterID": 103003, + "SubRewardList": [] + }, + { + "MainMissionID": 1032501, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1032501, + "NextMainMissionList": [], + "Name": { + "Hash": 1611523840, + "Hash64": 5702495173962614930 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1032401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1032602, + "TrackWeight": 100, + "RewardID": 11032501, + "DisplayRewardID": 11032501, + "ChapterID": 103003, + "SubRewardList": [] + }, + { + "MainMissionID": 1032601, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1032601, + "NextMainMissionList": [], + "Name": { + "Hash": -1419887493, + "Hash64": 9343479267354261372 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1032602 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1032701, + "TrackWeight": 100, + "RewardID": 11032601, + "DisplayRewardID": 11032601, + "ChapterID": 103003, + "SubRewardList": [] + }, + { + "MainMissionID": 1032602, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1032602, + "NextMainMissionList": [], + "Name": { + "Hash": 146196448, + "Hash64": 11526568152154786553 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1032501 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1032601, + "TrackWeight": 100, + "RewardID": 11032602, + "DisplayRewardID": 11032602, + "ChapterID": 103003, + "SubRewardList": [] + }, + { + "MainMissionID": 1032701, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1032701, + "NextMainMissionList": [], + "Name": { + "Hash": 1329198838, + "Hash64": 906257551838208712 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1032601 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1032702, + "TrackWeight": 100, + "RewardID": 100, + "DisplayRewardID": 11032705, + "MissionPack": 1032701, + "ChapterID": 103003, + "SubRewardList": [] + }, + { + "MainMissionID": 1032702, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1032702, + "NextMainMissionList": [], + "Name": { + "Hash": 1732483365, + "Hash64": 18202194784544746050 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1032701 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1032703, + "TrackWeight": 100, + "RewardID": 100, + "DisplayRewardID": 11032705, + "MissionPack": 1032701, + "ChapterID": 103003, + "SubRewardList": [] + }, + { + "MainMissionID": 1032703, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1032703, + "NextMainMissionList": [], + "Name": { + "Hash": 166399424, + "Hash64": 10721540261301878003 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1032702 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1032704, + "TrackWeight": 100, + "RewardID": 100, + "DisplayRewardID": 11032705, + "MissionPack": 1032701, + "ChapterID": 103003, + "SubRewardList": [] + }, + { + "MainMissionID": 1032704, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1032704, + "NextMainMissionList": [], + "Name": { + "Hash": 569683951, + "Hash64": 2020261547320274385 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1032703 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1032705, + "TrackWeight": 100, + "RewardID": 100, + "DisplayRewardID": 11032705, + "MissionPack": 1032701, + "ChapterID": 103003, + "SubRewardList": [] + }, + { + "MainMissionID": 1032705, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1032705, + "NextMainMissionList": [], + "Name": { + "Hash": -996399990, + "Hash64": 5609833223533601830 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1032704 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1032801, + "TrackWeight": 100, + "RewardID": 11032705, + "DisplayRewardID": 11032705, + "MissionPack": 1032701, + "ChapterID": 103003, + "SubRewardList": [] + }, + { + "MainMissionID": 1032801, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1032801, + "NextMainMissionList": [], + "Name": { + "Hash": 556387521, + "Hash64": 11611321591363703701 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1032705 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1032901, + "TrackWeight": 100, + "RewardID": 11032801, + "DisplayRewardID": 11032801, + "ChapterID": 103003, + "SubRewardList": [] + }, + { + "MainMissionID": 1032802, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1032802, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 153102994, + "Hash64": 4815234698161710419 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "DisplayRewardID": 130023, + "ChapterID": 103003, + "SubRewardList": [] + }, + { + "MainMissionID": 1032901, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1032901, + "NextMainMissionList": [], + "Name": { + "Hash": -989493444, + "Hash64": 2644529431371766296 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1032801 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1032902, + "TrackWeight": 100, + "RewardID": 100, + "DisplayRewardID": 11032902, + "MissionPack": 1032901, + "ChapterID": 103003, + "SubRewardList": [] + }, + { + "MainMissionID": 1032902, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1032902, + "NextMainMissionList": [], + "Name": { + "Hash": 1739389911, + "Hash64": 672985307126950626 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1032901 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1033001, + "TrackWeight": 100, + "RewardID": 11032902, + "DisplayRewardID": 11032902, + "MissionPack": 1032901, + "ChapterID": 103003, + "SubRewardList": [] + }, + { + "MainMissionID": 1033001, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1033001, + "NextMainMissionList": [], + "Name": { + "Hash": -572912390, + "Hash64": 10561676689795744259 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1032902 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1033101, + "TrackWeight": 100, + "RewardID": 11033001, + "DisplayRewardID": 11033001, + "ChapterID": 103003, + "SubRewardList": [] + }, + { + "MainMissionID": 1033101, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1033101, + "NextMainMissionList": [], + "Name": { + "Hash": -2118793355, + "Hash64": 922583840685385325 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1033001 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "RewardID": 11033101, + "DisplayRewardID": 11033101, + "ChapterID": 103003, + "SubRewardList": [] + }, + { + "MainMissionID": 1033102, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1033102, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 610090000, + "Hash64": 2401096231562151821 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "DisplayRewardID": 11033101, + "ChapterID": 103003, + "SubRewardList": [] + }, + { + "MainMissionID": 1034101, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1034101, + "NextMainMissionList": [], + "Name": { + "Hash": -2118793650, + "Hash64": 2762049471268193089 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1033101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1034103, + "TrackWeight": 100, + "RewardID": 11034101, + "DisplayRewardID": 11034101, + "ChapterID": 103004, + "SubRewardList": [] + }, + { + "MainMissionID": 1034103, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1034103, + "NextMainMissionList": [], + "Name": { + "Hash": -955994236, + "Hash64": 13662694773822187346 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1034101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1034104, + "TrackWeight": 100, + "RewardID": 11034103, + "DisplayRewardID": 11034103, + "ChapterID": 103004, + "SubRewardList": [] + }, + { + "MainMissionID": 1034104, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1034104, + "NextMainMissionList": [], + "Name": { + "Hash": 1772889119, + "Hash64": 8286160169781631421 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1034103 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1034105, + "TrackWeight": 100, + "RewardID": 11034104, + "DisplayRewardID": 11034104, + "ChapterID": 103004, + "SubRewardList": [] + }, + { + "MainMissionID": 1034105, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1034105, + "NextMainMissionList": [], + "Name": { + "Hash": 206805178, + "Hash64": 2283771771854040182 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1034104 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1034107, + "TrackWeight": 100, + "RewardID": 11034105, + "DisplayRewardID": 11034105, + "ChapterID": 103004, + "SubRewardList": [] + }, + { + "MainMissionID": 1034107, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1034107, + "NextMainMissionList": [], + "Name": { + "Hash": 1369604592, + "Hash64": 3106348702213678316 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1034105 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1034108, + "TrackWeight": 100, + "RewardID": 11034107, + "DisplayRewardID": 11034107, + "ChapterID": 103004, + "SubRewardList": [] + }, + { + "MainMissionID": 1034108, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1034108, + "NextMainMissionList": [], + "Name": { + "Hash": -908940069, + "Hash64": 15815733526860545186 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1034107 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1034109, + "TrackWeight": 100, + "RewardID": 11034108, + "DisplayRewardID": 11034108, + "ChapterID": 103004, + "SubRewardList": [ + 2001279 + ] + }, + { + "MainMissionID": 1034109, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1034109, + "NextMainMissionList": [], + "Name": { + "Hash": 1819943286, + "Hash64": 5107715188028638245 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1034108 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "RewardID": 11034109, + "DisplayRewardID": 11034109, + "ChapterID": 103004, + "SubRewardList": [] + }, + { + "MainMissionID": 1034110, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1034110, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1034109 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "RewardID": 11034110, + "ChapterID": 103004, + "SubRewardList": [] + }, + { + "MainMissionID": 1034201, + "Type": "Gap", + "WorldID": 401, + "DisplayPriority": 1034201, + "NextMainMissionList": [], + "Name": { + "Hash": -855237687, + "Hash64": 10881565409170060963 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1034109 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1034203, + "TrackWeight": 90, + "RewardID": 11034201, + "DisplayRewardID": 11034201, + "ChapterID": 103005, + "SubRewardList": [] + }, + { + "MainMissionID": 1034202, + "Type": "Gap", + "WorldID": 401, + "DisplayPriority": 1034202, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 710846254, + "Hash64": 15976720965398806883 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 11034201, + "ChapterID": 103005, + "SubRewardList": [] + }, + { + "MainMissionID": 1034203, + "Type": "Gap", + "WorldID": 401, + "DisplayPriority": 1034203, + "NextMainMissionList": [], + "Name": { + "Hash": -2018037101, + "Hash64": 15626289130782480609 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1034201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1034204, + "TrackWeight": 90, + "RewardID": 11034203, + "DisplayRewardID": 11034203, + "ChapterID": 103005, + "SubRewardList": [] + }, + { + "MainMissionID": 1034204, + "Type": "Gap", + "WorldID": 401, + "DisplayPriority": 1034204, + "NextMainMissionList": [], + "Name": { + "Hash": -95722800, + "Hash64": 4319111327866343944 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1034203 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1034205, + "TrackWeight": 90, + "RewardID": 11034204, + "DisplayRewardID": 11034204, + "ChapterID": 103005, + "SubRewardList": [] + }, + { + "MainMissionID": 1034205, + "Type": "Gap", + "WorldID": 401, + "DisplayPriority": 1034205, + "NextMainMissionList": [], + "Name": { + "Hash": 1470361141, + "Hash64": 15757954017664001904 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1034204 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1034206, + "TrackWeight": 90, + "RewardID": 11034205, + "DisplayRewardID": 11034205, + "ChapterID": 103005, + "SubRewardList": [] + }, + { + "MainMissionID": 1034206, + "Type": "Gap", + "WorldID": 401, + "DisplayPriority": 1034206, + "NextMainMissionList": [], + "Name": { + "Hash": -1258522214, + "Hash64": 11847363111266851001 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1034205 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1034207, + "TrackWeight": 90, + "RewardID": 11034206, + "DisplayRewardID": 11034206, + "ChapterID": 103005, + "SubRewardList": [] + }, + { + "MainMissionID": 1034207, + "Type": "Gap", + "WorldID": 401, + "DisplayPriority": 1034207, + "NextMainMissionList": [], + "Name": { + "Hash": 307561727, + "Hash64": 321007643629919991 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1034206 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1034209, + "TrackWeight": 90, + "RewardID": 11034207, + "DisplayRewardID": 11034207, + "ChapterID": 103005, + "SubRewardList": [] + }, + { + "MainMissionID": 1034208, + "Type": "Gap", + "WorldID": 401, + "DisplayPriority": 1034208, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1517415308, + "Hash64": 12147020252239017416 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 11034207, + "ChapterID": 103005, + "SubRewardList": [] + }, + { + "MainMissionID": 1034209, + "Type": "Gap", + "WorldID": 401, + "DisplayPriority": 1034209, + "NextMainMissionList": [], + "Name": { + "Hash": -1211468047, + "Hash64": 3455296217552442014 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1034207 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1034210, + "TrackWeight": 90, + "RewardID": 11034209, + "DisplayRewardID": 11034209, + "ChapterID": 103005, + "SubRewardList": [] + }, + { + "MainMissionID": 1034210, + "Type": "Gap", + "WorldID": 401, + "DisplayPriority": 1034210, + "NextMainMissionList": [], + "Name": { + "Hash": 1873645669, + "Hash64": 3461496394134099391 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1034209 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 90, + "RewardID": 11034210, + "DisplayRewardID": 11034210, + "ChapterID": 103005, + "SubRewardList": [] + }, + { + "MainMissionID": 1034211, + "Type": "Gap", + "WorldID": 401, + "DisplayPriority": 1034211, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -855237686, + "Hash64": 7124030767653145349 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 11034210, + "ChapterID": 103005, + "SubRewardList": [] + }, + { + "MainMissionID": 1034212, + "Type": "Gap", + "WorldID": 401, + "DisplayPriority": 1034212, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 710846255, + "Hash64": 5373578679343459025 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 11034206, + "ChapterID": 103005, + "SubRewardList": [] + }, + { + "MainMissionID": 1036001, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1036001, + "NextMainMissionList": [], + "Name": { + "Hash": -572912619, + "Hash64": 6456520591223567015 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1034109 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1036002, + "TrackWeight": 100, + "RewardID": 11036001, + "DisplayRewardID": 11036001, + "ChapterID": 103006, + "SubRewardList": [] + }, + { + "MainMissionID": 1036002, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1036002, + "NextMainMissionList": [], + "Name": { + "Hash": -976197146, + "Hash64": 1626508539430516643 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1036001 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1036003, + "TrackWeight": 100, + "RewardID": 11036002, + "DisplayRewardID": 11036002, + "ChapterID": 103006, + "SubRewardList": [ + 2001327, + 2001378, + 2001379 + ] + }, + { + "MainMissionID": 1036003, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1036003, + "NextMainMissionList": [], + "Name": { + "Hash": 589886795, + "Hash64": 7152228369195953884 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1036002 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1036102, + "TrackWeight": 100, + "RewardID": 11036003, + "DisplayRewardID": 11036003, + "ChapterID": 103006, + "SubRewardList": [] + }, + { + "MainMissionID": 1036004, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1036004, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 186602268, + "Hash64": 12567609022168782018 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 11036003, + "ChapterID": 103006, + "SubRewardList": [] + }, + { + "MainMissionID": 1036102, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1036102, + "NextMainMissionList": [], + "Name": { + "Hash": 610089771, + "Hash64": 1195592246483990683 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1036003 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1036103, + "TrackWeight": 100, + "DisplayRewardID": 11036102, + "MissionPack": 1036102, + "ChapterID": 103006, + "SubRewardList": [] + }, + { + "MainMissionID": 1036103, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1036103, + "NextMainMissionList": [], + "Name": { + "Hash": -955994170, + "Hash64": 6800588097902829563 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1036102 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1036104, + "TrackWeight": 100, + "RewardID": 11036102, + "DisplayRewardID": 11036102, + "MissionPack": 1036102, + "ChapterID": 103006, + "SubRewardList": [] + }, + { + "MainMissionID": 1036104, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1036104, + "NextMainMissionList": [], + "Name": { + "Hash": 1772889185, + "Hash64": 14167592198630223882 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1036103 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1036106, + "TrackWeight": 100, + "RewardID": 11036104, + "DisplayRewardID": 11036104, + "ChapterID": 103006, + "SubRewardList": [] + }, + { + "MainMissionID": 1036105, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1036105, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 206805244, + "Hash64": 12221083239688953174 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 130025, + "ChapterID": 103006, + "SubRewardList": [] + }, + { + "MainMissionID": 1036106, + "Type": "Main", + "WorldID": 401, + "DisplayPriority": 1036106, + "NextMainMissionList": [], + "Name": { + "Hash": -1359278697, + "Hash64": 449485972730596278 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1036104 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "RewardID": 11036106, + "DisplayRewardID": 11036106, + "ChapterID": 103006, + "SubRewardList": [] + }, + { + "MainMissionID": 1040101, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040101, + "NextMainMissionList": [], + "Name": { + "Hash": -1530392295, + "Hash64": 11305597712015638421 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1036106 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1040103, + "TrackWeight": 100, + "RewardID": 11040101, + "DisplayRewardID": 11040101, + "ChapterID": 104001, + "SubRewardList": [] + }, + { + "MainMissionID": 1040102, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040102, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 35691646, + "Hash64": 10074836750148283091 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "DisplayRewardID": 11040101, + "ChapterID": 104001, + "SubRewardList": [] + }, + { + "MainMissionID": 1040103, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040103, + "NextMainMissionList": [], + "Name": { + "Hash": 1601775587, + "Hash64": 6308736172438498702 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1040104, + "TrackWeight": 100, + "RewardID": 11040103, + "DisplayRewardID": 11040103, + "ChapterID": 104001, + "SubRewardList": [ + 2001422 + ] + }, + { + "MainMissionID": 1040104, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040104, + "NextMainMissionList": [], + "Name": { + "Hash": -1127107768, + "Hash64": 10741907746770032793 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040103 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1040111, + "TrackWeight": 100, + "DisplayRewardID": 11040104, + "MissionPack": 1040104, + "ChapterID": 104001, + "SubRewardList": [] + }, + { + "MainMissionID": 1040111, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040111, + "NextMainMissionList": [], + "Name": { + "Hash": -1530392294, + "Hash64": 15674104686372237899 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040104 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1040105, + "TrackWeight": 100, + "RewardID": 11040104, + "DisplayRewardID": 11040104, + "MissionPack": 1040104, + "ChapterID": 104001, + "SubRewardList": [] + }, + { + "MainMissionID": 1040105, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040105, + "NextMainMissionList": [], + "Name": { + "Hash": 438976173, + "Hash64": 1790802417335222533 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040111 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1040106, + "TrackWeight": 100, + "RewardID": 11040105, + "DisplayRewardID": 11040105, + "ChapterID": 104001, + "SubRewardList": [ + 2001423, + 2001386 + ] + }, + { + "MainMissionID": 1040106, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040106, + "NextMainMissionList": [], + "Name": { + "Hash": 2005060114, + "Hash64": 12810931969597702174 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040105 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1040108, + "TrackWeight": 100, + "RewardID": 11040106, + "DisplayRewardID": 11040106, + "ChapterID": 104001, + "SubRewardList": [] + }, + { + "MainMissionID": 1040107, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040107, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -723823241, + "Hash64": 15386961535528895136 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1040106, + "TrackWeight": 100, + "DisplayRewardID": 11040106, + "ChapterID": 104001, + "SubRewardList": [] + }, + { + "MainMissionID": 1040108, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040108, + "NextMainMissionList": [], + "Name": { + "Hash": 842260700, + "Hash64": 3301476473307096336 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040106 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1040112, + "TrackWeight": 100, + "RewardID": 11040108, + "DisplayRewardID": 11040108, + "ChapterID": 104001, + "SubRewardList": [] + }, + { + "MainMissionID": 1040112, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040112, + "NextMainMissionList": [], + "Name": { + "Hash": 35691647, + "Hash64": 14728044251849966806 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040108 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1040109, + "TrackWeight": 100, + "RewardID": 11040112, + "DisplayRewardID": 11040112, + "ChapterID": 104001, + "SubRewardList": [] + }, + { + "MainMissionID": 1040109, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040109, + "NextMainMissionList": [], + "Name": { + "Hash": -1886622655, + "Hash64": 15863870002093180437 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040112 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1040110, + "TrackWeight": 100, + "DisplayRewardID": 11040109, + "MissionPack": 1040109, + "ChapterID": 104001, + "SubRewardList": [ + 2001424 + ] + }, + { + "MainMissionID": 1040110, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040110, + "NextMainMissionList": [], + "Name": { + "Hash": 1198491061, + "Hash64": 11914188352317915966 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040109 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1040113, + "TrackWeight": 100, + "RewardID": 11040109, + "DisplayRewardID": 11040109, + "MissionPack": 1040109, + "ChapterID": 104001, + "SubRewardList": [] + }, + { + "MainMissionID": 1040113, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040113, + "NextMainMissionList": [], + "Name": { + "Hash": 1601775588, + "Hash64": 928551492177755461 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040110 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1040118, + "TrackWeight": 100, + "RewardID": 11040113, + "DisplayRewardID": 11040113, + "ChapterID": 104001, + "SubRewardList": [] + }, + { + "MainMissionID": 1040115, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040115, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 438976174, + "Hash64": 789688811503152324 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "DisplayRewardID": 11040113, + "ChapterID": 104001, + "SubRewardList": [] + }, + { + "MainMissionID": 1040118, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040118, + "NextMainMissionList": [], + "Name": { + "Hash": 842260701, + "Hash64": 14318277754988852569 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040113 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1040114, + "TrackWeight": 100, + "DisplayRewardID": 11040110, + "MissionPack": 1040114, + "ChapterID": 104001, + "SubRewardList": [] + }, + { + "MainMissionID": 1040114, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040114, + "NextMainMissionList": [], + "Name": { + "Hash": -1127107767, + "Hash64": 10079514778898439 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040118 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "RewardID": 11040110, + "DisplayRewardID": 11040110, + "MissionPack": 1040114, + "ChapterID": 104001, + "SubRewardList": [] + }, + { + "MainMissionID": 1040116, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040116, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040105 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "ChapterID": 104001, + "SubRewardList": [] + }, + { + "MainMissionID": 1040117, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1000000, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "ChapterID": 104001, + "SubRewardList": [] + }, + { + "MainMissionID": 1040201, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040201, + "NextMainMissionList": [], + "Name": { + "Hash": -1389229794, + "Hash64": 12555384756313393190 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040114 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1040203, + "TrackWeight": 100, + "RewardID": 11040201, + "DisplayRewardID": 11040201, + "ChapterID": 104002, + "SubRewardList": [] + }, + { + "MainMissionID": 1040202, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040202, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1339653561, + "Hash64": 10897378761029799955 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "DisplayRewardID": 11040201, + "ChapterID": 104002, + "SubRewardList": [] + }, + { + "MainMissionID": 1040203, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040203, + "NextMainMissionList": [], + "Name": { + "Hash": -226430380, + "Hash64": 9412659723535778565 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1040204, + "TrackWeight": 100, + "RewardID": 11040203, + "DisplayRewardID": 11040203, + "ChapterID": 104002, + "SubRewardList": [] + }, + { + "MainMissionID": 1040204, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040204, + "NextMainMissionList": [], + "Name": { + "Hash": 2146222615, + "Hash64": 16482267836223830061 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040203 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1040206, + "TrackWeight": 100, + "RewardID": 11040204, + "DisplayRewardID": 11040204, + "ChapterID": 104002, + "SubRewardList": [] + }, + { + "MainMissionID": 1040205, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040206, + "NextMainMissionList": [], + "Name": { + "Hash": 580138674, + "Hash64": 14631122363028606016 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040206 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1040208, + "TrackWeight": 100, + "RewardID": 11040205, + "DisplayRewardID": 11040205, + "ChapterID": 104002, + "SubRewardList": [] + }, + { + "MainMissionID": 1040206, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040205, + "NextMainMissionList": [], + "Name": { + "Hash": -985945267, + "Hash64": 8696668700058769882 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040204 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1040205, + "TrackWeight": 100, + "RewardID": 11040206, + "DisplayRewardID": 11040206, + "ChapterID": 104002, + "SubRewardList": [] + }, + { + "MainMissionID": 1040207, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040207, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1742938088, + "Hash64": 5151098386526029054 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "DisplayRewardID": 11040208, + "ChapterID": 104002, + "SubRewardList": [] + }, + { + "MainMissionID": 1040208, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040208, + "NextMainMissionList": [], + "Name": { + "Hash": -179376213, + "Hash64": 3612984819845286103 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040205 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1040209, + "TrackWeight": 100, + "RewardID": 11040208, + "DisplayRewardID": 11040208, + "ChapterID": 104002, + "SubRewardList": [ + 2001545 + ] + }, + { + "MainMissionID": 1040209, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040209, + "NextMainMissionList": [], + "Name": { + "Hash": -1745460154, + "Hash64": 14413326306280457996 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040208 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1040211, + "TrackWeight": 100, + "RewardID": 11040209, + "DisplayRewardID": 11040209, + "ChapterID": 104002, + "SubRewardList": [] + }, + { + "MainMissionID": 1040210, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040210, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 176854148, + "Hash64": 14175447329325507476 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "DisplayRewardID": 11040209, + "ChapterID": 104002, + "SubRewardList": [] + }, + { + "MainMissionID": 1040211, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040211, + "NextMainMissionList": [], + "Name": { + "Hash": -1389229793, + "Hash64": 16989055536016863856 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040209 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1040213, + "TrackWeight": 100, + "RewardID": 11040211, + "DisplayRewardID": 11040211, + "ChapterID": 104002, + "SubRewardList": [] + }, + { + "MainMissionID": 1040212, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040212, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1339653562, + "Hash64": 10066055342587039171 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "DisplayRewardID": 11040211, + "ChapterID": 104002, + "SubRewardList": [] + }, + { + "MainMissionID": 1040213, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040213, + "NextMainMissionList": [], + "Name": { + "Hash": -226430379, + "Hash64": 2288946324007077524 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040211 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "RewardID": 11040213, + "DisplayRewardID": 11040213, + "ChapterID": 104002, + "SubRewardList": [] + }, + { + "MainMissionID": 1040301, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040301, + "NextMainMissionList": [], + "Name": { + "Hash": -1248067293, + "Hash64": 4605033732007998900 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040213 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1040302, + "TrackWeight": 100, + "RewardID": 11040301, + "DisplayRewardID": 11040301, + "ChapterID": 104003, + "SubRewardList": [ + 2001551, + 2001557 + ] + }, + { + "MainMissionID": 1040302, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040302, + "NextMainMissionList": [], + "Name": { + "Hash": -1651351820, + "Hash64": 18387373446520727784 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040301 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1040303, + "TrackWeight": 100, + "RewardID": 11040302, + "DisplayRewardID": 11040302, + "ChapterID": 104003, + "SubRewardList": [] + }, + { + "MainMissionID": 1040303, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040303, + "NextMainMissionList": [], + "Name": { + "Hash": -85267879, + "Hash64": 13708548067754948653 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040302 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1040304, + "TrackWeight": 100, + "RewardID": 11040303, + "DisplayRewardID": 11040303, + "ChapterID": 104003, + "SubRewardList": [] + }, + { + "MainMissionID": 1040304, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040304, + "NextMainMissionList": [], + "Name": { + "Hash": -844782766, + "Hash64": 17096745736745688384 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040303 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1040305, + "TrackWeight": 100, + "RewardID": 11040304, + "DisplayRewardID": 11040304, + "ChapterID": 104003, + "SubRewardList": [] + }, + { + "MainMissionID": 1040305, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040305, + "NextMainMissionList": [], + "Name": { + "Hash": 721301175, + "Hash64": 17992726932585424474 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040304 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1040306, + "TrackWeight": 100, + "RewardID": 11040305, + "DisplayRewardID": 11040305, + "ChapterID": 104003, + "SubRewardList": [] + }, + { + "MainMissionID": 1040306, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040306, + "NextMainMissionList": [], + "Name": { + "Hash": 318016648, + "Hash64": 8011400164625753306 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040305 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1040307, + "TrackWeight": 100, + "RewardID": 11040306, + "DisplayRewardID": 11040306, + "ChapterID": 104003, + "SubRewardList": [] + }, + { + "MainMissionID": 1040307, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040307, + "NextMainMissionList": [], + "Name": { + "Hash": 1884100589, + "Hash64": 3600293721326101852 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040306 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1040308, + "TrackWeight": 100, + "RewardID": 11040307, + "DisplayRewardID": 11040307, + "ChapterID": 104003, + "SubRewardList": [] + }, + { + "MainMissionID": 1040308, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040308, + "NextMainMissionList": [], + "Name": { + "Hash": 1124585702, + "Hash64": 15587440279707060635 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040307 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1040309, + "TrackWeight": 100, + "RewardID": 11040308, + "DisplayRewardID": 11040308, + "ChapterID": 104003, + "SubRewardList": [] + }, + { + "MainMissionID": 1040309, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040309, + "NextMainMissionList": [], + "Name": { + "Hash": -1604297653, + "Hash64": 2961260803321384230 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040308 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1040310, + "TrackWeight": 100, + "RewardID": 11040309, + "DisplayRewardID": 11040309, + "ChapterID": 104003, + "SubRewardList": [] + }, + { + "MainMissionID": 1040310, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040310, + "NextMainMissionList": [], + "Name": { + "Hash": 1480816063, + "Hash64": 8900205488290276695 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040309 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "RewardID": 11040310, + "DisplayRewardID": 11040310, + "ChapterID": 104003, + "SubRewardList": [] + }, + { + "MainMissionID": 1040311, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040311, + "NextMainMissionList": [], + "Name": { + "Hash": -1248067292, + "Hash64": 7378885638391764867 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040305 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "ChapterID": 104003, + "SubRewardList": [] + }, + { + "MainMissionID": 1040316, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040316, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 318016649, + "Hash64": 16105653657381106472 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "DisplayRewardID": 130026, + "ChapterID": 104003, + "SubRewardList": [] + }, + { + "MainMissionID": 1040317, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040317, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1884100590, + "Hash64": 10392294443046592696 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "DisplayRewardID": 130027, + "ChapterID": 104003, + "SubRewardList": [] + }, + { + "MainMissionID": 1040319, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040319, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1604297652, + "Hash64": 11616109371078988130 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "DisplayRewardID": 130028, + "ChapterID": 104003, + "SubRewardList": [] + }, + { + "MainMissionID": 1040401, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040401, + "NextMainMissionList": [], + "Name": { + "Hash": -1106904792, + "Hash64": 2934675438092488299 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040310 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1040402, + "TrackWeight": 100, + "RewardID": 11040401, + "DisplayRewardID": 11040401, + "ChapterID": 104004, + "SubRewardList": [] + }, + { + "MainMissionID": 1040402, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040402, + "NextMainMissionList": [], + "Name": { + "Hash": -703620265, + "Hash64": 11201865716563245249 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1040403, + "TrackWeight": 100, + "RewardID": 11040402, + "DisplayRewardID": 11040402, + "ChapterID": 104004, + "SubRewardList": [ + 2001596 + ] + }, + { + "MainMissionID": 1040403, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040403, + "NextMainMissionList": [], + "Name": { + "Hash": 2025263090, + "Hash64": 15509463696438680928 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040402 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1040404, + "TrackWeight": 100, + "RewardID": 11040403, + "DisplayRewardID": 11040403, + "ChapterID": 104004, + "SubRewardList": [ + 2001583 + ] + }, + { + "MainMissionID": 1040412, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040412, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -703620264, + "Hash64": 1010643843545768609 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "DisplayRewardID": 11040403, + "ChapterID": 104004, + "SubRewardList": [] + }, + { + "MainMissionID": 1040404, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040404, + "NextMainMissionList": [], + "Name": { + "Hash": -1510189319, + "Hash64": 10009231949222237842 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040403 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1040405, + "TrackWeight": 100, + "RewardID": 11040404, + "DisplayRewardID": 11040404, + "ChapterID": 104004, + "SubRewardList": [] + }, + { + "MainMissionID": 1040413, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040413, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 2025263091, + "Hash64": 4244026040462411801 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "DisplayRewardID": 11040404, + "ChapterID": 104004, + "SubRewardList": [] + }, + { + "MainMissionID": 1040405, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040405, + "NextMainMissionList": [], + "Name": { + "Hash": 1218694036, + "Hash64": 5830849110573136399 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040404 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1040406, + "TrackWeight": 100, + "RewardID": 11040405, + "DisplayRewardID": 11040405, + "ChapterID": 104004, + "SubRewardList": [] + }, + { + "MainMissionID": 1040406, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040406, + "NextMainMissionList": [], + "Name": { + "Hash": 1621978563, + "Hash64": 10607610436068062947 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040405 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1040407, + "TrackWeight": 100, + "RewardID": 11040406, + "DisplayRewardID": 11040406, + "ChapterID": 104004, + "SubRewardList": [] + }, + { + "MainMissionID": 1040407, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040407, + "NextMainMissionList": [], + "Name": { + "Hash": 55894622, + "Hash64": 3889072771739350803 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040406 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1040409, + "TrackWeight": 100, + "RewardID": 11040407, + "DisplayRewardID": 11040407, + "ChapterID": 104004, + "SubRewardList": [] + }, + { + "MainMissionID": 1040408, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040408, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 102948789, + "Hash64": 16804323871557622130 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "DisplayRewardID": 11040407, + "ChapterID": 104004, + "SubRewardList": [] + }, + { + "MainMissionID": 1040409, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040409, + "NextMainMissionList": [], + "Name": { + "Hash": -1463135152, + "Hash64": 10728112334168148411 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040407 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1040414, + "TrackWeight": 100, + "RewardID": 11040409, + "DisplayRewardID": 11040409, + "ChapterID": 104004, + "SubRewardList": [ + 2001561 + ] + }, + { + "MainMissionID": 1040415, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040415, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1218694037, + "Hash64": 1543587668631828204 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "DisplayRewardID": 11040409, + "ChapterID": 104004, + "SubRewardList": [] + }, + { + "MainMissionID": 1040414, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040414, + "NextMainMissionList": [], + "Name": { + "Hash": -1510189318, + "Hash64": 14028189512213927614 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040409 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1040410, + "TrackWeight": 100, + "DisplayRewardID": 11040416, + "MissionPack": 1040414, + "ChapterID": 104004, + "SubRewardList": [] + }, + { + "MainMissionID": 1040410, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040410, + "NextMainMissionList": [], + "Name": { + "Hash": 459179150, + "Hash64": 10741266890079601532 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040414 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1040417, + "TrackWeight": 100, + "DisplayRewardID": 11040416, + "MissionPack": 1040414, + "ChapterID": 104004, + "SubRewardList": [] + }, + { + "MainMissionID": 1040417, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040417, + "NextMainMissionList": [], + "Name": { + "Hash": 55894623, + "Hash64": 6935495535892032547 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040410 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1040416, + "TrackWeight": 100, + "DisplayRewardID": 11040416, + "MissionPack": 1040414, + "ChapterID": 104004, + "SubRewardList": [] + }, + { + "MainMissionID": 1040411, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040411, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1106904791, + "Hash64": 3684754185397921789 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "DisplayRewardID": 11040416, + "ChapterID": 104004, + "SubRewardList": [] + }, + { + "MainMissionID": 1040416, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040416, + "NextMainMissionList": [], + "Name": { + "Hash": 1621978564, + "Hash64": 6557125620566496821 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040417 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "RewardID": 11040416, + "DisplayRewardID": 11040416, + "MissionPack": 1040414, + "ChapterID": 104004, + "SubRewardList": [] + }, + { + "MainMissionID": 1040501, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040501, + "NextMainMissionList": [], + "Name": { + "Hash": -965742291, + "Hash64": 9637152951394241207 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040416 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1040503, + "TrackWeight": 100, + "RewardID": 11040501, + "DisplayRewardID": 11040501, + "ChapterID": 104005, + "SubRewardList": [] + }, + { + "MainMissionID": 1040502, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040502, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 600341650, + "Hash64": 15357976941139144425 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "DisplayRewardID": 130029, + "ChapterID": 104005, + "SubRewardList": [] + }, + { + "MainMissionID": 1040503, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040503, + "NextMainMissionList": [], + "Name": { + "Hash": -2128541705, + "Hash64": 11176562907129115261 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040501 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1040505, + "TrackWeight": 100, + "RewardID": 11040503, + "DisplayRewardID": 11040503, + "ChapterID": 104005, + "SubRewardList": [] + }, + { + "MainMissionID": 1040504, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040504, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -206227404, + "Hash64": 1897095777870879002 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "DisplayRewardID": 130030, + "ChapterID": 104005, + "SubRewardList": [] + }, + { + "MainMissionID": 1040505, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040505, + "NextMainMissionList": [], + "Name": { + "Hash": 1359856537, + "Hash64": 3112562811778336667 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040503 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "RewardID": 11040505, + "DisplayRewardID": 11040505, + "ChapterID": 104005, + "SubRewardList": [] + }, + { + "MainMissionID": 1040506, + "Type": "Main", + "WorldID": 501, + "DisplayPriority": 1040506, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1369026818, + "Hash64": 6887999708369217081 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "DisplayRewardID": 130031, + "ChapterID": 104005, + "SubRewardList": [] + }, + { + "MainMissionID": 1040531, + "Type": "Gap", + "WorldID": 401, + "DisplayPriority": 1040531, + "NextMainMissionList": [], + "Name": { + "Hash": -965742288, + "Hash64": 11439342367500267950 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1034109 + }, + { + "Type": "MultiSequence", + "Value": 1034210 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1040534, + "TrackWeight": 100, + "RewardID": 11040531, + "DisplayRewardID": 11040531, + "ChapterID": 104006, + "SubRewardList": [] + }, + { + "MainMissionID": 1040532, + "Type": "Gap", + "WorldID": 401, + "DisplayPriority": 1040532, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 600341653, + "Hash64": 4536509898163337262 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1040533, + "TrackWeight": 100, + "DisplayRewardID": 11040531, + "ChapterID": 104006, + "SubRewardList": [] + }, + { + "MainMissionID": 1040533, + "Type": "Gap", + "WorldID": 401, + "DisplayPriority": 1040533, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -2128541702, + "Hash64": 6751470189580514528 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040532 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "DisplayRewardID": 11040531, + "ChapterID": 104006, + "SubRewardList": [] + }, + { + "MainMissionID": 1040534, + "Type": "Gap", + "WorldID": 401, + "DisplayPriority": 1040534, + "NextMainMissionList": [], + "Name": { + "Hash": -206227401, + "Hash64": 4952982258497352204 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040531 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1040551, + "TrackWeight": 100, + "DisplayRewardID": 11040531, + "ChapterID": 104006, + "SubRewardList": [] + }, + { + "MainMissionID": 1040535, + "Type": "Gap", + "WorldID": 401, + "DisplayPriority": 1040535, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1359856540, + "Hash64": 2802678908797937223 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1040536, + "TrackWeight": 100, + "DisplayRewardID": 130032, + "ChapterID": 104006, + "SubRewardList": [] + }, + { + "MainMissionID": 1040536, + "Type": "Gap", + "WorldID": 501, + "DisplayPriority": 1040536, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1369026815, + "Hash64": 147261167128031704 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040535 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1040537, + "TrackWeight": 100, + "DisplayRewardID": 130032, + "ChapterID": 104006, + "SubRewardList": [] + }, + { + "MainMissionID": 1040537, + "Type": "Gap", + "WorldID": 101, + "DisplayPriority": 1040537, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 197057126, + "Hash64": 3644503790247635462 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040536 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1040538, + "TrackWeight": 100, + "DisplayRewardID": 130032, + "ChapterID": 104006, + "SubRewardList": [] + }, + { + "MainMissionID": 1040538, + "Type": "Gap", + "WorldID": 401, + "DisplayPriority": 1040538, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1406910707, + "Hash64": 6559408578788377344 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040537 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "DisplayRewardID": 130032, + "ChapterID": 104006, + "SubRewardList": [] + }, + { + "MainMissionID": 1040539, + "Type": "Gap", + "WorldID": 401, + "DisplayPriority": 1040539, + "NextMainMissionList": [], + "Name": { + "Hash": -1321972648, + "Hash64": 601072992560509097 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040551 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "RewardID": 11040539, + "DisplayRewardID": 11040539, + "ChapterID": 104006, + "SubRewardList": [ + 2001599 + ] + }, + { + "MainMissionID": 1040551, + "Type": "Gap", + "WorldID": 101, + "DisplayPriority": 1040551, + "NextMainMissionList": [], + "Name": { + "Hash": -965742294, + "Hash64": 5187706458173571430 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040534 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1040539, + "TrackWeight": 100, + "RewardID": 11040551, + "DisplayRewardID": 11040551, + "ChapterID": 104006, + "SubRewardList": [] + }, + { + "MainMissionID": 1040552, + "Type": "Gap", + "WorldID": 101, + "DisplayPriority": 1040552, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 600341647, + "Hash64": 10124421485165565999 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "DisplayRewardID": 11040551, + "ChapterID": 104006, + "SubRewardList": [] + }, + { + "MainMissionID": 1040553, + "Type": "Gap", + "WorldID": 101, + "DisplayPriority": 1040553, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -2128541708, + "Hash64": 12970555367450135028 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040552 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "DisplayRewardID": 11040551, + "ChapterID": 104006, + "SubRewardList": [] + }, + { + "MainMissionID": 1040554, + "Type": "Gap", + "WorldID": 101, + "DisplayPriority": 1040554, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -206227407, + "Hash64": 16707615830895383334 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040553 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "DisplayRewardID": 11040551, + "ChapterID": 104006, + "SubRewardList": [] + }, + { + "MainMissionID": 2000001, + "Type": "Branch", + "DisplayPriority": 2000001, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "PlayerLevel", + "Value": 8 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 2000002, + "Type": "Branch", + "DisplayPriority": 2000002, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "PlayerLevel", + "Value": 9 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 2000003, + "Type": "Branch", + "DisplayPriority": 2000003, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "PlayerLevel", + "Value": 16 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 2000004, + "Type": "Branch", + "DisplayPriority": 2000004, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "PlayerLevel", + "Value": 17 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 2000100, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 2000100, + "NextMainMissionList": [], + "Name": { + "Hash": -1916095081, + "Hash64": 5264301753883672212 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000402 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12000100, + "DisplayRewardID": 12000101, + "MissionPack": 2000101, + "SubRewardList": [] + }, + { + "MainMissionID": 2000101, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 2000101, + "NextMainMissionList": [], + "Name": { + "Hash": 812788274, + "Hash64": 7357364831122238777 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2000100 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 2000131, + "RewardID": 12000101, + "DisplayRewardID": 12000101, + "MissionPack": 2000101, + "SubRewardList": [] + }, + { + "MainMissionID": 2000102, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 2000102, + "NextMainMissionList": [], + "Name": { + "Hash": -753295667, + "Hash64": 3891254370797665808 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2000103 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12000102, + "DisplayRewardID": 12000102, + "MissionPack": 2000103, + "SubRewardList": [] + }, + { + "MainMissionID": 2000103, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 2000103, + "NextMainMissionList": [], + "Name": { + "Hash": 1975587688, + "Hash64": 4397221464765391960 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2000132 + }, + { + "Type": "MultiSequence", + "Value": 1011001 + }, + { + "Type": "PlayerLevel", + "Value": 18 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 2000102, + "RewardID": 100, + "DisplayRewardID": 12000102, + "MissionPack": 2000103, + "SubRewardList": [] + }, + { + "MainMissionID": 2000104, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 2000104, + "NextMainMissionList": [], + "Name": { + "Hash": 409503747, + "Hash64": 6020410994550988685 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2000132 + }, + { + "Type": "MultiSequence", + "Value": 1011001 + }, + { + "Type": "PlayerLevel", + "Value": 17 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 2000105, + "RewardID": 100, + "DisplayRewardID": 12000105, + "MissionPack": 2000104, + "SubRewardList": [] + }, + { + "MainMissionID": 2000105, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 2000105, + "NextMainMissionList": [], + "Name": { + "Hash": -1156580194, + "Hash64": 5285344430223537061 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2000104 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12000105, + "DisplayRewardID": 12000105, + "MissionPack": 2000104, + "SubRewardList": [ + 2000052, + 2000053, + 2000054, + 2000055, + 2000056 + ] + }, + { + "MainMissionID": 2000106, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 2000106, + "NextMainMissionList": [], + "Name": { + "Hash": 1572303161, + "Hash64": 14941300839673017746 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 2000107, + "RewardID": 100, + "DisplayRewardID": 12000107, + "MissionPack": 2000106, + "SubRewardList": [] + }, + { + "MainMissionID": 2000107, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 2000107, + "NextMainMissionList": [], + "Name": { + "Hash": 6219220, + "Hash64": 16054792697328886104 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2000106 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12000107, + "DisplayRewardID": 12000107, + "MissionPack": 2000106, + "SubRewardList": [] + }, + { + "MainMissionID": 2000108, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 2000108, + "NextMainMissionList": [], + "Name": { + "Hash": 2022641855, + "Hash64": 10412465079124703364 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2000102 + }, + { + "Type": "PlayerLevel", + "Value": 19 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 2000109, + "RewardID": 100, + "DisplayRewardID": 12000109, + "MissionPack": 2000108, + "SubRewardList": [] + }, + { + "MainMissionID": 2000109, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 2000109, + "NextMainMissionList": [], + "Name": { + "Hash": 456557914, + "Hash64": 8564900454271953315 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2000108 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12000109, + "DisplayRewardID": 12000109, + "MissionPack": 2000108, + "SubRewardList": [] + }, + { + "MainMissionID": 2000110, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 2000110, + "NextMainMissionList": [], + "Name": { + "Hash": -1916095080, + "Hash64": 3539859588653217379 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2000132 + }, + { + "Type": "MultiSequence", + "Value": 1010403 + }, + { + "Type": "PlayerLevel", + "Value": 12 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 2000111, + "RewardID": 100, + "DisplayRewardID": 12000111, + "MissionPack": 2000110, + "SubRewardList": [] + }, + { + "MainMissionID": 2000111, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 2000111, + "NextMainMissionList": [], + "Name": { + "Hash": 812788275, + "Hash64": 813088951519917941 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2000110 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12000111, + "DisplayRewardID": 12000111, + "MissionPack": 2000110, + "SubRewardList": [] + }, + { + "MainMissionID": 2000112, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 2000112, + "NextMainMissionList": [], + "Name": { + "Hash": -753295666, + "Hash64": 17830975397632381226 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2000301 + }, + { + "Type": "MultiSequence", + "Value": 1011001 + }, + { + "Type": "PlayerLevel", + "Value": 18 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 2000113, + "RewardID": 100, + "DisplayRewardID": 12000113, + "MissionPack": 2000112, + "SubRewardList": [] + }, + { + "MainMissionID": 2000113, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 2000113, + "NextMainMissionList": [], + "Name": { + "Hash": 1975587689, + "Hash64": 9767730268653463864 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2000112 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12000113, + "DisplayRewardID": 12000113, + "MissionPack": 2000112, + "SubRewardList": [ + 2000380 + ] + }, + { + "MainMissionID": 2000116, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 2000116, + "NextMainMissionList": [], + "Name": { + "Hash": 1572303162, + "Hash64": 4430370387802838759 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2000132 + }, + { + "Type": "MultiSequence", + "Value": 1011001 + }, + { + "Type": "PlayerLevel", + "Value": 19 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12000116, + "DisplayRewardID": 12000116, + "SubRewardList": [ + 2000160, + 2000161, + 2000162 + ] + }, + { + "MainMissionID": 2000118, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 2000118, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2000105 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [ + 2000049, + 2000050, + 2000051 + ] + }, + { + "MainMissionID": 2000119, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 2000119, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2000110 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 2000120, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 2000120, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2000113 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 2000122, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 2000122, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2000108 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [ + 12000122 + ] + }, + { + "MainMissionID": 2000131, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 2000131, + "NextMainMissionList": [], + "Name": { + "Hash": 812788277, + "Hash64": 1113249414071165575 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2000101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 2000132, + "RewardID": 12000131, + "DisplayRewardID": 12000131, + "MissionPack": 2000101, + "SubRewardList": [] + }, + { + "MainMissionID": 2000132, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 2000132, + "NextMainMissionList": [], + "Name": { + "Hash": -753295664, + "Hash64": 14752969106840893381 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2000131 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12000132, + "DisplayRewardID": 12000132, + "MissionPack": 2000101, + "SubRewardList": [ + 2000046 + ] + }, + { + "MainMissionID": 2000133, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 2000133, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2000132 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 2000201, + "Type": "Companion", + "WorldID": 101, + "DisplayPriority": 2000201, + "NextMainMissionList": [], + "Name": { + "Hash": 671625773, + "Hash64": 4020981717711199739 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2000132 + }, + { + "Type": "MultiSequence", + "Value": 1011001 + }, + { + "Type": "PlayerLevel", + "Value": 17 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 2000202, + "RewardID": 100, + "DisplayRewardID": 12000202, + "MissionPack": 2000201, + "ChapterID": 600001, + "SubRewardList": [] + }, + { + "MainMissionID": 2000202, + "Type": "Companion", + "WorldID": 101, + "DisplayPriority": 2000202, + "NextMainMissionList": [], + "Name": { + "Hash": -2057257582, + "Hash64": 3262281733083735148 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2000201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 2000208, + "RewardID": 12000202, + "DisplayRewardID": 12000202, + "MissionPack": 2000201, + "ChapterID": 600001, + "SubRewardList": [] + }, + { + "MainMissionID": 2000203, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 2000203, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2000202 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 12000202, + "SubRewardList": [] + }, + { + "MainMissionID": 2000204, + "Type": "Companion", + "WorldID": 101, + "DisplayPriority": 2000204, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1431140660, + "Hash64": 14587205388957016702 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 2000202, + "DisplayRewardID": 130001, + "ChapterID": 600001, + "SubRewardList": [] + }, + { + "MainMissionID": 2000205, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 2000205, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1297742695, + "Hash64": 472551706811254414 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 2000206, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 2000206, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 268341246, + "Hash64": 1855354468371486399 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 2000207, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 2000207, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1834425187, + "Hash64": 8570106953079513731 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 2000208, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 2000208, + "NextMainMissionList": [], + "Name": { + "Hash": -1250688528, + "Hash64": 7287726416394930043 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2000202 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 2000209, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 2000209, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2000201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 2000493, + "SubRewardList": [] + }, + { + "MainMissionID": 2000211, + "Type": "Companion", + "WorldID": 101, + "DisplayPriority": 2000211, + "NextMainMissionList": [], + "Name": { + "Hash": 671625774, + "Hash64": 11798600028959779156 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2000132 + }, + { + "Type": "MultiSequence", + "Value": 1010403 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12000211, + "DisplayRewardID": 12000211, + "ChapterID": 600001, + "SubRewardList": [ + 2000265, + 2000266, + 2000398 + ] + }, + { + "MainMissionID": 2000212, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 2000212, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2000211 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 2000301, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 2000301, + "NextMainMissionList": [], + "Name": { + "Hash": 530463272, + "Hash64": 15162510607272548958 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2000132 + }, + { + "Type": "MultiSequence", + "Value": 1010403 + }, + { + "Type": "PlayerLevel", + "Value": 11 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 2000302, + "RewardID": 100, + "DisplayRewardID": 12000302, + "MissionPack": 2000301, + "SubRewardList": [] + }, + { + "MainMissionID": 2000302, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 2000302, + "NextMainMissionList": [], + "Name": { + "Hash": 933747799, + "Hash64": 15223954157571013409 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2000301 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 2000303, + "RewardID": 12000302, + "DisplayRewardID": 12000302, + "MissionPack": 2000301, + "SubRewardList": [] + }, + { + "MainMissionID": 2000303, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 2000303, + "NextMainMissionList": [], + "Name": { + "Hash": -632336142, + "Hash64": 4134176456313842290 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "SequenceNextDay", + "Value": 2000302 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 2000304, + "RewardID": 12000303, + "DisplayRewardID": 12000303, + "SubRewardList": [] + }, + { + "MainMissionID": 2000304, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 2000304, + "NextMainMissionList": [], + "Name": { + "Hash": 127178745, + "Hash64": 17175847370993907724 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "SequenceNextDay", + "Value": 2000303 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12000304, + "DisplayRewardID": 12000304, + "SubRewardList": [] + }, + { + "MainMissionID": 2000305, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 2000305, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2000304 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 2000310, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 2000310, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 2000311, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 2000311, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 2000312, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 2000312, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12000312, + "DisplayRewardID": 12000312, + "SubRewardList": [ + 2000264 + ] + }, + { + "MainMissionID": 2000313, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 2000313, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2000107 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 2000314, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 2000314, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2000313 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12000314, + "DisplayRewardID": 12000314, + "SubRewardList": [] + }, + { + "MainMissionID": 2000320, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 2000320, + "NextMainMissionList": [], + "Name": { + "Hash": 2096547215, + "Hash64": 12098279519319822844 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2000132 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [ + 2000403, + 2000404, + 2000405, + 2000406, + 2000407, + 2000408, + 2000409, + 2000410, + 2000411, + 2000412, + 2000413, + 2000414, + 2000415, + 2000416, + 2000417, + 2000418, + 2000419, + 2000420, + 2000421, + 2000422 + ] + }, + { + "MainMissionID": 2000701, + "Type": "Companion", + "WorldID": 101, + "DisplayPriority": 2000701, + "NextMainMissionList": [], + "Name": { + "Hash": -34186732, + "Hash64": 1757513997780531077 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "PlayerLevel", + "Value": 21 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 2000702, + "RewardID": 100, + "DisplayRewardID": 12000704, + "MissionPack": 2000701, + "ChapterID": 601071, + "SubRewardList": [ + 2000396 + ] + }, + { + "MainMissionID": 2000702, + "Type": "Companion", + "WorldID": 101, + "DisplayPriority": 2000702, + "NextMainMissionList": [], + "Name": { + "Hash": 369097795, + "Hash64": 18324537623435843600 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2000701 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 2000704, + "DisplayRewardID": 12000704, + "MissionPack": 2000701, + "ChapterID": 601071, + "SubRewardList": [] + }, + { + "MainMissionID": 2000703, + "Type": "Companion", + "WorldID": 101, + "DisplayPriority": 2000703, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1196986146, + "Hash64": 2628740536865237297 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 12000704, + "ChapterID": 601071, + "SubRewardList": [] + }, + { + "MainMissionID": 2000704, + "Type": "Companion", + "WorldID": 101, + "DisplayPriority": 2000704, + "NextMainMissionList": [], + "Name": { + "Hash": -793701619, + "Hash64": 6808174816428748656 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2000702 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 2000705, + "RewardID": 12000704, + "DisplayRewardID": 12000704, + "MissionPack": 2000701, + "ChapterID": 601071, + "SubRewardList": [] + }, + { + "MainMissionID": 2000705, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 2000705, + "NextMainMissionList": [], + "Name": { + "Hash": 1935181736, + "Hash64": 11611967860699466131 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2000704 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 2000706, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 2000706, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2000704 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 2000707, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 2000707, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2000702 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 2000801, + "Type": "Companion", + "DisplayPriority": 2000801, + "NextMainMissionList": [], + "Name": { + "Hash": 2083250783, + "Hash64": 16794219770785737057 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1011503 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12000801, + "DisplayRewardID": 12000801, + "ChapterID": 601091, + "SubRewardList": [] + }, + { + "MainMissionID": 2000802, + "Type": "Companion", + "DisplayPriority": 2000802, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1679966256, + "Hash64": 1810460648187753481 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 12000801, + "ChapterID": 601091, + "SubRewardList": [] + }, + { + "MainMissionID": 2000803, + "Type": "Branch", + "DisplayPriority": 2000803, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2000801 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 2000901, + "Type": "Gap", + "WorldID": 101, + "DisplayPriority": 2000901, + "NextMainMissionList": [], + "Name": { + "Hash": 1942088282, + "Hash64": 9764350911305149039 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2001001 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12000901, + "DisplayRewardID": 12000901, + "ChapterID": 600011, + "SubRewardList": [] + }, + { + "MainMissionID": 2000902, + "Type": "Gap", + "WorldID": 101, + "DisplayPriority": 2000902, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 376004341, + "Hash64": 5919121419233812423 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "ChapterID": 600011, + "SubRewardList": [] + }, + { + "MainMissionID": 2000903, + "Type": "Gap", + "WorldID": 101, + "DisplayPriority": 2000903, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1190079600, + "Hash64": 15919330911841168970 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 130021, + "ChapterID": 600011, + "SubRewardList": [] + }, + { + "MainMissionID": 2001001, + "Type": "Gap", + "WorldID": 101, + "DisplayPriority": 2001001, + "NextMainMissionList": [], + "Name": { + "Hash": 953950872, + "Hash64": 6289057174241553798 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1011503 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 2000901, + "RewardID": 12001001, + "DisplayRewardID": 12001001, + "ChapterID": 600011, + "SubRewardList": [] + }, + { + "MainMissionID": 2001002, + "Type": "Gap", + "WorldID": 101, + "DisplayPriority": 2001002, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 550666345, + "Hash64": 6927369122627690492 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 12001001, + "ChapterID": 600011, + "SubRewardList": [] + }, + { + "MainMissionID": 2001003, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 2001003, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2001001 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 2001101, + "Type": "Branch", + "DisplayPriority": 2001101, + "NextMainMissionList": [], + "Name": { + "Hash": 812788371, + "Hash64": 4402370220277991128 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1021702 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12001101, + "DisplayRewardID": 12001101, + "ChapterID": 200110, + "SubRewardList": [] + }, + { + "MainMissionID": 2001201, + "Type": "Branch", + "DisplayPriority": 2001201, + "NextMainMissionList": [], + "Name": { + "Hash": 671625870, + "Hash64": 7202383165829433699 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2001101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12001201, + "DisplayRewardID": 12001201, + "ChapterID": 200110, + "SubRewardList": [ + 2001461, + 2001462 + ] + }, + { + "MainMissionID": 2001301, + "Type": "Branch", + "DisplayPriority": 2001301, + "NextMainMissionList": [], + "Name": { + "Hash": 530463369, + "Hash64": 10128250902487184372 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2001201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12001301, + "DisplayRewardID": 12001301, + "ChapterID": 200110, + "SubRewardList": [] + }, + { + "MainMissionID": 2001401, + "Type": "Branch", + "DisplayPriority": 2001401, + "NextMainMissionList": [], + "Name": { + "Hash": 389300868, + "Hash64": 4855185423647748691 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2001301 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12001401, + "DisplayRewardID": 12001401, + "ChapterID": 200110, + "SubRewardList": [] + }, + { + "MainMissionID": 2001501, + "Type": "Branch", + "DisplayPriority": 2001501, + "NextMainMissionList": [], + "Name": { + "Hash": 248138367, + "Hash64": 15723024183038922475 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2001401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12001501, + "DisplayRewardID": 12001501, + "ChapterID": 200110, + "SubRewardList": [] + }, + { + "MainMissionID": 2010005, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 2010005, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010204 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 2010201, + "Type": "Gap", + "WorldID": 201, + "DisplayPriority": 2010201, + "NextMainMissionList": [], + "Name": { + "Hash": -1652681400, + "Hash64": 15588222531124083710 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1021702 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 2010206, + "TrackWeight": 90, + "RewardID": 12010201, + "DisplayRewardID": 12010201, + "ChapterID": 101101, + "SubRewardList": [ + 2000576 + ] + }, + { + "MainMissionID": 2010202, + "Type": "Gap", + "WorldID": 201, + "DisplayPriority": 2010202, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1249396873, + "Hash64": 14963271833916079167 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 90, + "DisplayRewardID": 12010206, + "ChapterID": 101101, + "SubRewardList": [] + }, + { + "MainMissionID": 2010203, + "Type": "Gap", + "WorldID": 201, + "DisplayPriority": 2010203, + "NextMainMissionList": [], + "Name": { + "Hash": 1479486482, + "Hash64": 5266938353567333388 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2010206 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 90, + "RewardID": 12010203, + "DisplayRewardID": 12010203, + "ChapterID": 101101, + "SubRewardList": [] + }, + { + "MainMissionID": 2010204, + "Type": "Gap", + "WorldID": 201, + "DisplayPriority": 2010204, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -2055965927, + "Hash64": 12617700319100530425 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 90, + "DisplayRewardID": 12010203, + "ChapterID": 101101, + "SubRewardList": [] + }, + { + "MainMissionID": 2010205, + "Type": "Gap", + "WorldID": 201, + "DisplayPriority": 2010205, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 672917428, + "Hash64": 7927837673502209792 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 90, + "DisplayRewardID": 12010206, + "ChapterID": 101101, + "SubRewardList": [] + }, + { + "MainMissionID": 2010206, + "Type": "Gap", + "WorldID": 201, + "DisplayPriority": 2010206, + "NextMainMissionList": [], + "Name": { + "Hash": 1076201955, + "Hash64": 3736440552985114490 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2010201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 2010203, + "TrackWeight": 90, + "RewardID": 12010206, + "DisplayRewardID": 12010206, + "ChapterID": 101101, + "SubRewardList": [] + }, + { + "MainMissionID": 2010301, + "Type": "Branch", + "SubType": "Game", + "WorldID": 201, + "DisplayPriority": 2010301, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010206 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 2010302, + "Type": "Branch", + "SubType": "Game", + "WorldID": 201, + "DisplayPriority": 2010302, + "NextMainMissionList": [], + "Name": { + "Hash": 1459283506, + "Hash64": 12857673782233306282 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010802 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12010302, + "DisplayRewardID": 12010302, + "SubRewardList": [] + }, + { + "MainMissionID": 2010401, + "Type": "Branch", + "SubType": "Game", + "WorldID": 201, + "DisplayPriority": 2010401, + "NextMainMissionList": [], + "Name": { + "Hash": -1935006402, + "Hash64": 1234618676929179346 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010802 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12010401, + "DisplayRewardID": 12010401, + "SubRewardList": [] + }, + { + "MainMissionID": 2010402, + "Type": "Branch", + "SubType": "Game", + "WorldID": 201, + "DisplayPriority": 2010402, + "NextMainMissionList": [], + "Name": { + "Hash": 793876953, + "Hash64": 12676156592981205795 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "SequenceNextDay", + "Value": 2010401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12010402, + "DisplayRewardID": 12010402, + "SubRewardList": [] + }, + { + "MainMissionID": 2010405, + "Type": "Branch", + "SubType": "Game", + "WorldID": 201, + "DisplayPriority": 2010405, + "NextMainMissionList": [], + "Name": { + "Hash": 34362066, + "Hash64": 5619799482713853800 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "SequenceNextDay", + "Value": 2010402 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12010405, + "DisplayRewardID": 12010405, + "SubRewardList": [] + }, + { + "MainMissionID": 2010500, + "Type": "Companion", + "WorldID": 201, + "DisplayPriority": 2010500, + "NextMainMissionList": [], + "Name": { + "Hash": -1955209378, + "Hash64": 16294091495595263334 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010802 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "MissionPack": 2010500, + "ChapterID": 601021, + "SubRewardList": [] + }, + { + "MainMissionID": 2010501, + "Type": "Companion", + "WorldID": 201, + "DisplayPriority": 2010501, + "NextMainMissionList": [], + "Name": { + "Hash": -389125437, + "Hash64": 994947578581496934 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2010500 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12010501, + "DisplayRewardID": 12010501, + "MissionPack": 2010500, + "ChapterID": 601021, + "SubRewardList": [] + }, + { + "MainMissionID": 2010502, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 2010502, + "NextMainMissionList": [], + "Name": { + "Hash": -792409964, + "Hash64": 13230307543959812643 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010802 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12010502, + "DisplayRewardID": 12010502, + "SubRewardList": [] + }, + { + "MainMissionID": 2010503, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 2010503, + "NextMainMissionList": [], + "Name": { + "Hash": 773673977, + "Hash64": 10928158945779052035 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2010502 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 2010701, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 2010701, + "NextMainMissionList": [], + "Name": { + "Hash": -671450439, + "Hash64": 3517063359259605309 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1011001 + }, + { + "Type": "PlayerLevel", + "Value": 16 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 2010708, + "RewardID": 12010701, + "DisplayRewardID": 12010708, + "SubRewardList": [] + }, + { + "MainMissionID": 2010702, + "Type": "Companion", + "WorldID": 201, + "DisplayPriority": 2010702, + "NextMainMissionList": [], + "Name": { + "Hash": 894633502, + "Hash64": 13761228475490539911 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1011001 + }, + { + "Type": "PlayerLevel", + "Value": 16 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "MissionPack": 2010702, + "ChapterID": 601021, + "SubRewardList": [] + }, + { + "MainMissionID": 2010703, + "Type": "Companion", + "WorldID": 201, + "DisplayPriority": 2010703, + "NextMainMissionList": [], + "Name": { + "Hash": -1834249853, + "Hash64": 16209684601935412600 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2010702 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12010703, + "DisplayRewardID": 12010703, + "MissionPack": 2010702, + "ChapterID": 601021, + "SubRewardList": [] + }, + { + "MainMissionID": 2010705, + "Type": "Companion", + "WorldID": 201, + "DisplayPriority": 2010705, + "NextMainMissionList": [], + "Name": { + "Hash": 1297918029, + "Hash64": 6691840009436030406 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2010501 + }, + { + "Type": "MultiSequence", + "Value": 1011001 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 2010706, + "RewardID": 12010705, + "DisplayRewardID": 12010705, + "MissionPack": 2010705, + "ChapterID": 601021, + "SubRewardList": [] + }, + { + "MainMissionID": 2010706, + "Type": "Companion", + "WorldID": 201, + "DisplayPriority": 2010706, + "NextMainMissionList": [], + "Name": { + "Hash": -1430965326, + "Hash64": 17097568826670440247 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2010705 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "MissionPack": 2010705, + "ChapterID": 601021, + "SubRewardList": [] + }, + { + "MainMissionID": 2010708, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 2010708, + "NextMainMissionList": [], + "Name": { + "Hash": 1701202556, + "Hash64": 13206409577700567861 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2010701 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 2010720, + "RewardID": 12010708, + "DisplayRewardID": 12010708, + "SubRewardList": [] + }, + { + "MainMissionID": 2010709, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 2010709, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2010708 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 2010720, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 2010720, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 2057432918, + "Hash64": 3277316786381390417 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2010708 + }, + { + "Type": "PlayerLevel", + "Value": 21 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12010720, + "DisplayRewardID": 12010720, + "SubRewardList": [] + }, + { + "MainMissionID": 2010730, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 2010730, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2010708 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 2010731, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 2010731, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2010720 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 2010732, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 2010732, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2010720 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 2010733, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 2010733, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2010720 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 2010734, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 2010734, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2010720 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 2010735, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 2010735, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2010720 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 2010901, + "Type": "Companion", + "WorldID": 201, + "DisplayPriority": 2010901, + "NextMainMissionList": [], + "Name": { + "Hash": 1304824575, + "Hash64": 6631553486280450946 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2010706 + }, + { + "Type": "MultiSequence", + "Value": 1011202 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 2010902, + "RewardID": 100, + "DisplayRewardID": 12010902, + "MissionPack": 2010901, + "ChapterID": 601021, + "SubRewardList": [] + }, + { + "MainMissionID": 2010902, + "Type": "Companion", + "WorldID": 201, + "DisplayPriority": 2010902, + "NextMainMissionList": [], + "Name": { + "Hash": 901540048, + "Hash64": 14382472319440410064 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2010901 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12010902, + "DisplayRewardID": 12010902, + "MissionPack": 2010901, + "ChapterID": 601021, + "SubRewardList": [] + }, + { + "MainMissionID": 2010903, + "Type": "Companion", + "WorldID": 201, + "DisplayPriority": 2010903, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2010902 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "ChapterID": 601021, + "SubRewardList": [] + }, + { + "MainMissionID": 2010904, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 2010904, + "NextMainMissionList": [], + "Name": { + "Hash": 2064339462, + "Hash64": 1847506676545627974 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2010708 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12010904, + "DisplayRewardID": 12010904, + "SubRewardList": [] + }, + { + "MainMissionID": 2010905, + "Type": "Companion", + "WorldID": 201, + "DisplayPriority": 2010905, + "NextMainMissionList": [], + "Name": { + "Hash": -664543893, + "Hash64": 1234726538769394024 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1011503 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12010905, + "DisplayRewardID": 12010905, + "ChapterID": 601021, + "SubRewardList": [] + }, + { + "MainMissionID": 2010906, + "Type": "Companion", + "WorldID": 201, + "DisplayPriority": 2010906, + "NextMainMissionList": [], + "Name": { + "Hash": -1067828420, + "Hash64": 14095936005010672959 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2010905 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12010906, + "DisplayRewardID": 12010906, + "ChapterID": 601021, + "SubRewardList": [ + 2000258 + ] + }, + { + "MainMissionID": 2010907, + "Type": "Companion", + "WorldID": 201, + "DisplayPriority": 2010907, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2010905 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "ChapterID": 601021, + "SubRewardList": [] + }, + { + "MainMissionID": 2010908, + "Type": "Companion", + "WorldID": 201, + "DisplayPriority": 2010908, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2010905 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "ChapterID": 601021, + "SubRewardList": [] + }, + { + "MainMissionID": 2010909, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 2010909, + "NextMainMissionList": [], + "Name": { + "Hash": 1661054935, + "Hash64": 11739036585198116261 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "SequenceNextDay", + "Value": 2010907 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 2010910, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 2010910, + "NextMainMissionList": [], + "Name": { + "Hash": -261259365, + "Hash64": 12622800751129135967 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "SequenceNextDay", + "Value": 2010908 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 2010911, + "Type": "Companion", + "WorldID": 201, + "DisplayPriority": 2010911, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2010909 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "ChapterID": 601021, + "SubRewardList": [] + }, + { + "MainMissionID": 2010912, + "Type": "Companion", + "WorldID": 201, + "DisplayPriority": 2010912, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2010905 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "ChapterID": 601021, + "SubRewardList": [] + }, + { + "MainMissionID": 2011101, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 2011101, + "NextMainMissionList": [], + "Name": { + "Hash": 175524664, + "Hash64": 16080128355583992058 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1011503 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12011101, + "DisplayRewardID": 12011101, + "SubRewardList": [] + }, + { + "MainMissionID": 2011102, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 2011102, + "NextMainMissionList": [], + "Name": { + "Hash": -227759863, + "Hash64": 9918379253059011866 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 2011103, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 2011103, + "NextMainMissionList": [], + "Name": { + "Hash": 1338324078, + "Hash64": 13152421990113411553 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2010302 + }, + { + "Type": "MultiSequence", + "Value": 1011102 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12011103, + "DisplayRewardID": 12011103, + "MissionPack": 2011103, + "SubRewardList": [] + }, + { + "MainMissionID": 2011104, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 2011104, + "NextMainMissionList": [], + "Name": { + "Hash": 935039551, + "Hash64": 12673796423122746876 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "SequenceNextDay", + "Value": 2011103 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12011104, + "DisplayRewardID": 12011104, + "MissionPack": 2011103, + "SubRewardList": [] + }, + { + "MainMissionID": 2011105, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 2011105, + "NextMainMissionList": [], + "Name": { + "Hash": -1793843804, + "Hash64": 1805288054332231988 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2010706 + }, + { + "Type": "MultiSequence", + "Value": 1011202 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12011105, + "DisplayRewardID": 12011105, + "SubRewardList": [] + }, + { + "MainMissionID": 2011301, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 2011301, + "NextMainMissionList": [], + "Name": { + "Hash": -106800338, + "Hash64": 16289431873265858278 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2011101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 2011302, + "RewardID": 100, + "DisplayRewardID": 12011302, + "MissionPack": 2011301, + "SubRewardList": [] + }, + { + "MainMissionID": 2011302, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 2011302, + "NextMainMissionList": [], + "Name": { + "Hash": 1459283603, + "Hash64": 1793111727276778538 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2011301 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12011302, + "DisplayRewardID": 12011302, + "MissionPack": 2011301, + "SubRewardList": [] + }, + { + "MainMissionID": 2011303, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 2011303, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1269599752, + "Hash64": 5111728631852205452 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 2011302, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 2011400, + "Type": "Companion", + "WorldID": 201, + "DisplayPriority": 2011400, + "NextMainMissionList": [], + "Name": { + "Hash": -368922364, + "Hash64": 2926540004964668329 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2010703 + }, + { + "Type": "MultiSequence", + "Value": 1011202 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "MissionPack": 2011400, + "ChapterID": 601021, + "SubRewardList": [] + }, + { + "MainMissionID": 2011401, + "Type": "Companion", + "WorldID": 201, + "DisplayPriority": 2011401, + "NextMainMissionList": [], + "Name": { + "Hash": -1935006305, + "Hash64": 2226426182783158475 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2011400 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12011401, + "DisplayRewardID": 12011401, + "MissionPack": 2011400, + "ChapterID": 601021, + "SubRewardList": [] + }, + { + "MainMissionID": 2011402, + "Type": "Companion", + "WorldID": 201, + "DisplayPriority": 2011402, + "NextMainMissionList": [], + "Name": { + "Hash": 793877050, + "Hash64": 2425854264533159857 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1011503 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12011402, + "DisplayRewardID": 12011402, + "ChapterID": 601021, + "SubRewardList": [] + }, + { + "MainMissionID": 2011403, + "Type": "Companion", + "WorldID": 201, + "DisplayPriority": 2011403, + "NextMainMissionList": [], + "Name": { + "Hash": -772206891, + "Hash64": 9849984081550611391 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2011402 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 2011405, + "RewardID": 100, + "DisplayRewardID": 12011405, + "MissionPack": 2011403, + "ChapterID": 601021, + "SubRewardList": [] + }, + { + "MainMissionID": 2011404, + "Type": "Companion", + "WorldID": 201, + "DisplayPriority": 2011404, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1600446104, + "Hash64": 6126889201104047056 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 2011405, + "DisplayRewardID": 130002, + "ChapterID": 601021, + "SubRewardList": [] + }, + { + "MainMissionID": 2011405, + "Type": "Companion", + "WorldID": 201, + "DisplayPriority": 2011405, + "NextMainMissionList": [], + "Name": { + "Hash": 34362163, + "Hash64": 16986646602970240949 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2011403 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12011405, + "DisplayRewardID": 12011405, + "MissionPack": 2011403, + "ChapterID": 601021, + "SubRewardList": [] + }, + { + "MainMissionID": 2011406, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 2011406, + "NextMainMissionList": [], + "Name": { + "Hash": -1531721778, + "Hash64": 3756949437480406140 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2011400 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12011406, + "DisplayRewardID": 12011401, + "SubRewardList": [] + }, + { + "MainMissionID": 2011407, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 2011407, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1197161577, + "Hash64": 166230122292473193 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 2011408, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 2011408, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -725152724, + "Hash64": 9834440025615636625 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 2011409, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 2011409, + "NextMainMissionList": [], + "Name": { + "Hash": 2003730631, + "Hash64": 10717197426494438909 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1011503 + }, + { + "Type": "MultiSequence", + "Value": 2011104 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12011409, + "DisplayRewardID": 12011409, + "SubRewardList": [] + }, + { + "MainMissionID": 2011410, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 2011410, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -368922365, + "Hash64": 14683875825116076324 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 2011411, + "Type": "Companion", + "WorldID": 201, + "DisplayPriority": 2011411, + "NextMainMissionList": [], + "Name": { + "Hash": -1935006306, + "Hash64": 18020353473809645401 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2011405 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12011411, + "DisplayRewardID": 12011411, + "ChapterID": 601021, + "SubRewardList": [] + }, + { + "MainMissionID": 2011412, + "Type": "Companion", + "WorldID": 201, + "DisplayPriority": 2011412, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 793877049, + "Hash64": 2678385048650705232 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 12011411, + "ChapterID": 601021, + "SubRewardList": [ + 2000391, + 2000392, + 2000393 + ] + }, + { + "MainMissionID": 2011413, + "Type": "Companion", + "WorldID": 201, + "DisplayPriority": 2011413, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2011411 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "ChapterID": 601021, + "SubRewardList": [] + }, + { + "MainMissionID": 2011501, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 2011501, + "NextMainMissionList": [], + "Name": { + "Hash": -389125340, + "Hash64": 6938997160800347852 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1011503 + }, + { + "Type": "MultiSequence", + "Value": 2010902 + }, + { + "Type": "MultiSequence", + "Value": 2011302 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12011501, + "DisplayRewardID": 12011501, + "SubRewardList": [ + 2000349 + ] + }, + { + "MainMissionID": 2011502, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 2011502, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1011503 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12011502, + "DisplayRewardID": 12011501, + "SubRewardList": [] + }, + { + "MainMissionID": 2011601, + "Type": "Companion", + "WorldID": 201, + "DisplayPriority": 2011601, + "NextMainMissionList": [], + "Name": { + "Hash": 2077635989, + "Hash64": 18191273234674603173 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1011503 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12011601, + "DisplayRewardID": 12011601, + "ChapterID": 601081, + "SubRewardList": [] + }, + { + "MainMissionID": 2011701, + "Type": "Companion", + "WorldID": 201, + "DisplayPriority": 2011701, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -671450342, + "Hash64": 9172878308747682329 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 12011601, + "ChapterID": 601081, + "SubRewardList": [] + }, + { + "MainMissionID": 2011801, + "Type": "Companion", + "WorldID": 201, + "DisplayPriority": 2011801, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -241056293, + "Hash64": 9147038350617688652 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 12011601, + "ChapterID": 601081, + "SubRewardList": [] + }, + { + "MainMissionID": 2011901, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 2011901, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1304824672, + "Hash64": 13538596434519062339 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1011503 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 2011906, + "TrackWeight": 30, + "RewardID": 12011901, + "DisplayRewardID": 12011901, + "ChapterID": 201001, + "SubRewardList": [] + }, + { + "MainMissionID": 2011902, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 2011902, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 901540145, + "Hash64": 13162951648328762389 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2011901 + }, + { + "Type": "MuseumPhaseRenewPointReach", + "Value": 2 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12011902, + "DisplayRewardID": 12011902, + "ChapterID": 201001, + "SubRewardList": [] + }, + { + "MainMissionID": 2011903, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 2011903, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1827343210, + "Hash64": 9493731089746175162 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2011902 + }, + { + "Type": "MuseumPhaseRenewPointReach", + "Value": 3 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12011903, + "DisplayRewardID": 12011903, + "ChapterID": 201001, + "SubRewardList": [] + }, + { + "MainMissionID": 2011904, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 2011904, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 2064339559, + "Hash64": 2907937140022796386 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 12011903, + "ChapterID": 201001, + "SubRewardList": [] + }, + { + "MainMissionID": 2011905, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 2011905, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -664543796, + "Hash64": 5359109091572456485 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2011903 + }, + { + "Type": "MuseumPhaseRenewPointReach", + "Value": 4 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12011905, + "DisplayRewardID": 12011905, + "ChapterID": 201001, + "SubRewardList": [ + 2000481, + 2000482 + ] + }, + { + "MainMissionID": 2011906, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 2011906, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1067828323, + "Hash64": 18107598603388379127 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2011901 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "ChapterID": 201001, + "SubRewardList": [] + }, + { + "MainMissionID": 2020103, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 2020103, + "NextMainMissionList": [], + "Name": { + "Hash": -1076801614, + "Hash64": 332890343170154993 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1020701 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12020103, + "DisplayRewardID": 12020103, + "SubRewardList": [ + 2000302, + 2000303, + 2000304, + 2000305, + 2000468, + 2000597 + ] + }, + { + "MainMissionID": 2020104, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 2020104, + "NextMainMissionList": [], + "Name": { + "Hash": -317286727, + "Hash64": 14698333753416430678 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2020103 + }, + { + "Type": "MultiSequence", + "Value": 2020106 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12020104, + "DisplayRewardID": 12020104, + "SubRewardList": [ + 2000388, + 2000389 + ] + }, + { + "MainMissionID": 2020105, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 2020105, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2020103 + }, + { + "Type": "MultiSequence", + "Value": 2020106 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [ + 2000390, + 2000469 + ] + }, + { + "MainMissionID": 2020106, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 2020106, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1021001 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 2020107, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 2020107, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1020701 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [ + 2000519 + ] + }, + { + "MainMissionID": 2020108, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 2020108, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1020701 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [ + 2000520 + ] + }, + { + "MainMissionID": 2020109, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 2020109, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1020701 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [ + 2000521 + ] + }, + { + "MainMissionID": 2020110, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 2020110, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1020701 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [ + 2000522 + ] + }, + { + "MainMissionID": 2020111, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 2020111, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1020701 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [ + 2000305 + ] + }, + { + "MainMissionID": 2020201, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 2020201, + "NextMainMissionList": [], + "Name": { + "Hash": 509485303, + "Hash64": 16706109618051191641 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1021501 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12020201, + "DisplayRewardID": 12020201, + "SubRewardList": [ + 2000499, + 2000500 + ] + }, + { + "MainMissionID": 2020202, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 2020202, + "NextMainMissionList": [], + "Name": { + "Hash": 106200776, + "Hash64": 6271892309922447941 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "SequenceNextDay", + "Value": 2020201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12020202, + "DisplayRewardID": 12020202, + "SubRewardList": [ + 2000491, + 2000492 + ] + }, + { + "MainMissionID": 2020203, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 2020203, + "NextMainMissionList": [], + "Name": { + "Hash": 1672284717, + "Hash64": 6076215931519658232 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "SequenceNextDay", + "Value": 2020202 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12020203, + "DisplayRewardID": 12020203, + "SubRewardList": [] + }, + { + "MainMissionID": 2020204, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 2020204, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "SequenceNextDay", + "Value": 2020202 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 2020205, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 2020205, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2020203 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 2020301, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 2020301, + "NextMainMissionList": [], + "Name": { + "Hash": 368322802, + "Hash64": 5843312955035285694 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1021101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 2020302, + "RewardID": 12020301, + "DisplayRewardID": 12020302, + "MissionPack": 2020301, + "SubRewardList": [] + }, + { + "MainMissionID": 2020302, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 2020302, + "NextMainMissionList": [], + "Name": { + "Hash": -1197761139, + "Hash64": 9074036723184504320 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2020301 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12020302, + "DisplayRewardID": 12020302, + "MissionPack": 2020301, + "SubRewardList": [ + 2000274 + ] + }, + { + "MainMissionID": 2020303, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 2020303, + "NextMainMissionList": [], + "Name": { + "Hash": 1531122216, + "Hash64": 16390258098065135752 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1021101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12020303, + "DisplayRewardID": 12020303, + "SubRewardList": [ + 2000284 + ] + }, + { + "MainMissionID": 2020304, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 2020304, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "SequenceNextDay", + "Value": 2020302 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 2020305, + "Type": "Companion", + "WorldID": 301, + "DisplayPriority": 2020305, + "NextMainMissionList": [], + "Name": { + "Hash": -1601045666, + "Hash64": 5615574103815116005 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1021101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12020305, + "DisplayRewardID": 12020305, + "ChapterID": 601051, + "SubRewardList": [ + 2000485, + 2000486, + 2000487 + ] + }, + { + "MainMissionID": 2020306, + "Type": "Companion", + "WorldID": 301, + "DisplayPriority": 2020306, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1127837689, + "Hash64": 541768595531988396 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 12020305, + "ChapterID": 601051, + "SubRewardList": [] + }, + { + "MainMissionID": 2020307, + "Type": "Companion", + "WorldID": 301, + "DisplayPriority": 2020307, + "NextMainMissionList": [], + "Name": { + "Hash": -438246252, + "Hash64": 5843139630101523271 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1021101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12020307, + "DisplayRewardID": 12020307, + "ChapterID": 601061, + "SubRewardList": [ + 2000541 + ] + }, + { + "MainMissionID": 2020308, + "Type": "Companion", + "WorldID": 301, + "DisplayPriority": 2020308, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1578176383, + "Hash64": 1190099764017843171 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "ChapterID": 601061, + "SubRewardList": [] + }, + { + "MainMissionID": 2020309, + "Type": "Companion", + "WorldID": 301, + "DisplayPriority": 2020309, + "NextMainMissionList": [], + "Name": { + "Hash": 12092442, + "Hash64": 14095034160656842371 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1021101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12020309, + "DisplayRewardID": 12020309, + "ChapterID": 601051, + "SubRewardList": [] + }, + { + "MainMissionID": 2020313, + "Type": "Companion", + "WorldID": 301, + "DisplayPriority": 2020313, + "NextMainMissionList": [], + "Name": { + "Hash": 1531122217, + "Hash64": 122217374526428687 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1021101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12020313, + "DisplayRewardID": 12020313, + "ChapterID": 601051, + "SubRewardList": [] + }, + { + "MainMissionID": 2020314, + "Type": "Companion", + "WorldID": 301, + "DisplayPriority": 2020314, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -34961724, + "Hash64": 1157764044880175739 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 12020313, + "ChapterID": 601051, + "SubRewardList": [] + }, + { + "MainMissionID": 2020315, + "Type": "Companion", + "WorldID": 301, + "DisplayPriority": 2020315, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1601045665, + "Hash64": 13997405618641586809 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2020314 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 12020313, + "ChapterID": 601051, + "SubRewardList": [] + }, + { + "MainMissionID": 2020316, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 2020316, + "NextMainMissionList": [], + "Name": { + "Hash": 1127837690, + "Hash64": 2904001623261784288 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1021101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 2020317, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 2020317, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -438246251, + "Hash64": 9090407976662536453 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 2020318, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 2020318, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1021001 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 2020319, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 2020319, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1020801 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 2020401, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 2020401, + "NextMainMissionList": [], + "Name": { + "Hash": -337489703, + "Hash64": 10352731756873772097 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1021101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12020401, + "DisplayRewardID": 12020401, + "MissionPack": 2020401, + "SubRewardList": [] + }, + { + "MainMissionID": 2020402, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 2020402, + "NextMainMissionList": [], + "Name": { + "Hash": 1228594238, + "Hash64": 16450807651689617069 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2020401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12020402, + "DisplayRewardID": 12020402, + "MissionPack": 2020401, + "SubRewardList": [] + }, + { + "MainMissionID": 2020403, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 2020403, + "NextMainMissionList": [], + "Name": { + "Hash": -1500289117, + "Hash64": 16685946439407705709 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "SequenceNextDay", + "Value": 2020405 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12020403, + "DisplayRewardID": 12020403, + "SubRewardList": [] + }, + { + "MainMissionID": 2020404, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 2020404, + "NextMainMissionList": [], + "Name": { + "Hash": 65794824, + "Hash64": 2661270944435651894 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "SequenceNextDay", + "Value": 2020402 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12020404, + "DisplayRewardID": 12020404, + "MissionPack": 2020401, + "SubRewardList": [] + }, + { + "MainMissionID": 2020405, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 2020405, + "NextMainMissionList": [], + "Name": { + "Hash": 1631878765, + "Hash64": 11704174095811519673 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2020404 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "MissionPack": 2020401, + "SubRewardList": [] + }, + { + "MainMissionID": 2020406, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 2020406, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2020403 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [ + 2000293, + 2000464 + ] + }, + { + "MainMissionID": 2020407, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 2020407, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2020403 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 2020501, + "Type": "Companion", + "WorldID": 301, + "DisplayPriority": 2020501, + "NextMainMissionList": [], + "Name": { + "Hash": -478652204, + "Hash64": 6412864204201119813 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1021702 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12020501, + "DisplayRewardID": 12020501, + "ChapterID": 601051, + "SubRewardList": [] + }, + { + "MainMissionID": 2020502, + "Type": "Companion", + "WorldID": 301, + "DisplayPriority": 2020502, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -75367677, + "Hash64": 1653148823383579339 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 12020501, + "ChapterID": 601051, + "SubRewardList": [] + }, + { + "MainMissionID": 2020503, + "Type": "Companion", + "WorldID": 301, + "DisplayPriority": 2020503, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1641451618, + "Hash64": 13497803733473476748 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2020502 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 12020501, + "ChapterID": 601051, + "SubRewardList": [] + }, + { + "MainMissionID": 2020504, + "Type": "Companion", + "WorldID": 301, + "DisplayPriority": 2020504, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1238167091, + "Hash64": 2965854807477315330 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2020503 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 12020501, + "ChapterID": 601051, + "SubRewardList": [] + }, + { + "MainMissionID": 2020505, + "Type": "Companion", + "WorldID": 301, + "DisplayPriority": 2020505, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1490716264, + "Hash64": 2872539281057839595 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2020504 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 12020501, + "ChapterID": 601051, + "SubRewardList": [] + }, + { + "MainMissionID": 2020506, + "Type": "Companion", + "WorldID": 301, + "DisplayPriority": 2020506, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1894000791, + "Hash64": 12412639380704321704 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2020505 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 12020501, + "ChapterID": 601051, + "SubRewardList": [] + }, + { + "MainMissionID": 2020507, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 2020507, + "NextMainMissionList": [], + "Name": { + "Hash": 327916850, + "Hash64": 13592715500975282062 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2020501 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "ChapterID": 601051, + "SubRewardList": [] + }, + { + "MainMissionID": 2020601, + "Type": "Companion", + "WorldID": 301, + "DisplayPriority": 2020601, + "NextMainMissionList": [], + "Name": { + "Hash": -55164701, + "Hash64": 11468355695026689024 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1021702 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12020601, + "DisplayRewardID": 12020601, + "ChapterID": 601051, + "SubRewardList": [] + }, + { + "MainMissionID": 2020602, + "Type": "Companion", + "WorldID": 301, + "DisplayPriority": 2020602, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -458449228, + "Hash64": 6154089348243523607 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 12020601, + "ChapterID": 601051, + "SubRewardList": [] + }, + { + "MainMissionID": 2020603, + "Type": "Branch", + "SubType": "Game", + "WorldID": 301, + "DisplayPriority": 2020603, + "NextMainMissionList": [], + "Name": { + "Hash": 1107634713, + "Hash64": 6313191093081425370 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2020601 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12020603, + "DisplayRewardID": 12020603, + "SubRewardList": [] + }, + { + "MainMissionID": 2020604, + "Type": "Branch", + "SubType": "Game", + "WorldID": 301, + "DisplayPriority": 2020604, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2020601 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 2020701, + "Type": "Companion", + "WorldID": 301, + "DisplayPriority": 2020701, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2020307 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "ChapterID": 601061, + "SubRewardList": [] + }, + { + "MainMissionID": 2020702, + "Type": "Companion", + "WorldID": 301, + "DisplayPriority": 2020702, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2020307 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "ChapterID": 601061, + "SubRewardList": [] + }, + { + "MainMissionID": 2020703, + "Type": "Companion", + "WorldID": 301, + "DisplayPriority": 2020703, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2020307 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "ChapterID": 601061, + "SubRewardList": [ + 2000541 + ] + }, + { + "MainMissionID": 2020801, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 2020801, + "NextMainMissionList": [], + "Name": { + "Hash": 1356460309, + "Hash64": 8032516106812078652 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 6020101 + }, + { + "Type": "MultiSequence", + "Value": 1021501 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12020801, + "DisplayRewardID": 12020801, + "SubRewardList": [] + }, + { + "MainMissionID": 2020802, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 2020802, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 6020101 + }, + { + "Type": "MultiSequence", + "Value": 1021501 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 2020901, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 2020901, + "NextMainMissionList": [], + "Name": { + "Hash": 1215297808, + "Hash64": 3193278811400520135 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1021501 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12020901, + "DisplayRewardID": 12020901, + "SubRewardList": [ + 2000524 + ] + }, + { + "MainMissionID": 2021001, + "Type": "Companion", + "WorldID": 301, + "DisplayPriority": 2021001, + "NextMainMissionList": [], + "Name": { + "Hash": 227160398, + "Hash64": 4407798493547718354 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1021702 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12021001, + "DisplayRewardID": 12021001, + "ChapterID": 601051, + "SubRewardList": [] + }, + { + "MainMissionID": 2021002, + "Type": "Companion", + "WorldID": 301, + "DisplayPriority": 2021002, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1793244339, + "Hash64": 1524389522659148766 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 12021001, + "ChapterID": 601051, + "SubRewardList": [] + }, + { + "MainMissionID": 2021009, + "Type": "Companion", + "WorldID": 301, + "DisplayPriority": 2021009, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2021001 + }, + { + "Type": "MultiSequence", + "Value": 2020307 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 2000588, + "DisplayRewardID": 2000588, + "ChapterID": 601051, + "SubRewardList": [] + }, + { + "MainMissionID": 2021601, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 2021601, + "NextMainMissionList": [], + "Name": { + "Hash": -55164604, + "Hash64": 8092207227574013670 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1021501 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12021601, + "DisplayRewardID": 12021601, + "SubRewardList": [] + }, + { + "MainMissionID": 2021602, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 2021602, + "NextMainMissionList": [], + "Name": { + "Hash": -458449131, + "Hash64": 14093734561449034537 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "SequenceNextDay", + "Value": 2021601 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12021602, + "DisplayRewardID": 12021602, + "SubRewardList": [] + }, + { + "MainMissionID": 2021701, + "Type": "Gap", + "WorldID": 301, + "DisplayPriority": 2021701, + "NextMainMissionList": [], + "Name": { + "Hash": -196327105, + "Hash64": 2689096613606001575 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1021702 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 12021705, + "MissionPack": 2021701, + "ChapterID": 102004, + "SubRewardList": [] + }, + { + "MainMissionID": 2021702, + "Type": "Gap", + "WorldID": 301, + "DisplayPriority": 2021702, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1762411046, + "Hash64": 14302555559342752445 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 12021705, + "ChapterID": 102004, + "SubRewardList": [] + }, + { + "MainMissionID": 2021703, + "Type": "Gap", + "WorldID": 301, + "DisplayPriority": 2021703, + "NextMainMissionList": [], + "Name": { + "Hash": 966472309, + "Hash64": 8869562889701474490 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2021701 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 12021705, + "MissionPack": 2021701, + "ChapterID": 102004, + "SubRewardList": [] + }, + { + "MainMissionID": 2021704, + "Type": "Gap", + "WorldID": 301, + "DisplayPriority": 2021704, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -955841992, + "Hash64": 8734753344168948140 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 12021705, + "ChapterID": 102004, + "SubRewardList": [] + }, + { + "MainMissionID": 2021705, + "Type": "Gap", + "WorldID": 301, + "DisplayPriority": 2021705, + "NextMainMissionList": [], + "Name": { + "Hash": 1773041363, + "Hash64": 10620745282428030347 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2021703 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12021705, + "DisplayRewardID": 12021705, + "MissionPack": 2021701, + "ChapterID": 102004, + "SubRewardList": [] + }, + { + "MainMissionID": 2021801, + "Type": "Companion", + "WorldID": 301, + "DisplayPriority": 2021801, + "NextMainMissionList": [], + "Name": { + "Hash": 1356460406, + "Hash64": 10687847862313932 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030801 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 2021803, + "DisplayRewardID": 12021803, + "MissionPack": 2021801, + "ChapterID": 601101, + "SubRewardList": [] + }, + { + "MainMissionID": 2021802, + "Type": "Companion", + "WorldID": 301, + "DisplayPriority": 2021802, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1372422949, + "Hash64": 3964425526660175882 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 12021803, + "ChapterID": 601101, + "SubRewardList": [] + }, + { + "MainMissionID": 2021803, + "Type": "Companion", + "WorldID": 301, + "DisplayPriority": 2021803, + "NextMainMissionList": [], + "Name": { + "Hash": 193660992, + "Hash64": 6109835357009579792 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2021801 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12021803, + "DisplayRewardID": 12021803, + "MissionPack": 2021801, + "ChapterID": 601101, + "SubRewardList": [] + }, + { + "MainMissionID": 2021901, + "Type": "Companion", + "WorldID": 301, + "DisplayPriority": 2021901, + "NextMainMissionList": [], + "Name": { + "Hash": 1215297905, + "Hash64": 15076790537804959502 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12021901, + "DisplayRewardID": 12021901, + "ChapterID": 601051, + "SubRewardList": [] + }, + { + "MainMissionID": 2021902, + "Type": "Companion", + "WorldID": 301, + "DisplayPriority": 2021902, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1618582432, + "Hash64": 4216842927932014505 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 12021901, + "ChapterID": 601051, + "SubRewardList": [] + }, + { + "MainMissionID": 2022001, + "Type": "Gap", + "WorldID": 301, + "DisplayPriority": 2022001, + "NextMainMissionList": [], + "Name": { + "Hash": 227160367, + "Hash64": 8274987031418999084 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1021702 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 2022002, + "TrackWeight": 90, + "DisplayRewardID": 12022002, + "MissionPack": 2022001, + "ChapterID": 102005, + "SubRewardList": [] + }, + { + "MainMissionID": 2022002, + "Type": "Gap", + "WorldID": 301, + "DisplayPriority": 2022002, + "NextMainMissionList": [], + "Name": { + "Hash": 1793244308, + "Hash64": 7303278839300331543 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2022001 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 2022008, + "TrackWeight": 90, + "RewardID": 12022002, + "DisplayRewardID": 12022002, + "MissionPack": 2022001, + "ChapterID": 102005, + "SubRewardList": [] + }, + { + "MainMissionID": 2022003, + "Type": "Gap", + "WorldID": 301, + "DisplayPriority": 2022003, + "NextMainMissionList": [], + "Name": { + "Hash": -935639047, + "Hash64": 13379087875052906383 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2022008 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 2022004, + "TrackWeight": 90, + "RewardID": 12022003, + "DisplayRewardID": 12022003, + "ChapterID": 102005, + "SubRewardList": [] + }, + { + "MainMissionID": 2022004, + "Type": "Gap", + "WorldID": 301, + "DisplayPriority": 2022004, + "NextMainMissionList": [], + "Name": { + "Hash": 986675254, + "Hash64": 14248006067155894670 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2022003 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 2022006, + "TrackWeight": 90, + "RewardID": 12022004, + "DisplayRewardID": 12022004, + "ChapterID": 102005, + "SubRewardList": [] + }, + { + "MainMissionID": 2022005, + "Type": "Gap", + "WorldID": 301, + "DisplayPriority": 2022005, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1742208101, + "Hash64": 10531129953229978948 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 12022004, + "ChapterID": 102005, + "SubRewardList": [] + }, + { + "MainMissionID": 2022006, + "Type": "Gap", + "WorldID": 301, + "DisplayPriority": 2022006, + "NextMainMissionList": [], + "Name": { + "Hash": -176124160, + "Hash64": 17757498206981734550 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2022004 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 2022101, + "TrackWeight": 90, + "RewardID": 12022007, + "DisplayRewardID": 12022007, + "ChapterID": 102005, + "SubRewardList": [] + }, + { + "MainMissionID": 2022007, + "Type": "Gap", + "WorldID": 301, + "DisplayPriority": 2022007, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1389959781, + "Hash64": 17304415643464650709 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 12022007, + "ChapterID": 102005, + "SubRewardList": [] + }, + { + "MainMissionID": 2022008, + "Type": "Gap", + "WorldID": 301, + "DisplayPriority": 2022008, + "NextMainMissionList": [], + "Name": { + "Hash": -1695153934, + "Hash64": 6227653958133053256 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2022002 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 2022003, + "TrackWeight": 90, + "RewardID": 12022008, + "DisplayRewardID": 12022008, + "ChapterID": 102005, + "SubRewardList": [ + 2001313 + ] + }, + { + "MainMissionID": 2022101, + "Type": "Gap", + "WorldID": 301, + "DisplayPriority": 2022101, + "NextMainMissionList": [], + "Name": { + "Hash": 85997866, + "Hash64": 9652603242186799203 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2022006 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 2022103, + "TrackWeight": 90, + "RewardID": 12022101, + "DisplayRewardID": 12022101, + "ChapterID": 102005, + "SubRewardList": [] + }, + { + "MainMissionID": 2022102, + "Type": "Gap", + "WorldID": 301, + "DisplayPriority": 2022102, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 489282393, + "Hash64": 13203767192706324295 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "ChapterID": 102005, + "SubRewardList": [] + }, + { + "MainMissionID": 2022103, + "Type": "Gap", + "WorldID": 301, + "DisplayPriority": 2022103, + "NextMainMissionList": [], + "Name": { + "Hash": -1076801548, + "Hash64": 9010937104235091178 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2022101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 2022104, + "TrackWeight": 90, + "DisplayRewardID": 12022104, + "MissionPack": 2022104, + "ChapterID": 102005, + "SubRewardList": [] + }, + { + "MainMissionID": 2022104, + "Type": "Gap", + "WorldID": 301, + "DisplayPriority": 2022104, + "NextMainMissionList": [], + "Name": { + "Hash": -317286661, + "Hash64": 3834666641116271230 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2022103 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 2022105, + "TrackWeight": 90, + "RewardID": 12022104, + "DisplayRewardID": 12022104, + "MissionPack": 2022104, + "ChapterID": 102005, + "SubRewardList": [] + }, + { + "MainMissionID": 2022105, + "Type": "Gap", + "WorldID": 301, + "DisplayPriority": 2022105, + "NextMainMissionList": [], + "Name": { + "Hash": -1883370602, + "Hash64": 7757953929024999885 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2022104 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 2022201, + "TrackWeight": 90, + "RewardID": 12022105, + "DisplayRewardID": 12022105, + "ChapterID": 102005, + "SubRewardList": [] + }, + { + "MainMissionID": 2022201, + "Type": "Gap", + "WorldID": 301, + "DisplayPriority": 2022201, + "NextMainMissionList": [], + "Name": { + "Hash": 509485369, + "Hash64": 8350589266603870184 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2022105 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 2022202, + "TrackWeight": 90, + "RewardID": 12022201, + "DisplayRewardID": 12022201, + "ChapterID": 102006, + "SubRewardList": [] + }, + { + "MainMissionID": 2022202, + "Type": "Gap", + "WorldID": 301, + "DisplayPriority": 2022202, + "NextMainMissionList": [], + "Name": { + "Hash": 106200842, + "Hash64": 3030319059310701628 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2022201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 2022203, + "TrackWeight": 90, + "RewardID": 12022202, + "DisplayRewardID": 12022202, + "ChapterID": 102006, + "SubRewardList": [] + }, + { + "MainMissionID": 2022203, + "Type": "Gap", + "WorldID": 301, + "DisplayPriority": 2022203, + "NextMainMissionList": [], + "Name": { + "Hash": 1672284783, + "Hash64": 8019158444444433488 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2022202 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 2022204, + "TrackWeight": 90, + "RewardID": 12022203, + "DisplayRewardID": 12022203, + "ChapterID": 102006, + "SubRewardList": [] + }, + { + "MainMissionID": 2022204, + "Type": "Gap", + "WorldID": 301, + "DisplayPriority": 2022204, + "NextMainMissionList": [], + "Name": { + "Hash": 1269000256, + "Hash64": 16285284108466257516 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2022203 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 2022205, + "TrackWeight": 90, + "RewardID": 12022204, + "DisplayRewardID": 12022204, + "ChapterID": 102006, + "SubRewardList": [] + }, + { + "MainMissionID": 2022205, + "Type": "Gap", + "WorldID": 301, + "DisplayPriority": 2022205, + "NextMainMissionList": [], + "Name": { + "Hash": -1459883099, + "Hash64": 1274087358744815221 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2022204 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 2022206, + "TrackWeight": 90, + "RewardID": 12022205, + "DisplayRewardID": 12022205, + "ChapterID": 102006, + "SubRewardList": [] + }, + { + "MainMissionID": 2022206, + "Type": "Gap", + "WorldID": 301, + "DisplayPriority": 2022206, + "NextMainMissionList": [], + "Name": { + "Hash": -1863167626, + "Hash64": 574884601678491514 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2022205 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 2022301, + "TrackWeight": 90, + "RewardID": 12022206, + "DisplayRewardID": 12022206, + "ChapterID": 102006, + "SubRewardList": [] + }, + { + "MainMissionID": 2022301, + "Type": "Gap", + "WorldID": 301, + "DisplayPriority": 2022301, + "NextMainMissionList": [], + "Name": { + "Hash": 368322868, + "Hash64": 11041312903167653278 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2022206 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 2022309, + "TrackWeight": 90, + "RewardID": 12022301, + "DisplayRewardID": 12022301, + "ChapterID": 102006, + "SubRewardList": [] + }, + { + "MainMissionID": 2022302, + "Type": "Gap", + "WorldID": 301, + "DisplayPriority": 2022302, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1197761073, + "Hash64": 18209570707602748904 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 12022309, + "ChapterID": 102006, + "SubRewardList": [] + }, + { + "MainMissionID": 2022303, + "Type": "Gap", + "WorldID": 301, + "DisplayPriority": 2022303, + "NextMainMissionList": [], + "Name": { + "Hash": 1531122282, + "Hash64": 13029932074127728458 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2022309 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 2022304, + "TrackWeight": 90, + "RewardID": 12022303, + "DisplayRewardID": 12022303, + "ChapterID": 102006, + "SubRewardList": [] + }, + { + "MainMissionID": 2022304, + "Type": "Gap", + "WorldID": 301, + "DisplayPriority": 2022304, + "NextMainMissionList": [], + "Name": { + "Hash": -34961659, + "Hash64": 3084590335420699040 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2022303 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 2022305, + "TrackWeight": 90, + "RewardID": 12022304, + "DisplayRewardID": 12022304, + "ChapterID": 102006, + "SubRewardList": [] + }, + { + "MainMissionID": 2022305, + "Type": "Gap", + "WorldID": 301, + "DisplayPriority": 2022305, + "NextMainMissionList": [], + "Name": { + "Hash": -1601045600, + "Hash64": 8034052732899647147 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2022304 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 2022307, + "TrackWeight": 90, + "RewardID": 12022305, + "DisplayRewardID": 12022305, + "ChapterID": 102006, + "SubRewardList": [] + }, + { + "MainMissionID": 2022306, + "Type": "Gap", + "WorldID": 301, + "DisplayPriority": 2022306, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1127837755, + "Hash64": 308711731138687462 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "ChapterID": 102006, + "SubRewardList": [] + }, + { + "MainMissionID": 2022307, + "Type": "Gap", + "WorldID": 301, + "DisplayPriority": 2022307, + "NextMainMissionList": [], + "Name": { + "Hash": -438246186, + "Hash64": 10744032822667085149 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2022305 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 2022308, + "TrackWeight": 90, + "RewardID": 12022307, + "DisplayRewardID": 12022307, + "ChapterID": 102006, + "SubRewardList": [] + }, + { + "MainMissionID": 2022308, + "Type": "Gap", + "WorldID": 301, + "DisplayPriority": 2022308, + "NextMainMissionList": [], + "Name": { + "Hash": 1578176449, + "Hash64": 8389871462018049233 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2022307 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 90, + "RewardID": 12022308, + "DisplayRewardID": 12022308, + "ChapterID": 102006, + "SubRewardList": [] + }, + { + "MainMissionID": 2022309, + "Type": "Gap", + "WorldID": 301, + "DisplayPriority": 2022309, + "NextMainMissionList": [], + "Name": { + "Hash": 12092508, + "Hash64": 9116329160264759135 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2022301 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 2022303, + "TrackWeight": 90, + "RewardID": 12022309, + "DisplayRewardID": 12022309, + "ChapterID": 102006, + "SubRewardList": [] + }, + { + "MainMissionID": 2030001, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 2030001, + "NextMainMissionList": [], + "Name": { + "Hash": -2097146872, + "Hash64": 8113826207562679264 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030801 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12030001, + "DisplayRewardID": 12030001, + "SubRewardList": [ + 2000893, + 2000894 + ] + }, + { + "MainMissionID": 2030002, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 2030002, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1693862345, + "Hash64": 3578046023308229954 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 2030003, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 2030003, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2030001 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12030003, + "SubRewardList": [] + }, + { + "MainMissionID": 2030101, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 2030101, + "NextMainMissionList": [], + "Name": { + "Hash": -551265907, + "Hash64": 5813978017995996309 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030801 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12030101, + "DisplayRewardID": 12030101, + "SubRewardList": [] + }, + { + "MainMissionID": 2030102, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 2030102, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1014818034, + "Hash64": 11400487395986654282 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 2030201, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 2030201, + "NextMainMissionList": [], + "Name": { + "Hash": -1814821870, + "Hash64": 16097749154473060951 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030801 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12030201, + "DisplayRewardID": 12030201, + "SubRewardList": [] + }, + { + "MainMissionID": 2030202, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 2030202, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 914061485, + "Hash64": 11999448642116255504 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 12030201, + "SubRewardList": [] + }, + { + "MainMissionID": 2030203, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 2030203, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "SequenceNextDay", + "Value": 2030201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 2030301, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 2030301, + "NextMainMissionList": [], + "Name": { + "Hash": -268940905, + "Hash64": 11267786408038714387 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030801 + }, + { + "Type": "MultiSequence", + "Value": 2001001 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12030301, + "DisplayRewardID": 12030301, + "SubRewardList": [] + }, + { + "MainMissionID": 2030302, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 2030302, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -672225432, + "Hash64": 8863861929527149510 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 12030301, + "SubRewardList": [] + }, + { + "MainMissionID": 2030401, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 2030401, + "NextMainMissionList": [], + "Name": { + "Hash": 1633170420, + "Hash64": 2377798639636618168 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1033101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12030401, + "DisplayRewardID": 12030401, + "SubRewardList": [] + }, + { + "MainMissionID": 2030402, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 2030402, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 2036454947, + "Hash64": 13971976042359080743 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 12030401, + "SubRewardList": [] + }, + { + "MainMissionID": 2030501, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 2030501, + "NextMainMissionList": [], + "Name": { + "Hash": -1115915911, + "Hash64": 6798353850336921720 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12030501, + "DisplayRewardID": 12030501, + "SubRewardList": [] + }, + { + "MainMissionID": 2030601, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 2030601, + "NextMainMissionList": [], + "Name": { + "Hash": 1915495422, + "Hash64": 16052379678381685316 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12030601, + "DisplayRewardID": 12030601, + "SubRewardList": [] + }, + { + "MainMissionID": 2030602, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 2030602, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 349411481, + "Hash64": 15578620537291522522 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 12030601, + "SubRewardList": [] + }, + { + "MainMissionID": 2030603, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 2030603, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2030601 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 2031001, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 2031001, + "NextMainMissionList": [], + "Name": { + "Hash": -2097146775, + "Hash64": 17469364681502899058 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12031001, + "DisplayRewardID": 12031001, + "SubRewardList": [] + }, + { + "MainMissionID": 2040101, + "Type": "Branch", + "WorldID": 501, + "DisplayPriority": 2040101, + "NextMainMissionList": [], + "Name": { + "Hash": -640792674, + "Hash64": 8309632052945140577 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12040101, + "DisplayRewardID": 12040101, + "MissionStoryEvent": 1, + "SubRewardList": [] + }, + { + "MainMissionID": 2040201, + "Type": "Branch", + "WorldID": 501, + "DisplayPriority": 2040201, + "NextMainMissionList": [], + "Name": { + "Hash": -781955175, + "Hash64": 2521264258779801769 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12040201, + "DisplayRewardID": 12040201, + "MissionStoryEvent": 1, + "SubRewardList": [] + }, + { + "MainMissionID": 2040202, + "Type": "Branch", + "WorldID": 501, + "DisplayPriority": 2040202, + "NextMainMissionList": [], + "Name": { + "Hash": 784128766, + "Hash64": 11760113193668451059 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "MissionStoryEvent": 1, + "SubRewardList": [] + }, + { + "MainMissionID": 2040203, + "Type": "Branch", + "WorldID": 501, + "DisplayPriority": 2040203, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1944754589, + "Hash64": 6842112076103996824 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 12040201, + "MissionStoryEvent": 1, + "SubRewardList": [] + }, + { + "MainMissionID": 2040301, + "Type": "Branch", + "WorldID": 501, + "DisplayPriority": 2040301, + "NextMainMissionList": [], + "Name": { + "Hash": -923117676, + "Hash64": 129056330903667315 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 12040301, + "DisplayRewardID": 12040301, + "MissionStoryEvent": 3, + "SubRewardList": [] + }, + { + "MainMissionID": 3000201, + "Type": "Daily", + "DisplayPriority": 3000201, + "NextMainMissionList": [], + "Name": { + "Hash": 2008950312, + "Hash64": 2679396287441258526 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3000202, + "Type": "Daily", + "DisplayPriority": 3000202, + "NextMainMissionList": [], + "Name": { + "Hash": -1882732457, + "Hash64": 12662543612645509152 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3000203, + "Type": "Daily", + "DisplayPriority": 3000203, + "NextMainMissionList": [], + "Name": { + "Hash": 846150898, + "Hash64": 16209781295938866871 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3000211, + "Type": "Daily", + "DisplayPriority": 3000211, + "NextMainMissionList": [], + "Name": { + "Hash": 2008950313, + "Hash64": 14215695699805682188 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3000212, + "Type": "Daily", + "DisplayPriority": 3000212, + "NextMainMissionList": [], + "Name": { + "Hash": -1882732456, + "Hash64": 8986590607789325582 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3000213, + "Type": "Daily", + "DisplayPriority": 3000213, + "NextMainMissionList": [], + "Name": { + "Hash": 846150899, + "Hash64": 4050770266341276457 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3000301, + "Type": "Daily", + "DisplayPriority": 3000301, + "NextMainMissionList": [], + "Name": { + "Hash": -2144854483, + "Hash64": 17744964720689373716 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3000302, + "Type": "Daily", + "DisplayPriority": 3000302, + "NextMainMissionList": [], + "Name": { + "Hash": -578770542, + "Hash64": 8695470771379227190 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3000303, + "Type": "Daily", + "DisplayPriority": 3000303, + "NextMainMissionList": [], + "Name": { + "Hash": 987313399, + "Hash64": 11829680807524457143 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3000522, + "Type": "Daily", + "DisplayPriority": 3000522, + "NextMainMissionList": [], + "Name": { + "Hash": 1464503286, + "Hash64": 6539819732312541287 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3000523, + "Type": "Daily", + "DisplayPriority": 3000523, + "NextMainMissionList": [], + "Name": { + "Hash": -1264380069, + "Hash64": 6169648155083761146 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3000524, + "Type": "Daily", + "DisplayPriority": 3000524, + "NextMainMissionList": [], + "Name": { + "Hash": -2023894956, + "Hash64": 1872052606941060279 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3000525, + "Type": "Daily", + "DisplayPriority": 3000525, + "NextMainMissionList": [], + "Name": { + "Hash": -457811015, + "Hash64": 16708026518104258095 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3000526, + "Type": "Daily", + "DisplayPriority": 3000526, + "NextMainMissionList": [], + "Name": { + "Hash": -861095542, + "Hash64": 14230716868241936564 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3000527, + "Type": "Daily", + "DisplayPriority": 3000527, + "NextMainMissionList": [], + "Name": { + "Hash": 704988399, + "Hash64": 12974695521493417084 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3000601, + "Type": "Daily", + "DisplayPriority": 3000601, + "NextMainMissionList": [], + "Name": { + "Hash": 1444300308, + "Hash64": 5034264512129377965 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3000602, + "Type": "Daily", + "DisplayPriority": 3000602, + "NextMainMissionList": [], + "Name": { + "Hash": 1847584835, + "Hash64": 9385550448390257440 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3000603, + "Type": "Daily", + "DisplayPriority": 3000603, + "NextMainMissionList": [], + "Name": { + "Hash": 281500894, + "Hash64": 14229726326202817740 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3000604, + "Type": "Daily", + "DisplayPriority": 3000604, + "NextMainMissionList": [], + "Name": { + "Hash": 684785421, + "Hash64": 13296733307845305997 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 3000603 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3000701, + "Type": "Daily", + "DisplayPriority": 3000701, + "NextMainMissionList": [], + "Name": { + "Hash": 1585462809, + "Hash64": 14409083435621085960 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3000702, + "Type": "Daily", + "DisplayPriority": 3000702, + "NextMainMissionList": [], + "Name": { + "Hash": -1143420546, + "Hash64": 16553043460311406576 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3000703, + "Type": "Daily", + "DisplayPriority": 3000703, + "NextMainMissionList": [], + "Name": { + "Hash": 422663395, + "Hash64": 15642328340641793476 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3000704, + "Type": "Daily", + "DisplayPriority": 3000704, + "NextMainMissionList": [], + "Name": { + "Hash": 1988747336, + "Hash64": 3292522824352041484 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 3000702 + }, + { + "Type": "MultiSequence", + "Value": 3000703 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3000705, + "Type": "Daily", + "DisplayPriority": 3000705, + "NextMainMissionList": [], + "Name": { + "Hash": -740136019, + "Hash64": 8105353517333432125 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 3000702 + }, + { + "Type": "MultiSequence", + "Value": 3000703 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3000800, + "Type": "Daily", + "DisplayPriority": 3000800, + "NextMainMissionList": [], + "Name": { + "Hash": 691691967, + "Hash64": 4062736630821542483 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3000801, + "Type": "Daily", + "DisplayPriority": 3000801, + "NextMainMissionList": [], + "Name": { + "Hash": -874391974, + "Hash64": 11811466318957938864 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3000802, + "Type": "Daily", + "DisplayPriority": 3000802, + "NextMainMissionList": [], + "Name": { + "Hash": 1854491381, + "Hash64": 4269571928111015293 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3000803, + "Type": "Daily", + "DisplayPriority": 3000803, + "NextMainMissionList": [], + "Name": { + "Hash": 288407440, + "Hash64": 8893121826210568074 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3010102, + "Type": "Daily", + "DisplayPriority": 3010102, + "NextMainMissionList": [], + "Name": { + "Hash": -1902418771, + "Hash64": 8813109081759001057 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3010103, + "Type": "Daily", + "DisplayPriority": 3010103, + "NextMainMissionList": [], + "Name": { + "Hash": 826464584, + "Hash64": 6750990660447811232 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3010104, + "Type": "Daily", + "DisplayPriority": 3010104, + "NextMainMissionList": [], + "Name": { + "Hash": -739619357, + "Hash64": 8986533209647363261 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3010105, + "Type": "Daily", + "DisplayPriority": 3010105, + "NextMainMissionList": [], + "Name": { + "Hash": 1989263998, + "Hash64": 686994574308282035 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3010201, + "Type": "Daily", + "DisplayPriority": 3010201, + "NextMainMissionList": [], + "Name": { + "Hash": 927221133, + "Hash64": 17868352364025124360 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3010202, + "Type": "Daily", + "DisplayPriority": 3010202, + "NextMainMissionList": [], + "Name": { + "Hash": -1801662222, + "Hash64": 15299269435881961762 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3010203, + "Type": "Daily", + "DisplayPriority": 3010203, + "NextMainMissionList": [], + "Name": { + "Hash": -235578281, + "Hash64": 648115744421415579 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3010204, + "Type": "Daily", + "DisplayPriority": 3010204, + "NextMainMissionList": [], + "Name": { + "Hash": 1686736020, + "Hash64": 4059000638173067202 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3010205, + "Type": "Daily", + "DisplayPriority": 3010205, + "NextMainMissionList": [], + "Name": { + "Hash": -1042147335, + "Hash64": 9413536022274843839 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3011011, + "Type": "Daily", + "DisplayPriority": 3011011, + "NextMainMissionList": [], + "Name": { + "Hash": 1209546231, + "Hash64": 12624579291022612849 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3011012, + "Type": "Daily", + "DisplayPriority": 3011012, + "NextMainMissionList": [], + "Name": { + "Hash": 806261704, + "Hash64": 18162327579147813173 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3011013, + "Type": "Daily", + "DisplayPriority": 3011013, + "NextMainMissionList": [], + "Name": { + "Hash": -1922621651, + "Hash64": 13294323781100346503 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3011014, + "Type": "Daily", + "DisplayPriority": 3011014, + "NextMainMissionList": [], + "Name": { + "Hash": 1969061118, + "Hash64": 10098386313847166831 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3011111, + "Type": "Daily", + "DisplayPriority": 3011111, + "NextMainMissionList": [], + "Name": { + "Hash": -336334734, + "Hash64": 10891299208211340478 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3011112, + "Type": "Daily", + "DisplayPriority": 3011112, + "NextMainMissionList": [], + "Name": { + "Hash": -1902418675, + "Hash64": 8713617165922637572 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3011113, + "Type": "Daily", + "DisplayPriority": 3011113, + "NextMainMissionList": [], + "Name": { + "Hash": 826464680, + "Hash64": 3613411923565446719 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3011114, + "Type": "Daily", + "DisplayPriority": 3011114, + "NextMainMissionList": [], + "Name": { + "Hash": -739619261, + "Hash64": 12184144419069551632 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3011201, + "Type": "Daily", + "DisplayPriority": 3011201, + "NextMainMissionList": [], + "Name": { + "Hash": 927221230, + "Hash64": 370163426133624764 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3011202, + "Type": "Daily", + "DisplayPriority": 3011202, + "NextMainMissionList": [], + "Name": { + "Hash": -1801662125, + "Hash64": 10263171313148644783 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3011203, + "Type": "Daily", + "DisplayPriority": 3011203, + "NextMainMissionList": [], + "Name": { + "Hash": -235578184, + "Hash64": 14078260029527107983 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3011204, + "Type": "Daily", + "DisplayPriority": 3011204, + "NextMainMissionList": [], + "Name": { + "Hash": 1686736117, + "Hash64": 5969136251784817393 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3011205, + "Type": "Daily", + "DisplayPriority": 3011205, + "NextMainMissionList": [], + "Name": { + "Hash": -1042147238, + "Hash64": 13140878196982736986 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3011206, + "Type": "Daily", + "DisplayPriority": 3011206, + "NextMainMissionList": [], + "Name": { + "Hash": 523936703, + "Hash64": 5253115477088759519 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3011207, + "Type": "Daily", + "DisplayPriority": 3011207, + "NextMainMissionList": [], + "Name": { + "Hash": 2090020644, + "Hash64": 3697350369329618514 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3011208, + "Type": "Daily", + "DisplayPriority": 3011208, + "NextMainMissionList": [], + "Name": { + "Hash": -995093071, + "Hash64": 9995666084440746774 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3011401, + "Type": "Daily", + "DisplayPriority": 3011401, + "NextMainMissionList": [], + "Name": { + "Hash": 644896228, + "Hash64": 4432059530179861842 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3011402, + "Type": "Daily", + "DisplayPriority": 3011402, + "NextMainMissionList": [], + "Name": { + "Hash": 241611701, + "Hash64": 1233775290312998256 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3011403, + "Type": "Daily", + "DisplayPriority": 3011403, + "NextMainMissionList": [], + "Name": { + "Hash": 1807695642, + "Hash64": 14538415672217510263 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3011404, + "Type": "Daily", + "DisplayPriority": 3011404, + "NextMainMissionList": [], + "Name": { + "Hash": 1048180755, + "Hash64": 5627096051202549917 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3011405, + "Type": "Daily", + "DisplayPriority": 3011405, + "NextMainMissionList": [], + "Name": { + "Hash": -1680702600, + "Hash64": 881723325356094603 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3011406, + "Type": "Daily", + "DisplayPriority": 3011406, + "NextMainMissionList": [], + "Name": { + "Hash": -2083987127, + "Hash64": 11598528888342850447 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3011407, + "Type": "Daily", + "DisplayPriority": 3011407, + "NextMainMissionList": [], + "Name": { + "Hash": -517903186, + "Hash64": 3405468818000773874 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3011408, + "Type": "Daily", + "DisplayPriority": 3011408, + "NextMainMissionList": [], + "Name": { + "Hash": -1277418073, + "Hash64": 8777827814099730824 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3011501, + "Type": "Daily", + "DisplayPriority": 3011501, + "NextMainMissionList": [], + "Name": { + "Hash": -900984737, + "Hash64": 10215653484273715483 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3011502, + "Type": "Daily", + "DisplayPriority": 3011502, + "NextMainMissionList": [], + "Name": { + "Hash": 1827898618, + "Hash64": 9576159123349388192 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3011503, + "Type": "Daily", + "DisplayPriority": 3011503, + "NextMainMissionList": [], + "Name": { + "Hash": 261814677, + "Hash64": 5916445301710628218 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3011504, + "Type": "Daily", + "DisplayPriority": 3011504, + "NextMainMissionList": [], + "Name": { + "Hash": -1660499624, + "Hash64": 16712112530564848484 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3011505, + "Type": "Daily", + "DisplayPriority": 3011505, + "NextMainMissionList": [], + "Name": { + "Hash": 1068383731, + "Hash64": 7019205651393327071 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3011601, + "Type": "Daily", + "DisplayPriority": 3011601, + "NextMainMissionList": [], + "Name": { + "Hash": 362571226, + "Hash64": 7185661568628217012 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3011602, + "Type": "Daily", + "DisplayPriority": 3011602, + "NextMainMissionList": [], + "Name": { + "Hash": 1928655167, + "Hash64": 117998157407155861 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3011603, + "Type": "Daily", + "DisplayPriority": 3011603, + "NextMainMissionList": [], + "Name": { + "Hash": -800228188, + "Hash64": 7491729217880848631 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3011604, + "Type": "Daily", + "DisplayPriority": 3011604, + "NextMainMissionList": [], + "Name": { + "Hash": 765855753, + "Hash64": 4365026194861811770 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3011605, + "Type": "Daily", + "DisplayPriority": 3011605, + "NextMainMissionList": [], + "Name": { + "Hash": -1963027602, + "Hash64": 18126091654016483514 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3011606, + "Type": "Daily", + "DisplayPriority": 3011606, + "NextMainMissionList": [], + "Name": { + "Hash": -396943661, + "Hash64": 17048924906149413444 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3011607, + "Type": "Daily", + "DisplayPriority": 3011607, + "NextMainMissionList": [], + "Name": { + "Hash": 1169140280, + "Hash64": 1484656219861394833 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3011608, + "Type": "Daily", + "DisplayPriority": 3011608, + "NextMainMissionList": [], + "Name": { + "Hash": -1559743075, + "Hash64": 7696900295583277466 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3011609, + "Type": "Daily", + "DisplayPriority": 3011609, + "NextMainMissionList": [], + "Name": { + "Hash": 6340866, + "Hash64": 731507135670233549 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3011610, + "Type": "Daily", + "DisplayPriority": 3011610, + "NextMainMissionList": [], + "Name": { + "Hash": -1203512716, + "Hash64": 4697515703208664828 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3012001, + "Type": "Daily", + "DisplayPriority": 3012001, + "NextMainMissionList": [], + "Name": { + "Hash": 1209546201, + "Hash64": 13056997079371441937 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3020101, + "Type": "Daily", + "DisplayPriority": 3020101, + "NextMainMissionList": [], + "Name": { + "Hash": 1705647341, + "Hash64": 17296291357223585578 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3020102, + "Type": "Daily", + "DisplayPriority": 3020102, + "NextMainMissionList": [], + "Name": { + "Hash": -1023236014, + "Hash64": 3525034798089289680 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3020103, + "Type": "Daily", + "DisplayPriority": 3020103, + "NextMainMissionList": [], + "Name": { + "Hash": 542847927, + "Hash64": 6102245236997712132 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3020104, + "Type": "Daily", + "DisplayPriority": 3020104, + "NextMainMissionList": [], + "Name": { + "Hash": -1829805068, + "Hash64": 4936450764718184008 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3020105, + "Type": "Daily", + "DisplayPriority": 3020105, + "NextMainMissionList": [], + "Name": { + "Hash": -263721127, + "Hash64": 11645544653817376232 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3020106, + "Type": "Daily", + "DisplayPriority": 3020106, + "NextMainMissionList": [], + "Name": { + "Hash": 1302362814, + "Hash64": 1789600521414610713 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3020107, + "Type": "Daily", + "DisplayPriority": 3020107, + "NextMainMissionList": [], + "Name": { + "Hash": -1426520541, + "Hash64": 2023986908725285435 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3020108, + "Type": "Daily", + "DisplayPriority": 3020108, + "NextMainMissionList": [], + "Name": { + "Hash": -216666960, + "Hash64": 2771026821457958203 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3020201, + "Type": "Daily", + "DisplayPriority": 3020201, + "NextMainMissionList": [], + "Name": { + "Hash": 1846809842, + "Hash64": 8438580227664021637 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3020202, + "Type": "Daily", + "DisplayPriority": 3020202, + "NextMainMissionList": [], + "Name": { + "Hash": 280725901, + "Hash64": 17918661842659769499 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3020203, + "Type": "Daily", + "DisplayPriority": 3020203, + "NextMainMissionList": [], + "Name": { + "Hash": -1285358040, + "Hash64": 492682666823757766 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3020204, + "Type": "Daily", + "DisplayPriority": 3020204, + "NextMainMissionList": [], + "Name": { + "Hash": 1443525315, + "Hash64": 14753726015976299476 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3020205, + "Type": "Daily", + "DisplayPriority": 3020205, + "NextMainMissionList": [], + "Name": { + "Hash": -122558626, + "Hash64": 1880570186207439709 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3020206, + "Type": "Daily", + "DisplayPriority": 3020206, + "NextMainMissionList": [], + "Name": { + "Hash": -1688642567, + "Hash64": 2931352955022696922 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 231, + "DisplayRewardID": 231, + "SubRewardList": [] + }, + { + "MainMissionID": 3040010, + "Type": "Branch", + "DisplayPriority": 3040010, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040108 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 2001416, + "SubRewardList": [] + }, + { + "MainMissionID": 3040020, + "Type": "Branch", + "DisplayPriority": 3040020, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [ + 2001427, + 2001436, + 2001438, + 2001450, + 2001456, + 2001489, + 2001490, + 2001491, + 2001495 + ] + }, + { + "MainMissionID": 3040030, + "Type": "Branch", + "DisplayPriority": 3040030, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [ + 2001463, + 2001464, + 2001465, + 2001466, + 2001467, + 2001468, + 2001469, + 2001470, + 2001471, + 2001472, + 2001473, + 2001474, + 2001475, + 2001476, + 2001477, + 2001478, + 2001479, + 2001480, + 2001481, + 2001482, + 2001483, + 2001484, + 2001485, + 2001486, + 2001487, + 2001488 + ] + }, + { + "MainMissionID": 3040040, + "Type": "Branch", + "DisplayPriority": 3040040, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 3040050, + "Type": "Branch", + "DisplayPriority": 3040050, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 3040060, + "Type": "Branch", + "DisplayPriority": 3040060, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 3040070, + "Type": "Branch", + "DisplayPriority": 3040070, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2001401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [ + 2001492, + 2001493, + 2001494 + ] + }, + { + "MainMissionID": 3040080, + "Type": "Branch", + "DisplayPriority": 3040080, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [ + 2001523, + 2001524, + 2001525, + 2001526, + 2001527, + 2001528 + ] + }, + { + "MainMissionID": 3040090, + "Type": "Branch", + "DisplayPriority": 3040090, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [ + 2001552, + 2001553, + 2001554, + 2001555, + 2001556 + ] + }, + { + "MainMissionID": 3040100, + "Type": "Branch", + "DisplayPriority": 3040100, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [ + 2001577, + 2001562, + 2001564, + 2001565, + 2001568, + 2001573, + 2001578, + 2001579, + 2001580, + 2001563, + 2001566 + ] + }, + { + "MainMissionID": 4010105, + "Type": "Branch", + "SubType": "System", + "DisplayPriority": 4010105, + "NextMainMissionList": [], + "Name": { + "Hash": -1087887155, + "Hash64": 16262573552885775191 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "PlayerLevel", + "Value": 21 + } + ], + "BeginParam": [ + { + "Type": "PlayerLevel", + "Value": 20 + } + ], + "RewardID": 14010105, + "DisplayRewardID": 14010105, + "SubRewardList": [] + }, + { + "MainMissionID": 4010106, + "Type": "Branch", + "SubType": "System", + "DisplayPriority": 4010106, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4010105 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 4010107, + "Type": "Branch", + "SubType": "System", + "DisplayPriority": 4010107, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1021501 + }, + { + "Type": "MultiSequence", + "Value": 4010105 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 4010112, + "Type": "Branch", + "SubType": "System", + "DisplayPriority": 4010112, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "PlayerLevel", + "Value": 22 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4010113, + "Type": "Branch", + "SubType": "System", + "DisplayPriority": 4010113, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "PlayerLevel", + "Value": 21 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4010115, + "Type": "Branch", + "SubType": "System", + "DisplayPriority": 4010115, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1011403 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 4010130, + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4010116, + "Type": "Branch", + "SubType": "System", + "DisplayPriority": 4010116, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010403 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 4030003, + "RewardID": 14010116, + "DisplayRewardID": 14010116, + "SubRewardList": [] + }, + { + "MainMissionID": 4010121, + "Type": "Branch", + "SubType": "System", + "DisplayPriority": 4010121, + "NextMainMissionList": [], + "Name": { + "Hash": 1237711675, + "Hash64": 6939611131646780728 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010002 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 4010122, + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4010122, + "Type": "Branch", + "SubType": "System", + "DisplayPriority": 4010122, + "NextMainMissionList": [], + "Name": { + "Hash": -1491171680, + "Hash64": 10644740737518495997 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4010121 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14010122, + "DisplayRewardID": 14010122, + "SubRewardList": [] + }, + { + "MainMissionID": 4010123, + "Type": "Branch", + "SubType": "System", + "DisplayPriority": 4010123, + "NextMainMissionList": [], + "Name": { + "Hash": 74912261, + "Hash64": 11325910477334923058 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4020101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 4010124, + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4010124, + "Type": "Branch", + "SubType": "System", + "DisplayPriority": 4010124, + "NextMainMissionList": [], + "Name": { + "Hash": 1640996202, + "Hash64": 2013773037936197183 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4010123 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14010124, + "DisplayRewardID": 14010124, + "SubRewardList": [] + }, + { + "MainMissionID": 4010125, + "Type": "Branch", + "SubType": "System", + "DisplayPriority": 4010125, + "NextMainMissionList": [], + "Name": { + "Hash": -1087887153, + "Hash64": 756294430308432416 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1011202 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 4010126, + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4010126, + "Type": "Branch", + "SubType": "System", + "DisplayPriority": 4010126, + "NextMainMissionList": [], + "Name": { + "Hash": 478196788, + "Hash64": 11139839792837935893 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4010125 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14010126, + "DisplayRewardID": 14010126, + "SubRewardList": [] + }, + { + "MainMissionID": 4010127, + "Type": "Branch", + "SubType": "System", + "DisplayPriority": 4010127, + "NextMainMissionList": [], + "Name": { + "Hash": 2044280729, + "Hash64": 12491430445680607594 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4020102 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 4010128, + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4010128, + "Type": "Branch", + "SubType": "System", + "DisplayPriority": 4010128, + "NextMainMissionList": [], + "Name": { + "Hash": -684602626, + "Hash64": 4793365261725006294 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4010127 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14010128, + "DisplayRewardID": 14010128, + "SubRewardList": [] + }, + { + "MainMissionID": 4010130, + "Type": "Branch", + "SubType": "System", + "DisplayPriority": 4010130, + "NextMainMissionList": [], + "Name": { + "Hash": -328372265, + "Hash64": 2529287504561591415 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4010115 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14010130, + "DisplayRewardID": 14010130, + "SubRewardList": [] + }, + { + "MainMissionID": 4010131, + "Type": "Branch", + "SubType": "System", + "DisplayPriority": 4010131, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "PlayerLevel", + "Value": 1 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4010133, + "Type": "Branch", + "SubType": "System", + "DisplayPriority": 4010133, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "PlayerLevel", + "Value": 21 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4010134, + "Type": "Branch", + "SubType": "System", + "DisplayPriority": 4010134, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "PlayerLevel", + "Value": 21 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4010135, + "Type": "Branch", + "SubType": "System", + "DisplayPriority": 4010135, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4010105 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4010136, + "Type": "Branch", + "SubType": "System", + "DisplayPriority": 4010136, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000502 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4010137, + "Type": "Branch", + "SubType": "System", + "DisplayPriority": 4010137, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "PlayerLevel", + "Value": 21 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4010138, + "Type": "Branch", + "SubType": "System", + "DisplayPriority": 4010138, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "PlayerLevel", + "Value": 14 + }, + { + "Type": "MultiSequence", + "Value": 1010403 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14010138, + "DisplayRewardID": 14010138, + "SubRewardList": [] + }, + { + "MainMissionID": 4010140, + "Type": "Branch", + "SubType": "System", + "DisplayPriority": 4010140, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010002 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4010141, + "Type": "Branch", + "SubType": "System", + "DisplayPriority": 4010141, + "NextMainMissionList": [], + "Name": { + "Hash": 1237711669, + "Hash64": 9051499001071193750 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4010140 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14010141, + "DisplayRewardID": 14010141, + "SubRewardList": [] + }, + { + "MainMissionID": 4015101, + "Type": "Branch", + "SubType": "Game", + "WorldID": 301, + "DisplayPriority": 4015101, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1020601 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [ + 14040223 + ] + }, + { + "MainMissionID": 4015102, + "Type": "Branch", + "SubType": "Game", + "WorldID": 301, + "DisplayPriority": 4015102, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "SequenceNextDay", + "Value": 4015103 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [ + 14040224 + ] + }, + { + "MainMissionID": 4015103, + "Type": "Branch", + "SubType": "Game", + "WorldID": 301, + "DisplayPriority": 4015103, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "SequenceNextDay", + "Value": 4015101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [ + 14040225, + 14040227 + ] + }, + { + "MainMissionID": 4015202, + "Type": "Branch", + "SubType": "Game", + "WorldID": 301, + "DisplayPriority": 4015202, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1021101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4015203, + "Type": "Branch", + "SubType": "Game", + "WorldID": 301, + "DisplayPriority": 4015203, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "SequenceNextDay", + "Value": 4015202 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4015204, + "Type": "Branch", + "SubType": "Game", + "WorldID": 301, + "DisplayPriority": 4015204, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "SequenceNextDay", + "Value": 4015203 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4015301, + "Type": "Branch", + "SubType": "Game", + "WorldID": 301, + "DisplayPriority": 4015301, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1021001 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4015302, + "Type": "Branch", + "SubType": "Game", + "WorldID": 301, + "DisplayPriority": 4015302, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "SequenceNextDay", + "Value": 4015301 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4015303, + "Type": "Branch", + "SubType": "Game", + "WorldID": 301, + "DisplayPriority": 4015303, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "SequenceNextDay", + "Value": 4015302 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4015401, + "Type": "Branch", + "SubType": "Game", + "WorldID": 301, + "DisplayPriority": 4015401, + "NextMainMissionList": [], + "Name": { + "Hash": 256480677, + "Hash64": 16556278347577982317 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8015152 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 4015402, + "DisplayRewardID": 14015403, + "SubRewardList": [] + }, + { + "MainMissionID": 4015402, + "Type": "Branch", + "SubType": "Game", + "WorldID": 301, + "DisplayPriority": 4015402, + "NextMainMissionList": [], + "Name": { + "Hash": 659765204, + "Hash64": 14860467951207241288 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4015401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 4015403, + "DisplayRewardID": 14015403, + "SubRewardList": [] + }, + { + "MainMissionID": 4015403, + "Type": "Branch", + "SubType": "Game", + "WorldID": 301, + "DisplayPriority": 4015403, + "NextMainMissionList": [], + "Name": { + "Hash": -906318737, + "Hash64": 14644398260125332606 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4015402 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14015403, + "DisplayRewardID": 14015403, + "SubRewardList": [] + }, + { + "MainMissionID": 4015404, + "Type": "Branch", + "SubType": "Game", + "WorldID": 301, + "DisplayPriority": 4015404, + "NextMainMissionList": [], + "Name": { + "Hash": -146803850, + "Hash64": 7078884993351488076 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2022308 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4015502, + "Type": "Branch", + "SubType": "Game", + "WorldID": 401, + "DisplayPriority": 4015502, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4015503 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 4015503, + "Type": "Branch", + "SubType": "Game", + "WorldID": 401, + "DisplayPriority": 4015503, + "NextMainMissionList": [], + "Name": { + "Hash": 639562228, + "Hash64": 10466560429667317584 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1034101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 1100, + "DisplayRewardID": 1100, + "SubRewardList": [] + }, + { + "MainMissionID": 4015504, + "Type": "Branch", + "SubType": "Game", + "WorldID": 401, + "DisplayPriority": 4015504, + "NextMainMissionList": [], + "Name": { + "Hash": -1733090767, + "Hash64": 1212200950523120155 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2022105 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 1100, + "DisplayRewardID": 1100, + "SubRewardList": [] + }, + { + "MainMissionID": 4015505, + "Type": "Branch", + "SubType": "Game", + "WorldID": 401, + "DisplayPriority": 4015505, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4015504 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 4015601, + "Type": "Branch", + "SubType": "Game", + "WorldID": 301, + "DisplayPriority": 4015601, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14015601, + "SubRewardList": [] + }, + { + "MainMissionID": 4015602, + "Type": "Branch", + "SubType": "Game", + "WorldID": 501, + "DisplayPriority": 4015602, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4015700 + }, + { + "Type": "MultiSequence", + "Value": 4015702 + }, + { + "Type": "MultiSequence", + "Value": 4015703 + }, + { + "Type": "MultiSequence", + "Value": 4015704 + }, + { + "Type": "MultiSequence", + "Value": 4015705 + }, + { + "Type": "MultiSequence", + "Value": 4015706 + }, + { + "Type": "MultiSequence", + "Value": 4015707 + }, + { + "Type": "MultiSequence", + "Value": 4015708 + }, + { + "Type": "MultiSequence", + "Value": 4015709 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 294001, + "DisplayRewardID": 294001, + "SubRewardList": [] + }, + { + "MainMissionID": 4015700, + "Type": "Branch", + "SubType": "Game", + "WorldID": 501, + "DisplayPriority": 4015700, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14015700, + "SubRewardList": [] + }, + { + "MainMissionID": 4015702, + "Type": "Branch", + "SubType": "Game", + "WorldID": 501, + "DisplayPriority": 4015702, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14015702, + "SubRewardList": [] + }, + { + "MainMissionID": 4015703, + "Type": "Branch", + "SubType": "Game", + "WorldID": 501, + "DisplayPriority": 4015703, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14015703, + "SubRewardList": [] + }, + { + "MainMissionID": 4015704, + "Type": "Branch", + "SubType": "Game", + "WorldID": 501, + "DisplayPriority": 4015704, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14015704, + "SubRewardList": [] + }, + { + "MainMissionID": 4015705, + "Type": "Branch", + "SubType": "Game", + "WorldID": 501, + "DisplayPriority": 4015705, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14015705, + "SubRewardList": [] + }, + { + "MainMissionID": 4015706, + "Type": "Branch", + "SubType": "Game", + "WorldID": 501, + "DisplayPriority": 4015706, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14015706, + "SubRewardList": [] + }, + { + "MainMissionID": 4015707, + "Type": "Branch", + "SubType": "Game", + "WorldID": 501, + "DisplayPriority": 4015707, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14015707, + "SubRewardList": [] + }, + { + "MainMissionID": 4015708, + "Type": "Branch", + "SubType": "Game", + "WorldID": 501, + "DisplayPriority": 4015708, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14015708, + "SubRewardList": [] + }, + { + "MainMissionID": 4015709, + "Type": "Branch", + "SubType": "Game", + "WorldID": 501, + "DisplayPriority": 4015709, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14015709, + "SubRewardList": [] + }, + { + "MainMissionID": 4015710, + "Type": "Branch", + "SubType": "Game", + "WorldID": 501, + "DisplayPriority": 4015710, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14015710, + "SubRewardList": [] + }, + { + "MainMissionID": 4015711, + "Type": "Branch", + "SubType": "Game", + "WorldID": 501, + "DisplayPriority": 4015711, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14015711, + "SubRewardList": [] + }, + { + "MainMissionID": 4015712, + "Type": "Branch", + "SubType": "Game", + "WorldID": 501, + "DisplayPriority": 4015712, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14015712, + "SubRewardList": [] + }, + { + "MainMissionID": 4015713, + "Type": "Branch", + "SubType": "Game", + "WorldID": 501, + "DisplayPriority": 4015713, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14015713, + "SubRewardList": [] + }, + { + "MainMissionID": 4015714, + "Type": "Branch", + "SubType": "Game", + "WorldID": 501, + "DisplayPriority": 4015714, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14015714, + "SubRewardList": [] + }, + { + "MainMissionID": 4015715, + "Type": "Branch", + "SubType": "Game", + "WorldID": 501, + "DisplayPriority": 4015715, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040301 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14015715, + "SubRewardList": [] + }, + { + "MainMissionID": 4015716, + "Type": "Branch", + "SubType": "Game", + "WorldID": 501, + "DisplayPriority": 4015716, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040301 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14015716, + "SubRewardList": [] + }, + { + "MainMissionID": 4015717, + "Type": "Branch", + "SubType": "Game", + "WorldID": 501, + "DisplayPriority": 4015717, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040301 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14015717, + "SubRewardList": [] + }, + { + "MainMissionID": 4015718, + "Type": "Branch", + "SubType": "Game", + "WorldID": 501, + "DisplayPriority": 4015718, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040301 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14015718, + "SubRewardList": [] + }, + { + "MainMissionID": 4015719, + "Type": "Branch", + "SubType": "Game", + "WorldID": 501, + "DisplayPriority": 4015719, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040301 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14015719, + "SubRewardList": [] + }, + { + "MainMissionID": 4015722, + "Type": "Branch", + "SubType": "Game", + "WorldID": 501, + "DisplayPriority": 4015722, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14015722, + "SubRewardList": [] + }, + { + "MainMissionID": 4015723, + "Type": "Branch", + "SubType": "Game", + "WorldID": 501, + "DisplayPriority": 4015723, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14015723, + "SubRewardList": [] + }, + { + "MainMissionID": 4015724, + "Type": "Branch", + "SubType": "Game", + "WorldID": 501, + "DisplayPriority": 4015724, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14015724, + "SubRewardList": [] + }, + { + "MainMissionID": 4015725, + "Type": "Branch", + "SubType": "Game", + "WorldID": 501, + "DisplayPriority": 4015725, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14015725, + "SubRewardList": [] + }, + { + "MainMissionID": 4015726, + "Type": "Branch", + "SubType": "Game", + "WorldID": 501, + "DisplayPriority": 4015726, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14015726, + "SubRewardList": [] + }, + { + "MainMissionID": 4015727, + "Type": "Branch", + "SubType": "Game", + "WorldID": 501, + "DisplayPriority": 4015727, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14015727, + "SubRewardList": [] + }, + { + "MainMissionID": 4015728, + "Type": "Branch", + "SubType": "Game", + "WorldID": 501, + "DisplayPriority": 4015728, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14015728, + "SubRewardList": [] + }, + { + "MainMissionID": 4015729, + "Type": "Branch", + "SubType": "Game", + "WorldID": 501, + "DisplayPriority": 4015729, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14015729, + "SubRewardList": [] + }, + { + "MainMissionID": 4015730, + "Type": "Branch", + "SubType": "Game", + "WorldID": 501, + "DisplayPriority": 4015730, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14015730, + "SubRewardList": [] + }, + { + "MainMissionID": 4015731, + "Type": "Branch", + "SubType": "Game", + "WorldID": 501, + "DisplayPriority": 4015731, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040501 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14015731, + "SubRewardList": [] + }, + { + "MainMissionID": 4015732, + "Type": "Branch", + "SubType": "Game", + "WorldID": 501, + "DisplayPriority": 4015732, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040501 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14015732, + "SubRewardList": [] + }, + { + "MainMissionID": 4015901, + "Type": "Branch", + "SubType": "Game", + "WorldID": 501, + "DisplayPriority": 4015901, + "NextMainMissionList": [], + "Name": { + "Hash": -1927955650, + "Hash64": 1184476010738541504 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040103 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 1100, + "DisplayRewardID": 1100, + "MissionStoryEvent": 2, + "SubRewardList": [ + 2001417, + 2001418, + 2001419, + 2001420, + 2001421 + ] + }, + { + "MainMissionID": 4015902, + "Type": "Branch", + "SubType": "Game", + "WorldID": 501, + "DisplayPriority": 4015902, + "NextMainMissionList": [], + "Name": { + "Hash": -361871709, + "Hash64": 2928880789481992850 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4015901 + }, + { + "Type": "MultiSequence", + "Value": 1040310 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 1100, + "DisplayRewardID": 1100, + "MissionStoryEvent": 2, + "SubRewardList": [ + 2001558 + ] + }, + { + "MainMissionID": 4015903, + "Type": "Branch", + "SubType": "Game", + "WorldID": 501, + "DisplayPriority": 4015903, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4015902 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [ + 2001559, + 2001560 + ] + }, + { + "MainMissionID": 4016001, + "Type": "Branch", + "SubType": "Game", + "WorldID": 501, + "DisplayPriority": 4016001, + "NextMainMissionList": [], + "Name": { + "Hash": -308169358, + "Hash64": 9188892341038938333 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040213 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 1100, + "DisplayRewardID": 1100, + "SubRewardList": [] + }, + { + "MainMissionID": 4016101, + "Type": "Branch", + "SubType": "Game", + "WorldID": 501, + "DisplayPriority": 4016101, + "NextMainMissionList": [], + "Name": { + "Hash": 1237711607, + "Hash64": 5987429948873593843 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040309 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14016101, + "DisplayRewardID": 14016101, + "SubRewardList": [] + }, + { + "MainMissionID": 4016201, + "Type": "Branch", + "SubType": "Game", + "WorldID": 501, + "DisplayPriority": 4016201, + "NextMainMissionList": [], + "Name": { + "Hash": -25844356, + "Hash64": 3607882127596279435 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040416 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 1100, + "DisplayRewardID": 1100, + "SubRewardList": [ + 2001584, + 2001585 + ] + }, + { + "MainMissionID": 4016301, + "Type": "Branch", + "SubType": "Game", + "WorldID": 501, + "DisplayPriority": 4016301, + "NextMainMissionList": [], + "Name": { + "Hash": 1520036609, + "Hash64": 6222069946481583605 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040416 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14016301, + "DisplayRewardID": 14016301, + "SubRewardList": [] + }, + { + "MainMissionID": 4015801, + "Type": "Branch", + "SubType": "Game", + "WorldID": 501, + "DisplayPriority": 4015801, + "NextMainMissionList": [], + "Name": { + "Hash": 821130681, + "Hash64": 9492358352563575946 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040103 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14015801, + "DisplayRewardID": 14015801, + "MissionStoryEvent": 2, + "SubRewardList": [ + 2001460 + ] + }, + { + "MainMissionID": 4015802, + "Type": "Branch", + "SubType": "Game", + "WorldID": 501, + "DisplayPriority": 4015802, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 4020101, + "Type": "Main", + "DisplayPriority": 1000090, + "NextMainMissionList": [], + "Name": { + "Hash": -1693201442, + "Hash64": 15620885944112412240 + }, + "TakeOperation": "Or", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4020107 + }, + { + "Type": "PlayerLevel", + "Value": 20 + } + ], + "BeginParam": [ + { + "Type": "MultiSequence", + "Value": 4020107 + }, + { + "Type": "PlayerLevel", + "Value": 20 + } + ], + "NextTrackMainMission": 1011001, + "TrackWeight": 100, + "RewardID": 14020101, + "DisplayRewardID": 14020101, + "ChapterID": 100000, + "SubRewardList": [] + }, + { + "MainMissionID": 4020102, + "Type": "Main", + "DisplayPriority": 1000091, + "NextMainMissionList": [], + "Name": { + "Hash": 1035681913, + "Hash64": 8880862796651101865 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "PlayerLevel", + "Value": 30 + } + ], + "BeginParam": [ + { + "Type": "MultiSequence", + "Value": 1011403 + } + ], + "TrackWeight": 100, + "RewardID": 14020102, + "DisplayRewardID": 14020102, + "ChapterID": 100000, + "SubRewardList": [] + }, + { + "MainMissionID": 4020103, + "Type": "Main", + "DisplayPriority": 1000092, + "NextMainMissionList": [], + "Name": { + "Hash": -530402028, + "Hash64": 2960076863783292287 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "PlayerLevel", + "Value": 40 + } + ], + "BeginParam": [ + { + "Type": "MultiSequence", + "Value": 1010403 + } + ], + "TrackWeight": 100, + "RewardID": 14020103, + "DisplayRewardID": 14020103, + "ChapterID": 100000, + "SubRewardList": [] + }, + { + "MainMissionID": 4020104, + "Type": "Main", + "DisplayPriority": 1000093, + "NextMainMissionList": [], + "Name": { + "Hash": 1842250967, + "Hash64": 6191468085369270957 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "PlayerLevel", + "Value": 50 + } + ], + "BeginParam": [ + { + "Type": "MultiSequence", + "Value": 1020101 + } + ], + "TrackWeight": 100, + "RewardID": 14020104, + "DisplayRewardID": 14020104, + "ChapterID": 100000, + "SubRewardList": [] + }, + { + "MainMissionID": 4020105, + "Type": "Main", + "DisplayPriority": 1000094, + "NextMainMissionList": [], + "Name": { + "Hash": 276167026, + "Hash64": 4741251882152291281 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "PlayerLevel", + "Value": 60 + } + ], + "BeginParam": [ + { + "Type": "PlayerLevel", + "Value": 60 + } + ], + "TrackWeight": 100, + "RewardID": 14020105, + "DisplayRewardID": 14020105, + "ChapterID": 100000, + "SubRewardList": [] + }, + { + "MainMissionID": 4020106, + "Type": "Main", + "DisplayPriority": 1000095, + "NextMainMissionList": [], + "Name": { + "Hash": -1289916915, + "Hash64": 14563290762170317199 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "PlayerLevel", + "Value": 65 + } + ], + "BeginParam": [ + { + "Type": "PlayerLevel", + "Value": 65 + } + ], + "TrackWeight": 100, + "RewardID": 14020106, + "DisplayRewardID": 14020106, + "ChapterID": 100000, + "SubRewardList": [] + }, + { + "MainMissionID": 4020107, + "Type": "Main", + "DisplayPriority": 4020107, + "NextMainMissionList": [], + "Name": { + "Hash": 1438966440, + "Hash64": 18012443929219373180 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010902 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "RewardID": 100, + "DisplayRewardID": 100, + "MissionPack": 1011001, + "ChapterID": 100000, + "SubRewardList": [] + }, + { + "MainMissionID": 4020108, + "Type": "Main", + "DisplayPriority": 4020108, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -483347861, + "Hash64": 8388901947452924008 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "ChapterID": 100000, + "SubRewardList": [] + }, + { + "MainMissionID": 4020109, + "Type": "Main", + "DisplayPriority": 4020109, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -2049431802, + "Hash64": 7346682123017086820 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "ChapterID": 100000, + "SubRewardList": [] + }, + { + "MainMissionID": 4020110, + "Type": "Main", + "DisplayPriority": 4020110, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -127117500, + "Hash64": 16525738991192747030 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "ChapterID": 100000, + "SubRewardList": [] + }, + { + "MainMissionID": 4020111, + "Type": "Main", + "DisplayPriority": 4020111, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1693201441, + "Hash64": 1870748337807038665 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "ChapterID": 100000, + "SubRewardList": [] + }, + { + "MainMissionID": 4020112, + "Type": "Main", + "DisplayPriority": 4020112, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1035681914, + "Hash64": 8501535228543812437 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "ChapterID": 100000, + "SubRewardList": [] + }, + { + "MainMissionID": 4020113, + "Type": "Main", + "DisplayPriority": 4020113, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -530402027, + "Hash64": 2987384806617876527 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "ChapterID": 100000, + "SubRewardList": [] + }, + { + "MainMissionID": 4020114, + "Type": "Main", + "DisplayPriority": 4020114, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 100, + "RewardID": 100, + "DisplayRewardID": 100, + "ChapterID": 100000, + "SubRewardList": [] + }, + { + "MainMissionID": 4030001, + "Type": "Main", + "SubType": "System", + "DisplayPriority": 4030001, + "NextMainMissionList": [], + "Name": { + "Hash": 418621182, + "Hash64": 13821462442071464939 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 1000402, + "TrackWeight": 100, + "RewardID": 14030001, + "DisplayRewardID": 14030001, + "ChapterID": 100001, + "SubRewardList": [] + }, + { + "MainMissionID": 4030002, + "Type": "Branch", + "SubType": "System", + "DisplayPriority": 4030002, + "NextMainMissionList": [], + "Name": { + "Hash": -1147462759, + "Hash64": 12095861772589727268 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4030001 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14030002, + "DisplayRewardID": 14030002, + "SubRewardList": [] + }, + { + "MainMissionID": 4030003, + "Type": "Branch", + "SubType": "System", + "DisplayPriority": 4030003, + "NextMainMissionList": [], + "Name": { + "Hash": 1581420596, + "Hash64": 6390017977392220731 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4010116 + }, + { + "Type": "MultiSequence", + "Value": 4030002 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14030003, + "DisplayRewardID": 14030003, + "SubRewardList": [] + }, + { + "MainMissionID": 4030004, + "Type": "Branch", + "SubType": "System", + "DisplayPriority": 4030004, + "NextMainMissionList": [], + "Name": { + "Hash": -340893705, + "Hash64": 13732649146105408733 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4030003 + }, + { + "Type": "MultiSequence", + "Value": 1011001 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14030004, + "DisplayRewardID": 14030004, + "SubRewardList": [] + }, + { + "MainMissionID": 4030006, + "Type": "Branch", + "SubType": "System", + "DisplayPriority": 4030006, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4030002 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4030007, + "Type": "Branch", + "SubType": "System", + "DisplayPriority": 4030007, + "NextMainMissionList": [], + "Name": { + "Hash": -744178232, + "Hash64": 12427730137631660054 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4030003 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14030007, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4030009, + "Type": "Branch", + "SubType": "System", + "DisplayPriority": 4030009, + "NextMainMissionList": [], + "Name": { + "Hash": 62390822, + "Hash64": 16812000773722592703 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4030004 + }, + { + "Type": "MultiSequence", + "Value": 1011502 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14030005, + "DisplayRewardID": 14030005, + "SubRewardList": [ + 2000276 + ] + }, + { + "MainMissionID": 4030010, + "Type": "Branch", + "SubType": "System", + "DisplayPriority": 4030010, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4010116 + }, + { + "Type": "MultiSequence", + "Value": 4030002 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040001, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 4040001, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040001, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040002, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 4040002, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040002, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040003, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 4040003, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040003, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040004, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 4040004, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040004, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040005, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 4040005, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040005, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040006, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 4040006, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040006, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040007, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 4040007, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040007, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040008, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 4040008, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040008, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040009, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 4040009, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040009, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040010, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 4040010, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040010, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040011, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 4040011, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040011, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040012, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 4040012, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040014, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 4040014, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040014, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040015, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 4040015, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040015, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040017, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 4040017, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040017, + "DisplayRewardID": 14040017, + "SubRewardList": [] + }, + { + "MainMissionID": 4040018, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 4040018, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040018, + "DisplayRewardID": 14040018, + "SubRewardList": [ + 2000362 + ] + }, + { + "MainMissionID": 4040019, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 4040019, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [ + 2000346, + 2000347, + 2000348 + ] + }, + { + "MainMissionID": 4040020, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 4040020, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040021, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 4040021, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040022, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 4040022, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040023, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 4040023, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040024, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 4040024, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040051, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 4040051, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4040008 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040052, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 4040052, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4040006 + }, + { + "Type": "MultiSequence", + "Value": 1011503 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040052, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040053, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 4040053, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "SequenceNextDay", + "Value": 4040012 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040053, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040100, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4040100, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [ + 2000107, + 2000108, + 2000109, + 2000110, + 2000111, + 2000112, + 2000040, + 2000163, + 2000031, + 2000032, + 2000135, + 2000134, + 2000136, + 2000137, + 2000138, + 2000170, + 2000171, + 2000172, + 2000173, + 2000174, + 2000175, + 2000459, + 2000460 + ] + }, + { + "MainMissionID": 4040101, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4040101, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + }, + { + "Type": "MultiSequence", + "Value": 1010206 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040101, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040102, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4040102, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040102, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040103, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4040103, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + }, + { + "Type": "MultiSequence", + "Value": 1010701 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040103, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040104, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4040104, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040104, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040105, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4040105, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1011102 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040105, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040106, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4040106, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040106, + "DisplayRewardID": 14040106, + "SubRewardList": [] + }, + { + "MainMissionID": 4040107, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4040107, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040107, + "DisplayRewardID": 14040107, + "SubRewardList": [] + }, + { + "MainMissionID": 4040108, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4040108, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040108, + "DisplayRewardID": 14040108, + "SubRewardList": [] + }, + { + "MainMissionID": 4040109, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4040109, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010402 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040109, + "DisplayRewardID": 14040109, + "SubRewardList": [ + 2000350 + ] + }, + { + "MainMissionID": 4040110, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4040110, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040110, + "DisplayRewardID": 14040110, + "SubRewardList": [] + }, + { + "MainMissionID": 4040114, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4040114, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1011503 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040114, + "DisplayRewardID": 14040114, + "SubRewardList": [] + }, + { + "MainMissionID": 4040115, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4040115, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040115, + "DisplayRewardID": 14040115, + "SubRewardList": [] + }, + { + "MainMissionID": 4040116, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4040116, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040117, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4040117, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1011001 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [ + 2000358, + 2000359 + ] + }, + { + "MainMissionID": 4040118, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4040118, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1011001 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [ + 2000360, + 2000361 + ] + }, + { + "MainMissionID": 4040119, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4040119, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040119, + "DisplayRewardID": 14040119, + "SubRewardList": [] + }, + { + "MainMissionID": 4040120, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4040120, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040120, + "DisplayRewardID": 14040120, + "SubRewardList": [] + }, + { + "MainMissionID": 4040121, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4040121, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040121, + "DisplayRewardID": 14040121, + "SubRewardList": [] + }, + { + "MainMissionID": 4040122, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4040122, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1011503 + }, + { + "Type": "MultiSequence", + "Value": 2010902 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040122, + "DisplayRewardID": 14040122, + "SubRewardList": [] + }, + { + "MainMissionID": 4040123, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4040123, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040123, + "DisplayRewardID": 14040123, + "SubRewardList": [] + }, + { + "MainMissionID": 4040124, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4040124, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1011503 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040124, + "DisplayRewardID": 14040124, + "SubRewardList": [] + }, + { + "MainMissionID": 4040125, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4040125, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040125, + "DisplayRewardID": 14040125, + "SubRewardList": [] + }, + { + "MainMissionID": 4040126, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4040126, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1011503 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040126, + "DisplayRewardID": 14040126, + "SubRewardList": [] + }, + { + "MainMissionID": 4040127, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4040127, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [ + 2000397, + 2000461, + 2000462, + 2000463 + ] + }, + { + "MainMissionID": 4040128, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4040128, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040129, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4040129, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [ + 2000204, + 2000205, + 2000206, + 2000190, + 2000191 + ] + }, + { + "MainMissionID": 4040130, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4040130, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1011503 + }, + { + "Type": "MultiSequence", + "Value": 2010735 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040151, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4040151, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + }, + { + "Type": "MultiSequence", + "Value": 4040101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040151, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040152, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4040152, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1011102 + }, + { + "Type": "MultiSequence", + "Value": 4040104 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040153, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4040153, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4040103 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040154, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4040154, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4040151 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040154, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040155, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4040155, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4040106 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040155, + "DisplayRewardID": 14040155, + "SubRewardList": [] + }, + { + "MainMissionID": 4040156, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4040156, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4040109 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040157, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4040157, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4040109 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040158, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4040158, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040158, + "DisplayRewardID": 14040158, + "SubRewardList": [] + }, + { + "MainMissionID": 4040159, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4040159, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4040158 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040159, + "DisplayRewardID": 14040159, + "SubRewardList": [] + }, + { + "MainMissionID": 4040160, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4040160, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4040159 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040160, + "DisplayRewardID": 14040160, + "SubRewardList": [] + }, + { + "MainMissionID": 4040161, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4040161, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4040160 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040161, + "DisplayRewardID": 14040161, + "SubRewardList": [] + }, + { + "MainMissionID": 4040162, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4040162, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4040161 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040162, + "DisplayRewardID": 14040162, + "SubRewardList": [] + }, + { + "MainMissionID": 4040163, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4040163, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040164, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4040164, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "SequenceNextDay", + "Value": 4040163 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040165, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4040165, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "SequenceNextDay", + "Value": 4040164 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040166, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4040166, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "SequenceNextDay", + "Value": 4040165 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040167, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4040167, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040168, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4040168, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "SequenceNextDay", + "Value": 4040167 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040169, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4040169, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040116, + "DisplayRewardID": 14040116, + "SubRewardList": [] + }, + { + "MainMissionID": 4040170, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040170, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1020101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040171, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040171, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1020101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040172, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040172, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "SequenceNextDay", + "Value": 4040171 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040173, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040173, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "SequenceNextDay", + "Value": 4040172 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040174, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040174, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "SequenceNextDay", + "Value": 4040173 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040175, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040175, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040176, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040176, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040177, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040177, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040178, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040178, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040179, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040179, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "SequenceNextDay", + "Value": 4040175 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040180, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040180, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "SequenceNextDay", + "Value": 4040179 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040181, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040181, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "SequenceNextDay", + "Value": 4040176 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040182, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040182, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "SequenceNextDay", + "Value": 4040181 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040183, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040183, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "SequenceNextDay", + "Value": 4040177 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040184, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040184, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "SequenceNextDay", + "Value": 4040183 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040185, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040185, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "SequenceNextDay", + "Value": 4040178 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040186, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040186, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "SequenceNextDay", + "Value": 4040185 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040187, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4040187, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4040119 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [ + 2000344, + 2000345, + 2000353, + 2000354, + 2000355, + 2000356, + 2000357 + ] + }, + { + "MainMissionID": 4040188, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4040188, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4040120 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [ + 2000343 + ] + }, + { + "MainMissionID": 4040189, + "Type": "Branch", + "DisplayPriority": 4040189, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040190, + "Type": "Branch", + "DisplayPriority": 4040190, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4040117 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040201, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040201, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1020302 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 2000273, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040202, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040202, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1021101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040202, + "DisplayRewardID": 14040202, + "SubRewardList": [] + }, + { + "MainMissionID": 4040203, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040203, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4040202 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040203, + "DisplayRewardID": 14040203, + "SubRewardList": [] + }, + { + "MainMissionID": 4040204, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040204, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4040202 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040204, + "DisplayRewardID": 14040204, + "SubRewardList": [] + }, + { + "MainMissionID": 4040205, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040205, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4040202 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040205, + "DisplayRewardID": 14040205, + "SubRewardList": [] + }, + { + "MainMissionID": 4040206, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040206, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4040202 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040206, + "DisplayRewardID": 14040206, + "SubRewardList": [] + }, + { + "MainMissionID": 4040207, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040207, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4040202 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040207, + "DisplayRewardID": 14040207, + "SubRewardList": [] + }, + { + "MainMissionID": 4040208, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040208, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4040202 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040208, + "DisplayRewardID": 14040208, + "SubRewardList": [] + }, + { + "MainMissionID": 4040209, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040209, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1020501 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [ + 100, + 2000285, + 2000286, + 2000287, + 2000288 + ] + }, + { + "MainMissionID": 4040210, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040210, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1020501 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040210, + "DisplayRewardID": 14040210, + "SubRewardList": [] + }, + { + "MainMissionID": 4040211, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040211, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1020701 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040211, + "DisplayRewardID": 14040211, + "SubRewardList": [ + 2000289, + 2000290 + ] + }, + { + "MainMissionID": 4040212, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040212, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1020501 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040212, + "DisplayRewardID": 14040212, + "SubRewardList": [] + }, + { + "MainMissionID": 4040213, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040213, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1020501 + }, + { + "Type": "MultiSequence", + "Value": 4040201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040213, + "DisplayRewardID": 14040213, + "SubRewardList": [] + }, + { + "MainMissionID": 4040214, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040214, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1020501 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040214, + "DisplayRewardID": 14040214, + "SubRewardList": [] + }, + { + "MainMissionID": 4040215, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040215, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1020701 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040215, + "DisplayRewardID": 14040215, + "SubRewardList": [] + }, + { + "MainMissionID": 4040216, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040216, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "SequenceNextDay", + "Value": 4040211 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040216, + "DisplayRewardID": 14040216, + "SubRewardList": [ + 2000291 + ] + }, + { + "MainMissionID": 4040217, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040217, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4040203 + }, + { + "Type": "MultiSequence", + "Value": 4040204 + }, + { + "Type": "MultiSequence", + "Value": 4040205 + }, + { + "Type": "MultiSequence", + "Value": 4040206 + }, + { + "Type": "MultiSequence", + "Value": 4040207 + }, + { + "Type": "MultiSequence", + "Value": 4040208 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040217, + "DisplayRewardID": 14040217, + "SubRewardList": [] + }, + { + "MainMissionID": 4040218, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040218, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [ + 2000488 + ] + }, + { + "MainMissionID": 4040219, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040219, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "SequenceNextDay", + "Value": 4040217 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040219, + "DisplayRewardID": 14040219, + "SubRewardList": [] + }, + { + "MainMissionID": 4040220, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040220, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1020101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040221, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040221, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1020101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 4040222, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040222, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1020501 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040222, + "DisplayRewardID": 14040222, + "SubRewardList": [ + 2000339, + 2000340, + 2000341 + ] + }, + { + "MainMissionID": 4040223, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040223, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "SequenceNextDay", + "Value": 4015101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040226, + "DisplayRewardID": 14040226, + "SubRewardList": [] + }, + { + "MainMissionID": 4040224, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040224, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 4040225, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040225, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 4040226, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040226, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 4040227, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040227, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 4040228, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040228, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4040216 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [ + 2000291 + ] + }, + { + "MainMissionID": 4040229, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040229, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1020101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040229, + "DisplayRewardID": 14040229, + "SubRewardList": [] + }, + { + "MainMissionID": 4040230, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040230, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4040229 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040231, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040231, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1020801 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [ + 2000472 + ] + }, + { + "MainMissionID": 4040240, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040240, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [ + 2000363, + 2000366, + 2000365, + 2000364, + 2000367, + 2000370, + 2000371, + 2000372 + ] + }, + { + "MainMissionID": 4040241, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040241, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1021101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040241, + "DisplayRewardID": 14040241, + "SubRewardList": [ + 2000401, + 2000470 + ] + }, + { + "MainMissionID": 4040242, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040242, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1021101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [ + 2000399, + 2000400 + ] + }, + { + "MainMissionID": 4040244, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040244, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1021101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040244, + "DisplayRewardID": 14040244, + "SubRewardList": [] + }, + { + "MainMissionID": 4040245, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040245, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 4040246, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040246, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1020501 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 4040247, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040247, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [ + 2000378, + 2000379, + 2000495, + 2000496 + ] + }, + { + "MainMissionID": 4040248, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040248, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1020701 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [ + 2000534, + 2000535, + 2000536, + 2000537 + ] + }, + { + "MainMissionID": 4040249, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040249, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1021501 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040249, + "DisplayRewardID": 14040249, + "SubRewardList": [] + }, + { + "MainMissionID": 4040250, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040250, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1021501 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040251, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040251, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4040250 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040251, + "DisplayRewardID": 14040251, + "SubRewardList": [] + }, + { + "MainMissionID": 4040252, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040252, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4040250 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040252, + "DisplayRewardID": 14040252, + "SubRewardList": [] + }, + { + "MainMissionID": 4040253, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040253, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4040250 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040253, + "DisplayRewardID": 14040253, + "SubRewardList": [] + }, + { + "MainMissionID": 4040254, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040254, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4040251 + }, + { + "Type": "MultiSequence", + "Value": 4040252 + }, + { + "Type": "MultiSequence", + "Value": 4040253 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040254, + "DisplayRewardID": 14040254, + "SubRewardList": [] + }, + { + "MainMissionID": 4040255, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040255, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1021501 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [ + 2000538, + 2000539, + 2000540 + ] + }, + { + "MainMissionID": 4040256, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040256, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1020601 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 4040257, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040257, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1020701 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 4040258, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040258, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2021705 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040258, + "DisplayRewardID": 14040258, + "SubRewardList": [] + }, + { + "MainMissionID": 4040259, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040259, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2021705 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [ + 2000601, + 2000602, + 2000603 + ] + }, + { + "MainMissionID": 4040260, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040260, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2021705 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040260, + "DisplayRewardID": 14040260, + "SubRewardList": [] + }, + { + "MainMissionID": 4040261, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040261, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2021705 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040261, + "DisplayRewardID": 14040261, + "SubRewardList": [] + }, + { + "MainMissionID": 4040262, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040262, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2021705 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040262, + "DisplayRewardID": 14040262, + "SubRewardList": [ + 2000589, + 2000590, + 2000591 + ] + }, + { + "MainMissionID": 4040263, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040263, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4040262 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [ + 2000592 + ] + }, + { + "MainMissionID": 4040264, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040264, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2021705 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 2000616, + "DisplayRewardID": 2000616, + "SubRewardList": [] + }, + { + "MainMissionID": 4040265, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040265, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2022105 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 4040290, + "Type": "Branch", + "WorldID": 301, + "DisplayPriority": 4040290, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4040202 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040300, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4040300, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 4040302, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4040302, + "NextMainMissionList": [], + "Name": { + "Hash": 2044797389, + "Hash64": 3961963356735019811 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030801 + }, + { + "Type": "MultiSequence", + "Value": 4040306 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040302, + "DisplayRewardID": 14040302, + "SubRewardList": [] + }, + { + "MainMissionID": 4040303, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4040303, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4040318 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 2000895, + "SubRewardList": [] + }, + { + "MainMissionID": 4040304, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4040304, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 4040305, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4040305, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 4040306, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4040306, + "NextMainMissionList": [], + "Name": { + "Hash": 75428921, + "Hash64": 15402522511404207830 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4040307 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040306, + "DisplayRewardID": 14040306, + "SubRewardList": [] + }, + { + "MainMissionID": 4040307, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4040307, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030301 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 4040308, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4040308, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 2000836, + "SubRewardList": [] + }, + { + "MainMissionID": 4040309, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4040309, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 2000847, + "SubRewardList": [] + }, + { + "MainMissionID": 4040310, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4040310, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 2000848, + "SubRewardList": [] + }, + { + "MainMissionID": 4040311, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4040311, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 4040312, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4040312, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [ + 2000982, + 2000983, + 2000984, + 2000985 + ] + }, + { + "MainMissionID": 4040313, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4040313, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 4040314, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4040314, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 2000891, + "SubRewardList": [] + }, + { + "MainMissionID": 4040315, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4040315, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 4040316, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4040316, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 4040317, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4040317, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 2000922, + "SubRewardList": [] + }, + { + "MainMissionID": 4040318, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4040318, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 4040319, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4040319, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [ + 2000976, + 2000977 + ] + }, + { + "MainMissionID": 4040320, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4040320, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 4040321, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4040321, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 4040322, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4204032, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 4040323, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4040323, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 4040324, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4040324, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 4040325, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4040325, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 4040326, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4040326, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 2000849, + "SubRewardList": [] + }, + { + "MainMissionID": 4040327, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4040327, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 2000863, + "SubRewardList": [] + }, + { + "MainMissionID": 4040328, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4040328, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 2000763, + "SubRewardList": [] + }, + { + "MainMissionID": 4040329, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4040329, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 2000846, + "SubRewardList": [] + }, + { + "MainMissionID": 4040330, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4040330, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 2000918, + "SubRewardList": [] + }, + { + "MainMissionID": 4040331, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4040331, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [ + 2000919, + 2000920, + 2000921 + ] + }, + { + "MainMissionID": 4040332, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4040332, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1031401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 4040333, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4040333, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1031401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [ + 2001038, + 2001039, + 2001040, + 2001041 + ] + }, + { + "MainMissionID": 4040334, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4040334, + "NextMainMissionList": [], + "Name": { + "Hash": -1087370490, + "Hash64": 9157696090811409797 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1032101 + }, + { + "Type": "MultiSequence", + "Value": 4040302 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14040334, + "DisplayRewardID": 14040334, + "SubRewardList": [] + }, + { + "MainMissionID": 4040335, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4040335, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1032101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 4040336, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4040336, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1032101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 2001125, + "SubRewardList": [] + }, + { + "MainMissionID": 4040337, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4040337, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1032101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 4040338, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4040338, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1032101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [ + 2001126, + 2001127, + 2001128, + 2001142 + ] + }, + { + "MainMissionID": 4040339, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4040339, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8021100 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [ + 2001129, + 2001130, + 2001131, + 2001132, + 2001133, + 2001134, + 2001135, + 2001136, + 2001137, + 2001138, + 2001139 + ] + }, + { + "MainMissionID": 4040340, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4040340, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1032101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 4040341, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4040341, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4240306 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 2000978, + "SubRewardList": [] + }, + { + "MainMissionID": 4040342, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4040342, + "NextMainMissionList": [], + "Name": { + "Hash": 2044797385, + "Hash64": 2316544883003406680 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1032801 + }, + { + "Type": "MultiSequence", + "Value": 4040334 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 1100, + "DisplayRewardID": 1100, + "SubRewardList": [] + }, + { + "MainMissionID": 4040343, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4040343, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1032101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 4040344, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4040344, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1034109 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 4040345, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4040345, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1034109 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 4040346, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4040346, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1032902 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 4040347, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4040347, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1034109 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 4040348, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4040348, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1034109 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 4040349, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4040349, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1034109 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 4040350, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4040350, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1034109 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 2001280, + "SubRewardList": [] + }, + { + "MainMissionID": 4040351, + "Type": "Branch", + "DisplayPriority": 4040351, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2022204 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 4040352, + "Type": "Branch", + "DisplayPriority": 4040352, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2022204 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 4040353, + "Type": "Branch", + "DisplayPriority": 4040353, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2022204 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 2001326, + "SubRewardList": [] + }, + { + "MainMissionID": 4040356, + "Type": "Branch", + "DisplayPriority": 4040356, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1034210 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [ + 2001337, + 2001338, + 2001339, + 2001340, + 2001341, + 2001342, + 2001343 + ] + }, + { + "MainMissionID": 4049901, + "Type": "Branch", + "DisplayPriority": 4049901, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2022201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 4049902, + "Type": "Branch", + "DisplayPriority": 4049902, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2022201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 4050005, + "Type": "Branch", + "DisplayPriority": 4050005, + "NextMainMissionList": [], + "Name": { + "Hash": -823956812, + "Hash64": 3445768132304371993 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010101 + }, + { + "Type": "PlayerLevel", + "Value": 12 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14050005, + "DisplayRewardID": 14050005, + "SubRewardList": [] + }, + { + "MainMissionID": 4050007, + "Type": "Branch", + "DisplayPriority": 4050007, + "NextMainMissionList": [], + "Name": { + "Hash": -1986756226, + "Hash64": 13727207030350263530 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010101 + }, + { + "Type": "MultiSequence", + "Value": 4050005 + }, + { + "Type": "PlayerLevel", + "Value": 17 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14050007, + "DisplayRewardID": 14050007, + "SubRewardList": [] + }, + { + "MainMissionID": 4050008, + "Type": "Branch", + "DisplayPriority": 4050008, + "NextMainMissionList": [], + "Name": { + "Hash": -1939702059, + "Hash64": 15870654686681445975 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14050008, + "DisplayRewardID": 14050008, + "SubRewardList": [] + }, + { + "MainMissionID": 4050009, + "Type": "Branch", + "DisplayPriority": 4050009, + "NextMainMissionList": [], + "Name": { + "Hash": 789181296, + "Hash64": 4242340402788587212 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14050009, + "DisplayRewardID": 14050009, + "SubRewardList": [] + }, + { + "MainMissionID": 4050010, + "Type": "Branch", + "DisplayPriority": 4050010, + "NextMainMissionList": [], + "Name": { + "Hash": -1583471698, + "Hash64": 11228798604378477869 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14050010, + "DisplayRewardID": 14050010, + "SubRewardList": [] + }, + { + "MainMissionID": 4050011, + "Type": "Branch", + "DisplayPriority": 4050011, + "NextMainMissionList": [], + "Name": { + "Hash": 1145411657, + "Hash64": 14783180974128941080 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14050011, + "DisplayRewardID": 14050011, + "SubRewardList": [] + }, + { + "MainMissionID": 4050012, + "Type": "Branch", + "DisplayPriority": 4050012, + "NextMainMissionList": [], + "Name": { + "Hash": 1548696184, + "Hash64": 9346165566471331030 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14050012, + "DisplayRewardID": 14050012, + "SubRewardList": [] + }, + { + "MainMissionID": 4050023, + "Type": "Branch", + "DisplayPriority": 4050023, + "NextMainMissionList": [], + "Name": { + "Hash": -17387756, + "Hash64": 17810082707037858488 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14050023, + "DisplayRewardID": 14050023, + "SubRewardList": [] + }, + { + "MainMissionID": 4050028, + "Type": "Branch", + "DisplayPriority": 4050028, + "NextMainMissionList": [], + "Name": { + "Hash": -1939702057, + "Hash64": 10850878136461598914 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14050028, + "DisplayRewardID": 14050028, + "SubRewardList": [] + }, + { + "MainMissionID": 4050029, + "Type": "Branch", + "DisplayPriority": 4050029, + "NextMainMissionList": [], + "Name": { + "Hash": 789181298, + "Hash64": 16228979871428783346 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14050029, + "DisplayRewardID": 14050029, + "SubRewardList": [] + }, + { + "MainMissionID": 4050030, + "Type": "Branch", + "DisplayPriority": 4050030, + "NextMainMissionList": [], + "Name": { + "Hash": -1583471696, + "Hash64": 6214027862382855797 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14050030, + "DisplayRewardID": 14050030, + "SubRewardList": [] + }, + { + "MainMissionID": 4050031, + "Type": "Branch", + "DisplayPriority": 4050031, + "NextMainMissionList": [], + "Name": { + "Hash": 1145411659, + "Hash64": 16008570987050174523 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14050031, + "DisplayRewardID": 14050031, + "SubRewardList": [] + }, + { + "MainMissionID": 4050032, + "Type": "Branch", + "DisplayPriority": 4050032, + "NextMainMissionList": [], + "Name": { + "Hash": 1548696186, + "Hash64": 7167077399612598141 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14050032, + "DisplayRewardID": 14050032, + "SubRewardList": [] + }, + { + "MainMissionID": 4050033, + "Type": "Branch", + "DisplayPriority": 4050033, + "NextMainMissionList": [], + "Name": { + "Hash": -17387755, + "Hash64": 10923564647793356069 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14050033, + "DisplayRewardID": 14050033, + "SubRewardList": [] + }, + { + "MainMissionID": 4050034, + "Type": "Branch", + "DisplayPriority": 4050034, + "NextMainMissionList": [], + "Name": { + "Hash": 742127132, + "Hash64": 11349177667330766562 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14050034, + "DisplayRewardID": 14050034, + "SubRewardList": [] + }, + { + "MainMissionID": 4050035, + "Type": "Branch", + "DisplayPriority": 4050035, + "NextMainMissionList": [], + "Name": { + "Hash": -823956809, + "Hash64": 1041207799230933852 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14050035, + "DisplayRewardID": 14050035, + "SubRewardList": [] + }, + { + "MainMissionID": 4050036, + "Type": "Branch", + "DisplayPriority": 4050036, + "NextMainMissionList": [], + "Name": { + "Hash": -420672282, + "Hash64": 1520944409480577467 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14050036, + "DisplayRewardID": 14050036, + "SubRewardList": [] + }, + { + "MainMissionID": 4050037, + "Type": "Branch", + "DisplayPriority": 4050037, + "NextMainMissionList": [], + "Name": { + "Hash": -1986756223, + "Hash64": 2457897449406342649 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14050037, + "DisplayRewardID": 14050037, + "SubRewardList": [] + }, + { + "MainMissionID": 4050038, + "Type": "Branch", + "DisplayPriority": 4050038, + "NextMainMissionList": [], + "Name": { + "Hash": -1939702056, + "Hash64": 3998518586456338554 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14050038, + "DisplayRewardID": 14050038, + "SubRewardList": [] + }, + { + "MainMissionID": 4050039, + "Type": "Branch", + "DisplayPriority": 4050039, + "NextMainMissionList": [], + "Name": { + "Hash": 789181299, + "Hash64": 15789636905843386248 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14050039, + "DisplayRewardID": 14050039, + "SubRewardList": [] + }, + { + "MainMissionID": 4070011, + "Type": "Branch", + "SubType": "Game", + "WorldID": 101, + "DisplayPriority": 4070011, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1872202131, + "Hash64": 4759204881894070417 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4070012, + "Type": "Branch", + "SubType": "Game", + "WorldID": 101, + "DisplayPriority": 4070012, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 306118190, + "Hash64": 14373788845655831808 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4070013, + "Type": "Branch", + "SubType": "Game", + "WorldID": 101, + "DisplayPriority": 4070013, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1259965751, + "Hash64": 8760434055863425807 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4071311, + "Type": "Branch", + "SubType": "Game", + "WorldID": 201, + "DisplayPriority": 4072124, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1159209107, + "Hash64": 18360257229337725049 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4071312, + "Type": "Branch", + "SubType": "Game", + "WorldID": 201, + "DisplayPriority": 4072125, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 406874834, + "Hash64": 7934641571775847639 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4071313, + "Type": "Branch", + "SubType": "Game", + "WorldID": 201, + "DisplayPriority": 4072126, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1972958775, + "Hash64": 357366884366866773 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4071320, + "Type": "Branch", + "SubType": "Game", + "WorldID": 201, + "DisplayPriority": 4071320, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1569674251, + "Hash64": 16165846822138280284 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4071321, + "Type": "Branch", + "SubType": "Game", + "WorldID": 201, + "DisplayPriority": 4071321, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1159209104, + "Hash64": 11970091807964911448 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4071322, + "Type": "Branch", + "SubType": "Game", + "WorldID": 201, + "DisplayPriority": 4071322, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 406874837, + "Hash64": 1056856434359739012 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4072011, + "Type": "Branch", + "SubType": "Game", + "WorldID": 301, + "DisplayPriority": 4072011, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1872202197, + "Hash64": 12630015814879979495 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4072012, + "Type": "Branch", + "SubType": "Game", + "WorldID": 301, + "DisplayPriority": 4072012, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 306118256, + "Hash64": 277992977445376114 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4072013, + "Type": "Branch", + "SubType": "Game", + "WorldID": 301, + "DisplayPriority": 4072013, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1259965685, + "Hash64": 2017082288373155413 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4072021, + "Type": "Branch", + "SubType": "Game", + "WorldID": 301, + "DisplayPriority": 4072021, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1872202194, + "Hash64": 6173398829376182738 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4072022, + "Type": "Branch", + "SubType": "Game", + "WorldID": 301, + "DisplayPriority": 4072022, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 306118253, + "Hash64": 8170233453809825677 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4072023, + "Type": "Branch", + "SubType": "Game", + "WorldID": 301, + "DisplayPriority": 4072023, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1259965688, + "Hash64": 4616956823218945185 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4072024, + "Type": "Branch", + "SubType": "Game", + "WorldID": 301, + "DisplayPriority": 4072024, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1468917667, + "Hash64": 16258614911282354777 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4072121, + "Type": "Branch", + "SubType": "Game", + "WorldID": 301, + "DisplayPriority": 4072121, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -876884137, + "Hash64": 4012857782839612195 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4072122, + "Type": "Branch", + "SubType": "Game", + "WorldID": 301, + "DisplayPriority": 4072122, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1280168664, + "Hash64": 1746254423204514968 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4072123, + "Type": "Branch", + "SubType": "Game", + "WorldID": 301, + "DisplayPriority": 4072123, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 285915277, + "Hash64": 7844848848457793595 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4081311, + "Type": "Branch", + "SubType": "Game", + "WorldID": 201, + "DisplayPriority": 4081311, + "NextMainMissionList": [], + "Name": { + "Hash": 769495078, + "Hash64": 7884457666848354503 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1011403 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4081312, + "Type": "Branch", + "SubType": "Game", + "WorldID": 201, + "DisplayPriority": 4081312, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4081311 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4081313, + "Type": "Branch", + "SubType": "Game", + "WorldID": 201, + "DisplayPriority": 4081313, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4081312 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4081314, + "Type": "Branch", + "SubType": "Game", + "WorldID": 201, + "DisplayPriority": 4081314, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4081313 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4081315, + "Type": "Branch", + "SubType": "Game", + "WorldID": 201, + "DisplayPriority": 4081315, + "NextMainMissionList": [], + "Name": { + "Hash": -1556103750, + "Hash64": 8410306744091649510 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1011403 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4081316, + "Type": "Branch", + "SubType": "Game", + "WorldID": 201, + "DisplayPriority": 4081316, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4081315 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4081317, + "Type": "Branch", + "SubType": "Game", + "WorldID": 201, + "DisplayPriority": 4081317, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4081316 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4081318, + "Type": "Branch", + "SubType": "Game", + "WorldID": 201, + "DisplayPriority": 4081318, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4081317 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4122101, + "Type": "Branch", + "SubType": "Game", + "WorldID": 301, + "DisplayPriority": 4122101, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1693202399, + "Hash64": 3639993157367313090 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4122102, + "Type": "Branch", + "SubType": "Game", + "WorldID": 301, + "DisplayPriority": 4122102, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1035680956, + "Hash64": 985140910990743534 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4122103, + "Type": "Branch", + "SubType": "Game", + "WorldID": 301, + "DisplayPriority": 4122103, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -530402985, + "Hash64": 8406204782357895744 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4140101, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4140101, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14140101, + "DisplayRewardID": 14140101, + "SubRewardList": [] + }, + { + "MainMissionID": 4140102, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4140102, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2010203 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14140102, + "DisplayRewardID": 14140102, + "SubRewardList": [] + }, + { + "MainMissionID": 4140103, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4140103, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2010203 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14140103, + "DisplayRewardID": 14140103, + "SubRewardList": [] + }, + { + "MainMissionID": 4140104, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4140104, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2010203 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14140104, + "DisplayRewardID": 14140104, + "SubRewardList": [] + }, + { + "MainMissionID": 4140105, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4140105, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4140106, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4140106, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8014106 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [ + 2000577, + 2000578 + ] + }, + { + "MainMissionID": 4140107, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4140107, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8014106 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14140107, + "DisplayRewardID": 14140107, + "SubRewardList": [] + }, + { + "MainMissionID": 4140108, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4140108, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14140108, + "DisplayRewardID": 14140108, + "SubRewardList": [ + 2000579 + ] + }, + { + "MainMissionID": 4140109, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4140109, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14140109, + "DisplayRewardID": 14140109, + "SubRewardList": [] + }, + { + "MainMissionID": 4140110, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4140110, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14140110, + "DisplayRewardID": 14140110, + "SubRewardList": [] + }, + { + "MainMissionID": 4140111, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4140111, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8014106 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4140112, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4140112, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2010203 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 2000567, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4140113, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4140113, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4140114, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4140114, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 2000566, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4140115, + "Type": "Branch", + "WorldID": 201, + "DisplayPriority": 4140115, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2010203 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [ + 2000580, + 2000581, + 2000582, + 2000583, + 2000584, + 2000585, + 2000586 + ] + }, + { + "MainMissionID": 4140116, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 4140116, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2001001 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14140116, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4140117, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 4140117, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2001001 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14140117, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4140118, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 4140118, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2001001 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [ + 2000637, + 2000638 + ] + }, + { + "MainMissionID": 4140119, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 4140119, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8016202 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14140119, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4140120, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 4140120, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8016202 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14140120, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4140121, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 4140121, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8016201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [ + 2000639, + 2000640, + 2000641 + ] + }, + { + "MainMissionID": 4140122, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 4140122, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2001001 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4140123, + "Type": "Branch", + "WorldID": 101, + "DisplayPriority": 4140123, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1011503 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4240301, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4240301, + "NextMainMissionList": [], + "Name": { + "Hash": -684083788, + "Hash64": 6314631838705376647 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030402 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14240301, + "DisplayRewardID": 14240301, + "ChapterID": 601201, + "SubRewardList": [ + 2000842, + 2000843 + ] + }, + { + "MainMissionID": 4240302, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4240302, + "NextMainMissionList": [], + "Name": { + "Hash": 2044799567, + "Hash64": 12465214931046387486 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030801 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14240302, + "DisplayRewardID": 14240302, + "ChapterID": 601201, + "SubRewardList": [] + }, + { + "MainMissionID": 4240304, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4240304, + "NextMainMissionList": [], + "Name": { + "Hash": -1087368315, + "Hash64": 8238463274806461873 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030402 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14240304, + "DisplayRewardID": 14240304, + "ChapterID": 601201, + "SubRewardList": [] + }, + { + "MainMissionID": 4240305, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4240305, + "NextMainMissionList": [], + "Name": { + "Hash": 1641515040, + "Hash64": 17797491694370706324 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030402 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14240305, + "DisplayRewardID": 14240305, + "ChapterID": 601201, + "SubRewardList": [] + }, + { + "MainMissionID": 4240306, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4240306, + "NextMainMissionList": [], + "Name": { + "Hash": 75431099, + "Hash64": 1622287979199093007 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030402 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14240306, + "DisplayRewardID": 14240306, + "ChapterID": 601201, + "SubRewardList": [ + 2000845 + ] + }, + { + "MainMissionID": 4240307, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4240307, + "NextMainMissionList": [], + "Name": { + "Hash": -1490652842, + "Hash64": 17396599562333628315 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030402 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14240307, + "DisplayRewardID": 14240307, + "ChapterID": 601201, + "SubRewardList": [] + }, + { + "MainMissionID": 4240308, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4240308, + "NextMainMissionList": [], + "Name": { + "Hash": 525769793, + "Hash64": 2799076805073536133 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030402 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14240308, + "DisplayRewardID": 14240308, + "ChapterID": 601201, + "SubRewardList": [] + }, + { + "MainMissionID": 4240309, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4240309, + "NextMainMissionList": [], + "Name": { + "Hash": -1040314148, + "Hash64": 10779757785148290232 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030402 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14240309, + "DisplayRewardID": 14240309, + "ChapterID": 601201, + "SubRewardList": [] + }, + { + "MainMissionID": 4240310, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4240310, + "NextMainMissionList": [], + "Name": { + "Hash": 882000154, + "Hash64": 9440858418083405378 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030402 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14240310, + "DisplayRewardID": 14240310, + "ChapterID": 601201, + "SubRewardList": [] + }, + { + "MainMissionID": 4240311, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4240311, + "NextMainMissionList": [], + "Name": { + "Hash": -684083787, + "Hash64": 10891433482571861210 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030402 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14240311, + "DisplayRewardID": 14240311, + "ChapterID": 601201, + "SubRewardList": [ + 2000844, + 2000841, + 2000892 + ] + }, + { + "MainMissionID": 4240312, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4240312, + "NextMainMissionList": [], + "Name": { + "Hash": 2044799568, + "Hash64": 4501887986528055053 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030402 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14240312, + "DisplayRewardID": 14240312, + "ChapterID": 601201, + "SubRewardList": [ + 2000871 + ] + }, + { + "MainMissionID": 4240313, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4240313, + "NextMainMissionList": [], + "Name": { + "Hash": 478715627, + "Hash64": 4152085092728454012 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030402 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14240313, + "DisplayRewardID": 14240313, + "ChapterID": 601201, + "SubRewardList": [] + }, + { + "MainMissionID": 4240314, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4240314, + "NextMainMissionList": [], + "Name": { + "Hash": -1087368314, + "Hash64": 3461220699464836956 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030402 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14240314, + "DisplayRewardID": 14240314, + "ChapterID": 601201, + "SubRewardList": [] + }, + { + "MainMissionID": 4240316, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4240316, + "NextMainMissionList": [], + "Name": { + "Hash": 75431100, + "Hash64": 16923420125086819473 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030402 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14240316, + "DisplayRewardID": 14240316, + "ChapterID": 601201, + "SubRewardList": [] + }, + { + "MainMissionID": 4240317, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4240317, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4240311 + }, + { + "Type": "MultiSequence", + "Value": 4240312 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4240320, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4240320, + "NextMainMissionList": [], + "Name": { + "Hash": 882000151, + "Hash64": 3387757142478725814 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1032101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14240320, + "DisplayRewardID": 14240320, + "ChapterID": 601201, + "SubRewardList": [] + }, + { + "MainMissionID": 4240321, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4240321, + "NextMainMissionList": [], + "Name": { + "Hash": -684083790, + "Hash64": 13811964760620277026 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1032101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14240321, + "DisplayRewardID": 14240321, + "ChapterID": 601201, + "SubRewardList": [] + }, + { + "MainMissionID": 4240322, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4240322, + "NextMainMissionList": [], + "Name": { + "Hash": 2044799565, + "Hash64": 16194055761177731 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1032101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14240322, + "DisplayRewardID": 14240322, + "ChapterID": 601201, + "SubRewardList": [ + 2001052, + 2001053, + 2001054, + 2001055 + ] + }, + { + "MainMissionID": 4240323, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4240323, + "NextMainMissionList": [], + "Name": { + "Hash": 478715624, + "Hash64": 5257022564899057131 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1033101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14240323, + "DisplayRewardID": 14240323, + "ChapterID": 601201, + "SubRewardList": [] + }, + { + "MainMissionID": 4240324, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4240324, + "NextMainMissionList": [], + "Name": { + "Hash": -1087368317, + "Hash64": 5642402751496271673 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1034210 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14240324, + "DisplayRewardID": 14240324, + "ChapterID": 601201, + "SubRewardList": [] + }, + { + "MainMissionID": 4240401, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4240401, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030402 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [ + 2000693, + 2000694, + 2000695, + 2000696, + 2000697, + 2000698, + 2000699, + 2000700, + 2000701, + 2000702, + 2000703, + 2000704, + 2000705, + 2000706, + 2000708, + 2000709, + 2000710, + 2000711, + 2000712, + 2000713, + 2000714, + 2000715, + 2000717, + 2000718, + 2000719, + 2000720, + 2000721, + 2000722, + 2000723, + 2000724, + 2000725, + 2000726, + 2000729, + 2000730, + 2000731, + 2000732, + 2000733, + 2000734, + 2000735, + 2000736, + 2000737, + 2000727, + 2000968, + 2000969, + 2000970, + 2000971, + 2000972, + 2000973, + 2000974, + 2000975, + 2000979, + 2000980, + 2000981 + ] + }, + { + "MainMissionID": 4240402, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4240402, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030402 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4240403, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4240403, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030901 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [ + 2000989, + 2000990, + 2000991, + 2000992, + 2001042, + 2001043, + 2001044, + 2001045, + 2001046, + 2001047, + 2001048, + 2001049, + 2001088 + ] + }, + { + "MainMissionID": 4240404, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4240404, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1032101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4240405, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4240405, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1033101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [ + 2001281, + 2001282, + 2001283, + 2001284 + ] + }, + { + "MainMissionID": 4240406, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4240406, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1034109 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4240407, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4240407, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340101, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340101, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030301 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14340101, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340102, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340102, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030302 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14340102, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340103, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340103, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14340103, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340104, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340104, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030801 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [ + 2000853, + 2000854, + 2000890 + ] + }, + { + "MainMissionID": 4340105, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340105, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [ + 2000855, + 2000856, + 2000857, + 2000858 + ] + }, + { + "MainMissionID": 4340106, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340106, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [ + 2000859, + 2000860, + 2000861 + ] + }, + { + "MainMissionID": 4340107, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340107, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14340107, + "DisplayRewardID": 100, + "SubRewardList": [ + 2000850, + 2000851, + 2000852 + ] + }, + { + "MainMissionID": 4340108, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340108, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14340108, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340109, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340109, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1032101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14340109, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340110, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340110, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030801 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14340110, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340111, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340111, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1031501 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14340111, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340112, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340112, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4340111 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [ + 14340112 + ] + }, + { + "MainMissionID": 4340113, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340113, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1031501 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340114, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340114, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1031501 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [ + 2001050, + 2001051 + ] + }, + { + "MainMissionID": 4340115, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340115, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1032501 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14340115, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340116, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340116, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1032501 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [ + 2001143, + 2001144, + 2001145, + 2001146, + 2001147, + 2001148 + ] + }, + { + "MainMissionID": 4340117, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340117, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1032705 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14340117, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340118, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340118, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1033101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14340118, + "DisplayRewardID": 100, + "SubRewardList": [ + 2001141 + ] + }, + { + "MainMissionID": 4340119, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340119, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14340119, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340120, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340120, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1034109 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14340120, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340121, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340121, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14340121, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340122, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340122, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1034109 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14340122, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340123, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340123, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2022105 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14340123, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340124, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340124, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2022105 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14340124, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340125, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340125, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2022105 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14340125, + "DisplayRewardID": 100, + "SubRewardList": [ + 2001314 + ] + }, + { + "MainMissionID": 4340126, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340126, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2022105 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14340126, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340127, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340127, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2022105 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14340127, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340128, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340128, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2022308 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14340128, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340129, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340129, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2022308 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14340129, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340130, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340130, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2022308 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14340130, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340131, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340131, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2022308 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14340131, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340132, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340132, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2022308 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14340132, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340133, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340133, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2022308 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14340133, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340134, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340134, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1034210 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14340134, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340135, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340135, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1034210 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14340135, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340136, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340136, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1034201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14340136, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340137, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340137, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8026105 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14340137, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340138, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340138, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [ + 2001388, + 2001389, + 2001390, + 2001391, + 2001392, + 2001393, + 2001394, + 2001395 + ] + }, + { + "MainMissionID": 4340139, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340139, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8027119 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340140, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340140, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8027116 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340141, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340141, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8027114 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [ + 2001380, + 2001381, + 2001382 + ] + }, + { + "MainMissionID": 4340142, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340142, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8027112 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340144, + "Type": "Branch", + "WorldID": 501, + "DisplayPriority": 4340144, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040104 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [ + 2001396, + 2001397, + 2001398, + 2001399, + 2001400, + 2001401, + 2001402, + 2001403 + ] + }, + { + "MainMissionID": 4340145, + "Type": "Branch", + "WorldID": 501, + "DisplayPriority": 4340145, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040118 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 2001412, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340146, + "Type": "Branch", + "WorldID": 501, + "DisplayPriority": 4340146, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040118 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 2001413, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340147, + "Type": "Branch", + "WorldID": 501, + "DisplayPriority": 4340147, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040118 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 2001414, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340148, + "Type": "Branch", + "WorldID": 501, + "DisplayPriority": 4340148, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340149, + "Type": "Branch", + "WorldID": 501, + "DisplayPriority": 4340149, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [ + 2001404, + 2001405, + 2001406, + 2001407, + 2001408, + 2001409, + 2001410, + 2001411 + ] + }, + { + "MainMissionID": 4340150, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340150, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030402 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14340150, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340151, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340151, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030501 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14340151, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340152, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340152, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030801 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14340152, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340153, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340153, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030801 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14340153, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340154, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340154, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030303 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14340154, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340155, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340155, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030501 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14340155, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340156, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340156, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030303 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14340156, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340157, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340157, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030402 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14340157, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340158, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340158, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1032101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14340158, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340159, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340159, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1031101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14340159, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340160, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340160, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1032101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14340160, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340161, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340161, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1031101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14340161, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340162, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340162, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1032705 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14340162, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340163, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340163, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1032501 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14340163, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340164, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340164, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1032501 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14340164, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340165, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340165, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1032902 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14340165, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340166, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340166, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1032902 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14340166, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340167, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340167, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1032705 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340168, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340168, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1034109 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14340168, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340169, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340169, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1034109 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14340169, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340170, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340170, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1034210 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14340170, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340171, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340171, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1034210 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14340171, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340172, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340172, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040213 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14340172, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340173, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340173, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040213 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14340173, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340174, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340174, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000511 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [ + 2001521 + ] + }, + { + "MainMissionID": 4340175, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340175, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000511 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [ + 2001546, + 2001547, + 2001548, + 2001549, + 2001550 + ] + }, + { + "MainMissionID": 4340176, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340176, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2001501 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [ + 2000282 + ] + }, + { + "MainMissionID": 4340177, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340177, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340178, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340178, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040416 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 2001586, + "DisplayRewardID": 2001586, + "SubRewardList": [] + }, + { + "MainMissionID": 4340179, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340179, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040416 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 2001587, + "DisplayRewardID": 2001587, + "SubRewardList": [] + }, + { + "MainMissionID": 4340181, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340181, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000511 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340182, + "Type": "Branch", + "WorldID": 501, + "DisplayPriority": 4340182, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040416 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [ + 2001588, + 2001589, + 2001590, + 2001591, + 2001592, + 2001593 + ] + }, + { + "MainMissionID": 4340183, + "Type": "Branch", + "WorldID": 501, + "DisplayPriority": 4340183, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 5000417 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [ + 2001594, + 2001595 + ] + }, + { + "MainMissionID": 4340184, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340184, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040503 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340185, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340185, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040503 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340194, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340194, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040503 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340195, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340195, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040503 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [ + 2001600, + 2001601, + 2001602, + 2001603, + 2001604 + ] + }, + { + "MainMissionID": 4340180, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340180, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1000511 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340186, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340186, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 2001620, + "DisplayRewardID": 2001620, + "SubRewardList": [ + 2001613, + 2001614, + 2001615, + 2001616, + 2001617, + 2001618 + ] + }, + { + "MainMissionID": 4340187, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340187, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [ + 2001619 + ] + }, + { + "MainMissionID": 4340188, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340188, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040503 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340189, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340189, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040503 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340190, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340190, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040503 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340191, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340191, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040503 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340192, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340192, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040503 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4340193, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4340193, + "NextMainMissionList": [], + "Name": { + "Hash": -2129209220, + "Hash64": 6406657528563924877 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040503 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14340193, + "DisplayRewardID": 14340193, + "SubRewardList": [] + }, + { + "MainMissionID": 4540101, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4540101, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 2000657, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4540102, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4540102, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 2000666, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4540103, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4540103, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4540104, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4540104, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4540105, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4540105, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [ + 2000931, + 2000932, + 2000933, + 2000934, + 2000935, + 2000936, + 2000937, + 2000938, + 2000939 + ] + }, + { + "MainMissionID": 4540106, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4540106, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4540107, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4540107, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 2000671, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4540111, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4540111, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 2000740, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4540112, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4540112, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 2000742, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4540113, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4540113, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 2000743, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4540114, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4540114, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 2000744, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4540201, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4540201, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 2000672, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4540202, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4540202, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 2000673, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4540203, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4540203, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [ + 2000966, + 2000967 + ] + }, + { + "MainMissionID": 4540204, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4540204, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4540205, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4540205, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [ + 2000940, + 2000941, + 2000942, + 2000943, + 2000944, + 2000945, + 2000946, + 2000947, + 2000948, + 2000949, + 2000950 + ] + }, + { + "MainMissionID": 4540206, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4540206, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 2000677, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4540211, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4540211, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 2000819, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4540212, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4540212, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 2000820, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4540213, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4540213, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 2000821, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4540214, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4540214, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 2000822, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4540301, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4540301, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 2000678, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4540302, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4540302, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 2000679, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4540303, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4540303, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 2000680, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4540304, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4540304, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 2000681, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4540305, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4540305, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [ + 2000951, + 2000952, + 2000953 + ] + }, + { + "MainMissionID": 4540306, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4540306, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 2000683, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4540307, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4540307, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 2000684, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4540311, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4540311, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 2000827, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4540312, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4540312, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 2000828, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4540313, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4540313, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 2000829, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4540314, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4540314, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 2000830, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4540315, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4540315, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 2000831, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 4540401, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4540401, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [ + 2000954, + 2000955, + 2000956, + 2000957, + 2000958, + 2000959, + 2000960, + 2000961, + 2000962, + 2000963, + 2000964, + 2000965 + ] + }, + { + "MainMissionID": 4540402, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4540402, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 4540403, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4540403, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 2000687, + "SubRewardList": [] + }, + { + "MainMissionID": 4540404, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4540404, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 4540405, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4540405, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 4540406, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4540406, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 2000690, + "SubRewardList": [] + }, + { + "MainMissionID": 4540407, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4540407, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 2000691, + "SubRewardList": [] + }, + { + "MainMissionID": 4540408, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4540408, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 4540411, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4540411, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 4540412, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4540412, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 4540413, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4540413, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 4540414, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4540414, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 4540501, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4540501, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030801 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [ + 2001090, + 2001091, + 2001092, + 2001093, + 2001094, + 2001098, + 2001099, + 2001100, + 2001101, + 2001102, + 2001103, + 2001107, + 2001108, + 2001109, + 2001110, + 2001111, + 2001112, + 2001113, + 2001114, + 2001115, + 2001116, + 2001117, + 2001118 + ] + }, + { + "MainMissionID": 4540502, + "Type": "Branch", + "WorldID": 401, + "DisplayPriority": 4540502, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1032101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [ + 2001209, + 2001210, + 2001211, + 2001212, + 2001213, + 2001214, + 2001215, + 2001220, + 2001221, + 2001226, + 2001228, + 2001231, + 2001235, + 2001236, + 2001237, + 2001238, + 2001239, + 2001240, + 2001241, + 2001244 + ] + }, + { + "MainMissionID": 4540503, + "Type": "Branch", + "WorldID": 501, + "DisplayPriority": 4540503, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 4540504, + "Type": "Branch", + "SubType": "System", + "WorldID": 501, + "DisplayPriority": 4540504, + "NextMainMissionList": [], + "Name": { + "Hash": 2004386058, + "Hash64": 14807213524153947425 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040505 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 1100, + "DisplayRewardID": 1100, + "SubRewardList": [] + }, + { + "MainMissionID": 5000401, + "Type": "Branch", + "SubType": "World", + "WorldID": 501, + "DisplayPriority": 5000401, + "NextMainMissionList": [], + "Name": { + "Hash": -376854872, + "Hash64": 17521883561598570131 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 15000401, + "DisplayRewardID": 15000401, + "MissionStoryEvent": 2, + "ChapterID": 500401, + "SubRewardList": [] + }, + { + "MainMissionID": 5000402, + "Type": "Branch", + "SubType": "World", + "WorldID": 501, + "DisplayPriority": 5000402, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 5000401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "ChapterID": 500401, + "SubRewardList": [] + }, + { + "MainMissionID": 5000403, + "Type": "Branch", + "SubType": "World", + "WorldID": 501, + "DisplayPriority": 5000403, + "NextMainMissionList": [], + "Name": { + "Hash": -1539654286, + "Hash64": 7761210826114322915 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 15000403, + "DisplayRewardID": 15000403, + "MissionStoryEvent": 2, + "ChapterID": 500401, + "SubRewardList": [ + 2001459 + ] + }, + { + "MainMissionID": 5000404, + "Type": "Branch", + "SubType": "World", + "WorldID": 501, + "DisplayPriority": 5000404, + "NextMainMissionList": [], + "Name": { + "Hash": -780139399, + "Hash64": 16575073405304143419 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 15000404, + "DisplayRewardID": 15000404, + "MissionStoryEvent": 2, + "ChapterID": 500401, + "SubRewardList": [] + }, + { + "MainMissionID": 5000405, + "Type": "Branch", + "SubType": "World", + "WorldID": 501, + "DisplayPriority": 5000405, + "NextMainMissionList": [], + "Name": { + "Hash": 1948743956, + "Hash64": 13241496156273509501 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040106 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 15000405, + "DisplayRewardID": 15000405, + "MissionStoryEvent": 2, + "ChapterID": 500401, + "SubRewardList": [] + }, + { + "MainMissionID": 5000406, + "Type": "Branch", + "SubType": "World", + "WorldID": 501, + "DisplayPriority": 5000406, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 5000405 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "ChapterID": 500401, + "SubRewardList": [] + }, + { + "MainMissionID": 5000407, + "Type": "Branch", + "SubType": "World", + "WorldID": 501, + "DisplayPriority": 5000407, + "NextMainMissionList": [], + "Name": { + "Hash": 785944542, + "Hash64": 11139719284719840079 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 15000407, + "DisplayRewardID": 15000407, + "MissionStoryEvent": 2, + "ChapterID": 500401, + "SubRewardList": [] + }, + { + "MainMissionID": 5000408, + "Type": "Branch", + "SubType": "World", + "WorldID": 501, + "DisplayPriority": 5000408, + "NextMainMissionList": [], + "Name": { + "Hash": 832998709, + "Hash64": 10396084037155860825 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 15000408, + "DisplayRewardID": 15000408, + "MissionStoryEvent": 2, + "ChapterID": 500401, + "SubRewardList": [] + }, + { + "MainMissionID": 5000409, + "Type": "Branch", + "SubType": "World", + "WorldID": 501, + "DisplayPriority": 5000409, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 5000408 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "ChapterID": 500401, + "SubRewardList": [] + }, + { + "MainMissionID": 5000410, + "Type": "Branch", + "SubType": "World", + "WorldID": 501, + "DisplayPriority": 5000410, + "NextMainMissionList": [], + "Name": { + "Hash": 1189229070, + "Hash64": 2276423515286996932 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040213 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 15000410, + "DisplayRewardID": 15000410, + "ChapterID": 500401, + "SubRewardList": [] + }, + { + "MainMissionID": 5000411, + "Type": "Branch", + "SubType": "World", + "WorldID": 501, + "DisplayPriority": 5000411, + "NextMainMissionList": [], + "Name": { + "Hash": -376854871, + "Hash64": 3335199619056680411 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 15000411, + "DisplayRewardID": 15000411, + "MissionStoryEvent": 2, + "ChapterID": 500401, + "SubRewardList": [ + 2001522 + ] + }, + { + "MainMissionID": 5000412, + "Type": "Branch", + "SubType": "World", + "WorldID": 501, + "DisplayPriority": 5000412, + "NextMainMissionList": [], + "Name": { + "Hash": 26429656, + "Hash64": 11148627230457927026 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040310 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 15000412, + "DisplayRewardID": 15000412, + "MissionStoryEvent": 2, + "ChapterID": 500401, + "SubRewardList": [] + }, + { + "MainMissionID": 5000413, + "Type": "Branch", + "SubType": "World", + "WorldID": 501, + "DisplayPriority": 5000413, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 5000412 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "ChapterID": 500401, + "SubRewardList": [] + }, + { + "MainMissionID": 5000414, + "Type": "Branch", + "SubType": "World", + "WorldID": 501, + "DisplayPriority": 5000414, + "NextMainMissionList": [], + "Name": { + "Hash": -780139398, + "Hash64": 4205103265001828689 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 15000414, + "DisplayRewardID": 15000414, + "MissionStoryEvent": 2, + "ChapterID": 500401, + "SubRewardList": [] + }, + { + "MainMissionID": 5000415, + "Type": "Branch", + "SubType": "World", + "WorldID": 501, + "DisplayPriority": 5000415, + "NextMainMissionList": [], + "Name": { + "Hash": 1948743957, + "Hash64": 11427722608978554707 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 5000408 + }, + { + "Type": "MultiSequence", + "Value": 1040310 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 15000415, + "DisplayRewardID": 15000415, + "MissionStoryEvent": 2, + "ChapterID": 500401, + "SubRewardList": [] + }, + { + "MainMissionID": 5000416, + "Type": "Branch", + "SubType": "World", + "WorldID": 501, + "DisplayPriority": 5000416, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 5000415 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "ChapterID": 500401, + "SubRewardList": [] + }, + { + "MainMissionID": 5000417, + "Type": "Branch", + "SubType": "World", + "WorldID": 501, + "DisplayPriority": 5000417, + "NextMainMissionList": [], + "Name": { + "Hash": 785944543, + "Hash64": 12887461346017867860 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040416 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 15000417, + "DisplayRewardID": 15000417, + "ChapterID": 500401, + "SubRewardList": [] + }, + { + "MainMissionID": 5000418, + "Type": "Branch", + "SubType": "World", + "WorldID": 501, + "DisplayPriority": 5000418, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 5000417 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "ChapterID": 500401, + "SubRewardList": [] + }, + { + "MainMissionID": 5000419, + "Type": "Branch", + "SubType": "World", + "WorldID": 501, + "DisplayPriority": 5000419, + "NextMainMissionList": [], + "Name": { + "Hash": -733085231, + "Hash64": 9297335446846327030 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040416 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 15000419, + "DisplayRewardID": 15000419, + "ChapterID": 500401, + "SubRewardList": [] + }, + { + "MainMissionID": 5030500, + "Type": "Branch", + "DisplayPriority": 5030500, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030402 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 6020101, + "Type": "Companion", + "WorldID": 301, + "DisplayPriority": 6020101, + "NextMainMissionList": [], + "Name": { + "Hash": -637533228, + "Hash64": 16487240267345337341 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1021501 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 16020101, + "DisplayRewardID": 16020101, + "ChapterID": 601051, + "SubRewardList": [ + 2000484, + 2000456 + ] + }, + { + "MainMissionID": 6020201, + "Type": "Companion", + "WorldID": 301, + "DisplayPriority": 6020201, + "NextMainMissionList": [], + "Name": { + "Hash": -214045725, + "Hash64": 8567808020289479380 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1021501 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 16020201, + "DisplayRewardID": 16020201, + "ChapterID": 601071, + "SubRewardList": [] + }, + { + "MainMissionID": 6020202, + "Type": "Companion", + "WorldID": 301, + "DisplayPriority": 6020202, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1021501 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "ChapterID": 601071, + "SubRewardList": [] + }, + { + "MainMissionID": 8000001, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8000001, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -108236331, + "Hash64": 14812511971175514018 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "PlayerLevel", + "Value": 21 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 3100099, + "DisplayRewardID": 3100099, + "SubRewardList": [] + }, + { + "MainMissionID": 8000002, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8000002, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "PlayerLevel", + "Value": 21 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [ + 2000394, + 2000395 + ] + }, + { + "MainMissionID": 8000101, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8000101, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "PlayerLevel", + "Value": 22 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8000102, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8000102, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 153885695, + "Hash64": 4591025941236411761 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "PlayerLevel", + "Value": 22 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8000104, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8000104, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8000102 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8000105, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8000105, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 2076199996, + "Hash64": 18087173731735666636 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8000102 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8000131, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8000131, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -249398829, + "Hash64": 5649480457311345294 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2000701 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8000132, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8000132, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 153885698, + "Hash64": 4814909743010687518 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2000701 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8000133, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8000133, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1412198243, + "Hash64": 16700498378429670046 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2000701 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8000134, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8000134, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -652683356, + "Hash64": 4295140370233281454 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2000704 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8000135, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8000135, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 2076199999, + "Hash64": 1974653857121696274 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2000704 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8000136, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8000136, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1815482770, + "Hash64": 2330657432106911030 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2000704 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8000137, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8000137, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 913400585, + "Hash64": 9605254380343716572 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2000704 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8000138, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8000138, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1672915472, + "Hash64": 11688319496035365970 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2000704 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8000139, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8000139, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 106831531, + "Hash64": 17051912984542768387 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2000704 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8000151, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8000151, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -249398835, + "Hash64": 341453872813869107 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2000701 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8000152, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8000152, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 153885692, + "Hash64": 3398435534632753975 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2000701 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8000153, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8000153, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1412198249, + "Hash64": 7392642499387970222 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2000701 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8000154, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8000154, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -652683362, + "Hash64": 17852990605080895478 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2000704 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8000155, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8000155, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 2076199993, + "Hash64": 323422703169893012 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2000704 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8000156, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8000156, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1815482776, + "Hash64": 1818955036093826489 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2000704 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8000157, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8000157, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 913400579, + "Hash64": 6055310774756683584 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2000704 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8000158, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8000158, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1672915466, + "Hash64": 5731518103349303307 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2000704 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8000159, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8000159, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 106831525, + "Hash64": 2294729458206979629 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2000704 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8000161, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8000161, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2000701 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8000162, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8000162, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2000706 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8000170, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8000170, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1316685108, + "Hash64": 17854032592264844109 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010701 + }, + { + "Type": "PlayerLevel", + "Value": 21 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8000171, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8000171, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -249398833, + "Hash64": 18297714026014391630 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010701 + }, + { + "Type": "MultiSequence", + "Value": 8000170 + }, + { + "Type": "PlayerLevel", + "Value": 21 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8000172, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8000172, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 153885694, + "Hash64": 10683230256049327575 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010701 + }, + { + "Type": "MultiSequence", + "Value": 8000171 + }, + { + "Type": "PlayerLevel", + "Value": 21 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8000173, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8000173, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1412198247, + "Hash64": 10644808124562316714 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010701 + }, + { + "Type": "MultiSequence", + "Value": 8000172 + }, + { + "Type": "PlayerLevel", + "Value": 21 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8000174, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8000174, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -652683360, + "Hash64": 7300536790455749407 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010701 + }, + { + "Type": "MultiSequence", + "Value": 8000173 + }, + { + "Type": "PlayerLevel", + "Value": 21 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8000175, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8000175, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 2076199995, + "Hash64": 4561546459912221210 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010701 + }, + { + "Type": "MultiSequence", + "Value": 8000174 + }, + { + "Type": "PlayerLevel", + "Value": 21 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8000177, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8000177, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 913400581, + "Hash64": 16190813402946123822 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010701 + }, + { + "Type": "MultiSequence", + "Value": 8000175 + }, + { + "Type": "PlayerLevel", + "Value": 21 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8000178, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8000178, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010701 + }, + { + "Type": "PlayerLevel", + "Value": 21 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8000180, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8000180, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010701 + }, + { + "Type": "MultiSequence", + "Value": 8000181 + }, + { + "Type": "PlayerLevel", + "Value": 21 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8000181, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8000181, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -249398824, + "Hash64": 600583094630556226 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010701 + }, + { + "Type": "PlayerLevel", + "Value": 21 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8000183, + "RewardID": 3100408, + "DisplayRewardID": 3100408, + "SubRewardList": [] + }, + { + "MainMissionID": 8000182, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8000182, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 153885703, + "Hash64": 15550859346975539907 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010701 + }, + { + "Type": "MultiSequence", + "Value": 8000183 + }, + { + "Type": "PlayerLevel", + "Value": 21 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8000185, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8000183, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8000183, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1412198238, + "Hash64": 6311857143757806627 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010701 + }, + { + "Type": "MultiSequence", + "Value": 8000181 + }, + { + "Type": "PlayerLevel", + "Value": 21 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8000182, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8000184, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8000184, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -652683351, + "Hash64": 2600035536999854377 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010701 + }, + { + "Type": "MultiSequence", + "Value": 8000185 + }, + { + "Type": "PlayerLevel", + "Value": 21 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8000186, + "DisplayRewardID": 100, + "SubRewardList": [ + 2000453 + ] + }, + { + "MainMissionID": 8000185, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8000185, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 2076200004, + "Hash64": 5544882049807708381 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010701 + }, + { + "Type": "MultiSequence", + "Value": 8000182 + }, + { + "Type": "PlayerLevel", + "Value": 21 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8000184, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8000186, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8000186, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1815482765, + "Hash64": 3960660368237400561 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010701 + }, + { + "Type": "MultiSequence", + "Value": 8000184 + }, + { + "Type": "PlayerLevel", + "Value": 21 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8000187, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8000187, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8000187, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 913400590, + "Hash64": 7612953113419516862 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010701 + }, + { + "Type": "MultiSequence", + "Value": 8000186 + }, + { + "Type": "PlayerLevel", + "Value": 21 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 3100409, + "DisplayRewardID": 3100409, + "SubRewardList": [] + }, + { + "MainMissionID": 8000188, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8000188, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010701 + }, + { + "Type": "MultiSequence", + "Value": 8000187 + }, + { + "Type": "PlayerLevel", + "Value": 21 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8000189, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8000189, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010701 + }, + { + "Type": "PlayerLevel", + "Value": 21 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8000201, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8000201, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 174088671, + "Hash64": 12456017084288993762 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8000202, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8000202, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -229195856, + "Hash64": 6770778836757522990 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8000203, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8000203, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1336888085, + "Hash64": 16101813366911598074 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8000204, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8000204, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 933603558, + "Hash64": 17709543691269491038 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8001201, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8001201, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 174088768, + "Hash64": 3218102048450186163 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "ChapterID": 201001, + "SubRewardList": [ + 2000426, + 2000465 + ] + }, + { + "MainMissionID": 8001202, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8001202, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -229195759, + "Hash64": 10352552604359893111 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "ChapterID": 201001, + "SubRewardList": [ + 2000427, + 2000466 + ] + }, + { + "MainMissionID": 8001203, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8001203, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1336888182, + "Hash64": 5288404381259089465 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "ChapterID": 201001, + "SubRewardList": [ + 2000428, + 2000467 + ] + }, + { + "MainMissionID": 8001204, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8001204, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8001205, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8001205, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1795279700, + "Hash64": 1144424133326670021 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "ChapterID": 201001, + "SubRewardList": [ + 2000430 + ] + }, + { + "MainMissionID": 8001206, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8001206, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 2096403069, + "Hash64": 14535262941045740831 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "ChapterID": 201001, + "SubRewardList": [ + 2000431 + ] + }, + { + "MainMissionID": 8001207, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8001207, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -632480286, + "Hash64": 3275074379452605287 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "ChapterID": 201001, + "SubRewardList": [ + 2000432 + ] + }, + { + "MainMissionID": 8001208, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8001208, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1035764813, + "Hash64": 5501540841125909537 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "ChapterID": 201001, + "SubRewardList": [ + 2000433 + ] + }, + { + "MainMissionID": 8001209, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8001209, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 530319128, + "Hash64": 8398745638991865984 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "ChapterID": 201001, + "SubRewardList": [ + 2000434 + ] + }, + { + "MainMissionID": 8001210, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8001210, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8001211, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8001211, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 174088767, + "Hash64": 18126187449476051968 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "ChapterID": 201001, + "SubRewardList": [ + 2000435 + ] + }, + { + "MainMissionID": 8001212, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8001212, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -229195760, + "Hash64": 16853933369646269448 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "ChapterID": 201001, + "SubRewardList": [ + 2000436 + ] + }, + { + "MainMissionID": 8001213, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8001213, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1336888181, + "Hash64": 9011473346890523958 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "ChapterID": 201001, + "SubRewardList": [ + 2000437 + ] + }, + { + "MainMissionID": 8001214, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8001214, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8001215, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8001215, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1795279701, + "Hash64": 224188017647580983 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "ChapterID": 201001, + "SubRewardList": [ + 2000439 + ] + }, + { + "MainMissionID": 8001216, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8001216, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 2096403068, + "Hash64": 18401717069387620235 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "ChapterID": 201001, + "SubRewardList": [ + 2000440 + ] + }, + { + "MainMissionID": 8001217, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8001217, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8001218, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8001218, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8001219, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8001219, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 530319127, + "Hash64": 8793393402139002278 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "ChapterID": 201001, + "SubRewardList": [ + 2000442 + ] + }, + { + "MainMissionID": 8001220, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8001220, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1391995171, + "Hash64": 18194964810010401295 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "ChapterID": 201001, + "SubRewardList": [ + 2000443 + ] + }, + { + "MainMissionID": 8001221, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8001221, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8001222, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8001222, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8001223, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8001223, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1336888184, + "Hash64": 7255389531022280123 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "ChapterID": 201001, + "SubRewardList": [ + 2000446 + ] + }, + { + "MainMissionID": 8001224, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8001224, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 933603657, + "Hash64": 9626701783399837290 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "ChapterID": 201001, + "SubRewardList": [ + 2000447 + ] + }, + { + "MainMissionID": 8001225, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8001225, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2011903 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8001226, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8001226, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 2096403071, + "Hash64": 5469670911591485601 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "ChapterID": 201001, + "SubRewardList": [ + 2000475 + ] + }, + { + "MainMissionID": 8001227, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8001227, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8001241 + }, + { + "Type": "MultiSequence", + "Value": 8001242 + }, + { + "Type": "MultiSequence", + "Value": 8001243 + }, + { + "Type": "MultiSequence", + "Value": 8001244 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 18001227, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8001241, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8001241, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 174088764, + "Hash64": 15758447810438168122 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 18001241, + "DisplayRewardID": 18001241, + "ChapterID": 201001, + "SubRewardList": [] + }, + { + "MainMissionID": 8001242, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8001242, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -229195763, + "Hash64": 11061463061689689453 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 18001242, + "DisplayRewardID": 18001242, + "ChapterID": 201001, + "SubRewardList": [] + }, + { + "MainMissionID": 8001243, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8001243, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1336888178, + "Hash64": 6132026017342470099 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 18001243, + "DisplayRewardID": 18001243, + "ChapterID": 201001, + "SubRewardList": [] + }, + { + "MainMissionID": 8001244, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8001244, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 933603651, + "Hash64": 7377723872412679587 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 18001244, + "DisplayRewardID": 18001244, + "ChapterID": 201001, + "SubRewardList": [] + }, + { + "MainMissionID": 8001251, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8001251, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 174088763, + "Hash64": 16146171218187034474 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "ChapterID": 201001, + "SubRewardList": [ + 2000448 + ] + }, + { + "MainMissionID": 8001252, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8001252, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -229195764, + "Hash64": 16122231041093239254 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "ChapterID": 201001, + "SubRewardList": [ + 2000449 + ] + }, + { + "MainMissionID": 8001253, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8001253, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1336888177, + "Hash64": 5904031651064215423 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "ChapterID": 201001, + "SubRewardList": [ + 2000450 + ] + }, + { + "MainMissionID": 8001254, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8001254, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 933603650, + "Hash64": 14950989086010707172 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "ChapterID": 201001, + "SubRewardList": [ + 2000451 + ] + }, + { + "MainMissionID": 8001255, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8001255, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1795279705, + "Hash64": 4148816996002091399 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "ChapterID": 201001, + "SubRewardList": [ + 2000452 + ] + }, + { + "MainMissionID": 8001261, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8001261, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2011901 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8001262, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8001262, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2011901 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8001263, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8001263, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2011905 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8001264, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8001264, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2011901 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8001265, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8001265, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2011905 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8001266, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8001266, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8001261 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8001267, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8001267, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2011905 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8001268, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8001268, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2011901 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8002100, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8002100, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1316685175, + "Hash64": 15770315430933968405 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "PlayerLevel", + "Value": 21 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8002101, + "RewardID": 3100799, + "DisplayRewardID": 3100799, + "SubRewardList": [] + }, + { + "MainMissionID": 8002101, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8002101, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -249398766, + "Hash64": 5617650475301668737 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "PlayerLevel", + "Value": 21 + }, + { + "Type": "MultiSequence", + "Value": 8002100 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8002102, + "RewardID": 100, + "DisplayRewardID": 3100701, + "SubRewardList": [] + }, + { + "MainMissionID": 8002102, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8002102, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 153885761, + "Hash64": 6015144445601078447 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "PlayerLevel", + "Value": 21 + }, + { + "Type": "MultiSequence", + "Value": 8002101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8002106, + "RewardID": 100, + "DisplayRewardID": 3100702, + "SubRewardList": [] + }, + { + "MainMissionID": 8002103, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8002104, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1412198180, + "Hash64": 956252513495496256 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "PlayerLevel", + "Value": 21 + }, + { + "Type": "MultiSequence", + "Value": 8002106 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8002104, + "RewardID": 100, + "DisplayRewardID": 3100704, + "SubRewardList": [ + 2000593 + ] + }, + { + "MainMissionID": 8002104, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8002105, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -652683293, + "Hash64": 6275192666373577530 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "PlayerLevel", + "Value": 21 + }, + { + "Type": "MultiSequence", + "Value": 8002103 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8002105, + "RewardID": 100, + "DisplayRewardID": 3100705, + "SubRewardList": [ + 2000594 + ] + }, + { + "MainMissionID": 8002105, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8002106, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 2076200062, + "Hash64": 342832819474000521 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "PlayerLevel", + "Value": 21 + }, + { + "Type": "MultiSequence", + "Value": 8002104 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8002107, + "RewardID": 100, + "DisplayRewardID": 3100706, + "SubRewardList": [ + 2000595, + 2000596 + ] + }, + { + "MainMissionID": 8002106, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8002103, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1815482707, + "Hash64": 16830666002295297764 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "PlayerLevel", + "Value": 21 + }, + { + "Type": "MultiSequence", + "Value": 8002102 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8002103, + "RewardID": 100, + "DisplayRewardID": 3100703, + "SubRewardList": [] + }, + { + "MainMissionID": 8002107, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8002107, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 913400648, + "Hash64": 15157473123902865919 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "PlayerLevel", + "Value": 21 + }, + { + "Type": "MultiSequence", + "Value": 8002105 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 3100707, + "SubRewardList": [ + 2000598, + 2000599 + ] + }, + { + "MainMissionID": 8002201, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8002201, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 174088737, + "Hash64": 18396058088929323536 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8002211 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8002202, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8002202, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -229195790, + "Hash64": 8525351091286716914 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8002211 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8002211, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8002211, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 174088738, + "Hash64": 5398253725153952629 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1021501 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8002221, + "RewardID": 3101126, + "DisplayRewardID": 3101126, + "SubRewardList": [] + }, + { + "MainMissionID": 8002212, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8002212, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -229195789, + "Hash64": 16057325422497516215 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 3101126, + "SubRewardList": [] + }, + { + "MainMissionID": 8002213, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8002213, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1336888152, + "Hash64": 13263999461224586751 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 3101126, + "SubRewardList": [] + }, + { + "MainMissionID": 8002214, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8002214, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 933603625, + "Hash64": 3850553814623488473 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 3101126, + "SubRewardList": [] + }, + { + "MainMissionID": 8002221, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8002221, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 174088735, + "Hash64": 4269631406685030182 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8002211 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8002231, + "RewardID": 3101127, + "DisplayRewardID": 3101127, + "SubRewardList": [] + }, + { + "MainMissionID": 8002222, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8002222, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -229195792, + "Hash64": 11959106095673878217 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 3101127, + "SubRewardList": [] + }, + { + "MainMissionID": 8002231, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8002231, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 174088736, + "Hash64": 2273990023796448406 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8002221 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 3101129, + "DisplayRewardID": 3101129, + "SubRewardList": [] + }, + { + "MainMissionID": 8002232, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8002232, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -229195791, + "Hash64": 16703423891096456721 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 3101129, + "SubRewardList": [] + }, + { + "MainMissionID": 8002233, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8002233, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1336888150, + "Hash64": 16315954406486870044 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8002232 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 3101129, + "SubRewardList": [] + }, + { + "MainMissionID": 8002234, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8002234, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 933603623, + "Hash64": 627695896651193672 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8002233 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 3101129, + "SubRewardList": [] + }, + { + "MainMissionID": 8003101, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8003101, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -249398669, + "Hash64": 10609777648037539208 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010206 + }, + { + "Type": "PlayerLevel", + "Value": 21 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 3101000, + "DisplayRewardID": 3101000, + "SubRewardList": [] + }, + { + "MainMissionID": 8003102, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8003102, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010206 + }, + { + "Type": "PlayerLevel", + "Value": 21 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8003201, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8003201, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 174088834, + "Hash64": 18146716686294229383 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1021702 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8003202, + "TrackWeight": 10, + "RewardID": 100, + "DisplayRewardID": 18003213, + "MissionPack": 8003201, + "ChapterID": 802001, + "SubRewardList": [] + }, + { + "MainMissionID": 8003202, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8003202, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -229195693, + "Hash64": 2288879470168678719 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8003201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8003213, + "TrackWeight": 10, + "RewardID": 100, + "DisplayRewardID": 18003213, + "MissionPack": 8003201, + "ChapterID": 802001, + "SubRewardList": [ + 2000476, + 2000477, + 2000478, + 2000479, + 2000480 + ] + }, + { + "MainMissionID": 8003203, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8003203, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1336888248, + "Hash64": 10842579707486955304 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8003217 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8003215, + "TrackWeight": 10, + "RewardID": 100, + "DisplayRewardID": 18003206, + "MissionPack": 8003217, + "ChapterID": 802001, + "SubRewardList": [] + }, + { + "MainMissionID": 8003204, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8003204, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 933603721, + "Hash64": 15138659592732800612 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8003214 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8003220, + "TrackWeight": 10, + "RewardID": 100, + "DisplayRewardID": 18003217, + "MissionPack": 8003214, + "ChapterID": 802001, + "SubRewardList": [] + }, + { + "MainMissionID": 8003205, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8003205, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1795279634, + "Hash64": 3550057122299619153 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8003215 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8003206, + "TrackWeight": 10, + "RewardID": 100, + "DisplayRewardID": 18003206, + "MissionPack": 8003217, + "ChapterID": 802001, + "SubRewardList": [] + }, + { + "MainMissionID": 8003206, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8003206, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 2096403135, + "Hash64": 8540464088337497827 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8003205 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8003207, + "TrackWeight": 10, + "RewardID": 18003206, + "DisplayRewardID": 18003206, + "MissionPack": 8003217, + "ChapterID": 802001, + "SubRewardList": [] + }, + { + "MainMissionID": 8003207, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8003207, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -632480220, + "Hash64": 13569562663505542975 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8003206 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8003221, + "TrackWeight": 10, + "RewardID": 100, + "DisplayRewardID": 18003218, + "MissionPack": 8003207, + "ChapterID": 802001, + "SubRewardList": [] + }, + { + "MainMissionID": 8003208, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8003208, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1035764747, + "Hash64": 17857988976600201106 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8003218 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8003216, + "TrackWeight": 10, + "RewardID": 100, + "DisplayRewardID": 18003209, + "MissionPack": 8003218, + "ChapterID": 802001, + "SubRewardList": [] + }, + { + "MainMissionID": 8003209, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8003209, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 530319194, + "Hash64": 4779079679687343334 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8003216 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8003210, + "TrackWeight": 10, + "RewardID": 18003209, + "DisplayRewardID": 18003209, + "MissionPack": 8003218, + "ChapterID": 802001, + "SubRewardList": [] + }, + { + "MainMissionID": 8003210, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8003210, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1391995108, + "Hash64": 10062682598305749491 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8003209 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8003222, + "TrackWeight": 10, + "RewardID": 100, + "DisplayRewardID": 18003219, + "MissionPack": 8003210, + "ChapterID": 802001, + "SubRewardList": [] + }, + { + "MainMissionID": 8003211, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8003211, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 174088833, + "Hash64": 6457048445163043393 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8003219 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8003212, + "TrackWeight": 10, + "RewardID": 100, + "DisplayRewardID": 18003211, + "MissionPack": 8003219, + "ChapterID": 802001, + "SubRewardList": [] + }, + { + "MainMissionID": 8003212, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8003212, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -229195694, + "Hash64": 13745265417670817792 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8003211 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 18003211, + "DisplayRewardID": 18003211, + "MissionPack": 8003219, + "ChapterID": 802001, + "SubRewardList": [] + }, + { + "MainMissionID": 8003213, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8003213, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1336888247, + "Hash64": 9851075996285815331 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8003202 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8003214, + "TrackWeight": 10, + "RewardID": 18003213, + "DisplayRewardID": 18003213, + "MissionPack": 8003201, + "ChapterID": 802001, + "SubRewardList": [] + }, + { + "MainMissionID": 8003214, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8003214, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 933603720, + "Hash64": 13165450864722237141 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8003213 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8003204, + "TrackWeight": 10, + "RewardID": 100, + "DisplayRewardID": 18003217, + "MissionPack": 8003214, + "ChapterID": 802001, + "SubRewardList": [] + }, + { + "MainMissionID": 8003215, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8003215, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1795279635, + "Hash64": 7079574995802663871 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8003203 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8003205, + "TrackWeight": 10, + "RewardID": 100, + "DisplayRewardID": 18003206, + "MissionPack": 8003217, + "ChapterID": 802001, + "SubRewardList": [] + }, + { + "MainMissionID": 8003216, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8003216, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 2096403134, + "Hash64": 1380579131929972938 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8003208 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8003209, + "TrackWeight": 10, + "RewardID": 100, + "DisplayRewardID": 18003209, + "MissionPack": 8003218, + "ChapterID": 802001, + "SubRewardList": [] + }, + { + "MainMissionID": 8003217, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8003217, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -632480221, + "Hash64": 75072069538851036 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8003220 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8003203, + "TrackWeight": 10, + "RewardID": 100, + "DisplayRewardID": 18003206, + "MissionPack": 8003217, + "ChapterID": 802001, + "SubRewardList": [ + 2000525 + ] + }, + { + "MainMissionID": 8003218, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8003218, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1035764748, + "Hash64": 2709802606698342948 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8003221 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8003208, + "TrackWeight": 10, + "RewardID": 100, + "DisplayRewardID": 18003209, + "MissionPack": 8003218, + "ChapterID": 802001, + "SubRewardList": [ + 2000526 + ] + }, + { + "MainMissionID": 8003219, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8003219, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 530319193, + "Hash64": 3669693247045804160 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8003222 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8003211, + "TrackWeight": 10, + "RewardID": 100, + "DisplayRewardID": 18003211, + "MissionPack": 8003219, + "ChapterID": 802001, + "SubRewardList": [ + 2000527 + ] + }, + { + "MainMissionID": 8003220, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8003220, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1391995109, + "Hash64": 11011954975689007696 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8003204 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8003217, + "TrackWeight": 10, + "RewardID": 18003217, + "DisplayRewardID": 18003217, + "MissionPack": 8003214, + "ChapterID": 802001, + "SubRewardList": [] + }, + { + "MainMissionID": 8003221, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8003221, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 174088832, + "Hash64": 10547660939158844220 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8003207 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8003218, + "TrackWeight": 10, + "RewardID": 18003218, + "DisplayRewardID": 18003218, + "MissionPack": 8003207, + "ChapterID": 802001, + "SubRewardList": [] + }, + { + "MainMissionID": 8003222, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8003222, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -229195695, + "Hash64": 13062259998830433788 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8003210 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8003219, + "TrackWeight": 10, + "RewardID": 18003219, + "DisplayRewardID": 18003219, + "MissionPack": 8003210, + "ChapterID": 802001, + "SubRewardList": [] + }, + { + "MainMissionID": 8003240, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8003240, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1391995111, + "Hash64": 16691380599942080740 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8003241, + "RewardID": 100, + "DisplayRewardID": 18003241, + "MissionPack": 8003240, + "ChapterID": 802001, + "SubRewardList": [] + }, + { + "MainMissionID": 8003241, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8003241, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 174088830, + "Hash64": 7265765254193245641 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8003240 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 18003241, + "DisplayRewardID": 18003241, + "MissionPack": 8003240, + "ChapterID": 802001, + "SubRewardList": [] + }, + { + "MainMissionID": 8003242, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8003242, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -229195697, + "Hash64": 8353161264185051230 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8003243, + "RewardID": 100, + "DisplayRewardID": 18003243, + "MissionPack": 8003242, + "ChapterID": 802001, + "SubRewardList": [] + }, + { + "MainMissionID": 8003243, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8003243, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1336888244, + "Hash64": 8641911593144063462 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8003242 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 18003243, + "DisplayRewardID": 18003243, + "MissionPack": 8003242, + "ChapterID": 802001, + "SubRewardList": [] + }, + { + "MainMissionID": 8003244, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8003244, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 933603717, + "Hash64": 15988028501503180700 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8003245, + "RewardID": 100, + "DisplayRewardID": 18003245, + "MissionPack": 8003244, + "ChapterID": 802001, + "SubRewardList": [] + }, + { + "MainMissionID": 8003245, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8003245, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1795279638, + "Hash64": 10187263052286251681 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8003244 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 18003245, + "DisplayRewardID": 18003245, + "MissionPack": 8003244, + "ChapterID": 802001, + "SubRewardList": [] + }, + { + "MainMissionID": 8003246, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8003246, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 2096403131, + "Hash64": 1005187415375836899 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8003247, + "RewardID": 100, + "DisplayRewardID": 18003247, + "MissionPack": 8003246, + "ChapterID": 802001, + "SubRewardList": [] + }, + { + "MainMissionID": 8003247, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8003247, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -632480224, + "Hash64": 5981252851879908661 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8003246 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 18003247, + "DisplayRewardID": 18003247, + "MissionPack": 8003246, + "ChapterID": 802001, + "SubRewardList": [] + }, + { + "MainMissionID": 8003248, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8003248, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1035764751, + "Hash64": 16885354498360806655 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8003249, + "RewardID": 100, + "DisplayRewardID": 18003249, + "MissionPack": 8003248, + "ChapterID": 802001, + "SubRewardList": [] + }, + { + "MainMissionID": 8003249, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8003249, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 530319190, + "Hash64": 16731208094824547727 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8003248 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 18003249, + "DisplayRewardID": 18003249, + "MissionPack": 8003248, + "ChapterID": 802001, + "SubRewardList": [] + }, + { + "MainMissionID": 8003250, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8003250, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1391995112, + "Hash64": 5151000608386248607 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8003251, + "RewardID": 100, + "DisplayRewardID": 18003251, + "MissionPack": 8003250, + "ChapterID": 802001, + "SubRewardList": [] + }, + { + "MainMissionID": 8003251, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8003251, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 174088829, + "Hash64": 6703827334263590167 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8003250 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 18003251, + "DisplayRewardID": 18003251, + "MissionPack": 8003250, + "ChapterID": 802001, + "SubRewardList": [] + }, + { + "MainMissionID": 8003260, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8003260, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8003221 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 2000549, + "DisplayRewardID": 2000549, + "SubRewardList": [] + }, + { + "MainMissionID": 8003261, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8003261, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8003222 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8003245, + "RewardID": 8002002, + "DisplayRewardID": 8002002, + "SubRewardList": [] + }, + { + "MainMissionID": 8003262, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8003262, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8003220 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 8002002, + "DisplayRewardID": 8002002, + "SubRewardList": [] + }, + { + "MainMissionID": 8003263, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8003263, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8003220 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 8002002, + "DisplayRewardID": 8002002, + "SubRewardList": [] + }, + { + "MainMissionID": 8003264, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8003264, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8003221 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 8002002, + "DisplayRewardID": 8002002, + "SubRewardList": [] + }, + { + "MainMissionID": 8003265, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8003265, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8003222 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 8002002, + "DisplayRewardID": 8002002, + "SubRewardList": [] + }, + { + "MainMissionID": 8003266, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8003266, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8003220 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 8002002, + "DisplayRewardID": 8002002, + "SubRewardList": [] + }, + { + "MainMissionID": 8003267, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8003267, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8003221 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 8002002, + "DisplayRewardID": 8002002, + "SubRewardList": [] + }, + { + "MainMissionID": 8003268, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8003268, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8003269, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 4040000, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8003222 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 8002002, + "DisplayRewardID": 8002002, + "SubRewardList": [] + }, + { + "MainMissionID": 8003278, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8003278, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8003279, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8003279, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8003280, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8003280, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1391995099, + "Hash64": 14949574335526637037 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 18003280, + "DisplayRewardID": 18003280, + "ChapterID": 802001, + "SubRewardList": [] + }, + { + "MainMissionID": 8003281, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8003281, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8003201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8003282, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8003282, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8003201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8003283, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8003283, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8003201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8003284, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8003284, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8003201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8011401, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8011401, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4030004 + }, + { + "Type": "MultiSequence", + "Value": 1011502 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8012101, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8012101, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -886662473, + "Hash64": 2238728274733439334 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1011503 + }, + { + "Type": "PlayerLevel", + "Value": 21 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8012102, + "RewardID": 3100802, + "DisplayRewardID": 3100802, + "SubRewardList": [] + }, + { + "MainMissionID": 8012102, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8012102, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 679421468, + "Hash64": 4911872706667008505 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8012101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8012103, + "RewardID": 3100802, + "DisplayRewardID": 3100802, + "SubRewardList": [] + }, + { + "MainMissionID": 8012103, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8012103, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -2049461887, + "Hash64": 5035380791672038167 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8012102 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8012104, + "RewardID": 3100802, + "DisplayRewardID": 3100802, + "SubRewardList": [] + }, + { + "MainMissionID": 8012104, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8012104, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -127147586, + "Hash64": 390422152313980493 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8012103 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8012105, + "RewardID": 3100802, + "DisplayRewardID": 3100802, + "SubRewardList": [] + }, + { + "MainMissionID": 8012105, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8012105, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1438936355, + "Hash64": 16614977020178586353 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8012104 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 3100802, + "DisplayRewardID": 3100802, + "SubRewardList": [] + }, + { + "MainMissionID": 8012106, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8012106, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1011503 + }, + { + "Type": "PlayerLevel", + "Value": 21 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8012107, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8012107, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1011503 + }, + { + "Type": "PlayerLevel", + "Value": 21 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8012401, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8012401, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4030004 + }, + { + "Type": "MultiSequence", + "Value": 1011502 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8013101, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8013101, + "NextMainMissionList": [], + "Name": { + "Hash": -886662376, + "Hash64": 2609120787455781080 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8013104 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8013102, + "RewardID": 18013101, + "DisplayRewardID": 18013101, + "SubRewardList": [] + }, + { + "MainMissionID": 8013102, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8013102, + "NextMainMissionList": [], + "Name": { + "Hash": 679421565, + "Hash64": 2690826578780748377 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8013101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8013110, + "RewardID": 18013102, + "DisplayRewardID": 18013102, + "SubRewardList": [] + }, + { + "MainMissionID": 8013103, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8013103, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4030003 + }, + { + "Type": "PlayerLevel", + "Value": 21 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8013104, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8013104, + "NextMainMissionList": [], + "Name": { + "Hash": -127147489, + "Hash64": 13574943068837953664 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8013103 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8013101, + "RewardID": 18013104, + "DisplayRewardID": 18013104, + "SubRewardList": [] + }, + { + "MainMissionID": 8013105, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8013105, + "NextMainMissionList": [], + "Name": { + "Hash": 1438936452, + "Hash64": 1090165860147792028 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8013108 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8013106, + "RewardID": 18013105, + "DisplayRewardID": 18013105, + "SubRewardList": [] + }, + { + "MainMissionID": 8013106, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8013106, + "NextMainMissionList": [], + "Name": { + "Hash": -1289946903, + "Hash64": 10630220734964125233 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8013105 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 18013106, + "DisplayRewardID": 18013106, + "SubRewardList": [] + }, + { + "MainMissionID": 8013107, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8013107, + "NextMainMissionList": [], + "Name": { + "Hash": 276137038, + "Hash64": 9183958797540783501 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8013109 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 18013107, + "DisplayRewardID": 18013107, + "SubRewardList": [] + }, + { + "MainMissionID": 8013108, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8013108, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4030003 + }, + { + "Type": "PlayerLevel", + "Value": 21 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8013105, + "SubRewardList": [] + }, + { + "MainMissionID": 8013109, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8013109, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4030003 + }, + { + "Type": "PlayerLevel", + "Value": 21 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8013107, + "SubRewardList": [] + }, + { + "MainMissionID": 8013110, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8013110, + "NextMainMissionList": [], + "Name": { + "Hash": 1842220978, + "Hash64": 13258943936105982149 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8013102 + }, + { + "Type": "PlayerLevel", + "Value": 21 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 18013110, + "DisplayRewardID": 18013110, + "SubRewardList": [] + }, + { + "MainMissionID": 8014101, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8014101, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -886662671, + "Hash64": 11237690111139344248 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2010203 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8014102, + "RewardID": 18014101, + "DisplayRewardID": 18014101, + "ChapterID": 801411, + "SubRewardList": [ + 8004309, + 2000565 + ] + }, + { + "MainMissionID": 8014102, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8014102, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 679421270, + "Hash64": 11250763657267629938 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8014101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8014103, + "RewardID": 18014102, + "DisplayRewardID": 18014102, + "ChapterID": 801411, + "SubRewardList": [ + 8004305, + 8003210, + 8003200 + ] + }, + { + "MainMissionID": 8014103, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8014103, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -2049462085, + "Hash64": 11763508819881416937 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8014102 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8014104, + "RewardID": 18014103, + "DisplayRewardID": 18014103, + "ChapterID": 801411, + "SubRewardList": [ + 8003220 + ] + }, + { + "MainMissionID": 8014104, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8014104, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -127147784, + "Hash64": 7023434559687639872 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8014103 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8014105, + "RewardID": 18014104, + "DisplayRewardID": 18014104, + "ChapterID": 801411, + "SubRewardList": [ + 8003230 + ] + }, + { + "MainMissionID": 8014105, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8014105, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1438936157, + "Hash64": 621366859410757591 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8014104 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8014106, + "RewardID": 18014105, + "DisplayRewardID": 18014105, + "ChapterID": 801411, + "SubRewardList": [ + 8003240 + ] + }, + { + "MainMissionID": 8014106, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8014106, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1289947198, + "Hash64": 2382494244586458673 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8014105 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 18014106, + "DisplayRewardID": 18014106, + "ChapterID": 801411, + "SubRewardList": [] + }, + { + "MainMissionID": 8014112, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8014112, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8014121, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8014121, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -886662669, + "Hash64": 16519926427233574195 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8014102 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8014122, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8014122, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 679421272, + "Hash64": 4908055730551004998 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8014102 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8014123, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8014123, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -2049462083, + "Hash64": 11751423777377807744 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8014102 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8014124, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8014124, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -127147782, + "Hash64": 15833264056753306120 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8014102 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8014125, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8014125, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1438936159, + "Hash64": 55994577690532922 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8014121 + }, + { + "Type": "MultiSequence", + "Value": 8014122 + }, + { + "Type": "MultiSequence", + "Value": 8014123 + }, + { + "Type": "MultiSequence", + "Value": 8014124 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8014126, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8014126, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1289947196, + "Hash64": 6153200192502560066 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8014121 + }, + { + "Type": "MultiSequence", + "Value": 8014122 + }, + { + "Type": "MultiSequence", + "Value": 8014123 + }, + { + "Type": "MultiSequence", + "Value": 8014124 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8014127, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8014127, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 276136745, + "Hash64": 950598069907430321 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8014121 + }, + { + "Type": "MultiSequence", + "Value": 8014122 + }, + { + "Type": "MultiSequence", + "Value": 8014123 + }, + { + "Type": "MultiSequence", + "Value": 8014124 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8014128, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8014128, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -2096516250, + "Hash64": 4878568133654910565 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8014121 + }, + { + "Type": "MultiSequence", + "Value": 8014122 + }, + { + "Type": "MultiSequence", + "Value": 8014123 + }, + { + "Type": "MultiSequence", + "Value": 8014124 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8014129, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8014129, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -530432309, + "Hash64": 7890172214107816712 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8014125 + }, + { + "Type": "MultiSequence", + "Value": 8014126 + }, + { + "Type": "MultiSequence", + "Value": 8014127 + }, + { + "Type": "MultiSequence", + "Value": 8014128 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8014130, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8014130, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1842220687, + "Hash64": 11233770658885300979 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8014125 + }, + { + "Type": "MultiSequence", + "Value": 8014126 + }, + { + "Type": "MultiSequence", + "Value": 8014127 + }, + { + "Type": "MultiSequence", + "Value": 8014128 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8014131, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8014131, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -886662668, + "Hash64": 15353341205022857363 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8014125 + }, + { + "Type": "MultiSequence", + "Value": 8014126 + }, + { + "Type": "MultiSequence", + "Value": 8014127 + }, + { + "Type": "MultiSequence", + "Value": 8014128 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8014132, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8014132, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 679421273, + "Hash64": 9253957721177991557 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8014125 + }, + { + "Type": "MultiSequence", + "Value": 8014126 + }, + { + "Type": "MultiSequence", + "Value": 8014127 + }, + { + "Type": "MultiSequence", + "Value": 8014128 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8014133, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8014133, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -2049462082, + "Hash64": 14714203180272302941 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8014129 + }, + { + "Type": "MultiSequence", + "Value": 8014130 + }, + { + "Type": "MultiSequence", + "Value": 8014131 + }, + { + "Type": "MultiSequence", + "Value": 8014132 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8014134, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8014134, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -127147781, + "Hash64": 9558386045107844433 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8014129 + }, + { + "Type": "MultiSequence", + "Value": 8014130 + }, + { + "Type": "MultiSequence", + "Value": 8014131 + }, + { + "Type": "MultiSequence", + "Value": 8014132 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8014135, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8014135, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1438936160, + "Hash64": 12019857879960339630 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8014129 + }, + { + "Type": "MultiSequence", + "Value": 8014130 + }, + { + "Type": "MultiSequence", + "Value": 8014131 + }, + { + "Type": "MultiSequence", + "Value": 8014132 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8014136, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8014136, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1289947195, + "Hash64": 8643819933495727524 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8014129 + }, + { + "Type": "MultiSequence", + "Value": 8014130 + }, + { + "Type": "MultiSequence", + "Value": 8014131 + }, + { + "Type": "MultiSequence", + "Value": 8014132 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8014137, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8014137, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 276136746, + "Hash64": 12829567553292855256 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8014133 + }, + { + "Type": "MultiSequence", + "Value": 8014134 + }, + { + "Type": "MultiSequence", + "Value": 8014135 + }, + { + "Type": "MultiSequence", + "Value": 8014136 + }, + { + "Type": "MultiSequence", + "Value": 8014106 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8014138, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8014138, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -2096516249, + "Hash64": 9920391037627849336 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8014133 + }, + { + "Type": "MultiSequence", + "Value": 8014134 + }, + { + "Type": "MultiSequence", + "Value": 8014135 + }, + { + "Type": "MultiSequence", + "Value": 8014136 + }, + { + "Type": "MultiSequence", + "Value": 8014106 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8014139, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8014139, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -530432308, + "Hash64": 3872968398279818221 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8014133 + }, + { + "Type": "MultiSequence", + "Value": 8014134 + }, + { + "Type": "MultiSequence", + "Value": 8014135 + }, + { + "Type": "MultiSequence", + "Value": 8014136 + }, + { + "Type": "MultiSequence", + "Value": 8014106 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8014140, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8014140, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1842220688, + "Hash64": 13494785563645546832 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8014133 + }, + { + "Type": "MultiSequence", + "Value": 8014134 + }, + { + "Type": "MultiSequence", + "Value": 8014135 + }, + { + "Type": "MultiSequence", + "Value": 8014136 + }, + { + "Type": "MultiSequence", + "Value": 8014106 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8014141, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8014141, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -886662667, + "Hash64": 3535533579417443671 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8014142, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8014142, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 679421274, + "Hash64": 16564721705067096983 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8014143, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8014143, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -2049462081, + "Hash64": 11306503735053185825 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8014144, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8014144, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -127147780, + "Hash64": 6056477123066715831 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8014145, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8014145, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1438936161, + "Hash64": 1381244386211880668 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8014146, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8014146, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1289947194, + "Hash64": 8522935437188723897 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8014147, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8014147, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 276136747, + "Hash64": 14503370137094507009 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8014148, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8014148, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -2096516248, + "Hash64": 2223914200496088572 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8014149, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8014149, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -530432307, + "Hash64": 17864554650640119177 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8014150, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8014150, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8014101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [ + 8004201, + 8004202, + 8004203, + 8004204 + ] + }, + { + "MainMissionID": 8014161, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8014161, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -886662665, + "Hash64": 9527070970772113860 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8013103 + }, + { + "Type": "PlayerLevel", + "Value": 21 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8014162, + "DisplayRewardID": 18014162, + "SubRewardList": [] + }, + { + "MainMissionID": 8014162, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8014162, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 679421276, + "Hash64": 6024705370289349633 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8014161 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 18014162, + "DisplayRewardID": 18014162, + "SubRewardList": [] + }, + { + "MainMissionID": 8014163, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8014163, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8014161 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8014164, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8014164, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8014161 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8014165, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8014165, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8014161 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8014166, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8014166, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8014161 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8014167, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8014167, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8014161 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8014168, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8014168, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8014161 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8015101, + "Type": "Gap", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8015101, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -886662574, + "Hash64": 2215433135859531150 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8015191 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8015195, + "TrackWeight": 10, + "RewardID": 18015101, + "DisplayRewardID": 18015101, + "ChapterID": 102004, + "SubRewardList": [] + }, + { + "MainMissionID": 8015102, + "Type": "Gap", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8015102, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 679421367, + "Hash64": 4377802337876193116 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8015192 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 10, + "RewardID": 18015102, + "DisplayRewardID": 18015102, + "ChapterID": 102004, + "SubRewardList": [] + }, + { + "MainMissionID": 8015103, + "Type": "Gap", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8015103, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -2049461988, + "Hash64": 6141937486770089359 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8015193 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 10, + "RewardID": 18015103, + "DisplayRewardID": 18015103, + "ChapterID": 102004, + "SubRewardList": [] + }, + { + "MainMissionID": 8015104, + "Type": "Gap", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8015104, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -127147687, + "Hash64": 8941268765916552342 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8015194 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 10, + "RewardID": 18015104, + "DisplayRewardID": 18015104, + "ChapterID": 102004, + "SubRewardList": [] + }, + { + "MainMissionID": 8015111, + "Type": "Gap", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8015111, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -886662575, + "Hash64": 9365850619715714739 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 10, + "DisplayRewardID": 18015101, + "ChapterID": 102004, + "SubRewardList": [] + }, + { + "MainMissionID": 8015112, + "Type": "Gap", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8015112, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 679421366, + "Hash64": 6565957823659036594 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 10, + "DisplayRewardID": 18015102, + "ChapterID": 102004, + "SubRewardList": [] + }, + { + "MainMissionID": 8015113, + "Type": "Gap", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8015113, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -2049461989, + "Hash64": 358663990190317840 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 10, + "DisplayRewardID": 18015103, + "ChapterID": 102004, + "SubRewardList": [] + }, + { + "MainMissionID": 8015114, + "Type": "Gap", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8015114, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -127147688, + "Hash64": 9183657909564133625 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 10, + "DisplayRewardID": 18015104, + "ChapterID": 102004, + "SubRewardList": [] + }, + { + "MainMissionID": 8015123, + "Type": "Gap", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8015123, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -2049461986, + "Hash64": 7026621960168117039 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 10, + "DisplayRewardID": 18015103, + "ChapterID": 102004, + "SubRewardList": [] + }, + { + "MainMissionID": 8015150, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8015150, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1842220784, + "Hash64": 14731340381729667786 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8015152 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 9, + "ChapterID": 801511, + "SubRewardList": [] + }, + { + "MainMissionID": 8015151, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8015151, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -886662571, + "Hash64": 7304057454559132164 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 18015151, + "DisplayRewardID": 18015151, + "ChapterID": 801511, + "SubRewardList": [] + }, + { + "MainMissionID": 8015152, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8015152, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 679421370, + "Hash64": 9761357206311967599 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8015150, + "RewardID": 18015152, + "DisplayRewardID": 18015152, + "ChapterID": 801511, + "SubRewardList": [] + }, + { + "MainMissionID": 8015153, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8015153, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -2049461985, + "Hash64": 15338731430808830295 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 18015153, + "DisplayRewardID": 18015153, + "ChapterID": 801511, + "SubRewardList": [] + }, + { + "MainMissionID": 8015154, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8015154, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -127147684, + "Hash64": 7631210386354663542 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8015153 + }, + { + "Type": "MultiSequence", + "Value": 8015104 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 18015154, + "ChapterID": 801511, + "SubRewardList": [ + 18015154 + ] + }, + { + "MainMissionID": 8015155, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8015155, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1438936257, + "Hash64": 4893046879970830947 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 18015155, + "DisplayRewardID": 18015155, + "ChapterID": 801511, + "SubRewardList": [] + }, + { + "MainMissionID": 8015156, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8015156, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1289947098, + "Hash64": 16605349723405433464 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 18015155, + "ChapterID": 801511, + "SubRewardList": [] + }, + { + "MainMissionID": 8015157, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8015157, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 276136843, + "Hash64": 8100086171115241406 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 18015157, + "DisplayRewardID": 18015157, + "ChapterID": 801511, + "SubRewardList": [] + }, + { + "MainMissionID": 8015158, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8015158, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -2096516152, + "Hash64": 3667164421505762693 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 18015157, + "ChapterID": 801511, + "SubRewardList": [] + }, + { + "MainMissionID": 8015159, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8015159, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8015151 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "ChapterID": 801511, + "SubRewardList": [] + }, + { + "MainMissionID": 8015161, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8015161, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -886662568, + "Hash64": 10538426938392159239 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 18015161, + "DisplayRewardID": 18015161, + "ChapterID": 801511, + "SubRewardList": [] + }, + { + "MainMissionID": 8015162, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8015162, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 679421373, + "Hash64": 11373287165656560300 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 18015162, + "DisplayRewardID": 18015162, + "ChapterID": 801511, + "SubRewardList": [] + }, + { + "MainMissionID": 8015163, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8015163, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -2049461982, + "Hash64": 8224574199059221789 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 18015163, + "DisplayRewardID": 18015163, + "ChapterID": 801511, + "SubRewardList": [] + }, + { + "MainMissionID": 8015164, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8015164, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "ChapterID": 801511, + "SubRewardList": [] + }, + { + "MainMissionID": 8015165, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8015165, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "ChapterID": 801511, + "SubRewardList": [] + }, + { + "MainMissionID": 8015171, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8015171, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -886662569, + "Hash64": 9454052159231866205 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 18015171, + "DisplayRewardID": 18015171, + "ChapterID": 801511, + "SubRewardList": [] + }, + { + "MainMissionID": 8015172, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8015172, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 679421372, + "Hash64": 10344411888227645445 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 18015172, + "DisplayRewardID": 18015172, + "ChapterID": 801511, + "SubRewardList": [] + }, + { + "MainMissionID": 8015173, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8015173, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -2049461983, + "Hash64": 13653172823039303868 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 18015173, + "DisplayRewardID": 18015173, + "ChapterID": 801511, + "SubRewardList": [] + }, + { + "MainMissionID": 8015180, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8015180, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8015163 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "ChapterID": 801511, + "SubRewardList": [] + }, + { + "MainMissionID": 8015191, + "Type": "Gap", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8015191, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -886662567, + "Hash64": 17755056222624771748 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2021705 + }, + { + "Type": "HeliobusPhaseReach", + "Value": 1 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8015101, + "TrackWeight": 10, + "ChapterID": 102004, + "SubRewardList": [] + }, + { + "MainMissionID": 8015192, + "Type": "Gap", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8015192, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 679421374, + "Hash64": 14791820937042091443 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "HeliobusPhaseReach", + "Value": 2 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8015102, + "TrackWeight": 10, + "ChapterID": 102004, + "SubRewardList": [] + }, + { + "MainMissionID": 8015193, + "Type": "Gap", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8015193, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -2049461981, + "Hash64": 4696206479491948889 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "HeliobusPhaseReach", + "Value": 3 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8015103, + "TrackWeight": 10, + "ChapterID": 102004, + "SubRewardList": [] + }, + { + "MainMissionID": 8015194, + "Type": "Gap", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8015194, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -127147680, + "Hash64": 8688633478234496503 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "HeliobusPhaseReach", + "Value": 4 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8015104, + "TrackWeight": 10, + "ChapterID": 102004, + "SubRewardList": [] + }, + { + "MainMissionID": 8015195, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8015195, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1438936261, + "Hash64": 12876136990495050495 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "HeliobusPhaseReach", + "Value": 1 + }, + { + "Type": "MultiSequence", + "Value": 8015101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 9, + "ChapterID": 801511, + "SubRewardList": [] + }, + { + "MainMissionID": 8015196, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8015196, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1289947094, + "Hash64": 6756543318034399673 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "HeliobusPhaseReach", + "Value": 2 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 9, + "ChapterID": 801511, + "SubRewardList": [] + }, + { + "MainMissionID": 8015197, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8015197, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 276136847, + "Hash64": 868062565826811270 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "HeliobusPhaseReach", + "Value": 3 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 9, + "ChapterID": 801511, + "SubRewardList": [] + }, + { + "MainMissionID": 8015198, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8015198, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -2096516148, + "Hash64": 2355499845044361595 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "HeliobusPhaseReach", + "Value": 4 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 9, + "ChapterID": 801511, + "SubRewardList": [] + }, + { + "MainMissionID": 8015201, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8015201, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2010720 + }, + { + "Type": "MultiSequence", + "Value": 1011503 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8015202, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8015202, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 578664818, + "Hash64": 10668345529454755235 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2010720 + }, + { + "Type": "MultiSequence", + "Value": 1011503 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 18015202, + "SubRewardList": [ + 18015202 + ] + }, + { + "MainMissionID": 8015203, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8015203, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2010720 + }, + { + "Type": "MultiSequence", + "Value": 1011503 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8016101, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8016101, + "NextMainMissionList": [], + "Name": { + "Hash": -886662605, + "Hash64": 6193090727784387304 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8013102 + }, + { + "Type": "PlayerLevel", + "Value": 21 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8016102, + "RewardID": 18016101, + "DisplayRewardID": 18016101, + "SubRewardList": [] + }, + { + "MainMissionID": 8016102, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8016102, + "NextMainMissionList": [], + "Name": { + "Hash": 679421336, + "Hash64": 13474733609034067239 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8016101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8016103, + "RewardID": 18016102, + "DisplayRewardID": 18016102, + "SubRewardList": [] + }, + { + "MainMissionID": 8016103, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8016103, + "NextMainMissionList": [], + "Name": { + "Hash": -2049462019, + "Hash64": 10088136169433337394 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8016102 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8016106, + "RewardID": 18016103, + "DisplayRewardID": 18016103, + "SubRewardList": [] + }, + { + "MainMissionID": 8016104, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8016104, + "NextMainMissionList": [], + "Name": { + "Hash": -127147718, + "Hash64": 15684045897023562602 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8016106 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 18016104, + "DisplayRewardID": 18016104, + "SubRewardList": [] + }, + { + "MainMissionID": 8016105, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8016105, + "NextMainMissionList": [], + "Name": { + "Hash": 1438936223, + "Hash64": 11988994281208060965 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8016104 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 18016105, + "DisplayRewardID": 18016105, + "SubRewardList": [] + }, + { + "MainMissionID": 8016106, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8016106, + "NextMainMissionList": [], + "Name": { + "Hash": -1289947132, + "Hash64": 8430236775024642325 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8016103 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 18016106, + "DisplayRewardID": 18016106, + "SubRewardList": [] + }, + { + "MainMissionID": 8016201, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8016201, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 2144748728, + "Hash64": 157514168088987959 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2001001 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8016202, + "RewardID": 18016201, + "DisplayRewardID": 18016201, + "ChapterID": 801611, + "SubRewardList": [] + }, + { + "MainMissionID": 8016202, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8016202, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 578664787, + "Hash64": 713976729668306693 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8016201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8016210, + "RewardID": 18016202, + "DisplayRewardID": 18016202, + "ChapterID": 801611, + "SubRewardList": [ + 2000738 + ] + }, + { + "MainMissionID": 8016203, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8016203, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -987419154, + "Hash64": 16468898444330362039 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2001001 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 18016203, + "DisplayRewardID": 18016203, + "ChapterID": 801611, + "SubRewardList": [] + }, + { + "MainMissionID": 8016204, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8016204, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2001001 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "ChapterID": 801611, + "SubRewardList": [ + 2000642, + 2000643, + 2000644, + 2000645, + 2000646, + 2000647, + 2000648, + 2000649, + 2000650 + ] + }, + { + "MainMissionID": 8016205, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8016205, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 175380260, + "Hash64": 7925531719839510019 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8016211 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "ChapterID": 801611, + "SubRewardList": [] + }, + { + "MainMissionID": 8016206, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8016206, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1390703681, + "Hash64": 16500761922059830563 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8016211 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "ChapterID": 801611, + "SubRewardList": [] + }, + { + "MainMissionID": 8016207, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8016207, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2001001 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "ChapterID": 801611, + "SubRewardList": [] + }, + { + "MainMissionID": 8016208, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8016208, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8016202 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "ChapterID": 801611, + "SubRewardList": [] + }, + { + "MainMissionID": 8016209, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8016209, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8016202 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "ChapterID": 801611, + "SubRewardList": [] + }, + { + "MainMissionID": 8016210, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8016210, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -584134626, + "Hash64": 13744236658237925658 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8016201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8016203, + "RewardID": 18016210, + "DisplayRewardID": 18016210, + "ChapterID": 801611, + "SubRewardList": [] + }, + { + "MainMissionID": 8016211, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8016211, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2001001 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "ChapterID": 801611, + "SubRewardList": [] + }, + { + "MainMissionID": 8016212, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8016212, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "SequenceNextDay", + "Value": 8016202 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "ChapterID": 801611, + "SubRewardList": [] + }, + { + "MainMissionID": 8016213, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8016213, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "SequenceNextDay", + "Value": 8016212 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "ChapterID": 801611, + "SubRewardList": [] + }, + { + "MainMissionID": 8016301, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8016301, + "NextMainMissionList": [], + "Name": { + "Hash": -604337603, + "Hash64": 6339028872246333972 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1011503 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8016302, + "DisplayRewardID": 18016303, + "SubRewardList": [] + }, + { + "MainMissionID": 8016302, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8016302, + "NextMainMissionList": [], + "Name": { + "Hash": -1007622130, + "Hash64": 6151319252251298563 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8016301 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8016303, + "RewardID": 18016303, + "DisplayRewardID": 18016303, + "SubRewardList": [] + }, + { + "MainMissionID": 8016303, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8016303, + "NextMainMissionList": [], + "Name": { + "Hash": 558461811, + "Hash64": 10558011221554584762 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8016302 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8016304, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8016304, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8016302 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8016305, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8016305, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1011503 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8017101, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8017101, + "NextMainMissionList": [], + "Name": { + "Hash": -886662508, + "Hash64": 6100026485397259861 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1021501 + }, + { + "Type": "MultiSequence", + "Value": 4020103 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 10, + "RewardID": 18017101, + "DisplayRewardID": 18017101, + "SubRewardList": [] + }, + { + "MainMissionID": 8017102, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8017102, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8017101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8020101, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8020101, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 477391642, + "Hash64": 6927403101062986471 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030302 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8020102, + "RewardID": 18020101, + "DisplayRewardID": 18020101, + "SubRewardList": [] + }, + { + "MainMissionID": 8020102, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8020102, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1088692299, + "Hash64": 3938416420183685517 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8020101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8020103, + "RewardID": 18020102, + "DisplayRewardID": 18020102, + "SubRewardList": [] + }, + { + "MainMissionID": 8020103, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8020103, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1640191056, + "Hash64": 4856458564613482745 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8020102 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8020104, + "RewardID": 18020103, + "DisplayRewardID": 18020103, + "SubRewardList": [] + }, + { + "MainMissionID": 8020104, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8020104, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 74107115, + "Hash64": 10563895263647503216 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8020103 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8020105, + "RewardID": 18020104, + "DisplayRewardID": 18020104, + "SubRewardList": [] + }, + { + "MainMissionID": 8020105, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8020105, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1491976826, + "Hash64": 14878573764209962198 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8020104 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8020106, + "RewardID": 18020105, + "DisplayRewardID": 18020105, + "SubRewardList": [] + }, + { + "MainMissionID": 8020106, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8020106, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1236906529, + "Hash64": 15686410104580417682 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8020105 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8020107, + "RewardID": 18020106, + "DisplayRewardID": 18020106, + "SubRewardList": [] + }, + { + "MainMissionID": 8020107, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8020107, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -329177412, + "Hash64": 5178211352608981985 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8020106 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 18020107, + "DisplayRewardID": 18020107, + "SubRewardList": [ + 2000832, + 2000833, + 2000834 + ] + }, + { + "MainMissionID": 8020108, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8020108, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030302 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8020201, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8020201, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 336229141, + "Hash64": 15014652236140969954 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8020202, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8020202, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1902313082, + "Hash64": 18288407064463175186 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8020203, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8020203, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -826570273, + "Hash64": 12083400636126321185 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8020204, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8020204, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1095744028, + "Hash64": 4489780764150194267 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8020205, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8020205, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1633139327, + "Hash64": 16738733405428815776 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8020206, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8020206, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -67055386, + "Hash64": 12735954497946534523 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8020207, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8020207, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1499028555, + "Hash64": 10143710703382842791 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8020208, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8020208, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -873624440, + "Hash64": 7468797161581064561 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8020209, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8020209, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 692459501, + "Hash64": 3322086255840884376 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8020210, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8020210, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1229854799, + "Hash64": 5826965088166763249 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8020211, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8020211, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 336229142, + "Hash64": 14975366948781378050 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8020212, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8020212, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1902313083, + "Hash64": 4658348041380183691 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8020213, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8020213, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -826570272, + "Hash64": 14647333063026121709 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8020214, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8020214, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1095744029, + "Hash64": 2846839322666464582 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8020215, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8020215, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1633139326, + "Hash64": 12626408722683703911 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8020216, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8020216, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -67055385, + "Hash64": 10524907301565753742 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8020217, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8020217, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1499028556, + "Hash64": 12531527704822287904 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8020218, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8020218, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -873624439, + "Hash64": 2748917595735431769 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8020219, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8020219, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 692459502, + "Hash64": 5040699401540493077 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030501 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 18020219, + "DisplayRewardID": 18020219, + "SubRewardList": [] + }, + { + "MainMissionID": 8020220, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8020220, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1229854798, + "Hash64": 7249644257040868825 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8020219 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 2000924, + "SubRewardList": [] + }, + { + "MainMissionID": 8020221, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8020221, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 336229143, + "Hash64": 4981772105278323144 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8020222, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8020222, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1902313084, + "Hash64": 8438492261713456131 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8020223, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8020223, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -826570271, + "Hash64": 5130620731704995012 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8020224, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8020224, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1095744030, + "Hash64": 17112153451645221931 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8020231, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8020231, + "NextMainMissionList": [], + "Name": { + "Hash": 336229144, + "Hash64": 3295162152914596525 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8020236 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "MissionPack": 8020231, + "SubRewardList": [] + }, + { + "MainMissionID": 8020232, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8020232, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030303 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [ + 2000923 + ] + }, + { + "MainMissionID": 8020233, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8020233, + "NextMainMissionList": [], + "Name": { + "Hash": -826570270, + "Hash64": 1847999530000372083 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030801 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 18020233, + "DisplayRewardID": 18020233, + "SubRewardList": [ + 2000925, + 2000926, + 2000927, + 2000928 + ] + }, + { + "MainMissionID": 8020234, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8020234, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8020233 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8020236, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8020236, + "NextMainMissionList": [], + "Name": { + "Hash": -67055383, + "Hash64": 16330036145079284630 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030801 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 18020236, + "DisplayRewardID": 18020236, + "MissionPack": 8020231, + "SubRewardList": [] + }, + { + "MainMissionID": 8020300, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8020300, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1761150581, + "Hash64": 10187376620829114725 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030801 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 18020300, + "DisplayRewardID": 18020300, + "SubRewardList": [] + }, + { + "MainMissionID": 8020301, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8020301, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8020300 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8020302, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8020302, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8020300 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8020303, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8020303, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8020300 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8020304, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8020304, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8020300 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8020305, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8020305, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8020300 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8021100, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8021100, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 2043475680, + "Hash64": 7829450990868324421 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1032101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8021101, + "TrackWeight": 10, + "RewardID": 18021100, + "DisplayRewardID": 18021100, + "ChapterID": 802111, + "SubRewardList": [] + }, + { + "MainMissionID": 8021101, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8021101, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 477391739, + "Hash64": 1111855193941545635 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8021100 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8021102, + "TrackWeight": 10, + "RewardID": 18021101, + "DisplayRewardID": 18021101, + "ChapterID": 802111, + "SubRewardList": [] + }, + { + "MainMissionID": 8021102, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8021102, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1088692202, + "Hash64": 9657372448980777002 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8021101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8021103, + "TrackWeight": 10, + "RewardID": 18021102, + "DisplayRewardID": 18021102, + "ChapterID": 802111, + "SubRewardList": [] + }, + { + "MainMissionID": 8021103, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8021103, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1640191153, + "Hash64": 10290531597533361348 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8021102 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8021104, + "TrackWeight": 10, + "RewardID": 18021103, + "DisplayRewardID": 18021103, + "ChapterID": 802111, + "SubRewardList": [] + }, + { + "MainMissionID": 8021104, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8021104, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 74107212, + "Hash64": 17144850306686113101 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8021103 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8021105, + "TrackWeight": 10, + "RewardID": 18021104, + "DisplayRewardID": 18021104, + "ChapterID": 802111, + "SubRewardList": [] + }, + { + "MainMissionID": 8021105, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8021105, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1491976729, + "Hash64": 11030240178102725437 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8021104 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8021106, + "TrackWeight": 10, + "RewardID": 18021105, + "DisplayRewardID": 18021105, + "ChapterID": 802111, + "SubRewardList": [] + }, + { + "MainMissionID": 8021106, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8021106, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1236906626, + "Hash64": 6774709420680283950 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8021105 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 10, + "RewardID": 18021106, + "DisplayRewardID": 18021106, + "ChapterID": 802111, + "SubRewardList": [] + }, + { + "MainMissionID": 8021121, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8021121, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 477391741, + "Hash64": 11036903696430851643 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "ChapterID": 802111, + "SubRewardList": [] + }, + { + "MainMissionID": 8021122, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8021122, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1088692200, + "Hash64": 12513515059104846980 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "ChapterID": 802111, + "SubRewardList": [] + }, + { + "MainMissionID": 8021123, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8021123, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1640191155, + "Hash64": 11676240157752897580 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "ChapterID": 802111, + "SubRewardList": [] + }, + { + "MainMissionID": 8021124, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8021124, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 74107214, + "Hash64": 13239681705709509814 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "ChapterID": 802111, + "SubRewardList": [] + }, + { + "MainMissionID": 8021130, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8021130, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 2043475681, + "Hash64": 6703569064276400543 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "ChapterID": 802111, + "SubRewardList": [] + }, + { + "MainMissionID": 8021131, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8021131, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 477391740, + "Hash64": 507702781280810764 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "ChapterID": 802111, + "SubRewardList": [] + }, + { + "MainMissionID": 8021132, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8021132, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1088692201, + "Hash64": 11485769582516863372 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "ChapterID": 802111, + "SubRewardList": [] + }, + { + "MainMissionID": 8021201, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8021201, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 336229238, + "Hash64": 1348994460968714421 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1011503 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 18021201, + "DisplayRewardID": 18021201, + "SubRewardList": [] + }, + { + "MainMissionID": 8021202, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8021202, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1011503 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8021203, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8021203, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8021201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8021301, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8021301, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 195066737, + "Hash64": 12745059905084829516 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "PlayerLevel", + "Value": 21 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 18021301, + "DisplayRewardID": 18021301, + "SubRewardList": [] + }, + { + "MainMissionID": 8021302, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8021302, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 598351264, + "Hash64": 1382571585141712583 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "PlayerLevel", + "Value": 21 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 18021302, + "DisplayRewardID": 18021302, + "SubRewardList": [] + }, + { + "MainMissionID": 8021303, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8021303, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8021302 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8021401, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8021401, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1032101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8021402, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8021402, + "NextMainMissionList": [], + "Name": { + "Hash": -349380291, + "Hash64": 7015073290684273397 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1032101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 18021402, + "DisplayRewardID": 18021402, + "SubRewardList": [] + }, + { + "MainMissionID": 8021403, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8021403, + "NextMainMissionList": [], + "Name": { + "Hash": 1216703650, + "Hash64": 8385778743282953400 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1032101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 1100, + "DisplayRewardID": 1100, + "SubRewardList": [] + }, + { + "MainMissionID": 8021404, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8021404, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1031101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8021501, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8021501, + "NextMainMissionList": [], + "Name": { + "Hash": -87258265, + "Hash64": 14600018280692392982 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1033101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 1100, + "DisplayRewardID": 1100, + "SubRewardList": [] + }, + { + "MainMissionID": 8021502, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8021502, + "NextMainMissionList": [], + "Name": { + "Hash": -1653342206, + "Hash64": 14177996143085904399 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8021506 + }, + { + "Type": "MultiSequence", + "Value": 8021404 + }, + { + "Type": "MultiSequence", + "Value": 8020232 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 18021502, + "DisplayRewardID": 18021502, + "SubRewardList": [] + }, + { + "MainMissionID": 8021503, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8021503, + "NextMainMissionList": [], + "Name": { + "Hash": 1075541149, + "Hash64": 6277476447020731933 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8021504 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 1100, + "DisplayRewardID": 1100, + "SubRewardList": [] + }, + { + "MainMissionID": 8021504, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8021504, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8021403 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8021505, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8021505, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1033101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [ + 2001154, + 2001155, + 2001156, + 2001157, + 2001158, + 2001159 + ] + }, + { + "MainMissionID": 8021506, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8021506, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1032301 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8022101, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8022101, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 477391708, + "Hash64": 13824777621066705999 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1033101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 10, + "RewardID": 18022101, + "DisplayRewardID": 18022101, + "ChapterID": 802211, + "SubRewardList": [] + }, + { + "MainMissionID": 8022102, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8022102, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1088692233, + "Hash64": 15227236162924101531 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8022101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8022103, + "TrackWeight": 10, + "RewardID": 18022102, + "DisplayRewardID": 18022102, + "ChapterID": 802211, + "SubRewardList": [] + }, + { + "MainMissionID": 8022103, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8022103, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1640191122, + "Hash64": 6227839143489142821 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8022102 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8022104, + "TrackWeight": 10, + "RewardID": 18022103, + "DisplayRewardID": 18022103, + "ChapterID": 802211, + "SubRewardList": [ + 2001206, + 2001207 + ] + }, + { + "MainMissionID": 8022104, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8022104, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 74107181, + "Hash64": 12446821207964627114 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8022103 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 10, + "RewardID": 18022104, + "DisplayRewardID": 18022104, + "ChapterID": 802211, + "SubRewardList": [] + }, + { + "MainMissionID": 8022105, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8022105, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8022101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8022106, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8022106, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8022101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8022107, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8022107, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8022101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8022108, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8022108, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1895261287, + "Hash64": 615334714298782275 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8022109 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 18022111, + "ChapterID": 802211, + "SubRewardList": [] + }, + { + "MainMissionID": 8022109, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8022109, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1033101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8022110, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8022110, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 18022110, + "DisplayRewardID": 18022110, + "ChapterID": 802211, + "SubRewardList": [] + }, + { + "MainMissionID": 8022111, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8022111, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 18022111, + "DisplayRewardID": 18022111, + "ChapterID": 802211, + "SubRewardList": [] + }, + { + "MainMissionID": 8022112, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8022112, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 18022112, + "DisplayRewardID": 18022112, + "ChapterID": 802211, + "SubRewardList": [] + }, + { + "MainMissionID": 8022113, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8022113, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 18022113, + "DisplayRewardID": 18022113, + "ChapterID": 802211, + "SubRewardList": [] + }, + { + "MainMissionID": 8022114, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8022114, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 18022114, + "DisplayRewardID": 18022114, + "ChapterID": 802211, + "SubRewardList": [] + }, + { + "MainMissionID": 8022115, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8022115, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 18022115, + "DisplayRewardID": 18022115, + "ChapterID": 802211, + "SubRewardList": [] + }, + { + "MainMissionID": 8022120, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8022120, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 2043475647, + "Hash64": 17904025119550418111 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8022105 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 18022120, + "DisplayRewardID": 18022120, + "ChapterID": 802211, + "SubRewardList": [] + }, + { + "MainMissionID": 8022121, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8022121, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 477391706, + "Hash64": 16200992776370931283 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8022122, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8022122, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1088692235, + "Hash64": 7110068203075641277 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8022106 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 18022122, + "DisplayRewardID": 18022122, + "ChapterID": 802211, + "SubRewardList": [] + }, + { + "MainMissionID": 8022123, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8022123, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1640191120, + "Hash64": 4785733080959213446 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8022124, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8022124, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 74107179, + "Hash64": 8502474428186008862 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8022107 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 18022124, + "DisplayRewardID": 18022124, + "ChapterID": 802211, + "SubRewardList": [] + }, + { + "MainMissionID": 8022125, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8022125, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1491976762, + "Hash64": 9963707945203124412 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8022126, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8022126, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1236906593, + "Hash64": 15483862144747221314 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8022127, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8022127, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -329177348, + "Hash64": 4928868920900333179 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8022201, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8022201, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 336229207, + "Hash64": 15721590559097573028 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030302 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 1100, + "DisplayRewardID": 1100, + "SubRewardList": [] + }, + { + "MainMissionID": 8022202, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8022202, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [ + 2001089 + ] + }, + { + "MainMissionID": 8022301, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8022301, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 195066706, + "Hash64": 7900292863607256449 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010206 + }, + { + "Type": "PlayerLevel", + "Value": 21 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 1100, + "DisplayRewardID": 1100, + "SubRewardList": [] + }, + { + "MainMissionID": 8022302, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8022302, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1010206 + }, + { + "Type": "PlayerLevel", + "Value": 21 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 100, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8022401, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8022401, + "NextMainMissionList": [], + "Name": { + "Hash": 53904205, + "Hash64": 11603396233404104372 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1033101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8022402, + "RewardID": 100, + "DisplayRewardID": 18022402, + "MissionPack": 8022401, + "SubRewardList": [ + 2001208 + ] + }, + { + "MainMissionID": 8022402, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8022402, + "NextMainMissionList": [], + "Name": { + "Hash": -349380322, + "Hash64": 15615902596006589258 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8022401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 18022402, + "DisplayRewardID": 18022402, + "MissionPack": 8022401, + "SubRewardList": [] + }, + { + "MainMissionID": 8023101, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8023101, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 477391805, + "Hash64": 5713793645002370303 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1034109 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8023102, + "TrackWeight": 10, + "DisplayRewardID": 18023105, + "MissionPack": 8023101, + "ChapterID": 802311, + "SubRewardList": [] + }, + { + "MainMissionID": 8023102, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8023102, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1088692136, + "Hash64": 18443252907435204524 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8023101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8023103, + "TrackWeight": 10, + "DisplayRewardID": 18023105, + "MissionPack": 8023101, + "ChapterID": 802311, + "SubRewardList": [] + }, + { + "MainMissionID": 8023103, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8023103, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1640191219, + "Hash64": 8642449495346822921 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8023102 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8023104, + "TrackWeight": 10, + "DisplayRewardID": 18023105, + "MissionPack": 8023101, + "ChapterID": 802311, + "SubRewardList": [] + }, + { + "MainMissionID": 8023104, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8023104, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 74107278, + "Hash64": 16302234123983449877 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8023103 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8023105, + "TrackWeight": 10, + "DisplayRewardID": 18023105, + "MissionPack": 8023101, + "ChapterID": 802311, + "SubRewardList": [] + }, + { + "MainMissionID": 8023105, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8023105, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1491976663, + "Hash64": 9977282033521772435 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8023104 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8023111, + "TrackWeight": 10, + "RewardID": 18023105, + "DisplayRewardID": 18023105, + "MissionPack": 8023101, + "ChapterID": 802311, + "SubRewardList": [] + }, + { + "MainMissionID": 8023111, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8023111, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 477391804, + "Hash64": 7757155947190557709 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8023105 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 10, + "RewardID": 18023111, + "DisplayRewardID": 18023111, + "SubRewardList": [] + }, + { + "MainMissionID": 8023201, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8023201, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 336229304, + "Hash64": 15332914332944505344 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "PlayerLevel", + "Value": 21 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 10, + "RewardID": 1100, + "DisplayRewardID": 1100, + "SubRewardList": [] + }, + { + "MainMissionID": 8023202, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8023202, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1902313245, + "Hash64": 7827681620227932244 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8023201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 10, + "RewardID": 1100, + "DisplayRewardID": 1100, + "SubRewardList": [] + }, + { + "MainMissionID": 8023203, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8023203, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -826570110, + "Hash64": 1807808255167555930 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8023201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 10, + "SubRewardList": [] + }, + { + "MainMissionID": 8023301, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8023301, + "NextMainMissionList": [], + "Name": { + "Hash": 195066803, + "Hash64": 13162081843769802647 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4020103 + }, + { + "Type": "MultiSequence", + "Value": 1032501 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 10, + "RewardID": 1100, + "DisplayRewardID": 1100, + "SubRewardList": [] + }, + { + "MainMissionID": 8023401, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8023401, + "NextMainMissionList": [], + "Name": { + "Hash": 53904302, + "Hash64": 16327089266017690533 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4030009 + }, + { + "Type": "MultiSequence", + "Value": 1034109 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 10, + "RewardID": 1100, + "DisplayRewardID": 1100, + "SubRewardList": [] + }, + { + "MainMissionID": 8023501, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8023501, + "NextMainMissionList": [], + "Name": { + "Hash": -87258199, + "Hash64": 1595665150526099346 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8023801 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 10, + "RewardID": 1100, + "DisplayRewardID": 1100, + "SubRewardList": [] + }, + { + "MainMissionID": 8023601, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8023601, + "NextMainMissionList": [], + "Name": { + "Hash": -228420700, + "Hash64": 6720297054836626317 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8023401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 10, + "RewardID": 1100, + "DisplayRewardID": 1100, + "SubRewardList": [] + }, + { + "MainMissionID": 8023701, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8023701, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 4030009 + }, + { + "Type": "MultiSequence", + "Value": 1034109 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 10, + "SubRewardList": [] + }, + { + "MainMissionID": 8023801, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8023801, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8023401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8023501, + "TrackWeight": 10, + "SubRewardList": [] + }, + { + "MainMissionID": 8024101, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8024101, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 477391510, + "Hash64": 17386667345623750163 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2022101 + }, + { + "Type": "MultiSequence", + "Value": 2021701 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 10, + "RewardID": 18024101, + "DisplayRewardID": 18024101, + "ChapterID": 802401, + "SubRewardList": [] + }, + { + "MainMissionID": 8024111, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8024111, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 477391511, + "Hash64": 14922508890960440046 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 10, + "RewardID": 18024111, + "DisplayRewardID": 18024111, + "ChapterID": 802401, + "SubRewardList": [] + }, + { + "MainMissionID": 8024112, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8024112, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1088692430, + "Hash64": 11490694802236340398 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 10, + "RewardID": 18024112, + "DisplayRewardID": 18024112, + "ChapterID": 802401, + "SubRewardList": [] + }, + { + "MainMissionID": 8024113, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8024113, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1640190925, + "Hash64": 11528706018432725765 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 10, + "RewardID": 18024113, + "DisplayRewardID": 18024113, + "ChapterID": 802401, + "SubRewardList": [] + }, + { + "MainMissionID": 8024114, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8024114, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 74106984, + "Hash64": 15387008968382566105 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 10, + "RewardID": 18024114, + "DisplayRewardID": 18024114, + "ChapterID": 802401, + "SubRewardList": [] + }, + { + "MainMissionID": 8024115, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8024115, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1491976957, + "Hash64": 7570895973755885733 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 10, + "RewardID": 18024115, + "DisplayRewardID": 18024115, + "ChapterID": 802401, + "SubRewardList": [] + }, + { + "MainMissionID": 8024116, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8024116, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1236906398, + "Hash64": 16893137442096889571 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 18024112, + "ChapterID": 802401, + "SubRewardList": [] + }, + { + "MainMissionID": 8024201, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8024201, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 336229009, + "Hash64": 14536591902257910222 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1011503 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 1100, + "DisplayRewardID": 1100, + "SubRewardList": [] + }, + { + "MainMissionID": 8024202, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8024202, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8024201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8024203, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8024203, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8024201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8024204, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8024204, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8024201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8024205, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8024205, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8024201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8024206, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8024206, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8024201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8024207, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8024207, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1499028423, + "Hash64": 5717043333322997797 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 1100, + "DisplayRewardID": 1100, + "SubRewardList": [] + }, + { + "MainMissionID": 8024208, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8024208, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8024207 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8024301, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8024301, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 195066508, + "Hash64": 16244103801906876864 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1030302 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8024302, + "TrackWeight": 10, + "RewardID": 18024301, + "DisplayRewardID": 18024301, + "SubRewardList": [] + }, + { + "MainMissionID": 8024302, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8024302, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 598351035, + "Hash64": 16146056425872647318 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8024301 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8024303, + "TrackWeight": 10, + "RewardID": 18024302, + "DisplayRewardID": 18024302, + "SubRewardList": [] + }, + { + "MainMissionID": 8024303, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8024303, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -967732906, + "Hash64": 18005484666362946047 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8024302 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8024304, + "TrackWeight": 10, + "RewardID": 18024303, + "DisplayRewardID": 18024303, + "SubRewardList": [] + }, + { + "MainMissionID": 8024304, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8024304, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -208218019, + "Hash64": 605498113313720771 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8024303 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8024305, + "TrackWeight": 10, + "RewardID": 18024304, + "DisplayRewardID": 18024304, + "SubRewardList": [] + }, + { + "MainMissionID": 8024305, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8024305, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1774301960, + "Hash64": 13869485975592739035 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8024304 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8024306, + "TrackWeight": 10, + "RewardID": 18024305, + "DisplayRewardID": 18024305, + "SubRewardList": [] + }, + { + "MainMissionID": 8024306, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8024306, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1371017433, + "Hash64": 6475663142475073959 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8024305 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 10, + "RewardID": 18024306, + "DisplayRewardID": 18024306, + "SubRewardList": [] + }, + { + "MainMissionID": 8024307, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8024307, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 10, + "SubRewardList": [] + }, + { + "MainMissionID": 8025101, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8025101, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 477391607, + "Hash64": 1089619666189464848 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2022308 + }, + { + "Type": "MultiSequence", + "Value": 2010203 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8025111, + "TrackWeight": 10, + "DisplayRewardID": 18025111, + "MissionPack": 8025101, + "ChapterID": 802501, + "SubRewardList": [] + }, + { + "MainMissionID": 8025102, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8025102, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1088692334, + "Hash64": 15730325100639074661 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8025112 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8025113, + "TrackWeight": 10, + "RewardID": 18025102, + "DisplayRewardID": 18025102, + "MissionPack": 8025102, + "ChapterID": 802501, + "SubRewardList": [] + }, + { + "MainMissionID": 8025103, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8025103, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1640191021, + "Hash64": 14327516057853686200 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8025113 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8025114, + "TrackWeight": 10, + "RewardID": 18025103, + "DisplayRewardID": 18025103, + "MissionPack": 8025103, + "ChapterID": 802501, + "SubRewardList": [] + }, + { + "MainMissionID": 8025104, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8025104, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 74107080, + "Hash64": 3884583082516618471 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8025114 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8025105, + "TrackWeight": 10, + "RewardID": 18025104, + "DisplayRewardID": 18025104, + "ChapterID": 802501, + "SubRewardList": [] + }, + { + "MainMissionID": 8025105, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8025105, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1491976861, + "Hash64": 8532360905263070249 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8025104 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 10, + "RewardID": 18025105, + "DisplayRewardID": 18025105, + "ChapterID": 802501, + "SubRewardList": [ + 2001320 + ] + }, + { + "MainMissionID": 8025106, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8025106, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1236906494, + "Hash64": 11904992145837005911 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 18025106, + "ChapterID": 802501, + "SubRewardList": [] + }, + { + "MainMissionID": 8025107, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8025107, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -329177447, + "Hash64": 1361460223450285714 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 18025113, + "ChapterID": 802501, + "SubRewardList": [] + }, + { + "MainMissionID": 8025111, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8025111, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 477391606, + "Hash64": 6258635296179095272 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8025101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8025112, + "TrackWeight": 10, + "RewardID": 18025111, + "DisplayRewardID": 18025111, + "MissionPack": 8025101, + "ChapterID": 802501, + "SubRewardList": [] + }, + { + "MainMissionID": 8025112, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8025112, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1088692335, + "Hash64": 3275711067721619702 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8025111 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8025102, + "TrackWeight": 10, + "RewardID": 18025112, + "DisplayRewardID": 18025112, + "MissionPack": 8025101, + "ChapterID": 802501, + "SubRewardList": [] + }, + { + "MainMissionID": 8025113, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8025113, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1640191020, + "Hash64": 11581295204231665890 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8025102 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8025103, + "TrackWeight": 10, + "RewardID": 18025113, + "DisplayRewardID": 18025113, + "MissionPack": 8025102, + "ChapterID": 802501, + "SubRewardList": [] + }, + { + "MainMissionID": 8025114, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8025114, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 74107079, + "Hash64": 13670793863708074964 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8025103 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8025104, + "TrackWeight": 10, + "RewardID": 18025114, + "DisplayRewardID": 18025114, + "MissionPack": 8025103, + "ChapterID": 802501, + "SubRewardList": [] + }, + { + "MainMissionID": 8025131, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8025131, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8025112 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "ChapterID": 802501, + "SubRewardList": [] + }, + { + "MainMissionID": 8025132, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8025132, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1088692333, + "Hash64": 5131896474483115484 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8025104, + "DisplayRewardID": 251001, + "ChapterID": 802501, + "SubRewardList": [] + }, + { + "MainMissionID": 8025133, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8025133, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1640191022, + "Hash64": 15041250721854640204 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8025111, + "DisplayRewardID": 251002, + "ChapterID": 802501, + "SubRewardList": [] + }, + { + "MainMissionID": 8025134, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8025134, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 18025134, + "DisplayRewardID": 251009, + "ChapterID": 802501, + "SubRewardList": [] + }, + { + "MainMissionID": 8025135, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8025135, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1491976860, + "Hash64": 14939066117947935071 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8025111, + "DisplayRewardID": 251003, + "ChapterID": 802501, + "SubRewardList": [] + }, + { + "MainMissionID": 8025136, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8025136, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1236906495, + "Hash64": 17572064578189710051 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8025102, + "DisplayRewardID": 251004, + "ChapterID": 802501, + "SubRewardList": [] + }, + { + "MainMissionID": 8025137, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8025137, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 18025137, + "DisplayRewardID": 251010, + "ChapterID": 802501, + "SubRewardList": [] + }, + { + "MainMissionID": 8025138, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8025138, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1895261387, + "Hash64": 2358531040132450933 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8025102, + "DisplayRewardID": 251005, + "ChapterID": 802501, + "SubRewardList": [] + }, + { + "MainMissionID": 8025139, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8025139, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 833621968, + "Hash64": 3799232892993081453 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8025104, + "DisplayRewardID": 251006, + "ChapterID": 802501, + "SubRewardList": [] + }, + { + "MainMissionID": 8025140, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8025140, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8025105 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "ChapterID": 802501, + "SubRewardList": [] + }, + { + "MainMissionID": 8025141, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8025141, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 477391611, + "Hash64": 10807003799537106854 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 251009, + "ChapterID": 802501, + "SubRewardList": [] + }, + { + "MainMissionID": 8025142, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8025142, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1088692330, + "Hash64": 390730891951261506 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "DisplayRewardID": 251010, + "ChapterID": 802501, + "SubRewardList": [] + }, + { + "MainMissionID": 8025201, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8025201, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 336229106, + "Hash64": 6733703712743422081 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 2022308 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 1100, + "DisplayRewardID": 1100, + "SubRewardList": [] + }, + { + "MainMissionID": 8025202, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8025202, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8025201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8025210, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8025210, + "IsInRaid": true, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1229854836, + "Hash64": 4775494688395082121 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8025211, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8025211, + "IsInRaid": true, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 336229105, + "Hash64": 1842181901409792374 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8025212, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8025212, + "IsInRaid": true, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1902313046, + "Hash64": 8020106602029793318 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8025213, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8025213, + "IsInRaid": true, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -826570309, + "Hash64": 9583090913221192739 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8025214, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8025214, + "IsInRaid": true, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1095743992, + "Hash64": 11419502621426780318 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8025215, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8025215, + "IsInRaid": true, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1633139363, + "Hash64": 4358298915335690980 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8025216, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8025216, + "IsInRaid": true, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -67055422, + "Hash64": 14599201783395337078 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8025217, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8025217, + "IsInRaid": true, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1499028519, + "Hash64": 76588982055818229 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8025218, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8025218, + "IsInRaid": true, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -873624476, + "Hash64": 9580600319233675334 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8025219, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8025219, + "IsInRaid": true, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 692459465, + "Hash64": 3884563368212715129 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8025220, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8025220, + "IsInRaid": true, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1229854833, + "Hash64": 18124885180958515752 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8025221, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8025221, + "IsInRaid": true, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 336229108, + "Hash64": 9031262206730389367 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8025222, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8025222, + "IsInRaid": true, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1902313049, + "Hash64": 9380809237213374180 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8025223, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8025223, + "IsInRaid": true, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -826570306, + "Hash64": 14499346059752191515 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8025224, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8025224, + "IsInRaid": true, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1095743995, + "Hash64": 10456040826554187533 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8025225, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8025225, + "IsInRaid": true, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1633139360, + "Hash64": 16610033879188710342 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8025226, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8025226, + "IsInRaid": true, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -67055419, + "Hash64": 12981493394422554328 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8025227, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8025227, + "IsInRaid": true, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1499028522, + "Hash64": 13264979321801483633 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8025228, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8025228, + "IsInRaid": true, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -873624473, + "Hash64": 5680884135376890418 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8025229, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8025229, + "IsInRaid": true, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 692459468, + "Hash64": 15624571294232914992 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8025230, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8025230, + "IsInRaid": true, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1229854834, + "Hash64": 2038028423783569203 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8025231, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8025231, + "IsInRaid": true, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 336229107, + "Hash64": 2267385832995110284 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8025232, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8025232, + "IsInRaid": true, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1902313048, + "Hash64": 11762135212683682596 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8025233, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 301, + "DisplayPriority": 8025233, + "IsInRaid": true, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -826570307, + "Hash64": 16568644399691634202 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8025301, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8025301, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8023701 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8025302, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8025302, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8023701 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8026101, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8026101, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 477391576, + "Hash64": 10753213651094122711 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1034210 + }, + { + "Type": "MultiSequence", + "Value": 2001001 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8026102, + "TrackWeight": 10, + "RewardID": 18026101, + "DisplayRewardID": 18026101, + "ChapterID": 802601, + "SubRewardList": [] + }, + { + "MainMissionID": 8026102, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8026102, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1088692365, + "Hash64": 6254132271284253130 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8026101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8026103, + "TrackWeight": 10, + "RewardID": 18026102, + "DisplayRewardID": 18026102, + "ChapterID": 802601, + "SubRewardList": [] + }, + { + "MainMissionID": 8026103, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8026103, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1640190990, + "Hash64": 6843064951617501723 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8026102 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8026104, + "TrackWeight": 10, + "RewardID": 18026103, + "DisplayRewardID": 18026103, + "ChapterID": 802601, + "SubRewardList": [] + }, + { + "MainMissionID": 8026104, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8026104, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 74107049, + "Hash64": 2510438879824915005 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8026103 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8026105, + "TrackWeight": 10, + "RewardID": 18026104, + "DisplayRewardID": 18026104, + "ChapterID": 802601, + "SubRewardList": [] + }, + { + "MainMissionID": 8026105, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8026105, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1491976892, + "Hash64": 16137192830516933928 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8026104 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8026120, + "TrackWeight": 10, + "RewardID": 18026105, + "DisplayRewardID": 18026105, + "ChapterID": 802601, + "SubRewardList": [] + }, + { + "MainMissionID": 8026110, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8026110, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 2043475518, + "Hash64": 16349079562303482666 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 15, + "RewardID": 18026110, + "DisplayRewardID": 18026110, + "ChapterID": 802601, + "SubRewardList": [] + }, + { + "MainMissionID": 8026111, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8026111, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 477391577, + "Hash64": 1686792502944589624 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 15, + "RewardID": 18026111, + "DisplayRewardID": 18026111, + "ChapterID": 802601, + "SubRewardList": [] + }, + { + "MainMissionID": 8026112, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8026112, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1088692364, + "Hash64": 1334605374725111926 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 15, + "RewardID": 18026112, + "DisplayRewardID": 18026112, + "ChapterID": 802601, + "SubRewardList": [] + }, + { + "MainMissionID": 8026113, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8026113, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1640190991, + "Hash64": 15489277093717364218 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 15, + "RewardID": 18026113, + "DisplayRewardID": 18026113, + "ChapterID": 802601, + "SubRewardList": [] + }, + { + "MainMissionID": 8026114, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8026114, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 74107050, + "Hash64": 12683967864618049043 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 15, + "RewardID": 18026114, + "DisplayRewardID": 18026114, + "ChapterID": 802601, + "SubRewardList": [] + }, + { + "MainMissionID": 8026115, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8026115, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1491976891, + "Hash64": 3190155675203472625 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 15, + "RewardID": 18026115, + "DisplayRewardID": 18026115, + "ChapterID": 802601, + "SubRewardList": [] + }, + { + "MainMissionID": 8026116, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8026116, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1236906464, + "Hash64": 12651484450352807418 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 15, + "RewardID": 18026116, + "DisplayRewardID": 18026116, + "ChapterID": 802601, + "SubRewardList": [] + }, + { + "MainMissionID": 8026117, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8026117, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -329177477, + "Hash64": 970263329382846700 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 15, + "RewardID": 18026117, + "DisplayRewardID": 18026117, + "ChapterID": 802601, + "SubRewardList": [] + }, + { + "MainMissionID": 8026118, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8026118, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1895261418, + "Hash64": 18271820746161168174 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 15, + "RewardID": 18026118, + "DisplayRewardID": 18026118, + "ChapterID": 802601, + "SubRewardList": [] + }, + { + "MainMissionID": 8026120, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8026120, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 2043475515, + "Hash64": 12217569248837925940 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8026105 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 10, + "RewardID": 18026120, + "DisplayRewardID": 18026120, + "ChapterID": 802601, + "SubRewardList": [] + }, + { + "MainMissionID": 8026121, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8026121, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8026105 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 18026121, + "ChapterID": 802601, + "SubRewardList": [] + }, + { + "MainMissionID": 8026201, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8026201, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 336229075, + "Hash64": 8765423326651246794 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1011503 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8026202, + "TrackWeight": 10, + "RewardID": 18026201, + "DisplayRewardID": 18026201, + "SubRewardList": [] + }, + { + "MainMissionID": 8026202, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8026202, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1902313016, + "Hash64": 15103752931669817484 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8026201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8026203, + "RewardID": 18026202, + "DisplayRewardID": 18026202, + "SubRewardList": [] + }, + { + "MainMissionID": 8026203, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8026203, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -826570339, + "Hash64": 7983704549754732908 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8026202 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8026204, + "RewardID": 18026203, + "DisplayRewardID": 18026203, + "SubRewardList": [] + }, + { + "MainMissionID": 8026204, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8026204, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1095743962, + "Hash64": 11049801910392391832 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8026203 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8026205, + "RewardID": 18026204, + "DisplayRewardID": 18026204, + "SubRewardList": [] + }, + { + "MainMissionID": 8026205, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8026205, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1633139393, + "Hash64": 5684962823855471557 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8026204 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8026206, + "RewardID": 18026205, + "DisplayRewardID": 18026205, + "SubRewardList": [] + }, + { + "MainMissionID": 8026206, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8026206, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -67055452, + "Hash64": 7794913645194289187 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8026205 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8026207, + "RewardID": 18026206, + "DisplayRewardID": 18026206, + "SubRewardList": [] + }, + { + "MainMissionID": 8026207, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8026207, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1499028489, + "Hash64": 3275894900435000452 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8026206 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 18026207, + "DisplayRewardID": 18026207, + "SubRewardList": [] + }, + { + "MainMissionID": 8026208, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8026208, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1011503 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8026209, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 201, + "DisplayPriority": 8026209, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1011503 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8026301, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8026301, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 195066574, + "Hash64": 6979172940887219973 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1034210 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 10, + "RewardID": 1100, + "DisplayRewardID": 1100, + "SubRewardList": [] + }, + { + "MainMissionID": 8026302, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8026302, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8026301 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8026401, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8013100, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 53904073, + "Hash64": 4568640360924038416 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8013103 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 1100, + "DisplayRewardID": 1100, + "SubRewardList": [] + }, + { + "MainMissionID": 8026402, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8026402, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8026401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8027111, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8027111, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 477391672, + "Hash64": 16880089491159621905 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "PlayerLevel", + "Value": 21 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8027112, + "TrackWeight": 10, + "RewardID": 18027111, + "DisplayRewardID": 18027111, + "ChapterID": 802701, + "SubRewardList": [ + 8009002, + 2001383, + 2001384 + ] + }, + { + "MainMissionID": 8027112, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8027112, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1088692269, + "Hash64": 14499053241865669285 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8027111 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8027113, + "TrackWeight": 10, + "RewardID": 18027112, + "DisplayRewardID": 18027112, + "ChapterID": 802701, + "SubRewardList": [] + }, + { + "MainMissionID": 8027113, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8027113, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1640191086, + "Hash64": 651093704614761024 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8027112 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8027121, + "TrackWeight": 10, + "RewardID": 18027113, + "DisplayRewardID": 18027113, + "ChapterID": 802701, + "SubRewardList": [] + }, + { + "MainMissionID": 8027114, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8027114, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 74107145, + "Hash64": 12042461272807072217 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8027113 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 10, + "ChapterID": 802701, + "SubRewardList": [] + }, + { + "MainMissionID": 8027115, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8027115, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1491976796, + "Hash64": 594647186366423323 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8027113 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 10, + "ChapterID": 802701, + "SubRewardList": [] + }, + { + "MainMissionID": 8027116, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8027116, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1236906559, + "Hash64": 2901160411894253261 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8027113 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 10, + "ChapterID": 802701, + "SubRewardList": [] + }, + { + "MainMissionID": 8027117, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8027117, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -329177382, + "Hash64": 2614698362196629681 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8027113 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 10, + "ChapterID": 802701, + "SubRewardList": [] + }, + { + "MainMissionID": 8027118, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8027118, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1895261323, + "Hash64": 6655482828687108545 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8027113 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 10, + "ChapterID": 802701, + "SubRewardList": [ + 8009003 + ] + }, + { + "MainMissionID": 8027119, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8027119, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 833622032, + "Hash64": 10147335441473843553 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8027121 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 10, + "RewardID": 18027119, + "DisplayRewardID": 18027119, + "ChapterID": 802701, + "SubRewardList": [ + 8009001 + ] + }, + { + "MainMissionID": 8027120, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8027120, + "NextMainMissionList": [], + "Name": { + "Hash": 2043475612, + "Hash64": 2483329102847922861 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 10, + "RewardID": 18027120, + "DisplayRewardID": 18027120, + "SubRewardList": [] + }, + { + "MainMissionID": 8027121, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8027121, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 477391671, + "Hash64": 14934480965196621131 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8027113 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8027119, + "TrackWeight": 10, + "RewardID": 18027121, + "DisplayRewardID": 18027121, + "ChapterID": 802701, + "SubRewardList": [] + }, + { + "MainMissionID": 8027200, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8027200, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1229854769, + "Hash64": 3477595926744865412 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1034210 + }, + { + "Type": "MultiSequence", + "Value": 2022308 + }, + { + "Type": "MultiSequence", + "Value": 8022402 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8027207, + "TrackWeight": 10, + "RewardID": 2001377, + "DisplayRewardID": 2001377, + "SubRewardList": [] + }, + { + "MainMissionID": 8027201, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8027201, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 336229172, + "Hash64": 2033557144900073239 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 10, + "DisplayRewardID": 3127001, + "SubRewardList": [ + 2001365, + 2001366 + ] + }, + { + "MainMissionID": 8027202, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8027202, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1902313113, + "Hash64": 15294183381901606078 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 10, + "DisplayRewardID": 3127002, + "SubRewardList": [ + 2001367, + 2001368 + ] + }, + { + "MainMissionID": 8027203, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8027203, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -826570242, + "Hash64": 1641309985903732519 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 10, + "DisplayRewardID": 3127003, + "SubRewardList": [] + }, + { + "MainMissionID": 8027204, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8027204, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1095744059, + "Hash64": 2317816253949313825 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 10, + "DisplayRewardID": 3127004, + "SubRewardList": [] + }, + { + "MainMissionID": 8027205, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8027205, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1633139296, + "Hash64": 10030924160554156862 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 10, + "DisplayRewardID": 3127005, + "SubRewardList": [ + 2001369, + 2001370 + ] + }, + { + "MainMissionID": 8027206, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8027206, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -67055355, + "Hash64": 1752428215545605999 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 10, + "DisplayRewardID": 3127006, + "SubRewardList": [] + }, + { + "MainMissionID": 8027207, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8027207, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1499028586, + "Hash64": 974686963523510409 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8027200 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 10, + "DisplayRewardID": 3127007, + "SubRewardList": [ + 2001371, + 2001372, + 2001373 + ] + }, + { + "MainMissionID": 8027208, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8027208, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -873624409, + "Hash64": 18186810035867644268 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8027209, + "TrackWeight": 10, + "DisplayRewardID": 3127008, + "SubRewardList": [] + }, + { + "MainMissionID": 8027209, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8027209, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 692459532, + "Hash64": 6563538268923970046 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8027208 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 10, + "RewardID": 2001376, + "DisplayRewardID": 2001376, + "SubRewardList": [ + 2001374, + 2001375 + ] + }, + { + "MainMissionID": 8027301, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8027301, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8023401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8030101, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 501, + "DisplayPriority": 8030101, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -159872065, + "Hash64": 12034161101014393275 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040114 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8030106, + "TrackWeight": 10, + "RewardID": 1100, + "DisplayRewardID": 1100, + "MissionStoryEvent": 2, + "SubRewardList": [] + }, + { + "MainMissionID": 8030102, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 501, + "DisplayPriority": 8030102, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -563156592, + "Hash64": 16027210851351623079 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "MissionStoryEvent": 2, + "SubRewardList": [] + }, + { + "MainMissionID": 8030103, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 501, + "DisplayPriority": 8030103, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1002927349, + "Hash64": 7737759056631548211 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "MissionStoryEvent": 2, + "SubRewardList": [] + }, + { + "MainMissionID": 8030104, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 501, + "DisplayPriority": 8030104, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 599642822, + "Hash64": 3549536035237421398 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "MissionStoryEvent": 2, + "SubRewardList": [] + }, + { + "MainMissionID": 8030105, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 501, + "DisplayPriority": 8030105, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -2129240533, + "Hash64": 990267386334829294 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "MissionStoryEvent": 2, + "SubRewardList": [] + }, + { + "MainMissionID": 8030106, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 501, + "DisplayPriority": 8030106, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1762442236, + "Hash64": 6251582684138727540 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 10, + "RewardID": 18030106, + "DisplayRewardID": 1100, + "MissionStoryEvent": 2, + "SubRewardList": [] + }, + { + "MainMissionID": 8030107, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 501, + "DisplayPriority": 8030107, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -966441119, + "Hash64": 13757623446029051347 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 10, + "MissionStoryEvent": 2, + "SubRewardList": [] + }, + { + "MainMissionID": 8030111, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 501, + "DisplayPriority": 8030111, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -159872064, + "Hash64": 16982742679593928317 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "MissionStoryEvent": 2, + "SubRewardList": [] + }, + { + "MainMissionID": 8030112, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 501, + "DisplayPriority": 8030112, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -563156591, + "Hash64": 9762479439929092727 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "MissionStoryEvent": 2, + "SubRewardList": [] + }, + { + "MainMissionID": 8030113, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 501, + "DisplayPriority": 8030113, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1002927350, + "Hash64": 15264658111345553482 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "MissionStoryEvent": 2, + "SubRewardList": [] + }, + { + "MainMissionID": 8030114, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 501, + "DisplayPriority": 8030114, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 599642823, + "Hash64": 7184840174083680435 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "MissionStoryEvent": 2, + "SubRewardList": [] + }, + { + "MainMissionID": 8030115, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 501, + "DisplayPriority": 8030115, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -2129240532, + "Hash64": 4860644234352806132 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "MissionStoryEvent": 2, + "SubRewardList": [] + }, + { + "MainMissionID": 8030121, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 501, + "DisplayPriority": 8030121, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -159872063, + "Hash64": 15702146188841349341 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "MissionStoryEvent": 2, + "SubRewardList": [] + }, + { + "MainMissionID": 8030122, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 501, + "DisplayPriority": 8030122, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -563156590, + "Hash64": 5655202638274253972 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "MissionStoryEvent": 2, + "SubRewardList": [] + }, + { + "MainMissionID": 8030123, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 501, + "DisplayPriority": 8030123, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1002927351, + "Hash64": 10968030772165892465 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "MissionStoryEvent": 2, + "SubRewardList": [] + }, + { + "MainMissionID": 8030124, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 501, + "DisplayPriority": 8030124, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 599642824, + "Hash64": 6049372196303137067 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "MissionStoryEvent": 2, + "SubRewardList": [] + }, + { + "MainMissionID": 8030125, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 501, + "DisplayPriority": 8030125, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -2129240531, + "Hash64": 15704122013557695898 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "MissionStoryEvent": 2, + "SubRewardList": [] + }, + { + "MainMissionID": 8030131, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 501, + "DisplayPriority": 8030131, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -159872062, + "Hash64": 8110946333513820856 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "MissionStoryEvent": 2, + "SubRewardList": [] + }, + { + "MainMissionID": 8030132, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 501, + "DisplayPriority": 8030132, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -563156589, + "Hash64": 8562110791621898686 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "MissionStoryEvent": 2, + "SubRewardList": [] + }, + { + "MainMissionID": 8030133, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 501, + "DisplayPriority": 8030133, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1002927352, + "Hash64": 16126446129879080214 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "MissionStoryEvent": 2, + "SubRewardList": [] + }, + { + "MainMissionID": 8030141, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 501, + "DisplayPriority": 8030141, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -159872069, + "Hash64": 6053812649156325614 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "MissionStoryEvent": 2, + "SubRewardList": [] + }, + { + "MainMissionID": 8030142, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 501, + "DisplayPriority": 8030142, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": -563156596, + "Hash64": 7635280532581497534 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "MissionStoryEvent": 2, + "SubRewardList": [] + }, + { + "MainMissionID": 8030143, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 501, + "DisplayPriority": 8030143, + "IsInRaid": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1002927345, + "Hash64": 15953611123194531509 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "MissionStoryEvent": 2, + "SubRewardList": [] + }, + { + "MainMissionID": 8030300, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 501, + "DisplayPriority": 8030300, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -2008281008, + "Hash64": 17881167406874588804 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040114 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 10, + "RewardID": 1100, + "DisplayRewardID": 1100, + "MissionStoryEvent": 2, + "SubRewardList": [] + }, + { + "MainMissionID": 8030301, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 501, + "DisplayPriority": 8030301, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8030300 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8030302, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 501, + "DisplayPriority": 8030302, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8030300 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8030303, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 501, + "DisplayPriority": 8030303, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8030300 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8030304, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 501, + "DisplayPriority": 8030304, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8030300 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8030305, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 501, + "DisplayPriority": 8030305, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8030300 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8031101, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 501, + "DisplayPriority": 8031101, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -159871968, + "Hash64": 8236533233380724746 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040213 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8031103, + "TrackWeight": 10, + "RewardID": 18031101, + "DisplayRewardID": 18031101, + "MissionStoryEvent": 2, + "ChapterID": 803101, + "SubRewardList": [] + }, + { + "MainMissionID": 8031102, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 501, + "DisplayPriority": 8031102, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040213 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8031103, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 501, + "DisplayPriority": 8031103, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1002927446, + "Hash64": 1524585264432003840 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8031101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 1100, + "DisplayRewardID": 1100, + "MissionStoryEvent": 2, + "SubRewardList": [] + }, + { + "MainMissionID": 8031301, + "Type": "Branch", + "SubType": "Rogue", + "WorldID": 401, + "DisplayPriority": 8023400, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -442196970, + "Hash64": 17791171511835114282 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8023701 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 10, + "RewardID": 1100, + "DisplayRewardID": 1100, + "SubRewardList": [] + }, + { + "MainMissionID": 8031302, + "Type": "Branch", + "SubType": "Rogue", + "WorldID": 401, + "DisplayPriority": 8031302, + "IsInRaid": true, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1123886971, + "Hash64": 7837629040183003920 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8031301, + "DisplayRewardID": 1100, + "SubRewardList": [] + }, + { + "MainMissionID": 8031401, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 501, + "DisplayPriority": 8031401, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 2024564359, + "Hash64": 9205726769051712056 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040103 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8031402, + "TrackWeight": 10, + "RewardID": 18031401, + "DisplayRewardID": 18031401, + "MissionStoryEvent": 2, + "SubRewardList": [] + }, + { + "MainMissionID": 8031402, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 501, + "DisplayPriority": 8031402, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 458480418, + "Hash64": 7207876236836277758 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8031401 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8031403, + "RewardID": 18031402, + "DisplayRewardID": 18031402, + "MissionStoryEvent": 2, + "SubRewardList": [] + }, + { + "MainMissionID": 8031403, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 501, + "DisplayPriority": 8031403, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1107603523, + "Hash64": 4199424611512359059 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8031402 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8031404, + "RewardID": 18031403, + "DisplayRewardID": 18031403, + "MissionStoryEvent": 2, + "SubRewardList": [] + }, + { + "MainMissionID": 8031404, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 501, + "DisplayPriority": 8031404, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1265049472, + "Hash64": 4316773556788215498 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8031403 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8031405, + "RewardID": 18031404, + "DisplayRewardID": 18031404, + "MissionStoryEvent": 2, + "SubRewardList": [] + }, + { + "MainMissionID": 8031405, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 501, + "DisplayPriority": 8031405, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -301034469, + "Hash64": 8751349381399741338 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8031404 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8031406, + "RewardID": 18031405, + "DisplayRewardID": 18031405, + "MissionStoryEvent": 2, + "SubRewardList": [] + }, + { + "MainMissionID": 8031406, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 501, + "DisplayPriority": 8031406, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1867118410, + "Hash64": 9997572096987797981 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8031405 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8031407, + "RewardID": 18031406, + "DisplayRewardID": 18031406, + "MissionStoryEvent": 2, + "SubRewardList": [] + }, + { + "MainMissionID": 8031407, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 501, + "DisplayPriority": 8031407, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 861764945, + "Hash64": 7442692070247487412 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8031406 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 18031407, + "DisplayRewardID": 18031407, + "MissionStoryEvent": 2, + "SubRewardList": [] + }, + { + "MainMissionID": 8031408, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 501, + "DisplayPriority": 8031408, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040103 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8031409, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 501, + "DisplayPriority": 8031409, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040103 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8032100, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 501, + "DisplayPriority": 8032100, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1725955940, + "Hash64": 5741328021111415531 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040310 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8032101, + "TrackWeight": 10, + "RewardID": 18032100, + "DisplayRewardID": 18032100, + "MissionStoryEvent": 2, + "ChapterID": 803201, + "SubRewardList": [] + }, + { + "MainMissionID": 8032101, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 501, + "DisplayPriority": 8032101, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -159871999, + "Hash64": 131434265962378790 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8032100 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8032102, + "TrackWeight": 10, + "RewardID": 18032101, + "DisplayRewardID": 18032101, + "MissionStoryEvent": 2, + "ChapterID": 803201, + "SubRewardList": [ + 8010002 + ] + }, + { + "MainMissionID": 8032102, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 501, + "DisplayPriority": 8032102, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -563156526, + "Hash64": 5841626537422640141 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8032101 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8032103, + "TrackWeight": 10, + "RewardID": 18032102, + "DisplayRewardID": 18032102, + "MissionStoryEvent": 2, + "ChapterID": 803201, + "SubRewardList": [] + }, + { + "MainMissionID": 8032103, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 501, + "DisplayPriority": 8032103, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1002927415, + "Hash64": 10543544488530190758 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8032102 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8032104, + "TrackWeight": 10, + "RewardID": 18032103, + "DisplayRewardID": 18032103, + "MissionStoryEvent": 2, + "ChapterID": 803201, + "SubRewardList": [] + }, + { + "MainMissionID": 8032104, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 501, + "DisplayPriority": 8032104, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 599642888, + "Hash64": 13471610104043265218 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8032103 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8032110, + "TrackWeight": 10, + "RewardID": 18032104, + "DisplayRewardID": 18032104, + "MissionStoryEvent": 2, + "ChapterID": 803201, + "SubRewardList": [] + }, + { + "MainMissionID": 8032111, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 501, + "DisplayPriority": 8032111, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8032100 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 18032111, + "DisplayRewardID": 100, + "SubRewardList": [] + }, + { + "MainMissionID": 8032201, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8032201, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1988077966, + "Hash64": 12165180455757321285 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "PlayerLevel", + "Value": 21 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 10, + "RewardID": 1100, + "DisplayRewardID": 1100, + "SubRewardList": [] + }, + { + "MainMissionID": 8032202, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8032202, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1584793439, + "Hash64": 1517368684127863847 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 1100, + "DisplayRewardID": 1100, + "SubRewardList": [] + }, + { + "MainMissionID": 8032203, + "Type": "Branch", + "SubType": "Activity", + "DisplayPriority": 8032203, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8032301, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8032301, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -442197001, + "Hash64": 9660852311065286690 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "PlayerLevel", + "Value": 21 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 10, + "RewardID": 1100, + "DisplayRewardID": 1100, + "SubRewardList": [] + }, + { + "MainMissionID": 8032302, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8032302, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": 1123886940, + "Hash64": 5858287035519072378 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8032301 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 10, + "RewardID": 1100, + "DisplayRewardID": 1100, + "SubRewardList": [] + }, + { + "MainMissionID": 8032303, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 101, + "DisplayPriority": 8032303, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1604996415, + "Hash64": 8376834281436035167 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8032301 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 10, + "SubRewardList": [] + }, + { + "MainMissionID": 8033101, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8033101, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -159871902, + "Hash64": 11694051563543050334 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1034201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 10, + "RewardID": 1100, + "DisplayRewardID": 1100, + "SubRewardList": [] + }, + { + "MainMissionID": 8033102, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8033102, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -563156429, + "Hash64": 16752648656343074745 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1034201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8033201, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8033201, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1988077869, + "Hash64": 15820026219343969 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1032701 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "NextTrackMainMission": 8033202, + "TrackWeight": 10, + "DisplayRewardID": 18033202, + "SubRewardList": [] + }, + { + "MainMissionID": 8033202, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8033202, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1584793342, + "Hash64": 16925114876277204951 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8033201 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 10, + "RewardID": 18033202, + "DisplayRewardID": 18033202, + "SubRewardList": [] + }, + { + "MainMissionID": 8033205, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8033205, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1032701 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8034101, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8034101, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -159872197, + "Hash64": 3566127356384113278 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8023111 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 10, + "RewardID": 18034101, + "DisplayRewardID": 18034101, + "ChapterID": 803401, + "SubRewardList": [] + }, + { + "MainMissionID": 8034102, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8034102, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 8023111 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 8034201, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8034201, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "Name": { + "Hash": -1988078164, + "Hash64": 18062779448750265768 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "MultiSequence", + "Value": 1040531 + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "TrackWeight": 10, + "RewardID": 1100, + "DisplayRewardID": 1100, + "SubRewardList": [] + }, + { + "MainMissionID": 8034202, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8034202, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 1100, + "DisplayRewardID": 1100, + "SubRewardList": [ + 2001598 + ] + }, + { + "MainMissionID": 8034203, + "Type": "Branch", + "SubType": "Activity", + "WorldID": 401, + "DisplayPriority": 8034203, + "IsDisplayActivityIcon": true, + "NextMainMissionList": [], + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "SubRewardList": [] + }, + { + "MainMissionID": 4050013, + "Type": "Branch", + "DisplayPriority": 4050013, + "NextMainMissionList": [], + "Name": { + "Hash": -17387757, + "Hash64": 13292244077239351381 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14050013, + "DisplayRewardID": 14050013, + "SubRewardList": [] + }, + { + "MainMissionID": 4050014, + "Type": "Branch", + "DisplayPriority": 4050014, + "NextMainMissionList": [], + "Name": { + "Hash": 742127130, + "Hash64": 424554919306115579 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14050014, + "DisplayRewardID": 14050014, + "SubRewardList": [] + }, + { + "MainMissionID": 4050015, + "Type": "Branch", + "DisplayPriority": 4050015, + "NextMainMissionList": [], + "Name": { + "Hash": -823956811, + "Hash64": 9670532147186363747 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14050015, + "DisplayRewardID": 14050015, + "SubRewardList": [] + }, + { + "MainMissionID": 4050016, + "Type": "Branch", + "DisplayPriority": 4050016, + "NextMainMissionList": [], + "Name": { + "Hash": -420672284, + "Hash64": 7238457542780753120 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14050016, + "DisplayRewardID": 14050016, + "SubRewardList": [] + }, + { + "MainMissionID": 4050017, + "Type": "Branch", + "DisplayPriority": 4050017, + "NextMainMissionList": [], + "Name": { + "Hash": -1986756225, + "Hash64": 4168838578599626448 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14050017, + "DisplayRewardID": 14050017, + "SubRewardList": [] + }, + { + "MainMissionID": 4050018, + "Type": "Branch", + "DisplayPriority": 4050018, + "NextMainMissionList": [], + "Name": { + "Hash": -1939702058, + "Hash64": 5081334063567164437 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14050018, + "DisplayRewardID": 14050018, + "SubRewardList": [] + }, + { + "MainMissionID": 4050019, + "Type": "Branch", + "DisplayPriority": 4050019, + "NextMainMissionList": [], + "Name": { + "Hash": 789181297, + "Hash64": 2615089046820085114 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14050019, + "DisplayRewardID": 14050019, + "SubRewardList": [] + }, + { + "MainMissionID": 4050020, + "Type": "Branch", + "DisplayPriority": 4050020, + "NextMainMissionList": [], + "Name": { + "Hash": -1583471697, + "Hash64": 4748783861884509556 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14050020, + "DisplayRewardID": 14050020, + "SubRewardList": [] + }, + { + "MainMissionID": 4050021, + "Type": "Branch", + "DisplayPriority": 4050021, + "NextMainMissionList": [], + "Name": { + "Hash": 1145411658, + "Hash64": 2487881319674859638 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14050021, + "DisplayRewardID": 14050021, + "SubRewardList": [] + }, + { + "MainMissionID": 4050022, + "Type": "Branch", + "DisplayPriority": 4050022, + "NextMainMissionList": [], + "Name": { + "Hash": 1548696185, + "Hash64": 2682880527919389434 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14050022, + "DisplayRewardID": 14050022, + "SubRewardList": [] + }, + { + "MainMissionID": 4050024, + "Type": "Branch", + "DisplayPriority": 4050024, + "NextMainMissionList": [], + "Name": { + "Hash": 742127131, + "Hash64": 3693040786804686705 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14050024, + "DisplayRewardID": 14050024, + "SubRewardList": [] + }, + { + "MainMissionID": 4050025, + "Type": "Branch", + "DisplayPriority": 4050025, + "NextMainMissionList": [], + "Name": { + "Hash": -823956810, + "Hash64": 9411167259673002248 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14050025, + "DisplayRewardID": 14050025, + "SubRewardList": [] + }, + { + "MainMissionID": 4050026, + "Type": "Branch", + "DisplayPriority": 4050026, + "NextMainMissionList": [], + "Name": { + "Hash": -420672283, + "Hash64": 8200382329076280576 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14050026, + "DisplayRewardID": 14050026, + "SubRewardList": [] + }, + { + "MainMissionID": 4050027, + "Type": "Branch", + "DisplayPriority": 4050027, + "NextMainMissionList": [], + "Name": { + "Hash": -1986756224, + "Hash64": 759532238274492659 + }, + "TakeOperation": "And", + "BeginOperation": "And", + "TakeParam": [ + { + "Type": "Manual" + } + ], + "BeginParam": [ + { + "Type": "Auto" + } + ], + "RewardID": 14050027, + "DisplayRewardID": 14050027, + "SubRewardList": [] + } + ] +} \ No newline at end of file diff --git a/resources/MapEntrance.json b/resources/MapEntrance.json new file mode 100644 index 0000000..fed89a3 --- /dev/null +++ b/resources/MapEntrance.json @@ -0,0 +1,6891 @@ +{ + "map_entrance_config": [ + { + "ID": 1000001, + "EntranceType": "Town", + "PlaneID": 10000, + "FloorID": 10000000, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1000501 + ], + "FinishSubMissionList": [ + 100050102 + ] + }, + { + "ID": 100000102, + "EntranceType": "Town", + "PlaneID": 10000, + "FloorID": 10000000, + "StartGroupID": 7, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 100000103, + "EntranceType": "Town", + "PlaneID": 10000, + "FloorID": 10000000, + "StartGroupID": 34, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 100000104, + "EntranceType": "Town", + "PlaneID": 10000, + "FloorID": 10000000, + "StartGroupID": 47, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 100000105, + "EntranceType": "Town", + "PlaneID": 10000, + "FloorID": 10000000, + "StartGroupID": 216, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1000002, + "EntranceType": "Town", + "PlaneID": 10000, + "FloorID": 10000002, + "StartGroupID": 1, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1000501 + ], + "FinishSubMissionList": [ + 100050102 + ] + }, + { + "ID": 1000003, + "EntranceType": "Town", + "PlaneID": 10000, + "FloorID": 10000003, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1000501 + ], + "FinishSubMissionList": [ + 100050102 + ] + }, + { + "ID": 100000301, + "EntranceType": "Town", + "PlaneID": 10000, + "FloorID": 10000003, + "StartGroupID": 26, + "StartAnchorID": 2, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 100000302, + "EntranceType": "Town", + "PlaneID": 10000, + "FloorID": 10000003, + "StartGroupID": 3, + "StartAnchorID": 2, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 100000303, + "EntranceType": "Town", + "PlaneID": 10000, + "FloorID": 10000003, + "StartGroupID": 76, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 100000351, + "EntranceType": "Town", + "PlaneID": 10000, + "FloorID": 10000003, + "StartGroupID": 177, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1000201, + "EntranceType": "Town", + "PlaneID": 10002, + "FloorID": 10002001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1010101, + "EntranceType": "Town", + "PlaneID": 10101, + "FloorID": 10101001, + "StartGroupID": 1, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010101 + ], + "FinishSubMissionList": [ + 101010114 + ] + }, + { + "ID": 101010102, + "EntranceType": "Town", + "PlaneID": 10101, + "FloorID": 10101001, + "StartGroupID": 3, + "StartAnchorID": 5, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010101 + ], + "FinishSubMissionList": [ + 101010114 + ] + }, + { + "ID": 101010103, + "EntranceType": "Town", + "PlaneID": 10101, + "FloorID": 10101001, + "StartGroupID": 3, + "StartAnchorID": 2, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010101 + ], + "FinishSubMissionList": [ + 101010114 + ] + }, + { + "ID": 101010104, + "EntranceType": "Town", + "PlaneID": 10101, + "FloorID": 10101001, + "StartGroupID": 3, + "StartAnchorID": 3, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010101 + ], + "FinishSubMissionList": [ + 101010114 + ] + }, + { + "ID": 101010105, + "EntranceType": "Town", + "PlaneID": 10101, + "FloorID": 10101001, + "StartGroupID": 3, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010101 + ], + "FinishSubMissionList": [ + 101010114 + ] + }, + { + "ID": 101010106, + "EntranceType": "Town", + "PlaneID": 10101, + "FloorID": 10101001, + "StartGroupID": 3, + "StartAnchorID": 9, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010101 + ], + "FinishSubMissionList": [ + 101010114 + ] + }, + { + "ID": 101010107, + "EntranceType": "Town", + "PlaneID": 10101, + "FloorID": 10101001, + "StartGroupID": 3, + "StartAnchorID": 10, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010101 + ], + "FinishSubMissionList": [ + 101010114 + ] + }, + { + "ID": 101010108, + "EntranceType": "Town", + "PlaneID": 10101, + "FloorID": 10101001, + "StartGroupID": 3, + "StartAnchorID": 11, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010101 + ], + "FinishSubMissionList": [ + 101010114 + ] + }, + { + "ID": 101010109, + "EntranceType": "Town", + "PlaneID": 10101, + "FloorID": 10101001, + "StartGroupID": 3, + "StartAnchorID": 12, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010101 + ], + "FinishSubMissionList": [ + 101010114 + ] + }, + { + "ID": 101010110, + "EntranceType": "Town", + "PlaneID": 10101, + "FloorID": 10101001, + "StartGroupID": 3, + "StartAnchorID": 13, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010101 + ], + "FinishSubMissionList": [ + 101010114 + ] + }, + { + "ID": 101010111, + "EntranceType": "Town", + "PlaneID": 10101, + "FloorID": 10101001, + "StartGroupID": 264, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1011503 + ], + "FinishSubMissionList": [] + }, + { + "ID": 101010112, + "EntranceType": "Town", + "PlaneID": 10101, + "FloorID": 10101001, + "StartGroupID": 276, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 8026207 + ], + "FinishSubMissionList": [] + }, + { + "ID": 1010102, + "EntranceType": "Town", + "PlaneID": 10101, + "FloorID": 10101002, + "StartGroupID": 1, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010101 + ], + "FinishSubMissionList": [ + 101010114 + ] + }, + { + "ID": 1010103, + "EntranceType": "Town", + "PlaneID": 10101, + "FloorID": 10101003, + "StartGroupID": 1, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010101 + ], + "FinishSubMissionList": [ + 101010114 + ] + }, + { + "ID": 1010104, + "EntranceType": "Town", + "PlaneID": 10101, + "FloorID": 10101004, + "StartGroupID": 1, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010101 + ], + "FinishSubMissionList": [ + 101010114 + ] + }, + { + "ID": 101010402, + "EntranceType": "Town", + "PlaneID": 10101, + "FloorID": 10101004, + "StartGroupID": 1, + "StartAnchorID": 2, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010101 + ], + "FinishSubMissionList": [ + 101010114 + ] + }, + { + "ID": 1010105, + "EntranceType": "Town", + "PlaneID": 10101, + "FloorID": 10101005, + "StartGroupID": 2, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010101 + ], + "FinishSubMissionList": [ + 101010114 + ] + }, + { + "ID": 101010502, + "EntranceType": "Town", + "PlaneID": 10101, + "FloorID": 10101005, + "StartGroupID": 2, + "StartAnchorID": 2, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010101 + ], + "FinishSubMissionList": [ + 101010114 + ] + }, + { + "ID": 101010503, + "EntranceType": "Town", + "PlaneID": 10101, + "FloorID": 10101005, + "StartGroupID": 27, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1010106, + "EntranceType": "Town", + "PlaneID": 10101, + "FloorID": 10101006, + "StartGroupID": 2, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010101 + ], + "FinishSubMissionList": [ + 101010114 + ] + }, + { + "ID": 1010107, + "EntranceType": "Town", + "PlaneID": 10101, + "FloorID": 10101007, + "StartGroupID": 1, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010101 + ], + "FinishSubMissionList": [ + 101010114 + ] + }, + { + "ID": 1010109, + "EntranceType": "Town", + "PlaneID": 10101, + "FloorID": 10101009, + "StartGroupID": 1, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1011503 + ], + "FinishSubMissionList": [] + }, + { + "ID": 1010110, + "EntranceType": "Town", + "PlaneID": 10101, + "FloorID": 10101009, + "StartGroupID": 1, + "StartAnchorID": 2, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1011503 + ], + "FinishSubMissionList": [] + }, + { + "ID": 1010111, + "EntranceType": "Town", + "PlaneID": 10101, + "FloorID": 10101001, + "StartGroupID": 239, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1010112, + "EntranceType": "Town", + "PlaneID": 10101, + "FloorID": 10101001, + "StartGroupID": 240, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1010201, + "EntranceType": "Town", + "PlaneID": 10102, + "FloorID": 10102001, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010302 + ], + "FinishSubMissionList": [] + }, + { + "ID": 101020102, + "EntranceType": "Town", + "PlaneID": 10102, + "FloorID": 10102001, + "StartGroupID": 2, + "StartAnchorID": 3, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010302 + ], + "FinishSubMissionList": [] + }, + { + "ID": 101020103, + "EntranceType": "Town", + "PlaneID": 10102, + "FloorID": 10102001, + "StartGroupID": 2, + "StartAnchorID": 4, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010302 + ], + "FinishSubMissionList": [] + }, + { + "ID": 101020104, + "EntranceType": "Town", + "PlaneID": 10102, + "FloorID": 10102001, + "StartGroupID": 2, + "StartAnchorID": 7, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010302 + ], + "FinishSubMissionList": [] + }, + { + "ID": 101020105, + "EntranceType": "Town", + "PlaneID": 10102, + "FloorID": 10102001, + "StartGroupID": 2, + "StartAnchorID": 2, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010302 + ], + "FinishSubMissionList": [] + }, + { + "ID": 101020106, + "EntranceType": "Town", + "PlaneID": 10102, + "FloorID": 10102001, + "StartGroupID": 2, + "StartAnchorID": 6, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010302 + ], + "FinishSubMissionList": [] + }, + { + "ID": 101020107, + "EntranceType": "Town", + "PlaneID": 10102, + "FloorID": 10102001, + "StartGroupID": 2, + "StartAnchorID": 5, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010302 + ], + "FinishSubMissionList": [] + }, + { + "ID": 1010202, + "EntranceType": "Town", + "PlaneID": 10102, + "FloorID": 10102002, + "StartGroupID": 2, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010302 + ], + "FinishSubMissionList": [] + }, + { + "ID": 1010203, + "EntranceType": "Town", + "PlaneID": 10102, + "FloorID": 10102003, + "StartGroupID": 2, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010302 + ], + "FinishSubMissionList": [] + }, + { + "ID": 1010204, + "EntranceType": "Town", + "PlaneID": 10102, + "FloorID": 10102004, + "StartGroupID": 2, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010302 + ], + "FinishSubMissionList": [] + }, + { + "ID": 1010205, + "EntranceType": "Town", + "PlaneID": 10102, + "FloorID": 10102001, + "StartGroupID": 179, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1000101, + "EntranceType": "Town", + "PlaneID": 10001, + "FloorID": 10001001, + "StartGroupID": 2, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1000203 + ], + "FinishSubMissionList": [ + 100020118 + ] + }, + { + "ID": 1000102, + "EntranceType": "Town", + "PlaneID": 10001, + "FloorID": 10001001, + "StartGroupID": 11, + "StartAnchorID": 3, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1000400 + ], + "FinishSubMissionList": [] + }, + { + "ID": 2000101, + "EntranceType": "Mission", + "PlaneID": 20001, + "FloorID": 20001001, + "StartGroupID": 2, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1000101 + ], + "FinishSubMissionList": [ + 100010103 + ] + }, + { + "ID": 200010102, + "EntranceType": "Mission", + "PlaneID": 20001, + "FloorID": 20001001, + "StartGroupID": 2, + "StartAnchorID": 2, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1000401 + ], + "FinishSubMissionList": [] + }, + { + "ID": 200010103, + "EntranceType": "Mission", + "PlaneID": 20001, + "FloorID": 20001001, + "StartGroupID": 100, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1000101 + ], + "FinishSubMissionList": [ + 100010103 + ] + }, + { + "ID": 200010104, + "EntranceType": "Mission", + "PlaneID": 20001, + "FloorID": 20001001, + "StartGroupID": 2, + "StartAnchorID": 2, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1034210 + ], + "FinishSubMissionList": [] + }, + { + "ID": 2000201, + "EntranceType": "Mission", + "PlaneID": 20002, + "FloorID": 20002001, + "StartGroupID": 1, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1000101 + ], + "FinishSubMissionList": [ + 100010121 + ] + }, + { + "ID": 200020102, + "EntranceType": "Mission", + "PlaneID": 20002, + "FloorID": 20002001, + "StartGroupID": 1, + "StartAnchorID": 5, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1000401 + ], + "FinishSubMissionList": [] + }, + { + "ID": 200020103, + "EntranceType": "Mission", + "PlaneID": 20002, + "FloorID": 20002001, + "StartGroupID": 132, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1000401 + ], + "FinishSubMissionList": [] + }, + { + "ID": 2000301, + "EntranceType": "Mission", + "PlaneID": 20003, + "FloorID": 20003001, + "StartGroupID": 2, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1000302 + ], + "FinishSubMissionList": [ + 100030204 + ] + }, + { + "ID": 200030102, + "EntranceType": "Mission", + "PlaneID": 20003, + "FloorID": 20003001, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1000401 + ], + "FinishSubMissionList": [] + }, + { + "ID": 2000302, + "EntranceType": "Mission", + "PlaneID": 20003, + "FloorID": 20003001, + "StartGroupID": 149, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1000401 + ], + "FinishSubMissionList": [] + }, + { + "ID": 2000401, + "EntranceType": "Mission", + "PlaneID": 20004, + "FloorID": 20004001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [ + 200100129 + ] + }, + { + "ID": 200040102, + "EntranceType": "Mission", + "PlaneID": 20004, + "FloorID": 20004001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [ + 200100129 + ] + }, + { + "ID": 20100001, + "EntranceType": "Mission", + "PlaneID": 20100, + "FloorID": 20100001, + "StartGroupID": 1, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 2010101, + "EntranceType": "Mission", + "PlaneID": 20101, + "FloorID": 20101001, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010002 + ], + "FinishSubMissionList": [ + 101000205 + ] + }, + { + "ID": 2010102, + "EntranceType": "Town", + "PlaneID": 20101, + "FloorID": 20101001, + "StartGroupID": 88, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 201010102, + "EntranceType": "Mission", + "PlaneID": 20101, + "FloorID": 20101001, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010002 + ], + "FinishSubMissionList": [ + 101000205 + ] + }, + { + "ID": 2011101, + "EntranceType": "Mission", + "PlaneID": 20111, + "FloorID": 20111001, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010204 + ], + "FinishSubMissionList": [ + 101020209 + ] + }, + { + "ID": 201110102, + "EntranceType": "Mission", + "PlaneID": 20111, + "FloorID": 20111001, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010204 + ], + "FinishSubMissionList": [ + 101020209 + ] + }, + { + "ID": 2012101, + "EntranceType": "Mission", + "PlaneID": 20121, + "FloorID": 20121001, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010500 + ], + "FinishSubMissionList": [] + }, + { + "ID": 201210102, + "EntranceType": "Mission", + "PlaneID": 20121, + "FloorID": 20121001, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010502 + ], + "FinishSubMissionList": [] + }, + { + "ID": 2012201, + "EntranceType": "Mission", + "PlaneID": 20122, + "FloorID": 20122001, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010700 + ], + "FinishSubMissionList": [] + }, + { + "ID": 2012202, + "EntranceType": "Town", + "PlaneID": 20122, + "FloorID": 20122001, + "StartGroupID": 121, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 201220102, + "EntranceType": "Mission", + "PlaneID": 20122, + "FloorID": 20122001, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010602 + ], + "FinishSubMissionList": [] + }, + { + "ID": 201220103, + "EntranceType": "Mission", + "PlaneID": 20122, + "FloorID": 20122001, + "StartGroupID": 100, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010602 + ], + "FinishSubMissionList": [] + }, + { + "ID": 2012301, + "EntranceType": "Mission", + "PlaneID": 20123, + "FloorID": 20123001, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010901 + ], + "FinishSubMissionList": [] + }, + { + "ID": 201230102, + "EntranceType": "Mission", + "PlaneID": 20123, + "FloorID": 20123001, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1010901 + ], + "FinishSubMissionList": [] + }, + { + "ID": 2013101, + "EntranceType": "Mission", + "PlaneID": 20131, + "FloorID": 20131001, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1011100 + ], + "FinishSubMissionList": [] + }, + { + "ID": 201310102, + "EntranceType": "Mission", + "PlaneID": 20131, + "FloorID": 20131001, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1011002 + ], + "FinishSubMissionList": [] + }, + { + "ID": 201310103, + "EntranceType": "Mission", + "PlaneID": 20131, + "FloorID": 20131001, + "StartGroupID": 94, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1011002 + ], + "FinishSubMissionList": [] + }, + { + "ID": 2013201, + "EntranceType": "Mission", + "PlaneID": 20132, + "FloorID": 20132001, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1011202 + ], + "FinishSubMissionList": [ + 101120201 + ] + }, + { + "ID": 201320102, + "EntranceType": "Mission", + "PlaneID": 20132, + "FloorID": 20132001, + "StartGroupID": 1, + "StartAnchorID": 6, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1011202 + ], + "FinishSubMissionList": [ + 101120201 + ] + }, + { + "ID": 2013301, + "EntranceType": "Mission", + "PlaneID": 20133, + "FloorID": 20133001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 2013302, + "EntranceType": "Mission", + "PlaneID": 20133, + "FloorID": 20133002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 2013401, + "EntranceType": "Mission", + "PlaneID": 20134, + "FloorID": 20134001, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1011400 + ], + "FinishSubMissionList": [] + }, + { + "ID": 2013402, + "EntranceType": "Mission", + "PlaneID": 20134, + "FloorID": 20134001, + "StartGroupID": 21, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 2013501, + "EntranceType": "Mission", + "PlaneID": 20135, + "FloorID": 20135001, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 2010203 + ], + "FinishSubMissionList": [ + 201020325 + ] + }, + { + "ID": 2013601, + "EntranceType": "Mission", + "PlaneID": 20136, + "FloorID": 20136001, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 2010203 + ], + "FinishSubMissionList": [] + }, + { + "ID": 2013603, + "EntranceType": "Mission", + "PlaneID": 20136, + "FloorID": 20136001, + "StartGroupID": 1, + "StartAnchorID": 3, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 2010203 + ], + "FinishSubMissionList": [] + }, + { + "ID": 1020101, + "EntranceType": "Town", + "PlaneID": 10201, + "FloorID": 10201001, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1020201 + ], + "FinishSubMissionList": [ + 102020110 + ] + }, + { + "ID": 102010102, + "EntranceType": "Town", + "PlaneID": 10201, + "FloorID": 10201001, + "StartGroupID": 1, + "StartAnchorID": 2, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1020201 + ], + "FinishSubMissionList": [ + 102020110 + ] + }, + { + "ID": 102010103, + "EntranceType": "Town", + "PlaneID": 10201, + "FloorID": 10201001, + "StartGroupID": 2, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1020201 + ], + "FinishSubMissionList": [ + 102020110 + ] + }, + { + "ID": 102010104, + "EntranceType": "Town", + "PlaneID": 10201, + "FloorID": 10201001, + "StartGroupID": 111, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1020201 + ], + "FinishSubMissionList": [ + 102020110 + ] + }, + { + "ID": 102010105, + "EntranceType": "Town", + "PlaneID": 10201, + "FloorID": 10201001, + "StartGroupID": 275, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 8024101 + ], + "FinishSubMissionList": [ + 802410101 + ] + }, + { + "ID": 102010106, + "EntranceType": "Town", + "PlaneID": 10201, + "FloorID": 10201001, + "StartGroupID": 279, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 2022305 + ], + "FinishSubMissionList": [] + }, + { + "ID": 1020102, + "EntranceType": "Town", + "PlaneID": 10201, + "FloorID": 10201002, + "StartGroupID": 7, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1020201, + "EntranceType": "Town", + "PlaneID": 10202, + "FloorID": 10202001, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1020601 + ], + "FinishSubMissionList": [ + 102060111 + ] + }, + { + "ID": 102020102, + "EntranceType": "Town", + "PlaneID": 10202, + "FloorID": 10202001, + "StartGroupID": 2, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 102020103, + "EntranceType": "Town", + "PlaneID": 10202, + "FloorID": 10202001, + "StartGroupID": 1, + "StartAnchorID": 4, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 102020104, + "EntranceType": "Town", + "PlaneID": 10202, + "FloorID": 10202001, + "StartGroupID": 2, + "StartAnchorID": 2, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 102020105, + "EntranceType": "Town", + "PlaneID": 10202, + "FloorID": 10202001, + "StartGroupID": 1, + "StartAnchorID": 5, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 102020106, + "EntranceType": "Town", + "PlaneID": 10202, + "FloorID": 10202001, + "StartGroupID": 1, + "StartAnchorID": 6, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 102020107, + "EntranceType": "Town", + "PlaneID": 10202, + "FloorID": 10202001, + "StartGroupID": 170, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1020202, + "EntranceType": "Town", + "PlaneID": 10202, + "FloorID": 10202002, + "StartGroupID": 2, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1020203, + "EntranceType": "Town", + "PlaneID": 10202, + "FloorID": 10202003, + "StartGroupID": 1, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1020204, + "EntranceType": "Town", + "PlaneID": 10202, + "FloorID": 10202004, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [ + 102170204 + ] + }, + { + "ID": 102020402, + "EntranceType": "Town", + "PlaneID": 10202, + "FloorID": 10202004, + "StartGroupID": 52, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 102020403, + "EntranceType": "Town", + "PlaneID": 10202, + "FloorID": 10202004, + "StartGroupID": 52, + "StartAnchorID": 2, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 102020404, + "EntranceType": "Town", + "PlaneID": 10202, + "FloorID": 10202004, + "StartGroupID": 1, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1020205, + "EntranceType": "Mission", + "PlaneID": 20223, + "FloorID": 20223001, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1020701 + ], + "FinishSubMissionList": [] + }, + { + "ID": 2021101, + "EntranceType": "Mission", + "PlaneID": 20211, + "FloorID": 20211001, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1020101 + ], + "FinishSubMissionList": [ + 102010112 + ] + }, + { + "ID": 202110102, + "EntranceType": "Mission", + "PlaneID": 20211, + "FloorID": 20211001, + "StartGroupID": 1, + "StartAnchorID": 5, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1020201 + ], + "FinishSubMissionList": [ + 102020110 + ] + }, + { + "ID": 2021201, + "EntranceType": "Mission", + "PlaneID": 20212, + "FloorID": 20212001, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1020501 + ], + "FinishSubMissionList": [ + 102050110 + ] + }, + { + "ID": 2021301, + "EntranceType": "Mission", + "PlaneID": 20213, + "FloorID": 20213001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 2021302, + "EntranceType": "Mission", + "PlaneID": 20213, + "FloorID": 20213002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 2021401, + "EntranceType": "Mission", + "PlaneID": 20214, + "FloorID": 20214001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 2022101, + "EntranceType": "Mission", + "PlaneID": 20221, + "FloorID": 20221001, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1020702 + ], + "FinishSubMissionList": [] + }, + { + "ID": 202210102, + "EntranceType": "Mission", + "PlaneID": 20221, + "FloorID": 20221001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 202210103, + "EntranceType": "Mission", + "PlaneID": 20221, + "FloorID": 20221001, + "StartGroupID": 113, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 2022201, + "EntranceType": "Mission", + "PlaneID": 20222, + "FloorID": 20222001, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1021001 + ], + "FinishSubMissionList": [] + }, + { + "ID": 202220102, + "EntranceType": "Mission", + "PlaneID": 20222, + "FloorID": 20222001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 202220103, + "EntranceType": "Mission", + "PlaneID": 20222, + "FloorID": 20222001, + "StartGroupID": 127, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 2022301, + "EntranceType": "Mission", + "PlaneID": 20223, + "FloorID": 20223001, + "StartGroupID": 1, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 2021701 + ], + "FinishSubMissionList": [ + 202170101 + ] + }, + { + "ID": 202230102, + "EntranceType": "Mission", + "PlaneID": 10202, + "FloorID": 10202001, + "StartGroupID": 137, + "StartAnchorID": 2, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 2023101, + "EntranceType": "Mission", + "PlaneID": 20231, + "FloorID": 20231001, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1021201 + ], + "FinishSubMissionList": [ + 102120101 + ] + }, + { + "ID": 202310102, + "EntranceType": "Mission", + "PlaneID": 20231, + "FloorID": 20231001, + "StartGroupID": 32, + "StartAnchorID": 2, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1021201 + ], + "FinishSubMissionList": [] + }, + { + "ID": 202310103, + "EntranceType": "Mission", + "PlaneID": 20231, + "FloorID": 20231001, + "StartGroupID": 33, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 202310104, + "EntranceType": "Mission", + "PlaneID": 20231, + "FloorID": 20231001, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1021101 + ], + "FinishSubMissionList": [] + }, + { + "ID": 2023102, + "EntranceType": "Mission", + "PlaneID": 20231, + "FloorID": 20231002, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1021201 + ], + "FinishSubMissionList": [] + }, + { + "ID": 2023201, + "EntranceType": "Mission", + "PlaneID": 20232, + "FloorID": 20232001, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1021201 + ], + "FinishSubMissionList": [] + }, + { + "ID": 2023202, + "EntranceType": "Mission", + "PlaneID": 20232, + "FloorID": 20232001, + "StartGroupID": 1, + "StartAnchorID": 5, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1021201 + ], + "FinishSubMissionList": [] + }, + { + "ID": 202320102, + "EntranceType": "Mission", + "PlaneID": 20232, + "FloorID": 20232001, + "StartGroupID": 131, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1021201 + ], + "FinishSubMissionList": [] + }, + { + "ID": 2023301, + "EntranceType": "Mission", + "PlaneID": 20233, + "FloorID": 20233001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 2024101, + "EntranceType": "Mission", + "PlaneID": 20241, + "FloorID": 20241001, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 2022104 + ], + "FinishSubMissionList": [ + 202210428 + ] + }, + { + "ID": 2024201, + "EntranceType": "Mission", + "PlaneID": 20242, + "FloorID": 20242001, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 2022305 + ], + "FinishSubMissionList": [] + }, + { + "ID": 202420102, + "EntranceType": "Mission", + "PlaneID": 20242, + "FloorID": 20242001, + "StartGroupID": 160, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 8025201 + ], + "FinishSubMissionList": [ + 802520101 + ] + }, + { + "ID": 202420103, + "EntranceType": "Mission", + "PlaneID": 20242, + "FloorID": 20242001, + "StartGroupID": 291, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 8025101 + ], + "FinishSubMissionList": [] + }, + { + "ID": 2024301, + "EntranceType": "Mission", + "PlaneID": 20243, + "FloorID": 20243001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1030101, + "EntranceType": "Town", + "PlaneID": 10301, + "FloorID": 10301001, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1030201 + ], + "FinishSubMissionList": [ + 103020111 + ] + }, + { + "ID": 1030102, + "EntranceType": "Town", + "PlaneID": 10301, + "FloorID": 10301001, + "StartGroupID": 287, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1030103, + "EntranceType": "Town", + "PlaneID": 10301, + "FloorID": 10301001, + "StartGroupID": 15, + "StartAnchorID": 7, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1030601 + ], + "FinishSubMissionList": [ + 103060129 + ] + }, + { + "ID": 1030104, + "EntranceType": "Town", + "PlaneID": 10301, + "FloorID": 10301001, + "StartGroupID": 15, + "StartAnchorID": 8, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1030401 + ], + "FinishSubMissionList": [ + 103040110 + ] + }, + { + "ID": 1030105, + "EntranceType": "Town", + "PlaneID": 10301, + "FloorID": 10301001, + "StartGroupID": 15, + "StartAnchorID": 9, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1030106, + "EntranceType": "Town", + "PlaneID": 10301, + "FloorID": 10301001, + "StartGroupID": 356, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1030107, + "EntranceType": "Town", + "PlaneID": 10301, + "FloorID": 10301001, + "StartGroupID": 357, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1030108, + "EntranceType": "Town", + "PlaneID": 10301, + "FloorID": 10301001, + "StartGroupID": 477, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1030109, + "EntranceType": "Town", + "PlaneID": 10301, + "FloorID": 10301001, + "StartGroupID": 404, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1030401, + "EntranceType": "Town", + "PlaneID": 10304, + "FloorID": 10304001, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1032401 + ], + "FinishSubMissionList": [ + 103240101 + ] + }, + { + "ID": 1030402, + "EntranceType": "Town", + "PlaneID": 10304, + "FloorID": 10304001, + "StartGroupID": 145, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1030403, + "EntranceType": "Town", + "PlaneID": 10304, + "FloorID": 10304001, + "StartGroupID": 156, + "StartAnchorID": 2, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1030501, + "EntranceType": "Town", + "PlaneID": 10305, + "FloorID": 10305001, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1030101 + ], + "FinishSubMissionList": [ + 103010114 + ] + }, + { + "ID": 1030502, + "EntranceType": "Town", + "PlaneID": 10305, + "FloorID": 10305001, + "StartGroupID": 2, + "StartAnchorID": 2, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1030503, + "EntranceType": "Town", + "PlaneID": 10305, + "FloorID": 10305001, + "StartGroupID": 131, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1034101, + "EntranceType": "Town", + "PlaneID": 10341, + "FloorID": 10341001, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1034107 + ], + "FinishSubMissionList": [] + }, + { + "ID": 1034102, + "EntranceType": "Town", + "PlaneID": 10341, + "FloorID": 10341001, + "StartGroupID": 13, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1034103, + "EntranceType": "Town", + "PlaneID": 10341, + "FloorID": 10341001, + "StartGroupID": 158, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1034104, + "EntranceType": "Town", + "PlaneID": 10341, + "FloorID": 10341001, + "StartGroupID": 332, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1034105, + "EntranceType": "Town", + "PlaneID": 10341, + "FloorID": 10341001, + "StartGroupID": 383, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1034106, + "EntranceType": "Town", + "PlaneID": 10341, + "FloorID": 10341001, + "StartGroupID": 380, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1030601, + "EntranceType": "Town", + "PlaneID": 10306, + "FloorID": 10306001, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1034201 + ], + "FinishSubMissionList": [] + }, + { + "ID": 1030602, + "EntranceType": "Town", + "PlaneID": 10306, + "FloorID": 10306001, + "StartGroupID": 7, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1030603, + "EntranceType": "Town", + "PlaneID": 10306, + "FloorID": 10306001, + "StartGroupID": 7, + "StartAnchorID": 2, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1030604, + "EntranceType": "Town", + "PlaneID": 10306, + "FloorID": 10306001, + "StartGroupID": 7, + "StartAnchorID": 3, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1030611, + "EntranceType": "Town", + "PlaneID": 10306, + "FloorID": 10306001, + "StartGroupID": 19, + "StartAnchorID": 2, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1030612, + "EntranceType": "Town", + "PlaneID": 10306, + "FloorID": 10306001, + "StartGroupID": 206, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1030613, + "EntranceType": "Town", + "PlaneID": 10306, + "FloorID": 10306001, + "StartGroupID": 208, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1030614, + "EntranceType": "Town", + "PlaneID": 10001, + "FloorID": 10001001, + "StartGroupID": 159, + "StartAnchorID": 2, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1030615, + "EntranceType": "Town", + "PlaneID": 20004, + "FloorID": 20004001, + "StartGroupID": 191, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1030616, + "EntranceType": "Town", + "PlaneID": 10101, + "FloorID": 10101001, + "StartGroupID": 257, + "StartAnchorID": 2, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1030617, + "EntranceType": "Town", + "PlaneID": 20101, + "FloorID": 20101001, + "StartGroupID": 102, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1030618, + "EntranceType": "Town", + "PlaneID": 10301, + "FloorID": 10301001, + "StartGroupID": 584, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1030619, + "EntranceType": "Town", + "PlaneID": 10301, + "FloorID": 10301001, + "StartGroupID": 585, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1030620, + "EntranceType": "Town", + "PlaneID": 10306, + "FloorID": 10306001, + "StartGroupID": 407, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 2031101, + "EntranceType": "Mission", + "PlaneID": 20311, + "FloorID": 20311001, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1030601 + ], + "FinishSubMissionList": [ + 103060129 + ] + }, + { + "ID": 2031102, + "EntranceType": "Mission", + "PlaneID": 20311, + "FloorID": 20311001, + "StartGroupID": 1, + "StartAnchorID": 3, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1030601 + ], + "FinishSubMissionList": [ + 103060129 + ] + }, + { + "ID": 2031103, + "EntranceType": "Mission", + "PlaneID": 20311, + "FloorID": 20311001, + "StartGroupID": 418, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 2031104, + "EntranceType": "Mission", + "PlaneID": 20311, + "FloorID": 20311001, + "StartGroupID": 419, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 2031201, + "EntranceType": "Mission", + "PlaneID": 20312, + "FloorID": 20312001, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1030501 + ], + "FinishSubMissionList": [ + 103050101 + ] + }, + { + "ID": 2031202, + "EntranceType": "Mission", + "PlaneID": 20312, + "FloorID": 20312001, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1030501 + ], + "FinishSubMissionList": [ + 103050101 + ] + }, + { + "ID": 2031301, + "EntranceType": "Mission", + "PlaneID": 20313, + "FloorID": 20313001, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1030401 + ], + "FinishSubMissionList": [ + 103040110 + ] + }, + { + "ID": 2031303, + "EntranceType": "Mission", + "PlaneID": 20313, + "FloorID": 20313001, + "StartGroupID": 73, + "StartAnchorID": 4, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1030401 + ], + "FinishSubMissionList": [ + 103040110 + ] + }, + { + "ID": 2031302, + "EntranceType": "Mission", + "PlaneID": 20313, + "FloorID": 20313001, + "StartGroupID": 220, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 2032101, + "EntranceType": "Mission", + "PlaneID": 20321, + "FloorID": 20321001, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1031501 + ], + "FinishSubMissionList": [ + 103150120 + ] + }, + { + "ID": 2032201, + "EntranceType": "Mission", + "PlaneID": 20322, + "FloorID": 20322001, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1031101 + ], + "FinishSubMissionList": [] + }, + { + "ID": 2032301, + "EntranceType": "Mission", + "PlaneID": 20323, + "FloorID": 20323001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 2033101, + "EntranceType": "Mission", + "PlaneID": 20331, + "FloorID": 20331001, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1032701 + ], + "FinishSubMissionList": [ + 103270105 + ] + }, + { + "ID": 2033102, + "EntranceType": "Mission", + "PlaneID": 20331, + "FloorID": 20331002, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1032701 + ], + "FinishSubMissionList": [ + 103270105 + ] + }, + { + "ID": 2033103, + "EntranceType": "Mission", + "PlaneID": 20331, + "FloorID": 20331001, + "StartGroupID": 432, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 2033201, + "EntranceType": "Mission", + "PlaneID": 20332, + "FloorID": 20332001, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 1032901 + ], + "FinishSubMissionList": [] + }, + { + "ID": 1040101, + "EntranceType": "Town", + "PlaneID": 10401, + "FloorID": 10401001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 104010102, + "EntranceType": "Town", + "PlaneID": 10401, + "FloorID": 10401001, + "StartGroupID": 6, + "StartAnchorID": 7, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1040102, + "EntranceType": "Town", + "PlaneID": 10401, + "FloorID": 10401001, + "StartGroupID": 323, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [ + 8030101 + ], + "FinishSubMissionList": [ + 803010101 + ] + }, + { + "ID": 1040103, + "EntranceType": "Town", + "PlaneID": 10401, + "FloorID": 10401001, + "StartGroupID": 1, + "StartAnchorID": 2, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1040104, + "EntranceType": "Town", + "PlaneID": 10401, + "FloorID": 10401001, + "StartGroupID": 170, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1040105, + "EntranceType": "Town", + "PlaneID": 10401, + "FloorID": 10401001, + "StartGroupID": 603, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1040106, + "EntranceType": "Town", + "PlaneID": 10401, + "FloorID": 10401001, + "StartGroupID": 609, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1040107, + "EntranceType": "Town", + "PlaneID": 10401, + "FloorID": 10401001, + "StartGroupID": 610, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1040108, + "EntranceType": "Town", + "PlaneID": 10401, + "FloorID": 10401001, + "StartGroupID": 6, + "StartAnchorID": 5, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1040151, + "EntranceType": "Town", + "PlaneID": 10401, + "FloorID": 10401001, + "StartGroupID": 304, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1040152, + "EntranceType": "Town", + "PlaneID": 20412, + "FloorID": 20412001, + "StartGroupID": 149, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1040153, + "EntranceType": "Town", + "PlaneID": 10401, + "FloorID": 10401001, + "StartGroupID": 305, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1040154, + "EntranceType": "Town", + "PlaneID": 20413, + "FloorID": 20413001, + "StartGroupID": 196, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1040155, + "EntranceType": "Town", + "PlaneID": 20411, + "FloorID": 20411001, + "StartGroupID": 214, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1040156, + "EntranceType": "Town", + "PlaneID": 10401, + "FloorID": 10401001, + "StartGroupID": 6, + "StartAnchorID": 3, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1040161, + "EntranceType": "Town", + "PlaneID": 10401, + "FloorID": 10401001, + "StartGroupID": 417, + "StartAnchorID": 10, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1040162, + "EntranceType": "Town", + "PlaneID": 10401, + "FloorID": 10401001, + "StartGroupID": 864, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1040201, + "EntranceType": "Town", + "PlaneID": 10402, + "FloorID": 10402001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1040202, + "EntranceType": "Town", + "PlaneID": 10402, + "FloorID": 10402001, + "StartGroupID": 79, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1040301, + "EntranceType": "Town", + "PlaneID": 10403, + "FloorID": 10403001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1040302, + "EntranceType": "Town", + "PlaneID": 10403, + "FloorID": 10403001, + "StartGroupID": 190, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1040401, + "EntranceType": "Town", + "PlaneID": 10404, + "FloorID": 10404001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1040402, + "EntranceType": "Town", + "PlaneID": 10404, + "FloorID": 10404001, + "StartGroupID": 17, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1040403, + "EntranceType": "Town", + "PlaneID": 10404, + "FloorID": 10404001, + "StartGroupID": 55, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1040404, + "EntranceType": "Town", + "PlaneID": 10404, + "FloorID": 10404001, + "StartGroupID": 56, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1040405, + "EntranceType": "Town", + "PlaneID": 10404, + "FloorID": 10404001, + "StartGroupID": 57, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1040451, + "EntranceType": "Town", + "PlaneID": 10404, + "FloorID": 10404001, + "StartGroupID": 66, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 1044101, + "EntranceType": "Town", + "PlaneID": 10441, + "FloorID": 10441001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 2041101, + "EntranceType": "Mission", + "PlaneID": 20411, + "FloorID": 20411001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 2041102, + "EntranceType": "Mission", + "PlaneID": 20411, + "FloorID": 20411001, + "StartGroupID": 1, + "StartAnchorID": 4, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 2041201, + "EntranceType": "Mission", + "PlaneID": 20412, + "FloorID": 20412001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 2041202, + "EntranceType": "Mission", + "PlaneID": 20412, + "FloorID": 20412001, + "StartGroupID": 1, + "StartAnchorID": 2, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 2041301, + "EntranceType": "Mission", + "PlaneID": 20413, + "FloorID": 20413001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 2042101, + "EntranceType": "Mission", + "PlaneID": 20421, + "FloorID": 20421001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 2042201, + "EntranceType": "Mission", + "PlaneID": 20422, + "FloorID": 20422001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 2042301, + "EntranceType": "Mission", + "PlaneID": 20423, + "FloorID": 20423001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 2042302, + "EntranceType": "Mission", + "PlaneID": 20423, + "FloorID": 20423001, + "StartGroupID": 219, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 2042401, + "EntranceType": "Mission", + "PlaneID": 20424, + "FloorID": 20424001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 2043101, + "EntranceType": "Mission", + "PlaneID": 20431, + "FloorID": 20431001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 2043201, + "EntranceType": "Mission", + "PlaneID": 20432, + "FloorID": 20432001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 2043301, + "EntranceType": "Mission", + "PlaneID": 20433, + "FloorID": 20433001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 2043302, + "EntranceType": "Mission", + "PlaneID": 20433, + "FloorID": 20433001, + "StartGroupID": 21, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 3000101, + "EntranceType": "Explore", + "PlaneID": 30101, + "FloorID": 30101001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 3000201, + "EntranceType": "Explore", + "PlaneID": 30102, + "FloorID": 30102001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 3000202, + "EntranceType": "Explore", + "PlaneID": 30102, + "FloorID": 30102002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 3000203, + "EntranceType": "Explore", + "PlaneID": 30102, + "FloorID": 30102003, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 3000204, + "EntranceType": "Explore", + "PlaneID": 30102, + "FloorID": 30102004, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 3000205, + "EntranceType": "Explore", + "PlaneID": 30102, + "FloorID": 30102005, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 3000206, + "EntranceType": "Explore", + "PlaneID": 30102, + "FloorID": 30102006, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 30002061, + "EntranceType": "Explore", + "PlaneID": 30102, + "FloorID": 30102006, + "StartGroupID": 1, + "StartAnchorID": 2, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 3000301, + "EntranceType": "Explore", + "PlaneID": 30103, + "FloorID": 30103001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 3000401, + "EntranceType": "Explore", + "PlaneID": 30104, + "FloorID": 30104001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 3000501, + "EntranceType": "Explore", + "PlaneID": 30105, + "FloorID": 30105001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 3012101, + "EntranceType": "Explore", + "PlaneID": 30121, + "FloorID": 30121001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 3012102, + "EntranceType": "Explore", + "PlaneID": 30121, + "FloorID": 30121002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 3012201, + "EntranceType": "Explore", + "PlaneID": 30122, + "FloorID": 30122001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 3012202, + "EntranceType": "Explore", + "PlaneID": 30122, + "FloorID": 30122001, + "StartGroupID": 1, + "StartAnchorID": 2, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 3012301, + "EntranceType": "Explore", + "PlaneID": 30123, + "FloorID": 30123001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 3012302, + "EntranceType": "Explore", + "PlaneID": 30123, + "FloorID": 30123001, + "StartGroupID": 72, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 3012401, + "EntranceType": "Explore", + "PlaneID": 30124, + "FloorID": 30124001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 3012402, + "EntranceType": "Explore", + "PlaneID": 30124, + "FloorID": 30124002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 3012501, + "EntranceType": "Explore", + "PlaneID": 30125, + "FloorID": 30125001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 3012601, + "EntranceType": "Explore", + "PlaneID": 30126, + "FloorID": 30126001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 3012602, + "EntranceType": "Explore", + "PlaneID": 30126, + "FloorID": 30126002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 3012603, + "EntranceType": "Explore", + "PlaneID": 30126, + "FloorID": 30126003, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 3012701, + "EntranceType": "Explore", + "PlaneID": 30127, + "FloorID": 30127001, + "StartGroupID": 1, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 3012702, + "EntranceType": "Explore", + "PlaneID": 30127, + "FloorID": 30127001, + "StartGroupID": 1, + "StartAnchorID": 2, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 3013001, + "EntranceType": "Explore", + "PlaneID": 30130, + "FloorID": 30130001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 3013002, + "EntranceType": "Explore", + "PlaneID": 30130, + "FloorID": 30130002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 3013101, + "EntranceType": "Explore", + "PlaneID": 30131, + "FloorID": 30131001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 3013102, + "EntranceType": "Explore", + "PlaneID": 30131, + "FloorID": 30131002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 3013201, + "EntranceType": "Explore", + "PlaneID": 30132, + "FloorID": 30132001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 3002001, + "EntranceType": "Mission", + "PlaneID": 30120, + "FloorID": 30120001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 3020101, + "EntranceType": "Mission", + "PlaneID": 30201, + "FloorID": 30201001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 3020201, + "EntranceType": "Mission", + "PlaneID": 30201, + "FloorID": 30202001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 3020301, + "EntranceType": "Mission", + "PlaneID": 30201, + "FloorID": 30203001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 3020401, + "EntranceType": "Mission", + "PlaneID": 30201, + "FloorID": 30204001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 3020501, + "EntranceType": "Mission", + "PlaneID": 30201, + "FloorID": 30205001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 3020601, + "EntranceType": "Mission", + "PlaneID": 30201, + "FloorID": 30206001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 30301001, + "EntranceType": "Mission", + "PlaneID": 30301, + "FloorID": 30301001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 30301002, + "EntranceType": "Mission", + "PlaneID": 30301, + "FloorID": 30301002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 30301003, + "EntranceType": "Mission", + "PlaneID": 30301, + "FloorID": 30301003, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 30301004, + "EntranceType": "Mission", + "PlaneID": 30301, + "FloorID": 30301004, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 30301005, + "EntranceType": "Mission", + "PlaneID": 30301, + "FloorID": 30301005, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 30301006, + "EntranceType": "Mission", + "PlaneID": 30301, + "FloorID": 30301006, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 30301007, + "EntranceType": "Mission", + "PlaneID": 30301, + "FloorID": 30301007, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 30401001, + "EntranceType": "Mission", + "PlaneID": 30401, + "FloorID": 30401001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 30401002, + "EntranceType": "Mission", + "PlaneID": 30401, + "FloorID": 30401002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 30401003, + "EntranceType": "Mission", + "PlaneID": 30401, + "FloorID": 30401003, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 30401004, + "EntranceType": "Mission", + "PlaneID": 30401, + "FloorID": 30401004, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 30401005, + "EntranceType": "Mission", + "PlaneID": 30401, + "FloorID": 30401005, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 30500001, + "EntranceType": "Explore", + "PlaneID": 30500, + "FloorID": 30500001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 30501001, + "EntranceType": "Explore", + "PlaneID": 30501, + "FloorID": 30501001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 30502001, + "EntranceType": "Explore", + "PlaneID": 30502, + "FloorID": 30502001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 30521001, + "EntranceType": "Explore", + "PlaneID": 30521, + "FloorID": 30521001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 30523001, + "EntranceType": "Explore", + "PlaneID": 30523, + "FloorID": 30523001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 30524001, + "EntranceType": "Explore", + "PlaneID": 30524, + "FloorID": 30524001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 30525001, + "EntranceType": "Explore", + "PlaneID": 30525, + "FloorID": 30525001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 30527001, + "EntranceType": "Explore", + "PlaneID": 30527, + "FloorID": 30527001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 30530001, + "EntranceType": "Explore", + "PlaneID": 30530, + "FloorID": 30530001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 30532001, + "EntranceType": "Explore", + "PlaneID": 30532, + "FloorID": 30532001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 30533001, + "EntranceType": "Explore", + "PlaneID": 30533, + "FloorID": 30533001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 30533002, + "EntranceType": "Explore", + "PlaneID": 30533, + "FloorID": 30533002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 30534001, + "EntranceType": "Explore", + "PlaneID": 30534, + "FloorID": 30534001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 4000001, + "EntranceType": "Explore", + "PlaneID": 40000, + "FloorID": 40000001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 4000201, + "EntranceType": "Explore", + "PlaneID": 40002, + "FloorID": 40002001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 4000202, + "EntranceType": "Explore", + "PlaneID": 40002, + "FloorID": 40002002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 4000203, + "EntranceType": "Explore", + "PlaneID": 40002, + "FloorID": 40002003, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 4000204, + "EntranceType": "Explore", + "PlaneID": 40002, + "FloorID": 40002004, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 4000211, + "EntranceType": "Explore", + "PlaneID": 40002, + "FloorID": 40002101, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 4000212, + "EntranceType": "Explore", + "PlaneID": 40002, + "FloorID": 40002102, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 4000213, + "EntranceType": "Explore", + "PlaneID": 40002, + "FloorID": 40002103, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 4000214, + "EntranceType": "Explore", + "PlaneID": 40002, + "FloorID": 40002104, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 4000301, + "EntranceType": "Explore", + "PlaneID": 40003, + "FloorID": 40003001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 4010101, + "EntranceType": "Explore", + "PlaneID": 40101, + "FloorID": 40101001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 4010102, + "EntranceType": "Explore", + "PlaneID": 40101, + "FloorID": 40101002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 4010103, + "EntranceType": "Explore", + "PlaneID": 40101, + "FloorID": 40101003, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 4010104, + "EntranceType": "Explore", + "PlaneID": 40101, + "FloorID": 40101004, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 4010106, + "EntranceType": "Explore", + "PlaneID": 40101, + "FloorID": 40101006, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40102001, + "EntranceType": "Explore", + "PlaneID": 40102, + "FloorID": 40102001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40102002, + "EntranceType": "Explore", + "PlaneID": 40102, + "FloorID": 40102002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40102003, + "EntranceType": "Explore", + "PlaneID": 40102, + "FloorID": 40102003, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40102004, + "EntranceType": "Explore", + "PlaneID": 40102, + "FloorID": 40102004, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40103001, + "EntranceType": "Explore", + "PlaneID": 40103, + "FloorID": 40103001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40104001, + "EntranceType": "Explore", + "PlaneID": 40104, + "FloorID": 40104001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40104002, + "EntranceType": "Explore", + "PlaneID": 40104, + "FloorID": 40104002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40104003, + "EntranceType": "Explore", + "PlaneID": 40104, + "FloorID": 40104003, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40104004, + "EntranceType": "Explore", + "PlaneID": 40104, + "FloorID": 40104004, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40104005, + "EntranceType": "Explore", + "PlaneID": 40104, + "FloorID": 40104005, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40104006, + "EntranceType": "Explore", + "PlaneID": 40104, + "FloorID": 40104006, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40104007, + "EntranceType": "Explore", + "PlaneID": 40104, + "FloorID": 40104007, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40104008, + "EntranceType": "Explore", + "PlaneID": 40104, + "FloorID": 40104008, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40104009, + "EntranceType": "Explore", + "PlaneID": 40104, + "FloorID": 40104009, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40104010, + "EntranceType": "Explore", + "PlaneID": 40104, + "FloorID": 40104010, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40104011, + "EntranceType": "Explore", + "PlaneID": 40104, + "FloorID": 40104011, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40104012, + "EntranceType": "Explore", + "PlaneID": 40104, + "FloorID": 40104012, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40104013, + "EntranceType": "Explore", + "PlaneID": 40104, + "FloorID": 40104013, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40104014, + "EntranceType": "Explore", + "PlaneID": 40104, + "FloorID": 40104014, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40104015, + "EntranceType": "Explore", + "PlaneID": 40104, + "FloorID": 40104015, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40104016, + "EntranceType": "Explore", + "PlaneID": 40104, + "FloorID": 40104016, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40104017, + "EntranceType": "Explore", + "PlaneID": 40104, + "FloorID": 40104017, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40104018, + "EntranceType": "Explore", + "PlaneID": 40104, + "FloorID": 40104018, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40104019, + "EntranceType": "Explore", + "PlaneID": 40104, + "FloorID": 40104019, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40104020, + "EntranceType": "Explore", + "PlaneID": 40104, + "FloorID": 40104020, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40104021, + "EntranceType": "Explore", + "PlaneID": 40104, + "FloorID": 40104021, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40104022, + "EntranceType": "Explore", + "PlaneID": 40104, + "FloorID": 40104022, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40104023, + "EntranceType": "Explore", + "PlaneID": 40104, + "FloorID": 40104023, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40104024, + "EntranceType": "Explore", + "PlaneID": 40104, + "FloorID": 40104024, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40105001, + "EntranceType": "Explore", + "PlaneID": 40105, + "FloorID": 40105001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40105002, + "EntranceType": "Explore", + "PlaneID": 40105, + "FloorID": 40105002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40105003, + "EntranceType": "Explore", + "PlaneID": 40105, + "FloorID": 40105003, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40105004, + "EntranceType": "Explore", + "PlaneID": 40105, + "FloorID": 40105004, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40106001, + "EntranceType": "Explore", + "PlaneID": 40106, + "FloorID": 40106001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40107001, + "EntranceType": "Explore", + "PlaneID": 40107, + "FloorID": 40107001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40107002, + "EntranceType": "Explore", + "PlaneID": 40107, + "FloorID": 40107002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 4011101, + "EntranceType": "Explore", + "PlaneID": 40111, + "FloorID": 40111001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 4012201, + "EntranceType": "Explore", + "PlaneID": 40122, + "FloorID": 40122001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 4012301, + "EntranceType": "Explore", + "PlaneID": 40123, + "FloorID": 40123001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40211001, + "EntranceType": "Explore", + "PlaneID": 40211, + "FloorID": 40211001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40211002, + "EntranceType": "Explore", + "PlaneID": 40211, + "FloorID": 40211002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40211003, + "EntranceType": "Explore", + "PlaneID": 40211, + "FloorID": 40211003, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40212001, + "EntranceType": "Explore", + "PlaneID": 40212, + "FloorID": 40212001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40212002, + "EntranceType": "Explore", + "PlaneID": 40212, + "FloorID": 40212002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40212003, + "EntranceType": "Explore", + "PlaneID": 40212, + "FloorID": 40212003, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40221001, + "EntranceType": "Explore", + "PlaneID": 40221, + "FloorID": 40221001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40222001, + "EntranceType": "Explore", + "PlaneID": 40222, + "FloorID": 40222001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40222002, + "EntranceType": "Explore", + "PlaneID": 40222, + "FloorID": 40222002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40222003, + "EntranceType": "Explore", + "PlaneID": 40222, + "FloorID": 40222003, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40222004, + "EntranceType": "Explore", + "PlaneID": 40222, + "FloorID": 40222004, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40222005, + "EntranceType": "Explore", + "PlaneID": 40222, + "FloorID": 40222005, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40231001, + "EntranceType": "Explore", + "PlaneID": 40231, + "FloorID": 40231001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40231003, + "EntranceType": "Explore", + "PlaneID": 40231, + "FloorID": 40231003, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40231004, + "EntranceType": "Explore", + "PlaneID": 40231, + "FloorID": 40231004, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40232001, + "EntranceType": "Explore", + "PlaneID": 40232, + "FloorID": 40232001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40232002, + "EntranceType": "Explore", + "PlaneID": 40232, + "FloorID": 40232002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40233001, + "EntranceType": "Explore", + "PlaneID": 40233, + "FloorID": 40233001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40235001, + "EntranceType": "Explore", + "PlaneID": 40235, + "FloorID": 40235001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40236001, + "EntranceType": "Explore", + "PlaneID": 40236, + "FloorID": 40236001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40236002, + "EntranceType": "Explore", + "PlaneID": 40236, + "FloorID": 40236002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40237001, + "EntranceType": "Explore", + "PlaneID": 40237, + "FloorID": 40237001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40237002, + "EntranceType": "Explore", + "PlaneID": 40237, + "FloorID": 40237002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40237003, + "EntranceType": "Explore", + "PlaneID": 40237, + "FloorID": 40237003, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40237004, + "EntranceType": "Explore", + "PlaneID": 40237, + "FloorID": 40237004, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40237005, + "EntranceType": "Explore", + "PlaneID": 40237, + "FloorID": 40237005, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40237006, + "EntranceType": "Explore", + "PlaneID": 40237, + "FloorID": 40237006, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40238001, + "EntranceType": "Explore", + "PlaneID": 40238, + "FloorID": 40238001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40239001, + "EntranceType": "Explore", + "PlaneID": 10401, + "FloorID": 10401001, + "StartGroupID": 400, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40239002, + "EntranceType": "Explore", + "PlaneID": 10401, + "FloorID": 10401001, + "StartGroupID": 400, + "StartAnchorID": 2, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40121001, + "EntranceType": "Explore", + "PlaneID": 40121, + "FloorID": 40121001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40121002, + "EntranceType": "Explore", + "PlaneID": 40121, + "FloorID": 40121002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40121003, + "EntranceType": "Explore", + "PlaneID": 40121, + "FloorID": 40121003, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40121005, + "EntranceType": "Explore", + "PlaneID": 40121, + "FloorID": 40121005, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40121006, + "EntranceType": "Explore", + "PlaneID": 40121, + "FloorID": 40121006, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40131001, + "EntranceType": "Explore", + "PlaneID": 40131, + "FloorID": 40131001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40131002, + "EntranceType": "Explore", + "PlaneID": 40131, + "FloorID": 40131002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40131003, + "EntranceType": "Explore", + "PlaneID": 40131, + "FloorID": 40131003, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40312001, + "EntranceType": "Explore", + "PlaneID": 40312, + "FloorID": 40312001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40301001, + "EntranceType": "Explore", + "PlaneID": 40301, + "FloorID": 40301001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40301002, + "EntranceType": "Explore", + "PlaneID": 40301, + "FloorID": 40301002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40302001, + "EntranceType": "Explore", + "PlaneID": 40302, + "FloorID": 40302001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40401001, + "EntranceType": "Explore", + "PlaneID": 40401, + "FloorID": 40401001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40401002, + "EntranceType": "Explore", + "PlaneID": 40401, + "FloorID": 40401002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40401003, + "EntranceType": "Explore", + "PlaneID": 40401, + "FloorID": 40401003, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40402001, + "EntranceType": "Explore", + "PlaneID": 40402, + "FloorID": 40402001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40402002, + "EntranceType": "Explore", + "PlaneID": 40402, + "FloorID": 40402002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40403001, + "EntranceType": "Explore", + "PlaneID": 40403, + "FloorID": 40403001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40403002, + "EntranceType": "Explore", + "PlaneID": 40403, + "FloorID": 40403002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40403003, + "EntranceType": "Explore", + "PlaneID": 40403, + "FloorID": 40403003, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40403004, + "EntranceType": "Explore", + "PlaneID": 40403, + "FloorID": 40403004, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40404001, + "EntranceType": "Explore", + "PlaneID": 40404, + "FloorID": 40404001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40411001, + "EntranceType": "Explore", + "PlaneID": 40411, + "FloorID": 40411001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40412001, + "EntranceType": "Explore", + "PlaneID": 40412, + "FloorID": 40412001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40413001, + "EntranceType": "Explore", + "PlaneID": 40413, + "FloorID": 40413001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40414001, + "EntranceType": "Explore", + "PlaneID": 40414, + "FloorID": 40414001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40416001, + "EntranceType": "Explore", + "PlaneID": 40416, + "FloorID": 40416001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40431001, + "EntranceType": "Explore", + "PlaneID": 40431, + "FloorID": 40431001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40431002, + "EntranceType": "Explore", + "PlaneID": 40431, + "FloorID": 40431002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40432001, + "EntranceType": "Explore", + "PlaneID": 40432, + "FloorID": 40432001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40433001, + "EntranceType": "Explore", + "PlaneID": 40433, + "FloorID": 40433001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40434001, + "EntranceType": "Explore", + "PlaneID": 40434, + "FloorID": 40434001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40435001, + "EntranceType": "Explore", + "PlaneID": 40435, + "FloorID": 40435001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40441001, + "EntranceType": "Explore", + "PlaneID": 40441, + "FloorID": 40441001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 41000001, + "EntranceType": "Explore", + "PlaneID": 41000, + "FloorID": 41000001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 41000002, + "EntranceType": "Explore", + "PlaneID": 41000, + "FloorID": 41000002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 41000003, + "EntranceType": "Explore", + "PlaneID": 41000, + "FloorID": 41000003, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 41000004, + "EntranceType": "Explore", + "PlaneID": 41000, + "FloorID": 41000004, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 41000005, + "EntranceType": "Explore", + "PlaneID": 41000, + "FloorID": 41000005, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 41000006, + "EntranceType": "Explore", + "PlaneID": 41000, + "FloorID": 41000006, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 41000007, + "EntranceType": "Explore", + "PlaneID": 41007, + "FloorID": 41000007, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 41000008, + "EntranceType": "Explore", + "PlaneID": 41008, + "FloorID": 41000008, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 41000009, + "EntranceType": "Explore", + "PlaneID": 41009, + "FloorID": 41000009, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 41000010, + "EntranceType": "Explore", + "PlaneID": 41010, + "FloorID": 41000010, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 41000011, + "EntranceType": "Explore", + "PlaneID": 41011, + "FloorID": 41000011, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 41000012, + "EntranceType": "Explore", + "PlaneID": 41012, + "FloorID": 41000012, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 41221001, + "EntranceType": "Explore", + "PlaneID": 41221, + "FloorID": 41221001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 41221002, + "EntranceType": "Explore", + "PlaneID": 41221, + "FloorID": 41221002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 41221003, + "EntranceType": "Explore", + "PlaneID": 41221, + "FloorID": 41221003, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 4222101, + "EntranceType": "Explore", + "PlaneID": 42221, + "FloorID": 42221001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 41212001, + "EntranceType": "Explore", + "PlaneID": 41212, + "FloorID": 41212001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40242001, + "EntranceType": "Explore", + "PlaneID": 40242, + "FloorID": 40242001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40242002, + "EntranceType": "Explore", + "PlaneID": 40242, + "FloorID": 40242002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40243001, + "EntranceType": "Explore", + "PlaneID": 40243, + "FloorID": 40243001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40421001, + "EntranceType": "Explore", + "PlaneID": 40421, + "FloorID": 40421001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40422001, + "EntranceType": "Explore", + "PlaneID": 40422, + "FloorID": 40422001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40424001, + "EntranceType": "Explore", + "PlaneID": 40424, + "FloorID": 40424001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43001001, + "EntranceType": "Explore", + "PlaneID": 43001, + "FloorID": 43001001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43001002, + "EntranceType": "Explore", + "PlaneID": 43001, + "FloorID": 43001002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43002001, + "EntranceType": "Explore", + "PlaneID": 43002, + "FloorID": 43002001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43002002, + "EntranceType": "Explore", + "PlaneID": 43002, + "FloorID": 43002002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43002003, + "EntranceType": "Explore", + "PlaneID": 43002, + "FloorID": 43002003, + "StartGroupID": 1, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43002004, + "EntranceType": "Explore", + "PlaneID": 43002, + "FloorID": 43002003, + "StartGroupID": 1, + "StartAnchorID": 2, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43003001, + "EntranceType": "Explore", + "PlaneID": 43003, + "FloorID": 43003001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43004001, + "EntranceType": "Explore", + "PlaneID": 43004, + "FloorID": 43004001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43101001, + "EntranceType": "Explore", + "PlaneID": 43101, + "FloorID": 43101001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43101002, + "EntranceType": "Explore", + "PlaneID": 43101, + "FloorID": 43101002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43102001, + "EntranceType": "Explore", + "PlaneID": 43102, + "FloorID": 43102001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43102002, + "EntranceType": "Explore", + "PlaneID": 43102, + "FloorID": 43102002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43102003, + "EntranceType": "Explore", + "PlaneID": 43102, + "FloorID": 43102003, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43103001, + "EntranceType": "Explore", + "PlaneID": 43103, + "FloorID": 43103001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43103002, + "EntranceType": "Explore", + "PlaneID": 43103, + "FloorID": 43103002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43103003, + "EntranceType": "Explore", + "PlaneID": 43103, + "FloorID": 43103003, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43103004, + "EntranceType": "Explore", + "PlaneID": 43103, + "FloorID": 43103004, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43103005, + "EntranceType": "Explore", + "PlaneID": 43103, + "FloorID": 43103005, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43104001, + "EntranceType": "Explore", + "PlaneID": 43104, + "FloorID": 43104001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43201001, + "EntranceType": "Explore", + "PlaneID": 43201, + "FloorID": 43201001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43201002, + "EntranceType": "Explore", + "PlaneID": 43201, + "FloorID": 43201002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43201003, + "EntranceType": "Explore", + "PlaneID": 43201, + "FloorID": 43201003, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43201004, + "EntranceType": "Explore", + "PlaneID": 43201, + "FloorID": 43201004, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43201005, + "EntranceType": "Explore", + "PlaneID": 43201, + "FloorID": 43201005, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43202001, + "EntranceType": "Explore", + "PlaneID": 43202, + "FloorID": 43202001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43202002, + "EntranceType": "Explore", + "PlaneID": 43202, + "FloorID": 43202002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43202003, + "EntranceType": "Explore", + "PlaneID": 43202, + "FloorID": 43202003, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43202004, + "EntranceType": "Explore", + "PlaneID": 43202, + "FloorID": 43202004, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43202005, + "EntranceType": "Explore", + "PlaneID": 43202, + "FloorID": 43202005, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43202006, + "EntranceType": "Explore", + "PlaneID": 43202, + "FloorID": 43202006, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43203001, + "EntranceType": "Explore", + "PlaneID": 43203, + "FloorID": 43203001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43204001, + "EntranceType": "Explore", + "PlaneID": 43204, + "FloorID": 43204001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43205001, + "EntranceType": "Explore", + "PlaneID": 43205, + "FloorID": 43205001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43206001, + "EntranceType": "Explore", + "PlaneID": 43206, + "FloorID": 43206001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43207001, + "EntranceType": "Explore", + "PlaneID": 43207, + "FloorID": 43207001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43207002, + "EntranceType": "Explore", + "PlaneID": 43207, + "FloorID": 43207002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43207003, + "EntranceType": "Explore", + "PlaneID": 43207, + "FloorID": 43207003, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43208001, + "EntranceType": "Explore", + "PlaneID": 43208, + "FloorID": 43208001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43209001, + "EntranceType": "Explore", + "PlaneID": 43209, + "FloorID": 43209001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43210001, + "EntranceType": "Explore", + "PlaneID": 43210, + "FloorID": 43210001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43210002, + "EntranceType": "Explore", + "PlaneID": 43210, + "FloorID": 43210002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43211001, + "EntranceType": "Explore", + "PlaneID": 43211, + "FloorID": 43211001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43212001, + "EntranceType": "Explore", + "PlaneID": 43212, + "FloorID": 43212001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43213001, + "EntranceType": "Explore", + "PlaneID": 43213, + "FloorID": 43213001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43214001, + "EntranceType": "Explore", + "PlaneID": 43214, + "FloorID": 43214001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43215001, + "EntranceType": "Explore", + "PlaneID": 43215, + "FloorID": 43215001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43216001, + "EntranceType": "Explore", + "PlaneID": 43216, + "FloorID": 43216001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43217001, + "EntranceType": "Explore", + "PlaneID": 43217, + "FloorID": 43217001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43217002, + "EntranceType": "Explore", + "PlaneID": 43217, + "FloorID": 43217002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43218001, + "EntranceType": "Explore", + "PlaneID": 43218, + "FloorID": 43218001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43301001, + "EntranceType": "Explore", + "PlaneID": 43301, + "FloorID": 43301001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43301101, + "EntranceType": "Explore", + "PlaneID": 43311, + "FloorID": 43301101, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43302001, + "EntranceType": "Explore", + "PlaneID": 43302, + "FloorID": 43302001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43303001, + "EntranceType": "Explore", + "PlaneID": 43303, + "FloorID": 43303001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43303002, + "EntranceType": "Explore", + "PlaneID": 43303, + "FloorID": 43303002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43303003, + "EntranceType": "Explore", + "PlaneID": 43303, + "FloorID": 43303003, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43304001, + "EntranceType": "Explore", + "PlaneID": 43304, + "FloorID": 43304001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43305001, + "EntranceType": "Explore", + "PlaneID": 43305, + "FloorID": 43305001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43305002, + "EntranceType": "Explore", + "PlaneID": 43305, + "FloorID": 43305002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43306001, + "EntranceType": "Explore", + "PlaneID": 43306, + "FloorID": 43306001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43306002, + "EntranceType": "Explore", + "PlaneID": 43306, + "FloorID": 43306002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43307001, + "EntranceType": "Explore", + "PlaneID": 43307, + "FloorID": 43307001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43308001, + "EntranceType": "Explore", + "PlaneID": 43308, + "FloorID": 43308001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43309001, + "EntranceType": "Explore", + "PlaneID": 43309, + "FloorID": 43309001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43310001, + "EntranceType": "Explore", + "PlaneID": 43310, + "FloorID": 43310001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43312001, + "EntranceType": "Explore", + "PlaneID": 43312, + "FloorID": 43312001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43312002, + "EntranceType": "Explore", + "PlaneID": 43312, + "FloorID": 43312002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43312003, + "EntranceType": "Explore", + "PlaneID": 43312, + "FloorID": 43312003, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43313001, + "EntranceType": "Explore", + "PlaneID": 43313, + "FloorID": 43313001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43313002, + "EntranceType": "Explore", + "PlaneID": 43313, + "FloorID": 43313002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43313003, + "EntranceType": "Explore", + "PlaneID": 43313, + "FloorID": 43313003, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43314001, + "EntranceType": "Explore", + "PlaneID": 43314, + "FloorID": 43314001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43315001, + "EntranceType": "Explore", + "PlaneID": 43315, + "FloorID": 43315001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43316001, + "EntranceType": "Explore", + "PlaneID": 43316, + "FloorID": 43316001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43313004, + "EntranceType": "Explore", + "PlaneID": 43313, + "FloorID": 43313004, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43321001, + "EntranceType": "Explore", + "PlaneID": 43321, + "FloorID": 43321001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43321002, + "EntranceType": "Explore", + "PlaneID": 43321, + "FloorID": 43321002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 44001001, + "EntranceType": "Explore", + "PlaneID": 44001, + "FloorID": 44001001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 44001002, + "EntranceType": "Explore", + "PlaneID": 44001, + "FloorID": 44001002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 44001003, + "EntranceType": "Explore", + "PlaneID": 44001, + "FloorID": 44001003, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 44201001, + "EntranceType": "Explore", + "PlaneID": 44201, + "FloorID": 44201001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 44201002, + "EntranceType": "Explore", + "PlaneID": 44201, + "FloorID": 44201002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 44201003, + "EntranceType": "Explore", + "PlaneID": 44201, + "FloorID": 44201003, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 44202001, + "EntranceType": "Explore", + "PlaneID": 44202, + "FloorID": 44202001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 44202002, + "EntranceType": "Explore", + "PlaneID": 44202, + "FloorID": 44202002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 44202003, + "EntranceType": "Explore", + "PlaneID": 44202, + "FloorID": 44202003, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 44202004, + "EntranceType": "Explore", + "PlaneID": 44202, + "FloorID": 44202004, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 44301001, + "EntranceType": "Explore", + "PlaneID": 44301, + "FloorID": 44301001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 44301002, + "EntranceType": "Explore", + "PlaneID": 44301, + "FloorID": 44301002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 44301003, + "EntranceType": "Explore", + "PlaneID": 44301, + "FloorID": 44301003, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 44301004, + "EntranceType": "Explore", + "PlaneID": 44301, + "FloorID": 44301004, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 44301005, + "EntranceType": "Explore", + "PlaneID": 44301, + "FloorID": 44301005, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 44301006, + "EntranceType": "Explore", + "PlaneID": 44301, + "FloorID": 44301006, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 44301007, + "EntranceType": "Explore", + "PlaneID": 44301, + "FloorID": 44301007, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 44301008, + "EntranceType": "Explore", + "PlaneID": 44301, + "FloorID": 44301008, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 44301009, + "EntranceType": "Explore", + "PlaneID": 44301, + "FloorID": 44301009, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 44301010, + "EntranceType": "Explore", + "PlaneID": 44301, + "FloorID": 44301010, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 44301011, + "EntranceType": "Explore", + "PlaneID": 44301, + "FloorID": 44301011, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 44301012, + "EntranceType": "Explore", + "PlaneID": 44301, + "FloorID": 44301012, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 44301013, + "EntranceType": "Explore", + "PlaneID": 44301, + "FloorID": 44301013, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 44301014, + "EntranceType": "Explore", + "PlaneID": 44301, + "FloorID": 44301014, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 44301015, + "EntranceType": "Explore", + "PlaneID": 44301, + "FloorID": 44301015, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 44301016, + "EntranceType": "Explore", + "PlaneID": 44301, + "FloorID": 44301016, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 44301017, + "EntranceType": "Explore", + "PlaneID": 44301, + "FloorID": 44301017, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 44301018, + "EntranceType": "Explore", + "PlaneID": 44301, + "FloorID": 44301018, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 44301019, + "EntranceType": "Explore", + "PlaneID": 44301, + "FloorID": 44301019, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 44301020, + "EntranceType": "Explore", + "PlaneID": 44301, + "FloorID": 44301020, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 44301021, + "EntranceType": "Explore", + "PlaneID": 44301, + "FloorID": 44301021, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 44301022, + "EntranceType": "Explore", + "PlaneID": 44301, + "FloorID": 44301022, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 41401001, + "EntranceType": "Explore", + "PlaneID": 41401, + "FloorID": 41401001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 41401002, + "EntranceType": "Explore", + "PlaneID": 41401, + "FloorID": 41401002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 41401003, + "EntranceType": "Explore", + "PlaneID": 41401, + "FloorID": 41401003, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 41401004, + "EntranceType": "Explore", + "PlaneID": 41401, + "FloorID": 41401004, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 41401005, + "EntranceType": "Explore", + "PlaneID": 41401, + "FloorID": 41401005, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 41401006, + "EntranceType": "Explore", + "PlaneID": 41401, + "FloorID": 41401006, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 41401007, + "EntranceType": "Explore", + "PlaneID": 41401, + "FloorID": 41401007, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 41401008, + "EntranceType": "Explore", + "PlaneID": 41401, + "FloorID": 41401008, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 41401009, + "EntranceType": "Explore", + "PlaneID": 41401, + "FloorID": 41401009, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 41401010, + "EntranceType": "Explore", + "PlaneID": 41401, + "FloorID": 41401010, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 41401011, + "EntranceType": "Explore", + "PlaneID": 41401, + "FloorID": 41401011, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 41401012, + "EntranceType": "Explore", + "PlaneID": 41401, + "FloorID": 41401012, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 41401013, + "EntranceType": "Explore", + "PlaneID": 41401, + "FloorID": 41401013, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 41401014, + "EntranceType": "Explore", + "PlaneID": 41401, + "FloorID": 41401014, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 41401015, + "EntranceType": "Explore", + "PlaneID": 41401, + "FloorID": 41401015, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 41401016, + "EntranceType": "Explore", + "PlaneID": 41401, + "FloorID": 41401016, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 41401017, + "EntranceType": "Explore", + "PlaneID": 41401, + "FloorID": 41401017, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 41401018, + "EntranceType": "Explore", + "PlaneID": 41401, + "FloorID": 41401018, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 41401019, + "EntranceType": "Explore", + "PlaneID": 41401, + "FloorID": 41401019, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 41401020, + "EntranceType": "Explore", + "PlaneID": 41401, + "FloorID": 41401020, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 41402001, + "EntranceType": "Explore", + "PlaneID": 41402, + "FloorID": 41402001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 44302001, + "EntranceType": "Explore", + "PlaneID": 44302, + "FloorID": 44302001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 44302002, + "EntranceType": "Explore", + "PlaneID": 44302, + "FloorID": 44302002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 44302003, + "EntranceType": "Explore", + "PlaneID": 44302, + "FloorID": 44302003, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 44302004, + "EntranceType": "Explore", + "PlaneID": 44302, + "FloorID": 44302004, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 44303001, + "EntranceType": "Explore", + "PlaneID": 44303, + "FloorID": 44303001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 44303002, + "EntranceType": "Explore", + "PlaneID": 44303, + "FloorID": 44303002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 44303003, + "EntranceType": "Explore", + "PlaneID": 44303, + "FloorID": 44303003, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43322001, + "EntranceType": "Explore", + "PlaneID": 43322, + "FloorID": 43322001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43322002, + "EntranceType": "Explore", + "PlaneID": 43322, + "FloorID": 43322002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43322003, + "EntranceType": "Explore", + "PlaneID": 43322, + "FloorID": 43322003, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43322004, + "EntranceType": "Explore", + "PlaneID": 43322, + "FloorID": 43322004, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 43322005, + "EntranceType": "Explore", + "PlaneID": 43322, + "FloorID": 43322005, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 44305001, + "EntranceType": "Explore", + "PlaneID": 44305, + "FloorID": 44305001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 44305002, + "EntranceType": "Explore", + "PlaneID": 44305, + "FloorID": 44305002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 44305003, + "EntranceType": "Explore", + "PlaneID": 44305, + "FloorID": 44305003, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 44305004, + "EntranceType": "Explore", + "PlaneID": 44305, + "FloorID": 44305004, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 44305005, + "EntranceType": "Explore", + "PlaneID": 44305, + "FloorID": 44305005, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 44306001, + "EntranceType": "Explore", + "PlaneID": 44306, + "FloorID": 44306001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 41440001, + "EntranceType": "Mission", + "PlaneID": 41440, + "FloorID": 41440001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 41440002, + "EntranceType": "Mission", + "PlaneID": 41440, + "FloorID": 41440002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 41440003, + "EntranceType": "Mission", + "PlaneID": 41440, + "FloorID": 41440003, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 41441001, + "EntranceType": "Mission", + "PlaneID": 41441, + "FloorID": 41441001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 41442001, + "EntranceType": "Mission", + "PlaneID": 41442, + "FloorID": 41442001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 41442002, + "EntranceType": "Mission", + "PlaneID": 41442, + "FloorID": 41442002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 41442003, + "EntranceType": "Mission", + "PlaneID": 41442, + "FloorID": 41442003, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 41442004, + "EntranceType": "Mission", + "PlaneID": 41442, + "FloorID": 41442004, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 41442005, + "EntranceType": "Mission", + "PlaneID": 41442, + "FloorID": 41442005, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 41442006, + "EntranceType": "Mission", + "PlaneID": 41442, + "FloorID": 41442006, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 41442007, + "EntranceType": "Mission", + "PlaneID": 41442, + "FloorID": 41442007, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 41442008, + "EntranceType": "Mission", + "PlaneID": 41442, + "FloorID": 41442008, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8000001, + "EntranceType": "Explore", + "PlaneID": 80000, + "FloorID": 80000001, + "StartGroupID": 3, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8000101, + "EntranceType": "Explore", + "PlaneID": 80001, + "FloorID": 80001001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8000102, + "EntranceType": "Explore", + "PlaneID": 80001, + "FloorID": 80001002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8000103, + "EntranceType": "Explore", + "PlaneID": 80001, + "FloorID": 80001003, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8100101, + "EntranceType": "Explore", + "PlaneID": 81001, + "FloorID": 81001001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8100201, + "EntranceType": "Explore", + "PlaneID": 81002, + "FloorID": 81002001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8100301, + "EntranceType": "Explore", + "PlaneID": 81003, + "FloorID": 81003001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8100401, + "EntranceType": "Explore", + "PlaneID": 81004, + "FloorID": 81004001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8111101, + "EntranceType": "Explore", + "PlaneID": 81111, + "FloorID": 81111001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8113101, + "EntranceType": "Explore", + "PlaneID": 81131, + "FloorID": 81131001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8113201, + "EntranceType": "Explore", + "PlaneID": 81132, + "FloorID": 81132001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8112101, + "EntranceType": "Explore", + "PlaneID": 81121, + "FloorID": 81121001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8112201, + "EntranceType": "Explore", + "PlaneID": 81122, + "FloorID": 81122001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8112301, + "EntranceType": "Explore", + "PlaneID": 81123, + "FloorID": 81123001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8121101, + "EntranceType": "Explore", + "PlaneID": 81211, + "FloorID": 81211001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8121201, + "EntranceType": "Explore", + "PlaneID": 81212, + "FloorID": 81212001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8122101, + "EntranceType": "Explore", + "PlaneID": 81221, + "FloorID": 81221001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8122201, + "EntranceType": "Explore", + "PlaneID": 81222, + "FloorID": 81222001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8122301, + "EntranceType": "Explore", + "PlaneID": 81223, + "FloorID": 81223001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8123101, + "EntranceType": "Explore", + "PlaneID": 81231, + "FloorID": 81231001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8123201, + "EntranceType": "Explore", + "PlaneID": 81232, + "FloorID": 81232001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8131101, + "EntranceType": "Explore", + "PlaneID": 81311, + "FloorID": 81311001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8131201, + "EntranceType": "Explore", + "PlaneID": 81312, + "FloorID": 81312001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8131301, + "EntranceType": "Explore", + "PlaneID": 81313, + "FloorID": 81313001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8020001, + "EntranceType": "Explore", + "PlaneID": 80200, + "FloorID": 80200001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8020002, + "EntranceType": "Explore", + "PlaneID": 80200, + "FloorID": 80200002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8020003, + "EntranceType": "Explore", + "PlaneID": 80200, + "FloorID": 80200003, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8020004, + "EntranceType": "Explore", + "PlaneID": 80200, + "FloorID": 80200004, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8020005, + "EntranceType": "Explore", + "PlaneID": 80200, + "FloorID": 80200005, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8020006, + "EntranceType": "Explore", + "PlaneID": 80200, + "FloorID": 80200006, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8020007, + "EntranceType": "Explore", + "PlaneID": 80200, + "FloorID": 80200007, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8020008, + "EntranceType": "Explore", + "PlaneID": 80200, + "FloorID": 80200008, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8020101, + "EntranceType": "Explore", + "PlaneID": 80201, + "FloorID": 80201001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8020201, + "EntranceType": "Explore", + "PlaneID": 80202, + "FloorID": 80202001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8020301, + "EntranceType": "Explore", + "PlaneID": 80203, + "FloorID": 80203001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8020401, + "EntranceType": "Explore", + "PlaneID": 80204, + "FloorID": 80204001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8020501, + "EntranceType": "Explore", + "PlaneID": 80205, + "FloorID": 80205001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8020601, + "EntranceType": "Explore", + "PlaneID": 80206, + "FloorID": 80206001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8020701, + "EntranceType": "Explore", + "PlaneID": 80207, + "FloorID": 80207001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8020801, + "EntranceType": "Explore", + "PlaneID": 80208, + "FloorID": 80208001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8020901, + "EntranceType": "Explore", + "PlaneID": 80209, + "FloorID": 80209001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8021001, + "EntranceType": "Explore", + "PlaneID": 80210, + "FloorID": 80210001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8021101, + "EntranceType": "Explore", + "PlaneID": 80211, + "FloorID": 80211001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8011201, + "EntranceType": "Town", + "PlaneID": 80112, + "FloorID": 80112001, + "StartGroupID": 1, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8030101, + "EntranceType": "Explore", + "PlaneID": 80301, + "FloorID": 80301001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8030102, + "EntranceType": "Explore", + "PlaneID": 80301, + "FloorID": 80301002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8030301, + "EntranceType": "Explore", + "PlaneID": 80303, + "FloorID": 80303001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8030501, + "EntranceType": "Explore", + "PlaneID": 80305, + "FloorID": 80305001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8030201, + "EntranceType": "Explore", + "PlaneID": 80302, + "FloorID": 80302001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8030202, + "EntranceType": "Explore", + "PlaneID": 80302, + "FloorID": 80302002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8030401, + "EntranceType": "Explore", + "PlaneID": 80304, + "FloorID": 80304001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8040001, + "EntranceType": "Explore", + "PlaneID": 80400, + "FloorID": 80400001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8040101, + "EntranceType": "Explore", + "PlaneID": 80401, + "FloorID": 80401001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8040201, + "EntranceType": "Explore", + "PlaneID": 80402, + "FloorID": 80402001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8040301, + "EntranceType": "Explore", + "PlaneID": 80403, + "FloorID": 80403001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8040401, + "EntranceType": "Explore", + "PlaneID": 80404, + "FloorID": 80404001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8040501, + "EntranceType": "Explore", + "PlaneID": 80405, + "FloorID": 80405001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8040601, + "EntranceType": "Explore", + "PlaneID": 80406, + "FloorID": 80406001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8040701, + "EntranceType": "Explore", + "PlaneID": 80407, + "FloorID": 80407001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8040801, + "EntranceType": "Explore", + "PlaneID": 80408, + "FloorID": 80408001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8040802, + "EntranceType": "Explore", + "PlaneID": 80408, + "FloorID": 80408002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8040803, + "EntranceType": "Explore", + "PlaneID": 80408, + "FloorID": 80408003, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8040804, + "EntranceType": "Explore", + "PlaneID": 80408, + "FloorID": 80408004, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8040805, + "EntranceType": "Explore", + "PlaneID": 80408, + "FloorID": 80408005, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8040806, + "EntranceType": "Explore", + "PlaneID": 80408, + "FloorID": 80408006, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8040807, + "EntranceType": "Explore", + "PlaneID": 80408, + "FloorID": 80408007, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8040808, + "EntranceType": "Explore", + "PlaneID": 80408, + "FloorID": 80408008, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8040901, + "EntranceType": "Explore", + "PlaneID": 80409, + "FloorID": 80409001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8040902, + "EntranceType": "Explore", + "PlaneID": 80409, + "FloorID": 80409002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8040903, + "EntranceType": "Explore", + "PlaneID": 80409, + "FloorID": 80409003, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8040904, + "EntranceType": "Explore", + "PlaneID": 80409, + "FloorID": 80409004, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8040905, + "EntranceType": "Explore", + "PlaneID": 80409, + "FloorID": 80409005, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8040906, + "EntranceType": "Explore", + "PlaneID": 80409, + "FloorID": 80409006, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8040907, + "EntranceType": "Explore", + "PlaneID": 80409, + "FloorID": 80409007, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8050101, + "EntranceType": "Explore", + "PlaneID": 80501, + "FloorID": 80501001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8050201, + "EntranceType": "Explore", + "PlaneID": 80502, + "FloorID": 80502001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8050301, + "EntranceType": "Explore", + "PlaneID": 80503, + "FloorID": 80503001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8050401, + "EntranceType": "Explore", + "PlaneID": 80504, + "FloorID": 80504001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8050501, + "EntranceType": "Explore", + "PlaneID": 80505, + "FloorID": 80505001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8050601, + "EntranceType": "Explore", + "PlaneID": 80506, + "FloorID": 80506001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8050701, + "EntranceType": "Explore", + "PlaneID": 80507, + "FloorID": 80507001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8050801, + "EntranceType": "Explore", + "PlaneID": 80508, + "FloorID": 80508001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8050802, + "EntranceType": "Explore", + "PlaneID": 80508, + "FloorID": 80508002, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8050803, + "EntranceType": "Explore", + "PlaneID": 80508, + "FloorID": 80508003, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8050804, + "EntranceType": "Explore", + "PlaneID": 80508, + "FloorID": 80508004, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8050805, + "EntranceType": "Explore", + "PlaneID": 80508, + "FloorID": 80508005, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8050806, + "EntranceType": "Explore", + "PlaneID": 80508, + "FloorID": 80508006, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8050807, + "EntranceType": "Explore", + "PlaneID": 80508, + "FloorID": 80508007, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8060101, + "EntranceType": "Explore", + "PlaneID": 80601, + "FloorID": 80601001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8060201, + "EntranceType": "Explore", + "PlaneID": 80602, + "FloorID": 80602001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8060301, + "EntranceType": "Explore", + "PlaneID": 80603, + "FloorID": 80603001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8060401, + "EntranceType": "Explore", + "PlaneID": 80604, + "FloorID": 80604001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8060501, + "EntranceType": "Explore", + "PlaneID": 80605, + "FloorID": 80605001, + "StartGroupID": 1, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 8060601, + "EntranceType": "Explore", + "PlaneID": 80606, + "FloorID": 80606001, + "StartGroupID": 1, + "StartAnchorID": 1, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 801120102, + "EntranceType": "Town", + "PlaneID": 80112, + "FloorID": 80112001, + "StartGroupID": 1, + "StartAnchorID": 2, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + }, + { + "ID": 40234001, + "EntranceType": "Explore", + "PlaneID": 40234, + "FloorID": 40234001, + "BeginMainMissionList": [], + "FinishMainMissionList": [], + "FinishSubMissionList": [] + } + ] +} \ No newline at end of file diff --git a/resources/MazePlane.json b/resources/MazePlane.json new file mode 100644 index 0000000..ad47aac --- /dev/null +++ b/resources/MazePlane.json @@ -0,0 +1,4423 @@ +{ + "maze_plane_config": [ + { + "PlaneID": 10000, + "PlaneType": "Train", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 100, + "PlaneName": { + "Hash": 853983723, + "Hash64": 9871415347087427644 + }, + "StartFloorID": 10000000, + "FloorIDList": [ + 10000000, + 10000002, + 10000003 + ] + }, + { + "PlaneID": 10001, + "PlaneType": "Town", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 101, + "PlaneName": { + "Hash": 853983724, + "Hash64": 6783453426719725389 + }, + "StartFloorID": 10001001, + "FloorIDList": [ + 10001001 + ] + }, + { + "PlaneID": 10002, + "PlaneType": "Train", + "SubType": 2, + "MazePoolType": 1, + "WorldID": 100, + "PlaneName": { + "Hash": 853983725, + "Hash64": 12790480285845573845 + }, + "StartFloorID": 10002001, + "FloorIDList": [ + 10002001 + ] + }, + { + "PlaneID": 20001, + "PlaneType": "Maze", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 101, + "PlaneName": { + "Hash": 853989101, + "Hash64": 9764321538343869922 + }, + "StartFloorID": 20001001, + "FloorIDList": [ + 20001001 + ] + }, + { + "PlaneID": 20002, + "PlaneType": "Maze", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 101, + "PlaneName": { + "Hash": 853989100, + "Hash64": 12870689059493947907 + }, + "StartFloorID": 20001001, + "FloorIDList": [ + 20002001 + ] + }, + { + "PlaneID": 20003, + "PlaneType": "Maze", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 101, + "PlaneName": { + "Hash": 853989099, + "Hash64": 10467406274551790440 + }, + "StartFloorID": 20001001, + "FloorIDList": [ + 20003001 + ] + }, + { + "PlaneID": 20004, + "PlaneType": "Maze", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 101, + "PlaneName": { + "Hash": 853989098, + "Hash64": 17678812249325255792 + }, + "StartFloorID": 20004001, + "FloorIDList": [ + 20004001 + ] + }, + { + "PlaneID": 80112, + "PlaneType": "Town", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 101, + "PlaneName": { + "Hash": -712088400, + "Hash64": 1175574569764703576 + }, + "StartFloorID": 80112001, + "FloorIDList": [ + 80112001 + ] + }, + { + "PlaneID": 10101, + "PlaneType": "Town", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 201, + "PlaneName": { + "Hash": 853983691, + "Hash64": 3218534061141009976 + }, + "StartFloorID": 10101001, + "FloorIDList": [ + 10101001, + 10101002, + 10101003, + 10101004, + 10101005, + 10101006, + 10101007, + 10101008, + 10101009 + ] + }, + { + "PlaneID": 10102, + "PlaneType": "Town", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 201, + "PlaneName": { + "Hash": 853983694, + "Hash64": 574234790833788729 + }, + "StartFloorID": 10102001, + "FloorIDList": [ + 10102001, + 10102002, + 10102003, + 10102004 + ] + }, + { + "PlaneID": 20101, + "PlaneType": "Maze", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 201, + "PlaneName": { + "Hash": 853989006, + "Hash64": 15362683837739460100 + }, + "StartFloorID": 20101001, + "FloorIDList": [ + 20101001 + ] + }, + { + "PlaneID": 20111, + "PlaneType": "Maze", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 201, + "PlaneName": { + "Hash": -712094935, + "Hash64": 13553703141069114861 + }, + "StartFloorID": 20111001, + "FloorIDList": [ + 20111001 + ] + }, + { + "PlaneID": 20121, + "PlaneType": "Maze", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 201, + "PlaneName": { + "Hash": 2016788420, + "Hash64": 4945004407039184856 + }, + "StartFloorID": 20121001, + "FloorIDList": [ + 20121001 + ] + }, + { + "PlaneID": 20122, + "PlaneType": "Maze", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 201, + "PlaneName": { + "Hash": 2016788417, + "Hash64": 10153580256353961244 + }, + "StartFloorID": 20122001, + "FloorIDList": [ + 20122001 + ] + }, + { + "PlaneID": 20123, + "PlaneType": "Maze", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 201, + "PlaneName": { + "Hash": 2016788418, + "Hash64": 2000084151686712278 + }, + "StartFloorID": 20123001, + "FloorIDList": [ + 20123001 + ] + }, + { + "PlaneID": 20131, + "PlaneType": "Maze", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 201, + "PlaneName": { + "Hash": 450704479, + "Hash64": 2608300640403312592 + }, + "StartFloorID": 20131001, + "FloorIDList": [ + 20131001 + ] + }, + { + "PlaneID": 20132, + "PlaneType": "Maze", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 201, + "PlaneName": { + "Hash": 450704476, + "Hash64": 9459084070715305728 + }, + "StartFloorID": 20132001, + "FloorIDList": [ + 20132001 + ] + }, + { + "PlaneID": 20133, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 201, + "PlaneName": { + "Hash": 450704477, + "Hash64": 2861900858066291389 + }, + "StartFloorID": 20133001, + "FloorIDList": [ + 20133001, + 20133002 + ] + }, + { + "PlaneID": 20134, + "PlaneType": "Maze", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 201, + "PlaneName": { + "Hash": 450704474, + "Hash64": 4814641405126230827 + }, + "StartFloorID": 20134001, + "FloorIDList": [ + 20134001 + ] + }, + { + "PlaneID": 20135, + "PlaneType": "Maze", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 201, + "PlaneName": { + "Hash": 450704475, + "Hash64": 13114954253051091605 + }, + "StartFloorID": 20135001, + "FloorIDList": [ + 20135001 + ] + }, + { + "PlaneID": 20136, + "PlaneType": "Maze", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 201, + "PlaneName": { + "Hash": 450704472, + "Hash64": 10425893147321133033 + }, + "StartFloorID": 20136001, + "FloorIDList": [ + 20136001 + ] + }, + { + "PlaneID": 20100, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 201, + "PlaneName": { + "Hash": 853989005, + "Hash64": 13410586924146652703 + }, + "StartFloorID": 20100001, + "FloorIDList": [ + 20100001 + ] + }, + { + "PlaneID": 10201, + "PlaneType": "Town", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 301, + "PlaneName": { + "Hash": 853983790, + "Hash64": 12947833765326775950 + }, + "StartFloorID": 10201001, + "FloorIDList": [ + 10201001, + 10201002 + ] + }, + { + "PlaneID": 10202, + "PlaneType": "Town", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 301, + "PlaneName": { + "Hash": 853983787, + "Hash64": 5099705847321538105 + }, + "StartFloorID": 10202001, + "FloorIDList": [ + 10202001, + 10202002, + 10202003, + 10202004 + ] + }, + { + "PlaneID": 20211, + "PlaneType": "Maze", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 301, + "PlaneName": { + "Hash": -712094906, + "Hash64": 12233932124956778724 + }, + "StartFloorID": 20211001, + "FloorIDList": [ + 20211001 + ] + }, + { + "PlaneID": 20212, + "PlaneType": "Maze", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 301, + "PlaneName": { + "Hash": -712094903, + "Hash64": 4684784978021478800 + }, + "StartFloorID": 20212001, + "FloorIDList": [ + 20212001 + ] + }, + { + "PlaneID": 20213, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 301, + "PlaneName": { + "Hash": -712094904, + "Hash64": 5972035192359482017 + }, + "StartFloorID": 20213001, + "FloorIDList": [ + 20213001, + 20213002 + ] + }, + { + "PlaneID": 20214, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 301, + "PlaneName": { + "Hash": -712094909, + "Hash64": 7562901390476047902 + }, + "StartFloorID": 20214001, + "FloorIDList": [ + 20214001 + ] + }, + { + "PlaneID": 20221, + "PlaneType": "Maze", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 301, + "PlaneName": { + "Hash": 2016788449, + "Hash64": 3851556088338717073 + }, + "StartFloorID": 20221001, + "FloorIDList": [ + 20221001 + ] + }, + { + "PlaneID": 20222, + "PlaneType": "Maze", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 301, + "PlaneName": { + "Hash": 2016788452, + "Hash64": 15340195204914520566 + }, + "StartFloorID": 20222001, + "FloorIDList": [ + 20222001 + ] + }, + { + "PlaneID": 20223, + "PlaneType": "Maze", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 301, + "PlaneName": { + "Hash": 2016788451, + "Hash64": 6768934850253200572 + }, + "StartFloorID": 20223001, + "FloorIDList": [ + 20223001 + ] + }, + { + "PlaneID": 20231, + "PlaneType": "Maze", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 301, + "PlaneName": { + "Hash": 450704508, + "Hash64": 17577141762499929015 + }, + "StartFloorID": 20231001, + "FloorIDList": [ + 20231001, + 20231002 + ] + }, + { + "PlaneID": 20232, + "PlaneType": "Maze", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 301, + "PlaneName": { + "Hash": 450704511, + "Hash64": 4320299263096095201 + }, + "StartFloorID": 20232001, + "FloorIDList": [ + 20232001 + ] + }, + { + "PlaneID": 20233, + "PlaneType": "Maze", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 301, + "PlaneName": { + "Hash": 450704510, + "Hash64": 1142439190993123894 + }, + "StartFloorID": 20233001, + "FloorIDList": [ + 20233001 + ] + }, + { + "PlaneID": 20241, + "PlaneType": "Maze", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 301, + "PlaneName": { + "Hash": -1471609793, + "Hash64": 6820598531306959250 + }, + "StartFloorID": 20241001, + "FloorIDList": [ + 20241001 + ] + }, + { + "PlaneID": 20242, + "PlaneType": "Maze", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 301, + "PlaneName": { + "Hash": -1471609790, + "Hash64": 8990377551913070683 + }, + "StartFloorID": 20242001, + "FloorIDList": [ + 20242001 + ] + }, + { + "PlaneID": 20243, + "PlaneType": "Maze", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 301, + "PlaneName": { + "Hash": -1471609791, + "Hash64": 18193300283807004042 + }, + "StartFloorID": 20243001, + "FloorIDList": [ + 20243001 + ] + }, + { + "PlaneID": 10301, + "PlaneType": "Town", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 401, + "PlaneName": { + "Hash": 853983757, + "Hash64": 9984654885283589413 + }, + "StartFloorID": 10301001, + "FloorIDList": [ + 10301001 + ] + }, + { + "PlaneID": 10304, + "PlaneType": "Town", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 401, + "PlaneName": { + "Hash": 853983754, + "Hash64": 15210439237005348721 + }, + "StartFloorID": 10304001, + "FloorIDList": [ + 10304001 + ] + }, + { + "PlaneID": 10305, + "PlaneType": "Town", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 401, + "PlaneName": { + "Hash": 853983753, + "Hash64": 4454625425685511579 + }, + "StartFloorID": 10305001, + "FloorIDList": [ + 10305001 + ] + }, + { + "PlaneID": 10306, + "PlaneType": "Town", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 401, + "PlaneName": { + "Hash": 853983752, + "Hash64": 15876186582015036775 + }, + "StartFloorID": 10306001, + "FloorIDList": [ + 10306001 + ] + }, + { + "PlaneID": 10341, + "PlaneType": "Town", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 401, + "PlaneName": { + "Hash": -1471615071, + "Hash64": 16749571056916005981 + }, + "StartFloorID": 10341001, + "FloorIDList": [ + 10341001 + ] + }, + { + "PlaneID": 20311, + "PlaneType": "Maze", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 401, + "PlaneName": { + "Hash": -712095001, + "Hash64": 5488298901732935931 + }, + "StartFloorID": 20311001, + "FloorIDList": [ + 20311001 + ] + }, + { + "PlaneID": 20312, + "PlaneType": "Maze", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 401, + "PlaneName": { + "Hash": -712095000, + "Hash64": 6044577171949799335 + }, + "StartFloorID": 20312001, + "FloorIDList": [ + 20312001 + ] + }, + { + "PlaneID": 20313, + "PlaneType": "Maze", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 401, + "PlaneName": { + "Hash": -712094999, + "Hash64": 8211565562584203809 + }, + "StartFloorID": 20313001, + "FloorIDList": [ + 20313001 + ] + }, + { + "PlaneID": 20321, + "PlaneType": "Maze", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 401, + "PlaneName": { + "Hash": 2016788354, + "Hash64": 14670200444863442523 + }, + "StartFloorID": 20321001, + "FloorIDList": [ + 20321001 + ] + }, + { + "PlaneID": 20322, + "PlaneType": "Maze", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 401, + "PlaneName": { + "Hash": 2016788355, + "Hash64": 15385951281619647619 + }, + "StartFloorID": 20322001, + "FloorIDList": [ + 20322001 + ] + }, + { + "PlaneID": 20323, + "PlaneType": "Maze", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 401, + "PlaneName": { + "Hash": 2016788356, + "Hash64": 520817876768509813 + }, + "StartFloorID": 20323001, + "FloorIDList": [ + 20323001 + ] + }, + { + "PlaneID": 20331, + "PlaneType": "Maze", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 401, + "PlaneName": { + "Hash": 450704413, + "Hash64": 14637838607663390316 + }, + "StartFloorID": 20331001, + "FloorIDList": [ + 20331001, + 20331002 + ] + }, + { + "PlaneID": 20332, + "PlaneType": "Maze", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 401, + "PlaneName": { + "Hash": 450704414, + "Hash64": 13786708133767603692 + }, + "StartFloorID": 20332001, + "FloorIDList": [ + 20332001 + ] + }, + { + "PlaneID": 10401, + "PlaneType": "Town", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 501, + "PlaneName": { + "Hash": 853983592, + "Hash64": 15477922644310234520 + }, + "StartFloorID": 10401001, + "FloorIDList": [ + 10401001 + ] + }, + { + "PlaneID": 10402, + "PlaneType": "Town", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 501, + "PlaneName": { + "Hash": 853983593, + "Hash64": 4459358478819967908 + }, + "StartFloorID": 10402001, + "FloorIDList": [ + 10402001 + ] + }, + { + "PlaneID": 10403, + "PlaneType": "Town", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 501, + "PlaneName": { + "Hash": 853983594, + "Hash64": 13985313202153845646 + }, + "StartFloorID": 10403001, + "FloorIDList": [ + 10403001 + ] + }, + { + "PlaneID": 10404, + "PlaneType": "Town", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 501, + "PlaneName": { + "Hash": 853983595, + "Hash64": 13407175842996818586 + }, + "StartFloorID": 10404001, + "FloorIDList": [ + 10404001 + ] + }, + { + "PlaneID": 20411, + "PlaneType": "Maze", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 501, + "PlaneName": { + "Hash": -712094972, + "Hash64": 12500455510049113745 + }, + "StartFloorID": 20411001, + "FloorIDList": [ + 20411001 + ] + }, + { + "PlaneID": 20412, + "PlaneType": "Maze", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 501, + "PlaneName": { + "Hash": -712094973, + "Hash64": 7588237562198616753 + }, + "StartFloorID": 20412001, + "FloorIDList": [ + 20412001 + ] + }, + { + "PlaneID": 20413, + "PlaneType": "Maze", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 501, + "PlaneName": { + "Hash": -712094974, + "Hash64": 7836625251819809185 + }, + "StartFloorID": 20413001, + "FloorIDList": [ + 20413001 + ] + }, + { + "PlaneID": 20421, + "PlaneType": "Maze", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 501, + "PlaneName": { + "Hash": 2016788383, + "Hash64": 4539014949873918154 + }, + "StartFloorID": 20421001, + "FloorIDList": [ + 20421001 + ] + }, + { + "PlaneID": 20422, + "PlaneType": "Maze", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 501, + "PlaneName": { + "Hash": 2016788382, + "Hash64": 3739139233337209335 + }, + "StartFloorID": 20422001, + "FloorIDList": [ + 20422001 + ] + }, + { + "PlaneID": 20423, + "PlaneType": "Maze", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 501, + "PlaneName": { + "Hash": 2016788381, + "Hash64": 12945714535886559113 + }, + "StartFloorID": 20423001, + "FloorIDList": [ + 20423001 + ] + }, + { + "PlaneID": 20424, + "PlaneType": "Maze", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 501, + "PlaneName": { + "Hash": 2016788388, + "Hash64": 4842715804017027374 + }, + "StartFloorID": 20424001, + "FloorIDList": [ + 20424001 + ] + }, + { + "PlaneID": 20431, + "PlaneType": "Maze", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 501, + "PlaneName": { + "Hash": 450704442, + "Hash64": 11800141556526983021 + }, + "StartFloorID": 20431001, + "FloorIDList": [ + 20431001 + ] + }, + { + "PlaneID": 20432, + "PlaneType": "Maze", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 501, + "PlaneName": { + "Hash": 450704441, + "Hash64": 7440941458785523683 + }, + "StartFloorID": 20432001, + "FloorIDList": [ + 20432001 + ] + }, + { + "PlaneID": 20433, + "PlaneType": "Maze", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 501, + "PlaneName": { + "Hash": 450704440, + "Hash64": 2334860870785711345 + }, + "StartFloorID": 20433001, + "FloorIDList": [ + 20433001 + ] + }, + { + "PlaneID": 10441, + "PlaneType": "Town", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 501, + "PlaneName": { + "Hash": -1471615236, + "Hash64": 261903529206093857 + }, + "StartFloorID": 10441001, + "FloorIDList": [ + 10441001 + ] + }, + { + "PlaneID": 30101, + "PlaneType": "Challenge", + "SubType": 1, + "MazePoolType": 2, + "WorldID": 999, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 30101001, + "FloorIDList": [ + 30101001 + ] + }, + { + "PlaneID": 30102, + "PlaneType": "Challenge", + "SubType": 1, + "MazePoolType": 2, + "WorldID": 999, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 30102001, + "FloorIDList": [ + 30102001, + 30102002, + 30102003, + 30102004, + 30102005, + 30102006 + ] + }, + { + "PlaneID": 30103, + "PlaneType": "Challenge", + "SubType": 1, + "MazePoolType": 2, + "WorldID": 999, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 30103001, + "FloorIDList": [ + 30103001 + ] + }, + { + "PlaneID": 30104, + "PlaneType": "Challenge", + "SubType": 1, + "MazePoolType": 2, + "WorldID": 999, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 30104001, + "FloorIDList": [ + 30104001 + ] + }, + { + "PlaneID": 30105, + "PlaneType": "Challenge", + "SubType": 1, + "MazePoolType": 2, + "WorldID": 999, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 30105001, + "FloorIDList": [ + 30105001 + ] + }, + { + "PlaneID": 30120, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 999, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 30120001, + "FloorIDList": [ + 30120001 + ] + }, + { + "PlaneID": 30121, + "PlaneType": "Challenge", + "SubType": 1, + "MazePoolType": 2, + "WorldID": 999, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 30121001, + "FloorIDList": [ + 30121001, + 30121002 + ] + }, + { + "PlaneID": 30122, + "PlaneType": "Challenge", + "SubType": 1, + "MazePoolType": 2, + "WorldID": 999, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 30122001, + "FloorIDList": [ + 30122001 + ] + }, + { + "PlaneID": 30123, + "PlaneType": "Challenge", + "SubType": 1, + "MazePoolType": 2, + "WorldID": 999, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 30123001, + "FloorIDList": [ + 30123001 + ] + }, + { + "PlaneID": 30124, + "PlaneType": "Challenge", + "SubType": 1, + "MazePoolType": 2, + "WorldID": 999, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 30124001, + "FloorIDList": [ + 30124001, + 30124002 + ] + }, + { + "PlaneID": 30125, + "PlaneType": "Challenge", + "SubType": 1, + "MazePoolType": 2, + "WorldID": 999, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 30125001, + "FloorIDList": [ + 30125001 + ] + }, + { + "PlaneID": 30126, + "PlaneType": "Challenge", + "SubType": 1, + "MazePoolType": 2, + "WorldID": 999, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 30126001, + "FloorIDList": [ + 30126001, + 30126002, + 30126003 + ] + }, + { + "PlaneID": 30127, + "PlaneType": "Challenge", + "SubType": 1, + "MazePoolType": 2, + "WorldID": 999, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 30127001, + "FloorIDList": [ + 30127001 + ] + }, + { + "PlaneID": 30130, + "PlaneType": "Challenge", + "SubType": 1, + "MazePoolType": 2, + "WorldID": 999, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 30130001, + "FloorIDList": [ + 30130001, + 30130002 + ] + }, + { + "PlaneID": 30131, + "PlaneType": "Challenge", + "SubType": 1, + "MazePoolType": 2, + "WorldID": 999, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 30131001, + "FloorIDList": [ + 30131001, + 30131002 + ] + }, + { + "PlaneID": 30132, + "PlaneType": "Challenge", + "SubType": 1, + "MazePoolType": 2, + "WorldID": 999, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 30132001, + "FloorIDList": [ + 30132001 + ] + }, + { + "PlaneID": 30201, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 999, + "PlaneName": { + "Hash": 853985836, + "Hash64": 16318392241254722499 + }, + "StartFloorID": 30201001, + "FloorIDList": [ + 30201001, + 30202001, + 30203001, + 30204001, + 30205001, + 30206001 + ] + }, + { + "PlaneID": 30301, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 11, + "WorldID": 999, + "PlaneName": { + "Hash": 853985803, + "Hash64": 14633900027230835937 + }, + "StartFloorID": 30301001, + "FloorIDList": [ + 30301001, + 30301002, + 30301003, + 30301004, + 30301005, + 30301006, + 30301007 + ] + }, + { + "PlaneID": 30401, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 999, + "PlaneName": { + "Hash": 853985770, + "Hash64": 8024019989837666115 + }, + "StartFloorID": 30401001, + "FloorIDList": [ + 30401001, + 30401002, + 30401003, + 30401004, + 30401005 + ] + }, + { + "PlaneID": 30500, + "PlaneType": "TrialActivity", + "SubType": 1, + "MazePoolType": 15, + "WorldID": 999, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 30500001, + "FloorIDList": [ + 30500001 + ] + }, + { + "PlaneID": 30501, + "PlaneType": "TrialActivity", + "SubType": 1, + "MazePoolType": 15, + "WorldID": 999, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 30501001, + "FloorIDList": [ + 30501001 + ] + }, + { + "PlaneID": 30502, + "PlaneType": "TrialActivity", + "SubType": 1, + "MazePoolType": 15, + "WorldID": 999, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 30502001, + "FloorIDList": [ + 30502001 + ] + }, + { + "PlaneID": 30521, + "PlaneType": "TrialActivity", + "SubType": 1, + "MazePoolType": 15, + "WorldID": 999, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 30521001, + "FloorIDList": [ + 30521001 + ] + }, + { + "PlaneID": 30523, + "PlaneType": "TrialActivity", + "SubType": 1, + "MazePoolType": 15, + "WorldID": 999, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 30523001, + "FloorIDList": [ + 30523001 + ] + }, + { + "PlaneID": 30524, + "PlaneType": "TrialActivity", + "SubType": 1, + "MazePoolType": 15, + "WorldID": 999, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 30524001, + "FloorIDList": [ + 30524001 + ] + }, + { + "PlaneID": 30525, + "PlaneType": "TrialActivity", + "SubType": 1, + "MazePoolType": 15, + "WorldID": 999, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 30525001, + "FloorIDList": [ + 30525001 + ] + }, + { + "PlaneID": 30527, + "PlaneType": "TrialActivity", + "SubType": 1, + "MazePoolType": 15, + "WorldID": 999, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 30527001, + "FloorIDList": [ + 30527001 + ] + }, + { + "PlaneID": 30530, + "PlaneType": "TrialActivity", + "SubType": 1, + "MazePoolType": 15, + "WorldID": 999, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 30530001, + "FloorIDList": [ + 30530001 + ] + }, + { + "PlaneID": 30532, + "PlaneType": "TrialActivity", + "SubType": 1, + "MazePoolType": 15, + "WorldID": 999, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 30532001, + "FloorIDList": [ + 30532001 + ] + }, + { + "PlaneID": 30533, + "PlaneType": "TrialActivity", + "SubType": 1, + "MazePoolType": 15, + "WorldID": 999, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 30533001, + "FloorIDList": [ + 30533001, + 30533002 + ] + }, + { + "PlaneID": 30534, + "PlaneType": "TrialActivity", + "SubType": 1, + "MazePoolType": 15, + "WorldID": 999, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 30534001, + "FloorIDList": [ + 30534001 + ] + }, + { + "PlaneID": 40000, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 101, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 40000001, + "FloorIDList": [ + 40000001 + ] + }, + { + "PlaneID": 40002, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 101, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 40002001, + "FloorIDList": [ + 40002001, + 40002002, + 40002003, + 40002004, + 40002101, + 40002102, + 40002103, + 40002104 + ] + }, + { + "PlaneID": 40003, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 101, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 40003001, + "FloorIDList": [ + 40003001 + ] + }, + { + "PlaneID": 40101, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 201, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 40101001, + "FloorIDList": [ + 40101001, + 40101002, + 40101003, + 40101004, + 40101006 + ] + }, + { + "PlaneID": 40102, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 201, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 40102001, + "FloorIDList": [ + 40102001, + 40102002, + 40102003, + 40102004 + ] + }, + { + "PlaneID": 40103, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 201, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 40103001, + "FloorIDList": [ + 40103001 + ] + }, + { + "PlaneID": 40104, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 301, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 40104001, + "FloorIDList": [ + 40104001, + 40104002, + 40104003, + 40104004, + 40104005, + 40104006, + 40104007, + 40104008, + 40104009, + 40104010, + 40104011, + 40104012, + 40104013, + 40104014, + 40104015, + 40104016, + 40104017, + 40104018, + 40104019, + 40104020, + 40104021, + 40104022, + 40104023, + 40104024 + ] + }, + { + "PlaneID": 40105, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 201, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 40105001, + "FloorIDList": [ + 40105001, + 40105002, + 40105003, + 40105004 + ] + }, + { + "PlaneID": 40106, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 301, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 40106001, + "FloorIDList": [ + 40106001 + ] + }, + { + "PlaneID": 40107, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 301, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 40107001, + "FloorIDList": [ + 40107001, + 40107002 + ] + }, + { + "PlaneID": 40111, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 201, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 40111001, + "FloorIDList": [ + 40111001 + ] + }, + { + "PlaneID": 40121, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 201, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 40121001, + "FloorIDList": [ + 40121001, + 40121002, + 40121003, + 40121005, + 40121006 + ] + }, + { + "PlaneID": 40122, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 201, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 40122001, + "FloorIDList": [ + 40122001 + ] + }, + { + "PlaneID": 40123, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 201, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 40123001, + "FloorIDList": [ + 40123001 + ] + }, + { + "PlaneID": 40131, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 201, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 40131001, + "FloorIDList": [ + 40131001, + 40131002, + 40131003 + ] + }, + { + "PlaneID": 40211, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 301, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 40211001, + "FloorIDList": [ + 40211001, + 40211002, + 40211003 + ] + }, + { + "PlaneID": 40212, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 301, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 40212001, + "FloorIDList": [ + 40212001, + 40212002, + 40212003 + ] + }, + { + "PlaneID": 40221, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 301, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 40221001, + "FloorIDList": [ + 40221001 + ] + }, + { + "PlaneID": 40222, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 301, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 40222001, + "FloorIDList": [ + 40222001, + 40222002, + 40222003, + 40222004, + 40222005, + 40222006 + ] + }, + { + "PlaneID": 40231, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 301, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 40231001, + "FloorIDList": [ + 40231001, + 40231003, + 40231004 + ] + }, + { + "PlaneID": 40232, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 301, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 40232001, + "FloorIDList": [ + 40232001, + 40232002 + ] + }, + { + "PlaneID": 40233, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 301, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 40233001, + "FloorIDList": [ + 40233001 + ] + }, + { + "PlaneID": 40234, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 301, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 40234001, + "FloorIDList": [ + 40234001 + ] + }, + { + "PlaneID": 40235, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 301, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 40235001, + "FloorIDList": [ + 40235001 + ] + }, + { + "PlaneID": 40236, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 301, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 40236001, + "FloorIDList": [ + 40236001, + 40236002 + ] + }, + { + "PlaneID": 40237, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 301, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 40237001, + "FloorIDList": [ + 40237001, + 40237002, + 40237003, + 40237004, + 40237005, + 40237006 + ] + }, + { + "PlaneID": 40238, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 301, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 40238001, + "FloorIDList": [ + 40238001 + ] + }, + { + "PlaneID": 40242, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 301, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 40242001, + "FloorIDList": [ + 40242001, + 40242002 + ] + }, + { + "PlaneID": 40243, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 301, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 40243001, + "FloorIDList": [ + 40243001 + ] + }, + { + "PlaneID": 40301, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 401, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 40301001, + "FloorIDList": [ + 40301001, + 40301002 + ] + }, + { + "PlaneID": 40302, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 401, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 40302001, + "FloorIDList": [ + 40302001 + ] + }, + { + "PlaneID": 40312, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 401, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 40312001, + "FloorIDList": [ + 40312001 + ] + }, + { + "PlaneID": 40401, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 501, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 40401001, + "FloorIDList": [ + 40401001, + 40401002, + 40401003 + ] + }, + { + "PlaneID": 40402, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 100, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 40402001, + "FloorIDList": [ + 40402001, + 40402002 + ] + }, + { + "PlaneID": 40403, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 100, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 40403003, + "FloorIDList": [ + 40403001, + 40403002, + 40403003, + 40403004 + ] + }, + { + "PlaneID": 40404, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 501, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 40404001, + "FloorIDList": [ + 40404001 + ] + }, + { + "PlaneID": 40411, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 501, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 40411001, + "FloorIDList": [ + 40411001 + ] + }, + { + "PlaneID": 40412, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 501, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 40412001, + "FloorIDList": [ + 40412001 + ] + }, + { + "PlaneID": 40413, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 501, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 40413001, + "FloorIDList": [ + 40413001 + ] + }, + { + "PlaneID": 40414, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 501, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 40414001, + "FloorIDList": [ + 40414001 + ] + }, + { + "PlaneID": 40416, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 501, + "PlaneName": { + "Hash": -712101243, + "Hash64": 13784478376779748039 + }, + "StartFloorID": 40416001, + "FloorIDList": [ + 40416001 + ] + }, + { + "PlaneID": 40421, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 501, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 40421001, + "FloorIDList": [ + 40421001 + ] + }, + { + "PlaneID": 40422, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 501, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 40422001, + "FloorIDList": [ + 40422001 + ] + }, + { + "PlaneID": 40424, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 501, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 40424001, + "FloorIDList": [ + 40424001 + ] + }, + { + "PlaneID": 40431, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 501, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 40431001, + "FloorIDList": [ + 40431001, + 40431002 + ] + }, + { + "PlaneID": 40433, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 501, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 40433001, + "FloorIDList": [ + 40433001 + ] + }, + { + "PlaneID": 40432, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 501, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 40432001, + "FloorIDList": [ + 40432001 + ] + }, + { + "PlaneID": 40434, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 501, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 40434001, + "FloorIDList": [ + 40434001 + ] + }, + { + "PlaneID": 40435, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 501, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 40435001, + "FloorIDList": [ + 40435001 + ] + }, + { + "PlaneID": 40441, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 401, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 40441001, + "FloorIDList": [ + 40441001 + ] + }, + { + "PlaneID": 40442, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 101, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 40442001, + "FloorIDList": [ + 40442001, + 40442002 + ] + }, + { + "PlaneID": 41000, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 201, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 41000001, + "FloorIDList": [ + 41000001, + 41000002, + 41000003, + 41000004, + 41000005, + 41000006 + ] + }, + { + "PlaneID": 41007, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 201, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 41000007, + "FloorIDList": [ + 41000007 + ] + }, + { + "PlaneID": 41008, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 301, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 41000008, + "FloorIDList": [ + 41000008 + ] + }, + { + "PlaneID": 41009, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 201, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 41000009, + "FloorIDList": [ + 41000009 + ] + }, + { + "PlaneID": 41010, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 201, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 41000010, + "FloorIDList": [ + 41000010 + ] + }, + { + "PlaneID": 41011, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 201, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 41000011, + "FloorIDList": [ + 41000011 + ] + }, + { + "PlaneID": 41012, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 301, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 41000012, + "FloorIDList": [ + 41000012 + ] + }, + { + "PlaneID": 41221, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 301, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 42221001, + "FloorIDList": [ + 41221001, + 41221002, + 41221003, + 41221004 + ] + }, + { + "PlaneID": 41212, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 301, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 41212001, + "FloorIDList": [ + 41212001 + ] + }, + { + "PlaneID": 42221, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 301, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 42221001, + "FloorIDList": [ + 42221001 + ] + }, + { + "PlaneID": 43001, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 100, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 40004001, + "FloorIDList": [ + 43001001, + 43001002 + ] + }, + { + "PlaneID": 43002, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 101, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 43002001, + "FloorIDList": [ + 43002001, + 43002002, + 43002003 + ] + }, + { + "PlaneID": 43003, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 101, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 43003001, + "FloorIDList": [ + 43003001 + ] + }, + { + "PlaneID": 43004, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 101, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 43004001, + "FloorIDList": [ + 43004001 + ] + }, + { + "PlaneID": 43101, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 201, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 43101001, + "FloorIDList": [ + 43101001, + 43101002 + ] + }, + { + "PlaneID": 43102, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 201, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 43102001, + "FloorIDList": [ + 43102001, + 43102002, + 43102003 + ] + }, + { + "PlaneID": 43103, + "PlaneType": "AetherDivide", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 201, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 43103001, + "FloorIDList": [ + 43103001, + 43103002, + 43103003, + 43103004, + 43103005 + ] + }, + { + "PlaneID": 43104, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 201, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 43104001, + "FloorIDList": [ + 43104001 + ] + }, + { + "PlaneID": 43201, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 301, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 43201001, + "FloorIDList": [ + 43201001, + 43201002, + 43201003, + 43201004, + 43201005 + ] + }, + { + "PlaneID": 43202, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 301, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 43202001, + "FloorIDList": [ + 43202001, + 43202002, + 43202003, + 43202004, + 43202005, + 43202006 + ] + }, + { + "PlaneID": 43203, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 301, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 43203001, + "FloorIDList": [ + 43203001 + ] + }, + { + "PlaneID": 43204, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 301, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 43204001, + "FloorIDList": [ + 43204001 + ] + }, + { + "PlaneID": 43205, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 301, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 43205001, + "FloorIDList": [ + 43205001 + ] + }, + { + "PlaneID": 43206, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 301, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 43206001, + "FloorIDList": [ + 43206001 + ] + }, + { + "PlaneID": 43207, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 301, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 43207001, + "FloorIDList": [ + 43207001, + 43207002, + 43207003 + ] + }, + { + "PlaneID": 43208, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 301, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 43208001, + "FloorIDList": [ + 43208001 + ] + }, + { + "PlaneID": 43209, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 301, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 43209001, + "FloorIDList": [ + 43209001 + ] + }, + { + "PlaneID": 43210, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 301, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 43210001, + "FloorIDList": [ + 43210001, + 43210002 + ] + }, + { + "PlaneID": 43211, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 301, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 43211001, + "FloorIDList": [ + 43211001 + ] + }, + { + "PlaneID": 43212, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 301, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 43212001, + "FloorIDList": [ + 43212001 + ] + }, + { + "PlaneID": 43213, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 301, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 43213001, + "FloorIDList": [ + 43213001 + ] + }, + { + "PlaneID": 43214, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 301, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 43214001, + "FloorIDList": [ + 43214001 + ] + }, + { + "PlaneID": 43215, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 301, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 43215001, + "FloorIDList": [ + 43215001 + ] + }, + { + "PlaneID": 43216, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 301, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 43215001, + "FloorIDList": [ + 43216001 + ] + }, + { + "PlaneID": 43217, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 301, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 43215001, + "FloorIDList": [ + 43217001, + 43217002 + ] + }, + { + "PlaneID": 43218, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 301, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 43215001, + "FloorIDList": [ + 43218001 + ] + }, + { + "PlaneID": 43301, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 401, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 43301001, + "FloorIDList": [ + 40311001, + 43301001 + ] + }, + { + "PlaneID": 43302, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 401, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 43301001, + "FloorIDList": [ + 43302001 + ] + }, + { + "PlaneID": 43303, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 401, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 43301001, + "FloorIDList": [ + 43303001, + 43303002, + 43303003 + ] + }, + { + "PlaneID": 43304, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 401, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 43304001, + "FloorIDList": [ + 43304001 + ] + }, + { + "PlaneID": 43305, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 401, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 43305001, + "FloorIDList": [ + 43305001, + 43305002 + ] + }, + { + "PlaneID": 43306, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 401, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 43306001, + "FloorIDList": [ + 43306001, + 43306002 + ] + }, + { + "PlaneID": 43307, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 401, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 43307001, + "FloorIDList": [ + 43307001 + ] + }, + { + "PlaneID": 43309, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 401, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 43309001, + "FloorIDList": [ + 43309001 + ] + }, + { + "PlaneID": 43308, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 401, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 43308001, + "FloorIDList": [ + 43308001 + ] + }, + { + "PlaneID": 43310, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 401, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 43310001, + "FloorIDList": [ + 43310001 + ] + }, + { + "PlaneID": 43311, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 401, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 43301101, + "FloorIDList": [ + 43301101 + ] + }, + { + "PlaneID": 43312, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 401, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 43312001, + "FloorIDList": [ + 43312001, + 43312003, + 43312002 + ] + }, + { + "PlaneID": 43313, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 401, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 43313001, + "FloorIDList": [ + 43313001, + 43313002, + 43313003, + 43313004 + ] + }, + { + "PlaneID": 43314, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 401, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 43314001, + "FloorIDList": [ + 43314001 + ] + }, + { + "PlaneID": 43315, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 401, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 43315001, + "FloorIDList": [ + 43315001 + ] + }, + { + "PlaneID": 43316, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 401, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 43316001, + "FloorIDList": [ + 43316001 + ] + }, + { + "PlaneID": 43321, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 401, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 43321001, + "FloorIDList": [ + 43321001, + 43321002 + ] + }, + { + "PlaneID": 44001, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 101, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 44001001, + "FloorIDList": [ + 44001001, + 44001002, + 44001003 + ] + }, + { + "PlaneID": 44201, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 301, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 44201001, + "FloorIDList": [ + 44201001, + 44201002, + 44201003 + ] + }, + { + "PlaneID": 44202, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 44202, + "WorldID": 301, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 44202001, + "FloorIDList": [ + 44202001, + 44202002, + 44202003, + 44202004 + ] + }, + { + "PlaneID": 44301, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 401, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 44301001, + "FloorIDList": [ + 44301001, + 44301002, + 44301003, + 44301004, + 44301005, + 44301006, + 44301007, + 44301008, + 44301009, + 44301010, + 44301011, + 44301012, + 44301013, + 44301014, + 44301015, + 44301016, + 44301017, + 44301018, + 44301019, + 44301020, + 44301021, + 44301022 + ] + }, + { + "PlaneID": 44302, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 401, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 44302001, + "FloorIDList": [ + 44302001, + 44302002, + 44302003, + 44302004 + ] + }, + { + "PlaneID": 44303, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 401, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 44303001, + "FloorIDList": [ + 44303001, + 44303002, + 44303003 + ] + }, + { + "PlaneID": 44305, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 401, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 44305001, + "FloorIDList": [ + 44305001, + 44305002, + 44305003, + 44305004, + 44305005 + ] + }, + { + "PlaneID": 44306, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 401, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 44306001, + "FloorIDList": [ + 44306001 + ] + }, + { + "PlaneID": 43322, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 401, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 43322001, + "FloorIDList": [ + 43322001, + 43322002, + 43322003, + 43322004, + 43322005 + ] + }, + { + "PlaneID": 41401, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 501, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 41401001, + "FloorIDList": [ + 41401001, + 41401002, + 41401003, + 41401004, + 41401005, + 41401006, + 41401007, + 41401008, + 41401009, + 41401010, + 41401011, + 41401012, + 41401013, + 41401014, + 41401015, + 41401016, + 41401017, + 41401018, + 41401019, + 41401020 + ] + }, + { + "PlaneID": 41402, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 501, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 41402001, + "FloorIDList": [ + 41402001 + ] + }, + { + "PlaneID": 41440, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 501, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 41440001, + "FloorIDList": [ + 41440001, + 41440002, + 41440003 + ] + }, + { + "PlaneID": 41441, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 501, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 41441001, + "FloorIDList": [ + 41441001 + ] + }, + { + "PlaneID": 41442, + "PlaneType": "Raid", + "SubType": 1, + "MazePoolType": 1, + "WorldID": 501, + "PlaneName": { + "Hash": 1354018532, + "Hash64": 13013349132478528449 + }, + "StartFloorID": 41442001, + "FloorIDList": [ + 41442001, + 41442002, + 41442003, + 41442004, + 41442005, + 41442006, + 41442007, + 41442008 + ] + }, + { + "PlaneID": 80000, + "PlaneType": "Rogue", + "SubType": 1, + "MazePoolType": 3, + "WorldID": 999, + "PlaneName": { + "Hash": 853995636, + "Hash64": 2687681931708209089 + }, + "StartFloorID": 80000001, + "FloorIDList": [ + 80000001 + ] + }, + { + "PlaneID": 80001, + "PlaneType": "Rogue", + "SubType": 1, + "MazePoolType": 3, + "WorldID": 101, + "PlaneName": { + "Hash": 853995635, + "Hash64": 4932096847182731048 + }, + "StartFloorID": 80001001, + "FloorIDList": [ + 80001001, + 80001002, + 80001003 + ] + }, + { + "PlaneID": 81001, + "PlaneType": "Rogue", + "SubType": 1, + "MazePoolType": 3, + "WorldID": 101, + "PlaneName": { + "Hash": -732291282, + "Hash64": 13784970697382192886 + }, + "StartFloorID": 81001001, + "FloorIDList": [ + 81001001 + ] + }, + { + "PlaneID": 81002, + "PlaneType": "Rogue", + "SubType": 1, + "MazePoolType": 3, + "WorldID": 101, + "PlaneName": { + "Hash": -732291279, + "Hash64": 4353013476209336816 + }, + "StartFloorID": 81002001, + "FloorIDList": [ + 81002001 + ] + }, + { + "PlaneID": 81003, + "PlaneType": "Rogue", + "SubType": 1, + "MazePoolType": 3, + "WorldID": 101, + "PlaneName": { + "Hash": -732291280, + "Hash64": 7610113720027316132 + }, + "StartFloorID": 81003001, + "FloorIDList": [ + 81003001 + ] + }, + { + "PlaneID": 81004, + "PlaneType": "Rogue", + "SubType": 1, + "MazePoolType": 3, + "WorldID": 101, + "PlaneName": { + "Hash": -732291285, + "Hash64": 3512034063335084888 + }, + "StartFloorID": 81004001, + "FloorIDList": [ + 81004001 + ] + }, + { + "PlaneID": 81111, + "PlaneType": "Rogue", + "SubType": 1, + "MazePoolType": 3, + "WorldID": 101, + "PlaneName": { + "Hash": 833792564, + "Hash64": 15626255818397731055 + }, + "StartFloorID": 81111001, + "FloorIDList": [ + 81111001 + ] + }, + { + "PlaneID": 81131, + "PlaneType": "Rogue", + "SubType": 1, + "MazePoolType": 3, + "WorldID": 101, + "PlaneName": { + "Hash": 1996591978, + "Hash64": 167145466149874558 + }, + "StartFloorID": 81131001, + "FloorIDList": [ + 81131001 + ] + }, + { + "PlaneID": 81132, + "PlaneType": "Rogue", + "SubType": 1, + "MazePoolType": 3, + "WorldID": 101, + "PlaneName": { + "Hash": 1996591979, + "Hash64": 15868182945008195467 + }, + "StartFloorID": 81132001, + "FloorIDList": [ + 81132001 + ] + }, + { + "PlaneID": 81121, + "PlaneType": "Rogue", + "SubType": 1, + "MazePoolType": 3, + "WorldID": 101, + "PlaneName": { + "Hash": 430508037, + "Hash64": 3017433178725415624 + }, + "StartFloorID": 81121001, + "FloorIDList": [ + 81121001 + ] + }, + { + "PlaneID": 81122, + "PlaneType": "Rogue", + "SubType": 1, + "MazePoolType": 3, + "WorldID": 101, + "PlaneName": { + "Hash": 430508038, + "Hash64": 12355407641064019863 + }, + "StartFloorID": 81122001, + "FloorIDList": [ + 81122001 + ] + }, + { + "PlaneID": 81123, + "PlaneType": "Rogue", + "SubType": 1, + "MazePoolType": 3, + "WorldID": 101, + "PlaneName": { + "Hash": 430508039, + "Hash64": 16206797464745116525 + }, + "StartFloorID": 81123001, + "FloorIDList": [ + 81123001 + ] + }, + { + "PlaneID": 81211, + "PlaneType": "Rogue", + "SubType": 1, + "MazePoolType": 3, + "WorldID": 101, + "PlaneName": { + "Hash": 833792725, + "Hash64": 17049072642148149658 + }, + "StartFloorID": 81211001, + "FloorIDList": [ + 81211001 + ] + }, + { + "PlaneID": 81212, + "PlaneType": "Rogue", + "SubType": 1, + "MazePoolType": 3, + "WorldID": 101, + "PlaneName": { + "Hash": 833792724, + "Hash64": 15356282106866432426 + }, + "StartFloorID": 81212001, + "FloorIDList": [ + 81212001 + ] + }, + { + "PlaneID": 81221, + "PlaneType": "Rogue", + "SubType": 1, + "MazePoolType": 3, + "WorldID": 101, + "PlaneName": { + "Hash": 430508198, + "Hash64": 10334885580015718524 + }, + "StartFloorID": 81221001, + "FloorIDList": [ + 81221001 + ] + }, + { + "PlaneID": 81222, + "PlaneType": "Rogue", + "SubType": 1, + "MazePoolType": 3, + "WorldID": 101, + "PlaneName": { + "Hash": 430508197, + "Hash64": 12720498374773104383 + }, + "StartFloorID": 81222001, + "FloorIDList": [ + 81222001 + ] + }, + { + "PlaneID": 81223, + "PlaneType": "Rogue", + "SubType": 1, + "MazePoolType": 3, + "WorldID": 101, + "PlaneName": { + "Hash": 430508196, + "Hash64": 432145264256394262 + }, + "StartFloorID": 81223001, + "FloorIDList": [ + 81223001 + ] + }, + { + "PlaneID": 81231, + "PlaneType": "Rogue", + "SubType": 1, + "MazePoolType": 3, + "WorldID": 101, + "PlaneName": { + "Hash": 1996592139, + "Hash64": 3159662443187933147 + }, + "StartFloorID": 81231001, + "FloorIDList": [ + 81231001 + ] + }, + { + "PlaneID": 81232, + "PlaneType": "Rogue", + "SubType": 1, + "MazePoolType": 3, + "WorldID": 101, + "PlaneName": { + "Hash": 1996592138, + "Hash64": 10810212681897340330 + }, + "StartFloorID": 81232001, + "FloorIDList": [ + 81232001 + ] + }, + { + "PlaneID": 81311, + "PlaneType": "Rogue", + "SubType": 1, + "MazePoolType": 3, + "WorldID": 101, + "PlaneName": { + "Hash": 833792630, + "Hash64": 5317872220424248499 + }, + "StartFloorID": 81311001, + "FloorIDList": [ + 81311001 + ] + }, + { + "PlaneID": 81312, + "PlaneType": "Rogue", + "SubType": 1, + "MazePoolType": 3, + "WorldID": 101, + "PlaneName": { + "Hash": 833792627, + "Hash64": 15253730854687080959 + }, + "StartFloorID": 81312001, + "FloorIDList": [ + 81312001 + ] + }, + { + "PlaneID": 81313, + "PlaneType": "Rogue", + "SubType": 1, + "MazePoolType": 3, + "WorldID": 101, + "PlaneName": { + "Hash": 833792628, + "Hash64": 11927332986604944049 + }, + "StartFloorID": 81313001, + "FloorIDList": [ + 81313001 + ] + }, + { + "PlaneID": 80200, + "PlaneType": "Rogue", + "SubType": 2, + "MazePoolType": 4, + "WorldID": 101, + "PlaneName": { + "Hash": 853995702, + "Hash64": 13464487010058212062 + }, + "StartFloorID": 80200001, + "FloorIDList": [ + 80200001, + 80200002, + 80200003, + 80200004, + 80200005, + 80200006, + 80200007, + 80200008 + ] + }, + { + "PlaneID": 80201, + "PlaneType": "Rogue", + "SubType": 2, + "MazePoolType": 4, + "WorldID": 101, + "PlaneName": { + "Hash": 853995701, + "Hash64": 16863429713483496328 + }, + "StartFloorID": 80201001, + "FloorIDList": [ + 80201001 + ] + }, + { + "PlaneID": 80202, + "PlaneType": "Rogue", + "SubType": 2, + "MazePoolType": 4, + "WorldID": 101, + "PlaneName": { + "Hash": 853995700, + "Hash64": 5406188889576825397 + }, + "StartFloorID": 80202001, + "FloorIDList": [ + 80202001 + ] + }, + { + "PlaneID": 80203, + "PlaneType": "Rogue", + "SubType": 2, + "MazePoolType": 4, + "WorldID": 101, + "PlaneName": { + "Hash": 853995699, + "Hash64": 16033670183672214992 + }, + "StartFloorID": 80203001, + "FloorIDList": [ + 80203001 + ] + }, + { + "PlaneID": 80204, + "PlaneType": "Rogue", + "SubType": 2, + "MazePoolType": 4, + "WorldID": 101, + "PlaneName": { + "Hash": 853995698, + "Hash64": 17055743428200805732 + }, + "StartFloorID": 80204001, + "FloorIDList": [ + 80204001 + ] + }, + { + "PlaneID": 80205, + "PlaneType": "Rogue", + "SubType": 2, + "MazePoolType": 4, + "WorldID": 101, + "PlaneName": { + "Hash": 853995697, + "Hash64": 13550808567297335306 + }, + "StartFloorID": 80205001, + "FloorIDList": [ + 80205001 + ] + }, + { + "PlaneID": 80206, + "PlaneType": "Rogue", + "SubType": 2, + "MazePoolType": 4, + "WorldID": 101, + "PlaneName": { + "Hash": 853995696, + "Hash64": 12575251790824823964 + }, + "StartFloorID": 80206001, + "FloorIDList": [ + 80206001 + ] + }, + { + "PlaneID": 80207, + "PlaneType": "Rogue", + "SubType": 2, + "MazePoolType": 4, + "WorldID": 101, + "PlaneName": { + "Hash": 853995695, + "Hash64": 6611739155870051826 + }, + "StartFloorID": 80207001, + "FloorIDList": [ + 80207001 + ] + }, + { + "PlaneID": 80208, + "PlaneType": "Rogue", + "SubType": 2, + "MazePoolType": 4, + "WorldID": 101, + "PlaneName": { + "Hash": 853995694, + "Hash64": 5150788515798998819 + }, + "StartFloorID": 80208001, + "FloorIDList": [ + 80208001 + ] + }, + { + "PlaneID": 80209, + "PlaneType": "Rogue", + "SubType": 2, + "MazePoolType": 4, + "WorldID": 101, + "PlaneName": { + "Hash": 853995693, + "Hash64": 17243582725885579461 + }, + "StartFloorID": 80209001, + "FloorIDList": [ + 80209001 + ] + }, + { + "PlaneID": 80210, + "PlaneType": "Rogue", + "SubType": 2, + "MazePoolType": 4, + "WorldID": 101, + "PlaneName": { + "Hash": -712088239, + "Hash64": 10946911074502267417 + }, + "StartFloorID": 80210001, + "FloorIDList": [ + 80210001 + ] + }, + { + "PlaneID": 80211, + "PlaneType": "Rogue", + "SubType": 2, + "MazePoolType": 4, + "WorldID": 101, + "PlaneName": { + "Hash": -712088240, + "Hash64": 16008827492884727133 + }, + "StartFloorID": 80211001, + "FloorIDList": [ + 80211001 + ] + }, + { + "PlaneID": 80301, + "PlaneType": "Rogue", + "SubType": 1, + "MazePoolType": 80301, + "WorldID": 101, + "PlaneName": { + "Hash": 853995606, + "Hash64": 4175673852543560399 + }, + "StartFloorID": 80301001, + "FloorIDList": [ + 80301001, + 80301002 + ] + }, + { + "PlaneID": 80302, + "PlaneType": "Rogue", + "SubType": 1, + "MazePoolType": 80302, + "WorldID": 101, + "PlaneName": { + "Hash": 853995603, + "Hash64": 9462757505553352763 + }, + "StartFloorID": 80302001, + "FloorIDList": [ + 80302001, + 80302002 + ] + }, + { + "PlaneID": 80303, + "PlaneType": "Rogue", + "SubType": 1, + "MazePoolType": 80303, + "WorldID": 101, + "PlaneName": { + "Hash": 853995604, + "Hash64": 9399992360076673474 + }, + "StartFloorID": 80303001, + "FloorIDList": [ + 80303001 + ] + }, + { + "PlaneID": 80304, + "PlaneType": "Rogue", + "SubType": 1, + "MazePoolType": 80304, + "WorldID": 101, + "PlaneName": { + "Hash": 853995601, + "Hash64": 6038410338567520675 + }, + "StartFloorID": 80304001, + "FloorIDList": [ + 80304001 + ] + }, + { + "PlaneID": 80305, + "PlaneType": "Rogue", + "SubType": 1, + "MazePoolType": 80305, + "WorldID": 101, + "PlaneName": { + "Hash": 853995602, + "Hash64": 13718648989622546764 + }, + "StartFloorID": 80305001, + "FloorIDList": [ + 80305001 + ] + }, + { + "PlaneID": 80400, + "PlaneType": "Rogue", + "SubType": 4, + "MazePoolType": 80400, + "WorldID": 101, + "PlaneName": { + "Hash": 853995504, + "Hash64": 1505563691742459933 + }, + "StartFloorID": 80400001, + "FloorIDList": [ + 80400001 + ] + }, + { + "PlaneID": 80401, + "PlaneType": "Rogue", + "SubType": 3, + "MazePoolType": 804, + "WorldID": 101, + "PlaneName": { + "Hash": 853995503, + "Hash64": 12236173588226369678 + }, + "StartFloorID": 80401001, + "FloorIDList": [ + 80401001 + ] + }, + { + "PlaneID": 80402, + "PlaneType": "Rogue", + "SubType": 3, + "MazePoolType": 804, + "WorldID": 101, + "PlaneName": { + "Hash": 853995506, + "Hash64": 11490278521267392493 + }, + "StartFloorID": 80402001, + "FloorIDList": [ + 80402001 + ] + }, + { + "PlaneID": 80403, + "PlaneType": "Rogue", + "SubType": 3, + "MazePoolType": 804, + "WorldID": 101, + "PlaneName": { + "Hash": 853995505, + "Hash64": 14929822043200554797 + }, + "StartFloorID": 80403001, + "FloorIDList": [ + 80403001 + ] + }, + { + "PlaneID": 80404, + "PlaneType": "Rogue", + "SubType": 3, + "MazePoolType": 804, + "WorldID": 101, + "PlaneName": { + "Hash": 853995508, + "Hash64": 15992828967887713806 + }, + "StartFloorID": 80404001, + "FloorIDList": [ + 80404001 + ] + }, + { + "PlaneID": 80405, + "PlaneType": "Rogue", + "SubType": 3, + "MazePoolType": 804, + "WorldID": 101, + "PlaneName": { + "Hash": 853995507, + "Hash64": 12727985878877005003 + }, + "StartFloorID": 80405001, + "FloorIDList": [ + 80405001 + ] + }, + { + "PlaneID": 80406, + "PlaneType": "Rogue", + "SubType": 3, + "MazePoolType": 804, + "WorldID": 101, + "PlaneName": { + "Hash": 853995510, + "Hash64": 4344321194274439657 + }, + "StartFloorID": 80406001, + "FloorIDList": [ + 80406001 + ] + }, + { + "PlaneID": 80407, + "PlaneType": "Rogue", + "SubType": 3, + "MazePoolType": 804, + "WorldID": 101, + "PlaneName": { + "Hash": 853995509, + "Hash64": 9705218825266378043 + }, + "StartFloorID": 80407001, + "FloorIDList": [ + 80407001 + ] + }, + { + "PlaneID": 80409, + "PlaneType": "Rogue", + "SubType": 5, + "MazePoolType": 80409, + "WorldID": 101, + "PlaneName": { + "Hash": 853995495, + "Hash64": 16343830363831114885 + }, + "StartFloorID": 80409001, + "FloorIDList": [ + 80409001, + 80409002, + 80409003, + 80409004, + 80409005, + 80409006, + 80409007 + ] + }, + { + "PlaneID": 80501, + "PlaneType": "Rogue", + "SubType": 6, + "MazePoolType": 805, + "WorldID": 101, + "PlaneName": { + "Hash": 853995408, + "Hash64": 15512169847854293024 + }, + "StartFloorID": 80501001, + "FloorIDList": [ + 80501001 + ] + }, + { + "PlaneID": 80502, + "PlaneType": "Rogue", + "SubType": 6, + "MazePoolType": 805, + "WorldID": 101, + "PlaneName": { + "Hash": 853995409, + "Hash64": 12743679545045323322 + }, + "StartFloorID": 80502001, + "FloorIDList": [ + 80502001 + ] + }, + { + "PlaneID": 80503, + "PlaneType": "Rogue", + "SubType": 6, + "MazePoolType": 805, + "WorldID": 101, + "PlaneName": { + "Hash": 853995410, + "Hash64": 2302275280571815207 + }, + "StartFloorID": 80503001, + "FloorIDList": [ + 80503001 + ] + }, + { + "PlaneID": 80504, + "PlaneType": "Rogue", + "SubType": 6, + "MazePoolType": 805, + "WorldID": 101, + "PlaneName": { + "Hash": 853995411, + "Hash64": 18285552633623210609 + }, + "StartFloorID": 80504001, + "FloorIDList": [ + 80504001 + ] + }, + { + "PlaneID": 80505, + "PlaneType": "Rogue", + "SubType": 6, + "MazePoolType": 805, + "WorldID": 101, + "PlaneName": { + "Hash": 853995412, + "Hash64": 6213318314682259681 + }, + "StartFloorID": 80505001, + "FloorIDList": [ + 80505001 + ] + }, + { + "PlaneID": 80506, + "PlaneType": "Rogue", + "SubType": 6, + "MazePoolType": 805, + "WorldID": 101, + "PlaneName": { + "Hash": 853995413, + "Hash64": 10402970879541553478 + }, + "StartFloorID": 80506001, + "FloorIDList": [ + 80506001 + ] + }, + { + "PlaneID": 80507, + "PlaneType": "Rogue", + "SubType": 6, + "MazePoolType": 805, + "WorldID": 101, + "PlaneName": { + "Hash": 853995414, + "Hash64": 6060795958805198888 + }, + "StartFloorID": 80507001, + "FloorIDList": [ + 80507001 + ] + }, + { + "PlaneID": 80508, + "PlaneType": "Rogue", + "SubType": 6, + "MazePoolType": 805, + "WorldID": 101, + "PlaneName": { + "Hash": 853995399, + "Hash64": 1882011072115234083 + }, + "StartFloorID": 80508001, + "FloorIDList": [ + 80508001, + 80508002, + 80508003, + 80508004, + 80508005, + 80508006, + 80508007 + ] + }, + { + "PlaneID": 80601, + "PlaneType": "Rogue", + "SubType": 3, + "MazePoolType": 804, + "WorldID": 101, + "PlaneName": { + "Hash": 853995569, + "Hash64": 10741588949529535405 + }, + "StartFloorID": 80601001, + "FloorIDList": [ + 80601001 + ] + }, + { + "PlaneID": 80602, + "PlaneType": "Rogue", + "SubType": 3, + "MazePoolType": 804, + "WorldID": 101, + "PlaneName": { + "Hash": 853995568, + "Hash64": 293085637349112948 + }, + "StartFloorID": 80602001, + "FloorIDList": [ + 80602001 + ] + }, + { + "PlaneID": 80603, + "PlaneType": "Rogue", + "SubType": 3, + "MazePoolType": 804, + "WorldID": 101, + "PlaneName": { + "Hash": 853995567, + "Hash64": 10583401624143818379 + }, + "StartFloorID": 80603001, + "FloorIDList": [ + 80603001 + ] + }, + { + "PlaneID": 80604, + "PlaneType": "Rogue", + "SubType": 3, + "MazePoolType": 804, + "WorldID": 101, + "PlaneName": { + "Hash": 853995574, + "Hash64": 14954481931899732833 + }, + "StartFloorID": 80604001, + "FloorIDList": [ + 80604001 + ] + }, + { + "PlaneID": 80605, + "PlaneType": "Rogue", + "SubType": 4, + "MazePoolType": 80600, + "WorldID": 101, + "PlaneName": { + "Hash": 853995573, + "Hash64": 15204003317753271848 + }, + "StartFloorID": 80605001, + "FloorIDList": [ + 80605001 + ] + }, + { + "PlaneID": 80606, + "PlaneType": "Rogue", + "SubType": 4, + "MazePoolType": 80600, + "WorldID": 101, + "PlaneName": { + "Hash": 853995572, + "Hash64": 10004550958659770123 + }, + "StartFloorID": 80606001, + "FloorIDList": [ + 80606001 + ] + }, + { + "PlaneID": 80408, + "PlaneType": "Rogue", + "SubType": 3, + "MazePoolType": 804, + "WorldID": 101, + "PlaneName": { + "Hash": 853995496, + "Hash64": 5394967283477137148 + }, + "StartFloorID": 80408001, + "FloorIDList": [ + 80408001, + 80408002, + 80408003, + 80408004, + 80408005, + 80408006, + 80408007, + 80408008 + ] + } + ] +} \ No newline at end of file diff --git a/resources/StageConfig.json b/resources/StageConfig.json new file mode 100644 index 0000000..fb23264 --- /dev/null +++ b/resources/StageConfig.json @@ -0,0 +1,294444 @@ +{ + "stage_config": [ + { + "Level": 29, + "StageID": 103201, + "MonsterList": [ + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 29, + "StageID": 103202, + "MonsterList": [ + [ + 1022010, + 8003010, + 1022010 + ] + ] + }, + { + "Level": 60, + "StageID": 103203, + "MonsterList": [ + [ + 8001050, + 8003050, + 8001050 + ] + ] + }, + { + "Level": 60, + "StageID": 103204, + "MonsterList": [ + [ + 8001040, + 2013010, + 8001040 + ] + ] + }, + { + "Level": 50, + "StageID": 103205, + "MonsterList": [ + [ + 8012010, + 8013010, + 8012010 + ] + ] + }, + { + "Level": 50, + "StageID": 103206, + "MonsterList": [ + [ + 1023020 + ] + ] + }, + { + "Level": 39, + "StageID": 103207, + "MonsterList": [ + [ + 8002010, + 8003030, + 8002010 + ] + ] + }, + { + "Level": 39, + "StageID": 103208, + "MonsterList": [ + [ + 1022010, + 8003050, + 1022020 + ] + ] + }, + { + "Level": 70, + "StageID": 103209, + "MonsterList": [ + [ + 1002030, + 1003010, + 1002040 + ] + ] + }, + { + "Level": 70, + "StageID": 103210, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 80, + "StageID": 103211, + "MonsterList": [ + [ + 2022010, + 2023010 + ] + ] + }, + { + "Level": 80, + "StageID": 103212, + "MonsterList": [ + [ + 2022010, + 8003020, + 2022010 + ] + ] + }, + { + "Level": 40, + "StageID": 301001, + "MonsterList": [ + [ + 1022020, + 1023010, + 8003020, + 1022020 + ] + ] + }, + { + "Level": 40, + "StageID": 301002, + "MonsterList": [ + [ + 1003010, + 1003010 + ] + ] + }, + { + "Level": 40, + "StageID": 301003, + "MonsterList": [ + [ + 1013020, + 1013010 + ] + ] + }, + { + "Level": 40, + "StageID": 301004, + "MonsterList": [ + [ + 1012010, + 1014010, + 1012010 + ] + ] + }, + { + "Level": 40, + "StageID": 301005, + "MonsterList": [ + [ + 8013010, + 8013010 + ] + ] + }, + { + "Level": 40, + "StageID": 301006, + "MonsterList": [ + [ + 1022010, + 1004010, + 1022010 + ] + ] + }, + { + "Level": 40, + "StageID": 301007, + "MonsterList": [ + [ + 8003010, + 1023010 + ] + ] + }, + { + "Level": 40, + "StageID": 301008, + "MonsterList": [ + [ + 8003030, + 8003030 + ] + ] + }, + { + "Level": 72, + "StageID": 307001, + "MonsterList": [ + [ + 1013013, + 1013023 + ] + ] + }, + { + "Level": 25, + "StageID": 307002, + "MonsterList": [ + [ + 1013012, + 1013022 + ] + ] + }, + { + "Level": 37, + "StageID": 307003, + "MonsterList": [ + [ + 1013012, + 1013022 + ] + ] + }, + { + "Level": 50, + "StageID": 307004, + "MonsterList": [ + [ + 1013012, + 1013022 + ] + ] + }, + { + "Level": 60, + "StageID": 307005, + "MonsterList": [ + [ + 1013012, + 1013022 + ] + ] + }, + { + "Level": 72, + "StageID": 307006, + "MonsterList": [ + [ + 1013012, + 1013022 + ] + ] + }, + { + "Level": 81, + "StageID": 307007, + "MonsterList": [ + [ + 1013012, + 1013022 + ] + ] + }, + { + "Level": 86, + "StageID": 307008, + "MonsterList": [ + [ + 1013012, + 1013022 + ] + ] + }, + { + "Level": 72, + "StageID": 307011, + "MonsterList": [ + [ + 1004022 + ] + ] + }, + { + "Level": 25, + "StageID": 307012, + "MonsterList": [ + [ + 1004023 + ] + ] + }, + { + "Level": 37, + "StageID": 307013, + "MonsterList": [ + [ + 1004023 + ] + ] + }, + { + "Level": 50, + "StageID": 307014, + "MonsterList": [ + [ + 1004023 + ] + ] + }, + { + "Level": 60, + "StageID": 307015, + "MonsterList": [ + [ + 1004023 + ] + ] + }, + { + "Level": 72, + "StageID": 307016, + "MonsterList": [ + [ + 1004023 + ] + ] + }, + { + "Level": 81, + "StageID": 307017, + "MonsterList": [ + [ + 1004023 + ] + ] + }, + { + "Level": 86, + "StageID": 307018, + "MonsterList": [ + [ + 1004023 + ] + ] + }, + { + "Level": 72, + "StageID": 307021, + "MonsterList": [ + [ + 1014011 + ] + ] + }, + { + "Level": 25, + "StageID": 307022, + "MonsterList": [ + [ + 1014012 + ] + ] + }, + { + "Level": 37, + "StageID": 307023, + "MonsterList": [ + [ + 1014012 + ] + ] + }, + { + "Level": 50, + "StageID": 307024, + "MonsterList": [ + [ + 1014012 + ] + ] + }, + { + "Level": 60, + "StageID": 307025, + "MonsterList": [ + [ + 1014012 + ] + ] + }, + { + "Level": 72, + "StageID": 307026, + "MonsterList": [ + [ + 1014012 + ] + ] + }, + { + "Level": 81, + "StageID": 307027, + "MonsterList": [ + [ + 1014012 + ] + ] + }, + { + "Level": 86, + "StageID": 307028, + "MonsterList": [ + [ + 1014012 + ] + ] + }, + { + "Level": 72, + "StageID": 307031, + "MonsterList": [ + [ + 2002010, + 2004011, + 2002010 + ] + ] + }, + { + "Level": 25, + "StageID": 307032, + "MonsterList": [ + [ + 2002010, + 2004012, + 2002010 + ] + ] + }, + { + "Level": 37, + "StageID": 307033, + "MonsterList": [ + [ + 2002010, + 2004012, + 2002010 + ] + ] + }, + { + "Level": 50, + "StageID": 307034, + "MonsterList": [ + [ + 2002010, + 2004012, + 2002010 + ] + ] + }, + { + "Level": 60, + "StageID": 307035, + "MonsterList": [ + [ + 2002010, + 2004012, + 2002010 + ] + ] + }, + { + "Level": 72, + "StageID": 307036, + "MonsterList": [ + [ + 2002010, + 2004012, + 2002010 + ] + ] + }, + { + "Level": 81, + "StageID": 307037, + "MonsterList": [ + [ + 2002010, + 2004012, + 2002010 + ] + ] + }, + { + "Level": 86, + "StageID": 307038, + "MonsterList": [ + [ + 2002010, + 2004012, + 2002010 + ] + ] + }, + { + "Level": 72, + "StageID": 307041, + "MonsterList": [ + [ + 1004011 + ] + ] + }, + { + "Level": 25, + "StageID": 307042, + "MonsterList": [ + [ + 1004012 + ] + ] + }, + { + "Level": 37, + "StageID": 307043, + "MonsterList": [ + [ + 1004012 + ] + ] + }, + { + "Level": 50, + "StageID": 307044, + "MonsterList": [ + [ + 1004012 + ] + ] + }, + { + "Level": 60, + "StageID": 307045, + "MonsterList": [ + [ + 1004012 + ] + ] + }, + { + "Level": 72, + "StageID": 307046, + "MonsterList": [ + [ + 1004012 + ] + ] + }, + { + "Level": 81, + "StageID": 307047, + "MonsterList": [ + [ + 1004012 + ] + ] + }, + { + "Level": 86, + "StageID": 307048, + "MonsterList": [ + [ + 1004012 + ] + ] + }, + { + "Level": 44, + "StageID": 307111, + "MonsterList": [ + [ + 1012010, + 1013020, + 1012010 + ] + ] + }, + { + "Level": 44, + "StageID": 307112, + "MonsterList": [ + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 44, + "StageID": 307113, + "MonsterList": [ + [ + 8012010, + 8013010, + 8012010 + ] + ] + }, + { + "Level": 44, + "StageID": 307114, + "MonsterList": [ + [ + 2022010, + 2023030, + 2022010 + ] + ] + }, + { + "Level": 44, + "StageID": 307121, + "MonsterList": [ + [ + 1012010, + 1013021, + 1012010 + ] + ] + }, + { + "Level": 44, + "StageID": 307122, + "MonsterList": [ + [ + 1022020, + 1023011, + 1022020 + ] + ] + }, + { + "Level": 44, + "StageID": 307123, + "MonsterList": [ + [ + 8012010, + 8013011, + 8012010 + ] + ] + }, + { + "Level": 44, + "StageID": 307124, + "MonsterList": [ + [ + 2022010, + 2023031, + 2022010 + ] + ] + }, + { + "Level": 44, + "StageID": 307131, + "MonsterList": [ + [ + 1004022 + ] + ] + }, + { + "Level": 44, + "StageID": 307211, + "MonsterList": [ + [ + 1023020 + ] + ] + }, + { + "Level": 44, + "StageID": 307212, + "MonsterList": [ + [ + 8001020, + 8003010, + 8001020 + ] + ] + }, + { + "Level": 44, + "StageID": 307213, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 44, + "StageID": 307214, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 44, + "StageID": 307221, + "MonsterList": [ + [ + 1023021 + ] + ] + }, + { + "Level": 44, + "StageID": 307222, + "MonsterList": [ + [ + 8001020, + 8003011, + 8001020 + ] + ] + }, + { + "Level": 44, + "StageID": 307223, + "MonsterList": [ + [ + 8002010, + 8003041, + 8002010 + ] + ] + }, + { + "Level": 44, + "StageID": 307224, + "MonsterList": [ + [ + 2013011 + ] + ] + }, + { + "Level": 44, + "StageID": 307231, + "MonsterList": [ + [ + 1004011 + ] + ] + }, + { + "Level": 44, + "StageID": 307311, + "MonsterList": [ + [ + 1003010 + ] + ] + }, + { + "Level": 44, + "StageID": 307312, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 44, + "StageID": 307313, + "MonsterList": [ + [ + 8001050, + 8003050, + 8001050 + ] + ] + }, + { + "Level": 44, + "StageID": 307314, + "MonsterList": [ + [ + 2022040, + 2023020, + 2022050 + ] + ] + }, + { + "Level": 44, + "StageID": 307321, + "MonsterList": [ + [ + 1003011 + ] + ] + }, + { + "Level": 44, + "StageID": 307322, + "MonsterList": [ + [ + 8001010, + 8003021, + 8001010 + ] + ] + }, + { + "Level": 44, + "StageID": 307323, + "MonsterList": [ + [ + 8001050, + 8003051, + 8001050 + ] + ] + }, + { + "Level": 44, + "StageID": 307324, + "MonsterList": [ + [ + 2022040, + 2023021, + 2022050 + ] + ] + }, + { + "Level": 44, + "StageID": 307331, + "MonsterList": [ + [ + 2024011 + ] + ] + }, + { + "Level": 44, + "StageID": 307411, + "MonsterList": [ + [ + 1013010 + ] + ] + }, + { + "Level": 44, + "StageID": 307412, + "MonsterList": [ + [ + 8001020, + 8003010, + 8001020 + ] + ] + }, + { + "Level": 44, + "StageID": 307413, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 44, + "StageID": 307414, + "MonsterList": [ + [ + 2022040, + 2023020, + 2022050 + ] + ] + }, + { + "Level": 44, + "StageID": 307421, + "MonsterList": [ + [ + 1013011 + ] + ] + }, + { + "Level": 44, + "StageID": 307422, + "MonsterList": [ + [ + 8001020, + 8003011, + 8001020 + ] + ] + }, + { + "Level": 44, + "StageID": 307423, + "MonsterList": [ + [ + 2013011 + ] + ] + }, + { + "Level": 44, + "StageID": 307424, + "MonsterList": [ + [ + 2022040, + 2023021, + 2022050 + ] + ] + }, + { + "Level": 44, + "StageID": 307431, + "MonsterList": [ + [ + 1014011 + ] + ] + }, + { + "Level": 44, + "StageID": 307511, + "MonsterList": [ + [ + 8002082, + 1022010, + 8003030, + 1022010 + ] + ] + }, + { + "Level": 44, + "StageID": 307512, + "MonsterList": [ + [ + 8012010, + 8013010, + 8012010, + 8002061 + ] + ] + }, + { + "Level": 44, + "StageID": 307513, + "MonsterList": [ + [ + 2023010, + 8002071 + ] + ] + }, + { + "Level": 44, + "StageID": 307514, + "MonsterList": [ + [ + 2022010, + 2023030, + 8002071 + ] + ] + }, + { + "Level": 44, + "StageID": 307521, + "MonsterList": [ + [ + 1022010, + 8003031, + 1022010, + 8002082 + ] + ] + }, + { + "Level": 44, + "StageID": 307522, + "MonsterList": [ + [ + 8002061, + 8012010, + 8013011, + 8012010 + ] + ] + }, + { + "Level": 44, + "StageID": 307523, + "MonsterList": [ + [ + 8002071, + 2023011 + ] + ] + }, + { + "Level": 44, + "StageID": 307524, + "MonsterList": [ + [ + 8002071, + 2023031, + 2022010 + ] + ] + }, + { + "Level": 44, + "StageID": 307531, + "MonsterList": [ + [ + 2002010, + 2004011, + 2002010 + ] + ] + }, + { + "Level": 80, + "StageID": 310010, + "MonsterList": [ + [ + 801301005 + ] + ] + }, + { + "Level": 80, + "StageID": 310011, + "MonsterList": [ + [ + 801201019, + 801301010, + 801201019, + 801101007 + ] + ] + }, + { + "Level": 80, + "StageID": 310020, + "MonsterList": [ + [ + 801202004, + 801202004, + 801202004 + ] + ] + }, + { + "Level": 80, + "StageID": 310030, + "MonsterList": [ + [ + 800101010, + 800102010, + 800102010, + 800101010 + ], + [ + 800101010, + 800102010, + 800102010, + 800101010 + ], + [ + 800101010, + 800102010, + 102201007, + 800102010, + 800101010 + ] + ] + }, + { + "Level": 80, + "StageID": 310040, + "MonsterList": [ + [ + 102202010, + 102301008, + 102202010 + ] + ] + }, + { + "Level": 80, + "StageID": 310050, + "MonsterList": [ + [ + 102202009, + 102301007, + 102202009 + ] + ] + }, + { + "Level": 85, + "StageID": 310059, + "MonsterList": [ + [ + 300203007, + 300203007, + 300301001, + 300203007, + 300203007 + ], + [ + 3014020 + ] + ] + }, + { + "Level": 80, + "StageID": 310060, + "MonsterList": [ + [ + 102202006, + 102301005 + ] + ] + }, + { + "Level": 95, + "StageID": 310069, + "MonsterList": [ + [ + 3004020 + ] + ] + }, + { + "Level": 80, + "StageID": 310080, + "MonsterList": [ + [ + 801203005, + 801201015, + 801202006, + 801201015 + ] + ] + }, + { + "Level": 80, + "StageID": 310090, + "MonsterList": [ + [ + 100204009, + 100204009, + 100204009 + ], + [ + 100205007, + 100205007, + 100205007 + ] + ] + }, + { + "Level": 80, + "StageID": 310091, + "MonsterList": [ + [ + 800102007, + 800102007, + 102201005, + 800102007 + ] + ] + }, + { + "Level": 80, + "StageID": 310130, + "MonsterList": [ + [ + 100204010, + 100204010, + 100204010, + 100204010 + ], + [ + 801201006, + 801201006, + 801201006, + 801201006, + 801201006 + ] + ] + }, + { + "Level": 80, + "StageID": 310140, + "MonsterList": [ + [ + 4012010, + 4013010, + 4012010 + ], + [ + 4023010, + 4023020 + ] + ] + }, + { + "Level": 80, + "StageID": 310150, + "MonsterList": [ + [ + 4033010 + ], + [ + 4032010, + 4033010, + 4032010 + ] + ] + }, + { + "Level": 80, + "StageID": 311010, + "MonsterList": [ + [ + 801301009 + ] + ] + }, + { + "Level": 80, + "StageID": 311020, + "MonsterList": [ + [ + 100204008, + 100205008, + 100204008 + ], + [ + 100204008, + 100205008, + 100204008 + ] + ] + }, + { + "Level": 80, + "StageID": 311021, + "MonsterList": [ + [ + 100204008, + 100204008, + 100204008, + 100204008 + ], + [ + 100204008, + 100203002, + 100204008 + ], + [ + 100204008, + 100203002, + 100204008 + ] + ] + }, + { + "Level": 80, + "StageID": 311022, + "MonsterList": [ + [ + 100204008, + 100204008, + 100204008, + 100204008 + ], + [ + 100204008, + 100203002, + 100204008 + ], + [ + 100204008, + 100203002, + 100204008 + ] + ] + }, + { + "Level": 80, + "StageID": 311023, + "MonsterList": [ + [ + 100204008, + 100204008, + 100204008, + 100204008 + ], + [ + 100204008, + 100203002, + 100204008 + ], + [ + 100204008, + 100203002, + 100204008 + ] + ] + }, + { + "Level": 80, + "StageID": 311024, + "MonsterList": [ + [ + 100204021, + 100301012, + 100204021 + ] + ] + }, + { + "Level": 80, + "StageID": 311025, + "MonsterList": [ + [ + 100204008, + 100204008, + 100204008, + 100204008 + ], + [ + 100204008, + 100203002, + 100204008 + ], + [ + 100204008, + 100203002, + 100204008 + ] + ] + }, + { + "Level": 80, + "StageID": 311030, + "MonsterList": [ + [ + 101201004, + 101203006, + 101201004 + ], + [ + 101203006, + 101201004, + 101201004 + ] + ] + }, + { + "Level": 80, + "StageID": 311031, + "MonsterList": [ + [ + 101201004, + 101203006, + 101201004 + ], + [ + 101203006, + 101201004, + 101201004 + ] + ] + }, + { + "Level": 80, + "StageID": 311040, + "MonsterList": [ + [ + 102202011, + 102301009, + 102202011 + ] + ] + }, + { + "Level": 80, + "StageID": 311050, + "MonsterList": [ + [ + 800302002 + ] + ] + }, + { + "Level": 80, + "StageID": 311051, + "MonsterList": [ + [ + 801201005, + 801201005, + 801201005 + ], + [ + 801201005, + 801201005, + 801201005 + ], + [ + 100204011, + 100204011, + 100204011 + ] + ] + }, + { + "Level": 80, + "StageID": 311052, + "MonsterList": [ + [ + 800302002 + ] + ] + }, + { + "Level": 80, + "StageID": 311060, + "MonsterList": [ + [ + 101201004, + 1002020, + 101203006 + ] + ] + }, + { + "Level": 80, + "StageID": 311061, + "MonsterList": [ + [ + 101201009, + 100202013, + 101203013 + ] + ] + }, + { + "Level": 80, + "StageID": 311070, + "MonsterList": [ + [ + 801201017, + 801201017, + 801202008, + 801201017, + 801201017 + ] + ] + }, + { + "Level": 80, + "StageID": 311080, + "MonsterList": [ + [ + 800304006 + ] + ] + }, + { + "Level": 80, + "StageID": 311090, + "MonsterList": [ + [ + 801203003, + 801201007, + 801203003, + 801203003 + ] + ] + }, + { + "Level": 80, + "StageID": 311091, + "MonsterList": [ + [ + 102201008, + 800301007, + 102201008 + ] + ] + }, + { + "Level": 80, + "StageID": 311100, + "MonsterList": [ + [ + 8001010, + 800302009, + 8001010 + ] + ] + }, + { + "Level": 80, + "StageID": 311110, + "MonsterList": [ + [ + 800302007 + ] + ] + }, + { + "Level": 80, + "StageID": 311120, + "MonsterList": [ + [ + 801203008, + 800301009, + 801203008 + ] + ] + }, + { + "Level": 80, + "StageID": 312010, + "MonsterList": [ + [ + 100204016, + 100204016, + 100204016 + ] + ] + }, + { + "Level": 80, + "StageID": 312020, + "MonsterList": [ + [ + 101201004, + 101201004, + 101203006, + 101201004 + ] + ] + }, + { + "Level": 80, + "StageID": 312030, + "MonsterList": [ + [ + 101203009, + 102301006, + 101203009 + ] + ] + }, + { + "Level": 80, + "StageID": 312040, + "MonsterList": [ + [ + 101201004, + 101201004, + 101203006, + 101201004 + ], + [ + 101201004, + 101203006, + 101201004, + 101201004 + ] + ] + }, + { + "Level": 80, + "StageID": 312044, + "MonsterList": [ + [ + 101201004, + 101301019, + 101201004 + ] + ] + }, + { + "Level": 80, + "StageID": 312050, + "MonsterList": [ + [ + 102202008, + 800303007, + 102202008 + ] + ] + }, + { + "Level": 80, + "StageID": 312051, + "MonsterList": [ + [ + 2022060, + 2033010, + 2023010, + 2022060 + ] + ] + }, + { + "Level": 80, + "StageID": 312059, + "MonsterList": [ + [ + 4032040, + 4033010, + 4033020, + 4032040 + ], + [ + 2033010, + 2034010, + 2032020 + ] + ] + }, + { + "Level": 80, + "StageID": 312060, + "MonsterList": [ + [ + 801201010, + 801201010, + 801201010 + ] + ] + }, + { + "Level": 80, + "StageID": 312061, + "MonsterList": [ + [ + 801201010, + 801201010, + 801201010 + ] + ] + }, + { + "Level": 80, + "StageID": 312070, + "MonsterList": [ + [ + 100204017, + 100203008, + 100203008, + 100204017 + ] + ] + }, + { + "Level": 80, + "StageID": 312080, + "MonsterList": [ + [ + 800201005, + 800303009, + 800201005 + ] + ] + }, + { + "Level": 80, + "StageID": 312090, + "MonsterList": [ + [ + 102301010 + ] + ] + }, + { + "Level": 80, + "StageID": 312100, + "MonsterList": [ + [ + 1022010, + 800301010, + 1022010 + ] + ] + }, + { + "Level": 80, + "StageID": 312110, + "MonsterList": [ + [ + 801203006, + 801202009, + 801203006, + 801201018 + ] + ] + }, + { + "Level": 80, + "StageID": 312120, + "MonsterList": [ + [ + 1002050, + 101301016, + 1002050 + ] + ] + }, + { + "Level": 80, + "StageID": 312121, + "MonsterList": [ + [ + 1002030, + 1003010, + 2023030, + 1002030 + ] + ] + }, + { + "Level": 80, + "StageID": 312129, + "MonsterList": [ + [ + 1002030, + 1003010, + 2023030, + 1002030 + ], + [ + 3024010 + ] + ] + }, + { + "Level": 80, + "StageID": 312130, + "MonsterList": [ + [ + 201201005, + 202301011, + 201201005 + ] + ] + }, + { + "Level": 80, + "StageID": 312140, + "MonsterList": [ + [ + 202201010, + 202303006, + 202201010 + ] + ] + }, + { + "Level": 80, + "StageID": 312150, + "MonsterList": [ + [ + 801301015 + ] + ] + }, + { + "Level": 80, + "StageID": 312170, + "MonsterList": [ + [ + 800201009, + 800303012, + 800201009 + ] + ] + }, + { + "Level": 80, + "StageID": 312171, + "MonsterList": [ + [ + 800201009, + 2013020, + 800201009 + ] + ] + }, + { + "Level": 80, + "StageID": 312180, + "MonsterList": [ + [ + 8012030, + 8012030, + 8003050, + 8012030, + 8012030 + ] + ] + }, + { + "Level": 80, + "StageID": 312181, + "MonsterList": [ + [ + 2002010, + 2022050, + 2002010 + ], + [ + 2032010, + 2023020, + 2032010 + ] + ] + }, + { + "Level": 80, + "StageID": 312200, + "MonsterList": [ + [ + 200201011, + 200201011, + 200201011 + ], + [ + 8012020, + 8003010 + ], + [ + 2002010, + 202302012, + 2002010 + ] + ] + }, + { + "Level": 80, + "StageID": 312201, + "MonsterList": [ + [ + 2011010, + 2002010 + ] + ] + }, + { + "Level": 80, + "StageID": 312202, + "MonsterList": [ + [ + 2011020, + 2002030 + ] + ] + }, + { + "Level": 80, + "StageID": 312203, + "MonsterList": [ + [ + 2011010, + 2022060, + 2011020 + ] + ] + }, + { + "Level": 80, + "StageID": 312210, + "MonsterList": [ + [ + 2022010, + 2013010, + 2022010 + ] + ] + }, + { + "Level": 80, + "StageID": 312211, + "MonsterList": [ + [ + 2022010, + 2013010, + 2022010 + ] + ] + }, + { + "Level": 80, + "StageID": 312220, + "MonsterList": [ + [ + 301202003, + 300202003, + 300301008, + 301202003, + 300202003 + ], + [ + 300305005, + 300304001, + 300303004 + ] + ] + }, + { + "Level": 80, + "StageID": 312230, + "MonsterList": [ + [ + 202303015, + 202303015 + ] + ] + }, + { + "Level": 80, + "StageID": 312250, + "MonsterList": [ + [ + 1022010, + 8012020, + 8012020, + 1022010 + ], + [ + 1022010, + 8012020, + 8003050, + 8003050, + 8012030 + ] + ] + }, + { + "Level": 80, + "StageID": 312251, + "MonsterList": [ + [ + 3004010, + 3003051, + 3003041, + 3003031 + ] + ] + }, + { + "Level": 80, + "StageID": 313010, + "MonsterList": [ + [ + 803201005, + 803201005, + 803301004, + 803202005, + 803202005 + ] + ] + }, + { + "Level": 80, + "StageID": 313020, + "MonsterList": [ + [ + 100205018, + 100205018, + 100205018, + 100205018, + 100205018 + ], + [ + 100205017, + 100205017, + 100205017, + 100205017, + 100205017 + ], + [ + 100205017, + 100205017, + 100301015, + 100205017, + 100205017 + ] + ] + }, + { + "Level": 80, + "StageID": 313030, + "MonsterList": [ + [ + 100301018 + ] + ] + }, + { + "Level": 80, + "StageID": 313040, + "MonsterList": [ + [ + 100203017, + 100203017, + 102301015, + 100203017, + 100203017 + ] + ] + }, + { + "Level": 80, + "StageID": 313050, + "MonsterList": [ + [ + 101302023 + ] + ] + }, + { + "Level": 80, + "StageID": 313051, + "MonsterList": [ + [ + 2002010, + 8033010, + 1002020 + ] + ] + }, + { + "Level": 80, + "StageID": 313060, + "MonsterList": [ + [ + 800201012, + 800302019, + 800201012 + ] + ] + }, + { + "Level": 80, + "StageID": 313070, + "MonsterList": [ + [ + 101203015, + 800301013, + 101203015 + ] + ] + }, + { + "Level": 80, + "StageID": 313080, + "MonsterList": [ + [ + 3002030, + 300301002, + 3002030, + 3001020 + ], + [ + 3002030, + 300301002, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 80, + "StageID": 313081, + "MonsterList": [ + [ + 3001020, + 3002010 + ] + ] + }, + { + "Level": 80, + "StageID": 313082, + "MonsterList": [ + [ + 3001020, + 3001020 + ] + ] + }, + { + "Level": 80, + "StageID": 313083, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 80, + "StageID": 313084, + "MonsterList": [ + [ + 3001010, + 3002030 + ] + ] + }, + { + "Level": 80, + "StageID": 313085, + "MonsterList": [ + [ + 3002030, + 300305006, + 3002030, + 3001020 + ], + [ + 3002030, + 300301002, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 80, + "StageID": 313090, + "MonsterList": [ + [ + 100205021, + 100205021, + 100301022, + 100205021, + 100205021 + ] + ] + }, + { + "Level": 80, + "StageID": 313100, + "MonsterList": [ + [ + 3001010, + 3002030, + 3013010, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 80, + "StageID": 313101, + "MonsterList": [ + [ + 3001010, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 80, + "StageID": 313102, + "MonsterList": [ + [ + 3001010, + 3001010, + 3002010, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 80, + "StageID": 313103, + "MonsterList": [ + [ + 3001010, + 3001010, + 3001020, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 80, + "StageID": 313120, + "MonsterList": [ + [ + 102202023, + 101302024, + 102202023 + ] + ] + }, + { + "Level": 80, + "StageID": 313130, + "MonsterList": [ + [ + 2012010, + 2023030, + 2012010 + ], + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 80, + "StageID": 313140, + "MonsterList": [ + [ + 1003010 + ] + ] + }, + { + "Level": 80, + "StageID": 313150, + "MonsterList": [ + [ + 1002050, + 1002050 + ], + [ + 100301023, + 101302029 + ] + ] + }, + { + "Level": 80, + "StageID": 313170, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032010, + 2032010 + ], + [ + 2032010, + 2033010, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 80, + "StageID": 314010, + "MonsterList": [ + [ + 1003010 + ] + ] + }, + { + "Level": 80, + "StageID": 314011, + "MonsterList": [ + [ + 1003010 + ] + ] + }, + { + "Level": 80, + "StageID": 314020, + "MonsterList": [ + [ + 2023030 + ] + ] + }, + { + "Level": 80, + "StageID": 314021, + "MonsterList": [ + [ + 2023030 + ] + ] + }, + { + "Level": 80, + "StageID": 314030, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ], + [ + 4012010, + 401301002, + 4012030 + ] + ] + }, + { + "Level": 80, + "StageID": 314040, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ], + [ + 4023010, + 4023020 + ] + ] + }, + { + "Level": 80, + "StageID": 314050, + "MonsterList": [ + [ + 1003010 + ] + ] + }, + { + "Level": 80, + "StageID": 314060, + "MonsterList": [ + [ + 201101006, + 201102006, + 201302016, + 201102006, + 201101006 + ], + [ + 201201014, + 2023030, + 2023030, + 201201014 + ] + ] + }, + { + "Level": 80, + "StageID": 314070, + "MonsterList": [ + [ + 401203006, + 401201013, + 401203006, + 401201013, + 401203006 + ], + [ + 401201013, + 401201013, + 402301003, + 401201013, + 401201013 + ], + [ + 4012020, + 401301004, + 4012020, + 401301005, + 4012020 + ] + ] + }, + { + "Level": 80, + "StageID": 314071, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 80, + "StageID": 314072, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 80, + "StageID": 314073, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 80, + "StageID": 314080, + "MonsterList": [ + [ + 1002030, + 1003010, + 1003010, + 1002030 + ], + [ + 2034013, + 2032020 + ] + ] + }, + { + "Level": 80, + "StageID": 314081, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 80, + "StageID": 314082, + "MonsterList": [ + [ + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 80, + "StageID": 314083, + "MonsterList": [ + [ + 4032040, + 4032040 + ] + ] + }, + { + "Level": 80, + "StageID": 314090, + "MonsterList": [ + [ + 3002030, + 3002040, + 300305010, + 300305010, + 3002030 + ], + [ + 2022040, + 403303003, + 403303003, + 2022040 + ] + ] + }, + { + "Level": 80, + "StageID": 380050, + "MonsterList": [ + [ + 3013010 + ] + ] + }, + { + "Level": 80, + "StageID": 380070, + "MonsterList": [ + [ + 4012020, + 4012010, + 4012030, + 4012040, + 4012010 + ], + [ + 4012020, + 4012030, + 401301001, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 30, + "StageID": 400000, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010, + 8011020 + ] + ] + }, + { + "Level": 30, + "StageID": 400001, + "MonsterList": [ + [ + 801202010, + 8012010 + ] + ] + }, + { + "Level": 30, + "StageID": 400002, + "MonsterList": [ + [ + 800102011, + 800302012, + 800101013 + ] + ] + }, + { + "Level": 30, + "StageID": 400003, + "MonsterList": [ + [ + 102202012 + ], + [ + 800101011, + 800302013, + 102202012 + ] + ] + }, + { + "Level": 30, + "StageID": 400004, + "MonsterList": [ + [ + 102301011 + ] + ] + }, + { + "Level": 30, + "StageID": 400005, + "MonsterList": [ + [ + 8013013, + 8003052 + ] + ] + }, + { + "Level": 30, + "StageID": 400006, + "MonsterList": [ + [ + 1022010, + 8001020, + 8001010, + 8001010 + ] + ] + }, + { + "Level": 30, + "StageID": 400007, + "MonsterList": [ + [ + 202201008, + 2022010, + 201201006 + ] + ] + }, + { + "Level": 60, + "StageID": 400008, + "MonsterList": [ + [ + 800105003, + 800301008, + 800105003 + ] + ] + }, + { + "Level": 80, + "StageID": 400009, + "MonsterList": [ + [ + 8012010, + 8013010, + 8012010 + ] + ] + }, + { + "Level": 80, + "StageID": 400010, + "MonsterList": [ + [ + 8012010, + 8013010, + 8012010 + ] + ] + }, + { + "Level": 30, + "StageID": 400011, + "MonsterList": [ + [ + 800305006 + ], + [ + 800102012, + 800305006, + 800102012 + ] + ] + }, + { + "Level": 30, + "StageID": 400012, + "MonsterList": [ + [ + 101302015 + ], + [ + 101201011, + 101302015, + 101201011 + ] + ] + }, + { + "Level": 30, + "StageID": 400013, + "MonsterList": [ + [ + 801301011 + ], + [ + 801201020, + 801301011, + 801201020 + ] + ] + }, + { + "Level": 30, + "StageID": 400014, + "MonsterList": [ + [ + 801301012 + ] + ] + }, + { + "Level": 30, + "StageID": 400015, + "MonsterList": [ + [ + 800101014, + 800101012, + 800302010, + 800101012, + 800101012 + ] + ] + }, + { + "Level": 30, + "StageID": 400016, + "MonsterList": [ + [ + 800302011 + ] + ] + }, + { + "Level": 30, + "StageID": 400017, + "MonsterList": [ + [ + 102202013, + 102202014 + ] + ] + }, + { + "Level": 30, + "StageID": 400018, + "MonsterList": [ + [ + 800102011, + 8003042, + 800101013 + ] + ] + }, + { + "Level": 30, + "StageID": 400101, + "MonsterList": [ + [ + 801201025, + 801201025 + ], + [ + 801201025, + 801201025, + 801201025, + 801201025 + ] + ] + }, + { + "Level": 30, + "StageID": 400102, + "MonsterList": [ + [ + 801101008, + 801201024, + 801201024, + 801102007 + ] + ] + }, + { + "Level": 30, + "StageID": 400103, + "MonsterList": [ + [ + 102202017 + ], + [ + 102202015, + 102202015, + 102202015 + ] + ] + }, + { + "Level": 30, + "StageID": 400104, + "MonsterList": [ + [ + 8001040 + ], + [ + 8001040, + 800102014 + ], + [ + 102202016, + 102201010 + ] + ] + }, + { + "Level": 30, + "StageID": 400105, + "MonsterList": [ + [ + 100203011 + ], + [ + 100203010, + 100203010 + ] + ] + }, + { + "Level": 30, + "StageID": 400106, + "MonsterList": [ + [ + 101201015 + ], + [ + 101201013, + 101201013 + ] + ] + }, + { + "Level": 80, + "StageID": 400107, + "MonsterList": [ + [ + 3012020, + 3013010, + 3012020 + ] + ] + }, + { + "Level": 30, + "StageID": 400108, + "MonsterList": [ + [ + 102201014, + 102201014, + 102201014, + 102202026 + ], + [ + 801102011, + 800303018 + ] + ] + }, + { + "Level": 30, + "StageID": 400109, + "MonsterList": [ + [ + 801102012, + 801102012 + ], + [ + 800305018, + 801102012 + ] + ] + }, + { + "Level": 30, + "StageID": 400111, + "MonsterList": [ + [ + 101201012, + 100202101, + 101201014 + ] + ] + }, + { + "Level": 60, + "StageID": 400112, + "MonsterList": [ + [ + 800301008 + ] + ] + }, + { + "Level": 30, + "StageID": 400113, + "MonsterList": [ + [ + 8013013, + 8003052 + ] + ] + }, + { + "Level": 30, + "StageID": 400114, + "MonsterList": [ + [ + 101302020 + ] + ] + }, + { + "Level": 30, + "StageID": 400115, + "MonsterList": [ + [ + 8001020, + 8001020, + 102202018 + ], + [ + 102201011, + 8001020, + 8001010, + 8001010 + ], + [ + 102201011, + 8001020, + 8001010, + 8001010 + ] + ] + }, + { + "Level": 30, + "StageID": 400203, + "MonsterList": [ + [ + 102202017 + ], + [ + 102202015, + 102202015 + ] + ] + }, + { + "Level": 30, + "StageID": 400206, + "MonsterList": [ + [ + 101201015 + ], + [ + 101201013, + 101201013 + ] + ] + }, + { + "Level": 80, + "StageID": 400207, + "MonsterList": [ + [ + 3012020, + 3013010, + 3012020 + ] + ] + }, + { + "Level": 80, + "StageID": 418001, + "MonsterList": [ + [ + 200201009, + 200201009 + ], + [ + 200201009, + 200203104, + 200203104, + 200201009 + ] + ] + }, + { + "Level": 80, + "StageID": 418002, + "MonsterList": [ + [ + 201102004, + 201101004 + ], + [ + 201301008 + ] + ] + }, + { + "Level": 80, + "StageID": 418003, + "MonsterList": [ + [ + 201101004, + 200203104 + ], + [ + 200402008 + ] + ] + }, + { + "Level": 80, + "StageID": 418004, + "MonsterList": [ + [ + 200203104, + 200201009, + 200203104 + ], + [ + 200203104, + 200201009, + 200203104, + 200201009, + 200203104 + ] + ] + }, + { + "Level": 80, + "StageID": 418005, + "MonsterList": [ + [ + 201102004, + 201101004, + 201102004, + 201101004 + ], + [ + 201201009, + 201301102, + 201201009 + ] + ] + }, + { + "Level": 80, + "StageID": 418006, + "MonsterList": [ + [ + 201102004, + 200203104, + 201102004, + 200203104, + 201102004 + ], + [ + 200402102 + ] + ] + }, + { + "Level": 85, + "StageID": 419000, + "MonsterList": [ + [ + 200203105, + 201302010, + 200201010 + ], + [ + 800201018, + 800304014, + 800201018 + ] + ] + }, + { + "Level": 90, + "StageID": 420012, + "MonsterList": [ + [ + 2024013 + ] + ] + }, + { + "Level": 90, + "StageID": 420022, + "MonsterList": [ + [ + 2004013 + ] + ] + }, + { + "Level": 90, + "StageID": 420032, + "MonsterList": [ + [ + 2004023 + ] + ] + }, + { + "Level": 90, + "StageID": 420042, + "MonsterList": [ + [ + 1004032, + 1004025 + ] + ] + }, + { + "Level": 90, + "StageID": 420052, + "MonsterList": [ + [ + 1004013 + ] + ] + }, + { + "Level": 60, + "StageID": 420101, + "MonsterList": [ + [ + 100401401, + 100402601 + ] + ] + }, + { + "Level": 70, + "StageID": 420102, + "MonsterList": [ + [ + 100401402, + 100402602 + ] + ] + }, + { + "Level": 80, + "StageID": 420103, + "MonsterList": [ + [ + 100401403, + 100402603 + ] + ] + }, + { + "Level": 90, + "StageID": 420104, + "MonsterList": [ + [ + 100401404, + 100402604 + ] + ] + }, + { + "Level": 60, + "StageID": 420111, + "MonsterList": [ + [ + 302401301 + ] + ] + }, + { + "Level": 70, + "StageID": 420112, + "MonsterList": [ + [ + 302401302 + ] + ] + }, + { + "Level": 80, + "StageID": 420113, + "MonsterList": [ + [ + 302401303 + ] + ] + }, + { + "Level": 90, + "StageID": 420114, + "MonsterList": [ + [ + 302401304 + ] + ] + }, + { + "Level": 60, + "StageID": 420121, + "MonsterList": [ + [ + 801501201 + ] + ] + }, + { + "Level": 70, + "StageID": 420122, + "MonsterList": [ + [ + 801501202 + ] + ] + }, + { + "Level": 80, + "StageID": 420123, + "MonsterList": [ + [ + 801501203 + ] + ] + }, + { + "Level": 90, + "StageID": 420124, + "MonsterList": [ + [ + 801501204 + ] + ] + }, + { + "Level": 60, + "StageID": 420131, + "MonsterList": [ + [ + 200401401 + ] + ] + }, + { + "Level": 70, + "StageID": 420132, + "MonsterList": [ + [ + 200401402 + ] + ] + }, + { + "Level": 80, + "StageID": 420133, + "MonsterList": [ + [ + 200401403 + ] + ] + }, + { + "Level": 90, + "StageID": 420134, + "MonsterList": [ + [ + 200401404 + ] + ] + }, + { + "Level": 60, + "StageID": 420141, + "MonsterList": [ + [ + 801502201 + ] + ] + }, + { + "Level": 70, + "StageID": 420142, + "MonsterList": [ + [ + 801502202 + ] + ] + }, + { + "Level": 80, + "StageID": 420143, + "MonsterList": [ + [ + 801502203 + ] + ] + }, + { + "Level": 90, + "StageID": 420144, + "MonsterList": [ + [ + 801502204 + ] + ] + }, + { + "Level": 60, + "StageID": 420151, + "MonsterList": [ + [ + 803401201 + ] + ] + }, + { + "Level": 70, + "StageID": 420152, + "MonsterList": [ + [ + 803401202 + ] + ] + }, + { + "Level": 80, + "StageID": 420153, + "MonsterList": [ + [ + 803401203 + ] + ] + }, + { + "Level": 90, + "StageID": 420154, + "MonsterList": [ + [ + 803401204 + ] + ] + }, + { + "Level": 60, + "StageID": 420161, + "MonsterList": [ + [ + 302501301 + ] + ] + }, + { + "Level": 70, + "StageID": 420162, + "MonsterList": [ + [ + 302501302 + ] + ] + }, + { + "Level": 80, + "StageID": 420163, + "MonsterList": [ + [ + 302501303 + ] + ] + }, + { + "Level": 90, + "StageID": 420164, + "MonsterList": [ + [ + 302501304 + ] + ] + }, + { + "Level": 60, + "StageID": 420171, + "MonsterList": [ + [ + 200401401 + ] + ] + }, + { + "Level": 70, + "StageID": 420172, + "MonsterList": [ + [ + 200401402 + ] + ] + }, + { + "Level": 80, + "StageID": 420173, + "MonsterList": [ + [ + 200401403 + ] + ] + }, + { + "Level": 90, + "StageID": 420174, + "MonsterList": [ + [ + 200401404 + ] + ] + }, + { + "Level": 60, + "StageID": 420181, + "MonsterList": [ + [ + 300402101 + ] + ] + }, + { + "Level": 70, + "StageID": 420182, + "MonsterList": [ + [ + 300402102 + ] + ] + }, + { + "Level": 80, + "StageID": 420183, + "MonsterList": [ + [ + 300402103 + ] + ] + }, + { + "Level": 90, + "StageID": 420184, + "MonsterList": [ + [ + 300402104 + ] + ] + }, + { + "Level": 60, + "StageID": 420191, + "MonsterList": [ + [ + 100401401, + 100402601 + ] + ] + }, + { + "Level": 70, + "StageID": 420192, + "MonsterList": [ + [ + 100401402, + 100402602 + ] + ] + }, + { + "Level": 80, + "StageID": 420193, + "MonsterList": [ + [ + 100401403, + 100402603 + ] + ] + }, + { + "Level": 90, + "StageID": 420194, + "MonsterList": [ + [ + 100401404, + 100402604 + ] + ] + }, + { + "Level": 60, + "StageID": 420201, + "MonsterList": [ + [ + 802501101 + ] + ] + }, + { + "Level": 70, + "StageID": 420202, + "MonsterList": [ + [ + 802501102 + ] + ] + }, + { + "Level": 80, + "StageID": 420203, + "MonsterList": [ + [ + 802501103 + ] + ] + }, + { + "Level": 90, + "StageID": 420204, + "MonsterList": [ + [ + 802501104 + ] + ] + }, + { + "Level": 60, + "StageID": 420211, + "MonsterList": [ + [ + 801502201 + ] + ] + }, + { + "Level": 70, + "StageID": 420212, + "MonsterList": [ + [ + 801502202 + ] + ] + }, + { + "Level": 80, + "StageID": 420213, + "MonsterList": [ + [ + 801502203 + ] + ] + }, + { + "Level": 90, + "StageID": 420214, + "MonsterList": [ + [ + 801502204 + ] + ] + }, + { + "Level": 60, + "StageID": 420221, + "MonsterList": [ + [ + 803401201 + ] + ] + }, + { + "Level": 70, + "StageID": 420222, + "MonsterList": [ + [ + 803401202 + ] + ] + }, + { + "Level": 80, + "StageID": 420223, + "MonsterList": [ + [ + 803401203 + ] + ] + }, + { + "Level": 90, + "StageID": 420224, + "MonsterList": [ + [ + 803401204 + ] + ] + }, + { + "Level": 60, + "StageID": 420231, + "MonsterList": [ + [ + 300402101 + ] + ] + }, + { + "Level": 70, + "StageID": 420232, + "MonsterList": [ + [ + 300402102 + ] + ] + }, + { + "Level": 80, + "StageID": 420233, + "MonsterList": [ + [ + 300402103 + ] + ] + }, + { + "Level": 90, + "StageID": 420234, + "MonsterList": [ + [ + 300402104 + ] + ] + }, + { + "Level": 60, + "StageID": 420241, + "MonsterList": [ + [ + 203401401 + ] + ] + }, + { + "Level": 70, + "StageID": 420242, + "MonsterList": [ + [ + 203401402 + ] + ] + }, + { + "Level": 80, + "StageID": 420243, + "MonsterList": [ + [ + 203401403 + ] + ] + }, + { + "Level": 90, + "StageID": 420244, + "MonsterList": [ + [ + 203401404 + ] + ] + }, + { + "Level": 60, + "StageID": 420251, + "MonsterList": [ + [ + 802501101 + ] + ] + }, + { + "Level": 70, + "StageID": 420252, + "MonsterList": [ + [ + 802501102 + ] + ] + }, + { + "Level": 80, + "StageID": 420253, + "MonsterList": [ + [ + 802501103 + ] + ] + }, + { + "Level": 90, + "StageID": 420254, + "MonsterList": [ + [ + 802501104 + ] + ] + }, + { + "Level": 60, + "StageID": 420261, + "MonsterList": [ + [ + 100401401, + 100402601 + ] + ] + }, + { + "Level": 70, + "StageID": 420262, + "MonsterList": [ + [ + 100401402, + 100402602 + ] + ] + }, + { + "Level": 80, + "StageID": 420263, + "MonsterList": [ + [ + 100401403, + 100402603 + ] + ] + }, + { + "Level": 90, + "StageID": 420264, + "MonsterList": [ + [ + 100401404, + 100402604 + ] + ] + }, + { + "Level": 60, + "StageID": 420271, + "MonsterList": [ + [ + 200401401 + ] + ] + }, + { + "Level": 70, + "StageID": 420272, + "MonsterList": [ + [ + 200401402 + ] + ] + }, + { + "Level": 80, + "StageID": 420273, + "MonsterList": [ + [ + 200401403 + ] + ] + }, + { + "Level": 90, + "StageID": 420274, + "MonsterList": [ + [ + 200401404 + ] + ] + }, + { + "Level": 60, + "StageID": 420281, + "MonsterList": [ + [ + 403401301 + ] + ] + }, + { + "Level": 70, + "StageID": 420282, + "MonsterList": [ + [ + 403401302 + ] + ] + }, + { + "Level": 80, + "StageID": 420283, + "MonsterList": [ + [ + 403401303 + ] + ] + }, + { + "Level": 90, + "StageID": 420284, + "MonsterList": [ + [ + 403401304 + ] + ] + }, + { + "Level": 60, + "StageID": 420291, + "MonsterList": [ + [ + 801501201 + ] + ] + }, + { + "Level": 70, + "StageID": 420292, + "MonsterList": [ + [ + 801501202 + ] + ] + }, + { + "Level": 80, + "StageID": 420293, + "MonsterList": [ + [ + 801501203 + ] + ] + }, + { + "Level": 90, + "StageID": 420294, + "MonsterList": [ + [ + 801501204 + ] + ] + }, + { + "Level": 80, + "StageID": 425001, + "MonsterList": [ + [ + 8012010, + 8012020, + 8002040 + ], + [ + 8012010, + 8012020, + 8002040, + 8012010, + 8012020 + ], + [ + 8012010, + 8012020 + ] + ] + }, + { + "Level": 80, + "StageID": 425002, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ], + [ + 8001010, + 8003020, + 8001010, + 8001010, + 8003020 + ], + [ + 8001010, + 8003020 + ] + ] + }, + { + "Level": 80, + "StageID": 425003, + "MonsterList": [ + [ + 8012010, + 8012020, + 8002040 + ], + [ + 8012010, + 8012020, + 8002040, + 8012010, + 8012020 + ], + [ + 8012010, + 8012020 + ] + ] + }, + { + "Level": 80, + "StageID": 425004, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ], + [ + 8001010, + 8003020, + 8001010, + 8001010, + 8003020 + ], + [ + 8001010, + 8003020 + ] + ] + }, + { + "Level": 80, + "StageID": 425005, + "MonsterList": [ + [ + 8012010, + 8012020, + 8002040 + ], + [ + 8012010, + 8012020, + 8002040, + 8012010, + 8012020 + ], + [ + 8012010, + 8012020 + ] + ] + }, + { + "Level": 80, + "StageID": 425006, + "MonsterList": [ + [ + 8012010, + 8012020, + 8002040 + ], + [ + 8012010, + 8012020, + 8002040, + 8012010, + 8012020 + ], + [ + 8012010, + 8012020 + ] + ] + }, + { + "Level": 80, + "StageID": 425007, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ], + [ + 8001010, + 8003020, + 8001010, + 8001010, + 8003020 + ], + [ + 8001010, + 8003020 + ] + ] + }, + { + "Level": 80, + "StageID": 425008, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ], + [ + 8001010, + 8003020, + 8001010, + 8001010, + 8003020 + ], + [ + 8001010, + 8003020 + ] + ] + }, + { + "Level": 24, + "StageID": 1012010, + "MonsterList": [ + [ + 8012010, + 8013010, + 8012010 + ] + ] + }, + { + "Level": 32, + "StageID": 1012011, + "MonsterList": [ + [ + 8012010, + 8013010, + 8012010 + ] + ] + }, + { + "Level": 40, + "StageID": 1012012, + "MonsterList": [ + [ + 8012010, + 8013010, + 8012010 + ] + ] + }, + { + "Level": 48, + "StageID": 1012013, + "MonsterList": [ + [ + 8012010, + 8013010, + 8012010 + ] + ] + }, + { + "Level": 56, + "StageID": 1012014, + "MonsterList": [ + [ + 8012010, + 8013010, + 8012010 + ] + ] + }, + { + "Level": 66, + "StageID": 1012015, + "MonsterList": [ + [ + 8012010, + 8013010, + 8012010 + ] + ] + }, + { + "Level": 80, + "StageID": 1012016, + "MonsterList": [ + [ + 8012010, + 8013010, + 8012010 + ] + ] + }, + { + "Level": 24, + "StageID": 1012020, + "MonsterList": [ + [ + 8001010, + 8003050, + 8001020 + ] + ] + }, + { + "Level": 32, + "StageID": 1012021, + "MonsterList": [ + [ + 8001010, + 8003050, + 8001020 + ] + ] + }, + { + "Level": 40, + "StageID": 1012022, + "MonsterList": [ + [ + 8001010, + 8003050, + 8001020 + ] + ] + }, + { + "Level": 48, + "StageID": 1012023, + "MonsterList": [ + [ + 8001010, + 8003050, + 8001020 + ] + ] + }, + { + "Level": 56, + "StageID": 1012024, + "MonsterList": [ + [ + 8001010, + 8003050, + 8001020 + ] + ] + }, + { + "Level": 66, + "StageID": 1012025, + "MonsterList": [ + [ + 8001010, + 8003050, + 8001020 + ] + ] + }, + { + "Level": 80, + "StageID": 1012026, + "MonsterList": [ + [ + 8001010, + 8003050, + 8001020 + ] + ] + }, + { + "Level": 24, + "StageID": 1012030, + "MonsterList": [ + [ + 1022010, + 8003030, + 1022010 + ] + ] + }, + { + "Level": 32, + "StageID": 1012031, + "MonsterList": [ + [ + 1022010, + 8003030, + 1022010 + ] + ] + }, + { + "Level": 40, + "StageID": 1012032, + "MonsterList": [ + [ + 1022010, + 8003030, + 1022010 + ] + ] + }, + { + "Level": 48, + "StageID": 1012033, + "MonsterList": [ + [ + 1022010, + 8003030, + 1022010 + ] + ] + }, + { + "Level": 56, + "StageID": 1012034, + "MonsterList": [ + [ + 1022010, + 8003030, + 1022010 + ] + ] + }, + { + "Level": 66, + "StageID": 1012035, + "MonsterList": [ + [ + 1022010, + 8003030, + 1022010 + ] + ] + }, + { + "Level": 80, + "StageID": 1012036, + "MonsterList": [ + [ + 1022010, + 8003030, + 1022010 + ] + ] + }, + { + "Level": 24, + "StageID": 1012040, + "MonsterList": [ + [ + 1022020, + 8003020, + 1022020 + ] + ] + }, + { + "Level": 32, + "StageID": 1012041, + "MonsterList": [ + [ + 1022020, + 8003020, + 1022020 + ] + ] + }, + { + "Level": 40, + "StageID": 1012042, + "MonsterList": [ + [ + 1022020, + 8003020, + 1022020 + ] + ] + }, + { + "Level": 48, + "StageID": 1012043, + "MonsterList": [ + [ + 1022020, + 8003020, + 1022020 + ] + ] + }, + { + "Level": 56, + "StageID": 1012044, + "MonsterList": [ + [ + 1022020, + 8003020, + 1022020 + ] + ] + }, + { + "Level": 66, + "StageID": 1012045, + "MonsterList": [ + [ + 1022020, + 8003020, + 1022020 + ] + ] + }, + { + "Level": 80, + "StageID": 1012046, + "MonsterList": [ + [ + 1022020, + 8003020, + 1022020 + ] + ] + }, + { + "Level": 24, + "StageID": 1012050, + "MonsterList": [ + [ + 1012030, + 1013020, + 1012010 + ] + ] + }, + { + "Level": 32, + "StageID": 1012051, + "MonsterList": [ + [ + 1012030, + 1013020, + 1012010 + ] + ] + }, + { + "Level": 40, + "StageID": 1012052, + "MonsterList": [ + [ + 1012030, + 1013020, + 1012010 + ] + ] + }, + { + "Level": 48, + "StageID": 1012053, + "MonsterList": [ + [ + 1012030, + 1013020, + 1012010 + ] + ] + }, + { + "Level": 56, + "StageID": 1012054, + "MonsterList": [ + [ + 1012030, + 1013020, + 1012010 + ] + ] + }, + { + "Level": 66, + "StageID": 1012055, + "MonsterList": [ + [ + 1012030, + 1013020, + 1012010 + ] + ] + }, + { + "Level": 80, + "StageID": 1012056, + "MonsterList": [ + [ + 1012030, + 1013020, + 1012010 + ] + ] + }, + { + "Level": 24, + "StageID": 1012060, + "MonsterList": [ + [ + 8001020, + 1023020, + 8001020 + ] + ] + }, + { + "Level": 32, + "StageID": 1012061, + "MonsterList": [ + [ + 8001020, + 1023020, + 8001020 + ] + ] + }, + { + "Level": 40, + "StageID": 1012062, + "MonsterList": [ + [ + 8001020, + 1023020, + 8001020 + ] + ] + }, + { + "Level": 48, + "StageID": 1012063, + "MonsterList": [ + [ + 8001020, + 1023020, + 8001020 + ] + ] + }, + { + "Level": 56, + "StageID": 1012064, + "MonsterList": [ + [ + 8001020, + 1023020, + 8001020 + ] + ] + }, + { + "Level": 66, + "StageID": 1012065, + "MonsterList": [ + [ + 8001020, + 1023020, + 8001020 + ] + ] + }, + { + "Level": 80, + "StageID": 1012066, + "MonsterList": [ + [ + 8001020, + 1023020, + 8001020 + ] + ] + }, + { + "Level": 24, + "StageID": 1012070, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 32, + "StageID": 1012071, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 40, + "StageID": 1012072, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 48, + "StageID": 1012073, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 56, + "StageID": 1012074, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 66, + "StageID": 1012075, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 80, + "StageID": 1012076, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 24, + "StageID": 1012080, + "MonsterList": [ + [ + 8002010, + 8003010, + 2022010 + ] + ] + }, + { + "Level": 32, + "StageID": 1012081, + "MonsterList": [ + [ + 8002010, + 8003010, + 2022010 + ] + ] + }, + { + "Level": 40, + "StageID": 1012082, + "MonsterList": [ + [ + 8002010, + 8003010, + 2022010 + ] + ] + }, + { + "Level": 48, + "StageID": 1012083, + "MonsterList": [ + [ + 8002010, + 8003010, + 2022010 + ] + ] + }, + { + "Level": 56, + "StageID": 1012084, + "MonsterList": [ + [ + 8002010, + 8003010, + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 1012085, + "MonsterList": [ + [ + 8002010, + 8003010, + 2022010 + ] + ] + }, + { + "Level": 80, + "StageID": 1012086, + "MonsterList": [ + [ + 8002010, + 8003010, + 2022010 + ] + ] + }, + { + "Level": 24, + "StageID": 1012090, + "MonsterList": [ + [ + 2022010, + 2023010, + 2011010 + ] + ] + }, + { + "Level": 32, + "StageID": 1012091, + "MonsterList": [ + [ + 2022010, + 2023010, + 2011010 + ] + ] + }, + { + "Level": 40, + "StageID": 1012092, + "MonsterList": [ + [ + 2022010, + 2023010, + 2011010 + ] + ] + }, + { + "Level": 48, + "StageID": 1012093, + "MonsterList": [ + [ + 2022010, + 2023010, + 2011010 + ] + ] + }, + { + "Level": 56, + "StageID": 1012094, + "MonsterList": [ + [ + 2022010, + 2023010, + 2011010 + ] + ] + }, + { + "Level": 66, + "StageID": 1012095, + "MonsterList": [ + [ + 2022010, + 2023010, + 2011010 + ] + ] + }, + { + "Level": 80, + "StageID": 1012096, + "MonsterList": [ + [ + 2022010, + 2023010, + 2011010 + ] + ] + }, + { + "Level": 24, + "StageID": 1012100, + "MonsterList": [ + [ + 2012010, + 2013010, + 2012010 + ] + ] + }, + { + "Level": 32, + "StageID": 1012101, + "MonsterList": [ + [ + 2012010, + 2013010, + 2012010 + ] + ] + }, + { + "Level": 40, + "StageID": 1012102, + "MonsterList": [ + [ + 2012010, + 2013010, + 2012010 + ] + ] + }, + { + "Level": 48, + "StageID": 1012103, + "MonsterList": [ + [ + 2012010, + 2013010, + 2012010 + ] + ] + }, + { + "Level": 56, + "StageID": 1012104, + "MonsterList": [ + [ + 2012010, + 2013010, + 2012010 + ] + ] + }, + { + "Level": 66, + "StageID": 1012105, + "MonsterList": [ + [ + 2012010, + 2013010, + 2012010 + ] + ] + }, + { + "Level": 80, + "StageID": 1012106, + "MonsterList": [ + [ + 2012010, + 2013010, + 2012010 + ] + ] + }, + { + "Level": 24, + "StageID": 1012110, + "MonsterList": [ + [ + 2022050, + 2023020, + 2022040 + ] + ] + }, + { + "Level": 32, + "StageID": 1012111, + "MonsterList": [ + [ + 2022050, + 2023020, + 2022040 + ] + ] + }, + { + "Level": 40, + "StageID": 1012112, + "MonsterList": [ + [ + 2022050, + 2023020, + 2022040 + ] + ] + }, + { + "Level": 48, + "StageID": 1012113, + "MonsterList": [ + [ + 2022050, + 2023020, + 2022040 + ] + ] + }, + { + "Level": 56, + "StageID": 1012114, + "MonsterList": [ + [ + 2022050, + 2023020, + 2022040 + ] + ] + }, + { + "Level": 66, + "StageID": 1012115, + "MonsterList": [ + [ + 2022050, + 2023020, + 2022040 + ] + ] + }, + { + "Level": 80, + "StageID": 1012116, + "MonsterList": [ + [ + 2022050, + 2023020, + 2022040 + ] + ] + }, + { + "Level": 24, + "StageID": 1012120, + "MonsterList": [ + [ + 1012010, + 1023010, + 1012030 + ] + ] + }, + { + "Level": 32, + "StageID": 1012121, + "MonsterList": [ + [ + 1012010, + 1023010, + 1012030 + ] + ] + }, + { + "Level": 40, + "StageID": 1012122, + "MonsterList": [ + [ + 1012010, + 1023010, + 1012030 + ] + ] + }, + { + "Level": 48, + "StageID": 1012123, + "MonsterList": [ + [ + 1012010, + 1023010, + 1012030 + ] + ] + }, + { + "Level": 56, + "StageID": 1012124, + "MonsterList": [ + [ + 1012010, + 1023010, + 1012030 + ] + ] + }, + { + "Level": 66, + "StageID": 1012125, + "MonsterList": [ + [ + 1012010, + 1023010, + 1012030 + ] + ] + }, + { + "Level": 80, + "StageID": 1012126, + "MonsterList": [ + [ + 1012010, + 1023010, + 1012030 + ] + ] + }, + { + "Level": 24, + "StageID": 1012130, + "MonsterList": [ + [ + 2022060, + 2023030, + 2022060 + ] + ] + }, + { + "Level": 32, + "StageID": 1012131, + "MonsterList": [ + [ + 2022060, + 2023030, + 2022060 + ] + ] + }, + { + "Level": 40, + "StageID": 1012132, + "MonsterList": [ + [ + 2022060, + 2023030, + 2022060 + ] + ] + }, + { + "Level": 48, + "StageID": 1012133, + "MonsterList": [ + [ + 2022060, + 2023030, + 2022060 + ] + ] + }, + { + "Level": 56, + "StageID": 1012134, + "MonsterList": [ + [ + 2022060, + 2023030, + 2022060 + ] + ] + }, + { + "Level": 66, + "StageID": 1012135, + "MonsterList": [ + [ + 2022060, + 2023030, + 2022060 + ] + ] + }, + { + "Level": 80, + "StageID": 1012136, + "MonsterList": [ + [ + 2022060, + 2023030, + 2022060 + ] + ] + }, + { + "Level": 24, + "StageID": 1012140, + "MonsterList": [ + [ + 2011010, + 2002030, + 2013020, + 2011010 + ] + ] + }, + { + "Level": 32, + "StageID": 1012141, + "MonsterList": [ + [ + 2011010, + 2002030, + 2013020, + 2011010 + ] + ] + }, + { + "Level": 40, + "StageID": 1012142, + "MonsterList": [ + [ + 2011010, + 2002030, + 2013020, + 2011010 + ] + ] + }, + { + "Level": 48, + "StageID": 1012143, + "MonsterList": [ + [ + 2011010, + 2002030, + 2013020, + 2011010 + ] + ] + }, + { + "Level": 56, + "StageID": 1012144, + "MonsterList": [ + [ + 2011010, + 2002030, + 2013020, + 2011010 + ] + ] + }, + { + "Level": 66, + "StageID": 1012145, + "MonsterList": [ + [ + 2011010, + 2002030, + 2013020, + 2011010 + ] + ] + }, + { + "Level": 80, + "StageID": 1012146, + "MonsterList": [ + [ + 2011010, + 2002030, + 2013020, + 2011010 + ] + ] + }, + { + "Level": 24, + "StageID": 1012150, + "MonsterList": [ + [ + 3002030, + 3003020, + 3002030 + ] + ] + }, + { + "Level": 32, + "StageID": 1012151, + "MonsterList": [ + [ + 3002030, + 3003020, + 3002030 + ] + ] + }, + { + "Level": 40, + "StageID": 1012152, + "MonsterList": [ + [ + 3002030, + 3003020, + 3002030 + ] + ] + }, + { + "Level": 48, + "StageID": 1012153, + "MonsterList": [ + [ + 3002030, + 3003020, + 3002030 + ] + ] + }, + { + "Level": 56, + "StageID": 1012154, + "MonsterList": [ + [ + 3002030, + 3003020, + 3002030 + ] + ] + }, + { + "Level": 66, + "StageID": 1012155, + "MonsterList": [ + [ + 3002030, + 3003020, + 3002030 + ] + ] + }, + { + "Level": 80, + "StageID": 1012156, + "MonsterList": [ + [ + 3002030, + 3003020, + 3002030 + ] + ] + }, + { + "Level": 24, + "StageID": 1012160, + "MonsterList": [ + [ + 3002010, + 3003010, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 1012161, + "MonsterList": [ + [ + 3002010, + 3003010, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 1012162, + "MonsterList": [ + [ + 3002010, + 3003010, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 1012163, + "MonsterList": [ + [ + 3002010, + 3003010, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 1012164, + "MonsterList": [ + [ + 3002010, + 3003010, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 1012165, + "MonsterList": [ + [ + 3002010, + 3003010, + 3002010 + ] + ] + }, + { + "Level": 80, + "StageID": 1012166, + "MonsterList": [ + [ + 3002010, + 3003010, + 3002010 + ] + ] + }, + { + "Level": 24, + "StageID": 1012170, + "MonsterList": [ + [ + 3011010, + 3013010, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 1012171, + "MonsterList": [ + [ + 3011010, + 3013010, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 1012172, + "MonsterList": [ + [ + 3011010, + 3013010, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 1012173, + "MonsterList": [ + [ + 3011010, + 3013010, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 1012174, + "MonsterList": [ + [ + 3011010, + 3013010, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 1012175, + "MonsterList": [ + [ + 3011010, + 3013010, + 3011010 + ] + ] + }, + { + "Level": 80, + "StageID": 1012176, + "MonsterList": [ + [ + 3011010, + 3013010, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 1012180, + "MonsterList": [ + [ + 8032010, + 8033010, + 8032020 + ] + ] + }, + { + "Level": 32, + "StageID": 1012181, + "MonsterList": [ + [ + 8032010, + 8033010, + 8032020 + ] + ] + }, + { + "Level": 40, + "StageID": 1012182, + "MonsterList": [ + [ + 8032010, + 8033010, + 8032020 + ] + ] + }, + { + "Level": 48, + "StageID": 1012183, + "MonsterList": [ + [ + 8032010, + 8033010, + 8032020 + ] + ] + }, + { + "Level": 56, + "StageID": 1012184, + "MonsterList": [ + [ + 8032010, + 8033010, + 8032020 + ] + ] + }, + { + "Level": 66, + "StageID": 1012185, + "MonsterList": [ + [ + 8032010, + 8033010, + 8032020 + ] + ] + }, + { + "Level": 80, + "StageID": 1012186, + "MonsterList": [ + [ + 8032010, + 8033010, + 8032020 + ] + ] + }, + { + "Level": 24, + "StageID": 1012190, + "MonsterList": [ + [ + 3002040, + 3002030, + 3003040, + 3002030, + 3002020 + ] + ] + }, + { + "Level": 32, + "StageID": 1012191, + "MonsterList": [ + [ + 3002040, + 3002030, + 3003040, + 3002030, + 3002020 + ] + ] + }, + { + "Level": 40, + "StageID": 1012192, + "MonsterList": [ + [ + 3002040, + 3002030, + 3003040, + 3002030, + 3002020 + ] + ] + }, + { + "Level": 48, + "StageID": 1012193, + "MonsterList": [ + [ + 3002040, + 3002030, + 3003040, + 3002030, + 3002020 + ] + ] + }, + { + "Level": 56, + "StageID": 1012194, + "MonsterList": [ + [ + 3002040, + 3002030, + 3003040, + 3002030, + 3002020 + ] + ] + }, + { + "Level": 66, + "StageID": 1012195, + "MonsterList": [ + [ + 3002040, + 3002030, + 3003040, + 3002030, + 3002020 + ] + ] + }, + { + "Level": 80, + "StageID": 1012196, + "MonsterList": [ + [ + 3002040, + 3002030, + 3003040, + 3002030, + 3002020 + ] + ] + }, + { + "Level": 24, + "StageID": 1012200, + "MonsterList": [ + [ + 2032020, + 2033010, + 2032010 + ] + ] + }, + { + "Level": 32, + "StageID": 1012201, + "MonsterList": [ + [ + 2032020, + 2033010, + 2032010 + ] + ] + }, + { + "Level": 40, + "StageID": 1012202, + "MonsterList": [ + [ + 2032020, + 2033010, + 2032010 + ] + ] + }, + { + "Level": 48, + "StageID": 1012203, + "MonsterList": [ + [ + 2032020, + 2033010, + 2032010 + ] + ] + }, + { + "Level": 56, + "StageID": 1012204, + "MonsterList": [ + [ + 2032020, + 2033010, + 2032010 + ] + ] + }, + { + "Level": 66, + "StageID": 1012205, + "MonsterList": [ + [ + 2032020, + 2033010, + 2032010 + ] + ] + }, + { + "Level": 80, + "StageID": 1012206, + "MonsterList": [ + [ + 2032020, + 2033010, + 2032010 + ] + ] + }, + { + "Level": 24, + "StageID": 1012210, + "MonsterList": [ + [ + 3002020, + 3003050, + 3002020 + ] + ] + }, + { + "Level": 32, + "StageID": 1012211, + "MonsterList": [ + [ + 3002020, + 3003050, + 3002020 + ] + ] + }, + { + "Level": 40, + "StageID": 1012212, + "MonsterList": [ + [ + 3002020, + 3003050, + 3002020 + ] + ] + }, + { + "Level": 48, + "StageID": 1012213, + "MonsterList": [ + [ + 3002020, + 3003050, + 3002020 + ] + ] + }, + { + "Level": 56, + "StageID": 1012214, + "MonsterList": [ + [ + 3002020, + 3003050, + 3002020 + ] + ] + }, + { + "Level": 66, + "StageID": 1012215, + "MonsterList": [ + [ + 3002020, + 3003050, + 3002020 + ] + ] + }, + { + "Level": 80, + "StageID": 1012216, + "MonsterList": [ + [ + 3002020, + 3003050, + 3002020 + ] + ] + }, + { + "Level": 24, + "StageID": 1012220, + "MonsterList": [ + [ + 4012030, + 4013010, + 4012020 + ] + ] + }, + { + "Level": 32, + "StageID": 1012221, + "MonsterList": [ + [ + 4012030, + 4013010, + 4012020 + ] + ] + }, + { + "Level": 40, + "StageID": 1012222, + "MonsterList": [ + [ + 4012030, + 4013010, + 4012020 + ] + ] + }, + { + "Level": 48, + "StageID": 1012223, + "MonsterList": [ + [ + 4012030, + 4013010, + 4012020 + ] + ] + }, + { + "Level": 56, + "StageID": 1012224, + "MonsterList": [ + [ + 4012030, + 4013010, + 4012020 + ] + ] + }, + { + "Level": 66, + "StageID": 1012225, + "MonsterList": [ + [ + 4012030, + 4013010, + 4012020 + ] + ] + }, + { + "Level": 80, + "StageID": 1012226, + "MonsterList": [ + [ + 4012030, + 4013010, + 4012020 + ] + ] + }, + { + "Level": 24, + "StageID": 1012230, + "MonsterList": [ + [ + 4022010, + 4023020, + 4022010 + ] + ] + }, + { + "Level": 32, + "StageID": 1012231, + "MonsterList": [ + [ + 4022010, + 4023020, + 4022010 + ] + ] + }, + { + "Level": 40, + "StageID": 1012232, + "MonsterList": [ + [ + 4022010, + 4023020, + 4022010 + ] + ] + }, + { + "Level": 48, + "StageID": 1012233, + "MonsterList": [ + [ + 4022010, + 4023020, + 4022010 + ] + ] + }, + { + "Level": 56, + "StageID": 1012234, + "MonsterList": [ + [ + 4022010, + 4023020, + 4022010 + ] + ] + }, + { + "Level": 66, + "StageID": 1012235, + "MonsterList": [ + [ + 4022010, + 4023020, + 4022010 + ] + ] + }, + { + "Level": 80, + "StageID": 1012236, + "MonsterList": [ + [ + 4022010, + 4023020, + 4022010 + ] + ] + }, + { + "Level": 24, + "StageID": 1012240, + "MonsterList": [ + [ + 4032010, + 4033010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 1012241, + "MonsterList": [ + [ + 4032010, + 4033010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 1012242, + "MonsterList": [ + [ + 4032010, + 4033010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 1012243, + "MonsterList": [ + [ + 4032010, + 4033010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 1012244, + "MonsterList": [ + [ + 4032010, + 4033010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 1012245, + "MonsterList": [ + [ + 4032010, + 4033010, + 4032010 + ] + ] + }, + { + "Level": 80, + "StageID": 1012246, + "MonsterList": [ + [ + 4032010, + 4033010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 1012250, + "MonsterList": [ + [ + 4032050, + 4033030, + 4032050 + ] + ] + }, + { + "Level": 32, + "StageID": 1012251, + "MonsterList": [ + [ + 4032050, + 4033030, + 4032050 + ] + ] + }, + { + "Level": 40, + "StageID": 1012252, + "MonsterList": [ + [ + 4032050, + 4033030, + 4032050 + ] + ] + }, + { + "Level": 48, + "StageID": 1012253, + "MonsterList": [ + [ + 4032050, + 4033030, + 4032050 + ] + ] + }, + { + "Level": 56, + "StageID": 1012254, + "MonsterList": [ + [ + 4032050, + 4033030, + 4032050 + ] + ] + }, + { + "Level": 66, + "StageID": 1012255, + "MonsterList": [ + [ + 4032050, + 4033030, + 4032050 + ] + ] + }, + { + "Level": 80, + "StageID": 1012256, + "MonsterList": [ + [ + 4032050, + 4033030, + 4032050 + ] + ] + }, + { + "Level": 16, + "StageID": 1022010, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 32, + "StageID": 1022011, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 40, + "StageID": 1022012, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 48, + "StageID": 1022013, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 56, + "StageID": 1022014, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 66, + "StageID": 1022015, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 80, + "StageID": 1022016, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 16, + "StageID": 1022020, + "MonsterList": [ + [ + 8001020, + 8001010, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 32, + "StageID": 1022021, + "MonsterList": [ + [ + 8001020, + 8001010, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 40, + "StageID": 1022022, + "MonsterList": [ + [ + 8001020, + 8001010, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 48, + "StageID": 1022023, + "MonsterList": [ + [ + 8001020, + 8001010, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 56, + "StageID": 1022024, + "MonsterList": [ + [ + 8001020, + 8001010, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 66, + "StageID": 1022025, + "MonsterList": [ + [ + 8001020, + 8001010, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 80, + "StageID": 1022026, + "MonsterList": [ + [ + 8001020, + 8001010, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 16, + "StageID": 1022030, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 32, + "StageID": 1022031, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 40, + "StageID": 1022032, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 1022033, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 56, + "StageID": 1022034, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 66, + "StageID": 1022035, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 80, + "StageID": 1022036, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 16, + "StageID": 1022110, + "MonsterList": [ + [ + 1012030, + 1012010 + ] + ] + }, + { + "Level": 32, + "StageID": 1022111, + "MonsterList": [ + [ + 1012030, + 1012010 + ] + ] + }, + { + "Level": 40, + "StageID": 1022112, + "MonsterList": [ + [ + 1012030, + 1012010 + ] + ] + }, + { + "Level": 48, + "StageID": 1022113, + "MonsterList": [ + [ + 1012030, + 1012010 + ] + ] + }, + { + "Level": 56, + "StageID": 1022114, + "MonsterList": [ + [ + 1012030, + 1012010 + ] + ] + }, + { + "Level": 66, + "StageID": 1022115, + "MonsterList": [ + [ + 1012030, + 1012010 + ] + ] + }, + { + "Level": 80, + "StageID": 1022116, + "MonsterList": [ + [ + 1012030, + 1012010 + ] + ] + }, + { + "Level": 16, + "StageID": 1022120, + "MonsterList": [ + [ + 1012010, + 1012010 + ] + ] + }, + { + "Level": 32, + "StageID": 1022121, + "MonsterList": [ + [ + 1012010, + 1012010 + ] + ] + }, + { + "Level": 40, + "StageID": 1022122, + "MonsterList": [ + [ + 1012010, + 1012010 + ] + ] + }, + { + "Level": 48, + "StageID": 1022123, + "MonsterList": [ + [ + 1012010, + 1012010 + ] + ] + }, + { + "Level": 56, + "StageID": 1022124, + "MonsterList": [ + [ + 1012010, + 1012010 + ] + ] + }, + { + "Level": 66, + "StageID": 1022125, + "MonsterList": [ + [ + 1012010, + 1012010 + ] + ] + }, + { + "Level": 80, + "StageID": 1022126, + "MonsterList": [ + [ + 1012010, + 1012010 + ] + ] + }, + { + "Level": 16, + "StageID": 1022130, + "MonsterList": [ + [ + 1012010, + 1012020, + 1012010 + ] + ] + }, + { + "Level": 32, + "StageID": 1022131, + "MonsterList": [ + [ + 1012010, + 1012020, + 1012010 + ] + ] + }, + { + "Level": 40, + "StageID": 1022132, + "MonsterList": [ + [ + 1012010, + 1012020, + 1012010 + ] + ] + }, + { + "Level": 48, + "StageID": 1022133, + "MonsterList": [ + [ + 1012010, + 1012020, + 1012010 + ] + ] + }, + { + "Level": 56, + "StageID": 1022134, + "MonsterList": [ + [ + 1012010, + 1012020, + 1012010 + ] + ] + }, + { + "Level": 66, + "StageID": 1022135, + "MonsterList": [ + [ + 1012010, + 1012020, + 1012010 + ] + ] + }, + { + "Level": 80, + "StageID": 1022136, + "MonsterList": [ + [ + 1012010, + 1012020, + 1012010 + ] + ] + }, + { + "Level": 16, + "StageID": 1022210, + "MonsterList": [ + [ + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 32, + "StageID": 1022211, + "MonsterList": [ + [ + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 40, + "StageID": 1022212, + "MonsterList": [ + [ + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 1022213, + "MonsterList": [ + [ + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 56, + "StageID": 1022214, + "MonsterList": [ + [ + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 66, + "StageID": 1022215, + "MonsterList": [ + [ + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 80, + "StageID": 1022216, + "MonsterList": [ + [ + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 16, + "StageID": 1022220, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001020 + ] + ] + }, + { + "Level": 32, + "StageID": 1022221, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001020 + ] + ] + }, + { + "Level": 40, + "StageID": 1022222, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001020 + ] + ] + }, + { + "Level": 48, + "StageID": 1022223, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001020 + ] + ] + }, + { + "Level": 56, + "StageID": 1022224, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001020 + ] + ] + }, + { + "Level": 66, + "StageID": 1022225, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001020 + ] + ] + }, + { + "Level": 80, + "StageID": 1022226, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001020 + ] + ] + }, + { + "Level": 16, + "StageID": 1022230, + "MonsterList": [ + [ + 1022020, + 1022020 + ] + ] + }, + { + "Level": 32, + "StageID": 1022231, + "MonsterList": [ + [ + 1022020, + 1022020 + ] + ] + }, + { + "Level": 40, + "StageID": 1022232, + "MonsterList": [ + [ + 1022020, + 1022020 + ] + ] + }, + { + "Level": 48, + "StageID": 1022233, + "MonsterList": [ + [ + 1022020, + 1022020 + ] + ] + }, + { + "Level": 56, + "StageID": 1022234, + "MonsterList": [ + [ + 1022020, + 1022020 + ] + ] + }, + { + "Level": 66, + "StageID": 1022235, + "MonsterList": [ + [ + 1022020, + 1022020 + ] + ] + }, + { + "Level": 80, + "StageID": 1022236, + "MonsterList": [ + [ + 1022020, + 1022020 + ] + ] + }, + { + "Level": 16, + "StageID": 1022310, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012030 + ] + ] + }, + { + "Level": 32, + "StageID": 1022311, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012030 + ] + ] + }, + { + "Level": 40, + "StageID": 1022312, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012030 + ] + ] + }, + { + "Level": 48, + "StageID": 1022313, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012030 + ] + ] + }, + { + "Level": 56, + "StageID": 1022314, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012030 + ] + ] + }, + { + "Level": 66, + "StageID": 1022315, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012030 + ] + ] + }, + { + "Level": 80, + "StageID": 1022316, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012030 + ] + ] + }, + { + "Level": 16, + "StageID": 1022320, + "MonsterList": [ + [ + 8011010, + 8012020, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 32, + "StageID": 1022321, + "MonsterList": [ + [ + 8011010, + 8012020, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 40, + "StageID": 1022322, + "MonsterList": [ + [ + 8011010, + 8012020, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 48, + "StageID": 1022323, + "MonsterList": [ + [ + 8011010, + 8012020, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 56, + "StageID": 1022324, + "MonsterList": [ + [ + 8011010, + 8012020, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 66, + "StageID": 1022325, + "MonsterList": [ + [ + 8011010, + 8012020, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 80, + "StageID": 1022326, + "MonsterList": [ + [ + 8011010, + 8012020, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 16, + "StageID": 1022330, + "MonsterList": [ + [ + 8012020, + 8012030, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 32, + "StageID": 1022331, + "MonsterList": [ + [ + 8012020, + 8012030, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 40, + "StageID": 1022332, + "MonsterList": [ + [ + 8012020, + 8012030, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 48, + "StageID": 1022333, + "MonsterList": [ + [ + 8012020, + 8012030, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 56, + "StageID": 1022334, + "MonsterList": [ + [ + 8012020, + 8012030, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 66, + "StageID": 1022335, + "MonsterList": [ + [ + 8012020, + 8012030, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 80, + "StageID": 1022336, + "MonsterList": [ + [ + 8012020, + 8012030, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 16, + "StageID": 1022410, + "MonsterList": [ + [ + 8012010, + 8012010, + 8012030, + 8011020 + ] + ] + }, + { + "Level": 32, + "StageID": 1022411, + "MonsterList": [ + [ + 8012010, + 8012010, + 8012030, + 8011020 + ] + ] + }, + { + "Level": 40, + "StageID": 1022412, + "MonsterList": [ + [ + 8012010, + 8012010, + 8012030, + 8011020 + ] + ] + }, + { + "Level": 48, + "StageID": 1022413, + "MonsterList": [ + [ + 8012010, + 8012010, + 8012030, + 8011020 + ] + ] + }, + { + "Level": 56, + "StageID": 1022414, + "MonsterList": [ + [ + 8012010, + 8012010, + 8012030, + 8011020 + ] + ] + }, + { + "Level": 66, + "StageID": 1022415, + "MonsterList": [ + [ + 8012010, + 8012010, + 8012030, + 8011020 + ] + ] + }, + { + "Level": 80, + "StageID": 1022416, + "MonsterList": [ + [ + 8012010, + 8012010, + 8012030, + 8011020 + ] + ] + }, + { + "Level": 16, + "StageID": 1022420, + "MonsterList": [ + [ + 8012010, + 8011020, + 8012010, + 8011020 + ] + ] + }, + { + "Level": 32, + "StageID": 1022421, + "MonsterList": [ + [ + 8012010, + 8011020, + 8012010, + 8011020 + ] + ] + }, + { + "Level": 40, + "StageID": 1022422, + "MonsterList": [ + [ + 8012010, + 8011020, + 8012010, + 8011020 + ] + ] + }, + { + "Level": 48, + "StageID": 1022423, + "MonsterList": [ + [ + 8012010, + 8011020, + 8012010, + 8011020 + ] + ] + }, + { + "Level": 56, + "StageID": 1022424, + "MonsterList": [ + [ + 8012010, + 8011020, + 8012010, + 8011020 + ] + ] + }, + { + "Level": 66, + "StageID": 1022425, + "MonsterList": [ + [ + 8012010, + 8011020, + 8012010, + 8011020 + ] + ] + }, + { + "Level": 80, + "StageID": 1022426, + "MonsterList": [ + [ + 8012010, + 8011020, + 8012010, + 8011020 + ] + ] + }, + { + "Level": 16, + "StageID": 1022430, + "MonsterList": [ + [ + 8012030, + 8012010, + 8012010 + ] + ] + }, + { + "Level": 32, + "StageID": 1022431, + "MonsterList": [ + [ + 8012030, + 8012010, + 8012010 + ] + ] + }, + { + "Level": 40, + "StageID": 1022432, + "MonsterList": [ + [ + 8012030, + 8012010, + 8012010 + ] + ] + }, + { + "Level": 48, + "StageID": 1022433, + "MonsterList": [ + [ + 8012030, + 8012010, + 8012010 + ] + ] + }, + { + "Level": 56, + "StageID": 1022434, + "MonsterList": [ + [ + 8012030, + 8012010, + 8012010 + ] + ] + }, + { + "Level": 66, + "StageID": 1022435, + "MonsterList": [ + [ + 8012030, + 8012010, + 8012010 + ] + ] + }, + { + "Level": 80, + "StageID": 1022436, + "MonsterList": [ + [ + 8012030, + 8012010, + 8012010 + ] + ] + }, + { + "Level": 16, + "StageID": 1022510, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040, + 1002040 + ] + ] + }, + { + "Level": 32, + "StageID": 1022511, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040, + 1002040 + ] + ] + }, + { + "Level": 40, + "StageID": 1022512, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040, + 1002040 + ] + ] + }, + { + "Level": 48, + "StageID": 1022513, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040, + 1002040 + ] + ] + }, + { + "Level": 56, + "StageID": 1022514, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040, + 1002040 + ] + ] + }, + { + "Level": 66, + "StageID": 1022515, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040, + 1002040 + ] + ] + }, + { + "Level": 80, + "StageID": 1022516, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040, + 1002040 + ] + ] + }, + { + "Level": 16, + "StageID": 1022520, + "MonsterList": [ + [ + 1002050, + 1002040, + 1002040 + ] + ] + }, + { + "Level": 32, + "StageID": 1022521, + "MonsterList": [ + [ + 1002050, + 1002040, + 1002040 + ] + ] + }, + { + "Level": 40, + "StageID": 1022522, + "MonsterList": [ + [ + 1002050, + 1002040, + 1002040 + ] + ] + }, + { + "Level": 48, + "StageID": 1022523, + "MonsterList": [ + [ + 1002050, + 1002040, + 1002040 + ] + ] + }, + { + "Level": 56, + "StageID": 1022524, + "MonsterList": [ + [ + 1002050, + 1002040, + 1002040 + ] + ] + }, + { + "Level": 66, + "StageID": 1022525, + "MonsterList": [ + [ + 1002050, + 1002040, + 1002040 + ] + ] + }, + { + "Level": 80, + "StageID": 1022526, + "MonsterList": [ + [ + 1002050, + 1002040, + 1002040 + ] + ] + }, + { + "Level": 16, + "StageID": 1022530, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 32, + "StageID": 1022531, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 40, + "StageID": 1022532, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 48, + "StageID": 1022533, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 56, + "StageID": 1022534, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 66, + "StageID": 1022535, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 80, + "StageID": 1022536, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 16, + "StageID": 1022610, + "MonsterList": [ + [ + 8001020, + 1022010, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 32, + "StageID": 1022611, + "MonsterList": [ + [ + 8001020, + 1022010, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 40, + "StageID": 1022612, + "MonsterList": [ + [ + 8001020, + 1022010, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 48, + "StageID": 1022613, + "MonsterList": [ + [ + 8001020, + 1022010, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 56, + "StageID": 1022614, + "MonsterList": [ + [ + 8001020, + 1022010, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 66, + "StageID": 1022615, + "MonsterList": [ + [ + 8001020, + 1022010, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 80, + "StageID": 1022616, + "MonsterList": [ + [ + 8001020, + 1022010, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 16, + "StageID": 1022620, + "MonsterList": [ + [ + 1022010, + 8001020, + 1022010, + 8001010 + ] + ] + }, + { + "Level": 32, + "StageID": 1022621, + "MonsterList": [ + [ + 1022010, + 8001020, + 1022010, + 8001010 + ] + ] + }, + { + "Level": 40, + "StageID": 1022622, + "MonsterList": [ + [ + 1022010, + 8001020, + 1022010, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 1022623, + "MonsterList": [ + [ + 1022010, + 8001020, + 1022010, + 8001010 + ] + ] + }, + { + "Level": 56, + "StageID": 1022624, + "MonsterList": [ + [ + 1022010, + 8001020, + 1022010, + 8001010 + ] + ] + }, + { + "Level": 66, + "StageID": 1022625, + "MonsterList": [ + [ + 1022010, + 8001020, + 1022010, + 8001010 + ] + ] + }, + { + "Level": 80, + "StageID": 1022626, + "MonsterList": [ + [ + 1022010, + 8001020, + 1022010, + 8001010 + ] + ] + }, + { + "Level": 16, + "StageID": 1022630, + "MonsterList": [ + [ + 8001010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 32, + "StageID": 1022631, + "MonsterList": [ + [ + 8001010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 40, + "StageID": 1022632, + "MonsterList": [ + [ + 8001010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 48, + "StageID": 1022633, + "MonsterList": [ + [ + 8001010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 56, + "StageID": 1022634, + "MonsterList": [ + [ + 8001010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 66, + "StageID": 1022635, + "MonsterList": [ + [ + 8001010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 80, + "StageID": 1022636, + "MonsterList": [ + [ + 8001010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 16, + "StageID": 1022710, + "MonsterList": [ + [ + 8001020, + 8002010, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 32, + "StageID": 1022711, + "MonsterList": [ + [ + 8001020, + 8002010, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 40, + "StageID": 1022712, + "MonsterList": [ + [ + 8001020, + 8002010, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 48, + "StageID": 1022713, + "MonsterList": [ + [ + 8001020, + 8002010, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 56, + "StageID": 1022714, + "MonsterList": [ + [ + 8001020, + 8002010, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 66, + "StageID": 1022715, + "MonsterList": [ + [ + 8001020, + 8002010, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 80, + "StageID": 1022716, + "MonsterList": [ + [ + 8001020, + 8002010, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 16, + "StageID": 1022720, + "MonsterList": [ + [ + 8002010, + 8002010, + 1022010 + ] + ] + }, + { + "Level": 32, + "StageID": 1022721, + "MonsterList": [ + [ + 8002010, + 8002010, + 1022010 + ] + ] + }, + { + "Level": 40, + "StageID": 1022722, + "MonsterList": [ + [ + 8002010, + 8002010, + 1022010 + ] + ] + }, + { + "Level": 48, + "StageID": 1022723, + "MonsterList": [ + [ + 8002010, + 8002010, + 1022010 + ] + ] + }, + { + "Level": 56, + "StageID": 1022724, + "MonsterList": [ + [ + 8002010, + 8002010, + 1022010 + ] + ] + }, + { + "Level": 66, + "StageID": 1022725, + "MonsterList": [ + [ + 8002010, + 8002010, + 1022010 + ] + ] + }, + { + "Level": 80, + "StageID": 1022726, + "MonsterList": [ + [ + 8002010, + 8002010, + 1022010 + ] + ] + }, + { + "Level": 16, + "StageID": 1022730, + "MonsterList": [ + [ + 8001020, + 8002010, + 8002010 + ] + ] + }, + { + "Level": 32, + "StageID": 1022731, + "MonsterList": [ + [ + 8001020, + 8002010, + 8002010 + ] + ] + }, + { + "Level": 40, + "StageID": 1022732, + "MonsterList": [ + [ + 8001020, + 8002010, + 8002010 + ] + ] + }, + { + "Level": 48, + "StageID": 1022733, + "MonsterList": [ + [ + 8001020, + 8002010, + 8002010 + ] + ] + }, + { + "Level": 56, + "StageID": 1022734, + "MonsterList": [ + [ + 8001020, + 8002010, + 8002010 + ] + ] + }, + { + "Level": 66, + "StageID": 1022735, + "MonsterList": [ + [ + 8001020, + 8002010, + 8002010 + ] + ] + }, + { + "Level": 80, + "StageID": 1022736, + "MonsterList": [ + [ + 8001020, + 8002010, + 8002010 + ] + ] + }, + { + "Level": 16, + "StageID": 1022810, + "MonsterList": [ + [ + 1012030, + 1002020, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 32, + "StageID": 1022811, + "MonsterList": [ + [ + 1012030, + 1002020, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 40, + "StageID": 1022812, + "MonsterList": [ + [ + 1012030, + 1002020, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 48, + "StageID": 1022813, + "MonsterList": [ + [ + 1012030, + 1002020, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 56, + "StageID": 1022814, + "MonsterList": [ + [ + 1012030, + 1002020, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 66, + "StageID": 1022815, + "MonsterList": [ + [ + 1012030, + 1002020, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 80, + "StageID": 1022816, + "MonsterList": [ + [ + 1012030, + 1002020, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 16, + "StageID": 1022820, + "MonsterList": [ + [ + 1012020, + 1012030, + 1002020 + ] + ] + }, + { + "Level": 32, + "StageID": 1022821, + "MonsterList": [ + [ + 1012020, + 1012030, + 1002020 + ] + ] + }, + { + "Level": 40, + "StageID": 1022822, + "MonsterList": [ + [ + 1012020, + 1012030, + 1002020 + ] + ] + }, + { + "Level": 48, + "StageID": 1022823, + "MonsterList": [ + [ + 1012020, + 1012030, + 1002020 + ] + ] + }, + { + "Level": 56, + "StageID": 1022824, + "MonsterList": [ + [ + 1012020, + 1012030, + 1002020 + ] + ] + }, + { + "Level": 66, + "StageID": 1022825, + "MonsterList": [ + [ + 1012020, + 1012030, + 1002020 + ] + ] + }, + { + "Level": 80, + "StageID": 1022826, + "MonsterList": [ + [ + 1012020, + 1012030, + 1002020 + ] + ] + }, + { + "Level": 16, + "StageID": 1022830, + "MonsterList": [ + [ + 1002020, + 1012020, + 1012030, + 1002020 + ] + ] + }, + { + "Level": 32, + "StageID": 1022831, + "MonsterList": [ + [ + 1002020, + 1012020, + 1012030, + 1002020 + ] + ] + }, + { + "Level": 40, + "StageID": 1022832, + "MonsterList": [ + [ + 1002020, + 1012020, + 1012030, + 1002020 + ] + ] + }, + { + "Level": 48, + "StageID": 1022833, + "MonsterList": [ + [ + 1002020, + 1012020, + 1012030, + 1002020 + ] + ] + }, + { + "Level": 56, + "StageID": 1022834, + "MonsterList": [ + [ + 1002020, + 1012020, + 1012030, + 1002020 + ] + ] + }, + { + "Level": 66, + "StageID": 1022835, + "MonsterList": [ + [ + 1002020, + 1012020, + 1012030, + 1002020 + ] + ] + }, + { + "Level": 80, + "StageID": 1022836, + "MonsterList": [ + [ + 1002020, + 1012020, + 1012030, + 1002020 + ] + ] + }, + { + "Level": 16, + "StageID": 1022910, + "MonsterList": [ + [ + 1012020, + 1012010, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 32, + "StageID": 1022911, + "MonsterList": [ + [ + 1012020, + 1012010, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 40, + "StageID": 1022912, + "MonsterList": [ + [ + 1012020, + 1012010, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 48, + "StageID": 1022913, + "MonsterList": [ + [ + 1012020, + 1012010, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 56, + "StageID": 1022914, + "MonsterList": [ + [ + 1012020, + 1012010, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 66, + "StageID": 1022915, + "MonsterList": [ + [ + 1012020, + 1012010, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 80, + "StageID": 1022916, + "MonsterList": [ + [ + 1012020, + 1012010, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 16, + "StageID": 1022920, + "MonsterList": [ + [ + 1012010, + 1012030, + 1012020 + ] + ] + }, + { + "Level": 32, + "StageID": 1022921, + "MonsterList": [ + [ + 1012010, + 1012030, + 1012020 + ] + ] + }, + { + "Level": 40, + "StageID": 1022922, + "MonsterList": [ + [ + 1012010, + 1012030, + 1012020 + ] + ] + }, + { + "Level": 48, + "StageID": 1022923, + "MonsterList": [ + [ + 1012010, + 1012030, + 1012020 + ] + ] + }, + { + "Level": 56, + "StageID": 1022924, + "MonsterList": [ + [ + 1012010, + 1012030, + 1012020 + ] + ] + }, + { + "Level": 66, + "StageID": 1022925, + "MonsterList": [ + [ + 1012010, + 1012030, + 1012020 + ] + ] + }, + { + "Level": 80, + "StageID": 1022926, + "MonsterList": [ + [ + 1012010, + 1012030, + 1012020 + ] + ] + }, + { + "Level": 16, + "StageID": 1022930, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 32, + "StageID": 1022931, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 40, + "StageID": 1022932, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 48, + "StageID": 1022933, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 56, + "StageID": 1022934, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 66, + "StageID": 1022935, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 80, + "StageID": 1022936, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 16, + "StageID": 1023010, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001040, + 8001050 + ] + ] + }, + { + "Level": 32, + "StageID": 1023011, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001040, + 8001050 + ] + ] + }, + { + "Level": 40, + "StageID": 1023012, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001040, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 1023013, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001040, + 8001050 + ] + ] + }, + { + "Level": 56, + "StageID": 1023014, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001040, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 1023015, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001040, + 8001050 + ] + ] + }, + { + "Level": 80, + "StageID": 1023016, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001040, + 8001050 + ] + ] + }, + { + "Level": 16, + "StageID": 1023020, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001040, + 8001040 + ] + ] + }, + { + "Level": 32, + "StageID": 1023021, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001040, + 8001040 + ] + ] + }, + { + "Level": 40, + "StageID": 1023022, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001040, + 8001040 + ] + ] + }, + { + "Level": 48, + "StageID": 1023023, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001040, + 8001040 + ] + ] + }, + { + "Level": 56, + "StageID": 1023024, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001040, + 8001040 + ] + ] + }, + { + "Level": 66, + "StageID": 1023025, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001040, + 8001040 + ] + ] + }, + { + "Level": 80, + "StageID": 1023026, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001040, + 8001040 + ] + ] + }, + { + "Level": 16, + "StageID": 1023030, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001040, + 8001050 + ] + ] + }, + { + "Level": 32, + "StageID": 1023031, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001040, + 8001050 + ] + ] + }, + { + "Level": 40, + "StageID": 1023032, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001040, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 1023033, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001040, + 8001050 + ] + ] + }, + { + "Level": 56, + "StageID": 1023034, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001040, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 1023035, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001040, + 8001050 + ] + ] + }, + { + "Level": 80, + "StageID": 1023036, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001040, + 8001050 + ] + ] + }, + { + "Level": 16, + "StageID": 1023110, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 32, + "StageID": 1023111, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 40, + "StageID": 1023112, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 48, + "StageID": 1023113, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 56, + "StageID": 1023114, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 66, + "StageID": 1023115, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 80, + "StageID": 1023116, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 16, + "StageID": 1023120, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011010 + ] + ] + }, + { + "Level": 32, + "StageID": 1023121, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011010 + ] + ] + }, + { + "Level": 40, + "StageID": 1023122, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011010 + ] + ] + }, + { + "Level": 48, + "StageID": 1023123, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011010 + ] + ] + }, + { + "Level": 56, + "StageID": 1023124, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011010 + ] + ] + }, + { + "Level": 66, + "StageID": 1023125, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011010 + ] + ] + }, + { + "Level": 80, + "StageID": 1023126, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011010 + ] + ] + }, + { + "Level": 16, + "StageID": 1023130, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 32, + "StageID": 1023131, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 40, + "StageID": 1023132, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 48, + "StageID": 1023133, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 56, + "StageID": 1023134, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 66, + "StageID": 1023135, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 80, + "StageID": 1023136, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 16, + "StageID": 1023210, + "MonsterList": [ + [ + 2011020, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 32, + "StageID": 1023211, + "MonsterList": [ + [ + 2011020, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 40, + "StageID": 1023212, + "MonsterList": [ + [ + 2011020, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 48, + "StageID": 1023213, + "MonsterList": [ + [ + 2011020, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 56, + "StageID": 1023214, + "MonsterList": [ + [ + 2011020, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 66, + "StageID": 1023215, + "MonsterList": [ + [ + 2011020, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 80, + "StageID": 1023216, + "MonsterList": [ + [ + 2011020, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 16, + "StageID": 1023220, + "MonsterList": [ + [ + 2011010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 32, + "StageID": 1023221, + "MonsterList": [ + [ + 2011010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 40, + "StageID": 1023222, + "MonsterList": [ + [ + 2011010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 48, + "StageID": 1023223, + "MonsterList": [ + [ + 2011010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 56, + "StageID": 1023224, + "MonsterList": [ + [ + 2011010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 66, + "StageID": 1023225, + "MonsterList": [ + [ + 2011010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 80, + "StageID": 1023226, + "MonsterList": [ + [ + 2011010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 16, + "StageID": 1023230, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 32, + "StageID": 1023231, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 40, + "StageID": 1023232, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 48, + "StageID": 1023233, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 56, + "StageID": 1023234, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 66, + "StageID": 1023235, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 80, + "StageID": 1023236, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 16, + "StageID": 1023310, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 1023311, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 1023312, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 1023313, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 1023314, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 1023315, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 80, + "StageID": 1023316, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 16, + "StageID": 1023320, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 1023321, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 1023322, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 1023323, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 1023324, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 1023325, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 80, + "StageID": 1023326, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 16, + "StageID": 1023330, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 1023331, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 1023332, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 1023333, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 1023334, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 1023335, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 80, + "StageID": 1023336, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 16, + "StageID": 1023410, + "MonsterList": [ + [ + 3011010, + 3001020, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 1023411, + "MonsterList": [ + [ + 3011010, + 3001020, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 1023412, + "MonsterList": [ + [ + 3011010, + 3001020, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 1023413, + "MonsterList": [ + [ + 3011010, + 3001020, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 1023414, + "MonsterList": [ + [ + 3011010, + 3001020, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 1023415, + "MonsterList": [ + [ + 3011010, + 3001020, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 80, + "StageID": 1023416, + "MonsterList": [ + [ + 3011010, + 3001020, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 16, + "StageID": 1023420, + "MonsterList": [ + [ + 3011010, + 3011010, + 3001010, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 1023421, + "MonsterList": [ + [ + 3011010, + 3011010, + 3001010, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 1023422, + "MonsterList": [ + [ + 3011010, + 3011010, + 3001010, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 1023423, + "MonsterList": [ + [ + 3011010, + 3011010, + 3001010, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 1023424, + "MonsterList": [ + [ + 3011010, + 3011010, + 3001010, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 1023425, + "MonsterList": [ + [ + 3011010, + 3011010, + 3001010, + 3011010 + ] + ] + }, + { + "Level": 80, + "StageID": 1023426, + "MonsterList": [ + [ + 3011010, + 3011010, + 3001010, + 3011010 + ] + ] + }, + { + "Level": 16, + "StageID": 1023430, + "MonsterList": [ + [ + 3001020, + 3011010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 1023431, + "MonsterList": [ + [ + 3001020, + 3011010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 1023432, + "MonsterList": [ + [ + 3001020, + 3011010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 1023433, + "MonsterList": [ + [ + 3001020, + 3011010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 1023434, + "MonsterList": [ + [ + 3001020, + 3011010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 1023435, + "MonsterList": [ + [ + 3001020, + 3011010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 80, + "StageID": 1023436, + "MonsterList": [ + [ + 3001020, + 3011010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 16, + "StageID": 1023510, + "MonsterList": [ + [ + 3011010, + 3012020, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 1023511, + "MonsterList": [ + [ + 3011010, + 3012020, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 1023512, + "MonsterList": [ + [ + 3011010, + 3012020, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 1023513, + "MonsterList": [ + [ + 3011010, + 3012020, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 1023514, + "MonsterList": [ + [ + 3011010, + 3012020, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 1023515, + "MonsterList": [ + [ + 3011010, + 3012020, + 3011010 + ] + ] + }, + { + "Level": 80, + "StageID": 1023516, + "MonsterList": [ + [ + 3011010, + 3012020, + 3011010 + ] + ] + }, + { + "Level": 16, + "StageID": 1023520, + "MonsterList": [ + [ + 3001010, + 3012020, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 1023521, + "MonsterList": [ + [ + 3001010, + 3012020, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 1023522, + "MonsterList": [ + [ + 3001010, + 3012020, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 1023523, + "MonsterList": [ + [ + 3001010, + 3012020, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 1023524, + "MonsterList": [ + [ + 3001010, + 3012020, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 1023525, + "MonsterList": [ + [ + 3001010, + 3012020, + 3001010 + ] + ] + }, + { + "Level": 80, + "StageID": 1023526, + "MonsterList": [ + [ + 3001010, + 3012020, + 3001010 + ] + ] + }, + { + "Level": 16, + "StageID": 1023530, + "MonsterList": [ + [ + 3012020, + 3012020 + ] + ] + }, + { + "Level": 32, + "StageID": 1023531, + "MonsterList": [ + [ + 3012020, + 3012020 + ] + ] + }, + { + "Level": 40, + "StageID": 1023532, + "MonsterList": [ + [ + 3012020, + 3012020 + ] + ] + }, + { + "Level": 48, + "StageID": 1023533, + "MonsterList": [ + [ + 3012020, + 3012020 + ] + ] + }, + { + "Level": 56, + "StageID": 1023534, + "MonsterList": [ + [ + 3012020, + 3012020 + ] + ] + }, + { + "Level": 66, + "StageID": 1023535, + "MonsterList": [ + [ + 3012020, + 3012020 + ] + ] + }, + { + "Level": 80, + "StageID": 1023536, + "MonsterList": [ + [ + 3012020, + 3012020 + ] + ] + }, + { + "Level": 16, + "StageID": 1023610, + "MonsterList": [ + [ + 2022020, + 2022110, + 2022020, + 2022110 + ] + ] + }, + { + "Level": 32, + "StageID": 1023611, + "MonsterList": [ + [ + 2022020, + 2022110, + 2022020, + 2022110 + ] + ] + }, + { + "Level": 40, + "StageID": 1023612, + "MonsterList": [ + [ + 2022020, + 2022110, + 2022020, + 2022110 + ] + ] + }, + { + "Level": 48, + "StageID": 1023613, + "MonsterList": [ + [ + 2022020, + 2022110, + 2022020, + 2022110 + ] + ] + }, + { + "Level": 56, + "StageID": 1023614, + "MonsterList": [ + [ + 2022020, + 2022110, + 2022020, + 2022110 + ] + ] + }, + { + "Level": 66, + "StageID": 1023615, + "MonsterList": [ + [ + 2022020, + 2022110, + 2022020, + 2022110 + ] + ] + }, + { + "Level": 80, + "StageID": 1023616, + "MonsterList": [ + [ + 2022020, + 2022110, + 2022020, + 2022110 + ] + ] + }, + { + "Level": 16, + "StageID": 1023620, + "MonsterList": [ + [ + 2022110, + 2022020, + 2022110 + ] + ] + }, + { + "Level": 32, + "StageID": 1023621, + "MonsterList": [ + [ + 2022110, + 2022020, + 2022110 + ] + ] + }, + { + "Level": 40, + "StageID": 1023622, + "MonsterList": [ + [ + 2022110, + 2022020, + 2022110 + ] + ] + }, + { + "Level": 48, + "StageID": 1023623, + "MonsterList": [ + [ + 2022110, + 2022020, + 2022110 + ] + ] + }, + { + "Level": 56, + "StageID": 1023624, + "MonsterList": [ + [ + 2022110, + 2022020, + 2022110 + ] + ] + }, + { + "Level": 66, + "StageID": 1023625, + "MonsterList": [ + [ + 2022110, + 2022020, + 2022110 + ] + ] + }, + { + "Level": 80, + "StageID": 1023626, + "MonsterList": [ + [ + 2022110, + 2022020, + 2022110 + ] + ] + }, + { + "Level": 16, + "StageID": 1023630, + "MonsterList": [ + [ + 2022020, + 2022020, + 2022110 + ] + ] + }, + { + "Level": 32, + "StageID": 1023631, + "MonsterList": [ + [ + 2022020, + 2022020, + 2022110 + ] + ] + }, + { + "Level": 40, + "StageID": 1023632, + "MonsterList": [ + [ + 2022020, + 2022020, + 2022110 + ] + ] + }, + { + "Level": 48, + "StageID": 1023633, + "MonsterList": [ + [ + 2022020, + 2022020, + 2022110 + ] + ] + }, + { + "Level": 56, + "StageID": 1023634, + "MonsterList": [ + [ + 2022020, + 2022020, + 2022110 + ] + ] + }, + { + "Level": 66, + "StageID": 1023635, + "MonsterList": [ + [ + 2022020, + 2022020, + 2022110 + ] + ] + }, + { + "Level": 80, + "StageID": 1023636, + "MonsterList": [ + [ + 2022020, + 2022020, + 2022110 + ] + ] + }, + { + "Level": 16, + "StageID": 1023710, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 32, + "StageID": 1023711, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 40, + "StageID": 1023712, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 48, + "StageID": 1023713, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 56, + "StageID": 1023714, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 66, + "StageID": 1023715, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 80, + "StageID": 1023716, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 16, + "StageID": 1023720, + "MonsterList": [ + [ + 2022060, + 2022050, + 2022060 + ] + ] + }, + { + "Level": 32, + "StageID": 1023721, + "MonsterList": [ + [ + 2022060, + 2022050, + 2022060 + ] + ] + }, + { + "Level": 40, + "StageID": 1023722, + "MonsterList": [ + [ + 2022060, + 2022050, + 2022060 + ] + ] + }, + { + "Level": 48, + "StageID": 1023723, + "MonsterList": [ + [ + 2022060, + 2022050, + 2022060 + ] + ] + }, + { + "Level": 56, + "StageID": 1023724, + "MonsterList": [ + [ + 2022060, + 2022050, + 2022060 + ] + ] + }, + { + "Level": 66, + "StageID": 1023725, + "MonsterList": [ + [ + 2022060, + 2022050, + 2022060 + ] + ] + }, + { + "Level": 80, + "StageID": 1023726, + "MonsterList": [ + [ + 2022060, + 2022050, + 2022060 + ] + ] + }, + { + "Level": 16, + "StageID": 1023730, + "MonsterList": [ + [ + 2022050, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 32, + "StageID": 1023731, + "MonsterList": [ + [ + 2022050, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 40, + "StageID": 1023732, + "MonsterList": [ + [ + 2022050, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 48, + "StageID": 1023733, + "MonsterList": [ + [ + 2022050, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 56, + "StageID": 1023734, + "MonsterList": [ + [ + 2022050, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 66, + "StageID": 1023735, + "MonsterList": [ + [ + 2022050, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 80, + "StageID": 1023736, + "MonsterList": [ + [ + 2022050, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 16, + "StageID": 1023810, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 32, + "StageID": 1023811, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 40, + "StageID": 1023812, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 48, + "StageID": 1023813, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 56, + "StageID": 1023814, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 66, + "StageID": 1023815, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 80, + "StageID": 1023816, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 16, + "StageID": 1023820, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 32, + "StageID": 1023821, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 40, + "StageID": 1023822, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 48, + "StageID": 1023823, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 56, + "StageID": 1023824, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 66, + "StageID": 1023825, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 80, + "StageID": 1023826, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 16, + "StageID": 1023830, + "MonsterList": [ + [ + 3002030, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 32, + "StageID": 1023831, + "MonsterList": [ + [ + 3002030, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 40, + "StageID": 1023832, + "MonsterList": [ + [ + 3002030, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 48, + "StageID": 1023833, + "MonsterList": [ + [ + 3002030, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 56, + "StageID": 1023834, + "MonsterList": [ + [ + 3002030, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 66, + "StageID": 1023835, + "MonsterList": [ + [ + 3002030, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 80, + "StageID": 1023836, + "MonsterList": [ + [ + 3002030, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 16, + "StageID": 1023910, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 1023911, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 1023912, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 1023913, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 1023914, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 1023915, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 80, + "StageID": 1023916, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 16, + "StageID": 1023920, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 1023921, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 1023922, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 1023923, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 1023924, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 1023925, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 80, + "StageID": 1023926, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 16, + "StageID": 1023930, + "MonsterList": [ + [ + 3002030, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 32, + "StageID": 1023931, + "MonsterList": [ + [ + 3002030, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 40, + "StageID": 1023932, + "MonsterList": [ + [ + 3002030, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 48, + "StageID": 1023933, + "MonsterList": [ + [ + 3002030, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 56, + "StageID": 1023934, + "MonsterList": [ + [ + 3002030, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 66, + "StageID": 1023935, + "MonsterList": [ + [ + 3002030, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 80, + "StageID": 1023936, + "MonsterList": [ + [ + 3002030, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 16, + "StageID": 1024010, + "MonsterList": [ + [ + 2002010, + 2002030, + 2002010 + ] + ] + }, + { + "Level": 32, + "StageID": 1024011, + "MonsterList": [ + [ + 2002010, + 2002030, + 2002010 + ] + ] + }, + { + "Level": 40, + "StageID": 1024012, + "MonsterList": [ + [ + 2002010, + 2002030, + 2002010 + ] + ] + }, + { + "Level": 48, + "StageID": 1024013, + "MonsterList": [ + [ + 2002010, + 2002030, + 2002010 + ] + ] + }, + { + "Level": 56, + "StageID": 1024014, + "MonsterList": [ + [ + 2002010, + 2002030, + 2002010 + ] + ] + }, + { + "Level": 66, + "StageID": 1024015, + "MonsterList": [ + [ + 2002010, + 2002030, + 2002010 + ] + ] + }, + { + "Level": 80, + "StageID": 1024016, + "MonsterList": [ + [ + 2002010, + 2002030, + 2002010 + ] + ] + }, + { + "Level": 16, + "StageID": 1024020, + "MonsterList": [ + [ + 2002030, + 2002030, + 2002010 + ] + ] + }, + { + "Level": 32, + "StageID": 1024021, + "MonsterList": [ + [ + 2002030, + 2002030, + 2002010 + ] + ] + }, + { + "Level": 40, + "StageID": 1024022, + "MonsterList": [ + [ + 2002030, + 2002030, + 2002010 + ] + ] + }, + { + "Level": 48, + "StageID": 1024023, + "MonsterList": [ + [ + 2002030, + 2002030, + 2002010 + ] + ] + }, + { + "Level": 56, + "StageID": 1024024, + "MonsterList": [ + [ + 2002030, + 2002030, + 2002010 + ] + ] + }, + { + "Level": 66, + "StageID": 1024025, + "MonsterList": [ + [ + 2002030, + 2002030, + 2002010 + ] + ] + }, + { + "Level": 80, + "StageID": 1024026, + "MonsterList": [ + [ + 2002030, + 2002030, + 2002010 + ] + ] + }, + { + "Level": 16, + "StageID": 1024030, + "MonsterList": [ + [ + 2002010, + 2002030, + 2002030 + ] + ] + }, + { + "Level": 32, + "StageID": 1024031, + "MonsterList": [ + [ + 2002010, + 2002030, + 2002030 + ] + ] + }, + { + "Level": 40, + "StageID": 1024032, + "MonsterList": [ + [ + 2002010, + 2002030, + 2002030 + ] + ] + }, + { + "Level": 48, + "StageID": 1024033, + "MonsterList": [ + [ + 2002010, + 2002030, + 2002030 + ] + ] + }, + { + "Level": 56, + "StageID": 1024034, + "MonsterList": [ + [ + 2002010, + 2002030, + 2002030 + ] + ] + }, + { + "Level": 66, + "StageID": 1024035, + "MonsterList": [ + [ + 2002010, + 2002030, + 2002030 + ] + ] + }, + { + "Level": 80, + "StageID": 1024036, + "MonsterList": [ + [ + 2002010, + 2002030, + 2002030 + ] + ] + }, + { + "Level": 16, + "StageID": 1024110, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002020 + ] + ] + }, + { + "Level": 32, + "StageID": 1024111, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002020 + ] + ] + }, + { + "Level": 40, + "StageID": 1024112, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002020 + ] + ] + }, + { + "Level": 48, + "StageID": 1024113, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002020 + ] + ] + }, + { + "Level": 56, + "StageID": 1024114, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002020 + ] + ] + }, + { + "Level": 66, + "StageID": 1024115, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002020 + ] + ] + }, + { + "Level": 80, + "StageID": 1024116, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002020 + ] + ] + }, + { + "Level": 16, + "StageID": 1024120, + "MonsterList": [ + [ + 3002040, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 1024121, + "MonsterList": [ + [ + 3002040, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 1024122, + "MonsterList": [ + [ + 3002040, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 1024123, + "MonsterList": [ + [ + 3002040, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 1024124, + "MonsterList": [ + [ + 3002040, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 1024125, + "MonsterList": [ + [ + 3002040, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 80, + "StageID": 1024126, + "MonsterList": [ + [ + 3002040, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 16, + "StageID": 1024130, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 1024131, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 1024132, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 1024133, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 1024134, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 1024135, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 80, + "StageID": 1024136, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 16, + "StageID": 1024210, + "MonsterList": [ + [ + 3011010, + 3012040, + 3012020, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 1024211, + "MonsterList": [ + [ + 3011010, + 3012040, + 3012020, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 1024212, + "MonsterList": [ + [ + 3011010, + 3012040, + 3012020, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 1024213, + "MonsterList": [ + [ + 3011010, + 3012040, + 3012020, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 1024214, + "MonsterList": [ + [ + 3011010, + 3012040, + 3012020, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 1024215, + "MonsterList": [ + [ + 3011010, + 3012040, + 3012020, + 3011010 + ] + ] + }, + { + "Level": 80, + "StageID": 1024216, + "MonsterList": [ + [ + 3011010, + 3012040, + 3012020, + 3011010 + ] + ] + }, + { + "Level": 16, + "StageID": 1024220, + "MonsterList": [ + [ + 3012020, + 3012020 + ] + ] + }, + { + "Level": 32, + "StageID": 1024221, + "MonsterList": [ + [ + 3012020, + 3012020 + ] + ] + }, + { + "Level": 40, + "StageID": 1024222, + "MonsterList": [ + [ + 3012020, + 3012020 + ] + ] + }, + { + "Level": 48, + "StageID": 1024223, + "MonsterList": [ + [ + 3012020, + 3012020 + ] + ] + }, + { + "Level": 56, + "StageID": 1024224, + "MonsterList": [ + [ + 3012020, + 3012020 + ] + ] + }, + { + "Level": 66, + "StageID": 1024225, + "MonsterList": [ + [ + 3012020, + 3012020 + ] + ] + }, + { + "Level": 80, + "StageID": 1024226, + "MonsterList": [ + [ + 3012020, + 3012020 + ] + ] + }, + { + "Level": 16, + "StageID": 1024230, + "MonsterList": [ + [ + 3012020, + 3012040, + 3012020 + ] + ] + }, + { + "Level": 32, + "StageID": 1024231, + "MonsterList": [ + [ + 3012020, + 3012040, + 3012020 + ] + ] + }, + { + "Level": 40, + "StageID": 1024232, + "MonsterList": [ + [ + 3012020, + 3012040, + 3012020 + ] + ] + }, + { + "Level": 48, + "StageID": 1024233, + "MonsterList": [ + [ + 3012020, + 3012040, + 3012020 + ] + ] + }, + { + "Level": 56, + "StageID": 1024234, + "MonsterList": [ + [ + 3012020, + 3012040, + 3012020 + ] + ] + }, + { + "Level": 66, + "StageID": 1024235, + "MonsterList": [ + [ + 3012020, + 3012040, + 3012020 + ] + ] + }, + { + "Level": 80, + "StageID": 1024236, + "MonsterList": [ + [ + 3012020, + 3012040, + 3012020 + ] + ] + }, + { + "Level": 16, + "StageID": 1024310, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 1024311, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 1024312, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 1024313, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 1024314, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 1024315, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 80, + "StageID": 1024316, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 16, + "StageID": 1024320, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012020 + ] + ] + }, + { + "Level": 32, + "StageID": 1024321, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012020 + ] + ] + }, + { + "Level": 40, + "StageID": 1024322, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012020 + ] + ] + }, + { + "Level": 48, + "StageID": 1024323, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012020 + ] + ] + }, + { + "Level": 56, + "StageID": 1024324, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012020 + ] + ] + }, + { + "Level": 66, + "StageID": 1024325, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012020 + ] + ] + }, + { + "Level": 80, + "StageID": 1024326, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012020 + ] + ] + }, + { + "Level": 16, + "StageID": 1024330, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 1024331, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 1024332, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 1024333, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 1024334, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 1024335, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 80, + "StageID": 1024336, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 16, + "StageID": 1024410, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012010, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 1024411, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012010, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 1024412, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012010, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 1024413, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012010, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 1024414, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012010, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 1024415, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012010, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 80, + "StageID": 1024416, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012010, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 16, + "StageID": 1024420, + "MonsterList": [ + [ + 4012030, + 4012040, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 1024421, + "MonsterList": [ + [ + 4012030, + 4012040, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 1024422, + "MonsterList": [ + [ + 4012030, + 4012040, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 1024423, + "MonsterList": [ + [ + 4012030, + 4012040, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 1024424, + "MonsterList": [ + [ + 4012030, + 4012040, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 1024425, + "MonsterList": [ + [ + 4012030, + 4012040, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 80, + "StageID": 1024426, + "MonsterList": [ + [ + 4012030, + 4012040, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 16, + "StageID": 1024430, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 1024431, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 1024432, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 1024433, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 1024434, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 1024435, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 80, + "StageID": 1024436, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 16, + "StageID": 1024510, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 1024511, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 1024512, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 1024513, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 1024514, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 1024515, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 80, + "StageID": 1024516, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 16, + "StageID": 1024520, + "MonsterList": [ + [ + 4012010, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 1024521, + "MonsterList": [ + [ + 4012010, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 1024522, + "MonsterList": [ + [ + 4012010, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 1024523, + "MonsterList": [ + [ + 4012010, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 1024524, + "MonsterList": [ + [ + 4012010, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 1024525, + "MonsterList": [ + [ + 4012010, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 80, + "StageID": 1024526, + "MonsterList": [ + [ + 4012010, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 16, + "StageID": 1024530, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 1024531, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 1024532, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 1024533, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 1024534, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 1024535, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 80, + "StageID": 1024536, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 16, + "StageID": 1024610, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4012010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 1024611, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4012010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 1024612, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4012010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 1024613, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4012010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 1024614, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4012010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 1024615, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4012010, + 4032010 + ] + ] + }, + { + "Level": 80, + "StageID": 1024616, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4012010, + 4032010 + ] + ] + }, + { + "Level": 16, + "StageID": 1024620, + "MonsterList": [ + [ + 4012010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 1024621, + "MonsterList": [ + [ + 4012010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 1024622, + "MonsterList": [ + [ + 4012010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 1024623, + "MonsterList": [ + [ + 4012010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 1024624, + "MonsterList": [ + [ + 4012010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 1024625, + "MonsterList": [ + [ + 4012010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 80, + "StageID": 1024626, + "MonsterList": [ + [ + 4012010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 16, + "StageID": 1024630, + "MonsterList": [ + [ + 4012010, + 4032010, + 4032010, + 4032010, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 1024631, + "MonsterList": [ + [ + 4012010, + 4032010, + 4032010, + 4032010, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 1024632, + "MonsterList": [ + [ + 4012010, + 4032010, + 4032010, + 4032010, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 1024633, + "MonsterList": [ + [ + 4012010, + 4032010, + 4032010, + 4032010, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 1024634, + "MonsterList": [ + [ + 4012010, + 4032010, + 4032010, + 4032010, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 1024635, + "MonsterList": [ + [ + 4012010, + 4032010, + 4032010, + 4032010, + 4012010 + ] + ] + }, + { + "Level": 80, + "StageID": 1024636, + "MonsterList": [ + [ + 4012010, + 4032010, + 4032010, + 4032010, + 4012010 + ] + ] + }, + { + "Level": 21, + "StageID": 1042010, + "MonsterList": [ + [ + 1012010, + 1012030, + 1012020, + 1012030, + 1012020 + ], + [ + 1012030, + 1013010, + 1012030 + ] + ] + }, + { + "Level": 33, + "StageID": 1042011, + "MonsterList": [ + [ + 1012010, + 1012030, + 1012020, + 1012030, + 1012020 + ], + [ + 1012030, + 1013010, + 1012030 + ] + ] + }, + { + "Level": 42, + "StageID": 1042012, + "MonsterList": [ + [ + 1012010, + 1012030, + 1012020, + 1012030, + 1012020 + ], + [ + 1012030, + 1013010, + 1012030 + ] + ] + }, + { + "Level": 50, + "StageID": 1042013, + "MonsterList": [ + [ + 1012010, + 1012030, + 1012020, + 1012030, + 1012020 + ], + [ + 1012030, + 1013010, + 1012030 + ] + ] + }, + { + "Level": 58, + "StageID": 1042014, + "MonsterList": [ + [ + 1012010, + 1012030, + 1012020, + 1012030, + 1012020 + ], + [ + 1012030, + 1013010, + 1012030 + ] + ] + }, + { + "Level": 68, + "StageID": 1042015, + "MonsterList": [ + [ + 1012010, + 1012030, + 1012020, + 1012030, + 1012020 + ], + [ + 1012030, + 1013010, + 1012030 + ] + ] + }, + { + "Level": 82, + "StageID": 1042016, + "MonsterList": [ + [ + 1012010, + 1012030, + 1012020, + 1012030, + 1012020 + ], + [ + 1012030, + 1013010, + 1012030 + ] + ] + }, + { + "Level": 21, + "StageID": 1042020, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020, + 1022010 + ], + [ + 8001020, + 1023020, + 8001020 + ] + ] + }, + { + "Level": 33, + "StageID": 1042021, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020, + 1022010 + ], + [ + 8001020, + 1023020, + 8001020 + ] + ] + }, + { + "Level": 42, + "StageID": 1042022, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020, + 1022010 + ], + [ + 8001020, + 1023020, + 8001020 + ] + ] + }, + { + "Level": 50, + "StageID": 1042023, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020, + 1022010 + ], + [ + 8001020, + 1023020, + 8001020 + ] + ] + }, + { + "Level": 58, + "StageID": 1042024, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020, + 1022010 + ], + [ + 8001020, + 1023020, + 8001020 + ] + ] + }, + { + "Level": 68, + "StageID": 1042025, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020, + 1022010 + ], + [ + 8001020, + 1023020, + 8001020 + ] + ] + }, + { + "Level": 82, + "StageID": 1042026, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020, + 1022010 + ], + [ + 8001020, + 1023020, + 8001020 + ] + ] + }, + { + "Level": 21, + "StageID": 1042030, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010, + 1022020 + ], + [ + 8001010, + 1022020, + 8003020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 33, + "StageID": 1042031, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010, + 1022020 + ], + [ + 8001010, + 1022020, + 8003020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 42, + "StageID": 1042032, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010, + 1022020 + ], + [ + 8001010, + 1022020, + 8003020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 50, + "StageID": 1042033, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010, + 1022020 + ], + [ + 8001010, + 1022020, + 8003020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 58, + "StageID": 1042034, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010, + 1022020 + ], + [ + 8001010, + 1022020, + 8003020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 68, + "StageID": 1042035, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010, + 1022020 + ], + [ + 8001010, + 1022020, + 8003020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 82, + "StageID": 1042036, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010, + 1022020 + ], + [ + 8001010, + 1022020, + 8003020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 21, + "StageID": 1042040, + "MonsterList": [ + [ + 1022020, + 8002010, + 8002010, + 8001020 + ], + [ + 8002010, + 8003030, + 8002010 + ] + ] + }, + { + "Level": 33, + "StageID": 1042041, + "MonsterList": [ + [ + 1022020, + 8002010, + 8002010, + 8001020 + ], + [ + 8002010, + 8003030, + 8002010 + ] + ] + }, + { + "Level": 42, + "StageID": 1042042, + "MonsterList": [ + [ + 1022020, + 8002010, + 8002010, + 8001020 + ], + [ + 8002010, + 8003030, + 8002010 + ] + ] + }, + { + "Level": 50, + "StageID": 1042043, + "MonsterList": [ + [ + 1022020, + 8002010, + 8002010, + 8001020 + ], + [ + 8002010, + 8003030, + 8002010 + ] + ] + }, + { + "Level": 58, + "StageID": 1042044, + "MonsterList": [ + [ + 1022020, + 8002010, + 8002010, + 8001020 + ], + [ + 8002010, + 8003030, + 8002010 + ] + ] + }, + { + "Level": 68, + "StageID": 1042045, + "MonsterList": [ + [ + 1022020, + 8002010, + 8002010, + 8001020 + ], + [ + 8002010, + 8003030, + 8002010 + ] + ] + }, + { + "Level": 82, + "StageID": 1042046, + "MonsterList": [ + [ + 1022020, + 8002010, + 8002010, + 8001020 + ], + [ + 8002010, + 8003030, + 8002010 + ] + ] + }, + { + "Level": 21, + "StageID": 1042050, + "MonsterList": [ + [ + 8012020, + 8012010, + 8012030, + 8012010 + ], + [ + 8011020, + 8012010, + 8013010, + 8011010, + 8012010 + ] + ] + }, + { + "Level": 33, + "StageID": 1042051, + "MonsterList": [ + [ + 8012020, + 8012010, + 8012030, + 8012010 + ], + [ + 8011020, + 8012010, + 8013010, + 8011010, + 8012010 + ] + ] + }, + { + "Level": 42, + "StageID": 1042052, + "MonsterList": [ + [ + 8012020, + 8012010, + 8012030, + 8012010 + ], + [ + 8011020, + 8012010, + 8013010, + 8011010, + 8012010 + ] + ] + }, + { + "Level": 50, + "StageID": 1042053, + "MonsterList": [ + [ + 8012020, + 8012010, + 8012030, + 8012010 + ], + [ + 8011020, + 8012010, + 8013010, + 8011010, + 8012010 + ] + ] + }, + { + "Level": 58, + "StageID": 1042054, + "MonsterList": [ + [ + 8012020, + 8012010, + 8012030, + 8012010 + ], + [ + 8011020, + 8012010, + 8013010, + 8011010, + 8012010 + ] + ] + }, + { + "Level": 68, + "StageID": 1042055, + "MonsterList": [ + [ + 8012020, + 8012010, + 8012030, + 8012010 + ], + [ + 8011020, + 8012010, + 8013010, + 8011010, + 8012010 + ] + ] + }, + { + "Level": 82, + "StageID": 1042056, + "MonsterList": [ + [ + 8012020, + 8012010, + 8012030, + 8012010 + ], + [ + 8011020, + 8012010, + 8013010, + 8011010, + 8012010 + ] + ] + }, + { + "Level": 21, + "StageID": 1042060, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002040, + 1002050 + ], + [ + 1002030, + 1003010, + 1002030 + ] + ] + }, + { + "Level": 33, + "StageID": 1042061, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002040, + 1002050 + ], + [ + 1002030, + 1003010, + 1002030 + ] + ] + }, + { + "Level": 42, + "StageID": 1042062, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002040, + 1002050 + ], + [ + 1002030, + 1003010, + 1002030 + ] + ] + }, + { + "Level": 50, + "StageID": 1042063, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002040, + 1002050 + ], + [ + 1002030, + 1003010, + 1002030 + ] + ] + }, + { + "Level": 58, + "StageID": 1042064, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002040, + 1002050 + ], + [ + 1002030, + 1003010, + 1002030 + ] + ] + }, + { + "Level": 68, + "StageID": 1042065, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002040, + 1002050 + ], + [ + 1002030, + 1003010, + 1002030 + ] + ] + }, + { + "Level": 82, + "StageID": 1042066, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002040, + 1002050 + ], + [ + 1002030, + 1003010, + 1002030 + ] + ] + }, + { + "Level": 21, + "StageID": 1043010, + "MonsterList": [ + [ + 8012020, + 8012010, + 8012030, + 8012010 + ], + [ + 8012030, + 8012010, + 8013010, + 8012010 + ] + ] + }, + { + "Level": 33, + "StageID": 1043011, + "MonsterList": [ + [ + 8012020, + 8012010, + 8012030, + 8012010 + ], + [ + 8012030, + 8012010, + 8013010, + 8012010 + ] + ] + }, + { + "Level": 42, + "StageID": 1043012, + "MonsterList": [ + [ + 8012020, + 8012010, + 8012030, + 8012010 + ], + [ + 8012030, + 8012010, + 8013010, + 8012010 + ] + ] + }, + { + "Level": 50, + "StageID": 1043013, + "MonsterList": [ + [ + 8012020, + 8012010, + 8012030, + 8012010 + ], + [ + 8012030, + 8012010, + 8013010, + 8012010 + ] + ] + }, + { + "Level": 58, + "StageID": 1043014, + "MonsterList": [ + [ + 8012020, + 8012010, + 8012030, + 8012010 + ], + [ + 8012030, + 8012010, + 8013010, + 8012010 + ] + ] + }, + { + "Level": 68, + "StageID": 1043015, + "MonsterList": [ + [ + 8012020, + 8012010, + 8012030, + 8012010 + ], + [ + 8012030, + 8012010, + 8013010, + 8012010 + ] + ] + }, + { + "Level": 82, + "StageID": 1043016, + "MonsterList": [ + [ + 8012020, + 8012010, + 8012030, + 8012010 + ], + [ + 8012030, + 8012010, + 8013010, + 8012010 + ] + ] + }, + { + "Level": 21, + "StageID": 1043020, + "MonsterList": [ + [ + 1012010, + 1012030, + 1012020, + 1012030 + ], + [ + 1012030, + 1013010, + 1012030 + ] + ] + }, + { + "Level": 33, + "StageID": 1043021, + "MonsterList": [ + [ + 1012010, + 1012030, + 1012020, + 1012030 + ], + [ + 1012030, + 1013010, + 1012030 + ] + ] + }, + { + "Level": 42, + "StageID": 1043022, + "MonsterList": [ + [ + 1012010, + 1012030, + 1012020, + 1012030 + ], + [ + 1012030, + 1013010, + 1012030 + ] + ] + }, + { + "Level": 50, + "StageID": 1043023, + "MonsterList": [ + [ + 1012010, + 1012030, + 1012020, + 1012030 + ], + [ + 1012030, + 1013010, + 1012030 + ] + ] + }, + { + "Level": 58, + "StageID": 1043024, + "MonsterList": [ + [ + 1012010, + 1012030, + 1012020, + 1012030 + ], + [ + 1012030, + 1013010, + 1012030 + ] + ] + }, + { + "Level": 68, + "StageID": 1043025, + "MonsterList": [ + [ + 1012010, + 1012030, + 1012020, + 1012030 + ], + [ + 1012030, + 1013010, + 1012030 + ] + ] + }, + { + "Level": 82, + "StageID": 1043026, + "MonsterList": [ + [ + 1012010, + 1012030, + 1012020, + 1012030 + ], + [ + 1012030, + 1013010, + 1012030 + ] + ] + }, + { + "Level": 21, + "StageID": 1043030, + "MonsterList": [ + [ + 8001020, + 8002010, + 8002010, + 1022020 + ], + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 33, + "StageID": 1043031, + "MonsterList": [ + [ + 8001020, + 8002010, + 8002010, + 1022020 + ], + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 42, + "StageID": 1043032, + "MonsterList": [ + [ + 8001020, + 8002010, + 8002010, + 1022020 + ], + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 50, + "StageID": 1043033, + "MonsterList": [ + [ + 8001020, + 8002010, + 8002010, + 1022020 + ], + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 58, + "StageID": 1043034, + "MonsterList": [ + [ + 8001020, + 8002010, + 8002010, + 1022020 + ], + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 68, + "StageID": 1043035, + "MonsterList": [ + [ + 8001020, + 8002010, + 8002010, + 1022020 + ], + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 82, + "StageID": 1043036, + "MonsterList": [ + [ + 8001020, + 8002010, + 8002010, + 1022020 + ], + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 21, + "StageID": 1043040, + "MonsterList": [ + [ + 1022020, + 8002010, + 8002010, + 8001020 + ], + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 33, + "StageID": 1043041, + "MonsterList": [ + [ + 1022020, + 8002010, + 8002010, + 8001020 + ], + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 42, + "StageID": 1043042, + "MonsterList": [ + [ + 1022020, + 8002010, + 8002010, + 8001020 + ], + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 50, + "StageID": 1043043, + "MonsterList": [ + [ + 1022020, + 8002010, + 8002010, + 8001020 + ], + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 58, + "StageID": 1043044, + "MonsterList": [ + [ + 1022020, + 8002010, + 8002010, + 8001020 + ], + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 68, + "StageID": 1043045, + "MonsterList": [ + [ + 1022020, + 8002010, + 8002010, + 8001020 + ], + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 82, + "StageID": 1043046, + "MonsterList": [ + [ + 1022020, + 8002010, + 8002010, + 8001020 + ], + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 21, + "StageID": 1043050, + "MonsterList": [ + [ + 8002010, + 8002010, + 8001030, + 8002010 + ], + [ + 8001040, + 8002010, + 8003020, + 8001040 + ] + ] + }, + { + "Level": 33, + "StageID": 1043051, + "MonsterList": [ + [ + 8002010, + 8002010, + 8001030, + 8002010 + ], + [ + 8001040, + 8002010, + 8003020, + 8001040 + ] + ] + }, + { + "Level": 42, + "StageID": 1043052, + "MonsterList": [ + [ + 8002010, + 8002010, + 8001030, + 8002010 + ], + [ + 8001040, + 8002010, + 8003020, + 8001040 + ] + ] + }, + { + "Level": 50, + "StageID": 1043053, + "MonsterList": [ + [ + 8002010, + 8002010, + 8001030, + 8002010 + ], + [ + 8001040, + 8002010, + 8003020, + 8001040 + ] + ] + }, + { + "Level": 58, + "StageID": 1043054, + "MonsterList": [ + [ + 8002010, + 8002010, + 8001030, + 8002010 + ], + [ + 8001040, + 8002010, + 8003020, + 8001040 + ] + ] + }, + { + "Level": 68, + "StageID": 1043055, + "MonsterList": [ + [ + 8002010, + 8002010, + 8001030, + 8002010 + ], + [ + 8001040, + 8002010, + 8003020, + 8001040 + ] + ] + }, + { + "Level": 82, + "StageID": 1043056, + "MonsterList": [ + [ + 8002010, + 8002010, + 8001030, + 8002010 + ], + [ + 8001040, + 8002010, + 8003020, + 8001040 + ] + ] + }, + { + "Level": 21, + "StageID": 1043060, + "MonsterList": [ + [ + 2022010, + 2012010, + 2022010, + 2012010 + ], + [ + 2011010, + 2013010, + 2011020 + ] + ] + }, + { + "Level": 33, + "StageID": 1043061, + "MonsterList": [ + [ + 2022010, + 2012010, + 2022010, + 2012010 + ], + [ + 2011010, + 2013010, + 2011020 + ] + ] + }, + { + "Level": 42, + "StageID": 1043062, + "MonsterList": [ + [ + 2022010, + 2012010, + 2022010, + 2012010 + ], + [ + 2011010, + 2013010, + 2011020 + ] + ] + }, + { + "Level": 50, + "StageID": 1043063, + "MonsterList": [ + [ + 2022010, + 2012010, + 2022010, + 2012010 + ], + [ + 2011010, + 2013010, + 2011020 + ] + ] + }, + { + "Level": 58, + "StageID": 1043064, + "MonsterList": [ + [ + 2022010, + 2012010, + 2022010, + 2012010 + ], + [ + 2011010, + 2013010, + 2011020 + ] + ] + }, + { + "Level": 68, + "StageID": 1043065, + "MonsterList": [ + [ + 2022010, + 2012010, + 2022010, + 2012010 + ], + [ + 2011010, + 2013010, + 2011020 + ] + ] + }, + { + "Level": 82, + "StageID": 1043066, + "MonsterList": [ + [ + 2022010, + 2012010, + 2022010, + 2012010 + ], + [ + 2011010, + 2013010, + 2011020 + ] + ] + }, + { + "Level": 21, + "StageID": 1043070, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022050, + 2022060 + ], + [ + 2022040, + 2023020, + 2022050 + ] + ] + }, + { + "Level": 33, + "StageID": 1043071, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022050, + 2022060 + ], + [ + 2022040, + 2023020, + 2022050 + ] + ] + }, + { + "Level": 42, + "StageID": 1043072, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022050, + 2022060 + ], + [ + 2022040, + 2023020, + 2022050 + ] + ] + }, + { + "Level": 50, + "StageID": 1043073, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022050, + 2022060 + ], + [ + 2022040, + 2023020, + 2022050 + ] + ] + }, + { + "Level": 58, + "StageID": 1043074, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022050, + 2022060 + ], + [ + 2022040, + 2023020, + 2022050 + ] + ] + }, + { + "Level": 68, + "StageID": 1043075, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022050, + 2022060 + ], + [ + 2022040, + 2023020, + 2022050 + ] + ] + }, + { + "Level": 82, + "StageID": 1043076, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022050, + 2022060 + ], + [ + 2022040, + 2023020, + 2022050 + ] + ] + }, + { + "Level": 21, + "StageID": 1043080, + "MonsterList": [ + [ + 2011020, + 2002030, + 2012010, + 2002030, + 2011020 + ], + [ + 2011020, + 2002030, + 2013020, + 2002030, + 2011020 + ] + ] + }, + { + "Level": 33, + "StageID": 1043081, + "MonsterList": [ + [ + 2011020, + 2002030, + 2012010, + 2002030, + 2011020 + ], + [ + 2011020, + 2002030, + 2013020, + 2002030, + 2011020 + ] + ] + }, + { + "Level": 42, + "StageID": 1043082, + "MonsterList": [ + [ + 2011020, + 2002030, + 2012010, + 2002030, + 2011020 + ], + [ + 2011020, + 2002030, + 2013020, + 2002030, + 2011020 + ] + ] + }, + { + "Level": 50, + "StageID": 1043083, + "MonsterList": [ + [ + 2011020, + 2002030, + 2012010, + 2002030, + 2011020 + ], + [ + 2011020, + 2002030, + 2013020, + 2002030, + 2011020 + ] + ] + }, + { + "Level": 58, + "StageID": 1043084, + "MonsterList": [ + [ + 2011020, + 2002030, + 2012010, + 2002030, + 2011020 + ], + [ + 2011020, + 2002030, + 2013020, + 2002030, + 2011020 + ] + ] + }, + { + "Level": 68, + "StageID": 1043085, + "MonsterList": [ + [ + 2011020, + 2002030, + 2012010, + 2002030, + 2011020 + ], + [ + 2011020, + 2002030, + 2013020, + 2002030, + 2011020 + ] + ] + }, + { + "Level": 82, + "StageID": 1043086, + "MonsterList": [ + [ + 2011020, + 2002030, + 2012010, + 2002030, + 2011020 + ], + [ + 2011020, + 2002030, + 2013020, + 2002030, + 2011020 + ] + ] + }, + { + "Level": 21, + "StageID": 1043090, + "MonsterList": [ + [ + 3001010, + 3002010, + 3002030, + 3001010 + ], + [ + 3001010, + 3002030, + 3003010, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 33, + "StageID": 1043091, + "MonsterList": [ + [ + 3001010, + 3002010, + 3002030, + 3001010 + ], + [ + 3001010, + 3002030, + 3003010, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 42, + "StageID": 1043092, + "MonsterList": [ + [ + 3001010, + 3002010, + 3002030, + 3001010 + ], + [ + 3001010, + 3002030, + 3003010, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 50, + "StageID": 1043093, + "MonsterList": [ + [ + 3001010, + 3002010, + 3002030, + 3001010 + ], + [ + 3001010, + 3002030, + 3003010, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 58, + "StageID": 1043094, + "MonsterList": [ + [ + 3001010, + 3002010, + 3002030, + 3001010 + ], + [ + 3001010, + 3002030, + 3003010, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 68, + "StageID": 1043095, + "MonsterList": [ + [ + 3001010, + 3002010, + 3002030, + 3001010 + ], + [ + 3001010, + 3002030, + 3003010, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 1043096, + "MonsterList": [ + [ + 3001010, + 3002010, + 3002030, + 3001010 + ], + [ + 3001010, + 3002030, + 3003010, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 21, + "StageID": 1043100, + "MonsterList": [ + [ + 3012010, + 3002030, + 3012010, + 3002030 + ], + [ + 3012040, + 3003030, + 3002030 + ] + ] + }, + { + "Level": 33, + "StageID": 1043101, + "MonsterList": [ + [ + 3012010, + 3002030, + 3012010, + 3002030 + ], + [ + 3012040, + 3003030, + 3002030 + ] + ] + }, + { + "Level": 42, + "StageID": 1043102, + "MonsterList": [ + [ + 3012010, + 3002030, + 3012010, + 3002030 + ], + [ + 3012040, + 3003030, + 3002030 + ] + ] + }, + { + "Level": 50, + "StageID": 1043103, + "MonsterList": [ + [ + 3012010, + 3002030, + 3012010, + 3002030 + ], + [ + 3012040, + 3003030, + 3002030 + ] + ] + }, + { + "Level": 58, + "StageID": 1043104, + "MonsterList": [ + [ + 3012010, + 3002030, + 3012010, + 3002030 + ], + [ + 3012040, + 3003030, + 3002030 + ] + ] + }, + { + "Level": 68, + "StageID": 1043105, + "MonsterList": [ + [ + 3012010, + 3002030, + 3012010, + 3002030 + ], + [ + 3012040, + 3003030, + 3002030 + ] + ] + }, + { + "Level": 82, + "StageID": 1043106, + "MonsterList": [ + [ + 3012010, + 3002030, + 3012010, + 3002030 + ], + [ + 3012040, + 3003030, + 3002030 + ] + ] + }, + { + "Level": 21, + "StageID": 1043110, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032010, + 2032010 + ], + [ + 2032010, + 2032020, + 2033010, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 33, + "StageID": 1043111, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032010, + 2032010 + ], + [ + 2032010, + 2032020, + 2033010, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 42, + "StageID": 1043112, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032010, + 2032010 + ], + [ + 2032010, + 2032020, + 2033010, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 50, + "StageID": 1043113, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032010, + 2032010 + ], + [ + 2032010, + 2032020, + 2033010, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 58, + "StageID": 1043114, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032010, + 2032010 + ], + [ + 2032010, + 2032020, + 2033010, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 68, + "StageID": 1043115, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032010, + 2032010 + ], + [ + 2032010, + 2032020, + 2033010, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 82, + "StageID": 1043116, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032010, + 2032010 + ], + [ + 2032010, + 2032020, + 2033010, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 21, + "StageID": 1043120, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030, + 4012010 + ], + [ + 4012030, + 4012040, + 4013010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 33, + "StageID": 1043121, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030, + 4012010 + ], + [ + 4012030, + 4012040, + 4013010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 42, + "StageID": 1043122, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030, + 4012010 + ], + [ + 4012030, + 4012040, + 4013010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 50, + "StageID": 1043123, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030, + 4012010 + ], + [ + 4012030, + 4012040, + 4013010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 58, + "StageID": 1043124, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030, + 4012010 + ], + [ + 4012030, + 4012040, + 4013010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 68, + "StageID": 1043125, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030, + 4012010 + ], + [ + 4012030, + 4012040, + 4013010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 82, + "StageID": 1043126, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030, + 4012010 + ], + [ + 4012030, + 4012040, + 4013010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 21, + "StageID": 1043130, + "MonsterList": [ + [ + 4032050, + 4032030, + 4032050, + 4032040 + ], + [ + 4032030, + 4033030, + 4032040 + ] + ] + }, + { + "Level": 33, + "StageID": 1043131, + "MonsterList": [ + [ + 4032050, + 4032030, + 4032050, + 4032040 + ], + [ + 4032030, + 4033030, + 4032040 + ] + ] + }, + { + "Level": 42, + "StageID": 1043132, + "MonsterList": [ + [ + 4032050, + 4032030, + 4032050, + 4032040 + ], + [ + 4032030, + 4033030, + 4032040 + ] + ] + }, + { + "Level": 50, + "StageID": 1043133, + "MonsterList": [ + [ + 4032050, + 4032030, + 4032050, + 4032040 + ], + [ + 4032030, + 4033030, + 4032040 + ] + ] + }, + { + "Level": 58, + "StageID": 1043134, + "MonsterList": [ + [ + 4032050, + 4032030, + 4032050, + 4032040 + ], + [ + 4032030, + 4033030, + 4032040 + ] + ] + }, + { + "Level": 68, + "StageID": 1043135, + "MonsterList": [ + [ + 4032050, + 4032030, + 4032050, + 4032040 + ], + [ + 4032030, + 4033030, + 4032040 + ] + ] + }, + { + "Level": 82, + "StageID": 1043136, + "MonsterList": [ + [ + 4032050, + 4032030, + 4032050, + 4032040 + ], + [ + 4032030, + 4033030, + 4032040 + ] + ] + }, + { + "Level": 26, + "StageID": 1052010, + "MonsterList": [ + [ + 8015010 + ] + ] + }, + { + "Level": 34, + "StageID": 1052011, + "MonsterList": [ + [ + 8015010 + ] + ] + }, + { + "Level": 42, + "StageID": 1052012, + "MonsterList": [ + [ + 8015010 + ] + ] + }, + { + "Level": 50, + "StageID": 1052013, + "MonsterList": [ + [ + 8015010 + ] + ] + }, + { + "Level": 58, + "StageID": 1052014, + "MonsterList": [ + [ + 8015010 + ] + ] + }, + { + "Level": 68, + "StageID": 1052015, + "MonsterList": [ + [ + 8015010 + ] + ] + }, + { + "Level": 82, + "StageID": 1052016, + "MonsterList": [ + [ + 8015010 + ] + ] + }, + { + "Level": 26, + "StageID": 1052020, + "MonsterList": [ + [ + 1005012 + ] + ] + }, + { + "Level": 34, + "StageID": 1052021, + "MonsterList": [ + [ + 1005012 + ] + ] + }, + { + "Level": 42, + "StageID": 1052022, + "MonsterList": [ + [ + 1005012 + ] + ] + }, + { + "Level": 50, + "StageID": 1052023, + "MonsterList": [ + [ + 1005012 + ] + ] + }, + { + "Level": 58, + "StageID": 1052024, + "MonsterList": [ + [ + 1005012 + ] + ] + }, + { + "Level": 68, + "StageID": 1052025, + "MonsterList": [ + [ + 1005012 + ] + ] + }, + { + "Level": 82, + "StageID": 1052026, + "MonsterList": [ + [ + 1005012 + ] + ] + }, + { + "Level": 26, + "StageID": 1052030, + "MonsterList": [ + [ + 8015021 + ] + ] + }, + { + "Level": 34, + "StageID": 1052031, + "MonsterList": [ + [ + 8015021 + ] + ] + }, + { + "Level": 42, + "StageID": 1052032, + "MonsterList": [ + [ + 8015021 + ] + ] + }, + { + "Level": 50, + "StageID": 1052033, + "MonsterList": [ + [ + 8015021 + ] + ] + }, + { + "Level": 58, + "StageID": 1052034, + "MonsterList": [ + [ + 8015021 + ] + ] + }, + { + "Level": 68, + "StageID": 1052035, + "MonsterList": [ + [ + 8015021 + ] + ] + }, + { + "Level": 82, + "StageID": 1052036, + "MonsterList": [ + [ + 8015021 + ] + ] + }, + { + "Level": 26, + "StageID": 1052040, + "MonsterList": [ + [ + 8025010 + ] + ] + }, + { + "Level": 34, + "StageID": 1052041, + "MonsterList": [ + [ + 8025010 + ] + ] + }, + { + "Level": 42, + "StageID": 1052042, + "MonsterList": [ + [ + 8025010 + ] + ] + }, + { + "Level": 50, + "StageID": 1052043, + "MonsterList": [ + [ + 8025010 + ] + ] + }, + { + "Level": 58, + "StageID": 1052044, + "MonsterList": [ + [ + 8025010 + ] + ] + }, + { + "Level": 68, + "StageID": 1052045, + "MonsterList": [ + [ + 8025010 + ] + ] + }, + { + "Level": 82, + "StageID": 1052046, + "MonsterList": [ + [ + 8025010 + ] + ] + }, + { + "Level": 26, + "StageID": 1052050, + "MonsterList": [ + [ + 3025012 + ] + ] + }, + { + "Level": 34, + "StageID": 1052051, + "MonsterList": [ + [ + 3025012 + ] + ] + }, + { + "Level": 42, + "StageID": 1052052, + "MonsterList": [ + [ + 3025012 + ] + ] + }, + { + "Level": 50, + "StageID": 1052053, + "MonsterList": [ + [ + 3025012 + ] + ] + }, + { + "Level": 58, + "StageID": 1052054, + "MonsterList": [ + [ + 3025012 + ] + ] + }, + { + "Level": 68, + "StageID": 1052055, + "MonsterList": [ + [ + 3025012 + ] + ] + }, + { + "Level": 82, + "StageID": 1052056, + "MonsterList": [ + [ + 3025012 + ] + ] + }, + { + "Level": 26, + "StageID": 1052060, + "MonsterList": [ + [ + 2035010 + ] + ] + }, + { + "Level": 34, + "StageID": 1052061, + "MonsterList": [ + [ + 2035010 + ] + ] + }, + { + "Level": 42, + "StageID": 1052062, + "MonsterList": [ + [ + 2035010 + ] + ] + }, + { + "Level": 50, + "StageID": 1052063, + "MonsterList": [ + [ + 2035010 + ] + ] + }, + { + "Level": 58, + "StageID": 1052064, + "MonsterList": [ + [ + 2035010 + ] + ] + }, + { + "Level": 68, + "StageID": 1052065, + "MonsterList": [ + [ + 2035010 + ] + ] + }, + { + "Level": 82, + "StageID": 1052066, + "MonsterList": [ + [ + 2035010 + ] + ] + }, + { + "Level": 26, + "StageID": 1052070, + "MonsterList": [ + [ + 4015011 + ] + ] + }, + { + "Level": 34, + "StageID": 1052071, + "MonsterList": [ + [ + 4015011 + ] + ] + }, + { + "Level": 42, + "StageID": 1052072, + "MonsterList": [ + [ + 4015011 + ] + ] + }, + { + "Level": 50, + "StageID": 1052073, + "MonsterList": [ + [ + 4015011 + ] + ] + }, + { + "Level": 58, + "StageID": 1052074, + "MonsterList": [ + [ + 4015011 + ] + ] + }, + { + "Level": 68, + "StageID": 1052075, + "MonsterList": [ + [ + 4015011 + ] + ] + }, + { + "Level": 82, + "StageID": 1052076, + "MonsterList": [ + [ + 4015011 + ] + ] + }, + { + "Level": 18, + "StageID": 2000110, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 32, + "StageID": 2000111, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 40, + "StageID": 2000112, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 48, + "StageID": 2000113, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 56, + "StageID": 2000114, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 66, + "StageID": 2000115, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 78, + "StageID": 2000116, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 18, + "StageID": 2000210, + "MonsterList": [ + [ + 8013010 + ] + ] + }, + { + "Level": 32, + "StageID": 2000211, + "MonsterList": [ + [ + 8013010 + ] + ] + }, + { + "Level": 40, + "StageID": 2000212, + "MonsterList": [ + [ + 8013010 + ] + ] + }, + { + "Level": 48, + "StageID": 2000213, + "MonsterList": [ + [ + 8013010 + ] + ] + }, + { + "Level": 56, + "StageID": 2000214, + "MonsterList": [ + [ + 8013010 + ] + ] + }, + { + "Level": 66, + "StageID": 2000215, + "MonsterList": [ + [ + 8013010 + ] + ] + }, + { + "Level": 78, + "StageID": 2000216, + "MonsterList": [ + [ + 8013010 + ] + ] + }, + { + "Level": 18, + "StageID": 2011110, + "MonsterList": [ + [ + 8001010, + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 32, + "StageID": 2011111, + "MonsterList": [ + [ + 8001010, + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 40, + "StageID": 2011112, + "MonsterList": [ + [ + 8001010, + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 2011113, + "MonsterList": [ + [ + 8001010, + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 56, + "StageID": 2011114, + "MonsterList": [ + [ + 8001010, + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 66, + "StageID": 2011115, + "MonsterList": [ + [ + 8001010, + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 78, + "StageID": 2011116, + "MonsterList": [ + [ + 8001010, + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 18, + "StageID": 2012110, + "MonsterList": [ + [ + 1012030, + 1002020, + 1012030, + 1002020 + ] + ] + }, + { + "Level": 32, + "StageID": 2012111, + "MonsterList": [ + [ + 1012030, + 1002020, + 1012030, + 1002020 + ] + ] + }, + { + "Level": 40, + "StageID": 2012112, + "MonsterList": [ + [ + 1012030, + 1002020, + 1012030, + 1002020 + ] + ] + }, + { + "Level": 48, + "StageID": 2012113, + "MonsterList": [ + [ + 1012030, + 1002020, + 1012030, + 1002020 + ] + ] + }, + { + "Level": 56, + "StageID": 2012114, + "MonsterList": [ + [ + 1012030, + 1002020, + 1012030, + 1002020 + ] + ] + }, + { + "Level": 66, + "StageID": 2012115, + "MonsterList": [ + [ + 1012030, + 1002020, + 1012030, + 1002020 + ] + ] + }, + { + "Level": 78, + "StageID": 2012116, + "MonsterList": [ + [ + 1012030, + 1002020, + 1012030, + 1002020 + ] + ] + }, + { + "Level": 18, + "StageID": 2012120, + "MonsterList": [ + [ + 1012010, + 1002020, + 1002020 + ] + ] + }, + { + "Level": 32, + "StageID": 2012121, + "MonsterList": [ + [ + 1012010, + 1002020, + 1002020 + ] + ] + }, + { + "Level": 40, + "StageID": 2012122, + "MonsterList": [ + [ + 1012010, + 1002020, + 1002020 + ] + ] + }, + { + "Level": 48, + "StageID": 2012123, + "MonsterList": [ + [ + 1012010, + 1002020, + 1002020 + ] + ] + }, + { + "Level": 56, + "StageID": 2012124, + "MonsterList": [ + [ + 1012010, + 1002020, + 1002020 + ] + ] + }, + { + "Level": 66, + "StageID": 2012125, + "MonsterList": [ + [ + 1012010, + 1002020, + 1002020 + ] + ] + }, + { + "Level": 78, + "StageID": 2012126, + "MonsterList": [ + [ + 1012010, + 1002020, + 1002020 + ] + ] + }, + { + "Level": 18, + "StageID": 2012210, + "MonsterList": [ + [ + 8003010 + ] + ] + }, + { + "Level": 32, + "StageID": 2012211, + "MonsterList": [ + [ + 8003010 + ] + ] + }, + { + "Level": 40, + "StageID": 2012212, + "MonsterList": [ + [ + 8003010 + ] + ] + }, + { + "Level": 48, + "StageID": 2012213, + "MonsterList": [ + [ + 8003010 + ] + ] + }, + { + "Level": 56, + "StageID": 2012214, + "MonsterList": [ + [ + 8003010 + ] + ] + }, + { + "Level": 66, + "StageID": 2012215, + "MonsterList": [ + [ + 8003010 + ] + ] + }, + { + "Level": 78, + "StageID": 2012216, + "MonsterList": [ + [ + 8003010 + ] + ] + }, + { + "Level": 18, + "StageID": 2012310, + "MonsterList": [ + [ + 1012020, + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 32, + "StageID": 2012311, + "MonsterList": [ + [ + 1012020, + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 40, + "StageID": 2012312, + "MonsterList": [ + [ + 1012020, + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 48, + "StageID": 2012313, + "MonsterList": [ + [ + 1012020, + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 56, + "StageID": 2012314, + "MonsterList": [ + [ + 1012020, + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 66, + "StageID": 2012315, + "MonsterList": [ + [ + 1012020, + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 78, + "StageID": 2012316, + "MonsterList": [ + [ + 1012020, + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 18, + "StageID": 2013110, + "MonsterList": [ + [ + 1013010 + ] + ] + }, + { + "Level": 32, + "StageID": 2013111, + "MonsterList": [ + [ + 1013010 + ] + ] + }, + { + "Level": 40, + "StageID": 2013112, + "MonsterList": [ + [ + 1013010 + ] + ] + }, + { + "Level": 48, + "StageID": 2013113, + "MonsterList": [ + [ + 1013010 + ] + ] + }, + { + "Level": 56, + "StageID": 2013114, + "MonsterList": [ + [ + 1013010 + ] + ] + }, + { + "Level": 66, + "StageID": 2013115, + "MonsterList": [ + [ + 1013010 + ] + ] + }, + { + "Level": 78, + "StageID": 2013116, + "MonsterList": [ + [ + 1013010 + ] + ] + }, + { + "Level": 18, + "StageID": 2013210, + "MonsterList": [ + [ + 8003030, + 8002010 + ] + ] + }, + { + "Level": 32, + "StageID": 2013211, + "MonsterList": [ + [ + 8003030, + 8002010 + ] + ] + }, + { + "Level": 40, + "StageID": 2013212, + "MonsterList": [ + [ + 8003030, + 8002010 + ] + ] + }, + { + "Level": 48, + "StageID": 2013213, + "MonsterList": [ + [ + 8003030, + 8002010 + ] + ] + }, + { + "Level": 56, + "StageID": 2013214, + "MonsterList": [ + [ + 8003030, + 8002010 + ] + ] + }, + { + "Level": 66, + "StageID": 2013215, + "MonsterList": [ + [ + 8003030, + 8002010 + ] + ] + }, + { + "Level": 78, + "StageID": 2013216, + "MonsterList": [ + [ + 8003030, + 8002010 + ] + ] + }, + { + "Level": 28, + "StageID": 3011010, + "MonsterList": [ + [ + 100401002 + ] + ] + }, + { + "Level": 38, + "StageID": 3011011, + "MonsterList": [ + [ + 100401002 + ] + ] + }, + { + "Level": 48, + "StageID": 3011012, + "MonsterList": [ + [ + 100401002 + ] + ] + }, + { + "Level": 58, + "StageID": 3011013, + "MonsterList": [ + [ + 100401002 + ] + ] + }, + { + "Level": 68, + "StageID": 3011014, + "MonsterList": [ + [ + 100401002 + ] + ] + }, + { + "Level": 78, + "StageID": 3011015, + "MonsterList": [ + [ + 100401002 + ] + ] + }, + { + "Level": 82, + "StageID": 3011016, + "MonsterList": [ + [ + 100401002 + ] + ] + }, + { + "Level": 28, + "StageID": 3011020, + "MonsterList": [ + [ + 101401002 + ] + ] + }, + { + "Level": 38, + "StageID": 3011021, + "MonsterList": [ + [ + 101401002 + ] + ] + }, + { + "Level": 48, + "StageID": 3011022, + "MonsterList": [ + [ + 101401002 + ] + ] + }, + { + "Level": 58, + "StageID": 3011023, + "MonsterList": [ + [ + 101401002 + ] + ] + }, + { + "Level": 68, + "StageID": 3011024, + "MonsterList": [ + [ + 101401002 + ] + ] + }, + { + "Level": 78, + "StageID": 3011025, + "MonsterList": [ + [ + 101401002 + ] + ] + }, + { + "Level": 82, + "StageID": 3011026, + "MonsterList": [ + [ + 101401002 + ] + ] + }, + { + "Level": 26, + "StageID": 3011030, + "MonsterList": [ + [ + 101301008 + ] + ] + }, + { + "Level": 36, + "StageID": 3011031, + "MonsterList": [ + [ + 101301008 + ] + ] + }, + { + "Level": 46, + "StageID": 3011032, + "MonsterList": [ + [ + 101301008 + ] + ] + }, + { + "Level": 56, + "StageID": 3011033, + "MonsterList": [ + [ + 101301008 + ] + ] + }, + { + "Level": 66, + "StageID": 3011034, + "MonsterList": [ + [ + 101301008 + ] + ] + }, + { + "Level": 76, + "StageID": 3011035, + "MonsterList": [ + [ + 101301008 + ] + ] + }, + { + "Level": 80, + "StageID": 3011036, + "MonsterList": [ + [ + 101301008 + ] + ] + }, + { + "Level": 26, + "StageID": 3011040, + "MonsterList": [ + [ + 8002010, + 800303003, + 8002010 + ] + ] + }, + { + "Level": 36, + "StageID": 3011041, + "MonsterList": [ + [ + 8002010, + 800303003, + 8002010 + ] + ] + }, + { + "Level": 46, + "StageID": 3011042, + "MonsterList": [ + [ + 8002010, + 800303003, + 8002010 + ] + ] + }, + { + "Level": 56, + "StageID": 3011043, + "MonsterList": [ + [ + 8002010, + 800303003, + 8002010 + ] + ] + }, + { + "Level": 66, + "StageID": 3011044, + "MonsterList": [ + [ + 8002010, + 800303003, + 8002010 + ] + ] + }, + { + "Level": 76, + "StageID": 3011045, + "MonsterList": [ + [ + 8002010, + 800303003, + 8002010 + ] + ] + }, + { + "Level": 80, + "StageID": 3011046, + "MonsterList": [ + [ + 8002010, + 800303003, + 8002010 + ] + ] + }, + { + "Level": 26, + "StageID": 3011050, + "MonsterList": [ + [ + 8012010, + 801301003, + 8012010 + ] + ] + }, + { + "Level": 36, + "StageID": 3011051, + "MonsterList": [ + [ + 8012010, + 801301003, + 8012010 + ] + ] + }, + { + "Level": 46, + "StageID": 3011052, + "MonsterList": [ + [ + 8012010, + 801301003, + 8012010 + ] + ] + }, + { + "Level": 56, + "StageID": 3011053, + "MonsterList": [ + [ + 8012010, + 801301003, + 8012010 + ] + ] + }, + { + "Level": 66, + "StageID": 3011054, + "MonsterList": [ + [ + 8012010, + 801301003, + 8012010 + ] + ] + }, + { + "Level": 76, + "StageID": 3011055, + "MonsterList": [ + [ + 8012010, + 801301003, + 8012010 + ] + ] + }, + { + "Level": 80, + "StageID": 3011056, + "MonsterList": [ + [ + 8012010, + 801301003, + 8012010 + ] + ] + }, + { + "Level": 24, + "StageID": 3011060, + "MonsterList": [ + [ + 100301004 + ] + ] + }, + { + "Level": 34, + "StageID": 3011061, + "MonsterList": [ + [ + 100301004 + ] + ] + }, + { + "Level": 44, + "StageID": 3011062, + "MonsterList": [ + [ + 100301004 + ] + ] + }, + { + "Level": 54, + "StageID": 3011063, + "MonsterList": [ + [ + 100301004 + ] + ] + }, + { + "Level": 64, + "StageID": 3011064, + "MonsterList": [ + [ + 100301004 + ] + ] + }, + { + "Level": 74, + "StageID": 3011065, + "MonsterList": [ + [ + 100301004 + ] + ] + }, + { + "Level": 78, + "StageID": 3011066, + "MonsterList": [ + [ + 100301004 + ] + ] + }, + { + "Level": 24, + "StageID": 3011070, + "MonsterList": [ + [ + 1012010, + 101302006, + 1012030 + ] + ] + }, + { + "Level": 34, + "StageID": 3011071, + "MonsterList": [ + [ + 1012010, + 101302006, + 1012030 + ] + ] + }, + { + "Level": 44, + "StageID": 3011072, + "MonsterList": [ + [ + 1012010, + 101302006, + 1012030 + ] + ] + }, + { + "Level": 54, + "StageID": 3011073, + "MonsterList": [ + [ + 1012010, + 101302006, + 1012030 + ] + ] + }, + { + "Level": 64, + "StageID": 3011074, + "MonsterList": [ + [ + 1012010, + 101302006, + 1012030 + ] + ] + }, + { + "Level": 74, + "StageID": 3011075, + "MonsterList": [ + [ + 1012010, + 101302006, + 1012030 + ] + ] + }, + { + "Level": 78, + "StageID": 3011076, + "MonsterList": [ + [ + 1012010, + 101302006, + 1012030 + ] + ] + }, + { + "Level": 28, + "StageID": 3020010, + "MonsterList": [ + [ + 100401002 + ] + ] + }, + { + "Level": 38, + "StageID": 3020011, + "MonsterList": [ + [ + 100401002 + ] + ] + }, + { + "Level": 48, + "StageID": 3020012, + "MonsterList": [ + [ + 100401002 + ] + ] + }, + { + "Level": 58, + "StageID": 3020013, + "MonsterList": [ + [ + 100401002 + ] + ] + }, + { + "Level": 68, + "StageID": 3020014, + "MonsterList": [ + [ + 100401002 + ] + ] + }, + { + "Level": 78, + "StageID": 3020015, + "MonsterList": [ + [ + 100401002 + ] + ] + }, + { + "Level": 82, + "StageID": 3020016, + "MonsterList": [ + [ + 100401002 + ] + ] + }, + { + "Level": 28, + "StageID": 3020020, + "MonsterList": [ + [ + 101401002 + ] + ] + }, + { + "Level": 38, + "StageID": 3020021, + "MonsterList": [ + [ + 101401002 + ] + ] + }, + { + "Level": 48, + "StageID": 3020022, + "MonsterList": [ + [ + 101401002 + ] + ] + }, + { + "Level": 58, + "StageID": 3020023, + "MonsterList": [ + [ + 101401002 + ] + ] + }, + { + "Level": 68, + "StageID": 3020024, + "MonsterList": [ + [ + 101401002 + ] + ] + }, + { + "Level": 78, + "StageID": 3020025, + "MonsterList": [ + [ + 101401002 + ] + ] + }, + { + "Level": 82, + "StageID": 3020026, + "MonsterList": [ + [ + 101401002 + ] + ] + }, + { + "Level": 26, + "StageID": 3020030, + "MonsterList": [ + [ + 101301008 + ] + ] + }, + { + "Level": 36, + "StageID": 3020031, + "MonsterList": [ + [ + 101301008 + ] + ] + }, + { + "Level": 46, + "StageID": 3020032, + "MonsterList": [ + [ + 101301008 + ] + ] + }, + { + "Level": 56, + "StageID": 3020033, + "MonsterList": [ + [ + 101301008 + ] + ] + }, + { + "Level": 66, + "StageID": 3020034, + "MonsterList": [ + [ + 101301008 + ] + ] + }, + { + "Level": 76, + "StageID": 3020035, + "MonsterList": [ + [ + 101301008 + ] + ] + }, + { + "Level": 80, + "StageID": 3020036, + "MonsterList": [ + [ + 101301008 + ] + ] + }, + { + "Level": 26, + "StageID": 3020040, + "MonsterList": [ + [ + 8002010, + 800303003, + 8002010 + ] + ] + }, + { + "Level": 36, + "StageID": 3020041, + "MonsterList": [ + [ + 8002010, + 800303003, + 8002010 + ] + ] + }, + { + "Level": 46, + "StageID": 3020042, + "MonsterList": [ + [ + 8002010, + 800303003, + 8002010 + ] + ] + }, + { + "Level": 56, + "StageID": 3020043, + "MonsterList": [ + [ + 8002010, + 800303003, + 8002010 + ] + ] + }, + { + "Level": 66, + "StageID": 3020044, + "MonsterList": [ + [ + 8002010, + 800303003, + 8002010 + ] + ] + }, + { + "Level": 76, + "StageID": 3020045, + "MonsterList": [ + [ + 8002010, + 800303003, + 8002010 + ] + ] + }, + { + "Level": 80, + "StageID": 3020046, + "MonsterList": [ + [ + 8002010, + 800303003, + 8002010 + ] + ] + }, + { + "Level": 26, + "StageID": 3020050, + "MonsterList": [ + [ + 8012010, + 801301003, + 8012010 + ] + ] + }, + { + "Level": 36, + "StageID": 3020051, + "MonsterList": [ + [ + 8012010, + 801301003, + 8012010 + ] + ] + }, + { + "Level": 46, + "StageID": 3020052, + "MonsterList": [ + [ + 8012010, + 801301003, + 8012010 + ] + ] + }, + { + "Level": 56, + "StageID": 3020053, + "MonsterList": [ + [ + 8012010, + 801301003, + 8012010 + ] + ] + }, + { + "Level": 66, + "StageID": 3020054, + "MonsterList": [ + [ + 8012010, + 801301003, + 8012010 + ] + ] + }, + { + "Level": 76, + "StageID": 3020055, + "MonsterList": [ + [ + 8012010, + 801301003, + 8012010 + ] + ] + }, + { + "Level": 80, + "StageID": 3020056, + "MonsterList": [ + [ + 8012010, + 801301003, + 8012010 + ] + ] + }, + { + "Level": 24, + "StageID": 3020060, + "MonsterList": [ + [ + 100301004 + ] + ] + }, + { + "Level": 34, + "StageID": 3020061, + "MonsterList": [ + [ + 100301004 + ] + ] + }, + { + "Level": 44, + "StageID": 3020062, + "MonsterList": [ + [ + 100301004 + ] + ] + }, + { + "Level": 54, + "StageID": 3020063, + "MonsterList": [ + [ + 100301004 + ] + ] + }, + { + "Level": 64, + "StageID": 3020064, + "MonsterList": [ + [ + 100301004 + ] + ] + }, + { + "Level": 74, + "StageID": 3020065, + "MonsterList": [ + [ + 100301004 + ] + ] + }, + { + "Level": 78, + "StageID": 3020066, + "MonsterList": [ + [ + 100301004 + ] + ] + }, + { + "Level": 24, + "StageID": 3020070, + "MonsterList": [ + [ + 1012010, + 101302006, + 1012030 + ] + ] + }, + { + "Level": 34, + "StageID": 3020071, + "MonsterList": [ + [ + 1012010, + 101302006, + 1012030 + ] + ] + }, + { + "Level": 44, + "StageID": 3020072, + "MonsterList": [ + [ + 1012010, + 101302006, + 1012030 + ] + ] + }, + { + "Level": 54, + "StageID": 3020073, + "MonsterList": [ + [ + 1012010, + 101302006, + 1012030 + ] + ] + }, + { + "Level": 64, + "StageID": 3020074, + "MonsterList": [ + [ + 1012010, + 101302006, + 1012030 + ] + ] + }, + { + "Level": 74, + "StageID": 3020075, + "MonsterList": [ + [ + 1012010, + 101302006, + 1012030 + ] + ] + }, + { + "Level": 78, + "StageID": 3020076, + "MonsterList": [ + [ + 1012010, + 101302006, + 1012030 + ] + ] + }, + { + "Level": 31, + "StageID": 3030010, + "MonsterList": [ + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 31, + "StageID": 3030011, + "MonsterList": [ + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 40, + "StageID": 3030012, + "MonsterList": [ + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 50, + "StageID": 3030013, + "MonsterList": [ + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 60, + "StageID": 3030014, + "MonsterList": [ + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 70, + "StageID": 3030015, + "MonsterList": [ + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 73, + "StageID": 3030016, + "MonsterList": [ + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 31, + "StageID": 3030020, + "MonsterList": [ + [ + 801201011, + 801102002, + 801201011 + ], + [ + 801201009, + 800305002, + 801201009 + ] + ] + }, + { + "Level": 31, + "StageID": 3030021, + "MonsterList": [ + [ + 801201011, + 801102002, + 801201011 + ], + [ + 801201009, + 800305002, + 801201009 + ] + ] + }, + { + "Level": 40, + "StageID": 3030022, + "MonsterList": [ + [ + 801201011, + 801102002, + 801201011 + ], + [ + 801201009, + 800305002, + 801201009 + ] + ] + }, + { + "Level": 50, + "StageID": 3030023, + "MonsterList": [ + [ + 801201011, + 801102002, + 801201011 + ], + [ + 801201009, + 800305002, + 801201009 + ] + ] + }, + { + "Level": 60, + "StageID": 3030024, + "MonsterList": [ + [ + 801201011, + 801102002, + 801201011 + ], + [ + 801201009, + 800305002, + 801201009 + ] + ] + }, + { + "Level": 70, + "StageID": 3030025, + "MonsterList": [ + [ + 801201011, + 801102002, + 801201011 + ], + [ + 801201009, + 800305002, + 801201009 + ] + ] + }, + { + "Level": 73, + "StageID": 3030026, + "MonsterList": [ + [ + 801201011, + 801102002, + 801201011 + ], + [ + 801201009, + 800305002, + 801201009 + ] + ] + }, + { + "Level": 31, + "StageID": 3030030, + "MonsterList": [ + [ + 100203007, + 100204015, + 100205012 + ], + [ + 100204012, + 100301005, + 100301005, + 100205009 + ] + ] + }, + { + "Level": 31, + "StageID": 3030031, + "MonsterList": [ + [ + 100203007, + 100204015, + 100205012 + ], + [ + 100204012, + 100301005, + 100301005, + 100205009 + ] + ] + }, + { + "Level": 40, + "StageID": 3030032, + "MonsterList": [ + [ + 100203007, + 100204015, + 100205012 + ], + [ + 100204012, + 100301005, + 100301005, + 100205009 + ] + ] + }, + { + "Level": 50, + "StageID": 3030033, + "MonsterList": [ + [ + 100203007, + 100204015, + 100205012 + ], + [ + 100204012, + 100301005, + 100301005, + 100205009 + ] + ] + }, + { + "Level": 60, + "StageID": 3030034, + "MonsterList": [ + [ + 100203007, + 100204015, + 100205012 + ], + [ + 100204012, + 100301005, + 100301005, + 100205009 + ] + ] + }, + { + "Level": 70, + "StageID": 3030035, + "MonsterList": [ + [ + 100203007, + 100204015, + 100205012 + ], + [ + 100204012, + 100301005, + 100301005, + 100205009 + ] + ] + }, + { + "Level": 73, + "StageID": 3030036, + "MonsterList": [ + [ + 100203007, + 100204015, + 100205012 + ], + [ + 100204012, + 100301005, + 100301005, + 100205009 + ] + ] + }, + { + "Level": 31, + "StageID": 3030040, + "MonsterList": [ + [ + 101201006, + 101202107, + 101203008 + ], + [ + 101302008, + 101302008 + ] + ] + }, + { + "Level": 31, + "StageID": 3030041, + "MonsterList": [ + [ + 101201006, + 101202107, + 101203008 + ], + [ + 101302008, + 101302008 + ] + ] + }, + { + "Level": 40, + "StageID": 3030042, + "MonsterList": [ + [ + 101201006, + 101202107, + 101203008 + ], + [ + 101302008, + 101302008 + ] + ] + }, + { + "Level": 50, + "StageID": 3030043, + "MonsterList": [ + [ + 101201006, + 101202107, + 101203008 + ], + [ + 101302008, + 101302008 + ] + ] + }, + { + "Level": 60, + "StageID": 3030044, + "MonsterList": [ + [ + 101201006, + 101202107, + 101203008 + ], + [ + 101302008, + 101302008 + ] + ] + }, + { + "Level": 70, + "StageID": 3030045, + "MonsterList": [ + [ + 101201006, + 101202107, + 101203008 + ], + [ + 101302008, + 101302008 + ] + ] + }, + { + "Level": 73, + "StageID": 3030046, + "MonsterList": [ + [ + 101201006, + 101202107, + 101203008 + ], + [ + 101302008, + 101302008 + ] + ] + }, + { + "Level": 31, + "StageID": 3030050, + "MonsterList": [ + [ + 101401003 + ] + ] + }, + { + "Level": 31, + "StageID": 3030051, + "MonsterList": [ + [ + 101401003 + ] + ] + }, + { + "Level": 40, + "StageID": 3030052, + "MonsterList": [ + [ + 101401003 + ] + ] + }, + { + "Level": 50, + "StageID": 3030053, + "MonsterList": [ + [ + 101401003 + ] + ] + }, + { + "Level": 60, + "StageID": 3030054, + "MonsterList": [ + [ + 101401003 + ] + ] + }, + { + "Level": 70, + "StageID": 3030055, + "MonsterList": [ + [ + 101401003 + ] + ] + }, + { + "Level": 73, + "StageID": 3030056, + "MonsterList": [ + [ + 101401003 + ] + ] + }, + { + "Level": 31, + "StageID": 3030060, + "MonsterList": [ + [ + 101201006, + 101203008, + 101201006 + ], + [ + 101202104, + 101301010, + 101202104 + ] + ] + }, + { + "Level": 31, + "StageID": 3030061, + "MonsterList": [ + [ + 101201006, + 101203008, + 101201006 + ], + [ + 101202104, + 101301010, + 101202104 + ] + ] + }, + { + "Level": 40, + "StageID": 3030062, + "MonsterList": [ + [ + 101201006, + 101203008, + 101201006 + ], + [ + 101202104, + 101301010, + 101202104 + ] + ] + }, + { + "Level": 50, + "StageID": 3030063, + "MonsterList": [ + [ + 101201006, + 101203008, + 101201006 + ], + [ + 101202104, + 101301010, + 101202104 + ] + ] + }, + { + "Level": 60, + "StageID": 3030064, + "MonsterList": [ + [ + 101201006, + 101203008, + 101201006 + ], + [ + 101202104, + 101301010, + 101202104 + ] + ] + }, + { + "Level": 70, + "StageID": 3030065, + "MonsterList": [ + [ + 101201006, + 101203008, + 101201006 + ], + [ + 101202104, + 101301010, + 101202104 + ] + ] + }, + { + "Level": 73, + "StageID": 3030066, + "MonsterList": [ + [ + 101201006, + 101203008, + 101201006 + ], + [ + 101202104, + 101301010, + 101202104 + ] + ] + }, + { + "Level": 31, + "StageID": 3030070, + "MonsterList": [ + [ + 100203007, + 100204019, + 100205015 + ], + [ + 100203004, + 100301009, + 100203004 + ] + ] + }, + { + "Level": 31, + "StageID": 3030071, + "MonsterList": [ + [ + 100203007, + 100204019, + 100205015 + ], + [ + 100203004, + 100301009, + 100203004 + ] + ] + }, + { + "Level": 40, + "StageID": 3030072, + "MonsterList": [ + [ + 100203007, + 100204019, + 100205015 + ], + [ + 100203004, + 100301009, + 100203004 + ] + ] + }, + { + "Level": 50, + "StageID": 3030073, + "MonsterList": [ + [ + 100203007, + 100204019, + 100205015 + ], + [ + 100203004, + 100301009, + 100203004 + ] + ] + }, + { + "Level": 60, + "StageID": 3030074, + "MonsterList": [ + [ + 100203007, + 100204019, + 100205015 + ], + [ + 100203004, + 100301009, + 100203004 + ] + ] + }, + { + "Level": 70, + "StageID": 3030075, + "MonsterList": [ + [ + 100203007, + 100204019, + 100205015 + ], + [ + 100203004, + 100301009, + 100203004 + ] + ] + }, + { + "Level": 73, + "StageID": 3030076, + "MonsterList": [ + [ + 100203007, + 100204019, + 100205015 + ], + [ + 100203004, + 100301009, + 100203004 + ] + ] + }, + { + "Level": 31, + "StageID": 3030080, + "MonsterList": [ + [ + 800102006, + 800101005, + 800101005 + ], + [ + 800304002, + 800304002 + ] + ] + }, + { + "Level": 31, + "StageID": 3030081, + "MonsterList": [ + [ + 800102006, + 800101005, + 800101005 + ], + [ + 800304002, + 800304002 + ] + ] + }, + { + "Level": 40, + "StageID": 3030082, + "MonsterList": [ + [ + 800102006, + 800101005, + 800101005 + ], + [ + 800304002, + 800304002 + ] + ] + }, + { + "Level": 50, + "StageID": 3030083, + "MonsterList": [ + [ + 800102006, + 800101005, + 800101005 + ], + [ + 800304002, + 800304002 + ] + ] + }, + { + "Level": 60, + "StageID": 3030084, + "MonsterList": [ + [ + 800102006, + 800101005, + 800101005 + ], + [ + 800304002, + 800304002 + ] + ] + }, + { + "Level": 70, + "StageID": 3030085, + "MonsterList": [ + [ + 800102006, + 800101005, + 800101005 + ], + [ + 800304002, + 800304002 + ] + ] + }, + { + "Level": 73, + "StageID": 3030086, + "MonsterList": [ + [ + 800102006, + 800101005, + 800101005 + ], + [ + 800304002, + 800304002 + ] + ] + }, + { + "Level": 31, + "StageID": 3030090, + "MonsterList": [ + [ + 800102003, + 800102003, + 800101002, + 800101002 + ], + [ + 800102003, + 102201003, + 102202003, + 800101002 + ] + ] + }, + { + "Level": 31, + "StageID": 3030091, + "MonsterList": [ + [ + 800102003, + 800102003, + 800101002, + 800101002 + ], + [ + 800102003, + 102201003, + 102202003, + 800101002 + ] + ] + }, + { + "Level": 40, + "StageID": 3030092, + "MonsterList": [ + [ + 800102003, + 800102003, + 800101002, + 800101002 + ], + [ + 800102003, + 102201003, + 102202003, + 800101002 + ] + ] + }, + { + "Level": 50, + "StageID": 3030093, + "MonsterList": [ + [ + 800102003, + 800102003, + 800101002, + 800101002 + ], + [ + 800102003, + 102201003, + 102202003, + 800101002 + ] + ] + }, + { + "Level": 60, + "StageID": 3030094, + "MonsterList": [ + [ + 800102003, + 800102003, + 800101002, + 800101002 + ], + [ + 800102003, + 102201003, + 102202003, + 800101002 + ] + ] + }, + { + "Level": 70, + "StageID": 3030095, + "MonsterList": [ + [ + 800102003, + 800102003, + 800101002, + 800101002 + ], + [ + 800102003, + 102201003, + 102202003, + 800101002 + ] + ] + }, + { + "Level": 73, + "StageID": 3030096, + "MonsterList": [ + [ + 800102003, + 800102003, + 800101002, + 800101002 + ], + [ + 800102003, + 102201003, + 102202003, + 800101002 + ] + ] + }, + { + "Level": 31, + "StageID": 3030100, + "MonsterList": [ + [ + 800304002, + 800304002 + ] + ] + }, + { + "Level": 31, + "StageID": 3030101, + "MonsterList": [ + [ + 800304002, + 800304002 + ] + ] + }, + { + "Level": 40, + "StageID": 3030102, + "MonsterList": [ + [ + 800304002, + 800304002 + ] + ] + }, + { + "Level": 50, + "StageID": 3030103, + "MonsterList": [ + [ + 800304002, + 800304002 + ] + ] + }, + { + "Level": 60, + "StageID": 3030104, + "MonsterList": [ + [ + 800304002, + 800304002 + ] + ] + }, + { + "Level": 70, + "StageID": 3030105, + "MonsterList": [ + [ + 800304002, + 800304002 + ] + ] + }, + { + "Level": 73, + "StageID": 3030106, + "MonsterList": [ + [ + 800304002, + 800304002 + ] + ] + }, + { + "Level": 36, + "StageID": 3030110, + "MonsterList": [ + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 36, + "StageID": 3030111, + "MonsterList": [ + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 45, + "StageID": 3030112, + "MonsterList": [ + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 55, + "StageID": 3030113, + "MonsterList": [ + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 65, + "StageID": 3030114, + "MonsterList": [ + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 75, + "StageID": 3030115, + "MonsterList": [ + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 78, + "StageID": 3030116, + "MonsterList": [ + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 36, + "StageID": 3030120, + "MonsterList": [ + [ + 801201011, + 801102002, + 801201011 + ], + [ + 801201009, + 800305002, + 801201009 + ] + ] + }, + { + "Level": 36, + "StageID": 3030121, + "MonsterList": [ + [ + 801201011, + 801102002, + 801201011 + ], + [ + 801201009, + 800305002, + 801201009 + ] + ] + }, + { + "Level": 45, + "StageID": 3030122, + "MonsterList": [ + [ + 801201011, + 801102002, + 801201011 + ], + [ + 801201009, + 800305002, + 801201009 + ] + ] + }, + { + "Level": 55, + "StageID": 3030123, + "MonsterList": [ + [ + 801201011, + 801102002, + 801201011 + ], + [ + 801201009, + 800305002, + 801201009 + ] + ] + }, + { + "Level": 65, + "StageID": 3030124, + "MonsterList": [ + [ + 801201011, + 801102002, + 801201011 + ], + [ + 801201009, + 800305002, + 801201009 + ] + ] + }, + { + "Level": 75, + "StageID": 3030125, + "MonsterList": [ + [ + 801201011, + 801102002, + 801201011 + ], + [ + 801201009, + 800305002, + 801201009 + ] + ] + }, + { + "Level": 78, + "StageID": 3030126, + "MonsterList": [ + [ + 801201011, + 801102002, + 801201011 + ], + [ + 801201009, + 800305002, + 801201009 + ] + ] + }, + { + "Level": 36, + "StageID": 3030130, + "MonsterList": [ + [ + 100203007, + 100204015, + 100205012 + ], + [ + 100204012, + 100301005, + 100301005, + 100205009 + ] + ] + }, + { + "Level": 36, + "StageID": 3030131, + "MonsterList": [ + [ + 100203007, + 100204015, + 100205012 + ], + [ + 100204012, + 100301005, + 100301005, + 100205009 + ] + ] + }, + { + "Level": 45, + "StageID": 3030132, + "MonsterList": [ + [ + 100203007, + 100204015, + 100205012 + ], + [ + 100204012, + 100301005, + 100301005, + 100205009 + ] + ] + }, + { + "Level": 55, + "StageID": 3030133, + "MonsterList": [ + [ + 100203007, + 100204015, + 100205012 + ], + [ + 100204012, + 100301005, + 100301005, + 100205009 + ] + ] + }, + { + "Level": 65, + "StageID": 3030134, + "MonsterList": [ + [ + 100203007, + 100204015, + 100205012 + ], + [ + 100204012, + 100301005, + 100301005, + 100205009 + ] + ] + }, + { + "Level": 75, + "StageID": 3030135, + "MonsterList": [ + [ + 100203007, + 100204015, + 100205012 + ], + [ + 100204012, + 100301005, + 100301005, + 100205009 + ] + ] + }, + { + "Level": 78, + "StageID": 3030136, + "MonsterList": [ + [ + 100203007, + 100204015, + 100205012 + ], + [ + 100204012, + 100301005, + 100301005, + 100205009 + ] + ] + }, + { + "Level": 36, + "StageID": 3030140, + "MonsterList": [ + [ + 101201006, + 101202107, + 101203008 + ], + [ + 101302008, + 101302008 + ] + ] + }, + { + "Level": 36, + "StageID": 3030141, + "MonsterList": [ + [ + 101201006, + 101202107, + 101203008 + ], + [ + 101302008, + 101302008 + ] + ] + }, + { + "Level": 45, + "StageID": 3030142, + "MonsterList": [ + [ + 101201006, + 101202107, + 101203008 + ], + [ + 101302008, + 101302008 + ] + ] + }, + { + "Level": 55, + "StageID": 3030143, + "MonsterList": [ + [ + 101201006, + 101202107, + 101203008 + ], + [ + 101302008, + 101302008 + ] + ] + }, + { + "Level": 65, + "StageID": 3030144, + "MonsterList": [ + [ + 101201006, + 101202107, + 101203008 + ], + [ + 101302008, + 101302008 + ] + ] + }, + { + "Level": 75, + "StageID": 3030145, + "MonsterList": [ + [ + 101201006, + 101202107, + 101203008 + ], + [ + 101302008, + 101302008 + ] + ] + }, + { + "Level": 78, + "StageID": 3030146, + "MonsterList": [ + [ + 101201006, + 101202107, + 101203008 + ], + [ + 101302008, + 101302008 + ] + ] + }, + { + "Level": 36, + "StageID": 3030150, + "MonsterList": [ + [ + 101401003 + ] + ] + }, + { + "Level": 36, + "StageID": 3030151, + "MonsterList": [ + [ + 101401003 + ] + ] + }, + { + "Level": 45, + "StageID": 3030152, + "MonsterList": [ + [ + 101401003 + ] + ] + }, + { + "Level": 55, + "StageID": 3030153, + "MonsterList": [ + [ + 101401003 + ] + ] + }, + { + "Level": 65, + "StageID": 3030154, + "MonsterList": [ + [ + 101401003 + ] + ] + }, + { + "Level": 75, + "StageID": 3030155, + "MonsterList": [ + [ + 101401003 + ] + ] + }, + { + "Level": 78, + "StageID": 3030156, + "MonsterList": [ + [ + 101401003 + ] + ] + }, + { + "Level": 36, + "StageID": 3030160, + "MonsterList": [ + [ + 101201006, + 101203008, + 101201006 + ], + [ + 101202104, + 101301010, + 101202104 + ] + ] + }, + { + "Level": 36, + "StageID": 3030161, + "MonsterList": [ + [ + 101201006, + 101203008, + 101201006 + ], + [ + 101202104, + 101301010, + 101202104 + ] + ] + }, + { + "Level": 45, + "StageID": 3030162, + "MonsterList": [ + [ + 101201006, + 101203008, + 101201006 + ], + [ + 101202104, + 101301010, + 101202104 + ] + ] + }, + { + "Level": 55, + "StageID": 3030163, + "MonsterList": [ + [ + 101201006, + 101203008, + 101201006 + ], + [ + 101202104, + 101301010, + 101202104 + ] + ] + }, + { + "Level": 65, + "StageID": 3030164, + "MonsterList": [ + [ + 101201006, + 101203008, + 101201006 + ], + [ + 101202104, + 101301010, + 101202104 + ] + ] + }, + { + "Level": 75, + "StageID": 3030165, + "MonsterList": [ + [ + 101201006, + 101203008, + 101201006 + ], + [ + 101202104, + 101301010, + 101202104 + ] + ] + }, + { + "Level": 78, + "StageID": 3030166, + "MonsterList": [ + [ + 101201006, + 101203008, + 101201006 + ], + [ + 101202104, + 101301010, + 101202104 + ] + ] + }, + { + "Level": 36, + "StageID": 3030170, + "MonsterList": [ + [ + 100203007, + 100204019, + 100205015 + ], + [ + 100203004, + 100301009, + 100203004 + ] + ] + }, + { + "Level": 36, + "StageID": 3030171, + "MonsterList": [ + [ + 100203007, + 100204019, + 100205015 + ], + [ + 100203004, + 100301009, + 100203004 + ] + ] + }, + { + "Level": 45, + "StageID": 3030172, + "MonsterList": [ + [ + 100203007, + 100204019, + 100205015 + ], + [ + 100203004, + 100301009, + 100203004 + ] + ] + }, + { + "Level": 55, + "StageID": 3030173, + "MonsterList": [ + [ + 100203007, + 100204019, + 100205015 + ], + [ + 100203004, + 100301009, + 100203004 + ] + ] + }, + { + "Level": 65, + "StageID": 3030174, + "MonsterList": [ + [ + 100203007, + 100204019, + 100205015 + ], + [ + 100203004, + 100301009, + 100203004 + ] + ] + }, + { + "Level": 75, + "StageID": 3030175, + "MonsterList": [ + [ + 100203007, + 100204019, + 100205015 + ], + [ + 100203004, + 100301009, + 100203004 + ] + ] + }, + { + "Level": 78, + "StageID": 3030176, + "MonsterList": [ + [ + 100203007, + 100204019, + 100205015 + ], + [ + 100203004, + 100301009, + 100203004 + ] + ] + }, + { + "Level": 36, + "StageID": 3030180, + "MonsterList": [ + [ + 800102006, + 800101005, + 800101005 + ], + [ + 800304002, + 800304002 + ] + ] + }, + { + "Level": 36, + "StageID": 3030181, + "MonsterList": [ + [ + 800102006, + 800101005, + 800101005 + ], + [ + 800304002, + 800304002 + ] + ] + }, + { + "Level": 45, + "StageID": 3030182, + "MonsterList": [ + [ + 800102006, + 800101005, + 800101005 + ], + [ + 800304002, + 800304002 + ] + ] + }, + { + "Level": 55, + "StageID": 3030183, + "MonsterList": [ + [ + 800102006, + 800101005, + 800101005 + ], + [ + 800304002, + 800304002 + ] + ] + }, + { + "Level": 65, + "StageID": 3030184, + "MonsterList": [ + [ + 800102006, + 800101005, + 800101005 + ], + [ + 800304002, + 800304002 + ] + ] + }, + { + "Level": 75, + "StageID": 3030185, + "MonsterList": [ + [ + 800102006, + 800101005, + 800101005 + ], + [ + 800304002, + 800304002 + ] + ] + }, + { + "Level": 78, + "StageID": 3030186, + "MonsterList": [ + [ + 800102006, + 800101005, + 800101005 + ], + [ + 800304002, + 800304002 + ] + ] + }, + { + "Level": 36, + "StageID": 3030190, + "MonsterList": [ + [ + 800102003, + 800102003, + 800101002, + 800101002 + ], + [ + 800102003, + 102201003, + 102202003, + 800101002 + ] + ] + }, + { + "Level": 36, + "StageID": 3030191, + "MonsterList": [ + [ + 800102003, + 800102003, + 800101002, + 800101002 + ], + [ + 800102003, + 102201003, + 102202003, + 800101002 + ] + ] + }, + { + "Level": 45, + "StageID": 3030192, + "MonsterList": [ + [ + 800102003, + 800102003, + 800101002, + 800101002 + ], + [ + 800102003, + 102201003, + 102202003, + 800101002 + ] + ] + }, + { + "Level": 55, + "StageID": 3030193, + "MonsterList": [ + [ + 800102003, + 800102003, + 800101002, + 800101002 + ], + [ + 800102003, + 102201003, + 102202003, + 800101002 + ] + ] + }, + { + "Level": 65, + "StageID": 3030194, + "MonsterList": [ + [ + 800102003, + 800102003, + 800101002, + 800101002 + ], + [ + 800102003, + 102201003, + 102202003, + 800101002 + ] + ] + }, + { + "Level": 75, + "StageID": 3030195, + "MonsterList": [ + [ + 800102003, + 800102003, + 800101002, + 800101002 + ], + [ + 800102003, + 102201003, + 102202003, + 800101002 + ] + ] + }, + { + "Level": 78, + "StageID": 3030196, + "MonsterList": [ + [ + 800102003, + 800102003, + 800101002, + 800101002 + ], + [ + 800102003, + 102201003, + 102202003, + 800101002 + ] + ] + }, + { + "Level": 36, + "StageID": 3030200, + "MonsterList": [ + [ + 800304002, + 800304002 + ] + ] + }, + { + "Level": 36, + "StageID": 3030201, + "MonsterList": [ + [ + 800304002, + 800304002 + ] + ] + }, + { + "Level": 45, + "StageID": 3030202, + "MonsterList": [ + [ + 800304002, + 800304002 + ] + ] + }, + { + "Level": 55, + "StageID": 3030203, + "MonsterList": [ + [ + 800304002, + 800304002 + ] + ] + }, + { + "Level": 65, + "StageID": 3030204, + "MonsterList": [ + [ + 800304002, + 800304002 + ] + ] + }, + { + "Level": 75, + "StageID": 3030205, + "MonsterList": [ + [ + 800304002, + 800304002 + ] + ] + }, + { + "Level": 78, + "StageID": 3030206, + "MonsterList": [ + [ + 800304002, + 800304002 + ] + ] + }, + { + "Level": 36, + "StageID": 3030210, + "MonsterList": [ + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 36, + "StageID": 3030211, + "MonsterList": [ + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 45, + "StageID": 3030212, + "MonsterList": [ + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 55, + "StageID": 3030213, + "MonsterList": [ + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 65, + "StageID": 3030214, + "MonsterList": [ + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 75, + "StageID": 3030215, + "MonsterList": [ + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 78, + "StageID": 3030216, + "MonsterList": [ + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 36, + "StageID": 3030220, + "MonsterList": [ + [ + 801201011, + 801102002, + 801201011 + ], + [ + 801201009, + 800305002, + 801201009 + ] + ] + }, + { + "Level": 36, + "StageID": 3030221, + "MonsterList": [ + [ + 801201011, + 801102002, + 801201011 + ], + [ + 801201009, + 800305002, + 801201009 + ] + ] + }, + { + "Level": 45, + "StageID": 3030222, + "MonsterList": [ + [ + 801201011, + 801102002, + 801201011 + ], + [ + 801201009, + 800305002, + 801201009 + ] + ] + }, + { + "Level": 55, + "StageID": 3030223, + "MonsterList": [ + [ + 801201011, + 801102002, + 801201011 + ], + [ + 801201009, + 800305002, + 801201009 + ] + ] + }, + { + "Level": 65, + "StageID": 3030224, + "MonsterList": [ + [ + 801201011, + 801102002, + 801201011 + ], + [ + 801201009, + 800305002, + 801201009 + ] + ] + }, + { + "Level": 75, + "StageID": 3030225, + "MonsterList": [ + [ + 801201011, + 801102002, + 801201011 + ], + [ + 801201009, + 800305002, + 801201009 + ] + ] + }, + { + "Level": 78, + "StageID": 3030226, + "MonsterList": [ + [ + 801201011, + 801102002, + 801201011 + ], + [ + 801201009, + 800305002, + 801201009 + ] + ] + }, + { + "Level": 36, + "StageID": 3030230, + "MonsterList": [ + [ + 100203007, + 100204015, + 100205012 + ], + [ + 100204012, + 100301005, + 100301005, + 100205009 + ] + ] + }, + { + "Level": 36, + "StageID": 3030231, + "MonsterList": [ + [ + 100203007, + 100204015, + 100205012 + ], + [ + 100204012, + 100301005, + 100301005, + 100205009 + ] + ] + }, + { + "Level": 45, + "StageID": 3030232, + "MonsterList": [ + [ + 100203007, + 100204015, + 100205012 + ], + [ + 100204012, + 100301005, + 100301005, + 100205009 + ] + ] + }, + { + "Level": 55, + "StageID": 3030233, + "MonsterList": [ + [ + 100203007, + 100204015, + 100205012 + ], + [ + 100204012, + 100301005, + 100301005, + 100205009 + ] + ] + }, + { + "Level": 65, + "StageID": 3030234, + "MonsterList": [ + [ + 100203007, + 100204015, + 100205012 + ], + [ + 100204012, + 100301005, + 100301005, + 100205009 + ] + ] + }, + { + "Level": 75, + "StageID": 3030235, + "MonsterList": [ + [ + 100203007, + 100204015, + 100205012 + ], + [ + 100204012, + 100301005, + 100301005, + 100205009 + ] + ] + }, + { + "Level": 78, + "StageID": 3030236, + "MonsterList": [ + [ + 100203007, + 100204015, + 100205012 + ], + [ + 100204012, + 100301005, + 100301005, + 100205009 + ] + ] + }, + { + "Level": 36, + "StageID": 3030240, + "MonsterList": [ + [ + 101201006, + 101202107, + 101203008 + ], + [ + 101302008, + 101302008 + ] + ] + }, + { + "Level": 36, + "StageID": 3030241, + "MonsterList": [ + [ + 101201006, + 101202107, + 101203008 + ], + [ + 101302008, + 101302008 + ] + ] + }, + { + "Level": 45, + "StageID": 3030242, + "MonsterList": [ + [ + 101201006, + 101202107, + 101203008 + ], + [ + 101302008, + 101302008 + ] + ] + }, + { + "Level": 55, + "StageID": 3030243, + "MonsterList": [ + [ + 101201006, + 101202107, + 101203008 + ], + [ + 101302008, + 101302008 + ] + ] + }, + { + "Level": 65, + "StageID": 3030244, + "MonsterList": [ + [ + 101201006, + 101202107, + 101203008 + ], + [ + 101302008, + 101302008 + ] + ] + }, + { + "Level": 75, + "StageID": 3030245, + "MonsterList": [ + [ + 101201006, + 101202107, + 101203008 + ], + [ + 101302008, + 101302008 + ] + ] + }, + { + "Level": 78, + "StageID": 3030246, + "MonsterList": [ + [ + 101201006, + 101202107, + 101203008 + ], + [ + 101302008, + 101302008 + ] + ] + }, + { + "Level": 36, + "StageID": 3030250, + "MonsterList": [ + [ + 101401003 + ] + ] + }, + { + "Level": 36, + "StageID": 3030251, + "MonsterList": [ + [ + 101401003 + ] + ] + }, + { + "Level": 45, + "StageID": 3030252, + "MonsterList": [ + [ + 101401003 + ] + ] + }, + { + "Level": 55, + "StageID": 3030253, + "MonsterList": [ + [ + 101401003 + ] + ] + }, + { + "Level": 65, + "StageID": 3030254, + "MonsterList": [ + [ + 101401003 + ] + ] + }, + { + "Level": 75, + "StageID": 3030255, + "MonsterList": [ + [ + 101401003 + ] + ] + }, + { + "Level": 78, + "StageID": 3030256, + "MonsterList": [ + [ + 101401003 + ] + ] + }, + { + "Level": 36, + "StageID": 3030260, + "MonsterList": [ + [ + 101201006, + 101203008, + 101201006 + ], + [ + 101202104, + 101301010, + 101202104 + ] + ] + }, + { + "Level": 36, + "StageID": 3030261, + "MonsterList": [ + [ + 101201006, + 101203008, + 101201006 + ], + [ + 101202104, + 101301010, + 101202104 + ] + ] + }, + { + "Level": 45, + "StageID": 3030262, + "MonsterList": [ + [ + 101201006, + 101203008, + 101201006 + ], + [ + 101202104, + 101301010, + 101202104 + ] + ] + }, + { + "Level": 55, + "StageID": 3030263, + "MonsterList": [ + [ + 101201006, + 101203008, + 101201006 + ], + [ + 101202104, + 101301010, + 101202104 + ] + ] + }, + { + "Level": 65, + "StageID": 3030264, + "MonsterList": [ + [ + 101201006, + 101203008, + 101201006 + ], + [ + 101202104, + 101301010, + 101202104 + ] + ] + }, + { + "Level": 75, + "StageID": 3030265, + "MonsterList": [ + [ + 101201006, + 101203008, + 101201006 + ], + [ + 101202104, + 101301010, + 101202104 + ] + ] + }, + { + "Level": 78, + "StageID": 3030266, + "MonsterList": [ + [ + 101201006, + 101203008, + 101201006 + ], + [ + 101202104, + 101301010, + 101202104 + ] + ] + }, + { + "Level": 36, + "StageID": 3030270, + "MonsterList": [ + [ + 100203007, + 100204019, + 100205015 + ], + [ + 100203004, + 100301009, + 100203004 + ] + ] + }, + { + "Level": 36, + "StageID": 3030271, + "MonsterList": [ + [ + 100203007, + 100204019, + 100205015 + ], + [ + 100203004, + 100301009, + 100203004 + ] + ] + }, + { + "Level": 45, + "StageID": 3030272, + "MonsterList": [ + [ + 100203007, + 100204019, + 100205015 + ], + [ + 100203004, + 100301009, + 100203004 + ] + ] + }, + { + "Level": 55, + "StageID": 3030273, + "MonsterList": [ + [ + 100203007, + 100204019, + 100205015 + ], + [ + 100203004, + 100301009, + 100203004 + ] + ] + }, + { + "Level": 65, + "StageID": 3030274, + "MonsterList": [ + [ + 100203007, + 100204019, + 100205015 + ], + [ + 100203004, + 100301009, + 100203004 + ] + ] + }, + { + "Level": 75, + "StageID": 3030275, + "MonsterList": [ + [ + 100203007, + 100204019, + 100205015 + ], + [ + 100203004, + 100301009, + 100203004 + ] + ] + }, + { + "Level": 78, + "StageID": 3030276, + "MonsterList": [ + [ + 100203007, + 100204019, + 100205015 + ], + [ + 100203004, + 100301009, + 100203004 + ] + ] + }, + { + "Level": 36, + "StageID": 3030280, + "MonsterList": [ + [ + 800102006, + 800101005, + 800101005 + ], + [ + 800304002, + 800304002 + ] + ] + }, + { + "Level": 36, + "StageID": 3030281, + "MonsterList": [ + [ + 800102006, + 800101005, + 800101005 + ], + [ + 800304002, + 800304002 + ] + ] + }, + { + "Level": 45, + "StageID": 3030282, + "MonsterList": [ + [ + 800102006, + 800101005, + 800101005 + ], + [ + 800304002, + 800304002 + ] + ] + }, + { + "Level": 55, + "StageID": 3030283, + "MonsterList": [ + [ + 800102006, + 800101005, + 800101005 + ], + [ + 800304002, + 800304002 + ] + ] + }, + { + "Level": 65, + "StageID": 3030284, + "MonsterList": [ + [ + 800102006, + 800101005, + 800101005 + ], + [ + 800304002, + 800304002 + ] + ] + }, + { + "Level": 75, + "StageID": 3030285, + "MonsterList": [ + [ + 800102006, + 800101005, + 800101005 + ], + [ + 800304002, + 800304002 + ] + ] + }, + { + "Level": 78, + "StageID": 3030286, + "MonsterList": [ + [ + 800102006, + 800101005, + 800101005 + ], + [ + 800304002, + 800304002 + ] + ] + }, + { + "Level": 36, + "StageID": 3030290, + "MonsterList": [ + [ + 800102003, + 800102003, + 800101002, + 800101002 + ], + [ + 800102003, + 102201003, + 102202003, + 800101002 + ] + ] + }, + { + "Level": 36, + "StageID": 3030291, + "MonsterList": [ + [ + 800102003, + 800102003, + 800101002, + 800101002 + ], + [ + 800102003, + 102201003, + 102202003, + 800101002 + ] + ] + }, + { + "Level": 45, + "StageID": 3030292, + "MonsterList": [ + [ + 800102003, + 800102003, + 800101002, + 800101002 + ], + [ + 800102003, + 102201003, + 102202003, + 800101002 + ] + ] + }, + { + "Level": 55, + "StageID": 3030293, + "MonsterList": [ + [ + 800102003, + 800102003, + 800101002, + 800101002 + ], + [ + 800102003, + 102201003, + 102202003, + 800101002 + ] + ] + }, + { + "Level": 65, + "StageID": 3030294, + "MonsterList": [ + [ + 800102003, + 800102003, + 800101002, + 800101002 + ], + [ + 800102003, + 102201003, + 102202003, + 800101002 + ] + ] + }, + { + "Level": 75, + "StageID": 3030295, + "MonsterList": [ + [ + 800102003, + 800102003, + 800101002, + 800101002 + ], + [ + 800102003, + 102201003, + 102202003, + 800101002 + ] + ] + }, + { + "Level": 78, + "StageID": 3030296, + "MonsterList": [ + [ + 800102003, + 800102003, + 800101002, + 800101002 + ], + [ + 800102003, + 102201003, + 102202003, + 800101002 + ] + ] + }, + { + "Level": 36, + "StageID": 3030300, + "MonsterList": [ + [ + 800304002, + 800304002 + ] + ] + }, + { + "Level": 36, + "StageID": 3030301, + "MonsterList": [ + [ + 800304002, + 800304002 + ] + ] + }, + { + "Level": 45, + "StageID": 3030302, + "MonsterList": [ + [ + 800304002, + 800304002 + ] + ] + }, + { + "Level": 55, + "StageID": 3030303, + "MonsterList": [ + [ + 800304002, + 800304002 + ] + ] + }, + { + "Level": 65, + "StageID": 3030304, + "MonsterList": [ + [ + 800304002, + 800304002 + ] + ] + }, + { + "Level": 75, + "StageID": 3030305, + "MonsterList": [ + [ + 800304002, + 800304002 + ] + ] + }, + { + "Level": 78, + "StageID": 3030306, + "MonsterList": [ + [ + 800304002, + 800304002 + ] + ] + }, + { + "Level": 36, + "StageID": 3030310, + "MonsterList": [ + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 36, + "StageID": 3030311, + "MonsterList": [ + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 45, + "StageID": 3030312, + "MonsterList": [ + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 55, + "StageID": 3030313, + "MonsterList": [ + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 65, + "StageID": 3030314, + "MonsterList": [ + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 75, + "StageID": 3030315, + "MonsterList": [ + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 78, + "StageID": 3030316, + "MonsterList": [ + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 36, + "StageID": 3030320, + "MonsterList": [ + [ + 801102002, + 801201011, + 801102002 + ], + [ + 801201011, + 801102002, + 801201011 + ], + [ + 801201009, + 800305002, + 801201009 + ] + ] + }, + { + "Level": 36, + "StageID": 3030321, + "MonsterList": [ + [ + 801102002, + 801201011, + 801102002 + ], + [ + 801201011, + 801102002, + 801201011 + ], + [ + 801201009, + 800305002, + 801201009 + ] + ] + }, + { + "Level": 45, + "StageID": 3030322, + "MonsterList": [ + [ + 801102002, + 801201011, + 801102002 + ], + [ + 801201011, + 801102002, + 801201011 + ], + [ + 801201009, + 800305002, + 801201009 + ] + ] + }, + { + "Level": 55, + "StageID": 3030323, + "MonsterList": [ + [ + 801102002, + 801201011, + 801102002 + ], + [ + 801201011, + 801102002, + 801201011 + ], + [ + 801201009, + 800305002, + 801201009 + ] + ] + }, + { + "Level": 65, + "StageID": 3030324, + "MonsterList": [ + [ + 801102002, + 801201011, + 801102002 + ], + [ + 801201011, + 801102002, + 801201011 + ], + [ + 801201009, + 800305002, + 801201009 + ] + ] + }, + { + "Level": 75, + "StageID": 3030325, + "MonsterList": [ + [ + 801102002, + 801201011, + 801102002 + ], + [ + 801201011, + 801102002, + 801201011 + ], + [ + 801201009, + 800305002, + 801201009 + ] + ] + }, + { + "Level": 78, + "StageID": 3030326, + "MonsterList": [ + [ + 801102002, + 801201011, + 801102002 + ], + [ + 801201011, + 801102002, + 801201011 + ], + [ + 801201009, + 800305002, + 801201009 + ] + ] + }, + { + "Level": 36, + "StageID": 3030330, + "MonsterList": [ + [ + 100205012, + 100204015, + 100204015, + 100205012 + ], + [ + 100203007, + 100204015, + 100205012 + ], + [ + 100204012, + 100301005, + 100301005, + 100205009 + ] + ] + }, + { + "Level": 36, + "StageID": 3030331, + "MonsterList": [ + [ + 100205012, + 100204015, + 100204015, + 100205012 + ], + [ + 100203007, + 100204015, + 100205012 + ], + [ + 100204012, + 100301005, + 100301005, + 100205009 + ] + ] + }, + { + "Level": 45, + "StageID": 3030332, + "MonsterList": [ + [ + 100205012, + 100204015, + 100204015, + 100205012 + ], + [ + 100203007, + 100204015, + 100205012 + ], + [ + 100204012, + 100301005, + 100301005, + 100205009 + ] + ] + }, + { + "Level": 55, + "StageID": 3030333, + "MonsterList": [ + [ + 100205012, + 100204015, + 100204015, + 100205012 + ], + [ + 100203007, + 100204015, + 100205012 + ], + [ + 100204012, + 100301005, + 100301005, + 100205009 + ] + ] + }, + { + "Level": 65, + "StageID": 3030334, + "MonsterList": [ + [ + 100205012, + 100204015, + 100204015, + 100205012 + ], + [ + 100203007, + 100204015, + 100205012 + ], + [ + 100204012, + 100301005, + 100301005, + 100205009 + ] + ] + }, + { + "Level": 75, + "StageID": 3030335, + "MonsterList": [ + [ + 100205012, + 100204015, + 100204015, + 100205012 + ], + [ + 100203007, + 100204015, + 100205012 + ], + [ + 100204012, + 100301005, + 100301005, + 100205009 + ] + ] + }, + { + "Level": 78, + "StageID": 3030336, + "MonsterList": [ + [ + 100205012, + 100204015, + 100204015, + 100205012 + ], + [ + 100203007, + 100204015, + 100205012 + ], + [ + 100204012, + 100301005, + 100301005, + 100205009 + ] + ] + }, + { + "Level": 36, + "StageID": 3030340, + "MonsterList": [ + [ + 101203008, + 101201006, + 101201006 + ], + [ + 101201006, + 101202107, + 101203008 + ], + [ + 101302008, + 101302008 + ] + ] + }, + { + "Level": 36, + "StageID": 3030341, + "MonsterList": [ + [ + 101203008, + 101201006, + 101201006 + ], + [ + 101201006, + 101202107, + 101203008 + ], + [ + 101302008, + 101302008 + ] + ] + }, + { + "Level": 45, + "StageID": 3030342, + "MonsterList": [ + [ + 101203008, + 101201006, + 101201006 + ], + [ + 101201006, + 101202107, + 101203008 + ], + [ + 101302008, + 101302008 + ] + ] + }, + { + "Level": 55, + "StageID": 3030343, + "MonsterList": [ + [ + 101203008, + 101201006, + 101201006 + ], + [ + 101201006, + 101202107, + 101203008 + ], + [ + 101302008, + 101302008 + ] + ] + }, + { + "Level": 65, + "StageID": 3030344, + "MonsterList": [ + [ + 101203008, + 101201006, + 101201006 + ], + [ + 101201006, + 101202107, + 101203008 + ], + [ + 101302008, + 101302008 + ] + ] + }, + { + "Level": 75, + "StageID": 3030345, + "MonsterList": [ + [ + 101203008, + 101201006, + 101201006 + ], + [ + 101201006, + 101202107, + 101203008 + ], + [ + 101302008, + 101302008 + ] + ] + }, + { + "Level": 78, + "StageID": 3030346, + "MonsterList": [ + [ + 101203008, + 101201006, + 101201006 + ], + [ + 101201006, + 101202107, + 101203008 + ], + [ + 101302008, + 101302008 + ] + ] + }, + { + "Level": 36, + "StageID": 3030350, + "MonsterList": [ + [ + 101401003 + ] + ] + }, + { + "Level": 36, + "StageID": 3030351, + "MonsterList": [ + [ + 101401003 + ] + ] + }, + { + "Level": 45, + "StageID": 3030352, + "MonsterList": [ + [ + 101401003 + ] + ] + }, + { + "Level": 55, + "StageID": 3030353, + "MonsterList": [ + [ + 101401003 + ] + ] + }, + { + "Level": 65, + "StageID": 3030354, + "MonsterList": [ + [ + 101401003 + ] + ] + }, + { + "Level": 75, + "StageID": 3030355, + "MonsterList": [ + [ + 101401003 + ] + ] + }, + { + "Level": 78, + "StageID": 3030356, + "MonsterList": [ + [ + 101401003 + ] + ] + }, + { + "Level": 36, + "StageID": 3030360, + "MonsterList": [ + [ + 101201006, + 101201006, + 101201006 + ], + [ + 101201006, + 101203008, + 101201006 + ], + [ + 101202104, + 101301010, + 101202104 + ] + ] + }, + { + "Level": 36, + "StageID": 3030361, + "MonsterList": [ + [ + 101201006, + 101201006, + 101201006 + ], + [ + 101201006, + 101203008, + 101201006 + ], + [ + 101202104, + 101301010, + 101202104 + ] + ] + }, + { + "Level": 45, + "StageID": 3030362, + "MonsterList": [ + [ + 101201006, + 101201006, + 101201006 + ], + [ + 101201006, + 101203008, + 101201006 + ], + [ + 101202104, + 101301010, + 101202104 + ] + ] + }, + { + "Level": 55, + "StageID": 3030363, + "MonsterList": [ + [ + 101201006, + 101201006, + 101201006 + ], + [ + 101201006, + 101203008, + 101201006 + ], + [ + 101202104, + 101301010, + 101202104 + ] + ] + }, + { + "Level": 65, + "StageID": 3030364, + "MonsterList": [ + [ + 101201006, + 101201006, + 101201006 + ], + [ + 101201006, + 101203008, + 101201006 + ], + [ + 101202104, + 101301010, + 101202104 + ] + ] + }, + { + "Level": 75, + "StageID": 3030365, + "MonsterList": [ + [ + 101201006, + 101201006, + 101201006 + ], + [ + 101201006, + 101203008, + 101201006 + ], + [ + 101202104, + 101301010, + 101202104 + ] + ] + }, + { + "Level": 78, + "StageID": 3030366, + "MonsterList": [ + [ + 101201006, + 101201006, + 101201006 + ], + [ + 101201006, + 101203008, + 101201006 + ], + [ + 101202104, + 101301010, + 101202104 + ] + ] + }, + { + "Level": 36, + "StageID": 3030370, + "MonsterList": [ + [ + 100204019, + 100203007, + 100204019 + ], + [ + 100203007, + 100204019, + 100205015 + ], + [ + 100203004, + 100301009, + 100203004 + ] + ] + }, + { + "Level": 36, + "StageID": 3030371, + "MonsterList": [ + [ + 100204019, + 100203007, + 100204019 + ], + [ + 100203007, + 100204019, + 100205015 + ], + [ + 100203004, + 100301009, + 100203004 + ] + ] + }, + { + "Level": 45, + "StageID": 3030372, + "MonsterList": [ + [ + 100204019, + 100203007, + 100204019 + ], + [ + 100203007, + 100204019, + 100205015 + ], + [ + 100203004, + 100301009, + 100203004 + ] + ] + }, + { + "Level": 55, + "StageID": 3030373, + "MonsterList": [ + [ + 100204019, + 100203007, + 100204019 + ], + [ + 100203007, + 100204019, + 100205015 + ], + [ + 100203004, + 100301009, + 100203004 + ] + ] + }, + { + "Level": 65, + "StageID": 3030374, + "MonsterList": [ + [ + 100204019, + 100203007, + 100204019 + ], + [ + 100203007, + 100204019, + 100205015 + ], + [ + 100203004, + 100301009, + 100203004 + ] + ] + }, + { + "Level": 75, + "StageID": 3030375, + "MonsterList": [ + [ + 100204019, + 100203007, + 100204019 + ], + [ + 100203007, + 100204019, + 100205015 + ], + [ + 100203004, + 100301009, + 100203004 + ] + ] + }, + { + "Level": 78, + "StageID": 3030376, + "MonsterList": [ + [ + 100204019, + 100203007, + 100204019 + ], + [ + 100203007, + 100204019, + 100205015 + ], + [ + 100203004, + 100301009, + 100203004 + ] + ] + }, + { + "Level": 36, + "StageID": 3030380, + "MonsterList": [ + [ + 800102006, + 800102006, + 800101005 + ], + [ + 800102006, + 800101005, + 800101005 + ], + [ + 800304002, + 800304002 + ] + ] + }, + { + "Level": 36, + "StageID": 3030381, + "MonsterList": [ + [ + 800102006, + 800102006, + 800101005 + ], + [ + 800102006, + 800101005, + 800101005 + ], + [ + 800304002, + 800304002 + ] + ] + }, + { + "Level": 45, + "StageID": 3030382, + "MonsterList": [ + [ + 800102006, + 800102006, + 800101005 + ], + [ + 800102006, + 800101005, + 800101005 + ], + [ + 800304002, + 800304002 + ] + ] + }, + { + "Level": 55, + "StageID": 3030383, + "MonsterList": [ + [ + 800102006, + 800102006, + 800101005 + ], + [ + 800102006, + 800101005, + 800101005 + ], + [ + 800304002, + 800304002 + ] + ] + }, + { + "Level": 65, + "StageID": 3030384, + "MonsterList": [ + [ + 800102006, + 800102006, + 800101005 + ], + [ + 800102006, + 800101005, + 800101005 + ], + [ + 800304002, + 800304002 + ] + ] + }, + { + "Level": 75, + "StageID": 3030385, + "MonsterList": [ + [ + 800102006, + 800102006, + 800101005 + ], + [ + 800102006, + 800101005, + 800101005 + ], + [ + 800304002, + 800304002 + ] + ] + }, + { + "Level": 78, + "StageID": 3030386, + "MonsterList": [ + [ + 800102006, + 800102006, + 800101005 + ], + [ + 800102006, + 800101005, + 800101005 + ], + [ + 800304002, + 800304002 + ] + ] + }, + { + "Level": 36, + "StageID": 3030390, + "MonsterList": [ + [ + 800102003, + 800102003, + 800101002 + ], + [ + 800102003, + 800102003, + 800101002, + 800101002 + ], + [ + 800102003, + 102201003, + 102202003, + 800101002 + ] + ] + }, + { + "Level": 36, + "StageID": 3030391, + "MonsterList": [ + [ + 800102003, + 800102003, + 800101002 + ], + [ + 800102003, + 800102003, + 800101002, + 800101002 + ], + [ + 800102003, + 102201003, + 102202003, + 800101002 + ] + ] + }, + { + "Level": 45, + "StageID": 3030392, + "MonsterList": [ + [ + 800102003, + 800102003, + 800101002 + ], + [ + 800102003, + 800102003, + 800101002, + 800101002 + ], + [ + 800102003, + 102201003, + 102202003, + 800101002 + ] + ] + }, + { + "Level": 55, + "StageID": 3030393, + "MonsterList": [ + [ + 800102003, + 800102003, + 800101002 + ], + [ + 800102003, + 800102003, + 800101002, + 800101002 + ], + [ + 800102003, + 102201003, + 102202003, + 800101002 + ] + ] + }, + { + "Level": 65, + "StageID": 3030394, + "MonsterList": [ + [ + 800102003, + 800102003, + 800101002 + ], + [ + 800102003, + 800102003, + 800101002, + 800101002 + ], + [ + 800102003, + 102201003, + 102202003, + 800101002 + ] + ] + }, + { + "Level": 75, + "StageID": 3030395, + "MonsterList": [ + [ + 800102003, + 800102003, + 800101002 + ], + [ + 800102003, + 800102003, + 800101002, + 800101002 + ], + [ + 800102003, + 102201003, + 102202003, + 800101002 + ] + ] + }, + { + "Level": 78, + "StageID": 3030396, + "MonsterList": [ + [ + 800102003, + 800102003, + 800101002 + ], + [ + 800102003, + 800102003, + 800101002, + 800101002 + ], + [ + 800102003, + 102201003, + 102202003, + 800101002 + ] + ] + }, + { + "Level": 36, + "StageID": 3030400, + "MonsterList": [ + [ + 800304002, + 800304002 + ] + ] + }, + { + "Level": 36, + "StageID": 3030401, + "MonsterList": [ + [ + 800304002, + 800304002 + ] + ] + }, + { + "Level": 45, + "StageID": 3030402, + "MonsterList": [ + [ + 800304002, + 800304002 + ] + ] + }, + { + "Level": 55, + "StageID": 3030403, + "MonsterList": [ + [ + 800304002, + 800304002 + ] + ] + }, + { + "Level": 65, + "StageID": 3030404, + "MonsterList": [ + [ + 800304002, + 800304002 + ] + ] + }, + { + "Level": 75, + "StageID": 3030405, + "MonsterList": [ + [ + 800304002, + 800304002 + ] + ] + }, + { + "Level": 78, + "StageID": 3030406, + "MonsterList": [ + [ + 800304002, + 800304002 + ] + ] + }, + { + "Level": 31, + "StageID": 3030410, + "MonsterList": [ + [ + 100202012, + 101201007, + 100202012 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 31, + "StageID": 3030411, + "MonsterList": [ + [ + 100202012, + 101201007, + 100202012 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 40, + "StageID": 3030412, + "MonsterList": [ + [ + 100202012, + 101201007, + 100202012 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 50, + "StageID": 3030413, + "MonsterList": [ + [ + 100202012, + 101201007, + 100202012 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 60, + "StageID": 3030414, + "MonsterList": [ + [ + 100202012, + 101201007, + 100202012 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 70, + "StageID": 3030415, + "MonsterList": [ + [ + 100202012, + 101201007, + 100202012 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 73, + "StageID": 3030416, + "MonsterList": [ + [ + 100202012, + 101201007, + 100202012 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 36, + "StageID": 3030420, + "MonsterList": [ + [ + 100202012, + 101201007, + 100202012 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 36, + "StageID": 3030421, + "MonsterList": [ + [ + 100202012, + 101201007, + 100202012 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 45, + "StageID": 3030422, + "MonsterList": [ + [ + 100202012, + 101201007, + 100202012 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 55, + "StageID": 3030423, + "MonsterList": [ + [ + 100202012, + 101201007, + 100202012 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 65, + "StageID": 3030424, + "MonsterList": [ + [ + 100202012, + 101201007, + 100202012 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 75, + "StageID": 3030425, + "MonsterList": [ + [ + 100202012, + 101201007, + 100202012 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 78, + "StageID": 3030426, + "MonsterList": [ + [ + 100202012, + 101201007, + 100202012 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 36, + "StageID": 3030430, + "MonsterList": [ + [ + 100202012, + 101201007, + 100202012 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 36, + "StageID": 3030431, + "MonsterList": [ + [ + 100202012, + 101201007, + 100202012 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 45, + "StageID": 3030432, + "MonsterList": [ + [ + 100202012, + 101201007, + 100202012 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 55, + "StageID": 3030433, + "MonsterList": [ + [ + 100202012, + 101201007, + 100202012 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 65, + "StageID": 3030434, + "MonsterList": [ + [ + 100202012, + 101201007, + 100202012 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 75, + "StageID": 3030435, + "MonsterList": [ + [ + 100202012, + 101201007, + 100202012 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 78, + "StageID": 3030436, + "MonsterList": [ + [ + 100202012, + 101201007, + 100202012 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 36, + "StageID": 3030440, + "MonsterList": [ + [ + 100202012, + 100202012 + ], + [ + 100202012, + 101201007, + 100202012 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 36, + "StageID": 3030441, + "MonsterList": [ + [ + 100202012, + 100202012 + ], + [ + 100202012, + 101201007, + 100202012 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 45, + "StageID": 3030442, + "MonsterList": [ + [ + 100202012, + 100202012 + ], + [ + 100202012, + 101201007, + 100202012 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 55, + "StageID": 3030443, + "MonsterList": [ + [ + 100202012, + 100202012 + ], + [ + 100202012, + 101201007, + 100202012 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 65, + "StageID": 3030444, + "MonsterList": [ + [ + 100202012, + 100202012 + ], + [ + 100202012, + 101201007, + 100202012 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 75, + "StageID": 3030445, + "MonsterList": [ + [ + 100202012, + 100202012 + ], + [ + 100202012, + 101201007, + 100202012 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 78, + "StageID": 3030446, + "MonsterList": [ + [ + 100202012, + 100202012 + ], + [ + 100202012, + 101201007, + 100202012 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 24, + "StageID": 3040010, + "MonsterList": [ + [ + 800101003, + 800101003, + 800101003 + ], + [ + 800102004, + 800102004, + 800102004 + ] + ] + }, + { + "Level": 32, + "StageID": 3040011, + "MonsterList": [ + [ + 800101003, + 800101003, + 800101003 + ], + [ + 800102004, + 800102004, + 800102004 + ] + ] + }, + { + "Level": 40, + "StageID": 3040012, + "MonsterList": [ + [ + 800101003, + 800101003, + 800101003 + ], + [ + 800102004, + 800102004, + 800102004 + ] + ] + }, + { + "Level": 48, + "StageID": 3040013, + "MonsterList": [ + [ + 800101003, + 800101003, + 800101003 + ], + [ + 800102004, + 800102004, + 800102004 + ] + ] + }, + { + "Level": 56, + "StageID": 3040014, + "MonsterList": [ + [ + 800101003, + 800101003, + 800101003 + ], + [ + 800102004, + 800102004, + 800102004 + ] + ] + }, + { + "Level": 66, + "StageID": 3040015, + "MonsterList": [ + [ + 800101003, + 800101003, + 800101003 + ], + [ + 800102004, + 800102004, + 800102004 + ] + ] + }, + { + "Level": 73, + "StageID": 3040016, + "MonsterList": [ + [ + 800101003, + 800101003, + 800101003 + ], + [ + 800102004, + 800102004, + 800102004 + ] + ] + }, + { + "Level": 24, + "StageID": 3040020, + "MonsterList": [ + [ + 100205010, + 100204013, + 100205010 + ], + [ + 100204013, + 100205010, + 100204013 + ] + ] + }, + { + "Level": 32, + "StageID": 3040021, + "MonsterList": [ + [ + 100205010, + 100204013, + 100205010 + ], + [ + 100204013, + 100205010, + 100204013 + ] + ] + }, + { + "Level": 40, + "StageID": 3040022, + "MonsterList": [ + [ + 100205010, + 100204013, + 100205010 + ], + [ + 100204013, + 100205010, + 100204013 + ] + ] + }, + { + "Level": 48, + "StageID": 3040023, + "MonsterList": [ + [ + 100205010, + 100204013, + 100205010 + ], + [ + 100204013, + 100205010, + 100204013 + ] + ] + }, + { + "Level": 56, + "StageID": 3040024, + "MonsterList": [ + [ + 100205010, + 100204013, + 100205010 + ], + [ + 100204013, + 100205010, + 100204013 + ] + ] + }, + { + "Level": 66, + "StageID": 3040025, + "MonsterList": [ + [ + 100205010, + 100204013, + 100205010 + ], + [ + 100204013, + 100205010, + 100204013 + ] + ] + }, + { + "Level": 73, + "StageID": 3040026, + "MonsterList": [ + [ + 100205010, + 100204013, + 100205010 + ], + [ + 100204013, + 100205010, + 100204013 + ] + ] + }, + { + "Level": 24, + "StageID": 3040030, + "MonsterList": [ + [ + 101201005, + 101201005, + 101203007 + ], + [ + 101201005, + 101203007, + 101203007 + ] + ] + }, + { + "Level": 32, + "StageID": 3040031, + "MonsterList": [ + [ + 101201005, + 101201005, + 101203007 + ], + [ + 101201005, + 101203007, + 101203007 + ] + ] + }, + { + "Level": 40, + "StageID": 3040032, + "MonsterList": [ + [ + 101201005, + 101201005, + 101203007 + ], + [ + 101201005, + 101203007, + 101203007 + ] + ] + }, + { + "Level": 48, + "StageID": 3040033, + "MonsterList": [ + [ + 101201005, + 101201005, + 101203007 + ], + [ + 101201005, + 101203007, + 101203007 + ] + ] + }, + { + "Level": 56, + "StageID": 3040034, + "MonsterList": [ + [ + 101201005, + 101201005, + 101203007 + ], + [ + 101201005, + 101203007, + 101203007 + ] + ] + }, + { + "Level": 66, + "StageID": 3040035, + "MonsterList": [ + [ + 101201005, + 101201005, + 101203007 + ], + [ + 101201005, + 101203007, + 101203007 + ] + ] + }, + { + "Level": 73, + "StageID": 3040036, + "MonsterList": [ + [ + 101201005, + 101201005, + 101203007 + ], + [ + 101201005, + 101203007, + 101203007 + ] + ] + }, + { + "Level": 24, + "StageID": 3040040, + "MonsterList": [ + [ + 101202105, + 100203005, + 101202105, + 100203005, + 101202105 + ] + ] + }, + { + "Level": 32, + "StageID": 3040041, + "MonsterList": [ + [ + 101202105, + 100203005, + 101202105, + 100203005, + 101202105 + ] + ] + }, + { + "Level": 40, + "StageID": 3040042, + "MonsterList": [ + [ + 101202105, + 100203005, + 101202105, + 100203005, + 101202105 + ] + ] + }, + { + "Level": 48, + "StageID": 3040043, + "MonsterList": [ + [ + 101202105, + 100203005, + 101202105, + 100203005, + 101202105 + ] + ] + }, + { + "Level": 56, + "StageID": 3040044, + "MonsterList": [ + [ + 101202105, + 100203005, + 101202105, + 100203005, + 101202105 + ] + ] + }, + { + "Level": 66, + "StageID": 3040045, + "MonsterList": [ + [ + 101202105, + 100203005, + 101202105, + 100203005, + 101202105 + ] + ] + }, + { + "Level": 73, + "StageID": 3040046, + "MonsterList": [ + [ + 101202105, + 100203005, + 101202105, + 100203005, + 101202105 + ] + ] + }, + { + "Level": 24, + "StageID": 3040050, + "MonsterList": [ + [ + 100204014, + 100205011, + 100203006, + 100205011 + ], + [ + 100204014, + 100301007, + 100205011 + ] + ] + }, + { + "Level": 32, + "StageID": 3040051, + "MonsterList": [ + [ + 100204014, + 100205011, + 100203006, + 100205011 + ], + [ + 100204014, + 100301007, + 100205011 + ] + ] + }, + { + "Level": 40, + "StageID": 3040052, + "MonsterList": [ + [ + 100204014, + 100205011, + 100203006, + 100205011 + ], + [ + 100204014, + 100301007, + 100205011 + ] + ] + }, + { + "Level": 48, + "StageID": 3040053, + "MonsterList": [ + [ + 100204014, + 100205011, + 100203006, + 100205011 + ], + [ + 100204014, + 100301007, + 100205011 + ] + ] + }, + { + "Level": 56, + "StageID": 3040054, + "MonsterList": [ + [ + 100204014, + 100205011, + 100203006, + 100205011 + ], + [ + 100204014, + 100301007, + 100205011 + ] + ] + }, + { + "Level": 66, + "StageID": 3040055, + "MonsterList": [ + [ + 100204014, + 100205011, + 100203006, + 100205011 + ], + [ + 100204014, + 100301007, + 100205011 + ] + ] + }, + { + "Level": 73, + "StageID": 3040056, + "MonsterList": [ + [ + 100204014, + 100205011, + 100203006, + 100205011 + ], + [ + 100204014, + 100301007, + 100205011 + ] + ] + }, + { + "Level": 24, + "StageID": 3040060, + "MonsterList": [ + [ + 101301011, + 101302010 + ] + ] + }, + { + "Level": 32, + "StageID": 3040061, + "MonsterList": [ + [ + 101301011, + 101302010 + ] + ] + }, + { + "Level": 40, + "StageID": 3040062, + "MonsterList": [ + [ + 101301011, + 101302010 + ] + ] + }, + { + "Level": 48, + "StageID": 3040063, + "MonsterList": [ + [ + 101301011, + 101302010 + ] + ] + }, + { + "Level": 56, + "StageID": 3040064, + "MonsterList": [ + [ + 101301011, + 101302010 + ] + ] + }, + { + "Level": 66, + "StageID": 3040065, + "MonsterList": [ + [ + 101301011, + 101302010 + ] + ] + }, + { + "Level": 73, + "StageID": 3040066, + "MonsterList": [ + [ + 101301011, + 101302010 + ] + ] + }, + { + "Level": 24, + "StageID": 3040070, + "MonsterList": [ + [ + 800102005, + 800301003, + 102201004 + ] + ] + }, + { + "Level": 32, + "StageID": 3040071, + "MonsterList": [ + [ + 800102005, + 800301003, + 102201004 + ] + ] + }, + { + "Level": 40, + "StageID": 3040072, + "MonsterList": [ + [ + 800102005, + 800301003, + 102201004 + ] + ] + }, + { + "Level": 48, + "StageID": 3040073, + "MonsterList": [ + [ + 800102005, + 800301003, + 102201004 + ] + ] + }, + { + "Level": 56, + "StageID": 3040074, + "MonsterList": [ + [ + 800102005, + 800301003, + 102201004 + ] + ] + }, + { + "Level": 66, + "StageID": 3040075, + "MonsterList": [ + [ + 800102005, + 800301003, + 102201004 + ] + ] + }, + { + "Level": 73, + "StageID": 3040076, + "MonsterList": [ + [ + 800102005, + 800301003, + 102201004 + ] + ] + }, + { + "Level": 24, + "StageID": 3040080, + "MonsterList": [ + [ + 800101004, + 800302003, + 102202005 + ] + ] + }, + { + "Level": 32, + "StageID": 3040081, + "MonsterList": [ + [ + 800101004, + 800302003, + 102202005 + ] + ] + }, + { + "Level": 40, + "StageID": 3040082, + "MonsterList": [ + [ + 800101004, + 800302003, + 102202005 + ] + ] + }, + { + "Level": 48, + "StageID": 3040083, + "MonsterList": [ + [ + 800101004, + 800302003, + 102202005 + ] + ] + }, + { + "Level": 56, + "StageID": 3040084, + "MonsterList": [ + [ + 800101004, + 800302003, + 102202005 + ] + ] + }, + { + "Level": 66, + "StageID": 3040085, + "MonsterList": [ + [ + 800101004, + 800302003, + 102202005 + ] + ] + }, + { + "Level": 73, + "StageID": 3040086, + "MonsterList": [ + [ + 800101004, + 800302003, + 102202005 + ] + ] + }, + { + "Level": 24, + "StageID": 3040090, + "MonsterList": [ + [ + 102201004, + 800304005, + 102202005 + ] + ] + }, + { + "Level": 32, + "StageID": 3040091, + "MonsterList": [ + [ + 102201004, + 800304005, + 102202005 + ] + ] + }, + { + "Level": 40, + "StageID": 3040092, + "MonsterList": [ + [ + 102201004, + 800304005, + 102202005 + ] + ] + }, + { + "Level": 48, + "StageID": 3040093, + "MonsterList": [ + [ + 102201004, + 800304005, + 102202005 + ] + ] + }, + { + "Level": 56, + "StageID": 3040094, + "MonsterList": [ + [ + 102201004, + 800304005, + 102202005 + ] + ] + }, + { + "Level": 66, + "StageID": 3040095, + "MonsterList": [ + [ + 102201004, + 800304005, + 102202005 + ] + ] + }, + { + "Level": 74, + "StageID": 3040096, + "MonsterList": [ + [ + 102201004, + 800304005, + 102202005 + ] + ] + }, + { + "Level": 24, + "StageID": 3040100, + "MonsterList": [ + [ + 800301005, + 800302004 + ] + ] + }, + { + "Level": 32, + "StageID": 3040101, + "MonsterList": [ + [ + 800301005, + 800302004 + ] + ] + }, + { + "Level": 40, + "StageID": 3040102, + "MonsterList": [ + [ + 800301005, + 800302004 + ] + ] + }, + { + "Level": 48, + "StageID": 3040103, + "MonsterList": [ + [ + 800301005, + 800302004 + ] + ] + }, + { + "Level": 56, + "StageID": 3040104, + "MonsterList": [ + [ + 800301005, + 800302004 + ] + ] + }, + { + "Level": 66, + "StageID": 3040105, + "MonsterList": [ + [ + 800301005, + 800302004 + ] + ] + }, + { + "Level": 76, + "StageID": 3040106, + "MonsterList": [ + [ + 800301005, + 800302004 + ] + ] + }, + { + "Level": 24, + "StageID": 3040110, + "MonsterList": [ + [ + 101301011, + 101302010 + ] + ] + }, + { + "Level": 32, + "StageID": 3040111, + "MonsterList": [ + [ + 101301011, + 101302010 + ] + ] + }, + { + "Level": 40, + "StageID": 3040112, + "MonsterList": [ + [ + 101301011, + 101302010 + ] + ] + }, + { + "Level": 48, + "StageID": 3040113, + "MonsterList": [ + [ + 101301011, + 101302010 + ] + ] + }, + { + "Level": 56, + "StageID": 3040114, + "MonsterList": [ + [ + 101301011, + 101302010 + ] + ] + }, + { + "Level": 66, + "StageID": 3040115, + "MonsterList": [ + [ + 101301011, + 101302010 + ] + ] + }, + { + "Level": 73, + "StageID": 3040116, + "MonsterList": [ + [ + 101301011, + 101302010 + ] + ] + }, + { + "Level": 24, + "StageID": 3040120, + "MonsterList": [ + [ + 100204014, + 100205011, + 100203006, + 100205011 + ], + [ + 100204014, + 100301007, + 100205011 + ] + ] + }, + { + "Level": 32, + "StageID": 3040121, + "MonsterList": [ + [ + 100204014, + 100205011, + 100203006, + 100205011 + ], + [ + 100204014, + 100301007, + 100205011 + ] + ] + }, + { + "Level": 40, + "StageID": 3040122, + "MonsterList": [ + [ + 100204014, + 100205011, + 100203006, + 100205011 + ], + [ + 100204014, + 100301007, + 100205011 + ] + ] + }, + { + "Level": 48, + "StageID": 3040123, + "MonsterList": [ + [ + 100204014, + 100205011, + 100203006, + 100205011 + ], + [ + 100204014, + 100301007, + 100205011 + ] + ] + }, + { + "Level": 56, + "StageID": 3040124, + "MonsterList": [ + [ + 100204014, + 100205011, + 100203006, + 100205011 + ], + [ + 100204014, + 100301007, + 100205011 + ] + ] + }, + { + "Level": 66, + "StageID": 3040125, + "MonsterList": [ + [ + 100204014, + 100205011, + 100203006, + 100205011 + ], + [ + 100204014, + 100301007, + 100205011 + ] + ] + }, + { + "Level": 73, + "StageID": 3040126, + "MonsterList": [ + [ + 100204014, + 100205011, + 100203006, + 100205011 + ], + [ + 100204014, + 100301007, + 100205011 + ] + ] + }, + { + "Level": 24, + "StageID": 3040130, + "MonsterList": [ + [ + 102201004, + 800304003, + 102202005 + ] + ] + }, + { + "Level": 32, + "StageID": 3040131, + "MonsterList": [ + [ + 102201004, + 800304003, + 102202005 + ] + ] + }, + { + "Level": 40, + "StageID": 3040132, + "MonsterList": [ + [ + 102201004, + 800304003, + 102202005 + ] + ] + }, + { + "Level": 48, + "StageID": 3040133, + "MonsterList": [ + [ + 102201004, + 800304003, + 102202005 + ] + ] + }, + { + "Level": 56, + "StageID": 3040134, + "MonsterList": [ + [ + 102201004, + 800304003, + 102202005 + ] + ] + }, + { + "Level": 66, + "StageID": 3040135, + "MonsterList": [ + [ + 102201004, + 800304003, + 102202005 + ] + ] + }, + { + "Level": 73, + "StageID": 3040136, + "MonsterList": [ + [ + 102201004, + 800304003, + 102202005 + ] + ] + }, + { + "Level": 24, + "StageID": 3040140, + "MonsterList": [ + [ + 101201005, + 101201005, + 101203007 + ], + [ + 101201005, + 101203007, + 101203007 + ] + ] + }, + { + "Level": 32, + "StageID": 3040141, + "MonsterList": [ + [ + 101201005, + 101201005, + 101203007 + ], + [ + 101201005, + 101203007, + 101203007 + ] + ] + }, + { + "Level": 40, + "StageID": 3040142, + "MonsterList": [ + [ + 101201005, + 101201005, + 101203007 + ], + [ + 101201005, + 101203007, + 101203007 + ] + ] + }, + { + "Level": 48, + "StageID": 3040143, + "MonsterList": [ + [ + 101201005, + 101201005, + 101203007 + ], + [ + 101201005, + 101203007, + 101203007 + ] + ] + }, + { + "Level": 56, + "StageID": 3040144, + "MonsterList": [ + [ + 101201005, + 101201005, + 101203007 + ], + [ + 101201005, + 101203007, + 101203007 + ] + ] + }, + { + "Level": 66, + "StageID": 3040145, + "MonsterList": [ + [ + 101201005, + 101201005, + 101203007 + ], + [ + 101201005, + 101203007, + 101203007 + ] + ] + }, + { + "Level": 73, + "StageID": 3040146, + "MonsterList": [ + [ + 101201005, + 101201005, + 101203007 + ], + [ + 101201005, + 101203007, + 101203007 + ] + ] + }, + { + "Level": 24, + "StageID": 3040150, + "MonsterList": [ + [ + 800102005, + 800301003, + 102201004 + ] + ] + }, + { + "Level": 32, + "StageID": 3040151, + "MonsterList": [ + [ + 800102005, + 800301003, + 102201004 + ] + ] + }, + { + "Level": 40, + "StageID": 3040152, + "MonsterList": [ + [ + 800102005, + 800301003, + 102201004 + ] + ] + }, + { + "Level": 48, + "StageID": 3040153, + "MonsterList": [ + [ + 800102005, + 800301003, + 102201004 + ] + ] + }, + { + "Level": 56, + "StageID": 3040154, + "MonsterList": [ + [ + 800102005, + 800301003, + 102201004 + ] + ] + }, + { + "Level": 66, + "StageID": 3040155, + "MonsterList": [ + [ + 800102005, + 800301003, + 102201004 + ] + ] + }, + { + "Level": 73, + "StageID": 3040156, + "MonsterList": [ + [ + 800102005, + 800301003, + 102201004 + ] + ] + }, + { + "Level": 24, + "StageID": 3040210, + "MonsterList": [ + [ + 800101003, + 800101003, + 800101003 + ], + [ + 800102004, + 800102004, + 800102004 + ] + ] + }, + { + "Level": 32, + "StageID": 3040211, + "MonsterList": [ + [ + 800101003, + 800101003, + 800101003 + ], + [ + 800102004, + 800102004, + 800102004 + ] + ] + }, + { + "Level": 40, + "StageID": 3040212, + "MonsterList": [ + [ + 800101003, + 800101003, + 800101003 + ], + [ + 800102004, + 800102004, + 800102004 + ] + ] + }, + { + "Level": 48, + "StageID": 3040213, + "MonsterList": [ + [ + 800101003, + 800101003, + 800101003 + ], + [ + 800102004, + 800102004, + 800102004 + ] + ] + }, + { + "Level": 56, + "StageID": 3040214, + "MonsterList": [ + [ + 800101003, + 800101003, + 800101003 + ], + [ + 800102004, + 800102004, + 800102004 + ] + ] + }, + { + "Level": 66, + "StageID": 3040215, + "MonsterList": [ + [ + 800101003, + 800101003, + 800101003 + ], + [ + 800102004, + 800102004, + 800102004 + ] + ] + }, + { + "Level": 73, + "StageID": 3040216, + "MonsterList": [ + [ + 800101003, + 800101003, + 800101003 + ], + [ + 800102004, + 800102004, + 800102004 + ] + ] + }, + { + "Level": 24, + "StageID": 3040220, + "MonsterList": [ + [ + 100205010, + 100204013, + 100205010 + ], + [ + 100204013, + 100205010, + 100204013 + ] + ] + }, + { + "Level": 32, + "StageID": 3040221, + "MonsterList": [ + [ + 100205010, + 100204013, + 100205010 + ], + [ + 100204013, + 100205010, + 100204013 + ] + ] + }, + { + "Level": 40, + "StageID": 3040222, + "MonsterList": [ + [ + 100205010, + 100204013, + 100205010 + ], + [ + 100204013, + 100205010, + 100204013 + ] + ] + }, + { + "Level": 48, + "StageID": 3040223, + "MonsterList": [ + [ + 100205010, + 100204013, + 100205010 + ], + [ + 100204013, + 100205010, + 100204013 + ] + ] + }, + { + "Level": 56, + "StageID": 3040224, + "MonsterList": [ + [ + 100205010, + 100204013, + 100205010 + ], + [ + 100204013, + 100205010, + 100204013 + ] + ] + }, + { + "Level": 66, + "StageID": 3040225, + "MonsterList": [ + [ + 100205010, + 100204013, + 100205010 + ], + [ + 100204013, + 100205010, + 100204013 + ] + ] + }, + { + "Level": 73, + "StageID": 3040226, + "MonsterList": [ + [ + 100205010, + 100204013, + 100205010 + ], + [ + 100204013, + 100205010, + 100204013 + ] + ] + }, + { + "Level": 24, + "StageID": 3040230, + "MonsterList": [ + [ + 101201005, + 100202007, + 101201005 + ], + [ + 101201005, + 100202007, + 101201005 + ] + ] + }, + { + "Level": 32, + "StageID": 3040231, + "MonsterList": [ + [ + 101201005, + 100202007, + 101201005 + ], + [ + 101201005, + 100202007, + 101201005 + ] + ] + }, + { + "Level": 40, + "StageID": 3040232, + "MonsterList": [ + [ + 101201005, + 100202007, + 101201005 + ], + [ + 101201005, + 100202007, + 101201005 + ] + ] + }, + { + "Level": 48, + "StageID": 3040233, + "MonsterList": [ + [ + 101201005, + 100202007, + 101201005 + ], + [ + 101201005, + 100202007, + 101201005 + ] + ] + }, + { + "Level": 56, + "StageID": 3040234, + "MonsterList": [ + [ + 101201005, + 100202007, + 101201005 + ], + [ + 101201005, + 100202007, + 101201005 + ] + ] + }, + { + "Level": 66, + "StageID": 3040235, + "MonsterList": [ + [ + 101201005, + 100202007, + 101201005 + ], + [ + 101201005, + 100202007, + 101201005 + ] + ] + }, + { + "Level": 73, + "StageID": 3040236, + "MonsterList": [ + [ + 101201005, + 100202007, + 101201005 + ], + [ + 101201005, + 100202007, + 101201005 + ] + ] + }, + { + "Level": 24, + "StageID": 3040240, + "MonsterList": [ + [ + 100204013, + 100202007, + 100203005, + 100202007, + 100204013 + ] + ] + }, + { + "Level": 32, + "StageID": 3040241, + "MonsterList": [ + [ + 100204013, + 100202007, + 100203005, + 100202007, + 100204013 + ] + ] + }, + { + "Level": 40, + "StageID": 3040242, + "MonsterList": [ + [ + 100204013, + 100202007, + 100203005, + 100202007, + 100204013 + ] + ] + }, + { + "Level": 48, + "StageID": 3040243, + "MonsterList": [ + [ + 100204013, + 100202007, + 100203005, + 100202007, + 100204013 + ] + ] + }, + { + "Level": 56, + "StageID": 3040244, + "MonsterList": [ + [ + 100204013, + 100202007, + 100203005, + 100202007, + 100204013 + ] + ] + }, + { + "Level": 66, + "StageID": 3040245, + "MonsterList": [ + [ + 100204013, + 100202007, + 100203005, + 100202007, + 100204013 + ] + ] + }, + { + "Level": 73, + "StageID": 3040246, + "MonsterList": [ + [ + 100204013, + 100202007, + 100203005, + 100202007, + 100204013 + ] + ] + }, + { + "Level": 24, + "StageID": 3040250, + "MonsterList": [ + [ + 100204014, + 100205011, + 100203006, + 100205011 + ], + [ + 100204014, + 100301007, + 100205011 + ] + ] + }, + { + "Level": 32, + "StageID": 3040251, + "MonsterList": [ + [ + 100204014, + 100205011, + 100203006, + 100205011 + ], + [ + 100204014, + 100301007, + 100205011 + ] + ] + }, + { + "Level": 40, + "StageID": 3040252, + "MonsterList": [ + [ + 100204014, + 100205011, + 100203006, + 100205011 + ], + [ + 100204014, + 100301007, + 100205011 + ] + ] + }, + { + "Level": 48, + "StageID": 3040253, + "MonsterList": [ + [ + 100204014, + 100205011, + 100203006, + 100205011 + ], + [ + 100204014, + 100301007, + 100205011 + ] + ] + }, + { + "Level": 56, + "StageID": 3040254, + "MonsterList": [ + [ + 100204014, + 100205011, + 100203006, + 100205011 + ], + [ + 100204014, + 100301007, + 100205011 + ] + ] + }, + { + "Level": 66, + "StageID": 3040255, + "MonsterList": [ + [ + 100204014, + 100205011, + 100203006, + 100205011 + ], + [ + 100204014, + 100301007, + 100205011 + ] + ] + }, + { + "Level": 73, + "StageID": 3040256, + "MonsterList": [ + [ + 100204014, + 100205011, + 100203006, + 100205011 + ], + [ + 100204014, + 100301007, + 100205011 + ] + ] + }, + { + "Level": 24, + "StageID": 3040260, + "MonsterList": [ + [ + 101301011, + 101302010 + ] + ] + }, + { + "Level": 32, + "StageID": 3040261, + "MonsterList": [ + [ + 101301011, + 101302010 + ] + ] + }, + { + "Level": 40, + "StageID": 3040262, + "MonsterList": [ + [ + 101301011, + 101302010 + ] + ] + }, + { + "Level": 48, + "StageID": 3040263, + "MonsterList": [ + [ + 101301011, + 101302010 + ] + ] + }, + { + "Level": 56, + "StageID": 3040264, + "MonsterList": [ + [ + 101301011, + 101302010 + ] + ] + }, + { + "Level": 66, + "StageID": 3040265, + "MonsterList": [ + [ + 101301011, + 101302010 + ] + ] + }, + { + "Level": 73, + "StageID": 3040266, + "MonsterList": [ + [ + 101301011, + 101302010 + ] + ] + }, + { + "Level": 24, + "StageID": 3040270, + "MonsterList": [ + [ + 800102005, + 800301003, + 102201004 + ] + ] + }, + { + "Level": 32, + "StageID": 3040271, + "MonsterList": [ + [ + 800102005, + 800301003, + 102201004 + ] + ] + }, + { + "Level": 40, + "StageID": 3040272, + "MonsterList": [ + [ + 800102005, + 800301003, + 102201004 + ] + ] + }, + { + "Level": 48, + "StageID": 3040273, + "MonsterList": [ + [ + 800102005, + 800301003, + 102201004 + ] + ] + }, + { + "Level": 56, + "StageID": 3040274, + "MonsterList": [ + [ + 800102005, + 800301003, + 102201004 + ] + ] + }, + { + "Level": 66, + "StageID": 3040275, + "MonsterList": [ + [ + 800102005, + 800301003, + 102201004 + ] + ] + }, + { + "Level": 73, + "StageID": 3040276, + "MonsterList": [ + [ + 800102005, + 800301003, + 102201004 + ] + ] + }, + { + "Level": 24, + "StageID": 3040280, + "MonsterList": [ + [ + 800101004, + 800302003, + 102202005 + ] + ] + }, + { + "Level": 32, + "StageID": 3040281, + "MonsterList": [ + [ + 800101004, + 800302003, + 102202005 + ] + ] + }, + { + "Level": 40, + "StageID": 3040282, + "MonsterList": [ + [ + 800101004, + 800302003, + 102202005 + ] + ] + }, + { + "Level": 48, + "StageID": 3040283, + "MonsterList": [ + [ + 800101004, + 800302003, + 102202005 + ] + ] + }, + { + "Level": 56, + "StageID": 3040284, + "MonsterList": [ + [ + 800101004, + 800302003, + 102202005 + ] + ] + }, + { + "Level": 66, + "StageID": 3040285, + "MonsterList": [ + [ + 800101004, + 800302003, + 102202005 + ] + ] + }, + { + "Level": 73, + "StageID": 3040286, + "MonsterList": [ + [ + 800101004, + 800302003, + 102202005 + ] + ] + }, + { + "Level": 24, + "StageID": 3040290, + "MonsterList": [ + [ + 800101004, + 800101004, + 800303005, + 800102005, + 800102005 + ] + ] + }, + { + "Level": 32, + "StageID": 3040291, + "MonsterList": [ + [ + 800101004, + 800101004, + 800303005, + 800102005, + 800102005 + ] + ] + }, + { + "Level": 40, + "StageID": 3040292, + "MonsterList": [ + [ + 800101004, + 800101004, + 800303005, + 800102005, + 800102005 + ] + ] + }, + { + "Level": 48, + "StageID": 3040293, + "MonsterList": [ + [ + 800101004, + 800101004, + 800303005, + 800102005, + 800102005 + ] + ] + }, + { + "Level": 56, + "StageID": 3040294, + "MonsterList": [ + [ + 800101004, + 800101004, + 800303005, + 800102005, + 800102005 + ] + ] + }, + { + "Level": 66, + "StageID": 3040295, + "MonsterList": [ + [ + 800101004, + 800101004, + 800303005, + 800102005, + 800102005 + ] + ] + }, + { + "Level": 73, + "StageID": 3040296, + "MonsterList": [ + [ + 800101004, + 800101004, + 800303005, + 800102005, + 800102005 + ] + ] + }, + { + "Level": 24, + "StageID": 3040300, + "MonsterList": [ + [ + 102301004, + 800304004 + ] + ] + }, + { + "Level": 32, + "StageID": 3040301, + "MonsterList": [ + [ + 102301004, + 800304004 + ] + ] + }, + { + "Level": 40, + "StageID": 3040302, + "MonsterList": [ + [ + 102301004, + 800304004 + ] + ] + }, + { + "Level": 48, + "StageID": 3040303, + "MonsterList": [ + [ + 102301004, + 800304004 + ] + ] + }, + { + "Level": 56, + "StageID": 3040304, + "MonsterList": [ + [ + 102301004, + 800304004 + ] + ] + }, + { + "Level": 66, + "StageID": 3040305, + "MonsterList": [ + [ + 102301004, + 800304004 + ] + ] + }, + { + "Level": 76, + "StageID": 3040306, + "MonsterList": [ + [ + 102301004, + 800304004 + ] + ] + }, + { + "Level": 24, + "StageID": 3040310, + "MonsterList": [ + [ + 800301003, + 800301003 + ] + ] + }, + { + "Level": 32, + "StageID": 3040311, + "MonsterList": [ + [ + 800301003, + 800301003 + ] + ] + }, + { + "Level": 40, + "StageID": 3040312, + "MonsterList": [ + [ + 800301003, + 800301003 + ] + ] + }, + { + "Level": 48, + "StageID": 3040313, + "MonsterList": [ + [ + 800301003, + 800301003 + ] + ] + }, + { + "Level": 56, + "StageID": 3040314, + "MonsterList": [ + [ + 800301003, + 800301003 + ] + ] + }, + { + "Level": 66, + "StageID": 3040315, + "MonsterList": [ + [ + 800301003, + 800301003 + ] + ] + }, + { + "Level": 74, + "StageID": 3040316, + "MonsterList": [ + [ + 800301003, + 800301003 + ] + ] + }, + { + "Level": 24, + "StageID": 3040320, + "MonsterList": [ + [ + 800101004, + 800101004, + 800303005, + 800102005, + 800102005 + ] + ] + }, + { + "Level": 32, + "StageID": 3040321, + "MonsterList": [ + [ + 800101004, + 800101004, + 800303005, + 800102005, + 800102005 + ] + ] + }, + { + "Level": 40, + "StageID": 3040322, + "MonsterList": [ + [ + 800101004, + 800101004, + 800303005, + 800102005, + 800102005 + ] + ] + }, + { + "Level": 48, + "StageID": 3040323, + "MonsterList": [ + [ + 800101004, + 800101004, + 800303005, + 800102005, + 800102005 + ] + ] + }, + { + "Level": 56, + "StageID": 3040324, + "MonsterList": [ + [ + 800101004, + 800101004, + 800303005, + 800102005, + 800102005 + ] + ] + }, + { + "Level": 66, + "StageID": 3040325, + "MonsterList": [ + [ + 800101004, + 800101004, + 800303005, + 800102005, + 800102005 + ] + ] + }, + { + "Level": 73, + "StageID": 3040326, + "MonsterList": [ + [ + 800101004, + 800101004, + 800303005, + 800102005, + 800102005 + ] + ] + }, + { + "Level": 24, + "StageID": 3040330, + "MonsterList": [ + [ + 100204014, + 100205011, + 100203006, + 100205011 + ], + [ + 100204014, + 100301007, + 100205011 + ] + ] + }, + { + "Level": 32, + "StageID": 3040331, + "MonsterList": [ + [ + 100204014, + 100205011, + 100203006, + 100205011 + ], + [ + 100204014, + 100301007, + 100205011 + ] + ] + }, + { + "Level": 40, + "StageID": 3040332, + "MonsterList": [ + [ + 100204014, + 100205011, + 100203006, + 100205011 + ], + [ + 100204014, + 100301007, + 100205011 + ] + ] + }, + { + "Level": 48, + "StageID": 3040333, + "MonsterList": [ + [ + 100204014, + 100205011, + 100203006, + 100205011 + ], + [ + 100204014, + 100301007, + 100205011 + ] + ] + }, + { + "Level": 56, + "StageID": 3040334, + "MonsterList": [ + [ + 100204014, + 100205011, + 100203006, + 100205011 + ], + [ + 100204014, + 100301007, + 100205011 + ] + ] + }, + { + "Level": 66, + "StageID": 3040335, + "MonsterList": [ + [ + 100204014, + 100205011, + 100203006, + 100205011 + ], + [ + 100204014, + 100301007, + 100205011 + ] + ] + }, + { + "Level": 73, + "StageID": 3040336, + "MonsterList": [ + [ + 100204014, + 100205011, + 100203006, + 100205011 + ], + [ + 100204014, + 100301007, + 100205011 + ] + ] + }, + { + "Level": 24, + "StageID": 3040340, + "MonsterList": [ + [ + 101201005, + 100202007, + 101201005 + ], + [ + 101201005, + 100202007, + 101201005 + ] + ] + }, + { + "Level": 32, + "StageID": 3040341, + "MonsterList": [ + [ + 101201005, + 100202007, + 101201005 + ], + [ + 101201005, + 100202007, + 101201005 + ] + ] + }, + { + "Level": 40, + "StageID": 3040342, + "MonsterList": [ + [ + 101201005, + 100202007, + 101201005 + ], + [ + 101201005, + 100202007, + 101201005 + ] + ] + }, + { + "Level": 48, + "StageID": 3040343, + "MonsterList": [ + [ + 101201005, + 100202007, + 101201005 + ], + [ + 101201005, + 100202007, + 101201005 + ] + ] + }, + { + "Level": 56, + "StageID": 3040344, + "MonsterList": [ + [ + 101201005, + 100202007, + 101201005 + ], + [ + 101201005, + 100202007, + 101201005 + ] + ] + }, + { + "Level": 66, + "StageID": 3040345, + "MonsterList": [ + [ + 101201005, + 100202007, + 101201005 + ], + [ + 101201005, + 100202007, + 101201005 + ] + ] + }, + { + "Level": 73, + "StageID": 3040346, + "MonsterList": [ + [ + 101201005, + 100202007, + 101201005 + ], + [ + 101201005, + 100202007, + 101201005 + ] + ] + }, + { + "Level": 24, + "StageID": 3040350, + "MonsterList": [ + [ + 100204013, + 100202007, + 100203005, + 100202007, + 100204013 + ] + ] + }, + { + "Level": 32, + "StageID": 3040351, + "MonsterList": [ + [ + 100204013, + 100202007, + 100203005, + 100202007, + 100204013 + ] + ] + }, + { + "Level": 40, + "StageID": 3040352, + "MonsterList": [ + [ + 100204013, + 100202007, + 100203005, + 100202007, + 100204013 + ] + ] + }, + { + "Level": 48, + "StageID": 3040353, + "MonsterList": [ + [ + 100204013, + 100202007, + 100203005, + 100202007, + 100204013 + ] + ] + }, + { + "Level": 56, + "StageID": 3040354, + "MonsterList": [ + [ + 100204013, + 100202007, + 100203005, + 100202007, + 100204013 + ] + ] + }, + { + "Level": 66, + "StageID": 3040355, + "MonsterList": [ + [ + 100204013, + 100202007, + 100203005, + 100202007, + 100204013 + ] + ] + }, + { + "Level": 73, + "StageID": 3040356, + "MonsterList": [ + [ + 100204013, + 100202007, + 100203005, + 100202007, + 100204013 + ] + ] + }, + { + "Level": 24, + "StageID": 3040360, + "MonsterList": [ + [ + 101301011, + 101302010 + ] + ] + }, + { + "Level": 32, + "StageID": 3040361, + "MonsterList": [ + [ + 101301011, + 101302010 + ] + ] + }, + { + "Level": 40, + "StageID": 3040362, + "MonsterList": [ + [ + 101301011, + 101302010 + ] + ] + }, + { + "Level": 48, + "StageID": 3040363, + "MonsterList": [ + [ + 101301011, + 101302010 + ] + ] + }, + { + "Level": 56, + "StageID": 3040364, + "MonsterList": [ + [ + 101301011, + 101302010 + ] + ] + }, + { + "Level": 66, + "StageID": 3040365, + "MonsterList": [ + [ + 101301011, + 101302010 + ] + ] + }, + { + "Level": 73, + "StageID": 3040366, + "MonsterList": [ + [ + 101301011, + 101302010 + ] + ] + }, + { + "Level": 24, + "StageID": 3040370, + "MonsterList": [ + [ + 800101004, + 800302003, + 102202005 + ] + ] + }, + { + "Level": 32, + "StageID": 3040371, + "MonsterList": [ + [ + 800101004, + 800302003, + 102202005 + ] + ] + }, + { + "Level": 40, + "StageID": 3040372, + "MonsterList": [ + [ + 800101004, + 800302003, + 102202005 + ] + ] + }, + { + "Level": 48, + "StageID": 3040373, + "MonsterList": [ + [ + 800101004, + 800302003, + 102202005 + ] + ] + }, + { + "Level": 56, + "StageID": 3040374, + "MonsterList": [ + [ + 800101004, + 800302003, + 102202005 + ] + ] + }, + { + "Level": 66, + "StageID": 3040375, + "MonsterList": [ + [ + 800101004, + 800302003, + 102202005 + ] + ] + }, + { + "Level": 73, + "StageID": 3040376, + "MonsterList": [ + [ + 800101004, + 800302003, + 102202005 + ] + ] + }, + { + "Level": 24, + "StageID": 3040410, + "MonsterList": [ + [ + 800102004, + 800102004, + 800102004, + 800102004, + 800102004 + ] + ] + }, + { + "Level": 32, + "StageID": 3040411, + "MonsterList": [ + [ + 800102004, + 800102004, + 800102004, + 800102004, + 800102004 + ] + ] + }, + { + "Level": 40, + "StageID": 3040412, + "MonsterList": [ + [ + 800102004, + 800102004, + 800102004, + 800102004, + 800102004 + ] + ] + }, + { + "Level": 48, + "StageID": 3040413, + "MonsterList": [ + [ + 800102004, + 800102004, + 800102004, + 800102004, + 800102004 + ] + ] + }, + { + "Level": 56, + "StageID": 3040414, + "MonsterList": [ + [ + 800102004, + 800102004, + 800102004, + 800102004, + 800102004 + ] + ] + }, + { + "Level": 66, + "StageID": 3040415, + "MonsterList": [ + [ + 800102004, + 800102004, + 800102004, + 800102004, + 800102004 + ] + ] + }, + { + "Level": 73, + "StageID": 3040416, + "MonsterList": [ + [ + 800102004, + 800102004, + 800102004, + 800102004, + 800102004 + ] + ] + }, + { + "Level": 24, + "StageID": 3040420, + "MonsterList": [ + [ + 100205010, + 100204013, + 100205010 + ], + [ + 100204013, + 100205010, + 100204013 + ] + ] + }, + { + "Level": 32, + "StageID": 3040421, + "MonsterList": [ + [ + 100205010, + 100204013, + 100205010 + ], + [ + 100204013, + 100205010, + 100204013 + ] + ] + }, + { + "Level": 40, + "StageID": 3040422, + "MonsterList": [ + [ + 100205010, + 100204013, + 100205010 + ], + [ + 100204013, + 100205010, + 100204013 + ] + ] + }, + { + "Level": 48, + "StageID": 3040423, + "MonsterList": [ + [ + 100205010, + 100204013, + 100205010 + ], + [ + 100204013, + 100205010, + 100204013 + ] + ] + }, + { + "Level": 56, + "StageID": 3040424, + "MonsterList": [ + [ + 100205010, + 100204013, + 100205010 + ], + [ + 100204013, + 100205010, + 100204013 + ] + ] + }, + { + "Level": 66, + "StageID": 3040425, + "MonsterList": [ + [ + 100205010, + 100204013, + 100205010 + ], + [ + 100204013, + 100205010, + 100204013 + ] + ] + }, + { + "Level": 73, + "StageID": 3040426, + "MonsterList": [ + [ + 100205010, + 100204013, + 100205010 + ], + [ + 100204013, + 100205010, + 100204013 + ] + ] + }, + { + "Level": 24, + "StageID": 3040430, + "MonsterList": [ + [ + 101201005, + 101201005, + 101203007 + ], + [ + 101201005, + 101203007, + 101203007 + ] + ] + }, + { + "Level": 32, + "StageID": 3040431, + "MonsterList": [ + [ + 101201005, + 101201005, + 101203007 + ], + [ + 101201005, + 101203007, + 101203007 + ] + ] + }, + { + "Level": 40, + "StageID": 3040432, + "MonsterList": [ + [ + 101201005, + 101201005, + 101203007 + ], + [ + 101201005, + 101203007, + 101203007 + ] + ] + }, + { + "Level": 48, + "StageID": 3040433, + "MonsterList": [ + [ + 101201005, + 101201005, + 101203007 + ], + [ + 101201005, + 101203007, + 101203007 + ] + ] + }, + { + "Level": 56, + "StageID": 3040434, + "MonsterList": [ + [ + 101201005, + 101201005, + 101203007 + ], + [ + 101201005, + 101203007, + 101203007 + ] + ] + }, + { + "Level": 66, + "StageID": 3040435, + "MonsterList": [ + [ + 101201005, + 101201005, + 101203007 + ], + [ + 101201005, + 101203007, + 101203007 + ] + ] + }, + { + "Level": 73, + "StageID": 3040436, + "MonsterList": [ + [ + 101201005, + 101201005, + 101203007 + ], + [ + 101201005, + 101203007, + 101203007 + ] + ] + }, + { + "Level": 24, + "StageID": 3040440, + "MonsterList": [ + [ + 102202004, + 102202004 + ] + ] + }, + { + "Level": 32, + "StageID": 3040441, + "MonsterList": [ + [ + 102202004, + 102202004 + ] + ] + }, + { + "Level": 40, + "StageID": 3040442, + "MonsterList": [ + [ + 102202004, + 102202004 + ] + ] + }, + { + "Level": 48, + "StageID": 3040443, + "MonsterList": [ + [ + 102202004, + 102202004 + ] + ] + }, + { + "Level": 56, + "StageID": 3040444, + "MonsterList": [ + [ + 102202004, + 102202004 + ] + ] + }, + { + "Level": 66, + "StageID": 3040445, + "MonsterList": [ + [ + 102202004, + 102202004 + ] + ] + }, + { + "Level": 73, + "StageID": 3040446, + "MonsterList": [ + [ + 102202004, + 102202004 + ] + ] + }, + { + "Level": 24, + "StageID": 3040450, + "MonsterList": [ + [ + 102302001, + 102301003 + ] + ] + }, + { + "Level": 32, + "StageID": 3040451, + "MonsterList": [ + [ + 102302001, + 102301003 + ] + ] + }, + { + "Level": 40, + "StageID": 3040452, + "MonsterList": [ + [ + 102302001, + 102301003 + ] + ] + }, + { + "Level": 48, + "StageID": 3040453, + "MonsterList": [ + [ + 102302001, + 102301003 + ] + ] + }, + { + "Level": 56, + "StageID": 3040454, + "MonsterList": [ + [ + 102302001, + 102301003 + ] + ] + }, + { + "Level": 66, + "StageID": 3040455, + "MonsterList": [ + [ + 102302001, + 102301003 + ] + ] + }, + { + "Level": 73, + "StageID": 3040456, + "MonsterList": [ + [ + 102302001, + 102301003 + ] + ] + }, + { + "Level": 24, + "StageID": 3040460, + "MonsterList": [ + [ + 101301011, + 101302010 + ] + ] + }, + { + "Level": 32, + "StageID": 3040461, + "MonsterList": [ + [ + 101301011, + 101302010 + ] + ] + }, + { + "Level": 40, + "StageID": 3040462, + "MonsterList": [ + [ + 101301011, + 101302010 + ] + ] + }, + { + "Level": 48, + "StageID": 3040463, + "MonsterList": [ + [ + 101301011, + 101302010 + ] + ] + }, + { + "Level": 56, + "StageID": 3040464, + "MonsterList": [ + [ + 101301011, + 101302010 + ] + ] + }, + { + "Level": 66, + "StageID": 3040465, + "MonsterList": [ + [ + 101301011, + 101302010 + ] + ] + }, + { + "Level": 73, + "StageID": 3040466, + "MonsterList": [ + [ + 101301011, + 101302010 + ] + ] + }, + { + "Level": 24, + "StageID": 3040470, + "MonsterList": [ + [ + 800102005, + 800301003, + 102201004 + ] + ] + }, + { + "Level": 32, + "StageID": 3040471, + "MonsterList": [ + [ + 800102005, + 800301003, + 102201004 + ] + ] + }, + { + "Level": 40, + "StageID": 3040472, + "MonsterList": [ + [ + 800102005, + 800301003, + 102201004 + ] + ] + }, + { + "Level": 48, + "StageID": 3040473, + "MonsterList": [ + [ + 800102005, + 800301003, + 102201004 + ] + ] + }, + { + "Level": 56, + "StageID": 3040474, + "MonsterList": [ + [ + 800102005, + 800301003, + 102201004 + ] + ] + }, + { + "Level": 66, + "StageID": 3040475, + "MonsterList": [ + [ + 800102005, + 800301003, + 102201004 + ] + ] + }, + { + "Level": 73, + "StageID": 3040476, + "MonsterList": [ + [ + 800102005, + 800301003, + 102201004 + ] + ] + }, + { + "Level": 24, + "StageID": 3040480, + "MonsterList": [ + [ + 800101004, + 800302003, + 102202005 + ] + ] + }, + { + "Level": 32, + "StageID": 3040481, + "MonsterList": [ + [ + 800101004, + 800302003, + 102202005 + ] + ] + }, + { + "Level": 40, + "StageID": 3040482, + "MonsterList": [ + [ + 800101004, + 800302003, + 102202005 + ] + ] + }, + { + "Level": 48, + "StageID": 3040483, + "MonsterList": [ + [ + 800101004, + 800302003, + 102202005 + ] + ] + }, + { + "Level": 56, + "StageID": 3040484, + "MonsterList": [ + [ + 800101004, + 800302003, + 102202005 + ] + ] + }, + { + "Level": 66, + "StageID": 3040485, + "MonsterList": [ + [ + 800101004, + 800302003, + 102202005 + ] + ] + }, + { + "Level": 73, + "StageID": 3040486, + "MonsterList": [ + [ + 800101004, + 800302003, + 102202005 + ] + ] + }, + { + "Level": 24, + "StageID": 3040490, + "MonsterList": [ + [ + 800101004, + 800101004, + 800303005, + 800102005, + 800102005 + ] + ] + }, + { + "Level": 32, + "StageID": 3040491, + "MonsterList": [ + [ + 800101004, + 800101004, + 800303005, + 800102005, + 800102005 + ] + ] + }, + { + "Level": 40, + "StageID": 3040492, + "MonsterList": [ + [ + 800101004, + 800101004, + 800303005, + 800102005, + 800102005 + ] + ] + }, + { + "Level": 48, + "StageID": 3040493, + "MonsterList": [ + [ + 800101004, + 800101004, + 800303005, + 800102005, + 800102005 + ] + ] + }, + { + "Level": 56, + "StageID": 3040494, + "MonsterList": [ + [ + 800101004, + 800101004, + 800303005, + 800102005, + 800102005 + ] + ] + }, + { + "Level": 66, + "StageID": 3040495, + "MonsterList": [ + [ + 800101004, + 800101004, + 800303005, + 800102005, + 800102005 + ] + ] + }, + { + "Level": 73, + "StageID": 3040496, + "MonsterList": [ + [ + 800101004, + 800101004, + 800303005, + 800102005, + 800102005 + ] + ] + }, + { + "Level": 24, + "StageID": 3040500, + "MonsterList": [ + [ + 102302002, + 101302011 + ] + ] + }, + { + "Level": 32, + "StageID": 3040501, + "MonsterList": [ + [ + 102302002, + 101302011 + ] + ] + }, + { + "Level": 40, + "StageID": 3040502, + "MonsterList": [ + [ + 102302002, + 101302011 + ] + ] + }, + { + "Level": 48, + "StageID": 3040503, + "MonsterList": [ + [ + 102302002, + 101302011 + ] + ] + }, + { + "Level": 56, + "StageID": 3040504, + "MonsterList": [ + [ + 102302002, + 101302011 + ] + ] + }, + { + "Level": 66, + "StageID": 3040505, + "MonsterList": [ + [ + 102302002, + 101302011 + ] + ] + }, + { + "Level": 76, + "StageID": 3040506, + "MonsterList": [ + [ + 102302002, + 101302011 + ] + ] + }, + { + "Level": 24, + "StageID": 3040510, + "MonsterList": [ + [ + 100205010, + 100204013, + 100205010 + ], + [ + 100204013, + 100205010, + 100204013 + ] + ] + }, + { + "Level": 32, + "StageID": 3040511, + "MonsterList": [ + [ + 100205010, + 100204013, + 100205010 + ], + [ + 100204013, + 100205010, + 100204013 + ] + ] + }, + { + "Level": 40, + "StageID": 3040512, + "MonsterList": [ + [ + 100205010, + 100204013, + 100205010 + ], + [ + 100204013, + 100205010, + 100204013 + ] + ] + }, + { + "Level": 48, + "StageID": 3040513, + "MonsterList": [ + [ + 100205010, + 100204013, + 100205010 + ], + [ + 100204013, + 100205010, + 100204013 + ] + ] + }, + { + "Level": 56, + "StageID": 3040514, + "MonsterList": [ + [ + 100205010, + 100204013, + 100205010 + ], + [ + 100204013, + 100205010, + 100204013 + ] + ] + }, + { + "Level": 66, + "StageID": 3040515, + "MonsterList": [ + [ + 100205010, + 100204013, + 100205010 + ], + [ + 100204013, + 100205010, + 100204013 + ] + ] + }, + { + "Level": 73, + "StageID": 3040516, + "MonsterList": [ + [ + 100205010, + 100204013, + 100205010 + ], + [ + 100204013, + 100205010, + 100204013 + ] + ] + }, + { + "Level": 24, + "StageID": 3040520, + "MonsterList": [ + [ + 101301011, + 101302010 + ] + ] + }, + { + "Level": 32, + "StageID": 3040521, + "MonsterList": [ + [ + 101301011, + 101302010 + ] + ] + }, + { + "Level": 40, + "StageID": 3040522, + "MonsterList": [ + [ + 101301011, + 101302010 + ] + ] + }, + { + "Level": 48, + "StageID": 3040523, + "MonsterList": [ + [ + 101301011, + 101302010 + ] + ] + }, + { + "Level": 56, + "StageID": 3040524, + "MonsterList": [ + [ + 101301011, + 101302010 + ] + ] + }, + { + "Level": 66, + "StageID": 3040525, + "MonsterList": [ + [ + 101301011, + 101302010 + ] + ] + }, + { + "Level": 74, + "StageID": 3040526, + "MonsterList": [ + [ + 101301011, + 101302010 + ] + ] + }, + { + "Level": 24, + "StageID": 3040530, + "MonsterList": [ + [ + 101201005, + 101201005, + 101203007 + ], + [ + 101201005, + 101203007, + 101203007 + ] + ] + }, + { + "Level": 32, + "StageID": 3040531, + "MonsterList": [ + [ + 101201005, + 101201005, + 101203007 + ], + [ + 101201005, + 101203007, + 101203007 + ] + ] + }, + { + "Level": 40, + "StageID": 3040532, + "MonsterList": [ + [ + 101201005, + 101201005, + 101203007 + ], + [ + 101201005, + 101203007, + 101203007 + ] + ] + }, + { + "Level": 48, + "StageID": 3040533, + "MonsterList": [ + [ + 101201005, + 101201005, + 101203007 + ], + [ + 101201005, + 101203007, + 101203007 + ] + ] + }, + { + "Level": 56, + "StageID": 3040534, + "MonsterList": [ + [ + 101201005, + 101201005, + 101203007 + ], + [ + 101201005, + 101203007, + 101203007 + ] + ] + }, + { + "Level": 66, + "StageID": 3040535, + "MonsterList": [ + [ + 101201005, + 101201005, + 101203007 + ], + [ + 101201005, + 101203007, + 101203007 + ] + ] + }, + { + "Level": 73, + "StageID": 3040536, + "MonsterList": [ + [ + 101201005, + 101201005, + 101203007 + ], + [ + 101201005, + 101203007, + 101203007 + ] + ] + }, + { + "Level": 24, + "StageID": 3040540, + "MonsterList": [ + [ + 102302001, + 102301003 + ] + ] + }, + { + "Level": 32, + "StageID": 3040541, + "MonsterList": [ + [ + 102302001, + 102301003 + ] + ] + }, + { + "Level": 40, + "StageID": 3040542, + "MonsterList": [ + [ + 102302001, + 102301003 + ] + ] + }, + { + "Level": 48, + "StageID": 3040543, + "MonsterList": [ + [ + 102302001, + 102301003 + ] + ] + }, + { + "Level": 56, + "StageID": 3040544, + "MonsterList": [ + [ + 102302001, + 102301003 + ] + ] + }, + { + "Level": 66, + "StageID": 3040545, + "MonsterList": [ + [ + 102302001, + 102301003 + ] + ] + }, + { + "Level": 73, + "StageID": 3040546, + "MonsterList": [ + [ + 102302001, + 102301003 + ] + ] + }, + { + "Level": 24, + "StageID": 3040550, + "MonsterList": [ + [ + 800102005, + 800301003, + 102201004 + ] + ] + }, + { + "Level": 32, + "StageID": 3040551, + "MonsterList": [ + [ + 800102005, + 800301003, + 102201004 + ] + ] + }, + { + "Level": 40, + "StageID": 3040552, + "MonsterList": [ + [ + 800102005, + 800301003, + 102201004 + ] + ] + }, + { + "Level": 48, + "StageID": 3040553, + "MonsterList": [ + [ + 800102005, + 800301003, + 102201004 + ] + ] + }, + { + "Level": 56, + "StageID": 3040554, + "MonsterList": [ + [ + 800102005, + 800301003, + 102201004 + ] + ] + }, + { + "Level": 66, + "StageID": 3040555, + "MonsterList": [ + [ + 800102005, + 800301003, + 102201004 + ] + ] + }, + { + "Level": 73, + "StageID": 3040556, + "MonsterList": [ + [ + 800102005, + 800301003, + 102201004 + ] + ] + }, + { + "Level": 24, + "StageID": 3040560, + "MonsterList": [ + [ + 102202004, + 102202004 + ] + ] + }, + { + "Level": 32, + "StageID": 3040561, + "MonsterList": [ + [ + 102202004, + 102202004 + ] + ] + }, + { + "Level": 40, + "StageID": 3040562, + "MonsterList": [ + [ + 102202004, + 102202004 + ] + ] + }, + { + "Level": 48, + "StageID": 3040563, + "MonsterList": [ + [ + 102202004, + 102202004 + ] + ] + }, + { + "Level": 56, + "StageID": 3040564, + "MonsterList": [ + [ + 102202004, + 102202004 + ] + ] + }, + { + "Level": 66, + "StageID": 3040565, + "MonsterList": [ + [ + 102202004, + 102202004 + ] + ] + }, + { + "Level": 73, + "StageID": 3040566, + "MonsterList": [ + [ + 102202004, + 102202004 + ] + ] + }, + { + "Level": 24, + "StageID": 3040570, + "MonsterList": [ + [ + 800101004, + 800101004, + 800303005, + 800102005, + 800102005 + ] + ] + }, + { + "Level": 32, + "StageID": 3040571, + "MonsterList": [ + [ + 800101004, + 800101004, + 800303005, + 800102005, + 800102005 + ] + ] + }, + { + "Level": 40, + "StageID": 3040572, + "MonsterList": [ + [ + 800101004, + 800101004, + 800303005, + 800102005, + 800102005 + ] + ] + }, + { + "Level": 48, + "StageID": 3040573, + "MonsterList": [ + [ + 800101004, + 800101004, + 800303005, + 800102005, + 800102005 + ] + ] + }, + { + "Level": 56, + "StageID": 3040574, + "MonsterList": [ + [ + 800101004, + 800101004, + 800303005, + 800102005, + 800102005 + ] + ] + }, + { + "Level": 66, + "StageID": 3040575, + "MonsterList": [ + [ + 800101004, + 800101004, + 800303005, + 800102005, + 800102005 + ] + ] + }, + { + "Level": 73, + "StageID": 3040576, + "MonsterList": [ + [ + 800101004, + 800101004, + 800303005, + 800102005, + 800102005 + ] + ] + }, + { + "Level": 24, + "StageID": 3040580, + "MonsterList": [ + [ + 800102005, + 800301003, + 102201004 + ] + ] + }, + { + "Level": 32, + "StageID": 3040581, + "MonsterList": [ + [ + 800102005, + 800301003, + 102201004 + ] + ] + }, + { + "Level": 40, + "StageID": 3040582, + "MonsterList": [ + [ + 800102005, + 800301003, + 102201004 + ] + ] + }, + { + "Level": 48, + "StageID": 3040583, + "MonsterList": [ + [ + 800102005, + 800301003, + 102201004 + ] + ] + }, + { + "Level": 56, + "StageID": 3040584, + "MonsterList": [ + [ + 800102005, + 800301003, + 102201004 + ] + ] + }, + { + "Level": 66, + "StageID": 3040585, + "MonsterList": [ + [ + 800102005, + 800301003, + 102201004 + ] + ] + }, + { + "Level": 73, + "StageID": 3040586, + "MonsterList": [ + [ + 800102005, + 800301003, + 102201004 + ] + ] + }, + { + "Level": 24, + "StageID": 3040610, + "MonsterList": [ + [ + 800101003, + 800101003, + 800101003 + ], + [ + 800102004, + 800102004, + 800102004 + ] + ] + }, + { + "Level": 32, + "StageID": 3040611, + "MonsterList": [ + [ + 800101003, + 800101003, + 800101003 + ], + [ + 800102004, + 800102004, + 800102004 + ] + ] + }, + { + "Level": 40, + "StageID": 3040612, + "MonsterList": [ + [ + 800101003, + 800101003, + 800101003 + ], + [ + 800102004, + 800102004, + 800102004 + ] + ] + }, + { + "Level": 48, + "StageID": 3040613, + "MonsterList": [ + [ + 800101003, + 800101003, + 800101003 + ], + [ + 800102004, + 800102004, + 800102004 + ] + ] + }, + { + "Level": 56, + "StageID": 3040614, + "MonsterList": [ + [ + 800101003, + 800101003, + 800101003 + ], + [ + 800102004, + 800102004, + 800102004 + ] + ] + }, + { + "Level": 66, + "StageID": 3040615, + "MonsterList": [ + [ + 800101003, + 800101003, + 800101003 + ], + [ + 800102004, + 800102004, + 800102004 + ] + ] + }, + { + "Level": 73, + "StageID": 3040616, + "MonsterList": [ + [ + 800101003, + 800101003, + 800101003 + ], + [ + 800102004, + 800102004, + 800102004 + ] + ] + }, + { + "Level": 24, + "StageID": 3040620, + "MonsterList": [ + [ + 800102005, + 800301003, + 102201004 + ] + ] + }, + { + "Level": 32, + "StageID": 3040621, + "MonsterList": [ + [ + 800102005, + 800301003, + 102201004 + ] + ] + }, + { + "Level": 40, + "StageID": 3040622, + "MonsterList": [ + [ + 800102005, + 800301003, + 102201004 + ] + ] + }, + { + "Level": 48, + "StageID": 3040623, + "MonsterList": [ + [ + 800102005, + 800301003, + 102201004 + ] + ] + }, + { + "Level": 56, + "StageID": 3040624, + "MonsterList": [ + [ + 800102005, + 800301003, + 102201004 + ] + ] + }, + { + "Level": 66, + "StageID": 3040625, + "MonsterList": [ + [ + 800102005, + 800301003, + 102201004 + ] + ] + }, + { + "Level": 73, + "StageID": 3040626, + "MonsterList": [ + [ + 800102005, + 800301003, + 102201004 + ] + ] + }, + { + "Level": 24, + "StageID": 3040630, + "MonsterList": [ + [ + 100204014, + 100205011, + 100203006, + 100205011 + ], + [ + 100204014, + 100301007, + 100205011 + ] + ] + }, + { + "Level": 32, + "StageID": 3040631, + "MonsterList": [ + [ + 100204014, + 100205011, + 100203006, + 100205011 + ], + [ + 100204014, + 100301007, + 100205011 + ] + ] + }, + { + "Level": 40, + "StageID": 3040632, + "MonsterList": [ + [ + 100204014, + 100205011, + 100203006, + 100205011 + ], + [ + 100204014, + 100301007, + 100205011 + ] + ] + }, + { + "Level": 48, + "StageID": 3040633, + "MonsterList": [ + [ + 100204014, + 100205011, + 100203006, + 100205011 + ], + [ + 100204014, + 100301007, + 100205011 + ] + ] + }, + { + "Level": 56, + "StageID": 3040634, + "MonsterList": [ + [ + 100204014, + 100205011, + 100203006, + 100205011 + ], + [ + 100204014, + 100301007, + 100205011 + ] + ] + }, + { + "Level": 66, + "StageID": 3040635, + "MonsterList": [ + [ + 100204014, + 100205011, + 100203006, + 100205011 + ], + [ + 100204014, + 100301007, + 100205011 + ] + ] + }, + { + "Level": 73, + "StageID": 3040636, + "MonsterList": [ + [ + 100204014, + 100205011, + 100203006, + 100205011 + ], + [ + 100204014, + 100301007, + 100205011 + ] + ] + }, + { + "Level": 24, + "StageID": 3040640, + "MonsterList": [ + [ + 800101004, + 800101004, + 800303005, + 800102005, + 800102005 + ] + ] + }, + { + "Level": 32, + "StageID": 3040641, + "MonsterList": [ + [ + 800101004, + 800101004, + 800303005, + 800102005, + 800102005 + ] + ] + }, + { + "Level": 40, + "StageID": 3040642, + "MonsterList": [ + [ + 800101004, + 800101004, + 800303005, + 800102005, + 800102005 + ] + ] + }, + { + "Level": 48, + "StageID": 3040643, + "MonsterList": [ + [ + 800101004, + 800101004, + 800303005, + 800102005, + 800102005 + ] + ] + }, + { + "Level": 56, + "StageID": 3040644, + "MonsterList": [ + [ + 800101004, + 800101004, + 800303005, + 800102005, + 800102005 + ] + ] + }, + { + "Level": 66, + "StageID": 3040645, + "MonsterList": [ + [ + 800101004, + 800101004, + 800303005, + 800102005, + 800102005 + ] + ] + }, + { + "Level": 74, + "StageID": 3040646, + "MonsterList": [ + [ + 800101004, + 800101004, + 800303005, + 800102005, + 800102005 + ] + ] + }, + { + "Level": 24, + "StageID": 3040650, + "MonsterList": [ + [ + 100205010, + 100204013, + 100205010 + ], + [ + 100204013, + 100205010, + 100204013 + ] + ] + }, + { + "Level": 32, + "StageID": 3040651, + "MonsterList": [ + [ + 100205010, + 100204013, + 100205010 + ], + [ + 100204013, + 100205010, + 100204013 + ] + ] + }, + { + "Level": 40, + "StageID": 3040652, + "MonsterList": [ + [ + 100205010, + 100204013, + 100205010 + ], + [ + 100204013, + 100205010, + 100204013 + ] + ] + }, + { + "Level": 48, + "StageID": 3040653, + "MonsterList": [ + [ + 100205010, + 100204013, + 100205010 + ], + [ + 100204013, + 100205010, + 100204013 + ] + ] + }, + { + "Level": 56, + "StageID": 3040654, + "MonsterList": [ + [ + 100205010, + 100204013, + 100205010 + ], + [ + 100204013, + 100205010, + 100204013 + ] + ] + }, + { + "Level": 66, + "StageID": 3040655, + "MonsterList": [ + [ + 100205010, + 100204013, + 100205010 + ], + [ + 100204013, + 100205010, + 100204013 + ] + ] + }, + { + "Level": 73, + "StageID": 3040656, + "MonsterList": [ + [ + 100205010, + 100204013, + 100205010 + ], + [ + 100204013, + 100205010, + 100204013 + ] + ] + }, + { + "Level": 24, + "StageID": 3040660, + "MonsterList": [ + [ + 100204014, + 100205011, + 100203006, + 100205011 + ], + [ + 100204014, + 100301007, + 100205011 + ] + ] + }, + { + "Level": 32, + "StageID": 3040661, + "MonsterList": [ + [ + 100204014, + 100205011, + 100203006, + 100205011 + ], + [ + 100204014, + 100301007, + 100205011 + ] + ] + }, + { + "Level": 40, + "StageID": 3040662, + "MonsterList": [ + [ + 100204014, + 100205011, + 100203006, + 100205011 + ], + [ + 100204014, + 100301007, + 100205011 + ] + ] + }, + { + "Level": 48, + "StageID": 3040663, + "MonsterList": [ + [ + 100204014, + 100205011, + 100203006, + 100205011 + ], + [ + 100204014, + 100301007, + 100205011 + ] + ] + }, + { + "Level": 56, + "StageID": 3040664, + "MonsterList": [ + [ + 100204014, + 100205011, + 100203006, + 100205011 + ], + [ + 100204014, + 100301007, + 100205011 + ] + ] + }, + { + "Level": 66, + "StageID": 3040665, + "MonsterList": [ + [ + 100204014, + 100205011, + 100203006, + 100205011 + ], + [ + 100204014, + 100301007, + 100205011 + ] + ] + }, + { + "Level": 73, + "StageID": 3040666, + "MonsterList": [ + [ + 100204014, + 100205011, + 100203006, + 100205011 + ], + [ + 100204014, + 100301007, + 100205011 + ] + ] + }, + { + "Level": 24, + "StageID": 3040670, + "MonsterList": [ + [ + 102201004, + 800304003, + 102202005 + ] + ] + }, + { + "Level": 32, + "StageID": 3040671, + "MonsterList": [ + [ + 102201004, + 800304003, + 102202005 + ] + ] + }, + { + "Level": 40, + "StageID": 3040672, + "MonsterList": [ + [ + 102201004, + 800304003, + 102202005 + ] + ] + }, + { + "Level": 48, + "StageID": 3040673, + "MonsterList": [ + [ + 102201004, + 800304003, + 102202005 + ] + ] + }, + { + "Level": 56, + "StageID": 3040674, + "MonsterList": [ + [ + 102201004, + 800304003, + 102202005 + ] + ] + }, + { + "Level": 66, + "StageID": 3040675, + "MonsterList": [ + [ + 102201004, + 800304003, + 102202005 + ] + ] + }, + { + "Level": 73, + "StageID": 3040676, + "MonsterList": [ + [ + 102201004, + 800304003, + 102202005 + ] + ] + }, + { + "Level": 24, + "StageID": 3040680, + "MonsterList": [ + [ + 100202008, + 101301011, + 100202008 + ] + ] + }, + { + "Level": 32, + "StageID": 3040681, + "MonsterList": [ + [ + 100202008, + 101301011, + 100202008 + ] + ] + }, + { + "Level": 40, + "StageID": 3040682, + "MonsterList": [ + [ + 100202008, + 101301011, + 100202008 + ] + ] + }, + { + "Level": 48, + "StageID": 3040683, + "MonsterList": [ + [ + 100202008, + 101301011, + 100202008 + ] + ] + }, + { + "Level": 56, + "StageID": 3040684, + "MonsterList": [ + [ + 100202008, + 101301011, + 100202008 + ] + ] + }, + { + "Level": 66, + "StageID": 3040685, + "MonsterList": [ + [ + 100202008, + 101301011, + 100202008 + ] + ] + }, + { + "Level": 73, + "StageID": 3040686, + "MonsterList": [ + [ + 100202008, + 101301011, + 100202008 + ] + ] + }, + { + "Level": 24, + "StageID": 3040690, + "MonsterList": [ + [ + 101201005, + 100202007, + 101201005 + ], + [ + 101201005, + 100202007, + 101201005 + ] + ] + }, + { + "Level": 32, + "StageID": 3040691, + "MonsterList": [ + [ + 101201005, + 100202007, + 101201005 + ], + [ + 101201005, + 100202007, + 101201005 + ] + ] + }, + { + "Level": 40, + "StageID": 3040692, + "MonsterList": [ + [ + 101201005, + 100202007, + 101201005 + ], + [ + 101201005, + 100202007, + 101201005 + ] + ] + }, + { + "Level": 48, + "StageID": 3040693, + "MonsterList": [ + [ + 101201005, + 100202007, + 101201005 + ], + [ + 101201005, + 100202007, + 101201005 + ] + ] + }, + { + "Level": 56, + "StageID": 3040694, + "MonsterList": [ + [ + 101201005, + 100202007, + 101201005 + ], + [ + 101201005, + 100202007, + 101201005 + ] + ] + }, + { + "Level": 66, + "StageID": 3040695, + "MonsterList": [ + [ + 101201005, + 100202007, + 101201005 + ], + [ + 101201005, + 100202007, + 101201005 + ] + ] + }, + { + "Level": 73, + "StageID": 3040696, + "MonsterList": [ + [ + 101201005, + 100202007, + 101201005 + ], + [ + 101201005, + 100202007, + 101201005 + ] + ] + }, + { + "Level": 24, + "StageID": 3040700, + "MonsterList": [ + [ + 102201004, + 102202004, + 102201004 + ], + [ + 102202004, + 102202004 + ] + ] + }, + { + "Level": 32, + "StageID": 3040701, + "MonsterList": [ + [ + 102201004, + 102202004, + 102201004 + ], + [ + 102202004, + 102202004 + ] + ] + }, + { + "Level": 40, + "StageID": 3040702, + "MonsterList": [ + [ + 102201004, + 102202004, + 102201004 + ], + [ + 102202004, + 102202004 + ] + ] + }, + { + "Level": 48, + "StageID": 3040703, + "MonsterList": [ + [ + 102201004, + 102202004, + 102201004 + ], + [ + 102202004, + 102202004 + ] + ] + }, + { + "Level": 56, + "StageID": 3040704, + "MonsterList": [ + [ + 102201004, + 102202004, + 102201004 + ], + [ + 102202004, + 102202004 + ] + ] + }, + { + "Level": 66, + "StageID": 3040705, + "MonsterList": [ + [ + 102201004, + 102202004, + 102201004 + ], + [ + 102202004, + 102202004 + ] + ] + }, + { + "Level": 73, + "StageID": 3040706, + "MonsterList": [ + [ + 102201004, + 102202004, + 102201004 + ], + [ + 102202004, + 102202004 + ] + ] + }, + { + "Level": 24, + "StageID": 3040710, + "MonsterList": [ + [ + 800101004, + 800302003, + 102202005 + ] + ] + }, + { + "Level": 32, + "StageID": 3040711, + "MonsterList": [ + [ + 800101004, + 800302003, + 102202005 + ] + ] + }, + { + "Level": 40, + "StageID": 3040712, + "MonsterList": [ + [ + 800101004, + 800302003, + 102202005 + ] + ] + }, + { + "Level": 48, + "StageID": 3040713, + "MonsterList": [ + [ + 800101004, + 800302003, + 102202005 + ] + ] + }, + { + "Level": 56, + "StageID": 3040714, + "MonsterList": [ + [ + 800101004, + 800302003, + 102202005 + ] + ] + }, + { + "Level": 66, + "StageID": 3040715, + "MonsterList": [ + [ + 800101004, + 800302003, + 102202005 + ] + ] + }, + { + "Level": 73, + "StageID": 3040716, + "MonsterList": [ + [ + 800101004, + 800302003, + 102202005 + ] + ] + }, + { + "Level": 24, + "StageID": 3040720, + "MonsterList": [ + [ + 800303006, + 800301004 + ] + ] + }, + { + "Level": 32, + "StageID": 3040721, + "MonsterList": [ + [ + 800303006, + 800301004 + ] + ] + }, + { + "Level": 40, + "StageID": 3040722, + "MonsterList": [ + [ + 800303006, + 800301004 + ] + ] + }, + { + "Level": 48, + "StageID": 3040723, + "MonsterList": [ + [ + 800303006, + 800301004 + ] + ] + }, + { + "Level": 56, + "StageID": 3040724, + "MonsterList": [ + [ + 800303006, + 800301004 + ] + ] + }, + { + "Level": 66, + "StageID": 3040725, + "MonsterList": [ + [ + 800303006, + 800301004 + ] + ] + }, + { + "Level": 76, + "StageID": 3040726, + "MonsterList": [ + [ + 800303006, + 800301004 + ] + ] + }, + { + "Level": 24, + "StageID": 3040730, + "MonsterList": [ + [ + 100204014, + 100205011, + 100203006, + 100205011 + ], + [ + 100204014, + 100301007, + 100205011 + ] + ] + }, + { + "Level": 32, + "StageID": 3040731, + "MonsterList": [ + [ + 100204014, + 100205011, + 100203006, + 100205011 + ], + [ + 100204014, + 100301007, + 100205011 + ] + ] + }, + { + "Level": 40, + "StageID": 3040732, + "MonsterList": [ + [ + 100204014, + 100205011, + 100203006, + 100205011 + ], + [ + 100204014, + 100301007, + 100205011 + ] + ] + }, + { + "Level": 48, + "StageID": 3040733, + "MonsterList": [ + [ + 100204014, + 100205011, + 100203006, + 100205011 + ], + [ + 100204014, + 100301007, + 100205011 + ] + ] + }, + { + "Level": 56, + "StageID": 3040734, + "MonsterList": [ + [ + 100204014, + 100205011, + 100203006, + 100205011 + ], + [ + 100204014, + 100301007, + 100205011 + ] + ] + }, + { + "Level": 66, + "StageID": 3040735, + "MonsterList": [ + [ + 100204014, + 100205011, + 100203006, + 100205011 + ], + [ + 100204014, + 100301007, + 100205011 + ] + ] + }, + { + "Level": 73, + "StageID": 3040736, + "MonsterList": [ + [ + 100204014, + 100205011, + 100203006, + 100205011 + ], + [ + 100204014, + 100301007, + 100205011 + ] + ] + }, + { + "Level": 24, + "StageID": 3040810, + "MonsterList": [ + [ + 102202004, + 102202004 + ] + ] + }, + { + "Level": 32, + "StageID": 3040811, + "MonsterList": [ + [ + 102202004, + 102202004 + ] + ] + }, + { + "Level": 40, + "StageID": 3040812, + "MonsterList": [ + [ + 102202004, + 102202004 + ] + ] + }, + { + "Level": 48, + "StageID": 3040813, + "MonsterList": [ + [ + 102202004, + 102202004 + ] + ] + }, + { + "Level": 56, + "StageID": 3040814, + "MonsterList": [ + [ + 102202004, + 102202004 + ] + ] + }, + { + "Level": 66, + "StageID": 3040815, + "MonsterList": [ + [ + 102202004, + 102202004 + ] + ] + }, + { + "Level": 73, + "StageID": 3040816, + "MonsterList": [ + [ + 102202004, + 102202004 + ] + ] + }, + { + "Level": 24, + "StageID": 3040820, + "MonsterList": [ + [ + 101301011, + 101302010 + ] + ] + }, + { + "Level": 32, + "StageID": 3040821, + "MonsterList": [ + [ + 101301011, + 101302010 + ] + ] + }, + { + "Level": 40, + "StageID": 3040822, + "MonsterList": [ + [ + 101301011, + 101302010 + ] + ] + }, + { + "Level": 48, + "StageID": 3040823, + "MonsterList": [ + [ + 101301011, + 101302010 + ] + ] + }, + { + "Level": 56, + "StageID": 3040824, + "MonsterList": [ + [ + 101301011, + 101302010 + ] + ] + }, + { + "Level": 66, + "StageID": 3040825, + "MonsterList": [ + [ + 101301011, + 101302010 + ] + ] + }, + { + "Level": 73, + "StageID": 3040826, + "MonsterList": [ + [ + 101301011, + 101302010 + ] + ] + }, + { + "Level": 24, + "StageID": 3040830, + "MonsterList": [ + [ + 100204014, + 100205011, + 100203006, + 100205011 + ], + [ + 100204014, + 100301007, + 100205011 + ] + ] + }, + { + "Level": 32, + "StageID": 3040831, + "MonsterList": [ + [ + 100204014, + 100205011, + 100203006, + 100205011 + ], + [ + 100204014, + 100301007, + 100205011 + ] + ] + }, + { + "Level": 40, + "StageID": 3040832, + "MonsterList": [ + [ + 100204014, + 100205011, + 100203006, + 100205011 + ], + [ + 100204014, + 100301007, + 100205011 + ] + ] + }, + { + "Level": 48, + "StageID": 3040833, + "MonsterList": [ + [ + 100204014, + 100205011, + 100203006, + 100205011 + ], + [ + 100204014, + 100301007, + 100205011 + ] + ] + }, + { + "Level": 56, + "StageID": 3040834, + "MonsterList": [ + [ + 100204014, + 100205011, + 100203006, + 100205011 + ], + [ + 100204014, + 100301007, + 100205011 + ] + ] + }, + { + "Level": 66, + "StageID": 3040835, + "MonsterList": [ + [ + 100204014, + 100205011, + 100203006, + 100205011 + ], + [ + 100204014, + 100301007, + 100205011 + ] + ] + }, + { + "Level": 73, + "StageID": 3040836, + "MonsterList": [ + [ + 100204014, + 100205011, + 100203006, + 100205011 + ], + [ + 100204014, + 100301007, + 100205011 + ] + ] + }, + { + "Level": 24, + "StageID": 3040840, + "MonsterList": [ + [ + 102201004, + 800304003, + 102202005 + ] + ] + }, + { + "Level": 32, + "StageID": 3040841, + "MonsterList": [ + [ + 102201004, + 800304003, + 102202005 + ] + ] + }, + { + "Level": 40, + "StageID": 3040842, + "MonsterList": [ + [ + 102201004, + 800304003, + 102202005 + ] + ] + }, + { + "Level": 48, + "StageID": 3040843, + "MonsterList": [ + [ + 102201004, + 800304003, + 102202005 + ] + ] + }, + { + "Level": 56, + "StageID": 3040844, + "MonsterList": [ + [ + 102201004, + 800304003, + 102202005 + ] + ] + }, + { + "Level": 66, + "StageID": 3040845, + "MonsterList": [ + [ + 102201004, + 800304003, + 102202005 + ] + ] + }, + { + "Level": 74, + "StageID": 3040846, + "MonsterList": [ + [ + 102201004, + 800304003, + 102202005 + ] + ] + }, + { + "Level": 24, + "StageID": 3040850, + "MonsterList": [ + [ + 100204013, + 100202007, + 100204013 + ], + [ + 100202007, + 100204013, + 100202007 + ] + ] + }, + { + "Level": 32, + "StageID": 3040851, + "MonsterList": [ + [ + 100204013, + 100202007, + 100204013 + ], + [ + 100202007, + 100204013, + 100202007 + ] + ] + }, + { + "Level": 40, + "StageID": 3040852, + "MonsterList": [ + [ + 100204013, + 100202007, + 100204013 + ], + [ + 100202007, + 100204013, + 100202007 + ] + ] + }, + { + "Level": 48, + "StageID": 3040853, + "MonsterList": [ + [ + 100204013, + 100202007, + 100204013 + ], + [ + 100202007, + 100204013, + 100202007 + ] + ] + }, + { + "Level": 56, + "StageID": 3040854, + "MonsterList": [ + [ + 100204013, + 100202007, + 100204013 + ], + [ + 100202007, + 100204013, + 100202007 + ] + ] + }, + { + "Level": 66, + "StageID": 3040855, + "MonsterList": [ + [ + 100204013, + 100202007, + 100204013 + ], + [ + 100202007, + 100204013, + 100202007 + ] + ] + }, + { + "Level": 73, + "StageID": 3040856, + "MonsterList": [ + [ + 100204013, + 100202007, + 100204013 + ], + [ + 100202007, + 100204013, + 100202007 + ] + ] + }, + { + "Level": 24, + "StageID": 3040860, + "MonsterList": [ + [ + 102201004, + 102202004, + 102201004 + ], + [ + 102202004, + 102202004 + ] + ] + }, + { + "Level": 32, + "StageID": 3040861, + "MonsterList": [ + [ + 102201004, + 102202004, + 102201004 + ], + [ + 102202004, + 102202004 + ] + ] + }, + { + "Level": 40, + "StageID": 3040862, + "MonsterList": [ + [ + 102201004, + 102202004, + 102201004 + ], + [ + 102202004, + 102202004 + ] + ] + }, + { + "Level": 48, + "StageID": 3040863, + "MonsterList": [ + [ + 102201004, + 102202004, + 102201004 + ], + [ + 102202004, + 102202004 + ] + ] + }, + { + "Level": 56, + "StageID": 3040864, + "MonsterList": [ + [ + 102201004, + 102202004, + 102201004 + ], + [ + 102202004, + 102202004 + ] + ] + }, + { + "Level": 66, + "StageID": 3040865, + "MonsterList": [ + [ + 102201004, + 102202004, + 102201004 + ], + [ + 102202004, + 102202004 + ] + ] + }, + { + "Level": 73, + "StageID": 3040866, + "MonsterList": [ + [ + 102201004, + 102202004, + 102201004 + ], + [ + 102202004, + 102202004 + ] + ] + }, + { + "Level": 24, + "StageID": 3040870, + "MonsterList": [ + [ + 800101004, + 800101004, + 800303005, + 800102005, + 800102005 + ] + ] + }, + { + "Level": 32, + "StageID": 3040871, + "MonsterList": [ + [ + 800101004, + 800101004, + 800303005, + 800102005, + 800102005 + ] + ] + }, + { + "Level": 40, + "StageID": 3040872, + "MonsterList": [ + [ + 800101004, + 800101004, + 800303005, + 800102005, + 800102005 + ] + ] + }, + { + "Level": 48, + "StageID": 3040873, + "MonsterList": [ + [ + 800101004, + 800101004, + 800303005, + 800102005, + 800102005 + ] + ] + }, + { + "Level": 56, + "StageID": 3040874, + "MonsterList": [ + [ + 800101004, + 800101004, + 800303005, + 800102005, + 800102005 + ] + ] + }, + { + "Level": 66, + "StageID": 3040875, + "MonsterList": [ + [ + 800101004, + 800101004, + 800303005, + 800102005, + 800102005 + ] + ] + }, + { + "Level": 73, + "StageID": 3040876, + "MonsterList": [ + [ + 800101004, + 800101004, + 800303005, + 800102005, + 800102005 + ] + ] + }, + { + "Level": 24, + "StageID": 3040880, + "MonsterList": [ + [ + 800101004, + 800302003, + 102202005 + ] + ] + }, + { + "Level": 32, + "StageID": 3040881, + "MonsterList": [ + [ + 800101004, + 800302003, + 102202005 + ] + ] + }, + { + "Level": 40, + "StageID": 3040882, + "MonsterList": [ + [ + 800101004, + 800302003, + 102202005 + ] + ] + }, + { + "Level": 48, + "StageID": 3040883, + "MonsterList": [ + [ + 800101004, + 800302003, + 102202005 + ] + ] + }, + { + "Level": 56, + "StageID": 3040884, + "MonsterList": [ + [ + 800101004, + 800302003, + 102202005 + ] + ] + }, + { + "Level": 66, + "StageID": 3040885, + "MonsterList": [ + [ + 800101004, + 800302003, + 102202005 + ] + ] + }, + { + "Level": 73, + "StageID": 3040886, + "MonsterList": [ + [ + 800101004, + 800302003, + 102202005 + ] + ] + }, + { + "Level": 24, + "StageID": 3040890, + "MonsterList": [ + [ + 101202105, + 100203005, + 101202105, + 100203005, + 101202105 + ] + ] + }, + { + "Level": 32, + "StageID": 3040891, + "MonsterList": [ + [ + 101202105, + 100203005, + 101202105, + 100203005, + 101202105 + ] + ] + }, + { + "Level": 40, + "StageID": 3040892, + "MonsterList": [ + [ + 101202105, + 100203005, + 101202105, + 100203005, + 101202105 + ] + ] + }, + { + "Level": 48, + "StageID": 3040893, + "MonsterList": [ + [ + 101202105, + 100203005, + 101202105, + 100203005, + 101202105 + ] + ] + }, + { + "Level": 56, + "StageID": 3040894, + "MonsterList": [ + [ + 101202105, + 100203005, + 101202105, + 100203005, + 101202105 + ] + ] + }, + { + "Level": 66, + "StageID": 3040895, + "MonsterList": [ + [ + 101202105, + 100203005, + 101202105, + 100203005, + 101202105 + ] + ] + }, + { + "Level": 73, + "StageID": 3040896, + "MonsterList": [ + [ + 101202105, + 100203005, + 101202105, + 100203005, + 101202105 + ] + ] + }, + { + "Level": 24, + "StageID": 3040900, + "MonsterList": [ + [ + 102201004, + 800304003, + 102202005 + ] + ] + }, + { + "Level": 32, + "StageID": 3040901, + "MonsterList": [ + [ + 102201004, + 800304003, + 102202005 + ] + ] + }, + { + "Level": 40, + "StageID": 3040902, + "MonsterList": [ + [ + 102201004, + 800304003, + 102202005 + ] + ] + }, + { + "Level": 48, + "StageID": 3040903, + "MonsterList": [ + [ + 102201004, + 800304003, + 102202005 + ] + ] + }, + { + "Level": 56, + "StageID": 3040904, + "MonsterList": [ + [ + 102201004, + 800304003, + 102202005 + ] + ] + }, + { + "Level": 66, + "StageID": 3040905, + "MonsterList": [ + [ + 102201004, + 800304003, + 102202005 + ] + ] + }, + { + "Level": 73, + "StageID": 3040906, + "MonsterList": [ + [ + 102201004, + 800304003, + 102202005 + ] + ] + }, + { + "Level": 24, + "StageID": 3040910, + "MonsterList": [ + [ + 800102005, + 800301003, + 102201004 + ] + ] + }, + { + "Level": 32, + "StageID": 3040911, + "MonsterList": [ + [ + 800102005, + 800301003, + 102201004 + ] + ] + }, + { + "Level": 40, + "StageID": 3040912, + "MonsterList": [ + [ + 800102005, + 800301003, + 102201004 + ] + ] + }, + { + "Level": 48, + "StageID": 3040913, + "MonsterList": [ + [ + 800102005, + 800301003, + 102201004 + ] + ] + }, + { + "Level": 56, + "StageID": 3040914, + "MonsterList": [ + [ + 800102005, + 800301003, + 102201004 + ] + ] + }, + { + "Level": 66, + "StageID": 3040915, + "MonsterList": [ + [ + 800102005, + 800301003, + 102201004 + ] + ] + }, + { + "Level": 73, + "StageID": 3040916, + "MonsterList": [ + [ + 800102005, + 800301003, + 102201004 + ] + ] + }, + { + "Level": 24, + "StageID": 3040920, + "MonsterList": [ + [ + 101301011, + 101302010 + ] + ] + }, + { + "Level": 32, + "StageID": 3040921, + "MonsterList": [ + [ + 101301011, + 101302010 + ] + ] + }, + { + "Level": 40, + "StageID": 3040922, + "MonsterList": [ + [ + 101301011, + 101302010 + ] + ] + }, + { + "Level": 48, + "StageID": 3040923, + "MonsterList": [ + [ + 101301011, + 101302010 + ] + ] + }, + { + "Level": 56, + "StageID": 3040924, + "MonsterList": [ + [ + 101301011, + 101302010 + ] + ] + }, + { + "Level": 66, + "StageID": 3040925, + "MonsterList": [ + [ + 101301011, + 101302010 + ] + ] + }, + { + "Level": 73, + "StageID": 3040926, + "MonsterList": [ + [ + 101301011, + 101302010 + ] + ] + }, + { + "Level": 24, + "StageID": 3040930, + "MonsterList": [ + [ + 101401005 + ] + ] + }, + { + "Level": 32, + "StageID": 3040931, + "MonsterList": [ + [ + 101401005 + ] + ] + }, + { + "Level": 40, + "StageID": 3040932, + "MonsterList": [ + [ + 101401005 + ] + ] + }, + { + "Level": 48, + "StageID": 3040933, + "MonsterList": [ + [ + 101401005 + ] + ] + }, + { + "Level": 56, + "StageID": 3040934, + "MonsterList": [ + [ + 101401005 + ] + ] + }, + { + "Level": 66, + "StageID": 3040935, + "MonsterList": [ + [ + 101401005 + ] + ] + }, + { + "Level": 76, + "StageID": 3040936, + "MonsterList": [ + [ + 101401005 + ] + ] + }, + { + "Level": 15, + "StageID": 3050010, + "MonsterList": [ + [ + 800204001 + ] + ] + }, + { + "Level": 30, + "StageID": 3050011, + "MonsterList": [ + [ + 800204001 + ] + ] + }, + { + "Level": 40, + "StageID": 3050012, + "MonsterList": [ + [ + 800204001 + ] + ] + }, + { + "Level": 50, + "StageID": 3050013, + "MonsterList": [ + [ + 800204001 + ] + ] + }, + { + "Level": 60, + "StageID": 3050014, + "MonsterList": [ + [ + 800204001 + ] + ] + }, + { + "Level": 70, + "StageID": 3050015, + "MonsterList": [ + [ + 800204001 + ] + ] + }, + { + "Level": 75, + "StageID": 3050016, + "MonsterList": [ + [ + 800204001 + ] + ] + }, + { + "Level": 15, + "StageID": 3050020, + "MonsterList": [ + [ + 8001010, + 800204001, + 8001010 + ] + ] + }, + { + "Level": 30, + "StageID": 3050021, + "MonsterList": [ + [ + 8001010, + 800204001, + 8001010 + ] + ] + }, + { + "Level": 40, + "StageID": 3050022, + "MonsterList": [ + [ + 8001010, + 800204001, + 8001010 + ] + ] + }, + { + "Level": 50, + "StageID": 3050023, + "MonsterList": [ + [ + 8001010, + 800204001, + 8001010 + ] + ] + }, + { + "Level": 60, + "StageID": 3050024, + "MonsterList": [ + [ + 8001010, + 800204001, + 8001010 + ] + ] + }, + { + "Level": 70, + "StageID": 3050025, + "MonsterList": [ + [ + 8001010, + 800204001, + 8001010 + ] + ] + }, + { + "Level": 75, + "StageID": 3050026, + "MonsterList": [ + [ + 8001010, + 800204001, + 8001010 + ] + ] + }, + { + "Level": 15, + "StageID": 3050030, + "MonsterList": [ + [ + 1012030, + 800204001, + 1012030 + ] + ] + }, + { + "Level": 30, + "StageID": 3050031, + "MonsterList": [ + [ + 1012030, + 800204001, + 1012030 + ] + ] + }, + { + "Level": 40, + "StageID": 3050032, + "MonsterList": [ + [ + 1012030, + 800204001, + 1012030 + ] + ] + }, + { + "Level": 50, + "StageID": 3050033, + "MonsterList": [ + [ + 1012030, + 800204001, + 1012030 + ] + ] + }, + { + "Level": 60, + "StageID": 3050034, + "MonsterList": [ + [ + 1012030, + 800204001, + 1012030 + ] + ] + }, + { + "Level": 70, + "StageID": 3050035, + "MonsterList": [ + [ + 1012030, + 800204001, + 1012030 + ] + ] + }, + { + "Level": 75, + "StageID": 3050036, + "MonsterList": [ + [ + 1012030, + 800204001, + 1012030 + ] + ] + }, + { + "Level": 15, + "StageID": 3050040, + "MonsterList": [ + [ + 8001020, + 800204001, + 8001020 + ] + ] + }, + { + "Level": 30, + "StageID": 3050041, + "MonsterList": [ + [ + 8001020, + 800204001, + 8001020 + ] + ] + }, + { + "Level": 40, + "StageID": 3050042, + "MonsterList": [ + [ + 8001020, + 800204001, + 8001020 + ] + ] + }, + { + "Level": 50, + "StageID": 3050043, + "MonsterList": [ + [ + 8001020, + 800204001, + 8001020 + ] + ] + }, + { + "Level": 60, + "StageID": 3050044, + "MonsterList": [ + [ + 8001020, + 800204001, + 8001020 + ] + ] + }, + { + "Level": 70, + "StageID": 3050045, + "MonsterList": [ + [ + 8001020, + 800204001, + 8001020 + ] + ] + }, + { + "Level": 75, + "StageID": 3050046, + "MonsterList": [ + [ + 8001020, + 800204001, + 8001020 + ] + ] + }, + { + "Level": 15, + "StageID": 3050050, + "MonsterList": [ + [ + 1012010, + 800204001, + 1012010 + ] + ] + }, + { + "Level": 30, + "StageID": 3050051, + "MonsterList": [ + [ + 1012010, + 800204001, + 1012010 + ] + ] + }, + { + "Level": 40, + "StageID": 3050052, + "MonsterList": [ + [ + 1012010, + 800204001, + 1012010 + ] + ] + }, + { + "Level": 50, + "StageID": 3050053, + "MonsterList": [ + [ + 1012010, + 800204001, + 1012010 + ] + ] + }, + { + "Level": 60, + "StageID": 3050054, + "MonsterList": [ + [ + 1012010, + 800204001, + 1012010 + ] + ] + }, + { + "Level": 70, + "StageID": 3050055, + "MonsterList": [ + [ + 1012010, + 800204001, + 1012010 + ] + ] + }, + { + "Level": 75, + "StageID": 3050056, + "MonsterList": [ + [ + 1012010, + 800204001, + 1012010 + ] + ] + }, + { + "Level": 15, + "StageID": 3050060, + "MonsterList": [ + [ + 1022020, + 800204001, + 1022020 + ] + ] + }, + { + "Level": 30, + "StageID": 3050061, + "MonsterList": [ + [ + 1022020, + 800204001, + 1022020 + ] + ] + }, + { + "Level": 40, + "StageID": 3050062, + "MonsterList": [ + [ + 1022020, + 800204001, + 1022020 + ] + ] + }, + { + "Level": 50, + "StageID": 3050063, + "MonsterList": [ + [ + 1022020, + 800204001, + 1022020 + ] + ] + }, + { + "Level": 60, + "StageID": 3050064, + "MonsterList": [ + [ + 1022020, + 800204001, + 1022020 + ] + ] + }, + { + "Level": 70, + "StageID": 3050065, + "MonsterList": [ + [ + 1022020, + 800204001, + 1022020 + ] + ] + }, + { + "Level": 75, + "StageID": 3050066, + "MonsterList": [ + [ + 1022020, + 800204001, + 1022020 + ] + ] + }, + { + "Level": 15, + "StageID": 3050070, + "MonsterList": [ + [ + 1022020, + 800208101, + 1022020 + ], + [ + 800208101, + 800204001, + 1022010 + ] + ] + }, + { + "Level": 30, + "StageID": 3050071, + "MonsterList": [ + [ + 1022020, + 800208101, + 1022020 + ], + [ + 800208101, + 800204001, + 1022010 + ] + ] + }, + { + "Level": 40, + "StageID": 3050072, + "MonsterList": [ + [ + 1022020, + 800208101, + 1022020 + ], + [ + 800208101, + 800204001, + 1022010 + ] + ] + }, + { + "Level": 50, + "StageID": 3050073, + "MonsterList": [ + [ + 1022020, + 800208101, + 1022020 + ], + [ + 800208101, + 800204001, + 1022010 + ] + ] + }, + { + "Level": 60, + "StageID": 3050074, + "MonsterList": [ + [ + 1022020, + 800208101, + 1022020 + ], + [ + 800208101, + 800204001, + 1022010 + ] + ] + }, + { + "Level": 70, + "StageID": 3050075, + "MonsterList": [ + [ + 1022020, + 800208101, + 1022020 + ], + [ + 800208101, + 800204001, + 1022010 + ] + ] + }, + { + "Level": 75, + "StageID": 3050076, + "MonsterList": [ + [ + 1022020, + 800208101, + 1022020 + ], + [ + 800208101, + 800204001, + 1022010 + ] + ] + }, + { + "Level": 15, + "StageID": 3050080, + "MonsterList": [ + [ + 800204001 + ] + ] + }, + { + "Level": 30, + "StageID": 3050081, + "MonsterList": [ + [ + 800204001 + ] + ] + }, + { + "Level": 40, + "StageID": 3050082, + "MonsterList": [ + [ + 800204001 + ] + ] + }, + { + "Level": 50, + "StageID": 3050083, + "MonsterList": [ + [ + 800204001 + ] + ] + }, + { + "Level": 60, + "StageID": 3050084, + "MonsterList": [ + [ + 800204001 + ] + ] + }, + { + "Level": 70, + "StageID": 3050085, + "MonsterList": [ + [ + 800204001 + ] + ] + }, + { + "Level": 75, + "StageID": 3050086, + "MonsterList": [ + [ + 800204001 + ] + ] + }, + { + "Level": 30, + "StageID": 3060010, + "MonsterList": [ + [ + 8001010, + 8003020, + 1022020 + ] + ] + }, + { + "Level": 40, + "StageID": 3060011, + "MonsterList": [ + [ + 8001010, + 8003020, + 1022020 + ] + ] + }, + { + "Level": 50, + "StageID": 3060012, + "MonsterList": [ + [ + 8001010, + 8003020, + 1022020 + ] + ] + }, + { + "Level": 60, + "StageID": 3060013, + "MonsterList": [ + [ + 8001010, + 8003020, + 1022020 + ] + ] + }, + { + "Level": 70, + "StageID": 3060014, + "MonsterList": [ + [ + 8001010, + 8003020, + 1022020 + ] + ] + }, + { + "Level": 80, + "StageID": 3060015, + "MonsterList": [ + [ + 8001010, + 8003020, + 1022020 + ] + ] + }, + { + "Level": 85, + "StageID": 3060016, + "MonsterList": [ + [ + 8001010, + 8003020, + 1022020 + ] + ] + }, + { + "Level": 30, + "StageID": 3060020, + "MonsterList": [ + [ + 8012030, + 8013010, + 8012010 + ] + ] + }, + { + "Level": 40, + "StageID": 3060021, + "MonsterList": [ + [ + 8012030, + 8013010, + 8012010 + ] + ] + }, + { + "Level": 50, + "StageID": 3060022, + "MonsterList": [ + [ + 8012030, + 8013010, + 8012010 + ] + ] + }, + { + "Level": 60, + "StageID": 3060023, + "MonsterList": [ + [ + 8012030, + 8013010, + 8012010 + ] + ] + }, + { + "Level": 70, + "StageID": 3060024, + "MonsterList": [ + [ + 8012030, + 8013010, + 8012010 + ] + ] + }, + { + "Level": 80, + "StageID": 3060025, + "MonsterList": [ + [ + 8012030, + 8013010, + 8012010 + ] + ] + }, + { + "Level": 85, + "StageID": 3060026, + "MonsterList": [ + [ + 8012030, + 8013010, + 8012010 + ] + ] + }, + { + "Level": 30, + "StageID": 3060030, + "MonsterList": [ + [ + 1002040, + 1013010, + 1012030 + ] + ] + }, + { + "Level": 40, + "StageID": 3060031, + "MonsterList": [ + [ + 1002040, + 1013010, + 1012030 + ] + ] + }, + { + "Level": 50, + "StageID": 3060032, + "MonsterList": [ + [ + 1002040, + 1013010, + 1012030 + ] + ] + }, + { + "Level": 60, + "StageID": 3060033, + "MonsterList": [ + [ + 1002040, + 1013010, + 1012030 + ] + ] + }, + { + "Level": 70, + "StageID": 3060034, + "MonsterList": [ + [ + 1002040, + 1013010, + 1012030 + ] + ] + }, + { + "Level": 80, + "StageID": 3060035, + "MonsterList": [ + [ + 1002040, + 1013010, + 1012030 + ] + ] + }, + { + "Level": 85, + "StageID": 3060036, + "MonsterList": [ + [ + 1002040, + 1013010, + 1012030 + ] + ] + }, + { + "Level": 30, + "StageID": 3060040, + "MonsterList": [ + [ + 8001020, + 8003010, + 1022010 + ] + ] + }, + { + "Level": 40, + "StageID": 3060041, + "MonsterList": [ + [ + 8001020, + 8003010, + 1022010 + ] + ] + }, + { + "Level": 50, + "StageID": 3060042, + "MonsterList": [ + [ + 8001020, + 8003010, + 1022010 + ] + ] + }, + { + "Level": 60, + "StageID": 3060043, + "MonsterList": [ + [ + 8001020, + 8003010, + 1022010 + ] + ] + }, + { + "Level": 70, + "StageID": 3060044, + "MonsterList": [ + [ + 8001020, + 8003010, + 1022010 + ] + ] + }, + { + "Level": 80, + "StageID": 3060045, + "MonsterList": [ + [ + 8001020, + 8003010, + 1022010 + ] + ] + }, + { + "Level": 85, + "StageID": 3060046, + "MonsterList": [ + [ + 8001020, + 8003010, + 1022010 + ] + ] + }, + { + "Level": 30, + "StageID": 3060050, + "MonsterList": [ + [ + 1023020, + 1023010 + ] + ] + }, + { + "Level": 40, + "StageID": 3060051, + "MonsterList": [ + [ + 1023020, + 1023010 + ] + ] + }, + { + "Level": 50, + "StageID": 3060052, + "MonsterList": [ + [ + 1023020, + 1023010 + ] + ] + }, + { + "Level": 60, + "StageID": 3060053, + "MonsterList": [ + [ + 1023020, + 1023010 + ] + ] + }, + { + "Level": 70, + "StageID": 3060054, + "MonsterList": [ + [ + 1023020, + 1023010 + ] + ] + }, + { + "Level": 80, + "StageID": 3060055, + "MonsterList": [ + [ + 1023020, + 1023010 + ] + ] + }, + { + "Level": 85, + "StageID": 3060056, + "MonsterList": [ + [ + 1023020, + 1023010 + ] + ] + }, + { + "Level": 30, + "StageID": 3060060, + "MonsterList": [ + [ + 1002020, + 1013020, + 1012030 + ] + ] + }, + { + "Level": 40, + "StageID": 3060061, + "MonsterList": [ + [ + 1002020, + 1013020, + 1012030 + ] + ] + }, + { + "Level": 50, + "StageID": 3060062, + "MonsterList": [ + [ + 1002020, + 1013020, + 1012030 + ] + ] + }, + { + "Level": 60, + "StageID": 3060063, + "MonsterList": [ + [ + 1002020, + 1013020, + 1012030 + ] + ] + }, + { + "Level": 70, + "StageID": 3060064, + "MonsterList": [ + [ + 1002020, + 1013020, + 1012030 + ] + ] + }, + { + "Level": 80, + "StageID": 3060065, + "MonsterList": [ + [ + 1002020, + 1013020, + 1012030 + ] + ] + }, + { + "Level": 85, + "StageID": 3060066, + "MonsterList": [ + [ + 1002020, + 1013020, + 1012030 + ] + ] + }, + { + "Level": 30, + "StageID": 3060070, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 40, + "StageID": 3060071, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 50, + "StageID": 3060072, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 60, + "StageID": 3060073, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 70, + "StageID": 3060074, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 80, + "StageID": 3060075, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 85, + "StageID": 3060076, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 30, + "StageID": 3060080, + "MonsterList": [ + [ + 1012010, + 1012010, + 1012030, + 1012030 + ] + ] + }, + { + "Level": 40, + "StageID": 3060081, + "MonsterList": [ + [ + 1012010, + 1012010, + 1012030, + 1012030 + ] + ] + }, + { + "Level": 50, + "StageID": 3060082, + "MonsterList": [ + [ + 1012010, + 1012010, + 1012030, + 1012030 + ] + ] + }, + { + "Level": 60, + "StageID": 3060083, + "MonsterList": [ + [ + 1012010, + 1012010, + 1012030, + 1012030 + ] + ] + }, + { + "Level": 70, + "StageID": 3060084, + "MonsterList": [ + [ + 1012010, + 1012010, + 1012030, + 1012030 + ] + ] + }, + { + "Level": 80, + "StageID": 3060085, + "MonsterList": [ + [ + 1012010, + 1012010, + 1012030, + 1012030 + ] + ] + }, + { + "Level": 85, + "StageID": 3060086, + "MonsterList": [ + [ + 1012010, + 1012010, + 1012030, + 1012030 + ] + ] + }, + { + "Level": 30, + "StageID": 3060090, + "MonsterList": [ + [ + 1012021, + 1002030, + 1012021, + 1002030, + 1012021 + ] + ] + }, + { + "Level": 40, + "StageID": 3060091, + "MonsterList": [ + [ + 1012021, + 1002030, + 1012021, + 1002030, + 1012021 + ] + ] + }, + { + "Level": 50, + "StageID": 3060092, + "MonsterList": [ + [ + 1012021, + 1002030, + 1012021, + 1002030, + 1012021 + ] + ] + }, + { + "Level": 60, + "StageID": 3060093, + "MonsterList": [ + [ + 1012021, + 1002030, + 1012021, + 1002030, + 1012021 + ] + ] + }, + { + "Level": 70, + "StageID": 3060094, + "MonsterList": [ + [ + 1012021, + 1002030, + 1012021, + 1002030, + 1012021 + ] + ] + }, + { + "Level": 80, + "StageID": 3060095, + "MonsterList": [ + [ + 1012021, + 1002030, + 1012021, + 1002030, + 1012021 + ] + ] + }, + { + "Level": 85, + "StageID": 3060096, + "MonsterList": [ + [ + 1012021, + 1002030, + 1012021, + 1002030, + 1012021 + ] + ] + }, + { + "Level": 29, + "StageID": 3060100, + "MonsterList": [ + [ + 1002040, + 1003010, + 1002050 + ] + ] + }, + { + "Level": 39, + "StageID": 3060101, + "MonsterList": [ + [ + 1002040, + 1003010, + 1002050 + ] + ] + }, + { + "Level": 49, + "StageID": 3060102, + "MonsterList": [ + [ + 1002040, + 1003010, + 1002050 + ] + ] + }, + { + "Level": 59, + "StageID": 3060103, + "MonsterList": [ + [ + 1002040, + 1003010, + 1002050 + ] + ] + }, + { + "Level": 69, + "StageID": 3060104, + "MonsterList": [ + [ + 1002040, + 1003010, + 1002050 + ] + ] + }, + { + "Level": 79, + "StageID": 3060105, + "MonsterList": [ + [ + 1002040, + 1003010, + 1002050 + ] + ] + }, + { + "Level": 84, + "StageID": 3060106, + "MonsterList": [ + [ + 1002040, + 1003010, + 1002050 + ] + ] + }, + { + "Level": 30, + "StageID": 3060110, + "MonsterList": [ + [ + 1013010, + 1013020 + ] + ] + }, + { + "Level": 40, + "StageID": 3060111, + "MonsterList": [ + [ + 1013010, + 1013020 + ] + ] + }, + { + "Level": 50, + "StageID": 3060112, + "MonsterList": [ + [ + 1013010, + 1013020 + ] + ] + }, + { + "Level": 60, + "StageID": 3060113, + "MonsterList": [ + [ + 1013010, + 1013020 + ] + ] + }, + { + "Level": 70, + "StageID": 3060114, + "MonsterList": [ + [ + 1013010, + 1013020 + ] + ] + }, + { + "Level": 80, + "StageID": 3060115, + "MonsterList": [ + [ + 1013010, + 1013020 + ] + ] + }, + { + "Level": 85, + "StageID": 3060116, + "MonsterList": [ + [ + 1013010, + 1013020 + ] + ] + }, + { + "Level": 30, + "StageID": 3060120, + "MonsterList": [ + [ + 1022010, + 8003040, + 1022020 + ] + ] + }, + { + "Level": 40, + "StageID": 3060121, + "MonsterList": [ + [ + 1022010, + 8003040, + 1022020 + ] + ] + }, + { + "Level": 50, + "StageID": 3060122, + "MonsterList": [ + [ + 1022010, + 8003040, + 1022020 + ] + ] + }, + { + "Level": 60, + "StageID": 3060123, + "MonsterList": [ + [ + 1022010, + 8003040, + 1022020 + ] + ] + }, + { + "Level": 70, + "StageID": 3060124, + "MonsterList": [ + [ + 1022010, + 8003040, + 1022020 + ] + ] + }, + { + "Level": 80, + "StageID": 3060125, + "MonsterList": [ + [ + 1022010, + 8003040, + 1022020 + ] + ] + }, + { + "Level": 85, + "StageID": 3060126, + "MonsterList": [ + [ + 1022010, + 8003040, + 1022020 + ] + ] + }, + { + "Level": 30, + "StageID": 3060130, + "MonsterList": [ + [ + 8003010, + 8003020 + ] + ] + }, + { + "Level": 40, + "StageID": 3060131, + "MonsterList": [ + [ + 8003010, + 8003020 + ] + ] + }, + { + "Level": 50, + "StageID": 3060132, + "MonsterList": [ + [ + 8003010, + 8003020 + ] + ] + }, + { + "Level": 60, + "StageID": 3060133, + "MonsterList": [ + [ + 8003010, + 8003020 + ] + ] + }, + { + "Level": 70, + "StageID": 3060134, + "MonsterList": [ + [ + 8003010, + 8003020 + ] + ] + }, + { + "Level": 80, + "StageID": 3060135, + "MonsterList": [ + [ + 8003010, + 8003020 + ] + ] + }, + { + "Level": 85, + "StageID": 3060136, + "MonsterList": [ + [ + 8003010, + 8003020 + ] + ] + }, + { + "Level": 30, + "StageID": 3060140, + "MonsterList": [ + [ + 8001010, + 8001010, + 8003030, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 40, + "StageID": 3060141, + "MonsterList": [ + [ + 8001010, + 8001010, + 8003030, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 50, + "StageID": 3060142, + "MonsterList": [ + [ + 8001010, + 8001010, + 8003030, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 60, + "StageID": 3060143, + "MonsterList": [ + [ + 8001010, + 8001010, + 8003030, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 70, + "StageID": 3060144, + "MonsterList": [ + [ + 8001010, + 8001010, + 8003030, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 80, + "StageID": 3060145, + "MonsterList": [ + [ + 8001010, + 8001010, + 8003030, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 85, + "StageID": 3060146, + "MonsterList": [ + [ + 8001010, + 8001010, + 8003030, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 30, + "StageID": 3060150, + "MonsterList": [ + [ + 8003030, + 8003040 + ] + ] + }, + { + "Level": 40, + "StageID": 3060151, + "MonsterList": [ + [ + 8003030, + 8003040 + ] + ] + }, + { + "Level": 50, + "StageID": 3060152, + "MonsterList": [ + [ + 8003030, + 8003040 + ] + ] + }, + { + "Level": 60, + "StageID": 3060153, + "MonsterList": [ + [ + 8003030, + 8003040 + ] + ] + }, + { + "Level": 70, + "StageID": 3060154, + "MonsterList": [ + [ + 8003030, + 8003040 + ] + ] + }, + { + "Level": 80, + "StageID": 3060155, + "MonsterList": [ + [ + 8003030, + 8003040 + ] + ] + }, + { + "Level": 85, + "StageID": 3060156, + "MonsterList": [ + [ + 8003030, + 8003040 + ] + ] + }, + { + "Level": 30, + "StageID": 3060160, + "MonsterList": [ + [ + 8013010, + 8002040 + ] + ] + }, + { + "Level": 40, + "StageID": 3060161, + "MonsterList": [ + [ + 8013010, + 8002040 + ] + ] + }, + { + "Level": 50, + "StageID": 3060162, + "MonsterList": [ + [ + 8013010, + 8002040 + ] + ] + }, + { + "Level": 60, + "StageID": 3060163, + "MonsterList": [ + [ + 8013010, + 8002040 + ] + ] + }, + { + "Level": 70, + "StageID": 3060164, + "MonsterList": [ + [ + 8013010, + 8002040 + ] + ] + }, + { + "Level": 80, + "StageID": 3060165, + "MonsterList": [ + [ + 8013010, + 8002040 + ] + ] + }, + { + "Level": 85, + "StageID": 3060166, + "MonsterList": [ + [ + 8013010, + 8002040 + ] + ] + }, + { + "Level": 30, + "StageID": 3060170, + "MonsterList": [ + [ + 101401006 + ] + ] + }, + { + "Level": 40, + "StageID": 3060171, + "MonsterList": [ + [ + 101401006 + ] + ] + }, + { + "Level": 50, + "StageID": 3060172, + "MonsterList": [ + [ + 101401006 + ] + ] + }, + { + "Level": 60, + "StageID": 3060173, + "MonsterList": [ + [ + 101401006 + ] + ] + }, + { + "Level": 70, + "StageID": 3060174, + "MonsterList": [ + [ + 101401006 + ] + ] + }, + { + "Level": 80, + "StageID": 3060175, + "MonsterList": [ + [ + 101401006 + ] + ] + }, + { + "Level": 85, + "StageID": 3060176, + "MonsterList": [ + [ + 101401006 + ] + ] + }, + { + "Level": 30, + "StageID": 3060180, + "MonsterList": [ + [ + 8012030, + 8002050, + 8012030 + ] + ] + }, + { + "Level": 40, + "StageID": 3060181, + "MonsterList": [ + [ + 8012030, + 8002050, + 8012030 + ] + ] + }, + { + "Level": 50, + "StageID": 3060182, + "MonsterList": [ + [ + 8012030, + 8002050, + 8012030 + ] + ] + }, + { + "Level": 60, + "StageID": 3060183, + "MonsterList": [ + [ + 8012030, + 8002050, + 8012030 + ] + ] + }, + { + "Level": 70, + "StageID": 3060184, + "MonsterList": [ + [ + 8012030, + 8002050, + 8012030 + ] + ] + }, + { + "Level": 80, + "StageID": 3060185, + "MonsterList": [ + [ + 8012030, + 8002050, + 8012030 + ] + ] + }, + { + "Level": 85, + "StageID": 3060186, + "MonsterList": [ + [ + 8012030, + 8002050, + 8012030 + ] + ] + }, + { + "Level": 30, + "StageID": 3060190, + "MonsterList": [ + [ + 1012010, + 8002060, + 1012010 + ] + ] + }, + { + "Level": 40, + "StageID": 3060191, + "MonsterList": [ + [ + 1012010, + 8002060, + 1012010 + ] + ] + }, + { + "Level": 50, + "StageID": 3060192, + "MonsterList": [ + [ + 1012010, + 8002060, + 1012010 + ] + ] + }, + { + "Level": 60, + "StageID": 3060193, + "MonsterList": [ + [ + 1012010, + 8002060, + 1012010 + ] + ] + }, + { + "Level": 70, + "StageID": 3060194, + "MonsterList": [ + [ + 1012010, + 8002060, + 1012010 + ] + ] + }, + { + "Level": 80, + "StageID": 3060195, + "MonsterList": [ + [ + 1012010, + 8002060, + 1012010 + ] + ] + }, + { + "Level": 85, + "StageID": 3060196, + "MonsterList": [ + [ + 1012010, + 8002060, + 1012010 + ] + ] + }, + { + "Level": 30, + "StageID": 3060200, + "MonsterList": [ + [ + 1022020, + 8002070, + 1022020 + ] + ] + }, + { + "Level": 40, + "StageID": 3060201, + "MonsterList": [ + [ + 1022020, + 8002070, + 1022020 + ] + ] + }, + { + "Level": 50, + "StageID": 3060202, + "MonsterList": [ + [ + 1022020, + 8002070, + 1022020 + ] + ] + }, + { + "Level": 60, + "StageID": 3060203, + "MonsterList": [ + [ + 1022020, + 8002070, + 1022020 + ] + ] + }, + { + "Level": 70, + "StageID": 3060204, + "MonsterList": [ + [ + 1022020, + 8002070, + 1022020 + ] + ] + }, + { + "Level": 80, + "StageID": 3060205, + "MonsterList": [ + [ + 1022020, + 8002070, + 1022020 + ] + ] + }, + { + "Level": 85, + "StageID": 3060206, + "MonsterList": [ + [ + 1022020, + 8002070, + 1022020 + ] + ] + }, + { + "Level": 30, + "StageID": 3060210, + "MonsterList": [ + [ + 8001040, + 8002080, + 8001040 + ] + ] + }, + { + "Level": 40, + "StageID": 3060211, + "MonsterList": [ + [ + 8001040, + 8002080, + 8001040 + ] + ] + }, + { + "Level": 50, + "StageID": 3060212, + "MonsterList": [ + [ + 8001040, + 8002080, + 8001040 + ] + ] + }, + { + "Level": 60, + "StageID": 3060213, + "MonsterList": [ + [ + 8001040, + 8002080, + 8001040 + ] + ] + }, + { + "Level": 70, + "StageID": 3060214, + "MonsterList": [ + [ + 8001040, + 8002080, + 8001040 + ] + ] + }, + { + "Level": 80, + "StageID": 3060215, + "MonsterList": [ + [ + 8001040, + 8002080, + 8001040 + ] + ] + }, + { + "Level": 85, + "StageID": 3060216, + "MonsterList": [ + [ + 8001040, + 8002080, + 8001040 + ] + ] + }, + { + "Level": 30, + "StageID": 3061010, + "MonsterList": [ + [ + 1012010, + 1012030, + 1012010 + ] + ] + }, + { + "Level": 40, + "StageID": 3061011, + "MonsterList": [ + [ + 1012010, + 1012030, + 1012010 + ] + ] + }, + { + "Level": 50, + "StageID": 3061012, + "MonsterList": [ + [ + 1012010, + 1012030, + 1012010 + ] + ] + }, + { + "Level": 60, + "StageID": 3061013, + "MonsterList": [ + [ + 1012010, + 1012030, + 1012010 + ] + ] + }, + { + "Level": 70, + "StageID": 3061014, + "MonsterList": [ + [ + 1012010, + 1012030, + 1012010 + ] + ] + }, + { + "Level": 80, + "StageID": 3061015, + "MonsterList": [ + [ + 1012010, + 1012030, + 1012010 + ] + ] + }, + { + "Level": 85, + "StageID": 3061016, + "MonsterList": [ + [ + 1012010, + 1012030, + 1012010 + ] + ] + }, + { + "Level": 30, + "StageID": 3061020, + "MonsterList": [ + [ + 1002020, + 1012010, + 1002020 + ] + ] + }, + { + "Level": 40, + "StageID": 3061021, + "MonsterList": [ + [ + 1002020, + 1012010, + 1002020 + ] + ] + }, + { + "Level": 50, + "StageID": 3061022, + "MonsterList": [ + [ + 1002020, + 1012010, + 1002020 + ] + ] + }, + { + "Level": 60, + "StageID": 3061023, + "MonsterList": [ + [ + 1002020, + 1012010, + 1002020 + ] + ] + }, + { + "Level": 70, + "StageID": 3061024, + "MonsterList": [ + [ + 1002020, + 1012010, + 1002020 + ] + ] + }, + { + "Level": 80, + "StageID": 3061025, + "MonsterList": [ + [ + 1002020, + 1012010, + 1002020 + ] + ] + }, + { + "Level": 85, + "StageID": 3061026, + "MonsterList": [ + [ + 1002020, + 1012010, + 1002020 + ] + ] + }, + { + "Level": 30, + "StageID": 3061030, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012020 + ] + ] + }, + { + "Level": 40, + "StageID": 3061031, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012020 + ] + ] + }, + { + "Level": 50, + "StageID": 3061032, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012020 + ] + ] + }, + { + "Level": 60, + "StageID": 3061033, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012020 + ] + ] + }, + { + "Level": 70, + "StageID": 3061034, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012020 + ] + ] + }, + { + "Level": 80, + "StageID": 3061035, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012020 + ] + ] + }, + { + "Level": 85, + "StageID": 3061036, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012020 + ] + ] + }, + { + "Level": 30, + "StageID": 3061040, + "MonsterList": [ + [ + 1012010, + 1012020, + 1012010 + ] + ] + }, + { + "Level": 40, + "StageID": 3061041, + "MonsterList": [ + [ + 1012010, + 1012020, + 1012010 + ] + ] + }, + { + "Level": 50, + "StageID": 3061042, + "MonsterList": [ + [ + 1012010, + 1012020, + 1012010 + ] + ] + }, + { + "Level": 60, + "StageID": 3061043, + "MonsterList": [ + [ + 1012010, + 1012020, + 1012010 + ] + ] + }, + { + "Level": 70, + "StageID": 3061044, + "MonsterList": [ + [ + 1012010, + 1012020, + 1012010 + ] + ] + }, + { + "Level": 80, + "StageID": 3061045, + "MonsterList": [ + [ + 1012010, + 1012020, + 1012010 + ] + ] + }, + { + "Level": 85, + "StageID": 3061046, + "MonsterList": [ + [ + 1012010, + 1012020, + 1012010 + ] + ] + }, + { + "Level": 30, + "StageID": 3061050, + "MonsterList": [ + [ + 1012010, + 1012030, + 1012010 + ] + ] + }, + { + "Level": 40, + "StageID": 3061051, + "MonsterList": [ + [ + 1012010, + 1012030, + 1012010 + ] + ] + }, + { + "Level": 50, + "StageID": 3061052, + "MonsterList": [ + [ + 1012010, + 1012030, + 1012010 + ] + ] + }, + { + "Level": 60, + "StageID": 3061053, + "MonsterList": [ + [ + 1012010, + 1012030, + 1012010 + ] + ] + }, + { + "Level": 70, + "StageID": 3061054, + "MonsterList": [ + [ + 1012010, + 1012030, + 1012010 + ] + ] + }, + { + "Level": 80, + "StageID": 3061055, + "MonsterList": [ + [ + 1012010, + 1012030, + 1012010 + ] + ] + }, + { + "Level": 85, + "StageID": 3061056, + "MonsterList": [ + [ + 1012010, + 1012030, + 1012010 + ] + ] + }, + { + "Level": 30, + "StageID": 3061060, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030, + 1012020 + ] + ] + }, + { + "Level": 40, + "StageID": 3061061, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030, + 1012020 + ] + ] + }, + { + "Level": 50, + "StageID": 3061062, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030, + 1012020 + ] + ] + }, + { + "Level": 60, + "StageID": 3061063, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030, + 1012020 + ] + ] + }, + { + "Level": 70, + "StageID": 3061064, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030, + 1012020 + ] + ] + }, + { + "Level": 80, + "StageID": 3061065, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030, + 1012020 + ] + ] + }, + { + "Level": 85, + "StageID": 3061066, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030, + 1012020 + ] + ] + }, + { + "Level": 30, + "StageID": 3061070, + "MonsterList": [ + [ + 1002020, + 1012020, + 1012030, + 1012020 + ] + ] + }, + { + "Level": 40, + "StageID": 3061071, + "MonsterList": [ + [ + 1002020, + 1012020, + 1012030, + 1012020 + ] + ] + }, + { + "Level": 50, + "StageID": 3061072, + "MonsterList": [ + [ + 1002020, + 1012020, + 1012030, + 1012020 + ] + ] + }, + { + "Level": 60, + "StageID": 3061073, + "MonsterList": [ + [ + 1002020, + 1012020, + 1012030, + 1012020 + ] + ] + }, + { + "Level": 70, + "StageID": 3061074, + "MonsterList": [ + [ + 1002020, + 1012020, + 1012030, + 1012020 + ] + ] + }, + { + "Level": 80, + "StageID": 3061075, + "MonsterList": [ + [ + 1002020, + 1012020, + 1012030, + 1012020 + ] + ] + }, + { + "Level": 85, + "StageID": 3061076, + "MonsterList": [ + [ + 1002020, + 1012020, + 1012030, + 1012020 + ] + ] + }, + { + "Level": 30, + "StageID": 3061080, + "MonsterList": [ + [ + 1012010, + 1012020, + 1012010, + 1012020 + ] + ] + }, + { + "Level": 40, + "StageID": 3061081, + "MonsterList": [ + [ + 1012010, + 1012020, + 1012010, + 1012020 + ] + ] + }, + { + "Level": 50, + "StageID": 3061082, + "MonsterList": [ + [ + 1012010, + 1012020, + 1012010, + 1012020 + ] + ] + }, + { + "Level": 60, + "StageID": 3061083, + "MonsterList": [ + [ + 1012010, + 1012020, + 1012010, + 1012020 + ] + ] + }, + { + "Level": 70, + "StageID": 3061084, + "MonsterList": [ + [ + 1012010, + 1012020, + 1012010, + 1012020 + ] + ] + }, + { + "Level": 80, + "StageID": 3061085, + "MonsterList": [ + [ + 1012010, + 1012020, + 1012010, + 1012020 + ] + ] + }, + { + "Level": 85, + "StageID": 3061086, + "MonsterList": [ + [ + 1012010, + 1012020, + 1012010, + 1012020 + ] + ] + }, + { + "Level": 30, + "StageID": 3061090, + "MonsterList": [ + [ + 1002020, + 1012010, + 1012020, + 1012020 + ] + ] + }, + { + "Level": 40, + "StageID": 3061091, + "MonsterList": [ + [ + 1002020, + 1012010, + 1012020, + 1012020 + ] + ] + }, + { + "Level": 50, + "StageID": 3061092, + "MonsterList": [ + [ + 1002020, + 1012010, + 1012020, + 1012020 + ] + ] + }, + { + "Level": 60, + "StageID": 3061093, + "MonsterList": [ + [ + 1002020, + 1012010, + 1012020, + 1012020 + ] + ] + }, + { + "Level": 70, + "StageID": 3061094, + "MonsterList": [ + [ + 1002020, + 1012010, + 1012020, + 1012020 + ] + ] + }, + { + "Level": 80, + "StageID": 3061095, + "MonsterList": [ + [ + 1002020, + 1012010, + 1012020, + 1012020 + ] + ] + }, + { + "Level": 85, + "StageID": 3061096, + "MonsterList": [ + [ + 1002020, + 1012010, + 1012020, + 1012020 + ] + ] + }, + { + "Level": 30, + "StageID": 3062010, + "MonsterList": [ + [ + 8011010, + 8011020, + 8011010, + 8011020 + ] + ] + }, + { + "Level": 40, + "StageID": 3062011, + "MonsterList": [ + [ + 8011010, + 8011020, + 8011010, + 8011020 + ] + ] + }, + { + "Level": 50, + "StageID": 3062012, + "MonsterList": [ + [ + 8011010, + 8011020, + 8011010, + 8011020 + ] + ] + }, + { + "Level": 60, + "StageID": 3062013, + "MonsterList": [ + [ + 8011010, + 8011020, + 8011010, + 8011020 + ] + ] + }, + { + "Level": 70, + "StageID": 3062014, + "MonsterList": [ + [ + 8011010, + 8011020, + 8011010, + 8011020 + ] + ] + }, + { + "Level": 80, + "StageID": 3062015, + "MonsterList": [ + [ + 8011010, + 8011020, + 8011010, + 8011020 + ] + ] + }, + { + "Level": 85, + "StageID": 3062016, + "MonsterList": [ + [ + 8011010, + 8011020, + 8011010, + 8011020 + ] + ] + }, + { + "Level": 30, + "StageID": 3062020, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010 + ] + ] + }, + { + "Level": 40, + "StageID": 3062021, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010 + ] + ] + }, + { + "Level": 50, + "StageID": 3062022, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010 + ] + ] + }, + { + "Level": 60, + "StageID": 3062023, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010 + ] + ] + }, + { + "Level": 70, + "StageID": 3062024, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010 + ] + ] + }, + { + "Level": 80, + "StageID": 3062025, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010 + ] + ] + }, + { + "Level": 85, + "StageID": 3062026, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010 + ] + ] + }, + { + "Level": 30, + "StageID": 3062030, + "MonsterList": [ + [ + 8011020, + 8011020, + 8012010 + ] + ] + }, + { + "Level": 40, + "StageID": 3062031, + "MonsterList": [ + [ + 8011020, + 8011020, + 8012010 + ] + ] + }, + { + "Level": 50, + "StageID": 3062032, + "MonsterList": [ + [ + 8011020, + 8011020, + 8012010 + ] + ] + }, + { + "Level": 60, + "StageID": 3062033, + "MonsterList": [ + [ + 8011020, + 8011020, + 8012010 + ] + ] + }, + { + "Level": 70, + "StageID": 3062034, + "MonsterList": [ + [ + 8011020, + 8011020, + 8012010 + ] + ] + }, + { + "Level": 80, + "StageID": 3062035, + "MonsterList": [ + [ + 8011020, + 8011020, + 8012010 + ] + ] + }, + { + "Level": 85, + "StageID": 3062036, + "MonsterList": [ + [ + 8011020, + 8011020, + 8012010 + ] + ] + }, + { + "Level": 30, + "StageID": 3062040, + "MonsterList": [ + [ + 8012010, + 8011010, + 8012010 + ] + ] + }, + { + "Level": 40, + "StageID": 3062041, + "MonsterList": [ + [ + 8012010, + 8011010, + 8012010 + ] + ] + }, + { + "Level": 50, + "StageID": 3062042, + "MonsterList": [ + [ + 8012010, + 8011010, + 8012010 + ] + ] + }, + { + "Level": 60, + "StageID": 3062043, + "MonsterList": [ + [ + 8012010, + 8011010, + 8012010 + ] + ] + }, + { + "Level": 70, + "StageID": 3062044, + "MonsterList": [ + [ + 8012010, + 8011010, + 8012010 + ] + ] + }, + { + "Level": 80, + "StageID": 3062045, + "MonsterList": [ + [ + 8012010, + 8011010, + 8012010 + ] + ] + }, + { + "Level": 85, + "StageID": 3062046, + "MonsterList": [ + [ + 8012010, + 8011010, + 8012010 + ] + ] + }, + { + "Level": 30, + "StageID": 3062050, + "MonsterList": [ + [ + 8012010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 40, + "StageID": 3062051, + "MonsterList": [ + [ + 8012010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 50, + "StageID": 3062052, + "MonsterList": [ + [ + 8012010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 60, + "StageID": 3062053, + "MonsterList": [ + [ + 8012010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 70, + "StageID": 3062054, + "MonsterList": [ + [ + 8012010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 80, + "StageID": 3062055, + "MonsterList": [ + [ + 8012010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 85, + "StageID": 3062056, + "MonsterList": [ + [ + 8012010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 30, + "StageID": 3062060, + "MonsterList": [ + [ + 8012010, + 8012010, + 8011010, + 8011010 + ] + ] + }, + { + "Level": 40, + "StageID": 3062061, + "MonsterList": [ + [ + 8012010, + 8012010, + 8011010, + 8011010 + ] + ] + }, + { + "Level": 50, + "StageID": 3062062, + "MonsterList": [ + [ + 8012010, + 8012010, + 8011010, + 8011010 + ] + ] + }, + { + "Level": 60, + "StageID": 3062063, + "MonsterList": [ + [ + 8012010, + 8012010, + 8011010, + 8011010 + ] + ] + }, + { + "Level": 70, + "StageID": 3062064, + "MonsterList": [ + [ + 8012010, + 8012010, + 8011010, + 8011010 + ] + ] + }, + { + "Level": 80, + "StageID": 3062065, + "MonsterList": [ + [ + 8012010, + 8012010, + 8011010, + 8011010 + ] + ] + }, + { + "Level": 85, + "StageID": 3062066, + "MonsterList": [ + [ + 8012010, + 8012010, + 8011010, + 8011010 + ] + ] + }, + { + "Level": 30, + "StageID": 3062070, + "MonsterList": [ + [ + 8011020, + 8011020, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 40, + "StageID": 3062071, + "MonsterList": [ + [ + 8011020, + 8011020, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 50, + "StageID": 3062072, + "MonsterList": [ + [ + 8011020, + 8011020, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 60, + "StageID": 3062073, + "MonsterList": [ + [ + 8011020, + 8011020, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 70, + "StageID": 3062074, + "MonsterList": [ + [ + 8011020, + 8011020, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 80, + "StageID": 3062075, + "MonsterList": [ + [ + 8011020, + 8011020, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 85, + "StageID": 3062076, + "MonsterList": [ + [ + 8011020, + 8011020, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 30, + "StageID": 3062080, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 40, + "StageID": 3062081, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 50, + "StageID": 3062082, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 60, + "StageID": 3062083, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 70, + "StageID": 3062084, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 80, + "StageID": 3062085, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 85, + "StageID": 3062086, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 30, + "StageID": 3062090, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 40, + "StageID": 3062091, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 50, + "StageID": 3062092, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 60, + "StageID": 3062093, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 70, + "StageID": 3062094, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 80, + "StageID": 3062095, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 85, + "StageID": 3062096, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 30, + "StageID": 3062100, + "MonsterList": [ + [ + 8012010, + 8011020, + 8011020, + 8012020 + ] + ] + }, + { + "Level": 40, + "StageID": 3062101, + "MonsterList": [ + [ + 8012010, + 8011020, + 8011020, + 8012020 + ] + ] + }, + { + "Level": 50, + "StageID": 3062102, + "MonsterList": [ + [ + 8012010, + 8011020, + 8011020, + 8012020 + ] + ] + }, + { + "Level": 60, + "StageID": 3062103, + "MonsterList": [ + [ + 8012010, + 8011020, + 8011020, + 8012020 + ] + ] + }, + { + "Level": 70, + "StageID": 3062104, + "MonsterList": [ + [ + 8012010, + 8011020, + 8011020, + 8012020 + ] + ] + }, + { + "Level": 80, + "StageID": 3062105, + "MonsterList": [ + [ + 8012010, + 8011020, + 8011020, + 8012020 + ] + ] + }, + { + "Level": 85, + "StageID": 3062106, + "MonsterList": [ + [ + 8012010, + 8011020, + 8011020, + 8012020 + ] + ] + }, + { + "Level": 30, + "StageID": 3063010, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 40, + "StageID": 3063011, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 50, + "StageID": 3063012, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 60, + "StageID": 3063013, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 70, + "StageID": 3063014, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 80, + "StageID": 3063015, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 85, + "StageID": 3063016, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 30, + "StageID": 3063020, + "MonsterList": [ + [ + 1022020, + 8001010, + 1022020 + ] + ] + }, + { + "Level": 40, + "StageID": 3063021, + "MonsterList": [ + [ + 1022020, + 8001010, + 1022020 + ] + ] + }, + { + "Level": 50, + "StageID": 3063022, + "MonsterList": [ + [ + 1022020, + 8001010, + 1022020 + ] + ] + }, + { + "Level": 60, + "StageID": 3063023, + "MonsterList": [ + [ + 1022020, + 8001010, + 1022020 + ] + ] + }, + { + "Level": 70, + "StageID": 3063024, + "MonsterList": [ + [ + 1022020, + 8001010, + 1022020 + ] + ] + }, + { + "Level": 80, + "StageID": 3063025, + "MonsterList": [ + [ + 1022020, + 8001010, + 1022020 + ] + ] + }, + { + "Level": 85, + "StageID": 3063026, + "MonsterList": [ + [ + 1022020, + 8001010, + 1022020 + ] + ] + }, + { + "Level": 30, + "StageID": 3063030, + "MonsterList": [ + [ + 1022010, + 8001020, + 1022010 + ] + ] + }, + { + "Level": 40, + "StageID": 3063031, + "MonsterList": [ + [ + 1022010, + 8001020, + 1022010 + ] + ] + }, + { + "Level": 50, + "StageID": 3063032, + "MonsterList": [ + [ + 1022010, + 8001020, + 1022010 + ] + ] + }, + { + "Level": 60, + "StageID": 3063033, + "MonsterList": [ + [ + 1022010, + 8001020, + 1022010 + ] + ] + }, + { + "Level": 70, + "StageID": 3063034, + "MonsterList": [ + [ + 1022010, + 8001020, + 1022010 + ] + ] + }, + { + "Level": 80, + "StageID": 3063035, + "MonsterList": [ + [ + 1022010, + 8001020, + 1022010 + ] + ] + }, + { + "Level": 85, + "StageID": 3063036, + "MonsterList": [ + [ + 1022010, + 8001020, + 1022010 + ] + ] + }, + { + "Level": 30, + "StageID": 3063040, + "MonsterList": [ + [ + 1022010, + 8001030, + 1022020 + ] + ] + }, + { + "Level": 40, + "StageID": 3063041, + "MonsterList": [ + [ + 1022010, + 8001030, + 1022020 + ] + ] + }, + { + "Level": 50, + "StageID": 3063042, + "MonsterList": [ + [ + 1022010, + 8001030, + 1022020 + ] + ] + }, + { + "Level": 60, + "StageID": 3063043, + "MonsterList": [ + [ + 1022010, + 8001030, + 1022020 + ] + ] + }, + { + "Level": 70, + "StageID": 3063044, + "MonsterList": [ + [ + 1022010, + 8001030, + 1022020 + ] + ] + }, + { + "Level": 80, + "StageID": 3063045, + "MonsterList": [ + [ + 1022010, + 8001030, + 1022020 + ] + ] + }, + { + "Level": 85, + "StageID": 3063046, + "MonsterList": [ + [ + 1022010, + 8001030, + 1022020 + ] + ] + }, + { + "Level": 30, + "StageID": 3063050, + "MonsterList": [ + [ + 8001010, + 8002010, + 8001020 + ] + ] + }, + { + "Level": 40, + "StageID": 3063051, + "MonsterList": [ + [ + 8001010, + 8002010, + 8001020 + ] + ] + }, + { + "Level": 50, + "StageID": 3063052, + "MonsterList": [ + [ + 8001010, + 8002010, + 8001020 + ] + ] + }, + { + "Level": 60, + "StageID": 3063053, + "MonsterList": [ + [ + 8001010, + 8002010, + 8001020 + ] + ] + }, + { + "Level": 70, + "StageID": 3063054, + "MonsterList": [ + [ + 8001010, + 8002010, + 8001020 + ] + ] + }, + { + "Level": 80, + "StageID": 3063055, + "MonsterList": [ + [ + 8001010, + 8002010, + 8001020 + ] + ] + }, + { + "Level": 85, + "StageID": 3063056, + "MonsterList": [ + [ + 8001010, + 8002010, + 8001020 + ] + ] + }, + { + "Level": 30, + "StageID": 3063060, + "MonsterList": [ + [ + 8001010, + 8002010, + 8002010 + ] + ] + }, + { + "Level": 40, + "StageID": 3063061, + "MonsterList": [ + [ + 8001010, + 8002010, + 8002010 + ] + ] + }, + { + "Level": 50, + "StageID": 3063062, + "MonsterList": [ + [ + 8001010, + 8002010, + 8002010 + ] + ] + }, + { + "Level": 60, + "StageID": 3063063, + "MonsterList": [ + [ + 8001010, + 8002010, + 8002010 + ] + ] + }, + { + "Level": 70, + "StageID": 3063064, + "MonsterList": [ + [ + 8001010, + 8002010, + 8002010 + ] + ] + }, + { + "Level": 80, + "StageID": 3063065, + "MonsterList": [ + [ + 8001010, + 8002010, + 8002010 + ] + ] + }, + { + "Level": 85, + "StageID": 3063066, + "MonsterList": [ + [ + 8001010, + 8002010, + 8002010 + ] + ] + }, + { + "Level": 30, + "StageID": 3063070, + "MonsterList": [ + [ + 1022010, + 1022020, + 1022020 + ] + ] + }, + { + "Level": 40, + "StageID": 3063071, + "MonsterList": [ + [ + 1022010, + 1022020, + 1022020 + ] + ] + }, + { + "Level": 50, + "StageID": 3063072, + "MonsterList": [ + [ + 1022010, + 1022020, + 1022020 + ] + ] + }, + { + "Level": 60, + "StageID": 3063073, + "MonsterList": [ + [ + 1022010, + 1022020, + 1022020 + ] + ] + }, + { + "Level": 70, + "StageID": 3063074, + "MonsterList": [ + [ + 1022010, + 1022020, + 1022020 + ] + ] + }, + { + "Level": 80, + "StageID": 3063075, + "MonsterList": [ + [ + 1022010, + 1022020, + 1022020 + ] + ] + }, + { + "Level": 85, + "StageID": 3063076, + "MonsterList": [ + [ + 1022010, + 1022020, + 1022020 + ] + ] + }, + { + "Level": 30, + "StageID": 3063080, + "MonsterList": [ + [ + 1022010, + 8001020, + 1022010, + 1022020 + ] + ] + }, + { + "Level": 40, + "StageID": 3063081, + "MonsterList": [ + [ + 1022010, + 8001020, + 1022010, + 1022020 + ] + ] + }, + { + "Level": 50, + "StageID": 3063082, + "MonsterList": [ + [ + 1022010, + 8001020, + 1022010, + 1022020 + ] + ] + }, + { + "Level": 60, + "StageID": 3063083, + "MonsterList": [ + [ + 1022010, + 8001020, + 1022010, + 1022020 + ] + ] + }, + { + "Level": 70, + "StageID": 3063084, + "MonsterList": [ + [ + 1022010, + 8001020, + 1022010, + 1022020 + ] + ] + }, + { + "Level": 80, + "StageID": 3063085, + "MonsterList": [ + [ + 1022010, + 8001020, + 1022010, + 1022020 + ] + ] + }, + { + "Level": 85, + "StageID": 3063086, + "MonsterList": [ + [ + 1022010, + 8001020, + 1022010, + 1022020 + ] + ] + }, + { + "Level": 30, + "StageID": 3063090, + "MonsterList": [ + [ + 8002010, + 8001030, + 8001030 + ] + ] + }, + { + "Level": 40, + "StageID": 3063091, + "MonsterList": [ + [ + 8002010, + 8001030, + 8001030 + ] + ] + }, + { + "Level": 50, + "StageID": 3063092, + "MonsterList": [ + [ + 8002010, + 8001030, + 8001030 + ] + ] + }, + { + "Level": 60, + "StageID": 3063093, + "MonsterList": [ + [ + 8002010, + 8001030, + 8001030 + ] + ] + }, + { + "Level": 70, + "StageID": 3063094, + "MonsterList": [ + [ + 8002010, + 8001030, + 8001030 + ] + ] + }, + { + "Level": 80, + "StageID": 3063095, + "MonsterList": [ + [ + 8002010, + 8001030, + 8001030 + ] + ] + }, + { + "Level": 85, + "StageID": 3063096, + "MonsterList": [ + [ + 8002010, + 8001030, + 8001030 + ] + ] + }, + { + "Level": 30, + "StageID": 3063100, + "MonsterList": [ + [ + 1022020, + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 40, + "StageID": 3063101, + "MonsterList": [ + [ + 1022020, + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 50, + "StageID": 3063102, + "MonsterList": [ + [ + 1022020, + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 60, + "StageID": 3063103, + "MonsterList": [ + [ + 1022020, + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 70, + "StageID": 3063104, + "MonsterList": [ + [ + 1022020, + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 80, + "StageID": 3063105, + "MonsterList": [ + [ + 1022020, + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 85, + "StageID": 3063106, + "MonsterList": [ + [ + 1022020, + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 30, + "StageID": 3064010, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 40, + "StageID": 3064011, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 50, + "StageID": 3064012, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 60, + "StageID": 3064013, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 70, + "StageID": 3064014, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 80, + "StageID": 3064015, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 85, + "StageID": 3064016, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 30, + "StageID": 3064020, + "MonsterList": [ + [ + 1002040, + 1012010, + 1002040 + ] + ] + }, + { + "Level": 40, + "StageID": 3064021, + "MonsterList": [ + [ + 1002040, + 1012010, + 1002040 + ] + ] + }, + { + "Level": 50, + "StageID": 3064022, + "MonsterList": [ + [ + 1002040, + 1012010, + 1002040 + ] + ] + }, + { + "Level": 60, + "StageID": 3064023, + "MonsterList": [ + [ + 1002040, + 1012010, + 1002040 + ] + ] + }, + { + "Level": 70, + "StageID": 3064024, + "MonsterList": [ + [ + 1002040, + 1012010, + 1002040 + ] + ] + }, + { + "Level": 80, + "StageID": 3064025, + "MonsterList": [ + [ + 1002040, + 1012010, + 1002040 + ] + ] + }, + { + "Level": 85, + "StageID": 3064026, + "MonsterList": [ + [ + 1002040, + 1012010, + 1002040 + ] + ] + }, + { + "Level": 30, + "StageID": 3064030, + "MonsterList": [ + [ + 1002050, + 1002050, + 1012030 + ] + ] + }, + { + "Level": 40, + "StageID": 3064031, + "MonsterList": [ + [ + 1002050, + 1002050, + 1012030 + ] + ] + }, + { + "Level": 50, + "StageID": 3064032, + "MonsterList": [ + [ + 1002050, + 1002050, + 1012030 + ] + ] + }, + { + "Level": 60, + "StageID": 3064033, + "MonsterList": [ + [ + 1002050, + 1002050, + 1012030 + ] + ] + }, + { + "Level": 70, + "StageID": 3064034, + "MonsterList": [ + [ + 1002050, + 1002050, + 1012030 + ] + ] + }, + { + "Level": 80, + "StageID": 3064035, + "MonsterList": [ + [ + 1002050, + 1002050, + 1012030 + ] + ] + }, + { + "Level": 85, + "StageID": 3064036, + "MonsterList": [ + [ + 1002050, + 1002050, + 1012030 + ] + ] + }, + { + "Level": 30, + "StageID": 3064040, + "MonsterList": [ + [ + 1002050, + 1002030, + 1002040 + ] + ] + }, + { + "Level": 40, + "StageID": 3064041, + "MonsterList": [ + [ + 1002050, + 1002030, + 1002040 + ] + ] + }, + { + "Level": 50, + "StageID": 3064042, + "MonsterList": [ + [ + 1002050, + 1002030, + 1002040 + ] + ] + }, + { + "Level": 60, + "StageID": 3064043, + "MonsterList": [ + [ + 1002050, + 1002030, + 1002040 + ] + ] + }, + { + "Level": 70, + "StageID": 3064044, + "MonsterList": [ + [ + 1002050, + 1002030, + 1002040 + ] + ] + }, + { + "Level": 80, + "StageID": 3064045, + "MonsterList": [ + [ + 1002050, + 1002030, + 1002040 + ] + ] + }, + { + "Level": 85, + "StageID": 3064046, + "MonsterList": [ + [ + 1002050, + 1002030, + 1002040 + ] + ] + }, + { + "Level": 30, + "StageID": 3064050, + "MonsterList": [ + [ + 1012010, + 1002030, + 1012010 + ] + ] + }, + { + "Level": 40, + "StageID": 3064051, + "MonsterList": [ + [ + 1012010, + 1002030, + 1012010 + ] + ] + }, + { + "Level": 50, + "StageID": 3064052, + "MonsterList": [ + [ + 1012010, + 1002030, + 1012010 + ] + ] + }, + { + "Level": 60, + "StageID": 3064053, + "MonsterList": [ + [ + 1012010, + 1002030, + 1012010 + ] + ] + }, + { + "Level": 70, + "StageID": 3064054, + "MonsterList": [ + [ + 1012010, + 1002030, + 1012010 + ] + ] + }, + { + "Level": 80, + "StageID": 3064055, + "MonsterList": [ + [ + 1012010, + 1002030, + 1012010 + ] + ] + }, + { + "Level": 85, + "StageID": 3064056, + "MonsterList": [ + [ + 1012010, + 1002030, + 1012010 + ] + ] + }, + { + "Level": 30, + "StageID": 3064060, + "MonsterList": [ + [ + 1002050, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 40, + "StageID": 3064061, + "MonsterList": [ + [ + 1002050, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 50, + "StageID": 3064062, + "MonsterList": [ + [ + 1002050, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 60, + "StageID": 3064063, + "MonsterList": [ + [ + 1002050, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 70, + "StageID": 3064064, + "MonsterList": [ + [ + 1002050, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 80, + "StageID": 3064065, + "MonsterList": [ + [ + 1002050, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 85, + "StageID": 3064066, + "MonsterList": [ + [ + 1002050, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 30, + "StageID": 3064070, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040, + 1002050 + ] + ] + }, + { + "Level": 40, + "StageID": 3064071, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040, + 1002050 + ] + ] + }, + { + "Level": 50, + "StageID": 3064072, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040, + 1002050 + ] + ] + }, + { + "Level": 60, + "StageID": 3064073, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040, + 1002050 + ] + ] + }, + { + "Level": 70, + "StageID": 3064074, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040, + 1002050 + ] + ] + }, + { + "Level": 80, + "StageID": 3064075, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040, + 1002050 + ] + ] + }, + { + "Level": 85, + "StageID": 3064076, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040, + 1002050 + ] + ] + }, + { + "Level": 30, + "StageID": 3064080, + "MonsterList": [ + [ + 1002050, + 1002030, + 1002030 + ] + ] + }, + { + "Level": 40, + "StageID": 3064081, + "MonsterList": [ + [ + 1002050, + 1002030, + 1002030 + ] + ] + }, + { + "Level": 50, + "StageID": 3064082, + "MonsterList": [ + [ + 1002050, + 1002030, + 1002030 + ] + ] + }, + { + "Level": 60, + "StageID": 3064083, + "MonsterList": [ + [ + 1002050, + 1002030, + 1002030 + ] + ] + }, + { + "Level": 70, + "StageID": 3064084, + "MonsterList": [ + [ + 1002050, + 1002030, + 1002030 + ] + ] + }, + { + "Level": 80, + "StageID": 3064085, + "MonsterList": [ + [ + 1002050, + 1002030, + 1002030 + ] + ] + }, + { + "Level": 85, + "StageID": 3064086, + "MonsterList": [ + [ + 1002050, + 1002030, + 1002030 + ] + ] + }, + { + "Level": 30, + "StageID": 3064090, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002030 + ] + ] + }, + { + "Level": 40, + "StageID": 3064091, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002030 + ] + ] + }, + { + "Level": 50, + "StageID": 3064092, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002030 + ] + ] + }, + { + "Level": 60, + "StageID": 3064093, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002030 + ] + ] + }, + { + "Level": 70, + "StageID": 3064094, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002030 + ] + ] + }, + { + "Level": 80, + "StageID": 3064095, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002030 + ] + ] + }, + { + "Level": 85, + "StageID": 3064096, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002030 + ] + ] + }, + { + "Level": 30, + "StageID": 3064100, + "MonsterList": [ + [ + 1002040, + 1012030, + 1002040, + 1012030 + ] + ] + }, + { + "Level": 40, + "StageID": 3064101, + "MonsterList": [ + [ + 1002040, + 1012030, + 1002040, + 1012030 + ] + ] + }, + { + "Level": 50, + "StageID": 3064102, + "MonsterList": [ + [ + 1002040, + 1012030, + 1002040, + 1012030 + ] + ] + }, + { + "Level": 60, + "StageID": 3064103, + "MonsterList": [ + [ + 1002040, + 1012030, + 1002040, + 1012030 + ] + ] + }, + { + "Level": 70, + "StageID": 3064104, + "MonsterList": [ + [ + 1002040, + 1012030, + 1002040, + 1012030 + ] + ] + }, + { + "Level": 80, + "StageID": 3064105, + "MonsterList": [ + [ + 1002040, + 1012030, + 1002040, + 1012030 + ] + ] + }, + { + "Level": 85, + "StageID": 3064106, + "MonsterList": [ + [ + 1002040, + 1012030, + 1002040, + 1012030 + ] + ] + }, + { + "Level": 30, + "StageID": 3064110, + "MonsterList": [ + [ + 1002050, + 1012010, + 1002050, + 1012010 + ] + ] + }, + { + "Level": 40, + "StageID": 3064111, + "MonsterList": [ + [ + 1002050, + 1012010, + 1002050, + 1012010 + ] + ] + }, + { + "Level": 50, + "StageID": 3064112, + "MonsterList": [ + [ + 1002050, + 1012010, + 1002050, + 1012010 + ] + ] + }, + { + "Level": 60, + "StageID": 3064113, + "MonsterList": [ + [ + 1002050, + 1012010, + 1002050, + 1012010 + ] + ] + }, + { + "Level": 70, + "StageID": 3064114, + "MonsterList": [ + [ + 1002050, + 1012010, + 1002050, + 1012010 + ] + ] + }, + { + "Level": 80, + "StageID": 3064115, + "MonsterList": [ + [ + 1002050, + 1012010, + 1002050, + 1012010 + ] + ] + }, + { + "Level": 85, + "StageID": 3064116, + "MonsterList": [ + [ + 1002050, + 1012010, + 1002050, + 1012010 + ] + ] + }, + { + "Level": 31, + "StageID": 3071010, + "MonsterList": [ + [ + 8001010 + ] + ] + }, + { + "Level": 41, + "StageID": 3071011, + "MonsterList": [ + [ + 8001010 + ] + ] + }, + { + "Level": 51, + "StageID": 3071012, + "MonsterList": [ + [ + 8001010 + ] + ] + }, + { + "Level": 61, + "StageID": 3071013, + "MonsterList": [ + [ + 8001010 + ] + ] + }, + { + "Level": 71, + "StageID": 3071014, + "MonsterList": [ + [ + 8001010 + ] + ] + }, + { + "Level": 81, + "StageID": 3071015, + "MonsterList": [ + [ + 8001010 + ] + ] + }, + { + "Level": 86, + "StageID": 3071016, + "MonsterList": [ + [ + 8001010 + ] + ] + }, + { + "Level": 31, + "StageID": 3072010, + "MonsterList": [ + [ + 8001010 + ] + ] + }, + { + "Level": 41, + "StageID": 3072011, + "MonsterList": [ + [ + 8001010 + ] + ] + }, + { + "Level": 51, + "StageID": 3072012, + "MonsterList": [ + [ + 8001010 + ] + ] + }, + { + "Level": 61, + "StageID": 3072013, + "MonsterList": [ + [ + 8001010 + ] + ] + }, + { + "Level": 71, + "StageID": 3072014, + "MonsterList": [ + [ + 8001010 + ] + ] + }, + { + "Level": 81, + "StageID": 3072015, + "MonsterList": [ + [ + 8001010 + ] + ] + }, + { + "Level": 86, + "StageID": 3072016, + "MonsterList": [ + [ + 8001010 + ] + ] + }, + { + "Level": 31, + "StageID": 3073010, + "MonsterList": [ + [ + 8001010 + ] + ] + }, + { + "Level": 41, + "StageID": 3073011, + "MonsterList": [ + [ + 8001010 + ] + ] + }, + { + "Level": 51, + "StageID": 3073012, + "MonsterList": [ + [ + 8001010 + ] + ] + }, + { + "Level": 61, + "StageID": 3073013, + "MonsterList": [ + [ + 8001010 + ] + ] + }, + { + "Level": 71, + "StageID": 3073014, + "MonsterList": [ + [ + 8001010 + ] + ] + }, + { + "Level": 81, + "StageID": 3073015, + "MonsterList": [ + [ + 8001010 + ] + ] + }, + { + "Level": 86, + "StageID": 3073016, + "MonsterList": [ + [ + 8001010 + ] + ] + }, + { + "Level": 31, + "StageID": 3074010, + "MonsterList": [ + [ + 8001010 + ] + ] + }, + { + "Level": 41, + "StageID": 3074011, + "MonsterList": [ + [ + 8001010 + ] + ] + }, + { + "Level": 51, + "StageID": 3074012, + "MonsterList": [ + [ + 8001010 + ] + ] + }, + { + "Level": 61, + "StageID": 3074013, + "MonsterList": [ + [ + 8001010 + ] + ] + }, + { + "Level": 71, + "StageID": 3074014, + "MonsterList": [ + [ + 8001010 + ] + ] + }, + { + "Level": 81, + "StageID": 3074015, + "MonsterList": [ + [ + 8001010 + ] + ] + }, + { + "Level": 86, + "StageID": 3074016, + "MonsterList": [ + [ + 8001010 + ] + ] + }, + { + "Level": 31, + "StageID": 3075010, + "MonsterList": [ + [ + 8001010 + ] + ] + }, + { + "Level": 41, + "StageID": 3075011, + "MonsterList": [ + [ + 8001010 + ] + ] + }, + { + "Level": 51, + "StageID": 3075012, + "MonsterList": [ + [ + 8001010 + ] + ] + }, + { + "Level": 61, + "StageID": 3075013, + "MonsterList": [ + [ + 8001010 + ] + ] + }, + { + "Level": 71, + "StageID": 3075014, + "MonsterList": [ + [ + 8001010 + ] + ] + }, + { + "Level": 81, + "StageID": 3075015, + "MonsterList": [ + [ + 8001010 + ] + ] + }, + { + "Level": 86, + "StageID": 3075016, + "MonsterList": [ + [ + 8001010 + ] + ] + }, + { + "Level": 38, + "StageID": 3080010, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001010, + 8001020, + 8001030 + ], + [ + 8001040, + 1022010, + 1022020, + 8001020 + ], + [ + 1002020, + 1002030, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 38, + "StageID": 3080011, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001010, + 8001020, + 8001030 + ], + [ + 8001040, + 1022010, + 1022020, + 8001020 + ], + [ + 1002020, + 1002030, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 48, + "StageID": 3080012, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001010, + 8001020, + 8001030 + ], + [ + 8001040, + 1022010, + 1022020, + 8001020 + ], + [ + 1002020, + 1002030, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 58, + "StageID": 3080013, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001010, + 8001020, + 8001030 + ], + [ + 8001040, + 1022010, + 1022020, + 8001020 + ], + [ + 1002020, + 1002030, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 68, + "StageID": 3080014, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001010, + 8001020, + 8001030 + ], + [ + 8001040, + 1022010, + 1022020, + 8001020 + ], + [ + 1002020, + 1002030, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 78, + "StageID": 3080015, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001010, + 8001020, + 8001030 + ], + [ + 8001040, + 1022010, + 1022020, + 8001020 + ], + [ + 1002020, + 1002030, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 84, + "StageID": 3080016, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001010, + 8001020, + 8001030 + ], + [ + 8001040, + 1022010, + 1022020, + 8001020 + ], + [ + 1002020, + 1002030, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 38, + "StageID": 3080020, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001010, + 8001020, + 8001030 + ], + [ + 8001040, + 1022010, + 1022020, + 8001020 + ], + [ + 1002020, + 1002030, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 38, + "StageID": 3080021, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001010, + 8001020, + 8001030 + ], + [ + 8001040, + 1022010, + 1022020, + 8001020 + ], + [ + 1002020, + 1002030, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 48, + "StageID": 3080022, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001010, + 8001020, + 8001030 + ], + [ + 8001040, + 1022010, + 1022020, + 8001020 + ], + [ + 1002020, + 1002030, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 58, + "StageID": 3080023, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001010, + 8001020, + 8001030 + ], + [ + 8001040, + 1022010, + 1022020, + 8001020 + ], + [ + 1002020, + 1002030, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 68, + "StageID": 3080024, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001010, + 8001020, + 8001030 + ], + [ + 8001040, + 1022010, + 1022020, + 8001020 + ], + [ + 1002020, + 1002030, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 78, + "StageID": 3080025, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001010, + 8001020, + 8001030 + ], + [ + 8001040, + 1022010, + 1022020, + 8001020 + ], + [ + 1002020, + 1002030, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 84, + "StageID": 3080026, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001010, + 8001020, + 8001030 + ], + [ + 8001040, + 1022010, + 1022020, + 8001020 + ], + [ + 1002020, + 1002030, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 38, + "StageID": 3080030, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001010, + 8001020, + 8001030 + ], + [ + 8001040, + 1022010, + 1022020, + 8001020 + ], + [ + 1002020, + 1002030, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 38, + "StageID": 3080031, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001010, + 8001020, + 8001030 + ], + [ + 8001040, + 1022010, + 1022020, + 8001020 + ], + [ + 1002020, + 1002030, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 48, + "StageID": 3080032, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001010, + 8001020, + 8001030 + ], + [ + 8001040, + 1022010, + 1022020, + 8001020 + ], + [ + 1002020, + 1002030, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 58, + "StageID": 3080033, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001010, + 8001020, + 8001030 + ], + [ + 8001040, + 1022010, + 1022020, + 8001020 + ], + [ + 1002020, + 1002030, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 68, + "StageID": 3080034, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001010, + 8001020, + 8001030 + ], + [ + 8001040, + 1022010, + 1022020, + 8001020 + ], + [ + 1002020, + 1002030, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 78, + "StageID": 3080035, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001010, + 8001020, + 8001030 + ], + [ + 8001040, + 1022010, + 1022020, + 8001020 + ], + [ + 1002020, + 1002030, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 84, + "StageID": 3080036, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001010, + 8001020, + 8001030 + ], + [ + 8001040, + 1022010, + 1022020, + 8001020 + ], + [ + 1002020, + 1002030, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 38, + "StageID": 3080040, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001010, + 8001020, + 8001030 + ], + [ + 8001040, + 1022010, + 1022020, + 8001020 + ], + [ + 1002020, + 1002030, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 38, + "StageID": 3080041, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001010, + 8001020, + 8001030 + ], + [ + 8001040, + 1022010, + 1022020, + 8001020 + ], + [ + 1002020, + 1002030, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 48, + "StageID": 3080042, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001010, + 8001020, + 8001030 + ], + [ + 8001040, + 1022010, + 1022020, + 8001020 + ], + [ + 1002020, + 1002030, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 58, + "StageID": 3080043, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001010, + 8001020, + 8001030 + ], + [ + 8001040, + 1022010, + 1022020, + 8001020 + ], + [ + 1002020, + 1002030, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 68, + "StageID": 3080044, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001010, + 8001020, + 8001030 + ], + [ + 8001040, + 1022010, + 1022020, + 8001020 + ], + [ + 1002020, + 1002030, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 78, + "StageID": 3080045, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001010, + 8001020, + 8001030 + ], + [ + 8001040, + 1022010, + 1022020, + 8001020 + ], + [ + 1002020, + 1002030, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 84, + "StageID": 3080046, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001010, + 8001020, + 8001030 + ], + [ + 8001040, + 1022010, + 1022020, + 8001020 + ], + [ + 1002020, + 1002030, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 38, + "StageID": 3080050, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001010, + 8001020, + 8001030 + ], + [ + 8001040, + 1022010, + 1022020, + 8001020 + ], + [ + 1002020, + 1002030, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 38, + "StageID": 3080051, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001010, + 8001020, + 8001030 + ], + [ + 8001040, + 1022010, + 1022020, + 8001020 + ], + [ + 1002020, + 1002030, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 48, + "StageID": 3080052, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001010, + 8001020, + 8001030 + ], + [ + 8001040, + 1022010, + 1022020, + 8001020 + ], + [ + 1002020, + 1002030, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 58, + "StageID": 3080053, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001010, + 8001020, + 8001030 + ], + [ + 8001040, + 1022010, + 1022020, + 8001020 + ], + [ + 1002020, + 1002030, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 68, + "StageID": 3080054, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001010, + 8001020, + 8001030 + ], + [ + 8001040, + 1022010, + 1022020, + 8001020 + ], + [ + 1002020, + 1002030, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 78, + "StageID": 3080055, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001010, + 8001020, + 8001030 + ], + [ + 8001040, + 1022010, + 1022020, + 8001020 + ], + [ + 1002020, + 1002030, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 84, + "StageID": 3080056, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001010, + 8001020, + 8001030 + ], + [ + 8001040, + 1022010, + 1022020, + 8001020 + ], + [ + 1002020, + 1002030, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 38, + "StageID": 3080060, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001010, + 8001020, + 8001030 + ], + [ + 8001040, + 1022010, + 1022020, + 8001020 + ], + [ + 1002020, + 1002030, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 38, + "StageID": 3080061, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001010, + 8001020, + 8001030 + ], + [ + 8001040, + 1022010, + 1022020, + 8001020 + ], + [ + 1002020, + 1002030, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 48, + "StageID": 3080062, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001010, + 8001020, + 8001030 + ], + [ + 8001040, + 1022010, + 1022020, + 8001020 + ], + [ + 1002020, + 1002030, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 58, + "StageID": 3080063, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001010, + 8001020, + 8001030 + ], + [ + 8001040, + 1022010, + 1022020, + 8001020 + ], + [ + 1002020, + 1002030, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 68, + "StageID": 3080064, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001010, + 8001020, + 8001030 + ], + [ + 8001040, + 1022010, + 1022020, + 8001020 + ], + [ + 1002020, + 1002030, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 78, + "StageID": 3080065, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001010, + 8001020, + 8001030 + ], + [ + 8001040, + 1022010, + 1022020, + 8001020 + ], + [ + 1002020, + 1002030, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 84, + "StageID": 3080066, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001010, + 8001020, + 8001030 + ], + [ + 8001040, + 1022010, + 1022020, + 8001020 + ], + [ + 1002020, + 1002030, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 25, + "StageID": 3091010, + "MonsterList": [ + [ + 201301004 + ] + ] + }, + { + "Level": 32, + "StageID": 3091011, + "MonsterList": [ + [ + 201301004 + ] + ] + }, + { + "Level": 43, + "StageID": 3091012, + "MonsterList": [ + [ + 201301004 + ] + ] + }, + { + "Level": 55, + "StageID": 3091013, + "MonsterList": [ + [ + 201301004 + ] + ] + }, + { + "Level": 66, + "StageID": 3091014, + "MonsterList": [ + [ + 201301004 + ] + ] + }, + { + "Level": 77, + "StageID": 3091015, + "MonsterList": [ + [ + 201301004 + ] + ] + }, + { + "Level": 85, + "StageID": 3091016, + "MonsterList": [ + [ + 201301004 + ] + ] + }, + { + "Level": 25, + "StageID": 3091020, + "MonsterList": [ + [ + 201101003, + 201101003, + 201201004, + 201201004, + 201102003 + ] + ] + }, + { + "Level": 32, + "StageID": 3091021, + "MonsterList": [ + [ + 201101003, + 201101003, + 201201004, + 201201004, + 201102003 + ] + ] + }, + { + "Level": 43, + "StageID": 3091022, + "MonsterList": [ + [ + 201101003, + 201101003, + 201201004, + 201201004, + 201102003 + ] + ] + }, + { + "Level": 55, + "StageID": 3091023, + "MonsterList": [ + [ + 201101003, + 201101003, + 201201004, + 201201004, + 201102003 + ] + ] + }, + { + "Level": 66, + "StageID": 3091024, + "MonsterList": [ + [ + 201101003, + 201101003, + 201201004, + 201201004, + 201102003 + ] + ] + }, + { + "Level": 77, + "StageID": 3091025, + "MonsterList": [ + [ + 201101003, + 201101003, + 201201004, + 201201004, + 201102003 + ] + ] + }, + { + "Level": 85, + "StageID": 3091026, + "MonsterList": [ + [ + 201101003, + 201101003, + 201201004, + 201201004, + 201102003 + ] + ] + }, + { + "Level": 25, + "StageID": 3091030, + "MonsterList": [ + [ + 202205001, + 202204002, + 201101003 + ] + ] + }, + { + "Level": 32, + "StageID": 3091031, + "MonsterList": [ + [ + 202205001, + 202204002, + 201101003 + ] + ] + }, + { + "Level": 43, + "StageID": 3091032, + "MonsterList": [ + [ + 202205001, + 202204002, + 201101003 + ] + ] + }, + { + "Level": 55, + "StageID": 3091033, + "MonsterList": [ + [ + 202205001, + 202204002, + 201101003 + ] + ] + }, + { + "Level": 66, + "StageID": 3091034, + "MonsterList": [ + [ + 202205001, + 202204002, + 201101003 + ] + ] + }, + { + "Level": 77, + "StageID": 3091035, + "MonsterList": [ + [ + 202205001, + 202204002, + 201101003 + ] + ] + }, + { + "Level": 85, + "StageID": 3091036, + "MonsterList": [ + [ + 202205001, + 202204002, + 201101003 + ] + ] + }, + { + "Level": 25, + "StageID": 3091040, + "MonsterList": [ + [ + 202204002, + 202302003, + 202205001 + ] + ] + }, + { + "Level": 32, + "StageID": 3091041, + "MonsterList": [ + [ + 202204002, + 202302003, + 202205001 + ] + ] + }, + { + "Level": 43, + "StageID": 3091042, + "MonsterList": [ + [ + 202204002, + 202302003, + 202205001 + ] + ] + }, + { + "Level": 55, + "StageID": 3091043, + "MonsterList": [ + [ + 202204002, + 202302003, + 202205001 + ] + ] + }, + { + "Level": 66, + "StageID": 3091044, + "MonsterList": [ + [ + 202204002, + 202302003, + 202205001 + ] + ] + }, + { + "Level": 77, + "StageID": 3091045, + "MonsterList": [ + [ + 202204002, + 202302003, + 202205001 + ] + ] + }, + { + "Level": 85, + "StageID": 3091046, + "MonsterList": [ + [ + 202204002, + 202302003, + 202205001 + ] + ] + }, + { + "Level": 25, + "StageID": 3091050, + "MonsterList": [ + [ + 201201004, + 201301004, + 201201004 + ] + ] + }, + { + "Level": 32, + "StageID": 3091051, + "MonsterList": [ + [ + 201201004, + 201301004, + 201201004 + ] + ] + }, + { + "Level": 43, + "StageID": 3091052, + "MonsterList": [ + [ + 201201004, + 201301004, + 201201004 + ] + ] + }, + { + "Level": 55, + "StageID": 3091053, + "MonsterList": [ + [ + 201201004, + 201301004, + 201201004 + ] + ] + }, + { + "Level": 66, + "StageID": 3091054, + "MonsterList": [ + [ + 201201004, + 201301004, + 201201004 + ] + ] + }, + { + "Level": 77, + "StageID": 3091055, + "MonsterList": [ + [ + 201201004, + 201301004, + 201201004 + ] + ] + }, + { + "Level": 85, + "StageID": 3091056, + "MonsterList": [ + [ + 201201004, + 201301004, + 201201004 + ] + ] + }, + { + "Level": 25, + "StageID": 3092010, + "MonsterList": [ + [ + 200203002, + 200201004, + 200201004 + ], + [ + 201302002 + ] + ] + }, + { + "Level": 32, + "StageID": 3092011, + "MonsterList": [ + [ + 200203002, + 200201004, + 200201004 + ], + [ + 201302002 + ] + ] + }, + { + "Level": 43, + "StageID": 3092012, + "MonsterList": [ + [ + 200203002, + 200201004, + 200201004 + ], + [ + 201302002 + ] + ] + }, + { + "Level": 55, + "StageID": 3092013, + "MonsterList": [ + [ + 200203002, + 200201004, + 200201004 + ], + [ + 201302002 + ] + ] + }, + { + "Level": 66, + "StageID": 3092014, + "MonsterList": [ + [ + 200203002, + 200201004, + 200201004 + ], + [ + 201302002 + ] + ] + }, + { + "Level": 77, + "StageID": 3092015, + "MonsterList": [ + [ + 200203002, + 200201004, + 200201004 + ], + [ + 201302002 + ] + ] + }, + { + "Level": 85, + "StageID": 3092016, + "MonsterList": [ + [ + 200203002, + 200201004, + 200201004 + ], + [ + 201302002 + ] + ] + }, + { + "Level": 25, + "StageID": 3092020, + "MonsterList": [ + [ + 200201003, + 200201003, + 200203001, + 200201003 + ] + ] + }, + { + "Level": 32, + "StageID": 3092021, + "MonsterList": [ + [ + 200201003, + 200201003, + 200203001, + 200201003 + ] + ] + }, + { + "Level": 43, + "StageID": 3092022, + "MonsterList": [ + [ + 200201003, + 200201003, + 200203001, + 200201003 + ] + ] + }, + { + "Level": 55, + "StageID": 3092023, + "MonsterList": [ + [ + 200201003, + 200201003, + 200203001, + 200201003 + ] + ] + }, + { + "Level": 66, + "StageID": 3092024, + "MonsterList": [ + [ + 200201003, + 200201003, + 200203001, + 200201003 + ] + ] + }, + { + "Level": 77, + "StageID": 3092025, + "MonsterList": [ + [ + 200201003, + 200201003, + 200203001, + 200201003 + ] + ] + }, + { + "Level": 85, + "StageID": 3092026, + "MonsterList": [ + [ + 200201003, + 200201003, + 200203001, + 200201003 + ] + ] + }, + { + "Level": 25, + "StageID": 3092030, + "MonsterList": [ + [ + 202201006, + 202206002, + 202211001, + 202211001 + ] + ] + }, + { + "Level": 32, + "StageID": 3092031, + "MonsterList": [ + [ + 202201006, + 202206002, + 202211001, + 202211001 + ] + ] + }, + { + "Level": 43, + "StageID": 3092032, + "MonsterList": [ + [ + 202201006, + 202206002, + 202211001, + 202211001 + ] + ] + }, + { + "Level": 55, + "StageID": 3092033, + "MonsterList": [ + [ + 202201006, + 202206002, + 202211001, + 202211001 + ] + ] + }, + { + "Level": 66, + "StageID": 3092034, + "MonsterList": [ + [ + 202201006, + 202206002, + 202211001, + 202211001 + ] + ] + }, + { + "Level": 77, + "StageID": 3092035, + "MonsterList": [ + [ + 202201006, + 202206002, + 202211001, + 202211001 + ] + ] + }, + { + "Level": 85, + "StageID": 3092036, + "MonsterList": [ + [ + 202201006, + 202206002, + 202211001, + 202211001 + ] + ] + }, + { + "Level": 25, + "StageID": 3092040, + "MonsterList": [ + [ + 202211001, + 202301009, + 202202007 + ] + ] + }, + { + "Level": 32, + "StageID": 3092041, + "MonsterList": [ + [ + 202211001, + 202301009, + 202202007 + ] + ] + }, + { + "Level": 43, + "StageID": 3092042, + "MonsterList": [ + [ + 202211001, + 202301009, + 202202007 + ] + ] + }, + { + "Level": 55, + "StageID": 3092043, + "MonsterList": [ + [ + 202211001, + 202301009, + 202202007 + ] + ] + }, + { + "Level": 66, + "StageID": 3092044, + "MonsterList": [ + [ + 202211001, + 202301009, + 202202007 + ] + ] + }, + { + "Level": 77, + "StageID": 3092045, + "MonsterList": [ + [ + 202211001, + 202301009, + 202202007 + ] + ] + }, + { + "Level": 85, + "StageID": 3092046, + "MonsterList": [ + [ + 202211001, + 202301009, + 202202007 + ] + ] + }, + { + "Level": 25, + "StageID": 3092050, + "MonsterList": [ + [ + 200201003, + 201302003, + 200201003 + ] + ] + }, + { + "Level": 32, + "StageID": 3092051, + "MonsterList": [ + [ + 200201003, + 201302003, + 200201003 + ] + ] + }, + { + "Level": 43, + "StageID": 3092052, + "MonsterList": [ + [ + 200201003, + 201302003, + 200201003 + ] + ] + }, + { + "Level": 55, + "StageID": 3092053, + "MonsterList": [ + [ + 200201003, + 201302003, + 200201003 + ] + ] + }, + { + "Level": 66, + "StageID": 3092054, + "MonsterList": [ + [ + 200201003, + 201302003, + 200201003 + ] + ] + }, + { + "Level": 77, + "StageID": 3092055, + "MonsterList": [ + [ + 200201003, + 201302003, + 200201003 + ] + ] + }, + { + "Level": 85, + "StageID": 3092056, + "MonsterList": [ + [ + 200201003, + 201302003, + 200201003 + ] + ] + }, + { + "Level": 25, + "StageID": 3092060, + "MonsterList": [ + [ + 200201003, + 201302003, + 200201003 + ] + ] + }, + { + "Level": 32, + "StageID": 3092061, + "MonsterList": [ + [ + 200201003, + 201302003, + 200201003 + ] + ] + }, + { + "Level": 43, + "StageID": 3092062, + "MonsterList": [ + [ + 200201003, + 201302003, + 200201003 + ] + ] + }, + { + "Level": 55, + "StageID": 3092063, + "MonsterList": [ + [ + 200201003, + 201302003, + 200201003 + ] + ] + }, + { + "Level": 66, + "StageID": 3092064, + "MonsterList": [ + [ + 200201003, + 201302003, + 200201003 + ] + ] + }, + { + "Level": 77, + "StageID": 3092065, + "MonsterList": [ + [ + 200201003, + 201302003, + 200201003 + ] + ] + }, + { + "Level": 85, + "StageID": 3092066, + "MonsterList": [ + [ + 200201003, + 201302003, + 200201003 + ] + ] + }, + { + "Level": 25, + "StageID": 3093010, + "MonsterList": [ + [ + 202205001, + 202204002, + 202205001 + ] + ] + }, + { + "Level": 32, + "StageID": 3093011, + "MonsterList": [ + [ + 202205001, + 202204002, + 202205001 + ] + ] + }, + { + "Level": 43, + "StageID": 3093012, + "MonsterList": [ + [ + 202205001, + 202204002, + 202205001 + ] + ] + }, + { + "Level": 55, + "StageID": 3093013, + "MonsterList": [ + [ + 202205001, + 202204002, + 202205001 + ] + ] + }, + { + "Level": 66, + "StageID": 3093014, + "MonsterList": [ + [ + 202205001, + 202204002, + 202205001 + ] + ] + }, + { + "Level": 77, + "StageID": 3093015, + "MonsterList": [ + [ + 202205001, + 202204002, + 202205001 + ] + ] + }, + { + "Level": 85, + "StageID": 3093016, + "MonsterList": [ + [ + 202205001, + 202204002, + 202205001 + ] + ] + }, + { + "Level": 25, + "StageID": 3093020, + "MonsterList": [ + [ + 201101003, + 202205001, + 202205001 + ] + ] + }, + { + "Level": 32, + "StageID": 3093021, + "MonsterList": [ + [ + 201101003, + 202205001, + 202205001 + ] + ] + }, + { + "Level": 43, + "StageID": 3093022, + "MonsterList": [ + [ + 201101003, + 202205001, + 202205001 + ] + ] + }, + { + "Level": 55, + "StageID": 3093023, + "MonsterList": [ + [ + 201101003, + 202205001, + 202205001 + ] + ] + }, + { + "Level": 66, + "StageID": 3093024, + "MonsterList": [ + [ + 201101003, + 202205001, + 202205001 + ] + ] + }, + { + "Level": 77, + "StageID": 3093025, + "MonsterList": [ + [ + 201101003, + 202205001, + 202205001 + ] + ] + }, + { + "Level": 85, + "StageID": 3093026, + "MonsterList": [ + [ + 201101003, + 202205001, + 202205001 + ] + ] + }, + { + "Level": 25, + "StageID": 3093030, + "MonsterList": [ + [ + 202204002, + 202206002, + 202204002 + ] + ] + }, + { + "Level": 32, + "StageID": 3093031, + "MonsterList": [ + [ + 202204002, + 202206002, + 202204002 + ] + ] + }, + { + "Level": 43, + "StageID": 3093032, + "MonsterList": [ + [ + 202204002, + 202206002, + 202204002 + ] + ] + }, + { + "Level": 55, + "StageID": 3093033, + "MonsterList": [ + [ + 202204002, + 202206002, + 202204002 + ] + ] + }, + { + "Level": 66, + "StageID": 3093034, + "MonsterList": [ + [ + 202204002, + 202206002, + 202204002 + ] + ] + }, + { + "Level": 77, + "StageID": 3093035, + "MonsterList": [ + [ + 202204002, + 202206002, + 202204002 + ] + ] + }, + { + "Level": 85, + "StageID": 3093036, + "MonsterList": [ + [ + 202204002, + 202206002, + 202204002 + ] + ] + }, + { + "Level": 25, + "StageID": 3093040, + "MonsterList": [ + [ + 201101003, + 201301004, + 201102003 + ] + ] + }, + { + "Level": 32, + "StageID": 3093041, + "MonsterList": [ + [ + 201101003, + 201301004, + 201102003 + ] + ] + }, + { + "Level": 43, + "StageID": 3093042, + "MonsterList": [ + [ + 201101003, + 201301004, + 201102003 + ] + ] + }, + { + "Level": 55, + "StageID": 3093043, + "MonsterList": [ + [ + 201101003, + 201301004, + 201102003 + ] + ] + }, + { + "Level": 66, + "StageID": 3093044, + "MonsterList": [ + [ + 201101003, + 201301004, + 201102003 + ] + ] + }, + { + "Level": 77, + "StageID": 3093045, + "MonsterList": [ + [ + 201101003, + 201301004, + 201102003 + ] + ] + }, + { + "Level": 85, + "StageID": 3093046, + "MonsterList": [ + [ + 201101003, + 201301004, + 201102003 + ] + ] + }, + { + "Level": 25, + "StageID": 3093050, + "MonsterList": [ + [ + 202204002, + 202302003, + 202205001 + ] + ] + }, + { + "Level": 32, + "StageID": 3093051, + "MonsterList": [ + [ + 202204002, + 202302003, + 202205001 + ] + ] + }, + { + "Level": 43, + "StageID": 3093052, + "MonsterList": [ + [ + 202204002, + 202302003, + 202205001 + ] + ] + }, + { + "Level": 55, + "StageID": 3093053, + "MonsterList": [ + [ + 202204002, + 202302003, + 202205001 + ] + ] + }, + { + "Level": 66, + "StageID": 3093054, + "MonsterList": [ + [ + 202204002, + 202302003, + 202205001 + ] + ] + }, + { + "Level": 77, + "StageID": 3093055, + "MonsterList": [ + [ + 202204002, + 202302003, + 202205001 + ] + ] + }, + { + "Level": 85, + "StageID": 3093056, + "MonsterList": [ + [ + 202204002, + 202302003, + 202205001 + ] + ] + }, + { + "Level": 25, + "StageID": 3094010, + "MonsterList": [ + [ + 202303005 + ] + ] + }, + { + "Level": 32, + "StageID": 3094011, + "MonsterList": [ + [ + 202303005 + ] + ] + }, + { + "Level": 43, + "StageID": 3094012, + "MonsterList": [ + [ + 202303005 + ] + ] + }, + { + "Level": 55, + "StageID": 3094013, + "MonsterList": [ + [ + 202303005 + ] + ] + }, + { + "Level": 66, + "StageID": 3094014, + "MonsterList": [ + [ + 202303005 + ] + ] + }, + { + "Level": 77, + "StageID": 3094015, + "MonsterList": [ + [ + 202303005 + ] + ] + }, + { + "Level": 85, + "StageID": 3094016, + "MonsterList": [ + [ + 202303005 + ] + ] + }, + { + "Level": 25, + "StageID": 3094020, + "MonsterList": [ + [ + 801203007, + 801202012, + 801201023 + ] + ] + }, + { + "Level": 32, + "StageID": 3094021, + "MonsterList": [ + [ + 801203007, + 801202012, + 801201023 + ] + ] + }, + { + "Level": 43, + "StageID": 3094022, + "MonsterList": [ + [ + 801203007, + 801202012, + 801201023 + ] + ] + }, + { + "Level": 55, + "StageID": 3094023, + "MonsterList": [ + [ + 801203007, + 801202012, + 801201023 + ] + ] + }, + { + "Level": 66, + "StageID": 3094024, + "MonsterList": [ + [ + 801203007, + 801202012, + 801201023 + ] + ] + }, + { + "Level": 77, + "StageID": 3094025, + "MonsterList": [ + [ + 801203007, + 801202012, + 801201023 + ] + ] + }, + { + "Level": 85, + "StageID": 3094026, + "MonsterList": [ + [ + 801203007, + 801202012, + 801201023 + ] + ] + }, + { + "Level": 25, + "StageID": 3094030, + "MonsterList": [ + [ + 202211001, + 202206002, + 202202007, + 202211001 + ] + ] + }, + { + "Level": 32, + "StageID": 3094031, + "MonsterList": [ + [ + 202211001, + 202206002, + 202202007, + 202211001 + ] + ] + }, + { + "Level": 43, + "StageID": 3094032, + "MonsterList": [ + [ + 202211001, + 202206002, + 202202007, + 202211001 + ] + ] + }, + { + "Level": 55, + "StageID": 3094033, + "MonsterList": [ + [ + 202211001, + 202206002, + 202202007, + 202211001 + ] + ] + }, + { + "Level": 66, + "StageID": 3094034, + "MonsterList": [ + [ + 202211001, + 202206002, + 202202007, + 202211001 + ] + ] + }, + { + "Level": 77, + "StageID": 3094035, + "MonsterList": [ + [ + 202211001, + 202206002, + 202202007, + 202211001 + ] + ] + }, + { + "Level": 85, + "StageID": 3094036, + "MonsterList": [ + [ + 202211001, + 202206002, + 202202007, + 202211001 + ] + ] + }, + { + "Level": 25, + "StageID": 3094040, + "MonsterList": [ + [ + 202202007, + 202303005, + 202206002 + ] + ] + }, + { + "Level": 32, + "StageID": 3094041, + "MonsterList": [ + [ + 202202007, + 202303005, + 202206002 + ] + ] + }, + { + "Level": 43, + "StageID": 3094042, + "MonsterList": [ + [ + 202202007, + 202303005, + 202206002 + ] + ] + }, + { + "Level": 55, + "StageID": 3094043, + "MonsterList": [ + [ + 202202007, + 202303005, + 202206002 + ] + ] + }, + { + "Level": 66, + "StageID": 3094044, + "MonsterList": [ + [ + 202202007, + 202303005, + 202206002 + ] + ] + }, + { + "Level": 77, + "StageID": 3094045, + "MonsterList": [ + [ + 202202007, + 202303005, + 202206002 + ] + ] + }, + { + "Level": 85, + "StageID": 3094046, + "MonsterList": [ + [ + 202202007, + 202303005, + 202206002 + ] + ] + }, + { + "Level": 25, + "StageID": 3094050, + "MonsterList": [ + [ + 800201006, + 800305007, + 800201006 + ] + ] + }, + { + "Level": 32, + "StageID": 3094051, + "MonsterList": [ + [ + 800201006, + 800305007, + 800201006 + ] + ] + }, + { + "Level": 43, + "StageID": 3094052, + "MonsterList": [ + [ + 800201006, + 800305007, + 800201006 + ] + ] + }, + { + "Level": 55, + "StageID": 3094053, + "MonsterList": [ + [ + 800201006, + 800305007, + 800201006 + ] + ] + }, + { + "Level": 66, + "StageID": 3094054, + "MonsterList": [ + [ + 800201006, + 800305007, + 800201006 + ] + ] + }, + { + "Level": 77, + "StageID": 3094055, + "MonsterList": [ + [ + 800201006, + 800305007, + 800201006 + ] + ] + }, + { + "Level": 85, + "StageID": 3094056, + "MonsterList": [ + [ + 800201006, + 800305007, + 800201006 + ] + ] + }, + { + "Level": 25, + "StageID": 3099010, + "MonsterList": [ + [ + 200203002, + 200201004, + 200201004, + 200201004 + ] + ] + }, + { + "Level": 32, + "StageID": 3099011, + "MonsterList": [ + [ + 200203002, + 200201004, + 200201004, + 200201004 + ] + ] + }, + { + "Level": 43, + "StageID": 3099012, + "MonsterList": [ + [ + 200203002, + 200201004, + 200201004, + 200201004 + ] + ] + }, + { + "Level": 55, + "StageID": 3099013, + "MonsterList": [ + [ + 200203002, + 200201004, + 200201004, + 200201004 + ] + ] + }, + { + "Level": 66, + "StageID": 3099014, + "MonsterList": [ + [ + 200203002, + 200201004, + 200201004, + 200201004 + ] + ] + }, + { + "Level": 77, + "StageID": 3099015, + "MonsterList": [ + [ + 200203002, + 200201004, + 200201004, + 200201004 + ] + ] + }, + { + "Level": 85, + "StageID": 3099016, + "MonsterList": [ + [ + 200203002, + 200201004, + 200201004, + 200201004 + ] + ] + }, + { + "Level": 25, + "StageID": 3099020, + "MonsterList": [ + [ + 201201004, + 202303005, + 201201004 + ] + ] + }, + { + "Level": 32, + "StageID": 3099021, + "MonsterList": [ + [ + 201201004, + 202303005, + 201201004 + ] + ] + }, + { + "Level": 43, + "StageID": 3099022, + "MonsterList": [ + [ + 201201004, + 202303005, + 201201004 + ] + ] + }, + { + "Level": 55, + "StageID": 3099023, + "MonsterList": [ + [ + 201201004, + 202303005, + 201201004 + ] + ] + }, + { + "Level": 66, + "StageID": 3099024, + "MonsterList": [ + [ + 201201004, + 202303005, + 201201004 + ] + ] + }, + { + "Level": 77, + "StageID": 3099025, + "MonsterList": [ + [ + 201201004, + 202303005, + 201201004 + ] + ] + }, + { + "Level": 85, + "StageID": 3099026, + "MonsterList": [ + [ + 201201004, + 202303005, + 201201004 + ] + ] + }, + { + "Level": 25, + "StageID": 3099030, + "MonsterList": [ + [ + 200201003, + 200201003, + 200203001, + 200203001 + ] + ] + }, + { + "Level": 32, + "StageID": 3099031, + "MonsterList": [ + [ + 200201003, + 200201003, + 200203001, + 200203001 + ] + ] + }, + { + "Level": 43, + "StageID": 3099032, + "MonsterList": [ + [ + 200201003, + 200201003, + 200203001, + 200203001 + ] + ] + }, + { + "Level": 55, + "StageID": 3099033, + "MonsterList": [ + [ + 200201003, + 200201003, + 200203001, + 200203001 + ] + ] + }, + { + "Level": 66, + "StageID": 3099034, + "MonsterList": [ + [ + 200201003, + 200201003, + 200203001, + 200203001 + ] + ] + }, + { + "Level": 77, + "StageID": 3099035, + "MonsterList": [ + [ + 200201003, + 200201003, + 200203001, + 200203001 + ] + ] + }, + { + "Level": 85, + "StageID": 3099036, + "MonsterList": [ + [ + 200201003, + 200201003, + 200203001, + 200203001 + ] + ] + }, + { + "Level": 25, + "StageID": 3099040, + "MonsterList": [ + [ + 2013020 + ] + ] + }, + { + "Level": 32, + "StageID": 3099041, + "MonsterList": [ + [ + 2013020 + ] + ] + }, + { + "Level": 43, + "StageID": 3099042, + "MonsterList": [ + [ + 2013020 + ] + ] + }, + { + "Level": 55, + "StageID": 3099043, + "MonsterList": [ + [ + 2013020 + ] + ] + }, + { + "Level": 66, + "StageID": 3099044, + "MonsterList": [ + [ + 2013020 + ] + ] + }, + { + "Level": 77, + "StageID": 3099045, + "MonsterList": [ + [ + 2013020 + ] + ] + }, + { + "Level": 85, + "StageID": 3099046, + "MonsterList": [ + [ + 2013020 + ] + ] + }, + { + "Level": 25, + "StageID": 3099050, + "MonsterList": [ + [ + 2013020 + ] + ] + }, + { + "Level": 32, + "StageID": 3099051, + "MonsterList": [ + [ + 2013020 + ] + ] + }, + { + "Level": 43, + "StageID": 3099052, + "MonsterList": [ + [ + 2013020 + ] + ] + }, + { + "Level": 55, + "StageID": 3099053, + "MonsterList": [ + [ + 2013020 + ] + ] + }, + { + "Level": 66, + "StageID": 3099054, + "MonsterList": [ + [ + 2013020 + ] + ] + }, + { + "Level": 77, + "StageID": 3099055, + "MonsterList": [ + [ + 2013020 + ] + ] + }, + { + "Level": 85, + "StageID": 3099056, + "MonsterList": [ + [ + 2013020 + ] + ] + }, + { + "Level": 25, + "StageID": 3099060, + "MonsterList": [ + [ + 2013020 + ] + ] + }, + { + "Level": 32, + "StageID": 3099061, + "MonsterList": [ + [ + 2013020 + ] + ] + }, + { + "Level": 43, + "StageID": 3099062, + "MonsterList": [ + [ + 2013020 + ] + ] + }, + { + "Level": 55, + "StageID": 3099063, + "MonsterList": [ + [ + 2013020 + ] + ] + }, + { + "Level": 66, + "StageID": 3099064, + "MonsterList": [ + [ + 2013020 + ] + ] + }, + { + "Level": 77, + "StageID": 3099065, + "MonsterList": [ + [ + 2013020 + ] + ] + }, + { + "Level": 85, + "StageID": 3099066, + "MonsterList": [ + [ + 2013020 + ] + ] + }, + { + "Level": 25, + "StageID": 3099070, + "MonsterList": [ + [ + 2013020 + ] + ] + }, + { + "Level": 32, + "StageID": 3099071, + "MonsterList": [ + [ + 2013020 + ] + ] + }, + { + "Level": 43, + "StageID": 3099072, + "MonsterList": [ + [ + 2013020 + ] + ] + }, + { + "Level": 55, + "StageID": 3099073, + "MonsterList": [ + [ + 2013020 + ] + ] + }, + { + "Level": 66, + "StageID": 3099074, + "MonsterList": [ + [ + 2013020 + ] + ] + }, + { + "Level": 77, + "StageID": 3099075, + "MonsterList": [ + [ + 2013020 + ] + ] + }, + { + "Level": 85, + "StageID": 3099076, + "MonsterList": [ + [ + 2013020 + ] + ] + }, + { + "Level": 50, + "StageID": 3120000, + "MonsterList": [ + [ + 201201003, + 202303001, + 201201003 + ] + ] + }, + { + "Level": 50, + "StageID": 3120001, + "MonsterList": [ + [ + 201201003, + 202303001, + 201201003 + ] + ] + }, + { + "Level": 50, + "StageID": 3120002, + "MonsterList": [ + [ + 201201003, + 202303001, + 201201003 + ] + ] + }, + { + "Level": 60, + "StageID": 3120003, + "MonsterList": [ + [ + 201201003, + 202303001, + 201201003 + ] + ] + }, + { + "Level": 70, + "StageID": 3120004, + "MonsterList": [ + [ + 201201003, + 202303001, + 201201003 + ] + ] + }, + { + "Level": 80, + "StageID": 3120005, + "MonsterList": [ + [ + 201201003, + 202303001, + 201201003 + ] + ] + }, + { + "Level": 86, + "StageID": 3120006, + "MonsterList": [ + [ + 201201003, + 202303001, + 201201003 + ] + ] + }, + { + "Level": 46, + "StageID": 3121110, + "MonsterList": [ + [ + 8001020, + 102201012, + 102201012, + 8001020 + ], + [ + 803201001, + 803202001, + 803202001, + 803201001 + ] + ] + }, + { + "Level": 46, + "StageID": 3121111, + "MonsterList": [ + [ + 8001020, + 102201012, + 102201012, + 8001020 + ], + [ + 803201001, + 803202001, + 803202001, + 803201001 + ] + ] + }, + { + "Level": 46, + "StageID": 3121112, + "MonsterList": [ + [ + 8001020, + 102201012, + 102201012, + 8001020 + ], + [ + 803201001, + 803202001, + 803202001, + 803201001 + ] + ] + }, + { + "Level": 56, + "StageID": 3121113, + "MonsterList": [ + [ + 8001020, + 102201012, + 102201012, + 8001020 + ], + [ + 803201001, + 803202001, + 803202001, + 803201001 + ] + ] + }, + { + "Level": 66, + "StageID": 3121114, + "MonsterList": [ + [ + 8001020, + 102201012, + 102201012, + 8001020 + ], + [ + 803201001, + 803202001, + 803202001, + 803201001 + ] + ] + }, + { + "Level": 76, + "StageID": 3121115, + "MonsterList": [ + [ + 8001020, + 102201012, + 102201012, + 8001020 + ], + [ + 803201001, + 803202001, + 803202001, + 803201001 + ] + ] + }, + { + "Level": 82, + "StageID": 3121116, + "MonsterList": [ + [ + 8001020, + 102201012, + 102201012, + 8001020 + ], + [ + 803201001, + 803202001, + 803202001, + 803201001 + ] + ] + }, + { + "Level": 48, + "StageID": 3121120, + "MonsterList": [ + [ + 800102015, + 800304008, + 800102015 + ] + ] + }, + { + "Level": 48, + "StageID": 3121121, + "MonsterList": [ + [ + 800102015, + 800304008, + 800102015 + ] + ] + }, + { + "Level": 48, + "StageID": 3121122, + "MonsterList": [ + [ + 800102015, + 800304008, + 800102015 + ] + ] + }, + { + "Level": 58, + "StageID": 3121123, + "MonsterList": [ + [ + 800102015, + 800304008, + 800102015 + ] + ] + }, + { + "Level": 68, + "StageID": 3121124, + "MonsterList": [ + [ + 800102015, + 800304008, + 800102015 + ] + ] + }, + { + "Level": 78, + "StageID": 3121125, + "MonsterList": [ + [ + 800102015, + 800304008, + 800102015 + ] + ] + }, + { + "Level": 84, + "StageID": 3121126, + "MonsterList": [ + [ + 800102015, + 800304008, + 800102015 + ] + ] + }, + { + "Level": 50, + "StageID": 3121130, + "MonsterList": [ + [ + 201201006, + 202303006, + 201201006 + ] + ] + }, + { + "Level": 50, + "StageID": 3121131, + "MonsterList": [ + [ + 201201006, + 202303006, + 201201006 + ] + ] + }, + { + "Level": 50, + "StageID": 3121132, + "MonsterList": [ + [ + 201201006, + 202303006, + 201201006 + ] + ] + }, + { + "Level": 60, + "StageID": 3121133, + "MonsterList": [ + [ + 201201006, + 202303006, + 201201006 + ] + ] + }, + { + "Level": 70, + "StageID": 3121134, + "MonsterList": [ + [ + 201201006, + 202303006, + 201201006 + ] + ] + }, + { + "Level": 80, + "StageID": 3121135, + "MonsterList": [ + [ + 201201006, + 202303006, + 201201006 + ] + ] + }, + { + "Level": 86, + "StageID": 3121136, + "MonsterList": [ + [ + 201201006, + 202303006, + 201201006 + ] + ] + }, + { + "Level": 46, + "StageID": 3121211, + "MonsterList": [ + [ + 8001020, + 102201012, + 102201012, + 8001020 + ], + [ + 803201001, + 803202001, + 803202001, + 803201001 + ] + ] + }, + { + "Level": 46, + "StageID": 3121212, + "MonsterList": [ + [ + 8001020, + 102201012, + 102201012, + 8001020 + ], + [ + 803201001, + 803202001, + 803202001, + 803201001 + ] + ] + }, + { + "Level": 56, + "StageID": 3121213, + "MonsterList": [ + [ + 8001020, + 102201012, + 102201012, + 8001020 + ], + [ + 803201001, + 803202001, + 803202001, + 803201001 + ] + ] + }, + { + "Level": 66, + "StageID": 3121214, + "MonsterList": [ + [ + 8001020, + 102201012, + 102201012, + 8001020 + ], + [ + 803201001, + 803202001, + 803202001, + 803201001 + ] + ] + }, + { + "Level": 76, + "StageID": 3121215, + "MonsterList": [ + [ + 8001020, + 102201012, + 102201012, + 8001020 + ], + [ + 803201001, + 803202001, + 803202001, + 803201001 + ] + ] + }, + { + "Level": 82, + "StageID": 3121216, + "MonsterList": [ + [ + 8001020, + 102201012, + 102201012, + 8001020 + ], + [ + 803201001, + 803202001, + 803202001, + 803201001 + ] + ] + }, + { + "Level": 48, + "StageID": 3121220, + "MonsterList": [ + [ + 800102015, + 800304008, + 800102015 + ] + ] + }, + { + "Level": 48, + "StageID": 3121221, + "MonsterList": [ + [ + 800102015, + 800304008, + 800102015 + ] + ] + }, + { + "Level": 48, + "StageID": 3121222, + "MonsterList": [ + [ + 800102015, + 800304008, + 800102015 + ] + ] + }, + { + "Level": 58, + "StageID": 3121223, + "MonsterList": [ + [ + 800102015, + 800304008, + 800102015 + ] + ] + }, + { + "Level": 68, + "StageID": 3121224, + "MonsterList": [ + [ + 800102015, + 800304008, + 800102015 + ] + ] + }, + { + "Level": 78, + "StageID": 3121225, + "MonsterList": [ + [ + 800102015, + 800304008, + 800102015 + ] + ] + }, + { + "Level": 84, + "StageID": 3121226, + "MonsterList": [ + [ + 800102015, + 800304008, + 800102015 + ] + ] + }, + { + "Level": 50, + "StageID": 3121230, + "MonsterList": [ + [ + 201201006, + 202303006, + 201201006 + ] + ] + }, + { + "Level": 50, + "StageID": 3121231, + "MonsterList": [ + [ + 201201006, + 202303006, + 201201006 + ] + ] + }, + { + "Level": 50, + "StageID": 3121232, + "MonsterList": [ + [ + 201201006, + 202303006, + 201201006 + ] + ] + }, + { + "Level": 60, + "StageID": 3121233, + "MonsterList": [ + [ + 201201006, + 202303006, + 201201006 + ] + ] + }, + { + "Level": 70, + "StageID": 3121234, + "MonsterList": [ + [ + 201201006, + 202303006, + 201201006 + ] + ] + }, + { + "Level": 80, + "StageID": 3121235, + "MonsterList": [ + [ + 201201006, + 202303006, + 201201006 + ] + ] + }, + { + "Level": 86, + "StageID": 3121236, + "MonsterList": [ + [ + 201201006, + 202303006, + 201201006 + ] + ] + }, + { + "Level": 46, + "StageID": 3122111, + "MonsterList": [ + [ + 8001020, + 102201012, + 102201012, + 8001020 + ], + [ + 803201001, + 803202001, + 803202001, + 803201001 + ] + ] + }, + { + "Level": 46, + "StageID": 3122112, + "MonsterList": [ + [ + 8001020, + 102201012, + 102201012, + 8001020 + ], + [ + 803201001, + 803202001, + 803202001, + 803201001 + ] + ] + }, + { + "Level": 56, + "StageID": 3122113, + "MonsterList": [ + [ + 8001020, + 102201012, + 102201012, + 8001020 + ], + [ + 803201001, + 803202001, + 803202001, + 803201001 + ] + ] + }, + { + "Level": 66, + "StageID": 3122114, + "MonsterList": [ + [ + 8001020, + 102201012, + 102201012, + 8001020 + ], + [ + 803201001, + 803202001, + 803202001, + 803201001 + ] + ] + }, + { + "Level": 76, + "StageID": 3122115, + "MonsterList": [ + [ + 8001020, + 102201012, + 102201012, + 8001020 + ], + [ + 803201001, + 803202001, + 803202001, + 803201001 + ] + ] + }, + { + "Level": 82, + "StageID": 3122116, + "MonsterList": [ + [ + 8001020, + 102201012, + 102201012, + 8001020 + ], + [ + 803201001, + 803202001, + 803202001, + 803201001 + ] + ] + }, + { + "Level": 48, + "StageID": 3122120, + "MonsterList": [ + [ + 800102015, + 800304008, + 800102015 + ] + ] + }, + { + "Level": 48, + "StageID": 3122121, + "MonsterList": [ + [ + 800102015, + 800304008, + 800102015 + ] + ] + }, + { + "Level": 48, + "StageID": 3122122, + "MonsterList": [ + [ + 800102015, + 800304008, + 800102015 + ] + ] + }, + { + "Level": 58, + "StageID": 3122123, + "MonsterList": [ + [ + 800102015, + 800304008, + 800102015 + ] + ] + }, + { + "Level": 68, + "StageID": 3122124, + "MonsterList": [ + [ + 800102015, + 800304008, + 800102015 + ] + ] + }, + { + "Level": 78, + "StageID": 3122125, + "MonsterList": [ + [ + 800102015, + 800304008, + 800102015 + ] + ] + }, + { + "Level": 84, + "StageID": 3122126, + "MonsterList": [ + [ + 800102015, + 800304008, + 800102015 + ] + ] + }, + { + "Level": 50, + "StageID": 3122130, + "MonsterList": [ + [ + 202204003, + 202302005, + 202204003 + ] + ] + }, + { + "Level": 50, + "StageID": 3122131, + "MonsterList": [ + [ + 202204003, + 202302005, + 202204003 + ] + ] + }, + { + "Level": 50, + "StageID": 3122132, + "MonsterList": [ + [ + 202204003, + 202302005, + 202204003 + ] + ] + }, + { + "Level": 60, + "StageID": 3122133, + "MonsterList": [ + [ + 202204003, + 202302005, + 202204003 + ] + ] + }, + { + "Level": 70, + "StageID": 3122134, + "MonsterList": [ + [ + 202204003, + 202302005, + 202204003 + ] + ] + }, + { + "Level": 80, + "StageID": 3122135, + "MonsterList": [ + [ + 202204003, + 202302005, + 202204003 + ] + ] + }, + { + "Level": 86, + "StageID": 3122136, + "MonsterList": [ + [ + 202204003, + 202302005, + 202204003 + ] + ] + }, + { + "Level": 46, + "StageID": 3122210, + "MonsterList": [ + [ + 8001020, + 102201012, + 102201012, + 8001020 + ], + [ + 803201001, + 803202001, + 803202001, + 803201001 + ] + ] + }, + { + "Level": 46, + "StageID": 3122211, + "MonsterList": [ + [ + 8001020, + 102201012, + 102201012, + 8001020 + ], + [ + 803201001, + 803202001, + 803202001, + 803201001 + ] + ] + }, + { + "Level": 46, + "StageID": 3122212, + "MonsterList": [ + [ + 8001020, + 102201012, + 102201012, + 8001020 + ], + [ + 803201001, + 803202001, + 803202001, + 803201001 + ] + ] + }, + { + "Level": 56, + "StageID": 3122213, + "MonsterList": [ + [ + 8001020, + 102201012, + 102201012, + 8001020 + ], + [ + 803201001, + 803202001, + 803202001, + 803201001 + ] + ] + }, + { + "Level": 66, + "StageID": 3122214, + "MonsterList": [ + [ + 8001020, + 102201012, + 102201012, + 8001020 + ], + [ + 803201001, + 803202001, + 803202001, + 803201001 + ] + ] + }, + { + "Level": 76, + "StageID": 3122215, + "MonsterList": [ + [ + 8001020, + 102201012, + 102201012, + 8001020 + ], + [ + 803201001, + 803202001, + 803202001, + 803201001 + ] + ] + }, + { + "Level": 82, + "StageID": 3122216, + "MonsterList": [ + [ + 8001020, + 102201012, + 102201012, + 8001020 + ], + [ + 803201001, + 803202001, + 803202001, + 803201001 + ] + ] + }, + { + "Level": 48, + "StageID": 3122220, + "MonsterList": [ + [ + 800102015, + 800304008, + 800102015 + ] + ] + }, + { + "Level": 48, + "StageID": 3122221, + "MonsterList": [ + [ + 800102015, + 800304008, + 800102015 + ] + ] + }, + { + "Level": 48, + "StageID": 3122222, + "MonsterList": [ + [ + 800102015, + 800304008, + 800102015 + ] + ] + }, + { + "Level": 58, + "StageID": 3122223, + "MonsterList": [ + [ + 800102015, + 800304008, + 800102015 + ] + ] + }, + { + "Level": 68, + "StageID": 3122224, + "MonsterList": [ + [ + 800102015, + 800304008, + 800102015 + ] + ] + }, + { + "Level": 78, + "StageID": 3122225, + "MonsterList": [ + [ + 800102015, + 800304008, + 800102015 + ] + ] + }, + { + "Level": 84, + "StageID": 3122226, + "MonsterList": [ + [ + 800102015, + 800304008, + 800102015 + ] + ] + }, + { + "Level": 50, + "StageID": 3122230, + "MonsterList": [ + [ + 202204003, + 202302005, + 202204003 + ] + ] + }, + { + "Level": 50, + "StageID": 3122231, + "MonsterList": [ + [ + 202204003, + 202302005, + 202204003 + ] + ] + }, + { + "Level": 50, + "StageID": 3122232, + "MonsterList": [ + [ + 202204003, + 202302005, + 202204003 + ] + ] + }, + { + "Level": 60, + "StageID": 3122233, + "MonsterList": [ + [ + 202204003, + 202302005, + 202204003 + ] + ] + }, + { + "Level": 70, + "StageID": 3122234, + "MonsterList": [ + [ + 202204003, + 202302005, + 202204003 + ] + ] + }, + { + "Level": 80, + "StageID": 3122235, + "MonsterList": [ + [ + 202204003, + 202302005, + 202204003 + ] + ] + }, + { + "Level": 86, + "StageID": 3122236, + "MonsterList": [ + [ + 202204003, + 202302005, + 202204003 + ] + ] + }, + { + "Level": 80, + "StageID": 4000207, + "MonsterList": [ + [ + 3012020, + 3013010, + 3012020 + ] + ] + }, + { + "Level": 40, + "StageID": 4120000, + "MonsterList": [ + [ + 100301017, + 100301017, + 100301017, + 100301017, + 100301017 + ] + ] + }, + { + "Level": 40, + "StageID": 4120001, + "MonsterList": [ + [ + 100301017, + 100301017, + 100301017, + 100301017, + 100301017 + ] + ] + }, + { + "Level": 50, + "StageID": 4120002, + "MonsterList": [ + [ + 100301017, + 100301017, + 100301017, + 100301017, + 100301017 + ] + ] + }, + { + "Level": 60, + "StageID": 4120003, + "MonsterList": [ + [ + 100301017, + 100301017, + 100301017, + 100301017, + 100301017 + ] + ] + }, + { + "Level": 70, + "StageID": 4120004, + "MonsterList": [ + [ + 100301017, + 100301017, + 100301017, + 100301017, + 100301017 + ] + ] + }, + { + "Level": 80, + "StageID": 4120005, + "MonsterList": [ + [ + 100301017, + 100301017, + 100301017, + 100301017, + 100301017 + ] + ] + }, + { + "Level": 86, + "StageID": 4120006, + "MonsterList": [ + [ + 100301017, + 100301017, + 100301017, + 100301017, + 100301017 + ] + ] + }, + { + "Level": 36, + "StageID": 4121110, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ], + [ + 1022010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 36, + "StageID": 4121111, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ], + [ + 1022010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 46, + "StageID": 4121112, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ], + [ + 1022010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 56, + "StageID": 4121113, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ], + [ + 1022010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 66, + "StageID": 4121114, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ], + [ + 1022010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 76, + "StageID": 4121115, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ], + [ + 1022010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 82, + "StageID": 4121116, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ], + [ + 1022010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 38, + "StageID": 4121120, + "MonsterList": [ + [ + 1022010, + 800304009, + 800304009 + ] + ] + }, + { + "Level": 38, + "StageID": 4121121, + "MonsterList": [ + [ + 1022010, + 800304009, + 800304009 + ] + ] + }, + { + "Level": 48, + "StageID": 4121122, + "MonsterList": [ + [ + 1022010, + 800304009, + 800304009 + ] + ] + }, + { + "Level": 58, + "StageID": 4121123, + "MonsterList": [ + [ + 1022010, + 800304009, + 800304009 + ] + ] + }, + { + "Level": 68, + "StageID": 4121124, + "MonsterList": [ + [ + 1022010, + 800304009, + 800304009 + ] + ] + }, + { + "Level": 78, + "StageID": 4121125, + "MonsterList": [ + [ + 1022010, + 800304009, + 800304009 + ] + ] + }, + { + "Level": 84, + "StageID": 4121126, + "MonsterList": [ + [ + 1022010, + 800304009, + 800304009 + ] + ] + }, + { + "Level": 40, + "StageID": 4121130, + "MonsterList": [ + [ + 800301012, + 102302004 + ] + ] + }, + { + "Level": 40, + "StageID": 4121131, + "MonsterList": [ + [ + 800301012, + 102302004 + ] + ] + }, + { + "Level": 50, + "StageID": 4121132, + "MonsterList": [ + [ + 800301012, + 102302004 + ] + ] + }, + { + "Level": 60, + "StageID": 4121133, + "MonsterList": [ + [ + 800301012, + 102302004 + ] + ] + }, + { + "Level": 70, + "StageID": 4121134, + "MonsterList": [ + [ + 800301012, + 102302004 + ] + ] + }, + { + "Level": 80, + "StageID": 4121135, + "MonsterList": [ + [ + 800301012, + 102302004 + ] + ] + }, + { + "Level": 86, + "StageID": 4121136, + "MonsterList": [ + [ + 800301012, + 102302004 + ] + ] + }, + { + "Level": 46, + "StageID": 4121210, + "MonsterList": [ + [ + 800305008 + ] + ] + }, + { + "Level": 46, + "StageID": 4121211, + "MonsterList": [ + [ + 800305008 + ] + ] + }, + { + "Level": 46, + "StageID": 4121212, + "MonsterList": [ + [ + 800305008 + ] + ] + }, + { + "Level": 56, + "StageID": 4121213, + "MonsterList": [ + [ + 800305008 + ] + ] + }, + { + "Level": 66, + "StageID": 4121214, + "MonsterList": [ + [ + 800305008 + ] + ] + }, + { + "Level": 76, + "StageID": 4121215, + "MonsterList": [ + [ + 800305008 + ] + ] + }, + { + "Level": 82, + "StageID": 4121216, + "MonsterList": [ + [ + 800305008 + ] + ] + }, + { + "Level": 48, + "StageID": 4121220, + "MonsterList": [ + [ + 800304009, + 800304009 + ] + ] + }, + { + "Level": 48, + "StageID": 4121221, + "MonsterList": [ + [ + 800304009, + 800304009 + ] + ] + }, + { + "Level": 48, + "StageID": 4121222, + "MonsterList": [ + [ + 800304009, + 800304009 + ] + ] + }, + { + "Level": 58, + "StageID": 4121223, + "MonsterList": [ + [ + 800304009, + 800304009 + ] + ] + }, + { + "Level": 68, + "StageID": 4121224, + "MonsterList": [ + [ + 800304009, + 800304009 + ] + ] + }, + { + "Level": 78, + "StageID": 4121225, + "MonsterList": [ + [ + 800304009, + 800304009 + ] + ] + }, + { + "Level": 84, + "StageID": 4121226, + "MonsterList": [ + [ + 800304009, + 800304009 + ] + ] + }, + { + "Level": 50, + "StageID": 4121230, + "MonsterList": [ + [ + 800301011, + 102302004 + ] + ] + }, + { + "Level": 50, + "StageID": 4121231, + "MonsterList": [ + [ + 800301011, + 102302004 + ] + ] + }, + { + "Level": 50, + "StageID": 4121232, + "MonsterList": [ + [ + 800301011, + 102302004 + ] + ] + }, + { + "Level": 60, + "StageID": 4121233, + "MonsterList": [ + [ + 800301011, + 102302004 + ] + ] + }, + { + "Level": 70, + "StageID": 4121234, + "MonsterList": [ + [ + 800301011, + 102302004 + ] + ] + }, + { + "Level": 80, + "StageID": 4121235, + "MonsterList": [ + [ + 800301011, + 102302004 + ] + ] + }, + { + "Level": 86, + "StageID": 4121236, + "MonsterList": [ + [ + 800301011, + 102302004 + ] + ] + }, + { + "Level": 36, + "StageID": 4122110, + "MonsterList": [ + [ + 202206003, + 202206003, + 202205002 + ], + [ + 202204003, + 202206003, + 202206003 + ] + ] + }, + { + "Level": 36, + "StageID": 4122111, + "MonsterList": [ + [ + 202206003, + 202206003, + 202205002 + ], + [ + 202204003, + 202206003, + 202206003 + ] + ] + }, + { + "Level": 46, + "StageID": 4122112, + "MonsterList": [ + [ + 202206003, + 202206003, + 202205002 + ], + [ + 202204003, + 202206003, + 202206003 + ] + ] + }, + { + "Level": 56, + "StageID": 4122113, + "MonsterList": [ + [ + 202206003, + 202206003, + 202205002 + ], + [ + 202204003, + 202206003, + 202206003 + ] + ] + }, + { + "Level": 66, + "StageID": 4122114, + "MonsterList": [ + [ + 202206003, + 202206003, + 202205002 + ], + [ + 202204003, + 202206003, + 202206003 + ] + ] + }, + { + "Level": 76, + "StageID": 4122115, + "MonsterList": [ + [ + 202206003, + 202206003, + 202205002 + ], + [ + 202204003, + 202206003, + 202206003 + ] + ] + }, + { + "Level": 82, + "StageID": 4122116, + "MonsterList": [ + [ + 202206003, + 202206003, + 202205002 + ], + [ + 202204003, + 202206003, + 202206003 + ] + ] + }, + { + "Level": 38, + "StageID": 4122120, + "MonsterList": [ + [ + 202205003, + 202302005, + 202204003, + 202204003 + ] + ] + }, + { + "Level": 38, + "StageID": 4122121, + "MonsterList": [ + [ + 202205003, + 202302005, + 202204003, + 202204003 + ] + ] + }, + { + "Level": 48, + "StageID": 4122122, + "MonsterList": [ + [ + 202205003, + 202302005, + 202204003, + 202204003 + ] + ] + }, + { + "Level": 58, + "StageID": 4122123, + "MonsterList": [ + [ + 202205003, + 202302005, + 202204003, + 202204003 + ] + ] + }, + { + "Level": 68, + "StageID": 4122124, + "MonsterList": [ + [ + 202205003, + 202302005, + 202204003, + 202204003 + ] + ] + }, + { + "Level": 78, + "StageID": 4122125, + "MonsterList": [ + [ + 202205003, + 202302005, + 202204003, + 202204003 + ] + ] + }, + { + "Level": 84, + "StageID": 4122126, + "MonsterList": [ + [ + 202205003, + 202302005, + 202204003, + 202204003 + ] + ] + }, + { + "Level": 40, + "StageID": 4122130, + "MonsterList": [ + [ + 202302005, + 2013012 + ] + ] + }, + { + "Level": 40, + "StageID": 4122131, + "MonsterList": [ + [ + 202302005, + 2013012 + ] + ] + }, + { + "Level": 50, + "StageID": 4122132, + "MonsterList": [ + [ + 202302005, + 2013012 + ] + ] + }, + { + "Level": 60, + "StageID": 4122133, + "MonsterList": [ + [ + 202302005, + 2013012 + ] + ] + }, + { + "Level": 70, + "StageID": 4122134, + "MonsterList": [ + [ + 202302005, + 2013012 + ] + ] + }, + { + "Level": 80, + "StageID": 4122135, + "MonsterList": [ + [ + 202302005, + 2013012 + ] + ] + }, + { + "Level": 86, + "StageID": 4122136, + "MonsterList": [ + [ + 202302005, + 2013012 + ] + ] + }, + { + "Level": 46, + "StageID": 4122210, + "MonsterList": [ + [ + 202206003, + 202206003, + 202205002 + ] + ] + }, + { + "Level": 46, + "StageID": 4122211, + "MonsterList": [ + [ + 202206003, + 202206003, + 202205002 + ] + ] + }, + { + "Level": 46, + "StageID": 4122212, + "MonsterList": [ + [ + 202206003, + 202206003, + 202205002 + ] + ] + }, + { + "Level": 56, + "StageID": 4122213, + "MonsterList": [ + [ + 202206003, + 202206003, + 202205002 + ] + ] + }, + { + "Level": 66, + "StageID": 4122214, + "MonsterList": [ + [ + 202206003, + 202206003, + 202205002 + ] + ] + }, + { + "Level": 76, + "StageID": 4122215, + "MonsterList": [ + [ + 202206003, + 202206003, + 202205002 + ] + ] + }, + { + "Level": 82, + "StageID": 4122216, + "MonsterList": [ + [ + 202206003, + 202206003, + 202205002 + ] + ] + }, + { + "Level": 48, + "StageID": 4122220, + "MonsterList": [ + [ + 202204003, + 202302005, + 202204003 + ] + ] + }, + { + "Level": 48, + "StageID": 4122221, + "MonsterList": [ + [ + 202204003, + 202302005, + 202204003 + ] + ] + }, + { + "Level": 48, + "StageID": 4122222, + "MonsterList": [ + [ + 202204003, + 202302005, + 202204003 + ] + ] + }, + { + "Level": 58, + "StageID": 4122223, + "MonsterList": [ + [ + 202204003, + 202302005, + 202204003 + ] + ] + }, + { + "Level": 68, + "StageID": 4122224, + "MonsterList": [ + [ + 202204003, + 202302005, + 202204003 + ] + ] + }, + { + "Level": 78, + "StageID": 4122225, + "MonsterList": [ + [ + 202204003, + 202302005, + 202204003 + ] + ] + }, + { + "Level": 84, + "StageID": 4122226, + "MonsterList": [ + [ + 202204003, + 202302005, + 202204003 + ] + ] + }, + { + "Level": 50, + "StageID": 4122230, + "MonsterList": [ + [ + 201301007, + 202204004 + ] + ] + }, + { + "Level": 50, + "StageID": 4122231, + "MonsterList": [ + [ + 201301007, + 202204004 + ] + ] + }, + { + "Level": 50, + "StageID": 4122232, + "MonsterList": [ + [ + 201301007, + 202204004 + ] + ] + }, + { + "Level": 60, + "StageID": 4122233, + "MonsterList": [ + [ + 201301007, + 202204004 + ] + ] + }, + { + "Level": 70, + "StageID": 4122234, + "MonsterList": [ + [ + 201301007, + 202204004 + ] + ] + }, + { + "Level": 80, + "StageID": 4122235, + "MonsterList": [ + [ + 201301007, + 202204004 + ] + ] + }, + { + "Level": 86, + "StageID": 4122236, + "MonsterList": [ + [ + 201301007, + 202204004 + ] + ] + }, + { + "Level": 36, + "StageID": 4123110, + "MonsterList": [ + [ + 801102008, + 801301013, + 801102008 + ] + ] + }, + { + "Level": 36, + "StageID": 4123111, + "MonsterList": [ + [ + 801102008, + 801301013, + 801102008 + ] + ] + }, + { + "Level": 46, + "StageID": 4123112, + "MonsterList": [ + [ + 801102008, + 801301013, + 801102008 + ] + ] + }, + { + "Level": 56, + "StageID": 4123113, + "MonsterList": [ + [ + 801102008, + 801301013, + 801102008 + ] + ] + }, + { + "Level": 66, + "StageID": 4123114, + "MonsterList": [ + [ + 801102008, + 801301013, + 801102008 + ] + ] + }, + { + "Level": 76, + "StageID": 4123115, + "MonsterList": [ + [ + 801102008, + 801301013, + 801102008 + ] + ] + }, + { + "Level": 82, + "StageID": 4123116, + "MonsterList": [ + [ + 801102008, + 801301013, + 801102008 + ] + ] + }, + { + "Level": 38, + "StageID": 4123120, + "MonsterList": [ + [ + 100301014, + 100301014, + 1002050 + ] + ] + }, + { + "Level": 38, + "StageID": 4123121, + "MonsterList": [ + [ + 100301014, + 100301014, + 1002050 + ] + ] + }, + { + "Level": 48, + "StageID": 4123122, + "MonsterList": [ + [ + 100301014, + 100301014, + 1002050 + ] + ] + }, + { + "Level": 58, + "StageID": 4123123, + "MonsterList": [ + [ + 100301014, + 100301014, + 1002050 + ] + ] + }, + { + "Level": 68, + "StageID": 4123124, + "MonsterList": [ + [ + 100301014, + 100301014, + 1002050 + ] + ] + }, + { + "Level": 78, + "StageID": 4123125, + "MonsterList": [ + [ + 100301014, + 100301014, + 1002050 + ] + ] + }, + { + "Level": 84, + "StageID": 4123126, + "MonsterList": [ + [ + 100301014, + 100301014, + 1002050 + ] + ] + }, + { + "Level": 40, + "StageID": 4123130, + "MonsterList": [ + [ + 102201012, + 800302014, + 800303010, + 800101015 + ] + ] + }, + { + "Level": 40, + "StageID": 4123131, + "MonsterList": [ + [ + 102201012, + 800302014, + 800303010, + 800101015 + ] + ] + }, + { + "Level": 50, + "StageID": 4123132, + "MonsterList": [ + [ + 102201012, + 800302014, + 800303010, + 800101015 + ] + ] + }, + { + "Level": 60, + "StageID": 4123133, + "MonsterList": [ + [ + 102201012, + 800302014, + 800303010, + 800101015 + ] + ] + }, + { + "Level": 70, + "StageID": 4123134, + "MonsterList": [ + [ + 102201012, + 800302014, + 800303010, + 800101015 + ] + ] + }, + { + "Level": 80, + "StageID": 4123135, + "MonsterList": [ + [ + 102201012, + 800302014, + 800303010, + 800101015 + ] + ] + }, + { + "Level": 86, + "StageID": 4123136, + "MonsterList": [ + [ + 102201012, + 800302014, + 800303010, + 800101015 + ] + ] + }, + { + "Level": 46, + "StageID": 4123210, + "MonsterList": [ + [ + 800201007, + 800201007 + ] + ] + }, + { + "Level": 46, + "StageID": 4123211, + "MonsterList": [ + [ + 800201007, + 800201007 + ] + ] + }, + { + "Level": 46, + "StageID": 4123212, + "MonsterList": [ + [ + 800201007, + 800201007 + ] + ] + }, + { + "Level": 56, + "StageID": 4123213, + "MonsterList": [ + [ + 800201007, + 800201007 + ] + ] + }, + { + "Level": 66, + "StageID": 4123214, + "MonsterList": [ + [ + 800201007, + 800201007 + ] + ] + }, + { + "Level": 76, + "StageID": 4123215, + "MonsterList": [ + [ + 800201007, + 800201007 + ] + ] + }, + { + "Level": 82, + "StageID": 4123216, + "MonsterList": [ + [ + 800201007, + 800201007 + ] + ] + }, + { + "Level": 48, + "StageID": 4123220, + "MonsterList": [ + [ + 801102008, + 801301013, + 801102008 + ] + ] + }, + { + "Level": 48, + "StageID": 4123221, + "MonsterList": [ + [ + 801102008, + 801301013, + 801102008 + ] + ] + }, + { + "Level": 48, + "StageID": 4123222, + "MonsterList": [ + [ + 801102008, + 801301013, + 801102008 + ] + ] + }, + { + "Level": 58, + "StageID": 4123223, + "MonsterList": [ + [ + 801102008, + 801301013, + 801102008 + ] + ] + }, + { + "Level": 68, + "StageID": 4123224, + "MonsterList": [ + [ + 801102008, + 801301013, + 801102008 + ] + ] + }, + { + "Level": 78, + "StageID": 4123225, + "MonsterList": [ + [ + 801102008, + 801301013, + 801102008 + ] + ] + }, + { + "Level": 84, + "StageID": 4123226, + "MonsterList": [ + [ + 801102008, + 801301013, + 801102008 + ] + ] + }, + { + "Level": 50, + "StageID": 4123230, + "MonsterList": [ + [ + 800302014, + 800303010, + 800101015 + ] + ] + }, + { + "Level": 50, + "StageID": 4123231, + "MonsterList": [ + [ + 800302014, + 800303010, + 800101015 + ] + ] + }, + { + "Level": 50, + "StageID": 4123232, + "MonsterList": [ + [ + 800302014, + 800303010, + 800101015 + ] + ] + }, + { + "Level": 60, + "StageID": 4123233, + "MonsterList": [ + [ + 800302014, + 800303010, + 800101015 + ] + ] + }, + { + "Level": 70, + "StageID": 4123234, + "MonsterList": [ + [ + 800302014, + 800303010, + 800101015 + ] + ] + }, + { + "Level": 80, + "StageID": 4123235, + "MonsterList": [ + [ + 800302014, + 800303010, + 800101015 + ] + ] + }, + { + "Level": 86, + "StageID": 4123236, + "MonsterList": [ + [ + 800302014, + 800303010, + 800101015 + ] + ] + }, + { + "Level": 36, + "StageID": 4124110, + "MonsterList": [ + [ + 800301011 + ] + ] + }, + { + "Level": 36, + "StageID": 4124111, + "MonsterList": [ + [ + 800301011 + ] + ] + }, + { + "Level": 46, + "StageID": 4124112, + "MonsterList": [ + [ + 800301011 + ] + ] + }, + { + "Level": 56, + "StageID": 4124113, + "MonsterList": [ + [ + 800301011 + ] + ] + }, + { + "Level": 66, + "StageID": 4124114, + "MonsterList": [ + [ + 800301011 + ] + ] + }, + { + "Level": 76, + "StageID": 4124115, + "MonsterList": [ + [ + 800301011 + ] + ] + }, + { + "Level": 82, + "StageID": 4124116, + "MonsterList": [ + [ + 800301011 + ] + ] + }, + { + "Level": 38, + "StageID": 4124120, + "MonsterList": [ + [ + 800302016 + ] + ] + }, + { + "Level": 38, + "StageID": 4124121, + "MonsterList": [ + [ + 800302016 + ] + ] + }, + { + "Level": 48, + "StageID": 4124122, + "MonsterList": [ + [ + 800302016 + ] + ] + }, + { + "Level": 58, + "StageID": 4124123, + "MonsterList": [ + [ + 800302016 + ] + ] + }, + { + "Level": 68, + "StageID": 4124124, + "MonsterList": [ + [ + 800302016 + ] + ] + }, + { + "Level": 78, + "StageID": 4124125, + "MonsterList": [ + [ + 800302016 + ] + ] + }, + { + "Level": 84, + "StageID": 4124126, + "MonsterList": [ + [ + 800302016 + ] + ] + }, + { + "Level": 40, + "StageID": 4124130, + "MonsterList": [ + [ + 800303011, + 800303011 + ] + ] + }, + { + "Level": 40, + "StageID": 4124131, + "MonsterList": [ + [ + 800303011, + 800303011 + ] + ] + }, + { + "Level": 50, + "StageID": 4124132, + "MonsterList": [ + [ + 800303011, + 800303011 + ] + ] + }, + { + "Level": 60, + "StageID": 4124133, + "MonsterList": [ + [ + 800303011, + 800303011 + ] + ] + }, + { + "Level": 70, + "StageID": 4124134, + "MonsterList": [ + [ + 800303011, + 800303011 + ] + ] + }, + { + "Level": 80, + "StageID": 4124135, + "MonsterList": [ + [ + 800303011, + 800303011 + ] + ] + }, + { + "Level": 86, + "StageID": 4124136, + "MonsterList": [ + [ + 800303011, + 800303011 + ] + ] + }, + { + "Level": 46, + "StageID": 4124210, + "MonsterList": [ + [ + 800301011 + ] + ] + }, + { + "Level": 46, + "StageID": 4124211, + "MonsterList": [ + [ + 800301011 + ] + ] + }, + { + "Level": 46, + "StageID": 4124212, + "MonsterList": [ + [ + 800301011 + ] + ] + }, + { + "Level": 56, + "StageID": 4124213, + "MonsterList": [ + [ + 800301011 + ] + ] + }, + { + "Level": 66, + "StageID": 4124214, + "MonsterList": [ + [ + 800301011 + ] + ] + }, + { + "Level": 76, + "StageID": 4124215, + "MonsterList": [ + [ + 800301011 + ] + ] + }, + { + "Level": 82, + "StageID": 4124216, + "MonsterList": [ + [ + 800301011 + ] + ] + }, + { + "Level": 48, + "StageID": 4124220, + "MonsterList": [ + [ + 800302016 + ] + ] + }, + { + "Level": 48, + "StageID": 4124221, + "MonsterList": [ + [ + 800302016 + ] + ] + }, + { + "Level": 48, + "StageID": 4124222, + "MonsterList": [ + [ + 800302016 + ] + ] + }, + { + "Level": 58, + "StageID": 4124223, + "MonsterList": [ + [ + 800302016 + ] + ] + }, + { + "Level": 68, + "StageID": 4124224, + "MonsterList": [ + [ + 800302016 + ] + ] + }, + { + "Level": 78, + "StageID": 4124225, + "MonsterList": [ + [ + 800302016 + ] + ] + }, + { + "Level": 84, + "StageID": 4124226, + "MonsterList": [ + [ + 800302016 + ] + ] + }, + { + "Level": 50, + "StageID": 4124230, + "MonsterList": [ + [ + 800303011, + 800303011 + ] + ] + }, + { + "Level": 50, + "StageID": 4124231, + "MonsterList": [ + [ + 800303011, + 800303011 + ] + ] + }, + { + "Level": 50, + "StageID": 4124232, + "MonsterList": [ + [ + 800303011, + 800303011 + ] + ] + }, + { + "Level": 60, + "StageID": 4124233, + "MonsterList": [ + [ + 800303011, + 800303011 + ] + ] + }, + { + "Level": 70, + "StageID": 4124234, + "MonsterList": [ + [ + 800303011, + 800303011 + ] + ] + }, + { + "Level": 80, + "StageID": 4124235, + "MonsterList": [ + [ + 800303011, + 800303011 + ] + ] + }, + { + "Level": 86, + "StageID": 4124236, + "MonsterList": [ + [ + 800303011, + 800303011 + ] + ] + }, + { + "Level": 36, + "StageID": 4125110, + "MonsterList": [ + [ + 800101016, + 102202021, + 800101016 + ], + [ + 102202021, + 102202021, + 102202021 + ] + ] + }, + { + "Level": 36, + "StageID": 4125111, + "MonsterList": [ + [ + 800101016, + 102202021, + 800101016 + ], + [ + 102202021, + 102202021, + 102202021 + ] + ] + }, + { + "Level": 46, + "StageID": 4125112, + "MonsterList": [ + [ + 800101016, + 102202021, + 800101016 + ], + [ + 102202021, + 102202021, + 102202021 + ] + ] + }, + { + "Level": 56, + "StageID": 4125113, + "MonsterList": [ + [ + 800101016, + 102202021, + 800101016 + ], + [ + 102202021, + 102202021, + 102202021 + ] + ] + }, + { + "Level": 66, + "StageID": 4125114, + "MonsterList": [ + [ + 800101016, + 102202021, + 800101016 + ], + [ + 102202021, + 102202021, + 102202021 + ] + ] + }, + { + "Level": 76, + "StageID": 4125115, + "MonsterList": [ + [ + 800101016, + 102202021, + 800101016 + ], + [ + 102202021, + 102202021, + 102202021 + ] + ] + }, + { + "Level": 82, + "StageID": 4125116, + "MonsterList": [ + [ + 800101016, + 102202021, + 800101016 + ], + [ + 102202021, + 102202021, + 102202021 + ] + ] + }, + { + "Level": 38, + "StageID": 4125120, + "MonsterList": [ + [ + 800101016, + 102202020, + 102301011, + 102202020 + ] + ] + }, + { + "Level": 38, + "StageID": 4125121, + "MonsterList": [ + [ + 800101016, + 102202020, + 102301011, + 102202020 + ] + ] + }, + { + "Level": 48, + "StageID": 4125122, + "MonsterList": [ + [ + 800101016, + 102202020, + 102301011, + 102202020 + ] + ] + }, + { + "Level": 58, + "StageID": 4125123, + "MonsterList": [ + [ + 800101016, + 102202020, + 102301011, + 102202020 + ] + ] + }, + { + "Level": 68, + "StageID": 4125124, + "MonsterList": [ + [ + 800101016, + 102202020, + 102301011, + 102202020 + ] + ] + }, + { + "Level": 78, + "StageID": 4125125, + "MonsterList": [ + [ + 800101016, + 102202020, + 102301011, + 102202020 + ] + ] + }, + { + "Level": 84, + "StageID": 4125126, + "MonsterList": [ + [ + 800101016, + 102202020, + 102301011, + 102202020 + ] + ] + }, + { + "Level": 40, + "StageID": 4125130, + "MonsterList": [ + [ + 102202019, + 800302017, + 102301012, + 102202019 + ] + ] + }, + { + "Level": 40, + "StageID": 4125131, + "MonsterList": [ + [ + 102202019, + 800302017, + 102301012, + 102202019 + ] + ] + }, + { + "Level": 50, + "StageID": 4125132, + "MonsterList": [ + [ + 102202019, + 800302017, + 102301012, + 102202019 + ] + ] + }, + { + "Level": 60, + "StageID": 4125133, + "MonsterList": [ + [ + 102202019, + 800302017, + 102301012, + 102202019 + ] + ] + }, + { + "Level": 70, + "StageID": 4125134, + "MonsterList": [ + [ + 102202019, + 800302017, + 102301012, + 102202019 + ] + ] + }, + { + "Level": 80, + "StageID": 4125135, + "MonsterList": [ + [ + 102202019, + 800302017, + 102301012, + 102202019 + ] + ] + }, + { + "Level": 86, + "StageID": 4125136, + "MonsterList": [ + [ + 102202019, + 800302017, + 102301012, + 102202019 + ] + ] + }, + { + "Level": 46, + "StageID": 4125210, + "MonsterList": [ + [ + 800101016, + 102202021, + 800101016 + ], + [ + 102202021, + 102202021, + 102202021 + ] + ] + }, + { + "Level": 46, + "StageID": 4125211, + "MonsterList": [ + [ + 800101016, + 102202021, + 800101016 + ], + [ + 102202021, + 102202021, + 102202021 + ] + ] + }, + { + "Level": 46, + "StageID": 4125212, + "MonsterList": [ + [ + 800101016, + 102202021, + 800101016 + ], + [ + 102202021, + 102202021, + 102202021 + ] + ] + }, + { + "Level": 56, + "StageID": 4125213, + "MonsterList": [ + [ + 800101016, + 102202021, + 800101016 + ], + [ + 102202021, + 102202021, + 102202021 + ] + ] + }, + { + "Level": 66, + "StageID": 4125214, + "MonsterList": [ + [ + 800101016, + 102202021, + 800101016 + ], + [ + 102202021, + 102202021, + 102202021 + ] + ] + }, + { + "Level": 76, + "StageID": 4125215, + "MonsterList": [ + [ + 800101016, + 102202021, + 800101016 + ], + [ + 102202021, + 102202021, + 102202021 + ] + ] + }, + { + "Level": 82, + "StageID": 4125216, + "MonsterList": [ + [ + 800101016, + 102202021, + 800101016 + ], + [ + 102202021, + 102202021, + 102202021 + ] + ] + }, + { + "Level": 48, + "StageID": 4125220, + "MonsterList": [ + [ + 800101016, + 102202020, + 102301011, + 102202020 + ] + ] + }, + { + "Level": 48, + "StageID": 4125221, + "MonsterList": [ + [ + 800101016, + 102202020, + 102301011, + 102202020 + ] + ] + }, + { + "Level": 48, + "StageID": 4125222, + "MonsterList": [ + [ + 800101016, + 102202020, + 102301011, + 102202020 + ] + ] + }, + { + "Level": 58, + "StageID": 4125223, + "MonsterList": [ + [ + 800101016, + 102202020, + 102301011, + 102202020 + ] + ] + }, + { + "Level": 68, + "StageID": 4125224, + "MonsterList": [ + [ + 800101016, + 102202020, + 102301011, + 102202020 + ] + ] + }, + { + "Level": 78, + "StageID": 4125225, + "MonsterList": [ + [ + 800101016, + 102202020, + 102301011, + 102202020 + ] + ] + }, + { + "Level": 84, + "StageID": 4125226, + "MonsterList": [ + [ + 800101016, + 102202020, + 102301011, + 102202020 + ] + ] + }, + { + "Level": 50, + "StageID": 4125230, + "MonsterList": [ + [ + 102202019, + 800302017, + 102301012, + 102202019 + ] + ] + }, + { + "Level": 50, + "StageID": 4125231, + "MonsterList": [ + [ + 102202019, + 800302017, + 102301012, + 102202019 + ] + ] + }, + { + "Level": 50, + "StageID": 4125232, + "MonsterList": [ + [ + 102202019, + 800302017, + 102301012, + 102202019 + ] + ] + }, + { + "Level": 60, + "StageID": 4125233, + "MonsterList": [ + [ + 102202019, + 800302017, + 102301012, + 102202019 + ] + ] + }, + { + "Level": 70, + "StageID": 4125234, + "MonsterList": [ + [ + 102202019, + 800302017, + 102301012, + 102202019 + ] + ] + }, + { + "Level": 80, + "StageID": 4125235, + "MonsterList": [ + [ + 102202019, + 800302017, + 102301012, + 102202019 + ] + ] + }, + { + "Level": 86, + "StageID": 4125236, + "MonsterList": [ + [ + 102202019, + 800302017, + 102301012, + 102202019 + ] + ] + }, + { + "Level": 36, + "StageID": 4126110, + "MonsterList": [ + [ + 102202022, + 102301013, + 102202022 + ] + ] + }, + { + "Level": 36, + "StageID": 4126111, + "MonsterList": [ + [ + 102202022, + 102301013, + 102202022 + ] + ] + }, + { + "Level": 46, + "StageID": 4126112, + "MonsterList": [ + [ + 102202022, + 102301013, + 102202022 + ] + ] + }, + { + "Level": 56, + "StageID": 4126113, + "MonsterList": [ + [ + 102202022, + 102301013, + 102202022 + ] + ] + }, + { + "Level": 66, + "StageID": 4126114, + "MonsterList": [ + [ + 102202022, + 102301013, + 102202022 + ] + ] + }, + { + "Level": 76, + "StageID": 4126115, + "MonsterList": [ + [ + 102202022, + 102301013, + 102202022 + ] + ] + }, + { + "Level": 82, + "StageID": 4126116, + "MonsterList": [ + [ + 102202022, + 102301013, + 102202022 + ] + ] + }, + { + "Level": 38, + "StageID": 4126120, + "MonsterList": [ + [ + 100202016, + 101302021, + 100202016 + ] + ] + }, + { + "Level": 38, + "StageID": 4126121, + "MonsterList": [ + [ + 100202016, + 101302021, + 100202016 + ] + ] + }, + { + "Level": 48, + "StageID": 4126122, + "MonsterList": [ + [ + 100202016, + 101302021, + 100202016 + ] + ] + }, + { + "Level": 58, + "StageID": 4126123, + "MonsterList": [ + [ + 100202016, + 101302021, + 100202016 + ] + ] + }, + { + "Level": 68, + "StageID": 4126124, + "MonsterList": [ + [ + 100202016, + 101302021, + 100202016 + ] + ] + }, + { + "Level": 78, + "StageID": 4126125, + "MonsterList": [ + [ + 100202016, + 101302021, + 100202016 + ] + ] + }, + { + "Level": 84, + "StageID": 4126126, + "MonsterList": [ + [ + 100202016, + 101302021, + 100202016 + ] + ] + }, + { + "Level": 40, + "StageID": 4126130, + "MonsterList": [ + [ + 800305009, + 801301014, + 801202013 + ] + ] + }, + { + "Level": 40, + "StageID": 4126131, + "MonsterList": [ + [ + 800305009, + 801301014, + 801202013 + ] + ] + }, + { + "Level": 50, + "StageID": 4126132, + "MonsterList": [ + [ + 800305009, + 801301014, + 801202013 + ] + ] + }, + { + "Level": 60, + "StageID": 4126133, + "MonsterList": [ + [ + 800305009, + 801301014, + 801202013 + ] + ] + }, + { + "Level": 70, + "StageID": 4126134, + "MonsterList": [ + [ + 800305009, + 801301014, + 801202013 + ] + ] + }, + { + "Level": 80, + "StageID": 4126135, + "MonsterList": [ + [ + 800305009, + 801301014, + 801202013 + ] + ] + }, + { + "Level": 86, + "StageID": 4126136, + "MonsterList": [ + [ + 800305009, + 801301014, + 801202013 + ] + ] + }, + { + "Level": 36, + "StageID": 4127110, + "MonsterList": [ + [ + 1012010, + 1012020, + 1012010 + ], + [ + 1012010, + 1012020, + 1012020, + 1012010 + ] + ] + }, + { + "Level": 36, + "StageID": 4127111, + "MonsterList": [ + [ + 1012010, + 1012020, + 1012010 + ], + [ + 1012010, + 1012020, + 1012020, + 1012010 + ] + ] + }, + { + "Level": 46, + "StageID": 4127112, + "MonsterList": [ + [ + 1012010, + 1012020, + 1012010 + ], + [ + 1012010, + 1012020, + 1012020, + 1012010 + ] + ] + }, + { + "Level": 56, + "StageID": 4127113, + "MonsterList": [ + [ + 1012010, + 1012020, + 1012010 + ], + [ + 1012010, + 1012020, + 1012020, + 1012010 + ] + ] + }, + { + "Level": 66, + "StageID": 4127114, + "MonsterList": [ + [ + 1012010, + 1012020, + 1012010 + ], + [ + 1012010, + 1012020, + 1012020, + 1012010 + ] + ] + }, + { + "Level": 76, + "StageID": 4127115, + "MonsterList": [ + [ + 1012010, + 1012020, + 1012010 + ], + [ + 1012010, + 1012020, + 1012020, + 1012010 + ] + ] + }, + { + "Level": 82, + "StageID": 4127116, + "MonsterList": [ + [ + 1012010, + 1012020, + 1012010 + ], + [ + 1012010, + 1012020, + 1012020, + 1012010 + ] + ] + }, + { + "Level": 38, + "StageID": 4127120, + "MonsterList": [ + [ + 800201008, + 102301014, + 102301014, + 800201008 + ] + ] + }, + { + "Level": 38, + "StageID": 4127121, + "MonsterList": [ + [ + 800201008, + 102301014, + 102301014, + 800201008 + ] + ] + }, + { + "Level": 48, + "StageID": 4127122, + "MonsterList": [ + [ + 800201008, + 102301014, + 102301014, + 800201008 + ] + ] + }, + { + "Level": 58, + "StageID": 4127123, + "MonsterList": [ + [ + 800201008, + 102301014, + 102301014, + 800201008 + ] + ] + }, + { + "Level": 68, + "StageID": 4127124, + "MonsterList": [ + [ + 800201008, + 102301014, + 102301014, + 800201008 + ] + ] + }, + { + "Level": 78, + "StageID": 4127125, + "MonsterList": [ + [ + 800201008, + 102301014, + 102301014, + 800201008 + ] + ] + }, + { + "Level": 84, + "StageID": 4127126, + "MonsterList": [ + [ + 800201008, + 102301014, + 102301014, + 800201008 + ] + ] + }, + { + "Level": 40, + "StageID": 4127130, + "MonsterList": [ + [ + 101301017, + 101302022 + ] + ] + }, + { + "Level": 40, + "StageID": 4127131, + "MonsterList": [ + [ + 101301017, + 101302022 + ] + ] + }, + { + "Level": 50, + "StageID": 4127132, + "MonsterList": [ + [ + 101301017, + 101302022 + ] + ] + }, + { + "Level": 60, + "StageID": 4127133, + "MonsterList": [ + [ + 101301017, + 101302022 + ] + ] + }, + { + "Level": 70, + "StageID": 4127134, + "MonsterList": [ + [ + 101301017, + 101302022 + ] + ] + }, + { + "Level": 80, + "StageID": 4127135, + "MonsterList": [ + [ + 101301017, + 101302022 + ] + ] + }, + { + "Level": 86, + "StageID": 4127136, + "MonsterList": [ + [ + 101301017, + 101302022 + ] + ] + }, + { + "Level": 30, + "StageID": 4130010, + "MonsterList": [ + [ + 101301017, + 101302022 + ] + ] + }, + { + "Level": 40, + "StageID": 4130011, + "MonsterList": [ + [ + 101301017, + 101302022 + ] + ] + }, + { + "Level": 50, + "StageID": 4130012, + "MonsterList": [ + [ + 101301017, + 101302022 + ] + ] + }, + { + "Level": 59, + "StageID": 4130013, + "MonsterList": [ + [ + 101301017, + 101302022 + ] + ] + }, + { + "Level": 68, + "StageID": 4130014, + "MonsterList": [ + [ + 101301017, + 101302022 + ] + ] + }, + { + "Level": 80, + "StageID": 4130015, + "MonsterList": [ + [ + 101301017, + 101302022 + ] + ] + }, + { + "Level": 86, + "StageID": 4130016, + "MonsterList": [ + [ + 101301017, + 101302022 + ] + ] + }, + { + "Level": 30, + "StageID": 4130020, + "MonsterList": [ + [ + 101301017, + 101302022 + ] + ] + }, + { + "Level": 40, + "StageID": 4130021, + "MonsterList": [ + [ + 101301017, + 101302022 + ] + ] + }, + { + "Level": 50, + "StageID": 4130022, + "MonsterList": [ + [ + 101301017, + 101302022 + ] + ] + }, + { + "Level": 59, + "StageID": 4130023, + "MonsterList": [ + [ + 101301017, + 101302022 + ] + ] + }, + { + "Level": 68, + "StageID": 4130024, + "MonsterList": [ + [ + 101301017, + 101302022 + ] + ] + }, + { + "Level": 80, + "StageID": 4130025, + "MonsterList": [ + [ + 101301017, + 101302022 + ] + ] + }, + { + "Level": 86, + "StageID": 4130026, + "MonsterList": [ + [ + 101301017, + 101302022 + ] + ] + }, + { + "Level": 30, + "StageID": 4130030, + "MonsterList": [ + [ + 101301017, + 101302022 + ] + ] + }, + { + "Level": 40, + "StageID": 4130031, + "MonsterList": [ + [ + 101301017, + 101302022 + ] + ] + }, + { + "Level": 50, + "StageID": 4130032, + "MonsterList": [ + [ + 101301017, + 101302022 + ] + ] + }, + { + "Level": 59, + "StageID": 4130033, + "MonsterList": [ + [ + 101301017, + 101302022 + ] + ] + }, + { + "Level": 68, + "StageID": 4130034, + "MonsterList": [ + [ + 101301017, + 101302022 + ] + ] + }, + { + "Level": 80, + "StageID": 4130035, + "MonsterList": [ + [ + 101301017, + 101302022 + ] + ] + }, + { + "Level": 86, + "StageID": 4130036, + "MonsterList": [ + [ + 101301017, + 101302022 + ] + ] + }, + { + "Level": 30, + "StageID": 4130040, + "MonsterList": [ + [ + 101301017, + 101302022 + ] + ] + }, + { + "Level": 40, + "StageID": 4130041, + "MonsterList": [ + [ + 101301017, + 101302022 + ] + ] + }, + { + "Level": 50, + "StageID": 4130042, + "MonsterList": [ + [ + 101301017, + 101302022 + ] + ] + }, + { + "Level": 59, + "StageID": 4130043, + "MonsterList": [ + [ + 101301017, + 101302022 + ] + ] + }, + { + "Level": 68, + "StageID": 4130044, + "MonsterList": [ + [ + 101301017, + 101302022 + ] + ] + }, + { + "Level": 80, + "StageID": 4130045, + "MonsterList": [ + [ + 101301017, + 101302022 + ] + ] + }, + { + "Level": 86, + "StageID": 4130046, + "MonsterList": [ + [ + 101301017, + 101302022 + ] + ] + }, + { + "Level": 30, + "StageID": 4130050, + "MonsterList": [ + [ + 3014020 + ] + ] + }, + { + "Level": 40, + "StageID": 4130051, + "MonsterList": [ + [ + 3014020 + ] + ] + }, + { + "Level": 50, + "StageID": 4130052, + "MonsterList": [ + [ + 3014020 + ] + ] + }, + { + "Level": 59, + "StageID": 4130053, + "MonsterList": [ + [ + 3014020 + ] + ] + }, + { + "Level": 68, + "StageID": 4130054, + "MonsterList": [ + [ + 3014020 + ] + ] + }, + { + "Level": 80, + "StageID": 4130055, + "MonsterList": [ + [ + 3014020 + ] + ] + }, + { + "Level": 86, + "StageID": 4130056, + "MonsterList": [ + [ + 3014020 + ] + ] + }, + { + "Level": 20, + "StageID": 4140010, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4140011, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4140012, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4140013, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4140014, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4140015, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4140016, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4140020, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4140021, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4140022, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4140023, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4140024, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4140025, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4140026, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4140110, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4140111, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4140112, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4140113, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4140114, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4140115, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4140116, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4140120, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4140121, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4140122, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4140123, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4140124, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4140125, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4140126, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4140130, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4140131, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4140132, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4140133, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4140134, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4140135, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4140136, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4140190, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4140191, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4140192, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4140193, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4140194, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4140195, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4140196, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4140210, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4140211, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4140212, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4140213, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4140214, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4140215, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4140216, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4140220, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4140221, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4140222, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4140223, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4140224, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4140225, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4140226, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4140230, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4140231, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4140232, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4140233, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4140234, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4140235, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4140236, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4140290, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4140291, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4140292, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4140293, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4140294, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4140295, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4140296, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4140310, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4140311, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4140312, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4140313, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4140314, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4140315, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4140316, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4140320, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4140321, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4140322, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4140323, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4140324, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4140325, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4140326, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4140330, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4140331, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4140332, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4140333, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4140334, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4140335, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4140336, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4140410, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4140411, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4140412, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4140413, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4140414, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4140415, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4140416, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4140420, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4140421, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4140422, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4140423, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4140424, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4140425, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4140426, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4140430, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4140431, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4140432, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4140433, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4140434, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4140435, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4140436, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4140510, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4140511, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4140512, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4140513, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4140514, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4140515, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4140516, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4140520, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4140521, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4140522, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4140523, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4140524, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4140525, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4140526, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4140530, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4140531, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4140532, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4140533, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4140534, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4140535, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4140536, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4140610, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4140611, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4140612, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4140613, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4140614, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4140615, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4140616, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4140620, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4140621, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4140622, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4140623, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4140624, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4140625, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4140626, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4140630, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4140631, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4140632, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4140633, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4140634, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4140635, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4140636, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4141010, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4141011, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4141012, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4141013, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4141014, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4141015, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4141016, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4141020, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4141021, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4141022, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4141023, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4141024, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4141025, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4141026, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4141030, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4141031, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4141032, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4141033, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4141034, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4141035, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4141036, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4141040, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4141041, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4141042, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4141043, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4141044, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4141045, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4141046, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4141050, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4141051, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4141052, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4141053, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4141054, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4141055, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4141056, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4141060, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4141061, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4141062, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4141063, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4141064, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4141065, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4141066, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4141070, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4141071, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4141072, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4141073, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4141074, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4141075, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4141076, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4141080, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4141081, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4141082, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4141083, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4141084, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4141085, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4141086, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4141090, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4141091, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4141092, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4141093, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4141094, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4141095, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4141096, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4141100, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4141101, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4141102, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4141103, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4141104, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4141105, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4141106, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4141110, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4141111, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4141112, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4141113, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4141114, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4141115, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4141116, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4141120, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4141121, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4141122, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4141123, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4141124, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4141125, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4141126, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4142010, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4142011, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4142012, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4142013, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4142014, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4142015, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4142016, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4142020, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4142021, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4142022, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4142023, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4142024, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4142025, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4142026, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4142030, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4142031, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4142032, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4142033, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4142034, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4142035, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4142036, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4142040, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4142041, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4142042, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4142043, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4142044, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4142045, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4142046, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4142050, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4142051, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4142052, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4142053, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4142054, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4142055, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4142056, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4142060, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4142061, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4142062, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4142063, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4142064, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4142065, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4142066, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4142070, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4142071, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4142072, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4142073, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4142074, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4142075, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4142076, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4142080, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4142081, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4142082, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4142083, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4142084, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4142085, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4142086, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4142090, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4142091, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4142092, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4142093, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4142094, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4142095, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4142096, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4142100, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4142101, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4142102, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4142103, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4142104, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4142105, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4142106, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4142110, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4142111, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4142112, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4142113, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4142114, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4142115, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4142116, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4142120, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4142121, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4142122, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4142123, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4142124, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4142125, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4142126, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4143010, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4143011, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4143012, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4143013, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4143014, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4143015, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4143016, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4143020, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4143021, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4143022, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4143023, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4143024, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4143025, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4143026, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4143030, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4143031, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4143032, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4143033, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4143034, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4143035, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4143036, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4143040, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4143041, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4143042, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4143043, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4143044, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4143045, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4143046, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4143050, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4143051, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4143052, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4143053, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4143054, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4143055, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4143056, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4143060, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4143061, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4143062, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4143063, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4143064, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4143065, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4143066, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4149010, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4149011, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4149012, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4149013, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4149014, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4149015, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4149016, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4149020, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4149021, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4149022, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4149023, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4149024, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4149025, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4149026, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4149030, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4149031, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4149032, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4149033, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4149034, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4149035, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4149036, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4149990, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4149991, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4149992, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4149993, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4149994, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4149995, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4149996, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 25, + "StageID": 4150010, + "MonsterList": [ + [ + 101302025 + ], + [ + 800301014 + ], + [ + 100402007 + ] + ] + }, + { + "Level": 35, + "StageID": 4150011, + "MonsterList": [ + [ + 101302025 + ], + [ + 800301014 + ], + [ + 100402007 + ] + ] + }, + { + "Level": 46, + "StageID": 4150012, + "MonsterList": [ + [ + 101302025 + ], + [ + 800301014 + ], + [ + 100402007 + ] + ] + }, + { + "Level": 55, + "StageID": 4150013, + "MonsterList": [ + [ + 101302025 + ], + [ + 800301014 + ], + [ + 100402007 + ] + ] + }, + { + "Level": 65, + "StageID": 4150014, + "MonsterList": [ + [ + 101302025 + ], + [ + 800301014 + ], + [ + 100402007 + ] + ] + }, + { + "Level": 78, + "StageID": 4150015, + "MonsterList": [ + [ + 101302025 + ], + [ + 800301014 + ], + [ + 100402007 + ] + ] + }, + { + "Level": 85, + "StageID": 4150016, + "MonsterList": [ + [ + 101302025 + ], + [ + 800301014 + ], + [ + 100402007 + ] + ] + }, + { + "Level": 25, + "StageID": 4150020, + "MonsterList": [ + [ + 800305010 + ], + [ + 300302002 + ], + [ + 100401006 + ] + ] + }, + { + "Level": 35, + "StageID": 4150021, + "MonsterList": [ + [ + 800305010 + ], + [ + 300302002 + ], + [ + 100401006 + ] + ] + }, + { + "Level": 46, + "StageID": 4150022, + "MonsterList": [ + [ + 800305010 + ], + [ + 300302002 + ], + [ + 100401006 + ] + ] + }, + { + "Level": 55, + "StageID": 4150023, + "MonsterList": [ + [ + 800305010 + ], + [ + 300302002 + ], + [ + 100401006 + ] + ] + }, + { + "Level": 65, + "StageID": 4150024, + "MonsterList": [ + [ + 800305010 + ], + [ + 300302002 + ], + [ + 100401006 + ] + ] + }, + { + "Level": 78, + "StageID": 4150025, + "MonsterList": [ + [ + 800305010 + ], + [ + 300302002 + ], + [ + 100401006 + ] + ] + }, + { + "Level": 85, + "StageID": 4150026, + "MonsterList": [ + [ + 800305010 + ], + [ + 300302002 + ], + [ + 100401006 + ] + ] + }, + { + "Level": 25, + "StageID": 4150030, + "MonsterList": [ + [ + 801301018 + ], + [ + 300301001 + ], + [ + 302402002 + ] + ] + }, + { + "Level": 35, + "StageID": 4150031, + "MonsterList": [ + [ + 801301018 + ], + [ + 300301001 + ], + [ + 302402002 + ] + ] + }, + { + "Level": 46, + "StageID": 4150032, + "MonsterList": [ + [ + 801301018 + ], + [ + 300301001 + ], + [ + 302402002 + ] + ] + }, + { + "Level": 55, + "StageID": 4150033, + "MonsterList": [ + [ + 801301018 + ], + [ + 300301001 + ], + [ + 302402002 + ] + ] + }, + { + "Level": 65, + "StageID": 4150034, + "MonsterList": [ + [ + 801301018 + ], + [ + 300301001 + ], + [ + 302402002 + ] + ] + }, + { + "Level": 78, + "StageID": 4150035, + "MonsterList": [ + [ + 801301018 + ], + [ + 300301001 + ], + [ + 302402002 + ] + ] + }, + { + "Level": 85, + "StageID": 4150036, + "MonsterList": [ + [ + 801301018 + ], + [ + 300301001 + ], + [ + 302402002 + ] + ] + }, + { + "Level": 25, + "StageID": 4150040, + "MonsterList": [ + [ + 800301016 + ], + [ + 202302007 + ], + [ + 100403003 + ] + ] + }, + { + "Level": 35, + "StageID": 4150041, + "MonsterList": [ + [ + 800301016 + ], + [ + 202302007 + ], + [ + 100403003 + ] + ] + }, + { + "Level": 46, + "StageID": 4150042, + "MonsterList": [ + [ + 800301016 + ], + [ + 202302007 + ], + [ + 100403003 + ] + ] + }, + { + "Level": 55, + "StageID": 4150043, + "MonsterList": [ + [ + 800301016 + ], + [ + 202302007 + ], + [ + 100403003 + ] + ] + }, + { + "Level": 65, + "StageID": 4150044, + "MonsterList": [ + [ + 800301016 + ], + [ + 202302007 + ], + [ + 100403003 + ] + ] + }, + { + "Level": 78, + "StageID": 4150045, + "MonsterList": [ + [ + 800301016 + ], + [ + 202302007 + ], + [ + 100403003 + ] + ] + }, + { + "Level": 85, + "StageID": 4150046, + "MonsterList": [ + [ + 800301016 + ], + [ + 202302007 + ], + [ + 100403003 + ] + ] + }, + { + "Level": 25, + "StageID": 4150050, + "MonsterList": [ + [ + 800303017 + ], + [ + 202303011 + ], + [ + 302401201 + ] + ] + }, + { + "Level": 35, + "StageID": 4150051, + "MonsterList": [ + [ + 800303017 + ], + [ + 202303011 + ], + [ + 302401201 + ] + ] + }, + { + "Level": 46, + "StageID": 4150052, + "MonsterList": [ + [ + 800303017 + ], + [ + 202303011 + ], + [ + 302401201 + ] + ] + }, + { + "Level": 55, + "StageID": 4150053, + "MonsterList": [ + [ + 800303017 + ], + [ + 202303011 + ], + [ + 302401201 + ] + ] + }, + { + "Level": 65, + "StageID": 4150054, + "MonsterList": [ + [ + 800303017 + ], + [ + 202303011 + ], + [ + 302401201 + ] + ] + }, + { + "Level": 78, + "StageID": 4150055, + "MonsterList": [ + [ + 800303017 + ], + [ + 202303011 + ], + [ + 302401201 + ] + ] + }, + { + "Level": 85, + "StageID": 4150056, + "MonsterList": [ + [ + 800303017 + ], + [ + 202303011 + ], + [ + 302401201 + ] + ] + }, + { + "Level": 25, + "StageID": 4150060, + "MonsterList": [ + [ + 102301016 + ], + [ + 201302007 + ], + [ + 200401005 + ] + ] + }, + { + "Level": 35, + "StageID": 4150061, + "MonsterList": [ + [ + 102301016 + ], + [ + 201302007 + ], + [ + 200401005 + ] + ] + }, + { + "Level": 46, + "StageID": 4150062, + "MonsterList": [ + [ + 102301016 + ], + [ + 201302007 + ], + [ + 200401005 + ] + ] + }, + { + "Level": 55, + "StageID": 4150063, + "MonsterList": [ + [ + 102301016 + ], + [ + 201302007 + ], + [ + 200401005 + ] + ] + }, + { + "Level": 65, + "StageID": 4150064, + "MonsterList": [ + [ + 102301016 + ], + [ + 201302007 + ], + [ + 200401005 + ] + ] + }, + { + "Level": 78, + "StageID": 4150065, + "MonsterList": [ + [ + 102301016 + ], + [ + 201302007 + ], + [ + 200401005 + ] + ] + }, + { + "Level": 85, + "StageID": 4150066, + "MonsterList": [ + [ + 102301016 + ], + [ + 201302007 + ], + [ + 200401005 + ] + ] + }, + { + "Level": 20, + "StageID": 4160010, + "MonsterList": [ + [ + 3012010, + 3012010, + 3012010 + ] + ] + }, + { + "Level": 30, + "StageID": 4160011, + "MonsterList": [ + [ + 3012010, + 3012010, + 3012010 + ] + ] + }, + { + "Level": 42, + "StageID": 4160012, + "MonsterList": [ + [ + 3012010, + 3012010, + 3012010 + ] + ] + }, + { + "Level": 52, + "StageID": 4160013, + "MonsterList": [ + [ + 3012010, + 3012010, + 3012010 + ] + ] + }, + { + "Level": 62, + "StageID": 4160014, + "MonsterList": [ + [ + 3012010, + 3012010, + 3012010 + ] + ] + }, + { + "Level": 72, + "StageID": 4160015, + "MonsterList": [ + [ + 3012010, + 3012010, + 3012010 + ] + ] + }, + { + "Level": 85, + "StageID": 4160016, + "MonsterList": [ + [ + 3012010, + 3012010, + 3012010 + ] + ] + }, + { + "Level": 20, + "StageID": 4160020, + "MonsterList": [ + [ + 3012010 + ] + ] + }, + { + "Level": 30, + "StageID": 4160021, + "MonsterList": [ + [ + 3012010 + ] + ] + }, + { + "Level": 42, + "StageID": 4160022, + "MonsterList": [ + [ + 3012010 + ] + ] + }, + { + "Level": 52, + "StageID": 4160023, + "MonsterList": [ + [ + 3012010 + ] + ] + }, + { + "Level": 62, + "StageID": 4160024, + "MonsterList": [ + [ + 3012010 + ] + ] + }, + { + "Level": 72, + "StageID": 4160025, + "MonsterList": [ + [ + 3012010 + ] + ] + }, + { + "Level": 85, + "StageID": 4160026, + "MonsterList": [ + [ + 3012010 + ] + ] + }, + { + "Level": 22, + "StageID": 4170010, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 32, + "StageID": 4170011, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 42, + "StageID": 4170012, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 52, + "StageID": 4170013, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 62, + "StageID": 4170014, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 75, + "StageID": 4170015, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 88, + "StageID": 4170016, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 22, + "StageID": 4170020, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 32, + "StageID": 4170021, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 42, + "StageID": 4170022, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 52, + "StageID": 4170023, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 62, + "StageID": 4170024, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 75, + "StageID": 4170025, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 88, + "StageID": 4170026, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 22, + "StageID": 4170030, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 32, + "StageID": 4170031, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 42, + "StageID": 4170032, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 52, + "StageID": 4170033, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 62, + "StageID": 4170034, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 75, + "StageID": 4170035, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 88, + "StageID": 4170036, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 22, + "StageID": 4170040, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 32, + "StageID": 4170041, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 42, + "StageID": 4170042, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 52, + "StageID": 4170043, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 62, + "StageID": 4170044, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 75, + "StageID": 4170045, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 88, + "StageID": 4170046, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 22, + "StageID": 4170060, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 32, + "StageID": 4170061, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 42, + "StageID": 4170062, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 52, + "StageID": 4170063, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 62, + "StageID": 4170064, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 75, + "StageID": 4170065, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 88, + "StageID": 4170066, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 22, + "StageID": 4170070, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 32, + "StageID": 4170071, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 42, + "StageID": 4170072, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 52, + "StageID": 4170073, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 62, + "StageID": 4170074, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 75, + "StageID": 4170075, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 88, + "StageID": 4170076, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 22, + "StageID": 4170080, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 32, + "StageID": 4170081, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 42, + "StageID": 4170082, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 52, + "StageID": 4170083, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 62, + "StageID": 4170084, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 75, + "StageID": 4170085, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 88, + "StageID": 4170086, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 22, + "StageID": 4170090, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 32, + "StageID": 4170091, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 42, + "StageID": 4170092, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 52, + "StageID": 4170093, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 62, + "StageID": 4170094, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 75, + "StageID": 4170095, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 88, + "StageID": 4170096, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 22, + "StageID": 4171010, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 32, + "StageID": 4171011, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 42, + "StageID": 4171012, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 52, + "StageID": 4171013, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 62, + "StageID": 4171014, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 75, + "StageID": 4171015, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 88, + "StageID": 4171016, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 22, + "StageID": 4171020, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 32, + "StageID": 4171021, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 42, + "StageID": 4171022, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 52, + "StageID": 4171023, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 62, + "StageID": 4171024, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 75, + "StageID": 4171025, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 88, + "StageID": 4171026, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 22, + "StageID": 4171030, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 32, + "StageID": 4171031, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 42, + "StageID": 4171032, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 52, + "StageID": 4171033, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 62, + "StageID": 4171034, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 75, + "StageID": 4171035, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 88, + "StageID": 4171036, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 22, + "StageID": 4171040, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 32, + "StageID": 4171041, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 42, + "StageID": 4171042, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 52, + "StageID": 4171043, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 62, + "StageID": 4171044, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 75, + "StageID": 4171045, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 88, + "StageID": 4171046, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 22, + "StageID": 4171060, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 32, + "StageID": 4171061, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 42, + "StageID": 4171062, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 52, + "StageID": 4171063, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 62, + "StageID": 4171064, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 75, + "StageID": 4171065, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 88, + "StageID": 4171066, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 22, + "StageID": 4171070, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 32, + "StageID": 4171071, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 42, + "StageID": 4171072, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 52, + "StageID": 4171073, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 62, + "StageID": 4171074, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 75, + "StageID": 4171075, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 88, + "StageID": 4171076, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 22, + "StageID": 4171080, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 32, + "StageID": 4171081, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 42, + "StageID": 4171082, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 52, + "StageID": 4171083, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 62, + "StageID": 4171084, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 75, + "StageID": 4171085, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 88, + "StageID": 4171086, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 22, + "StageID": 4171090, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 32, + "StageID": 4171091, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 42, + "StageID": 4171092, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 52, + "StageID": 4171093, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 62, + "StageID": 4171094, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 75, + "StageID": 4171095, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 88, + "StageID": 4171096, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 20, + "StageID": 4190010, + "MonsterList": [ + [ + 803301008 + ], + [ + 1004015 + ] + ] + }, + { + "Level": 30, + "StageID": 4190011, + "MonsterList": [ + [ + 803301008 + ], + [ + 1004015 + ] + ] + }, + { + "Level": 40, + "StageID": 4190012, + "MonsterList": [ + [ + 803301008 + ], + [ + 1004015 + ] + ] + }, + { + "Level": 51, + "StageID": 4190013, + "MonsterList": [ + [ + 803301008 + ], + [ + 1004015 + ] + ] + }, + { + "Level": 60, + "StageID": 4190014, + "MonsterList": [ + [ + 803301008 + ], + [ + 1004015 + ] + ] + }, + { + "Level": 74, + "StageID": 4190015, + "MonsterList": [ + [ + 803301008 + ], + [ + 1004015 + ] + ] + }, + { + "Level": 85, + "StageID": 4190016, + "MonsterList": [ + [ + 803301008 + ], + [ + 1004015 + ] + ] + }, + { + "Level": 20, + "StageID": 4190020, + "MonsterList": [ + [ + 3014025 + ] + ] + }, + { + "Level": 30, + "StageID": 4190021, + "MonsterList": [ + [ + 3014025 + ] + ] + }, + { + "Level": 40, + "StageID": 4190022, + "MonsterList": [ + [ + 3014025 + ] + ] + }, + { + "Level": 51, + "StageID": 4190023, + "MonsterList": [ + [ + 3014025 + ] + ] + }, + { + "Level": 60, + "StageID": 4190024, + "MonsterList": [ + [ + 3014025 + ] + ] + }, + { + "Level": 74, + "StageID": 4190025, + "MonsterList": [ + [ + 3014025 + ] + ] + }, + { + "Level": 85, + "StageID": 4190026, + "MonsterList": [ + [ + 3014025 + ] + ] + }, + { + "Level": 20, + "StageID": 4190030, + "MonsterList": [ + [ + 3024014 + ] + ] + }, + { + "Level": 30, + "StageID": 4190031, + "MonsterList": [ + [ + 3024014 + ] + ] + }, + { + "Level": 40, + "StageID": 4190032, + "MonsterList": [ + [ + 3024014 + ] + ] + }, + { + "Level": 51, + "StageID": 4190033, + "MonsterList": [ + [ + 3024014 + ] + ] + }, + { + "Level": 60, + "StageID": 4190034, + "MonsterList": [ + [ + 3024014 + ] + ] + }, + { + "Level": 74, + "StageID": 4190035, + "MonsterList": [ + [ + 3024014 + ] + ] + }, + { + "Level": 85, + "StageID": 4190036, + "MonsterList": [ + [ + 3024014 + ] + ] + }, + { + "Level": 20, + "StageID": 4190040, + "MonsterList": [ + [ + 1014015 + ] + ] + }, + { + "Level": 30, + "StageID": 4190041, + "MonsterList": [ + [ + 1014015 + ] + ] + }, + { + "Level": 40, + "StageID": 4190042, + "MonsterList": [ + [ + 1014015 + ] + ] + }, + { + "Level": 51, + "StageID": 4190043, + "MonsterList": [ + [ + 1014015 + ] + ] + }, + { + "Level": 60, + "StageID": 4190044, + "MonsterList": [ + [ + 1014015 + ] + ] + }, + { + "Level": 74, + "StageID": 4190045, + "MonsterList": [ + [ + 1014015 + ] + ] + }, + { + "Level": 85, + "StageID": 4190046, + "MonsterList": [ + [ + 1014015 + ] + ] + }, + { + "Level": 20, + "StageID": 4190050, + "MonsterList": [ + [ + 2004025 + ] + ] + }, + { + "Level": 30, + "StageID": 4190051, + "MonsterList": [ + [ + 2004025 + ] + ] + }, + { + "Level": 40, + "StageID": 4190052, + "MonsterList": [ + [ + 2004025 + ] + ] + }, + { + "Level": 51, + "StageID": 4190053, + "MonsterList": [ + [ + 2004025 + ] + ] + }, + { + "Level": 60, + "StageID": 4190054, + "MonsterList": [ + [ + 2004025 + ] + ] + }, + { + "Level": 74, + "StageID": 4190055, + "MonsterList": [ + [ + 2004025 + ] + ] + }, + { + "Level": 85, + "StageID": 4190056, + "MonsterList": [ + [ + 2004025 + ] + ] + }, + { + "Level": 20, + "StageID": 4191010, + "MonsterList": [ + [ + 300205007, + 300205007, + 300205201, + 300205007, + 300205007 + ] + ] + }, + { + "Level": 30, + "StageID": 4191011, + "MonsterList": [ + [ + 300205007, + 300205007, + 300205201, + 300205007, + 300205007 + ] + ] + }, + { + "Level": 40, + "StageID": 4191012, + "MonsterList": [ + [ + 300205007, + 300205007, + 300205201, + 300205007, + 300205007 + ] + ] + }, + { + "Level": 51, + "StageID": 4191013, + "MonsterList": [ + [ + 300205007, + 300205007, + 300205201, + 300205007, + 300205007 + ] + ] + }, + { + "Level": 60, + "StageID": 4191014, + "MonsterList": [ + [ + 300205007, + 300205007, + 300205201, + 300205007, + 300205007 + ] + ] + }, + { + "Level": 74, + "StageID": 4191015, + "MonsterList": [ + [ + 300205007, + 300205007, + 300205201, + 300205007, + 300205007 + ] + ] + }, + { + "Level": 85, + "StageID": 4191016, + "MonsterList": [ + [ + 300205007, + 300205007, + 300205201, + 300205007, + 300205007 + ] + ] + }, + { + "Level": 20, + "StageID": 4191020, + "MonsterList": [ + [ + 301101001, + 301301006, + 301101001 + ] + ] + }, + { + "Level": 30, + "StageID": 4191021, + "MonsterList": [ + [ + 301101001, + 301301006, + 301101001 + ] + ] + }, + { + "Level": 40, + "StageID": 4191022, + "MonsterList": [ + [ + 301101001, + 301301006, + 301101001 + ] + ] + }, + { + "Level": 51, + "StageID": 4191023, + "MonsterList": [ + [ + 301101001, + 301301006, + 301101001 + ] + ] + }, + { + "Level": 60, + "StageID": 4191024, + "MonsterList": [ + [ + 301101001, + 301301006, + 301101001 + ] + ] + }, + { + "Level": 74, + "StageID": 4191025, + "MonsterList": [ + [ + 301101001, + 301301006, + 301101001 + ] + ] + }, + { + "Level": 85, + "StageID": 4191026, + "MonsterList": [ + [ + 301101001, + 301301006, + 301101001 + ] + ] + }, + { + "Level": 20, + "StageID": 4191030, + "MonsterList": [ + [ + 100301031, + 100301031, + 100301032, + 100301031, + 100301031 + ] + ] + }, + { + "Level": 30, + "StageID": 4191031, + "MonsterList": [ + [ + 100301031, + 100301031, + 100301032, + 100301031, + 100301031 + ] + ] + }, + { + "Level": 40, + "StageID": 4191032, + "MonsterList": [ + [ + 100301031, + 100301031, + 100301032, + 100301031, + 100301031 + ] + ] + }, + { + "Level": 51, + "StageID": 4191033, + "MonsterList": [ + [ + 100301031, + 100301031, + 100301032, + 100301031, + 100301031 + ] + ] + }, + { + "Level": 60, + "StageID": 4191034, + "MonsterList": [ + [ + 100301031, + 100301031, + 100301032, + 100301031, + 100301031 + ] + ] + }, + { + "Level": 74, + "StageID": 4191035, + "MonsterList": [ + [ + 100301031, + 100301031, + 100301032, + 100301031, + 100301031 + ] + ] + }, + { + "Level": 85, + "StageID": 4191036, + "MonsterList": [ + [ + 100301031, + 100301031, + 100301032, + 100301031, + 100301031 + ] + ] + }, + { + "Level": 20, + "StageID": 4191040, + "MonsterList": [ + [ + 803301013 + ] + ] + }, + { + "Level": 30, + "StageID": 4191041, + "MonsterList": [ + [ + 803301013 + ] + ] + }, + { + "Level": 40, + "StageID": 4191042, + "MonsterList": [ + [ + 803301013 + ] + ] + }, + { + "Level": 51, + "StageID": 4191043, + "MonsterList": [ + [ + 803301013 + ] + ] + }, + { + "Level": 60, + "StageID": 4191044, + "MonsterList": [ + [ + 803301013 + ] + ] + }, + { + "Level": 74, + "StageID": 4191045, + "MonsterList": [ + [ + 803301013 + ] + ] + }, + { + "Level": 85, + "StageID": 4191046, + "MonsterList": [ + [ + 803301013 + ] + ] + }, + { + "Level": 20, + "StageID": 4191050, + "MonsterList": [ + [ + 202303014 + ] + ] + }, + { + "Level": 30, + "StageID": 4191051, + "MonsterList": [ + [ + 202303014 + ] + ] + }, + { + "Level": 40, + "StageID": 4191052, + "MonsterList": [ + [ + 202303014 + ] + ] + }, + { + "Level": 51, + "StageID": 4191053, + "MonsterList": [ + [ + 202303014 + ] + ] + }, + { + "Level": 60, + "StageID": 4191054, + "MonsterList": [ + [ + 202303014 + ] + ] + }, + { + "Level": 74, + "StageID": 4191055, + "MonsterList": [ + [ + 202303014 + ] + ] + }, + { + "Level": 85, + "StageID": 4191056, + "MonsterList": [ + [ + 202303014 + ] + ] + }, + { + "Level": 20, + "StageID": 4191060, + "MonsterList": [ + [ + 300401002, + 300305102, + 300304103, + 300303102 + ] + ] + }, + { + "Level": 30, + "StageID": 4191061, + "MonsterList": [ + [ + 300401002, + 300305102, + 300304103, + 300303102 + ] + ] + }, + { + "Level": 40, + "StageID": 4191062, + "MonsterList": [ + [ + 300401002, + 300305102, + 300304103, + 300303102 + ] + ] + }, + { + "Level": 51, + "StageID": 4191063, + "MonsterList": [ + [ + 300401002, + 300305102, + 300304103, + 300303102 + ] + ] + }, + { + "Level": 60, + "StageID": 4191064, + "MonsterList": [ + [ + 300401002, + 300305102, + 300304103, + 300303102 + ] + ] + }, + { + "Level": 74, + "StageID": 4191065, + "MonsterList": [ + [ + 300401002, + 300305102, + 300304103, + 300303102 + ] + ] + }, + { + "Level": 85, + "StageID": 4191066, + "MonsterList": [ + [ + 300401002, + 300305102, + 300304103, + 300303102 + ] + ] + }, + { + "Level": 20, + "StageID": 4191070, + "MonsterList": [ + [ + 201201011, + 201301011, + 201201011 + ] + ] + }, + { + "Level": 30, + "StageID": 4191071, + "MonsterList": [ + [ + 201201011, + 201301011, + 201201011 + ] + ] + }, + { + "Level": 40, + "StageID": 4191072, + "MonsterList": [ + [ + 201201011, + 201301011, + 201201011 + ] + ] + }, + { + "Level": 51, + "StageID": 4191073, + "MonsterList": [ + [ + 201201011, + 201301011, + 201201011 + ] + ] + }, + { + "Level": 60, + "StageID": 4191074, + "MonsterList": [ + [ + 201201011, + 201301011, + 201201011 + ] + ] + }, + { + "Level": 74, + "StageID": 4191075, + "MonsterList": [ + [ + 201201011, + 201301011, + 201201011 + ] + ] + }, + { + "Level": 85, + "StageID": 4191076, + "MonsterList": [ + [ + 201201011, + 201301011, + 201201011 + ] + ] + }, + { + "Level": 20, + "StageID": 4191080, + "MonsterList": [ + [ + 800205301, + 800205201, + 800205101, + 800205301 + ] + ] + }, + { + "Level": 30, + "StageID": 4191081, + "MonsterList": [ + [ + 800205301, + 800205201, + 800205101, + 800205301 + ] + ] + }, + { + "Level": 40, + "StageID": 4191082, + "MonsterList": [ + [ + 800205301, + 800205201, + 800205101, + 800205301 + ] + ] + }, + { + "Level": 51, + "StageID": 4191083, + "MonsterList": [ + [ + 800205301, + 800205201, + 800205101, + 800205301 + ] + ] + }, + { + "Level": 60, + "StageID": 4191084, + "MonsterList": [ + [ + 800205301, + 800205201, + 800205101, + 800205301 + ] + ] + }, + { + "Level": 74, + "StageID": 4191085, + "MonsterList": [ + [ + 800205301, + 800205201, + 800205101, + 800205301 + ] + ] + }, + { + "Level": 85, + "StageID": 4191086, + "MonsterList": [ + [ + 800205301, + 800205201, + 800205101, + 800205301 + ] + ] + }, + { + "Level": 20, + "StageID": 4191090, + "MonsterList": [ + [ + 202402007 + ] + ] + }, + { + "Level": 30, + "StageID": 4191091, + "MonsterList": [ + [ + 202402007 + ] + ] + }, + { + "Level": 40, + "StageID": 4191092, + "MonsterList": [ + [ + 202402007 + ] + ] + }, + { + "Level": 51, + "StageID": 4191093, + "MonsterList": [ + [ + 202402007 + ] + ] + }, + { + "Level": 60, + "StageID": 4191094, + "MonsterList": [ + [ + 202402007 + ] + ] + }, + { + "Level": 74, + "StageID": 4191095, + "MonsterList": [ + [ + 202402007 + ] + ] + }, + { + "Level": 85, + "StageID": 4191096, + "MonsterList": [ + [ + 202402007 + ] + ] + }, + { + "Level": 20, + "StageID": 4192010, + "MonsterList": [ + [ + 803301007 + ], + [ + 100401501 + ] + ] + }, + { + "Level": 30, + "StageID": 4192011, + "MonsterList": [ + [ + 803301007 + ], + [ + 100401501 + ] + ] + }, + { + "Level": 40, + "StageID": 4192012, + "MonsterList": [ + [ + 803301007 + ], + [ + 100401501 + ] + ] + }, + { + "Level": 51, + "StageID": 4192013, + "MonsterList": [ + [ + 803301007 + ], + [ + 100401501 + ] + ] + }, + { + "Level": 60, + "StageID": 4192014, + "MonsterList": [ + [ + 803301007 + ], + [ + 100401501 + ] + ] + }, + { + "Level": 74, + "StageID": 4192015, + "MonsterList": [ + [ + 803301007 + ], + [ + 100401501 + ] + ] + }, + { + "Level": 85, + "StageID": 4192016, + "MonsterList": [ + [ + 803301007 + ], + [ + 100401501 + ] + ] + }, + { + "Level": 20, + "StageID": 4192020, + "MonsterList": [ + [ + 3014023 + ] + ] + }, + { + "Level": 30, + "StageID": 4192021, + "MonsterList": [ + [ + 3014023 + ] + ] + }, + { + "Level": 40, + "StageID": 4192022, + "MonsterList": [ + [ + 3014023 + ] + ] + }, + { + "Level": 51, + "StageID": 4192023, + "MonsterList": [ + [ + 3014023 + ] + ] + }, + { + "Level": 60, + "StageID": 4192024, + "MonsterList": [ + [ + 3014023 + ] + ] + }, + { + "Level": 74, + "StageID": 4192025, + "MonsterList": [ + [ + 3014023 + ] + ] + }, + { + "Level": 85, + "StageID": 4192026, + "MonsterList": [ + [ + 3014023 + ] + ] + }, + { + "Level": 20, + "StageID": 4192030, + "MonsterList": [ + [ + 302401102 + ] + ] + }, + { + "Level": 30, + "StageID": 4192031, + "MonsterList": [ + [ + 302401102 + ] + ] + }, + { + "Level": 40, + "StageID": 4192032, + "MonsterList": [ + [ + 302401102 + ] + ] + }, + { + "Level": 51, + "StageID": 4192033, + "MonsterList": [ + [ + 302401102 + ] + ] + }, + { + "Level": 60, + "StageID": 4192034, + "MonsterList": [ + [ + 302401102 + ] + ] + }, + { + "Level": 74, + "StageID": 4192035, + "MonsterList": [ + [ + 302401102 + ] + ] + }, + { + "Level": 85, + "StageID": 4192036, + "MonsterList": [ + [ + 302401102 + ] + ] + }, + { + "Level": 20, + "StageID": 4192040, + "MonsterList": [ + [ + 1014014 + ] + ] + }, + { + "Level": 30, + "StageID": 4192041, + "MonsterList": [ + [ + 1014014 + ] + ] + }, + { + "Level": 40, + "StageID": 4192042, + "MonsterList": [ + [ + 1014014 + ] + ] + }, + { + "Level": 51, + "StageID": 4192043, + "MonsterList": [ + [ + 1014014 + ] + ] + }, + { + "Level": 60, + "StageID": 4192044, + "MonsterList": [ + [ + 1014014 + ] + ] + }, + { + "Level": 74, + "StageID": 4192045, + "MonsterList": [ + [ + 1014014 + ] + ] + }, + { + "Level": 85, + "StageID": 4192046, + "MonsterList": [ + [ + 1014014 + ] + ] + }, + { + "Level": 20, + "StageID": 4192050, + "MonsterList": [ + [ + 200402101 + ] + ] + }, + { + "Level": 30, + "StageID": 4192051, + "MonsterList": [ + [ + 200402101 + ] + ] + }, + { + "Level": 40, + "StageID": 4192052, + "MonsterList": [ + [ + 200402101 + ] + ] + }, + { + "Level": 51, + "StageID": 4192053, + "MonsterList": [ + [ + 200402101 + ] + ] + }, + { + "Level": 60, + "StageID": 4192054, + "MonsterList": [ + [ + 200402101 + ] + ] + }, + { + "Level": 74, + "StageID": 4192055, + "MonsterList": [ + [ + 200402101 + ] + ] + }, + { + "Level": 85, + "StageID": 4192056, + "MonsterList": [ + [ + 200402101 + ] + ] + }, + { + "Level": 30, + "StageID": 4200110, + "MonsterList": [ + [ + 2024013 + ] + ] + }, + { + "Level": 38, + "StageID": 4200111, + "MonsterList": [ + [ + 2024013 + ] + ] + }, + { + "Level": 48, + "StageID": 4200112, + "MonsterList": [ + [ + 2024013 + ] + ] + }, + { + "Level": 58, + "StageID": 4200113, + "MonsterList": [ + [ + 2024013 + ] + ] + }, + { + "Level": 68, + "StageID": 4200114, + "MonsterList": [ + [ + 2024013 + ] + ] + }, + { + "Level": 75, + "StageID": 4200115, + "MonsterList": [ + [ + 2024013 + ] + ] + }, + { + "Level": 80, + "StageID": 4200116, + "MonsterList": [ + [ + 2024013 + ] + ] + }, + { + "Level": 30, + "StageID": 4200210, + "MonsterList": [ + [ + 2004013 + ] + ] + }, + { + "Level": 38, + "StageID": 4200211, + "MonsterList": [ + [ + 2004013 + ] + ] + }, + { + "Level": 48, + "StageID": 4200212, + "MonsterList": [ + [ + 2004013 + ] + ] + }, + { + "Level": 58, + "StageID": 4200213, + "MonsterList": [ + [ + 2004013 + ] + ] + }, + { + "Level": 68, + "StageID": 4200214, + "MonsterList": [ + [ + 2004013 + ] + ] + }, + { + "Level": 75, + "StageID": 4200215, + "MonsterList": [ + [ + 2004013 + ] + ] + }, + { + "Level": 80, + "StageID": 4200216, + "MonsterList": [ + [ + 2004013 + ] + ] + }, + { + "Level": 30, + "StageID": 4200310, + "MonsterList": [ + [ + 2004023 + ] + ] + }, + { + "Level": 38, + "StageID": 4200311, + "MonsterList": [ + [ + 2004023 + ] + ] + }, + { + "Level": 48, + "StageID": 4200312, + "MonsterList": [ + [ + 2004023 + ] + ] + }, + { + "Level": 58, + "StageID": 4200313, + "MonsterList": [ + [ + 2004023 + ] + ] + }, + { + "Level": 68, + "StageID": 4200314, + "MonsterList": [ + [ + 2004023 + ] + ] + }, + { + "Level": 75, + "StageID": 4200315, + "MonsterList": [ + [ + 2004023 + ] + ] + }, + { + "Level": 80, + "StageID": 4200316, + "MonsterList": [ + [ + 2004023 + ] + ] + }, + { + "Level": 30, + "StageID": 4200410, + "MonsterList": [ + [ + 1004032, + 1004025 + ] + ] + }, + { + "Level": 38, + "StageID": 4200411, + "MonsterList": [ + [ + 1004032, + 1004025 + ] + ] + }, + { + "Level": 48, + "StageID": 4200412, + "MonsterList": [ + [ + 1004032, + 1004025 + ] + ] + }, + { + "Level": 58, + "StageID": 4200413, + "MonsterList": [ + [ + 1004032, + 1004025 + ] + ] + }, + { + "Level": 68, + "StageID": 4200414, + "MonsterList": [ + [ + 1004032, + 1004025 + ] + ] + }, + { + "Level": 75, + "StageID": 4200415, + "MonsterList": [ + [ + 1004032, + 1004025 + ] + ] + }, + { + "Level": 80, + "StageID": 4200416, + "MonsterList": [ + [ + 1004032, + 1004025 + ] + ] + }, + { + "Level": 30, + "StageID": 4200510, + "MonsterList": [ + [ + 1004013 + ] + ] + }, + { + "Level": 38, + "StageID": 4200511, + "MonsterList": [ + [ + 1004013 + ] + ] + }, + { + "Level": 48, + "StageID": 4200512, + "MonsterList": [ + [ + 1004013 + ] + ] + }, + { + "Level": 58, + "StageID": 4200513, + "MonsterList": [ + [ + 1004013 + ] + ] + }, + { + "Level": 68, + "StageID": 4200514, + "MonsterList": [ + [ + 1004013 + ] + ] + }, + { + "Level": 75, + "StageID": 4200515, + "MonsterList": [ + [ + 1004013 + ] + ] + }, + { + "Level": 80, + "StageID": 4200516, + "MonsterList": [ + [ + 1004013 + ] + ] + }, + { + "Level": 16, + "StageID": 4210010, + "MonsterList": [ + [ + 1003010, + 8002010 + ], + [ + 1003010, + 2023030 + ] + ] + }, + { + "Level": 25, + "StageID": 4210011, + "MonsterList": [ + [ + 1003010, + 8002010 + ], + [ + 1003010, + 2023030 + ] + ] + }, + { + "Level": 35, + "StageID": 4210012, + "MonsterList": [ + [ + 1003010, + 8002010 + ], + [ + 1003010, + 2023030 + ] + ] + }, + { + "Level": 45, + "StageID": 4210013, + "MonsterList": [ + [ + 1003010, + 8002010 + ], + [ + 1003010, + 2023030 + ] + ] + }, + { + "Level": 55, + "StageID": 4210014, + "MonsterList": [ + [ + 1003010, + 8002010 + ], + [ + 1003010, + 2023030 + ] + ] + }, + { + "Level": 72, + "StageID": 4210015, + "MonsterList": [ + [ + 1003010, + 8002010 + ], + [ + 1003010, + 2023030 + ] + ] + }, + { + "Level": 80, + "StageID": 4210016, + "MonsterList": [ + [ + 1003010, + 8002010 + ], + [ + 1003010, + 2023030 + ] + ] + }, + { + "Level": 16, + "StageID": 4210020, + "MonsterList": [ + [ + 1003010, + 8002010 + ], + [ + 1003010, + 2023030 + ] + ] + }, + { + "Level": 25, + "StageID": 4210021, + "MonsterList": [ + [ + 1003010, + 8002010 + ], + [ + 1003010, + 2023030 + ] + ] + }, + { + "Level": 35, + "StageID": 4210022, + "MonsterList": [ + [ + 1003010, + 8002010 + ], + [ + 1003010, + 2023030 + ] + ] + }, + { + "Level": 45, + "StageID": 4210023, + "MonsterList": [ + [ + 1003010, + 8002010 + ], + [ + 1003010, + 2023030 + ] + ] + }, + { + "Level": 55, + "StageID": 4210024, + "MonsterList": [ + [ + 1003010, + 8002010 + ], + [ + 1003010, + 2023030 + ] + ] + }, + { + "Level": 72, + "StageID": 4210025, + "MonsterList": [ + [ + 1003010, + 8002010 + ], + [ + 1003010, + 2023030 + ] + ] + }, + { + "Level": 80, + "StageID": 4210026, + "MonsterList": [ + [ + 1003010, + 8002010 + ], + [ + 1003010, + 2023030 + ] + ] + }, + { + "Level": 16, + "StageID": 4210110, + "MonsterList": [ + [ + 1003010, + 1002030 + ], + [ + 1013020, + 1003010 + ] + ] + }, + { + "Level": 25, + "StageID": 4210111, + "MonsterList": [ + [ + 1003010, + 1002030 + ], + [ + 1013020, + 1003010 + ] + ] + }, + { + "Level": 35, + "StageID": 4210112, + "MonsterList": [ + [ + 1003010, + 1002030 + ], + [ + 1013020, + 1003010 + ] + ] + }, + { + "Level": 45, + "StageID": 4210113, + "MonsterList": [ + [ + 1003010, + 1002030 + ], + [ + 1013020, + 1003010 + ] + ] + }, + { + "Level": 55, + "StageID": 4210114, + "MonsterList": [ + [ + 1003010, + 1002030 + ], + [ + 1013020, + 1003010 + ] + ] + }, + { + "Level": 72, + "StageID": 4210115, + "MonsterList": [ + [ + 1003010, + 1002030 + ], + [ + 1013020, + 1003010 + ] + ] + }, + { + "Level": 80, + "StageID": 4210116, + "MonsterList": [ + [ + 1003010, + 1002030 + ], + [ + 1013020, + 1003010 + ] + ] + }, + { + "Level": 16, + "StageID": 4210120, + "MonsterList": [ + [ + 1003010, + 1002030 + ], + [ + 1013020, + 1003010 + ] + ] + }, + { + "Level": 25, + "StageID": 4210121, + "MonsterList": [ + [ + 1003010, + 1002030 + ], + [ + 1013020, + 1003010 + ] + ] + }, + { + "Level": 35, + "StageID": 4210122, + "MonsterList": [ + [ + 1003010, + 1002030 + ], + [ + 1013020, + 1003010 + ] + ] + }, + { + "Level": 45, + "StageID": 4210123, + "MonsterList": [ + [ + 1003010, + 1002030 + ], + [ + 1013020, + 1003010 + ] + ] + }, + { + "Level": 55, + "StageID": 4210124, + "MonsterList": [ + [ + 1003010, + 1002030 + ], + [ + 1013020, + 1003010 + ] + ] + }, + { + "Level": 72, + "StageID": 4210125, + "MonsterList": [ + [ + 1003010, + 1002030 + ], + [ + 1013020, + 1003010 + ] + ] + }, + { + "Level": 80, + "StageID": 4210126, + "MonsterList": [ + [ + 1003010, + 1002030 + ], + [ + 1013020, + 1003010 + ] + ] + }, + { + "Level": 16, + "StageID": 4210210, + "MonsterList": [ + [ + 2023010, + 2002010 + ], + [ + 2023010, + 2023020 + ] + ] + }, + { + "Level": 25, + "StageID": 4210211, + "MonsterList": [ + [ + 2023010, + 2002010 + ], + [ + 2023010, + 2023020 + ] + ] + }, + { + "Level": 35, + "StageID": 4210212, + "MonsterList": [ + [ + 2023010, + 2002010 + ], + [ + 2023010, + 2023020 + ] + ] + }, + { + "Level": 45, + "StageID": 4210213, + "MonsterList": [ + [ + 2023010, + 2002010 + ], + [ + 2023010, + 2023020 + ] + ] + }, + { + "Level": 55, + "StageID": 4210214, + "MonsterList": [ + [ + 2023010, + 2002010 + ], + [ + 2023010, + 2023020 + ] + ] + }, + { + "Level": 72, + "StageID": 4210215, + "MonsterList": [ + [ + 2023010, + 2002010 + ], + [ + 2023010, + 2023020 + ] + ] + }, + { + "Level": 80, + "StageID": 4210216, + "MonsterList": [ + [ + 2023010, + 2002010 + ], + [ + 2023010, + 2023020 + ] + ] + }, + { + "Level": 16, + "StageID": 4210220, + "MonsterList": [ + [ + 2023010, + 2002010 + ], + [ + 2023010, + 2023020 + ] + ] + }, + { + "Level": 25, + "StageID": 4210221, + "MonsterList": [ + [ + 2023010, + 2002010 + ], + [ + 2023010, + 2023020 + ] + ] + }, + { + "Level": 35, + "StageID": 4210222, + "MonsterList": [ + [ + 2023010, + 2002010 + ], + [ + 2023010, + 2023020 + ] + ] + }, + { + "Level": 45, + "StageID": 4210223, + "MonsterList": [ + [ + 2023010, + 2002010 + ], + [ + 2023010, + 2023020 + ] + ] + }, + { + "Level": 55, + "StageID": 4210224, + "MonsterList": [ + [ + 2023010, + 2002010 + ], + [ + 2023010, + 2023020 + ] + ] + }, + { + "Level": 72, + "StageID": 4210225, + "MonsterList": [ + [ + 2023010, + 2002010 + ], + [ + 2023010, + 2023020 + ] + ] + }, + { + "Level": 80, + "StageID": 4210226, + "MonsterList": [ + [ + 2023010, + 2002010 + ], + [ + 2023010, + 2023020 + ] + ] + }, + { + "Level": 16, + "StageID": 4210310, + "MonsterList": [ + [ + 2022050, + 8003030, + 2022050 + ], + [ + 8003030, + 2013010 + ] + ] + }, + { + "Level": 25, + "StageID": 4210311, + "MonsterList": [ + [ + 2022050, + 8003030, + 2022050 + ], + [ + 8003030, + 2013010 + ] + ] + }, + { + "Level": 35, + "StageID": 4210312, + "MonsterList": [ + [ + 2022050, + 8003030, + 2022050 + ], + [ + 8003030, + 2013010 + ] + ] + }, + { + "Level": 45, + "StageID": 4210313, + "MonsterList": [ + [ + 2022050, + 8003030, + 2022050 + ], + [ + 8003030, + 2013010 + ] + ] + }, + { + "Level": 55, + "StageID": 4210314, + "MonsterList": [ + [ + 2022050, + 8003030, + 2022050 + ], + [ + 8003030, + 2013010 + ] + ] + }, + { + "Level": 72, + "StageID": 4210315, + "MonsterList": [ + [ + 2022050, + 8003030, + 2022050 + ], + [ + 8003030, + 2013010 + ] + ] + }, + { + "Level": 80, + "StageID": 4210316, + "MonsterList": [ + [ + 2022050, + 8003030, + 2022050 + ], + [ + 8003030, + 2013010 + ] + ] + }, + { + "Level": 16, + "StageID": 4210320, + "MonsterList": [ + [ + 2022050, + 8003030, + 2022050 + ], + [ + 8003030, + 2013010 + ] + ] + }, + { + "Level": 25, + "StageID": 4210321, + "MonsterList": [ + [ + 2022050, + 8003030, + 2022050 + ], + [ + 8003030, + 2013010 + ] + ] + }, + { + "Level": 35, + "StageID": 4210322, + "MonsterList": [ + [ + 2022050, + 8003030, + 2022050 + ], + [ + 8003030, + 2013010 + ] + ] + }, + { + "Level": 45, + "StageID": 4210323, + "MonsterList": [ + [ + 2022050, + 8003030, + 2022050 + ], + [ + 8003030, + 2013010 + ] + ] + }, + { + "Level": 55, + "StageID": 4210324, + "MonsterList": [ + [ + 2022050, + 8003030, + 2022050 + ], + [ + 8003030, + 2013010 + ] + ] + }, + { + "Level": 72, + "StageID": 4210325, + "MonsterList": [ + [ + 2022050, + 8003030, + 2022050 + ], + [ + 8003030, + 2013010 + ] + ] + }, + { + "Level": 80, + "StageID": 4210326, + "MonsterList": [ + [ + 2022050, + 8003030, + 2022050 + ], + [ + 8003030, + 2013010 + ] + ] + }, + { + "Level": 16, + "StageID": 4210410, + "MonsterList": [ + [ + 8033010, + 8012030 + ], + [ + 8033010, + 2023020 + ] + ] + }, + { + "Level": 25, + "StageID": 4210411, + "MonsterList": [ + [ + 8033010, + 8012030 + ], + [ + 8033010, + 2023020 + ] + ] + }, + { + "Level": 35, + "StageID": 4210412, + "MonsterList": [ + [ + 8033010, + 8012030 + ], + [ + 8033010, + 2023020 + ] + ] + }, + { + "Level": 45, + "StageID": 4210413, + "MonsterList": [ + [ + 8033010, + 8012030 + ], + [ + 8033010, + 2023020 + ] + ] + }, + { + "Level": 55, + "StageID": 4210414, + "MonsterList": [ + [ + 8033010, + 8012030 + ], + [ + 8033010, + 2023020 + ] + ] + }, + { + "Level": 72, + "StageID": 4210415, + "MonsterList": [ + [ + 8033010, + 8012030 + ], + [ + 8033010, + 2023020 + ] + ] + }, + { + "Level": 80, + "StageID": 4210416, + "MonsterList": [ + [ + 8033010, + 8012030 + ], + [ + 8033010, + 2023020 + ] + ] + }, + { + "Level": 16, + "StageID": 4210420, + "MonsterList": [ + [ + 8033010, + 8012030 + ], + [ + 8033010, + 2023020 + ] + ] + }, + { + "Level": 25, + "StageID": 4210421, + "MonsterList": [ + [ + 8033010, + 8012030 + ], + [ + 8033010, + 2023020 + ] + ] + }, + { + "Level": 35, + "StageID": 4210422, + "MonsterList": [ + [ + 8033010, + 8012030 + ], + [ + 8033010, + 2023020 + ] + ] + }, + { + "Level": 45, + "StageID": 4210423, + "MonsterList": [ + [ + 8033010, + 8012030 + ], + [ + 8033010, + 2023020 + ] + ] + }, + { + "Level": 55, + "StageID": 4210424, + "MonsterList": [ + [ + 8033010, + 8012030 + ], + [ + 8033010, + 2023020 + ] + ] + }, + { + "Level": 72, + "StageID": 4210425, + "MonsterList": [ + [ + 8033010, + 8012030 + ], + [ + 8033010, + 2023020 + ] + ] + }, + { + "Level": 80, + "StageID": 4210426, + "MonsterList": [ + [ + 8033010, + 8012030 + ], + [ + 8033010, + 2023020 + ] + ] + }, + { + "Level": 30, + "StageID": 4220010, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 38, + "StageID": 4220011, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 49, + "StageID": 4220012, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 60, + "StageID": 4220013, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 67, + "StageID": 4220014, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 81, + "StageID": 4220015, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 86, + "StageID": 4220016, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 30, + "StageID": 4220020, + "MonsterList": [ + [ + 4012020, + 4012020, + 4012020 + ] + ] + }, + { + "Level": 38, + "StageID": 4220021, + "MonsterList": [ + [ + 4012020, + 4012020, + 4012020 + ] + ] + }, + { + "Level": 49, + "StageID": 4220022, + "MonsterList": [ + [ + 4012020, + 4012020, + 4012020 + ] + ] + }, + { + "Level": 60, + "StageID": 4220023, + "MonsterList": [ + [ + 4012020, + 4012020, + 4012020 + ] + ] + }, + { + "Level": 67, + "StageID": 4220024, + "MonsterList": [ + [ + 4012020, + 4012020, + 4012020 + ] + ] + }, + { + "Level": 81, + "StageID": 4220025, + "MonsterList": [ + [ + 4012020, + 4012020, + 4012020 + ] + ] + }, + { + "Level": 86, + "StageID": 4220026, + "MonsterList": [ + [ + 4012020, + 4012020, + 4012020 + ] + ] + }, + { + "Level": 30, + "StageID": 4220030, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 38, + "StageID": 4220031, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 49, + "StageID": 4220032, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 60, + "StageID": 4220033, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 67, + "StageID": 4220034, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 81, + "StageID": 4220035, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 86, + "StageID": 4220036, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 30, + "StageID": 4220040, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 38, + "StageID": 4220041, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 49, + "StageID": 4220042, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 60, + "StageID": 4220043, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 67, + "StageID": 4220044, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 81, + "StageID": 4220045, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 86, + "StageID": 4220046, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 30, + "StageID": 4220050, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 38, + "StageID": 4220051, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 49, + "StageID": 4220052, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 60, + "StageID": 4220053, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 67, + "StageID": 4220054, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 81, + "StageID": 4220055, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 86, + "StageID": 4220056, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 22, + "StageID": 4230010, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 32, + "StageID": 4230011, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 42, + "StageID": 4230012, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 52, + "StageID": 4230013, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 62, + "StageID": 4230014, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 75, + "StageID": 4230015, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 88, + "StageID": 4230016, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 22, + "StageID": 4230020, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 32, + "StageID": 4230021, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 42, + "StageID": 4230022, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 52, + "StageID": 4230023, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 62, + "StageID": 4230024, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 75, + "StageID": 4230025, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 88, + "StageID": 4230026, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 22, + "StageID": 4230030, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 32, + "StageID": 4230031, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 42, + "StageID": 4230032, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 52, + "StageID": 4230033, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 62, + "StageID": 4230034, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 75, + "StageID": 4230035, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 88, + "StageID": 4230036, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 15, + "StageID": 4230040, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 26, + "StageID": 4230041, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 38, + "StageID": 4230042, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 52, + "StageID": 4230043, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 62, + "StageID": 4230044, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 75, + "StageID": 4230045, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 88, + "StageID": 4230046, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 15, + "StageID": 4230050, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 26, + "StageID": 4230051, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 38, + "StageID": 4230052, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 52, + "StageID": 4230053, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 62, + "StageID": 4230054, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 75, + "StageID": 4230055, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 88, + "StageID": 4230056, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 22, + "StageID": 4230060, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 32, + "StageID": 4230061, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 42, + "StageID": 4230062, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 52, + "StageID": 4230063, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 62, + "StageID": 4230064, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 75, + "StageID": 4230065, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 88, + "StageID": 4230066, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 22, + "StageID": 4230070, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 32, + "StageID": 4230071, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 42, + "StageID": 4230072, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 52, + "StageID": 4230073, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 62, + "StageID": 4230074, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 75, + "StageID": 4230075, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 88, + "StageID": 4230076, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 22, + "StageID": 4230110, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 32, + "StageID": 4230111, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 42, + "StageID": 4230112, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 52, + "StageID": 4230113, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 62, + "StageID": 4230114, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 75, + "StageID": 4230115, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 88, + "StageID": 4230116, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 22, + "StageID": 4230120, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 32, + "StageID": 4230121, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 42, + "StageID": 4230122, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 52, + "StageID": 4230123, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 62, + "StageID": 4230124, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 75, + "StageID": 4230125, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 88, + "StageID": 4230126, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 22, + "StageID": 4230130, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 32, + "StageID": 4230131, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 42, + "StageID": 4230132, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 52, + "StageID": 4230133, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 62, + "StageID": 4230134, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 75, + "StageID": 4230135, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 88, + "StageID": 4230136, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 15, + "StageID": 4230140, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 26, + "StageID": 4230141, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 38, + "StageID": 4230142, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 52, + "StageID": 4230143, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 62, + "StageID": 4230144, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 75, + "StageID": 4230145, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 88, + "StageID": 4230146, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 15, + "StageID": 4230150, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 26, + "StageID": 4230151, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 38, + "StageID": 4230152, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 52, + "StageID": 4230153, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 62, + "StageID": 4230154, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 75, + "StageID": 4230155, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 88, + "StageID": 4230156, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 22, + "StageID": 4230160, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 32, + "StageID": 4230161, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 42, + "StageID": 4230162, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 52, + "StageID": 4230163, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 62, + "StageID": 4230164, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 75, + "StageID": 4230165, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 88, + "StageID": 4230166, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 22, + "StageID": 4230170, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 32, + "StageID": 4230171, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 42, + "StageID": 4230172, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 52, + "StageID": 4230173, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 62, + "StageID": 4230174, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 75, + "StageID": 4230175, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 88, + "StageID": 4230176, + "MonsterList": [ + [ + 102301001, + 102301001 + ], + [ + 102301001, + 102301001 + ] + ] + }, + { + "Level": 20, + "StageID": 4240010, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4240011, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4240012, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4240013, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4240014, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4240015, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4240016, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4240020, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4240021, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4240022, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4240023, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4240024, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4240025, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4240026, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4240110, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4240111, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4240112, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4240113, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4240114, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4240115, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4240116, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4240120, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4240121, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4240122, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4240123, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4240124, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4240125, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4240126, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4240130, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4240131, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4240132, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4240133, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4240134, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4240135, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4240136, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4240190, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4240191, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4240192, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4240193, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4240194, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4240195, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4240196, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4240210, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4240211, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4240212, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4240213, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4240214, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4240215, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4240216, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4240220, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4240221, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4240222, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4240223, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4240224, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4240225, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4240226, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4240230, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4240231, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4240232, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4240233, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4240234, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4240235, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4240236, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4240290, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4240291, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4240292, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4240293, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4240294, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4240295, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4240296, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4240310, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4240311, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4240312, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4240313, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4240314, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4240315, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4240316, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4240320, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4240321, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4240322, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4240323, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4240324, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4240325, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4240326, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4240330, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4240331, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4240332, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4240333, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4240334, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4240335, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4240336, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4240410, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4240411, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4240412, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4240413, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4240414, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4240415, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4240416, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4240420, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4240421, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4240422, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4240423, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4240424, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4240425, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4240426, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4240430, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4240431, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4240432, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4240433, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4240434, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4240435, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4240436, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4240510, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4240511, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4240512, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4240513, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4240514, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4240515, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4240516, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4240520, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4240521, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4240522, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4240523, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4240524, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4240525, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4240526, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4240530, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4240531, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4240532, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4240533, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4240534, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4240535, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4240536, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4240610, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4240611, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4240612, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4240613, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4240614, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4240615, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4240616, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4240620, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4240621, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4240622, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4240623, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4240624, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4240625, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4240626, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4240630, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4240631, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4240632, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4240633, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4240634, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4240635, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4240636, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4241010, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4241011, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4241012, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4241013, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4241014, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4241015, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4241016, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4241020, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4241021, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4241022, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4241023, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4241024, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4241025, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4241026, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4241030, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4241031, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4241032, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4241033, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4241034, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4241035, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4241036, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4241040, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4241041, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4241042, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4241043, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4241044, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4241045, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4241046, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4241050, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4241051, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4241052, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4241053, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4241054, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4241055, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4241056, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4241060, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4241061, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4241062, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4241063, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4241064, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4241065, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4241066, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4241070, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4241071, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4241072, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4241073, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4241074, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4241075, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4241076, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4241080, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4241081, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4241082, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4241083, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4241084, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4241085, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4241086, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4241090, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4241091, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4241092, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4241093, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4241094, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4241095, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4241096, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4241100, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4241101, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4241102, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4241103, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4241104, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4241105, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4241106, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4241110, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4241111, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4241112, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4241113, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4241114, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4241115, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4241116, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4241120, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4241121, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4241122, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4241123, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4241124, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4241125, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4241126, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4241130, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4241131, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4241132, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4241133, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4241134, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4241135, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4241136, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4241140, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4241141, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4241142, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4241143, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4241144, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4241145, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4241146, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4241150, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4241151, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4241152, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4241153, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4241154, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4241155, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4241156, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4242010, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4242011, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4242012, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4242013, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4242014, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4242015, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4242016, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4242020, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4242021, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4242022, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4242023, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4242024, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4242025, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4242026, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4242030, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4242031, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4242032, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4242033, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4242034, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4242035, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4242036, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4242040, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4242041, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4242042, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4242043, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4242044, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4242045, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4242046, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4242050, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4242051, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4242052, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4242053, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4242054, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4242055, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4242056, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4242060, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4242061, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4242062, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4242063, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4242064, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4242065, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4242066, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4242070, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4242071, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4242072, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4242073, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4242074, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4242075, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4242076, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4242080, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4242081, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4242082, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4242083, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4242084, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4242085, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4242086, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4242090, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4242091, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4242092, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4242093, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4242094, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4242095, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4242096, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4242100, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4242101, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4242102, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4242103, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4242104, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4242105, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4242106, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4242110, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4242111, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4242112, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4242113, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4242114, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4242115, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4242116, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4242120, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4242121, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4242122, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4242123, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4242124, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4242125, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4242126, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4242130, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4242131, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4242132, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4242133, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4242134, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4242135, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4242136, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4242140, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4242141, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4242142, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4242143, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4242144, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4242145, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4242146, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4243010, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4243011, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4243012, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4243013, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4243014, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4243015, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4243016, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4243020, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4243021, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4243022, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4243023, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4243024, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4243025, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4243026, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4243030, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4243031, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4243032, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4243033, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4243034, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4243035, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4243036, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4243040, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4243041, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4243042, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4243043, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4243044, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4243045, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4243046, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4243050, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4243051, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4243052, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4243053, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4243054, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4243055, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4243056, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4243060, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4243061, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4243062, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4243063, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4243064, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4243065, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4243066, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4243070, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4243071, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4243072, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4243073, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4243074, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4243075, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4243076, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4243080, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4243081, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4243082, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4243083, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4243084, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4243085, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4243086, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4243090, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4243091, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4243092, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4243093, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4243094, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4243095, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4243096, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4249010, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4249011, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4249012, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4249013, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4249014, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4249015, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4249016, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4249020, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4249021, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4249022, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4249023, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4249024, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4249025, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4249026, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4249030, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4249031, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4249032, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4249033, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4249034, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4249035, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4249036, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 20, + "StageID": 4249990, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 30, + "StageID": 4249991, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 42, + "StageID": 4249992, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 52, + "StageID": 4249993, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 62, + "StageID": 4249994, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 72, + "StageID": 4249995, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 85, + "StageID": 4249996, + "MonsterList": [ + [ + 800201004 + ] + ] + }, + { + "Level": 82, + "StageID": 20241205, + "MonsterList": [ + [ + 8032020, + 8033010, + 8032020, + 8032020 + ], + [ + 8032010, + 8033010, + 8032020 + ] + ] + }, + { + "Level": 82, + "StageID": 20241207, + "MonsterList": [ + [ + 8032010, + 8033010, + 8032020 + ] + ] + }, + { + "Level": 82, + "StageID": 20241208, + "MonsterList": [ + [ + 8032010, + 8032020, + 8032010 + ], + [ + 8032010, + 8032010, + 8032020, + 8032020 + ], + [ + 8032010, + 8032010, + 8032020, + 8032020, + 8032010 + ] + ] + }, + { + "Level": 32, + "StageID": 30001011, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010, + 8011020 + ], + [ + 8012010, + 8013010, + 8012010, + 8011010, + 8011010 + ] + ] + }, + { + "Level": 36, + "StageID": 30001021, + "MonsterList": [ + [ + 1012020, + 1012010, + 1012010, + 1002050 + ], + [ + 1012010, + 1013020, + 1012010, + 1002050 + ] + ] + }, + { + "Level": 39, + "StageID": 30001031, + "MonsterList": [ + [ + 8001010, + 1022010, + 1022010, + 8001020 + ], + [ + 8001020, + 8003010, + 8001020 + ] + ] + }, + { + "Level": 42, + "StageID": 30001041, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040, + 1012010, + 1002050 + ], + [ + 1004030 + ] + ] + }, + { + "Level": 44, + "StageID": 30001051, + "MonsterList": [ + [ + 1012020, + 1012030, + 1012030, + 1012020 + ], + [ + 1013010, + 1012030 + ] + ] + }, + { + "Level": 45, + "StageID": 30001061, + "MonsterList": [ + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 45, + "StageID": 30001062, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 47, + "StageID": 30001071, + "MonsterList": [ + [ + 1002040, + 1003010, + 1002050 + ] + ] + }, + { + "Level": 47, + "StageID": 30001072, + "MonsterList": [ + [ + 8002010, + 8003030, + 8002010 + ] + ] + }, + { + "Level": 50, + "StageID": 30001081, + "MonsterList": [ + [ + 1012030, + 1013020, + 1012010 + ] + ] + }, + { + "Level": 50, + "StageID": 30001082, + "MonsterList": [ + [ + 1012030, + 1013010, + 1012010 + ] + ] + }, + { + "Level": 52, + "StageID": 30001091, + "MonsterList": [ + [ + 1002040, + 1003010, + 1002030 + ] + ] + }, + { + "Level": 52, + "StageID": 30001092, + "MonsterList": [ + [ + 8012010, + 8013010, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 54, + "StageID": 30001101, + "MonsterList": [ + [ + 1022020, + 8003030, + 1022010 + ] + ] + }, + { + "Level": 54, + "StageID": 30001102, + "MonsterList": [ + [ + 8011020, + 8012030, + 8013010, + 8012010, + 8012030 + ] + ] + }, + { + "Level": 55, + "StageID": 30001111, + "MonsterList": [ + [ + 8001010, + 8001010, + 8001010, + 8001010, + 8001010 + ], + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 55, + "StageID": 30001112, + "MonsterList": [ + [ + 1022010, + 1012020, + 1022010, + 1012020, + 1022010 + ], + [ + 8001020, + 1023020 + ] + ] + }, + { + "Level": 57, + "StageID": 30001121, + "MonsterList": [ + [ + 1012020, + 1012010, + 1022020, + 1012020 + ], + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 57, + "StageID": 30001122, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002040, + 1002050 + ], + [ + 1002040, + 1003010, + 1002040 + ] + ] + }, + { + "Level": 60, + "StageID": 30001131, + "MonsterList": [ + [ + 1002020, + 1012020, + 1012020, + 1012010, + 1002020 + ], + [ + 1002020, + 1013010 + ] + ] + }, + { + "Level": 60, + "StageID": 30001132, + "MonsterList": [ + [ + 8001020, + 8002010, + 8002010, + 1012010 + ], + [ + 1012010, + 8003010, + 1012020 + ] + ] + }, + { + "Level": 63, + "StageID": 30001141, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002050, + 1002030, + 1002040 + ], + [ + 1004030 + ] + ] + }, + { + "Level": 63, + "StageID": 30001142, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012030 + ], + [ + 1014010, + 1012010 + ] + ] + }, + { + "Level": 65, + "StageID": 30001151, + "MonsterList": [ + [ + 1002050, + 1002030, + 1002030, + 1002040 + ], + [ + 1002050, + 1004020, + 1002030 + ] + ] + }, + { + "Level": 65, + "StageID": 30001152, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022010 + ], + [ + 1004010 + ] + ] + }, + { + "Level": 68, + "StageID": 30001161, + "MonsterList": [ + [ + 1022020, + 8003030, + 1022010 + ] + ] + }, + { + "Level": 68, + "StageID": 30001162, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 68, + "StageID": 30001163, + "MonsterList": [ + [ + 1002040, + 1003010, + 1002030 + ] + ] + }, + { + "Level": 68, + "StageID": 30001164, + "MonsterList": [ + [ + 1002050, + 1004020, + 1002050 + ] + ] + }, + { + "Level": 70, + "StageID": 30001171, + "MonsterList": [ + [ + 1022010, + 8003050, + 8001030, + 8001020 + ] + ] + }, + { + "Level": 70, + "StageID": 30001172, + "MonsterList": [ + [ + 1022010, + 8003050, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 70, + "StageID": 30001173, + "MonsterList": [ + [ + 1012030, + 1013020, + 1012010 + ] + ] + }, + { + "Level": 70, + "StageID": 30001174, + "MonsterList": [ + [ + 1012030, + 1013010, + 1012010 + ] + ] + }, + { + "Level": 73, + "StageID": 30001181, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 73, + "StageID": 30001182, + "MonsterList": [ + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 73, + "StageID": 30001183, + "MonsterList": [ + [ + 1022010, + 8003010, + 8002010 + ] + ] + }, + { + "Level": 73, + "StageID": 30001184, + "MonsterList": [ + [ + 8001020, + 1023020, + 8001020 + ] + ] + }, + { + "Level": 75, + "StageID": 30001191, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 75, + "StageID": 30001192, + "MonsterList": [ + [ + 8011020, + 8012030, + 8013010, + 8012010, + 8012030 + ] + ] + }, + { + "Level": 75, + "StageID": 30001193, + "MonsterList": [ + [ + 1002040, + 1003010, + 1002030 + ] + ] + }, + { + "Level": 75, + "StageID": 30001194, + "MonsterList": [ + [ + 1002050, + 1004020, + 1002030 + ] + ] + }, + { + "Level": 78, + "StageID": 30001201, + "MonsterList": [ + [ + 1022020, + 8002010, + 8003030, + 1022020 + ] + ] + }, + { + "Level": 78, + "StageID": 30001202, + "MonsterList": [ + [ + 1022010, + 8003010, + 8002010, + 1022010 + ] + ] + }, + { + "Level": 78, + "StageID": 30001203, + "MonsterList": [ + [ + 1012030, + 1013010, + 1012030 + ] + ] + }, + { + "Level": 78, + "StageID": 30001204, + "MonsterList": [ + [ + 8001020, + 1023020, + 8001020 + ] + ] + }, + { + "Level": 80, + "StageID": 30001211, + "MonsterList": [ + [ + 1002050, + 1002040, + 1002030, + 1002050 + ], + [ + 1003010, + 1003010 + ], + [ + 1002030, + 1004030, + 1002030 + ] + ] + }, + { + "Level": 80, + "StageID": 30001212, + "MonsterList": [ + [ + 1012030, + 1012010, + 1012030, + 1012030 + ], + [ + 1012010, + 1013020, + 1012010 + ], + [ + 1023010, + 1023010 + ] + ] + }, + { + "Level": 83, + "StageID": 30001221, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020, + 1022010 + ], + [ + 8001020, + 1023020, + 8001020 + ], + [ + 8003010, + 8003010 + ] + ] + }, + { + "Level": 83, + "StageID": 30001222, + "MonsterList": [ + [ + 1012030, + 1012010, + 1012030, + 1012030 + ], + [ + 1012010, + 1013020, + 1012010 + ], + [ + 1013020, + 1013010 + ] + ] + }, + { + "Level": 85, + "StageID": 30001231, + "MonsterList": [ + [ + 8002010, + 8002010, + 8002010 + ], + [ + 8002010, + 8003030, + 8002010 + ], + [ + 8003010, + 8003030 + ] + ] + }, + { + "Level": 85, + "StageID": 30001232, + "MonsterList": [ + [ + 8011020, + 8012030, + 8012010, + 8012020, + 8012010 + ], + [ + 8011010, + 8012010, + 8013010, + 8012030, + 8011010 + ], + [ + 8013010, + 8013010 + ] + ] + }, + { + "Level": 88, + "StageID": 30001241, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022010, + 8001030 + ], + [ + 1022010, + 8003050, + 8001030, + 1022010 + ], + [ + 8003050, + 8003050 + ] + ] + }, + { + "Level": 88, + "StageID": 30001242, + "MonsterList": [ + [ + 1012010, + 1012020, + 1012020, + 1012010 + ], + [ + 1012010, + 1013020, + 1012020 + ], + [ + 1014010, + 1013020 + ] + ] + }, + { + "Level": 90, + "StageID": 30001251, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010, + 1022020 + ], + [ + 1022020, + 1023010, + 1022020 + ], + [ + 8003020, + 8003020 + ] + ] + }, + { + "Level": 90, + "StageID": 30001252, + "MonsterList": [ + [ + 1022010, + 8002010, + 8002010, + 8001030 + ], + [ + 1022010, + 8003010, + 1022010, + 8001030 + ], + [ + 1004010, + 8003010 + ] + ] + }, + { + "Level": 50, + "StageID": 30002011, + "MonsterList": [ + [ + 8001010, + 8001050, + 8001010, + 8001050, + 8001050 + ], + [ + 2012010, + 2012010, + 2012010, + 2012010 + ], + [ + 8002010, + 8002010, + 8002010 + ] + ] + }, + { + "Level": 50, + "StageID": 30002012, + "MonsterList": [ + [ + 8001020, + 8001020, + 8001040, + 8001020, + 8001040 + ], + [ + 2022050, + 2022050 + ], + [ + 2002010, + 2002010, + 2002010, + 2002010 + ] + ] + }, + { + "Level": 60, + "StageID": 30002021, + "MonsterList": [ + [ + 2012010, + 2022060, + 2012010, + 2022060 + ], + [ + 2013010, + 2013010 + ] + ] + }, + { + "Level": 60, + "StageID": 30002022, + "MonsterList": [ + [ + 2002010, + 2002010, + 2002010 + ], + [ + 2004020 + ] + ] + }, + { + "Level": 70, + "StageID": 30002031, + "MonsterList": [ + [ + 202202003, + 202202003, + 202202003 + ], + [ + 201301002 + ] + ] + }, + { + "Level": 70, + "StageID": 30002032, + "MonsterList": [ + [ + 8012030, + 8012020, + 8012030, + 8012010 + ], + [ + 8013010, + 202302001 + ] + ] + }, + { + "Level": 80, + "StageID": 30002041, + "MonsterList": [ + [ + 800101006, + 800105001, + 800105001, + 800101006, + 800105001 + ], + [ + 800104001, + 800102008, + 800102008, + 800104001, + 800104001 + ], + [ + 8003010, + 8003020 + ] + ] + }, + { + "Level": 80, + "StageID": 30002042, + "MonsterList": [ + [ + 2022070, + 2022090, + 2022090, + 2022070 + ], + [ + 2024010 + ] + ] + }, + { + "Level": 85, + "StageID": 30002051, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022010 + ], + [ + 202301008 + ] + ] + }, + { + "Level": 85, + "StageID": 30002052, + "MonsterList": [ + [ + 2022050, + 2022040, + 2022050 + ], + [ + 2022040, + 2023020, + 2022040 + ] + ] + }, + { + "Level": 90, + "StageID": 30002061, + "MonsterList": [ + [ + 2012010, + 2022010, + 2012010, + 2022010 + ], + [ + 201201003, + 202303001, + 201201003 + ] + ] + }, + { + "Level": 90, + "StageID": 30002062, + "MonsterList": [ + [ + 2002010, + 2012010, + 2002010, + 2012010 + ], + [ + 201102001, + 200401003, + 201101001 + ] + ] + }, + { + "Level": 68, + "StageID": 30002161, + "MonsterList": [ + [ + 1022020, + 8003030, + 1022010 + ] + ] + }, + { + "Level": 68, + "StageID": 30002162, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 68, + "StageID": 30002163, + "MonsterList": [ + [ + 1002040, + 1003010, + 1002030 + ] + ] + }, + { + "Level": 68, + "StageID": 30002164, + "MonsterList": [ + [ + 1002050, + 1004020, + 1002050 + ] + ] + }, + { + "Level": 70, + "StageID": 30002171, + "MonsterList": [ + [ + 1022010, + 8003050, + 8001030, + 8001020 + ] + ] + }, + { + "Level": 70, + "StageID": 30002172, + "MonsterList": [ + [ + 1022010, + 8003050, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 70, + "StageID": 30002173, + "MonsterList": [ + [ + 1012030, + 1013020, + 1012010 + ] + ] + }, + { + "Level": 70, + "StageID": 30002174, + "MonsterList": [ + [ + 1012030, + 1013010, + 1012010 + ] + ] + }, + { + "Level": 73, + "StageID": 30002181, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 73, + "StageID": 30002182, + "MonsterList": [ + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 73, + "StageID": 30002183, + "MonsterList": [ + [ + 1022010, + 8003010, + 8002010 + ] + ] + }, + { + "Level": 73, + "StageID": 30002184, + "MonsterList": [ + [ + 8001020, + 1023020, + 8001020 + ] + ] + }, + { + "Level": 75, + "StageID": 30002191, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 75, + "StageID": 30002192, + "MonsterList": [ + [ + 8011020, + 8012030, + 8013010, + 8012010, + 8012030 + ] + ] + }, + { + "Level": 75, + "StageID": 30002193, + "MonsterList": [ + [ + 1002040, + 1003010, + 1002030 + ] + ] + }, + { + "Level": 75, + "StageID": 30002194, + "MonsterList": [ + [ + 1002050, + 1004020, + 1002030 + ] + ] + }, + { + "Level": 78, + "StageID": 30002201, + "MonsterList": [ + [ + 1022020, + 8002010, + 8003030, + 1022020 + ] + ] + }, + { + "Level": 78, + "StageID": 30002202, + "MonsterList": [ + [ + 1022010, + 8003010, + 8002010, + 1022010 + ] + ] + }, + { + "Level": 78, + "StageID": 30002203, + "MonsterList": [ + [ + 1012030, + 1013010, + 1012030 + ] + ] + }, + { + "Level": 78, + "StageID": 30002204, + "MonsterList": [ + [ + 8001020, + 1023020, + 8001020 + ] + ] + }, + { + "Level": 80, + "StageID": 30002211, + "MonsterList": [ + [ + 1002050, + 1002040, + 1002030, + 1002050 + ], + [ + 1003010, + 1003010 + ], + [ + 1002030, + 1004030, + 1002030 + ] + ] + }, + { + "Level": 80, + "StageID": 30002212, + "MonsterList": [ + [ + 1012030, + 1012010, + 1012030, + 1012030 + ], + [ + 1012010, + 1013020, + 1012010 + ], + [ + 1023010, + 1023010 + ] + ] + }, + { + "Level": 83, + "StageID": 30002221, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020, + 1022010 + ], + [ + 8001020, + 1023020, + 8001020 + ], + [ + 8003010, + 8003010 + ] + ] + }, + { + "Level": 83, + "StageID": 30002222, + "MonsterList": [ + [ + 1012030, + 1012010, + 1012030, + 1012030 + ], + [ + 1012010, + 1013020, + 1012010 + ], + [ + 1013020, + 1013010 + ] + ] + }, + { + "Level": 85, + "StageID": 30002231, + "MonsterList": [ + [ + 8002010, + 8002010, + 8002010 + ], + [ + 8002010, + 8003030, + 8002010 + ], + [ + 8003010, + 8003030 + ] + ] + }, + { + "Level": 85, + "StageID": 30002232, + "MonsterList": [ + [ + 8011020, + 8012030, + 8012010, + 8012020, + 8012010 + ], + [ + 8011010, + 8012010, + 8013010, + 8012030, + 8011010 + ], + [ + 8013010, + 8013010 + ] + ] + }, + { + "Level": 88, + "StageID": 30002241, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022010, + 8001030 + ], + [ + 1022010, + 8003050, + 8001030, + 1022010 + ], + [ + 8003050, + 8003050 + ] + ] + }, + { + "Level": 88, + "StageID": 30002242, + "MonsterList": [ + [ + 1012010, + 1012020, + 1012020, + 1012010 + ], + [ + 1012010, + 1013020, + 1012020 + ], + [ + 1014010, + 1013020 + ] + ] + }, + { + "Level": 90, + "StageID": 30002251, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010, + 1022020 + ], + [ + 1022020, + 1023010, + 1022020 + ], + [ + 8003020, + 8003020 + ] + ] + }, + { + "Level": 90, + "StageID": 30002252, + "MonsterList": [ + [ + 1022010, + 8002010, + 8002010, + 8001030 + ], + [ + 1022010, + 8003010, + 1022010, + 8001030 + ], + [ + 1004010, + 8003010 + ] + ] + }, + { + "Level": 68, + "StageID": 30003161, + "MonsterList": [ + [ + 1022020, + 8003030, + 1022010 + ] + ] + }, + { + "Level": 68, + "StageID": 30003162, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 68, + "StageID": 30003163, + "MonsterList": [ + [ + 1002040, + 1003010, + 1002030 + ] + ] + }, + { + "Level": 68, + "StageID": 30003164, + "MonsterList": [ + [ + 1002050, + 1004020, + 1002050 + ] + ] + }, + { + "Level": 70, + "StageID": 30003171, + "MonsterList": [ + [ + 1022010, + 8003050, + 8001030, + 8001020 + ] + ] + }, + { + "Level": 70, + "StageID": 30003172, + "MonsterList": [ + [ + 1022010, + 8003050, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 70, + "StageID": 30003173, + "MonsterList": [ + [ + 1012030, + 1013020, + 1012010 + ] + ] + }, + { + "Level": 70, + "StageID": 30003174, + "MonsterList": [ + [ + 1012030, + 1013010, + 1012010 + ] + ] + }, + { + "Level": 73, + "StageID": 30003181, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 73, + "StageID": 30003182, + "MonsterList": [ + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 73, + "StageID": 30003183, + "MonsterList": [ + [ + 1022010, + 8003010, + 8002010 + ] + ] + }, + { + "Level": 73, + "StageID": 30003184, + "MonsterList": [ + [ + 8001020, + 1023020, + 8001020 + ] + ] + }, + { + "Level": 75, + "StageID": 30003191, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 75, + "StageID": 30003192, + "MonsterList": [ + [ + 8011020, + 8012030, + 8013010, + 8012010, + 8012030 + ] + ] + }, + { + "Level": 75, + "StageID": 30003193, + "MonsterList": [ + [ + 1002040, + 1003010, + 1002030 + ] + ] + }, + { + "Level": 75, + "StageID": 30003194, + "MonsterList": [ + [ + 1002050, + 1004020, + 1002030 + ] + ] + }, + { + "Level": 78, + "StageID": 30003201, + "MonsterList": [ + [ + 1022020, + 8002010, + 8003030, + 1022020 + ] + ] + }, + { + "Level": 78, + "StageID": 30003202, + "MonsterList": [ + [ + 1022010, + 8003010, + 8002010, + 1022010 + ] + ] + }, + { + "Level": 78, + "StageID": 30003203, + "MonsterList": [ + [ + 1012030, + 1013010, + 1012030 + ] + ] + }, + { + "Level": 78, + "StageID": 30003204, + "MonsterList": [ + [ + 8001020, + 1023020, + 8001020 + ] + ] + }, + { + "Level": 80, + "StageID": 30003211, + "MonsterList": [ + [ + 1002050, + 1002040, + 1002030, + 1002050 + ], + [ + 1003010, + 1003010 + ], + [ + 1002030, + 1004030, + 1002030 + ] + ] + }, + { + "Level": 80, + "StageID": 30003212, + "MonsterList": [ + [ + 1012030, + 1012010, + 1012030, + 1012030 + ], + [ + 1012010, + 1013020, + 1012010 + ], + [ + 1023010, + 1023010 + ] + ] + }, + { + "Level": 83, + "StageID": 30003221, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020, + 1022010 + ], + [ + 8001020, + 1023020, + 8001020 + ], + [ + 8003010, + 8003010 + ] + ] + }, + { + "Level": 83, + "StageID": 30003222, + "MonsterList": [ + [ + 1012030, + 1012010, + 1012030, + 1012030 + ], + [ + 1012010, + 1013020, + 1012010 + ], + [ + 1013020, + 1013010 + ] + ] + }, + { + "Level": 85, + "StageID": 30003231, + "MonsterList": [ + [ + 8002010, + 8002010, + 8002010 + ], + [ + 8002010, + 8003030, + 8002010 + ], + [ + 8003010, + 8003030 + ] + ] + }, + { + "Level": 85, + "StageID": 30003232, + "MonsterList": [ + [ + 8011020, + 8012030, + 8012010, + 8012020, + 8012010 + ], + [ + 8011010, + 8012010, + 8013010, + 8012030, + 8011010 + ], + [ + 8013010, + 8013010 + ] + ] + }, + { + "Level": 88, + "StageID": 30003241, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022010, + 8001030 + ], + [ + 1022010, + 8003050, + 8001030, + 1022010 + ], + [ + 8003050, + 8003050 + ] + ] + }, + { + "Level": 88, + "StageID": 30003242, + "MonsterList": [ + [ + 1012010, + 1012020, + 1012020, + 1012010 + ], + [ + 1012010, + 1013020, + 1012020 + ], + [ + 1014010, + 1013020 + ] + ] + }, + { + "Level": 90, + "StageID": 30003251, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010, + 1022020 + ], + [ + 1022020, + 1023010, + 1022020 + ], + [ + 8003020, + 8003020 + ] + ] + }, + { + "Level": 90, + "StageID": 30003252, + "MonsterList": [ + [ + 1022010, + 8002010, + 8002010, + 8001030 + ], + [ + 1022010, + 8003010, + 1022010, + 8001030 + ], + [ + 1004010, + 8003010 + ] + ] + }, + { + "Level": 68, + "StageID": 30004161, + "MonsterList": [ + [ + 1002030, + 1003010, + 1002040 + ] + ] + }, + { + "Level": 68, + "StageID": 30004162, + "MonsterList": [ + [ + 1022020, + 8003030, + 1022010 + ] + ] + }, + { + "Level": 68, + "StageID": 30004163, + "MonsterList": [ + [ + 8012030, + 8012030, + 8013010, + 8012010 + ] + ] + }, + { + "Level": 68, + "StageID": 30004164, + "MonsterList": [ + [ + 8001040, + 2023010, + 8001040 + ] + ] + }, + { + "Level": 70, + "StageID": 30004171, + "MonsterList": [ + [ + 8002010, + 8003040, + 1022010, + 8001030 + ] + ] + }, + { + "Level": 70, + "StageID": 30004172, + "MonsterList": [ + [ + 1012030, + 1013010, + 1012010 + ] + ] + }, + { + "Level": 70, + "StageID": 30004173, + "MonsterList": [ + [ + 1012030, + 1013020, + 1012030, + 1012010 + ] + ] + }, + { + "Level": 70, + "StageID": 30004174, + "MonsterList": [ + [ + 1002030, + 1004020, + 1002030 + ] + ] + }, + { + "Level": 73, + "StageID": 30004181, + "MonsterList": [ + [ + 1022010, + 8003010, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 73, + "StageID": 30004182, + "MonsterList": [ + [ + 8001020, + 1023020, + 8001020 + ] + ] + }, + { + "Level": 73, + "StageID": 30004183, + "MonsterList": [ + [ + 1022010, + 8003050, + 8001030, + 8001020 + ] + ] + }, + { + "Level": 73, + "StageID": 30004184, + "MonsterList": [ + [ + 8001040, + 2023010, + 8001040 + ] + ] + }, + { + "Level": 75, + "StageID": 30004191, + "MonsterList": [ + [ + 8001020, + 8001010, + 8003020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 75, + "StageID": 30004192, + "MonsterList": [ + [ + 2011010, + 2013010, + 2011020 + ] + ] + }, + { + "Level": 75, + "StageID": 30004193, + "MonsterList": [ + [ + 8011020, + 8013010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 75, + "StageID": 30004194, + "MonsterList": [ + [ + 2002010, + 2004010, + 2002010 + ] + ] + }, + { + "Level": 78, + "StageID": 30004201, + "MonsterList": [ + [ + 8002010, + 8003020, + 8002010 + ] + ] + }, + { + "Level": 78, + "StageID": 30004202, + "MonsterList": [ + [ + 1002030, + 1003010, + 1002040 + ] + ] + }, + { + "Level": 78, + "StageID": 30004203, + "MonsterList": [ + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 78, + "StageID": 30004204, + "MonsterList": [ + [ + 2022010, + 2023010 + ] + ] + }, + { + "Level": 80, + "StageID": 30004211, + "MonsterList": [ + [ + 1002020, + 1012030, + 1002020 + ], + [ + 1012030, + 1013020, + 1012030 + ], + [ + 1023010, + 1023010 + ] + ] + }, + { + "Level": 80, + "StageID": 30004212, + "MonsterList": [ + [ + 2022070, + 2022090, + 2022070 + ], + [ + 2012010, + 2013010 + ], + [ + 2024010 + ] + ] + }, + { + "Level": 83, + "StageID": 30004221, + "MonsterList": [ + [ + 8001010, + 1022010, + 8001010, + 1022010 + ], + [ + 1022010, + 8003020, + 1022010 + ], + [ + 8003030, + 8003020 + ] + ] + }, + { + "Level": 83, + "StageID": 30004222, + "MonsterList": [ + [ + 1002020, + 1012021, + 1002020, + 1012020 + ], + [ + 1012010, + 1013020, + 1012021 + ], + [ + 1013020, + 1013010 + ] + ] + }, + { + "Level": 85, + "StageID": 30004231, + "MonsterList": [ + [ + 8011010, + 8012020, + 8012010, + 8012020 + ], + [ + 8001040, + 2023010, + 8001040 + ], + [ + 8013010, + 8013010 + ] + ] + }, + { + "Level": 85, + "StageID": 30004232, + "MonsterList": [ + [ + 8001020, + 8001010, + 1022010, + 8001010, + 8001020 + ], + [ + 1022010, + 8003040, + 1022010 + ], + [ + 8003010, + 8003040 + ] + ] + }, + { + "Level": 88, + "StageID": 30004241, + "MonsterList": [ + [ + 2022010, + 8001040, + 2022010, + 8001040 + ], + [ + 2022010, + 2023010 + ], + [ + 2023010, + 8003050 + ] + ] + }, + { + "Level": 88, + "StageID": 30004242, + "MonsterList": [ + [ + 1022010, + 8002010, + 1022010, + 8001030 + ], + [ + 1022010, + 8003010, + 1022010, + 8001030 + ], + [ + 1004010, + 8003010 + ] + ] + }, + { + "Level": 90, + "StageID": 30004251, + "MonsterList": [ + [ + 2011020, + 2012010, + 2011020, + 2012010, + 2012010 + ], + [ + 2011010, + 2013010, + 2011010 + ], + [ + 8003030, + 2013010 + ] + ] + }, + { + "Level": 90, + "StageID": 30004252, + "MonsterList": [ + [ + 2002010, + 2002010, + 2002010 + ], + [ + 8001040, + 2023010, + 8001050 + ], + [ + 8001040, + 2002010, + 2004010, + 2002010, + 8001040 + ] + ] + }, + { + "Level": 68, + "StageID": 30005161, + "MonsterList": [ + [ + 1002030, + 1003010, + 1002040 + ] + ] + }, + { + "Level": 68, + "StageID": 30005162, + "MonsterList": [ + [ + 1022020, + 8003030, + 1022010 + ] + ] + }, + { + "Level": 68, + "StageID": 30005163, + "MonsterList": [ + [ + 8012030, + 8012030, + 8013010, + 8012010 + ] + ] + }, + { + "Level": 68, + "StageID": 30005164, + "MonsterList": [ + [ + 8001040, + 2023010, + 8001040 + ] + ] + }, + { + "Level": 70, + "StageID": 30005171, + "MonsterList": [ + [ + 8002010, + 8003040, + 1022010, + 8001030 + ] + ] + }, + { + "Level": 70, + "StageID": 30005172, + "MonsterList": [ + [ + 1012030, + 1013010, + 1012010 + ] + ] + }, + { + "Level": 70, + "StageID": 30005173, + "MonsterList": [ + [ + 1012030, + 1013020, + 1012030, + 1012010 + ] + ] + }, + { + "Level": 70, + "StageID": 30005174, + "MonsterList": [ + [ + 1002030, + 1004020, + 1002030 + ] + ] + }, + { + "Level": 73, + "StageID": 30005181, + "MonsterList": [ + [ + 1022010, + 8003010, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 73, + "StageID": 30005182, + "MonsterList": [ + [ + 8001020, + 1023020, + 8001020 + ] + ] + }, + { + "Level": 73, + "StageID": 30005183, + "MonsterList": [ + [ + 1022010, + 8003050, + 8001030, + 8001020 + ] + ] + }, + { + "Level": 73, + "StageID": 30005184, + "MonsterList": [ + [ + 8001040, + 2023010, + 8001040 + ] + ] + }, + { + "Level": 75, + "StageID": 30005191, + "MonsterList": [ + [ + 8001020, + 8001010, + 8003020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 75, + "StageID": 30005192, + "MonsterList": [ + [ + 2011010, + 2013010, + 2011020 + ] + ] + }, + { + "Level": 75, + "StageID": 30005193, + "MonsterList": [ + [ + 8011020, + 8013010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 75, + "StageID": 30005194, + "MonsterList": [ + [ + 2002010, + 2004010, + 2002010 + ] + ] + }, + { + "Level": 78, + "StageID": 30005201, + "MonsterList": [ + [ + 8002010, + 8003020, + 8002010 + ] + ] + }, + { + "Level": 78, + "StageID": 30005202, + "MonsterList": [ + [ + 1002030, + 1003010, + 1002040 + ] + ] + }, + { + "Level": 78, + "StageID": 30005203, + "MonsterList": [ + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 78, + "StageID": 30005204, + "MonsterList": [ + [ + 2022010, + 2023010 + ] + ] + }, + { + "Level": 80, + "StageID": 30005211, + "MonsterList": [ + [ + 1002020, + 1012030, + 1002020 + ], + [ + 1012030, + 1013020, + 1012030 + ], + [ + 1023010, + 1023010 + ] + ] + }, + { + "Level": 80, + "StageID": 30005212, + "MonsterList": [ + [ + 2022070, + 2022090, + 2022070 + ], + [ + 2012010, + 2013010 + ], + [ + 2024010 + ] + ] + }, + { + "Level": 83, + "StageID": 30005221, + "MonsterList": [ + [ + 8001010, + 1022010, + 8001010, + 1022010 + ], + [ + 1022010, + 8003020, + 1022010 + ], + [ + 8003030, + 8003020 + ] + ] + }, + { + "Level": 83, + "StageID": 30005222, + "MonsterList": [ + [ + 1002020, + 1012021, + 1002020, + 1012020 + ], + [ + 1012010, + 1013020, + 1012021 + ], + [ + 1013020, + 1013010 + ] + ] + }, + { + "Level": 85, + "StageID": 30005231, + "MonsterList": [ + [ + 8011010, + 8012020, + 8012010, + 8012020 + ], + [ + 8001040, + 2023010, + 8001040 + ], + [ + 8013010, + 8013010 + ] + ] + }, + { + "Level": 85, + "StageID": 30005232, + "MonsterList": [ + [ + 8001020, + 8001010, + 1022010, + 8001010, + 8001020 + ], + [ + 1022010, + 8003040, + 1022010 + ], + [ + 8003010, + 8003040 + ] + ] + }, + { + "Level": 88, + "StageID": 30005241, + "MonsterList": [ + [ + 2022010, + 8001040, + 2022010, + 8001040 + ], + [ + 2022010, + 2023010 + ], + [ + 2023010, + 8003050 + ] + ] + }, + { + "Level": 88, + "StageID": 30005242, + "MonsterList": [ + [ + 1022010, + 8002010, + 1022010, + 8001030 + ], + [ + 1022010, + 8003010, + 1022010, + 8001030 + ], + [ + 1004010, + 8003010 + ] + ] + }, + { + "Level": 90, + "StageID": 30005251, + "MonsterList": [ + [ + 2011020, + 2012010, + 2011020, + 2012010, + 2012010 + ], + [ + 2011010, + 2013010, + 2011010 + ], + [ + 8003030, + 2013010 + ] + ] + }, + { + "Level": 90, + "StageID": 30005252, + "MonsterList": [ + [ + 2002010, + 2002010, + 2002010 + ], + [ + 8001040, + 2023010, + 8001050 + ], + [ + 8001040, + 2002010, + 2004010, + 2002010, + 8001040 + ] + ] + }, + { + "Level": 68, + "StageID": 30006161, + "MonsterList": [ + [ + 1002030, + 1003010, + 1002040 + ] + ] + }, + { + "Level": 68, + "StageID": 30006162, + "MonsterList": [ + [ + 1022020, + 8003030, + 1022010 + ] + ] + }, + { + "Level": 68, + "StageID": 30006163, + "MonsterList": [ + [ + 8012030, + 8012030, + 8013010, + 8012010 + ] + ] + }, + { + "Level": 68, + "StageID": 30006164, + "MonsterList": [ + [ + 8001040, + 2023010, + 8001040 + ] + ] + }, + { + "Level": 70, + "StageID": 30006171, + "MonsterList": [ + [ + 8002010, + 8003040, + 1022010, + 8001030 + ] + ] + }, + { + "Level": 70, + "StageID": 30006172, + "MonsterList": [ + [ + 1012030, + 1013010, + 1012010 + ] + ] + }, + { + "Level": 70, + "StageID": 30006173, + "MonsterList": [ + [ + 1012030, + 1013020, + 1012030, + 1012010 + ] + ] + }, + { + "Level": 70, + "StageID": 30006174, + "MonsterList": [ + [ + 1002030, + 1004020, + 1002030 + ] + ] + }, + { + "Level": 73, + "StageID": 30006181, + "MonsterList": [ + [ + 1022010, + 8003010, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 73, + "StageID": 30006182, + "MonsterList": [ + [ + 8001020, + 1023020, + 8001020 + ] + ] + }, + { + "Level": 73, + "StageID": 30006183, + "MonsterList": [ + [ + 1022010, + 8003050, + 8001030, + 8001020 + ] + ] + }, + { + "Level": 73, + "StageID": 30006184, + "MonsterList": [ + [ + 8001040, + 2023010, + 8001040 + ] + ] + }, + { + "Level": 75, + "StageID": 30006191, + "MonsterList": [ + [ + 8001020, + 8001010, + 8003020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 75, + "StageID": 30006192, + "MonsterList": [ + [ + 2011010, + 2013010, + 2011020 + ] + ] + }, + { + "Level": 75, + "StageID": 30006193, + "MonsterList": [ + [ + 8011020, + 8013010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 75, + "StageID": 30006194, + "MonsterList": [ + [ + 2002010, + 2004010, + 2002010 + ] + ] + }, + { + "Level": 78, + "StageID": 30006201, + "MonsterList": [ + [ + 8002010, + 8003020, + 8002010 + ] + ] + }, + { + "Level": 78, + "StageID": 30006202, + "MonsterList": [ + [ + 1002030, + 1003010, + 1002040 + ] + ] + }, + { + "Level": 78, + "StageID": 30006203, + "MonsterList": [ + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 78, + "StageID": 30006204, + "MonsterList": [ + [ + 2022010, + 2023010 + ] + ] + }, + { + "Level": 80, + "StageID": 30006211, + "MonsterList": [ + [ + 1002020, + 1012030, + 1002020 + ], + [ + 1012030, + 1013020, + 1012030 + ], + [ + 1023010, + 1023010 + ] + ] + }, + { + "Level": 80, + "StageID": 30006212, + "MonsterList": [ + [ + 2022070, + 2022090, + 2022070 + ], + [ + 2012010, + 2013010 + ], + [ + 2024010 + ] + ] + }, + { + "Level": 83, + "StageID": 30006221, + "MonsterList": [ + [ + 8001010, + 1022010, + 8001010, + 1022010 + ], + [ + 1022010, + 8003020, + 1022010 + ], + [ + 8003030, + 8003020 + ] + ] + }, + { + "Level": 83, + "StageID": 30006222, + "MonsterList": [ + [ + 1002020, + 1012021, + 1002020, + 1012020 + ], + [ + 1012010, + 1013020, + 1012021 + ], + [ + 1013020, + 1013010 + ] + ] + }, + { + "Level": 85, + "StageID": 30006231, + "MonsterList": [ + [ + 8011010, + 8012020, + 8012010, + 8012020 + ], + [ + 8001040, + 2023010, + 8001040 + ], + [ + 8013010, + 8013010 + ] + ] + }, + { + "Level": 85, + "StageID": 30006232, + "MonsterList": [ + [ + 8001020, + 8001010, + 1022010, + 8001010, + 8001020 + ], + [ + 1022010, + 8003040, + 1022010 + ], + [ + 8003010, + 8003040 + ] + ] + }, + { + "Level": 88, + "StageID": 30006241, + "MonsterList": [ + [ + 2022010, + 8001040, + 2022010, + 8001040 + ], + [ + 2022010, + 2023010 + ], + [ + 2023010, + 8003050 + ] + ] + }, + { + "Level": 88, + "StageID": 30006242, + "MonsterList": [ + [ + 1022010, + 8002010, + 1022010, + 8001030 + ], + [ + 1022010, + 8003010, + 1022010, + 8001030 + ], + [ + 1004010, + 8003010 + ] + ] + }, + { + "Level": 90, + "StageID": 30006251, + "MonsterList": [ + [ + 2011020, + 2012010, + 2011020, + 2012010, + 2012010 + ], + [ + 2011010, + 2013010, + 2011010 + ], + [ + 8003030, + 2013010 + ] + ] + }, + { + "Level": 90, + "StageID": 30006252, + "MonsterList": [ + [ + 2002010, + 2002010, + 2002010 + ], + [ + 8001040, + 2023010, + 8001050 + ], + [ + 8001040, + 2002010, + 2004010, + 2002010, + 8001040 + ] + ] + }, + { + "Level": 68, + "StageID": 30007161, + "MonsterList": [ + [ + 1022010, + 1023020, + 8001020 + ] + ] + }, + { + "Level": 68, + "StageID": 30007162, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 68, + "StageID": 30007163, + "MonsterList": [ + [ + 8011020, + 8012030, + 8013010, + 8011020 + ] + ] + }, + { + "Level": 68, + "StageID": 30007164, + "MonsterList": [ + [ + 2022060, + 2023010, + 2022060 + ] + ] + }, + { + "Level": 70, + "StageID": 30007171, + "MonsterList": [ + [ + 8002010, + 8003050, + 8002010 + ] + ] + }, + { + "Level": 70, + "StageID": 30007172, + "MonsterList": [ + [ + 8001050, + 8001050, + 8003050, + 8001050, + 8001050 + ] + ] + }, + { + "Level": 70, + "StageID": 30007173, + "MonsterList": [ + [ + 1022020, + 8002010, + 8003030, + 1022020 + ] + ] + }, + { + "Level": 70, + "StageID": 30007174, + "MonsterList": [ + [ + 1022010, + 8003010, + 8002010, + 1022010 + ] + ] + }, + { + "Level": 73, + "StageID": 30007181, + "MonsterList": [ + [ + 1002040, + 1003010, + 1002040 + ] + ] + }, + { + "Level": 73, + "StageID": 30007182, + "MonsterList": [ + [ + 1002030, + 1004030, + 1002030 + ] + ] + }, + { + "Level": 73, + "StageID": 30007183, + "MonsterList": [ + [ + 1022010, + 8003010, + 8002010 + ] + ] + }, + { + "Level": 73, + "StageID": 30007184, + "MonsterList": [ + [ + 8001020, + 1023020, + 8001020 + ] + ] + }, + { + "Level": 75, + "StageID": 30007191, + "MonsterList": [ + [ + 1002020, + 1013020, + 1002020 + ] + ] + }, + { + "Level": 75, + "StageID": 30007192, + "MonsterList": [ + [ + 1012030, + 1013010, + 1012030 + ] + ] + }, + { + "Level": 75, + "StageID": 30007193, + "MonsterList": [ + [ + 8001040, + 8001010, + 8003020, + 8001040, + 8001040 + ] + ] + }, + { + "Level": 75, + "StageID": 30007194, + "MonsterList": [ + [ + 8001050, + 8001050, + 8003020, + 8001010, + 8001050 + ] + ] + }, + { + "Level": 78, + "StageID": 30007201, + "MonsterList": [ + [ + 1022010, + 8003040, + 1022010 + ] + ] + }, + { + "Level": 78, + "StageID": 30007202, + "MonsterList": [ + [ + 1002030, + 1004020, + 1002050, + 1002050 + ] + ] + }, + { + "Level": 78, + "StageID": 30007203, + "MonsterList": [ + [ + 2012010, + 2013010, + 2012010 + ] + ] + }, + { + "Level": 78, + "StageID": 30007204, + "MonsterList": [ + [ + 2022020, + 2023010, + 2022020 + ] + ] + }, + { + "Level": 80, + "StageID": 30007211, + "MonsterList": [ + [ + 2022050, + 2022040, + 2022050 + ], + [ + 2023020, + 2022040, + 2022050 + ], + [ + 2023010, + 2023020 + ] + ] + }, + { + "Level": 80, + "StageID": 30007212, + "MonsterList": [ + [ + 2002010, + 2002010, + 2002010 + ], + [ + 1023010, + 1023010 + ], + [ + 2004020 + ] + ] + }, + { + "Level": 83, + "StageID": 30007221, + "MonsterList": [ + [ + 1002020, + 1012010, + 1012010, + 1012030 + ], + [ + 1012030, + 1013010 + ], + [ + 1023010, + 1013010 + ] + ] + }, + { + "Level": 83, + "StageID": 30007222, + "MonsterList": [ + [ + 1002050, + 1002040, + 1002030, + 1002050 + ], + [ + 1002030, + 1003010, + 1002030 + ], + [ + 1003010, + 1004030 + ] + ] + }, + { + "Level": 85, + "StageID": 30007231, + "MonsterList": [ + [ + 2022050, + 2022040, + 2022050 + ], + [ + 2022040, + 2023020, + 2022040 + ], + [ + 2023020, + 8003010 + ] + ] + }, + { + "Level": 85, + "StageID": 30007232, + "MonsterList": [ + [ + 8001010, + 1022010, + 8001010, + 1022010 + ], + [ + 1022010, + 8003020, + 1022010 + ], + [ + 8003030, + 8003020 + ] + ] + }, + { + "Level": 88, + "StageID": 30007241, + "MonsterList": [ + [ + 2022020, + 2022060, + 2022020, + 2022010 + ], + [ + 2022020, + 2023010, + 2022020 + ], + [ + 8013010, + 2023010 + ] + ] + }, + { + "Level": 88, + "StageID": 30007242, + "MonsterList": [ + [ + 1012010, + 1012020, + 1012020, + 1012010 + ], + [ + 1012010, + 1013020, + 1012010 + ], + [ + 1014010, + 1013020 + ] + ] + }, + { + "Level": 90, + "StageID": 30007251, + "MonsterList": [ + [ + 8001050, + 8002010, + 8002010, + 8001030, + 8001050 + ], + [ + 8002010, + 1023020, + 8001050 + ], + [ + 8003040, + 8003040 + ] + ] + }, + { + "Level": 90, + "StageID": 30007252, + "MonsterList": [ + [ + 2022010, + 2022060, + 2022060, + 2022010 + ], + [ + 2023010, + 2022060 + ], + [ + 2023010, + 2004010 + ] + ] + }, + { + "Level": 68, + "StageID": 30008161, + "MonsterList": [ + [ + 1022010, + 1023020, + 8001020 + ] + ] + }, + { + "Level": 68, + "StageID": 30008162, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 68, + "StageID": 30008163, + "MonsterList": [ + [ + 8011020, + 8012030, + 8013010, + 8011020 + ] + ] + }, + { + "Level": 68, + "StageID": 30008164, + "MonsterList": [ + [ + 2022060, + 2023010, + 2022060 + ] + ] + }, + { + "Level": 70, + "StageID": 30008171, + "MonsterList": [ + [ + 8002010, + 8003050, + 8002010 + ] + ] + }, + { + "Level": 70, + "StageID": 30008172, + "MonsterList": [ + [ + 8001050, + 8001050, + 8003050, + 8001050, + 8001050 + ] + ] + }, + { + "Level": 70, + "StageID": 30008173, + "MonsterList": [ + [ + 1022020, + 8002010, + 8003030, + 1022020 + ] + ] + }, + { + "Level": 70, + "StageID": 30008174, + "MonsterList": [ + [ + 1022010, + 8003010, + 8002010, + 1022010 + ] + ] + }, + { + "Level": 73, + "StageID": 30008181, + "MonsterList": [ + [ + 1002040, + 1003010, + 1002040 + ] + ] + }, + { + "Level": 73, + "StageID": 30008182, + "MonsterList": [ + [ + 1002030, + 1004030, + 1002030 + ] + ] + }, + { + "Level": 73, + "StageID": 30008183, + "MonsterList": [ + [ + 1022010, + 8003010, + 8002010 + ] + ] + }, + { + "Level": 73, + "StageID": 30008184, + "MonsterList": [ + [ + 8001020, + 1023020, + 8001020 + ] + ] + }, + { + "Level": 75, + "StageID": 30008191, + "MonsterList": [ + [ + 1002020, + 1013020, + 1002020 + ] + ] + }, + { + "Level": 75, + "StageID": 30008192, + "MonsterList": [ + [ + 1012030, + 1013010, + 1012030 + ] + ] + }, + { + "Level": 75, + "StageID": 30008193, + "MonsterList": [ + [ + 8001040, + 8001010, + 8003020, + 8001040, + 8001040 + ] + ] + }, + { + "Level": 75, + "StageID": 30008194, + "MonsterList": [ + [ + 8001050, + 8001050, + 8003020, + 8001010, + 8001050 + ] + ] + }, + { + "Level": 78, + "StageID": 30008201, + "MonsterList": [ + [ + 1022010, + 8003040, + 1022010 + ] + ] + }, + { + "Level": 78, + "StageID": 30008202, + "MonsterList": [ + [ + 1002030, + 1004020, + 1002050, + 1002050 + ] + ] + }, + { + "Level": 78, + "StageID": 30008203, + "MonsterList": [ + [ + 2012010, + 2013010, + 2012010 + ] + ] + }, + { + "Level": 78, + "StageID": 30008204, + "MonsterList": [ + [ + 2022020, + 2023010, + 2022020 + ] + ] + }, + { + "Level": 80, + "StageID": 30008211, + "MonsterList": [ + [ + 2022050, + 2022040, + 2022050 + ], + [ + 2023020, + 2022040, + 2022050 + ], + [ + 2023010, + 2023020 + ] + ] + }, + { + "Level": 80, + "StageID": 30008212, + "MonsterList": [ + [ + 2002010, + 2002010, + 2002010 + ], + [ + 1023010, + 1023010 + ], + [ + 2004020 + ] + ] + }, + { + "Level": 83, + "StageID": 30008221, + "MonsterList": [ + [ + 1002020, + 1012010, + 1012010, + 1012030 + ], + [ + 1012030, + 1013010 + ], + [ + 1023010, + 1013010 + ] + ] + }, + { + "Level": 83, + "StageID": 30008222, + "MonsterList": [ + [ + 1002050, + 1002040, + 1002030, + 1002050 + ], + [ + 1002030, + 1003010, + 1002030 + ], + [ + 1003010, + 1004030 + ] + ] + }, + { + "Level": 85, + "StageID": 30008231, + "MonsterList": [ + [ + 2022050, + 2022040, + 2022050 + ], + [ + 2022040, + 2023020, + 2022040 + ], + [ + 2023020, + 8003010 + ] + ] + }, + { + "Level": 85, + "StageID": 30008232, + "MonsterList": [ + [ + 8001010, + 1022010, + 8001010, + 1022010 + ], + [ + 1022010, + 8003020, + 1022010 + ], + [ + 8003030, + 8003020 + ] + ] + }, + { + "Level": 88, + "StageID": 30008241, + "MonsterList": [ + [ + 2022020, + 2022060, + 2022020, + 2022010 + ], + [ + 2022020, + 2023010, + 2022020 + ], + [ + 8013010, + 2023010 + ] + ] + }, + { + "Level": 88, + "StageID": 30008242, + "MonsterList": [ + [ + 1012010, + 1012020, + 1012020, + 1012010 + ], + [ + 1012010, + 1013020, + 1012010 + ], + [ + 1014010, + 1013020 + ] + ] + }, + { + "Level": 90, + "StageID": 30008251, + "MonsterList": [ + [ + 8001050, + 8002010, + 8002010, + 8001030, + 8001050 + ], + [ + 8002010, + 1023020, + 8001050 + ], + [ + 8003040, + 8003040 + ] + ] + }, + { + "Level": 90, + "StageID": 30008252, + "MonsterList": [ + [ + 2022010, + 2022060, + 2022060, + 2022010 + ], + [ + 2023010, + 2022060 + ], + [ + 2023010, + 2004010 + ] + ] + }, + { + "Level": 68, + "StageID": 30009161, + "MonsterList": [ + [ + 1022010, + 1023020, + 8001020 + ] + ] + }, + { + "Level": 68, + "StageID": 30009162, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 68, + "StageID": 30009163, + "MonsterList": [ + [ + 8011020, + 8012030, + 8013010, + 8011020 + ] + ] + }, + { + "Level": 68, + "StageID": 30009164, + "MonsterList": [ + [ + 2022060, + 2023010, + 2022060 + ] + ] + }, + { + "Level": 70, + "StageID": 30009171, + "MonsterList": [ + [ + 8002010, + 8003050, + 8002010 + ] + ] + }, + { + "Level": 70, + "StageID": 30009172, + "MonsterList": [ + [ + 8001050, + 8001050, + 8003050, + 8001050, + 8001050 + ] + ] + }, + { + "Level": 70, + "StageID": 30009173, + "MonsterList": [ + [ + 1022020, + 8002010, + 8003030, + 1022020 + ] + ] + }, + { + "Level": 70, + "StageID": 30009174, + "MonsterList": [ + [ + 1022010, + 8003010, + 8002010, + 1022010 + ] + ] + }, + { + "Level": 73, + "StageID": 30009181, + "MonsterList": [ + [ + 1002040, + 1003010, + 1002040 + ] + ] + }, + { + "Level": 73, + "StageID": 30009182, + "MonsterList": [ + [ + 1002030, + 1004030, + 1002030 + ] + ] + }, + { + "Level": 73, + "StageID": 30009183, + "MonsterList": [ + [ + 1022010, + 8003010, + 8002010 + ] + ] + }, + { + "Level": 73, + "StageID": 30009184, + "MonsterList": [ + [ + 8001020, + 1023020, + 8001020 + ] + ] + }, + { + "Level": 75, + "StageID": 30009191, + "MonsterList": [ + [ + 1002020, + 1013020, + 1002020 + ] + ] + }, + { + "Level": 75, + "StageID": 30009192, + "MonsterList": [ + [ + 1012030, + 1013010, + 1012030 + ] + ] + }, + { + "Level": 75, + "StageID": 30009193, + "MonsterList": [ + [ + 8001040, + 8001010, + 8003020, + 8001040, + 8001040 + ] + ] + }, + { + "Level": 75, + "StageID": 30009194, + "MonsterList": [ + [ + 8001050, + 8001050, + 8003020, + 8001010, + 8001050 + ] + ] + }, + { + "Level": 78, + "StageID": 30009201, + "MonsterList": [ + [ + 1022010, + 8003040, + 1022010 + ] + ] + }, + { + "Level": 78, + "StageID": 30009202, + "MonsterList": [ + [ + 1002030, + 1004020, + 1002050, + 1002050 + ] + ] + }, + { + "Level": 78, + "StageID": 30009203, + "MonsterList": [ + [ + 2012010, + 2013010, + 2012010 + ] + ] + }, + { + "Level": 78, + "StageID": 30009204, + "MonsterList": [ + [ + 2022020, + 2023010, + 2022020 + ] + ] + }, + { + "Level": 80, + "StageID": 30009211, + "MonsterList": [ + [ + 2022050, + 2022040, + 2022050 + ], + [ + 2023020, + 2022040, + 2022050 + ], + [ + 2023010, + 2023020 + ] + ] + }, + { + "Level": 80, + "StageID": 30009212, + "MonsterList": [ + [ + 2002010, + 2002010, + 2002010 + ], + [ + 1023010, + 1023010 + ], + [ + 2004020 + ] + ] + }, + { + "Level": 83, + "StageID": 30009221, + "MonsterList": [ + [ + 1002020, + 1012010, + 1012010, + 1012030 + ], + [ + 1012030, + 1013010 + ], + [ + 1023010, + 1013010 + ] + ] + }, + { + "Level": 83, + "StageID": 30009222, + "MonsterList": [ + [ + 1002050, + 1002040, + 1002030, + 1002050 + ], + [ + 1002030, + 1003010, + 1002030 + ], + [ + 1003010, + 1004030 + ] + ] + }, + { + "Level": 85, + "StageID": 30009231, + "MonsterList": [ + [ + 2022050, + 2022040, + 2022050 + ], + [ + 2022040, + 2023020, + 2022040 + ], + [ + 2023020, + 8003010 + ] + ] + }, + { + "Level": 85, + "StageID": 30009232, + "MonsterList": [ + [ + 8001010, + 1022010, + 8001010, + 1022010 + ], + [ + 1022010, + 8003020, + 1022010 + ], + [ + 8003030, + 8003020 + ] + ] + }, + { + "Level": 88, + "StageID": 30009241, + "MonsterList": [ + [ + 2022020, + 2022060, + 2022020, + 2022010 + ], + [ + 2022020, + 2023010, + 2022020 + ], + [ + 8013010, + 2023010 + ] + ] + }, + { + "Level": 88, + "StageID": 30009242, + "MonsterList": [ + [ + 1012010, + 1012020, + 1012020, + 1012010 + ], + [ + 1012010, + 1013020, + 1012010 + ], + [ + 1014010, + 1013020 + ] + ] + }, + { + "Level": 90, + "StageID": 30009251, + "MonsterList": [ + [ + 8001050, + 8002010, + 8002010, + 8001030, + 8001050 + ], + [ + 8002010, + 1023020, + 8001050 + ], + [ + 8003040, + 8003040 + ] + ] + }, + { + "Level": 90, + "StageID": 30009252, + "MonsterList": [ + [ + 2022010, + 2022060, + 2022060, + 2022010 + ], + [ + 2023010, + 2022060 + ], + [ + 2023010, + 2004010 + ] + ] + }, + { + "Level": 68, + "StageID": 30010161, + "MonsterList": [ + [ + 1022010, + 1023020, + 8001020 + ] + ] + }, + { + "Level": 68, + "StageID": 30010162, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 68, + "StageID": 30010163, + "MonsterList": [ + [ + 8011020, + 8012030, + 8013010, + 8011020 + ] + ] + }, + { + "Level": 68, + "StageID": 30010164, + "MonsterList": [ + [ + 2023010, + 2022060 + ] + ] + }, + { + "Level": 70, + "StageID": 30010171, + "MonsterList": [ + [ + 8001050, + 8003050, + 8001050, + 8001050 + ] + ] + }, + { + "Level": 70, + "StageID": 30010172, + "MonsterList": [ + [ + 2022050, + 2023020, + 2022050 + ] + ] + }, + { + "Level": 70, + "StageID": 30010173, + "MonsterList": [ + [ + 2022010, + 2013010, + 2022010 + ] + ] + }, + { + "Level": 70, + "StageID": 30010174, + "MonsterList": [ + [ + 1012030, + 8003030, + 1012030 + ] + ] + }, + { + "Level": 73, + "StageID": 30010181, + "MonsterList": [ + [ + 1002040, + 1003010, + 1002040 + ] + ] + }, + { + "Level": 73, + "StageID": 30010182, + "MonsterList": [ + [ + 8002010, + 8003020, + 8002010 + ] + ] + }, + { + "Level": 73, + "StageID": 30010183, + "MonsterList": [ + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 73, + "StageID": 30010184, + "MonsterList": [ + [ + 1002030, + 1004020, + 1002040 + ] + ] + }, + { + "Level": 75, + "StageID": 30010191, + "MonsterList": [ + [ + 8002010, + 8003010, + 8002010 + ] + ] + }, + { + "Level": 75, + "StageID": 30010192, + "MonsterList": [ + [ + 2022040, + 2023020, + 2022050 + ] + ] + }, + { + "Level": 75, + "StageID": 30010193, + "MonsterList": [ + [ + 1022020, + 8003050, + 1022020, + 1022020 + ] + ] + }, + { + "Level": 75, + "StageID": 30010194, + "MonsterList": [ + [ + 2022020, + 2023010, + 2022020 + ] + ] + }, + { + "Level": 78, + "StageID": 30010201, + "MonsterList": [ + [ + 1022010, + 1023020, + 1022010 + ] + ] + }, + { + "Level": 78, + "StageID": 30010202, + "MonsterList": [ + [ + 2022060, + 2023030, + 2022060 + ] + ] + }, + { + "Level": 78, + "StageID": 30010203, + "MonsterList": [ + [ + 8001040, + 8003050, + 8001010, + 8001010 + ] + ] + }, + { + "Level": 78, + "StageID": 30010204, + "MonsterList": [ + [ + 8012010, + 8013010, + 8012020, + 8012020 + ] + ] + }, + { + "Level": 80, + "StageID": 30010211, + "MonsterList": [ + [ + 1022020, + 8003020, + 1022020, + 1022010 + ], + [ + 8003030, + 8003020, + 8002010 + ] + ] + }, + { + "Level": 80, + "StageID": 30010212, + "MonsterList": [ + [ + 1002030, + 1013020, + 1012030, + 1012010 + ], + [ + 1013020, + 1004020 + ] + ] + }, + { + "Level": 83, + "StageID": 30010221, + "MonsterList": [ + [ + 1022020, + 8003040, + 1022020 + ], + [ + 8003040, + 1023020 + ] + ] + }, + { + "Level": 83, + "StageID": 30010222, + "MonsterList": [ + [ + 1022020, + 8003050, + 1022010, + 1022020 + ], + [ + 1023010, + 8003050 + ] + ] + }, + { + "Level": 85, + "StageID": 30010231, + "MonsterList": [ + [ + 2011020, + 2013010, + 2011020 + ], + [ + 8003010, + 2013010 + ] + ] + }, + { + "Level": 85, + "StageID": 30010232, + "MonsterList": [ + [ + 2022050, + 2023020, + 2022040 + ], + [ + 2023020, + 8003050 + ] + ] + }, + { + "Level": 88, + "StageID": 30010241, + "MonsterList": [ + [ + 8002010, + 1023020, + 8002010 + ], + [ + 8003040, + 1023020 + ] + ] + }, + { + "Level": 88, + "StageID": 30010242, + "MonsterList": [ + [ + 2023010, + 2022020 + ], + [ + 2023010, + 2004010 + ] + ] + }, + { + "Level": 90, + "StageID": 30010251, + "MonsterList": [ + [ + 2012010, + 2023030, + 2022060, + 2012010 + ], + [ + 2023030, + 1003010 + ] + ] + }, + { + "Level": 90, + "StageID": 30010252, + "MonsterList": [ + [ + 8011010, + 8013010, + 8013010, + 8011020 + ], + [ + 200402002 + ] + ] + }, + { + "Level": 68, + "StageID": 30011161, + "MonsterList": [ + [ + 1022010, + 1023020, + 8001020 + ] + ] + }, + { + "Level": 68, + "StageID": 30011162, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 68, + "StageID": 30011163, + "MonsterList": [ + [ + 8011020, + 8012030, + 8013010, + 8011020 + ] + ] + }, + { + "Level": 68, + "StageID": 30011164, + "MonsterList": [ + [ + 2023010, + 2022060 + ] + ] + }, + { + "Level": 70, + "StageID": 30011171, + "MonsterList": [ + [ + 8001050, + 8003050, + 8001050, + 8001050 + ] + ] + }, + { + "Level": 70, + "StageID": 30011172, + "MonsterList": [ + [ + 2022050, + 2023020, + 2022050 + ] + ] + }, + { + "Level": 70, + "StageID": 30011173, + "MonsterList": [ + [ + 2022010, + 2013010, + 2022010 + ] + ] + }, + { + "Level": 70, + "StageID": 30011174, + "MonsterList": [ + [ + 1012030, + 8003030, + 1012030 + ] + ] + }, + { + "Level": 73, + "StageID": 30011181, + "MonsterList": [ + [ + 1002040, + 1003010, + 1002040 + ] + ] + }, + { + "Level": 73, + "StageID": 30011182, + "MonsterList": [ + [ + 8002010, + 8003020, + 8002010 + ] + ] + }, + { + "Level": 73, + "StageID": 30011183, + "MonsterList": [ + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 73, + "StageID": 30011184, + "MonsterList": [ + [ + 1002030, + 1004020, + 1002040 + ] + ] + }, + { + "Level": 75, + "StageID": 30011191, + "MonsterList": [ + [ + 8002010, + 8003010, + 8002010 + ] + ] + }, + { + "Level": 75, + "StageID": 30011192, + "MonsterList": [ + [ + 2022040, + 2023020, + 2022050 + ] + ] + }, + { + "Level": 75, + "StageID": 30011193, + "MonsterList": [ + [ + 1022020, + 8003050, + 1022020, + 1022020 + ] + ] + }, + { + "Level": 75, + "StageID": 30011194, + "MonsterList": [ + [ + 2022020, + 2023010, + 2022020 + ] + ] + }, + { + "Level": 78, + "StageID": 30011201, + "MonsterList": [ + [ + 1022010, + 1023020, + 1022010 + ] + ] + }, + { + "Level": 78, + "StageID": 30011202, + "MonsterList": [ + [ + 2022060, + 2023030, + 2022060 + ] + ] + }, + { + "Level": 78, + "StageID": 30011203, + "MonsterList": [ + [ + 8001040, + 8003050, + 8001010, + 8001010 + ] + ] + }, + { + "Level": 78, + "StageID": 30011204, + "MonsterList": [ + [ + 8012010, + 8013010, + 8012020, + 8012020 + ] + ] + }, + { + "Level": 80, + "StageID": 30011211, + "MonsterList": [ + [ + 1022020, + 8003020, + 1022020, + 1022010 + ], + [ + 8003030, + 8003020, + 8002010 + ] + ] + }, + { + "Level": 80, + "StageID": 30011212, + "MonsterList": [ + [ + 1002030, + 1013020, + 1012030, + 1012010 + ], + [ + 1013020, + 1004020 + ] + ] + }, + { + "Level": 83, + "StageID": 30011221, + "MonsterList": [ + [ + 1022020, + 8003040, + 1022020 + ], + [ + 8003040, + 1023020 + ] + ] + }, + { + "Level": 83, + "StageID": 30011222, + "MonsterList": [ + [ + 1022020, + 8003050, + 1022010, + 1022020 + ], + [ + 1023010, + 8003050 + ] + ] + }, + { + "Level": 85, + "StageID": 30011231, + "MonsterList": [ + [ + 2011020, + 2013010, + 2011020 + ], + [ + 8003010, + 2013010 + ] + ] + }, + { + "Level": 85, + "StageID": 30011232, + "MonsterList": [ + [ + 2022050, + 2023020, + 2022040 + ], + [ + 2023020, + 8003050 + ] + ] + }, + { + "Level": 88, + "StageID": 30011241, + "MonsterList": [ + [ + 8002010, + 1023020, + 8002010 + ], + [ + 8003040, + 1023020 + ] + ] + }, + { + "Level": 88, + "StageID": 30011242, + "MonsterList": [ + [ + 2023010, + 2022020 + ], + [ + 2023010, + 2004010 + ] + ] + }, + { + "Level": 90, + "StageID": 30011251, + "MonsterList": [ + [ + 2012010, + 2023030, + 2022060, + 2012010 + ], + [ + 2023030, + 1003010 + ] + ] + }, + { + "Level": 90, + "StageID": 30011252, + "MonsterList": [ + [ + 8011010, + 8013010, + 8013010, + 8011020 + ], + [ + 200402002 + ] + ] + }, + { + "Level": 68, + "StageID": 30012161, + "MonsterList": [ + [ + 1022010, + 1023020, + 8001020 + ] + ] + }, + { + "Level": 68, + "StageID": 30012162, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 68, + "StageID": 30012163, + "MonsterList": [ + [ + 8011020, + 8012030, + 8013010, + 8011020 + ] + ] + }, + { + "Level": 68, + "StageID": 30012164, + "MonsterList": [ + [ + 2023010, + 2022060 + ] + ] + }, + { + "Level": 70, + "StageID": 30012171, + "MonsterList": [ + [ + 8001050, + 8003050, + 8001050, + 8001050 + ] + ] + }, + { + "Level": 70, + "StageID": 30012172, + "MonsterList": [ + [ + 2022050, + 2023020, + 2022050 + ] + ] + }, + { + "Level": 70, + "StageID": 30012173, + "MonsterList": [ + [ + 2022010, + 2013010, + 2022010 + ] + ] + }, + { + "Level": 70, + "StageID": 30012174, + "MonsterList": [ + [ + 1012030, + 8003030, + 1012030 + ] + ] + }, + { + "Level": 73, + "StageID": 30012181, + "MonsterList": [ + [ + 1002040, + 1003010, + 1002040 + ] + ] + }, + { + "Level": 73, + "StageID": 30012182, + "MonsterList": [ + [ + 8002010, + 8003020, + 8002010 + ] + ] + }, + { + "Level": 73, + "StageID": 30012183, + "MonsterList": [ + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 73, + "StageID": 30012184, + "MonsterList": [ + [ + 1002030, + 1004020, + 1002040 + ] + ] + }, + { + "Level": 75, + "StageID": 30012191, + "MonsterList": [ + [ + 8002010, + 8003010, + 8002010 + ] + ] + }, + { + "Level": 75, + "StageID": 30012192, + "MonsterList": [ + [ + 2022040, + 2023020, + 2022050 + ] + ] + }, + { + "Level": 75, + "StageID": 30012193, + "MonsterList": [ + [ + 1022020, + 8003050, + 1022020, + 1022020 + ] + ] + }, + { + "Level": 75, + "StageID": 30012194, + "MonsterList": [ + [ + 2022020, + 2023010, + 2022020 + ] + ] + }, + { + "Level": 78, + "StageID": 30012201, + "MonsterList": [ + [ + 1022010, + 1023020, + 1022010 + ] + ] + }, + { + "Level": 78, + "StageID": 30012202, + "MonsterList": [ + [ + 2022060, + 2023030, + 2022060 + ] + ] + }, + { + "Level": 78, + "StageID": 30012203, + "MonsterList": [ + [ + 8001040, + 8003050, + 8001010, + 8001010 + ] + ] + }, + { + "Level": 78, + "StageID": 30012204, + "MonsterList": [ + [ + 8012010, + 8013010, + 8012020, + 8012020 + ] + ] + }, + { + "Level": 80, + "StageID": 30012211, + "MonsterList": [ + [ + 1022020, + 8003020, + 1022020, + 1022010 + ], + [ + 8003030, + 8003020, + 8002010 + ] + ] + }, + { + "Level": 80, + "StageID": 30012212, + "MonsterList": [ + [ + 1002030, + 1013020, + 1012030, + 1012010 + ], + [ + 1013020, + 1004020 + ] + ] + }, + { + "Level": 83, + "StageID": 30012221, + "MonsterList": [ + [ + 1022020, + 8003040, + 1022020 + ], + [ + 8003040, + 1023020 + ] + ] + }, + { + "Level": 83, + "StageID": 30012222, + "MonsterList": [ + [ + 1022020, + 8003050, + 1022010, + 1022020 + ], + [ + 1023010, + 8003050 + ] + ] + }, + { + "Level": 85, + "StageID": 30012231, + "MonsterList": [ + [ + 2011020, + 2013010, + 2011020 + ], + [ + 8003010, + 2013010 + ] + ] + }, + { + "Level": 85, + "StageID": 30012232, + "MonsterList": [ + [ + 2022050, + 2023020, + 2022040 + ], + [ + 2023020, + 8003050 + ] + ] + }, + { + "Level": 88, + "StageID": 30012241, + "MonsterList": [ + [ + 8002010, + 1023020, + 8002010 + ], + [ + 8003040, + 1023020 + ] + ] + }, + { + "Level": 88, + "StageID": 30012242, + "MonsterList": [ + [ + 2023010, + 2022020 + ], + [ + 2023010, + 2004010 + ] + ] + }, + { + "Level": 90, + "StageID": 30012251, + "MonsterList": [ + [ + 2012010, + 2023030, + 2022060, + 2012010 + ], + [ + 2023030, + 1003010 + ] + ] + }, + { + "Level": 90, + "StageID": 30012252, + "MonsterList": [ + [ + 8011010, + 8013010, + 8013010, + 8011020 + ], + [ + 200402002 + ] + ] + }, + { + "Level": 68, + "StageID": 30013161, + "MonsterList": [ + [ + 1012030, + 1013010, + 1012030 + ] + ] + }, + { + "Level": 68, + "StageID": 30013162, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 68, + "StageID": 30013163, + "MonsterList": [ + [ + 8032020, + 8033010 + ] + ] + }, + { + "Level": 68, + "StageID": 30013164, + "MonsterList": [ + [ + 2022060, + 2023010 + ] + ] + }, + { + "Level": 70, + "StageID": 30013171, + "MonsterList": [ + [ + 8001050, + 8003050, + 8002010, + 8001050 + ] + ] + }, + { + "Level": 70, + "StageID": 30013172, + "MonsterList": [ + [ + 2022040, + 2023020, + 2022050 + ] + ] + }, + { + "Level": 70, + "StageID": 30013173, + "MonsterList": [ + [ + 2022010, + 2013010, + 2022010 + ] + ] + }, + { + "Level": 70, + "StageID": 30013174, + "MonsterList": [ + [ + 1022020, + 8003030, + 1022020 + ] + ] + }, + { + "Level": 73, + "StageID": 30013181, + "MonsterList": [ + [ + 1002030, + 1003010, + 1002050 + ] + ] + }, + { + "Level": 73, + "StageID": 30013182, + "MonsterList": [ + [ + 2022010, + 2023030, + 2022060, + 2022010 + ] + ] + }, + { + "Level": 73, + "StageID": 30013183, + "MonsterList": [ + [ + 8001020, + 1023020, + 8001020 + ] + ] + }, + { + "Level": 73, + "StageID": 30013184, + "MonsterList": [ + [ + 1002020, + 1014010, + 1012030, + 1002020 + ] + ] + }, + { + "Level": 75, + "StageID": 30013191, + "MonsterList": [ + [ + 1022020, + 8003020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 75, + "StageID": 30013192, + "MonsterList": [ + [ + 2011020, + 2013010, + 2011020 + ] + ] + }, + { + "Level": 75, + "StageID": 30013193, + "MonsterList": [ + [ + 2022060, + 2023030, + 2022060, + 2022020 + ] + ] + }, + { + "Level": 75, + "StageID": 30013194, + "MonsterList": [ + [ + 1002030, + 1004020, + 1002040 + ] + ] + }, + { + "Level": 78, + "StageID": 30013201, + "MonsterList": [ + [ + 8032010, + 8033010, + 8032020 + ] + ] + }, + { + "Level": 78, + "StageID": 30013202, + "MonsterList": [ + [ + 1012030, + 1013010, + 1002020 + ] + ] + }, + { + "Level": 78, + "StageID": 30013203, + "MonsterList": [ + [ + 2012010, + 2023010, + 2012010 + ] + ] + }, + { + "Level": 78, + "StageID": 30013204, + "MonsterList": [ + [ + 2002010, + 2004010, + 2002010 + ] + ] + }, + { + "Level": 80, + "StageID": 30013211, + "MonsterList": [ + [ + 2022020, + 2023010, + 2022060 + ], + [ + 1023010, + 2023010 + ] + ] + }, + { + "Level": 80, + "StageID": 30013212, + "MonsterList": [ + [ + 2022040, + 2023020, + 2022050 + ], + [ + 2023020, + 8033010 + ] + ] + }, + { + "Level": 83, + "StageID": 30013221, + "MonsterList": [ + [ + 2011010, + 2013010, + 2011020 + ], + [ + 2013010, + 8003030 + ] + ] + }, + { + "Level": 83, + "StageID": 30013222, + "MonsterList": [ + [ + 2022060, + 2023030, + 2022060, + 2022020 + ], + [ + 2023030, + 1004020 + ] + ] + }, + { + "Level": 85, + "StageID": 30013231, + "MonsterList": [ + [ + 8032010, + 8033010, + 8032010 + ], + [ + 8003050, + 8033010 + ] + ] + }, + { + "Level": 85, + "StageID": 30013232, + "MonsterList": [ + [ + 1022020, + 8003040, + 8003040 + ], + [ + 2004020 + ] + ] + }, + { + "Level": 88, + "StageID": 30013241, + "MonsterList": [ + [ + 8032020, + 8033010, + 8032020 + ], + [ + 8033010, + 1013020 + ] + ] + }, + { + "Level": 88, + "StageID": 30013242, + "MonsterList": [ + [ + 8002010, + 8003010, + 8003010 + ], + [ + 2024010 + ] + ] + }, + { + "Level": 90, + "StageID": 30013251, + "MonsterList": [ + [ + 2022010, + 2023020, + 2022010 + ], + [ + 2023020, + 8003040 + ] + ] + }, + { + "Level": 90, + "StageID": 30013252, + "MonsterList": [ + [ + 8001050, + 8003050, + 8003050 + ], + [ + 8024011 + ] + ] + }, + { + "Level": 68, + "StageID": 30014161, + "MonsterList": [ + [ + 1012030, + 1013010, + 1012030 + ] + ] + }, + { + "Level": 68, + "StageID": 30014162, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 68, + "StageID": 30014163, + "MonsterList": [ + [ + 8032020, + 8033010 + ] + ] + }, + { + "Level": 68, + "StageID": 30014164, + "MonsterList": [ + [ + 2022060, + 2023010 + ] + ] + }, + { + "Level": 70, + "StageID": 30014171, + "MonsterList": [ + [ + 8001050, + 8003050, + 8002010, + 8001050 + ] + ] + }, + { + "Level": 70, + "StageID": 30014172, + "MonsterList": [ + [ + 2022040, + 2023020, + 2022050 + ] + ] + }, + { + "Level": 70, + "StageID": 30014173, + "MonsterList": [ + [ + 2022010, + 2013010, + 2022010 + ] + ] + }, + { + "Level": 70, + "StageID": 30014174, + "MonsterList": [ + [ + 1022020, + 8003030, + 1022020 + ] + ] + }, + { + "Level": 73, + "StageID": 30014181, + "MonsterList": [ + [ + 1002030, + 1003010, + 1002050 + ] + ] + }, + { + "Level": 73, + "StageID": 30014182, + "MonsterList": [ + [ + 2022010, + 2023030, + 2022060, + 2022010 + ] + ] + }, + { + "Level": 73, + "StageID": 30014183, + "MonsterList": [ + [ + 8001020, + 1023020, + 8001020 + ] + ] + }, + { + "Level": 73, + "StageID": 30014184, + "MonsterList": [ + [ + 1002020, + 1014010, + 1012030, + 1002020 + ] + ] + }, + { + "Level": 75, + "StageID": 30014191, + "MonsterList": [ + [ + 1022020, + 8003020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 75, + "StageID": 30014192, + "MonsterList": [ + [ + 2011020, + 2013010, + 2011020 + ] + ] + }, + { + "Level": 75, + "StageID": 30014193, + "MonsterList": [ + [ + 2022060, + 2023030, + 2022060, + 2022020 + ] + ] + }, + { + "Level": 75, + "StageID": 30014194, + "MonsterList": [ + [ + 1002030, + 1004020, + 1002040 + ] + ] + }, + { + "Level": 78, + "StageID": 30014201, + "MonsterList": [ + [ + 8032010, + 8033010, + 8032020 + ] + ] + }, + { + "Level": 78, + "StageID": 30014202, + "MonsterList": [ + [ + 1012030, + 1013010, + 1002020 + ] + ] + }, + { + "Level": 78, + "StageID": 30014203, + "MonsterList": [ + [ + 2012010, + 2023010, + 2012010 + ] + ] + }, + { + "Level": 78, + "StageID": 30014204, + "MonsterList": [ + [ + 2002010, + 2004010, + 2002010 + ] + ] + }, + { + "Level": 80, + "StageID": 30014211, + "MonsterList": [ + [ + 2022020, + 2023010, + 2022060 + ], + [ + 1023010, + 2023010 + ] + ] + }, + { + "Level": 80, + "StageID": 30014212, + "MonsterList": [ + [ + 2022040, + 2023020, + 2022050 + ], + [ + 2023020, + 8033010 + ] + ] + }, + { + "Level": 83, + "StageID": 30014221, + "MonsterList": [ + [ + 2011010, + 2013010, + 2011020 + ], + [ + 2013010, + 8003030 + ] + ] + }, + { + "Level": 83, + "StageID": 30014222, + "MonsterList": [ + [ + 2022060, + 2023030, + 2022060, + 2022020 + ], + [ + 2023030, + 1004020 + ] + ] + }, + { + "Level": 85, + "StageID": 30014231, + "MonsterList": [ + [ + 8032010, + 8033010, + 8032010 + ], + [ + 8003050, + 8033010 + ] + ] + }, + { + "Level": 85, + "StageID": 30014232, + "MonsterList": [ + [ + 1022020, + 8003040, + 8003040 + ], + [ + 2004020 + ] + ] + }, + { + "Level": 88, + "StageID": 30014241, + "MonsterList": [ + [ + 8032020, + 8033010, + 8032020 + ], + [ + 8033010, + 1013020 + ] + ] + }, + { + "Level": 88, + "StageID": 30014242, + "MonsterList": [ + [ + 8002010, + 8003010, + 8003010 + ], + [ + 2024010 + ] + ] + }, + { + "Level": 90, + "StageID": 30014251, + "MonsterList": [ + [ + 2022010, + 2023020, + 2022010 + ], + [ + 2023020, + 8003040 + ] + ] + }, + { + "Level": 90, + "StageID": 30014252, + "MonsterList": [ + [ + 8001050, + 8003050, + 8003050 + ], + [ + 8024011 + ] + ] + }, + { + "Level": 68, + "StageID": 30015161, + "MonsterList": [ + [ + 1012030, + 1013010, + 1012030 + ] + ] + }, + { + "Level": 68, + "StageID": 30015162, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 68, + "StageID": 30015163, + "MonsterList": [ + [ + 8032020, + 8033010 + ] + ] + }, + { + "Level": 68, + "StageID": 30015164, + "MonsterList": [ + [ + 2022060, + 2023010 + ] + ] + }, + { + "Level": 70, + "StageID": 30015171, + "MonsterList": [ + [ + 8001050, + 8003050, + 8002010, + 8001050 + ] + ] + }, + { + "Level": 70, + "StageID": 30015172, + "MonsterList": [ + [ + 2022040, + 2023020, + 2022050 + ] + ] + }, + { + "Level": 70, + "StageID": 30015173, + "MonsterList": [ + [ + 2022010, + 2013010, + 2022010 + ] + ] + }, + { + "Level": 70, + "StageID": 30015174, + "MonsterList": [ + [ + 1022020, + 8003030, + 1022020 + ] + ] + }, + { + "Level": 73, + "StageID": 30015181, + "MonsterList": [ + [ + 1002030, + 1003010, + 1002050 + ] + ] + }, + { + "Level": 73, + "StageID": 30015182, + "MonsterList": [ + [ + 2022010, + 2023030, + 2022060, + 2022010 + ] + ] + }, + { + "Level": 73, + "StageID": 30015183, + "MonsterList": [ + [ + 8001020, + 1023020, + 8001020 + ] + ] + }, + { + "Level": 73, + "StageID": 30015184, + "MonsterList": [ + [ + 1002020, + 1014010, + 1012030, + 1002020 + ] + ] + }, + { + "Level": 75, + "StageID": 30015191, + "MonsterList": [ + [ + 1022020, + 8003020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 75, + "StageID": 30015192, + "MonsterList": [ + [ + 2011020, + 2013010, + 2011020 + ] + ] + }, + { + "Level": 75, + "StageID": 30015193, + "MonsterList": [ + [ + 2022060, + 2023030, + 2022060, + 2022020 + ] + ] + }, + { + "Level": 75, + "StageID": 30015194, + "MonsterList": [ + [ + 1002030, + 1004020, + 1002040 + ] + ] + }, + { + "Level": 78, + "StageID": 30015201, + "MonsterList": [ + [ + 8032010, + 8033010, + 8032020 + ] + ] + }, + { + "Level": 78, + "StageID": 30015202, + "MonsterList": [ + [ + 1012030, + 1013010, + 1002020 + ] + ] + }, + { + "Level": 78, + "StageID": 30015203, + "MonsterList": [ + [ + 2012010, + 2023010, + 2012010 + ] + ] + }, + { + "Level": 78, + "StageID": 30015204, + "MonsterList": [ + [ + 2002010, + 2004010, + 2002010 + ] + ] + }, + { + "Level": 80, + "StageID": 30015211, + "MonsterList": [ + [ + 2022020, + 2023010, + 2022060 + ], + [ + 1023010, + 2023010 + ] + ] + }, + { + "Level": 80, + "StageID": 30015212, + "MonsterList": [ + [ + 2022040, + 2023020, + 2022050 + ], + [ + 2023020, + 8033010 + ] + ] + }, + { + "Level": 83, + "StageID": 30015221, + "MonsterList": [ + [ + 2011010, + 2013010, + 2011020 + ], + [ + 2013010, + 8003030 + ] + ] + }, + { + "Level": 83, + "StageID": 30015222, + "MonsterList": [ + [ + 2022060, + 2023030, + 2022060, + 2022020 + ], + [ + 2023030, + 1004020 + ] + ] + }, + { + "Level": 85, + "StageID": 30015231, + "MonsterList": [ + [ + 8032010, + 8033010, + 8032010 + ], + [ + 8003050, + 8033010 + ] + ] + }, + { + "Level": 85, + "StageID": 30015232, + "MonsterList": [ + [ + 1022020, + 8003040, + 8003040 + ], + [ + 2004020 + ] + ] + }, + { + "Level": 88, + "StageID": 30015241, + "MonsterList": [ + [ + 8032020, + 8033010, + 8032020 + ], + [ + 8033010, + 1013020 + ] + ] + }, + { + "Level": 88, + "StageID": 30015242, + "MonsterList": [ + [ + 8002010, + 8003010, + 8003010 + ], + [ + 2024010 + ] + ] + }, + { + "Level": 90, + "StageID": 30015251, + "MonsterList": [ + [ + 2022010, + 2023020, + 2022010 + ], + [ + 2023020, + 8003040 + ] + ] + }, + { + "Level": 90, + "StageID": 30015252, + "MonsterList": [ + [ + 8001050, + 8003050, + 8003050 + ], + [ + 8024011 + ] + ] + }, + { + "Level": 68, + "StageID": 30016161, + "MonsterList": [ + [ + 2022060, + 2023030, + 2022060, + 2022110 + ], + [ + 2023030, + 1003010 + ] + ] + }, + { + "Level": 68, + "StageID": 30016162, + "MonsterList": [ + [ + 1022010, + 8002010, + 1023020, + 8002010 + ], + [ + 1023020, + 8003010 + ] + ] + }, + { + "Level": 70, + "StageID": 30016171, + "MonsterList": [ + [ + 2022040, + 2023020, + 2022050 + ], + [ + 2023020, + 8003050 + ] + ] + }, + { + "Level": 70, + "StageID": 30016172, + "MonsterList": [ + [ + 2002030, + 2013020, + 2002030 + ], + [ + 1004030, + 2013020 + ] + ] + }, + { + "Level": 73, + "StageID": 30016181, + "MonsterList": [ + [ + 2022110, + 2023010, + 2022110 + ], + [ + 2023010, + 8013010 + ] + ] + }, + { + "Level": 73, + "StageID": 30016182, + "MonsterList": [ + [ + 8002010, + 8003040, + 1012030, + 1012030 + ], + [ + 1014010, + 8003040 + ] + ] + }, + { + "Level": 75, + "StageID": 30016191, + "MonsterList": [ + [ + 2011010, + 2012010, + 2013020, + 2012010 + ], + [ + 2013020, + 2023030 + ] + ] + }, + { + "Level": 75, + "StageID": 30016192, + "MonsterList": [ + [ + 8033010, + 8032020 + ], + [ + 8033010, + 1013020 + ] + ] + }, + { + "Level": 78, + "StageID": 30016201, + "MonsterList": [ + [ + 2022110, + 2013010, + 2022110 + ], + [ + 2013010, + 8003030 + ] + ] + }, + { + "Level": 78, + "StageID": 30016202, + "MonsterList": [ + [ + 1022010, + 8003020, + 8003020, + 1022020 + ], + [ + 8024011 + ] + ] + }, + { + "Level": 80, + "StageID": 30016211, + "MonsterList": [ + [ + 2022060, + 2023030, + 2022060, + 2022110 + ], + [ + 2023030, + 1003010 + ] + ] + }, + { + "Level": 80, + "StageID": 30016212, + "MonsterList": [ + [ + 1022010, + 8002010, + 1023020, + 8002010 + ], + [ + 1023020, + 8003010 + ] + ] + }, + { + "Level": 83, + "StageID": 30016221, + "MonsterList": [ + [ + 2022040, + 2023020, + 2022050 + ], + [ + 2023020, + 8003050 + ] + ] + }, + { + "Level": 83, + "StageID": 30016222, + "MonsterList": [ + [ + 2002030, + 2013020, + 2002030 + ], + [ + 1004030, + 2013020 + ] + ] + }, + { + "Level": 85, + "StageID": 30016231, + "MonsterList": [ + [ + 2022110, + 2023010, + 2022110 + ], + [ + 2023010, + 8013010 + ] + ] + }, + { + "Level": 85, + "StageID": 30016232, + "MonsterList": [ + [ + 8002010, + 8003040, + 1012030, + 1012030 + ], + [ + 1014010, + 8003040 + ] + ] + }, + { + "Level": 88, + "StageID": 30016241, + "MonsterList": [ + [ + 2011010, + 2012010, + 2013020, + 2012010 + ], + [ + 2013020, + 2023030 + ] + ] + }, + { + "Level": 88, + "StageID": 30016242, + "MonsterList": [ + [ + 8033010, + 8032020 + ], + [ + 8033010, + 1013020 + ] + ] + }, + { + "Level": 90, + "StageID": 30016251, + "MonsterList": [ + [ + 8012010, + 8013010, + 8012020, + 8012010 + ], + [ + 8013010, + 1004020 + ] + ] + }, + { + "Level": 90, + "StageID": 30016252, + "MonsterList": [ + [ + 1022010, + 8003020, + 8003020, + 1022020 + ], + [ + 8024011 + ] + ] + }, + { + "Level": 68, + "StageID": 30017161, + "MonsterList": [ + [ + 2022060, + 2023030, + 2022060, + 2022110 + ], + [ + 2023030, + 1003010 + ] + ] + }, + { + "Level": 68, + "StageID": 30017162, + "MonsterList": [ + [ + 1022010, + 8002010, + 1023020, + 8002010 + ], + [ + 1023020, + 8003010 + ] + ] + }, + { + "Level": 70, + "StageID": 30017171, + "MonsterList": [ + [ + 2022040, + 2023020, + 2022050 + ], + [ + 2023020, + 8003050 + ] + ] + }, + { + "Level": 70, + "StageID": 30017172, + "MonsterList": [ + [ + 2002030, + 2013020, + 2002030 + ], + [ + 1004030, + 2013020 + ] + ] + }, + { + "Level": 73, + "StageID": 30017181, + "MonsterList": [ + [ + 2022110, + 2023010, + 2022110 + ], + [ + 2023010, + 8013010 + ] + ] + }, + { + "Level": 73, + "StageID": 30017182, + "MonsterList": [ + [ + 8002010, + 8003040, + 1012030, + 1012030 + ], + [ + 1014010, + 8003040 + ] + ] + }, + { + "Level": 75, + "StageID": 30017191, + "MonsterList": [ + [ + 2011010, + 2012010, + 2013020, + 2012010 + ], + [ + 2013020, + 2023030 + ] + ] + }, + { + "Level": 75, + "StageID": 30017192, + "MonsterList": [ + [ + 8033010, + 8032020 + ], + [ + 8033010, + 1013020 + ] + ] + }, + { + "Level": 78, + "StageID": 30017201, + "MonsterList": [ + [ + 2022110, + 2013010, + 2022110 + ], + [ + 2013010, + 8003030 + ] + ] + }, + { + "Level": 78, + "StageID": 30017202, + "MonsterList": [ + [ + 1022010, + 8003020, + 8003020, + 1022020 + ], + [ + 3024010 + ] + ] + }, + { + "Level": 80, + "StageID": 30017211, + "MonsterList": [ + [ + 2022060, + 2023030, + 2022060, + 2022110 + ], + [ + 2023030, + 1003010 + ] + ] + }, + { + "Level": 80, + "StageID": 30017212, + "MonsterList": [ + [ + 1022010, + 8002010, + 1023020, + 8002010 + ], + [ + 1023020, + 8003010 + ] + ] + }, + { + "Level": 83, + "StageID": 30017221, + "MonsterList": [ + [ + 2022040, + 2023020, + 2022050 + ], + [ + 2023020, + 8003050 + ] + ] + }, + { + "Level": 83, + "StageID": 30017222, + "MonsterList": [ + [ + 2002030, + 2013020, + 2002030 + ], + [ + 1004030, + 2013020 + ] + ] + }, + { + "Level": 85, + "StageID": 30017231, + "MonsterList": [ + [ + 2022110, + 2023010, + 2022110 + ], + [ + 2023010, + 8013010 + ] + ] + }, + { + "Level": 85, + "StageID": 30017232, + "MonsterList": [ + [ + 8002010, + 8003040, + 1012030, + 1012030 + ], + [ + 1014010, + 8003040 + ] + ] + }, + { + "Level": 88, + "StageID": 30017241, + "MonsterList": [ + [ + 2011010, + 2012010, + 2013020, + 2012010 + ], + [ + 2013020, + 2023030 + ] + ] + }, + { + "Level": 88, + "StageID": 30017242, + "MonsterList": [ + [ + 8033010, + 8032020 + ], + [ + 8033010, + 1013020 + ] + ] + }, + { + "Level": 90, + "StageID": 30017251, + "MonsterList": [ + [ + 2022110, + 2013010, + 2022110 + ], + [ + 2013010, + 8003030 + ] + ] + }, + { + "Level": 90, + "StageID": 30017252, + "MonsterList": [ + [ + 1022010, + 8003020, + 8003020, + 1022020 + ], + [ + 3024010 + ] + ] + }, + { + "Level": 68, + "StageID": 30018011, + "MonsterList": [ + [ + 2022060, + 2023030, + 2022060, + 2022110 + ], + [ + 2023030, + 1023010 + ] + ] + }, + { + "Level": 68, + "StageID": 30018012, + "MonsterList": [ + [ + 2002010, + 2013020, + 2002030, + 2002010 + ], + [ + 2013020, + 1004030, + 2002030 + ] + ] + }, + { + "Level": 70, + "StageID": 30018021, + "MonsterList": [ + [ + 1022010, + 8003050, + 1022010, + 1002020 + ], + [ + 1002020, + 1013010, + 8003050 + ] + ] + }, + { + "Level": 70, + "StageID": 30018022, + "MonsterList": [ + [ + 2022040, + 2013010, + 2022040 + ], + [ + 2013010, + 8003010 + ] + ] + }, + { + "Level": 73, + "StageID": 30018031, + "MonsterList": [ + [ + 2022110, + 2023010, + 2022110 + ], + [ + 2023010, + 8003050 + ] + ] + }, + { + "Level": 73, + "StageID": 30018032, + "MonsterList": [ + [ + 1012030, + 8003030, + 8002010, + 1012030 + ], + [ + 1014010, + 8003030 + ] + ] + }, + { + "Level": 75, + "StageID": 30018041, + "MonsterList": [ + [ + 2022040, + 2023020, + 2022040, + 2022050 + ], + [ + 2023020, + 8033010 + ] + ] + }, + { + "Level": 75, + "StageID": 30018042, + "MonsterList": [ + [ + 2002030, + 2013020, + 2012010, + 2002030 + ], + [ + 2013020, + 8013010 + ] + ] + }, + { + "Level": 78, + "StageID": 30018051, + "MonsterList": [ + [ + 8002010, + 1023020, + 8002010 + ], + [ + 8003040, + 8003040 + ] + ] + }, + { + "Level": 78, + "StageID": 30018052, + "MonsterList": [ + [ + 1022020, + 8003020, + 8003020, + 8002010 + ], + [ + 3024010 + ] + ] + }, + { + "Level": 80, + "StageID": 30018061, + "MonsterList": [ + [ + 2022060, + 2023030, + 2022060, + 2022110 + ], + [ + 2023030, + 1023010 + ] + ] + }, + { + "Level": 80, + "StageID": 30018062, + "MonsterList": [ + [ + 2002010, + 2013020, + 2002030, + 2002010 + ], + [ + 2013020, + 1004030, + 2002030 + ] + ] + }, + { + "Level": 83, + "StageID": 30018071, + "MonsterList": [ + [ + 1022010, + 8003050, + 1022010, + 1002020 + ], + [ + 1002020, + 1013010, + 8003050 + ] + ] + }, + { + "Level": 83, + "StageID": 30018072, + "MonsterList": [ + [ + 2022040, + 2013010, + 2022040 + ], + [ + 2013010, + 8003010 + ] + ] + }, + { + "Level": 85, + "StageID": 30018081, + "MonsterList": [ + [ + 2022110, + 2023010, + 2022110 + ], + [ + 2023010, + 8003050 + ] + ] + }, + { + "Level": 85, + "StageID": 30018082, + "MonsterList": [ + [ + 1012030, + 8003030, + 8002010, + 1012030 + ], + [ + 1014010, + 8003030 + ] + ] + }, + { + "Level": 88, + "StageID": 30018091, + "MonsterList": [ + [ + 2022040, + 2023020, + 2022040, + 2022050 + ], + [ + 2023020, + 8033010 + ] + ] + }, + { + "Level": 88, + "StageID": 30018092, + "MonsterList": [ + [ + 2002030, + 2013020, + 2012010, + 2002030 + ], + [ + 2013020, + 8013010 + ] + ] + }, + { + "Level": 90, + "StageID": 30018101, + "MonsterList": [ + [ + 8002010, + 1023020, + 8002010 + ], + [ + 8003040, + 8003040 + ] + ] + }, + { + "Level": 90, + "StageID": 30018102, + "MonsterList": [ + [ + 1022020, + 8003020, + 8003020, + 8002010 + ], + [ + 3024010 + ] + ] + }, + { + "Level": 92, + "StageID": 30018111, + "MonsterList": [ + [ + 2013020, + 1013020 + ], + [ + 2013020, + 1004020 + ] + ] + }, + { + "Level": 92, + "StageID": 30018112, + "MonsterList": [ + [ + 2023020, + 8033010 + ], + [ + 2024010 + ] + ] + }, + { + "Level": 95, + "StageID": 30018121, + "MonsterList": [ + [ + 8013010, + 2023010 + ], + [ + 2023010, + 200401004 + ] + ] + }, + { + "Level": 95, + "StageID": 30018122, + "MonsterList": [ + [ + 2023030, + 1003010 + ], + [ + 8024011 + ] + ] + }, + { + "Level": 68, + "StageID": 30018161, + "MonsterList": [ + [ + 2022060, + 2023030, + 2022060, + 2022110 + ], + [ + 2023030, + 1003010 + ] + ] + }, + { + "Level": 68, + "StageID": 30018162, + "MonsterList": [ + [ + 1022010, + 8002010, + 1023020, + 8002010 + ], + [ + 1023020, + 8003010 + ] + ] + }, + { + "Level": 70, + "StageID": 30018171, + "MonsterList": [ + [ + 2022040, + 2023020, + 2022050 + ], + [ + 2023020, + 8003050 + ] + ] + }, + { + "Level": 70, + "StageID": 30018172, + "MonsterList": [ + [ + 2002030, + 2013020, + 2002030 + ], + [ + 1004030, + 2013020 + ] + ] + }, + { + "Level": 73, + "StageID": 30018181, + "MonsterList": [ + [ + 2022110, + 2023010, + 2022110 + ], + [ + 2023010, + 8013010 + ] + ] + }, + { + "Level": 73, + "StageID": 30018182, + "MonsterList": [ + [ + 8002010, + 8003040, + 1012030, + 1012030 + ], + [ + 1014010, + 8003040 + ] + ] + }, + { + "Level": 75, + "StageID": 30018191, + "MonsterList": [ + [ + 2011010, + 2012010, + 2013020, + 2012010 + ], + [ + 2013020, + 2023030 + ] + ] + }, + { + "Level": 75, + "StageID": 30018192, + "MonsterList": [ + [ + 8033010, + 8032020 + ], + [ + 8033010, + 1013020 + ] + ] + }, + { + "Level": 78, + "StageID": 30018201, + "MonsterList": [ + [ + 2022110, + 2013010, + 2022110 + ], + [ + 2013010, + 8003030 + ] + ] + }, + { + "Level": 78, + "StageID": 30018202, + "MonsterList": [ + [ + 1022010, + 8003020, + 8003020, + 1022020 + ], + [ + 3024010 + ] + ] + }, + { + "Level": 80, + "StageID": 30018211, + "MonsterList": [ + [ + 2022060, + 2023030, + 2022060, + 2022110 + ], + [ + 2023030, + 1003010 + ] + ] + }, + { + "Level": 80, + "StageID": 30018212, + "MonsterList": [ + [ + 1022010, + 8002010, + 1023020, + 8002010 + ], + [ + 1023020, + 8003010 + ] + ] + }, + { + "Level": 83, + "StageID": 30018221, + "MonsterList": [ + [ + 2022040, + 2023020, + 2022050 + ], + [ + 2023020, + 8003050 + ] + ] + }, + { + "Level": 83, + "StageID": 30018222, + "MonsterList": [ + [ + 2002030, + 2013020, + 2002030 + ], + [ + 1004030, + 2013020 + ] + ] + }, + { + "Level": 85, + "StageID": 30018231, + "MonsterList": [ + [ + 2022110, + 2023010, + 2022110 + ], + [ + 2023010, + 8013010 + ] + ] + }, + { + "Level": 85, + "StageID": 30018232, + "MonsterList": [ + [ + 8002010, + 8003040, + 1012030, + 1012030 + ], + [ + 1014010, + 8003040 + ] + ] + }, + { + "Level": 88, + "StageID": 30018241, + "MonsterList": [ + [ + 2011010, + 2012010, + 2013020, + 2012010 + ], + [ + 2013020, + 2023030 + ] + ] + }, + { + "Level": 88, + "StageID": 30018242, + "MonsterList": [ + [ + 8033010, + 8032020 + ], + [ + 8033010, + 1013020 + ] + ] + }, + { + "Level": 90, + "StageID": 30018251, + "MonsterList": [ + [ + 2022110, + 2013010, + 2022110 + ], + [ + 2013010, + 8003030 + ] + ] + }, + { + "Level": 90, + "StageID": 30018252, + "MonsterList": [ + [ + 1022010, + 8003020, + 8003020, + 1022020 + ], + [ + 3024010 + ] + ] + }, + { + "Level": 55, + "StageID": 30019011, + "MonsterList": [ + [ + 1012030, + 1012021, + 1023010, + 1012030, + 8001050 + ], + [ + 1023010 + ] + ] + }, + { + "Level": 55, + "StageID": 30019012, + "MonsterList": [ + [ + 2022110, + 2022060, + 2023020, + 2022110 + ], + [ + 2023020 + ] + ] + }, + { + "Level": 65, + "StageID": 30019021, + "MonsterList": [ + [ + 8002010, + 1022010, + 8003020, + 8002010, + 8001040 + ], + [ + 8003020 + ] + ] + }, + { + "Level": 65, + "StageID": 30019022, + "MonsterList": [ + [ + 1002020, + 8032020, + 8003050, + 1002020 + ], + [ + 8003050 + ] + ] + }, + { + "Level": 75, + "StageID": 30019031, + "MonsterList": [ + [ + 2022060, + 2012010, + 2023030, + 2022060 + ], + [ + 2023030 + ] + ] + }, + { + "Level": 75, + "StageID": 30019032, + "MonsterList": [ + [ + 8032020, + 8032010, + 803301001, + 8032020, + 8032010 + ], + [ + 8033010 + ] + ] + }, + { + "Level": 85, + "StageID": 30019041, + "MonsterList": [ + [ + 1002050, + 1002030, + 100301016, + 1002050, + 1012010 + ], + [ + 100402004 + ] + ] + }, + { + "Level": 85, + "StageID": 30019042, + "MonsterList": [ + [ + 1012021, + 8002010, + 101301018, + 1012021 + ], + [ + 101401008 + ] + ] + }, + { + "Level": 68, + "StageID": 30020011, + "MonsterList": [ + [ + 8012010, + 8013010, + 8012020, + 8012020 + ], + [ + 8013010, + 2023010 + ] + ] + }, + { + "Level": 68, + "StageID": 30020012, + "MonsterList": [ + [ + 1012030, + 1013010, + 1012030 + ], + [ + 1013010, + 2023030 + ] + ] + }, + { + "Level": 70, + "StageID": 30020021, + "MonsterList": [ + [ + 8002010, + 1023020, + 8002010 + ], + [ + 1023020, + 8003020 + ] + ] + }, + { + "Level": 70, + "StageID": 30020022, + "MonsterList": [ + [ + 1022020, + 8003010, + 1022020, + 1022010 + ], + [ + 2022040, + 2023020, + 8003010 + ] + ] + }, + { + "Level": 73, + "StageID": 30020031, + "MonsterList": [ + [ + 2002030, + 2013020, + 2012010, + 2002030 + ], + [ + 8003050, + 2013020 + ] + ] + }, + { + "Level": 73, + "StageID": 30020032, + "MonsterList": [ + [ + 8003040, + 8003040 + ], + [ + 2004020 + ] + ] + }, + { + "Level": 75, + "StageID": 30020041, + "MonsterList": [ + [ + 2022110, + 2023010, + 2022110 + ], + [ + 2023010, + 8003030 + ] + ] + }, + { + "Level": 75, + "StageID": 30020042, + "MonsterList": [ + [ + 8033010, + 8032010 + ], + [ + 8033010, + 1013020 + ] + ] + }, + { + "Level": 78, + "StageID": 30020051, + "MonsterList": [ + [ + 2022060, + 2023030, + 2022060, + 2022020 + ], + [ + 2023030, + 2013010 + ] + ] + }, + { + "Level": 78, + "StageID": 30020052, + "MonsterList": [ + [ + 1023010, + 1023010 + ], + [ + 8024011 + ] + ] + }, + { + "Level": 80, + "StageID": 30020061, + "MonsterList": [ + [ + 8012010, + 8013010, + 8012020, + 8012020 + ], + [ + 8013010, + 2023010 + ] + ] + }, + { + "Level": 80, + "StageID": 30020062, + "MonsterList": [ + [ + 1012030, + 1013010, + 1012030 + ], + [ + 1013010, + 2023030 + ] + ] + }, + { + "Level": 83, + "StageID": 30020071, + "MonsterList": [ + [ + 8002010, + 1023020, + 8002010 + ], + [ + 1023020, + 8003020 + ] + ] + }, + { + "Level": 83, + "StageID": 30020072, + "MonsterList": [ + [ + 1022020, + 8003010, + 1022020, + 1022010 + ], + [ + 2022040, + 2023020, + 8003010 + ] + ] + }, + { + "Level": 85, + "StageID": 30020081, + "MonsterList": [ + [ + 2002030, + 2013020, + 2012010, + 2002030 + ], + [ + 8003050, + 2013020 + ] + ] + }, + { + "Level": 85, + "StageID": 30020082, + "MonsterList": [ + [ + 8003040, + 8003040 + ], + [ + 2004020 + ] + ] + }, + { + "Level": 88, + "StageID": 30020091, + "MonsterList": [ + [ + 2022110, + 2023010, + 2022110 + ], + [ + 2023010, + 8003030 + ] + ] + }, + { + "Level": 88, + "StageID": 30020092, + "MonsterList": [ + [ + 8033010, + 8032010 + ], + [ + 8033010, + 1013020 + ] + ] + }, + { + "Level": 90, + "StageID": 30020101, + "MonsterList": [ + [ + 2022060, + 2023030, + 2022060, + 2022020 + ], + [ + 2023030, + 2013010 + ] + ] + }, + { + "Level": 90, + "StageID": 30020102, + "MonsterList": [ + [ + 1023010, + 1023010 + ], + [ + 8024011 + ] + ] + }, + { + "Level": 92, + "StageID": 30020111, + "MonsterList": [ + [ + 2013020, + 8013010 + ], + [ + 2013020, + 1004030 + ] + ] + }, + { + "Level": 92, + "StageID": 30020112, + "MonsterList": [ + [ + 8003010, + 2013010 + ], + [ + 1014010, + 2013010 + ] + ] + }, + { + "Level": 95, + "StageID": 30020121, + "MonsterList": [ + [ + 2023030, + 2023020 + ], + [ + 2024010 + ] + ] + }, + { + "Level": 95, + "StageID": 30020122, + "MonsterList": [ + [ + 8003050, + 2013020 + ], + [ + 200401004, + 2013020 + ] + ] + }, + { + "Level": 55, + "StageID": 30021011, + "MonsterList": [ + [ + 202204004, + 2022060, + 2023020, + 202204004, + 8001020 + ], + [ + 2023020 + ] + ] + }, + { + "Level": 55, + "StageID": 30021012, + "MonsterList": [ + [ + 2012010, + 8002010, + 2023030, + 2012010 + ], + [ + 2023030 + ] + ] + }, + { + "Level": 65, + "StageID": 30021021, + "MonsterList": [ + [ + 1012030, + 1012021, + 8003040, + 1012030, + 1022020 + ], + [ + 8003040 + ] + ] + }, + { + "Level": 65, + "StageID": 30021022, + "MonsterList": [ + [ + 1022010, + 8002010, + 8003010, + 1022010 + ], + [ + 8003010 + ] + ] + }, + { + "Level": 75, + "StageID": 30021031, + "MonsterList": [ + [ + 2002030, + 1002050, + 8003030, + 2002030 + ], + [ + 8003030 + ] + ] + }, + { + "Level": 75, + "StageID": 30021032, + "MonsterList": [ + [ + 1012030, + 2012010, + 2013020, + 1012030, + 2012010 + ], + [ + 2013020 + ] + ] + }, + { + "Level": 85, + "StageID": 30021041, + "MonsterList": [ + [ + 1012030, + 1012021, + 8003040, + 1012030 + ], + [ + 200402005 + ] + ] + }, + { + "Level": 85, + "StageID": 30021042, + "MonsterList": [ + [ + 8032010, + 8032020, + 803301001, + 8032010, + 8032020 + ], + [ + 302401002 + ] + ] + }, + { + "Level": 85, + "StageID": 30023012, + "MonsterList": [ + [ + 101401008, + 1012010, + 8001020, + 8001050 + ] + ] + }, + { + "Level": 68, + "StageID": 30101011, + "MonsterList": [ + [ + 2022110, + 2023010, + 2022110 + ], + [ + 2023010, + 8013010 + ] + ] + }, + { + "Level": 68, + "StageID": 30101012, + "MonsterList": [ + [ + 1002030, + 1003010, + 1002030 + ], + [ + 8003030, + 1003010 + ] + ] + }, + { + "Level": 70, + "StageID": 30101021, + "MonsterList": [ + [ + 3002010, + 3003010, + 3002030 + ], + [ + 3003010, + 8003040 + ] + ] + }, + { + "Level": 70, + "StageID": 30101022, + "MonsterList": [ + [ + 8022010, + 8003050, + 8022020 + ], + [ + 8024011 + ] + ] + }, + { + "Level": 73, + "StageID": 30101031, + "MonsterList": [ + [ + 2022060, + 2023030, + 2022040, + 2022060 + ], + [ + 2023030, + 1013010 + ] + ] + }, + { + "Level": 73, + "StageID": 30101032, + "MonsterList": [ + [ + 8032020, + 8033010 + ], + [ + 8033010, + 8003010 + ] + ] + }, + { + "Level": 75, + "StageID": 30101041, + "MonsterList": [ + [ + 2022020, + 2023010, + 2022020 + ], + [ + 2023010, + 8013010 + ] + ] + }, + { + "Level": 75, + "StageID": 30101042, + "MonsterList": [ + [ + 3002010, + 8003030, + 1022010, + 1022010 + ], + [ + 1023020, + 8003030 + ] + ] + }, + { + "Level": 78, + "StageID": 30101051, + "MonsterList": [ + [ + 3001010, + 3003010, + 3002030, + 3001010 + ], + [ + 3003010, + 2013010 + ] + ] + }, + { + "Level": 78, + "StageID": 30101052, + "MonsterList": [ + [ + 3002030, + 3003020, + 3002010 + ], + [ + 3003020, + 200401004 + ] + ] + }, + { + "Level": 80, + "StageID": 30101061, + "MonsterList": [ + [ + 2022110, + 2023010, + 2022110 + ], + [ + 2023010, + 8013010 + ] + ] + }, + { + "Level": 80, + "StageID": 30101062, + "MonsterList": [ + [ + 1002030, + 1003010, + 1002030 + ], + [ + 8003030, + 1003010 + ] + ] + }, + { + "Level": 82, + "StageID": 30101071, + "MonsterList": [ + [ + 3002010, + 3003010, + 3002030 + ], + [ + 3003010, + 8003040 + ] + ] + }, + { + "Level": 82, + "StageID": 30101072, + "MonsterList": [ + [ + 8022010, + 8003050, + 8022020 + ], + [ + 8024011 + ] + ] + }, + { + "Level": 85, + "StageID": 30101081, + "MonsterList": [ + [ + 2022060, + 2023030, + 2022040, + 2022060 + ], + [ + 2023030, + 1013010 + ] + ] + }, + { + "Level": 85, + "StageID": 30101082, + "MonsterList": [ + [ + 8032020, + 8033010 + ], + [ + 8033010, + 8003010 + ] + ] + }, + { + "Level": 88, + "StageID": 30101091, + "MonsterList": [ + [ + 2022020, + 2023010, + 2022020 + ], + [ + 2023010, + 8013010 + ] + ] + }, + { + "Level": 88, + "StageID": 30101092, + "MonsterList": [ + [ + 3002010, + 8003030, + 1022010, + 1022010 + ], + [ + 1023020, + 8003030 + ] + ] + }, + { + "Level": 90, + "StageID": 30101101, + "MonsterList": [ + [ + 3001010, + 3003010, + 3002030, + 3001010 + ], + [ + 3003010, + 2013010 + ] + ] + }, + { + "Level": 90, + "StageID": 30101102, + "MonsterList": [ + [ + 3002030, + 3003020, + 3002010 + ], + [ + 3003020, + 200401004 + ] + ] + }, + { + "Level": 92, + "StageID": 30101111, + "MonsterList": [ + [ + 3003010, + 8003040 + ], + [ + 101401009, + 3003010 + ] + ] + }, + { + "Level": 92, + "StageID": 30101112, + "MonsterList": [ + [ + 1013020, + 8003050 + ], + [ + 3002010, + 3024020, + 1013020 + ] + ] + }, + { + "Level": 95, + "StageID": 30101121, + "MonsterList": [ + [ + 3002010, + 2013010, + 1023010 + ], + [ + 1023010, + 100402005 + ] + ] + }, + { + "Level": 95, + "StageID": 30101122, + "MonsterList": [ + [ + 2023010, + 8013010 + ], + [ + 3014020 + ] + ] + }, + { + "Level": 68, + "StageID": 30102011, + "MonsterList": [ + [ + 3002010, + 3003010, + 3002030, + 3002010 + ], + [ + 3003010, + 8003040 + ] + ] + }, + { + "Level": 68, + "StageID": 30102012, + "MonsterList": [ + [ + 2022110, + 2023010, + 2022110 + ], + [ + 2023010, + 8003050 + ] + ] + }, + { + "Level": 70, + "StageID": 30102021, + "MonsterList": [ + [ + 2011010, + 2013010, + 2011010 + ], + [ + 2013010, + 1013020 + ] + ] + }, + { + "Level": 70, + "StageID": 30102022, + "MonsterList": [ + [ + 8003020, + 8003020 + ], + [ + 2024010 + ] + ] + }, + { + "Level": 73, + "StageID": 30102031, + "MonsterList": [ + [ + 1002020, + 1013010, + 1002030 + ], + [ + 1013010, + 2023030 + ] + ] + }, + { + "Level": 73, + "StageID": 30102032, + "MonsterList": [ + [ + 8002010, + 8003030, + 8002010, + 1022010 + ], + [ + 8003030, + 8003010 + ] + ] + }, + { + "Level": 75, + "StageID": 30102041, + "MonsterList": [ + [ + 3002030, + 3003010, + 3001010, + 3001010 + ], + [ + 3003010, + 1023020 + ] + ] + }, + { + "Level": 75, + "StageID": 30102042, + "MonsterList": [ + [ + 3002030, + 3003020, + 3002010 + ], + [ + 1023010, + 3003020 + ] + ] + }, + { + "Level": 78, + "StageID": 30102051, + "MonsterList": [ + [ + 2022040, + 2023020, + 2022040, + 2022050 + ], + [ + 8013010, + 2023020 + ] + ] + }, + { + "Level": 78, + "StageID": 30102052, + "MonsterList": [ + [ + 8003030, + 2013010 + ], + [ + 100401004, + 8003030 + ] + ] + }, + { + "Level": 80, + "StageID": 30102061, + "MonsterList": [ + [ + 3002010, + 3003010, + 3002030, + 3002010 + ], + [ + 3003010, + 8003040 + ] + ] + }, + { + "Level": 80, + "StageID": 30102062, + "MonsterList": [ + [ + 2022110, + 2023010, + 2022110 + ], + [ + 2023010, + 8003050 + ] + ] + }, + { + "Level": 82, + "StageID": 30102071, + "MonsterList": [ + [ + 2011010, + 2013010, + 2011010 + ], + [ + 2013010, + 1013020 + ] + ] + }, + { + "Level": 82, + "StageID": 30102072, + "MonsterList": [ + [ + 8003020, + 8003020 + ], + [ + 2024010 + ] + ] + }, + { + "Level": 85, + "StageID": 30102081, + "MonsterList": [ + [ + 1002020, + 1013010, + 1002030 + ], + [ + 1013010, + 2023030 + ] + ] + }, + { + "Level": 85, + "StageID": 30102082, + "MonsterList": [ + [ + 8002010, + 8003030, + 8002010, + 1022010 + ], + [ + 8003030, + 8003010 + ] + ] + }, + { + "Level": 88, + "StageID": 30102091, + "MonsterList": [ + [ + 3002030, + 3003010, + 3001010, + 3001010 + ], + [ + 3003010, + 1023020 + ] + ] + }, + { + "Level": 88, + "StageID": 30102092, + "MonsterList": [ + [ + 3002030, + 3003020, + 3002010 + ], + [ + 1023010, + 3003020 + ] + ] + }, + { + "Level": 90, + "StageID": 30102101, + "MonsterList": [ + [ + 2022040, + 2023020, + 2022040, + 2022050 + ], + [ + 8013010, + 2023020 + ] + ] + }, + { + "Level": 90, + "StageID": 30102102, + "MonsterList": [ + [ + 2023030, + 2013020, + 2012010 + ], + [ + 2023030, + 100402005 + ] + ] + }, + { + "Level": 92, + "StageID": 30102111, + "MonsterList": [ + [ + 8003030, + 2013010 + ], + [ + 100401004, + 8003030 + ] + ] + }, + { + "Level": 92, + "StageID": 30102112, + "MonsterList": [ + [ + 3003010, + 8003040, + 3002010 + ], + [ + 101401009, + 8003040 + ] + ] + }, + { + "Level": 95, + "StageID": 30102121, + "MonsterList": [ + [ + 8013010, + 2023010 + ], + [ + 200402006 + ] + ] + }, + { + "Level": 95, + "StageID": 30102122, + "MonsterList": [ + [ + 1013020, + 2023030, + 3002010 + ], + [ + 1013020, + 3024020 + ] + ] + }, + { + "Level": 68, + "StageID": 30103011, + "MonsterList": [ + [ + 8002010, + 8003030, + 8002010, + 8001030 + ], + [ + 8003030, + 1003010 + ] + ] + }, + { + "Level": 68, + "StageID": 30103012, + "MonsterList": [ + [ + 2022040, + 2023030, + 2022050 + ], + [ + 2022060, + 2023030, + 1023010 + ] + ] + }, + { + "Level": 70, + "StageID": 30103021, + "MonsterList": [ + [ + 8033010, + 8032010 + ], + [ + 8033010, + 3013010 + ] + ] + }, + { + "Level": 70, + "StageID": 30103022, + "MonsterList": [ + [ + 3002030, + 3003010, + 3002010 + ], + [ + 3003010, + 2013010 + ] + ] + }, + { + "Level": 73, + "StageID": 30103031, + "MonsterList": [ + [ + 2002030, + 2013020, + 2002030 + ], + [ + 2013020, + 1013020 + ] + ] + }, + { + "Level": 73, + "StageID": 30103032, + "MonsterList": [ + [ + 8003020, + 8003020, + 3002010 + ], + [ + 8024011 + ] + ] + }, + { + "Level": 75, + "StageID": 30103041, + "MonsterList": [ + [ + 8032020, + 3013010, + 8032020, + 3002010 + ], + [ + 3013010, + 3003020 + ] + ] + }, + { + "Level": 75, + "StageID": 30103042, + "MonsterList": [ + [ + 2022020, + 2023010, + 2022020 + ], + [ + 2023010, + 2023020 + ] + ] + }, + { + "Level": 78, + "StageID": 30103051, + "MonsterList": [ + [ + 1022020, + 8003040, + 1022010, + 1022010 + ], + [ + 3003010, + 8003040 + ] + ] + }, + { + "Level": 78, + "StageID": 30103052, + "MonsterList": [ + [ + 1023010, + 1013020 + ], + [ + 3002010, + 3024020 + ] + ] + }, + { + "Level": 80, + "StageID": 30103061, + "MonsterList": [ + [ + 8002010, + 8003030, + 8002010, + 8001030 + ], + [ + 8003030, + 1003010 + ] + ] + }, + { + "Level": 80, + "StageID": 30103062, + "MonsterList": [ + [ + 2022040, + 2023030, + 2022050 + ], + [ + 2022060, + 2023030, + 1023010 + ] + ] + }, + { + "Level": 82, + "StageID": 30103071, + "MonsterList": [ + [ + 8033010, + 8032010 + ], + [ + 8033010, + 3013010 + ] + ] + }, + { + "Level": 82, + "StageID": 30103072, + "MonsterList": [ + [ + 3002030, + 3003010, + 3002010 + ], + [ + 3003010, + 2013010 + ] + ] + }, + { + "Level": 85, + "StageID": 30103081, + "MonsterList": [ + [ + 2002030, + 2013020, + 2002030 + ], + [ + 2013020, + 1013020 + ] + ] + }, + { + "Level": 85, + "StageID": 30103082, + "MonsterList": [ + [ + 8003020, + 8003020, + 3002010 + ], + [ + 8024011 + ] + ] + }, + { + "Level": 88, + "StageID": 30103091, + "MonsterList": [ + [ + 3002010, + 3013010, + 3002040, + 3002010 + ], + [ + 3013010, + 2013010 + ] + ] + }, + { + "Level": 88, + "StageID": 30103092, + "MonsterList": [ + [ + 2022020, + 2023010, + 2022020 + ], + [ + 2023010, + 2023020 + ] + ] + }, + { + "Level": 90, + "StageID": 30103101, + "MonsterList": [ + [ + 3002030, + 3003010, + 3002030, + 3002040 + ], + [ + 8003010, + 3003010, + 3002030 + ] + ] + }, + { + "Level": 90, + "StageID": 30103102, + "MonsterList": [ + [ + 1023010, + 1013020 + ], + [ + 3002010, + 3024020, + 1023010 + ] + ] + }, + { + "Level": 92, + "StageID": 30103111, + "MonsterList": [ + [ + 2013010, + 8003040 + ], + [ + 200402006, + 3002010 + ] + ] + }, + { + "Level": 92, + "StageID": 30103112, + "MonsterList": [ + [ + 8013010, + 3003020 + ], + [ + 3003020, + 100403002 + ] + ] + }, + { + "Level": 95, + "StageID": 30103121, + "MonsterList": [ + [ + 1023020, + 3013010 + ], + [ + 3013010, + 100401004 + ] + ] + }, + { + "Level": 95, + "StageID": 30103122, + "MonsterList": [ + [ + 2023030, + 8033010 + ], + [ + 8034010 + ] + ] + }, + { + "Level": 68, + "StageID": 30104011, + "MonsterList": [ + [ + 2022060, + 2023010, + 2022060 + ], + [ + 2023010, + 8013010 + ] + ] + }, + { + "Level": 68, + "StageID": 30104012, + "MonsterList": [ + [ + 3002010, + 3003050, + 3002030 + ], + [ + 3003050, + 2023030 + ] + ] + }, + { + "Level": 70, + "StageID": 30104021, + "MonsterList": [ + [ + 3012010, + 3003030, + 3012010, + 3012010 + ], + [ + 3003030, + 1013010 + ] + ] + }, + { + "Level": 70, + "StageID": 30104022, + "MonsterList": [ + [ + 3002010, + 3003020 + ], + [ + 3003020, + 2013020 + ] + ] + }, + { + "Level": 73, + "StageID": 30104031, + "MonsterList": [ + [ + 1012030, + 1013010, + 1012030 + ], + [ + 1013010, + 1013020 + ] + ] + }, + { + "Level": 73, + "StageID": 30104032, + "MonsterList": [ + [ + 2022040, + 2023020, + 2022050 + ], + [ + 3014020 + ] + ] + }, + { + "Level": 75, + "StageID": 30104041, + "MonsterList": [ + [ + 3012010, + 3013010, + 3012010 + ], + [ + 3013010, + 1023020 + ] + ] + }, + { + "Level": 75, + "StageID": 30104042, + "MonsterList": [ + [ + 3012010, + 3003010, + 3012010, + 3012010 + ], + [ + 3002010, + 3003010, + 8013010 + ] + ] + }, + { + "Level": 78, + "StageID": 30104051, + "MonsterList": [ + [ + 3002010, + 3003020, + 3002030 + ], + [ + 3003040, + 3003020 + ] + ] + }, + { + "Level": 78, + "StageID": 30104052, + "MonsterList": [ + [ + 1013020, + 1023010 + ], + [ + 8024011 + ] + ] + }, + { + "Level": 80, + "StageID": 30104061, + "MonsterList": [ + [ + 2022060, + 2023010, + 2022060 + ], + [ + 2023010, + 8013010 + ] + ] + }, + { + "Level": 80, + "StageID": 30104062, + "MonsterList": [ + [ + 3002010, + 3003050, + 3002030 + ], + [ + 3003050, + 2023030 + ] + ] + }, + { + "Level": 82, + "StageID": 30104071, + "MonsterList": [ + [ + 3012010, + 3003030, + 3012010, + 3012010 + ], + [ + 3003030, + 1013010 + ] + ] + }, + { + "Level": 82, + "StageID": 30104072, + "MonsterList": [ + [ + 3002010, + 3003020 + ], + [ + 3003020, + 2013020 + ] + ] + }, + { + "Level": 85, + "StageID": 30104081, + "MonsterList": [ + [ + 1012030, + 1013010, + 1012030 + ], + [ + 1013010, + 1013020 + ] + ] + }, + { + "Level": 85, + "StageID": 30104082, + "MonsterList": [ + [ + 2022040, + 2023020, + 2022050 + ], + [ + 3014020 + ] + ] + }, + { + "Level": 88, + "StageID": 30104091, + "MonsterList": [ + [ + 3012010, + 3013010, + 3012010 + ], + [ + 3013010, + 1023020 + ] + ] + }, + { + "Level": 88, + "StageID": 30104092, + "MonsterList": [ + [ + 3012010, + 3003010, + 3012010, + 3012010 + ], + [ + 3002010, + 3003010, + 8013010 + ] + ] + }, + { + "Level": 90, + "StageID": 30104101, + "MonsterList": [ + [ + 3002010, + 3003020, + 3002030 + ], + [ + 3003040, + 3003020 + ] + ] + }, + { + "Level": 90, + "StageID": 30104102, + "MonsterList": [ + [ + 1013020, + 8033010 + ], + [ + 8024011 + ] + ] + }, + { + "Level": 92, + "StageID": 30104111, + "MonsterList": [ + [ + 3003010, + 8003040 + ], + [ + 101401012, + 8003040 + ] + ] + }, + { + "Level": 92, + "StageID": 30104112, + "MonsterList": [ + [ + 8003010, + 3003050 + ], + [ + 2024010 + ] + ] + }, + { + "Level": 95, + "StageID": 30104121, + "MonsterList": [ + [ + 3002030, + 3003030, + 3003040, + 3002030 + ], + [ + 3003030, + 100402010 + ] + ] + }, + { + "Level": 95, + "StageID": 30104122, + "MonsterList": [ + [ + 8013010, + 2013020, + 2002030 + ], + [ + 2013020, + 200401007 + ] + ] + }, + { + "Level": 68, + "StageID": 30105011, + "MonsterList": [ + [ + 8012010, + 8013010, + 8012030 + ], + [ + 8013010, + 2013020 + ] + ] + }, + { + "Level": 68, + "StageID": 30105012, + "MonsterList": [ + [ + 2022060, + 2023010 + ], + [ + 2023010, + 2023020 + ] + ] + }, + { + "Level": 70, + "StageID": 30105021, + "MonsterList": [ + [ + 8002010, + 8003030, + 8002010 + ], + [ + 8003030, + 1003010 + ] + ] + }, + { + "Level": 70, + "StageID": 30105022, + "MonsterList": [ + [ + 3012010, + 3013010, + 3012010 + ], + [ + 3013010, + 1013020 + ] + ] + }, + { + "Level": 73, + "StageID": 30105031, + "MonsterList": [ + [ + 3002010, + 3003020 + ], + [ + 3003020, + 3003040 + ] + ] + }, + { + "Level": 73, + "StageID": 30105032, + "MonsterList": [ + [ + 8003040, + 8003040 + ], + [ + 200402006 + ] + ] + }, + { + "Level": 75, + "StageID": 30105041, + "MonsterList": [ + [ + 2022040, + 2023020, + 2022050 + ], + [ + 2023020, + 2023010 + ] + ] + }, + { + "Level": 75, + "StageID": 30105042, + "MonsterList": [ + [ + 3011010, + 3003050, + 3002030, + 3011010 + ], + [ + 3003050, + 3003040, + 3002010 + ] + ] + }, + { + "Level": 78, + "StageID": 30105051, + "MonsterList": [ + [ + 8033010 + ], + [ + 8033010, + 2023020 + ] + ] + }, + { + "Level": 78, + "StageID": 30105052, + "MonsterList": [ + [ + 1023010, + 1013020 + ], + [ + 3002010, + 3024020, + 1023010 + ] + ] + }, + { + "Level": 80, + "StageID": 30105061, + "MonsterList": [ + [ + 8012010, + 8013010, + 8012030 + ], + [ + 8013010, + 2013020 + ] + ] + }, + { + "Level": 80, + "StageID": 30105062, + "MonsterList": [ + [ + 2022060, + 2023010 + ], + [ + 2023010, + 2023020 + ] + ] + }, + { + "Level": 82, + "StageID": 30105071, + "MonsterList": [ + [ + 8002010, + 8003030, + 8002010 + ], + [ + 8003030, + 1003010 + ] + ] + }, + { + "Level": 82, + "StageID": 30105072, + "MonsterList": [ + [ + 3012010, + 3013010, + 3012010 + ], + [ + 3013010, + 1013020 + ] + ] + }, + { + "Level": 85, + "StageID": 30105081, + "MonsterList": [ + [ + 3002010, + 3003020 + ], + [ + 3003020, + 3003040 + ] + ] + }, + { + "Level": 85, + "StageID": 30105082, + "MonsterList": [ + [ + 8003040, + 8003040 + ], + [ + 200402006 + ] + ] + }, + { + "Level": 88, + "StageID": 30105091, + "MonsterList": [ + [ + 2022040, + 2023020, + 2022050 + ], + [ + 2023020, + 2023010 + ] + ] + }, + { + "Level": 88, + "StageID": 30105092, + "MonsterList": [ + [ + 3011010, + 3003050, + 3002030, + 3011010 + ], + [ + 3003050, + 3003040, + 3002010 + ] + ] + }, + { + "Level": 90, + "StageID": 30105101, + "MonsterList": [ + [ + 8033010 + ], + [ + 8033010, + 2023020 + ] + ] + }, + { + "Level": 90, + "StageID": 30105102, + "MonsterList": [ + [ + 1023010, + 1013020 + ], + [ + 3002010, + 3024020, + 1023010 + ] + ] + }, + { + "Level": 92, + "StageID": 30105111, + "MonsterList": [ + [ + 8003010, + 3003010 + ], + [ + 101401012, + 3003010 + ] + ] + }, + { + "Level": 92, + "StageID": 30105112, + "MonsterList": [ + [ + 3012040, + 2013020, + 2023010, + 3012040 + ], + [ + 2013020, + 100402010 + ] + ] + }, + { + "Level": 95, + "StageID": 30105121, + "MonsterList": [ + [ + 2012010, + 2023030, + 2013020 + ], + [ + 3024010 + ] + ] + }, + { + "Level": 95, + "StageID": 30105122, + "MonsterList": [ + [ + 3012020, + 3003040, + 3003030 + ], + [ + 3004010, + 3003051, + 3003041, + 3003031 + ] + ] + }, + { + "Level": 68, + "StageID": 30106011, + "MonsterList": [ + [ + 1002020, + 8003050, + 1002020, + 1012030 + ], + [ + 1012030, + 8003050, + 1013020, + 1012030 + ] + ] + }, + { + "Level": 68, + "StageID": 30106012, + "MonsterList": [ + [ + 3002010, + 3003030, + 3002040 + ], + [ + 3003040, + 3003030 + ] + ] + }, + { + "Level": 70, + "StageID": 30106021, + "MonsterList": [ + [ + 1002030, + 1003010, + 1002030 + ], + [ + 1003010, + 3003050 + ] + ] + }, + { + "Level": 70, + "StageID": 30106022, + "MonsterList": [ + [ + 2022040, + 2023020, + 2022040, + 2022050 + ], + [ + 8003010, + 2023020, + 2022040 + ] + ] + }, + { + "Level": 73, + "StageID": 30106031, + "MonsterList": [ + [ + 3012010, + 3013010, + 3012010, + 3012010 + ], + [ + 3012010, + 3013010, + 1023010, + 3012010 + ] + ] + }, + { + "Level": 73, + "StageID": 30106032, + "MonsterList": [ + [ + 2012010, + 2013020, + 2012010, + 2002030 + ], + [ + 8034010 + ] + ] + }, + { + "Level": 75, + "StageID": 30106041, + "MonsterList": [ + [ + 2022060, + 2023010, + 2022060 + ], + [ + 2023010, + 8013010 + ] + ] + }, + { + "Level": 75, + "StageID": 30106042, + "MonsterList": [ + [ + 8032010, + 8033010 + ], + [ + 8003040, + 8033010 + ] + ] + }, + { + "Level": 78, + "StageID": 30106051, + "MonsterList": [ + [ + 3002030, + 3003010, + 3002040, + 3002030 + ], + [ + 1013010, + 3003010 + ] + ] + }, + { + "Level": 78, + "StageID": 30106052, + "MonsterList": [ + [ + 8003020, + 1003010 + ], + [ + 2024010 + ] + ] + }, + { + "Level": 80, + "StageID": 30106061, + "MonsterList": [ + [ + 1002020, + 8003050, + 1002020, + 1012030 + ], + [ + 1012030, + 8003050, + 1013020, + 1012030 + ] + ] + }, + { + "Level": 80, + "StageID": 30106062, + "MonsterList": [ + [ + 3002010, + 3003030, + 3002040 + ], + [ + 3003040, + 3003030 + ] + ] + }, + { + "Level": 82, + "StageID": 30106071, + "MonsterList": [ + [ + 1002030, + 1003010, + 1002030 + ], + [ + 1003010, + 3003050 + ] + ] + }, + { + "Level": 82, + "StageID": 30106072, + "MonsterList": [ + [ + 2022040, + 2023020, + 2022040, + 2022050 + ], + [ + 8003010, + 2023020, + 2022040 + ] + ] + }, + { + "Level": 85, + "StageID": 30106081, + "MonsterList": [ + [ + 3012010, + 3013010, + 3012010, + 3012010 + ], + [ + 3012010, + 3013010, + 1023010, + 3012010 + ] + ] + }, + { + "Level": 85, + "StageID": 30106082, + "MonsterList": [ + [ + 2012010, + 2013020, + 2012010, + 2002030 + ], + [ + 8034010 + ] + ] + }, + { + "Level": 88, + "StageID": 30106091, + "MonsterList": [ + [ + 2022060, + 2023010, + 2022060 + ], + [ + 2023010, + 8013010 + ] + ] + }, + { + "Level": 88, + "StageID": 30106092, + "MonsterList": [ + [ + 8032010, + 8033010 + ], + [ + 8003040, + 8033010 + ] + ] + }, + { + "Level": 90, + "StageID": 30106101, + "MonsterList": [ + [ + 3002030, + 3003010, + 3002040, + 3002030 + ], + [ + 1013010, + 3003010 + ] + ] + }, + { + "Level": 90, + "StageID": 30106102, + "MonsterList": [ + [ + 8003020, + 1003010 + ], + [ + 2024010 + ] + ] + }, + { + "Level": 92, + "StageID": 30106111, + "MonsterList": [ + [ + 1023020, + 8003010 + ], + [ + 100401010, + 1023020 + ] + ] + }, + { + "Level": 92, + "StageID": 30106112, + "MonsterList": [ + [ + 2002010, + 2013020, + 8013010 + ], + [ + 2002010, + 200401007, + 2013020, + 2002010 + ] + ] + }, + { + "Level": 95, + "StageID": 30106121, + "MonsterList": [ + [ + 3012020, + 3003040, + 3003030, + 3012020 + ], + [ + 3004010, + 3003051, + 3003041, + 3003031 + ] + ] + }, + { + "Level": 95, + "StageID": 30106122, + "MonsterList": [ + [ + 8003030, + 3003050 + ], + [ + 3024010 + ] + ] + }, + { + "Level": 68, + "StageID": 30107011, + "MonsterList": [ + [ + 8033010 + ], + [ + 8033010, + 3003030 + ] + ] + }, + { + "Level": 68, + "StageID": 30107012, + "MonsterList": [ + [ + 2022040, + 2023020, + 2022050 + ], + [ + 2023010, + 2023020 + ] + ] + }, + { + "Level": 70, + "StageID": 30107021, + "MonsterList": [ + [ + 3002030, + 3003040, + 3003050, + 3002030 + ], + [ + 3003040, + 3003050 + ] + ] + }, + { + "Level": 70, + "StageID": 30107022, + "MonsterList": [ + [ + 2032010, + 2033010, + 2032010 + ], + [ + 2033010, + 2023020 + ] + ] + }, + { + "Level": 73, + "StageID": 30107031, + "MonsterList": [ + [ + 3002010, + 3002040, + 3013010, + 3002010 + ], + [ + 3013010, + 8003030 + ] + ] + }, + { + "Level": 73, + "StageID": 30107032, + "MonsterList": [ + [ + 1022020, + 8003050, + 1022020, + 1002020 + ], + [ + 8024011 + ] + ] + }, + { + "Level": 75, + "StageID": 30107041, + "MonsterList": [ + [ + 2022020, + 2023010, + 2022020 + ], + [ + 2023010, + 8013010 + ] + ] + }, + { + "Level": 75, + "StageID": 30107042, + "MonsterList": [ + [ + 2022060, + 2023030, + 2022060 + ], + [ + 2023030, + 2013020 + ] + ] + }, + { + "Level": 78, + "StageID": 30107051, + "MonsterList": [ + [ + 2032020, + 2033010, + 2032020, + 2032010 + ], + [ + 2032010, + 2033010, + 8003040, + 2032010 + ] + ] + }, + { + "Level": 78, + "StageID": 30107052, + "MonsterList": [ + [ + 3002010, + 3003040, + 3003050 + ], + [ + 3004010, + 3003051, + 3003041, + 3003031 + ] + ] + }, + { + "Level": 80, + "StageID": 30107061, + "MonsterList": [ + [ + 8032010, + 8033010 + ], + [ + 8033010, + 8003050 + ] + ] + }, + { + "Level": 80, + "StageID": 30107062, + "MonsterList": [ + [ + 2022040, + 2023020, + 2022050 + ], + [ + 2023010, + 2023020 + ] + ] + }, + { + "Level": 82, + "StageID": 30107071, + "MonsterList": [ + [ + 3002030, + 3003040, + 3003050, + 3002030 + ], + [ + 3003040, + 3003050 + ] + ] + }, + { + "Level": 82, + "StageID": 30107072, + "MonsterList": [ + [ + 2032010, + 2033010, + 2032010 + ], + [ + 2033010, + 2023020 + ] + ] + }, + { + "Level": 85, + "StageID": 30107081, + "MonsterList": [ + [ + 3002010, + 3002040, + 3013010, + 3002010 + ], + [ + 3013010, + 8003030 + ] + ] + }, + { + "Level": 85, + "StageID": 30107082, + "MonsterList": [ + [ + 1022020, + 8003050, + 1022020, + 1002020 + ], + [ + 8024011 + ] + ] + }, + { + "Level": 88, + "StageID": 30107091, + "MonsterList": [ + [ + 2022020, + 2023010, + 2022020 + ], + [ + 2023010, + 8013010 + ] + ] + }, + { + "Level": 88, + "StageID": 30107092, + "MonsterList": [ + [ + 2022060, + 2023030, + 2022060 + ], + [ + 2023030, + 2013020 + ] + ] + }, + { + "Level": 90, + "StageID": 30107101, + "MonsterList": [ + [ + 2032020, + 2033010, + 2032020, + 2032010 + ], + [ + 2032010, + 2033010, + 8003040, + 2032010 + ] + ] + }, + { + "Level": 90, + "StageID": 30107102, + "MonsterList": [ + [ + 3002010, + 3003040, + 3003050 + ], + [ + 3004010, + 3003051, + 3003041, + 3003031 + ] + ] + }, + { + "Level": 92, + "StageID": 30107111, + "MonsterList": [ + [ + 2012010, + 3003020, + 2013020 + ], + [ + 2012010, + 100402010, + 2013020 + ] + ] + }, + { + "Level": 92, + "StageID": 30107112, + "MonsterList": [ + [ + 8003010, + 2023020 + ], + [ + 101401012, + 8003010 + ] + ] + }, + { + "Level": 95, + "StageID": 30107121, + "MonsterList": [ + [ + 2032020, + 2033010, + 8013010 + ], + [ + 2033010, + 200401007 + ] + ] + }, + { + "Level": 95, + "StageID": 30107122, + "MonsterList": [ + [ + 1002030, + 8003020, + 1003010, + 1002030 + ], + [ + 8034010 + ] + ] + }, + { + "Level": 68, + "StageID": 30108011, + "MonsterList": [ + [ + 2022060, + 2023030, + 2022060, + 2022020 + ], + [ + 2023030, + 1013010 + ] + ] + }, + { + "Level": 68, + "StageID": 30108012, + "MonsterList": [ + [ + 8002010, + 8003030, + 8002010, + 8001030 + ], + [ + 1022010, + 8003030, + 8003020, + 1022010 + ] + ] + }, + { + "Level": 70, + "StageID": 30108021, + "MonsterList": [ + [ + 3002010, + 3003030, + 3002030, + 3002030 + ], + [ + 3002010, + 3003030, + 8003050 + ] + ] + }, + { + "Level": 70, + "StageID": 30108022, + "MonsterList": [ + [ + 2032010, + 2033010, + 2032020, + 2032010 + ], + [ + 2032010, + 2033010, + 8003030 + ] + ] + }, + { + "Level": 73, + "StageID": 30108031, + "MonsterList": [ + [ + 3012010, + 3013010, + 3012010, + 3002010 + ], + [ + 2012010, + 3013010, + 2013020, + 2012010 + ] + ] + }, + { + "Level": 73, + "StageID": 30108032, + "MonsterList": [ + [ + 3002030, + 3003010, + 3002010, + 3002030 + ], + [ + 3014020 + ] + ] + }, + { + "Level": 75, + "StageID": 30108041, + "MonsterList": [ + [ + 3002020, + 3002030, + 3003040, + 3002020 + ], + [ + 3003050, + 3003040 + ] + ] + }, + { + "Level": 75, + "StageID": 30108042, + "MonsterList": [ + [ + 8032010, + 8033010 + ], + [ + 8033010, + 2023020 + ] + ] + }, + { + "Level": 78, + "StageID": 30108051, + "MonsterList": [ + [ + 2032020, + 2033010, + 2032020 + ], + [ + 2023010, + 2033010 + ] + ] + }, + { + "Level": 78, + "StageID": 30108052, + "MonsterList": [ + [ + 1022010, + 1023020, + 3003030 + ], + [ + 100401010, + 1023020 + ] + ] + }, + { + "Level": 80, + "StageID": 30108061, + "MonsterList": [ + [ + 2022060, + 2023030, + 2022060, + 2022020 + ], + [ + 2023030, + 1013010 + ] + ] + }, + { + "Level": 80, + "StageID": 30108062, + "MonsterList": [ + [ + 8002010, + 8003030, + 8002010, + 8001030 + ], + [ + 1022010, + 8003030, + 8003020, + 1022010 + ] + ] + }, + { + "Level": 82, + "StageID": 30108071, + "MonsterList": [ + [ + 3002010, + 3003030, + 3002030, + 3002030 + ], + [ + 3002010, + 3003030, + 8003050 + ] + ] + }, + { + "Level": 82, + "StageID": 30108072, + "MonsterList": [ + [ + 2032010, + 2033010, + 2032020, + 2032010 + ], + [ + 2032010, + 2033010, + 8003030 + ] + ] + }, + { + "Level": 85, + "StageID": 30108081, + "MonsterList": [ + [ + 3012010, + 3013010, + 3012010, + 3002010 + ], + [ + 2012010, + 3013010, + 2013020, + 2012010 + ] + ] + }, + { + "Level": 85, + "StageID": 30108082, + "MonsterList": [ + [ + 3002030, + 3003010, + 3002010, + 3002030 + ], + [ + 3014020 + ] + ] + }, + { + "Level": 88, + "StageID": 30108091, + "MonsterList": [ + [ + 3002020, + 3002030, + 3003040, + 3002020 + ], + [ + 3003050, + 3003040 + ] + ] + }, + { + "Level": 88, + "StageID": 30108092, + "MonsterList": [ + [ + 8032010, + 8033010 + ], + [ + 8033010, + 2023020 + ] + ] + }, + { + "Level": 90, + "StageID": 30108101, + "MonsterList": [ + [ + 2032020, + 2033010, + 2032020 + ], + [ + 2023010, + 2033010 + ] + ] + }, + { + "Level": 90, + "StageID": 30108102, + "MonsterList": [ + [ + 1022010, + 1023020, + 3003030 + ], + [ + 100401010, + 1023020 + ] + ] + }, + { + "Level": 92, + "StageID": 30108111, + "MonsterList": [ + [ + 2013020, + 8003030 + ], + [ + 8003030, + 200401007 + ] + ] + }, + { + "Level": 92, + "StageID": 30108112, + "MonsterList": [ + [ + 8003010, + 1023020, + 1022010 + ], + [ + 2022090, + 202401008, + 2022070 + ] + ] + }, + { + "Level": 95, + "StageID": 30108121, + "MonsterList": [ + [ + 3002010, + 3003050, + 3003030, + 3002010, + 3002020 + ], + [ + 3004010, + 3003051, + 3003041, + 3003031 + ] + ] + }, + { + "Level": 95, + "StageID": 30108122, + "MonsterList": [ + [ + 8003040, + 2023020 + ], + [ + 2034010 + ] + ] + }, + { + "Level": 68, + "StageID": 30109011, + "MonsterList": [ + [ + 2022020, + 2023010, + 2022020 + ], + [ + 2023010, + 1023010 + ] + ] + }, + { + "Level": 68, + "StageID": 30109012, + "MonsterList": [ + [ + 2022060, + 2023030, + 2022060 + ], + [ + 2023030, + 2013020 + ] + ] + }, + { + "Level": 70, + "StageID": 30109021, + "MonsterList": [ + [ + 3002010, + 3002020, + 3003050, + 3002040, + 3002010 + ], + [ + 3003050, + 8033010 + ] + ] + }, + { + "Level": 70, + "StageID": 30109022, + "MonsterList": [ + [ + 2032010, + 2033010, + 2032020 + ], + [ + 2032010, + 2033010, + 3003010 + ] + ] + }, + { + "Level": 73, + "StageID": 30109031, + "MonsterList": [ + [ + 8002010, + 1023020, + 8002010 + ], + [ + 8002010, + 1023020, + 8003030 + ] + ] + }, + { + "Level": 73, + "StageID": 30109032, + "MonsterList": [ + [ + 2033010, + 2033010 + ], + [ + 200402009 + ] + ] + }, + { + "Level": 75, + "StageID": 30109041, + "MonsterList": [ + [ + 2002030, + 2013020, + 2002030 + ], + [ + 3003050, + 2013020 + ] + ] + }, + { + "Level": 75, + "StageID": 30109042, + "MonsterList": [ + [ + 3012020, + 3002040, + 3003040, + 3012020, + 3002010 + ], + [ + 3012020, + 3003040, + 1013010 + ] + ] + }, + { + "Level": 78, + "StageID": 30109051, + "MonsterList": [ + [ + 8033010, + 8032010 + ], + [ + 8033010, + 1013020 + ] + ] + }, + { + "Level": 78, + "StageID": 30109052, + "MonsterList": [ + [ + 2023020, + 8003040 + ], + [ + 2034010 + ] + ] + }, + { + "Level": 80, + "StageID": 30109061, + "MonsterList": [ + [ + 2022020, + 2023010, + 2022020 + ], + [ + 2023010, + 1023010 + ] + ] + }, + { + "Level": 80, + "StageID": 30109062, + "MonsterList": [ + [ + 2022060, + 2023030, + 2022060 + ], + [ + 2023030, + 2013020 + ] + ] + }, + { + "Level": 82, + "StageID": 30109071, + "MonsterList": [ + [ + 3002010, + 3002020, + 3003050, + 3002040, + 3002010 + ], + [ + 3003050, + 8033010 + ] + ] + }, + { + "Level": 82, + "StageID": 30109072, + "MonsterList": [ + [ + 2032010, + 2033010, + 2032020 + ], + [ + 2032010, + 2033010, + 3003010 + ] + ] + }, + { + "Level": 85, + "StageID": 30109081, + "MonsterList": [ + [ + 8002010, + 1023020, + 8002010 + ], + [ + 8002010, + 1023020, + 8003030 + ] + ] + }, + { + "Level": 85, + "StageID": 30109082, + "MonsterList": [ + [ + 8013010, + 2033010 + ], + [ + 200402009 + ] + ] + }, + { + "Level": 88, + "StageID": 30109091, + "MonsterList": [ + [ + 2002030, + 2013020, + 2002030 + ], + [ + 3003050, + 2013020 + ] + ] + }, + { + "Level": 88, + "StageID": 30109092, + "MonsterList": [ + [ + 3012020, + 3002040, + 3003040, + 3012020, + 3002010 + ], + [ + 3012020, + 3003040, + 1013010 + ] + ] + }, + { + "Level": 90, + "StageID": 30109101, + "MonsterList": [ + [ + 8033010, + 8032010 + ], + [ + 8033010, + 1013020 + ] + ] + }, + { + "Level": 90, + "StageID": 30109102, + "MonsterList": [ + [ + 2023020, + 8003040 + ], + [ + 2034010 + ] + ] + }, + { + "Level": 92, + "StageID": 30109111, + "MonsterList": [ + [ + 8002010, + 1003010, + 8003020 + ], + [ + 802401105 + ] + ] + }, + { + "Level": 92, + "StageID": 30109112, + "MonsterList": [ + [ + 2012010, + 3003040, + 2013020, + 2012010 + ], + [ + 8034010 + ] + ] + }, + { + "Level": 95, + "StageID": 30109121, + "MonsterList": [ + [ + 2013010, + 2033010 + ], + [ + 101401012, + 2033010 + ] + ] + }, + { + "Level": 95, + "StageID": 30109122, + "MonsterList": [ + [ + 2032010, + 3003050, + 2032010, + 3003030, + 2032010 + ], + [ + 3004020 + ] + ] + }, + { + "Level": 68, + "StageID": 30110011, + "MonsterList": [ + [ + 3003020 + ], + [ + 3003020, + 3003040 + ] + ] + }, + { + "Level": 68, + "StageID": 30110012, + "MonsterList": [ + [ + 2023010 + ], + [ + 2023010, + 2023020 + ] + ] + }, + { + "Level": 70, + "StageID": 30110021, + "MonsterList": [ + [ + 1012030, + 1013010 + ], + [ + 1013010, + 2023030 + ] + ] + }, + { + "Level": 70, + "StageID": 30110022, + "MonsterList": [ + [ + 3012020, + 3003010, + 3012020 + ], + [ + 3003050, + 3003010 + ] + ] + }, + { + "Level": 73, + "StageID": 30110031, + "MonsterList": [ + [ + 2032010, + 2033010 + ], + [ + 2033010, + 8003010 + ] + ] + }, + { + "Level": 73, + "StageID": 30110032, + "MonsterList": [ + [ + 1013020, + 3013010 + ], + [ + 100402010, + 1013020 + ] + ] + }, + { + "Level": 75, + "StageID": 30110041, + "MonsterList": [ + [ + 8002010, + 1023020 + ], + [ + 1023020, + 8003030 + ] + ] + }, + { + "Level": 75, + "StageID": 30110042, + "MonsterList": [ + [ + 2013020, + 8013010 + ], + [ + 2013020, + 8013010 + ] + ] + }, + { + "Level": 78, + "StageID": 30110051, + "MonsterList": [ + [ + 8033010, + 8003050 + ], + [ + 8033010, + 2023020 + ] + ] + }, + { + "Level": 78, + "StageID": 30110052, + "MonsterList": [ + [ + 3013010, + 2013010 + ], + [ + 100401010, + 3013010 + ] + ] + }, + { + "Level": 80, + "StageID": 30110061, + "MonsterList": [ + [ + 3003020 + ], + [ + 3003020, + 3003040 + ] + ] + }, + { + "Level": 80, + "StageID": 30110062, + "MonsterList": [ + [ + 2023010 + ], + [ + 2023010, + 2023020 + ] + ] + }, + { + "Level": 82, + "StageID": 30110071, + "MonsterList": [ + [ + 1012030, + 1013010 + ], + [ + 1013010, + 2023030 + ] + ] + }, + { + "Level": 82, + "StageID": 30110072, + "MonsterList": [ + [ + 3012020, + 3003010, + 3012020 + ], + [ + 3003050, + 3003010 + ] + ] + }, + { + "Level": 85, + "StageID": 30110081, + "MonsterList": [ + [ + 2032010, + 2033010 + ], + [ + 2033010, + 8003010 + ] + ] + }, + { + "Level": 85, + "StageID": 30110082, + "MonsterList": [ + [ + 1013020, + 3013010 + ], + [ + 100402010, + 1013020 + ] + ] + }, + { + "Level": 88, + "StageID": 30110091, + "MonsterList": [ + [ + 8002010, + 1023020 + ], + [ + 1023020, + 8003030 + ] + ] + }, + { + "Level": 88, + "StageID": 30110092, + "MonsterList": [ + [ + 2013020, + 8013010 + ], + [ + 2013020, + 8013010 + ] + ] + }, + { + "Level": 90, + "StageID": 30110101, + "MonsterList": [ + [ + 8033010, + 8003050 + ], + [ + 8033010, + 2023020 + ] + ] + }, + { + "Level": 90, + "StageID": 30110102, + "MonsterList": [ + [ + 3013010, + 2013010 + ], + [ + 100401010, + 3013010 + ] + ] + }, + { + "Level": 92, + "StageID": 30110111, + "MonsterList": [ + [ + 2023030, + 3003020 + ], + [ + 200401007, + 3003020 + ] + ] + }, + { + "Level": 92, + "StageID": 30110112, + "MonsterList": [ + [ + 3003030, + 2013020, + 3003030 + ], + [ + 3024020, + 3003030 + ] + ] + }, + { + "Level": 95, + "StageID": 30110121, + "MonsterList": [ + [ + 800304016, + 203301007 + ], + [ + 101401016, + 203301007 + ] + ] + }, + { + "Level": 95, + "StageID": 30110122, + "MonsterList": [ + [ + 1013020, + 2023010 + ], + [ + 802401106 + ] + ] + }, + { + "Level": 68, + "StageID": 30111011, + "MonsterList": [ + [ + 1012030, + 1013010, + 1012030 + ], + [ + 1013010, + 1013020 + ] + ] + }, + { + "Level": 68, + "StageID": 30111012, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010, + 1012010 + ], + [ + 8002010, + 8003040, + 3003040 + ] + ] + }, + { + "Level": 70, + "StageID": 30111021, + "MonsterList": [ + [ + 3002010, + 3003030, + 3001010, + 3001010 + ], + [ + 3003030, + 3003050, + 3002010 + ] + ] + }, + { + "Level": 70, + "StageID": 30111022, + "MonsterList": [ + [ + 2022010, + 2013010, + 2022010 + ], + [ + 2013010, + 8003010 + ] + ] + }, + { + "Level": 73, + "StageID": 30111031, + "MonsterList": [ + [ + 2032010, + 2033010, + 2032020 + ], + [ + 2033010, + 2023020 + ] + ] + }, + { + "Level": 73, + "StageID": 30111032, + "MonsterList": [ + [ + 1003010, + 1003010 + ], + [ + 3024010 + ] + ] + }, + { + "Level": 75, + "StageID": 30111041, + "MonsterList": [ + [ + 4012010, + 4013010, + 4012020 + ], + [ + 4012010, + 4013010, + 3013010 + ] + ] + }, + { + "Level": 75, + "StageID": 30111042, + "MonsterList": [ + [ + 3002010, + 3003020, + 3002040 + ], + [ + 3003020, + 2013020 + ] + ] + }, + { + "Level": 78, + "StageID": 30111051, + "MonsterList": [ + [ + 8032010, + 8033010, + 8032020 + ], + [ + 8033010, + 3003050 + ] + ] + }, + { + "Level": 78, + "StageID": 30111052, + "MonsterList": [ + [ + 2033010, + 8003030 + ], + [ + 2034010, + 2033010 + ] + ] + }, + { + "Level": 80, + "StageID": 30111061, + "MonsterList": [ + [ + 1012030, + 1013010, + 1012030 + ], + [ + 1013010, + 1013020 + ] + ] + }, + { + "Level": 80, + "StageID": 30111062, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010, + 1012010 + ], + [ + 8002010, + 8003040, + 3003040 + ] + ] + }, + { + "Level": 82, + "StageID": 30111071, + "MonsterList": [ + [ + 3002010, + 3003030, + 3001010, + 3001010 + ], + [ + 3003030, + 3003050, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 30111072, + "MonsterList": [ + [ + 2022010, + 2013010, + 2022010 + ], + [ + 2013010, + 8003010 + ] + ] + }, + { + "Level": 85, + "StageID": 30111081, + "MonsterList": [ + [ + 2032010, + 2033010, + 2032020 + ], + [ + 2033010, + 2023020 + ] + ] + }, + { + "Level": 85, + "StageID": 30111082, + "MonsterList": [ + [ + 1003010, + 1003010 + ], + [ + 3024010 + ] + ] + }, + { + "Level": 88, + "StageID": 30111091, + "MonsterList": [ + [ + 4012010, + 4013010, + 4012020 + ], + [ + 4012010, + 4013010, + 3013010 + ] + ] + }, + { + "Level": 88, + "StageID": 30111092, + "MonsterList": [ + [ + 3002010, + 3003020, + 3002040 + ], + [ + 3003020, + 2013020 + ] + ] + }, + { + "Level": 90, + "StageID": 30111101, + "MonsterList": [ + [ + 2023030, + 1013010 + ], + [ + 4014010, + 1013010 + ] + ] + }, + { + "Level": 90, + "StageID": 30111102, + "MonsterList": [ + [ + 2033010, + 8003030 + ], + [ + 2034010, + 2033010 + ] + ] + }, + { + "Level": 92, + "StageID": 30111111, + "MonsterList": [ + [ + 4013010, + 2033010 + ], + [ + 8034010 + ] + ] + }, + { + "Level": 92, + "StageID": 30111112, + "MonsterList": [ + [ + 1013020, + 2023010, + 1013020 + ], + [ + 3004020 + ] + ] + }, + { + "Level": 95, + "StageID": 30111121, + "MonsterList": [ + [ + 803301014, + 1023010 + ], + [ + 802401107, + 1023010 + ] + ] + }, + { + "Level": 95, + "StageID": 30111122, + "MonsterList": [ + [ + 3002040, + 4013010, + 2013010 + ], + [ + 4014020 + ] + ] + }, + { + "Level": 68, + "StageID": 30112011, + "MonsterList": [ + [ + 4012010, + 4013010, + 4012020 + ], + [ + 4012010, + 4013010, + 3013010 + ] + ] + }, + { + "Level": 68, + "StageID": 30112012, + "MonsterList": [ + [ + 3002010, + 3003020, + 3002040 + ], + [ + 3003020, + 2013020 + ] + ] + }, + { + "Level": 70, + "StageID": 30112021, + "MonsterList": [ + [ + 1012030, + 1013010, + 1012030 + ], + [ + 1013010, + 1013020 + ] + ] + }, + { + "Level": 70, + "StageID": 30112022, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010, + 1012010 + ], + [ + 8002010, + 8003040, + 3003040 + ] + ] + }, + { + "Level": 73, + "StageID": 30112031, + "MonsterList": [ + [ + 3002040, + 3003020, + 3002010 + ], + [ + 3003020, + 2013020 + ] + ] + }, + { + "Level": 73, + "StageID": 30112032, + "MonsterList": [ + [ + 8002010, + 1023020, + 8002010 + ], + [ + 3013010, + 1023020 + ] + ] + }, + { + "Level": 75, + "StageID": 30112041, + "MonsterList": [ + [ + 401203005, + 4013010, + 401203005 + ], + [ + 8003020, + 4013010, + 8003020 + ] + ] + }, + { + "Level": 75, + "StageID": 30112042, + "MonsterList": [ + [ + 100202022, + 1013020, + 100202022 + ], + [ + 1013020, + 1013020, + 1013020 + ] + ] + }, + { + "Level": 78, + "StageID": 30112051, + "MonsterList": [ + [ + 2032010, + 2033010, + 2032020 + ], + [ + 2033010, + 2023020 + ] + ] + }, + { + "Level": 78, + "StageID": 30112052, + "MonsterList": [ + [ + 1003010, + 1003010 + ], + [ + 3024010 + ] + ] + }, + { + "Level": 80, + "StageID": 30112061, + "MonsterList": [ + [ + 1012030, + 1013010, + 1012030 + ], + [ + 1013010, + 1013020 + ] + ] + }, + { + "Level": 80, + "StageID": 30112062, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010, + 1012010 + ], + [ + 8002010, + 8003040, + 3003040 + ] + ] + }, + { + "Level": 82, + "StageID": 30112071, + "MonsterList": [ + [ + 3002010, + 3003030, + 3001010, + 3001010 + ], + [ + 3003030, + 3003050, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 30112072, + "MonsterList": [ + [ + 2022010, + 2013010, + 2022010 + ], + [ + 2013010, + 8003010 + ] + ] + }, + { + "Level": 85, + "StageID": 30112081, + "MonsterList": [ + [ + 3002040, + 3003020, + 3002010 + ], + [ + 3003020, + 2013020 + ] + ] + }, + { + "Level": 85, + "StageID": 30112082, + "MonsterList": [ + [ + 8002010, + 1023020, + 8002010 + ], + [ + 3013010, + 1023020 + ] + ] + }, + { + "Level": 88, + "StageID": 30112091, + "MonsterList": [ + [ + 401203005, + 4013010, + 401203005 + ], + [ + 8003020, + 4013010, + 8003020 + ] + ] + }, + { + "Level": 88, + "StageID": 30112092, + "MonsterList": [ + [ + 100202022, + 1013020, + 100202022 + ], + [ + 1013020, + 1013020, + 1013020 + ] + ] + }, + { + "Level": 90, + "StageID": 30112101, + "MonsterList": [ + [ + 2013010, + 4023020 + ], + [ + 100401010, + 4023020 + ] + ] + }, + { + "Level": 90, + "StageID": 30112102, + "MonsterList": [ + [ + 3003030, + 3003050, + 3003030 + ], + [ + 3004020 + ] + ] + }, + { + "Level": 92, + "StageID": 30112111, + "MonsterList": [ + [ + 8003030, + 8013010 + ], + [ + 2034010 + ] + ] + }, + { + "Level": 92, + "StageID": 30112112, + "MonsterList": [ + [ + 1013020, + 4013010, + 1013020 + ], + [ + 4014020 + ] + ] + }, + { + "Level": 95, + "StageID": 30112121, + "MonsterList": [ + [ + 800302024, + 401301003, + 800302024 + ], + [ + 4034010 + ] + ] + }, + { + "Level": 95, + "StageID": 30112122, + "MonsterList": [ + [ + 402301001, + 402302001 + ], + [ + 402302001, + 200401007, + 402302001 + ] + ] + }, + { + "Level": 68, + "StageID": 30113011, + "MonsterList": [ + [ + 4012010, + 4013010, + 4012020 + ], + [ + 4012010, + 4013010, + 3013010 + ] + ] + }, + { + "Level": 68, + "StageID": 30113012, + "MonsterList": [ + [ + 3002010, + 3003020, + 3002040 + ], + [ + 3003020, + 2013020 + ] + ] + }, + { + "Level": 70, + "StageID": 30113021, + "MonsterList": [ + [ + 1012030, + 1013010, + 1012030 + ], + [ + 1013010, + 1013020 + ] + ] + }, + { + "Level": 70, + "StageID": 30113022, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010, + 1012010 + ], + [ + 8002010, + 8003040, + 3003040 + ] + ] + }, + { + "Level": 73, + "StageID": 30113031, + "MonsterList": [ + [ + 3002040, + 3003020, + 3002010 + ], + [ + 3003020, + 2013020 + ] + ] + }, + { + "Level": 73, + "StageID": 30113032, + "MonsterList": [ + [ + 8002010, + 1023020, + 8002010 + ], + [ + 4013010, + 1023020 + ] + ] + }, + { + "Level": 75, + "StageID": 30113041, + "MonsterList": [ + [ + 401203005, + 4013010, + 401203005 + ], + [ + 8003020, + 4013010, + 8003020 + ] + ] + }, + { + "Level": 75, + "StageID": 30113042, + "MonsterList": [ + [ + 100202022, + 1013020, + 100202022 + ], + [ + 1013020, + 1013020, + 1013020 + ] + ] + }, + { + "Level": 78, + "StageID": 30113051, + "MonsterList": [ + [ + 2032010, + 2033010, + 2032020 + ], + [ + 2033010, + 2023020 + ] + ] + }, + { + "Level": 78, + "StageID": 30113052, + "MonsterList": [ + [ + 1003010, + 1003010 + ], + [ + 3024010 + ] + ] + }, + { + "Level": 80, + "StageID": 30113061, + "MonsterList": [ + [ + 1012030, + 1013010, + 1012030 + ], + [ + 1013010, + 1013020 + ] + ] + }, + { + "Level": 80, + "StageID": 30113062, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010, + 1012010 + ], + [ + 8002010, + 8003040, + 3003040 + ] + ] + }, + { + "Level": 82, + "StageID": 30113071, + "MonsterList": [ + [ + 3002010, + 3003030, + 3001010, + 3001010 + ], + [ + 3003030, + 3003050, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 30113072, + "MonsterList": [ + [ + 2022010, + 2013010, + 2022010 + ], + [ + 2013010, + 8003010 + ] + ] + }, + { + "Level": 85, + "StageID": 30113081, + "MonsterList": [ + [ + 4012030, + 4013010, + 4012030 + ], + [ + 4013010, + 8003020 + ] + ] + }, + { + "Level": 85, + "StageID": 30113082, + "MonsterList": [ + [ + 2032010, + 3003050, + 3003030, + 2032010 + ], + [ + 3004010, + 3003051, + 3003041, + 3003031 + ] + ] + }, + { + "Level": 88, + "StageID": 30113091, + "MonsterList": [ + [ + 4032030, + 4033010, + 4032030, + 4032010 + ], + [ + 4023010, + 4033010, + 4032030 + ] + ] + }, + { + "Level": 88, + "StageID": 30113092, + "MonsterList": [ + [ + 2022050, + 2023010 + ], + [ + 2023010, + 8003050 + ] + ] + }, + { + "Level": 90, + "StageID": 30113101, + "MonsterList": [ + [ + 3002030, + 3003010, + 4032030, + 3002030 + ], + [ + 101401012, + 3003010 + ] + ] + }, + { + "Level": 90, + "StageID": 30113102, + "MonsterList": [ + [ + 1013010, + 2023030 + ], + [ + 4014020 + ] + ] + }, + { + "Level": 92, + "StageID": 30113111, + "MonsterList": [ + [ + 4032030, + 4032010, + 4033010, + 4032030, + 4032010 + ], + [ + 2034010 + ] + ] + }, + { + "Level": 92, + "StageID": 30113112, + "MonsterList": [ + [ + 2013010, + 2033010 + ], + [ + 4034010 + ] + ] + }, + { + "Level": 95, + "StageID": 30113121, + "MonsterList": [ + [ + 4014030 + ] + ] + }, + { + "Level": 95, + "StageID": 30113122, + "MonsterList": [ + [ + 8003020, + 2023010, + 8003020 + ], + [ + 3004020 + ] + ] + }, + { + "Level": 68, + "StageID": 30114011, + "MonsterList": [ + [ + 8002010, + 1023020 + ], + [ + 1023020, + 8003030 + ] + ] + }, + { + "Level": 68, + "StageID": 30114012, + "MonsterList": [ + [ + 2002030, + 2013020, + 2002030 + ], + [ + 2013020, + 8013010 + ] + ] + }, + { + "Level": 70, + "StageID": 30114021, + "MonsterList": [ + [ + 1012010, + 1013010, + 1012010 + ], + [ + 1013010, + 1013020 + ] + ] + }, + { + "Level": 70, + "StageID": 30114022, + "MonsterList": [ + [ + 3002010, + 8003040, + 3002010 + ], + [ + 8003040, + 3003040 + ] + ] + }, + { + "Level": 73, + "StageID": 30114031, + "MonsterList": [ + [ + 2011010, + 2013010, + 2011020 + ], + [ + 2013010, + 8003010 + ] + ] + }, + { + "Level": 73, + "StageID": 30114032, + "MonsterList": [ + [ + 3002040, + 3003020 + ], + [ + 3003020, + 2013020 + ] + ] + }, + { + "Level": 75, + "StageID": 30114041, + "MonsterList": [ + [ + 4023010 + ], + [ + 4023010, + 4033010 + ] + ] + }, + { + "Level": 75, + "StageID": 30114042, + "MonsterList": [ + [ + 1023020, + 3003030 + ], + [ + 100401010 + ] + ] + }, + { + "Level": 78, + "StageID": 30114051, + "MonsterList": [ + [ + 4032030, + 4033020, + 4032010 + ], + [ + 4033020, + 8003040 + ] + ] + }, + { + "Level": 78, + "StageID": 30114052, + "MonsterList": [ + [ + 8003020, + 1003010 + ], + [ + 3024010 + ] + ] + }, + { + "Level": 80, + "StageID": 30114061, + "MonsterList": [ + [ + 8002010, + 1023020 + ], + [ + 1023020, + 8003030 + ] + ] + }, + { + "Level": 80, + "StageID": 30114062, + "MonsterList": [ + [ + 2002030, + 2013020, + 2002030 + ], + [ + 2013020, + 8013010 + ] + ] + }, + { + "Level": 82, + "StageID": 30114071, + "MonsterList": [ + [ + 1012010, + 1013010, + 1012010 + ], + [ + 1013010, + 1013020 + ] + ] + }, + { + "Level": 82, + "StageID": 30114072, + "MonsterList": [ + [ + 3002010, + 8003040, + 3002010 + ], + [ + 8003040, + 3003040 + ] + ] + }, + { + "Level": 85, + "StageID": 30114081, + "MonsterList": [ + [ + 2011010, + 2013010, + 2011020 + ], + [ + 2013010, + 8003010 + ] + ] + }, + { + "Level": 85, + "StageID": 30114082, + "MonsterList": [ + [ + 3002040, + 3003020 + ], + [ + 3003020, + 2013020 + ] + ] + }, + { + "Level": 88, + "StageID": 30114091, + "MonsterList": [ + [ + 4023010 + ], + [ + 4023010, + 4033010 + ] + ] + }, + { + "Level": 88, + "StageID": 30114092, + "MonsterList": [ + [ + 1023020, + 3003030 + ], + [ + 100401010 + ] + ] + }, + { + "Level": 90, + "StageID": 30114101, + "MonsterList": [ + [ + 4032030, + 4033020, + 4032010 + ], + [ + 4033020, + 8003040 + ] + ] + }, + { + "Level": 90, + "StageID": 30114102, + "MonsterList": [ + [ + 8003020, + 1003010 + ], + [ + 3024010 + ] + ] + }, + { + "Level": 92, + "StageID": 30114111, + "MonsterList": [ + [ + 4014030 + ] + ] + }, + { + "Level": 92, + "StageID": 30114112, + "MonsterList": [ + [ + 2023030, + 1013010 + ], + [ + 3024020 + ] + ] + }, + { + "Level": 95, + "StageID": 30114121, + "MonsterList": [ + [ + 402302001, + 4013010 + ], + [ + 802401107, + 402302001 + ] + ] + }, + { + "Level": 95, + "StageID": 30114122, + "MonsterList": [ + [ + 4033010, + 4033030, + 4032030 + ], + [ + 2034010 + ] + ] + }, + { + "Level": 68, + "StageID": 30115011, + "MonsterList": [ + [ + 3003020 + ], + [ + 3003020, + 3003040 + ] + ] + }, + { + "Level": 68, + "StageID": 30115012, + "MonsterList": [ + [ + 2023010 + ], + [ + 2023010, + 2023020 + ] + ] + }, + { + "Level": 70, + "StageID": 30115021, + "MonsterList": [ + [ + 1012030, + 1013010 + ], + [ + 1013010, + 8003050 + ] + ] + }, + { + "Level": 70, + "StageID": 30115022, + "MonsterList": [ + [ + 3012020, + 3003010, + 3012020 + ], + [ + 3003050, + 3003010 + ] + ] + }, + { + "Level": 73, + "StageID": 30115031, + "MonsterList": [ + [ + 8002010, + 1023020 + ], + [ + 1023020, + 8003030 + ] + ] + }, + { + "Level": 73, + "StageID": 30115032, + "MonsterList": [ + [ + 2013020, + 8013010 + ], + [ + 2013020, + 8013010 + ] + ] + }, + { + "Level": 75, + "StageID": 30115041, + "MonsterList": [ + [ + 4033030 + ], + [ + 4033030, + 4033010 + ] + ] + }, + { + "Level": 75, + "StageID": 30115042, + "MonsterList": [ + [ + 3012020, + 3003050, + 3012020 + ], + [ + 3004010, + 3003051, + 3003041, + 3003031 + ] + ] + }, + { + "Level": 78, + "StageID": 30115051, + "MonsterList": [ + [ + 3002010, + 3003040, + 3002030 + ], + [ + 100402010, + 3003040 + ] + ] + }, + { + "Level": 78, + "StageID": 30115052, + "MonsterList": [ + [ + 8033010 + ], + [ + 3004020 + ] + ] + }, + { + "Level": 80, + "StageID": 30115061, + "MonsterList": [ + [ + 3003020 + ], + [ + 3003020, + 3003040 + ] + ] + }, + { + "Level": 80, + "StageID": 30115062, + "MonsterList": [ + [ + 2023010 + ], + [ + 2023010, + 2023020 + ] + ] + }, + { + "Level": 82, + "StageID": 30115071, + "MonsterList": [ + [ + 1012030, + 1013010 + ], + [ + 1013010, + 8003050 + ] + ] + }, + { + "Level": 82, + "StageID": 30115072, + "MonsterList": [ + [ + 3012020, + 3003010, + 3012020 + ], + [ + 3003050, + 3003010 + ] + ] + }, + { + "Level": 85, + "StageID": 30115081, + "MonsterList": [ + [ + 8002010, + 1023020 + ], + [ + 1023020, + 8003030 + ] + ] + }, + { + "Level": 85, + "StageID": 30115082, + "MonsterList": [ + [ + 2013020, + 8013010 + ], + [ + 2013020, + 8013010 + ] + ] + }, + { + "Level": 88, + "StageID": 30115091, + "MonsterList": [ + [ + 4032040, + 4033030, + 4032030 + ], + [ + 4033030, + 4033010 + ] + ] + }, + { + "Level": 88, + "StageID": 30115092, + "MonsterList": [ + [ + 3012020, + 3003050, + 3003030, + 3012020 + ], + [ + 3004010, + 3003051, + 3003041, + 3003031 + ] + ] + }, + { + "Level": 90, + "StageID": 30115101, + "MonsterList": [ + [ + 3002010, + 3003040, + 2013020, + 3002030 + ], + [ + 100402010, + 3003040 + ] + ] + }, + { + "Level": 90, + "StageID": 30115102, + "MonsterList": [ + [ + 803301014, + 1013020 + ], + [ + 3004020 + ] + ] + }, + { + "Level": 92, + "StageID": 30115111, + "MonsterList": [ + [ + 4033010, + 4033020 + ], + [ + 4033020, + 200401007 + ] + ] + }, + { + "Level": 92, + "StageID": 30115112, + "MonsterList": [ + [ + 8003020, + 4013010, + 4012050 + ], + [ + 4034010 + ] + ] + }, + { + "Level": 95, + "StageID": 30115121, + "MonsterList": [ + [ + 2033010, + 2013010 + ], + [ + 101401016, + 2033010 + ] + ] + }, + { + "Level": 95, + "StageID": 30115122, + "MonsterList": [ + [ + 4033010, + 4033020 + ], + [ + 803401004 + ] + ] + }, + { + "Level": 55, + "StageID": 30301011, + "MonsterList": [ + [ + 1002050, + 1002030, + 1003010, + 1002050, + 1002030 + ], + [ + 1003010 + ] + ] + }, + { + "Level": 55, + "StageID": 30301012, + "MonsterList": [ + [ + 1012021, + 1012030, + 8003040, + 1012021 + ], + [ + 8003040 + ] + ] + }, + { + "Level": 65, + "StageID": 30301021, + "MonsterList": [ + [ + 1022010, + 8002010, + 8003010, + 1022010, + 8002010 + ], + [ + 8003010 + ] + ] + }, + { + "Level": 65, + "StageID": 30301022, + "MonsterList": [ + [ + 3012020, + 2022110, + 2023030, + 3012020 + ], + [ + 2023030 + ] + ] + }, + { + "Level": 75, + "StageID": 30301031, + "MonsterList": [ + [ + 3002030, + 8012030, + 3003020, + 3002030, + 8012030 + ], + [ + 3003020 + ] + ] + }, + { + "Level": 75, + "StageID": 30301032, + "MonsterList": [ + [ + 3002030, + 3002010, + 3003010, + 3002030 + ], + [ + 3003010 + ] + ] + }, + { + "Level": 85, + "StageID": 30301041, + "MonsterList": [ + [ + 1002020, + 3012020, + 8003050, + 1002020, + 3012020 + ], + [ + 2024010 + ] + ] + }, + { + "Level": 85, + "StageID": 30301042, + "MonsterList": [ + [ + 1012030, + 2012010, + 1023010, + 1012030 + ], + [ + 2024020 + ] + ] + }, + { + "Level": 55, + "StageID": 30302011, + "MonsterList": [ + [ + 2022020, + 2012010, + 201302006, + 2022020, + 2022020 + ], + [ + 201302006 + ], + [ + 201302006 + ] + ] + }, + { + "Level": 55, + "StageID": 30302012, + "MonsterList": [ + [ + 1012021, + 1002020, + 101301023, + 1012021 + ], + [ + 101301023 + ], + [ + 101301023 + ] + ] + }, + { + "Level": 65, + "StageID": 30302021, + "MonsterList": [ + [ + 1022020, + 1002040, + 800303015, + 1022020, + 1022020 + ], + [ + 800303015 + ], + [ + 800303015 + ] + ] + }, + { + "Level": 65, + "StageID": 30302022, + "MonsterList": [ + [ + 2022110, + 2022060, + 202303009, + 2022110 + ], + [ + 202303009 + ], + [ + 202303009 + ] + ] + }, + { + "Level": 75, + "StageID": 30302031, + "MonsterList": [ + [ + 8032020, + 3002030, + 300302003, + 8032020, + 8032020 + ], + [ + 300302003 + ], + [ + 300302003 + ] + ] + }, + { + "Level": 75, + "StageID": 30302032, + "MonsterList": [ + [ + 3002030, + 3002010, + 3003010, + 3002030 + ], + [ + 101302028 + ], + [ + 101302028 + ] + ] + }, + { + "Level": 85, + "StageID": 30302041, + "MonsterList": [ + [ + 1002030, + 1002050, + 100301019, + 1002030 + ], + [ + 100402006 + ], + [ + 100402006 + ] + ] + }, + { + "Level": 85, + "StageID": 30302042, + "MonsterList": [ + [ + 8002010, + 1012021, + 800304010, + 8002010, + 8002010 + ], + [ + 100401005 + ], + [ + 100401005 + ] + ] + }, + { + "Level": 55, + "StageID": 30303011, + "MonsterList": [ + [ + 1002050, + 1002030, + 100301019, + 1002050, + 1002050 + ], + [ + 100301019 + ], + [ + 100301019 + ] + ] + }, + { + "Level": 55, + "StageID": 30303012, + "MonsterList": [ + [ + 1012030, + 1012010, + 102301017, + 1012030 + ], + [ + 102301017 + ], + [ + 102301017 + ] + ] + }, + { + "Level": 65, + "StageID": 30303021, + "MonsterList": [ + [ + 3012020, + 1002020, + 202302008, + 3012020, + 3012020 + ], + [ + 202302008 + ], + [ + 202302008 + ] + ] + }, + { + "Level": 65, + "StageID": 30303022, + "MonsterList": [ + [ + 3002010, + 1012030, + 301301001, + 3002010 + ], + [ + 301301001 + ], + [ + 301301001 + ] + ] + }, + { + "Level": 75, + "StageID": 30303031, + "MonsterList": [ + [ + 2002010, + 2012010, + 801301019, + 2002010, + 2002010 + ], + [ + 801301019 + ], + [ + 801301019 + ] + ] + }, + { + "Level": 75, + "StageID": 30303032, + "MonsterList": [ + [ + 1022020, + 8002010, + 800304010, + 1022020 + ], + [ + 800304010 + ], + [ + 800304010 + ] + ] + }, + { + "Level": 85, + "StageID": 30303041, + "MonsterList": [ + [ + 1002020, + 8032020, + 202302008, + 1002020 + ], + [ + 100403004 + ], + [ + 100403004 + ] + ] + }, + { + "Level": 85, + "StageID": 30303042, + "MonsterList": [ + [ + 1012010, + 1012030, + 101302028, + 1012010, + 1012010 + ], + [ + 302402001 + ], + [ + 302402001 + ] + ] + }, + { + "Level": 55, + "StageID": 30304011, + "MonsterList": [ + [ + 8012010, + 2022110, + 101302028, + 8012010 + ], + [ + 1013010 + ], + [ + 1013010 + ] + ] + }, + { + "Level": 55, + "StageID": 30304012, + "MonsterList": [ + [ + 2002010, + 2002030, + 202302008, + 2002010, + 2002010 + ], + [ + 2023020 + ], + [ + 2023020 + ] + ] + }, + { + "Level": 65, + "StageID": 30304021, + "MonsterList": [ + [ + 202205004, + 1002020, + 800305017, + 202205004, + 202205004 + ], + [ + 8003050 + ], + [ + 8003050 + ] + ] + }, + { + "Level": 65, + "StageID": 30304022, + "MonsterList": [ + [ + 1012030, + 8002010, + 800304010, + 1012030 + ], + [ + 8003040 + ], + [ + 8003040 + ] + ] + }, + { + "Level": 75, + "StageID": 30304031, + "MonsterList": [ + [ + 8012010, + 2022110, + 101302028, + 8012010 + ], + [ + 1013010 + ], + [ + 1013010 + ] + ] + }, + { + "Level": 75, + "StageID": 30304032, + "MonsterList": [ + [ + 2002010, + 2002030, + 202302008, + 2002010, + 2002010 + ], + [ + 2023020 + ], + [ + 2023020 + ] + ] + }, + { + "Level": 85, + "StageID": 30304041, + "MonsterList": [ + [ + 1022010, + 202205004, + 300305001, + 1022010, + 1022010 + ], + [ + 2004010 + ], + [ + 2004010 + ] + ] + }, + { + "Level": 85, + "StageID": 30304042, + "MonsterList": [ + [ + 3002020, + 1012030, + 300301004, + 3002020 + ], + [ + 1014010 + ], + [ + 1014010 + ] + ] + }, + { + "Level": 55, + "StageID": 30305011, + "MonsterList": [ + [ + 8002010, + 1022010, + 8003030, + 8002010 + ], + [ + 8003030 + ], + [ + 8003030 + ] + ] + }, + { + "Level": 55, + "StageID": 30305012, + "MonsterList": [ + [ + 8032010, + 8032020, + 8033010, + 8032010, + 8032020 + ], + [ + 8033010 + ], + [ + 8033010 + ] + ] + }, + { + "Level": 65, + "StageID": 30305021, + "MonsterList": [ + [ + 2022040, + 8012030, + 8003020, + 8012030 + ], + [ + 8003020 + ], + [ + 8003020 + ] + ] + }, + { + "Level": 65, + "StageID": 30305022, + "MonsterList": [ + [ + 3002020, + 3002030, + 3003050, + 3002030, + 3002030 + ], + [ + 3003050 + ], + [ + 3003050 + ] + ] + }, + { + "Level": 75, + "StageID": 30305031, + "MonsterList": [ + [ + 8002010, + 1022010, + 8003030, + 8002010 + ], + [ + 8003030 + ], + [ + 8003030 + ] + ] + }, + { + "Level": 75, + "StageID": 30305032, + "MonsterList": [ + [ + 8032010, + 8032020, + 8033010, + 8032010, + 8032020 + ], + [ + 8033010 + ], + [ + 8033010 + ] + ] + }, + { + "Level": 85, + "StageID": 30305041, + "MonsterList": [ + [ + 2012010, + 2022060, + 2013020, + 2012010 + ], + [ + 1004020 + ], + [ + 1004020 + ] + ] + }, + { + "Level": 85, + "StageID": 30305042, + "MonsterList": [ + [ + 1022010, + 1002040, + 8003010, + 1022010, + 1002040 + ], + [ + 2024010 + ], + [ + 2024010 + ] + ] + }, + { + "Level": 55, + "StageID": 30306011, + "MonsterList": [ + [ + 8002010, + 1022010, + 8003030, + 8002010 + ], + [ + 8003030 + ], + [ + 8003030 + ] + ] + }, + { + "Level": 55, + "StageID": 30306012, + "MonsterList": [ + [ + 2012010, + 1012030, + 2013020, + 2012010, + 1012030 + ], + [ + 2013020 + ], + [ + 2013020 + ] + ] + }, + { + "Level": 65, + "StageID": 30306021, + "MonsterList": [ + [ + 8012030, + 1002020, + 8003050, + 1002020 + ], + [ + 8003050 + ], + [ + 8003050 + ] + ] + }, + { + "Level": 65, + "StageID": 30306022, + "MonsterList": [ + [ + 1012030, + 1012010, + 8003040, + 1012010, + 1012010 + ], + [ + 8003040 + ], + [ + 8003040 + ] + ] + }, + { + "Level": 75, + "StageID": 30306031, + "MonsterList": [ + [ + 8002010, + 1022010, + 8003030, + 8002010 + ], + [ + 8003030 + ], + [ + 8003030 + ] + ] + }, + { + "Level": 75, + "StageID": 30306032, + "MonsterList": [ + [ + 2012010, + 1012030, + 2013020, + 2012010, + 1012030 + ], + [ + 2013020 + ], + [ + 2013020 + ] + ] + }, + { + "Level": 85, + "StageID": 30306041, + "MonsterList": [ + [ + 1002030, + 1002050, + 100301016, + 1002030, + 1002050 + ], + [ + 200401006 + ], + [ + 200401006 + ] + ] + }, + { + "Level": 85, + "StageID": 30306042, + "MonsterList": [ + [ + 3012020, + 3002030, + 3003030, + 3012020 + ], + [ + 100401003 + ], + [ + 100401003 + ] + ] + }, + { + "Level": 55, + "StageID": 30307011, + "MonsterList": [ + [ + 1012010, + 2012010, + 201302006, + 1012010 + ], + [ + 201302006 + ], + [ + 201302006 + ] + ] + }, + { + "Level": 55, + "StageID": 30307012, + "MonsterList": [ + [ + 1022010, + 8002010, + 800301018, + 1022010, + 1022010 + ], + [ + 800301018 + ], + [ + 800301018 + ] + ] + }, + { + "Level": 65, + "StageID": 30307021, + "MonsterList": [ + [ + 2022060, + 2022110, + 202302008, + 2022060 + ], + [ + 202302008 + ], + [ + 202302008 + ] + ] + }, + { + "Level": 65, + "StageID": 30307022, + "MonsterList": [ + [ + 8032010, + 8032020, + 803301010, + 8032010, + 8032010 + ], + [ + 803301010 + ], + [ + 803301010 + ] + ] + }, + { + "Level": 75, + "StageID": 30307031, + "MonsterList": [ + [ + 1012010, + 2012010, + 201302006, + 1012010 + ], + [ + 201302006 + ], + [ + 201302006 + ] + ] + }, + { + "Level": 75, + "StageID": 30307032, + "MonsterList": [ + [ + 1022010, + 8002010, + 800301018, + 1022010, + 1022010 + ], + [ + 800301018 + ], + [ + 800301018 + ] + ] + }, + { + "Level": 85, + "StageID": 30307041, + "MonsterList": [ + [ + 8002010, + 3002030, + 301301001, + 8002010 + ], + [ + 100401005 + ], + [ + 100401005 + ] + ] + }, + { + "Level": 85, + "StageID": 30307042, + "MonsterList": [ + [ + 2032010, + 2002010, + 300303003, + 2032010, + 2032010 + ], + [ + 100403007 + ], + [ + 100403007 + ] + ] + }, + { + "Level": 55, + "StageID": 30308011, + "MonsterList": [ + [ + 1002030, + 1002040, + 100301019, + 1002030 + ], + [ + 100301019 + ], + [ + 100301019 + ] + ] + }, + { + "Level": 55, + "StageID": 30308012, + "MonsterList": [ + [ + 3012020, + 8032020, + 101301023, + 3012020 + ], + [ + 101301023 + ], + [ + 101301023 + ] + ] + }, + { + "Level": 65, + "StageID": 30308021, + "MonsterList": [ + [ + 8032010, + 8032020, + 803301010, + 8032010 + ], + [ + 803301010 + ], + [ + 803301010 + ] + ] + }, + { + "Level": 65, + "StageID": 30308022, + "MonsterList": [ + [ + 1012030, + 2032020, + 203301004, + 1012030 + ], + [ + 203301004 + ], + [ + 203301004 + ] + ] + }, + { + "Level": 75, + "StageID": 30308031, + "MonsterList": [ + [ + 1002030, + 1002040, + 100301019, + 1002030 + ], + [ + 100301019 + ], + [ + 100301019 + ] + ] + }, + { + "Level": 75, + "StageID": 30308032, + "MonsterList": [ + [ + 3012020, + 8032020, + 101301023, + 3012020 + ], + [ + 101301023 + ], + [ + 101301023 + ] + ] + }, + { + "Level": 85, + "StageID": 30308041, + "MonsterList": [ + [ + 202205004, + 2032010, + 300305006, + 202205004 + ], + [ + 100403007 + ], + [ + 100403007 + ] + ] + }, + { + "Level": 85, + "StageID": 30308042, + "MonsterList": [ + [ + 3002030, + 2032020, + 800304010, + 3002030 + ], + [ + 200402005 + ], + [ + 200402005 + ] + ] + }, + { + "Level": 55, + "StageID": 30309011, + "MonsterList": [ + [ + 3002010, + 8012030, + 300205006, + 3002010, + 8012030 + ], + [ + 202303016 + ], + [ + 202303016 + ] + ] + }, + { + "Level": 55, + "StageID": 30309012, + "MonsterList": [ + [ + 1022020, + 1002030, + 300205006, + 1022020, + 1002030 + ], + [ + 201302012 + ], + [ + 201302012 + ] + ] + }, + { + "Level": 65, + "StageID": 30309021, + "MonsterList": [ + [ + 2032010, + 202205004, + 300205006, + 2032010, + 202205004 + ], + [ + 300303006 + ], + [ + 300303006 + ] + ] + }, + { + "Level": 65, + "StageID": 30309022, + "MonsterList": [ + [ + 8012030, + 2022110, + 300205006, + 8012030, + 2022110 + ], + [ + 100301035 + ], + [ + 100301035 + ] + ] + }, + { + "Level": 75, + "StageID": 30309031, + "MonsterList": [ + [ + 3002010, + 8012030, + 300205006, + 3002010, + 8012030 + ], + [ + 202303016 + ], + [ + 202303016 + ] + ] + }, + { + "Level": 75, + "StageID": 30309032, + "MonsterList": [ + [ + 1022020, + 1002030, + 300205006, + 1022020, + 1002030 + ], + [ + 201302012 + ], + [ + 201302012 + ] + ] + }, + { + "Level": 85, + "StageID": 30309041, + "MonsterList": [ + [ + 1012030, + 2012010, + 300205006, + 1012030, + 2012010 + ], + [ + 100402014 + ], + [ + 100402014 + ] + ] + }, + { + "Level": 85, + "StageID": 30309042, + "MonsterList": [ + [ + 1002020, + 2022060, + 300205006, + 1002020, + 2022060 + ], + [ + 202401406 + ], + [ + 202401406 + ] + ] + }, + { + "Level": 55, + "StageID": 30310011, + "MonsterList": [ + [ + 3002010, + 8012030, + 401205001, + 3002010, + 8012030 + ], + [ + 803301011 + ], + [ + 803301011 + ] + ] + }, + { + "Level": 55, + "StageID": 30310012, + "MonsterList": [ + [ + 1022020, + 1002030, + 401205001, + 1022020, + 1002030 + ], + [ + 300302007 + ], + [ + 300302007 + ] + ] + }, + { + "Level": 65, + "StageID": 30310021, + "MonsterList": [ + [ + 3002010, + 8012030, + 401205001, + 3002010, + 8012030 + ], + [ + 202303016 + ], + [ + 202303016 + ] + ] + }, + { + "Level": 65, + "StageID": 30310022, + "MonsterList": [ + [ + 1022020, + 1002030, + 401205001, + 1022020, + 1002030 + ], + [ + 201302012 + ], + [ + 201302012 + ] + ] + }, + { + "Level": 75, + "StageID": 30310031, + "MonsterList": [ + [ + 3012020, + 2022010, + 401205001, + 3012020, + 2022010 + ], + [ + 803301011 + ], + [ + 803301011 + ] + ] + }, + { + "Level": 75, + "StageID": 30310032, + "MonsterList": [ + [ + 1022020, + 1002030, + 401205001, + 1022020, + 1002030 + ], + [ + 300302007 + ], + [ + 300302007 + ] + ] + }, + { + "Level": 85, + "StageID": 30310041, + "MonsterList": [ + [ + 2022110, + 1012030, + 401205001, + 2022110, + 1012030 + ], + [ + 100401012 + ], + [ + 100401012 + ] + ] + }, + { + "Level": 85, + "StageID": 30310042, + "MonsterList": [ + [ + 1002030, + 1002050, + 401205001, + 1002030, + 1002050 + ], + [ + 302401204 + ], + [ + 302401204 + ] + ] + }, + { + "Level": 55, + "StageID": 30311011, + "MonsterList": [ + [ + 4012020, + 2022010, + 300205006, + 4012020, + 2022010 + ], + [ + 803301011 + ], + [ + 803301011 + ] + ] + }, + { + "Level": 55, + "StageID": 30311012, + "MonsterList": [ + [ + 1002040, + 2002030, + 300205006, + 1002040, + 2002030 + ], + [ + 402301002 + ], + [ + 402301002 + ] + ] + }, + { + "Level": 65, + "StageID": 30311021, + "MonsterList": [ + [ + 2002010, + 2022060, + 300205006, + 2002010, + 2022060 + ], + [ + 800303020 + ], + [ + 800303020 + ] + ] + }, + { + "Level": 65, + "StageID": 30311022, + "MonsterList": [ + [ + 3002010, + 1022020, + 300205006, + 3002010, + 1022020 + ], + [ + 401301201 + ], + [ + 401301201 + ] + ] + }, + { + "Level": 75, + "StageID": 30311031, + "MonsterList": [ + [ + 4012020, + 2022010, + 300205006, + 4012020, + 2022010 + ], + [ + 803301011 + ], + [ + 803301011 + ] + ] + }, + { + "Level": 75, + "StageID": 30311032, + "MonsterList": [ + [ + 1002040, + 2002030, + 300205006, + 1002040, + 2002030 + ], + [ + 402301002 + ], + [ + 402301002 + ] + ] + }, + { + "Level": 85, + "StageID": 30311041, + "MonsterList": [ + [ + 4012010, + 4012040, + 300205006, + 4012010, + 4012040 + ], + [ + 8024013 + ], + [ + 8024013 + ] + ] + }, + { + "Level": 85, + "StageID": 30311042, + "MonsterList": [ + [ + 3012020, + 3002010, + 300205006, + 3012020, + 3002010 + ], + [ + 401401401 + ], + [ + 401401401 + ] + ] + }, + { + "Level": 55, + "StageID": 30312011, + "MonsterList": [ + [ + 4012010, + 2012010, + 300205006, + 4012010, + 2012010 + ], + [ + 203301008 + ], + [ + 203301008 + ] + ] + }, + { + "Level": 55, + "StageID": 30312012, + "MonsterList": [ + [ + 2022110, + 8012030, + 300205006, + 2022110, + 8012030 + ], + [ + 401301201 + ], + [ + 401301201 + ] + ] + }, + { + "Level": 65, + "StageID": 30312021, + "MonsterList": [ + [ + 2002010, + 2022060, + 300205006, + 2002010, + 2022060 + ], + [ + 800303020 + ], + [ + 800303020 + ] + ] + }, + { + "Level": 65, + "StageID": 30312022, + "MonsterList": [ + [ + 3002010, + 1022020, + 300205006, + 3002010, + 1022020 + ], + [ + 202303016 + ], + [ + 202303016 + ] + ] + }, + { + "Level": 75, + "StageID": 30312031, + "MonsterList": [ + [ + 4012010, + 2012010, + 300205006, + 4012010, + 2012010 + ], + [ + 203301008 + ], + [ + 203301008 + ] + ] + }, + { + "Level": 75, + "StageID": 30312032, + "MonsterList": [ + [ + 2022110, + 8012030, + 300205006, + 2022110, + 8012030 + ], + [ + 401301201 + ], + [ + 401301201 + ] + ] + }, + { + "Level": 85, + "StageID": 30312041, + "MonsterList": [ + [ + 4032030, + 8022020, + 300205006, + 4032030, + 8022020 + ], + [ + 200401009 + ], + [ + 200401009 + ] + ] + }, + { + "Level": 85, + "StageID": 30312042, + "MonsterList": [ + [ + 2022010, + 4012010, + 300205006, + 2022010, + 4012010 + ], + [ + 4034014 + ], + [ + 4034014 + ] + ] + }, + { + "Level": 55, + "StageID": 30313011, + "MonsterList": [ + [ + 4032030, + 1012010, + 300205006, + 4032030, + 1012010 + ], + [ + 201302012 + ], + [ + 201302012 + ] + ] + }, + { + "Level": 55, + "StageID": 30313012, + "MonsterList": [ + [ + 2032020, + 4012030, + 300205006, + 2032020, + 4012030 + ], + [ + 403301002 + ], + [ + 403301002 + ] + ] + }, + { + "Level": 65, + "StageID": 30313021, + "MonsterList": [ + [ + 4012040, + 2002030, + 300205006, + 4012040, + 2002030 + ], + [ + 202303016 + ], + [ + 202303016 + ] + ] + }, + { + "Level": 65, + "StageID": 30313022, + "MonsterList": [ + [ + 2002020, + 8012030, + 300205006, + 2002020, + 8012030 + ], + [ + 402301002 + ], + [ + 402301002 + ] + ] + }, + { + "Level": 75, + "StageID": 30313031, + "MonsterList": [ + [ + 4032030, + 1012010, + 300205006, + 4032030, + 1012010 + ], + [ + 201302012 + ], + [ + 201302012 + ] + ] + }, + { + "Level": 75, + "StageID": 30313032, + "MonsterList": [ + [ + 2032020, + 4012030, + 300205006, + 2032020, + 4012030 + ], + [ + 403301002 + ], + [ + 403301002 + ] + ] + }, + { + "Level": 85, + "StageID": 30313041, + "MonsterList": [ + [ + 2002030, + 4032050, + 300205006, + 2002030, + 4032050 + ], + [ + 302401204 + ], + [ + 302401204 + ] + ] + }, + { + "Level": 85, + "StageID": 30313042, + "MonsterList": [ + [ + 4032030, + 4032010, + 300205006, + 4032030, + 4032010 + ], + [ + 8024013 + ], + [ + 8024013 + ] + ] + }, + { + "Level": 55, + "StageID": 30314011, + "MonsterList": [ + [ + 1002050, + 1002030, + 300205006, + 1002050, + 1002030 + ], + [ + 202303016 + ], + [ + 202303016 + ] + ] + }, + { + "Level": 55, + "StageID": 30314012, + "MonsterList": [ + [ + 2022110, + 4022010, + 300205006, + 2022110, + 4022010 + ], + [ + 301301008 + ], + [ + 301301008 + ] + ] + }, + { + "Level": 65, + "StageID": 30314021, + "MonsterList": [ + [ + 8012010, + 8002010, + 300205006, + 8012010, + 8002010 + ], + [ + 403302002 + ], + [ + 403302002 + ] + ] + }, + { + "Level": 65, + "StageID": 30314022, + "MonsterList": [ + [ + 3002030, + 4032040, + 300205006, + 3002030, + 4032040 + ], + [ + 800303020 + ], + [ + 800303020 + ] + ] + }, + { + "Level": 75, + "StageID": 30314031, + "MonsterList": [ + [ + 1002050, + 1002030, + 300205006, + 1002050, + 1002030 + ], + [ + 202303016 + ], + [ + 202303016 + ] + ] + }, + { + "Level": 75, + "StageID": 30314032, + "MonsterList": [ + [ + 2022110, + 4022010, + 300205006, + 2022110, + 4022010 + ], + [ + 301301008 + ], + [ + 301301008 + ] + ] + }, + { + "Level": 85, + "StageID": 30314041, + "MonsterList": [ + [ + 8012010, + 8002010, + 300205006, + 8012010, + 8002010 + ], + [ + 100402014 + ], + [ + 100402014 + ] + ] + }, + { + "Level": 85, + "StageID": 30314042, + "MonsterList": [ + [ + 3002030, + 4032040, + 300205006, + 3002030, + 4032040 + ], + [ + 2034016 + ], + [ + 2034016 + ] + ] + }, + { + "Level": 2, + "StageID": 43103001, + "MonsterList": [ + [ + 7002060, + 7002060 + ] + ] + }, + { + "Level": 3, + "StageID": 43103002, + "MonsterList": [ + [ + 7002060, + 7002060, + 7002060 + ] + ] + }, + { + "Level": 4, + "StageID": 43103003, + "MonsterList": [ + [ + 7002080, + 7002080, + 7002080 + ] + ] + }, + { + "Level": 5, + "StageID": 43103004, + "MonsterList": [ + [ + 7003010 + ] + ] + }, + { + "Level": 1, + "StageID": 43103005, + "MonsterList": [ + [ + 700203001 + ], + [ + 700209001, + 700203002 + ] + ] + }, + { + "Level": 1, + "StageID": 43103006, + "MonsterList": [ + [ + 7003010 + ] + ] + }, + { + "Level": 10, + "StageID": 43103007, + "MonsterList": [ + [ + 7002060, + 7003030, + 7002090, + 7002060 + ] + ] + }, + { + "Level": 10, + "StageID": 43103008, + "MonsterList": [ + [ + 7002010, + 7002070, + 7002050, + 7002080 + ] + ] + }, + { + "Level": 15, + "StageID": 43103009, + "MonsterList": [ + [ + 7002050, + 7003020, + 7001010, + 7002010 + ] + ] + }, + { + "Level": 6, + "StageID": 43103010, + "MonsterList": [ + [ + 7002070, + 7002070, + 7002080 + ] + ] + }, + { + "Level": 6, + "StageID": 43103011, + "MonsterList": [ + [ + 7002080, + 7002090, + 7002090, + 7002080 + ] + ] + }, + { + "Level": 7, + "StageID": 43103012, + "MonsterList": [ + [ + 7002070, + 7002070, + 7002060 + ] + ] + }, + { + "Level": 7, + "StageID": 43103013, + "MonsterList": [ + [ + 7002030, + 7002080, + 7002030, + 7002060 + ] + ] + }, + { + "Level": 8, + "StageID": 43103014, + "MonsterList": [ + [ + 7002070, + 7002080, + 7002070, + 7002060 + ] + ] + }, + { + "Level": 14, + "StageID": 43103015, + "MonsterList": [ + [ + 7003030, + 7003030 + ] + ] + }, + { + "Level": 2, + "StageID": 43103016, + "MonsterList": [ + [ + 7002070, + 7002070 + ] + ] + }, + { + "Level": 8, + "StageID": 43103017, + "MonsterList": [ + [ + 7002070, + 7002070, + 7002070 + ] + ] + }, + { + "Level": 11, + "StageID": 43103201, + "MonsterList": [ + [ + 7001010, + 7001010, + 7001010 + ] + ] + }, + { + "Level": 11, + "StageID": 43103202, + "MonsterList": [ + [ + 7002050, + 7002050, + 7002050 + ] + ] + }, + { + "Level": 12, + "StageID": 43103203, + "MonsterList": [ + [ + 7002010, + 7002010, + 7002010 + ] + ] + }, + { + "Level": 11, + "StageID": 43103204, + "MonsterList": [ + [ + 7002070, + 7002070, + 7002070 + ] + ] + }, + { + "Level": 11, + "StageID": 43103205, + "MonsterList": [ + [ + 7001010, + 7001010, + 7001010 + ] + ] + }, + { + "Level": 11, + "StageID": 43103206, + "MonsterList": [ + [ + 7001010, + 7001010, + 7001010 + ] + ] + }, + { + "Level": 12, + "StageID": 43103207, + "MonsterList": [ + [ + 7002010, + 7002010, + 7002010 + ] + ] + }, + { + "Level": 11, + "StageID": 43103208, + "MonsterList": [ + [ + 7002050, + 7002050, + 7002050 + ] + ] + }, + { + "Level": 12, + "StageID": 43103209, + "MonsterList": [ + [ + 7002010, + 7002010, + 7002010 + ] + ] + }, + { + "Level": 11, + "StageID": 43103210, + "MonsterList": [ + [ + 7002050, + 7002050, + 7002050 + ] + ] + }, + { + "Level": 11, + "StageID": 43103211, + "MonsterList": [ + [ + 7002011, + 7002011, + 7002011 + ] + ] + }, + { + "Level": 11, + "StageID": 43103212, + "MonsterList": [ + [ + 7002050, + 7002050, + 7002050 + ] + ] + }, + { + "Level": 11, + "StageID": 43103213, + "MonsterList": [ + [ + 7002011, + 7002011, + 7002011 + ] + ] + }, + { + "Level": 11, + "StageID": 43103214, + "MonsterList": [ + [ + 7002010, + 7002010, + 7002010 + ] + ] + }, + { + "Level": 11, + "StageID": 43103215, + "MonsterList": [ + [ + 7001010, + 7001010, + 7001010 + ] + ] + }, + { + "Level": 11, + "StageID": 43103216, + "MonsterList": [ + [ + 7001010, + 7001010, + 7001010 + ] + ] + }, + { + "Level": 12, + "StageID": 43103217, + "MonsterList": [ + [ + 7002050, + 7002050, + 7002050 + ] + ] + }, + { + "Level": 12, + "StageID": 43103218, + "MonsterList": [ + [ + 7002011, + 7002011, + 7002011 + ] + ] + }, + { + "Level": 12, + "StageID": 43103221, + "MonsterList": [ + [ + 7001010, + 7002070, + 7002070, + 7002050 + ] + ] + }, + { + "Level": 12, + "StageID": 43103222, + "MonsterList": [ + [ + 7002050, + 7002010, + 7002010, + 7002050 + ] + ] + }, + { + "Level": 12, + "StageID": 43103223, + "MonsterList": [ + [ + 7002050, + 7002050, + 7002050, + 7002050 + ] + ] + }, + { + "Level": 13, + "StageID": 43103224, + "MonsterList": [ + [ + 7003020 + ] + ] + }, + { + "Level": 13, + "StageID": 43103225, + "MonsterList": [ + [ + 7002060, + 7002050, + 7002050, + 7001010 + ] + ] + }, + { + "Level": 13, + "StageID": 43103226, + "MonsterList": [ + [ + 7003020, + 7003020 + ] + ] + }, + { + "Level": 13, + "StageID": 43103227, + "MonsterList": [ + [ + 7002140, + 7002070, + 7002050, + 7002130 + ] + ] + }, + { + "Level": 16, + "StageID": 43103301, + "MonsterList": [ + [ + 7001011, + 7001011, + 7001011 + ] + ] + }, + { + "Level": 16, + "StageID": 43103302, + "MonsterList": [ + [ + 7002070, + 7002070, + 7002070 + ] + ] + }, + { + "Level": 16, + "StageID": 43103303, + "MonsterList": [ + [ + 7001012, + 7001012, + 7001012 + ] + ] + }, + { + "Level": 17, + "StageID": 43103304, + "MonsterList": [ + [ + 7002080, + 7001011, + 7001011, + 7001011 + ] + ] + }, + { + "Level": 17, + "StageID": 43103305, + "MonsterList": [ + [ + 7002050, + 7002070, + 7002070, + 7002050 + ] + ] + }, + { + "Level": 18, + "StageID": 43103306, + "MonsterList": [ + [ + 7001012, + 7002080, + 7002060, + 7001012 + ] + ] + }, + { + "Level": 18, + "StageID": 43103307, + "MonsterList": [ + [ + 7001012, + 7002070, + 7002030, + 7001011 + ] + ] + }, + { + "Level": 18, + "StageID": 43103308, + "MonsterList": [ + [ + 7001011, + 7001011, + 7001012, + 7001012 + ] + ] + }, + { + "Level": 20, + "StageID": 43103309, + "MonsterList": [ + [ + 7003040, + 7003040 + ] + ] + }, + { + "Level": 20, + "StageID": 43103310, + "MonsterList": [ + [ + 7001012, + 7003040, + 7001011, + 7002080 + ] + ] + }, + { + "Level": 21, + "StageID": 43103401, + "MonsterList": [ + [ + 7002090, + 7002090, + 7002090 + ] + ] + }, + { + "Level": 21, + "StageID": 43103402, + "MonsterList": [ + [ + 7002100, + 7002100, + 7002100 + ] + ] + }, + { + "Level": 21, + "StageID": 43103403, + "MonsterList": [ + [ + 7002020, + 7002020, + 7002020 + ] + ] + }, + { + "Level": 22, + "StageID": 43103404, + "MonsterList": [ + [ + 7002130, + 7002060, + 7002060, + 7002130 + ] + ] + }, + { + "Level": 22, + "StageID": 43103405, + "MonsterList": [ + [ + 7002100, + 7002070, + 7002070, + 7002100 + ] + ] + }, + { + "Level": 23, + "StageID": 43103406, + "MonsterList": [ + [ + 7002020, + 7002070, + 7002070, + 7002020 + ] + ] + }, + { + "Level": 23, + "StageID": 43103407, + "MonsterList": [ + [ + 7002020, + 7002100, + 7002100, + 7002090 + ] + ] + }, + { + "Level": 23, + "StageID": 43103408, + "MonsterList": [ + [ + 7002090, + 7003090, + 7002090 + ] + ] + }, + { + "Level": 25, + "StageID": 43103409, + "MonsterList": [ + [ + 7003060, + 7003060 + ] + ] + }, + { + "Level": 25, + "StageID": 43103410, + "MonsterList": [ + [ + 7003060, + 7003060 + ] + ] + }, + { + "Level": 25, + "StageID": 43103411, + "MonsterList": [ + [ + 7002140, + 7003060, + 7002100, + 7002090 + ] + ] + }, + { + "Level": 26, + "StageID": 43103501, + "MonsterList": [ + [ + 7002030, + 7003070, + 7002070, + 7001011 + ] + ] + }, + { + "Level": 26, + "StageID": 43103502, + "MonsterList": [ + [ + 7002050, + 7003010, + 7002010, + 7002030 + ] + ] + }, + { + "Level": 27, + "StageID": 43103503, + "MonsterList": [ + [ + 7002020, + 7003040, + 7002070, + 7001011 + ] + ] + }, + { + "Level": 27, + "StageID": 43103504, + "MonsterList": [ + [ + 7002100, + 7003060, + 7002140, + 7002090 + ] + ] + }, + { + "Level": 28, + "StageID": 43103505, + "MonsterList": [ + [ + 7002130, + 7003100, + 7001013, + 7002120 + ] + ] + }, + { + "Level": 26, + "StageID": 43103506, + "MonsterList": [ + [ + 7002070, + 7003070, + 7003090, + 7002070 + ], + [ + 7002140, + 7003060, + 7003080, + 7002030 + ] + ] + }, + { + "Level": 11, + "StageID": 43103901, + "MonsterList": [ + [ + 7002060, + 7003030, + 7003030, + 7002090 + ] + ] + }, + { + "Level": 15, + "StageID": 43103902, + "MonsterList": [ + [ + 7002100, + 7003080, + 7003070, + 7002100 + ] + ] + }, + { + "Level": 13, + "StageID": 43103903, + "MonsterList": [ + [ + 7002020, + 7003010, + 7002070, + 7002060 + ] + ] + }, + { + "Level": 10, + "StageID": 43103904, + "MonsterList": [ + [ + 7002030, + 7002080, + 7002080, + 7002030 + ] + ] + }, + { + "Level": 11, + "StageID": 43103905, + "MonsterList": [ + [ + 7002030, + 7002030, + 7002030, + 7002030 + ] + ] + }, + { + "Level": 12, + "StageID": 43103906, + "MonsterList": [ + [ + 7002060, + 7002090, + 7002030, + 7002060 + ] + ] + }, + { + "Level": 17, + "StageID": 43103907, + "MonsterList": [ + [ + 7002060, + 7003030, + 7002060, + 7002060 + ] + ] + }, + { + "Level": 16, + "StageID": 43103908, + "MonsterList": [ + [ + 7002100, + 7002080, + 7003070, + 7002100 + ] + ] + }, + { + "Level": 13, + "StageID": 43103909, + "MonsterList": [ + [ + 7001010, + 7003010, + 7002030, + 7002050 + ] + ] + }, + { + "Level": 15, + "StageID": 43103910, + "MonsterList": [ + [ + 7002070, + 7002070, + 7002070, + 7002070 + ] + ] + }, + { + "Level": 23, + "StageID": 43103911, + "MonsterList": [ + [ + 7002050, + 7002050, + 7002010, + 7002010 + ] + ] + }, + { + "Level": 18, + "StageID": 43103912, + "MonsterList": [ + [ + 7002050, + 7003010, + 7001010, + 7002050 + ] + ] + }, + { + "Level": 20, + "StageID": 43103913, + "MonsterList": [ + [ + 7001012, + 7001012, + 7001012, + 7001012 + ] + ] + }, + { + "Level": 21, + "StageID": 43103914, + "MonsterList": [ + [ + 7002020, + 7003040, + 7002080, + 7002070 + ] + ] + }, + { + "Level": 22, + "StageID": 43103915, + "MonsterList": [ + [ + 7002100, + 7002100, + 7002100, + 7002100 + ] + ] + }, + { + "Level": 26, + "StageID": 43103916, + "MonsterList": [ + [ + 7002100, + 7003040, + 7002100, + 7002100 + ] + ] + }, + { + "Level": 26, + "StageID": 43103917, + "MonsterList": [ + [ + 7002100, + 7003070, + 7002030, + 7001011 + ] + ] + }, + { + "Level": 26, + "StageID": 43103918, + "MonsterList": [ + [ + 7002090, + 7002080, + 7003040, + 7001011 + ] + ] + }, + { + "Level": 28, + "StageID": 43103919, + "MonsterList": [ + [ + 7002130, + 7003100, + 7001013, + 7002100 + ] + ] + }, + { + "Level": 30, + "StageID": 43103920, + "MonsterList": [ + [ + 7002140, + 7003060, + 7003080, + 7002030 + ] + ] + }, + { + "Level": 30, + "StageID": 43103921, + "MonsterList": [ + [ + 7002020, + 7003040, + 7002070, + 7001011 + ] + ] + }, + { + "Level": 26, + "StageID": 43103922, + "MonsterList": [ + [ + 7002050, + 7003010, + 7001011, + 7002100 + ] + ] + }, + { + "Level": 28, + "StageID": 43103923, + "MonsterList": [ + [ + 7002100, + 7003030, + 7002080, + 7002060 + ] + ] + }, + { + "Level": 28, + "StageID": 43103924, + "MonsterList": [ + [ + 7002050, + 7003020, + 7001010, + 7002010 + ] + ] + }, + { + "Level": 28, + "StageID": 43103925, + "MonsterList": [ + [ + 7002140, + 7003010, + 7002030, + 7002080 + ] + ] + }, + { + "Level": 30, + "StageID": 43103926, + "MonsterList": [ + [ + 7002020, + 7003030, + 7002140, + 7002090 + ] + ] + }, + { + "Level": 30, + "StageID": 43103927, + "MonsterList": [ + [ + 7002140, + 7003020, + 7001010, + 7002030 + ] + ] + }, + { + "Level": 30, + "StageID": 43103928, + "MonsterList": [ + [ + 7002070, + 7003040, + 7001011, + 7002080 + ] + ] + }, + { + "Level": 30, + "StageID": 43103929, + "MonsterList": [ + [ + 7002100, + 7003060, + 7002140, + 7002090 + ] + ] + }, + { + "Level": 30, + "StageID": 43103930, + "MonsterList": [ + [ + 7002030, + 7003070, + 7002080, + 7001011 + ] + ] + }, + { + "Level": 30, + "StageID": 43103931, + "MonsterList": [ + [ + 7002030, + 7003010, + 7002010, + 7002050 + ] + ] + }, + { + "Level": 30, + "StageID": 43103932, + "MonsterList": [ + [ + 7002130, + 7003100, + 7001013, + 7002100 + ] + ] + }, + { + "Level": 85, + "StageID": 43104000, + "MonsterList": [ + [ + 3014023 + ] + ] + }, + { + "Level": 7, + "StageID": 80010011, + "MonsterList": [ + [ + 8011020, + 8011010 + ] + ] + }, + { + "Level": 7, + "StageID": 80010021, + "MonsterList": [ + [ + 8011020, + 8012010 + ] + ] + }, + { + "Level": 7, + "StageID": 80010031, + "MonsterList": [ + [ + 8011020, + 8011010, + 8011020 + ] + ] + }, + { + "Level": 7, + "StageID": 80010041, + "MonsterList": [ + [ + 8011020, + 8012010, + 8011020 + ] + ] + }, + { + "Level": 7, + "StageID": 80010051, + "MonsterList": [ + [ + 8012010, + 8011020, + 8012010 + ] + ] + }, + { + "Level": 7, + "StageID": 80011011, + "MonsterList": [ + [ + 8012010, + 8013010, + 8012010 + ] + ] + }, + { + "Level": 7, + "StageID": 80020011, + "MonsterList": [ + [ + 8011020, + 8011010, + 8011020 + ] + ] + }, + { + "Level": 7, + "StageID": 80020021, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 7, + "StageID": 80020031, + "MonsterList": [ + [ + 8012010, + 8011020, + 8012010 + ] + ] + }, + { + "Level": 7, + "StageID": 80020041, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 7, + "StageID": 80020051, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 7, + "StageID": 80020061, + "MonsterList": [ + [ + 8012010, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 8, + "StageID": 80021011, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 21, + "StageID": 80030011, + "MonsterList": [ + [ + 8011010, + 8011020, + 8011010 + ] + ] + }, + { + "Level": 21, + "StageID": 80030012, + "MonsterList": [ + [ + 8011020, + 8011010, + 8011020 + ] + ] + }, + { + "Level": 21, + "StageID": 80030021, + "MonsterList": [ + [ + 8012010, + 8012010 + ] + ] + }, + { + "Level": 21, + "StageID": 80030022, + "MonsterList": [ + [ + 8012010, + 8012020 + ] + ] + }, + { + "Level": 21, + "StageID": 80030031, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 21, + "StageID": 80030032, + "MonsterList": [ + [ + 8011020, + 8012010, + 8011020 + ] + ] + }, + { + "Level": 21, + "StageID": 80030041, + "MonsterList": [ + [ + 8011010, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 21, + "StageID": 80030042, + "MonsterList": [ + [ + 8012010, + 8012010, + 8011020 + ] + ] + }, + { + "Level": 22, + "StageID": 80030051, + "MonsterList": [ + [ + 8012020, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 22, + "StageID": 80030052, + "MonsterList": [ + [ + 8011020, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 24, + "StageID": 80030061, + "MonsterList": [ + [ + 8012010, + 8012010, + 8012010 + ] + ] + }, + { + "Level": 24, + "StageID": 80030062, + "MonsterList": [ + [ + 8001030, + 8012010, + 8001030 + ] + ] + }, + { + "Level": 24, + "StageID": 80030071, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 24, + "StageID": 80030072, + "MonsterList": [ + [ + 8011010, + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 24, + "StageID": 80030081, + "MonsterList": [ + [ + 8001030, + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 24, + "StageID": 80030082, + "MonsterList": [ + [ + 8011020, + 8012010, + 8012010, + 8011020 + ] + ] + }, + { + "Level": 24, + "StageID": 80030091, + "MonsterList": [ + [ + 8011020, + 8012010, + 8012030, + 8011020 + ] + ] + }, + { + "Level": 24, + "StageID": 80030092, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 25, + "StageID": 80030101, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010, + 8011020 + ] + ] + }, + { + "Level": 25, + "StageID": 80030102, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012020, + 8001030 + ] + ] + }, + { + "Level": 27, + "StageID": 80030111, + "MonsterList": [ + [ + 8012010, + 8001030, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 27, + "StageID": 80030112, + "MonsterList": [ + [ + 8001030, + 8012010, + 8012010, + 8012010 + ] + ] + }, + { + "Level": 27, + "StageID": 80030121, + "MonsterList": [ + [ + 8012010, + 8012030, + 8001030, + 8012020 + ] + ] + }, + { + "Level": 27, + "StageID": 80030122, + "MonsterList": [ + [ + 8012030, + 8012010, + 8012010, + 8001030 + ] + ] + }, + { + "Level": 27, + "StageID": 80030131, + "MonsterList": [ + [ + 8012010, + 8012030, + 8012020, + 8001030 + ] + ] + }, + { + "Level": 27, + "StageID": 80030132, + "MonsterList": [ + [ + 8012010, + 8012030, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 27, + "StageID": 80030141, + "MonsterList": [ + [ + 8012030, + 8012020, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 27, + "StageID": 80030142, + "MonsterList": [ + [ + 8012030, + 8001030, + 8012030, + 8012020 + ] + ] + }, + { + "Level": 28, + "StageID": 80030151, + "MonsterList": [ + [ + 8012010, + 8012030, + 8001030, + 8012030 + ] + ] + }, + { + "Level": 28, + "StageID": 80030152, + "MonsterList": [ + [ + 8012010, + 8012030, + 8012010, + 8012030 + ] + ] + }, + { + "Level": 24, + "StageID": 80030211, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 24, + "StageID": 80030212, + "MonsterList": [ + [ + 8011010, + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 24, + "StageID": 80030221, + "MonsterList": [ + [ + 8001030, + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 24, + "StageID": 80030222, + "MonsterList": [ + [ + 8011020, + 8012010, + 8012010, + 8011020 + ] + ] + }, + { + "Level": 25, + "StageID": 80030231, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010, + 8011020 + ] + ] + }, + { + "Level": 25, + "StageID": 80030232, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012020, + 8001030 + ] + ] + }, + { + "Level": 24, + "StageID": 80031011, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010, + 8002060 + ] + ] + }, + { + "Level": 24, + "StageID": 80031012, + "MonsterList": [ + [ + 8012010, + 8002080, + 8012010 + ] + ] + }, + { + "Level": 24, + "StageID": 80031013, + "MonsterList": [ + [ + 8011020, + 8012010, + 8002070, + 8011020 + ] + ] + }, + { + "Level": 27, + "StageID": 80031021, + "MonsterList": [ + [ + 8002060, + 8012020, + 8012030, + 8012030 + ] + ] + }, + { + "Level": 27, + "StageID": 80031022, + "MonsterList": [ + [ + 8012020, + 8012030, + 8002080, + 8001030 + ] + ] + }, + { + "Level": 27, + "StageID": 80031023, + "MonsterList": [ + [ + 8012030, + 8002070, + 8012010, + 8012010 + ] + ] + }, + { + "Level": 31, + "StageID": 80040011, + "MonsterList": [ + [ + 8001020, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 31, + "StageID": 80040012, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 31, + "StageID": 80040021, + "MonsterList": [ + [ + 1012020, + 1012020 + ] + ] + }, + { + "Level": 31, + "StageID": 80040022, + "MonsterList": [ + [ + 1012010, + 1012020 + ] + ] + }, + { + "Level": 31, + "StageID": 80040031, + "MonsterList": [ + [ + 8001020, + 1012020, + 8001020 + ] + ] + }, + { + "Level": 31, + "StageID": 80040032, + "MonsterList": [ + [ + 1012010, + 8001010, + 8001010 + ] + ] + }, + { + "Level": 31, + "StageID": 80040041, + "MonsterList": [ + [ + 1012030, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 31, + "StageID": 80040042, + "MonsterList": [ + [ + 1012030, + 1002020 + ] + ] + }, + { + "Level": 32, + "StageID": 80040051, + "MonsterList": [ + [ + 1012020, + 8001020, + 1012020 + ] + ] + }, + { + "Level": 32, + "StageID": 80040052, + "MonsterList": [ + [ + 8001010, + 1012010, + 1012010 + ] + ] + }, + { + "Level": 34, + "StageID": 80040061, + "MonsterList": [ + [ + 8001020, + 1012020, + 1012020, + 8001020 + ] + ] + }, + { + "Level": 34, + "StageID": 80040062, + "MonsterList": [ + [ + 1012030, + 8001010, + 1012030 + ] + ] + }, + { + "Level": 34, + "StageID": 80040071, + "MonsterList": [ + [ + 1012020, + 1012010, + 1012020 + ] + ] + }, + { + "Level": 34, + "StageID": 80040072, + "MonsterList": [ + [ + 1012010, + 1012020, + 1012010 + ] + ] + }, + { + "Level": 34, + "StageID": 80040081, + "MonsterList": [ + [ + 1002020, + 1012010, + 1012020 + ] + ] + }, + { + "Level": 34, + "StageID": 80040082, + "MonsterList": [ + [ + 1012020, + 1002020, + 1012020 + ] + ] + }, + { + "Level": 34, + "StageID": 80040091, + "MonsterList": [ + [ + 1012020, + 1012030, + 1002020 + ] + ] + }, + { + "Level": 34, + "StageID": 80040092, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 35, + "StageID": 80040101, + "MonsterList": [ + [ + 1002020, + 1012030, + 8001030, + 8001020 + ] + ] + }, + { + "Level": 35, + "StageID": 80040102, + "MonsterList": [ + [ + 8001030, + 1012030, + 1012030, + 8001030 + ] + ] + }, + { + "Level": 37, + "StageID": 80040111, + "MonsterList": [ + [ + 1012020, + 1012020, + 1002020, + 1012020 + ] + ] + }, + { + "Level": 37, + "StageID": 80040112, + "MonsterList": [ + [ + 1012010, + 8001030, + 1012010, + 1002020 + ] + ] + }, + { + "Level": 37, + "StageID": 80040121, + "MonsterList": [ + [ + 1002020, + 1012030, + 1012010, + 1012030 + ] + ] + }, + { + "Level": 37, + "StageID": 80040122, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030, + 1002020 + ] + ] + }, + { + "Level": 37, + "StageID": 80040131, + "MonsterList": [ + [ + 1002020, + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 37, + "StageID": 80040132, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030, + 1012020 + ] + ] + }, + { + "Level": 37, + "StageID": 80040141, + "MonsterList": [ + [ + 8001030, + 1012030, + 1012030, + 1002020 + ] + ] + }, + { + "Level": 37, + "StageID": 80040142, + "MonsterList": [ + [ + 1012030, + 1002020, + 1002020, + 1012030 + ] + ] + }, + { + "Level": 38, + "StageID": 80040151, + "MonsterList": [ + [ + 1012030, + 1002020, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 38, + "StageID": 80040152, + "MonsterList": [ + [ + 8001030, + 1012030, + 1002020, + 1012030 + ] + ] + }, + { + "Level": 34, + "StageID": 80041011, + "MonsterList": [ + [ + 8002060, + 1012020, + 1002020 + ] + ] + }, + { + "Level": 34, + "StageID": 80041012, + "MonsterList": [ + [ + 8001030, + 8001010, + 8002080, + 8001010 + ] + ] + }, + { + "Level": 34, + "StageID": 80041013, + "MonsterList": [ + [ + 8001010, + 8002070, + 1012020, + 8001010 + ] + ] + }, + { + "Level": 37, + "StageID": 80041021, + "MonsterList": [ + [ + 1012030, + 1012030, + 1002020, + 8002060 + ] + ] + }, + { + "Level": 37, + "StageID": 80041022, + "MonsterList": [ + [ + 1012020, + 8002080, + 1002020, + 1012020 + ] + ] + }, + { + "Level": 37, + "StageID": 80041023, + "MonsterList": [ + [ + 1012030, + 1002020, + 8002070, + 1012030 + ] + ] + }, + { + "Level": 41, + "StageID": 80050011, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 41, + "StageID": 80050012, + "MonsterList": [ + [ + 8001020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 41, + "StageID": 80050021, + "MonsterList": [ + [ + 8001020, + 1002040, + 8001020 + ] + ] + }, + { + "Level": 41, + "StageID": 80050022, + "MonsterList": [ + [ + 8001010, + 1002050, + 8001010 + ] + ] + }, + { + "Level": 41, + "StageID": 80050031, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 41, + "StageID": 80050032, + "MonsterList": [ + [ + 1022020, + 1022020 + ] + ] + }, + { + "Level": 41, + "StageID": 80050041, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 41, + "StageID": 80050042, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 42, + "StageID": 80050051, + "MonsterList": [ + [ + 1022020, + 8001010, + 1022020 + ] + ] + }, + { + "Level": 42, + "StageID": 80050052, + "MonsterList": [ + [ + 1022010, + 8001020, + 1022010 + ] + ] + }, + { + "Level": 44, + "StageID": 80050061, + "MonsterList": [ + [ + 1002050, + 1002040, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 44, + "StageID": 80050062, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040, + 1002050 + ] + ] + }, + { + "Level": 44, + "StageID": 80050071, + "MonsterList": [ + [ + 8001030, + 1002040, + 1002040, + 8001020 + ] + ] + }, + { + "Level": 44, + "StageID": 80050072, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002040, + 1002040 + ] + ] + }, + { + "Level": 44, + "StageID": 80050081, + "MonsterList": [ + [ + 1002050, + 1002050, + 8001030, + 8001010 + ] + ] + }, + { + "Level": 44, + "StageID": 80050082, + "MonsterList": [ + [ + 8001030, + 1002040, + 1002040, + 8001020 + ] + ] + }, + { + "Level": 44, + "StageID": 80050091, + "MonsterList": [ + [ + 1002030, + 1002040, + 8001030, + 8001020 + ] + ] + }, + { + "Level": 44, + "StageID": 80050092, + "MonsterList": [ + [ + 1022020, + 1022020, + 8001010, + 1022020 + ] + ] + }, + { + "Level": 45, + "StageID": 80050101, + "MonsterList": [ + [ + 1002050, + 1002030, + 1002050, + 1022020 + ] + ] + }, + { + "Level": 45, + "StageID": 80050102, + "MonsterList": [ + [ + 1022020, + 8001030, + 1022020, + 1002040 + ] + ] + }, + { + "Level": 47, + "StageID": 80050111, + "MonsterList": [ + [ + 1002050, + 1002030, + 8001030, + 1002050 + ] + ] + }, + { + "Level": 47, + "StageID": 80050112, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002040, + 8001030 + ] + ] + }, + { + "Level": 47, + "StageID": 80050121, + "MonsterList": [ + [ + 1002050, + 1002030, + 1002030, + 1002050 + ] + ] + }, + { + "Level": 47, + "StageID": 80050122, + "MonsterList": [ + [ + 1022010, + 8001020, + 8001030, + 1022010 + ] + ] + }, + { + "Level": 47, + "StageID": 80050131, + "MonsterList": [ + [ + 1022020, + 1022020, + 1022020, + 1022020 + ] + ] + }, + { + "Level": 47, + "StageID": 80050132, + "MonsterList": [ + [ + 8001030, + 1022010, + 1022010, + 1002050 + ] + ] + }, + { + "Level": 47, + "StageID": 80050141, + "MonsterList": [ + [ + 1002050, + 1002030, + 8001030, + 1002030 + ] + ] + }, + { + "Level": 47, + "StageID": 80050142, + "MonsterList": [ + [ + 1002050, + 1002030, + 1002030, + 1002050 + ] + ] + }, + { + "Level": 48, + "StageID": 80050151, + "MonsterList": [ + [ + 1002030, + 1022010, + 1022010, + 1002030 + ] + ] + }, + { + "Level": 48, + "StageID": 80050152, + "MonsterList": [ + [ + 1002030, + 1022020, + 1022020, + 1002030 + ] + ] + }, + { + "Level": 44, + "StageID": 80051011, + "MonsterList": [ + [ + 1022020, + 1022020, + 8002060 + ] + ] + }, + { + "Level": 44, + "StageID": 80051012, + "MonsterList": [ + [ + 1002050, + 8002080, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 44, + "StageID": 80051013, + "MonsterList": [ + [ + 8002070, + 1022010, + 8001010, + 8001010 + ] + ] + }, + { + "Level": 47, + "StageID": 80051021, + "MonsterList": [ + [ + 1022010, + 8002060, + 1022010, + 8001030 + ] + ] + }, + { + "Level": 47, + "StageID": 80051022, + "MonsterList": [ + [ + 1002050, + 1002030, + 8002080, + 1002030 + ] + ] + }, + { + "Level": 47, + "StageID": 80051023, + "MonsterList": [ + [ + 1022010, + 1022010, + 8002070, + 8001010 + ] + ] + }, + { + "Level": 51, + "StageID": 80060011, + "MonsterList": [ + [ + 8001040, + 8001040 + ] + ] + }, + { + "Level": 51, + "StageID": 80060012, + "MonsterList": [ + [ + 8001050, + 8001050 + ] + ] + }, + { + "Level": 51, + "StageID": 80060021, + "MonsterList": [ + [ + 2002010, + 8001040 + ] + ] + }, + { + "Level": 51, + "StageID": 80060022, + "MonsterList": [ + [ + 8001030, + 2002010 + ] + ] + }, + { + "Level": 51, + "StageID": 80060031, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 51, + "StageID": 80060032, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050 + ] + ] + }, + { + "Level": 51, + "StageID": 80060041, + "MonsterList": [ + [ + 8001050, + 2022010 + ] + ] + }, + { + "Level": 51, + "StageID": 80060042, + "MonsterList": [ + [ + 2022010, + 8001050 + ] + ] + }, + { + "Level": 52, + "StageID": 80060051, + "MonsterList": [ + [ + 2002010, + 8001030, + 2002010 + ] + ] + }, + { + "Level": 52, + "StageID": 80060052, + "MonsterList": [ + [ + 2002010, + 2002010, + 2002010 + ] + ] + }, + { + "Level": 54, + "StageID": 80060061, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 54, + "StageID": 80060062, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 54, + "StageID": 80060071, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 54, + "StageID": 80060072, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 54, + "StageID": 80060081, + "MonsterList": [ + [ + 2011010, + 8002010, + 2022020 + ] + ] + }, + { + "Level": 54, + "StageID": 80060082, + "MonsterList": [ + [ + 2022020, + 8002010, + 8001040 + ] + ] + }, + { + "Level": 54, + "StageID": 80060091, + "MonsterList": [ + [ + 2011010, + 2012010, + 2011010, + 2011010 + ] + ] + }, + { + "Level": 54, + "StageID": 80060092, + "MonsterList": [ + [ + 2011020, + 2011020, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 55, + "StageID": 80060101, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050, + 8001050 + ] + ] + }, + { + "Level": 55, + "StageID": 80060102, + "MonsterList": [ + [ + 8001040, + 8001040, + 8002010, + 8001040 + ] + ] + }, + { + "Level": 57, + "StageID": 80060111, + "MonsterList": [ + [ + 2011020, + 8002010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 57, + "StageID": 80060112, + "MonsterList": [ + [ + 2012010, + 2022020, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 57, + "StageID": 80060121, + "MonsterList": [ + [ + 2012010, + 2012010, + 2011020, + 2012010 + ] + ] + }, + { + "Level": 57, + "StageID": 80060122, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2012010 + ] + ] + }, + { + "Level": 57, + "StageID": 80060131, + "MonsterList": [ + [ + 2022010, + 2022010, + 8001030, + 8001050 + ] + ] + }, + { + "Level": 57, + "StageID": 80060132, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020, + 8001030 + ] + ] + }, + { + "Level": 57, + "StageID": 80060141, + "MonsterList": [ + [ + 8001030, + 2022010, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 57, + "StageID": 80060142, + "MonsterList": [ + [ + 8001030, + 2022010, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 58, + "StageID": 80060151, + "MonsterList": [ + [ + 8002010, + 8001040, + 8002010, + 2012010 + ] + ] + }, + { + "Level": 58, + "StageID": 80060152, + "MonsterList": [ + [ + 2012010, + 8002010, + 8001040, + 8002010 + ] + ] + }, + { + "Level": 54, + "StageID": 80061011, + "MonsterList": [ + [ + 8001040, + 8002060, + 8001040, + 8001030 + ] + ] + }, + { + "Level": 54, + "StageID": 80061012, + "MonsterList": [ + [ + 8002080, + 2011010, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 54, + "StageID": 80061013, + "MonsterList": [ + [ + 2002010, + 2002010, + 8002070, + 2002010 + ] + ] + }, + { + "Level": 57, + "StageID": 80061021, + "MonsterList": [ + [ + 8002010, + 8002060, + 8002010, + 2011020 + ] + ] + }, + { + "Level": 57, + "StageID": 80061022, + "MonsterList": [ + [ + 8001050, + 2022010, + 8002080, + 2022010 + ] + ] + }, + { + "Level": 57, + "StageID": 80061023, + "MonsterList": [ + [ + 8002070, + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 51, + "StageID": 80070011, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 51, + "StageID": 80070012, + "MonsterList": [ + [ + 2011020, + 2011020 + ] + ] + }, + { + "Level": 51, + "StageID": 80070021, + "MonsterList": [ + [ + 2022040, + 8001050 + ] + ] + }, + { + "Level": 51, + "StageID": 80070022, + "MonsterList": [ + [ + 8001040, + 2022050 + ] + ] + }, + { + "Level": 51, + "StageID": 80070031, + "MonsterList": [ + [ + 2022040, + 2022040 + ] + ] + }, + { + "Level": 51, + "StageID": 80070032, + "MonsterList": [ + [ + 2022050, + 2022040 + ] + ] + }, + { + "Level": 51, + "StageID": 80070041, + "MonsterList": [ + [ + 2011010, + 8001030, + 2011010 + ] + ] + }, + { + "Level": 51, + "StageID": 80070042, + "MonsterList": [ + [ + 2011020, + 8001030, + 2011020 + ] + ] + }, + { + "Level": 52, + "StageID": 80070051, + "MonsterList": [ + [ + 8001040, + 2022050, + 8001040 + ] + ] + }, + { + "Level": 52, + "StageID": 80070052, + "MonsterList": [ + [ + 8001050, + 2022040, + 8001050 + ] + ] + }, + { + "Level": 54, + "StageID": 80070061, + "MonsterList": [ + [ + 2022050, + 8001040, + 2022050 + ] + ] + }, + { + "Level": 54, + "StageID": 80070062, + "MonsterList": [ + [ + 2022040, + 8001050, + 2022040 + ] + ] + }, + { + "Level": 54, + "StageID": 80070071, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 54, + "StageID": 80070072, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 54, + "StageID": 80070081, + "MonsterList": [ + [ + 2012010, + 2011010, + 2012010 + ] + ] + }, + { + "Level": 54, + "StageID": 80070082, + "MonsterList": [ + [ + 2012010, + 2011020, + 2012010 + ] + ] + }, + { + "Level": 54, + "StageID": 80070091, + "MonsterList": [ + [ + 2022020, + 2022060, + 2022020 + ] + ] + }, + { + "Level": 54, + "StageID": 80070092, + "MonsterList": [ + [ + 2022060, + 2022020, + 2022060 + ] + ] + }, + { + "Level": 55, + "StageID": 80070101, + "MonsterList": [ + [ + 2022040, + 2022010, + 2022050 + ] + ] + }, + { + "Level": 55, + "StageID": 80070102, + "MonsterList": [ + [ + 2022060, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 57, + "StageID": 80070111, + "MonsterList": [ + [ + 2022050, + 2022020, + 2022050, + 8001030 + ] + ] + }, + { + "Level": 57, + "StageID": 80070112, + "MonsterList": [ + [ + 8001030, + 2022040, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 57, + "StageID": 80070121, + "MonsterList": [ + [ + 2012010, + 2012010, + 2011020, + 2012010 + ] + ] + }, + { + "Level": 57, + "StageID": 80070122, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2012010 + ] + ] + }, + { + "Level": 57, + "StageID": 80070131, + "MonsterList": [ + [ + 2022040, + 2022010, + 2022040, + 8001050 + ] + ] + }, + { + "Level": 57, + "StageID": 80070132, + "MonsterList": [ + [ + 8001050, + 2022060, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 57, + "StageID": 80070141, + "MonsterList": [ + [ + 2022020, + 2022060, + 2022020, + 2022060 + ] + ] + }, + { + "Level": 57, + "StageID": 80070142, + "MonsterList": [ + [ + 2022060, + 2022010, + 2022010, + 8001030 + ] + ] + }, + { + "Level": 58, + "StageID": 80070151, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 58, + "StageID": 80070152, + "MonsterList": [ + [ + 2022010, + 2022020, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 54, + "StageID": 80071011, + "MonsterList": [ + [ + 8001050, + 8002060, + 2022040, + 8001050 + ] + ] + }, + { + "Level": 54, + "StageID": 80071012, + "MonsterList": [ + [ + 8002080, + 8001040, + 2022050, + 8001040 + ] + ] + }, + { + "Level": 54, + "StageID": 80071013, + "MonsterList": [ + [ + 2011020, + 2011010, + 8002070, + 2012010 + ] + ] + }, + { + "Level": 57, + "StageID": 80071021, + "MonsterList": [ + [ + 2022010, + 8002060, + 2022010, + 8001030 + ] + ] + }, + { + "Level": 57, + "StageID": 80071022, + "MonsterList": [ + [ + 2022040, + 2022050, + 8002080, + 2022050 + ] + ] + }, + { + "Level": 57, + "StageID": 80071023, + "MonsterList": [ + [ + 8002070, + 2022060, + 2022020, + 2022060 + ] + ] + }, + { + "Level": 51, + "StageID": 80080011, + "MonsterList": [ + [ + 2022110, + 2022110 + ] + ] + }, + { + "Level": 51, + "StageID": 80080012, + "MonsterList": [ + [ + 2002030, + 8001030 + ] + ] + }, + { + "Level": 51, + "StageID": 80080021, + "MonsterList": [ + [ + 8032010, + 8032020 + ] + ] + }, + { + "Level": 51, + "StageID": 80080022, + "MonsterList": [ + [ + 8032020, + 8032010 + ] + ] + }, + { + "Level": 51, + "StageID": 80080031, + "MonsterList": [ + [ + 2022040, + 2022040 + ] + ] + }, + { + "Level": 51, + "StageID": 80080032, + "MonsterList": [ + [ + 2022050, + 2022040 + ] + ] + }, + { + "Level": 51, + "StageID": 80080041, + "MonsterList": [ + [ + 2002010, + 8001030, + 2002030 + ] + ] + }, + { + "Level": 51, + "StageID": 80080042, + "MonsterList": [ + [ + 8032020, + 8001030, + 8032010 + ] + ] + }, + { + "Level": 52, + "StageID": 80080051, + "MonsterList": [ + [ + 2022110, + 2022050, + 2022110 + ] + ] + }, + { + "Level": 52, + "StageID": 80080052, + "MonsterList": [ + [ + 2022110, + 2022040, + 2022110 + ] + ] + }, + { + "Level": 54, + "StageID": 80080061, + "MonsterList": [ + [ + 2022050, + 2022110, + 2022050 + ] + ] + }, + { + "Level": 54, + "StageID": 80080062, + "MonsterList": [ + [ + 2022040, + 2022110, + 2022040 + ] + ] + }, + { + "Level": 54, + "StageID": 80080071, + "MonsterList": [ + [ + 2022110, + 2022110, + 2022110 + ] + ] + }, + { + "Level": 54, + "StageID": 80080072, + "MonsterList": [ + [ + 2002010, + 2002030, + 2002010 + ] + ] + }, + { + "Level": 54, + "StageID": 80080081, + "MonsterList": [ + [ + 8032010, + 8032020, + 8032010 + ] + ] + }, + { + "Level": 54, + "StageID": 80080082, + "MonsterList": [ + [ + 8032020, + 8032010, + 8032020 + ] + ] + }, + { + "Level": 54, + "StageID": 80080091, + "MonsterList": [ + [ + 2022020, + 2022060, + 2022020 + ] + ] + }, + { + "Level": 54, + "StageID": 80080092, + "MonsterList": [ + [ + 2022060, + 2022020, + 2022060 + ] + ] + }, + { + "Level": 55, + "StageID": 80080101, + "MonsterList": [ + [ + 2022040, + 2022010, + 2022050 + ] + ] + }, + { + "Level": 55, + "StageID": 80080102, + "MonsterList": [ + [ + 2022060, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 57, + "StageID": 80080111, + "MonsterList": [ + [ + 2022050, + 2022020, + 2022050, + 8001030 + ] + ] + }, + { + "Level": 57, + "StageID": 80080112, + "MonsterList": [ + [ + 8001030, + 2022040, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 57, + "StageID": 80080121, + "MonsterList": [ + [ + 8032010, + 8032020, + 8032010, + 8032020 + ] + ] + }, + { + "Level": 57, + "StageID": 80080122, + "MonsterList": [ + [ + 8032020, + 8032010, + 8032010, + 8032020 + ] + ] + }, + { + "Level": 57, + "StageID": 80080131, + "MonsterList": [ + [ + 2022040, + 2022010, + 2022040, + 2022110 + ] + ] + }, + { + "Level": 57, + "StageID": 80080132, + "MonsterList": [ + [ + 2022110, + 2022060, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 57, + "StageID": 80080141, + "MonsterList": [ + [ + 8032020, + 8032020, + 8032010, + 8032020 + ] + ] + }, + { + "Level": 57, + "StageID": 80080142, + "MonsterList": [ + [ + 2002030, + 2002030, + 2002030, + 8001030 + ] + ] + }, + { + "Level": 58, + "StageID": 80080151, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 58, + "StageID": 80080152, + "MonsterList": [ + [ + 2022010, + 2022020, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 54, + "StageID": 80081011, + "MonsterList": [ + [ + 2002010, + 8002061, + 2002010, + 2002010 + ] + ] + }, + { + "Level": 54, + "StageID": 80081012, + "MonsterList": [ + [ + 8002082, + 8032010, + 8032020 + ] + ] + }, + { + "Level": 54, + "StageID": 80081013, + "MonsterList": [ + [ + 2022110, + 2022010, + 8002071 + ] + ] + }, + { + "Level": 57, + "StageID": 80081021, + "MonsterList": [ + [ + 2022110, + 8002061, + 2022110, + 2022060 + ] + ] + }, + { + "Level": 57, + "StageID": 80081022, + "MonsterList": [ + [ + 2002030, + 2002010, + 8002082, + 2002030 + ] + ] + }, + { + "Level": 57, + "StageID": 80081023, + "MonsterList": [ + [ + 8002071, + 8032020, + 8032010, + 8032020 + ] + ] + }, + { + "Level": 51, + "StageID": 80090011, + "MonsterList": [ + [ + 8011020, + 8011010, + 8011020 + ] + ] + }, + { + "Level": 51, + "StageID": 80090012, + "MonsterList": [ + [ + 8001050, + 8001050 + ] + ] + }, + { + "Level": 51, + "StageID": 80090013, + "MonsterList": [ + [ + 2022110, + 2022110 + ] + ] + }, + { + "Level": 51, + "StageID": 80090014, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 51, + "StageID": 80090021, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 51, + "StageID": 80090022, + "MonsterList": [ + [ + 2002010, + 8001040 + ] + ] + }, + { + "Level": 51, + "StageID": 80090023, + "MonsterList": [ + [ + 8032010, + 8032020 + ] + ] + }, + { + "Level": 51, + "StageID": 80090024, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 51, + "StageID": 80090031, + "MonsterList": [ + [ + 8012010, + 8012020 + ] + ] + }, + { + "Level": 51, + "StageID": 80090032, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 51, + "StageID": 80090033, + "MonsterList": [ + [ + 2022040, + 2022040 + ] + ] + }, + { + "Level": 51, + "StageID": 80090034, + "MonsterList": [ + [ + 3002030, + 3002030 + ] + ] + }, + { + "Level": 51, + "StageID": 80090041, + "MonsterList": [ + [ + 1012010, + 1012020 + ] + ] + }, + { + "Level": 51, + "StageID": 80090042, + "MonsterList": [ + [ + 8001050, + 2022010 + ] + ] + }, + { + "Level": 51, + "StageID": 80090043, + "MonsterList": [ + [ + 8032020, + 8001030, + 8032010 + ] + ] + }, + { + "Level": 51, + "StageID": 80090044, + "MonsterList": [ + [ + 3001020, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 52, + "StageID": 80090051, + "MonsterList": [ + [ + 1022020, + 8001010, + 1022020 + ] + ] + }, + { + "Level": 52, + "StageID": 80090052, + "MonsterList": [ + [ + 2002010, + 8001030, + 2002010 + ] + ] + }, + { + "Level": 52, + "StageID": 80090053, + "MonsterList": [ + [ + 2022110, + 2022050, + 2022110 + ] + ] + }, + { + "Level": 52, + "StageID": 80090054, + "MonsterList": [ + [ + 3002010, + 3002010 + ] + ] + }, + { + "Level": 54, + "StageID": 80090061, + "MonsterList": [ + [ + 1012030, + 8001010, + 1012030 + ] + ] + }, + { + "Level": 54, + "StageID": 80090062, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 54, + "StageID": 80090063, + "MonsterList": [ + [ + 2022050, + 2022110, + 2022050 + ] + ] + }, + { + "Level": 54, + "StageID": 80090064, + "MonsterList": [ + [ + 3001020, + 3002040, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 54, + "StageID": 80090071, + "MonsterList": [ + [ + 8001030, + 1002040, + 1002040, + 8001020 + ] + ] + }, + { + "Level": 54, + "StageID": 80090072, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 54, + "StageID": 80090073, + "MonsterList": [ + [ + 2002010, + 2002030, + 2002010 + ] + ] + }, + { + "Level": 54, + "StageID": 80090074, + "MonsterList": [ + [ + 3012020, + 301201001 + ] + ] + }, + { + "Level": 54, + "StageID": 80090081, + "MonsterList": [ + [ + 8011020, + 8012010, + 8012010, + 8011020 + ] + ] + }, + { + "Level": 54, + "StageID": 80090082, + "MonsterList": [ + [ + 2011010, + 8002010, + 2022020 + ] + ] + }, + { + "Level": 54, + "StageID": 80090083, + "MonsterList": [ + [ + 8032010, + 8032020, + 8032010 + ] + ] + }, + { + "Level": 54, + "StageID": 80090084, + "MonsterList": [ + [ + 301201001, + 3011010, + 301201001 + ] + ] + }, + { + "Level": 54, + "StageID": 80090091, + "MonsterList": [ + [ + 1012020, + 1012030, + 1002020 + ] + ] + }, + { + "Level": 54, + "StageID": 80090092, + "MonsterList": [ + [ + 2011020, + 2011020, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 54, + "StageID": 80090093, + "MonsterList": [ + [ + 2022020, + 2022060, + 2022020 + ] + ] + }, + { + "Level": 54, + "StageID": 80090094, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 55, + "StageID": 80090101, + "MonsterList": [ + [ + 1002050, + 1002030, + 1002050, + 1022020 + ] + ] + }, + { + "Level": 55, + "StageID": 80090102, + "MonsterList": [ + [ + 8001040, + 8001040, + 8002010, + 8001040 + ] + ] + }, + { + "Level": 55, + "StageID": 80090103, + "MonsterList": [ + [ + 2022060, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 55, + "StageID": 80090104, + "MonsterList": [ + [ + 3001010, + 3002030, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 57, + "StageID": 80090111, + "MonsterList": [ + [ + 1012010, + 8001030, + 1012010, + 1002020 + ] + ] + }, + { + "Level": 57, + "StageID": 80090112, + "MonsterList": [ + [ + 2011020, + 8002010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 57, + "StageID": 80090113, + "MonsterList": [ + [ + 2022050, + 2022020, + 2022050, + 8001030 + ] + ] + }, + { + "Level": 57, + "StageID": 80090114, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 57, + "StageID": 80090121, + "MonsterList": [ + [ + 1002050, + 1002030, + 1002030, + 1002050 + ] + ] + }, + { + "Level": 57, + "StageID": 80090122, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2012010 + ] + ] + }, + { + "Level": 57, + "StageID": 80090123, + "MonsterList": [ + [ + 8032020, + 8032010, + 8032010, + 8032020 + ] + ] + }, + { + "Level": 57, + "StageID": 80090124, + "MonsterList": [ + [ + 3002040, + 3002010, + 3002010, + 3002040 + ] + ] + }, + { + "Level": 57, + "StageID": 80090131, + "MonsterList": [ + [ + 1002020, + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 57, + "StageID": 80090132, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020, + 8001030 + ] + ] + }, + { + "Level": 57, + "StageID": 80090133, + "MonsterList": [ + [ + 2022040, + 2022010, + 2022040, + 2022110 + ] + ] + }, + { + "Level": 57, + "StageID": 80090134, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 57, + "StageID": 80090141, + "MonsterList": [ + [ + 8012030, + 8012020, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 57, + "StageID": 80090142, + "MonsterList": [ + [ + 8001030, + 2022010, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 57, + "StageID": 80090143, + "MonsterList": [ + [ + 2002030, + 2002030, + 2002030, + 8001030 + ] + ] + }, + { + "Level": 57, + "StageID": 80090144, + "MonsterList": [ + [ + 3011010, + 301201001, + 301201001, + 301201001 + ] + ] + }, + { + "Level": 58, + "StageID": 80090151, + "MonsterList": [ + [ + 1002030, + 1022010, + 1022010, + 1002030 + ] + ] + }, + { + "Level": 58, + "StageID": 80090152, + "MonsterList": [ + [ + 8002010, + 8001040, + 8002010, + 2012010 + ] + ] + }, + { + "Level": 58, + "StageID": 80090153, + "MonsterList": [ + [ + 2022010, + 2022020, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 58, + "StageID": 80090154, + "MonsterList": [ + [ + 3012020, + 301201001, + 3012020, + 301201001 + ] + ] + }, + { + "Level": 54, + "StageID": 80091011, + "MonsterList": [ + [ + 3001010, + 8002061, + 3001010, + 3002030 + ] + ] + }, + { + "Level": 54, + "StageID": 80091012, + "MonsterList": [ + [ + 8002082, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 54, + "StageID": 80091013, + "MonsterList": [ + [ + 3011010, + 301201001, + 8002071, + 3011010 + ] + ] + }, + { + "Level": 57, + "StageID": 80091021, + "MonsterList": [ + [ + 3012020, + 8002061, + 3012020 + ] + ] + }, + { + "Level": 57, + "StageID": 80091022, + "MonsterList": [ + [ + 301201001, + 301201001, + 8002082 + ] + ] + }, + { + "Level": 57, + "StageID": 80091023, + "MonsterList": [ + [ + 8002071, + 3002030, + 3002030, + 3002040 + ] + ] + }, + { + "Level": 15, + "StageID": 80110011, + "MonsterList": [ + [ + 8013010 + ] + ] + }, + { + "Level": 17, + "StageID": 80119011, + "MonsterList": [ + [ + 8003020, + 8003010 + ] + ] + }, + { + "Level": 44, + "StageID": 80120011, + "MonsterList": [ + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 47, + "StageID": 80120021, + "MonsterList": [ + [ + 8003051 + ] + ] + }, + { + "Level": 32, + "StageID": 80121011, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 35, + "StageID": 80121021, + "MonsterList": [ + [ + 8001020, + 8003010, + 8001020 + ] + ] + }, + { + "Level": 38, + "StageID": 80121031, + "MonsterList": [ + [ + 1023020 + ] + ] + }, + { + "Level": 32, + "StageID": 80122011, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 35, + "StageID": 80122021, + "MonsterList": [ + [ + 8001020, + 8003010, + 8001020 + ] + ] + }, + { + "Level": 38, + "StageID": 80122031, + "MonsterList": [ + [ + 1023020 + ] + ] + }, + { + "Level": 50, + "StageID": 80129011, + "MonsterList": [ + [ + 1013013, + 1013023 + ] + ] + }, + { + "Level": 44, + "StageID": 80130011, + "MonsterList": [ + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 44, + "StageID": 80130012, + "MonsterList": [ + [ + 1012010, + 1013020, + 1012010 + ] + ] + }, + { + "Level": 44, + "StageID": 80130013, + "MonsterList": [ + [ + 8012010, + 8013010, + 8012010 + ] + ] + }, + { + "Level": 47, + "StageID": 80130021, + "MonsterList": [ + [ + 1003011 + ] + ] + }, + { + "Level": 47, + "StageID": 80130022, + "MonsterList": [ + [ + 1012010, + 1013021, + 1012010 + ] + ] + }, + { + "Level": 47, + "StageID": 80130023, + "MonsterList": [ + [ + 1022020, + 1023011, + 1022020 + ] + ] + }, + { + "Level": 42, + "StageID": 80131011, + "MonsterList": [ + [ + 1013010 + ] + ] + }, + { + "Level": 45, + "StageID": 80131021, + "MonsterList": [ + [ + 8001050, + 8003050, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 80131031, + "MonsterList": [ + [ + 1023020 + ] + ] + }, + { + "Level": 42, + "StageID": 80132011, + "MonsterList": [ + [ + 1013010 + ] + ] + }, + { + "Level": 45, + "StageID": 80132021, + "MonsterList": [ + [ + 8001050, + 8003050, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 80132031, + "MonsterList": [ + [ + 1023020 + ] + ] + }, + { + "Level": 50, + "StageID": 80139011, + "MonsterList": [ + [ + 1004022 + ] + ] + }, + { + "Level": 44, + "StageID": 80140011, + "MonsterList": [ + [ + 1023020 + ] + ] + }, + { + "Level": 44, + "StageID": 80140012, + "MonsterList": [ + [ + 1013010 + ] + ] + }, + { + "Level": 44, + "StageID": 80140013, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 47, + "StageID": 80140021, + "MonsterList": [ + [ + 1013011 + ] + ] + }, + { + "Level": 47, + "StageID": 80140022, + "MonsterList": [ + [ + 8002010, + 8003041, + 8002010 + ] + ] + }, + { + "Level": 47, + "StageID": 80140023, + "MonsterList": [ + [ + 8003051 + ] + ] + }, + { + "Level": 42, + "StageID": 80141011, + "MonsterList": [ + [ + 8001020, + 8003010, + 8001020 + ] + ] + }, + { + "Level": 45, + "StageID": 80141021, + "MonsterList": [ + [ + 1012010, + 1013020, + 1012010 + ] + ] + }, + { + "Level": 48, + "StageID": 80141031, + "MonsterList": [ + [ + 1022010, + 8003030, + 1022010 + ] + ] + }, + { + "Level": 42, + "StageID": 80142011, + "MonsterList": [ + [ + 8001020, + 8003010, + 8001020 + ] + ] + }, + { + "Level": 45, + "StageID": 80142021, + "MonsterList": [ + [ + 1012010, + 1013020, + 1012010 + ] + ] + }, + { + "Level": 48, + "StageID": 80142031, + "MonsterList": [ + [ + 1022010, + 8003030, + 1022010 + ] + ] + }, + { + "Level": 50, + "StageID": 80149011, + "MonsterList": [ + [ + 1014011 + ] + ] + }, + { + "Level": 44, + "StageID": 80150011, + "MonsterList": [ + [ + 2023010 + ] + ] + }, + { + "Level": 44, + "StageID": 80150012, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 44, + "StageID": 80150013, + "MonsterList": [ + [ + 1022010, + 8003030, + 1022010 + ] + ] + }, + { + "Level": 47, + "StageID": 80150014, + "MonsterList": [ + [ + 8012010, + 8013010, + 8012010 + ] + ] + }, + { + "Level": 47, + "StageID": 80150021, + "MonsterList": [ + [ + 8012010, + 8013011, + 8012010 + ] + ] + }, + { + "Level": 47, + "StageID": 80150022, + "MonsterList": [ + [ + 1022010, + 8003031, + 1022010 + ] + ] + }, + { + "Level": 47, + "StageID": 80150023, + "MonsterList": [ + [ + 8001010, + 8003021, + 8001010 + ] + ] + }, + { + "Level": 42, + "StageID": 80151011, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 45, + "StageID": 80151021, + "MonsterList": [ + [ + 1003010 + ] + ] + }, + { + "Level": 48, + "StageID": 80151031, + "MonsterList": [ + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 42, + "StageID": 80152011, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 45, + "StageID": 80152021, + "MonsterList": [ + [ + 1003010 + ] + ] + }, + { + "Level": 48, + "StageID": 80152031, + "MonsterList": [ + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 50, + "StageID": 80159011, + "MonsterList": [ + [ + 2002010, + 2004011, + 2002010 + ] + ] + }, + { + "Level": 44, + "StageID": 80160011, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 44, + "StageID": 80160012, + "MonsterList": [ + [ + 1023020 + ] + ] + }, + { + "Level": 44, + "StageID": 80160013, + "MonsterList": [ + [ + 8001020, + 8003010, + 8001020 + ] + ] + }, + { + "Level": 47, + "StageID": 80160014, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 47, + "StageID": 80160021, + "MonsterList": [ + [ + 8002010, + 8003041, + 8002010 + ] + ] + }, + { + "Level": 47, + "StageID": 80160022, + "MonsterList": [ + [ + 8001020, + 8003011, + 8001020 + ] + ] + }, + { + "Level": 47, + "StageID": 80160023, + "MonsterList": [ + [ + 1023021 + ] + ] + }, + { + "Level": 42, + "StageID": 80161011, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 45, + "StageID": 80161021, + "MonsterList": [ + [ + 8001050, + 8003050, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 80161031, + "MonsterList": [ + [ + 2023010 + ] + ] + }, + { + "Level": 42, + "StageID": 80162011, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 45, + "StageID": 80162021, + "MonsterList": [ + [ + 8001050, + 8003050, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 80162031, + "MonsterList": [ + [ + 2023010 + ] + ] + }, + { + "Level": 50, + "StageID": 80169011, + "MonsterList": [ + [ + 1004011 + ] + ] + }, + { + "Level": 44, + "StageID": 80170011, + "MonsterList": [ + [ + 2023030 + ] + ] + }, + { + "Level": 44, + "StageID": 80170012, + "MonsterList": [ + [ + 2023020 + ] + ] + }, + { + "Level": 44, + "StageID": 80170013, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 47, + "StageID": 80170014, + "MonsterList": [ + [ + 8001050, + 8003050, + 8001050 + ] + ] + }, + { + "Level": 47, + "StageID": 80170021, + "MonsterList": [ + [ + 1003011 + ] + ] + }, + { + "Level": 47, + "StageID": 80170022, + "MonsterList": [ + [ + 8001010, + 8003021, + 8001010 + ] + ] + }, + { + "Level": 47, + "StageID": 80170023, + "MonsterList": [ + [ + 2013011 + ] + ] + }, + { + "Level": 47, + "StageID": 80170024, + "MonsterList": [ + [ + 2023011 + ] + ] + }, + { + "Level": 42, + "StageID": 80171011, + "MonsterList": [ + [ + 8001020, + 8003010, + 8001020 + ] + ] + }, + { + "Level": 45, + "StageID": 80171021, + "MonsterList": [ + [ + 1023020 + ] + ] + }, + { + "Level": 48, + "StageID": 80171031, + "MonsterList": [ + [ + 1003010 + ] + ] + }, + { + "Level": 42, + "StageID": 80172011, + "MonsterList": [ + [ + 8001020, + 8003010, + 8001020 + ] + ] + }, + { + "Level": 45, + "StageID": 80172021, + "MonsterList": [ + [ + 1023020 + ] + ] + }, + { + "Level": 48, + "StageID": 80172031, + "MonsterList": [ + [ + 1003010 + ] + ] + }, + { + "Level": 50, + "StageID": 80179011, + "MonsterList": [ + [ + 2024011 + ] + ] + }, + { + "Level": 44, + "StageID": 80180011, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 44, + "StageID": 80180012, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 44, + "StageID": 80180013, + "MonsterList": [ + [ + 8033010 + ] + ] + }, + { + "Level": 47, + "StageID": 80180014, + "MonsterList": [ + [ + 2002030, + 2013020, + 2002030 + ] + ] + }, + { + "Level": 47, + "StageID": 80180021, + "MonsterList": [ + [ + 2013011 + ] + ] + }, + { + "Level": 47, + "StageID": 80180022, + "MonsterList": [ + [ + 8012010, + 8013011, + 8012010 + ] + ] + }, + { + "Level": 47, + "StageID": 80180023, + "MonsterList": [ + [ + 8033011 + ] + ] + }, + { + "Level": 47, + "StageID": 80180024, + "MonsterList": [ + [ + 2013021 + ] + ] + }, + { + "Level": 42, + "StageID": 80181011, + "MonsterList": [ + [ + 2022040, + 2023020, + 2022050 + ] + ] + }, + { + "Level": 45, + "StageID": 80181021, + "MonsterList": [ + [ + 2023010 + ] + ] + }, + { + "Level": 48, + "StageID": 80181031, + "MonsterList": [ + [ + 1022010, + 8003030, + 1022010 + ] + ] + }, + { + "Level": 42, + "StageID": 80182011, + "MonsterList": [ + [ + 2022040, + 2023020, + 2022050 + ] + ] + }, + { + "Level": 45, + "StageID": 80182021, + "MonsterList": [ + [ + 2023010 + ] + ] + }, + { + "Level": 48, + "StageID": 80182031, + "MonsterList": [ + [ + 1022010, + 8003030, + 1022010 + ] + ] + }, + { + "Level": 50, + "StageID": 80189011, + "MonsterList": [ + [ + 2004021 + ] + ] + }, + { + "Level": 44, + "StageID": 80190011, + "MonsterList": [ + [ + 1022010, + 8003010, + 1022010 + ] + ] + }, + { + "Level": 44, + "StageID": 80190012, + "MonsterList": [ + [ + 3012020, + 3013010 + ] + ] + }, + { + "Level": 44, + "StageID": 80190013, + "MonsterList": [ + [ + 3002010, + 3003010, + 3002010 + ] + ] + }, + { + "Level": 47, + "StageID": 80190014, + "MonsterList": [ + [ + 3003020 + ] + ] + }, + { + "Level": 47, + "StageID": 80190021, + "MonsterList": [ + [ + 8033011 + ] + ] + }, + { + "Level": 47, + "StageID": 80190022, + "MonsterList": [ + [ + 2022040, + 2023021, + 2022050 + ] + ] + }, + { + "Level": 47, + "StageID": 80190023, + "MonsterList": [ + [ + 3002010, + 3003012, + 3002010 + ] + ] + }, + { + "Level": 47, + "StageID": 80190024, + "MonsterList": [ + [ + 3003022 + ] + ] + }, + { + "Level": 50, + "StageID": 80199011, + "MonsterList": [ + [ + 3014022 + ] + ] + }, + { + "Level": 48, + "StageID": 80210011, + "MonsterList": [ + [ + 8001020, + 8003010, + 8001020 + ] + ] + }, + { + "Level": 48, + "StageID": 80210012, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 80210013, + "MonsterList": [ + [ + 8003010, + 8003020 + ] + ] + }, + { + "Level": 48, + "StageID": 80210021, + "MonsterList": [ + [ + 1012010, + 1013020, + 1012010 + ] + ] + }, + { + "Level": 48, + "StageID": 80210022, + "MonsterList": [ + [ + 1013010 + ] + ] + }, + { + "Level": 48, + "StageID": 80210023, + "MonsterList": [ + [ + 1013020, + 1013010 + ] + ] + }, + { + "Level": 48, + "StageID": 80210031, + "MonsterList": [ + [ + 1022010, + 8003030, + 1022010 + ] + ] + }, + { + "Level": 48, + "StageID": 80210032, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 48, + "StageID": 80210033, + "MonsterList": [ + [ + 8003030, + 8003040 + ] + ] + }, + { + "Level": 48, + "StageID": 80211011, + "MonsterList": [ + [ + 8013010, + 8003030 + ] + ] + }, + { + "Level": 48, + "StageID": 80211021, + "MonsterList": [ + [ + 1023010, + 8003050 + ] + ] + }, + { + "Level": 48, + "StageID": 80211031, + "MonsterList": [ + [ + 1023020, + 8003010 + ] + ] + }, + { + "Level": 48, + "StageID": 80211041, + "MonsterList": [ + [ + 2013010, + 8003040 + ] + ] + }, + { + "Level": 48, + "StageID": 80212011, + "MonsterList": [ + [ + 8002052, + 8002051, + 8002053 + ] + ] + }, + { + "Level": 48, + "StageID": 80212021, + "MonsterList": [ + [ + 8012010, + 8013010, + 8012010 + ] + ] + }, + { + "Level": 48, + "StageID": 80212022, + "MonsterList": [ + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 48, + "StageID": 80212023, + "MonsterList": [ + [ + 2022020, + 2023010 + ] + ] + }, + { + "Level": 48, + "StageID": 80212031, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010 + ], + [ + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 48, + "StageID": 80212032, + "MonsterList": [ + [ + 1002050, + 1002040, + 1002050, + 1002040 + ], + [ + 2022010, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 48, + "StageID": 80212033, + "MonsterList": [ + [ + 2011010, + 2012010, + 2011010 + ], + [ + 8012010, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 50, + "StageID": 80300031, + "MonsterList": [ + [ + 1004022 + ] + ] + }, + { + "Level": 60, + "StageID": 80300032, + "MonsterList": [ + [ + 1004022 + ] + ] + }, + { + "Level": 70, + "StageID": 80300033, + "MonsterList": [ + [ + 1004022 + ] + ] + }, + { + "Level": 80, + "StageID": 80300034, + "MonsterList": [ + [ + 1004022 + ] + ] + }, + { + "Level": 90, + "StageID": 80300035, + "MonsterList": [ + [ + 1004022 + ] + ] + }, + { + "Level": 50, + "StageID": 80300041, + "MonsterList": [ + [ + 1014011 + ] + ] + }, + { + "Level": 60, + "StageID": 80300042, + "MonsterList": [ + [ + 1014011 + ] + ] + }, + { + "Level": 70, + "StageID": 80300043, + "MonsterList": [ + [ + 1014011 + ] + ] + }, + { + "Level": 80, + "StageID": 80300044, + "MonsterList": [ + [ + 1014011 + ] + ] + }, + { + "Level": 90, + "StageID": 80300045, + "MonsterList": [ + [ + 1014011 + ] + ] + }, + { + "Level": 50, + "StageID": 80300051, + "MonsterList": [ + [ + 2002010, + 2004011, + 2002010 + ] + ] + }, + { + "Level": 60, + "StageID": 80300052, + "MonsterList": [ + [ + 2002010, + 2004011, + 2002010 + ] + ] + }, + { + "Level": 70, + "StageID": 80300053, + "MonsterList": [ + [ + 2002010, + 2004011, + 2002010 + ] + ] + }, + { + "Level": 80, + "StageID": 80300054, + "MonsterList": [ + [ + 2002010, + 2004011, + 2002010 + ] + ] + }, + { + "Level": 90, + "StageID": 80300055, + "MonsterList": [ + [ + 2002010, + 2004011, + 2002010 + ] + ] + }, + { + "Level": 50, + "StageID": 80300061, + "MonsterList": [ + [ + 1004011 + ] + ] + }, + { + "Level": 60, + "StageID": 80300062, + "MonsterList": [ + [ + 1004011 + ] + ] + }, + { + "Level": 70, + "StageID": 80300063, + "MonsterList": [ + [ + 1004011 + ] + ] + }, + { + "Level": 80, + "StageID": 80300064, + "MonsterList": [ + [ + 1004011 + ] + ] + }, + { + "Level": 90, + "StageID": 80300065, + "MonsterList": [ + [ + 1004011 + ] + ] + }, + { + "Level": 50, + "StageID": 80300071, + "MonsterList": [ + [ + 2024011 + ] + ] + }, + { + "Level": 60, + "StageID": 80300072, + "MonsterList": [ + [ + 2024011 + ] + ] + }, + { + "Level": 70, + "StageID": 80300073, + "MonsterList": [ + [ + 2024011 + ] + ] + }, + { + "Level": 80, + "StageID": 80300074, + "MonsterList": [ + [ + 2024011 + ] + ] + }, + { + "Level": 90, + "StageID": 80300075, + "MonsterList": [ + [ + 2024011 + ] + ] + }, + { + "Level": 50, + "StageID": 80300081, + "MonsterList": [ + [ + 2004021 + ] + ] + }, + { + "Level": 60, + "StageID": 80300082, + "MonsterList": [ + [ + 2004021 + ] + ] + }, + { + "Level": 70, + "StageID": 80300083, + "MonsterList": [ + [ + 2004021 + ] + ] + }, + { + "Level": 80, + "StageID": 80300084, + "MonsterList": [ + [ + 2004021 + ] + ] + }, + { + "Level": 90, + "StageID": 80300085, + "MonsterList": [ + [ + 2004021 + ] + ] + }, + { + "Level": 50, + "StageID": 80300091, + "MonsterList": [ + [ + 3014022 + ] + ] + }, + { + "Level": 60, + "StageID": 80300092, + "MonsterList": [ + [ + 3014022 + ] + ] + }, + { + "Level": 70, + "StageID": 80300093, + "MonsterList": [ + [ + 3014022 + ] + ] + }, + { + "Level": 80, + "StageID": 80300094, + "MonsterList": [ + [ + 3014022 + ] + ] + }, + { + "Level": 90, + "StageID": 80300095, + "MonsterList": [ + [ + 3014022 + ] + ] + }, + { + "Level": 50, + "StageID": 80300101, + "MonsterList": [ + [ + 3004011, + 3003053, + 3003043, + 3003033 + ] + ] + }, + { + "Level": 60, + "StageID": 80300102, + "MonsterList": [ + [ + 3004011, + 3003053, + 3003043, + 3003033 + ] + ] + }, + { + "Level": 70, + "StageID": 80300103, + "MonsterList": [ + [ + 3004011, + 3003053, + 3003043, + 3003033 + ] + ] + }, + { + "Level": 80, + "StageID": 80300104, + "MonsterList": [ + [ + 3004011, + 3003053, + 3003043, + 3003033 + ] + ] + }, + { + "Level": 90, + "StageID": 80300105, + "MonsterList": [ + [ + 3004011, + 3003053, + 3003043, + 3003033 + ] + ] + }, + { + "Level": 50, + "StageID": 80300111, + "MonsterList": [ + [ + 8024012 + ] + ] + }, + { + "Level": 60, + "StageID": 80300112, + "MonsterList": [ + [ + 8024012 + ] + ] + }, + { + "Level": 70, + "StageID": 80300113, + "MonsterList": [ + [ + 8024012 + ] + ] + }, + { + "Level": 80, + "StageID": 80300114, + "MonsterList": [ + [ + 8024012 + ] + ] + }, + { + "Level": 90, + "StageID": 80300115, + "MonsterList": [ + [ + 8024012 + ] + ] + }, + { + "Level": 50, + "StageID": 80300121, + "MonsterList": [ + [ + 4014015 + ] + ] + }, + { + "Level": 60, + "StageID": 80300122, + "MonsterList": [ + [ + 4014015 + ] + ] + }, + { + "Level": 70, + "StageID": 80300123, + "MonsterList": [ + [ + 4014015 + ] + ] + }, + { + "Level": 80, + "StageID": 80300124, + "MonsterList": [ + [ + 4014015 + ] + ] + }, + { + "Level": 90, + "StageID": 80300125, + "MonsterList": [ + [ + 4014015 + ] + ] + }, + { + "Level": 50, + "StageID": 80300131, + "MonsterList": [ + [ + 2034012 + ] + ] + }, + { + "Level": 60, + "StageID": 80300132, + "MonsterList": [ + [ + 2034012 + ] + ] + }, + { + "Level": 70, + "StageID": 80300133, + "MonsterList": [ + [ + 2034012 + ] + ] + }, + { + "Level": 80, + "StageID": 80300134, + "MonsterList": [ + [ + 2034012 + ] + ] + }, + { + "Level": 90, + "StageID": 80300135, + "MonsterList": [ + [ + 2034012 + ] + ] + }, + { + "Level": 21, + "StageID": 81000011, + "MonsterList": [ + [ + 8011010, + 8011020, + 8011010 + ] + ] + }, + { + "Level": 21, + "StageID": 81000012, + "MonsterList": [ + [ + 8011020, + 8011010, + 8011020 + ] + ] + }, + { + "Level": 21, + "StageID": 81000021, + "MonsterList": [ + [ + 8012010, + 8012010 + ] + ] + }, + { + "Level": 21, + "StageID": 81000022, + "MonsterList": [ + [ + 8012010, + 8012020 + ] + ] + }, + { + "Level": 21, + "StageID": 81000031, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 21, + "StageID": 81000032, + "MonsterList": [ + [ + 8011020, + 8012010, + 8011020 + ] + ] + }, + { + "Level": 21, + "StageID": 81000041, + "MonsterList": [ + [ + 8011010, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 21, + "StageID": 81000042, + "MonsterList": [ + [ + 8012010, + 8012010, + 8011020 + ] + ] + }, + { + "Level": 22, + "StageID": 81000051, + "MonsterList": [ + [ + 8012020, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 22, + "StageID": 81000052, + "MonsterList": [ + [ + 8011020, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 24, + "StageID": 81000061, + "MonsterList": [ + [ + 8012010, + 8012010, + 8012010 + ] + ] + }, + { + "Level": 24, + "StageID": 81000062, + "MonsterList": [ + [ + 8001030, + 8012010, + 8001030 + ] + ] + }, + { + "Level": 24, + "StageID": 81000071, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 24, + "StageID": 81000072, + "MonsterList": [ + [ + 8011010, + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 24, + "StageID": 81000081, + "MonsterList": [ + [ + 8001030, + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 24, + "StageID": 81000082, + "MonsterList": [ + [ + 8011020, + 8012010, + 8012010, + 8011020 + ] + ] + }, + { + "Level": 24, + "StageID": 81000091, + "MonsterList": [ + [ + 8011020, + 8012010, + 8012030, + 8011020 + ] + ] + }, + { + "Level": 24, + "StageID": 81000092, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 25, + "StageID": 81000101, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010, + 8011020 + ] + ] + }, + { + "Level": 25, + "StageID": 81000102, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012020, + 8001030 + ] + ] + }, + { + "Level": 27, + "StageID": 81000111, + "MonsterList": [ + [ + 8012010, + 8001030, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 27, + "StageID": 81000112, + "MonsterList": [ + [ + 8001030, + 8012010, + 8012010, + 8012010 + ] + ] + }, + { + "Level": 27, + "StageID": 81000121, + "MonsterList": [ + [ + 8012010, + 8012030, + 8001030, + 8012020 + ] + ] + }, + { + "Level": 27, + "StageID": 81000122, + "MonsterList": [ + [ + 8012030, + 8012010, + 8012010, + 8001030 + ] + ] + }, + { + "Level": 27, + "StageID": 81000131, + "MonsterList": [ + [ + 8012010, + 8012030, + 8012020, + 8001030 + ] + ] + }, + { + "Level": 27, + "StageID": 81000132, + "MonsterList": [ + [ + 8012010, + 8012030, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 27, + "StageID": 81000141, + "MonsterList": [ + [ + 8012030, + 8012020, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 27, + "StageID": 81000142, + "MonsterList": [ + [ + 8012030, + 8001030, + 8012030, + 8012020 + ] + ] + }, + { + "Level": 28, + "StageID": 81000151, + "MonsterList": [ + [ + 8012010, + 8012030, + 8001030, + 8012030 + ] + ] + }, + { + "Level": 28, + "StageID": 81000152, + "MonsterList": [ + [ + 8012010, + 8012030, + 8012010, + 8012030 + ] + ] + }, + { + "Level": 24, + "StageID": 81001011, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010, + 8002061 + ] + ] + }, + { + "Level": 24, + "StageID": 81001012, + "MonsterList": [ + [ + 8012010, + 8002082, + 8012010 + ] + ] + }, + { + "Level": 24, + "StageID": 81001013, + "MonsterList": [ + [ + 8011020, + 8012010, + 8002071, + 8011020 + ] + ] + }, + { + "Level": 27, + "StageID": 81001021, + "MonsterList": [ + [ + 8002061, + 8012020, + 8012030, + 8012030 + ] + ] + }, + { + "Level": 27, + "StageID": 81001022, + "MonsterList": [ + [ + 8012020, + 8012030, + 8002082, + 8001030 + ] + ] + }, + { + "Level": 27, + "StageID": 81001023, + "MonsterList": [ + [ + 8012030, + 8002071, + 8012010, + 8012010 + ] + ] + }, + { + "Level": 24, + "StageID": 81001111, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010, + 8002091 + ] + ] + }, + { + "Level": 24, + "StageID": 81001112, + "MonsterList": [ + [ + 8012010, + 8002091, + 8012010 + ] + ] + }, + { + "Level": 24, + "StageID": 81001113, + "MonsterList": [ + [ + 8011020, + 8012010, + 8002091, + 8011020 + ] + ] + }, + { + "Level": 27, + "StageID": 81001121, + "MonsterList": [ + [ + 8002091, + 8012020, + 8012030, + 8012030 + ] + ] + }, + { + "Level": 27, + "StageID": 81001122, + "MonsterList": [ + [ + 8012020, + 8012030, + 8002091, + 8001030 + ] + ] + }, + { + "Level": 27, + "StageID": 81001123, + "MonsterList": [ + [ + 8012030, + 8002091, + 8012010, + 8012010 + ] + ] + }, + { + "Level": 31, + "StageID": 81010011, + "MonsterList": [ + [ + 8001020, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 31, + "StageID": 81010012, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 31, + "StageID": 81010021, + "MonsterList": [ + [ + 1012020, + 1012020 + ] + ] + }, + { + "Level": 31, + "StageID": 81010022, + "MonsterList": [ + [ + 1012010, + 1012020 + ] + ] + }, + { + "Level": 31, + "StageID": 81010031, + "MonsterList": [ + [ + 8001020, + 1012020, + 8001020 + ] + ] + }, + { + "Level": 31, + "StageID": 81010032, + "MonsterList": [ + [ + 1012010, + 8001010, + 8001010 + ] + ] + }, + { + "Level": 31, + "StageID": 81010041, + "MonsterList": [ + [ + 1012030, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 31, + "StageID": 81010042, + "MonsterList": [ + [ + 1012030, + 1002020 + ] + ] + }, + { + "Level": 32, + "StageID": 81010051, + "MonsterList": [ + [ + 1012020, + 8001020, + 1012020 + ] + ] + }, + { + "Level": 32, + "StageID": 81010052, + "MonsterList": [ + [ + 8001010, + 1012010, + 1012010 + ] + ] + }, + { + "Level": 34, + "StageID": 81010061, + "MonsterList": [ + [ + 8001020, + 1012020, + 1012020, + 8001020 + ] + ] + }, + { + "Level": 34, + "StageID": 81010062, + "MonsterList": [ + [ + 1012030, + 8001010, + 1012030 + ] + ] + }, + { + "Level": 34, + "StageID": 81010071, + "MonsterList": [ + [ + 1012020, + 1012010, + 1012020 + ] + ] + }, + { + "Level": 34, + "StageID": 81010072, + "MonsterList": [ + [ + 1012010, + 1012020, + 1012010 + ] + ] + }, + { + "Level": 34, + "StageID": 81010081, + "MonsterList": [ + [ + 1002020, + 1012010, + 1012020 + ] + ] + }, + { + "Level": 34, + "StageID": 81010082, + "MonsterList": [ + [ + 1012020, + 1002020, + 1012020 + ] + ] + }, + { + "Level": 34, + "StageID": 81010091, + "MonsterList": [ + [ + 1012020, + 1012030, + 1002020 + ] + ] + }, + { + "Level": 34, + "StageID": 81010092, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 35, + "StageID": 81010101, + "MonsterList": [ + [ + 1002020, + 1012030, + 8001030, + 8001020 + ] + ] + }, + { + "Level": 35, + "StageID": 81010102, + "MonsterList": [ + [ + 8001030, + 1012030, + 1012030, + 8001030 + ] + ] + }, + { + "Level": 37, + "StageID": 81010111, + "MonsterList": [ + [ + 1012020, + 1012020, + 1002020, + 1012020 + ] + ] + }, + { + "Level": 37, + "StageID": 81010112, + "MonsterList": [ + [ + 1012010, + 8001030, + 1012010, + 1002020 + ] + ] + }, + { + "Level": 37, + "StageID": 81010121, + "MonsterList": [ + [ + 1002020, + 1012030, + 1012010, + 1012030 + ] + ] + }, + { + "Level": 37, + "StageID": 81010122, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030, + 1002020 + ] + ] + }, + { + "Level": 37, + "StageID": 81010131, + "MonsterList": [ + [ + 1002020, + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 37, + "StageID": 81010132, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030, + 1012020 + ] + ] + }, + { + "Level": 37, + "StageID": 81010141, + "MonsterList": [ + [ + 8001030, + 1012030, + 1012030, + 1002020 + ] + ] + }, + { + "Level": 37, + "StageID": 81010142, + "MonsterList": [ + [ + 1012030, + 1002020, + 1002020, + 1012030 + ] + ] + }, + { + "Level": 38, + "StageID": 81010151, + "MonsterList": [ + [ + 1012030, + 1002020, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 38, + "StageID": 81010152, + "MonsterList": [ + [ + 8001030, + 1012030, + 1002020, + 1012030 + ] + ] + }, + { + "Level": 34, + "StageID": 81011011, + "MonsterList": [ + [ + 8002061, + 1012020, + 1002020 + ] + ] + }, + { + "Level": 34, + "StageID": 81011012, + "MonsterList": [ + [ + 8001030, + 8001010, + 8002082, + 8001010 + ] + ] + }, + { + "Level": 34, + "StageID": 81011013, + "MonsterList": [ + [ + 8001010, + 8002071, + 1012020, + 8001010 + ] + ] + }, + { + "Level": 37, + "StageID": 81011021, + "MonsterList": [ + [ + 1012030, + 1012030, + 1002020, + 8002061 + ] + ] + }, + { + "Level": 37, + "StageID": 81011022, + "MonsterList": [ + [ + 1012020, + 8002082, + 1002020, + 1012020 + ] + ] + }, + { + "Level": 37, + "StageID": 81011023, + "MonsterList": [ + [ + 1012030, + 1002020, + 8002071, + 1012030 + ] + ] + }, + { + "Level": 34, + "StageID": 81011111, + "MonsterList": [ + [ + 8002091, + 1012020, + 1002020 + ] + ] + }, + { + "Level": 34, + "StageID": 81011112, + "MonsterList": [ + [ + 8001030, + 8001010, + 8002091, + 8001010 + ] + ] + }, + { + "Level": 34, + "StageID": 81011113, + "MonsterList": [ + [ + 8001010, + 8002091, + 1012020, + 8001010 + ] + ] + }, + { + "Level": 37, + "StageID": 81011121, + "MonsterList": [ + [ + 1012030, + 1012030, + 1002020, + 8002091 + ] + ] + }, + { + "Level": 37, + "StageID": 81011122, + "MonsterList": [ + [ + 1012020, + 8002091, + 1002020, + 1012020 + ] + ] + }, + { + "Level": 37, + "StageID": 81011123, + "MonsterList": [ + [ + 1012030, + 1002020, + 8002091, + 1012030 + ] + ] + }, + { + "Level": 41, + "StageID": 81020011, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 41, + "StageID": 81020012, + "MonsterList": [ + [ + 8001020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 41, + "StageID": 81020021, + "MonsterList": [ + [ + 8001020, + 1002040, + 8001020 + ] + ] + }, + { + "Level": 41, + "StageID": 81020022, + "MonsterList": [ + [ + 8001010, + 1002050, + 8001010 + ] + ] + }, + { + "Level": 41, + "StageID": 81020031, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 41, + "StageID": 81020032, + "MonsterList": [ + [ + 1022020, + 1022020 + ] + ] + }, + { + "Level": 41, + "StageID": 81020041, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 41, + "StageID": 81020042, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 42, + "StageID": 81020051, + "MonsterList": [ + [ + 1022020, + 8001010, + 1022020 + ] + ] + }, + { + "Level": 42, + "StageID": 81020052, + "MonsterList": [ + [ + 1022010, + 8001020, + 1022010 + ] + ] + }, + { + "Level": 44, + "StageID": 81020061, + "MonsterList": [ + [ + 1002050, + 1002040, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 44, + "StageID": 81020062, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040, + 1002050 + ] + ] + }, + { + "Level": 44, + "StageID": 81020071, + "MonsterList": [ + [ + 8001030, + 1002040, + 1002040, + 8001020 + ] + ] + }, + { + "Level": 44, + "StageID": 81020072, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002040, + 1002040 + ] + ] + }, + { + "Level": 44, + "StageID": 81020081, + "MonsterList": [ + [ + 1002050, + 1002050, + 8001030, + 8001010 + ] + ] + }, + { + "Level": 44, + "StageID": 81020082, + "MonsterList": [ + [ + 8001030, + 1002040, + 1002040, + 8001020 + ] + ] + }, + { + "Level": 44, + "StageID": 81020091, + "MonsterList": [ + [ + 1002030, + 1002040, + 8001030, + 8001020 + ] + ] + }, + { + "Level": 44, + "StageID": 81020092, + "MonsterList": [ + [ + 1022020, + 1022020, + 8001010, + 1022020 + ] + ] + }, + { + "Level": 45, + "StageID": 81020101, + "MonsterList": [ + [ + 1002050, + 1002030, + 1002050, + 1022020 + ] + ] + }, + { + "Level": 45, + "StageID": 81020102, + "MonsterList": [ + [ + 1022020, + 8001030, + 1022020, + 1002040 + ] + ] + }, + { + "Level": 47, + "StageID": 81020111, + "MonsterList": [ + [ + 1002050, + 1002030, + 8001030, + 1002050 + ] + ] + }, + { + "Level": 47, + "StageID": 81020112, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002040, + 8001030 + ] + ] + }, + { + "Level": 47, + "StageID": 81020121, + "MonsterList": [ + [ + 1002050, + 1002030, + 1002030, + 1002050 + ] + ] + }, + { + "Level": 47, + "StageID": 81020122, + "MonsterList": [ + [ + 1022010, + 8001020, + 8001030, + 1022010 + ] + ] + }, + { + "Level": 47, + "StageID": 81020131, + "MonsterList": [ + [ + 1022020, + 1022020, + 1022020, + 1022020 + ] + ] + }, + { + "Level": 47, + "StageID": 81020132, + "MonsterList": [ + [ + 8001030, + 1022010, + 1022010, + 1002050 + ] + ] + }, + { + "Level": 47, + "StageID": 81020141, + "MonsterList": [ + [ + 1002050, + 1002030, + 8001030, + 1002030 + ] + ] + }, + { + "Level": 47, + "StageID": 81020142, + "MonsterList": [ + [ + 1002050, + 1002030, + 1002030, + 1002050 + ] + ] + }, + { + "Level": 48, + "StageID": 81020151, + "MonsterList": [ + [ + 1002030, + 1022010, + 1022010, + 1002030 + ] + ] + }, + { + "Level": 48, + "StageID": 81020152, + "MonsterList": [ + [ + 1002030, + 1022020, + 1022020, + 1002030 + ] + ] + }, + { + "Level": 44, + "StageID": 81021011, + "MonsterList": [ + [ + 1022020, + 1022020, + 8002061 + ] + ] + }, + { + "Level": 44, + "StageID": 81021012, + "MonsterList": [ + [ + 1002050, + 8002082, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 44, + "StageID": 81021013, + "MonsterList": [ + [ + 8002071, + 1022010, + 8001010, + 8001010 + ] + ] + }, + { + "Level": 47, + "StageID": 81021021, + "MonsterList": [ + [ + 1022010, + 8002061, + 1022010, + 8001030 + ] + ] + }, + { + "Level": 47, + "StageID": 81021022, + "MonsterList": [ + [ + 1002050, + 1002030, + 8002082, + 1002030 + ] + ] + }, + { + "Level": 47, + "StageID": 81021023, + "MonsterList": [ + [ + 1022010, + 1022010, + 8002071, + 8001010 + ] + ] + }, + { + "Level": 44, + "StageID": 81021111, + "MonsterList": [ + [ + 1022020, + 1022020, + 8002091 + ] + ] + }, + { + "Level": 44, + "StageID": 81021112, + "MonsterList": [ + [ + 1002050, + 8002091, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 44, + "StageID": 81021113, + "MonsterList": [ + [ + 8002091, + 1022010, + 8001010, + 8001010 + ] + ] + }, + { + "Level": 47, + "StageID": 81021121, + "MonsterList": [ + [ + 1022010, + 8002091, + 1022010, + 8001030 + ] + ] + }, + { + "Level": 47, + "StageID": 81021122, + "MonsterList": [ + [ + 1002050, + 1002030, + 8002091, + 1002030 + ] + ] + }, + { + "Level": 47, + "StageID": 81021123, + "MonsterList": [ + [ + 1022010, + 1022010, + 8002091, + 8001010 + ] + ] + }, + { + "Level": 51, + "StageID": 81030011, + "MonsterList": [ + [ + 8001040, + 8001040 + ] + ] + }, + { + "Level": 51, + "StageID": 81030012, + "MonsterList": [ + [ + 8001050, + 8001050 + ] + ] + }, + { + "Level": 51, + "StageID": 81030021, + "MonsterList": [ + [ + 2002010, + 8001040 + ] + ] + }, + { + "Level": 51, + "StageID": 81030022, + "MonsterList": [ + [ + 8001030, + 2002010 + ] + ] + }, + { + "Level": 51, + "StageID": 81030031, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 51, + "StageID": 81030032, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050 + ] + ] + }, + { + "Level": 51, + "StageID": 81030041, + "MonsterList": [ + [ + 8001050, + 2022010 + ] + ] + }, + { + "Level": 51, + "StageID": 81030042, + "MonsterList": [ + [ + 2022010, + 8001050 + ] + ] + }, + { + "Level": 52, + "StageID": 81030051, + "MonsterList": [ + [ + 2002010, + 8001030, + 2002010 + ] + ] + }, + { + "Level": 52, + "StageID": 81030052, + "MonsterList": [ + [ + 2002010, + 2002010, + 2002010 + ] + ] + }, + { + "Level": 54, + "StageID": 81030061, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 54, + "StageID": 81030062, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 54, + "StageID": 81030071, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 54, + "StageID": 81030072, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 54, + "StageID": 81030081, + "MonsterList": [ + [ + 2011010, + 8002010, + 2022020 + ] + ] + }, + { + "Level": 54, + "StageID": 81030082, + "MonsterList": [ + [ + 2022020, + 8002010, + 8001040 + ] + ] + }, + { + "Level": 54, + "StageID": 81030091, + "MonsterList": [ + [ + 2011010, + 2012010, + 2011010, + 2011010 + ] + ] + }, + { + "Level": 54, + "StageID": 81030092, + "MonsterList": [ + [ + 2011020, + 2011020, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 55, + "StageID": 81030101, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050, + 8001050 + ] + ] + }, + { + "Level": 55, + "StageID": 81030102, + "MonsterList": [ + [ + 8001040, + 8001040, + 8002010, + 8001040 + ] + ] + }, + { + "Level": 57, + "StageID": 81030111, + "MonsterList": [ + [ + 2011020, + 8002010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 57, + "StageID": 81030112, + "MonsterList": [ + [ + 2012010, + 2022020, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 57, + "StageID": 81030121, + "MonsterList": [ + [ + 2012010, + 2012010, + 2011020, + 2012010 + ] + ] + }, + { + "Level": 57, + "StageID": 81030122, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2012010 + ] + ] + }, + { + "Level": 57, + "StageID": 81030131, + "MonsterList": [ + [ + 2022010, + 2022010, + 8001030, + 8001050 + ] + ] + }, + { + "Level": 57, + "StageID": 81030132, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020, + 8001030 + ] + ] + }, + { + "Level": 57, + "StageID": 81030141, + "MonsterList": [ + [ + 8001030, + 2022010, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 57, + "StageID": 81030142, + "MonsterList": [ + [ + 8001030, + 2022010, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 58, + "StageID": 81030151, + "MonsterList": [ + [ + 8002010, + 8001040, + 8002010, + 2012010 + ] + ] + }, + { + "Level": 58, + "StageID": 81030152, + "MonsterList": [ + [ + 2012010, + 8002010, + 8001040, + 8002010 + ] + ] + }, + { + "Level": 54, + "StageID": 81031011, + "MonsterList": [ + [ + 8001040, + 8002061, + 8001040, + 8001030 + ] + ] + }, + { + "Level": 54, + "StageID": 81031012, + "MonsterList": [ + [ + 8002082, + 2011010, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 54, + "StageID": 81031013, + "MonsterList": [ + [ + 2002010, + 2002010, + 8002071, + 2002010 + ] + ] + }, + { + "Level": 57, + "StageID": 81031021, + "MonsterList": [ + [ + 8002010, + 8002061, + 8002010, + 2011020 + ] + ] + }, + { + "Level": 57, + "StageID": 81031022, + "MonsterList": [ + [ + 8001050, + 2022010, + 8002082, + 2022010 + ] + ] + }, + { + "Level": 57, + "StageID": 81031023, + "MonsterList": [ + [ + 8002071, + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 54, + "StageID": 81031111, + "MonsterList": [ + [ + 8001040, + 8002091, + 8001040, + 8001030 + ] + ] + }, + { + "Level": 54, + "StageID": 81031112, + "MonsterList": [ + [ + 8002091, + 2011010, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 54, + "StageID": 81031113, + "MonsterList": [ + [ + 2002010, + 2002010, + 8002091, + 2002010 + ] + ] + }, + { + "Level": 57, + "StageID": 81031121, + "MonsterList": [ + [ + 8002010, + 8002091, + 8002010, + 2011020 + ] + ] + }, + { + "Level": 57, + "StageID": 81031122, + "MonsterList": [ + [ + 8001050, + 2022010, + 8002091, + 2022010 + ] + ] + }, + { + "Level": 57, + "StageID": 81031123, + "MonsterList": [ + [ + 8002091, + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 51, + "StageID": 81040011, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 51, + "StageID": 81040012, + "MonsterList": [ + [ + 2011020, + 2011020 + ] + ] + }, + { + "Level": 51, + "StageID": 81040021, + "MonsterList": [ + [ + 2022040, + 8001050 + ] + ] + }, + { + "Level": 51, + "StageID": 81040022, + "MonsterList": [ + [ + 8001040, + 2022050 + ] + ] + }, + { + "Level": 51, + "StageID": 81040031, + "MonsterList": [ + [ + 2022040, + 2022040 + ] + ] + }, + { + "Level": 51, + "StageID": 81040032, + "MonsterList": [ + [ + 2022050, + 2022040 + ] + ] + }, + { + "Level": 51, + "StageID": 81040041, + "MonsterList": [ + [ + 2011010, + 8001030, + 2011010 + ] + ] + }, + { + "Level": 51, + "StageID": 81040042, + "MonsterList": [ + [ + 2011020, + 8001030, + 2011020 + ] + ] + }, + { + "Level": 52, + "StageID": 81040051, + "MonsterList": [ + [ + 8001040, + 2022050, + 8001040 + ] + ] + }, + { + "Level": 52, + "StageID": 81040052, + "MonsterList": [ + [ + 8001050, + 2022040, + 8001050 + ] + ] + }, + { + "Level": 54, + "StageID": 81040061, + "MonsterList": [ + [ + 2022050, + 8001040, + 2022050 + ] + ] + }, + { + "Level": 54, + "StageID": 81040062, + "MonsterList": [ + [ + 2022040, + 8001050, + 2022040 + ] + ] + }, + { + "Level": 54, + "StageID": 81040071, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 54, + "StageID": 81040072, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 54, + "StageID": 81040081, + "MonsterList": [ + [ + 2012010, + 2011010, + 2012010 + ] + ] + }, + { + "Level": 54, + "StageID": 81040082, + "MonsterList": [ + [ + 2012010, + 2011020, + 2012010 + ] + ] + }, + { + "Level": 54, + "StageID": 81040091, + "MonsterList": [ + [ + 2022020, + 2022060, + 2022020 + ] + ] + }, + { + "Level": 54, + "StageID": 81040092, + "MonsterList": [ + [ + 2022060, + 2022020, + 2022060 + ] + ] + }, + { + "Level": 55, + "StageID": 81040101, + "MonsterList": [ + [ + 2022040, + 2022010, + 2022050 + ] + ] + }, + { + "Level": 55, + "StageID": 81040102, + "MonsterList": [ + [ + 2022060, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 57, + "StageID": 81040111, + "MonsterList": [ + [ + 2022050, + 2022020, + 2022050, + 8001030 + ] + ] + }, + { + "Level": 57, + "StageID": 81040112, + "MonsterList": [ + [ + 8001030, + 2022040, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 57, + "StageID": 81040121, + "MonsterList": [ + [ + 2012010, + 2012010, + 2011020, + 2012010 + ] + ] + }, + { + "Level": 57, + "StageID": 81040122, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2012010 + ] + ] + }, + { + "Level": 57, + "StageID": 81040131, + "MonsterList": [ + [ + 2022040, + 2022010, + 2022040, + 8001050 + ] + ] + }, + { + "Level": 57, + "StageID": 81040132, + "MonsterList": [ + [ + 8001050, + 2022060, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 57, + "StageID": 81040141, + "MonsterList": [ + [ + 2022020, + 2022060, + 2022020, + 2022060 + ] + ] + }, + { + "Level": 57, + "StageID": 81040142, + "MonsterList": [ + [ + 2022060, + 2022010, + 2022010, + 8001030 + ] + ] + }, + { + "Level": 58, + "StageID": 81040151, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 58, + "StageID": 81040152, + "MonsterList": [ + [ + 2022010, + 2022020, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 54, + "StageID": 81041011, + "MonsterList": [ + [ + 8001050, + 8002061, + 2022040, + 8001050 + ] + ] + }, + { + "Level": 54, + "StageID": 81041012, + "MonsterList": [ + [ + 8002082, + 8001040, + 2022050, + 8001040 + ] + ] + }, + { + "Level": 54, + "StageID": 81041013, + "MonsterList": [ + [ + 2011020, + 2011010, + 8002071, + 2012010 + ] + ] + }, + { + "Level": 57, + "StageID": 81041021, + "MonsterList": [ + [ + 2022010, + 8002061, + 2022010, + 8001030 + ] + ] + }, + { + "Level": 57, + "StageID": 81041022, + "MonsterList": [ + [ + 2022040, + 2022050, + 8002082, + 2022050 + ] + ] + }, + { + "Level": 57, + "StageID": 81041023, + "MonsterList": [ + [ + 8002071, + 2022060, + 2022020, + 2022060 + ] + ] + }, + { + "Level": 54, + "StageID": 81041111, + "MonsterList": [ + [ + 8001050, + 8002091, + 2022040, + 8001050 + ] + ] + }, + { + "Level": 54, + "StageID": 81041112, + "MonsterList": [ + [ + 8002091, + 8001040, + 2022050, + 8001040 + ] + ] + }, + { + "Level": 54, + "StageID": 81041113, + "MonsterList": [ + [ + 2011020, + 2011010, + 8002091, + 2012010 + ] + ] + }, + { + "Level": 57, + "StageID": 81041121, + "MonsterList": [ + [ + 2022010, + 8002091, + 2022010, + 8001030 + ] + ] + }, + { + "Level": 57, + "StageID": 81041122, + "MonsterList": [ + [ + 2022040, + 2022050, + 8002091, + 2022050 + ] + ] + }, + { + "Level": 57, + "StageID": 81041123, + "MonsterList": [ + [ + 8002091, + 2022060, + 2022020, + 2022060 + ] + ] + }, + { + "Level": 57, + "StageID": 81050011, + "MonsterList": [ + [ + 8022010, + 8022010 + ] + ] + }, + { + "Level": 57, + "StageID": 81050021, + "MonsterList": [ + [ + 8022010, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 57, + "StageID": 81050031, + "MonsterList": [ + [ + 8022020, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 57, + "StageID": 81050041, + "MonsterList": [ + [ + 8022010, + 8022010, + 8022020, + 8022010 + ] + ] + }, + { + "Level": 54, + "StageID": 81060011, + "MonsterList": [ + [ + 8022010, + 8022010, + 8002061 + ] + ] + }, + { + "Level": 54, + "StageID": 81060012, + "MonsterList": [ + [ + 8002082, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 54, + "StageID": 81060013, + "MonsterList": [ + [ + 8022010, + 8002071, + 8022010 + ] + ] + }, + { + "Level": 57, + "StageID": 81060021, + "MonsterList": [ + [ + 8022010, + 8022010, + 8002061, + 8022020 + ] + ] + }, + { + "Level": 57, + "StageID": 81060022, + "MonsterList": [ + [ + 8002082, + 8022010, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 57, + "StageID": 81060023, + "MonsterList": [ + [ + 8022020, + 8002071, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 54, + "StageID": 81060111, + "MonsterList": [ + [ + 8022010, + 8022010, + 8002091 + ] + ] + }, + { + "Level": 54, + "StageID": 81060112, + "MonsterList": [ + [ + 8002091, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 54, + "StageID": 81060113, + "MonsterList": [ + [ + 8022010, + 8002091, + 8022010 + ] + ] + }, + { + "Level": 57, + "StageID": 81060121, + "MonsterList": [ + [ + 8022010, + 8022010, + 8002091, + 8022020 + ] + ] + }, + { + "Level": 57, + "StageID": 81060122, + "MonsterList": [ + [ + 8002091, + 8022010, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 57, + "StageID": 81060123, + "MonsterList": [ + [ + 8022020, + 8002091, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 44, + "StageID": 81100011, + "MonsterList": [ + [ + 8012010, + 8013010, + 8012010 + ] + ] + }, + { + "Level": 44, + "StageID": 81100021, + "MonsterList": [ + [ + 1003010 + ] + ] + }, + { + "Level": 44, + "StageID": 81100031, + "MonsterList": [ + [ + 1012010, + 1013020, + 1012010 + ] + ] + }, + { + "Level": 44, + "StageID": 81100041, + "MonsterList": [ + [ + 1013010 + ] + ] + }, + { + "Level": 44, + "StageID": 81100051, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 44, + "StageID": 81100061, + "MonsterList": [ + [ + 8001020, + 8003010, + 8001020 + ] + ] + }, + { + "Level": 44, + "StageID": 81100071, + "MonsterList": [ + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 44, + "StageID": 81100081, + "MonsterList": [ + [ + 1023020 + ] + ] + }, + { + "Level": 44, + "StageID": 81100091, + "MonsterList": [ + [ + 1022010, + 8003030, + 1022010 + ] + ] + }, + { + "Level": 44, + "StageID": 81100101, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 44, + "StageID": 81100111, + "MonsterList": [ + [ + 8001050, + 8003050, + 8001050 + ] + ] + }, + { + "Level": 44, + "StageID": 81100121, + "MonsterList": [ + [ + 2023010 + ] + ] + }, + { + "Level": 44, + "StageID": 81100131, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 44, + "StageID": 81100141, + "MonsterList": [ + [ + 2022010, + 2023030, + 2022010 + ] + ] + }, + { + "Level": 44, + "StageID": 81100151, + "MonsterList": [ + [ + 2022040, + 2023020, + 2022050 + ] + ] + }, + { + "Level": 44, + "StageID": 81110011, + "MonsterList": [ + [ + 8012010, + 8013011, + 8012010 + ] + ] + }, + { + "Level": 44, + "StageID": 81110021, + "MonsterList": [ + [ + 1003011 + ] + ] + }, + { + "Level": 44, + "StageID": 81110031, + "MonsterList": [ + [ + 1012010, + 1013021, + 1012010 + ] + ] + }, + { + "Level": 44, + "StageID": 81110041, + "MonsterList": [ + [ + 1013011 + ] + ] + }, + { + "Level": 44, + "StageID": 81110051, + "MonsterList": [ + [ + 8001010, + 8003021, + 8001010 + ] + ] + }, + { + "Level": 44, + "StageID": 81110061, + "MonsterList": [ + [ + 8001020, + 8003011, + 8001020 + ] + ] + }, + { + "Level": 44, + "StageID": 81110071, + "MonsterList": [ + [ + 1022020, + 1023011, + 1022020 + ] + ] + }, + { + "Level": 44, + "StageID": 81110081, + "MonsterList": [ + [ + 1023021 + ] + ] + }, + { + "Level": 44, + "StageID": 81110091, + "MonsterList": [ + [ + 1022010, + 8003031, + 1022010 + ] + ] + }, + { + "Level": 44, + "StageID": 81110101, + "MonsterList": [ + [ + 8002010, + 8003041, + 8002010 + ] + ] + }, + { + "Level": 44, + "StageID": 81110111, + "MonsterList": [ + [ + 8001050, + 8003051, + 8001050 + ] + ] + }, + { + "Level": 44, + "StageID": 81110121, + "MonsterList": [ + [ + 2023011 + ] + ] + }, + { + "Level": 44, + "StageID": 81110131, + "MonsterList": [ + [ + 2013011 + ] + ] + }, + { + "Level": 44, + "StageID": 81110141, + "MonsterList": [ + [ + 2022010, + 2023031, + 2022010 + ] + ] + }, + { + "Level": 44, + "StageID": 81110151, + "MonsterList": [ + [ + 2022040, + 2023021, + 2022050 + ] + ] + }, + { + "Level": 44, + "StageID": 81120011, + "MonsterList": [ + [ + 8002061, + 1013020, + 1012010 + ] + ] + }, + { + "Level": 44, + "StageID": 81120012, + "MonsterList": [ + [ + 1022020, + 8002061, + 1023010 + ] + ] + }, + { + "Level": 44, + "StageID": 81120021, + "MonsterList": [ + [ + 8002082, + 1013010 + ] + ] + }, + { + "Level": 44, + "StageID": 81120022, + "MonsterList": [ + [ + 1003010, + 8002082 + ] + ] + }, + { + "Level": 44, + "StageID": 81120031, + "MonsterList": [ + [ + 8002071, + 2013010 + ] + ] + }, + { + "Level": 44, + "StageID": 81120032, + "MonsterList": [ + [ + 2023030, + 8002071, + 2022010 + ] + ] + }, + { + "Level": 44, + "StageID": 81120111, + "MonsterList": [ + [ + 8002091, + 1013020, + 1012010 + ] + ] + }, + { + "Level": 44, + "StageID": 81120112, + "MonsterList": [ + [ + 1022020, + 8002091, + 1023010 + ] + ] + }, + { + "Level": 44, + "StageID": 81120121, + "MonsterList": [ + [ + 8002091, + 1013010 + ] + ] + }, + { + "Level": 44, + "StageID": 81120122, + "MonsterList": [ + [ + 1003010, + 8002091 + ] + ] + }, + { + "Level": 44, + "StageID": 81120131, + "MonsterList": [ + [ + 8002091, + 2013010 + ] + ] + }, + { + "Level": 44, + "StageID": 81120132, + "MonsterList": [ + [ + 2023030, + 8002091, + 2022010 + ] + ] + }, + { + "Level": 44, + "StageID": 81130011, + "MonsterList": [ + [ + 8003030, + 1003010 + ] + ] + }, + { + "Level": 44, + "StageID": 81130021, + "MonsterList": [ + [ + 8003010, + 1023020 + ] + ] + }, + { + "Level": 44, + "StageID": 81130031, + "MonsterList": [ + [ + 2013010, + 8003040 + ] + ] + }, + { + "Level": 44, + "StageID": 81130041, + "MonsterList": [ + [ + 2023020, + 1013010 + ] + ] + }, + { + "Level": 44, + "StageID": 81130051, + "MonsterList": [ + [ + 8003050, + 2023010 + ] + ] + }, + { + "Level": 44, + "StageID": 81130061, + "MonsterList": [ + [ + 8013010, + 8003020 + ] + ] + }, + { + "Level": 44, + "StageID": 81200011, + "MonsterList": [ + [ + 8012010, + 8013010, + 8012010 + ] + ] + }, + { + "Level": 44, + "StageID": 81200021, + "MonsterList": [ + [ + 1003010 + ] + ] + }, + { + "Level": 44, + "StageID": 81200031, + "MonsterList": [ + [ + 1012010, + 1013020, + 1012010 + ] + ] + }, + { + "Level": 44, + "StageID": 81200041, + "MonsterList": [ + [ + 1013010 + ] + ] + }, + { + "Level": 44, + "StageID": 81200051, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 44, + "StageID": 81200061, + "MonsterList": [ + [ + 8001020, + 8003010, + 8001020 + ] + ] + }, + { + "Level": 44, + "StageID": 81200071, + "MonsterList": [ + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 44, + "StageID": 81200081, + "MonsterList": [ + [ + 1023020 + ] + ] + }, + { + "Level": 44, + "StageID": 81200091, + "MonsterList": [ + [ + 1022010, + 8003030, + 1022010 + ] + ] + }, + { + "Level": 44, + "StageID": 81200101, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 44, + "StageID": 81200111, + "MonsterList": [ + [ + 8001050, + 8003050, + 8001050 + ] + ] + }, + { + "Level": 44, + "StageID": 81200121, + "MonsterList": [ + [ + 2023010 + ] + ] + }, + { + "Level": 44, + "StageID": 81200131, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 44, + "StageID": 81200141, + "MonsterList": [ + [ + 2022010, + 2023030, + 2022010 + ] + ] + }, + { + "Level": 44, + "StageID": 81200151, + "MonsterList": [ + [ + 2022040, + 2023020, + 2022050 + ] + ] + }, + { + "Level": 44, + "StageID": 81210011, + "MonsterList": [ + [ + 8012010, + 8013011, + 8012010 + ] + ] + }, + { + "Level": 44, + "StageID": 81210021, + "MonsterList": [ + [ + 1003011 + ] + ] + }, + { + "Level": 44, + "StageID": 81210031, + "MonsterList": [ + [ + 1012010, + 1013021, + 1012010 + ] + ] + }, + { + "Level": 44, + "StageID": 81210041, + "MonsterList": [ + [ + 1013011 + ] + ] + }, + { + "Level": 44, + "StageID": 81210051, + "MonsterList": [ + [ + 8001010, + 8003021, + 8001010 + ] + ] + }, + { + "Level": 44, + "StageID": 81210061, + "MonsterList": [ + [ + 8001020, + 8003011, + 8001020 + ] + ] + }, + { + "Level": 44, + "StageID": 81210071, + "MonsterList": [ + [ + 1022020, + 1023011, + 1022020 + ] + ] + }, + { + "Level": 44, + "StageID": 81210081, + "MonsterList": [ + [ + 1023021 + ] + ] + }, + { + "Level": 44, + "StageID": 81210091, + "MonsterList": [ + [ + 1022010, + 8003031, + 1022010 + ] + ] + }, + { + "Level": 44, + "StageID": 81210101, + "MonsterList": [ + [ + 8002010, + 8003041, + 8002010 + ] + ] + }, + { + "Level": 44, + "StageID": 81210111, + "MonsterList": [ + [ + 8001050, + 8003051, + 8001050 + ] + ] + }, + { + "Level": 44, + "StageID": 81210121, + "MonsterList": [ + [ + 2023011 + ] + ] + }, + { + "Level": 44, + "StageID": 81210131, + "MonsterList": [ + [ + 2013011 + ] + ] + }, + { + "Level": 44, + "StageID": 81210141, + "MonsterList": [ + [ + 2022010, + 2023031, + 2022010 + ] + ] + }, + { + "Level": 44, + "StageID": 81210151, + "MonsterList": [ + [ + 2022040, + 2023021, + 2022050 + ] + ] + }, + { + "Level": 44, + "StageID": 81220011, + "MonsterList": [ + [ + 1004022 + ] + ] + }, + { + "Level": 44, + "StageID": 81220021, + "MonsterList": [ + [ + 1014011 + ] + ] + }, + { + "Level": 44, + "StageID": 81220031, + "MonsterList": [ + [ + 2002010, + 2004011, + 2002010 + ] + ] + }, + { + "Level": 44, + "StageID": 81220041, + "MonsterList": [ + [ + 1004011 + ] + ] + }, + { + "Level": 44, + "StageID": 81220051, + "MonsterList": [ + [ + 2024011 + ] + ] + }, + { + "Level": 44, + "StageID": 81230011, + "MonsterList": [ + [ + 8024010 + ] + ] + }, + { + "Level": 48, + "StageID": 81310011, + "MonsterList": [ + [ + 8001020, + 8003010, + 8001020 + ] + ] + }, + { + "Level": 48, + "StageID": 81310012, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 81310013, + "MonsterList": [ + [ + 8003010, + 8003020 + ] + ] + }, + { + "Level": 48, + "StageID": 81310021, + "MonsterList": [ + [ + 1012010, + 1013020, + 1012010 + ] + ] + }, + { + "Level": 48, + "StageID": 81310022, + "MonsterList": [ + [ + 1013010 + ] + ] + }, + { + "Level": 48, + "StageID": 81310023, + "MonsterList": [ + [ + 1013020, + 1013010 + ] + ] + }, + { + "Level": 48, + "StageID": 81310031, + "MonsterList": [ + [ + 1022010, + 8003030, + 1022010 + ] + ] + }, + { + "Level": 48, + "StageID": 81310032, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 48, + "StageID": 81310033, + "MonsterList": [ + [ + 8003030, + 8003040 + ] + ] + }, + { + "Level": 48, + "StageID": 81311011, + "MonsterList": [ + [ + 8013010, + 8003030 + ] + ] + }, + { + "Level": 48, + "StageID": 81311021, + "MonsterList": [ + [ + 1023010, + 8003050 + ] + ] + }, + { + "Level": 48, + "StageID": 81311031, + "MonsterList": [ + [ + 1023020, + 8003010 + ] + ] + }, + { + "Level": 48, + "StageID": 81311041, + "MonsterList": [ + [ + 2013010, + 8003040 + ] + ] + }, + { + "Level": 48, + "StageID": 81311051, + "MonsterList": [ + [ + 8013010, + 8003030 + ] + ] + }, + { + "Level": 48, + "StageID": 81311061, + "MonsterList": [ + [ + 1023010, + 8003050 + ] + ] + }, + { + "Level": 48, + "StageID": 81311071, + "MonsterList": [ + [ + 1023020, + 8003010 + ] + ] + }, + { + "Level": 48, + "StageID": 81311081, + "MonsterList": [ + [ + 2013010, + 8003040 + ] + ] + }, + { + "Level": 48, + "StageID": 81312011, + "MonsterList": [ + [ + 8002056, + 8002055, + 8002057 + ] + ] + }, + { + "Level": 48, + "StageID": 81312012, + "MonsterList": [ + [ + 8002058 + ] + ] + }, + { + "Level": 48, + "StageID": 81312013, + "MonsterList": [ + [ + 8002059 + ] + ] + }, + { + "Level": 48, + "StageID": 81312021, + "MonsterList": [ + [ + 8012010, + 8013010, + 8012010 + ] + ] + }, + { + "Level": 48, + "StageID": 81312022, + "MonsterList": [ + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 48, + "StageID": 81312023, + "MonsterList": [ + [ + 2022020, + 2023010 + ] + ] + }, + { + "Level": 48, + "StageID": 81312031, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010 + ], + [ + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 48, + "StageID": 81312032, + "MonsterList": [ + [ + 1002050, + 1002040, + 1002050, + 1002040 + ], + [ + 2022010, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 48, + "StageID": 81312033, + "MonsterList": [ + [ + 2011010, + 2012010, + 2011010 + ], + [ + 8012010, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 48, + "StageID": 81320011, + "MonsterList": [ + [ + 1003010 + ] + ] + }, + { + "Level": 48, + "StageID": 81320012, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 48, + "StageID": 81320013, + "MonsterList": [ + [ + 2023010 + ] + ] + }, + { + "Level": 48, + "StageID": 81320021, + "MonsterList": [ + [ + 2023011 + ] + ] + }, + { + "Level": 48, + "StageID": 81320022, + "MonsterList": [ + [ + 8003051 + ] + ] + }, + { + "Level": 48, + "StageID": 81320023, + "MonsterList": [ + [ + 1022010, + 8003031, + 1022010 + ] + ] + }, + { + "Level": 48, + "StageID": 81321011, + "MonsterList": [ + [ + 1013010 + ] + ] + }, + { + "Level": 48, + "StageID": 81321012, + "MonsterList": [ + [ + 1013020 + ] + ] + }, + { + "Level": 48, + "StageID": 81321013, + "MonsterList": [ + [ + 8003010 + ] + ] + }, + { + "Level": 48, + "StageID": 81321014, + "MonsterList": [ + [ + 8003020 + ] + ] + }, + { + "Level": 48, + "StageID": 81321021, + "MonsterList": [ + [ + 1023021 + ] + ] + }, + { + "Level": 48, + "StageID": 81321022, + "MonsterList": [ + [ + 1022020, + 1023011, + 1022020 + ] + ] + }, + { + "Level": 48, + "StageID": 81321031, + "MonsterList": [ + [ + 1023021, + 1023011 + ] + ] + }, + { + "Level": 48, + "StageID": 81322011, + "MonsterList": [ + [ + 1014010 + ] + ] + }, + { + "Level": 48, + "StageID": 81322021, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002040 + ] + ] + }, + { + "Level": 48, + "StageID": 81323011, + "MonsterList": [ + [ + 8022010, + 8022010, + 8022020, + 8022010 + ], + [ + 8022010, + 8022010, + 8022010, + 8022020 + ] + ] + }, + { + "Level": 48, + "StageID": 81323021, + "MonsterList": [ + [ + 8022010, + 8022010, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 48, + "StageID": 81323022, + "MonsterList": [ + [ + 8022020, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 48, + "StageID": 81323023, + "MonsterList": [ + [ + 8022010, + 8022020, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 48, + "StageID": 81323024, + "MonsterList": [ + [ + 1002020, + 1013010, + 1002020 + ] + ] + }, + { + "Level": 48, + "StageID": 81323031, + "MonsterList": [ + [ + 8022020, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 48, + "StageID": 81323032, + "MonsterList": [ + [ + 1002050, + 1002040, + 1002050 + ] + ] + }, + { + "Level": 48, + "StageID": 81323033, + "MonsterList": [ + [ + 1002040, + 1003010, + 1002040, + 1002050 + ] + ] + }, + { + "Level": 48, + "StageID": 81323034, + "MonsterList": [ + [ + 1002030, + 1003010, + 1003010, + 1002030 + ] + ] + }, + { + "Level": 48, + "StageID": 81323041, + "MonsterList": [ + [ + 8022010, + 8022010, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 48, + "StageID": 81323042, + "MonsterList": [ + [ + 8022010, + 8022020, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 48, + "StageID": 81324011, + "MonsterList": [ + [ + 8012010, + 8013010, + 8012010 + ] + ] + }, + { + "Level": 48, + "StageID": 81324012, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 48, + "StageID": 81324013, + "MonsterList": [ + [ + 1022010, + 8003030, + 1022010 + ] + ] + }, + { + "Level": 48, + "StageID": 81325011, + "MonsterList": [ + [ + 8022010, + 8022010, + 8022010 + ], + [ + 8022010, + 8022010, + 8022020 + ], + [ + 8022020, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 48, + "StageID": 81326011, + "MonsterList": [ + [ + 8002101, + 8002100, + 8002102 + ] + ] + }, + { + "Level": 48, + "StageID": 81326021, + "MonsterList": [ + [ + 8002101, + 8002100, + 8002102 + ] + ] + }, + { + "Level": 48, + "StageID": 81327011, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 48, + "StageID": 81327012, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 48, + "StageID": 81328011, + "MonsterList": [ + [ + 2022040, + 2023030, + 2022040 + ] + ] + }, + { + "Level": 48, + "StageID": 81329011, + "MonsterList": [ + [ + 8012010, + 8013010, + 8012010 + ] + ] + }, + { + "Level": 48, + "StageID": 81329012, + "MonsterList": [ + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 48, + "StageID": 81329013, + "MonsterList": [ + [ + 2022020, + 2023010 + ] + ] + }, + { + "Level": 48, + "StageID": 81330011, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010 + ], + [ + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 48, + "StageID": 81330012, + "MonsterList": [ + [ + 1002050, + 1002040, + 1002050, + 1002040 + ], + [ + 2022010, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 48, + "StageID": 81330013, + "MonsterList": [ + [ + 2011010, + 2012010, + 2011010 + ], + [ + 8012010, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 48, + "StageID": 81331011, + "MonsterList": [ + [ + 8001020, + 8003011, + 8001020 + ] + ] + }, + { + "Level": 48, + "StageID": 81331012, + "MonsterList": [ + [ + 8001010, + 8003021, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 81331013, + "MonsterList": [ + [ + 1012010, + 1013021, + 1012010 + ] + ] + }, + { + "Level": 48, + "StageID": 81331014, + "MonsterList": [ + [ + 1013011 + ] + ] + }, + { + "Level": 48, + "StageID": 81331015, + "MonsterList": [ + [ + 1022010, + 8003031, + 1022010 + ] + ] + }, + { + "Level": 48, + "StageID": 81331016, + "MonsterList": [ + [ + 8002010, + 8003041, + 8002010 + ] + ] + }, + { + "Level": 48, + "StageID": 81332011, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 48, + "StageID": 81332012, + "MonsterList": [ + [ + 2022040, + 2023020, + 2022050 + ] + ] + }, + { + "Level": 48, + "StageID": 81333011, + "MonsterList": [ + [ + 2002010, + 2002010, + 2002010 + ] + ] + }, + { + "Level": 48, + "StageID": 81333012, + "MonsterList": [ + [ + 1002050, + 1002040, + 1002040, + 1002050 + ] + ] + }, + { + "Level": 48, + "StageID": 81334011, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 81334021, + "MonsterList": [ + [ + 8001020, + 8003010, + 8001020 + ] + ] + }, + { + "Level": 48, + "StageID": 81334031, + "MonsterList": [ + [ + 1023020 + ] + ] + }, + { + "Level": 48, + "StageID": 81334041, + "MonsterList": [ + [ + 1013010 + ] + ] + }, + { + "Level": 48, + "StageID": 81334051, + "MonsterList": [ + [ + 8001050, + 8003050, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 81334061, + "MonsterList": [ + [ + 1012010, + 1013020, + 1012010 + ] + ] + }, + { + "Level": 48, + "StageID": 81334071, + "MonsterList": [ + [ + 1022010, + 8003030, + 1022010 + ] + ] + }, + { + "Level": 48, + "StageID": 81334081, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 48, + "StageID": 81334091, + "MonsterList": [ + [ + 1003010 + ] + ] + }, + { + "Level": 48, + "StageID": 81334101, + "MonsterList": [ + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 48, + "StageID": 81334111, + "MonsterList": [ + [ + 2023010 + ] + ] + }, + { + "Level": 48, + "StageID": 81335011, + "MonsterList": [ + [ + 1022010, + 8003031, + 1022010 + ] + ] + }, + { + "Level": 48, + "StageID": 81335012, + "MonsterList": [ + [ + 8002010, + 8003041, + 8002010 + ] + ] + }, + { + "Level": 48, + "StageID": 81335013, + "MonsterList": [ + [ + 2022010, + 2023031, + 2022010 + ] + ] + }, + { + "Level": 48, + "StageID": 81336011, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002040 + ] + ] + }, + { + "Level": 21, + "StageID": 82000011, + "MonsterList": [ + [ + 8011010, + 8011020, + 8011010 + ] + ] + }, + { + "Level": 21, + "StageID": 82000012, + "MonsterList": [ + [ + 8011020, + 8011010, + 8011020 + ] + ] + }, + { + "Level": 21, + "StageID": 82000021, + "MonsterList": [ + [ + 8012010, + 8012010 + ] + ] + }, + { + "Level": 21, + "StageID": 82000022, + "MonsterList": [ + [ + 8012010, + 8012020 + ] + ] + }, + { + "Level": 21, + "StageID": 82000031, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 21, + "StageID": 82000032, + "MonsterList": [ + [ + 8011020, + 8012010, + 8011020 + ] + ] + }, + { + "Level": 21, + "StageID": 82000041, + "MonsterList": [ + [ + 8011010, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 21, + "StageID": 82000042, + "MonsterList": [ + [ + 8012010, + 8012010, + 8011020 + ] + ] + }, + { + "Level": 22, + "StageID": 82000051, + "MonsterList": [ + [ + 8012020, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 22, + "StageID": 82000052, + "MonsterList": [ + [ + 8011020, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 24, + "StageID": 82000061, + "MonsterList": [ + [ + 8012010, + 8012010, + 8012010 + ] + ] + }, + { + "Level": 24, + "StageID": 82000062, + "MonsterList": [ + [ + 8001030, + 8012010, + 8001030 + ] + ] + }, + { + "Level": 24, + "StageID": 82000071, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 24, + "StageID": 82000072, + "MonsterList": [ + [ + 8011010, + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 24, + "StageID": 82000081, + "MonsterList": [ + [ + 8001030, + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 24, + "StageID": 82000082, + "MonsterList": [ + [ + 8011020, + 8012010, + 8012010, + 8011020 + ] + ] + }, + { + "Level": 24, + "StageID": 82000091, + "MonsterList": [ + [ + 8011020, + 8012010, + 8012030, + 8011020 + ] + ] + }, + { + "Level": 24, + "StageID": 82000092, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 25, + "StageID": 82000101, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010, + 8011020 + ] + ] + }, + { + "Level": 25, + "StageID": 82000102, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012020, + 8001030 + ] + ] + }, + { + "Level": 27, + "StageID": 82000111, + "MonsterList": [ + [ + 8012010, + 8001030, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 27, + "StageID": 82000112, + "MonsterList": [ + [ + 8001030, + 8012010, + 8012010, + 8012010 + ] + ] + }, + { + "Level": 27, + "StageID": 82000121, + "MonsterList": [ + [ + 8012010, + 8012030, + 8001030, + 8012020 + ] + ] + }, + { + "Level": 27, + "StageID": 82000122, + "MonsterList": [ + [ + 8012030, + 8012010, + 8012010, + 8001030 + ] + ] + }, + { + "Level": 27, + "StageID": 82000131, + "MonsterList": [ + [ + 8012010, + 8012030, + 8012020, + 8001030 + ] + ] + }, + { + "Level": 27, + "StageID": 82000132, + "MonsterList": [ + [ + 8012010, + 8012030, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 27, + "StageID": 82000141, + "MonsterList": [ + [ + 8012030, + 8012020, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 27, + "StageID": 82000142, + "MonsterList": [ + [ + 8012030, + 8001030, + 8012030, + 8012020 + ] + ] + }, + { + "Level": 28, + "StageID": 82000151, + "MonsterList": [ + [ + 8012010, + 8012030, + 8001030, + 8012030 + ] + ] + }, + { + "Level": 28, + "StageID": 82000152, + "MonsterList": [ + [ + 8012010, + 8012030, + 8012010, + 8012030 + ] + ] + }, + { + "Level": 24, + "StageID": 82001011, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010, + 8002061 + ] + ] + }, + { + "Level": 24, + "StageID": 82001012, + "MonsterList": [ + [ + 8012010, + 8002082, + 8012010 + ] + ] + }, + { + "Level": 24, + "StageID": 82001013, + "MonsterList": [ + [ + 8011020, + 8012010, + 8002071, + 8011020 + ] + ] + }, + { + "Level": 27, + "StageID": 82001021, + "MonsterList": [ + [ + 8002061, + 8012020, + 8012030, + 8012030 + ] + ] + }, + { + "Level": 27, + "StageID": 82001022, + "MonsterList": [ + [ + 8012020, + 8012030, + 8002082, + 8001030 + ] + ] + }, + { + "Level": 27, + "StageID": 82001023, + "MonsterList": [ + [ + 8012030, + 8002071, + 8012010, + 8012010 + ] + ] + }, + { + "Level": 24, + "StageID": 82001111, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010, + 8002091 + ] + ] + }, + { + "Level": 24, + "StageID": 82001112, + "MonsterList": [ + [ + 8012010, + 8002091, + 8012010 + ] + ] + }, + { + "Level": 24, + "StageID": 82001113, + "MonsterList": [ + [ + 8011020, + 8012010, + 8002091, + 8011020 + ] + ] + }, + { + "Level": 27, + "StageID": 82001121, + "MonsterList": [ + [ + 8002091, + 8012020, + 8012030, + 8012030 + ] + ] + }, + { + "Level": 27, + "StageID": 82001122, + "MonsterList": [ + [ + 8012020, + 8012030, + 8002091, + 8001030 + ] + ] + }, + { + "Level": 27, + "StageID": 82001123, + "MonsterList": [ + [ + 8012030, + 8002091, + 8012010, + 8012010 + ] + ] + }, + { + "Level": 31, + "StageID": 82010011, + "MonsterList": [ + [ + 8001020, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 31, + "StageID": 82010012, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 31, + "StageID": 82010021, + "MonsterList": [ + [ + 1012020, + 1012020 + ] + ] + }, + { + "Level": 31, + "StageID": 82010022, + "MonsterList": [ + [ + 1012010, + 1012020 + ] + ] + }, + { + "Level": 31, + "StageID": 82010031, + "MonsterList": [ + [ + 8001020, + 1012020, + 8001020 + ] + ] + }, + { + "Level": 31, + "StageID": 82010032, + "MonsterList": [ + [ + 1012010, + 8001010, + 8001010 + ] + ] + }, + { + "Level": 31, + "StageID": 82010041, + "MonsterList": [ + [ + 1012030, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 31, + "StageID": 82010042, + "MonsterList": [ + [ + 1012030, + 1002020 + ] + ] + }, + { + "Level": 32, + "StageID": 82010051, + "MonsterList": [ + [ + 1012020, + 8001020, + 1012020 + ] + ] + }, + { + "Level": 32, + "StageID": 82010052, + "MonsterList": [ + [ + 8001010, + 1012010, + 1012010 + ] + ] + }, + { + "Level": 34, + "StageID": 82010061, + "MonsterList": [ + [ + 8001020, + 1012020, + 1012020, + 8001020 + ] + ] + }, + { + "Level": 34, + "StageID": 82010062, + "MonsterList": [ + [ + 1012030, + 8001010, + 1012030 + ] + ] + }, + { + "Level": 34, + "StageID": 82010071, + "MonsterList": [ + [ + 1012020, + 1012010, + 1012020 + ] + ] + }, + { + "Level": 34, + "StageID": 82010072, + "MonsterList": [ + [ + 1012010, + 1012020, + 1012010 + ] + ] + }, + { + "Level": 34, + "StageID": 82010081, + "MonsterList": [ + [ + 1002020, + 1012010, + 1012020 + ] + ] + }, + { + "Level": 34, + "StageID": 82010082, + "MonsterList": [ + [ + 1012020, + 1002020, + 1012020 + ] + ] + }, + { + "Level": 34, + "StageID": 82010091, + "MonsterList": [ + [ + 1012020, + 1012030, + 1002020 + ] + ] + }, + { + "Level": 34, + "StageID": 82010092, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 35, + "StageID": 82010101, + "MonsterList": [ + [ + 1002020, + 1012030, + 8001030, + 8001020 + ] + ] + }, + { + "Level": 35, + "StageID": 82010102, + "MonsterList": [ + [ + 8001030, + 1012030, + 1012030, + 8001030 + ] + ] + }, + { + "Level": 37, + "StageID": 82010111, + "MonsterList": [ + [ + 1012020, + 1012020, + 1002020, + 1012020 + ] + ] + }, + { + "Level": 37, + "StageID": 82010112, + "MonsterList": [ + [ + 1012010, + 8001030, + 1012010, + 1002020 + ] + ] + }, + { + "Level": 37, + "StageID": 82010121, + "MonsterList": [ + [ + 1002020, + 1012030, + 1012010, + 1012030 + ] + ] + }, + { + "Level": 37, + "StageID": 82010122, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030, + 1002020 + ] + ] + }, + { + "Level": 37, + "StageID": 82010131, + "MonsterList": [ + [ + 1002020, + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 37, + "StageID": 82010132, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030, + 1012020 + ] + ] + }, + { + "Level": 37, + "StageID": 82010141, + "MonsterList": [ + [ + 8001030, + 1012030, + 1012030, + 1002020 + ] + ] + }, + { + "Level": 37, + "StageID": 82010142, + "MonsterList": [ + [ + 1012030, + 1002020, + 1002020, + 1012030 + ] + ] + }, + { + "Level": 38, + "StageID": 82010151, + "MonsterList": [ + [ + 1012030, + 1002020, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 38, + "StageID": 82010152, + "MonsterList": [ + [ + 8001030, + 1012030, + 1002020, + 1012030 + ] + ] + }, + { + "Level": 34, + "StageID": 82011011, + "MonsterList": [ + [ + 8002061, + 1012020, + 1002020 + ] + ] + }, + { + "Level": 34, + "StageID": 82011012, + "MonsterList": [ + [ + 8001030, + 8001010, + 8002082, + 8001010 + ] + ] + }, + { + "Level": 34, + "StageID": 82011013, + "MonsterList": [ + [ + 8001010, + 8002071, + 1012020, + 8001010 + ] + ] + }, + { + "Level": 37, + "StageID": 82011021, + "MonsterList": [ + [ + 1012030, + 1012030, + 1002020, + 8002061 + ] + ] + }, + { + "Level": 37, + "StageID": 82011022, + "MonsterList": [ + [ + 1012020, + 8002082, + 1002020, + 1012020 + ] + ] + }, + { + "Level": 37, + "StageID": 82011023, + "MonsterList": [ + [ + 1012030, + 1002020, + 8002071, + 1012030 + ] + ] + }, + { + "Level": 34, + "StageID": 82011111, + "MonsterList": [ + [ + 8002091, + 1012020, + 1002020 + ] + ] + }, + { + "Level": 34, + "StageID": 82011112, + "MonsterList": [ + [ + 8001030, + 8001010, + 8002091, + 8001010 + ] + ] + }, + { + "Level": 34, + "StageID": 82011113, + "MonsterList": [ + [ + 8001010, + 8002091, + 1012020, + 8001010 + ] + ] + }, + { + "Level": 37, + "StageID": 82011121, + "MonsterList": [ + [ + 1012030, + 1012030, + 1002020, + 8002091 + ] + ] + }, + { + "Level": 37, + "StageID": 82011122, + "MonsterList": [ + [ + 1012020, + 8002091, + 1002020, + 1012020 + ] + ] + }, + { + "Level": 37, + "StageID": 82011123, + "MonsterList": [ + [ + 1012030, + 1002020, + 8002091, + 1012030 + ] + ] + }, + { + "Level": 41, + "StageID": 82020011, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 41, + "StageID": 82020012, + "MonsterList": [ + [ + 8001020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 41, + "StageID": 82020021, + "MonsterList": [ + [ + 8001020, + 1002040, + 8001020 + ] + ] + }, + { + "Level": 41, + "StageID": 82020022, + "MonsterList": [ + [ + 8001010, + 1002050, + 8001010 + ] + ] + }, + { + "Level": 41, + "StageID": 82020031, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 41, + "StageID": 82020032, + "MonsterList": [ + [ + 1022020, + 1022020 + ] + ] + }, + { + "Level": 41, + "StageID": 82020041, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 41, + "StageID": 82020042, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 42, + "StageID": 82020051, + "MonsterList": [ + [ + 1022020, + 8001010, + 1022020 + ] + ] + }, + { + "Level": 42, + "StageID": 82020052, + "MonsterList": [ + [ + 1022010, + 8001020, + 1022010 + ] + ] + }, + { + "Level": 44, + "StageID": 82020061, + "MonsterList": [ + [ + 1002050, + 1002040, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 44, + "StageID": 82020062, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040, + 1002050 + ] + ] + }, + { + "Level": 44, + "StageID": 82020071, + "MonsterList": [ + [ + 8001030, + 1002040, + 1002040, + 8001020 + ] + ] + }, + { + "Level": 44, + "StageID": 82020072, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002040, + 1002040 + ] + ] + }, + { + "Level": 44, + "StageID": 82020081, + "MonsterList": [ + [ + 1002050, + 1002050, + 8001030, + 8001010 + ] + ] + }, + { + "Level": 44, + "StageID": 82020082, + "MonsterList": [ + [ + 8001030, + 1002040, + 1002040, + 8001020 + ] + ] + }, + { + "Level": 44, + "StageID": 82020091, + "MonsterList": [ + [ + 1002030, + 1002040, + 8001030, + 8001020 + ] + ] + }, + { + "Level": 44, + "StageID": 82020092, + "MonsterList": [ + [ + 1022020, + 1022020, + 8001010, + 1022020 + ] + ] + }, + { + "Level": 45, + "StageID": 82020101, + "MonsterList": [ + [ + 1002050, + 1002030, + 1002050, + 1022020 + ] + ] + }, + { + "Level": 45, + "StageID": 82020102, + "MonsterList": [ + [ + 1022020, + 8001030, + 1022020, + 1002040 + ] + ] + }, + { + "Level": 47, + "StageID": 82020111, + "MonsterList": [ + [ + 1002050, + 1002030, + 8001030, + 1002050 + ] + ] + }, + { + "Level": 47, + "StageID": 82020112, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002040, + 8001030 + ] + ] + }, + { + "Level": 47, + "StageID": 82020121, + "MonsterList": [ + [ + 1002050, + 1002030, + 1002030, + 1002050 + ] + ] + }, + { + "Level": 47, + "StageID": 82020122, + "MonsterList": [ + [ + 1022010, + 8001020, + 8001030, + 1022010 + ] + ] + }, + { + "Level": 47, + "StageID": 82020131, + "MonsterList": [ + [ + 1022020, + 1022020, + 1022020, + 1022020 + ] + ] + }, + { + "Level": 47, + "StageID": 82020132, + "MonsterList": [ + [ + 8001030, + 1022010, + 1022010, + 1002050 + ] + ] + }, + { + "Level": 47, + "StageID": 82020141, + "MonsterList": [ + [ + 1002050, + 1002030, + 8001030, + 1002030 + ] + ] + }, + { + "Level": 47, + "StageID": 82020142, + "MonsterList": [ + [ + 1002050, + 1002030, + 1002030, + 1002050 + ] + ] + }, + { + "Level": 48, + "StageID": 82020151, + "MonsterList": [ + [ + 1002030, + 1022010, + 1022010, + 1002030 + ] + ] + }, + { + "Level": 48, + "StageID": 82020152, + "MonsterList": [ + [ + 1002030, + 1022020, + 1022020, + 1002030 + ] + ] + }, + { + "Level": 44, + "StageID": 82021011, + "MonsterList": [ + [ + 1022020, + 1022020, + 8002061 + ] + ] + }, + { + "Level": 44, + "StageID": 82021012, + "MonsterList": [ + [ + 1002050, + 8002082, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 44, + "StageID": 82021013, + "MonsterList": [ + [ + 8002071, + 1022010, + 8001010, + 8001010 + ] + ] + }, + { + "Level": 47, + "StageID": 82021021, + "MonsterList": [ + [ + 1022010, + 8002061, + 1022010, + 8001030 + ] + ] + }, + { + "Level": 47, + "StageID": 82021022, + "MonsterList": [ + [ + 1002050, + 1002030, + 8002082, + 1002030 + ] + ] + }, + { + "Level": 47, + "StageID": 82021023, + "MonsterList": [ + [ + 1022010, + 1022010, + 8002071, + 8001010 + ] + ] + }, + { + "Level": 44, + "StageID": 82021111, + "MonsterList": [ + [ + 1022020, + 1022020, + 8002091 + ] + ] + }, + { + "Level": 44, + "StageID": 82021112, + "MonsterList": [ + [ + 1002050, + 8002091, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 44, + "StageID": 82021113, + "MonsterList": [ + [ + 8002091, + 1022010, + 8001010, + 8001010 + ] + ] + }, + { + "Level": 47, + "StageID": 82021121, + "MonsterList": [ + [ + 1022010, + 8002091, + 1022010, + 8001030 + ] + ] + }, + { + "Level": 47, + "StageID": 82021122, + "MonsterList": [ + [ + 1002050, + 1002030, + 8002091, + 1002030 + ] + ] + }, + { + "Level": 47, + "StageID": 82021123, + "MonsterList": [ + [ + 1022010, + 1022010, + 8002091, + 8001010 + ] + ] + }, + { + "Level": 51, + "StageID": 82030011, + "MonsterList": [ + [ + 8001040, + 8001040 + ] + ] + }, + { + "Level": 51, + "StageID": 82030012, + "MonsterList": [ + [ + 8001050, + 8001050 + ] + ] + }, + { + "Level": 51, + "StageID": 82030021, + "MonsterList": [ + [ + 2002010, + 8001040 + ] + ] + }, + { + "Level": 51, + "StageID": 82030022, + "MonsterList": [ + [ + 8001030, + 2002010 + ] + ] + }, + { + "Level": 51, + "StageID": 82030031, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 51, + "StageID": 82030032, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050 + ] + ] + }, + { + "Level": 51, + "StageID": 82030041, + "MonsterList": [ + [ + 8001050, + 2022010 + ] + ] + }, + { + "Level": 51, + "StageID": 82030042, + "MonsterList": [ + [ + 2022010, + 8001050 + ] + ] + }, + { + "Level": 52, + "StageID": 82030051, + "MonsterList": [ + [ + 2002010, + 8001030, + 2002010 + ] + ] + }, + { + "Level": 52, + "StageID": 82030052, + "MonsterList": [ + [ + 2002010, + 2002010, + 2002010 + ] + ] + }, + { + "Level": 54, + "StageID": 82030061, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 54, + "StageID": 82030062, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 54, + "StageID": 82030071, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 54, + "StageID": 82030072, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 54, + "StageID": 82030081, + "MonsterList": [ + [ + 2011010, + 8002010, + 2022020 + ] + ] + }, + { + "Level": 54, + "StageID": 82030082, + "MonsterList": [ + [ + 2022020, + 8002010, + 8001040 + ] + ] + }, + { + "Level": 54, + "StageID": 82030091, + "MonsterList": [ + [ + 2011010, + 2012010, + 2011010, + 2011010 + ] + ] + }, + { + "Level": 54, + "StageID": 82030092, + "MonsterList": [ + [ + 2011020, + 2011020, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 55, + "StageID": 82030101, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050, + 8001050 + ] + ] + }, + { + "Level": 55, + "StageID": 82030102, + "MonsterList": [ + [ + 8001040, + 8001040, + 8002010, + 8001040 + ] + ] + }, + { + "Level": 57, + "StageID": 82030111, + "MonsterList": [ + [ + 2011020, + 8002010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 57, + "StageID": 82030112, + "MonsterList": [ + [ + 2012010, + 2022020, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 57, + "StageID": 82030121, + "MonsterList": [ + [ + 2012010, + 2012010, + 2011020, + 2012010 + ] + ] + }, + { + "Level": 57, + "StageID": 82030122, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2012010 + ] + ] + }, + { + "Level": 57, + "StageID": 82030131, + "MonsterList": [ + [ + 2022010, + 2022010, + 8001030, + 8001050 + ] + ] + }, + { + "Level": 57, + "StageID": 82030132, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020, + 8001030 + ] + ] + }, + { + "Level": 57, + "StageID": 82030141, + "MonsterList": [ + [ + 8001030, + 2022010, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 57, + "StageID": 82030142, + "MonsterList": [ + [ + 8001030, + 2022010, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 58, + "StageID": 82030151, + "MonsterList": [ + [ + 8002010, + 8001040, + 8002010, + 2012010 + ] + ] + }, + { + "Level": 58, + "StageID": 82030152, + "MonsterList": [ + [ + 2012010, + 8002010, + 8001040, + 8002010 + ] + ] + }, + { + "Level": 54, + "StageID": 82031011, + "MonsterList": [ + [ + 8001040, + 8002061, + 8001040, + 8001030 + ] + ] + }, + { + "Level": 54, + "StageID": 82031012, + "MonsterList": [ + [ + 8002082, + 2011010, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 54, + "StageID": 82031013, + "MonsterList": [ + [ + 2002010, + 2002010, + 8002071, + 2002010 + ] + ] + }, + { + "Level": 57, + "StageID": 82031021, + "MonsterList": [ + [ + 8002010, + 8002061, + 8002010, + 2011020 + ] + ] + }, + { + "Level": 57, + "StageID": 82031022, + "MonsterList": [ + [ + 8001050, + 2022010, + 8002082, + 2022010 + ] + ] + }, + { + "Level": 57, + "StageID": 82031023, + "MonsterList": [ + [ + 8002071, + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 54, + "StageID": 82031111, + "MonsterList": [ + [ + 8001040, + 8002091, + 8001040, + 8001030 + ] + ] + }, + { + "Level": 54, + "StageID": 82031112, + "MonsterList": [ + [ + 8002091, + 2011010, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 54, + "StageID": 82031113, + "MonsterList": [ + [ + 2002010, + 2002010, + 8002091, + 2002010 + ] + ] + }, + { + "Level": 57, + "StageID": 82031121, + "MonsterList": [ + [ + 8002010, + 8002091, + 8002010, + 2011020 + ] + ] + }, + { + "Level": 57, + "StageID": 82031122, + "MonsterList": [ + [ + 8001050, + 2022010, + 8002091, + 2022010 + ] + ] + }, + { + "Level": 57, + "StageID": 82031123, + "MonsterList": [ + [ + 8002091, + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 51, + "StageID": 82040011, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 51, + "StageID": 82040012, + "MonsterList": [ + [ + 2011020, + 2011020 + ] + ] + }, + { + "Level": 51, + "StageID": 82040021, + "MonsterList": [ + [ + 2022040, + 8001050 + ] + ] + }, + { + "Level": 51, + "StageID": 82040022, + "MonsterList": [ + [ + 8001040, + 2022050 + ] + ] + }, + { + "Level": 51, + "StageID": 82040031, + "MonsterList": [ + [ + 2022040, + 2022040 + ] + ] + }, + { + "Level": 51, + "StageID": 82040032, + "MonsterList": [ + [ + 2022050, + 2022040 + ] + ] + }, + { + "Level": 51, + "StageID": 82040041, + "MonsterList": [ + [ + 2011010, + 8001030, + 2011010 + ] + ] + }, + { + "Level": 51, + "StageID": 82040042, + "MonsterList": [ + [ + 2011020, + 8001030, + 2011020 + ] + ] + }, + { + "Level": 52, + "StageID": 82040051, + "MonsterList": [ + [ + 8001040, + 2022050, + 8001040 + ] + ] + }, + { + "Level": 52, + "StageID": 82040052, + "MonsterList": [ + [ + 8001050, + 2022040, + 8001050 + ] + ] + }, + { + "Level": 54, + "StageID": 82040061, + "MonsterList": [ + [ + 2022050, + 8001040, + 2022050 + ] + ] + }, + { + "Level": 54, + "StageID": 82040062, + "MonsterList": [ + [ + 2022040, + 8001050, + 2022040 + ] + ] + }, + { + "Level": 54, + "StageID": 82040071, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 54, + "StageID": 82040072, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 54, + "StageID": 82040081, + "MonsterList": [ + [ + 2012010, + 2011010, + 2012010 + ] + ] + }, + { + "Level": 54, + "StageID": 82040082, + "MonsterList": [ + [ + 2012010, + 2011020, + 2012010 + ] + ] + }, + { + "Level": 54, + "StageID": 82040091, + "MonsterList": [ + [ + 2022020, + 2022060, + 2022020 + ] + ] + }, + { + "Level": 54, + "StageID": 82040092, + "MonsterList": [ + [ + 2022060, + 2022020, + 2022060 + ] + ] + }, + { + "Level": 55, + "StageID": 82040101, + "MonsterList": [ + [ + 2022040, + 2022010, + 2022050 + ] + ] + }, + { + "Level": 55, + "StageID": 82040102, + "MonsterList": [ + [ + 2022060, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 57, + "StageID": 82040111, + "MonsterList": [ + [ + 2022050, + 2022020, + 2022050, + 8001030 + ] + ] + }, + { + "Level": 57, + "StageID": 82040112, + "MonsterList": [ + [ + 8001030, + 2022040, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 57, + "StageID": 82040121, + "MonsterList": [ + [ + 2012010, + 2012010, + 2011020, + 2012010 + ] + ] + }, + { + "Level": 57, + "StageID": 82040122, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2012010 + ] + ] + }, + { + "Level": 57, + "StageID": 82040131, + "MonsterList": [ + [ + 2022040, + 2022010, + 2022040, + 8001050 + ] + ] + }, + { + "Level": 57, + "StageID": 82040132, + "MonsterList": [ + [ + 8001050, + 2022060, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 57, + "StageID": 82040141, + "MonsterList": [ + [ + 2022020, + 2022060, + 2022020, + 2022060 + ] + ] + }, + { + "Level": 57, + "StageID": 82040142, + "MonsterList": [ + [ + 2022060, + 2022010, + 2022010, + 8001030 + ] + ] + }, + { + "Level": 58, + "StageID": 82040151, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 58, + "StageID": 82040152, + "MonsterList": [ + [ + 2022010, + 2022020, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 54, + "StageID": 82041011, + "MonsterList": [ + [ + 8001050, + 8002061, + 2022040, + 8001050 + ] + ] + }, + { + "Level": 54, + "StageID": 82041012, + "MonsterList": [ + [ + 8002082, + 8001040, + 2022050, + 8001040 + ] + ] + }, + { + "Level": 54, + "StageID": 82041013, + "MonsterList": [ + [ + 2011020, + 2011010, + 8002071, + 2012010 + ] + ] + }, + { + "Level": 57, + "StageID": 82041021, + "MonsterList": [ + [ + 2022010, + 8002061, + 2022010, + 8001030 + ] + ] + }, + { + "Level": 57, + "StageID": 82041022, + "MonsterList": [ + [ + 2022040, + 2022050, + 8002082, + 2022050 + ] + ] + }, + { + "Level": 57, + "StageID": 82041023, + "MonsterList": [ + [ + 8002071, + 2022060, + 2022020, + 2022060 + ] + ] + }, + { + "Level": 54, + "StageID": 82041111, + "MonsterList": [ + [ + 8001050, + 8002091, + 2022040, + 8001050 + ] + ] + }, + { + "Level": 54, + "StageID": 82041112, + "MonsterList": [ + [ + 8002091, + 8001040, + 2022050, + 8001040 + ] + ] + }, + { + "Level": 54, + "StageID": 82041113, + "MonsterList": [ + [ + 2011020, + 2011010, + 8002091, + 2012010 + ] + ] + }, + { + "Level": 57, + "StageID": 82041121, + "MonsterList": [ + [ + 2022010, + 8002091, + 2022010, + 8001030 + ] + ] + }, + { + "Level": 57, + "StageID": 82041122, + "MonsterList": [ + [ + 2022040, + 2022050, + 8002091, + 2022050 + ] + ] + }, + { + "Level": 57, + "StageID": 82041123, + "MonsterList": [ + [ + 8002091, + 2022060, + 2022020, + 2022060 + ] + ] + }, + { + "Level": 51, + "StageID": 82050011, + "MonsterList": [ + [ + 2022110, + 2022110 + ] + ] + }, + { + "Level": 51, + "StageID": 82050012, + "MonsterList": [ + [ + 2002030, + 8001030 + ] + ] + }, + { + "Level": 51, + "StageID": 82050021, + "MonsterList": [ + [ + 8032010, + 8032020 + ] + ] + }, + { + "Level": 51, + "StageID": 82050022, + "MonsterList": [ + [ + 8032020, + 8032010 + ] + ] + }, + { + "Level": 51, + "StageID": 82050031, + "MonsterList": [ + [ + 2022040, + 2022040 + ] + ] + }, + { + "Level": 51, + "StageID": 82050032, + "MonsterList": [ + [ + 2022050, + 2022040 + ] + ] + }, + { + "Level": 51, + "StageID": 82050041, + "MonsterList": [ + [ + 2002010, + 8001030, + 2002030 + ] + ] + }, + { + "Level": 51, + "StageID": 82050042, + "MonsterList": [ + [ + 8032020, + 8001030, + 8032010 + ] + ] + }, + { + "Level": 52, + "StageID": 82050051, + "MonsterList": [ + [ + 2022110, + 2022050, + 2022110 + ] + ] + }, + { + "Level": 52, + "StageID": 82050052, + "MonsterList": [ + [ + 2022110, + 2022040, + 2022110 + ] + ] + }, + { + "Level": 54, + "StageID": 82050061, + "MonsterList": [ + [ + 2022050, + 2022110, + 2022050 + ] + ] + }, + { + "Level": 54, + "StageID": 82050062, + "MonsterList": [ + [ + 2022040, + 2022110, + 2022040 + ] + ] + }, + { + "Level": 54, + "StageID": 82050071, + "MonsterList": [ + [ + 2022110, + 2022110, + 2022110 + ] + ] + }, + { + "Level": 54, + "StageID": 82050072, + "MonsterList": [ + [ + 2002010, + 2002030, + 2002010 + ] + ] + }, + { + "Level": 54, + "StageID": 82050081, + "MonsterList": [ + [ + 8032010, + 8032020, + 8032010 + ] + ] + }, + { + "Level": 54, + "StageID": 82050082, + "MonsterList": [ + [ + 8032020, + 8032010, + 8032020 + ] + ] + }, + { + "Level": 54, + "StageID": 82050091, + "MonsterList": [ + [ + 2022020, + 2022060, + 2022020 + ] + ] + }, + { + "Level": 54, + "StageID": 82050092, + "MonsterList": [ + [ + 2022060, + 2022020, + 2022060 + ] + ] + }, + { + "Level": 55, + "StageID": 82050101, + "MonsterList": [ + [ + 2022040, + 2022010, + 2022050 + ] + ] + }, + { + "Level": 55, + "StageID": 82050102, + "MonsterList": [ + [ + 2022060, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 57, + "StageID": 82050111, + "MonsterList": [ + [ + 2022050, + 2022020, + 2022050, + 8001030 + ] + ] + }, + { + "Level": 57, + "StageID": 82050112, + "MonsterList": [ + [ + 8001030, + 2022040, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 57, + "StageID": 82050121, + "MonsterList": [ + [ + 8032010, + 8032020, + 8032010, + 8032020 + ] + ] + }, + { + "Level": 57, + "StageID": 82050122, + "MonsterList": [ + [ + 8032020, + 8032010, + 8032010, + 8032020 + ] + ] + }, + { + "Level": 57, + "StageID": 82050131, + "MonsterList": [ + [ + 2022040, + 2022010, + 2022040, + 2022110 + ] + ] + }, + { + "Level": 57, + "StageID": 82050132, + "MonsterList": [ + [ + 2022110, + 2022060, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 57, + "StageID": 82050141, + "MonsterList": [ + [ + 8032020, + 8032020, + 8032010, + 8032020 + ] + ] + }, + { + "Level": 57, + "StageID": 82050142, + "MonsterList": [ + [ + 2002030, + 2002030, + 2002030, + 8001030 + ] + ] + }, + { + "Level": 58, + "StageID": 82050151, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 58, + "StageID": 82050152, + "MonsterList": [ + [ + 2022010, + 2022020, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 54, + "StageID": 82051011, + "MonsterList": [ + [ + 2002010, + 8002061, + 2002010, + 2002010 + ] + ] + }, + { + "Level": 54, + "StageID": 82051012, + "MonsterList": [ + [ + 8002082, + 8032010, + 8032020 + ] + ] + }, + { + "Level": 54, + "StageID": 82051013, + "MonsterList": [ + [ + 2022110, + 2022010, + 8002071 + ] + ] + }, + { + "Level": 57, + "StageID": 82051021, + "MonsterList": [ + [ + 2022110, + 8002061, + 2022110, + 2022060 + ] + ] + }, + { + "Level": 57, + "StageID": 82051022, + "MonsterList": [ + [ + 2002030, + 2002010, + 8002082, + 2002030 + ] + ] + }, + { + "Level": 57, + "StageID": 82051023, + "MonsterList": [ + [ + 8002071, + 8032020, + 8032010, + 8032020 + ] + ] + }, + { + "Level": 54, + "StageID": 82051111, + "MonsterList": [ + [ + 2002010, + 8002091, + 2002010, + 2002010 + ] + ] + }, + { + "Level": 54, + "StageID": 82051112, + "MonsterList": [ + [ + 8002091, + 8032010, + 8032020 + ] + ] + }, + { + "Level": 54, + "StageID": 82051113, + "MonsterList": [ + [ + 2022110, + 2022010, + 8002091 + ] + ] + }, + { + "Level": 57, + "StageID": 82051121, + "MonsterList": [ + [ + 2022110, + 8002091, + 2022110, + 2022060 + ] + ] + }, + { + "Level": 57, + "StageID": 82051122, + "MonsterList": [ + [ + 2002030, + 2002010, + 8002091, + 2002030 + ] + ] + }, + { + "Level": 57, + "StageID": 82051123, + "MonsterList": [ + [ + 8002091, + 8032020, + 8032010, + 8032020 + ] + ] + }, + { + "Level": 57, + "StageID": 82060011, + "MonsterList": [ + [ + 8022010, + 8022010 + ] + ] + }, + { + "Level": 57, + "StageID": 82060021, + "MonsterList": [ + [ + 8022010, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 57, + "StageID": 82060031, + "MonsterList": [ + [ + 8022020, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 57, + "StageID": 82060041, + "MonsterList": [ + [ + 8022010, + 8022010, + 8022020, + 8022010 + ] + ] + }, + { + "Level": 57, + "StageID": 82060051, + "MonsterList": [ + [ + 8022010, + 8022020, + 8022020, + 8022010 + ] + ] + }, + { + "Level": 54, + "StageID": 82061011, + "MonsterList": [ + [ + 8022010, + 8022010, + 8002061 + ] + ] + }, + { + "Level": 54, + "StageID": 82061012, + "MonsterList": [ + [ + 8002082, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 54, + "StageID": 82061013, + "MonsterList": [ + [ + 8022010, + 8002071, + 8022010 + ] + ] + }, + { + "Level": 57, + "StageID": 82061021, + "MonsterList": [ + [ + 8022010, + 8022010, + 8002061, + 8022020 + ] + ] + }, + { + "Level": 57, + "StageID": 82061022, + "MonsterList": [ + [ + 8002082, + 8022010, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 57, + "StageID": 82061023, + "MonsterList": [ + [ + 8022020, + 8002071, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 54, + "StageID": 82062011, + "MonsterList": [ + [ + 8022010, + 8022010, + 8002091 + ] + ] + }, + { + "Level": 54, + "StageID": 82062012, + "MonsterList": [ + [ + 8002091, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 54, + "StageID": 82062013, + "MonsterList": [ + [ + 8022010, + 8002091, + 8022010 + ] + ] + }, + { + "Level": 57, + "StageID": 82062021, + "MonsterList": [ + [ + 8022010, + 8022010, + 8002091, + 8022020 + ] + ] + }, + { + "Level": 57, + "StageID": 82062022, + "MonsterList": [ + [ + 8002091, + 8022010, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 57, + "StageID": 82062023, + "MonsterList": [ + [ + 8022020, + 8002091, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 44, + "StageID": 82100011, + "MonsterList": [ + [ + 8012010, + 8013010, + 8012010 + ] + ] + }, + { + "Level": 44, + "StageID": 82100021, + "MonsterList": [ + [ + 1003010 + ] + ] + }, + { + "Level": 44, + "StageID": 82100031, + "MonsterList": [ + [ + 1012010, + 1013020, + 1012010 + ] + ] + }, + { + "Level": 44, + "StageID": 82100041, + "MonsterList": [ + [ + 1013010 + ] + ] + }, + { + "Level": 44, + "StageID": 82100051, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 44, + "StageID": 82100061, + "MonsterList": [ + [ + 8001020, + 8003010, + 8001020 + ] + ] + }, + { + "Level": 44, + "StageID": 82100071, + "MonsterList": [ + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 44, + "StageID": 82100081, + "MonsterList": [ + [ + 1023020 + ] + ] + }, + { + "Level": 44, + "StageID": 82100091, + "MonsterList": [ + [ + 1022010, + 8003030, + 1022010 + ] + ] + }, + { + "Level": 44, + "StageID": 82100101, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 44, + "StageID": 82100111, + "MonsterList": [ + [ + 8001050, + 8003050, + 8001050 + ] + ] + }, + { + "Level": 44, + "StageID": 82100121, + "MonsterList": [ + [ + 2023010 + ] + ] + }, + { + "Level": 44, + "StageID": 82100131, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 44, + "StageID": 82100141, + "MonsterList": [ + [ + 2022010, + 2023030, + 2022010 + ] + ] + }, + { + "Level": 44, + "StageID": 82100151, + "MonsterList": [ + [ + 2022040, + 2023020, + 2022050 + ] + ] + }, + { + "Level": 44, + "StageID": 82100161, + "MonsterList": [ + [ + 8033010 + ] + ] + }, + { + "Level": 44, + "StageID": 82100171, + "MonsterList": [ + [ + 2002030, + 2013020, + 2002030 + ] + ] + }, + { + "Level": 44, + "StageID": 82110011, + "MonsterList": [ + [ + 8012010, + 8013011, + 8012010 + ] + ] + }, + { + "Level": 44, + "StageID": 82110021, + "MonsterList": [ + [ + 1003011 + ] + ] + }, + { + "Level": 44, + "StageID": 82110031, + "MonsterList": [ + [ + 1012010, + 1013021, + 1012010 + ] + ] + }, + { + "Level": 44, + "StageID": 82110041, + "MonsterList": [ + [ + 1013011 + ] + ] + }, + { + "Level": 44, + "StageID": 82110051, + "MonsterList": [ + [ + 8001010, + 8003021, + 8001010 + ] + ] + }, + { + "Level": 44, + "StageID": 82110061, + "MonsterList": [ + [ + 8001020, + 8003011, + 8001020 + ] + ] + }, + { + "Level": 44, + "StageID": 82110071, + "MonsterList": [ + [ + 1022020, + 1023011, + 1022020 + ] + ] + }, + { + "Level": 44, + "StageID": 82110081, + "MonsterList": [ + [ + 1023021 + ] + ] + }, + { + "Level": 44, + "StageID": 82110091, + "MonsterList": [ + [ + 1022010, + 8003031, + 1022010 + ] + ] + }, + { + "Level": 44, + "StageID": 82110101, + "MonsterList": [ + [ + 8002010, + 8003041, + 8002010 + ] + ] + }, + { + "Level": 44, + "StageID": 82110111, + "MonsterList": [ + [ + 8001050, + 8003051, + 8001050 + ] + ] + }, + { + "Level": 44, + "StageID": 82110121, + "MonsterList": [ + [ + 2023011 + ] + ] + }, + { + "Level": 44, + "StageID": 82110131, + "MonsterList": [ + [ + 2013011 + ] + ] + }, + { + "Level": 44, + "StageID": 82110141, + "MonsterList": [ + [ + 2022010, + 2023031, + 2022010 + ] + ] + }, + { + "Level": 44, + "StageID": 82110151, + "MonsterList": [ + [ + 2022040, + 2023021, + 2022050 + ] + ] + }, + { + "Level": 44, + "StageID": 82110161, + "MonsterList": [ + [ + 8033011 + ] + ] + }, + { + "Level": 44, + "StageID": 82110171, + "MonsterList": [ + [ + 2013021 + ] + ] + }, + { + "Level": 44, + "StageID": 82120011, + "MonsterList": [ + [ + 8002061, + 1013020, + 1012010 + ] + ] + }, + { + "Level": 44, + "StageID": 82120012, + "MonsterList": [ + [ + 1022020, + 8002061, + 1023010 + ] + ] + }, + { + "Level": 44, + "StageID": 82120021, + "MonsterList": [ + [ + 8002082, + 1013010 + ] + ] + }, + { + "Level": 44, + "StageID": 82120022, + "MonsterList": [ + [ + 1003010, + 8002082 + ] + ] + }, + { + "Level": 44, + "StageID": 82120031, + "MonsterList": [ + [ + 8002071, + 2013010 + ] + ] + }, + { + "Level": 44, + "StageID": 82120032, + "MonsterList": [ + [ + 2023030, + 8002071, + 2022010 + ] + ] + }, + { + "Level": 44, + "StageID": 82120111, + "MonsterList": [ + [ + 8002091, + 1013020, + 1012010 + ] + ] + }, + { + "Level": 44, + "StageID": 82120112, + "MonsterList": [ + [ + 1022020, + 8002091, + 1023010 + ] + ] + }, + { + "Level": 44, + "StageID": 82120121, + "MonsterList": [ + [ + 8002091, + 1013010 + ] + ] + }, + { + "Level": 44, + "StageID": 82120122, + "MonsterList": [ + [ + 1003010, + 8002091 + ] + ] + }, + { + "Level": 44, + "StageID": 82120131, + "MonsterList": [ + [ + 8002091, + 2013010 + ] + ] + }, + { + "Level": 44, + "StageID": 82120132, + "MonsterList": [ + [ + 2023030, + 8002091, + 2022010 + ] + ] + }, + { + "Level": 44, + "StageID": 82130011, + "MonsterList": [ + [ + 8003030, + 1003010 + ] + ] + }, + { + "Level": 44, + "StageID": 82130021, + "MonsterList": [ + [ + 8003010, + 1023020 + ] + ] + }, + { + "Level": 44, + "StageID": 82130031, + "MonsterList": [ + [ + 2013010, + 8003040 + ] + ] + }, + { + "Level": 44, + "StageID": 82130041, + "MonsterList": [ + [ + 2023020, + 1013010 + ] + ] + }, + { + "Level": 44, + "StageID": 82130051, + "MonsterList": [ + [ + 8003050, + 2023010 + ] + ] + }, + { + "Level": 44, + "StageID": 82130061, + "MonsterList": [ + [ + 8013010, + 8003020 + ] + ] + }, + { + "Level": 44, + "StageID": 82130071, + "MonsterList": [ + [ + 1013020, + 8033010 + ] + ] + }, + { + "Level": 44, + "StageID": 82130081, + "MonsterList": [ + [ + 2013020, + 2023030 + ] + ] + }, + { + "Level": 44, + "StageID": 82200011, + "MonsterList": [ + [ + 8012010, + 8013010, + 8012010 + ] + ] + }, + { + "Level": 44, + "StageID": 82200021, + "MonsterList": [ + [ + 1003010 + ] + ] + }, + { + "Level": 44, + "StageID": 82200031, + "MonsterList": [ + [ + 1012010, + 1013020, + 1012010 + ] + ] + }, + { + "Level": 44, + "StageID": 82200041, + "MonsterList": [ + [ + 1013010 + ] + ] + }, + { + "Level": 44, + "StageID": 82200051, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 44, + "StageID": 82200061, + "MonsterList": [ + [ + 8001020, + 8003010, + 8001020 + ] + ] + }, + { + "Level": 44, + "StageID": 82200071, + "MonsterList": [ + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 44, + "StageID": 82200081, + "MonsterList": [ + [ + 1023020 + ] + ] + }, + { + "Level": 44, + "StageID": 82200091, + "MonsterList": [ + [ + 1022010, + 8003030, + 1022010 + ] + ] + }, + { + "Level": 44, + "StageID": 82200101, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 44, + "StageID": 82200111, + "MonsterList": [ + [ + 8001050, + 8003050, + 8001050 + ] + ] + }, + { + "Level": 44, + "StageID": 82200121, + "MonsterList": [ + [ + 2023010 + ] + ] + }, + { + "Level": 44, + "StageID": 82200131, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 44, + "StageID": 82200141, + "MonsterList": [ + [ + 2022010, + 2023030, + 2022010 + ] + ] + }, + { + "Level": 44, + "StageID": 82200151, + "MonsterList": [ + [ + 2022040, + 2023020, + 2022050 + ] + ] + }, + { + "Level": 44, + "StageID": 82200161, + "MonsterList": [ + [ + 8033010 + ] + ] + }, + { + "Level": 44, + "StageID": 82200171, + "MonsterList": [ + [ + 2002030, + 2013020, + 2002030 + ] + ] + }, + { + "Level": 44, + "StageID": 82200211, + "MonsterList": [ + [ + 2022010, + 2023020, + 2022010 + ] + ] + }, + { + "Level": 44, + "StageID": 82210011, + "MonsterList": [ + [ + 8012010, + 8013011, + 8012010 + ] + ] + }, + { + "Level": 44, + "StageID": 82210021, + "MonsterList": [ + [ + 1003011 + ] + ] + }, + { + "Level": 44, + "StageID": 82210031, + "MonsterList": [ + [ + 1012010, + 1013021, + 1012010 + ] + ] + }, + { + "Level": 44, + "StageID": 82210041, + "MonsterList": [ + [ + 1013011 + ] + ] + }, + { + "Level": 44, + "StageID": 82210051, + "MonsterList": [ + [ + 8001010, + 8003021, + 8001010 + ] + ] + }, + { + "Level": 44, + "StageID": 82210061, + "MonsterList": [ + [ + 8001020, + 8003011, + 8001020 + ] + ] + }, + { + "Level": 44, + "StageID": 82210071, + "MonsterList": [ + [ + 1022020, + 1023011, + 1022020 + ] + ] + }, + { + "Level": 44, + "StageID": 82210081, + "MonsterList": [ + [ + 1023021 + ] + ] + }, + { + "Level": 44, + "StageID": 82210091, + "MonsterList": [ + [ + 1022010, + 8003031, + 1022010 + ] + ] + }, + { + "Level": 44, + "StageID": 82210101, + "MonsterList": [ + [ + 8002010, + 8003041, + 8002010 + ] + ] + }, + { + "Level": 44, + "StageID": 82210111, + "MonsterList": [ + [ + 8001050, + 8003051, + 8001050 + ] + ] + }, + { + "Level": 44, + "StageID": 82210121, + "MonsterList": [ + [ + 2023011 + ] + ] + }, + { + "Level": 44, + "StageID": 82210131, + "MonsterList": [ + [ + 2013011 + ] + ] + }, + { + "Level": 44, + "StageID": 82210141, + "MonsterList": [ + [ + 2022010, + 2023031, + 2022010 + ] + ] + }, + { + "Level": 44, + "StageID": 82210151, + "MonsterList": [ + [ + 2022040, + 2023021, + 2022050 + ] + ] + }, + { + "Level": 44, + "StageID": 82210161, + "MonsterList": [ + [ + 8033011 + ] + ] + }, + { + "Level": 44, + "StageID": 82210171, + "MonsterList": [ + [ + 2013021 + ] + ] + }, + { + "Level": 44, + "StageID": 82220011, + "MonsterList": [ + [ + 1004022 + ] + ] + }, + { + "Level": 44, + "StageID": 82220021, + "MonsterList": [ + [ + 1014011 + ] + ] + }, + { + "Level": 44, + "StageID": 82220031, + "MonsterList": [ + [ + 2002010, + 2004011, + 2002010 + ] + ] + }, + { + "Level": 44, + "StageID": 82220041, + "MonsterList": [ + [ + 1004011 + ] + ] + }, + { + "Level": 44, + "StageID": 82220051, + "MonsterList": [ + [ + 2024011 + ] + ] + }, + { + "Level": 44, + "StageID": 82220061, + "MonsterList": [ + [ + 2004021 + ] + ] + }, + { + "Level": 44, + "StageID": 82220111, + "MonsterList": [ + [ + 1004023 + ] + ] + }, + { + "Level": 44, + "StageID": 82220121, + "MonsterList": [ + [ + 1014012 + ] + ] + }, + { + "Level": 44, + "StageID": 82220131, + "MonsterList": [ + [ + 2002010, + 2004012, + 2002010 + ] + ] + }, + { + "Level": 44, + "StageID": 82220141, + "MonsterList": [ + [ + 1004012 + ] + ] + }, + { + "Level": 44, + "StageID": 82220151, + "MonsterList": [ + [ + 2024012 + ] + ] + }, + { + "Level": 44, + "StageID": 82220161, + "MonsterList": [ + [ + 2004022 + ] + ] + }, + { + "Level": 44, + "StageID": 82230011, + "MonsterList": [ + [ + 8024012 + ] + ] + }, + { + "Level": 44, + "StageID": 82230021, + "MonsterList": [ + [ + 3024011 + ] + ] + }, + { + "Level": 44, + "StageID": 82230031, + "MonsterList": [ + [ + 1013014, + 1013024 + ] + ] + }, + { + "Level": 48, + "StageID": 82310011, + "MonsterList": [ + [ + 8001020, + 8003010, + 8001020 + ] + ] + }, + { + "Level": 48, + "StageID": 82310012, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 82310013, + "MonsterList": [ + [ + 8003010, + 8003020 + ] + ] + }, + { + "Level": 48, + "StageID": 82310014, + "MonsterList": [ + [ + 8013010, + 2013010 + ] + ] + }, + { + "Level": 48, + "StageID": 82310021, + "MonsterList": [ + [ + 1012010, + 1013020, + 1012010 + ] + ] + }, + { + "Level": 48, + "StageID": 82310022, + "MonsterList": [ + [ + 1013010 + ] + ] + }, + { + "Level": 48, + "StageID": 82310023, + "MonsterList": [ + [ + 1013020, + 1013010 + ] + ] + }, + { + "Level": 48, + "StageID": 82310024, + "MonsterList": [ + [ + 1023010, + 1023020 + ] + ] + }, + { + "Level": 48, + "StageID": 82310031, + "MonsterList": [ + [ + 1022010, + 8003030, + 1022010 + ] + ] + }, + { + "Level": 48, + "StageID": 82310032, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 48, + "StageID": 82310033, + "MonsterList": [ + [ + 8003030, + 8003040 + ] + ] + }, + { + "Level": 48, + "StageID": 82310034, + "MonsterList": [ + [ + 2023030, + 2023010 + ] + ] + }, + { + "Level": 48, + "StageID": 82311011, + "MonsterList": [ + [ + 8013010, + 8003030 + ] + ] + }, + { + "Level": 48, + "StageID": 82311021, + "MonsterList": [ + [ + 1023010, + 8003050 + ] + ] + }, + { + "Level": 48, + "StageID": 82311031, + "MonsterList": [ + [ + 1023020, + 8003010 + ] + ] + }, + { + "Level": 48, + "StageID": 82311041, + "MonsterList": [ + [ + 2013010, + 8003040 + ] + ] + }, + { + "Level": 48, + "StageID": 82312011, + "MonsterList": [ + [ + 8012010, + 8013010, + 8012010 + ] + ] + }, + { + "Level": 48, + "StageID": 82312012, + "MonsterList": [ + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 48, + "StageID": 82312013, + "MonsterList": [ + [ + 2022020, + 2023010 + ] + ] + }, + { + "Level": 48, + "StageID": 82312021, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010 + ], + [ + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 48, + "StageID": 82312022, + "MonsterList": [ + [ + 1002050, + 1002040, + 1002050, + 1002040 + ], + [ + 2022010, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 48, + "StageID": 82312023, + "MonsterList": [ + [ + 2011010, + 2012010, + 2011010 + ], + [ + 8012010, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 48, + "StageID": 82312024, + "MonsterList": [ + [ + 2002030, + 2013020, + 2002030 + ] + ] + }, + { + "Level": 48, + "StageID": 82312031, + "MonsterList": [ + [ + 8002056, + 8002055, + 8002057 + ] + ] + }, + { + "Level": 48, + "StageID": 82320011, + "MonsterList": [ + [ + 1003010 + ] + ] + }, + { + "Level": 48, + "StageID": 82320012, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 48, + "StageID": 82320013, + "MonsterList": [ + [ + 2023010 + ] + ] + }, + { + "Level": 48, + "StageID": 82320021, + "MonsterList": [ + [ + 2023011 + ] + ] + }, + { + "Level": 48, + "StageID": 82320022, + "MonsterList": [ + [ + 8003051 + ] + ] + }, + { + "Level": 48, + "StageID": 82320023, + "MonsterList": [ + [ + 1022010, + 8003031, + 1022010 + ] + ] + }, + { + "Level": 48, + "StageID": 82321011, + "MonsterList": [ + [ + 1013010 + ] + ] + }, + { + "Level": 48, + "StageID": 82321012, + "MonsterList": [ + [ + 1013020 + ] + ] + }, + { + "Level": 48, + "StageID": 82321013, + "MonsterList": [ + [ + 8003010 + ] + ] + }, + { + "Level": 48, + "StageID": 82321014, + "MonsterList": [ + [ + 8003020 + ] + ] + }, + { + "Level": 48, + "StageID": 82321021, + "MonsterList": [ + [ + 1023021 + ] + ] + }, + { + "Level": 48, + "StageID": 82321022, + "MonsterList": [ + [ + 1022020, + 1023011, + 1022020 + ] + ] + }, + { + "Level": 48, + "StageID": 82321031, + "MonsterList": [ + [ + 1023021 + ] + ] + }, + { + "Level": 48, + "StageID": 82321032, + "MonsterList": [ + [ + 1022020, + 1023011, + 1022020 + ] + ] + }, + { + "Level": 48, + "StageID": 82330011, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 82330021, + "MonsterList": [ + [ + 8001020, + 8003010, + 8001020 + ] + ] + }, + { + "Level": 48, + "StageID": 82330031, + "MonsterList": [ + [ + 1023020 + ] + ] + }, + { + "Level": 48, + "StageID": 82330041, + "MonsterList": [ + [ + 1013010 + ] + ] + }, + { + "Level": 48, + "StageID": 82330051, + "MonsterList": [ + [ + 8001050, + 8003050, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 82330061, + "MonsterList": [ + [ + 1012010, + 1013020, + 1012010 + ] + ] + }, + { + "Level": 48, + "StageID": 82330071, + "MonsterList": [ + [ + 1022010, + 8003030, + 1022010 + ] + ] + }, + { + "Level": 48, + "StageID": 82330081, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 48, + "StageID": 82330091, + "MonsterList": [ + [ + 1003010 + ] + ] + }, + { + "Level": 48, + "StageID": 82330101, + "MonsterList": [ + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 48, + "StageID": 82330111, + "MonsterList": [ + [ + 2023010 + ] + ] + }, + { + "Level": 48, + "StageID": 82331011, + "MonsterList": [ + [ + 1022010, + 8003031, + 1022010 + ] + ] + }, + { + "Level": 48, + "StageID": 82331012, + "MonsterList": [ + [ + 8002010, + 8003041, + 8002010 + ] + ] + }, + { + "Level": 48, + "StageID": 82331013, + "MonsterList": [ + [ + 2022010, + 2023031, + 2022010 + ] + ] + }, + { + "Level": 48, + "StageID": 82332011, + "MonsterList": [ + [ + 8001010, + 8003021, + 8003011, + 8001020 + ] + ] + }, + { + "Level": 48, + "StageID": 82333011, + "MonsterList": [ + [ + 8033011 + ] + ] + }, + { + "Level": 51, + "StageID": 83000011, + "MonsterList": [ + [ + 8011020, + 8011010, + 8011020 + ] + ] + }, + { + "Level": 51, + "StageID": 83000012, + "MonsterList": [ + [ + 8001050, + 8001050 + ] + ] + }, + { + "Level": 51, + "StageID": 83000013, + "MonsterList": [ + [ + 2022110, + 2022110 + ] + ] + }, + { + "Level": 51, + "StageID": 83000014, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 51, + "StageID": 83000015, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 51, + "StageID": 83000016, + "MonsterList": [ + [ + 2032010, + 2032020 + ] + ] + }, + { + "Level": 51, + "StageID": 83000021, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 51, + "StageID": 83000022, + "MonsterList": [ + [ + 2002010, + 8001040 + ] + ] + }, + { + "Level": 51, + "StageID": 83000023, + "MonsterList": [ + [ + 8032010, + 8032020 + ] + ] + }, + { + "Level": 51, + "StageID": 83000024, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 51, + "StageID": 83000025, + "MonsterList": [ + [ + 3001010, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 51, + "StageID": 83000026, + "MonsterList": [ + [ + 4012030, + 4012020 + ] + ] + }, + { + "Level": 51, + "StageID": 83000031, + "MonsterList": [ + [ + 8012010, + 8012020 + ] + ] + }, + { + "Level": 51, + "StageID": 83000032, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 51, + "StageID": 83000033, + "MonsterList": [ + [ + 2022040, + 2022040 + ] + ] + }, + { + "Level": 51, + "StageID": 83000034, + "MonsterList": [ + [ + 3002030, + 3002030 + ] + ] + }, + { + "Level": 51, + "StageID": 83000035, + "MonsterList": [ + [ + 3002020, + 3002020 + ] + ] + }, + { + "Level": 51, + "StageID": 83000036, + "MonsterList": [ + [ + 4012010, + 4012040 + ] + ] + }, + { + "Level": 51, + "StageID": 83000041, + "MonsterList": [ + [ + 1012010, + 1012020 + ] + ] + }, + { + "Level": 51, + "StageID": 83000042, + "MonsterList": [ + [ + 8001050, + 2022010 + ] + ] + }, + { + "Level": 51, + "StageID": 83000043, + "MonsterList": [ + [ + 8032020, + 8001030, + 8032010 + ] + ] + }, + { + "Level": 51, + "StageID": 83000044, + "MonsterList": [ + [ + 3001020, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 51, + "StageID": 83000045, + "MonsterList": [ + [ + 3001010, + 3002020, + 3001010 + ] + ] + }, + { + "Level": 51, + "StageID": 83000046, + "MonsterList": [ + [ + 4032010, + 4032010 + ] + ] + }, + { + "Level": 52, + "StageID": 83000051, + "MonsterList": [ + [ + 1022020, + 8001010, + 1022020 + ] + ] + }, + { + "Level": 52, + "StageID": 83000052, + "MonsterList": [ + [ + 2002010, + 8001030, + 2002010 + ] + ] + }, + { + "Level": 52, + "StageID": 83000053, + "MonsterList": [ + [ + 2022110, + 2022050, + 2022110 + ] + ] + }, + { + "Level": 52, + "StageID": 83000054, + "MonsterList": [ + [ + 3002010, + 3002010 + ] + ] + }, + { + "Level": 52, + "StageID": 83000055, + "MonsterList": [ + [ + 3002040, + 3002040 + ] + ] + }, + { + "Level": 52, + "StageID": 83000056, + "MonsterList": [ + [ + 4022010, + 4012030 + ] + ] + }, + { + "Level": 54, + "StageID": 83000061, + "MonsterList": [ + [ + 1012030, + 8001010, + 1012030 + ] + ] + }, + { + "Level": 54, + "StageID": 83000062, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 54, + "StageID": 83000063, + "MonsterList": [ + [ + 2022050, + 2022110, + 2022050 + ] + ] + }, + { + "Level": 54, + "StageID": 83000064, + "MonsterList": [ + [ + 3001020, + 3002040, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 54, + "StageID": 83000065, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 54, + "StageID": 83000066, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 54, + "StageID": 83000071, + "MonsterList": [ + [ + 8001030, + 1002040, + 1002040, + 8001020 + ] + ] + }, + { + "Level": 54, + "StageID": 83000072, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 54, + "StageID": 83000073, + "MonsterList": [ + [ + 2002010, + 2002030, + 2002010 + ] + ] + }, + { + "Level": 54, + "StageID": 83000074, + "MonsterList": [ + [ + 3012020, + 301201001 + ] + ] + }, + { + "Level": 54, + "StageID": 83000075, + "MonsterList": [ + [ + 3002020, + 3001010, + 3002020 + ] + ] + }, + { + "Level": 54, + "StageID": 83000076, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 54, + "StageID": 83000081, + "MonsterList": [ + [ + 8011020, + 8012010, + 8012010, + 8011020 + ] + ] + }, + { + "Level": 54, + "StageID": 83000082, + "MonsterList": [ + [ + 2011010, + 8002010, + 2022020 + ] + ] + }, + { + "Level": 54, + "StageID": 83000083, + "MonsterList": [ + [ + 8032010, + 8032020, + 8032010 + ] + ] + }, + { + "Level": 54, + "StageID": 83000084, + "MonsterList": [ + [ + 301201001, + 3011010, + 301201001 + ] + ] + }, + { + "Level": 54, + "StageID": 83000085, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 54, + "StageID": 83000086, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 54, + "StageID": 83000091, + "MonsterList": [ + [ + 1012020, + 1012030, + 1002020 + ] + ] + }, + { + "Level": 54, + "StageID": 83000092, + "MonsterList": [ + [ + 2011020, + 2011020, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 54, + "StageID": 83000093, + "MonsterList": [ + [ + 2022020, + 2022060, + 2022020 + ] + ] + }, + { + "Level": 54, + "StageID": 83000094, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 54, + "StageID": 83000095, + "MonsterList": [ + [ + 301201001, + 3012040, + 3011010 + ] + ] + }, + { + "Level": 54, + "StageID": 83000096, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 55, + "StageID": 83000101, + "MonsterList": [ + [ + 1002050, + 1002030, + 1002050, + 1022020 + ] + ] + }, + { + "Level": 55, + "StageID": 83000102, + "MonsterList": [ + [ + 8001040, + 8001040, + 8002010, + 8001040 + ] + ] + }, + { + "Level": 55, + "StageID": 83000103, + "MonsterList": [ + [ + 2022060, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 55, + "StageID": 83000104, + "MonsterList": [ + [ + 3001010, + 3002030, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 55, + "StageID": 83000105, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 55, + "StageID": 83000106, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012040 + ] + ] + }, + { + "Level": 57, + "StageID": 83000111, + "MonsterList": [ + [ + 1012010, + 8001030, + 1012010, + 1002020 + ] + ] + }, + { + "Level": 57, + "StageID": 83000112, + "MonsterList": [ + [ + 2011020, + 8002010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 57, + "StageID": 83000113, + "MonsterList": [ + [ + 2022050, + 2022020, + 2022050, + 8001030 + ] + ] + }, + { + "Level": 57, + "StageID": 83000114, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 57, + "StageID": 83000115, + "MonsterList": [ + [ + 3002020, + 3002020, + 3002020, + 3002040 + ] + ] + }, + { + "Level": 57, + "StageID": 83000116, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 57, + "StageID": 83000121, + "MonsterList": [ + [ + 1002050, + 1002030, + 1002030, + 1002050 + ] + ] + }, + { + "Level": 57, + "StageID": 83000122, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2012010 + ] + ] + }, + { + "Level": 57, + "StageID": 83000123, + "MonsterList": [ + [ + 8032020, + 8032010, + 8032010, + 8032020 + ] + ] + }, + { + "Level": 57, + "StageID": 83000124, + "MonsterList": [ + [ + 3002040, + 3002010, + 3002010, + 3002040 + ] + ] + }, + { + "Level": 57, + "StageID": 83000125, + "MonsterList": [ + [ + 3002040, + 3002010, + 3012020, + 3002040 + ] + ] + }, + { + "Level": 57, + "StageID": 83000126, + "MonsterList": [ + [ + 4012020, + 4012030, + 4012030, + 4012040 + ] + ] + }, + { + "Level": 57, + "StageID": 83000131, + "MonsterList": [ + [ + 1002020, + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 57, + "StageID": 83000132, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020, + 8001030 + ] + ] + }, + { + "Level": 57, + "StageID": 83000133, + "MonsterList": [ + [ + 2022040, + 2022010, + 2022040, + 2022110 + ] + ] + }, + { + "Level": 57, + "StageID": 83000134, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 57, + "StageID": 83000135, + "MonsterList": [ + [ + 3012040, + 3012020, + 3012020, + 3012040 + ] + ] + }, + { + "Level": 57, + "StageID": 83000136, + "MonsterList": [ + [ + 4012040, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 57, + "StageID": 83000141, + "MonsterList": [ + [ + 8012030, + 8012020, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 57, + "StageID": 83000142, + "MonsterList": [ + [ + 8001030, + 2022010, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 57, + "StageID": 83000143, + "MonsterList": [ + [ + 2002030, + 2002030, + 2002030, + 8001030 + ] + ] + }, + { + "Level": 57, + "StageID": 83000144, + "MonsterList": [ + [ + 3011010, + 301201001, + 301201001, + 301201001 + ] + ] + }, + { + "Level": 57, + "StageID": 83000145, + "MonsterList": [ + [ + 3002040, + 301201001, + 301201001, + 3002020 + ] + ] + }, + { + "Level": 57, + "StageID": 83000146, + "MonsterList": [ + [ + 4012020, + 4012030, + 4012010, + 4012020 + ] + ] + }, + { + "Level": 58, + "StageID": 83000151, + "MonsterList": [ + [ + 1002030, + 1022010, + 1022010, + 1002030 + ] + ] + }, + { + "Level": 58, + "StageID": 83000152, + "MonsterList": [ + [ + 8002010, + 8001040, + 8002010, + 2012010 + ] + ] + }, + { + "Level": 58, + "StageID": 83000153, + "MonsterList": [ + [ + 2022010, + 2022020, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 58, + "StageID": 83000154, + "MonsterList": [ + [ + 3012020, + 301201001, + 3012020, + 301201001 + ] + ] + }, + { + "Level": 58, + "StageID": 83000155, + "MonsterList": [ + [ + 301201001, + 3012040, + 301201001, + 3012040 + ] + ] + }, + { + "Level": 58, + "StageID": 83000156, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010, + 4022010 + ] + ] + }, + { + "Level": 54, + "StageID": 83001011, + "MonsterList": [ + [ + 3001010, + 8002061, + 3001010, + 3002030 + ] + ] + }, + { + "Level": 54, + "StageID": 83001012, + "MonsterList": [ + [ + 8002082, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 54, + "StageID": 83001013, + "MonsterList": [ + [ + 3011010, + 301201001, + 8002071, + 3011010 + ] + ] + }, + { + "Level": 54, + "StageID": 83001014, + "MonsterList": [ + [ + 2002010, + 8002061, + 2002010, + 2002010 + ] + ] + }, + { + "Level": 54, + "StageID": 83001015, + "MonsterList": [ + [ + 8002082, + 8032010, + 8032020 + ] + ] + }, + { + "Level": 54, + "StageID": 83001016, + "MonsterList": [ + [ + 2022110, + 2022010, + 8002071 + ] + ] + }, + { + "Level": 54, + "StageID": 83001017, + "MonsterList": [ + [ + 8001040, + 8002061, + 8001040, + 8001030 + ] + ] + }, + { + "Level": 54, + "StageID": 83001018, + "MonsterList": [ + [ + 8002082, + 2011010, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 54, + "StageID": 83001019, + "MonsterList": [ + [ + 2002010, + 2002010, + 8002071, + 2002010 + ] + ] + }, + { + "Level": 54, + "StageID": 83001020, + "MonsterList": [ + [ + 1022020, + 1022020, + 8002061 + ] + ] + }, + { + "Level": 54, + "StageID": 83001021, + "MonsterList": [ + [ + 1002050, + 8002082, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 54, + "StageID": 83001022, + "MonsterList": [ + [ + 8002071, + 1022010, + 8001010, + 8001010 + ] + ] + }, + { + "Level": 54, + "StageID": 83001023, + "MonsterList": [ + [ + 8002061, + 1012020, + 1002020 + ] + ] + }, + { + "Level": 54, + "StageID": 83001024, + "MonsterList": [ + [ + 8001030, + 8001010, + 8002082, + 8001010 + ] + ] + }, + { + "Level": 54, + "StageID": 83001025, + "MonsterList": [ + [ + 8001010, + 8002071, + 1012020, + 8001010 + ] + ] + }, + { + "Level": 54, + "StageID": 83001026, + "MonsterList": [ + [ + 2032010, + 8002061, + 2032020 + ] + ] + }, + { + "Level": 54, + "StageID": 83001027, + "MonsterList": [ + [ + 4032010, + 4022010, + 8002082 + ] + ] + }, + { + "Level": 54, + "StageID": 83001028, + "MonsterList": [ + [ + 8002071, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 57, + "StageID": 83001201, + "MonsterList": [ + [ + 3012020, + 8002061, + 3012020 + ] + ] + }, + { + "Level": 57, + "StageID": 83001202, + "MonsterList": [ + [ + 301201001, + 301201001, + 8002082 + ] + ] + }, + { + "Level": 57, + "StageID": 83001203, + "MonsterList": [ + [ + 8002071, + 3002030, + 3002030, + 3002040 + ] + ] + }, + { + "Level": 57, + "StageID": 83001204, + "MonsterList": [ + [ + 2022110, + 8002061, + 2022110, + 2022060 + ] + ] + }, + { + "Level": 57, + "StageID": 83001205, + "MonsterList": [ + [ + 2002030, + 2002010, + 8002082, + 2002030 + ] + ] + }, + { + "Level": 57, + "StageID": 83001206, + "MonsterList": [ + [ + 8002071, + 8032020, + 8032010, + 8032020 + ] + ] + }, + { + "Level": 57, + "StageID": 83001207, + "MonsterList": [ + [ + 8002010, + 8002061, + 8002010, + 2011020 + ] + ] + }, + { + "Level": 57, + "StageID": 83001208, + "MonsterList": [ + [ + 8001050, + 2022010, + 8002082, + 2022010 + ] + ] + }, + { + "Level": 57, + "StageID": 83001209, + "MonsterList": [ + [ + 8002071, + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 57, + "StageID": 83001210, + "MonsterList": [ + [ + 1022010, + 8002061, + 1022010, + 8001030 + ] + ] + }, + { + "Level": 57, + "StageID": 83001211, + "MonsterList": [ + [ + 1002050, + 1002030, + 8002082, + 1002030 + ] + ] + }, + { + "Level": 57, + "StageID": 83001212, + "MonsterList": [ + [ + 1022010, + 1022010, + 8002071, + 8001010 + ] + ] + }, + { + "Level": 57, + "StageID": 83001213, + "MonsterList": [ + [ + 1012030, + 1012030, + 1002020, + 8002061 + ] + ] + }, + { + "Level": 57, + "StageID": 83001214, + "MonsterList": [ + [ + 1012020, + 8002082, + 1002020, + 1012020 + ] + ] + }, + { + "Level": 57, + "StageID": 83001215, + "MonsterList": [ + [ + 1012030, + 1002020, + 8002071, + 1012030 + ] + ] + }, + { + "Level": 57, + "StageID": 83001216, + "MonsterList": [ + [ + 8002061, + 4012010, + 4012010, + 4012020 + ] + ] + }, + { + "Level": 57, + "StageID": 83001217, + "MonsterList": [ + [ + 2002010, + 2002030, + 8002082, + 2002030 + ] + ] + }, + { + "Level": 57, + "StageID": 83001218, + "MonsterList": [ + [ + 2032020, + 8002071, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 44, + "StageID": 83002011, + "MonsterList": [ + [ + 8012010, + 8013010, + 8012010 + ], + [ + 8003030, + 2023010 + ] + ] + }, + { + "Level": 44, + "StageID": 83002021, + "MonsterList": [ + [ + 1003010 + ], + [ + 8003020, + 2023030 + ] + ] + }, + { + "Level": 44, + "StageID": 83002031, + "MonsterList": [ + [ + 1012010, + 1013020, + 1012010 + ], + [ + 1013010, + 1023010 + ] + ] + }, + { + "Level": 44, + "StageID": 83002041, + "MonsterList": [ + [ + 1013010 + ], + [ + 1013020, + 1023020 + ] + ] + }, + { + "Level": 44, + "StageID": 83002051, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ], + [ + 1003010, + 8003030 + ] + ] + }, + { + "Level": 44, + "StageID": 83002061, + "MonsterList": [ + [ + 8001020, + 8003010, + 8001020 + ], + [ + 8003040, + 2023020 + ] + ] + }, + { + "Level": 44, + "StageID": 83002071, + "MonsterList": [ + [ + 1022020, + 1023010, + 1022020 + ], + [ + 8003050, + 8033010 + ] + ] + }, + { + "Level": 44, + "StageID": 83002081, + "MonsterList": [ + [ + 1023020 + ], + [ + 2013020, + 3003030 + ] + ] + }, + { + "Level": 44, + "StageID": 83002091, + "MonsterList": [ + [ + 1022010, + 8003030, + 1022010 + ], + [ + 8003010, + 8003020 + ] + ] + }, + { + "Level": 44, + "StageID": 83002101, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ], + [ + 2023020, + 3003010 + ] + ] + }, + { + "Level": 44, + "StageID": 83002111, + "MonsterList": [ + [ + 8001050, + 8003050, + 8001050 + ], + [ + 3003050, + 8033010 + ] + ] + }, + { + "Level": 44, + "StageID": 83002121, + "MonsterList": [ + [ + 2023010 + ], + [ + 8013010, + 2023020 + ] + ] + }, + { + "Level": 44, + "StageID": 83002131, + "MonsterList": [ + [ + 2013010 + ], + [ + 8003040, + 3003010 + ] + ] + }, + { + "Level": 44, + "StageID": 83002141, + "MonsterList": [ + [ + 2022010, + 2023030, + 2022010 + ], + [ + 2013020, + 3003040 + ] + ] + }, + { + "Level": 44, + "StageID": 83002151, + "MonsterList": [ + [ + 2022040, + 2023020, + 2022050 + ], + [ + 1013010, + 8003050 + ] + ] + }, + { + "Level": 44, + "StageID": 83002161, + "MonsterList": [ + [ + 8033010 + ], + [ + 8003050, + 3003020 + ] + ] + }, + { + "Level": 44, + "StageID": 83002171, + "MonsterList": [ + [ + 2002030, + 2013020, + 2002030 + ], + [ + 8013010, + 3003020 + ] + ] + }, + { + "Level": 44, + "StageID": 83002181, + "MonsterList": [ + [ + 3002010, + 3003010, + 3002010 + ], + [ + 3003040, + 3003030 + ] + ] + }, + { + "Level": 44, + "StageID": 83002191, + "MonsterList": [ + [ + 3003020 + ], + [ + 3003050, + 3003040 + ] + ] + }, + { + "Level": 44, + "StageID": 83002201, + "MonsterList": [ + [ + 3002040, + 3003030 + ], + [ + 1013020, + 1023010 + ] + ] + }, + { + "Level": 44, + "StageID": 83002211, + "MonsterList": [ + [ + 3002020, + 3003040, + 3002020 + ], + [ + 2023030, + 2013020 + ] + ] + }, + { + "Level": 44, + "StageID": 83002221, + "MonsterList": [ + [ + 3001020, + 3003050, + 3001020 + ], + [ + 8003050, + 8033010 + ] + ] + }, + { + "Level": 44, + "StageID": 83002231, + "MonsterList": [ + [ + 3012020, + 3013010 + ], + [ + 1023020, + 1013020 + ] + ] + }, + { + "Level": 44, + "StageID": 83002241, + "MonsterList": [ + [ + 2032010, + 2033010, + 2032020 + ] + ] + }, + { + "Level": 44, + "StageID": 83002251, + "MonsterList": [ + [ + 4013010 + ] + ] + }, + { + "Level": 44, + "StageID": 83003011, + "MonsterList": [ + [ + 8012010, + 8013011, + 8012010 + ], + [ + 8003031, + 2023011 + ] + ] + }, + { + "Level": 44, + "StageID": 83003021, + "MonsterList": [ + [ + 1003011 + ], + [ + 8003021, + 2023031 + ] + ] + }, + { + "Level": 44, + "StageID": 83003031, + "MonsterList": [ + [ + 1012010, + 1013021, + 1012010 + ], + [ + 1013011, + 1023011 + ] + ] + }, + { + "Level": 44, + "StageID": 83003041, + "MonsterList": [ + [ + 1013011 + ], + [ + 1013021, + 1023021 + ] + ] + }, + { + "Level": 44, + "StageID": 83003051, + "MonsterList": [ + [ + 8001010, + 8003021, + 8001010 + ], + [ + 1003011, + 8003031 + ] + ] + }, + { + "Level": 44, + "StageID": 83003061, + "MonsterList": [ + [ + 8001020, + 8003011, + 8001020 + ], + [ + 8003041, + 2023021 + ] + ] + }, + { + "Level": 44, + "StageID": 83003071, + "MonsterList": [ + [ + 1022020, + 1023011, + 1022020 + ], + [ + 8003051, + 8033011 + ] + ] + }, + { + "Level": 44, + "StageID": 83003081, + "MonsterList": [ + [ + 1023021 + ], + [ + 2013021, + 3003032 + ] + ] + }, + { + "Level": 44, + "StageID": 83003091, + "MonsterList": [ + [ + 1022010, + 8003031, + 1022010 + ], + [ + 8003011, + 8003021 + ] + ] + }, + { + "Level": 44, + "StageID": 83003101, + "MonsterList": [ + [ + 8002010, + 8003041, + 8002010 + ], + [ + 2023021, + 300301201 + ] + ] + }, + { + "Level": 44, + "StageID": 83003111, + "MonsterList": [ + [ + 8001050, + 8003051, + 8001050 + ], + [ + 3003052, + 8033011 + ] + ] + }, + { + "Level": 44, + "StageID": 83003121, + "MonsterList": [ + [ + 2023011 + ], + [ + 8013011, + 2023021 + ] + ] + }, + { + "Level": 44, + "StageID": 83003131, + "MonsterList": [ + [ + 2013011 + ], + [ + 8003041, + 300301201 + ] + ] + }, + { + "Level": 44, + "StageID": 83003141, + "MonsterList": [ + [ + 2022010, + 2023031, + 2022010 + ], + [ + 2013021, + 3003042 + ] + ] + }, + { + "Level": 44, + "StageID": 83003151, + "MonsterList": [ + [ + 2022040, + 2023021, + 2022050 + ], + [ + 1013011, + 8003051 + ] + ] + }, + { + "Level": 44, + "StageID": 83003161, + "MonsterList": [ + [ + 8033011 + ], + [ + 8003051, + 3003022 + ] + ] + }, + { + "Level": 44, + "StageID": 83003171, + "MonsterList": [ + [ + 2013021 + ], + [ + 8013011, + 3003022 + ] + ] + }, + { + "Level": 44, + "StageID": 83003181, + "MonsterList": [ + [ + 3002010, + 300301201, + 3002010 + ], + [ + 3003042, + 3003032 + ] + ] + }, + { + "Level": 44, + "StageID": 83003191, + "MonsterList": [ + [ + 3003022 + ], + [ + 3003052, + 3003042 + ] + ] + }, + { + "Level": 44, + "StageID": 83003201, + "MonsterList": [ + [ + 3003032 + ], + [ + 1013021, + 1023011 + ] + ] + }, + { + "Level": 44, + "StageID": 83003211, + "MonsterList": [ + [ + 3002020, + 3003042, + 3002020 + ], + [ + 2023031, + 2013021 + ] + ] + }, + { + "Level": 44, + "StageID": 83003221, + "MonsterList": [ + [ + 3001020, + 3003052, + 3001020 + ], + [ + 8003051, + 8033011 + ] + ] + }, + { + "Level": 44, + "StageID": 83003231, + "MonsterList": [ + [ + 3012020, + 3013013 + ] + ] + }, + { + "Level": 44, + "StageID": 83003241, + "MonsterList": [ + [ + 2032010, + 2033011, + 2032020 + ] + ] + }, + { + "Level": 44, + "StageID": 83003251, + "MonsterList": [ + [ + 4013013 + ] + ] + }, + { + "Level": 44, + "StageID": 83003911, + "MonsterList": [ + [ + 2013021 + ] + ] + }, + { + "Level": 44, + "StageID": 83004011, + "MonsterList": [ + [ + 1004022 + ] + ] + }, + { + "Level": 44, + "StageID": 83004021, + "MonsterList": [ + [ + 1014011 + ] + ] + }, + { + "Level": 44, + "StageID": 83004031, + "MonsterList": [ + [ + 2002010, + 2004011, + 2002010 + ] + ] + }, + { + "Level": 44, + "StageID": 83004041, + "MonsterList": [ + [ + 1004011 + ] + ] + }, + { + "Level": 44, + "StageID": 83004051, + "MonsterList": [ + [ + 2024015 + ] + ] + }, + { + "Level": 44, + "StageID": 83004061, + "MonsterList": [ + [ + 2004021 + ] + ] + }, + { + "Level": 44, + "StageID": 83004071, + "MonsterList": [ + [ + 8024012 + ] + ] + }, + { + "Level": 44, + "StageID": 83004072, + "MonsterList": [ + [ + 802401201 + ] + ] + }, + { + "Level": 44, + "StageID": 83004081, + "MonsterList": [ + [ + 3024011 + ] + ] + }, + { + "Level": 44, + "StageID": 83004082, + "MonsterList": [ + [ + 302401103 + ] + ] + }, + { + "Level": 44, + "StageID": 83004091, + "MonsterList": [ + [ + 3014022 + ] + ] + }, + { + "Level": 44, + "StageID": 83004101, + "MonsterList": [ + [ + 3024023 + ] + ] + }, + { + "Level": 44, + "StageID": 83004111, + "MonsterList": [ + [ + 8034011 + ] + ] + }, + { + "Level": 44, + "StageID": 83004121, + "MonsterList": [ + [ + 3004011, + 3003053, + 3003043, + 3003033 + ] + ] + }, + { + "Level": 44, + "StageID": 83004131, + "MonsterList": [ + [ + 2024021 + ] + ] + }, + { + "Level": 44, + "StageID": 83004141, + "MonsterList": [ + [ + 203401201 + ] + ] + }, + { + "Level": 44, + "StageID": 83004151, + "MonsterList": [ + [ + 3004022 + ] + ] + }, + { + "Level": 44, + "StageID": 83004161, + "MonsterList": [ + [ + 4014015 + ] + ] + }, + { + "Level": 44, + "StageID": 83004171, + "MonsterList": [ + [ + 4014031 + ] + ] + }, + { + "Level": 48, + "StageID": 83005011, + "MonsterList": [ + [ + 8002056, + 8002055, + 8002057 + ] + ] + }, + { + "Level": 48, + "StageID": 83005012, + "MonsterList": [ + [ + 8002101, + 8002100, + 8002102 + ] + ] + }, + { + "Level": 48, + "StageID": 83005021, + "MonsterList": [ + [ + 3002010, + 3003010, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 83005022, + "MonsterList": [ + [ + 3003020 + ] + ] + }, + { + "Level": 48, + "StageID": 83005023, + "MonsterList": [ + [ + 3001020, + 3003050, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 83005031, + "MonsterList": [ + [ + 8013010, + 8003030 + ] + ] + }, + { + "Level": 48, + "StageID": 83005032, + "MonsterList": [ + [ + 3003020, + 3003040 + ] + ] + }, + { + "Level": 48, + "StageID": 83005033, + "MonsterList": [ + [ + 1023020, + 8003010 + ] + ] + }, + { + "Level": 48, + "StageID": 83005034, + "MonsterList": [ + [ + 3003010, + 3003050 + ] + ] + }, + { + "Level": 48, + "StageID": 83005035, + "MonsterList": [ + [ + 2013010, + 8003040 + ] + ] + }, + { + "Level": 48, + "StageID": 83005036, + "MonsterList": [ + [ + 3013010, + 3003030 + ] + ] + }, + { + "Level": 48, + "StageID": 83005041, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010, + 8012020 + ], + [ + 1012030, + 1012020, + 1012030, + 1012020 + ] + ] + }, + { + "Level": 48, + "StageID": 83005042, + "MonsterList": [ + [ + 1002050, + 1002040, + 1002050, + 1002040 + ], + [ + 2022010, + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 48, + "StageID": 83005043, + "MonsterList": [ + [ + 2011010, + 2012010, + 2011010, + 2012010 + ], + [ + 8012010, + 8012030, + 8012010, + 8012030 + ] + ] + }, + { + "Level": 48, + "StageID": 83005051, + "MonsterList": [ + [ + 2022060, + 2022020, + 2022060, + 2022020 + ], + [ + 2002030, + 2002030, + 2013020, + 2002030, + 2002030 + ] + ] + }, + { + "Level": 48, + "StageID": 83005052, + "MonsterList": [ + [ + 3012040, + 3012020, + 3012020, + 3012020 + ], + [ + 3002020, + 3002020, + 3003040, + 3002020, + 3002020 + ] + ] + }, + { + "Level": 48, + "StageID": 83005053, + "MonsterList": [ + [ + 2022010, + 2022110, + 2022010, + 2022110 + ], + [ + 2022050, + 2022040, + 2023020, + 2022050, + 2022040 + ] + ] + }, + { + "Level": 48, + "StageID": 83005061, + "MonsterList": [ + [ + 2022040, + 2023020, + 2022050 + ] + ] + }, + { + "Level": 48, + "StageID": 83005062, + "MonsterList": [ + [ + 3003020 + ] + ] + }, + { + "Level": 48, + "StageID": 83005063, + "MonsterList": [ + [ + 2023020, + 3003020 + ] + ] + }, + { + "Level": 48, + "StageID": 83005071, + "MonsterList": [ + [ + 3002010, + 3003010, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 83005072, + "MonsterList": [ + [ + 1023020 + ] + ] + }, + { + "Level": 48, + "StageID": 83005073, + "MonsterList": [ + [ + 3003010, + 1023020 + ] + ] + }, + { + "Level": 48, + "StageID": 83005081, + "MonsterList": [ + [ + 3012020, + 3013010 + ] + ] + }, + { + "Level": 48, + "StageID": 83005082, + "MonsterList": [ + [ + 2002030, + 2013020, + 2002030 + ] + ] + }, + { + "Level": 48, + "StageID": 83005083, + "MonsterList": [ + [ + 3013010, + 2013020 + ] + ] + }, + { + "Level": 48, + "StageID": 83005091, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 48, + "StageID": 83005092, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 48, + "StageID": 83005093, + "MonsterList": [ + [ + 2002030, + 2013020, + 2002030 + ] + ] + }, + { + "Level": 48, + "StageID": 83005094, + "MonsterList": [ + [ + 3002010, + 3003010, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 83005095, + "MonsterList": [ + [ + 3012020, + 3013010 + ] + ] + }, + { + "Level": 48, + "StageID": 83005101, + "MonsterList": [ + [ + 2023020, + 2023020 + ] + ] + }, + { + "Level": 48, + "StageID": 83005102, + "MonsterList": [ + [ + 3003040, + 3003030 + ] + ] + }, + { + "Level": 48, + "StageID": 83005103, + "MonsterList": [ + [ + 1023020, + 3013010 + ] + ] + }, + { + "Level": 48, + "StageID": 83005104, + "MonsterList": [ + [ + 2013020, + 3003020 + ] + ] + }, + { + "Level": 48, + "StageID": 83005105, + "MonsterList": [ + [ + 2023030, + 1023010 + ] + ] + }, + { + "Level": 48, + "StageID": 83005111, + "MonsterList": [ + [ + 2002010, + 2002010, + 2002010 + ] + ] + }, + { + "Level": 48, + "StageID": 83005112, + "MonsterList": [ + [ + 1002050, + 1002040, + 1002040, + 1002050 + ] + ] + }, + { + "Level": 48, + "StageID": 83005121, + "MonsterList": [ + [ + 8033011 + ] + ] + }, + { + "Level": 48, + "StageID": 83005122, + "MonsterList": [ + [ + 3003022 + ] + ] + }, + { + "Level": 48, + "StageID": 83005123, + "MonsterList": [ + [ + 2002030, + 2013021, + 2002030 + ] + ] + }, + { + "Level": 48, + "StageID": 83005131, + "MonsterList": [ + [ + 3012020, + 3013010 + ] + ] + }, + { + "Level": 48, + "StageID": 83005132, + "MonsterList": [ + [ + 3002010, + 3003010, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 83005133, + "MonsterList": [ + [ + 3003030 + ] + ] + }, + { + "Level": 48, + "StageID": 83005141, + "MonsterList": [ + [ + 1013010 + ] + ] + }, + { + "Level": 48, + "StageID": 83005142, + "MonsterList": [ + [ + 1013020 + ] + ] + }, + { + "Level": 48, + "StageID": 83005143, + "MonsterList": [ + [ + 8003010 + ] + ] + }, + { + "Level": 48, + "StageID": 83005144, + "MonsterList": [ + [ + 8003020 + ] + ] + }, + { + "Level": 48, + "StageID": 83005151, + "MonsterList": [ + [ + 1023021 + ] + ] + }, + { + "Level": 48, + "StageID": 83005152, + "MonsterList": [ + [ + 1022020, + 1023011, + 1022020 + ] + ] + }, + { + "Level": 48, + "StageID": 83005161, + "MonsterList": [ + [ + 8034010 + ] + ] + }, + { + "Level": 48, + "StageID": 83005171, + "MonsterList": [ + [ + 8022030, + 8022020, + 8022030, + 8022030 + ] + ] + }, + { + "Level": 48, + "StageID": 83005172, + "MonsterList": [ + [ + 8022020, + 8022010, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 48, + "StageID": 83005173, + "MonsterList": [ + [ + 8024011 + ] + ] + }, + { + "Level": 48, + "StageID": 83005181, + "MonsterList": [ + [ + 3002010, + 3002050, + 3002010, + 3002020 + ] + ] + }, + { + "Level": 48, + "StageID": 83005182, + "MonsterList": [ + [ + 3002030, + 3003020, + 3002050, + 3002040 + ] + ] + }, + { + "Level": 48, + "StageID": 83005183, + "MonsterList": [ + [ + 300205004, + 300205004, + 300205004, + 300205004, + 300205004 + ] + ] + }, + { + "Level": 48, + "StageID": 83005191, + "MonsterList": [ + [ + 300201002, + 300201001, + 300201002 + ] + ] + }, + { + "Level": 48, + "StageID": 83005201, + "MonsterList": [ + [ + 2024020 + ] + ] + }, + { + "Level": 48, + "StageID": 83005202, + "MonsterList": [ + [ + 2024020 + ] + ] + }, + { + "Level": 48, + "StageID": 83005203, + "MonsterList": [ + [ + 2024020 + ] + ] + }, + { + "Level": 48, + "StageID": 83005211, + "MonsterList": [ + [ + 3011010, + 3012010, + 3011010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 83005212, + "MonsterList": [ + [ + 3001010, + 3002010, + 3001010, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 83005221, + "MonsterList": [ + [ + 8022010, + 8022030, + 8022010, + 8022030 + ] + ] + }, + { + "Level": 48, + "StageID": 83005222, + "MonsterList": [ + [ + 8022020, + 8022010, + 8022020, + 8022010 + ] + ] + }, + { + "Level": 48, + "StageID": 83005223, + "MonsterList": [ + [ + 8024011 + ] + ] + }, + { + "Level": 48, + "StageID": 83005231, + "MonsterList": [ + [ + 1022010, + 8003031, + 1022010 + ] + ] + }, + { + "Level": 48, + "StageID": 83005232, + "MonsterList": [ + [ + 8002010, + 8003041, + 8002010 + ] + ] + }, + { + "Level": 48, + "StageID": 83005233, + "MonsterList": [ + [ + 2022010, + 2023031, + 2022010 + ] + ] + }, + { + "Level": 48, + "StageID": 83005241, + "MonsterList": [ + [ + 8033011 + ] + ] + }, + { + "Level": 48, + "StageID": 83005251, + "MonsterList": [ + [ + 1002050, + 1002040, + 1003010, + 1002040, + 1002050 + ] + ] + }, + { + "Level": 48, + "StageID": 83005261, + "MonsterList": [ + [ + 2022020, + 2022010, + 2023030, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 48, + "StageID": 83005271, + "MonsterList": [ + [ + 1022020, + 8001010, + 1022020, + 8001010, + 1022020 + ], + [ + 2032010, + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 48, + "StageID": 83005281, + "MonsterList": [ + [ + 3003012 + ] + ] + }, + { + "Level": 48, + "StageID": 83005282, + "MonsterList": [ + [ + 2033010, + 1013020 + ] + ] + }, + { + "Level": 48, + "StageID": 83005283, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020, + 2032010 + ], + [ + 3002010, + 3002020, + 3002010, + 3002020, + 3002040 + ] + ] + }, + { + "Level": 48, + "StageID": 83005291, + "MonsterList": [ + [ + 2022040, + 2023020, + 2022050 + ] + ] + }, + { + "Level": 48, + "StageID": 83005301, + "MonsterList": [ + [ + 3002050, + 3012020, + 3002050, + 3012020, + 3002050 + ] + ] + }, + { + "Level": 48, + "StageID": 83005302, + "MonsterList": [ + [ + 3002052 + ] + ] + }, + { + "Level": 48, + "StageID": 83005311, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022060, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 48, + "StageID": 83005312, + "MonsterList": [ + [ + 2011010, + 2012010, + 2011020, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 48, + "StageID": 83005313, + "MonsterList": [ + [ + 2022060, + 2023010, + 2022060 + ] + ] + }, + { + "Level": 48, + "StageID": 83005314, + "MonsterList": [ + [ + 2011020, + 2013010, + 2011020 + ] + ] + }, + { + "Level": 48, + "StageID": 83005321, + "MonsterList": [ + [ + 2004020 + ] + ] + }, + { + "Level": 48, + "StageID": 83005331, + "MonsterList": [ + [ + 2034010 + ] + ] + }, + { + "Level": 48, + "StageID": 83005341, + "MonsterList": [ + [ + 3002020, + 2033010, + 3002020 + ] + ] + }, + { + "Level": 48, + "StageID": 83005351, + "MonsterList": [ + [ + 4012040, + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 83005352, + "MonsterList": [ + [ + 4012030, + 4013010, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 83005353, + "MonsterList": [ + [ + 3002020, + 3013010, + 3003010 + ] + ] + }, + { + "Level": 48, + "StageID": 83005361, + "MonsterList": [ + [ + 3002020, + 3013010, + 3003010 + ] + ] + }, + { + "Level": 48, + "StageID": 83005371, + "MonsterList": [ + [ + 2032010, + 2032020, + 2033010, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 48, + "StageID": 83005372, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032010, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 48, + "StageID": 83005381, + "MonsterList": [ + [ + 3003020, + 4013010, + 4012020 + ] + ] + }, + { + "Level": 48, + "StageID": 83005382, + "MonsterList": [ + [ + 4013013 + ] + ] + }, + { + "Level": 48, + "StageID": 83005383, + "MonsterList": [ + [ + 3003020, + 4013013, + 4012040 + ] + ] + }, + { + "Level": 48, + "StageID": 83005391, + "MonsterList": [ + [ + 3002020, + 3002020, + 3003042, + 3002020, + 3002020 + ] + ] + }, + { + "Level": 48, + "StageID": 83005401, + "MonsterList": [ + [ + 8033010 + ] + ] + }, + { + "Level": 48, + "StageID": 83005402, + "MonsterList": [ + [ + 2023011 + ] + ] + }, + { + "Level": 48, + "StageID": 83005403, + "MonsterList": [ + [ + 4013013, + 3003052 + ] + ] + }, + { + "Level": 48, + "StageID": 83005404, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 48, + "StageID": 83005405, + "MonsterList": [ + [ + 2032010, + 2032010, + 2033010, + 2032020, + 2032020 + ] + ] + }, + { + "Level": 48, + "StageID": 83005406, + "MonsterList": [ + [ + 1023020, + 3012020, + 3013010 + ] + ] + }, + { + "Level": 48, + "StageID": 83005407, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012010, + 4012040 + ] + ] + }, + { + "Level": 48, + "StageID": 83005408, + "MonsterList": [ + [ + 4012040, + 4013010, + 4012020 + ] + ] + }, + { + "Level": 48, + "StageID": 83005409, + "MonsterList": [ + [ + 4013010, + 2002030, + 2013020 + ] + ] + }, + { + "Level": 48, + "StageID": 83005411, + "MonsterList": [ + [ + 3012020, + 3012020, + 3013013, + 3012020, + 3012020 + ] + ] + }, + { + "Level": 48, + "StageID": 83005421, + "MonsterList": [ + [ + 2022010, + 2022010, + 2023030, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 48, + "StageID": 83005431, + "MonsterList": [ + [ + 1022020, + 8003020, + 8002109, + 1022020 + ] + ] + }, + { + "Level": 48, + "StageID": 83005432, + "MonsterList": [ + [ + 2032010, + 8002079, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 48, + "StageID": 83005433, + "MonsterList": [ + [ + 2002030, + 2002010, + 8002089, + 2002030 + ] + ] + }, + { + "Level": 48, + "StageID": 83005434, + "MonsterList": [ + [ + 3001020, + 4012010, + 8002069, + 4012010, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 83005441, + "MonsterList": [ + [ + 4013010, + 1004030 + ] + ] + }, + { + "Level": 48, + "StageID": 83005451, + "MonsterList": [ + [ + 4032040, + 4033020, + 4032040 + ] + ] + }, + { + "Level": 48, + "StageID": 83005461, + "MonsterList": [ + [ + 4023010 + ] + ] + }, + { + "Level": 48, + "StageID": 83005462, + "MonsterList": [ + [ + 4032030, + 4023010, + 4032030 + ] + ] + }, + { + "Level": 48, + "StageID": 83005463, + "MonsterList": [ + [ + 4023010, + 4023020 + ] + ] + }, + { + "Level": 48, + "StageID": 83005471, + "MonsterList": [ + [ + 8012030, + 8012010, + 8013011, + 8012010, + 8012030 + ] + ] + }, + { + "Level": 44, + "StageID": 83006011, + "MonsterList": [ + [ + 8012010, + 8013011, + 8012010 + ], + [ + 8003030, + 2023010 + ] + ] + }, + { + "Level": 44, + "StageID": 83006021, + "MonsterList": [ + [ + 1003011 + ], + [ + 8003020, + 2023030 + ] + ] + }, + { + "Level": 44, + "StageID": 83006031, + "MonsterList": [ + [ + 1012010, + 1013021, + 1012010 + ], + [ + 1013010, + 1023010 + ] + ] + }, + { + "Level": 44, + "StageID": 83006041, + "MonsterList": [ + [ + 1013011 + ], + [ + 1013020, + 1023020 + ] + ] + }, + { + "Level": 44, + "StageID": 83006051, + "MonsterList": [ + [ + 8001010, + 8003021, + 8001010 + ], + [ + 1003010, + 8003030 + ] + ] + }, + { + "Level": 44, + "StageID": 83006061, + "MonsterList": [ + [ + 8001020, + 8003011, + 8001020 + ], + [ + 8003040, + 2023020 + ] + ] + }, + { + "Level": 44, + "StageID": 83006071, + "MonsterList": [ + [ + 1022020, + 1023011, + 1022020 + ], + [ + 8003050, + 8033010 + ] + ] + }, + { + "Level": 44, + "StageID": 83006081, + "MonsterList": [ + [ + 1023021 + ], + [ + 2013020, + 3003030 + ] + ] + }, + { + "Level": 44, + "StageID": 83006091, + "MonsterList": [ + [ + 1022010, + 8003031, + 1022010 + ], + [ + 8003010, + 8003020 + ] + ] + }, + { + "Level": 44, + "StageID": 83006101, + "MonsterList": [ + [ + 8002010, + 8003041, + 8002010 + ], + [ + 2023020, + 3003010 + ] + ] + }, + { + "Level": 44, + "StageID": 83006111, + "MonsterList": [ + [ + 8001050, + 8003051, + 8001050 + ], + [ + 3003050, + 8033010 + ] + ] + }, + { + "Level": 44, + "StageID": 83006121, + "MonsterList": [ + [ + 2023011 + ], + [ + 8013010, + 2023020 + ] + ] + }, + { + "Level": 44, + "StageID": 83006131, + "MonsterList": [ + [ + 2013011 + ], + [ + 8003040, + 3003010 + ] + ] + }, + { + "Level": 44, + "StageID": 83006141, + "MonsterList": [ + [ + 2022010, + 2023031, + 2022010 + ], + [ + 2013020, + 3003040 + ] + ] + }, + { + "Level": 44, + "StageID": 83006151, + "MonsterList": [ + [ + 2022040, + 2023021, + 2022050 + ], + [ + 1013010, + 8003050 + ] + ] + }, + { + "Level": 44, + "StageID": 83006161, + "MonsterList": [ + [ + 8033011 + ], + [ + 8003050, + 3003020 + ] + ] + }, + { + "Level": 44, + "StageID": 83006171, + "MonsterList": [ + [ + 2013021 + ], + [ + 8013010, + 3003020 + ] + ] + }, + { + "Level": 44, + "StageID": 83006181, + "MonsterList": [ + [ + 3002010, + 300301201, + 3002010 + ], + [ + 3003040, + 3003030 + ] + ] + }, + { + "Level": 44, + "StageID": 83006191, + "MonsterList": [ + [ + 3003022 + ], + [ + 3003050, + 3003040 + ] + ] + }, + { + "Level": 44, + "StageID": 83006201, + "MonsterList": [ + [ + 3003032 + ], + [ + 1013020, + 1023010 + ] + ] + }, + { + "Level": 44, + "StageID": 83006211, + "MonsterList": [ + [ + 3002020, + 3003042, + 3002020 + ], + [ + 2023030, + 2013020 + ] + ] + }, + { + "Level": 44, + "StageID": 83006221, + "MonsterList": [ + [ + 3001020, + 3003052, + 3001020 + ], + [ + 8003050, + 8033010 + ] + ] + }, + { + "Level": 44, + "StageID": 83007011, + "MonsterList": [ + [ + 1013013, + 1013023 + ], + [ + 3003052, + 3003032 + ] + ] + }, + { + "Level": 44, + "StageID": 83007021, + "MonsterList": [ + [ + 1004022 + ], + [ + 2023031, + 3003042 + ] + ] + }, + { + "Level": 44, + "StageID": 83007031, + "MonsterList": [ + [ + 1014011 + ], + [ + 8003011, + 2023021 + ] + ] + }, + { + "Level": 44, + "StageID": 83007041, + "MonsterList": [ + [ + 2002010, + 2004011, + 2002010 + ], + [ + 8013011, + 2023011 + ] + ] + }, + { + "Level": 44, + "StageID": 83007051, + "MonsterList": [ + [ + 1004011 + ], + [ + 8003041, + 3003032 + ] + ] + }, + { + "Level": 44, + "StageID": 83007061, + "MonsterList": [ + [ + 2024015 + ], + [ + 2023021, + 8033011 + ] + ] + }, + { + "Level": 44, + "StageID": 83007071, + "MonsterList": [ + [ + 2004021 + ], + [ + 2013021, + 3003032 + ] + ] + }, + { + "Level": 44, + "StageID": 83007081, + "MonsterList": [ + [ + 8024012 + ], + [ + 1003011, + 8003021 + ] + ] + }, + { + "Level": 44, + "StageID": 83007091, + "MonsterList": [ + [ + 3024011 + ], + [ + 1013011, + 8003051 + ] + ] + }, + { + "Level": 44, + "StageID": 83007101, + "MonsterList": [ + [ + 3014022 + ], + [ + 2023011, + 300301201 + ] + ] + }, + { + "Level": 44, + "StageID": 83007111, + "MonsterList": [ + [ + 3024023 + ], + [ + 1023021, + 2013021 + ] + ] + }, + { + "Level": 44, + "StageID": 83007121, + "MonsterList": [ + [ + 8034011 + ], + [ + 3003042, + 2023031 + ] + ] + }, + { + "Level": 44, + "StageID": 83007131, + "MonsterList": [ + [ + 3004011, + 3003053, + 3003043, + 3003033 + ], + [ + 2013021, + 3003022 + ] + ] + }, + { + "Level": 44, + "StageID": 83007141, + "MonsterList": [ + [ + 2024021 + ], + [ + 2023011, + 2023021 + ] + ] + }, + { + "Level": 80, + "StageID": 83010000, + "MonsterList": [ + [ + 2023030 + ] + ] + }, + { + "Level": 80, + "StageID": 83010011, + "MonsterList": [ + [ + 2023020 + ] + ] + }, + { + "Level": 80, + "StageID": 83010012, + "MonsterList": [ + [ + 3003010 + ] + ] + }, + { + "Level": 80, + "StageID": 83010013, + "MonsterList": [ + [ + 1013020 + ] + ] + }, + { + "Level": 80, + "StageID": 83010014, + "MonsterList": [ + [ + 8003030 + ] + ] + }, + { + "Level": 80, + "StageID": 83010021, + "MonsterList": [ + [ + 2013020 + ] + ] + }, + { + "Level": 80, + "StageID": 83010022, + "MonsterList": [ + [ + 3003050 + ] + ] + }, + { + "Level": 80, + "StageID": 83010023, + "MonsterList": [ + [ + 8003050 + ] + ] + }, + { + "Level": 80, + "StageID": 83010024, + "MonsterList": [ + [ + 1023010 + ] + ] + }, + { + "Level": 44, + "StageID": 83012011, + "MonsterList": [ + [ + 8012010, + 8013010, + 8012010 + ] + ] + }, + { + "Level": 44, + "StageID": 83012021, + "MonsterList": [ + [ + 1003010 + ] + ] + }, + { + "Level": 44, + "StageID": 83012031, + "MonsterList": [ + [ + 1012010, + 1013020, + 1012010 + ] + ] + }, + { + "Level": 44, + "StageID": 83012041, + "MonsterList": [ + [ + 1013010 + ] + ] + }, + { + "Level": 44, + "StageID": 83012051, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 44, + "StageID": 83012061, + "MonsterList": [ + [ + 8001020, + 8003010, + 8001020 + ] + ] + }, + { + "Level": 44, + "StageID": 83012071, + "MonsterList": [ + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 44, + "StageID": 83012081, + "MonsterList": [ + [ + 1023020 + ] + ] + }, + { + "Level": 44, + "StageID": 83012091, + "MonsterList": [ + [ + 1022010, + 8003030, + 1022010 + ] + ] + }, + { + "Level": 44, + "StageID": 83012101, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 44, + "StageID": 83012111, + "MonsterList": [ + [ + 8001050, + 8003050, + 8001050 + ] + ] + }, + { + "Level": 44, + "StageID": 83012121, + "MonsterList": [ + [ + 2023010 + ] + ] + }, + { + "Level": 44, + "StageID": 83012131, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 44, + "StageID": 83012141, + "MonsterList": [ + [ + 2022010, + 2023030, + 2022010 + ] + ] + }, + { + "Level": 44, + "StageID": 83012151, + "MonsterList": [ + [ + 2022040, + 2023020, + 2022050 + ] + ] + }, + { + "Level": 44, + "StageID": 83012161, + "MonsterList": [ + [ + 8033010 + ] + ] + }, + { + "Level": 44, + "StageID": 83012171, + "MonsterList": [ + [ + 2002030, + 2013020, + 2002030 + ] + ] + }, + { + "Level": 44, + "StageID": 83012181, + "MonsterList": [ + [ + 3002010, + 3003010, + 3002010 + ] + ] + }, + { + "Level": 44, + "StageID": 83012191, + "MonsterList": [ + [ + 3003020 + ] + ] + }, + { + "Level": 44, + "StageID": 83012201, + "MonsterList": [ + [ + 3002040, + 3003030 + ] + ] + }, + { + "Level": 44, + "StageID": 83012211, + "MonsterList": [ + [ + 3002020, + 3003040, + 3002020 + ] + ] + }, + { + "Level": 44, + "StageID": 83012221, + "MonsterList": [ + [ + 3001020, + 3003050, + 3001020 + ] + ] + }, + { + "Level": 44, + "StageID": 83012231, + "MonsterList": [ + [ + 3012020, + 3013010 + ] + ] + }, + { + "Level": 44, + "StageID": 83012241, + "MonsterList": [ + [ + 2032010, + 2033010, + 2032020 + ] + ] + }, + { + "Level": 44, + "StageID": 83012251, + "MonsterList": [ + [ + 4013010 + ] + ] + }, + { + "Level": 44, + "StageID": 83012261, + "MonsterList": [ + [ + 4012010, + 4023010, + 4012010 + ] + ] + }, + { + "Level": 44, + "StageID": 83012271, + "MonsterList": [ + [ + 4012030, + 4023020, + 4012030 + ] + ] + }, + { + "Level": 44, + "StageID": 83012281, + "MonsterList": [ + [ + 4032010, + 4033010, + 4032010 + ] + ] + }, + { + "Level": 44, + "StageID": 83012291, + "MonsterList": [ + [ + 4032050, + 4033020, + 4032050 + ] + ] + }, + { + "Level": 44, + "StageID": 83012301, + "MonsterList": [ + [ + 4033030 + ] + ] + }, + { + "Level": 44, + "StageID": 83013011, + "MonsterList": [ + [ + 8012010, + 8012010, + 8013011, + 8012010, + 8012010 + ] + ] + }, + { + "Level": 44, + "StageID": 83013021, + "MonsterList": [ + [ + 1003011 + ] + ] + }, + { + "Level": 44, + "StageID": 83013031, + "MonsterList": [ + [ + 1012010, + 1012010, + 1013021, + 1012010, + 1012010 + ] + ] + }, + { + "Level": 44, + "StageID": 83013041, + "MonsterList": [ + [ + 1013011 + ] + ] + }, + { + "Level": 44, + "StageID": 83013051, + "MonsterList": [ + [ + 8001010, + 8001010, + 8003021, + 8001010, + 8001010 + ] + ] + }, + { + "Level": 44, + "StageID": 83013061, + "MonsterList": [ + [ + 8001020, + 8001020, + 8003011, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 44, + "StageID": 83013071, + "MonsterList": [ + [ + 1022020, + 1022020, + 1023011, + 1022020, + 1022020 + ] + ] + }, + { + "Level": 44, + "StageID": 83013081, + "MonsterList": [ + [ + 1023021 + ] + ] + }, + { + "Level": 44, + "StageID": 83013091, + "MonsterList": [ + [ + 1022010, + 1022010, + 8003031, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 44, + "StageID": 83013101, + "MonsterList": [ + [ + 8002010, + 8002010, + 8003041, + 8002010, + 8002010 + ] + ] + }, + { + "Level": 44, + "StageID": 83013111, + "MonsterList": [ + [ + 8001050, + 8001050, + 8003051, + 8001050, + 8001050 + ] + ] + }, + { + "Level": 44, + "StageID": 83013121, + "MonsterList": [ + [ + 2023011 + ] + ] + }, + { + "Level": 44, + "StageID": 83013131, + "MonsterList": [ + [ + 2011020, + 2013011, + 2011020 + ] + ] + }, + { + "Level": 44, + "StageID": 83013141, + "MonsterList": [ + [ + 2022010, + 2022010, + 2023031, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 44, + "StageID": 83013151, + "MonsterList": [ + [ + 2022040, + 2022040, + 2023021, + 2022050, + 2022050 + ] + ] + }, + { + "Level": 44, + "StageID": 83013161, + "MonsterList": [ + [ + 8033011 + ] + ] + }, + { + "Level": 44, + "StageID": 83013171, + "MonsterList": [ + [ + 2002030, + 2013021, + 2002030 + ] + ] + }, + { + "Level": 44, + "StageID": 83013181, + "MonsterList": [ + [ + 3002010, + 3002010, + 300301201, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 44, + "StageID": 83013191, + "MonsterList": [ + [ + 3002030, + 3003022, + 3002030 + ] + ] + }, + { + "Level": 44, + "StageID": 83013201, + "MonsterList": [ + [ + 3002010, + 3003032, + 3002010 + ] + ] + }, + { + "Level": 44, + "StageID": 83013211, + "MonsterList": [ + [ + 3002020, + 3002020, + 3003042, + 3002020, + 3002020 + ] + ] + }, + { + "Level": 44, + "StageID": 83013221, + "MonsterList": [ + [ + 3001020, + 3001020, + 3003052, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 44, + "StageID": 83013231, + "MonsterList": [ + [ + 3012020, + 3013013, + 3012020, + 3012020 + ] + ] + }, + { + "Level": 44, + "StageID": 83013241, + "MonsterList": [ + [ + 2032010, + 2032010, + 2033011, + 2032020, + 2032020 + ] + ] + }, + { + "Level": 44, + "StageID": 83013251, + "MonsterList": [ + [ + 4013013 + ] + ] + }, + { + "Level": 51, + "StageID": 84000011, + "MonsterList": [ + [ + 8011020, + 8011010, + 8011020 + ] + ] + }, + { + "Level": 51, + "StageID": 84000012, + "MonsterList": [ + [ + 8001050, + 8001050 + ] + ] + }, + { + "Level": 51, + "StageID": 84000013, + "MonsterList": [ + [ + 2022110, + 2022110 + ] + ] + }, + { + "Level": 51, + "StageID": 84000014, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 51, + "StageID": 84000015, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 51, + "StageID": 84000021, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 51, + "StageID": 84000022, + "MonsterList": [ + [ + 2002010, + 8001040 + ] + ] + }, + { + "Level": 51, + "StageID": 84000023, + "MonsterList": [ + [ + 8032010, + 8032020 + ] + ] + }, + { + "Level": 51, + "StageID": 84000024, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 51, + "StageID": 84000025, + "MonsterList": [ + [ + 3001010, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 51, + "StageID": 84000031, + "MonsterList": [ + [ + 8012010, + 8012020 + ] + ] + }, + { + "Level": 51, + "StageID": 84000032, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 51, + "StageID": 84000033, + "MonsterList": [ + [ + 2022040, + 2022040 + ] + ] + }, + { + "Level": 51, + "StageID": 84000034, + "MonsterList": [ + [ + 3002030, + 3002030 + ] + ] + }, + { + "Level": 51, + "StageID": 84000035, + "MonsterList": [ + [ + 3002020, + 3002020 + ] + ] + }, + { + "Level": 51, + "StageID": 84000041, + "MonsterList": [ + [ + 1012010, + 1012020 + ] + ] + }, + { + "Level": 51, + "StageID": 84000042, + "MonsterList": [ + [ + 8001050, + 2022010 + ] + ] + }, + { + "Level": 51, + "StageID": 84000043, + "MonsterList": [ + [ + 8032020, + 8001030, + 8032010 + ] + ] + }, + { + "Level": 51, + "StageID": 84000044, + "MonsterList": [ + [ + 3001020, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 51, + "StageID": 84000045, + "MonsterList": [ + [ + 3001010, + 3002020, + 3001010 + ] + ] + }, + { + "Level": 52, + "StageID": 84000051, + "MonsterList": [ + [ + 1022020, + 8001010, + 1022020 + ] + ] + }, + { + "Level": 52, + "StageID": 84000052, + "MonsterList": [ + [ + 2002010, + 8001030, + 2002010 + ] + ] + }, + { + "Level": 52, + "StageID": 84000053, + "MonsterList": [ + [ + 2022110, + 2022050, + 2022110 + ] + ] + }, + { + "Level": 52, + "StageID": 84000054, + "MonsterList": [ + [ + 3002010, + 3002010 + ] + ] + }, + { + "Level": 52, + "StageID": 84000055, + "MonsterList": [ + [ + 3002040, + 3002040 + ] + ] + }, + { + "Level": 54, + "StageID": 84000061, + "MonsterList": [ + [ + 1012030, + 8001010, + 1012030 + ] + ] + }, + { + "Level": 54, + "StageID": 84000062, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 54, + "StageID": 84000063, + "MonsterList": [ + [ + 2022050, + 2022110, + 2022050 + ] + ] + }, + { + "Level": 54, + "StageID": 84000064, + "MonsterList": [ + [ + 3001020, + 3002040, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 54, + "StageID": 84000065, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 54, + "StageID": 84000071, + "MonsterList": [ + [ + 8001030, + 1002040, + 1002040, + 8001020 + ] + ] + }, + { + "Level": 54, + "StageID": 84000072, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 54, + "StageID": 84000073, + "MonsterList": [ + [ + 2002010, + 2002030, + 2002010 + ] + ] + }, + { + "Level": 54, + "StageID": 84000074, + "MonsterList": [ + [ + 3012020, + 301201001 + ] + ] + }, + { + "Level": 54, + "StageID": 84000075, + "MonsterList": [ + [ + 3002020, + 3001010, + 3002020 + ] + ] + }, + { + "Level": 54, + "StageID": 84000081, + "MonsterList": [ + [ + 8011020, + 8012010, + 8012010, + 8011020 + ] + ] + }, + { + "Level": 54, + "StageID": 84000082, + "MonsterList": [ + [ + 2011010, + 8002010, + 2022020 + ] + ] + }, + { + "Level": 54, + "StageID": 84000083, + "MonsterList": [ + [ + 8032010, + 8032020, + 8032010 + ] + ] + }, + { + "Level": 54, + "StageID": 84000084, + "MonsterList": [ + [ + 301201001, + 3011010, + 301201001 + ] + ] + }, + { + "Level": 54, + "StageID": 84000085, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 54, + "StageID": 84000091, + "MonsterList": [ + [ + 1012020, + 1012030, + 1002020 + ] + ] + }, + { + "Level": 54, + "StageID": 84000092, + "MonsterList": [ + [ + 2011020, + 2011020, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 54, + "StageID": 84000093, + "MonsterList": [ + [ + 2022020, + 2022060, + 2022020 + ] + ] + }, + { + "Level": 54, + "StageID": 84000094, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 54, + "StageID": 84000095, + "MonsterList": [ + [ + 301201001, + 3012040, + 3011010 + ] + ] + }, + { + "Level": 55, + "StageID": 84000101, + "MonsterList": [ + [ + 1002050, + 1002030, + 1002050, + 1022020 + ] + ] + }, + { + "Level": 55, + "StageID": 84000102, + "MonsterList": [ + [ + 8001040, + 8001040, + 8002010, + 8001040 + ] + ] + }, + { + "Level": 55, + "StageID": 84000103, + "MonsterList": [ + [ + 2022060, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 55, + "StageID": 84000104, + "MonsterList": [ + [ + 3001010, + 3002030, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 55, + "StageID": 84000105, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 57, + "StageID": 84000111, + "MonsterList": [ + [ + 1012010, + 8001030, + 1012010, + 1002020 + ] + ] + }, + { + "Level": 57, + "StageID": 84000112, + "MonsterList": [ + [ + 2011020, + 8002010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 57, + "StageID": 84000113, + "MonsterList": [ + [ + 2022050, + 2022020, + 2022050, + 8001030 + ] + ] + }, + { + "Level": 57, + "StageID": 84000114, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 57, + "StageID": 84000115, + "MonsterList": [ + [ + 3002020, + 3002020, + 3002020, + 3002040 + ] + ] + }, + { + "Level": 57, + "StageID": 84000121, + "MonsterList": [ + [ + 1002050, + 1002030, + 1002030, + 1002050 + ] + ] + }, + { + "Level": 57, + "StageID": 84000122, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2012010 + ] + ] + }, + { + "Level": 57, + "StageID": 84000123, + "MonsterList": [ + [ + 8032020, + 8032010, + 8032010, + 8032020 + ] + ] + }, + { + "Level": 57, + "StageID": 84000124, + "MonsterList": [ + [ + 3002040, + 3002010, + 3002010, + 3002040 + ] + ] + }, + { + "Level": 57, + "StageID": 84000125, + "MonsterList": [ + [ + 3002040, + 3002010, + 3012020, + 3002040 + ] + ] + }, + { + "Level": 57, + "StageID": 84000131, + "MonsterList": [ + [ + 1002020, + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 57, + "StageID": 84000132, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020, + 8001030 + ] + ] + }, + { + "Level": 57, + "StageID": 84000133, + "MonsterList": [ + [ + 2022040, + 2022010, + 2022040, + 2022110 + ] + ] + }, + { + "Level": 57, + "StageID": 84000134, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 57, + "StageID": 84000135, + "MonsterList": [ + [ + 3012040, + 3012020, + 3012020, + 3012040 + ] + ] + }, + { + "Level": 57, + "StageID": 84000141, + "MonsterList": [ + [ + 8012030, + 8012020, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 57, + "StageID": 84000142, + "MonsterList": [ + [ + 8001030, + 2022010, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 57, + "StageID": 84000143, + "MonsterList": [ + [ + 2002030, + 2002030, + 2002030, + 8001030 + ] + ] + }, + { + "Level": 57, + "StageID": 84000144, + "MonsterList": [ + [ + 3011010, + 301201001, + 301201001, + 301201001 + ] + ] + }, + { + "Level": 57, + "StageID": 84000145, + "MonsterList": [ + [ + 3002040, + 301201001, + 301201001, + 3002020 + ] + ] + }, + { + "Level": 58, + "StageID": 84000151, + "MonsterList": [ + [ + 1002030, + 1022010, + 1022010, + 1002030 + ] + ] + }, + { + "Level": 58, + "StageID": 84000152, + "MonsterList": [ + [ + 8002010, + 8001040, + 8002010, + 2012010 + ] + ] + }, + { + "Level": 58, + "StageID": 84000153, + "MonsterList": [ + [ + 2022010, + 2022020, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 58, + "StageID": 84000154, + "MonsterList": [ + [ + 3012020, + 301201001, + 3012020, + 301201001 + ] + ] + }, + { + "Level": 58, + "StageID": 84000155, + "MonsterList": [ + [ + 301201001, + 3012040, + 301201001, + 3012040 + ] + ] + }, + { + "Level": 54, + "StageID": 84001011, + "MonsterList": [ + [ + 3001010, + 8002061, + 3001010, + 3002030 + ] + ] + }, + { + "Level": 54, + "StageID": 84001012, + "MonsterList": [ + [ + 8002082, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 54, + "StageID": 84001013, + "MonsterList": [ + [ + 3011010, + 301201001, + 8002071, + 3011010 + ] + ] + }, + { + "Level": 54, + "StageID": 84001014, + "MonsterList": [ + [ + 2002010, + 8002061, + 2002010, + 2002010 + ] + ] + }, + { + "Level": 54, + "StageID": 84001015, + "MonsterList": [ + [ + 8002082, + 8032010, + 8032020 + ] + ] + }, + { + "Level": 54, + "StageID": 84001016, + "MonsterList": [ + [ + 2022110, + 2022010, + 8002071 + ] + ] + }, + { + "Level": 54, + "StageID": 84001017, + "MonsterList": [ + [ + 8001040, + 8002061, + 8001040, + 8001030 + ] + ] + }, + { + "Level": 54, + "StageID": 84001018, + "MonsterList": [ + [ + 8002082, + 2011010, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 54, + "StageID": 84001019, + "MonsterList": [ + [ + 2002010, + 2002010, + 8002071, + 2002010 + ] + ] + }, + { + "Level": 54, + "StageID": 84001020, + "MonsterList": [ + [ + 1022020, + 1022020, + 8002061 + ] + ] + }, + { + "Level": 54, + "StageID": 84001021, + "MonsterList": [ + [ + 1002050, + 8002082, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 54, + "StageID": 84001022, + "MonsterList": [ + [ + 8002071, + 1022010, + 8001010, + 8001010 + ] + ] + }, + { + "Level": 54, + "StageID": 84001023, + "MonsterList": [ + [ + 8002061, + 1012020, + 1002020 + ] + ] + }, + { + "Level": 54, + "StageID": 84001024, + "MonsterList": [ + [ + 8001030, + 8001010, + 8002082, + 8001010 + ] + ] + }, + { + "Level": 54, + "StageID": 84001025, + "MonsterList": [ + [ + 8001010, + 8002071, + 1012020, + 8001010 + ] + ] + }, + { + "Level": 57, + "StageID": 84001201, + "MonsterList": [ + [ + 3012020, + 8002061, + 3012020 + ] + ] + }, + { + "Level": 57, + "StageID": 84001202, + "MonsterList": [ + [ + 301201001, + 301201001, + 8002082 + ] + ] + }, + { + "Level": 57, + "StageID": 84001203, + "MonsterList": [ + [ + 8002071, + 3002030, + 3002030, + 3002040 + ] + ] + }, + { + "Level": 57, + "StageID": 84001204, + "MonsterList": [ + [ + 2022110, + 8002061, + 2022110, + 2022060 + ] + ] + }, + { + "Level": 57, + "StageID": 84001205, + "MonsterList": [ + [ + 2002030, + 2002010, + 8002082, + 2002030 + ] + ] + }, + { + "Level": 57, + "StageID": 84001206, + "MonsterList": [ + [ + 8002071, + 8032020, + 8032010, + 8032020 + ] + ] + }, + { + "Level": 57, + "StageID": 84001207, + "MonsterList": [ + [ + 8002010, + 8002061, + 8002010, + 2011020 + ] + ] + }, + { + "Level": 57, + "StageID": 84001208, + "MonsterList": [ + [ + 8001050, + 2022010, + 8002082, + 2022010 + ] + ] + }, + { + "Level": 57, + "StageID": 84001209, + "MonsterList": [ + [ + 8002071, + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 57, + "StageID": 84001210, + "MonsterList": [ + [ + 1022010, + 8002061, + 1022010, + 8001030 + ] + ] + }, + { + "Level": 57, + "StageID": 84001211, + "MonsterList": [ + [ + 1002050, + 1002030, + 8002082, + 1002030 + ] + ] + }, + { + "Level": 57, + "StageID": 84001212, + "MonsterList": [ + [ + 1022010, + 1022010, + 8002071, + 8001010 + ] + ] + }, + { + "Level": 57, + "StageID": 84001213, + "MonsterList": [ + [ + 1012030, + 1012030, + 1002020, + 8002061 + ] + ] + }, + { + "Level": 57, + "StageID": 84001214, + "MonsterList": [ + [ + 1012020, + 8002082, + 1002020, + 1012020 + ] + ] + }, + { + "Level": 57, + "StageID": 84001215, + "MonsterList": [ + [ + 1012030, + 1002020, + 8002071, + 1012030 + ] + ] + }, + { + "Level": 44, + "StageID": 84002011, + "MonsterList": [ + [ + 8012010, + 8013010, + 8012010 + ] + ] + }, + { + "Level": 44, + "StageID": 84002021, + "MonsterList": [ + [ + 1003010 + ] + ] + }, + { + "Level": 44, + "StageID": 84002031, + "MonsterList": [ + [ + 1012010, + 1013020, + 1012010 + ] + ] + }, + { + "Level": 44, + "StageID": 84002041, + "MonsterList": [ + [ + 1013010 + ] + ] + }, + { + "Level": 44, + "StageID": 84002051, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 44, + "StageID": 84002061, + "MonsterList": [ + [ + 8001020, + 8003010, + 8001020 + ] + ] + }, + { + "Level": 44, + "StageID": 84002071, + "MonsterList": [ + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 44, + "StageID": 84002081, + "MonsterList": [ + [ + 1023020 + ] + ] + }, + { + "Level": 44, + "StageID": 84002091, + "MonsterList": [ + [ + 1022010, + 8003030, + 1022010 + ] + ] + }, + { + "Level": 44, + "StageID": 84002101, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 44, + "StageID": 84002111, + "MonsterList": [ + [ + 8001050, + 8003050, + 8001050 + ] + ] + }, + { + "Level": 44, + "StageID": 84002121, + "MonsterList": [ + [ + 2023010 + ] + ] + }, + { + "Level": 44, + "StageID": 84002131, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 44, + "StageID": 84002141, + "MonsterList": [ + [ + 2022010, + 2023030, + 2022010 + ] + ] + }, + { + "Level": 44, + "StageID": 84002151, + "MonsterList": [ + [ + 2022040, + 2023020, + 2022050 + ] + ] + }, + { + "Level": 44, + "StageID": 84002161, + "MonsterList": [ + [ + 8033010 + ] + ] + }, + { + "Level": 44, + "StageID": 84002171, + "MonsterList": [ + [ + 2002030, + 2013020, + 2002030 + ] + ] + }, + { + "Level": 44, + "StageID": 84002181, + "MonsterList": [ + [ + 3002010, + 3003010, + 3002010 + ] + ] + }, + { + "Level": 44, + "StageID": 84002191, + "MonsterList": [ + [ + 3003020 + ] + ] + }, + { + "Level": 44, + "StageID": 84002201, + "MonsterList": [ + [ + 3002040, + 3003030 + ] + ] + }, + { + "Level": 44, + "StageID": 84002211, + "MonsterList": [ + [ + 3002020, + 3003040, + 3002020 + ] + ] + }, + { + "Level": 44, + "StageID": 84002221, + "MonsterList": [ + [ + 3001020, + 3003050, + 3001020 + ] + ] + }, + { + "Level": 44, + "StageID": 84002231, + "MonsterList": [ + [ + 3012020, + 3013010 + ] + ] + }, + { + "Level": 44, + "StageID": 84003011, + "MonsterList": [ + [ + 8012010, + 8013011, + 8012010 + ] + ] + }, + { + "Level": 44, + "StageID": 84003021, + "MonsterList": [ + [ + 1003011 + ] + ] + }, + { + "Level": 44, + "StageID": 84003031, + "MonsterList": [ + [ + 1012010, + 1013021, + 1012010 + ] + ] + }, + { + "Level": 44, + "StageID": 84003041, + "MonsterList": [ + [ + 1013011 + ] + ] + }, + { + "Level": 44, + "StageID": 84003051, + "MonsterList": [ + [ + 8001010, + 8003021, + 8001010 + ] + ] + }, + { + "Level": 44, + "StageID": 84003061, + "MonsterList": [ + [ + 8001020, + 8003011, + 8001020 + ] + ] + }, + { + "Level": 44, + "StageID": 84003071, + "MonsterList": [ + [ + 1022020, + 1023011, + 1022020 + ] + ] + }, + { + "Level": 44, + "StageID": 84003081, + "MonsterList": [ + [ + 1023021 + ] + ] + }, + { + "Level": 44, + "StageID": 84003091, + "MonsterList": [ + [ + 1022010, + 8003031, + 1022010 + ] + ] + }, + { + "Level": 44, + "StageID": 84003101, + "MonsterList": [ + [ + 8002010, + 8003041, + 8002010 + ] + ] + }, + { + "Level": 44, + "StageID": 84003111, + "MonsterList": [ + [ + 8001050, + 8003051, + 8001050 + ] + ] + }, + { + "Level": 44, + "StageID": 84003121, + "MonsterList": [ + [ + 2023011 + ] + ] + }, + { + "Level": 44, + "StageID": 84003131, + "MonsterList": [ + [ + 2013011 + ] + ] + }, + { + "Level": 44, + "StageID": 84003141, + "MonsterList": [ + [ + 2022010, + 2023031, + 2022010 + ] + ] + }, + { + "Level": 44, + "StageID": 84003151, + "MonsterList": [ + [ + 2022040, + 2023021, + 2022050 + ] + ] + }, + { + "Level": 44, + "StageID": 84003161, + "MonsterList": [ + [ + 8033011 + ] + ] + }, + { + "Level": 44, + "StageID": 84003171, + "MonsterList": [ + [ + 2013021 + ] + ] + }, + { + "Level": 44, + "StageID": 84003181, + "MonsterList": [ + [ + 3002010, + 300301201, + 3002010 + ] + ] + }, + { + "Level": 44, + "StageID": 84003191, + "MonsterList": [ + [ + 3003022 + ] + ] + }, + { + "Level": 44, + "StageID": 84003201, + "MonsterList": [ + [ + 3003032 + ] + ] + }, + { + "Level": 44, + "StageID": 84003211, + "MonsterList": [ + [ + 3002020, + 3003042, + 3002020 + ] + ] + }, + { + "Level": 44, + "StageID": 84003221, + "MonsterList": [ + [ + 3001020, + 3003052, + 3001020 + ] + ] + }, + { + "Level": 44, + "StageID": 84003911, + "MonsterList": [ + [ + 2013021 + ] + ] + }, + { + "Level": 44, + "StageID": 84004011, + "MonsterList": [ + [ + 1004022 + ] + ] + }, + { + "Level": 44, + "StageID": 84004021, + "MonsterList": [ + [ + 1014011 + ] + ] + }, + { + "Level": 44, + "StageID": 84004031, + "MonsterList": [ + [ + 2002010, + 2004011, + 2002010 + ] + ] + }, + { + "Level": 44, + "StageID": 84004041, + "MonsterList": [ + [ + 1004011 + ] + ] + }, + { + "Level": 44, + "StageID": 84004051, + "MonsterList": [ + [ + 2024015 + ] + ] + }, + { + "Level": 44, + "StageID": 84004061, + "MonsterList": [ + [ + 2004021 + ] + ] + }, + { + "Level": 44, + "StageID": 84004071, + "MonsterList": [ + [ + 8024012 + ] + ] + }, + { + "Level": 44, + "StageID": 84004081, + "MonsterList": [ + [ + 3024011 + ] + ] + }, + { + "Level": 44, + "StageID": 84004091, + "MonsterList": [ + [ + 3014022 + ] + ] + }, + { + "Level": 44, + "StageID": 84004101, + "MonsterList": [ + [ + 3024023 + ] + ] + }, + { + "Level": 44, + "StageID": 84004111, + "MonsterList": [ + [ + 8034011 + ] + ] + }, + { + "Level": 44, + "StageID": 84004121, + "MonsterList": [ + [ + 3004011, + 3003053, + 3003043, + 3003033 + ] + ] + }, + { + "Level": 44, + "StageID": 84004131, + "MonsterList": [ + [ + 2024021 + ] + ] + }, + { + "Level": 44, + "StageID": 84004141, + "MonsterList": [ + [ + 2022010, + 8003030, + 2022010 + ] + ] + }, + { + "Level": 44, + "StageID": 84004151, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 44, + "StageID": 84004161, + "MonsterList": [ + [ + 2034012 + ] + ] + }, + { + "Level": 44, + "StageID": 84005011, + "MonsterList": [ + [ + 8012010, + 8013010, + 8012010 + ] + ] + }, + { + "Level": 44, + "StageID": 84005021, + "MonsterList": [ + [ + 1012010, + 1013020, + 1012010 + ] + ] + }, + { + "Level": 44, + "StageID": 84005031, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 44, + "StageID": 84005041, + "MonsterList": [ + [ + 8001020, + 8003010, + 8001020 + ] + ] + }, + { + "Level": 44, + "StageID": 84005051, + "MonsterList": [ + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 44, + "StageID": 84005061, + "MonsterList": [ + [ + 1022010, + 8003030, + 1022010 + ] + ] + }, + { + "Level": 44, + "StageID": 84005071, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 44, + "StageID": 84005081, + "MonsterList": [ + [ + 2022010, + 2023030, + 2022010 + ] + ] + }, + { + "Level": 44, + "StageID": 84005091, + "MonsterList": [ + [ + 3002010, + 3003010, + 3002010 + ] + ] + }, + { + "Level": 44, + "StageID": 84005101, + "MonsterList": [ + [ + 3002020, + 3003040, + 3002020 + ] + ] + }, + { + "Level": 44, + "StageID": 84005111, + "MonsterList": [ + [ + 3001020, + 3003050, + 3001020 + ] + ] + }, + { + "Level": 44, + "StageID": 84005121, + "MonsterList": [ + [ + 3012020, + 3013010 + ] + ] + }, + { + "Level": 44, + "StageID": 84005131, + "MonsterList": [ + [ + 8012010, + 8013011, + 8012010 + ] + ] + }, + { + "Level": 44, + "StageID": 84005141, + "MonsterList": [ + [ + 1012010, + 1013021, + 1012010 + ] + ] + }, + { + "Level": 44, + "StageID": 84005151, + "MonsterList": [ + [ + 8001010, + 8003021, + 8001010 + ] + ] + }, + { + "Level": 44, + "StageID": 84005161, + "MonsterList": [ + [ + 8001020, + 8003011, + 8001020 + ] + ] + }, + { + "Level": 44, + "StageID": 84005171, + "MonsterList": [ + [ + 1022020, + 1023011, + 1022020 + ] + ] + }, + { + "Level": 44, + "StageID": 84005181, + "MonsterList": [ + [ + 1022010, + 8003031, + 1022010 + ] + ] + }, + { + "Level": 44, + "StageID": 84005191, + "MonsterList": [ + [ + 8002010, + 8003041, + 8002010 + ] + ] + }, + { + "Level": 44, + "StageID": 84005201, + "MonsterList": [ + [ + 2022010, + 2023031, + 2022010 + ] + ] + }, + { + "Level": 44, + "StageID": 84005211, + "MonsterList": [ + [ + 3002010, + 300301201, + 3002010 + ] + ] + }, + { + "Level": 44, + "StageID": 84005221, + "MonsterList": [ + [ + 3002020, + 3003042, + 3002020 + ] + ] + }, + { + "Level": 44, + "StageID": 84005231, + "MonsterList": [ + [ + 3001020, + 3003052, + 3001020 + ] + ] + }, + { + "Level": 44, + "StageID": 84005241, + "MonsterList": [ + [ + 2002010, + 2004011, + 2002010 + ] + ] + }, + { + "Level": 44, + "StageID": 84005251, + "MonsterList": [ + [ + 3024023 + ] + ] + }, + { + "Level": 48, + "StageID": 84006001, + "MonsterList": [ + [ + 1013010 + ] + ] + }, + { + "Level": 48, + "StageID": 84006002, + "MonsterList": [ + [ + 1013020 + ] + ] + }, + { + "Level": 48, + "StageID": 84006003, + "MonsterList": [ + [ + 8003010 + ] + ] + }, + { + "Level": 48, + "StageID": 84006004, + "MonsterList": [ + [ + 8003020 + ] + ] + }, + { + "Level": 48, + "StageID": 84006005, + "MonsterList": [ + [ + 1023021 + ] + ] + }, + { + "Level": 48, + "StageID": 84006006, + "MonsterList": [ + [ + 1022020, + 1023011, + 1022020 + ] + ] + }, + { + "Level": 48, + "StageID": 84006007, + "MonsterList": [ + [ + 1023021 + ] + ] + }, + { + "Level": 48, + "StageID": 84006008, + "MonsterList": [ + [ + 1022020, + 1023011, + 1022020 + ] + ] + }, + { + "Level": 48, + "StageID": 84006009, + "MonsterList": [ + [ + 3002010, + 3003010, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 84006010, + "MonsterList": [ + [ + 3003020 + ] + ] + }, + { + "Level": 48, + "StageID": 84006011, + "MonsterList": [ + [ + 3001020, + 3003050, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 84006012, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010 + ], + [ + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 48, + "StageID": 84006013, + "MonsterList": [ + [ + 1002050, + 1002040, + 1002050, + 1002040 + ], + [ + 2022010, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 48, + "StageID": 84006014, + "MonsterList": [ + [ + 2011010, + 2012010, + 2011010 + ], + [ + 8012010, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 48, + "StageID": 84006015, + "MonsterList": [ + [ + 8013010, + 8003030 + ] + ] + }, + { + "Level": 48, + "StageID": 84006016, + "MonsterList": [ + [ + 3003020, + 3003040 + ] + ] + }, + { + "Level": 48, + "StageID": 84006017, + "MonsterList": [ + [ + 1023020, + 8003010 + ] + ] + }, + { + "Level": 48, + "StageID": 84006018, + "MonsterList": [ + [ + 3003010, + 3003050 + ] + ] + }, + { + "Level": 48, + "StageID": 84006019, + "MonsterList": [ + [ + 2013010, + 8003040 + ] + ] + }, + { + "Level": 48, + "StageID": 84006020, + "MonsterList": [ + [ + 3013010, + 3003030 + ] + ] + }, + { + "Level": 48, + "StageID": 84006021, + "MonsterList": [ + [ + 2002010, + 2002010, + 2002010 + ] + ] + }, + { + "Level": 48, + "StageID": 84006022, + "MonsterList": [ + [ + 1002050, + 1002040, + 1002040, + 1002050 + ] + ] + }, + { + "Level": 48, + "StageID": 84006023, + "MonsterList": [ + [ + 8022030, + 8022020, + 8022030, + 8022030 + ] + ] + }, + { + "Level": 48, + "StageID": 84006024, + "MonsterList": [ + [ + 8022020, + 8022010, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 48, + "StageID": 84006025, + "MonsterList": [ + [ + 8024011 + ] + ] + }, + { + "Level": 48, + "StageID": 84006026, + "MonsterList": [ + [ + 1022010, + 8003031, + 1022010 + ] + ] + }, + { + "Level": 48, + "StageID": 84006027, + "MonsterList": [ + [ + 8002010, + 8003041, + 8002010 + ] + ] + }, + { + "Level": 48, + "StageID": 84006028, + "MonsterList": [ + [ + 2022010, + 2023031, + 2022010 + ] + ] + }, + { + "Level": 48, + "StageID": 84006029, + "MonsterList": [ + [ + 8033011 + ] + ] + }, + { + "Level": 48, + "StageID": 84006030, + "MonsterList": [ + [ + 2024020 + ] + ] + }, + { + "Level": 48, + "StageID": 84006031, + "MonsterList": [ + [ + 2024020 + ] + ] + }, + { + "Level": 48, + "StageID": 84006032, + "MonsterList": [ + [ + 2024020 + ] + ] + }, + { + "Level": 48, + "StageID": 84006033, + "MonsterList": [ + [ + 3002010, + 3002050, + 3002010, + 3002020 + ] + ] + }, + { + "Level": 48, + "StageID": 84006034, + "MonsterList": [ + [ + 3002030, + 3003020, + 3002050, + 3002040 + ] + ] + }, + { + "Level": 48, + "StageID": 84006035, + "MonsterList": [ + [ + 300205004, + 300205004, + 300205004, + 300205004, + 300205004 + ] + ] + }, + { + "Level": 48, + "StageID": 84006036, + "MonsterList": [ + [ + 8002056, + 8002055, + 8002057 + ] + ] + }, + { + "Level": 48, + "StageID": 84006037, + "MonsterList": [ + [ + 8001020, + 8003010, + 8001020 + ] + ] + }, + { + "Level": 48, + "StageID": 84006038, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 84006039, + "MonsterList": [ + [ + 8003010, + 8003020 + ] + ] + }, + { + "Level": 48, + "StageID": 84006040, + "MonsterList": [ + [ + 1012010, + 1013020, + 1012010 + ] + ] + }, + { + "Level": 48, + "StageID": 84006041, + "MonsterList": [ + [ + 1013010 + ] + ] + }, + { + "Level": 48, + "StageID": 84006042, + "MonsterList": [ + [ + 1013020, + 1013010 + ] + ] + }, + { + "Level": 48, + "StageID": 84006043, + "MonsterList": [ + [ + 1022010, + 8003030, + 1022010 + ] + ] + }, + { + "Level": 48, + "StageID": 84006044, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 48, + "StageID": 84006045, + "MonsterList": [ + [ + 8003030, + 8003040 + ] + ] + }, + { + "Level": 44, + "StageID": 84007001, + "MonsterList": [ + [ + 2002010, + 2004011, + 2002010 + ] + ] + }, + { + "Level": 44, + "StageID": 84007002, + "MonsterList": [ + [ + 8033010 + ] + ] + }, + { + "Level": 44, + "StageID": 84007003, + "MonsterList": [ + [ + 2034012 + ] + ] + }, + { + "Level": 44, + "StageID": 84007101, + "MonsterList": [ + [ + 1013020, + 1013010 + ] + ] + }, + { + "Level": 44, + "StageID": 84007102, + "MonsterList": [ + [ + 1023020, + 8003020 + ] + ] + }, + { + "Level": 44, + "StageID": 84007103, + "MonsterList": [ + [ + 3003030, + 3003040 + ] + ] + }, + { + "Level": 44, + "StageID": 84007104, + "MonsterList": [ + [ + 2023010, + 2013010 + ] + ] + }, + { + "Level": 44, + "StageID": 84007105, + "MonsterList": [ + [ + 1003010, + 8003010 + ] + ] + }, + { + "Level": 44, + "StageID": 84007106, + "MonsterList": [ + [ + 3003020, + 2023030 + ] + ] + }, + { + "Level": 51, + "StageID": 85000011, + "MonsterList": [ + [ + 8011020, + 8011010, + 8011020 + ] + ] + }, + { + "Level": 51, + "StageID": 85000012, + "MonsterList": [ + [ + 8001050, + 8001050 + ] + ] + }, + { + "Level": 51, + "StageID": 85000013, + "MonsterList": [ + [ + 2022110, + 2022110 + ] + ] + }, + { + "Level": 51, + "StageID": 85000014, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 51, + "StageID": 85000015, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 51, + "StageID": 85000021, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 51, + "StageID": 85000022, + "MonsterList": [ + [ + 2002010, + 8001040 + ] + ] + }, + { + "Level": 51, + "StageID": 85000023, + "MonsterList": [ + [ + 8032010, + 8032020 + ] + ] + }, + { + "Level": 51, + "StageID": 85000024, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 51, + "StageID": 85000025, + "MonsterList": [ + [ + 3001010, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 51, + "StageID": 85000031, + "MonsterList": [ + [ + 8012010, + 8012020 + ] + ] + }, + { + "Level": 51, + "StageID": 85000032, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 51, + "StageID": 85000033, + "MonsterList": [ + [ + 2022040, + 2022040 + ] + ] + }, + { + "Level": 51, + "StageID": 85000034, + "MonsterList": [ + [ + 3002030, + 3002030 + ] + ] + }, + { + "Level": 51, + "StageID": 85000035, + "MonsterList": [ + [ + 3002020, + 3002020 + ] + ] + }, + { + "Level": 51, + "StageID": 85000041, + "MonsterList": [ + [ + 1012010, + 1012020 + ] + ] + }, + { + "Level": 51, + "StageID": 85000042, + "MonsterList": [ + [ + 8001050, + 2022010 + ] + ] + }, + { + "Level": 51, + "StageID": 85000043, + "MonsterList": [ + [ + 8032020, + 8001030, + 8032010 + ] + ] + }, + { + "Level": 51, + "StageID": 85000044, + "MonsterList": [ + [ + 3001020, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 51, + "StageID": 85000045, + "MonsterList": [ + [ + 3001010, + 3002020, + 3001010 + ] + ] + }, + { + "Level": 52, + "StageID": 85000051, + "MonsterList": [ + [ + 1022020, + 8001010, + 1022020 + ] + ] + }, + { + "Level": 52, + "StageID": 85000052, + "MonsterList": [ + [ + 2002010, + 8001030, + 2002010 + ] + ] + }, + { + "Level": 52, + "StageID": 85000053, + "MonsterList": [ + [ + 2022110, + 2022050, + 2022110 + ] + ] + }, + { + "Level": 52, + "StageID": 85000054, + "MonsterList": [ + [ + 3002010, + 3002010 + ] + ] + }, + { + "Level": 52, + "StageID": 85000055, + "MonsterList": [ + [ + 3002040, + 3002040 + ] + ] + }, + { + "Level": 54, + "StageID": 85000061, + "MonsterList": [ + [ + 1012030, + 8001010, + 1012030 + ] + ] + }, + { + "Level": 54, + "StageID": 85000062, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 54, + "StageID": 85000063, + "MonsterList": [ + [ + 2022050, + 2022110, + 2022050 + ] + ] + }, + { + "Level": 54, + "StageID": 85000064, + "MonsterList": [ + [ + 3001020, + 3002040, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 54, + "StageID": 85000065, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 54, + "StageID": 85000071, + "MonsterList": [ + [ + 8001030, + 1002040, + 1002040, + 8001020 + ] + ] + }, + { + "Level": 54, + "StageID": 85000072, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 54, + "StageID": 85000073, + "MonsterList": [ + [ + 2002010, + 2002030, + 2002010 + ] + ] + }, + { + "Level": 54, + "StageID": 85000074, + "MonsterList": [ + [ + 3012020, + 301201001 + ] + ] + }, + { + "Level": 54, + "StageID": 85000075, + "MonsterList": [ + [ + 3002020, + 3001010, + 3002020 + ] + ] + }, + { + "Level": 54, + "StageID": 85000081, + "MonsterList": [ + [ + 8011020, + 8012010, + 8012010, + 8011020 + ] + ] + }, + { + "Level": 54, + "StageID": 85000082, + "MonsterList": [ + [ + 2011010, + 8002010, + 2022020 + ] + ] + }, + { + "Level": 54, + "StageID": 85000083, + "MonsterList": [ + [ + 8032010, + 8032020, + 8032010 + ] + ] + }, + { + "Level": 54, + "StageID": 85000084, + "MonsterList": [ + [ + 301201001, + 3011010, + 301201001 + ] + ] + }, + { + "Level": 54, + "StageID": 85000085, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 54, + "StageID": 85000091, + "MonsterList": [ + [ + 1012020, + 1012030, + 1002020 + ] + ] + }, + { + "Level": 54, + "StageID": 85000092, + "MonsterList": [ + [ + 2011020, + 2011020, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 54, + "StageID": 85000093, + "MonsterList": [ + [ + 2022020, + 2022060, + 2022020 + ] + ] + }, + { + "Level": 54, + "StageID": 85000094, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 54, + "StageID": 85000095, + "MonsterList": [ + [ + 301201001, + 3012040, + 3011010 + ] + ] + }, + { + "Level": 55, + "StageID": 85000101, + "MonsterList": [ + [ + 1002050, + 1002030, + 1002050, + 1022020 + ] + ] + }, + { + "Level": 55, + "StageID": 85000102, + "MonsterList": [ + [ + 8001040, + 8001040, + 8002010, + 8001040 + ] + ] + }, + { + "Level": 55, + "StageID": 85000103, + "MonsterList": [ + [ + 2022060, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 55, + "StageID": 85000104, + "MonsterList": [ + [ + 3001010, + 3002030, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 55, + "StageID": 85000105, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 57, + "StageID": 85000111, + "MonsterList": [ + [ + 1012010, + 8001030, + 1012010, + 1002020 + ] + ] + }, + { + "Level": 57, + "StageID": 85000112, + "MonsterList": [ + [ + 2011020, + 8002010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 57, + "StageID": 85000113, + "MonsterList": [ + [ + 2022050, + 2022020, + 2022050, + 8001030 + ] + ] + }, + { + "Level": 57, + "StageID": 85000114, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 57, + "StageID": 85000115, + "MonsterList": [ + [ + 3002020, + 3002020, + 3002020, + 3002040 + ] + ] + }, + { + "Level": 57, + "StageID": 85000121, + "MonsterList": [ + [ + 1002050, + 1002030, + 1002030, + 1002050 + ] + ] + }, + { + "Level": 57, + "StageID": 85000122, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2012010 + ] + ] + }, + { + "Level": 57, + "StageID": 85000123, + "MonsterList": [ + [ + 8032020, + 8032010, + 8032010, + 8032020 + ] + ] + }, + { + "Level": 57, + "StageID": 85000124, + "MonsterList": [ + [ + 3002040, + 3002010, + 3002010, + 3002040 + ] + ] + }, + { + "Level": 57, + "StageID": 85000125, + "MonsterList": [ + [ + 3002040, + 3002010, + 3012020, + 3002040 + ] + ] + }, + { + "Level": 57, + "StageID": 85000131, + "MonsterList": [ + [ + 1002020, + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 57, + "StageID": 85000132, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020, + 8001030 + ] + ] + }, + { + "Level": 57, + "StageID": 85000133, + "MonsterList": [ + [ + 2022040, + 2022010, + 2022040, + 2022110 + ] + ] + }, + { + "Level": 57, + "StageID": 85000134, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 57, + "StageID": 85000135, + "MonsterList": [ + [ + 3012040, + 3012020, + 3012020, + 3012040 + ] + ] + }, + { + "Level": 57, + "StageID": 85000141, + "MonsterList": [ + [ + 8012030, + 8012020, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 57, + "StageID": 85000142, + "MonsterList": [ + [ + 8001030, + 2022010, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 57, + "StageID": 85000143, + "MonsterList": [ + [ + 2002030, + 2002030, + 2002030, + 8001030 + ] + ] + }, + { + "Level": 57, + "StageID": 85000144, + "MonsterList": [ + [ + 3011010, + 301201001, + 301201001, + 301201001 + ] + ] + }, + { + "Level": 57, + "StageID": 85000145, + "MonsterList": [ + [ + 3002040, + 301201001, + 301201001, + 3002020 + ] + ] + }, + { + "Level": 58, + "StageID": 85000151, + "MonsterList": [ + [ + 1002030, + 1022010, + 1022010, + 1002030 + ] + ] + }, + { + "Level": 58, + "StageID": 85000152, + "MonsterList": [ + [ + 8002010, + 8001040, + 8002010, + 2012010 + ] + ] + }, + { + "Level": 58, + "StageID": 85000153, + "MonsterList": [ + [ + 2022010, + 2022020, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 58, + "StageID": 85000154, + "MonsterList": [ + [ + 3012020, + 301201001, + 3012020, + 301201001 + ] + ] + }, + { + "Level": 58, + "StageID": 85000155, + "MonsterList": [ + [ + 301201001, + 3012040, + 301201001, + 3012040 + ] + ] + }, + { + "Level": 54, + "StageID": 85001011, + "MonsterList": [ + [ + 3001010, + 8002061, + 3001010, + 3002030 + ] + ] + }, + { + "Level": 54, + "StageID": 85001012, + "MonsterList": [ + [ + 8002082, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 54, + "StageID": 85001013, + "MonsterList": [ + [ + 3011010, + 301201001, + 8002071, + 3011010 + ] + ] + }, + { + "Level": 54, + "StageID": 85001014, + "MonsterList": [ + [ + 2002010, + 8002061, + 2002010, + 2002010 + ] + ] + }, + { + "Level": 54, + "StageID": 85001015, + "MonsterList": [ + [ + 8002082, + 8032010, + 8032020 + ] + ] + }, + { + "Level": 54, + "StageID": 85001016, + "MonsterList": [ + [ + 2022110, + 2022010, + 8002071 + ] + ] + }, + { + "Level": 54, + "StageID": 85001017, + "MonsterList": [ + [ + 8001040, + 8002061, + 8001040, + 8001030 + ] + ] + }, + { + "Level": 54, + "StageID": 85001018, + "MonsterList": [ + [ + 8002082, + 2011010, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 54, + "StageID": 85001019, + "MonsterList": [ + [ + 2002010, + 2002010, + 8002071, + 2002010 + ] + ] + }, + { + "Level": 54, + "StageID": 85001020, + "MonsterList": [ + [ + 1022020, + 1022020, + 8002061 + ] + ] + }, + { + "Level": 54, + "StageID": 85001021, + "MonsterList": [ + [ + 1002050, + 8002082, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 54, + "StageID": 85001022, + "MonsterList": [ + [ + 8002071, + 1022010, + 8001010, + 8001010 + ] + ] + }, + { + "Level": 54, + "StageID": 85001023, + "MonsterList": [ + [ + 8002061, + 1012020, + 1002020 + ] + ] + }, + { + "Level": 54, + "StageID": 85001024, + "MonsterList": [ + [ + 8001030, + 8001010, + 8002082, + 8001010 + ] + ] + }, + { + "Level": 54, + "StageID": 85001025, + "MonsterList": [ + [ + 8001010, + 8002071, + 1012020, + 8001010 + ] + ] + }, + { + "Level": 57, + "StageID": 85001201, + "MonsterList": [ + [ + 3012020, + 8002061, + 3012020 + ] + ] + }, + { + "Level": 57, + "StageID": 85001202, + "MonsterList": [ + [ + 301201001, + 301201001, + 8002082 + ] + ] + }, + { + "Level": 57, + "StageID": 85001203, + "MonsterList": [ + [ + 8002071, + 3002030, + 3002030, + 3002040 + ] + ] + }, + { + "Level": 57, + "StageID": 85001204, + "MonsterList": [ + [ + 2022110, + 8002061, + 2022110, + 2022060 + ] + ] + }, + { + "Level": 57, + "StageID": 85001205, + "MonsterList": [ + [ + 2002030, + 2002010, + 8002082, + 2002030 + ] + ] + }, + { + "Level": 57, + "StageID": 85001206, + "MonsterList": [ + [ + 8002071, + 8032020, + 8032010, + 8032020 + ] + ] + }, + { + "Level": 57, + "StageID": 85001207, + "MonsterList": [ + [ + 8002010, + 8002061, + 8002010, + 2011020 + ] + ] + }, + { + "Level": 57, + "StageID": 85001208, + "MonsterList": [ + [ + 8001050, + 2022010, + 8002082, + 2022010 + ] + ] + }, + { + "Level": 57, + "StageID": 85001209, + "MonsterList": [ + [ + 8002071, + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 57, + "StageID": 85001210, + "MonsterList": [ + [ + 1022010, + 8002061, + 1022010, + 8001030 + ] + ] + }, + { + "Level": 57, + "StageID": 85001211, + "MonsterList": [ + [ + 1002050, + 1002030, + 8002082, + 1002030 + ] + ] + }, + { + "Level": 57, + "StageID": 85001212, + "MonsterList": [ + [ + 1022010, + 1022010, + 8002071, + 8001010 + ] + ] + }, + { + "Level": 57, + "StageID": 85001213, + "MonsterList": [ + [ + 1012030, + 1012030, + 1002020, + 8002061 + ] + ] + }, + { + "Level": 57, + "StageID": 85001214, + "MonsterList": [ + [ + 1012020, + 8002082, + 1002020, + 1012020 + ] + ] + }, + { + "Level": 57, + "StageID": 85001215, + "MonsterList": [ + [ + 1012030, + 1002020, + 8002071, + 1012030 + ] + ] + }, + { + "Level": 44, + "StageID": 85002011, + "MonsterList": [ + [ + 8012010, + 8013010, + 8012010 + ] + ] + }, + { + "Level": 44, + "StageID": 85002021, + "MonsterList": [ + [ + 1003010 + ] + ] + }, + { + "Level": 44, + "StageID": 85002031, + "MonsterList": [ + [ + 1012010, + 1013020, + 1012010 + ] + ] + }, + { + "Level": 44, + "StageID": 85002041, + "MonsterList": [ + [ + 1013010 + ] + ] + }, + { + "Level": 44, + "StageID": 85002051, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 44, + "StageID": 85002061, + "MonsterList": [ + [ + 8001020, + 8003010, + 8001020 + ] + ] + }, + { + "Level": 44, + "StageID": 85002071, + "MonsterList": [ + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 44, + "StageID": 85002081, + "MonsterList": [ + [ + 1023020 + ] + ] + }, + { + "Level": 44, + "StageID": 85002091, + "MonsterList": [ + [ + 1022010, + 8003030, + 1022010 + ] + ] + }, + { + "Level": 44, + "StageID": 85002101, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 44, + "StageID": 85002111, + "MonsterList": [ + [ + 8001050, + 8003050, + 8001050 + ] + ] + }, + { + "Level": 44, + "StageID": 85002121, + "MonsterList": [ + [ + 2023010 + ] + ] + }, + { + "Level": 44, + "StageID": 85002131, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 44, + "StageID": 85002141, + "MonsterList": [ + [ + 2022010, + 2023030, + 2022010 + ] + ] + }, + { + "Level": 44, + "StageID": 85002151, + "MonsterList": [ + [ + 2022040, + 2023020, + 2022050 + ] + ] + }, + { + "Level": 44, + "StageID": 85002161, + "MonsterList": [ + [ + 8033010 + ] + ] + }, + { + "Level": 44, + "StageID": 85002171, + "MonsterList": [ + [ + 2002030, + 2013020, + 2002030 + ] + ] + }, + { + "Level": 44, + "StageID": 85002181, + "MonsterList": [ + [ + 3002010, + 3003010, + 3002010 + ] + ] + }, + { + "Level": 44, + "StageID": 85002191, + "MonsterList": [ + [ + 3003020 + ] + ] + }, + { + "Level": 44, + "StageID": 85002201, + "MonsterList": [ + [ + 3002040, + 3003030 + ] + ] + }, + { + "Level": 44, + "StageID": 85002211, + "MonsterList": [ + [ + 3002020, + 3003040, + 3002020 + ] + ] + }, + { + "Level": 44, + "StageID": 85002221, + "MonsterList": [ + [ + 3001020, + 3003050, + 3001020 + ] + ] + }, + { + "Level": 44, + "StageID": 85002231, + "MonsterList": [ + [ + 3012020, + 3013010 + ] + ] + }, + { + "Level": 44, + "StageID": 85003011, + "MonsterList": [ + [ + 8012010, + 8013011, + 8012010 + ] + ] + }, + { + "Level": 44, + "StageID": 85003021, + "MonsterList": [ + [ + 1003011 + ] + ] + }, + { + "Level": 44, + "StageID": 85003031, + "MonsterList": [ + [ + 1012010, + 1013021, + 1012010 + ] + ] + }, + { + "Level": 44, + "StageID": 85003041, + "MonsterList": [ + [ + 1013011 + ] + ] + }, + { + "Level": 44, + "StageID": 85003051, + "MonsterList": [ + [ + 8001010, + 8003021, + 8001010 + ] + ] + }, + { + "Level": 44, + "StageID": 85003061, + "MonsterList": [ + [ + 8001020, + 8003011, + 8001020 + ] + ] + }, + { + "Level": 44, + "StageID": 85003071, + "MonsterList": [ + [ + 1022020, + 1023011, + 1022020 + ] + ] + }, + { + "Level": 44, + "StageID": 85003081, + "MonsterList": [ + [ + 1023021 + ] + ] + }, + { + "Level": 44, + "StageID": 85003091, + "MonsterList": [ + [ + 1022010, + 8003031, + 1022010 + ] + ] + }, + { + "Level": 44, + "StageID": 85003101, + "MonsterList": [ + [ + 8002010, + 8003041, + 8002010 + ] + ] + }, + { + "Level": 44, + "StageID": 85003111, + "MonsterList": [ + [ + 8001050, + 8003051, + 8001050 + ] + ] + }, + { + "Level": 44, + "StageID": 85003121, + "MonsterList": [ + [ + 2023011 + ] + ] + }, + { + "Level": 44, + "StageID": 85003131, + "MonsterList": [ + [ + 2013011 + ] + ] + }, + { + "Level": 44, + "StageID": 85003141, + "MonsterList": [ + [ + 2022010, + 2023031, + 2022010 + ] + ] + }, + { + "Level": 44, + "StageID": 85003151, + "MonsterList": [ + [ + 2022040, + 2023021, + 2022050 + ] + ] + }, + { + "Level": 44, + "StageID": 85003161, + "MonsterList": [ + [ + 8033011 + ] + ] + }, + { + "Level": 44, + "StageID": 85003171, + "MonsterList": [ + [ + 2013021 + ] + ] + }, + { + "Level": 44, + "StageID": 85003181, + "MonsterList": [ + [ + 3002010, + 300301201, + 3002010 + ] + ] + }, + { + "Level": 44, + "StageID": 85003191, + "MonsterList": [ + [ + 3003022 + ] + ] + }, + { + "Level": 44, + "StageID": 85003201, + "MonsterList": [ + [ + 3003032 + ] + ] + }, + { + "Level": 44, + "StageID": 85003211, + "MonsterList": [ + [ + 3002020, + 3003042, + 3002020 + ] + ] + }, + { + "Level": 44, + "StageID": 85003221, + "MonsterList": [ + [ + 3001020, + 3003052, + 3001020 + ] + ] + }, + { + "Level": 44, + "StageID": 85003911, + "MonsterList": [ + [ + 2013021 + ] + ] + }, + { + "Level": 44, + "StageID": 85004011, + "MonsterList": [ + [ + 1004022 + ] + ] + }, + { + "Level": 44, + "StageID": 85004021, + "MonsterList": [ + [ + 1014011 + ] + ] + }, + { + "Level": 44, + "StageID": 85004031, + "MonsterList": [ + [ + 2002010, + 2004011, + 2002010 + ] + ] + }, + { + "Level": 44, + "StageID": 85004041, + "MonsterList": [ + [ + 1004011 + ] + ] + }, + { + "Level": 44, + "StageID": 85004051, + "MonsterList": [ + [ + 2024015 + ] + ] + }, + { + "Level": 44, + "StageID": 85004061, + "MonsterList": [ + [ + 2004021 + ] + ] + }, + { + "Level": 44, + "StageID": 85004071, + "MonsterList": [ + [ + 8024012 + ] + ] + }, + { + "Level": 44, + "StageID": 85004081, + "MonsterList": [ + [ + 3024011 + ] + ] + }, + { + "Level": 44, + "StageID": 85004091, + "MonsterList": [ + [ + 3014022 + ] + ] + }, + { + "Level": 44, + "StageID": 85004101, + "MonsterList": [ + [ + 3024023 + ] + ] + }, + { + "Level": 44, + "StageID": 85004111, + "MonsterList": [ + [ + 8034011 + ] + ] + }, + { + "Level": 44, + "StageID": 85004121, + "MonsterList": [ + [ + 3004011, + 3003053, + 3003043, + 3003033 + ] + ] + }, + { + "Level": 44, + "StageID": 85004131, + "MonsterList": [ + [ + 2024021 + ] + ] + }, + { + "Level": 44, + "StageID": 85004141, + "MonsterList": [ + [ + 2034012 + ] + ] + }, + { + "Level": 24, + "StageID": 103012310, + "MonsterList": [ + [ + 3002050, + 3002050 + ] + ] + }, + { + "Level": 32, + "StageID": 103012311, + "MonsterList": [ + [ + 3002050, + 3002050 + ] + ] + }, + { + "Level": 40, + "StageID": 103012312, + "MonsterList": [ + [ + 3002050, + 3002050 + ] + ] + }, + { + "Level": 48, + "StageID": 103012313, + "MonsterList": [ + [ + 3002050, + 3002050 + ] + ] + }, + { + "Level": 56, + "StageID": 103012314, + "MonsterList": [ + [ + 3002050, + 3002050 + ] + ] + }, + { + "Level": 66, + "StageID": 103012315, + "MonsterList": [ + [ + 3002050, + 3002050 + ] + ] + }, + { + "Level": 82, + "StageID": 103012316, + "MonsterList": [ + [ + 3002050, + 3002050 + ] + ] + }, + { + "Level": 24, + "StageID": 103012320, + "MonsterList": [ + [ + 3002010, + 3002050 + ] + ] + }, + { + "Level": 32, + "StageID": 103012321, + "MonsterList": [ + [ + 3002010, + 3002050 + ] + ] + }, + { + "Level": 40, + "StageID": 103012322, + "MonsterList": [ + [ + 3002010, + 3002050 + ] + ] + }, + { + "Level": 48, + "StageID": 103012323, + "MonsterList": [ + [ + 3002010, + 3002050 + ] + ] + }, + { + "Level": 56, + "StageID": 103012324, + "MonsterList": [ + [ + 3002010, + 3002050 + ] + ] + }, + { + "Level": 66, + "StageID": 103012325, + "MonsterList": [ + [ + 3002010, + 3002050 + ] + ] + }, + { + "Level": 82, + "StageID": 103012326, + "MonsterList": [ + [ + 3002010, + 3002050 + ] + ] + }, + { + "Level": 24, + "StageID": 103012990, + "MonsterList": [ + [ + 3002010, + 3001020, + 3002040, + 3003010 + ] + ] + }, + { + "Level": 32, + "StageID": 103012991, + "MonsterList": [ + [ + 3002010, + 3001020, + 3002040, + 3003010 + ] + ] + }, + { + "Level": 40, + "StageID": 103012992, + "MonsterList": [ + [ + 3002010, + 3001020, + 3002040, + 3003010 + ] + ] + }, + { + "Level": 48, + "StageID": 103012993, + "MonsterList": [ + [ + 3002010, + 3001020, + 3002040, + 3003010 + ] + ] + }, + { + "Level": 56, + "StageID": 103012994, + "MonsterList": [ + [ + 3002010, + 3001020, + 3002040, + 3003010 + ] + ] + }, + { + "Level": 66, + "StageID": 103012995, + "MonsterList": [ + [ + 3002010, + 3001020, + 3002040, + 3003010 + ] + ] + }, + { + "Level": 82, + "StageID": 103012996, + "MonsterList": [ + [ + 3002010, + 3001020, + 3002040, + 3003010 + ] + ] + }, + { + "Level": 24, + "StageID": 103060010, + "MonsterList": [ + [ + 3002030, + 3003020, + 3002030 + ] + ] + }, + { + "Level": 32, + "StageID": 103060011, + "MonsterList": [ + [ + 3002030, + 3003020, + 3002030 + ] + ] + }, + { + "Level": 40, + "StageID": 103060012, + "MonsterList": [ + [ + 3002030, + 3003020, + 3002030 + ] + ] + }, + { + "Level": 48, + "StageID": 103060013, + "MonsterList": [ + [ + 3002030, + 3003020, + 3002030 + ] + ] + }, + { + "Level": 56, + "StageID": 103060014, + "MonsterList": [ + [ + 3002030, + 3003020, + 3002030 + ] + ] + }, + { + "Level": 66, + "StageID": 103060015, + "MonsterList": [ + [ + 3002030, + 3003020, + 3002030 + ] + ] + }, + { + "Level": 88, + "StageID": 103060016, + "MonsterList": [ + [ + 3002030, + 3003020, + 3002030 + ] + ] + }, + { + "Level": 24, + "StageID": 103060020, + "MonsterList": [ + [ + 3002030, + 3002040, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 32, + "StageID": 103060021, + "MonsterList": [ + [ + 3002030, + 3002040, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 40, + "StageID": 103060022, + "MonsterList": [ + [ + 3002030, + 3002040, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 48, + "StageID": 103060023, + "MonsterList": [ + [ + 3002030, + 3002040, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 56, + "StageID": 103060024, + "MonsterList": [ + [ + 3002030, + 3002040, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 66, + "StageID": 103060025, + "MonsterList": [ + [ + 3002030, + 3002040, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 88, + "StageID": 103060026, + "MonsterList": [ + [ + 3002030, + 3002040, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 24, + "StageID": 103060110, + "MonsterList": [ + [ + 300201101, + 300204101, + 300201101 + ] + ] + }, + { + "Level": 32, + "StageID": 103060111, + "MonsterList": [ + [ + 300201101, + 300204101, + 300201101 + ] + ] + }, + { + "Level": 40, + "StageID": 103060112, + "MonsterList": [ + [ + 300201101, + 300204101, + 300201101 + ] + ] + }, + { + "Level": 48, + "StageID": 103060113, + "MonsterList": [ + [ + 300201101, + 300204101, + 300201101 + ] + ] + }, + { + "Level": 56, + "StageID": 103060114, + "MonsterList": [ + [ + 300201101, + 300204101, + 300201101 + ] + ] + }, + { + "Level": 66, + "StageID": 103060115, + "MonsterList": [ + [ + 300201101, + 300204101, + 300201101 + ] + ] + }, + { + "Level": 88, + "StageID": 103060116, + "MonsterList": [ + [ + 300201101, + 300204101, + 300201101 + ] + ] + }, + { + "Level": 24, + "StageID": 103060120, + "MonsterList": [ + [ + 300201101, + 300202101, + 300201101, + 300201101 + ] + ] + }, + { + "Level": 32, + "StageID": 103060121, + "MonsterList": [ + [ + 300201101, + 300202101, + 300201101, + 300201101 + ] + ] + }, + { + "Level": 40, + "StageID": 103060122, + "MonsterList": [ + [ + 300201101, + 300202101, + 300201101, + 300201101 + ] + ] + }, + { + "Level": 48, + "StageID": 103060123, + "MonsterList": [ + [ + 300201101, + 300202101, + 300201101, + 300201101 + ] + ] + }, + { + "Level": 56, + "StageID": 103060124, + "MonsterList": [ + [ + 300201101, + 300202101, + 300201101, + 300201101 + ] + ] + }, + { + "Level": 66, + "StageID": 103060125, + "MonsterList": [ + [ + 300201101, + 300202101, + 300201101, + 300201101 + ] + ] + }, + { + "Level": 88, + "StageID": 103060126, + "MonsterList": [ + [ + 300201101, + 300202101, + 300201101, + 300201101 + ] + ] + }, + { + "Level": 24, + "StageID": 103060130, + "MonsterList": [ + [ + 300201101, + 300301301, + 300201101 + ] + ] + }, + { + "Level": 32, + "StageID": 103060131, + "MonsterList": [ + [ + 300201101, + 300301301, + 300201101 + ] + ] + }, + { + "Level": 40, + "StageID": 103060132, + "MonsterList": [ + [ + 300201101, + 300301301, + 300201101 + ] + ] + }, + { + "Level": 48, + "StageID": 103060133, + "MonsterList": [ + [ + 300201101, + 300301301, + 300201101 + ] + ] + }, + { + "Level": 56, + "StageID": 103060134, + "MonsterList": [ + [ + 300201101, + 300301301, + 300201101 + ] + ] + }, + { + "Level": 66, + "StageID": 103060135, + "MonsterList": [ + [ + 300201101, + 300301301, + 300201101 + ] + ] + }, + { + "Level": 88, + "StageID": 103060136, + "MonsterList": [ + [ + 300201101, + 300301301, + 300201101 + ] + ] + }, + { + "Level": 24, + "StageID": 103060210, + "MonsterList": [ + [ + 8032010, + 8033010, + 8032020 + ] + ] + }, + { + "Level": 32, + "StageID": 103060211, + "MonsterList": [ + [ + 8032010, + 8033010, + 8032020 + ] + ] + }, + { + "Level": 40, + "StageID": 103060212, + "MonsterList": [ + [ + 8032010, + 8033010, + 8032020 + ] + ] + }, + { + "Level": 48, + "StageID": 103060213, + "MonsterList": [ + [ + 8032010, + 8033010, + 8032020 + ] + ] + }, + { + "Level": 56, + "StageID": 103060214, + "MonsterList": [ + [ + 8032010, + 8033010, + 8032020 + ] + ] + }, + { + "Level": 66, + "StageID": 103060215, + "MonsterList": [ + [ + 8032010, + 8033010, + 8032020 + ] + ] + }, + { + "Level": 88, + "StageID": 103060216, + "MonsterList": [ + [ + 8032010, + 8033010, + 8032020 + ] + ] + }, + { + "Level": 24, + "StageID": 103060220, + "MonsterList": [ + [ + 300201101, + 300201101, + 300201101 + ], + [ + 300201101, + 300201101, + 300201101, + 300201101 + ] + ] + }, + { + "Level": 32, + "StageID": 103060221, + "MonsterList": [ + [ + 300201101, + 300201101, + 300201101 + ], + [ + 300201101, + 300201101, + 300201101, + 300201101 + ] + ] + }, + { + "Level": 40, + "StageID": 103060222, + "MonsterList": [ + [ + 300201101, + 300201101, + 300201101 + ], + [ + 300201101, + 300201101, + 300201101, + 300201101 + ] + ] + }, + { + "Level": 48, + "StageID": 103060223, + "MonsterList": [ + [ + 300201101, + 300201101, + 300201101 + ], + [ + 300201101, + 300201101, + 300201101, + 300201101 + ] + ] + }, + { + "Level": 56, + "StageID": 103060224, + "MonsterList": [ + [ + 300201101, + 300201101, + 300201101 + ], + [ + 300201101, + 300201101, + 300201101, + 300201101 + ] + ] + }, + { + "Level": 66, + "StageID": 103060225, + "MonsterList": [ + [ + 300201101, + 300201101, + 300201101 + ], + [ + 300201101, + 300201101, + 300201101, + 300201101 + ] + ] + }, + { + "Level": 88, + "StageID": 103060226, + "MonsterList": [ + [ + 300201101, + 300201101, + 300201101 + ], + [ + 300201101, + 300201101, + 300201101, + 300201101 + ] + ] + }, + { + "Level": 24, + "StageID": 103060310, + "MonsterList": [ + [ + 3002040, + 3003020, + 3002020 + ] + ] + }, + { + "Level": 32, + "StageID": 103060311, + "MonsterList": [ + [ + 3002040, + 3003020, + 3002020 + ] + ] + }, + { + "Level": 40, + "StageID": 103060312, + "MonsterList": [ + [ + 3002040, + 3003020, + 3002020 + ] + ] + }, + { + "Level": 48, + "StageID": 103060313, + "MonsterList": [ + [ + 3002040, + 3003020, + 3002020 + ] + ] + }, + { + "Level": 56, + "StageID": 103060314, + "MonsterList": [ + [ + 3002040, + 3003020, + 3002020 + ] + ] + }, + { + "Level": 66, + "StageID": 103060315, + "MonsterList": [ + [ + 3002040, + 3003020, + 3002020 + ] + ] + }, + { + "Level": 88, + "StageID": 103060316, + "MonsterList": [ + [ + 3002040, + 3003020, + 3002020 + ] + ] + }, + { + "Level": 24, + "StageID": 103060320, + "MonsterList": [ + [ + 2023020, + 3003020 + ] + ] + }, + { + "Level": 32, + "StageID": 103060321, + "MonsterList": [ + [ + 2023020, + 3003020 + ] + ] + }, + { + "Level": 40, + "StageID": 103060322, + "MonsterList": [ + [ + 2023020, + 3003020 + ] + ] + }, + { + "Level": 48, + "StageID": 103060323, + "MonsterList": [ + [ + 2023020, + 3003020 + ] + ] + }, + { + "Level": 56, + "StageID": 103060324, + "MonsterList": [ + [ + 2023020, + 3003020 + ] + ] + }, + { + "Level": 66, + "StageID": 103060325, + "MonsterList": [ + [ + 2023020, + 3003020 + ] + ] + }, + { + "Level": 88, + "StageID": 103060326, + "MonsterList": [ + [ + 2023020, + 3003020 + ] + ] + }, + { + "Level": 24, + "StageID": 103060410, + "MonsterList": [ + [ + 300201101, + 300202101, + 300202101, + 300201101 + ] + ] + }, + { + "Level": 32, + "StageID": 103060411, + "MonsterList": [ + [ + 300201101, + 300202101, + 300202101, + 300201101 + ] + ] + }, + { + "Level": 40, + "StageID": 103060412, + "MonsterList": [ + [ + 300201101, + 300202101, + 300202101, + 300201101 + ] + ] + }, + { + "Level": 48, + "StageID": 103060413, + "MonsterList": [ + [ + 300201101, + 300202101, + 300202101, + 300201101 + ] + ] + }, + { + "Level": 56, + "StageID": 103060414, + "MonsterList": [ + [ + 300201101, + 300202101, + 300202101, + 300201101 + ] + ] + }, + { + "Level": 66, + "StageID": 103060415, + "MonsterList": [ + [ + 300201101, + 300202101, + 300202101, + 300201101 + ] + ] + }, + { + "Level": 88, + "StageID": 103060416, + "MonsterList": [ + [ + 300201101, + 300202101, + 300202101, + 300201101 + ] + ] + }, + { + "Level": 24, + "StageID": 103060510, + "MonsterList": [ + [ + 300402001 + ] + ] + }, + { + "Level": 32, + "StageID": 103060511, + "MonsterList": [ + [ + 300402001 + ] + ] + }, + { + "Level": 40, + "StageID": 103060512, + "MonsterList": [ + [ + 300402001 + ] + ] + }, + { + "Level": 48, + "StageID": 103060513, + "MonsterList": [ + [ + 300402001 + ] + ] + }, + { + "Level": 56, + "StageID": 103060514, + "MonsterList": [ + [ + 300402001 + ] + ] + }, + { + "Level": 66, + "StageID": 103060515, + "MonsterList": [ + [ + 300402001 + ] + ] + }, + { + "Level": 88, + "StageID": 103060516, + "MonsterList": [ + [ + 300402001 + ] + ] + }, + { + "Level": 24, + "StageID": 103060520, + "MonsterList": [ + [ + 300402002 + ] + ] + }, + { + "Level": 32, + "StageID": 103060521, + "MonsterList": [ + [ + 300402002 + ] + ] + }, + { + "Level": 40, + "StageID": 103060522, + "MonsterList": [ + [ + 300402002 + ] + ] + }, + { + "Level": 48, + "StageID": 103060523, + "MonsterList": [ + [ + 300402002 + ] + ] + }, + { + "Level": 56, + "StageID": 103060524, + "MonsterList": [ + [ + 300402002 + ] + ] + }, + { + "Level": 66, + "StageID": 103060525, + "MonsterList": [ + [ + 300402002 + ] + ] + }, + { + "Level": 88, + "StageID": 103060526, + "MonsterList": [ + [ + 300402002 + ] + ] + }, + { + "Level": 24, + "StageID": 103060530, + "MonsterList": [ + [ + 300402003 + ] + ] + }, + { + "Level": 32, + "StageID": 103060531, + "MonsterList": [ + [ + 300402003 + ] + ] + }, + { + "Level": 40, + "StageID": 103060532, + "MonsterList": [ + [ + 300402003 + ] + ] + }, + { + "Level": 48, + "StageID": 103060533, + "MonsterList": [ + [ + 300402003 + ] + ] + }, + { + "Level": 56, + "StageID": 103060534, + "MonsterList": [ + [ + 300402003 + ] + ] + }, + { + "Level": 66, + "StageID": 103060535, + "MonsterList": [ + [ + 300402003 + ] + ] + }, + { + "Level": 88, + "StageID": 103060536, + "MonsterList": [ + [ + 300402003 + ] + ] + }, + { + "Level": 24, + "StageID": 103060990, + "MonsterList": [ + [ + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 103060991, + "MonsterList": [ + [ + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 103060992, + "MonsterList": [ + [ + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 103060993, + "MonsterList": [ + [ + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 103060994, + "MonsterList": [ + [ + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 103060995, + "MonsterList": [ + [ + 3002010 + ] + ] + }, + { + "Level": 88, + "StageID": 103060996, + "MonsterList": [ + [ + 3002010 + ] + ] + }, + { + "Level": 24, + "StageID": 103062410, + "MonsterList": [ + [ + 3002010, + 3002050, + 3002050, + 3002030, + 3002050 + ] + ] + }, + { + "Level": 32, + "StageID": 103062411, + "MonsterList": [ + [ + 3002010, + 3002050, + 3002050, + 3002030, + 3002050 + ] + ] + }, + { + "Level": 40, + "StageID": 103062412, + "MonsterList": [ + [ + 3002010, + 3002050, + 3002050, + 3002030, + 3002050 + ] + ] + }, + { + "Level": 48, + "StageID": 103062413, + "MonsterList": [ + [ + 3002010, + 3002050, + 3002050, + 3002030, + 3002050 + ] + ] + }, + { + "Level": 56, + "StageID": 103062414, + "MonsterList": [ + [ + 3002010, + 3002050, + 3002050, + 3002030, + 3002050 + ] + ] + }, + { + "Level": 66, + "StageID": 103062415, + "MonsterList": [ + [ + 3002010, + 3002050, + 3002050, + 3002030, + 3002050 + ] + ] + }, + { + "Level": 88, + "StageID": 103062416, + "MonsterList": [ + [ + 3002010, + 3002050, + 3002050, + 3002030, + 3002050 + ] + ] + }, + { + "Level": 24, + "StageID": 103062420, + "MonsterList": [ + [ + 3002050, + 3002020, + 3002050, + 3002040, + 3002050 + ] + ] + }, + { + "Level": 32, + "StageID": 103062421, + "MonsterList": [ + [ + 3002050, + 3002020, + 3002050, + 3002040, + 3002050 + ] + ] + }, + { + "Level": 40, + "StageID": 103062422, + "MonsterList": [ + [ + 3002050, + 3002020, + 3002050, + 3002040, + 3002050 + ] + ] + }, + { + "Level": 48, + "StageID": 103062423, + "MonsterList": [ + [ + 3002050, + 3002020, + 3002050, + 3002040, + 3002050 + ] + ] + }, + { + "Level": 56, + "StageID": 103062424, + "MonsterList": [ + [ + 3002050, + 3002020, + 3002050, + 3002040, + 3002050 + ] + ] + }, + { + "Level": 66, + "StageID": 103062425, + "MonsterList": [ + [ + 3002050, + 3002020, + 3002050, + 3002040, + 3002050 + ] + ] + }, + { + "Level": 88, + "StageID": 103062426, + "MonsterList": [ + [ + 3002050, + 3002020, + 3002050, + 3002040, + 3002050 + ] + ] + }, + { + "Level": 24, + "StageID": 104410110, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 104410111, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 104410112, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 104410113, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 104410114, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 104410115, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 104410116, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 104410120, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032050 + ] + ] + }, + { + "Level": 32, + "StageID": 104410121, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032050 + ] + ] + }, + { + "Level": 40, + "StageID": 104410122, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032050 + ] + ] + }, + { + "Level": 48, + "StageID": 104410123, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032050 + ] + ] + }, + { + "Level": 56, + "StageID": 104410124, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032050 + ] + ] + }, + { + "Level": 66, + "StageID": 104410125, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032050 + ] + ] + }, + { + "Level": 88, + "StageID": 104410126, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032050 + ] + ] + }, + { + "Level": 24, + "StageID": 104410150, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 104410151, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 104410152, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 104410153, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 104410154, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 104410155, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 104410156, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 104410160, + "MonsterList": [ + [ + 4032050, + 4032030, + 4032050 + ] + ] + }, + { + "Level": 32, + "StageID": 104410161, + "MonsterList": [ + [ + 4032050, + 4032030, + 4032050 + ] + ] + }, + { + "Level": 40, + "StageID": 104410162, + "MonsterList": [ + [ + 4032050, + 4032030, + 4032050 + ] + ] + }, + { + "Level": 48, + "StageID": 104410163, + "MonsterList": [ + [ + 4032050, + 4032030, + 4032050 + ] + ] + }, + { + "Level": 56, + "StageID": 104410164, + "MonsterList": [ + [ + 4032050, + 4032030, + 4032050 + ] + ] + }, + { + "Level": 66, + "StageID": 104410165, + "MonsterList": [ + [ + 4032050, + 4032030, + 4032050 + ] + ] + }, + { + "Level": 88, + "StageID": 104410166, + "MonsterList": [ + [ + 4032050, + 4032030, + 4032050 + ] + ] + }, + { + "Level": 24, + "StageID": 104410170, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 104410171, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 104410172, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 104410173, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 104410174, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 104410175, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 104410176, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 104410210, + "MonsterList": [ + [ + 4032050, + 4032040, + 4032050 + ] + ] + }, + { + "Level": 32, + "StageID": 104410211, + "MonsterList": [ + [ + 4032050, + 4032040, + 4032050 + ] + ] + }, + { + "Level": 40, + "StageID": 104410212, + "MonsterList": [ + [ + 4032050, + 4032040, + 4032050 + ] + ] + }, + { + "Level": 48, + "StageID": 104410213, + "MonsterList": [ + [ + 4032050, + 4032040, + 4032050 + ] + ] + }, + { + "Level": 56, + "StageID": 104410214, + "MonsterList": [ + [ + 4032050, + 4032040, + 4032050 + ] + ] + }, + { + "Level": 66, + "StageID": 104410215, + "MonsterList": [ + [ + 4032050, + 4032040, + 4032050 + ] + ] + }, + { + "Level": 88, + "StageID": 104410216, + "MonsterList": [ + [ + 4032050, + 4032040, + 4032050 + ] + ] + }, + { + "Level": 24, + "StageID": 104410220, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 104410221, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 104410222, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 104410223, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 104410224, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 104410225, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 104410226, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 104410250, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 32, + "StageID": 104410251, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 40, + "StageID": 104410252, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 48, + "StageID": 104410253, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 56, + "StageID": 104410254, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 66, + "StageID": 104410255, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 88, + "StageID": 104410256, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 24, + "StageID": 104410260, + "MonsterList": [ + [ + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 104410261, + "MonsterList": [ + [ + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 104410262, + "MonsterList": [ + [ + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 104410263, + "MonsterList": [ + [ + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 104410264, + "MonsterList": [ + [ + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 104410265, + "MonsterList": [ + [ + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 104410266, + "MonsterList": [ + [ + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 104410270, + "MonsterList": [ + [ + 4032050, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 32, + "StageID": 104410271, + "MonsterList": [ + [ + 4032050, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 40, + "StageID": 104410272, + "MonsterList": [ + [ + 4032050, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 48, + "StageID": 104410273, + "MonsterList": [ + [ + 4032050, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 56, + "StageID": 104410274, + "MonsterList": [ + [ + 4032050, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 66, + "StageID": 104410275, + "MonsterList": [ + [ + 4032050, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 88, + "StageID": 104410276, + "MonsterList": [ + [ + 4032050, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 24, + "StageID": 104410310, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 32, + "StageID": 104410311, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 40, + "StageID": 104410312, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 48, + "StageID": 104410313, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 56, + "StageID": 104410314, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 66, + "StageID": 104410315, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 88, + "StageID": 104410316, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 24, + "StageID": 104410320, + "MonsterList": [ + [ + 4032050, + 4032030, + 4032050 + ] + ] + }, + { + "Level": 32, + "StageID": 104410321, + "MonsterList": [ + [ + 4032050, + 4032030, + 4032050 + ] + ] + }, + { + "Level": 40, + "StageID": 104410322, + "MonsterList": [ + [ + 4032050, + 4032030, + 4032050 + ] + ] + }, + { + "Level": 48, + "StageID": 104410323, + "MonsterList": [ + [ + 4032050, + 4032030, + 4032050 + ] + ] + }, + { + "Level": 56, + "StageID": 104410324, + "MonsterList": [ + [ + 4032050, + 4032030, + 4032050 + ] + ] + }, + { + "Level": 66, + "StageID": 104410325, + "MonsterList": [ + [ + 4032050, + 4032030, + 4032050 + ] + ] + }, + { + "Level": 88, + "StageID": 104410326, + "MonsterList": [ + [ + 4032050, + 4032030, + 4032050 + ] + ] + }, + { + "Level": 24, + "StageID": 104410510, + "MonsterList": [ + [ + 4034017 + ] + ] + }, + { + "Level": 32, + "StageID": 104410511, + "MonsterList": [ + [ + 4034017 + ] + ] + }, + { + "Level": 40, + "StageID": 104410512, + "MonsterList": [ + [ + 4034017 + ] + ] + }, + { + "Level": 48, + "StageID": 104410513, + "MonsterList": [ + [ + 4034017 + ] + ] + }, + { + "Level": 56, + "StageID": 104410514, + "MonsterList": [ + [ + 4034017 + ] + ] + }, + { + "Level": 66, + "StageID": 104410515, + "MonsterList": [ + [ + 4034017 + ] + ] + }, + { + "Level": 88, + "StageID": 104410516, + "MonsterList": [ + [ + 4034017 + ] + ] + }, + { + "Level": 24, + "StageID": 104410520, + "MonsterList": [ + [ + 4034018 + ] + ] + }, + { + "Level": 32, + "StageID": 104410521, + "MonsterList": [ + [ + 4034018 + ] + ] + }, + { + "Level": 40, + "StageID": 104410522, + "MonsterList": [ + [ + 4034018 + ] + ] + }, + { + "Level": 48, + "StageID": 104410523, + "MonsterList": [ + [ + 4034018 + ] + ] + }, + { + "Level": 56, + "StageID": 104410524, + "MonsterList": [ + [ + 4034018 + ] + ] + }, + { + "Level": 66, + "StageID": 104410525, + "MonsterList": [ + [ + 4034018 + ] + ] + }, + { + "Level": 88, + "StageID": 104410526, + "MonsterList": [ + [ + 4034018 + ] + ] + }, + { + "Level": 32, + "StageID": 104410550, + "MonsterList": [ + [ + 4032050, + 4032040, + 4012050, + 4032050 + ] + ] + }, + { + "Level": 40, + "StageID": 104410551, + "MonsterList": [ + [ + 4032050, + 4032040, + 4012050, + 4032050 + ] + ] + }, + { + "Level": 48, + "StageID": 104410552, + "MonsterList": [ + [ + 4032050, + 4032040, + 4012050, + 4032050 + ] + ] + }, + { + "Level": 55, + "StageID": 104410553, + "MonsterList": [ + [ + 4032050, + 4032040, + 4012050, + 4032050 + ] + ] + }, + { + "Level": 65, + "StageID": 104410554, + "MonsterList": [ + [ + 4032050, + 4032040, + 4012050, + 4032050 + ] + ] + }, + { + "Level": 78, + "StageID": 104410555, + "MonsterList": [ + [ + 4032050, + 4032040, + 4012050, + 4032050 + ] + ] + }, + { + "Level": 88, + "StageID": 104410556, + "MonsterList": [ + [ + 4032050, + 4032040, + 4012050, + 4032050 + ] + ] + }, + { + "Level": 32, + "StageID": 104410600, + "MonsterList": [ + [ + 4014023 + ] + ] + }, + { + "Level": 40, + "StageID": 104410601, + "MonsterList": [ + [ + 4014023 + ] + ] + }, + { + "Level": 48, + "StageID": 104410602, + "MonsterList": [ + [ + 4014023 + ] + ] + }, + { + "Level": 55, + "StageID": 104410603, + "MonsterList": [ + [ + 4014023 + ] + ] + }, + { + "Level": 65, + "StageID": 104410604, + "MonsterList": [ + [ + 4014023 + ] + ] + }, + { + "Level": 78, + "StageID": 104410605, + "MonsterList": [ + [ + 4014023 + ] + ] + }, + { + "Level": 88, + "StageID": 104410606, + "MonsterList": [ + [ + 4014023 + ] + ] + }, + { + "Level": 32, + "StageID": 104410650, + "MonsterList": [ + [ + 4014033 + ] + ] + }, + { + "Level": 40, + "StageID": 104410651, + "MonsterList": [ + [ + 4014033 + ] + ] + }, + { + "Level": 48, + "StageID": 104410652, + "MonsterList": [ + [ + 4014033 + ] + ] + }, + { + "Level": 55, + "StageID": 104410653, + "MonsterList": [ + [ + 4014033 + ] + ] + }, + { + "Level": 65, + "StageID": 104410654, + "MonsterList": [ + [ + 4014033 + ] + ] + }, + { + "Level": 78, + "StageID": 104410655, + "MonsterList": [ + [ + 4014033 + ] + ] + }, + { + "Level": 88, + "StageID": 104410656, + "MonsterList": [ + [ + 4014033 + ] + ] + }, + { + "Level": 32, + "StageID": 104410700, + "MonsterList": [ + [ + 4015021 + ] + ] + }, + { + "Level": 40, + "StageID": 104410701, + "MonsterList": [ + [ + 4015021 + ] + ] + }, + { + "Level": 48, + "StageID": 104410702, + "MonsterList": [ + [ + 4015021 + ] + ] + }, + { + "Level": 55, + "StageID": 104410703, + "MonsterList": [ + [ + 4015021 + ] + ] + }, + { + "Level": 65, + "StageID": 104410704, + "MonsterList": [ + [ + 4015021 + ] + ] + }, + { + "Level": 78, + "StageID": 104410705, + "MonsterList": [ + [ + 4015021 + ] + ] + }, + { + "Level": 88, + "StageID": 104410706, + "MonsterList": [ + [ + 4015021 + ] + ] + }, + { + "Level": 3, + "StageID": 104412010, + "MonsterList": [ + [ + 8032010, + 8033010, + 8032020 + ] + ] + }, + { + "Level": 30, + "StageID": 104412011, + "MonsterList": [ + [ + 8032010, + 8033010, + 8032020 + ] + ] + }, + { + "Level": 40, + "StageID": 104412012, + "MonsterList": [ + [ + 8032010, + 8033010, + 8032020 + ] + ] + }, + { + "Level": 48, + "StageID": 104412013, + "MonsterList": [ + [ + 8032010, + 8033010, + 8032020 + ] + ] + }, + { + "Level": 56, + "StageID": 104412014, + "MonsterList": [ + [ + 8032010, + 8033010, + 8032020 + ] + ] + }, + { + "Level": 66, + "StageID": 104412015, + "MonsterList": [ + [ + 8032010, + 8033010, + 8032020 + ] + ] + }, + { + "Level": 88, + "StageID": 104412016, + "MonsterList": [ + [ + 8032010, + 8033010, + 8032020 + ] + ] + }, + { + "Level": 3, + "StageID": 104412030, + "MonsterList": [ + [ + 3002014, + 3002014, + 3002014 + ], + [ + 3002014, + 3002014, + 3002014, + 3002014 + ], + [ + 300201401 + ] + ] + }, + { + "Level": 30, + "StageID": 104412031, + "MonsterList": [ + [ + 3002014, + 3002014, + 3002014 + ], + [ + 3002014, + 3002014, + 3002014, + 3002014 + ], + [ + 300201401 + ] + ] + }, + { + "Level": 40, + "StageID": 104412032, + "MonsterList": [ + [ + 3002014, + 3002014, + 3002014 + ], + [ + 3002014, + 3002014, + 3002014, + 3002014 + ], + [ + 300201401 + ] + ] + }, + { + "Level": 48, + "StageID": 104412033, + "MonsterList": [ + [ + 3002014, + 3002014, + 3002014 + ], + [ + 3002014, + 3002014, + 3002014, + 3002014 + ], + [ + 300201401 + ] + ] + }, + { + "Level": 56, + "StageID": 104412034, + "MonsterList": [ + [ + 3002014, + 3002014, + 3002014 + ], + [ + 3002014, + 3002014, + 3002014, + 3002014 + ], + [ + 300201401 + ] + ] + }, + { + "Level": 66, + "StageID": 104412035, + "MonsterList": [ + [ + 3002014, + 3002014, + 3002014 + ], + [ + 3002014, + 3002014, + 3002014, + 3002014 + ], + [ + 300201401 + ] + ] + }, + { + "Level": 88, + "StageID": 104412036, + "MonsterList": [ + [ + 3002014, + 3002014, + 3002014 + ], + [ + 3002014, + 3002014, + 3002014, + 3002014 + ], + [ + 300201401 + ] + ] + }, + { + "Level": 3, + "StageID": 104412050, + "MonsterList": [ + [ + 101302036 + ] + ] + }, + { + "Level": 30, + "StageID": 104412051, + "MonsterList": [ + [ + 101302036 + ] + ] + }, + { + "Level": 40, + "StageID": 104412052, + "MonsterList": [ + [ + 101302036 + ] + ] + }, + { + "Level": 48, + "StageID": 104412053, + "MonsterList": [ + [ + 101302036 + ] + ] + }, + { + "Level": 56, + "StageID": 104412054, + "MonsterList": [ + [ + 101302036 + ] + ] + }, + { + "Level": 66, + "StageID": 104412055, + "MonsterList": [ + [ + 101302036 + ] + ] + }, + { + "Level": 88, + "StageID": 104412056, + "MonsterList": [ + [ + 101302036 + ] + ] + }, + { + "Level": 3, + "StageID": 104412070, + "MonsterList": [ + [ + 3004025 + ] + ] + }, + { + "Level": 30, + "StageID": 104412071, + "MonsterList": [ + [ + 3004025 + ] + ] + }, + { + "Level": 40, + "StageID": 104412072, + "MonsterList": [ + [ + 3004025 + ] + ] + }, + { + "Level": 48, + "StageID": 104412073, + "MonsterList": [ + [ + 3004025 + ] + ] + }, + { + "Level": 56, + "StageID": 104412074, + "MonsterList": [ + [ + 3004025 + ] + ] + }, + { + "Level": 66, + "StageID": 104412075, + "MonsterList": [ + [ + 3004025 + ] + ] + }, + { + "Level": 88, + "StageID": 104412076, + "MonsterList": [ + [ + 3004025 + ] + ] + }, + { + "Level": 3, + "StageID": 104412090, + "MonsterList": [ + [ + 300302010, + 300204009, + 300302011 + ] + ] + }, + { + "Level": 30, + "StageID": 104412091, + "MonsterList": [ + [ + 300302010, + 300204009, + 300302011 + ] + ] + }, + { + "Level": 40, + "StageID": 104412092, + "MonsterList": [ + [ + 300302010, + 300204009, + 300302011 + ] + ] + }, + { + "Level": 48, + "StageID": 104412093, + "MonsterList": [ + [ + 300302010, + 300204009, + 300302011 + ] + ] + }, + { + "Level": 56, + "StageID": 104412094, + "MonsterList": [ + [ + 300302010, + 300204009, + 300302011 + ] + ] + }, + { + "Level": 66, + "StageID": 104412095, + "MonsterList": [ + [ + 300302010, + 300204009, + 300302011 + ] + ] + }, + { + "Level": 88, + "StageID": 104412096, + "MonsterList": [ + [ + 300302010, + 300204009, + 300302011 + ] + ] + }, + { + "Level": 3, + "StageID": 104412110, + "MonsterList": [ + [ + 1012032 + ] + ] + }, + { + "Level": 30, + "StageID": 104412111, + "MonsterList": [ + [ + 1012032 + ] + ] + }, + { + "Level": 40, + "StageID": 104412112, + "MonsterList": [ + [ + 1012032 + ] + ] + }, + { + "Level": 48, + "StageID": 104412113, + "MonsterList": [ + [ + 1012032 + ] + ] + }, + { + "Level": 56, + "StageID": 104412114, + "MonsterList": [ + [ + 1012032 + ] + ] + }, + { + "Level": 66, + "StageID": 104412115, + "MonsterList": [ + [ + 1012032 + ] + ] + }, + { + "Level": 88, + "StageID": 104412116, + "MonsterList": [ + [ + 1012032 + ] + ] + }, + { + "Level": 3, + "StageID": 104412130, + "MonsterList": [ + [ + 803401005 + ] + ] + }, + { + "Level": 30, + "StageID": 104412131, + "MonsterList": [ + [ + 803401005 + ] + ] + }, + { + "Level": 40, + "StageID": 104412132, + "MonsterList": [ + [ + 803401005 + ] + ] + }, + { + "Level": 48, + "StageID": 104412133, + "MonsterList": [ + [ + 803401005 + ] + ] + }, + { + "Level": 56, + "StageID": 104412134, + "MonsterList": [ + [ + 803401005 + ] + ] + }, + { + "Level": 66, + "StageID": 104412135, + "MonsterList": [ + [ + 803401005 + ] + ] + }, + { + "Level": 88, + "StageID": 104412136, + "MonsterList": [ + [ + 803401005 + ] + ] + }, + { + "Level": 3, + "StageID": 104412150, + "MonsterList": [ + [ + 301402007 + ] + ] + }, + { + "Level": 36, + "StageID": 104412151, + "MonsterList": [ + [ + 301402007 + ] + ] + }, + { + "Level": 46, + "StageID": 104412152, + "MonsterList": [ + [ + 301402007 + ] + ] + }, + { + "Level": 56, + "StageID": 104412153, + "MonsterList": [ + [ + 301402007 + ] + ] + }, + { + "Level": 65, + "StageID": 104412154, + "MonsterList": [ + [ + 301402007 + ] + ] + }, + { + "Level": 78, + "StageID": 104412155, + "MonsterList": [ + [ + 301402007 + ] + ] + }, + { + "Level": 88, + "StageID": 104412156, + "MonsterList": [ + [ + 301402007 + ] + ] + }, + { + "Level": 3, + "StageID": 104412170, + "MonsterList": [ + [ + 802501002 + ] + ] + }, + { + "Level": 36, + "StageID": 104412171, + "MonsterList": [ + [ + 802501002 + ] + ] + }, + { + "Level": 46, + "StageID": 104412172, + "MonsterList": [ + [ + 802501002 + ] + ] + }, + { + "Level": 56, + "StageID": 104412173, + "MonsterList": [ + [ + 802501002 + ] + ] + }, + { + "Level": 65, + "StageID": 104412174, + "MonsterList": [ + [ + 802501002 + ] + ] + }, + { + "Level": 78, + "StageID": 104412175, + "MonsterList": [ + [ + 802501002 + ] + ] + }, + { + "Level": 88, + "StageID": 104412176, + "MonsterList": [ + [ + 802501002 + ] + ] + }, + { + "Level": 3, + "StageID": 200010010, + "MonsterList": [ + [ + 801102001, + 801201002 + ] + ] + }, + { + "Level": 29, + "StageID": 200010011, + "MonsterList": [ + [ + 801102001, + 801201002 + ] + ] + }, + { + "Level": 39, + "StageID": 200010012, + "MonsterList": [ + [ + 801102001, + 801201002 + ] + ] + }, + { + "Level": 48, + "StageID": 200010013, + "MonsterList": [ + [ + 801102001, + 801201002 + ] + ] + }, + { + "Level": 56, + "StageID": 200010014, + "MonsterList": [ + [ + 801102001, + 801201002 + ] + ] + }, + { + "Level": 66, + "StageID": 200010015, + "MonsterList": [ + [ + 801102001, + 801201002 + ] + ] + }, + { + "Level": 73, + "StageID": 200010016, + "MonsterList": [ + [ + 801102001, + 801201002 + ] + ] + }, + { + "Level": 2, + "StageID": 200010020, + "MonsterList": [ + [ + 801102001, + 801201002, + 801201002, + 801202101, + 801101001 + ] + ] + }, + { + "Level": 29, + "StageID": 200010021, + "MonsterList": [ + [ + 801102001, + 801201002, + 801201002, + 801202101, + 801101001 + ] + ] + }, + { + "Level": 39, + "StageID": 200010022, + "MonsterList": [ + [ + 801102001, + 801201002, + 801201002, + 801202101, + 801101001 + ] + ] + }, + { + "Level": 48, + "StageID": 200010023, + "MonsterList": [ + [ + 801102001, + 801201002, + 801201002, + 801202101, + 801101001 + ] + ] + }, + { + "Level": 56, + "StageID": 200010024, + "MonsterList": [ + [ + 801102001, + 801201002, + 801201002, + 801202101, + 801101001 + ] + ] + }, + { + "Level": 66, + "StageID": 200010025, + "MonsterList": [ + [ + 801102001, + 801201002, + 801201002, + 801202101, + 801101001 + ] + ] + }, + { + "Level": 73, + "StageID": 200010026, + "MonsterList": [ + [ + 801102001, + 801201002, + 801201002, + 801202101, + 801101001 + ] + ] + }, + { + "Level": 3, + "StageID": 200010030, + "MonsterList": [ + [ + 801203001 + ] + ] + }, + { + "Level": 29, + "StageID": 200010031, + "MonsterList": [ + [ + 801203001 + ] + ] + }, + { + "Level": 39, + "StageID": 200010032, + "MonsterList": [ + [ + 801203001 + ] + ] + }, + { + "Level": 48, + "StageID": 200010033, + "MonsterList": [ + [ + 801203001 + ] + ] + }, + { + "Level": 56, + "StageID": 200010034, + "MonsterList": [ + [ + 801203001 + ] + ] + }, + { + "Level": 66, + "StageID": 200010035, + "MonsterList": [ + [ + 801203001 + ] + ] + }, + { + "Level": 73, + "StageID": 200010036, + "MonsterList": [ + [ + 801203001 + ] + ] + }, + { + "Level": 3, + "StageID": 200010060, + "MonsterList": [ + [ + 801201002, + 801202101, + 801202101, + 801201002 + ] + ] + }, + { + "Level": 29, + "StageID": 200010061, + "MonsterList": [ + [ + 801201002, + 801202101, + 801202101, + 801201002 + ] + ] + }, + { + "Level": 39, + "StageID": 200010062, + "MonsterList": [ + [ + 801201002, + 801202101, + 801202101, + 801201002 + ] + ] + }, + { + "Level": 48, + "StageID": 200010063, + "MonsterList": [ + [ + 801201002, + 801202101, + 801202101, + 801201002 + ] + ] + }, + { + "Level": 56, + "StageID": 200010064, + "MonsterList": [ + [ + 801201002, + 801202101, + 801202101, + 801201002 + ] + ] + }, + { + "Level": 66, + "StageID": 200010065, + "MonsterList": [ + [ + 801201002, + 801202101, + 801202101, + 801201002 + ] + ] + }, + { + "Level": 73, + "StageID": 200010066, + "MonsterList": [ + [ + 801201002, + 801202101, + 801202101, + 801201002 + ] + ] + }, + { + "Level": 7, + "StageID": 200011030, + "MonsterList": [ + [ + 8011020, + 8012010, + 8012010, + 8011020 + ] + ] + }, + { + "Level": 29, + "StageID": 200011031, + "MonsterList": [ + [ + 8011020, + 8012010, + 8012010, + 8011020 + ] + ] + }, + { + "Level": 39, + "StageID": 200011032, + "MonsterList": [ + [ + 8011020, + 8012010, + 8012010, + 8011020 + ] + ] + }, + { + "Level": 48, + "StageID": 200011033, + "MonsterList": [ + [ + 8011020, + 8012010, + 8012010, + 8011020 + ] + ] + }, + { + "Level": 56, + "StageID": 200011034, + "MonsterList": [ + [ + 8011020, + 8012010, + 8012010, + 8011020 + ] + ] + }, + { + "Level": 66, + "StageID": 200011035, + "MonsterList": [ + [ + 8011020, + 8012010, + 8012010, + 8011020 + ] + ] + }, + { + "Level": 73, + "StageID": 200011036, + "MonsterList": [ + [ + 8011020, + 8012010, + 8012010, + 8011020 + ] + ] + }, + { + "Level": 7, + "StageID": 200011110, + "MonsterList": [ + [ + 8012010, + 8012020, + 8002040 + ] + ] + }, + { + "Level": 29, + "StageID": 200011111, + "MonsterList": [ + [ + 8012010, + 8012020, + 8002040 + ] + ] + }, + { + "Level": 39, + "StageID": 200011112, + "MonsterList": [ + [ + 8012010, + 8012020, + 8002040 + ] + ] + }, + { + "Level": 48, + "StageID": 200011113, + "MonsterList": [ + [ + 8012010, + 8012020, + 8002040 + ] + ] + }, + { + "Level": 56, + "StageID": 200011114, + "MonsterList": [ + [ + 8012010, + 8012020, + 8002040 + ] + ] + }, + { + "Level": 66, + "StageID": 200011115, + "MonsterList": [ + [ + 8012010, + 8012020, + 8002040 + ] + ] + }, + { + "Level": 73, + "StageID": 200011116, + "MonsterList": [ + [ + 8012010, + 8012020, + 8002040 + ] + ] + }, + { + "Level": 13, + "StageID": 200012310, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 35, + "StageID": 200012311, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 44, + "StageID": 200012312, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 53, + "StageID": 200012313, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 62, + "StageID": 200012314, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 71, + "StageID": 200012315, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 77, + "StageID": 200012316, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 18, + "StageID": 200012320, + "MonsterList": [ + [ + 8012010, + 8012030, + 8012020 + ] + ] + }, + { + "Level": 35, + "StageID": 200012321, + "MonsterList": [ + [ + 8012010, + 8012030, + 8012020 + ] + ] + }, + { + "Level": 44, + "StageID": 200012322, + "MonsterList": [ + [ + 8012010, + 8012030, + 8012020 + ] + ] + }, + { + "Level": 53, + "StageID": 200012323, + "MonsterList": [ + [ + 8012010, + 8012030, + 8012020 + ] + ] + }, + { + "Level": 62, + "StageID": 200012324, + "MonsterList": [ + [ + 8012010, + 8012030, + 8012020 + ] + ] + }, + { + "Level": 71, + "StageID": 200012325, + "MonsterList": [ + [ + 8012010, + 8012030, + 8012020 + ] + ] + }, + { + "Level": 77, + "StageID": 200012326, + "MonsterList": [ + [ + 8012010, + 8012030, + 8012020 + ] + ] + }, + { + "Level": 18, + "StageID": 200012330, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 35, + "StageID": 200012331, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 44, + "StageID": 200012332, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 53, + "StageID": 200012333, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 62, + "StageID": 200012334, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 71, + "StageID": 200012335, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 77, + "StageID": 200012336, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 18, + "StageID": 200012340, + "MonsterList": [ + [ + 8012030, + 8013010, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 35, + "StageID": 200012341, + "MonsterList": [ + [ + 8012030, + 8013010, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 44, + "StageID": 200012342, + "MonsterList": [ + [ + 8012030, + 8013010, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 53, + "StageID": 200012343, + "MonsterList": [ + [ + 8012030, + 8013010, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 62, + "StageID": 200012344, + "MonsterList": [ + [ + 8012030, + 8013010, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 71, + "StageID": 200012345, + "MonsterList": [ + [ + 8012030, + 8013010, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 77, + "StageID": 200012346, + "MonsterList": [ + [ + 8012030, + 8013010, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 1, + "StageID": 200020010, + "MonsterList": [ + [ + 801201001, + 801201004, + 8011010 + ] + ] + }, + { + "Level": 29, + "StageID": 200020011, + "MonsterList": [ + [ + 801201001, + 801201004, + 8011010 + ] + ] + }, + { + "Level": 39, + "StageID": 200020012, + "MonsterList": [ + [ + 801201001, + 801201004, + 8011010 + ] + ] + }, + { + "Level": 48, + "StageID": 200020013, + "MonsterList": [ + [ + 801201001, + 801201004, + 8011010 + ] + ] + }, + { + "Level": 56, + "StageID": 200020014, + "MonsterList": [ + [ + 801201001, + 801201004, + 8011010 + ] + ] + }, + { + "Level": 66, + "StageID": 200020015, + "MonsterList": [ + [ + 801201001, + 801201004, + 8011010 + ] + ] + }, + { + "Level": 73, + "StageID": 200020016, + "MonsterList": [ + [ + 801201001, + 801201004, + 8011010 + ] + ] + }, + { + "Level": 1, + "StageID": 200020020, + "MonsterList": [ + [ + 801201001, + 8011010, + 801202001, + 8011010 + ] + ] + }, + { + "Level": 29, + "StageID": 200020021, + "MonsterList": [ + [ + 801201001, + 8011010, + 801202001, + 8011010 + ] + ] + }, + { + "Level": 39, + "StageID": 200020022, + "MonsterList": [ + [ + 801201001, + 8011010, + 801202001, + 8011010 + ] + ] + }, + { + "Level": 48, + "StageID": 200020023, + "MonsterList": [ + [ + 801201001, + 8011010, + 801202001, + 8011010 + ] + ] + }, + { + "Level": 56, + "StageID": 200020024, + "MonsterList": [ + [ + 801201001, + 8011010, + 801202001, + 8011010 + ] + ] + }, + { + "Level": 66, + "StageID": 200020025, + "MonsterList": [ + [ + 801201001, + 8011010, + 801202001, + 8011010 + ] + ] + }, + { + "Level": 73, + "StageID": 200020026, + "MonsterList": [ + [ + 801201001, + 8011010, + 801202001, + 8011010 + ] + ] + }, + { + "Level": 2, + "StageID": 200020040, + "MonsterList": [ + [ + 801202001, + 801201001, + 8011020 + ] + ] + }, + { + "Level": 29, + "StageID": 200020041, + "MonsterList": [ + [ + 801202001, + 801201001, + 8011020 + ] + ] + }, + { + "Level": 39, + "StageID": 200020042, + "MonsterList": [ + [ + 801202001, + 801201001, + 8011020 + ] + ] + }, + { + "Level": 48, + "StageID": 200020043, + "MonsterList": [ + [ + 801202001, + 801201001, + 8011020 + ] + ] + }, + { + "Level": 56, + "StageID": 200020044, + "MonsterList": [ + [ + 801202001, + 801201001, + 8011020 + ] + ] + }, + { + "Level": 66, + "StageID": 200020045, + "MonsterList": [ + [ + 801202001, + 801201001, + 8011020 + ] + ] + }, + { + "Level": 73, + "StageID": 200020046, + "MonsterList": [ + [ + 801202001, + 801201001, + 8011020 + ] + ] + }, + { + "Level": 2, + "StageID": 200020050, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 29, + "StageID": 200020051, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 39, + "StageID": 200020052, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 48, + "StageID": 200020053, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 56, + "StageID": 200020054, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 66, + "StageID": 200020055, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 73, + "StageID": 200020056, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 2, + "StageID": 200020070, + "MonsterList": [ + [ + 8011010, + 801201001, + 801201001, + 8011010 + ] + ] + }, + { + "Level": 29, + "StageID": 200020071, + "MonsterList": [ + [ + 8011010, + 801201001, + 801201001, + 8011010 + ] + ] + }, + { + "Level": 39, + "StageID": 200020072, + "MonsterList": [ + [ + 8011010, + 801201001, + 801201001, + 8011010 + ] + ] + }, + { + "Level": 48, + "StageID": 200020073, + "MonsterList": [ + [ + 8011010, + 801201001, + 801201001, + 8011010 + ] + ] + }, + { + "Level": 56, + "StageID": 200020074, + "MonsterList": [ + [ + 8011010, + 801201001, + 801201001, + 8011010 + ] + ] + }, + { + "Level": 66, + "StageID": 200020075, + "MonsterList": [ + [ + 8011010, + 801201001, + 801201001, + 8011010 + ] + ] + }, + { + "Level": 73, + "StageID": 200020076, + "MonsterList": [ + [ + 8011010, + 801201001, + 801201001, + 8011010 + ] + ] + }, + { + "Level": 2, + "StageID": 200020080, + "MonsterList": [ + [ + 8011020, + 801202001, + 8011020 + ] + ] + }, + { + "Level": 29, + "StageID": 200020081, + "MonsterList": [ + [ + 8011020, + 801202001, + 8011020 + ] + ] + }, + { + "Level": 39, + "StageID": 200020082, + "MonsterList": [ + [ + 8011020, + 801202001, + 8011020 + ] + ] + }, + { + "Level": 48, + "StageID": 200020083, + "MonsterList": [ + [ + 8011020, + 801202001, + 8011020 + ] + ] + }, + { + "Level": 56, + "StageID": 200020084, + "MonsterList": [ + [ + 8011020, + 801202001, + 8011020 + ] + ] + }, + { + "Level": 66, + "StageID": 200020085, + "MonsterList": [ + [ + 8011020, + 801202001, + 8011020 + ] + ] + }, + { + "Level": 73, + "StageID": 200020086, + "MonsterList": [ + [ + 8011020, + 801202001, + 8011020 + ] + ] + }, + { + "Level": 3, + "StageID": 200020090, + "MonsterList": [ + [ + 801201001, + 8013012, + 801201001 + ] + ] + }, + { + "Level": 29, + "StageID": 200020091, + "MonsterList": [ + [ + 801201001, + 8013012, + 801201001 + ] + ] + }, + { + "Level": 39, + "StageID": 200020092, + "MonsterList": [ + [ + 801201001, + 8013012, + 801201001 + ] + ] + }, + { + "Level": 48, + "StageID": 200020093, + "MonsterList": [ + [ + 801201001, + 8013012, + 801201001 + ] + ] + }, + { + "Level": 56, + "StageID": 200020094, + "MonsterList": [ + [ + 801201001, + 8013012, + 801201001 + ] + ] + }, + { + "Level": 66, + "StageID": 200020095, + "MonsterList": [ + [ + 801201001, + 8013012, + 801201001 + ] + ] + }, + { + "Level": 73, + "StageID": 200020096, + "MonsterList": [ + [ + 801201001, + 8013012, + 801201001 + ] + ] + }, + { + "Level": 8, + "StageID": 200021020, + "MonsterList": [ + [ + 8011020, + 8012020, + 8011020 + ] + ] + }, + { + "Level": 29, + "StageID": 200021021, + "MonsterList": [ + [ + 8011020, + 8012020, + 8011020 + ] + ] + }, + { + "Level": 39, + "StageID": 200021022, + "MonsterList": [ + [ + 8011020, + 8012020, + 8011020 + ] + ] + }, + { + "Level": 48, + "StageID": 200021023, + "MonsterList": [ + [ + 8011020, + 8012020, + 8011020 + ] + ] + }, + { + "Level": 56, + "StageID": 200021024, + "MonsterList": [ + [ + 8011020, + 8012020, + 8011020 + ] + ] + }, + { + "Level": 66, + "StageID": 200021025, + "MonsterList": [ + [ + 8011020, + 8012020, + 8011020 + ] + ] + }, + { + "Level": 73, + "StageID": 200021026, + "MonsterList": [ + [ + 8011020, + 8012020, + 8011020 + ] + ] + }, + { + "Level": 8, + "StageID": 200021040, + "MonsterList": [ + [ + 8012020, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 29, + "StageID": 200021041, + "MonsterList": [ + [ + 8012020, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 39, + "StageID": 200021042, + "MonsterList": [ + [ + 8012020, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 48, + "StageID": 200021043, + "MonsterList": [ + [ + 8012020, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 56, + "StageID": 200021044, + "MonsterList": [ + [ + 8012020, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 66, + "StageID": 200021045, + "MonsterList": [ + [ + 8012020, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 73, + "StageID": 200021046, + "MonsterList": [ + [ + 8012020, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 8, + "StageID": 200021050, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 29, + "StageID": 200021051, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 39, + "StageID": 200021052, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 48, + "StageID": 200021053, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 56, + "StageID": 200021054, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 66, + "StageID": 200021055, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 73, + "StageID": 200021056, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 8, + "StageID": 200021070, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010, + 8011010 + ] + ] + }, + { + "Level": 29, + "StageID": 200021071, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010, + 8011010 + ] + ] + }, + { + "Level": 39, + "StageID": 200021072, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010, + 8011010 + ] + ] + }, + { + "Level": 48, + "StageID": 200021073, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010, + 8011010 + ] + ] + }, + { + "Level": 56, + "StageID": 200021074, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010, + 8011010 + ] + ] + }, + { + "Level": 66, + "StageID": 200021075, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010, + 8011010 + ] + ] + }, + { + "Level": 73, + "StageID": 200021076, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010, + 8011010 + ] + ] + }, + { + "Level": 8, + "StageID": 200021080, + "MonsterList": [ + [ + 8011020, + 8012020, + 8011020 + ] + ] + }, + { + "Level": 29, + "StageID": 200021081, + "MonsterList": [ + [ + 8011020, + 8012020, + 8011020 + ] + ] + }, + { + "Level": 39, + "StageID": 200021082, + "MonsterList": [ + [ + 8011020, + 8012020, + 8011020 + ] + ] + }, + { + "Level": 48, + "StageID": 200021083, + "MonsterList": [ + [ + 8011020, + 8012020, + 8011020 + ] + ] + }, + { + "Level": 56, + "StageID": 200021084, + "MonsterList": [ + [ + 8011020, + 8012020, + 8011020 + ] + ] + }, + { + "Level": 66, + "StageID": 200021085, + "MonsterList": [ + [ + 8011020, + 8012020, + 8011020 + ] + ] + }, + { + "Level": 73, + "StageID": 200021086, + "MonsterList": [ + [ + 8011020, + 8012020, + 8011020 + ] + ] + }, + { + "Level": 8, + "StageID": 200021090, + "MonsterList": [ + [ + 8012010, + 8012020, + 8002040, + 8012020 + ] + ] + }, + { + "Level": 29, + "StageID": 200021091, + "MonsterList": [ + [ + 8012010, + 8012020, + 8002040, + 8012020 + ] + ] + }, + { + "Level": 39, + "StageID": 200021092, + "MonsterList": [ + [ + 8012010, + 8012020, + 8002040, + 8012020 + ] + ] + }, + { + "Level": 48, + "StageID": 200021093, + "MonsterList": [ + [ + 8012010, + 8012020, + 8002040, + 8012020 + ] + ] + }, + { + "Level": 56, + "StageID": 200021094, + "MonsterList": [ + [ + 8012010, + 8012020, + 8002040, + 8012020 + ] + ] + }, + { + "Level": 66, + "StageID": 200021095, + "MonsterList": [ + [ + 8012010, + 8012020, + 8002040, + 8012020 + ] + ] + }, + { + "Level": 73, + "StageID": 200021096, + "MonsterList": [ + [ + 8012010, + 8012020, + 8002040, + 8012020 + ] + ] + }, + { + "Level": 8, + "StageID": 200021120, + "MonsterList": [ + [ + 8012030, + 8012020, + 8012030 + ] + ] + }, + { + "Level": 29, + "StageID": 200021121, + "MonsterList": [ + [ + 8012030, + 8012020, + 8012030 + ] + ] + }, + { + "Level": 39, + "StageID": 200021122, + "MonsterList": [ + [ + 8012030, + 8012020, + 8012030 + ] + ] + }, + { + "Level": 48, + "StageID": 200021123, + "MonsterList": [ + [ + 8012030, + 8012020, + 8012030 + ] + ] + }, + { + "Level": 56, + "StageID": 200021124, + "MonsterList": [ + [ + 8012030, + 8012020, + 8012030 + ] + ] + }, + { + "Level": 66, + "StageID": 200021125, + "MonsterList": [ + [ + 8012030, + 8012020, + 8012030 + ] + ] + }, + { + "Level": 73, + "StageID": 200021126, + "MonsterList": [ + [ + 8012030, + 8012020, + 8012030 + ] + ] + }, + { + "Level": 8, + "StageID": 200021310, + "MonsterList": [ + [ + 8011020, + 8012020, + 8011020 + ] + ] + }, + { + "Level": 29, + "StageID": 200021311, + "MonsterList": [ + [ + 8011020, + 8012020, + 8011020 + ] + ] + }, + { + "Level": 39, + "StageID": 200021312, + "MonsterList": [ + [ + 8011020, + 8012020, + 8011020 + ] + ] + }, + { + "Level": 48, + "StageID": 200021313, + "MonsterList": [ + [ + 8011020, + 8012020, + 8011020 + ] + ] + }, + { + "Level": 56, + "StageID": 200021314, + "MonsterList": [ + [ + 8011020, + 8012020, + 8011020 + ] + ] + }, + { + "Level": 66, + "StageID": 200021315, + "MonsterList": [ + [ + 8011020, + 8012020, + 8011020 + ] + ] + }, + { + "Level": 73, + "StageID": 200021316, + "MonsterList": [ + [ + 8011020, + 8012020, + 8011020 + ] + ] + }, + { + "Level": 8, + "StageID": 200021320, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 29, + "StageID": 200021321, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 39, + "StageID": 200021322, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 48, + "StageID": 200021323, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 56, + "StageID": 200021324, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 66, + "StageID": 200021325, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 73, + "StageID": 200021326, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 16, + "StageID": 200022310, + "MonsterList": [ + [ + 8012020, + 8012010, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 35, + "StageID": 200022311, + "MonsterList": [ + [ + 8012020, + 8012010, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 44, + "StageID": 200022312, + "MonsterList": [ + [ + 8012020, + 8012010, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 53, + "StageID": 200022313, + "MonsterList": [ + [ + 8012020, + 8012010, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 62, + "StageID": 200022314, + "MonsterList": [ + [ + 8012020, + 8012010, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 71, + "StageID": 200022315, + "MonsterList": [ + [ + 8012020, + 8012010, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 77, + "StageID": 200022316, + "MonsterList": [ + [ + 8012020, + 8012010, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 16, + "StageID": 200022320, + "MonsterList": [ + [ + 8012010, + 8012030, + 8013010, + 8012010, + 8012030 + ] + ] + }, + { + "Level": 35, + "StageID": 200022321, + "MonsterList": [ + [ + 8012010, + 8012030, + 8013010, + 8012010, + 8012030 + ] + ] + }, + { + "Level": 44, + "StageID": 200022322, + "MonsterList": [ + [ + 8012010, + 8012030, + 8013010, + 8012010, + 8012030 + ] + ] + }, + { + "Level": 53, + "StageID": 200022323, + "MonsterList": [ + [ + 8012010, + 8012030, + 8013010, + 8012010, + 8012030 + ] + ] + }, + { + "Level": 62, + "StageID": 200022324, + "MonsterList": [ + [ + 8012010, + 8012030, + 8013010, + 8012010, + 8012030 + ] + ] + }, + { + "Level": 71, + "StageID": 200022325, + "MonsterList": [ + [ + 8012010, + 8012030, + 8013010, + 8012010, + 8012030 + ] + ] + }, + { + "Level": 77, + "StageID": 200022326, + "MonsterList": [ + [ + 8012010, + 8012030, + 8013010, + 8012010, + 8012030 + ] + ] + }, + { + "Level": 16, + "StageID": 200022330, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012020, + 8012010, + 8012010 + ] + ] + }, + { + "Level": 35, + "StageID": 200022331, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012020, + 8012010, + 8012010 + ] + ] + }, + { + "Level": 44, + "StageID": 200022332, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012020, + 8012010, + 8012010 + ] + ] + }, + { + "Level": 53, + "StageID": 200022333, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012020, + 8012010, + 8012010 + ] + ] + }, + { + "Level": 62, + "StageID": 200022334, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012020, + 8012010, + 8012010 + ] + ] + }, + { + "Level": 71, + "StageID": 200022335, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012020, + 8012010, + 8012010 + ] + ] + }, + { + "Level": 77, + "StageID": 200022336, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012020, + 8012010, + 8012010 + ] + ] + }, + { + "Level": 5, + "StageID": 200030010, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 29, + "StageID": 200030011, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 39, + "StageID": 200030012, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 48, + "StageID": 200030013, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 56, + "StageID": 200030014, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 66, + "StageID": 200030015, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 73, + "StageID": 200030016, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 5, + "StageID": 200030030, + "MonsterList": [ + [ + 8011020, + 8012020, + 8012030, + 8011020 + ] + ] + }, + { + "Level": 29, + "StageID": 200030031, + "MonsterList": [ + [ + 8011020, + 8012020, + 8012030, + 8011020 + ] + ] + }, + { + "Level": 39, + "StageID": 200030032, + "MonsterList": [ + [ + 8011020, + 8012020, + 8012030, + 8011020 + ] + ] + }, + { + "Level": 48, + "StageID": 200030033, + "MonsterList": [ + [ + 8011020, + 8012020, + 8012030, + 8011020 + ] + ] + }, + { + "Level": 56, + "StageID": 200030034, + "MonsterList": [ + [ + 8011020, + 8012020, + 8012030, + 8011020 + ] + ] + }, + { + "Level": 66, + "StageID": 200030035, + "MonsterList": [ + [ + 8011020, + 8012020, + 8012030, + 8011020 + ] + ] + }, + { + "Level": 73, + "StageID": 200030036, + "MonsterList": [ + [ + 8011020, + 8012020, + 8012030, + 8011020 + ] + ] + }, + { + "Level": 5, + "StageID": 200030040, + "MonsterList": [ + [ + 8011020, + 8011010, + 8011020, + 8011010 + ] + ] + }, + { + "Level": 29, + "StageID": 200030041, + "MonsterList": [ + [ + 8011020, + 8011010, + 8011020, + 8011010 + ] + ] + }, + { + "Level": 39, + "StageID": 200030042, + "MonsterList": [ + [ + 8011020, + 8011010, + 8011020, + 8011010 + ] + ] + }, + { + "Level": 48, + "StageID": 200030043, + "MonsterList": [ + [ + 8011020, + 8011010, + 8011020, + 8011010 + ] + ] + }, + { + "Level": 56, + "StageID": 200030044, + "MonsterList": [ + [ + 8011020, + 8011010, + 8011020, + 8011010 + ] + ] + }, + { + "Level": 66, + "StageID": 200030045, + "MonsterList": [ + [ + 8011020, + 8011010, + 8011020, + 8011010 + ] + ] + }, + { + "Level": 73, + "StageID": 200030046, + "MonsterList": [ + [ + 8011020, + 8011010, + 8011020, + 8011010 + ] + ] + }, + { + "Level": 6, + "StageID": 200030060, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012030, + 8011020, + 8011020 + ] + ] + }, + { + "Level": 29, + "StageID": 200030061, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012030, + 8011020, + 8011020 + ] + ] + }, + { + "Level": 39, + "StageID": 200030062, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012030, + 8011020, + 8011020 + ] + ] + }, + { + "Level": 48, + "StageID": 200030063, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012030, + 8011020, + 8011020 + ] + ] + }, + { + "Level": 56, + "StageID": 200030064, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012030, + 8011020, + 8011020 + ] + ] + }, + { + "Level": 66, + "StageID": 200030065, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012030, + 8011020, + 8011020 + ] + ] + }, + { + "Level": 73, + "StageID": 200030066, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012030, + 8011020, + 8011020 + ] + ] + }, + { + "Level": 6, + "StageID": 200030070, + "MonsterList": [ + [ + 8012030, + 8012010, + 8012010, + 8012030 + ] + ] + }, + { + "Level": 29, + "StageID": 200030071, + "MonsterList": [ + [ + 8012030, + 8012010, + 8012010, + 8012030 + ] + ] + }, + { + "Level": 39, + "StageID": 200030072, + "MonsterList": [ + [ + 8012030, + 8012010, + 8012010, + 8012030 + ] + ] + }, + { + "Level": 48, + "StageID": 200030073, + "MonsterList": [ + [ + 8012030, + 8012010, + 8012010, + 8012030 + ] + ] + }, + { + "Level": 56, + "StageID": 200030074, + "MonsterList": [ + [ + 8012030, + 8012010, + 8012010, + 8012030 + ] + ] + }, + { + "Level": 66, + "StageID": 200030075, + "MonsterList": [ + [ + 8012030, + 8012010, + 8012010, + 8012030 + ] + ] + }, + { + "Level": 73, + "StageID": 200030076, + "MonsterList": [ + [ + 8012030, + 8012010, + 8012010, + 8012030 + ] + ] + }, + { + "Level": 6, + "StageID": 200030080, + "MonsterList": [ + [ + 8011010, + 8012020, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 29, + "StageID": 200030081, + "MonsterList": [ + [ + 8011010, + 8012020, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 39, + "StageID": 200030082, + "MonsterList": [ + [ + 8011010, + 8012020, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 48, + "StageID": 200030083, + "MonsterList": [ + [ + 8011010, + 8012020, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 56, + "StageID": 200030084, + "MonsterList": [ + [ + 8011010, + 8012020, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 66, + "StageID": 200030085, + "MonsterList": [ + [ + 8011010, + 8012020, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 73, + "StageID": 200030086, + "MonsterList": [ + [ + 8011010, + 8012020, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 7, + "StageID": 200030110, + "MonsterList": [ + [ + 8015011 + ] + ] + }, + { + "Level": 30, + "StageID": 200030111, + "MonsterList": [ + [ + 8015011 + ] + ] + }, + { + "Level": 40, + "StageID": 200030112, + "MonsterList": [ + [ + 8015011 + ] + ] + }, + { + "Level": 48, + "StageID": 200030113, + "MonsterList": [ + [ + 8015011 + ] + ] + }, + { + "Level": 56, + "StageID": 200030114, + "MonsterList": [ + [ + 8015011 + ] + ] + }, + { + "Level": 66, + "StageID": 200030115, + "MonsterList": [ + [ + 8015011 + ] + ] + }, + { + "Level": 75, + "StageID": 200030116, + "MonsterList": [ + [ + 8015011 + ] + ] + }, + { + "Level": 8, + "StageID": 200031010, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 29, + "StageID": 200031011, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 39, + "StageID": 200031012, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 48, + "StageID": 200031013, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 56, + "StageID": 200031014, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 66, + "StageID": 200031015, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 73, + "StageID": 200031016, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 8, + "StageID": 200031030, + "MonsterList": [ + [ + 8011020, + 8012020, + 8012030, + 8011020 + ] + ] + }, + { + "Level": 29, + "StageID": 200031031, + "MonsterList": [ + [ + 8011020, + 8012020, + 8012030, + 8011020 + ] + ] + }, + { + "Level": 39, + "StageID": 200031032, + "MonsterList": [ + [ + 8011020, + 8012020, + 8012030, + 8011020 + ] + ] + }, + { + "Level": 48, + "StageID": 200031033, + "MonsterList": [ + [ + 8011020, + 8012020, + 8012030, + 8011020 + ] + ] + }, + { + "Level": 56, + "StageID": 200031034, + "MonsterList": [ + [ + 8011020, + 8012020, + 8012030, + 8011020 + ] + ] + }, + { + "Level": 66, + "StageID": 200031035, + "MonsterList": [ + [ + 8011020, + 8012020, + 8012030, + 8011020 + ] + ] + }, + { + "Level": 73, + "StageID": 200031036, + "MonsterList": [ + [ + 8011020, + 8012020, + 8012030, + 8011020 + ] + ] + }, + { + "Level": 8, + "StageID": 200031040, + "MonsterList": [ + [ + 8011020, + 8011010, + 8011020, + 8011010 + ] + ] + }, + { + "Level": 29, + "StageID": 200031041, + "MonsterList": [ + [ + 8011020, + 8011010, + 8011020, + 8011010 + ] + ] + }, + { + "Level": 39, + "StageID": 200031042, + "MonsterList": [ + [ + 8011020, + 8011010, + 8011020, + 8011010 + ] + ] + }, + { + "Level": 48, + "StageID": 200031043, + "MonsterList": [ + [ + 8011020, + 8011010, + 8011020, + 8011010 + ] + ] + }, + { + "Level": 56, + "StageID": 200031044, + "MonsterList": [ + [ + 8011020, + 8011010, + 8011020, + 8011010 + ] + ] + }, + { + "Level": 66, + "StageID": 200031045, + "MonsterList": [ + [ + 8011020, + 8011010, + 8011020, + 8011010 + ] + ] + }, + { + "Level": 73, + "StageID": 200031046, + "MonsterList": [ + [ + 8011020, + 8011010, + 8011020, + 8011010 + ] + ] + }, + { + "Level": 8, + "StageID": 200031060, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012030, + 8011020, + 8011020 + ] + ] + }, + { + "Level": 29, + "StageID": 200031061, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012030, + 8011020, + 8011020 + ] + ] + }, + { + "Level": 39, + "StageID": 200031062, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012030, + 8011020, + 8011020 + ] + ] + }, + { + "Level": 48, + "StageID": 200031063, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012030, + 8011020, + 8011020 + ] + ] + }, + { + "Level": 56, + "StageID": 200031064, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012030, + 8011020, + 8011020 + ] + ] + }, + { + "Level": 66, + "StageID": 200031065, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012030, + 8011020, + 8011020 + ] + ] + }, + { + "Level": 73, + "StageID": 200031066, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012030, + 8011020, + 8011020 + ] + ] + }, + { + "Level": 8, + "StageID": 200031090, + "MonsterList": [ + [ + 8012030, + 8012010, + 8002040, + 8012010 + ] + ] + }, + { + "Level": 30, + "StageID": 200031091, + "MonsterList": [ + [ + 8012030, + 8012010, + 8002040, + 8012010 + ] + ] + }, + { + "Level": 40, + "StageID": 200031092, + "MonsterList": [ + [ + 8012030, + 8012010, + 8002040, + 8012010 + ] + ] + }, + { + "Level": 48, + "StageID": 200031093, + "MonsterList": [ + [ + 8012030, + 8012010, + 8002040, + 8012010 + ] + ] + }, + { + "Level": 56, + "StageID": 200031094, + "MonsterList": [ + [ + 8012030, + 8012010, + 8002040, + 8012010 + ] + ] + }, + { + "Level": 66, + "StageID": 200031095, + "MonsterList": [ + [ + 8012030, + 8012010, + 8002040, + 8012010 + ] + ] + }, + { + "Level": 75, + "StageID": 200031096, + "MonsterList": [ + [ + 8012030, + 8012010, + 8002040, + 8012010 + ] + ] + }, + { + "Level": 8, + "StageID": 200031120, + "MonsterList": [ + [ + 8012030, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 29, + "StageID": 200031121, + "MonsterList": [ + [ + 8012030, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 39, + "StageID": 200031122, + "MonsterList": [ + [ + 8012030, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 48, + "StageID": 200031123, + "MonsterList": [ + [ + 8012030, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 56, + "StageID": 200031124, + "MonsterList": [ + [ + 8012030, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 66, + "StageID": 200031125, + "MonsterList": [ + [ + 8012030, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 73, + "StageID": 200031126, + "MonsterList": [ + [ + 8012030, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 8, + "StageID": 200031130, + "MonsterList": [ + [ + 8012020, + 8012010, + 8012010 + ] + ] + }, + { + "Level": 29, + "StageID": 200031131, + "MonsterList": [ + [ + 8012020, + 8012010, + 8012010 + ] + ] + }, + { + "Level": 39, + "StageID": 200031132, + "MonsterList": [ + [ + 8012020, + 8012010, + 8012010 + ] + ] + }, + { + "Level": 48, + "StageID": 200031133, + "MonsterList": [ + [ + 8012020, + 8012010, + 8012010 + ] + ] + }, + { + "Level": 56, + "StageID": 200031134, + "MonsterList": [ + [ + 8012020, + 8012010, + 8012010 + ] + ] + }, + { + "Level": 66, + "StageID": 200031135, + "MonsterList": [ + [ + 8012020, + 8012010, + 8012010 + ] + ] + }, + { + "Level": 73, + "StageID": 200031136, + "MonsterList": [ + [ + 8012020, + 8012010, + 8012010 + ] + ] + }, + { + "Level": 9, + "StageID": 200032010, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 30, + "StageID": 200032011, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 40, + "StageID": 200032012, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 48, + "StageID": 200032013, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 56, + "StageID": 200032014, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 66, + "StageID": 200032015, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 75, + "StageID": 200032016, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 24, + "StageID": 200032040, + "MonsterList": [ + [ + 8012010, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 32, + "StageID": 200032041, + "MonsterList": [ + [ + 8012010, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 40, + "StageID": 200032042, + "MonsterList": [ + [ + 8012010, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 48, + "StageID": 200032043, + "MonsterList": [ + [ + 8012010, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 56, + "StageID": 200032044, + "MonsterList": [ + [ + 8012010, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 66, + "StageID": 200032045, + "MonsterList": [ + [ + 8012010, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 76, + "StageID": 200032046, + "MonsterList": [ + [ + 8012010, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 24, + "StageID": 200032070, + "MonsterList": [ + [ + 8012030, + 8012020, + 8012030 + ] + ] + }, + { + "Level": 32, + "StageID": 200032071, + "MonsterList": [ + [ + 8012030, + 8012020, + 8012030 + ] + ] + }, + { + "Level": 40, + "StageID": 200032072, + "MonsterList": [ + [ + 8012030, + 8012020, + 8012030 + ] + ] + }, + { + "Level": 48, + "StageID": 200032073, + "MonsterList": [ + [ + 8012030, + 8012020, + 8012030 + ] + ] + }, + { + "Level": 56, + "StageID": 200032074, + "MonsterList": [ + [ + 8012030, + 8012020, + 8012030 + ] + ] + }, + { + "Level": 66, + "StageID": 200032075, + "MonsterList": [ + [ + 8012030, + 8012020, + 8012030 + ] + ] + }, + { + "Level": 76, + "StageID": 200032076, + "MonsterList": [ + [ + 8012030, + 8012020, + 8012030 + ] + ] + }, + { + "Level": 24, + "StageID": 200032080, + "MonsterList": [ + [ + 8003010 + ] + ] + }, + { + "Level": 32, + "StageID": 200032081, + "MonsterList": [ + [ + 8003010 + ] + ] + }, + { + "Level": 40, + "StageID": 200032082, + "MonsterList": [ + [ + 8003010 + ] + ] + }, + { + "Level": 48, + "StageID": 200032083, + "MonsterList": [ + [ + 8003010 + ] + ] + }, + { + "Level": 56, + "StageID": 200032084, + "MonsterList": [ + [ + 8003010 + ] + ] + }, + { + "Level": 66, + "StageID": 200032085, + "MonsterList": [ + [ + 8003010 + ] + ] + }, + { + "Level": 76, + "StageID": 200032086, + "MonsterList": [ + [ + 8003010 + ] + ] + }, + { + "Level": 24, + "StageID": 200032090, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010, + 8012020 + ] + ] + }, + { + "Level": 32, + "StageID": 200032091, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010, + 8012020 + ] + ] + }, + { + "Level": 40, + "StageID": 200032092, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010, + 8012020 + ] + ] + }, + { + "Level": 48, + "StageID": 200032093, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010, + 8012020 + ] + ] + }, + { + "Level": 56, + "StageID": 200032094, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010, + 8012020 + ] + ] + }, + { + "Level": 66, + "StageID": 200032095, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010, + 8012020 + ] + ] + }, + { + "Level": 76, + "StageID": 200032096, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010, + 8012020 + ] + ] + }, + { + "Level": 24, + "StageID": 200032100, + "MonsterList": [ + [ + 8003010 + ] + ] + }, + { + "Level": 32, + "StageID": 200032101, + "MonsterList": [ + [ + 8003010 + ] + ] + }, + { + "Level": 40, + "StageID": 200032102, + "MonsterList": [ + [ + 8003010 + ] + ] + }, + { + "Level": 48, + "StageID": 200032103, + "MonsterList": [ + [ + 8003010 + ] + ] + }, + { + "Level": 56, + "StageID": 200032104, + "MonsterList": [ + [ + 8003010 + ] + ] + }, + { + "Level": 66, + "StageID": 200032105, + "MonsterList": [ + [ + 8003010 + ] + ] + }, + { + "Level": 76, + "StageID": 200032106, + "MonsterList": [ + [ + 8003010 + ] + ] + }, + { + "Level": 24, + "StageID": 200032110, + "MonsterList": [ + [ + 8003010 + ] + ] + }, + { + "Level": 32, + "StageID": 200032111, + "MonsterList": [ + [ + 8003010 + ] + ] + }, + { + "Level": 40, + "StageID": 200032112, + "MonsterList": [ + [ + 8003010 + ] + ] + }, + { + "Level": 48, + "StageID": 200032113, + "MonsterList": [ + [ + 8003010 + ] + ] + }, + { + "Level": 56, + "StageID": 200032114, + "MonsterList": [ + [ + 8003010 + ] + ] + }, + { + "Level": 66, + "StageID": 200032115, + "MonsterList": [ + [ + 8003010 + ] + ] + }, + { + "Level": 76, + "StageID": 200032116, + "MonsterList": [ + [ + 8003010 + ] + ] + }, + { + "Level": 15, + "StageID": 200032140, + "MonsterList": [ + [ + 8001020, + 8002010, + 8002010, + 8001010 + ] + ] + }, + { + "Level": 30, + "StageID": 200032141, + "MonsterList": [ + [ + 8001020, + 8002010, + 8002010, + 8001010 + ] + ] + }, + { + "Level": 40, + "StageID": 200032142, + "MonsterList": [ + [ + 8001020, + 8002010, + 8002010, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 200032143, + "MonsterList": [ + [ + 8001020, + 8002010, + 8002010, + 8001010 + ] + ] + }, + { + "Level": 56, + "StageID": 200032144, + "MonsterList": [ + [ + 8001020, + 8002010, + 8002010, + 8001010 + ] + ] + }, + { + "Level": 66, + "StageID": 200032145, + "MonsterList": [ + [ + 8001020, + 8002010, + 8002010, + 8001010 + ] + ] + }, + { + "Level": 75, + "StageID": 200032146, + "MonsterList": [ + [ + 8001020, + 8002010, + 8002010, + 8001010 + ] + ] + }, + { + "Level": 16, + "StageID": 200032150, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 31, + "StageID": 200032151, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 40, + "StageID": 200032152, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 200032153, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 56, + "StageID": 200032154, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 66, + "StageID": 200032155, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 75, + "StageID": 200032156, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 24, + "StageID": 200032170, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011020 + ] + ] + }, + { + "Level": 32, + "StageID": 200032171, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011020 + ] + ] + }, + { + "Level": 40, + "StageID": 200032172, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011020 + ] + ] + }, + { + "Level": 48, + "StageID": 200032173, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011020 + ] + ] + }, + { + "Level": 56, + "StageID": 200032174, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011020 + ] + ] + }, + { + "Level": 66, + "StageID": 200032175, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011020 + ] + ] + }, + { + "Level": 76, + "StageID": 200032176, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011020 + ] + ] + }, + { + "Level": 24, + "StageID": 200032180, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 32, + "StageID": 200032181, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 40, + "StageID": 200032182, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 48, + "StageID": 200032183, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 56, + "StageID": 200032184, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 66, + "StageID": 200032185, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 76, + "StageID": 200032186, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 24, + "StageID": 200032190, + "MonsterList": [ + [ + 8012030, + 8013010, + 8012030 + ] + ] + }, + { + "Level": 32, + "StageID": 200032191, + "MonsterList": [ + [ + 8012030, + 8013010, + 8012030 + ] + ] + }, + { + "Level": 40, + "StageID": 200032192, + "MonsterList": [ + [ + 8012030, + 8013010, + 8012030 + ] + ] + }, + { + "Level": 48, + "StageID": 200032193, + "MonsterList": [ + [ + 8012030, + 8013010, + 8012030 + ] + ] + }, + { + "Level": 56, + "StageID": 200032194, + "MonsterList": [ + [ + 8012030, + 8013010, + 8012030 + ] + ] + }, + { + "Level": 66, + "StageID": 200032195, + "MonsterList": [ + [ + 8012030, + 8013010, + 8012030 + ] + ] + }, + { + "Level": 76, + "StageID": 200032196, + "MonsterList": [ + [ + 8012030, + 8013010, + 8012030 + ] + ] + }, + { + "Level": 18, + "StageID": 200032210, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011020 + ] + ] + }, + { + "Level": 32, + "StageID": 200032211, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011020 + ] + ] + }, + { + "Level": 40, + "StageID": 200032212, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011020 + ] + ] + }, + { + "Level": 48, + "StageID": 200032213, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011020 + ] + ] + }, + { + "Level": 56, + "StageID": 200032214, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011020 + ] + ] + }, + { + "Level": 66, + "StageID": 200032215, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011020 + ] + ] + }, + { + "Level": 78, + "StageID": 200032216, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011020 + ] + ] + }, + { + "Level": 18, + "StageID": 200032220, + "MonsterList": [ + [ + 8011010, + 8012020, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 32, + "StageID": 200032221, + "MonsterList": [ + [ + 8011010, + 8012020, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 40, + "StageID": 200032222, + "MonsterList": [ + [ + 8011010, + 8012020, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 48, + "StageID": 200032223, + "MonsterList": [ + [ + 8011010, + 8012020, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 56, + "StageID": 200032224, + "MonsterList": [ + [ + 8011010, + 8012020, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 66, + "StageID": 200032225, + "MonsterList": [ + [ + 8011010, + 8012020, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 78, + "StageID": 200032226, + "MonsterList": [ + [ + 8011010, + 8012020, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 18, + "StageID": 200032230, + "MonsterList": [ + [ + 8011020, + 8012030, + 8012030, + 8011020 + ] + ] + }, + { + "Level": 32, + "StageID": 200032231, + "MonsterList": [ + [ + 8011020, + 8012030, + 8012030, + 8011020 + ] + ] + }, + { + "Level": 40, + "StageID": 200032232, + "MonsterList": [ + [ + 8011020, + 8012030, + 8012030, + 8011020 + ] + ] + }, + { + "Level": 48, + "StageID": 200032233, + "MonsterList": [ + [ + 8011020, + 8012030, + 8012030, + 8011020 + ] + ] + }, + { + "Level": 56, + "StageID": 200032234, + "MonsterList": [ + [ + 8011020, + 8012030, + 8012030, + 8011020 + ] + ] + }, + { + "Level": 66, + "StageID": 200032235, + "MonsterList": [ + [ + 8011020, + 8012030, + 8012030, + 8011020 + ] + ] + }, + { + "Level": 78, + "StageID": 200032236, + "MonsterList": [ + [ + 8011020, + 8012030, + 8012030, + 8011020 + ] + ] + }, + { + "Level": 24, + "StageID": 200032250, + "MonsterList": [ + [ + 8011020, + 8012010, + 8012010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 32, + "StageID": 200032251, + "MonsterList": [ + [ + 8011020, + 8012010, + 8012010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 40, + "StageID": 200032252, + "MonsterList": [ + [ + 8011020, + 8012010, + 8012010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 48, + "StageID": 200032253, + "MonsterList": [ + [ + 8011020, + 8012010, + 8012010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 56, + "StageID": 200032254, + "MonsterList": [ + [ + 8011020, + 8012010, + 8012010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 66, + "StageID": 200032255, + "MonsterList": [ + [ + 8011020, + 8012010, + 8012010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 77, + "StageID": 200032256, + "MonsterList": [ + [ + 8011020, + 8012010, + 8012010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 24, + "StageID": 200032260, + "MonsterList": [ + [ + 8011020, + 8012010, + 8012030, + 8011020 + ] + ] + }, + { + "Level": 32, + "StageID": 200032261, + "MonsterList": [ + [ + 8011020, + 8012010, + 8012030, + 8011020 + ] + ] + }, + { + "Level": 40, + "StageID": 200032262, + "MonsterList": [ + [ + 8011020, + 8012010, + 8012030, + 8011020 + ] + ] + }, + { + "Level": 48, + "StageID": 200032263, + "MonsterList": [ + [ + 8011020, + 8012010, + 8012030, + 8011020 + ] + ] + }, + { + "Level": 56, + "StageID": 200032264, + "MonsterList": [ + [ + 8011020, + 8012010, + 8012030, + 8011020 + ] + ] + }, + { + "Level": 66, + "StageID": 200032265, + "MonsterList": [ + [ + 8011020, + 8012010, + 8012030, + 8011020 + ] + ] + }, + { + "Level": 77, + "StageID": 200032266, + "MonsterList": [ + [ + 8011020, + 8012010, + 8012030, + 8011020 + ] + ] + }, + { + "Level": 11, + "StageID": 200032310, + "MonsterList": [ + [ + 8012010, + 8013010, + 8011010, + 8012010 + ] + ] + }, + { + "Level": 35, + "StageID": 200032311, + "MonsterList": [ + [ + 8012010, + 8013010, + 8011010, + 8012010 + ] + ] + }, + { + "Level": 44, + "StageID": 200032312, + "MonsterList": [ + [ + 8012010, + 8013010, + 8011010, + 8012010 + ] + ] + }, + { + "Level": 53, + "StageID": 200032313, + "MonsterList": [ + [ + 8012010, + 8013010, + 8011010, + 8012010 + ] + ] + }, + { + "Level": 62, + "StageID": 200032314, + "MonsterList": [ + [ + 8012010, + 8013010, + 8011010, + 8012010 + ] + ] + }, + { + "Level": 71, + "StageID": 200032315, + "MonsterList": [ + [ + 8012010, + 8013010, + 8011010, + 8012010 + ] + ] + }, + { + "Level": 77, + "StageID": 200032316, + "MonsterList": [ + [ + 8012010, + 8013010, + 8011010, + 8012010 + ] + ] + }, + { + "Level": 24, + "StageID": 200040010, + "MonsterList": [ + [ + 8022030, + 8022010 + ] + ] + }, + { + "Level": 32, + "StageID": 200040011, + "MonsterList": [ + [ + 8022030, + 8022010 + ] + ] + }, + { + "Level": 40, + "StageID": 200040012, + "MonsterList": [ + [ + 8022030, + 8022010 + ] + ] + }, + { + "Level": 48, + "StageID": 200040013, + "MonsterList": [ + [ + 8022030, + 8022010 + ] + ] + }, + { + "Level": 56, + "StageID": 200040014, + "MonsterList": [ + [ + 8022030, + 8022010 + ] + ] + }, + { + "Level": 66, + "StageID": 200040015, + "MonsterList": [ + [ + 8022030, + 8022010 + ] + ] + }, + { + "Level": 81, + "StageID": 200040016, + "MonsterList": [ + [ + 8022030, + 8022010 + ] + ] + }, + { + "Level": 24, + "StageID": 200040020, + "MonsterList": [ + [ + 8022010, + 8022020, + 8022010 + ] + ] + }, + { + "Level": 32, + "StageID": 200040021, + "MonsterList": [ + [ + 8022010, + 8022020, + 8022010 + ] + ] + }, + { + "Level": 40, + "StageID": 200040022, + "MonsterList": [ + [ + 8022010, + 8022020, + 8022010 + ] + ] + }, + { + "Level": 48, + "StageID": 200040023, + "MonsterList": [ + [ + 8022010, + 8022020, + 8022010 + ] + ] + }, + { + "Level": 56, + "StageID": 200040024, + "MonsterList": [ + [ + 8022010, + 8022020, + 8022010 + ] + ] + }, + { + "Level": 66, + "StageID": 200040025, + "MonsterList": [ + [ + 8022010, + 8022020, + 8022010 + ] + ] + }, + { + "Level": 81, + "StageID": 200040026, + "MonsterList": [ + [ + 8022010, + 8022020, + 8022010 + ] + ] + }, + { + "Level": 24, + "StageID": 200040030, + "MonsterList": [ + [ + 8022010, + 8022010, + 8022030 + ] + ] + }, + { + "Level": 32, + "StageID": 200040031, + "MonsterList": [ + [ + 8022010, + 8022010, + 8022030 + ] + ] + }, + { + "Level": 40, + "StageID": 200040032, + "MonsterList": [ + [ + 8022010, + 8022010, + 8022030 + ] + ] + }, + { + "Level": 48, + "StageID": 200040033, + "MonsterList": [ + [ + 8022010, + 8022010, + 8022030 + ] + ] + }, + { + "Level": 56, + "StageID": 200040034, + "MonsterList": [ + [ + 8022010, + 8022010, + 8022030 + ] + ] + }, + { + "Level": 66, + "StageID": 200040035, + "MonsterList": [ + [ + 8022010, + 8022010, + 8022030 + ] + ] + }, + { + "Level": 81, + "StageID": 200040036, + "MonsterList": [ + [ + 8022010, + 8022010, + 8022030 + ] + ] + }, + { + "Level": 24, + "StageID": 200040060, + "MonsterList": [ + [ + 8022030, + 8022010 + ] + ] + }, + { + "Level": 32, + "StageID": 200040061, + "MonsterList": [ + [ + 8022030, + 8022010 + ] + ] + }, + { + "Level": 40, + "StageID": 200040062, + "MonsterList": [ + [ + 8022030, + 8022010 + ] + ] + }, + { + "Level": 48, + "StageID": 200040063, + "MonsterList": [ + [ + 8022030, + 8022010 + ] + ] + }, + { + "Level": 56, + "StageID": 200040064, + "MonsterList": [ + [ + 8022030, + 8022010 + ] + ] + }, + { + "Level": 66, + "StageID": 200040065, + "MonsterList": [ + [ + 8022030, + 8022010 + ] + ] + }, + { + "Level": 81, + "StageID": 200040066, + "MonsterList": [ + [ + 8022030, + 8022010 + ] + ] + }, + { + "Level": 24, + "StageID": 200040070, + "MonsterList": [ + [ + 8022010, + 8022030, + 8022010 + ] + ] + }, + { + "Level": 32, + "StageID": 200040071, + "MonsterList": [ + [ + 8022010, + 8022030, + 8022010 + ] + ] + }, + { + "Level": 40, + "StageID": 200040072, + "MonsterList": [ + [ + 8022010, + 8022030, + 8022010 + ] + ] + }, + { + "Level": 48, + "StageID": 200040073, + "MonsterList": [ + [ + 8022010, + 8022030, + 8022010 + ] + ] + }, + { + "Level": 56, + "StageID": 200040074, + "MonsterList": [ + [ + 8022010, + 8022030, + 8022010 + ] + ] + }, + { + "Level": 66, + "StageID": 200040075, + "MonsterList": [ + [ + 8022010, + 8022030, + 8022010 + ] + ] + }, + { + "Level": 81, + "StageID": 200040076, + "MonsterList": [ + [ + 8022010, + 8022030, + 8022010 + ] + ] + }, + { + "Level": 24, + "StageID": 200040080, + "MonsterList": [ + [ + 8022010, + 8022020 + ] + ] + }, + { + "Level": 32, + "StageID": 200040081, + "MonsterList": [ + [ + 8022010, + 8022020 + ] + ] + }, + { + "Level": 40, + "StageID": 200040082, + "MonsterList": [ + [ + 8022010, + 8022020 + ] + ] + }, + { + "Level": 48, + "StageID": 200040083, + "MonsterList": [ + [ + 8022010, + 8022020 + ] + ] + }, + { + "Level": 56, + "StageID": 200040084, + "MonsterList": [ + [ + 8022010, + 8022020 + ] + ] + }, + { + "Level": 66, + "StageID": 200040085, + "MonsterList": [ + [ + 8022010, + 8022020 + ] + ] + }, + { + "Level": 81, + "StageID": 200040086, + "MonsterList": [ + [ + 8022010, + 8022020 + ] + ] + }, + { + "Level": 24, + "StageID": 200040090, + "MonsterList": [ + [ + 8022010, + 8022010 + ] + ] + }, + { + "Level": 32, + "StageID": 200040091, + "MonsterList": [ + [ + 8022010, + 8022010 + ] + ] + }, + { + "Level": 40, + "StageID": 200040092, + "MonsterList": [ + [ + 8022010, + 8022010 + ] + ] + }, + { + "Level": 48, + "StageID": 200040093, + "MonsterList": [ + [ + 8022010, + 8022010 + ] + ] + }, + { + "Level": 56, + "StageID": 200040094, + "MonsterList": [ + [ + 8022010, + 8022010 + ] + ] + }, + { + "Level": 66, + "StageID": 200040095, + "MonsterList": [ + [ + 8022010, + 8022010 + ] + ] + }, + { + "Level": 81, + "StageID": 200040096, + "MonsterList": [ + [ + 8022010, + 8022010 + ] + ] + }, + { + "Level": 24, + "StageID": 200040120, + "MonsterList": [ + [ + 8022020, + 8022010, + 8022030 + ] + ] + }, + { + "Level": 32, + "StageID": 200040121, + "MonsterList": [ + [ + 8022020, + 8022010, + 8022030 + ] + ] + }, + { + "Level": 40, + "StageID": 200040122, + "MonsterList": [ + [ + 8022020, + 8022010, + 8022030 + ] + ] + }, + { + "Level": 48, + "StageID": 200040123, + "MonsterList": [ + [ + 8022020, + 8022010, + 8022030 + ] + ] + }, + { + "Level": 56, + "StageID": 200040124, + "MonsterList": [ + [ + 8022020, + 8022010, + 8022030 + ] + ] + }, + { + "Level": 66, + "StageID": 200040125, + "MonsterList": [ + [ + 8022020, + 8022010, + 8022030 + ] + ] + }, + { + "Level": 81, + "StageID": 200040126, + "MonsterList": [ + [ + 8022020, + 8022010, + 8022030 + ] + ] + }, + { + "Level": 24, + "StageID": 200040150, + "MonsterList": [ + [ + 8022030, + 8022010, + 8022030, + 8022010 + ] + ] + }, + { + "Level": 32, + "StageID": 200040151, + "MonsterList": [ + [ + 8022030, + 8022010, + 8022030, + 8022010 + ] + ] + }, + { + "Level": 40, + "StageID": 200040152, + "MonsterList": [ + [ + 8022030, + 8022010, + 8022030, + 8022010 + ] + ] + }, + { + "Level": 48, + "StageID": 200040153, + "MonsterList": [ + [ + 8022030, + 8022010, + 8022030, + 8022010 + ] + ] + }, + { + "Level": 56, + "StageID": 200040154, + "MonsterList": [ + [ + 8022030, + 8022010, + 8022030, + 8022010 + ] + ] + }, + { + "Level": 66, + "StageID": 200040155, + "MonsterList": [ + [ + 8022030, + 8022010, + 8022030, + 8022010 + ] + ] + }, + { + "Level": 81, + "StageID": 200040156, + "MonsterList": [ + [ + 8022030, + 8022010, + 8022030, + 8022010 + ] + ] + }, + { + "Level": 24, + "StageID": 200040250, + "MonsterList": [ + [ + 802501001 + ] + ] + }, + { + "Level": 32, + "StageID": 200040251, + "MonsterList": [ + [ + 802501001 + ] + ] + }, + { + "Level": 40, + "StageID": 200040252, + "MonsterList": [ + [ + 802501001 + ] + ] + }, + { + "Level": 48, + "StageID": 200040253, + "MonsterList": [ + [ + 802501001 + ] + ] + }, + { + "Level": 56, + "StageID": 200040254, + "MonsterList": [ + [ + 802501001 + ] + ] + }, + { + "Level": 66, + "StageID": 200040255, + "MonsterList": [ + [ + 802501001 + ] + ] + }, + { + "Level": 81, + "StageID": 200040256, + "MonsterList": [ + [ + 802501001 + ] + ] + }, + { + "Level": 24, + "StageID": 200041010, + "MonsterList": [ + [ + 8022030, + 8022010 + ] + ] + }, + { + "Level": 32, + "StageID": 200041011, + "MonsterList": [ + [ + 8022030, + 8022010 + ] + ] + }, + { + "Level": 40, + "StageID": 200041012, + "MonsterList": [ + [ + 8022030, + 8022010 + ] + ] + }, + { + "Level": 48, + "StageID": 200041013, + "MonsterList": [ + [ + 8022030, + 8022010 + ] + ] + }, + { + "Level": 56, + "StageID": 200041014, + "MonsterList": [ + [ + 8022030, + 8022010 + ] + ] + }, + { + "Level": 66, + "StageID": 200041015, + "MonsterList": [ + [ + 8022030, + 8022010 + ] + ] + }, + { + "Level": 81, + "StageID": 200041016, + "MonsterList": [ + [ + 8022030, + 8022010 + ] + ] + }, + { + "Level": 24, + "StageID": 200041020, + "MonsterList": [ + [ + 8022010, + 8022020, + 8022010 + ] + ] + }, + { + "Level": 32, + "StageID": 200041021, + "MonsterList": [ + [ + 8022010, + 8022020, + 8022010 + ] + ] + }, + { + "Level": 40, + "StageID": 200041022, + "MonsterList": [ + [ + 8022010, + 8022020, + 8022010 + ] + ] + }, + { + "Level": 48, + "StageID": 200041023, + "MonsterList": [ + [ + 8022010, + 8022020, + 8022010 + ] + ] + }, + { + "Level": 56, + "StageID": 200041024, + "MonsterList": [ + [ + 8022010, + 8022020, + 8022010 + ] + ] + }, + { + "Level": 66, + "StageID": 200041025, + "MonsterList": [ + [ + 8022010, + 8022020, + 8022010 + ] + ] + }, + { + "Level": 81, + "StageID": 200041026, + "MonsterList": [ + [ + 8022010, + 8022020, + 8022010 + ] + ] + }, + { + "Level": 24, + "StageID": 200041030, + "MonsterList": [ + [ + 8022010, + 8022010, + 8022030 + ] + ] + }, + { + "Level": 32, + "StageID": 200041031, + "MonsterList": [ + [ + 8022010, + 8022010, + 8022030 + ] + ] + }, + { + "Level": 40, + "StageID": 200041032, + "MonsterList": [ + [ + 8022010, + 8022010, + 8022030 + ] + ] + }, + { + "Level": 48, + "StageID": 200041033, + "MonsterList": [ + [ + 8022010, + 8022010, + 8022030 + ] + ] + }, + { + "Level": 56, + "StageID": 200041034, + "MonsterList": [ + [ + 8022010, + 8022010, + 8022030 + ] + ] + }, + { + "Level": 66, + "StageID": 200041035, + "MonsterList": [ + [ + 8022010, + 8022010, + 8022030 + ] + ] + }, + { + "Level": 81, + "StageID": 200041036, + "MonsterList": [ + [ + 8022010, + 8022010, + 8022030 + ] + ] + }, + { + "Level": 24, + "StageID": 200041060, + "MonsterList": [ + [ + 8022030, + 8022010 + ] + ] + }, + { + "Level": 32, + "StageID": 200041061, + "MonsterList": [ + [ + 8022030, + 8022010 + ] + ] + }, + { + "Level": 40, + "StageID": 200041062, + "MonsterList": [ + [ + 8022030, + 8022010 + ] + ] + }, + { + "Level": 48, + "StageID": 200041063, + "MonsterList": [ + [ + 8022030, + 8022010 + ] + ] + }, + { + "Level": 56, + "StageID": 200041064, + "MonsterList": [ + [ + 8022030, + 8022010 + ] + ] + }, + { + "Level": 66, + "StageID": 200041065, + "MonsterList": [ + [ + 8022030, + 8022010 + ] + ] + }, + { + "Level": 81, + "StageID": 200041066, + "MonsterList": [ + [ + 8022030, + 8022010 + ] + ] + }, + { + "Level": 24, + "StageID": 200041070, + "MonsterList": [ + [ + 8022010, + 8022030, + 8022010 + ] + ] + }, + { + "Level": 32, + "StageID": 200041071, + "MonsterList": [ + [ + 8022010, + 8022030, + 8022010 + ] + ] + }, + { + "Level": 40, + "StageID": 200041072, + "MonsterList": [ + [ + 8022010, + 8022030, + 8022010 + ] + ] + }, + { + "Level": 48, + "StageID": 200041073, + "MonsterList": [ + [ + 8022010, + 8022030, + 8022010 + ] + ] + }, + { + "Level": 56, + "StageID": 200041074, + "MonsterList": [ + [ + 8022010, + 8022030, + 8022010 + ] + ] + }, + { + "Level": 66, + "StageID": 200041075, + "MonsterList": [ + [ + 8022010, + 8022030, + 8022010 + ] + ] + }, + { + "Level": 81, + "StageID": 200041076, + "MonsterList": [ + [ + 8022010, + 8022030, + 8022010 + ] + ] + }, + { + "Level": 24, + "StageID": 200041080, + "MonsterList": [ + [ + 8022010, + 8022020 + ] + ] + }, + { + "Level": 32, + "StageID": 200041081, + "MonsterList": [ + [ + 8022010, + 8022020 + ] + ] + }, + { + "Level": 40, + "StageID": 200041082, + "MonsterList": [ + [ + 8022010, + 8022020 + ] + ] + }, + { + "Level": 48, + "StageID": 200041083, + "MonsterList": [ + [ + 8022010, + 8022020 + ] + ] + }, + { + "Level": 56, + "StageID": 200041084, + "MonsterList": [ + [ + 8022010, + 8022020 + ] + ] + }, + { + "Level": 66, + "StageID": 200041085, + "MonsterList": [ + [ + 8022010, + 8022020 + ] + ] + }, + { + "Level": 81, + "StageID": 200041086, + "MonsterList": [ + [ + 8022010, + 8022020 + ] + ] + }, + { + "Level": 24, + "StageID": 200041250, + "MonsterList": [ + [ + 8022010, + 8002040, + 8022020, + 8022010 + ] + ] + }, + { + "Level": 32, + "StageID": 200041251, + "MonsterList": [ + [ + 8022010, + 8002040, + 8022020, + 8022010 + ] + ] + }, + { + "Level": 40, + "StageID": 200041252, + "MonsterList": [ + [ + 8022010, + 8002040, + 8022020, + 8022010 + ] + ] + }, + { + "Level": 48, + "StageID": 200041253, + "MonsterList": [ + [ + 8022010, + 8002040, + 8022020, + 8022010 + ] + ] + }, + { + "Level": 56, + "StageID": 200041254, + "MonsterList": [ + [ + 8022010, + 8002040, + 8022020, + 8022010 + ] + ] + }, + { + "Level": 66, + "StageID": 200041255, + "MonsterList": [ + [ + 8022010, + 8002040, + 8022020, + 8022010 + ] + ] + }, + { + "Level": 81, + "StageID": 200041256, + "MonsterList": [ + [ + 8022010, + 8002040, + 8022020, + 8022010 + ] + ] + }, + { + "Level": 24, + "StageID": 200042010, + "MonsterList": [ + [ + 8022010, + 8022010 + ] + ] + }, + { + "Level": 32, + "StageID": 200042011, + "MonsterList": [ + [ + 8022010, + 8022010 + ] + ] + }, + { + "Level": 40, + "StageID": 200042012, + "MonsterList": [ + [ + 8022010, + 8022010 + ] + ] + }, + { + "Level": 48, + "StageID": 200042013, + "MonsterList": [ + [ + 8022010, + 8022010 + ] + ] + }, + { + "Level": 56, + "StageID": 200042014, + "MonsterList": [ + [ + 8022010, + 8022010 + ] + ] + }, + { + "Level": 66, + "StageID": 200042015, + "MonsterList": [ + [ + 8022010, + 8022010 + ] + ] + }, + { + "Level": 81, + "StageID": 200042016, + "MonsterList": [ + [ + 8022010, + 8022010 + ] + ] + }, + { + "Level": 30, + "StageID": 200042310, + "MonsterList": [ + [ + 8022010, + 8022020, + 8022020, + 8022010 + ] + ] + }, + { + "Level": 40, + "StageID": 200042311, + "MonsterList": [ + [ + 8022010, + 8022020, + 8022020, + 8022010 + ] + ] + }, + { + "Level": 48, + "StageID": 200042312, + "MonsterList": [ + [ + 8022010, + 8022020, + 8022020, + 8022010 + ] + ] + }, + { + "Level": 56, + "StageID": 200042313, + "MonsterList": [ + [ + 8022010, + 8022020, + 8022020, + 8022010 + ] + ] + }, + { + "Level": 66, + "StageID": 200042314, + "MonsterList": [ + [ + 8022010, + 8022020, + 8022020, + 8022010 + ] + ] + }, + { + "Level": 75, + "StageID": 200042315, + "MonsterList": [ + [ + 8022010, + 8022020, + 8022020, + 8022010 + ] + ] + }, + { + "Level": 85, + "StageID": 200042316, + "MonsterList": [ + [ + 8022010, + 8022020, + 8022020, + 8022010 + ] + ] + }, + { + "Level": 30, + "StageID": 200042320, + "MonsterList": [ + [ + 8022020, + 8022030, + 8022010, + 8022020 + ] + ] + }, + { + "Level": 40, + "StageID": 200042321, + "MonsterList": [ + [ + 8022020, + 8022030, + 8022010, + 8022020 + ] + ] + }, + { + "Level": 48, + "StageID": 200042322, + "MonsterList": [ + [ + 8022020, + 8022030, + 8022010, + 8022020 + ] + ] + }, + { + "Level": 56, + "StageID": 200042323, + "MonsterList": [ + [ + 8022020, + 8022030, + 8022010, + 8022020 + ] + ] + }, + { + "Level": 66, + "StageID": 200042324, + "MonsterList": [ + [ + 8022020, + 8022030, + 8022010, + 8022020 + ] + ] + }, + { + "Level": 75, + "StageID": 200042325, + "MonsterList": [ + [ + 8022020, + 8022030, + 8022010, + 8022020 + ] + ] + }, + { + "Level": 85, + "StageID": 200042326, + "MonsterList": [ + [ + 8022020, + 8022030, + 8022010, + 8022020 + ] + ] + }, + { + "Level": 9, + "StageID": 201010010, + "MonsterList": [ + [ + 8001010, + 8001020 + ] + ] + }, + { + "Level": 29, + "StageID": 201010011, + "MonsterList": [ + [ + 8001010, + 8001020 + ] + ] + }, + { + "Level": 39, + "StageID": 201010012, + "MonsterList": [ + [ + 8001010, + 8001020 + ] + ] + }, + { + "Level": 48, + "StageID": 201010013, + "MonsterList": [ + [ + 8001010, + 8001020 + ] + ] + }, + { + "Level": 56, + "StageID": 201010014, + "MonsterList": [ + [ + 8001010, + 8001020 + ] + ] + }, + { + "Level": 66, + "StageID": 201010015, + "MonsterList": [ + [ + 8001010, + 8001020 + ] + ] + }, + { + "Level": 73, + "StageID": 201010016, + "MonsterList": [ + [ + 8001010, + 8001020 + ] + ] + }, + { + "Level": 9, + "StageID": 201010020, + "MonsterList": [ + [ + 8001020, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 29, + "StageID": 201010021, + "MonsterList": [ + [ + 8001020, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 39, + "StageID": 201010022, + "MonsterList": [ + [ + 8001020, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 201010023, + "MonsterList": [ + [ + 8001020, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 56, + "StageID": 201010024, + "MonsterList": [ + [ + 8001020, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 66, + "StageID": 201010025, + "MonsterList": [ + [ + 8001020, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 73, + "StageID": 201010026, + "MonsterList": [ + [ + 8001020, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 10, + "StageID": 201010110, + "MonsterList": [ + [ + 1002040, + 1002050 + ], + [ + 1002040, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 29, + "StageID": 201010111, + "MonsterList": [ + [ + 1002040, + 1002050 + ], + [ + 1002040, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 39, + "StageID": 201010112, + "MonsterList": [ + [ + 1002040, + 1002050 + ], + [ + 1002040, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 48, + "StageID": 201010113, + "MonsterList": [ + [ + 1002040, + 1002050 + ], + [ + 1002040, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 56, + "StageID": 201010114, + "MonsterList": [ + [ + 1002040, + 1002050 + ], + [ + 1002040, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 66, + "StageID": 201010115, + "MonsterList": [ + [ + 1002040, + 1002050 + ], + [ + 1002040, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 73, + "StageID": 201010116, + "MonsterList": [ + [ + 1002040, + 1002050 + ], + [ + 1002040, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 10, + "StageID": 201010120, + "MonsterList": [ + [ + 1002040, + 1004021 + ] + ] + }, + { + "Level": 29, + "StageID": 201010121, + "MonsterList": [ + [ + 1002040, + 1004021 + ] + ] + }, + { + "Level": 39, + "StageID": 201010122, + "MonsterList": [ + [ + 1002040, + 1004021 + ] + ] + }, + { + "Level": 48, + "StageID": 201010123, + "MonsterList": [ + [ + 1002040, + 1004021 + ] + ] + }, + { + "Level": 56, + "StageID": 201010124, + "MonsterList": [ + [ + 1002040, + 1004021 + ] + ] + }, + { + "Level": 66, + "StageID": 201010125, + "MonsterList": [ + [ + 1002040, + 1004021 + ] + ] + }, + { + "Level": 73, + "StageID": 201010126, + "MonsterList": [ + [ + 1002040, + 1004021 + ] + ] + }, + { + "Level": 11, + "StageID": 201011050, + "MonsterList": [ + [ + 8001020, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 29, + "StageID": 201011051, + "MonsterList": [ + [ + 8001020, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 39, + "StageID": 201011052, + "MonsterList": [ + [ + 8001020, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 201011053, + "MonsterList": [ + [ + 8001020, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 56, + "StageID": 201011054, + "MonsterList": [ + [ + 8001020, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 66, + "StageID": 201011055, + "MonsterList": [ + [ + 8001020, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 74, + "StageID": 201011056, + "MonsterList": [ + [ + 8001020, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 11, + "StageID": 201011060, + "MonsterList": [ + [ + 8001010, + 8001020 + ] + ] + }, + { + "Level": 29, + "StageID": 201011061, + "MonsterList": [ + [ + 8001010, + 8001020 + ] + ] + }, + { + "Level": 39, + "StageID": 201011062, + "MonsterList": [ + [ + 8001010, + 8001020 + ] + ] + }, + { + "Level": 48, + "StageID": 201011063, + "MonsterList": [ + [ + 8001010, + 8001020 + ] + ] + }, + { + "Level": 56, + "StageID": 201011064, + "MonsterList": [ + [ + 8001010, + 8001020 + ] + ] + }, + { + "Level": 66, + "StageID": 201011065, + "MonsterList": [ + [ + 8001010, + 8001020 + ] + ] + }, + { + "Level": 74, + "StageID": 201011066, + "MonsterList": [ + [ + 8001010, + 8001020 + ] + ] + }, + { + "Level": 24, + "StageID": 201011070, + "MonsterList": [ + [ + 1022010, + 1022010 + ] + ] + }, + { + "Level": 32, + "StageID": 201011071, + "MonsterList": [ + [ + 1022010, + 1022010 + ] + ] + }, + { + "Level": 40, + "StageID": 201011072, + "MonsterList": [ + [ + 1022010, + 1022010 + ] + ] + }, + { + "Level": 48, + "StageID": 201011073, + "MonsterList": [ + [ + 1022010, + 1022010 + ] + ] + }, + { + "Level": 56, + "StageID": 201011074, + "MonsterList": [ + [ + 1022010, + 1022010 + ] + ] + }, + { + "Level": 66, + "StageID": 201011075, + "MonsterList": [ + [ + 1022010, + 1022010 + ] + ] + }, + { + "Level": 76, + "StageID": 201011076, + "MonsterList": [ + [ + 1022010, + 1022010 + ] + ] + }, + { + "Level": 24, + "StageID": 201011100, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 32, + "StageID": 201011101, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 40, + "StageID": 201011102, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 48, + "StageID": 201011103, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 56, + "StageID": 201011104, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 66, + "StageID": 201011105, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 76, + "StageID": 201011106, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 11, + "StageID": 201011110, + "MonsterList": [ + [ + 1022010, + 8002040, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 30, + "StageID": 201011111, + "MonsterList": [ + [ + 1022010, + 8002040, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 40, + "StageID": 201011112, + "MonsterList": [ + [ + 1022010, + 8002040, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 48, + "StageID": 201011113, + "MonsterList": [ + [ + 1022010, + 8002040, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 56, + "StageID": 201011114, + "MonsterList": [ + [ + 1022010, + 8002040, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 66, + "StageID": 201011115, + "MonsterList": [ + [ + 1022010, + 8002040, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 75, + "StageID": 201011116, + "MonsterList": [ + [ + 1022010, + 8002040, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 11, + "StageID": 201011310, + "MonsterList": [ + [ + 1002040, + 1002050 + ] + ] + }, + { + "Level": 29, + "StageID": 201011311, + "MonsterList": [ + [ + 1002040, + 1002050 + ] + ] + }, + { + "Level": 39, + "StageID": 201011312, + "MonsterList": [ + [ + 1002040, + 1002050 + ] + ] + }, + { + "Level": 48, + "StageID": 201011313, + "MonsterList": [ + [ + 1002040, + 1002050 + ] + ] + }, + { + "Level": 56, + "StageID": 201011314, + "MonsterList": [ + [ + 1002040, + 1002050 + ] + ] + }, + { + "Level": 66, + "StageID": 201011315, + "MonsterList": [ + [ + 1002040, + 1002050 + ] + ] + }, + { + "Level": 74, + "StageID": 201011316, + "MonsterList": [ + [ + 1002040, + 1002050 + ] + ] + }, + { + "Level": 11, + "StageID": 201011320, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 29, + "StageID": 201011321, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 39, + "StageID": 201011322, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 48, + "StageID": 201011323, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 56, + "StageID": 201011324, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 66, + "StageID": 201011325, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 74, + "StageID": 201011326, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 11, + "StageID": 201011330, + "MonsterList": [ + [ + 1002040, + 1002040 + ] + ] + }, + { + "Level": 29, + "StageID": 201011331, + "MonsterList": [ + [ + 1002040, + 1002040 + ] + ] + }, + { + "Level": 39, + "StageID": 201011332, + "MonsterList": [ + [ + 1002040, + 1002040 + ] + ] + }, + { + "Level": 48, + "StageID": 201011333, + "MonsterList": [ + [ + 1002040, + 1002040 + ] + ] + }, + { + "Level": 56, + "StageID": 201011334, + "MonsterList": [ + [ + 1002040, + 1002040 + ] + ] + }, + { + "Level": 66, + "StageID": 201011335, + "MonsterList": [ + [ + 1002040, + 1002040 + ] + ] + }, + { + "Level": 74, + "StageID": 201011336, + "MonsterList": [ + [ + 1002040, + 1002040 + ] + ] + }, + { + "Level": 24, + "StageID": 201011350, + "MonsterList": [ + [ + 1022010, + 8001020, + 1022010 + ] + ] + }, + { + "Level": 32, + "StageID": 201011351, + "MonsterList": [ + [ + 1022010, + 8001020, + 1022010 + ] + ] + }, + { + "Level": 40, + "StageID": 201011352, + "MonsterList": [ + [ + 1022010, + 8001020, + 1022010 + ] + ] + }, + { + "Level": 48, + "StageID": 201011353, + "MonsterList": [ + [ + 1022010, + 8001020, + 1022010 + ] + ] + }, + { + "Level": 56, + "StageID": 201011354, + "MonsterList": [ + [ + 1022010, + 8001020, + 1022010 + ] + ] + }, + { + "Level": 66, + "StageID": 201011355, + "MonsterList": [ + [ + 1022010, + 8001020, + 1022010 + ] + ] + }, + { + "Level": 76, + "StageID": 201011356, + "MonsterList": [ + [ + 1022010, + 8001020, + 1022010 + ] + ] + }, + { + "Level": 24, + "StageID": 201011360, + "MonsterList": [ + [ + 8001020, + 8001020 + ] + ] + }, + { + "Level": 32, + "StageID": 201011361, + "MonsterList": [ + [ + 8001020, + 8001020 + ] + ] + }, + { + "Level": 40, + "StageID": 201011362, + "MonsterList": [ + [ + 8001020, + 8001020 + ] + ] + }, + { + "Level": 48, + "StageID": 201011363, + "MonsterList": [ + [ + 8001020, + 8001020 + ] + ] + }, + { + "Level": 56, + "StageID": 201011364, + "MonsterList": [ + [ + 8001020, + 8001020 + ] + ] + }, + { + "Level": 66, + "StageID": 201011365, + "MonsterList": [ + [ + 8001020, + 8001020 + ] + ] + }, + { + "Level": 76, + "StageID": 201011366, + "MonsterList": [ + [ + 8001020, + 8001020 + ] + ] + }, + { + "Level": 24, + "StageID": 201011370, + "MonsterList": [ + [ + 8001020, + 8001020, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 32, + "StageID": 201011371, + "MonsterList": [ + [ + 8001020, + 8001020, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 40, + "StageID": 201011372, + "MonsterList": [ + [ + 8001020, + 8001020, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 48, + "StageID": 201011373, + "MonsterList": [ + [ + 8001020, + 8001020, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 56, + "StageID": 201011374, + "MonsterList": [ + [ + 8001020, + 8001020, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 66, + "StageID": 201011375, + "MonsterList": [ + [ + 8001020, + 8001020, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 76, + "StageID": 201011376, + "MonsterList": [ + [ + 8001020, + 8001020, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 18, + "StageID": 201012310, + "MonsterList": [ + [ + 8001020, + 8003010, + 8001020 + ] + ] + }, + { + "Level": 35, + "StageID": 201012311, + "MonsterList": [ + [ + 8001020, + 8003010, + 8001020 + ] + ] + }, + { + "Level": 44, + "StageID": 201012312, + "MonsterList": [ + [ + 8001020, + 8003010, + 8001020 + ] + ] + }, + { + "Level": 53, + "StageID": 201012313, + "MonsterList": [ + [ + 8001020, + 8003010, + 8001020 + ] + ] + }, + { + "Level": 62, + "StageID": 201012314, + "MonsterList": [ + [ + 8001020, + 8003010, + 8001020 + ] + ] + }, + { + "Level": 71, + "StageID": 201012315, + "MonsterList": [ + [ + 8001020, + 8003010, + 8001020 + ] + ] + }, + { + "Level": 77, + "StageID": 201012316, + "MonsterList": [ + [ + 8001020, + 8003010, + 8001020 + ] + ] + }, + { + "Level": 18, + "StageID": 201012320, + "MonsterList": [ + [ + 1022010, + 1022010 + ] + ] + }, + { + "Level": 35, + "StageID": 201012321, + "MonsterList": [ + [ + 1022010, + 1022010 + ] + ] + }, + { + "Level": 44, + "StageID": 201012322, + "MonsterList": [ + [ + 1022010, + 1022010 + ] + ] + }, + { + "Level": 53, + "StageID": 201012323, + "MonsterList": [ + [ + 1022010, + 1022010 + ] + ] + }, + { + "Level": 62, + "StageID": 201012324, + "MonsterList": [ + [ + 1022010, + 1022010 + ] + ] + }, + { + "Level": 71, + "StageID": 201012325, + "MonsterList": [ + [ + 1022010, + 1022010 + ] + ] + }, + { + "Level": 77, + "StageID": 201012326, + "MonsterList": [ + [ + 1022010, + 1022010 + ] + ] + }, + { + "Level": 18, + "StageID": 201012330, + "MonsterList": [ + [ + 8001020, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 35, + "StageID": 201012331, + "MonsterList": [ + [ + 8001020, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 44, + "StageID": 201012332, + "MonsterList": [ + [ + 8001020, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 53, + "StageID": 201012333, + "MonsterList": [ + [ + 8001020, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 62, + "StageID": 201012334, + "MonsterList": [ + [ + 8001020, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 71, + "StageID": 201012335, + "MonsterList": [ + [ + 8001020, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 77, + "StageID": 201012336, + "MonsterList": [ + [ + 8001020, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 12, + "StageID": 201110010, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 29, + "StageID": 201110011, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 39, + "StageID": 201110012, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 48, + "StageID": 201110013, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 56, + "StageID": 201110014, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 66, + "StageID": 201110015, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 74, + "StageID": 201110016, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 12, + "StageID": 201110020, + "MonsterList": [ + [ + 1022020, + 1022020 + ] + ] + }, + { + "Level": 29, + "StageID": 201110021, + "MonsterList": [ + [ + 1022020, + 1022020 + ] + ] + }, + { + "Level": 39, + "StageID": 201110022, + "MonsterList": [ + [ + 1022020, + 1022020 + ] + ] + }, + { + "Level": 48, + "StageID": 201110023, + "MonsterList": [ + [ + 1022020, + 1022020 + ] + ] + }, + { + "Level": 56, + "StageID": 201110024, + "MonsterList": [ + [ + 1022020, + 1022020 + ] + ] + }, + { + "Level": 66, + "StageID": 201110025, + "MonsterList": [ + [ + 1022020, + 1022020 + ] + ] + }, + { + "Level": 74, + "StageID": 201110026, + "MonsterList": [ + [ + 1022020, + 1022020 + ] + ] + }, + { + "Level": 12, + "StageID": 201110030, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 29, + "StageID": 201110031, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 39, + "StageID": 201110032, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 201110033, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 56, + "StageID": 201110034, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 66, + "StageID": 201110035, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 74, + "StageID": 201110036, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 12, + "StageID": 201110060, + "MonsterList": [ + [ + 8001020, + 1022020, + 1022020, + 8001020 + ] + ] + }, + { + "Level": 29, + "StageID": 201110061, + "MonsterList": [ + [ + 8001020, + 1022020, + 1022020, + 8001020 + ] + ] + }, + { + "Level": 39, + "StageID": 201110062, + "MonsterList": [ + [ + 8001020, + 1022020, + 1022020, + 8001020 + ] + ] + }, + { + "Level": 48, + "StageID": 201110063, + "MonsterList": [ + [ + 8001020, + 1022020, + 1022020, + 8001020 + ] + ] + }, + { + "Level": 56, + "StageID": 201110064, + "MonsterList": [ + [ + 8001020, + 1022020, + 1022020, + 8001020 + ] + ] + }, + { + "Level": 66, + "StageID": 201110065, + "MonsterList": [ + [ + 8001020, + 1022020, + 1022020, + 8001020 + ] + ] + }, + { + "Level": 74, + "StageID": 201110066, + "MonsterList": [ + [ + 8001020, + 1022020, + 1022020, + 8001020 + ] + ] + }, + { + "Level": 13, + "StageID": 201110070, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 29, + "StageID": 201110071, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 39, + "StageID": 201110072, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 48, + "StageID": 201110073, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 56, + "StageID": 201110074, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 66, + "StageID": 201110075, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 74, + "StageID": 201110076, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 13, + "StageID": 201110080, + "MonsterList": [ + [ + 8001010, + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 29, + "StageID": 201110081, + "MonsterList": [ + [ + 8001010, + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 39, + "StageID": 201110082, + "MonsterList": [ + [ + 8001010, + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 201110083, + "MonsterList": [ + [ + 8001010, + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 56, + "StageID": 201110084, + "MonsterList": [ + [ + 8001010, + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 66, + "StageID": 201110085, + "MonsterList": [ + [ + 8001010, + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 74, + "StageID": 201110086, + "MonsterList": [ + [ + 8001010, + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 14, + "StageID": 201110090, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 30, + "StageID": 201110091, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 40, + "StageID": 201110092, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 48, + "StageID": 201110093, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 56, + "StageID": 201110094, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 66, + "StageID": 201110095, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 75, + "StageID": 201110096, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 15, + "StageID": 201110100, + "MonsterList": [ + [ + 100403001 + ] + ] + }, + { + "Level": 30, + "StageID": 201110101, + "MonsterList": [ + [ + 100403001 + ] + ] + }, + { + "Level": 40, + "StageID": 201110102, + "MonsterList": [ + [ + 100403001 + ] + ] + }, + { + "Level": 48, + "StageID": 201110103, + "MonsterList": [ + [ + 100403001 + ] + ] + }, + { + "Level": 56, + "StageID": 201110104, + "MonsterList": [ + [ + 100403001 + ] + ] + }, + { + "Level": 66, + "StageID": 201110105, + "MonsterList": [ + [ + 100403001 + ] + ] + }, + { + "Level": 75, + "StageID": 201110106, + "MonsterList": [ + [ + 100403001 + ] + ] + }, + { + "Level": 16, + "StageID": 201111010, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 30, + "StageID": 201111011, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 39, + "StageID": 201111012, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 201111013, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 56, + "StageID": 201111014, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 66, + "StageID": 201111015, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 74, + "StageID": 201111016, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 16, + "StageID": 201111020, + "MonsterList": [ + [ + 1022020, + 1022020 + ] + ] + }, + { + "Level": 30, + "StageID": 201111021, + "MonsterList": [ + [ + 1022020, + 1022020 + ] + ] + }, + { + "Level": 39, + "StageID": 201111022, + "MonsterList": [ + [ + 1022020, + 1022020 + ] + ] + }, + { + "Level": 48, + "StageID": 201111023, + "MonsterList": [ + [ + 1022020, + 1022020 + ] + ] + }, + { + "Level": 56, + "StageID": 201111024, + "MonsterList": [ + [ + 1022020, + 1022020 + ] + ] + }, + { + "Level": 66, + "StageID": 201111025, + "MonsterList": [ + [ + 1022020, + 1022020 + ] + ] + }, + { + "Level": 74, + "StageID": 201111026, + "MonsterList": [ + [ + 1022020, + 1022020 + ] + ] + }, + { + "Level": 16, + "StageID": 201111030, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 30, + "StageID": 201111031, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 39, + "StageID": 201111032, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 48, + "StageID": 201111033, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 56, + "StageID": 201111034, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 66, + "StageID": 201111035, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 74, + "StageID": 201111036, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 16, + "StageID": 201111060, + "MonsterList": [ + [ + 8001020, + 1022020, + 1022020, + 8001020 + ] + ] + }, + { + "Level": 30, + "StageID": 201111061, + "MonsterList": [ + [ + 8001020, + 1022020, + 1022020, + 8001020 + ] + ] + }, + { + "Level": 39, + "StageID": 201111062, + "MonsterList": [ + [ + 8001020, + 1022020, + 1022020, + 8001020 + ] + ] + }, + { + "Level": 48, + "StageID": 201111063, + "MonsterList": [ + [ + 8001020, + 1022020, + 1022020, + 8001020 + ] + ] + }, + { + "Level": 56, + "StageID": 201111064, + "MonsterList": [ + [ + 8001020, + 1022020, + 1022020, + 8001020 + ] + ] + }, + { + "Level": 66, + "StageID": 201111065, + "MonsterList": [ + [ + 8001020, + 1022020, + 1022020, + 8001020 + ] + ] + }, + { + "Level": 74, + "StageID": 201111066, + "MonsterList": [ + [ + 8001020, + 1022020, + 1022020, + 8001020 + ] + ] + }, + { + "Level": 16, + "StageID": 201111070, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 30, + "StageID": 201111071, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 39, + "StageID": 201111072, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 48, + "StageID": 201111073, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 56, + "StageID": 201111074, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 66, + "StageID": 201111075, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 74, + "StageID": 201111076, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 16, + "StageID": 201111080, + "MonsterList": [ + [ + 8001010, + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 30, + "StageID": 201111081, + "MonsterList": [ + [ + 8001010, + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 39, + "StageID": 201111082, + "MonsterList": [ + [ + 8001010, + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 201111083, + "MonsterList": [ + [ + 8001010, + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 56, + "StageID": 201111084, + "MonsterList": [ + [ + 8001010, + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 66, + "StageID": 201111085, + "MonsterList": [ + [ + 8001010, + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 74, + "StageID": 201111086, + "MonsterList": [ + [ + 8001010, + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 16, + "StageID": 201111310, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 30, + "StageID": 201111311, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 39, + "StageID": 201111312, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 201111313, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 56, + "StageID": 201111314, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 66, + "StageID": 201111315, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 74, + "StageID": 201111316, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 16, + "StageID": 201111320, + "MonsterList": [ + [ + 8001020, + 1022020, + 1022020, + 8001020 + ] + ] + }, + { + "Level": 30, + "StageID": 201111321, + "MonsterList": [ + [ + 8001020, + 1022020, + 1022020, + 8001020 + ] + ] + }, + { + "Level": 39, + "StageID": 201111322, + "MonsterList": [ + [ + 8001020, + 1022020, + 1022020, + 8001020 + ] + ] + }, + { + "Level": 48, + "StageID": 201111323, + "MonsterList": [ + [ + 8001020, + 1022020, + 1022020, + 8001020 + ] + ] + }, + { + "Level": 56, + "StageID": 201111324, + "MonsterList": [ + [ + 8001020, + 1022020, + 1022020, + 8001020 + ] + ] + }, + { + "Level": 66, + "StageID": 201111325, + "MonsterList": [ + [ + 8001020, + 1022020, + 1022020, + 8001020 + ] + ] + }, + { + "Level": 74, + "StageID": 201111326, + "MonsterList": [ + [ + 8001020, + 1022020, + 1022020, + 8001020 + ] + ] + }, + { + "Level": 16, + "StageID": 201111330, + "MonsterList": [ + [ + 1022020, + 8002040, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 31, + "StageID": 201111331, + "MonsterList": [ + [ + 1022020, + 8002040, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 40, + "StageID": 201111332, + "MonsterList": [ + [ + 1022020, + 8002040, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 201111333, + "MonsterList": [ + [ + 1022020, + 8002040, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 56, + "StageID": 201111334, + "MonsterList": [ + [ + 1022020, + 8002040, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 66, + "StageID": 201111335, + "MonsterList": [ + [ + 1022020, + 8002040, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 75, + "StageID": 201111336, + "MonsterList": [ + [ + 1022020, + 8002040, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 16, + "StageID": 201112010, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 31, + "StageID": 201112011, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 40, + "StageID": 201112012, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 201112013, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 56, + "StageID": 201112014, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 66, + "StageID": 201112015, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 75, + "StageID": 201112016, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 16, + "StageID": 201112020, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 31, + "StageID": 201112021, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 40, + "StageID": 201112022, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 201112023, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 56, + "StageID": 201112024, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 66, + "StageID": 201112025, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 75, + "StageID": 201112026, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 19, + "StageID": 201112310, + "MonsterList": [ + [ + 8001010, + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 35, + "StageID": 201112311, + "MonsterList": [ + [ + 8001010, + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 44, + "StageID": 201112312, + "MonsterList": [ + [ + 8001010, + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 53, + "StageID": 201112313, + "MonsterList": [ + [ + 8001010, + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 62, + "StageID": 201112314, + "MonsterList": [ + [ + 8001010, + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 71, + "StageID": 201112315, + "MonsterList": [ + [ + 8001010, + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 77, + "StageID": 201112316, + "MonsterList": [ + [ + 8001010, + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 19, + "StageID": 201112330, + "MonsterList": [ + [ + 1022020, + 8003020 + ] + ] + }, + { + "Level": 35, + "StageID": 201112331, + "MonsterList": [ + [ + 1022020, + 8003020 + ] + ] + }, + { + "Level": 44, + "StageID": 201112332, + "MonsterList": [ + [ + 1022020, + 8003020 + ] + ] + }, + { + "Level": 53, + "StageID": 201112333, + "MonsterList": [ + [ + 1022020, + 8003020 + ] + ] + }, + { + "Level": 62, + "StageID": 201112334, + "MonsterList": [ + [ + 1022020, + 8003020 + ] + ] + }, + { + "Level": 71, + "StageID": 201112335, + "MonsterList": [ + [ + 1022020, + 8003020 + ] + ] + }, + { + "Level": 77, + "StageID": 201112336, + "MonsterList": [ + [ + 1022020, + 8003020 + ] + ] + }, + { + "Level": 19, + "StageID": 201112340, + "MonsterList": [ + [ + 8001020, + 1022020, + 1022020, + 8001020 + ] + ] + }, + { + "Level": 35, + "StageID": 201112341, + "MonsterList": [ + [ + 8001020, + 1022020, + 1022020, + 8001020 + ] + ] + }, + { + "Level": 44, + "StageID": 201112342, + "MonsterList": [ + [ + 8001020, + 1022020, + 1022020, + 8001020 + ] + ] + }, + { + "Level": 53, + "StageID": 201112343, + "MonsterList": [ + [ + 8001020, + 1022020, + 1022020, + 8001020 + ] + ] + }, + { + "Level": 62, + "StageID": 201112344, + "MonsterList": [ + [ + 8001020, + 1022020, + 1022020, + 8001020 + ] + ] + }, + { + "Level": 71, + "StageID": 201112345, + "MonsterList": [ + [ + 8001020, + 1022020, + 1022020, + 8001020 + ] + ] + }, + { + "Level": 77, + "StageID": 201112346, + "MonsterList": [ + [ + 8001020, + 1022020, + 1022020, + 8001020 + ] + ] + }, + { + "Level": 19, + "StageID": 201112350, + "MonsterList": [ + [ + 1022020, + 1022020 + ] + ] + }, + { + "Level": 35, + "StageID": 201112351, + "MonsterList": [ + [ + 1022020, + 1022020 + ] + ] + }, + { + "Level": 44, + "StageID": 201112352, + "MonsterList": [ + [ + 1022020, + 1022020 + ] + ] + }, + { + "Level": 53, + "StageID": 201112353, + "MonsterList": [ + [ + 1022020, + 1022020 + ] + ] + }, + { + "Level": 62, + "StageID": 201112354, + "MonsterList": [ + [ + 1022020, + 1022020 + ] + ] + }, + { + "Level": 71, + "StageID": 201112355, + "MonsterList": [ + [ + 1022020, + 1022020 + ] + ] + }, + { + "Level": 77, + "StageID": 201112356, + "MonsterList": [ + [ + 1022020, + 1022020 + ] + ] + }, + { + "Level": 19, + "StageID": 201112360, + "MonsterList": [ + [ + 8001010, + 1022020, + 1022020 + ] + ] + }, + { + "Level": 35, + "StageID": 201112361, + "MonsterList": [ + [ + 8001010, + 1022020, + 1022020 + ] + ] + }, + { + "Level": 44, + "StageID": 201112362, + "MonsterList": [ + [ + 8001010, + 1022020, + 1022020 + ] + ] + }, + { + "Level": 53, + "StageID": 201112363, + "MonsterList": [ + [ + 8001010, + 1022020, + 1022020 + ] + ] + }, + { + "Level": 62, + "StageID": 201112364, + "MonsterList": [ + [ + 8001010, + 1022020, + 1022020 + ] + ] + }, + { + "Level": 71, + "StageID": 201112365, + "MonsterList": [ + [ + 8001010, + 1022020, + 1022020 + ] + ] + }, + { + "Level": 77, + "StageID": 201112366, + "MonsterList": [ + [ + 8001010, + 1022020, + 1022020 + ] + ] + }, + { + "Level": 15, + "StageID": 201210000, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012020 + ] + ] + }, + { + "Level": 29, + "StageID": 201210001, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012020 + ] + ] + }, + { + "Level": 39, + "StageID": 201210002, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012020 + ] + ] + }, + { + "Level": 48, + "StageID": 201210003, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012020 + ] + ] + }, + { + "Level": 56, + "StageID": 201210004, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012020 + ] + ] + }, + { + "Level": 66, + "StageID": 201210005, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012020 + ] + ] + }, + { + "Level": 74, + "StageID": 201210006, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012020 + ] + ] + }, + { + "Level": 16, + "StageID": 201210010, + "MonsterList": [ + [ + 1002020, + 1002020 + ] + ] + }, + { + "Level": 30, + "StageID": 201210011, + "MonsterList": [ + [ + 1002020, + 1002020 + ] + ] + }, + { + "Level": 39, + "StageID": 201210012, + "MonsterList": [ + [ + 1002020, + 1002020 + ] + ] + }, + { + "Level": 48, + "StageID": 201210013, + "MonsterList": [ + [ + 1002020, + 1002020 + ] + ] + }, + { + "Level": 56, + "StageID": 201210014, + "MonsterList": [ + [ + 1002020, + 1002020 + ] + ] + }, + { + "Level": 66, + "StageID": 201210015, + "MonsterList": [ + [ + 1002020, + 1002020 + ] + ] + }, + { + "Level": 74, + "StageID": 201210016, + "MonsterList": [ + [ + 1002020, + 1002020 + ] + ] + }, + { + "Level": 16, + "StageID": 201210020, + "MonsterList": [ + [ + 1002020, + 1012010, + 1002020 + ] + ] + }, + { + "Level": 30, + "StageID": 201210021, + "MonsterList": [ + [ + 1002020, + 1012010, + 1002020 + ] + ] + }, + { + "Level": 39, + "StageID": 201210022, + "MonsterList": [ + [ + 1002020, + 1012010, + 1002020 + ] + ] + }, + { + "Level": 48, + "StageID": 201210023, + "MonsterList": [ + [ + 1002020, + 1012010, + 1002020 + ] + ] + }, + { + "Level": 56, + "StageID": 201210024, + "MonsterList": [ + [ + 1002020, + 1012010, + 1002020 + ] + ] + }, + { + "Level": 66, + "StageID": 201210025, + "MonsterList": [ + [ + 1002020, + 1012010, + 1002020 + ] + ] + }, + { + "Level": 74, + "StageID": 201210026, + "MonsterList": [ + [ + 1002020, + 1012010, + 1002020 + ] + ] + }, + { + "Level": 16, + "StageID": 201210030, + "MonsterList": [ + [ + 1002020, + 1012030, + 1002020 + ] + ] + }, + { + "Level": 30, + "StageID": 201210031, + "MonsterList": [ + [ + 1002020, + 1012030, + 1002020 + ] + ] + }, + { + "Level": 39, + "StageID": 201210032, + "MonsterList": [ + [ + 1002020, + 1012030, + 1002020 + ] + ] + }, + { + "Level": 48, + "StageID": 201210033, + "MonsterList": [ + [ + 1002020, + 1012030, + 1002020 + ] + ] + }, + { + "Level": 56, + "StageID": 201210034, + "MonsterList": [ + [ + 1002020, + 1012030, + 1002020 + ] + ] + }, + { + "Level": 66, + "StageID": 201210035, + "MonsterList": [ + [ + 1002020, + 1012030, + 1002020 + ] + ] + }, + { + "Level": 74, + "StageID": 201210036, + "MonsterList": [ + [ + 1002020, + 1012030, + 1002020 + ] + ] + }, + { + "Level": 16, + "StageID": 201210040, + "MonsterList": [ + [ + 1012010, + 1002020, + 1012010 + ] + ] + }, + { + "Level": 30, + "StageID": 201210041, + "MonsterList": [ + [ + 1012010, + 1002020, + 1012010 + ] + ] + }, + { + "Level": 39, + "StageID": 201210042, + "MonsterList": [ + [ + 1012010, + 1002020, + 1012010 + ] + ] + }, + { + "Level": 48, + "StageID": 201210043, + "MonsterList": [ + [ + 1012010, + 1002020, + 1012010 + ] + ] + }, + { + "Level": 56, + "StageID": 201210044, + "MonsterList": [ + [ + 1012010, + 1002020, + 1012010 + ] + ] + }, + { + "Level": 66, + "StageID": 201210045, + "MonsterList": [ + [ + 1012010, + 1002020, + 1012010 + ] + ] + }, + { + "Level": 74, + "StageID": 201210046, + "MonsterList": [ + [ + 1012010, + 1002020, + 1012010 + ] + ] + }, + { + "Level": 17, + "StageID": 201210050, + "MonsterList": [ + [ + 101302001, + 1012010 + ] + ] + }, + { + "Level": 31, + "StageID": 201210051, + "MonsterList": [ + [ + 101302001, + 1012010 + ] + ] + }, + { + "Level": 40, + "StageID": 201210052, + "MonsterList": [ + [ + 101302001, + 1012010 + ] + ] + }, + { + "Level": 48, + "StageID": 201210053, + "MonsterList": [ + [ + 101302001, + 1012010 + ] + ] + }, + { + "Level": 56, + "StageID": 201210054, + "MonsterList": [ + [ + 101302001, + 1012010 + ] + ] + }, + { + "Level": 66, + "StageID": 201210055, + "MonsterList": [ + [ + 101302001, + 1012010 + ] + ] + }, + { + "Level": 75, + "StageID": 201210056, + "MonsterList": [ + [ + 101302001, + 1012010 + ] + ] + }, + { + "Level": 17, + "StageID": 201210060, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012030 + ] + ] + }, + { + "Level": 30, + "StageID": 201210061, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012030 + ] + ] + }, + { + "Level": 39, + "StageID": 201210062, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012030 + ] + ] + }, + { + "Level": 48, + "StageID": 201210063, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012030 + ] + ] + }, + { + "Level": 56, + "StageID": 201210064, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012030 + ] + ] + }, + { + "Level": 66, + "StageID": 201210065, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012030 + ] + ] + }, + { + "Level": 74, + "StageID": 201210066, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012030 + ] + ] + }, + { + "Level": 17, + "StageID": 201210070, + "MonsterList": [ + [ + 1012030, + 1012010, + 1012030 + ] + ] + }, + { + "Level": 30, + "StageID": 201210071, + "MonsterList": [ + [ + 1012030, + 1012010, + 1012030 + ] + ] + }, + { + "Level": 39, + "StageID": 201210072, + "MonsterList": [ + [ + 1012030, + 1012010, + 1012030 + ] + ] + }, + { + "Level": 48, + "StageID": 201210073, + "MonsterList": [ + [ + 1012030, + 1012010, + 1012030 + ] + ] + }, + { + "Level": 56, + "StageID": 201210074, + "MonsterList": [ + [ + 1012030, + 1012010, + 1012030 + ] + ] + }, + { + "Level": 66, + "StageID": 201210075, + "MonsterList": [ + [ + 1012030, + 1012010, + 1012030 + ] + ] + }, + { + "Level": 74, + "StageID": 201210076, + "MonsterList": [ + [ + 1012030, + 1012010, + 1012030 + ] + ] + }, + { + "Level": 18, + "StageID": 201210080, + "MonsterList": [ + [ + 101301002 + ] + ] + }, + { + "Level": 31, + "StageID": 201210081, + "MonsterList": [ + [ + 101301002 + ] + ] + }, + { + "Level": 40, + "StageID": 201210082, + "MonsterList": [ + [ + 101301002 + ] + ] + }, + { + "Level": 48, + "StageID": 201210083, + "MonsterList": [ + [ + 101301002 + ] + ] + }, + { + "Level": 56, + "StageID": 201210084, + "MonsterList": [ + [ + 101301002 + ] + ] + }, + { + "Level": 66, + "StageID": 201210085, + "MonsterList": [ + [ + 101301002 + ] + ] + }, + { + "Level": 75, + "StageID": 201210086, + "MonsterList": [ + [ + 101301002 + ] + ] + }, + { + "Level": 18, + "StageID": 201211020, + "MonsterList": [ + [ + 1002020, + 1012010, + 1002020 + ] + ] + }, + { + "Level": 30, + "StageID": 201211021, + "MonsterList": [ + [ + 1002020, + 1012010, + 1002020 + ] + ] + }, + { + "Level": 39, + "StageID": 201211022, + "MonsterList": [ + [ + 1002020, + 1012010, + 1002020 + ] + ] + }, + { + "Level": 48, + "StageID": 201211023, + "MonsterList": [ + [ + 1002020, + 1012010, + 1002020 + ] + ] + }, + { + "Level": 56, + "StageID": 201211024, + "MonsterList": [ + [ + 1002020, + 1012010, + 1002020 + ] + ] + }, + { + "Level": 66, + "StageID": 201211025, + "MonsterList": [ + [ + 1002020, + 1012010, + 1002020 + ] + ] + }, + { + "Level": 74, + "StageID": 201211026, + "MonsterList": [ + [ + 1002020, + 1012010, + 1002020 + ] + ] + }, + { + "Level": 18, + "StageID": 201211050, + "MonsterList": [ + [ + 1012010, + 1012030, + 1012010 + ] + ] + }, + { + "Level": 30, + "StageID": 201211051, + "MonsterList": [ + [ + 1012010, + 1012030, + 1012010 + ] + ] + }, + { + "Level": 39, + "StageID": 201211052, + "MonsterList": [ + [ + 1012010, + 1012030, + 1012010 + ] + ] + }, + { + "Level": 48, + "StageID": 201211053, + "MonsterList": [ + [ + 1012010, + 1012030, + 1012010 + ] + ] + }, + { + "Level": 56, + "StageID": 201211054, + "MonsterList": [ + [ + 1012010, + 1012030, + 1012010 + ] + ] + }, + { + "Level": 66, + "StageID": 201211055, + "MonsterList": [ + [ + 1012010, + 1012030, + 1012010 + ] + ] + }, + { + "Level": 74, + "StageID": 201211056, + "MonsterList": [ + [ + 1012010, + 1012030, + 1012010 + ] + ] + }, + { + "Level": 18, + "StageID": 201211060, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012030 + ] + ] + }, + { + "Level": 30, + "StageID": 201211061, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012030 + ] + ] + }, + { + "Level": 39, + "StageID": 201211062, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012030 + ] + ] + }, + { + "Level": 48, + "StageID": 201211063, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012030 + ] + ] + }, + { + "Level": 56, + "StageID": 201211064, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012030 + ] + ] + }, + { + "Level": 66, + "StageID": 201211065, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012030 + ] + ] + }, + { + "Level": 74, + "StageID": 201211066, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012030 + ] + ] + }, + { + "Level": 18, + "StageID": 201211310, + "MonsterList": [ + [ + 1002020, + 1002020 + ] + ] + }, + { + "Level": 30, + "StageID": 201211311, + "MonsterList": [ + [ + 1002020, + 1002020 + ] + ] + }, + { + "Level": 39, + "StageID": 201211312, + "MonsterList": [ + [ + 1002020, + 1002020 + ] + ] + }, + { + "Level": 48, + "StageID": 201211313, + "MonsterList": [ + [ + 1002020, + 1002020 + ] + ] + }, + { + "Level": 56, + "StageID": 201211314, + "MonsterList": [ + [ + 1002020, + 1002020 + ] + ] + }, + { + "Level": 66, + "StageID": 201211315, + "MonsterList": [ + [ + 1002020, + 1002020 + ] + ] + }, + { + "Level": 74, + "StageID": 201211316, + "MonsterList": [ + [ + 1002020, + 1002020 + ] + ] + }, + { + "Level": 18, + "StageID": 201211320, + "MonsterList": [ + [ + 1012030, + 1012010 + ] + ] + }, + { + "Level": 30, + "StageID": 201211321, + "MonsterList": [ + [ + 1012030, + 1012010 + ] + ] + }, + { + "Level": 39, + "StageID": 201211322, + "MonsterList": [ + [ + 1012030, + 1012010 + ] + ] + }, + { + "Level": 48, + "StageID": 201211323, + "MonsterList": [ + [ + 1012030, + 1012010 + ] + ] + }, + { + "Level": 56, + "StageID": 201211324, + "MonsterList": [ + [ + 1012030, + 1012010 + ] + ] + }, + { + "Level": 66, + "StageID": 201211325, + "MonsterList": [ + [ + 1012030, + 1012010 + ] + ] + }, + { + "Level": 74, + "StageID": 201211326, + "MonsterList": [ + [ + 1012030, + 1012010 + ] + ] + }, + { + "Level": 18, + "StageID": 201211330, + "MonsterList": [ + [ + 1012010, + 1012030, + 1012010 + ] + ] + }, + { + "Level": 30, + "StageID": 201211331, + "MonsterList": [ + [ + 1012010, + 1012030, + 1012010 + ] + ] + }, + { + "Level": 39, + "StageID": 201211332, + "MonsterList": [ + [ + 1012010, + 1012030, + 1012010 + ] + ] + }, + { + "Level": 48, + "StageID": 201211333, + "MonsterList": [ + [ + 1012010, + 1012030, + 1012010 + ] + ] + }, + { + "Level": 56, + "StageID": 201211334, + "MonsterList": [ + [ + 1012010, + 1012030, + 1012010 + ] + ] + }, + { + "Level": 66, + "StageID": 201211335, + "MonsterList": [ + [ + 1012010, + 1012030, + 1012010 + ] + ] + }, + { + "Level": 74, + "StageID": 201211336, + "MonsterList": [ + [ + 1012010, + 1012030, + 1012010 + ] + ] + }, + { + "Level": 18, + "StageID": 201211340, + "MonsterList": [ + [ + 1002020, + 1012030, + 1002020 + ] + ] + }, + { + "Level": 30, + "StageID": 201211341, + "MonsterList": [ + [ + 1002020, + 1012030, + 1002020 + ] + ] + }, + { + "Level": 39, + "StageID": 201211342, + "MonsterList": [ + [ + 1002020, + 1012030, + 1002020 + ] + ] + }, + { + "Level": 48, + "StageID": 201211343, + "MonsterList": [ + [ + 1002020, + 1012030, + 1002020 + ] + ] + }, + { + "Level": 56, + "StageID": 201211344, + "MonsterList": [ + [ + 1002020, + 1012030, + 1002020 + ] + ] + }, + { + "Level": 66, + "StageID": 201211345, + "MonsterList": [ + [ + 1002020, + 1012030, + 1002020 + ] + ] + }, + { + "Level": 74, + "StageID": 201211346, + "MonsterList": [ + [ + 1002020, + 1012030, + 1002020 + ] + ] + }, + { + "Level": 18, + "StageID": 201211350, + "MonsterList": [ + [ + 1002020, + 1012010, + 1002020 + ] + ] + }, + { + "Level": 30, + "StageID": 201211351, + "MonsterList": [ + [ + 1002020, + 1012010, + 1002020 + ] + ] + }, + { + "Level": 39, + "StageID": 201211352, + "MonsterList": [ + [ + 1002020, + 1012010, + 1002020 + ] + ] + }, + { + "Level": 48, + "StageID": 201211353, + "MonsterList": [ + [ + 1002020, + 1012010, + 1002020 + ] + ] + }, + { + "Level": 56, + "StageID": 201211354, + "MonsterList": [ + [ + 1002020, + 1012010, + 1002020 + ] + ] + }, + { + "Level": 66, + "StageID": 201211355, + "MonsterList": [ + [ + 1002020, + 1012010, + 1002020 + ] + ] + }, + { + "Level": 74, + "StageID": 201211356, + "MonsterList": [ + [ + 1002020, + 1012010, + 1002020 + ] + ] + }, + { + "Level": 18, + "StageID": 201211360, + "MonsterList": [ + [ + 1002020, + 1012030 + ] + ] + }, + { + "Level": 30, + "StageID": 201211361, + "MonsterList": [ + [ + 1002020, + 1012030 + ] + ] + }, + { + "Level": 39, + "StageID": 201211362, + "MonsterList": [ + [ + 1002020, + 1012030 + ] + ] + }, + { + "Level": 48, + "StageID": 201211363, + "MonsterList": [ + [ + 1002020, + 1012030 + ] + ] + }, + { + "Level": 56, + "StageID": 201211364, + "MonsterList": [ + [ + 1002020, + 1012030 + ] + ] + }, + { + "Level": 66, + "StageID": 201211365, + "MonsterList": [ + [ + 1002020, + 1012030 + ] + ] + }, + { + "Level": 74, + "StageID": 201211366, + "MonsterList": [ + [ + 1002020, + 1012030 + ] + ] + }, + { + "Level": 18, + "StageID": 201211370, + "MonsterList": [ + [ + 1002020, + 1002020, + 1002020 + ] + ] + }, + { + "Level": 30, + "StageID": 201211371, + "MonsterList": [ + [ + 1002020, + 1002020, + 1002020 + ] + ] + }, + { + "Level": 39, + "StageID": 201211372, + "MonsterList": [ + [ + 1002020, + 1002020, + 1002020 + ] + ] + }, + { + "Level": 48, + "StageID": 201211373, + "MonsterList": [ + [ + 1002020, + 1002020, + 1002020 + ] + ] + }, + { + "Level": 56, + "StageID": 201211374, + "MonsterList": [ + [ + 1002020, + 1002020, + 1002020 + ] + ] + }, + { + "Level": 66, + "StageID": 201211375, + "MonsterList": [ + [ + 1002020, + 1002020, + 1002020 + ] + ] + }, + { + "Level": 74, + "StageID": 201211376, + "MonsterList": [ + [ + 1002020, + 1002020, + 1002020 + ] + ] + }, + { + "Level": 18, + "StageID": 201211380, + "MonsterList": [ + [ + 1012010, + 1002020, + 1012010 + ] + ] + }, + { + "Level": 30, + "StageID": 201211381, + "MonsterList": [ + [ + 1012010, + 1002020, + 1012010 + ] + ] + }, + { + "Level": 39, + "StageID": 201211382, + "MonsterList": [ + [ + 1012010, + 1002020, + 1012010 + ] + ] + }, + { + "Level": 48, + "StageID": 201211383, + "MonsterList": [ + [ + 1012010, + 1002020, + 1012010 + ] + ] + }, + { + "Level": 56, + "StageID": 201211384, + "MonsterList": [ + [ + 1012010, + 1002020, + 1012010 + ] + ] + }, + { + "Level": 66, + "StageID": 201211385, + "MonsterList": [ + [ + 1012010, + 1002020, + 1012010 + ] + ] + }, + { + "Level": 74, + "StageID": 201211386, + "MonsterList": [ + [ + 1012010, + 1002020, + 1012010 + ] + ] + }, + { + "Level": 18, + "StageID": 201211390, + "MonsterList": [ + [ + 1002020, + 1002020, + 1002020, + 1002020 + ] + ] + }, + { + "Level": 30, + "StageID": 201211391, + "MonsterList": [ + [ + 1002020, + 1002020, + 1002020, + 1002020 + ] + ] + }, + { + "Level": 39, + "StageID": 201211392, + "MonsterList": [ + [ + 1002020, + 1002020, + 1002020, + 1002020 + ] + ] + }, + { + "Level": 48, + "StageID": 201211393, + "MonsterList": [ + [ + 1002020, + 1002020, + 1002020, + 1002020 + ] + ] + }, + { + "Level": 56, + "StageID": 201211394, + "MonsterList": [ + [ + 1002020, + 1002020, + 1002020, + 1002020 + ] + ] + }, + { + "Level": 66, + "StageID": 201211395, + "MonsterList": [ + [ + 1002020, + 1002020, + 1002020, + 1002020 + ] + ] + }, + { + "Level": 74, + "StageID": 201211396, + "MonsterList": [ + [ + 1002020, + 1002020, + 1002020, + 1002020 + ] + ] + }, + { + "Level": 18, + "StageID": 201211400, + "MonsterList": [ + [ + 1002020, + 1012020, + 1002020, + 1012020 + ] + ] + }, + { + "Level": 30, + "StageID": 201211401, + "MonsterList": [ + [ + 1002020, + 1012020, + 1002020, + 1012020 + ] + ] + }, + { + "Level": 39, + "StageID": 201211402, + "MonsterList": [ + [ + 1002020, + 1012020, + 1002020, + 1012020 + ] + ] + }, + { + "Level": 48, + "StageID": 201211403, + "MonsterList": [ + [ + 1002020, + 1012020, + 1002020, + 1012020 + ] + ] + }, + { + "Level": 56, + "StageID": 201211404, + "MonsterList": [ + [ + 1002020, + 1012020, + 1002020, + 1012020 + ] + ] + }, + { + "Level": 66, + "StageID": 201211405, + "MonsterList": [ + [ + 1002020, + 1012020, + 1002020, + 1012020 + ] + ] + }, + { + "Level": 74, + "StageID": 201211406, + "MonsterList": [ + [ + 1002020, + 1012020, + 1002020, + 1012020 + ] + ] + }, + { + "Level": 18, + "StageID": 201211410, + "MonsterList": [ + [ + 1002020, + 1012010, + 1002020, + 1012010 + ] + ] + }, + { + "Level": 30, + "StageID": 201211411, + "MonsterList": [ + [ + 1002020, + 1012010, + 1002020, + 1012010 + ] + ] + }, + { + "Level": 39, + "StageID": 201211412, + "MonsterList": [ + [ + 1002020, + 1012010, + 1002020, + 1012010 + ] + ] + }, + { + "Level": 48, + "StageID": 201211413, + "MonsterList": [ + [ + 1002020, + 1012010, + 1002020, + 1012010 + ] + ] + }, + { + "Level": 56, + "StageID": 201211414, + "MonsterList": [ + [ + 1002020, + 1012010, + 1002020, + 1012010 + ] + ] + }, + { + "Level": 66, + "StageID": 201211415, + "MonsterList": [ + [ + 1002020, + 1012010, + 1002020, + 1012010 + ] + ] + }, + { + "Level": 74, + "StageID": 201211416, + "MonsterList": [ + [ + 1002020, + 1012010, + 1002020, + 1012010 + ] + ] + }, + { + "Level": 18, + "StageID": 201211430, + "MonsterList": [ + [ + 8002040, + 1012030, + 1002020, + 1012030 + ] + ] + }, + { + "Level": 31, + "StageID": 201211431, + "MonsterList": [ + [ + 8002040, + 1012030, + 1002020, + 1012030 + ] + ] + }, + { + "Level": 40, + "StageID": 201211432, + "MonsterList": [ + [ + 8002040, + 1012030, + 1002020, + 1012030 + ] + ] + }, + { + "Level": 48, + "StageID": 201211433, + "MonsterList": [ + [ + 8002040, + 1012030, + 1002020, + 1012030 + ] + ] + }, + { + "Level": 56, + "StageID": 201211434, + "MonsterList": [ + [ + 8002040, + 1012030, + 1002020, + 1012030 + ] + ] + }, + { + "Level": 66, + "StageID": 201211435, + "MonsterList": [ + [ + 8002040, + 1012030, + 1002020, + 1012030 + ] + ] + }, + { + "Level": 75, + "StageID": 201211436, + "MonsterList": [ + [ + 8002040, + 1012030, + 1002020, + 1012030 + ] + ] + }, + { + "Level": 20, + "StageID": 201212010, + "MonsterList": [ + [ + 1002020, + 1002020 + ] + ] + }, + { + "Level": 31, + "StageID": 201212011, + "MonsterList": [ + [ + 1002020, + 1002020 + ] + ] + }, + { + "Level": 40, + "StageID": 201212012, + "MonsterList": [ + [ + 1002020, + 1002020 + ] + ] + }, + { + "Level": 48, + "StageID": 201212013, + "MonsterList": [ + [ + 1002020, + 1002020 + ] + ] + }, + { + "Level": 56, + "StageID": 201212014, + "MonsterList": [ + [ + 1002020, + 1002020 + ] + ] + }, + { + "Level": 66, + "StageID": 201212015, + "MonsterList": [ + [ + 1002020, + 1002020 + ] + ] + }, + { + "Level": 75, + "StageID": 201212016, + "MonsterList": [ + [ + 1002020, + 1002020 + ] + ] + }, + { + "Level": 20, + "StageID": 201212020, + "MonsterList": [ + [ + 1012010, + 1002020, + 1012030 + ] + ] + }, + { + "Level": 31, + "StageID": 201212021, + "MonsterList": [ + [ + 1012010, + 1002020, + 1012030 + ] + ] + }, + { + "Level": 40, + "StageID": 201212022, + "MonsterList": [ + [ + 1012010, + 1002020, + 1012030 + ] + ] + }, + { + "Level": 48, + "StageID": 201212023, + "MonsterList": [ + [ + 1012010, + 1002020, + 1012030 + ] + ] + }, + { + "Level": 56, + "StageID": 201212024, + "MonsterList": [ + [ + 1012010, + 1002020, + 1012030 + ] + ] + }, + { + "Level": 66, + "StageID": 201212025, + "MonsterList": [ + [ + 1012010, + 1002020, + 1012030 + ] + ] + }, + { + "Level": 75, + "StageID": 201212026, + "MonsterList": [ + [ + 1012010, + 1002020, + 1012030 + ] + ] + }, + { + "Level": 20, + "StageID": 201212080, + "MonsterList": [ + [ + 1012030, + 1002020, + 1012010 + ] + ] + }, + { + "Level": 31, + "StageID": 201212081, + "MonsterList": [ + [ + 1012030, + 1002020, + 1012010 + ] + ] + }, + { + "Level": 40, + "StageID": 201212082, + "MonsterList": [ + [ + 1012030, + 1002020, + 1012010 + ] + ] + }, + { + "Level": 48, + "StageID": 201212083, + "MonsterList": [ + [ + 1012030, + 1002020, + 1012010 + ] + ] + }, + { + "Level": 56, + "StageID": 201212084, + "MonsterList": [ + [ + 1012030, + 1002020, + 1012010 + ] + ] + }, + { + "Level": 66, + "StageID": 201212085, + "MonsterList": [ + [ + 1012030, + 1002020, + 1012010 + ] + ] + }, + { + "Level": 75, + "StageID": 201212086, + "MonsterList": [ + [ + 1012030, + 1002020, + 1012010 + ] + ] + }, + { + "Level": 22, + "StageID": 201212310, + "MonsterList": [ + [ + 1012030, + 1013020, + 1012030, + 1012010 + ] + ] + }, + { + "Level": 35, + "StageID": 201212311, + "MonsterList": [ + [ + 1012030, + 1013020, + 1012030, + 1012010 + ] + ] + }, + { + "Level": 44, + "StageID": 201212312, + "MonsterList": [ + [ + 1012030, + 1013020, + 1012030, + 1012010 + ] + ] + }, + { + "Level": 53, + "StageID": 201212313, + "MonsterList": [ + [ + 1012030, + 1013020, + 1012030, + 1012010 + ] + ] + }, + { + "Level": 63, + "StageID": 201212314, + "MonsterList": [ + [ + 1012030, + 1013020, + 1012030, + 1012010 + ] + ] + }, + { + "Level": 72, + "StageID": 201212315, + "MonsterList": [ + [ + 1012030, + 1013020, + 1012030, + 1012010 + ] + ] + }, + { + "Level": 78, + "StageID": 201212316, + "MonsterList": [ + [ + 1012030, + 1013020, + 1012030, + 1012010 + ] + ] + }, + { + "Level": 22, + "StageID": 201212320, + "MonsterList": [ + [ + 1012030, + 1002020, + 1002020, + 1012030 + ] + ] + }, + { + "Level": 35, + "StageID": 201212321, + "MonsterList": [ + [ + 1012030, + 1002020, + 1002020, + 1012030 + ] + ] + }, + { + "Level": 44, + "StageID": 201212322, + "MonsterList": [ + [ + 1012030, + 1002020, + 1002020, + 1012030 + ] + ] + }, + { + "Level": 53, + "StageID": 201212323, + "MonsterList": [ + [ + 1012030, + 1002020, + 1002020, + 1012030 + ] + ] + }, + { + "Level": 63, + "StageID": 201212324, + "MonsterList": [ + [ + 1012030, + 1002020, + 1002020, + 1012030 + ] + ] + }, + { + "Level": 72, + "StageID": 201212325, + "MonsterList": [ + [ + 1012030, + 1002020, + 1002020, + 1012030 + ] + ] + }, + { + "Level": 78, + "StageID": 201212326, + "MonsterList": [ + [ + 1012030, + 1002020, + 1002020, + 1012030 + ] + ] + }, + { + "Level": 22, + "StageID": 201212340, + "MonsterList": [ + [ + 1012030, + 1002020, + 1012030, + 1002020, + 1012030 + ] + ] + }, + { + "Level": 35, + "StageID": 201212341, + "MonsterList": [ + [ + 1012030, + 1002020, + 1012030, + 1002020, + 1012030 + ] + ] + }, + { + "Level": 44, + "StageID": 201212342, + "MonsterList": [ + [ + 1012030, + 1002020, + 1012030, + 1002020, + 1012030 + ] + ] + }, + { + "Level": 53, + "StageID": 201212343, + "MonsterList": [ + [ + 1012030, + 1002020, + 1012030, + 1002020, + 1012030 + ] + ] + }, + { + "Level": 63, + "StageID": 201212344, + "MonsterList": [ + [ + 1012030, + 1002020, + 1012030, + 1002020, + 1012030 + ] + ] + }, + { + "Level": 72, + "StageID": 201212345, + "MonsterList": [ + [ + 1012030, + 1002020, + 1012030, + 1002020, + 1012030 + ] + ] + }, + { + "Level": 78, + "StageID": 201212346, + "MonsterList": [ + [ + 1012030, + 1002020, + 1012030, + 1002020, + 1012030 + ] + ] + }, + { + "Level": 20, + "StageID": 201220010, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 30, + "StageID": 201220011, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 39, + "StageID": 201220012, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 201220013, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 56, + "StageID": 201220014, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 66, + "StageID": 201220015, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 74, + "StageID": 201220016, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 20, + "StageID": 201220030, + "MonsterList": [ + [ + 8001020, + 8002010, + 8001020 + ] + ] + }, + { + "Level": 30, + "StageID": 201220031, + "MonsterList": [ + [ + 8001020, + 8002010, + 8001020 + ] + ] + }, + { + "Level": 39, + "StageID": 201220032, + "MonsterList": [ + [ + 8001020, + 8002010, + 8001020 + ] + ] + }, + { + "Level": 48, + "StageID": 201220033, + "MonsterList": [ + [ + 8001020, + 8002010, + 8001020 + ] + ] + }, + { + "Level": 56, + "StageID": 201220034, + "MonsterList": [ + [ + 8001020, + 8002010, + 8001020 + ] + ] + }, + { + "Level": 66, + "StageID": 201220035, + "MonsterList": [ + [ + 8001020, + 8002010, + 8001020 + ] + ] + }, + { + "Level": 74, + "StageID": 201220036, + "MonsterList": [ + [ + 8001020, + 8002010, + 8001020 + ] + ] + }, + { + "Level": 20, + "StageID": 201220040, + "MonsterList": [ + [ + 8001020, + 8001010, + 8001010, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 30, + "StageID": 201220041, + "MonsterList": [ + [ + 8001020, + 8001010, + 8001010, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 39, + "StageID": 201220042, + "MonsterList": [ + [ + 8001020, + 8001010, + 8001010, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 201220043, + "MonsterList": [ + [ + 8001020, + 8001010, + 8001010, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 56, + "StageID": 201220044, + "MonsterList": [ + [ + 8001020, + 8001010, + 8001010, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 66, + "StageID": 201220045, + "MonsterList": [ + [ + 8001020, + 8001010, + 8001010, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 74, + "StageID": 201220046, + "MonsterList": [ + [ + 8001020, + 8001010, + 8001010, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 20, + "StageID": 201220050, + "MonsterList": [ + [ + 1022020, + 8002010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 30, + "StageID": 201220051, + "MonsterList": [ + [ + 1022020, + 8002010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 39, + "StageID": 201220052, + "MonsterList": [ + [ + 1022020, + 8002010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 201220053, + "MonsterList": [ + [ + 1022020, + 8002010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 56, + "StageID": 201220054, + "MonsterList": [ + [ + 1022020, + 8002010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 66, + "StageID": 201220055, + "MonsterList": [ + [ + 1022020, + 8002010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 74, + "StageID": 201220056, + "MonsterList": [ + [ + 1022020, + 8002010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 20, + "StageID": 201220060, + "MonsterList": [ + [ + 8001010, + 1022010, + 1022010, + 8001010 + ] + ] + }, + { + "Level": 30, + "StageID": 201220061, + "MonsterList": [ + [ + 8001010, + 1022010, + 1022010, + 8001010 + ] + ] + }, + { + "Level": 39, + "StageID": 201220062, + "MonsterList": [ + [ + 8001010, + 1022010, + 1022010, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 201220063, + "MonsterList": [ + [ + 8001010, + 1022010, + 1022010, + 8001010 + ] + ] + }, + { + "Level": 56, + "StageID": 201220064, + "MonsterList": [ + [ + 8001010, + 1022010, + 1022010, + 8001010 + ] + ] + }, + { + "Level": 66, + "StageID": 201220065, + "MonsterList": [ + [ + 8001010, + 1022010, + 1022010, + 8001010 + ] + ] + }, + { + "Level": 74, + "StageID": 201220066, + "MonsterList": [ + [ + 8001010, + 1022010, + 1022010, + 8001010 + ] + ] + }, + { + "Level": 20, + "StageID": 201220070, + "MonsterList": [ + [ + 8001020, + 1022010, + 8002010, + 8001020 + ] + ] + }, + { + "Level": 30, + "StageID": 201220071, + "MonsterList": [ + [ + 8001020, + 1022010, + 8002010, + 8001020 + ] + ] + }, + { + "Level": 39, + "StageID": 201220072, + "MonsterList": [ + [ + 8001020, + 1022010, + 8002010, + 8001020 + ] + ] + }, + { + "Level": 48, + "StageID": 201220073, + "MonsterList": [ + [ + 8001020, + 1022010, + 8002010, + 8001020 + ] + ] + }, + { + "Level": 56, + "StageID": 201220074, + "MonsterList": [ + [ + 8001020, + 1022010, + 8002010, + 8001020 + ] + ] + }, + { + "Level": 66, + "StageID": 201220075, + "MonsterList": [ + [ + 8001020, + 1022010, + 8002010, + 8001020 + ] + ] + }, + { + "Level": 74, + "StageID": 201220076, + "MonsterList": [ + [ + 8001020, + 1022010, + 8002010, + 8001020 + ] + ] + }, + { + "Level": 20, + "StageID": 201220080, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010, + 8001010 + ] + ] + }, + { + "Level": 30, + "StageID": 201220081, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010, + 8001010 + ] + ] + }, + { + "Level": 39, + "StageID": 201220082, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 201220083, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010, + 8001010 + ] + ] + }, + { + "Level": 56, + "StageID": 201220084, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010, + 8001010 + ] + ] + }, + { + "Level": 66, + "StageID": 201220085, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010, + 8001010 + ] + ] + }, + { + "Level": 74, + "StageID": 201220086, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010, + 8001010 + ] + ] + }, + { + "Level": 20, + "StageID": 201220090, + "MonsterList": [ + [ + 8002010, + 1022020 + ] + ] + }, + { + "Level": 30, + "StageID": 201220091, + "MonsterList": [ + [ + 8002010, + 1022020 + ] + ] + }, + { + "Level": 39, + "StageID": 201220092, + "MonsterList": [ + [ + 8002010, + 1022020 + ] + ] + }, + { + "Level": 48, + "StageID": 201220093, + "MonsterList": [ + [ + 8002010, + 1022020 + ] + ] + }, + { + "Level": 56, + "StageID": 201220094, + "MonsterList": [ + [ + 8002010, + 1022020 + ] + ] + }, + { + "Level": 66, + "StageID": 201220095, + "MonsterList": [ + [ + 8002010, + 1022020 + ] + ] + }, + { + "Level": 74, + "StageID": 201220096, + "MonsterList": [ + [ + 8002010, + 1022020 + ] + ] + }, + { + "Level": 20, + "StageID": 201220100, + "MonsterList": [ + [ + 800301001 + ] + ] + }, + { + "Level": 31, + "StageID": 201220101, + "MonsterList": [ + [ + 800301001 + ] + ] + }, + { + "Level": 40, + "StageID": 201220102, + "MonsterList": [ + [ + 800301001 + ] + ] + }, + { + "Level": 48, + "StageID": 201220103, + "MonsterList": [ + [ + 800301001 + ] + ] + }, + { + "Level": 56, + "StageID": 201220104, + "MonsterList": [ + [ + 800301001 + ] + ] + }, + { + "Level": 66, + "StageID": 201220105, + "MonsterList": [ + [ + 800301001 + ] + ] + }, + { + "Level": 75, + "StageID": 201220106, + "MonsterList": [ + [ + 800301001 + ] + ] + }, + { + "Level": 22, + "StageID": 201221020, + "MonsterList": [ + [ + 8001020, + 8002010, + 8001020 + ] + ] + }, + { + "Level": 31, + "StageID": 201221021, + "MonsterList": [ + [ + 8001020, + 8002010, + 8001020 + ] + ] + }, + { + "Level": 40, + "StageID": 201221022, + "MonsterList": [ + [ + 8001020, + 8002010, + 8001020 + ] + ] + }, + { + "Level": 48, + "StageID": 201221023, + "MonsterList": [ + [ + 8001020, + 8002010, + 8001020 + ] + ] + }, + { + "Level": 56, + "StageID": 201221024, + "MonsterList": [ + [ + 8001020, + 8002010, + 8001020 + ] + ] + }, + { + "Level": 66, + "StageID": 201221025, + "MonsterList": [ + [ + 8001020, + 8002010, + 8001020 + ] + ] + }, + { + "Level": 75, + "StageID": 201221026, + "MonsterList": [ + [ + 8001020, + 8002010, + 8001020 + ] + ] + }, + { + "Level": 22, + "StageID": 201221050, + "MonsterList": [ + [ + 8001010, + 1022010, + 1022010, + 8001010 + ] + ] + }, + { + "Level": 31, + "StageID": 201221051, + "MonsterList": [ + [ + 8001010, + 1022010, + 1022010, + 8001010 + ] + ] + }, + { + "Level": 40, + "StageID": 201221052, + "MonsterList": [ + [ + 8001010, + 1022010, + 1022010, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 201221053, + "MonsterList": [ + [ + 8001010, + 1022010, + 1022010, + 8001010 + ] + ] + }, + { + "Level": 56, + "StageID": 201221054, + "MonsterList": [ + [ + 8001010, + 1022010, + 1022010, + 8001010 + ] + ] + }, + { + "Level": 66, + "StageID": 201221055, + "MonsterList": [ + [ + 8001010, + 1022010, + 1022010, + 8001010 + ] + ] + }, + { + "Level": 75, + "StageID": 201221056, + "MonsterList": [ + [ + 8001010, + 1022010, + 1022010, + 8001010 + ] + ] + }, + { + "Level": 22, + "StageID": 201221060, + "MonsterList": [ + [ + 8001020, + 8002010, + 8002040, + 8001020 + ] + ] + }, + { + "Level": 31, + "StageID": 201221061, + "MonsterList": [ + [ + 8001020, + 8002010, + 8002040, + 8001020 + ] + ] + }, + { + "Level": 41, + "StageID": 201221062, + "MonsterList": [ + [ + 8001020, + 8002010, + 8002040, + 8001020 + ] + ] + }, + { + "Level": 48, + "StageID": 201221063, + "MonsterList": [ + [ + 8001020, + 8002010, + 8002040, + 8001020 + ] + ] + }, + { + "Level": 56, + "StageID": 201221064, + "MonsterList": [ + [ + 8001020, + 8002010, + 8002040, + 8001020 + ] + ] + }, + { + "Level": 66, + "StageID": 201221065, + "MonsterList": [ + [ + 8001020, + 8002010, + 8002040, + 8001020 + ] + ] + }, + { + "Level": 76, + "StageID": 201221066, + "MonsterList": [ + [ + 8001020, + 8002010, + 8002040, + 8001020 + ] + ] + }, + { + "Level": 22, + "StageID": 201221310, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 31, + "StageID": 201221311, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 40, + "StageID": 201221312, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 201221313, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 56, + "StageID": 201221314, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 66, + "StageID": 201221315, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 75, + "StageID": 201221316, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 22, + "StageID": 201221320, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 31, + "StageID": 201221321, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 40, + "StageID": 201221322, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 48, + "StageID": 201221323, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 56, + "StageID": 201221324, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 66, + "StageID": 201221325, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 75, + "StageID": 201221326, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 22, + "StageID": 201221330, + "MonsterList": [ + [ + 8001020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 31, + "StageID": 201221331, + "MonsterList": [ + [ + 8001020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 40, + "StageID": 201221332, + "MonsterList": [ + [ + 8001020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 48, + "StageID": 201221333, + "MonsterList": [ + [ + 8001020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 56, + "StageID": 201221334, + "MonsterList": [ + [ + 8001020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 66, + "StageID": 201221335, + "MonsterList": [ + [ + 8001020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 75, + "StageID": 201221336, + "MonsterList": [ + [ + 8001020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 22, + "StageID": 201221340, + "MonsterList": [ + [ + 1022010, + 1022010 + ] + ] + }, + { + "Level": 31, + "StageID": 201221341, + "MonsterList": [ + [ + 1022010, + 1022010 + ] + ] + }, + { + "Level": 40, + "StageID": 201221342, + "MonsterList": [ + [ + 1022010, + 1022010 + ] + ] + }, + { + "Level": 48, + "StageID": 201221343, + "MonsterList": [ + [ + 1022010, + 1022010 + ] + ] + }, + { + "Level": 56, + "StageID": 201221344, + "MonsterList": [ + [ + 1022010, + 1022010 + ] + ] + }, + { + "Level": 66, + "StageID": 201221345, + "MonsterList": [ + [ + 1022010, + 1022010 + ] + ] + }, + { + "Level": 75, + "StageID": 201221346, + "MonsterList": [ + [ + 1022010, + 1022010 + ] + ] + }, + { + "Level": 22, + "StageID": 201221350, + "MonsterList": [ + [ + 8001010, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 31, + "StageID": 201221351, + "MonsterList": [ + [ + 8001010, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 40, + "StageID": 201221352, + "MonsterList": [ + [ + 8001010, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 48, + "StageID": 201221353, + "MonsterList": [ + [ + 8001010, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 56, + "StageID": 201221354, + "MonsterList": [ + [ + 8001010, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 66, + "StageID": 201221355, + "MonsterList": [ + [ + 8001010, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 75, + "StageID": 201221356, + "MonsterList": [ + [ + 8001010, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 22, + "StageID": 201221360, + "MonsterList": [ + [ + 8001020, + 8001010, + 8001010 + ] + ] + }, + { + "Level": 31, + "StageID": 201221361, + "MonsterList": [ + [ + 8001020, + 8001010, + 8001010 + ] + ] + }, + { + "Level": 40, + "StageID": 201221362, + "MonsterList": [ + [ + 8001020, + 8001010, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 201221363, + "MonsterList": [ + [ + 8001020, + 8001010, + 8001010 + ] + ] + }, + { + "Level": 56, + "StageID": 201221364, + "MonsterList": [ + [ + 8001020, + 8001010, + 8001010 + ] + ] + }, + { + "Level": 66, + "StageID": 201221365, + "MonsterList": [ + [ + 8001020, + 8001010, + 8001010 + ] + ] + }, + { + "Level": 75, + "StageID": 201221366, + "MonsterList": [ + [ + 8001020, + 8001010, + 8001010 + ] + ] + }, + { + "Level": 22, + "StageID": 201221370, + "MonsterList": [ + [ + 1022020, + 1022020 + ] + ] + }, + { + "Level": 31, + "StageID": 201221371, + "MonsterList": [ + [ + 1022020, + 1022020 + ] + ] + }, + { + "Level": 40, + "StageID": 201221372, + "MonsterList": [ + [ + 1022020, + 1022020 + ] + ] + }, + { + "Level": 48, + "StageID": 201221373, + "MonsterList": [ + [ + 1022020, + 1022020 + ] + ] + }, + { + "Level": 56, + "StageID": 201221374, + "MonsterList": [ + [ + 1022020, + 1022020 + ] + ] + }, + { + "Level": 66, + "StageID": 201221375, + "MonsterList": [ + [ + 1022020, + 1022020 + ] + ] + }, + { + "Level": 75, + "StageID": 201221376, + "MonsterList": [ + [ + 1022020, + 1022020 + ] + ] + }, + { + "Level": 22, + "StageID": 201221380, + "MonsterList": [ + [ + 1022020, + 8002010 + ] + ] + }, + { + "Level": 31, + "StageID": 201221381, + "MonsterList": [ + [ + 1022020, + 8002010 + ] + ] + }, + { + "Level": 40, + "StageID": 201221382, + "MonsterList": [ + [ + 1022020, + 8002010 + ] + ] + }, + { + "Level": 48, + "StageID": 201221383, + "MonsterList": [ + [ + 1022020, + 8002010 + ] + ] + }, + { + "Level": 56, + "StageID": 201221384, + "MonsterList": [ + [ + 1022020, + 8002010 + ] + ] + }, + { + "Level": 66, + "StageID": 201221385, + "MonsterList": [ + [ + 1022020, + 8002010 + ] + ] + }, + { + "Level": 75, + "StageID": 201221386, + "MonsterList": [ + [ + 1022020, + 8002010 + ] + ] + }, + { + "Level": 22, + "StageID": 201222010, + "MonsterList": [ + [ + 8001020, + 8001010, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 31, + "StageID": 201222011, + "MonsterList": [ + [ + 8001020, + 8001010, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 41, + "StageID": 201222012, + "MonsterList": [ + [ + 8001020, + 8001010, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 48, + "StageID": 201222013, + "MonsterList": [ + [ + 8001020, + 8001010, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 56, + "StageID": 201222014, + "MonsterList": [ + [ + 8001020, + 8001010, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 66, + "StageID": 201222015, + "MonsterList": [ + [ + 8001020, + 8001010, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 76, + "StageID": 201222016, + "MonsterList": [ + [ + 8001020, + 8001010, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 22, + "StageID": 201222020, + "MonsterList": [ + [ + 1022010, + 8002010, + 1022010 + ] + ] + }, + { + "Level": 31, + "StageID": 201222021, + "MonsterList": [ + [ + 1022010, + 8002010, + 1022010 + ] + ] + }, + { + "Level": 41, + "StageID": 201222022, + "MonsterList": [ + [ + 1022010, + 8002010, + 1022010 + ] + ] + }, + { + "Level": 48, + "StageID": 201222023, + "MonsterList": [ + [ + 1022010, + 8002010, + 1022010 + ] + ] + }, + { + "Level": 56, + "StageID": 201222024, + "MonsterList": [ + [ + 1022010, + 8002010, + 1022010 + ] + ] + }, + { + "Level": 66, + "StageID": 201222025, + "MonsterList": [ + [ + 1022010, + 8002010, + 1022010 + ] + ] + }, + { + "Level": 76, + "StageID": 201222026, + "MonsterList": [ + [ + 1022010, + 8002010, + 1022010 + ] + ] + }, + { + "Level": 24, + "StageID": 201222050, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012020 + ], + [ + 1012020, + 1002020, + 1002020, + 1012020 + ] + ] + }, + { + "Level": 32, + "StageID": 201222051, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012020 + ], + [ + 1012020, + 1002020, + 1002020, + 1012020 + ] + ] + }, + { + "Level": 40, + "StageID": 201222052, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012020 + ], + [ + 1012020, + 1002020, + 1002020, + 1012020 + ] + ] + }, + { + "Level": 48, + "StageID": 201222053, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012020 + ], + [ + 1012020, + 1002020, + 1002020, + 1012020 + ] + ] + }, + { + "Level": 56, + "StageID": 201222054, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012020 + ], + [ + 1012020, + 1002020, + 1002020, + 1012020 + ] + ] + }, + { + "Level": 66, + "StageID": 201222055, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012020 + ], + [ + 1012020, + 1002020, + 1002020, + 1012020 + ] + ] + }, + { + "Level": 76, + "StageID": 201222056, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012020 + ], + [ + 1012020, + 1002020, + 1002020, + 1012020 + ] + ] + }, + { + "Level": 24, + "StageID": 201222060, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 32, + "StageID": 201222061, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 40, + "StageID": 201222062, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 48, + "StageID": 201222063, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 56, + "StageID": 201222064, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 66, + "StageID": 201222065, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 76, + "StageID": 201222066, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 24, + "StageID": 201222110, + "MonsterList": [ + [ + 101202001, + 101202002 + ] + ] + }, + { + "Level": 32, + "StageID": 201222111, + "MonsterList": [ + [ + 101202001, + 101202002 + ] + ] + }, + { + "Level": 40, + "StageID": 201222112, + "MonsterList": [ + [ + 101202001, + 101202002 + ] + ] + }, + { + "Level": 48, + "StageID": 201222113, + "MonsterList": [ + [ + 101202001, + 101202002 + ] + ] + }, + { + "Level": 56, + "StageID": 201222114, + "MonsterList": [ + [ + 101202001, + 101202002 + ] + ] + }, + { + "Level": 66, + "StageID": 201222115, + "MonsterList": [ + [ + 101202001, + 101202002 + ] + ] + }, + { + "Level": 76, + "StageID": 201222116, + "MonsterList": [ + [ + 101202001, + 101202002 + ] + ] + }, + { + "Level": 24, + "StageID": 201222120, + "MonsterList": [ + [ + 100202004, + 101203003 + ] + ] + }, + { + "Level": 32, + "StageID": 201222121, + "MonsterList": [ + [ + 100202004, + 101203003 + ] + ] + }, + { + "Level": 40, + "StageID": 201222122, + "MonsterList": [ + [ + 100202004, + 101203003 + ] + ] + }, + { + "Level": 48, + "StageID": 201222123, + "MonsterList": [ + [ + 100202004, + 101203003 + ] + ] + }, + { + "Level": 56, + "StageID": 201222124, + "MonsterList": [ + [ + 100202004, + 101203003 + ] + ] + }, + { + "Level": 66, + "StageID": 201222125, + "MonsterList": [ + [ + 100202004, + 101203003 + ] + ] + }, + { + "Level": 76, + "StageID": 201222126, + "MonsterList": [ + [ + 100202004, + 101203003 + ] + ] + }, + { + "Level": 24, + "StageID": 201222130, + "MonsterList": [ + [ + 101301005 + ] + ] + }, + { + "Level": 32, + "StageID": 201222131, + "MonsterList": [ + [ + 101301005 + ] + ] + }, + { + "Level": 40, + "StageID": 201222132, + "MonsterList": [ + [ + 101301005 + ] + ] + }, + { + "Level": 48, + "StageID": 201222133, + "MonsterList": [ + [ + 101301005 + ] + ] + }, + { + "Level": 56, + "StageID": 201222134, + "MonsterList": [ + [ + 101301005 + ] + ] + }, + { + "Level": 66, + "StageID": 201222135, + "MonsterList": [ + [ + 101301005 + ] + ] + }, + { + "Level": 76, + "StageID": 201222136, + "MonsterList": [ + [ + 101301005 + ] + ] + }, + { + "Level": 24, + "StageID": 201222140, + "MonsterList": [ + [ + 100202005, + 101302003 + ] + ] + }, + { + "Level": 32, + "StageID": 201222141, + "MonsterList": [ + [ + 100202005, + 101302003 + ] + ] + }, + { + "Level": 40, + "StageID": 201222142, + "MonsterList": [ + [ + 100202005, + 101302003 + ] + ] + }, + { + "Level": 48, + "StageID": 201222143, + "MonsterList": [ + [ + 100202005, + 101302003 + ] + ] + }, + { + "Level": 56, + "StageID": 201222144, + "MonsterList": [ + [ + 100202005, + 101302003 + ] + ] + }, + { + "Level": 66, + "StageID": 201222145, + "MonsterList": [ + [ + 100202005, + 101302003 + ] + ] + }, + { + "Level": 76, + "StageID": 201222146, + "MonsterList": [ + [ + 100202005, + 101302003 + ] + ] + }, + { + "Level": 24, + "StageID": 201222150, + "MonsterList": [ + [ + 101301005, + 101302004 + ] + ] + }, + { + "Level": 32, + "StageID": 201222151, + "MonsterList": [ + [ + 101301005, + 101302004 + ] + ] + }, + { + "Level": 40, + "StageID": 201222152, + "MonsterList": [ + [ + 101301005, + 101302004 + ] + ] + }, + { + "Level": 48, + "StageID": 201222153, + "MonsterList": [ + [ + 101301005, + 101302004 + ] + ] + }, + { + "Level": 56, + "StageID": 201222154, + "MonsterList": [ + [ + 101301005, + 101302004 + ] + ] + }, + { + "Level": 66, + "StageID": 201222155, + "MonsterList": [ + [ + 101301005, + 101302004 + ] + ] + }, + { + "Level": 76, + "StageID": 201222156, + "MonsterList": [ + [ + 101301005, + 101302004 + ] + ] + }, + { + "Level": 26, + "StageID": 201222310, + "MonsterList": [ + [ + 1022010, + 8003010, + 1022010 + ] + ] + }, + { + "Level": 36, + "StageID": 201222311, + "MonsterList": [ + [ + 1022010, + 8003010, + 1022010 + ] + ] + }, + { + "Level": 45, + "StageID": 201222312, + "MonsterList": [ + [ + 1022010, + 8003010, + 1022010 + ] + ] + }, + { + "Level": 54, + "StageID": 201222313, + "MonsterList": [ + [ + 1022010, + 8003010, + 1022010 + ] + ] + }, + { + "Level": 63, + "StageID": 201222314, + "MonsterList": [ + [ + 1022010, + 8003010, + 1022010 + ] + ] + }, + { + "Level": 73, + "StageID": 201222315, + "MonsterList": [ + [ + 1022010, + 8003010, + 1022010 + ] + ] + }, + { + "Level": 78, + "StageID": 201222316, + "MonsterList": [ + [ + 1022010, + 8003010, + 1022010 + ] + ] + }, + { + "Level": 26, + "StageID": 201222320, + "MonsterList": [ + [ + 1022010, + 8003050, + 1022010 + ] + ] + }, + { + "Level": 36, + "StageID": 201222321, + "MonsterList": [ + [ + 1022010, + 8003050, + 1022010 + ] + ] + }, + { + "Level": 45, + "StageID": 201222322, + "MonsterList": [ + [ + 1022010, + 8003050, + 1022010 + ] + ] + }, + { + "Level": 54, + "StageID": 201222323, + "MonsterList": [ + [ + 1022010, + 8003050, + 1022010 + ] + ] + }, + { + "Level": 63, + "StageID": 201222324, + "MonsterList": [ + [ + 1022010, + 8003050, + 1022010 + ] + ] + }, + { + "Level": 73, + "StageID": 201222325, + "MonsterList": [ + [ + 1022010, + 8003050, + 1022010 + ] + ] + }, + { + "Level": 78, + "StageID": 201222326, + "MonsterList": [ + [ + 1022010, + 8003050, + 1022010 + ] + ] + }, + { + "Level": 26, + "StageID": 201222330, + "MonsterList": [ + [ + 1022010, + 8002010, + 8002010, + 1022010 + ] + ] + }, + { + "Level": 36, + "StageID": 201222331, + "MonsterList": [ + [ + 1022010, + 8002010, + 8002010, + 1022010 + ] + ] + }, + { + "Level": 45, + "StageID": 201222332, + "MonsterList": [ + [ + 1022010, + 8002010, + 8002010, + 1022010 + ] + ] + }, + { + "Level": 54, + "StageID": 201222333, + "MonsterList": [ + [ + 1022010, + 8002010, + 8002010, + 1022010 + ] + ] + }, + { + "Level": 63, + "StageID": 201222334, + "MonsterList": [ + [ + 1022010, + 8002010, + 8002010, + 1022010 + ] + ] + }, + { + "Level": 73, + "StageID": 201222335, + "MonsterList": [ + [ + 1022010, + 8002010, + 8002010, + 1022010 + ] + ] + }, + { + "Level": 78, + "StageID": 201222336, + "MonsterList": [ + [ + 1022010, + 8002010, + 8002010, + 1022010 + ] + ] + }, + { + "Level": 26, + "StageID": 201222340, + "MonsterList": [ + [ + 1022020, + 1022010, + 1022020, + 1022010 + ] + ] + }, + { + "Level": 36, + "StageID": 201222341, + "MonsterList": [ + [ + 1022020, + 1022010, + 1022020, + 1022010 + ] + ] + }, + { + "Level": 45, + "StageID": 201222342, + "MonsterList": [ + [ + 1022020, + 1022010, + 1022020, + 1022010 + ] + ] + }, + { + "Level": 54, + "StageID": 201222343, + "MonsterList": [ + [ + 1022020, + 1022010, + 1022020, + 1022010 + ] + ] + }, + { + "Level": 63, + "StageID": 201222344, + "MonsterList": [ + [ + 1022020, + 1022010, + 1022020, + 1022010 + ] + ] + }, + { + "Level": 73, + "StageID": 201222345, + "MonsterList": [ + [ + 1022020, + 1022010, + 1022020, + 1022010 + ] + ] + }, + { + "Level": 78, + "StageID": 201222346, + "MonsterList": [ + [ + 1022020, + 1022010, + 1022020, + 1022010 + ] + ] + }, + { + "Level": 23, + "StageID": 201230010, + "MonsterList": [ + [ + 1012030, + 1012030 + ] + ] + }, + { + "Level": 31, + "StageID": 201230011, + "MonsterList": [ + [ + 1012030, + 1012030 + ] + ] + }, + { + "Level": 40, + "StageID": 201230012, + "MonsterList": [ + [ + 1012030, + 1012030 + ] + ] + }, + { + "Level": 48, + "StageID": 201230013, + "MonsterList": [ + [ + 1012030, + 1012030 + ] + ] + }, + { + "Level": 56, + "StageID": 201230014, + "MonsterList": [ + [ + 1012030, + 1012030 + ] + ] + }, + { + "Level": 66, + "StageID": 201230015, + "MonsterList": [ + [ + 1012030, + 1012030 + ] + ] + }, + { + "Level": 75, + "StageID": 201230016, + "MonsterList": [ + [ + 1012030, + 1012030 + ] + ] + }, + { + "Level": 23, + "StageID": 201230020, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 31, + "StageID": 201230021, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 40, + "StageID": 201230022, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 48, + "StageID": 201230023, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 56, + "StageID": 201230024, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 66, + "StageID": 201230025, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 75, + "StageID": 201230026, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 23, + "StageID": 201230030, + "MonsterList": [ + [ + 1012030, + 1012010, + 1012030 + ] + ] + }, + { + "Level": 31, + "StageID": 201230031, + "MonsterList": [ + [ + 1012030, + 1012010, + 1012030 + ] + ] + }, + { + "Level": 40, + "StageID": 201230032, + "MonsterList": [ + [ + 1012030, + 1012010, + 1012030 + ] + ] + }, + { + "Level": 48, + "StageID": 201230033, + "MonsterList": [ + [ + 1012030, + 1012010, + 1012030 + ] + ] + }, + { + "Level": 56, + "StageID": 201230034, + "MonsterList": [ + [ + 1012030, + 1012010, + 1012030 + ] + ] + }, + { + "Level": 66, + "StageID": 201230035, + "MonsterList": [ + [ + 1012030, + 1012010, + 1012030 + ] + ] + }, + { + "Level": 75, + "StageID": 201230036, + "MonsterList": [ + [ + 1012030, + 1012010, + 1012030 + ] + ] + }, + { + "Level": 23, + "StageID": 201230040, + "MonsterList": [ + [ + 800302001 + ] + ] + }, + { + "Level": 31, + "StageID": 201230041, + "MonsterList": [ + [ + 800302001 + ] + ] + }, + { + "Level": 41, + "StageID": 201230042, + "MonsterList": [ + [ + 800302001 + ] + ] + }, + { + "Level": 48, + "StageID": 201230043, + "MonsterList": [ + [ + 800302001 + ] + ] + }, + { + "Level": 56, + "StageID": 201230044, + "MonsterList": [ + [ + 800302001 + ] + ] + }, + { + "Level": 66, + "StageID": 201230045, + "MonsterList": [ + [ + 800302001 + ] + ] + }, + { + "Level": 76, + "StageID": 201230046, + "MonsterList": [ + [ + 800302001 + ] + ] + }, + { + "Level": 24, + "StageID": 201230050, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030, + 1012020 + ] + ] + }, + { + "Level": 32, + "StageID": 201230051, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030, + 1012020 + ] + ] + }, + { + "Level": 40, + "StageID": 201230052, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030, + 1012020 + ] + ] + }, + { + "Level": 48, + "StageID": 201230053, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030, + 1012020 + ] + ] + }, + { + "Level": 56, + "StageID": 201230054, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030, + 1012020 + ] + ] + }, + { + "Level": 66, + "StageID": 201230055, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030, + 1012020 + ] + ] + }, + { + "Level": 75, + "StageID": 201230056, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030, + 1012020 + ] + ] + }, + { + "Level": 24, + "StageID": 201230060, + "MonsterList": [ + [ + 1012020, + 1012010, + 1012020 + ] + ] + }, + { + "Level": 32, + "StageID": 201230061, + "MonsterList": [ + [ + 1012020, + 1012010, + 1012020 + ] + ] + }, + { + "Level": 40, + "StageID": 201230062, + "MonsterList": [ + [ + 1012020, + 1012010, + 1012020 + ] + ] + }, + { + "Level": 48, + "StageID": 201230063, + "MonsterList": [ + [ + 1012020, + 1012010, + 1012020 + ] + ] + }, + { + "Level": 56, + "StageID": 201230064, + "MonsterList": [ + [ + 1012020, + 1012010, + 1012020 + ] + ] + }, + { + "Level": 66, + "StageID": 201230065, + "MonsterList": [ + [ + 1012020, + 1012010, + 1012020 + ] + ] + }, + { + "Level": 75, + "StageID": 201230066, + "MonsterList": [ + [ + 1012020, + 1012010, + 1012020 + ] + ] + }, + { + "Level": 24, + "StageID": 201230070, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012010 + ] + ] + }, + { + "Level": 32, + "StageID": 201230071, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012010 + ] + ] + }, + { + "Level": 40, + "StageID": 201230072, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012010 + ] + ] + }, + { + "Level": 48, + "StageID": 201230073, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012010 + ] + ] + }, + { + "Level": 56, + "StageID": 201230074, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012010 + ] + ] + }, + { + "Level": 66, + "StageID": 201230075, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012010 + ] + ] + }, + { + "Level": 75, + "StageID": 201230076, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012010 + ] + ] + }, + { + "Level": 24, + "StageID": 201230090, + "MonsterList": [ + [ + 101401004 + ] + ] + }, + { + "Level": 32, + "StageID": 201230091, + "MonsterList": [ + [ + 101401004 + ] + ] + }, + { + "Level": 40, + "StageID": 201230092, + "MonsterList": [ + [ + 101401004 + ] + ] + }, + { + "Level": 48, + "StageID": 201230093, + "MonsterList": [ + [ + 101401004 + ] + ] + }, + { + "Level": 56, + "StageID": 201230094, + "MonsterList": [ + [ + 101401004 + ] + ] + }, + { + "Level": 66, + "StageID": 201230095, + "MonsterList": [ + [ + 101401004 + ] + ] + }, + { + "Level": 76, + "StageID": 201230096, + "MonsterList": [ + [ + 101401004 + ] + ] + }, + { + "Level": 24, + "StageID": 201230100, + "MonsterList": [ + [ + 101401001 + ] + ] + }, + { + "Level": 32, + "StageID": 201230101, + "MonsterList": [ + [ + 101401001 + ] + ] + }, + { + "Level": 40, + "StageID": 201230102, + "MonsterList": [ + [ + 101401001 + ] + ] + }, + { + "Level": 48, + "StageID": 201230103, + "MonsterList": [ + [ + 101401001 + ] + ] + }, + { + "Level": 56, + "StageID": 201230104, + "MonsterList": [ + [ + 101401001 + ] + ] + }, + { + "Level": 66, + "StageID": 201230105, + "MonsterList": [ + [ + 101401001 + ] + ] + }, + { + "Level": 76, + "StageID": 201230106, + "MonsterList": [ + [ + 101401001 + ] + ] + }, + { + "Level": 24, + "StageID": 201230310, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 32, + "StageID": 201230311, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 40, + "StageID": 201230312, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 48, + "StageID": 201230313, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 56, + "StageID": 201230314, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 66, + "StageID": 201230315, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 75, + "StageID": 201230316, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 24, + "StageID": 201230320, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012020 + ] + ] + }, + { + "Level": 32, + "StageID": 201230321, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012020 + ] + ] + }, + { + "Level": 40, + "StageID": 201230322, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012020 + ] + ] + }, + { + "Level": 48, + "StageID": 201230323, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012020 + ] + ] + }, + { + "Level": 56, + "StageID": 201230324, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012020 + ] + ] + }, + { + "Level": 66, + "StageID": 201230325, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012020 + ] + ] + }, + { + "Level": 75, + "StageID": 201230326, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012020 + ] + ] + }, + { + "Level": 24, + "StageID": 201230330, + "MonsterList": [ + [ + 1012030, + 1012010, + 1012030 + ] + ] + }, + { + "Level": 32, + "StageID": 201230331, + "MonsterList": [ + [ + 1012030, + 1012010, + 1012030 + ] + ] + }, + { + "Level": 40, + "StageID": 201230332, + "MonsterList": [ + [ + 1012030, + 1012010, + 1012030 + ] + ] + }, + { + "Level": 48, + "StageID": 201230333, + "MonsterList": [ + [ + 1012030, + 1012010, + 1012030 + ] + ] + }, + { + "Level": 56, + "StageID": 201230334, + "MonsterList": [ + [ + 1012030, + 1012010, + 1012030 + ] + ] + }, + { + "Level": 66, + "StageID": 201230335, + "MonsterList": [ + [ + 1012030, + 1012010, + 1012030 + ] + ] + }, + { + "Level": 75, + "StageID": 201230336, + "MonsterList": [ + [ + 1012030, + 1012010, + 1012030 + ] + ] + }, + { + "Level": 24, + "StageID": 201230340, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030, + 1012010 + ] + ] + }, + { + "Level": 32, + "StageID": 201230341, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030, + 1012010 + ] + ] + }, + { + "Level": 40, + "StageID": 201230342, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030, + 1012010 + ] + ] + }, + { + "Level": 48, + "StageID": 201230343, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030, + 1012010 + ] + ] + }, + { + "Level": 56, + "StageID": 201230344, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030, + 1012010 + ] + ] + }, + { + "Level": 66, + "StageID": 201230345, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030, + 1012010 + ] + ] + }, + { + "Level": 75, + "StageID": 201230346, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030, + 1012010 + ] + ] + }, + { + "Level": 24, + "StageID": 201231050, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030, + 1012020 + ] + ] + }, + { + "Level": 32, + "StageID": 201231051, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030, + 1012020 + ] + ] + }, + { + "Level": 40, + "StageID": 201231052, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030, + 1012020 + ] + ] + }, + { + "Level": 48, + "StageID": 201231053, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030, + 1012020 + ] + ] + }, + { + "Level": 56, + "StageID": 201231054, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030, + 1012020 + ] + ] + }, + { + "Level": 66, + "StageID": 201231055, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030, + 1012020 + ] + ] + }, + { + "Level": 75, + "StageID": 201231056, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030, + 1012020 + ] + ] + }, + { + "Level": 24, + "StageID": 201231060, + "MonsterList": [ + [ + 1012020, + 1012010, + 1012020 + ] + ] + }, + { + "Level": 32, + "StageID": 201231061, + "MonsterList": [ + [ + 1012020, + 1012010, + 1012020 + ] + ] + }, + { + "Level": 40, + "StageID": 201231062, + "MonsterList": [ + [ + 1012020, + 1012010, + 1012020 + ] + ] + }, + { + "Level": 48, + "StageID": 201231063, + "MonsterList": [ + [ + 1012020, + 1012010, + 1012020 + ] + ] + }, + { + "Level": 56, + "StageID": 201231064, + "MonsterList": [ + [ + 1012020, + 1012010, + 1012020 + ] + ] + }, + { + "Level": 66, + "StageID": 201231065, + "MonsterList": [ + [ + 1012020, + 1012010, + 1012020 + ] + ] + }, + { + "Level": 75, + "StageID": 201231066, + "MonsterList": [ + [ + 1012020, + 1012010, + 1012020 + ] + ] + }, + { + "Level": 24, + "StageID": 201231070, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012010 + ] + ] + }, + { + "Level": 32, + "StageID": 201231071, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012010 + ] + ] + }, + { + "Level": 40, + "StageID": 201231072, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012010 + ] + ] + }, + { + "Level": 48, + "StageID": 201231073, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012010 + ] + ] + }, + { + "Level": 56, + "StageID": 201231074, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012010 + ] + ] + }, + { + "Level": 66, + "StageID": 201231075, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012010 + ] + ] + }, + { + "Level": 75, + "StageID": 201231076, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012010 + ] + ] + }, + { + "Level": 24, + "StageID": 201231080, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012010, + 8002040 + ] + ] + }, + { + "Level": 32, + "StageID": 201231081, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012010, + 8002040 + ] + ] + }, + { + "Level": 40, + "StageID": 201231082, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012010, + 8002040 + ] + ] + }, + { + "Level": 48, + "StageID": 201231083, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012010, + 8002040 + ] + ] + }, + { + "Level": 56, + "StageID": 201231084, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012010, + 8002040 + ] + ] + }, + { + "Level": 66, + "StageID": 201231085, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012010, + 8002040 + ] + ] + }, + { + "Level": 76, + "StageID": 201231086, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012010, + 8002040 + ] + ] + }, + { + "Level": 24, + "StageID": 201231310, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 32, + "StageID": 201231311, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 40, + "StageID": 201231312, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 48, + "StageID": 201231313, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 56, + "StageID": 201231314, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 66, + "StageID": 201231315, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 75, + "StageID": 201231316, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 24, + "StageID": 201231320, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012020 + ] + ] + }, + { + "Level": 32, + "StageID": 201231321, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012020 + ] + ] + }, + { + "Level": 40, + "StageID": 201231322, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012020 + ] + ] + }, + { + "Level": 48, + "StageID": 201231323, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012020 + ] + ] + }, + { + "Level": 56, + "StageID": 201231324, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012020 + ] + ] + }, + { + "Level": 66, + "StageID": 201231325, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012020 + ] + ] + }, + { + "Level": 75, + "StageID": 201231326, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012020 + ] + ] + }, + { + "Level": 24, + "StageID": 201231330, + "MonsterList": [ + [ + 1012030, + 1012010, + 1012030 + ] + ] + }, + { + "Level": 32, + "StageID": 201231331, + "MonsterList": [ + [ + 1012030, + 1012010, + 1012030 + ] + ] + }, + { + "Level": 40, + "StageID": 201231332, + "MonsterList": [ + [ + 1012030, + 1012010, + 1012030 + ] + ] + }, + { + "Level": 48, + "StageID": 201231333, + "MonsterList": [ + [ + 1012030, + 1012010, + 1012030 + ] + ] + }, + { + "Level": 56, + "StageID": 201231334, + "MonsterList": [ + [ + 1012030, + 1012010, + 1012030 + ] + ] + }, + { + "Level": 66, + "StageID": 201231335, + "MonsterList": [ + [ + 1012030, + 1012010, + 1012030 + ] + ] + }, + { + "Level": 75, + "StageID": 201231336, + "MonsterList": [ + [ + 1012030, + 1012010, + 1012030 + ] + ] + }, + { + "Level": 24, + "StageID": 201231340, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030, + 1012010 + ] + ] + }, + { + "Level": 32, + "StageID": 201231341, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030, + 1012010 + ] + ] + }, + { + "Level": 40, + "StageID": 201231342, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030, + 1012010 + ] + ] + }, + { + "Level": 48, + "StageID": 201231343, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030, + 1012010 + ] + ] + }, + { + "Level": 56, + "StageID": 201231344, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030, + 1012010 + ] + ] + }, + { + "Level": 66, + "StageID": 201231345, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030, + 1012010 + ] + ] + }, + { + "Level": 75, + "StageID": 201231346, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030, + 1012010 + ] + ] + }, + { + "Level": 24, + "StageID": 201232010, + "MonsterList": [ + [ + 1002020, + 1002020 + ] + ] + }, + { + "Level": 32, + "StageID": 201232011, + "MonsterList": [ + [ + 1002020, + 1002020 + ] + ] + }, + { + "Level": 40, + "StageID": 201232012, + "MonsterList": [ + [ + 1002020, + 1002020 + ] + ] + }, + { + "Level": 48, + "StageID": 201232013, + "MonsterList": [ + [ + 1002020, + 1002020 + ] + ] + }, + { + "Level": 56, + "StageID": 201232014, + "MonsterList": [ + [ + 1002020, + 1002020 + ] + ] + }, + { + "Level": 66, + "StageID": 201232015, + "MonsterList": [ + [ + 1002020, + 1002020 + ] + ] + }, + { + "Level": 77, + "StageID": 201232016, + "MonsterList": [ + [ + 1002020, + 1002020 + ] + ] + }, + { + "Level": 24, + "StageID": 201232020, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012030 + ] + ] + }, + { + "Level": 32, + "StageID": 201232021, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012030 + ] + ] + }, + { + "Level": 40, + "StageID": 201232022, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012030 + ] + ] + }, + { + "Level": 48, + "StageID": 201232023, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012030 + ] + ] + }, + { + "Level": 56, + "StageID": 201232024, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012030 + ] + ] + }, + { + "Level": 66, + "StageID": 201232025, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012030 + ] + ] + }, + { + "Level": 77, + "StageID": 201232026, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012030 + ] + ] + }, + { + "Level": 24, + "StageID": 201232030, + "MonsterList": [ + [ + 1012020, + 1002020, + 1012020 + ] + ] + }, + { + "Level": 32, + "StageID": 201232031, + "MonsterList": [ + [ + 1012020, + 1002020, + 1012020 + ] + ] + }, + { + "Level": 40, + "StageID": 201232032, + "MonsterList": [ + [ + 1012020, + 1002020, + 1012020 + ] + ] + }, + { + "Level": 48, + "StageID": 201232033, + "MonsterList": [ + [ + 1012020, + 1002020, + 1012020 + ] + ] + }, + { + "Level": 56, + "StageID": 201232034, + "MonsterList": [ + [ + 1012020, + 1002020, + 1012020 + ] + ] + }, + { + "Level": 66, + "StageID": 201232035, + "MonsterList": [ + [ + 1012020, + 1002020, + 1012020 + ] + ] + }, + { + "Level": 77, + "StageID": 201232036, + "MonsterList": [ + [ + 1012020, + 1002020, + 1012020 + ] + ] + }, + { + "Level": 24, + "StageID": 201232050, + "MonsterList": [ + [ + 1022010, + 8003010 + ] + ] + }, + { + "Level": 32, + "StageID": 201232051, + "MonsterList": [ + [ + 1022010, + 8003010 + ] + ] + }, + { + "Level": 40, + "StageID": 201232052, + "MonsterList": [ + [ + 1022010, + 8003010 + ] + ] + }, + { + "Level": 48, + "StageID": 201232053, + "MonsterList": [ + [ + 1022010, + 8003010 + ] + ] + }, + { + "Level": 56, + "StageID": 201232054, + "MonsterList": [ + [ + 1022010, + 8003010 + ] + ] + }, + { + "Level": 66, + "StageID": 201232055, + "MonsterList": [ + [ + 1022010, + 8003010 + ] + ] + }, + { + "Level": 76, + "StageID": 201232056, + "MonsterList": [ + [ + 1022010, + 8003010 + ] + ] + }, + { + "Level": 24, + "StageID": 201232080, + "MonsterList": [ + [ + 1002020, + 1002020 + ] + ] + }, + { + "Level": 32, + "StageID": 201232081, + "MonsterList": [ + [ + 1002020, + 1002020 + ] + ] + }, + { + "Level": 40, + "StageID": 201232082, + "MonsterList": [ + [ + 1002020, + 1002020 + ] + ] + }, + { + "Level": 48, + "StageID": 201232083, + "MonsterList": [ + [ + 1002020, + 1002020 + ] + ] + }, + { + "Level": 56, + "StageID": 201232084, + "MonsterList": [ + [ + 1002020, + 1002020 + ] + ] + }, + { + "Level": 66, + "StageID": 201232085, + "MonsterList": [ + [ + 1002020, + 1002020 + ] + ] + }, + { + "Level": 76, + "StageID": 201232086, + "MonsterList": [ + [ + 1002020, + 1002020 + ] + ] + }, + { + "Level": 24, + "StageID": 201232090, + "MonsterList": [ + [ + 1012030, + 1002020, + 1002020, + 1012030 + ] + ] + }, + { + "Level": 32, + "StageID": 201232091, + "MonsterList": [ + [ + 1012030, + 1002020, + 1002020, + 1012030 + ] + ] + }, + { + "Level": 40, + "StageID": 201232092, + "MonsterList": [ + [ + 1012030, + 1002020, + 1002020, + 1012030 + ] + ] + }, + { + "Level": 48, + "StageID": 201232093, + "MonsterList": [ + [ + 1012030, + 1002020, + 1002020, + 1012030 + ] + ] + }, + { + "Level": 56, + "StageID": 201232094, + "MonsterList": [ + [ + 1012030, + 1002020, + 1002020, + 1012030 + ] + ] + }, + { + "Level": 66, + "StageID": 201232095, + "MonsterList": [ + [ + 1012030, + 1002020, + 1002020, + 1012030 + ] + ] + }, + { + "Level": 76, + "StageID": 201232096, + "MonsterList": [ + [ + 1012030, + 1002020, + 1002020, + 1012030 + ] + ] + }, + { + "Level": 24, + "StageID": 201232110, + "MonsterList": [ + [ + 101202003 + ] + ] + }, + { + "Level": 32, + "StageID": 201232111, + "MonsterList": [ + [ + 101202003 + ] + ] + }, + { + "Level": 40, + "StageID": 201232112, + "MonsterList": [ + [ + 101202003 + ] + ] + }, + { + "Level": 48, + "StageID": 201232113, + "MonsterList": [ + [ + 101202003 + ] + ] + }, + { + "Level": 56, + "StageID": 201232114, + "MonsterList": [ + [ + 101202003 + ] + ] + }, + { + "Level": 66, + "StageID": 201232115, + "MonsterList": [ + [ + 101202003 + ] + ] + }, + { + "Level": 77, + "StageID": 201232116, + "MonsterList": [ + [ + 101202003 + ] + ] + }, + { + "Level": 24, + "StageID": 201232120, + "MonsterList": [ + [ + 101203004 + ] + ] + }, + { + "Level": 32, + "StageID": 201232121, + "MonsterList": [ + [ + 101203004 + ] + ] + }, + { + "Level": 40, + "StageID": 201232122, + "MonsterList": [ + [ + 101203004 + ] + ] + }, + { + "Level": 48, + "StageID": 201232123, + "MonsterList": [ + [ + 101203004 + ] + ] + }, + { + "Level": 56, + "StageID": 201232124, + "MonsterList": [ + [ + 101203004 + ] + ] + }, + { + "Level": 66, + "StageID": 201232125, + "MonsterList": [ + [ + 101203004 + ] + ] + }, + { + "Level": 77, + "StageID": 201232126, + "MonsterList": [ + [ + 101203004 + ] + ] + }, + { + "Level": 24, + "StageID": 201232130, + "MonsterList": [ + [ + 101302005 + ] + ] + }, + { + "Level": 32, + "StageID": 201232131, + "MonsterList": [ + [ + 101302005 + ] + ] + }, + { + "Level": 40, + "StageID": 201232132, + "MonsterList": [ + [ + 101302005 + ] + ] + }, + { + "Level": 48, + "StageID": 201232133, + "MonsterList": [ + [ + 101302005 + ] + ] + }, + { + "Level": 56, + "StageID": 201232134, + "MonsterList": [ + [ + 101302005 + ] + ] + }, + { + "Level": 66, + "StageID": 201232135, + "MonsterList": [ + [ + 101302005 + ] + ] + }, + { + "Level": 77, + "StageID": 201232136, + "MonsterList": [ + [ + 101302005 + ] + ] + }, + { + "Level": 24, + "StageID": 201232140, + "MonsterList": [ + [ + 101301006 + ] + ] + }, + { + "Level": 32, + "StageID": 201232141, + "MonsterList": [ + [ + 101301006 + ] + ] + }, + { + "Level": 40, + "StageID": 201232142, + "MonsterList": [ + [ + 101301006 + ] + ] + }, + { + "Level": 48, + "StageID": 201232143, + "MonsterList": [ + [ + 101301006 + ] + ] + }, + { + "Level": 56, + "StageID": 201232144, + "MonsterList": [ + [ + 101301006 + ] + ] + }, + { + "Level": 66, + "StageID": 201232145, + "MonsterList": [ + [ + 101301006 + ] + ] + }, + { + "Level": 77, + "StageID": 201232146, + "MonsterList": [ + [ + 101301006 + ] + ] + }, + { + "Level": 31, + "StageID": 201232310, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012010, + 1012030, + 1012030 + ] + ] + }, + { + "Level": 39, + "StageID": 201232311, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012010, + 1012030, + 1012030 + ] + ] + }, + { + "Level": 46, + "StageID": 201232312, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012010, + 1012030, + 1012030 + ] + ] + }, + { + "Level": 55, + "StageID": 201232313, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012010, + 1012030, + 1012030 + ] + ] + }, + { + "Level": 64, + "StageID": 201232314, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012010, + 1012030, + 1012030 + ] + ] + }, + { + "Level": 74, + "StageID": 201232315, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012010, + 1012030, + 1012030 + ] + ] + }, + { + "Level": 79, + "StageID": 201232316, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012010, + 1012030, + 1012030 + ] + ] + }, + { + "Level": 29, + "StageID": 201232320, + "MonsterList": [ + [ + 1022020, + 1023010 + ] + ] + }, + { + "Level": 38, + "StageID": 201232321, + "MonsterList": [ + [ + 1022020, + 1023010 + ] + ] + }, + { + "Level": 45, + "StageID": 201232322, + "MonsterList": [ + [ + 1022020, + 1023010 + ] + ] + }, + { + "Level": 54, + "StageID": 201232323, + "MonsterList": [ + [ + 1022020, + 1023010 + ] + ] + }, + { + "Level": 63, + "StageID": 201232324, + "MonsterList": [ + [ + 1022020, + 1023010 + ] + ] + }, + { + "Level": 73, + "StageID": 201232325, + "MonsterList": [ + [ + 1022020, + 1023010 + ] + ] + }, + { + "Level": 78, + "StageID": 201232326, + "MonsterList": [ + [ + 1022020, + 1023010 + ] + ] + }, + { + "Level": 31, + "StageID": 201232330, + "MonsterList": [ + [ + 1012030, + 1012010, + 1012010, + 1012030 + ] + ] + }, + { + "Level": 39, + "StageID": 201232331, + "MonsterList": [ + [ + 1012030, + 1012010, + 1012010, + 1012030 + ] + ] + }, + { + "Level": 46, + "StageID": 201232332, + "MonsterList": [ + [ + 1012030, + 1012010, + 1012010, + 1012030 + ] + ] + }, + { + "Level": 55, + "StageID": 201232333, + "MonsterList": [ + [ + 1012030, + 1012010, + 1012010, + 1012030 + ] + ] + }, + { + "Level": 64, + "StageID": 201232334, + "MonsterList": [ + [ + 1012030, + 1012010, + 1012010, + 1012030 + ] + ] + }, + { + "Level": 74, + "StageID": 201232335, + "MonsterList": [ + [ + 1012030, + 1012010, + 1012010, + 1012030 + ] + ] + }, + { + "Level": 79, + "StageID": 201232336, + "MonsterList": [ + [ + 1012030, + 1012010, + 1012010, + 1012030 + ] + ] + }, + { + "Level": 29, + "StageID": 201232340, + "MonsterList": [ + [ + 1012030, + 1013010, + 1012030 + ] + ] + }, + { + "Level": 38, + "StageID": 201232341, + "MonsterList": [ + [ + 1012030, + 1013010, + 1012030 + ] + ] + }, + { + "Level": 45, + "StageID": 201232342, + "MonsterList": [ + [ + 1012030, + 1013010, + 1012030 + ] + ] + }, + { + "Level": 54, + "StageID": 201232343, + "MonsterList": [ + [ + 1012030, + 1013010, + 1012030 + ] + ] + }, + { + "Level": 63, + "StageID": 201232344, + "MonsterList": [ + [ + 1012030, + 1013010, + 1012030 + ] + ] + }, + { + "Level": 73, + "StageID": 201232345, + "MonsterList": [ + [ + 1012030, + 1013010, + 1012030 + ] + ] + }, + { + "Level": 78, + "StageID": 201232346, + "MonsterList": [ + [ + 1012030, + 1013010, + 1012030 + ] + ] + }, + { + "Level": 29, + "StageID": 201232350, + "MonsterList": [ + [ + 1012030, + 1012030 + ] + ] + }, + { + "Level": 38, + "StageID": 201232351, + "MonsterList": [ + [ + 1012030, + 1012030 + ] + ] + }, + { + "Level": 45, + "StageID": 201232352, + "MonsterList": [ + [ + 1012030, + 1012030 + ] + ] + }, + { + "Level": 54, + "StageID": 201232353, + "MonsterList": [ + [ + 1012030, + 1012030 + ] + ] + }, + { + "Level": 63, + "StageID": 201232354, + "MonsterList": [ + [ + 1012030, + 1012030 + ] + ] + }, + { + "Level": 73, + "StageID": 201232355, + "MonsterList": [ + [ + 1012030, + 1012030 + ] + ] + }, + { + "Level": 78, + "StageID": 201232356, + "MonsterList": [ + [ + 1012030, + 1012030 + ] + ] + }, + { + "Level": 29, + "StageID": 201232360, + "MonsterList": [ + [ + 1012020, + 1012030, + 1012030, + 1012020 + ] + ] + }, + { + "Level": 38, + "StageID": 201232361, + "MonsterList": [ + [ + 1012020, + 1012030, + 1012030, + 1012020 + ] + ] + }, + { + "Level": 45, + "StageID": 201232362, + "MonsterList": [ + [ + 1012020, + 1012030, + 1012030, + 1012020 + ] + ] + }, + { + "Level": 54, + "StageID": 201232363, + "MonsterList": [ + [ + 1012020, + 1012030, + 1012030, + 1012020 + ] + ] + }, + { + "Level": 63, + "StageID": 201232364, + "MonsterList": [ + [ + 1012020, + 1012030, + 1012030, + 1012020 + ] + ] + }, + { + "Level": 73, + "StageID": 201232365, + "MonsterList": [ + [ + 1012020, + 1012030, + 1012030, + 1012020 + ] + ] + }, + { + "Level": 78, + "StageID": 201232366, + "MonsterList": [ + [ + 1012020, + 1012030, + 1012030, + 1012020 + ] + ] + }, + { + "Level": 24, + "StageID": 201310010, + "MonsterList": [ + [ + 1002040, + 100301001, + 1002040 + ] + ] + }, + { + "Level": 32, + "StageID": 201310011, + "MonsterList": [ + [ + 1002040, + 100301001, + 1002040 + ] + ] + }, + { + "Level": 40, + "StageID": 201310012, + "MonsterList": [ + [ + 1002040, + 100301001, + 1002040 + ] + ] + }, + { + "Level": 48, + "StageID": 201310013, + "MonsterList": [ + [ + 1002040, + 100301001, + 1002040 + ] + ] + }, + { + "Level": 56, + "StageID": 201310014, + "MonsterList": [ + [ + 1002040, + 100301001, + 1002040 + ] + ] + }, + { + "Level": 66, + "StageID": 201310015, + "MonsterList": [ + [ + 1002040, + 100301001, + 1002040 + ] + ] + }, + { + "Level": 77, + "StageID": 201310016, + "MonsterList": [ + [ + 1002040, + 100301001, + 1002040 + ] + ] + }, + { + "Level": 24, + "StageID": 201310020, + "MonsterList": [ + [ + 1002040, + 1002040 + ] + ] + }, + { + "Level": 32, + "StageID": 201310021, + "MonsterList": [ + [ + 1002040, + 1002040 + ] + ] + }, + { + "Level": 40, + "StageID": 201310022, + "MonsterList": [ + [ + 1002040, + 1002040 + ] + ] + }, + { + "Level": 48, + "StageID": 201310023, + "MonsterList": [ + [ + 1002040, + 1002040 + ] + ] + }, + { + "Level": 56, + "StageID": 201310024, + "MonsterList": [ + [ + 1002040, + 1002040 + ] + ] + }, + { + "Level": 66, + "StageID": 201310025, + "MonsterList": [ + [ + 1002040, + 1002040 + ] + ] + }, + { + "Level": 76, + "StageID": 201310026, + "MonsterList": [ + [ + 1002040, + 1002040 + ] + ] + }, + { + "Level": 24, + "StageID": 201310030, + "MonsterList": [ + [ + 1002050, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 32, + "StageID": 201310031, + "MonsterList": [ + [ + 1002050, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 40, + "StageID": 201310032, + "MonsterList": [ + [ + 1002050, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 48, + "StageID": 201310033, + "MonsterList": [ + [ + 1002050, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 56, + "StageID": 201310034, + "MonsterList": [ + [ + 1002050, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 66, + "StageID": 201310035, + "MonsterList": [ + [ + 1002050, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 76, + "StageID": 201310036, + "MonsterList": [ + [ + 1002050, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 24, + "StageID": 201310040, + "MonsterList": [ + [ + 1002050, + 1002040 + ] + ] + }, + { + "Level": 32, + "StageID": 201310041, + "MonsterList": [ + [ + 1002050, + 1002040 + ] + ] + }, + { + "Level": 40, + "StageID": 201310042, + "MonsterList": [ + [ + 1002050, + 1002040 + ] + ] + }, + { + "Level": 48, + "StageID": 201310043, + "MonsterList": [ + [ + 1002050, + 1002040 + ] + ] + }, + { + "Level": 56, + "StageID": 201310044, + "MonsterList": [ + [ + 1002050, + 1002040 + ] + ] + }, + { + "Level": 66, + "StageID": 201310045, + "MonsterList": [ + [ + 1002050, + 1002040 + ] + ] + }, + { + "Level": 76, + "StageID": 201310046, + "MonsterList": [ + [ + 1002050, + 1002040 + ] + ] + }, + { + "Level": 24, + "StageID": 201310050, + "MonsterList": [ + [ + 1002030, + 1002030, + 1002040 + ] + ] + }, + { + "Level": 32, + "StageID": 201310051, + "MonsterList": [ + [ + 1002030, + 1002030, + 1002040 + ] + ] + }, + { + "Level": 40, + "StageID": 201310052, + "MonsterList": [ + [ + 1002030, + 1002030, + 1002040 + ] + ] + }, + { + "Level": 48, + "StageID": 201310053, + "MonsterList": [ + [ + 1002030, + 1002030, + 1002040 + ] + ] + }, + { + "Level": 56, + "StageID": 201310054, + "MonsterList": [ + [ + 1002030, + 1002030, + 1002040 + ] + ] + }, + { + "Level": 66, + "StageID": 201310055, + "MonsterList": [ + [ + 1002030, + 1002030, + 1002040 + ] + ] + }, + { + "Level": 77, + "StageID": 201310056, + "MonsterList": [ + [ + 1002030, + 1002030, + 1002040 + ] + ] + }, + { + "Level": 24, + "StageID": 201310060, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 32, + "StageID": 201310061, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 40, + "StageID": 201310062, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 48, + "StageID": 201310063, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 56, + "StageID": 201310064, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 66, + "StageID": 201310065, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 76, + "StageID": 201310066, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 24, + "StageID": 201310070, + "MonsterList": [ + [ + 1002040, + 1002040 + ] + ] + }, + { + "Level": 32, + "StageID": 201310071, + "MonsterList": [ + [ + 1002040, + 1002040 + ] + ] + }, + { + "Level": 40, + "StageID": 201310072, + "MonsterList": [ + [ + 1002040, + 1002040 + ] + ] + }, + { + "Level": 48, + "StageID": 201310073, + "MonsterList": [ + [ + 1002040, + 1002040 + ] + ] + }, + { + "Level": 56, + "StageID": 201310074, + "MonsterList": [ + [ + 1002040, + 1002040 + ] + ] + }, + { + "Level": 66, + "StageID": 201310075, + "MonsterList": [ + [ + 1002040, + 1002040 + ] + ] + }, + { + "Level": 76, + "StageID": 201310076, + "MonsterList": [ + [ + 1002040, + 1002040 + ] + ] + }, + { + "Level": 24, + "StageID": 201310080, + "MonsterList": [ + [ + 1002050, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 32, + "StageID": 201310081, + "MonsterList": [ + [ + 1002050, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 40, + "StageID": 201310082, + "MonsterList": [ + [ + 1002050, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 48, + "StageID": 201310083, + "MonsterList": [ + [ + 1002050, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 56, + "StageID": 201310084, + "MonsterList": [ + [ + 1002050, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 66, + "StageID": 201310085, + "MonsterList": [ + [ + 1002050, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 76, + "StageID": 201310086, + "MonsterList": [ + [ + 1002050, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 24, + "StageID": 201310090, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002050 + ] + ] + }, + { + "Level": 32, + "StageID": 201310091, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002050 + ] + ] + }, + { + "Level": 40, + "StageID": 201310092, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002050 + ] + ] + }, + { + "Level": 48, + "StageID": 201310093, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002050 + ] + ] + }, + { + "Level": 56, + "StageID": 201310094, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002050 + ] + ] + }, + { + "Level": 66, + "StageID": 201310095, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002050 + ] + ] + }, + { + "Level": 76, + "StageID": 201310096, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002050 + ] + ] + }, + { + "Level": 24, + "StageID": 201310100, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002040 + ] + ] + }, + { + "Level": 32, + "StageID": 201310101, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002040 + ] + ] + }, + { + "Level": 40, + "StageID": 201310102, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002040 + ] + ] + }, + { + "Level": 48, + "StageID": 201310103, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002040 + ] + ] + }, + { + "Level": 56, + "StageID": 201310104, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002040 + ] + ] + }, + { + "Level": 66, + "StageID": 201310105, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002040 + ] + ] + }, + { + "Level": 76, + "StageID": 201310106, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002040 + ] + ] + }, + { + "Level": 24, + "StageID": 201310110, + "MonsterList": [ + [ + 1002050, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 32, + "StageID": 201310111, + "MonsterList": [ + [ + 1002050, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 40, + "StageID": 201310112, + "MonsterList": [ + [ + 1002050, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 48, + "StageID": 201310113, + "MonsterList": [ + [ + 1002050, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 56, + "StageID": 201310114, + "MonsterList": [ + [ + 1002050, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 66, + "StageID": 201310115, + "MonsterList": [ + [ + 1002050, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 76, + "StageID": 201310116, + "MonsterList": [ + [ + 1002050, + 1002040, + 1012010 + ] + ] + }, + { + "Level": 24, + "StageID": 201310120, + "MonsterList": [ + [ + 101301003 + ] + ] + }, + { + "Level": 32, + "StageID": 201310121, + "MonsterList": [ + [ + 101301003 + ] + ] + }, + { + "Level": 40, + "StageID": 201310122, + "MonsterList": [ + [ + 101301003 + ] + ] + }, + { + "Level": 48, + "StageID": 201310123, + "MonsterList": [ + [ + 101301003 + ] + ] + }, + { + "Level": 56, + "StageID": 201310124, + "MonsterList": [ + [ + 101301003 + ] + ] + }, + { + "Level": 66, + "StageID": 201310125, + "MonsterList": [ + [ + 101301003 + ] + ] + }, + { + "Level": 76, + "StageID": 201310126, + "MonsterList": [ + [ + 101301003 + ] + ] + }, + { + "Level": 24, + "StageID": 201310130, + "MonsterList": [ + [ + 1002040, + 1002040 + ] + ] + }, + { + "Level": 32, + "StageID": 201310131, + "MonsterList": [ + [ + 1002040, + 1002040 + ] + ] + }, + { + "Level": 40, + "StageID": 201310132, + "MonsterList": [ + [ + 1002040, + 1002040 + ] + ] + }, + { + "Level": 48, + "StageID": 201310133, + "MonsterList": [ + [ + 1002040, + 1002040 + ] + ] + }, + { + "Level": 56, + "StageID": 201310134, + "MonsterList": [ + [ + 1002040, + 1002040 + ] + ] + }, + { + "Level": 66, + "StageID": 201310135, + "MonsterList": [ + [ + 1002040, + 1002040 + ] + ] + }, + { + "Level": 75, + "StageID": 201310136, + "MonsterList": [ + [ + 1002040, + 1002040 + ] + ] + }, + { + "Level": 24, + "StageID": 201310140, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002050 + ] + ] + }, + { + "Level": 32, + "StageID": 201310141, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002050 + ] + ] + }, + { + "Level": 40, + "StageID": 201310142, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002050 + ] + ] + }, + { + "Level": 48, + "StageID": 201310143, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002050 + ] + ] + }, + { + "Level": 56, + "StageID": 201310144, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002050 + ] + ] + }, + { + "Level": 66, + "StageID": 201310145, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002050 + ] + ] + }, + { + "Level": 75, + "StageID": 201310146, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002050 + ] + ] + }, + { + "Level": 24, + "StageID": 201310150, + "MonsterList": [ + [ + 1002040, + 100402002, + 1002040 + ] + ] + }, + { + "Level": 32, + "StageID": 201310151, + "MonsterList": [ + [ + 1002040, + 100402002, + 1002040 + ] + ] + }, + { + "Level": 40, + "StageID": 201310152, + "MonsterList": [ + [ + 1002040, + 100402002, + 1002040 + ] + ] + }, + { + "Level": 48, + "StageID": 201310153, + "MonsterList": [ + [ + 1002040, + 100402002, + 1002040 + ] + ] + }, + { + "Level": 56, + "StageID": 201310154, + "MonsterList": [ + [ + 1002040, + 100402002, + 1002040 + ] + ] + }, + { + "Level": 66, + "StageID": 201310155, + "MonsterList": [ + [ + 1002040, + 100402002, + 1002040 + ] + ] + }, + { + "Level": 77, + "StageID": 201310156, + "MonsterList": [ + [ + 1002040, + 100402002, + 1002040 + ] + ] + }, + { + "Level": 24, + "StageID": 201310160, + "MonsterList": [ + [ + 1002040, + 1002030 + ] + ] + }, + { + "Level": 32, + "StageID": 201310161, + "MonsterList": [ + [ + 1002040, + 1002030 + ] + ] + }, + { + "Level": 40, + "StageID": 201310162, + "MonsterList": [ + [ + 1002040, + 1002030 + ] + ] + }, + { + "Level": 48, + "StageID": 201310163, + "MonsterList": [ + [ + 1002040, + 1002030 + ] + ] + }, + { + "Level": 56, + "StageID": 201310164, + "MonsterList": [ + [ + 1002040, + 1002030 + ] + ] + }, + { + "Level": 66, + "StageID": 201310165, + "MonsterList": [ + [ + 1002040, + 1002030 + ] + ] + }, + { + "Level": 75, + "StageID": 201310166, + "MonsterList": [ + [ + 1002040, + 1002030 + ] + ] + }, + { + "Level": 24, + "StageID": 201311020, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040, + 1002050 + ], + [ + 1002040, + 1002050, + 1002030, + 1002040 + ] + ] + }, + { + "Level": 32, + "StageID": 201311021, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040, + 1002050 + ], + [ + 1002040, + 1002050, + 1002030, + 1002040 + ] + ] + }, + { + "Level": 40, + "StageID": 201311022, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040, + 1002050 + ], + [ + 1002040, + 1002050, + 1002030, + 1002040 + ] + ] + }, + { + "Level": 48, + "StageID": 201311023, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040, + 1002050 + ], + [ + 1002040, + 1002050, + 1002030, + 1002040 + ] + ] + }, + { + "Level": 56, + "StageID": 201311024, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040, + 1002050 + ], + [ + 1002040, + 1002050, + 1002030, + 1002040 + ] + ] + }, + { + "Level": 66, + "StageID": 201311025, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040, + 1002050 + ], + [ + 1002040, + 1002050, + 1002030, + 1002040 + ] + ] + }, + { + "Level": 76, + "StageID": 201311026, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040, + 1002050 + ], + [ + 1002040, + 1002050, + 1002030, + 1002040 + ] + ] + }, + { + "Level": 24, + "StageID": 201311030, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040 + ], + [ + 1002030, + 1002040, + 1002050, + 1002030 + ] + ] + }, + { + "Level": 32, + "StageID": 201311031, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040 + ], + [ + 1002030, + 1002040, + 1002050, + 1002030 + ] + ] + }, + { + "Level": 40, + "StageID": 201311032, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040 + ], + [ + 1002030, + 1002040, + 1002050, + 1002030 + ] + ] + }, + { + "Level": 48, + "StageID": 201311033, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040 + ], + [ + 1002030, + 1002040, + 1002050, + 1002030 + ] + ] + }, + { + "Level": 56, + "StageID": 201311034, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040 + ], + [ + 1002030, + 1002040, + 1002050, + 1002030 + ] + ] + }, + { + "Level": 66, + "StageID": 201311035, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040 + ], + [ + 1002030, + 1002040, + 1002050, + 1002030 + ] + ] + }, + { + "Level": 76, + "StageID": 201311036, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002040 + ], + [ + 1002030, + 1002040, + 1002050, + 1002030 + ] + ] + }, + { + "Level": 24, + "StageID": 201311040, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002050 + ], + [ + 1002040, + 1002050, + 1002050 + ], + [ + 1002040, + 1003010, + 1002050 + ] + ] + }, + { + "Level": 32, + "StageID": 201311041, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002050 + ], + [ + 1002040, + 1002050, + 1002050 + ], + [ + 1002040, + 1003010, + 1002050 + ] + ] + }, + { + "Level": 40, + "StageID": 201311042, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002050 + ], + [ + 1002040, + 1002050, + 1002050 + ], + [ + 1002040, + 1003010, + 1002050 + ] + ] + }, + { + "Level": 48, + "StageID": 201311043, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002050 + ], + [ + 1002040, + 1002050, + 1002050 + ], + [ + 1002040, + 1003010, + 1002050 + ] + ] + }, + { + "Level": 56, + "StageID": 201311044, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002050 + ], + [ + 1002040, + 1002050, + 1002050 + ], + [ + 1002040, + 1003010, + 1002050 + ] + ] + }, + { + "Level": 66, + "StageID": 201311045, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002050 + ], + [ + 1002040, + 1002050, + 1002050 + ], + [ + 1002040, + 1003010, + 1002050 + ] + ] + }, + { + "Level": 76, + "StageID": 201311046, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002050 + ], + [ + 1002040, + 1002050, + 1002050 + ], + [ + 1002040, + 1003010, + 1002050 + ] + ] + }, + { + "Level": 24, + "StageID": 201311050, + "MonsterList": [ + [ + 1012030, + 8002040, + 1012010, + 1012030 + ] + ] + }, + { + "Level": 32, + "StageID": 201311051, + "MonsterList": [ + [ + 1012030, + 8002040, + 1012010, + 1012030 + ] + ] + }, + { + "Level": 40, + "StageID": 201311052, + "MonsterList": [ + [ + 1012030, + 8002040, + 1012010, + 1012030 + ] + ] + }, + { + "Level": 48, + "StageID": 201311053, + "MonsterList": [ + [ + 1012030, + 8002040, + 1012010, + 1012030 + ] + ] + }, + { + "Level": 56, + "StageID": 201311054, + "MonsterList": [ + [ + 1012030, + 8002040, + 1012010, + 1012030 + ] + ] + }, + { + "Level": 66, + "StageID": 201311055, + "MonsterList": [ + [ + 1012030, + 8002040, + 1012010, + 1012030 + ] + ] + }, + { + "Level": 77, + "StageID": 201311056, + "MonsterList": [ + [ + 1012030, + 8002040, + 1012010, + 1012030 + ] + ] + }, + { + "Level": 24, + "StageID": 201312010, + "MonsterList": [ + [ + 1012030, + 1012030 + ] + ] + }, + { + "Level": 32, + "StageID": 201312011, + "MonsterList": [ + [ + 1012030, + 1012030 + ] + ] + }, + { + "Level": 40, + "StageID": 201312012, + "MonsterList": [ + [ + 1012030, + 1012030 + ] + ] + }, + { + "Level": 48, + "StageID": 201312013, + "MonsterList": [ + [ + 1012030, + 1012030 + ] + ] + }, + { + "Level": 56, + "StageID": 201312014, + "MonsterList": [ + [ + 1012030, + 1012030 + ] + ] + }, + { + "Level": 66, + "StageID": 201312015, + "MonsterList": [ + [ + 1012030, + 1012030 + ] + ] + }, + { + "Level": 77, + "StageID": 201312016, + "MonsterList": [ + [ + 1012030, + 1012030 + ] + ] + }, + { + "Level": 24, + "StageID": 201312020, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 32, + "StageID": 201312021, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 40, + "StageID": 201312022, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 48, + "StageID": 201312023, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 56, + "StageID": 201312024, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 66, + "StageID": 201312025, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 77, + "StageID": 201312026, + "MonsterList": [ + [ + 1012030, + 1012020, + 1012030 + ] + ] + }, + { + "Level": 24, + "StageID": 201312030, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002030, + 1002050 + ], + [ + 1013010, + 1002030 + ] + ] + }, + { + "Level": 32, + "StageID": 201312031, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002030, + 1002050 + ], + [ + 1013010, + 1002030 + ] + ] + }, + { + "Level": 40, + "StageID": 201312032, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002030, + 1002050 + ], + [ + 1013010, + 1002030 + ] + ] + }, + { + "Level": 48, + "StageID": 201312033, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002030, + 1002050 + ], + [ + 1013010, + 1002030 + ] + ] + }, + { + "Level": 56, + "StageID": 201312034, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002030, + 1002050 + ], + [ + 1013010, + 1002030 + ] + ] + }, + { + "Level": 66, + "StageID": 201312035, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002030, + 1002050 + ], + [ + 1013010, + 1002030 + ] + ] + }, + { + "Level": 77, + "StageID": 201312036, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002030, + 1002050 + ], + [ + 1013010, + 1002030 + ] + ] + }, + { + "Level": 24, + "StageID": 201312050, + "MonsterList": [ + [ + 1002050, + 1002040, + 1002050 + ] + ] + }, + { + "Level": 32, + "StageID": 201312051, + "MonsterList": [ + [ + 1002050, + 1002040, + 1002050 + ] + ] + }, + { + "Level": 40, + "StageID": 201312052, + "MonsterList": [ + [ + 1002050, + 1002040, + 1002050 + ] + ] + }, + { + "Level": 48, + "StageID": 201312053, + "MonsterList": [ + [ + 1002050, + 1002040, + 1002050 + ] + ] + }, + { + "Level": 56, + "StageID": 201312054, + "MonsterList": [ + [ + 1002050, + 1002040, + 1002050 + ] + ] + }, + { + "Level": 66, + "StageID": 201312055, + "MonsterList": [ + [ + 1002050, + 1002040, + 1002050 + ] + ] + }, + { + "Level": 77, + "StageID": 201312056, + "MonsterList": [ + [ + 1002050, + 1002040, + 1002050 + ] + ] + }, + { + "Level": 24, + "StageID": 201320000, + "MonsterList": [ + [ + 8001010, + 1022020, + 1022010, + 8001010 + ], + [ + 8001010, + 1022010, + 8002010, + 8001010 + ], + [ + 1022010, + 8002010, + 8002010 + ] + ] + }, + { + "Level": 32, + "StageID": 201320001, + "MonsterList": [ + [ + 8001010, + 1022020, + 1022010, + 8001010 + ], + [ + 8001010, + 1022010, + 8002010, + 8001010 + ], + [ + 1022010, + 8002010, + 8002010 + ] + ] + }, + { + "Level": 40, + "StageID": 201320002, + "MonsterList": [ + [ + 8001010, + 1022020, + 1022010, + 8001010 + ], + [ + 8001010, + 1022010, + 8002010, + 8001010 + ], + [ + 1022010, + 8002010, + 8002010 + ] + ] + }, + { + "Level": 48, + "StageID": 201320003, + "MonsterList": [ + [ + 8001010, + 1022020, + 1022010, + 8001010 + ], + [ + 8001010, + 1022010, + 8002010, + 8001010 + ], + [ + 1022010, + 8002010, + 8002010 + ] + ] + }, + { + "Level": 56, + "StageID": 201320004, + "MonsterList": [ + [ + 8001010, + 1022020, + 1022010, + 8001010 + ], + [ + 8001010, + 1022010, + 8002010, + 8001010 + ], + [ + 1022010, + 8002010, + 8002010 + ] + ] + }, + { + "Level": 66, + "StageID": 201320005, + "MonsterList": [ + [ + 8001010, + 1022020, + 1022010, + 8001010 + ], + [ + 8001010, + 1022010, + 8002010, + 8001010 + ], + [ + 1022010, + 8002010, + 8002010 + ] + ] + }, + { + "Level": 76, + "StageID": 201320006, + "MonsterList": [ + [ + 8001010, + 1022020, + 1022010, + 8001010 + ], + [ + 8001010, + 1022010, + 8002010, + 8001010 + ], + [ + 1022010, + 8002010, + 8002010 + ] + ] + }, + { + "Level": 24, + "StageID": 201320010, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 32, + "StageID": 201320011, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 40, + "StageID": 201320012, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 201320013, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 56, + "StageID": 201320014, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 66, + "StageID": 201320015, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 76, + "StageID": 201320016, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 24, + "StageID": 201320020, + "MonsterList": [ + [ + 8002010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 32, + "StageID": 201320021, + "MonsterList": [ + [ + 8002010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 40, + "StageID": 201320022, + "MonsterList": [ + [ + 8002010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 201320023, + "MonsterList": [ + [ + 8002010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 56, + "StageID": 201320024, + "MonsterList": [ + [ + 8002010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 66, + "StageID": 201320025, + "MonsterList": [ + [ + 8002010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 76, + "StageID": 201320026, + "MonsterList": [ + [ + 8002010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 24, + "StageID": 201320030, + "MonsterList": [ + [ + 1012010, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 32, + "StageID": 201320031, + "MonsterList": [ + [ + 1012010, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 40, + "StageID": 201320032, + "MonsterList": [ + [ + 1012010, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 48, + "StageID": 201320033, + "MonsterList": [ + [ + 1012010, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 56, + "StageID": 201320034, + "MonsterList": [ + [ + 1012010, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 66, + "StageID": 201320035, + "MonsterList": [ + [ + 1012010, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 76, + "StageID": 201320036, + "MonsterList": [ + [ + 1012010, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 24, + "StageID": 201320040, + "MonsterList": [ + [ + 1012030, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 32, + "StageID": 201320041, + "MonsterList": [ + [ + 1012030, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 40, + "StageID": 201320042, + "MonsterList": [ + [ + 1012030, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 201320043, + "MonsterList": [ + [ + 1012030, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 56, + "StageID": 201320044, + "MonsterList": [ + [ + 1012030, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 66, + "StageID": 201320045, + "MonsterList": [ + [ + 1012030, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 76, + "StageID": 201320046, + "MonsterList": [ + [ + 1012030, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 24, + "StageID": 201320050, + "MonsterList": [ + [ + 1012030, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 32, + "StageID": 201320051, + "MonsterList": [ + [ + 1012030, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 40, + "StageID": 201320052, + "MonsterList": [ + [ + 1012030, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 48, + "StageID": 201320053, + "MonsterList": [ + [ + 1012030, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 56, + "StageID": 201320054, + "MonsterList": [ + [ + 1012030, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 66, + "StageID": 201320055, + "MonsterList": [ + [ + 1012030, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 76, + "StageID": 201320056, + "MonsterList": [ + [ + 1012030, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 24, + "StageID": 201320080, + "MonsterList": [ + [ + 1022020, + 800303001, + 1022020 + ] + ] + }, + { + "Level": 32, + "StageID": 201320081, + "MonsterList": [ + [ + 1022020, + 800303001, + 1022020 + ] + ] + }, + { + "Level": 40, + "StageID": 201320082, + "MonsterList": [ + [ + 1022020, + 800303001, + 1022020 + ] + ] + }, + { + "Level": 48, + "StageID": 201320083, + "MonsterList": [ + [ + 1022020, + 800303001, + 1022020 + ] + ] + }, + { + "Level": 56, + "StageID": 201320084, + "MonsterList": [ + [ + 1022020, + 800303001, + 1022020 + ] + ] + }, + { + "Level": 66, + "StageID": 201320085, + "MonsterList": [ + [ + 1022020, + 800303001, + 1022020 + ] + ] + }, + { + "Level": 77, + "StageID": 201320086, + "MonsterList": [ + [ + 1022020, + 800303001, + 1022020 + ] + ] + }, + { + "Level": 24, + "StageID": 201320090, + "MonsterList": [ + [ + 8001010, + 8002010, + 8001010, + 8002010 + ] + ] + }, + { + "Level": 32, + "StageID": 201320091, + "MonsterList": [ + [ + 8001010, + 8002010, + 8001010, + 8002010 + ] + ] + }, + { + "Level": 40, + "StageID": 201320092, + "MonsterList": [ + [ + 8001010, + 8002010, + 8001010, + 8002010 + ] + ] + }, + { + "Level": 48, + "StageID": 201320093, + "MonsterList": [ + [ + 8001010, + 8002010, + 8001010, + 8002010 + ] + ] + }, + { + "Level": 56, + "StageID": 201320094, + "MonsterList": [ + [ + 8001010, + 8002010, + 8001010, + 8002010 + ] + ] + }, + { + "Level": 66, + "StageID": 201320095, + "MonsterList": [ + [ + 8001010, + 8002010, + 8001010, + 8002010 + ] + ] + }, + { + "Level": 76, + "StageID": 201320096, + "MonsterList": [ + [ + 8001010, + 8002010, + 8001010, + 8002010 + ] + ] + }, + { + "Level": 24, + "StageID": 201320130, + "MonsterList": [ + [ + 100401001 + ] + ] + }, + { + "Level": 32, + "StageID": 201320131, + "MonsterList": [ + [ + 100401001 + ] + ] + }, + { + "Level": 40, + "StageID": 201320132, + "MonsterList": [ + [ + 100401001 + ] + ] + }, + { + "Level": 48, + "StageID": 201320133, + "MonsterList": [ + [ + 100401001 + ] + ] + }, + { + "Level": 56, + "StageID": 201320134, + "MonsterList": [ + [ + 100401001 + ] + ] + }, + { + "Level": 66, + "StageID": 201320135, + "MonsterList": [ + [ + 100401001 + ] + ] + }, + { + "Level": 77, + "StageID": 201320136, + "MonsterList": [ + [ + 100401001 + ] + ] + }, + { + "Level": 24, + "StageID": 201320310, + "MonsterList": [ + [ + 8002010, + 1022010 + ] + ] + }, + { + "Level": 32, + "StageID": 201320311, + "MonsterList": [ + [ + 8002010, + 1022010 + ] + ] + }, + { + "Level": 40, + "StageID": 201320312, + "MonsterList": [ + [ + 8002010, + 1022010 + ] + ] + }, + { + "Level": 48, + "StageID": 201320313, + "MonsterList": [ + [ + 8002010, + 1022010 + ] + ] + }, + { + "Level": 56, + "StageID": 201320314, + "MonsterList": [ + [ + 8002010, + 1022010 + ] + ] + }, + { + "Level": 66, + "StageID": 201320315, + "MonsterList": [ + [ + 8002010, + 1022010 + ] + ] + }, + { + "Level": 76, + "StageID": 201320316, + "MonsterList": [ + [ + 8002010, + 1022010 + ] + ] + }, + { + "Level": 24, + "StageID": 201320320, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022020 + ] + ] + }, + { + "Level": 32, + "StageID": 201320321, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022020 + ] + ] + }, + { + "Level": 40, + "StageID": 201320322, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022020 + ] + ] + }, + { + "Level": 48, + "StageID": 201320323, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022020 + ] + ] + }, + { + "Level": 56, + "StageID": 201320324, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022020 + ] + ] + }, + { + "Level": 66, + "StageID": 201320325, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022020 + ] + ] + }, + { + "Level": 76, + "StageID": 201320326, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022020 + ] + ] + }, + { + "Level": 24, + "StageID": 201320330, + "MonsterList": [ + [ + 8002010, + 8002010 + ] + ] + }, + { + "Level": 32, + "StageID": 201320331, + "MonsterList": [ + [ + 8002010, + 8002010 + ] + ] + }, + { + "Level": 40, + "StageID": 201320332, + "MonsterList": [ + [ + 8002010, + 8002010 + ] + ] + }, + { + "Level": 48, + "StageID": 201320333, + "MonsterList": [ + [ + 8002010, + 8002010 + ] + ] + }, + { + "Level": 56, + "StageID": 201320334, + "MonsterList": [ + [ + 8002010, + 8002010 + ] + ] + }, + { + "Level": 66, + "StageID": 201320335, + "MonsterList": [ + [ + 8002010, + 8002010 + ] + ] + }, + { + "Level": 76, + "StageID": 201320336, + "MonsterList": [ + [ + 8002010, + 8002010 + ] + ] + }, + { + "Level": 24, + "StageID": 201320340, + "MonsterList": [ + [ + 8001020, + 8002010, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 32, + "StageID": 201320341, + "MonsterList": [ + [ + 8001020, + 8002010, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 40, + "StageID": 201320342, + "MonsterList": [ + [ + 8001020, + 8002010, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 48, + "StageID": 201320343, + "MonsterList": [ + [ + 8001020, + 8002010, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 56, + "StageID": 201320344, + "MonsterList": [ + [ + 8001020, + 8002010, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 66, + "StageID": 201320345, + "MonsterList": [ + [ + 8001020, + 8002010, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 76, + "StageID": 201320346, + "MonsterList": [ + [ + 8001020, + 8002010, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 24, + "StageID": 201321010, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 32, + "StageID": 201321011, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 40, + "StageID": 201321012, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 201321013, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 56, + "StageID": 201321014, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 66, + "StageID": 201321015, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 76, + "StageID": 201321016, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 24, + "StageID": 201321020, + "MonsterList": [ + [ + 8002010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 32, + "StageID": 201321021, + "MonsterList": [ + [ + 8002010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 40, + "StageID": 201321022, + "MonsterList": [ + [ + 8002010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 201321023, + "MonsterList": [ + [ + 8002010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 56, + "StageID": 201321024, + "MonsterList": [ + [ + 8002010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 66, + "StageID": 201321025, + "MonsterList": [ + [ + 8002010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 76, + "StageID": 201321026, + "MonsterList": [ + [ + 8002010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 24, + "StageID": 201321040, + "MonsterList": [ + [ + 1012030, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 32, + "StageID": 201321041, + "MonsterList": [ + [ + 1012030, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 40, + "StageID": 201321042, + "MonsterList": [ + [ + 1012030, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 201321043, + "MonsterList": [ + [ + 1012030, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 56, + "StageID": 201321044, + "MonsterList": [ + [ + 1012030, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 66, + "StageID": 201321045, + "MonsterList": [ + [ + 1012030, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 76, + "StageID": 201321046, + "MonsterList": [ + [ + 1012030, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 24, + "StageID": 201321050, + "MonsterList": [ + [ + 1012030, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 32, + "StageID": 201321051, + "MonsterList": [ + [ + 1012030, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 40, + "StageID": 201321052, + "MonsterList": [ + [ + 1012030, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 48, + "StageID": 201321053, + "MonsterList": [ + [ + 1012030, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 56, + "StageID": 201321054, + "MonsterList": [ + [ + 1012030, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 66, + "StageID": 201321055, + "MonsterList": [ + [ + 1012030, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 76, + "StageID": 201321056, + "MonsterList": [ + [ + 1012030, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 24, + "StageID": 201321120, + "MonsterList": [ + [ + 8001020, + 8002010, + 1022010, + 8002010 + ] + ] + }, + { + "Level": 32, + "StageID": 201321121, + "MonsterList": [ + [ + 8001020, + 8002010, + 1022010, + 8002010 + ] + ] + }, + { + "Level": 40, + "StageID": 201321122, + "MonsterList": [ + [ + 8001020, + 8002010, + 1022010, + 8002010 + ] + ] + }, + { + "Level": 48, + "StageID": 201321123, + "MonsterList": [ + [ + 8001020, + 8002010, + 1022010, + 8002010 + ] + ] + }, + { + "Level": 56, + "StageID": 201321124, + "MonsterList": [ + [ + 8001020, + 8002010, + 1022010, + 8002010 + ] + ] + }, + { + "Level": 66, + "StageID": 201321125, + "MonsterList": [ + [ + 8001020, + 8002010, + 1022010, + 8002010 + ] + ] + }, + { + "Level": 76, + "StageID": 201321126, + "MonsterList": [ + [ + 8001020, + 8002010, + 1022010, + 8002010 + ] + ] + }, + { + "Level": 24, + "StageID": 201321130, + "MonsterList": [ + [ + 8001020, + 8002010, + 8002040, + 8002010 + ] + ] + }, + { + "Level": 32, + "StageID": 201321131, + "MonsterList": [ + [ + 8001020, + 8002010, + 8002040, + 8002010 + ] + ] + }, + { + "Level": 40, + "StageID": 201321132, + "MonsterList": [ + [ + 8001020, + 8002010, + 8002040, + 8002010 + ] + ] + }, + { + "Level": 48, + "StageID": 201321133, + "MonsterList": [ + [ + 8001020, + 8002010, + 8002040, + 8002010 + ] + ] + }, + { + "Level": 56, + "StageID": 201321134, + "MonsterList": [ + [ + 8001020, + 8002010, + 8002040, + 8002010 + ] + ] + }, + { + "Level": 66, + "StageID": 201321135, + "MonsterList": [ + [ + 8001020, + 8002010, + 8002040, + 8002010 + ] + ] + }, + { + "Level": 77, + "StageID": 201321136, + "MonsterList": [ + [ + 8001020, + 8002010, + 8002040, + 8002010 + ] + ] + }, + { + "Level": 24, + "StageID": 201321310, + "MonsterList": [ + [ + 8002010, + 1022010 + ] + ] + }, + { + "Level": 32, + "StageID": 201321311, + "MonsterList": [ + [ + 8002010, + 1022010 + ] + ] + }, + { + "Level": 40, + "StageID": 201321312, + "MonsterList": [ + [ + 8002010, + 1022010 + ] + ] + }, + { + "Level": 48, + "StageID": 201321313, + "MonsterList": [ + [ + 8002010, + 1022010 + ] + ] + }, + { + "Level": 56, + "StageID": 201321314, + "MonsterList": [ + [ + 8002010, + 1022010 + ] + ] + }, + { + "Level": 66, + "StageID": 201321315, + "MonsterList": [ + [ + 8002010, + 1022010 + ] + ] + }, + { + "Level": 76, + "StageID": 201321316, + "MonsterList": [ + [ + 8002010, + 1022010 + ] + ] + }, + { + "Level": 24, + "StageID": 201321320, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022020 + ] + ] + }, + { + "Level": 32, + "StageID": 201321321, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022020 + ] + ] + }, + { + "Level": 40, + "StageID": 201321322, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022020 + ] + ] + }, + { + "Level": 48, + "StageID": 201321323, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022020 + ] + ] + }, + { + "Level": 56, + "StageID": 201321324, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022020 + ] + ] + }, + { + "Level": 66, + "StageID": 201321325, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022020 + ] + ] + }, + { + "Level": 76, + "StageID": 201321326, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022020 + ] + ] + }, + { + "Level": 24, + "StageID": 201321330, + "MonsterList": [ + [ + 8002010, + 8002010 + ] + ] + }, + { + "Level": 32, + "StageID": 201321331, + "MonsterList": [ + [ + 8002010, + 8002010 + ] + ] + }, + { + "Level": 40, + "StageID": 201321332, + "MonsterList": [ + [ + 8002010, + 8002010 + ] + ] + }, + { + "Level": 48, + "StageID": 201321333, + "MonsterList": [ + [ + 8002010, + 8002010 + ] + ] + }, + { + "Level": 56, + "StageID": 201321334, + "MonsterList": [ + [ + 8002010, + 8002010 + ] + ] + }, + { + "Level": 66, + "StageID": 201321335, + "MonsterList": [ + [ + 8002010, + 8002010 + ] + ] + }, + { + "Level": 76, + "StageID": 201321336, + "MonsterList": [ + [ + 8002010, + 8002010 + ] + ] + }, + { + "Level": 24, + "StageID": 201321340, + "MonsterList": [ + [ + 8001020, + 8002010, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 32, + "StageID": 201321341, + "MonsterList": [ + [ + 8001020, + 8002010, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 40, + "StageID": 201321342, + "MonsterList": [ + [ + 8001020, + 8002010, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 48, + "StageID": 201321343, + "MonsterList": [ + [ + 8001020, + 8002010, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 56, + "StageID": 201321344, + "MonsterList": [ + [ + 8001020, + 8002010, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 66, + "StageID": 201321345, + "MonsterList": [ + [ + 8001020, + 8002010, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 76, + "StageID": 201321346, + "MonsterList": [ + [ + 8001020, + 8002010, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 24, + "StageID": 201321350, + "MonsterList": [ + [ + 1022020, + 8002010, + 1022020 + ] + ] + }, + { + "Level": 32, + "StageID": 201321351, + "MonsterList": [ + [ + 1022020, + 8002010, + 1022020 + ] + ] + }, + { + "Level": 40, + "StageID": 201321352, + "MonsterList": [ + [ + 1022020, + 8002010, + 1022020 + ] + ] + }, + { + "Level": 48, + "StageID": 201321353, + "MonsterList": [ + [ + 1022020, + 8002010, + 1022020 + ] + ] + }, + { + "Level": 56, + "StageID": 201321354, + "MonsterList": [ + [ + 1022020, + 8002010, + 1022020 + ] + ] + }, + { + "Level": 66, + "StageID": 201321355, + "MonsterList": [ + [ + 1022020, + 8002010, + 1022020 + ] + ] + }, + { + "Level": 76, + "StageID": 201321356, + "MonsterList": [ + [ + 1022020, + 8002010, + 1022020 + ] + ] + }, + { + "Level": 24, + "StageID": 201321360, + "MonsterList": [ + [ + 1022010, + 1022010 + ] + ] + }, + { + "Level": 32, + "StageID": 201321361, + "MonsterList": [ + [ + 1022010, + 1022010 + ] + ] + }, + { + "Level": 40, + "StageID": 201321362, + "MonsterList": [ + [ + 1022010, + 1022010 + ] + ] + }, + { + "Level": 48, + "StageID": 201321363, + "MonsterList": [ + [ + 1022010, + 1022010 + ] + ] + }, + { + "Level": 56, + "StageID": 201321364, + "MonsterList": [ + [ + 1022010, + 1022010 + ] + ] + }, + { + "Level": 66, + "StageID": 201321365, + "MonsterList": [ + [ + 1022010, + 1022010 + ] + ] + }, + { + "Level": 76, + "StageID": 201321366, + "MonsterList": [ + [ + 1022010, + 1022010 + ] + ] + }, + { + "Level": 24, + "StageID": 201321370, + "MonsterList": [ + [ + 1022010, + 1022020 + ] + ] + }, + { + "Level": 32, + "StageID": 201321371, + "MonsterList": [ + [ + 1022010, + 1022020 + ] + ] + }, + { + "Level": 40, + "StageID": 201321372, + "MonsterList": [ + [ + 1022010, + 1022020 + ] + ] + }, + { + "Level": 48, + "StageID": 201321373, + "MonsterList": [ + [ + 1022010, + 1022020 + ] + ] + }, + { + "Level": 56, + "StageID": 201321374, + "MonsterList": [ + [ + 1022010, + 1022020 + ] + ] + }, + { + "Level": 66, + "StageID": 201321375, + "MonsterList": [ + [ + 1022010, + 1022020 + ] + ] + }, + { + "Level": 76, + "StageID": 201321376, + "MonsterList": [ + [ + 1022010, + 1022020 + ] + ] + }, + { + "Level": 24, + "StageID": 201322010, + "MonsterList": [ + [ + 8001020, + 8003010, + 8001020 + ] + ] + }, + { + "Level": 32, + "StageID": 201322011, + "MonsterList": [ + [ + 8001020, + 8003010, + 8001020 + ] + ] + }, + { + "Level": 40, + "StageID": 201322012, + "MonsterList": [ + [ + 8001020, + 8003010, + 8001020 + ] + ] + }, + { + "Level": 48, + "StageID": 201322013, + "MonsterList": [ + [ + 8001020, + 8003010, + 8001020 + ] + ] + }, + { + "Level": 56, + "StageID": 201322014, + "MonsterList": [ + [ + 8001020, + 8003010, + 8001020 + ] + ] + }, + { + "Level": 66, + "StageID": 201322015, + "MonsterList": [ + [ + 8001020, + 8003010, + 8001020 + ] + ] + }, + { + "Level": 77, + "StageID": 201322016, + "MonsterList": [ + [ + 8001020, + 8003010, + 8001020 + ] + ] + }, + { + "Level": 24, + "StageID": 201322020, + "MonsterList": [ + [ + 8001020, + 8003010, + 8001020 + ] + ] + }, + { + "Level": 32, + "StageID": 201322021, + "MonsterList": [ + [ + 8001020, + 8003010, + 8001020 + ] + ] + }, + { + "Level": 40, + "StageID": 201322022, + "MonsterList": [ + [ + 8001020, + 8003010, + 8001020 + ] + ] + }, + { + "Level": 48, + "StageID": 201322023, + "MonsterList": [ + [ + 8001020, + 8003010, + 8001020 + ] + ] + }, + { + "Level": 56, + "StageID": 201322024, + "MonsterList": [ + [ + 8001020, + 8003010, + 8001020 + ] + ] + }, + { + "Level": 66, + "StageID": 201322025, + "MonsterList": [ + [ + 8001020, + 8003010, + 8001020 + ] + ] + }, + { + "Level": 77, + "StageID": 201322026, + "MonsterList": [ + [ + 8001020, + 8003010, + 8001020 + ] + ] + }, + { + "Level": 38, + "StageID": 201322320, + "MonsterList": [ + [ + 1022020, + 8003030, + 1022020 + ] + ] + }, + { + "Level": 38, + "StageID": 201322321, + "MonsterList": [ + [ + 1022020, + 8003030, + 1022020 + ] + ] + }, + { + "Level": 46, + "StageID": 201322322, + "MonsterList": [ + [ + 1022020, + 8003030, + 1022020 + ] + ] + }, + { + "Level": 54, + "StageID": 201322323, + "MonsterList": [ + [ + 1022020, + 8003030, + 1022020 + ] + ] + }, + { + "Level": 64, + "StageID": 201322324, + "MonsterList": [ + [ + 1022020, + 8003030, + 1022020 + ] + ] + }, + { + "Level": 73, + "StageID": 201322325, + "MonsterList": [ + [ + 1022020, + 8003030, + 1022020 + ] + ] + }, + { + "Level": 79, + "StageID": 201322326, + "MonsterList": [ + [ + 1022020, + 8003030, + 1022020 + ] + ] + }, + { + "Level": 38, + "StageID": 201322330, + "MonsterList": [ + [ + 1023020 + ] + ] + }, + { + "Level": 38, + "StageID": 201322331, + "MonsterList": [ + [ + 1023020 + ] + ] + }, + { + "Level": 46, + "StageID": 201322332, + "MonsterList": [ + [ + 1023020 + ] + ] + }, + { + "Level": 54, + "StageID": 201322333, + "MonsterList": [ + [ + 1023020 + ] + ] + }, + { + "Level": 64, + "StageID": 201322334, + "MonsterList": [ + [ + 1023020 + ] + ] + }, + { + "Level": 73, + "StageID": 201322335, + "MonsterList": [ + [ + 1023020 + ] + ] + }, + { + "Level": 79, + "StageID": 201322336, + "MonsterList": [ + [ + 1023020 + ] + ] + }, + { + "Level": 38, + "StageID": 201322340, + "MonsterList": [ + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 38, + "StageID": 201322341, + "MonsterList": [ + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 46, + "StageID": 201322342, + "MonsterList": [ + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 54, + "StageID": 201322343, + "MonsterList": [ + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 64, + "StageID": 201322344, + "MonsterList": [ + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 73, + "StageID": 201322345, + "MonsterList": [ + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 79, + "StageID": 201322346, + "MonsterList": [ + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 24, + "StageID": 201330010, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ], + [ + 8001030, + 800201001, + 8001030 + ], + [ + 800201001, + 800304001, + 800201001 + ] + ] + }, + { + "Level": 32, + "StageID": 201330011, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ], + [ + 8001030, + 800201001, + 8001030 + ], + [ + 800201001, + 800304001, + 800201001 + ] + ] + }, + { + "Level": 40, + "StageID": 201330012, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ], + [ + 8001030, + 800201001, + 8001030 + ], + [ + 800201001, + 800304001, + 800201001 + ] + ] + }, + { + "Level": 48, + "StageID": 201330013, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ], + [ + 8001030, + 800201001, + 8001030 + ], + [ + 800201001, + 800304001, + 800201001 + ] + ] + }, + { + "Level": 56, + "StageID": 201330014, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ], + [ + 8001030, + 800201001, + 8001030 + ], + [ + 800201001, + 800304001, + 800201001 + ] + ] + }, + { + "Level": 66, + "StageID": 201330015, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ], + [ + 8001030, + 800201001, + 8001030 + ], + [ + 800201001, + 800304001, + 800201001 + ] + ] + }, + { + "Level": 77, + "StageID": 201330016, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ], + [ + 8001030, + 800201001, + 8001030 + ], + [ + 800201001, + 800304001, + 800201001 + ] + ] + }, + { + "Level": 30, + "StageID": 201330020, + "MonsterList": [ + [ + 1005011 + ] + ] + }, + { + "Level": 35, + "StageID": 201330021, + "MonsterList": [ + [ + 1005011 + ] + ] + }, + { + "Level": 42, + "StageID": 201330022, + "MonsterList": [ + [ + 1005011 + ] + ] + }, + { + "Level": 51, + "StageID": 201330023, + "MonsterList": [ + [ + 1005011 + ] + ] + }, + { + "Level": 61, + "StageID": 201330024, + "MonsterList": [ + [ + 1005011 + ] + ] + }, + { + "Level": 71, + "StageID": 201330025, + "MonsterList": [ + [ + 1005011 + ] + ] + }, + { + "Level": 77, + "StageID": 201330026, + "MonsterList": [ + [ + 1005011 + ] + ] + }, + { + "Level": 24, + "StageID": 201330030, + "MonsterList": [ + [ + 1005010 + ] + ] + }, + { + "Level": 32, + "StageID": 201330031, + "MonsterList": [ + [ + 1005010 + ] + ] + }, + { + "Level": 40, + "StageID": 201330032, + "MonsterList": [ + [ + 1005010 + ] + ] + }, + { + "Level": 48, + "StageID": 201330033, + "MonsterList": [ + [ + 1005010 + ] + ] + }, + { + "Level": 56, + "StageID": 201330034, + "MonsterList": [ + [ + 1005010 + ] + ] + }, + { + "Level": 66, + "StageID": 201330035, + "MonsterList": [ + [ + 1005010 + ] + ] + }, + { + "Level": 77, + "StageID": 201330036, + "MonsterList": [ + [ + 1005010 + ] + ] + }, + { + "Level": 24, + "StageID": 201341010, + "MonsterList": [ + [ + 1022010, + 1022010 + ] + ] + }, + { + "Level": 32, + "StageID": 201341011, + "MonsterList": [ + [ + 1022010, + 1022010 + ] + ] + }, + { + "Level": 40, + "StageID": 201341012, + "MonsterList": [ + [ + 1022010, + 1022010 + ] + ] + }, + { + "Level": 48, + "StageID": 201341013, + "MonsterList": [ + [ + 1022010, + 1022010 + ] + ] + }, + { + "Level": 56, + "StageID": 201341014, + "MonsterList": [ + [ + 1022010, + 1022010 + ] + ] + }, + { + "Level": 66, + "StageID": 201341015, + "MonsterList": [ + [ + 1022010, + 1022010 + ] + ] + }, + { + "Level": 76, + "StageID": 201341016, + "MonsterList": [ + [ + 1022010, + 1022010 + ] + ] + }, + { + "Level": 24, + "StageID": 201341020, + "MonsterList": [ + [ + 1022010, + 8001020 + ] + ] + }, + { + "Level": 32, + "StageID": 201341021, + "MonsterList": [ + [ + 1022010, + 8001020 + ] + ] + }, + { + "Level": 40, + "StageID": 201341022, + "MonsterList": [ + [ + 1022010, + 8001020 + ] + ] + }, + { + "Level": 48, + "StageID": 201341023, + "MonsterList": [ + [ + 1022010, + 8001020 + ] + ] + }, + { + "Level": 56, + "StageID": 201341024, + "MonsterList": [ + [ + 1022010, + 8001020 + ] + ] + }, + { + "Level": 66, + "StageID": 201341025, + "MonsterList": [ + [ + 1022010, + 8001020 + ] + ] + }, + { + "Level": 76, + "StageID": 201341026, + "MonsterList": [ + [ + 1022010, + 8001020 + ] + ] + }, + { + "Level": 24, + "StageID": 201341030, + "MonsterList": [ + [ + 8001020, + 8001020 + ] + ] + }, + { + "Level": 32, + "StageID": 201341031, + "MonsterList": [ + [ + 8001020, + 8001020 + ] + ] + }, + { + "Level": 40, + "StageID": 201341032, + "MonsterList": [ + [ + 8001020, + 8001020 + ] + ] + }, + { + "Level": 48, + "StageID": 201341033, + "MonsterList": [ + [ + 8001020, + 8001020 + ] + ] + }, + { + "Level": 56, + "StageID": 201341034, + "MonsterList": [ + [ + 8001020, + 8001020 + ] + ] + }, + { + "Level": 66, + "StageID": 201341035, + "MonsterList": [ + [ + 8001020, + 8001020 + ] + ] + }, + { + "Level": 76, + "StageID": 201341036, + "MonsterList": [ + [ + 8001020, + 8001020 + ] + ] + }, + { + "Level": 24, + "StageID": 201341040, + "MonsterList": [ + [ + 8002010, + 1022010, + 8002010 + ] + ] + }, + { + "Level": 32, + "StageID": 201341041, + "MonsterList": [ + [ + 8002010, + 1022010, + 8002010 + ] + ] + }, + { + "Level": 40, + "StageID": 201341042, + "MonsterList": [ + [ + 8002010, + 1022010, + 8002010 + ] + ] + }, + { + "Level": 48, + "StageID": 201341043, + "MonsterList": [ + [ + 8002010, + 1022010, + 8002010 + ] + ] + }, + { + "Level": 56, + "StageID": 201341044, + "MonsterList": [ + [ + 8002010, + 1022010, + 8002010 + ] + ] + }, + { + "Level": 66, + "StageID": 201341045, + "MonsterList": [ + [ + 8002010, + 1022010, + 8002010 + ] + ] + }, + { + "Level": 76, + "StageID": 201341046, + "MonsterList": [ + [ + 8002010, + 1022010, + 8002010 + ] + ] + }, + { + "Level": 24, + "StageID": 201341050, + "MonsterList": [ + [ + 8001030, + 8001030 + ] + ] + }, + { + "Level": 32, + "StageID": 201341051, + "MonsterList": [ + [ + 8001030, + 8001030 + ] + ] + }, + { + "Level": 40, + "StageID": 201341052, + "MonsterList": [ + [ + 8001030, + 8001030 + ] + ] + }, + { + "Level": 48, + "StageID": 201341053, + "MonsterList": [ + [ + 8001030, + 8001030 + ] + ] + }, + { + "Level": 56, + "StageID": 201341054, + "MonsterList": [ + [ + 8001030, + 8001030 + ] + ] + }, + { + "Level": 66, + "StageID": 201341055, + "MonsterList": [ + [ + 8001030, + 8001030 + ] + ] + }, + { + "Level": 76, + "StageID": 201341056, + "MonsterList": [ + [ + 8001030, + 8001030 + ] + ] + }, + { + "Level": 24, + "StageID": 201341060, + "MonsterList": [ + [ + 8001030, + 8001020 + ] + ] + }, + { + "Level": 32, + "StageID": 201341061, + "MonsterList": [ + [ + 8001030, + 8001020 + ] + ] + }, + { + "Level": 40, + "StageID": 201341062, + "MonsterList": [ + [ + 8001030, + 8001020 + ] + ] + }, + { + "Level": 48, + "StageID": 201341063, + "MonsterList": [ + [ + 8001030, + 8001020 + ] + ] + }, + { + "Level": 56, + "StageID": 201341064, + "MonsterList": [ + [ + 8001030, + 8001020 + ] + ] + }, + { + "Level": 66, + "StageID": 201341065, + "MonsterList": [ + [ + 8001030, + 8001020 + ] + ] + }, + { + "Level": 76, + "StageID": 201341066, + "MonsterList": [ + [ + 8001030, + 8001020 + ] + ] + }, + { + "Level": 24, + "StageID": 201341070, + "MonsterList": [ + [ + 8001030, + 8001030, + 8002040, + 8001020 + ] + ] + }, + { + "Level": 32, + "StageID": 201341071, + "MonsterList": [ + [ + 8001030, + 8001030, + 8002040, + 8001020 + ] + ] + }, + { + "Level": 40, + "StageID": 201341072, + "MonsterList": [ + [ + 8001030, + 8001030, + 8002040, + 8001020 + ] + ] + }, + { + "Level": 48, + "StageID": 201341073, + "MonsterList": [ + [ + 8001030, + 8001030, + 8002040, + 8001020 + ] + ] + }, + { + "Level": 56, + "StageID": 201341074, + "MonsterList": [ + [ + 8001030, + 8001030, + 8002040, + 8001020 + ] + ] + }, + { + "Level": 66, + "StageID": 201341075, + "MonsterList": [ + [ + 8001030, + 8001030, + 8002040, + 8001020 + ] + ] + }, + { + "Level": 76, + "StageID": 201341076, + "MonsterList": [ + [ + 8001030, + 8001030, + 8002040, + 8001020 + ] + ] + }, + { + "Level": 24, + "StageID": 201342010, + "MonsterList": [ + [ + 1022010, + 800303004, + 1022010 + ] + ] + }, + { + "Level": 32, + "StageID": 201342011, + "MonsterList": [ + [ + 1022010, + 800303004, + 1022010 + ] + ] + }, + { + "Level": 40, + "StageID": 201342012, + "MonsterList": [ + [ + 1022010, + 800303004, + 1022010 + ] + ] + }, + { + "Level": 48, + "StageID": 201342013, + "MonsterList": [ + [ + 1022010, + 800303004, + 1022010 + ] + ] + }, + { + "Level": 56, + "StageID": 201342014, + "MonsterList": [ + [ + 1022010, + 800303004, + 1022010 + ] + ] + }, + { + "Level": 66, + "StageID": 201342015, + "MonsterList": [ + [ + 1022010, + 800303004, + 1022010 + ] + ] + }, + { + "Level": 77, + "StageID": 201342016, + "MonsterList": [ + [ + 1022010, + 800303004, + 1022010 + ] + ] + }, + { + "Level": 24, + "StageID": 201342030, + "MonsterList": [ + [ + 1012010, + 1012020, + 1012020, + 1012010 + ] + ] + }, + { + "Level": 32, + "StageID": 201342031, + "MonsterList": [ + [ + 1012010, + 1012020, + 1012020, + 1012010 + ] + ] + }, + { + "Level": 40, + "StageID": 201342032, + "MonsterList": [ + [ + 1012010, + 1012020, + 1012020, + 1012010 + ] + ] + }, + { + "Level": 48, + "StageID": 201342033, + "MonsterList": [ + [ + 1012010, + 1012020, + 1012020, + 1012010 + ] + ] + }, + { + "Level": 56, + "StageID": 201342034, + "MonsterList": [ + [ + 1012010, + 1012020, + 1012020, + 1012010 + ] + ] + }, + { + "Level": 66, + "StageID": 201342035, + "MonsterList": [ + [ + 1012010, + 1012020, + 1012020, + 1012010 + ] + ] + }, + { + "Level": 77, + "StageID": 201342036, + "MonsterList": [ + [ + 1012010, + 1012020, + 1012020, + 1012010 + ] + ] + }, + { + "Level": 24, + "StageID": 201342040, + "MonsterList": [ + [ + 1012030, + 1012010, + 1012030, + 1012030 + ] + ] + }, + { + "Level": 32, + "StageID": 201342041, + "MonsterList": [ + [ + 1012030, + 1012010, + 1012030, + 1012030 + ] + ] + }, + { + "Level": 40, + "StageID": 201342042, + "MonsterList": [ + [ + 1012030, + 1012010, + 1012030, + 1012030 + ] + ] + }, + { + "Level": 48, + "StageID": 201342043, + "MonsterList": [ + [ + 1012030, + 1012010, + 1012030, + 1012030 + ] + ] + }, + { + "Level": 56, + "StageID": 201342044, + "MonsterList": [ + [ + 1012030, + 1012010, + 1012030, + 1012030 + ] + ] + }, + { + "Level": 66, + "StageID": 201342045, + "MonsterList": [ + [ + 1012030, + 1012010, + 1012030, + 1012030 + ] + ] + }, + { + "Level": 77, + "StageID": 201342046, + "MonsterList": [ + [ + 1012030, + 1012010, + 1012030, + 1012030 + ] + ] + }, + { + "Level": 24, + "StageID": 201342050, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012030 + ] + ] + }, + { + "Level": 32, + "StageID": 201342051, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012030 + ] + ] + }, + { + "Level": 40, + "StageID": 201342052, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012030 + ] + ] + }, + { + "Level": 48, + "StageID": 201342053, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012030 + ] + ] + }, + { + "Level": 56, + "StageID": 201342054, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012030 + ] + ] + }, + { + "Level": 66, + "StageID": 201342055, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012030 + ] + ] + }, + { + "Level": 77, + "StageID": 201342056, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012030 + ] + ] + }, + { + "Level": 24, + "StageID": 201342060, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012020 + ] + ] + }, + { + "Level": 32, + "StageID": 201342061, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012020 + ] + ] + }, + { + "Level": 40, + "StageID": 201342062, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012020 + ] + ] + }, + { + "Level": 48, + "StageID": 201342063, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012020 + ] + ] + }, + { + "Level": 56, + "StageID": 201342064, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012020 + ] + ] + }, + { + "Level": 66, + "StageID": 201342065, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012020 + ] + ] + }, + { + "Level": 77, + "StageID": 201342066, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012020 + ] + ] + }, + { + "Level": 24, + "StageID": 201342070, + "MonsterList": [ + [ + 1012010, + 1012030, + 1012010 + ] + ] + }, + { + "Level": 32, + "StageID": 201342071, + "MonsterList": [ + [ + 1012010, + 1012030, + 1012010 + ] + ] + }, + { + "Level": 40, + "StageID": 201342072, + "MonsterList": [ + [ + 1012010, + 1012030, + 1012010 + ] + ] + }, + { + "Level": 48, + "StageID": 201342073, + "MonsterList": [ + [ + 1012010, + 1012030, + 1012010 + ] + ] + }, + { + "Level": 56, + "StageID": 201342074, + "MonsterList": [ + [ + 1012010, + 1012030, + 1012010 + ] + ] + }, + { + "Level": 66, + "StageID": 201342075, + "MonsterList": [ + [ + 1012010, + 1012030, + 1012010 + ] + ] + }, + { + "Level": 77, + "StageID": 201342076, + "MonsterList": [ + [ + 1012010, + 1012030, + 1012010 + ] + ] + }, + { + "Level": 24, + "StageID": 201342110, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012030, + 1012030 + ] + ] + }, + { + "Level": 32, + "StageID": 201342111, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012030, + 1012030 + ] + ] + }, + { + "Level": 40, + "StageID": 201342112, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012030, + 1012030 + ] + ] + }, + { + "Level": 48, + "StageID": 201342113, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012030, + 1012030 + ] + ] + }, + { + "Level": 56, + "StageID": 201342114, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012030, + 1012030 + ] + ] + }, + { + "Level": 66, + "StageID": 201342115, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012030, + 1012030 + ] + ] + }, + { + "Level": 77, + "StageID": 201342116, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012030, + 1012030 + ] + ] + }, + { + "Level": 24, + "StageID": 201342120, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012020, + 1012020 + ] + ] + }, + { + "Level": 32, + "StageID": 201342121, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012020, + 1012020 + ] + ] + }, + { + "Level": 40, + "StageID": 201342122, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012020, + 1012020 + ] + ] + }, + { + "Level": 48, + "StageID": 201342123, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012020, + 1012020 + ] + ] + }, + { + "Level": 56, + "StageID": 201342124, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012020, + 1012020 + ] + ] + }, + { + "Level": 66, + "StageID": 201342125, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012020, + 1012020 + ] + ] + }, + { + "Level": 77, + "StageID": 201342126, + "MonsterList": [ + [ + 1012020, + 1012020, + 1012020, + 1012020 + ] + ] + }, + { + "Level": 24, + "StageID": 201342130, + "MonsterList": [ + [ + 1012010, + 1012010, + 1012010, + 1012010 + ] + ] + }, + { + "Level": 32, + "StageID": 201342131, + "MonsterList": [ + [ + 1012010, + 1012010, + 1012010, + 1012010 + ] + ] + }, + { + "Level": 40, + "StageID": 201342132, + "MonsterList": [ + [ + 1012010, + 1012010, + 1012010, + 1012010 + ] + ] + }, + { + "Level": 48, + "StageID": 201342133, + "MonsterList": [ + [ + 1012010, + 1012010, + 1012010, + 1012010 + ] + ] + }, + { + "Level": 56, + "StageID": 201342134, + "MonsterList": [ + [ + 1012010, + 1012010, + 1012010, + 1012010 + ] + ] + }, + { + "Level": 66, + "StageID": 201342135, + "MonsterList": [ + [ + 1012010, + 1012010, + 1012010, + 1012010 + ] + ] + }, + { + "Level": 77, + "StageID": 201342136, + "MonsterList": [ + [ + 1012010, + 1012010, + 1012010, + 1012010 + ] + ] + }, + { + "Level": 24, + "StageID": 201342140, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 32, + "StageID": 201342141, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 40, + "StageID": 201342142, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 201342143, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 56, + "StageID": 201342144, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 66, + "StageID": 201342145, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 77, + "StageID": 201342146, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 24, + "StageID": 201342150, + "MonsterList": [ + [ + 8001010, + 1022010, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 32, + "StageID": 201342151, + "MonsterList": [ + [ + 8001010, + 1022010, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 40, + "StageID": 201342152, + "MonsterList": [ + [ + 8001010, + 1022010, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 48, + "StageID": 201342153, + "MonsterList": [ + [ + 8001010, + 1022010, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 56, + "StageID": 201342154, + "MonsterList": [ + [ + 8001010, + 1022010, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 66, + "StageID": 201342155, + "MonsterList": [ + [ + 8001010, + 1022010, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 77, + "StageID": 201342156, + "MonsterList": [ + [ + 8001010, + 1022010, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 18, + "StageID": 201342210, + "MonsterList": [ + [ + 1002050, + 1002030, + 1002040, + 1002050 + ] + ] + }, + { + "Level": 32, + "StageID": 201342211, + "MonsterList": [ + [ + 1002050, + 1002030, + 1002040, + 1002050 + ] + ] + }, + { + "Level": 40, + "StageID": 201342212, + "MonsterList": [ + [ + 1002050, + 1002030, + 1002040, + 1002050 + ] + ] + }, + { + "Level": 48, + "StageID": 201342213, + "MonsterList": [ + [ + 1002050, + 1002030, + 1002040, + 1002050 + ] + ] + }, + { + "Level": 56, + "StageID": 201342214, + "MonsterList": [ + [ + 1002050, + 1002030, + 1002040, + 1002050 + ] + ] + }, + { + "Level": 66, + "StageID": 201342215, + "MonsterList": [ + [ + 1002050, + 1002030, + 1002040, + 1002050 + ] + ] + }, + { + "Level": 78, + "StageID": 201342216, + "MonsterList": [ + [ + 1002050, + 1002030, + 1002040, + 1002050 + ] + ] + }, + { + "Level": 18, + "StageID": 201342220, + "MonsterList": [ + [ + 1012030, + 1002020, + 1002020, + 1012020 + ] + ] + }, + { + "Level": 32, + "StageID": 201342221, + "MonsterList": [ + [ + 1012030, + 1002020, + 1002020, + 1012020 + ] + ] + }, + { + "Level": 40, + "StageID": 201342222, + "MonsterList": [ + [ + 1012030, + 1002020, + 1002020, + 1012020 + ] + ] + }, + { + "Level": 48, + "StageID": 201342223, + "MonsterList": [ + [ + 1012030, + 1002020, + 1002020, + 1012020 + ] + ] + }, + { + "Level": 56, + "StageID": 201342224, + "MonsterList": [ + [ + 1012030, + 1002020, + 1002020, + 1012020 + ] + ] + }, + { + "Level": 66, + "StageID": 201342225, + "MonsterList": [ + [ + 1012030, + 1002020, + 1002020, + 1012020 + ] + ] + }, + { + "Level": 78, + "StageID": 201342226, + "MonsterList": [ + [ + 1012030, + 1002020, + 1002020, + 1012020 + ] + ] + }, + { + "Level": 24, + "StageID": 201342240, + "MonsterList": [ + [ + 8033010 + ] + ] + }, + { + "Level": 32, + "StageID": 201342241, + "MonsterList": [ + [ + 8033010 + ] + ] + }, + { + "Level": 40, + "StageID": 201342242, + "MonsterList": [ + [ + 8033010 + ] + ] + }, + { + "Level": 48, + "StageID": 201342243, + "MonsterList": [ + [ + 8033010 + ] + ] + }, + { + "Level": 56, + "StageID": 201342244, + "MonsterList": [ + [ + 8033010 + ] + ] + }, + { + "Level": 66, + "StageID": 201342245, + "MonsterList": [ + [ + 8033010 + ] + ] + }, + { + "Level": 82, + "StageID": 201342246, + "MonsterList": [ + [ + 8033010 + ] + ] + }, + { + "Level": 18, + "StageID": 201342260, + "MonsterList": [ + [ + 1002040, + 1003010, + 1002050 + ] + ] + }, + { + "Level": 32, + "StageID": 201342261, + "MonsterList": [ + [ + 1002040, + 1003010, + 1002050 + ] + ] + }, + { + "Level": 40, + "StageID": 201342262, + "MonsterList": [ + [ + 1002040, + 1003010, + 1002050 + ] + ] + }, + { + "Level": 48, + "StageID": 201342263, + "MonsterList": [ + [ + 1002040, + 1003010, + 1002050 + ] + ] + }, + { + "Level": 56, + "StageID": 201342264, + "MonsterList": [ + [ + 1002040, + 1003010, + 1002050 + ] + ] + }, + { + "Level": 66, + "StageID": 201342265, + "MonsterList": [ + [ + 1002040, + 1003010, + 1002050 + ] + ] + }, + { + "Level": 78, + "StageID": 201342266, + "MonsterList": [ + [ + 1002040, + 1003010, + 1002050 + ] + ] + }, + { + "Level": 41, + "StageID": 201342310, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 41, + "StageID": 201342311, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 48, + "StageID": 201342312, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 56, + "StageID": 201342313, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 65, + "StageID": 201342314, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 74, + "StageID": 201342315, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 80, + "StageID": 201342316, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 41, + "StageID": 201342320, + "MonsterList": [ + [ + 8002010, + 1022020, + 8002010 + ] + ] + }, + { + "Level": 41, + "StageID": 201342321, + "MonsterList": [ + [ + 8002010, + 1022020, + 8002010 + ] + ] + }, + { + "Level": 48, + "StageID": 201342322, + "MonsterList": [ + [ + 8002010, + 1022020, + 8002010 + ] + ] + }, + { + "Level": 56, + "StageID": 201342323, + "MonsterList": [ + [ + 8002010, + 1022020, + 8002010 + ] + ] + }, + { + "Level": 65, + "StageID": 201342324, + "MonsterList": [ + [ + 8002010, + 1022020, + 8002010 + ] + ] + }, + { + "Level": 74, + "StageID": 201342325, + "MonsterList": [ + [ + 8002010, + 1022020, + 8002010 + ] + ] + }, + { + "Level": 80, + "StageID": 201342326, + "MonsterList": [ + [ + 8002010, + 1022020, + 8002010 + ] + ] + }, + { + "Level": 41, + "StageID": 201342330, + "MonsterList": [ + [ + 8002010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 41, + "StageID": 201342331, + "MonsterList": [ + [ + 8002010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 48, + "StageID": 201342332, + "MonsterList": [ + [ + 8002010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 56, + "StageID": 201342333, + "MonsterList": [ + [ + 8002010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 65, + "StageID": 201342334, + "MonsterList": [ + [ + 8002010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 74, + "StageID": 201342335, + "MonsterList": [ + [ + 8002010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 80, + "StageID": 201342336, + "MonsterList": [ + [ + 8002010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 24, + "StageID": 202110010, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 32, + "StageID": 202110011, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 40, + "StageID": 202110012, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 202110013, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 56, + "StageID": 202110014, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 202110015, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 76, + "StageID": 202110016, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 24, + "StageID": 202110020, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 32, + "StageID": 202110021, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 40, + "StageID": 202110022, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 48, + "StageID": 202110023, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 56, + "StageID": 202110024, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 66, + "StageID": 202110025, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 76, + "StageID": 202110026, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 24, + "StageID": 202110030, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 32, + "StageID": 202110031, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 40, + "StageID": 202110032, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 48, + "StageID": 202110033, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 56, + "StageID": 202110034, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 202110035, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 77, + "StageID": 202110036, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 24, + "StageID": 202110040, + "MonsterList": [ + [ + 8001040, + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 32, + "StageID": 202110041, + "MonsterList": [ + [ + 8001040, + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 40, + "StageID": 202110042, + "MonsterList": [ + [ + 8001040, + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 202110043, + "MonsterList": [ + [ + 8001040, + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 56, + "StageID": 202110044, + "MonsterList": [ + [ + 8001040, + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 202110045, + "MonsterList": [ + [ + 8001040, + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 76, + "StageID": 202110046, + "MonsterList": [ + [ + 8001040, + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 24, + "StageID": 202110050, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011010 + ] + ] + }, + { + "Level": 32, + "StageID": 202110051, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011010 + ] + ] + }, + { + "Level": 40, + "StageID": 202110052, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011010 + ] + ] + }, + { + "Level": 48, + "StageID": 202110053, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011010 + ] + ] + }, + { + "Level": 56, + "StageID": 202110054, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011010 + ] + ] + }, + { + "Level": 66, + "StageID": 202110055, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011010 + ] + ] + }, + { + "Level": 76, + "StageID": 202110056, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011010 + ] + ] + }, + { + "Level": 24, + "StageID": 202110060, + "MonsterList": [ + [ + 2011020, + 2012010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 32, + "StageID": 202110061, + "MonsterList": [ + [ + 2011020, + 2012010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 40, + "StageID": 202110062, + "MonsterList": [ + [ + 2011020, + 2012010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 48, + "StageID": 202110063, + "MonsterList": [ + [ + 2011020, + 2012010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 56, + "StageID": 202110064, + "MonsterList": [ + [ + 2011020, + 2012010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 66, + "StageID": 202110065, + "MonsterList": [ + [ + 2011020, + 2012010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 76, + "StageID": 202110066, + "MonsterList": [ + [ + 2011020, + 2012010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 24, + "StageID": 202110070, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 32, + "StageID": 202110071, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 40, + "StageID": 202110072, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 48, + "StageID": 202110073, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 56, + "StageID": 202110074, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 66, + "StageID": 202110075, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 76, + "StageID": 202110076, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 24, + "StageID": 202110080, + "MonsterList": [ + [ + 202301003 + ] + ] + }, + { + "Level": 32, + "StageID": 202110081, + "MonsterList": [ + [ + 202301003 + ] + ] + }, + { + "Level": 40, + "StageID": 202110082, + "MonsterList": [ + [ + 202301003 + ] + ] + }, + { + "Level": 48, + "StageID": 202110083, + "MonsterList": [ + [ + 202301003 + ] + ] + }, + { + "Level": 56, + "StageID": 202110084, + "MonsterList": [ + [ + 202301003 + ] + ] + }, + { + "Level": 66, + "StageID": 202110085, + "MonsterList": [ + [ + 202301003 + ] + ] + }, + { + "Level": 77, + "StageID": 202110086, + "MonsterList": [ + [ + 202301003 + ] + ] + }, + { + "Level": 24, + "StageID": 202110090, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 32, + "StageID": 202110091, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 40, + "StageID": 202110092, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 202110093, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 56, + "StageID": 202110094, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 202110095, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 76, + "StageID": 202110096, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 24, + "StageID": 202110310, + "MonsterList": [ + [ + 8001050, + 8001040 + ] + ] + }, + { + "Level": 32, + "StageID": 202110311, + "MonsterList": [ + [ + 8001050, + 8001040 + ] + ] + }, + { + "Level": 40, + "StageID": 202110312, + "MonsterList": [ + [ + 8001050, + 8001040 + ] + ] + }, + { + "Level": 48, + "StageID": 202110313, + "MonsterList": [ + [ + 8001050, + 8001040 + ] + ] + }, + { + "Level": 56, + "StageID": 202110314, + "MonsterList": [ + [ + 8001050, + 8001040 + ] + ] + }, + { + "Level": 66, + "StageID": 202110315, + "MonsterList": [ + [ + 8001050, + 8001040 + ] + ] + }, + { + "Level": 77, + "StageID": 202110316, + "MonsterList": [ + [ + 8001050, + 8001040 + ] + ] + }, + { + "Level": 30, + "StageID": 202110320, + "MonsterList": [ + [ + 202201001 + ], + [ + 202301001 + ] + ] + }, + { + "Level": 36, + "StageID": 202110321, + "MonsterList": [ + [ + 202201001 + ], + [ + 202301001 + ] + ] + }, + { + "Level": 43, + "StageID": 202110322, + "MonsterList": [ + [ + 202201001 + ], + [ + 202301001 + ] + ] + }, + { + "Level": 52, + "StageID": 202110323, + "MonsterList": [ + [ + 202201001 + ], + [ + 202301001 + ] + ] + }, + { + "Level": 61, + "StageID": 202110324, + "MonsterList": [ + [ + 202201001 + ], + [ + 202301001 + ] + ] + }, + { + "Level": 71, + "StageID": 202110325, + "MonsterList": [ + [ + 202201001 + ], + [ + 202301001 + ] + ] + }, + { + "Level": 77, + "StageID": 202110326, + "MonsterList": [ + [ + 202201001 + ], + [ + 202301001 + ] + ] + }, + { + "Level": 30, + "StageID": 202110330, + "MonsterList": [ + [ + 202301002 + ] + ] + }, + { + "Level": 36, + "StageID": 202110331, + "MonsterList": [ + [ + 202301002 + ] + ] + }, + { + "Level": 43, + "StageID": 202110332, + "MonsterList": [ + [ + 202301002 + ] + ] + }, + { + "Level": 52, + "StageID": 202110333, + "MonsterList": [ + [ + 202301002 + ] + ] + }, + { + "Level": 61, + "StageID": 202110334, + "MonsterList": [ + [ + 202301002 + ] + ] + }, + { + "Level": 71, + "StageID": 202110335, + "MonsterList": [ + [ + 202301002 + ] + ] + }, + { + "Level": 77, + "StageID": 202110336, + "MonsterList": [ + [ + 202301002 + ] + ] + }, + { + "Level": 24, + "StageID": 202110510, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 32, + "StageID": 202110511, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 40, + "StageID": 202110512, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 48, + "StageID": 202110513, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 56, + "StageID": 202110514, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 66, + "StageID": 202110515, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 76, + "StageID": 202110516, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 24, + "StageID": 202110520, + "MonsterList": [ + [ + 8001040, + 2022010, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 32, + "StageID": 202110521, + "MonsterList": [ + [ + 8001040, + 2022010, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 40, + "StageID": 202110522, + "MonsterList": [ + [ + 8001040, + 2022010, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 48, + "StageID": 202110523, + "MonsterList": [ + [ + 8001040, + 2022010, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 56, + "StageID": 202110524, + "MonsterList": [ + [ + 8001040, + 2022010, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 66, + "StageID": 202110525, + "MonsterList": [ + [ + 8001040, + 2022010, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 76, + "StageID": 202110526, + "MonsterList": [ + [ + 8001040, + 2022010, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 24, + "StageID": 202110530, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011010 + ] + ] + }, + { + "Level": 32, + "StageID": 202110531, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011010 + ] + ] + }, + { + "Level": 40, + "StageID": 202110532, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011010 + ] + ] + }, + { + "Level": 48, + "StageID": 202110533, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011010 + ] + ] + }, + { + "Level": 56, + "StageID": 202110534, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011010 + ] + ] + }, + { + "Level": 66, + "StageID": 202110535, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011010 + ] + ] + }, + { + "Level": 76, + "StageID": 202110536, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011010 + ] + ] + }, + { + "Level": 24, + "StageID": 202110540, + "MonsterList": [ + [ + 2011020, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 32, + "StageID": 202110541, + "MonsterList": [ + [ + 2011020, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 40, + "StageID": 202110542, + "MonsterList": [ + [ + 2011020, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 48, + "StageID": 202110543, + "MonsterList": [ + [ + 2011020, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 56, + "StageID": 202110544, + "MonsterList": [ + [ + 2011020, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 66, + "StageID": 202110545, + "MonsterList": [ + [ + 2011020, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 76, + "StageID": 202110546, + "MonsterList": [ + [ + 2011020, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 24, + "StageID": 202110550, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 32, + "StageID": 202110551, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 40, + "StageID": 202110552, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 202110553, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 56, + "StageID": 202110554, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 202110555, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 76, + "StageID": 202110556, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 24, + "StageID": 202110560, + "MonsterList": [ + [ + 2022110, + 2022010 + ] + ] + }, + { + "Level": 32, + "StageID": 202110561, + "MonsterList": [ + [ + 2022110, + 2022010 + ] + ] + }, + { + "Level": 40, + "StageID": 202110562, + "MonsterList": [ + [ + 2022110, + 2022010 + ] + ] + }, + { + "Level": 48, + "StageID": 202110563, + "MonsterList": [ + [ + 2022110, + 2022010 + ] + ] + }, + { + "Level": 56, + "StageID": 202110564, + "MonsterList": [ + [ + 2022110, + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 202110565, + "MonsterList": [ + [ + 2022110, + 2022010 + ] + ] + }, + { + "Level": 76, + "StageID": 202110566, + "MonsterList": [ + [ + 2022110, + 2022010 + ] + ] + }, + { + "Level": 24, + "StageID": 202111010, + "MonsterList": [ + [ + 8001050, + 8002010, + 8001050 + ] + ] + }, + { + "Level": 32, + "StageID": 202111011, + "MonsterList": [ + [ + 8001050, + 8002010, + 8001050 + ] + ] + }, + { + "Level": 40, + "StageID": 202111012, + "MonsterList": [ + [ + 8001050, + 8002010, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 202111013, + "MonsterList": [ + [ + 8001050, + 8002010, + 8001050 + ] + ] + }, + { + "Level": 56, + "StageID": 202111014, + "MonsterList": [ + [ + 8001050, + 8002010, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 202111015, + "MonsterList": [ + [ + 8001050, + 8002010, + 8001050 + ] + ] + }, + { + "Level": 76, + "StageID": 202111016, + "MonsterList": [ + [ + 8001050, + 8002010, + 8001050 + ] + ] + }, + { + "Level": 24, + "StageID": 202111020, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 32, + "StageID": 202111021, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 40, + "StageID": 202111022, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 48, + "StageID": 202111023, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 56, + "StageID": 202111024, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 66, + "StageID": 202111025, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 76, + "StageID": 202111026, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 24, + "StageID": 202111040, + "MonsterList": [ + [ + 8001040, + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 32, + "StageID": 202111041, + "MonsterList": [ + [ + 8001040, + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 40, + "StageID": 202111042, + "MonsterList": [ + [ + 8001040, + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 202111043, + "MonsterList": [ + [ + 8001040, + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 56, + "StageID": 202111044, + "MonsterList": [ + [ + 8001040, + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 202111045, + "MonsterList": [ + [ + 8001040, + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 76, + "StageID": 202111046, + "MonsterList": [ + [ + 8001040, + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 24, + "StageID": 202111050, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011010 + ] + ] + }, + { + "Level": 32, + "StageID": 202111051, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011010 + ] + ] + }, + { + "Level": 40, + "StageID": 202111052, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011010 + ] + ] + }, + { + "Level": 48, + "StageID": 202111053, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011010 + ] + ] + }, + { + "Level": 56, + "StageID": 202111054, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011010 + ] + ] + }, + { + "Level": 66, + "StageID": 202111055, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011010 + ] + ] + }, + { + "Level": 76, + "StageID": 202111056, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011010 + ] + ] + }, + { + "Level": 24, + "StageID": 202111060, + "MonsterList": [ + [ + 2011020, + 2012010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 32, + "StageID": 202111061, + "MonsterList": [ + [ + 2011020, + 2012010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 40, + "StageID": 202111062, + "MonsterList": [ + [ + 2011020, + 2012010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 48, + "StageID": 202111063, + "MonsterList": [ + [ + 2011020, + 2012010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 56, + "StageID": 202111064, + "MonsterList": [ + [ + 2011020, + 2012010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 66, + "StageID": 202111065, + "MonsterList": [ + [ + 2011020, + 2012010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 76, + "StageID": 202111066, + "MonsterList": [ + [ + 2011020, + 2012010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 24, + "StageID": 202111070, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 32, + "StageID": 202111071, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 40, + "StageID": 202111072, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 48, + "StageID": 202111073, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 56, + "StageID": 202111074, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 66, + "StageID": 202111075, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 76, + "StageID": 202111076, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 24, + "StageID": 202111090, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 32, + "StageID": 202111091, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 40, + "StageID": 202111092, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 202111093, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 56, + "StageID": 202111094, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 202111095, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 76, + "StageID": 202111096, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 24, + "StageID": 202111100, + "MonsterList": [ + [ + 2022010, + 8002040, + 2022010, + 8002010 + ] + ] + }, + { + "Level": 32, + "StageID": 202111101, + "MonsterList": [ + [ + 2022010, + 8002040, + 2022010, + 8002010 + ] + ] + }, + { + "Level": 40, + "StageID": 202111102, + "MonsterList": [ + [ + 2022010, + 8002040, + 2022010, + 8002010 + ] + ] + }, + { + "Level": 48, + "StageID": 202111103, + "MonsterList": [ + [ + 2022010, + 8002040, + 2022010, + 8002010 + ] + ] + }, + { + "Level": 56, + "StageID": 202111104, + "MonsterList": [ + [ + 2022010, + 8002040, + 2022010, + 8002010 + ] + ] + }, + { + "Level": 66, + "StageID": 202111105, + "MonsterList": [ + [ + 2022010, + 8002040, + 2022010, + 8002010 + ] + ] + }, + { + "Level": 77, + "StageID": 202111106, + "MonsterList": [ + [ + 2022010, + 8002040, + 2022010, + 8002010 + ] + ] + }, + { + "Level": 24, + "StageID": 202111310, + "MonsterList": [ + [ + 2023010 + ] + ] + }, + { + "Level": 32, + "StageID": 202111311, + "MonsterList": [ + [ + 2023010 + ] + ] + }, + { + "Level": 40, + "StageID": 202111312, + "MonsterList": [ + [ + 2023010 + ] + ] + }, + { + "Level": 48, + "StageID": 202111313, + "MonsterList": [ + [ + 2023010 + ] + ] + }, + { + "Level": 56, + "StageID": 202111314, + "MonsterList": [ + [ + 2023010 + ] + ] + }, + { + "Level": 66, + "StageID": 202111315, + "MonsterList": [ + [ + 2023010 + ] + ] + }, + { + "Level": 76, + "StageID": 202111316, + "MonsterList": [ + [ + 2023010 + ] + ] + }, + { + "Level": 24, + "StageID": 202111320, + "MonsterList": [ + [ + 8001030, + 2022010, + 8001030 + ] + ] + }, + { + "Level": 32, + "StageID": 202111321, + "MonsterList": [ + [ + 8001030, + 2022010, + 8001030 + ] + ] + }, + { + "Level": 40, + "StageID": 202111322, + "MonsterList": [ + [ + 8001030, + 2022010, + 8001030 + ] + ] + }, + { + "Level": 48, + "StageID": 202111323, + "MonsterList": [ + [ + 8001030, + 2022010, + 8001030 + ] + ] + }, + { + "Level": 56, + "StageID": 202111324, + "MonsterList": [ + [ + 8001030, + 2022010, + 8001030 + ] + ] + }, + { + "Level": 66, + "StageID": 202111325, + "MonsterList": [ + [ + 8001030, + 2022010, + 8001030 + ] + ] + }, + { + "Level": 76, + "StageID": 202111326, + "MonsterList": [ + [ + 8001030, + 2022010, + 8001030 + ] + ] + }, + { + "Level": 24, + "StageID": 202111330, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 32, + "StageID": 202111331, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 40, + "StageID": 202111332, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 202111333, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 56, + "StageID": 202111334, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 202111335, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 76, + "StageID": 202111336, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 24, + "StageID": 202111510, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 32, + "StageID": 202111511, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 40, + "StageID": 202111512, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 48, + "StageID": 202111513, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 56, + "StageID": 202111514, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 66, + "StageID": 202111515, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 76, + "StageID": 202111516, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 24, + "StageID": 202111520, + "MonsterList": [ + [ + 8001040, + 2022010, + 2022110, + 8001040 + ] + ] + }, + { + "Level": 32, + "StageID": 202111521, + "MonsterList": [ + [ + 8001040, + 2022010, + 2022110, + 8001040 + ] + ] + }, + { + "Level": 40, + "StageID": 202111522, + "MonsterList": [ + [ + 8001040, + 2022010, + 2022110, + 8001040 + ] + ] + }, + { + "Level": 48, + "StageID": 202111523, + "MonsterList": [ + [ + 8001040, + 2022010, + 2022110, + 8001040 + ] + ] + }, + { + "Level": 56, + "StageID": 202111524, + "MonsterList": [ + [ + 8001040, + 2022010, + 2022110, + 8001040 + ] + ] + }, + { + "Level": 66, + "StageID": 202111525, + "MonsterList": [ + [ + 8001040, + 2022010, + 2022110, + 8001040 + ] + ] + }, + { + "Level": 76, + "StageID": 202111526, + "MonsterList": [ + [ + 8001040, + 2022010, + 2022110, + 8001040 + ] + ] + }, + { + "Level": 24, + "StageID": 202111530, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011010 + ] + ] + }, + { + "Level": 32, + "StageID": 202111531, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011010 + ] + ] + }, + { + "Level": 40, + "StageID": 202111532, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011010 + ] + ] + }, + { + "Level": 48, + "StageID": 202111533, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011010 + ] + ] + }, + { + "Level": 56, + "StageID": 202111534, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011010 + ] + ] + }, + { + "Level": 66, + "StageID": 202111535, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011010 + ] + ] + }, + { + "Level": 76, + "StageID": 202111536, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011010 + ] + ] + }, + { + "Level": 24, + "StageID": 202111540, + "MonsterList": [ + [ + 2011020, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 32, + "StageID": 202111541, + "MonsterList": [ + [ + 2011020, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 40, + "StageID": 202111542, + "MonsterList": [ + [ + 2011020, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 48, + "StageID": 202111543, + "MonsterList": [ + [ + 2011020, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 56, + "StageID": 202111544, + "MonsterList": [ + [ + 2011020, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 66, + "StageID": 202111545, + "MonsterList": [ + [ + 2011020, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 76, + "StageID": 202111546, + "MonsterList": [ + [ + 2011020, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 24, + "StageID": 202111550, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 32, + "StageID": 202111551, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 40, + "StageID": 202111552, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 202111553, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 56, + "StageID": 202111554, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 202111555, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 76, + "StageID": 202111556, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 24, + "StageID": 202111560, + "MonsterList": [ + [ + 2022110, + 2022010 + ] + ] + }, + { + "Level": 32, + "StageID": 202111561, + "MonsterList": [ + [ + 2022110, + 2022010 + ] + ] + }, + { + "Level": 40, + "StageID": 202111562, + "MonsterList": [ + [ + 2022110, + 2022010 + ] + ] + }, + { + "Level": 48, + "StageID": 202111563, + "MonsterList": [ + [ + 2022110, + 2022010 + ] + ] + }, + { + "Level": 56, + "StageID": 202111564, + "MonsterList": [ + [ + 2022110, + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 202111565, + "MonsterList": [ + [ + 2022110, + 2022010 + ] + ] + }, + { + "Level": 76, + "StageID": 202111566, + "MonsterList": [ + [ + 2022110, + 2022010 + ] + ] + }, + { + "Level": 24, + "StageID": 202112010, + "MonsterList": [ + [ + 2002010, + 2002010 + ], + [ + 2002010, + 2013010, + 2002010 + ] + ] + }, + { + "Level": 32, + "StageID": 202112011, + "MonsterList": [ + [ + 2002010, + 2002010 + ], + [ + 2002010, + 2013010, + 2002010 + ] + ] + }, + { + "Level": 40, + "StageID": 202112012, + "MonsterList": [ + [ + 2002010, + 2002010 + ], + [ + 2002010, + 2013010, + 2002010 + ] + ] + }, + { + "Level": 48, + "StageID": 202112013, + "MonsterList": [ + [ + 2002010, + 2002010 + ], + [ + 2002010, + 2013010, + 2002010 + ] + ] + }, + { + "Level": 56, + "StageID": 202112014, + "MonsterList": [ + [ + 2002010, + 2002010 + ], + [ + 2002010, + 2013010, + 2002010 + ] + ] + }, + { + "Level": 66, + "StageID": 202112015, + "MonsterList": [ + [ + 2002010, + 2002010 + ], + [ + 2002010, + 2013010, + 2002010 + ] + ] + }, + { + "Level": 77, + "StageID": 202112016, + "MonsterList": [ + [ + 2002010, + 2002010 + ], + [ + 2002010, + 2013010, + 2002010 + ] + ] + }, + { + "Level": 24, + "StageID": 202112030, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 32, + "StageID": 202112031, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 40, + "StageID": 202112032, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 202112033, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 56, + "StageID": 202112034, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 202112035, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 77, + "StageID": 202112036, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 24, + "StageID": 202112040, + "MonsterList": [ + [ + 8001040, + 8002010, + 8002010, + 8001040 + ] + ] + }, + { + "Level": 32, + "StageID": 202112041, + "MonsterList": [ + [ + 8001040, + 8002010, + 8002010, + 8001040 + ] + ] + }, + { + "Level": 40, + "StageID": 202112042, + "MonsterList": [ + [ + 8001040, + 8002010, + 8002010, + 8001040 + ] + ] + }, + { + "Level": 48, + "StageID": 202112043, + "MonsterList": [ + [ + 8001040, + 8002010, + 8002010, + 8001040 + ] + ] + }, + { + "Level": 56, + "StageID": 202112044, + "MonsterList": [ + [ + 8001040, + 8002010, + 8002010, + 8001040 + ] + ] + }, + { + "Level": 66, + "StageID": 202112045, + "MonsterList": [ + [ + 8001040, + 8002010, + 8002010, + 8001040 + ] + ] + }, + { + "Level": 77, + "StageID": 202112046, + "MonsterList": [ + [ + 8001040, + 8002010, + 8002010, + 8001040 + ] + ] + }, + { + "Level": 24, + "StageID": 202112050, + "MonsterList": [ + [ + 2022010, + 2023010 + ] + ] + }, + { + "Level": 32, + "StageID": 202112051, + "MonsterList": [ + [ + 2022010, + 2023010 + ] + ] + }, + { + "Level": 40, + "StageID": 202112052, + "MonsterList": [ + [ + 2022010, + 2023010 + ] + ] + }, + { + "Level": 48, + "StageID": 202112053, + "MonsterList": [ + [ + 2022010, + 2023010 + ] + ] + }, + { + "Level": 56, + "StageID": 202112054, + "MonsterList": [ + [ + 2022010, + 2023010 + ] + ] + }, + { + "Level": 66, + "StageID": 202112055, + "MonsterList": [ + [ + 2022010, + 2023010 + ] + ] + }, + { + "Level": 77, + "StageID": 202112056, + "MonsterList": [ + [ + 2022010, + 2023010 + ] + ] + }, + { + "Level": 24, + "StageID": 202112070, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 32, + "StageID": 202112071, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 40, + "StageID": 202112072, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 202112073, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 56, + "StageID": 202112074, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 202112075, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 77, + "StageID": 202112076, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 24, + "StageID": 202112080, + "MonsterList": [ + [ + 8001040, + 8002010, + 8002010, + 8001040 + ] + ] + }, + { + "Level": 32, + "StageID": 202112081, + "MonsterList": [ + [ + 8001040, + 8002010, + 8002010, + 8001040 + ] + ] + }, + { + "Level": 40, + "StageID": 202112082, + "MonsterList": [ + [ + 8001040, + 8002010, + 8002010, + 8001040 + ] + ] + }, + { + "Level": 48, + "StageID": 202112083, + "MonsterList": [ + [ + 8001040, + 8002010, + 8002010, + 8001040 + ] + ] + }, + { + "Level": 56, + "StageID": 202112084, + "MonsterList": [ + [ + 8001040, + 8002010, + 8002010, + 8001040 + ] + ] + }, + { + "Level": 66, + "StageID": 202112085, + "MonsterList": [ + [ + 8001040, + 8002010, + 8002010, + 8001040 + ] + ] + }, + { + "Level": 77, + "StageID": 202112086, + "MonsterList": [ + [ + 8001040, + 8002010, + 8002010, + 8001040 + ] + ] + }, + { + "Level": 24, + "StageID": 202112090, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 32, + "StageID": 202112091, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 40, + "StageID": 202112092, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 48, + "StageID": 202112093, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 56, + "StageID": 202112094, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 202112095, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 77, + "StageID": 202112096, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 42, + "StageID": 202112310, + "MonsterList": [ + [ + 8001050, + 8003050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 42, + "StageID": 202112311, + "MonsterList": [ + [ + 8001050, + 8003050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 49, + "StageID": 202112312, + "MonsterList": [ + [ + 8001050, + 8003050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 57, + "StageID": 202112313, + "MonsterList": [ + [ + 8001050, + 8003050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 202112314, + "MonsterList": [ + [ + 8001050, + 8003050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 75, + "StageID": 202112315, + "MonsterList": [ + [ + 8001050, + 8003050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 80, + "StageID": 202112316, + "MonsterList": [ + [ + 8001050, + 8003050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 42, + "StageID": 202112320, + "MonsterList": [ + [ + 8002010, + 2022010, + 8002010, + 2022010 + ] + ] + }, + { + "Level": 42, + "StageID": 202112321, + "MonsterList": [ + [ + 8002010, + 2022010, + 8002010, + 2022010 + ] + ] + }, + { + "Level": 49, + "StageID": 202112322, + "MonsterList": [ + [ + 8002010, + 2022010, + 8002010, + 2022010 + ] + ] + }, + { + "Level": 57, + "StageID": 202112323, + "MonsterList": [ + [ + 8002010, + 2022010, + 8002010, + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 202112324, + "MonsterList": [ + [ + 8002010, + 2022010, + 8002010, + 2022010 + ] + ] + }, + { + "Level": 75, + "StageID": 202112325, + "MonsterList": [ + [ + 8002010, + 2022010, + 8002010, + 2022010 + ] + ] + }, + { + "Level": 80, + "StageID": 202112326, + "MonsterList": [ + [ + 8002010, + 2022010, + 8002010, + 2022010 + ] + ] + }, + { + "Level": 42, + "StageID": 202112330, + "MonsterList": [ + [ + 2022010, + 2022010, + 8002010 + ] + ] + }, + { + "Level": 42, + "StageID": 202112331, + "MonsterList": [ + [ + 2022010, + 2022010, + 8002010 + ] + ] + }, + { + "Level": 49, + "StageID": 202112332, + "MonsterList": [ + [ + 2022010, + 2022010, + 8002010 + ] + ] + }, + { + "Level": 57, + "StageID": 202112333, + "MonsterList": [ + [ + 2022010, + 2022010, + 8002010 + ] + ] + }, + { + "Level": 66, + "StageID": 202112334, + "MonsterList": [ + [ + 2022010, + 2022010, + 8002010 + ] + ] + }, + { + "Level": 75, + "StageID": 202112335, + "MonsterList": [ + [ + 2022010, + 2022010, + 8002010 + ] + ] + }, + { + "Level": 80, + "StageID": 202112336, + "MonsterList": [ + [ + 2022010, + 2022010, + 8002010 + ] + ] + }, + { + "Level": 42, + "StageID": 202112410, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 42, + "StageID": 202112411, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 49, + "StageID": 202112412, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 57, + "StageID": 202112413, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 202112414, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 75, + "StageID": 202112415, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 80, + "StageID": 202112416, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 42, + "StageID": 202112420, + "MonsterList": [ + [ + 8002010, + 2022010, + 8002010 + ] + ] + }, + { + "Level": 42, + "StageID": 202112421, + "MonsterList": [ + [ + 8002010, + 2022010, + 8002010 + ] + ] + }, + { + "Level": 49, + "StageID": 202112422, + "MonsterList": [ + [ + 8002010, + 2022010, + 8002010 + ] + ] + }, + { + "Level": 57, + "StageID": 202112423, + "MonsterList": [ + [ + 8002010, + 2022010, + 8002010 + ] + ] + }, + { + "Level": 66, + "StageID": 202112424, + "MonsterList": [ + [ + 8002010, + 2022010, + 8002010 + ] + ] + }, + { + "Level": 75, + "StageID": 202112425, + "MonsterList": [ + [ + 8002010, + 2022010, + 8002010 + ] + ] + }, + { + "Level": 80, + "StageID": 202112426, + "MonsterList": [ + [ + 8002010, + 2022010, + 8002010 + ] + ] + }, + { + "Level": 42, + "StageID": 202112430, + "MonsterList": [ + [ + 8001040, + 2022010, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 42, + "StageID": 202112431, + "MonsterList": [ + [ + 8001040, + 2022010, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 49, + "StageID": 202112432, + "MonsterList": [ + [ + 8001040, + 2022010, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 57, + "StageID": 202112433, + "MonsterList": [ + [ + 8001040, + 2022010, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 66, + "StageID": 202112434, + "MonsterList": [ + [ + 8001040, + 2022010, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 75, + "StageID": 202112435, + "MonsterList": [ + [ + 8001040, + 2022010, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 80, + "StageID": 202112436, + "MonsterList": [ + [ + 8001040, + 2022010, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 42, + "StageID": 202112440, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 42, + "StageID": 202112441, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 49, + "StageID": 202112442, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 57, + "StageID": 202112443, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 202112444, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 75, + "StageID": 202112445, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 80, + "StageID": 202112446, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 42, + "StageID": 202112450, + "MonsterList": [ + [ + 8001030, + 8002010, + 2022010, + 8001030 + ] + ] + }, + { + "Level": 42, + "StageID": 202112451, + "MonsterList": [ + [ + 8001030, + 8002010, + 2022010, + 8001030 + ] + ] + }, + { + "Level": 49, + "StageID": 202112452, + "MonsterList": [ + [ + 8001030, + 8002010, + 2022010, + 8001030 + ] + ] + }, + { + "Level": 57, + "StageID": 202112453, + "MonsterList": [ + [ + 8001030, + 8002010, + 2022010, + 8001030 + ] + ] + }, + { + "Level": 66, + "StageID": 202112454, + "MonsterList": [ + [ + 8001030, + 8002010, + 2022010, + 8001030 + ] + ] + }, + { + "Level": 75, + "StageID": 202112455, + "MonsterList": [ + [ + 8001030, + 8002010, + 2022010, + 8001030 + ] + ] + }, + { + "Level": 80, + "StageID": 202112456, + "MonsterList": [ + [ + 8001030, + 8002010, + 2022010, + 8001030 + ] + ] + }, + { + "Level": 42, + "StageID": 202112460, + "MonsterList": [ + [ + 2023010, + 8002010 + ] + ] + }, + { + "Level": 42, + "StageID": 202112461, + "MonsterList": [ + [ + 2023010, + 8002010 + ] + ] + }, + { + "Level": 49, + "StageID": 202112462, + "MonsterList": [ + [ + 2023010, + 8002010 + ] + ] + }, + { + "Level": 57, + "StageID": 202112463, + "MonsterList": [ + [ + 2023010, + 8002010 + ] + ] + }, + { + "Level": 66, + "StageID": 202112464, + "MonsterList": [ + [ + 2023010, + 8002010 + ] + ] + }, + { + "Level": 75, + "StageID": 202112465, + "MonsterList": [ + [ + 2023010, + 8002010 + ] + ] + }, + { + "Level": 80, + "StageID": 202112466, + "MonsterList": [ + [ + 2023010, + 8002010 + ] + ] + }, + { + "Level": 24, + "StageID": 202112510, + "MonsterList": [ + [ + 8001030, + 2022010, + 8001030 + ] + ] + }, + { + "Level": 32, + "StageID": 202112511, + "MonsterList": [ + [ + 8001030, + 2022010, + 8001030 + ] + ] + }, + { + "Level": 40, + "StageID": 202112512, + "MonsterList": [ + [ + 8001030, + 2022010, + 8001030 + ] + ] + }, + { + "Level": 48, + "StageID": 202112513, + "MonsterList": [ + [ + 8001030, + 2022010, + 8001030 + ] + ] + }, + { + "Level": 56, + "StageID": 202112514, + "MonsterList": [ + [ + 8001030, + 2022010, + 8001030 + ] + ] + }, + { + "Level": 66, + "StageID": 202112515, + "MonsterList": [ + [ + 8001030, + 2022010, + 8001030 + ] + ] + }, + { + "Level": 76, + "StageID": 202112516, + "MonsterList": [ + [ + 8001030, + 2022010, + 8001030 + ] + ] + }, + { + "Level": 24, + "StageID": 202112520, + "MonsterList": [ + [ + 8001040, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 32, + "StageID": 202112521, + "MonsterList": [ + [ + 8001040, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 40, + "StageID": 202112522, + "MonsterList": [ + [ + 8001040, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 48, + "StageID": 202112523, + "MonsterList": [ + [ + 8001040, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 56, + "StageID": 202112524, + "MonsterList": [ + [ + 8001040, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 66, + "StageID": 202112525, + "MonsterList": [ + [ + 8001040, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 76, + "StageID": 202112526, + "MonsterList": [ + [ + 8001040, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 24, + "StageID": 202112530, + "MonsterList": [ + [ + 8002010, + 2022010 + ] + ] + }, + { + "Level": 32, + "StageID": 202112531, + "MonsterList": [ + [ + 8002010, + 2022010 + ] + ] + }, + { + "Level": 40, + "StageID": 202112532, + "MonsterList": [ + [ + 8002010, + 2022010 + ] + ] + }, + { + "Level": 48, + "StageID": 202112533, + "MonsterList": [ + [ + 8002010, + 2022010 + ] + ] + }, + { + "Level": 56, + "StageID": 202112534, + "MonsterList": [ + [ + 8002010, + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 202112535, + "MonsterList": [ + [ + 8002010, + 2022010 + ] + ] + }, + { + "Level": 76, + "StageID": 202112536, + "MonsterList": [ + [ + 8002010, + 2022010 + ] + ] + }, + { + "Level": 24, + "StageID": 202120010, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 32, + "StageID": 202120011, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 40, + "StageID": 202120012, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 48, + "StageID": 202120013, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 56, + "StageID": 202120014, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 66, + "StageID": 202120015, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 76, + "StageID": 202120016, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 24, + "StageID": 202120020, + "MonsterList": [ + [ + 8001050, + 2022010, + 8002010, + 8001050 + ] + ] + }, + { + "Level": 32, + "StageID": 202120021, + "MonsterList": [ + [ + 8001050, + 2022010, + 8002010, + 8001050 + ] + ] + }, + { + "Level": 40, + "StageID": 202120022, + "MonsterList": [ + [ + 8001050, + 2022010, + 8002010, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 202120023, + "MonsterList": [ + [ + 8001050, + 2022010, + 8002010, + 8001050 + ] + ] + }, + { + "Level": 56, + "StageID": 202120024, + "MonsterList": [ + [ + 8001050, + 2022010, + 8002010, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 202120025, + "MonsterList": [ + [ + 8001050, + 2022010, + 8002010, + 8001050 + ] + ] + }, + { + "Level": 76, + "StageID": 202120026, + "MonsterList": [ + [ + 8001050, + 2022010, + 8002010, + 8001050 + ] + ] + }, + { + "Level": 24, + "StageID": 202120030, + "MonsterList": [ + [ + 2022010, + 8002010, + 2022110 + ] + ] + }, + { + "Level": 32, + "StageID": 202120031, + "MonsterList": [ + [ + 2022010, + 8002010, + 2022110 + ] + ] + }, + { + "Level": 40, + "StageID": 202120032, + "MonsterList": [ + [ + 2022010, + 8002010, + 2022110 + ] + ] + }, + { + "Level": 48, + "StageID": 202120033, + "MonsterList": [ + [ + 2022010, + 8002010, + 2022110 + ] + ] + }, + { + "Level": 56, + "StageID": 202120034, + "MonsterList": [ + [ + 2022010, + 8002010, + 2022110 + ] + ] + }, + { + "Level": 66, + "StageID": 202120035, + "MonsterList": [ + [ + 2022010, + 8002010, + 2022110 + ] + ] + }, + { + "Level": 76, + "StageID": 202120036, + "MonsterList": [ + [ + 2022010, + 8002010, + 2022110 + ] + ] + }, + { + "Level": 24, + "StageID": 202120040, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 32, + "StageID": 202120041, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 40, + "StageID": 202120042, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 48, + "StageID": 202120043, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 56, + "StageID": 202120044, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 66, + "StageID": 202120045, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 76, + "StageID": 202120046, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 24, + "StageID": 202120050, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 32, + "StageID": 202120051, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 40, + "StageID": 202120052, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 48, + "StageID": 202120053, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 56, + "StageID": 202120054, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 66, + "StageID": 202120055, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 76, + "StageID": 202120056, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 24, + "StageID": 202120060, + "MonsterList": [ + [ + 2011020, + 2012010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 32, + "StageID": 202120061, + "MonsterList": [ + [ + 2011020, + 2012010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 40, + "StageID": 202120062, + "MonsterList": [ + [ + 2011020, + 2012010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 48, + "StageID": 202120063, + "MonsterList": [ + [ + 2011020, + 2012010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 56, + "StageID": 202120064, + "MonsterList": [ + [ + 2011020, + 2012010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 66, + "StageID": 202120065, + "MonsterList": [ + [ + 2011020, + 2012010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 76, + "StageID": 202120066, + "MonsterList": [ + [ + 2011020, + 2012010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 24, + "StageID": 202120070, + "MonsterList": [ + [ + 2002010, + 2002010, + 2002010 + ] + ] + }, + { + "Level": 32, + "StageID": 202120071, + "MonsterList": [ + [ + 2002010, + 2002010, + 2002010 + ] + ] + }, + { + "Level": 40, + "StageID": 202120072, + "MonsterList": [ + [ + 2002010, + 2002010, + 2002010 + ] + ] + }, + { + "Level": 48, + "StageID": 202120073, + "MonsterList": [ + [ + 2002010, + 2002010, + 2002010 + ] + ] + }, + { + "Level": 56, + "StageID": 202120074, + "MonsterList": [ + [ + 2002010, + 2002010, + 2002010 + ] + ] + }, + { + "Level": 66, + "StageID": 202120075, + "MonsterList": [ + [ + 2002010, + 2002010, + 2002010 + ] + ] + }, + { + "Level": 77, + "StageID": 202120076, + "MonsterList": [ + [ + 2002010, + 2002010, + 2002010 + ] + ] + }, + { + "Level": 24, + "StageID": 202120080, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 32, + "StageID": 202120081, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 40, + "StageID": 202120082, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 48, + "StageID": 202120083, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 56, + "StageID": 202120084, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 66, + "StageID": 202120085, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 76, + "StageID": 202120086, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 24, + "StageID": 202120090, + "MonsterList": [ + [ + 2011020, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 32, + "StageID": 202120091, + "MonsterList": [ + [ + 2011020, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 40, + "StageID": 202120092, + "MonsterList": [ + [ + 2011020, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 48, + "StageID": 202120093, + "MonsterList": [ + [ + 2011020, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 56, + "StageID": 202120094, + "MonsterList": [ + [ + 2011020, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 66, + "StageID": 202120095, + "MonsterList": [ + [ + 2011020, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 76, + "StageID": 202120096, + "MonsterList": [ + [ + 2011020, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 24, + "StageID": 202120100, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 32, + "StageID": 202120101, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 40, + "StageID": 202120102, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 48, + "StageID": 202120103, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 56, + "StageID": 202120104, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 66, + "StageID": 202120105, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 76, + "StageID": 202120106, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 24, + "StageID": 202120110, + "MonsterList": [ + [ + 8001040, + 8002010, + 8002010, + 8001050 + ] + ] + }, + { + "Level": 32, + "StageID": 202120111, + "MonsterList": [ + [ + 8001040, + 8002010, + 8002010, + 8001050 + ] + ] + }, + { + "Level": 40, + "StageID": 202120112, + "MonsterList": [ + [ + 8001040, + 8002010, + 8002010, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 202120113, + "MonsterList": [ + [ + 8001040, + 8002010, + 8002010, + 8001050 + ] + ] + }, + { + "Level": 56, + "StageID": 202120114, + "MonsterList": [ + [ + 8001040, + 8002010, + 8002010, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 202120115, + "MonsterList": [ + [ + 8001040, + 8002010, + 8002010, + 8001050 + ] + ] + }, + { + "Level": 76, + "StageID": 202120116, + "MonsterList": [ + [ + 8001040, + 8002010, + 8002010, + 8001050 + ] + ] + }, + { + "Level": 24, + "StageID": 202120120, + "MonsterList": [ + [ + 2022110, + 8002010, + 2022010 + ] + ] + }, + { + "Level": 32, + "StageID": 202120121, + "MonsterList": [ + [ + 2022110, + 8002010, + 2022010 + ] + ] + }, + { + "Level": 40, + "StageID": 202120122, + "MonsterList": [ + [ + 2022110, + 8002010, + 2022010 + ] + ] + }, + { + "Level": 48, + "StageID": 202120123, + "MonsterList": [ + [ + 2022110, + 8002010, + 2022010 + ] + ] + }, + { + "Level": 56, + "StageID": 202120124, + "MonsterList": [ + [ + 2022110, + 8002010, + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 202120125, + "MonsterList": [ + [ + 2022110, + 8002010, + 2022010 + ] + ] + }, + { + "Level": 76, + "StageID": 202120126, + "MonsterList": [ + [ + 2022110, + 8002010, + 2022010 + ] + ] + }, + { + "Level": 24, + "StageID": 202120130, + "MonsterList": [ + [ + 2002010, + 200401001, + 2002010 + ] + ] + }, + { + "Level": 32, + "StageID": 202120131, + "MonsterList": [ + [ + 2002010, + 200401001, + 2002010 + ] + ] + }, + { + "Level": 40, + "StageID": 202120132, + "MonsterList": [ + [ + 2002010, + 200401001, + 2002010 + ] + ] + }, + { + "Level": 48, + "StageID": 202120133, + "MonsterList": [ + [ + 2002010, + 200401001, + 2002010 + ] + ] + }, + { + "Level": 56, + "StageID": 202120134, + "MonsterList": [ + [ + 2002010, + 200401001, + 2002010 + ] + ] + }, + { + "Level": 66, + "StageID": 202120135, + "MonsterList": [ + [ + 2002010, + 200401001, + 2002010 + ] + ] + }, + { + "Level": 77, + "StageID": 202120136, + "MonsterList": [ + [ + 2002010, + 200401001, + 2002010 + ] + ] + }, + { + "Level": 24, + "StageID": 202120510, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 32, + "StageID": 202120511, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 40, + "StageID": 202120512, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 48, + "StageID": 202120513, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 56, + "StageID": 202120514, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 66, + "StageID": 202120515, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 76, + "StageID": 202120516, + "MonsterList": [ + [ + 8001040, + 8001050, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 24, + "StageID": 202120520, + "MonsterList": [ + [ + 8001040, + 8002010, + 8001040 + ] + ] + }, + { + "Level": 32, + "StageID": 202120521, + "MonsterList": [ + [ + 8001040, + 8002010, + 8001040 + ] + ] + }, + { + "Level": 40, + "StageID": 202120522, + "MonsterList": [ + [ + 8001040, + 8002010, + 8001040 + ] + ] + }, + { + "Level": 48, + "StageID": 202120523, + "MonsterList": [ + [ + 8001040, + 8002010, + 8001040 + ] + ] + }, + { + "Level": 56, + "StageID": 202120524, + "MonsterList": [ + [ + 8001040, + 8002010, + 8001040 + ] + ] + }, + { + "Level": 66, + "StageID": 202120525, + "MonsterList": [ + [ + 8001040, + 8002010, + 8001040 + ] + ] + }, + { + "Level": 76, + "StageID": 202120526, + "MonsterList": [ + [ + 8001040, + 8002010, + 8001040 + ] + ] + }, + { + "Level": 24, + "StageID": 202120530, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 32, + "StageID": 202120531, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 40, + "StageID": 202120532, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 202120533, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 56, + "StageID": 202120534, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 202120535, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 76, + "StageID": 202120536, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 24, + "StageID": 202121010, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 32, + "StageID": 202121011, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 40, + "StageID": 202121012, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 48, + "StageID": 202121013, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 56, + "StageID": 202121014, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 66, + "StageID": 202121015, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 76, + "StageID": 202121016, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 24, + "StageID": 202121020, + "MonsterList": [ + [ + 8001050, + 2022010, + 8002010, + 8001050 + ] + ] + }, + { + "Level": 32, + "StageID": 202121021, + "MonsterList": [ + [ + 8001050, + 2022010, + 8002010, + 8001050 + ] + ] + }, + { + "Level": 40, + "StageID": 202121022, + "MonsterList": [ + [ + 8001050, + 2022010, + 8002010, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 202121023, + "MonsterList": [ + [ + 8001050, + 2022010, + 8002010, + 8001050 + ] + ] + }, + { + "Level": 56, + "StageID": 202121024, + "MonsterList": [ + [ + 8001050, + 2022010, + 8002010, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 202121025, + "MonsterList": [ + [ + 8001050, + 2022010, + 8002010, + 8001050 + ] + ] + }, + { + "Level": 76, + "StageID": 202121026, + "MonsterList": [ + [ + 8001050, + 2022010, + 8002010, + 8001050 + ] + ] + }, + { + "Level": 24, + "StageID": 202121030, + "MonsterList": [ + [ + 2022010, + 8002010, + 2022110 + ] + ] + }, + { + "Level": 32, + "StageID": 202121031, + "MonsterList": [ + [ + 2022010, + 8002010, + 2022110 + ] + ] + }, + { + "Level": 40, + "StageID": 202121032, + "MonsterList": [ + [ + 2022010, + 8002010, + 2022110 + ] + ] + }, + { + "Level": 48, + "StageID": 202121033, + "MonsterList": [ + [ + 2022010, + 8002010, + 2022110 + ] + ] + }, + { + "Level": 56, + "StageID": 202121034, + "MonsterList": [ + [ + 2022010, + 8002010, + 2022110 + ] + ] + }, + { + "Level": 66, + "StageID": 202121035, + "MonsterList": [ + [ + 2022010, + 8002010, + 2022110 + ] + ] + }, + { + "Level": 76, + "StageID": 202121036, + "MonsterList": [ + [ + 2022010, + 8002010, + 2022110 + ] + ] + }, + { + "Level": 24, + "StageID": 202121040, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 32, + "StageID": 202121041, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 40, + "StageID": 202121042, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 48, + "StageID": 202121043, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 56, + "StageID": 202121044, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 66, + "StageID": 202121045, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 76, + "StageID": 202121046, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 24, + "StageID": 202121050, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011010 + ] + ] + }, + { + "Level": 32, + "StageID": 202121051, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011010 + ] + ] + }, + { + "Level": 40, + "StageID": 202121052, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011010 + ] + ] + }, + { + "Level": 48, + "StageID": 202121053, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011010 + ] + ] + }, + { + "Level": 56, + "StageID": 202121054, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011010 + ] + ] + }, + { + "Level": 66, + "StageID": 202121055, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011010 + ] + ] + }, + { + "Level": 76, + "StageID": 202121056, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011010 + ] + ] + }, + { + "Level": 24, + "StageID": 202121060, + "MonsterList": [ + [ + 2011020, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 32, + "StageID": 202121061, + "MonsterList": [ + [ + 2011020, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 40, + "StageID": 202121062, + "MonsterList": [ + [ + 2011020, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 48, + "StageID": 202121063, + "MonsterList": [ + [ + 2011020, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 56, + "StageID": 202121064, + "MonsterList": [ + [ + 2011020, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 66, + "StageID": 202121065, + "MonsterList": [ + [ + 2011020, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 76, + "StageID": 202121066, + "MonsterList": [ + [ + 2011020, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 24, + "StageID": 202121070, + "MonsterList": [ + [ + 2022110, + 2022010, + 2022110 + ] + ] + }, + { + "Level": 32, + "StageID": 202121071, + "MonsterList": [ + [ + 2022110, + 2022010, + 2022110 + ] + ] + }, + { + "Level": 40, + "StageID": 202121072, + "MonsterList": [ + [ + 2022110, + 2022010, + 2022110 + ] + ] + }, + { + "Level": 48, + "StageID": 202121073, + "MonsterList": [ + [ + 2022110, + 2022010, + 2022110 + ] + ] + }, + { + "Level": 56, + "StageID": 202121074, + "MonsterList": [ + [ + 2022110, + 2022010, + 2022110 + ] + ] + }, + { + "Level": 66, + "StageID": 202121075, + "MonsterList": [ + [ + 2022110, + 2022010, + 2022110 + ] + ] + }, + { + "Level": 76, + "StageID": 202121076, + "MonsterList": [ + [ + 2022110, + 2022010, + 2022110 + ] + ] + }, + { + "Level": 24, + "StageID": 202121090, + "MonsterList": [ + [ + 2012010, + 2012010, + 2012010 + ] + ] + }, + { + "Level": 32, + "StageID": 202121091, + "MonsterList": [ + [ + 2012010, + 2012010, + 2012010 + ] + ] + }, + { + "Level": 40, + "StageID": 202121092, + "MonsterList": [ + [ + 2012010, + 2012010, + 2012010 + ] + ] + }, + { + "Level": 48, + "StageID": 202121093, + "MonsterList": [ + [ + 2012010, + 2012010, + 2012010 + ] + ] + }, + { + "Level": 56, + "StageID": 202121094, + "MonsterList": [ + [ + 2012010, + 2012010, + 2012010 + ] + ] + }, + { + "Level": 66, + "StageID": 202121095, + "MonsterList": [ + [ + 2012010, + 2012010, + 2012010 + ] + ] + }, + { + "Level": 76, + "StageID": 202121096, + "MonsterList": [ + [ + 2012010, + 2012010, + 2012010 + ] + ] + }, + { + "Level": 24, + "StageID": 202121100, + "MonsterList": [ + [ + 2011020, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 32, + "StageID": 202121101, + "MonsterList": [ + [ + 2011020, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 40, + "StageID": 202121102, + "MonsterList": [ + [ + 2011020, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 48, + "StageID": 202121103, + "MonsterList": [ + [ + 2011020, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 56, + "StageID": 202121104, + "MonsterList": [ + [ + 2011020, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 66, + "StageID": 202121105, + "MonsterList": [ + [ + 2011020, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 76, + "StageID": 202121106, + "MonsterList": [ + [ + 2011020, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 24, + "StageID": 202121110, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 32, + "StageID": 202121111, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 40, + "StageID": 202121112, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 48, + "StageID": 202121113, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 56, + "StageID": 202121114, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 66, + "StageID": 202121115, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 76, + "StageID": 202121116, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 24, + "StageID": 202121120, + "MonsterList": [ + [ + 8001040, + 8002010, + 8002010, + 8001050 + ] + ] + }, + { + "Level": 32, + "StageID": 202121121, + "MonsterList": [ + [ + 8001040, + 8002010, + 8002010, + 8001050 + ] + ] + }, + { + "Level": 40, + "StageID": 202121122, + "MonsterList": [ + [ + 8001040, + 8002010, + 8002010, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 202121123, + "MonsterList": [ + [ + 8001040, + 8002010, + 8002010, + 8001050 + ] + ] + }, + { + "Level": 56, + "StageID": 202121124, + "MonsterList": [ + [ + 8001040, + 8002010, + 8002010, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 202121125, + "MonsterList": [ + [ + 8001040, + 8002010, + 8002010, + 8001050 + ] + ] + }, + { + "Level": 76, + "StageID": 202121126, + "MonsterList": [ + [ + 8001040, + 8002010, + 8002010, + 8001050 + ] + ] + }, + { + "Level": 24, + "StageID": 202121130, + "MonsterList": [ + [ + 2022110, + 8002010, + 2022010 + ] + ] + }, + { + "Level": 32, + "StageID": 202121131, + "MonsterList": [ + [ + 2022110, + 8002010, + 2022010 + ] + ] + }, + { + "Level": 40, + "StageID": 202121132, + "MonsterList": [ + [ + 2022110, + 8002010, + 2022010 + ] + ] + }, + { + "Level": 48, + "StageID": 202121133, + "MonsterList": [ + [ + 2022110, + 8002010, + 2022010 + ] + ] + }, + { + "Level": 56, + "StageID": 202121134, + "MonsterList": [ + [ + 2022110, + 8002010, + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 202121135, + "MonsterList": [ + [ + 2022110, + 8002010, + 2022010 + ] + ] + }, + { + "Level": 76, + "StageID": 202121136, + "MonsterList": [ + [ + 2022110, + 8002010, + 2022010 + ] + ] + }, + { + "Level": 24, + "StageID": 202121140, + "MonsterList": [ + [ + 8001050, + 8002010, + 8002010, + 8001040 + ] + ] + }, + { + "Level": 32, + "StageID": 202121141, + "MonsterList": [ + [ + 8001050, + 8002010, + 8002010, + 8001040 + ] + ] + }, + { + "Level": 40, + "StageID": 202121142, + "MonsterList": [ + [ + 8001050, + 8002010, + 8002010, + 8001040 + ] + ] + }, + { + "Level": 48, + "StageID": 202121143, + "MonsterList": [ + [ + 8001050, + 8002010, + 8002010, + 8001040 + ] + ] + }, + { + "Level": 56, + "StageID": 202121144, + "MonsterList": [ + [ + 8001050, + 8002010, + 8002010, + 8001040 + ] + ] + }, + { + "Level": 66, + "StageID": 202121145, + "MonsterList": [ + [ + 8001050, + 8002010, + 8002010, + 8001040 + ] + ] + }, + { + "Level": 76, + "StageID": 202121146, + "MonsterList": [ + [ + 8001050, + 8002010, + 8002010, + 8001040 + ] + ] + }, + { + "Level": 24, + "StageID": 202121150, + "MonsterList": [ + [ + 8001050, + 8002010, + 8002010, + 8001050 + ] + ] + }, + { + "Level": 32, + "StageID": 202121151, + "MonsterList": [ + [ + 8001050, + 8002010, + 8002010, + 8001050 + ] + ] + }, + { + "Level": 40, + "StageID": 202121152, + "MonsterList": [ + [ + 8001050, + 8002010, + 8002010, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 202121153, + "MonsterList": [ + [ + 8001050, + 8002010, + 8002010, + 8001050 + ] + ] + }, + { + "Level": 56, + "StageID": 202121154, + "MonsterList": [ + [ + 8001050, + 8002010, + 8002010, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 202121155, + "MonsterList": [ + [ + 8001050, + 8002010, + 8002010, + 8001050 + ] + ] + }, + { + "Level": 76, + "StageID": 202121156, + "MonsterList": [ + [ + 8001050, + 8002010, + 8002010, + 8001050 + ] + ] + }, + { + "Level": 24, + "StageID": 202121200, + "MonsterList": [ + [ + 2022010, + 8002040, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 32, + "StageID": 202121201, + "MonsterList": [ + [ + 2022010, + 8002040, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 40, + "StageID": 202121202, + "MonsterList": [ + [ + 2022010, + 8002040, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 48, + "StageID": 202121203, + "MonsterList": [ + [ + 2022010, + 8002040, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 56, + "StageID": 202121204, + "MonsterList": [ + [ + 2022010, + 8002040, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 202121205, + "MonsterList": [ + [ + 2022010, + 8002040, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 77, + "StageID": 202121206, + "MonsterList": [ + [ + 2022010, + 8002040, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 24, + "StageID": 202121510, + "MonsterList": [ + [ + 2022010, + 2022110 + ] + ] + }, + { + "Level": 32, + "StageID": 202121511, + "MonsterList": [ + [ + 2022010, + 2022110 + ] + ] + }, + { + "Level": 40, + "StageID": 202121512, + "MonsterList": [ + [ + 2022010, + 2022110 + ] + ] + }, + { + "Level": 48, + "StageID": 202121513, + "MonsterList": [ + [ + 2022010, + 2022110 + ] + ] + }, + { + "Level": 56, + "StageID": 202121514, + "MonsterList": [ + [ + 2022010, + 2022110 + ] + ] + }, + { + "Level": 66, + "StageID": 202121515, + "MonsterList": [ + [ + 2022010, + 2022110 + ] + ] + }, + { + "Level": 76, + "StageID": 202121516, + "MonsterList": [ + [ + 2022010, + 2022110 + ] + ] + }, + { + "Level": 24, + "StageID": 202121520, + "MonsterList": [ + [ + 8002010, + 2022010 + ] + ] + }, + { + "Level": 32, + "StageID": 202121521, + "MonsterList": [ + [ + 8002010, + 2022010 + ] + ] + }, + { + "Level": 40, + "StageID": 202121522, + "MonsterList": [ + [ + 8002010, + 2022010 + ] + ] + }, + { + "Level": 48, + "StageID": 202121523, + "MonsterList": [ + [ + 8002010, + 2022010 + ] + ] + }, + { + "Level": 56, + "StageID": 202121524, + "MonsterList": [ + [ + 8002010, + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 202121525, + "MonsterList": [ + [ + 8002010, + 2022010 + ] + ] + }, + { + "Level": 76, + "StageID": 202121526, + "MonsterList": [ + [ + 8002010, + 2022010 + ] + ] + }, + { + "Level": 24, + "StageID": 202121530, + "MonsterList": [ + [ + 8001050, + 2022110, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 32, + "StageID": 202121531, + "MonsterList": [ + [ + 8001050, + 2022110, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 40, + "StageID": 202121532, + "MonsterList": [ + [ + 8001050, + 2022110, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 202121533, + "MonsterList": [ + [ + 8001050, + 2022110, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 56, + "StageID": 202121534, + "MonsterList": [ + [ + 8001050, + 2022110, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 202121535, + "MonsterList": [ + [ + 8001050, + 2022110, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 76, + "StageID": 202121536, + "MonsterList": [ + [ + 8001050, + 2022110, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 24, + "StageID": 202122010, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 32, + "StageID": 202122011, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 40, + "StageID": 202122012, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 48, + "StageID": 202122013, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 56, + "StageID": 202122014, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 66, + "StageID": 202122015, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 77, + "StageID": 202122016, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 24, + "StageID": 202122030, + "MonsterList": [ + [ + 2012010, + 2012010, + 2012010, + 2012010 + ] + ] + }, + { + "Level": 32, + "StageID": 202122031, + "MonsterList": [ + [ + 2012010, + 2012010, + 2012010, + 2012010 + ] + ] + }, + { + "Level": 40, + "StageID": 202122032, + "MonsterList": [ + [ + 2012010, + 2012010, + 2012010, + 2012010 + ] + ] + }, + { + "Level": 48, + "StageID": 202122033, + "MonsterList": [ + [ + 2012010, + 2012010, + 2012010, + 2012010 + ] + ] + }, + { + "Level": 56, + "StageID": 202122034, + "MonsterList": [ + [ + 2012010, + 2012010, + 2012010, + 2012010 + ] + ] + }, + { + "Level": 66, + "StageID": 202122035, + "MonsterList": [ + [ + 2012010, + 2012010, + 2012010, + 2012010 + ] + ] + }, + { + "Level": 77, + "StageID": 202122036, + "MonsterList": [ + [ + 2012010, + 2012010, + 2012010, + 2012010 + ] + ] + }, + { + "Level": 24, + "StageID": 202122050, + "MonsterList": [ + [ + 2022040, + 2022050, + 2022040 + ] + ] + }, + { + "Level": 32, + "StageID": 202122051, + "MonsterList": [ + [ + 2022040, + 2022050, + 2022040 + ] + ] + }, + { + "Level": 40, + "StageID": 202122052, + "MonsterList": [ + [ + 2022040, + 2022050, + 2022040 + ] + ] + }, + { + "Level": 48, + "StageID": 202122053, + "MonsterList": [ + [ + 2022040, + 2022050, + 2022040 + ] + ] + }, + { + "Level": 56, + "StageID": 202122054, + "MonsterList": [ + [ + 2022040, + 2022050, + 2022040 + ] + ] + }, + { + "Level": 66, + "StageID": 202122055, + "MonsterList": [ + [ + 2022040, + 2022050, + 2022040 + ] + ] + }, + { + "Level": 82, + "StageID": 202122056, + "MonsterList": [ + [ + 2022040, + 2022050, + 2022040 + ] + ] + }, + { + "Level": 24, + "StageID": 202122060, + "MonsterList": [ + [ + 2022050, + 2022040, + 2022040 + ], + [ + 2022050, + 2022040, + 2022050, + 2022040 + ] + ] + }, + { + "Level": 32, + "StageID": 202122061, + "MonsterList": [ + [ + 2022050, + 2022040, + 2022040 + ], + [ + 2022050, + 2022040, + 2022050, + 2022040 + ] + ] + }, + { + "Level": 40, + "StageID": 202122062, + "MonsterList": [ + [ + 2022050, + 2022040, + 2022040 + ], + [ + 2022050, + 2022040, + 2022050, + 2022040 + ] + ] + }, + { + "Level": 48, + "StageID": 202122063, + "MonsterList": [ + [ + 2022050, + 2022040, + 2022040 + ], + [ + 2022050, + 2022040, + 2022050, + 2022040 + ] + ] + }, + { + "Level": 56, + "StageID": 202122064, + "MonsterList": [ + [ + 2022050, + 2022040, + 2022040 + ], + [ + 2022050, + 2022040, + 2022050, + 2022040 + ] + ] + }, + { + "Level": 66, + "StageID": 202122065, + "MonsterList": [ + [ + 2022050, + 2022040, + 2022040 + ], + [ + 2022050, + 2022040, + 2022050, + 2022040 + ] + ] + }, + { + "Level": 82, + "StageID": 202122066, + "MonsterList": [ + [ + 2022050, + 2022040, + 2022040 + ], + [ + 2022050, + 2022040, + 2022050, + 2022040 + ] + ] + }, + { + "Level": 42, + "StageID": 202122310, + "MonsterList": [ + [ + 2022010, + 2023010 + ] + ] + }, + { + "Level": 42, + "StageID": 202122311, + "MonsterList": [ + [ + 2022010, + 2023010 + ] + ] + }, + { + "Level": 49, + "StageID": 202122312, + "MonsterList": [ + [ + 2022010, + 2023010 + ] + ] + }, + { + "Level": 57, + "StageID": 202122313, + "MonsterList": [ + [ + 2022010, + 2023010 + ] + ] + }, + { + "Level": 66, + "StageID": 202122314, + "MonsterList": [ + [ + 2022010, + 2023010 + ] + ] + }, + { + "Level": 75, + "StageID": 202122315, + "MonsterList": [ + [ + 2022010, + 2023010 + ] + ] + }, + { + "Level": 80, + "StageID": 202122316, + "MonsterList": [ + [ + 2022010, + 2023010 + ] + ] + }, + { + "Level": 42, + "StageID": 202122320, + "MonsterList": [ + [ + 2012010, + 2013010 + ] + ] + }, + { + "Level": 42, + "StageID": 202122321, + "MonsterList": [ + [ + 2012010, + 2013010 + ] + ] + }, + { + "Level": 49, + "StageID": 202122322, + "MonsterList": [ + [ + 2012010, + 2013010 + ] + ] + }, + { + "Level": 57, + "StageID": 202122323, + "MonsterList": [ + [ + 2012010, + 2013010 + ] + ] + }, + { + "Level": 66, + "StageID": 202122324, + "MonsterList": [ + [ + 2012010, + 2013010 + ] + ] + }, + { + "Level": 75, + "StageID": 202122325, + "MonsterList": [ + [ + 2012010, + 2013010 + ] + ] + }, + { + "Level": 80, + "StageID": 202122326, + "MonsterList": [ + [ + 2012010, + 2013010 + ] + ] + }, + { + "Level": 42, + "StageID": 202122330, + "MonsterList": [ + [ + 2012010, + 2022010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 42, + "StageID": 202122331, + "MonsterList": [ + [ + 2012010, + 2022010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 49, + "StageID": 202122332, + "MonsterList": [ + [ + 2012010, + 2022010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 57, + "StageID": 202122333, + "MonsterList": [ + [ + 2012010, + 2022010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 66, + "StageID": 202122334, + "MonsterList": [ + [ + 2012010, + 2022010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 75, + "StageID": 202122335, + "MonsterList": [ + [ + 2012010, + 2022010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 80, + "StageID": 202122336, + "MonsterList": [ + [ + 2012010, + 2022010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 42, + "StageID": 202122340, + "MonsterList": [ + [ + 2022010, + 2012010, + 2012010, + 2022010 + ] + ] + }, + { + "Level": 42, + "StageID": 202122341, + "MonsterList": [ + [ + 2022010, + 2012010, + 2012010, + 2022010 + ] + ] + }, + { + "Level": 49, + "StageID": 202122342, + "MonsterList": [ + [ + 2022010, + 2012010, + 2012010, + 2022010 + ] + ] + }, + { + "Level": 57, + "StageID": 202122343, + "MonsterList": [ + [ + 2022010, + 2012010, + 2012010, + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 202122344, + "MonsterList": [ + [ + 2022010, + 2012010, + 2012010, + 2022010 + ] + ] + }, + { + "Level": 75, + "StageID": 202122345, + "MonsterList": [ + [ + 2022010, + 2012010, + 2012010, + 2022010 + ] + ] + }, + { + "Level": 80, + "StageID": 202122346, + "MonsterList": [ + [ + 2022010, + 2012010, + 2012010, + 2022010 + ] + ] + }, + { + "Level": 42, + "StageID": 202122350, + "MonsterList": [ + [ + 2022010, + 8002010, + 8002010, + 2022010, + 8002010 + ] + ] + }, + { + "Level": 42, + "StageID": 202122351, + "MonsterList": [ + [ + 2022010, + 8002010, + 8002010, + 2022010, + 8002010 + ] + ] + }, + { + "Level": 49, + "StageID": 202122352, + "MonsterList": [ + [ + 2022010, + 8002010, + 8002010, + 2022010, + 8002010 + ] + ] + }, + { + "Level": 57, + "StageID": 202122353, + "MonsterList": [ + [ + 2022010, + 8002010, + 8002010, + 2022010, + 8002010 + ] + ] + }, + { + "Level": 66, + "StageID": 202122354, + "MonsterList": [ + [ + 2022010, + 8002010, + 8002010, + 2022010, + 8002010 + ] + ] + }, + { + "Level": 75, + "StageID": 202122355, + "MonsterList": [ + [ + 2022010, + 8002010, + 8002010, + 2022010, + 8002010 + ] + ] + }, + { + "Level": 80, + "StageID": 202122356, + "MonsterList": [ + [ + 2022010, + 8002010, + 8002010, + 2022010, + 8002010 + ] + ] + }, + { + "Level": 42, + "StageID": 202122370, + "MonsterList": [ + [ + 8001030, + 2022010, + 2022010, + 8001030 + ] + ] + }, + { + "Level": 42, + "StageID": 202122371, + "MonsterList": [ + [ + 8001030, + 2022010, + 2022010, + 8001030 + ] + ] + }, + { + "Level": 49, + "StageID": 202122372, + "MonsterList": [ + [ + 8001030, + 2022010, + 2022010, + 8001030 + ] + ] + }, + { + "Level": 57, + "StageID": 202122373, + "MonsterList": [ + [ + 8001030, + 2022010, + 2022010, + 8001030 + ] + ] + }, + { + "Level": 66, + "StageID": 202122374, + "MonsterList": [ + [ + 8001030, + 2022010, + 2022010, + 8001030 + ] + ] + }, + { + "Level": 75, + "StageID": 202122375, + "MonsterList": [ + [ + 8001030, + 2022010, + 2022010, + 8001030 + ] + ] + }, + { + "Level": 80, + "StageID": 202122376, + "MonsterList": [ + [ + 8001030, + 2022010, + 2022010, + 8001030 + ] + ] + }, + { + "Level": 42, + "StageID": 202122380, + "MonsterList": [ + [ + 8001030, + 8002010, + 8002010 + ] + ] + }, + { + "Level": 42, + "StageID": 202122381, + "MonsterList": [ + [ + 8001030, + 8002010, + 8002010 + ] + ] + }, + { + "Level": 49, + "StageID": 202122382, + "MonsterList": [ + [ + 8001030, + 8002010, + 8002010 + ] + ] + }, + { + "Level": 57, + "StageID": 202122383, + "MonsterList": [ + [ + 8001030, + 8002010, + 8002010 + ] + ] + }, + { + "Level": 66, + "StageID": 202122384, + "MonsterList": [ + [ + 8001030, + 8002010, + 8002010 + ] + ] + }, + { + "Level": 75, + "StageID": 202122385, + "MonsterList": [ + [ + 8001030, + 8002010, + 8002010 + ] + ] + }, + { + "Level": 80, + "StageID": 202122386, + "MonsterList": [ + [ + 8001030, + 8002010, + 8002010 + ] + ] + }, + { + "Level": 42, + "StageID": 202122390, + "MonsterList": [ + [ + 2022010, + 2023010 + ] + ] + }, + { + "Level": 42, + "StageID": 202122391, + "MonsterList": [ + [ + 2022010, + 2023010 + ] + ] + }, + { + "Level": 49, + "StageID": 202122392, + "MonsterList": [ + [ + 2022010, + 2023010 + ] + ] + }, + { + "Level": 57, + "StageID": 202122393, + "MonsterList": [ + [ + 2022010, + 2023010 + ] + ] + }, + { + "Level": 66, + "StageID": 202122394, + "MonsterList": [ + [ + 2022010, + 2023010 + ] + ] + }, + { + "Level": 75, + "StageID": 202122395, + "MonsterList": [ + [ + 2022010, + 2023010 + ] + ] + }, + { + "Level": 80, + "StageID": 202122396, + "MonsterList": [ + [ + 2022010, + 2023010 + ] + ] + }, + { + "Level": 42, + "StageID": 202122410, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 42, + "StageID": 202122411, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 49, + "StageID": 202122412, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 57, + "StageID": 202122413, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 202122414, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 75, + "StageID": 202122415, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 80, + "StageID": 202122416, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 42, + "StageID": 202122420, + "MonsterList": [ + [ + 2022010, + 8002010, + 8002010 + ] + ] + }, + { + "Level": 42, + "StageID": 202122421, + "MonsterList": [ + [ + 2022010, + 8002010, + 8002010 + ] + ] + }, + { + "Level": 49, + "StageID": 202122422, + "MonsterList": [ + [ + 2022010, + 8002010, + 8002010 + ] + ] + }, + { + "Level": 57, + "StageID": 202122423, + "MonsterList": [ + [ + 2022010, + 8002010, + 8002010 + ] + ] + }, + { + "Level": 66, + "StageID": 202122424, + "MonsterList": [ + [ + 2022010, + 8002010, + 8002010 + ] + ] + }, + { + "Level": 75, + "StageID": 202122425, + "MonsterList": [ + [ + 2022010, + 8002010, + 8002010 + ] + ] + }, + { + "Level": 80, + "StageID": 202122426, + "MonsterList": [ + [ + 2022010, + 8002010, + 8002010 + ] + ] + }, + { + "Level": 42, + "StageID": 202122430, + "MonsterList": [ + [ + 2022010, + 2023010 + ] + ] + }, + { + "Level": 42, + "StageID": 202122431, + "MonsterList": [ + [ + 2022010, + 2023010 + ] + ] + }, + { + "Level": 49, + "StageID": 202122432, + "MonsterList": [ + [ + 2022010, + 2023010 + ] + ] + }, + { + "Level": 57, + "StageID": 202122433, + "MonsterList": [ + [ + 2022010, + 2023010 + ] + ] + }, + { + "Level": 66, + "StageID": 202122434, + "MonsterList": [ + [ + 2022010, + 2023010 + ] + ] + }, + { + "Level": 75, + "StageID": 202122435, + "MonsterList": [ + [ + 2022010, + 2023010 + ] + ] + }, + { + "Level": 80, + "StageID": 202122436, + "MonsterList": [ + [ + 2022010, + 2023010 + ] + ] + }, + { + "Level": 24, + "StageID": 202122510, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 32, + "StageID": 202122511, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 40, + "StageID": 202122512, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 48, + "StageID": 202122513, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 56, + "StageID": 202122514, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 202122515, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 76, + "StageID": 202122516, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 24, + "StageID": 202122520, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 32, + "StageID": 202122521, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 40, + "StageID": 202122522, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 202122523, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 56, + "StageID": 202122524, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 202122525, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 76, + "StageID": 202122526, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 24, + "StageID": 202122530, + "MonsterList": [ + [ + 8002010, + 8002010 + ] + ] + }, + { + "Level": 32, + "StageID": 202122531, + "MonsterList": [ + [ + 8002010, + 8002010 + ] + ] + }, + { + "Level": 40, + "StageID": 202122532, + "MonsterList": [ + [ + 8002010, + 8002010 + ] + ] + }, + { + "Level": 48, + "StageID": 202122533, + "MonsterList": [ + [ + 8002010, + 8002010 + ] + ] + }, + { + "Level": 56, + "StageID": 202122534, + "MonsterList": [ + [ + 8002010, + 8002010 + ] + ] + }, + { + "Level": 66, + "StageID": 202122535, + "MonsterList": [ + [ + 8002010, + 8002010 + ] + ] + }, + { + "Level": 76, + "StageID": 202122536, + "MonsterList": [ + [ + 8002010, + 8002010 + ] + ] + }, + { + "Level": 24, + "StageID": 202130010, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 32, + "StageID": 202130011, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 40, + "StageID": 202130012, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 202130013, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 56, + "StageID": 202130014, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 202130015, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 76, + "StageID": 202130016, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 24, + "StageID": 202130020, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 32, + "StageID": 202130021, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 40, + "StageID": 202130022, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 48, + "StageID": 202130023, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 56, + "StageID": 202130024, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 66, + "StageID": 202130025, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 76, + "StageID": 202130026, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 24, + "StageID": 202130030, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 32, + "StageID": 202130031, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 40, + "StageID": 202130032, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 48, + "StageID": 202130033, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 56, + "StageID": 202130034, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 202130035, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 76, + "StageID": 202130036, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 24, + "StageID": 202130040, + "MonsterList": [ + [ + 2022010, + 2023010 + ] + ] + }, + { + "Level": 32, + "StageID": 202130041, + "MonsterList": [ + [ + 2022010, + 2023010 + ] + ] + }, + { + "Level": 40, + "StageID": 202130042, + "MonsterList": [ + [ + 2022010, + 2023010 + ] + ] + }, + { + "Level": 48, + "StageID": 202130043, + "MonsterList": [ + [ + 2022010, + 2023010 + ] + ] + }, + { + "Level": 56, + "StageID": 202130044, + "MonsterList": [ + [ + 2022010, + 2023010 + ] + ] + }, + { + "Level": 66, + "StageID": 202130045, + "MonsterList": [ + [ + 2022010, + 2023010 + ] + ] + }, + { + "Level": 76, + "StageID": 202130046, + "MonsterList": [ + [ + 2022010, + 2023010 + ] + ] + }, + { + "Level": 24, + "StageID": 202202010, + "MonsterList": [ + [ + 2011020, + 2011020, + 2011020 + ] + ] + }, + { + "Level": 32, + "StageID": 202202011, + "MonsterList": [ + [ + 2011020, + 2011020, + 2011020 + ] + ] + }, + { + "Level": 40, + "StageID": 202202012, + "MonsterList": [ + [ + 2011020, + 2011020, + 2011020 + ] + ] + }, + { + "Level": 48, + "StageID": 202202013, + "MonsterList": [ + [ + 2011020, + 2011020, + 2011020 + ] + ] + }, + { + "Level": 56, + "StageID": 202202014, + "MonsterList": [ + [ + 2011020, + 2011020, + 2011020 + ] + ] + }, + { + "Level": 66, + "StageID": 202202015, + "MonsterList": [ + [ + 2011020, + 2011020, + 2011020 + ] + ] + }, + { + "Level": 82, + "StageID": 202202016, + "MonsterList": [ + [ + 2011020, + 2011020, + 2011020 + ] + ] + }, + { + "Level": 24, + "StageID": 202202030, + "MonsterList": [ + [ + 2022040, + 2022050 + ] + ] + }, + { + "Level": 32, + "StageID": 202202031, + "MonsterList": [ + [ + 2022040, + 2022050 + ] + ] + }, + { + "Level": 40, + "StageID": 202202032, + "MonsterList": [ + [ + 2022040, + 2022050 + ] + ] + }, + { + "Level": 48, + "StageID": 202202033, + "MonsterList": [ + [ + 2022040, + 2022050 + ] + ] + }, + { + "Level": 56, + "StageID": 202202034, + "MonsterList": [ + [ + 2022040, + 2022050 + ] + ] + }, + { + "Level": 66, + "StageID": 202202035, + "MonsterList": [ + [ + 2022040, + 2022050 + ] + ] + }, + { + "Level": 82, + "StageID": 202202036, + "MonsterList": [ + [ + 2022040, + 2022050 + ] + ] + }, + { + "Level": 24, + "StageID": 202202040, + "MonsterList": [ + [ + 2011010, + 2002010, + 2011010 + ] + ] + }, + { + "Level": 32, + "StageID": 202202041, + "MonsterList": [ + [ + 2011010, + 2002010, + 2011010 + ] + ] + }, + { + "Level": 40, + "StageID": 202202042, + "MonsterList": [ + [ + 2011010, + 2002010, + 2011010 + ] + ] + }, + { + "Level": 48, + "StageID": 202202043, + "MonsterList": [ + [ + 2011010, + 2002010, + 2011010 + ] + ] + }, + { + "Level": 56, + "StageID": 202202044, + "MonsterList": [ + [ + 2011010, + 2002010, + 2011010 + ] + ] + }, + { + "Level": 66, + "StageID": 202202045, + "MonsterList": [ + [ + 2011010, + 2002010, + 2011010 + ] + ] + }, + { + "Level": 82, + "StageID": 202202046, + "MonsterList": [ + [ + 2011010, + 2002010, + 2011010 + ] + ] + }, + { + "Level": 24, + "StageID": 202202050, + "MonsterList": [ + [ + 2002010, + 2002010 + ] + ] + }, + { + "Level": 32, + "StageID": 202202051, + "MonsterList": [ + [ + 2002010, + 2002010 + ] + ] + }, + { + "Level": 40, + "StageID": 202202052, + "MonsterList": [ + [ + 2002010, + 2002010 + ] + ] + }, + { + "Level": 48, + "StageID": 202202053, + "MonsterList": [ + [ + 2002010, + 2002010 + ] + ] + }, + { + "Level": 56, + "StageID": 202202054, + "MonsterList": [ + [ + 2002010, + 2002010 + ] + ] + }, + { + "Level": 66, + "StageID": 202202055, + "MonsterList": [ + [ + 2002010, + 2002010 + ] + ] + }, + { + "Level": 82, + "StageID": 202202056, + "MonsterList": [ + [ + 2002010, + 2002010 + ] + ] + }, + { + "Level": 24, + "StageID": 202202060, + "MonsterList": [ + [ + 2012010, + 2002010, + 2012010 + ] + ] + }, + { + "Level": 32, + "StageID": 202202061, + "MonsterList": [ + [ + 2012010, + 2002010, + 2012010 + ] + ] + }, + { + "Level": 40, + "StageID": 202202062, + "MonsterList": [ + [ + 2012010, + 2002010, + 2012010 + ] + ] + }, + { + "Level": 48, + "StageID": 202202063, + "MonsterList": [ + [ + 2012010, + 2002010, + 2012010 + ] + ] + }, + { + "Level": 56, + "StageID": 202202064, + "MonsterList": [ + [ + 2012010, + 2002010, + 2012010 + ] + ] + }, + { + "Level": 66, + "StageID": 202202065, + "MonsterList": [ + [ + 2012010, + 2002010, + 2012010 + ] + ] + }, + { + "Level": 82, + "StageID": 202202066, + "MonsterList": [ + [ + 2012010, + 2002010, + 2012010 + ] + ] + }, + { + "Level": 24, + "StageID": 202210000, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 32, + "StageID": 202210001, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 40, + "StageID": 202210002, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 48, + "StageID": 202210003, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 56, + "StageID": 202210004, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 202210005, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 76, + "StageID": 202210006, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 24, + "StageID": 202210010, + "MonsterList": [ + [ + 2022110, + 2022010 + ] + ] + }, + { + "Level": 32, + "StageID": 202210011, + "MonsterList": [ + [ + 2022110, + 2022010 + ] + ] + }, + { + "Level": 40, + "StageID": 202210012, + "MonsterList": [ + [ + 2022110, + 2022010 + ] + ] + }, + { + "Level": 48, + "StageID": 202210013, + "MonsterList": [ + [ + 2022110, + 2022010 + ] + ] + }, + { + "Level": 56, + "StageID": 202210014, + "MonsterList": [ + [ + 2022110, + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 202210015, + "MonsterList": [ + [ + 2022110, + 2022010 + ] + ] + }, + { + "Level": 76, + "StageID": 202210016, + "MonsterList": [ + [ + 2022110, + 2022010 + ] + ] + }, + { + "Level": 24, + "StageID": 202210020, + "MonsterList": [ + [ + 8001040, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 32, + "StageID": 202210021, + "MonsterList": [ + [ + 8001040, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 40, + "StageID": 202210022, + "MonsterList": [ + [ + 8001040, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 48, + "StageID": 202210023, + "MonsterList": [ + [ + 8001040, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 56, + "StageID": 202210024, + "MonsterList": [ + [ + 8001040, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 66, + "StageID": 202210025, + "MonsterList": [ + [ + 8001040, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 76, + "StageID": 202210026, + "MonsterList": [ + [ + 8001040, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 24, + "StageID": 202210030, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022110, + 8001050 + ] + ] + }, + { + "Level": 32, + "StageID": 202210031, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022110, + 8001050 + ] + ] + }, + { + "Level": 40, + "StageID": 202210032, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022110, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 202210033, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022110, + 8001050 + ] + ] + }, + { + "Level": 56, + "StageID": 202210034, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022110, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 202210035, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022110, + 8001050 + ] + ] + }, + { + "Level": 76, + "StageID": 202210036, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022110, + 8001050 + ] + ] + }, + { + "Level": 24, + "StageID": 202210040, + "MonsterList": [ + [ + 2022010, + 2022020, + 2022020 + ] + ] + }, + { + "Level": 32, + "StageID": 202210041, + "MonsterList": [ + [ + 2022010, + 2022020, + 2022020 + ] + ] + }, + { + "Level": 40, + "StageID": 202210042, + "MonsterList": [ + [ + 2022010, + 2022020, + 2022020 + ] + ] + }, + { + "Level": 48, + "StageID": 202210043, + "MonsterList": [ + [ + 2022010, + 2022020, + 2022020 + ] + ] + }, + { + "Level": 56, + "StageID": 202210044, + "MonsterList": [ + [ + 2022010, + 2022020, + 2022020 + ] + ] + }, + { + "Level": 66, + "StageID": 202210045, + "MonsterList": [ + [ + 2022010, + 2022020, + 2022020 + ] + ] + }, + { + "Level": 76, + "StageID": 202210046, + "MonsterList": [ + [ + 2022010, + 2022020, + 2022020 + ] + ] + }, + { + "Level": 24, + "StageID": 202210050, + "MonsterList": [ + [ + 8001050, + 2022020, + 8001050 + ] + ] + }, + { + "Level": 32, + "StageID": 202210051, + "MonsterList": [ + [ + 8001050, + 2022020, + 8001050 + ] + ] + }, + { + "Level": 40, + "StageID": 202210052, + "MonsterList": [ + [ + 8001050, + 2022020, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 202210053, + "MonsterList": [ + [ + 8001050, + 2022020, + 8001050 + ] + ] + }, + { + "Level": 56, + "StageID": 202210054, + "MonsterList": [ + [ + 8001050, + 2022020, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 202210055, + "MonsterList": [ + [ + 8001050, + 2022020, + 8001050 + ] + ] + }, + { + "Level": 76, + "StageID": 202210056, + "MonsterList": [ + [ + 8001050, + 2022020, + 8001050 + ] + ] + }, + { + "Level": 24, + "StageID": 202210060, + "MonsterList": [ + [ + 8001040, + 2022010, + 2022020, + 8001040 + ] + ] + }, + { + "Level": 32, + "StageID": 202210061, + "MonsterList": [ + [ + 8001040, + 2022010, + 2022020, + 8001040 + ] + ] + }, + { + "Level": 40, + "StageID": 202210062, + "MonsterList": [ + [ + 8001040, + 2022010, + 2022020, + 8001040 + ] + ] + }, + { + "Level": 48, + "StageID": 202210063, + "MonsterList": [ + [ + 8001040, + 2022010, + 2022020, + 8001040 + ] + ] + }, + { + "Level": 56, + "StageID": 202210064, + "MonsterList": [ + [ + 8001040, + 2022010, + 2022020, + 8001040 + ] + ] + }, + { + "Level": 66, + "StageID": 202210065, + "MonsterList": [ + [ + 8001040, + 2022010, + 2022020, + 8001040 + ] + ] + }, + { + "Level": 76, + "StageID": 202210066, + "MonsterList": [ + [ + 8001040, + 2022010, + 2022020, + 8001040 + ] + ] + }, + { + "Level": 24, + "StageID": 202210070, + "MonsterList": [ + [ + 8001040, + 2022020, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 32, + "StageID": 202210071, + "MonsterList": [ + [ + 8001040, + 2022020, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 40, + "StageID": 202210072, + "MonsterList": [ + [ + 8001040, + 2022020, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 48, + "StageID": 202210073, + "MonsterList": [ + [ + 8001040, + 2022020, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 56, + "StageID": 202210074, + "MonsterList": [ + [ + 8001040, + 2022020, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 66, + "StageID": 202210075, + "MonsterList": [ + [ + 8001040, + 2022020, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 76, + "StageID": 202210076, + "MonsterList": [ + [ + 8001040, + 2022020, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 24, + "StageID": 202210080, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 32, + "StageID": 202210081, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 40, + "StageID": 202210082, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 48, + "StageID": 202210083, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 56, + "StageID": 202210084, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 66, + "StageID": 202210085, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 76, + "StageID": 202210086, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 24, + "StageID": 202210090, + "MonsterList": [ + [ + 2022020, + 2022020, + 2012010 + ] + ] + }, + { + "Level": 32, + "StageID": 202210091, + "MonsterList": [ + [ + 2022020, + 2022020, + 2012010 + ] + ] + }, + { + "Level": 40, + "StageID": 202210092, + "MonsterList": [ + [ + 2022020, + 2022020, + 2012010 + ] + ] + }, + { + "Level": 48, + "StageID": 202210093, + "MonsterList": [ + [ + 2022020, + 2022020, + 2012010 + ] + ] + }, + { + "Level": 56, + "StageID": 202210094, + "MonsterList": [ + [ + 2022020, + 2022020, + 2012010 + ] + ] + }, + { + "Level": 66, + "StageID": 202210095, + "MonsterList": [ + [ + 2022020, + 2022020, + 2012010 + ] + ] + }, + { + "Level": 76, + "StageID": 202210096, + "MonsterList": [ + [ + 2022020, + 2022020, + 2012010 + ] + ] + }, + { + "Level": 24, + "StageID": 202210150, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 32, + "StageID": 202210151, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 40, + "StageID": 202210152, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 48, + "StageID": 202210153, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 56, + "StageID": 202210154, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 66, + "StageID": 202210155, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 77, + "StageID": 202210156, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 24, + "StageID": 202210160, + "MonsterList": [ + [ + 8001050, + 2022110, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 32, + "StageID": 202210161, + "MonsterList": [ + [ + 8001050, + 2022110, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 40, + "StageID": 202210162, + "MonsterList": [ + [ + 8001050, + 2022110, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 202210163, + "MonsterList": [ + [ + 8001050, + 2022110, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 56, + "StageID": 202210164, + "MonsterList": [ + [ + 8001050, + 2022110, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 202210165, + "MonsterList": [ + [ + 8001050, + 2022110, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 76, + "StageID": 202210166, + "MonsterList": [ + [ + 8001050, + 2022110, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 24, + "StageID": 202210170, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 32, + "StageID": 202210171, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 40, + "StageID": 202210172, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 48, + "StageID": 202210173, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 56, + "StageID": 202210174, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 66, + "StageID": 202210175, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 76, + "StageID": 202210176, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 24, + "StageID": 202210510, + "MonsterList": [ + [ + 2022020, + 2022020 + ] + ] + }, + { + "Level": 32, + "StageID": 202210511, + "MonsterList": [ + [ + 2022020, + 2022020 + ] + ] + }, + { + "Level": 40, + "StageID": 202210512, + "MonsterList": [ + [ + 2022020, + 2022020 + ] + ] + }, + { + "Level": 48, + "StageID": 202210513, + "MonsterList": [ + [ + 2022020, + 2022020 + ] + ] + }, + { + "Level": 56, + "StageID": 202210514, + "MonsterList": [ + [ + 2022020, + 2022020 + ] + ] + }, + { + "Level": 66, + "StageID": 202210515, + "MonsterList": [ + [ + 2022020, + 2022020 + ] + ] + }, + { + "Level": 76, + "StageID": 202210516, + "MonsterList": [ + [ + 2022020, + 2022020 + ] + ] + }, + { + "Level": 24, + "StageID": 202210520, + "MonsterList": [ + [ + 2022010, + 2022020 + ] + ] + }, + { + "Level": 32, + "StageID": 202210521, + "MonsterList": [ + [ + 2022010, + 2022020 + ] + ] + }, + { + "Level": 40, + "StageID": 202210522, + "MonsterList": [ + [ + 2022010, + 2022020 + ] + ] + }, + { + "Level": 48, + "StageID": 202210523, + "MonsterList": [ + [ + 2022010, + 2022020 + ] + ] + }, + { + "Level": 56, + "StageID": 202210524, + "MonsterList": [ + [ + 2022010, + 2022020 + ] + ] + }, + { + "Level": 66, + "StageID": 202210525, + "MonsterList": [ + [ + 2022010, + 2022020 + ] + ] + }, + { + "Level": 76, + "StageID": 202210526, + "MonsterList": [ + [ + 2022010, + 2022020 + ] + ] + }, + { + "Level": 24, + "StageID": 202210530, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050 + ] + ] + }, + { + "Level": 32, + "StageID": 202210531, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050 + ] + ] + }, + { + "Level": 40, + "StageID": 202210532, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 202210533, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050 + ] + ] + }, + { + "Level": 56, + "StageID": 202210534, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 202210535, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050 + ] + ] + }, + { + "Level": 76, + "StageID": 202210536, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050 + ] + ] + }, + { + "Level": 24, + "StageID": 202210540, + "MonsterList": [ + [ + 2022020, + 2022020 + ] + ] + }, + { + "Level": 32, + "StageID": 202210541, + "MonsterList": [ + [ + 2022020, + 2022020 + ] + ] + }, + { + "Level": 40, + "StageID": 202210542, + "MonsterList": [ + [ + 2022020, + 2022020 + ] + ] + }, + { + "Level": 48, + "StageID": 202210543, + "MonsterList": [ + [ + 2022020, + 2022020 + ] + ] + }, + { + "Level": 56, + "StageID": 202210544, + "MonsterList": [ + [ + 2022020, + 2022020 + ] + ] + }, + { + "Level": 66, + "StageID": 202210545, + "MonsterList": [ + [ + 2022020, + 2022020 + ] + ] + }, + { + "Level": 76, + "StageID": 202210546, + "MonsterList": [ + [ + 2022020, + 2022020 + ] + ] + }, + { + "Level": 24, + "StageID": 202210550, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 32, + "StageID": 202210551, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 40, + "StageID": 202210552, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 48, + "StageID": 202210553, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 56, + "StageID": 202210554, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 66, + "StageID": 202210555, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 76, + "StageID": 202210556, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 24, + "StageID": 202210560, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001040, + 8001050 + ] + ] + }, + { + "Level": 32, + "StageID": 202210561, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001040, + 8001050 + ] + ] + }, + { + "Level": 40, + "StageID": 202210562, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001040, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 202210563, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001040, + 8001050 + ] + ] + }, + { + "Level": 56, + "StageID": 202210564, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001040, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 202210565, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001040, + 8001050 + ] + ] + }, + { + "Level": 76, + "StageID": 202210566, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001040, + 8001050 + ] + ] + }, + { + "Level": 24, + "StageID": 202211010, + "MonsterList": [ + [ + 2022110, + 2022010 + ] + ] + }, + { + "Level": 32, + "StageID": 202211011, + "MonsterList": [ + [ + 2022110, + 2022010 + ] + ] + }, + { + "Level": 40, + "StageID": 202211012, + "MonsterList": [ + [ + 2022110, + 2022010 + ] + ] + }, + { + "Level": 48, + "StageID": 202211013, + "MonsterList": [ + [ + 2022110, + 2022010 + ] + ] + }, + { + "Level": 56, + "StageID": 202211014, + "MonsterList": [ + [ + 2022110, + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 202211015, + "MonsterList": [ + [ + 2022110, + 2022010 + ] + ] + }, + { + "Level": 76, + "StageID": 202211016, + "MonsterList": [ + [ + 2022110, + 2022010 + ] + ] + }, + { + "Level": 24, + "StageID": 202211020, + "MonsterList": [ + [ + 8001040, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 32, + "StageID": 202211021, + "MonsterList": [ + [ + 8001040, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 40, + "StageID": 202211022, + "MonsterList": [ + [ + 8001040, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 48, + "StageID": 202211023, + "MonsterList": [ + [ + 8001040, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 56, + "StageID": 202211024, + "MonsterList": [ + [ + 8001040, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 66, + "StageID": 202211025, + "MonsterList": [ + [ + 8001040, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 76, + "StageID": 202211026, + "MonsterList": [ + [ + 8001040, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 24, + "StageID": 202211030, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022110, + 8001050 + ] + ] + }, + { + "Level": 32, + "StageID": 202211031, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022110, + 8001050 + ] + ] + }, + { + "Level": 40, + "StageID": 202211032, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022110, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 202211033, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022110, + 8001050 + ] + ] + }, + { + "Level": 56, + "StageID": 202211034, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022110, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 202211035, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022110, + 8001050 + ] + ] + }, + { + "Level": 76, + "StageID": 202211036, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022110, + 8001050 + ] + ] + }, + { + "Level": 24, + "StageID": 202211040, + "MonsterList": [ + [ + 2022010, + 2022020 + ] + ] + }, + { + "Level": 32, + "StageID": 202211041, + "MonsterList": [ + [ + 2022010, + 2022020 + ] + ] + }, + { + "Level": 40, + "StageID": 202211042, + "MonsterList": [ + [ + 2022010, + 2022020 + ] + ] + }, + { + "Level": 48, + "StageID": 202211043, + "MonsterList": [ + [ + 2022010, + 2022020 + ] + ] + }, + { + "Level": 56, + "StageID": 202211044, + "MonsterList": [ + [ + 2022010, + 2022020 + ] + ] + }, + { + "Level": 66, + "StageID": 202211045, + "MonsterList": [ + [ + 2022010, + 2022020 + ] + ] + }, + { + "Level": 76, + "StageID": 202211046, + "MonsterList": [ + [ + 2022010, + 2022020 + ] + ] + }, + { + "Level": 24, + "StageID": 202211050, + "MonsterList": [ + [ + 8001040, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 32, + "StageID": 202211051, + "MonsterList": [ + [ + 8001040, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 40, + "StageID": 202211052, + "MonsterList": [ + [ + 8001040, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 48, + "StageID": 202211053, + "MonsterList": [ + [ + 8001040, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 56, + "StageID": 202211054, + "MonsterList": [ + [ + 8001040, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 66, + "StageID": 202211055, + "MonsterList": [ + [ + 8001040, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 76, + "StageID": 202211056, + "MonsterList": [ + [ + 8001040, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 24, + "StageID": 202211060, + "MonsterList": [ + [ + 2022020, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 32, + "StageID": 202211061, + "MonsterList": [ + [ + 2022020, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 40, + "StageID": 202211062, + "MonsterList": [ + [ + 2022020, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 48, + "StageID": 202211063, + "MonsterList": [ + [ + 2022020, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 56, + "StageID": 202211064, + "MonsterList": [ + [ + 2022020, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 202211065, + "MonsterList": [ + [ + 2022020, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 76, + "StageID": 202211066, + "MonsterList": [ + [ + 2022020, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 24, + "StageID": 202211070, + "MonsterList": [ + [ + 8001040, + 2022020, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 32, + "StageID": 202211071, + "MonsterList": [ + [ + 8001040, + 2022020, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 40, + "StageID": 202211072, + "MonsterList": [ + [ + 8001040, + 2022020, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 48, + "StageID": 202211073, + "MonsterList": [ + [ + 8001040, + 2022020, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 56, + "StageID": 202211074, + "MonsterList": [ + [ + 8001040, + 2022020, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 66, + "StageID": 202211075, + "MonsterList": [ + [ + 8001040, + 2022020, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 76, + "StageID": 202211076, + "MonsterList": [ + [ + 8001040, + 2022020, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 24, + "StageID": 202211080, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 32, + "StageID": 202211081, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 40, + "StageID": 202211082, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 48, + "StageID": 202211083, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 56, + "StageID": 202211084, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 66, + "StageID": 202211085, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 76, + "StageID": 202211086, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 24, + "StageID": 202211090, + "MonsterList": [ + [ + 2012010, + 2022020, + 2012010 + ] + ] + }, + { + "Level": 32, + "StageID": 202211091, + "MonsterList": [ + [ + 2012010, + 2022020, + 2012010 + ] + ] + }, + { + "Level": 40, + "StageID": 202211092, + "MonsterList": [ + [ + 2012010, + 2022020, + 2012010 + ] + ] + }, + { + "Level": 48, + "StageID": 202211093, + "MonsterList": [ + [ + 2012010, + 2022020, + 2012010 + ] + ] + }, + { + "Level": 56, + "StageID": 202211094, + "MonsterList": [ + [ + 2012010, + 2022020, + 2012010 + ] + ] + }, + { + "Level": 66, + "StageID": 202211095, + "MonsterList": [ + [ + 2012010, + 2022020, + 2012010 + ] + ] + }, + { + "Level": 76, + "StageID": 202211096, + "MonsterList": [ + [ + 2012010, + 2022020, + 2012010 + ] + ] + }, + { + "Level": 24, + "StageID": 202211100, + "MonsterList": [ + [ + 2012010, + 2022010, + 2012010 + ] + ] + }, + { + "Level": 32, + "StageID": 202211101, + "MonsterList": [ + [ + 2012010, + 2022010, + 2012010 + ] + ] + }, + { + "Level": 40, + "StageID": 202211102, + "MonsterList": [ + [ + 2012010, + 2022010, + 2012010 + ] + ] + }, + { + "Level": 48, + "StageID": 202211103, + "MonsterList": [ + [ + 2012010, + 2022010, + 2012010 + ] + ] + }, + { + "Level": 56, + "StageID": 202211104, + "MonsterList": [ + [ + 2012010, + 2022010, + 2012010 + ] + ] + }, + { + "Level": 66, + "StageID": 202211105, + "MonsterList": [ + [ + 2012010, + 2022010, + 2012010 + ] + ] + }, + { + "Level": 76, + "StageID": 202211106, + "MonsterList": [ + [ + 2012010, + 2022010, + 2012010 + ] + ] + }, + { + "Level": 24, + "StageID": 202211160, + "MonsterList": [ + [ + 8001050, + 2022110, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 32, + "StageID": 202211161, + "MonsterList": [ + [ + 8001050, + 2022110, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 40, + "StageID": 202211162, + "MonsterList": [ + [ + 8001050, + 2022110, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 202211163, + "MonsterList": [ + [ + 8001050, + 2022110, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 56, + "StageID": 202211164, + "MonsterList": [ + [ + 8001050, + 2022110, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 202211165, + "MonsterList": [ + [ + 8001050, + 2022110, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 76, + "StageID": 202211166, + "MonsterList": [ + [ + 8001050, + 2022110, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 24, + "StageID": 202211170, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 32, + "StageID": 202211171, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 40, + "StageID": 202211172, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 48, + "StageID": 202211173, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 56, + "StageID": 202211174, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 66, + "StageID": 202211175, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 76, + "StageID": 202211176, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 24, + "StageID": 202211200, + "MonsterList": [ + [ + 2022020, + 8002040, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 32, + "StageID": 202211201, + "MonsterList": [ + [ + 2022020, + 8002040, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 40, + "StageID": 202211202, + "MonsterList": [ + [ + 2022020, + 8002040, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 48, + "StageID": 202211203, + "MonsterList": [ + [ + 2022020, + 8002040, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 56, + "StageID": 202211204, + "MonsterList": [ + [ + 2022020, + 8002040, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 202211205, + "MonsterList": [ + [ + 2022020, + 8002040, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 77, + "StageID": 202211206, + "MonsterList": [ + [ + 2022020, + 8002040, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 24, + "StageID": 202211510, + "MonsterList": [ + [ + 2022020, + 2022020 + ] + ] + }, + { + "Level": 32, + "StageID": 202211511, + "MonsterList": [ + [ + 2022020, + 2022020 + ] + ] + }, + { + "Level": 40, + "StageID": 202211512, + "MonsterList": [ + [ + 2022020, + 2022020 + ] + ] + }, + { + "Level": 48, + "StageID": 202211513, + "MonsterList": [ + [ + 2022020, + 2022020 + ] + ] + }, + { + "Level": 56, + "StageID": 202211514, + "MonsterList": [ + [ + 2022020, + 2022020 + ] + ] + }, + { + "Level": 66, + "StageID": 202211515, + "MonsterList": [ + [ + 2022020, + 2022020 + ] + ] + }, + { + "Level": 76, + "StageID": 202211516, + "MonsterList": [ + [ + 2022020, + 2022020 + ] + ] + }, + { + "Level": 24, + "StageID": 202211520, + "MonsterList": [ + [ + 2022010, + 2022020 + ] + ] + }, + { + "Level": 32, + "StageID": 202211521, + "MonsterList": [ + [ + 2022010, + 2022020 + ] + ] + }, + { + "Level": 40, + "StageID": 202211522, + "MonsterList": [ + [ + 2022010, + 2022020 + ] + ] + }, + { + "Level": 48, + "StageID": 202211523, + "MonsterList": [ + [ + 2022010, + 2022020 + ] + ] + }, + { + "Level": 56, + "StageID": 202211524, + "MonsterList": [ + [ + 2022010, + 2022020 + ] + ] + }, + { + "Level": 66, + "StageID": 202211525, + "MonsterList": [ + [ + 2022010, + 2022020 + ] + ] + }, + { + "Level": 76, + "StageID": 202211526, + "MonsterList": [ + [ + 2022010, + 2022020 + ] + ] + }, + { + "Level": 24, + "StageID": 202211530, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050 + ] + ] + }, + { + "Level": 32, + "StageID": 202211531, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050 + ] + ] + }, + { + "Level": 40, + "StageID": 202211532, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 202211533, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050 + ] + ] + }, + { + "Level": 56, + "StageID": 202211534, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 202211535, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050 + ] + ] + }, + { + "Level": 76, + "StageID": 202211536, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050 + ] + ] + }, + { + "Level": 24, + "StageID": 202211540, + "MonsterList": [ + [ + 2022020, + 2022020 + ] + ] + }, + { + "Level": 32, + "StageID": 202211541, + "MonsterList": [ + [ + 2022020, + 2022020 + ] + ] + }, + { + "Level": 40, + "StageID": 202211542, + "MonsterList": [ + [ + 2022020, + 2022020 + ] + ] + }, + { + "Level": 48, + "StageID": 202211543, + "MonsterList": [ + [ + 2022020, + 2022020 + ] + ] + }, + { + "Level": 56, + "StageID": 202211544, + "MonsterList": [ + [ + 2022020, + 2022020 + ] + ] + }, + { + "Level": 66, + "StageID": 202211545, + "MonsterList": [ + [ + 2022020, + 2022020 + ] + ] + }, + { + "Level": 76, + "StageID": 202211546, + "MonsterList": [ + [ + 2022020, + 2022020 + ] + ] + }, + { + "Level": 24, + "StageID": 202211550, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 32, + "StageID": 202211551, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 40, + "StageID": 202211552, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 48, + "StageID": 202211553, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 56, + "StageID": 202211554, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 66, + "StageID": 202211555, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 76, + "StageID": 202211556, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 24, + "StageID": 202211560, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001040, + 8001050 + ] + ] + }, + { + "Level": 32, + "StageID": 202211561, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001040, + 8001050 + ] + ] + }, + { + "Level": 40, + "StageID": 202211562, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001040, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 202211563, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001040, + 8001050 + ] + ] + }, + { + "Level": 56, + "StageID": 202211564, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001040, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 202211565, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001040, + 8001050 + ] + ] + }, + { + "Level": 76, + "StageID": 202211566, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001040, + 8001050 + ] + ] + }, + { + "Level": 24, + "StageID": 202212010, + "MonsterList": [ + [ + 2002010 + ] + ] + }, + { + "Level": 32, + "StageID": 202212011, + "MonsterList": [ + [ + 2002010 + ] + ] + }, + { + "Level": 40, + "StageID": 202212012, + "MonsterList": [ + [ + 2002010 + ] + ] + }, + { + "Level": 48, + "StageID": 202212013, + "MonsterList": [ + [ + 2002010 + ] + ] + }, + { + "Level": 56, + "StageID": 202212014, + "MonsterList": [ + [ + 2002010 + ] + ] + }, + { + "Level": 66, + "StageID": 202212015, + "MonsterList": [ + [ + 2002010 + ] + ] + }, + { + "Level": 77, + "StageID": 202212016, + "MonsterList": [ + [ + 2002010 + ] + ] + }, + { + "Level": 24, + "StageID": 202212020, + "MonsterList": [ + [ + 202301006, + 8001050 + ], + [ + 2022010, + 202301006 + ] + ] + }, + { + "Level": 32, + "StageID": 202212021, + "MonsterList": [ + [ + 202301006, + 8001050 + ], + [ + 2022010, + 202301006 + ] + ] + }, + { + "Level": 40, + "StageID": 202212022, + "MonsterList": [ + [ + 202301006, + 8001050 + ], + [ + 2022010, + 202301006 + ] + ] + }, + { + "Level": 48, + "StageID": 202212023, + "MonsterList": [ + [ + 202301006, + 8001050 + ], + [ + 2022010, + 202301006 + ] + ] + }, + { + "Level": 56, + "StageID": 202212024, + "MonsterList": [ + [ + 202301006, + 8001050 + ], + [ + 2022010, + 202301006 + ] + ] + }, + { + "Level": 66, + "StageID": 202212025, + "MonsterList": [ + [ + 202301006, + 8001050 + ], + [ + 2022010, + 202301006 + ] + ] + }, + { + "Level": 77, + "StageID": 202212026, + "MonsterList": [ + [ + 202301006, + 8001050 + ], + [ + 2022010, + 202301006 + ] + ] + }, + { + "Level": 24, + "StageID": 202212040, + "MonsterList": [ + [ + 2012010, + 2011010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 32, + "StageID": 202212041, + "MonsterList": [ + [ + 2012010, + 2011010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 40, + "StageID": 202212042, + "MonsterList": [ + [ + 2012010, + 2011010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 48, + "StageID": 202212043, + "MonsterList": [ + [ + 2012010, + 2011010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 56, + "StageID": 202212044, + "MonsterList": [ + [ + 2012010, + 2011010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 66, + "StageID": 202212045, + "MonsterList": [ + [ + 2012010, + 2011010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 77, + "StageID": 202212046, + "MonsterList": [ + [ + 2012010, + 2011010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 24, + "StageID": 202212050, + "MonsterList": [ + [ + 202202001, + 202301005, + 202202001 + ] + ] + }, + { + "Level": 32, + "StageID": 202212051, + "MonsterList": [ + [ + 202202001, + 202301005, + 202202001 + ] + ] + }, + { + "Level": 40, + "StageID": 202212052, + "MonsterList": [ + [ + 202202001, + 202301005, + 202202001 + ] + ] + }, + { + "Level": 48, + "StageID": 202212053, + "MonsterList": [ + [ + 202202001, + 202301005, + 202202001 + ] + ] + }, + { + "Level": 56, + "StageID": 202212054, + "MonsterList": [ + [ + 202202001, + 202301005, + 202202001 + ] + ] + }, + { + "Level": 66, + "StageID": 202212055, + "MonsterList": [ + [ + 202202001, + 202301005, + 202202001 + ] + ] + }, + { + "Level": 77, + "StageID": 202212056, + "MonsterList": [ + [ + 202202001, + 202301005, + 202202001 + ] + ] + }, + { + "Level": 24, + "StageID": 202212060, + "MonsterList": [ + [ + 2022020, + 2022020 + ], + [ + 2022020, + 202301006, + 2022020 + ] + ] + }, + { + "Level": 32, + "StageID": 202212061, + "MonsterList": [ + [ + 2022020, + 2022020 + ], + [ + 2022020, + 202301006, + 2022020 + ] + ] + }, + { + "Level": 40, + "StageID": 202212062, + "MonsterList": [ + [ + 2022020, + 2022020 + ], + [ + 2022020, + 202301006, + 2022020 + ] + ] + }, + { + "Level": 48, + "StageID": 202212063, + "MonsterList": [ + [ + 2022020, + 2022020 + ], + [ + 2022020, + 202301006, + 2022020 + ] + ] + }, + { + "Level": 56, + "StageID": 202212064, + "MonsterList": [ + [ + 2022020, + 2022020 + ], + [ + 2022020, + 202301006, + 2022020 + ] + ] + }, + { + "Level": 66, + "StageID": 202212065, + "MonsterList": [ + [ + 2022020, + 2022020 + ], + [ + 2022020, + 202301006, + 2022020 + ] + ] + }, + { + "Level": 77, + "StageID": 202212066, + "MonsterList": [ + [ + 2022020, + 2022020 + ], + [ + 2022020, + 202301006, + 2022020 + ] + ] + }, + { + "Level": 24, + "StageID": 202212110, + "MonsterList": [ + [ + 2022020, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 32, + "StageID": 202212111, + "MonsterList": [ + [ + 2022020, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 40, + "StageID": 202212112, + "MonsterList": [ + [ + 2022020, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 48, + "StageID": 202212113, + "MonsterList": [ + [ + 2022020, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 56, + "StageID": 202212114, + "MonsterList": [ + [ + 2022020, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 202212115, + "MonsterList": [ + [ + 2022020, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 82, + "StageID": 202212116, + "MonsterList": [ + [ + 2022020, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 24, + "StageID": 202212120, + "MonsterList": [ + [ + 2022020, + 2022060, + 2022010 + ] + ] + }, + { + "Level": 32, + "StageID": 202212121, + "MonsterList": [ + [ + 2022020, + 2022060, + 2022010 + ] + ] + }, + { + "Level": 40, + "StageID": 202212122, + "MonsterList": [ + [ + 2022020, + 2022060, + 2022010 + ] + ] + }, + { + "Level": 48, + "StageID": 202212123, + "MonsterList": [ + [ + 2022020, + 2022060, + 2022010 + ] + ] + }, + { + "Level": 56, + "StageID": 202212124, + "MonsterList": [ + [ + 2022020, + 2022060, + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 202212125, + "MonsterList": [ + [ + 2022020, + 2022060, + 2022010 + ] + ] + }, + { + "Level": 82, + "StageID": 202212126, + "MonsterList": [ + [ + 2022020, + 2022060, + 2022010 + ] + ] + }, + { + "Level": 24, + "StageID": 202212130, + "MonsterList": [ + [ + 2022060, + 2022010, + 2022060, + 2022010 + ] + ] + }, + { + "Level": 32, + "StageID": 202212131, + "MonsterList": [ + [ + 2022060, + 2022010, + 2022060, + 2022010 + ] + ] + }, + { + "Level": 40, + "StageID": 202212132, + "MonsterList": [ + [ + 2022060, + 2022010, + 2022060, + 2022010 + ] + ] + }, + { + "Level": 48, + "StageID": 202212133, + "MonsterList": [ + [ + 2022060, + 2022010, + 2022060, + 2022010 + ] + ] + }, + { + "Level": 56, + "StageID": 202212134, + "MonsterList": [ + [ + 2022060, + 2022010, + 2022060, + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 202212135, + "MonsterList": [ + [ + 2022060, + 2022010, + 2022060, + 2022010 + ] + ] + }, + { + "Level": 82, + "StageID": 202212136, + "MonsterList": [ + [ + 2022060, + 2022010, + 2022060, + 2022010 + ] + ] + }, + { + "Level": 24, + "StageID": 202212140, + "MonsterList": [ + [ + 2002010, + 2002010, + 2002010 + ] + ] + }, + { + "Level": 32, + "StageID": 202212141, + "MonsterList": [ + [ + 2002010, + 2002010, + 2002010 + ] + ] + }, + { + "Level": 40, + "StageID": 202212142, + "MonsterList": [ + [ + 2002010, + 2002010, + 2002010 + ] + ] + }, + { + "Level": 48, + "StageID": 202212143, + "MonsterList": [ + [ + 2002010, + 2002010, + 2002010 + ] + ] + }, + { + "Level": 56, + "StageID": 202212144, + "MonsterList": [ + [ + 2002010, + 2002010, + 2002010 + ] + ] + }, + { + "Level": 66, + "StageID": 202212145, + "MonsterList": [ + [ + 2002010, + 2002010, + 2002010 + ] + ] + }, + { + "Level": 82, + "StageID": 202212146, + "MonsterList": [ + [ + 2002010, + 2002010, + 2002010 + ] + ] + }, + { + "Level": 24, + "StageID": 202212150, + "MonsterList": [ + [ + 2002010, + 2002010, + 2002010 + ] + ] + }, + { + "Level": 32, + "StageID": 202212151, + "MonsterList": [ + [ + 2002010, + 2002010, + 2002010 + ] + ] + }, + { + "Level": 40, + "StageID": 202212152, + "MonsterList": [ + [ + 2002010, + 2002010, + 2002010 + ] + ] + }, + { + "Level": 48, + "StageID": 202212153, + "MonsterList": [ + [ + 2002010, + 2002010, + 2002010 + ] + ] + }, + { + "Level": 56, + "StageID": 202212154, + "MonsterList": [ + [ + 2002010, + 2002010, + 2002010 + ] + ] + }, + { + "Level": 66, + "StageID": 202212155, + "MonsterList": [ + [ + 2002010, + 2002010, + 2002010 + ] + ] + }, + { + "Level": 82, + "StageID": 202212156, + "MonsterList": [ + [ + 2002010, + 2002010, + 2002010 + ] + ] + }, + { + "Level": 24, + "StageID": 202212160, + "MonsterList": [ + [ + 2004020 + ] + ] + }, + { + "Level": 32, + "StageID": 202212161, + "MonsterList": [ + [ + 2004020 + ] + ] + }, + { + "Level": 40, + "StageID": 202212162, + "MonsterList": [ + [ + 2004020 + ] + ] + }, + { + "Level": 48, + "StageID": 202212163, + "MonsterList": [ + [ + 2004020 + ] + ] + }, + { + "Level": 56, + "StageID": 202212164, + "MonsterList": [ + [ + 2004020 + ] + ] + }, + { + "Level": 66, + "StageID": 202212165, + "MonsterList": [ + [ + 2004020 + ] + ] + }, + { + "Level": 82, + "StageID": 202212166, + "MonsterList": [ + [ + 2004020 + ] + ] + }, + { + "Level": 43, + "StageID": 202212310, + "MonsterList": [ + [ + 2022020, + 2012010, + 2012010, + 2022020 + ] + ] + }, + { + "Level": 43, + "StageID": 202212311, + "MonsterList": [ + [ + 2022020, + 2012010, + 2012010, + 2022020 + ] + ] + }, + { + "Level": 50, + "StageID": 202212312, + "MonsterList": [ + [ + 2022020, + 2012010, + 2012010, + 2022020 + ] + ] + }, + { + "Level": 58, + "StageID": 202212313, + "MonsterList": [ + [ + 2022020, + 2012010, + 2012010, + 2022020 + ] + ] + }, + { + "Level": 66, + "StageID": 202212314, + "MonsterList": [ + [ + 2022020, + 2012010, + 2012010, + 2022020 + ] + ] + }, + { + "Level": 75, + "StageID": 202212315, + "MonsterList": [ + [ + 2022020, + 2012010, + 2012010, + 2022020 + ] + ] + }, + { + "Level": 80, + "StageID": 202212316, + "MonsterList": [ + [ + 2022020, + 2012010, + 2012010, + 2022020 + ] + ] + }, + { + "Level": 43, + "StageID": 202212320, + "MonsterList": [ + [ + 2011010, + 2012010, + 2022020, + 2022020, + 2012010 + ] + ] + }, + { + "Level": 43, + "StageID": 202212321, + "MonsterList": [ + [ + 2011010, + 2012010, + 2022020, + 2022020, + 2012010 + ] + ] + }, + { + "Level": 50, + "StageID": 202212322, + "MonsterList": [ + [ + 2011010, + 2012010, + 2022020, + 2022020, + 2012010 + ] + ] + }, + { + "Level": 58, + "StageID": 202212323, + "MonsterList": [ + [ + 2011010, + 2012010, + 2022020, + 2022020, + 2012010 + ] + ] + }, + { + "Level": 66, + "StageID": 202212324, + "MonsterList": [ + [ + 2011010, + 2012010, + 2022020, + 2022020, + 2012010 + ] + ] + }, + { + "Level": 75, + "StageID": 202212325, + "MonsterList": [ + [ + 2011010, + 2012010, + 2022020, + 2022020, + 2012010 + ] + ] + }, + { + "Level": 80, + "StageID": 202212326, + "MonsterList": [ + [ + 2011010, + 2012010, + 2022020, + 2022020, + 2012010 + ] + ] + }, + { + "Level": 43, + "StageID": 202212330, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 43, + "StageID": 202212331, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 50, + "StageID": 202212332, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 58, + "StageID": 202212333, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 202212334, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 75, + "StageID": 202212335, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 80, + "StageID": 202212336, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 43, + "StageID": 202212340, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022010, + 2022020, + 8001050 + ] + ] + }, + { + "Level": 43, + "StageID": 202212341, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022010, + 2022020, + 8001050 + ] + ] + }, + { + "Level": 50, + "StageID": 202212342, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022010, + 2022020, + 8001050 + ] + ] + }, + { + "Level": 58, + "StageID": 202212343, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022010, + 2022020, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 202212344, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022010, + 2022020, + 8001050 + ] + ] + }, + { + "Level": 75, + "StageID": 202212345, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022010, + 2022020, + 8001050 + ] + ] + }, + { + "Level": 80, + "StageID": 202212346, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022010, + 2022020, + 8001050 + ] + ] + }, + { + "Level": 43, + "StageID": 202212350, + "MonsterList": [ + [ + 2013010, + 2012010 + ] + ] + }, + { + "Level": 43, + "StageID": 202212351, + "MonsterList": [ + [ + 2013010, + 2012010 + ] + ] + }, + { + "Level": 50, + "StageID": 202212352, + "MonsterList": [ + [ + 2013010, + 2012010 + ] + ] + }, + { + "Level": 58, + "StageID": 202212353, + "MonsterList": [ + [ + 2013010, + 2012010 + ] + ] + }, + { + "Level": 66, + "StageID": 202212354, + "MonsterList": [ + [ + 2013010, + 2012010 + ] + ] + }, + { + "Level": 75, + "StageID": 202212355, + "MonsterList": [ + [ + 2013010, + 2012010 + ] + ] + }, + { + "Level": 80, + "StageID": 202212356, + "MonsterList": [ + [ + 2013010, + 2012010 + ] + ] + }, + { + "Level": 43, + "StageID": 202212360, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 43, + "StageID": 202212361, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 50, + "StageID": 202212362, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 58, + "StageID": 202212363, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 66, + "StageID": 202212364, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 75, + "StageID": 202212365, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 80, + "StageID": 202212366, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 43, + "StageID": 202212370, + "MonsterList": [ + [ + 2011020, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 43, + "StageID": 202212371, + "MonsterList": [ + [ + 2011020, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 50, + "StageID": 202212372, + "MonsterList": [ + [ + 2011020, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 58, + "StageID": 202212373, + "MonsterList": [ + [ + 2011020, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 66, + "StageID": 202212374, + "MonsterList": [ + [ + 2011020, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 75, + "StageID": 202212375, + "MonsterList": [ + [ + 2011020, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 80, + "StageID": 202212376, + "MonsterList": [ + [ + 2011020, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 43, + "StageID": 202212410, + "MonsterList": [ + [ + 2022020, + 2013010 + ] + ] + }, + { + "Level": 43, + "StageID": 202212411, + "MonsterList": [ + [ + 2022020, + 2013010 + ] + ] + }, + { + "Level": 50, + "StageID": 202212412, + "MonsterList": [ + [ + 2022020, + 2013010 + ] + ] + }, + { + "Level": 58, + "StageID": 202212413, + "MonsterList": [ + [ + 2022020, + 2013010 + ] + ] + }, + { + "Level": 66, + "StageID": 202212414, + "MonsterList": [ + [ + 2022020, + 2013010 + ] + ] + }, + { + "Level": 75, + "StageID": 202212415, + "MonsterList": [ + [ + 2022020, + 2013010 + ] + ] + }, + { + "Level": 80, + "StageID": 202212416, + "MonsterList": [ + [ + 2022020, + 2013010 + ] + ] + }, + { + "Level": 43, + "StageID": 202212420, + "MonsterList": [ + [ + 8001040, + 2022020, + 2022020, + 8001040 + ] + ] + }, + { + "Level": 43, + "StageID": 202212421, + "MonsterList": [ + [ + 8001040, + 2022020, + 2022020, + 8001040 + ] + ] + }, + { + "Level": 50, + "StageID": 202212422, + "MonsterList": [ + [ + 8001040, + 2022020, + 2022020, + 8001040 + ] + ] + }, + { + "Level": 58, + "StageID": 202212423, + "MonsterList": [ + [ + 8001040, + 2022020, + 2022020, + 8001040 + ] + ] + }, + { + "Level": 66, + "StageID": 202212424, + "MonsterList": [ + [ + 8001040, + 2022020, + 2022020, + 8001040 + ] + ] + }, + { + "Level": 75, + "StageID": 202212425, + "MonsterList": [ + [ + 8001040, + 2022020, + 2022020, + 8001040 + ] + ] + }, + { + "Level": 80, + "StageID": 202212426, + "MonsterList": [ + [ + 8001040, + 2022020, + 2022020, + 8001040 + ] + ] + }, + { + "Level": 43, + "StageID": 202212430, + "MonsterList": [ + [ + 8002010, + 2022020, + 8002010 + ] + ] + }, + { + "Level": 43, + "StageID": 202212431, + "MonsterList": [ + [ + 8002010, + 2022020, + 8002010 + ] + ] + }, + { + "Level": 50, + "StageID": 202212432, + "MonsterList": [ + [ + 8002010, + 2022020, + 8002010 + ] + ] + }, + { + "Level": 58, + "StageID": 202212433, + "MonsterList": [ + [ + 8002010, + 2022020, + 8002010 + ] + ] + }, + { + "Level": 66, + "StageID": 202212434, + "MonsterList": [ + [ + 8002010, + 2022020, + 8002010 + ] + ] + }, + { + "Level": 75, + "StageID": 202212435, + "MonsterList": [ + [ + 8002010, + 2022020, + 8002010 + ] + ] + }, + { + "Level": 80, + "StageID": 202212436, + "MonsterList": [ + [ + 8002010, + 2022020, + 8002010 + ] + ] + }, + { + "Level": 43, + "StageID": 202212440, + "MonsterList": [ + [ + 8002010, + 2022010, + 2022010, + 8002010 + ] + ] + }, + { + "Level": 43, + "StageID": 202212441, + "MonsterList": [ + [ + 8002010, + 2022010, + 2022010, + 8002010 + ] + ] + }, + { + "Level": 50, + "StageID": 202212442, + "MonsterList": [ + [ + 8002010, + 2022010, + 2022010, + 8002010 + ] + ] + }, + { + "Level": 58, + "StageID": 202212443, + "MonsterList": [ + [ + 8002010, + 2022010, + 2022010, + 8002010 + ] + ] + }, + { + "Level": 66, + "StageID": 202212444, + "MonsterList": [ + [ + 8002010, + 2022010, + 2022010, + 8002010 + ] + ] + }, + { + "Level": 75, + "StageID": 202212445, + "MonsterList": [ + [ + 8002010, + 2022010, + 2022010, + 8002010 + ] + ] + }, + { + "Level": 80, + "StageID": 202212446, + "MonsterList": [ + [ + 8002010, + 2022010, + 2022010, + 8002010 + ] + ] + }, + { + "Level": 43, + "StageID": 202212450, + "MonsterList": [ + [ + 2022020, + 2023010, + 2022020 + ] + ] + }, + { + "Level": 43, + "StageID": 202212451, + "MonsterList": [ + [ + 2022020, + 2023010, + 2022020 + ] + ] + }, + { + "Level": 50, + "StageID": 202212452, + "MonsterList": [ + [ + 2022020, + 2023010, + 2022020 + ] + ] + }, + { + "Level": 58, + "StageID": 202212453, + "MonsterList": [ + [ + 2022020, + 2023010, + 2022020 + ] + ] + }, + { + "Level": 66, + "StageID": 202212454, + "MonsterList": [ + [ + 2022020, + 2023010, + 2022020 + ] + ] + }, + { + "Level": 75, + "StageID": 202212455, + "MonsterList": [ + [ + 2022020, + 2023010, + 2022020 + ] + ] + }, + { + "Level": 80, + "StageID": 202212456, + "MonsterList": [ + [ + 2022020, + 2023010, + 2022020 + ] + ] + }, + { + "Level": 24, + "StageID": 202220020, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 32, + "StageID": 202220021, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 40, + "StageID": 202220022, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 48, + "StageID": 202220023, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 56, + "StageID": 202220024, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 66, + "StageID": 202220025, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 76, + "StageID": 202220026, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 24, + "StageID": 202220030, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 32, + "StageID": 202220031, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 40, + "StageID": 202220032, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 48, + "StageID": 202220033, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 56, + "StageID": 202220034, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 66, + "StageID": 202220035, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 77, + "StageID": 202220036, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 24, + "StageID": 202220050, + "MonsterList": [ + [ + 202401001 + ] + ] + }, + { + "Level": 32, + "StageID": 202220051, + "MonsterList": [ + [ + 202401001 + ] + ] + }, + { + "Level": 40, + "StageID": 202220052, + "MonsterList": [ + [ + 202401001 + ] + ] + }, + { + "Level": 48, + "StageID": 202220053, + "MonsterList": [ + [ + 202401001 + ] + ] + }, + { + "Level": 56, + "StageID": 202220054, + "MonsterList": [ + [ + 202401001 + ] + ] + }, + { + "Level": 66, + "StageID": 202220055, + "MonsterList": [ + [ + 202401001 + ] + ] + }, + { + "Level": 77, + "StageID": 202220056, + "MonsterList": [ + [ + 202401001 + ] + ] + }, + { + "Level": 24, + "StageID": 202220060, + "MonsterList": [ + [ + 2011010, + 2022020, + 2022010, + 2011010 + ] + ] + }, + { + "Level": 32, + "StageID": 202220061, + "MonsterList": [ + [ + 2011010, + 2022020, + 2022010, + 2011010 + ] + ] + }, + { + "Level": 40, + "StageID": 202220062, + "MonsterList": [ + [ + 2011010, + 2022020, + 2022010, + 2011010 + ] + ] + }, + { + "Level": 48, + "StageID": 202220063, + "MonsterList": [ + [ + 2011010, + 2022020, + 2022010, + 2011010 + ] + ] + }, + { + "Level": 56, + "StageID": 202220064, + "MonsterList": [ + [ + 2011010, + 2022020, + 2022010, + 2011010 + ] + ] + }, + { + "Level": 66, + "StageID": 202220065, + "MonsterList": [ + [ + 2011010, + 2022020, + 2022010, + 2011010 + ] + ] + }, + { + "Level": 76, + "StageID": 202220066, + "MonsterList": [ + [ + 2011010, + 2022020, + 2022010, + 2011010 + ] + ] + }, + { + "Level": 24, + "StageID": 202220080, + "MonsterList": [ + [ + 2011010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 32, + "StageID": 202220081, + "MonsterList": [ + [ + 2011010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 40, + "StageID": 202220082, + "MonsterList": [ + [ + 2011010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 48, + "StageID": 202220083, + "MonsterList": [ + [ + 2011010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 56, + "StageID": 202220084, + "MonsterList": [ + [ + 2011010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 66, + "StageID": 202220085, + "MonsterList": [ + [ + 2011010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 76, + "StageID": 202220086, + "MonsterList": [ + [ + 2011010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 24, + "StageID": 202220090, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 32, + "StageID": 202220091, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 40, + "StageID": 202220092, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 48, + "StageID": 202220093, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 56, + "StageID": 202220094, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 66, + "StageID": 202220095, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 76, + "StageID": 202220096, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 24, + "StageID": 202220100, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 32, + "StageID": 202220101, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 40, + "StageID": 202220102, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 48, + "StageID": 202220103, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 56, + "StageID": 202220104, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 66, + "StageID": 202220105, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 76, + "StageID": 202220106, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 24, + "StageID": 202220110, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010 + ] + ] + }, + { + "Level": 32, + "StageID": 202220111, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010 + ] + ] + }, + { + "Level": 40, + "StageID": 202220112, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010 + ] + ] + }, + { + "Level": 48, + "StageID": 202220113, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010 + ] + ] + }, + { + "Level": 56, + "StageID": 202220114, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010 + ] + ] + }, + { + "Level": 66, + "StageID": 202220115, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010 + ] + ] + }, + { + "Level": 76, + "StageID": 202220116, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010 + ] + ] + }, + { + "Level": 24, + "StageID": 202220140, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 32, + "StageID": 202220141, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 40, + "StageID": 202220142, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 48, + "StageID": 202220143, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 56, + "StageID": 202220144, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 66, + "StageID": 202220145, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 76, + "StageID": 202220146, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 24, + "StageID": 202220150, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 32, + "StageID": 202220151, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 40, + "StageID": 202220152, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 48, + "StageID": 202220153, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 56, + "StageID": 202220154, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 66, + "StageID": 202220155, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 76, + "StageID": 202220156, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 24, + "StageID": 202220180, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 32, + "StageID": 202220181, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 40, + "StageID": 202220182, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 48, + "StageID": 202220183, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 56, + "StageID": 202220184, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 66, + "StageID": 202220185, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 76, + "StageID": 202220186, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 24, + "StageID": 202220200, + "MonsterList": [ + [ + 202401002 + ] + ] + }, + { + "Level": 32, + "StageID": 202220201, + "MonsterList": [ + [ + 202401002 + ] + ] + }, + { + "Level": 40, + "StageID": 202220202, + "MonsterList": [ + [ + 202401002 + ] + ] + }, + { + "Level": 48, + "StageID": 202220203, + "MonsterList": [ + [ + 202401002 + ] + ] + }, + { + "Level": 56, + "StageID": 202220204, + "MonsterList": [ + [ + 202401002 + ] + ] + }, + { + "Level": 66, + "StageID": 202220205, + "MonsterList": [ + [ + 202401002 + ] + ] + }, + { + "Level": 77, + "StageID": 202220206, + "MonsterList": [ + [ + 202401002 + ] + ] + }, + { + "Level": 24, + "StageID": 202220240, + "MonsterList": [ + [ + 8001050, + 2022020, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 32, + "StageID": 202220241, + "MonsterList": [ + [ + 8001050, + 2022020, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 40, + "StageID": 202220242, + "MonsterList": [ + [ + 8001050, + 2022020, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 202220243, + "MonsterList": [ + [ + 8001050, + 2022020, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 56, + "StageID": 202220244, + "MonsterList": [ + [ + 8001050, + 2022020, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 202220245, + "MonsterList": [ + [ + 8001050, + 2022020, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 77, + "StageID": 202220246, + "MonsterList": [ + [ + 8001050, + 2022020, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 24, + "StageID": 202220250, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 32, + "StageID": 202220251, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 40, + "StageID": 202220252, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 48, + "StageID": 202220253, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 56, + "StageID": 202220254, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 202220255, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 77, + "StageID": 202220256, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 24, + "StageID": 202220260, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 32, + "StageID": 202220261, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 40, + "StageID": 202220262, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 48, + "StageID": 202220263, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 56, + "StageID": 202220264, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 66, + "StageID": 202220265, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 77, + "StageID": 202220266, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 24, + "StageID": 202220270, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 32, + "StageID": 202220271, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 40, + "StageID": 202220272, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 48, + "StageID": 202220273, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 56, + "StageID": 202220274, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 202220275, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 77, + "StageID": 202220276, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 24, + "StageID": 202220510, + "MonsterList": [ + [ + 2011020, + 2022020, + 2022020, + 2011020 + ] + ] + }, + { + "Level": 32, + "StageID": 202220511, + "MonsterList": [ + [ + 2011020, + 2022020, + 2022020, + 2011020 + ] + ] + }, + { + "Level": 40, + "StageID": 202220512, + "MonsterList": [ + [ + 2011020, + 2022020, + 2022020, + 2011020 + ] + ] + }, + { + "Level": 48, + "StageID": 202220513, + "MonsterList": [ + [ + 2011020, + 2022020, + 2022020, + 2011020 + ] + ] + }, + { + "Level": 56, + "StageID": 202220514, + "MonsterList": [ + [ + 2011020, + 2022020, + 2022020, + 2011020 + ] + ] + }, + { + "Level": 66, + "StageID": 202220515, + "MonsterList": [ + [ + 2011020, + 2022020, + 2022020, + 2011020 + ] + ] + }, + { + "Level": 76, + "StageID": 202220516, + "MonsterList": [ + [ + 2011020, + 2022020, + 2022020, + 2011020 + ] + ] + }, + { + "Level": 24, + "StageID": 202220520, + "MonsterList": [ + [ + 2011010, + 2022010, + 2011010 + ] + ] + }, + { + "Level": 32, + "StageID": 202220521, + "MonsterList": [ + [ + 2011010, + 2022010, + 2011010 + ] + ] + }, + { + "Level": 40, + "StageID": 202220522, + "MonsterList": [ + [ + 2011010, + 2022010, + 2011010 + ] + ] + }, + { + "Level": 48, + "StageID": 202220523, + "MonsterList": [ + [ + 2011010, + 2022010, + 2011010 + ] + ] + }, + { + "Level": 56, + "StageID": 202220524, + "MonsterList": [ + [ + 2011010, + 2022010, + 2011010 + ] + ] + }, + { + "Level": 66, + "StageID": 202220525, + "MonsterList": [ + [ + 2011010, + 2022010, + 2011010 + ] + ] + }, + { + "Level": 76, + "StageID": 202220526, + "MonsterList": [ + [ + 2011010, + 2022010, + 2011010 + ] + ] + }, + { + "Level": 24, + "StageID": 202221020, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011010 + ] + ] + }, + { + "Level": 32, + "StageID": 202221021, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011010 + ] + ] + }, + { + "Level": 40, + "StageID": 202221022, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011010 + ] + ] + }, + { + "Level": 48, + "StageID": 202221023, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011010 + ] + ] + }, + { + "Level": 56, + "StageID": 202221024, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011010 + ] + ] + }, + { + "Level": 66, + "StageID": 202221025, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011010 + ] + ] + }, + { + "Level": 76, + "StageID": 202221026, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011010 + ] + ] + }, + { + "Level": 24, + "StageID": 202221030, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 32, + "StageID": 202221031, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 40, + "StageID": 202221032, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 48, + "StageID": 202221033, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 56, + "StageID": 202221034, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 66, + "StageID": 202221035, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 76, + "StageID": 202221036, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 24, + "StageID": 202221040, + "MonsterList": [ + [ + 2011020, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 32, + "StageID": 202221041, + "MonsterList": [ + [ + 2011020, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 40, + "StageID": 202221042, + "MonsterList": [ + [ + 2011020, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 48, + "StageID": 202221043, + "MonsterList": [ + [ + 2011020, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 56, + "StageID": 202221044, + "MonsterList": [ + [ + 2011020, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 66, + "StageID": 202221045, + "MonsterList": [ + [ + 2011020, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 76, + "StageID": 202221046, + "MonsterList": [ + [ + 2011020, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 24, + "StageID": 202221060, + "MonsterList": [ + [ + 2012010, + 2012010, + 2012010 + ] + ] + }, + { + "Level": 32, + "StageID": 202221061, + "MonsterList": [ + [ + 2012010, + 2012010, + 2012010 + ] + ] + }, + { + "Level": 40, + "StageID": 202221062, + "MonsterList": [ + [ + 2012010, + 2012010, + 2012010 + ] + ] + }, + { + "Level": 48, + "StageID": 202221063, + "MonsterList": [ + [ + 2012010, + 2012010, + 2012010 + ] + ] + }, + { + "Level": 56, + "StageID": 202221064, + "MonsterList": [ + [ + 2012010, + 2012010, + 2012010 + ] + ] + }, + { + "Level": 66, + "StageID": 202221065, + "MonsterList": [ + [ + 2012010, + 2012010, + 2012010 + ] + ] + }, + { + "Level": 76, + "StageID": 202221066, + "MonsterList": [ + [ + 2012010, + 2012010, + 2012010 + ] + ] + }, + { + "Level": 24, + "StageID": 202221070, + "MonsterList": [ + [ + 2011020, + 2012010, + 2011020, + 2011020 + ] + ] + }, + { + "Level": 32, + "StageID": 202221071, + "MonsterList": [ + [ + 2011020, + 2012010, + 2011020, + 2011020 + ] + ] + }, + { + "Level": 40, + "StageID": 202221072, + "MonsterList": [ + [ + 2011020, + 2012010, + 2011020, + 2011020 + ] + ] + }, + { + "Level": 48, + "StageID": 202221073, + "MonsterList": [ + [ + 2011020, + 2012010, + 2011020, + 2011020 + ] + ] + }, + { + "Level": 56, + "StageID": 202221074, + "MonsterList": [ + [ + 2011020, + 2012010, + 2011020, + 2011020 + ] + ] + }, + { + "Level": 66, + "StageID": 202221075, + "MonsterList": [ + [ + 2011020, + 2012010, + 2011020, + 2011020 + ] + ] + }, + { + "Level": 76, + "StageID": 202221076, + "MonsterList": [ + [ + 2011020, + 2012010, + 2011020, + 2011020 + ] + ] + }, + { + "Level": 24, + "StageID": 202221100, + "MonsterList": [ + [ + 2011020, + 2022020, + 2022020, + 2011020 + ] + ] + }, + { + "Level": 32, + "StageID": 202221101, + "MonsterList": [ + [ + 2011020, + 2022020, + 2022020, + 2011020 + ] + ] + }, + { + "Level": 40, + "StageID": 202221102, + "MonsterList": [ + [ + 2011020, + 2022020, + 2022020, + 2011020 + ] + ] + }, + { + "Level": 48, + "StageID": 202221103, + "MonsterList": [ + [ + 2011020, + 2022020, + 2022020, + 2011020 + ] + ] + }, + { + "Level": 56, + "StageID": 202221104, + "MonsterList": [ + [ + 2011020, + 2022020, + 2022020, + 2011020 + ] + ] + }, + { + "Level": 66, + "StageID": 202221105, + "MonsterList": [ + [ + 2011020, + 2022020, + 2022020, + 2011020 + ] + ] + }, + { + "Level": 76, + "StageID": 202221106, + "MonsterList": [ + [ + 2011020, + 2022020, + 2022020, + 2011020 + ] + ] + }, + { + "Level": 24, + "StageID": 202221110, + "MonsterList": [ + [ + 2011010, + 2022010, + 2022110, + 2011010 + ] + ] + }, + { + "Level": 32, + "StageID": 202221111, + "MonsterList": [ + [ + 2011010, + 2022010, + 2022110, + 2011010 + ] + ] + }, + { + "Level": 40, + "StageID": 202221112, + "MonsterList": [ + [ + 2011010, + 2022010, + 2022110, + 2011010 + ] + ] + }, + { + "Level": 48, + "StageID": 202221113, + "MonsterList": [ + [ + 2011010, + 2022010, + 2022110, + 2011010 + ] + ] + }, + { + "Level": 56, + "StageID": 202221114, + "MonsterList": [ + [ + 2011010, + 2022010, + 2022110, + 2011010 + ] + ] + }, + { + "Level": 66, + "StageID": 202221115, + "MonsterList": [ + [ + 2011010, + 2022010, + 2022110, + 2011010 + ] + ] + }, + { + "Level": 76, + "StageID": 202221116, + "MonsterList": [ + [ + 2011010, + 2022010, + 2022110, + 2011010 + ] + ] + }, + { + "Level": 24, + "StageID": 202221120, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020, + 2011020 + ] + ] + }, + { + "Level": 32, + "StageID": 202221121, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020, + 2011020 + ] + ] + }, + { + "Level": 40, + "StageID": 202221122, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020, + 2011020 + ] + ] + }, + { + "Level": 48, + "StageID": 202221123, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020, + 2011020 + ] + ] + }, + { + "Level": 56, + "StageID": 202221124, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020, + 2011020 + ] + ] + }, + { + "Level": 66, + "StageID": 202221125, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020, + 2011020 + ] + ] + }, + { + "Level": 76, + "StageID": 202221126, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020, + 2011020 + ] + ] + }, + { + "Level": 24, + "StageID": 202221130, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 32, + "StageID": 202221131, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 40, + "StageID": 202221132, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 48, + "StageID": 202221133, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 56, + "StageID": 202221134, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 66, + "StageID": 202221135, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 76, + "StageID": 202221136, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 24, + "StageID": 202221140, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 32, + "StageID": 202221141, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 40, + "StageID": 202221142, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 48, + "StageID": 202221143, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 56, + "StageID": 202221144, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 66, + "StageID": 202221145, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 76, + "StageID": 202221146, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 24, + "StageID": 202221150, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 32, + "StageID": 202221151, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 40, + "StageID": 202221152, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 48, + "StageID": 202221153, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 56, + "StageID": 202221154, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 66, + "StageID": 202221155, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 76, + "StageID": 202221156, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 24, + "StageID": 202221180, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 32, + "StageID": 202221181, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 40, + "StageID": 202221182, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 48, + "StageID": 202221183, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 56, + "StageID": 202221184, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 66, + "StageID": 202221185, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 76, + "StageID": 202221186, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 24, + "StageID": 202221190, + "MonsterList": [ + [ + 2011010, + 2011010, + 2011020, + 2011020 + ] + ] + }, + { + "Level": 32, + "StageID": 202221191, + "MonsterList": [ + [ + 2011010, + 2011010, + 2011020, + 2011020 + ] + ] + }, + { + "Level": 40, + "StageID": 202221192, + "MonsterList": [ + [ + 2011010, + 2011010, + 2011020, + 2011020 + ] + ] + }, + { + "Level": 48, + "StageID": 202221193, + "MonsterList": [ + [ + 2011010, + 2011010, + 2011020, + 2011020 + ] + ] + }, + { + "Level": 56, + "StageID": 202221194, + "MonsterList": [ + [ + 2011010, + 2011010, + 2011020, + 2011020 + ] + ] + }, + { + "Level": 66, + "StageID": 202221195, + "MonsterList": [ + [ + 2011010, + 2011010, + 2011020, + 2011020 + ] + ] + }, + { + "Level": 76, + "StageID": 202221196, + "MonsterList": [ + [ + 2011010, + 2011010, + 2011020, + 2011020 + ] + ] + }, + { + "Level": 24, + "StageID": 202221200, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011010 + ] + ] + }, + { + "Level": 32, + "StageID": 202221201, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011010 + ] + ] + }, + { + "Level": 40, + "StageID": 202221202, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011010 + ] + ] + }, + { + "Level": 48, + "StageID": 202221203, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011010 + ] + ] + }, + { + "Level": 56, + "StageID": 202221204, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011010 + ] + ] + }, + { + "Level": 66, + "StageID": 202221205, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011010 + ] + ] + }, + { + "Level": 76, + "StageID": 202221206, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010, + 2011010 + ] + ] + }, + { + "Level": 24, + "StageID": 202221210, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 32, + "StageID": 202221211, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 40, + "StageID": 202221212, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 48, + "StageID": 202221213, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 56, + "StageID": 202221214, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 66, + "StageID": 202221215, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 76, + "StageID": 202221216, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 24, + "StageID": 202221220, + "MonsterList": [ + [ + 2011020, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 32, + "StageID": 202221221, + "MonsterList": [ + [ + 2011020, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 40, + "StageID": 202221222, + "MonsterList": [ + [ + 2011020, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 48, + "StageID": 202221223, + "MonsterList": [ + [ + 2011020, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 56, + "StageID": 202221224, + "MonsterList": [ + [ + 2011020, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 66, + "StageID": 202221225, + "MonsterList": [ + [ + 2011020, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 76, + "StageID": 202221226, + "MonsterList": [ + [ + 2011020, + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 24, + "StageID": 202221230, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 32, + "StageID": 202221231, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 40, + "StageID": 202221232, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 48, + "StageID": 202221233, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 56, + "StageID": 202221234, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 66, + "StageID": 202221235, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 76, + "StageID": 202221236, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 24, + "StageID": 202221240, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 32, + "StageID": 202221241, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 40, + "StageID": 202221242, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 48, + "StageID": 202221243, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 56, + "StageID": 202221244, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 66, + "StageID": 202221245, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 76, + "StageID": 202221246, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 24, + "StageID": 202221250, + "MonsterList": [ + [ + 2011010, + 2012010, + 8002040, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 32, + "StageID": 202221251, + "MonsterList": [ + [ + 2011010, + 2012010, + 8002040, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 40, + "StageID": 202221252, + "MonsterList": [ + [ + 2011010, + 2012010, + 8002040, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 48, + "StageID": 202221253, + "MonsterList": [ + [ + 2011010, + 2012010, + 8002040, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 56, + "StageID": 202221254, + "MonsterList": [ + [ + 2011010, + 2012010, + 8002040, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 66, + "StageID": 202221255, + "MonsterList": [ + [ + 2011010, + 2012010, + 8002040, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 77, + "StageID": 202221256, + "MonsterList": [ + [ + 2011010, + 2012010, + 8002040, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 24, + "StageID": 202221510, + "MonsterList": [ + [ + 2011020, + 2022020, + 2022020, + 2011020 + ] + ] + }, + { + "Level": 32, + "StageID": 202221511, + "MonsterList": [ + [ + 2011020, + 2022020, + 2022020, + 2011020 + ] + ] + }, + { + "Level": 40, + "StageID": 202221512, + "MonsterList": [ + [ + 2011020, + 2022020, + 2022020, + 2011020 + ] + ] + }, + { + "Level": 48, + "StageID": 202221513, + "MonsterList": [ + [ + 2011020, + 2022020, + 2022020, + 2011020 + ] + ] + }, + { + "Level": 56, + "StageID": 202221514, + "MonsterList": [ + [ + 2011020, + 2022020, + 2022020, + 2011020 + ] + ] + }, + { + "Level": 66, + "StageID": 202221515, + "MonsterList": [ + [ + 2011020, + 2022020, + 2022020, + 2011020 + ] + ] + }, + { + "Level": 76, + "StageID": 202221516, + "MonsterList": [ + [ + 2011020, + 2022020, + 2022020, + 2011020 + ] + ] + }, + { + "Level": 24, + "StageID": 202221520, + "MonsterList": [ + [ + 2011010, + 2022010, + 2011010 + ] + ] + }, + { + "Level": 32, + "StageID": 202221521, + "MonsterList": [ + [ + 2011010, + 2022010, + 2011010 + ] + ] + }, + { + "Level": 40, + "StageID": 202221522, + "MonsterList": [ + [ + 2011010, + 2022010, + 2011010 + ] + ] + }, + { + "Level": 48, + "StageID": 202221523, + "MonsterList": [ + [ + 2011010, + 2022010, + 2011010 + ] + ] + }, + { + "Level": 56, + "StageID": 202221524, + "MonsterList": [ + [ + 2011010, + 2022010, + 2011010 + ] + ] + }, + { + "Level": 66, + "StageID": 202221525, + "MonsterList": [ + [ + 2011010, + 2022010, + 2011010 + ] + ] + }, + { + "Level": 76, + "StageID": 202221526, + "MonsterList": [ + [ + 2011010, + 2022010, + 2011010 + ] + ] + }, + { + "Level": 24, + "StageID": 202221530, + "MonsterList": [ + [ + 2011020, + 2012010, + 2011020, + 2012010 + ] + ] + }, + { + "Level": 32, + "StageID": 202221531, + "MonsterList": [ + [ + 2011020, + 2012010, + 2011020, + 2012010 + ] + ] + }, + { + "Level": 40, + "StageID": 202221532, + "MonsterList": [ + [ + 2011020, + 2012010, + 2011020, + 2012010 + ] + ] + }, + { + "Level": 48, + "StageID": 202221533, + "MonsterList": [ + [ + 2011020, + 2012010, + 2011020, + 2012010 + ] + ] + }, + { + "Level": 56, + "StageID": 202221534, + "MonsterList": [ + [ + 2011020, + 2012010, + 2011020, + 2012010 + ] + ] + }, + { + "Level": 66, + "StageID": 202221535, + "MonsterList": [ + [ + 2011020, + 2012010, + 2011020, + 2012010 + ] + ] + }, + { + "Level": 76, + "StageID": 202221536, + "MonsterList": [ + [ + 2011020, + 2012010, + 2011020, + 2012010 + ] + ] + }, + { + "Level": 24, + "StageID": 202221540, + "MonsterList": [ + [ + 2011010, + 2022020, + 2022010, + 2011010 + ] + ] + }, + { + "Level": 32, + "StageID": 202221541, + "MonsterList": [ + [ + 2011010, + 2022020, + 2022010, + 2011010 + ] + ] + }, + { + "Level": 40, + "StageID": 202221542, + "MonsterList": [ + [ + 2011010, + 2022020, + 2022010, + 2011010 + ] + ] + }, + { + "Level": 48, + "StageID": 202221543, + "MonsterList": [ + [ + 2011010, + 2022020, + 2022010, + 2011010 + ] + ] + }, + { + "Level": 56, + "StageID": 202221544, + "MonsterList": [ + [ + 2011010, + 2022020, + 2022010, + 2011010 + ] + ] + }, + { + "Level": 66, + "StageID": 202221545, + "MonsterList": [ + [ + 2011010, + 2022020, + 2022010, + 2011010 + ] + ] + }, + { + "Level": 76, + "StageID": 202221546, + "MonsterList": [ + [ + 2011010, + 2022020, + 2022010, + 2011010 + ] + ] + }, + { + "Level": 24, + "StageID": 202221550, + "MonsterList": [ + [ + 2011020, + 2022020, + 2011020 + ] + ] + }, + { + "Level": 32, + "StageID": 202221551, + "MonsterList": [ + [ + 2011020, + 2022020, + 2011020 + ] + ] + }, + { + "Level": 40, + "StageID": 202221552, + "MonsterList": [ + [ + 2011020, + 2022020, + 2011020 + ] + ] + }, + { + "Level": 48, + "StageID": 202221553, + "MonsterList": [ + [ + 2011020, + 2022020, + 2011020 + ] + ] + }, + { + "Level": 56, + "StageID": 202221554, + "MonsterList": [ + [ + 2011020, + 2022020, + 2011020 + ] + ] + }, + { + "Level": 66, + "StageID": 202221555, + "MonsterList": [ + [ + 2011020, + 2022020, + 2011020 + ] + ] + }, + { + "Level": 76, + "StageID": 202221556, + "MonsterList": [ + [ + 2011020, + 2022020, + 2011020 + ] + ] + }, + { + "Level": 24, + "StageID": 202221560, + "MonsterList": [ + [ + 2011010, + 2022010, + 2011010 + ] + ] + }, + { + "Level": 32, + "StageID": 202221561, + "MonsterList": [ + [ + 2011010, + 2022010, + 2011010 + ] + ] + }, + { + "Level": 40, + "StageID": 202221562, + "MonsterList": [ + [ + 2011010, + 2022010, + 2011010 + ] + ] + }, + { + "Level": 48, + "StageID": 202221563, + "MonsterList": [ + [ + 2011010, + 2022010, + 2011010 + ] + ] + }, + { + "Level": 56, + "StageID": 202221564, + "MonsterList": [ + [ + 2011010, + 2022010, + 2011010 + ] + ] + }, + { + "Level": 66, + "StageID": 202221565, + "MonsterList": [ + [ + 2011010, + 2022010, + 2011010 + ] + ] + }, + { + "Level": 76, + "StageID": 202221566, + "MonsterList": [ + [ + 2011010, + 2022010, + 2011010 + ] + ] + }, + { + "Level": 24, + "StageID": 202222010, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 32, + "StageID": 202222011, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 40, + "StageID": 202222012, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 48, + "StageID": 202222013, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 56, + "StageID": 202222014, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 66, + "StageID": 202222015, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 77, + "StageID": 202222016, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 24, + "StageID": 202222020, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 32, + "StageID": 202222021, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 40, + "StageID": 202222022, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 48, + "StageID": 202222023, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 56, + "StageID": 202222024, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 202222025, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 77, + "StageID": 202222026, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 24, + "StageID": 202222030, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 32, + "StageID": 202222031, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 40, + "StageID": 202222032, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 48, + "StageID": 202222033, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 56, + "StageID": 202222034, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 66, + "StageID": 202222035, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 77, + "StageID": 202222036, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 24, + "StageID": 202222040, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 32, + "StageID": 202222041, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 40, + "StageID": 202222042, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 48, + "StageID": 202222043, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 56, + "StageID": 202222044, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 66, + "StageID": 202222045, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 77, + "StageID": 202222046, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 24, + "StageID": 202222060, + "MonsterList": [ + [ + 2022010, + 2022020, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 32, + "StageID": 202222061, + "MonsterList": [ + [ + 2022010, + 2022020, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 40, + "StageID": 202222062, + "MonsterList": [ + [ + 2022010, + 2022020, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 48, + "StageID": 202222063, + "MonsterList": [ + [ + 2022010, + 2022020, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 56, + "StageID": 202222064, + "MonsterList": [ + [ + 2022010, + 2022020, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 202222065, + "MonsterList": [ + [ + 2022010, + 2022020, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 77, + "StageID": 202222066, + "MonsterList": [ + [ + 2022010, + 2022020, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 24, + "StageID": 202222080, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 32, + "StageID": 202222081, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 40, + "StageID": 202222082, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 48, + "StageID": 202222083, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 56, + "StageID": 202222084, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 66, + "StageID": 202222085, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 82, + "StageID": 202222086, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 43, + "StageID": 202222310, + "MonsterList": [ + [ + 2022010, + 2013010, + 2022010 + ] + ] + }, + { + "Level": 43, + "StageID": 202222311, + "MonsterList": [ + [ + 2022010, + 2013010, + 2022010 + ] + ] + }, + { + "Level": 50, + "StageID": 202222312, + "MonsterList": [ + [ + 2022010, + 2013010, + 2022010 + ] + ] + }, + { + "Level": 58, + "StageID": 202222313, + "MonsterList": [ + [ + 2022010, + 2013010, + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 202222314, + "MonsterList": [ + [ + 2022010, + 2013010, + 2022010 + ] + ] + }, + { + "Level": 75, + "StageID": 202222315, + "MonsterList": [ + [ + 2022010, + 2013010, + 2022010 + ] + ] + }, + { + "Level": 80, + "StageID": 202222316, + "MonsterList": [ + [ + 2022010, + 2013010, + 2022010 + ] + ] + }, + { + "Level": 43, + "StageID": 202222320, + "MonsterList": [ + [ + 2022010, + 8003050, + 2022010 + ] + ] + }, + { + "Level": 43, + "StageID": 202222321, + "MonsterList": [ + [ + 2022010, + 8003050, + 2022010 + ] + ] + }, + { + "Level": 50, + "StageID": 202222322, + "MonsterList": [ + [ + 2022010, + 8003050, + 2022010 + ] + ] + }, + { + "Level": 58, + "StageID": 202222323, + "MonsterList": [ + [ + 2022010, + 8003050, + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 202222324, + "MonsterList": [ + [ + 2022010, + 8003050, + 2022010 + ] + ] + }, + { + "Level": 75, + "StageID": 202222325, + "MonsterList": [ + [ + 2022010, + 8003050, + 2022010 + ] + ] + }, + { + "Level": 80, + "StageID": 202222326, + "MonsterList": [ + [ + 2022010, + 8003050, + 2022010 + ] + ] + }, + { + "Level": 43, + "StageID": 202222410, + "MonsterList": [ + [ + 2022010, + 2013010, + 2022010 + ] + ] + }, + { + "Level": 43, + "StageID": 202222411, + "MonsterList": [ + [ + 2022010, + 2013010, + 2022010 + ] + ] + }, + { + "Level": 50, + "StageID": 202222412, + "MonsterList": [ + [ + 2022010, + 2013010, + 2022010 + ] + ] + }, + { + "Level": 58, + "StageID": 202222413, + "MonsterList": [ + [ + 2022010, + 2013010, + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 202222414, + "MonsterList": [ + [ + 2022010, + 2013010, + 2022010 + ] + ] + }, + { + "Level": 75, + "StageID": 202222415, + "MonsterList": [ + [ + 2022010, + 2013010, + 2022010 + ] + ] + }, + { + "Level": 80, + "StageID": 202222416, + "MonsterList": [ + [ + 2022010, + 2013010, + 2022010 + ] + ] + }, + { + "Level": 43, + "StageID": 202222420, + "MonsterList": [ + [ + 2022020, + 2023010, + 2022020 + ] + ] + }, + { + "Level": 43, + "StageID": 202222421, + "MonsterList": [ + [ + 2022020, + 2023010, + 2022020 + ] + ] + }, + { + "Level": 50, + "StageID": 202222422, + "MonsterList": [ + [ + 2022020, + 2023010, + 2022020 + ] + ] + }, + { + "Level": 58, + "StageID": 202222423, + "MonsterList": [ + [ + 2022020, + 2023010, + 2022020 + ] + ] + }, + { + "Level": 66, + "StageID": 202222424, + "MonsterList": [ + [ + 2022020, + 2023010, + 2022020 + ] + ] + }, + { + "Level": 75, + "StageID": 202222425, + "MonsterList": [ + [ + 2022020, + 2023010, + 2022020 + ] + ] + }, + { + "Level": 80, + "StageID": 202222426, + "MonsterList": [ + [ + 2022020, + 2023010, + 2022020 + ] + ] + }, + { + "Level": 43, + "StageID": 202222440, + "MonsterList": [ + [ + 2011010, + 2022020, + 2022020, + 2011010 + ] + ] + }, + { + "Level": 43, + "StageID": 202222441, + "MonsterList": [ + [ + 2011010, + 2022020, + 2022020, + 2011010 + ] + ] + }, + { + "Level": 50, + "StageID": 202222442, + "MonsterList": [ + [ + 2011010, + 2022020, + 2022020, + 2011010 + ] + ] + }, + { + "Level": 58, + "StageID": 202222443, + "MonsterList": [ + [ + 2011010, + 2022020, + 2022020, + 2011010 + ] + ] + }, + { + "Level": 66, + "StageID": 202222444, + "MonsterList": [ + [ + 2011010, + 2022020, + 2022020, + 2011010 + ] + ] + }, + { + "Level": 75, + "StageID": 202222445, + "MonsterList": [ + [ + 2011010, + 2022020, + 2022020, + 2011010 + ] + ] + }, + { + "Level": 80, + "StageID": 202222446, + "MonsterList": [ + [ + 2011010, + 2022020, + 2022020, + 2011010 + ] + ] + }, + { + "Level": 43, + "StageID": 202222450, + "MonsterList": [ + [ + 2011020, + 2022010, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 43, + "StageID": 202222451, + "MonsterList": [ + [ + 2011020, + 2022010, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 50, + "StageID": 202222452, + "MonsterList": [ + [ + 2011020, + 2022010, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 58, + "StageID": 202222453, + "MonsterList": [ + [ + 2011020, + 2022010, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 66, + "StageID": 202222454, + "MonsterList": [ + [ + 2011020, + 2022010, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 75, + "StageID": 202222455, + "MonsterList": [ + [ + 2011020, + 2022010, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 80, + "StageID": 202222456, + "MonsterList": [ + [ + 2011020, + 2022010, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 43, + "StageID": 202222460, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 43, + "StageID": 202222461, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 50, + "StageID": 202222462, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 58, + "StageID": 202222463, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 66, + "StageID": 202222464, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 75, + "StageID": 202222465, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 80, + "StageID": 202222466, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 43, + "StageID": 202222470, + "MonsterList": [ + [ + 8002010, + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 43, + "StageID": 202222471, + "MonsterList": [ + [ + 8002010, + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 50, + "StageID": 202222472, + "MonsterList": [ + [ + 8002010, + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 58, + "StageID": 202222473, + "MonsterList": [ + [ + 8002010, + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 66, + "StageID": 202222474, + "MonsterList": [ + [ + 8002010, + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 75, + "StageID": 202222475, + "MonsterList": [ + [ + 8002010, + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 80, + "StageID": 202222476, + "MonsterList": [ + [ + 8002010, + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 43, + "StageID": 202222480, + "MonsterList": [ + [ + 8002010, + 2022020, + 2022020, + 8002010 + ] + ] + }, + { + "Level": 43, + "StageID": 202222481, + "MonsterList": [ + [ + 8002010, + 2022020, + 2022020, + 8002010 + ] + ] + }, + { + "Level": 50, + "StageID": 202222482, + "MonsterList": [ + [ + 8002010, + 2022020, + 2022020, + 8002010 + ] + ] + }, + { + "Level": 58, + "StageID": 202222483, + "MonsterList": [ + [ + 8002010, + 2022020, + 2022020, + 8002010 + ] + ] + }, + { + "Level": 66, + "StageID": 202222484, + "MonsterList": [ + [ + 8002010, + 2022020, + 2022020, + 8002010 + ] + ] + }, + { + "Level": 75, + "StageID": 202222485, + "MonsterList": [ + [ + 8002010, + 2022020, + 2022020, + 8002010 + ] + ] + }, + { + "Level": 80, + "StageID": 202222486, + "MonsterList": [ + [ + 8002010, + 2022020, + 2022020, + 8002010 + ] + ] + }, + { + "Level": 24, + "StageID": 202230010, + "MonsterList": [ + [ + 2002030, + 2002030 + ] + ] + }, + { + "Level": 32, + "StageID": 202230011, + "MonsterList": [ + [ + 2002030, + 2002030 + ] + ] + }, + { + "Level": 40, + "StageID": 202230012, + "MonsterList": [ + [ + 2002030, + 2002030 + ] + ] + }, + { + "Level": 48, + "StageID": 202230013, + "MonsterList": [ + [ + 2002030, + 2002030 + ] + ] + }, + { + "Level": 56, + "StageID": 202230014, + "MonsterList": [ + [ + 2002030, + 2002030 + ] + ] + }, + { + "Level": 66, + "StageID": 202230015, + "MonsterList": [ + [ + 2002030, + 2002030 + ] + ] + }, + { + "Level": 82, + "StageID": 202230016, + "MonsterList": [ + [ + 2002030, + 2002030 + ] + ] + }, + { + "Level": 24, + "StageID": 202230020, + "MonsterList": [ + [ + 2011010, + 2002030, + 2002030, + 2011010 + ] + ] + }, + { + "Level": 32, + "StageID": 202230021, + "MonsterList": [ + [ + 2011010, + 2002030, + 2002030, + 2011010 + ] + ] + }, + { + "Level": 40, + "StageID": 202230022, + "MonsterList": [ + [ + 2011010, + 2002030, + 2002030, + 2011010 + ] + ] + }, + { + "Level": 48, + "StageID": 202230023, + "MonsterList": [ + [ + 2011010, + 2002030, + 2002030, + 2011010 + ] + ] + }, + { + "Level": 56, + "StageID": 202230024, + "MonsterList": [ + [ + 2011010, + 2002030, + 2002030, + 2011010 + ] + ] + }, + { + "Level": 66, + "StageID": 202230025, + "MonsterList": [ + [ + 2011010, + 2002030, + 2002030, + 2011010 + ] + ] + }, + { + "Level": 82, + "StageID": 202230026, + "MonsterList": [ + [ + 2011010, + 2002030, + 2002030, + 2011010 + ] + ] + }, + { + "Level": 24, + "StageID": 202230030, + "MonsterList": [ + [ + 2012010, + 2002030, + 2012010 + ] + ] + }, + { + "Level": 32, + "StageID": 202230031, + "MonsterList": [ + [ + 2012010, + 2002030, + 2012010 + ] + ] + }, + { + "Level": 40, + "StageID": 202230032, + "MonsterList": [ + [ + 2012010, + 2002030, + 2012010 + ] + ] + }, + { + "Level": 48, + "StageID": 202230033, + "MonsterList": [ + [ + 2012010, + 2002030, + 2012010 + ] + ] + }, + { + "Level": 56, + "StageID": 202230034, + "MonsterList": [ + [ + 2012010, + 2002030, + 2012010 + ] + ] + }, + { + "Level": 66, + "StageID": 202230035, + "MonsterList": [ + [ + 2012010, + 2002030, + 2012010 + ] + ] + }, + { + "Level": 82, + "StageID": 202230036, + "MonsterList": [ + [ + 2012010, + 2002030, + 2012010 + ] + ] + }, + { + "Level": 24, + "StageID": 202230040, + "MonsterList": [ + [ + 2011010, + 2002030, + 2002030, + 2012010 + ] + ] + }, + { + "Level": 32, + "StageID": 202230041, + "MonsterList": [ + [ + 2011010, + 2002030, + 2002030, + 2012010 + ] + ] + }, + { + "Level": 40, + "StageID": 202230042, + "MonsterList": [ + [ + 2011010, + 2002030, + 2002030, + 2012010 + ] + ] + }, + { + "Level": 48, + "StageID": 202230043, + "MonsterList": [ + [ + 2011010, + 2002030, + 2002030, + 2012010 + ] + ] + }, + { + "Level": 56, + "StageID": 202230044, + "MonsterList": [ + [ + 2011010, + 2002030, + 2002030, + 2012010 + ] + ] + }, + { + "Level": 66, + "StageID": 202230045, + "MonsterList": [ + [ + 2011010, + 2002030, + 2002030, + 2012010 + ] + ] + }, + { + "Level": 82, + "StageID": 202230046, + "MonsterList": [ + [ + 2011010, + 2002030, + 2002030, + 2012010 + ] + ] + }, + { + "Level": 24, + "StageID": 202231010, + "MonsterList": [ + [ + 2002030, + 2002030, + 2012010 + ] + ] + }, + { + "Level": 32, + "StageID": 202231011, + "MonsterList": [ + [ + 2002030, + 2002030, + 2012010 + ] + ] + }, + { + "Level": 40, + "StageID": 202231012, + "MonsterList": [ + [ + 2002030, + 2002030, + 2012010 + ] + ] + }, + { + "Level": 48, + "StageID": 202231013, + "MonsterList": [ + [ + 2002030, + 2002030, + 2012010 + ] + ] + }, + { + "Level": 56, + "StageID": 202231014, + "MonsterList": [ + [ + 2002030, + 2002030, + 2012010 + ] + ] + }, + { + "Level": 66, + "StageID": 202231015, + "MonsterList": [ + [ + 2002030, + 2002030, + 2012010 + ] + ] + }, + { + "Level": 82, + "StageID": 202231016, + "MonsterList": [ + [ + 2002030, + 2002030, + 2012010 + ] + ] + }, + { + "Level": 24, + "StageID": 202231020, + "MonsterList": [ + [ + 2011010, + 2002030, + 2002030, + 2011020 + ] + ] + }, + { + "Level": 32, + "StageID": 202231021, + "MonsterList": [ + [ + 2011010, + 2002030, + 2002030, + 2011020 + ] + ] + }, + { + "Level": 40, + "StageID": 202231022, + "MonsterList": [ + [ + 2011010, + 2002030, + 2002030, + 2011020 + ] + ] + }, + { + "Level": 48, + "StageID": 202231023, + "MonsterList": [ + [ + 2011010, + 2002030, + 2002030, + 2011020 + ] + ] + }, + { + "Level": 56, + "StageID": 202231024, + "MonsterList": [ + [ + 2011010, + 2002030, + 2002030, + 2011020 + ] + ] + }, + { + "Level": 66, + "StageID": 202231025, + "MonsterList": [ + [ + 2011010, + 2002030, + 2002030, + 2011020 + ] + ] + }, + { + "Level": 82, + "StageID": 202231026, + "MonsterList": [ + [ + 2011010, + 2002030, + 2002030, + 2011020 + ] + ] + }, + { + "Level": 24, + "StageID": 202231030, + "MonsterList": [ + [ + 2012010, + 2002030, + 2012010 + ] + ] + }, + { + "Level": 32, + "StageID": 202231031, + "MonsterList": [ + [ + 2012010, + 2002030, + 2012010 + ] + ] + }, + { + "Level": 40, + "StageID": 202231032, + "MonsterList": [ + [ + 2012010, + 2002030, + 2012010 + ] + ] + }, + { + "Level": 48, + "StageID": 202231033, + "MonsterList": [ + [ + 2012010, + 2002030, + 2012010 + ] + ] + }, + { + "Level": 56, + "StageID": 202231034, + "MonsterList": [ + [ + 2012010, + 2002030, + 2012010 + ] + ] + }, + { + "Level": 66, + "StageID": 202231035, + "MonsterList": [ + [ + 2012010, + 2002030, + 2012010 + ] + ] + }, + { + "Level": 82, + "StageID": 202231036, + "MonsterList": [ + [ + 2012010, + 2002030, + 2012010 + ] + ] + }, + { + "Level": 24, + "StageID": 202231050, + "MonsterList": [ + [ + 2002010, + 2002030, + 2002010, + 2011020 + ] + ] + }, + { + "Level": 32, + "StageID": 202231051, + "MonsterList": [ + [ + 2002010, + 2002030, + 2002010, + 2011020 + ] + ] + }, + { + "Level": 40, + "StageID": 202231052, + "MonsterList": [ + [ + 2002010, + 2002030, + 2002010, + 2011020 + ] + ] + }, + { + "Level": 48, + "StageID": 202231053, + "MonsterList": [ + [ + 2002010, + 2002030, + 2002010, + 2011020 + ] + ] + }, + { + "Level": 56, + "StageID": 202231054, + "MonsterList": [ + [ + 2002010, + 2002030, + 2002010, + 2011020 + ] + ] + }, + { + "Level": 66, + "StageID": 202231055, + "MonsterList": [ + [ + 2002010, + 2002030, + 2002010, + 2011020 + ] + ] + }, + { + "Level": 82, + "StageID": 202231056, + "MonsterList": [ + [ + 2002010, + 2002030, + 2002010, + 2011020 + ] + ] + }, + { + "Level": 24, + "StageID": 202231060, + "MonsterList": [ + [ + 2011010, + 2002010, + 2002030, + 2002010 + ] + ] + }, + { + "Level": 32, + "StageID": 202231061, + "MonsterList": [ + [ + 2011010, + 2002010, + 2002030, + 2002010 + ] + ] + }, + { + "Level": 40, + "StageID": 202231062, + "MonsterList": [ + [ + 2011010, + 2002010, + 2002030, + 2002010 + ] + ] + }, + { + "Level": 48, + "StageID": 202231063, + "MonsterList": [ + [ + 2011010, + 2002010, + 2002030, + 2002010 + ] + ] + }, + { + "Level": 56, + "StageID": 202231064, + "MonsterList": [ + [ + 2011010, + 2002010, + 2002030, + 2002010 + ] + ] + }, + { + "Level": 66, + "StageID": 202231065, + "MonsterList": [ + [ + 2011010, + 2002010, + 2002030, + 2002010 + ] + ] + }, + { + "Level": 82, + "StageID": 202231066, + "MonsterList": [ + [ + 2011010, + 2002010, + 2002030, + 2002010 + ] + ] + }, + { + "Level": 24, + "StageID": 202231080, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022040, + 2022110 + ] + ] + }, + { + "Level": 32, + "StageID": 202231081, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022040, + 2022110 + ] + ] + }, + { + "Level": 40, + "StageID": 202231082, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022040, + 2022110 + ] + ] + }, + { + "Level": 48, + "StageID": 202231083, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022040, + 2022110 + ] + ] + }, + { + "Level": 56, + "StageID": 202231084, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022040, + 2022110 + ] + ] + }, + { + "Level": 66, + "StageID": 202231085, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022040, + 2022110 + ] + ] + }, + { + "Level": 82, + "StageID": 202231086, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022040, + 2022110 + ] + ] + }, + { + "Level": 24, + "StageID": 202231090, + "MonsterList": [ + [ + 2022050, + 2022110, + 2022060 + ] + ] + }, + { + "Level": 32, + "StageID": 202231091, + "MonsterList": [ + [ + 2022050, + 2022110, + 2022060 + ] + ] + }, + { + "Level": 40, + "StageID": 202231092, + "MonsterList": [ + [ + 2022050, + 2022110, + 2022060 + ] + ] + }, + { + "Level": 48, + "StageID": 202231093, + "MonsterList": [ + [ + 2022050, + 2022110, + 2022060 + ] + ] + }, + { + "Level": 56, + "StageID": 202231094, + "MonsterList": [ + [ + 2022050, + 2022110, + 2022060 + ] + ] + }, + { + "Level": 66, + "StageID": 202231095, + "MonsterList": [ + [ + 2022050, + 2022110, + 2022060 + ] + ] + }, + { + "Level": 82, + "StageID": 202231096, + "MonsterList": [ + [ + 2022050, + 2022110, + 2022060 + ] + ] + }, + { + "Level": 24, + "StageID": 202231100, + "MonsterList": [ + [ + 2022010, + 2022110, + 2022040, + 2022110 + ] + ] + }, + { + "Level": 32, + "StageID": 202231101, + "MonsterList": [ + [ + 2022010, + 2022110, + 2022040, + 2022110 + ] + ] + }, + { + "Level": 40, + "StageID": 202231102, + "MonsterList": [ + [ + 2022010, + 2022110, + 2022040, + 2022110 + ] + ] + }, + { + "Level": 48, + "StageID": 202231103, + "MonsterList": [ + [ + 2022010, + 2022110, + 2022040, + 2022110 + ] + ] + }, + { + "Level": 56, + "StageID": 202231104, + "MonsterList": [ + [ + 2022010, + 2022110, + 2022040, + 2022110 + ] + ] + }, + { + "Level": 66, + "StageID": 202231105, + "MonsterList": [ + [ + 2022010, + 2022110, + 2022040, + 2022110 + ] + ] + }, + { + "Level": 82, + "StageID": 202231106, + "MonsterList": [ + [ + 2022010, + 2022110, + 2022040, + 2022110 + ] + ] + }, + { + "Level": 24, + "StageID": 202231140, + "MonsterList": [ + [ + 2022110, + 2022060, + 2022110, + 2022040 + ] + ] + }, + { + "Level": 32, + "StageID": 202231141, + "MonsterList": [ + [ + 2022110, + 2022060, + 2022110, + 2022040 + ] + ] + }, + { + "Level": 40, + "StageID": 202231142, + "MonsterList": [ + [ + 2022110, + 2022060, + 2022110, + 2022040 + ] + ] + }, + { + "Level": 48, + "StageID": 202231143, + "MonsterList": [ + [ + 2022110, + 2022060, + 2022110, + 2022040 + ] + ] + }, + { + "Level": 56, + "StageID": 202231144, + "MonsterList": [ + [ + 2022110, + 2022060, + 2022110, + 2022040 + ] + ] + }, + { + "Level": 66, + "StageID": 202231145, + "MonsterList": [ + [ + 2022110, + 2022060, + 2022110, + 2022040 + ] + ] + }, + { + "Level": 82, + "StageID": 202231146, + "MonsterList": [ + [ + 2022110, + 2022060, + 2022110, + 2022040 + ] + ] + }, + { + "Level": 24, + "StageID": 202231150, + "MonsterList": [ + [ + 2022050, + 2022010, + 2022110 + ] + ] + }, + { + "Level": 32, + "StageID": 202231151, + "MonsterList": [ + [ + 2022050, + 2022010, + 2022110 + ] + ] + }, + { + "Level": 40, + "StageID": 202231152, + "MonsterList": [ + [ + 2022050, + 2022010, + 2022110 + ] + ] + }, + { + "Level": 48, + "StageID": 202231153, + "MonsterList": [ + [ + 2022050, + 2022010, + 2022110 + ] + ] + }, + { + "Level": 56, + "StageID": 202231154, + "MonsterList": [ + [ + 2022050, + 2022010, + 2022110 + ] + ] + }, + { + "Level": 66, + "StageID": 202231155, + "MonsterList": [ + [ + 2022050, + 2022010, + 2022110 + ] + ] + }, + { + "Level": 82, + "StageID": 202231156, + "MonsterList": [ + [ + 2022050, + 2022010, + 2022110 + ] + ] + }, + { + "Level": 24, + "StageID": 202231160, + "MonsterList": [ + [ + 2022110, + 2022110, + 2022110 + ] + ] + }, + { + "Level": 32, + "StageID": 202231161, + "MonsterList": [ + [ + 2022110, + 2022110, + 2022110 + ] + ] + }, + { + "Level": 40, + "StageID": 202231162, + "MonsterList": [ + [ + 2022110, + 2022110, + 2022110 + ] + ] + }, + { + "Level": 48, + "StageID": 202231163, + "MonsterList": [ + [ + 2022110, + 2022110, + 2022110 + ] + ] + }, + { + "Level": 56, + "StageID": 202231164, + "MonsterList": [ + [ + 2022110, + 2022110, + 2022110 + ] + ] + }, + { + "Level": 66, + "StageID": 202231165, + "MonsterList": [ + [ + 2022110, + 2022110, + 2022110 + ] + ] + }, + { + "Level": 82, + "StageID": 202231166, + "MonsterList": [ + [ + 2022110, + 2022110, + 2022110 + ] + ] + }, + { + "Level": 24, + "StageID": 202231170, + "MonsterList": [ + [ + 2022050, + 2022110, + 2022110, + 2022040 + ] + ] + }, + { + "Level": 32, + "StageID": 202231171, + "MonsterList": [ + [ + 2022050, + 2022110, + 2022110, + 2022040 + ] + ] + }, + { + "Level": 40, + "StageID": 202231172, + "MonsterList": [ + [ + 2022050, + 2022110, + 2022110, + 2022040 + ] + ] + }, + { + "Level": 48, + "StageID": 202231173, + "MonsterList": [ + [ + 2022050, + 2022110, + 2022110, + 2022040 + ] + ] + }, + { + "Level": 56, + "StageID": 202231174, + "MonsterList": [ + [ + 2022050, + 2022110, + 2022110, + 2022040 + ] + ] + }, + { + "Level": 66, + "StageID": 202231175, + "MonsterList": [ + [ + 2022050, + 2022110, + 2022110, + 2022040 + ] + ] + }, + { + "Level": 82, + "StageID": 202231176, + "MonsterList": [ + [ + 2022050, + 2022110, + 2022110, + 2022040 + ] + ] + }, + { + "Level": 24, + "StageID": 202231250, + "MonsterList": [ + [ + 2012010, + 2002030, + 8002040, + 2002030, + 2012010 + ] + ] + }, + { + "Level": 32, + "StageID": 202231251, + "MonsterList": [ + [ + 2012010, + 2002030, + 8002040, + 2002030, + 2012010 + ] + ] + }, + { + "Level": 40, + "StageID": 202231252, + "MonsterList": [ + [ + 2012010, + 2002030, + 8002040, + 2002030, + 2012010 + ] + ] + }, + { + "Level": 48, + "StageID": 202231253, + "MonsterList": [ + [ + 2012010, + 2002030, + 8002040, + 2002030, + 2012010 + ] + ] + }, + { + "Level": 56, + "StageID": 202231254, + "MonsterList": [ + [ + 2012010, + 2002030, + 8002040, + 2002030, + 2012010 + ] + ] + }, + { + "Level": 66, + "StageID": 202231255, + "MonsterList": [ + [ + 2012010, + 2002030, + 8002040, + 2002030, + 2012010 + ] + ] + }, + { + "Level": 82, + "StageID": 202231256, + "MonsterList": [ + [ + 2012010, + 2002030, + 8002040, + 2002030, + 2012010 + ] + ] + }, + { + "Level": 24, + "StageID": 202232010, + "MonsterList": [ + [ + 200203004, + 200203004, + 200203004 + ], + [ + 2002030, + 2013020, + 2002030 + ] + ] + }, + { + "Level": 32, + "StageID": 202232011, + "MonsterList": [ + [ + 200203004, + 200203004, + 200203004 + ], + [ + 2002030, + 2013020, + 2002030 + ] + ] + }, + { + "Level": 40, + "StageID": 202232012, + "MonsterList": [ + [ + 200203004, + 200203004, + 200203004 + ], + [ + 2002030, + 2013020, + 2002030 + ] + ] + }, + { + "Level": 48, + "StageID": 202232013, + "MonsterList": [ + [ + 200203004, + 200203004, + 200203004 + ], + [ + 2002030, + 2013020, + 2002030 + ] + ] + }, + { + "Level": 56, + "StageID": 202232014, + "MonsterList": [ + [ + 200203004, + 200203004, + 200203004 + ], + [ + 2002030, + 2013020, + 2002030 + ] + ] + }, + { + "Level": 66, + "StageID": 202232015, + "MonsterList": [ + [ + 200203004, + 200203004, + 200203004 + ], + [ + 2002030, + 2013020, + 2002030 + ] + ] + }, + { + "Level": 82, + "StageID": 202232016, + "MonsterList": [ + [ + 200203004, + 200203004, + 200203004 + ], + [ + 2002030, + 2013020, + 2002030 + ] + ] + }, + { + "Level": 24, + "StageID": 202232030, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 32, + "StageID": 202232031, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 40, + "StageID": 202232032, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 48, + "StageID": 202232033, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 56, + "StageID": 202232034, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 66, + "StageID": 202232035, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 82, + "StageID": 202232036, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 24, + "StageID": 202232050, + "MonsterList": [ + [ + 8001010 + ] + ] + }, + { + "Level": 32, + "StageID": 202232051, + "MonsterList": [ + [ + 8001010 + ] + ] + }, + { + "Level": 40, + "StageID": 202232052, + "MonsterList": [ + [ + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 202232053, + "MonsterList": [ + [ + 8001010 + ] + ] + }, + { + "Level": 56, + "StageID": 202232054, + "MonsterList": [ + [ + 8001010 + ] + ] + }, + { + "Level": 66, + "StageID": 202232055, + "MonsterList": [ + [ + 8001010 + ] + ] + }, + { + "Level": 82, + "StageID": 202232056, + "MonsterList": [ + [ + 8001010 + ] + ] + }, + { + "Level": 24, + "StageID": 202232060, + "MonsterList": [ + [ + 8001010 + ] + ] + }, + { + "Level": 32, + "StageID": 202232061, + "MonsterList": [ + [ + 8001010 + ] + ] + }, + { + "Level": 40, + "StageID": 202232062, + "MonsterList": [ + [ + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 202232063, + "MonsterList": [ + [ + 8001010 + ] + ] + }, + { + "Level": 56, + "StageID": 202232064, + "MonsterList": [ + [ + 8001010 + ] + ] + }, + { + "Level": 66, + "StageID": 202232065, + "MonsterList": [ + [ + 8001010 + ] + ] + }, + { + "Level": 82, + "StageID": 202232066, + "MonsterList": [ + [ + 8001010 + ] + ] + }, + { + "Level": 24, + "StageID": 202232080, + "MonsterList": [ + [ + 200203004, + 200203004, + 200203004 + ] + ] + }, + { + "Level": 32, + "StageID": 202232081, + "MonsterList": [ + [ + 200203004, + 200203004, + 200203004 + ] + ] + }, + { + "Level": 40, + "StageID": 202232082, + "MonsterList": [ + [ + 200203004, + 200203004, + 200203004 + ] + ] + }, + { + "Level": 48, + "StageID": 202232083, + "MonsterList": [ + [ + 200203004, + 200203004, + 200203004 + ] + ] + }, + { + "Level": 56, + "StageID": 202232084, + "MonsterList": [ + [ + 200203004, + 200203004, + 200203004 + ] + ] + }, + { + "Level": 66, + "StageID": 202232085, + "MonsterList": [ + [ + 200203004, + 200203004, + 200203004 + ] + ] + }, + { + "Level": 82, + "StageID": 202232086, + "MonsterList": [ + [ + 200203004, + 200203004, + 200203004 + ] + ] + }, + { + "Level": 24, + "StageID": 202232090, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 32, + "StageID": 202232091, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 40, + "StageID": 202232092, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 48, + "StageID": 202232093, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 56, + "StageID": 202232094, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 66, + "StageID": 202232095, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 82, + "StageID": 202232096, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 82, + "StageID": 202232110, + "MonsterList": [ + [ + 200201004, + 200201004, + 200201004 + ], + [ + 201201006, + 200201004, + 201201006 + ], + [ + 201201007, + 200201006, + 201201007 + ] + ] + }, + { + "Level": 82, + "StageID": 202232111, + "MonsterList": [ + [ + 200201004, + 200201004, + 200201004 + ], + [ + 201201006, + 200201004, + 201201006 + ], + [ + 201201007, + 200201006, + 201201007 + ] + ] + }, + { + "Level": 82, + "StageID": 202232112, + "MonsterList": [ + [ + 200201004, + 200201004, + 200201004 + ], + [ + 201201006, + 200201004, + 201201006 + ], + [ + 201201007, + 200201006, + 201201007 + ] + ] + }, + { + "Level": 82, + "StageID": 202232113, + "MonsterList": [ + [ + 200201004, + 200201004, + 200201004 + ], + [ + 201201006, + 200201004, + 201201006 + ], + [ + 201201007, + 200201006, + 201201007 + ] + ] + }, + { + "Level": 82, + "StageID": 202232114, + "MonsterList": [ + [ + 200201004, + 200201004, + 200201004 + ], + [ + 201201006, + 200201004, + 201201006 + ], + [ + 201201007, + 200201006, + 201201007 + ] + ] + }, + { + "Level": 82, + "StageID": 202232115, + "MonsterList": [ + [ + 200201004, + 200201004, + 200201004 + ], + [ + 201201006, + 200201004, + 201201006 + ], + [ + 201201007, + 200201006, + 201201007 + ] + ] + }, + { + "Level": 82, + "StageID": 202232116, + "MonsterList": [ + [ + 200201004, + 200201004, + 200201004 + ], + [ + 201201006, + 200201004, + 201201006 + ], + [ + 201201007, + 200201006, + 201201007 + ] + ] + }, + { + "Level": 24, + "StageID": 202232120, + "MonsterList": [ + [ + 2002030, + 2012010, + 2002030, + 2012010 + ] + ] + }, + { + "Level": 32, + "StageID": 202232121, + "MonsterList": [ + [ + 2002030, + 2012010, + 2002030, + 2012010 + ] + ] + }, + { + "Level": 40, + "StageID": 202232122, + "MonsterList": [ + [ + 2002030, + 2012010, + 2002030, + 2012010 + ] + ] + }, + { + "Level": 48, + "StageID": 202232123, + "MonsterList": [ + [ + 2002030, + 2012010, + 2002030, + 2012010 + ] + ] + }, + { + "Level": 56, + "StageID": 202232124, + "MonsterList": [ + [ + 2002030, + 2012010, + 2002030, + 2012010 + ] + ] + }, + { + "Level": 66, + "StageID": 202232125, + "MonsterList": [ + [ + 2002030, + 2012010, + 2002030, + 2012010 + ] + ] + }, + { + "Level": 82, + "StageID": 202232126, + "MonsterList": [ + [ + 2002030, + 2012010, + 2002030, + 2012010 + ] + ] + }, + { + "Level": 24, + "StageID": 202232130, + "MonsterList": [ + [ + 200201003, + 201302001, + 200201003 + ] + ] + }, + { + "Level": 32, + "StageID": 202232131, + "MonsterList": [ + [ + 200201003, + 201302001, + 200201003 + ] + ] + }, + { + "Level": 40, + "StageID": 202232132, + "MonsterList": [ + [ + 200201003, + 201302001, + 200201003 + ] + ] + }, + { + "Level": 48, + "StageID": 202232133, + "MonsterList": [ + [ + 200201003, + 201302001, + 200201003 + ] + ] + }, + { + "Level": 56, + "StageID": 202232134, + "MonsterList": [ + [ + 200201003, + 201302001, + 200201003 + ] + ] + }, + { + "Level": 66, + "StageID": 202232135, + "MonsterList": [ + [ + 200201003, + 201302001, + 200201003 + ] + ] + }, + { + "Level": 82, + "StageID": 202232136, + "MonsterList": [ + [ + 200201003, + 201302001, + 200201003 + ] + ] + }, + { + "Level": 24, + "StageID": 202232140, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 32, + "StageID": 202232141, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 40, + "StageID": 202232142, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 48, + "StageID": 202232143, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 56, + "StageID": 202232144, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 66, + "StageID": 202232145, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 82, + "StageID": 202232146, + "MonsterList": [ + [ + 2011010, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 24, + "StageID": 202232150, + "MonsterList": [ + [ + 2012010, + 2013010, + 2012010 + ] + ] + }, + { + "Level": 32, + "StageID": 202232151, + "MonsterList": [ + [ + 2012010, + 2013010, + 2012010 + ] + ] + }, + { + "Level": 40, + "StageID": 202232152, + "MonsterList": [ + [ + 2012010, + 2013010, + 2012010 + ] + ] + }, + { + "Level": 48, + "StageID": 202232153, + "MonsterList": [ + [ + 2012010, + 2013010, + 2012010 + ] + ] + }, + { + "Level": 56, + "StageID": 202232154, + "MonsterList": [ + [ + 2012010, + 2013010, + 2012010 + ] + ] + }, + { + "Level": 66, + "StageID": 202232155, + "MonsterList": [ + [ + 2012010, + 2013010, + 2012010 + ] + ] + }, + { + "Level": 82, + "StageID": 202232156, + "MonsterList": [ + [ + 2012010, + 2013010, + 2012010 + ] + ] + }, + { + "Level": 24, + "StageID": 202232160, + "MonsterList": [ + [ + 200201005, + 200201005, + 200203003, + 200201005 + ] + ] + }, + { + "Level": 32, + "StageID": 202232161, + "MonsterList": [ + [ + 200201005, + 200201005, + 200203003, + 200201005 + ] + ] + }, + { + "Level": 40, + "StageID": 202232162, + "MonsterList": [ + [ + 200201005, + 200201005, + 200203003, + 200201005 + ] + ] + }, + { + "Level": 48, + "StageID": 202232163, + "MonsterList": [ + [ + 200201005, + 200201005, + 200203003, + 200201005 + ] + ] + }, + { + "Level": 56, + "StageID": 202232164, + "MonsterList": [ + [ + 200201005, + 200201005, + 200203003, + 200201005 + ] + ] + }, + { + "Level": 66, + "StageID": 202232165, + "MonsterList": [ + [ + 200201005, + 200201005, + 200203003, + 200201005 + ] + ] + }, + { + "Level": 82, + "StageID": 202232166, + "MonsterList": [ + [ + 200201005, + 200201005, + 200203003, + 200201005 + ] + ] + }, + { + "Level": 24, + "StageID": 202232170, + "MonsterList": [ + [ + 200402003 + ] + ] + }, + { + "Level": 32, + "StageID": 202232171, + "MonsterList": [ + [ + 200402003 + ] + ] + }, + { + "Level": 40, + "StageID": 202232172, + "MonsterList": [ + [ + 200402003 + ] + ] + }, + { + "Level": 48, + "StageID": 202232173, + "MonsterList": [ + [ + 200402003 + ] + ] + }, + { + "Level": 56, + "StageID": 202232174, + "MonsterList": [ + [ + 200402003 + ] + ] + }, + { + "Level": 66, + "StageID": 202232175, + "MonsterList": [ + [ + 200402003 + ] + ] + }, + { + "Level": 82, + "StageID": 202232176, + "MonsterList": [ + [ + 200402003 + ] + ] + }, + { + "Level": 24, + "StageID": 202232180, + "MonsterList": [ + [ + 200402004 + ] + ] + }, + { + "Level": 32, + "StageID": 202232181, + "MonsterList": [ + [ + 200402004 + ] + ] + }, + { + "Level": 40, + "StageID": 202232182, + "MonsterList": [ + [ + 200402004 + ] + ] + }, + { + "Level": 48, + "StageID": 202232183, + "MonsterList": [ + [ + 200402004 + ] + ] + }, + { + "Level": 56, + "StageID": 202232184, + "MonsterList": [ + [ + 200402004 + ] + ] + }, + { + "Level": 66, + "StageID": 202232185, + "MonsterList": [ + [ + 200402004 + ] + ] + }, + { + "Level": 82, + "StageID": 202232186, + "MonsterList": [ + [ + 200402004 + ] + ] + }, + { + "Level": 24, + "StageID": 202232200, + "MonsterList": [ + [ + 2022040, + 2013020 + ] + ] + }, + { + "Level": 32, + "StageID": 202232201, + "MonsterList": [ + [ + 2022040, + 2013020 + ] + ] + }, + { + "Level": 40, + "StageID": 202232202, + "MonsterList": [ + [ + 2022040, + 2013020 + ] + ] + }, + { + "Level": 48, + "StageID": 202232203, + "MonsterList": [ + [ + 2022040, + 2013020 + ] + ] + }, + { + "Level": 56, + "StageID": 202232204, + "MonsterList": [ + [ + 2022040, + 2013020 + ] + ] + }, + { + "Level": 66, + "StageID": 202232205, + "MonsterList": [ + [ + 2022040, + 2013020 + ] + ] + }, + { + "Level": 82, + "StageID": 202232206, + "MonsterList": [ + [ + 2022040, + 2013020 + ] + ] + }, + { + "Level": 24, + "StageID": 202232220, + "MonsterList": [ + [ + 2013020 + ] + ] + }, + { + "Level": 32, + "StageID": 202232221, + "MonsterList": [ + [ + 2013020 + ] + ] + }, + { + "Level": 40, + "StageID": 202232222, + "MonsterList": [ + [ + 2013020 + ] + ] + }, + { + "Level": 48, + "StageID": 202232223, + "MonsterList": [ + [ + 2013020 + ] + ] + }, + { + "Level": 56, + "StageID": 202232224, + "MonsterList": [ + [ + 2013020 + ] + ] + }, + { + "Level": 66, + "StageID": 202232225, + "MonsterList": [ + [ + 2013020 + ] + ] + }, + { + "Level": 82, + "StageID": 202232226, + "MonsterList": [ + [ + 2013020 + ] + ] + }, + { + "Level": 24, + "StageID": 202232230, + "MonsterList": [ + [ + 2013020 + ] + ] + }, + { + "Level": 32, + "StageID": 202232231, + "MonsterList": [ + [ + 2013020 + ] + ] + }, + { + "Level": 40, + "StageID": 202232232, + "MonsterList": [ + [ + 2013020 + ] + ] + }, + { + "Level": 48, + "StageID": 202232233, + "MonsterList": [ + [ + 2013020 + ] + ] + }, + { + "Level": 56, + "StageID": 202232234, + "MonsterList": [ + [ + 2013020 + ] + ] + }, + { + "Level": 66, + "StageID": 202232235, + "MonsterList": [ + [ + 2013020 + ] + ] + }, + { + "Level": 82, + "StageID": 202232236, + "MonsterList": [ + [ + 2013020 + ] + ] + }, + { + "Level": 24, + "StageID": 202232310, + "MonsterList": [ + [ + 2012010, + 2012010, + 2012010 + ] + ] + }, + { + "Level": 32, + "StageID": 202232311, + "MonsterList": [ + [ + 2012010, + 2012010, + 2012010 + ] + ] + }, + { + "Level": 40, + "StageID": 202232312, + "MonsterList": [ + [ + 2012010, + 2012010, + 2012010 + ] + ] + }, + { + "Level": 48, + "StageID": 202232313, + "MonsterList": [ + [ + 2012010, + 2012010, + 2012010 + ] + ] + }, + { + "Level": 56, + "StageID": 202232314, + "MonsterList": [ + [ + 2012010, + 2012010, + 2012010 + ] + ] + }, + { + "Level": 66, + "StageID": 202232315, + "MonsterList": [ + [ + 2012010, + 2012010, + 2012010 + ] + ] + }, + { + "Level": 82, + "StageID": 202232316, + "MonsterList": [ + [ + 2012010, + 2012010, + 2012010 + ] + ] + }, + { + "Level": 24, + "StageID": 202232330, + "MonsterList": [ + [ + 2011010, + 2002010, + 2011020 + ], + [ + 2002010, + 2012010, + 2002010, + 2002010, + 2012010 + ] + ] + }, + { + "Level": 32, + "StageID": 202232331, + "MonsterList": [ + [ + 2011010, + 2002010, + 2011020 + ], + [ + 2002010, + 2012010, + 2002010, + 2002010, + 2012010 + ] + ] + }, + { + "Level": 40, + "StageID": 202232332, + "MonsterList": [ + [ + 2011010, + 2002010, + 2011020 + ], + [ + 2002010, + 2012010, + 2002010, + 2002010, + 2012010 + ] + ] + }, + { + "Level": 48, + "StageID": 202232333, + "MonsterList": [ + [ + 2011010, + 2002010, + 2011020 + ], + [ + 2002010, + 2012010, + 2002010, + 2002010, + 2012010 + ] + ] + }, + { + "Level": 56, + "StageID": 202232334, + "MonsterList": [ + [ + 2011010, + 2002010, + 2011020 + ], + [ + 2002010, + 2012010, + 2002010, + 2002010, + 2012010 + ] + ] + }, + { + "Level": 66, + "StageID": 202232335, + "MonsterList": [ + [ + 2011010, + 2002010, + 2011020 + ], + [ + 2002010, + 2012010, + 2002010, + 2002010, + 2012010 + ] + ] + }, + { + "Level": 82, + "StageID": 202232336, + "MonsterList": [ + [ + 2011010, + 2002010, + 2011020 + ], + [ + 2002010, + 2012010, + 2002010, + 2002010, + 2012010 + ] + ] + }, + { + "Level": 24, + "StageID": 202232340, + "MonsterList": [ + [ + 2002030, + 2013020, + 2002030 + ] + ] + }, + { + "Level": 32, + "StageID": 202232341, + "MonsterList": [ + [ + 2002030, + 2013020, + 2002030 + ] + ] + }, + { + "Level": 40, + "StageID": 202232342, + "MonsterList": [ + [ + 2002030, + 2013020, + 2002030 + ] + ] + }, + { + "Level": 48, + "StageID": 202232343, + "MonsterList": [ + [ + 2002030, + 2013020, + 2002030 + ] + ] + }, + { + "Level": 56, + "StageID": 202232344, + "MonsterList": [ + [ + 2002030, + 2013020, + 2002030 + ] + ] + }, + { + "Level": 66, + "StageID": 202232345, + "MonsterList": [ + [ + 2002030, + 2013020, + 2002030 + ] + ] + }, + { + "Level": 82, + "StageID": 202232346, + "MonsterList": [ + [ + 2002030, + 2013020, + 2002030 + ] + ] + }, + { + "Level": 24, + "StageID": 202232360, + "MonsterList": [ + [ + 8001050, + 202211003, + 8001050 + ] + ] + }, + { + "Level": 32, + "StageID": 202232361, + "MonsterList": [ + [ + 8001050, + 202211003, + 8001050 + ] + ] + }, + { + "Level": 40, + "StageID": 202232362, + "MonsterList": [ + [ + 8001050, + 202211003, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 202232363, + "MonsterList": [ + [ + 8001050, + 202211003, + 8001050 + ] + ] + }, + { + "Level": 56, + "StageID": 202232364, + "MonsterList": [ + [ + 8001050, + 202211003, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 202232365, + "MonsterList": [ + [ + 8001050, + 202211003, + 8001050 + ] + ] + }, + { + "Level": 82, + "StageID": 202232366, + "MonsterList": [ + [ + 8001050, + 202211003, + 8001050 + ] + ] + }, + { + "Level": 24, + "StageID": 202232370, + "MonsterList": [ + [ + 8001040, + 202211003, + 8001040 + ] + ] + }, + { + "Level": 32, + "StageID": 202232371, + "MonsterList": [ + [ + 8001040, + 202211003, + 8001040 + ] + ] + }, + { + "Level": 40, + "StageID": 202232372, + "MonsterList": [ + [ + 8001040, + 202211003, + 8001040 + ] + ] + }, + { + "Level": 48, + "StageID": 202232373, + "MonsterList": [ + [ + 8001040, + 202211003, + 8001040 + ] + ] + }, + { + "Level": 56, + "StageID": 202232374, + "MonsterList": [ + [ + 8001040, + 202211003, + 8001040 + ] + ] + }, + { + "Level": 66, + "StageID": 202232375, + "MonsterList": [ + [ + 8001040, + 202211003, + 8001040 + ] + ] + }, + { + "Level": 82, + "StageID": 202232376, + "MonsterList": [ + [ + 8001040, + 202211003, + 8001040 + ] + ] + }, + { + "Level": 24, + "StageID": 202232390, + "MonsterList": [ + [ + 2011020, + 2012010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 32, + "StageID": 202232391, + "MonsterList": [ + [ + 2011020, + 2012010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 40, + "StageID": 202232392, + "MonsterList": [ + [ + 2011020, + 2012010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 48, + "StageID": 202232393, + "MonsterList": [ + [ + 2011020, + 2012010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 56, + "StageID": 202232394, + "MonsterList": [ + [ + 2011020, + 2012010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 66, + "StageID": 202232395, + "MonsterList": [ + [ + 2011020, + 2012010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 82, + "StageID": 202232396, + "MonsterList": [ + [ + 2011020, + 2012010, + 2012010, + 2011010 + ] + ] + }, + { + "Level": 24, + "StageID": 202232400, + "MonsterList": [ + [ + 2022010, + 2022110, + 2022110, + 2022010 + ] + ] + }, + { + "Level": 32, + "StageID": 202232401, + "MonsterList": [ + [ + 2022010, + 2022110, + 2022110, + 2022010 + ] + ] + }, + { + "Level": 40, + "StageID": 202232402, + "MonsterList": [ + [ + 2022010, + 2022110, + 2022110, + 2022010 + ] + ] + }, + { + "Level": 48, + "StageID": 202232403, + "MonsterList": [ + [ + 2022010, + 2022110, + 2022110, + 2022010 + ] + ] + }, + { + "Level": 56, + "StageID": 202232404, + "MonsterList": [ + [ + 2022010, + 2022110, + 2022110, + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 202232405, + "MonsterList": [ + [ + 2022010, + 2022110, + 2022110, + 2022010 + ] + ] + }, + { + "Level": 82, + "StageID": 202232406, + "MonsterList": [ + [ + 2022010, + 2022110, + 2022110, + 2022010 + ] + ] + }, + { + "Level": 24, + "StageID": 202232420, + "MonsterList": [ + [ + 2022040, + 202211002, + 2022040 + ] + ] + }, + { + "Level": 32, + "StageID": 202232421, + "MonsterList": [ + [ + 2022040, + 202211002, + 2022040 + ] + ] + }, + { + "Level": 40, + "StageID": 202232422, + "MonsterList": [ + [ + 2022040, + 202211002, + 2022040 + ] + ] + }, + { + "Level": 48, + "StageID": 202232423, + "MonsterList": [ + [ + 2022040, + 202211002, + 2022040 + ] + ] + }, + { + "Level": 56, + "StageID": 202232424, + "MonsterList": [ + [ + 2022040, + 202211002, + 2022040 + ] + ] + }, + { + "Level": 66, + "StageID": 202232425, + "MonsterList": [ + [ + 2022040, + 202211002, + 2022040 + ] + ] + }, + { + "Level": 82, + "StageID": 202232426, + "MonsterList": [ + [ + 2022040, + 202211002, + 2022040 + ] + ] + }, + { + "Level": 24, + "StageID": 202232440, + "MonsterList": [ + [ + 2002030, + 2012010, + 2002030 + ] + ] + }, + { + "Level": 32, + "StageID": 202232441, + "MonsterList": [ + [ + 2002030, + 2012010, + 2002030 + ] + ] + }, + { + "Level": 40, + "StageID": 202232442, + "MonsterList": [ + [ + 2002030, + 2012010, + 2002030 + ] + ] + }, + { + "Level": 48, + "StageID": 202232443, + "MonsterList": [ + [ + 2002030, + 2012010, + 2002030 + ] + ] + }, + { + "Level": 56, + "StageID": 202232444, + "MonsterList": [ + [ + 2002030, + 2012010, + 2002030 + ] + ] + }, + { + "Level": 66, + "StageID": 202232445, + "MonsterList": [ + [ + 2002030, + 2012010, + 2002030 + ] + ] + }, + { + "Level": 82, + "StageID": 202232446, + "MonsterList": [ + [ + 2002030, + 2012010, + 2002030 + ] + ] + }, + { + "Level": 24, + "StageID": 202232460, + "MonsterList": [ + [ + 2013020 + ] + ] + }, + { + "Level": 32, + "StageID": 202232461, + "MonsterList": [ + [ + 2013020 + ] + ] + }, + { + "Level": 40, + "StageID": 202232462, + "MonsterList": [ + [ + 2013020 + ] + ] + }, + { + "Level": 48, + "StageID": 202232463, + "MonsterList": [ + [ + 2013020 + ] + ] + }, + { + "Level": 56, + "StageID": 202232464, + "MonsterList": [ + [ + 2013020 + ] + ] + }, + { + "Level": 66, + "StageID": 202232465, + "MonsterList": [ + [ + 2013020 + ] + ] + }, + { + "Level": 82, + "StageID": 202232466, + "MonsterList": [ + [ + 2013020 + ] + ] + }, + { + "Level": 24, + "StageID": 202232480, + "MonsterList": [ + [ + 2012010 + ] + ] + }, + { + "Level": 32, + "StageID": 202232481, + "MonsterList": [ + [ + 2012010 + ] + ] + }, + { + "Level": 40, + "StageID": 202232482, + "MonsterList": [ + [ + 2012010 + ] + ] + }, + { + "Level": 48, + "StageID": 202232483, + "MonsterList": [ + [ + 2012010 + ] + ] + }, + { + "Level": 56, + "StageID": 202232484, + "MonsterList": [ + [ + 2012010 + ] + ] + }, + { + "Level": 66, + "StageID": 202232485, + "MonsterList": [ + [ + 2012010 + ] + ] + }, + { + "Level": 82, + "StageID": 202232486, + "MonsterList": [ + [ + 2012010 + ] + ] + }, + { + "Level": 30, + "StageID": 202232710, + "MonsterList": [ + [ + 2022010, + 2022110, + 2022110, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 40, + "StageID": 202232711, + "MonsterList": [ + [ + 2022010, + 2022110, + 2022110, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 48, + "StageID": 202232712, + "MonsterList": [ + [ + 2022010, + 2022110, + 2022110, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 56, + "StageID": 202232713, + "MonsterList": [ + [ + 2022010, + 2022110, + 2022110, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 202232714, + "MonsterList": [ + [ + 2022010, + 2022110, + 2022110, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 75, + "StageID": 202232715, + "MonsterList": [ + [ + 2022010, + 2022110, + 2022110, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 85, + "StageID": 202232716, + "MonsterList": [ + [ + 2022010, + 2022110, + 2022110, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 30, + "StageID": 202232720, + "MonsterList": [ + [ + 2022010, + 2022110, + 2022040, + 2022110 + ] + ] + }, + { + "Level": 40, + "StageID": 202232721, + "MonsterList": [ + [ + 2022010, + 2022110, + 2022040, + 2022110 + ] + ] + }, + { + "Level": 48, + "StageID": 202232722, + "MonsterList": [ + [ + 2022010, + 2022110, + 2022040, + 2022110 + ] + ] + }, + { + "Level": 56, + "StageID": 202232723, + "MonsterList": [ + [ + 2022010, + 2022110, + 2022040, + 2022110 + ] + ] + }, + { + "Level": 66, + "StageID": 202232724, + "MonsterList": [ + [ + 2022010, + 2022110, + 2022040, + 2022110 + ] + ] + }, + { + "Level": 75, + "StageID": 202232725, + "MonsterList": [ + [ + 2022010, + 2022110, + 2022040, + 2022110 + ] + ] + }, + { + "Level": 85, + "StageID": 202232726, + "MonsterList": [ + [ + 2022010, + 2022110, + 2022040, + 2022110 + ] + ] + }, + { + "Level": 30, + "StageID": 202232740, + "MonsterList": [ + [ + 2002030, + 2013020, + 2012010 + ] + ] + }, + { + "Level": 40, + "StageID": 202232741, + "MonsterList": [ + [ + 2002030, + 2013020, + 2012010 + ] + ] + }, + { + "Level": 48, + "StageID": 202232742, + "MonsterList": [ + [ + 2002030, + 2013020, + 2012010 + ] + ] + }, + { + "Level": 56, + "StageID": 202232743, + "MonsterList": [ + [ + 2002030, + 2013020, + 2012010 + ] + ] + }, + { + "Level": 66, + "StageID": 202232744, + "MonsterList": [ + [ + 2002030, + 2013020, + 2012010 + ] + ] + }, + { + "Level": 75, + "StageID": 202232745, + "MonsterList": [ + [ + 2002030, + 2013020, + 2012010 + ] + ] + }, + { + "Level": 85, + "StageID": 202232746, + "MonsterList": [ + [ + 2002030, + 2013020, + 2012010 + ] + ] + }, + { + "Level": 24, + "StageID": 202310010, + "MonsterList": [ + [ + 2022040, + 2022050 + ] + ] + }, + { + "Level": 32, + "StageID": 202310011, + "MonsterList": [ + [ + 2022040, + 2022050 + ] + ] + }, + { + "Level": 40, + "StageID": 202310012, + "MonsterList": [ + [ + 2022040, + 2022050 + ] + ] + }, + { + "Level": 48, + "StageID": 202310013, + "MonsterList": [ + [ + 2022040, + 2022050 + ] + ] + }, + { + "Level": 56, + "StageID": 202310014, + "MonsterList": [ + [ + 2022040, + 2022050 + ] + ] + }, + { + "Level": 66, + "StageID": 202310015, + "MonsterList": [ + [ + 2022040, + 2022050 + ] + ] + }, + { + "Level": 82, + "StageID": 202310016, + "MonsterList": [ + [ + 2022040, + 2022050 + ] + ] + }, + { + "Level": 24, + "StageID": 202310020, + "MonsterList": [ + [ + 2022040, + 2022020, + 2022040 + ] + ] + }, + { + "Level": 32, + "StageID": 202310021, + "MonsterList": [ + [ + 2022040, + 2022020, + 2022040 + ] + ] + }, + { + "Level": 40, + "StageID": 202310022, + "MonsterList": [ + [ + 2022040, + 2022020, + 2022040 + ] + ] + }, + { + "Level": 48, + "StageID": 202310023, + "MonsterList": [ + [ + 2022040, + 2022020, + 2022040 + ] + ] + }, + { + "Level": 56, + "StageID": 202310024, + "MonsterList": [ + [ + 2022040, + 2022020, + 2022040 + ] + ] + }, + { + "Level": 66, + "StageID": 202310025, + "MonsterList": [ + [ + 2022040, + 2022020, + 2022040 + ] + ] + }, + { + "Level": 82, + "StageID": 202310026, + "MonsterList": [ + [ + 2022040, + 2022020, + 2022040 + ] + ] + }, + { + "Level": 24, + "StageID": 202310040, + "MonsterList": [ + [ + 202201002 + ], + [ + 2022050, + 2022040, + 2022050 + ], + [ + 2022040, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 32, + "StageID": 202310041, + "MonsterList": [ + [ + 202201002 + ], + [ + 2022050, + 2022040, + 2022050 + ], + [ + 2022040, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 40, + "StageID": 202310042, + "MonsterList": [ + [ + 202201002 + ], + [ + 2022050, + 2022040, + 2022050 + ], + [ + 2022040, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 48, + "StageID": 202310043, + "MonsterList": [ + [ + 202201002 + ], + [ + 2022050, + 2022040, + 2022050 + ], + [ + 2022040, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 56, + "StageID": 202310044, + "MonsterList": [ + [ + 202201002 + ], + [ + 2022050, + 2022040, + 2022050 + ], + [ + 2022040, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 66, + "StageID": 202310045, + "MonsterList": [ + [ + 202201002 + ], + [ + 2022050, + 2022040, + 2022050 + ], + [ + 2022040, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 82, + "StageID": 202310046, + "MonsterList": [ + [ + 202201002 + ], + [ + 2022050, + 2022040, + 2022050 + ], + [ + 2022040, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 24, + "StageID": 202310060, + "MonsterList": [ + [ + 2022010, + 2022060 + ] + ] + }, + { + "Level": 32, + "StageID": 202310061, + "MonsterList": [ + [ + 2022010, + 2022060 + ] + ] + }, + { + "Level": 40, + "StageID": 202310062, + "MonsterList": [ + [ + 2022010, + 2022060 + ] + ] + }, + { + "Level": 48, + "StageID": 202310063, + "MonsterList": [ + [ + 2022010, + 2022060 + ] + ] + }, + { + "Level": 56, + "StageID": 202310064, + "MonsterList": [ + [ + 2022010, + 2022060 + ] + ] + }, + { + "Level": 66, + "StageID": 202310065, + "MonsterList": [ + [ + 2022010, + 2022060 + ] + ] + }, + { + "Level": 82, + "StageID": 202310066, + "MonsterList": [ + [ + 2022010, + 2022060 + ] + ] + }, + { + "Level": 24, + "StageID": 202310070, + "MonsterList": [ + [ + 8001050, + 2022050, + 8001050 + ] + ] + }, + { + "Level": 32, + "StageID": 202310071, + "MonsterList": [ + [ + 8001050, + 2022050, + 8001050 + ] + ] + }, + { + "Level": 40, + "StageID": 202310072, + "MonsterList": [ + [ + 8001050, + 2022050, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 202310073, + "MonsterList": [ + [ + 8001050, + 2022050, + 8001050 + ] + ] + }, + { + "Level": 56, + "StageID": 202310074, + "MonsterList": [ + [ + 8001050, + 2022050, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 202310075, + "MonsterList": [ + [ + 8001050, + 2022050, + 8001050 + ] + ] + }, + { + "Level": 82, + "StageID": 202310076, + "MonsterList": [ + [ + 8001050, + 2022050, + 8001050 + ] + ] + }, + { + "Level": 24, + "StageID": 202310080, + "MonsterList": [ + [ + 8001040, + 2022040, + 2022040, + 8001040 + ] + ] + }, + { + "Level": 32, + "StageID": 202310081, + "MonsterList": [ + [ + 8001040, + 2022040, + 2022040, + 8001040 + ] + ] + }, + { + "Level": 40, + "StageID": 202310082, + "MonsterList": [ + [ + 8001040, + 2022040, + 2022040, + 8001040 + ] + ] + }, + { + "Level": 48, + "StageID": 202310083, + "MonsterList": [ + [ + 8001040, + 2022040, + 2022040, + 8001040 + ] + ] + }, + { + "Level": 56, + "StageID": 202310084, + "MonsterList": [ + [ + 8001040, + 2022040, + 2022040, + 8001040 + ] + ] + }, + { + "Level": 66, + "StageID": 202310085, + "MonsterList": [ + [ + 8001040, + 2022040, + 2022040, + 8001040 + ] + ] + }, + { + "Level": 82, + "StageID": 202310086, + "MonsterList": [ + [ + 8001040, + 2022040, + 2022040, + 8001040 + ] + ] + }, + { + "Level": 24, + "StageID": 202310090, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 32, + "StageID": 202310091, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 40, + "StageID": 202310092, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 48, + "StageID": 202310093, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 56, + "StageID": 202310094, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 66, + "StageID": 202310095, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 82, + "StageID": 202310096, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 24, + "StageID": 202310110, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 32, + "StageID": 202310111, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 40, + "StageID": 202310112, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 48, + "StageID": 202310113, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 56, + "StageID": 202310114, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 66, + "StageID": 202310115, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 82, + "StageID": 202310116, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 24, + "StageID": 202310130, + "MonsterList": [ + [ + 2022020, + 2022020, + 2022050 + ] + ] + }, + { + "Level": 32, + "StageID": 202310131, + "MonsterList": [ + [ + 2022020, + 2022020, + 2022050 + ] + ] + }, + { + "Level": 40, + "StageID": 202310132, + "MonsterList": [ + [ + 2022020, + 2022020, + 2022050 + ] + ] + }, + { + "Level": 48, + "StageID": 202310133, + "MonsterList": [ + [ + 2022020, + 2022020, + 2022050 + ] + ] + }, + { + "Level": 56, + "StageID": 202310134, + "MonsterList": [ + [ + 2022020, + 2022020, + 2022050 + ] + ] + }, + { + "Level": 66, + "StageID": 202310135, + "MonsterList": [ + [ + 2022020, + 2022020, + 2022050 + ] + ] + }, + { + "Level": 82, + "StageID": 202310136, + "MonsterList": [ + [ + 2022020, + 2022020, + 2022050 + ] + ] + }, + { + "Level": 24, + "StageID": 202310140, + "MonsterList": [ + [ + 2022010, + 2022060 + ] + ] + }, + { + "Level": 32, + "StageID": 202310141, + "MonsterList": [ + [ + 2022010, + 2022060 + ] + ] + }, + { + "Level": 40, + "StageID": 202310142, + "MonsterList": [ + [ + 2022010, + 2022060 + ] + ] + }, + { + "Level": 48, + "StageID": 202310143, + "MonsterList": [ + [ + 2022010, + 2022060 + ] + ] + }, + { + "Level": 56, + "StageID": 202310144, + "MonsterList": [ + [ + 2022010, + 2022060 + ] + ] + }, + { + "Level": 66, + "StageID": 202310145, + "MonsterList": [ + [ + 2022010, + 2022060 + ] + ] + }, + { + "Level": 82, + "StageID": 202310146, + "MonsterList": [ + [ + 2022010, + 2022060 + ] + ] + }, + { + "Level": 24, + "StageID": 202310150, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 32, + "StageID": 202310151, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 40, + "StageID": 202310152, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 48, + "StageID": 202310153, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 56, + "StageID": 202310154, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 66, + "StageID": 202310155, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 82, + "StageID": 202310156, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 24, + "StageID": 202310160, + "MonsterList": [ + [ + 2022060, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 32, + "StageID": 202310161, + "MonsterList": [ + [ + 2022060, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 40, + "StageID": 202310162, + "MonsterList": [ + [ + 2022060, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 48, + "StageID": 202310163, + "MonsterList": [ + [ + 2022060, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 56, + "StageID": 202310164, + "MonsterList": [ + [ + 2022060, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 202310165, + "MonsterList": [ + [ + 2022060, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 82, + "StageID": 202310166, + "MonsterList": [ + [ + 2022060, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 24, + "StageID": 202310190, + "MonsterList": [ + [ + 2022020, + 2022060, + 2022040, + 2022060 + ], + [ + 2022060, + 202303002, + 2022020 + ] + ] + }, + { + "Level": 32, + "StageID": 202310191, + "MonsterList": [ + [ + 2022020, + 2022060, + 2022040, + 2022060 + ], + [ + 2022060, + 202303002, + 2022020 + ] + ] + }, + { + "Level": 40, + "StageID": 202310192, + "MonsterList": [ + [ + 2022020, + 2022060, + 2022040, + 2022060 + ], + [ + 2022060, + 202303002, + 2022020 + ] + ] + }, + { + "Level": 48, + "StageID": 202310193, + "MonsterList": [ + [ + 2022020, + 2022060, + 2022040, + 2022060 + ], + [ + 2022060, + 202303002, + 2022020 + ] + ] + }, + { + "Level": 56, + "StageID": 202310194, + "MonsterList": [ + [ + 2022020, + 2022060, + 2022040, + 2022060 + ], + [ + 2022060, + 202303002, + 2022020 + ] + ] + }, + { + "Level": 66, + "StageID": 202310195, + "MonsterList": [ + [ + 2022020, + 2022060, + 2022040, + 2022060 + ], + [ + 2022060, + 202303002, + 2022020 + ] + ] + }, + { + "Level": 82, + "StageID": 202310196, + "MonsterList": [ + [ + 2022020, + 2022060, + 2022040, + 2022060 + ], + [ + 2022060, + 202303002, + 2022020 + ] + ] + }, + { + "Level": 24, + "StageID": 202310200, + "MonsterList": [ + [ + 8012010, + 8012030, + 8012030, + 8012010 + ], + [ + 8011010, + 8012010, + 8011020, + 8011010 + ], + [ + 8012010, + 8013010, + 8012030 + ] + ] + }, + { + "Level": 32, + "StageID": 202310201, + "MonsterList": [ + [ + 8012010, + 8012030, + 8012030, + 8012010 + ], + [ + 8011010, + 8012010, + 8011020, + 8011010 + ], + [ + 8012010, + 8013010, + 8012030 + ] + ] + }, + { + "Level": 40, + "StageID": 202310202, + "MonsterList": [ + [ + 8012010, + 8012030, + 8012030, + 8012010 + ], + [ + 8011010, + 8012010, + 8011020, + 8011010 + ], + [ + 8012010, + 8013010, + 8012030 + ] + ] + }, + { + "Level": 48, + "StageID": 202310203, + "MonsterList": [ + [ + 8012010, + 8012030, + 8012030, + 8012010 + ], + [ + 8011010, + 8012010, + 8011020, + 8011010 + ], + [ + 8012010, + 8013010, + 8012030 + ] + ] + }, + { + "Level": 56, + "StageID": 202310204, + "MonsterList": [ + [ + 8012010, + 8012030, + 8012030, + 8012010 + ], + [ + 8011010, + 8012010, + 8011020, + 8011010 + ], + [ + 8012010, + 8013010, + 8012030 + ] + ] + }, + { + "Level": 66, + "StageID": 202310205, + "MonsterList": [ + [ + 8012010, + 8012030, + 8012030, + 8012010 + ], + [ + 8011010, + 8012010, + 8011020, + 8011010 + ], + [ + 8012010, + 8013010, + 8012030 + ] + ] + }, + { + "Level": 82, + "StageID": 202310206, + "MonsterList": [ + [ + 8012010, + 8012030, + 8012030, + 8012010 + ], + [ + 8011010, + 8012010, + 8011020, + 8011010 + ], + [ + 8012010, + 8013010, + 8012030 + ] + ] + }, + { + "Level": 24, + "StageID": 202310240, + "MonsterList": [ + [ + 8001050, + 2022050, + 8001050 + ] + ] + }, + { + "Level": 32, + "StageID": 202310241, + "MonsterList": [ + [ + 8001050, + 2022050, + 8001050 + ] + ] + }, + { + "Level": 40, + "StageID": 202310242, + "MonsterList": [ + [ + 8001050, + 2022050, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 202310243, + "MonsterList": [ + [ + 8001050, + 2022050, + 8001050 + ] + ] + }, + { + "Level": 56, + "StageID": 202310244, + "MonsterList": [ + [ + 8001050, + 2022050, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 202310245, + "MonsterList": [ + [ + 8001050, + 2022050, + 8001050 + ] + ] + }, + { + "Level": 82, + "StageID": 202310246, + "MonsterList": [ + [ + 8001050, + 2022050, + 8001050 + ] + ] + }, + { + "Level": 24, + "StageID": 202310250, + "MonsterList": [ + [ + 8001040, + 2022040, + 2022040, + 8001040 + ] + ] + }, + { + "Level": 32, + "StageID": 202310251, + "MonsterList": [ + [ + 8001040, + 2022040, + 2022040, + 8001040 + ] + ] + }, + { + "Level": 40, + "StageID": 202310252, + "MonsterList": [ + [ + 8001040, + 2022040, + 2022040, + 8001040 + ] + ] + }, + { + "Level": 48, + "StageID": 202310253, + "MonsterList": [ + [ + 8001040, + 2022040, + 2022040, + 8001040 + ] + ] + }, + { + "Level": 56, + "StageID": 202310254, + "MonsterList": [ + [ + 8001040, + 2022040, + 2022040, + 8001040 + ] + ] + }, + { + "Level": 66, + "StageID": 202310255, + "MonsterList": [ + [ + 8001040, + 2022040, + 2022040, + 8001040 + ] + ] + }, + { + "Level": 82, + "StageID": 202310256, + "MonsterList": [ + [ + 8001040, + 2022040, + 2022040, + 8001040 + ] + ] + }, + { + "Level": 24, + "StageID": 202310260, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 32, + "StageID": 202310261, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 40, + "StageID": 202310262, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 48, + "StageID": 202310263, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 56, + "StageID": 202310264, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 66, + "StageID": 202310265, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 82, + "StageID": 202310266, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 24, + "StageID": 202310270, + "MonsterList": [ + [ + 2022040, + 2022020, + 2022020, + 2022040 + ] + ] + }, + { + "Level": 32, + "StageID": 202310271, + "MonsterList": [ + [ + 2022040, + 2022020, + 2022020, + 2022040 + ] + ] + }, + { + "Level": 40, + "StageID": 202310272, + "MonsterList": [ + [ + 2022040, + 2022020, + 2022020, + 2022040 + ] + ] + }, + { + "Level": 48, + "StageID": 202310273, + "MonsterList": [ + [ + 2022040, + 2022020, + 2022020, + 2022040 + ] + ] + }, + { + "Level": 56, + "StageID": 202310274, + "MonsterList": [ + [ + 2022040, + 2022020, + 2022020, + 2022040 + ] + ] + }, + { + "Level": 66, + "StageID": 202310275, + "MonsterList": [ + [ + 2022040, + 2022020, + 2022020, + 2022040 + ] + ] + }, + { + "Level": 82, + "StageID": 202310276, + "MonsterList": [ + [ + 2022040, + 2022020, + 2022020, + 2022040 + ] + ] + }, + { + "Level": 30, + "StageID": 202310510, + "MonsterList": [ + [ + 200402001 + ] + ] + }, + { + "Level": 40, + "StageID": 202310511, + "MonsterList": [ + [ + 200402001 + ] + ] + }, + { + "Level": 50, + "StageID": 202310512, + "MonsterList": [ + [ + 200402001 + ] + ] + }, + { + "Level": 58, + "StageID": 202310513, + "MonsterList": [ + [ + 200402001 + ] + ] + }, + { + "Level": 67, + "StageID": 202310514, + "MonsterList": [ + [ + 200402001 + ] + ] + }, + { + "Level": 76, + "StageID": 202310515, + "MonsterList": [ + [ + 200402001 + ] + ] + }, + { + "Level": 82, + "StageID": 202310516, + "MonsterList": [ + [ + 200402001 + ] + ] + }, + { + "Level": 30, + "StageID": 202310520, + "MonsterList": [ + [ + 8011020, + 8012020, + 8011020, + 8011020 + ], + [ + 8012010, + 8012020, + 8012020, + 8012010 + ], + [ + 8012010, + 8013010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 40, + "StageID": 202310521, + "MonsterList": [ + [ + 8011020, + 8012020, + 8011020, + 8011020 + ], + [ + 8012010, + 8012020, + 8012020, + 8012010 + ], + [ + 8012010, + 8013010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 50, + "StageID": 202310522, + "MonsterList": [ + [ + 8011020, + 8012020, + 8011020, + 8011020 + ], + [ + 8012010, + 8012020, + 8012020, + 8012010 + ], + [ + 8012010, + 8013010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 58, + "StageID": 202310523, + "MonsterList": [ + [ + 8011020, + 8012020, + 8011020, + 8011020 + ], + [ + 8012010, + 8012020, + 8012020, + 8012010 + ], + [ + 8012010, + 8013010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 67, + "StageID": 202310524, + "MonsterList": [ + [ + 8011020, + 8012020, + 8011020, + 8011020 + ], + [ + 8012010, + 8012020, + 8012020, + 8012010 + ], + [ + 8012010, + 8013010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 76, + "StageID": 202310525, + "MonsterList": [ + [ + 8011020, + 8012020, + 8011020, + 8011020 + ], + [ + 8012010, + 8012020, + 8012020, + 8012010 + ], + [ + 8012010, + 8013010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 82, + "StageID": 202310526, + "MonsterList": [ + [ + 8011020, + 8012020, + 8011020, + 8011020 + ], + [ + 8012010, + 8012020, + 8012020, + 8012010 + ], + [ + 8012010, + 8013010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 24, + "StageID": 202311010, + "MonsterList": [ + [ + 2022040, + 2022050 + ] + ] + }, + { + "Level": 32, + "StageID": 202311011, + "MonsterList": [ + [ + 2022040, + 2022050 + ] + ] + }, + { + "Level": 40, + "StageID": 202311012, + "MonsterList": [ + [ + 2022040, + 2022050 + ] + ] + }, + { + "Level": 48, + "StageID": 202311013, + "MonsterList": [ + [ + 2022040, + 2022050 + ] + ] + }, + { + "Level": 56, + "StageID": 202311014, + "MonsterList": [ + [ + 2022040, + 2022050 + ] + ] + }, + { + "Level": 66, + "StageID": 202311015, + "MonsterList": [ + [ + 2022040, + 2022050 + ] + ] + }, + { + "Level": 82, + "StageID": 202311016, + "MonsterList": [ + [ + 2022040, + 2022050 + ] + ] + }, + { + "Level": 24, + "StageID": 202311020, + "MonsterList": [ + [ + 2022040, + 2022020, + 2022040 + ] + ] + }, + { + "Level": 32, + "StageID": 202311021, + "MonsterList": [ + [ + 2022040, + 2022020, + 2022040 + ] + ] + }, + { + "Level": 40, + "StageID": 202311022, + "MonsterList": [ + [ + 2022040, + 2022020, + 2022040 + ] + ] + }, + { + "Level": 48, + "StageID": 202311023, + "MonsterList": [ + [ + 2022040, + 2022020, + 2022040 + ] + ] + }, + { + "Level": 56, + "StageID": 202311024, + "MonsterList": [ + [ + 2022040, + 2022020, + 2022040 + ] + ] + }, + { + "Level": 66, + "StageID": 202311025, + "MonsterList": [ + [ + 2022040, + 2022020, + 2022040 + ] + ] + }, + { + "Level": 82, + "StageID": 202311026, + "MonsterList": [ + [ + 2022040, + 2022020, + 2022040 + ] + ] + }, + { + "Level": 24, + "StageID": 202311040, + "MonsterList": [ + [ + 8001040, + 2022040, + 2022040, + 8001040 + ] + ] + }, + { + "Level": 32, + "StageID": 202311041, + "MonsterList": [ + [ + 8001040, + 2022040, + 2022040, + 8001040 + ] + ] + }, + { + "Level": 40, + "StageID": 202311042, + "MonsterList": [ + [ + 8001040, + 2022040, + 2022040, + 8001040 + ] + ] + }, + { + "Level": 48, + "StageID": 202311043, + "MonsterList": [ + [ + 8001040, + 2022040, + 2022040, + 8001040 + ] + ] + }, + { + "Level": 56, + "StageID": 202311044, + "MonsterList": [ + [ + 8001040, + 2022040, + 2022040, + 8001040 + ] + ] + }, + { + "Level": 66, + "StageID": 202311045, + "MonsterList": [ + [ + 8001040, + 2022040, + 2022040, + 8001040 + ] + ] + }, + { + "Level": 82, + "StageID": 202311046, + "MonsterList": [ + [ + 8001040, + 2022040, + 2022040, + 8001040 + ] + ] + }, + { + "Level": 24, + "StageID": 202311060, + "MonsterList": [ + [ + 2022010, + 2022060 + ] + ] + }, + { + "Level": 32, + "StageID": 202311061, + "MonsterList": [ + [ + 2022010, + 2022060 + ] + ] + }, + { + "Level": 40, + "StageID": 202311062, + "MonsterList": [ + [ + 2022010, + 2022060 + ] + ] + }, + { + "Level": 48, + "StageID": 202311063, + "MonsterList": [ + [ + 2022010, + 2022060 + ] + ] + }, + { + "Level": 56, + "StageID": 202311064, + "MonsterList": [ + [ + 2022010, + 2022060 + ] + ] + }, + { + "Level": 66, + "StageID": 202311065, + "MonsterList": [ + [ + 2022010, + 2022060 + ] + ] + }, + { + "Level": 82, + "StageID": 202311066, + "MonsterList": [ + [ + 2022010, + 2022060 + ] + ] + }, + { + "Level": 24, + "StageID": 202311070, + "MonsterList": [ + [ + 8001050, + 2022050, + 8001050 + ] + ] + }, + { + "Level": 32, + "StageID": 202311071, + "MonsterList": [ + [ + 8001050, + 2022050, + 8001050 + ] + ] + }, + { + "Level": 40, + "StageID": 202311072, + "MonsterList": [ + [ + 8001050, + 2022050, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 202311073, + "MonsterList": [ + [ + 8001050, + 2022050, + 8001050 + ] + ] + }, + { + "Level": 56, + "StageID": 202311074, + "MonsterList": [ + [ + 8001050, + 2022050, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 202311075, + "MonsterList": [ + [ + 8001050, + 2022050, + 8001050 + ] + ] + }, + { + "Level": 82, + "StageID": 202311076, + "MonsterList": [ + [ + 8001050, + 2022050, + 8001050 + ] + ] + }, + { + "Level": 24, + "StageID": 202311080, + "MonsterList": [ + [ + 8001040, + 2022040, + 2022040, + 8001040 + ] + ] + }, + { + "Level": 32, + "StageID": 202311081, + "MonsterList": [ + [ + 8001040, + 2022040, + 2022040, + 8001040 + ] + ] + }, + { + "Level": 40, + "StageID": 202311082, + "MonsterList": [ + [ + 8001040, + 2022040, + 2022040, + 8001040 + ] + ] + }, + { + "Level": 48, + "StageID": 202311083, + "MonsterList": [ + [ + 8001040, + 2022040, + 2022040, + 8001040 + ] + ] + }, + { + "Level": 56, + "StageID": 202311084, + "MonsterList": [ + [ + 8001040, + 2022040, + 2022040, + 8001040 + ] + ] + }, + { + "Level": 66, + "StageID": 202311085, + "MonsterList": [ + [ + 8001040, + 2022040, + 2022040, + 8001040 + ] + ] + }, + { + "Level": 82, + "StageID": 202311086, + "MonsterList": [ + [ + 8001040, + 2022040, + 2022040, + 8001040 + ] + ] + }, + { + "Level": 24, + "StageID": 202311090, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 32, + "StageID": 202311091, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 40, + "StageID": 202311092, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 48, + "StageID": 202311093, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 56, + "StageID": 202311094, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 66, + "StageID": 202311095, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 82, + "StageID": 202311096, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 24, + "StageID": 202311100, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 32, + "StageID": 202311101, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 40, + "StageID": 202311102, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 48, + "StageID": 202311103, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 56, + "StageID": 202311104, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 66, + "StageID": 202311105, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 82, + "StageID": 202311106, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 24, + "StageID": 202311110, + "MonsterList": [ + [ + 2022040, + 2022020, + 2022020, + 2022040 + ] + ] + }, + { + "Level": 32, + "StageID": 202311111, + "MonsterList": [ + [ + 2022040, + 2022020, + 2022020, + 2022040 + ] + ] + }, + { + "Level": 40, + "StageID": 202311112, + "MonsterList": [ + [ + 2022040, + 2022020, + 2022020, + 2022040 + ] + ] + }, + { + "Level": 48, + "StageID": 202311113, + "MonsterList": [ + [ + 2022040, + 2022020, + 2022020, + 2022040 + ] + ] + }, + { + "Level": 56, + "StageID": 202311114, + "MonsterList": [ + [ + 2022040, + 2022020, + 2022020, + 2022040 + ] + ] + }, + { + "Level": 66, + "StageID": 202311115, + "MonsterList": [ + [ + 2022040, + 2022020, + 2022020, + 2022040 + ] + ] + }, + { + "Level": 82, + "StageID": 202311116, + "MonsterList": [ + [ + 2022040, + 2022020, + 2022020, + 2022040 + ] + ] + }, + { + "Level": 24, + "StageID": 202311120, + "MonsterList": [ + [ + 2022050, + 2022050, + 2022040 + ] + ] + }, + { + "Level": 32, + "StageID": 202311121, + "MonsterList": [ + [ + 2022050, + 2022050, + 2022040 + ] + ] + }, + { + "Level": 40, + "StageID": 202311122, + "MonsterList": [ + [ + 2022050, + 2022050, + 2022040 + ] + ] + }, + { + "Level": 48, + "StageID": 202311123, + "MonsterList": [ + [ + 2022050, + 2022050, + 2022040 + ] + ] + }, + { + "Level": 56, + "StageID": 202311124, + "MonsterList": [ + [ + 2022050, + 2022050, + 2022040 + ] + ] + }, + { + "Level": 66, + "StageID": 202311125, + "MonsterList": [ + [ + 2022050, + 2022050, + 2022040 + ] + ] + }, + { + "Level": 82, + "StageID": 202311126, + "MonsterList": [ + [ + 2022050, + 2022050, + 2022040 + ] + ] + }, + { + "Level": 24, + "StageID": 202311130, + "MonsterList": [ + [ + 2022020, + 2022020, + 2022050 + ] + ] + }, + { + "Level": 32, + "StageID": 202311131, + "MonsterList": [ + [ + 2022020, + 2022020, + 2022050 + ] + ] + }, + { + "Level": 40, + "StageID": 202311132, + "MonsterList": [ + [ + 2022020, + 2022020, + 2022050 + ] + ] + }, + { + "Level": 48, + "StageID": 202311133, + "MonsterList": [ + [ + 2022020, + 2022020, + 2022050 + ] + ] + }, + { + "Level": 56, + "StageID": 202311134, + "MonsterList": [ + [ + 2022020, + 2022020, + 2022050 + ] + ] + }, + { + "Level": 66, + "StageID": 202311135, + "MonsterList": [ + [ + 2022020, + 2022020, + 2022050 + ] + ] + }, + { + "Level": 82, + "StageID": 202311136, + "MonsterList": [ + [ + 2022020, + 2022020, + 2022050 + ] + ] + }, + { + "Level": 24, + "StageID": 202311140, + "MonsterList": [ + [ + 2022010, + 2022060 + ] + ] + }, + { + "Level": 32, + "StageID": 202311141, + "MonsterList": [ + [ + 2022010, + 2022060 + ] + ] + }, + { + "Level": 40, + "StageID": 202311142, + "MonsterList": [ + [ + 2022010, + 2022060 + ] + ] + }, + { + "Level": 48, + "StageID": 202311143, + "MonsterList": [ + [ + 2022010, + 2022060 + ] + ] + }, + { + "Level": 56, + "StageID": 202311144, + "MonsterList": [ + [ + 2022010, + 2022060 + ] + ] + }, + { + "Level": 66, + "StageID": 202311145, + "MonsterList": [ + [ + 2022010, + 2022060 + ] + ] + }, + { + "Level": 82, + "StageID": 202311146, + "MonsterList": [ + [ + 2022010, + 2022060 + ] + ] + }, + { + "Level": 24, + "StageID": 202311150, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 32, + "StageID": 202311151, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 40, + "StageID": 202311152, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 48, + "StageID": 202311153, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 56, + "StageID": 202311154, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 66, + "StageID": 202311155, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 82, + "StageID": 202311156, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 24, + "StageID": 202311160, + "MonsterList": [ + [ + 2022060, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 32, + "StageID": 202311161, + "MonsterList": [ + [ + 2022060, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 40, + "StageID": 202311162, + "MonsterList": [ + [ + 2022060, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 48, + "StageID": 202311163, + "MonsterList": [ + [ + 2022060, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 56, + "StageID": 202311164, + "MonsterList": [ + [ + 2022060, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 202311165, + "MonsterList": [ + [ + 2022060, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 82, + "StageID": 202311166, + "MonsterList": [ + [ + 2022060, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 24, + "StageID": 202311170, + "MonsterList": [ + [ + 2022010, + 2022060 + ] + ] + }, + { + "Level": 32, + "StageID": 202311171, + "MonsterList": [ + [ + 2022010, + 2022060 + ] + ] + }, + { + "Level": 40, + "StageID": 202311172, + "MonsterList": [ + [ + 2022010, + 2022060 + ] + ] + }, + { + "Level": 48, + "StageID": 202311173, + "MonsterList": [ + [ + 2022010, + 2022060 + ] + ] + }, + { + "Level": 56, + "StageID": 202311174, + "MonsterList": [ + [ + 2022010, + 2022060 + ] + ] + }, + { + "Level": 66, + "StageID": 202311175, + "MonsterList": [ + [ + 2022010, + 2022060 + ] + ] + }, + { + "Level": 82, + "StageID": 202311176, + "MonsterList": [ + [ + 2022010, + 2022060 + ] + ] + }, + { + "Level": 24, + "StageID": 202311180, + "MonsterList": [ + [ + 2022050, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 32, + "StageID": 202311181, + "MonsterList": [ + [ + 2022050, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 40, + "StageID": 202311182, + "MonsterList": [ + [ + 2022050, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 48, + "StageID": 202311183, + "MonsterList": [ + [ + 2022050, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 56, + "StageID": 202311184, + "MonsterList": [ + [ + 2022050, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 66, + "StageID": 202311185, + "MonsterList": [ + [ + 2022050, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 82, + "StageID": 202311186, + "MonsterList": [ + [ + 2022050, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 24, + "StageID": 202311190, + "MonsterList": [ + [ + 2022040, + 2022020, + 2022040 + ] + ] + }, + { + "Level": 32, + "StageID": 202311191, + "MonsterList": [ + [ + 2022040, + 2022020, + 2022040 + ] + ] + }, + { + "Level": 40, + "StageID": 202311192, + "MonsterList": [ + [ + 2022040, + 2022020, + 2022040 + ] + ] + }, + { + "Level": 48, + "StageID": 202311193, + "MonsterList": [ + [ + 2022040, + 2022020, + 2022040 + ] + ] + }, + { + "Level": 56, + "StageID": 202311194, + "MonsterList": [ + [ + 2022040, + 2022020, + 2022040 + ] + ] + }, + { + "Level": 66, + "StageID": 202311195, + "MonsterList": [ + [ + 2022040, + 2022020, + 2022040 + ] + ] + }, + { + "Level": 82, + "StageID": 202311196, + "MonsterList": [ + [ + 2022040, + 2022020, + 2022040 + ] + ] + }, + { + "Level": 24, + "StageID": 202311240, + "MonsterList": [ + [ + 8001050, + 2022050, + 8001050 + ] + ] + }, + { + "Level": 32, + "StageID": 202311241, + "MonsterList": [ + [ + 8001050, + 2022050, + 8001050 + ] + ] + }, + { + "Level": 40, + "StageID": 202311242, + "MonsterList": [ + [ + 8001050, + 2022050, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 202311243, + "MonsterList": [ + [ + 8001050, + 2022050, + 8001050 + ] + ] + }, + { + "Level": 56, + "StageID": 202311244, + "MonsterList": [ + [ + 8001050, + 2022050, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 202311245, + "MonsterList": [ + [ + 8001050, + 2022050, + 8001050 + ] + ] + }, + { + "Level": 82, + "StageID": 202311246, + "MonsterList": [ + [ + 8001050, + 2022050, + 8001050 + ] + ] + }, + { + "Level": 24, + "StageID": 202311250, + "MonsterList": [ + [ + 8001040, + 2022040, + 2022040, + 8001040 + ] + ] + }, + { + "Level": 32, + "StageID": 202311251, + "MonsterList": [ + [ + 8001040, + 2022040, + 2022040, + 8001040 + ] + ] + }, + { + "Level": 40, + "StageID": 202311252, + "MonsterList": [ + [ + 8001040, + 2022040, + 2022040, + 8001040 + ] + ] + }, + { + "Level": 48, + "StageID": 202311253, + "MonsterList": [ + [ + 8001040, + 2022040, + 2022040, + 8001040 + ] + ] + }, + { + "Level": 56, + "StageID": 202311254, + "MonsterList": [ + [ + 8001040, + 2022040, + 2022040, + 8001040 + ] + ] + }, + { + "Level": 66, + "StageID": 202311255, + "MonsterList": [ + [ + 8001040, + 2022040, + 2022040, + 8001040 + ] + ] + }, + { + "Level": 82, + "StageID": 202311256, + "MonsterList": [ + [ + 8001040, + 2022040, + 2022040, + 8001040 + ] + ] + }, + { + "Level": 24, + "StageID": 202311260, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 32, + "StageID": 202311261, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 40, + "StageID": 202311262, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 48, + "StageID": 202311263, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 56, + "StageID": 202311264, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 66, + "StageID": 202311265, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 82, + "StageID": 202311266, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 24, + "StageID": 202311270, + "MonsterList": [ + [ + 2022040, + 2022020, + 2022020, + 2022040 + ] + ] + }, + { + "Level": 32, + "StageID": 202311271, + "MonsterList": [ + [ + 2022040, + 2022020, + 2022020, + 2022040 + ] + ] + }, + { + "Level": 40, + "StageID": 202311272, + "MonsterList": [ + [ + 2022040, + 2022020, + 2022020, + 2022040 + ] + ] + }, + { + "Level": 48, + "StageID": 202311273, + "MonsterList": [ + [ + 2022040, + 2022020, + 2022020, + 2022040 + ] + ] + }, + { + "Level": 56, + "StageID": 202311274, + "MonsterList": [ + [ + 2022040, + 2022020, + 2022020, + 2022040 + ] + ] + }, + { + "Level": 66, + "StageID": 202311275, + "MonsterList": [ + [ + 2022040, + 2022020, + 2022020, + 2022040 + ] + ] + }, + { + "Level": 82, + "StageID": 202311276, + "MonsterList": [ + [ + 2022040, + 2022020, + 2022020, + 2022040 + ] + ] + }, + { + "Level": 24, + "StageID": 202311300, + "MonsterList": [ + [ + 2022040, + 8002040, + 2022040, + 2022050 + ] + ] + }, + { + "Level": 32, + "StageID": 202311301, + "MonsterList": [ + [ + 2022040, + 8002040, + 2022040, + 2022050 + ] + ] + }, + { + "Level": 40, + "StageID": 202311302, + "MonsterList": [ + [ + 2022040, + 8002040, + 2022040, + 2022050 + ] + ] + }, + { + "Level": 48, + "StageID": 202311303, + "MonsterList": [ + [ + 2022040, + 8002040, + 2022040, + 2022050 + ] + ] + }, + { + "Level": 56, + "StageID": 202311304, + "MonsterList": [ + [ + 2022040, + 8002040, + 2022040, + 2022050 + ] + ] + }, + { + "Level": 66, + "StageID": 202311305, + "MonsterList": [ + [ + 2022040, + 8002040, + 2022040, + 2022050 + ] + ] + }, + { + "Level": 82, + "StageID": 202311306, + "MonsterList": [ + [ + 2022040, + 8002040, + 2022040, + 2022050 + ] + ] + }, + { + "Level": 24, + "StageID": 202312010, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 32, + "StageID": 202312011, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 40, + "StageID": 202312012, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 48, + "StageID": 202312013, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 56, + "StageID": 202312014, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 66, + "StageID": 202312015, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 82, + "StageID": 202312016, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 24, + "StageID": 202312030, + "MonsterList": [ + [ + 201301001 + ] + ] + }, + { + "Level": 32, + "StageID": 202312031, + "MonsterList": [ + [ + 201301001 + ] + ] + }, + { + "Level": 40, + "StageID": 202312032, + "MonsterList": [ + [ + 201301001 + ] + ] + }, + { + "Level": 48, + "StageID": 202312033, + "MonsterList": [ + [ + 201301001 + ] + ] + }, + { + "Level": 56, + "StageID": 202312034, + "MonsterList": [ + [ + 201301001 + ] + ] + }, + { + "Level": 66, + "StageID": 202312035, + "MonsterList": [ + [ + 201301001 + ] + ] + }, + { + "Level": 82, + "StageID": 202312036, + "MonsterList": [ + [ + 201301001 + ] + ] + }, + { + "Level": 24, + "StageID": 202312040, + "MonsterList": [ + [ + 201201001, + 201201001, + 201201001, + 201201001 + ] + ] + }, + { + "Level": 32, + "StageID": 202312041, + "MonsterList": [ + [ + 201201001, + 201201001, + 201201001, + 201201001 + ] + ] + }, + { + "Level": 40, + "StageID": 202312042, + "MonsterList": [ + [ + 201201001, + 201201001, + 201201001, + 201201001 + ] + ] + }, + { + "Level": 48, + "StageID": 202312043, + "MonsterList": [ + [ + 201201001, + 201201001, + 201201001, + 201201001 + ] + ] + }, + { + "Level": 56, + "StageID": 202312044, + "MonsterList": [ + [ + 201201001, + 201201001, + 201201001, + 201201001 + ] + ] + }, + { + "Level": 66, + "StageID": 202312045, + "MonsterList": [ + [ + 201201001, + 201201001, + 201201001, + 201201001 + ] + ] + }, + { + "Level": 82, + "StageID": 202312046, + "MonsterList": [ + [ + 201201001, + 201201001, + 201201001, + 201201001 + ] + ] + }, + { + "Level": 30, + "StageID": 202312310, + "MonsterList": [ + [ + 2022040, + 2022040, + 2022050, + 2022040 + ] + ] + }, + { + "Level": 40, + "StageID": 202312311, + "MonsterList": [ + [ + 2022040, + 2022040, + 2022050, + 2022040 + ] + ] + }, + { + "Level": 48, + "StageID": 202312312, + "MonsterList": [ + [ + 2022040, + 2022040, + 2022050, + 2022040 + ] + ] + }, + { + "Level": 56, + "StageID": 202312313, + "MonsterList": [ + [ + 2022040, + 2022040, + 2022050, + 2022040 + ] + ] + }, + { + "Level": 66, + "StageID": 202312314, + "MonsterList": [ + [ + 2022040, + 2022040, + 2022050, + 2022040 + ] + ] + }, + { + "Level": 75, + "StageID": 202312315, + "MonsterList": [ + [ + 2022040, + 2022040, + 2022050, + 2022040 + ] + ] + }, + { + "Level": 85, + "StageID": 202312316, + "MonsterList": [ + [ + 2022040, + 2022040, + 2022050, + 2022040 + ] + ] + }, + { + "Level": 30, + "StageID": 202312320, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022040, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 40, + "StageID": 202312321, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022040, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 48, + "StageID": 202312322, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022040, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 56, + "StageID": 202312323, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022040, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 66, + "StageID": 202312324, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022040, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 75, + "StageID": 202312325, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022040, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 85, + "StageID": 202312326, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022040, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 30, + "StageID": 202312340, + "MonsterList": [ + [ + 2022010, + 2022060, + 2022060, + 2022040, + 2022010 + ] + ] + }, + { + "Level": 40, + "StageID": 202312341, + "MonsterList": [ + [ + 2022010, + 2022060, + 2022060, + 2022040, + 2022010 + ] + ] + }, + { + "Level": 48, + "StageID": 202312342, + "MonsterList": [ + [ + 2022010, + 2022060, + 2022060, + 2022040, + 2022010 + ] + ] + }, + { + "Level": 56, + "StageID": 202312343, + "MonsterList": [ + [ + 2022010, + 2022060, + 2022060, + 2022040, + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 202312344, + "MonsterList": [ + [ + 2022010, + 2022060, + 2022060, + 2022040, + 2022010 + ] + ] + }, + { + "Level": 75, + "StageID": 202312345, + "MonsterList": [ + [ + 2022010, + 2022060, + 2022060, + 2022040, + 2022010 + ] + ] + }, + { + "Level": 85, + "StageID": 202312346, + "MonsterList": [ + [ + 2022010, + 2022060, + 2022060, + 2022040, + 2022010 + ] + ] + }, + { + "Level": 30, + "StageID": 202312350, + "MonsterList": [ + [ + 2022020, + 2022020, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 40, + "StageID": 202312351, + "MonsterList": [ + [ + 2022020, + 2022020, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 48, + "StageID": 202312352, + "MonsterList": [ + [ + 2022020, + 2022020, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 56, + "StageID": 202312353, + "MonsterList": [ + [ + 2022020, + 2022020, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 66, + "StageID": 202312354, + "MonsterList": [ + [ + 2022020, + 2022020, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 75, + "StageID": 202312355, + "MonsterList": [ + [ + 2022020, + 2022020, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 85, + "StageID": 202312356, + "MonsterList": [ + [ + 2022020, + 2022020, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 30, + "StageID": 202312370, + "MonsterList": [ + [ + 2022050, + 2023020, + 2022040 + ] + ] + }, + { + "Level": 40, + "StageID": 202312371, + "MonsterList": [ + [ + 2022050, + 2023020, + 2022040 + ] + ] + }, + { + "Level": 48, + "StageID": 202312372, + "MonsterList": [ + [ + 2022050, + 2023020, + 2022040 + ] + ] + }, + { + "Level": 56, + "StageID": 202312373, + "MonsterList": [ + [ + 2022050, + 2023020, + 2022040 + ] + ] + }, + { + "Level": 66, + "StageID": 202312374, + "MonsterList": [ + [ + 2022050, + 2023020, + 2022040 + ] + ] + }, + { + "Level": 75, + "StageID": 202312375, + "MonsterList": [ + [ + 2022050, + 2023020, + 2022040 + ] + ] + }, + { + "Level": 85, + "StageID": 202312376, + "MonsterList": [ + [ + 2022050, + 2023020, + 2022040 + ] + ] + }, + { + "Level": 24, + "StageID": 202312510, + "MonsterList": [ + [ + 2022050, + 2022040 + ] + ] + }, + { + "Level": 32, + "StageID": 202312511, + "MonsterList": [ + [ + 2022050, + 2022040 + ] + ] + }, + { + "Level": 40, + "StageID": 202312512, + "MonsterList": [ + [ + 2022050, + 2022040 + ] + ] + }, + { + "Level": 48, + "StageID": 202312513, + "MonsterList": [ + [ + 2022050, + 2022040 + ] + ] + }, + { + "Level": 56, + "StageID": 202312514, + "MonsterList": [ + [ + 2022050, + 2022040 + ] + ] + }, + { + "Level": 66, + "StageID": 202312515, + "MonsterList": [ + [ + 2022050, + 2022040 + ] + ] + }, + { + "Level": 82, + "StageID": 202312516, + "MonsterList": [ + [ + 2022050, + 2022040 + ] + ] + }, + { + "Level": 24, + "StageID": 202312520, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 32, + "StageID": 202312521, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 40, + "StageID": 202312522, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 48, + "StageID": 202312523, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 56, + "StageID": 202312524, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 66, + "StageID": 202312525, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 82, + "StageID": 202312526, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 24, + "StageID": 202312530, + "MonsterList": [ + [ + 2022050, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 32, + "StageID": 202312531, + "MonsterList": [ + [ + 2022050, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 40, + "StageID": 202312532, + "MonsterList": [ + [ + 2022050, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 48, + "StageID": 202312533, + "MonsterList": [ + [ + 2022050, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 56, + "StageID": 202312534, + "MonsterList": [ + [ + 2022050, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 66, + "StageID": 202312535, + "MonsterList": [ + [ + 2022050, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 82, + "StageID": 202312536, + "MonsterList": [ + [ + 2022050, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 24, + "StageID": 202320010, + "MonsterList": [ + [ + 8011010, + 8012020, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 32, + "StageID": 202320011, + "MonsterList": [ + [ + 8011010, + 8012020, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 40, + "StageID": 202320012, + "MonsterList": [ + [ + 8011010, + 8012020, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 48, + "StageID": 202320013, + "MonsterList": [ + [ + 8011010, + 8012020, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 56, + "StageID": 202320014, + "MonsterList": [ + [ + 8011010, + 8012020, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 66, + "StageID": 202320015, + "MonsterList": [ + [ + 8011010, + 8012020, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 82, + "StageID": 202320016, + "MonsterList": [ + [ + 8011010, + 8012020, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 24, + "StageID": 202320020, + "MonsterList": [ + [ + 2023020, + 2022050 + ] + ] + }, + { + "Level": 32, + "StageID": 202320021, + "MonsterList": [ + [ + 2023020, + 2022050 + ] + ] + }, + { + "Level": 40, + "StageID": 202320022, + "MonsterList": [ + [ + 2023020, + 2022050 + ] + ] + }, + { + "Level": 48, + "StageID": 202320023, + "MonsterList": [ + [ + 2023020, + 2022050 + ] + ] + }, + { + "Level": 56, + "StageID": 202320024, + "MonsterList": [ + [ + 2023020, + 2022050 + ] + ] + }, + { + "Level": 66, + "StageID": 202320025, + "MonsterList": [ + [ + 2023020, + 2022050 + ] + ] + }, + { + "Level": 82, + "StageID": 202320026, + "MonsterList": [ + [ + 2023020, + 2022050 + ] + ] + }, + { + "Level": 24, + "StageID": 202320030, + "MonsterList": [ + [ + 8011020, + 8012030, + 8012020, + 8011020 + ] + ] + }, + { + "Level": 32, + "StageID": 202320031, + "MonsterList": [ + [ + 8011020, + 8012030, + 8012020, + 8011020 + ] + ] + }, + { + "Level": 40, + "StageID": 202320032, + "MonsterList": [ + [ + 8011020, + 8012030, + 8012020, + 8011020 + ] + ] + }, + { + "Level": 48, + "StageID": 202320033, + "MonsterList": [ + [ + 8011020, + 8012030, + 8012020, + 8011020 + ] + ] + }, + { + "Level": 56, + "StageID": 202320034, + "MonsterList": [ + [ + 8011020, + 8012030, + 8012020, + 8011020 + ] + ] + }, + { + "Level": 66, + "StageID": 202320035, + "MonsterList": [ + [ + 8011020, + 8012030, + 8012020, + 8011020 + ] + ] + }, + { + "Level": 82, + "StageID": 202320036, + "MonsterList": [ + [ + 8011020, + 8012030, + 8012020, + 8011020 + ] + ] + }, + { + "Level": 24, + "StageID": 202320060, + "MonsterList": [ + [ + 8011020, + 8012030, + 8012030 + ] + ] + }, + { + "Level": 32, + "StageID": 202320061, + "MonsterList": [ + [ + 8011020, + 8012030, + 8012030 + ] + ] + }, + { + "Level": 40, + "StageID": 202320062, + "MonsterList": [ + [ + 8011020, + 8012030, + 8012030 + ] + ] + }, + { + "Level": 48, + "StageID": 202320063, + "MonsterList": [ + [ + 8011020, + 8012030, + 8012030 + ] + ] + }, + { + "Level": 56, + "StageID": 202320064, + "MonsterList": [ + [ + 8011020, + 8012030, + 8012030 + ] + ] + }, + { + "Level": 66, + "StageID": 202320065, + "MonsterList": [ + [ + 8011020, + 8012030, + 8012030 + ] + ] + }, + { + "Level": 82, + "StageID": 202320066, + "MonsterList": [ + [ + 8011020, + 8012030, + 8012030 + ] + ] + }, + { + "Level": 24, + "StageID": 202320070, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 32, + "StageID": 202320071, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 40, + "StageID": 202320072, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 48, + "StageID": 202320073, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 56, + "StageID": 202320074, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 66, + "StageID": 202320075, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 82, + "StageID": 202320076, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 24, + "StageID": 202320100, + "MonsterList": [ + [ + 8012010, + 8012020, + 2022040, + 8012010 + ] + ] + }, + { + "Level": 32, + "StageID": 202320101, + "MonsterList": [ + [ + 8012010, + 8012020, + 2022040, + 8012010 + ] + ] + }, + { + "Level": 40, + "StageID": 202320102, + "MonsterList": [ + [ + 8012010, + 8012020, + 2022040, + 8012010 + ] + ] + }, + { + "Level": 48, + "StageID": 202320103, + "MonsterList": [ + [ + 8012010, + 8012020, + 2022040, + 8012010 + ] + ] + }, + { + "Level": 56, + "StageID": 202320104, + "MonsterList": [ + [ + 8012010, + 8012020, + 2022040, + 8012010 + ] + ] + }, + { + "Level": 66, + "StageID": 202320105, + "MonsterList": [ + [ + 8012010, + 8012020, + 2022040, + 8012010 + ] + ] + }, + { + "Level": 82, + "StageID": 202320106, + "MonsterList": [ + [ + 8012010, + 8012020, + 2022040, + 8012010 + ] + ] + }, + { + "Level": 24, + "StageID": 202320110, + "MonsterList": [ + [ + 8011020, + 8012030, + 8012020, + 8011020 + ] + ] + }, + { + "Level": 32, + "StageID": 202320111, + "MonsterList": [ + [ + 8011020, + 8012030, + 8012020, + 8011020 + ] + ] + }, + { + "Level": 40, + "StageID": 202320112, + "MonsterList": [ + [ + 8011020, + 8012030, + 8012020, + 8011020 + ] + ] + }, + { + "Level": 48, + "StageID": 202320113, + "MonsterList": [ + [ + 8011020, + 8012030, + 8012020, + 8011020 + ] + ] + }, + { + "Level": 56, + "StageID": 202320114, + "MonsterList": [ + [ + 8011020, + 8012030, + 8012020, + 8011020 + ] + ] + }, + { + "Level": 66, + "StageID": 202320115, + "MonsterList": [ + [ + 8011020, + 8012030, + 8012020, + 8011020 + ] + ] + }, + { + "Level": 82, + "StageID": 202320116, + "MonsterList": [ + [ + 8011020, + 8012030, + 8012020, + 8011020 + ] + ] + }, + { + "Level": 24, + "StageID": 202320140, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 32, + "StageID": 202320141, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 40, + "StageID": 202320142, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 48, + "StageID": 202320143, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 56, + "StageID": 202320144, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 66, + "StageID": 202320145, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 82, + "StageID": 202320146, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010 + ] + ] + }, + { + "Level": 24, + "StageID": 202320160, + "MonsterList": [ + [ + 8011010, + 8012010, + 2022040, + 8011010 + ] + ] + }, + { + "Level": 32, + "StageID": 202320161, + "MonsterList": [ + [ + 8011010, + 8012010, + 2022040, + 8011010 + ] + ] + }, + { + "Level": 40, + "StageID": 202320162, + "MonsterList": [ + [ + 8011010, + 8012010, + 2022040, + 8011010 + ] + ] + }, + { + "Level": 48, + "StageID": 202320163, + "MonsterList": [ + [ + 8011010, + 8012010, + 2022040, + 8011010 + ] + ] + }, + { + "Level": 56, + "StageID": 202320164, + "MonsterList": [ + [ + 8011010, + 8012010, + 2022040, + 8011010 + ] + ] + }, + { + "Level": 66, + "StageID": 202320165, + "MonsterList": [ + [ + 8011010, + 8012010, + 2022040, + 8011010 + ] + ] + }, + { + "Level": 82, + "StageID": 202320166, + "MonsterList": [ + [ + 8011010, + 8012010, + 2022040, + 8011010 + ] + ] + }, + { + "Level": 24, + "StageID": 202320170, + "MonsterList": [ + [ + 8011020, + 8012010, + 8012030, + 8011020 + ] + ] + }, + { + "Level": 32, + "StageID": 202320171, + "MonsterList": [ + [ + 8011020, + 8012010, + 8012030, + 8011020 + ] + ] + }, + { + "Level": 40, + "StageID": 202320172, + "MonsterList": [ + [ + 8011020, + 8012010, + 8012030, + 8011020 + ] + ] + }, + { + "Level": 48, + "StageID": 202320173, + "MonsterList": [ + [ + 8011020, + 8012010, + 8012030, + 8011020 + ] + ] + }, + { + "Level": 56, + "StageID": 202320174, + "MonsterList": [ + [ + 8011020, + 8012010, + 8012030, + 8011020 + ] + ] + }, + { + "Level": 66, + "StageID": 202320175, + "MonsterList": [ + [ + 8011020, + 8012010, + 8012030, + 8011020 + ] + ] + }, + { + "Level": 82, + "StageID": 202320176, + "MonsterList": [ + [ + 8011020, + 8012010, + 8012030, + 8011020 + ] + ] + }, + { + "Level": 24, + "StageID": 202320190, + "MonsterList": [ + [ + 8012010, + 8012030, + 8012010, + 8012030 + ] + ] + }, + { + "Level": 32, + "StageID": 202320191, + "MonsterList": [ + [ + 8012010, + 8012030, + 8012010, + 8012030 + ] + ] + }, + { + "Level": 40, + "StageID": 202320192, + "MonsterList": [ + [ + 8012010, + 8012030, + 8012010, + 8012030 + ] + ] + }, + { + "Level": 48, + "StageID": 202320193, + "MonsterList": [ + [ + 8012010, + 8012030, + 8012010, + 8012030 + ] + ] + }, + { + "Level": 56, + "StageID": 202320194, + "MonsterList": [ + [ + 8012010, + 8012030, + 8012010, + 8012030 + ] + ] + }, + { + "Level": 66, + "StageID": 202320195, + "MonsterList": [ + [ + 8012010, + 8012030, + 8012010, + 8012030 + ] + ] + }, + { + "Level": 82, + "StageID": 202320196, + "MonsterList": [ + [ + 8012010, + 8012030, + 8012010, + 8012030 + ] + ] + }, + { + "Level": 24, + "StageID": 202320250, + "MonsterList": [ + [ + 8015020 + ] + ] + }, + { + "Level": 32, + "StageID": 202320251, + "MonsterList": [ + [ + 8015020 + ] + ] + }, + { + "Level": 40, + "StageID": 202320252, + "MonsterList": [ + [ + 8015020 + ] + ] + }, + { + "Level": 48, + "StageID": 202320253, + "MonsterList": [ + [ + 8015020 + ] + ] + }, + { + "Level": 56, + "StageID": 202320254, + "MonsterList": [ + [ + 8015020 + ] + ] + }, + { + "Level": 66, + "StageID": 202320255, + "MonsterList": [ + [ + 8015020 + ] + ] + }, + { + "Level": 82, + "StageID": 202320256, + "MonsterList": [ + [ + 8015020 + ] + ] + }, + { + "Level": 24, + "StageID": 202321010, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 32, + "StageID": 202321011, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 40, + "StageID": 202321012, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 48, + "StageID": 202321013, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 56, + "StageID": 202321014, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 66, + "StageID": 202321015, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 82, + "StageID": 202321016, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 24, + "StageID": 202321020, + "MonsterList": [ + [ + 2022050, + 2022010, + 2022050 + ] + ] + }, + { + "Level": 32, + "StageID": 202321021, + "MonsterList": [ + [ + 2022050, + 2022010, + 2022050 + ] + ] + }, + { + "Level": 40, + "StageID": 202321022, + "MonsterList": [ + [ + 2022050, + 2022010, + 2022050 + ] + ] + }, + { + "Level": 48, + "StageID": 202321023, + "MonsterList": [ + [ + 2022050, + 2022010, + 2022050 + ] + ] + }, + { + "Level": 56, + "StageID": 202321024, + "MonsterList": [ + [ + 2022050, + 2022010, + 2022050 + ] + ] + }, + { + "Level": 66, + "StageID": 202321025, + "MonsterList": [ + [ + 2022050, + 2022010, + 2022050 + ] + ] + }, + { + "Level": 82, + "StageID": 202321026, + "MonsterList": [ + [ + 2022050, + 2022010, + 2022050 + ] + ] + }, + { + "Level": 24, + "StageID": 202321030, + "MonsterList": [ + [ + 2022040, + 2022020, + 2022050 + ] + ] + }, + { + "Level": 32, + "StageID": 202321031, + "MonsterList": [ + [ + 2022040, + 2022020, + 2022050 + ] + ] + }, + { + "Level": 40, + "StageID": 202321032, + "MonsterList": [ + [ + 2022040, + 2022020, + 2022050 + ] + ] + }, + { + "Level": 48, + "StageID": 202321033, + "MonsterList": [ + [ + 2022040, + 2022020, + 2022050 + ] + ] + }, + { + "Level": 56, + "StageID": 202321034, + "MonsterList": [ + [ + 2022040, + 2022020, + 2022050 + ] + ] + }, + { + "Level": 66, + "StageID": 202321035, + "MonsterList": [ + [ + 2022040, + 2022020, + 2022050 + ] + ] + }, + { + "Level": 82, + "StageID": 202321036, + "MonsterList": [ + [ + 2022040, + 2022020, + 2022050 + ] + ] + }, + { + "Level": 24, + "StageID": 202321050, + "MonsterList": [ + [ + 2022040, + 2022050 + ] + ] + }, + { + "Level": 32, + "StageID": 202321051, + "MonsterList": [ + [ + 2022040, + 2022050 + ] + ] + }, + { + "Level": 40, + "StageID": 202321052, + "MonsterList": [ + [ + 2022040, + 2022050 + ] + ] + }, + { + "Level": 48, + "StageID": 202321053, + "MonsterList": [ + [ + 2022040, + 2022050 + ] + ] + }, + { + "Level": 56, + "StageID": 202321054, + "MonsterList": [ + [ + 2022040, + 2022050 + ] + ] + }, + { + "Level": 66, + "StageID": 202321055, + "MonsterList": [ + [ + 2022040, + 2022050 + ] + ] + }, + { + "Level": 82, + "StageID": 202321056, + "MonsterList": [ + [ + 2022040, + 2022050 + ] + ] + }, + { + "Level": 24, + "StageID": 202321060, + "MonsterList": [ + [ + 2022050, + 2022040, + 2022050 + ] + ] + }, + { + "Level": 32, + "StageID": 202321061, + "MonsterList": [ + [ + 2022050, + 2022040, + 2022050 + ] + ] + }, + { + "Level": 40, + "StageID": 202321062, + "MonsterList": [ + [ + 2022050, + 2022040, + 2022050 + ] + ] + }, + { + "Level": 48, + "StageID": 202321063, + "MonsterList": [ + [ + 2022050, + 2022040, + 2022050 + ] + ] + }, + { + "Level": 56, + "StageID": 202321064, + "MonsterList": [ + [ + 2022050, + 2022040, + 2022050 + ] + ] + }, + { + "Level": 66, + "StageID": 202321065, + "MonsterList": [ + [ + 2022050, + 2022040, + 2022050 + ] + ] + }, + { + "Level": 82, + "StageID": 202321066, + "MonsterList": [ + [ + 2022050, + 2022040, + 2022050 + ] + ] + }, + { + "Level": 24, + "StageID": 202321070, + "MonsterList": [ + [ + 2022040, + 2022050, + 2022040 + ] + ] + }, + { + "Level": 32, + "StageID": 202321071, + "MonsterList": [ + [ + 2022040, + 2022050, + 2022040 + ] + ] + }, + { + "Level": 40, + "StageID": 202321072, + "MonsterList": [ + [ + 2022040, + 2022050, + 2022040 + ] + ] + }, + { + "Level": 48, + "StageID": 202321073, + "MonsterList": [ + [ + 2022040, + 2022050, + 2022040 + ] + ] + }, + { + "Level": 56, + "StageID": 202321074, + "MonsterList": [ + [ + 2022040, + 2022050, + 2022040 + ] + ] + }, + { + "Level": 66, + "StageID": 202321075, + "MonsterList": [ + [ + 2022040, + 2022050, + 2022040 + ] + ] + }, + { + "Level": 82, + "StageID": 202321076, + "MonsterList": [ + [ + 2022040, + 2022050, + 2022040 + ] + ] + }, + { + "Level": 24, + "StageID": 202321080, + "MonsterList": [ + [ + 2022010, + 2022060 + ] + ] + }, + { + "Level": 32, + "StageID": 202321081, + "MonsterList": [ + [ + 2022010, + 2022060 + ] + ] + }, + { + "Level": 40, + "StageID": 202321082, + "MonsterList": [ + [ + 2022010, + 2022060 + ] + ] + }, + { + "Level": 48, + "StageID": 202321083, + "MonsterList": [ + [ + 2022010, + 2022060 + ] + ] + }, + { + "Level": 56, + "StageID": 202321084, + "MonsterList": [ + [ + 2022010, + 2022060 + ] + ] + }, + { + "Level": 66, + "StageID": 202321085, + "MonsterList": [ + [ + 2022010, + 2022060 + ] + ] + }, + { + "Level": 82, + "StageID": 202321086, + "MonsterList": [ + [ + 2022010, + 2022060 + ] + ] + }, + { + "Level": 24, + "StageID": 202321100, + "MonsterList": [ + [ + 2022050, + 2022010 + ] + ] + }, + { + "Level": 32, + "StageID": 202321101, + "MonsterList": [ + [ + 2022050, + 2022010 + ] + ] + }, + { + "Level": 40, + "StageID": 202321102, + "MonsterList": [ + [ + 2022050, + 2022010 + ] + ] + }, + { + "Level": 48, + "StageID": 202321103, + "MonsterList": [ + [ + 2022050, + 2022010 + ] + ] + }, + { + "Level": 56, + "StageID": 202321104, + "MonsterList": [ + [ + 2022050, + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 202321105, + "MonsterList": [ + [ + 2022050, + 2022010 + ] + ] + }, + { + "Level": 82, + "StageID": 202321106, + "MonsterList": [ + [ + 2022050, + 2022010 + ] + ] + }, + { + "Level": 24, + "StageID": 202321110, + "MonsterList": [ + [ + 2022010, + 2022060, + 2022010 + ] + ] + }, + { + "Level": 32, + "StageID": 202321111, + "MonsterList": [ + [ + 2022010, + 2022060, + 2022010 + ] + ] + }, + { + "Level": 40, + "StageID": 202321112, + "MonsterList": [ + [ + 2022010, + 2022060, + 2022010 + ] + ] + }, + { + "Level": 48, + "StageID": 202321113, + "MonsterList": [ + [ + 2022010, + 2022060, + 2022010 + ] + ] + }, + { + "Level": 56, + "StageID": 202321114, + "MonsterList": [ + [ + 2022010, + 2022060, + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 202321115, + "MonsterList": [ + [ + 2022010, + 2022060, + 2022010 + ] + ] + }, + { + "Level": 82, + "StageID": 202321116, + "MonsterList": [ + [ + 2022010, + 2022060, + 2022010 + ] + ] + }, + { + "Level": 24, + "StageID": 202321140, + "MonsterList": [ + [ + 2022060, + 2022060 + ] + ] + }, + { + "Level": 32, + "StageID": 202321141, + "MonsterList": [ + [ + 2022060, + 2022060 + ] + ] + }, + { + "Level": 40, + "StageID": 202321142, + "MonsterList": [ + [ + 2022060, + 2022060 + ] + ] + }, + { + "Level": 48, + "StageID": 202321143, + "MonsterList": [ + [ + 2022060, + 2022060 + ] + ] + }, + { + "Level": 56, + "StageID": 202321144, + "MonsterList": [ + [ + 2022060, + 2022060 + ] + ] + }, + { + "Level": 66, + "StageID": 202321145, + "MonsterList": [ + [ + 2022060, + 2022060 + ] + ] + }, + { + "Level": 82, + "StageID": 202321146, + "MonsterList": [ + [ + 2022060, + 2022060 + ] + ] + }, + { + "Level": 24, + "StageID": 202321150, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 32, + "StageID": 202321151, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 40, + "StageID": 202321152, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 48, + "StageID": 202321153, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 56, + "StageID": 202321154, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 202321155, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 82, + "StageID": 202321156, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 24, + "StageID": 202321160, + "MonsterList": [ + [ + 2022010, + 2022060, + 8001050 + ] + ] + }, + { + "Level": 32, + "StageID": 202321161, + "MonsterList": [ + [ + 2022010, + 2022060, + 8001050 + ] + ] + }, + { + "Level": 40, + "StageID": 202321162, + "MonsterList": [ + [ + 2022010, + 2022060, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 202321163, + "MonsterList": [ + [ + 2022010, + 2022060, + 8001050 + ] + ] + }, + { + "Level": 56, + "StageID": 202321164, + "MonsterList": [ + [ + 2022010, + 2022060, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 202321165, + "MonsterList": [ + [ + 2022010, + 2022060, + 8001050 + ] + ] + }, + { + "Level": 82, + "StageID": 202321166, + "MonsterList": [ + [ + 2022010, + 2022060, + 8001050 + ] + ] + }, + { + "Level": 24, + "StageID": 202321170, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 32, + "StageID": 202321171, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 40, + "StageID": 202321172, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 48, + "StageID": 202321173, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 56, + "StageID": 202321174, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 66, + "StageID": 202321175, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 82, + "StageID": 202321176, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 24, + "StageID": 202321180, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 32, + "StageID": 202321181, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 40, + "StageID": 202321182, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 48, + "StageID": 202321183, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 56, + "StageID": 202321184, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 66, + "StageID": 202321185, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 82, + "StageID": 202321186, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 24, + "StageID": 202321190, + "MonsterList": [ + [ + 2022050, + 2022040, + 2022050 + ] + ] + }, + { + "Level": 32, + "StageID": 202321191, + "MonsterList": [ + [ + 2022050, + 2022040, + 2022050 + ] + ] + }, + { + "Level": 40, + "StageID": 202321192, + "MonsterList": [ + [ + 2022050, + 2022040, + 2022050 + ] + ] + }, + { + "Level": 48, + "StageID": 202321193, + "MonsterList": [ + [ + 2022050, + 2022040, + 2022050 + ] + ] + }, + { + "Level": 56, + "StageID": 202321194, + "MonsterList": [ + [ + 2022050, + 2022040, + 2022050 + ] + ] + }, + { + "Level": 66, + "StageID": 202321195, + "MonsterList": [ + [ + 2022050, + 2022040, + 2022050 + ] + ] + }, + { + "Level": 82, + "StageID": 202321196, + "MonsterList": [ + [ + 2022050, + 2022040, + 2022050 + ] + ] + }, + { + "Level": 24, + "StageID": 202321200, + "MonsterList": [ + [ + 2022020, + 2022060, + 2022020 + ] + ] + }, + { + "Level": 32, + "StageID": 202321201, + "MonsterList": [ + [ + 2022020, + 2022060, + 2022020 + ] + ] + }, + { + "Level": 40, + "StageID": 202321202, + "MonsterList": [ + [ + 2022020, + 2022060, + 2022020 + ] + ] + }, + { + "Level": 48, + "StageID": 202321203, + "MonsterList": [ + [ + 2022020, + 2022060, + 2022020 + ] + ] + }, + { + "Level": 56, + "StageID": 202321204, + "MonsterList": [ + [ + 2022020, + 2022060, + 2022020 + ] + ] + }, + { + "Level": 66, + "StageID": 202321205, + "MonsterList": [ + [ + 2022020, + 2022060, + 2022020 + ] + ] + }, + { + "Level": 82, + "StageID": 202321206, + "MonsterList": [ + [ + 2022020, + 2022060, + 2022020 + ] + ] + }, + { + "Level": 24, + "StageID": 202321250, + "MonsterList": [ + [ + 2022060, + 8002040, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 32, + "StageID": 202321251, + "MonsterList": [ + [ + 2022060, + 8002040, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 40, + "StageID": 202321252, + "MonsterList": [ + [ + 2022060, + 8002040, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 48, + "StageID": 202321253, + "MonsterList": [ + [ + 2022060, + 8002040, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 56, + "StageID": 202321254, + "MonsterList": [ + [ + 2022060, + 8002040, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 66, + "StageID": 202321255, + "MonsterList": [ + [ + 2022060, + 8002040, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 82, + "StageID": 202321256, + "MonsterList": [ + [ + 2022060, + 8002040, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 24, + "StageID": 202322010, + "MonsterList": [ + [ + 2022050, + 2022040, + 2022050 + ] + ] + }, + { + "Level": 32, + "StageID": 202322011, + "MonsterList": [ + [ + 2022050, + 2022040, + 2022050 + ] + ] + }, + { + "Level": 40, + "StageID": 202322012, + "MonsterList": [ + [ + 2022050, + 2022040, + 2022050 + ] + ] + }, + { + "Level": 48, + "StageID": 202322013, + "MonsterList": [ + [ + 2022050, + 2022040, + 2022050 + ] + ] + }, + { + "Level": 56, + "StageID": 202322014, + "MonsterList": [ + [ + 2022050, + 2022040, + 2022050 + ] + ] + }, + { + "Level": 66, + "StageID": 202322015, + "MonsterList": [ + [ + 2022050, + 2022040, + 2022050 + ] + ] + }, + { + "Level": 82, + "StageID": 202322016, + "MonsterList": [ + [ + 2022050, + 2022040, + 2022050 + ] + ] + }, + { + "Level": 24, + "StageID": 202322020, + "MonsterList": [ + [ + 1012010, + 1013020 + ] + ] + }, + { + "Level": 32, + "StageID": 202322021, + "MonsterList": [ + [ + 1012010, + 1013020 + ] + ] + }, + { + "Level": 40, + "StageID": 202322022, + "MonsterList": [ + [ + 1012010, + 1013020 + ] + ] + }, + { + "Level": 48, + "StageID": 202322023, + "MonsterList": [ + [ + 1012010, + 1013020 + ] + ] + }, + { + "Level": 56, + "StageID": 202322024, + "MonsterList": [ + [ + 1012010, + 1013020 + ] + ] + }, + { + "Level": 66, + "StageID": 202322025, + "MonsterList": [ + [ + 1012010, + 1013020 + ] + ] + }, + { + "Level": 82, + "StageID": 202322026, + "MonsterList": [ + [ + 1012010, + 1013020 + ] + ] + }, + { + "Level": 24, + "StageID": 202322030, + "MonsterList": [ + [ + 1012030, + 1013010 + ] + ] + }, + { + "Level": 32, + "StageID": 202322031, + "MonsterList": [ + [ + 1012030, + 1013010 + ] + ] + }, + { + "Level": 40, + "StageID": 202322032, + "MonsterList": [ + [ + 1012030, + 1013010 + ] + ] + }, + { + "Level": 48, + "StageID": 202322033, + "MonsterList": [ + [ + 1012030, + 1013010 + ] + ] + }, + { + "Level": 56, + "StageID": 202322034, + "MonsterList": [ + [ + 1012030, + 1013010 + ] + ] + }, + { + "Level": 66, + "StageID": 202322035, + "MonsterList": [ + [ + 1012030, + 1013010 + ] + ] + }, + { + "Level": 82, + "StageID": 202322036, + "MonsterList": [ + [ + 1012030, + 1013010 + ] + ] + }, + { + "Level": 24, + "StageID": 202322050, + "MonsterList": [ + [ + 2022060, + 202303004, + 2022020 + ] + ] + }, + { + "Level": 32, + "StageID": 202322051, + "MonsterList": [ + [ + 2022060, + 202303004, + 2022020 + ] + ] + }, + { + "Level": 40, + "StageID": 202322052, + "MonsterList": [ + [ + 2022060, + 202303004, + 2022020 + ] + ] + }, + { + "Level": 48, + "StageID": 202322053, + "MonsterList": [ + [ + 2022060, + 202303004, + 2022020 + ] + ] + }, + { + "Level": 56, + "StageID": 202322054, + "MonsterList": [ + [ + 2022060, + 202303004, + 2022020 + ] + ] + }, + { + "Level": 66, + "StageID": 202322055, + "MonsterList": [ + [ + 2022060, + 202303004, + 2022020 + ] + ] + }, + { + "Level": 82, + "StageID": 202322056, + "MonsterList": [ + [ + 2022060, + 202303004, + 2022020 + ] + ] + }, + { + "Level": 24, + "StageID": 202322060, + "MonsterList": [ + [ + 2022050, + 2022040, + 2022050 + ] + ] + }, + { + "Level": 32, + "StageID": 202322061, + "MonsterList": [ + [ + 2022050, + 2022040, + 2022050 + ] + ] + }, + { + "Level": 40, + "StageID": 202322062, + "MonsterList": [ + [ + 2022050, + 2022040, + 2022050 + ] + ] + }, + { + "Level": 48, + "StageID": 202322063, + "MonsterList": [ + [ + 2022050, + 2022040, + 2022050 + ] + ] + }, + { + "Level": 56, + "StageID": 202322064, + "MonsterList": [ + [ + 2022050, + 2022040, + 2022050 + ] + ] + }, + { + "Level": 66, + "StageID": 202322065, + "MonsterList": [ + [ + 2022050, + 2022040, + 2022050 + ] + ] + }, + { + "Level": 82, + "StageID": 202322066, + "MonsterList": [ + [ + 2022050, + 2022040, + 2022050 + ] + ] + }, + { + "Level": 24, + "StageID": 202322070, + "MonsterList": [ + [ + 2022050, + 2022010, + 2022040, + 2022010 + ] + ] + }, + { + "Level": 32, + "StageID": 202322071, + "MonsterList": [ + [ + 2022050, + 2022010, + 2022040, + 2022010 + ] + ] + }, + { + "Level": 40, + "StageID": 202322072, + "MonsterList": [ + [ + 2022050, + 2022010, + 2022040, + 2022010 + ] + ] + }, + { + "Level": 48, + "StageID": 202322073, + "MonsterList": [ + [ + 2022050, + 2022010, + 2022040, + 2022010 + ] + ] + }, + { + "Level": 56, + "StageID": 202322074, + "MonsterList": [ + [ + 2022050, + 2022010, + 2022040, + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 202322075, + "MonsterList": [ + [ + 2022050, + 2022010, + 2022040, + 2022010 + ] + ] + }, + { + "Level": 82, + "StageID": 202322076, + "MonsterList": [ + [ + 2022050, + 2022010, + 2022040, + 2022010 + ] + ] + }, + { + "Level": 24, + "StageID": 202322080, + "MonsterList": [ + [ + 202303003 + ] + ] + }, + { + "Level": 32, + "StageID": 202322081, + "MonsterList": [ + [ + 202303003 + ] + ] + }, + { + "Level": 40, + "StageID": 202322082, + "MonsterList": [ + [ + 202303003 + ] + ] + }, + { + "Level": 48, + "StageID": 202322083, + "MonsterList": [ + [ + 202303003 + ] + ] + }, + { + "Level": 56, + "StageID": 202322084, + "MonsterList": [ + [ + 202303003 + ] + ] + }, + { + "Level": 66, + "StageID": 202322085, + "MonsterList": [ + [ + 202303003 + ] + ] + }, + { + "Level": 82, + "StageID": 202322086, + "MonsterList": [ + [ + 202303003 + ] + ] + }, + { + "Level": 24, + "StageID": 202322090, + "MonsterList": [ + [ + 8012010, + 8013010, + 8012030 + ] + ] + }, + { + "Level": 32, + "StageID": 202322091, + "MonsterList": [ + [ + 8012010, + 8013010, + 8012030 + ] + ] + }, + { + "Level": 40, + "StageID": 202322092, + "MonsterList": [ + [ + 8012010, + 8013010, + 8012030 + ] + ] + }, + { + "Level": 48, + "StageID": 202322093, + "MonsterList": [ + [ + 8012010, + 8013010, + 8012030 + ] + ] + }, + { + "Level": 56, + "StageID": 202322094, + "MonsterList": [ + [ + 8012010, + 8013010, + 8012030 + ] + ] + }, + { + "Level": 66, + "StageID": 202322095, + "MonsterList": [ + [ + 8012010, + 8013010, + 8012030 + ] + ] + }, + { + "Level": 82, + "StageID": 202322096, + "MonsterList": [ + [ + 8012010, + 8013010, + 8012030 + ] + ] + }, + { + "Level": 24, + "StageID": 202322100, + "MonsterList": [ + [ + 202302002 + ] + ] + }, + { + "Level": 32, + "StageID": 202322101, + "MonsterList": [ + [ + 202302002 + ] + ] + }, + { + "Level": 40, + "StageID": 202322102, + "MonsterList": [ + [ + 202302002 + ] + ] + }, + { + "Level": 48, + "StageID": 202322103, + "MonsterList": [ + [ + 202302002 + ] + ] + }, + { + "Level": 56, + "StageID": 202322104, + "MonsterList": [ + [ + 202302002 + ] + ] + }, + { + "Level": 66, + "StageID": 202322105, + "MonsterList": [ + [ + 202302002 + ] + ] + }, + { + "Level": 82, + "StageID": 202322106, + "MonsterList": [ + [ + 202302002 + ] + ] + }, + { + "Level": 24, + "StageID": 202322110, + "MonsterList": [ + [ + 2022040, + 2022050, + 2022040, + 2022050 + ] + ] + }, + { + "Level": 32, + "StageID": 202322111, + "MonsterList": [ + [ + 2022040, + 2022050, + 2022040, + 2022050 + ] + ] + }, + { + "Level": 40, + "StageID": 202322112, + "MonsterList": [ + [ + 2022040, + 2022050, + 2022040, + 2022050 + ] + ] + }, + { + "Level": 48, + "StageID": 202322113, + "MonsterList": [ + [ + 2022040, + 2022050, + 2022040, + 2022050 + ] + ] + }, + { + "Level": 56, + "StageID": 202322114, + "MonsterList": [ + [ + 2022040, + 2022050, + 2022040, + 2022050 + ] + ] + }, + { + "Level": 66, + "StageID": 202322115, + "MonsterList": [ + [ + 2022040, + 2022050, + 2022040, + 2022050 + ] + ] + }, + { + "Level": 82, + "StageID": 202322116, + "MonsterList": [ + [ + 2022040, + 2022050, + 2022040, + 2022050 + ] + ] + }, + { + "Level": 30, + "StageID": 202322310, + "MonsterList": [ + [ + 2022010, + 2023030, + 2022010 + ] + ] + }, + { + "Level": 40, + "StageID": 202322311, + "MonsterList": [ + [ + 2022010, + 2023030, + 2022010 + ] + ] + }, + { + "Level": 48, + "StageID": 202322312, + "MonsterList": [ + [ + 2022010, + 2023030, + 2022010 + ] + ] + }, + { + "Level": 56, + "StageID": 202322313, + "MonsterList": [ + [ + 2022010, + 2023030, + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 202322314, + "MonsterList": [ + [ + 2022010, + 2023030, + 2022010 + ] + ] + }, + { + "Level": 75, + "StageID": 202322315, + "MonsterList": [ + [ + 2022010, + 2023030, + 2022010 + ] + ] + }, + { + "Level": 85, + "StageID": 202322316, + "MonsterList": [ + [ + 2022010, + 2023030, + 2022010 + ] + ] + }, + { + "Level": 30, + "StageID": 202322320, + "MonsterList": [ + [ + 2022040, + 2023010, + 2022040 + ] + ] + }, + { + "Level": 40, + "StageID": 202322321, + "MonsterList": [ + [ + 2022040, + 2023010, + 2022040 + ] + ] + }, + { + "Level": 48, + "StageID": 202322322, + "MonsterList": [ + [ + 2022040, + 2023010, + 2022040 + ] + ] + }, + { + "Level": 56, + "StageID": 202322323, + "MonsterList": [ + [ + 2022040, + 2023010, + 2022040 + ] + ] + }, + { + "Level": 66, + "StageID": 202322324, + "MonsterList": [ + [ + 2022040, + 2023010, + 2022040 + ] + ] + }, + { + "Level": 75, + "StageID": 202322325, + "MonsterList": [ + [ + 2022040, + 2023010, + 2022040 + ] + ] + }, + { + "Level": 85, + "StageID": 202322326, + "MonsterList": [ + [ + 2022040, + 2023010, + 2022040 + ] + ] + }, + { + "Level": 30, + "StageID": 202322340, + "MonsterList": [ + [ + 2022010, + 2022060, + 2022060, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 40, + "StageID": 202322341, + "MonsterList": [ + [ + 2022010, + 2022060, + 2022060, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 48, + "StageID": 202322342, + "MonsterList": [ + [ + 2022010, + 2022060, + 2022060, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 56, + "StageID": 202322343, + "MonsterList": [ + [ + 2022010, + 2022060, + 2022060, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 202322344, + "MonsterList": [ + [ + 2022010, + 2022060, + 2022060, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 75, + "StageID": 202322345, + "MonsterList": [ + [ + 2022010, + 2022060, + 2022060, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 85, + "StageID": 202322346, + "MonsterList": [ + [ + 2022010, + 2022060, + 2022060, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 30, + "StageID": 202322350, + "MonsterList": [ + [ + 2022050, + 2022060, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 40, + "StageID": 202322351, + "MonsterList": [ + [ + 2022050, + 2022060, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 48, + "StageID": 202322352, + "MonsterList": [ + [ + 2022050, + 2022060, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 56, + "StageID": 202322353, + "MonsterList": [ + [ + 2022050, + 2022060, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 66, + "StageID": 202322354, + "MonsterList": [ + [ + 2022050, + 2022060, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 75, + "StageID": 202322355, + "MonsterList": [ + [ + 2022050, + 2022060, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 85, + "StageID": 202322356, + "MonsterList": [ + [ + 2022050, + 2022060, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 24, + "StageID": 202410010, + "MonsterList": [ + [ + 2032020, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 32, + "StageID": 202410011, + "MonsterList": [ + [ + 2032020, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 40, + "StageID": 202410012, + "MonsterList": [ + [ + 2032020, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 48, + "StageID": 202410013, + "MonsterList": [ + [ + 2032020, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 56, + "StageID": 202410014, + "MonsterList": [ + [ + 2032020, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 66, + "StageID": 202410015, + "MonsterList": [ + [ + 2032020, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 88, + "StageID": 202410016, + "MonsterList": [ + [ + 2032020, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 24, + "StageID": 202410020, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032010 + ] + ] + }, + { + "Level": 32, + "StageID": 202410021, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032010 + ] + ] + }, + { + "Level": 40, + "StageID": 202410022, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032010 + ] + ] + }, + { + "Level": 48, + "StageID": 202410023, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032010 + ] + ] + }, + { + "Level": 56, + "StageID": 202410024, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032010 + ] + ] + }, + { + "Level": 66, + "StageID": 202410025, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032010 + ] + ] + }, + { + "Level": 88, + "StageID": 202410026, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032010 + ] + ] + }, + { + "Level": 24, + "StageID": 202410030, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 32, + "StageID": 202410031, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 40, + "StageID": 202410032, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 48, + "StageID": 202410033, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 56, + "StageID": 202410034, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 66, + "StageID": 202410035, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 88, + "StageID": 202410036, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 24, + "StageID": 202410060, + "MonsterList": [ + [ + 8001050, + 2022010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 32, + "StageID": 202410061, + "MonsterList": [ + [ + 8001050, + 2022010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 40, + "StageID": 202410062, + "MonsterList": [ + [ + 8001050, + 2022010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 202410063, + "MonsterList": [ + [ + 8001050, + 2022010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 56, + "StageID": 202410064, + "MonsterList": [ + [ + 8001050, + 2022010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 202410065, + "MonsterList": [ + [ + 8001050, + 2022010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 88, + "StageID": 202410066, + "MonsterList": [ + [ + 8001050, + 2022010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 24, + "StageID": 202410070, + "MonsterList": [ + [ + 2022040, + 2022010, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 32, + "StageID": 202410071, + "MonsterList": [ + [ + 2022040, + 2022010, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 40, + "StageID": 202410072, + "MonsterList": [ + [ + 2022040, + 2022010, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 48, + "StageID": 202410073, + "MonsterList": [ + [ + 2022040, + 2022010, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 56, + "StageID": 202410074, + "MonsterList": [ + [ + 2022040, + 2022010, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 66, + "StageID": 202410075, + "MonsterList": [ + [ + 2022040, + 2022010, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 88, + "StageID": 202410076, + "MonsterList": [ + [ + 2022040, + 2022010, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 24, + "StageID": 202410080, + "MonsterList": [ + [ + 2032020, + 2022040, + 2022010 + ] + ] + }, + { + "Level": 32, + "StageID": 202410081, + "MonsterList": [ + [ + 2032020, + 2022040, + 2022010 + ] + ] + }, + { + "Level": 40, + "StageID": 202410082, + "MonsterList": [ + [ + 2032020, + 2022040, + 2022010 + ] + ] + }, + { + "Level": 48, + "StageID": 202410083, + "MonsterList": [ + [ + 2032020, + 2022040, + 2022010 + ] + ] + }, + { + "Level": 56, + "StageID": 202410084, + "MonsterList": [ + [ + 2032020, + 2022040, + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 202410085, + "MonsterList": [ + [ + 2032020, + 2022040, + 2022010 + ] + ] + }, + { + "Level": 88, + "StageID": 202410086, + "MonsterList": [ + [ + 2032020, + 2022040, + 2022010 + ] + ] + }, + { + "Level": 24, + "StageID": 202410090, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 32, + "StageID": 202410091, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 40, + "StageID": 202410092, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 48, + "StageID": 202410093, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 56, + "StageID": 202410094, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 66, + "StageID": 202410095, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 88, + "StageID": 202410096, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 24, + "StageID": 202410110, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032020 + ] + ] + }, + { + "Level": 32, + "StageID": 202410111, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032020 + ] + ] + }, + { + "Level": 40, + "StageID": 202410112, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032020 + ] + ] + }, + { + "Level": 48, + "StageID": 202410113, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032020 + ] + ] + }, + { + "Level": 56, + "StageID": 202410114, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032020 + ] + ] + }, + { + "Level": 66, + "StageID": 202410115, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032020 + ] + ] + }, + { + "Level": 88, + "StageID": 202410116, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032020 + ] + ] + }, + { + "Level": 24, + "StageID": 202410120, + "MonsterList": [ + [ + 8001050, + 2032010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 32, + "StageID": 202410121, + "MonsterList": [ + [ + 8001050, + 2032010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 40, + "StageID": 202410122, + "MonsterList": [ + [ + 8001050, + 2032010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 202410123, + "MonsterList": [ + [ + 8001050, + 2032010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 56, + "StageID": 202410124, + "MonsterList": [ + [ + 8001050, + 2032010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 202410125, + "MonsterList": [ + [ + 8001050, + 2032010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 88, + "StageID": 202410126, + "MonsterList": [ + [ + 8001050, + 2032010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 24, + "StageID": 202410130, + "MonsterList": [ + [ + 2022060, + 2032020, + 2032020, + 2022060 + ] + ] + }, + { + "Level": 32, + "StageID": 202410131, + "MonsterList": [ + [ + 2022060, + 2032020, + 2032020, + 2022060 + ] + ] + }, + { + "Level": 40, + "StageID": 202410132, + "MonsterList": [ + [ + 2022060, + 2032020, + 2032020, + 2022060 + ] + ] + }, + { + "Level": 48, + "StageID": 202410133, + "MonsterList": [ + [ + 2022060, + 2032020, + 2032020, + 2022060 + ] + ] + }, + { + "Level": 56, + "StageID": 202410134, + "MonsterList": [ + [ + 2022060, + 2032020, + 2032020, + 2022060 + ] + ] + }, + { + "Level": 66, + "StageID": 202410135, + "MonsterList": [ + [ + 2022060, + 2032020, + 2032020, + 2022060 + ] + ] + }, + { + "Level": 88, + "StageID": 202410136, + "MonsterList": [ + [ + 2022060, + 2032020, + 2032020, + 2022060 + ] + ] + }, + { + "Level": 24, + "StageID": 202410140, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 32, + "StageID": 202410141, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 40, + "StageID": 202410142, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 48, + "StageID": 202410143, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 56, + "StageID": 202410144, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 66, + "StageID": 202410145, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 88, + "StageID": 202410146, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 24, + "StageID": 202410160, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022060, + 8001050 + ] + ] + }, + { + "Level": 32, + "StageID": 202410161, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022060, + 8001050 + ] + ] + }, + { + "Level": 40, + "StageID": 202410162, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022060, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 202410163, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022060, + 8001050 + ] + ] + }, + { + "Level": 56, + "StageID": 202410164, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022060, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 202410165, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022060, + 8001050 + ] + ] + }, + { + "Level": 88, + "StageID": 202410166, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022060, + 8001050 + ] + ] + }, + { + "Level": 24, + "StageID": 202410170, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 32, + "StageID": 202410171, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 40, + "StageID": 202410172, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 48, + "StageID": 202410173, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 56, + "StageID": 202410174, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 66, + "StageID": 202410175, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 88, + "StageID": 202410176, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 24, + "StageID": 202410180, + "MonsterList": [ + [ + 2032020, + 2022010, + 2032020 + ] + ] + }, + { + "Level": 32, + "StageID": 202410181, + "MonsterList": [ + [ + 2032020, + 2022010, + 2032020 + ] + ] + }, + { + "Level": 40, + "StageID": 202410182, + "MonsterList": [ + [ + 2032020, + 2022010, + 2032020 + ] + ] + }, + { + "Level": 48, + "StageID": 202410183, + "MonsterList": [ + [ + 2032020, + 2022010, + 2032020 + ] + ] + }, + { + "Level": 56, + "StageID": 202410184, + "MonsterList": [ + [ + 2032020, + 2022010, + 2032020 + ] + ] + }, + { + "Level": 66, + "StageID": 202410185, + "MonsterList": [ + [ + 2032020, + 2022010, + 2032020 + ] + ] + }, + { + "Level": 88, + "StageID": 202410186, + "MonsterList": [ + [ + 2032020, + 2022010, + 2032020 + ] + ] + }, + { + "Level": 24, + "StageID": 202410210, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032010 + ] + ] + }, + { + "Level": 32, + "StageID": 202410211, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032010 + ] + ] + }, + { + "Level": 40, + "StageID": 202410212, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032010 + ] + ] + }, + { + "Level": 48, + "StageID": 202410213, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032010 + ] + ] + }, + { + "Level": 56, + "StageID": 202410214, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032010 + ] + ] + }, + { + "Level": 66, + "StageID": 202410215, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032010 + ] + ] + }, + { + "Level": 88, + "StageID": 202410216, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032010 + ] + ] + }, + { + "Level": 24, + "StageID": 202410220, + "MonsterList": [ + [ + 2022040, + 2032020, + 2032020, + 2022040 + ] + ] + }, + { + "Level": 32, + "StageID": 202410221, + "MonsterList": [ + [ + 2022040, + 2032020, + 2032020, + 2022040 + ] + ] + }, + { + "Level": 40, + "StageID": 202410222, + "MonsterList": [ + [ + 2022040, + 2032020, + 2032020, + 2022040 + ] + ] + }, + { + "Level": 48, + "StageID": 202410223, + "MonsterList": [ + [ + 2022040, + 2032020, + 2032020, + 2022040 + ] + ] + }, + { + "Level": 56, + "StageID": 202410224, + "MonsterList": [ + [ + 2022040, + 2032020, + 2032020, + 2022040 + ] + ] + }, + { + "Level": 66, + "StageID": 202410225, + "MonsterList": [ + [ + 2022040, + 2032020, + 2032020, + 2022040 + ] + ] + }, + { + "Level": 88, + "StageID": 202410226, + "MonsterList": [ + [ + 2022040, + 2032020, + 2032020, + 2022040 + ] + ] + }, + { + "Level": 24, + "StageID": 202410230, + "MonsterList": [ + [ + 2022040, + 2032020, + 2022050 + ] + ] + }, + { + "Level": 32, + "StageID": 202410231, + "MonsterList": [ + [ + 2022040, + 2032020, + 2022050 + ] + ] + }, + { + "Level": 40, + "StageID": 202410232, + "MonsterList": [ + [ + 2022040, + 2032020, + 2022050 + ] + ] + }, + { + "Level": 48, + "StageID": 202410233, + "MonsterList": [ + [ + 2022040, + 2032020, + 2022050 + ] + ] + }, + { + "Level": 56, + "StageID": 202410234, + "MonsterList": [ + [ + 2022040, + 2032020, + 2022050 + ] + ] + }, + { + "Level": 66, + "StageID": 202410235, + "MonsterList": [ + [ + 2022040, + 2032020, + 2022050 + ] + ] + }, + { + "Level": 88, + "StageID": 202410236, + "MonsterList": [ + [ + 2022040, + 2032020, + 2022050 + ] + ] + }, + { + "Level": 24, + "StageID": 202410240, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 32, + "StageID": 202410241, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 40, + "StageID": 202410242, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 48, + "StageID": 202410243, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 56, + "StageID": 202410244, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 66, + "StageID": 202410245, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 88, + "StageID": 202410246, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 24, + "StageID": 202410250, + "MonsterList": [ + [ + 2022060, + 2032020, + 2022040, + 2032020 + ] + ] + }, + { + "Level": 32, + "StageID": 202410251, + "MonsterList": [ + [ + 2022060, + 2032020, + 2022040, + 2032020 + ] + ] + }, + { + "Level": 40, + "StageID": 202410252, + "MonsterList": [ + [ + 2022060, + 2032020, + 2022040, + 2032020 + ] + ] + }, + { + "Level": 48, + "StageID": 202410253, + "MonsterList": [ + [ + 2022060, + 2032020, + 2022040, + 2032020 + ] + ] + }, + { + "Level": 56, + "StageID": 202410254, + "MonsterList": [ + [ + 2022060, + 2032020, + 2022040, + 2032020 + ] + ] + }, + { + "Level": 66, + "StageID": 202410255, + "MonsterList": [ + [ + 2022060, + 2032020, + 2022040, + 2032020 + ] + ] + }, + { + "Level": 88, + "StageID": 202410256, + "MonsterList": [ + [ + 2022060, + 2032020, + 2022040, + 2032020 + ] + ] + }, + { + "Level": 24, + "StageID": 202410260, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 32, + "StageID": 202410261, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 40, + "StageID": 202410262, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 48, + "StageID": 202410263, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 56, + "StageID": 202410264, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 66, + "StageID": 202410265, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 88, + "StageID": 202410266, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 24, + "StageID": 202410270, + "MonsterList": [ + [ + 2032020, + 2022040, + 2032020 + ] + ] + }, + { + "Level": 32, + "StageID": 202410271, + "MonsterList": [ + [ + 2032020, + 2022040, + 2032020 + ] + ] + }, + { + "Level": 40, + "StageID": 202410272, + "MonsterList": [ + [ + 2032020, + 2022040, + 2032020 + ] + ] + }, + { + "Level": 48, + "StageID": 202410273, + "MonsterList": [ + [ + 2032020, + 2022040, + 2032020 + ] + ] + }, + { + "Level": 56, + "StageID": 202410274, + "MonsterList": [ + [ + 2032020, + 2022040, + 2032020 + ] + ] + }, + { + "Level": 66, + "StageID": 202410275, + "MonsterList": [ + [ + 2032020, + 2022040, + 2032020 + ] + ] + }, + { + "Level": 88, + "StageID": 202410276, + "MonsterList": [ + [ + 2032020, + 2022040, + 2032020 + ] + ] + }, + { + "Level": 24, + "StageID": 202410280, + "MonsterList": [ + [ + 2022050, + 2032020, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 32, + "StageID": 202410281, + "MonsterList": [ + [ + 2022050, + 2032020, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 40, + "StageID": 202410282, + "MonsterList": [ + [ + 2022050, + 2032020, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 48, + "StageID": 202410283, + "MonsterList": [ + [ + 2022050, + 2032020, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 56, + "StageID": 202410284, + "MonsterList": [ + [ + 2022050, + 2032020, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 66, + "StageID": 202410285, + "MonsterList": [ + [ + 2022050, + 2032020, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 88, + "StageID": 202410286, + "MonsterList": [ + [ + 2022050, + 2032020, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 24, + "StageID": 202410290, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 32, + "StageID": 202410291, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 40, + "StageID": 202410292, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 48, + "StageID": 202410293, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 56, + "StageID": 202410294, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 66, + "StageID": 202410295, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 88, + "StageID": 202410296, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 24, + "StageID": 202410310, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032010 + ] + ] + }, + { + "Level": 32, + "StageID": 202410311, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032010 + ] + ] + }, + { + "Level": 40, + "StageID": 202410312, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032010 + ] + ] + }, + { + "Level": 48, + "StageID": 202410313, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032010 + ] + ] + }, + { + "Level": 56, + "StageID": 202410314, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032010 + ] + ] + }, + { + "Level": 66, + "StageID": 202410315, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032010 + ] + ] + }, + { + "Level": 88, + "StageID": 202410316, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032010 + ] + ] + }, + { + "Level": 24, + "StageID": 202410320, + "MonsterList": [ + [ + 2022040, + 2032020, + 2032020, + 2022040 + ] + ] + }, + { + "Level": 32, + "StageID": 202410321, + "MonsterList": [ + [ + 2022040, + 2032020, + 2032020, + 2022040 + ] + ] + }, + { + "Level": 40, + "StageID": 202410322, + "MonsterList": [ + [ + 2022040, + 2032020, + 2032020, + 2022040 + ] + ] + }, + { + "Level": 48, + "StageID": 202410323, + "MonsterList": [ + [ + 2022040, + 2032020, + 2032020, + 2022040 + ] + ] + }, + { + "Level": 56, + "StageID": 202410324, + "MonsterList": [ + [ + 2022040, + 2032020, + 2032020, + 2022040 + ] + ] + }, + { + "Level": 66, + "StageID": 202410325, + "MonsterList": [ + [ + 2022040, + 2032020, + 2032020, + 2022040 + ] + ] + }, + { + "Level": 88, + "StageID": 202410326, + "MonsterList": [ + [ + 2022040, + 2032020, + 2032020, + 2022040 + ] + ] + }, + { + "Level": 24, + "StageID": 202410330, + "MonsterList": [ + [ + 2022010, + 2032020, + 2022010, + 2022050 + ] + ] + }, + { + "Level": 32, + "StageID": 202410331, + "MonsterList": [ + [ + 2022010, + 2032020, + 2022010, + 2022050 + ] + ] + }, + { + "Level": 40, + "StageID": 202410332, + "MonsterList": [ + [ + 2022010, + 2032020, + 2022010, + 2022050 + ] + ] + }, + { + "Level": 48, + "StageID": 202410333, + "MonsterList": [ + [ + 2022010, + 2032020, + 2022010, + 2022050 + ] + ] + }, + { + "Level": 56, + "StageID": 202410334, + "MonsterList": [ + [ + 2022010, + 2032020, + 2022010, + 2022050 + ] + ] + }, + { + "Level": 66, + "StageID": 202410335, + "MonsterList": [ + [ + 2022010, + 2032020, + 2022010, + 2022050 + ] + ] + }, + { + "Level": 88, + "StageID": 202410336, + "MonsterList": [ + [ + 2022010, + 2032020, + 2022010, + 2022050 + ] + ] + }, + { + "Level": 24, + "StageID": 202410340, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 32, + "StageID": 202410341, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 40, + "StageID": 202410342, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 48, + "StageID": 202410343, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 56, + "StageID": 202410344, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 66, + "StageID": 202410345, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 88, + "StageID": 202410346, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 24, + "StageID": 202410350, + "MonsterList": [ + [ + 2022050, + 2032010, + 2032010 + ] + ] + }, + { + "Level": 32, + "StageID": 202410351, + "MonsterList": [ + [ + 2022050, + 2032010, + 2032010 + ] + ] + }, + { + "Level": 40, + "StageID": 202410352, + "MonsterList": [ + [ + 2022050, + 2032010, + 2032010 + ] + ] + }, + { + "Level": 48, + "StageID": 202410353, + "MonsterList": [ + [ + 2022050, + 2032010, + 2032010 + ] + ] + }, + { + "Level": 56, + "StageID": 202410354, + "MonsterList": [ + [ + 2022050, + 2032010, + 2032010 + ] + ] + }, + { + "Level": 66, + "StageID": 202410355, + "MonsterList": [ + [ + 2022050, + 2032010, + 2032010 + ] + ] + }, + { + "Level": 88, + "StageID": 202410356, + "MonsterList": [ + [ + 2022050, + 2032010, + 2032010 + ] + ] + }, + { + "Level": 24, + "StageID": 202410360, + "MonsterList": [ + [ + 2032020, + 2022040, + 2032020 + ] + ] + }, + { + "Level": 32, + "StageID": 202410361, + "MonsterList": [ + [ + 2032020, + 2022040, + 2032020 + ] + ] + }, + { + "Level": 40, + "StageID": 202410362, + "MonsterList": [ + [ + 2032020, + 2022040, + 2032020 + ] + ] + }, + { + "Level": 48, + "StageID": 202410363, + "MonsterList": [ + [ + 2032020, + 2022040, + 2032020 + ] + ] + }, + { + "Level": 56, + "StageID": 202410364, + "MonsterList": [ + [ + 2032020, + 2022040, + 2032020 + ] + ] + }, + { + "Level": 66, + "StageID": 202410365, + "MonsterList": [ + [ + 2032020, + 2022040, + 2032020 + ] + ] + }, + { + "Level": 88, + "StageID": 202410366, + "MonsterList": [ + [ + 2032020, + 2022040, + 2032020 + ] + ] + }, + { + "Level": 24, + "StageID": 202410370, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 32, + "StageID": 202410371, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 40, + "StageID": 202410372, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 48, + "StageID": 202410373, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 56, + "StageID": 202410374, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 66, + "StageID": 202410375, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 88, + "StageID": 202410376, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 24, + "StageID": 202410380, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 32, + "StageID": 202410381, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 40, + "StageID": 202410382, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 48, + "StageID": 202410383, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 56, + "StageID": 202410384, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 66, + "StageID": 202410385, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 88, + "StageID": 202410386, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 24, + "StageID": 202410390, + "MonsterList": [ + [ + 2032020, + 2022040, + 2032010 + ] + ] + }, + { + "Level": 32, + "StageID": 202410391, + "MonsterList": [ + [ + 2032020, + 2022040, + 2032010 + ] + ] + }, + { + "Level": 40, + "StageID": 202410392, + "MonsterList": [ + [ + 2032020, + 2022040, + 2032010 + ] + ] + }, + { + "Level": 48, + "StageID": 202410393, + "MonsterList": [ + [ + 2032020, + 2022040, + 2032010 + ] + ] + }, + { + "Level": 56, + "StageID": 202410394, + "MonsterList": [ + [ + 2032020, + 2022040, + 2032010 + ] + ] + }, + { + "Level": 66, + "StageID": 202410395, + "MonsterList": [ + [ + 2032020, + 2022040, + 2032010 + ] + ] + }, + { + "Level": 88, + "StageID": 202410396, + "MonsterList": [ + [ + 2032020, + 2022040, + 2032010 + ] + ] + }, + { + "Level": 24, + "StageID": 202410400, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 32, + "StageID": 202410401, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 40, + "StageID": 202410402, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 48, + "StageID": 202410403, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 56, + "StageID": 202410404, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 66, + "StageID": 202410405, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 88, + "StageID": 202410406, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 24, + "StageID": 202410510, + "MonsterList": [ + [ + 2032010, + 203202003, + 2032010 + ] + ] + }, + { + "Level": 32, + "StageID": 202410511, + "MonsterList": [ + [ + 2032010, + 203202003, + 2032010 + ] + ] + }, + { + "Level": 40, + "StageID": 202410512, + "MonsterList": [ + [ + 2032010, + 203202003, + 2032010 + ] + ] + }, + { + "Level": 48, + "StageID": 202410513, + "MonsterList": [ + [ + 2032010, + 203202003, + 2032010 + ] + ] + }, + { + "Level": 56, + "StageID": 202410514, + "MonsterList": [ + [ + 2032010, + 203202003, + 2032010 + ] + ] + }, + { + "Level": 66, + "StageID": 202410515, + "MonsterList": [ + [ + 2032010, + 203202003, + 2032010 + ] + ] + }, + { + "Level": 88, + "StageID": 202410516, + "MonsterList": [ + [ + 2032010, + 203202003, + 2032010 + ] + ] + }, + { + "Level": 24, + "StageID": 202410520, + "MonsterList": [ + [ + 8032010, + 8032020, + 8032020, + 8032010 + ] + ] + }, + { + "Level": 32, + "StageID": 202410521, + "MonsterList": [ + [ + 8032010, + 8032020, + 8032020, + 8032010 + ] + ] + }, + { + "Level": 40, + "StageID": 202410522, + "MonsterList": [ + [ + 8032010, + 8032020, + 8032020, + 8032010 + ] + ] + }, + { + "Level": 48, + "StageID": 202410523, + "MonsterList": [ + [ + 8032010, + 8032020, + 8032020, + 8032010 + ] + ] + }, + { + "Level": 56, + "StageID": 202410524, + "MonsterList": [ + [ + 8032010, + 8032020, + 8032020, + 8032010 + ] + ] + }, + { + "Level": 66, + "StageID": 202410525, + "MonsterList": [ + [ + 8032010, + 8032020, + 8032020, + 8032010 + ] + ] + }, + { + "Level": 88, + "StageID": 202410526, + "MonsterList": [ + [ + 8032010, + 8032020, + 8032020, + 8032010 + ] + ] + }, + { + "Level": 24, + "StageID": 202410530, + "MonsterList": [ + [ + 203301003 + ] + ] + }, + { + "Level": 32, + "StageID": 202410531, + "MonsterList": [ + [ + 203301003 + ] + ] + }, + { + "Level": 40, + "StageID": 202410532, + "MonsterList": [ + [ + 203301003 + ] + ] + }, + { + "Level": 48, + "StageID": 202410533, + "MonsterList": [ + [ + 203301003 + ] + ] + }, + { + "Level": 56, + "StageID": 202410534, + "MonsterList": [ + [ + 203301003 + ] + ] + }, + { + "Level": 66, + "StageID": 202410535, + "MonsterList": [ + [ + 203301003 + ] + ] + }, + { + "Level": 88, + "StageID": 202410536, + "MonsterList": [ + [ + 203301003 + ] + ] + }, + { + "Level": 24, + "StageID": 202410540, + "MonsterList": [ + [ + 2002010 + ] + ] + }, + { + "Level": 32, + "StageID": 202410541, + "MonsterList": [ + [ + 2002010 + ] + ] + }, + { + "Level": 40, + "StageID": 202410542, + "MonsterList": [ + [ + 2002010 + ] + ] + }, + { + "Level": 48, + "StageID": 202410543, + "MonsterList": [ + [ + 2002010 + ] + ] + }, + { + "Level": 56, + "StageID": 202410544, + "MonsterList": [ + [ + 2002010 + ] + ] + }, + { + "Level": 66, + "StageID": 202410545, + "MonsterList": [ + [ + 2002010 + ] + ] + }, + { + "Level": 88, + "StageID": 202410546, + "MonsterList": [ + [ + 2002010 + ] + ] + }, + { + "Level": 24, + "StageID": 202410560, + "MonsterList": [ + [ + 2032010, + 203301002, + 203301002 + ] + ] + }, + { + "Level": 32, + "StageID": 202410561, + "MonsterList": [ + [ + 2032010, + 203301002, + 203301002 + ] + ] + }, + { + "Level": 40, + "StageID": 202410562, + "MonsterList": [ + [ + 2032010, + 203301002, + 203301002 + ] + ] + }, + { + "Level": 48, + "StageID": 202410563, + "MonsterList": [ + [ + 2032010, + 203301002, + 203301002 + ] + ] + }, + { + "Level": 56, + "StageID": 202410564, + "MonsterList": [ + [ + 2032010, + 203301002, + 203301002 + ] + ] + }, + { + "Level": 66, + "StageID": 202410565, + "MonsterList": [ + [ + 2032010, + 203301002, + 203301002 + ] + ] + }, + { + "Level": 88, + "StageID": 202410566, + "MonsterList": [ + [ + 2032010, + 203301002, + 203301002 + ] + ] + }, + { + "Level": 24, + "StageID": 202410570, + "MonsterList": [ + [ + 2002031, + 2011010, + 2002010 + ], + [ + 2011010, + 2002010, + 2002031, + 2011010 + ], + [ + 2002010, + 2002031, + 2002010 + ] + ] + }, + { + "Level": 34, + "StageID": 202410571, + "MonsterList": [ + [ + 2002031, + 2011010, + 2002010 + ], + [ + 2011010, + 2002010, + 2002031, + 2011010 + ], + [ + 2002010, + 2002031, + 2002010 + ] + ] + }, + { + "Level": 44, + "StageID": 202410572, + "MonsterList": [ + [ + 2002031, + 2011010, + 2002010 + ], + [ + 2011010, + 2002010, + 2002031, + 2011010 + ], + [ + 2002010, + 2002031, + 2002010 + ] + ] + }, + { + "Level": 54, + "StageID": 202410573, + "MonsterList": [ + [ + 2002031, + 2011010, + 2002010 + ], + [ + 2011010, + 2002010, + 2002031, + 2011010 + ], + [ + 2002010, + 2002031, + 2002010 + ] + ] + }, + { + "Level": 64, + "StageID": 202410574, + "MonsterList": [ + [ + 2002031, + 2011010, + 2002010 + ], + [ + 2011010, + 2002010, + 2002031, + 2011010 + ], + [ + 2002010, + 2002031, + 2002010 + ] + ] + }, + { + "Level": 75, + "StageID": 202410575, + "MonsterList": [ + [ + 2002031, + 2011010, + 2002010 + ], + [ + 2011010, + 2002010, + 2002031, + 2011010 + ], + [ + 2002010, + 2002031, + 2002010 + ] + ] + }, + { + "Level": 88, + "StageID": 202410576, + "MonsterList": [ + [ + 2002031, + 2011010, + 2002010 + ], + [ + 2011010, + 2002010, + 2002031, + 2011010 + ], + [ + 2002010, + 2002031, + 2002010 + ] + ] + }, + { + "Level": 24, + "StageID": 202410580, + "MonsterList": [ + [ + 2032020, + 2002010, + 2002010, + 2032010 + ] + ] + }, + { + "Level": 32, + "StageID": 202410581, + "MonsterList": [ + [ + 2032020, + 2002010, + 2002010, + 2032010 + ] + ] + }, + { + "Level": 40, + "StageID": 202410582, + "MonsterList": [ + [ + 2032020, + 2002010, + 2002010, + 2032010 + ] + ] + }, + { + "Level": 48, + "StageID": 202410583, + "MonsterList": [ + [ + 2032020, + 2002010, + 2002010, + 2032010 + ] + ] + }, + { + "Level": 56, + "StageID": 202410584, + "MonsterList": [ + [ + 2032020, + 2002010, + 2002010, + 2032010 + ] + ] + }, + { + "Level": 66, + "StageID": 202410585, + "MonsterList": [ + [ + 2032020, + 2002010, + 2002010, + 2032010 + ] + ] + }, + { + "Level": 88, + "StageID": 202410586, + "MonsterList": [ + [ + 2032020, + 2002010, + 2002010, + 2032010 + ] + ] + }, + { + "Level": 24, + "StageID": 202410590, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032010 + ], + [ + 2032020, + 2032020, + 2032010, + 2032010 + ], + [ + 2032020, + 2033010, + 2032010 + ] + ] + }, + { + "Level": 32, + "StageID": 202410591, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032010 + ], + [ + 2032020, + 2032020, + 2032010, + 2032010 + ], + [ + 2032020, + 2033010, + 2032010 + ] + ] + }, + { + "Level": 40, + "StageID": 202410592, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032010 + ], + [ + 2032020, + 2032020, + 2032010, + 2032010 + ], + [ + 2032020, + 2033010, + 2032010 + ] + ] + }, + { + "Level": 48, + "StageID": 202410593, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032010 + ], + [ + 2032020, + 2032020, + 2032010, + 2032010 + ], + [ + 2032020, + 2033010, + 2032010 + ] + ] + }, + { + "Level": 56, + "StageID": 202410594, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032010 + ], + [ + 2032020, + 2032020, + 2032010, + 2032010 + ], + [ + 2032020, + 2033010, + 2032010 + ] + ] + }, + { + "Level": 66, + "StageID": 202410595, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032010 + ], + [ + 2032020, + 2032020, + 2032010, + 2032010 + ], + [ + 2032020, + 2033010, + 2032010 + ] + ] + }, + { + "Level": 88, + "StageID": 202410596, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032010 + ], + [ + 2032020, + 2032020, + 2032010, + 2032010 + ], + [ + 2032020, + 2033010, + 2032010 + ] + ] + }, + { + "Level": 24, + "StageID": 202410600, + "MonsterList": [ + [ + 2022010, + 2022060, + 2022010, + 2032010 + ], + [ + 2032020, + 2022060, + 2022060, + 2032020 + ], + [ + 2032010, + 2023010, + 2032020 + ] + ] + }, + { + "Level": 32, + "StageID": 202410601, + "MonsterList": [ + [ + 2022010, + 2022060, + 2022010, + 2032010 + ], + [ + 2032020, + 2022060, + 2022060, + 2032020 + ], + [ + 2032010, + 2023010, + 2032020 + ] + ] + }, + { + "Level": 40, + "StageID": 202410602, + "MonsterList": [ + [ + 2022010, + 2022060, + 2022010, + 2032010 + ], + [ + 2032020, + 2022060, + 2022060, + 2032020 + ], + [ + 2032010, + 2023010, + 2032020 + ] + ] + }, + { + "Level": 48, + "StageID": 202410603, + "MonsterList": [ + [ + 2022010, + 2022060, + 2022010, + 2032010 + ], + [ + 2032020, + 2022060, + 2022060, + 2032020 + ], + [ + 2032010, + 2023010, + 2032020 + ] + ] + }, + { + "Level": 56, + "StageID": 202410604, + "MonsterList": [ + [ + 2022010, + 2022060, + 2022010, + 2032010 + ], + [ + 2032020, + 2022060, + 2022060, + 2032020 + ], + [ + 2032010, + 2023010, + 2032020 + ] + ] + }, + { + "Level": 66, + "StageID": 202410605, + "MonsterList": [ + [ + 2022010, + 2022060, + 2022010, + 2032010 + ], + [ + 2032020, + 2022060, + 2022060, + 2032020 + ], + [ + 2032010, + 2023010, + 2032020 + ] + ] + }, + { + "Level": 88, + "StageID": 202410606, + "MonsterList": [ + [ + 2022010, + 2022060, + 2022010, + 2032010 + ], + [ + 2032020, + 2022060, + 2022060, + 2032020 + ], + [ + 2032010, + 2023010, + 2032020 + ] + ] + }, + { + "Level": 24, + "StageID": 202410610, + "MonsterList": [ + [ + 2032020, + 203301002, + 2032010 + ] + ] + }, + { + "Level": 32, + "StageID": 202410611, + "MonsterList": [ + [ + 2032020, + 203301002, + 2032010 + ] + ] + }, + { + "Level": 40, + "StageID": 202410612, + "MonsterList": [ + [ + 2032020, + 203301002, + 2032010 + ] + ] + }, + { + "Level": 48, + "StageID": 202410613, + "MonsterList": [ + [ + 2032020, + 203301002, + 2032010 + ] + ] + }, + { + "Level": 56, + "StageID": 202410614, + "MonsterList": [ + [ + 2032020, + 203301002, + 2032010 + ] + ] + }, + { + "Level": 66, + "StageID": 202410615, + "MonsterList": [ + [ + 2032020, + 203301002, + 2032010 + ] + ] + }, + { + "Level": 88, + "StageID": 202410616, + "MonsterList": [ + [ + 2032020, + 203301002, + 2032010 + ] + ] + }, + { + "Level": 24, + "StageID": 202411010, + "MonsterList": [ + [ + 2032020, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 32, + "StageID": 202411011, + "MonsterList": [ + [ + 2032020, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 40, + "StageID": 202411012, + "MonsterList": [ + [ + 2032020, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 48, + "StageID": 202411013, + "MonsterList": [ + [ + 2032020, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 56, + "StageID": 202411014, + "MonsterList": [ + [ + 2032020, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 66, + "StageID": 202411015, + "MonsterList": [ + [ + 2032020, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 88, + "StageID": 202411016, + "MonsterList": [ + [ + 2032020, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 24, + "StageID": 202411020, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032010 + ] + ] + }, + { + "Level": 32, + "StageID": 202411021, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032010 + ] + ] + }, + { + "Level": 40, + "StageID": 202411022, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032010 + ] + ] + }, + { + "Level": 48, + "StageID": 202411023, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032010 + ] + ] + }, + { + "Level": 56, + "StageID": 202411024, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032010 + ] + ] + }, + { + "Level": 66, + "StageID": 202411025, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032010 + ] + ] + }, + { + "Level": 88, + "StageID": 202411026, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032010 + ] + ] + }, + { + "Level": 24, + "StageID": 202411030, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 32, + "StageID": 202411031, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 40, + "StageID": 202411032, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 48, + "StageID": 202411033, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 56, + "StageID": 202411034, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 66, + "StageID": 202411035, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 88, + "StageID": 202411036, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 24, + "StageID": 202411060, + "MonsterList": [ + [ + 8001050, + 2022010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 32, + "StageID": 202411061, + "MonsterList": [ + [ + 8001050, + 2022010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 40, + "StageID": 202411062, + "MonsterList": [ + [ + 8001050, + 2022010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 202411063, + "MonsterList": [ + [ + 8001050, + 2022010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 56, + "StageID": 202411064, + "MonsterList": [ + [ + 8001050, + 2022010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 202411065, + "MonsterList": [ + [ + 8001050, + 2022010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 88, + "StageID": 202411066, + "MonsterList": [ + [ + 8001050, + 2022010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 24, + "StageID": 202411070, + "MonsterList": [ + [ + 2022040, + 2022010, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 32, + "StageID": 202411071, + "MonsterList": [ + [ + 2022040, + 2022010, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 40, + "StageID": 202411072, + "MonsterList": [ + [ + 2022040, + 2022010, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 48, + "StageID": 202411073, + "MonsterList": [ + [ + 2022040, + 2022010, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 56, + "StageID": 202411074, + "MonsterList": [ + [ + 2022040, + 2022010, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 66, + "StageID": 202411075, + "MonsterList": [ + [ + 2022040, + 2022010, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 88, + "StageID": 202411076, + "MonsterList": [ + [ + 2022040, + 2022010, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 24, + "StageID": 202411080, + "MonsterList": [ + [ + 2032020, + 2022040, + 2022010 + ] + ] + }, + { + "Level": 32, + "StageID": 202411081, + "MonsterList": [ + [ + 2032020, + 2022040, + 2022010 + ] + ] + }, + { + "Level": 40, + "StageID": 202411082, + "MonsterList": [ + [ + 2032020, + 2022040, + 2022010 + ] + ] + }, + { + "Level": 48, + "StageID": 202411083, + "MonsterList": [ + [ + 2032020, + 2022040, + 2022010 + ] + ] + }, + { + "Level": 56, + "StageID": 202411084, + "MonsterList": [ + [ + 2032020, + 2022040, + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 202411085, + "MonsterList": [ + [ + 2032020, + 2022040, + 2022010 + ] + ] + }, + { + "Level": 88, + "StageID": 202411086, + "MonsterList": [ + [ + 2032020, + 2022040, + 2022010 + ] + ] + }, + { + "Level": 24, + "StageID": 202411090, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 32, + "StageID": 202411091, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 40, + "StageID": 202411092, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 48, + "StageID": 202411093, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 56, + "StageID": 202411094, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 66, + "StageID": 202411095, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 88, + "StageID": 202411096, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 24, + "StageID": 202411110, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032020 + ] + ] + }, + { + "Level": 32, + "StageID": 202411111, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032020 + ] + ] + }, + { + "Level": 40, + "StageID": 202411112, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032020 + ] + ] + }, + { + "Level": 48, + "StageID": 202411113, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032020 + ] + ] + }, + { + "Level": 56, + "StageID": 202411114, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032020 + ] + ] + }, + { + "Level": 66, + "StageID": 202411115, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032020 + ] + ] + }, + { + "Level": 88, + "StageID": 202411116, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032020 + ] + ] + }, + { + "Level": 24, + "StageID": 202411120, + "MonsterList": [ + [ + 8001050, + 2032010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 32, + "StageID": 202411121, + "MonsterList": [ + [ + 8001050, + 2032010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 40, + "StageID": 202411122, + "MonsterList": [ + [ + 8001050, + 2032010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 202411123, + "MonsterList": [ + [ + 8001050, + 2032010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 56, + "StageID": 202411124, + "MonsterList": [ + [ + 8001050, + 2032010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 202411125, + "MonsterList": [ + [ + 8001050, + 2032010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 88, + "StageID": 202411126, + "MonsterList": [ + [ + 8001050, + 2032010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 24, + "StageID": 202411130, + "MonsterList": [ + [ + 2022060, + 2032020, + 2032020, + 2022060 + ] + ] + }, + { + "Level": 32, + "StageID": 202411131, + "MonsterList": [ + [ + 2022060, + 2032020, + 2032020, + 2022060 + ] + ] + }, + { + "Level": 40, + "StageID": 202411132, + "MonsterList": [ + [ + 2022060, + 2032020, + 2032020, + 2022060 + ] + ] + }, + { + "Level": 48, + "StageID": 202411133, + "MonsterList": [ + [ + 2022060, + 2032020, + 2032020, + 2022060 + ] + ] + }, + { + "Level": 56, + "StageID": 202411134, + "MonsterList": [ + [ + 2022060, + 2032020, + 2032020, + 2022060 + ] + ] + }, + { + "Level": 66, + "StageID": 202411135, + "MonsterList": [ + [ + 2022060, + 2032020, + 2032020, + 2022060 + ] + ] + }, + { + "Level": 88, + "StageID": 202411136, + "MonsterList": [ + [ + 2022060, + 2032020, + 2032020, + 2022060 + ] + ] + }, + { + "Level": 24, + "StageID": 202411140, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 32, + "StageID": 202411141, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 40, + "StageID": 202411142, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 48, + "StageID": 202411143, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 56, + "StageID": 202411144, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 66, + "StageID": 202411145, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 88, + "StageID": 202411146, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 24, + "StageID": 202411160, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022060, + 8001050 + ] + ] + }, + { + "Level": 32, + "StageID": 202411161, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022060, + 8001050 + ] + ] + }, + { + "Level": 40, + "StageID": 202411162, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022060, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 202411163, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022060, + 8001050 + ] + ] + }, + { + "Level": 56, + "StageID": 202411164, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022060, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 202411165, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022060, + 8001050 + ] + ] + }, + { + "Level": 88, + "StageID": 202411166, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022060, + 8001050 + ] + ] + }, + { + "Level": 24, + "StageID": 202411170, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 32, + "StageID": 202411171, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 40, + "StageID": 202411172, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 48, + "StageID": 202411173, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 56, + "StageID": 202411174, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 66, + "StageID": 202411175, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 88, + "StageID": 202411176, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 24, + "StageID": 202411180, + "MonsterList": [ + [ + 2032020, + 2022010, + 2032020 + ] + ] + }, + { + "Level": 32, + "StageID": 202411181, + "MonsterList": [ + [ + 2032020, + 2022010, + 2032020 + ] + ] + }, + { + "Level": 40, + "StageID": 202411182, + "MonsterList": [ + [ + 2032020, + 2022010, + 2032020 + ] + ] + }, + { + "Level": 48, + "StageID": 202411183, + "MonsterList": [ + [ + 2032020, + 2022010, + 2032020 + ] + ] + }, + { + "Level": 56, + "StageID": 202411184, + "MonsterList": [ + [ + 2032020, + 2022010, + 2032020 + ] + ] + }, + { + "Level": 66, + "StageID": 202411185, + "MonsterList": [ + [ + 2032020, + 2022010, + 2032020 + ] + ] + }, + { + "Level": 88, + "StageID": 202411186, + "MonsterList": [ + [ + 2032020, + 2022010, + 2032020 + ] + ] + }, + { + "Level": 24, + "StageID": 202411210, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032010 + ] + ] + }, + { + "Level": 32, + "StageID": 202411211, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032010 + ] + ] + }, + { + "Level": 40, + "StageID": 202411212, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032010 + ] + ] + }, + { + "Level": 48, + "StageID": 202411213, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032010 + ] + ] + }, + { + "Level": 56, + "StageID": 202411214, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032010 + ] + ] + }, + { + "Level": 66, + "StageID": 202411215, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032010 + ] + ] + }, + { + "Level": 88, + "StageID": 202411216, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032010 + ] + ] + }, + { + "Level": 24, + "StageID": 202411220, + "MonsterList": [ + [ + 2022040, + 2032020, + 2032020, + 2022040 + ] + ] + }, + { + "Level": 32, + "StageID": 202411221, + "MonsterList": [ + [ + 2022040, + 2032020, + 2032020, + 2022040 + ] + ] + }, + { + "Level": 40, + "StageID": 202411222, + "MonsterList": [ + [ + 2022040, + 2032020, + 2032020, + 2022040 + ] + ] + }, + { + "Level": 48, + "StageID": 202411223, + "MonsterList": [ + [ + 2022040, + 2032020, + 2032020, + 2022040 + ] + ] + }, + { + "Level": 56, + "StageID": 202411224, + "MonsterList": [ + [ + 2022040, + 2032020, + 2032020, + 2022040 + ] + ] + }, + { + "Level": 66, + "StageID": 202411225, + "MonsterList": [ + [ + 2022040, + 2032020, + 2032020, + 2022040 + ] + ] + }, + { + "Level": 88, + "StageID": 202411226, + "MonsterList": [ + [ + 2022040, + 2032020, + 2032020, + 2022040 + ] + ] + }, + { + "Level": 24, + "StageID": 202411230, + "MonsterList": [ + [ + 2022040, + 2032020, + 2022050 + ] + ] + }, + { + "Level": 32, + "StageID": 202411231, + "MonsterList": [ + [ + 2022040, + 2032020, + 2022050 + ] + ] + }, + { + "Level": 40, + "StageID": 202411232, + "MonsterList": [ + [ + 2022040, + 2032020, + 2022050 + ] + ] + }, + { + "Level": 48, + "StageID": 202411233, + "MonsterList": [ + [ + 2022040, + 2032020, + 2022050 + ] + ] + }, + { + "Level": 56, + "StageID": 202411234, + "MonsterList": [ + [ + 2022040, + 2032020, + 2022050 + ] + ] + }, + { + "Level": 66, + "StageID": 202411235, + "MonsterList": [ + [ + 2022040, + 2032020, + 2022050 + ] + ] + }, + { + "Level": 88, + "StageID": 202411236, + "MonsterList": [ + [ + 2022040, + 2032020, + 2022050 + ] + ] + }, + { + "Level": 24, + "StageID": 202411240, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 32, + "StageID": 202411241, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 40, + "StageID": 202411242, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 48, + "StageID": 202411243, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 56, + "StageID": 202411244, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 66, + "StageID": 202411245, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 88, + "StageID": 202411246, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 24, + "StageID": 202411250, + "MonsterList": [ + [ + 2022060, + 2032020, + 2022040, + 2032020 + ] + ] + }, + { + "Level": 32, + "StageID": 202411251, + "MonsterList": [ + [ + 2022060, + 2032020, + 2022040, + 2032020 + ] + ] + }, + { + "Level": 40, + "StageID": 202411252, + "MonsterList": [ + [ + 2022060, + 2032020, + 2022040, + 2032020 + ] + ] + }, + { + "Level": 48, + "StageID": 202411253, + "MonsterList": [ + [ + 2022060, + 2032020, + 2022040, + 2032020 + ] + ] + }, + { + "Level": 56, + "StageID": 202411254, + "MonsterList": [ + [ + 2022060, + 2032020, + 2022040, + 2032020 + ] + ] + }, + { + "Level": 66, + "StageID": 202411255, + "MonsterList": [ + [ + 2022060, + 2032020, + 2022040, + 2032020 + ] + ] + }, + { + "Level": 88, + "StageID": 202411256, + "MonsterList": [ + [ + 2022060, + 2032020, + 2022040, + 2032020 + ] + ] + }, + { + "Level": 24, + "StageID": 202411260, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 32, + "StageID": 202411261, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 40, + "StageID": 202411262, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 48, + "StageID": 202411263, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 56, + "StageID": 202411264, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 66, + "StageID": 202411265, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 88, + "StageID": 202411266, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 24, + "StageID": 202411270, + "MonsterList": [ + [ + 2032020, + 2022040, + 2032020 + ] + ] + }, + { + "Level": 32, + "StageID": 202411271, + "MonsterList": [ + [ + 2032020, + 2022040, + 2032020 + ] + ] + }, + { + "Level": 40, + "StageID": 202411272, + "MonsterList": [ + [ + 2032020, + 2022040, + 2032020 + ] + ] + }, + { + "Level": 48, + "StageID": 202411273, + "MonsterList": [ + [ + 2032020, + 2022040, + 2032020 + ] + ] + }, + { + "Level": 56, + "StageID": 202411274, + "MonsterList": [ + [ + 2032020, + 2022040, + 2032020 + ] + ] + }, + { + "Level": 66, + "StageID": 202411275, + "MonsterList": [ + [ + 2032020, + 2022040, + 2032020 + ] + ] + }, + { + "Level": 88, + "StageID": 202411276, + "MonsterList": [ + [ + 2032020, + 2022040, + 2032020 + ] + ] + }, + { + "Level": 24, + "StageID": 202411280, + "MonsterList": [ + [ + 2022050, + 2032020, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 32, + "StageID": 202411281, + "MonsterList": [ + [ + 2022050, + 2032020, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 40, + "StageID": 202411282, + "MonsterList": [ + [ + 2022050, + 2032020, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 48, + "StageID": 202411283, + "MonsterList": [ + [ + 2022050, + 2032020, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 56, + "StageID": 202411284, + "MonsterList": [ + [ + 2022050, + 2032020, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 66, + "StageID": 202411285, + "MonsterList": [ + [ + 2022050, + 2032020, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 88, + "StageID": 202411286, + "MonsterList": [ + [ + 2022050, + 2032020, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 24, + "StageID": 202411290, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 32, + "StageID": 202411291, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 40, + "StageID": 202411292, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 48, + "StageID": 202411293, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 56, + "StageID": 202411294, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 66, + "StageID": 202411295, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 88, + "StageID": 202411296, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 24, + "StageID": 202411700, + "MonsterList": [ + [ + 2032020, + 2032010, + 8002040, + 2032020 + ] + ] + }, + { + "Level": 32, + "StageID": 202411701, + "MonsterList": [ + [ + 2032020, + 2032010, + 8002040, + 2032020 + ] + ] + }, + { + "Level": 40, + "StageID": 202411702, + "MonsterList": [ + [ + 2032020, + 2032010, + 8002040, + 2032020 + ] + ] + }, + { + "Level": 48, + "StageID": 202411703, + "MonsterList": [ + [ + 2032020, + 2032010, + 8002040, + 2032020 + ] + ] + }, + { + "Level": 56, + "StageID": 202411704, + "MonsterList": [ + [ + 2032020, + 2032010, + 8002040, + 2032020 + ] + ] + }, + { + "Level": 66, + "StageID": 202411705, + "MonsterList": [ + [ + 2032020, + 2032010, + 8002040, + 2032020 + ] + ] + }, + { + "Level": 88, + "StageID": 202411706, + "MonsterList": [ + [ + 2032020, + 2032010, + 8002040, + 2032020 + ] + ] + }, + { + "Level": 24, + "StageID": 202412010, + "MonsterList": [ + [ + 2011010, + 2013010, + 2011020 + ] + ] + }, + { + "Level": 32, + "StageID": 202412011, + "MonsterList": [ + [ + 2011010, + 2013010, + 2011020 + ] + ] + }, + { + "Level": 40, + "StageID": 202412012, + "MonsterList": [ + [ + 2011010, + 2013010, + 2011020 + ] + ] + }, + { + "Level": 48, + "StageID": 202412013, + "MonsterList": [ + [ + 2011010, + 2013010, + 2011020 + ] + ] + }, + { + "Level": 56, + "StageID": 202412014, + "MonsterList": [ + [ + 2011010, + 2013010, + 2011020 + ] + ] + }, + { + "Level": 66, + "StageID": 202412015, + "MonsterList": [ + [ + 2011010, + 2013010, + 2011020 + ] + ] + }, + { + "Level": 88, + "StageID": 202412016, + "MonsterList": [ + [ + 2011010, + 2013010, + 2011020 + ] + ] + }, + { + "Level": 24, + "StageID": 202412020, + "MonsterList": [ + [ + 3024010 + ] + ] + }, + { + "Level": 32, + "StageID": 202412021, + "MonsterList": [ + [ + 3024010 + ] + ] + }, + { + "Level": 40, + "StageID": 202412022, + "MonsterList": [ + [ + 3024010 + ] + ] + }, + { + "Level": 48, + "StageID": 202412023, + "MonsterList": [ + [ + 3024010 + ] + ] + }, + { + "Level": 56, + "StageID": 202412024, + "MonsterList": [ + [ + 3024010 + ] + ] + }, + { + "Level": 66, + "StageID": 202412025, + "MonsterList": [ + [ + 3024010 + ] + ] + }, + { + "Level": 88, + "StageID": 202412026, + "MonsterList": [ + [ + 3024010 + ] + ] + }, + { + "Level": 24, + "StageID": 202412060, + "MonsterList": [ + [ + 8032020, + 8032010, + 8032020 + ], + [ + 8032010, + 202205006, + 8032010 + ] + ] + }, + { + "Level": 32, + "StageID": 202412061, + "MonsterList": [ + [ + 8032020, + 8032010, + 8032020 + ], + [ + 8032010, + 202205006, + 8032010 + ] + ] + }, + { + "Level": 40, + "StageID": 202412062, + "MonsterList": [ + [ + 8032020, + 8032010, + 8032020 + ], + [ + 8032010, + 202205006, + 8032010 + ] + ] + }, + { + "Level": 48, + "StageID": 202412063, + "MonsterList": [ + [ + 8032020, + 8032010, + 8032020 + ], + [ + 8032010, + 202205006, + 8032010 + ] + ] + }, + { + "Level": 56, + "StageID": 202412064, + "MonsterList": [ + [ + 8032020, + 8032010, + 8032020 + ], + [ + 8032010, + 202205006, + 8032010 + ] + ] + }, + { + "Level": 66, + "StageID": 202412065, + "MonsterList": [ + [ + 8032020, + 8032010, + 8032020 + ], + [ + 8032010, + 202205006, + 8032010 + ] + ] + }, + { + "Level": 88, + "StageID": 202412066, + "MonsterList": [ + [ + 8032020, + 8032010, + 8032020 + ], + [ + 8032010, + 202205006, + 8032010 + ] + ] + }, + { + "Level": 32, + "StageID": 202412310, + "MonsterList": [ + [ + 2032010, + 2032020, + 2033010, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 41, + "StageID": 202412311, + "MonsterList": [ + [ + 2032010, + 2032020, + 2033010, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 50, + "StageID": 202412312, + "MonsterList": [ + [ + 2032010, + 2032020, + 2033010, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 58, + "StageID": 202412313, + "MonsterList": [ + [ + 2032010, + 2032020, + 2033010, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 68, + "StageID": 202412314, + "MonsterList": [ + [ + 2032010, + 2032020, + 2033010, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 78, + "StageID": 202412315, + "MonsterList": [ + [ + 2032010, + 2032020, + 2033010, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 92, + "StageID": 202412316, + "MonsterList": [ + [ + 2032010, + 2032020, + 2033010, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 24, + "StageID": 202420010, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 32, + "StageID": 202420011, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 40, + "StageID": 202420012, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 48, + "StageID": 202420013, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 56, + "StageID": 202420014, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 66, + "StageID": 202420015, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 88, + "StageID": 202420016, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 24, + "StageID": 202420020, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 32, + "StageID": 202420021, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 40, + "StageID": 202420022, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 48, + "StageID": 202420023, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 56, + "StageID": 202420024, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 66, + "StageID": 202420025, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 88, + "StageID": 202420026, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 24, + "StageID": 202420030, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 32, + "StageID": 202420031, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 40, + "StageID": 202420032, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 48, + "StageID": 202420033, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 56, + "StageID": 202420034, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 66, + "StageID": 202420035, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 88, + "StageID": 202420036, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 24, + "StageID": 202420040, + "MonsterList": [ + [ + 8001040, + 2032020, + 2032020, + 8001040 + ] + ] + }, + { + "Level": 32, + "StageID": 202420041, + "MonsterList": [ + [ + 8001040, + 2032020, + 2032020, + 8001040 + ] + ] + }, + { + "Level": 40, + "StageID": 202420042, + "MonsterList": [ + [ + 8001040, + 2032020, + 2032020, + 8001040 + ] + ] + }, + { + "Level": 48, + "StageID": 202420043, + "MonsterList": [ + [ + 8001040, + 2032020, + 2032020, + 8001040 + ] + ] + }, + { + "Level": 56, + "StageID": 202420044, + "MonsterList": [ + [ + 8001040, + 2032020, + 2032020, + 8001040 + ] + ] + }, + { + "Level": 66, + "StageID": 202420045, + "MonsterList": [ + [ + 8001040, + 2032020, + 2032020, + 8001040 + ] + ] + }, + { + "Level": 88, + "StageID": 202420046, + "MonsterList": [ + [ + 8001040, + 2032020, + 2032020, + 8001040 + ] + ] + }, + { + "Level": 24, + "StageID": 202420050, + "MonsterList": [ + [ + 8001050, + 2032010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 32, + "StageID": 202420051, + "MonsterList": [ + [ + 8001050, + 2032010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 40, + "StageID": 202420052, + "MonsterList": [ + [ + 8001050, + 2032010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 202420053, + "MonsterList": [ + [ + 8001050, + 2032010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 56, + "StageID": 202420054, + "MonsterList": [ + [ + 8001050, + 2032010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 202420055, + "MonsterList": [ + [ + 8001050, + 2032010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 88, + "StageID": 202420056, + "MonsterList": [ + [ + 8001050, + 2032010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 24, + "StageID": 202420060, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 32, + "StageID": 202420061, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 40, + "StageID": 202420062, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 48, + "StageID": 202420063, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 56, + "StageID": 202420064, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 66, + "StageID": 202420065, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 88, + "StageID": 202420066, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 24, + "StageID": 202420070, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 32, + "StageID": 202420071, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 40, + "StageID": 202420072, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 48, + "StageID": 202420073, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 56, + "StageID": 202420074, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 66, + "StageID": 202420075, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 88, + "StageID": 202420076, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 24, + "StageID": 202420110, + "MonsterList": [ + [ + 2032020, + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 32, + "StageID": 202420111, + "MonsterList": [ + [ + 2032020, + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 40, + "StageID": 202420112, + "MonsterList": [ + [ + 2032020, + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 48, + "StageID": 202420113, + "MonsterList": [ + [ + 2032020, + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 56, + "StageID": 202420114, + "MonsterList": [ + [ + 2032020, + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 66, + "StageID": 202420115, + "MonsterList": [ + [ + 2032020, + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 88, + "StageID": 202420116, + "MonsterList": [ + [ + 2032020, + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 24, + "StageID": 202420120, + "MonsterList": [ + [ + 8001040, + 2032020, + 2032020, + 8001040 + ] + ] + }, + { + "Level": 32, + "StageID": 202420121, + "MonsterList": [ + [ + 8001040, + 2032020, + 2032020, + 8001040 + ] + ] + }, + { + "Level": 40, + "StageID": 202420122, + "MonsterList": [ + [ + 8001040, + 2032020, + 2032020, + 8001040 + ] + ] + }, + { + "Level": 48, + "StageID": 202420123, + "MonsterList": [ + [ + 8001040, + 2032020, + 2032020, + 8001040 + ] + ] + }, + { + "Level": 56, + "StageID": 202420124, + "MonsterList": [ + [ + 8001040, + 2032020, + 2032020, + 8001040 + ] + ] + }, + { + "Level": 66, + "StageID": 202420125, + "MonsterList": [ + [ + 8001040, + 2032020, + 2032020, + 8001040 + ] + ] + }, + { + "Level": 88, + "StageID": 202420126, + "MonsterList": [ + [ + 8001040, + 2032020, + 2032020, + 8001040 + ] + ] + }, + { + "Level": 24, + "StageID": 202420130, + "MonsterList": [ + [ + 8001050, + 2032010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 32, + "StageID": 202420131, + "MonsterList": [ + [ + 8001050, + 2032010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 40, + "StageID": 202420132, + "MonsterList": [ + [ + 8001050, + 2032010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 202420133, + "MonsterList": [ + [ + 8001050, + 2032010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 56, + "StageID": 202420134, + "MonsterList": [ + [ + 8001050, + 2032010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 202420135, + "MonsterList": [ + [ + 8001050, + 2032010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 88, + "StageID": 202420136, + "MonsterList": [ + [ + 8001050, + 2032010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 24, + "StageID": 202420140, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 32, + "StageID": 202420141, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 40, + "StageID": 202420142, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 48, + "StageID": 202420143, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 56, + "StageID": 202420144, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 66, + "StageID": 202420145, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 88, + "StageID": 202420146, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 24, + "StageID": 202420210, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 32, + "StageID": 202420211, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 40, + "StageID": 202420212, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 48, + "StageID": 202420213, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 56, + "StageID": 202420214, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 66, + "StageID": 202420215, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 88, + "StageID": 202420216, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 24, + "StageID": 202420220, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 32, + "StageID": 202420221, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 40, + "StageID": 202420222, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 48, + "StageID": 202420223, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 56, + "StageID": 202420224, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 66, + "StageID": 202420225, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 88, + "StageID": 202420226, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 24, + "StageID": 202420310, + "MonsterList": [ + [ + 2032020, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 32, + "StageID": 202420311, + "MonsterList": [ + [ + 2032020, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 40, + "StageID": 202420312, + "MonsterList": [ + [ + 2032020, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 48, + "StageID": 202420313, + "MonsterList": [ + [ + 2032020, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 56, + "StageID": 202420314, + "MonsterList": [ + [ + 2032020, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 66, + "StageID": 202420315, + "MonsterList": [ + [ + 2032020, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 88, + "StageID": 202420316, + "MonsterList": [ + [ + 2032020, + 2032020, + 2032010 + ] + ] + }, + { + "Level": 24, + "StageID": 202420320, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032010 + ] + ] + }, + { + "Level": 32, + "StageID": 202420321, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032010 + ] + ] + }, + { + "Level": 40, + "StageID": 202420322, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032010 + ] + ] + }, + { + "Level": 48, + "StageID": 202420323, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032010 + ] + ] + }, + { + "Level": 56, + "StageID": 202420324, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032010 + ] + ] + }, + { + "Level": 66, + "StageID": 202420325, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032010 + ] + ] + }, + { + "Level": 88, + "StageID": 202420326, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032010 + ] + ] + }, + { + "Level": 24, + "StageID": 202420330, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 32, + "StageID": 202420331, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 40, + "StageID": 202420332, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 48, + "StageID": 202420333, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 56, + "StageID": 202420334, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 66, + "StageID": 202420335, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 88, + "StageID": 202420336, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 24, + "StageID": 202420340, + "MonsterList": [ + [ + 8001050, + 2022010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 32, + "StageID": 202420341, + "MonsterList": [ + [ + 8001050, + 2022010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 40, + "StageID": 202420342, + "MonsterList": [ + [ + 8001050, + 2022010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 202420343, + "MonsterList": [ + [ + 8001050, + 2022010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 56, + "StageID": 202420344, + "MonsterList": [ + [ + 8001050, + 2022010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 202420345, + "MonsterList": [ + [ + 8001050, + 2022010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 88, + "StageID": 202420346, + "MonsterList": [ + [ + 8001050, + 2022010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 24, + "StageID": 202420350, + "MonsterList": [ + [ + 2022040, + 2022010, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 32, + "StageID": 202420351, + "MonsterList": [ + [ + 2022040, + 2022010, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 40, + "StageID": 202420352, + "MonsterList": [ + [ + 2022040, + 2022010, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 48, + "StageID": 202420353, + "MonsterList": [ + [ + 2022040, + 2022010, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 56, + "StageID": 202420354, + "MonsterList": [ + [ + 2022040, + 2022010, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 66, + "StageID": 202420355, + "MonsterList": [ + [ + 2022040, + 2022010, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 88, + "StageID": 202420356, + "MonsterList": [ + [ + 2022040, + 2022010, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 24, + "StageID": 202420360, + "MonsterList": [ + [ + 2032020, + 2022040, + 2022010 + ] + ] + }, + { + "Level": 32, + "StageID": 202420361, + "MonsterList": [ + [ + 2032020, + 2022040, + 2022010 + ] + ] + }, + { + "Level": 40, + "StageID": 202420362, + "MonsterList": [ + [ + 2032020, + 2022040, + 2022010 + ] + ] + }, + { + "Level": 48, + "StageID": 202420363, + "MonsterList": [ + [ + 2032020, + 2022040, + 2022010 + ] + ] + }, + { + "Level": 56, + "StageID": 202420364, + "MonsterList": [ + [ + 2032020, + 2022040, + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 202420365, + "MonsterList": [ + [ + 2032020, + 2022040, + 2022010 + ] + ] + }, + { + "Level": 88, + "StageID": 202420366, + "MonsterList": [ + [ + 2032020, + 2022040, + 2022010 + ] + ] + }, + { + "Level": 24, + "StageID": 202420370, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 32, + "StageID": 202420371, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 40, + "StageID": 202420372, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 48, + "StageID": 202420373, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 56, + "StageID": 202420374, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 66, + "StageID": 202420375, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 88, + "StageID": 202420376, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 24, + "StageID": 202420380, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032020 + ] + ] + }, + { + "Level": 32, + "StageID": 202420381, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032020 + ] + ] + }, + { + "Level": 40, + "StageID": 202420382, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032020 + ] + ] + }, + { + "Level": 48, + "StageID": 202420383, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032020 + ] + ] + }, + { + "Level": 56, + "StageID": 202420384, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032020 + ] + ] + }, + { + "Level": 66, + "StageID": 202420385, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032020 + ] + ] + }, + { + "Level": 88, + "StageID": 202420386, + "MonsterList": [ + [ + 2032010, + 2032020, + 2032020 + ] + ] + }, + { + "Level": 24, + "StageID": 202420390, + "MonsterList": [ + [ + 8001050, + 2032010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 32, + "StageID": 202420391, + "MonsterList": [ + [ + 8001050, + 2032010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 40, + "StageID": 202420392, + "MonsterList": [ + [ + 8001050, + 2032010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 202420393, + "MonsterList": [ + [ + 8001050, + 2032010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 56, + "StageID": 202420394, + "MonsterList": [ + [ + 8001050, + 2032010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 202420395, + "MonsterList": [ + [ + 8001050, + 2032010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 88, + "StageID": 202420396, + "MonsterList": [ + [ + 8001050, + 2032010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 24, + "StageID": 202420400, + "MonsterList": [ + [ + 2022060, + 2032020, + 2032020, + 2022060 + ] + ] + }, + { + "Level": 32, + "StageID": 202420401, + "MonsterList": [ + [ + 2022060, + 2032020, + 2032020, + 2022060 + ] + ] + }, + { + "Level": 40, + "StageID": 202420402, + "MonsterList": [ + [ + 2022060, + 2032020, + 2032020, + 2022060 + ] + ] + }, + { + "Level": 48, + "StageID": 202420403, + "MonsterList": [ + [ + 2022060, + 2032020, + 2032020, + 2022060 + ] + ] + }, + { + "Level": 56, + "StageID": 202420404, + "MonsterList": [ + [ + 2022060, + 2032020, + 2032020, + 2022060 + ] + ] + }, + { + "Level": 66, + "StageID": 202420405, + "MonsterList": [ + [ + 2022060, + 2032020, + 2032020, + 2022060 + ] + ] + }, + { + "Level": 88, + "StageID": 202420406, + "MonsterList": [ + [ + 2022060, + 2032020, + 2032020, + 2022060 + ] + ] + }, + { + "Level": 24, + "StageID": 202420420, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022060, + 8001050 + ] + ] + }, + { + "Level": 32, + "StageID": 202420421, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022060, + 8001050 + ] + ] + }, + { + "Level": 40, + "StageID": 202420422, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022060, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 202420423, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022060, + 8001050 + ] + ] + }, + { + "Level": 56, + "StageID": 202420424, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022060, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 202420425, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022060, + 8001050 + ] + ] + }, + { + "Level": 88, + "StageID": 202420426, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022060, + 8001050 + ] + ] + }, + { + "Level": 24, + "StageID": 202420430, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 32, + "StageID": 202420431, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 40, + "StageID": 202420432, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 48, + "StageID": 202420433, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 56, + "StageID": 202420434, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 66, + "StageID": 202420435, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 88, + "StageID": 202420436, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 24, + "StageID": 202420440, + "MonsterList": [ + [ + 2032020, + 2022010, + 2032020 + ] + ] + }, + { + "Level": 32, + "StageID": 202420441, + "MonsterList": [ + [ + 2032020, + 2022010, + 2032020 + ] + ] + }, + { + "Level": 40, + "StageID": 202420442, + "MonsterList": [ + [ + 2032020, + 2022010, + 2032020 + ] + ] + }, + { + "Level": 48, + "StageID": 202420443, + "MonsterList": [ + [ + 2032020, + 2022010, + 2032020 + ] + ] + }, + { + "Level": 56, + "StageID": 202420444, + "MonsterList": [ + [ + 2032020, + 2022010, + 2032020 + ] + ] + }, + { + "Level": 66, + "StageID": 202420445, + "MonsterList": [ + [ + 2032020, + 2022010, + 2032020 + ] + ] + }, + { + "Level": 88, + "StageID": 202420446, + "MonsterList": [ + [ + 2032020, + 2022010, + 2032020 + ] + ] + }, + { + "Level": 24, + "StageID": 202420510, + "MonsterList": [ + [ + 2033010 + ] + ] + }, + { + "Level": 32, + "StageID": 202420511, + "MonsterList": [ + [ + 2033010 + ] + ] + }, + { + "Level": 40, + "StageID": 202420512, + "MonsterList": [ + [ + 2033010 + ] + ] + }, + { + "Level": 48, + "StageID": 202420513, + "MonsterList": [ + [ + 2033010 + ] + ] + }, + { + "Level": 56, + "StageID": 202420514, + "MonsterList": [ + [ + 2033010 + ] + ] + }, + { + "Level": 66, + "StageID": 202420515, + "MonsterList": [ + [ + 2033010 + ] + ] + }, + { + "Level": 88, + "StageID": 202420516, + "MonsterList": [ + [ + 2033010 + ] + ] + }, + { + "Level": 24, + "StageID": 202420530, + "MonsterList": [ + [ + 203201001, + 203202001, + 203202001, + 203201001 + ] + ] + }, + { + "Level": 32, + "StageID": 202420531, + "MonsterList": [ + [ + 203201001, + 203202001, + 203202001, + 203201001 + ] + ] + }, + { + "Level": 40, + "StageID": 202420532, + "MonsterList": [ + [ + 203201001, + 203202001, + 203202001, + 203201001 + ] + ] + }, + { + "Level": 48, + "StageID": 202420533, + "MonsterList": [ + [ + 203201001, + 203202001, + 203202001, + 203201001 + ] + ] + }, + { + "Level": 56, + "StageID": 202420534, + "MonsterList": [ + [ + 203201001, + 203202001, + 203202001, + 203201001 + ] + ] + }, + { + "Level": 66, + "StageID": 202420535, + "MonsterList": [ + [ + 203201001, + 203202001, + 203202001, + 203201001 + ] + ] + }, + { + "Level": 88, + "StageID": 202420536, + "MonsterList": [ + [ + 203201001, + 203202001, + 203202001, + 203201001 + ] + ] + }, + { + "Level": 24, + "StageID": 202420550, + "MonsterList": [ + [ + 2032020, + 203201002, + 2032020 + ] + ] + }, + { + "Level": 32, + "StageID": 202420551, + "MonsterList": [ + [ + 2032020, + 203201002, + 2032020 + ] + ] + }, + { + "Level": 40, + "StageID": 202420552, + "MonsterList": [ + [ + 2032020, + 203201002, + 2032020 + ] + ] + }, + { + "Level": 48, + "StageID": 202420553, + "MonsterList": [ + [ + 2032020, + 203201002, + 2032020 + ] + ] + }, + { + "Level": 56, + "StageID": 202420554, + "MonsterList": [ + [ + 2032020, + 203201002, + 2032020 + ] + ] + }, + { + "Level": 66, + "StageID": 202420555, + "MonsterList": [ + [ + 2032020, + 203201002, + 2032020 + ] + ] + }, + { + "Level": 88, + "StageID": 202420556, + "MonsterList": [ + [ + 2032020, + 203201002, + 2032020 + ] + ] + }, + { + "Level": 24, + "StageID": 202420570, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032021, + 2032010, + 2032010 + ] + ] + }, + { + "Level": 32, + "StageID": 202420571, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032021, + 2032010, + 2032010 + ] + ] + }, + { + "Level": 40, + "StageID": 202420572, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032021, + 2032010, + 2032010 + ] + ] + }, + { + "Level": 48, + "StageID": 202420573, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032021, + 2032010, + 2032010 + ] + ] + }, + { + "Level": 56, + "StageID": 202420574, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032021, + 2032010, + 2032010 + ] + ] + }, + { + "Level": 66, + "StageID": 202420575, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032021, + 2032010, + 2032010 + ] + ] + }, + { + "Level": 88, + "StageID": 202420576, + "MonsterList": [ + [ + 2032010, + 2032010, + 2032021, + 2032010, + 2032010 + ] + ] + }, + { + "Level": 24, + "StageID": 202420600, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 32, + "StageID": 202420601, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 40, + "StageID": 202420602, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 48, + "StageID": 202420603, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 56, + "StageID": 202420604, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 66, + "StageID": 202420605, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 88, + "StageID": 202420606, + "MonsterList": [ + [ + 2032020, + 2032010, + 2032010, + 2032020 + ] + ] + }, + { + "Level": 24, + "StageID": 202420610, + "MonsterList": [ + [ + 8001040, + 2032020, + 2032020, + 8001040 + ] + ] + }, + { + "Level": 32, + "StageID": 202420611, + "MonsterList": [ + [ + 8001040, + 2032020, + 2032020, + 8001040 + ] + ] + }, + { + "Level": 40, + "StageID": 202420612, + "MonsterList": [ + [ + 8001040, + 2032020, + 2032020, + 8001040 + ] + ] + }, + { + "Level": 48, + "StageID": 202420613, + "MonsterList": [ + [ + 8001040, + 2032020, + 2032020, + 8001040 + ] + ] + }, + { + "Level": 56, + "StageID": 202420614, + "MonsterList": [ + [ + 8001040, + 2032020, + 2032020, + 8001040 + ] + ] + }, + { + "Level": 66, + "StageID": 202420615, + "MonsterList": [ + [ + 8001040, + 2032020, + 2032020, + 8001040 + ] + ] + }, + { + "Level": 88, + "StageID": 202420616, + "MonsterList": [ + [ + 8001040, + 2032020, + 2032020, + 8001040 + ] + ] + }, + { + "Level": 24, + "StageID": 202420620, + "MonsterList": [ + [ + 8001050, + 2032010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 32, + "StageID": 202420621, + "MonsterList": [ + [ + 8001050, + 2032010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 40, + "StageID": 202420622, + "MonsterList": [ + [ + 8001050, + 2032010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 202420623, + "MonsterList": [ + [ + 8001050, + 2032010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 56, + "StageID": 202420624, + "MonsterList": [ + [ + 8001050, + 2032010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 202420625, + "MonsterList": [ + [ + 8001050, + 2032010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 88, + "StageID": 202420626, + "MonsterList": [ + [ + 8001050, + 2032010, + 2032010, + 8001050 + ] + ] + }, + { + "Level": 24, + "StageID": 202420650, + "MonsterList": [ + [ + 2034011 + ] + ] + }, + { + "Level": 32, + "StageID": 202420651, + "MonsterList": [ + [ + 2034011 + ] + ] + }, + { + "Level": 40, + "StageID": 202420652, + "MonsterList": [ + [ + 2034011 + ] + ] + }, + { + "Level": 48, + "StageID": 202420653, + "MonsterList": [ + [ + 2034011 + ] + ] + }, + { + "Level": 56, + "StageID": 202420654, + "MonsterList": [ + [ + 2034011 + ] + ] + }, + { + "Level": 66, + "StageID": 202420655, + "MonsterList": [ + [ + 2034011 + ] + ] + }, + { + "Level": 88, + "StageID": 202420656, + "MonsterList": [ + [ + 2034011 + ] + ] + }, + { + "Level": 24, + "StageID": 202420660, + "MonsterList": [ + [ + 203401101 + ] + ] + }, + { + "Level": 32, + "StageID": 202420661, + "MonsterList": [ + [ + 203401101 + ] + ] + }, + { + "Level": 40, + "StageID": 202420662, + "MonsterList": [ + [ + 203401101 + ] + ] + }, + { + "Level": 48, + "StageID": 202420663, + "MonsterList": [ + [ + 203401101 + ] + ] + }, + { + "Level": 56, + "StageID": 202420664, + "MonsterList": [ + [ + 203401101 + ] + ] + }, + { + "Level": 66, + "StageID": 202420665, + "MonsterList": [ + [ + 203401101 + ] + ] + }, + { + "Level": 88, + "StageID": 202420666, + "MonsterList": [ + [ + 203401101 + ] + ] + }, + { + "Level": 24, + "StageID": 202420670, + "MonsterList": [ + [ + 2005010 + ] + ] + }, + { + "Level": 32, + "StageID": 202420671, + "MonsterList": [ + [ + 2005010 + ] + ] + }, + { + "Level": 40, + "StageID": 202420672, + "MonsterList": [ + [ + 2005010 + ] + ] + }, + { + "Level": 48, + "StageID": 202420673, + "MonsterList": [ + [ + 2005010 + ] + ] + }, + { + "Level": 56, + "StageID": 202420674, + "MonsterList": [ + [ + 2005010 + ] + ] + }, + { + "Level": 66, + "StageID": 202420675, + "MonsterList": [ + [ + 2005010 + ] + ] + }, + { + "Level": 88, + "StageID": 202420676, + "MonsterList": [ + [ + 2005010 + ] + ] + }, + { + "Level": 24, + "StageID": 202420680, + "MonsterList": [ + [ + 2035011 + ] + ] + }, + { + "Level": 32, + "StageID": 202420681, + "MonsterList": [ + [ + 2035011 + ] + ] + }, + { + "Level": 40, + "StageID": 202420682, + "MonsterList": [ + [ + 2035011 + ] + ] + }, + { + "Level": 48, + "StageID": 202420683, + "MonsterList": [ + [ + 2035011 + ] + ] + }, + { + "Level": 56, + "StageID": 202420684, + "MonsterList": [ + [ + 2035011 + ] + ] + }, + { + "Level": 66, + "StageID": 202420685, + "MonsterList": [ + [ + 2035011 + ] + ] + }, + { + "Level": 88, + "StageID": 202420686, + "MonsterList": [ + [ + 2035011 + ] + ] + }, + { + "Level": 24, + "StageID": 202420700, + "MonsterList": [ + [ + 2022040, + 2023010, + 2022040 + ] + ] + }, + { + "Level": 32, + "StageID": 202420701, + "MonsterList": [ + [ + 2022040, + 2023010, + 2022040 + ] + ] + }, + { + "Level": 40, + "StageID": 202420702, + "MonsterList": [ + [ + 2022040, + 2023010, + 2022040 + ] + ] + }, + { + "Level": 48, + "StageID": 202420703, + "MonsterList": [ + [ + 2022040, + 2023010, + 2022040 + ] + ] + }, + { + "Level": 56, + "StageID": 202420704, + "MonsterList": [ + [ + 2022040, + 2023010, + 2022040 + ] + ] + }, + { + "Level": 66, + "StageID": 202420705, + "MonsterList": [ + [ + 2022040, + 2023010, + 2022040 + ] + ] + }, + { + "Level": 88, + "StageID": 202420706, + "MonsterList": [ + [ + 2022040, + 2023010, + 2022040 + ] + ] + }, + { + "Level": 24, + "StageID": 202422010, + "MonsterList": [ + [ + 301202001, + 3013011, + 301202001 + ] + ] + }, + { + "Level": 32, + "StageID": 202422011, + "MonsterList": [ + [ + 301202001, + 3013011, + 301202001 + ] + ] + }, + { + "Level": 40, + "StageID": 202422012, + "MonsterList": [ + [ + 301202001, + 3013011, + 301202001 + ] + ] + }, + { + "Level": 48, + "StageID": 202422013, + "MonsterList": [ + [ + 301202001, + 3013011, + 301202001 + ] + ] + }, + { + "Level": 56, + "StageID": 202422014, + "MonsterList": [ + [ + 301202001, + 3013011, + 301202001 + ] + ] + }, + { + "Level": 66, + "StageID": 202422015, + "MonsterList": [ + [ + 301202001, + 3013011, + 301202001 + ] + ] + }, + { + "Level": 88, + "StageID": 202422016, + "MonsterList": [ + [ + 301202001, + 3013011, + 301202001 + ] + ] + }, + { + "Level": 24, + "StageID": 202422020, + "MonsterList": [ + [ + 100402012 + ] + ] + }, + { + "Level": 32, + "StageID": 202422021, + "MonsterList": [ + [ + 100402012 + ] + ] + }, + { + "Level": 40, + "StageID": 202422022, + "MonsterList": [ + [ + 100402012 + ] + ] + }, + { + "Level": 48, + "StageID": 202422023, + "MonsterList": [ + [ + 100402012 + ] + ] + }, + { + "Level": 56, + "StageID": 202422024, + "MonsterList": [ + [ + 100402012 + ] + ] + }, + { + "Level": 66, + "StageID": 202422025, + "MonsterList": [ + [ + 100402012 + ] + ] + }, + { + "Level": 88, + "StageID": 202422026, + "MonsterList": [ + [ + 100402012 + ] + ] + }, + { + "Level": 24, + "StageID": 202422040, + "MonsterList": [ + [ + 1012020, + 1012030, + 1012020 + ], + [ + 1012030, + 1012020, + 1012020, + 1012010 + ] + ] + }, + { + "Level": 32, + "StageID": 202422041, + "MonsterList": [ + [ + 1012020, + 1012030, + 1012020 + ], + [ + 1012030, + 1012020, + 1012020, + 1012010 + ] + ] + }, + { + "Level": 40, + "StageID": 202422042, + "MonsterList": [ + [ + 1012020, + 1012030, + 1012020 + ], + [ + 1012030, + 1012020, + 1012020, + 1012010 + ] + ] + }, + { + "Level": 48, + "StageID": 202422043, + "MonsterList": [ + [ + 1012020, + 1012030, + 1012020 + ], + [ + 1012030, + 1012020, + 1012020, + 1012010 + ] + ] + }, + { + "Level": 56, + "StageID": 202422044, + "MonsterList": [ + [ + 1012020, + 1012030, + 1012020 + ], + [ + 1012030, + 1012020, + 1012020, + 1012010 + ] + ] + }, + { + "Level": 66, + "StageID": 202422045, + "MonsterList": [ + [ + 1012020, + 1012030, + 1012020 + ], + [ + 1012030, + 1012020, + 1012020, + 1012010 + ] + ] + }, + { + "Level": 88, + "StageID": 202422046, + "MonsterList": [ + [ + 1012020, + 1012030, + 1012020 + ], + [ + 1012030, + 1012020, + 1012020, + 1012010 + ] + ] + }, + { + "Level": 24, + "StageID": 202422050, + "MonsterList": [ + [ + 2032020, + 2032020, + 2032020 + ] + ] + }, + { + "Level": 32, + "StageID": 202422051, + "MonsterList": [ + [ + 2032020, + 2032020, + 2032020 + ] + ] + }, + { + "Level": 40, + "StageID": 202422052, + "MonsterList": [ + [ + 2032020, + 2032020, + 2032020 + ] + ] + }, + { + "Level": 48, + "StageID": 202422053, + "MonsterList": [ + [ + 2032020, + 2032020, + 2032020 + ] + ] + }, + { + "Level": 56, + "StageID": 202422054, + "MonsterList": [ + [ + 2032020, + 2032020, + 2032020 + ] + ] + }, + { + "Level": 66, + "StageID": 202422055, + "MonsterList": [ + [ + 2032020, + 2032020, + 2032020 + ] + ] + }, + { + "Level": 88, + "StageID": 202422056, + "MonsterList": [ + [ + 2032020, + 2032020, + 2032020 + ] + ] + }, + { + "Level": 24, + "StageID": 202422060, + "MonsterList": [ + [ + 2032020, + 2032010 + ], + [ + 2013010, + 2032020 + ] + ] + }, + { + "Level": 32, + "StageID": 202422061, + "MonsterList": [ + [ + 2032020, + 2032010 + ], + [ + 2013010, + 2032020 + ] + ] + }, + { + "Level": 40, + "StageID": 202422062, + "MonsterList": [ + [ + 2032020, + 2032010 + ], + [ + 2013010, + 2032020 + ] + ] + }, + { + "Level": 48, + "StageID": 202422063, + "MonsterList": [ + [ + 2032020, + 2032010 + ], + [ + 2013010, + 2032020 + ] + ] + }, + { + "Level": 56, + "StageID": 202422064, + "MonsterList": [ + [ + 2032020, + 2032010 + ], + [ + 2013010, + 2032020 + ] + ] + }, + { + "Level": 66, + "StageID": 202422065, + "MonsterList": [ + [ + 2032020, + 2032010 + ], + [ + 2013010, + 2032020 + ] + ] + }, + { + "Level": 88, + "StageID": 202422066, + "MonsterList": [ + [ + 2032020, + 2032010 + ], + [ + 2013010, + 2032020 + ] + ] + }, + { + "Level": 24, + "StageID": 202422090, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ], + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 202422091, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ], + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 202422092, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ], + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 202422093, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ], + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 202422094, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ], + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 202422095, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ], + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 88, + "StageID": 202422096, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ], + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203110050, + "MonsterList": [ + [ + 3002030, + 3002010, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 32, + "StageID": 203110051, + "MonsterList": [ + [ + 3002030, + 3002010, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 40, + "StageID": 203110052, + "MonsterList": [ + [ + 3002030, + 3002010, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 48, + "StageID": 203110053, + "MonsterList": [ + [ + 3002030, + 3002010, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 56, + "StageID": 203110054, + "MonsterList": [ + [ + 3002030, + 3002010, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 66, + "StageID": 203110055, + "MonsterList": [ + [ + 3002030, + 3002010, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 82, + "StageID": 203110056, + "MonsterList": [ + [ + 3002030, + 3002010, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 24, + "StageID": 203110090, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203110091, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203110092, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203110093, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203110094, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203110095, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203110096, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203110100, + "MonsterList": [ + [ + 3011010, + 3011010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203110101, + "MonsterList": [ + [ + 3011010, + 3011010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203110102, + "MonsterList": [ + [ + 3011010, + 3011010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203110103, + "MonsterList": [ + [ + 3011010, + 3011010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203110104, + "MonsterList": [ + [ + 3011010, + 3011010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203110105, + "MonsterList": [ + [ + 3011010, + 3011010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203110106, + "MonsterList": [ + [ + 3011010, + 3011010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203110120, + "MonsterList": [ + [ + 301202001, + 301202001, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203110121, + "MonsterList": [ + [ + 301202001, + 301202001, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203110122, + "MonsterList": [ + [ + 301202001, + 301202001, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203110123, + "MonsterList": [ + [ + 301202001, + 301202001, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203110124, + "MonsterList": [ + [ + 301202001, + 301202001, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203110125, + "MonsterList": [ + [ + 301202001, + 301202001, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203110126, + "MonsterList": [ + [ + 301202001, + 301202001, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203110130, + "MonsterList": [ + [ + 3001010, + 3002010, + 301202001, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203110131, + "MonsterList": [ + [ + 3001010, + 3002010, + 301202001, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203110132, + "MonsterList": [ + [ + 3001010, + 3002010, + 301202001, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203110133, + "MonsterList": [ + [ + 3001010, + 3002010, + 301202001, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203110134, + "MonsterList": [ + [ + 3001010, + 3002010, + 301202001, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203110135, + "MonsterList": [ + [ + 3001010, + 3002010, + 301202001, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203110136, + "MonsterList": [ + [ + 3001010, + 3002010, + 301202001, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203110140, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203110141, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203110142, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203110143, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203110144, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203110145, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203110146, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203110150, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203110151, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203110152, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203110153, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203110154, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203110155, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203110156, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203110160, + "MonsterList": [ + [ + 3001020, + 3002010, + 301202001, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203110161, + "MonsterList": [ + [ + 3001020, + 3002010, + 301202001, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203110162, + "MonsterList": [ + [ + 3001020, + 3002010, + 301202001, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203110163, + "MonsterList": [ + [ + 3001020, + 3002010, + 301202001, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203110164, + "MonsterList": [ + [ + 3001020, + 3002010, + 301202001, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203110165, + "MonsterList": [ + [ + 3001020, + 3002010, + 301202001, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203110166, + "MonsterList": [ + [ + 3001020, + 3002010, + 301202001, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203110170, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203110171, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203110172, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203110173, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203110174, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203110175, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203110176, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203110200, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203110201, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 203110202, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 203110203, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 203110204, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 203110205, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 203110206, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 24, + "StageID": 203110210, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203110211, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203110212, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203110213, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203110214, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203110215, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203110216, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203110270, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203110271, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203110272, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203110273, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203110274, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203110275, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203110276, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203110280, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203110281, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 203110282, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 203110283, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 203110284, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 203110285, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 203110286, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 24, + "StageID": 203110300, + "MonsterList": [ + [ + 3003020 + ] + ] + }, + { + "Level": 32, + "StageID": 203110301, + "MonsterList": [ + [ + 3003020 + ] + ] + }, + { + "Level": 40, + "StageID": 203110302, + "MonsterList": [ + [ + 3003020 + ] + ] + }, + { + "Level": 48, + "StageID": 203110303, + "MonsterList": [ + [ + 3003020 + ] + ] + }, + { + "Level": 56, + "StageID": 203110304, + "MonsterList": [ + [ + 3003020 + ] + ] + }, + { + "Level": 66, + "StageID": 203110305, + "MonsterList": [ + [ + 3003020 + ] + ] + }, + { + "Level": 82, + "StageID": 203110306, + "MonsterList": [ + [ + 3003020 + ] + ] + }, + { + "Level": 24, + "StageID": 203110310, + "MonsterList": [ + [ + 301202001, + 3001020, + 301202001 + ] + ] + }, + { + "Level": 32, + "StageID": 203110311, + "MonsterList": [ + [ + 301202001, + 3001020, + 301202001 + ] + ] + }, + { + "Level": 40, + "StageID": 203110312, + "MonsterList": [ + [ + 301202001, + 3001020, + 301202001 + ] + ] + }, + { + "Level": 48, + "StageID": 203110313, + "MonsterList": [ + [ + 301202001, + 3001020, + 301202001 + ] + ] + }, + { + "Level": 56, + "StageID": 203110314, + "MonsterList": [ + [ + 301202001, + 3001020, + 301202001 + ] + ] + }, + { + "Level": 66, + "StageID": 203110315, + "MonsterList": [ + [ + 301202001, + 3001020, + 301202001 + ] + ] + }, + { + "Level": 82, + "StageID": 203110316, + "MonsterList": [ + [ + 301202001, + 3001020, + 301202001 + ] + ] + }, + { + "Level": 24, + "StageID": 203110320, + "MonsterList": [ + [ + 3011010, + 3011010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203110321, + "MonsterList": [ + [ + 3011010, + 3011010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203110322, + "MonsterList": [ + [ + 3011010, + 3011010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203110323, + "MonsterList": [ + [ + 3011010, + 3011010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203110324, + "MonsterList": [ + [ + 3011010, + 3011010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203110325, + "MonsterList": [ + [ + 3011010, + 3011010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203110326, + "MonsterList": [ + [ + 3011010, + 3011010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203110330, + "MonsterList": [ + [ + 3011010, + 3001010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203110331, + "MonsterList": [ + [ + 3011010, + 3001010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203110332, + "MonsterList": [ + [ + 3011010, + 3001010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203110333, + "MonsterList": [ + [ + 3011010, + 3001010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203110334, + "MonsterList": [ + [ + 3011010, + 3001010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203110335, + "MonsterList": [ + [ + 3011010, + 3001010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203110336, + "MonsterList": [ + [ + 3011010, + 3001010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203110340, + "MonsterList": [ + [ + 301202001, + 3002010, + 301202001 + ] + ] + }, + { + "Level": 32, + "StageID": 203110341, + "MonsterList": [ + [ + 301202001, + 3002010, + 301202001 + ] + ] + }, + { + "Level": 40, + "StageID": 203110342, + "MonsterList": [ + [ + 301202001, + 3002010, + 301202001 + ] + ] + }, + { + "Level": 48, + "StageID": 203110343, + "MonsterList": [ + [ + 301202001, + 3002010, + 301202001 + ] + ] + }, + { + "Level": 56, + "StageID": 203110344, + "MonsterList": [ + [ + 301202001, + 3002010, + 301202001 + ] + ] + }, + { + "Level": 66, + "StageID": 203110345, + "MonsterList": [ + [ + 301202001, + 3002010, + 301202001 + ] + ] + }, + { + "Level": 82, + "StageID": 203110346, + "MonsterList": [ + [ + 301202001, + 3002010, + 301202001 + ] + ] + }, + { + "Level": 24, + "StageID": 203110350, + "MonsterList": [ + [ + 3011010, + 3002010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203110351, + "MonsterList": [ + [ + 3011010, + 3002010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203110352, + "MonsterList": [ + [ + 3011010, + 3002010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203110353, + "MonsterList": [ + [ + 3011010, + 3002010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203110354, + "MonsterList": [ + [ + 3011010, + 3002010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203110355, + "MonsterList": [ + [ + 3011010, + 3002010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203110356, + "MonsterList": [ + [ + 3011010, + 3002010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203110360, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203110361, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203110362, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203110363, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203110364, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203110365, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203110366, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203110430, + "MonsterList": [ + [ + 3001010, + 3002010, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203110431, + "MonsterList": [ + [ + 3001010, + 3002010, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203110432, + "MonsterList": [ + [ + 3001010, + 3002010, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203110433, + "MonsterList": [ + [ + 3001010, + 3002010, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203110434, + "MonsterList": [ + [ + 3001010, + 3002010, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203110435, + "MonsterList": [ + [ + 3001010, + 3002010, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203110436, + "MonsterList": [ + [ + 3001010, + 3002010, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203110440, + "MonsterList": [ + [ + 3001010, + 3001020, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203110441, + "MonsterList": [ + [ + 3001010, + 3001020, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203110442, + "MonsterList": [ + [ + 3001010, + 3001020, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203110443, + "MonsterList": [ + [ + 3001010, + 3001020, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203110444, + "MonsterList": [ + [ + 3001010, + 3001020, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203110445, + "MonsterList": [ + [ + 3001010, + 3001020, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203110446, + "MonsterList": [ + [ + 3001010, + 3001020, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203110450, + "MonsterList": [ + [ + 3002010, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203110451, + "MonsterList": [ + [ + 3002010, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 203110452, + "MonsterList": [ + [ + 3002010, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 203110453, + "MonsterList": [ + [ + 3002010, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 203110454, + "MonsterList": [ + [ + 3002010, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 203110455, + "MonsterList": [ + [ + 3002010, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 203110456, + "MonsterList": [ + [ + 3002010, + 3002010 + ] + ] + }, + { + "Level": 24, + "StageID": 203110460, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203110461, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203110462, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203110463, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203110464, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203110465, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203110466, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203110470, + "MonsterList": [ + [ + 3002030, + 3002030 + ] + ] + }, + { + "Level": 32, + "StageID": 203110471, + "MonsterList": [ + [ + 3002030, + 3002030 + ] + ] + }, + { + "Level": 40, + "StageID": 203110472, + "MonsterList": [ + [ + 3002030, + 3002030 + ] + ] + }, + { + "Level": 48, + "StageID": 203110473, + "MonsterList": [ + [ + 3002030, + 3002030 + ] + ] + }, + { + "Level": 56, + "StageID": 203110474, + "MonsterList": [ + [ + 3002030, + 3002030 + ] + ] + }, + { + "Level": 66, + "StageID": 203110475, + "MonsterList": [ + [ + 3002030, + 3002030 + ] + ] + }, + { + "Level": 82, + "StageID": 203110476, + "MonsterList": [ + [ + 3002030, + 3002030 + ] + ] + }, + { + "Level": 24, + "StageID": 203110480, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203110481, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203110482, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203110483, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203110484, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203110485, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203110486, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203110490, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203110491, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 203110492, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 203110493, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 203110494, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 203110495, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 203110496, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 24, + "StageID": 203110500, + "MonsterList": [ + [ + 3024021 + ] + ] + }, + { + "Level": 32, + "StageID": 203110501, + "MonsterList": [ + [ + 3024021 + ] + ] + }, + { + "Level": 40, + "StageID": 203110502, + "MonsterList": [ + [ + 3024021 + ] + ] + }, + { + "Level": 48, + "StageID": 203110503, + "MonsterList": [ + [ + 3024021 + ] + ] + }, + { + "Level": 56, + "StageID": 203110504, + "MonsterList": [ + [ + 3024021 + ] + ] + }, + { + "Level": 66, + "StageID": 203110505, + "MonsterList": [ + [ + 3024021 + ] + ] + }, + { + "Level": 82, + "StageID": 203110506, + "MonsterList": [ + [ + 3024021 + ] + ] + }, + { + "Level": 24, + "StageID": 203111030, + "MonsterList": [ + [ + 3001010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203111031, + "MonsterList": [ + [ + 3001010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203111032, + "MonsterList": [ + [ + 3001010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203111033, + "MonsterList": [ + [ + 3001010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203111034, + "MonsterList": [ + [ + 3001010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203111035, + "MonsterList": [ + [ + 3001010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203111036, + "MonsterList": [ + [ + 3001010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203111040, + "MonsterList": [ + [ + 3001020, + 3002010, + 301202001, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203111041, + "MonsterList": [ + [ + 3001020, + 3002010, + 301202001, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203111042, + "MonsterList": [ + [ + 3001020, + 3002010, + 301202001, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203111043, + "MonsterList": [ + [ + 3001020, + 3002010, + 301202001, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203111044, + "MonsterList": [ + [ + 3001020, + 3002010, + 301202001, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203111045, + "MonsterList": [ + [ + 3001020, + 3002010, + 301202001, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203111046, + "MonsterList": [ + [ + 3001020, + 3002010, + 301202001, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203111050, + "MonsterList": [ + [ + 3011010, + 3001010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203111051, + "MonsterList": [ + [ + 3011010, + 3001010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203111052, + "MonsterList": [ + [ + 3011010, + 3001010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203111053, + "MonsterList": [ + [ + 3011010, + 3001010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203111054, + "MonsterList": [ + [ + 3011010, + 3001010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203111055, + "MonsterList": [ + [ + 3011010, + 3001010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203111056, + "MonsterList": [ + [ + 3011010, + 3001010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203111060, + "MonsterList": [ + [ + 3011010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203111061, + "MonsterList": [ + [ + 3011010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 203111062, + "MonsterList": [ + [ + 3011010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 203111063, + "MonsterList": [ + [ + 3011010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 203111064, + "MonsterList": [ + [ + 3011010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 203111065, + "MonsterList": [ + [ + 3011010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 203111066, + "MonsterList": [ + [ + 3011010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 24, + "StageID": 203111070, + "MonsterList": [ + [ + 3011010, + 301202001, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203111071, + "MonsterList": [ + [ + 3011010, + 301202001, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203111072, + "MonsterList": [ + [ + 3011010, + 301202001, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203111073, + "MonsterList": [ + [ + 3011010, + 301202001, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203111074, + "MonsterList": [ + [ + 3011010, + 301202001, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203111075, + "MonsterList": [ + [ + 3011010, + 301202001, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203111076, + "MonsterList": [ + [ + 3011010, + 301202001, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203111090, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203111091, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203111092, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203111093, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203111094, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203111095, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203111096, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203111100, + "MonsterList": [ + [ + 3011010, + 3011010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203111101, + "MonsterList": [ + [ + 3011010, + 3011010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203111102, + "MonsterList": [ + [ + 3011010, + 3011010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203111103, + "MonsterList": [ + [ + 3011010, + 3011010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203111104, + "MonsterList": [ + [ + 3011010, + 3011010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203111105, + "MonsterList": [ + [ + 3011010, + 3011010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203111106, + "MonsterList": [ + [ + 3011010, + 3011010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203111120, + "MonsterList": [ + [ + 301202001, + 301202001, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203111121, + "MonsterList": [ + [ + 301202001, + 301202001, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203111122, + "MonsterList": [ + [ + 301202001, + 301202001, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203111123, + "MonsterList": [ + [ + 301202001, + 301202001, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203111124, + "MonsterList": [ + [ + 301202001, + 301202001, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203111125, + "MonsterList": [ + [ + 301202001, + 301202001, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203111126, + "MonsterList": [ + [ + 301202001, + 301202001, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203111130, + "MonsterList": [ + [ + 3001010, + 3002010, + 301202001, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203111131, + "MonsterList": [ + [ + 3001010, + 3002010, + 301202001, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203111132, + "MonsterList": [ + [ + 3001010, + 3002010, + 301202001, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203111133, + "MonsterList": [ + [ + 3001010, + 3002010, + 301202001, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203111134, + "MonsterList": [ + [ + 3001010, + 3002010, + 301202001, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203111135, + "MonsterList": [ + [ + 3001010, + 3002010, + 301202001, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203111136, + "MonsterList": [ + [ + 3001010, + 3002010, + 301202001, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203111140, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203111141, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203111142, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203111143, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203111144, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203111145, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203111146, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203111150, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203111151, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203111152, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203111153, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203111154, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203111155, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203111156, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203111160, + "MonsterList": [ + [ + 3001020, + 3002010, + 301202001, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203111161, + "MonsterList": [ + [ + 3001020, + 3002010, + 301202001, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203111162, + "MonsterList": [ + [ + 3001020, + 3002010, + 301202001, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203111163, + "MonsterList": [ + [ + 3001020, + 3002010, + 301202001, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203111164, + "MonsterList": [ + [ + 3001020, + 3002010, + 301202001, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203111165, + "MonsterList": [ + [ + 3001020, + 3002010, + 301202001, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203111166, + "MonsterList": [ + [ + 3001020, + 3002010, + 301202001, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203111170, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203111171, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203111172, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203111173, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203111174, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203111175, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203111176, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203111200, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203111201, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 203111202, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 203111203, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 203111204, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 203111205, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 203111206, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 24, + "StageID": 203111210, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203111211, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203111212, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203111213, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203111214, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203111215, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203111216, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203111220, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203111221, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203111222, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203111223, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203111224, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203111225, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203111226, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203111230, + "MonsterList": [ + [ + 3001010, + 3002010, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203111231, + "MonsterList": [ + [ + 3001010, + 3002010, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203111232, + "MonsterList": [ + [ + 3001010, + 3002010, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203111233, + "MonsterList": [ + [ + 3001010, + 3002010, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203111234, + "MonsterList": [ + [ + 3001010, + 3002010, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203111235, + "MonsterList": [ + [ + 3001010, + 3002010, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203111236, + "MonsterList": [ + [ + 3001010, + 3002010, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203111240, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203111241, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203111242, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203111243, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203111244, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203111245, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203111246, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203111250, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 32, + "StageID": 203111251, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 40, + "StageID": 203111252, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 48, + "StageID": 203111253, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 56, + "StageID": 203111254, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 66, + "StageID": 203111255, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 82, + "StageID": 203111256, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 24, + "StageID": 203111270, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203111271, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203111272, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203111273, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203111274, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203111275, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203111276, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203111280, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203111281, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 203111282, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 203111283, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 203111284, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 203111285, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 203111286, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 24, + "StageID": 203111310, + "MonsterList": [ + [ + 301202001, + 3001020, + 301202001 + ] + ] + }, + { + "Level": 32, + "StageID": 203111311, + "MonsterList": [ + [ + 301202001, + 3001020, + 301202001 + ] + ] + }, + { + "Level": 40, + "StageID": 203111312, + "MonsterList": [ + [ + 301202001, + 3001020, + 301202001 + ] + ] + }, + { + "Level": 48, + "StageID": 203111313, + "MonsterList": [ + [ + 301202001, + 3001020, + 301202001 + ] + ] + }, + { + "Level": 56, + "StageID": 203111314, + "MonsterList": [ + [ + 301202001, + 3001020, + 301202001 + ] + ] + }, + { + "Level": 66, + "StageID": 203111315, + "MonsterList": [ + [ + 301202001, + 3001020, + 301202001 + ] + ] + }, + { + "Level": 82, + "StageID": 203111316, + "MonsterList": [ + [ + 301202001, + 3001020, + 301202001 + ] + ] + }, + { + "Level": 24, + "StageID": 203111320, + "MonsterList": [ + [ + 3011010, + 3011010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203111321, + "MonsterList": [ + [ + 3011010, + 3011010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203111322, + "MonsterList": [ + [ + 3011010, + 3011010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203111323, + "MonsterList": [ + [ + 3011010, + 3011010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203111324, + "MonsterList": [ + [ + 3011010, + 3011010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203111325, + "MonsterList": [ + [ + 3011010, + 3011010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203111326, + "MonsterList": [ + [ + 3011010, + 3011010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203111330, + "MonsterList": [ + [ + 3011010, + 3001010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203111331, + "MonsterList": [ + [ + 3011010, + 3001010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203111332, + "MonsterList": [ + [ + 3011010, + 3001010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203111333, + "MonsterList": [ + [ + 3011010, + 3001010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203111334, + "MonsterList": [ + [ + 3011010, + 3001010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203111335, + "MonsterList": [ + [ + 3011010, + 3001010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203111336, + "MonsterList": [ + [ + 3011010, + 3001010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203111340, + "MonsterList": [ + [ + 301202001, + 3002010, + 301202001 + ] + ] + }, + { + "Level": 32, + "StageID": 203111341, + "MonsterList": [ + [ + 301202001, + 3002010, + 301202001 + ] + ] + }, + { + "Level": 40, + "StageID": 203111342, + "MonsterList": [ + [ + 301202001, + 3002010, + 301202001 + ] + ] + }, + { + "Level": 48, + "StageID": 203111343, + "MonsterList": [ + [ + 301202001, + 3002010, + 301202001 + ] + ] + }, + { + "Level": 56, + "StageID": 203111344, + "MonsterList": [ + [ + 301202001, + 3002010, + 301202001 + ] + ] + }, + { + "Level": 66, + "StageID": 203111345, + "MonsterList": [ + [ + 301202001, + 3002010, + 301202001 + ] + ] + }, + { + "Level": 82, + "StageID": 203111346, + "MonsterList": [ + [ + 301202001, + 3002010, + 301202001 + ] + ] + }, + { + "Level": 24, + "StageID": 203111350, + "MonsterList": [ + [ + 3011010, + 3002010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203111351, + "MonsterList": [ + [ + 3011010, + 3002010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203111352, + "MonsterList": [ + [ + 3011010, + 3002010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203111353, + "MonsterList": [ + [ + 3011010, + 3002010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203111354, + "MonsterList": [ + [ + 3011010, + 3002010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203111355, + "MonsterList": [ + [ + 3011010, + 3002010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203111356, + "MonsterList": [ + [ + 3011010, + 3002010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203111360, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203111361, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203111362, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203111363, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203111364, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203111365, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203111366, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203111400, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203111401, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203111402, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203111403, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203111404, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203111405, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203111406, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203111410, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203111411, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203111412, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203111413, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203111414, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203111415, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203111416, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203111430, + "MonsterList": [ + [ + 3001010, + 3002010, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203111431, + "MonsterList": [ + [ + 3001010, + 3002010, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203111432, + "MonsterList": [ + [ + 3001010, + 3002010, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203111433, + "MonsterList": [ + [ + 3001010, + 3002010, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203111434, + "MonsterList": [ + [ + 3001010, + 3002010, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203111435, + "MonsterList": [ + [ + 3001010, + 3002010, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203111436, + "MonsterList": [ + [ + 3001010, + 3002010, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203111440, + "MonsterList": [ + [ + 3001010, + 3001020, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203111441, + "MonsterList": [ + [ + 3001010, + 3001020, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203111442, + "MonsterList": [ + [ + 3001010, + 3001020, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203111443, + "MonsterList": [ + [ + 3001010, + 3001020, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203111444, + "MonsterList": [ + [ + 3001010, + 3001020, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203111445, + "MonsterList": [ + [ + 3001010, + 3001020, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203111446, + "MonsterList": [ + [ + 3001010, + 3001020, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203111450, + "MonsterList": [ + [ + 3002010, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203111451, + "MonsterList": [ + [ + 3002010, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 203111452, + "MonsterList": [ + [ + 3002010, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 203111453, + "MonsterList": [ + [ + 3002010, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 203111454, + "MonsterList": [ + [ + 3002010, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 203111455, + "MonsterList": [ + [ + 3002010, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 203111456, + "MonsterList": [ + [ + 3002010, + 3002010 + ] + ] + }, + { + "Level": 24, + "StageID": 203111460, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203111461, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203111462, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203111463, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203111464, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203111465, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203111466, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203111470, + "MonsterList": [ + [ + 3002030, + 3002030 + ] + ] + }, + { + "Level": 32, + "StageID": 203111471, + "MonsterList": [ + [ + 3002030, + 3002030 + ] + ] + }, + { + "Level": 40, + "StageID": 203111472, + "MonsterList": [ + [ + 3002030, + 3002030 + ] + ] + }, + { + "Level": 48, + "StageID": 203111473, + "MonsterList": [ + [ + 3002030, + 3002030 + ] + ] + }, + { + "Level": 56, + "StageID": 203111474, + "MonsterList": [ + [ + 3002030, + 3002030 + ] + ] + }, + { + "Level": 66, + "StageID": 203111475, + "MonsterList": [ + [ + 3002030, + 3002030 + ] + ] + }, + { + "Level": 82, + "StageID": 203111476, + "MonsterList": [ + [ + 3002030, + 3002030 + ] + ] + }, + { + "Level": 24, + "StageID": 203111480, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203111481, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203111482, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203111483, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203111484, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203111485, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203111486, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203111490, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203111491, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 203111492, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 203111493, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 203111494, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 203111495, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 203111496, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 24, + "StageID": 203111510, + "MonsterList": [ + [ + 3002030, + 3002030 + ] + ] + }, + { + "Level": 32, + "StageID": 203111511, + "MonsterList": [ + [ + 3002030, + 3002030 + ] + ] + }, + { + "Level": 40, + "StageID": 203111512, + "MonsterList": [ + [ + 3002030, + 3002030 + ] + ] + }, + { + "Level": 48, + "StageID": 203111513, + "MonsterList": [ + [ + 3002030, + 3002030 + ] + ] + }, + { + "Level": 56, + "StageID": 203111514, + "MonsterList": [ + [ + 3002030, + 3002030 + ] + ] + }, + { + "Level": 66, + "StageID": 203111515, + "MonsterList": [ + [ + 3002030, + 3002030 + ] + ] + }, + { + "Level": 82, + "StageID": 203111516, + "MonsterList": [ + [ + 3002030, + 3002030 + ] + ] + }, + { + "Level": 24, + "StageID": 203111520, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203111521, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203111522, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203111523, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203111524, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203111525, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203111526, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203111530, + "MonsterList": [ + [ + 3001010, + 3002010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203111531, + "MonsterList": [ + [ + 3001010, + 3002010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203111532, + "MonsterList": [ + [ + 3001010, + 3002010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203111533, + "MonsterList": [ + [ + 3001010, + 3002010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203111534, + "MonsterList": [ + [ + 3001010, + 3002010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203111535, + "MonsterList": [ + [ + 3001010, + 3002010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203111536, + "MonsterList": [ + [ + 3001010, + 3002010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203111540, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203111541, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203111542, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203111543, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203111544, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203111545, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203111546, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203111550, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 32, + "StageID": 203111551, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 40, + "StageID": 203111552, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 48, + "StageID": 203111553, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 56, + "StageID": 203111554, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 66, + "StageID": 203111555, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 82, + "StageID": 203111556, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 24, + "StageID": 203111690, + "MonsterList": [ + [ + 3002010, + 3002010, + 8002040, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203111691, + "MonsterList": [ + [ + 3002010, + 3002010, + 8002040, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 203111692, + "MonsterList": [ + [ + 3002010, + 3002010, + 8002040, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 203111693, + "MonsterList": [ + [ + 3002010, + 3002010, + 8002040, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 203111694, + "MonsterList": [ + [ + 3002010, + 3002010, + 8002040, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 203111695, + "MonsterList": [ + [ + 3002010, + 3002010, + 8002040, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 203111696, + "MonsterList": [ + [ + 3002010, + 3002010, + 8002040, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 24, + "StageID": 203111700, + "MonsterList": [ + [ + 3001010, + 3002030, + 8002040, + 3002030 + ] + ] + }, + { + "Level": 32, + "StageID": 203111701, + "MonsterList": [ + [ + 3001010, + 3002030, + 8002040, + 3002030 + ] + ] + }, + { + "Level": 40, + "StageID": 203111702, + "MonsterList": [ + [ + 3001010, + 3002030, + 8002040, + 3002030 + ] + ] + }, + { + "Level": 48, + "StageID": 203111703, + "MonsterList": [ + [ + 3001010, + 3002030, + 8002040, + 3002030 + ] + ] + }, + { + "Level": 56, + "StageID": 203111704, + "MonsterList": [ + [ + 3001010, + 3002030, + 8002040, + 3002030 + ] + ] + }, + { + "Level": 66, + "StageID": 203111705, + "MonsterList": [ + [ + 3001010, + 3002030, + 8002040, + 3002030 + ] + ] + }, + { + "Level": 82, + "StageID": 203111706, + "MonsterList": [ + [ + 3001010, + 3002030, + 8002040, + 3002030 + ] + ] + }, + { + "Level": 24, + "StageID": 203111710, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203111711, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203111712, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203111713, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203111714, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203111715, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203111716, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203111720, + "MonsterList": [ + [ + 3002010, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203111721, + "MonsterList": [ + [ + 3002010, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 203111722, + "MonsterList": [ + [ + 3002010, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 203111723, + "MonsterList": [ + [ + 3002010, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 203111724, + "MonsterList": [ + [ + 3002010, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 203111725, + "MonsterList": [ + [ + 3002010, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 203111726, + "MonsterList": [ + [ + 3002010, + 3002010 + ] + ] + }, + { + "Level": 24, + "StageID": 203111740, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203111741, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203111742, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203111743, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203111744, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203111745, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203111746, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203111750, + "MonsterList": [ + [ + 3002010, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203111751, + "MonsterList": [ + [ + 3002010, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203111752, + "MonsterList": [ + [ + 3002010, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203111753, + "MonsterList": [ + [ + 3002010, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203111754, + "MonsterList": [ + [ + 3002010, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203111755, + "MonsterList": [ + [ + 3002010, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203111756, + "MonsterList": [ + [ + 3002010, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203111760, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203111761, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203111762, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203111763, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203111764, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203111765, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203111766, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203111780, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203111781, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203111782, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203111783, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203111784, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203111785, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203111786, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203111790, + "MonsterList": [ + [ + 3001020, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203111791, + "MonsterList": [ + [ + 3001020, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203111792, + "MonsterList": [ + [ + 3001020, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203111793, + "MonsterList": [ + [ + 3001020, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203111794, + "MonsterList": [ + [ + 3001020, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203111795, + "MonsterList": [ + [ + 3001020, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203111796, + "MonsterList": [ + [ + 3001020, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203111800, + "MonsterList": [ + [ + 3001010, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203111801, + "MonsterList": [ + [ + 3001010, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203111802, + "MonsterList": [ + [ + 3001010, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203111803, + "MonsterList": [ + [ + 3001010, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203111804, + "MonsterList": [ + [ + 3001010, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203111805, + "MonsterList": [ + [ + 3001010, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203111806, + "MonsterList": [ + [ + 3001010, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203111820, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203111821, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203111822, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203111823, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203111824, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203111825, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203111826, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203111830, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203111831, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 203111832, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 203111833, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 203111834, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 203111835, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 203111836, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 24, + "StageID": 203112010, + "MonsterList": [ + [ + 3001010, + 3002050, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203112011, + "MonsterList": [ + [ + 3001010, + 3002050, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203112012, + "MonsterList": [ + [ + 3001010, + 3002050, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203112013, + "MonsterList": [ + [ + 3001010, + 3002050, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203112014, + "MonsterList": [ + [ + 3001010, + 3002050, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203112015, + "MonsterList": [ + [ + 3001010, + 3002050, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203112016, + "MonsterList": [ + [ + 3001010, + 3002050, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203112030, + "MonsterList": [ + [ + 3002030, + 3002010, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203112031, + "MonsterList": [ + [ + 3002030, + 3002010, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203112032, + "MonsterList": [ + [ + 3002030, + 3002010, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203112033, + "MonsterList": [ + [ + 3002030, + 3002010, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203112034, + "MonsterList": [ + [ + 3002030, + 3002010, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203112035, + "MonsterList": [ + [ + 3002030, + 3002010, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203112036, + "MonsterList": [ + [ + 3002030, + 3002010, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203112040, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203112041, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203112042, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203112043, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203112044, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203112045, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203112046, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203112060, + "MonsterList": [ + [ + 3001010, + 3001020, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203112061, + "MonsterList": [ + [ + 3001010, + 3001020, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203112062, + "MonsterList": [ + [ + 3001010, + 3001020, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203112063, + "MonsterList": [ + [ + 3001010, + 3001020, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203112064, + "MonsterList": [ + [ + 3001010, + 3001020, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203112065, + "MonsterList": [ + [ + 3001010, + 3001020, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203112066, + "MonsterList": [ + [ + 3001010, + 3001020, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203112080, + "MonsterList": [ + [ + 3002030, + 8003020, + 3002030 + ] + ] + }, + { + "Level": 32, + "StageID": 203112081, + "MonsterList": [ + [ + 3002030, + 8003020, + 3002030 + ] + ] + }, + { + "Level": 40, + "StageID": 203112082, + "MonsterList": [ + [ + 3002030, + 8003020, + 3002030 + ] + ] + }, + { + "Level": 48, + "StageID": 203112083, + "MonsterList": [ + [ + 3002030, + 8003020, + 3002030 + ] + ] + }, + { + "Level": 56, + "StageID": 203112084, + "MonsterList": [ + [ + 3002030, + 8003020, + 3002030 + ] + ] + }, + { + "Level": 66, + "StageID": 203112085, + "MonsterList": [ + [ + 3002030, + 8003020, + 3002030 + ] + ] + }, + { + "Level": 82, + "StageID": 203112086, + "MonsterList": [ + [ + 3002030, + 8003020, + 3002030 + ] + ] + }, + { + "Level": 24, + "StageID": 203112100, + "MonsterList": [ + [ + 8032020, + 8032010, + 8032020, + 8032010, + 8032010 + ] + ] + }, + { + "Level": 32, + "StageID": 203112101, + "MonsterList": [ + [ + 8032020, + 8032010, + 8032020, + 8032010, + 8032010 + ] + ] + }, + { + "Level": 40, + "StageID": 203112102, + "MonsterList": [ + [ + 8032020, + 8032010, + 8032020, + 8032010, + 8032010 + ] + ] + }, + { + "Level": 48, + "StageID": 203112103, + "MonsterList": [ + [ + 8032020, + 8032010, + 8032020, + 8032010, + 8032010 + ] + ] + }, + { + "Level": 56, + "StageID": 203112104, + "MonsterList": [ + [ + 8032020, + 8032010, + 8032020, + 8032010, + 8032010 + ] + ] + }, + { + "Level": 66, + "StageID": 203112105, + "MonsterList": [ + [ + 8032020, + 8032010, + 8032020, + 8032010, + 8032010 + ] + ] + }, + { + "Level": 82, + "StageID": 203112106, + "MonsterList": [ + [ + 8032020, + 8032010, + 8032020, + 8032010, + 8032010 + ] + ] + }, + { + "Level": 24, + "StageID": 203112120, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203112121, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 203112122, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 203112123, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 203112124, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 203112125, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 203112126, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 24, + "StageID": 203112140, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203112141, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203112142, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203112143, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203112144, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203112145, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203112146, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203112160, + "MonsterList": [ + [ + 3001010, + 3003020, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203112161, + "MonsterList": [ + [ + 3001010, + 3003020, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203112162, + "MonsterList": [ + [ + 3001010, + 3003020, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203112163, + "MonsterList": [ + [ + 3001010, + 3003020, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203112164, + "MonsterList": [ + [ + 3001010, + 3003020, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203112165, + "MonsterList": [ + [ + 3001010, + 3003020, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203112166, + "MonsterList": [ + [ + 3001010, + 3003020, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203112170, + "MonsterList": [ + [ + 3001010, + 3002010, + 3002030, + 3002030, + 3001010 + ], + [ + 3002010, + 3002030, + 3002010, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203112171, + "MonsterList": [ + [ + 3001010, + 3002010, + 3002030, + 3002030, + 3001010 + ], + [ + 3002010, + 3002030, + 3002010, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203112172, + "MonsterList": [ + [ + 3001010, + 3002010, + 3002030, + 3002030, + 3001010 + ], + [ + 3002010, + 3002030, + 3002010, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203112173, + "MonsterList": [ + [ + 3001010, + 3002010, + 3002030, + 3002030, + 3001010 + ], + [ + 3002010, + 3002030, + 3002010, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203112174, + "MonsterList": [ + [ + 3001010, + 3002010, + 3002030, + 3002030, + 3001010 + ], + [ + 3002010, + 3002030, + 3002010, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203112175, + "MonsterList": [ + [ + 3001010, + 3002010, + 3002030, + 3002030, + 3001010 + ], + [ + 3002010, + 3002030, + 3002010, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203112176, + "MonsterList": [ + [ + 3001010, + 3002010, + 3002030, + 3002030, + 3001010 + ], + [ + 3002010, + 3002030, + 3002010, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203112310, + "MonsterList": [ + [ + 3002010, + 3003020, + 3002030 + ] + ] + }, + { + "Level": 41, + "StageID": 203112311, + "MonsterList": [ + [ + 3002010, + 3003020, + 3002030 + ] + ] + }, + { + "Level": 50, + "StageID": 203112312, + "MonsterList": [ + [ + 3002010, + 3003020, + 3002030 + ] + ] + }, + { + "Level": 58, + "StageID": 203112313, + "MonsterList": [ + [ + 3002010, + 3003020, + 3002030 + ] + ] + }, + { + "Level": 68, + "StageID": 203112314, + "MonsterList": [ + [ + 3002010, + 3003020, + 3002030 + ] + ] + }, + { + "Level": 78, + "StageID": 203112315, + "MonsterList": [ + [ + 3002010, + 3003020, + 3002030 + ] + ] + }, + { + "Level": 92, + "StageID": 203112316, + "MonsterList": [ + [ + 3002010, + 3003020, + 3002030 + ] + ] + }, + { + "Level": 32, + "StageID": 203112330, + "MonsterList": [ + [ + 3002010, + 3002030, + 3003010, + 3002010 + ] + ] + }, + { + "Level": 41, + "StageID": 203112331, + "MonsterList": [ + [ + 3002010, + 3002030, + 3003010, + 3002010 + ] + ] + }, + { + "Level": 50, + "StageID": 203112332, + "MonsterList": [ + [ + 3002010, + 3002030, + 3003010, + 3002010 + ] + ] + }, + { + "Level": 58, + "StageID": 203112333, + "MonsterList": [ + [ + 3002010, + 3002030, + 3003010, + 3002010 + ] + ] + }, + { + "Level": 68, + "StageID": 203112334, + "MonsterList": [ + [ + 3002010, + 3002030, + 3003010, + 3002010 + ] + ] + }, + { + "Level": 78, + "StageID": 203112335, + "MonsterList": [ + [ + 3002010, + 3002030, + 3003010, + 3002010 + ] + ] + }, + { + "Level": 92, + "StageID": 203112336, + "MonsterList": [ + [ + 3002010, + 3002030, + 3003010, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203112350, + "MonsterList": [ + [ + 3001020, + 3012020, + 3012020, + 3012020, + 3001020 + ] + ] + }, + { + "Level": 41, + "StageID": 203112351, + "MonsterList": [ + [ + 3001020, + 3012020, + 3012020, + 3012020, + 3001020 + ] + ] + }, + { + "Level": 50, + "StageID": 203112352, + "MonsterList": [ + [ + 3001020, + 3012020, + 3012020, + 3012020, + 3001020 + ] + ] + }, + { + "Level": 58, + "StageID": 203112353, + "MonsterList": [ + [ + 3001020, + 3012020, + 3012020, + 3012020, + 3001020 + ] + ] + }, + { + "Level": 68, + "StageID": 203112354, + "MonsterList": [ + [ + 3001020, + 3012020, + 3012020, + 3012020, + 3001020 + ] + ] + }, + { + "Level": 78, + "StageID": 203112355, + "MonsterList": [ + [ + 3001020, + 3012020, + 3012020, + 3012020, + 3001020 + ] + ] + }, + { + "Level": 92, + "StageID": 203112356, + "MonsterList": [ + [ + 3001020, + 3012020, + 3012020, + 3012020, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203112360, + "MonsterList": [ + [ + 3011010, + 3012020, + 3012020, + 3012020, + 3011010 + ] + ] + }, + { + "Level": 41, + "StageID": 203112361, + "MonsterList": [ + [ + 3011010, + 3012020, + 3012020, + 3012020, + 3011010 + ] + ] + }, + { + "Level": 50, + "StageID": 203112362, + "MonsterList": [ + [ + 3011010, + 3012020, + 3012020, + 3012020, + 3011010 + ] + ] + }, + { + "Level": 58, + "StageID": 203112363, + "MonsterList": [ + [ + 3011010, + 3012020, + 3012020, + 3012020, + 3011010 + ] + ] + }, + { + "Level": 68, + "StageID": 203112364, + "MonsterList": [ + [ + 3011010, + 3012020, + 3012020, + 3012020, + 3011010 + ] + ] + }, + { + "Level": 78, + "StageID": 203112365, + "MonsterList": [ + [ + 3011010, + 3012020, + 3012020, + 3012020, + 3011010 + ] + ] + }, + { + "Level": 92, + "StageID": 203112366, + "MonsterList": [ + [ + 3011010, + 3012020, + 3012020, + 3012020, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203112370, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 41, + "StageID": 203112371, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 50, + "StageID": 203112372, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 58, + "StageID": 203112373, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 68, + "StageID": 203112374, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 78, + "StageID": 203112375, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 92, + "StageID": 203112376, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203112380, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 41, + "StageID": 203112381, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 50, + "StageID": 203112382, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 58, + "StageID": 203112383, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 68, + "StageID": 203112384, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 78, + "StageID": 203112385, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 92, + "StageID": 203112386, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 32, + "StageID": 203112390, + "MonsterList": [ + [ + 3012020, + 3003020, + 3012020 + ] + ] + }, + { + "Level": 41, + "StageID": 203112391, + "MonsterList": [ + [ + 3012020, + 3003020, + 3012020 + ] + ] + }, + { + "Level": 50, + "StageID": 203112392, + "MonsterList": [ + [ + 3012020, + 3003020, + 3012020 + ] + ] + }, + { + "Level": 58, + "StageID": 203112393, + "MonsterList": [ + [ + 3012020, + 3003020, + 3012020 + ] + ] + }, + { + "Level": 68, + "StageID": 203112394, + "MonsterList": [ + [ + 3012020, + 3003020, + 3012020 + ] + ] + }, + { + "Level": 78, + "StageID": 203112395, + "MonsterList": [ + [ + 3012020, + 3003020, + 3012020 + ] + ] + }, + { + "Level": 92, + "StageID": 203112396, + "MonsterList": [ + [ + 3012020, + 3003020, + 3012020 + ] + ] + }, + { + "Level": 24, + "StageID": 203112410, + "MonsterList": [ + [ + 3002050, + 3002050 + ] + ] + }, + { + "Level": 32, + "StageID": 203112411, + "MonsterList": [ + [ + 3002050, + 3002050 + ] + ] + }, + { + "Level": 40, + "StageID": 203112412, + "MonsterList": [ + [ + 3002050, + 3002050 + ] + ] + }, + { + "Level": 48, + "StageID": 203112413, + "MonsterList": [ + [ + 3002050, + 3002050 + ] + ] + }, + { + "Level": 56, + "StageID": 203112414, + "MonsterList": [ + [ + 3002050, + 3002050 + ] + ] + }, + { + "Level": 66, + "StageID": 203112415, + "MonsterList": [ + [ + 3002050, + 3002050 + ] + ] + }, + { + "Level": 82, + "StageID": 203112416, + "MonsterList": [ + [ + 3002050, + 3002050 + ] + ] + }, + { + "Level": 24, + "StageID": 203112420, + "MonsterList": [ + [ + 3002010, + 3002050, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203112421, + "MonsterList": [ + [ + 3002010, + 3002050, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 203112422, + "MonsterList": [ + [ + 3002010, + 3002050, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 203112423, + "MonsterList": [ + [ + 3002010, + 3002050, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 203112424, + "MonsterList": [ + [ + 3002010, + 3002050, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 203112425, + "MonsterList": [ + [ + 3002010, + 3002050, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 203112426, + "MonsterList": [ + [ + 3002010, + 3002050, + 3002010 + ] + ] + }, + { + "Level": 24, + "StageID": 203120010, + "MonsterList": [ + [ + 3001020, + 3011010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203120011, + "MonsterList": [ + [ + 3001020, + 3011010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203120012, + "MonsterList": [ + [ + 3001020, + 3011010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203120013, + "MonsterList": [ + [ + 3001020, + 3011010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203120014, + "MonsterList": [ + [ + 3001020, + 3011010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203120015, + "MonsterList": [ + [ + 3001020, + 3011010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203120016, + "MonsterList": [ + [ + 3001020, + 3011010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203120020, + "MonsterList": [ + [ + 3011010, + 3001010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203120021, + "MonsterList": [ + [ + 3011010, + 3001010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203120022, + "MonsterList": [ + [ + 3011010, + 3001010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203120023, + "MonsterList": [ + [ + 3011010, + 3001010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203120024, + "MonsterList": [ + [ + 3011010, + 3001010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203120025, + "MonsterList": [ + [ + 3011010, + 3001010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203120026, + "MonsterList": [ + [ + 3011010, + 3001010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203120050, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203120051, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203120052, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203120053, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203120054, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203120055, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203120056, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203120090, + "MonsterList": [ + [ + 301202001, + 3002010, + 301202001 + ] + ] + }, + { + "Level": 32, + "StageID": 203120091, + "MonsterList": [ + [ + 301202001, + 3002010, + 301202001 + ] + ] + }, + { + "Level": 40, + "StageID": 203120092, + "MonsterList": [ + [ + 301202001, + 3002010, + 301202001 + ] + ] + }, + { + "Level": 48, + "StageID": 203120093, + "MonsterList": [ + [ + 301202001, + 3002010, + 301202001 + ] + ] + }, + { + "Level": 56, + "StageID": 203120094, + "MonsterList": [ + [ + 301202001, + 3002010, + 301202001 + ] + ] + }, + { + "Level": 66, + "StageID": 203120095, + "MonsterList": [ + [ + 301202001, + 3002010, + 301202001 + ] + ] + }, + { + "Level": 82, + "StageID": 203120096, + "MonsterList": [ + [ + 301202001, + 3002010, + 301202001 + ] + ] + }, + { + "Level": 24, + "StageID": 203120100, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203120101, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203120102, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203120103, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203120104, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203120105, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203120106, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203120110, + "MonsterList": [ + [ + 3011010, + 3002010, + 3002010, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203120111, + "MonsterList": [ + [ + 3011010, + 3002010, + 3002010, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203120112, + "MonsterList": [ + [ + 3011010, + 3002010, + 3002010, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203120113, + "MonsterList": [ + [ + 3011010, + 3002010, + 3002010, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203120114, + "MonsterList": [ + [ + 3011010, + 3002010, + 3002010, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203120115, + "MonsterList": [ + [ + 3011010, + 3002010, + 3002010, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203120116, + "MonsterList": [ + [ + 3011010, + 3002010, + 3002010, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203120120, + "MonsterList": [ + [ + 301202001, + 3002010, + 301202001 + ] + ] + }, + { + "Level": 32, + "StageID": 203120121, + "MonsterList": [ + [ + 301202001, + 3002010, + 301202001 + ] + ] + }, + { + "Level": 40, + "StageID": 203120122, + "MonsterList": [ + [ + 301202001, + 3002010, + 301202001 + ] + ] + }, + { + "Level": 48, + "StageID": 203120123, + "MonsterList": [ + [ + 301202001, + 3002010, + 301202001 + ] + ] + }, + { + "Level": 56, + "StageID": 203120124, + "MonsterList": [ + [ + 301202001, + 3002010, + 301202001 + ] + ] + }, + { + "Level": 66, + "StageID": 203120125, + "MonsterList": [ + [ + 301202001, + 3002010, + 301202001 + ] + ] + }, + { + "Level": 82, + "StageID": 203120126, + "MonsterList": [ + [ + 301202001, + 3002010, + 301202001 + ] + ] + }, + { + "Level": 24, + "StageID": 203120160, + "MonsterList": [ + [ + 3001020, + 3002030, + 301202001, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203120161, + "MonsterList": [ + [ + 3001020, + 3002030, + 301202001, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203120162, + "MonsterList": [ + [ + 3001020, + 3002030, + 301202001, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203120163, + "MonsterList": [ + [ + 3001020, + 3002030, + 301202001, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203120164, + "MonsterList": [ + [ + 3001020, + 3002030, + 301202001, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203120165, + "MonsterList": [ + [ + 3001020, + 3002030, + 301202001, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203120166, + "MonsterList": [ + [ + 3001020, + 3002030, + 301202001, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203120170, + "MonsterList": [ + [ + 3001010, + 301202001, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203120171, + "MonsterList": [ + [ + 3001010, + 301202001, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203120172, + "MonsterList": [ + [ + 3001010, + 301202001, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203120173, + "MonsterList": [ + [ + 3001010, + 301202001, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203120174, + "MonsterList": [ + [ + 3001010, + 301202001, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203120175, + "MonsterList": [ + [ + 3001010, + 301202001, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203120176, + "MonsterList": [ + [ + 3001010, + 301202001, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203120200, + "MonsterList": [ + [ + 301202001, + 301202001, + 301202001 + ] + ] + }, + { + "Level": 32, + "StageID": 203120201, + "MonsterList": [ + [ + 301202001, + 301202001, + 301202001 + ] + ] + }, + { + "Level": 40, + "StageID": 203120202, + "MonsterList": [ + [ + 301202001, + 301202001, + 301202001 + ] + ] + }, + { + "Level": 48, + "StageID": 203120203, + "MonsterList": [ + [ + 301202001, + 301202001, + 301202001 + ] + ] + }, + { + "Level": 56, + "StageID": 203120204, + "MonsterList": [ + [ + 301202001, + 301202001, + 301202001 + ] + ] + }, + { + "Level": 66, + "StageID": 203120205, + "MonsterList": [ + [ + 301202001, + 301202001, + 301202001 + ] + ] + }, + { + "Level": 82, + "StageID": 203120206, + "MonsterList": [ + [ + 301202001, + 301202001, + 301202001 + ] + ] + }, + { + "Level": 24, + "StageID": 203120230, + "MonsterList": [ + [ + 3001020, + 301202001, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203120231, + "MonsterList": [ + [ + 3001020, + 301202001, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203120232, + "MonsterList": [ + [ + 3001020, + 301202001, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203120233, + "MonsterList": [ + [ + 3001020, + 301202001, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203120234, + "MonsterList": [ + [ + 3001020, + 301202001, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203120235, + "MonsterList": [ + [ + 3001020, + 301202001, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203120236, + "MonsterList": [ + [ + 3001020, + 301202001, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203120240, + "MonsterList": [ + [ + 3011010, + 3001010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203120241, + "MonsterList": [ + [ + 3011010, + 3001010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203120242, + "MonsterList": [ + [ + 3011010, + 3001010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203120243, + "MonsterList": [ + [ + 3011010, + 3001010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203120244, + "MonsterList": [ + [ + 3011010, + 3001010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203120245, + "MonsterList": [ + [ + 3011010, + 3001010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203120246, + "MonsterList": [ + [ + 3011010, + 3001010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203120500, + "MonsterList": [ + [ + 301402001 + ] + ] + }, + { + "Level": 32, + "StageID": 203120501, + "MonsterList": [ + [ + 301402001 + ] + ] + }, + { + "Level": 40, + "StageID": 203120502, + "MonsterList": [ + [ + 301402001 + ] + ] + }, + { + "Level": 48, + "StageID": 203120503, + "MonsterList": [ + [ + 301402001 + ] + ] + }, + { + "Level": 56, + "StageID": 203120504, + "MonsterList": [ + [ + 301402001 + ] + ] + }, + { + "Level": 66, + "StageID": 203120505, + "MonsterList": [ + [ + 301402001 + ] + ] + }, + { + "Level": 82, + "StageID": 203120506, + "MonsterList": [ + [ + 301402001 + ] + ] + }, + { + "Level": 24, + "StageID": 203120510, + "MonsterList": [ + [ + 301402002 + ] + ] + }, + { + "Level": 32, + "StageID": 203120511, + "MonsterList": [ + [ + 301402002 + ] + ] + }, + { + "Level": 40, + "StageID": 203120512, + "MonsterList": [ + [ + 301402002 + ] + ] + }, + { + "Level": 48, + "StageID": 203120513, + "MonsterList": [ + [ + 301402002 + ] + ] + }, + { + "Level": 56, + "StageID": 203120514, + "MonsterList": [ + [ + 301402002 + ] + ] + }, + { + "Level": 66, + "StageID": 203120515, + "MonsterList": [ + [ + 301402002 + ] + ] + }, + { + "Level": 82, + "StageID": 203120516, + "MonsterList": [ + [ + 301402002 + ] + ] + }, + { + "Level": 24, + "StageID": 203121010, + "MonsterList": [ + [ + 3001020, + 3011010, + 3001020, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203121011, + "MonsterList": [ + [ + 3001020, + 3011010, + 3001020, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203121012, + "MonsterList": [ + [ + 3001020, + 3011010, + 3001020, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203121013, + "MonsterList": [ + [ + 3001020, + 3011010, + 3001020, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203121014, + "MonsterList": [ + [ + 3001020, + 3011010, + 3001020, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203121015, + "MonsterList": [ + [ + 3001020, + 3011010, + 3001020, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203121016, + "MonsterList": [ + [ + 3001020, + 3011010, + 3001020, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203121020, + "MonsterList": [ + [ + 3011010, + 3001010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203121021, + "MonsterList": [ + [ + 3011010, + 3001010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203121022, + "MonsterList": [ + [ + 3011010, + 3001010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203121023, + "MonsterList": [ + [ + 3011010, + 3001010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203121024, + "MonsterList": [ + [ + 3011010, + 3001010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203121025, + "MonsterList": [ + [ + 3011010, + 3001010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203121026, + "MonsterList": [ + [ + 3011010, + 3001010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203121030, + "MonsterList": [ + [ + 3011010, + 301202001, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203121031, + "MonsterList": [ + [ + 3011010, + 301202001, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203121032, + "MonsterList": [ + [ + 3011010, + 301202001, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203121033, + "MonsterList": [ + [ + 3011010, + 301202001, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203121034, + "MonsterList": [ + [ + 3011010, + 301202001, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203121035, + "MonsterList": [ + [ + 3011010, + 301202001, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203121036, + "MonsterList": [ + [ + 3011010, + 301202001, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203121050, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203121051, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203121052, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203121053, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203121054, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203121055, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203121056, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203121080, + "MonsterList": [ + [ + 3011010, + 3002010, + 3002010, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203121081, + "MonsterList": [ + [ + 3011010, + 3002010, + 3002010, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203121082, + "MonsterList": [ + [ + 3011010, + 3002010, + 3002010, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203121083, + "MonsterList": [ + [ + 3011010, + 3002010, + 3002010, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203121084, + "MonsterList": [ + [ + 3011010, + 3002010, + 3002010, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203121085, + "MonsterList": [ + [ + 3011010, + 3002010, + 3002010, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203121086, + "MonsterList": [ + [ + 3011010, + 3002010, + 3002010, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203121090, + "MonsterList": [ + [ + 301202001, + 3002010, + 301202001 + ] + ] + }, + { + "Level": 32, + "StageID": 203121091, + "MonsterList": [ + [ + 301202001, + 3002010, + 301202001 + ] + ] + }, + { + "Level": 40, + "StageID": 203121092, + "MonsterList": [ + [ + 301202001, + 3002010, + 301202001 + ] + ] + }, + { + "Level": 48, + "StageID": 203121093, + "MonsterList": [ + [ + 301202001, + 3002010, + 301202001 + ] + ] + }, + { + "Level": 56, + "StageID": 203121094, + "MonsterList": [ + [ + 301202001, + 3002010, + 301202001 + ] + ] + }, + { + "Level": 66, + "StageID": 203121095, + "MonsterList": [ + [ + 301202001, + 3002010, + 301202001 + ] + ] + }, + { + "Level": 82, + "StageID": 203121096, + "MonsterList": [ + [ + 301202001, + 3002010, + 301202001 + ] + ] + }, + { + "Level": 24, + "StageID": 203121100, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203121101, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203121102, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203121103, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203121104, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203121105, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203121106, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203121110, + "MonsterList": [ + [ + 3011010, + 3002010, + 3002010, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203121111, + "MonsterList": [ + [ + 3011010, + 3002010, + 3002010, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203121112, + "MonsterList": [ + [ + 3011010, + 3002010, + 3002010, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203121113, + "MonsterList": [ + [ + 3011010, + 3002010, + 3002010, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203121114, + "MonsterList": [ + [ + 3011010, + 3002010, + 3002010, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203121115, + "MonsterList": [ + [ + 3011010, + 3002010, + 3002010, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203121116, + "MonsterList": [ + [ + 3011010, + 3002010, + 3002010, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203121120, + "MonsterList": [ + [ + 301202001, + 3002010, + 301202001 + ] + ] + }, + { + "Level": 32, + "StageID": 203121121, + "MonsterList": [ + [ + 301202001, + 3002010, + 301202001 + ] + ] + }, + { + "Level": 40, + "StageID": 203121122, + "MonsterList": [ + [ + 301202001, + 3002010, + 301202001 + ] + ] + }, + { + "Level": 48, + "StageID": 203121123, + "MonsterList": [ + [ + 301202001, + 3002010, + 301202001 + ] + ] + }, + { + "Level": 56, + "StageID": 203121124, + "MonsterList": [ + [ + 301202001, + 3002010, + 301202001 + ] + ] + }, + { + "Level": 66, + "StageID": 203121125, + "MonsterList": [ + [ + 301202001, + 3002010, + 301202001 + ] + ] + }, + { + "Level": 82, + "StageID": 203121126, + "MonsterList": [ + [ + 301202001, + 3002010, + 301202001 + ] + ] + }, + { + "Level": 24, + "StageID": 203121130, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203121131, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203121132, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203121133, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203121134, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203121135, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203121136, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203121160, + "MonsterList": [ + [ + 3001020, + 3002030, + 301202001, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203121161, + "MonsterList": [ + [ + 3001020, + 3002030, + 301202001, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203121162, + "MonsterList": [ + [ + 3001020, + 3002030, + 301202001, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203121163, + "MonsterList": [ + [ + 3001020, + 3002030, + 301202001, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203121164, + "MonsterList": [ + [ + 3001020, + 3002030, + 301202001, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203121165, + "MonsterList": [ + [ + 3001020, + 3002030, + 301202001, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203121166, + "MonsterList": [ + [ + 3001020, + 3002030, + 301202001, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203121170, + "MonsterList": [ + [ + 3001010, + 301202001, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203121171, + "MonsterList": [ + [ + 3001010, + 301202001, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203121172, + "MonsterList": [ + [ + 3001010, + 301202001, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203121173, + "MonsterList": [ + [ + 3001010, + 301202001, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203121174, + "MonsterList": [ + [ + 3001010, + 301202001, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203121175, + "MonsterList": [ + [ + 3001010, + 301202001, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203121176, + "MonsterList": [ + [ + 3001010, + 301202001, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203121200, + "MonsterList": [ + [ + 301202001, + 301202001, + 301202001 + ] + ] + }, + { + "Level": 32, + "StageID": 203121201, + "MonsterList": [ + [ + 301202001, + 301202001, + 301202001 + ] + ] + }, + { + "Level": 40, + "StageID": 203121202, + "MonsterList": [ + [ + 301202001, + 301202001, + 301202001 + ] + ] + }, + { + "Level": 48, + "StageID": 203121203, + "MonsterList": [ + [ + 301202001, + 301202001, + 301202001 + ] + ] + }, + { + "Level": 56, + "StageID": 203121204, + "MonsterList": [ + [ + 301202001, + 301202001, + 301202001 + ] + ] + }, + { + "Level": 66, + "StageID": 203121205, + "MonsterList": [ + [ + 301202001, + 301202001, + 301202001 + ] + ] + }, + { + "Level": 82, + "StageID": 203121206, + "MonsterList": [ + [ + 301202001, + 301202001, + 301202001 + ] + ] + }, + { + "Level": 24, + "StageID": 203121230, + "MonsterList": [ + [ + 3001020, + 301202001, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203121231, + "MonsterList": [ + [ + 3001020, + 301202001, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203121232, + "MonsterList": [ + [ + 3001020, + 301202001, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203121233, + "MonsterList": [ + [ + 3001020, + 301202001, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203121234, + "MonsterList": [ + [ + 3001020, + 301202001, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203121235, + "MonsterList": [ + [ + 3001020, + 301202001, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203121236, + "MonsterList": [ + [ + 3001020, + 301202001, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203121240, + "MonsterList": [ + [ + 3011010, + 3001010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203121241, + "MonsterList": [ + [ + 3011010, + 3001010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203121242, + "MonsterList": [ + [ + 3011010, + 3001010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203121243, + "MonsterList": [ + [ + 3011010, + 3001010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203121244, + "MonsterList": [ + [ + 3011010, + 3001010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203121245, + "MonsterList": [ + [ + 3011010, + 3001010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203121246, + "MonsterList": [ + [ + 3011010, + 3001010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203121300, + "MonsterList": [ + [ + 3012020, + 8002040, + 3012020 + ] + ] + }, + { + "Level": 32, + "StageID": 203121301, + "MonsterList": [ + [ + 3012020, + 8002040, + 3012020 + ] + ] + }, + { + "Level": 40, + "StageID": 203121302, + "MonsterList": [ + [ + 3012020, + 8002040, + 3012020 + ] + ] + }, + { + "Level": 48, + "StageID": 203121303, + "MonsterList": [ + [ + 3012020, + 8002040, + 3012020 + ] + ] + }, + { + "Level": 56, + "StageID": 203121304, + "MonsterList": [ + [ + 3012020, + 8002040, + 3012020 + ] + ] + }, + { + "Level": 66, + "StageID": 203121305, + "MonsterList": [ + [ + 3012020, + 8002040, + 3012020 + ] + ] + }, + { + "Level": 82, + "StageID": 203121306, + "MonsterList": [ + [ + 3012020, + 8002040, + 3012020 + ] + ] + }, + { + "Level": 32, + "StageID": 203122310, + "MonsterList": [ + [ + 3002030, + 3003020 + ] + ] + }, + { + "Level": 41, + "StageID": 203122311, + "MonsterList": [ + [ + 3002030, + 3003020 + ] + ] + }, + { + "Level": 50, + "StageID": 203122312, + "MonsterList": [ + [ + 3002030, + 3003020 + ] + ] + }, + { + "Level": 58, + "StageID": 203122313, + "MonsterList": [ + [ + 3002030, + 3003020 + ] + ] + }, + { + "Level": 68, + "StageID": 203122314, + "MonsterList": [ + [ + 3002030, + 3003020 + ] + ] + }, + { + "Level": 78, + "StageID": 203122315, + "MonsterList": [ + [ + 3002030, + 3003020 + ] + ] + }, + { + "Level": 92, + "StageID": 203122316, + "MonsterList": [ + [ + 3002030, + 3003020 + ] + ] + }, + { + "Level": 32, + "StageID": 203122330, + "MonsterList": [ + [ + 3012020, + 3012020, + 3002030, + 3002010, + 3012020 + ] + ] + }, + { + "Level": 41, + "StageID": 203122331, + "MonsterList": [ + [ + 3012020, + 3012020, + 3002030, + 3002010, + 3012020 + ] + ] + }, + { + "Level": 50, + "StageID": 203122332, + "MonsterList": [ + [ + 3012020, + 3012020, + 3002030, + 3002010, + 3012020 + ] + ] + }, + { + "Level": 58, + "StageID": 203122333, + "MonsterList": [ + [ + 3012020, + 3012020, + 3002030, + 3002010, + 3012020 + ] + ] + }, + { + "Level": 68, + "StageID": 203122334, + "MonsterList": [ + [ + 3012020, + 3012020, + 3002030, + 3002010, + 3012020 + ] + ] + }, + { + "Level": 78, + "StageID": 203122335, + "MonsterList": [ + [ + 3012020, + 3012020, + 3002030, + 3002010, + 3012020 + ] + ] + }, + { + "Level": 92, + "StageID": 203122336, + "MonsterList": [ + [ + 3012020, + 3012020, + 3002030, + 3002010, + 3012020 + ] + ] + }, + { + "Level": 32, + "StageID": 203122340, + "MonsterList": [ + [ + 3012020, + 3002030, + 3012020, + 3002010 + ] + ] + }, + { + "Level": 41, + "StageID": 203122341, + "MonsterList": [ + [ + 3012020, + 3002030, + 3012020, + 3002010 + ] + ] + }, + { + "Level": 50, + "StageID": 203122342, + "MonsterList": [ + [ + 3012020, + 3002030, + 3012020, + 3002010 + ] + ] + }, + { + "Level": 58, + "StageID": 203122343, + "MonsterList": [ + [ + 3012020, + 3002030, + 3012020, + 3002010 + ] + ] + }, + { + "Level": 68, + "StageID": 203122344, + "MonsterList": [ + [ + 3012020, + 3002030, + 3012020, + 3002010 + ] + ] + }, + { + "Level": 78, + "StageID": 203122345, + "MonsterList": [ + [ + 3012020, + 3002030, + 3012020, + 3002010 + ] + ] + }, + { + "Level": 92, + "StageID": 203122346, + "MonsterList": [ + [ + 3012020, + 3002030, + 3012020, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203122360, + "MonsterList": [ + [ + 3012020, + 3003010, + 3012020 + ] + ] + }, + { + "Level": 41, + "StageID": 203122361, + "MonsterList": [ + [ + 3012020, + 3003010, + 3012020 + ] + ] + }, + { + "Level": 50, + "StageID": 203122362, + "MonsterList": [ + [ + 3012020, + 3003010, + 3012020 + ] + ] + }, + { + "Level": 58, + "StageID": 203122363, + "MonsterList": [ + [ + 3012020, + 3003010, + 3012020 + ] + ] + }, + { + "Level": 68, + "StageID": 203122364, + "MonsterList": [ + [ + 3012020, + 3003010, + 3012020 + ] + ] + }, + { + "Level": 78, + "StageID": 203122365, + "MonsterList": [ + [ + 3012020, + 3003010, + 3012020 + ] + ] + }, + { + "Level": 92, + "StageID": 203122366, + "MonsterList": [ + [ + 3012020, + 3003010, + 3012020 + ] + ] + }, + { + "Level": 24, + "StageID": 203122390, + "MonsterList": [ + [ + 3011010, + 3011010, + 3002050, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203122391, + "MonsterList": [ + [ + 3011010, + 3011010, + 3002050, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203122392, + "MonsterList": [ + [ + 3011010, + 3011010, + 3002050, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203122393, + "MonsterList": [ + [ + 3011010, + 3011010, + 3002050, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203122394, + "MonsterList": [ + [ + 3011010, + 3011010, + 3002050, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203122395, + "MonsterList": [ + [ + 3011010, + 3011010, + 3002050, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203122396, + "MonsterList": [ + [ + 3011010, + 3011010, + 3002050, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203122400, + "MonsterList": [ + [ + 3012020, + 3002050, + 3012020 + ] + ] + }, + { + "Level": 32, + "StageID": 203122401, + "MonsterList": [ + [ + 3012020, + 3002050, + 3012020 + ] + ] + }, + { + "Level": 40, + "StageID": 203122402, + "MonsterList": [ + [ + 3012020, + 3002050, + 3012020 + ] + ] + }, + { + "Level": 48, + "StageID": 203122403, + "MonsterList": [ + [ + 3012020, + 3002050, + 3012020 + ] + ] + }, + { + "Level": 56, + "StageID": 203122404, + "MonsterList": [ + [ + 3012020, + 3002050, + 3012020 + ] + ] + }, + { + "Level": 66, + "StageID": 203122405, + "MonsterList": [ + [ + 3012020, + 3002050, + 3012020 + ] + ] + }, + { + "Level": 82, + "StageID": 203122406, + "MonsterList": [ + [ + 3012020, + 3002050, + 3012020 + ] + ] + }, + { + "Level": 24, + "StageID": 203130040, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203130041, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 203130042, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 203130043, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 203130044, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 203130045, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 203130046, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 24, + "StageID": 203130050, + "MonsterList": [ + [ + 3002050 + ] + ] + }, + { + "Level": 32, + "StageID": 203130051, + "MonsterList": [ + [ + 3002050 + ] + ] + }, + { + "Level": 40, + "StageID": 203130052, + "MonsterList": [ + [ + 3002050 + ] + ] + }, + { + "Level": 48, + "StageID": 203130053, + "MonsterList": [ + [ + 3002050 + ] + ] + }, + { + "Level": 56, + "StageID": 203130054, + "MonsterList": [ + [ + 3002050 + ] + ] + }, + { + "Level": 66, + "StageID": 203130055, + "MonsterList": [ + [ + 3002050 + ] + ] + }, + { + "Level": 82, + "StageID": 203130056, + "MonsterList": [ + [ + 3002050 + ] + ] + }, + { + "Level": 24, + "StageID": 203130060, + "MonsterList": [ + [ + 8022010, + 3002050, + 8022010 + ] + ] + }, + { + "Level": 32, + "StageID": 203130061, + "MonsterList": [ + [ + 8022010, + 3002050, + 8022010 + ] + ] + }, + { + "Level": 40, + "StageID": 203130062, + "MonsterList": [ + [ + 8022010, + 3002050, + 8022010 + ] + ] + }, + { + "Level": 48, + "StageID": 203130063, + "MonsterList": [ + [ + 8022010, + 3002050, + 8022010 + ] + ] + }, + { + "Level": 56, + "StageID": 203130064, + "MonsterList": [ + [ + 8022010, + 3002050, + 8022010 + ] + ] + }, + { + "Level": 66, + "StageID": 203130065, + "MonsterList": [ + [ + 8022010, + 3002050, + 8022010 + ] + ] + }, + { + "Level": 82, + "StageID": 203130066, + "MonsterList": [ + [ + 8022010, + 3002050, + 8022010 + ] + ] + }, + { + "Level": 24, + "StageID": 203130070, + "MonsterList": [ + [ + 3002030, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 32, + "StageID": 203130071, + "MonsterList": [ + [ + 3002030, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 40, + "StageID": 203130072, + "MonsterList": [ + [ + 3002030, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 48, + "StageID": 203130073, + "MonsterList": [ + [ + 3002030, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 56, + "StageID": 203130074, + "MonsterList": [ + [ + 3002030, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 66, + "StageID": 203130075, + "MonsterList": [ + [ + 3002030, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 82, + "StageID": 203130076, + "MonsterList": [ + [ + 3002030, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 24, + "StageID": 203130100, + "MonsterList": [ + [ + 3001010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203130101, + "MonsterList": [ + [ + 3001010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 203130102, + "MonsterList": [ + [ + 3001010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 203130103, + "MonsterList": [ + [ + 3001010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 203130104, + "MonsterList": [ + [ + 3001010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 203130105, + "MonsterList": [ + [ + 3001010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 203130106, + "MonsterList": [ + [ + 3001010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 24, + "StageID": 203130110, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203130111, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203130112, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203130113, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203130114, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203130115, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203130116, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203130130, + "MonsterList": [ + [ + 3002010, + 3001020, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203130131, + "MonsterList": [ + [ + 3002010, + 3001020, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203130132, + "MonsterList": [ + [ + 3002010, + 3001020, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203130133, + "MonsterList": [ + [ + 3002010, + 3001020, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203130134, + "MonsterList": [ + [ + 3002010, + 3001020, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203130135, + "MonsterList": [ + [ + 3002010, + 3001020, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203130136, + "MonsterList": [ + [ + 3002010, + 3001020, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203130160, + "MonsterList": [ + [ + 3001010, + 3002030 + ] + ] + }, + { + "Level": 32, + "StageID": 203130161, + "MonsterList": [ + [ + 3001010, + 3002030 + ] + ] + }, + { + "Level": 40, + "StageID": 203130162, + "MonsterList": [ + [ + 3001010, + 3002030 + ] + ] + }, + { + "Level": 48, + "StageID": 203130163, + "MonsterList": [ + [ + 3001010, + 3002030 + ] + ] + }, + { + "Level": 56, + "StageID": 203130164, + "MonsterList": [ + [ + 3001010, + 3002030 + ] + ] + }, + { + "Level": 66, + "StageID": 203130165, + "MonsterList": [ + [ + 3001010, + 3002030 + ] + ] + }, + { + "Level": 82, + "StageID": 203130166, + "MonsterList": [ + [ + 3001010, + 3002030 + ] + ] + }, + { + "Level": 24, + "StageID": 203130170, + "MonsterList": [ + [ + 3002030, + 3002010, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203130171, + "MonsterList": [ + [ + 3002030, + 3002010, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203130172, + "MonsterList": [ + [ + 3002030, + 3002010, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203130173, + "MonsterList": [ + [ + 3002030, + 3002010, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203130174, + "MonsterList": [ + [ + 3002030, + 3002010, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203130175, + "MonsterList": [ + [ + 3002030, + 3002010, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203130176, + "MonsterList": [ + [ + 3002030, + 3002010, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203130180, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203130181, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 203130182, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 203130183, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 203130184, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 203130185, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 203130186, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 24, + "StageID": 203130190, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203130191, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203130192, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203130193, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203130194, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203130195, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203130196, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203130200, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203130201, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203130202, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203130203, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203130204, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203130205, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203130206, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203130210, + "MonsterList": [ + [ + 3002010, + 3001010, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203130211, + "MonsterList": [ + [ + 3002010, + 3001010, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203130212, + "MonsterList": [ + [ + 3002010, + 3001010, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203130213, + "MonsterList": [ + [ + 3002010, + 3001010, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203130214, + "MonsterList": [ + [ + 3002010, + 3001010, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203130215, + "MonsterList": [ + [ + 3002010, + 3001010, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203130216, + "MonsterList": [ + [ + 3002010, + 3001010, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203130220, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 32, + "StageID": 203130221, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 40, + "StageID": 203130222, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 48, + "StageID": 203130223, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 56, + "StageID": 203130224, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 66, + "StageID": 203130225, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 82, + "StageID": 203130226, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 24, + "StageID": 203130230, + "MonsterList": [ + [ + 3001020, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203130231, + "MonsterList": [ + [ + 3001020, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203130232, + "MonsterList": [ + [ + 3001020, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203130233, + "MonsterList": [ + [ + 3001020, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203130234, + "MonsterList": [ + [ + 3001020, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203130235, + "MonsterList": [ + [ + 3001020, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203130236, + "MonsterList": [ + [ + 3001020, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203130250, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203130251, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203130252, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203130253, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203130254, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203130255, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203130256, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203130270, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203130271, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203130272, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203130273, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203130274, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203130275, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203130276, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203130280, + "MonsterList": [ + [ + 3002030, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203130281, + "MonsterList": [ + [ + 3002030, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203130282, + "MonsterList": [ + [ + 3002030, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203130283, + "MonsterList": [ + [ + 3002030, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203130284, + "MonsterList": [ + [ + 3002030, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203130285, + "MonsterList": [ + [ + 3002030, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203130286, + "MonsterList": [ + [ + 3002030, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203130290, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203130291, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 203130292, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 203130293, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 203130294, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 203130295, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 203130296, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 24, + "StageID": 203130430, + "MonsterList": [ + [ + 3001020, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203130431, + "MonsterList": [ + [ + 3001020, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203130432, + "MonsterList": [ + [ + 3001020, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203130433, + "MonsterList": [ + [ + 3001020, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203130434, + "MonsterList": [ + [ + 3001020, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203130435, + "MonsterList": [ + [ + 3001020, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203130436, + "MonsterList": [ + [ + 3001020, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203130440, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203130441, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203130442, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203130443, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203130444, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203130445, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203130446, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203130450, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203130451, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203130452, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203130453, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203130454, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203130455, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203130456, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203130460, + "MonsterList": [ + [ + 3002030, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203130461, + "MonsterList": [ + [ + 3002030, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203130462, + "MonsterList": [ + [ + 3002030, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203130463, + "MonsterList": [ + [ + 3002030, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203130464, + "MonsterList": [ + [ + 3002030, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203130465, + "MonsterList": [ + [ + 3002030, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203130466, + "MonsterList": [ + [ + 3002030, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203130470, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203130471, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 203130472, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 203130473, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 203130474, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 203130475, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 203130476, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 24, + "StageID": 203130500, + "MonsterList": [ + [ + 3002030, + 3003010, + 3002030 + ] + ] + }, + { + "Level": 32, + "StageID": 203130501, + "MonsterList": [ + [ + 3002030, + 3003010, + 3002030 + ] + ] + }, + { + "Level": 40, + "StageID": 203130502, + "MonsterList": [ + [ + 3002030, + 3003010, + 3002030 + ] + ] + }, + { + "Level": 48, + "StageID": 203130503, + "MonsterList": [ + [ + 3002030, + 3003010, + 3002030 + ] + ] + }, + { + "Level": 56, + "StageID": 203130504, + "MonsterList": [ + [ + 3002030, + 3003010, + 3002030 + ] + ] + }, + { + "Level": 66, + "StageID": 203130505, + "MonsterList": [ + [ + 3002030, + 3003010, + 3002030 + ] + ] + }, + { + "Level": 82, + "StageID": 203130506, + "MonsterList": [ + [ + 3002030, + 3003010, + 3002030 + ] + ] + }, + { + "Level": 24, + "StageID": 203131100, + "MonsterList": [ + [ + 3001010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203131101, + "MonsterList": [ + [ + 3001010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 203131102, + "MonsterList": [ + [ + 3001010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 203131103, + "MonsterList": [ + [ + 3001010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 203131104, + "MonsterList": [ + [ + 3001010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 203131105, + "MonsterList": [ + [ + 3001010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 203131106, + "MonsterList": [ + [ + 3001010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 24, + "StageID": 203131110, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203131111, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203131112, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203131113, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203131114, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203131115, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203131116, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203131130, + "MonsterList": [ + [ + 3002010, + 3001020, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203131131, + "MonsterList": [ + [ + 3002010, + 3001020, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203131132, + "MonsterList": [ + [ + 3002010, + 3001020, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203131133, + "MonsterList": [ + [ + 3002010, + 3001020, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203131134, + "MonsterList": [ + [ + 3002010, + 3001020, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203131135, + "MonsterList": [ + [ + 3002010, + 3001020, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203131136, + "MonsterList": [ + [ + 3002010, + 3001020, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203131160, + "MonsterList": [ + [ + 3001010, + 3002030 + ] + ] + }, + { + "Level": 32, + "StageID": 203131161, + "MonsterList": [ + [ + 3001010, + 3002030 + ] + ] + }, + { + "Level": 40, + "StageID": 203131162, + "MonsterList": [ + [ + 3001010, + 3002030 + ] + ] + }, + { + "Level": 48, + "StageID": 203131163, + "MonsterList": [ + [ + 3001010, + 3002030 + ] + ] + }, + { + "Level": 56, + "StageID": 203131164, + "MonsterList": [ + [ + 3001010, + 3002030 + ] + ] + }, + { + "Level": 66, + "StageID": 203131165, + "MonsterList": [ + [ + 3001010, + 3002030 + ] + ] + }, + { + "Level": 82, + "StageID": 203131166, + "MonsterList": [ + [ + 3001010, + 3002030 + ] + ] + }, + { + "Level": 24, + "StageID": 203131170, + "MonsterList": [ + [ + 3002030, + 3002010, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203131171, + "MonsterList": [ + [ + 3002030, + 3002010, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203131172, + "MonsterList": [ + [ + 3002030, + 3002010, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203131173, + "MonsterList": [ + [ + 3002030, + 3002010, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203131174, + "MonsterList": [ + [ + 3002030, + 3002010, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203131175, + "MonsterList": [ + [ + 3002030, + 3002010, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203131176, + "MonsterList": [ + [ + 3002030, + 3002010, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203131180, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203131181, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 203131182, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 203131183, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 203131184, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 203131185, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 203131186, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 24, + "StageID": 203131190, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203131191, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203131192, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203131193, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203131194, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203131195, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203131196, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203131200, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203131201, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203131202, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203131203, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203131204, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203131205, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203131206, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203131210, + "MonsterList": [ + [ + 3002010, + 3001010, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203131211, + "MonsterList": [ + [ + 3002010, + 3001010, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203131212, + "MonsterList": [ + [ + 3002010, + 3001010, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203131213, + "MonsterList": [ + [ + 3002010, + 3001010, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203131214, + "MonsterList": [ + [ + 3002010, + 3001010, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203131215, + "MonsterList": [ + [ + 3002010, + 3001010, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203131216, + "MonsterList": [ + [ + 3002010, + 3001010, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203131220, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 32, + "StageID": 203131221, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 40, + "StageID": 203131222, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 48, + "StageID": 203131223, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 56, + "StageID": 203131224, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 66, + "StageID": 203131225, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 82, + "StageID": 203131226, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 24, + "StageID": 203131230, + "MonsterList": [ + [ + 3001020, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203131231, + "MonsterList": [ + [ + 3001020, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203131232, + "MonsterList": [ + [ + 3001020, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203131233, + "MonsterList": [ + [ + 3001020, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203131234, + "MonsterList": [ + [ + 3001020, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203131235, + "MonsterList": [ + [ + 3001020, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203131236, + "MonsterList": [ + [ + 3001020, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203131270, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203131271, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203131272, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203131273, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203131274, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203131275, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203131276, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203131280, + "MonsterList": [ + [ + 3002030, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203131281, + "MonsterList": [ + [ + 3002030, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203131282, + "MonsterList": [ + [ + 3002030, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203131283, + "MonsterList": [ + [ + 3002030, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203131284, + "MonsterList": [ + [ + 3002030, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203131285, + "MonsterList": [ + [ + 3002030, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203131286, + "MonsterList": [ + [ + 3002030, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203131290, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203131291, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 203131292, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 203131293, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 203131294, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 203131295, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 203131296, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 24, + "StageID": 203131310, + "MonsterList": [ + [ + 3002030, + 3002030 + ] + ] + }, + { + "Level": 32, + "StageID": 203131311, + "MonsterList": [ + [ + 3002030, + 3002030 + ] + ] + }, + { + "Level": 40, + "StageID": 203131312, + "MonsterList": [ + [ + 3002030, + 3002030 + ] + ] + }, + { + "Level": 48, + "StageID": 203131313, + "MonsterList": [ + [ + 3002030, + 3002030 + ] + ] + }, + { + "Level": 56, + "StageID": 203131314, + "MonsterList": [ + [ + 3002030, + 3002030 + ] + ] + }, + { + "Level": 66, + "StageID": 203131315, + "MonsterList": [ + [ + 3002030, + 3002030 + ] + ] + }, + { + "Level": 82, + "StageID": 203131316, + "MonsterList": [ + [ + 3002030, + 3002030 + ] + ] + }, + { + "Level": 24, + "StageID": 203131320, + "MonsterList": [ + [ + 3001020, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203131321, + "MonsterList": [ + [ + 3001020, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203131322, + "MonsterList": [ + [ + 3001020, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203131323, + "MonsterList": [ + [ + 3001020, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203131324, + "MonsterList": [ + [ + 3001020, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203131325, + "MonsterList": [ + [ + 3001020, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203131326, + "MonsterList": [ + [ + 3001020, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203131330, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203131331, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203131332, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203131333, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203131334, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203131335, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203131336, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203131340, + "MonsterList": [ + [ + 3002010, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203131341, + "MonsterList": [ + [ + 3002010, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 203131342, + "MonsterList": [ + [ + 3002010, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 203131343, + "MonsterList": [ + [ + 3002010, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 203131344, + "MonsterList": [ + [ + 3002010, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 203131345, + "MonsterList": [ + [ + 3002010, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 203131346, + "MonsterList": [ + [ + 3002010, + 3002010 + ] + ] + }, + { + "Level": 24, + "StageID": 203131350, + "MonsterList": [ + [ + 3001020, + 3002010, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203131351, + "MonsterList": [ + [ + 3001020, + 3002010, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203131352, + "MonsterList": [ + [ + 3001020, + 3002010, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203131353, + "MonsterList": [ + [ + 3001020, + 3002010, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203131354, + "MonsterList": [ + [ + 3001020, + 3002010, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203131355, + "MonsterList": [ + [ + 3001020, + 3002010, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203131356, + "MonsterList": [ + [ + 3001020, + 3002010, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203131360, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203131361, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203131362, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203131363, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203131364, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203131365, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203131366, + "MonsterList": [ + [ + 3001020, + 3001010, + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203131400, + "MonsterList": [ + [ + 3002010, + 8002040, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203131401, + "MonsterList": [ + [ + 3002010, + 8002040, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203131402, + "MonsterList": [ + [ + 3002010, + 8002040, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203131403, + "MonsterList": [ + [ + 3002010, + 8002040, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203131404, + "MonsterList": [ + [ + 3002010, + 8002040, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203131405, + "MonsterList": [ + [ + 3002010, + 8002040, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203131406, + "MonsterList": [ + [ + 3002010, + 8002040, + 3002010, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203131430, + "MonsterList": [ + [ + 3001020, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203131431, + "MonsterList": [ + [ + 3001020, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203131432, + "MonsterList": [ + [ + 3001020, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203131433, + "MonsterList": [ + [ + 3001020, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203131434, + "MonsterList": [ + [ + 3001020, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203131435, + "MonsterList": [ + [ + 3001020, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203131436, + "MonsterList": [ + [ + 3001020, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203131440, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203131441, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203131442, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203131443, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203131444, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203131445, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203131446, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203131450, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203131451, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203131452, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203131453, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203131454, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203131455, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203131456, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001010, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203131460, + "MonsterList": [ + [ + 3002030, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203131461, + "MonsterList": [ + [ + 3002030, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203131462, + "MonsterList": [ + [ + 3002030, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203131463, + "MonsterList": [ + [ + 3002030, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203131464, + "MonsterList": [ + [ + 3002030, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203131465, + "MonsterList": [ + [ + 3002030, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203131466, + "MonsterList": [ + [ + 3002030, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203131470, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203131471, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 203131472, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 203131473, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 203131474, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 203131475, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 203131476, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203132310, + "MonsterList": [ + [ + 3002030, + 3002010, + 3002010, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 41, + "StageID": 203132311, + "MonsterList": [ + [ + 3002030, + 3002010, + 3002010, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 50, + "StageID": 203132312, + "MonsterList": [ + [ + 3002030, + 3002010, + 3002010, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 58, + "StageID": 203132313, + "MonsterList": [ + [ + 3002030, + 3002010, + 3002010, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 68, + "StageID": 203132314, + "MonsterList": [ + [ + 3002030, + 3002010, + 3002010, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 78, + "StageID": 203132315, + "MonsterList": [ + [ + 3002030, + 3002010, + 3002010, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 92, + "StageID": 203132316, + "MonsterList": [ + [ + 3002030, + 3002010, + 3002010, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203132320, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 41, + "StageID": 203132321, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 50, + "StageID": 203132322, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 58, + "StageID": 203132323, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 68, + "StageID": 203132324, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 78, + "StageID": 203132325, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 92, + "StageID": 203132326, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 32, + "StageID": 203132340, + "MonsterList": [ + [ + 3001020, + 3003010, + 3001020 + ] + ] + }, + { + "Level": 41, + "StageID": 203132341, + "MonsterList": [ + [ + 3001020, + 3003010, + 3001020 + ] + ] + }, + { + "Level": 50, + "StageID": 203132342, + "MonsterList": [ + [ + 3001020, + 3003010, + 3001020 + ] + ] + }, + { + "Level": 58, + "StageID": 203132343, + "MonsterList": [ + [ + 3001020, + 3003010, + 3001020 + ] + ] + }, + { + "Level": 68, + "StageID": 203132344, + "MonsterList": [ + [ + 3001020, + 3003010, + 3001020 + ] + ] + }, + { + "Level": 78, + "StageID": 203132345, + "MonsterList": [ + [ + 3001020, + 3003010, + 3001020 + ] + ] + }, + { + "Level": 92, + "StageID": 203132346, + "MonsterList": [ + [ + 3001020, + 3003010, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203132370, + "MonsterList": [ + [ + 3002010, + 3003010, + 3002030 + ] + ] + }, + { + "Level": 41, + "StageID": 203132371, + "MonsterList": [ + [ + 3002010, + 3003010, + 3002030 + ] + ] + }, + { + "Level": 50, + "StageID": 203132372, + "MonsterList": [ + [ + 3002010, + 3003010, + 3002030 + ] + ] + }, + { + "Level": 58, + "StageID": 203132373, + "MonsterList": [ + [ + 3002010, + 3003010, + 3002030 + ] + ] + }, + { + "Level": 68, + "StageID": 203132374, + "MonsterList": [ + [ + 3002010, + 3003010, + 3002030 + ] + ] + }, + { + "Level": 78, + "StageID": 203132375, + "MonsterList": [ + [ + 3002010, + 3003010, + 3002030 + ] + ] + }, + { + "Level": 92, + "StageID": 203132376, + "MonsterList": [ + [ + 3002010, + 3003010, + 3002030 + ] + ] + }, + { + "Level": 24, + "StageID": 203132390, + "MonsterList": [ + [ + 3001020, + 3002050, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203132391, + "MonsterList": [ + [ + 3001020, + 3002050, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203132392, + "MonsterList": [ + [ + 3001020, + 3002050, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203132393, + "MonsterList": [ + [ + 3001020, + 3002050, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203132394, + "MonsterList": [ + [ + 3001020, + 3002050, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203132395, + "MonsterList": [ + [ + 3001020, + 3002050, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203132396, + "MonsterList": [ + [ + 3001020, + 3002050, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203132400, + "MonsterList": [ + [ + 3002050, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203132401, + "MonsterList": [ + [ + 3002050, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 203132402, + "MonsterList": [ + [ + 3002050, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 203132403, + "MonsterList": [ + [ + 3002050, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 203132404, + "MonsterList": [ + [ + 3002050, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 203132405, + "MonsterList": [ + [ + 3002050, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 203132406, + "MonsterList": [ + [ + 3002050, + 3002010 + ] + ] + }, + { + "Level": 24, + "StageID": 203210010, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203210011, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 203210012, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 203210013, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 203210014, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 203210015, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 203210016, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 24, + "StageID": 203210020, + "MonsterList": [ + [ + 3002040, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 32, + "StageID": 203210021, + "MonsterList": [ + [ + 3002040, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 40, + "StageID": 203210022, + "MonsterList": [ + [ + 3002040, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 48, + "StageID": 203210023, + "MonsterList": [ + [ + 3002040, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 56, + "StageID": 203210024, + "MonsterList": [ + [ + 3002040, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 66, + "StageID": 203210025, + "MonsterList": [ + [ + 3002040, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 82, + "StageID": 203210026, + "MonsterList": [ + [ + 3002040, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 24, + "StageID": 203210050, + "MonsterList": [ + [ + 3001010, + 3002010, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203210051, + "MonsterList": [ + [ + 3001010, + 3002010, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203210052, + "MonsterList": [ + [ + 3001010, + 3002010, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203210053, + "MonsterList": [ + [ + 3001010, + 3002010, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203210054, + "MonsterList": [ + [ + 3001010, + 3002010, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203210055, + "MonsterList": [ + [ + 3001010, + 3002010, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203210056, + "MonsterList": [ + [ + 3001010, + 3002010, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203210060, + "MonsterList": [ + [ + 3001020, + 3002040, + 3002040, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203210061, + "MonsterList": [ + [ + 3001020, + 3002040, + 3002040, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203210062, + "MonsterList": [ + [ + 3001020, + 3002040, + 3002040, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203210063, + "MonsterList": [ + [ + 3001020, + 3002040, + 3002040, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203210064, + "MonsterList": [ + [ + 3001020, + 3002040, + 3002040, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203210065, + "MonsterList": [ + [ + 3001020, + 3002040, + 3002040, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203210066, + "MonsterList": [ + [ + 3001020, + 3002040, + 3002040, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203210070, + "MonsterList": [ + [ + 3001010, + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203210071, + "MonsterList": [ + [ + 3001010, + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203210072, + "MonsterList": [ + [ + 3001010, + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203210073, + "MonsterList": [ + [ + 3001010, + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203210074, + "MonsterList": [ + [ + 3001010, + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203210075, + "MonsterList": [ + [ + 3001010, + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203210076, + "MonsterList": [ + [ + 3001010, + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203210100, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203210101, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203210102, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203210103, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203210104, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203210105, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203210106, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203210110, + "MonsterList": [ + [ + 3002030, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 32, + "StageID": 203210111, + "MonsterList": [ + [ + 3002030, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 40, + "StageID": 203210112, + "MonsterList": [ + [ + 3002030, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 48, + "StageID": 203210113, + "MonsterList": [ + [ + 3002030, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 56, + "StageID": 203210114, + "MonsterList": [ + [ + 3002030, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 66, + "StageID": 203210115, + "MonsterList": [ + [ + 3002030, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 82, + "StageID": 203210116, + "MonsterList": [ + [ + 3002030, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 24, + "StageID": 203210140, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203210141, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 203210142, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 203210143, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 203210144, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 203210145, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 203210146, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 24, + "StageID": 203210150, + "MonsterList": [ + [ + 3002040, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 32, + "StageID": 203210151, + "MonsterList": [ + [ + 3002040, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 40, + "StageID": 203210152, + "MonsterList": [ + [ + 3002040, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 48, + "StageID": 203210153, + "MonsterList": [ + [ + 3002040, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 56, + "StageID": 203210154, + "MonsterList": [ + [ + 3002040, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 66, + "StageID": 203210155, + "MonsterList": [ + [ + 3002040, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 82, + "StageID": 203210156, + "MonsterList": [ + [ + 3002040, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 24, + "StageID": 203210180, + "MonsterList": [ + [ + 3001020, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203210181, + "MonsterList": [ + [ + 3001020, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203210182, + "MonsterList": [ + [ + 3001020, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203210183, + "MonsterList": [ + [ + 3001020, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203210184, + "MonsterList": [ + [ + 3001020, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203210185, + "MonsterList": [ + [ + 3001020, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203210186, + "MonsterList": [ + [ + 3001020, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203210190, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203210191, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203210192, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203210193, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203210194, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203210195, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203210196, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203210200, + "MonsterList": [ + [ + 3001010, + 3002040, + 3002040, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203210201, + "MonsterList": [ + [ + 3001010, + 3002040, + 3002040, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203210202, + "MonsterList": [ + [ + 3001010, + 3002040, + 3002040, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203210203, + "MonsterList": [ + [ + 3001010, + 3002040, + 3002040, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203210204, + "MonsterList": [ + [ + 3001010, + 3002040, + 3002040, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203210205, + "MonsterList": [ + [ + 3001010, + 3002040, + 3002040, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203210206, + "MonsterList": [ + [ + 3001010, + 3002040, + 3002040, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203210210, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 32, + "StageID": 203210211, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 40, + "StageID": 203210212, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 48, + "StageID": 203210213, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 56, + "StageID": 203210214, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 66, + "StageID": 203210215, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 82, + "StageID": 203210216, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 24, + "StageID": 203210240, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203210241, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203210242, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203210243, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203210244, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203210245, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203210246, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203210250, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002040, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203210251, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002040, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203210252, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002040, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203210253, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002040, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203210254, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002040, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203210255, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002040, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203210256, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002040, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203210360, + "MonsterList": [ + [ + 3001020, + 3002010, + 3001020, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203210361, + "MonsterList": [ + [ + 3001020, + 3002010, + 3001020, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 203210362, + "MonsterList": [ + [ + 3001020, + 3002010, + 3001020, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 203210363, + "MonsterList": [ + [ + 3001020, + 3002010, + 3001020, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 203210364, + "MonsterList": [ + [ + 3001020, + 3002010, + 3001020, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 203210365, + "MonsterList": [ + [ + 3001020, + 3002010, + 3001020, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 203210366, + "MonsterList": [ + [ + 3001020, + 3002010, + 3001020, + 3002010 + ] + ] + }, + { + "Level": 24, + "StageID": 203210370, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203210371, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 203210372, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 203210373, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 203210374, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 203210375, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 203210376, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 24, + "StageID": 203210500, + "MonsterList": [ + [ + 803401001 + ] + ] + }, + { + "Level": 32, + "StageID": 203210501, + "MonsterList": [ + [ + 803401001 + ] + ] + }, + { + "Level": 40, + "StageID": 203210502, + "MonsterList": [ + [ + 803401001 + ] + ] + }, + { + "Level": 48, + "StageID": 203210503, + "MonsterList": [ + [ + 803401001 + ] + ] + }, + { + "Level": 56, + "StageID": 203210504, + "MonsterList": [ + [ + 803401001 + ] + ] + }, + { + "Level": 66, + "StageID": 203210505, + "MonsterList": [ + [ + 803401001 + ] + ] + }, + { + "Level": 82, + "StageID": 203210506, + "MonsterList": [ + [ + 803401001 + ] + ] + }, + { + "Level": 24, + "StageID": 203211050, + "MonsterList": [ + [ + 3001010, + 3002010, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203211051, + "MonsterList": [ + [ + 3001010, + 3002010, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203211052, + "MonsterList": [ + [ + 3001010, + 3002010, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203211053, + "MonsterList": [ + [ + 3001010, + 3002010, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203211054, + "MonsterList": [ + [ + 3001010, + 3002010, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203211055, + "MonsterList": [ + [ + 3001010, + 3002010, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203211056, + "MonsterList": [ + [ + 3001010, + 3002010, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203211060, + "MonsterList": [ + [ + 3001020, + 3002040, + 3002040, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203211061, + "MonsterList": [ + [ + 3001020, + 3002040, + 3002040, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203211062, + "MonsterList": [ + [ + 3001020, + 3002040, + 3002040, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203211063, + "MonsterList": [ + [ + 3001020, + 3002040, + 3002040, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203211064, + "MonsterList": [ + [ + 3001020, + 3002040, + 3002040, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203211065, + "MonsterList": [ + [ + 3001020, + 3002040, + 3002040, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203211066, + "MonsterList": [ + [ + 3001020, + 3002040, + 3002040, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203211070, + "MonsterList": [ + [ + 3001010, + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203211071, + "MonsterList": [ + [ + 3001010, + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203211072, + "MonsterList": [ + [ + 3001010, + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203211073, + "MonsterList": [ + [ + 3001010, + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203211074, + "MonsterList": [ + [ + 3001010, + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203211075, + "MonsterList": [ + [ + 3001010, + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203211076, + "MonsterList": [ + [ + 3001010, + 3001010, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203211100, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203211101, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203211102, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203211103, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203211104, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203211105, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203211106, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203211110, + "MonsterList": [ + [ + 3002030, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 32, + "StageID": 203211111, + "MonsterList": [ + [ + 3002030, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 40, + "StageID": 203211112, + "MonsterList": [ + [ + 3002030, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 48, + "StageID": 203211113, + "MonsterList": [ + [ + 3002030, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 56, + "StageID": 203211114, + "MonsterList": [ + [ + 3002030, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 66, + "StageID": 203211115, + "MonsterList": [ + [ + 3002030, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 82, + "StageID": 203211116, + "MonsterList": [ + [ + 3002030, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 24, + "StageID": 203211120, + "MonsterList": [ + [ + 3001020, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203211121, + "MonsterList": [ + [ + 3001020, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203211122, + "MonsterList": [ + [ + 3001020, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203211123, + "MonsterList": [ + [ + 3001020, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203211124, + "MonsterList": [ + [ + 3001020, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203211125, + "MonsterList": [ + [ + 3001020, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203211126, + "MonsterList": [ + [ + 3001020, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203211130, + "MonsterList": [ + [ + 3001010, + 3002030, + 3002040, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203211131, + "MonsterList": [ + [ + 3001010, + 3002030, + 3002040, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203211132, + "MonsterList": [ + [ + 3001010, + 3002030, + 3002040, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203211133, + "MonsterList": [ + [ + 3001010, + 3002030, + 3002040, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203211134, + "MonsterList": [ + [ + 3001010, + 3002030, + 3002040, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203211135, + "MonsterList": [ + [ + 3001010, + 3002030, + 3002040, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203211136, + "MonsterList": [ + [ + 3001010, + 3002030, + 3002040, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203211140, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203211141, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 203211142, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 203211143, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 203211144, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 203211145, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 203211146, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 24, + "StageID": 203211150, + "MonsterList": [ + [ + 3002040, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 32, + "StageID": 203211151, + "MonsterList": [ + [ + 3002040, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 40, + "StageID": 203211152, + "MonsterList": [ + [ + 3002040, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 48, + "StageID": 203211153, + "MonsterList": [ + [ + 3002040, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 56, + "StageID": 203211154, + "MonsterList": [ + [ + 3002040, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 66, + "StageID": 203211155, + "MonsterList": [ + [ + 3002040, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 82, + "StageID": 203211156, + "MonsterList": [ + [ + 3002040, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 24, + "StageID": 203211180, + "MonsterList": [ + [ + 3001020, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203211181, + "MonsterList": [ + [ + 3001020, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203211182, + "MonsterList": [ + [ + 3001020, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203211183, + "MonsterList": [ + [ + 3001020, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203211184, + "MonsterList": [ + [ + 3001020, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203211185, + "MonsterList": [ + [ + 3001020, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203211186, + "MonsterList": [ + [ + 3001020, + 3001020, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203211190, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203211191, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203211192, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203211193, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203211194, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203211195, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203211196, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203211200, + "MonsterList": [ + [ + 3001010, + 3002040, + 3002040, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203211201, + "MonsterList": [ + [ + 3001010, + 3002040, + 3002040, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203211202, + "MonsterList": [ + [ + 3001010, + 3002040, + 3002040, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203211203, + "MonsterList": [ + [ + 3001010, + 3002040, + 3002040, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203211204, + "MonsterList": [ + [ + 3001010, + 3002040, + 3002040, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203211205, + "MonsterList": [ + [ + 3001010, + 3002040, + 3002040, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203211206, + "MonsterList": [ + [ + 3001010, + 3002040, + 3002040, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203211210, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 32, + "StageID": 203211211, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 40, + "StageID": 203211212, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 48, + "StageID": 203211213, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 56, + "StageID": 203211214, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 66, + "StageID": 203211215, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 82, + "StageID": 203211216, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 24, + "StageID": 203211240, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203211241, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203211242, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203211243, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203211244, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203211245, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203211246, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203211250, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002040, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203211251, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002040, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203211252, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002040, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203211253, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002040, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203211254, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002040, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203211255, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002040, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203211256, + "MonsterList": [ + [ + 3001020, + 3002030, + 3002040, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203211310, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203211311, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 203211312, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 203211313, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 203211314, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 203211315, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 203211316, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 24, + "StageID": 203211320, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203211321, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 203211322, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 203211323, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 203211324, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 203211325, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 203211326, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 24, + "StageID": 203211360, + "MonsterList": [ + [ + 3001020, + 3002010, + 3001020, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203211361, + "MonsterList": [ + [ + 3001020, + 3002010, + 3001020, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 203211362, + "MonsterList": [ + [ + 3001020, + 3002010, + 3001020, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 203211363, + "MonsterList": [ + [ + 3001020, + 3002010, + 3001020, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 203211364, + "MonsterList": [ + [ + 3001020, + 3002010, + 3001020, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 203211365, + "MonsterList": [ + [ + 3001020, + 3002010, + 3001020, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 203211366, + "MonsterList": [ + [ + 3001020, + 3002010, + 3001020, + 3002010 + ] + ] + }, + { + "Level": 24, + "StageID": 203211370, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203211371, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 203211372, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 203211373, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 203211374, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 203211375, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 203211376, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 24, + "StageID": 203211380, + "MonsterList": [ + [ + 3001020, + 3002040, + 3002040, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203211381, + "MonsterList": [ + [ + 3001020, + 3002040, + 3002040, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203211382, + "MonsterList": [ + [ + 3001020, + 3002040, + 3002040, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203211383, + "MonsterList": [ + [ + 3001020, + 3002040, + 3002040, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203211384, + "MonsterList": [ + [ + 3001020, + 3002040, + 3002040, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203211385, + "MonsterList": [ + [ + 3001020, + 3002040, + 3002040, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203211386, + "MonsterList": [ + [ + 3001020, + 3002040, + 3002040, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203211700, + "MonsterList": [ + [ + 3002040, + 8002040, + 3002040 + ] + ] + }, + { + "Level": 32, + "StageID": 203211701, + "MonsterList": [ + [ + 3002040, + 8002040, + 3002040 + ] + ] + }, + { + "Level": 40, + "StageID": 203211702, + "MonsterList": [ + [ + 3002040, + 8002040, + 3002040 + ] + ] + }, + { + "Level": 48, + "StageID": 203211703, + "MonsterList": [ + [ + 3002040, + 8002040, + 3002040 + ] + ] + }, + { + "Level": 56, + "StageID": 203211704, + "MonsterList": [ + [ + 3002040, + 8002040, + 3002040 + ] + ] + }, + { + "Level": 66, + "StageID": 203211705, + "MonsterList": [ + [ + 3002040, + 8002040, + 3002040 + ] + ] + }, + { + "Level": 82, + "StageID": 203211706, + "MonsterList": [ + [ + 3002040, + 8002040, + 3002040 + ] + ] + }, + { + "Level": 24, + "StageID": 203211710, + "MonsterList": [ + [ + 3011010, + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203211711, + "MonsterList": [ + [ + 3011010, + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203211712, + "MonsterList": [ + [ + 3011010, + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203211713, + "MonsterList": [ + [ + 3011010, + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203211714, + "MonsterList": [ + [ + 3011010, + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203211715, + "MonsterList": [ + [ + 3011010, + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203211716, + "MonsterList": [ + [ + 3011010, + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203211720, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203211721, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203211722, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203211723, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203211724, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203211725, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203211726, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203211730, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203211731, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203211732, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203211733, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203211734, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203211735, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203211736, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203211740, + "MonsterList": [ + [ + 3011010, + 301202001, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203211741, + "MonsterList": [ + [ + 3011010, + 301202001, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203211742, + "MonsterList": [ + [ + 3011010, + 301202001, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203211743, + "MonsterList": [ + [ + 3011010, + 301202001, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203211744, + "MonsterList": [ + [ + 3011010, + 301202001, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203211745, + "MonsterList": [ + [ + 3011010, + 301202001, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203211746, + "MonsterList": [ + [ + 3011010, + 301202001, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203211770, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203211771, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203211772, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203211773, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203211774, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203211775, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203211776, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203211780, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203211781, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203211782, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203211783, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203211784, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203211785, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203211786, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203211790, + "MonsterList": [ + [ + 3011010, + 301202001, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203211791, + "MonsterList": [ + [ + 3011010, + 301202001, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203211792, + "MonsterList": [ + [ + 3011010, + 301202001, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203211793, + "MonsterList": [ + [ + 3011010, + 301202001, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203211794, + "MonsterList": [ + [ + 3011010, + 301202001, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203211795, + "MonsterList": [ + [ + 3011010, + 301202001, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203211796, + "MonsterList": [ + [ + 3011010, + 301202001, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203211800, + "MonsterList": [ + [ + 301202001, + 301202001, + 301202001 + ] + ] + }, + { + "Level": 32, + "StageID": 203211801, + "MonsterList": [ + [ + 301202001, + 301202001, + 301202001 + ] + ] + }, + { + "Level": 40, + "StageID": 203211802, + "MonsterList": [ + [ + 301202001, + 301202001, + 301202001 + ] + ] + }, + { + "Level": 48, + "StageID": 203211803, + "MonsterList": [ + [ + 301202001, + 301202001, + 301202001 + ] + ] + }, + { + "Level": 56, + "StageID": 203211804, + "MonsterList": [ + [ + 301202001, + 301202001, + 301202001 + ] + ] + }, + { + "Level": 66, + "StageID": 203211805, + "MonsterList": [ + [ + 301202001, + 301202001, + 301202001 + ] + ] + }, + { + "Level": 82, + "StageID": 203211806, + "MonsterList": [ + [ + 301202001, + 301202001, + 301202001 + ] + ] + }, + { + "Level": 24, + "StageID": 203211810, + "MonsterList": [ + [ + 3011010, + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203211811, + "MonsterList": [ + [ + 3011010, + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203211812, + "MonsterList": [ + [ + 3011010, + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203211813, + "MonsterList": [ + [ + 3011010, + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203211814, + "MonsterList": [ + [ + 3011010, + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203211815, + "MonsterList": [ + [ + 3011010, + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203211816, + "MonsterList": [ + [ + 3011010, + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203211820, + "MonsterList": [ + [ + 3001020, + 3012010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203211821, + "MonsterList": [ + [ + 3001020, + 3012010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203211822, + "MonsterList": [ + [ + 3001020, + 3012010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203211823, + "MonsterList": [ + [ + 3001020, + 3012010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203211824, + "MonsterList": [ + [ + 3001020, + 3012010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203211825, + "MonsterList": [ + [ + 3001020, + 3012010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203211826, + "MonsterList": [ + [ + 3001020, + 3012010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203211830, + "MonsterList": [ + [ + 301202001, + 3012010, + 301202001 + ] + ] + }, + { + "Level": 32, + "StageID": 203211831, + "MonsterList": [ + [ + 301202001, + 3012010, + 301202001 + ] + ] + }, + { + "Level": 40, + "StageID": 203211832, + "MonsterList": [ + [ + 301202001, + 3012010, + 301202001 + ] + ] + }, + { + "Level": 48, + "StageID": 203211833, + "MonsterList": [ + [ + 301202001, + 3012010, + 301202001 + ] + ] + }, + { + "Level": 56, + "StageID": 203211834, + "MonsterList": [ + [ + 301202001, + 3012010, + 301202001 + ] + ] + }, + { + "Level": 66, + "StageID": 203211835, + "MonsterList": [ + [ + 301202001, + 3012010, + 301202001 + ] + ] + }, + { + "Level": 82, + "StageID": 203211836, + "MonsterList": [ + [ + 301202001, + 3012010, + 301202001 + ] + ] + }, + { + "Level": 24, + "StageID": 203212010, + "MonsterList": [ + [ + 3012040, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203212011, + "MonsterList": [ + [ + 3012040, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203212012, + "MonsterList": [ + [ + 3012040, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203212013, + "MonsterList": [ + [ + 3012040, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203212014, + "MonsterList": [ + [ + 3012040, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203212015, + "MonsterList": [ + [ + 3012040, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203212016, + "MonsterList": [ + [ + 3012040, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203212030, + "MonsterList": [ + [ + 3002030, + 3002040, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203212031, + "MonsterList": [ + [ + 3002030, + 3002040, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 203212032, + "MonsterList": [ + [ + 3002030, + 3002040, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 203212033, + "MonsterList": [ + [ + 3002030, + 3002040, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 203212034, + "MonsterList": [ + [ + 3002030, + 3002040, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 203212035, + "MonsterList": [ + [ + 3002030, + 3002040, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 203212036, + "MonsterList": [ + [ + 3002030, + 3002040, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 24, + "StageID": 203212040, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203212041, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203212042, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203212043, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203212044, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203212045, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203212046, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203212310, + "MonsterList": [ + [ + 3002040, + 3003020, + 3002040 + ] + ] + }, + { + "Level": 41, + "StageID": 203212311, + "MonsterList": [ + [ + 3002040, + 3003020, + 3002040 + ] + ] + }, + { + "Level": 50, + "StageID": 203212312, + "MonsterList": [ + [ + 3002040, + 3003020, + 3002040 + ] + ] + }, + { + "Level": 58, + "StageID": 203212313, + "MonsterList": [ + [ + 3002040, + 3003020, + 3002040 + ] + ] + }, + { + "Level": 68, + "StageID": 203212314, + "MonsterList": [ + [ + 3002040, + 3003020, + 3002040 + ] + ] + }, + { + "Level": 78, + "StageID": 203212315, + "MonsterList": [ + [ + 3002040, + 3003020, + 3002040 + ] + ] + }, + { + "Level": 92, + "StageID": 203212316, + "MonsterList": [ + [ + 3002040, + 3003020, + 3002040 + ] + ] + }, + { + "Level": 32, + "StageID": 203212330, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 41, + "StageID": 203212331, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 50, + "StageID": 203212332, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 58, + "StageID": 203212333, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 68, + "StageID": 203212334, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 78, + "StageID": 203212335, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 92, + "StageID": 203212336, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203212340, + "MonsterList": [ + [ + 3002040, + 3002010, + 3002040, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 41, + "StageID": 203212341, + "MonsterList": [ + [ + 3002040, + 3002010, + 3002040, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 50, + "StageID": 203212342, + "MonsterList": [ + [ + 3002040, + 3002010, + 3002040, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 58, + "StageID": 203212343, + "MonsterList": [ + [ + 3002040, + 3002010, + 3002040, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 68, + "StageID": 203212344, + "MonsterList": [ + [ + 3002040, + 3002010, + 3002040, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 78, + "StageID": 203212345, + "MonsterList": [ + [ + 3002040, + 3002010, + 3002040, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 92, + "StageID": 203212346, + "MonsterList": [ + [ + 3002040, + 3002010, + 3002040, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203212360, + "MonsterList": [ + [ + 3002010, + 3003010, + 3002040 + ] + ] + }, + { + "Level": 41, + "StageID": 203212361, + "MonsterList": [ + [ + 3002010, + 3003010, + 3002040 + ] + ] + }, + { + "Level": 50, + "StageID": 203212362, + "MonsterList": [ + [ + 3002010, + 3003010, + 3002040 + ] + ] + }, + { + "Level": 58, + "StageID": 203212363, + "MonsterList": [ + [ + 3002010, + 3003010, + 3002040 + ] + ] + }, + { + "Level": 68, + "StageID": 203212364, + "MonsterList": [ + [ + 3002010, + 3003010, + 3002040 + ] + ] + }, + { + "Level": 78, + "StageID": 203212365, + "MonsterList": [ + [ + 3002010, + 3003010, + 3002040 + ] + ] + }, + { + "Level": 92, + "StageID": 203212366, + "MonsterList": [ + [ + 3002010, + 3003010, + 3002040 + ] + ] + }, + { + "Level": 24, + "StageID": 203212380, + "MonsterList": [ + [ + 3002040, + 3002050, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203212381, + "MonsterList": [ + [ + 3002040, + 3002050, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 203212382, + "MonsterList": [ + [ + 3002040, + 3002050, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 203212383, + "MonsterList": [ + [ + 3002040, + 3002050, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 203212384, + "MonsterList": [ + [ + 3002040, + 3002050, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 203212385, + "MonsterList": [ + [ + 3002040, + 3002050, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 203212386, + "MonsterList": [ + [ + 3002040, + 3002050, + 3002010 + ] + ] + }, + { + "Level": 24, + "StageID": 203212390, + "MonsterList": [ + [ + 3001010, + 3002040, + 3002050, + 3002040, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203212391, + "MonsterList": [ + [ + 3001010, + 3002040, + 3002050, + 3002040, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203212392, + "MonsterList": [ + [ + 3001010, + 3002040, + 3002050, + 3002040, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203212393, + "MonsterList": [ + [ + 3001010, + 3002040, + 3002050, + 3002040, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203212394, + "MonsterList": [ + [ + 3001010, + 3002040, + 3002050, + 3002040, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203212395, + "MonsterList": [ + [ + 3001010, + 3002040, + 3002050, + 3002040, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203212396, + "MonsterList": [ + [ + 3001010, + 3002040, + 3002050, + 3002040, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203220010, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203220011, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203220012, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203220013, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203220014, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203220015, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203220016, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203220020, + "MonsterList": [ + [ + 3012010, + 3012010 + ] + ] + }, + { + "Level": 32, + "StageID": 203220021, + "MonsterList": [ + [ + 3012010, + 3012010 + ] + ] + }, + { + "Level": 40, + "StageID": 203220022, + "MonsterList": [ + [ + 3012010, + 3012010 + ] + ] + }, + { + "Level": 48, + "StageID": 203220023, + "MonsterList": [ + [ + 3012010, + 3012010 + ] + ] + }, + { + "Level": 56, + "StageID": 203220024, + "MonsterList": [ + [ + 3012010, + 3012010 + ] + ] + }, + { + "Level": 66, + "StageID": 203220025, + "MonsterList": [ + [ + 3012010, + 3012010 + ] + ] + }, + { + "Level": 82, + "StageID": 203220026, + "MonsterList": [ + [ + 3012010, + 3012010 + ] + ] + }, + { + "Level": 24, + "StageID": 203220030, + "MonsterList": [ + [ + 3011010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203220031, + "MonsterList": [ + [ + 3011010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203220032, + "MonsterList": [ + [ + 3011010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203220033, + "MonsterList": [ + [ + 3011010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203220034, + "MonsterList": [ + [ + 3011010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203220035, + "MonsterList": [ + [ + 3011010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203220036, + "MonsterList": [ + [ + 3011010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203220040, + "MonsterList": [ + [ + 3001010, + 3012010, + 3012010 + ] + ] + }, + { + "Level": 32, + "StageID": 203220041, + "MonsterList": [ + [ + 3001010, + 3012010, + 3012010 + ] + ] + }, + { + "Level": 40, + "StageID": 203220042, + "MonsterList": [ + [ + 3001010, + 3012010, + 3012010 + ] + ] + }, + { + "Level": 48, + "StageID": 203220043, + "MonsterList": [ + [ + 3001010, + 3012010, + 3012010 + ] + ] + }, + { + "Level": 56, + "StageID": 203220044, + "MonsterList": [ + [ + 3001010, + 3012010, + 3012010 + ] + ] + }, + { + "Level": 66, + "StageID": 203220045, + "MonsterList": [ + [ + 3001010, + 3012010, + 3012010 + ] + ] + }, + { + "Level": 82, + "StageID": 203220046, + "MonsterList": [ + [ + 3001010, + 3012010, + 3012010 + ] + ] + }, + { + "Level": 24, + "StageID": 203220060, + "MonsterList": [ + [ + 3011010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203220061, + "MonsterList": [ + [ + 3011010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203220062, + "MonsterList": [ + [ + 3011010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203220063, + "MonsterList": [ + [ + 3011010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203220064, + "MonsterList": [ + [ + 3011010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203220065, + "MonsterList": [ + [ + 3011010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203220066, + "MonsterList": [ + [ + 3011010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203220070, + "MonsterList": [ + [ + 3012010, + 3012010, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203220071, + "MonsterList": [ + [ + 3012010, + 3012010, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203220072, + "MonsterList": [ + [ + 3012010, + 3012010, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203220073, + "MonsterList": [ + [ + 3012010, + 3012010, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203220074, + "MonsterList": [ + [ + 3012010, + 3012010, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203220075, + "MonsterList": [ + [ + 3012010, + 3012010, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203220076, + "MonsterList": [ + [ + 3012010, + 3012010, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203220080, + "MonsterList": [ + [ + 3011010, + 3012010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203220081, + "MonsterList": [ + [ + 3011010, + 3012010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203220082, + "MonsterList": [ + [ + 3011010, + 3012010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203220083, + "MonsterList": [ + [ + 3011010, + 3012010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203220084, + "MonsterList": [ + [ + 3011010, + 3012010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203220085, + "MonsterList": [ + [ + 3011010, + 3012010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203220086, + "MonsterList": [ + [ + 3011010, + 3012010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203220110, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203220111, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203220112, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203220113, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203220114, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203220115, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203220116, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203220120, + "MonsterList": [ + [ + 3001020, + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203220121, + "MonsterList": [ + [ + 3001020, + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203220122, + "MonsterList": [ + [ + 3001020, + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203220123, + "MonsterList": [ + [ + 3001020, + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203220124, + "MonsterList": [ + [ + 3001020, + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203220125, + "MonsterList": [ + [ + 3001020, + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203220126, + "MonsterList": [ + [ + 3001020, + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203220130, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203220131, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203220132, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203220133, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203220134, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203220135, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203220136, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203220140, + "MonsterList": [ + [ + 3011010, + 3011010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203220141, + "MonsterList": [ + [ + 3011010, + 3011010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203220142, + "MonsterList": [ + [ + 3011010, + 3011010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203220143, + "MonsterList": [ + [ + 3011010, + 3011010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203220144, + "MonsterList": [ + [ + 3011010, + 3011010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203220145, + "MonsterList": [ + [ + 3011010, + 3011010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203220146, + "MonsterList": [ + [ + 3011010, + 3011010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203220180, + "MonsterList": [ + [ + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203220181, + "MonsterList": [ + [ + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203220182, + "MonsterList": [ + [ + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203220183, + "MonsterList": [ + [ + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203220184, + "MonsterList": [ + [ + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203220185, + "MonsterList": [ + [ + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203220186, + "MonsterList": [ + [ + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203220190, + "MonsterList": [ + [ + 3012010, + 3012010 + ] + ] + }, + { + "Level": 32, + "StageID": 203220191, + "MonsterList": [ + [ + 3012010, + 3012010 + ] + ] + }, + { + "Level": 40, + "StageID": 203220192, + "MonsterList": [ + [ + 3012010, + 3012010 + ] + ] + }, + { + "Level": 48, + "StageID": 203220193, + "MonsterList": [ + [ + 3012010, + 3012010 + ] + ] + }, + { + "Level": 56, + "StageID": 203220194, + "MonsterList": [ + [ + 3012010, + 3012010 + ] + ] + }, + { + "Level": 66, + "StageID": 203220195, + "MonsterList": [ + [ + 3012010, + 3012010 + ] + ] + }, + { + "Level": 82, + "StageID": 203220196, + "MonsterList": [ + [ + 3012010, + 3012010 + ] + ] + }, + { + "Level": 24, + "StageID": 203220200, + "MonsterList": [ + [ + 3011010, + 3001020, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203220201, + "MonsterList": [ + [ + 3011010, + 3001020, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203220202, + "MonsterList": [ + [ + 3011010, + 3001020, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203220203, + "MonsterList": [ + [ + 3011010, + 3001020, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203220204, + "MonsterList": [ + [ + 3011010, + 3001020, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203220205, + "MonsterList": [ + [ + 3011010, + 3001020, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203220206, + "MonsterList": [ + [ + 3011010, + 3001020, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203220210, + "MonsterList": [ + [ + 3011010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203220211, + "MonsterList": [ + [ + 3011010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203220212, + "MonsterList": [ + [ + 3011010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203220213, + "MonsterList": [ + [ + 3011010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203220214, + "MonsterList": [ + [ + 3011010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203220215, + "MonsterList": [ + [ + 3011010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203220216, + "MonsterList": [ + [ + 3011010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203220220, + "MonsterList": [ + [ + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203220221, + "MonsterList": [ + [ + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203220222, + "MonsterList": [ + [ + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203220223, + "MonsterList": [ + [ + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203220224, + "MonsterList": [ + [ + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203220225, + "MonsterList": [ + [ + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203220226, + "MonsterList": [ + [ + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203220230, + "MonsterList": [ + [ + 3011010, + 3012010, + 3012010 + ] + ] + }, + { + "Level": 32, + "StageID": 203220231, + "MonsterList": [ + [ + 3011010, + 3012010, + 3012010 + ] + ] + }, + { + "Level": 40, + "StageID": 203220232, + "MonsterList": [ + [ + 3011010, + 3012010, + 3012010 + ] + ] + }, + { + "Level": 48, + "StageID": 203220233, + "MonsterList": [ + [ + 3011010, + 3012010, + 3012010 + ] + ] + }, + { + "Level": 56, + "StageID": 203220234, + "MonsterList": [ + [ + 3011010, + 3012010, + 3012010 + ] + ] + }, + { + "Level": 66, + "StageID": 203220235, + "MonsterList": [ + [ + 3011010, + 3012010, + 3012010 + ] + ] + }, + { + "Level": 82, + "StageID": 203220236, + "MonsterList": [ + [ + 3011010, + 3012010, + 3012010 + ] + ] + }, + { + "Level": 24, + "StageID": 203220240, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203220241, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203220242, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203220243, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203220244, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203220245, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203220246, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203220280, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203220281, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203220282, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203220283, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203220284, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203220285, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203220286, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203220290, + "MonsterList": [ + [ + 3012010, + 3012010 + ] + ] + }, + { + "Level": 32, + "StageID": 203220291, + "MonsterList": [ + [ + 3012010, + 3012010 + ] + ] + }, + { + "Level": 40, + "StageID": 203220292, + "MonsterList": [ + [ + 3012010, + 3012010 + ] + ] + }, + { + "Level": 48, + "StageID": 203220293, + "MonsterList": [ + [ + 3012010, + 3012010 + ] + ] + }, + { + "Level": 56, + "StageID": 203220294, + "MonsterList": [ + [ + 3012010, + 3012010 + ] + ] + }, + { + "Level": 66, + "StageID": 203220295, + "MonsterList": [ + [ + 3012010, + 3012010 + ] + ] + }, + { + "Level": 82, + "StageID": 203220296, + "MonsterList": [ + [ + 3012010, + 3012010 + ] + ] + }, + { + "Level": 24, + "StageID": 203220300, + "MonsterList": [ + [ + 3001020, + 3011010, + 3011010, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203220301, + "MonsterList": [ + [ + 3001020, + 3011010, + 3011010, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203220302, + "MonsterList": [ + [ + 3001020, + 3011010, + 3011010, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203220303, + "MonsterList": [ + [ + 3001020, + 3011010, + 3011010, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203220304, + "MonsterList": [ + [ + 3001020, + 3011010, + 3011010, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203220305, + "MonsterList": [ + [ + 3001020, + 3011010, + 3011010, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203220306, + "MonsterList": [ + [ + 3001020, + 3011010, + 3011010, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203220310, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203220311, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203220312, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203220313, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203220314, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203220315, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203220316, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203220320, + "MonsterList": [ + [ + 3012010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203220321, + "MonsterList": [ + [ + 3012010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203220322, + "MonsterList": [ + [ + 3012010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203220323, + "MonsterList": [ + [ + 3012010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203220324, + "MonsterList": [ + [ + 3012010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203220325, + "MonsterList": [ + [ + 3012010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203220326, + "MonsterList": [ + [ + 3012010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203220340, + "MonsterList": [ + [ + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203220341, + "MonsterList": [ + [ + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203220342, + "MonsterList": [ + [ + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203220343, + "MonsterList": [ + [ + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203220344, + "MonsterList": [ + [ + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203220345, + "MonsterList": [ + [ + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203220346, + "MonsterList": [ + [ + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203220350, + "MonsterList": [ + [ + 301202001, + 301202001 + ] + ] + }, + { + "Level": 32, + "StageID": 203220351, + "MonsterList": [ + [ + 301202001, + 301202001 + ] + ] + }, + { + "Level": 40, + "StageID": 203220352, + "MonsterList": [ + [ + 301202001, + 301202001 + ] + ] + }, + { + "Level": 48, + "StageID": 203220353, + "MonsterList": [ + [ + 301202001, + 301202001 + ] + ] + }, + { + "Level": 56, + "StageID": 203220354, + "MonsterList": [ + [ + 301202001, + 301202001 + ] + ] + }, + { + "Level": 66, + "StageID": 203220355, + "MonsterList": [ + [ + 301202001, + 301202001 + ] + ] + }, + { + "Level": 82, + "StageID": 203220356, + "MonsterList": [ + [ + 301202001, + 301202001 + ] + ] + }, + { + "Level": 24, + "StageID": 203220380, + "MonsterList": [ + [ + 3012010, + 3012010, + 3012010 + ] + ] + }, + { + "Level": 32, + "StageID": 203220381, + "MonsterList": [ + [ + 3012010, + 3012010, + 3012010 + ] + ] + }, + { + "Level": 40, + "StageID": 203220382, + "MonsterList": [ + [ + 3012010, + 3012010, + 3012010 + ] + ] + }, + { + "Level": 48, + "StageID": 203220383, + "MonsterList": [ + [ + 3012010, + 3012010, + 3012010 + ] + ] + }, + { + "Level": 56, + "StageID": 203220384, + "MonsterList": [ + [ + 3012010, + 3012010, + 3012010 + ] + ] + }, + { + "Level": 66, + "StageID": 203220385, + "MonsterList": [ + [ + 3012010, + 3012010, + 3012010 + ] + ] + }, + { + "Level": 82, + "StageID": 203220386, + "MonsterList": [ + [ + 3012010, + 3012010, + 3012010 + ] + ] + }, + { + "Level": 24, + "StageID": 203220390, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203220391, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203220392, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203220393, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203220394, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203220395, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203220396, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203220490, + "MonsterList": [ + [ + 3001010, + 3002030, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203220491, + "MonsterList": [ + [ + 3001010, + 3002030, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203220492, + "MonsterList": [ + [ + 3001010, + 3002030, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203220493, + "MonsterList": [ + [ + 3001010, + 3002030, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203220494, + "MonsterList": [ + [ + 3001010, + 3002030, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203220495, + "MonsterList": [ + [ + 3001010, + 3002030, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203220496, + "MonsterList": [ + [ + 3001010, + 3002030, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203220500, + "MonsterList": [ + [ + 3011010, + 3013011, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203220501, + "MonsterList": [ + [ + 3011010, + 3013011, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203220502, + "MonsterList": [ + [ + 3011010, + 3013011, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203220503, + "MonsterList": [ + [ + 3011010, + 3013011, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203220504, + "MonsterList": [ + [ + 3011010, + 3013011, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203220505, + "MonsterList": [ + [ + 3011010, + 3013011, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203220506, + "MonsterList": [ + [ + 3011010, + 3013011, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203220510, + "MonsterList": [ + [ + 3001020, + 3011010, + 3011010, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203220511, + "MonsterList": [ + [ + 3001020, + 3011010, + 3011010, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203220512, + "MonsterList": [ + [ + 3001020, + 3011010, + 3011010, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203220513, + "MonsterList": [ + [ + 3001020, + 3011010, + 3011010, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203220514, + "MonsterList": [ + [ + 3001020, + 3011010, + 3011010, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203220515, + "MonsterList": [ + [ + 3001020, + 3011010, + 3011010, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203220516, + "MonsterList": [ + [ + 3001020, + 3011010, + 3011010, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203220520, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203220521, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203220522, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203220523, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203220524, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203220525, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203220526, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203220530, + "MonsterList": [ + [ + 3012010, + 3012010, + 301202001 + ] + ] + }, + { + "Level": 32, + "StageID": 203220531, + "MonsterList": [ + [ + 3012010, + 3012010, + 301202001 + ] + ] + }, + { + "Level": 40, + "StageID": 203220532, + "MonsterList": [ + [ + 3012010, + 3012010, + 301202001 + ] + ] + }, + { + "Level": 48, + "StageID": 203220533, + "MonsterList": [ + [ + 3012010, + 3012010, + 301202001 + ] + ] + }, + { + "Level": 56, + "StageID": 203220534, + "MonsterList": [ + [ + 3012010, + 3012010, + 301202001 + ] + ] + }, + { + "Level": 66, + "StageID": 203220535, + "MonsterList": [ + [ + 3012010, + 3012010, + 301202001 + ] + ] + }, + { + "Level": 82, + "StageID": 203220536, + "MonsterList": [ + [ + 3012010, + 3012010, + 301202001 + ] + ] + }, + { + "Level": 24, + "StageID": 203220540, + "MonsterList": [ + [ + 3011010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203220541, + "MonsterList": [ + [ + 3011010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203220542, + "MonsterList": [ + [ + 3011010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203220543, + "MonsterList": [ + [ + 3011010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203220544, + "MonsterList": [ + [ + 3011010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203220545, + "MonsterList": [ + [ + 3011010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203220546, + "MonsterList": [ + [ + 3011010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203220550, + "MonsterList": [ + [ + 301202001, + 301202001 + ] + ] + }, + { + "Level": 32, + "StageID": 203220551, + "MonsterList": [ + [ + 301202001, + 301202001 + ] + ] + }, + { + "Level": 40, + "StageID": 203220552, + "MonsterList": [ + [ + 301202001, + 301202001 + ] + ] + }, + { + "Level": 48, + "StageID": 203220553, + "MonsterList": [ + [ + 301202001, + 301202001 + ] + ] + }, + { + "Level": 56, + "StageID": 203220554, + "MonsterList": [ + [ + 301202001, + 301202001 + ] + ] + }, + { + "Level": 66, + "StageID": 203220555, + "MonsterList": [ + [ + 301202001, + 301202001 + ] + ] + }, + { + "Level": 82, + "StageID": 203220556, + "MonsterList": [ + [ + 301202001, + 301202001 + ] + ] + }, + { + "Level": 24, + "StageID": 203220560, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203220561, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203220562, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203220563, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203220564, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203220565, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203220566, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203221010, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203221011, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203221012, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203221013, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203221014, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203221015, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203221016, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203221020, + "MonsterList": [ + [ + 3012010, + 3012010 + ] + ] + }, + { + "Level": 32, + "StageID": 203221021, + "MonsterList": [ + [ + 3012010, + 3012010 + ] + ] + }, + { + "Level": 40, + "StageID": 203221022, + "MonsterList": [ + [ + 3012010, + 3012010 + ] + ] + }, + { + "Level": 48, + "StageID": 203221023, + "MonsterList": [ + [ + 3012010, + 3012010 + ] + ] + }, + { + "Level": 56, + "StageID": 203221024, + "MonsterList": [ + [ + 3012010, + 3012010 + ] + ] + }, + { + "Level": 66, + "StageID": 203221025, + "MonsterList": [ + [ + 3012010, + 3012010 + ] + ] + }, + { + "Level": 82, + "StageID": 203221026, + "MonsterList": [ + [ + 3012010, + 3012010 + ] + ] + }, + { + "Level": 24, + "StageID": 203221030, + "MonsterList": [ + [ + 3011010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203221031, + "MonsterList": [ + [ + 3011010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203221032, + "MonsterList": [ + [ + 3011010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203221033, + "MonsterList": [ + [ + 3011010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203221034, + "MonsterList": [ + [ + 3011010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203221035, + "MonsterList": [ + [ + 3011010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203221036, + "MonsterList": [ + [ + 3011010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203221040, + "MonsterList": [ + [ + 3001010, + 3012010, + 3012010 + ] + ] + }, + { + "Level": 32, + "StageID": 203221041, + "MonsterList": [ + [ + 3001010, + 3012010, + 3012010 + ] + ] + }, + { + "Level": 40, + "StageID": 203221042, + "MonsterList": [ + [ + 3001010, + 3012010, + 3012010 + ] + ] + }, + { + "Level": 48, + "StageID": 203221043, + "MonsterList": [ + [ + 3001010, + 3012010, + 3012010 + ] + ] + }, + { + "Level": 56, + "StageID": 203221044, + "MonsterList": [ + [ + 3001010, + 3012010, + 3012010 + ] + ] + }, + { + "Level": 66, + "StageID": 203221045, + "MonsterList": [ + [ + 3001010, + 3012010, + 3012010 + ] + ] + }, + { + "Level": 82, + "StageID": 203221046, + "MonsterList": [ + [ + 3001010, + 3012010, + 3012010 + ] + ] + }, + { + "Level": 24, + "StageID": 203221060, + "MonsterList": [ + [ + 3011010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203221061, + "MonsterList": [ + [ + 3011010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203221062, + "MonsterList": [ + [ + 3011010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203221063, + "MonsterList": [ + [ + 3011010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203221064, + "MonsterList": [ + [ + 3011010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203221065, + "MonsterList": [ + [ + 3011010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203221066, + "MonsterList": [ + [ + 3011010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203221070, + "MonsterList": [ + [ + 3012010, + 3012010, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203221071, + "MonsterList": [ + [ + 3012010, + 3012010, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203221072, + "MonsterList": [ + [ + 3012010, + 3012010, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203221073, + "MonsterList": [ + [ + 3012010, + 3012010, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203221074, + "MonsterList": [ + [ + 3012010, + 3012010, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203221075, + "MonsterList": [ + [ + 3012010, + 3012010, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203221076, + "MonsterList": [ + [ + 3012010, + 3012010, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203221080, + "MonsterList": [ + [ + 3011010, + 3012010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203221081, + "MonsterList": [ + [ + 3011010, + 3012010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203221082, + "MonsterList": [ + [ + 3011010, + 3012010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203221083, + "MonsterList": [ + [ + 3011010, + 3012010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203221084, + "MonsterList": [ + [ + 3011010, + 3012010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203221085, + "MonsterList": [ + [ + 3011010, + 3012010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203221086, + "MonsterList": [ + [ + 3011010, + 3012010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203221110, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203221111, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203221112, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203221113, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203221114, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203221115, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203221116, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203221120, + "MonsterList": [ + [ + 3001020, + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203221121, + "MonsterList": [ + [ + 3001020, + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203221122, + "MonsterList": [ + [ + 3001020, + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203221123, + "MonsterList": [ + [ + 3001020, + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203221124, + "MonsterList": [ + [ + 3001020, + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203221125, + "MonsterList": [ + [ + 3001020, + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203221126, + "MonsterList": [ + [ + 3001020, + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203221130, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203221131, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203221132, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203221133, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203221134, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203221135, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203221136, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203221140, + "MonsterList": [ + [ + 3011010, + 3011010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203221141, + "MonsterList": [ + [ + 3011010, + 3011010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203221142, + "MonsterList": [ + [ + 3011010, + 3011010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203221143, + "MonsterList": [ + [ + 3011010, + 3011010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203221144, + "MonsterList": [ + [ + 3011010, + 3011010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203221145, + "MonsterList": [ + [ + 3011010, + 3011010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203221146, + "MonsterList": [ + [ + 3011010, + 3011010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203221180, + "MonsterList": [ + [ + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203221181, + "MonsterList": [ + [ + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203221182, + "MonsterList": [ + [ + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203221183, + "MonsterList": [ + [ + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203221184, + "MonsterList": [ + [ + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203221185, + "MonsterList": [ + [ + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203221186, + "MonsterList": [ + [ + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203221190, + "MonsterList": [ + [ + 3012010, + 3012010 + ] + ] + }, + { + "Level": 32, + "StageID": 203221191, + "MonsterList": [ + [ + 3012010, + 3012010 + ] + ] + }, + { + "Level": 40, + "StageID": 203221192, + "MonsterList": [ + [ + 3012010, + 3012010 + ] + ] + }, + { + "Level": 48, + "StageID": 203221193, + "MonsterList": [ + [ + 3012010, + 3012010 + ] + ] + }, + { + "Level": 56, + "StageID": 203221194, + "MonsterList": [ + [ + 3012010, + 3012010 + ] + ] + }, + { + "Level": 66, + "StageID": 203221195, + "MonsterList": [ + [ + 3012010, + 3012010 + ] + ] + }, + { + "Level": 82, + "StageID": 203221196, + "MonsterList": [ + [ + 3012010, + 3012010 + ] + ] + }, + { + "Level": 24, + "StageID": 203221200, + "MonsterList": [ + [ + 3011010, + 3001020, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203221201, + "MonsterList": [ + [ + 3011010, + 3001020, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203221202, + "MonsterList": [ + [ + 3011010, + 3001020, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203221203, + "MonsterList": [ + [ + 3011010, + 3001020, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203221204, + "MonsterList": [ + [ + 3011010, + 3001020, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203221205, + "MonsterList": [ + [ + 3011010, + 3001020, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203221206, + "MonsterList": [ + [ + 3011010, + 3001020, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203221210, + "MonsterList": [ + [ + 3011010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203221211, + "MonsterList": [ + [ + 3011010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203221212, + "MonsterList": [ + [ + 3011010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203221213, + "MonsterList": [ + [ + 3011010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203221214, + "MonsterList": [ + [ + 3011010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203221215, + "MonsterList": [ + [ + 3011010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203221216, + "MonsterList": [ + [ + 3011010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203221220, + "MonsterList": [ + [ + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203221221, + "MonsterList": [ + [ + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203221222, + "MonsterList": [ + [ + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203221223, + "MonsterList": [ + [ + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203221224, + "MonsterList": [ + [ + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203221225, + "MonsterList": [ + [ + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203221226, + "MonsterList": [ + [ + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203221230, + "MonsterList": [ + [ + 3011010, + 3012010, + 3012010 + ] + ] + }, + { + "Level": 32, + "StageID": 203221231, + "MonsterList": [ + [ + 3011010, + 3012010, + 3012010 + ] + ] + }, + { + "Level": 40, + "StageID": 203221232, + "MonsterList": [ + [ + 3011010, + 3012010, + 3012010 + ] + ] + }, + { + "Level": 48, + "StageID": 203221233, + "MonsterList": [ + [ + 3011010, + 3012010, + 3012010 + ] + ] + }, + { + "Level": 56, + "StageID": 203221234, + "MonsterList": [ + [ + 3011010, + 3012010, + 3012010 + ] + ] + }, + { + "Level": 66, + "StageID": 203221235, + "MonsterList": [ + [ + 3011010, + 3012010, + 3012010 + ] + ] + }, + { + "Level": 82, + "StageID": 203221236, + "MonsterList": [ + [ + 3011010, + 3012010, + 3012010 + ] + ] + }, + { + "Level": 24, + "StageID": 203221240, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203221241, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203221242, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203221243, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203221244, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203221245, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203221246, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203221280, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203221281, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203221282, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203221283, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203221284, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203221285, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203221286, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203221290, + "MonsterList": [ + [ + 3012010, + 3012010 + ] + ] + }, + { + "Level": 32, + "StageID": 203221291, + "MonsterList": [ + [ + 3012010, + 3012010 + ] + ] + }, + { + "Level": 40, + "StageID": 203221292, + "MonsterList": [ + [ + 3012010, + 3012010 + ] + ] + }, + { + "Level": 48, + "StageID": 203221293, + "MonsterList": [ + [ + 3012010, + 3012010 + ] + ] + }, + { + "Level": 56, + "StageID": 203221294, + "MonsterList": [ + [ + 3012010, + 3012010 + ] + ] + }, + { + "Level": 66, + "StageID": 203221295, + "MonsterList": [ + [ + 3012010, + 3012010 + ] + ] + }, + { + "Level": 82, + "StageID": 203221296, + "MonsterList": [ + [ + 3012010, + 3012010 + ] + ] + }, + { + "Level": 24, + "StageID": 203221300, + "MonsterList": [ + [ + 3001020, + 3011010, + 3011010, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203221301, + "MonsterList": [ + [ + 3001020, + 3011010, + 3011010, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203221302, + "MonsterList": [ + [ + 3001020, + 3011010, + 3011010, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203221303, + "MonsterList": [ + [ + 3001020, + 3011010, + 3011010, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203221304, + "MonsterList": [ + [ + 3001020, + 3011010, + 3011010, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203221305, + "MonsterList": [ + [ + 3001020, + 3011010, + 3011010, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203221306, + "MonsterList": [ + [ + 3001020, + 3011010, + 3011010, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203221310, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203221311, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203221312, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203221313, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203221314, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203221315, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203221316, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203221320, + "MonsterList": [ + [ + 3012010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203221321, + "MonsterList": [ + [ + 3012010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203221322, + "MonsterList": [ + [ + 3012010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203221323, + "MonsterList": [ + [ + 3012010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203221324, + "MonsterList": [ + [ + 3012010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203221325, + "MonsterList": [ + [ + 3012010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203221326, + "MonsterList": [ + [ + 3012010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203221380, + "MonsterList": [ + [ + 3012010, + 3012010, + 3012010 + ] + ] + }, + { + "Level": 32, + "StageID": 203221381, + "MonsterList": [ + [ + 3012010, + 3012010, + 3012010 + ] + ] + }, + { + "Level": 40, + "StageID": 203221382, + "MonsterList": [ + [ + 3012010, + 3012010, + 3012010 + ] + ] + }, + { + "Level": 48, + "StageID": 203221383, + "MonsterList": [ + [ + 3012010, + 3012010, + 3012010 + ] + ] + }, + { + "Level": 56, + "StageID": 203221384, + "MonsterList": [ + [ + 3012010, + 3012010, + 3012010 + ] + ] + }, + { + "Level": 66, + "StageID": 203221385, + "MonsterList": [ + [ + 3012010, + 3012010, + 3012010 + ] + ] + }, + { + "Level": 82, + "StageID": 203221386, + "MonsterList": [ + [ + 3012010, + 3012010, + 3012010 + ] + ] + }, + { + "Level": 24, + "StageID": 203221390, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203221391, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203221392, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203221393, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203221394, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203221395, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203221396, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203221700, + "MonsterList": [ + [ + 3012010, + 8002040, + 3012010, + 3012010 + ] + ] + }, + { + "Level": 32, + "StageID": 203221701, + "MonsterList": [ + [ + 3012010, + 8002040, + 3012010, + 3012010 + ] + ] + }, + { + "Level": 40, + "StageID": 203221702, + "MonsterList": [ + [ + 3012010, + 8002040, + 3012010, + 3012010 + ] + ] + }, + { + "Level": 48, + "StageID": 203221703, + "MonsterList": [ + [ + 3012010, + 8002040, + 3012010, + 3012010 + ] + ] + }, + { + "Level": 56, + "StageID": 203221704, + "MonsterList": [ + [ + 3012010, + 8002040, + 3012010, + 3012010 + ] + ] + }, + { + "Level": 66, + "StageID": 203221705, + "MonsterList": [ + [ + 3012010, + 8002040, + 3012010, + 3012010 + ] + ] + }, + { + "Level": 82, + "StageID": 203221706, + "MonsterList": [ + [ + 3012010, + 8002040, + 3012010, + 3012010 + ] + ] + }, + { + "Level": 32, + "StageID": 203222310, + "MonsterList": [ + [ + 3012010, + 3013010, + 3012010 + ] + ] + }, + { + "Level": 41, + "StageID": 203222311, + "MonsterList": [ + [ + 3012010, + 3013010, + 3012010 + ] + ] + }, + { + "Level": 50, + "StageID": 203222312, + "MonsterList": [ + [ + 3012010, + 3013010, + 3012010 + ] + ] + }, + { + "Level": 58, + "StageID": 203222313, + "MonsterList": [ + [ + 3012010, + 3013010, + 3012010 + ] + ] + }, + { + "Level": 68, + "StageID": 203222314, + "MonsterList": [ + [ + 3012010, + 3013010, + 3012010 + ] + ] + }, + { + "Level": 78, + "StageID": 203222315, + "MonsterList": [ + [ + 3012010, + 3013010, + 3012010 + ] + ] + }, + { + "Level": 92, + "StageID": 203222316, + "MonsterList": [ + [ + 3012010, + 3013010, + 3012010 + ] + ] + }, + { + "Level": 32, + "StageID": 203222330, + "MonsterList": [ + [ + 3012020, + 3012010, + 3012020, + 3012010 + ] + ] + }, + { + "Level": 41, + "StageID": 203222331, + "MonsterList": [ + [ + 3012020, + 3012010, + 3012020, + 3012010 + ] + ] + }, + { + "Level": 50, + "StageID": 203222332, + "MonsterList": [ + [ + 3012020, + 3012010, + 3012020, + 3012010 + ] + ] + }, + { + "Level": 58, + "StageID": 203222333, + "MonsterList": [ + [ + 3012020, + 3012010, + 3012020, + 3012010 + ] + ] + }, + { + "Level": 68, + "StageID": 203222334, + "MonsterList": [ + [ + 3012020, + 3012010, + 3012020, + 3012010 + ] + ] + }, + { + "Level": 78, + "StageID": 203222335, + "MonsterList": [ + [ + 3012020, + 3012010, + 3012020, + 3012010 + ] + ] + }, + { + "Level": 92, + "StageID": 203222336, + "MonsterList": [ + [ + 3012020, + 3012010, + 3012020, + 3012010 + ] + ] + }, + { + "Level": 32, + "StageID": 203222340, + "MonsterList": [ + [ + 3012020, + 3012010, + 3012010, + 3012020, + 3011010 + ] + ] + }, + { + "Level": 41, + "StageID": 203222341, + "MonsterList": [ + [ + 3012020, + 3012010, + 3012010, + 3012020, + 3011010 + ] + ] + }, + { + "Level": 50, + "StageID": 203222342, + "MonsterList": [ + [ + 3012020, + 3012010, + 3012010, + 3012020, + 3011010 + ] + ] + }, + { + "Level": 58, + "StageID": 203222343, + "MonsterList": [ + [ + 3012020, + 3012010, + 3012010, + 3012020, + 3011010 + ] + ] + }, + { + "Level": 68, + "StageID": 203222344, + "MonsterList": [ + [ + 3012020, + 3012010, + 3012010, + 3012020, + 3011010 + ] + ] + }, + { + "Level": 78, + "StageID": 203222345, + "MonsterList": [ + [ + 3012020, + 3012010, + 3012010, + 3012020, + 3011010 + ] + ] + }, + { + "Level": 92, + "StageID": 203222346, + "MonsterList": [ + [ + 3012020, + 3012010, + 3012010, + 3012020, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203222360, + "MonsterList": [ + [ + 3012020, + 3013010, + 3012020 + ] + ] + }, + { + "Level": 41, + "StageID": 203222361, + "MonsterList": [ + [ + 3012020, + 3013010, + 3012020 + ] + ] + }, + { + "Level": 50, + "StageID": 203222362, + "MonsterList": [ + [ + 3012020, + 3013010, + 3012020 + ] + ] + }, + { + "Level": 58, + "StageID": 203222363, + "MonsterList": [ + [ + 3012020, + 3013010, + 3012020 + ] + ] + }, + { + "Level": 68, + "StageID": 203222364, + "MonsterList": [ + [ + 3012020, + 3013010, + 3012020 + ] + ] + }, + { + "Level": 78, + "StageID": 203222365, + "MonsterList": [ + [ + 3012020, + 3013010, + 3012020 + ] + ] + }, + { + "Level": 92, + "StageID": 203222366, + "MonsterList": [ + [ + 3012020, + 3013010, + 3012020 + ] + ] + }, + { + "Level": 24, + "StageID": 203222380, + "MonsterList": [ + [ + 3012010, + 3002050, + 3012010 + ] + ] + }, + { + "Level": 32, + "StageID": 203222381, + "MonsterList": [ + [ + 3012010, + 3002050, + 3012010 + ] + ] + }, + { + "Level": 40, + "StageID": 203222382, + "MonsterList": [ + [ + 3012010, + 3002050, + 3012010 + ] + ] + }, + { + "Level": 48, + "StageID": 203222383, + "MonsterList": [ + [ + 3012010, + 3002050, + 3012010 + ] + ] + }, + { + "Level": 56, + "StageID": 203222384, + "MonsterList": [ + [ + 3012010, + 3002050, + 3012010 + ] + ] + }, + { + "Level": 66, + "StageID": 203222385, + "MonsterList": [ + [ + 3012010, + 3002050, + 3012010 + ] + ] + }, + { + "Level": 82, + "StageID": 203222386, + "MonsterList": [ + [ + 3012010, + 3002050, + 3012010 + ] + ] + }, + { + "Level": 24, + "StageID": 203222390, + "MonsterList": [ + [ + 3012020, + 3002050, + 3012020, + 3012020 + ] + ] + }, + { + "Level": 32, + "StageID": 203222391, + "MonsterList": [ + [ + 3012020, + 3002050, + 3012020, + 3012020 + ] + ] + }, + { + "Level": 40, + "StageID": 203222392, + "MonsterList": [ + [ + 3012020, + 3002050, + 3012020, + 3012020 + ] + ] + }, + { + "Level": 48, + "StageID": 203222393, + "MonsterList": [ + [ + 3012020, + 3002050, + 3012020, + 3012020 + ] + ] + }, + { + "Level": 56, + "StageID": 203222394, + "MonsterList": [ + [ + 3012020, + 3002050, + 3012020, + 3012020 + ] + ] + }, + { + "Level": 66, + "StageID": 203222395, + "MonsterList": [ + [ + 3012020, + 3002050, + 3012020, + 3012020 + ] + ] + }, + { + "Level": 82, + "StageID": 203222396, + "MonsterList": [ + [ + 3012020, + 3002050, + 3012020, + 3012020 + ] + ] + }, + { + "Level": 24, + "StageID": 203310050, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203310051, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 203310052, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 203310053, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 203310054, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 203310055, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 203310056, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 24, + "StageID": 203310060, + "MonsterList": [ + [ + 3001010, + 3002020, + 3002040, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203310061, + "MonsterList": [ + [ + 3001010, + 3002020, + 3002040, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203310062, + "MonsterList": [ + [ + 3001010, + 3002020, + 3002040, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203310063, + "MonsterList": [ + [ + 3001010, + 3002020, + 3002040, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203310064, + "MonsterList": [ + [ + 3001010, + 3002020, + 3002040, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203310065, + "MonsterList": [ + [ + 3001010, + 3002020, + 3002040, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203310066, + "MonsterList": [ + [ + 3001010, + 3002020, + 3002040, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203310110, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203310111, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203310112, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203310113, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203310114, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203310115, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203310116, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203310120, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203310121, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 203310122, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 203310123, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 203310124, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 203310125, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 203310126, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 24, + "StageID": 203310160, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002020 + ] + ] + }, + { + "Level": 32, + "StageID": 203310161, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002020 + ] + ] + }, + { + "Level": 40, + "StageID": 203310162, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002020 + ] + ] + }, + { + "Level": 48, + "StageID": 203310163, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002020 + ] + ] + }, + { + "Level": 56, + "StageID": 203310164, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002020 + ] + ] + }, + { + "Level": 66, + "StageID": 203310165, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002020 + ] + ] + }, + { + "Level": 82, + "StageID": 203310166, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002020 + ] + ] + }, + { + "Level": 24, + "StageID": 203310170, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203310171, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 203310172, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 203310173, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 203310174, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 203310175, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 203310176, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 24, + "StageID": 203310180, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203310181, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 203310182, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 203310183, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 203310184, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 203310185, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 203310186, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 24, + "StageID": 203310190, + "MonsterList": [ + [ + 3002020, + 3002010, + 3002020 + ] + ] + }, + { + "Level": 32, + "StageID": 203310191, + "MonsterList": [ + [ + 3002020, + 3002010, + 3002020 + ] + ] + }, + { + "Level": 40, + "StageID": 203310192, + "MonsterList": [ + [ + 3002020, + 3002010, + 3002020 + ] + ] + }, + { + "Level": 48, + "StageID": 203310193, + "MonsterList": [ + [ + 3002020, + 3002010, + 3002020 + ] + ] + }, + { + "Level": 56, + "StageID": 203310194, + "MonsterList": [ + [ + 3002020, + 3002010, + 3002020 + ] + ] + }, + { + "Level": 66, + "StageID": 203310195, + "MonsterList": [ + [ + 3002020, + 3002010, + 3002020 + ] + ] + }, + { + "Level": 82, + "StageID": 203310196, + "MonsterList": [ + [ + 3002020, + 3002010, + 3002020 + ] + ] + }, + { + "Level": 24, + "StageID": 203310200, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203310201, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 203310202, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 203310203, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 203310204, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 203310205, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 203310206, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 24, + "StageID": 203310490, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3012040 + ] + ] + }, + { + "Level": 32, + "StageID": 203310491, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3012040 + ] + ] + }, + { + "Level": 40, + "StageID": 203310492, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3012040 + ] + ] + }, + { + "Level": 48, + "StageID": 203310493, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3012040 + ] + ] + }, + { + "Level": 56, + "StageID": 203310494, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3012040 + ] + ] + }, + { + "Level": 66, + "StageID": 203310495, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3012040 + ] + ] + }, + { + "Level": 82, + "StageID": 203310496, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3012040 + ] + ] + }, + { + "Level": 24, + "StageID": 203310500, + "MonsterList": [ + [ + 3002020, + 3002030, + 3002030, + 3002020 + ] + ] + }, + { + "Level": 32, + "StageID": 203310501, + "MonsterList": [ + [ + 3002020, + 3002030, + 3002030, + 3002020 + ] + ] + }, + { + "Level": 40, + "StageID": 203310502, + "MonsterList": [ + [ + 3002020, + 3002030, + 3002030, + 3002020 + ] + ] + }, + { + "Level": 48, + "StageID": 203310503, + "MonsterList": [ + [ + 3002020, + 3002030, + 3002030, + 3002020 + ] + ] + }, + { + "Level": 56, + "StageID": 203310504, + "MonsterList": [ + [ + 3002020, + 3002030, + 3002030, + 3002020 + ] + ] + }, + { + "Level": 66, + "StageID": 203310505, + "MonsterList": [ + [ + 3002020, + 3002030, + 3002030, + 3002020 + ] + ] + }, + { + "Level": 82, + "StageID": 203310506, + "MonsterList": [ + [ + 3002020, + 3002030, + 3002030, + 3002020 + ] + ] + }, + { + "Level": 24, + "StageID": 203310510, + "MonsterList": [ + [ + 3002020, + 3003020, + 3002020 + ] + ] + }, + { + "Level": 32, + "StageID": 203310511, + "MonsterList": [ + [ + 3002020, + 3003020, + 3002020 + ] + ] + }, + { + "Level": 40, + "StageID": 203310512, + "MonsterList": [ + [ + 3002020, + 3003020, + 3002020 + ] + ] + }, + { + "Level": 48, + "StageID": 203310513, + "MonsterList": [ + [ + 3002020, + 3003020, + 3002020 + ] + ] + }, + { + "Level": 56, + "StageID": 203310514, + "MonsterList": [ + [ + 3002020, + 3003020, + 3002020 + ] + ] + }, + { + "Level": 66, + "StageID": 203310515, + "MonsterList": [ + [ + 3002020, + 3003020, + 3002020 + ] + ] + }, + { + "Level": 82, + "StageID": 203310516, + "MonsterList": [ + [ + 3002020, + 3003020, + 3002020 + ] + ] + }, + { + "Level": 24, + "StageID": 203310520, + "MonsterList": [ + [ + 300301002, + 300301002 + ] + ] + }, + { + "Level": 32, + "StageID": 203310521, + "MonsterList": [ + [ + 300301002, + 300301002 + ] + ] + }, + { + "Level": 40, + "StageID": 203310522, + "MonsterList": [ + [ + 300301002, + 300301002 + ] + ] + }, + { + "Level": 48, + "StageID": 203310523, + "MonsterList": [ + [ + 300301002, + 300301002 + ] + ] + }, + { + "Level": 56, + "StageID": 203310524, + "MonsterList": [ + [ + 300301002, + 300301002 + ] + ] + }, + { + "Level": 66, + "StageID": 203310525, + "MonsterList": [ + [ + 300301002, + 300301002 + ] + ] + }, + { + "Level": 82, + "StageID": 203310526, + "MonsterList": [ + [ + 300301002, + 300301002 + ] + ] + }, + { + "Level": 24, + "StageID": 203310530, + "MonsterList": [ + [ + 302401004 + ] + ] + }, + { + "Level": 32, + "StageID": 203310531, + "MonsterList": [ + [ + 302401004 + ] + ] + }, + { + "Level": 40, + "StageID": 203310532, + "MonsterList": [ + [ + 302401004 + ] + ] + }, + { + "Level": 48, + "StageID": 203310533, + "MonsterList": [ + [ + 302401004 + ] + ] + }, + { + "Level": 56, + "StageID": 203310534, + "MonsterList": [ + [ + 302401004 + ] + ] + }, + { + "Level": 66, + "StageID": 203310535, + "MonsterList": [ + [ + 302401004 + ] + ] + }, + { + "Level": 82, + "StageID": 203310536, + "MonsterList": [ + [ + 302401004 + ] + ] + }, + { + "Level": 24, + "StageID": 203310540, + "MonsterList": [ + [ + 3002020, + 3003010, + 3002020 + ] + ] + }, + { + "Level": 32, + "StageID": 203310541, + "MonsterList": [ + [ + 3002020, + 3003010, + 3002020 + ] + ] + }, + { + "Level": 40, + "StageID": 203310542, + "MonsterList": [ + [ + 3002020, + 3003010, + 3002020 + ] + ] + }, + { + "Level": 48, + "StageID": 203310543, + "MonsterList": [ + [ + 3002020, + 3003010, + 3002020 + ] + ] + }, + { + "Level": 56, + "StageID": 203310544, + "MonsterList": [ + [ + 3002020, + 3003010, + 3002020 + ] + ] + }, + { + "Level": 66, + "StageID": 203310545, + "MonsterList": [ + [ + 3002020, + 3003010, + 3002020 + ] + ] + }, + { + "Level": 82, + "StageID": 203310546, + "MonsterList": [ + [ + 3002020, + 3003010, + 3002020 + ] + ] + }, + { + "Level": 24, + "StageID": 203311050, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203311051, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 203311052, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 203311053, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 203311054, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 203311055, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 203311056, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 24, + "StageID": 203311060, + "MonsterList": [ + [ + 3001010, + 3002020, + 3002040, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203311061, + "MonsterList": [ + [ + 3001010, + 3002020, + 3002040, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203311062, + "MonsterList": [ + [ + 3001010, + 3002020, + 3002040, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203311063, + "MonsterList": [ + [ + 3001010, + 3002020, + 3002040, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203311064, + "MonsterList": [ + [ + 3001010, + 3002020, + 3002040, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203311065, + "MonsterList": [ + [ + 3001010, + 3002020, + 3002040, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203311066, + "MonsterList": [ + [ + 3001010, + 3002020, + 3002040, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203311110, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203311111, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203311112, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203311113, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203311114, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203311115, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203311116, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203311120, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203311121, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 203311122, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 203311123, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 203311124, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 203311125, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 203311126, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 24, + "StageID": 203311160, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002020 + ] + ] + }, + { + "Level": 32, + "StageID": 203311161, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002020 + ] + ] + }, + { + "Level": 40, + "StageID": 203311162, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002020 + ] + ] + }, + { + "Level": 48, + "StageID": 203311163, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002020 + ] + ] + }, + { + "Level": 56, + "StageID": 203311164, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002020 + ] + ] + }, + { + "Level": 66, + "StageID": 203311165, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002020 + ] + ] + }, + { + "Level": 82, + "StageID": 203311166, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002020 + ] + ] + }, + { + "Level": 24, + "StageID": 203311170, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203311171, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 203311172, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 203311173, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 203311174, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 203311175, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 203311176, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 24, + "StageID": 203311180, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203311181, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 203311182, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 203311183, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 203311184, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 203311185, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 203311186, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 24, + "StageID": 203311190, + "MonsterList": [ + [ + 3002020, + 3002010, + 3002020 + ] + ] + }, + { + "Level": 32, + "StageID": 203311191, + "MonsterList": [ + [ + 3002020, + 3002010, + 3002020 + ] + ] + }, + { + "Level": 40, + "StageID": 203311192, + "MonsterList": [ + [ + 3002020, + 3002010, + 3002020 + ] + ] + }, + { + "Level": 48, + "StageID": 203311193, + "MonsterList": [ + [ + 3002020, + 3002010, + 3002020 + ] + ] + }, + { + "Level": 56, + "StageID": 203311194, + "MonsterList": [ + [ + 3002020, + 3002010, + 3002020 + ] + ] + }, + { + "Level": 66, + "StageID": 203311195, + "MonsterList": [ + [ + 3002020, + 3002010, + 3002020 + ] + ] + }, + { + "Level": 82, + "StageID": 203311196, + "MonsterList": [ + [ + 3002020, + 3002010, + 3002020 + ] + ] + }, + { + "Level": 24, + "StageID": 203311200, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203311201, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 203311202, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 203311203, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 203311204, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 203311205, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 203311206, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 24, + "StageID": 203311250, + "MonsterList": [ + [ + 3001020, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203311251, + "MonsterList": [ + [ + 3001020, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203311252, + "MonsterList": [ + [ + 3001020, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203311253, + "MonsterList": [ + [ + 3001020, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203311254, + "MonsterList": [ + [ + 3001020, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203311255, + "MonsterList": [ + [ + 3001020, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203311256, + "MonsterList": [ + [ + 3001020, + 3001020, + 3001010, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203311260, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203311261, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203311262, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203311263, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203311264, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203311265, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203311266, + "MonsterList": [ + [ + 3001010, + 3001020, + 3001020, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203311270, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203311271, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203311272, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203311273, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203311274, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203311275, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203311276, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203311280, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203311281, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 203311282, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 203311283, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 203311284, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 203311285, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 203311286, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 24, + "StageID": 203311290, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002020 + ] + ] + }, + { + "Level": 32, + "StageID": 203311291, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002020 + ] + ] + }, + { + "Level": 40, + "StageID": 203311292, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002020 + ] + ] + }, + { + "Level": 48, + "StageID": 203311293, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002020 + ] + ] + }, + { + "Level": 56, + "StageID": 203311294, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002020 + ] + ] + }, + { + "Level": 66, + "StageID": 203311295, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002020 + ] + ] + }, + { + "Level": 82, + "StageID": 203311296, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002020 + ] + ] + }, + { + "Level": 24, + "StageID": 203311300, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203311301, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 203311302, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 203311303, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 203311304, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 203311305, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 203311306, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 24, + "StageID": 203311310, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002020 + ] + ] + }, + { + "Level": 32, + "StageID": 203311311, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002020 + ] + ] + }, + { + "Level": 40, + "StageID": 203311312, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002020 + ] + ] + }, + { + "Level": 48, + "StageID": 203311313, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002020 + ] + ] + }, + { + "Level": 56, + "StageID": 203311314, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002020 + ] + ] + }, + { + "Level": 66, + "StageID": 203311315, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002020 + ] + ] + }, + { + "Level": 82, + "StageID": 203311316, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002020 + ] + ] + }, + { + "Level": 24, + "StageID": 203311700, + "MonsterList": [ + [ + 3002020, + 8002040, + 3002020 + ] + ] + }, + { + "Level": 32, + "StageID": 203311701, + "MonsterList": [ + [ + 3002020, + 8002040, + 3002020 + ] + ] + }, + { + "Level": 40, + "StageID": 203311702, + "MonsterList": [ + [ + 3002020, + 8002040, + 3002020 + ] + ] + }, + { + "Level": 48, + "StageID": 203311703, + "MonsterList": [ + [ + 3002020, + 8002040, + 3002020 + ] + ] + }, + { + "Level": 56, + "StageID": 203311704, + "MonsterList": [ + [ + 3002020, + 8002040, + 3002020 + ] + ] + }, + { + "Level": 66, + "StageID": 203311705, + "MonsterList": [ + [ + 3002020, + 8002040, + 3002020 + ] + ] + }, + { + "Level": 82, + "StageID": 203311706, + "MonsterList": [ + [ + 3002020, + 8002040, + 3002020 + ] + ] + }, + { + "Level": 24, + "StageID": 203312010, + "MonsterList": [ + [ + 301402005 + ] + ] + }, + { + "Level": 32, + "StageID": 203312011, + "MonsterList": [ + [ + 301402005 + ] + ] + }, + { + "Level": 40, + "StageID": 203312012, + "MonsterList": [ + [ + 301402005 + ] + ] + }, + { + "Level": 48, + "StageID": 203312013, + "MonsterList": [ + [ + 301402005 + ] + ] + }, + { + "Level": 56, + "StageID": 203312014, + "MonsterList": [ + [ + 301402005 + ] + ] + }, + { + "Level": 66, + "StageID": 203312015, + "MonsterList": [ + [ + 301402005 + ] + ] + }, + { + "Level": 82, + "StageID": 203312016, + "MonsterList": [ + [ + 301402005 + ] + ] + }, + { + "Level": 24, + "StageID": 203312030, + "MonsterList": [ + [ + 3002020, + 3002030, + 3002040, + 3002030, + 3002020 + ] + ] + }, + { + "Level": 32, + "StageID": 203312031, + "MonsterList": [ + [ + 3002020, + 3002030, + 3002040, + 3002030, + 3002020 + ] + ] + }, + { + "Level": 40, + "StageID": 203312032, + "MonsterList": [ + [ + 3002020, + 3002030, + 3002040, + 3002030, + 3002020 + ] + ] + }, + { + "Level": 48, + "StageID": 203312033, + "MonsterList": [ + [ + 3002020, + 3002030, + 3002040, + 3002030, + 3002020 + ] + ] + }, + { + "Level": 56, + "StageID": 203312034, + "MonsterList": [ + [ + 3002020, + 3002030, + 3002040, + 3002030, + 3002020 + ] + ] + }, + { + "Level": 66, + "StageID": 203312035, + "MonsterList": [ + [ + 3002020, + 3002030, + 3002040, + 3002030, + 3002020 + ] + ] + }, + { + "Level": 82, + "StageID": 203312036, + "MonsterList": [ + [ + 3002020, + 3002030, + 3002040, + 3002030, + 3002020 + ] + ] + }, + { + "Level": 24, + "StageID": 203312050, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002010, + 3002020 + ] + ] + }, + { + "Level": 32, + "StageID": 203312051, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002010, + 3002020 + ] + ] + }, + { + "Level": 40, + "StageID": 203312052, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002010, + 3002020 + ] + ] + }, + { + "Level": 48, + "StageID": 203312053, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002010, + 3002020 + ] + ] + }, + { + "Level": 56, + "StageID": 203312054, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002010, + 3002020 + ] + ] + }, + { + "Level": 66, + "StageID": 203312055, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002010, + 3002020 + ] + ] + }, + { + "Level": 82, + "StageID": 203312056, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002010, + 3002020 + ] + ] + }, + { + "Level": 24, + "StageID": 203312310, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002020, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203312311, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002020, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 203312312, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002020, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 203312313, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002020, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 203312314, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002020, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 203312315, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002020, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 203312316, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002020, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 24, + "StageID": 203312320, + "MonsterList": [ + [ + 3002040, + 3002020, + 3002020, + 3002040, + 3002020 + ] + ] + }, + { + "Level": 32, + "StageID": 203312321, + "MonsterList": [ + [ + 3002040, + 3002020, + 3002020, + 3002040, + 3002020 + ] + ] + }, + { + "Level": 40, + "StageID": 203312322, + "MonsterList": [ + [ + 3002040, + 3002020, + 3002020, + 3002040, + 3002020 + ] + ] + }, + { + "Level": 48, + "StageID": 203312323, + "MonsterList": [ + [ + 3002040, + 3002020, + 3002020, + 3002040, + 3002020 + ] + ] + }, + { + "Level": 56, + "StageID": 203312324, + "MonsterList": [ + [ + 3002040, + 3002020, + 3002020, + 3002040, + 3002020 + ] + ] + }, + { + "Level": 66, + "StageID": 203312325, + "MonsterList": [ + [ + 3002040, + 3002020, + 3002020, + 3002040, + 3002020 + ] + ] + }, + { + "Level": 82, + "StageID": 203312326, + "MonsterList": [ + [ + 3002040, + 3002020, + 3002020, + 3002040, + 3002020 + ] + ] + }, + { + "Level": 24, + "StageID": 203312380, + "MonsterList": [ + [ + 3002020, + 3002050, + 3002020 + ] + ] + }, + { + "Level": 32, + "StageID": 203312381, + "MonsterList": [ + [ + 3002020, + 3002050, + 3002020 + ] + ] + }, + { + "Level": 40, + "StageID": 203312382, + "MonsterList": [ + [ + 3002020, + 3002050, + 3002020 + ] + ] + }, + { + "Level": 48, + "StageID": 203312383, + "MonsterList": [ + [ + 3002020, + 3002050, + 3002020 + ] + ] + }, + { + "Level": 56, + "StageID": 203312384, + "MonsterList": [ + [ + 3002020, + 3002050, + 3002020 + ] + ] + }, + { + "Level": 66, + "StageID": 203312385, + "MonsterList": [ + [ + 3002020, + 3002050, + 3002020 + ] + ] + }, + { + "Level": 82, + "StageID": 203312386, + "MonsterList": [ + [ + 3002020, + 3002050, + 3002020 + ] + ] + }, + { + "Level": 24, + "StageID": 203312390, + "MonsterList": [ + [ + 3002040, + 3002050, + 3002020, + 3002040 + ] + ] + }, + { + "Level": 32, + "StageID": 203312391, + "MonsterList": [ + [ + 3002040, + 3002050, + 3002020, + 3002040 + ] + ] + }, + { + "Level": 40, + "StageID": 203312392, + "MonsterList": [ + [ + 3002040, + 3002050, + 3002020, + 3002040 + ] + ] + }, + { + "Level": 48, + "StageID": 203312393, + "MonsterList": [ + [ + 3002040, + 3002050, + 3002020, + 3002040 + ] + ] + }, + { + "Level": 56, + "StageID": 203312394, + "MonsterList": [ + [ + 3002040, + 3002050, + 3002020, + 3002040 + ] + ] + }, + { + "Level": 66, + "StageID": 203312395, + "MonsterList": [ + [ + 3002040, + 3002050, + 3002020, + 3002040 + ] + ] + }, + { + "Level": 82, + "StageID": 203312396, + "MonsterList": [ + [ + 3002040, + 3002050, + 3002020, + 3002040 + ] + ] + }, + { + "Level": 24, + "StageID": 203312400, + "MonsterList": [ + [ + 3002020, + 3002050, + 3002050, + 3002020, + 3002040 + ] + ] + }, + { + "Level": 32, + "StageID": 203312401, + "MonsterList": [ + [ + 3002020, + 3002050, + 3002050, + 3002020, + 3002040 + ] + ] + }, + { + "Level": 40, + "StageID": 203312402, + "MonsterList": [ + [ + 3002020, + 3002050, + 3002050, + 3002020, + 3002040 + ] + ] + }, + { + "Level": 48, + "StageID": 203312403, + "MonsterList": [ + [ + 3002020, + 3002050, + 3002050, + 3002020, + 3002040 + ] + ] + }, + { + "Level": 56, + "StageID": 203312404, + "MonsterList": [ + [ + 3002020, + 3002050, + 3002050, + 3002020, + 3002040 + ] + ] + }, + { + "Level": 66, + "StageID": 203312405, + "MonsterList": [ + [ + 3002020, + 3002050, + 3002050, + 3002020, + 3002040 + ] + ] + }, + { + "Level": 82, + "StageID": 203312406, + "MonsterList": [ + [ + 3002020, + 3002050, + 3002050, + 3002020, + 3002040 + ] + ] + }, + { + "Level": 24, + "StageID": 203312410, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002050, + 3002020, + 3002040 + ] + ] + }, + { + "Level": 32, + "StageID": 203312411, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002050, + 3002020, + 3002040 + ] + ] + }, + { + "Level": 40, + "StageID": 203312412, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002050, + 3002020, + 3002040 + ] + ] + }, + { + "Level": 48, + "StageID": 203312413, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002050, + 3002020, + 3002040 + ] + ] + }, + { + "Level": 56, + "StageID": 203312414, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002050, + 3002020, + 3002040 + ] + ] + }, + { + "Level": 66, + "StageID": 203312415, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002050, + 3002020, + 3002040 + ] + ] + }, + { + "Level": 82, + "StageID": 203312416, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002050, + 3002020, + 3002040 + ] + ] + }, + { + "Level": 24, + "StageID": 203312420, + "MonsterList": [ + [ + 3002050, + 3002050, + 3002050 + ] + ] + }, + { + "Level": 32, + "StageID": 203312421, + "MonsterList": [ + [ + 3002050, + 3002050, + 3002050 + ] + ] + }, + { + "Level": 40, + "StageID": 203312422, + "MonsterList": [ + [ + 3002050, + 3002050, + 3002050 + ] + ] + }, + { + "Level": 48, + "StageID": 203312423, + "MonsterList": [ + [ + 3002050, + 3002050, + 3002050 + ] + ] + }, + { + "Level": 56, + "StageID": 203312424, + "MonsterList": [ + [ + 3002050, + 3002050, + 3002050 + ] + ] + }, + { + "Level": 66, + "StageID": 203312425, + "MonsterList": [ + [ + 3002050, + 3002050, + 3002050 + ] + ] + }, + { + "Level": 82, + "StageID": 203312426, + "MonsterList": [ + [ + 3002050, + 3002050, + 3002050 + ] + ] + }, + { + "Level": 24, + "StageID": 203320010, + "MonsterList": [ + [ + 3012040, + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203320011, + "MonsterList": [ + [ + 3012040, + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203320012, + "MonsterList": [ + [ + 3012040, + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203320013, + "MonsterList": [ + [ + 3012040, + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203320014, + "MonsterList": [ + [ + 3012040, + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203320015, + "MonsterList": [ + [ + 3012040, + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203320016, + "MonsterList": [ + [ + 3012040, + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203320100, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 32, + "StageID": 203320101, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 40, + "StageID": 203320102, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 48, + "StageID": 203320103, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 56, + "StageID": 203320104, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 66, + "StageID": 203320105, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 82, + "StageID": 203320106, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 24, + "StageID": 203320110, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002020 + ] + ] + }, + { + "Level": 32, + "StageID": 203320111, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002020 + ] + ] + }, + { + "Level": 40, + "StageID": 203320112, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002020 + ] + ] + }, + { + "Level": 48, + "StageID": 203320113, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002020 + ] + ] + }, + { + "Level": 56, + "StageID": 203320114, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002020 + ] + ] + }, + { + "Level": 66, + "StageID": 203320115, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002020 + ] + ] + }, + { + "Level": 82, + "StageID": 203320116, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002020 + ] + ] + }, + { + "Level": 24, + "StageID": 203320120, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203320121, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203320122, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203320123, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203320124, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203320125, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203320126, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203320130, + "MonsterList": [ + [ + 3001010, + 3002030, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203320131, + "MonsterList": [ + [ + 3001010, + 3002030, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203320132, + "MonsterList": [ + [ + 3001010, + 3002030, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203320133, + "MonsterList": [ + [ + 3001010, + 3002030, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203320134, + "MonsterList": [ + [ + 3001010, + 3002030, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203320135, + "MonsterList": [ + [ + 3001010, + 3002030, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203320136, + "MonsterList": [ + [ + 3001010, + 3002030, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203320140, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002030, + 3002020 + ] + ] + }, + { + "Level": 32, + "StageID": 203320141, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002030, + 3002020 + ] + ] + }, + { + "Level": 40, + "StageID": 203320142, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002030, + 3002020 + ] + ] + }, + { + "Level": 48, + "StageID": 203320143, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002030, + 3002020 + ] + ] + }, + { + "Level": 56, + "StageID": 203320144, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002030, + 3002020 + ] + ] + }, + { + "Level": 66, + "StageID": 203320145, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002030, + 3002020 + ] + ] + }, + { + "Level": 82, + "StageID": 203320146, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002030, + 3002020 + ] + ] + }, + { + "Level": 24, + "StageID": 203320150, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203320151, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 203320152, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 203320153, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 203320154, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 203320155, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 203320156, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 24, + "StageID": 203320160, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 32, + "StageID": 203320161, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 40, + "StageID": 203320162, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 48, + "StageID": 203320163, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 56, + "StageID": 203320164, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 66, + "StageID": 203320165, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 82, + "StageID": 203320166, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 24, + "StageID": 203320170, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203320171, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203320172, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203320173, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203320174, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203320175, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203320176, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203320180, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203320181, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 203320182, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 203320183, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 203320184, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 203320185, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 203320186, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 24, + "StageID": 203320190, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203320191, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 203320192, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 203320193, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 203320194, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 203320195, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 203320196, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 24, + "StageID": 203320210, + "MonsterList": [ + [ + 301202001, + 3012040, + 3012010, + 3012040 + ] + ] + }, + { + "Level": 32, + "StageID": 203320211, + "MonsterList": [ + [ + 301202001, + 3012040, + 3012010, + 3012040 + ] + ] + }, + { + "Level": 40, + "StageID": 203320212, + "MonsterList": [ + [ + 301202001, + 3012040, + 3012010, + 3012040 + ] + ] + }, + { + "Level": 48, + "StageID": 203320213, + "MonsterList": [ + [ + 301202001, + 3012040, + 3012010, + 3012040 + ] + ] + }, + { + "Level": 56, + "StageID": 203320214, + "MonsterList": [ + [ + 301202001, + 3012040, + 3012010, + 3012040 + ] + ] + }, + { + "Level": 66, + "StageID": 203320215, + "MonsterList": [ + [ + 301202001, + 3012040, + 3012010, + 3012040 + ] + ] + }, + { + "Level": 82, + "StageID": 203320216, + "MonsterList": [ + [ + 301202001, + 3012040, + 3012010, + 3012040 + ] + ] + }, + { + "Level": 24, + "StageID": 203320220, + "MonsterList": [ + [ + 3011010, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 32, + "StageID": 203320221, + "MonsterList": [ + [ + 3011010, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 40, + "StageID": 203320222, + "MonsterList": [ + [ + 3011010, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 48, + "StageID": 203320223, + "MonsterList": [ + [ + 3011010, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 56, + "StageID": 203320224, + "MonsterList": [ + [ + 3011010, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 66, + "StageID": 203320225, + "MonsterList": [ + [ + 3011010, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 82, + "StageID": 203320226, + "MonsterList": [ + [ + 3011010, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 24, + "StageID": 203320230, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203320231, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203320232, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203320233, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203320234, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203320235, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203320236, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203320240, + "MonsterList": [ + [ + 3012010, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 32, + "StageID": 203320241, + "MonsterList": [ + [ + 3012010, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 40, + "StageID": 203320242, + "MonsterList": [ + [ + 3012010, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 48, + "StageID": 203320243, + "MonsterList": [ + [ + 3012010, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 56, + "StageID": 203320244, + "MonsterList": [ + [ + 3012010, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 66, + "StageID": 203320245, + "MonsterList": [ + [ + 3012010, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 82, + "StageID": 203320246, + "MonsterList": [ + [ + 3012010, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 24, + "StageID": 203320270, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203320271, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203320272, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203320273, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203320274, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203320275, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203320276, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203320280, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002020 + ] + ] + }, + { + "Level": 32, + "StageID": 203320281, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002020 + ] + ] + }, + { + "Level": 40, + "StageID": 203320282, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002020 + ] + ] + }, + { + "Level": 48, + "StageID": 203320283, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002020 + ] + ] + }, + { + "Level": 56, + "StageID": 203320284, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002020 + ] + ] + }, + { + "Level": 66, + "StageID": 203320285, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002020 + ] + ] + }, + { + "Level": 82, + "StageID": 203320286, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002020 + ] + ] + }, + { + "Level": 24, + "StageID": 203320290, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203320291, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203320292, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203320293, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203320294, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203320295, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203320296, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203320300, + "MonsterList": [ + [ + 3002030, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 32, + "StageID": 203320301, + "MonsterList": [ + [ + 3002030, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 40, + "StageID": 203320302, + "MonsterList": [ + [ + 3002030, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 48, + "StageID": 203320303, + "MonsterList": [ + [ + 3002030, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 56, + "StageID": 203320304, + "MonsterList": [ + [ + 3002030, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 66, + "StageID": 203320305, + "MonsterList": [ + [ + 3002030, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 82, + "StageID": 203320306, + "MonsterList": [ + [ + 3002030, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 24, + "StageID": 203320350, + "MonsterList": [ + [ + 301202001, + 3012040, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 32, + "StageID": 203320351, + "MonsterList": [ + [ + 301202001, + 3012040, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 40, + "StageID": 203320352, + "MonsterList": [ + [ + 301202001, + 3012040, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 48, + "StageID": 203320353, + "MonsterList": [ + [ + 301202001, + 3012040, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 56, + "StageID": 203320354, + "MonsterList": [ + [ + 301202001, + 3012040, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 66, + "StageID": 203320355, + "MonsterList": [ + [ + 301202001, + 3012040, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 82, + "StageID": 203320356, + "MonsterList": [ + [ + 301202001, + 3012040, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 24, + "StageID": 203320360, + "MonsterList": [ + [ + 3012040, + 301202001, + 301202001 + ] + ] + }, + { + "Level": 32, + "StageID": 203320361, + "MonsterList": [ + [ + 3012040, + 301202001, + 301202001 + ] + ] + }, + { + "Level": 40, + "StageID": 203320362, + "MonsterList": [ + [ + 3012040, + 301202001, + 301202001 + ] + ] + }, + { + "Level": 48, + "StageID": 203320363, + "MonsterList": [ + [ + 3012040, + 301202001, + 301202001 + ] + ] + }, + { + "Level": 56, + "StageID": 203320364, + "MonsterList": [ + [ + 3012040, + 301202001, + 301202001 + ] + ] + }, + { + "Level": 66, + "StageID": 203320365, + "MonsterList": [ + [ + 3012040, + 301202001, + 301202001 + ] + ] + }, + { + "Level": 82, + "StageID": 203320366, + "MonsterList": [ + [ + 3012040, + 301202001, + 301202001 + ] + ] + }, + { + "Level": 24, + "StageID": 203320370, + "MonsterList": [ + [ + 301202001, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 32, + "StageID": 203320371, + "MonsterList": [ + [ + 301202001, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 40, + "StageID": 203320372, + "MonsterList": [ + [ + 301202001, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 48, + "StageID": 203320373, + "MonsterList": [ + [ + 301202001, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 56, + "StageID": 203320374, + "MonsterList": [ + [ + 301202001, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 66, + "StageID": 203320375, + "MonsterList": [ + [ + 301202001, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 82, + "StageID": 203320376, + "MonsterList": [ + [ + 301202001, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 24, + "StageID": 203320380, + "MonsterList": [ + [ + 3012010, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 32, + "StageID": 203320381, + "MonsterList": [ + [ + 3012010, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 40, + "StageID": 203320382, + "MonsterList": [ + [ + 3012010, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 48, + "StageID": 203320383, + "MonsterList": [ + [ + 3012010, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 56, + "StageID": 203320384, + "MonsterList": [ + [ + 3012010, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 66, + "StageID": 203320385, + "MonsterList": [ + [ + 3012010, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 82, + "StageID": 203320386, + "MonsterList": [ + [ + 3012010, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 24, + "StageID": 203320390, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203320391, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203320392, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203320393, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203320394, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203320395, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203320396, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203320470, + "MonsterList": [ + [ + 300303001, + 301202001 + ] + ] + }, + { + "Level": 32, + "StageID": 203320471, + "MonsterList": [ + [ + 300303001, + 301202001 + ] + ] + }, + { + "Level": 40, + "StageID": 203320472, + "MonsterList": [ + [ + 300303001, + 301202001 + ] + ] + }, + { + "Level": 48, + "StageID": 203320473, + "MonsterList": [ + [ + 300303001, + 301202001 + ] + ] + }, + { + "Level": 56, + "StageID": 203320474, + "MonsterList": [ + [ + 300303001, + 301202001 + ] + ] + }, + { + "Level": 66, + "StageID": 203320475, + "MonsterList": [ + [ + 300303001, + 301202001 + ] + ] + }, + { + "Level": 82, + "StageID": 203320476, + "MonsterList": [ + [ + 300303001, + 301202001 + ] + ] + }, + { + "Level": 24, + "StageID": 203320480, + "MonsterList": [ + [ + 3011010, + 3003050, + 301202001 + ] + ] + }, + { + "Level": 32, + "StageID": 203320481, + "MonsterList": [ + [ + 3011010, + 3003050, + 301202001 + ] + ] + }, + { + "Level": 40, + "StageID": 203320482, + "MonsterList": [ + [ + 3011010, + 3003050, + 301202001 + ] + ] + }, + { + "Level": 48, + "StageID": 203320483, + "MonsterList": [ + [ + 3011010, + 3003050, + 301202001 + ] + ] + }, + { + "Level": 56, + "StageID": 203320484, + "MonsterList": [ + [ + 3011010, + 3003050, + 301202001 + ] + ] + }, + { + "Level": 66, + "StageID": 203320485, + "MonsterList": [ + [ + 3011010, + 3003050, + 301202001 + ] + ] + }, + { + "Level": 82, + "StageID": 203320486, + "MonsterList": [ + [ + 3011010, + 3003050, + 301202001 + ] + ] + }, + { + "Level": 24, + "StageID": 203320490, + "MonsterList": [ + [ + 301202001, + 3003040, + 3012040 + ] + ] + }, + { + "Level": 32, + "StageID": 203320491, + "MonsterList": [ + [ + 301202001, + 3003040, + 3012040 + ] + ] + }, + { + "Level": 40, + "StageID": 203320492, + "MonsterList": [ + [ + 301202001, + 3003040, + 3012040 + ] + ] + }, + { + "Level": 48, + "StageID": 203320493, + "MonsterList": [ + [ + 301202001, + 3003040, + 3012040 + ] + ] + }, + { + "Level": 56, + "StageID": 203320494, + "MonsterList": [ + [ + 301202001, + 3003040, + 3012040 + ] + ] + }, + { + "Level": 66, + "StageID": 203320495, + "MonsterList": [ + [ + 301202001, + 3003040, + 3012040 + ] + ] + }, + { + "Level": 82, + "StageID": 203320496, + "MonsterList": [ + [ + 301202001, + 3003040, + 3012040 + ] + ] + }, + { + "Level": 24, + "StageID": 203320500, + "MonsterList": [ + [ + 300401001, + 300305101, + 300304101, + 300303101 + ] + ] + }, + { + "Level": 32, + "StageID": 203320501, + "MonsterList": [ + [ + 300401001, + 300305101, + 300304101, + 300303101 + ] + ] + }, + { + "Level": 40, + "StageID": 203320502, + "MonsterList": [ + [ + 300401001, + 300305101, + 300304101, + 300303101 + ] + ] + }, + { + "Level": 48, + "StageID": 203320503, + "MonsterList": [ + [ + 300401001, + 300305101, + 300304101, + 300303101 + ] + ] + }, + { + "Level": 56, + "StageID": 203320504, + "MonsterList": [ + [ + 300401001, + 300305101, + 300304101, + 300303101 + ] + ] + }, + { + "Level": 66, + "StageID": 203320505, + "MonsterList": [ + [ + 300401001, + 300305101, + 300304101, + 300303101 + ] + ] + }, + { + "Level": 82, + "StageID": 203320506, + "MonsterList": [ + [ + 300401001, + 300305101, + 300304101, + 300303101 + ] + ] + }, + { + "Level": 24, + "StageID": 203320510, + "MonsterList": [ + [ + 3025011 + ] + ] + }, + { + "Level": 32, + "StageID": 203320511, + "MonsterList": [ + [ + 3025011 + ] + ] + }, + { + "Level": 40, + "StageID": 203320512, + "MonsterList": [ + [ + 3025011 + ] + ] + }, + { + "Level": 48, + "StageID": 203320513, + "MonsterList": [ + [ + 3025011 + ] + ] + }, + { + "Level": 56, + "StageID": 203320514, + "MonsterList": [ + [ + 3025011 + ] + ] + }, + { + "Level": 66, + "StageID": 203320515, + "MonsterList": [ + [ + 3025011 + ] + ] + }, + { + "Level": 82, + "StageID": 203320516, + "MonsterList": [ + [ + 3025011 + ] + ] + }, + { + "Level": 24, + "StageID": 203320520, + "MonsterList": [ + [ + 3025010 + ] + ] + }, + { + "Level": 32, + "StageID": 203320521, + "MonsterList": [ + [ + 3025010 + ] + ] + }, + { + "Level": 40, + "StageID": 203320522, + "MonsterList": [ + [ + 3025010 + ] + ] + }, + { + "Level": 48, + "StageID": 203320523, + "MonsterList": [ + [ + 3025010 + ] + ] + }, + { + "Level": 56, + "StageID": 203320524, + "MonsterList": [ + [ + 3025010 + ] + ] + }, + { + "Level": 66, + "StageID": 203320525, + "MonsterList": [ + [ + 3025010 + ] + ] + }, + { + "Level": 82, + "StageID": 203320526, + "MonsterList": [ + [ + 3025010 + ] + ] + }, + { + "Level": 24, + "StageID": 203320610, + "MonsterList": [ + [ + 3002020, + 3002030, + 3002020, + 3002030 + ], + [ + 3002020, + 3002040, + 3002020, + 3002020, + 3002030 + ] + ] + }, + { + "Level": 32, + "StageID": 203320611, + "MonsterList": [ + [ + 3002020, + 3002030, + 3002020, + 3002030 + ], + [ + 3002020, + 3002040, + 3002020, + 3002020, + 3002030 + ] + ] + }, + { + "Level": 40, + "StageID": 203320612, + "MonsterList": [ + [ + 3002020, + 3002030, + 3002020, + 3002030 + ], + [ + 3002020, + 3002040, + 3002020, + 3002020, + 3002030 + ] + ] + }, + { + "Level": 48, + "StageID": 203320613, + "MonsterList": [ + [ + 3002020, + 3002030, + 3002020, + 3002030 + ], + [ + 3002020, + 3002040, + 3002020, + 3002020, + 3002030 + ] + ] + }, + { + "Level": 56, + "StageID": 203320614, + "MonsterList": [ + [ + 3002020, + 3002030, + 3002020, + 3002030 + ], + [ + 3002020, + 3002040, + 3002020, + 3002020, + 3002030 + ] + ] + }, + { + "Level": 66, + "StageID": 203320615, + "MonsterList": [ + [ + 3002020, + 3002030, + 3002020, + 3002030 + ], + [ + 3002020, + 3002040, + 3002020, + 3002020, + 3002030 + ] + ] + }, + { + "Level": 88, + "StageID": 203320616, + "MonsterList": [ + [ + 3002020, + 3002030, + 3002020, + 3002030 + ], + [ + 3002020, + 3002040, + 3002020, + 3002020, + 3002030 + ] + ] + }, + { + "Level": 24, + "StageID": 203320710, + "MonsterList": [ + [ + 8012020, + 8012010, + 8012030, + 8012010 + ], + [ + 8011010, + 8012030, + 8012030, + 8012010, + 8011020 + ], + [ + 8012010, + 8012010, + 8013010, + 8012010, + 8012010 + ] + ] + }, + { + "Level": 32, + "StageID": 203320711, + "MonsterList": [ + [ + 8012020, + 8012010, + 8012030, + 8012010 + ], + [ + 8011010, + 8012030, + 8012030, + 8012010, + 8011020 + ], + [ + 8012010, + 8012010, + 8013010, + 8012010, + 8012010 + ] + ] + }, + { + "Level": 40, + "StageID": 203320712, + "MonsterList": [ + [ + 8012020, + 8012010, + 8012030, + 8012010 + ], + [ + 8011010, + 8012030, + 8012030, + 8012010, + 8011020 + ], + [ + 8012010, + 8012010, + 8013010, + 8012010, + 8012010 + ] + ] + }, + { + "Level": 48, + "StageID": 203320713, + "MonsterList": [ + [ + 8012020, + 8012010, + 8012030, + 8012010 + ], + [ + 8011010, + 8012030, + 8012030, + 8012010, + 8011020 + ], + [ + 8012010, + 8012010, + 8013010, + 8012010, + 8012010 + ] + ] + }, + { + "Level": 56, + "StageID": 203320714, + "MonsterList": [ + [ + 8012020, + 8012010, + 8012030, + 8012010 + ], + [ + 8011010, + 8012030, + 8012030, + 8012010, + 8011020 + ], + [ + 8012010, + 8012010, + 8013010, + 8012010, + 8012010 + ] + ] + }, + { + "Level": 66, + "StageID": 203320715, + "MonsterList": [ + [ + 8012020, + 8012010, + 8012030, + 8012010 + ], + [ + 8011010, + 8012030, + 8012030, + 8012010, + 8011020 + ], + [ + 8012010, + 8012010, + 8013010, + 8012010, + 8012010 + ] + ] + }, + { + "Level": 88, + "StageID": 203320716, + "MonsterList": [ + [ + 8012020, + 8012010, + 8012030, + 8012010 + ], + [ + 8011010, + 8012030, + 8012030, + 8012010, + 8011020 + ], + [ + 8012010, + 8012010, + 8013010, + 8012010, + 8012010 + ] + ] + }, + { + "Level": 24, + "StageID": 203320720, + "MonsterList": [ + [ + 3025014 + ] + ] + }, + { + "Level": 32, + "StageID": 203320721, + "MonsterList": [ + [ + 3025014 + ] + ] + }, + { + "Level": 40, + "StageID": 203320722, + "MonsterList": [ + [ + 3025014 + ] + ] + }, + { + "Level": 48, + "StageID": 203320723, + "MonsterList": [ + [ + 3025014 + ] + ] + }, + { + "Level": 56, + "StageID": 203320724, + "MonsterList": [ + [ + 3025014 + ] + ] + }, + { + "Level": 66, + "StageID": 203320725, + "MonsterList": [ + [ + 3025014 + ] + ] + }, + { + "Level": 88, + "StageID": 203320726, + "MonsterList": [ + [ + 3025014 + ] + ] + }, + { + "Level": 24, + "StageID": 203321010, + "MonsterList": [ + [ + 3012040, + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203321011, + "MonsterList": [ + [ + 3012040, + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203321012, + "MonsterList": [ + [ + 3012040, + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203321013, + "MonsterList": [ + [ + 3012040, + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203321014, + "MonsterList": [ + [ + 3012040, + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203321015, + "MonsterList": [ + [ + 3012040, + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203321016, + "MonsterList": [ + [ + 3012040, + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203321080, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203321081, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203321082, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203321083, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203321084, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203321085, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203321086, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203321090, + "MonsterList": [ + [ + 3001010, + 3002030, + 3002040, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203321091, + "MonsterList": [ + [ + 3001010, + 3002030, + 3002040, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203321092, + "MonsterList": [ + [ + 3001010, + 3002030, + 3002040, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203321093, + "MonsterList": [ + [ + 3001010, + 3002030, + 3002040, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203321094, + "MonsterList": [ + [ + 3001010, + 3002030, + 3002040, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203321095, + "MonsterList": [ + [ + 3001010, + 3002030, + 3002040, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203321096, + "MonsterList": [ + [ + 3001010, + 3002030, + 3002040, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203321100, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 32, + "StageID": 203321101, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 40, + "StageID": 203321102, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 48, + "StageID": 203321103, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 56, + "StageID": 203321104, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 66, + "StageID": 203321105, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 82, + "StageID": 203321106, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 24, + "StageID": 203321110, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002020 + ] + ] + }, + { + "Level": 32, + "StageID": 203321111, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002020 + ] + ] + }, + { + "Level": 40, + "StageID": 203321112, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002020 + ] + ] + }, + { + "Level": 48, + "StageID": 203321113, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002020 + ] + ] + }, + { + "Level": 56, + "StageID": 203321114, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002020 + ] + ] + }, + { + "Level": 66, + "StageID": 203321115, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002020 + ] + ] + }, + { + "Level": 82, + "StageID": 203321116, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002020 + ] + ] + }, + { + "Level": 24, + "StageID": 203321120, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203321121, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203321122, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203321123, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203321124, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203321125, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203321126, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203321130, + "MonsterList": [ + [ + 3001010, + 3002030, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203321131, + "MonsterList": [ + [ + 3001010, + 3002030, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203321132, + "MonsterList": [ + [ + 3001010, + 3002030, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203321133, + "MonsterList": [ + [ + 3001010, + 3002030, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203321134, + "MonsterList": [ + [ + 3001010, + 3002030, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203321135, + "MonsterList": [ + [ + 3001010, + 3002030, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203321136, + "MonsterList": [ + [ + 3001010, + 3002030, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203321140, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002030, + 3002020 + ] + ] + }, + { + "Level": 32, + "StageID": 203321141, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002030, + 3002020 + ] + ] + }, + { + "Level": 40, + "StageID": 203321142, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002030, + 3002020 + ] + ] + }, + { + "Level": 48, + "StageID": 203321143, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002030, + 3002020 + ] + ] + }, + { + "Level": 56, + "StageID": 203321144, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002030, + 3002020 + ] + ] + }, + { + "Level": 66, + "StageID": 203321145, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002030, + 3002020 + ] + ] + }, + { + "Level": 82, + "StageID": 203321146, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002030, + 3002020 + ] + ] + }, + { + "Level": 24, + "StageID": 203321150, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203321151, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 203321152, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 203321153, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 203321154, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 203321155, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 203321156, + "MonsterList": [ + [ + 3002010, + 3002040, + 3002010 + ] + ] + }, + { + "Level": 24, + "StageID": 203321160, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 32, + "StageID": 203321161, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 40, + "StageID": 203321162, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 48, + "StageID": 203321163, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 56, + "StageID": 203321164, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 66, + "StageID": 203321165, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 82, + "StageID": 203321166, + "MonsterList": [ + [ + 3002030, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 24, + "StageID": 203321170, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203321171, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203321172, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203321173, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203321174, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203321175, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203321176, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203321180, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203321181, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 203321182, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 203321183, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 203321184, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 203321185, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 203321186, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002030, + 3002010 + ] + ] + }, + { + "Level": 24, + "StageID": 203321190, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203321191, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 203321192, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 203321193, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 203321194, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 203321195, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 203321196, + "MonsterList": [ + [ + 3002010, + 3002020, + 3002020, + 3002010 + ] + ] + }, + { + "Level": 24, + "StageID": 203321210, + "MonsterList": [ + [ + 301202001, + 3012040, + 3012010, + 3012040 + ] + ] + }, + { + "Level": 32, + "StageID": 203321211, + "MonsterList": [ + [ + 301202001, + 3012040, + 3012010, + 3012040 + ] + ] + }, + { + "Level": 40, + "StageID": 203321212, + "MonsterList": [ + [ + 301202001, + 3012040, + 3012010, + 3012040 + ] + ] + }, + { + "Level": 48, + "StageID": 203321213, + "MonsterList": [ + [ + 301202001, + 3012040, + 3012010, + 3012040 + ] + ] + }, + { + "Level": 56, + "StageID": 203321214, + "MonsterList": [ + [ + 301202001, + 3012040, + 3012010, + 3012040 + ] + ] + }, + { + "Level": 66, + "StageID": 203321215, + "MonsterList": [ + [ + 301202001, + 3012040, + 3012010, + 3012040 + ] + ] + }, + { + "Level": 82, + "StageID": 203321216, + "MonsterList": [ + [ + 301202001, + 3012040, + 3012010, + 3012040 + ] + ] + }, + { + "Level": 24, + "StageID": 203321220, + "MonsterList": [ + [ + 3011010, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 32, + "StageID": 203321221, + "MonsterList": [ + [ + 3011010, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 40, + "StageID": 203321222, + "MonsterList": [ + [ + 3011010, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 48, + "StageID": 203321223, + "MonsterList": [ + [ + 3011010, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 56, + "StageID": 203321224, + "MonsterList": [ + [ + 3011010, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 66, + "StageID": 203321225, + "MonsterList": [ + [ + 3011010, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 82, + "StageID": 203321226, + "MonsterList": [ + [ + 3011010, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 24, + "StageID": 203321230, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203321231, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203321232, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203321233, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203321234, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203321235, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203321236, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203321240, + "MonsterList": [ + [ + 3012010, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 32, + "StageID": 203321241, + "MonsterList": [ + [ + 3012010, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 40, + "StageID": 203321242, + "MonsterList": [ + [ + 3012010, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 48, + "StageID": 203321243, + "MonsterList": [ + [ + 3012010, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 56, + "StageID": 203321244, + "MonsterList": [ + [ + 3012010, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 66, + "StageID": 203321245, + "MonsterList": [ + [ + 3012010, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 82, + "StageID": 203321246, + "MonsterList": [ + [ + 3012010, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 24, + "StageID": 203321270, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203321271, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203321272, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203321273, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203321274, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203321275, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203321276, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002020, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203321280, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002020 + ] + ] + }, + { + "Level": 32, + "StageID": 203321281, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002020 + ] + ] + }, + { + "Level": 40, + "StageID": 203321282, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002020 + ] + ] + }, + { + "Level": 48, + "StageID": 203321283, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002020 + ] + ] + }, + { + "Level": 56, + "StageID": 203321284, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002020 + ] + ] + }, + { + "Level": 66, + "StageID": 203321285, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002020 + ] + ] + }, + { + "Level": 82, + "StageID": 203321286, + "MonsterList": [ + [ + 3001020, + 3002010, + 3002020 + ] + ] + }, + { + "Level": 24, + "StageID": 203321290, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 203321291, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 203321292, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 203321293, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 203321294, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 203321295, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 203321296, + "MonsterList": [ + [ + 3001020, + 3002020, + 3002030, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 203321300, + "MonsterList": [ + [ + 3002030, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 32, + "StageID": 203321301, + "MonsterList": [ + [ + 3002030, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 40, + "StageID": 203321302, + "MonsterList": [ + [ + 3002030, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 48, + "StageID": 203321303, + "MonsterList": [ + [ + 3002030, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 56, + "StageID": 203321304, + "MonsterList": [ + [ + 3002030, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 66, + "StageID": 203321305, + "MonsterList": [ + [ + 3002030, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 82, + "StageID": 203321306, + "MonsterList": [ + [ + 3002030, + 3002040, + 3002030 + ] + ] + }, + { + "Level": 24, + "StageID": 203321350, + "MonsterList": [ + [ + 301202001, + 3012040, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 32, + "StageID": 203321351, + "MonsterList": [ + [ + 301202001, + 3012040, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 40, + "StageID": 203321352, + "MonsterList": [ + [ + 301202001, + 3012040, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 48, + "StageID": 203321353, + "MonsterList": [ + [ + 301202001, + 3012040, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 56, + "StageID": 203321354, + "MonsterList": [ + [ + 301202001, + 3012040, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 66, + "StageID": 203321355, + "MonsterList": [ + [ + 301202001, + 3012040, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 82, + "StageID": 203321356, + "MonsterList": [ + [ + 301202001, + 3012040, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 24, + "StageID": 203321360, + "MonsterList": [ + [ + 3012040, + 301202001, + 301202001 + ] + ] + }, + { + "Level": 32, + "StageID": 203321361, + "MonsterList": [ + [ + 3012040, + 301202001, + 301202001 + ] + ] + }, + { + "Level": 40, + "StageID": 203321362, + "MonsterList": [ + [ + 3012040, + 301202001, + 301202001 + ] + ] + }, + { + "Level": 48, + "StageID": 203321363, + "MonsterList": [ + [ + 3012040, + 301202001, + 301202001 + ] + ] + }, + { + "Level": 56, + "StageID": 203321364, + "MonsterList": [ + [ + 3012040, + 301202001, + 301202001 + ] + ] + }, + { + "Level": 66, + "StageID": 203321365, + "MonsterList": [ + [ + 3012040, + 301202001, + 301202001 + ] + ] + }, + { + "Level": 82, + "StageID": 203321366, + "MonsterList": [ + [ + 3012040, + 301202001, + 301202001 + ] + ] + }, + { + "Level": 24, + "StageID": 203321370, + "MonsterList": [ + [ + 301202001, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 32, + "StageID": 203321371, + "MonsterList": [ + [ + 301202001, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 40, + "StageID": 203321372, + "MonsterList": [ + [ + 301202001, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 48, + "StageID": 203321373, + "MonsterList": [ + [ + 301202001, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 56, + "StageID": 203321374, + "MonsterList": [ + [ + 301202001, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 66, + "StageID": 203321375, + "MonsterList": [ + [ + 301202001, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 82, + "StageID": 203321376, + "MonsterList": [ + [ + 301202001, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 24, + "StageID": 203321380, + "MonsterList": [ + [ + 3012010, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 32, + "StageID": 203321381, + "MonsterList": [ + [ + 3012010, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 40, + "StageID": 203321382, + "MonsterList": [ + [ + 3012010, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 48, + "StageID": 203321383, + "MonsterList": [ + [ + 3012010, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 56, + "StageID": 203321384, + "MonsterList": [ + [ + 3012010, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 66, + "StageID": 203321385, + "MonsterList": [ + [ + 3012010, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 82, + "StageID": 203321386, + "MonsterList": [ + [ + 3012010, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 24, + "StageID": 203321390, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203321391, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203321392, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203321393, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203321394, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203321395, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203321396, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203321420, + "MonsterList": [ + [ + 3011010, + 3012010, + 3012040, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203321421, + "MonsterList": [ + [ + 3011010, + 3012010, + 3012040, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203321422, + "MonsterList": [ + [ + 3011010, + 3012010, + 3012040, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203321423, + "MonsterList": [ + [ + 3011010, + 3012010, + 3012040, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203321424, + "MonsterList": [ + [ + 3011010, + 3012010, + 3012040, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203321425, + "MonsterList": [ + [ + 3011010, + 3012010, + 3012040, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203321426, + "MonsterList": [ + [ + 3011010, + 3012010, + 3012040, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203321430, + "MonsterList": [ + [ + 301202001, + 3012010, + 301202001 + ] + ] + }, + { + "Level": 32, + "StageID": 203321431, + "MonsterList": [ + [ + 301202001, + 3012010, + 301202001 + ] + ] + }, + { + "Level": 40, + "StageID": 203321432, + "MonsterList": [ + [ + 301202001, + 3012010, + 301202001 + ] + ] + }, + { + "Level": 48, + "StageID": 203321433, + "MonsterList": [ + [ + 301202001, + 3012010, + 301202001 + ] + ] + }, + { + "Level": 56, + "StageID": 203321434, + "MonsterList": [ + [ + 301202001, + 3012010, + 301202001 + ] + ] + }, + { + "Level": 66, + "StageID": 203321435, + "MonsterList": [ + [ + 301202001, + 3012010, + 301202001 + ] + ] + }, + { + "Level": 82, + "StageID": 203321436, + "MonsterList": [ + [ + 301202001, + 3012010, + 301202001 + ] + ] + }, + { + "Level": 24, + "StageID": 203321460, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002020 + ] + ] + }, + { + "Level": 32, + "StageID": 203321461, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002020 + ] + ] + }, + { + "Level": 40, + "StageID": 203321462, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002020 + ] + ] + }, + { + "Level": 48, + "StageID": 203321463, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002020 + ] + ] + }, + { + "Level": 56, + "StageID": 203321464, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002020 + ] + ] + }, + { + "Level": 66, + "StageID": 203321465, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002020 + ] + ] + }, + { + "Level": 82, + "StageID": 203321466, + "MonsterList": [ + [ + 3002020, + 3002040, + 3002020 + ] + ] + }, + { + "Level": 24, + "StageID": 203321470, + "MonsterList": [ + [ + 3001020, + 3002040, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 203321471, + "MonsterList": [ + [ + 3001020, + 3002040, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 203321472, + "MonsterList": [ + [ + 3001020, + 3002040, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 203321473, + "MonsterList": [ + [ + 3001020, + 3002040, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 203321474, + "MonsterList": [ + [ + 3001020, + 3002040, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 203321475, + "MonsterList": [ + [ + 3001020, + 3002040, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 203321476, + "MonsterList": [ + [ + 3001020, + 3002040, + 3002030, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 203321700, + "MonsterList": [ + [ + 3012040, + 8002040, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 32, + "StageID": 203321701, + "MonsterList": [ + [ + 3012040, + 8002040, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 40, + "StageID": 203321702, + "MonsterList": [ + [ + 3012040, + 8002040, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 48, + "StageID": 203321703, + "MonsterList": [ + [ + 3012040, + 8002040, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 56, + "StageID": 203321704, + "MonsterList": [ + [ + 3012040, + 8002040, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 66, + "StageID": 203321705, + "MonsterList": [ + [ + 3012040, + 8002040, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 82, + "StageID": 203321706, + "MonsterList": [ + [ + 3012040, + 8002040, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 24, + "StageID": 203321710, + "MonsterList": [ + [ + 3011010, + 3012040, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203321711, + "MonsterList": [ + [ + 3011010, + 3012040, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203321712, + "MonsterList": [ + [ + 3011010, + 3012040, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203321713, + "MonsterList": [ + [ + 3011010, + 3012040, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203321714, + "MonsterList": [ + [ + 3011010, + 3012040, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203321715, + "MonsterList": [ + [ + 3011010, + 3012040, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203321716, + "MonsterList": [ + [ + 3011010, + 3012040, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203321720, + "MonsterList": [ + [ + 3011010, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 32, + "StageID": 203321721, + "MonsterList": [ + [ + 3011010, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 40, + "StageID": 203321722, + "MonsterList": [ + [ + 3011010, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 48, + "StageID": 203321723, + "MonsterList": [ + [ + 3011010, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 56, + "StageID": 203321724, + "MonsterList": [ + [ + 3011010, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 66, + "StageID": 203321725, + "MonsterList": [ + [ + 3011010, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 82, + "StageID": 203321726, + "MonsterList": [ + [ + 3011010, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 24, + "StageID": 203321730, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203321731, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203321732, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203321733, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203321734, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203321735, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203321736, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203321740, + "MonsterList": [ + [ + 3012010, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 32, + "StageID": 203321741, + "MonsterList": [ + [ + 3012010, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 40, + "StageID": 203321742, + "MonsterList": [ + [ + 3012010, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 48, + "StageID": 203321743, + "MonsterList": [ + [ + 3012010, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 56, + "StageID": 203321744, + "MonsterList": [ + [ + 3012010, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 66, + "StageID": 203321745, + "MonsterList": [ + [ + 3012010, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 82, + "StageID": 203321746, + "MonsterList": [ + [ + 3012010, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 24, + "StageID": 203321750, + "MonsterList": [ + [ + 3011010, + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203321751, + "MonsterList": [ + [ + 3011010, + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203321752, + "MonsterList": [ + [ + 3011010, + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203321753, + "MonsterList": [ + [ + 3011010, + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203321754, + "MonsterList": [ + [ + 3011010, + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203321755, + "MonsterList": [ + [ + 3011010, + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203321756, + "MonsterList": [ + [ + 3011010, + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203321810, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012040, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203321811, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012040, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203321812, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012040, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203321813, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012040, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203321814, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012040, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203321815, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012040, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203321816, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012040, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203321820, + "MonsterList": [ + [ + 3012010, + 3012040, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203321821, + "MonsterList": [ + [ + 3012010, + 3012040, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203321822, + "MonsterList": [ + [ + 3012010, + 3012040, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203321823, + "MonsterList": [ + [ + 3012010, + 3012040, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203321824, + "MonsterList": [ + [ + 3012010, + 3012040, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203321825, + "MonsterList": [ + [ + 3012010, + 3012040, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203321826, + "MonsterList": [ + [ + 3012010, + 3012040, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203321830, + "MonsterList": [ + [ + 3011010, + 3012010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203321831, + "MonsterList": [ + [ + 3011010, + 3012010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203321832, + "MonsterList": [ + [ + 3011010, + 3012010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203321833, + "MonsterList": [ + [ + 3011010, + 3012010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203321834, + "MonsterList": [ + [ + 3011010, + 3012010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203321835, + "MonsterList": [ + [ + 3011010, + 3012010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203321836, + "MonsterList": [ + [ + 3011010, + 3012010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203321840, + "MonsterList": [ + [ + 3011010, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 32, + "StageID": 203321841, + "MonsterList": [ + [ + 3011010, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 40, + "StageID": 203321842, + "MonsterList": [ + [ + 3011010, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 48, + "StageID": 203321843, + "MonsterList": [ + [ + 3011010, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 56, + "StageID": 203321844, + "MonsterList": [ + [ + 3011010, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 66, + "StageID": 203321845, + "MonsterList": [ + [ + 3011010, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 82, + "StageID": 203321846, + "MonsterList": [ + [ + 3011010, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 24, + "StageID": 203321850, + "MonsterList": [ + [ + 3011010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203321851, + "MonsterList": [ + [ + 3011010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203321852, + "MonsterList": [ + [ + 3011010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203321853, + "MonsterList": [ + [ + 3011010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203321854, + "MonsterList": [ + [ + 3011010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203321855, + "MonsterList": [ + [ + 3011010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203321856, + "MonsterList": [ + [ + 3011010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203321910, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012040, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203321911, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012040, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203321912, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012040, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203321913, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012040, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203321914, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012040, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203321915, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012040, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203321916, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012040, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203321920, + "MonsterList": [ + [ + 3012010, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 32, + "StageID": 203321921, + "MonsterList": [ + [ + 3012010, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 40, + "StageID": 203321922, + "MonsterList": [ + [ + 3012010, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 48, + "StageID": 203321923, + "MonsterList": [ + [ + 3012010, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 56, + "StageID": 203321924, + "MonsterList": [ + [ + 3012010, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 66, + "StageID": 203321925, + "MonsterList": [ + [ + 3012010, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 82, + "StageID": 203321926, + "MonsterList": [ + [ + 3012010, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 24, + "StageID": 203321930, + "MonsterList": [ + [ + 3011010, + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203321931, + "MonsterList": [ + [ + 3011010, + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203321932, + "MonsterList": [ + [ + 3011010, + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203321933, + "MonsterList": [ + [ + 3011010, + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203321934, + "MonsterList": [ + [ + 3011010, + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203321935, + "MonsterList": [ + [ + 3011010, + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203321936, + "MonsterList": [ + [ + 3011010, + 3012010, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203321940, + "MonsterList": [ + [ + 301202001, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 32, + "StageID": 203321941, + "MonsterList": [ + [ + 301202001, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 40, + "StageID": 203321942, + "MonsterList": [ + [ + 301202001, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 48, + "StageID": 203321943, + "MonsterList": [ + [ + 301202001, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 56, + "StageID": 203321944, + "MonsterList": [ + [ + 301202001, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 66, + "StageID": 203321945, + "MonsterList": [ + [ + 301202001, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 82, + "StageID": 203321946, + "MonsterList": [ + [ + 301202001, + 3012040, + 301202001 + ] + ] + }, + { + "Level": 24, + "StageID": 203321950, + "MonsterList": [ + [ + 3011010, + 3012010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203321951, + "MonsterList": [ + [ + 3011010, + 3012010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203321952, + "MonsterList": [ + [ + 3011010, + 3012010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203321953, + "MonsterList": [ + [ + 3011010, + 3012010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203321954, + "MonsterList": [ + [ + 3011010, + 3012010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203321955, + "MonsterList": [ + [ + 3011010, + 3012010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203321956, + "MonsterList": [ + [ + 3011010, + 3012010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203321960, + "MonsterList": [ + [ + 301202001, + 301202001, + 301202001 + ] + ] + }, + { + "Level": 32, + "StageID": 203321961, + "MonsterList": [ + [ + 301202001, + 301202001, + 301202001 + ] + ] + }, + { + "Level": 40, + "StageID": 203321962, + "MonsterList": [ + [ + 301202001, + 301202001, + 301202001 + ] + ] + }, + { + "Level": 48, + "StageID": 203321963, + "MonsterList": [ + [ + 301202001, + 301202001, + 301202001 + ] + ] + }, + { + "Level": 56, + "StageID": 203321964, + "MonsterList": [ + [ + 301202001, + 301202001, + 301202001 + ] + ] + }, + { + "Level": 66, + "StageID": 203321965, + "MonsterList": [ + [ + 301202001, + 301202001, + 301202001 + ] + ] + }, + { + "Level": 82, + "StageID": 203321966, + "MonsterList": [ + [ + 301202001, + 301202001, + 301202001 + ] + ] + }, + { + "Level": 24, + "StageID": 203321970, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012040, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203321971, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012040, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203321972, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012040, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203321973, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012040, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203321974, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012040, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203321975, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012040, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203321976, + "MonsterList": [ + [ + 3011010, + 301202001, + 3012040, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203321980, + "MonsterList": [ + [ + 3012040, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 203321981, + "MonsterList": [ + [ + 3012040, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 203321982, + "MonsterList": [ + [ + 3012040, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 203321983, + "MonsterList": [ + [ + 3012040, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 203321984, + "MonsterList": [ + [ + 3012040, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 203321985, + "MonsterList": [ + [ + 3012040, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 203321986, + "MonsterList": [ + [ + 3012040, + 3012010, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 203322310, + "MonsterList": [ + [ + 3012020, + 3012040, + 3012040, + 3012020, + 3012020 + ] + ] + }, + { + "Level": 32, + "StageID": 203322311, + "MonsterList": [ + [ + 3012020, + 3012040, + 3012040, + 3012020, + 3012020 + ] + ] + }, + { + "Level": 40, + "StageID": 203322312, + "MonsterList": [ + [ + 3012020, + 3012040, + 3012040, + 3012020, + 3012020 + ] + ] + }, + { + "Level": 48, + "StageID": 203322313, + "MonsterList": [ + [ + 3012020, + 3012040, + 3012040, + 3012020, + 3012020 + ] + ] + }, + { + "Level": 56, + "StageID": 203322314, + "MonsterList": [ + [ + 3012020, + 3012040, + 3012040, + 3012020, + 3012020 + ] + ] + }, + { + "Level": 66, + "StageID": 203322315, + "MonsterList": [ + [ + 3012020, + 3012040, + 3012040, + 3012020, + 3012020 + ] + ] + }, + { + "Level": 82, + "StageID": 203322316, + "MonsterList": [ + [ + 3012020, + 3012040, + 3012040, + 3012020, + 3012020 + ] + ] + }, + { + "Level": 24, + "StageID": 203322320, + "MonsterList": [ + [ + 3012010, + 3012040, + 3012020, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 32, + "StageID": 203322321, + "MonsterList": [ + [ + 3012010, + 3012040, + 3012020, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 40, + "StageID": 203322322, + "MonsterList": [ + [ + 3012010, + 3012040, + 3012020, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 48, + "StageID": 203322323, + "MonsterList": [ + [ + 3012010, + 3012040, + 3012020, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 56, + "StageID": 203322324, + "MonsterList": [ + [ + 3012010, + 3012040, + 3012020, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 66, + "StageID": 203322325, + "MonsterList": [ + [ + 3012010, + 3012040, + 3012020, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 82, + "StageID": 203322326, + "MonsterList": [ + [ + 3012010, + 3012040, + 3012020, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 24, + "StageID": 203322350, + "MonsterList": [ + [ + 3002030, + 3003040, + 3002040 + ] + ] + }, + { + "Level": 32, + "StageID": 203322351, + "MonsterList": [ + [ + 3002030, + 3003040, + 3002040 + ] + ] + }, + { + "Level": 40, + "StageID": 203322352, + "MonsterList": [ + [ + 3002030, + 3003040, + 3002040 + ] + ] + }, + { + "Level": 48, + "StageID": 203322353, + "MonsterList": [ + [ + 3002030, + 3003040, + 3002040 + ] + ] + }, + { + "Level": 56, + "StageID": 203322354, + "MonsterList": [ + [ + 3002030, + 3003040, + 3002040 + ] + ] + }, + { + "Level": 66, + "StageID": 203322355, + "MonsterList": [ + [ + 3002030, + 3003040, + 3002040 + ] + ] + }, + { + "Level": 82, + "StageID": 203322356, + "MonsterList": [ + [ + 3002030, + 3003040, + 3002040 + ] + ] + }, + { + "Level": 24, + "StageID": 203322360, + "MonsterList": [ + [ + 3002040, + 3003050, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 203322361, + "MonsterList": [ + [ + 3002040, + 3003050, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 203322362, + "MonsterList": [ + [ + 3002040, + 3003050, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 203322363, + "MonsterList": [ + [ + 3002040, + 3003050, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 203322364, + "MonsterList": [ + [ + 3002040, + 3003050, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 203322365, + "MonsterList": [ + [ + 3002040, + 3003050, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 203322366, + "MonsterList": [ + [ + 3002040, + 3003050, + 3002010 + ] + ] + }, + { + "Level": 24, + "StageID": 203322370, + "MonsterList": [ + [ + 3002040, + 3002020, + 3003030, + 3002020 + ] + ] + }, + { + "Level": 32, + "StageID": 203322371, + "MonsterList": [ + [ + 3002040, + 3002020, + 3003030, + 3002020 + ] + ] + }, + { + "Level": 40, + "StageID": 203322372, + "MonsterList": [ + [ + 3002040, + 3002020, + 3003030, + 3002020 + ] + ] + }, + { + "Level": 48, + "StageID": 203322373, + "MonsterList": [ + [ + 3002040, + 3002020, + 3003030, + 3002020 + ] + ] + }, + { + "Level": 56, + "StageID": 203322374, + "MonsterList": [ + [ + 3002040, + 3002020, + 3003030, + 3002020 + ] + ] + }, + { + "Level": 66, + "StageID": 203322375, + "MonsterList": [ + [ + 3002040, + 3002020, + 3003030, + 3002020 + ] + ] + }, + { + "Level": 82, + "StageID": 203322376, + "MonsterList": [ + [ + 3002040, + 3002020, + 3003030, + 3002020 + ] + ] + }, + { + "Level": 24, + "StageID": 203322410, + "MonsterList": [ + [ + 3012040, + 3002050 + ] + ] + }, + { + "Level": 32, + "StageID": 203322411, + "MonsterList": [ + [ + 3012040, + 3002050 + ] + ] + }, + { + "Level": 40, + "StageID": 203322412, + "MonsterList": [ + [ + 3012040, + 3002050 + ] + ] + }, + { + "Level": 48, + "StageID": 203322413, + "MonsterList": [ + [ + 3012040, + 3002050 + ] + ] + }, + { + "Level": 56, + "StageID": 203322414, + "MonsterList": [ + [ + 3012040, + 3002050 + ] + ] + }, + { + "Level": 66, + "StageID": 203322415, + "MonsterList": [ + [ + 3012040, + 3002050 + ] + ] + }, + { + "Level": 82, + "StageID": 203322416, + "MonsterList": [ + [ + 3012040, + 3002050 + ] + ] + }, + { + "Level": 24, + "StageID": 203322420, + "MonsterList": [ + [ + 3012040, + 3002050, + 3002050, + 3012040 + ] + ] + }, + { + "Level": 32, + "StageID": 203322421, + "MonsterList": [ + [ + 3012040, + 3002050, + 3002050, + 3012040 + ] + ] + }, + { + "Level": 40, + "StageID": 203322422, + "MonsterList": [ + [ + 3012040, + 3002050, + 3002050, + 3012040 + ] + ] + }, + { + "Level": 48, + "StageID": 203322423, + "MonsterList": [ + [ + 3012040, + 3002050, + 3002050, + 3012040 + ] + ] + }, + { + "Level": 56, + "StageID": 203322424, + "MonsterList": [ + [ + 3012040, + 3002050, + 3002050, + 3012040 + ] + ] + }, + { + "Level": 66, + "StageID": 203322425, + "MonsterList": [ + [ + 3012040, + 3002050, + 3002050, + 3012040 + ] + ] + }, + { + "Level": 82, + "StageID": 203322426, + "MonsterList": [ + [ + 3012040, + 3002050, + 3002050, + 3012040 + ] + ] + }, + { + "Level": 24, + "StageID": 203410010, + "MonsterList": [ + [ + 3002020, + 3002030, + 3002030, + 3002020 + ] + ] + }, + { + "Level": 32, + "StageID": 203410011, + "MonsterList": [ + [ + 3002020, + 3002030, + 3002030, + 3002020 + ] + ] + }, + { + "Level": 40, + "StageID": 203410012, + "MonsterList": [ + [ + 3002020, + 3002030, + 3002030, + 3002020 + ] + ] + }, + { + "Level": 48, + "StageID": 203410013, + "MonsterList": [ + [ + 3002020, + 3002030, + 3002030, + 3002020 + ] + ] + }, + { + "Level": 56, + "StageID": 203410014, + "MonsterList": [ + [ + 3002020, + 3002030, + 3002030, + 3002020 + ] + ] + }, + { + "Level": 66, + "StageID": 203410015, + "MonsterList": [ + [ + 3002020, + 3002030, + 3002030, + 3002020 + ] + ] + }, + { + "Level": 82, + "StageID": 203410016, + "MonsterList": [ + [ + 3002020, + 3002030, + 3002030, + 3002020 + ] + ] + }, + { + "Level": 24, + "StageID": 203410020, + "MonsterList": [ + [ + 3002050 + ] + ] + }, + { + "Level": 32, + "StageID": 203410021, + "MonsterList": [ + [ + 3002050 + ] + ] + }, + { + "Level": 40, + "StageID": 203410022, + "MonsterList": [ + [ + 3002050 + ] + ] + }, + { + "Level": 48, + "StageID": 203410023, + "MonsterList": [ + [ + 3002050 + ] + ] + }, + { + "Level": 56, + "StageID": 203410024, + "MonsterList": [ + [ + 3002050 + ] + ] + }, + { + "Level": 66, + "StageID": 203410025, + "MonsterList": [ + [ + 3002050 + ] + ] + }, + { + "Level": 82, + "StageID": 203410026, + "MonsterList": [ + [ + 3002050 + ] + ] + }, + { + "Level": 24, + "StageID": 203412010, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 32, + "StageID": 203412011, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 40, + "StageID": 203412012, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 48, + "StageID": 203412013, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 56, + "StageID": 203412014, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 66, + "StageID": 203412015, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 82, + "StageID": 203412016, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 24, + "StageID": 203412410, + "MonsterList": [ + [ + 3002020, + 3002052, + 3002040 + ] + ] + }, + { + "Level": 32, + "StageID": 203412411, + "MonsterList": [ + [ + 3002020, + 3002052, + 3002040 + ] + ] + }, + { + "Level": 40, + "StageID": 203412412, + "MonsterList": [ + [ + 3002020, + 3002052, + 3002040 + ] + ] + }, + { + "Level": 48, + "StageID": 203412413, + "MonsterList": [ + [ + 3002020, + 3002052, + 3002040 + ] + ] + }, + { + "Level": 56, + "StageID": 203412414, + "MonsterList": [ + [ + 3002020, + 3002052, + 3002040 + ] + ] + }, + { + "Level": 66, + "StageID": 203412415, + "MonsterList": [ + [ + 3002020, + 3002052, + 3002040 + ] + ] + }, + { + "Level": 82, + "StageID": 203412416, + "MonsterList": [ + [ + 3002020, + 3002052, + 3002040 + ] + ] + }, + { + "Level": 24, + "StageID": 203412420, + "MonsterList": [ + [ + 3002040, + 3002050, + 3002030, + 3002050 + ] + ] + }, + { + "Level": 32, + "StageID": 203412421, + "MonsterList": [ + [ + 3002040, + 3002050, + 3002030, + 3002050 + ] + ] + }, + { + "Level": 40, + "StageID": 203412422, + "MonsterList": [ + [ + 3002040, + 3002050, + 3002030, + 3002050 + ] + ] + }, + { + "Level": 48, + "StageID": 203412423, + "MonsterList": [ + [ + 3002040, + 3002050, + 3002030, + 3002050 + ] + ] + }, + { + "Level": 56, + "StageID": 203412424, + "MonsterList": [ + [ + 3002040, + 3002050, + 3002030, + 3002050 + ] + ] + }, + { + "Level": 66, + "StageID": 203412425, + "MonsterList": [ + [ + 3002040, + 3002050, + 3002030, + 3002050 + ] + ] + }, + { + "Level": 82, + "StageID": 203412426, + "MonsterList": [ + [ + 3002040, + 3002050, + 3002030, + 3002050 + ] + ] + }, + { + "Level": 24, + "StageID": 204110010, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204110011, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204110012, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204110013, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204110014, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204110015, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204110016, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204110020, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204110021, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204110022, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204110023, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204110024, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204110025, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204110026, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204110030, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012020 + ] + ] + }, + { + "Level": 32, + "StageID": 204110031, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012020 + ] + ] + }, + { + "Level": 40, + "StageID": 204110032, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012020 + ] + ] + }, + { + "Level": 48, + "StageID": 204110033, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012020 + ] + ] + }, + { + "Level": 56, + "StageID": 204110034, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012020 + ] + ] + }, + { + "Level": 66, + "StageID": 204110035, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012020 + ] + ] + }, + { + "Level": 88, + "StageID": 204110036, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012020 + ] + ] + }, + { + "Level": 24, + "StageID": 204110040, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204110041, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204110042, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204110043, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204110044, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204110045, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204110046, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204110050, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204110051, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204110052, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204110053, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204110054, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204110055, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204110056, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204110060, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204110061, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204110062, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204110063, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204110064, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204110065, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204110066, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204110070, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012020 + ] + ] + }, + { + "Level": 32, + "StageID": 204110071, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012020 + ] + ] + }, + { + "Level": 40, + "StageID": 204110072, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012020 + ] + ] + }, + { + "Level": 48, + "StageID": 204110073, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012020 + ] + ] + }, + { + "Level": 56, + "StageID": 204110074, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012020 + ] + ] + }, + { + "Level": 66, + "StageID": 204110075, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012020 + ] + ] + }, + { + "Level": 88, + "StageID": 204110076, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012020 + ] + ] + }, + { + "Level": 24, + "StageID": 204110080, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204110081, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204110082, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204110083, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204110084, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204110085, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204110086, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204110090, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204110091, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204110092, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204110093, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204110094, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204110095, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204110096, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204110100, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030, + 4012030 + ], + [ + 4012010, + 4012030, + 4012030, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204110101, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030, + 4012030 + ], + [ + 4012010, + 4012030, + 4012030, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204110102, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030, + 4012030 + ], + [ + 4012010, + 4012030, + 4012030, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204110103, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030, + 4012030 + ], + [ + 4012010, + 4012030, + 4012030, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204110104, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030, + 4012030 + ], + [ + 4012010, + 4012030, + 4012030, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204110105, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030, + 4012030 + ], + [ + 4012010, + 4012030, + 4012030, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204110106, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030, + 4012030 + ], + [ + 4012010, + 4012030, + 4012030, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204110110, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204110111, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204110112, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204110113, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204110114, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204110115, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204110116, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204110120, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204110121, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204110122, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204110123, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204110124, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204110125, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204110126, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204110140, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204110141, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204110142, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204110143, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204110144, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204110145, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204110146, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204110150, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204110151, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204110152, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204110153, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204110154, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204110155, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204110156, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204110160, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204110161, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204110162, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204110163, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204110164, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204110165, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204110166, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204110170, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204110171, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204110172, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204110173, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204110174, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204110175, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204110176, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204110180, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204110181, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204110182, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204110183, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204110184, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204110185, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204110186, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204110190, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204110191, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204110192, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204110193, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204110194, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204110195, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204110196, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204110200, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204110201, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204110202, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204110203, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204110204, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204110205, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204110206, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204110210, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204110211, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204110212, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204110213, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204110214, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204110215, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204110216, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204110220, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204110221, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204110222, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204110223, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204110224, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204110225, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204110226, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204110230, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204110231, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204110232, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204110233, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204110234, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204110235, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204110236, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204110240, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204110241, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204110242, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204110243, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204110244, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204110245, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204110246, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204110250, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012010 + ], + [ + 4012030, + 4012010, + 4012020, + 4012030 + ], + [ + 4012020, + 4013010, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204110251, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012010 + ], + [ + 4012030, + 4012010, + 4012020, + 4012030 + ], + [ + 4012020, + 4013010, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204110252, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012010 + ], + [ + 4012030, + 4012010, + 4012020, + 4012030 + ], + [ + 4012020, + 4013010, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204110253, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012010 + ], + [ + 4012030, + 4012010, + 4012020, + 4012030 + ], + [ + 4012020, + 4013010, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204110254, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012010 + ], + [ + 4012030, + 4012010, + 4012020, + 4012030 + ], + [ + 4012020, + 4013010, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204110255, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012010 + ], + [ + 4012030, + 4012010, + 4012020, + 4012030 + ], + [ + 4012020, + 4013010, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204110256, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012010 + ], + [ + 4012030, + 4012010, + 4012020, + 4012030 + ], + [ + 4012020, + 4013010, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204110260, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012020 + ] + ] + }, + { + "Level": 32, + "StageID": 204110261, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012020 + ] + ] + }, + { + "Level": 40, + "StageID": 204110262, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012020 + ] + ] + }, + { + "Level": 48, + "StageID": 204110263, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012020 + ] + ] + }, + { + "Level": 56, + "StageID": 204110264, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012020 + ] + ] + }, + { + "Level": 66, + "StageID": 204110265, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012020 + ] + ] + }, + { + "Level": 88, + "StageID": 204110266, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012020 + ] + ] + }, + { + "Level": 24, + "StageID": 204110270, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204110271, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204110272, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204110273, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204110274, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204110275, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204110276, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204110280, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204110281, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204110282, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204110283, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204110284, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204110285, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204110286, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204110290, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204110291, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204110292, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204110293, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204110294, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204110295, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204110296, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204110300, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204110301, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204110302, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204110303, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204110304, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204110305, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204110306, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204110310, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204110311, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204110312, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204110313, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204110314, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204110315, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204110316, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204110320, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204110321, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204110322, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204110323, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204110324, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204110325, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204110326, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204110330, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204110331, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204110332, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204110333, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204110334, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204110335, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204110336, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204110340, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204110341, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204110342, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204110343, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204110344, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204110345, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204110346, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204110350, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204110351, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204110352, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204110353, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204110354, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204110355, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204110356, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204110360, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204110361, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204110362, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204110363, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204110364, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204110365, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204110366, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204110370, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012020 + ] + ] + }, + { + "Level": 32, + "StageID": 204110371, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012020 + ] + ] + }, + { + "Level": 40, + "StageID": 204110372, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012020 + ] + ] + }, + { + "Level": 48, + "StageID": 204110373, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012020 + ] + ] + }, + { + "Level": 56, + "StageID": 204110374, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012020 + ] + ] + }, + { + "Level": 66, + "StageID": 204110375, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012020 + ] + ] + }, + { + "Level": 88, + "StageID": 204110376, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012020 + ] + ] + }, + { + "Level": 24, + "StageID": 204110380, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204110381, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204110382, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204110383, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204110384, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204110385, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204110386, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204110390, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204110391, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204110392, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204110393, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204110394, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204110395, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204110396, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204110410, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012040, + 4012010 + ], + [ + 4012030, + 4012010, + 4012020, + 4012030 + ], + [ + 401201004, + 4012030, + 4012040, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204110411, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012040, + 4012010 + ], + [ + 4012030, + 4012010, + 4012020, + 4012030 + ], + [ + 401201004, + 4012030, + 4012040, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204110412, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012040, + 4012010 + ], + [ + 4012030, + 4012010, + 4012020, + 4012030 + ], + [ + 401201004, + 4012030, + 4012040, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204110413, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012040, + 4012010 + ], + [ + 4012030, + 4012010, + 4012020, + 4012030 + ], + [ + 401201004, + 4012030, + 4012040, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204110414, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012040, + 4012010 + ], + [ + 4012030, + 4012010, + 4012020, + 4012030 + ], + [ + 401201004, + 4012030, + 4012040, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204110415, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012040, + 4012010 + ], + [ + 4012030, + 4012010, + 4012020, + 4012030 + ], + [ + 401201004, + 4012030, + 4012040, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204110416, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012040, + 4012010 + ], + [ + 4012030, + 4012010, + 4012020, + 4012030 + ], + [ + 401201004, + 4012030, + 4012040, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204110420, + "MonsterList": [ + [ + 401201009, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204110421, + "MonsterList": [ + [ + 401201009, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204110422, + "MonsterList": [ + [ + 401201009, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204110423, + "MonsterList": [ + [ + 401201009, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204110424, + "MonsterList": [ + [ + 401201009, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204110425, + "MonsterList": [ + [ + 401201009, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204110426, + "MonsterList": [ + [ + 401201009, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204110450, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012010, + 4012030 + ], + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204110451, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012010, + 4012030 + ], + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204110452, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012010, + 4012030 + ], + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204110453, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012010, + 4012030 + ], + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204110454, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012010, + 4012030 + ], + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204110455, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012010, + 4012030 + ], + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204110456, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012010, + 4012030 + ], + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204110500, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204110501, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204110502, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204110503, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204110504, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204110505, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204110506, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204110510, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204110511, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204110512, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204110513, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204110514, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204110515, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204110516, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204110520, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204110521, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204110522, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204110523, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204110524, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204110525, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204110526, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204110530, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204110531, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204110532, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204110533, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204110534, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204110535, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204110536, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204110540, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012020 + ] + ] + }, + { + "Level": 32, + "StageID": 204110541, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012020 + ] + ] + }, + { + "Level": 40, + "StageID": 204110542, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012020 + ] + ] + }, + { + "Level": 48, + "StageID": 204110543, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012020 + ] + ] + }, + { + "Level": 56, + "StageID": 204110544, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012020 + ] + ] + }, + { + "Level": 66, + "StageID": 204110545, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012020 + ] + ] + }, + { + "Level": 88, + "StageID": 204110546, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012020 + ] + ] + }, + { + "Level": 24, + "StageID": 204110580, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204110581, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204110582, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204110583, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204110584, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204110585, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204110586, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204110610, + "MonsterList": [ + [ + 4012010, + 4013010, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204110611, + "MonsterList": [ + [ + 4012010, + 4013010, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204110612, + "MonsterList": [ + [ + 4012010, + 4013010, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204110613, + "MonsterList": [ + [ + 4012010, + 4013010, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204110614, + "MonsterList": [ + [ + 4012010, + 4013010, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204110615, + "MonsterList": [ + [ + 4012010, + 4013010, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204110616, + "MonsterList": [ + [ + 4012010, + 4013010, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204110620, + "MonsterList": [ + [ + 4014011 + ] + ] + }, + { + "Level": 32, + "StageID": 204110621, + "MonsterList": [ + [ + 4014011 + ] + ] + }, + { + "Level": 40, + "StageID": 204110622, + "MonsterList": [ + [ + 4014011 + ] + ] + }, + { + "Level": 48, + "StageID": 204110623, + "MonsterList": [ + [ + 4014011 + ] + ] + }, + { + "Level": 56, + "StageID": 204110624, + "MonsterList": [ + [ + 4014011 + ] + ] + }, + { + "Level": 66, + "StageID": 204110625, + "MonsterList": [ + [ + 4014011 + ] + ] + }, + { + "Level": 88, + "StageID": 204110626, + "MonsterList": [ + [ + 4014011 + ] + ] + }, + { + "Level": 24, + "StageID": 204110660, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204110661, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204110662, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204110663, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204110664, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204110665, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204110666, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204110670, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204110671, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204110672, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204110673, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204110674, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204110675, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204110676, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204110680, + "MonsterList": [ + [ + 4012020, + 4013010, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204110681, + "MonsterList": [ + [ + 4012020, + 4013010, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204110682, + "MonsterList": [ + [ + 4012020, + 4013010, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204110683, + "MonsterList": [ + [ + 4012020, + 4013010, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204110684, + "MonsterList": [ + [ + 4012020, + 4013010, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204110685, + "MonsterList": [ + [ + 4012020, + 4013010, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204110686, + "MonsterList": [ + [ + 4012020, + 4013010, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204110700, + "MonsterList": [ + [ + 401401001 + ] + ] + }, + { + "Level": 32, + "StageID": 204110701, + "MonsterList": [ + [ + 401401001 + ] + ] + }, + { + "Level": 40, + "StageID": 204110702, + "MonsterList": [ + [ + 401401001 + ] + ] + }, + { + "Level": 48, + "StageID": 204110703, + "MonsterList": [ + [ + 401401001 + ] + ] + }, + { + "Level": 56, + "StageID": 204110704, + "MonsterList": [ + [ + 401401001 + ] + ] + }, + { + "Level": 66, + "StageID": 204110705, + "MonsterList": [ + [ + 401401001 + ] + ] + }, + { + "Level": 88, + "StageID": 204110706, + "MonsterList": [ + [ + 401401001 + ] + ] + }, + { + "Level": 24, + "StageID": 204110910, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204110911, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204110912, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204110913, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204110914, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204110915, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204110916, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204110920, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204110921, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204110922, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204110923, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204110924, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204110925, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204110926, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204110930, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204110931, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204110932, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204110933, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204110934, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204110935, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204110936, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204110940, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204110941, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204110942, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204110943, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204110944, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204110945, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204110946, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204110950, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204110951, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204110952, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204110953, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204110954, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204110955, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204110956, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204110960, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204110961, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204110962, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204110963, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204110964, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204110965, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204110966, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204110970, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204110971, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204110972, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204110973, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204110974, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204110975, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204110976, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204110980, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204110981, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204110982, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204110983, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204110984, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204110985, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204110986, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204110990, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204110991, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204110992, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204110993, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204110994, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204110995, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204110996, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204111010, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204111011, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204111012, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204111013, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204111014, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204111015, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204111016, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204111020, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204111021, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204111022, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204111023, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204111024, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204111025, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204111026, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204111030, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012020 + ] + ] + }, + { + "Level": 32, + "StageID": 204111031, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012020 + ] + ] + }, + { + "Level": 40, + "StageID": 204111032, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012020 + ] + ] + }, + { + "Level": 48, + "StageID": 204111033, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012020 + ] + ] + }, + { + "Level": 56, + "StageID": 204111034, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012020 + ] + ] + }, + { + "Level": 66, + "StageID": 204111035, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012020 + ] + ] + }, + { + "Level": 88, + "StageID": 204111036, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012020 + ] + ] + }, + { + "Level": 24, + "StageID": 204111040, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204111041, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204111042, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204111043, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204111044, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204111045, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204111046, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204111050, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204111051, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204111052, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204111053, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204111054, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204111055, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204111056, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204111060, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204111061, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204111062, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204111063, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204111064, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204111065, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204111066, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204111100, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204111101, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204111102, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204111103, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204111104, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204111105, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204111106, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204111110, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204111111, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204111112, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204111113, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204111114, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204111115, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204111116, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204111120, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204111121, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204111122, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204111123, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204111124, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204111125, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204111126, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204111130, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204111131, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204111132, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204111133, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204111134, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204111135, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204111136, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204111140, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204111141, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204111142, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204111143, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204111144, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204111145, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204111146, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204111150, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204111151, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204111152, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204111153, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204111154, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204111155, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204111156, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204111160, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204111161, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204111162, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204111163, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204111164, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204111165, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204111166, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204111170, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204111171, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204111172, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204111173, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204111174, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204111175, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204111176, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204111180, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204111181, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204111182, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204111183, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204111184, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204111185, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204111186, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204111190, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204111191, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204111192, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204111193, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204111194, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204111195, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204111196, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204111200, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204111201, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204111202, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204111203, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204111204, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204111205, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204111206, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204111210, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204111211, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204111212, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204111213, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204111214, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204111215, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204111216, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204111220, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204111221, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204111222, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204111223, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204111224, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204111225, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204111226, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204111230, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204111231, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204111232, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204111233, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204111234, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204111235, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204111236, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204111240, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204111241, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204111242, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204111243, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204111244, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204111245, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204111246, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204111260, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012020 + ] + ] + }, + { + "Level": 32, + "StageID": 204111261, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012020 + ] + ] + }, + { + "Level": 40, + "StageID": 204111262, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012020 + ] + ] + }, + { + "Level": 48, + "StageID": 204111263, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012020 + ] + ] + }, + { + "Level": 56, + "StageID": 204111264, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012020 + ] + ] + }, + { + "Level": 66, + "StageID": 204111265, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012020 + ] + ] + }, + { + "Level": 88, + "StageID": 204111266, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012020 + ] + ] + }, + { + "Level": 24, + "StageID": 204111270, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204111271, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204111272, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204111273, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204111274, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204111275, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204111276, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204111280, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204111281, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204111282, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204111283, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204111284, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204111285, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204111286, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204111290, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204111291, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204111292, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204111293, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204111294, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204111295, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204111296, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204111300, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204111301, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204111302, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204111303, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204111304, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204111305, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204111306, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204111310, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204111311, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204111312, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204111313, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204111314, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204111315, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204111316, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204111320, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204111321, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204111322, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204111323, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204111324, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204111325, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204111326, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204111330, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204111331, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204111332, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204111333, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204111334, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204111335, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204111336, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204111340, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204111341, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204111342, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204111343, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204111344, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204111345, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204111346, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204111350, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204111351, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204111352, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204111353, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204111354, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204111355, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204111356, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204111360, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204111361, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204111362, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204111363, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204111364, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204111365, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204111366, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204111370, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012020 + ] + ] + }, + { + "Level": 32, + "StageID": 204111371, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012020 + ] + ] + }, + { + "Level": 40, + "StageID": 204111372, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012020 + ] + ] + }, + { + "Level": 48, + "StageID": 204111373, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012020 + ] + ] + }, + { + "Level": 56, + "StageID": 204111374, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012020 + ] + ] + }, + { + "Level": 66, + "StageID": 204111375, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012020 + ] + ] + }, + { + "Level": 88, + "StageID": 204111376, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012020 + ] + ] + }, + { + "Level": 24, + "StageID": 204111380, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204111381, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204111382, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204111383, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204111384, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204111385, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204111386, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204111390, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204111391, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204111392, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204111393, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204111394, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204111395, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204111396, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204111700, + "MonsterList": [ + [ + 4012010, + 4012010, + 8002040, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204111701, + "MonsterList": [ + [ + 4012010, + 4012010, + 8002040, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204111702, + "MonsterList": [ + [ + 4012010, + 4012010, + 8002040, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204111703, + "MonsterList": [ + [ + 4012010, + 4012010, + 8002040, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204111704, + "MonsterList": [ + [ + 4012010, + 4012010, + 8002040, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204111705, + "MonsterList": [ + [ + 4012010, + 4012010, + 8002040, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204111706, + "MonsterList": [ + [ + 4012010, + 4012010, + 8002040, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204112310, + "MonsterList": [ + [ + 4012030, + 4012020, + 4013010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 41, + "StageID": 204112311, + "MonsterList": [ + [ + 4012030, + 4012020, + 4013010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 50, + "StageID": 204112312, + "MonsterList": [ + [ + 4012030, + 4012020, + 4013010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 58, + "StageID": 204112313, + "MonsterList": [ + [ + 4012030, + 4012020, + 4013010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 68, + "StageID": 204112314, + "MonsterList": [ + [ + 4012030, + 4012020, + 4013010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 78, + "StageID": 204112315, + "MonsterList": [ + [ + 4012030, + 4012020, + 4013010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 93, + "StageID": 204112316, + "MonsterList": [ + [ + 4012030, + 4012020, + 4013010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204112410, + "MonsterList": [ + [ + 4012020, + 4012050, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204112411, + "MonsterList": [ + [ + 4012020, + 4012050, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204112412, + "MonsterList": [ + [ + 4012020, + 4012050, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204112413, + "MonsterList": [ + [ + 4012020, + 4012050, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204112414, + "MonsterList": [ + [ + 4012020, + 4012050, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204112415, + "MonsterList": [ + [ + 4012020, + 4012050, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204112416, + "MonsterList": [ + [ + 4012020, + 4012050, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204112420, + "MonsterList": [ + [ + 4012030, + 4012050, + 4012020 + ] + ] + }, + { + "Level": 32, + "StageID": 204112421, + "MonsterList": [ + [ + 4012030, + 4012050, + 4012020 + ] + ] + }, + { + "Level": 40, + "StageID": 204112422, + "MonsterList": [ + [ + 4012030, + 4012050, + 4012020 + ] + ] + }, + { + "Level": 48, + "StageID": 204112423, + "MonsterList": [ + [ + 4012030, + 4012050, + 4012020 + ] + ] + }, + { + "Level": 56, + "StageID": 204112424, + "MonsterList": [ + [ + 4012030, + 4012050, + 4012020 + ] + ] + }, + { + "Level": 66, + "StageID": 204112425, + "MonsterList": [ + [ + 4012030, + 4012050, + 4012020 + ] + ] + }, + { + "Level": 88, + "StageID": 204112426, + "MonsterList": [ + [ + 4012030, + 4012050, + 4012020 + ] + ] + }, + { + "Level": 24, + "StageID": 204112430, + "MonsterList": [ + [ + 4012010, + 4012050, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204112431, + "MonsterList": [ + [ + 4012010, + 4012050, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204112432, + "MonsterList": [ + [ + 4012010, + 4012050, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204112433, + "MonsterList": [ + [ + 4012010, + 4012050, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204112434, + "MonsterList": [ + [ + 4012010, + 4012050, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204112435, + "MonsterList": [ + [ + 4012010, + 4012050, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204112436, + "MonsterList": [ + [ + 4012010, + 4012050, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204112440, + "MonsterList": [ + [ + 4012030, + 4012050, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204112441, + "MonsterList": [ + [ + 4012030, + 4012050, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204112442, + "MonsterList": [ + [ + 4012030, + 4012050, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204112443, + "MonsterList": [ + [ + 4012030, + 4012050, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204112444, + "MonsterList": [ + [ + 4012030, + 4012050, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204112445, + "MonsterList": [ + [ + 4012030, + 4012050, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204112446, + "MonsterList": [ + [ + 4012030, + 4012050, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204120010, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204120011, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204120012, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204120013, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204120014, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204120015, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204120016, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204120020, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204120021, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204120022, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204120023, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204120024, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204120025, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204120026, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204120030, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204120031, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204120032, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204120033, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204120034, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204120035, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204120036, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204120040, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204120041, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204120042, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204120043, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204120044, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204120045, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204120046, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204120080, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204120081, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204120082, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204120083, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204120084, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204120085, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204120086, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204120090, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204120091, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204120092, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204120093, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204120094, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204120095, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204120096, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204120100, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204120101, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204120102, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204120103, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204120104, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204120105, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204120106, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204120110, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204120111, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204120112, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204120113, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204120114, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204120115, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204120116, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204120120, + "MonsterList": [ + [ + 4012010, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204120121, + "MonsterList": [ + [ + 4012010, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204120122, + "MonsterList": [ + [ + 4012010, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204120123, + "MonsterList": [ + [ + 4012010, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204120124, + "MonsterList": [ + [ + 4012010, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204120125, + "MonsterList": [ + [ + 4012010, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204120126, + "MonsterList": [ + [ + 4012010, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204120150, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204120151, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204120152, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204120153, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204120154, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204120155, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204120156, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204120160, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204120161, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204120162, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204120163, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204120164, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204120165, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204120166, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204120170, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204120171, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204120172, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204120173, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204120174, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204120175, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204120176, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204120210, + "MonsterList": [ + [ + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204120211, + "MonsterList": [ + [ + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204120212, + "MonsterList": [ + [ + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204120213, + "MonsterList": [ + [ + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204120214, + "MonsterList": [ + [ + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204120215, + "MonsterList": [ + [ + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204120216, + "MonsterList": [ + [ + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204120220, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204120221, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204120222, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204120223, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204120224, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204120225, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204120226, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204120230, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204120231, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204120232, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204120233, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204120234, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204120235, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204120236, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204120240, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204120241, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204120242, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204120243, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204120244, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204120245, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204120246, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204120250, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204120251, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204120252, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204120253, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204120254, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204120255, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204120256, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204120260, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204120261, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204120262, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204120263, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204120264, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204120265, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204120266, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204120310, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204120311, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204120312, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204120313, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204120314, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204120315, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204120316, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204120320, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204120321, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204120322, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204120323, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204120324, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204120325, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204120326, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204120330, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204120331, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204120332, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204120333, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204120334, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204120335, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204120336, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204120340, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204120341, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204120342, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204120343, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204120344, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204120345, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204120346, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204120350, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204120351, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204120352, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204120353, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204120354, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204120355, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204120356, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204120360, + "MonsterList": [ + [ + 4012020, + 4012010, + 4012010, + 4012040 + ] + ] + }, + { + "Level": 32, + "StageID": 204120361, + "MonsterList": [ + [ + 4012020, + 4012010, + 4012010, + 4012040 + ] + ] + }, + { + "Level": 40, + "StageID": 204120362, + "MonsterList": [ + [ + 4012020, + 4012010, + 4012010, + 4012040 + ] + ] + }, + { + "Level": 48, + "StageID": 204120363, + "MonsterList": [ + [ + 4012020, + 4012010, + 4012010, + 4012040 + ] + ] + }, + { + "Level": 56, + "StageID": 204120364, + "MonsterList": [ + [ + 4012020, + 4012010, + 4012010, + 4012040 + ] + ] + }, + { + "Level": 66, + "StageID": 204120365, + "MonsterList": [ + [ + 4012020, + 4012010, + 4012010, + 4012040 + ] + ] + }, + { + "Level": 88, + "StageID": 204120366, + "MonsterList": [ + [ + 4012020, + 4012010, + 4012010, + 4012040 + ] + ] + }, + { + "Level": 24, + "StageID": 204120370, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204120371, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204120372, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204120373, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204120374, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204120375, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204120376, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204120380, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204120381, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204120382, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204120383, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204120384, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204120385, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204120386, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204120390, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204120391, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204120392, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204120393, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204120394, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204120395, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204120396, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204120400, + "MonsterList": [ + [ + 4012010, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204120401, + "MonsterList": [ + [ + 4012010, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204120402, + "MonsterList": [ + [ + 4012010, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204120403, + "MonsterList": [ + [ + 4012010, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204120404, + "MonsterList": [ + [ + 4012010, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204120405, + "MonsterList": [ + [ + 4012010, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204120406, + "MonsterList": [ + [ + 4012010, + 4012010 + ] + ] + }, + { + "Level": 26, + "StageID": 204120610, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010, + 8012030 + ], + [ + 8012010, + 8012020, + 8012010, + 8012030 + ], + [ + 8012010, + 8012020, + 8013010, + 8012010, + 8012030 + ] + ] + }, + { + "Level": 35, + "StageID": 204120611, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010, + 8012030 + ], + [ + 8012010, + 8012020, + 8012010, + 8012030 + ], + [ + 8012010, + 8012020, + 8013010, + 8012010, + 8012030 + ] + ] + }, + { + "Level": 42, + "StageID": 204120612, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010, + 8012030 + ], + [ + 8012010, + 8012020, + 8012010, + 8012030 + ], + [ + 8012010, + 8012020, + 8013010, + 8012010, + 8012030 + ] + ] + }, + { + "Level": 53, + "StageID": 204120613, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010, + 8012030 + ], + [ + 8012010, + 8012020, + 8012010, + 8012030 + ], + [ + 8012010, + 8012020, + 8013010, + 8012010, + 8012030 + ] + ] + }, + { + "Level": 63, + "StageID": 204120614, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010, + 8012030 + ], + [ + 8012010, + 8012020, + 8012010, + 8012030 + ], + [ + 8012010, + 8012020, + 8013010, + 8012010, + 8012030 + ] + ] + }, + { + "Level": 75, + "StageID": 204120615, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010, + 8012030 + ], + [ + 8012010, + 8012020, + 8012010, + 8012030 + ], + [ + 8012010, + 8012020, + 8013010, + 8012010, + 8012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204120616, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010, + 8012030 + ], + [ + 8012010, + 8012020, + 8012010, + 8012030 + ], + [ + 8012010, + 8012020, + 8013010, + 8012010, + 8012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204120710, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204120711, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204120712, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204120713, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204120714, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204120715, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204120716, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204120720, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204120721, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204120722, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204120723, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204120724, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204120725, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204120726, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204121010, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204121011, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204121012, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204121013, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204121014, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204121015, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204121016, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204121020, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204121021, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204121022, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204121023, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204121024, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204121025, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204121026, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204121030, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204121031, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204121032, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204121033, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204121034, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204121035, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204121036, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204121040, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204121041, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204121042, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204121043, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204121044, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204121045, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204121046, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204121080, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204121081, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204121082, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204121083, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204121084, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204121085, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204121086, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204121090, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204121091, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204121092, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204121093, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204121094, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204121095, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204121096, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204121100, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204121101, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204121102, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204121103, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204121104, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204121105, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204121106, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204121110, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204121111, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204121112, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204121113, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204121114, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204121115, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204121116, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204121120, + "MonsterList": [ + [ + 4012010, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204121121, + "MonsterList": [ + [ + 4012010, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204121122, + "MonsterList": [ + [ + 4012010, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204121123, + "MonsterList": [ + [ + 4012010, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204121124, + "MonsterList": [ + [ + 4012010, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204121125, + "MonsterList": [ + [ + 4012010, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204121126, + "MonsterList": [ + [ + 4012010, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204121150, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204121151, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204121152, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204121153, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204121154, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204121155, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204121156, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204121160, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204121161, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204121162, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204121163, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204121164, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204121165, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204121166, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204121180, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204121181, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204121182, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204121183, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204121184, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204121185, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204121186, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204121210, + "MonsterList": [ + [ + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204121211, + "MonsterList": [ + [ + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204121212, + "MonsterList": [ + [ + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204121213, + "MonsterList": [ + [ + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204121214, + "MonsterList": [ + [ + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204121215, + "MonsterList": [ + [ + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204121216, + "MonsterList": [ + [ + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204121220, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204121221, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204121222, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204121223, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204121224, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204121225, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204121226, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204121230, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204121231, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204121232, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204121233, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204121234, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204121235, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204121236, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204121240, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204121241, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204121242, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204121243, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204121244, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204121245, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204121246, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204121250, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204121251, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204121252, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204121253, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204121254, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204121255, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204121256, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204121260, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204121261, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204121262, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204121263, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204121264, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204121265, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204121266, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204121310, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204121311, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204121312, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204121313, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204121314, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204121315, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204121316, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204121320, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204121321, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204121322, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204121323, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204121324, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204121325, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204121326, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204121330, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204121331, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204121332, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204121333, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204121334, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204121335, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204121336, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204121340, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204121341, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204121342, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204121343, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204121344, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204121345, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204121346, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204121350, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204121351, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204121352, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204121353, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204121354, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204121355, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204121356, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204121360, + "MonsterList": [ + [ + 4012020, + 4012010, + 4012010, + 4012040 + ] + ] + }, + { + "Level": 32, + "StageID": 204121361, + "MonsterList": [ + [ + 4012020, + 4012010, + 4012010, + 4012040 + ] + ] + }, + { + "Level": 40, + "StageID": 204121362, + "MonsterList": [ + [ + 4012020, + 4012010, + 4012010, + 4012040 + ] + ] + }, + { + "Level": 48, + "StageID": 204121363, + "MonsterList": [ + [ + 4012020, + 4012010, + 4012010, + 4012040 + ] + ] + }, + { + "Level": 56, + "StageID": 204121364, + "MonsterList": [ + [ + 4012020, + 4012010, + 4012010, + 4012040 + ] + ] + }, + { + "Level": 66, + "StageID": 204121365, + "MonsterList": [ + [ + 4012020, + 4012010, + 4012010, + 4012040 + ] + ] + }, + { + "Level": 88, + "StageID": 204121366, + "MonsterList": [ + [ + 4012020, + 4012010, + 4012010, + 4012040 + ] + ] + }, + { + "Level": 24, + "StageID": 204121370, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204121371, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204121372, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204121373, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204121374, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204121375, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204121376, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204121380, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204121381, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204121382, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204121383, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204121384, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204121385, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204121386, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204121390, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204121391, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204121392, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204121393, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204121394, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204121395, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204121396, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204121400, + "MonsterList": [ + [ + 4012010, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204121401, + "MonsterList": [ + [ + 4012010, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204121402, + "MonsterList": [ + [ + 4012010, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204121403, + "MonsterList": [ + [ + 4012010, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204121404, + "MonsterList": [ + [ + 4012010, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204121405, + "MonsterList": [ + [ + 4012010, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204121406, + "MonsterList": [ + [ + 4012010, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204121700, + "MonsterList": [ + [ + 4012040, + 8002040, + 4012020 + ] + ] + }, + { + "Level": 32, + "StageID": 204121701, + "MonsterList": [ + [ + 4012040, + 8002040, + 4012020 + ] + ] + }, + { + "Level": 40, + "StageID": 204121702, + "MonsterList": [ + [ + 4012040, + 8002040, + 4012020 + ] + ] + }, + { + "Level": 48, + "StageID": 204121703, + "MonsterList": [ + [ + 4012040, + 8002040, + 4012020 + ] + ] + }, + { + "Level": 56, + "StageID": 204121704, + "MonsterList": [ + [ + 4012040, + 8002040, + 4012020 + ] + ] + }, + { + "Level": 66, + "StageID": 204121705, + "MonsterList": [ + [ + 4012040, + 8002040, + 4012020 + ] + ] + }, + { + "Level": 88, + "StageID": 204121706, + "MonsterList": [ + [ + 4012040, + 8002040, + 4012020 + ] + ] + }, + { + "Level": 32, + "StageID": 204122310, + "MonsterList": [ + [ + 4012010, + 4012040, + 4013010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 41, + "StageID": 204122311, + "MonsterList": [ + [ + 4012010, + 4012040, + 4013010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 50, + "StageID": 204122312, + "MonsterList": [ + [ + 4012010, + 4012040, + 4013010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 58, + "StageID": 204122313, + "MonsterList": [ + [ + 4012010, + 4012040, + 4013010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 68, + "StageID": 204122314, + "MonsterList": [ + [ + 4012010, + 4012040, + 4013010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 78, + "StageID": 204122315, + "MonsterList": [ + [ + 4012010, + 4012040, + 4013010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 93, + "StageID": 204122316, + "MonsterList": [ + [ + 4012010, + 4012040, + 4013010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204122410, + "MonsterList": [ + [ + 4012020, + 4012050, + 4012040 + ] + ] + }, + { + "Level": 32, + "StageID": 204122411, + "MonsterList": [ + [ + 4012020, + 4012050, + 4012040 + ] + ] + }, + { + "Level": 40, + "StageID": 204122412, + "MonsterList": [ + [ + 4012020, + 4012050, + 4012040 + ] + ] + }, + { + "Level": 48, + "StageID": 204122413, + "MonsterList": [ + [ + 4012020, + 4012050, + 4012040 + ] + ] + }, + { + "Level": 56, + "StageID": 204122414, + "MonsterList": [ + [ + 4012020, + 4012050, + 4012040 + ] + ] + }, + { + "Level": 66, + "StageID": 204122415, + "MonsterList": [ + [ + 4012020, + 4012050, + 4012040 + ] + ] + }, + { + "Level": 88, + "StageID": 204122416, + "MonsterList": [ + [ + 4012020, + 4012050, + 4012040 + ] + ] + }, + { + "Level": 24, + "StageID": 204122420, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012050, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204122421, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012050, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204122422, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012050, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204122423, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012050, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204122424, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012050, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204122425, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012050, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204122426, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012050, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204130010, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204130011, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204130012, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204130013, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204130014, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204130015, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204130016, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204130020, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204130021, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204130022, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204130023, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204130024, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204130025, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204130026, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204130030, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204130031, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204130032, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204130033, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204130034, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204130035, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204130036, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204130040, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204130041, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204130042, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204130043, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204130044, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204130045, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204130046, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204130050, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204130051, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204130052, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204130053, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204130054, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204130055, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204130056, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204130060, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204130061, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204130062, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204130063, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204130064, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204130065, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204130066, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204130070, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204130071, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204130072, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204130073, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204130074, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204130075, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204130076, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204130080, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204130081, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204130082, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204130083, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204130084, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204130085, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204130086, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204130090, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204130091, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204130092, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204130093, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204130094, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204130095, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204130096, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204130100, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012020, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204130101, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012020, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204130102, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012020, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204130103, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012020, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204130104, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012020, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204130105, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012020, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204130106, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012020, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204130110, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012040 + ] + ] + }, + { + "Level": 32, + "StageID": 204130111, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012040 + ] + ] + }, + { + "Level": 40, + "StageID": 204130112, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012040 + ] + ] + }, + { + "Level": 48, + "StageID": 204130113, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012040 + ] + ] + }, + { + "Level": 56, + "StageID": 204130114, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012040 + ] + ] + }, + { + "Level": 66, + "StageID": 204130115, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012040 + ] + ] + }, + { + "Level": 88, + "StageID": 204130116, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012040 + ] + ] + }, + { + "Level": 24, + "StageID": 204130130, + "MonsterList": [ + [ + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204130131, + "MonsterList": [ + [ + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204130132, + "MonsterList": [ + [ + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204130133, + "MonsterList": [ + [ + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204130134, + "MonsterList": [ + [ + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204130135, + "MonsterList": [ + [ + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204130136, + "MonsterList": [ + [ + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204130140, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204130141, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204130142, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204130143, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204130144, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204130145, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204130146, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204130150, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204130151, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204130152, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204130153, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204130154, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204130155, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204130156, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204130160, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204130161, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204130162, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204130163, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204130164, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204130165, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204130166, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204130170, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204130171, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204130172, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204130173, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204130174, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204130175, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204130176, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204130180, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204130181, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204130182, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204130183, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204130184, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204130185, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204130186, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204130190, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204130191, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204130192, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204130193, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204130194, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204130195, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204130196, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204130210, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204130211, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204130212, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204130213, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204130214, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204130215, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204130216, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204130220, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204130221, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204130222, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204130223, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204130224, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204130225, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204130226, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204130230, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204130231, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204130232, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204130233, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204130234, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204130235, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204130236, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204130240, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204130241, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204130242, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204130243, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204130244, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204130245, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204130246, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204130250, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204130251, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204130252, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204130253, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204130254, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204130255, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204130256, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204130260, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204130261, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204130262, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204130263, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204130264, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204130265, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204130266, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204130280, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204130281, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204130282, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204130283, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204130284, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204130285, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204130286, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204130290, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204130291, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204130292, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204130293, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204130294, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204130295, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204130296, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204130300, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204130301, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204130302, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204130303, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204130304, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204130305, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204130306, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204130310, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204130311, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204130312, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204130313, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204130314, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204130315, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204130316, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204130320, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204130321, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204130322, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204130323, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204130324, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204130325, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204130326, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204130330, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204130331, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204130332, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204130333, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204130334, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204130335, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204130336, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204130340, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204130341, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204130342, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204130343, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204130344, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204130345, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204130346, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204130350, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012020 + ] + ] + }, + { + "Level": 32, + "StageID": 204130351, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012020 + ] + ] + }, + { + "Level": 40, + "StageID": 204130352, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012020 + ] + ] + }, + { + "Level": 48, + "StageID": 204130353, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012020 + ] + ] + }, + { + "Level": 56, + "StageID": 204130354, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012020 + ] + ] + }, + { + "Level": 66, + "StageID": 204130355, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012020 + ] + ] + }, + { + "Level": 88, + "StageID": 204130356, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012020 + ] + ] + }, + { + "Level": 24, + "StageID": 204130360, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204130361, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204130362, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204130363, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204130364, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204130365, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204130366, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204130370, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204130371, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204130372, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204130373, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204130374, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204130375, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204130376, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204130400, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204130401, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204130402, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204130403, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204130404, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204130405, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204130406, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204130410, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204130411, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204130412, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204130413, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204130414, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204130415, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204130416, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204130420, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204130421, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204130422, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204130423, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204130424, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204130425, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204130426, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204130430, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204130431, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204130432, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204130433, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204130434, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204130435, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204130436, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204130440, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204130441, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204130442, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204130443, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204130444, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204130445, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204130446, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204130450, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204130451, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204130452, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204130453, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204130454, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204130455, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204130456, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204130460, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204130461, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204130462, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204130463, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204130464, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204130465, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204130466, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204130470, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204130471, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204130472, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204130473, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204130474, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204130475, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204130476, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204130480, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204130481, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204130482, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204130483, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204130484, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204130485, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204130486, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204130510, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204130511, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204130512, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204130513, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204130514, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204130515, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204130516, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204130520, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204130521, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204130522, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204130523, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204130524, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204130525, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204130526, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204130530, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204130531, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204130532, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204130533, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204130534, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204130535, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204130536, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204130540, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204130541, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204130542, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204130543, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204130544, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204130545, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204130546, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204130550, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204130551, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204130552, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204130553, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204130554, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204130555, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204130556, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204130580, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012010, + 4012030 + ], + [ + 4012010, + 4012030, + 4012030, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204130581, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012010, + 4012030 + ], + [ + 4012010, + 4012030, + 4012030, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204130582, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012010, + 4012030 + ], + [ + 4012010, + 4012030, + 4012030, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204130583, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012010, + 4012030 + ], + [ + 4012010, + 4012030, + 4012030, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204130584, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012010, + 4012030 + ], + [ + 4012010, + 4012030, + 4012030, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204130585, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012010, + 4012030 + ], + [ + 4012010, + 4012030, + 4012030, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204130586, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012010, + 4012030 + ], + [ + 4012010, + 4012030, + 4012030, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204130590, + "MonsterList": [ + [ + 4012030, + 4013010, + 4012040 + ] + ] + }, + { + "Level": 32, + "StageID": 204130591, + "MonsterList": [ + [ + 4012030, + 4013010, + 4012040 + ] + ] + }, + { + "Level": 40, + "StageID": 204130592, + "MonsterList": [ + [ + 4012030, + 4013010, + 4012040 + ] + ] + }, + { + "Level": 48, + "StageID": 204130593, + "MonsterList": [ + [ + 4012030, + 4013010, + 4012040 + ] + ] + }, + { + "Level": 56, + "StageID": 204130594, + "MonsterList": [ + [ + 4012030, + 4013010, + 4012040 + ] + ] + }, + { + "Level": 66, + "StageID": 204130595, + "MonsterList": [ + [ + 4012030, + 4013010, + 4012040 + ] + ] + }, + { + "Level": 88, + "StageID": 204130596, + "MonsterList": [ + [ + 4012030, + 4013010, + 4012040 + ] + ] + }, + { + "Level": 24, + "StageID": 204130610, + "MonsterList": [ + [ + 4012030, + 4012040, + 4013010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204130611, + "MonsterList": [ + [ + 4012030, + 4012040, + 4013010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204130612, + "MonsterList": [ + [ + 4012030, + 4012040, + 4013010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204130613, + "MonsterList": [ + [ + 4012030, + 4012040, + 4013010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204130614, + "MonsterList": [ + [ + 4012030, + 4012040, + 4013010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204130615, + "MonsterList": [ + [ + 4012030, + 4012040, + 4013010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204130616, + "MonsterList": [ + [ + 4012030, + 4012040, + 4013010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204130650, + "MonsterList": [ + [ + 401402001 + ] + ] + }, + { + "Level": 32, + "StageID": 204130651, + "MonsterList": [ + [ + 401402001 + ] + ] + }, + { + "Level": 40, + "StageID": 204130652, + "MonsterList": [ + [ + 401402001 + ] + ] + }, + { + "Level": 48, + "StageID": 204130653, + "MonsterList": [ + [ + 401402001 + ] + ] + }, + { + "Level": 56, + "StageID": 204130654, + "MonsterList": [ + [ + 401402001 + ] + ] + }, + { + "Level": 66, + "StageID": 204130655, + "MonsterList": [ + [ + 401402001 + ] + ] + }, + { + "Level": 88, + "StageID": 204130656, + "MonsterList": [ + [ + 401402001 + ] + ] + }, + { + "Level": 24, + "StageID": 204130710, + "MonsterList": [ + [ + 4043010 + ] + ] + }, + { + "Level": 32, + "StageID": 204130711, + "MonsterList": [ + [ + 4043010 + ] + ] + }, + { + "Level": 40, + "StageID": 204130712, + "MonsterList": [ + [ + 4043010 + ] + ] + }, + { + "Level": 48, + "StageID": 204130713, + "MonsterList": [ + [ + 4043010 + ] + ] + }, + { + "Level": 56, + "StageID": 204130714, + "MonsterList": [ + [ + 4043010 + ] + ] + }, + { + "Level": 66, + "StageID": 204130715, + "MonsterList": [ + [ + 4043010 + ] + ] + }, + { + "Level": 88, + "StageID": 204130716, + "MonsterList": [ + [ + 4043010 + ] + ] + }, + { + "Level": 24, + "StageID": 204130720, + "MonsterList": [ + [ + 404301001 + ] + ] + }, + { + "Level": 32, + "StageID": 204130721, + "MonsterList": [ + [ + 404301001 + ] + ] + }, + { + "Level": 40, + "StageID": 204130722, + "MonsterList": [ + [ + 404301001 + ] + ] + }, + { + "Level": 48, + "StageID": 204130723, + "MonsterList": [ + [ + 404301001 + ] + ] + }, + { + "Level": 56, + "StageID": 204130724, + "MonsterList": [ + [ + 404301001 + ] + ] + }, + { + "Level": 66, + "StageID": 204130725, + "MonsterList": [ + [ + 404301001 + ] + ] + }, + { + "Level": 88, + "StageID": 204130726, + "MonsterList": [ + [ + 404301001 + ] + ] + }, + { + "Level": 24, + "StageID": 204130760, + "MonsterList": [ + [ + 8002010, + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 32, + "StageID": 204130761, + "MonsterList": [ + [ + 8002010, + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 40, + "StageID": 204130762, + "MonsterList": [ + [ + 8002010, + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 204130763, + "MonsterList": [ + [ + 8002010, + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 56, + "StageID": 204130764, + "MonsterList": [ + [ + 8002010, + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 66, + "StageID": 204130765, + "MonsterList": [ + [ + 8002010, + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 88, + "StageID": 204130766, + "MonsterList": [ + [ + 8002010, + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 24, + "StageID": 204130770, + "MonsterList": [ + [ + 8001010, + 8002010, + 8002010, + 8001010 + ] + ] + }, + { + "Level": 32, + "StageID": 204130771, + "MonsterList": [ + [ + 8001010, + 8002010, + 8002010, + 8001010 + ] + ] + }, + { + "Level": 40, + "StageID": 204130772, + "MonsterList": [ + [ + 8001010, + 8002010, + 8002010, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 204130773, + "MonsterList": [ + [ + 8001010, + 8002010, + 8002010, + 8001010 + ] + ] + }, + { + "Level": 56, + "StageID": 204130774, + "MonsterList": [ + [ + 8001010, + 8002010, + 8002010, + 8001010 + ] + ] + }, + { + "Level": 66, + "StageID": 204130775, + "MonsterList": [ + [ + 8001010, + 8002010, + 8002010, + 8001010 + ] + ] + }, + { + "Level": 88, + "StageID": 204130776, + "MonsterList": [ + [ + 8001010, + 8002010, + 8002010, + 8001010 + ] + ] + }, + { + "Level": 24, + "StageID": 204130780, + "MonsterList": [ + [ + 8001010, + 1022020, + 1022020, + 8002010, + 8001010 + ] + ] + }, + { + "Level": 32, + "StageID": 204130781, + "MonsterList": [ + [ + 8001010, + 1022020, + 1022020, + 8002010, + 8001010 + ] + ] + }, + { + "Level": 40, + "StageID": 204130782, + "MonsterList": [ + [ + 8001010, + 1022020, + 1022020, + 8002010, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 204130783, + "MonsterList": [ + [ + 8001010, + 1022020, + 1022020, + 8002010, + 8001010 + ] + ] + }, + { + "Level": 56, + "StageID": 204130784, + "MonsterList": [ + [ + 8001010, + 1022020, + 1022020, + 8002010, + 8001010 + ] + ] + }, + { + "Level": 66, + "StageID": 204130785, + "MonsterList": [ + [ + 8001010, + 1022020, + 1022020, + 8002010, + 8001010 + ] + ] + }, + { + "Level": 88, + "StageID": 204130786, + "MonsterList": [ + [ + 8001010, + 1022020, + 1022020, + 8002010, + 8001010 + ] + ] + }, + { + "Level": 24, + "StageID": 204130810, + "MonsterList": [ + [ + 8022030, + 8022010, + 8022030 + ] + ] + }, + { + "Level": 32, + "StageID": 204130811, + "MonsterList": [ + [ + 8022030, + 8022010, + 8022030 + ] + ] + }, + { + "Level": 40, + "StageID": 204130812, + "MonsterList": [ + [ + 8022030, + 8022010, + 8022030 + ] + ] + }, + { + "Level": 48, + "StageID": 204130813, + "MonsterList": [ + [ + 8022030, + 8022010, + 8022030 + ] + ] + }, + { + "Level": 56, + "StageID": 204130814, + "MonsterList": [ + [ + 8022030, + 8022010, + 8022030 + ] + ] + }, + { + "Level": 66, + "StageID": 204130815, + "MonsterList": [ + [ + 8022030, + 8022010, + 8022030 + ] + ] + }, + { + "Level": 88, + "StageID": 204130816, + "MonsterList": [ + [ + 8022030, + 8022010, + 8022030 + ] + ] + }, + { + "Level": 24, + "StageID": 204130820, + "MonsterList": [ + [ + 8022010, + 8022020, + 8022020 + ] + ] + }, + { + "Level": 32, + "StageID": 204130821, + "MonsterList": [ + [ + 8022010, + 8022020, + 8022020 + ] + ] + }, + { + "Level": 40, + "StageID": 204130822, + "MonsterList": [ + [ + 8022010, + 8022020, + 8022020 + ] + ] + }, + { + "Level": 48, + "StageID": 204130823, + "MonsterList": [ + [ + 8022010, + 8022020, + 8022020 + ] + ] + }, + { + "Level": 56, + "StageID": 204130824, + "MonsterList": [ + [ + 8022010, + 8022020, + 8022020 + ] + ] + }, + { + "Level": 66, + "StageID": 204130825, + "MonsterList": [ + [ + 8022010, + 8022020, + 8022020 + ] + ] + }, + { + "Level": 88, + "StageID": 204130826, + "MonsterList": [ + [ + 8022010, + 8022020, + 8022020 + ] + ] + }, + { + "Level": 24, + "StageID": 204130830, + "MonsterList": [ + [ + 8022030, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 32, + "StageID": 204130831, + "MonsterList": [ + [ + 8022030, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 40, + "StageID": 204130832, + "MonsterList": [ + [ + 8022030, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 48, + "StageID": 204130833, + "MonsterList": [ + [ + 8022030, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 56, + "StageID": 204130834, + "MonsterList": [ + [ + 8022030, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 66, + "StageID": 204130835, + "MonsterList": [ + [ + 8022030, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 88, + "StageID": 204130836, + "MonsterList": [ + [ + 8022030, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 24, + "StageID": 204130860, + "MonsterList": [ + [ + 4043010 + ] + ] + }, + { + "Level": 32, + "StageID": 204130861, + "MonsterList": [ + [ + 4043010 + ] + ] + }, + { + "Level": 40, + "StageID": 204130862, + "MonsterList": [ + [ + 4043010 + ] + ] + }, + { + "Level": 48, + "StageID": 204130863, + "MonsterList": [ + [ + 4043010 + ] + ] + }, + { + "Level": 56, + "StageID": 204130864, + "MonsterList": [ + [ + 4043010 + ] + ] + }, + { + "Level": 66, + "StageID": 204130865, + "MonsterList": [ + [ + 4043010 + ] + ] + }, + { + "Level": 88, + "StageID": 204130866, + "MonsterList": [ + [ + 4043010 + ] + ] + }, + { + "Level": 24, + "StageID": 204130870, + "MonsterList": [ + [ + 4043010 + ] + ] + }, + { + "Level": 32, + "StageID": 204130871, + "MonsterList": [ + [ + 4043010 + ] + ] + }, + { + "Level": 40, + "StageID": 204130872, + "MonsterList": [ + [ + 4043010 + ] + ] + }, + { + "Level": 48, + "StageID": 204130873, + "MonsterList": [ + [ + 4043010 + ] + ] + }, + { + "Level": 56, + "StageID": 204130874, + "MonsterList": [ + [ + 4043010 + ] + ] + }, + { + "Level": 66, + "StageID": 204130875, + "MonsterList": [ + [ + 4043010 + ] + ] + }, + { + "Level": 88, + "StageID": 204130876, + "MonsterList": [ + [ + 4043010 + ] + ] + }, + { + "Level": 24, + "StageID": 204130880, + "MonsterList": [ + [ + 4043010 + ] + ] + }, + { + "Level": 32, + "StageID": 204130881, + "MonsterList": [ + [ + 4043010 + ] + ] + }, + { + "Level": 40, + "StageID": 204130882, + "MonsterList": [ + [ + 4043010 + ] + ] + }, + { + "Level": 48, + "StageID": 204130883, + "MonsterList": [ + [ + 4043010 + ] + ] + }, + { + "Level": 56, + "StageID": 204130884, + "MonsterList": [ + [ + 4043010 + ] + ] + }, + { + "Level": 66, + "StageID": 204130885, + "MonsterList": [ + [ + 4043010 + ] + ] + }, + { + "Level": 88, + "StageID": 204130886, + "MonsterList": [ + [ + 4043010 + ] + ] + }, + { + "Level": 24, + "StageID": 204131010, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204131011, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204131012, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204131013, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204131014, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204131015, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204131016, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204131020, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204131021, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204131022, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204131023, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204131024, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204131025, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204131026, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204131030, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204131031, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204131032, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204131033, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204131034, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204131035, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204131036, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204131050, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204131051, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204131052, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204131053, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204131054, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204131055, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204131056, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204131060, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204131061, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204131062, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204131063, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204131064, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204131065, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204131066, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204131070, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204131071, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204131072, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204131073, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204131074, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204131075, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204131076, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204131130, + "MonsterList": [ + [ + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204131131, + "MonsterList": [ + [ + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204131132, + "MonsterList": [ + [ + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204131133, + "MonsterList": [ + [ + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204131134, + "MonsterList": [ + [ + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204131135, + "MonsterList": [ + [ + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204131136, + "MonsterList": [ + [ + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204131140, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204131141, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204131142, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204131143, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204131144, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204131145, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204131146, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204131150, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204131151, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204131152, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204131153, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204131154, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204131155, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204131156, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204131160, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204131161, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204131162, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204131163, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204131164, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204131165, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204131166, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204131170, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204131171, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204131172, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204131173, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204131174, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204131175, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204131176, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204131180, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204131181, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204131182, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204131183, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204131184, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204131185, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204131186, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204131190, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204131191, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204131192, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204131193, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204131194, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204131195, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204131196, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204131210, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204131211, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204131212, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204131213, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204131214, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204131215, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204131216, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204131220, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204131221, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204131222, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204131223, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204131224, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204131225, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204131226, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204131230, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204131231, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204131232, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204131233, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204131234, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204131235, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204131236, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204131240, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204131241, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204131242, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204131243, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204131244, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204131245, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204131246, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204131250, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204131251, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204131252, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204131253, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204131254, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204131255, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204131256, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204131260, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204131261, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204131262, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204131263, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204131264, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204131265, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204131266, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204131280, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204131281, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204131282, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204131283, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204131284, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204131285, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204131286, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204131290, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204131291, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204131292, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204131293, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204131294, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204131295, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204131296, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204131300, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204131301, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204131302, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204131303, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204131304, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204131305, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204131306, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204131310, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204131311, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204131312, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204131313, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204131314, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204131315, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204131316, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204131320, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204131321, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204131322, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204131323, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204131324, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204131325, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204131326, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204131330, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204131331, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204131332, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204131333, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204131334, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204131335, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204131336, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204131340, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204131341, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204131342, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204131343, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204131344, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204131345, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204131346, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204131350, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012020 + ] + ] + }, + { + "Level": 32, + "StageID": 204131351, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012020 + ] + ] + }, + { + "Level": 40, + "StageID": 204131352, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012020 + ] + ] + }, + { + "Level": 48, + "StageID": 204131353, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012020 + ] + ] + }, + { + "Level": 56, + "StageID": 204131354, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012020 + ] + ] + }, + { + "Level": 66, + "StageID": 204131355, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012020 + ] + ] + }, + { + "Level": 88, + "StageID": 204131356, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012020 + ] + ] + }, + { + "Level": 24, + "StageID": 204131360, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204131361, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204131362, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204131363, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204131364, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204131365, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204131366, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204131370, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204131371, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204131372, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204131373, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204131374, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204131375, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204131376, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204131400, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204131401, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204131402, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204131403, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204131404, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204131405, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204131406, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204131410, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204131411, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204131412, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204131413, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204131414, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204131415, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204131416, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204131420, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204131421, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204131422, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204131423, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204131424, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204131425, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204131426, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204131430, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204131431, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204131432, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204131433, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204131434, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204131435, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204131436, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204131440, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204131441, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204131442, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204131443, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204131444, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204131445, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204131446, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204131450, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204131451, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204131452, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204131453, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204131454, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204131455, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204131456, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204131460, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204131461, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204131462, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204131463, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204131464, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204131465, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204131466, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204131470, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204131471, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204131472, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204131473, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204131474, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204131475, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204131476, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204131480, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204131481, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204131482, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204131483, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204131484, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204131485, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204131486, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204131700, + "MonsterList": [ + [ + 4012010, + 4012040, + 8002040, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204131701, + "MonsterList": [ + [ + 4012010, + 4012040, + 8002040, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204131702, + "MonsterList": [ + [ + 4012010, + 4012040, + 8002040, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204131703, + "MonsterList": [ + [ + 4012010, + 4012040, + 8002040, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204131704, + "MonsterList": [ + [ + 4012010, + 4012040, + 8002040, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204131705, + "MonsterList": [ + [ + 4012010, + 4012040, + 8002040, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204131706, + "MonsterList": [ + [ + 4012010, + 4012040, + 8002040, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204132010, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204132011, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204132012, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204132013, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204132014, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204132015, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204132016, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204132020, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204132021, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204132022, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204132023, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204132024, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204132025, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204132026, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204132030, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012040, + 4012010 + ], + [ + 4012010, + 4012030, + 4012020, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204132031, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012040, + 4012010 + ], + [ + 4012010, + 4012030, + 4012020, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204132032, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012040, + 4012010 + ], + [ + 4012010, + 4012030, + 4012020, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204132033, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012040, + 4012010 + ], + [ + 4012010, + 4012030, + 4012020, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204132034, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012040, + 4012010 + ], + [ + 4012010, + 4012030, + 4012020, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204132035, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012040, + 4012010 + ], + [ + 4012010, + 4012030, + 4012020, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204132036, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012040, + 4012010 + ], + [ + 4012010, + 4012030, + 4012020, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204132050, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204132051, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204132052, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204132053, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204132054, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204132055, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204132056, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204132410, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012050, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204132411, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012050, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204132412, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012050, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204132413, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012050, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204132414, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012050, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204132415, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012050, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204132416, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012050, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204210050, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204210051, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204210052, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204210053, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204210054, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204210055, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204210056, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204210060, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 32, + "StageID": 204210061, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 40, + "StageID": 204210062, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 48, + "StageID": 204210063, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 56, + "StageID": 204210064, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 66, + "StageID": 204210065, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 88, + "StageID": 204210066, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 24, + "StageID": 204210070, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 32, + "StageID": 204210071, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 40, + "StageID": 204210072, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 48, + "StageID": 204210073, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 56, + "StageID": 204210074, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 66, + "StageID": 204210075, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 88, + "StageID": 204210076, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 24, + "StageID": 204210080, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204210081, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204210082, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204210083, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204210084, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204210085, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204210086, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204210090, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204210091, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204210092, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204210093, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204210094, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204210095, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204210096, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204210100, + "MonsterList": [ + [ + 4022010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 32, + "StageID": 204210101, + "MonsterList": [ + [ + 4022010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 40, + "StageID": 204210102, + "MonsterList": [ + [ + 4022010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 48, + "StageID": 204210103, + "MonsterList": [ + [ + 4022010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 56, + "StageID": 204210104, + "MonsterList": [ + [ + 4022010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 66, + "StageID": 204210105, + "MonsterList": [ + [ + 4022010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 88, + "StageID": 204210106, + "MonsterList": [ + [ + 4022010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 24, + "StageID": 204210110, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204210111, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204210112, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204210113, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204210114, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204210115, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204210116, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204210120, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204210121, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204210122, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204210123, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204210124, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204210125, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204210126, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204210140, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204210141, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204210142, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204210143, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204210144, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204210145, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204210146, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204210150, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204210151, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204210152, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204210153, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204210154, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204210155, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204210156, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204210160, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204210161, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204210162, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204210163, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204210164, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204210165, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204210166, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204210170, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204210171, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204210172, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204210173, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204210174, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204210175, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204210176, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204210180, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204210181, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204210182, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204210183, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204210184, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204210185, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204210186, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204210190, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204210191, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204210192, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204210193, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204210194, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204210195, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204210196, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204210200, + "MonsterList": [ + [ + 4032010, + 4022010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204210201, + "MonsterList": [ + [ + 4032010, + 4022010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204210202, + "MonsterList": [ + [ + 4032010, + 4022010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204210203, + "MonsterList": [ + [ + 4032010, + 4022010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204210204, + "MonsterList": [ + [ + 4032010, + 4022010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204210205, + "MonsterList": [ + [ + 4032010, + 4022010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204210206, + "MonsterList": [ + [ + 4032010, + 4022010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204210210, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 32, + "StageID": 204210211, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 40, + "StageID": 204210212, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 48, + "StageID": 204210213, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 56, + "StageID": 204210214, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 66, + "StageID": 204210215, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 88, + "StageID": 204210216, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 24, + "StageID": 204210220, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204210221, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204210222, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204210223, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204210224, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204210225, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204210226, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204210230, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204210231, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204210232, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204210233, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204210234, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204210235, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204210236, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204210240, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204210241, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204210242, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204210243, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204210244, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204210245, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204210246, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204210250, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204210251, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204210252, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204210253, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204210254, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204210255, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204210256, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204210270, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 32, + "StageID": 204210271, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 40, + "StageID": 204210272, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 48, + "StageID": 204210273, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 56, + "StageID": 204210274, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 66, + "StageID": 204210275, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 88, + "StageID": 204210276, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 24, + "StageID": 204210280, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204210281, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204210282, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204210283, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204210284, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204210285, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204210286, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204210290, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204210291, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204210292, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204210293, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204210294, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204210295, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204210296, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204210300, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204210301, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204210302, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204210303, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204210304, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204210305, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204210306, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204210310, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204210311, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204210312, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204210313, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204210314, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204210315, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204210316, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204210320, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204210321, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204210322, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204210323, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204210324, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204210325, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204210326, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204210330, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204210331, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204210332, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204210333, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204210334, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204210335, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204210336, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204210340, + "MonsterList": [ + [ + 4032010, + 4022010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204210341, + "MonsterList": [ + [ + 4032010, + 4022010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204210342, + "MonsterList": [ + [ + 4032010, + 4022010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204210343, + "MonsterList": [ + [ + 4032010, + 4022010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204210344, + "MonsterList": [ + [ + 4032010, + 4022010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204210345, + "MonsterList": [ + [ + 4032010, + 4022010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204210346, + "MonsterList": [ + [ + 4032010, + 4022010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204210350, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204210351, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204210352, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204210353, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204210354, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204210355, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204210356, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204210360, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204210361, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204210362, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204210363, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204210364, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204210365, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204210366, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204210370, + "MonsterList": [ + [ + 4012010, + 4022010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204210371, + "MonsterList": [ + [ + 4012010, + 4022010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204210372, + "MonsterList": [ + [ + 4012010, + 4022010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204210373, + "MonsterList": [ + [ + 4012010, + 4022010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204210374, + "MonsterList": [ + [ + 4012010, + 4022010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204210375, + "MonsterList": [ + [ + 4012010, + 4022010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204210376, + "MonsterList": [ + [ + 4012010, + 4022010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204210380, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204210381, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204210382, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204210383, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204210384, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204210385, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204210386, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204210400, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204210401, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204210402, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204210403, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204210404, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204210405, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204210406, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204210410, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204210411, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204210412, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204210413, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204210414, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204210415, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204210416, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204210420, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204210421, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204210422, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204210423, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204210424, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204210425, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204210426, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204210430, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204210431, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204210432, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204210433, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204210434, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204210435, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204210436, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204210440, + "MonsterList": [ + [ + 4012030, + 4012030, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204210441, + "MonsterList": [ + [ + 4012030, + 4012030, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204210442, + "MonsterList": [ + [ + 4012030, + 4012030, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204210443, + "MonsterList": [ + [ + 4012030, + 4012030, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204210444, + "MonsterList": [ + [ + 4012030, + 4012030, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204210445, + "MonsterList": [ + [ + 4012030, + 4012030, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204210446, + "MonsterList": [ + [ + 4012030, + 4012030, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204210450, + "MonsterList": [ + [ + 4012010, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204210451, + "MonsterList": [ + [ + 4012010, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204210452, + "MonsterList": [ + [ + 4012010, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204210453, + "MonsterList": [ + [ + 4012010, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204210454, + "MonsterList": [ + [ + 4012010, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204210455, + "MonsterList": [ + [ + 4012010, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204210456, + "MonsterList": [ + [ + 4012010, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204210460, + "MonsterList": [ + [ + 4012010, + 4022010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204210461, + "MonsterList": [ + [ + 4012010, + 4022010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204210462, + "MonsterList": [ + [ + 4012010, + 4022010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204210463, + "MonsterList": [ + [ + 4012010, + 4022010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204210464, + "MonsterList": [ + [ + 4012010, + 4022010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204210465, + "MonsterList": [ + [ + 4012010, + 4022010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204210466, + "MonsterList": [ + [ + 4012010, + 4022010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204210470, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204210471, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204210472, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204210473, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204210474, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204210475, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204210476, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204210510, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204210511, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204210512, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204210513, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204210514, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204210515, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204210516, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204210520, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010, + 4012030 + ], + [ + 4012010, + 4012030, + 4013010, + 4012030 + ], + [ + 4012020, + 4013010, + 4012040 + ] + ] + }, + { + "Level": 32, + "StageID": 204210521, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010, + 4012030 + ], + [ + 4012010, + 4012030, + 4013010, + 4012030 + ], + [ + 4012020, + 4013010, + 4012040 + ] + ] + }, + { + "Level": 40, + "StageID": 204210522, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010, + 4012030 + ], + [ + 4012010, + 4012030, + 4013010, + 4012030 + ], + [ + 4012020, + 4013010, + 4012040 + ] + ] + }, + { + "Level": 48, + "StageID": 204210523, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010, + 4012030 + ], + [ + 4012010, + 4012030, + 4013010, + 4012030 + ], + [ + 4012020, + 4013010, + 4012040 + ] + ] + }, + { + "Level": 56, + "StageID": 204210524, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010, + 4012030 + ], + [ + 4012010, + 4012030, + 4013010, + 4012030 + ], + [ + 4012020, + 4013010, + 4012040 + ] + ] + }, + { + "Level": 66, + "StageID": 204210525, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010, + 4012030 + ], + [ + 4012010, + 4012030, + 4013010, + 4012030 + ], + [ + 4012020, + 4013010, + 4012040 + ] + ] + }, + { + "Level": 88, + "StageID": 204210526, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010, + 4012030 + ], + [ + 4012010, + 4012030, + 4013010, + 4012030 + ], + [ + 4012020, + 4013010, + 4012040 + ] + ] + }, + { + "Level": 24, + "StageID": 204210610, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204210611, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204210612, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204210613, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204210614, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204210615, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204210616, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204210620, + "MonsterList": [ + [ + 4022010, + 4023020 + ] + ] + }, + { + "Level": 32, + "StageID": 204210621, + "MonsterList": [ + [ + 4022010, + 4023020 + ] + ] + }, + { + "Level": 40, + "StageID": 204210622, + "MonsterList": [ + [ + 4022010, + 4023020 + ] + ] + }, + { + "Level": 48, + "StageID": 204210623, + "MonsterList": [ + [ + 4022010, + 4023020 + ] + ] + }, + { + "Level": 56, + "StageID": 204210624, + "MonsterList": [ + [ + 4022010, + 4023020 + ] + ] + }, + { + "Level": 66, + "StageID": 204210625, + "MonsterList": [ + [ + 4022010, + 4023020 + ] + ] + }, + { + "Level": 88, + "StageID": 204210626, + "MonsterList": [ + [ + 4022010, + 4023020 + ] + ] + }, + { + "Level": 24, + "StageID": 204210650, + "MonsterList": [ + [ + 403401101 + ] + ] + }, + { + "Level": 32, + "StageID": 204210651, + "MonsterList": [ + [ + 403401101 + ] + ] + }, + { + "Level": 40, + "StageID": 204210652, + "MonsterList": [ + [ + 403401101 + ] + ] + }, + { + "Level": 48, + "StageID": 204210653, + "MonsterList": [ + [ + 403401101 + ] + ] + }, + { + "Level": 56, + "StageID": 204210654, + "MonsterList": [ + [ + 403401101 + ] + ] + }, + { + "Level": 66, + "StageID": 204210655, + "MonsterList": [ + [ + 403401101 + ] + ] + }, + { + "Level": 88, + "StageID": 204210656, + "MonsterList": [ + [ + 403401101 + ] + ] + }, + { + "Level": 24, + "StageID": 204210660, + "MonsterList": [ + [ + 403401102 + ] + ] + }, + { + "Level": 32, + "StageID": 204210661, + "MonsterList": [ + [ + 403401102 + ] + ] + }, + { + "Level": 40, + "StageID": 204210662, + "MonsterList": [ + [ + 403401102 + ] + ] + }, + { + "Level": 48, + "StageID": 204210663, + "MonsterList": [ + [ + 403401102 + ] + ] + }, + { + "Level": 56, + "StageID": 204210664, + "MonsterList": [ + [ + 403401102 + ] + ] + }, + { + "Level": 66, + "StageID": 204210665, + "MonsterList": [ + [ + 403401102 + ] + ] + }, + { + "Level": 88, + "StageID": 204210666, + "MonsterList": [ + [ + 403401102 + ] + ] + }, + { + "Level": 24, + "StageID": 204210690, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204210691, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204210692, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204210693, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204210694, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204210695, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204210696, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204210700, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 32, + "StageID": 204210701, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 40, + "StageID": 204210702, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 48, + "StageID": 204210703, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 56, + "StageID": 204210704, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 66, + "StageID": 204210705, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 88, + "StageID": 204210706, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 24, + "StageID": 204210750, + "MonsterList": [ + [ + 403401001 + ] + ] + }, + { + "Level": 32, + "StageID": 204210751, + "MonsterList": [ + [ + 403401001 + ] + ] + }, + { + "Level": 40, + "StageID": 204210752, + "MonsterList": [ + [ + 403401001 + ] + ] + }, + { + "Level": 48, + "StageID": 204210753, + "MonsterList": [ + [ + 403401001 + ] + ] + }, + { + "Level": 56, + "StageID": 204210754, + "MonsterList": [ + [ + 403401001 + ] + ] + }, + { + "Level": 66, + "StageID": 204210755, + "MonsterList": [ + [ + 403401001 + ] + ] + }, + { + "Level": 88, + "StageID": 204210756, + "MonsterList": [ + [ + 403401001 + ] + ] + }, + { + "Level": 24, + "StageID": 204210760, + "MonsterList": [ + [ + 403401002 + ] + ] + }, + { + "Level": 32, + "StageID": 204210761, + "MonsterList": [ + [ + 403401002 + ] + ] + }, + { + "Level": 40, + "StageID": 204210762, + "MonsterList": [ + [ + 403401002 + ] + ] + }, + { + "Level": 48, + "StageID": 204210763, + "MonsterList": [ + [ + 403401002 + ] + ] + }, + { + "Level": 56, + "StageID": 204210764, + "MonsterList": [ + [ + 403401002 + ] + ] + }, + { + "Level": 66, + "StageID": 204210765, + "MonsterList": [ + [ + 403401002 + ] + ] + }, + { + "Level": 88, + "StageID": 204210766, + "MonsterList": [ + [ + 403401002 + ] + ] + }, + { + "Level": 24, + "StageID": 204211010, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204211011, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204211012, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204211013, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204211014, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204211015, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204211016, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204211020, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204211021, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204211022, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204211023, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204211024, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204211025, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204211026, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204211030, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204211031, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204211032, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204211033, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204211034, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204211035, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204211036, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204211050, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204211051, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204211052, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204211053, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204211054, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204211055, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204211056, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204211060, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 32, + "StageID": 204211061, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 40, + "StageID": 204211062, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 48, + "StageID": 204211063, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 56, + "StageID": 204211064, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 66, + "StageID": 204211065, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 88, + "StageID": 204211066, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 24, + "StageID": 204211070, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 32, + "StageID": 204211071, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 40, + "StageID": 204211072, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 48, + "StageID": 204211073, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 56, + "StageID": 204211074, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 66, + "StageID": 204211075, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 88, + "StageID": 204211076, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 24, + "StageID": 204211080, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204211081, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204211082, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204211083, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204211084, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204211085, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204211086, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204211090, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204211091, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204211092, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204211093, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204211094, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204211095, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204211096, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204211100, + "MonsterList": [ + [ + 4022010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 32, + "StageID": 204211101, + "MonsterList": [ + [ + 4022010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 40, + "StageID": 204211102, + "MonsterList": [ + [ + 4022010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 48, + "StageID": 204211103, + "MonsterList": [ + [ + 4022010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 56, + "StageID": 204211104, + "MonsterList": [ + [ + 4022010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 66, + "StageID": 204211105, + "MonsterList": [ + [ + 4022010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 88, + "StageID": 204211106, + "MonsterList": [ + [ + 4022010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 24, + "StageID": 204211110, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204211111, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204211112, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204211113, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204211114, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204211115, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204211116, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204211120, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204211121, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204211122, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204211123, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204211124, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204211125, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204211126, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204211140, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204211141, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204211142, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204211143, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204211144, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204211145, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204211146, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204211150, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204211151, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204211152, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204211153, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204211154, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204211155, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204211156, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204211160, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204211161, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204211162, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204211163, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204211164, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204211165, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204211166, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204211170, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204211171, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204211172, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204211173, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204211174, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204211175, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204211176, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204211180, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204211181, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204211182, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204211183, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204211184, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204211185, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204211186, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204211190, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204211191, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204211192, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204211193, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204211194, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204211195, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204211196, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204211200, + "MonsterList": [ + [ + 4032010, + 4022010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204211201, + "MonsterList": [ + [ + 4032010, + 4022010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204211202, + "MonsterList": [ + [ + 4032010, + 4022010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204211203, + "MonsterList": [ + [ + 4032010, + 4022010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204211204, + "MonsterList": [ + [ + 4032010, + 4022010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204211205, + "MonsterList": [ + [ + 4032010, + 4022010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204211206, + "MonsterList": [ + [ + 4032010, + 4022010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204211210, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 32, + "StageID": 204211211, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 40, + "StageID": 204211212, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 48, + "StageID": 204211213, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 56, + "StageID": 204211214, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 66, + "StageID": 204211215, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 88, + "StageID": 204211216, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 24, + "StageID": 204211220, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204211221, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204211222, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204211223, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204211224, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204211225, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204211226, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204211230, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204211231, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204211232, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204211233, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204211234, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204211235, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204211236, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204211240, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204211241, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204211242, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204211243, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204211244, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204211245, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204211246, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204211250, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204211251, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204211252, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204211253, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204211254, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204211255, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204211256, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204211270, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 32, + "StageID": 204211271, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 40, + "StageID": 204211272, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 48, + "StageID": 204211273, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 56, + "StageID": 204211274, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 66, + "StageID": 204211275, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 88, + "StageID": 204211276, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 24, + "StageID": 204211280, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204211281, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204211282, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204211283, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204211284, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204211285, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204211286, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204211290, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204211291, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204211292, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204211293, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204211294, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204211295, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204211296, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204211300, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204211301, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204211302, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204211303, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204211304, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204211305, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204211306, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204211310, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204211311, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204211312, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204211313, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204211314, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204211315, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204211316, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204211320, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204211321, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204211322, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204211323, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204211324, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204211325, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204211326, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204211330, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204211331, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204211332, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204211333, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204211334, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204211335, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204211336, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204211340, + "MonsterList": [ + [ + 4032010, + 4022010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204211341, + "MonsterList": [ + [ + 4032010, + 4022010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204211342, + "MonsterList": [ + [ + 4032010, + 4022010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204211343, + "MonsterList": [ + [ + 4032010, + 4022010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204211344, + "MonsterList": [ + [ + 4032010, + 4022010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204211345, + "MonsterList": [ + [ + 4032010, + 4022010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204211346, + "MonsterList": [ + [ + 4032010, + 4022010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204211350, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204211351, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204211352, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204211353, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204211354, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204211355, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204211356, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204211360, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204211361, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204211362, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204211363, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204211364, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204211365, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204211366, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204211370, + "MonsterList": [ + [ + 4012010, + 4022010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204211371, + "MonsterList": [ + [ + 4012010, + 4022010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204211372, + "MonsterList": [ + [ + 4012010, + 4022010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204211373, + "MonsterList": [ + [ + 4012010, + 4022010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204211374, + "MonsterList": [ + [ + 4012010, + 4022010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204211375, + "MonsterList": [ + [ + 4012010, + 4022010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204211376, + "MonsterList": [ + [ + 4012010, + 4022010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204211380, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204211381, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204211382, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204211383, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204211384, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204211385, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204211386, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204211400, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204211401, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204211402, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204211403, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204211404, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204211405, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204211406, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204211410, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204211411, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204211412, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204211413, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204211414, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204211415, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204211416, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204211420, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204211421, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204211422, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204211423, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204211424, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204211425, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204211426, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204211430, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204211431, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204211432, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204211433, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204211434, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204211435, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204211436, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204211440, + "MonsterList": [ + [ + 4012030, + 4012030, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204211441, + "MonsterList": [ + [ + 4012030, + 4012030, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204211442, + "MonsterList": [ + [ + 4012030, + 4012030, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204211443, + "MonsterList": [ + [ + 4012030, + 4012030, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204211444, + "MonsterList": [ + [ + 4012030, + 4012030, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204211445, + "MonsterList": [ + [ + 4012030, + 4012030, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204211446, + "MonsterList": [ + [ + 4012030, + 4012030, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204211450, + "MonsterList": [ + [ + 4012010, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204211451, + "MonsterList": [ + [ + 4012010, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204211452, + "MonsterList": [ + [ + 4012010, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204211453, + "MonsterList": [ + [ + 4012010, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204211454, + "MonsterList": [ + [ + 4012010, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204211455, + "MonsterList": [ + [ + 4012010, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204211456, + "MonsterList": [ + [ + 4012010, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204211460, + "MonsterList": [ + [ + 4012010, + 4022010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204211461, + "MonsterList": [ + [ + 4012010, + 4022010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204211462, + "MonsterList": [ + [ + 4012010, + 4022010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204211463, + "MonsterList": [ + [ + 4012010, + 4022010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204211464, + "MonsterList": [ + [ + 4012010, + 4022010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204211465, + "MonsterList": [ + [ + 4012010, + 4022010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204211466, + "MonsterList": [ + [ + 4012010, + 4022010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204211470, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204211471, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204211472, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204211473, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204211474, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204211475, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204211476, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012040, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204212310, + "MonsterList": [ + [ + 4022010, + 4023020, + 4022010 + ] + ] + }, + { + "Level": 41, + "StageID": 204212311, + "MonsterList": [ + [ + 4022010, + 4023020, + 4022010 + ] + ] + }, + { + "Level": 50, + "StageID": 204212312, + "MonsterList": [ + [ + 4022010, + 4023020, + 4022010 + ] + ] + }, + { + "Level": 58, + "StageID": 204212313, + "MonsterList": [ + [ + 4022010, + 4023020, + 4022010 + ] + ] + }, + { + "Level": 68, + "StageID": 204212314, + "MonsterList": [ + [ + 4022010, + 4023020, + 4022010 + ] + ] + }, + { + "Level": 78, + "StageID": 204212315, + "MonsterList": [ + [ + 4022010, + 4023020, + 4022010 + ] + ] + }, + { + "Level": 93, + "StageID": 204212316, + "MonsterList": [ + [ + 4022010, + 4023020, + 4022010 + ] + ] + }, + { + "Level": 24, + "StageID": 204212410, + "MonsterList": [ + [ + 4032010, + 4012050, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204212411, + "MonsterList": [ + [ + 4032010, + 4012050, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204212412, + "MonsterList": [ + [ + 4032010, + 4012050, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204212413, + "MonsterList": [ + [ + 4032010, + 4012050, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204212414, + "MonsterList": [ + [ + 4032010, + 4012050, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204212415, + "MonsterList": [ + [ + 4032010, + 4012050, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204212416, + "MonsterList": [ + [ + 4032010, + 4012050, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204220010, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010, + 4022010 + ] + ] + }, + { + "Level": 32, + "StageID": 204220011, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010, + 4022010 + ] + ] + }, + { + "Level": 40, + "StageID": 204220012, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010, + 4022010 + ] + ] + }, + { + "Level": 48, + "StageID": 204220013, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010, + 4022010 + ] + ] + }, + { + "Level": 56, + "StageID": 204220014, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010, + 4022010 + ] + ] + }, + { + "Level": 66, + "StageID": 204220015, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010, + 4022010 + ] + ] + }, + { + "Level": 88, + "StageID": 204220016, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010, + 4022010 + ] + ] + }, + { + "Level": 24, + "StageID": 204220020, + "MonsterList": [ + [ + 4012020, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204220021, + "MonsterList": [ + [ + 4012020, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204220022, + "MonsterList": [ + [ + 4012020, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204220023, + "MonsterList": [ + [ + 4012020, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204220024, + "MonsterList": [ + [ + 4012020, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204220025, + "MonsterList": [ + [ + 4012020, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204220026, + "MonsterList": [ + [ + 4012020, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204220030, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204220031, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204220032, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204220033, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204220034, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204220035, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204220036, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204220040, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012030, + 4022010 + ] + ] + }, + { + "Level": 32, + "StageID": 204220041, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012030, + 4022010 + ] + ] + }, + { + "Level": 40, + "StageID": 204220042, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012030, + 4022010 + ] + ] + }, + { + "Level": 48, + "StageID": 204220043, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012030, + 4022010 + ] + ] + }, + { + "Level": 56, + "StageID": 204220044, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012030, + 4022010 + ] + ] + }, + { + "Level": 66, + "StageID": 204220045, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012030, + 4022010 + ] + ] + }, + { + "Level": 88, + "StageID": 204220046, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012030, + 4022010 + ] + ] + }, + { + "Level": 24, + "StageID": 204220050, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204220051, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204220052, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204220053, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204220054, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204220055, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204220056, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204220060, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204220061, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204220062, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204220063, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204220064, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204220065, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204220066, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204220070, + "MonsterList": [ + [ + 4012010, + 4022010, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204220071, + "MonsterList": [ + [ + 4012010, + 4022010, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204220072, + "MonsterList": [ + [ + 4012010, + 4022010, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204220073, + "MonsterList": [ + [ + 4012010, + 4022010, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204220074, + "MonsterList": [ + [ + 4012010, + 4022010, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204220075, + "MonsterList": [ + [ + 4012010, + 4022010, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204220076, + "MonsterList": [ + [ + 4012010, + 4022010, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204220080, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204220081, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204220082, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204220083, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204220084, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204220085, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204220086, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204220090, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010, + 4022010 + ] + ] + }, + { + "Level": 32, + "StageID": 204220091, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010, + 4022010 + ] + ] + }, + { + "Level": 40, + "StageID": 204220092, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010, + 4022010 + ] + ] + }, + { + "Level": 48, + "StageID": 204220093, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010, + 4022010 + ] + ] + }, + { + "Level": 56, + "StageID": 204220094, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010, + 4022010 + ] + ] + }, + { + "Level": 66, + "StageID": 204220095, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010, + 4022010 + ] + ] + }, + { + "Level": 88, + "StageID": 204220096, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010, + 4022010 + ] + ] + }, + { + "Level": 24, + "StageID": 204220100, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204220101, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204220102, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204220103, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204220104, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204220105, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204220106, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204220110, + "MonsterList": [ + [ + 4012020, + 4012030, + 4012040 + ] + ] + }, + { + "Level": 32, + "StageID": 204220111, + "MonsterList": [ + [ + 4012020, + 4012030, + 4012040 + ] + ] + }, + { + "Level": 40, + "StageID": 204220112, + "MonsterList": [ + [ + 4012020, + 4012030, + 4012040 + ] + ] + }, + { + "Level": 48, + "StageID": 204220113, + "MonsterList": [ + [ + 4012020, + 4012030, + 4012040 + ] + ] + }, + { + "Level": 56, + "StageID": 204220114, + "MonsterList": [ + [ + 4012020, + 4012030, + 4012040 + ] + ] + }, + { + "Level": 66, + "StageID": 204220115, + "MonsterList": [ + [ + 4012020, + 4012030, + 4012040 + ] + ] + }, + { + "Level": 88, + "StageID": 204220116, + "MonsterList": [ + [ + 4012020, + 4012030, + 4012040 + ] + ] + }, + { + "Level": 24, + "StageID": 204220120, + "MonsterList": [ + [ + 4012040, + 4012030, + 4012030, + 4012030, + 4012020 + ] + ] + }, + { + "Level": 32, + "StageID": 204220121, + "MonsterList": [ + [ + 4012040, + 4012030, + 4012030, + 4012030, + 4012020 + ] + ] + }, + { + "Level": 40, + "StageID": 204220122, + "MonsterList": [ + [ + 4012040, + 4012030, + 4012030, + 4012030, + 4012020 + ] + ] + }, + { + "Level": 48, + "StageID": 204220123, + "MonsterList": [ + [ + 4012040, + 4012030, + 4012030, + 4012030, + 4012020 + ] + ] + }, + { + "Level": 56, + "StageID": 204220124, + "MonsterList": [ + [ + 4012040, + 4012030, + 4012030, + 4012030, + 4012020 + ] + ] + }, + { + "Level": 66, + "StageID": 204220125, + "MonsterList": [ + [ + 4012040, + 4012030, + 4012030, + 4012030, + 4012020 + ] + ] + }, + { + "Level": 88, + "StageID": 204220126, + "MonsterList": [ + [ + 4012040, + 4012030, + 4012030, + 4012030, + 4012020 + ] + ] + }, + { + "Level": 24, + "StageID": 204220140, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204220141, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204220142, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204220143, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204220144, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204220145, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204220146, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204220150, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204220151, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204220152, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204220153, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204220154, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204220155, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204220156, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204220160, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204220161, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204220162, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204220163, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204220164, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204220165, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204220166, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204220170, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204220171, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204220172, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204220173, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204220174, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204220175, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204220176, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204220180, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 32, + "StageID": 204220181, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 40, + "StageID": 204220182, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 48, + "StageID": 204220183, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 56, + "StageID": 204220184, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 66, + "StageID": 204220185, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 88, + "StageID": 204220186, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 24, + "StageID": 204220190, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204220191, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204220192, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204220193, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204220194, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204220195, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204220196, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204220200, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204220201, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204220202, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204220203, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204220204, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204220205, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204220206, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204220210, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 32, + "StageID": 204220211, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 40, + "StageID": 204220212, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 48, + "StageID": 204220213, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 56, + "StageID": 204220214, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 66, + "StageID": 204220215, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 88, + "StageID": 204220216, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 24, + "StageID": 204220220, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204220221, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204220222, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204220223, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204220224, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204220225, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204220226, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204220230, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204220231, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204220232, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204220233, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204220234, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204220235, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204220236, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204220240, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204220241, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204220242, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204220243, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204220244, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204220245, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204220246, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204220250, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204220251, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204220252, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204220253, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204220254, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204220255, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204220256, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204220270, + "MonsterList": [ + [ + 4012010, + 4022010, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204220271, + "MonsterList": [ + [ + 4012010, + 4022010, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204220272, + "MonsterList": [ + [ + 4012010, + 4022010, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204220273, + "MonsterList": [ + [ + 4012010, + 4022010, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204220274, + "MonsterList": [ + [ + 4012010, + 4022010, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204220275, + "MonsterList": [ + [ + 4012010, + 4022010, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204220276, + "MonsterList": [ + [ + 4012010, + 4022010, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204220280, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204220281, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204220282, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204220283, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204220284, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204220285, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204220286, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204220290, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204220291, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204220292, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204220293, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204220294, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204220295, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204220296, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204220300, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012030, + 4022010 + ] + ] + }, + { + "Level": 32, + "StageID": 204220301, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012030, + 4022010 + ] + ] + }, + { + "Level": 40, + "StageID": 204220302, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012030, + 4022010 + ] + ] + }, + { + "Level": 48, + "StageID": 204220303, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012030, + 4022010 + ] + ] + }, + { + "Level": 56, + "StageID": 204220304, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012030, + 4022010 + ] + ] + }, + { + "Level": 66, + "StageID": 204220305, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012030, + 4022010 + ] + ] + }, + { + "Level": 88, + "StageID": 204220306, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012030, + 4022010 + ] + ] + }, + { + "Level": 24, + "StageID": 204220360, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204220361, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204220362, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204220363, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204220364, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204220365, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204220366, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204220410, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010, + 4022010 + ] + ] + }, + { + "Level": 32, + "StageID": 204220411, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010, + 4022010 + ] + ] + }, + { + "Level": 40, + "StageID": 204220412, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010, + 4022010 + ] + ] + }, + { + "Level": 48, + "StageID": 204220413, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010, + 4022010 + ] + ] + }, + { + "Level": 56, + "StageID": 204220414, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010, + 4022010 + ] + ] + }, + { + "Level": 66, + "StageID": 204220415, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010, + 4022010 + ] + ] + }, + { + "Level": 88, + "StageID": 204220416, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010, + 4022010 + ] + ] + }, + { + "Level": 24, + "StageID": 204220420, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204220421, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204220422, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204220423, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204220424, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204220425, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204220426, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204220430, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204220431, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204220432, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204220433, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204220434, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204220435, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204220436, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204220440, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204220441, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204220442, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204220443, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204220444, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204220445, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204220446, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204220460, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204220461, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204220462, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204220463, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204220464, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204220465, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204220466, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204220470, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204220471, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204220472, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204220473, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204220474, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204220475, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204220476, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204220480, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204220481, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204220482, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204220483, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204220484, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204220485, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204220486, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204220490, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 32, + "StageID": 204220491, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 40, + "StageID": 204220492, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 48, + "StageID": 204220493, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 56, + "StageID": 204220494, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 66, + "StageID": 204220495, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 88, + "StageID": 204220496, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 24, + "StageID": 204220610, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204220611, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204220612, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204220613, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204220614, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204220615, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204220616, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204220620, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204220621, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204220622, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204220623, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204220624, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204220625, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204220626, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204220630, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204220631, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204220632, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204220633, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204220634, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204220635, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204220636, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204220640, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204220641, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204220642, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204220643, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204220644, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204220645, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204220646, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204220650, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204220651, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204220652, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204220653, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204220654, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204220655, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204220656, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204220700, + "MonsterList": [ + [ + 4023010, + 4023020 + ] + ] + }, + { + "Level": 32, + "StageID": 204220701, + "MonsterList": [ + [ + 4023010, + 4023020 + ] + ] + }, + { + "Level": 40, + "StageID": 204220702, + "MonsterList": [ + [ + 4023010, + 4023020 + ] + ] + }, + { + "Level": 48, + "StageID": 204220703, + "MonsterList": [ + [ + 4023010, + 4023020 + ] + ] + }, + { + "Level": 56, + "StageID": 204220704, + "MonsterList": [ + [ + 4023010, + 4023020 + ] + ] + }, + { + "Level": 66, + "StageID": 204220705, + "MonsterList": [ + [ + 4023010, + 4023020 + ] + ] + }, + { + "Level": 88, + "StageID": 204220706, + "MonsterList": [ + [ + 4023010, + 4023020 + ] + ] + }, + { + "Level": 24, + "StageID": 204220710, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204220711, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204220712, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204220713, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204220714, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204220715, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204220716, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204220720, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204220721, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204220722, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204220723, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204220724, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204220725, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204220726, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204220730, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204220731, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204220732, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204220733, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204220734, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204220735, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204220736, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204220740, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204220741, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204220742, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204220743, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204220744, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204220745, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204220746, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204220750, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204220751, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204220752, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204220753, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204220754, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204220755, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204220756, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204220760, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204220761, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204220762, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204220763, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204220764, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204220765, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204220766, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204220770, + "MonsterList": [ + [ + 4012020, + 4012030, + 4012030, + 4012040 + ] + ] + }, + { + "Level": 32, + "StageID": 204220771, + "MonsterList": [ + [ + 4012020, + 4012030, + 4012030, + 4012040 + ] + ] + }, + { + "Level": 40, + "StageID": 204220772, + "MonsterList": [ + [ + 4012020, + 4012030, + 4012030, + 4012040 + ] + ] + }, + { + "Level": 48, + "StageID": 204220773, + "MonsterList": [ + [ + 4012020, + 4012030, + 4012030, + 4012040 + ] + ] + }, + { + "Level": 56, + "StageID": 204220774, + "MonsterList": [ + [ + 4012020, + 4012030, + 4012030, + 4012040 + ] + ] + }, + { + "Level": 66, + "StageID": 204220775, + "MonsterList": [ + [ + 4012020, + 4012030, + 4012030, + 4012040 + ] + ] + }, + { + "Level": 88, + "StageID": 204220776, + "MonsterList": [ + [ + 4012020, + 4012030, + 4012030, + 4012040 + ] + ] + }, + { + "Level": 24, + "StageID": 204220780, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204220781, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204220782, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204220783, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204220784, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204220785, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204220786, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204220790, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204220791, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204220792, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204220793, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204220794, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204220795, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204220796, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204220800, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204220801, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204220802, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204220803, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204220804, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204220805, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204220806, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204220810, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204220811, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204220812, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204220813, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204220814, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204220815, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204220816, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204220820, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204220821, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204220822, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204220823, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204220824, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204220825, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204220826, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204220830, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204220831, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204220832, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204220833, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204220834, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204220835, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204220836, + "MonsterList": [ + [ + 4012030, + 4012040, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204220840, + "MonsterList": [ + [ + 4012020, + 4012030, + 4012030, + 4012040 + ] + ] + }, + { + "Level": 32, + "StageID": 204220841, + "MonsterList": [ + [ + 4012020, + 4012030, + 4012030, + 4012040 + ] + ] + }, + { + "Level": 40, + "StageID": 204220842, + "MonsterList": [ + [ + 4012020, + 4012030, + 4012030, + 4012040 + ] + ] + }, + { + "Level": 48, + "StageID": 204220843, + "MonsterList": [ + [ + 4012020, + 4012030, + 4012030, + 4012040 + ] + ] + }, + { + "Level": 56, + "StageID": 204220844, + "MonsterList": [ + [ + 4012020, + 4012030, + 4012030, + 4012040 + ] + ] + }, + { + "Level": 66, + "StageID": 204220845, + "MonsterList": [ + [ + 4012020, + 4012030, + 4012030, + 4012040 + ] + ] + }, + { + "Level": 88, + "StageID": 204220846, + "MonsterList": [ + [ + 4012020, + 4012030, + 4012030, + 4012040 + ] + ] + }, + { + "Level": 24, + "StageID": 204221010, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010, + 4022010 + ] + ] + }, + { + "Level": 32, + "StageID": 204221011, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010, + 4022010 + ] + ] + }, + { + "Level": 40, + "StageID": 204221012, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010, + 4022010 + ] + ] + }, + { + "Level": 48, + "StageID": 204221013, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010, + 4022010 + ] + ] + }, + { + "Level": 56, + "StageID": 204221014, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010, + 4022010 + ] + ] + }, + { + "Level": 66, + "StageID": 204221015, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010, + 4022010 + ] + ] + }, + { + "Level": 88, + "StageID": 204221016, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010, + 4022010 + ] + ] + }, + { + "Level": 24, + "StageID": 204221020, + "MonsterList": [ + [ + 4012020, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204221021, + "MonsterList": [ + [ + 4012020, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204221022, + "MonsterList": [ + [ + 4012020, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204221023, + "MonsterList": [ + [ + 4012020, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204221024, + "MonsterList": [ + [ + 4012020, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204221025, + "MonsterList": [ + [ + 4012020, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204221026, + "MonsterList": [ + [ + 4012020, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204221030, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204221031, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204221032, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204221033, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204221034, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204221035, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204221036, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204221040, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012030, + 4022010 + ] + ] + }, + { + "Level": 32, + "StageID": 204221041, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012030, + 4022010 + ] + ] + }, + { + "Level": 40, + "StageID": 204221042, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012030, + 4022010 + ] + ] + }, + { + "Level": 48, + "StageID": 204221043, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012030, + 4022010 + ] + ] + }, + { + "Level": 56, + "StageID": 204221044, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012030, + 4022010 + ] + ] + }, + { + "Level": 66, + "StageID": 204221045, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012030, + 4022010 + ] + ] + }, + { + "Level": 88, + "StageID": 204221046, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012030, + 4022010 + ] + ] + }, + { + "Level": 24, + "StageID": 204221050, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204221051, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204221052, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204221053, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204221054, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204221055, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204221056, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204221060, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204221061, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204221062, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204221063, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204221064, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204221065, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204221066, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204221070, + "MonsterList": [ + [ + 4012010, + 4022010, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204221071, + "MonsterList": [ + [ + 4012010, + 4022010, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204221072, + "MonsterList": [ + [ + 4012010, + 4022010, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204221073, + "MonsterList": [ + [ + 4012010, + 4022010, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204221074, + "MonsterList": [ + [ + 4012010, + 4022010, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204221075, + "MonsterList": [ + [ + 4012010, + 4022010, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204221076, + "MonsterList": [ + [ + 4012010, + 4022010, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204221080, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204221081, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204221082, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204221083, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204221084, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204221085, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204221086, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204221090, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010, + 4022010 + ] + ] + }, + { + "Level": 32, + "StageID": 204221091, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010, + 4022010 + ] + ] + }, + { + "Level": 40, + "StageID": 204221092, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010, + 4022010 + ] + ] + }, + { + "Level": 48, + "StageID": 204221093, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010, + 4022010 + ] + ] + }, + { + "Level": 56, + "StageID": 204221094, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010, + 4022010 + ] + ] + }, + { + "Level": 66, + "StageID": 204221095, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010, + 4022010 + ] + ] + }, + { + "Level": 88, + "StageID": 204221096, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010, + 4022010 + ] + ] + }, + { + "Level": 24, + "StageID": 204221100, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204221101, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204221102, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204221103, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204221104, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204221105, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204221106, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204221110, + "MonsterList": [ + [ + 4012020, + 4012030, + 4012040 + ] + ] + }, + { + "Level": 32, + "StageID": 204221111, + "MonsterList": [ + [ + 4012020, + 4012030, + 4012040 + ] + ] + }, + { + "Level": 40, + "StageID": 204221112, + "MonsterList": [ + [ + 4012020, + 4012030, + 4012040 + ] + ] + }, + { + "Level": 48, + "StageID": 204221113, + "MonsterList": [ + [ + 4012020, + 4012030, + 4012040 + ] + ] + }, + { + "Level": 56, + "StageID": 204221114, + "MonsterList": [ + [ + 4012020, + 4012030, + 4012040 + ] + ] + }, + { + "Level": 66, + "StageID": 204221115, + "MonsterList": [ + [ + 4012020, + 4012030, + 4012040 + ] + ] + }, + { + "Level": 88, + "StageID": 204221116, + "MonsterList": [ + [ + 4012020, + 4012030, + 4012040 + ] + ] + }, + { + "Level": 24, + "StageID": 204221120, + "MonsterList": [ + [ + 4012040, + 4012030, + 4012030, + 4012030, + 4012020 + ] + ] + }, + { + "Level": 32, + "StageID": 204221121, + "MonsterList": [ + [ + 4012040, + 4012030, + 4012030, + 4012030, + 4012020 + ] + ] + }, + { + "Level": 40, + "StageID": 204221122, + "MonsterList": [ + [ + 4012040, + 4012030, + 4012030, + 4012030, + 4012020 + ] + ] + }, + { + "Level": 48, + "StageID": 204221123, + "MonsterList": [ + [ + 4012040, + 4012030, + 4012030, + 4012030, + 4012020 + ] + ] + }, + { + "Level": 56, + "StageID": 204221124, + "MonsterList": [ + [ + 4012040, + 4012030, + 4012030, + 4012030, + 4012020 + ] + ] + }, + { + "Level": 66, + "StageID": 204221125, + "MonsterList": [ + [ + 4012040, + 4012030, + 4012030, + 4012030, + 4012020 + ] + ] + }, + { + "Level": 88, + "StageID": 204221126, + "MonsterList": [ + [ + 4012040, + 4012030, + 4012030, + 4012030, + 4012020 + ] + ] + }, + { + "Level": 24, + "StageID": 204221140, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204221141, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204221142, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204221143, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204221144, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204221145, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204221146, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204221150, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204221151, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204221152, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204221153, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204221154, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204221155, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204221156, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204221160, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204221161, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204221162, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204221163, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204221164, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204221165, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204221166, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204221170, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204221171, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204221172, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204221173, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204221174, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204221175, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204221176, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204221180, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 32, + "StageID": 204221181, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 40, + "StageID": 204221182, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 48, + "StageID": 204221183, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 56, + "StageID": 204221184, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 66, + "StageID": 204221185, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 88, + "StageID": 204221186, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 24, + "StageID": 204221190, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204221191, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204221192, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204221193, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204221194, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204221195, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204221196, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204221200, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204221201, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204221202, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204221203, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204221204, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204221205, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204221206, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204221210, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 32, + "StageID": 204221211, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 40, + "StageID": 204221212, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 48, + "StageID": 204221213, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 56, + "StageID": 204221214, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 66, + "StageID": 204221215, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 88, + "StageID": 204221216, + "MonsterList": [ + [ + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 24, + "StageID": 204221220, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204221221, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204221222, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204221223, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204221224, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204221225, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204221226, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204221230, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204221231, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204221232, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204221233, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204221234, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204221235, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204221236, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204221240, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204221241, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204221242, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204221243, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204221244, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204221245, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204221246, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204221250, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204221251, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204221252, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204221253, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204221254, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204221255, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204221256, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204221270, + "MonsterList": [ + [ + 4012010, + 4022010, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204221271, + "MonsterList": [ + [ + 4012010, + 4022010, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204221272, + "MonsterList": [ + [ + 4012010, + 4022010, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204221273, + "MonsterList": [ + [ + 4012010, + 4022010, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204221274, + "MonsterList": [ + [ + 4012010, + 4022010, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204221275, + "MonsterList": [ + [ + 4012010, + 4022010, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204221276, + "MonsterList": [ + [ + 4012010, + 4022010, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204221280, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204221281, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204221282, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204221283, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204221284, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204221285, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204221286, + "MonsterList": [ + [ + 4012030, + 4022010, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204221290, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204221291, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204221292, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204221293, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204221294, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204221295, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204221296, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204221300, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012030, + 4022010 + ] + ] + }, + { + "Level": 32, + "StageID": 204221301, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012030, + 4022010 + ] + ] + }, + { + "Level": 40, + "StageID": 204221302, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012030, + 4022010 + ] + ] + }, + { + "Level": 48, + "StageID": 204221303, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012030, + 4022010 + ] + ] + }, + { + "Level": 56, + "StageID": 204221304, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012030, + 4022010 + ] + ] + }, + { + "Level": 66, + "StageID": 204221305, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012030, + 4022010 + ] + ] + }, + { + "Level": 88, + "StageID": 204221306, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012030, + 4022010 + ] + ] + }, + { + "Level": 24, + "StageID": 204221310, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204221311, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204221312, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204221313, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204221314, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204221315, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204221316, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204221320, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204221321, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204221322, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204221323, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204221324, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204221325, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204221326, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204221330, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204221331, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204221332, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204221333, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204221334, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204221335, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204221336, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204221340, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204221341, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204221342, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204221343, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204221344, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204221345, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204221346, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204221360, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204221361, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204221362, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204221363, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204221364, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204221365, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204221366, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204221410, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010, + 4022010 + ] + ] + }, + { + "Level": 32, + "StageID": 204221411, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010, + 4022010 + ] + ] + }, + { + "Level": 40, + "StageID": 204221412, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010, + 4022010 + ] + ] + }, + { + "Level": 48, + "StageID": 204221413, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010, + 4022010 + ] + ] + }, + { + "Level": 56, + "StageID": 204221414, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010, + 4022010 + ] + ] + }, + { + "Level": 66, + "StageID": 204221415, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010, + 4022010 + ] + ] + }, + { + "Level": 88, + "StageID": 204221416, + "MonsterList": [ + [ + 4022010, + 4012010, + 4012010, + 4022010 + ] + ] + }, + { + "Level": 24, + "StageID": 204221420, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204221421, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204221422, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204221423, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204221424, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204221425, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204221426, + "MonsterList": [ + [ + 4012010, + 4012020, + 4012040, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204221430, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204221431, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204221432, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204221433, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204221434, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204221435, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204221436, + "MonsterList": [ + [ + 4012010, + 4012010, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204221440, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204221441, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204221442, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204221443, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204221444, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204221445, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204221446, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012010, + 4012020, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204221460, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204221461, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204221462, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204221463, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204221464, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204221465, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204221466, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204221470, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204221471, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204221472, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204221473, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204221474, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204221475, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204221476, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204221480, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204221481, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204221482, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204221483, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204221484, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204221485, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204221486, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204221490, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 32, + "StageID": 204221491, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 40, + "StageID": 204221492, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 48, + "StageID": 204221493, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 56, + "StageID": 204221494, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 66, + "StageID": 204221495, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 88, + "StageID": 204221496, + "MonsterList": [ + [ + 4032010, + 4022010, + 4032010, + 4032010, + 4022010 + ] + ] + }, + { + "Level": 32, + "StageID": 204222310, + "MonsterList": [ + [ + 4022010, + 4023010, + 4022010 + ] + ] + }, + { + "Level": 41, + "StageID": 204222311, + "MonsterList": [ + [ + 4022010, + 4023010, + 4022010 + ] + ] + }, + { + "Level": 50, + "StageID": 204222312, + "MonsterList": [ + [ + 4022010, + 4023010, + 4022010 + ] + ] + }, + { + "Level": 58, + "StageID": 204222313, + "MonsterList": [ + [ + 4022010, + 4023010, + 4022010 + ] + ] + }, + { + "Level": 68, + "StageID": 204222314, + "MonsterList": [ + [ + 4022010, + 4023010, + 4022010 + ] + ] + }, + { + "Level": 78, + "StageID": 204222315, + "MonsterList": [ + [ + 4022010, + 4023010, + 4022010 + ] + ] + }, + { + "Level": 93, + "StageID": 204222316, + "MonsterList": [ + [ + 4022010, + 4023010, + 4022010 + ] + ] + }, + { + "Level": 24, + "StageID": 204222410, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012050, + 4022010 + ] + ] + }, + { + "Level": 32, + "StageID": 204222411, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012050, + 4022010 + ] + ] + }, + { + "Level": 40, + "StageID": 204222412, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012050, + 4022010 + ] + ] + }, + { + "Level": 48, + "StageID": 204222413, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012050, + 4022010 + ] + ] + }, + { + "Level": 56, + "StageID": 204222414, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012050, + 4022010 + ] + ] + }, + { + "Level": 66, + "StageID": 204222415, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012050, + 4022010 + ] + ] + }, + { + "Level": 88, + "StageID": 204222416, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012050, + 4022010 + ] + ] + }, + { + "Level": 24, + "StageID": 204230010, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204230011, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204230012, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204230013, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204230014, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204230015, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204230016, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204230020, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 32, + "StageID": 204230021, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 40, + "StageID": 204230022, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 48, + "StageID": 204230023, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 56, + "StageID": 204230024, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 66, + "StageID": 204230025, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 88, + "StageID": 204230026, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 24, + "StageID": 204230030, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 32, + "StageID": 204230031, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 40, + "StageID": 204230032, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 48, + "StageID": 204230033, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 56, + "StageID": 204230034, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 66, + "StageID": 204230035, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 88, + "StageID": 204230036, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 24, + "StageID": 204230040, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 32, + "StageID": 204230041, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 40, + "StageID": 204230042, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 48, + "StageID": 204230043, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 56, + "StageID": 204230044, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 66, + "StageID": 204230045, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 88, + "StageID": 204230046, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 24, + "StageID": 204230050, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 32, + "StageID": 204230051, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 40, + "StageID": 204230052, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 48, + "StageID": 204230053, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 56, + "StageID": 204230054, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 66, + "StageID": 204230055, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 88, + "StageID": 204230056, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 24, + "StageID": 204230110, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204230111, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204230112, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204230113, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204230114, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204230115, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204230116, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204230120, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 32, + "StageID": 204230121, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 40, + "StageID": 204230122, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 48, + "StageID": 204230123, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 56, + "StageID": 204230124, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 66, + "StageID": 204230125, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 88, + "StageID": 204230126, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 24, + "StageID": 204230130, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 32, + "StageID": 204230131, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 40, + "StageID": 204230132, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 48, + "StageID": 204230133, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 56, + "StageID": 204230134, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 66, + "StageID": 204230135, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 88, + "StageID": 204230136, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 24, + "StageID": 204230140, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 32, + "StageID": 204230141, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 40, + "StageID": 204230142, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 48, + "StageID": 204230143, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 56, + "StageID": 204230144, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 66, + "StageID": 204230145, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 88, + "StageID": 204230146, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 24, + "StageID": 204230150, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 32, + "StageID": 204230151, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 40, + "StageID": 204230152, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 48, + "StageID": 204230153, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 56, + "StageID": 204230154, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 66, + "StageID": 204230155, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 88, + "StageID": 204230156, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 24, + "StageID": 204230160, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 32, + "StageID": 204230161, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 40, + "StageID": 204230162, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 48, + "StageID": 204230163, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 56, + "StageID": 204230164, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 66, + "StageID": 204230165, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 88, + "StageID": 204230166, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 24, + "StageID": 204230170, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 32, + "StageID": 204230171, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 40, + "StageID": 204230172, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 48, + "StageID": 204230173, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 56, + "StageID": 204230174, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 66, + "StageID": 204230175, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 88, + "StageID": 204230176, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 24, + "StageID": 204230180, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 32, + "StageID": 204230181, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 40, + "StageID": 204230182, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 48, + "StageID": 204230183, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 56, + "StageID": 204230184, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 66, + "StageID": 204230185, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 88, + "StageID": 204230186, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 24, + "StageID": 204230190, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 32, + "StageID": 204230191, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 40, + "StageID": 204230192, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 48, + "StageID": 204230193, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 56, + "StageID": 204230194, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 66, + "StageID": 204230195, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 88, + "StageID": 204230196, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 24, + "StageID": 204230200, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 32, + "StageID": 204230201, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 40, + "StageID": 204230202, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 48, + "StageID": 204230203, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 56, + "StageID": 204230204, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 66, + "StageID": 204230205, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 88, + "StageID": 204230206, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 24, + "StageID": 204230210, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204230211, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204230212, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204230213, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204230214, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204230215, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204230216, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204230240, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204230241, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204230242, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204230243, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204230244, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204230245, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204230246, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204230250, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030, + 4022010 + ] + ] + }, + { + "Level": 32, + "StageID": 204230251, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030, + 4022010 + ] + ] + }, + { + "Level": 40, + "StageID": 204230252, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030, + 4022010 + ] + ] + }, + { + "Level": 48, + "StageID": 204230253, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030, + 4022010 + ] + ] + }, + { + "Level": 56, + "StageID": 204230254, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030, + 4022010 + ] + ] + }, + { + "Level": 66, + "StageID": 204230255, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030, + 4022010 + ] + ] + }, + { + "Level": 88, + "StageID": 204230256, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030, + 4022010 + ] + ] + }, + { + "Level": 24, + "StageID": 204230260, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 32, + "StageID": 204230261, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 40, + "StageID": 204230262, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 48, + "StageID": 204230263, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 56, + "StageID": 204230264, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 66, + "StageID": 204230265, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 88, + "StageID": 204230266, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 24, + "StageID": 204230270, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030, + 4022010 + ] + ] + }, + { + "Level": 32, + "StageID": 204230271, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030, + 4022010 + ] + ] + }, + { + "Level": 40, + "StageID": 204230272, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030, + 4022010 + ] + ] + }, + { + "Level": 48, + "StageID": 204230273, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030, + 4022010 + ] + ] + }, + { + "Level": 56, + "StageID": 204230274, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030, + 4022010 + ] + ] + }, + { + "Level": 66, + "StageID": 204230275, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030, + 4022010 + ] + ] + }, + { + "Level": 88, + "StageID": 204230276, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030, + 4022010 + ] + ] + }, + { + "Level": 24, + "StageID": 204230280, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204230281, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204230282, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204230283, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204230284, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204230285, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204230286, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204230290, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 32, + "StageID": 204230291, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 40, + "StageID": 204230292, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 48, + "StageID": 204230293, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 56, + "StageID": 204230294, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 66, + "StageID": 204230295, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 88, + "StageID": 204230296, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 24, + "StageID": 204230320, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012030, + 4022010 + ] + ] + }, + { + "Level": 32, + "StageID": 204230321, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012030, + 4022010 + ] + ] + }, + { + "Level": 40, + "StageID": 204230322, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012030, + 4022010 + ] + ] + }, + { + "Level": 48, + "StageID": 204230323, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012030, + 4022010 + ] + ] + }, + { + "Level": 56, + "StageID": 204230324, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012030, + 4022010 + ] + ] + }, + { + "Level": 66, + "StageID": 204230325, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012030, + 4022010 + ] + ] + }, + { + "Level": 88, + "StageID": 204230326, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012030, + 4022010 + ] + ] + }, + { + "Level": 24, + "StageID": 204230330, + "MonsterList": [ + [ + 4012040, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204230331, + "MonsterList": [ + [ + 4012040, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204230332, + "MonsterList": [ + [ + 4012040, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204230333, + "MonsterList": [ + [ + 4012040, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204230334, + "MonsterList": [ + [ + 4012040, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204230335, + "MonsterList": [ + [ + 4012040, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204230336, + "MonsterList": [ + [ + 4012040, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204230340, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204230341, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204230342, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204230343, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204230344, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204230345, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204230346, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204230350, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204230351, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204230352, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204230353, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204230354, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204230355, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204230356, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204230360, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204230361, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204230362, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204230363, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204230364, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204230365, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204230366, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204230370, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204230371, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204230372, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204230373, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204230374, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204230375, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204230376, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204230380, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012010, + 4022010 + ] + ] + }, + { + "Level": 32, + "StageID": 204230381, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012010, + 4022010 + ] + ] + }, + { + "Level": 40, + "StageID": 204230382, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012010, + 4022010 + ] + ] + }, + { + "Level": 48, + "StageID": 204230383, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012010, + 4022010 + ] + ] + }, + { + "Level": 56, + "StageID": 204230384, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012010, + 4022010 + ] + ] + }, + { + "Level": 66, + "StageID": 204230385, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012010, + 4022010 + ] + ] + }, + { + "Level": 88, + "StageID": 204230386, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012010, + 4022010 + ] + ] + }, + { + "Level": 24, + "StageID": 204230390, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204230391, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204230392, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204230393, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204230394, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204230395, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204230396, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204230700, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 32, + "StageID": 204230701, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 40, + "StageID": 204230702, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 48, + "StageID": 204230703, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 56, + "StageID": 204230704, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 66, + "StageID": 204230705, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 88, + "StageID": 204230706, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 24, + "StageID": 204230730, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204230731, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204230732, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204230733, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204230734, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204230735, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204230736, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204230760, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030, + 4032010 + ], + [ + 4032010, + 4033010, + 4032030 + ], + [ + 4032010, + 4033010, + 4033010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204230761, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030, + 4032010 + ], + [ + 4032010, + 4033010, + 4032030 + ], + [ + 4032010, + 4033010, + 4033010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204230762, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030, + 4032010 + ], + [ + 4032010, + 4033010, + 4032030 + ], + [ + 4032010, + 4033010, + 4033010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204230763, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030, + 4032010 + ], + [ + 4032010, + 4033010, + 4032030 + ], + [ + 4032010, + 4033010, + 4033010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204230764, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030, + 4032010 + ], + [ + 4032010, + 4033010, + 4032030 + ], + [ + 4032010, + 4033010, + 4033010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204230765, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030, + 4032010 + ], + [ + 4032010, + 4033010, + 4032030 + ], + [ + 4032010, + 4033010, + 4033010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204230766, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030, + 4032010 + ], + [ + 4032010, + 4033010, + 4032030 + ], + [ + 4032010, + 4033010, + 4033010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204230800, + "MonsterList": [ + [ + 4014032 + ] + ] + }, + { + "Level": 32, + "StageID": 204230801, + "MonsterList": [ + [ + 4014032 + ] + ] + }, + { + "Level": 40, + "StageID": 204230802, + "MonsterList": [ + [ + 4014032 + ] + ] + }, + { + "Level": 48, + "StageID": 204230803, + "MonsterList": [ + [ + 4014032 + ] + ] + }, + { + "Level": 56, + "StageID": 204230804, + "MonsterList": [ + [ + 4014032 + ] + ] + }, + { + "Level": 66, + "StageID": 204230805, + "MonsterList": [ + [ + 4014032 + ] + ] + }, + { + "Level": 88, + "StageID": 204230806, + "MonsterList": [ + [ + 4014032 + ] + ] + }, + { + "Level": 24, + "StageID": 204230910, + "MonsterList": [ + [ + 4012020, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204230911, + "MonsterList": [ + [ + 4012020, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 42, + "StageID": 204230912, + "MonsterList": [ + [ + 4012020, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 52, + "StageID": 204230913, + "MonsterList": [ + [ + 4012020, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 62, + "StageID": 204230914, + "MonsterList": [ + [ + 4012020, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 73, + "StageID": 204230915, + "MonsterList": [ + [ + 4012020, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 85, + "StageID": 204230916, + "MonsterList": [ + [ + 4012020, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204230920, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012020, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204230921, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012020, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 42, + "StageID": 204230922, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012020, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 52, + "StageID": 204230923, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012020, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 62, + "StageID": 204230924, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012020, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 73, + "StageID": 204230925, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012020, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 85, + "StageID": 204230926, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012020, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204230930, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204230931, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 42, + "StageID": 204230932, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 52, + "StageID": 204230933, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 62, + "StageID": 204230934, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 73, + "StageID": 204230935, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 85, + "StageID": 204230936, + "MonsterList": [ + [ + 4012030, + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204230940, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012020 + ] + ] + }, + { + "Level": 32, + "StageID": 204230941, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012020 + ] + ] + }, + { + "Level": 42, + "StageID": 204230942, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012020 + ] + ] + }, + { + "Level": 52, + "StageID": 204230943, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012020 + ] + ] + }, + { + "Level": 62, + "StageID": 204230944, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012020 + ] + ] + }, + { + "Level": 73, + "StageID": 204230945, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012020 + ] + ] + }, + { + "Level": 85, + "StageID": 204230946, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012020 + ] + ] + }, + { + "Level": 24, + "StageID": 204230950, + "MonsterList": [ + [ + 4012020, + 4012030, + 4012020, + 4012030, + 4012020 + ], + [ + 4012020, + 4013010, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204230951, + "MonsterList": [ + [ + 4012020, + 4012030, + 4012020, + 4012030, + 4012020 + ], + [ + 4012020, + 4013010, + 4012030 + ] + ] + }, + { + "Level": 42, + "StageID": 204230952, + "MonsterList": [ + [ + 4012020, + 4012030, + 4012020, + 4012030, + 4012020 + ], + [ + 4012020, + 4013010, + 4012030 + ] + ] + }, + { + "Level": 52, + "StageID": 204230953, + "MonsterList": [ + [ + 4012020, + 4012030, + 4012020, + 4012030, + 4012020 + ], + [ + 4012020, + 4013010, + 4012030 + ] + ] + }, + { + "Level": 62, + "StageID": 204230954, + "MonsterList": [ + [ + 4012020, + 4012030, + 4012020, + 4012030, + 4012020 + ], + [ + 4012020, + 4013010, + 4012030 + ] + ] + }, + { + "Level": 73, + "StageID": 204230955, + "MonsterList": [ + [ + 4012020, + 4012030, + 4012020, + 4012030, + 4012020 + ], + [ + 4012020, + 4013010, + 4012030 + ] + ] + }, + { + "Level": 85, + "StageID": 204230956, + "MonsterList": [ + [ + 4012020, + 4012030, + 4012020, + 4012030, + 4012020 + ], + [ + 4012020, + 4013010, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204231010, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204231011, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204231012, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204231013, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204231014, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204231015, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204231016, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204231020, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 32, + "StageID": 204231021, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 40, + "StageID": 204231022, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 48, + "StageID": 204231023, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 56, + "StageID": 204231024, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 66, + "StageID": 204231025, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 88, + "StageID": 204231026, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 24, + "StageID": 204231030, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 32, + "StageID": 204231031, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 40, + "StageID": 204231032, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 48, + "StageID": 204231033, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 56, + "StageID": 204231034, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 66, + "StageID": 204231035, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 88, + "StageID": 204231036, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 24, + "StageID": 204231040, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 32, + "StageID": 204231041, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 40, + "StageID": 204231042, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 48, + "StageID": 204231043, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 56, + "StageID": 204231044, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 66, + "StageID": 204231045, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 88, + "StageID": 204231046, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 24, + "StageID": 204231050, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 32, + "StageID": 204231051, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 40, + "StageID": 204231052, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 48, + "StageID": 204231053, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 56, + "StageID": 204231054, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 66, + "StageID": 204231055, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 88, + "StageID": 204231056, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 24, + "StageID": 204231060, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204231061, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204231062, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204231063, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204231064, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204231065, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204231066, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204231070, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204231071, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204231072, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204231073, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204231074, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204231075, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204231076, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204231110, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204231111, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204231112, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204231113, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204231114, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204231115, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204231116, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204231120, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 32, + "StageID": 204231121, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 40, + "StageID": 204231122, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 48, + "StageID": 204231123, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 56, + "StageID": 204231124, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 66, + "StageID": 204231125, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 88, + "StageID": 204231126, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 24, + "StageID": 204231130, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 32, + "StageID": 204231131, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 40, + "StageID": 204231132, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 48, + "StageID": 204231133, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 56, + "StageID": 204231134, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 66, + "StageID": 204231135, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 88, + "StageID": 204231136, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 24, + "StageID": 204231140, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 32, + "StageID": 204231141, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 40, + "StageID": 204231142, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 48, + "StageID": 204231143, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 56, + "StageID": 204231144, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 66, + "StageID": 204231145, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 88, + "StageID": 204231146, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 24, + "StageID": 204231150, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 32, + "StageID": 204231151, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 40, + "StageID": 204231152, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 48, + "StageID": 204231153, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 56, + "StageID": 204231154, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 66, + "StageID": 204231155, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 88, + "StageID": 204231156, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 24, + "StageID": 204231160, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204231161, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204231162, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204231163, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204231164, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204231165, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204231166, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204231170, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204231171, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204231172, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204231173, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204231174, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204231175, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204231176, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204231180, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204231181, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204231182, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204231183, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204231184, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204231185, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204231186, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204231190, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204231191, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204231192, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204231193, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204231194, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204231195, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204231196, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204231200, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204231201, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204231202, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204231203, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204231204, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204231205, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204231206, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204231210, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204231211, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204231212, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204231213, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204231214, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204231215, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204231216, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204231240, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204231241, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204231242, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204231243, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204231244, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204231245, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204231246, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204231250, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030, + 4022010 + ] + ] + }, + { + "Level": 32, + "StageID": 204231251, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030, + 4022010 + ] + ] + }, + { + "Level": 40, + "StageID": 204231252, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030, + 4022010 + ] + ] + }, + { + "Level": 48, + "StageID": 204231253, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030, + 4022010 + ] + ] + }, + { + "Level": 56, + "StageID": 204231254, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030, + 4022010 + ] + ] + }, + { + "Level": 66, + "StageID": 204231255, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030, + 4022010 + ] + ] + }, + { + "Level": 88, + "StageID": 204231256, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030, + 4022010 + ] + ] + }, + { + "Level": 24, + "StageID": 204231260, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 32, + "StageID": 204231261, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 40, + "StageID": 204231262, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 48, + "StageID": 204231263, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 56, + "StageID": 204231264, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 66, + "StageID": 204231265, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 88, + "StageID": 204231266, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 24, + "StageID": 204231270, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030, + 4022010 + ] + ] + }, + { + "Level": 32, + "StageID": 204231271, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030, + 4022010 + ] + ] + }, + { + "Level": 40, + "StageID": 204231272, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030, + 4022010 + ] + ] + }, + { + "Level": 48, + "StageID": 204231273, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030, + 4022010 + ] + ] + }, + { + "Level": 56, + "StageID": 204231274, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030, + 4022010 + ] + ] + }, + { + "Level": 66, + "StageID": 204231275, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030, + 4022010 + ] + ] + }, + { + "Level": 88, + "StageID": 204231276, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030, + 4022010 + ] + ] + }, + { + "Level": 24, + "StageID": 204231280, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204231281, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204231282, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204231283, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204231284, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204231285, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204231286, + "MonsterList": [ + [ + 4032010, + 4032010, + 4022010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204231290, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 32, + "StageID": 204231291, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 40, + "StageID": 204231292, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 48, + "StageID": 204231293, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 56, + "StageID": 204231294, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 66, + "StageID": 204231295, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 88, + "StageID": 204231296, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 24, + "StageID": 204231320, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012030, + 4022010 + ] + ] + }, + { + "Level": 32, + "StageID": 204231321, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012030, + 4022010 + ] + ] + }, + { + "Level": 40, + "StageID": 204231322, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012030, + 4022010 + ] + ] + }, + { + "Level": 48, + "StageID": 204231323, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012030, + 4022010 + ] + ] + }, + { + "Level": 56, + "StageID": 204231324, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012030, + 4022010 + ] + ] + }, + { + "Level": 66, + "StageID": 204231325, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012030, + 4022010 + ] + ] + }, + { + "Level": 88, + "StageID": 204231326, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012030, + 4022010 + ] + ] + }, + { + "Level": 24, + "StageID": 204231330, + "MonsterList": [ + [ + 4012040, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204231331, + "MonsterList": [ + [ + 4012040, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204231332, + "MonsterList": [ + [ + 4012040, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204231333, + "MonsterList": [ + [ + 4012040, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204231334, + "MonsterList": [ + [ + 4012040, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204231335, + "MonsterList": [ + [ + 4012040, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204231336, + "MonsterList": [ + [ + 4012040, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204231340, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204231341, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204231342, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204231343, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204231344, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204231345, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204231346, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204231350, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204231351, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204231352, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204231353, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204231354, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204231355, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204231356, + "MonsterList": [ + [ + 4012030, + 4012020, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204231360, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204231361, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204231362, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204231363, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204231364, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204231365, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204231366, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012010, + 4012030 + ] + ] + }, + { + "Level": 24, + "StageID": 204231370, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204231371, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204231372, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204231373, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204231374, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204231375, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204231376, + "MonsterList": [ + [ + 4012010, + 4012030, + 4012030, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204231380, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012010, + 4012030, + 4022010 + ] + ] + }, + { + "Level": 32, + "StageID": 204231381, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012010, + 4012030, + 4022010 + ] + ] + }, + { + "Level": 40, + "StageID": 204231382, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012010, + 4012030, + 4022010 + ] + ] + }, + { + "Level": 48, + "StageID": 204231383, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012010, + 4012030, + 4022010 + ] + ] + }, + { + "Level": 56, + "StageID": 204231384, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012010, + 4012030, + 4022010 + ] + ] + }, + { + "Level": 66, + "StageID": 204231385, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012010, + 4012030, + 4022010 + ] + ] + }, + { + "Level": 88, + "StageID": 204231386, + "MonsterList": [ + [ + 4022010, + 4012030, + 4012010, + 4012030, + 4022010 + ] + ] + }, + { + "Level": 24, + "StageID": 204231390, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204231391, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 40, + "StageID": 204231392, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 48, + "StageID": 204231393, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 56, + "StageID": 204231394, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 66, + "StageID": 204231395, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 88, + "StageID": 204231396, + "MonsterList": [ + [ + 4012030, + 4012030, + 4012030 + ] + ] + }, + { + "Level": 32, + "StageID": 204232310, + "MonsterList": [ + [ + 4032030, + 4032010, + 4033010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 41, + "StageID": 204232311, + "MonsterList": [ + [ + 4032030, + 4032010, + 4033010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 50, + "StageID": 204232312, + "MonsterList": [ + [ + 4032030, + 4032010, + 4033010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 58, + "StageID": 204232313, + "MonsterList": [ + [ + 4032030, + 4032010, + 4033010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 68, + "StageID": 204232314, + "MonsterList": [ + [ + 4032030, + 4032010, + 4033010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 78, + "StageID": 204232315, + "MonsterList": [ + [ + 4032030, + 4032010, + 4033010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 93, + "StageID": 204232316, + "MonsterList": [ + [ + 4032030, + 4032010, + 4033010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204232410, + "MonsterList": [ + [ + 4012010, + 4022010, + 4012050, + 4012010 + ] + ] + }, + { + "Level": 32, + "StageID": 204232411, + "MonsterList": [ + [ + 4012010, + 4022010, + 4012050, + 4012010 + ] + ] + }, + { + "Level": 40, + "StageID": 204232412, + "MonsterList": [ + [ + 4012010, + 4022010, + 4012050, + 4012010 + ] + ] + }, + { + "Level": 48, + "StageID": 204232413, + "MonsterList": [ + [ + 4012010, + 4022010, + 4012050, + 4012010 + ] + ] + }, + { + "Level": 56, + "StageID": 204232414, + "MonsterList": [ + [ + 4012010, + 4022010, + 4012050, + 4012010 + ] + ] + }, + { + "Level": 66, + "StageID": 204232415, + "MonsterList": [ + [ + 4012010, + 4022010, + 4012050, + 4012010 + ] + ] + }, + { + "Level": 88, + "StageID": 204232416, + "MonsterList": [ + [ + 4012010, + 4022010, + 4012050, + 4012010 + ] + ] + }, + { + "Level": 24, + "StageID": 204232420, + "MonsterList": [ + [ + 4032030, + 4012050, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 32, + "StageID": 204232421, + "MonsterList": [ + [ + 4032030, + 4012050, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 40, + "StageID": 204232422, + "MonsterList": [ + [ + 4032030, + 4012050, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 48, + "StageID": 204232423, + "MonsterList": [ + [ + 4032030, + 4012050, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 56, + "StageID": 204232424, + "MonsterList": [ + [ + 4032030, + 4012050, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 66, + "StageID": 204232425, + "MonsterList": [ + [ + 4032030, + 4012050, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 88, + "StageID": 204232426, + "MonsterList": [ + [ + 4032030, + 4012050, + 4032030, + 4032030 + ] + ] + }, + { + "Level": 24, + "StageID": 204310010, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204310011, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204310012, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204310013, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204310014, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204310015, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204310016, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204310020, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 32, + "StageID": 204310021, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 40, + "StageID": 204310022, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 48, + "StageID": 204310023, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 56, + "StageID": 204310024, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 66, + "StageID": 204310025, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 88, + "StageID": 204310026, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 24, + "StageID": 204310030, + "MonsterList": [ + [ + 4032040, + 4032030, + 4032040 + ] + ] + }, + { + "Level": 32, + "StageID": 204310031, + "MonsterList": [ + [ + 4032040, + 4032030, + 4032040 + ] + ] + }, + { + "Level": 40, + "StageID": 204310032, + "MonsterList": [ + [ + 4032040, + 4032030, + 4032040 + ] + ] + }, + { + "Level": 48, + "StageID": 204310033, + "MonsterList": [ + [ + 4032040, + 4032030, + 4032040 + ] + ] + }, + { + "Level": 56, + "StageID": 204310034, + "MonsterList": [ + [ + 4032040, + 4032030, + 4032040 + ] + ] + }, + { + "Level": 66, + "StageID": 204310035, + "MonsterList": [ + [ + 4032040, + 4032030, + 4032040 + ] + ] + }, + { + "Level": 88, + "StageID": 204310036, + "MonsterList": [ + [ + 4032040, + 4032030, + 4032040 + ] + ] + }, + { + "Level": 24, + "StageID": 204310040, + "MonsterList": [ + [ + 4032040, + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204310041, + "MonsterList": [ + [ + 4032040, + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204310042, + "MonsterList": [ + [ + 4032040, + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204310043, + "MonsterList": [ + [ + 4032040, + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204310044, + "MonsterList": [ + [ + 4032040, + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204310045, + "MonsterList": [ + [ + 4032040, + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204310046, + "MonsterList": [ + [ + 4032040, + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204310050, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204310051, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204310052, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204310053, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204310054, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204310055, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204310056, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204310060, + "MonsterList": [ + [ + 4032040, + 4032010, + 4032040 + ] + ] + }, + { + "Level": 32, + "StageID": 204310061, + "MonsterList": [ + [ + 4032040, + 4032010, + 4032040 + ] + ] + }, + { + "Level": 40, + "StageID": 204310062, + "MonsterList": [ + [ + 4032040, + 4032010, + 4032040 + ] + ] + }, + { + "Level": 48, + "StageID": 204310063, + "MonsterList": [ + [ + 4032040, + 4032010, + 4032040 + ] + ] + }, + { + "Level": 56, + "StageID": 204310064, + "MonsterList": [ + [ + 4032040, + 4032010, + 4032040 + ] + ] + }, + { + "Level": 66, + "StageID": 204310065, + "MonsterList": [ + [ + 4032040, + 4032010, + 4032040 + ] + ] + }, + { + "Level": 88, + "StageID": 204310066, + "MonsterList": [ + [ + 4032040, + 4032010, + 4032040 + ] + ] + }, + { + "Level": 24, + "StageID": 204310070, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010, + 4032050 + ] + ] + }, + { + "Level": 32, + "StageID": 204310071, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010, + 4032050 + ] + ] + }, + { + "Level": 40, + "StageID": 204310072, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010, + 4032050 + ] + ] + }, + { + "Level": 48, + "StageID": 204310073, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010, + 4032050 + ] + ] + }, + { + "Level": 56, + "StageID": 204310074, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010, + 4032050 + ] + ] + }, + { + "Level": 66, + "StageID": 204310075, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010, + 4032050 + ] + ] + }, + { + "Level": 88, + "StageID": 204310076, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010, + 4032050 + ] + ] + }, + { + "Level": 24, + "StageID": 204310080, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204310081, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204310082, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204310083, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204310084, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204310085, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204310086, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204310090, + "MonsterList": [ + [ + 4032050, + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204310091, + "MonsterList": [ + [ + 4032050, + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204310092, + "MonsterList": [ + [ + 4032050, + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204310093, + "MonsterList": [ + [ + 4032050, + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204310094, + "MonsterList": [ + [ + 4032050, + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204310095, + "MonsterList": [ + [ + 4032050, + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204310096, + "MonsterList": [ + [ + 4032050, + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204310110, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 32, + "StageID": 204310111, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 40, + "StageID": 204310112, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 48, + "StageID": 204310113, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 56, + "StageID": 204310114, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 66, + "StageID": 204310115, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 88, + "StageID": 204310116, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 24, + "StageID": 204310120, + "MonsterList": [ + [ + 4032050, + 4032040, + 4032050 + ] + ] + }, + { + "Level": 32, + "StageID": 204310121, + "MonsterList": [ + [ + 4032050, + 4032040, + 4032050 + ] + ] + }, + { + "Level": 40, + "StageID": 204310122, + "MonsterList": [ + [ + 4032050, + 4032040, + 4032050 + ] + ] + }, + { + "Level": 48, + "StageID": 204310123, + "MonsterList": [ + [ + 4032050, + 4032040, + 4032050 + ] + ] + }, + { + "Level": 56, + "StageID": 204310124, + "MonsterList": [ + [ + 4032050, + 4032040, + 4032050 + ] + ] + }, + { + "Level": 66, + "StageID": 204310125, + "MonsterList": [ + [ + 4032050, + 4032040, + 4032050 + ] + ] + }, + { + "Level": 88, + "StageID": 204310126, + "MonsterList": [ + [ + 4032050, + 4032040, + 4032050 + ] + ] + }, + { + "Level": 24, + "StageID": 204310130, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204310131, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204310132, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204310133, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204310134, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204310135, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204310136, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204310140, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204310141, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204310142, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204310143, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204310144, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204310145, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204310146, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204310150, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204310151, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204310152, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204310153, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204310154, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204310155, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204310156, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204310160, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204310161, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204310162, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204310163, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204310164, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204310165, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204310166, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204310170, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204310171, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204310172, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204310173, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204310174, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204310175, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204310176, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204310210, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204310211, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204310212, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204310213, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204310214, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204310215, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204310216, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204310220, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204310221, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204310222, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204310223, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204310224, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204310225, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204310226, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204310310, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032030 + ] + ] + }, + { + "Level": 32, + "StageID": 204310311, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032030 + ] + ] + }, + { + "Level": 40, + "StageID": 204310312, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032030 + ] + ] + }, + { + "Level": 48, + "StageID": 204310313, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032030 + ] + ] + }, + { + "Level": 56, + "StageID": 204310314, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032030 + ] + ] + }, + { + "Level": 66, + "StageID": 204310315, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032030 + ] + ] + }, + { + "Level": 88, + "StageID": 204310316, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032030 + ] + ] + }, + { + "Level": 24, + "StageID": 204310320, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 32, + "StageID": 204310321, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 40, + "StageID": 204310322, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 48, + "StageID": 204310323, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 56, + "StageID": 204310324, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 66, + "StageID": 204310325, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 88, + "StageID": 204310326, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 24, + "StageID": 204310340, + "MonsterList": [ + [ + 4032050, + 4032050, + 4032050 + ] + ] + }, + { + "Level": 32, + "StageID": 204310341, + "MonsterList": [ + [ + 4032050, + 4032050, + 4032050 + ] + ] + }, + { + "Level": 40, + "StageID": 204310342, + "MonsterList": [ + [ + 4032050, + 4032050, + 4032050 + ] + ] + }, + { + "Level": 48, + "StageID": 204310343, + "MonsterList": [ + [ + 4032050, + 4032050, + 4032050 + ] + ] + }, + { + "Level": 56, + "StageID": 204310344, + "MonsterList": [ + [ + 4032050, + 4032050, + 4032050 + ] + ] + }, + { + "Level": 66, + "StageID": 204310345, + "MonsterList": [ + [ + 4032050, + 4032050, + 4032050 + ] + ] + }, + { + "Level": 88, + "StageID": 204310346, + "MonsterList": [ + [ + 4032050, + 4032050, + 4032050 + ] + ] + }, + { + "Level": 24, + "StageID": 204310360, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204310361, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204310362, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204310363, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204310364, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204310365, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204310366, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204310380, + "MonsterList": [ + [ + 4032030, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204310381, + "MonsterList": [ + [ + 4032030, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204310382, + "MonsterList": [ + [ + 4032030, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204310383, + "MonsterList": [ + [ + 4032030, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204310384, + "MonsterList": [ + [ + 4032030, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204310385, + "MonsterList": [ + [ + 4032030, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204310386, + "MonsterList": [ + [ + 4032030, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204310550, + "MonsterList": [ + [ + 4032010, + 4033010, + 4032030 + ] + ] + }, + { + "Level": 32, + "StageID": 204310551, + "MonsterList": [ + [ + 4032010, + 4033010, + 4032030 + ] + ] + }, + { + "Level": 40, + "StageID": 204310552, + "MonsterList": [ + [ + 4032010, + 4033010, + 4032030 + ] + ] + }, + { + "Level": 48, + "StageID": 204310553, + "MonsterList": [ + [ + 4032010, + 4033010, + 4032030 + ] + ] + }, + { + "Level": 56, + "StageID": 204310554, + "MonsterList": [ + [ + 4032010, + 4033010, + 4032030 + ] + ] + }, + { + "Level": 66, + "StageID": 204310555, + "MonsterList": [ + [ + 4032010, + 4033010, + 4032030 + ] + ] + }, + { + "Level": 88, + "StageID": 204310556, + "MonsterList": [ + [ + 4032010, + 4033010, + 4032030 + ] + ] + }, + { + "Level": 24, + "StageID": 204310600, + "MonsterList": [ + [ + 4032030, + 4033030, + 4032050 + ] + ] + }, + { + "Level": 32, + "StageID": 204310601, + "MonsterList": [ + [ + 4032030, + 4033030, + 4032050 + ] + ] + }, + { + "Level": 40, + "StageID": 204310602, + "MonsterList": [ + [ + 4032030, + 4033030, + 4032050 + ] + ] + }, + { + "Level": 48, + "StageID": 204310603, + "MonsterList": [ + [ + 4032030, + 4033030, + 4032050 + ] + ] + }, + { + "Level": 56, + "StageID": 204310604, + "MonsterList": [ + [ + 4032030, + 4033030, + 4032050 + ] + ] + }, + { + "Level": 66, + "StageID": 204310605, + "MonsterList": [ + [ + 4032030, + 4033030, + 4032050 + ] + ] + }, + { + "Level": 88, + "StageID": 204310606, + "MonsterList": [ + [ + 4032030, + 4033030, + 4032050 + ] + ] + }, + { + "Level": 24, + "StageID": 204310620, + "MonsterList": [ + [ + 4032040, + 4032050, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 32, + "StageID": 204310621, + "MonsterList": [ + [ + 4032040, + 4032050, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 40, + "StageID": 204310622, + "MonsterList": [ + [ + 4032040, + 4032050, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 48, + "StageID": 204310623, + "MonsterList": [ + [ + 4032040, + 4032050, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 56, + "StageID": 204310624, + "MonsterList": [ + [ + 4032040, + 4032050, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 66, + "StageID": 204310625, + "MonsterList": [ + [ + 4032040, + 4032050, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 88, + "StageID": 204310626, + "MonsterList": [ + [ + 4032040, + 4032050, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 24, + "StageID": 204310630, + "MonsterList": [ + [ + 4032050, + 4033010, + 4032040 + ] + ] + }, + { + "Level": 32, + "StageID": 204310631, + "MonsterList": [ + [ + 4032050, + 4033010, + 4032040 + ] + ] + }, + { + "Level": 40, + "StageID": 204310632, + "MonsterList": [ + [ + 4032050, + 4033010, + 4032040 + ] + ] + }, + { + "Level": 48, + "StageID": 204310633, + "MonsterList": [ + [ + 4032050, + 4033010, + 4032040 + ] + ] + }, + { + "Level": 56, + "StageID": 204310634, + "MonsterList": [ + [ + 4032050, + 4033010, + 4032040 + ] + ] + }, + { + "Level": 66, + "StageID": 204310635, + "MonsterList": [ + [ + 4032050, + 4033010, + 4032040 + ] + ] + }, + { + "Level": 88, + "StageID": 204310636, + "MonsterList": [ + [ + 4032050, + 4033010, + 4032040 + ] + ] + }, + { + "Level": 24, + "StageID": 204310650, + "MonsterList": [ + [ + 4032010, + 4033020, + 4032040 + ] + ] + }, + { + "Level": 32, + "StageID": 204310651, + "MonsterList": [ + [ + 4032010, + 4033020, + 4032040 + ] + ] + }, + { + "Level": 40, + "StageID": 204310652, + "MonsterList": [ + [ + 4032010, + 4033020, + 4032040 + ] + ] + }, + { + "Level": 48, + "StageID": 204310653, + "MonsterList": [ + [ + 4032010, + 4033020, + 4032040 + ] + ] + }, + { + "Level": 56, + "StageID": 204310654, + "MonsterList": [ + [ + 4032010, + 4033020, + 4032040 + ] + ] + }, + { + "Level": 66, + "StageID": 204310655, + "MonsterList": [ + [ + 4032010, + 4033020, + 4032040 + ] + ] + }, + { + "Level": 88, + "StageID": 204310656, + "MonsterList": [ + [ + 4032010, + 4033020, + 4032040 + ] + ] + }, + { + "Level": 24, + "StageID": 204310700, + "MonsterList": [ + [ + 401501001 + ] + ] + }, + { + "Level": 32, + "StageID": 204310701, + "MonsterList": [ + [ + 401501001 + ] + ] + }, + { + "Level": 40, + "StageID": 204310702, + "MonsterList": [ + [ + 401501001 + ] + ] + }, + { + "Level": 48, + "StageID": 204310703, + "MonsterList": [ + [ + 401501001 + ] + ] + }, + { + "Level": 56, + "StageID": 204310704, + "MonsterList": [ + [ + 401501001 + ] + ] + }, + { + "Level": 66, + "StageID": 204310705, + "MonsterList": [ + [ + 401501001 + ] + ] + }, + { + "Level": 88, + "StageID": 204310706, + "MonsterList": [ + [ + 401501001 + ] + ] + }, + { + "Level": 24, + "StageID": 204310800, + "MonsterList": [ + [ + 401502001 + ] + ] + }, + { + "Level": 32, + "StageID": 204310801, + "MonsterList": [ + [ + 401502001 + ] + ] + }, + { + "Level": 40, + "StageID": 204310802, + "MonsterList": [ + [ + 401502001 + ] + ] + }, + { + "Level": 48, + "StageID": 204310803, + "MonsterList": [ + [ + 401502001 + ] + ] + }, + { + "Level": 56, + "StageID": 204310804, + "MonsterList": [ + [ + 401502001 + ] + ] + }, + { + "Level": 66, + "StageID": 204310805, + "MonsterList": [ + [ + 401502001 + ] + ] + }, + { + "Level": 88, + "StageID": 204310806, + "MonsterList": [ + [ + 401502001 + ] + ] + }, + { + "Level": 32, + "StageID": 204310850, + "MonsterList": [ + [ + 4034010 + ] + ] + }, + { + "Level": 40, + "StageID": 204310851, + "MonsterList": [ + [ + 4034010 + ] + ] + }, + { + "Level": 48, + "StageID": 204310852, + "MonsterList": [ + [ + 4034010 + ] + ] + }, + { + "Level": 55, + "StageID": 204310853, + "MonsterList": [ + [ + 4034010 + ] + ] + }, + { + "Level": 65, + "StageID": 204310854, + "MonsterList": [ + [ + 4034010 + ] + ] + }, + { + "Level": 78, + "StageID": 204310855, + "MonsterList": [ + [ + 4034010 + ] + ] + }, + { + "Level": 88, + "StageID": 204310856, + "MonsterList": [ + [ + 4034010 + ] + ] + }, + { + "Level": 24, + "StageID": 204310900, + "MonsterList": [ + [ + 4032050, + 4032040, + 4032050 + ], + [ + 4032030, + 4032040, + 4032010, + 4032030 + ], + [ + 4032010, + 4033020, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204310901, + "MonsterList": [ + [ + 4032050, + 4032040, + 4032050 + ], + [ + 4032030, + 4032040, + 4032010, + 4032030 + ], + [ + 4032010, + 4033020, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204310902, + "MonsterList": [ + [ + 4032050, + 4032040, + 4032050 + ], + [ + 4032030, + 4032040, + 4032010, + 4032030 + ], + [ + 4032010, + 4033020, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204310903, + "MonsterList": [ + [ + 4032050, + 4032040, + 4032050 + ], + [ + 4032030, + 4032040, + 4032010, + 4032030 + ], + [ + 4032010, + 4033020, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204310904, + "MonsterList": [ + [ + 4032050, + 4032040, + 4032050 + ], + [ + 4032030, + 4032040, + 4032010, + 4032030 + ], + [ + 4032010, + 4033020, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204310905, + "MonsterList": [ + [ + 4032050, + 4032040, + 4032050 + ], + [ + 4032030, + 4032040, + 4032010, + 4032030 + ], + [ + 4032010, + 4033020, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204310906, + "MonsterList": [ + [ + 4032050, + 4032040, + 4032050 + ], + [ + 4032030, + 4032040, + 4032010, + 4032030 + ], + [ + 4032010, + 4033020, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204310910, + "MonsterList": [ + [ + 4032040, + 4032030, + 4032010 + ], + [ + 4032010, + 4032050, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204310911, + "MonsterList": [ + [ + 4032040, + 4032030, + 4032010 + ], + [ + 4032010, + 4032050, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204310912, + "MonsterList": [ + [ + 4032040, + 4032030, + 4032010 + ], + [ + 4032010, + 4032050, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204310913, + "MonsterList": [ + [ + 4032040, + 4032030, + 4032010 + ], + [ + 4032010, + 4032050, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204310914, + "MonsterList": [ + [ + 4032040, + 4032030, + 4032010 + ], + [ + 4032010, + 4032050, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204310915, + "MonsterList": [ + [ + 4032040, + 4032030, + 4032010 + ], + [ + 4032010, + 4032050, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204310916, + "MonsterList": [ + [ + 4032040, + 4032030, + 4032010 + ], + [ + 4032010, + 4032050, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204311010, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204311011, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204311012, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204311013, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204311014, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204311015, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204311016, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204311020, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 32, + "StageID": 204311021, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 40, + "StageID": 204311022, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 48, + "StageID": 204311023, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 56, + "StageID": 204311024, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 66, + "StageID": 204311025, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 88, + "StageID": 204311026, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 24, + "StageID": 204311030, + "MonsterList": [ + [ + 4032040, + 4032030, + 4032040 + ] + ] + }, + { + "Level": 32, + "StageID": 204311031, + "MonsterList": [ + [ + 4032040, + 4032030, + 4032040 + ] + ] + }, + { + "Level": 40, + "StageID": 204311032, + "MonsterList": [ + [ + 4032040, + 4032030, + 4032040 + ] + ] + }, + { + "Level": 48, + "StageID": 204311033, + "MonsterList": [ + [ + 4032040, + 4032030, + 4032040 + ] + ] + }, + { + "Level": 56, + "StageID": 204311034, + "MonsterList": [ + [ + 4032040, + 4032030, + 4032040 + ] + ] + }, + { + "Level": 66, + "StageID": 204311035, + "MonsterList": [ + [ + 4032040, + 4032030, + 4032040 + ] + ] + }, + { + "Level": 88, + "StageID": 204311036, + "MonsterList": [ + [ + 4032040, + 4032030, + 4032040 + ] + ] + }, + { + "Level": 24, + "StageID": 204311040, + "MonsterList": [ + [ + 4032040, + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204311041, + "MonsterList": [ + [ + 4032040, + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204311042, + "MonsterList": [ + [ + 4032040, + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204311043, + "MonsterList": [ + [ + 4032040, + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204311044, + "MonsterList": [ + [ + 4032040, + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204311045, + "MonsterList": [ + [ + 4032040, + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204311046, + "MonsterList": [ + [ + 4032040, + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204311050, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204311051, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204311052, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204311053, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204311054, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204311055, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204311056, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204311060, + "MonsterList": [ + [ + 4032040, + 4032010, + 4032040 + ] + ] + }, + { + "Level": 32, + "StageID": 204311061, + "MonsterList": [ + [ + 4032040, + 4032010, + 4032040 + ] + ] + }, + { + "Level": 40, + "StageID": 204311062, + "MonsterList": [ + [ + 4032040, + 4032010, + 4032040 + ] + ] + }, + { + "Level": 48, + "StageID": 204311063, + "MonsterList": [ + [ + 4032040, + 4032010, + 4032040 + ] + ] + }, + { + "Level": 56, + "StageID": 204311064, + "MonsterList": [ + [ + 4032040, + 4032010, + 4032040 + ] + ] + }, + { + "Level": 66, + "StageID": 204311065, + "MonsterList": [ + [ + 4032040, + 4032010, + 4032040 + ] + ] + }, + { + "Level": 88, + "StageID": 204311066, + "MonsterList": [ + [ + 4032040, + 4032010, + 4032040 + ] + ] + }, + { + "Level": 24, + "StageID": 204311070, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010, + 4032050 + ] + ] + }, + { + "Level": 32, + "StageID": 204311071, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010, + 4032050 + ] + ] + }, + { + "Level": 40, + "StageID": 204311072, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010, + 4032050 + ] + ] + }, + { + "Level": 48, + "StageID": 204311073, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010, + 4032050 + ] + ] + }, + { + "Level": 56, + "StageID": 204311074, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010, + 4032050 + ] + ] + }, + { + "Level": 66, + "StageID": 204311075, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010, + 4032050 + ] + ] + }, + { + "Level": 88, + "StageID": 204311076, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010, + 4032050 + ] + ] + }, + { + "Level": 24, + "StageID": 204311080, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204311081, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204311082, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204311083, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204311084, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204311085, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204311086, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204311090, + "MonsterList": [ + [ + 4032050, + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204311091, + "MonsterList": [ + [ + 4032050, + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204311092, + "MonsterList": [ + [ + 4032050, + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204311093, + "MonsterList": [ + [ + 4032050, + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204311094, + "MonsterList": [ + [ + 4032050, + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204311095, + "MonsterList": [ + [ + 4032050, + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204311096, + "MonsterList": [ + [ + 4032050, + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204311110, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 32, + "StageID": 204311111, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 40, + "StageID": 204311112, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 48, + "StageID": 204311113, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 56, + "StageID": 204311114, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 66, + "StageID": 204311115, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 88, + "StageID": 204311116, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 24, + "StageID": 204311120, + "MonsterList": [ + [ + 4032050, + 4032040, + 4032050 + ] + ] + }, + { + "Level": 32, + "StageID": 204311121, + "MonsterList": [ + [ + 4032050, + 4032040, + 4032050 + ] + ] + }, + { + "Level": 40, + "StageID": 204311122, + "MonsterList": [ + [ + 4032050, + 4032040, + 4032050 + ] + ] + }, + { + "Level": 48, + "StageID": 204311123, + "MonsterList": [ + [ + 4032050, + 4032040, + 4032050 + ] + ] + }, + { + "Level": 56, + "StageID": 204311124, + "MonsterList": [ + [ + 4032050, + 4032040, + 4032050 + ] + ] + }, + { + "Level": 66, + "StageID": 204311125, + "MonsterList": [ + [ + 4032050, + 4032040, + 4032050 + ] + ] + }, + { + "Level": 88, + "StageID": 204311126, + "MonsterList": [ + [ + 4032050, + 4032040, + 4032050 + ] + ] + }, + { + "Level": 24, + "StageID": 204311130, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204311131, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204311132, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204311133, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204311134, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204311135, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204311136, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204311140, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204311141, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204311142, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204311143, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204311144, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204311145, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204311146, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204311150, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204311151, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204311152, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204311153, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204311154, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204311155, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204311156, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204311160, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204311161, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204311162, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204311163, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204311164, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204311165, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204311166, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204311170, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204311171, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204311172, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204311173, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204311174, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204311175, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204311176, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204311210, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204311211, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204311212, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204311213, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204311214, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204311215, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204311216, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204311220, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204311221, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204311222, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204311223, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204311224, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204311225, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204311226, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204311310, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032030 + ] + ] + }, + { + "Level": 32, + "StageID": 204311311, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032030 + ] + ] + }, + { + "Level": 40, + "StageID": 204311312, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032030 + ] + ] + }, + { + "Level": 48, + "StageID": 204311313, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032030 + ] + ] + }, + { + "Level": 56, + "StageID": 204311314, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032030 + ] + ] + }, + { + "Level": 66, + "StageID": 204311315, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032030 + ] + ] + }, + { + "Level": 88, + "StageID": 204311316, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032030 + ] + ] + }, + { + "Level": 24, + "StageID": 204311320, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 32, + "StageID": 204311321, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 40, + "StageID": 204311322, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 48, + "StageID": 204311323, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 56, + "StageID": 204311324, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 66, + "StageID": 204311325, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 88, + "StageID": 204311326, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 24, + "StageID": 204311340, + "MonsterList": [ + [ + 4032050, + 4032050, + 4032050 + ] + ] + }, + { + "Level": 32, + "StageID": 204311341, + "MonsterList": [ + [ + 4032050, + 4032050, + 4032050 + ] + ] + }, + { + "Level": 40, + "StageID": 204311342, + "MonsterList": [ + [ + 4032050, + 4032050, + 4032050 + ] + ] + }, + { + "Level": 48, + "StageID": 204311343, + "MonsterList": [ + [ + 4032050, + 4032050, + 4032050 + ] + ] + }, + { + "Level": 56, + "StageID": 204311344, + "MonsterList": [ + [ + 4032050, + 4032050, + 4032050 + ] + ] + }, + { + "Level": 66, + "StageID": 204311345, + "MonsterList": [ + [ + 4032050, + 4032050, + 4032050 + ] + ] + }, + { + "Level": 88, + "StageID": 204311346, + "MonsterList": [ + [ + 4032050, + 4032050, + 4032050 + ] + ] + }, + { + "Level": 24, + "StageID": 204311360, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204311361, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204311362, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204311363, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204311364, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204311365, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204311366, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204311380, + "MonsterList": [ + [ + 4032030, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204311381, + "MonsterList": [ + [ + 4032030, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204311382, + "MonsterList": [ + [ + 4032030, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204311383, + "MonsterList": [ + [ + 4032030, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204311384, + "MonsterList": [ + [ + 4032030, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204311385, + "MonsterList": [ + [ + 4032030, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204311386, + "MonsterList": [ + [ + 4032030, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204321010, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204321011, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204321012, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204321013, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204321014, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204321015, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204321016, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204321020, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204321021, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204321022, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204321023, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204321024, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204321025, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204321026, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204321030, + "MonsterList": [ + [ + 4032040, + 4032030, + 4032040 + ] + ] + }, + { + "Level": 32, + "StageID": 204321031, + "MonsterList": [ + [ + 4032040, + 4032030, + 4032040 + ] + ] + }, + { + "Level": 40, + "StageID": 204321032, + "MonsterList": [ + [ + 4032040, + 4032030, + 4032040 + ] + ] + }, + { + "Level": 48, + "StageID": 204321033, + "MonsterList": [ + [ + 4032040, + 4032030, + 4032040 + ] + ] + }, + { + "Level": 56, + "StageID": 204321034, + "MonsterList": [ + [ + 4032040, + 4032030, + 4032040 + ] + ] + }, + { + "Level": 66, + "StageID": 204321035, + "MonsterList": [ + [ + 4032040, + 4032030, + 4032040 + ] + ] + }, + { + "Level": 88, + "StageID": 204321036, + "MonsterList": [ + [ + 4032040, + 4032030, + 4032040 + ] + ] + }, + { + "Level": 24, + "StageID": 204321040, + "MonsterList": [ + [ + 4032050, + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204321041, + "MonsterList": [ + [ + 4032050, + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204321042, + "MonsterList": [ + [ + 4032050, + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204321043, + "MonsterList": [ + [ + 4032050, + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204321044, + "MonsterList": [ + [ + 4032050, + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204321045, + "MonsterList": [ + [ + 4032050, + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204321046, + "MonsterList": [ + [ + 4032050, + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204321110, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204321111, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204321112, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204321113, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204321114, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204321115, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204321116, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204321120, + "MonsterList": [ + [ + 4032050, + 4032040, + 4032050 + ] + ] + }, + { + "Level": 32, + "StageID": 204321121, + "MonsterList": [ + [ + 4032050, + 4032040, + 4032050 + ] + ] + }, + { + "Level": 40, + "StageID": 204321122, + "MonsterList": [ + [ + 4032050, + 4032040, + 4032050 + ] + ] + }, + { + "Level": 48, + "StageID": 204321123, + "MonsterList": [ + [ + 4032050, + 4032040, + 4032050 + ] + ] + }, + { + "Level": 56, + "StageID": 204321124, + "MonsterList": [ + [ + 4032050, + 4032040, + 4032050 + ] + ] + }, + { + "Level": 66, + "StageID": 204321125, + "MonsterList": [ + [ + 4032050, + 4032040, + 4032050 + ] + ] + }, + { + "Level": 88, + "StageID": 204321126, + "MonsterList": [ + [ + 4032050, + 4032040, + 4032050 + ] + ] + }, + { + "Level": 24, + "StageID": 204321130, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204321131, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204321132, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204321133, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204321134, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204321135, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204321136, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204321140, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204321141, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204321142, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204321143, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204321144, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204321145, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204321146, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204321150, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 32, + "StageID": 204321151, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 40, + "StageID": 204321152, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 48, + "StageID": 204321153, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 56, + "StageID": 204321154, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 66, + "StageID": 204321155, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 88, + "StageID": 204321156, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 24, + "StageID": 204321160, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204321161, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204321162, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204321163, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204321164, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204321165, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204321166, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204321170, + "MonsterList": [ + [ + 4032040, + 4032040, + 4032030 + ] + ] + }, + { + "Level": 32, + "StageID": 204321171, + "MonsterList": [ + [ + 4032040, + 4032040, + 4032030 + ] + ] + }, + { + "Level": 40, + "StageID": 204321172, + "MonsterList": [ + [ + 4032040, + 4032040, + 4032030 + ] + ] + }, + { + "Level": 48, + "StageID": 204321173, + "MonsterList": [ + [ + 4032040, + 4032040, + 4032030 + ] + ] + }, + { + "Level": 56, + "StageID": 204321174, + "MonsterList": [ + [ + 4032040, + 4032040, + 4032030 + ] + ] + }, + { + "Level": 66, + "StageID": 204321175, + "MonsterList": [ + [ + 4032040, + 4032040, + 4032030 + ] + ] + }, + { + "Level": 88, + "StageID": 204321176, + "MonsterList": [ + [ + 4032040, + 4032040, + 4032030 + ] + ] + }, + { + "Level": 24, + "StageID": 204321180, + "MonsterList": [ + [ + 4032050, + 4032050, + 4032050 + ] + ] + }, + { + "Level": 32, + "StageID": 204321181, + "MonsterList": [ + [ + 4032050, + 4032050, + 4032050 + ] + ] + }, + { + "Level": 40, + "StageID": 204321182, + "MonsterList": [ + [ + 4032050, + 4032050, + 4032050 + ] + ] + }, + { + "Level": 48, + "StageID": 204321183, + "MonsterList": [ + [ + 4032050, + 4032050, + 4032050 + ] + ] + }, + { + "Level": 56, + "StageID": 204321184, + "MonsterList": [ + [ + 4032050, + 4032050, + 4032050 + ] + ] + }, + { + "Level": 66, + "StageID": 204321185, + "MonsterList": [ + [ + 4032050, + 4032050, + 4032050 + ] + ] + }, + { + "Level": 88, + "StageID": 204321186, + "MonsterList": [ + [ + 4032050, + 4032050, + 4032050 + ] + ] + }, + { + "Level": 24, + "StageID": 204321210, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204321211, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204321212, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204321213, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204321214, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204321215, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204321216, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204321220, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204321221, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204321222, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204321223, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204321224, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204321225, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204321226, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204321230, + "MonsterList": [ + [ + 4032040, + 4032030, + 4032040 + ] + ] + }, + { + "Level": 32, + "StageID": 204321231, + "MonsterList": [ + [ + 4032040, + 4032030, + 4032040 + ] + ] + }, + { + "Level": 40, + "StageID": 204321232, + "MonsterList": [ + [ + 4032040, + 4032030, + 4032040 + ] + ] + }, + { + "Level": 48, + "StageID": 204321233, + "MonsterList": [ + [ + 4032040, + 4032030, + 4032040 + ] + ] + }, + { + "Level": 56, + "StageID": 204321234, + "MonsterList": [ + [ + 4032040, + 4032030, + 4032040 + ] + ] + }, + { + "Level": 66, + "StageID": 204321235, + "MonsterList": [ + [ + 4032040, + 4032030, + 4032040 + ] + ] + }, + { + "Level": 88, + "StageID": 204321236, + "MonsterList": [ + [ + 4032040, + 4032030, + 4032040 + ] + ] + }, + { + "Level": 24, + "StageID": 204321240, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204321241, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204321242, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204321243, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204321244, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204321245, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204321246, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204321250, + "MonsterList": [ + [ + 4032040, + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204321251, + "MonsterList": [ + [ + 4032040, + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204321252, + "MonsterList": [ + [ + 4032040, + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204321253, + "MonsterList": [ + [ + 4032040, + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204321254, + "MonsterList": [ + [ + 4032040, + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204321255, + "MonsterList": [ + [ + 4032040, + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204321256, + "MonsterList": [ + [ + 4032040, + 4032010, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204321310, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204321311, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204321312, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204321313, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204321314, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204321315, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204321316, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204321320, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204321321, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204321322, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204321323, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204321324, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204321325, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204321326, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204321330, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 32, + "StageID": 204321331, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 40, + "StageID": 204321332, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 48, + "StageID": 204321333, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 56, + "StageID": 204321334, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 66, + "StageID": 204321335, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 88, + "StageID": 204321336, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 24, + "StageID": 204321340, + "MonsterList": [ + [ + 4032040, + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204321341, + "MonsterList": [ + [ + 4032040, + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204321342, + "MonsterList": [ + [ + 4032040, + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204321343, + "MonsterList": [ + [ + 4032040, + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204321344, + "MonsterList": [ + [ + 4032040, + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204321345, + "MonsterList": [ + [ + 4032040, + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204321346, + "MonsterList": [ + [ + 4032040, + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204321350, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 32, + "StageID": 204321351, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 40, + "StageID": 204321352, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 48, + "StageID": 204321353, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 56, + "StageID": 204321354, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 66, + "StageID": 204321355, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 88, + "StageID": 204321356, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 32, + "StageID": 204322310, + "MonsterList": [ + [ + 4032050, + 4032040, + 4033030, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 41, + "StageID": 204322311, + "MonsterList": [ + [ + 4032050, + 4032040, + 4033030, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 50, + "StageID": 204322312, + "MonsterList": [ + [ + 4032050, + 4032040, + 4033030, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 58, + "StageID": 204322313, + "MonsterList": [ + [ + 4032050, + 4032040, + 4033030, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 68, + "StageID": 204322314, + "MonsterList": [ + [ + 4032050, + 4032040, + 4033030, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 78, + "StageID": 204322315, + "MonsterList": [ + [ + 4032050, + 4032040, + 4033030, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 93, + "StageID": 204322316, + "MonsterList": [ + [ + 4032050, + 4032040, + 4033030, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204322320, + "MonsterList": [ + [ + 4032010, + 4032030, + 4033020, + 4032040, + 4032030 + ] + ] + }, + { + "Level": 41, + "StageID": 204322321, + "MonsterList": [ + [ + 4032010, + 4032030, + 4033020, + 4032040, + 4032030 + ] + ] + }, + { + "Level": 50, + "StageID": 204322322, + "MonsterList": [ + [ + 4032010, + 4032030, + 4033020, + 4032040, + 4032030 + ] + ] + }, + { + "Level": 58, + "StageID": 204322323, + "MonsterList": [ + [ + 4032010, + 4032030, + 4033020, + 4032040, + 4032030 + ] + ] + }, + { + "Level": 68, + "StageID": 204322324, + "MonsterList": [ + [ + 4032010, + 4032030, + 4033020, + 4032040, + 4032030 + ] + ] + }, + { + "Level": 78, + "StageID": 204322325, + "MonsterList": [ + [ + 4032010, + 4032030, + 4033020, + 4032040, + 4032030 + ] + ] + }, + { + "Level": 93, + "StageID": 204322326, + "MonsterList": [ + [ + 4032010, + 4032030, + 4033020, + 4032040, + 4032030 + ] + ] + }, + { + "Level": 24, + "StageID": 204322410, + "MonsterList": [ + [ + 4032040, + 4012050, + 4032040 + ] + ] + }, + { + "Level": 32, + "StageID": 204322411, + "MonsterList": [ + [ + 4032040, + 4012050, + 4032040 + ] + ] + }, + { + "Level": 40, + "StageID": 204322412, + "MonsterList": [ + [ + 4032040, + 4012050, + 4032040 + ] + ] + }, + { + "Level": 48, + "StageID": 204322413, + "MonsterList": [ + [ + 4032040, + 4012050, + 4032040 + ] + ] + }, + { + "Level": 56, + "StageID": 204322414, + "MonsterList": [ + [ + 4032040, + 4012050, + 4032040 + ] + ] + }, + { + "Level": 66, + "StageID": 204322415, + "MonsterList": [ + [ + 4032040, + 4012050, + 4032040 + ] + ] + }, + { + "Level": 88, + "StageID": 204322416, + "MonsterList": [ + [ + 4032040, + 4012050, + 4032040 + ] + ] + }, + { + "Level": 24, + "StageID": 204322420, + "MonsterList": [ + [ + 4032050, + 4032040, + 4012050, + 4032050 + ] + ] + }, + { + "Level": 32, + "StageID": 204322421, + "MonsterList": [ + [ + 4032050, + 4032040, + 4012050, + 4032050 + ] + ] + }, + { + "Level": 40, + "StageID": 204322422, + "MonsterList": [ + [ + 4032050, + 4032040, + 4012050, + 4032050 + ] + ] + }, + { + "Level": 48, + "StageID": 204322423, + "MonsterList": [ + [ + 4032050, + 4032040, + 4012050, + 4032050 + ] + ] + }, + { + "Level": 56, + "StageID": 204322424, + "MonsterList": [ + [ + 4032050, + 4032040, + 4012050, + 4032050 + ] + ] + }, + { + "Level": 66, + "StageID": 204322425, + "MonsterList": [ + [ + 4032050, + 4032040, + 4012050, + 4032050 + ] + ] + }, + { + "Level": 88, + "StageID": 204322426, + "MonsterList": [ + [ + 4032050, + 4032040, + 4012050, + 4032050 + ] + ] + }, + { + "Level": 24, + "StageID": 204322430, + "MonsterList": [ + [ + 4012050, + 4012050, + 4012050 + ] + ] + }, + { + "Level": 32, + "StageID": 204322431, + "MonsterList": [ + [ + 4012050, + 4012050, + 4012050 + ] + ] + }, + { + "Level": 40, + "StageID": 204322432, + "MonsterList": [ + [ + 4012050, + 4012050, + 4012050 + ] + ] + }, + { + "Level": 48, + "StageID": 204322433, + "MonsterList": [ + [ + 4012050, + 4012050, + 4012050 + ] + ] + }, + { + "Level": 56, + "StageID": 204322434, + "MonsterList": [ + [ + 4012050, + 4012050, + 4012050 + ] + ] + }, + { + "Level": 66, + "StageID": 204322435, + "MonsterList": [ + [ + 4012050, + 4012050, + 4012050 + ] + ] + }, + { + "Level": 88, + "StageID": 204322436, + "MonsterList": [ + [ + 4012050, + 4012050, + 4012050 + ] + ] + }, + { + "Level": 24, + "StageID": 204330010, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204330011, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204330012, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204330013, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204330014, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204330015, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204330016, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204330020, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204330021, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204330022, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204330023, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204330024, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204330025, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204330026, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204330030, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204330031, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204330032, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204330033, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204330034, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204330035, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204330036, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204330040, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204330041, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204330042, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204330043, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204330044, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204330045, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204330046, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204330050, + "MonsterList": [ + [ + 4032050, + 4032030, + 4032030, + 4032050 + ] + ] + }, + { + "Level": 32, + "StageID": 204330051, + "MonsterList": [ + [ + 4032050, + 4032030, + 4032030, + 4032050 + ] + ] + }, + { + "Level": 40, + "StageID": 204330052, + "MonsterList": [ + [ + 4032050, + 4032030, + 4032030, + 4032050 + ] + ] + }, + { + "Level": 48, + "StageID": 204330053, + "MonsterList": [ + [ + 4032050, + 4032030, + 4032030, + 4032050 + ] + ] + }, + { + "Level": 56, + "StageID": 204330054, + "MonsterList": [ + [ + 4032050, + 4032030, + 4032030, + 4032050 + ] + ] + }, + { + "Level": 66, + "StageID": 204330055, + "MonsterList": [ + [ + 4032050, + 4032030, + 4032030, + 4032050 + ] + ] + }, + { + "Level": 88, + "StageID": 204330056, + "MonsterList": [ + [ + 4032050, + 4032030, + 4032030, + 4032050 + ] + ] + }, + { + "Level": 24, + "StageID": 204330060, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 32, + "StageID": 204330061, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 40, + "StageID": 204330062, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 48, + "StageID": 204330063, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 56, + "StageID": 204330064, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 66, + "StageID": 204330065, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 88, + "StageID": 204330066, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 24, + "StageID": 204330110, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010, + 4032040 + ] + ] + }, + { + "Level": 32, + "StageID": 204330111, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010, + 4032040 + ] + ] + }, + { + "Level": 40, + "StageID": 204330112, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010, + 4032040 + ] + ] + }, + { + "Level": 48, + "StageID": 204330113, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010, + 4032040 + ] + ] + }, + { + "Level": 56, + "StageID": 204330114, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010, + 4032040 + ] + ] + }, + { + "Level": 66, + "StageID": 204330115, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010, + 4032040 + ] + ] + }, + { + "Level": 88, + "StageID": 204330116, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010, + 4032040 + ] + ] + }, + { + "Level": 24, + "StageID": 204330120, + "MonsterList": [ + [ + 4032050, + 4032010, + 4032050 + ] + ] + }, + { + "Level": 32, + "StageID": 204330121, + "MonsterList": [ + [ + 4032050, + 4032010, + 4032050 + ] + ] + }, + { + "Level": 40, + "StageID": 204330122, + "MonsterList": [ + [ + 4032050, + 4032010, + 4032050 + ] + ] + }, + { + "Level": 48, + "StageID": 204330123, + "MonsterList": [ + [ + 4032050, + 4032010, + 4032050 + ] + ] + }, + { + "Level": 56, + "StageID": 204330124, + "MonsterList": [ + [ + 4032050, + 4032010, + 4032050 + ] + ] + }, + { + "Level": 66, + "StageID": 204330125, + "MonsterList": [ + [ + 4032050, + 4032010, + 4032050 + ] + ] + }, + { + "Level": 88, + "StageID": 204330126, + "MonsterList": [ + [ + 4032050, + 4032010, + 4032050 + ] + ] + }, + { + "Level": 24, + "StageID": 204330130, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204330131, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204330132, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204330133, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204330134, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204330135, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204330136, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204330140, + "MonsterList": [ + [ + 4032030, + 4032040, + 4032040 + ] + ] + }, + { + "Level": 32, + "StageID": 204330141, + "MonsterList": [ + [ + 4032030, + 4032040, + 4032040 + ] + ] + }, + { + "Level": 40, + "StageID": 204330142, + "MonsterList": [ + [ + 4032030, + 4032040, + 4032040 + ] + ] + }, + { + "Level": 48, + "StageID": 204330143, + "MonsterList": [ + [ + 4032030, + 4032040, + 4032040 + ] + ] + }, + { + "Level": 56, + "StageID": 204330144, + "MonsterList": [ + [ + 4032030, + 4032040, + 4032040 + ] + ] + }, + { + "Level": 66, + "StageID": 204330145, + "MonsterList": [ + [ + 4032030, + 4032040, + 4032040 + ] + ] + }, + { + "Level": 88, + "StageID": 204330146, + "MonsterList": [ + [ + 4032030, + 4032040, + 4032040 + ] + ] + }, + { + "Level": 24, + "StageID": 204330150, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010, + 4032050 + ] + ] + }, + { + "Level": 32, + "StageID": 204330151, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010, + 4032050 + ] + ] + }, + { + "Level": 40, + "StageID": 204330152, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010, + 4032050 + ] + ] + }, + { + "Level": 48, + "StageID": 204330153, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010, + 4032050 + ] + ] + }, + { + "Level": 56, + "StageID": 204330154, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010, + 4032050 + ] + ] + }, + { + "Level": 66, + "StageID": 204330155, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010, + 4032050 + ] + ] + }, + { + "Level": 88, + "StageID": 204330156, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010, + 4032050 + ] + ] + }, + { + "Level": 24, + "StageID": 204330160, + "MonsterList": [ + [ + 4032030, + 4032040, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 32, + "StageID": 204330161, + "MonsterList": [ + [ + 4032030, + 4032040, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 40, + "StageID": 204330162, + "MonsterList": [ + [ + 4032030, + 4032040, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 48, + "StageID": 204330163, + "MonsterList": [ + [ + 4032030, + 4032040, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 56, + "StageID": 204330164, + "MonsterList": [ + [ + 4032030, + 4032040, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 66, + "StageID": 204330165, + "MonsterList": [ + [ + 4032030, + 4032040, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 88, + "StageID": 204330166, + "MonsterList": [ + [ + 4032030, + 4032040, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 24, + "StageID": 204330170, + "MonsterList": [ + [ + 4032050, + 4032010, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 32, + "StageID": 204330171, + "MonsterList": [ + [ + 4032050, + 4032010, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 40, + "StageID": 204330172, + "MonsterList": [ + [ + 4032050, + 4032010, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 48, + "StageID": 204330173, + "MonsterList": [ + [ + 4032050, + 4032010, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 56, + "StageID": 204330174, + "MonsterList": [ + [ + 4032050, + 4032010, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 66, + "StageID": 204330175, + "MonsterList": [ + [ + 4032050, + 4032010, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 88, + "StageID": 204330176, + "MonsterList": [ + [ + 4032050, + 4032010, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 24, + "StageID": 204330210, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204330211, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204330212, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204330213, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204330214, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204330215, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204330216, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204330220, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204330221, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204330222, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204330223, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204330224, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204330225, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204330226, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204330230, + "MonsterList": [ + [ + 4032040, + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204330231, + "MonsterList": [ + [ + 4032040, + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204330232, + "MonsterList": [ + [ + 4032040, + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204330233, + "MonsterList": [ + [ + 4032040, + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204330234, + "MonsterList": [ + [ + 4032040, + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204330235, + "MonsterList": [ + [ + 4032040, + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204330236, + "MonsterList": [ + [ + 4032040, + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204330240, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040 + ] + ] + }, + { + "Level": 32, + "StageID": 204330241, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040 + ] + ] + }, + { + "Level": 40, + "StageID": 204330242, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040 + ] + ] + }, + { + "Level": 48, + "StageID": 204330243, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040 + ] + ] + }, + { + "Level": 56, + "StageID": 204330244, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040 + ] + ] + }, + { + "Level": 66, + "StageID": 204330245, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040 + ] + ] + }, + { + "Level": 88, + "StageID": 204330246, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040 + ] + ] + }, + { + "Level": 24, + "StageID": 204330250, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204330251, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204330252, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204330253, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204330254, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204330255, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204330256, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204330260, + "MonsterList": [ + [ + 4032030, + 4032040, + 4032050 + ] + ] + }, + { + "Level": 32, + "StageID": 204330261, + "MonsterList": [ + [ + 4032030, + 4032040, + 4032050 + ] + ] + }, + { + "Level": 40, + "StageID": 204330262, + "MonsterList": [ + [ + 4032030, + 4032040, + 4032050 + ] + ] + }, + { + "Level": 48, + "StageID": 204330263, + "MonsterList": [ + [ + 4032030, + 4032040, + 4032050 + ] + ] + }, + { + "Level": 56, + "StageID": 204330264, + "MonsterList": [ + [ + 4032030, + 4032040, + 4032050 + ] + ] + }, + { + "Level": 66, + "StageID": 204330265, + "MonsterList": [ + [ + 4032030, + 4032040, + 4032050 + ] + ] + }, + { + "Level": 88, + "StageID": 204330266, + "MonsterList": [ + [ + 4032030, + 4032040, + 4032050 + ] + ] + }, + { + "Level": 24, + "StageID": 204331010, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204331011, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204331012, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204331013, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204331014, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204331015, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204331016, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204331020, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204331021, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204331022, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204331023, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204331024, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204331025, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204331026, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204331030, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204331031, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204331032, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204331033, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204331034, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204331035, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204331036, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204331040, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204331041, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204331042, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204331043, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204331044, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204331045, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204331046, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204331050, + "MonsterList": [ + [ + 4032050, + 4032030, + 4032030, + 4032050 + ] + ] + }, + { + "Level": 32, + "StageID": 204331051, + "MonsterList": [ + [ + 4032050, + 4032030, + 4032030, + 4032050 + ] + ] + }, + { + "Level": 40, + "StageID": 204331052, + "MonsterList": [ + [ + 4032050, + 4032030, + 4032030, + 4032050 + ] + ] + }, + { + "Level": 48, + "StageID": 204331053, + "MonsterList": [ + [ + 4032050, + 4032030, + 4032030, + 4032050 + ] + ] + }, + { + "Level": 56, + "StageID": 204331054, + "MonsterList": [ + [ + 4032050, + 4032030, + 4032030, + 4032050 + ] + ] + }, + { + "Level": 66, + "StageID": 204331055, + "MonsterList": [ + [ + 4032050, + 4032030, + 4032030, + 4032050 + ] + ] + }, + { + "Level": 88, + "StageID": 204331056, + "MonsterList": [ + [ + 4032050, + 4032030, + 4032030, + 4032050 + ] + ] + }, + { + "Level": 24, + "StageID": 204331060, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 32, + "StageID": 204331061, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 40, + "StageID": 204331062, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 48, + "StageID": 204331063, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 56, + "StageID": 204331064, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 66, + "StageID": 204331065, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 88, + "StageID": 204331066, + "MonsterList": [ + [ + 4032030, + 4032010, + 4032030 + ] + ] + }, + { + "Level": 24, + "StageID": 204331110, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010, + 4032040 + ] + ] + }, + { + "Level": 32, + "StageID": 204331111, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010, + 4032040 + ] + ] + }, + { + "Level": 40, + "StageID": 204331112, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010, + 4032040 + ] + ] + }, + { + "Level": 48, + "StageID": 204331113, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010, + 4032040 + ] + ] + }, + { + "Level": 56, + "StageID": 204331114, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010, + 4032040 + ] + ] + }, + { + "Level": 66, + "StageID": 204331115, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010, + 4032040 + ] + ] + }, + { + "Level": 88, + "StageID": 204331116, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032010, + 4032040 + ] + ] + }, + { + "Level": 24, + "StageID": 204331120, + "MonsterList": [ + [ + 4032050, + 4032010, + 4032050 + ] + ] + }, + { + "Level": 32, + "StageID": 204331121, + "MonsterList": [ + [ + 4032050, + 4032010, + 4032050 + ] + ] + }, + { + "Level": 40, + "StageID": 204331122, + "MonsterList": [ + [ + 4032050, + 4032010, + 4032050 + ] + ] + }, + { + "Level": 48, + "StageID": 204331123, + "MonsterList": [ + [ + 4032050, + 4032010, + 4032050 + ] + ] + }, + { + "Level": 56, + "StageID": 204331124, + "MonsterList": [ + [ + 4032050, + 4032010, + 4032050 + ] + ] + }, + { + "Level": 66, + "StageID": 204331125, + "MonsterList": [ + [ + 4032050, + 4032010, + 4032050 + ] + ] + }, + { + "Level": 88, + "StageID": 204331126, + "MonsterList": [ + [ + 4032050, + 4032010, + 4032050 + ] + ] + }, + { + "Level": 24, + "StageID": 204331130, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204331131, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204331132, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204331133, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204331134, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204331135, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204331136, + "MonsterList": [ + [ + 4032010, + 4032010, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204331140, + "MonsterList": [ + [ + 4032030, + 4032040, + 4032040 + ] + ] + }, + { + "Level": 32, + "StageID": 204331141, + "MonsterList": [ + [ + 4032030, + 4032040, + 4032040 + ] + ] + }, + { + "Level": 40, + "StageID": 204331142, + "MonsterList": [ + [ + 4032030, + 4032040, + 4032040 + ] + ] + }, + { + "Level": 48, + "StageID": 204331143, + "MonsterList": [ + [ + 4032030, + 4032040, + 4032040 + ] + ] + }, + { + "Level": 56, + "StageID": 204331144, + "MonsterList": [ + [ + 4032030, + 4032040, + 4032040 + ] + ] + }, + { + "Level": 66, + "StageID": 204331145, + "MonsterList": [ + [ + 4032030, + 4032040, + 4032040 + ] + ] + }, + { + "Level": 88, + "StageID": 204331146, + "MonsterList": [ + [ + 4032030, + 4032040, + 4032040 + ] + ] + }, + { + "Level": 24, + "StageID": 204331150, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010, + 4032050 + ] + ] + }, + { + "Level": 32, + "StageID": 204331151, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010, + 4032050 + ] + ] + }, + { + "Level": 40, + "StageID": 204331152, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010, + 4032050 + ] + ] + }, + { + "Level": 48, + "StageID": 204331153, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010, + 4032050 + ] + ] + }, + { + "Level": 56, + "StageID": 204331154, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010, + 4032050 + ] + ] + }, + { + "Level": 66, + "StageID": 204331155, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010, + 4032050 + ] + ] + }, + { + "Level": 88, + "StageID": 204331156, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010, + 4032050 + ] + ] + }, + { + "Level": 24, + "StageID": 204331160, + "MonsterList": [ + [ + 4032030, + 4032040, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 32, + "StageID": 204331161, + "MonsterList": [ + [ + 4032030, + 4032040, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 40, + "StageID": 204331162, + "MonsterList": [ + [ + 4032030, + 4032040, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 48, + "StageID": 204331163, + "MonsterList": [ + [ + 4032030, + 4032040, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 56, + "StageID": 204331164, + "MonsterList": [ + [ + 4032030, + 4032040, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 66, + "StageID": 204331165, + "MonsterList": [ + [ + 4032030, + 4032040, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 88, + "StageID": 204331166, + "MonsterList": [ + [ + 4032030, + 4032040, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 24, + "StageID": 204331170, + "MonsterList": [ + [ + 4032050, + 4032010, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 32, + "StageID": 204331171, + "MonsterList": [ + [ + 4032050, + 4032010, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 40, + "StageID": 204331172, + "MonsterList": [ + [ + 4032050, + 4032010, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 48, + "StageID": 204331173, + "MonsterList": [ + [ + 4032050, + 4032010, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 56, + "StageID": 204331174, + "MonsterList": [ + [ + 4032050, + 4032010, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 66, + "StageID": 204331175, + "MonsterList": [ + [ + 4032050, + 4032010, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 88, + "StageID": 204331176, + "MonsterList": [ + [ + 4032050, + 4032010, + 4032050, + 4032030 + ] + ] + }, + { + "Level": 24, + "StageID": 204331210, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204331211, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204331212, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204331213, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204331214, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204331215, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204331216, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204331220, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204331221, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204331222, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204331223, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204331224, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204331225, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204331226, + "MonsterList": [ + [ + 4032030, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204331230, + "MonsterList": [ + [ + 4032040, + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204331231, + "MonsterList": [ + [ + 4032040, + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204331232, + "MonsterList": [ + [ + 4032040, + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204331233, + "MonsterList": [ + [ + 4032040, + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204331234, + "MonsterList": [ + [ + 4032040, + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204331235, + "MonsterList": [ + [ + 4032040, + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204331236, + "MonsterList": [ + [ + 4032040, + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204331240, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040 + ] + ] + }, + { + "Level": 32, + "StageID": 204331241, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040 + ] + ] + }, + { + "Level": 40, + "StageID": 204331242, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040 + ] + ] + }, + { + "Level": 48, + "StageID": 204331243, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040 + ] + ] + }, + { + "Level": 56, + "StageID": 204331244, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040 + ] + ] + }, + { + "Level": 66, + "StageID": 204331245, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040 + ] + ] + }, + { + "Level": 88, + "StageID": 204331246, + "MonsterList": [ + [ + 4032010, + 4032040, + 4032040 + ] + ] + }, + { + "Level": 24, + "StageID": 204331250, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 32, + "StageID": 204331251, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 40, + "StageID": 204331252, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 48, + "StageID": 204331253, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 56, + "StageID": 204331254, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 66, + "StageID": 204331255, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 88, + "StageID": 204331256, + "MonsterList": [ + [ + 4032010, + 4032050, + 4032010 + ] + ] + }, + { + "Level": 24, + "StageID": 204331260, + "MonsterList": [ + [ + 4032030, + 4032040, + 4032050 + ] + ] + }, + { + "Level": 32, + "StageID": 204331261, + "MonsterList": [ + [ + 4032030, + 4032040, + 4032050 + ] + ] + }, + { + "Level": 40, + "StageID": 204331262, + "MonsterList": [ + [ + 4032030, + 4032040, + 4032050 + ] + ] + }, + { + "Level": 48, + "StageID": 204331263, + "MonsterList": [ + [ + 4032030, + 4032040, + 4032050 + ] + ] + }, + { + "Level": 56, + "StageID": 204331264, + "MonsterList": [ + [ + 4032030, + 4032040, + 4032050 + ] + ] + }, + { + "Level": 66, + "StageID": 204331265, + "MonsterList": [ + [ + 4032030, + 4032040, + 4032050 + ] + ] + }, + { + "Level": 88, + "StageID": 204331266, + "MonsterList": [ + [ + 4032030, + 4032040, + 4032050 + ] + ] + }, + { + "Level": 24, + "StageID": 204332010, + "MonsterList": [ + [ + 4032040, + 4032030, + 4032050 + ] + ] + }, + { + "Level": 32, + "StageID": 204332011, + "MonsterList": [ + [ + 4032040, + 4032030, + 4032050 + ] + ] + }, + { + "Level": 40, + "StageID": 204332012, + "MonsterList": [ + [ + 4032040, + 4032030, + 4032050 + ] + ] + }, + { + "Level": 48, + "StageID": 204332013, + "MonsterList": [ + [ + 4032040, + 4032030, + 4032050 + ] + ] + }, + { + "Level": 56, + "StageID": 204332014, + "MonsterList": [ + [ + 4032040, + 4032030, + 4032050 + ] + ] + }, + { + "Level": 66, + "StageID": 204332015, + "MonsterList": [ + [ + 4032040, + 4032030, + 4032050 + ] + ] + }, + { + "Level": 88, + "StageID": 204332016, + "MonsterList": [ + [ + 4032040, + 4032030, + 4032050 + ] + ] + }, + { + "Level": 24, + "StageID": 204332020, + "MonsterList": [ + [ + 4033020 + ] + ] + }, + { + "Level": 32, + "StageID": 204332021, + "MonsterList": [ + [ + 4033020 + ] + ] + }, + { + "Level": 40, + "StageID": 204332022, + "MonsterList": [ + [ + 4033020 + ] + ] + }, + { + "Level": 48, + "StageID": 204332023, + "MonsterList": [ + [ + 4033020 + ] + ] + }, + { + "Level": 56, + "StageID": 204332024, + "MonsterList": [ + [ + 4033020 + ] + ] + }, + { + "Level": 66, + "StageID": 204332025, + "MonsterList": [ + [ + 4033020 + ] + ] + }, + { + "Level": 88, + "StageID": 204332026, + "MonsterList": [ + [ + 4033020 + ] + ] + }, + { + "Level": 24, + "StageID": 204332030, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010 + ], + [ + 4032050, + 4032030, + 4032040, + 4032030 + ] + ] + }, + { + "Level": 32, + "StageID": 204332031, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010 + ], + [ + 4032050, + 4032030, + 4032040, + 4032030 + ] + ] + }, + { + "Level": 40, + "StageID": 204332032, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010 + ], + [ + 4032050, + 4032030, + 4032040, + 4032030 + ] + ] + }, + { + "Level": 48, + "StageID": 204332033, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010 + ], + [ + 4032050, + 4032030, + 4032040, + 4032030 + ] + ] + }, + { + "Level": 56, + "StageID": 204332034, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010 + ], + [ + 4032050, + 4032030, + 4032040, + 4032030 + ] + ] + }, + { + "Level": 66, + "StageID": 204332035, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010 + ], + [ + 4032050, + 4032030, + 4032040, + 4032030 + ] + ] + }, + { + "Level": 88, + "StageID": 204332036, + "MonsterList": [ + [ + 4032010, + 4032030, + 4032010 + ], + [ + 4032050, + 4032030, + 4032040, + 4032030 + ] + ] + }, + { + "Level": 24, + "StageID": 400020010, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 32, + "StageID": 400020011, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 40, + "StageID": 400020012, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 48, + "StageID": 400020013, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 56, + "StageID": 400020014, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 66, + "StageID": 400020015, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 76, + "StageID": 400020016, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 24, + "StageID": 400020020, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 32, + "StageID": 400020021, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 40, + "StageID": 400020022, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 48, + "StageID": 400020023, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 56, + "StageID": 400020024, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 66, + "StageID": 400020025, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 76, + "StageID": 400020026, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 24, + "StageID": 400020030, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 32, + "StageID": 400020031, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 40, + "StageID": 400020032, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 48, + "StageID": 400020033, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 56, + "StageID": 400020034, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 66, + "StageID": 400020035, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 76, + "StageID": 400020036, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 24, + "StageID": 400020040, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 32, + "StageID": 400020041, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 40, + "StageID": 400020042, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 48, + "StageID": 400020043, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 56, + "StageID": 400020044, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 66, + "StageID": 400020045, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 76, + "StageID": 400020046, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 24, + "StageID": 400020050, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 32, + "StageID": 400020051, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 40, + "StageID": 400020052, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 48, + "StageID": 400020053, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 56, + "StageID": 400020054, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 66, + "StageID": 400020055, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 76, + "StageID": 400020056, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 24, + "StageID": 400020060, + "MonsterList": [ + [ + 8011010, + 8012030 + ] + ] + }, + { + "Level": 32, + "StageID": 400020061, + "MonsterList": [ + [ + 8011010, + 8012030 + ] + ] + }, + { + "Level": 40, + "StageID": 400020062, + "MonsterList": [ + [ + 8011010, + 8012030 + ] + ] + }, + { + "Level": 48, + "StageID": 400020063, + "MonsterList": [ + [ + 8011010, + 8012030 + ] + ] + }, + { + "Level": 56, + "StageID": 400020064, + "MonsterList": [ + [ + 8011010, + 8012030 + ] + ] + }, + { + "Level": 66, + "StageID": 400020065, + "MonsterList": [ + [ + 8011010, + 8012030 + ] + ] + }, + { + "Level": 77, + "StageID": 400020066, + "MonsterList": [ + [ + 8011010, + 8012030 + ] + ] + }, + { + "Level": 24, + "StageID": 400020070, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 32, + "StageID": 400020071, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 40, + "StageID": 400020072, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 48, + "StageID": 400020073, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 56, + "StageID": 400020074, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 66, + "StageID": 400020075, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 77, + "StageID": 400020076, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 24, + "StageID": 400020080, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 32, + "StageID": 400020081, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 40, + "StageID": 400020082, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 48, + "StageID": 400020083, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 56, + "StageID": 400020084, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 66, + "StageID": 400020085, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 77, + "StageID": 400020086, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 24, + "StageID": 400020090, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 32, + "StageID": 400020091, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 40, + "StageID": 400020092, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 48, + "StageID": 400020093, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 56, + "StageID": 400020094, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 66, + "StageID": 400020095, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 77, + "StageID": 400020096, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 24, + "StageID": 400020100, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 32, + "StageID": 400020101, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 40, + "StageID": 400020102, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 48, + "StageID": 400020103, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 56, + "StageID": 400020104, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 66, + "StageID": 400020105, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 77, + "StageID": 400020106, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 24, + "StageID": 400020110, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 32, + "StageID": 400020111, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 40, + "StageID": 400020112, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 48, + "StageID": 400020113, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 56, + "StageID": 400020114, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 66, + "StageID": 400020115, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 77, + "StageID": 400020116, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 24, + "StageID": 400020120, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 32, + "StageID": 400020121, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 40, + "StageID": 400020122, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 48, + "StageID": 400020123, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 56, + "StageID": 400020124, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 66, + "StageID": 400020125, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 77, + "StageID": 400020126, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 24, + "StageID": 400020130, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 32, + "StageID": 400020131, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 40, + "StageID": 400020132, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 48, + "StageID": 400020133, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 56, + "StageID": 400020134, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 66, + "StageID": 400020135, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 77, + "StageID": 400020136, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 24, + "StageID": 400020140, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 32, + "StageID": 400020141, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 40, + "StageID": 400020142, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 48, + "StageID": 400020143, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 56, + "StageID": 400020144, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 66, + "StageID": 400020145, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 77, + "StageID": 400020146, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 24, + "StageID": 400020150, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 32, + "StageID": 400020151, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 40, + "StageID": 400020152, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 48, + "StageID": 400020153, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 56, + "StageID": 400020154, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 66, + "StageID": 400020155, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 77, + "StageID": 400020156, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 24, + "StageID": 400020160, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 32, + "StageID": 400020161, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 40, + "StageID": 400020162, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 48, + "StageID": 400020163, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 56, + "StageID": 400020164, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 66, + "StageID": 400020165, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 77, + "StageID": 400020166, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 24, + "StageID": 400020170, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 32, + "StageID": 400020171, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 40, + "StageID": 400020172, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 48, + "StageID": 400020173, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 56, + "StageID": 400020174, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 66, + "StageID": 400020175, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 77, + "StageID": 400020176, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 24, + "StageID": 400020180, + "MonsterList": [ + [ + 8013010 + ] + ] + }, + { + "Level": 32, + "StageID": 400020181, + "MonsterList": [ + [ + 8013010 + ] + ] + }, + { + "Level": 40, + "StageID": 400020182, + "MonsterList": [ + [ + 8013010 + ] + ] + }, + { + "Level": 48, + "StageID": 400020183, + "MonsterList": [ + [ + 8013010 + ] + ] + }, + { + "Level": 56, + "StageID": 400020184, + "MonsterList": [ + [ + 8013010 + ] + ] + }, + { + "Level": 66, + "StageID": 400020185, + "MonsterList": [ + [ + 8013010 + ] + ] + }, + { + "Level": 77, + "StageID": 400020186, + "MonsterList": [ + [ + 8013010 + ] + ] + }, + { + "Level": 26, + "StageID": 400020190, + "MonsterList": [ + [ + 8011010, + 8012030 + ] + ] + }, + { + "Level": 34, + "StageID": 400020191, + "MonsterList": [ + [ + 8011010, + 8012030 + ] + ] + }, + { + "Level": 42, + "StageID": 400020192, + "MonsterList": [ + [ + 8011010, + 8012030 + ] + ] + }, + { + "Level": 50, + "StageID": 400020193, + "MonsterList": [ + [ + 8011010, + 8012030 + ] + ] + }, + { + "Level": 58, + "StageID": 400020194, + "MonsterList": [ + [ + 8011010, + 8012030 + ] + ] + }, + { + "Level": 68, + "StageID": 400020195, + "MonsterList": [ + [ + 8011010, + 8012030 + ] + ] + }, + { + "Level": 83, + "StageID": 400020196, + "MonsterList": [ + [ + 8011010, + 8012030 + ] + ] + }, + { + "Level": 26, + "StageID": 400020200, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 34, + "StageID": 400020201, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 42, + "StageID": 400020202, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 50, + "StageID": 400020203, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 58, + "StageID": 400020204, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 68, + "StageID": 400020205, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 83, + "StageID": 400020206, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 26, + "StageID": 400020210, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 34, + "StageID": 400020211, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 42, + "StageID": 400020212, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 50, + "StageID": 400020213, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 58, + "StageID": 400020214, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 68, + "StageID": 400020215, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 83, + "StageID": 400020216, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 26, + "StageID": 400020220, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 34, + "StageID": 400020221, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 42, + "StageID": 400020222, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 50, + "StageID": 400020223, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 58, + "StageID": 400020224, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 68, + "StageID": 400020225, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 83, + "StageID": 400020226, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 26, + "StageID": 400020230, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 34, + "StageID": 400020231, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 42, + "StageID": 400020232, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 50, + "StageID": 400020233, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 58, + "StageID": 400020234, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 68, + "StageID": 400020235, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 83, + "StageID": 400020236, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 26, + "StageID": 400020240, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 34, + "StageID": 400020241, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 42, + "StageID": 400020242, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 50, + "StageID": 400020243, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 58, + "StageID": 400020244, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 68, + "StageID": 400020245, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 83, + "StageID": 400020246, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 26, + "StageID": 400020250, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 34, + "StageID": 400020251, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 42, + "StageID": 400020252, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 50, + "StageID": 400020253, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 58, + "StageID": 400020254, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 68, + "StageID": 400020255, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 83, + "StageID": 400020256, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 26, + "StageID": 400020260, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 34, + "StageID": 400020261, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 42, + "StageID": 400020262, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 50, + "StageID": 400020263, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 58, + "StageID": 400020264, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 68, + "StageID": 400020265, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 83, + "StageID": 400020266, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 26, + "StageID": 400020270, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 34, + "StageID": 400020271, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 42, + "StageID": 400020272, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 50, + "StageID": 400020273, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 58, + "StageID": 400020274, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 68, + "StageID": 400020275, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 83, + "StageID": 400020276, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 26, + "StageID": 400020280, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 34, + "StageID": 400020281, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 42, + "StageID": 400020282, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 50, + "StageID": 400020283, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 58, + "StageID": 400020284, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 68, + "StageID": 400020285, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 83, + "StageID": 400020286, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 26, + "StageID": 400020290, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 34, + "StageID": 400020291, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 42, + "StageID": 400020292, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 50, + "StageID": 400020293, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 58, + "StageID": 400020294, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 68, + "StageID": 400020295, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 83, + "StageID": 400020296, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 26, + "StageID": 400020300, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 34, + "StageID": 400020301, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 42, + "StageID": 400020302, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 50, + "StageID": 400020303, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 58, + "StageID": 400020304, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 68, + "StageID": 400020305, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 83, + "StageID": 400020306, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 26, + "StageID": 400020310, + "MonsterList": [ + [ + 8013010 + ] + ] + }, + { + "Level": 34, + "StageID": 400020311, + "MonsterList": [ + [ + 8013010 + ] + ] + }, + { + "Level": 42, + "StageID": 400020312, + "MonsterList": [ + [ + 8013010 + ] + ] + }, + { + "Level": 50, + "StageID": 400020313, + "MonsterList": [ + [ + 8013010 + ] + ] + }, + { + "Level": 58, + "StageID": 400020314, + "MonsterList": [ + [ + 8013010 + ] + ] + }, + { + "Level": 68, + "StageID": 400020315, + "MonsterList": [ + [ + 8013010 + ] + ] + }, + { + "Level": 83, + "StageID": 400020316, + "MonsterList": [ + [ + 8013010 + ] + ] + }, + { + "Level": 28, + "StageID": 400020320, + "MonsterList": [ + [ + 8001010, + 8002010 + ] + ] + }, + { + "Level": 36, + "StageID": 400020321, + "MonsterList": [ + [ + 8001010, + 8002010 + ] + ] + }, + { + "Level": 44, + "StageID": 400020322, + "MonsterList": [ + [ + 8001010, + 8002010 + ] + ] + }, + { + "Level": 52, + "StageID": 400020323, + "MonsterList": [ + [ + 8001010, + 8002010 + ] + ] + }, + { + "Level": 60, + "StageID": 400020324, + "MonsterList": [ + [ + 8001010, + 8002010 + ] + ] + }, + { + "Level": 70, + "StageID": 400020325, + "MonsterList": [ + [ + 8001010, + 8002010 + ] + ] + }, + { + "Level": 85, + "StageID": 400020326, + "MonsterList": [ + [ + 8001010, + 8002010 + ] + ] + }, + { + "Level": 28, + "StageID": 400020330, + "MonsterList": [ + [ + 8001010, + 8002010, + 8001020 + ] + ] + }, + { + "Level": 36, + "StageID": 400020331, + "MonsterList": [ + [ + 8001010, + 8002010, + 8001020 + ] + ] + }, + { + "Level": 44, + "StageID": 400020332, + "MonsterList": [ + [ + 8001010, + 8002010, + 8001020 + ] + ] + }, + { + "Level": 52, + "StageID": 400020333, + "MonsterList": [ + [ + 8001010, + 8002010, + 8001020 + ] + ] + }, + { + "Level": 60, + "StageID": 400020334, + "MonsterList": [ + [ + 8001010, + 8002010, + 8001020 + ] + ] + }, + { + "Level": 70, + "StageID": 400020335, + "MonsterList": [ + [ + 8001010, + 8002010, + 8001020 + ] + ] + }, + { + "Level": 85, + "StageID": 400020336, + "MonsterList": [ + [ + 8001010, + 8002010, + 8001020 + ] + ] + }, + { + "Level": 28, + "StageID": 400020340, + "MonsterList": [ + [ + 8001010, + 8002010, + 8002010, + 8001010 + ] + ] + }, + { + "Level": 36, + "StageID": 400020341, + "MonsterList": [ + [ + 8001010, + 8002010, + 8002010, + 8001010 + ] + ] + }, + { + "Level": 44, + "StageID": 400020342, + "MonsterList": [ + [ + 8001010, + 8002010, + 8002010, + 8001010 + ] + ] + }, + { + "Level": 52, + "StageID": 400020343, + "MonsterList": [ + [ + 8001010, + 8002010, + 8002010, + 8001010 + ] + ] + }, + { + "Level": 60, + "StageID": 400020344, + "MonsterList": [ + [ + 8001010, + 8002010, + 8002010, + 8001010 + ] + ] + }, + { + "Level": 70, + "StageID": 400020345, + "MonsterList": [ + [ + 8001010, + 8002010, + 8002010, + 8001010 + ] + ] + }, + { + "Level": 85, + "StageID": 400020346, + "MonsterList": [ + [ + 8001010, + 8002010, + 8002010, + 8001010 + ] + ] + }, + { + "Level": 28, + "StageID": 400020350, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 36, + "StageID": 400020351, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 44, + "StageID": 400020352, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 52, + "StageID": 400020353, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 60, + "StageID": 400020354, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 70, + "StageID": 400020355, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 85, + "StageID": 400020356, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 28, + "StageID": 400020360, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 36, + "StageID": 400020361, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 44, + "StageID": 400020362, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 52, + "StageID": 400020363, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 60, + "StageID": 400020364, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 70, + "StageID": 400020365, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 85, + "StageID": 400020366, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 28, + "StageID": 400020370, + "MonsterList": [ + [ + 8001010, + 8001010, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 36, + "StageID": 400020371, + "MonsterList": [ + [ + 8001010, + 8001010, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 44, + "StageID": 400020372, + "MonsterList": [ + [ + 8001010, + 8001010, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 52, + "StageID": 400020373, + "MonsterList": [ + [ + 8001010, + 8001010, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 60, + "StageID": 400020374, + "MonsterList": [ + [ + 8001010, + 8001010, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 70, + "StageID": 400020375, + "MonsterList": [ + [ + 8001010, + 8001010, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 85, + "StageID": 400020376, + "MonsterList": [ + [ + 8001010, + 8001010, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 28, + "StageID": 400020380, + "MonsterList": [ + [ + 8001010, + 8002010, + 8002010, + 8001010 + ] + ] + }, + { + "Level": 36, + "StageID": 400020381, + "MonsterList": [ + [ + 8001010, + 8002010, + 8002010, + 8001010 + ] + ] + }, + { + "Level": 44, + "StageID": 400020382, + "MonsterList": [ + [ + 8001010, + 8002010, + 8002010, + 8001010 + ] + ] + }, + { + "Level": 52, + "StageID": 400020383, + "MonsterList": [ + [ + 8001010, + 8002010, + 8002010, + 8001010 + ] + ] + }, + { + "Level": 60, + "StageID": 400020384, + "MonsterList": [ + [ + 8001010, + 8002010, + 8002010, + 8001010 + ] + ] + }, + { + "Level": 70, + "StageID": 400020385, + "MonsterList": [ + [ + 8001010, + 8002010, + 8002010, + 8001010 + ] + ] + }, + { + "Level": 85, + "StageID": 400020386, + "MonsterList": [ + [ + 8001010, + 8002010, + 8002010, + 8001010 + ] + ] + }, + { + "Level": 28, + "StageID": 400020390, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 36, + "StageID": 400020391, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 44, + "StageID": 400020392, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 52, + "StageID": 400020393, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 60, + "StageID": 400020394, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 70, + "StageID": 400020395, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 85, + "StageID": 400020396, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 28, + "StageID": 400020400, + "MonsterList": [ + [ + 8001010, + 8001010, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 36, + "StageID": 400020401, + "MonsterList": [ + [ + 8001010, + 8001010, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 44, + "StageID": 400020402, + "MonsterList": [ + [ + 8001010, + 8001010, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 52, + "StageID": 400020403, + "MonsterList": [ + [ + 8001010, + 8001010, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 60, + "StageID": 400020404, + "MonsterList": [ + [ + 8001010, + 8001010, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 70, + "StageID": 400020405, + "MonsterList": [ + [ + 8001010, + 8001010, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 85, + "StageID": 400020406, + "MonsterList": [ + [ + 8001010, + 8001010, + 8001020, + 8001020 + ] + ] + }, + { + "Level": 28, + "StageID": 400020410, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 36, + "StageID": 400020411, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 44, + "StageID": 400020412, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 52, + "StageID": 400020413, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 60, + "StageID": 400020414, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 70, + "StageID": 400020415, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 85, + "StageID": 400020416, + "MonsterList": [ + [ + 8011010, + 8012010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 28, + "StageID": 400020420, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 36, + "StageID": 400020421, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 44, + "StageID": 400020422, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 52, + "StageID": 400020423, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 60, + "StageID": 400020424, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 70, + "StageID": 400020425, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 85, + "StageID": 400020426, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 28, + "StageID": 400020430, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 36, + "StageID": 400020431, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 44, + "StageID": 400020432, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 52, + "StageID": 400020433, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 60, + "StageID": 400020434, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 70, + "StageID": 400020435, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 85, + "StageID": 400020436, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 28, + "StageID": 400020440, + "MonsterList": [ + [ + 8003020 + ] + ] + }, + { + "Level": 36, + "StageID": 400020441, + "MonsterList": [ + [ + 8003020 + ] + ] + }, + { + "Level": 44, + "StageID": 400020442, + "MonsterList": [ + [ + 8003020 + ] + ] + }, + { + "Level": 52, + "StageID": 400020443, + "MonsterList": [ + [ + 8003020 + ] + ] + }, + { + "Level": 60, + "StageID": 400020444, + "MonsterList": [ + [ + 8003020 + ] + ] + }, + { + "Level": 70, + "StageID": 400020445, + "MonsterList": [ + [ + 8003020 + ] + ] + }, + { + "Level": 85, + "StageID": 400020446, + "MonsterList": [ + [ + 8003020 + ] + ] + }, + { + "Level": 28, + "StageID": 400020450, + "MonsterList": [ + [ + 8003010 + ] + ] + }, + { + "Level": 36, + "StageID": 400020451, + "MonsterList": [ + [ + 8003010 + ] + ] + }, + { + "Level": 44, + "StageID": 400020452, + "MonsterList": [ + [ + 8003010 + ] + ] + }, + { + "Level": 52, + "StageID": 400020453, + "MonsterList": [ + [ + 8003010 + ] + ] + }, + { + "Level": 60, + "StageID": 400020454, + "MonsterList": [ + [ + 8003010 + ] + ] + }, + { + "Level": 70, + "StageID": 400020455, + "MonsterList": [ + [ + 8003010 + ] + ] + }, + { + "Level": 85, + "StageID": 400020456, + "MonsterList": [ + [ + 8003010 + ] + ] + }, + { + "Level": 28, + "StageID": 400020460, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 38, + "StageID": 400020461, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 48, + "StageID": 400020462, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 58, + "StageID": 400020463, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 68, + "StageID": 400020464, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 78, + "StageID": 400020465, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 85, + "StageID": 400020466, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 28, + "StageID": 400020470, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 38, + "StageID": 400020471, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 48, + "StageID": 400020472, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 58, + "StageID": 400020473, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 68, + "StageID": 400020474, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 78, + "StageID": 400020475, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 85, + "StageID": 400020476, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 28, + "StageID": 400020480, + "MonsterList": [ + [ + 8011010, + 8012030 + ] + ] + }, + { + "Level": 38, + "StageID": 400020481, + "MonsterList": [ + [ + 8011010, + 8012030 + ] + ] + }, + { + "Level": 48, + "StageID": 400020482, + "MonsterList": [ + [ + 8011010, + 8012030 + ] + ] + }, + { + "Level": 58, + "StageID": 400020483, + "MonsterList": [ + [ + 8011010, + 8012030 + ] + ] + }, + { + "Level": 68, + "StageID": 400020484, + "MonsterList": [ + [ + 8011010, + 8012030 + ] + ] + }, + { + "Level": 78, + "StageID": 400020485, + "MonsterList": [ + [ + 8011010, + 8012030 + ] + ] + }, + { + "Level": 85, + "StageID": 400020486, + "MonsterList": [ + [ + 8011010, + 8012030 + ] + ] + }, + { + "Level": 28, + "StageID": 400020490, + "MonsterList": [ + [ + 8011010, + 8012030 + ] + ] + }, + { + "Level": 38, + "StageID": 400020491, + "MonsterList": [ + [ + 8011010, + 8012030 + ] + ] + }, + { + "Level": 48, + "StageID": 400020492, + "MonsterList": [ + [ + 8011010, + 8012030 + ] + ] + }, + { + "Level": 58, + "StageID": 400020493, + "MonsterList": [ + [ + 8011010, + 8012030 + ] + ] + }, + { + "Level": 68, + "StageID": 400020494, + "MonsterList": [ + [ + 8011010, + 8012030 + ] + ] + }, + { + "Level": 78, + "StageID": 400020495, + "MonsterList": [ + [ + 8011010, + 8012030 + ] + ] + }, + { + "Level": 85, + "StageID": 400020496, + "MonsterList": [ + [ + 8011010, + 8012030 + ] + ] + }, + { + "Level": 28, + "StageID": 400020500, + "MonsterList": [ + [ + 800101008, + 800101008, + 800302006, + 800101008, + 800101008 + ] + ] + }, + { + "Level": 38, + "StageID": 400020501, + "MonsterList": [ + [ + 800101008, + 800101008, + 800302006, + 800101008, + 800101008 + ] + ] + }, + { + "Level": 48, + "StageID": 400020502, + "MonsterList": [ + [ + 800101008, + 800101008, + 800302006, + 800101008, + 800101008 + ] + ] + }, + { + "Level": 58, + "StageID": 400020503, + "MonsterList": [ + [ + 800101008, + 800101008, + 800302006, + 800101008, + 800101008 + ] + ] + }, + { + "Level": 68, + "StageID": 400020504, + "MonsterList": [ + [ + 800101008, + 800101008, + 800302006, + 800101008, + 800101008 + ] + ] + }, + { + "Level": 78, + "StageID": 400020505, + "MonsterList": [ + [ + 800101008, + 800101008, + 800302006, + 800101008, + 800101008 + ] + ] + }, + { + "Level": 85, + "StageID": 400020506, + "MonsterList": [ + [ + 800101008, + 800101008, + 800302006, + 800101008, + 800101008 + ] + ] + }, + { + "Level": 28, + "StageID": 400020510, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 38, + "StageID": 400020511, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 48, + "StageID": 400020512, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 58, + "StageID": 400020513, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 68, + "StageID": 400020514, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 78, + "StageID": 400020515, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 85, + "StageID": 400020516, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 28, + "StageID": 400020520, + "MonsterList": [ + [ + 8011010, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 38, + "StageID": 400020521, + "MonsterList": [ + [ + 8011010, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 48, + "StageID": 400020522, + "MonsterList": [ + [ + 8011010, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 58, + "StageID": 400020523, + "MonsterList": [ + [ + 8011010, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 68, + "StageID": 400020524, + "MonsterList": [ + [ + 8011010, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 78, + "StageID": 400020525, + "MonsterList": [ + [ + 8011010, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 85, + "StageID": 400020526, + "MonsterList": [ + [ + 8011010, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 28, + "StageID": 400020530, + "MonsterList": [ + [ + 8011010, + 8012030 + ] + ] + }, + { + "Level": 38, + "StageID": 400020531, + "MonsterList": [ + [ + 8011010, + 8012030 + ] + ] + }, + { + "Level": 48, + "StageID": 400020532, + "MonsterList": [ + [ + 8011010, + 8012030 + ] + ] + }, + { + "Level": 58, + "StageID": 400020533, + "MonsterList": [ + [ + 8011010, + 8012030 + ] + ] + }, + { + "Level": 68, + "StageID": 400020534, + "MonsterList": [ + [ + 8011010, + 8012030 + ] + ] + }, + { + "Level": 78, + "StageID": 400020535, + "MonsterList": [ + [ + 8011010, + 8012030 + ] + ] + }, + { + "Level": 85, + "StageID": 400020536, + "MonsterList": [ + [ + 8011010, + 8012030 + ] + ] + }, + { + "Level": 28, + "StageID": 400020540, + "MonsterList": [ + [ + 8011010, + 8011010, + 8011010 + ] + ] + }, + { + "Level": 38, + "StageID": 400020541, + "MonsterList": [ + [ + 8011010, + 8011010, + 8011010 + ] + ] + }, + { + "Level": 48, + "StageID": 400020542, + "MonsterList": [ + [ + 8011010, + 8011010, + 8011010 + ] + ] + }, + { + "Level": 58, + "StageID": 400020543, + "MonsterList": [ + [ + 8011010, + 8011010, + 8011010 + ] + ] + }, + { + "Level": 68, + "StageID": 400020544, + "MonsterList": [ + [ + 8011010, + 8011010, + 8011010 + ] + ] + }, + { + "Level": 78, + "StageID": 400020545, + "MonsterList": [ + [ + 8011010, + 8011010, + 8011010 + ] + ] + }, + { + "Level": 85, + "StageID": 400020546, + "MonsterList": [ + [ + 8011010, + 8011010, + 8011010 + ] + ] + }, + { + "Level": 28, + "StageID": 400020550, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 38, + "StageID": 400020551, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 48, + "StageID": 400020552, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 58, + "StageID": 400020553, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 68, + "StageID": 400020554, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 78, + "StageID": 400020555, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 85, + "StageID": 400020556, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 28, + "StageID": 400020560, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 38, + "StageID": 400020561, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 48, + "StageID": 400020562, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 58, + "StageID": 400020563, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 68, + "StageID": 400020564, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 78, + "StageID": 400020565, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 85, + "StageID": 400020566, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 28, + "StageID": 400020570, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 38, + "StageID": 400020571, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 48, + "StageID": 400020572, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 58, + "StageID": 400020573, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 68, + "StageID": 400020574, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 78, + "StageID": 400020575, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 85, + "StageID": 400020576, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 28, + "StageID": 400020580, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 38, + "StageID": 400020581, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 48, + "StageID": 400020582, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 58, + "StageID": 400020583, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 68, + "StageID": 400020584, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 78, + "StageID": 400020585, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 85, + "StageID": 400020586, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 28, + "StageID": 400020590, + "MonsterList": [ + [ + 8011010, + 8011010, + 8011010 + ] + ] + }, + { + "Level": 38, + "StageID": 400020591, + "MonsterList": [ + [ + 8011010, + 8011010, + 8011010 + ] + ] + }, + { + "Level": 48, + "StageID": 400020592, + "MonsterList": [ + [ + 8011010, + 8011010, + 8011010 + ] + ] + }, + { + "Level": 58, + "StageID": 400020593, + "MonsterList": [ + [ + 8011010, + 8011010, + 8011010 + ] + ] + }, + { + "Level": 68, + "StageID": 400020594, + "MonsterList": [ + [ + 8011010, + 8011010, + 8011010 + ] + ] + }, + { + "Level": 78, + "StageID": 400020595, + "MonsterList": [ + [ + 8011010, + 8011010, + 8011010 + ] + ] + }, + { + "Level": 85, + "StageID": 400020596, + "MonsterList": [ + [ + 8011010, + 8011010, + 8011010 + ] + ] + }, + { + "Level": 28, + "StageID": 400020600, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 38, + "StageID": 400020601, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 48, + "StageID": 400020602, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 58, + "StageID": 400020603, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 68, + "StageID": 400020604, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 78, + "StageID": 400020605, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 85, + "StageID": 400020606, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 28, + "StageID": 400020610, + "MonsterList": [ + [ + 801101002, + 801201012, + 800302005, + 801201012, + 801101002 + ] + ] + }, + { + "Level": 38, + "StageID": 400020611, + "MonsterList": [ + [ + 801101002, + 801201012, + 800302005, + 801201012, + 801101002 + ] + ] + }, + { + "Level": 48, + "StageID": 400020612, + "MonsterList": [ + [ + 801101002, + 801201012, + 800302005, + 801201012, + 801101002 + ] + ] + }, + { + "Level": 58, + "StageID": 400020613, + "MonsterList": [ + [ + 801101002, + 801201012, + 800302005, + 801201012, + 801101002 + ] + ] + }, + { + "Level": 68, + "StageID": 400020614, + "MonsterList": [ + [ + 801101002, + 801201012, + 800302005, + 801201012, + 801101002 + ] + ] + }, + { + "Level": 78, + "StageID": 400020615, + "MonsterList": [ + [ + 801101002, + 801201012, + 800302005, + 801201012, + 801101002 + ] + ] + }, + { + "Level": 85, + "StageID": 400020616, + "MonsterList": [ + [ + 801101002, + 801201012, + 800302005, + 801201012, + 801101002 + ] + ] + }, + { + "Level": 23, + "StageID": 400020620, + "MonsterList": [ + [ + 8001010 + ] + ] + }, + { + "Level": 33, + "StageID": 400020621, + "MonsterList": [ + [ + 8001010 + ] + ] + }, + { + "Level": 43, + "StageID": 400020622, + "MonsterList": [ + [ + 8001010 + ] + ] + }, + { + "Level": 53, + "StageID": 400020623, + "MonsterList": [ + [ + 8001010 + ] + ] + }, + { + "Level": 63, + "StageID": 400020624, + "MonsterList": [ + [ + 8001010 + ] + ] + }, + { + "Level": 73, + "StageID": 400020625, + "MonsterList": [ + [ + 8001010 + ] + ] + }, + { + "Level": 80, + "StageID": 400020626, + "MonsterList": [ + [ + 8001010 + ] + ] + }, + { + "Level": 28, + "StageID": 400020630, + "MonsterList": [ + [ + 801101003, + 801101003, + 801301006, + 801101003, + 801101003 + ] + ] + }, + { + "Level": 38, + "StageID": 400020631, + "MonsterList": [ + [ + 801101003, + 801101003, + 801301006, + 801101003, + 801101003 + ] + ] + }, + { + "Level": 48, + "StageID": 400020632, + "MonsterList": [ + [ + 801101003, + 801101003, + 801301006, + 801101003, + 801101003 + ] + ] + }, + { + "Level": 58, + "StageID": 400020633, + "MonsterList": [ + [ + 801101003, + 801101003, + 801301006, + 801101003, + 801101003 + ] + ] + }, + { + "Level": 68, + "StageID": 400020634, + "MonsterList": [ + [ + 801101003, + 801101003, + 801301006, + 801101003, + 801101003 + ] + ] + }, + { + "Level": 78, + "StageID": 400020635, + "MonsterList": [ + [ + 801101003, + 801101003, + 801301006, + 801101003, + 801101003 + ] + ] + }, + { + "Level": 85, + "StageID": 400020636, + "MonsterList": [ + [ + 801101003, + 801101003, + 801301006, + 801101003, + 801101003 + ] + ] + }, + { + "Level": 23, + "StageID": 400020640, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 33, + "StageID": 400020641, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 43, + "StageID": 400020642, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 53, + "StageID": 400020643, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 63, + "StageID": 400020644, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 73, + "StageID": 400020645, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 80, + "StageID": 400020646, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 28, + "StageID": 400020650, + "MonsterList": [ + [ + 801101002, + 801201012, + 8003021, + 801201012, + 801101002 + ] + ] + }, + { + "Level": 38, + "StageID": 400020651, + "MonsterList": [ + [ + 801101002, + 801201012, + 8003021, + 801201012, + 801101002 + ] + ] + }, + { + "Level": 48, + "StageID": 400020652, + "MonsterList": [ + [ + 801101002, + 801201012, + 8003021, + 801201012, + 801101002 + ] + ] + }, + { + "Level": 58, + "StageID": 400020653, + "MonsterList": [ + [ + 801101002, + 801201012, + 8003021, + 801201012, + 801101002 + ] + ] + }, + { + "Level": 68, + "StageID": 400020654, + "MonsterList": [ + [ + 801101002, + 801201012, + 8003021, + 801201012, + 801101002 + ] + ] + }, + { + "Level": 78, + "StageID": 400020655, + "MonsterList": [ + [ + 801101002, + 801201012, + 8003021, + 801201012, + 801101002 + ] + ] + }, + { + "Level": 85, + "StageID": 400020656, + "MonsterList": [ + [ + 801101002, + 801201012, + 8003021, + 801201012, + 801101002 + ] + ] + }, + { + "Level": 23, + "StageID": 400020660, + "MonsterList": [ + [ + 800101009, + 800101009, + 8003020, + 800101009, + 800101009 + ] + ] + }, + { + "Level": 33, + "StageID": 400020661, + "MonsterList": [ + [ + 800101009, + 800101009, + 8003020, + 800101009, + 800101009 + ] + ] + }, + { + "Level": 43, + "StageID": 400020662, + "MonsterList": [ + [ + 800101009, + 800101009, + 8003020, + 800101009, + 800101009 + ] + ] + }, + { + "Level": 53, + "StageID": 400020663, + "MonsterList": [ + [ + 800101009, + 800101009, + 8003020, + 800101009, + 800101009 + ] + ] + }, + { + "Level": 63, + "StageID": 400020664, + "MonsterList": [ + [ + 800101009, + 800101009, + 8003020, + 800101009, + 800101009 + ] + ] + }, + { + "Level": 73, + "StageID": 400020665, + "MonsterList": [ + [ + 800101009, + 800101009, + 8003020, + 800101009, + 800101009 + ] + ] + }, + { + "Level": 80, + "StageID": 400020666, + "MonsterList": [ + [ + 800101009, + 800101009, + 8003020, + 800101009, + 800101009 + ] + ] + }, + { + "Level": 28, + "StageID": 400020670, + "MonsterList": [ + [ + 801101004, + 801201013, + 8013011, + 801201013, + 801101004 + ] + ] + }, + { + "Level": 38, + "StageID": 400020671, + "MonsterList": [ + [ + 801101004, + 801201013, + 8013011, + 801201013, + 801101004 + ] + ] + }, + { + "Level": 48, + "StageID": 400020672, + "MonsterList": [ + [ + 801101004, + 801201013, + 8013011, + 801201013, + 801101004 + ] + ] + }, + { + "Level": 58, + "StageID": 400020673, + "MonsterList": [ + [ + 801101004, + 801201013, + 8013011, + 801201013, + 801101004 + ] + ] + }, + { + "Level": 68, + "StageID": 400020674, + "MonsterList": [ + [ + 801101004, + 801201013, + 8013011, + 801201013, + 801101004 + ] + ] + }, + { + "Level": 78, + "StageID": 400020675, + "MonsterList": [ + [ + 801101004, + 801201013, + 8013011, + 801201013, + 801101004 + ] + ] + }, + { + "Level": 85, + "StageID": 400020676, + "MonsterList": [ + [ + 801101004, + 801201013, + 8013011, + 801201013, + 801101004 + ] + ] + }, + { + "Level": 23, + "StageID": 400020680, + "MonsterList": [ + [ + 801102003, + 801102003, + 8013010, + 801102003, + 801102003 + ] + ] + }, + { + "Level": 33, + "StageID": 400020681, + "MonsterList": [ + [ + 801102003, + 801102003, + 8013010, + 801102003, + 801102003 + ] + ] + }, + { + "Level": 43, + "StageID": 400020682, + "MonsterList": [ + [ + 801102003, + 801102003, + 8013010, + 801102003, + 801102003 + ] + ] + }, + { + "Level": 53, + "StageID": 400020683, + "MonsterList": [ + [ + 801102003, + 801102003, + 8013010, + 801102003, + 801102003 + ] + ] + }, + { + "Level": 63, + "StageID": 400020684, + "MonsterList": [ + [ + 801102003, + 801102003, + 8013010, + 801102003, + 801102003 + ] + ] + }, + { + "Level": 73, + "StageID": 400020685, + "MonsterList": [ + [ + 801102003, + 801102003, + 8013010, + 801102003, + 801102003 + ] + ] + }, + { + "Level": 80, + "StageID": 400020686, + "MonsterList": [ + [ + 801102003, + 801102003, + 8013010, + 801102003, + 801102003 + ] + ] + }, + { + "Level": 28, + "StageID": 400020700, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 38, + "StageID": 400020701, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 48, + "StageID": 400020702, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 58, + "StageID": 400020703, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 68, + "StageID": 400020704, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 78, + "StageID": 400020705, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 85, + "StageID": 400020706, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 28, + "StageID": 400020710, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 38, + "StageID": 400020711, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 48, + "StageID": 400020712, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 58, + "StageID": 400020713, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 68, + "StageID": 400020714, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 78, + "StageID": 400020715, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 85, + "StageID": 400020716, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 28, + "StageID": 400020720, + "MonsterList": [ + [ + 8011010, + 8011010, + 8011010, + 8011010 + ] + ] + }, + { + "Level": 38, + "StageID": 400020721, + "MonsterList": [ + [ + 8011010, + 8011010, + 8011010, + 8011010 + ] + ] + }, + { + "Level": 48, + "StageID": 400020722, + "MonsterList": [ + [ + 8011010, + 8011010, + 8011010, + 8011010 + ] + ] + }, + { + "Level": 58, + "StageID": 400020723, + "MonsterList": [ + [ + 8011010, + 8011010, + 8011010, + 8011010 + ] + ] + }, + { + "Level": 68, + "StageID": 400020724, + "MonsterList": [ + [ + 8011010, + 8011010, + 8011010, + 8011010 + ] + ] + }, + { + "Level": 78, + "StageID": 400020725, + "MonsterList": [ + [ + 8011010, + 8011010, + 8011010, + 8011010 + ] + ] + }, + { + "Level": 85, + "StageID": 400020726, + "MonsterList": [ + [ + 8011010, + 8011010, + 8011010, + 8011010 + ] + ] + }, + { + "Level": 28, + "StageID": 400020730, + "MonsterList": [ + [ + 8012010, + 8012010 + ] + ] + }, + { + "Level": 38, + "StageID": 400020731, + "MonsterList": [ + [ + 8012010, + 8012010 + ] + ] + }, + { + "Level": 48, + "StageID": 400020732, + "MonsterList": [ + [ + 8012010, + 8012010 + ] + ] + }, + { + "Level": 58, + "StageID": 400020733, + "MonsterList": [ + [ + 8012010, + 8012010 + ] + ] + }, + { + "Level": 68, + "StageID": 400020734, + "MonsterList": [ + [ + 8012010, + 8012010 + ] + ] + }, + { + "Level": 78, + "StageID": 400020735, + "MonsterList": [ + [ + 8012010, + 8012010 + ] + ] + }, + { + "Level": 85, + "StageID": 400020736, + "MonsterList": [ + [ + 8012010, + 8012010 + ] + ] + }, + { + "Level": 28, + "StageID": 400020740, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 38, + "StageID": 400020741, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 48, + "StageID": 400020742, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 58, + "StageID": 400020743, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 68, + "StageID": 400020744, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 78, + "StageID": 400020745, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 85, + "StageID": 400020746, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 28, + "StageID": 400020750, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 38, + "StageID": 400020751, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 48, + "StageID": 400020752, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 58, + "StageID": 400020753, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 68, + "StageID": 400020754, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 78, + "StageID": 400020755, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 85, + "StageID": 400020756, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 28, + "StageID": 400020760, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 38, + "StageID": 400020761, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 48, + "StageID": 400020762, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 58, + "StageID": 400020763, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 68, + "StageID": 400020764, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 78, + "StageID": 400020765, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 85, + "StageID": 400020766, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 28, + "StageID": 400020770, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 38, + "StageID": 400020771, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 48, + "StageID": 400020772, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 58, + "StageID": 400020773, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 68, + "StageID": 400020774, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 78, + "StageID": 400020775, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 85, + "StageID": 400020776, + "MonsterList": [ + [ + 8011010, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 28, + "StageID": 400020780, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 38, + "StageID": 400020781, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 48, + "StageID": 400020782, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 58, + "StageID": 400020783, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 68, + "StageID": 400020784, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 78, + "StageID": 400020785, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 85, + "StageID": 400020786, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012030, + 8011010 + ] + ] + }, + { + "Level": 28, + "StageID": 400020790, + "MonsterList": [ + [ + 8012010, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 38, + "StageID": 400020791, + "MonsterList": [ + [ + 8012010, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 48, + "StageID": 400020792, + "MonsterList": [ + [ + 8012010, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 58, + "StageID": 400020793, + "MonsterList": [ + [ + 8012010, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 68, + "StageID": 400020794, + "MonsterList": [ + [ + 8012010, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 78, + "StageID": 400020795, + "MonsterList": [ + [ + 8012010, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 85, + "StageID": 400020796, + "MonsterList": [ + [ + 8012010, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 28, + "StageID": 400020800, + "MonsterList": [ + [ + 8011020, + 8011020 + ] + ] + }, + { + "Level": 38, + "StageID": 400020801, + "MonsterList": [ + [ + 8011020, + 8011020 + ] + ] + }, + { + "Level": 48, + "StageID": 400020802, + "MonsterList": [ + [ + 8011020, + 8011020 + ] + ] + }, + { + "Level": 58, + "StageID": 400020803, + "MonsterList": [ + [ + 8011020, + 8011020 + ] + ] + }, + { + "Level": 68, + "StageID": 400020804, + "MonsterList": [ + [ + 8011020, + 8011020 + ] + ] + }, + { + "Level": 78, + "StageID": 400020805, + "MonsterList": [ + [ + 8011020, + 8011020 + ] + ] + }, + { + "Level": 85, + "StageID": 400020806, + "MonsterList": [ + [ + 8011020, + 8011020 + ] + ] + }, + { + "Level": 28, + "StageID": 400020810, + "MonsterList": [ + [ + 8011020, + 8011020, + 8011020, + 8011020 + ] + ] + }, + { + "Level": 38, + "StageID": 400020811, + "MonsterList": [ + [ + 8011020, + 8011020, + 8011020, + 8011020 + ] + ] + }, + { + "Level": 48, + "StageID": 400020812, + "MonsterList": [ + [ + 8011020, + 8011020, + 8011020, + 8011020 + ] + ] + }, + { + "Level": 58, + "StageID": 400020813, + "MonsterList": [ + [ + 8011020, + 8011020, + 8011020, + 8011020 + ] + ] + }, + { + "Level": 68, + "StageID": 400020814, + "MonsterList": [ + [ + 8011020, + 8011020, + 8011020, + 8011020 + ] + ] + }, + { + "Level": 78, + "StageID": 400020815, + "MonsterList": [ + [ + 8011020, + 8011020, + 8011020, + 8011020 + ] + ] + }, + { + "Level": 85, + "StageID": 400020816, + "MonsterList": [ + [ + 8011020, + 8011020, + 8011020, + 8011020 + ] + ] + }, + { + "Level": 28, + "StageID": 400020820, + "MonsterList": [ + [ + 801101004, + 801201013, + 801301007, + 801201013, + 801101004 + ] + ] + }, + { + "Level": 38, + "StageID": 400020821, + "MonsterList": [ + [ + 801101004, + 801201013, + 801301007, + 801201013, + 801101004 + ] + ] + }, + { + "Level": 48, + "StageID": 400020822, + "MonsterList": [ + [ + 801101004, + 801201013, + 801301007, + 801201013, + 801101004 + ] + ] + }, + { + "Level": 58, + "StageID": 400020823, + "MonsterList": [ + [ + 801101004, + 801201013, + 801301007, + 801201013, + 801101004 + ] + ] + }, + { + "Level": 68, + "StageID": 400020824, + "MonsterList": [ + [ + 801101004, + 801201013, + 801301007, + 801201013, + 801101004 + ] + ] + }, + { + "Level": 78, + "StageID": 400020825, + "MonsterList": [ + [ + 801101004, + 801201013, + 801301007, + 801201013, + 801101004 + ] + ] + }, + { + "Level": 85, + "StageID": 400020826, + "MonsterList": [ + [ + 801101004, + 801201013, + 801301007, + 801201013, + 801101004 + ] + ] + }, + { + "Level": 23, + "StageID": 400020830, + "MonsterList": [ + [ + 8011010 + ] + ] + }, + { + "Level": 33, + "StageID": 400020831, + "MonsterList": [ + [ + 8011010 + ] + ] + }, + { + "Level": 43, + "StageID": 400020832, + "MonsterList": [ + [ + 8011010 + ] + ] + }, + { + "Level": 53, + "StageID": 400020833, + "MonsterList": [ + [ + 8011010 + ] + ] + }, + { + "Level": 63, + "StageID": 400020834, + "MonsterList": [ + [ + 8011010 + ] + ] + }, + { + "Level": 73, + "StageID": 400020835, + "MonsterList": [ + [ + 8011010 + ] + ] + }, + { + "Level": 80, + "StageID": 400020836, + "MonsterList": [ + [ + 8011010 + ] + ] + }, + { + "Level": 28, + "StageID": 400020840, + "MonsterList": [ + [ + 101203010, + 101203010, + 101302012, + 101203010, + 101203010 + ] + ] + }, + { + "Level": 38, + "StageID": 400020841, + "MonsterList": [ + [ + 101203010, + 101203010, + 101302012, + 101203010, + 101203010 + ] + ] + }, + { + "Level": 48, + "StageID": 400020842, + "MonsterList": [ + [ + 101203010, + 101203010, + 101302012, + 101203010, + 101203010 + ] + ] + }, + { + "Level": 58, + "StageID": 400020843, + "MonsterList": [ + [ + 101203010, + 101203010, + 101302012, + 101203010, + 101203010 + ] + ] + }, + { + "Level": 68, + "StageID": 400020844, + "MonsterList": [ + [ + 101203010, + 101203010, + 101302012, + 101203010, + 101203010 + ] + ] + }, + { + "Level": 78, + "StageID": 400020845, + "MonsterList": [ + [ + 101203010, + 101203010, + 101302012, + 101203010, + 101203010 + ] + ] + }, + { + "Level": 85, + "StageID": 400020846, + "MonsterList": [ + [ + 101203010, + 101203010, + 101302012, + 101203010, + 101203010 + ] + ] + }, + { + "Level": 23, + "StageID": 400020850, + "MonsterList": [ + [ + 1012030 + ] + ] + }, + { + "Level": 33, + "StageID": 400020851, + "MonsterList": [ + [ + 1012030 + ] + ] + }, + { + "Level": 43, + "StageID": 400020852, + "MonsterList": [ + [ + 1012030 + ] + ] + }, + { + "Level": 53, + "StageID": 400020853, + "MonsterList": [ + [ + 1012030 + ] + ] + }, + { + "Level": 63, + "StageID": 400020854, + "MonsterList": [ + [ + 1012030 + ] + ] + }, + { + "Level": 73, + "StageID": 400020855, + "MonsterList": [ + [ + 1012030 + ] + ] + }, + { + "Level": 80, + "StageID": 400020856, + "MonsterList": [ + [ + 1012030 + ] + ] + }, + { + "Level": 28, + "StageID": 400020860, + "MonsterList": [ + [ + 801101004, + 801201013, + 8013011, + 801201013, + 801101004 + ] + ] + }, + { + "Level": 38, + "StageID": 400020861, + "MonsterList": [ + [ + 801101004, + 801201013, + 8013011, + 801201013, + 801101004 + ] + ] + }, + { + "Level": 48, + "StageID": 400020862, + "MonsterList": [ + [ + 801101004, + 801201013, + 8013011, + 801201013, + 801101004 + ] + ] + }, + { + "Level": 58, + "StageID": 400020863, + "MonsterList": [ + [ + 801101004, + 801201013, + 8013011, + 801201013, + 801101004 + ] + ] + }, + { + "Level": 68, + "StageID": 400020864, + "MonsterList": [ + [ + 801101004, + 801201013, + 8013011, + 801201013, + 801101004 + ] + ] + }, + { + "Level": 78, + "StageID": 400020865, + "MonsterList": [ + [ + 801101004, + 801201013, + 8013011, + 801201013, + 801101004 + ] + ] + }, + { + "Level": 85, + "StageID": 400020866, + "MonsterList": [ + [ + 801101004, + 801201013, + 8013011, + 801201013, + 801101004 + ] + ] + }, + { + "Level": 23, + "StageID": 400020870, + "MonsterList": [ + [ + 801102004, + 801102004, + 8013010, + 801102004, + 801102004 + ] + ] + }, + { + "Level": 33, + "StageID": 400020871, + "MonsterList": [ + [ + 801102004, + 801102004, + 8013010, + 801102004, + 801102004 + ] + ] + }, + { + "Level": 43, + "StageID": 400020872, + "MonsterList": [ + [ + 801102004, + 801102004, + 8013010, + 801102004, + 801102004 + ] + ] + }, + { + "Level": 53, + "StageID": 400020873, + "MonsterList": [ + [ + 801102004, + 801102004, + 8013010, + 801102004, + 801102004 + ] + ] + }, + { + "Level": 63, + "StageID": 400020874, + "MonsterList": [ + [ + 801102004, + 801102004, + 8013010, + 801102004, + 801102004 + ] + ] + }, + { + "Level": 73, + "StageID": 400020875, + "MonsterList": [ + [ + 801102004, + 801102004, + 8013010, + 801102004, + 801102004 + ] + ] + }, + { + "Level": 80, + "StageID": 400020876, + "MonsterList": [ + [ + 801102004, + 801102004, + 8013010, + 801102004, + 801102004 + ] + ] + }, + { + "Level": 28, + "StageID": 400020880, + "MonsterList": [ + [ + 101203011, + 101203011, + 1013021, + 101203011, + 101203011 + ] + ] + }, + { + "Level": 38, + "StageID": 400020881, + "MonsterList": [ + [ + 101203011, + 101203011, + 1013021, + 101203011, + 101203011 + ] + ] + }, + { + "Level": 48, + "StageID": 400020882, + "MonsterList": [ + [ + 101203011, + 101203011, + 1013021, + 101203011, + 101203011 + ] + ] + }, + { + "Level": 58, + "StageID": 400020883, + "MonsterList": [ + [ + 101203011, + 101203011, + 1013021, + 101203011, + 101203011 + ] + ] + }, + { + "Level": 68, + "StageID": 400020884, + "MonsterList": [ + [ + 101203011, + 101203011, + 1013021, + 101203011, + 101203011 + ] + ] + }, + { + "Level": 78, + "StageID": 400020885, + "MonsterList": [ + [ + 101203011, + 101203011, + 1013021, + 101203011, + 101203011 + ] + ] + }, + { + "Level": 85, + "StageID": 400020886, + "MonsterList": [ + [ + 101203011, + 101203011, + 1013021, + 101203011, + 101203011 + ] + ] + }, + { + "Level": 23, + "StageID": 400020890, + "MonsterList": [ + [ + 101202109, + 1013020, + 101202109 + ] + ] + }, + { + "Level": 33, + "StageID": 400020891, + "MonsterList": [ + [ + 101202109, + 1013020, + 101202109 + ] + ] + }, + { + "Level": 43, + "StageID": 400020892, + "MonsterList": [ + [ + 101202109, + 1013020, + 101202109 + ] + ] + }, + { + "Level": 53, + "StageID": 400020893, + "MonsterList": [ + [ + 101202109, + 1013020, + 101202109 + ] + ] + }, + { + "Level": 63, + "StageID": 400020894, + "MonsterList": [ + [ + 101202109, + 1013020, + 101202109 + ] + ] + }, + { + "Level": 73, + "StageID": 400020895, + "MonsterList": [ + [ + 101202109, + 1013020, + 101202109 + ] + ] + }, + { + "Level": 80, + "StageID": 400020896, + "MonsterList": [ + [ + 101202109, + 1013020, + 101202109 + ] + ] + }, + { + "Level": 28, + "StageID": 400020900, + "MonsterList": [ + [ + 8012020, + 8012020 + ] + ] + }, + { + "Level": 38, + "StageID": 400020901, + "MonsterList": [ + [ + 8012020, + 8012020 + ] + ] + }, + { + "Level": 48, + "StageID": 400020902, + "MonsterList": [ + [ + 8012020, + 8012020 + ] + ] + }, + { + "Level": 58, + "StageID": 400020903, + "MonsterList": [ + [ + 8012020, + 8012020 + ] + ] + }, + { + "Level": 68, + "StageID": 400020904, + "MonsterList": [ + [ + 8012020, + 8012020 + ] + ] + }, + { + "Level": 78, + "StageID": 400020905, + "MonsterList": [ + [ + 8012020, + 8012020 + ] + ] + }, + { + "Level": 85, + "StageID": 400020906, + "MonsterList": [ + [ + 8012020, + 8012020 + ] + ] + }, + { + "Level": 28, + "StageID": 400020910, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 38, + "StageID": 400020911, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 48, + "StageID": 400020912, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 58, + "StageID": 400020913, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 68, + "StageID": 400020914, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 78, + "StageID": 400020915, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 85, + "StageID": 400020916, + "MonsterList": [ + [ + 8011010, + 8012020, + 8011010 + ] + ] + }, + { + "Level": 28, + "StageID": 400020920, + "MonsterList": [ + [ + 8011010, + 8011010, + 8011010 + ] + ] + }, + { + "Level": 38, + "StageID": 400020921, + "MonsterList": [ + [ + 8011010, + 8011010, + 8011010 + ] + ] + }, + { + "Level": 48, + "StageID": 400020922, + "MonsterList": [ + [ + 8011010, + 8011010, + 8011010 + ] + ] + }, + { + "Level": 58, + "StageID": 400020923, + "MonsterList": [ + [ + 8011010, + 8011010, + 8011010 + ] + ] + }, + { + "Level": 68, + "StageID": 400020924, + "MonsterList": [ + [ + 8011010, + 8011010, + 8011010 + ] + ] + }, + { + "Level": 78, + "StageID": 400020925, + "MonsterList": [ + [ + 8011010, + 8011010, + 8011010 + ] + ] + }, + { + "Level": 85, + "StageID": 400020926, + "MonsterList": [ + [ + 8011010, + 8011010, + 8011010 + ] + ] + }, + { + "Level": 28, + "StageID": 400020930, + "MonsterList": [ + [ + 8011020, + 8011020 + ] + ] + }, + { + "Level": 38, + "StageID": 400020931, + "MonsterList": [ + [ + 8011020, + 8011020 + ] + ] + }, + { + "Level": 48, + "StageID": 400020932, + "MonsterList": [ + [ + 8011020, + 8011020 + ] + ] + }, + { + "Level": 58, + "StageID": 400020933, + "MonsterList": [ + [ + 8011020, + 8011020 + ] + ] + }, + { + "Level": 68, + "StageID": 400020934, + "MonsterList": [ + [ + 8011020, + 8011020 + ] + ] + }, + { + "Level": 78, + "StageID": 400020935, + "MonsterList": [ + [ + 8011020, + 8011020 + ] + ] + }, + { + "Level": 85, + "StageID": 400020936, + "MonsterList": [ + [ + 8011020, + 8011020 + ] + ] + }, + { + "Level": 28, + "StageID": 400020940, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 38, + "StageID": 400020941, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 48, + "StageID": 400020942, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 58, + "StageID": 400020943, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 68, + "StageID": 400020944, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 78, + "StageID": 400020945, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 85, + "StageID": 400020946, + "MonsterList": [ + [ + 8011010, + 8011010 + ] + ] + }, + { + "Level": 28, + "StageID": 400020950, + "MonsterList": [ + [ + 8011020, + 8011020, + 8011020 + ] + ] + }, + { + "Level": 38, + "StageID": 400020951, + "MonsterList": [ + [ + 8011020, + 8011020, + 8011020 + ] + ] + }, + { + "Level": 48, + "StageID": 400020952, + "MonsterList": [ + [ + 8011020, + 8011020, + 8011020 + ] + ] + }, + { + "Level": 58, + "StageID": 400020953, + "MonsterList": [ + [ + 8011020, + 8011020, + 8011020 + ] + ] + }, + { + "Level": 68, + "StageID": 400020954, + "MonsterList": [ + [ + 8011020, + 8011020, + 8011020 + ] + ] + }, + { + "Level": 78, + "StageID": 400020955, + "MonsterList": [ + [ + 8011020, + 8011020, + 8011020 + ] + ] + }, + { + "Level": 85, + "StageID": 400020956, + "MonsterList": [ + [ + 8011020, + 8011020, + 8011020 + ] + ] + }, + { + "Level": 28, + "StageID": 400020960, + "MonsterList": [ + [ + 101203011, + 101203011, + 101302013, + 101203011, + 101203011 + ] + ] + }, + { + "Level": 38, + "StageID": 400020961, + "MonsterList": [ + [ + 101203011, + 101203011, + 101302013, + 101203011, + 101203011 + ] + ] + }, + { + "Level": 48, + "StageID": 400020962, + "MonsterList": [ + [ + 101203011, + 101203011, + 101302013, + 101203011, + 101203011 + ] + ] + }, + { + "Level": 58, + "StageID": 400020963, + "MonsterList": [ + [ + 101203011, + 101203011, + 101302013, + 101203011, + 101203011 + ] + ] + }, + { + "Level": 68, + "StageID": 400020964, + "MonsterList": [ + [ + 101203011, + 101203011, + 101302013, + 101203011, + 101203011 + ] + ] + }, + { + "Level": 78, + "StageID": 400020965, + "MonsterList": [ + [ + 101203011, + 101203011, + 101302013, + 101203011, + 101203011 + ] + ] + }, + { + "Level": 85, + "StageID": 400020966, + "MonsterList": [ + [ + 101203011, + 101203011, + 101302013, + 101203011, + 101203011 + ] + ] + }, + { + "Level": 23, + "StageID": 400020970, + "MonsterList": [ + [ + 1012030 + ] + ] + }, + { + "Level": 33, + "StageID": 400020971, + "MonsterList": [ + [ + 1012030 + ] + ] + }, + { + "Level": 43, + "StageID": 400020972, + "MonsterList": [ + [ + 1012030 + ] + ] + }, + { + "Level": 53, + "StageID": 400020973, + "MonsterList": [ + [ + 1012030 + ] + ] + }, + { + "Level": 63, + "StageID": 400020974, + "MonsterList": [ + [ + 1012030 + ] + ] + }, + { + "Level": 73, + "StageID": 400020975, + "MonsterList": [ + [ + 1012030 + ] + ] + }, + { + "Level": 80, + "StageID": 400020976, + "MonsterList": [ + [ + 1012030 + ] + ] + }, + { + "Level": 28, + "StageID": 400020980, + "MonsterList": [ + [ + 101301014, + 101302014 + ] + ] + }, + { + "Level": 38, + "StageID": 400020981, + "MonsterList": [ + [ + 101301014, + 101302014 + ] + ] + }, + { + "Level": 48, + "StageID": 400020982, + "MonsterList": [ + [ + 101301014, + 101302014 + ] + ] + }, + { + "Level": 58, + "StageID": 400020983, + "MonsterList": [ + [ + 101301014, + 101302014 + ] + ] + }, + { + "Level": 68, + "StageID": 400020984, + "MonsterList": [ + [ + 101301014, + 101302014 + ] + ] + }, + { + "Level": 78, + "StageID": 400020985, + "MonsterList": [ + [ + 101301014, + 101302014 + ] + ] + }, + { + "Level": 85, + "StageID": 400020986, + "MonsterList": [ + [ + 101301014, + 101302014 + ] + ] + }, + { + "Level": 28, + "StageID": 400020990, + "MonsterList": [ + [ + 101203011, + 101203011, + 1013021, + 101203011, + 101203011 + ] + ] + }, + { + "Level": 38, + "StageID": 400020991, + "MonsterList": [ + [ + 101203011, + 101203011, + 1013021, + 101203011, + 101203011 + ] + ] + }, + { + "Level": 48, + "StageID": 400020992, + "MonsterList": [ + [ + 101203011, + 101203011, + 1013021, + 101203011, + 101203011 + ] + ] + }, + { + "Level": 58, + "StageID": 400020993, + "MonsterList": [ + [ + 101203011, + 101203011, + 1013021, + 101203011, + 101203011 + ] + ] + }, + { + "Level": 68, + "StageID": 400020994, + "MonsterList": [ + [ + 101203011, + 101203011, + 1013021, + 101203011, + 101203011 + ] + ] + }, + { + "Level": 78, + "StageID": 400020995, + "MonsterList": [ + [ + 101203011, + 101203011, + 1013021, + 101203011, + 101203011 + ] + ] + }, + { + "Level": 85, + "StageID": 400020996, + "MonsterList": [ + [ + 101203011, + 101203011, + 1013021, + 101203011, + 101203011 + ] + ] + }, + { + "Level": 23, + "StageID": 400021000, + "MonsterList": [ + [ + 101202110, + 1013020, + 101202110 + ] + ] + }, + { + "Level": 33, + "StageID": 400021001, + "MonsterList": [ + [ + 101202110, + 1013020, + 101202110 + ] + ] + }, + { + "Level": 43, + "StageID": 400021002, + "MonsterList": [ + [ + 101202110, + 1013020, + 101202110 + ] + ] + }, + { + "Level": 53, + "StageID": 400021003, + "MonsterList": [ + [ + 101202110, + 1013020, + 101202110 + ] + ] + }, + { + "Level": 63, + "StageID": 400021004, + "MonsterList": [ + [ + 101202110, + 1013020, + 101202110 + ] + ] + }, + { + "Level": 73, + "StageID": 400021005, + "MonsterList": [ + [ + 101202110, + 1013020, + 101202110 + ] + ] + }, + { + "Level": 80, + "StageID": 400021006, + "MonsterList": [ + [ + 101202110, + 1013020, + 101202110 + ] + ] + }, + { + "Level": 24, + "StageID": 400032010, + "MonsterList": [ + [ + 8011020, + 8012010, + 8011020 + ] + ] + }, + { + "Level": 32, + "StageID": 400032011, + "MonsterList": [ + [ + 8011020, + 8012010, + 8011020 + ] + ] + }, + { + "Level": 40, + "StageID": 400032012, + "MonsterList": [ + [ + 8011020, + 8012010, + 8011020 + ] + ] + }, + { + "Level": 48, + "StageID": 400032013, + "MonsterList": [ + [ + 8011020, + 8012010, + 8011020 + ] + ] + }, + { + "Level": 56, + "StageID": 400032014, + "MonsterList": [ + [ + 8011020, + 8012010, + 8011020 + ] + ] + }, + { + "Level": 66, + "StageID": 400032015, + "MonsterList": [ + [ + 8011020, + 8012010, + 8011020 + ] + ] + }, + { + "Level": 77, + "StageID": 400032016, + "MonsterList": [ + [ + 8011020, + 8012010, + 8011020 + ] + ] + }, + { + "Level": 24, + "StageID": 400032020, + "MonsterList": [ + [ + 8011020, + 8011010 + ] + ] + }, + { + "Level": 32, + "StageID": 400032021, + "MonsterList": [ + [ + 8011020, + 8011010 + ] + ] + }, + { + "Level": 40, + "StageID": 400032022, + "MonsterList": [ + [ + 8011020, + 8011010 + ] + ] + }, + { + "Level": 48, + "StageID": 400032023, + "MonsterList": [ + [ + 8011020, + 8011010 + ] + ] + }, + { + "Level": 56, + "StageID": 400032024, + "MonsterList": [ + [ + 8011020, + 8011010 + ] + ] + }, + { + "Level": 66, + "StageID": 400032025, + "MonsterList": [ + [ + 8011020, + 8011010 + ] + ] + }, + { + "Level": 77, + "StageID": 400032026, + "MonsterList": [ + [ + 8011020, + 8011010 + ] + ] + }, + { + "Level": 24, + "StageID": 400032030, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 32, + "StageID": 400032031, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 40, + "StageID": 400032032, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 48, + "StageID": 400032033, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 56, + "StageID": 400032034, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 66, + "StageID": 400032035, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 77, + "StageID": 400032036, + "MonsterList": [ + [ + 8011010, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 24, + "StageID": 400032040, + "MonsterList": [ + [ + 8011020, + 8011010, + 8011020 + ] + ] + }, + { + "Level": 32, + "StageID": 400032041, + "MonsterList": [ + [ + 8011020, + 8011010, + 8011020 + ] + ] + }, + { + "Level": 40, + "StageID": 400032042, + "MonsterList": [ + [ + 8011020, + 8011010, + 8011020 + ] + ] + }, + { + "Level": 48, + "StageID": 400032043, + "MonsterList": [ + [ + 8011020, + 8011010, + 8011020 + ] + ] + }, + { + "Level": 56, + "StageID": 400032044, + "MonsterList": [ + [ + 8011020, + 8011010, + 8011020 + ] + ] + }, + { + "Level": 66, + "StageID": 400032045, + "MonsterList": [ + [ + 8011020, + 8011010, + 8011020 + ] + ] + }, + { + "Level": 77, + "StageID": 400032046, + "MonsterList": [ + [ + 8011020, + 8011010, + 8011020 + ] + ] + }, + { + "Level": 24, + "StageID": 400032050, + "MonsterList": [ + [ + 8012010, + 8011020, + 8012010 + ] + ] + }, + { + "Level": 32, + "StageID": 400032051, + "MonsterList": [ + [ + 8012010, + 8011020, + 8012010 + ] + ] + }, + { + "Level": 40, + "StageID": 400032052, + "MonsterList": [ + [ + 8012010, + 8011020, + 8012010 + ] + ] + }, + { + "Level": 48, + "StageID": 400032053, + "MonsterList": [ + [ + 8012010, + 8011020, + 8012010 + ] + ] + }, + { + "Level": 56, + "StageID": 400032054, + "MonsterList": [ + [ + 8012010, + 8011020, + 8012010 + ] + ] + }, + { + "Level": 66, + "StageID": 400032055, + "MonsterList": [ + [ + 8012010, + 8011020, + 8012010 + ] + ] + }, + { + "Level": 77, + "StageID": 400032056, + "MonsterList": [ + [ + 8012010, + 8011020, + 8012010 + ] + ] + }, + { + "Level": 24, + "StageID": 400032060, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 32, + "StageID": 400032061, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 40, + "StageID": 400032062, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 400032063, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 56, + "StageID": 400032064, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 66, + "StageID": 400032065, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 77, + "StageID": 400032066, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 24, + "StageID": 401010010, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 32, + "StageID": 401010011, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 40, + "StageID": 401010012, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 48, + "StageID": 401010013, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 56, + "StageID": 401010014, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 66, + "StageID": 401010015, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 77, + "StageID": 401010016, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 24, + "StageID": 401010020, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 32, + "StageID": 401010021, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 40, + "StageID": 401010022, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 401010023, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 56, + "StageID": 401010024, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 66, + "StageID": 401010025, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 77, + "StageID": 401010026, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 24, + "StageID": 401010030, + "MonsterList": [ + [ + 1022020, + 8002010, + 1022020 + ] + ] + }, + { + "Level": 32, + "StageID": 401010031, + "MonsterList": [ + [ + 1022020, + 8002010, + 1022020 + ] + ] + }, + { + "Level": 40, + "StageID": 401010032, + "MonsterList": [ + [ + 1022020, + 8002010, + 1022020 + ] + ] + }, + { + "Level": 48, + "StageID": 401010033, + "MonsterList": [ + [ + 1022020, + 8002010, + 1022020 + ] + ] + }, + { + "Level": 56, + "StageID": 401010034, + "MonsterList": [ + [ + 1022020, + 8002010, + 1022020 + ] + ] + }, + { + "Level": 66, + "StageID": 401010035, + "MonsterList": [ + [ + 1022020, + 8002010, + 1022020 + ] + ] + }, + { + "Level": 77, + "StageID": 401010036, + "MonsterList": [ + [ + 1022020, + 8002010, + 1022020 + ] + ] + }, + { + "Level": 24, + "StageID": 401010040, + "MonsterList": [ + [ + 1022020, + 1022020 + ] + ] + }, + { + "Level": 32, + "StageID": 401010041, + "MonsterList": [ + [ + 1022020, + 1022020 + ] + ] + }, + { + "Level": 40, + "StageID": 401010042, + "MonsterList": [ + [ + 1022020, + 1022020 + ] + ] + }, + { + "Level": 48, + "StageID": 401010043, + "MonsterList": [ + [ + 1022020, + 1022020 + ] + ] + }, + { + "Level": 56, + "StageID": 401010044, + "MonsterList": [ + [ + 1022020, + 1022020 + ] + ] + }, + { + "Level": 66, + "StageID": 401010045, + "MonsterList": [ + [ + 1022020, + 1022020 + ] + ] + }, + { + "Level": 77, + "StageID": 401010046, + "MonsterList": [ + [ + 1022020, + 1022020 + ] + ] + }, + { + "Level": 24, + "StageID": 401010050, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 32, + "StageID": 401010051, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 40, + "StageID": 401010052, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 401010053, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 56, + "StageID": 401010054, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 66, + "StageID": 401010055, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 77, + "StageID": 401010056, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 24, + "StageID": 401010060, + "MonsterList": [ + [ + 1022020, + 8002010 + ] + ] + }, + { + "Level": 32, + "StageID": 401010061, + "MonsterList": [ + [ + 1022020, + 8002010 + ] + ] + }, + { + "Level": 40, + "StageID": 401010062, + "MonsterList": [ + [ + 1022020, + 8002010 + ] + ] + }, + { + "Level": 48, + "StageID": 401010063, + "MonsterList": [ + [ + 1022020, + 8002010 + ] + ] + }, + { + "Level": 56, + "StageID": 401010064, + "MonsterList": [ + [ + 1022020, + 8002010 + ] + ] + }, + { + "Level": 66, + "StageID": 401010065, + "MonsterList": [ + [ + 1022020, + 8002010 + ] + ] + }, + { + "Level": 77, + "StageID": 401010066, + "MonsterList": [ + [ + 1022020, + 8002010 + ] + ] + }, + { + "Level": 24, + "StageID": 401010070, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001010 + ] + ] + }, + { + "Level": 32, + "StageID": 401010071, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001010 + ] + ] + }, + { + "Level": 40, + "StageID": 401010072, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 401010073, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001010 + ] + ] + }, + { + "Level": 56, + "StageID": 401010074, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001010 + ] + ] + }, + { + "Level": 66, + "StageID": 401010075, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001010 + ] + ] + }, + { + "Level": 77, + "StageID": 401010076, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001010 + ] + ] + }, + { + "Level": 24, + "StageID": 401010080, + "MonsterList": [ + [ + 8001010, + 8002010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 32, + "StageID": 401010081, + "MonsterList": [ + [ + 8001010, + 8002010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 40, + "StageID": 401010082, + "MonsterList": [ + [ + 8001010, + 8002010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 401010083, + "MonsterList": [ + [ + 8001010, + 8002010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 56, + "StageID": 401010084, + "MonsterList": [ + [ + 8001010, + 8002010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 66, + "StageID": 401010085, + "MonsterList": [ + [ + 8001010, + 8002010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 77, + "StageID": 401010086, + "MonsterList": [ + [ + 8001010, + 8002010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 24, + "StageID": 401010090, + "MonsterList": [ + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 32, + "StageID": 401010091, + "MonsterList": [ + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 40, + "StageID": 401010092, + "MonsterList": [ + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 48, + "StageID": 401010093, + "MonsterList": [ + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 56, + "StageID": 401010094, + "MonsterList": [ + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 66, + "StageID": 401010095, + "MonsterList": [ + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 77, + "StageID": 401010096, + "MonsterList": [ + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 24, + "StageID": 401010100, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 32, + "StageID": 401010101, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 40, + "StageID": 401010102, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 48, + "StageID": 401010103, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 56, + "StageID": 401010104, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 66, + "StageID": 401010105, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 77, + "StageID": 401010106, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 24, + "StageID": 401010110, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 32, + "StageID": 401010111, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 40, + "StageID": 401010112, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 401010113, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 56, + "StageID": 401010114, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 66, + "StageID": 401010115, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 77, + "StageID": 401010116, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 24, + "StageID": 401010120, + "MonsterList": [ + [ + 1022020, + 8002010, + 1022020 + ] + ] + }, + { + "Level": 32, + "StageID": 401010121, + "MonsterList": [ + [ + 1022020, + 8002010, + 1022020 + ] + ] + }, + { + "Level": 40, + "StageID": 401010122, + "MonsterList": [ + [ + 1022020, + 8002010, + 1022020 + ] + ] + }, + { + "Level": 48, + "StageID": 401010123, + "MonsterList": [ + [ + 1022020, + 8002010, + 1022020 + ] + ] + }, + { + "Level": 56, + "StageID": 401010124, + "MonsterList": [ + [ + 1022020, + 8002010, + 1022020 + ] + ] + }, + { + "Level": 66, + "StageID": 401010125, + "MonsterList": [ + [ + 1022020, + 8002010, + 1022020 + ] + ] + }, + { + "Level": 77, + "StageID": 401010126, + "MonsterList": [ + [ + 1022020, + 8002010, + 1022020 + ] + ] + }, + { + "Level": 24, + "StageID": 401010130, + "MonsterList": [ + [ + 1022020, + 1022020 + ] + ] + }, + { + "Level": 32, + "StageID": 401010131, + "MonsterList": [ + [ + 1022020, + 1022020 + ] + ] + }, + { + "Level": 40, + "StageID": 401010132, + "MonsterList": [ + [ + 1022020, + 1022020 + ] + ] + }, + { + "Level": 48, + "StageID": 401010133, + "MonsterList": [ + [ + 1022020, + 1022020 + ] + ] + }, + { + "Level": 56, + "StageID": 401010134, + "MonsterList": [ + [ + 1022020, + 1022020 + ] + ] + }, + { + "Level": 66, + "StageID": 401010135, + "MonsterList": [ + [ + 1022020, + 1022020 + ] + ] + }, + { + "Level": 77, + "StageID": 401010136, + "MonsterList": [ + [ + 1022020, + 1022020 + ] + ] + }, + { + "Level": 24, + "StageID": 401010140, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 32, + "StageID": 401010141, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 40, + "StageID": 401010142, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 401010143, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 56, + "StageID": 401010144, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 66, + "StageID": 401010145, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 77, + "StageID": 401010146, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 24, + "StageID": 401010150, + "MonsterList": [ + [ + 1022020, + 8002010 + ] + ] + }, + { + "Level": 32, + "StageID": 401010151, + "MonsterList": [ + [ + 1022020, + 8002010 + ] + ] + }, + { + "Level": 40, + "StageID": 401010152, + "MonsterList": [ + [ + 1022020, + 8002010 + ] + ] + }, + { + "Level": 48, + "StageID": 401010153, + "MonsterList": [ + [ + 1022020, + 8002010 + ] + ] + }, + { + "Level": 56, + "StageID": 401010154, + "MonsterList": [ + [ + 1022020, + 8002010 + ] + ] + }, + { + "Level": 66, + "StageID": 401010155, + "MonsterList": [ + [ + 1022020, + 8002010 + ] + ] + }, + { + "Level": 77, + "StageID": 401010156, + "MonsterList": [ + [ + 1022020, + 8002010 + ] + ] + }, + { + "Level": 24, + "StageID": 401010160, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001010 + ] + ] + }, + { + "Level": 32, + "StageID": 401010161, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001010 + ] + ] + }, + { + "Level": 40, + "StageID": 401010162, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 401010163, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001010 + ] + ] + }, + { + "Level": 56, + "StageID": 401010164, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001010 + ] + ] + }, + { + "Level": 66, + "StageID": 401010165, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001010 + ] + ] + }, + { + "Level": 77, + "StageID": 401010166, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001010 + ] + ] + }, + { + "Level": 24, + "StageID": 401010170, + "MonsterList": [ + [ + 8001010, + 8002010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 32, + "StageID": 401010171, + "MonsterList": [ + [ + 8001010, + 8002010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 40, + "StageID": 401010172, + "MonsterList": [ + [ + 8001010, + 8002010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 401010173, + "MonsterList": [ + [ + 8001010, + 8002010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 56, + "StageID": 401010174, + "MonsterList": [ + [ + 8001010, + 8002010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 66, + "StageID": 401010175, + "MonsterList": [ + [ + 8001010, + 8002010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 77, + "StageID": 401010176, + "MonsterList": [ + [ + 8001010, + 8002010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 24, + "StageID": 401010180, + "MonsterList": [ + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 32, + "StageID": 401010181, + "MonsterList": [ + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 40, + "StageID": 401010182, + "MonsterList": [ + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 48, + "StageID": 401010183, + "MonsterList": [ + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 56, + "StageID": 401010184, + "MonsterList": [ + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 66, + "StageID": 401010185, + "MonsterList": [ + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 77, + "StageID": 401010186, + "MonsterList": [ + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 24, + "StageID": 401010200, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 32, + "StageID": 401010201, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 40, + "StageID": 401010202, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 401010203, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 56, + "StageID": 401010204, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 66, + "StageID": 401010205, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 77, + "StageID": 401010206, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 24, + "StageID": 401010210, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 32, + "StageID": 401010211, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 40, + "StageID": 401010212, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 48, + "StageID": 401010213, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 56, + "StageID": 401010214, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 66, + "StageID": 401010215, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 77, + "StageID": 401010216, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 24, + "StageID": 401010220, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 32, + "StageID": 401010221, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 40, + "StageID": 401010222, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 48, + "StageID": 401010223, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 56, + "StageID": 401010224, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 66, + "StageID": 401010225, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 77, + "StageID": 401010226, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 24, + "StageID": 401010230, + "MonsterList": [ + [ + 1022020, + 1022020, + 8001010, + 8001010 + ] + ] + }, + { + "Level": 32, + "StageID": 401010231, + "MonsterList": [ + [ + 1022020, + 1022020, + 8001010, + 8001010 + ] + ] + }, + { + "Level": 40, + "StageID": 401010232, + "MonsterList": [ + [ + 1022020, + 1022020, + 8001010, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 401010233, + "MonsterList": [ + [ + 1022020, + 1022020, + 8001010, + 8001010 + ] + ] + }, + { + "Level": 56, + "StageID": 401010234, + "MonsterList": [ + [ + 1022020, + 1022020, + 8001010, + 8001010 + ] + ] + }, + { + "Level": 66, + "StageID": 401010235, + "MonsterList": [ + [ + 1022020, + 1022020, + 8001010, + 8001010 + ] + ] + }, + { + "Level": 77, + "StageID": 401010236, + "MonsterList": [ + [ + 1022020, + 1022020, + 8001010, + 8001010 + ] + ] + }, + { + "Level": 24, + "StageID": 401010240, + "MonsterList": [ + [ + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 32, + "StageID": 401010241, + "MonsterList": [ + [ + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 40, + "StageID": 401010242, + "MonsterList": [ + [ + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 401010243, + "MonsterList": [ + [ + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 56, + "StageID": 401010244, + "MonsterList": [ + [ + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 66, + "StageID": 401010245, + "MonsterList": [ + [ + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 77, + "StageID": 401010246, + "MonsterList": [ + [ + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 24, + "StageID": 401010250, + "MonsterList": [ + [ + 1023020 + ] + ] + }, + { + "Level": 32, + "StageID": 401010251, + "MonsterList": [ + [ + 1023020 + ] + ] + }, + { + "Level": 40, + "StageID": 401010252, + "MonsterList": [ + [ + 1023020 + ] + ] + }, + { + "Level": 48, + "StageID": 401010253, + "MonsterList": [ + [ + 1023020 + ] + ] + }, + { + "Level": 56, + "StageID": 401010254, + "MonsterList": [ + [ + 1023020 + ] + ] + }, + { + "Level": 66, + "StageID": 401010255, + "MonsterList": [ + [ + 1023020 + ] + ] + }, + { + "Level": 77, + "StageID": 401010256, + "MonsterList": [ + [ + 1023020 + ] + ] + }, + { + "Level": 24, + "StageID": 401010260, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 32, + "StageID": 401010261, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 40, + "StageID": 401010262, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 401010263, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 56, + "StageID": 401010264, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 66, + "StageID": 401010265, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 77, + "StageID": 401010266, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 24, + "StageID": 401010270, + "MonsterList": [ + [ + 1022020, + 1022020, + 8001010, + 8001010 + ] + ] + }, + { + "Level": 32, + "StageID": 401010271, + "MonsterList": [ + [ + 1022020, + 1022020, + 8001010, + 8001010 + ] + ] + }, + { + "Level": 40, + "StageID": 401010272, + "MonsterList": [ + [ + 1022020, + 1022020, + 8001010, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 401010273, + "MonsterList": [ + [ + 1022020, + 1022020, + 8001010, + 8001010 + ] + ] + }, + { + "Level": 56, + "StageID": 401010274, + "MonsterList": [ + [ + 1022020, + 1022020, + 8001010, + 8001010 + ] + ] + }, + { + "Level": 66, + "StageID": 401010275, + "MonsterList": [ + [ + 1022020, + 1022020, + 8001010, + 8001010 + ] + ] + }, + { + "Level": 77, + "StageID": 401010276, + "MonsterList": [ + [ + 1022020, + 1022020, + 8001010, + 8001010 + ] + ] + }, + { + "Level": 24, + "StageID": 401010280, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 32, + "StageID": 401010281, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 40, + "StageID": 401010282, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 48, + "StageID": 401010283, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 56, + "StageID": 401010284, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 66, + "StageID": 401010285, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 77, + "StageID": 401010286, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 24, + "StageID": 401010290, + "MonsterList": [ + [ + 8003020 + ] + ] + }, + { + "Level": 32, + "StageID": 401010291, + "MonsterList": [ + [ + 8003020 + ] + ] + }, + { + "Level": 40, + "StageID": 401010292, + "MonsterList": [ + [ + 8003020 + ] + ] + }, + { + "Level": 48, + "StageID": 401010293, + "MonsterList": [ + [ + 8003020 + ] + ] + }, + { + "Level": 56, + "StageID": 401010294, + "MonsterList": [ + [ + 8003020 + ] + ] + }, + { + "Level": 66, + "StageID": 401010295, + "MonsterList": [ + [ + 8003020 + ] + ] + }, + { + "Level": 77, + "StageID": 401010296, + "MonsterList": [ + [ + 8003020 + ] + ] + }, + { + "Level": 24, + "StageID": 401010300, + "MonsterList": [ + [ + 1004010 + ] + ] + }, + { + "Level": 32, + "StageID": 401010301, + "MonsterList": [ + [ + 1004010 + ] + ] + }, + { + "Level": 40, + "StageID": 401010302, + "MonsterList": [ + [ + 1004010 + ] + ] + }, + { + "Level": 48, + "StageID": 401010303, + "MonsterList": [ + [ + 1004010 + ] + ] + }, + { + "Level": 56, + "StageID": 401010304, + "MonsterList": [ + [ + 1004010 + ] + ] + }, + { + "Level": 66, + "StageID": 401010305, + "MonsterList": [ + [ + 1004010 + ] + ] + }, + { + "Level": 77, + "StageID": 401010306, + "MonsterList": [ + [ + 1004010 + ] + ] + }, + { + "Level": 24, + "StageID": 401011010, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 32, + "StageID": 401011011, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 40, + "StageID": 401011012, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 401011013, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 56, + "StageID": 401011014, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 66, + "StageID": 401011015, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 81, + "StageID": 401011016, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 24, + "StageID": 401011020, + "MonsterList": [ + [ + 8001010, + 1022020 + ] + ] + }, + { + "Level": 32, + "StageID": 401011021, + "MonsterList": [ + [ + 8001010, + 1022020 + ] + ] + }, + { + "Level": 40, + "StageID": 401011022, + "MonsterList": [ + [ + 8001010, + 1022020 + ] + ] + }, + { + "Level": 48, + "StageID": 401011023, + "MonsterList": [ + [ + 8001010, + 1022020 + ] + ] + }, + { + "Level": 56, + "StageID": 401011024, + "MonsterList": [ + [ + 8001010, + 1022020 + ] + ] + }, + { + "Level": 66, + "StageID": 401011025, + "MonsterList": [ + [ + 8001010, + 1022020 + ] + ] + }, + { + "Level": 81, + "StageID": 401011026, + "MonsterList": [ + [ + 8001010, + 1022020 + ] + ] + }, + { + "Level": 24, + "StageID": 401011030, + "MonsterList": [ + [ + 1022010, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 32, + "StageID": 401011031, + "MonsterList": [ + [ + 1022010, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 40, + "StageID": 401011032, + "MonsterList": [ + [ + 1022010, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 48, + "StageID": 401011033, + "MonsterList": [ + [ + 1022010, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 56, + "StageID": 401011034, + "MonsterList": [ + [ + 1022010, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 66, + "StageID": 401011035, + "MonsterList": [ + [ + 1022010, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 81, + "StageID": 401011036, + "MonsterList": [ + [ + 1022010, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 24, + "StageID": 401011040, + "MonsterList": [ + [ + 8001010, + 8002040, + 8001020 + ] + ] + }, + { + "Level": 32, + "StageID": 401011041, + "MonsterList": [ + [ + 8001010, + 8002040, + 8001020 + ] + ] + }, + { + "Level": 40, + "StageID": 401011042, + "MonsterList": [ + [ + 8001010, + 8002040, + 8001020 + ] + ] + }, + { + "Level": 48, + "StageID": 401011043, + "MonsterList": [ + [ + 8001010, + 8002040, + 8001020 + ] + ] + }, + { + "Level": 56, + "StageID": 401011044, + "MonsterList": [ + [ + 8001010, + 8002040, + 8001020 + ] + ] + }, + { + "Level": 66, + "StageID": 401011045, + "MonsterList": [ + [ + 8001010, + 8002040, + 8001020 + ] + ] + }, + { + "Level": 81, + "StageID": 401011046, + "MonsterList": [ + [ + 8001010, + 8002040, + 8001020 + ] + ] + }, + { + "Level": 24, + "StageID": 401011050, + "MonsterList": [ + [ + 8001010, + 8003020 + ] + ] + }, + { + "Level": 32, + "StageID": 401011051, + "MonsterList": [ + [ + 8001010, + 8003020 + ] + ] + }, + { + "Level": 40, + "StageID": 401011052, + "MonsterList": [ + [ + 8001010, + 8003020 + ] + ] + }, + { + "Level": 48, + "StageID": 401011053, + "MonsterList": [ + [ + 8001010, + 8003020 + ] + ] + }, + { + "Level": 56, + "StageID": 401011054, + "MonsterList": [ + [ + 8001010, + 8003020 + ] + ] + }, + { + "Level": 66, + "StageID": 401011055, + "MonsterList": [ + [ + 8001010, + 8003020 + ] + ] + }, + { + "Level": 81, + "StageID": 401011056, + "MonsterList": [ + [ + 8001010, + 8003020 + ] + ] + }, + { + "Level": 24, + "StageID": 401112010, + "MonsterList": [ + [ + 1012010, + 1002050, + 1002040, + 1002050 + ] + ] + }, + { + "Level": 32, + "StageID": 401112011, + "MonsterList": [ + [ + 1012010, + 1002050, + 1002040, + 1002050 + ] + ] + }, + { + "Level": 40, + "StageID": 401112012, + "MonsterList": [ + [ + 1012010, + 1002050, + 1002040, + 1002050 + ] + ] + }, + { + "Level": 48, + "StageID": 401112013, + "MonsterList": [ + [ + 1012010, + 1002050, + 1002040, + 1002050 + ] + ] + }, + { + "Level": 56, + "StageID": 401112014, + "MonsterList": [ + [ + 1012010, + 1002050, + 1002040, + 1002050 + ] + ] + }, + { + "Level": 66, + "StageID": 401112015, + "MonsterList": [ + [ + 1012010, + 1002050, + 1002040, + 1002050 + ] + ] + }, + { + "Level": 77, + "StageID": 401112016, + "MonsterList": [ + [ + 1012010, + 1002050, + 1002040, + 1002050 + ] + ] + }, + { + "Level": 24, + "StageID": 401112020, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012010, + 1012030 + ] + ] + }, + { + "Level": 32, + "StageID": 401112021, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012010, + 1012030 + ] + ] + }, + { + "Level": 40, + "StageID": 401112022, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012010, + 1012030 + ] + ] + }, + { + "Level": 48, + "StageID": 401112023, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012010, + 1012030 + ] + ] + }, + { + "Level": 56, + "StageID": 401112024, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012010, + 1012030 + ] + ] + }, + { + "Level": 66, + "StageID": 401112025, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012010, + 1012030 + ] + ] + }, + { + "Level": 77, + "StageID": 401112026, + "MonsterList": [ + [ + 1012030, + 1012030, + 1012010, + 1012030 + ] + ] + }, + { + "Level": 24, + "StageID": 401112030, + "MonsterList": [ + [ + 1002050, + 1002030, + 1012030, + 1002050 + ] + ] + }, + { + "Level": 32, + "StageID": 401112031, + "MonsterList": [ + [ + 1002050, + 1002030, + 1012030, + 1002050 + ] + ] + }, + { + "Level": 40, + "StageID": 401112032, + "MonsterList": [ + [ + 1002050, + 1002030, + 1012030, + 1002050 + ] + ] + }, + { + "Level": 48, + "StageID": 401112033, + "MonsterList": [ + [ + 1002050, + 1002030, + 1012030, + 1002050 + ] + ] + }, + { + "Level": 56, + "StageID": 401112034, + "MonsterList": [ + [ + 1002050, + 1002030, + 1012030, + 1002050 + ] + ] + }, + { + "Level": 66, + "StageID": 401112035, + "MonsterList": [ + [ + 1002050, + 1002030, + 1012030, + 1002050 + ] + ] + }, + { + "Level": 77, + "StageID": 401112036, + "MonsterList": [ + [ + 1002050, + 1002030, + 1012030, + 1002050 + ] + ] + }, + { + "Level": 24, + "StageID": 401112040, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002030, + 1002050 + ] + ] + }, + { + "Level": 32, + "StageID": 401112041, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002030, + 1002050 + ] + ] + }, + { + "Level": 40, + "StageID": 401112042, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002030, + 1002050 + ] + ] + }, + { + "Level": 48, + "StageID": 401112043, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002030, + 1002050 + ] + ] + }, + { + "Level": 56, + "StageID": 401112044, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002030, + 1002050 + ] + ] + }, + { + "Level": 66, + "StageID": 401112045, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002030, + 1002050 + ] + ] + }, + { + "Level": 77, + "StageID": 401112046, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002030, + 1002050 + ] + ] + }, + { + "Level": 24, + "StageID": 401112050, + "MonsterList": [ + [ + 1012030, + 1002040 + ] + ] + }, + { + "Level": 32, + "StageID": 401112051, + "MonsterList": [ + [ + 1012030, + 1002040 + ] + ] + }, + { + "Level": 40, + "StageID": 401112052, + "MonsterList": [ + [ + 1012030, + 1002040 + ] + ] + }, + { + "Level": 48, + "StageID": 401112053, + "MonsterList": [ + [ + 1012030, + 1002040 + ] + ] + }, + { + "Level": 56, + "StageID": 401112054, + "MonsterList": [ + [ + 1012030, + 1002040 + ] + ] + }, + { + "Level": 66, + "StageID": 401112055, + "MonsterList": [ + [ + 1012030, + 1002040 + ] + ] + }, + { + "Level": 77, + "StageID": 401112056, + "MonsterList": [ + [ + 1012030, + 1002040 + ] + ] + }, + { + "Level": 24, + "StageID": 401112060, + "MonsterList": [ + [ + 1002030, + 1003010, + 1002030 + ] + ] + }, + { + "Level": 32, + "StageID": 401112061, + "MonsterList": [ + [ + 1002030, + 1003010, + 1002030 + ] + ] + }, + { + "Level": 40, + "StageID": 401112062, + "MonsterList": [ + [ + 1002030, + 1003010, + 1002030 + ] + ] + }, + { + "Level": 48, + "StageID": 401112063, + "MonsterList": [ + [ + 1002030, + 1003010, + 1002030 + ] + ] + }, + { + "Level": 56, + "StageID": 401112064, + "MonsterList": [ + [ + 1002030, + 1003010, + 1002030 + ] + ] + }, + { + "Level": 66, + "StageID": 401112065, + "MonsterList": [ + [ + 1002030, + 1003010, + 1002030 + ] + ] + }, + { + "Level": 77, + "StageID": 401112066, + "MonsterList": [ + [ + 1002030, + 1003010, + 1002030 + ] + ] + }, + { + "Level": 24, + "StageID": 401210010, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 32, + "StageID": 401210011, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 40, + "StageID": 401210012, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 48, + "StageID": 401210013, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 56, + "StageID": 401210014, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 66, + "StageID": 401210015, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 77, + "StageID": 401210016, + "MonsterList": [ + [ + 8001010, + 8001020, + 8001010, + 8001020 + ] + ] + }, + { + "Level": 24, + "StageID": 401210020, + "MonsterList": [ + [ + 1022020, + 8003020, + 1022020 + ] + ] + }, + { + "Level": 32, + "StageID": 401210021, + "MonsterList": [ + [ + 1022020, + 8003020, + 1022020 + ] + ] + }, + { + "Level": 40, + "StageID": 401210022, + "MonsterList": [ + [ + 1022020, + 8003020, + 1022020 + ] + ] + }, + { + "Level": 48, + "StageID": 401210023, + "MonsterList": [ + [ + 1022020, + 8003020, + 1022020 + ] + ] + }, + { + "Level": 56, + "StageID": 401210024, + "MonsterList": [ + [ + 1022020, + 8003020, + 1022020 + ] + ] + }, + { + "Level": 66, + "StageID": 401210025, + "MonsterList": [ + [ + 1022020, + 8003020, + 1022020 + ] + ] + }, + { + "Level": 77, + "StageID": 401210026, + "MonsterList": [ + [ + 1022020, + 8003020, + 1022020 + ] + ] + }, + { + "Level": 24, + "StageID": 401210030, + "MonsterList": [ + [ + 1022010, + 8003010, + 1022010 + ] + ] + }, + { + "Level": 32, + "StageID": 401210031, + "MonsterList": [ + [ + 1022010, + 8003010, + 1022010 + ] + ] + }, + { + "Level": 40, + "StageID": 401210032, + "MonsterList": [ + [ + 1022010, + 8003010, + 1022010 + ] + ] + }, + { + "Level": 48, + "StageID": 401210033, + "MonsterList": [ + [ + 1022010, + 8003010, + 1022010 + ] + ] + }, + { + "Level": 56, + "StageID": 401210034, + "MonsterList": [ + [ + 1022010, + 8003010, + 1022010 + ] + ] + }, + { + "Level": 66, + "StageID": 401210035, + "MonsterList": [ + [ + 1022010, + 8003010, + 1022010 + ] + ] + }, + { + "Level": 77, + "StageID": 401210036, + "MonsterList": [ + [ + 1022010, + 8003010, + 1022010 + ] + ] + }, + { + "Level": 24, + "StageID": 401210040, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 32, + "StageID": 401210041, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 40, + "StageID": 401210042, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 48, + "StageID": 401210043, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 56, + "StageID": 401210044, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 66, + "StageID": 401210045, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 77, + "StageID": 401210046, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 26, + "StageID": 401210050, + "MonsterList": [ + [ + 1022020, + 8003020, + 1022020 + ] + ] + }, + { + "Level": 34, + "StageID": 401210051, + "MonsterList": [ + [ + 1022020, + 8003020, + 1022020 + ] + ] + }, + { + "Level": 42, + "StageID": 401210052, + "MonsterList": [ + [ + 1022020, + 8003020, + 1022020 + ] + ] + }, + { + "Level": 50, + "StageID": 401210053, + "MonsterList": [ + [ + 1022020, + 8003020, + 1022020 + ] + ] + }, + { + "Level": 58, + "StageID": 401210054, + "MonsterList": [ + [ + 1022020, + 8003020, + 1022020 + ] + ] + }, + { + "Level": 68, + "StageID": 401210055, + "MonsterList": [ + [ + 1022020, + 8003020, + 1022020 + ] + ] + }, + { + "Level": 83, + "StageID": 401210056, + "MonsterList": [ + [ + 1022020, + 8003020, + 1022020 + ] + ] + }, + { + "Level": 26, + "StageID": 401210060, + "MonsterList": [ + [ + 1022010, + 8003010, + 1022010 + ] + ] + }, + { + "Level": 34, + "StageID": 401210061, + "MonsterList": [ + [ + 1022010, + 8003010, + 1022010 + ] + ] + }, + { + "Level": 42, + "StageID": 401210062, + "MonsterList": [ + [ + 1022010, + 8003010, + 1022010 + ] + ] + }, + { + "Level": 50, + "StageID": 401210063, + "MonsterList": [ + [ + 1022010, + 8003010, + 1022010 + ] + ] + }, + { + "Level": 58, + "StageID": 401210064, + "MonsterList": [ + [ + 1022010, + 8003010, + 1022010 + ] + ] + }, + { + "Level": 68, + "StageID": 401210065, + "MonsterList": [ + [ + 1022010, + 8003010, + 1022010 + ] + ] + }, + { + "Level": 83, + "StageID": 401210066, + "MonsterList": [ + [ + 1022010, + 8003010, + 1022010 + ] + ] + }, + { + "Level": 26, + "StageID": 401210070, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 34, + "StageID": 401210071, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 42, + "StageID": 401210072, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 50, + "StageID": 401210073, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 58, + "StageID": 401210074, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 68, + "StageID": 401210075, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 83, + "StageID": 401210076, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 26, + "StageID": 401210080, + "MonsterList": [ + [ + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 34, + "StageID": 401210081, + "MonsterList": [ + [ + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 42, + "StageID": 401210082, + "MonsterList": [ + [ + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 50, + "StageID": 401210083, + "MonsterList": [ + [ + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 58, + "StageID": 401210084, + "MonsterList": [ + [ + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 68, + "StageID": 401210085, + "MonsterList": [ + [ + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 83, + "StageID": 401210086, + "MonsterList": [ + [ + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 26, + "StageID": 401210090, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 34, + "StageID": 401210091, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 42, + "StageID": 401210092, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 50, + "StageID": 401210093, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 58, + "StageID": 401210094, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 68, + "StageID": 401210095, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 83, + "StageID": 401210096, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 26, + "StageID": 401210100, + "MonsterList": [ + [ + 1022010, + 8001020, + 1022010 + ] + ] + }, + { + "Level": 34, + "StageID": 401210101, + "MonsterList": [ + [ + 1022010, + 8001020, + 1022010 + ] + ] + }, + { + "Level": 42, + "StageID": 401210102, + "MonsterList": [ + [ + 1022010, + 8001020, + 1022010 + ] + ] + }, + { + "Level": 50, + "StageID": 401210103, + "MonsterList": [ + [ + 1022010, + 8001020, + 1022010 + ] + ] + }, + { + "Level": 58, + "StageID": 401210104, + "MonsterList": [ + [ + 1022010, + 8001020, + 1022010 + ] + ] + }, + { + "Level": 68, + "StageID": 401210105, + "MonsterList": [ + [ + 1022010, + 8001020, + 1022010 + ] + ] + }, + { + "Level": 83, + "StageID": 401210106, + "MonsterList": [ + [ + 1022010, + 8001020, + 1022010 + ] + ] + }, + { + "Level": 26, + "StageID": 401210110, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 34, + "StageID": 401210111, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 42, + "StageID": 401210112, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 50, + "StageID": 401210113, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 58, + "StageID": 401210114, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 68, + "StageID": 401210115, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 83, + "StageID": 401210116, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 24, + "StageID": 401210120, + "MonsterList": [ + [ + 8001030, + 8001030, + 1022010 + ] + ] + }, + { + "Level": 32, + "StageID": 401210121, + "MonsterList": [ + [ + 8001030, + 8001030, + 1022010 + ] + ] + }, + { + "Level": 40, + "StageID": 401210122, + "MonsterList": [ + [ + 8001030, + 8001030, + 1022010 + ] + ] + }, + { + "Level": 48, + "StageID": 401210123, + "MonsterList": [ + [ + 8001030, + 8001030, + 1022010 + ] + ] + }, + { + "Level": 56, + "StageID": 401210124, + "MonsterList": [ + [ + 8001030, + 8001030, + 1022010 + ] + ] + }, + { + "Level": 66, + "StageID": 401210125, + "MonsterList": [ + [ + 8001030, + 8001030, + 1022010 + ] + ] + }, + { + "Level": 76, + "StageID": 401210126, + "MonsterList": [ + [ + 8001030, + 8001030, + 1022010 + ] + ] + }, + { + "Level": 24, + "StageID": 401210130, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 32, + "StageID": 401210131, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 40, + "StageID": 401210132, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 401210133, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 56, + "StageID": 401210134, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 66, + "StageID": 401210135, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 76, + "StageID": 401210136, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 24, + "StageID": 401210140, + "MonsterList": [ + [ + 1022010, + 8001030, + 1022010 + ] + ] + }, + { + "Level": 32, + "StageID": 401210141, + "MonsterList": [ + [ + 1022010, + 8001030, + 1022010 + ] + ] + }, + { + "Level": 40, + "StageID": 401210142, + "MonsterList": [ + [ + 1022010, + 8001030, + 1022010 + ] + ] + }, + { + "Level": 48, + "StageID": 401210143, + "MonsterList": [ + [ + 1022010, + 8001030, + 1022010 + ] + ] + }, + { + "Level": 56, + "StageID": 401210144, + "MonsterList": [ + [ + 1022010, + 8001030, + 1022010 + ] + ] + }, + { + "Level": 66, + "StageID": 401210145, + "MonsterList": [ + [ + 1022010, + 8001030, + 1022010 + ] + ] + }, + { + "Level": 76, + "StageID": 401210146, + "MonsterList": [ + [ + 1022010, + 8001030, + 1022010 + ] + ] + }, + { + "Level": 24, + "StageID": 401210150, + "MonsterList": [ + [ + 8001030, + 8003010, + 8001030 + ] + ] + }, + { + "Level": 32, + "StageID": 401210151, + "MonsterList": [ + [ + 8001030, + 8003010, + 8001030 + ] + ] + }, + { + "Level": 40, + "StageID": 401210152, + "MonsterList": [ + [ + 8001030, + 8003010, + 8001030 + ] + ] + }, + { + "Level": 48, + "StageID": 401210153, + "MonsterList": [ + [ + 8001030, + 8003010, + 8001030 + ] + ] + }, + { + "Level": 56, + "StageID": 401210154, + "MonsterList": [ + [ + 8001030, + 8003010, + 8001030 + ] + ] + }, + { + "Level": 66, + "StageID": 401210155, + "MonsterList": [ + [ + 8001030, + 8003010, + 8001030 + ] + ] + }, + { + "Level": 76, + "StageID": 401210156, + "MonsterList": [ + [ + 8001030, + 8003010, + 8001030 + ] + ] + }, + { + "Level": 24, + "StageID": 401210160, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001030 + ] + ] + }, + { + "Level": 32, + "StageID": 401210161, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001030 + ] + ] + }, + { + "Level": 40, + "StageID": 401210162, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001030 + ] + ] + }, + { + "Level": 48, + "StageID": 401210163, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001030 + ] + ] + }, + { + "Level": 56, + "StageID": 401210164, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001030 + ] + ] + }, + { + "Level": 66, + "StageID": 401210165, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001030 + ] + ] + }, + { + "Level": 76, + "StageID": 401210166, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001030 + ] + ] + }, + { + "Level": 28, + "StageID": 401210170, + "MonsterList": [ + [ + 1022020, + 8003020, + 1022020 + ] + ] + }, + { + "Level": 36, + "StageID": 401210171, + "MonsterList": [ + [ + 1022020, + 8003020, + 1022020 + ] + ] + }, + { + "Level": 44, + "StageID": 401210172, + "MonsterList": [ + [ + 1022020, + 8003020, + 1022020 + ] + ] + }, + { + "Level": 52, + "StageID": 401210173, + "MonsterList": [ + [ + 1022020, + 8003020, + 1022020 + ] + ] + }, + { + "Level": 60, + "StageID": 401210174, + "MonsterList": [ + [ + 1022020, + 8003020, + 1022020 + ] + ] + }, + { + "Level": 70, + "StageID": 401210175, + "MonsterList": [ + [ + 1022020, + 8003020, + 1022020 + ] + ] + }, + { + "Level": 85, + "StageID": 401210176, + "MonsterList": [ + [ + 1022020, + 8003020, + 1022020 + ] + ] + }, + { + "Level": 28, + "StageID": 401210180, + "MonsterList": [ + [ + 1022010, + 8003010, + 1022010 + ] + ] + }, + { + "Level": 36, + "StageID": 401210181, + "MonsterList": [ + [ + 1022010, + 8003010, + 1022010 + ] + ] + }, + { + "Level": 44, + "StageID": 401210182, + "MonsterList": [ + [ + 1022010, + 8003010, + 1022010 + ] + ] + }, + { + "Level": 52, + "StageID": 401210183, + "MonsterList": [ + [ + 1022010, + 8003010, + 1022010 + ] + ] + }, + { + "Level": 60, + "StageID": 401210184, + "MonsterList": [ + [ + 1022010, + 8003010, + 1022010 + ] + ] + }, + { + "Level": 70, + "StageID": 401210185, + "MonsterList": [ + [ + 1022010, + 8003010, + 1022010 + ] + ] + }, + { + "Level": 85, + "StageID": 401210186, + "MonsterList": [ + [ + 1022010, + 8003010, + 1022010 + ] + ] + }, + { + "Level": 28, + "StageID": 401210190, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 36, + "StageID": 401210191, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 44, + "StageID": 401210192, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 52, + "StageID": 401210193, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 60, + "StageID": 401210194, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 70, + "StageID": 401210195, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 85, + "StageID": 401210196, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 28, + "StageID": 401210200, + "MonsterList": [ + [ + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 36, + "StageID": 401210201, + "MonsterList": [ + [ + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 44, + "StageID": 401210202, + "MonsterList": [ + [ + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 52, + "StageID": 401210203, + "MonsterList": [ + [ + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 60, + "StageID": 401210204, + "MonsterList": [ + [ + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 70, + "StageID": 401210205, + "MonsterList": [ + [ + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 85, + "StageID": 401210206, + "MonsterList": [ + [ + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 28, + "StageID": 401210210, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 36, + "StageID": 401210211, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 44, + "StageID": 401210212, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 52, + "StageID": 401210213, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 60, + "StageID": 401210214, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 70, + "StageID": 401210215, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 85, + "StageID": 401210216, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 28, + "StageID": 401210220, + "MonsterList": [ + [ + 1022010, + 8001020, + 1022010 + ] + ] + }, + { + "Level": 36, + "StageID": 401210221, + "MonsterList": [ + [ + 1022010, + 8001020, + 1022010 + ] + ] + }, + { + "Level": 44, + "StageID": 401210222, + "MonsterList": [ + [ + 1022010, + 8001020, + 1022010 + ] + ] + }, + { + "Level": 52, + "StageID": 401210223, + "MonsterList": [ + [ + 1022010, + 8001020, + 1022010 + ] + ] + }, + { + "Level": 60, + "StageID": 401210224, + "MonsterList": [ + [ + 1022010, + 8001020, + 1022010 + ] + ] + }, + { + "Level": 70, + "StageID": 401210225, + "MonsterList": [ + [ + 1022010, + 8001020, + 1022010 + ] + ] + }, + { + "Level": 85, + "StageID": 401210226, + "MonsterList": [ + [ + 1022010, + 8001020, + 1022010 + ] + ] + }, + { + "Level": 28, + "StageID": 401210230, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 36, + "StageID": 401210231, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 44, + "StageID": 401210232, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 52, + "StageID": 401210233, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 60, + "StageID": 401210234, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 70, + "StageID": 401210235, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 85, + "StageID": 401210236, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 24, + "StageID": 401210240, + "MonsterList": [ + [ + 1022020, + 8003020, + 1022020 + ] + ] + }, + { + "Level": 32, + "StageID": 401210241, + "MonsterList": [ + [ + 1022020, + 8003020, + 1022020 + ] + ] + }, + { + "Level": 40, + "StageID": 401210242, + "MonsterList": [ + [ + 1022020, + 8003020, + 1022020 + ] + ] + }, + { + "Level": 48, + "StageID": 401210243, + "MonsterList": [ + [ + 1022020, + 8003020, + 1022020 + ] + ] + }, + { + "Level": 56, + "StageID": 401210244, + "MonsterList": [ + [ + 1022020, + 8003020, + 1022020 + ] + ] + }, + { + "Level": 66, + "StageID": 401210245, + "MonsterList": [ + [ + 1022020, + 8003020, + 1022020 + ] + ] + }, + { + "Level": 78, + "StageID": 401210246, + "MonsterList": [ + [ + 1022020, + 8003020, + 1022020 + ] + ] + }, + { + "Level": 24, + "StageID": 401210250, + "MonsterList": [ + [ + 1022010, + 8003010, + 1022010 + ] + ] + }, + { + "Level": 32, + "StageID": 401210251, + "MonsterList": [ + [ + 1022010, + 8003010, + 1022010 + ] + ] + }, + { + "Level": 40, + "StageID": 401210252, + "MonsterList": [ + [ + 1022010, + 8003010, + 1022010 + ] + ] + }, + { + "Level": 48, + "StageID": 401210253, + "MonsterList": [ + [ + 1022010, + 8003010, + 1022010 + ] + ] + }, + { + "Level": 56, + "StageID": 401210254, + "MonsterList": [ + [ + 1022010, + 8003010, + 1022010 + ] + ] + }, + { + "Level": 66, + "StageID": 401210255, + "MonsterList": [ + [ + 1022010, + 8003010, + 1022010 + ] + ] + }, + { + "Level": 78, + "StageID": 401210256, + "MonsterList": [ + [ + 1022010, + 8003010, + 1022010 + ] + ] + }, + { + "Level": 24, + "StageID": 401210260, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 32, + "StageID": 401210261, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 40, + "StageID": 401210262, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 48, + "StageID": 401210263, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 56, + "StageID": 401210264, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 66, + "StageID": 401210265, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 78, + "StageID": 401210266, + "MonsterList": [ + [ + 8002010, + 8003040, + 8002010 + ] + ] + }, + { + "Level": 24, + "StageID": 401210270, + "MonsterList": [ + [ + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 32, + "StageID": 401210271, + "MonsterList": [ + [ + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 40, + "StageID": 401210272, + "MonsterList": [ + [ + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 401210273, + "MonsterList": [ + [ + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 56, + "StageID": 401210274, + "MonsterList": [ + [ + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 66, + "StageID": 401210275, + "MonsterList": [ + [ + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 78, + "StageID": 401210276, + "MonsterList": [ + [ + 1022020, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 24, + "StageID": 401210280, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 32, + "StageID": 401210281, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 40, + "StageID": 401210282, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 401210283, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 56, + "StageID": 401210284, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 66, + "StageID": 401210285, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 78, + "StageID": 401210286, + "MonsterList": [ + [ + 8001010, + 1022020, + 8001010 + ] + ] + }, + { + "Level": 24, + "StageID": 401210290, + "MonsterList": [ + [ + 1022010, + 8001020, + 1022010 + ] + ] + }, + { + "Level": 32, + "StageID": 401210291, + "MonsterList": [ + [ + 1022010, + 8001020, + 1022010 + ] + ] + }, + { + "Level": 40, + "StageID": 401210292, + "MonsterList": [ + [ + 1022010, + 8001020, + 1022010 + ] + ] + }, + { + "Level": 48, + "StageID": 401210293, + "MonsterList": [ + [ + 1022010, + 8001020, + 1022010 + ] + ] + }, + { + "Level": 56, + "StageID": 401210294, + "MonsterList": [ + [ + 1022010, + 8001020, + 1022010 + ] + ] + }, + { + "Level": 66, + "StageID": 401210295, + "MonsterList": [ + [ + 1022010, + 8001020, + 1022010 + ] + ] + }, + { + "Level": 78, + "StageID": 401210296, + "MonsterList": [ + [ + 1022010, + 8001020, + 1022010 + ] + ] + }, + { + "Level": 24, + "StageID": 401210300, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 32, + "StageID": 401210301, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 40, + "StageID": 401210302, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 48, + "StageID": 401210303, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 56, + "StageID": 401210304, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 66, + "StageID": 401210305, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 78, + "StageID": 401210306, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 24, + "StageID": 401230010, + "MonsterList": [ + [ + 1012030, + 1002020 + ] + ] + }, + { + "Level": 32, + "StageID": 401230011, + "MonsterList": [ + [ + 1012030, + 1002020 + ] + ] + }, + { + "Level": 40, + "StageID": 401230012, + "MonsterList": [ + [ + 1012030, + 1002020 + ] + ] + }, + { + "Level": 48, + "StageID": 401230013, + "MonsterList": [ + [ + 1012030, + 1002020 + ] + ] + }, + { + "Level": 56, + "StageID": 401230014, + "MonsterList": [ + [ + 1012030, + 1002020 + ] + ] + }, + { + "Level": 66, + "StageID": 401230015, + "MonsterList": [ + [ + 1012030, + 1002020 + ] + ] + }, + { + "Level": 81, + "StageID": 401230016, + "MonsterList": [ + [ + 1012030, + 1002020 + ] + ] + }, + { + "Level": 24, + "StageID": 401230020, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 32, + "StageID": 401230021, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 40, + "StageID": 401230022, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 401230023, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 56, + "StageID": 401230024, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 66, + "StageID": 401230025, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 81, + "StageID": 401230026, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 30, + "StageID": 401230030, + "MonsterList": [ + [ + 101401007 + ] + ] + }, + { + "Level": 36, + "StageID": 401230031, + "MonsterList": [ + [ + 101401007 + ] + ] + }, + { + "Level": 46, + "StageID": 401230032, + "MonsterList": [ + [ + 101401007 + ] + ] + }, + { + "Level": 56, + "StageID": 401230033, + "MonsterList": [ + [ + 101401007 + ] + ] + }, + { + "Level": 66, + "StageID": 401230034, + "MonsterList": [ + [ + 101401007 + ] + ] + }, + { + "Level": 75, + "StageID": 401230035, + "MonsterList": [ + [ + 101401007 + ] + ] + }, + { + "Level": 81, + "StageID": 401230036, + "MonsterList": [ + [ + 101401007 + ] + ] + }, + { + "Level": 24, + "StageID": 401230110, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 32, + "StageID": 401230111, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 40, + "StageID": 401230112, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 48, + "StageID": 401230113, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 56, + "StageID": 401230114, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 66, + "StageID": 401230115, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 81, + "StageID": 401230116, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 24, + "StageID": 401230120, + "MonsterList": [ + [ + 8001020, + 8001010, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 32, + "StageID": 401230121, + "MonsterList": [ + [ + 8001020, + 8001010, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 40, + "StageID": 401230122, + "MonsterList": [ + [ + 8001020, + 8001010, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 401230123, + "MonsterList": [ + [ + 8001020, + 8001010, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 56, + "StageID": 401230124, + "MonsterList": [ + [ + 8001020, + 8001010, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 66, + "StageID": 401230125, + "MonsterList": [ + [ + 8001020, + 8001010, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 81, + "StageID": 401230126, + "MonsterList": [ + [ + 8001020, + 8001010, + 8001020, + 8001010 + ] + ] + }, + { + "Level": 24, + "StageID": 401230130, + "MonsterList": [ + [ + 1022020, + 1022010 + ] + ] + }, + { + "Level": 32, + "StageID": 401230131, + "MonsterList": [ + [ + 1022020, + 1022010 + ] + ] + }, + { + "Level": 40, + "StageID": 401230132, + "MonsterList": [ + [ + 1022020, + 1022010 + ] + ] + }, + { + "Level": 48, + "StageID": 401230133, + "MonsterList": [ + [ + 1022020, + 1022010 + ] + ] + }, + { + "Level": 56, + "StageID": 401230134, + "MonsterList": [ + [ + 1022020, + 1022010 + ] + ] + }, + { + "Level": 66, + "StageID": 401230135, + "MonsterList": [ + [ + 1022020, + 1022010 + ] + ] + }, + { + "Level": 81, + "StageID": 401230136, + "MonsterList": [ + [ + 1022020, + 1022010 + ] + ] + }, + { + "Level": 24, + "StageID": 401230140, + "MonsterList": [ + [ + 8001010, + 1022010, + 8001010 + ] + ] + }, + { + "Level": 32, + "StageID": 401230141, + "MonsterList": [ + [ + 8001010, + 1022010, + 8001010 + ] + ] + }, + { + "Level": 40, + "StageID": 401230142, + "MonsterList": [ + [ + 8001010, + 1022010, + 8001010 + ] + ] + }, + { + "Level": 48, + "StageID": 401230143, + "MonsterList": [ + [ + 8001010, + 1022010, + 8001010 + ] + ] + }, + { + "Level": 56, + "StageID": 401230144, + "MonsterList": [ + [ + 8001010, + 1022010, + 8001010 + ] + ] + }, + { + "Level": 66, + "StageID": 401230145, + "MonsterList": [ + [ + 8001010, + 1022010, + 8001010 + ] + ] + }, + { + "Level": 81, + "StageID": 401230146, + "MonsterList": [ + [ + 8001010, + 1022010, + 8001010 + ] + ] + }, + { + "Level": 28, + "StageID": 401310010, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 36, + "StageID": 401310011, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 44, + "StageID": 401310012, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 52, + "StageID": 401310013, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 60, + "StageID": 401310014, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 70, + "StageID": 401310015, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 85, + "StageID": 401310016, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 28, + "StageID": 401310020, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002050, + 1002030, + 1002040 + ] + ] + }, + { + "Level": 36, + "StageID": 401310021, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002050, + 1002030, + 1002040 + ] + ] + }, + { + "Level": 44, + "StageID": 401310022, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002050, + 1002030, + 1002040 + ] + ] + }, + { + "Level": 52, + "StageID": 401310023, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002050, + 1002030, + 1002040 + ] + ] + }, + { + "Level": 60, + "StageID": 401310024, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002050, + 1002030, + 1002040 + ] + ] + }, + { + "Level": 70, + "StageID": 401310025, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002050, + 1002030, + 1002040 + ] + ] + }, + { + "Level": 85, + "StageID": 401310026, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002050, + 1002030, + 1002040 + ] + ] + }, + { + "Level": 28, + "StageID": 401310030, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002050, + 1002040, + 1002040 + ] + ] + }, + { + "Level": 36, + "StageID": 401310031, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002050, + 1002040, + 1002040 + ] + ] + }, + { + "Level": 44, + "StageID": 401310032, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002050, + 1002040, + 1002040 + ] + ] + }, + { + "Level": 52, + "StageID": 401310033, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002050, + 1002040, + 1002040 + ] + ] + }, + { + "Level": 60, + "StageID": 401310034, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002050, + 1002040, + 1002040 + ] + ] + }, + { + "Level": 70, + "StageID": 401310035, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002050, + 1002040, + 1002040 + ] + ] + }, + { + "Level": 85, + "StageID": 401310036, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002050, + 1002040, + 1002040 + ] + ] + }, + { + "Level": 28, + "StageID": 401310040, + "MonsterList": [ + [ + 1002030, + 1002040, + 1002040, + 1002030 + ] + ] + }, + { + "Level": 36, + "StageID": 401310041, + "MonsterList": [ + [ + 1002030, + 1002040, + 1002040, + 1002030 + ] + ] + }, + { + "Level": 44, + "StageID": 401310042, + "MonsterList": [ + [ + 1002030, + 1002040, + 1002040, + 1002030 + ] + ] + }, + { + "Level": 52, + "StageID": 401310043, + "MonsterList": [ + [ + 1002030, + 1002040, + 1002040, + 1002030 + ] + ] + }, + { + "Level": 60, + "StageID": 401310044, + "MonsterList": [ + [ + 1002030, + 1002040, + 1002040, + 1002030 + ] + ] + }, + { + "Level": 70, + "StageID": 401310045, + "MonsterList": [ + [ + 1002030, + 1002040, + 1002040, + 1002030 + ] + ] + }, + { + "Level": 85, + "StageID": 401310046, + "MonsterList": [ + [ + 1002030, + 1002040, + 1002040, + 1002030 + ] + ] + }, + { + "Level": 28, + "StageID": 401310050, + "MonsterList": [ + [ + 1002030, + 100301008, + 1002030 + ] + ] + }, + { + "Level": 36, + "StageID": 401310051, + "MonsterList": [ + [ + 1002030, + 100301008, + 1002030 + ] + ] + }, + { + "Level": 44, + "StageID": 401310052, + "MonsterList": [ + [ + 1002030, + 100301008, + 1002030 + ] + ] + }, + { + "Level": 52, + "StageID": 401310053, + "MonsterList": [ + [ + 1002030, + 100301008, + 1002030 + ] + ] + }, + { + "Level": 60, + "StageID": 401310054, + "MonsterList": [ + [ + 1002030, + 100301008, + 1002030 + ] + ] + }, + { + "Level": 70, + "StageID": 401310055, + "MonsterList": [ + [ + 1002030, + 100301008, + 1002030 + ] + ] + }, + { + "Level": 85, + "StageID": 401310056, + "MonsterList": [ + [ + 1002030, + 100301008, + 1002030 + ] + ] + }, + { + "Level": 28, + "StageID": 401310060, + "MonsterList": [ + [ + 1002030, + 100301008, + 1002030 + ] + ] + }, + { + "Level": 36, + "StageID": 401310061, + "MonsterList": [ + [ + 1002030, + 100301008, + 1002030 + ] + ] + }, + { + "Level": 44, + "StageID": 401310062, + "MonsterList": [ + [ + 1002030, + 100301008, + 1002030 + ] + ] + }, + { + "Level": 52, + "StageID": 401310063, + "MonsterList": [ + [ + 1002030, + 100301008, + 1002030 + ] + ] + }, + { + "Level": 60, + "StageID": 401310064, + "MonsterList": [ + [ + 1002030, + 100301008, + 1002030 + ] + ] + }, + { + "Level": 70, + "StageID": 401310065, + "MonsterList": [ + [ + 1002030, + 100301008, + 1002030 + ] + ] + }, + { + "Level": 85, + "StageID": 401310066, + "MonsterList": [ + [ + 1002030, + 100301008, + 1002030 + ] + ] + }, + { + "Level": 28, + "StageID": 401310070, + "MonsterList": [ + [ + 1003010, + 1004020, + 1003010 + ] + ] + }, + { + "Level": 36, + "StageID": 401310071, + "MonsterList": [ + [ + 1003010, + 1004020, + 1003010 + ] + ] + }, + { + "Level": 44, + "StageID": 401310072, + "MonsterList": [ + [ + 1003010, + 1004020, + 1003010 + ] + ] + }, + { + "Level": 52, + "StageID": 401310073, + "MonsterList": [ + [ + 1003010, + 1004020, + 1003010 + ] + ] + }, + { + "Level": 60, + "StageID": 401310074, + "MonsterList": [ + [ + 1003010, + 1004020, + 1003010 + ] + ] + }, + { + "Level": 70, + "StageID": 401310075, + "MonsterList": [ + [ + 1003010, + 1004020, + 1003010 + ] + ] + }, + { + "Level": 85, + "StageID": 401310076, + "MonsterList": [ + [ + 1003010, + 1004020, + 1003010 + ] + ] + }, + { + "Level": 24, + "StageID": 401310080, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 32, + "StageID": 401310081, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 40, + "StageID": 401310082, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 48, + "StageID": 401310083, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 56, + "StageID": 401310084, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 66, + "StageID": 401310085, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 78, + "StageID": 401310086, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 24, + "StageID": 401310090, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002050, + 1002030, + 1002040 + ] + ] + }, + { + "Level": 32, + "StageID": 401310091, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002050, + 1002030, + 1002040 + ] + ] + }, + { + "Level": 40, + "StageID": 401310092, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002050, + 1002030, + 1002040 + ] + ] + }, + { + "Level": 48, + "StageID": 401310093, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002050, + 1002030, + 1002040 + ] + ] + }, + { + "Level": 56, + "StageID": 401310094, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002050, + 1002030, + 1002040 + ] + ] + }, + { + "Level": 66, + "StageID": 401310095, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002050, + 1002030, + 1002040 + ] + ] + }, + { + "Level": 78, + "StageID": 401310096, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002050, + 1002030, + 1002040 + ] + ] + }, + { + "Level": 24, + "StageID": 401310100, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002050, + 1002040, + 1002040 + ] + ] + }, + { + "Level": 32, + "StageID": 401310101, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002050, + 1002040, + 1002040 + ] + ] + }, + { + "Level": 40, + "StageID": 401310102, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002050, + 1002040, + 1002040 + ] + ] + }, + { + "Level": 48, + "StageID": 401310103, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002050, + 1002040, + 1002040 + ] + ] + }, + { + "Level": 56, + "StageID": 401310104, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002050, + 1002040, + 1002040 + ] + ] + }, + { + "Level": 66, + "StageID": 401310105, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002050, + 1002040, + 1002040 + ] + ] + }, + { + "Level": 78, + "StageID": 401310106, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002050, + 1002040, + 1002040 + ] + ] + }, + { + "Level": 24, + "StageID": 401310110, + "MonsterList": [ + [ + 1002030, + 1002040, + 1002040, + 1002030 + ] + ] + }, + { + "Level": 32, + "StageID": 401310111, + "MonsterList": [ + [ + 1002030, + 1002040, + 1002040, + 1002030 + ] + ] + }, + { + "Level": 40, + "StageID": 401310112, + "MonsterList": [ + [ + 1002030, + 1002040, + 1002040, + 1002030 + ] + ] + }, + { + "Level": 48, + "StageID": 401310113, + "MonsterList": [ + [ + 1002030, + 1002040, + 1002040, + 1002030 + ] + ] + }, + { + "Level": 56, + "StageID": 401310114, + "MonsterList": [ + [ + 1002030, + 1002040, + 1002040, + 1002030 + ] + ] + }, + { + "Level": 66, + "StageID": 401310115, + "MonsterList": [ + [ + 1002030, + 1002040, + 1002040, + 1002030 + ] + ] + }, + { + "Level": 78, + "StageID": 401310116, + "MonsterList": [ + [ + 1002030, + 1002040, + 1002040, + 1002030 + ] + ] + }, + { + "Level": 24, + "StageID": 401310120, + "MonsterList": [ + [ + 1002040, + 1003010, + 1002040 + ] + ] + }, + { + "Level": 32, + "StageID": 401310121, + "MonsterList": [ + [ + 1002040, + 1003010, + 1002040 + ] + ] + }, + { + "Level": 40, + "StageID": 401310122, + "MonsterList": [ + [ + 1002040, + 1003010, + 1002040 + ] + ] + }, + { + "Level": 48, + "StageID": 401310123, + "MonsterList": [ + [ + 1002040, + 1003010, + 1002040 + ] + ] + }, + { + "Level": 56, + "StageID": 401310124, + "MonsterList": [ + [ + 1002040, + 1003010, + 1002040 + ] + ] + }, + { + "Level": 66, + "StageID": 401310125, + "MonsterList": [ + [ + 1002040, + 1003010, + 1002040 + ] + ] + }, + { + "Level": 78, + "StageID": 401310126, + "MonsterList": [ + [ + 1002040, + 1003010, + 1002040 + ] + ] + }, + { + "Level": 26, + "StageID": 401310130, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 34, + "StageID": 401310131, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 42, + "StageID": 401310132, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 50, + "StageID": 401310133, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 58, + "StageID": 401310134, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 68, + "StageID": 401310135, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 83, + "StageID": 401310136, + "MonsterList": [ + [ + 1002040, + 1002050, + 1002050, + 1002040 + ] + ] + }, + { + "Level": 26, + "StageID": 401310140, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002050, + 1002030, + 1002040 + ] + ] + }, + { + "Level": 34, + "StageID": 401310141, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002050, + 1002030, + 1002040 + ] + ] + }, + { + "Level": 42, + "StageID": 401310142, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002050, + 1002030, + 1002040 + ] + ] + }, + { + "Level": 50, + "StageID": 401310143, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002050, + 1002030, + 1002040 + ] + ] + }, + { + "Level": 58, + "StageID": 401310144, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002050, + 1002030, + 1002040 + ] + ] + }, + { + "Level": 68, + "StageID": 401310145, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002050, + 1002030, + 1002040 + ] + ] + }, + { + "Level": 83, + "StageID": 401310146, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002050, + 1002030, + 1002040 + ] + ] + }, + { + "Level": 26, + "StageID": 401310150, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002050, + 1002040, + 1002040 + ] + ] + }, + { + "Level": 34, + "StageID": 401310151, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002050, + 1002040, + 1002040 + ] + ] + }, + { + "Level": 42, + "StageID": 401310152, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002050, + 1002040, + 1002040 + ] + ] + }, + { + "Level": 50, + "StageID": 401310153, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002050, + 1002040, + 1002040 + ] + ] + }, + { + "Level": 58, + "StageID": 401310154, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002050, + 1002040, + 1002040 + ] + ] + }, + { + "Level": 68, + "StageID": 401310155, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002050, + 1002040, + 1002040 + ] + ] + }, + { + "Level": 83, + "StageID": 401310156, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002050, + 1002040, + 1002040 + ] + ] + }, + { + "Level": 26, + "StageID": 401310160, + "MonsterList": [ + [ + 1002030, + 1002040, + 1002040, + 1002030 + ] + ] + }, + { + "Level": 34, + "StageID": 401310161, + "MonsterList": [ + [ + 1002030, + 1002040, + 1002040, + 1002030 + ] + ] + }, + { + "Level": 42, + "StageID": 401310162, + "MonsterList": [ + [ + 1002030, + 1002040, + 1002040, + 1002030 + ] + ] + }, + { + "Level": 50, + "StageID": 401310163, + "MonsterList": [ + [ + 1002030, + 1002040, + 1002040, + 1002030 + ] + ] + }, + { + "Level": 58, + "StageID": 401310164, + "MonsterList": [ + [ + 1002030, + 1002040, + 1002040, + 1002030 + ] + ] + }, + { + "Level": 68, + "StageID": 401310165, + "MonsterList": [ + [ + 1002030, + 1002040, + 1002040, + 1002030 + ] + ] + }, + { + "Level": 83, + "StageID": 401310166, + "MonsterList": [ + [ + 1002030, + 1002040, + 1002040, + 1002030 + ] + ] + }, + { + "Level": 26, + "StageID": 401310170, + "MonsterList": [ + [ + 1002030, + 1003010, + 1002030 + ] + ] + }, + { + "Level": 34, + "StageID": 401310171, + "MonsterList": [ + [ + 1002030, + 1003010, + 1002030 + ] + ] + }, + { + "Level": 42, + "StageID": 401310172, + "MonsterList": [ + [ + 1002030, + 1003010, + 1002030 + ] + ] + }, + { + "Level": 50, + "StageID": 401310173, + "MonsterList": [ + [ + 1002030, + 1003010, + 1002030 + ] + ] + }, + { + "Level": 58, + "StageID": 401310174, + "MonsterList": [ + [ + 1002030, + 1003010, + 1002030 + ] + ] + }, + { + "Level": 68, + "StageID": 401310175, + "MonsterList": [ + [ + 1002030, + 1003010, + 1002030 + ] + ] + }, + { + "Level": 83, + "StageID": 401310176, + "MonsterList": [ + [ + 1002030, + 1003010, + 1002030 + ] + ] + }, + { + "Level": 26, + "StageID": 401310180, + "MonsterList": [ + [ + 1012020, + 1013010, + 1012020 + ] + ] + }, + { + "Level": 34, + "StageID": 401310181, + "MonsterList": [ + [ + 1012020, + 1013010, + 1012020 + ] + ] + }, + { + "Level": 42, + "StageID": 401310182, + "MonsterList": [ + [ + 1012020, + 1013010, + 1012020 + ] + ] + }, + { + "Level": 50, + "StageID": 401310183, + "MonsterList": [ + [ + 1012020, + 1013010, + 1012020 + ] + ] + }, + { + "Level": 58, + "StageID": 401310184, + "MonsterList": [ + [ + 1012020, + 1013010, + 1012020 + ] + ] + }, + { + "Level": 68, + "StageID": 401310185, + "MonsterList": [ + [ + 1012020, + 1013010, + 1012020 + ] + ] + }, + { + "Level": 83, + "StageID": 401310186, + "MonsterList": [ + [ + 1012020, + 1013010, + 1012020 + ] + ] + }, + { + "Level": 24, + "StageID": 401320010, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 32, + "StageID": 401320011, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 40, + "StageID": 401320012, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 48, + "StageID": 401320013, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 56, + "StageID": 401320014, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 66, + "StageID": 401320015, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 78, + "StageID": 401320016, + "MonsterList": [ + [ + 8001020, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 24, + "StageID": 401320020, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 32, + "StageID": 401320021, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 40, + "StageID": 401320022, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 48, + "StageID": 401320023, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 56, + "StageID": 401320024, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 66, + "StageID": 401320025, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 78, + "StageID": 401320026, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 24, + "StageID": 401320030, + "MonsterList": [ + [ + 8001020, + 8002010, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 32, + "StageID": 401320031, + "MonsterList": [ + [ + 8001020, + 8002010, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 40, + "StageID": 401320032, + "MonsterList": [ + [ + 8001020, + 8002010, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 48, + "StageID": 401320033, + "MonsterList": [ + [ + 8001020, + 8002010, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 56, + "StageID": 401320034, + "MonsterList": [ + [ + 8001020, + 8002010, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 66, + "StageID": 401320035, + "MonsterList": [ + [ + 8001020, + 8002010, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 78, + "StageID": 401320036, + "MonsterList": [ + [ + 8001020, + 8002010, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 26, + "StageID": 401321010, + "MonsterList": [ + [ + 1022010, + 8002010, + 1022010 + ] + ] + }, + { + "Level": 34, + "StageID": 401321011, + "MonsterList": [ + [ + 1022010, + 8002010, + 1022010 + ] + ] + }, + { + "Level": 42, + "StageID": 401321012, + "MonsterList": [ + [ + 1022010, + 8002010, + 1022010 + ] + ] + }, + { + "Level": 50, + "StageID": 401321013, + "MonsterList": [ + [ + 1022010, + 8002010, + 1022010 + ] + ] + }, + { + "Level": 58, + "StageID": 401321014, + "MonsterList": [ + [ + 1022010, + 8002010, + 1022010 + ] + ] + }, + { + "Level": 68, + "StageID": 401321015, + "MonsterList": [ + [ + 1022010, + 8002010, + 1022010 + ] + ] + }, + { + "Level": 83, + "StageID": 401321016, + "MonsterList": [ + [ + 1022010, + 8002010, + 1022010 + ] + ] + }, + { + "Level": 26, + "StageID": 401321020, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 34, + "StageID": 401321021, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 42, + "StageID": 401321022, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 50, + "StageID": 401321023, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 58, + "StageID": 401321024, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 68, + "StageID": 401321025, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 83, + "StageID": 401321026, + "MonsterList": [ + [ + 1022010, + 1022010, + 1022010 + ] + ] + }, + { + "Level": 26, + "StageID": 401321030, + "MonsterList": [ + [ + 1012020, + 1022010, + 1022010, + 1012020 + ] + ] + }, + { + "Level": 34, + "StageID": 401321031, + "MonsterList": [ + [ + 1012020, + 1022010, + 1022010, + 1012020 + ] + ] + }, + { + "Level": 42, + "StageID": 401321032, + "MonsterList": [ + [ + 1012020, + 1022010, + 1022010, + 1012020 + ] + ] + }, + { + "Level": 50, + "StageID": 401321033, + "MonsterList": [ + [ + 1012020, + 1022010, + 1022010, + 1012020 + ] + ] + }, + { + "Level": 58, + "StageID": 401321034, + "MonsterList": [ + [ + 1012020, + 1022010, + 1022010, + 1012020 + ] + ] + }, + { + "Level": 68, + "StageID": 401321035, + "MonsterList": [ + [ + 1012020, + 1022010, + 1022010, + 1012020 + ] + ] + }, + { + "Level": 83, + "StageID": 401321036, + "MonsterList": [ + [ + 1012020, + 1022010, + 1022010, + 1012020 + ] + ] + }, + { + "Level": 26, + "StageID": 401321040, + "MonsterList": [ + [ + 1012030, + 1022010, + 1022010, + 1012030 + ] + ] + }, + { + "Level": 34, + "StageID": 401321041, + "MonsterList": [ + [ + 1012030, + 1022010, + 1022010, + 1012030 + ] + ] + }, + { + "Level": 42, + "StageID": 401321042, + "MonsterList": [ + [ + 1012030, + 1022010, + 1022010, + 1012030 + ] + ] + }, + { + "Level": 50, + "StageID": 401321043, + "MonsterList": [ + [ + 1012030, + 1022010, + 1022010, + 1012030 + ] + ] + }, + { + "Level": 58, + "StageID": 401321044, + "MonsterList": [ + [ + 1012030, + 1022010, + 1022010, + 1012030 + ] + ] + }, + { + "Level": 68, + "StageID": 401321045, + "MonsterList": [ + [ + 1012030, + 1022010, + 1022010, + 1012030 + ] + ] + }, + { + "Level": 83, + "StageID": 401321046, + "MonsterList": [ + [ + 1012030, + 1022010, + 1022010, + 1012030 + ] + ] + }, + { + "Level": 26, + "StageID": 401321050, + "MonsterList": [ + [ + 1022010, + 8003010, + 1022010 + ] + ] + }, + { + "Level": 34, + "StageID": 401321051, + "MonsterList": [ + [ + 1022010, + 8003010, + 1022010 + ] + ] + }, + { + "Level": 42, + "StageID": 401321052, + "MonsterList": [ + [ + 1022010, + 8003010, + 1022010 + ] + ] + }, + { + "Level": 50, + "StageID": 401321053, + "MonsterList": [ + [ + 1022010, + 8003010, + 1022010 + ] + ] + }, + { + "Level": 58, + "StageID": 401321054, + "MonsterList": [ + [ + 1022010, + 8003010, + 1022010 + ] + ] + }, + { + "Level": 68, + "StageID": 401321055, + "MonsterList": [ + [ + 1022010, + 8003010, + 1022010 + ] + ] + }, + { + "Level": 83, + "StageID": 401321056, + "MonsterList": [ + [ + 1022010, + 8003010, + 1022010 + ] + ] + }, + { + "Level": 26, + "StageID": 401321060, + "MonsterList": [ + [ + 1012010, + 1022010, + 1022010, + 1012010 + ] + ] + }, + { + "Level": 34, + "StageID": 401321061, + "MonsterList": [ + [ + 1012010, + 1022010, + 1022010, + 1012010 + ] + ] + }, + { + "Level": 42, + "StageID": 401321062, + "MonsterList": [ + [ + 1012010, + 1022010, + 1022010, + 1012010 + ] + ] + }, + { + "Level": 50, + "StageID": 401321063, + "MonsterList": [ + [ + 1012010, + 1022010, + 1022010, + 1012010 + ] + ] + }, + { + "Level": 58, + "StageID": 401321064, + "MonsterList": [ + [ + 1012010, + 1022010, + 1022010, + 1012010 + ] + ] + }, + { + "Level": 68, + "StageID": 401321065, + "MonsterList": [ + [ + 1012010, + 1022010, + 1022010, + 1012010 + ] + ] + }, + { + "Level": 83, + "StageID": 401321066, + "MonsterList": [ + [ + 1012010, + 1022010, + 1022010, + 1012010 + ] + ] + }, + { + "Level": 28, + "StageID": 401322010, + "MonsterList": [ + [ + 1022010, + 8003040, + 1022010 + ] + ] + }, + { + "Level": 36, + "StageID": 401322011, + "MonsterList": [ + [ + 1022010, + 8003040, + 1022010 + ] + ] + }, + { + "Level": 44, + "StageID": 401322012, + "MonsterList": [ + [ + 1022010, + 8003040, + 1022010 + ] + ] + }, + { + "Level": 52, + "StageID": 401322013, + "MonsterList": [ + [ + 1022010, + 8003040, + 1022010 + ] + ] + }, + { + "Level": 60, + "StageID": 401322014, + "MonsterList": [ + [ + 1022010, + 8003040, + 1022010 + ] + ] + }, + { + "Level": 70, + "StageID": 401322015, + "MonsterList": [ + [ + 1022010, + 8003040, + 1022010 + ] + ] + }, + { + "Level": 85, + "StageID": 401322016, + "MonsterList": [ + [ + 1022010, + 8003040, + 1022010 + ] + ] + }, + { + "Level": 28, + "StageID": 401322020, + "MonsterList": [ + [ + 8001020, + 1022010, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 36, + "StageID": 401322021, + "MonsterList": [ + [ + 8001020, + 1022010, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 44, + "StageID": 401322022, + "MonsterList": [ + [ + 8001020, + 1022010, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 52, + "StageID": 401322023, + "MonsterList": [ + [ + 8001020, + 1022010, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 60, + "StageID": 401322024, + "MonsterList": [ + [ + 8001020, + 1022010, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 70, + "StageID": 401322025, + "MonsterList": [ + [ + 8001020, + 1022010, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 85, + "StageID": 401322026, + "MonsterList": [ + [ + 8001020, + 1022010, + 1022010, + 8001020 + ] + ] + }, + { + "Level": 28, + "StageID": 401322030, + "MonsterList": [ + [ + 8001030, + 1022010, + 1022010, + 8001030 + ] + ] + }, + { + "Level": 36, + "StageID": 401322031, + "MonsterList": [ + [ + 8001030, + 1022010, + 1022010, + 8001030 + ] + ] + }, + { + "Level": 44, + "StageID": 401322032, + "MonsterList": [ + [ + 8001030, + 1022010, + 1022010, + 8001030 + ] + ] + }, + { + "Level": 52, + "StageID": 401322033, + "MonsterList": [ + [ + 8001030, + 1022010, + 1022010, + 8001030 + ] + ] + }, + { + "Level": 60, + "StageID": 401322034, + "MonsterList": [ + [ + 8001030, + 1022010, + 1022010, + 8001030 + ] + ] + }, + { + "Level": 70, + "StageID": 401322035, + "MonsterList": [ + [ + 8001030, + 1022010, + 1022010, + 8001030 + ] + ] + }, + { + "Level": 85, + "StageID": 401322036, + "MonsterList": [ + [ + 8001030, + 1022010, + 1022010, + 8001030 + ] + ] + }, + { + "Level": 28, + "StageID": 401322040, + "MonsterList": [ + [ + 8002010, + 1022010, + 1022010, + 8002010 + ] + ] + }, + { + "Level": 36, + "StageID": 401322041, + "MonsterList": [ + [ + 8002010, + 1022010, + 1022010, + 8002010 + ] + ] + }, + { + "Level": 44, + "StageID": 401322042, + "MonsterList": [ + [ + 8002010, + 1022010, + 1022010, + 8002010 + ] + ] + }, + { + "Level": 52, + "StageID": 401322043, + "MonsterList": [ + [ + 8002010, + 1022010, + 1022010, + 8002010 + ] + ] + }, + { + "Level": 60, + "StageID": 401322044, + "MonsterList": [ + [ + 8002010, + 1022010, + 1022010, + 8002010 + ] + ] + }, + { + "Level": 70, + "StageID": 401322045, + "MonsterList": [ + [ + 8002010, + 1022010, + 1022010, + 8002010 + ] + ] + }, + { + "Level": 85, + "StageID": 401322046, + "MonsterList": [ + [ + 8002010, + 1022010, + 1022010, + 8002010 + ] + ] + }, + { + "Level": 28, + "StageID": 401322050, + "MonsterList": [ + [ + 8002010, + 1023020, + 8002010 + ] + ] + }, + { + "Level": 36, + "StageID": 401322051, + "MonsterList": [ + [ + 8002010, + 1023020, + 8002010 + ] + ] + }, + { + "Level": 44, + "StageID": 401322052, + "MonsterList": [ + [ + 8002010, + 1023020, + 8002010 + ] + ] + }, + { + "Level": 52, + "StageID": 401322053, + "MonsterList": [ + [ + 8002010, + 1023020, + 8002010 + ] + ] + }, + { + "Level": 60, + "StageID": 401322054, + "MonsterList": [ + [ + 8002010, + 1023020, + 8002010 + ] + ] + }, + { + "Level": 70, + "StageID": 401322055, + "MonsterList": [ + [ + 8002010, + 1023020, + 8002010 + ] + ] + }, + { + "Level": 85, + "StageID": 401322056, + "MonsterList": [ + [ + 8002010, + 1023020, + 8002010 + ] + ] + }, + { + "Level": 24, + "StageID": 402112010, + "MonsterList": [ + [ + 2022020, + 2022020, + 2022020 + ] + ] + }, + { + "Level": 32, + "StageID": 402112011, + "MonsterList": [ + [ + 2022020, + 2022020, + 2022020 + ] + ] + }, + { + "Level": 40, + "StageID": 402112012, + "MonsterList": [ + [ + 2022020, + 2022020, + 2022020 + ] + ] + }, + { + "Level": 48, + "StageID": 402112013, + "MonsterList": [ + [ + 2022020, + 2022020, + 2022020 + ] + ] + }, + { + "Level": 56, + "StageID": 402112014, + "MonsterList": [ + [ + 2022020, + 2022020, + 2022020 + ] + ] + }, + { + "Level": 66, + "StageID": 402112015, + "MonsterList": [ + [ + 2022020, + 2022020, + 2022020 + ] + ] + }, + { + "Level": 77, + "StageID": 402112016, + "MonsterList": [ + [ + 2022020, + 2022020, + 2022020 + ] + ] + }, + { + "Level": 24, + "StageID": 402112020, + "MonsterList": [ + [ + 2022010 + ] + ] + }, + { + "Level": 32, + "StageID": 402112021, + "MonsterList": [ + [ + 2022010 + ] + ] + }, + { + "Level": 40, + "StageID": 402112022, + "MonsterList": [ + [ + 2022010 + ] + ] + }, + { + "Level": 48, + "StageID": 402112023, + "MonsterList": [ + [ + 2022010 + ] + ] + }, + { + "Level": 56, + "StageID": 402112024, + "MonsterList": [ + [ + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 402112025, + "MonsterList": [ + [ + 2022010 + ] + ] + }, + { + "Level": 77, + "StageID": 402112026, + "MonsterList": [ + [ + 2022010 + ] + ] + }, + { + "Level": 24, + "StageID": 402112110, + "MonsterList": [ + [ + 2002010, + 2002010 + ] + ] + }, + { + "Level": 32, + "StageID": 402112111, + "MonsterList": [ + [ + 2002010, + 2002010 + ] + ] + }, + { + "Level": 40, + "StageID": 402112112, + "MonsterList": [ + [ + 2002010, + 2002010 + ] + ] + }, + { + "Level": 48, + "StageID": 402112113, + "MonsterList": [ + [ + 2002010, + 2002010 + ] + ] + }, + { + "Level": 56, + "StageID": 402112114, + "MonsterList": [ + [ + 2002010, + 2002010 + ] + ] + }, + { + "Level": 66, + "StageID": 402112115, + "MonsterList": [ + [ + 2002010, + 2002010 + ] + ] + }, + { + "Level": 77, + "StageID": 402112116, + "MonsterList": [ + [ + 2002010, + 2002010 + ] + ] + }, + { + "Level": 24, + "StageID": 402112120, + "MonsterList": [ + [ + 2002010, + 2002010, + 2002010 + ] + ] + }, + { + "Level": 32, + "StageID": 402112121, + "MonsterList": [ + [ + 2002010, + 2002010, + 2002010 + ] + ] + }, + { + "Level": 40, + "StageID": 402112122, + "MonsterList": [ + [ + 2002010, + 2002010, + 2002010 + ] + ] + }, + { + "Level": 48, + "StageID": 402112123, + "MonsterList": [ + [ + 2002010, + 2002010, + 2002010 + ] + ] + }, + { + "Level": 56, + "StageID": 402112124, + "MonsterList": [ + [ + 2002010, + 2002010, + 2002010 + ] + ] + }, + { + "Level": 66, + "StageID": 402112125, + "MonsterList": [ + [ + 2002010, + 2002010, + 2002010 + ] + ] + }, + { + "Level": 77, + "StageID": 402112126, + "MonsterList": [ + [ + 2002010, + 2002010, + 2002010 + ] + ] + }, + { + "Level": 24, + "StageID": 402112130, + "MonsterList": [ + [ + 8001040, + 2022020, + 8001040 + ] + ] + }, + { + "Level": 32, + "StageID": 402112131, + "MonsterList": [ + [ + 8001040, + 2022020, + 8001040 + ] + ] + }, + { + "Level": 40, + "StageID": 402112132, + "MonsterList": [ + [ + 8001040, + 2022020, + 8001040 + ] + ] + }, + { + "Level": 48, + "StageID": 402112133, + "MonsterList": [ + [ + 8001040, + 2022020, + 8001040 + ] + ] + }, + { + "Level": 56, + "StageID": 402112134, + "MonsterList": [ + [ + 8001040, + 2022020, + 8001040 + ] + ] + }, + { + "Level": 66, + "StageID": 402112135, + "MonsterList": [ + [ + 8001040, + 2022020, + 8001040 + ] + ] + }, + { + "Level": 77, + "StageID": 402112136, + "MonsterList": [ + [ + 8001040, + 2022020, + 8001040 + ] + ] + }, + { + "Level": 24, + "StageID": 402112140, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 32, + "StageID": 402112141, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 40, + "StageID": 402112142, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 48, + "StageID": 402112143, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 56, + "StageID": 402112144, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 402112145, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 77, + "StageID": 402112146, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 24, + "StageID": 402112150, + "MonsterList": [ + [ + 2022010, + 2022020 + ] + ] + }, + { + "Level": 32, + "StageID": 402112151, + "MonsterList": [ + [ + 2022010, + 2022020 + ] + ] + }, + { + "Level": 40, + "StageID": 402112152, + "MonsterList": [ + [ + 2022010, + 2022020 + ] + ] + }, + { + "Level": 48, + "StageID": 402112153, + "MonsterList": [ + [ + 2022010, + 2022020 + ] + ] + }, + { + "Level": 56, + "StageID": 402112154, + "MonsterList": [ + [ + 2022010, + 2022020 + ] + ] + }, + { + "Level": 66, + "StageID": 402112155, + "MonsterList": [ + [ + 2022010, + 2022020 + ] + ] + }, + { + "Level": 77, + "StageID": 402112156, + "MonsterList": [ + [ + 2022010, + 2022020 + ] + ] + }, + { + "Level": 24, + "StageID": 402112160, + "MonsterList": [ + [ + 2022020, + 2022020 + ] + ] + }, + { + "Level": 32, + "StageID": 402112161, + "MonsterList": [ + [ + 2022020, + 2022020 + ] + ] + }, + { + "Level": 40, + "StageID": 402112162, + "MonsterList": [ + [ + 2022020, + 2022020 + ] + ] + }, + { + "Level": 48, + "StageID": 402112163, + "MonsterList": [ + [ + 2022020, + 2022020 + ] + ] + }, + { + "Level": 56, + "StageID": 402112164, + "MonsterList": [ + [ + 2022020, + 2022020 + ] + ] + }, + { + "Level": 66, + "StageID": 402112165, + "MonsterList": [ + [ + 2022020, + 2022020 + ] + ] + }, + { + "Level": 77, + "StageID": 402112166, + "MonsterList": [ + [ + 2022020, + 2022020 + ] + ] + }, + { + "Level": 24, + "StageID": 402112170, + "MonsterList": [ + [ + 2022010, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 32, + "StageID": 402112171, + "MonsterList": [ + [ + 2022010, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 40, + "StageID": 402112172, + "MonsterList": [ + [ + 2022010, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 48, + "StageID": 402112173, + "MonsterList": [ + [ + 2022010, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 56, + "StageID": 402112174, + "MonsterList": [ + [ + 2022010, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 402112175, + "MonsterList": [ + [ + 2022010, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 77, + "StageID": 402112176, + "MonsterList": [ + [ + 2022010, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 24, + "StageID": 402112180, + "MonsterList": [ + [ + 8001040, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 32, + "StageID": 402112181, + "MonsterList": [ + [ + 8001040, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 40, + "StageID": 402112182, + "MonsterList": [ + [ + 8001040, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 48, + "StageID": 402112183, + "MonsterList": [ + [ + 8001040, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 56, + "StageID": 402112184, + "MonsterList": [ + [ + 8001040, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 66, + "StageID": 402112185, + "MonsterList": [ + [ + 8001040, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 77, + "StageID": 402112186, + "MonsterList": [ + [ + 8001040, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 24, + "StageID": 402112190, + "MonsterList": [ + [ + 2022010, + 2022020 + ] + ] + }, + { + "Level": 32, + "StageID": 402112191, + "MonsterList": [ + [ + 2022010, + 2022020 + ] + ] + }, + { + "Level": 40, + "StageID": 402112192, + "MonsterList": [ + [ + 2022010, + 2022020 + ] + ] + }, + { + "Level": 48, + "StageID": 402112193, + "MonsterList": [ + [ + 2022010, + 2022020 + ] + ] + }, + { + "Level": 56, + "StageID": 402112194, + "MonsterList": [ + [ + 2022010, + 2022020 + ] + ] + }, + { + "Level": 66, + "StageID": 402112195, + "MonsterList": [ + [ + 2022010, + 2022020 + ] + ] + }, + { + "Level": 77, + "StageID": 402112196, + "MonsterList": [ + [ + 2022010, + 2022020 + ] + ] + }, + { + "Level": 28, + "StageID": 402120010, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 36, + "StageID": 402120011, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 44, + "StageID": 402120012, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 52, + "StageID": 402120013, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 60, + "StageID": 402120014, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 70, + "StageID": 402120015, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 85, + "StageID": 402120016, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 28, + "StageID": 402120020, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 36, + "StageID": 402120021, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 44, + "StageID": 402120022, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 52, + "StageID": 402120023, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 60, + "StageID": 402120024, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 70, + "StageID": 402120025, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 85, + "StageID": 402120026, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 28, + "StageID": 402120030, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 36, + "StageID": 402120031, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 44, + "StageID": 402120032, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 52, + "StageID": 402120033, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 60, + "StageID": 402120034, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 70, + "StageID": 402120035, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 85, + "StageID": 402120036, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 28, + "StageID": 402120040, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 36, + "StageID": 402120041, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 44, + "StageID": 402120042, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 52, + "StageID": 402120043, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 60, + "StageID": 402120044, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 70, + "StageID": 402120045, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 85, + "StageID": 402120046, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 28, + "StageID": 402120050, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 36, + "StageID": 402120051, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 44, + "StageID": 402120052, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 52, + "StageID": 402120053, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 60, + "StageID": 402120054, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 70, + "StageID": 402120055, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 85, + "StageID": 402120056, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 28, + "StageID": 402120060, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 36, + "StageID": 402120061, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 44, + "StageID": 402120062, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 52, + "StageID": 402120063, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 60, + "StageID": 402120064, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 70, + "StageID": 402120065, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 85, + "StageID": 402120066, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 28, + "StageID": 402120070, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 36, + "StageID": 402120071, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 44, + "StageID": 402120072, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 52, + "StageID": 402120073, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 60, + "StageID": 402120074, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 70, + "StageID": 402120075, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 85, + "StageID": 402120076, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 28, + "StageID": 402120080, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 36, + "StageID": 402120081, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 44, + "StageID": 402120082, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 52, + "StageID": 402120083, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 60, + "StageID": 402120084, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 70, + "StageID": 402120085, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 85, + "StageID": 402120086, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 28, + "StageID": 402120090, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 36, + "StageID": 402120091, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 44, + "StageID": 402120092, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 52, + "StageID": 402120093, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 60, + "StageID": 402120094, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 70, + "StageID": 402120095, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 85, + "StageID": 402120096, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 28, + "StageID": 402120100, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 36, + "StageID": 402120101, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 44, + "StageID": 402120102, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 52, + "StageID": 402120103, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 60, + "StageID": 402120104, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 70, + "StageID": 402120105, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 85, + "StageID": 402120106, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 28, + "StageID": 402120110, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 36, + "StageID": 402120111, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 44, + "StageID": 402120112, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 52, + "StageID": 402120113, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 60, + "StageID": 402120114, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 70, + "StageID": 402120115, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 85, + "StageID": 402120116, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 28, + "StageID": 402120120, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 36, + "StageID": 402120121, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 44, + "StageID": 402120122, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 52, + "StageID": 402120123, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 60, + "StageID": 402120124, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 70, + "StageID": 402120125, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 85, + "StageID": 402120126, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 28, + "StageID": 402120130, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 36, + "StageID": 402120131, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 44, + "StageID": 402120132, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 52, + "StageID": 402120133, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 60, + "StageID": 402120134, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 70, + "StageID": 402120135, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 85, + "StageID": 402120136, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 28, + "StageID": 402120140, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 36, + "StageID": 402120141, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 44, + "StageID": 402120142, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 52, + "StageID": 402120143, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 60, + "StageID": 402120144, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 70, + "StageID": 402120145, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 85, + "StageID": 402120146, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 28, + "StageID": 402120150, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 36, + "StageID": 402120151, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 44, + "StageID": 402120152, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 52, + "StageID": 402120153, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 60, + "StageID": 402120154, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 70, + "StageID": 402120155, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 85, + "StageID": 402120156, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 28, + "StageID": 402120160, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 36, + "StageID": 402120161, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 44, + "StageID": 402120162, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 52, + "StageID": 402120163, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 60, + "StageID": 402120164, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 70, + "StageID": 402120165, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 85, + "StageID": 402120166, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 28, + "StageID": 402120170, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 36, + "StageID": 402120171, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 44, + "StageID": 402120172, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 52, + "StageID": 402120173, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 60, + "StageID": 402120174, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 70, + "StageID": 402120175, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 85, + "StageID": 402120176, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 28, + "StageID": 402120180, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 36, + "StageID": 402120181, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 44, + "StageID": 402120182, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 52, + "StageID": 402120183, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 60, + "StageID": 402120184, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 70, + "StageID": 402120185, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 85, + "StageID": 402120186, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 28, + "StageID": 402120190, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 36, + "StageID": 402120191, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 44, + "StageID": 402120192, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 52, + "StageID": 402120193, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 60, + "StageID": 402120194, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 70, + "StageID": 402120195, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 85, + "StageID": 402120196, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 28, + "StageID": 402120200, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 36, + "StageID": 402120201, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 44, + "StageID": 402120202, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 52, + "StageID": 402120203, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 60, + "StageID": 402120204, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 70, + "StageID": 402120205, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 85, + "StageID": 402120206, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 28, + "StageID": 402120210, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 36, + "StageID": 402120211, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 44, + "StageID": 402120212, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 52, + "StageID": 402120213, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 60, + "StageID": 402120214, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 70, + "StageID": 402120215, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 85, + "StageID": 402120216, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 28, + "StageID": 402120220, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 36, + "StageID": 402120221, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 44, + "StageID": 402120222, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 52, + "StageID": 402120223, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 60, + "StageID": 402120224, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 70, + "StageID": 402120225, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 85, + "StageID": 402120226, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 28, + "StageID": 402120230, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 36, + "StageID": 402120231, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 44, + "StageID": 402120232, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 52, + "StageID": 402120233, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 60, + "StageID": 402120234, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 70, + "StageID": 402120235, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 85, + "StageID": 402120236, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 28, + "StageID": 402120240, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 36, + "StageID": 402120241, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 44, + "StageID": 402120242, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 52, + "StageID": 402120243, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 60, + "StageID": 402120244, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 70, + "StageID": 402120245, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 85, + "StageID": 402120246, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 28, + "StageID": 402120250, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 36, + "StageID": 402120251, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 44, + "StageID": 402120252, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 52, + "StageID": 402120253, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 60, + "StageID": 402120254, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 70, + "StageID": 402120255, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 85, + "StageID": 402120256, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 28, + "StageID": 402120260, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 36, + "StageID": 402120261, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 44, + "StageID": 402120262, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 52, + "StageID": 402120263, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 60, + "StageID": 402120264, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 70, + "StageID": 402120265, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 85, + "StageID": 402120266, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 28, + "StageID": 402120270, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 36, + "StageID": 402120271, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 44, + "StageID": 402120272, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 52, + "StageID": 402120273, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 60, + "StageID": 402120274, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 70, + "StageID": 402120275, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 85, + "StageID": 402120276, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 28, + "StageID": 402120280, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 36, + "StageID": 402120281, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 44, + "StageID": 402120282, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 52, + "StageID": 402120283, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 60, + "StageID": 402120284, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 70, + "StageID": 402120285, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 85, + "StageID": 402120286, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 28, + "StageID": 402120290, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 36, + "StageID": 402120291, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 44, + "StageID": 402120292, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 52, + "StageID": 402120293, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 60, + "StageID": 402120294, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 70, + "StageID": 402120295, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 85, + "StageID": 402120296, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 28, + "StageID": 402120300, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 36, + "StageID": 402120301, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 44, + "StageID": 402120302, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 52, + "StageID": 402120303, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 60, + "StageID": 402120304, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 70, + "StageID": 402120305, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 85, + "StageID": 402120306, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 28, + "StageID": 402120310, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 36, + "StageID": 402120311, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 44, + "StageID": 402120312, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 52, + "StageID": 402120313, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 60, + "StageID": 402120314, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 70, + "StageID": 402120315, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 85, + "StageID": 402120316, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 28, + "StageID": 402120320, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 36, + "StageID": 402120321, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 44, + "StageID": 402120322, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 52, + "StageID": 402120323, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 60, + "StageID": 402120324, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 70, + "StageID": 402120325, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 85, + "StageID": 402120326, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 28, + "StageID": 402120330, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 36, + "StageID": 402120331, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 44, + "StageID": 402120332, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 52, + "StageID": 402120333, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 60, + "StageID": 402120334, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 70, + "StageID": 402120335, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 85, + "StageID": 402120336, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 28, + "StageID": 402120340, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 36, + "StageID": 402120341, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 44, + "StageID": 402120342, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 52, + "StageID": 402120343, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 60, + "StageID": 402120344, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 70, + "StageID": 402120345, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 85, + "StageID": 402120346, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 28, + "StageID": 402120350, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 36, + "StageID": 402120351, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 44, + "StageID": 402120352, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 52, + "StageID": 402120353, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 60, + "StageID": 402120354, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 70, + "StageID": 402120355, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 85, + "StageID": 402120356, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 28, + "StageID": 402120360, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 36, + "StageID": 402120361, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 44, + "StageID": 402120362, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 52, + "StageID": 402120363, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 60, + "StageID": 402120364, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 70, + "StageID": 402120365, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 85, + "StageID": 402120366, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 28, + "StageID": 402120370, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 36, + "StageID": 402120371, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 44, + "StageID": 402120372, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 52, + "StageID": 402120373, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 60, + "StageID": 402120374, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 70, + "StageID": 402120375, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 85, + "StageID": 402120376, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 28, + "StageID": 402120380, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 36, + "StageID": 402120381, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 44, + "StageID": 402120382, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 52, + "StageID": 402120383, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 60, + "StageID": 402120384, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 70, + "StageID": 402120385, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 85, + "StageID": 402120386, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 28, + "StageID": 402120390, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 36, + "StageID": 402120391, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 44, + "StageID": 402120392, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 52, + "StageID": 402120393, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 60, + "StageID": 402120394, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 70, + "StageID": 402120395, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 85, + "StageID": 402120396, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 28, + "StageID": 402120400, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 36, + "StageID": 402120401, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 44, + "StageID": 402120402, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 52, + "StageID": 402120403, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 60, + "StageID": 402120404, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 70, + "StageID": 402120405, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 85, + "StageID": 402120406, + "MonsterList": [ + [ + 2011020, + 2022010, + 2011020 + ] + ] + }, + { + "Level": 28, + "StageID": 402120410, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 36, + "StageID": 402120411, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 44, + "StageID": 402120412, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 52, + "StageID": 402120413, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 60, + "StageID": 402120414, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 70, + "StageID": 402120415, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 85, + "StageID": 402120416, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 28, + "StageID": 402120420, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 36, + "StageID": 402120421, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 44, + "StageID": 402120422, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 52, + "StageID": 402120423, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 60, + "StageID": 402120424, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 70, + "StageID": 402120425, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 85, + "StageID": 402120426, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 28, + "StageID": 402120430, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 36, + "StageID": 402120431, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 44, + "StageID": 402120432, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 52, + "StageID": 402120433, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 60, + "StageID": 402120434, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 70, + "StageID": 402120435, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 85, + "StageID": 402120436, + "MonsterList": [ + [ + 2012010, + 2012010 + ] + ] + }, + { + "Level": 28, + "StageID": 402120440, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 36, + "StageID": 402120441, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 44, + "StageID": 402120442, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 52, + "StageID": 402120443, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 60, + "StageID": 402120444, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 70, + "StageID": 402120445, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 85, + "StageID": 402120446, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 28, + "StageID": 402120450, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 36, + "StageID": 402120451, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 44, + "StageID": 402120452, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 52, + "StageID": 402120453, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 60, + "StageID": 402120454, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 70, + "StageID": 402120455, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 85, + "StageID": 402120456, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 28, + "StageID": 402120460, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 36, + "StageID": 402120461, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 44, + "StageID": 402120462, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 52, + "StageID": 402120463, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 60, + "StageID": 402120464, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 70, + "StageID": 402120465, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 85, + "StageID": 402120466, + "MonsterList": [ + [ + 2011010, + 2011010 + ] + ] + }, + { + "Level": 28, + "StageID": 402120470, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 36, + "StageID": 402120471, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 44, + "StageID": 402120472, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 52, + "StageID": 402120473, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 60, + "StageID": 402120474, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 70, + "StageID": 402120475, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 85, + "StageID": 402120476, + "MonsterList": [ + [ + 2011020, + 2011010, + 2011020 + ] + ] + }, + { + "Level": 28, + "StageID": 402120480, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 36, + "StageID": 402120481, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 44, + "StageID": 402120482, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 52, + "StageID": 402120483, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 60, + "StageID": 402120484, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 70, + "StageID": 402120485, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 85, + "StageID": 402120486, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 28, + "StageID": 402210010, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 36, + "StageID": 402210011, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 44, + "StageID": 402210012, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 52, + "StageID": 402210013, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 60, + "StageID": 402210014, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 70, + "StageID": 402210015, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 85, + "StageID": 402210016, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 28, + "StageID": 402210020, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 36, + "StageID": 402210021, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 44, + "StageID": 402210022, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 52, + "StageID": 402210023, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 60, + "StageID": 402210024, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 70, + "StageID": 402210025, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 85, + "StageID": 402210026, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 28, + "StageID": 402210030, + "MonsterList": [ + [ + 2023010, + 2011020, + 2011020 + ] + ] + }, + { + "Level": 36, + "StageID": 402210031, + "MonsterList": [ + [ + 2023010, + 2011020, + 2011020 + ] + ] + }, + { + "Level": 44, + "StageID": 402210032, + "MonsterList": [ + [ + 2023010, + 2011020, + 2011020 + ] + ] + }, + { + "Level": 52, + "StageID": 402210033, + "MonsterList": [ + [ + 2023010, + 2011020, + 2011020 + ] + ] + }, + { + "Level": 60, + "StageID": 402210034, + "MonsterList": [ + [ + 2023010, + 2011020, + 2011020 + ] + ] + }, + { + "Level": 70, + "StageID": 402210035, + "MonsterList": [ + [ + 2023010, + 2011020, + 2011020 + ] + ] + }, + { + "Level": 85, + "StageID": 402210036, + "MonsterList": [ + [ + 2023010, + 2011020, + 2011020 + ] + ] + }, + { + "Level": 28, + "StageID": 402210040, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 36, + "StageID": 402210041, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 44, + "StageID": 402210042, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 52, + "StageID": 402210043, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 60, + "StageID": 402210044, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 70, + "StageID": 402210045, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 85, + "StageID": 402210046, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 28, + "StageID": 402210050, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 36, + "StageID": 402210051, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 44, + "StageID": 402210052, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 52, + "StageID": 402210053, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 60, + "StageID": 402210054, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 70, + "StageID": 402210055, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 85, + "StageID": 402210056, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 28, + "StageID": 402210060, + "MonsterList": [ + [ + 2023010, + 2011020, + 2011020 + ] + ] + }, + { + "Level": 36, + "StageID": 402210061, + "MonsterList": [ + [ + 2023010, + 2011020, + 2011020 + ] + ] + }, + { + "Level": 44, + "StageID": 402210062, + "MonsterList": [ + [ + 2023010, + 2011020, + 2011020 + ] + ] + }, + { + "Level": 52, + "StageID": 402210063, + "MonsterList": [ + [ + 2023010, + 2011020, + 2011020 + ] + ] + }, + { + "Level": 60, + "StageID": 402210064, + "MonsterList": [ + [ + 2023010, + 2011020, + 2011020 + ] + ] + }, + { + "Level": 70, + "StageID": 402210065, + "MonsterList": [ + [ + 2023010, + 2011020, + 2011020 + ] + ] + }, + { + "Level": 85, + "StageID": 402210066, + "MonsterList": [ + [ + 2023010, + 2011020, + 2011020 + ] + ] + }, + { + "Level": 28, + "StageID": 402210070, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 36, + "StageID": 402210071, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 44, + "StageID": 402210072, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 52, + "StageID": 402210073, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 60, + "StageID": 402210074, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 70, + "StageID": 402210075, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 85, + "StageID": 402210076, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 28, + "StageID": 402210080, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 36, + "StageID": 402210081, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 44, + "StageID": 402210082, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 52, + "StageID": 402210083, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 60, + "StageID": 402210084, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 70, + "StageID": 402210085, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 85, + "StageID": 402210086, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 28, + "StageID": 402210090, + "MonsterList": [ + [ + 2023010, + 2011020, + 2011020 + ] + ] + }, + { + "Level": 36, + "StageID": 402210091, + "MonsterList": [ + [ + 2023010, + 2011020, + 2011020 + ] + ] + }, + { + "Level": 44, + "StageID": 402210092, + "MonsterList": [ + [ + 2023010, + 2011020, + 2011020 + ] + ] + }, + { + "Level": 52, + "StageID": 402210093, + "MonsterList": [ + [ + 2023010, + 2011020, + 2011020 + ] + ] + }, + { + "Level": 60, + "StageID": 402210094, + "MonsterList": [ + [ + 2023010, + 2011020, + 2011020 + ] + ] + }, + { + "Level": 70, + "StageID": 402210095, + "MonsterList": [ + [ + 2023010, + 2011020, + 2011020 + ] + ] + }, + { + "Level": 85, + "StageID": 402210096, + "MonsterList": [ + [ + 2023010, + 2011020, + 2011020 + ] + ] + }, + { + "Level": 28, + "StageID": 402210100, + "MonsterList": [ + [ + 200401002 + ] + ] + }, + { + "Level": 36, + "StageID": 402210101, + "MonsterList": [ + [ + 200401002 + ] + ] + }, + { + "Level": 44, + "StageID": 402210102, + "MonsterList": [ + [ + 200401002 + ] + ] + }, + { + "Level": 52, + "StageID": 402210103, + "MonsterList": [ + [ + 200401002 + ] + ] + }, + { + "Level": 60, + "StageID": 402210104, + "MonsterList": [ + [ + 200401002 + ] + ] + }, + { + "Level": 70, + "StageID": 402210105, + "MonsterList": [ + [ + 200401002 + ] + ] + }, + { + "Level": 85, + "StageID": 402210106, + "MonsterList": [ + [ + 200401002 + ] + ] + }, + { + "Level": 24, + "StageID": 402220210, + "MonsterList": [ + [ + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 32, + "StageID": 402220211, + "MonsterList": [ + [ + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 40, + "StageID": 402220212, + "MonsterList": [ + [ + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 402220213, + "MonsterList": [ + [ + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 56, + "StageID": 402220214, + "MonsterList": [ + [ + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 402220215, + "MonsterList": [ + [ + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 77, + "StageID": 402220216, + "MonsterList": [ + [ + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 24, + "StageID": 402220220, + "MonsterList": [ + [ + 2012010, + 2011020, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 32, + "StageID": 402220221, + "MonsterList": [ + [ + 2012010, + 2011020, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 40, + "StageID": 402220222, + "MonsterList": [ + [ + 2012010, + 2011020, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 48, + "StageID": 402220223, + "MonsterList": [ + [ + 2012010, + 2011020, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 56, + "StageID": 402220224, + "MonsterList": [ + [ + 2012010, + 2011020, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 66, + "StageID": 402220225, + "MonsterList": [ + [ + 2012010, + 2011020, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 77, + "StageID": 402220226, + "MonsterList": [ + [ + 2012010, + 2011020, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 24, + "StageID": 402220230, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 32, + "StageID": 402220231, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 40, + "StageID": 402220232, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 48, + "StageID": 402220233, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 56, + "StageID": 402220234, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 402220235, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 77, + "StageID": 402220236, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 24, + "StageID": 402220240, + "MonsterList": [ + [ + 2012010, + 2011020, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 32, + "StageID": 402220241, + "MonsterList": [ + [ + 2012010, + 2011020, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 40, + "StageID": 402220242, + "MonsterList": [ + [ + 2012010, + 2011020, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 48, + "StageID": 402220243, + "MonsterList": [ + [ + 2012010, + 2011020, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 56, + "StageID": 402220244, + "MonsterList": [ + [ + 2012010, + 2011020, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 66, + "StageID": 402220245, + "MonsterList": [ + [ + 2012010, + 2011020, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 77, + "StageID": 402220246, + "MonsterList": [ + [ + 2012010, + 2011020, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 24, + "StageID": 402220250, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 32, + "StageID": 402220251, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 40, + "StageID": 402220252, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 48, + "StageID": 402220253, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 56, + "StageID": 402220254, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 66, + "StageID": 402220255, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 77, + "StageID": 402220256, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 24, + "StageID": 402220260, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 32, + "StageID": 402220261, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 40, + "StageID": 402220262, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 48, + "StageID": 402220263, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 56, + "StageID": 402220264, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 66, + "StageID": 402220265, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 77, + "StageID": 402220266, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 24, + "StageID": 402220270, + "MonsterList": [ + [ + 2022010, + 8001050, + 8001050, + 2022010 + ] + ] + }, + { + "Level": 32, + "StageID": 402220271, + "MonsterList": [ + [ + 2022010, + 8001050, + 8001050, + 2022010 + ] + ] + }, + { + "Level": 40, + "StageID": 402220272, + "MonsterList": [ + [ + 2022010, + 8001050, + 8001050, + 2022010 + ] + ] + }, + { + "Level": 48, + "StageID": 402220273, + "MonsterList": [ + [ + 2022010, + 8001050, + 8001050, + 2022010 + ] + ] + }, + { + "Level": 56, + "StageID": 402220274, + "MonsterList": [ + [ + 2022010, + 8001050, + 8001050, + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 402220275, + "MonsterList": [ + [ + 2022010, + 8001050, + 8001050, + 2022010 + ] + ] + }, + { + "Level": 77, + "StageID": 402220276, + "MonsterList": [ + [ + 2022010, + 8001050, + 8001050, + 2022010 + ] + ] + }, + { + "Level": 24, + "StageID": 402220310, + "MonsterList": [ + [ + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 32, + "StageID": 402220311, + "MonsterList": [ + [ + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 40, + "StageID": 402220312, + "MonsterList": [ + [ + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 402220313, + "MonsterList": [ + [ + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 56, + "StageID": 402220314, + "MonsterList": [ + [ + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 402220315, + "MonsterList": [ + [ + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 77, + "StageID": 402220316, + "MonsterList": [ + [ + 2022010, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 24, + "StageID": 402220320, + "MonsterList": [ + [ + 2012010, + 2011020, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 32, + "StageID": 402220321, + "MonsterList": [ + [ + 2012010, + 2011020, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 40, + "StageID": 402220322, + "MonsterList": [ + [ + 2012010, + 2011020, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 48, + "StageID": 402220323, + "MonsterList": [ + [ + 2012010, + 2011020, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 56, + "StageID": 402220324, + "MonsterList": [ + [ + 2012010, + 2011020, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 66, + "StageID": 402220325, + "MonsterList": [ + [ + 2012010, + 2011020, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 77, + "StageID": 402220326, + "MonsterList": [ + [ + 2012010, + 2011020, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 24, + "StageID": 402220330, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 32, + "StageID": 402220331, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 40, + "StageID": 402220332, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 48, + "StageID": 402220333, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 56, + "StageID": 402220334, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 402220335, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 77, + "StageID": 402220336, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 24, + "StageID": 402220340, + "MonsterList": [ + [ + 2012010, + 2011020, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 32, + "StageID": 402220341, + "MonsterList": [ + [ + 2012010, + 2011020, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 40, + "StageID": 402220342, + "MonsterList": [ + [ + 2012010, + 2011020, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 48, + "StageID": 402220343, + "MonsterList": [ + [ + 2012010, + 2011020, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 56, + "StageID": 402220344, + "MonsterList": [ + [ + 2012010, + 2011020, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 66, + "StageID": 402220345, + "MonsterList": [ + [ + 2012010, + 2011020, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 77, + "StageID": 402220346, + "MonsterList": [ + [ + 2012010, + 2011020, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 24, + "StageID": 402220350, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 32, + "StageID": 402220351, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 40, + "StageID": 402220352, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 48, + "StageID": 402220353, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 56, + "StageID": 402220354, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 66, + "StageID": 402220355, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 77, + "StageID": 402220356, + "MonsterList": [ + [ + 2011010, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 24, + "StageID": 402220360, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 32, + "StageID": 402220361, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 40, + "StageID": 402220362, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 48, + "StageID": 402220363, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 56, + "StageID": 402220364, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 66, + "StageID": 402220365, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 77, + "StageID": 402220366, + "MonsterList": [ + [ + 2022020, + 2022010, + 2022020 + ] + ] + }, + { + "Level": 24, + "StageID": 402220370, + "MonsterList": [ + [ + 2012010, + 2013010 + ] + ] + }, + { + "Level": 32, + "StageID": 402220371, + "MonsterList": [ + [ + 2012010, + 2013010 + ] + ] + }, + { + "Level": 40, + "StageID": 402220372, + "MonsterList": [ + [ + 2012010, + 2013010 + ] + ] + }, + { + "Level": 48, + "StageID": 402220373, + "MonsterList": [ + [ + 2012010, + 2013010 + ] + ] + }, + { + "Level": 56, + "StageID": 402220374, + "MonsterList": [ + [ + 2012010, + 2013010 + ] + ] + }, + { + "Level": 66, + "StageID": 402220375, + "MonsterList": [ + [ + 2012010, + 2013010 + ] + ] + }, + { + "Level": 77, + "StageID": 402220376, + "MonsterList": [ + [ + 2012010, + 2013010 + ] + ] + }, + { + "Level": 24, + "StageID": 402222010, + "MonsterList": [ + [ + 2022020, + 2022020 + ] + ] + }, + { + "Level": 32, + "StageID": 402222011, + "MonsterList": [ + [ + 2022020, + 2022020 + ] + ] + }, + { + "Level": 40, + "StageID": 402222012, + "MonsterList": [ + [ + 2022020, + 2022020 + ] + ] + }, + { + "Level": 48, + "StageID": 402222013, + "MonsterList": [ + [ + 2022020, + 2022020 + ] + ] + }, + { + "Level": 56, + "StageID": 402222014, + "MonsterList": [ + [ + 2022020, + 2022020 + ] + ] + }, + { + "Level": 66, + "StageID": 402222015, + "MonsterList": [ + [ + 2022020, + 2022020 + ] + ] + }, + { + "Level": 77, + "StageID": 402222016, + "MonsterList": [ + [ + 2022020, + 2022020 + ] + ] + }, + { + "Level": 24, + "StageID": 402222020, + "MonsterList": [ + [ + 2022010, + 2022020, + 2022020 + ] + ] + }, + { + "Level": 32, + "StageID": 402222021, + "MonsterList": [ + [ + 2022010, + 2022020, + 2022020 + ] + ] + }, + { + "Level": 40, + "StageID": 402222022, + "MonsterList": [ + [ + 2022010, + 2022020, + 2022020 + ] + ] + }, + { + "Level": 48, + "StageID": 402222023, + "MonsterList": [ + [ + 2022010, + 2022020, + 2022020 + ] + ] + }, + { + "Level": 56, + "StageID": 402222024, + "MonsterList": [ + [ + 2022010, + 2022020, + 2022020 + ] + ] + }, + { + "Level": 66, + "StageID": 402222025, + "MonsterList": [ + [ + 2022010, + 2022020, + 2022020 + ] + ] + }, + { + "Level": 77, + "StageID": 402222026, + "MonsterList": [ + [ + 2022010, + 2022020, + 2022020 + ] + ] + }, + { + "Level": 30, + "StageID": 402222030, + "MonsterList": [ + [ + 2022020, + 202301004, + 2022020, + 2022020 + ] + ] + }, + { + "Level": 40, + "StageID": 402222031, + "MonsterList": [ + [ + 2022020, + 202301004, + 2022020, + 2022020 + ] + ] + }, + { + "Level": 44, + "StageID": 402222032, + "MonsterList": [ + [ + 2022020, + 202301004, + 2022020, + 2022020 + ] + ] + }, + { + "Level": 52, + "StageID": 402222033, + "MonsterList": [ + [ + 2022020, + 202301004, + 2022020, + 2022020 + ] + ] + }, + { + "Level": 61, + "StageID": 402222034, + "MonsterList": [ + [ + 2022020, + 202301004, + 2022020, + 2022020 + ] + ] + }, + { + "Level": 71, + "StageID": 402222035, + "MonsterList": [ + [ + 2022020, + 202301004, + 2022020, + 2022020 + ] + ] + }, + { + "Level": 77, + "StageID": 402222036, + "MonsterList": [ + [ + 2022020, + 202301004, + 2022020, + 2022020 + ] + ] + }, + { + "Level": 24, + "StageID": 402222110, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 32, + "StageID": 402222111, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 40, + "StageID": 402222112, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 402222113, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 56, + "StageID": 402222114, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 402222115, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 77, + "StageID": 402222116, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 24, + "StageID": 402222120, + "MonsterList": [ + [ + 2022020 + ] + ] + }, + { + "Level": 32, + "StageID": 402222121, + "MonsterList": [ + [ + 2022020 + ] + ] + }, + { + "Level": 40, + "StageID": 402222122, + "MonsterList": [ + [ + 2022020 + ] + ] + }, + { + "Level": 48, + "StageID": 402222123, + "MonsterList": [ + [ + 2022020 + ] + ] + }, + { + "Level": 56, + "StageID": 402222124, + "MonsterList": [ + [ + 2022020 + ] + ] + }, + { + "Level": 66, + "StageID": 402222125, + "MonsterList": [ + [ + 2022020 + ] + ] + }, + { + "Level": 77, + "StageID": 402222126, + "MonsterList": [ + [ + 2022020 + ] + ] + }, + { + "Level": 24, + "StageID": 402222130, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 32, + "StageID": 402222131, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 40, + "StageID": 402222132, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 48, + "StageID": 402222133, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 56, + "StageID": 402222134, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 402222135, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 77, + "StageID": 402222136, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 30, + "StageID": 402320010, + "MonsterList": [ + [ + 202202005, + 202202005, + 202202005 + ] + ] + }, + { + "Level": 40, + "StageID": 402320011, + "MonsterList": [ + [ + 202202005, + 202202005, + 202202005 + ] + ] + }, + { + "Level": 50, + "StageID": 402320012, + "MonsterList": [ + [ + 202202005, + 202202005, + 202202005 + ] + ] + }, + { + "Level": 58, + "StageID": 402320013, + "MonsterList": [ + [ + 202202005, + 202202005, + 202202005 + ] + ] + }, + { + "Level": 67, + "StageID": 402320014, + "MonsterList": [ + [ + 202202005, + 202202005, + 202202005 + ] + ] + }, + { + "Level": 76, + "StageID": 402320015, + "MonsterList": [ + [ + 202202005, + 202202005, + 202202005 + ] + ] + }, + { + "Level": 82, + "StageID": 402320016, + "MonsterList": [ + [ + 202202005, + 202202005, + 202202005 + ] + ] + }, + { + "Level": 24, + "StageID": 402320020, + "MonsterList": [ + [ + 202206001, + 202202006, + 202206001, + 202201005 + ] + ] + }, + { + "Level": 32, + "StageID": 402320021, + "MonsterList": [ + [ + 202206001, + 202202006, + 202206001, + 202201005 + ] + ] + }, + { + "Level": 40, + "StageID": 402320022, + "MonsterList": [ + [ + 202206001, + 202202006, + 202206001, + 202201005 + ] + ] + }, + { + "Level": 48, + "StageID": 402320023, + "MonsterList": [ + [ + 202206001, + 202202006, + 202206001, + 202201005 + ] + ] + }, + { + "Level": 56, + "StageID": 402320024, + "MonsterList": [ + [ + 202206001, + 202202006, + 202206001, + 202201005 + ] + ] + }, + { + "Level": 66, + "StageID": 402320025, + "MonsterList": [ + [ + 202206001, + 202202006, + 202206001, + 202201005 + ] + ] + }, + { + "Level": 82, + "StageID": 402320026, + "MonsterList": [ + [ + 202206001, + 202202006, + 202206001, + 202201005 + ] + ] + }, + { + "Level": 30, + "StageID": 402320040, + "MonsterList": [ + [ + 202201003, + 202202002, + 202202002, + 202201003 + ], + [ + 202202002, + 202201003, + 202301007, + 202202002, + 202202002 + ] + ] + }, + { + "Level": 40, + "StageID": 402320041, + "MonsterList": [ + [ + 202201003, + 202202002, + 202202002, + 202201003 + ], + [ + 202202002, + 202201003, + 202301007, + 202202002, + 202202002 + ] + ] + }, + { + "Level": 50, + "StageID": 402320042, + "MonsterList": [ + [ + 202201003, + 202202002, + 202202002, + 202201003 + ], + [ + 202202002, + 202201003, + 202301007, + 202202002, + 202202002 + ] + ] + }, + { + "Level": 58, + "StageID": 402320043, + "MonsterList": [ + [ + 202201003, + 202202002, + 202202002, + 202201003 + ], + [ + 202202002, + 202201003, + 202301007, + 202202002, + 202202002 + ] + ] + }, + { + "Level": 67, + "StageID": 402320044, + "MonsterList": [ + [ + 202201003, + 202202002, + 202202002, + 202201003 + ], + [ + 202202002, + 202201003, + 202301007, + 202202002, + 202202002 + ] + ] + }, + { + "Level": 76, + "StageID": 402320045, + "MonsterList": [ + [ + 202201003, + 202202002, + 202202002, + 202201003 + ], + [ + 202202002, + 202201003, + 202301007, + 202202002, + 202202002 + ] + ] + }, + { + "Level": 82, + "StageID": 402320046, + "MonsterList": [ + [ + 202201003, + 202202002, + 202202002, + 202201003 + ], + [ + 202202002, + 202201003, + 202301007, + 202202002, + 202202002 + ] + ] + }, + { + "Level": 24, + "StageID": 402320110, + "MonsterList": [ + [ + 2022040, + 202201005 + ] + ] + }, + { + "Level": 32, + "StageID": 402320111, + "MonsterList": [ + [ + 2022040, + 202201005 + ] + ] + }, + { + "Level": 40, + "StageID": 402320112, + "MonsterList": [ + [ + 2022040, + 202201005 + ] + ] + }, + { + "Level": 48, + "StageID": 402320113, + "MonsterList": [ + [ + 2022040, + 202201005 + ] + ] + }, + { + "Level": 56, + "StageID": 402320114, + "MonsterList": [ + [ + 2022040, + 202201005 + ] + ] + }, + { + "Level": 66, + "StageID": 402320115, + "MonsterList": [ + [ + 2022040, + 202201005 + ] + ] + }, + { + "Level": 82, + "StageID": 402320116, + "MonsterList": [ + [ + 2022040, + 202201005 + ] + ] + }, + { + "Level": 24, + "StageID": 402320120, + "MonsterList": [ + [ + 202202006, + 202201005, + 202202006 + ] + ] + }, + { + "Level": 32, + "StageID": 402320121, + "MonsterList": [ + [ + 202202006, + 202201005, + 202202006 + ] + ] + }, + { + "Level": 40, + "StageID": 402320122, + "MonsterList": [ + [ + 202202006, + 202201005, + 202202006 + ] + ] + }, + { + "Level": 48, + "StageID": 402320123, + "MonsterList": [ + [ + 202202006, + 202201005, + 202202006 + ] + ] + }, + { + "Level": 56, + "StageID": 402320124, + "MonsterList": [ + [ + 202202006, + 202201005, + 202202006 + ] + ] + }, + { + "Level": 66, + "StageID": 402320125, + "MonsterList": [ + [ + 202202006, + 202201005, + 202202006 + ] + ] + }, + { + "Level": 82, + "StageID": 402320126, + "MonsterList": [ + [ + 202202006, + 202201005, + 202202006 + ] + ] + }, + { + "Level": 24, + "StageID": 402320130, + "MonsterList": [ + [ + 202201005, + 2022040, + 202201005, + 2022040 + ] + ] + }, + { + "Level": 32, + "StageID": 402320131, + "MonsterList": [ + [ + 202201005, + 2022040, + 202201005, + 2022040 + ] + ] + }, + { + "Level": 40, + "StageID": 402320132, + "MonsterList": [ + [ + 202201005, + 2022040, + 202201005, + 2022040 + ] + ] + }, + { + "Level": 48, + "StageID": 402320133, + "MonsterList": [ + [ + 202201005, + 2022040, + 202201005, + 2022040 + ] + ] + }, + { + "Level": 56, + "StageID": 402320134, + "MonsterList": [ + [ + 202201005, + 2022040, + 202201005, + 2022040 + ] + ] + }, + { + "Level": 66, + "StageID": 402320135, + "MonsterList": [ + [ + 202201005, + 2022040, + 202201005, + 2022040 + ] + ] + }, + { + "Level": 82, + "StageID": 402320136, + "MonsterList": [ + [ + 202201005, + 2022040, + 202201005, + 2022040 + ] + ] + }, + { + "Level": 24, + "StageID": 402320140, + "MonsterList": [ + [ + 202202006, + 202201005 + ] + ] + }, + { + "Level": 32, + "StageID": 402320141, + "MonsterList": [ + [ + 202202006, + 202201005 + ] + ] + }, + { + "Level": 40, + "StageID": 402320142, + "MonsterList": [ + [ + 202202006, + 202201005 + ] + ] + }, + { + "Level": 48, + "StageID": 402320143, + "MonsterList": [ + [ + 202202006, + 202201005 + ] + ] + }, + { + "Level": 56, + "StageID": 402320144, + "MonsterList": [ + [ + 202202006, + 202201005 + ] + ] + }, + { + "Level": 66, + "StageID": 402320145, + "MonsterList": [ + [ + 202202006, + 202201005 + ] + ] + }, + { + "Level": 82, + "StageID": 402320146, + "MonsterList": [ + [ + 202202006, + 202201005 + ] + ] + }, + { + "Level": 24, + "StageID": 402320150, + "MonsterList": [ + [ + 202201005, + 202202006, + 202202006 + ] + ] + }, + { + "Level": 32, + "StageID": 402320151, + "MonsterList": [ + [ + 202201005, + 202202006, + 202202006 + ] + ] + }, + { + "Level": 40, + "StageID": 402320152, + "MonsterList": [ + [ + 202201005, + 202202006, + 202202006 + ] + ] + }, + { + "Level": 48, + "StageID": 402320153, + "MonsterList": [ + [ + 202201005, + 202202006, + 202202006 + ] + ] + }, + { + "Level": 56, + "StageID": 402320154, + "MonsterList": [ + [ + 202201005, + 202202006, + 202202006 + ] + ] + }, + { + "Level": 66, + "StageID": 402320155, + "MonsterList": [ + [ + 202201005, + 202202006, + 202202006 + ] + ] + }, + { + "Level": 82, + "StageID": 402320156, + "MonsterList": [ + [ + 202201005, + 202202006, + 202202006 + ] + ] + }, + { + "Level": 24, + "StageID": 402320160, + "MonsterList": [ + [ + 2022050, + 202206001, + 202202006 + ] + ] + }, + { + "Level": 32, + "StageID": 402320161, + "MonsterList": [ + [ + 2022050, + 202206001, + 202202006 + ] + ] + }, + { + "Level": 40, + "StageID": 402320162, + "MonsterList": [ + [ + 2022050, + 202206001, + 202202006 + ] + ] + }, + { + "Level": 48, + "StageID": 402320163, + "MonsterList": [ + [ + 2022050, + 202206001, + 202202006 + ] + ] + }, + { + "Level": 56, + "StageID": 402320164, + "MonsterList": [ + [ + 2022050, + 202206001, + 202202006 + ] + ] + }, + { + "Level": 66, + "StageID": 402320165, + "MonsterList": [ + [ + 2022050, + 202206001, + 202202006 + ] + ] + }, + { + "Level": 82, + "StageID": 402320166, + "MonsterList": [ + [ + 2022050, + 202206001, + 202202006 + ] + ] + }, + { + "Level": 24, + "StageID": 402320170, + "MonsterList": [ + [ + 202201005, + 202206001 + ] + ] + }, + { + "Level": 32, + "StageID": 402320171, + "MonsterList": [ + [ + 202201005, + 202206001 + ] + ] + }, + { + "Level": 40, + "StageID": 402320172, + "MonsterList": [ + [ + 202201005, + 202206001 + ] + ] + }, + { + "Level": 48, + "StageID": 402320173, + "MonsterList": [ + [ + 202201005, + 202206001 + ] + ] + }, + { + "Level": 56, + "StageID": 402320174, + "MonsterList": [ + [ + 202201005, + 202206001 + ] + ] + }, + { + "Level": 66, + "StageID": 402320175, + "MonsterList": [ + [ + 202201005, + 202206001 + ] + ] + }, + { + "Level": 82, + "StageID": 402320176, + "MonsterList": [ + [ + 202201005, + 202206001 + ] + ] + }, + { + "Level": 24, + "StageID": 402320180, + "MonsterList": [ + [ + 202202006, + 202201005, + 202202006 + ] + ] + }, + { + "Level": 32, + "StageID": 402320181, + "MonsterList": [ + [ + 202202006, + 202201005, + 202202006 + ] + ] + }, + { + "Level": 40, + "StageID": 402320182, + "MonsterList": [ + [ + 202202006, + 202201005, + 202202006 + ] + ] + }, + { + "Level": 48, + "StageID": 402320183, + "MonsterList": [ + [ + 202202006, + 202201005, + 202202006 + ] + ] + }, + { + "Level": 56, + "StageID": 402320184, + "MonsterList": [ + [ + 202202006, + 202201005, + 202202006 + ] + ] + }, + { + "Level": 66, + "StageID": 402320185, + "MonsterList": [ + [ + 202202006, + 202201005, + 202202006 + ] + ] + }, + { + "Level": 82, + "StageID": 402320186, + "MonsterList": [ + [ + 202202006, + 202201005, + 202202006 + ] + ] + }, + { + "Level": 24, + "StageID": 402320190, + "MonsterList": [ + [ + 2022050, + 202201005 + ] + ] + }, + { + "Level": 32, + "StageID": 402320191, + "MonsterList": [ + [ + 2022050, + 202201005 + ] + ] + }, + { + "Level": 40, + "StageID": 402320192, + "MonsterList": [ + [ + 2022050, + 202201005 + ] + ] + }, + { + "Level": 48, + "StageID": 402320193, + "MonsterList": [ + [ + 2022050, + 202201005 + ] + ] + }, + { + "Level": 56, + "StageID": 402320194, + "MonsterList": [ + [ + 2022050, + 202201005 + ] + ] + }, + { + "Level": 66, + "StageID": 402320195, + "MonsterList": [ + [ + 2022050, + 202201005 + ] + ] + }, + { + "Level": 82, + "StageID": 402320196, + "MonsterList": [ + [ + 2022050, + 202201005 + ] + ] + }, + { + "Level": 24, + "StageID": 402320200, + "MonsterList": [ + [ + 2022050, + 202201005, + 202201005 + ] + ] + }, + { + "Level": 32, + "StageID": 402320201, + "MonsterList": [ + [ + 2022050, + 202201005, + 202201005 + ] + ] + }, + { + "Level": 40, + "StageID": 402320202, + "MonsterList": [ + [ + 2022050, + 202201005, + 202201005 + ] + ] + }, + { + "Level": 48, + "StageID": 402320203, + "MonsterList": [ + [ + 2022050, + 202201005, + 202201005 + ] + ] + }, + { + "Level": 56, + "StageID": 402320204, + "MonsterList": [ + [ + 2022050, + 202201005, + 202201005 + ] + ] + }, + { + "Level": 66, + "StageID": 402320205, + "MonsterList": [ + [ + 2022050, + 202201005, + 202201005 + ] + ] + }, + { + "Level": 82, + "StageID": 402320206, + "MonsterList": [ + [ + 2022050, + 202201005, + 202201005 + ] + ] + }, + { + "Level": 24, + "StageID": 402320210, + "MonsterList": [ + [ + 202206001, + 202201005, + 202201005, + 202202006 + ] + ] + }, + { + "Level": 32, + "StageID": 402320211, + "MonsterList": [ + [ + 202206001, + 202201005, + 202201005, + 202202006 + ] + ] + }, + { + "Level": 40, + "StageID": 402320212, + "MonsterList": [ + [ + 202206001, + 202201005, + 202201005, + 202202006 + ] + ] + }, + { + "Level": 48, + "StageID": 402320213, + "MonsterList": [ + [ + 202206001, + 202201005, + 202201005, + 202202006 + ] + ] + }, + { + "Level": 56, + "StageID": 402320214, + "MonsterList": [ + [ + 202206001, + 202201005, + 202201005, + 202202006 + ] + ] + }, + { + "Level": 66, + "StageID": 402320215, + "MonsterList": [ + [ + 202206001, + 202201005, + 202201005, + 202202006 + ] + ] + }, + { + "Level": 82, + "StageID": 402320216, + "MonsterList": [ + [ + 202206001, + 202201005, + 202201005, + 202202006 + ] + ] + }, + { + "Level": 24, + "StageID": 402320220, + "MonsterList": [ + [ + 2022050, + 202202006 + ] + ] + }, + { + "Level": 32, + "StageID": 402320221, + "MonsterList": [ + [ + 2022050, + 202202006 + ] + ] + }, + { + "Level": 40, + "StageID": 402320222, + "MonsterList": [ + [ + 2022050, + 202202006 + ] + ] + }, + { + "Level": 48, + "StageID": 402320223, + "MonsterList": [ + [ + 2022050, + 202202006 + ] + ] + }, + { + "Level": 56, + "StageID": 402320224, + "MonsterList": [ + [ + 2022050, + 202202006 + ] + ] + }, + { + "Level": 66, + "StageID": 402320225, + "MonsterList": [ + [ + 2022050, + 202202006 + ] + ] + }, + { + "Level": 82, + "StageID": 402320226, + "MonsterList": [ + [ + 2022050, + 202202006 + ] + ] + }, + { + "Level": 24, + "StageID": 402320230, + "MonsterList": [ + [ + 202202006, + 202201005, + 202201005 + ] + ] + }, + { + "Level": 32, + "StageID": 402320231, + "MonsterList": [ + [ + 202202006, + 202201005, + 202201005 + ] + ] + }, + { + "Level": 40, + "StageID": 402320232, + "MonsterList": [ + [ + 202202006, + 202201005, + 202201005 + ] + ] + }, + { + "Level": 48, + "StageID": 402320233, + "MonsterList": [ + [ + 202202006, + 202201005, + 202201005 + ] + ] + }, + { + "Level": 56, + "StageID": 402320234, + "MonsterList": [ + [ + 202202006, + 202201005, + 202201005 + ] + ] + }, + { + "Level": 66, + "StageID": 402320235, + "MonsterList": [ + [ + 202202006, + 202201005, + 202201005 + ] + ] + }, + { + "Level": 82, + "StageID": 402320236, + "MonsterList": [ + [ + 202202006, + 202201005, + 202201005 + ] + ] + }, + { + "Level": 24, + "StageID": 402320240, + "MonsterList": [ + [ + 202206001, + 202202006, + 202206001 + ] + ] + }, + { + "Level": 32, + "StageID": 402320241, + "MonsterList": [ + [ + 202206001, + 202202006, + 202206001 + ] + ] + }, + { + "Level": 40, + "StageID": 402320242, + "MonsterList": [ + [ + 202206001, + 202202006, + 202206001 + ] + ] + }, + { + "Level": 48, + "StageID": 402320243, + "MonsterList": [ + [ + 202206001, + 202202006, + 202206001 + ] + ] + }, + { + "Level": 56, + "StageID": 402320244, + "MonsterList": [ + [ + 202206001, + 202202006, + 202206001 + ] + ] + }, + { + "Level": 66, + "StageID": 402320245, + "MonsterList": [ + [ + 202206001, + 202202006, + 202206001 + ] + ] + }, + { + "Level": 82, + "StageID": 402320246, + "MonsterList": [ + [ + 202206001, + 202202006, + 202206001 + ] + ] + }, + { + "Level": 24, + "StageID": 402320250, + "MonsterList": [ + [ + 202206001, + 202201005 + ] + ] + }, + { + "Level": 32, + "StageID": 402320251, + "MonsterList": [ + [ + 202206001, + 202201005 + ] + ] + }, + { + "Level": 40, + "StageID": 402320252, + "MonsterList": [ + [ + 202206001, + 202201005 + ] + ] + }, + { + "Level": 48, + "StageID": 402320253, + "MonsterList": [ + [ + 202206001, + 202201005 + ] + ] + }, + { + "Level": 56, + "StageID": 402320254, + "MonsterList": [ + [ + 202206001, + 202201005 + ] + ] + }, + { + "Level": 66, + "StageID": 402320255, + "MonsterList": [ + [ + 202206001, + 202201005 + ] + ] + }, + { + "Level": 82, + "StageID": 402320256, + "MonsterList": [ + [ + 202206001, + 202201005 + ] + ] + }, + { + "Level": 24, + "StageID": 402320260, + "MonsterList": [ + [ + 202201005, + 202206001, + 202202006 + ] + ] + }, + { + "Level": 32, + "StageID": 402320261, + "MonsterList": [ + [ + 202201005, + 202206001, + 202202006 + ] + ] + }, + { + "Level": 40, + "StageID": 402320262, + "MonsterList": [ + [ + 202201005, + 202206001, + 202202006 + ] + ] + }, + { + "Level": 48, + "StageID": 402320263, + "MonsterList": [ + [ + 202201005, + 202206001, + 202202006 + ] + ] + }, + { + "Level": 56, + "StageID": 402320264, + "MonsterList": [ + [ + 202201005, + 202206001, + 202202006 + ] + ] + }, + { + "Level": 66, + "StageID": 402320265, + "MonsterList": [ + [ + 202201005, + 202206001, + 202202006 + ] + ] + }, + { + "Level": 82, + "StageID": 402320266, + "MonsterList": [ + [ + 202201005, + 202206001, + 202202006 + ] + ] + }, + { + "Level": 27, + "StageID": 411220010, + "MonsterList": [ + [ + 8001020, + 8003010, + 8001020 + ] + ] + }, + { + "Level": 37, + "StageID": 411220011, + "MonsterList": [ + [ + 8001020, + 8003010, + 8001020 + ] + ] + }, + { + "Level": 45, + "StageID": 411220012, + "MonsterList": [ + [ + 8001020, + 8003010, + 8001020 + ] + ] + }, + { + "Level": 54, + "StageID": 411220013, + "MonsterList": [ + [ + 8001020, + 8003010, + 8001020 + ] + ] + }, + { + "Level": 63, + "StageID": 411220014, + "MonsterList": [ + [ + 8001020, + 8003010, + 8001020 + ] + ] + }, + { + "Level": 73, + "StageID": 411220015, + "MonsterList": [ + [ + 8001020, + 8003010, + 8001020 + ] + ] + }, + { + "Level": 78, + "StageID": 411220016, + "MonsterList": [ + [ + 8001020, + 8003010, + 8001020 + ] + ] + }, + { + "Level": 27, + "StageID": 411220020, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 37, + "StageID": 411220021, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 45, + "StageID": 411220022, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 54, + "StageID": 411220023, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 63, + "StageID": 411220024, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 73, + "StageID": 411220025, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 78, + "StageID": 411220026, + "MonsterList": [ + [ + 8001010, + 8003020, + 8001010 + ] + ] + }, + { + "Level": 32, + "StageID": 411230010, + "MonsterList": [ + [ + 1022010, + 8003010 + ] + ] + }, + { + "Level": 39, + "StageID": 411230011, + "MonsterList": [ + [ + 1022010, + 8003010 + ] + ] + }, + { + "Level": 46, + "StageID": 411230012, + "MonsterList": [ + [ + 1022010, + 8003010 + ] + ] + }, + { + "Level": 55, + "StageID": 411230013, + "MonsterList": [ + [ + 1022010, + 8003010 + ] + ] + }, + { + "Level": 64, + "StageID": 411230014, + "MonsterList": [ + [ + 1022010, + 8003010 + ] + ] + }, + { + "Level": 74, + "StageID": 411230015, + "MonsterList": [ + [ + 1022010, + 8003010 + ] + ] + }, + { + "Level": 79, + "StageID": 411230016, + "MonsterList": [ + [ + 1022010, + 8003010 + ] + ] + }, + { + "Level": 32, + "StageID": 411230020, + "MonsterList": [ + [ + 1013010, + 1012010 + ] + ] + }, + { + "Level": 39, + "StageID": 411230021, + "MonsterList": [ + [ + 1013010, + 1012010 + ] + ] + }, + { + "Level": 46, + "StageID": 411230022, + "MonsterList": [ + [ + 1013010, + 1012010 + ] + ] + }, + { + "Level": 55, + "StageID": 411230023, + "MonsterList": [ + [ + 1013010, + 1012010 + ] + ] + }, + { + "Level": 64, + "StageID": 411230024, + "MonsterList": [ + [ + 1013010, + 1012010 + ] + ] + }, + { + "Level": 74, + "StageID": 411230025, + "MonsterList": [ + [ + 1013010, + 1012010 + ] + ] + }, + { + "Level": 79, + "StageID": 411230026, + "MonsterList": [ + [ + 1013010, + 1012010 + ] + ] + }, + { + "Level": 32, + "StageID": 411230030, + "MonsterList": [ + [ + 1012010, + 1013020 + ] + ] + }, + { + "Level": 39, + "StageID": 411230031, + "MonsterList": [ + [ + 1012010, + 1013020 + ] + ] + }, + { + "Level": 46, + "StageID": 411230032, + "MonsterList": [ + [ + 1012010, + 1013020 + ] + ] + }, + { + "Level": 55, + "StageID": 411230033, + "MonsterList": [ + [ + 1012010, + 1013020 + ] + ] + }, + { + "Level": 64, + "StageID": 411230034, + "MonsterList": [ + [ + 1012010, + 1013020 + ] + ] + }, + { + "Level": 74, + "StageID": 411230035, + "MonsterList": [ + [ + 1012010, + 1013020 + ] + ] + }, + { + "Level": 79, + "StageID": 411230036, + "MonsterList": [ + [ + 1012010, + 1013020 + ] + ] + }, + { + "Level": 38, + "StageID": 411310010, + "MonsterList": [ + [ + 1002030, + 1003010, + 1002030 + ] + ] + }, + { + "Level": 38, + "StageID": 411310011, + "MonsterList": [ + [ + 1002030, + 1003010, + 1002030 + ] + ] + }, + { + "Level": 46, + "StageID": 411310012, + "MonsterList": [ + [ + 1002030, + 1003010, + 1002030 + ] + ] + }, + { + "Level": 54, + "StageID": 411310013, + "MonsterList": [ + [ + 1002030, + 1003010, + 1002030 + ] + ] + }, + { + "Level": 64, + "StageID": 411310014, + "MonsterList": [ + [ + 1002030, + 1003010, + 1002030 + ] + ] + }, + { + "Level": 73, + "StageID": 411310015, + "MonsterList": [ + [ + 1002030, + 1003010, + 1002030 + ] + ] + }, + { + "Level": 79, + "StageID": 411310016, + "MonsterList": [ + [ + 1002030, + 1003010, + 1002030 + ] + ] + }, + { + "Level": 38, + "StageID": 411310020, + "MonsterList": [ + [ + 1002050, + 1003010, + 1002030, + 1002050 + ] + ] + }, + { + "Level": 38, + "StageID": 411310021, + "MonsterList": [ + [ + 1002050, + 1003010, + 1002030, + 1002050 + ] + ] + }, + { + "Level": 46, + "StageID": 411310022, + "MonsterList": [ + [ + 1002050, + 1003010, + 1002030, + 1002050 + ] + ] + }, + { + "Level": 54, + "StageID": 411310023, + "MonsterList": [ + [ + 1002050, + 1003010, + 1002030, + 1002050 + ] + ] + }, + { + "Level": 64, + "StageID": 411310024, + "MonsterList": [ + [ + 1002050, + 1003010, + 1002030, + 1002050 + ] + ] + }, + { + "Level": 73, + "StageID": 411310025, + "MonsterList": [ + [ + 1002050, + 1003010, + 1002030, + 1002050 + ] + ] + }, + { + "Level": 79, + "StageID": 411310026, + "MonsterList": [ + [ + 1002050, + 1003010, + 1002030, + 1002050 + ] + ] + }, + { + "Level": 40, + "StageID": 411320010, + "MonsterList": [ + [ + 1022010, + 8003030, + 1022010 + ] + ] + }, + { + "Level": 40, + "StageID": 411320011, + "MonsterList": [ + [ + 1022010, + 8003030, + 1022010 + ] + ] + }, + { + "Level": 47, + "StageID": 411320012, + "MonsterList": [ + [ + 1022010, + 8003030, + 1022010 + ] + ] + }, + { + "Level": 55, + "StageID": 411320013, + "MonsterList": [ + [ + 1022010, + 8003030, + 1022010 + ] + ] + }, + { + "Level": 65, + "StageID": 411320014, + "MonsterList": [ + [ + 1022010, + 8003030, + 1022010 + ] + ] + }, + { + "Level": 74, + "StageID": 411320015, + "MonsterList": [ + [ + 1022010, + 8003030, + 1022010 + ] + ] + }, + { + "Level": 79, + "StageID": 411320016, + "MonsterList": [ + [ + 1022010, + 8003030, + 1022010 + ] + ] + }, + { + "Level": 40, + "StageID": 411320020, + "MonsterList": [ + [ + 1022010, + 8003010, + 1022010 + ] + ] + }, + { + "Level": 40, + "StageID": 411320021, + "MonsterList": [ + [ + 1022010, + 8003010, + 1022010 + ] + ] + }, + { + "Level": 47, + "StageID": 411320022, + "MonsterList": [ + [ + 1022010, + 8003010, + 1022010 + ] + ] + }, + { + "Level": 55, + "StageID": 411320023, + "MonsterList": [ + [ + 1022010, + 8003010, + 1022010 + ] + ] + }, + { + "Level": 65, + "StageID": 411320024, + "MonsterList": [ + [ + 1022010, + 8003010, + 1022010 + ] + ] + }, + { + "Level": 74, + "StageID": 411320025, + "MonsterList": [ + [ + 1022010, + 8003010, + 1022010 + ] + ] + }, + { + "Level": 79, + "StageID": 411320026, + "MonsterList": [ + [ + 1022010, + 8003010, + 1022010 + ] + ] + }, + { + "Level": 40, + "StageID": 411320030, + "MonsterList": [ + [ + 1023020 + ] + ] + }, + { + "Level": 40, + "StageID": 411320031, + "MonsterList": [ + [ + 1023020 + ] + ] + }, + { + "Level": 47, + "StageID": 411320032, + "MonsterList": [ + [ + 1023020 + ] + ] + }, + { + "Level": 55, + "StageID": 411320033, + "MonsterList": [ + [ + 1023020 + ] + ] + }, + { + "Level": 65, + "StageID": 411320034, + "MonsterList": [ + [ + 1023020 + ] + ] + }, + { + "Level": 74, + "StageID": 411320035, + "MonsterList": [ + [ + 1023020 + ] + ] + }, + { + "Level": 79, + "StageID": 411320036, + "MonsterList": [ + [ + 1023020 + ] + ] + }, + { + "Level": 43, + "StageID": 412110010, + "MonsterList": [ + [ + 2022010, + 2023010, + 2022010 + ] + ] + }, + { + "Level": 43, + "StageID": 412110011, + "MonsterList": [ + [ + 2022010, + 2023010, + 2022010 + ] + ] + }, + { + "Level": 50, + "StageID": 412110012, + "MonsterList": [ + [ + 2022010, + 2023010, + 2022010 + ] + ] + }, + { + "Level": 58, + "StageID": 412110013, + "MonsterList": [ + [ + 2022010, + 2023010, + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 412110014, + "MonsterList": [ + [ + 2022010, + 2023010, + 2022010 + ] + ] + }, + { + "Level": 75, + "StageID": 412110015, + "MonsterList": [ + [ + 2022010, + 2023010, + 2022010 + ] + ] + }, + { + "Level": 80, + "StageID": 412110016, + "MonsterList": [ + [ + 2022010, + 2023010, + 2022010 + ] + ] + }, + { + "Level": 43, + "StageID": 412110020, + "MonsterList": [ + [ + 2022010, + 8003020, + 2022010 + ] + ] + }, + { + "Level": 43, + "StageID": 412110021, + "MonsterList": [ + [ + 2022010, + 8003020, + 2022010 + ] + ] + }, + { + "Level": 50, + "StageID": 412110022, + "MonsterList": [ + [ + 2022010, + 8003020, + 2022010 + ] + ] + }, + { + "Level": 58, + "StageID": 412110023, + "MonsterList": [ + [ + 2022010, + 8003020, + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 412110024, + "MonsterList": [ + [ + 2022010, + 8003020, + 2022010 + ] + ] + }, + { + "Level": 75, + "StageID": 412110025, + "MonsterList": [ + [ + 2022010, + 8003020, + 2022010 + ] + ] + }, + { + "Level": 80, + "StageID": 412110026, + "MonsterList": [ + [ + 2022010, + 8003020, + 2022010 + ] + ] + }, + { + "Level": 44, + "StageID": 412120010, + "MonsterList": [ + [ + 2022010, + 2023010 + ] + ] + }, + { + "Level": 44, + "StageID": 412120011, + "MonsterList": [ + [ + 2022010, + 2023010 + ] + ] + }, + { + "Level": 51, + "StageID": 412120012, + "MonsterList": [ + [ + 2022010, + 2023010 + ] + ] + }, + { + "Level": 59, + "StageID": 412120013, + "MonsterList": [ + [ + 2022010, + 2023010 + ] + ] + }, + { + "Level": 67, + "StageID": 412120014, + "MonsterList": [ + [ + 2022010, + 2023010 + ] + ] + }, + { + "Level": 76, + "StageID": 412120015, + "MonsterList": [ + [ + 2022010, + 2023010 + ] + ] + }, + { + "Level": 80, + "StageID": 412120016, + "MonsterList": [ + [ + 2022010, + 2023010 + ] + ] + }, + { + "Level": 44, + "StageID": 412120020, + "MonsterList": [ + [ + 2022010, + 8003050, + 2022010 + ] + ] + }, + { + "Level": 44, + "StageID": 412120021, + "MonsterList": [ + [ + 2022010, + 8003050, + 2022010 + ] + ] + }, + { + "Level": 51, + "StageID": 412120022, + "MonsterList": [ + [ + 2022010, + 8003050, + 2022010 + ] + ] + }, + { + "Level": 59, + "StageID": 412120023, + "MonsterList": [ + [ + 2022010, + 8003050, + 2022010 + ] + ] + }, + { + "Level": 67, + "StageID": 412120024, + "MonsterList": [ + [ + 2022010, + 8003050, + 2022010 + ] + ] + }, + { + "Level": 76, + "StageID": 412120025, + "MonsterList": [ + [ + 2022010, + 8003050, + 2022010 + ] + ] + }, + { + "Level": 80, + "StageID": 412120026, + "MonsterList": [ + [ + 2022010, + 8003050, + 2022010 + ] + ] + }, + { + "Level": 44, + "StageID": 412120030, + "MonsterList": [ + [ + 2013010, + 2022010 + ] + ] + }, + { + "Level": 44, + "StageID": 412120031, + "MonsterList": [ + [ + 2013010, + 2022010 + ] + ] + }, + { + "Level": 51, + "StageID": 412120032, + "MonsterList": [ + [ + 2013010, + 2022010 + ] + ] + }, + { + "Level": 59, + "StageID": 412120033, + "MonsterList": [ + [ + 2013010, + 2022010 + ] + ] + }, + { + "Level": 67, + "StageID": 412120034, + "MonsterList": [ + [ + 2013010, + 2022010 + ] + ] + }, + { + "Level": 76, + "StageID": 412120035, + "MonsterList": [ + [ + 2013010, + 2022010 + ] + ] + }, + { + "Level": 80, + "StageID": 412120036, + "MonsterList": [ + [ + 2013010, + 2022010 + ] + ] + }, + { + "Level": 24, + "StageID": 412210010, + "MonsterList": [ + [ + 2022040, + 2022050, + 2022040, + 2022040 + ] + ] + }, + { + "Level": 32, + "StageID": 412210011, + "MonsterList": [ + [ + 2022040, + 2022050, + 2022040, + 2022040 + ] + ] + }, + { + "Level": 40, + "StageID": 412210012, + "MonsterList": [ + [ + 2022040, + 2022050, + 2022040, + 2022040 + ] + ] + }, + { + "Level": 48, + "StageID": 412210013, + "MonsterList": [ + [ + 2022040, + 2022050, + 2022040, + 2022040 + ] + ] + }, + { + "Level": 56, + "StageID": 412210014, + "MonsterList": [ + [ + 2022040, + 2022050, + 2022040, + 2022040 + ] + ] + }, + { + "Level": 66, + "StageID": 412210015, + "MonsterList": [ + [ + 2022040, + 2022050, + 2022040, + 2022040 + ] + ] + }, + { + "Level": 79, + "StageID": 412210016, + "MonsterList": [ + [ + 2022040, + 2022050, + 2022040, + 2022040 + ] + ] + }, + { + "Level": 24, + "StageID": 412210020, + "MonsterList": [ + [ + 2022050, + 2022040, + 2022050 + ] + ] + }, + { + "Level": 32, + "StageID": 412210021, + "MonsterList": [ + [ + 2022050, + 2022040, + 2022050 + ] + ] + }, + { + "Level": 40, + "StageID": 412210022, + "MonsterList": [ + [ + 2022050, + 2022040, + 2022050 + ] + ] + }, + { + "Level": 48, + "StageID": 412210023, + "MonsterList": [ + [ + 2022050, + 2022040, + 2022050 + ] + ] + }, + { + "Level": 56, + "StageID": 412210024, + "MonsterList": [ + [ + 2022050, + 2022040, + 2022050 + ] + ] + }, + { + "Level": 66, + "StageID": 412210025, + "MonsterList": [ + [ + 2022050, + 2022040, + 2022050 + ] + ] + }, + { + "Level": 79, + "StageID": 412210026, + "MonsterList": [ + [ + 2022050, + 2022040, + 2022050 + ] + ] + }, + { + "Level": 24, + "StageID": 412210030, + "MonsterList": [ + [ + 2022040, + 2022050, + 2022040 + ] + ] + }, + { + "Level": 32, + "StageID": 412210031, + "MonsterList": [ + [ + 2022040, + 2022050, + 2022040 + ] + ] + }, + { + "Level": 40, + "StageID": 412210032, + "MonsterList": [ + [ + 2022040, + 2022050, + 2022040 + ] + ] + }, + { + "Level": 48, + "StageID": 412210033, + "MonsterList": [ + [ + 2022040, + 2022050, + 2022040 + ] + ] + }, + { + "Level": 56, + "StageID": 412210034, + "MonsterList": [ + [ + 2022040, + 2022050, + 2022040 + ] + ] + }, + { + "Level": 66, + "StageID": 412210035, + "MonsterList": [ + [ + 2022040, + 2022050, + 2022040 + ] + ] + }, + { + "Level": 79, + "StageID": 412210036, + "MonsterList": [ + [ + 2022040, + 2022050, + 2022040 + ] + ] + }, + { + "Level": 24, + "StageID": 412210040, + "MonsterList": [ + [ + 2011020, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 32, + "StageID": 412210041, + "MonsterList": [ + [ + 2011020, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 40, + "StageID": 412210042, + "MonsterList": [ + [ + 2011020, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 48, + "StageID": 412210043, + "MonsterList": [ + [ + 2011020, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 56, + "StageID": 412210044, + "MonsterList": [ + [ + 2011020, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 66, + "StageID": 412210045, + "MonsterList": [ + [ + 2011020, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 79, + "StageID": 412210046, + "MonsterList": [ + [ + 2011020, + 2011020, + 2011010 + ] + ] + }, + { + "Level": 24, + "StageID": 412210050, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 32, + "StageID": 412210051, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 40, + "StageID": 412210052, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 412210053, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 56, + "StageID": 412210054, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 412210055, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 79, + "StageID": 412210056, + "MonsterList": [ + [ + 8001050, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 24, + "StageID": 412210060, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 32, + "StageID": 412210061, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 40, + "StageID": 412210062, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 48, + "StageID": 412210063, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 56, + "StageID": 412210064, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 412210065, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 79, + "StageID": 412210066, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 26, + "StageID": 412210110, + "MonsterList": [ + [ + 2022040, + 2023020, + 2022040 + ] + ] + }, + { + "Level": 34, + "StageID": 412210111, + "MonsterList": [ + [ + 2022040, + 2023020, + 2022040 + ] + ] + }, + { + "Level": 42, + "StageID": 412210112, + "MonsterList": [ + [ + 2022040, + 2023020, + 2022040 + ] + ] + }, + { + "Level": 50, + "StageID": 412210113, + "MonsterList": [ + [ + 2022040, + 2023020, + 2022040 + ] + ] + }, + { + "Level": 58, + "StageID": 412210114, + "MonsterList": [ + [ + 2022040, + 2023020, + 2022040 + ] + ] + }, + { + "Level": 68, + "StageID": 412210115, + "MonsterList": [ + [ + 2022040, + 2023020, + 2022040 + ] + ] + }, + { + "Level": 81, + "StageID": 412210116, + "MonsterList": [ + [ + 2022040, + 2023020, + 2022040 + ] + ] + }, + { + "Level": 26, + "StageID": 412210120, + "MonsterList": [ + [ + 2022040, + 2022050, + 2022040, + 2012010 + ] + ] + }, + { + "Level": 34, + "StageID": 412210121, + "MonsterList": [ + [ + 2022040, + 2022050, + 2022040, + 2012010 + ] + ] + }, + { + "Level": 42, + "StageID": 412210122, + "MonsterList": [ + [ + 2022040, + 2022050, + 2022040, + 2012010 + ] + ] + }, + { + "Level": 50, + "StageID": 412210123, + "MonsterList": [ + [ + 2022040, + 2022050, + 2022040, + 2012010 + ] + ] + }, + { + "Level": 58, + "StageID": 412210124, + "MonsterList": [ + [ + 2022040, + 2022050, + 2022040, + 2012010 + ] + ] + }, + { + "Level": 68, + "StageID": 412210125, + "MonsterList": [ + [ + 2022040, + 2022050, + 2022040, + 2012010 + ] + ] + }, + { + "Level": 81, + "StageID": 412210126, + "MonsterList": [ + [ + 2022040, + 2022050, + 2022040, + 2012010 + ] + ] + }, + { + "Level": 26, + "StageID": 412210130, + "MonsterList": [ + [ + 2022040, + 2022050, + 2022050 + ] + ] + }, + { + "Level": 34, + "StageID": 412210131, + "MonsterList": [ + [ + 2022040, + 2022050, + 2022050 + ] + ] + }, + { + "Level": 42, + "StageID": 412210132, + "MonsterList": [ + [ + 2022040, + 2022050, + 2022050 + ] + ] + }, + { + "Level": 50, + "StageID": 412210133, + "MonsterList": [ + [ + 2022040, + 2022050, + 2022050 + ] + ] + }, + { + "Level": 58, + "StageID": 412210134, + "MonsterList": [ + [ + 2022040, + 2022050, + 2022050 + ] + ] + }, + { + "Level": 68, + "StageID": 412210135, + "MonsterList": [ + [ + 2022040, + 2022050, + 2022050 + ] + ] + }, + { + "Level": 81, + "StageID": 412210136, + "MonsterList": [ + [ + 2022040, + 2022050, + 2022050 + ] + ] + }, + { + "Level": 26, + "StageID": 412210140, + "MonsterList": [ + [ + 2022020, + 2022020 + ] + ] + }, + { + "Level": 34, + "StageID": 412210141, + "MonsterList": [ + [ + 2022020, + 2022020 + ] + ] + }, + { + "Level": 42, + "StageID": 412210142, + "MonsterList": [ + [ + 2022020, + 2022020 + ] + ] + }, + { + "Level": 50, + "StageID": 412210143, + "MonsterList": [ + [ + 2022020, + 2022020 + ] + ] + }, + { + "Level": 58, + "StageID": 412210144, + "MonsterList": [ + [ + 2022020, + 2022020 + ] + ] + }, + { + "Level": 68, + "StageID": 412210145, + "MonsterList": [ + [ + 2022020, + 2022020 + ] + ] + }, + { + "Level": 81, + "StageID": 412210146, + "MonsterList": [ + [ + 2022020, + 2022020 + ] + ] + }, + { + "Level": 26, + "StageID": 412210150, + "MonsterList": [ + [ + 2022010, + 2022020 + ] + ] + }, + { + "Level": 34, + "StageID": 412210151, + "MonsterList": [ + [ + 2022010, + 2022020 + ] + ] + }, + { + "Level": 42, + "StageID": 412210152, + "MonsterList": [ + [ + 2022010, + 2022020 + ] + ] + }, + { + "Level": 50, + "StageID": 412210153, + "MonsterList": [ + [ + 2022010, + 2022020 + ] + ] + }, + { + "Level": 58, + "StageID": 412210154, + "MonsterList": [ + [ + 2022010, + 2022020 + ] + ] + }, + { + "Level": 68, + "StageID": 412210155, + "MonsterList": [ + [ + 2022010, + 2022020 + ] + ] + }, + { + "Level": 81, + "StageID": 412210156, + "MonsterList": [ + [ + 2022010, + 2022020 + ] + ] + }, + { + "Level": 26, + "StageID": 412210160, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050 + ] + ] + }, + { + "Level": 34, + "StageID": 412210161, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050 + ] + ] + }, + { + "Level": 42, + "StageID": 412210162, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050 + ] + ] + }, + { + "Level": 50, + "StageID": 412210163, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050 + ] + ] + }, + { + "Level": 58, + "StageID": 412210164, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050 + ] + ] + }, + { + "Level": 68, + "StageID": 412210165, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050 + ] + ] + }, + { + "Level": 81, + "StageID": 412210166, + "MonsterList": [ + [ + 8001050, + 8001040, + 8001050 + ] + ] + }, + { + "Level": 28, + "StageID": 412210210, + "MonsterList": [ + [ + 2022010, + 2022060, + 2022020 + ], + [ + 2023010, + 2013010 + ] + ] + }, + { + "Level": 36, + "StageID": 412210211, + "MonsterList": [ + [ + 2022010, + 2022060, + 2022020 + ], + [ + 2023010, + 2013010 + ] + ] + }, + { + "Level": 44, + "StageID": 412210212, + "MonsterList": [ + [ + 2022010, + 2022060, + 2022020 + ], + [ + 2023010, + 2013010 + ] + ] + }, + { + "Level": 52, + "StageID": 412210213, + "MonsterList": [ + [ + 2022010, + 2022060, + 2022020 + ], + [ + 2023010, + 2013010 + ] + ] + }, + { + "Level": 60, + "StageID": 412210214, + "MonsterList": [ + [ + 2022010, + 2022060, + 2022020 + ], + [ + 2023010, + 2013010 + ] + ] + }, + { + "Level": 70, + "StageID": 412210215, + "MonsterList": [ + [ + 2022010, + 2022060, + 2022020 + ], + [ + 2023010, + 2013010 + ] + ] + }, + { + "Level": 83, + "StageID": 412210216, + "MonsterList": [ + [ + 2022010, + 2022060, + 2022020 + ], + [ + 2023010, + 2013010 + ] + ] + }, + { + "Level": 28, + "StageID": 412210220, + "MonsterList": [ + [ + 8001040, + 2022020, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 36, + "StageID": 412210221, + "MonsterList": [ + [ + 8001040, + 2022020, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 44, + "StageID": 412210222, + "MonsterList": [ + [ + 8001040, + 2022020, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 52, + "StageID": 412210223, + "MonsterList": [ + [ + 8001040, + 2022020, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 60, + "StageID": 412210224, + "MonsterList": [ + [ + 8001040, + 2022020, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 70, + "StageID": 412210225, + "MonsterList": [ + [ + 8001040, + 2022020, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 83, + "StageID": 412210226, + "MonsterList": [ + [ + 8001040, + 2022020, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 28, + "StageID": 412210230, + "MonsterList": [ + [ + 2022010, + 2022060 + ] + ] + }, + { + "Level": 36, + "StageID": 412210231, + "MonsterList": [ + [ + 2022010, + 2022060 + ] + ] + }, + { + "Level": 44, + "StageID": 412210232, + "MonsterList": [ + [ + 2022010, + 2022060 + ] + ] + }, + { + "Level": 52, + "StageID": 412210233, + "MonsterList": [ + [ + 2022010, + 2022060 + ] + ] + }, + { + "Level": 60, + "StageID": 412210234, + "MonsterList": [ + [ + 2022010, + 2022060 + ] + ] + }, + { + "Level": 70, + "StageID": 412210235, + "MonsterList": [ + [ + 2022010, + 2022060 + ] + ] + }, + { + "Level": 83, + "StageID": 412210236, + "MonsterList": [ + [ + 2022010, + 2022060 + ] + ] + }, + { + "Level": 28, + "StageID": 412210240, + "MonsterList": [ + [ + 8001050, + 2022050, + 8001050 + ] + ] + }, + { + "Level": 36, + "StageID": 412210241, + "MonsterList": [ + [ + 8001050, + 2022050, + 8001050 + ] + ] + }, + { + "Level": 44, + "StageID": 412210242, + "MonsterList": [ + [ + 8001050, + 2022050, + 8001050 + ] + ] + }, + { + "Level": 52, + "StageID": 412210243, + "MonsterList": [ + [ + 8001050, + 2022050, + 8001050 + ] + ] + }, + { + "Level": 60, + "StageID": 412210244, + "MonsterList": [ + [ + 8001050, + 2022050, + 8001050 + ] + ] + }, + { + "Level": 70, + "StageID": 412210245, + "MonsterList": [ + [ + 8001050, + 2022050, + 8001050 + ] + ] + }, + { + "Level": 83, + "StageID": 412210246, + "MonsterList": [ + [ + 8001050, + 2022050, + 8001050 + ] + ] + }, + { + "Level": 28, + "StageID": 412210250, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 36, + "StageID": 412210251, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 44, + "StageID": 412210252, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 52, + "StageID": 412210253, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 60, + "StageID": 412210254, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 70, + "StageID": 412210255, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 83, + "StageID": 412210256, + "MonsterList": [ + [ + 2022060, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 24, + "StageID": 422212010, + "MonsterList": [ + [ + 2011020, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 32, + "StageID": 422212011, + "MonsterList": [ + [ + 2011020, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 40, + "StageID": 422212012, + "MonsterList": [ + [ + 2011020, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 48, + "StageID": 422212013, + "MonsterList": [ + [ + 2011020, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 56, + "StageID": 422212014, + "MonsterList": [ + [ + 2011020, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 66, + "StageID": 422212015, + "MonsterList": [ + [ + 2011020, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 77, + "StageID": 422212016, + "MonsterList": [ + [ + 2011020, + 2012010, + 2012010, + 2011020 + ] + ] + }, + { + "Level": 24, + "StageID": 422212020, + "MonsterList": [ + [ + 8001050, + 2022020, + 2022020, + 8001050 + ] + ] + }, + { + "Level": 32, + "StageID": 422212021, + "MonsterList": [ + [ + 8001050, + 2022020, + 2022020, + 8001050 + ] + ] + }, + { + "Level": 40, + "StageID": 422212022, + "MonsterList": [ + [ + 8001050, + 2022020, + 2022020, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 422212023, + "MonsterList": [ + [ + 8001050, + 2022020, + 2022020, + 8001050 + ] + ] + }, + { + "Level": 56, + "StageID": 422212024, + "MonsterList": [ + [ + 8001050, + 2022020, + 2022020, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 422212025, + "MonsterList": [ + [ + 8001050, + 2022020, + 2022020, + 8001050 + ] + ] + }, + { + "Level": 77, + "StageID": 422212026, + "MonsterList": [ + [ + 8001050, + 2022020, + 2022020, + 8001050 + ] + ] + }, + { + "Level": 24, + "StageID": 422212030, + "MonsterList": [ + [ + 8001040, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 32, + "StageID": 422212031, + "MonsterList": [ + [ + 8001040, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 40, + "StageID": 422212032, + "MonsterList": [ + [ + 8001040, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 48, + "StageID": 422212033, + "MonsterList": [ + [ + 8001040, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 56, + "StageID": 422212034, + "MonsterList": [ + [ + 8001040, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 66, + "StageID": 422212035, + "MonsterList": [ + [ + 8001040, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 77, + "StageID": 422212036, + "MonsterList": [ + [ + 8001040, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 24, + "StageID": 422212040, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 32, + "StageID": 422212041, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 40, + "StageID": 422212042, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 48, + "StageID": 422212043, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 56, + "StageID": 422212044, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 422212045, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 77, + "StageID": 422212046, + "MonsterList": [ + [ + 2022010, + 2022010 + ] + ] + }, + { + "Level": 24, + "StageID": 422212110, + "MonsterList": [ + [ + 2011020, + 2013010, + 2011020 + ] + ] + }, + { + "Level": 32, + "StageID": 422212111, + "MonsterList": [ + [ + 2011020, + 2013010, + 2011020 + ] + ] + }, + { + "Level": 40, + "StageID": 422212112, + "MonsterList": [ + [ + 2011020, + 2013010, + 2011020 + ] + ] + }, + { + "Level": 48, + "StageID": 422212113, + "MonsterList": [ + [ + 2011020, + 2013010, + 2011020 + ] + ] + }, + { + "Level": 56, + "StageID": 422212114, + "MonsterList": [ + [ + 2011020, + 2013010, + 2011020 + ] + ] + }, + { + "Level": 66, + "StageID": 422212115, + "MonsterList": [ + [ + 2011020, + 2013010, + 2011020 + ] + ] + }, + { + "Level": 77, + "StageID": 422212116, + "MonsterList": [ + [ + 2011020, + 2013010, + 2011020 + ] + ] + }, + { + "Level": 24, + "StageID": 422212120, + "MonsterList": [ + [ + 2002010, + 2002010 + ] + ] + }, + { + "Level": 32, + "StageID": 422212121, + "MonsterList": [ + [ + 2002010, + 2002010 + ] + ] + }, + { + "Level": 40, + "StageID": 422212122, + "MonsterList": [ + [ + 2002010, + 2002010 + ] + ] + }, + { + "Level": 48, + "StageID": 422212123, + "MonsterList": [ + [ + 2002010, + 2002010 + ] + ] + }, + { + "Level": 56, + "StageID": 422212124, + "MonsterList": [ + [ + 2002010, + 2002010 + ] + ] + }, + { + "Level": 66, + "StageID": 422212125, + "MonsterList": [ + [ + 2002010, + 2002010 + ] + ] + }, + { + "Level": 77, + "StageID": 422212126, + "MonsterList": [ + [ + 2002010, + 2002010 + ] + ] + }, + { + "Level": 24, + "StageID": 422212130, + "MonsterList": [ + [ + 2011020, + 2002010, + 2011020 + ] + ] + }, + { + "Level": 32, + "StageID": 422212131, + "MonsterList": [ + [ + 2011020, + 2002010, + 2011020 + ] + ] + }, + { + "Level": 40, + "StageID": 422212132, + "MonsterList": [ + [ + 2011020, + 2002010, + 2011020 + ] + ] + }, + { + "Level": 48, + "StageID": 422212133, + "MonsterList": [ + [ + 2011020, + 2002010, + 2011020 + ] + ] + }, + { + "Level": 56, + "StageID": 422212134, + "MonsterList": [ + [ + 2011020, + 2002010, + 2011020 + ] + ] + }, + { + "Level": 66, + "StageID": 422212135, + "MonsterList": [ + [ + 2011020, + 2002010, + 2011020 + ] + ] + }, + { + "Level": 77, + "StageID": 422212136, + "MonsterList": [ + [ + 2011020, + 2002010, + 2011020 + ] + ] + }, + { + "Level": 24, + "StageID": 422212140, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 32, + "StageID": 422212141, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 40, + "StageID": 422212142, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 48, + "StageID": 422212143, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 56, + "StageID": 422212144, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 66, + "StageID": 422212145, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 77, + "StageID": 422212146, + "MonsterList": [ + [ + 2013010 + ] + ] + }, + { + "Level": 24, + "StageID": 430012010, + "MonsterList": [ + [ + 302401001 + ] + ] + }, + { + "Level": 32, + "StageID": 430012011, + "MonsterList": [ + [ + 302401001 + ] + ] + }, + { + "Level": 40, + "StageID": 430012012, + "MonsterList": [ + [ + 302401001 + ] + ] + }, + { + "Level": 48, + "StageID": 430012013, + "MonsterList": [ + [ + 302401001 + ] + ] + }, + { + "Level": 56, + "StageID": 430012014, + "MonsterList": [ + [ + 302401001 + ] + ] + }, + { + "Level": 66, + "StageID": 430012015, + "MonsterList": [ + [ + 302401001 + ] + ] + }, + { + "Level": 81, + "StageID": 430012016, + "MonsterList": [ + [ + 302401001 + ] + ] + }, + { + "Level": 24, + "StageID": 430012030, + "MonsterList": [ + [ + 8022010, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 32, + "StageID": 430012031, + "MonsterList": [ + [ + 8022010, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 40, + "StageID": 430012032, + "MonsterList": [ + [ + 8022010, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 48, + "StageID": 430012033, + "MonsterList": [ + [ + 8022010, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 56, + "StageID": 430012034, + "MonsterList": [ + [ + 8022010, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 66, + "StageID": 430012035, + "MonsterList": [ + [ + 8022010, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 81, + "StageID": 430012036, + "MonsterList": [ + [ + 8022010, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 24, + "StageID": 430012040, + "MonsterList": [ + [ + 8022010, + 8022020, + 8022010, + 8022020 + ] + ] + }, + { + "Level": 32, + "StageID": 430012041, + "MonsterList": [ + [ + 8022010, + 8022020, + 8022010, + 8022020 + ] + ] + }, + { + "Level": 40, + "StageID": 430012042, + "MonsterList": [ + [ + 8022010, + 8022020, + 8022010, + 8022020 + ] + ] + }, + { + "Level": 48, + "StageID": 430012043, + "MonsterList": [ + [ + 8022010, + 8022020, + 8022010, + 8022020 + ] + ] + }, + { + "Level": 56, + "StageID": 430012044, + "MonsterList": [ + [ + 8022010, + 8022020, + 8022010, + 8022020 + ] + ] + }, + { + "Level": 66, + "StageID": 430012045, + "MonsterList": [ + [ + 8022010, + 8022020, + 8022010, + 8022020 + ] + ] + }, + { + "Level": 81, + "StageID": 430012046, + "MonsterList": [ + [ + 8022010, + 8022020, + 8022010, + 8022020 + ] + ] + }, + { + "Level": 24, + "StageID": 430012060, + "MonsterList": [ + [ + 302401003 + ] + ] + }, + { + "Level": 32, + "StageID": 430012061, + "MonsterList": [ + [ + 302401003 + ] + ] + }, + { + "Level": 40, + "StageID": 430012062, + "MonsterList": [ + [ + 302401003 + ] + ] + }, + { + "Level": 48, + "StageID": 430012063, + "MonsterList": [ + [ + 302401003 + ] + ] + }, + { + "Level": 56, + "StageID": 430012064, + "MonsterList": [ + [ + 302401003 + ] + ] + }, + { + "Level": 66, + "StageID": 430012065, + "MonsterList": [ + [ + 302401003 + ] + ] + }, + { + "Level": 81, + "StageID": 430012066, + "MonsterList": [ + [ + 302401003 + ] + ] + }, + { + "Level": 24, + "StageID": 430020010, + "MonsterList": [ + [ + 8001050, + 8003050, + 8001050 + ] + ] + }, + { + "Level": 32, + "StageID": 430020011, + "MonsterList": [ + [ + 8001050, + 8003050, + 8001050 + ] + ] + }, + { + "Level": 40, + "StageID": 430020012, + "MonsterList": [ + [ + 8001050, + 8003050, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 430020013, + "MonsterList": [ + [ + 8001050, + 8003050, + 8001050 + ] + ] + }, + { + "Level": 56, + "StageID": 430020014, + "MonsterList": [ + [ + 8001050, + 8003050, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 430020015, + "MonsterList": [ + [ + 8001050, + 8003050, + 8001050 + ] + ] + }, + { + "Level": 81, + "StageID": 430020016, + "MonsterList": [ + [ + 8001050, + 8003050, + 8001050 + ] + ] + }, + { + "Level": 24, + "StageID": 430020020, + "MonsterList": [ + [ + 8012020, + 8012020 + ] + ] + }, + { + "Level": 32, + "StageID": 430020021, + "MonsterList": [ + [ + 8012020, + 8012020 + ] + ] + }, + { + "Level": 40, + "StageID": 430020022, + "MonsterList": [ + [ + 8012020, + 8012020 + ] + ] + }, + { + "Level": 48, + "StageID": 430020023, + "MonsterList": [ + [ + 8012020, + 8012020 + ] + ] + }, + { + "Level": 56, + "StageID": 430020024, + "MonsterList": [ + [ + 8012020, + 8012020 + ] + ] + }, + { + "Level": 66, + "StageID": 430020025, + "MonsterList": [ + [ + 8012020, + 8012020 + ] + ] + }, + { + "Level": 81, + "StageID": 430020026, + "MonsterList": [ + [ + 8012020, + 8012020 + ] + ] + }, + { + "Level": 24, + "StageID": 430020030, + "MonsterList": [ + [ + 8012030, + 8012030 + ] + ] + }, + { + "Level": 32, + "StageID": 430020031, + "MonsterList": [ + [ + 8012030, + 8012030 + ] + ] + }, + { + "Level": 40, + "StageID": 430020032, + "MonsterList": [ + [ + 8012030, + 8012030 + ] + ] + }, + { + "Level": 48, + "StageID": 430020033, + "MonsterList": [ + [ + 8012030, + 8012030 + ] + ] + }, + { + "Level": 56, + "StageID": 430020034, + "MonsterList": [ + [ + 8012030, + 8012030 + ] + ] + }, + { + "Level": 66, + "StageID": 430020035, + "MonsterList": [ + [ + 8012030, + 8012030 + ] + ] + }, + { + "Level": 81, + "StageID": 430020036, + "MonsterList": [ + [ + 8012030, + 8012030 + ] + ] + }, + { + "Level": 24, + "StageID": 430030010, + "MonsterList": [ + [ + 1022020, + 8013010, + 2022040, + 1022020 + ], + [ + 2012010, + 8012010, + 1012020, + 2012010 + ], + [ + 1012020, + 2023010, + 2022110 + ] + ] + }, + { + "Level": 32, + "StageID": 430030011, + "MonsterList": [ + [ + 1022020, + 8013010, + 2022040, + 1022020 + ], + [ + 2012010, + 8012010, + 1012020, + 2012010 + ], + [ + 1012020, + 2023010, + 2022110 + ] + ] + }, + { + "Level": 40, + "StageID": 430030012, + "MonsterList": [ + [ + 1022020, + 8013010, + 2022040, + 1022020 + ], + [ + 2012010, + 8012010, + 1012020, + 2012010 + ], + [ + 1012020, + 2023010, + 2022110 + ] + ] + }, + { + "Level": 48, + "StageID": 430030013, + "MonsterList": [ + [ + 1022020, + 8013010, + 2022040, + 1022020 + ], + [ + 2012010, + 8012010, + 1012020, + 2012010 + ], + [ + 1012020, + 2023010, + 2022110 + ] + ] + }, + { + "Level": 56, + "StageID": 430030014, + "MonsterList": [ + [ + 1022020, + 8013010, + 2022040, + 1022020 + ], + [ + 2012010, + 8012010, + 1012020, + 2012010 + ], + [ + 1012020, + 2023010, + 2022110 + ] + ] + }, + { + "Level": 66, + "StageID": 430030015, + "MonsterList": [ + [ + 1022020, + 8013010, + 2022040, + 1022020 + ], + [ + 2012010, + 8012010, + 1012020, + 2012010 + ], + [ + 1012020, + 2023010, + 2022110 + ] + ] + }, + { + "Level": 81, + "StageID": 430030016, + "MonsterList": [ + [ + 1022020, + 8013010, + 2022040, + 1022020 + ], + [ + 2012010, + 8012010, + 1012020, + 2012010 + ], + [ + 1012020, + 2023010, + 2022110 + ] + ] + }, + { + "Level": 24, + "StageID": 430030020, + "MonsterList": [ + [ + 8022010, + 8022010, + 8022020 + ] + ] + }, + { + "Level": 32, + "StageID": 430030021, + "MonsterList": [ + [ + 8022010, + 8022010, + 8022020 + ] + ] + }, + { + "Level": 40, + "StageID": 430030022, + "MonsterList": [ + [ + 8022010, + 8022010, + 8022020 + ] + ] + }, + { + "Level": 48, + "StageID": 430030023, + "MonsterList": [ + [ + 8022010, + 8022010, + 8022020 + ] + ] + }, + { + "Level": 56, + "StageID": 430030024, + "MonsterList": [ + [ + 8022010, + 8022010, + 8022020 + ] + ] + }, + { + "Level": 66, + "StageID": 430030025, + "MonsterList": [ + [ + 8022010, + 8022010, + 8022020 + ] + ] + }, + { + "Level": 81, + "StageID": 430030026, + "MonsterList": [ + [ + 8022010, + 8022010, + 8022020 + ] + ] + }, + { + "Level": 24, + "StageID": 430030030, + "MonsterList": [ + [ + 8022010, + 8022010, + 8022030 + ] + ] + }, + { + "Level": 32, + "StageID": 430030031, + "MonsterList": [ + [ + 8022010, + 8022010, + 8022030 + ] + ] + }, + { + "Level": 40, + "StageID": 430030032, + "MonsterList": [ + [ + 8022010, + 8022010, + 8022030 + ] + ] + }, + { + "Level": 48, + "StageID": 430030033, + "MonsterList": [ + [ + 8022010, + 8022010, + 8022030 + ] + ] + }, + { + "Level": 56, + "StageID": 430030034, + "MonsterList": [ + [ + 8022010, + 8022010, + 8022030 + ] + ] + }, + { + "Level": 66, + "StageID": 430030035, + "MonsterList": [ + [ + 8022010, + 8022010, + 8022030 + ] + ] + }, + { + "Level": 81, + "StageID": 430030036, + "MonsterList": [ + [ + 8022010, + 8022010, + 8022030 + ] + ] + }, + { + "Level": 24, + "StageID": 430030040, + "MonsterList": [ + [ + 8022020, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 32, + "StageID": 430030041, + "MonsterList": [ + [ + 8022020, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 40, + "StageID": 430030042, + "MonsterList": [ + [ + 8022020, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 48, + "StageID": 430030043, + "MonsterList": [ + [ + 8022020, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 56, + "StageID": 430030044, + "MonsterList": [ + [ + 8022020, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 66, + "StageID": 430030045, + "MonsterList": [ + [ + 8022020, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 81, + "StageID": 430030046, + "MonsterList": [ + [ + 8022020, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 24, + "StageID": 430030050, + "MonsterList": [ + [ + 8022030, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 32, + "StageID": 430030051, + "MonsterList": [ + [ + 8022030, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 40, + "StageID": 430030052, + "MonsterList": [ + [ + 8022030, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 48, + "StageID": 430030053, + "MonsterList": [ + [ + 8022030, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 56, + "StageID": 430030054, + "MonsterList": [ + [ + 8022030, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 66, + "StageID": 430030055, + "MonsterList": [ + [ + 8022030, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 81, + "StageID": 430030056, + "MonsterList": [ + [ + 8022030, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 24, + "StageID": 430030060, + "MonsterList": [ + [ + 8022010, + 8022010, + 8022020 + ] + ] + }, + { + "Level": 32, + "StageID": 430030061, + "MonsterList": [ + [ + 8022010, + 8022010, + 8022020 + ] + ] + }, + { + "Level": 40, + "StageID": 430030062, + "MonsterList": [ + [ + 8022010, + 8022010, + 8022020 + ] + ] + }, + { + "Level": 48, + "StageID": 430030063, + "MonsterList": [ + [ + 8022010, + 8022010, + 8022020 + ] + ] + }, + { + "Level": 56, + "StageID": 430030064, + "MonsterList": [ + [ + 8022010, + 8022010, + 8022020 + ] + ] + }, + { + "Level": 66, + "StageID": 430030065, + "MonsterList": [ + [ + 8022010, + 8022010, + 8022020 + ] + ] + }, + { + "Level": 81, + "StageID": 430030066, + "MonsterList": [ + [ + 8022010, + 8022010, + 8022020 + ] + ] + }, + { + "Level": 24, + "StageID": 430030070, + "MonsterList": [ + [ + 8022030, + 8022010, + 8022030 + ] + ] + }, + { + "Level": 32, + "StageID": 430030071, + "MonsterList": [ + [ + 8022030, + 8022010, + 8022030 + ] + ] + }, + { + "Level": 40, + "StageID": 430030072, + "MonsterList": [ + [ + 8022030, + 8022010, + 8022030 + ] + ] + }, + { + "Level": 48, + "StageID": 430030073, + "MonsterList": [ + [ + 8022030, + 8022010, + 8022030 + ] + ] + }, + { + "Level": 56, + "StageID": 430030074, + "MonsterList": [ + [ + 8022030, + 8022010, + 8022030 + ] + ] + }, + { + "Level": 66, + "StageID": 430030075, + "MonsterList": [ + [ + 8022030, + 8022010, + 8022030 + ] + ] + }, + { + "Level": 81, + "StageID": 430030076, + "MonsterList": [ + [ + 8022030, + 8022010, + 8022030 + ] + ] + }, + { + "Level": 24, + "StageID": 430030080, + "MonsterList": [ + [ + 8022010, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 32, + "StageID": 430030081, + "MonsterList": [ + [ + 8022010, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 40, + "StageID": 430030082, + "MonsterList": [ + [ + 8022010, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 48, + "StageID": 430030083, + "MonsterList": [ + [ + 8022010, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 56, + "StageID": 430030084, + "MonsterList": [ + [ + 8022010, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 66, + "StageID": 430030085, + "MonsterList": [ + [ + 8022010, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 81, + "StageID": 430030086, + "MonsterList": [ + [ + 8022010, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 24, + "StageID": 431010000, + "MonsterList": [ + [ + 8032010, + 8032020, + 8032010 + ] + ] + }, + { + "Level": 32, + "StageID": 431010001, + "MonsterList": [ + [ + 8032010, + 8032020, + 8032010 + ] + ] + }, + { + "Level": 40, + "StageID": 431010002, + "MonsterList": [ + [ + 8032010, + 8032020, + 8032010 + ] + ] + }, + { + "Level": 48, + "StageID": 431010003, + "MonsterList": [ + [ + 8032010, + 8032020, + 8032010 + ] + ] + }, + { + "Level": 56, + "StageID": 431010004, + "MonsterList": [ + [ + 8032010, + 8032020, + 8032010 + ] + ] + }, + { + "Level": 66, + "StageID": 431010005, + "MonsterList": [ + [ + 8032010, + 8032020, + 8032010 + ] + ] + }, + { + "Level": 82, + "StageID": 431010006, + "MonsterList": [ + [ + 8032010, + 8032020, + 8032010 + ] + ] + }, + { + "Level": 24, + "StageID": 431010010, + "MonsterList": [ + [ + 1012010, + 8032020, + 8032010, + 1012010 + ] + ] + }, + { + "Level": 32, + "StageID": 431010011, + "MonsterList": [ + [ + 1012010, + 8032020, + 8032010, + 1012010 + ] + ] + }, + { + "Level": 40, + "StageID": 431010012, + "MonsterList": [ + [ + 1012010, + 8032020, + 8032010, + 1012010 + ] + ] + }, + { + "Level": 48, + "StageID": 431010013, + "MonsterList": [ + [ + 1012010, + 8032020, + 8032010, + 1012010 + ] + ] + }, + { + "Level": 56, + "StageID": 431010014, + "MonsterList": [ + [ + 1012010, + 8032020, + 8032010, + 1012010 + ] + ] + }, + { + "Level": 66, + "StageID": 431010015, + "MonsterList": [ + [ + 1012010, + 8032020, + 8032010, + 1012010 + ] + ] + }, + { + "Level": 82, + "StageID": 431010016, + "MonsterList": [ + [ + 1012010, + 8032020, + 8032010, + 1012010 + ] + ] + }, + { + "Level": 24, + "StageID": 431010030, + "MonsterList": [ + [ + 8032020, + 8032020, + 1012030 + ] + ] + }, + { + "Level": 32, + "StageID": 431010031, + "MonsterList": [ + [ + 8032020, + 8032020, + 1012030 + ] + ] + }, + { + "Level": 40, + "StageID": 431010032, + "MonsterList": [ + [ + 8032020, + 8032020, + 1012030 + ] + ] + }, + { + "Level": 48, + "StageID": 431010033, + "MonsterList": [ + [ + 8032020, + 8032020, + 1012030 + ] + ] + }, + { + "Level": 56, + "StageID": 431010034, + "MonsterList": [ + [ + 8032020, + 8032020, + 1012030 + ] + ] + }, + { + "Level": 66, + "StageID": 431010035, + "MonsterList": [ + [ + 8032020, + 8032020, + 1012030 + ] + ] + }, + { + "Level": 82, + "StageID": 431010036, + "MonsterList": [ + [ + 8032020, + 8032020, + 1012030 + ] + ] + }, + { + "Level": 24, + "StageID": 431010040, + "MonsterList": [ + [ + 1012030, + 8032020, + 8032010, + 1012030 + ] + ] + }, + { + "Level": 32, + "StageID": 431010041, + "MonsterList": [ + [ + 1012030, + 8032020, + 8032010, + 1012030 + ] + ] + }, + { + "Level": 40, + "StageID": 431010042, + "MonsterList": [ + [ + 1012030, + 8032020, + 8032010, + 1012030 + ] + ] + }, + { + "Level": 48, + "StageID": 431010043, + "MonsterList": [ + [ + 1012030, + 8032020, + 8032010, + 1012030 + ] + ] + }, + { + "Level": 56, + "StageID": 431010044, + "MonsterList": [ + [ + 1012030, + 8032020, + 8032010, + 1012030 + ] + ] + }, + { + "Level": 66, + "StageID": 431010045, + "MonsterList": [ + [ + 1012030, + 8032020, + 8032010, + 1012030 + ] + ] + }, + { + "Level": 82, + "StageID": 431010046, + "MonsterList": [ + [ + 1012030, + 8032020, + 8032010, + 1012030 + ] + ] + }, + { + "Level": 24, + "StageID": 431010060, + "MonsterList": [ + [ + 8032010, + 8033010, + 8032020 + ] + ] + }, + { + "Level": 32, + "StageID": 431010061, + "MonsterList": [ + [ + 8032010, + 8033010, + 8032020 + ] + ] + }, + { + "Level": 40, + "StageID": 431010062, + "MonsterList": [ + [ + 8032010, + 8033010, + 8032020 + ] + ] + }, + { + "Level": 48, + "StageID": 431010063, + "MonsterList": [ + [ + 8032010, + 8033010, + 8032020 + ] + ] + }, + { + "Level": 56, + "StageID": 431010064, + "MonsterList": [ + [ + 8032010, + 8033010, + 8032020 + ] + ] + }, + { + "Level": 66, + "StageID": 431010065, + "MonsterList": [ + [ + 8032010, + 8033010, + 8032020 + ] + ] + }, + { + "Level": 82, + "StageID": 431010066, + "MonsterList": [ + [ + 8032010, + 8033010, + 8032020 + ] + ] + }, + { + "Level": 24, + "StageID": 431010070, + "MonsterList": [ + [ + 1012010, + 8032010, + 8032020, + 1012010 + ], + [ + 8032010, + 8032020, + 8032010, + 8032020 + ], + [ + 8032010, + 8033010, + 8032020 + ] + ] + }, + { + "Level": 32, + "StageID": 431010071, + "MonsterList": [ + [ + 1012010, + 8032010, + 8032020, + 1012010 + ], + [ + 8032010, + 8032020, + 8032010, + 8032020 + ], + [ + 8032010, + 8033010, + 8032020 + ] + ] + }, + { + "Level": 40, + "StageID": 431010072, + "MonsterList": [ + [ + 1012010, + 8032010, + 8032020, + 1012010 + ], + [ + 8032010, + 8032020, + 8032010, + 8032020 + ], + [ + 8032010, + 8033010, + 8032020 + ] + ] + }, + { + "Level": 48, + "StageID": 431010073, + "MonsterList": [ + [ + 1012010, + 8032010, + 8032020, + 1012010 + ], + [ + 8032010, + 8032020, + 8032010, + 8032020 + ], + [ + 8032010, + 8033010, + 8032020 + ] + ] + }, + { + "Level": 56, + "StageID": 431010074, + "MonsterList": [ + [ + 1012010, + 8032010, + 8032020, + 1012010 + ], + [ + 8032010, + 8032020, + 8032010, + 8032020 + ], + [ + 8032010, + 8033010, + 8032020 + ] + ] + }, + { + "Level": 66, + "StageID": 431010075, + "MonsterList": [ + [ + 1012010, + 8032010, + 8032020, + 1012010 + ], + [ + 8032010, + 8032020, + 8032010, + 8032020 + ], + [ + 8032010, + 8033010, + 8032020 + ] + ] + }, + { + "Level": 82, + "StageID": 431010076, + "MonsterList": [ + [ + 1012010, + 8032010, + 8032020, + 1012010 + ], + [ + 8032010, + 8032020, + 8032010, + 8032020 + ], + [ + 8032010, + 8033010, + 8032020 + ] + ] + }, + { + "Level": 1, + "StageID": 431030061, + "MonsterList": [ + [ + 7003010 + ] + ] + }, + { + "Level": 1, + "StageID": 431030062, + "MonsterList": [ + [ + 7003010 + ] + ] + }, + { + "Level": 1, + "StageID": 431030063, + "MonsterList": [ + [ + 7003010 + ] + ] + }, + { + "Level": 1, + "StageID": 431030064, + "MonsterList": [ + [ + 7003010 + ] + ] + }, + { + "Level": 1, + "StageID": 431030065, + "MonsterList": [ + [ + 7003010 + ] + ] + }, + { + "Level": 1, + "StageID": 431030066, + "MonsterList": [ + [ + 7003010 + ] + ] + }, + { + "Level": 24, + "StageID": 432010010, + "MonsterList": [ + [ + 200201001, + 200201001, + 200201001 + ] + ] + }, + { + "Level": 32, + "StageID": 432010011, + "MonsterList": [ + [ + 200201001, + 200201001, + 200201001 + ] + ] + }, + { + "Level": 40, + "StageID": 432010012, + "MonsterList": [ + [ + 200201001, + 200201001, + 200201001 + ] + ] + }, + { + "Level": 48, + "StageID": 432010013, + "MonsterList": [ + [ + 200201001, + 200201001, + 200201001 + ] + ] + }, + { + "Level": 56, + "StageID": 432010014, + "MonsterList": [ + [ + 200201001, + 200201001, + 200201001 + ] + ] + }, + { + "Level": 66, + "StageID": 432010015, + "MonsterList": [ + [ + 200201001, + 200201001, + 200201001 + ] + ] + }, + { + "Level": 82, + "StageID": 432010016, + "MonsterList": [ + [ + 200201001, + 200201001, + 200201001 + ] + ] + }, + { + "Level": 24, + "StageID": 432010030, + "MonsterList": [ + [ + 202204001, + 202201004, + 202204001, + 202201004 + ] + ] + }, + { + "Level": 32, + "StageID": 432010031, + "MonsterList": [ + [ + 202204001, + 202201004, + 202204001, + 202201004 + ] + ] + }, + { + "Level": 40, + "StageID": 432010032, + "MonsterList": [ + [ + 202204001, + 202201004, + 202204001, + 202201004 + ] + ] + }, + { + "Level": 48, + "StageID": 432010033, + "MonsterList": [ + [ + 202204001, + 202201004, + 202204001, + 202201004 + ] + ] + }, + { + "Level": 56, + "StageID": 432010034, + "MonsterList": [ + [ + 202204001, + 202201004, + 202204001, + 202201004 + ] + ] + }, + { + "Level": 66, + "StageID": 432010035, + "MonsterList": [ + [ + 202204001, + 202201004, + 202204001, + 202201004 + ] + ] + }, + { + "Level": 82, + "StageID": 432010036, + "MonsterList": [ + [ + 202204001, + 202201004, + 202204001, + 202201004 + ] + ] + }, + { + "Level": 24, + "StageID": 432010050, + "MonsterList": [ + [ + 101203012, + 101201008, + 101203012 + ] + ] + }, + { + "Level": 32, + "StageID": 432010051, + "MonsterList": [ + [ + 101203012, + 101201008, + 101203012 + ] + ] + }, + { + "Level": 40, + "StageID": 432010052, + "MonsterList": [ + [ + 101203012, + 101201008, + 101203012 + ] + ] + }, + { + "Level": 48, + "StageID": 432010053, + "MonsterList": [ + [ + 101203012, + 101201008, + 101203012 + ] + ] + }, + { + "Level": 56, + "StageID": 432010054, + "MonsterList": [ + [ + 101203012, + 101201008, + 101203012 + ] + ] + }, + { + "Level": 66, + "StageID": 432010055, + "MonsterList": [ + [ + 101203012, + 101201008, + 101203012 + ] + ] + }, + { + "Level": 82, + "StageID": 432010056, + "MonsterList": [ + [ + 101203012, + 101201008, + 101203012 + ] + ] + }, + { + "Level": 24, + "StageID": 432010060, + "MonsterList": [ + [ + 801202005, + 801203004, + 801202005 + ] + ] + }, + { + "Level": 32, + "StageID": 432010061, + "MonsterList": [ + [ + 801202005, + 801203004, + 801202005 + ] + ] + }, + { + "Level": 40, + "StageID": 432010062, + "MonsterList": [ + [ + 801202005, + 801203004, + 801202005 + ] + ] + }, + { + "Level": 48, + "StageID": 432010063, + "MonsterList": [ + [ + 801202005, + 801203004, + 801202005 + ] + ] + }, + { + "Level": 56, + "StageID": 432010064, + "MonsterList": [ + [ + 801202005, + 801203004, + 801202005 + ] + ] + }, + { + "Level": 66, + "StageID": 432010065, + "MonsterList": [ + [ + 801202005, + 801203004, + 801202005 + ] + ] + }, + { + "Level": 82, + "StageID": 432010066, + "MonsterList": [ + [ + 801202005, + 801203004, + 801202005 + ] + ] + }, + { + "Level": 24, + "StageID": 432010070, + "MonsterList": [ + [ + 801203004, + 801202005, + 801301008, + 801203004, + 801202005 + ] + ] + }, + { + "Level": 32, + "StageID": 432010071, + "MonsterList": [ + [ + 801203004, + 801202005, + 801301008, + 801203004, + 801202005 + ] + ] + }, + { + "Level": 40, + "StageID": 432010072, + "MonsterList": [ + [ + 801203004, + 801202005, + 801301008, + 801203004, + 801202005 + ] + ] + }, + { + "Level": 48, + "StageID": 432010073, + "MonsterList": [ + [ + 801203004, + 801202005, + 801301008, + 801203004, + 801202005 + ] + ] + }, + { + "Level": 56, + "StageID": 432010074, + "MonsterList": [ + [ + 801203004, + 801202005, + 801301008, + 801203004, + 801202005 + ] + ] + }, + { + "Level": 66, + "StageID": 432010075, + "MonsterList": [ + [ + 801203004, + 801202005, + 801301008, + 801203004, + 801202005 + ] + ] + }, + { + "Level": 82, + "StageID": 432010076, + "MonsterList": [ + [ + 801203004, + 801202005, + 801301008, + 801203004, + 801202005 + ] + ] + }, + { + "Level": 24, + "StageID": 432020010, + "MonsterList": [ + [ + 2022010, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 32, + "StageID": 432020011, + "MonsterList": [ + [ + 2022010, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 40, + "StageID": 432020012, + "MonsterList": [ + [ + 2022010, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 48, + "StageID": 432020013, + "MonsterList": [ + [ + 2022010, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 56, + "StageID": 432020014, + "MonsterList": [ + [ + 2022010, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 432020015, + "MonsterList": [ + [ + 2022010, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 82, + "StageID": 432020016, + "MonsterList": [ + [ + 2022010, + 2022020, + 2022010 + ] + ] + }, + { + "Level": 24, + "StageID": 432020020, + "MonsterList": [ + [ + 2022060, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 32, + "StageID": 432020021, + "MonsterList": [ + [ + 2022060, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 40, + "StageID": 432020022, + "MonsterList": [ + [ + 2022060, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 48, + "StageID": 432020023, + "MonsterList": [ + [ + 2022060, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 56, + "StageID": 432020024, + "MonsterList": [ + [ + 2022060, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 66, + "StageID": 432020025, + "MonsterList": [ + [ + 2022060, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 82, + "StageID": 432020026, + "MonsterList": [ + [ + 2022060, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 24, + "StageID": 432020040, + "MonsterList": [ + [ + 2022010, + 2022060, + 2022010 + ] + ] + }, + { + "Level": 32, + "StageID": 432020041, + "MonsterList": [ + [ + 2022010, + 2022060, + 2022010 + ] + ] + }, + { + "Level": 40, + "StageID": 432020042, + "MonsterList": [ + [ + 2022010, + 2022060, + 2022010 + ] + ] + }, + { + "Level": 48, + "StageID": 432020043, + "MonsterList": [ + [ + 2022010, + 2022060, + 2022010 + ] + ] + }, + { + "Level": 56, + "StageID": 432020044, + "MonsterList": [ + [ + 2022010, + 2022060, + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 432020045, + "MonsterList": [ + [ + 2022010, + 2022060, + 2022010 + ] + ] + }, + { + "Level": 82, + "StageID": 432020046, + "MonsterList": [ + [ + 2022010, + 2022060, + 2022010 + ] + ] + }, + { + "Level": 24, + "StageID": 432020050, + "MonsterList": [ + [ + 2023010, + 2022060 + ] + ] + }, + { + "Level": 32, + "StageID": 432020051, + "MonsterList": [ + [ + 2023010, + 2022060 + ] + ] + }, + { + "Level": 40, + "StageID": 432020052, + "MonsterList": [ + [ + 2023010, + 2022060 + ] + ] + }, + { + "Level": 48, + "StageID": 432020053, + "MonsterList": [ + [ + 2023010, + 2022060 + ] + ] + }, + { + "Level": 56, + "StageID": 432020054, + "MonsterList": [ + [ + 2023010, + 2022060 + ] + ] + }, + { + "Level": 66, + "StageID": 432020055, + "MonsterList": [ + [ + 2023010, + 2022060 + ] + ] + }, + { + "Level": 82, + "StageID": 432020056, + "MonsterList": [ + [ + 2023010, + 2022060 + ] + ] + }, + { + "Level": 24, + "StageID": 432020070, + "MonsterList": [ + [ + 2022050, + 2023020, + 2022040 + ] + ] + }, + { + "Level": 32, + "StageID": 432020071, + "MonsterList": [ + [ + 2022050, + 2023020, + 2022040 + ] + ] + }, + { + "Level": 40, + "StageID": 432020072, + "MonsterList": [ + [ + 2022050, + 2023020, + 2022040 + ] + ] + }, + { + "Level": 48, + "StageID": 432020073, + "MonsterList": [ + [ + 2022050, + 2023020, + 2022040 + ] + ] + }, + { + "Level": 56, + "StageID": 432020074, + "MonsterList": [ + [ + 2022050, + 2023020, + 2022040 + ] + ] + }, + { + "Level": 66, + "StageID": 432020075, + "MonsterList": [ + [ + 2022050, + 2023020, + 2022040 + ] + ] + }, + { + "Level": 82, + "StageID": 432020076, + "MonsterList": [ + [ + 2022050, + 2023020, + 2022040 + ] + ] + }, + { + "Level": 24, + "StageID": 433102010, + "MonsterList": [ + [ + 3002030, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 32, + "StageID": 433102011, + "MonsterList": [ + [ + 3002030, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 40, + "StageID": 433102012, + "MonsterList": [ + [ + 3002030, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 48, + "StageID": 433102013, + "MonsterList": [ + [ + 3002030, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 56, + "StageID": 433102014, + "MonsterList": [ + [ + 3002030, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 66, + "StageID": 433102015, + "MonsterList": [ + [ + 3002030, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 82, + "StageID": 433102016, + "MonsterList": [ + [ + 3002030, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 24, + "StageID": 433102020, + "MonsterList": [ + [ + 300102001, + 300201003, + 300203002, + 300101001 + ] + ] + }, + { + "Level": 32, + "StageID": 433102021, + "MonsterList": [ + [ + 300102001, + 300201003, + 300203002, + 300101001 + ] + ] + }, + { + "Level": 40, + "StageID": 433102022, + "MonsterList": [ + [ + 300102001, + 300201003, + 300203002, + 300101001 + ] + ] + }, + { + "Level": 48, + "StageID": 433102023, + "MonsterList": [ + [ + 300102001, + 300201003, + 300203002, + 300101001 + ] + ] + }, + { + "Level": 56, + "StageID": 433102024, + "MonsterList": [ + [ + 300102001, + 300201003, + 300203002, + 300101001 + ] + ] + }, + { + "Level": 66, + "StageID": 433102025, + "MonsterList": [ + [ + 300102001, + 300201003, + 300203002, + 300101001 + ] + ] + }, + { + "Level": 82, + "StageID": 433102026, + "MonsterList": [ + [ + 300102001, + 300201003, + 300203002, + 300101001 + ] + ] + }, + { + "Level": 24, + "StageID": 433122010, + "MonsterList": [ + [ + 8022030, + 8022010, + 8022010, + 8022030 + ] + ] + }, + { + "Level": 32, + "StageID": 433122011, + "MonsterList": [ + [ + 8022030, + 8022010, + 8022010, + 8022030 + ] + ] + }, + { + "Level": 40, + "StageID": 433122012, + "MonsterList": [ + [ + 8022030, + 8022010, + 8022010, + 8022030 + ] + ] + }, + { + "Level": 48, + "StageID": 433122013, + "MonsterList": [ + [ + 8022030, + 8022010, + 8022010, + 8022030 + ] + ] + }, + { + "Level": 56, + "StageID": 433122014, + "MonsterList": [ + [ + 8022030, + 8022010, + 8022010, + 8022030 + ] + ] + }, + { + "Level": 66, + "StageID": 433122015, + "MonsterList": [ + [ + 8022030, + 8022010, + 8022010, + 8022030 + ] + ] + }, + { + "Level": 82, + "StageID": 433122016, + "MonsterList": [ + [ + 8022030, + 8022010, + 8022010, + 8022030 + ] + ] + }, + { + "Level": 24, + "StageID": 433122110, + "MonsterList": [ + [ + 8032020, + 8032020 + ] + ] + }, + { + "Level": 32, + "StageID": 433122111, + "MonsterList": [ + [ + 8032020, + 8032020 + ] + ] + }, + { + "Level": 40, + "StageID": 433122112, + "MonsterList": [ + [ + 8032020, + 8032020 + ] + ] + }, + { + "Level": 48, + "StageID": 433122113, + "MonsterList": [ + [ + 8032020, + 8032020 + ] + ] + }, + { + "Level": 56, + "StageID": 433122114, + "MonsterList": [ + [ + 8032020, + 8032020 + ] + ] + }, + { + "Level": 66, + "StageID": 433122115, + "MonsterList": [ + [ + 8032020, + 8032020 + ] + ] + }, + { + "Level": 82, + "StageID": 433122116, + "MonsterList": [ + [ + 8032020, + 8032020 + ] + ] + }, + { + "Level": 24, + "StageID": 433122120, + "MonsterList": [ + [ + 8032010, + 8032010 + ] + ] + }, + { + "Level": 32, + "StageID": 433122121, + "MonsterList": [ + [ + 8032010, + 8032010 + ] + ] + }, + { + "Level": 40, + "StageID": 433122122, + "MonsterList": [ + [ + 8032010, + 8032010 + ] + ] + }, + { + "Level": 48, + "StageID": 433122123, + "MonsterList": [ + [ + 8032010, + 8032010 + ] + ] + }, + { + "Level": 56, + "StageID": 433122124, + "MonsterList": [ + [ + 8032010, + 8032010 + ] + ] + }, + { + "Level": 66, + "StageID": 433122125, + "MonsterList": [ + [ + 8032010, + 8032010 + ] + ] + }, + { + "Level": 82, + "StageID": 433122126, + "MonsterList": [ + [ + 8032010, + 8032010 + ] + ] + }, + { + "Level": 24, + "StageID": 433122130, + "MonsterList": [ + [ + 8032010, + 8032020, + 8032010 + ] + ] + }, + { + "Level": 32, + "StageID": 433122131, + "MonsterList": [ + [ + 8032010, + 8032020, + 8032010 + ] + ] + }, + { + "Level": 40, + "StageID": 433122132, + "MonsterList": [ + [ + 8032010, + 8032020, + 8032010 + ] + ] + }, + { + "Level": 48, + "StageID": 433122133, + "MonsterList": [ + [ + 8032010, + 8032020, + 8032010 + ] + ] + }, + { + "Level": 56, + "StageID": 433122134, + "MonsterList": [ + [ + 8032010, + 8032020, + 8032010 + ] + ] + }, + { + "Level": 66, + "StageID": 433122135, + "MonsterList": [ + [ + 8032010, + 8032020, + 8032010 + ] + ] + }, + { + "Level": 82, + "StageID": 433122136, + "MonsterList": [ + [ + 8032010, + 8032020, + 8032010 + ] + ] + }, + { + "Level": 24, + "StageID": 433122210, + "MonsterList": [ + [ + 8032010, + 8032010, + 8032020 + ] + ] + }, + { + "Level": 32, + "StageID": 433122211, + "MonsterList": [ + [ + 8032010, + 8032010, + 8032020 + ] + ] + }, + { + "Level": 40, + "StageID": 433122212, + "MonsterList": [ + [ + 8032010, + 8032010, + 8032020 + ] + ] + }, + { + "Level": 48, + "StageID": 433122213, + "MonsterList": [ + [ + 8032010, + 8032010, + 8032020 + ] + ] + }, + { + "Level": 56, + "StageID": 433122214, + "MonsterList": [ + [ + 8032010, + 8032010, + 8032020 + ] + ] + }, + { + "Level": 66, + "StageID": 433122215, + "MonsterList": [ + [ + 8032010, + 8032010, + 8032020 + ] + ] + }, + { + "Level": 82, + "StageID": 433122216, + "MonsterList": [ + [ + 8032010, + 8032010, + 8032020 + ] + ] + }, + { + "Level": 24, + "StageID": 433122220, + "MonsterList": [ + [ + 8032020, + 8032010, + 8032020 + ] + ] + }, + { + "Level": 32, + "StageID": 433122221, + "MonsterList": [ + [ + 8032020, + 8032010, + 8032020 + ] + ] + }, + { + "Level": 40, + "StageID": 433122222, + "MonsterList": [ + [ + 8032020, + 8032010, + 8032020 + ] + ] + }, + { + "Level": 48, + "StageID": 433122223, + "MonsterList": [ + [ + 8032020, + 8032010, + 8032020 + ] + ] + }, + { + "Level": 56, + "StageID": 433122224, + "MonsterList": [ + [ + 8032020, + 8032010, + 8032020 + ] + ] + }, + { + "Level": 66, + "StageID": 433122225, + "MonsterList": [ + [ + 8032020, + 8032010, + 8032020 + ] + ] + }, + { + "Level": 82, + "StageID": 433122226, + "MonsterList": [ + [ + 8032020, + 8032010, + 8032020 + ] + ] + }, + { + "Level": 24, + "StageID": 433132010, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 32, + "StageID": 433132011, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 40, + "StageID": 433132012, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 48, + "StageID": 433132013, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 56, + "StageID": 433132014, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 66, + "StageID": 433132015, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 82, + "StageID": 433132016, + "MonsterList": [ + [ + 3002010, + 3002030, + 3002010, + 3002030 + ] + ] + }, + { + "Level": 24, + "StageID": 433132020, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002030, + 1002040, + 1002040 + ] + ] + }, + { + "Level": 32, + "StageID": 433132021, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002030, + 1002040, + 1002040 + ] + ] + }, + { + "Level": 40, + "StageID": 433132022, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002030, + 1002040, + 1002040 + ] + ] + }, + { + "Level": 48, + "StageID": 433132023, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002030, + 1002040, + 1002040 + ] + ] + }, + { + "Level": 56, + "StageID": 433132024, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002030, + 1002040, + 1002040 + ] + ] + }, + { + "Level": 66, + "StageID": 433132025, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002030, + 1002040, + 1002040 + ] + ] + }, + { + "Level": 82, + "StageID": 433132026, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002030, + 1002040, + 1002040 + ] + ] + }, + { + "Level": 24, + "StageID": 433132030, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002050 + ] + ] + }, + { + "Level": 32, + "StageID": 433132031, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002050 + ] + ] + }, + { + "Level": 40, + "StageID": 433132032, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002050 + ] + ] + }, + { + "Level": 48, + "StageID": 433132033, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002050 + ] + ] + }, + { + "Level": 56, + "StageID": 433132034, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002050 + ] + ] + }, + { + "Level": 66, + "StageID": 433132035, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002050 + ] + ] + }, + { + "Level": 82, + "StageID": 433132036, + "MonsterList": [ + [ + 1002040, + 1002040, + 1002050 + ] + ] + }, + { + "Level": 24, + "StageID": 433132040, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002040 + ] + ] + }, + { + "Level": 32, + "StageID": 433132041, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002040 + ] + ] + }, + { + "Level": 40, + "StageID": 433132042, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002040 + ] + ] + }, + { + "Level": 48, + "StageID": 433132043, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002040 + ] + ] + }, + { + "Level": 56, + "StageID": 433132044, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002040 + ] + ] + }, + { + "Level": 66, + "StageID": 433132045, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002040 + ] + ] + }, + { + "Level": 82, + "StageID": 433132046, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002040 + ] + ] + }, + { + "Level": 24, + "StageID": 433132050, + "MonsterList": [ + [ + 1002050, + 1002040, + 1002050 + ] + ] + }, + { + "Level": 32, + "StageID": 433132051, + "MonsterList": [ + [ + 1002050, + 1002040, + 1002050 + ] + ] + }, + { + "Level": 40, + "StageID": 433132052, + "MonsterList": [ + [ + 1002050, + 1002040, + 1002050 + ] + ] + }, + { + "Level": 48, + "StageID": 433132053, + "MonsterList": [ + [ + 1002050, + 1002040, + 1002050 + ] + ] + }, + { + "Level": 56, + "StageID": 433132054, + "MonsterList": [ + [ + 1002050, + 1002040, + 1002050 + ] + ] + }, + { + "Level": 66, + "StageID": 433132055, + "MonsterList": [ + [ + 1002050, + 1002040, + 1002050 + ] + ] + }, + { + "Level": 82, + "StageID": 433132056, + "MonsterList": [ + [ + 1002050, + 1002040, + 1002050 + ] + ] + }, + { + "Level": 24, + "StageID": 433132060, + "MonsterList": [ + [ + 1002020, + 1002020, + 1002020, + 1002020 + ] + ] + }, + { + "Level": 32, + "StageID": 433132061, + "MonsterList": [ + [ + 1002020, + 1002020, + 1002020, + 1002020 + ] + ] + }, + { + "Level": 40, + "StageID": 433132062, + "MonsterList": [ + [ + 1002020, + 1002020, + 1002020, + 1002020 + ] + ] + }, + { + "Level": 48, + "StageID": 433132063, + "MonsterList": [ + [ + 1002020, + 1002020, + 1002020, + 1002020 + ] + ] + }, + { + "Level": 56, + "StageID": 433132064, + "MonsterList": [ + [ + 1002020, + 1002020, + 1002020, + 1002020 + ] + ] + }, + { + "Level": 66, + "StageID": 433132065, + "MonsterList": [ + [ + 1002020, + 1002020, + 1002020, + 1002020 + ] + ] + }, + { + "Level": 82, + "StageID": 433132066, + "MonsterList": [ + [ + 1002020, + 1002020, + 1002020, + 1002020 + ] + ] + }, + { + "Level": 24, + "StageID": 433132070, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002050 + ] + ] + }, + { + "Level": 32, + "StageID": 433132071, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002050 + ] + ] + }, + { + "Level": 40, + "StageID": 433132072, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002050 + ] + ] + }, + { + "Level": 48, + "StageID": 433132073, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002050 + ] + ] + }, + { + "Level": 56, + "StageID": 433132074, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002050 + ] + ] + }, + { + "Level": 66, + "StageID": 433132075, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002050 + ] + ] + }, + { + "Level": 82, + "StageID": 433132076, + "MonsterList": [ + [ + 1002040, + 1002030, + 1002050 + ] + ] + }, + { + "Level": 24, + "StageID": 433222010, + "MonsterList": [ + [ + 3012010, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 32, + "StageID": 433222011, + "MonsterList": [ + [ + 3012010, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 40, + "StageID": 433222012, + "MonsterList": [ + [ + 3012010, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 48, + "StageID": 433222013, + "MonsterList": [ + [ + 3012010, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 56, + "StageID": 433222014, + "MonsterList": [ + [ + 3012010, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 66, + "StageID": 433222015, + "MonsterList": [ + [ + 3012010, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 82, + "StageID": 433222016, + "MonsterList": [ + [ + 3012010, + 3012040, + 3012010 + ] + ] + }, + { + "Level": 24, + "StageID": 433222020, + "MonsterList": [ + [ + 3012040, + 301202001, + 3012040, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 433222021, + "MonsterList": [ + [ + 3012040, + 301202001, + 3012040, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 433222022, + "MonsterList": [ + [ + 3012040, + 301202001, + 3012040, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 433222023, + "MonsterList": [ + [ + 3012040, + 301202001, + 3012040, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 433222024, + "MonsterList": [ + [ + 3012040, + 301202001, + 3012040, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 433222025, + "MonsterList": [ + [ + 3012040, + 301202001, + 3012040, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 433222026, + "MonsterList": [ + [ + 3012040, + 301202001, + 3012040, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 433222040, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 433222041, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 433222042, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 433222043, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 433222044, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 433222045, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 433222046, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 433222050, + "MonsterList": [ + [ + 301202001, + 3012040, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 433222051, + "MonsterList": [ + [ + 301202001, + 3012040, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 433222052, + "MonsterList": [ + [ + 301202001, + 3012040, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 433222053, + "MonsterList": [ + [ + 301202001, + 3012040, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 433222054, + "MonsterList": [ + [ + 301202001, + 3012040, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 433222055, + "MonsterList": [ + [ + 301202001, + 3012040, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 433222056, + "MonsterList": [ + [ + 301202001, + 3012040, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 440010010, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 32, + "StageID": 440010011, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 40, + "StageID": 440010012, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 48, + "StageID": 440010013, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 56, + "StageID": 440010014, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 66, + "StageID": 440010015, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 81, + "StageID": 440010016, + "MonsterList": [ + [ + 8012010, + 8012020, + 8012010, + 8011010 + ] + ] + }, + { + "Level": 24, + "StageID": 440010020, + "MonsterList": [ + [ + 8011020, + 8012030, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 32, + "StageID": 440010021, + "MonsterList": [ + [ + 8011020, + 8012030, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 40, + "StageID": 440010022, + "MonsterList": [ + [ + 8011020, + 8012030, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 48, + "StageID": 440010023, + "MonsterList": [ + [ + 8011020, + 8012030, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 56, + "StageID": 440010024, + "MonsterList": [ + [ + 8011020, + 8012030, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 66, + "StageID": 440010025, + "MonsterList": [ + [ + 8011020, + 8012030, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 82, + "StageID": 440010026, + "MonsterList": [ + [ + 8011020, + 8012030, + 8012030, + 8012010 + ] + ] + }, + { + "Level": 24, + "StageID": 440010030, + "MonsterList": [ + [ + 8022010, + 8022020, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 32, + "StageID": 440010031, + "MonsterList": [ + [ + 8022010, + 8022020, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 40, + "StageID": 440010032, + "MonsterList": [ + [ + 8022010, + 8022020, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 48, + "StageID": 440010033, + "MonsterList": [ + [ + 8022010, + 8022020, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 56, + "StageID": 440010034, + "MonsterList": [ + [ + 8022010, + 8022020, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 66, + "StageID": 440010035, + "MonsterList": [ + [ + 8022010, + 8022020, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 82, + "StageID": 440010036, + "MonsterList": [ + [ + 8022010, + 8022020, + 8022010, + 8022010 + ] + ] + }, + { + "Level": 24, + "StageID": 442010010, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 32, + "StageID": 442010011, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 40, + "StageID": 442010012, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 48, + "StageID": 442010013, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 56, + "StageID": 442010014, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 66, + "StageID": 442010015, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 79, + "StageID": 442010016, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 24, + "StageID": 442010020, + "MonsterList": [ + [ + 8001040, + 2022010, + 2022060, + 8001040 + ] + ] + }, + { + "Level": 32, + "StageID": 442010021, + "MonsterList": [ + [ + 8001040, + 2022010, + 2022060, + 8001040 + ] + ] + }, + { + "Level": 40, + "StageID": 442010022, + "MonsterList": [ + [ + 8001040, + 2022010, + 2022060, + 8001040 + ] + ] + }, + { + "Level": 48, + "StageID": 442010023, + "MonsterList": [ + [ + 8001040, + 2022010, + 2022060, + 8001040 + ] + ] + }, + { + "Level": 56, + "StageID": 442010024, + "MonsterList": [ + [ + 8001040, + 2022010, + 2022060, + 8001040 + ] + ] + }, + { + "Level": 66, + "StageID": 442010025, + "MonsterList": [ + [ + 8001040, + 2022010, + 2022060, + 8001040 + ] + ] + }, + { + "Level": 79, + "StageID": 442010026, + "MonsterList": [ + [ + 8001040, + 2022010, + 2022060, + 8001040 + ] + ] + }, + { + "Level": 24, + "StageID": 442010030, + "MonsterList": [ + [ + 8001050, + 2022060, + 2022040, + 8001050 + ] + ] + }, + { + "Level": 32, + "StageID": 442010031, + "MonsterList": [ + [ + 8001050, + 2022060, + 2022040, + 8001050 + ] + ] + }, + { + "Level": 40, + "StageID": 442010032, + "MonsterList": [ + [ + 8001050, + 2022060, + 2022040, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 442010033, + "MonsterList": [ + [ + 8001050, + 2022060, + 2022040, + 8001050 + ] + ] + }, + { + "Level": 56, + "StageID": 442010034, + "MonsterList": [ + [ + 8001050, + 2022060, + 2022040, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 442010035, + "MonsterList": [ + [ + 8001050, + 2022060, + 2022040, + 8001050 + ] + ] + }, + { + "Level": 79, + "StageID": 442010036, + "MonsterList": [ + [ + 8001050, + 2022060, + 2022040, + 8001050 + ] + ] + }, + { + "Level": 24, + "StageID": 442010040, + "MonsterList": [ + [ + 8001040, + 2022010, + 8001030, + 8001040 + ] + ] + }, + { + "Level": 32, + "StageID": 442010041, + "MonsterList": [ + [ + 8001040, + 2022010, + 8001030, + 8001040 + ] + ] + }, + { + "Level": 40, + "StageID": 442010042, + "MonsterList": [ + [ + 8001040, + 2022010, + 8001030, + 8001040 + ] + ] + }, + { + "Level": 48, + "StageID": 442010043, + "MonsterList": [ + [ + 8001040, + 2022010, + 8001030, + 8001040 + ] + ] + }, + { + "Level": 56, + "StageID": 442010044, + "MonsterList": [ + [ + 8001040, + 2022010, + 8001030, + 8001040 + ] + ] + }, + { + "Level": 66, + "StageID": 442010045, + "MonsterList": [ + [ + 8001040, + 2022010, + 8001030, + 8001040 + ] + ] + }, + { + "Level": 79, + "StageID": 442010046, + "MonsterList": [ + [ + 8001040, + 2022010, + 8001030, + 8001040 + ] + ] + }, + { + "Level": 24, + "StageID": 442010110, + "MonsterList": [ + [ + 2022010, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 32, + "StageID": 442010111, + "MonsterList": [ + [ + 2022010, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 40, + "StageID": 442010112, + "MonsterList": [ + [ + 2022010, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 48, + "StageID": 442010113, + "MonsterList": [ + [ + 2022010, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 56, + "StageID": 442010114, + "MonsterList": [ + [ + 2022010, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 66, + "StageID": 442010115, + "MonsterList": [ + [ + 2022010, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 79, + "StageID": 442010116, + "MonsterList": [ + [ + 2022010, + 2022040, + 2022060 + ] + ] + }, + { + "Level": 24, + "StageID": 442010120, + "MonsterList": [ + [ + 2022050, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 32, + "StageID": 442010121, + "MonsterList": [ + [ + 2022050, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 40, + "StageID": 442010122, + "MonsterList": [ + [ + 2022050, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 48, + "StageID": 442010123, + "MonsterList": [ + [ + 2022050, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 56, + "StageID": 442010124, + "MonsterList": [ + [ + 2022050, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 66, + "StageID": 442010125, + "MonsterList": [ + [ + 2022050, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 79, + "StageID": 442010126, + "MonsterList": [ + [ + 2022050, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 24, + "StageID": 442010130, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 32, + "StageID": 442010131, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 40, + "StageID": 442010132, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 48, + "StageID": 442010133, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 56, + "StageID": 442010134, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 66, + "StageID": 442010135, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 79, + "StageID": 442010136, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 24, + "StageID": 442010140, + "MonsterList": [ + [ + 8002010, + 2022010, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 32, + "StageID": 442010141, + "MonsterList": [ + [ + 8002010, + 2022010, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 40, + "StageID": 442010142, + "MonsterList": [ + [ + 8002010, + 2022010, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 48, + "StageID": 442010143, + "MonsterList": [ + [ + 8002010, + 2022010, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 56, + "StageID": 442010144, + "MonsterList": [ + [ + 8002010, + 2022010, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 66, + "StageID": 442010145, + "MonsterList": [ + [ + 8002010, + 2022010, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 79, + "StageID": 442010146, + "MonsterList": [ + [ + 8002010, + 2022010, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 24, + "StageID": 442010210, + "MonsterList": [ + [ + 8001040, + 2022060, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 32, + "StageID": 442010211, + "MonsterList": [ + [ + 8001040, + 2022060, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 40, + "StageID": 442010212, + "MonsterList": [ + [ + 8001040, + 2022060, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 48, + "StageID": 442010213, + "MonsterList": [ + [ + 8001040, + 2022060, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 56, + "StageID": 442010214, + "MonsterList": [ + [ + 8001040, + 2022060, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 66, + "StageID": 442010215, + "MonsterList": [ + [ + 8001040, + 2022060, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 79, + "StageID": 442010216, + "MonsterList": [ + [ + 8001040, + 2022060, + 8001050, + 8001040 + ] + ] + }, + { + "Level": 24, + "StageID": 442010220, + "MonsterList": [ + [ + 8001050, + 2022040, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 32, + "StageID": 442010221, + "MonsterList": [ + [ + 8001050, + 2022040, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 40, + "StageID": 442010222, + "MonsterList": [ + [ + 8001050, + 2022040, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 442010223, + "MonsterList": [ + [ + 8001050, + 2022040, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 56, + "StageID": 442010224, + "MonsterList": [ + [ + 8001050, + 2022040, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 442010225, + "MonsterList": [ + [ + 8001050, + 2022040, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 79, + "StageID": 442010226, + "MonsterList": [ + [ + 8001050, + 2022040, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 24, + "StageID": 442010230, + "MonsterList": [ + [ + 8001040, + 2022010, + 8001030, + 8001050 + ] + ] + }, + { + "Level": 32, + "StageID": 442010231, + "MonsterList": [ + [ + 8001040, + 2022010, + 8001030, + 8001050 + ] + ] + }, + { + "Level": 40, + "StageID": 442010232, + "MonsterList": [ + [ + 8001040, + 2022010, + 8001030, + 8001050 + ] + ] + }, + { + "Level": 48, + "StageID": 442010233, + "MonsterList": [ + [ + 8001040, + 2022010, + 8001030, + 8001050 + ] + ] + }, + { + "Level": 56, + "StageID": 442010234, + "MonsterList": [ + [ + 8001040, + 2022010, + 8001030, + 8001050 + ] + ] + }, + { + "Level": 66, + "StageID": 442010235, + "MonsterList": [ + [ + 8001040, + 2022010, + 8001030, + 8001050 + ] + ] + }, + { + "Level": 79, + "StageID": 442010236, + "MonsterList": [ + [ + 8001040, + 2022010, + 8001030, + 8001050 + ] + ] + }, + { + "Level": 24, + "StageID": 442010310, + "MonsterList": [ + [ + 2022010, + 202302004, + 2022060 + ] + ] + }, + { + "Level": 32, + "StageID": 442010311, + "MonsterList": [ + [ + 2022010, + 202302004, + 2022060 + ] + ] + }, + { + "Level": 40, + "StageID": 442010312, + "MonsterList": [ + [ + 2022010, + 202302004, + 2022060 + ] + ] + }, + { + "Level": 48, + "StageID": 442010313, + "MonsterList": [ + [ + 2022010, + 202302004, + 2022060 + ] + ] + }, + { + "Level": 56, + "StageID": 442010314, + "MonsterList": [ + [ + 2022010, + 202302004, + 2022060 + ] + ] + }, + { + "Level": 66, + "StageID": 442010315, + "MonsterList": [ + [ + 2022010, + 202302004, + 2022060 + ] + ] + }, + { + "Level": 79, + "StageID": 442010316, + "MonsterList": [ + [ + 2022010, + 202302004, + 2022060 + ] + ] + }, + { + "Level": 26, + "StageID": 442010510, + "MonsterList": [ + [ + 2022010, + 2022040, + 2022010 + ] + ] + }, + { + "Level": 34, + "StageID": 442010511, + "MonsterList": [ + [ + 2022010, + 2022040, + 2022010 + ] + ] + }, + { + "Level": 42, + "StageID": 442010512, + "MonsterList": [ + [ + 2022010, + 2022040, + 2022010 + ] + ] + }, + { + "Level": 50, + "StageID": 442010513, + "MonsterList": [ + [ + 2022010, + 2022040, + 2022010 + ] + ] + }, + { + "Level": 58, + "StageID": 442010514, + "MonsterList": [ + [ + 2022010, + 2022040, + 2022010 + ] + ] + }, + { + "Level": 68, + "StageID": 442010515, + "MonsterList": [ + [ + 2022010, + 2022040, + 2022010 + ] + ] + }, + { + "Level": 80, + "StageID": 442010516, + "MonsterList": [ + [ + 2022010, + 2022040, + 2022010 + ] + ] + }, + { + "Level": 26, + "StageID": 442010520, + "MonsterList": [ + [ + 2022040, + 2022010, + 2022050 + ] + ] + }, + { + "Level": 34, + "StageID": 442010521, + "MonsterList": [ + [ + 2022040, + 2022010, + 2022050 + ] + ] + }, + { + "Level": 42, + "StageID": 442010522, + "MonsterList": [ + [ + 2022040, + 2022010, + 2022050 + ] + ] + }, + { + "Level": 50, + "StageID": 442010523, + "MonsterList": [ + [ + 2022040, + 2022010, + 2022050 + ] + ] + }, + { + "Level": 58, + "StageID": 442010524, + "MonsterList": [ + [ + 2022040, + 2022010, + 2022050 + ] + ] + }, + { + "Level": 68, + "StageID": 442010525, + "MonsterList": [ + [ + 2022040, + 2022010, + 2022050 + ] + ] + }, + { + "Level": 80, + "StageID": 442010526, + "MonsterList": [ + [ + 2022040, + 2022010, + 2022050 + ] + ] + }, + { + "Level": 26, + "StageID": 442010530, + "MonsterList": [ + [ + 2022060, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 34, + "StageID": 442010531, + "MonsterList": [ + [ + 2022060, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 42, + "StageID": 442010532, + "MonsterList": [ + [ + 2022060, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 50, + "StageID": 442010533, + "MonsterList": [ + [ + 2022060, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 58, + "StageID": 442010534, + "MonsterList": [ + [ + 2022060, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 68, + "StageID": 442010535, + "MonsterList": [ + [ + 2022060, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 80, + "StageID": 442010536, + "MonsterList": [ + [ + 2022060, + 2022010, + 2022010 + ] + ] + }, + { + "Level": 26, + "StageID": 442010540, + "MonsterList": [ + [ + 2022050, + 2022010, + 2022050 + ] + ] + }, + { + "Level": 34, + "StageID": 442010541, + "MonsterList": [ + [ + 2022050, + 2022010, + 2022050 + ] + ] + }, + { + "Level": 42, + "StageID": 442010542, + "MonsterList": [ + [ + 2022050, + 2022010, + 2022050 + ] + ] + }, + { + "Level": 50, + "StageID": 442010543, + "MonsterList": [ + [ + 2022050, + 2022010, + 2022050 + ] + ] + }, + { + "Level": 58, + "StageID": 442010544, + "MonsterList": [ + [ + 2022050, + 2022010, + 2022050 + ] + ] + }, + { + "Level": 68, + "StageID": 442010545, + "MonsterList": [ + [ + 2022050, + 2022010, + 2022050 + ] + ] + }, + { + "Level": 80, + "StageID": 442010546, + "MonsterList": [ + [ + 2022050, + 2022010, + 2022050 + ] + ] + }, + { + "Level": 26, + "StageID": 442010550, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 34, + "StageID": 442010551, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 42, + "StageID": 442010552, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 50, + "StageID": 442010553, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 58, + "StageID": 442010554, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 68, + "StageID": 442010555, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 80, + "StageID": 442010556, + "MonsterList": [ + [ + 2022010, + 2022010, + 2022060 + ] + ] + }, + { + "Level": 26, + "StageID": 442010610, + "MonsterList": [ + [ + 2022010, + 2022040, + 2022010, + 2022050 + ] + ] + }, + { + "Level": 34, + "StageID": 442010611, + "MonsterList": [ + [ + 2022010, + 2022040, + 2022010, + 2022050 + ] + ] + }, + { + "Level": 42, + "StageID": 442010612, + "MonsterList": [ + [ + 2022010, + 2022040, + 2022010, + 2022050 + ] + ] + }, + { + "Level": 50, + "StageID": 442010613, + "MonsterList": [ + [ + 2022010, + 2022040, + 2022010, + 2022050 + ] + ] + }, + { + "Level": 58, + "StageID": 442010614, + "MonsterList": [ + [ + 2022010, + 2022040, + 2022010, + 2022050 + ] + ] + }, + { + "Level": 68, + "StageID": 442010615, + "MonsterList": [ + [ + 2022010, + 2022040, + 2022010, + 2022050 + ] + ] + }, + { + "Level": 80, + "StageID": 442010616, + "MonsterList": [ + [ + 2022010, + 2022040, + 2022010, + 2022050 + ] + ] + }, + { + "Level": 26, + "StageID": 442010710, + "MonsterList": [ + [ + 8001050, + 2022040, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 34, + "StageID": 442010711, + "MonsterList": [ + [ + 8001050, + 2022040, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 42, + "StageID": 442010712, + "MonsterList": [ + [ + 8001050, + 2022040, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 50, + "StageID": 442010713, + "MonsterList": [ + [ + 8001050, + 2022040, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 58, + "StageID": 442010714, + "MonsterList": [ + [ + 8001050, + 2022040, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 68, + "StageID": 442010715, + "MonsterList": [ + [ + 8001050, + 2022040, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 80, + "StageID": 442010716, + "MonsterList": [ + [ + 8001050, + 2022040, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 26, + "StageID": 442010720, + "MonsterList": [ + [ + 2022010, + 2022060, + 2022010 + ] + ] + }, + { + "Level": 34, + "StageID": 442010721, + "MonsterList": [ + [ + 2022010, + 2022060, + 2022010 + ] + ] + }, + { + "Level": 42, + "StageID": 442010722, + "MonsterList": [ + [ + 2022010, + 2022060, + 2022010 + ] + ] + }, + { + "Level": 50, + "StageID": 442010723, + "MonsterList": [ + [ + 2022010, + 2022060, + 2022010 + ] + ] + }, + { + "Level": 58, + "StageID": 442010724, + "MonsterList": [ + [ + 2022010, + 2022060, + 2022010 + ] + ] + }, + { + "Level": 68, + "StageID": 442010725, + "MonsterList": [ + [ + 2022010, + 2022060, + 2022010 + ] + ] + }, + { + "Level": 80, + "StageID": 442010726, + "MonsterList": [ + [ + 2022010, + 2022060, + 2022010 + ] + ] + }, + { + "Level": 26, + "StageID": 442010730, + "MonsterList": [ + [ + 2022050, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 34, + "StageID": 442010731, + "MonsterList": [ + [ + 2022050, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 42, + "StageID": 442010732, + "MonsterList": [ + [ + 2022050, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 50, + "StageID": 442010733, + "MonsterList": [ + [ + 2022050, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 58, + "StageID": 442010734, + "MonsterList": [ + [ + 2022050, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 68, + "StageID": 442010735, + "MonsterList": [ + [ + 2022050, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 80, + "StageID": 442010736, + "MonsterList": [ + [ + 2022050, + 2022060, + 2022040 + ] + ] + }, + { + "Level": 26, + "StageID": 442010740, + "MonsterList": [ + [ + 8001040, + 2022010, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 34, + "StageID": 442010741, + "MonsterList": [ + [ + 8001040, + 2022010, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 42, + "StageID": 442010742, + "MonsterList": [ + [ + 8001040, + 2022010, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 50, + "StageID": 442010743, + "MonsterList": [ + [ + 8001040, + 2022010, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 58, + "StageID": 442010744, + "MonsterList": [ + [ + 8001040, + 2022010, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 68, + "StageID": 442010745, + "MonsterList": [ + [ + 8001040, + 2022010, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 80, + "StageID": 442010746, + "MonsterList": [ + [ + 8001040, + 2022010, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 26, + "StageID": 442010750, + "MonsterList": [ + [ + 2022010, + 2022060, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 34, + "StageID": 442010751, + "MonsterList": [ + [ + 2022010, + 2022060, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 42, + "StageID": 442010752, + "MonsterList": [ + [ + 2022010, + 2022060, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 50, + "StageID": 442010753, + "MonsterList": [ + [ + 2022010, + 2022060, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 58, + "StageID": 442010754, + "MonsterList": [ + [ + 2022010, + 2022060, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 68, + "StageID": 442010755, + "MonsterList": [ + [ + 2022010, + 2022060, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 80, + "StageID": 442010756, + "MonsterList": [ + [ + 2022010, + 2022060, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 26, + "StageID": 442010810, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 34, + "StageID": 442010811, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 42, + "StageID": 442010812, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 50, + "StageID": 442010813, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 58, + "StageID": 442010814, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 68, + "StageID": 442010815, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 80, + "StageID": 442010816, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 26, + "StageID": 442010820, + "MonsterList": [ + [ + 8001040, + 2022050, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 34, + "StageID": 442010821, + "MonsterList": [ + [ + 8001040, + 2022050, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 42, + "StageID": 442010822, + "MonsterList": [ + [ + 8001040, + 2022050, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 50, + "StageID": 442010823, + "MonsterList": [ + [ + 8001040, + 2022050, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 58, + "StageID": 442010824, + "MonsterList": [ + [ + 8001040, + 2022050, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 68, + "StageID": 442010825, + "MonsterList": [ + [ + 8001040, + 2022050, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 80, + "StageID": 442010826, + "MonsterList": [ + [ + 8001040, + 2022050, + 2022010, + 8001040 + ] + ] + }, + { + "Level": 26, + "StageID": 442010830, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022040, + 8001050 + ] + ] + }, + { + "Level": 34, + "StageID": 442010831, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022040, + 8001050 + ] + ] + }, + { + "Level": 42, + "StageID": 442010832, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022040, + 8001050 + ] + ] + }, + { + "Level": 50, + "StageID": 442010833, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022040, + 8001050 + ] + ] + }, + { + "Level": 58, + "StageID": 442010834, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022040, + 8001050 + ] + ] + }, + { + "Level": 68, + "StageID": 442010835, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022040, + 8001050 + ] + ] + }, + { + "Level": 80, + "StageID": 442010836, + "MonsterList": [ + [ + 8001050, + 2022010, + 2022040, + 8001050 + ] + ] + }, + { + "Level": 26, + "StageID": 442010840, + "MonsterList": [ + [ + 2022050, + 2022010, + 2022040 + ] + ] + }, + { + "Level": 34, + "StageID": 442010841, + "MonsterList": [ + [ + 2022050, + 2022010, + 2022040 + ] + ] + }, + { + "Level": 42, + "StageID": 442010842, + "MonsterList": [ + [ + 2022050, + 2022010, + 2022040 + ] + ] + }, + { + "Level": 50, + "StageID": 442010843, + "MonsterList": [ + [ + 2022050, + 2022010, + 2022040 + ] + ] + }, + { + "Level": 58, + "StageID": 442010844, + "MonsterList": [ + [ + 2022050, + 2022010, + 2022040 + ] + ] + }, + { + "Level": 68, + "StageID": 442010845, + "MonsterList": [ + [ + 2022050, + 2022010, + 2022040 + ] + ] + }, + { + "Level": 80, + "StageID": 442010846, + "MonsterList": [ + [ + 2022050, + 2022010, + 2022040 + ] + ] + }, + { + "Level": 26, + "StageID": 442010850, + "MonsterList": [ + [ + 8001050, + 2022040, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 34, + "StageID": 442010851, + "MonsterList": [ + [ + 8001050, + 2022040, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 42, + "StageID": 442010852, + "MonsterList": [ + [ + 8001050, + 2022040, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 50, + "StageID": 442010853, + "MonsterList": [ + [ + 8001050, + 2022040, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 58, + "StageID": 442010854, + "MonsterList": [ + [ + 8001050, + 2022040, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 68, + "StageID": 442010855, + "MonsterList": [ + [ + 8001050, + 2022040, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 80, + "StageID": 442010856, + "MonsterList": [ + [ + 8001050, + 2022040, + 2022010, + 8001050 + ] + ] + }, + { + "Level": 26, + "StageID": 442010860, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022060 + ] + ] + }, + { + "Level": 34, + "StageID": 442010861, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022060 + ] + ] + }, + { + "Level": 42, + "StageID": 442010862, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022060 + ] + ] + }, + { + "Level": 50, + "StageID": 442010863, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022060 + ] + ] + }, + { + "Level": 58, + "StageID": 442010864, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022060 + ] + ] + }, + { + "Level": 68, + "StageID": 442010865, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022060 + ] + ] + }, + { + "Level": 80, + "StageID": 442010866, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022060 + ] + ] + }, + { + "Level": 26, + "StageID": 442010870, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 34, + "StageID": 442010871, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 42, + "StageID": 442010872, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 50, + "StageID": 442010873, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 58, + "StageID": 442010874, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 68, + "StageID": 442010875, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 80, + "StageID": 442010876, + "MonsterList": [ + [ + 2022040, + 2022060, + 2022050 + ] + ] + }, + { + "Level": 26, + "StageID": 442010910, + "MonsterList": [ + [ + 202301010, + 8002040 + ] + ] + }, + { + "Level": 34, + "StageID": 442010911, + "MonsterList": [ + [ + 202301010, + 8002040 + ] + ] + }, + { + "Level": 42, + "StageID": 442010912, + "MonsterList": [ + [ + 202301010, + 8002040 + ] + ] + }, + { + "Level": 50, + "StageID": 442010913, + "MonsterList": [ + [ + 202301010, + 8002040 + ] + ] + }, + { + "Level": 58, + "StageID": 442010914, + "MonsterList": [ + [ + 202301010, + 8002040 + ] + ] + }, + { + "Level": 68, + "StageID": 442010915, + "MonsterList": [ + [ + 202301010, + 8002040 + ] + ] + }, + { + "Level": 80, + "StageID": 442010916, + "MonsterList": [ + [ + 202301010, + 8002040 + ] + ] + }, + { + "Level": 28, + "StageID": 442012010, + "MonsterList": [ + [ + 2022040, + 8002040, + 2022040 + ] + ] + }, + { + "Level": 36, + "StageID": 442012011, + "MonsterList": [ + [ + 2022040, + 8002040, + 2022040 + ] + ] + }, + { + "Level": 44, + "StageID": 442012012, + "MonsterList": [ + [ + 2022040, + 8002040, + 2022040 + ] + ] + }, + { + "Level": 52, + "StageID": 442012013, + "MonsterList": [ + [ + 2022040, + 8002040, + 2022040 + ] + ] + }, + { + "Level": 60, + "StageID": 442012014, + "MonsterList": [ + [ + 2022040, + 8002040, + 2022040 + ] + ] + }, + { + "Level": 70, + "StageID": 442012015, + "MonsterList": [ + [ + 2022040, + 8002040, + 2022040 + ] + ] + }, + { + "Level": 81, + "StageID": 442012016, + "MonsterList": [ + [ + 2022040, + 8002040, + 2022040 + ] + ] + }, + { + "Level": 28, + "StageID": 442012110, + "MonsterList": [ + [ + 2012010, + 800204003, + 2012010 + ] + ] + }, + { + "Level": 36, + "StageID": 442012111, + "MonsterList": [ + [ + 2012010, + 800204003, + 2012010 + ] + ] + }, + { + "Level": 44, + "StageID": 442012112, + "MonsterList": [ + [ + 2012010, + 800204003, + 2012010 + ] + ] + }, + { + "Level": 52, + "StageID": 442012113, + "MonsterList": [ + [ + 2012010, + 800204003, + 2012010 + ] + ] + }, + { + "Level": 60, + "StageID": 442012114, + "MonsterList": [ + [ + 2012010, + 800204003, + 2012010 + ] + ] + }, + { + "Level": 70, + "StageID": 442012115, + "MonsterList": [ + [ + 2012010, + 800204003, + 2012010 + ] + ] + }, + { + "Level": 81, + "StageID": 442012116, + "MonsterList": [ + [ + 2012010, + 800204003, + 2012010 + ] + ] + }, + { + "Level": 28, + "StageID": 442012120, + "MonsterList": [ + [ + 2022010, + 800204003, + 2022060 + ] + ] + }, + { + "Level": 36, + "StageID": 442012121, + "MonsterList": [ + [ + 2022010, + 800204003, + 2022060 + ] + ] + }, + { + "Level": 44, + "StageID": 442012122, + "MonsterList": [ + [ + 2022010, + 800204003, + 2022060 + ] + ] + }, + { + "Level": 52, + "StageID": 442012123, + "MonsterList": [ + [ + 2022010, + 800204003, + 2022060 + ] + ] + }, + { + "Level": 60, + "StageID": 442012124, + "MonsterList": [ + [ + 2022010, + 800204003, + 2022060 + ] + ] + }, + { + "Level": 70, + "StageID": 442012125, + "MonsterList": [ + [ + 2022010, + 800204003, + 2022060 + ] + ] + }, + { + "Level": 81, + "StageID": 442012126, + "MonsterList": [ + [ + 2022010, + 800204003, + 2022060 + ] + ] + }, + { + "Level": 28, + "StageID": 442012130, + "MonsterList": [ + [ + 2022050, + 2012010, + 800204003 + ] + ] + }, + { + "Level": 36, + "StageID": 442012131, + "MonsterList": [ + [ + 2022050, + 2012010, + 800204003 + ] + ] + }, + { + "Level": 44, + "StageID": 442012132, + "MonsterList": [ + [ + 2022050, + 2012010, + 800204003 + ] + ] + }, + { + "Level": 52, + "StageID": 442012133, + "MonsterList": [ + [ + 2022050, + 2012010, + 800204003 + ] + ] + }, + { + "Level": 60, + "StageID": 442012134, + "MonsterList": [ + [ + 2022050, + 2012010, + 800204003 + ] + ] + }, + { + "Level": 70, + "StageID": 442012135, + "MonsterList": [ + [ + 2022050, + 2012010, + 800204003 + ] + ] + }, + { + "Level": 81, + "StageID": 442012136, + "MonsterList": [ + [ + 2022050, + 2012010, + 800204003 + ] + ] + }, + { + "Level": 28, + "StageID": 442012140, + "MonsterList": [ + [ + 2022060, + 2012010, + 800204003, + 2022060 + ] + ] + }, + { + "Level": 36, + "StageID": 442012141, + "MonsterList": [ + [ + 2022060, + 2012010, + 800204003, + 2022060 + ] + ] + }, + { + "Level": 44, + "StageID": 442012142, + "MonsterList": [ + [ + 2022060, + 2012010, + 800204003, + 2022060 + ] + ] + }, + { + "Level": 52, + "StageID": 442012143, + "MonsterList": [ + [ + 2022060, + 2012010, + 800204003, + 2022060 + ] + ] + }, + { + "Level": 60, + "StageID": 442012144, + "MonsterList": [ + [ + 2022060, + 2012010, + 800204003, + 2022060 + ] + ] + }, + { + "Level": 70, + "StageID": 442012145, + "MonsterList": [ + [ + 2022060, + 2012010, + 800204003, + 2022060 + ] + ] + }, + { + "Level": 81, + "StageID": 442012146, + "MonsterList": [ + [ + 2022060, + 2012010, + 800204003, + 2022060 + ] + ] + }, + { + "Level": 28, + "StageID": 442012150, + "MonsterList": [ + [ + 8001030, + 800204003, + 2022050, + 8001030 + ] + ] + }, + { + "Level": 36, + "StageID": 442012151, + "MonsterList": [ + [ + 8001030, + 800204003, + 2022050, + 8001030 + ] + ] + }, + { + "Level": 44, + "StageID": 442012152, + "MonsterList": [ + [ + 8001030, + 800204003, + 2022050, + 8001030 + ] + ] + }, + { + "Level": 52, + "StageID": 442012153, + "MonsterList": [ + [ + 8001030, + 800204003, + 2022050, + 8001030 + ] + ] + }, + { + "Level": 60, + "StageID": 442012154, + "MonsterList": [ + [ + 8001030, + 800204003, + 2022050, + 8001030 + ] + ] + }, + { + "Level": 70, + "StageID": 442012155, + "MonsterList": [ + [ + 8001030, + 800204003, + 2022050, + 8001030 + ] + ] + }, + { + "Level": 81, + "StageID": 442012156, + "MonsterList": [ + [ + 8001030, + 800204003, + 2022050, + 8001030 + ] + ] + }, + { + "Level": 28, + "StageID": 442012210, + "MonsterList": [ + [ + 201301005, + 2022040, + 8002040 + ] + ] + }, + { + "Level": 36, + "StageID": 442012211, + "MonsterList": [ + [ + 201301005, + 2022040, + 8002040 + ] + ] + }, + { + "Level": 44, + "StageID": 442012212, + "MonsterList": [ + [ + 201301005, + 2022040, + 8002040 + ] + ] + }, + { + "Level": 52, + "StageID": 442012213, + "MonsterList": [ + [ + 201301005, + 2022040, + 8002040 + ] + ] + }, + { + "Level": 60, + "StageID": 442012214, + "MonsterList": [ + [ + 201301005, + 2022040, + 8002040 + ] + ] + }, + { + "Level": 70, + "StageID": 442012215, + "MonsterList": [ + [ + 201301005, + 2022040, + 8002040 + ] + ] + }, + { + "Level": 81, + "StageID": 442012216, + "MonsterList": [ + [ + 201301005, + 2022040, + 8002040 + ] + ] + }, + { + "Level": 25, + "StageID": 442020010, + "MonsterList": [ + [ + 2023030, + 8003020, + 2013020 + ] + ] + }, + { + "Level": 32, + "StageID": 442020011, + "MonsterList": [ + [ + 2023030, + 8003020, + 2013020 + ] + ] + }, + { + "Level": 43, + "StageID": 442020012, + "MonsterList": [ + [ + 2023030, + 8003020, + 2013020 + ] + ] + }, + { + "Level": 55, + "StageID": 442020013, + "MonsterList": [ + [ + 2023030, + 8003020, + 2013020 + ] + ] + }, + { + "Level": 66, + "StageID": 442020014, + "MonsterList": [ + [ + 2023030, + 8003020, + 2013020 + ] + ] + }, + { + "Level": 77, + "StageID": 442020015, + "MonsterList": [ + [ + 2023030, + 8003020, + 2013020 + ] + ] + }, + { + "Level": 85, + "StageID": 442020016, + "MonsterList": [ + [ + 2023030, + 8003020, + 2013020 + ] + ] + }, + { + "Level": 25, + "StageID": 442020110, + "MonsterList": [ + [ + 8001040, + 8001010, + 8001050, + 8001020 + ] + ] + }, + { + "Level": 32, + "StageID": 442020111, + "MonsterList": [ + [ + 8001040, + 8001010, + 8001050, + 8001020 + ] + ] + }, + { + "Level": 43, + "StageID": 442020112, + "MonsterList": [ + [ + 8001040, + 8001010, + 8001050, + 8001020 + ] + ] + }, + { + "Level": 55, + "StageID": 442020113, + "MonsterList": [ + [ + 8001040, + 8001010, + 8001050, + 8001020 + ] + ] + }, + { + "Level": 66, + "StageID": 442020114, + "MonsterList": [ + [ + 8001040, + 8001010, + 8001050, + 8001020 + ] + ] + }, + { + "Level": 77, + "StageID": 442020115, + "MonsterList": [ + [ + 8001040, + 8001010, + 8001050, + 8001020 + ] + ] + }, + { + "Level": 85, + "StageID": 442020116, + "MonsterList": [ + [ + 8001040, + 8001010, + 8001050, + 8001020 + ] + ] + }, + { + "Level": 25, + "StageID": 442020210, + "MonsterList": [ + [ + 2002010, + 2002030 + ] + ] + }, + { + "Level": 32, + "StageID": 442020211, + "MonsterList": [ + [ + 2002010, + 2002030 + ] + ] + }, + { + "Level": 43, + "StageID": 442020212, + "MonsterList": [ + [ + 2002010, + 2002030 + ] + ] + }, + { + "Level": 55, + "StageID": 442020213, + "MonsterList": [ + [ + 2002010, + 2002030 + ] + ] + }, + { + "Level": 66, + "StageID": 442020214, + "MonsterList": [ + [ + 2002010, + 2002030 + ] + ] + }, + { + "Level": 77, + "StageID": 442020215, + "MonsterList": [ + [ + 2002010, + 2002030 + ] + ] + }, + { + "Level": 85, + "StageID": 442020216, + "MonsterList": [ + [ + 2002010, + 2002030 + ] + ] + }, + { + "Level": 25, + "StageID": 442020310, + "MonsterList": [ + [ + 2013010, + 2023010, + 8003050 + ] + ] + }, + { + "Level": 32, + "StageID": 442020311, + "MonsterList": [ + [ + 2013010, + 2023010, + 8003050 + ] + ] + }, + { + "Level": 43, + "StageID": 442020312, + "MonsterList": [ + [ + 2013010, + 2023010, + 8003050 + ] + ] + }, + { + "Level": 55, + "StageID": 442020313, + "MonsterList": [ + [ + 2013010, + 2023010, + 8003050 + ] + ] + }, + { + "Level": 66, + "StageID": 442020314, + "MonsterList": [ + [ + 2013010, + 2023010, + 8003050 + ] + ] + }, + { + "Level": 77, + "StageID": 442020315, + "MonsterList": [ + [ + 2013010, + 2023010, + 8003050 + ] + ] + }, + { + "Level": 85, + "StageID": 442020316, + "MonsterList": [ + [ + 2013010, + 2023010, + 8003050 + ] + ] + }, + { + "Level": 24, + "StageID": 443011010, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 443011011, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 443011012, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 443011013, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 443011014, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 443011015, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 443011016, + "MonsterList": [ + [ + 3011010, + 3011010, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 443011020, + "MonsterList": [ + [ + 3001010, + 3011010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 32, + "StageID": 443011021, + "MonsterList": [ + [ + 3001010, + 3011010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 40, + "StageID": 443011022, + "MonsterList": [ + [ + 3001010, + 3011010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 48, + "StageID": 443011023, + "MonsterList": [ + [ + 3001010, + 3011010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 56, + "StageID": 443011024, + "MonsterList": [ + [ + 3001010, + 3011010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 66, + "StageID": 443011025, + "MonsterList": [ + [ + 3001010, + 3011010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 82, + "StageID": 443011026, + "MonsterList": [ + [ + 3001010, + 3011010, + 3011010, + 3001010 + ] + ] + }, + { + "Level": 24, + "StageID": 443011030, + "MonsterList": [ + [ + 3001020, + 3011010, + 3011010, + 3001020 + ] + ] + }, + { + "Level": 32, + "StageID": 443011031, + "MonsterList": [ + [ + 3001020, + 3011010, + 3011010, + 3001020 + ] + ] + }, + { + "Level": 40, + "StageID": 443011032, + "MonsterList": [ + [ + 3001020, + 3011010, + 3011010, + 3001020 + ] + ] + }, + { + "Level": 48, + "StageID": 443011033, + "MonsterList": [ + [ + 3001020, + 3011010, + 3011010, + 3001020 + ] + ] + }, + { + "Level": 56, + "StageID": 443011034, + "MonsterList": [ + [ + 3001020, + 3011010, + 3011010, + 3001020 + ] + ] + }, + { + "Level": 66, + "StageID": 443011035, + "MonsterList": [ + [ + 3001020, + 3011010, + 3011010, + 3001020 + ] + ] + }, + { + "Level": 82, + "StageID": 443011036, + "MonsterList": [ + [ + 3001020, + 3011010, + 3011010, + 3001020 + ] + ] + }, + { + "Level": 24, + "StageID": 443012010, + "MonsterList": [ + [ + 301202001, + 301202001 + ] + ] + }, + { + "Level": 32, + "StageID": 443012011, + "MonsterList": [ + [ + 301202001, + 301202001 + ] + ] + }, + { + "Level": 40, + "StageID": 443012012, + "MonsterList": [ + [ + 301202001, + 301202001 + ] + ] + }, + { + "Level": 48, + "StageID": 443012013, + "MonsterList": [ + [ + 301202001, + 301202001 + ] + ] + }, + { + "Level": 56, + "StageID": 443012014, + "MonsterList": [ + [ + 301202001, + 301202001 + ] + ] + }, + { + "Level": 66, + "StageID": 443012015, + "MonsterList": [ + [ + 301202001, + 301202001 + ] + ] + }, + { + "Level": 82, + "StageID": 443012016, + "MonsterList": [ + [ + 301202001, + 301202001 + ] + ] + }, + { + "Level": 24, + "StageID": 443012020, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 443012021, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 443012022, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 443012023, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 443012024, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 443012025, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 443012026, + "MonsterList": [ + [ + 3011010, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 443012030, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 443012031, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 443012032, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 443012033, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 443012034, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 443012035, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 443012036, + "MonsterList": [ + [ + 3011010, + 301202001, + 301202001, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 443013010, + "MonsterList": [ + [ + 3002010, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 443013011, + "MonsterList": [ + [ + 3002010, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 443013012, + "MonsterList": [ + [ + 3002010, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 443013013, + "MonsterList": [ + [ + 3002010, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 443013014, + "MonsterList": [ + [ + 3002010, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 443013015, + "MonsterList": [ + [ + 3002010, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 443013016, + "MonsterList": [ + [ + 3002010, + 3002010 + ] + ] + }, + { + "Level": 24, + "StageID": 443013020, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 32, + "StageID": 443013021, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 40, + "StageID": 443013022, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 443013023, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 56, + "StageID": 443013024, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 66, + "StageID": 443013025, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 82, + "StageID": 443013026, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 24, + "StageID": 443013030, + "MonsterList": [ + [ + 3011010, + 3002010, + 3002010, + 3011010 + ] + ] + }, + { + "Level": 32, + "StageID": 443013031, + "MonsterList": [ + [ + 3011010, + 3002010, + 3002010, + 3011010 + ] + ] + }, + { + "Level": 40, + "StageID": 443013032, + "MonsterList": [ + [ + 3011010, + 3002010, + 3002010, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 443013033, + "MonsterList": [ + [ + 3011010, + 3002010, + 3002010, + 3011010 + ] + ] + }, + { + "Level": 56, + "StageID": 443013034, + "MonsterList": [ + [ + 3011010, + 3002010, + 3002010, + 3011010 + ] + ] + }, + { + "Level": 66, + "StageID": 443013035, + "MonsterList": [ + [ + 3011010, + 3002010, + 3002010, + 3011010 + ] + ] + }, + { + "Level": 82, + "StageID": 443013036, + "MonsterList": [ + [ + 3011010, + 3002010, + 3002010, + 3011010 + ] + ] + }, + { + "Level": 24, + "StageID": 443050020, + "MonsterList": [ + [ + 301202001 + ] + ] + }, + { + "Level": 32, + "StageID": 443050021, + "MonsterList": [ + [ + 301202001 + ] + ] + }, + { + "Level": 40, + "StageID": 443050022, + "MonsterList": [ + [ + 301202001 + ] + ] + }, + { + "Level": 48, + "StageID": 443050023, + "MonsterList": [ + [ + 301202001 + ] + ] + }, + { + "Level": 56, + "StageID": 443050024, + "MonsterList": [ + [ + 301202001 + ] + ] + }, + { + "Level": 66, + "StageID": 443050025, + "MonsterList": [ + [ + 301202001 + ] + ] + }, + { + "Level": 82, + "StageID": 443050026, + "MonsterList": [ + [ + 301202001 + ] + ] + }, + { + "Level": 24, + "StageID": 443050030, + "MonsterList": [ + [ + 301202001 + ] + ] + }, + { + "Level": 32, + "StageID": 443050031, + "MonsterList": [ + [ + 301202001 + ] + ] + }, + { + "Level": 40, + "StageID": 443050032, + "MonsterList": [ + [ + 301202001 + ] + ] + }, + { + "Level": 48, + "StageID": 443050033, + "MonsterList": [ + [ + 301202001 + ] + ] + }, + { + "Level": 56, + "StageID": 443050034, + "MonsterList": [ + [ + 301202001 + ] + ] + }, + { + "Level": 66, + "StageID": 443050035, + "MonsterList": [ + [ + 301202001 + ] + ] + }, + { + "Level": 82, + "StageID": 443050036, + "MonsterList": [ + [ + 301202001 + ] + ] + }, + { + "Level": 28, + "StageID": 830008010, + "MonsterList": [ + [ + 3011010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 38, + "StageID": 830008011, + "MonsterList": [ + [ + 3011010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 48, + "StageID": 830008012, + "MonsterList": [ + [ + 3011010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 58, + "StageID": 830008013, + "MonsterList": [ + [ + 3011010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 68, + "StageID": 830008014, + "MonsterList": [ + [ + 3011010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 76, + "StageID": 830008015, + "MonsterList": [ + [ + 3011010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 81, + "StageID": 830008016, + "MonsterList": [ + [ + 3011010, + 3001020, + 3011010 + ] + ] + }, + { + "Level": 28, + "StageID": 830008020, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 38, + "StageID": 830008021, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 48, + "StageID": 830008022, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 58, + "StageID": 830008023, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 68, + "StageID": 830008024, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 76, + "StageID": 830008025, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 81, + "StageID": 830008026, + "MonsterList": [ + [ + 3002010, + 3002010, + 3002010 + ] + ] + }, + { + "Level": 28, + "StageID": 830008030, + "MonsterList": [ + [ + 3002040, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 38, + "StageID": 830008031, + "MonsterList": [ + [ + 3002040, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 48, + "StageID": 830008032, + "MonsterList": [ + [ + 3002040, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 58, + "StageID": 830008033, + "MonsterList": [ + [ + 3002040, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 68, + "StageID": 830008034, + "MonsterList": [ + [ + 3002040, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 76, + "StageID": 830008035, + "MonsterList": [ + [ + 3002040, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 81, + "StageID": 830008036, + "MonsterList": [ + [ + 3002040, + 3002030, + 3002030 + ] + ] + }, + { + "Level": 29, + "StageID": 830009010, + "MonsterList": [ + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 39, + "StageID": 830009011, + "MonsterList": [ + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 49, + "StageID": 830009012, + "MonsterList": [ + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 59, + "StageID": 830009013, + "MonsterList": [ + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 69, + "StageID": 830009014, + "MonsterList": [ + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 77, + "StageID": 830009015, + "MonsterList": [ + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 82, + "StageID": 830009016, + "MonsterList": [ + [ + 1022020, + 1023010, + 1022020 + ] + ] + }, + { + "Level": 30, + "StageID": 830009020, + "MonsterList": [ + [ + 1002050, + 1002040, + 1002030, + 1002040, + 1002050 + ], + [ + 1002050, + 1003010, + 1002050 + ] + ] + }, + { + "Level": 40, + "StageID": 830009021, + "MonsterList": [ + [ + 1002050, + 1002040, + 1002030, + 1002040, + 1002050 + ], + [ + 1002050, + 1003010, + 1002050 + ] + ] + }, + { + "Level": 50, + "StageID": 830009022, + "MonsterList": [ + [ + 1002050, + 1002040, + 1002030, + 1002040, + 1002050 + ], + [ + 1002050, + 1003010, + 1002050 + ] + ] + }, + { + "Level": 60, + "StageID": 830009023, + "MonsterList": [ + [ + 1002050, + 1002040, + 1002030, + 1002040, + 1002050 + ], + [ + 1002050, + 1003010, + 1002050 + ] + ] + }, + { + "Level": 70, + "StageID": 830009024, + "MonsterList": [ + [ + 1002050, + 1002040, + 1002030, + 1002040, + 1002050 + ], + [ + 1002050, + 1003010, + 1002050 + ] + ] + }, + { + "Level": 78, + "StageID": 830009025, + "MonsterList": [ + [ + 1002050, + 1002040, + 1002030, + 1002040, + 1002050 + ], + [ + 1002050, + 1003010, + 1002050 + ] + ] + }, + { + "Level": 83, + "StageID": 830009026, + "MonsterList": [ + [ + 1002050, + 1002040, + 1002030, + 1002040, + 1002050 + ], + [ + 1002050, + 1003010, + 1002050 + ] + ] + }, + { + "Level": 16, + "StageID": 830199000, + "MonsterList": [ + [ + 4012030, + 4013010, + 4012030 + ] + ] + }, + { + "Level": 25, + "StageID": 830199001, + "MonsterList": [ + [ + 4012030, + 4013010, + 4012030 + ] + ] + }, + { + "Level": 35, + "StageID": 830199002, + "MonsterList": [ + [ + 4012030, + 4013010, + 4012030 + ] + ] + }, + { + "Level": 45, + "StageID": 830199003, + "MonsterList": [ + [ + 4012030, + 4013010, + 4012030 + ] + ] + }, + { + "Level": 55, + "StageID": 830199004, + "MonsterList": [ + [ + 4012030, + 4013010, + 4012030 + ] + ] + }, + { + "Level": 65, + "StageID": 830199005, + "MonsterList": [ + [ + 4012030, + 4013010, + 4012030 + ] + ] + }, + { + "Level": 70, + "StageID": 830199006, + "MonsterList": [ + [ + 4012030, + 4013010, + 4012030 + ] + ] + }, + { + "Level": 16, + "StageID": 830199010, + "MonsterList": [ + [ + 3002030, + 3003020, + 3002030 + ] + ] + }, + { + "Level": 25, + "StageID": 830199011, + "MonsterList": [ + [ + 3002030, + 3003020, + 3002030 + ] + ] + }, + { + "Level": 35, + "StageID": 830199012, + "MonsterList": [ + [ + 3002030, + 3003020, + 3002030 + ] + ] + }, + { + "Level": 45, + "StageID": 830199013, + "MonsterList": [ + [ + 3002030, + 3003020, + 3002030 + ] + ] + }, + { + "Level": 55, + "StageID": 830199014, + "MonsterList": [ + [ + 3002030, + 3003020, + 3002030 + ] + ] + }, + { + "Level": 65, + "StageID": 830199015, + "MonsterList": [ + [ + 3002030, + 3003020, + 3002030 + ] + ] + }, + { + "Level": 70, + "StageID": 830199016, + "MonsterList": [ + [ + 3002030, + 3003020, + 3002030 + ] + ] + }, + { + "Level": 16, + "StageID": 830199020, + "MonsterList": [ + [ + 3003010 + ] + ] + }, + { + "Level": 25, + "StageID": 830199021, + "MonsterList": [ + [ + 3003010 + ] + ] + }, + { + "Level": 35, + "StageID": 830199022, + "MonsterList": [ + [ + 3003010 + ] + ] + }, + { + "Level": 45, + "StageID": 830199023, + "MonsterList": [ + [ + 3003010 + ] + ] + }, + { + "Level": 55, + "StageID": 830199024, + "MonsterList": [ + [ + 3003010 + ] + ] + }, + { + "Level": 65, + "StageID": 830199025, + "MonsterList": [ + [ + 3003010 + ] + ] + }, + { + "Level": 70, + "StageID": 830199026, + "MonsterList": [ + [ + 3003010 + ] + ] + }, + { + "Level": 20, + "StageID": 899990010, + "MonsterList": [ + [ + 1003011 + ] + ] + }, + { + "Level": 36, + "StageID": 899990011, + "MonsterList": [ + [ + 1003011 + ] + ] + }, + { + "Level": 46, + "StageID": 899990012, + "MonsterList": [ + [ + 1003011 + ] + ] + }, + { + "Level": 56, + "StageID": 899990013, + "MonsterList": [ + [ + 1003011 + ] + ] + }, + { + "Level": 66, + "StageID": 899990014, + "MonsterList": [ + [ + 1003011 + ] + ] + }, + { + "Level": 76, + "StageID": 899990015, + "MonsterList": [ + [ + 1003011 + ] + ] + }, + { + "Level": 82, + "StageID": 899990016, + "MonsterList": [ + [ + 1003011 + ] + ] + }, + { + "Level": 20, + "StageID": 899990020, + "MonsterList": [ + [ + 1013011 + ] + ] + }, + { + "Level": 36, + "StageID": 899990021, + "MonsterList": [ + [ + 1013011 + ] + ] + }, + { + "Level": 46, + "StageID": 899990022, + "MonsterList": [ + [ + 1013011 + ] + ] + }, + { + "Level": 56, + "StageID": 899990023, + "MonsterList": [ + [ + 1013011 + ] + ] + }, + { + "Level": 66, + "StageID": 899990024, + "MonsterList": [ + [ + 1013011 + ] + ] + }, + { + "Level": 76, + "StageID": 899990025, + "MonsterList": [ + [ + 1013011 + ] + ] + }, + { + "Level": 82, + "StageID": 899990026, + "MonsterList": [ + [ + 1013011 + ] + ] + }, + { + "Level": 20, + "StageID": 899990030, + "MonsterList": [ + [ + 1012010, + 1013021, + 1012010 + ] + ] + }, + { + "Level": 36, + "StageID": 899990031, + "MonsterList": [ + [ + 1012010, + 1013021, + 1012010 + ] + ] + }, + { + "Level": 46, + "StageID": 899990032, + "MonsterList": [ + [ + 1012010, + 1013021, + 1012010 + ] + ] + }, + { + "Level": 56, + "StageID": 899990033, + "MonsterList": [ + [ + 1012010, + 1013021, + 1012010 + ] + ] + }, + { + "Level": 66, + "StageID": 899990034, + "MonsterList": [ + [ + 1012010, + 1013021, + 1012010 + ] + ] + }, + { + "Level": 76, + "StageID": 899990035, + "MonsterList": [ + [ + 1012010, + 1013021, + 1012010 + ] + ] + }, + { + "Level": 82, + "StageID": 899990036, + "MonsterList": [ + [ + 1012010, + 1013021, + 1012010 + ] + ] + }, + { + "Level": 20, + "StageID": 899990040, + "MonsterList": [ + [ + 1022020, + 1023011, + 1022020 + ] + ] + }, + { + "Level": 36, + "StageID": 899990041, + "MonsterList": [ + [ + 1022020, + 1023011, + 1022020 + ] + ] + }, + { + "Level": 46, + "StageID": 899990042, + "MonsterList": [ + [ + 1022020, + 1023011, + 1022020 + ] + ] + }, + { + "Level": 56, + "StageID": 899990043, + "MonsterList": [ + [ + 1022020, + 1023011, + 1022020 + ] + ] + }, + { + "Level": 66, + "StageID": 899990044, + "MonsterList": [ + [ + 1022020, + 1023011, + 1022020 + ] + ] + }, + { + "Level": 76, + "StageID": 899990045, + "MonsterList": [ + [ + 1022020, + 1023011, + 1022020 + ] + ] + }, + { + "Level": 82, + "StageID": 899990046, + "MonsterList": [ + [ + 1022020, + 1023011, + 1022020 + ] + ] + }, + { + "Level": 20, + "StageID": 899990050, + "MonsterList": [ + [ + 1023021 + ] + ] + }, + { + "Level": 36, + "StageID": 899990051, + "MonsterList": [ + [ + 1023021 + ] + ] + }, + { + "Level": 46, + "StageID": 899990052, + "MonsterList": [ + [ + 1023021 + ] + ] + }, + { + "Level": 56, + "StageID": 899990053, + "MonsterList": [ + [ + 1023021 + ] + ] + }, + { + "Level": 66, + "StageID": 899990054, + "MonsterList": [ + [ + 1023021 + ] + ] + }, + { + "Level": 76, + "StageID": 899990055, + "MonsterList": [ + [ + 1023021 + ] + ] + }, + { + "Level": 82, + "StageID": 899990056, + "MonsterList": [ + [ + 1023021 + ] + ] + }, + { + "Level": 20, + "StageID": 899990060, + "MonsterList": [ + [ + 8001020, + 8003011, + 8001020 + ] + ] + }, + { + "Level": 36, + "StageID": 899990061, + "MonsterList": [ + [ + 8001020, + 8003011, + 8001020 + ] + ] + }, + { + "Level": 46, + "StageID": 899990062, + "MonsterList": [ + [ + 8001020, + 8003011, + 8001020 + ] + ] + }, + { + "Level": 56, + "StageID": 899990063, + "MonsterList": [ + [ + 8001020, + 8003011, + 8001020 + ] + ] + }, + { + "Level": 66, + "StageID": 899990064, + "MonsterList": [ + [ + 8001020, + 8003011, + 8001020 + ] + ] + }, + { + "Level": 76, + "StageID": 899990065, + "MonsterList": [ + [ + 8001020, + 8003011, + 8001020 + ] + ] + }, + { + "Level": 82, + "StageID": 899990066, + "MonsterList": [ + [ + 8001020, + 8003011, + 8001020 + ] + ] + }, + { + "Level": 20, + "StageID": 899990070, + "MonsterList": [ + [ + 8001010, + 8003021, + 8001010 + ] + ] + }, + { + "Level": 36, + "StageID": 899990071, + "MonsterList": [ + [ + 8001010, + 8003021, + 8001010 + ] + ] + }, + { + "Level": 46, + "StageID": 899990072, + "MonsterList": [ + [ + 8001010, + 8003021, + 8001010 + ] + ] + }, + { + "Level": 56, + "StageID": 899990073, + "MonsterList": [ + [ + 8001010, + 8003021, + 8001010 + ] + ] + }, + { + "Level": 66, + "StageID": 899990074, + "MonsterList": [ + [ + 8001010, + 8003021, + 8001010 + ] + ] + }, + { + "Level": 76, + "StageID": 899990075, + "MonsterList": [ + [ + 8001010, + 8003021, + 8001010 + ] + ] + }, + { + "Level": 82, + "StageID": 899990076, + "MonsterList": [ + [ + 8001010, + 8003021, + 8001010 + ] + ] + }, + { + "Level": 20, + "StageID": 899990080, + "MonsterList": [ + [ + 1022020, + 8003031, + 1022010 + ] + ] + }, + { + "Level": 36, + "StageID": 899990081, + "MonsterList": [ + [ + 1022020, + 8003031, + 1022010 + ] + ] + }, + { + "Level": 46, + "StageID": 899990082, + "MonsterList": [ + [ + 1022020, + 8003031, + 1022010 + ] + ] + }, + { + "Level": 56, + "StageID": 899990083, + "MonsterList": [ + [ + 1022020, + 8003031, + 1022010 + ] + ] + }, + { + "Level": 66, + "StageID": 899990084, + "MonsterList": [ + [ + 1022020, + 8003031, + 1022010 + ] + ] + }, + { + "Level": 76, + "StageID": 899990085, + "MonsterList": [ + [ + 1022020, + 8003031, + 1022010 + ] + ] + }, + { + "Level": 82, + "StageID": 899990086, + "MonsterList": [ + [ + 1022020, + 8003031, + 1022010 + ] + ] + }, + { + "Level": 20, + "StageID": 899990090, + "MonsterList": [ + [ + 8002010, + 8003041, + 8002010 + ] + ] + }, + { + "Level": 36, + "StageID": 899990091, + "MonsterList": [ + [ + 8002010, + 8003041, + 8002010 + ] + ] + }, + { + "Level": 46, + "StageID": 899990092, + "MonsterList": [ + [ + 8002010, + 8003041, + 8002010 + ] + ] + }, + { + "Level": 56, + "StageID": 899990093, + "MonsterList": [ + [ + 8002010, + 8003041, + 8002010 + ] + ] + }, + { + "Level": 66, + "StageID": 899990094, + "MonsterList": [ + [ + 8002010, + 8003041, + 8002010 + ] + ] + }, + { + "Level": 76, + "StageID": 899990095, + "MonsterList": [ + [ + 8002010, + 8003041, + 8002010 + ] + ] + }, + { + "Level": 82, + "StageID": 899990096, + "MonsterList": [ + [ + 8002010, + 8003041, + 8002010 + ] + ] + }, + { + "Level": 20, + "StageID": 899990100, + "MonsterList": [ + [ + 8012010, + 8013011, + 8012010 + ] + ] + }, + { + "Level": 36, + "StageID": 899990101, + "MonsterList": [ + [ + 8012010, + 8013011, + 8012010 + ] + ] + }, + { + "Level": 46, + "StageID": 899990102, + "MonsterList": [ + [ + 8012010, + 8013011, + 8012010 + ] + ] + }, + { + "Level": 56, + "StageID": 899990103, + "MonsterList": [ + [ + 8012010, + 8013011, + 8012010 + ] + ] + }, + { + "Level": 66, + "StageID": 899990104, + "MonsterList": [ + [ + 8012010, + 8013011, + 8012010 + ] + ] + }, + { + "Level": 76, + "StageID": 899990105, + "MonsterList": [ + [ + 8012010, + 8013011, + 8012010 + ] + ] + }, + { + "Level": 82, + "StageID": 899990106, + "MonsterList": [ + [ + 8012010, + 8013011, + 8012010 + ] + ] + }, + { + "Level": 20, + "StageID": 899990110, + "MonsterList": [ + [ + 2022010, + 8003051, + 2022010 + ] + ] + }, + { + "Level": 36, + "StageID": 899990111, + "MonsterList": [ + [ + 2022010, + 8003051, + 2022010 + ] + ] + }, + { + "Level": 46, + "StageID": 899990112, + "MonsterList": [ + [ + 2022010, + 8003051, + 2022010 + ] + ] + }, + { + "Level": 56, + "StageID": 899990113, + "MonsterList": [ + [ + 2022010, + 8003051, + 2022010 + ] + ] + }, + { + "Level": 66, + "StageID": 899990114, + "MonsterList": [ + [ + 2022010, + 8003051, + 2022010 + ] + ] + }, + { + "Level": 76, + "StageID": 899990115, + "MonsterList": [ + [ + 2022010, + 8003051, + 2022010 + ] + ] + }, + { + "Level": 82, + "StageID": 899990116, + "MonsterList": [ + [ + 2022010, + 8003051, + 2022010 + ] + ] + }, + { + "Level": 20, + "StageID": 899991010, + "MonsterList": [ + [ + 1013010 + ] + ] + }, + { + "Level": 36, + "StageID": 899991011, + "MonsterList": [ + [ + 1013010 + ] + ] + }, + { + "Level": 46, + "StageID": 899991012, + "MonsterList": [ + [ + 1013010 + ] + ] + }, + { + "Level": 56, + "StageID": 899991013, + "MonsterList": [ + [ + 1013010 + ] + ] + }, + { + "Level": 66, + "StageID": 899991014, + "MonsterList": [ + [ + 1013010 + ] + ] + }, + { + "Level": 76, + "StageID": 899991015, + "MonsterList": [ + [ + 1013010 + ] + ] + }, + { + "Level": 82, + "StageID": 899991016, + "MonsterList": [ + [ + 1013010 + ] + ] + }, + { + "Level": 20, + "StageID": 899991020, + "MonsterList": [ + [ + 1012010, + 1013020, + 1012010 + ] + ] + }, + { + "Level": 36, + "StageID": 899991021, + "MonsterList": [ + [ + 1012010, + 1013020, + 1012010 + ] + ] + }, + { + "Level": 46, + "StageID": 899991022, + "MonsterList": [ + [ + 1012010, + 1013020, + 1012010 + ] + ] + }, + { + "Level": 56, + "StageID": 899991023, + "MonsterList": [ + [ + 1012010, + 1013020, + 1012010 + ] + ] + }, + { + "Level": 66, + "StageID": 899991024, + "MonsterList": [ + [ + 1012010, + 1013020, + 1012010 + ] + ] + }, + { + "Level": 76, + "StageID": 899991025, + "MonsterList": [ + [ + 1012010, + 1013020, + 1012010 + ] + ] + }, + { + "Level": 82, + "StageID": 899991026, + "MonsterList": [ + [ + 1012010, + 1013020, + 1012010 + ] + ] + }, + { + "Level": 20, + "StageID": 899991030, + "MonsterList": [ + [ + 8003010 + ] + ] + }, + { + "Level": 36, + "StageID": 899991031, + "MonsterList": [ + [ + 8003010 + ] + ] + }, + { + "Level": 46, + "StageID": 899991032, + "MonsterList": [ + [ + 8003010 + ] + ] + }, + { + "Level": 56, + "StageID": 899991033, + "MonsterList": [ + [ + 8003010 + ] + ] + }, + { + "Level": 66, + "StageID": 899991034, + "MonsterList": [ + [ + 8003010 + ] + ] + }, + { + "Level": 76, + "StageID": 899991035, + "MonsterList": [ + [ + 8003010 + ] + ] + }, + { + "Level": 82, + "StageID": 899991036, + "MonsterList": [ + [ + 8003010 + ] + ] + }, + { + "Level": 20, + "StageID": 899991040, + "MonsterList": [ + [ + 8003020 + ] + ] + }, + { + "Level": 36, + "StageID": 899991041, + "MonsterList": [ + [ + 8003020 + ] + ] + }, + { + "Level": 46, + "StageID": 899991042, + "MonsterList": [ + [ + 8003020 + ] + ] + }, + { + "Level": 56, + "StageID": 899991043, + "MonsterList": [ + [ + 8003020 + ] + ] + }, + { + "Level": 66, + "StageID": 899991044, + "MonsterList": [ + [ + 8003020 + ] + ] + }, + { + "Level": 76, + "StageID": 899991045, + "MonsterList": [ + [ + 8003020 + ] + ] + }, + { + "Level": 82, + "StageID": 899991046, + "MonsterList": [ + [ + 8003020 + ] + ] + }, + { + "Level": 20, + "StageID": 899992010, + "MonsterList": [ + [ + 1002020, + 8002040, + 1002020, + 1012010 + ] + ] + }, + { + "Level": 36, + "StageID": 899992011, + "MonsterList": [ + [ + 1002020, + 8002040, + 1002020, + 1012010 + ] + ] + }, + { + "Level": 46, + "StageID": 899992012, + "MonsterList": [ + [ + 1002020, + 8002040, + 1002020, + 1012010 + ] + ] + }, + { + "Level": 56, + "StageID": 899992013, + "MonsterList": [ + [ + 1002020, + 8002040, + 1002020, + 1012010 + ] + ] + }, + { + "Level": 66, + "StageID": 899992014, + "MonsterList": [ + [ + 1002020, + 8002040, + 1002020, + 1012010 + ] + ] + }, + { + "Level": 76, + "StageID": 899992015, + "MonsterList": [ + [ + 1002020, + 8002040, + 1002020, + 1012010 + ] + ] + }, + { + "Level": 82, + "StageID": 899992016, + "MonsterList": [ + [ + 1002020, + 8002040, + 1002020, + 1012010 + ] + ] + }, + { + "Level": 20, + "StageID": 899992020, + "MonsterList": [ + [ + 1012010, + 8002050, + 1012010, + 1012030 + ] + ] + }, + { + "Level": 36, + "StageID": 899992021, + "MonsterList": [ + [ + 1012010, + 8002050, + 1012010, + 1012030 + ] + ] + }, + { + "Level": 46, + "StageID": 899992022, + "MonsterList": [ + [ + 1012010, + 8002050, + 1012010, + 1012030 + ] + ] + }, + { + "Level": 56, + "StageID": 899992023, + "MonsterList": [ + [ + 1012010, + 8002050, + 1012010, + 1012030 + ] + ] + }, + { + "Level": 66, + "StageID": 899992024, + "MonsterList": [ + [ + 1012010, + 8002050, + 1012010, + 1012030 + ] + ] + }, + { + "Level": 76, + "StageID": 899992025, + "MonsterList": [ + [ + 1012010, + 8002050, + 1012010, + 1012030 + ] + ] + }, + { + "Level": 82, + "StageID": 899992026, + "MonsterList": [ + [ + 1012010, + 8002050, + 1012010, + 1012030 + ] + ] + } + ] +} \ No newline at end of file diff --git a/resources/TutorialData.json b/resources/TutorialData.json new file mode 100644 index 0000000..9655939 --- /dev/null +++ b/resources/TutorialData.json @@ -0,0 +1,14259 @@ +{ + "tutorial_config": [ + { + "TutorialID": 1001, + "Priority": 10, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_1001.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20001001" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000101" + } + ] + }, + { + "TutorialID": 1002, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_1002.json", + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "100010105" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "100010107" + } + ] + }, + { + "TutorialID": 1003, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_1003.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "10030" + }, + { + "TriggerType": "OnMazeMainPage", + "TriggerParam": "0" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20001002" + } + ] + }, + { + "TutorialID": 1004, + "Priority": 10, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_1004.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20001002" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000101" + } + ] + }, + { + "TutorialID": 1005, + "Priority": 10, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_1005.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20001003" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000101" + } + ] + }, + { + "TutorialID": 1007, + "Priority": 10, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_1007.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20001006" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000101" + } + ] + }, + { + "TutorialID": 1008, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_1008.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000112" + }, + { + "TriggerType": "OnMazeMainPage", + "TriggerParam": "0" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000101" + } + ] + }, + { + "TutorialID": 1010, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_1010.json", + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "100010111" + }, + { + "TriggerType": "OnMazeMainPage", + "TriggerParam": "0" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000101" + } + ] + }, + { + "TutorialID": 2000, + "Priority": 1, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_2000.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "0" + }, + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000101" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1010101" + } + ] + }, + { + "TutorialID": 2001, + "Priority": 10, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_2001.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20002001" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000201" + } + ] + }, + { + "TutorialID": 2002, + "Priority": 10, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_2002.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000101" + }, + { + "TriggerType": "OnMazeMainPage", + "TriggerParam": "0" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000201" + } + ] + }, + { + "TutorialID": 2003, + "Priority": 10, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_2003.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20002002" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000201" + } + ] + }, + { + "TutorialID": 2004, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_2004.json", + "TriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "2000" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000401" + } + ] + }, + { + "TutorialID": 2008, + "Priority": 10, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_2008.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20002009" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000301" + } + ] + }, + { + "TutorialID": 2010, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_2010.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "2006" + }, + { + "TriggerType": "OnMazeMainPage", + "TriggerParam": "0" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20002002" + } + ] + }, + { + "TutorialID": 2011, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_2011.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20002004" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000301" + } + ] + }, + { + "TutorialID": 2012, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_2012.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000204" + }, + { + "TriggerType": "OnMazeMainPage", + "TriggerParam": "0" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20002004" + } + ] + }, + { + "TutorialID": 2013, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_2013.json", + "TriggerParams": [], + "FinishTriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "100020111" + } + ] + }, + { + "TutorialID": 3001, + "Priority": 10, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_3001.json", + "TriggerParams": [ + { + "TriggerType": "GetItem", + "TriggerParam": "20002" + }, + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000202" + }, + { + "TriggerType": "OnMazeMainPage", + "TriggerParam": "0" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000203" + } + ] + }, + { + "TutorialID": 3002, + "Priority": 10, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_3002.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000301" + }, + { + "TriggerType": "OnMazeMainPage", + "TriggerParam": "0" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000303" + } + ] + }, + { + "TutorialID": 3003, + "Priority": 10, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_3003.json", + "TriggerParams": [ + { + "TriggerType": "GetAvatar", + "TriggerParam": "1002" + }, + { + "TriggerType": "OnMazeMainPage", + "TriggerParam": "0" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000204" + } + ] + }, + { + "TutorialID": 3004, + "Priority": 10, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_3004.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20003001" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000401" + } + ] + }, + { + "TutorialID": 3005, + "Priority": 9, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_3005.json", + "TriggerParams": [], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000401" + } + ] + }, + { + "TutorialID": 3006, + "Priority": 10, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_3006.json", + "TriggerParams": [ + { + "TriggerType": "GetItemType", + "TriggerParam": "602" + }, + { + "TriggerType": "OnMazeMainPage", + "TriggerParam": "0" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000511" + } + ] + }, + { + "TutorialID": 3008, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_3008.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "ArchiveEntrancePage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 3009, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_3009.json", + "TriggerParams": [], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1010002" + } + ] + }, + { + "TutorialID": 3010, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_3010.json", + "TriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "14" + }, + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1010403" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5006" + }, + { + "TriggerType": "NotInGameMode", + "TriggerParam": "5" + }, + { + "TriggerType": "OnMazeMainPage", + "TriggerParam": "0" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "4020101" + } + ] + }, + { + "TutorialID": 3011, + "Priority": 9, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_3011.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "4010127" + }, + { + "TriggerType": "OnMazeMainPage", + "TriggerParam": "0" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 3012, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_3012.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "4020103" + }, + { + "TriggerType": "NotInGameMode", + "TriggerParam": "8" + }, + { + "TriggerType": "OnMazeMainPage", + "TriggerParam": "0" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 3013, + "Priority": 9, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_3013.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "80010011" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "4030001" + } + ] + }, + { + "TutorialID": 3202, + "Priority": 10, + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_3202.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "MusicAlbumMainPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 4002, + "Priority": 10, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4002.json", + "TriggerParams": [ + { + "TriggerType": "GetItem", + "TriggerParam": "211" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "3003" + }, + { + "TriggerType": "OnMazeMainPage", + "TriggerParam": "0" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "AnyAvatarToLevel", + "TriggerParam": "6" + } + ] + }, + { + "TutorialID": 4003, + "Priority": 10, + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4003.json", + "TriggerParams": [ + { + "TriggerType": "AnyAvatarToLevel", + "TriggerParam": "20" + }, + { + "TriggerType": "PlayerLevel", + "TriggerParam": "15" + }, + { + "TriggerType": "NotInGameMode", + "TriggerParam": "5" + }, + { + "TriggerType": "OnMazeMainPage", + "TriggerParam": "0" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 4004, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4004.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000402" + }, + { + "TriggerType": "OnMazeMainPage", + "TriggerParam": "0" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000501" + } + ] + }, + { + "TutorialID": 4005, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4005.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000511" + }, + { + "TriggerType": "OnMazeMainPage", + "TriggerParam": "0" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000401" + } + ] + }, + { + "TutorialID": 4006, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4006.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000510" + }, + { + "TriggerType": "OnMazeMainPage", + "TriggerParam": "0" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000302" + } + ] + }, + { + "TutorialID": 4007, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4007.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000113" + }, + { + "TriggerType": "OnMazeMainPage", + "TriggerParam": "0" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000502" + } + ] + }, + { + "TutorialID": 4008, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4008.json", + "TriggerParams": [ + { + "TriggerType": "GetItem", + "TriggerParam": "401013" + }, + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1010301" + }, + { + "TriggerType": "OnMazeMainPage", + "TriggerParam": "0" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1010302" + } + ] + }, + { + "TutorialID": 4009, + "Priority": 10, + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4009.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1010403" + }, + { + "TriggerType": "OnMazeMainPage", + "TriggerParam": "0" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 4010, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4010.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "4010" + }, + { + "TriggerType": "OnMazeMainPage", + "TriggerParam": "0" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1010302" + } + ] + }, + { + "TutorialID": 4011, + "Priority": 10, + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4011.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000303" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000501" + } + ] + }, + { + "TutorialID": 4012, + "Priority": 12, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4012.json", + "TriggerParams": [ + { + "TriggerType": "ActivitySwitchBtnExist", + "TriggerParam": "0" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "ActivityPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 4013, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4013.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 4014, + "Priority": 11, + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4014.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "ChallengeSelectPage" + }, + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1021501" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 4015, + "Priority": 10, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4015.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "4015" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 4016, + "Priority": 13, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4016.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "HandbookPage" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "4007" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 4017, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4017.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "4017" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 4018, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4018.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "4018" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 4019, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4019.json", + "TriggerParams": [ + { + "TriggerType": "GetItem", + "TriggerParam": "222000" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 4020, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4020.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "4020" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 4021, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4021.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "4021" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 4022, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4022.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "4022" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 4023, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4023.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "MissionPage" + }, + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1010001" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 4024, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4024.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "4540101" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 4025, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4025.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "4025" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 4026, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4026.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 4027, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4027.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "4027" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "4028" + } + ] + }, + { + "TutorialID": 4028, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4028.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "LightConeSellPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 4029, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4029.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "4029" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 4030, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4030.json", + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "103110103" + }, + { + "TriggerType": "OnMazeMainPage", + "TriggerParam": "0" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 4031, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4031.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "4031" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 4032, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4032.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "4032" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 4033, + "Priority": 9, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4033.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "4033" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 4034, + "Priority": 9, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4034.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 4035, + "Priority": 9, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4035.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 4036, + "Priority": 9, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4036.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 4037, + "Priority": 9, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4037.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "4037" + }, + { + "TriggerType": "OnMazeMainPage", + "TriggerParam": "0" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 4038, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4038.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 4039, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4039.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "MobilePhonePage" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "4037" + }, + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000504" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 4040, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4040.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "4040" + }, + { + "TriggerType": "EnterBattle", + "TriggerParam": "0" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 4041, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4041.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8023701" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "HandbookPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 4042, + "Priority": 13, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4042.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "PreOpen" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "ActivityPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 4043, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4043.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "4043" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 4044, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4044.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RelicReplacePage" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "RelicRecommendDataValid" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 4045, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4045.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "RelicFilterDialogSave" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "4021" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 4046, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4046.json", + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "202210105" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 4047, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4047.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "4047" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "InventoryPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 4048, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4048.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "4048" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 4049, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4049.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "4049" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 4050, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4050.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "4050" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 4051, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4051.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "OpenSimpleSkillDialog" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "4052" + } + ] + }, + { + "TutorialID": 4052, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4052.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "OpenSimpleSkillTreeDialog" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "4051" + } + ] + }, + { + "TutorialID": 4053, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4053.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "RelicComposeCustomizedAffix" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 4054, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4054.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "RelicReforge01" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "4055" + } + ] + }, + { + "TutorialID": 4055, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4055.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "RelicReforge02" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "4054" + } + ] + }, + { + "TutorialID": 4056, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4056.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIDialog", + "TriggerParam": "RelicReforgeConfirmDialog" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 4057, + "Priority": 9, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4057.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "4057" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 4058, + "Priority": 11, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4058.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "4058" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "InventoryPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 4059, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4059.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 4060, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4060.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 4061, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4061.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1040114" + }, + { + "TriggerType": "OnMazeMainPage", + "TriggerParam": "0" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1040201" + } + ] + }, + { + "TutorialID": 4062, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4062.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "4062" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5013" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 4063, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4063.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "4063" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 4066, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4066.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "4066" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 4067, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4067.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "4067" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 4068, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_4068.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "4068" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5001, + "Priority": 10, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5001.json", + "TriggerParams": [ + { + "TriggerType": "GetItem", + "TriggerParam": "31021" + }, + { + "TriggerType": "GetItem", + "TriggerParam": "31022" + }, + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1010503" + }, + { + "TriggerType": "OnMazeMainPage", + "TriggerParam": "0" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "101050104" + } + ] + }, + { + "TutorialID": 5002, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5002.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "4010136" + }, + { + "TriggerType": "OnMazeMainPage", + "TriggerParam": "0" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5003, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5003.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "AssistMemberEditPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5004, + "Priority": 10, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5004.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1011403" + }, + { + "TriggerType": "OnMazeMainPage", + "TriggerParam": "0" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "101150112" + } + ] + }, + { + "TutorialID": 5005, + "Priority": 10, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5005.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000111" + }, + { + "TriggerType": "OnMazeMainPage", + "TriggerParam": "0" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000202" + } + ] + }, + { + "TutorialID": 5006, + "Priority": 9, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5006.json", + "TriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "11" + }, + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1010403" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "4009" + }, + { + "TriggerType": "NotInGameMode", + "TriggerParam": "5" + }, + { + "TriggerType": "OnMazeMainPage", + "TriggerParam": "0" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "4020101" + } + ] + }, + { + "TutorialID": 5007, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5007.json", + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "101050125" + }, + { + "TriggerType": "OnMazeMainPage", + "TriggerParam": "0" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5008, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5008.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "4010121" + }, + { + "TriggerType": "OnMazeMainPage", + "TriggerParam": "0" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5009, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5009.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "4010123" + }, + { + "TriggerType": "OnMazeMainPage", + "TriggerParam": "0" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5010, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5010.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "4010127" + }, + { + "TriggerType": "OnMazeMainPage", + "TriggerParam": "0" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5011, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5011.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "4010125" + }, + { + "TriggerType": "OnMazeMainPage", + "TriggerParam": "0" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5012, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5012.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "4010115" + }, + { + "TriggerType": "OnMazeMainPage", + "TriggerParam": "0" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5013, + "Priority": 10, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5013.json", + "TriggerParams": [ + { + "TriggerType": "GetItem", + "TriggerParam": "43015" + }, + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1011502" + }, + { + "TriggerType": "OnMazeMainPage", + "TriggerParam": "0" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5014, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5014.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "TutorialPunkLordMainPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5015, + "Priority": 10, + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5015.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5015" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5016, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5016.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "ChallengeSelectPage" + }, + { + "TriggerType": "FinishQuest", + "TriggerParam": "2200001" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5017, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5017.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5019" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5018, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5018.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "0" + }, + { + "TriggerType": "GameMode", + "TriggerParam": "12" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5019, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5019.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5017" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5021, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5021.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5021" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5022, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5022.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5022" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5023, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5023.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5023" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5024, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5024.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "WorldShopPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5025, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5025.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "ActivityPage" + }, + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8000161" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5026, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5026.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "SilverWolfCompanionPage" + }, + { + "TriggerType": "FinishMainMission", + "TriggerParam": "2000704" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5027, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5027.json", + "TriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5025" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5028, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5028.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "SilverWolfCompanionPage" + }, + { + "TriggerType": "GetItem", + "TriggerParam": "22000" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5029, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5029.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5030, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5030.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5031, + "Priority": 11, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5031.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1010403" + }, + { + "TriggerType": "PlayerLevel", + "TriggerParam": "12" + }, + { + "TriggerType": "HasBattlePass", + "TriggerParam": "1" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5006" + }, + { + "TriggerType": "NotInGameMode", + "TriggerParam": "5" + }, + { + "TriggerType": "OnMazeMainPage", + "TriggerParam": "0" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5032, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5032.json", + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "401010507" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "ChallengeDetailPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5033, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5033.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "2011901" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "MuseumEntrancePage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5034, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5034.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8001261" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5034" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5033" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5035, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5035.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8001264" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5034" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5036" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5036, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5036.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8001268" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5034" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5034" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5038, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5038.json", + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "800210008" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "Tutorial_5038" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5039, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5039.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8001268" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5039" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5041, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5041.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8001266" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5034" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5044, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5044.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "TreasureDungeon_8019" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5045, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5045.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "TreasureDungeon_8018" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5046, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5046.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "TreasureDungeon_8020" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5047, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5047.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "TreasureDungeon_8021" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5048, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5048.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "TreasureDungeon_8022" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5049, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5049.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "TreasureDungeon_8050" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5050, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5050.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "TreasureDungeonEntrancePage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5051, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5051.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "TreasureDungeonAvatarSelectPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5052, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5052.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "TreasureDungeon_5052" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5053, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5053.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "TreasureDungeon_5053" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5054, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5054.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "TreasureDungeon_5054" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5055, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5055.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "TreasureDungeon_5055" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5056, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5056.json", + "TriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5055" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "TreasureDungeonAvatarSelectPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5057, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5057.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "TreasureDungeon_5057" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5058, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5058.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "TreasureDungeon_5058" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5059, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5059.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "TreasureDungeon_5059" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5060, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5060.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "TreasureDungeon_5060" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5061, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5061.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "TreasureDungeon_8016" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5062, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5062.json", + "TriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5065" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "FantasticStoryChallengePage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5063, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5063.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5063" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5064, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5064.json", + "TriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5062" + }, + { + "TriggerType": "EnterBattle", + "TriggerParam": "308001" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5065, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5065.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8002211" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "FantasticStoryActivityPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5070, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5070.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5070" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5071, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5071.json", + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "202060213" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5072, + "Priority": 10, + "TutorialJsonPath": "Config/Level/Tutorial/InBattle/Tutorial_5072.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5073, + "Priority": 10, + "TutorialJsonPath": "Config/Level/Tutorial/InBattle/Tutorial_5073.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5074, + "Priority": 10, + "TutorialJsonPath": "Config/Level/Tutorial/InBattle/Tutorial_5074.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20223213" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5075, + "Priority": 10, + "TutorialJsonPath": "Config/Level/Tutorial/InBattle/Tutorial_5075.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20223205" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5077, + "Priority": 10, + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5077.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "HeliobusSNSMainPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5078, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5078.json", + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "801510118" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "HeliobusSNSQuickPostPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5079, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5079.json", + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "801510118" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5078" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5081, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5081.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8015101" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "HeliobusFarmCocoonPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5082, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5082.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8015101" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "HeliobusMainEntrancePage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5083, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5083.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8015101" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "HeliobusChallengeDetailPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5084, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5084.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8015152" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "HeliobusMainEntrancePage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5085, + "Priority": 10, + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5085.json", + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "801519103" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "HeliobusSNSMainPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5086, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5086.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8015152" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "HeliobusIncomePage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5087, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5087.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8015152" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "HeliobusChallengeMainPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5088, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5088.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "HeliobusChallengeRaidPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5089, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5089.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8015103" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "HeliobusMainEntrancePage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5090, + "Priority": 10, + "TutorialJsonPath": "Config/Level/Tutorial/InBattle/Tutorial_5090.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5091, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5091.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5091" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5092, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5092.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "ChallengeStoryMainPage" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5091" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5093, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5093.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5093" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5094, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5094.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5094" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5095, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5095.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "StrongChallengeTeamSetupPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5096, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5096.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "420011" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5097, + "Priority": 9, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5097.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5097" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5803" + } + ] + }, + { + "TutorialID": 5098, + "Priority": 9, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5098.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5098" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5803" + } + ] + }, + { + "TutorialID": 5099, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5099.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "ChallengeDetailPage" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5094" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5100, + "Priority": 10, + "TutorialJsonPath": "Config/Level/Tutorial/InBattle/Tutorial_5100.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20223212" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5101, + "Priority": 10, + "TutorialJsonPath": "Config/Level/Tutorial/InBattle/Tutorial_5101.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20223214" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5102, + "Priority": 10, + "TutorialJsonPath": "Config/Level/Tutorial/InBattle/Tutorial_5102.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20223215" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5103, + "Priority": 10, + "TutorialJsonPath": "Config/Level/Tutorial/InBattle/Tutorial_5103.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20223239" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5104, + "Priority": 10, + "TutorialJsonPath": "Config/Level/Tutorial/InBattle/Tutorial_5104.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20223242" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5105, + "Priority": 10, + "TutorialJsonPath": "Config/Level/Tutorial/InBattle/Tutorial_5105.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20223246" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5106, + "Priority": 10, + "TutorialJsonPath": "Config/Level/Tutorial/InBattle/Tutorial_5106.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20223212" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5107, + "Priority": 10, + "TutorialJsonPath": "Config/Level/Tutorial/InBattle/Tutorial_5107.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20223214" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5108, + "Priority": 10, + "TutorialJsonPath": "Config/Level/Tutorial/InBattle/Tutorial_5108.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20223215" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5109, + "Priority": 10, + "TutorialJsonPath": "Config/Level/Tutorial/InBattle/Tutorial_5109.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20223239" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5110, + "Priority": 10, + "TutorialJsonPath": "Config/Level/Tutorial/InBattle/Tutorial_5110.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20223242" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5111, + "Priority": 10, + "TutorialJsonPath": "Config/Level/Tutorial/InBattle/Tutorial_5111.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20223246" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5112, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5112.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5112" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5113, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5113.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5113" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5114, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5114.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5114" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5115, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5115.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5115" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5116, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5116.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5116" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5130, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5130.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "ActivityTelevisionMainPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5131, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5131.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "ActivityTelevisionEnterPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5132, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5132.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "ActivityTelevisionDetailPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5133, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5133.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5134, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5134.json", + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "802030501" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "ActivityTelevisionDetailPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5135, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5135.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "0" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5135" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5140, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5140.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RaidCollectionMainPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5141, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5141.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8020213" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RaidCollectionMainPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5142, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5140.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5143, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5143.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5144, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5144.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5144" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5145, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5145.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5145" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5146, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5146.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5146" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5150, + "Priority": 10, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5150.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5150" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5151, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5151.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "DrinkMakerMainEntrancePage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5152, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5152.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5152" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5153, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5153.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5153" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5154, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5154.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "DrinkMakerWorkBookPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5155, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5155.json", + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "802110202" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "DrinkMakerMenuSelectPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5156, + "Priority": 10, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5156.json", + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "802110209" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "DrinkMakerBartendMainPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5157, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5157.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5157" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "DrinkMakerWorkBookPage" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5153" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5158, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5158.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5158" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5159, + "Priority": 10, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5159.json", + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "802110102" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "DrinkMakerBartendMainPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5160, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5160.json", + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "802110202" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "DrinkMakerMainEntrancePage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5161, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5161.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5161" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5162, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5162.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8021106" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "DrinkMakerMainEntrancePage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5163, + "Priority": 10, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5163.json", + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "103410412" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "DrinkMakerBartendMainPage" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8021100" + } + ] + }, + { + "TutorialID": 5164, + "Priority": 10, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5164.json", + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "103410411" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "DrinkMakerBartendMainPage" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8021100" + } + ] + }, + { + "TutorialID": 5172, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5172.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "ActivityMonopolyJackpotMainPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5173, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5173.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "ActivityMonopolyMainPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5174, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5174.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "ActivityMonopolyMiniGameGachaAPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5175, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5175.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5175" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5176, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5176.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5176" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5177, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5177.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5177" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5178, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5178.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5178" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5179, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5179.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "ActivityMonopolyMiniGameGachaBPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5180, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5180.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5180" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5181, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5181.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5181" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5182, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5182.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "ActivityMonopolyMainPage" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5185" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5183, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5183.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "ActivityMonopolyMainPage" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5181" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5184, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5184.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5184" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5185, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5185.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5185" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5186, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5186.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5186" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5187, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5187.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5188, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5188.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5188" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5189, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5189.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5189" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5190, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5190.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "ActivityFeverTimeMainPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5191, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5191.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattleByStageType", + "TriggerParam": "26" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5193" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5192, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5192.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattleByStageType", + "TriggerParam": "26" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5193" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5193, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5193.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattleByStageType", + "TriggerParam": "26" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5194, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5194.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5195, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5195.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5196, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5196.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5197, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5197.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5198, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5198.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5199, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5199.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5200, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5200.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5200" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5201, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5201.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5201" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5202, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5202.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5202" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5210, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5210.json", + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "103410711" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "MatchThreeGamePage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5211, + "Priority": 10, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5211.json", + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "802310102" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "MatchThreeGamePage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5212, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5212.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "MatchThreeLevel_1200_1" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5213, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5213.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "MatchThreeLevel_1500_1" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5214, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5214.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "MatchThreeLevel_1100_1" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5215, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5215.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "MatchThreeLevel_1300_1" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5216, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5216.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "MatchThreeLevel_1400_1" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5217, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5217.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "MatchThreePVEDie" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5218, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5218.json", + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "802310203" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5218" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5219, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5219.json", + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "802310304" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5219" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5220, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5220.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5221, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5221.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8023105" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "MatchThreeMainEntrancePage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5222, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5222.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1034109" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "MatchThreeMainEntrancePage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5301, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5301.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "ActivityClockParkScriptDetailPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5302, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5302.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5302" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5303, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5303.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5303" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5304, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5304.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5304" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5305, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5305.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5305" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5306, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5306.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5306" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5308, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5308.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5308" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5309, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5309.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5309" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5310, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5310.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5310" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5322, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5322.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5322" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5326, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5326.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5326" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5312, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5312.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5312" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5311, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5311.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5311" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5313, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5313.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8022101" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "ActivityClockParkMainPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5307, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5307.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5307" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5314, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5314.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5314" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5316, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5316.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5316" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5317, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5317.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5317" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5318, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5318.json", + "TriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5317" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5318" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5319, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5319.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5319" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5320, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5320.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5320" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5321, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5321.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5321" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5323, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5323.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5323" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5324, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5324.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5324" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5325, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5325.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8022104" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "MazeMainPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5350, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5350.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "EvolveBuildTutorialPage" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "21" + } + ] + }, + { + "TutorialID": 5387, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5387.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "414001" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "21" + } + ] + }, + { + "TutorialID": 5352, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5352.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "414001" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5352" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "21" + } + ] + }, + { + "TutorialID": 5388, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5388.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "414001" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5388" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "21" + } + ] + }, + { + "TutorialID": 5355, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5355.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "414001" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5355" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "21" + } + ] + }, + { + "TutorialID": 5360, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5360.json", + "TriggerParams": [], + "FinishTriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "21" + } + ] + }, + { + "TutorialID": 5361, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5361.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5361" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "21" + } + ] + }, + { + "TutorialID": 5356, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5356.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "414001" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5356" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "21" + } + ] + }, + { + "TutorialID": 5357, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5357.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "414001" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5357" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "21" + } + ] + }, + { + "TutorialID": 5358, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5358.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "414001" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5358" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "21" + } + ] + }, + { + "TutorialID": 5359, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5359.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "414001" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5359" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "21" + } + ] + }, + { + "TutorialID": 5351, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5351.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "414001" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5359" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "21" + } + ] + }, + { + "TutorialID": 5365, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5365.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "414001" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5365" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "21" + } + ] + }, + { + "TutorialID": 5366, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5366.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "414001" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5366" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "21" + } + ] + }, + { + "TutorialID": 5367, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5367.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "414001" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5367" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "21" + } + ] + }, + { + "TutorialID": 5368, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5368.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "414001" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5368" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "21" + } + ] + }, + { + "TutorialID": 5375, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5375.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "414001" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5375" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "21" + } + ] + }, + { + "TutorialID": 5376, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5376.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "414001" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5376" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "21" + } + ] + }, + { + "TutorialID": 5377, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5377.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "414001" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5377" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "21" + } + ] + }, + { + "TutorialID": 5389, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5389.json", + "TriggerParams": [], + "FinishTriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "21" + } + ] + }, + { + "TutorialID": 5374, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5374.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "414001" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5374" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "21" + } + ] + }, + { + "TutorialID": 5369, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5369.json", + "TriggerParams": [], + "FinishTriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "21" + } + ] + }, + { + "TutorialID": 5370, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5370.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "414002" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5370" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "21" + } + ] + }, + { + "TutorialID": 5371, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5371.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "414002" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5371" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "21" + } + ] + }, + { + "TutorialID": 5372, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5372.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "414002" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5372" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "21" + } + ] + }, + { + "TutorialID": 5373, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5373.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "414002" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5373" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "21" + } + ] + }, + { + "TutorialID": 5390, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5390.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "414002" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5373" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "21" + } + ] + }, + { + "TutorialID": 5380, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5380.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "414002" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "EvolveBuildResultPage" + }, + { + "TriggerType": "FinishQuest", + "TriggerParam": "6020108" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "21" + } + ] + }, + { + "TutorialID": 5381, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5381.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5381" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "21" + } + ] + }, + { + "TutorialID": 5400, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5400.json", + "TriggerParams": [], + "FinishTriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "21" + } + ] + }, + { + "TutorialID": 5382, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5382.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "EvolveBuildStagePage" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5340" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "21" + } + ] + }, + { + "TutorialID": 5383, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5383.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "414011" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "21" + } + ] + }, + { + "TutorialID": 5392, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5392.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "414011" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5392" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "21" + } + ] + }, + { + "TutorialID": 5378, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5378.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "414011" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5378" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "21" + } + ] + }, + { + "TutorialID": 5384, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5384.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "414011" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5378" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "21" + } + ] + }, + { + "TutorialID": 5393, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5393.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "414011" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5393" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "21" + } + ] + }, + { + "TutorialID": 5408, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5408.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattleByStageType", + "TriggerParam": "25" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5408" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "21" + } + ] + }, + { + "TutorialID": 5394, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5394.json", + "TriggerParams": [], + "FinishTriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "21" + } + ] + }, + { + "TutorialID": 5395, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5395.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5395" + }, + { + "TriggerType": "EnterBattleByStageType", + "TriggerParam": "25" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "21" + } + ] + }, + { + "TutorialID": 5391, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5391.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5391" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "21" + } + ] + }, + { + "TutorialID": 5385, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5385.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "414041" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5385" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "21" + } + ] + }, + { + "TutorialID": 5397, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5397.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5397" + }, + { + "TriggerType": "EnterBattleByStageType", + "TriggerParam": "25" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "21" + } + ] + }, + { + "TutorialID": 5398, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5398.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5398" + }, + { + "TriggerType": "EnterBattleByStageType", + "TriggerParam": "25" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "21" + } + ] + }, + { + "TutorialID": 5399, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5399.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5399" + }, + { + "TriggerType": "EnterBattleByStageType", + "TriggerParam": "25" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "21" + } + ] + }, + { + "TutorialID": 5386, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5386.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5386" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "21" + } + ] + }, + { + "TutorialID": 5401, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5401.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5401" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "21" + } + ] + }, + { + "TutorialID": 5402, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5402.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5402" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "21" + } + ] + }, + { + "TutorialID": 5403, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5403.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5403" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "21" + } + ] + }, + { + "TutorialID": 5404, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5404.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5404" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "21" + } + ] + }, + { + "TutorialID": 5405, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5405.json", + "TriggerParams": [], + "FinishTriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "21" + } + ] + }, + { + "TutorialID": 5406, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5406.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5406" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "21" + } + ] + }, + { + "TutorialID": 5407, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5407.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5407" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "21" + } + ] + }, + { + "TutorialID": 5409, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5409.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5409" + }, + { + "TriggerType": "EnterBattleByStageType", + "TriggerParam": "25" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5410][PlayerLevel" + } + ] + }, + { + "TutorialID": 5410, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5410.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5410" + }, + { + "TriggerType": "EnterBattleByStageType", + "TriggerParam": "25" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "21" + } + ] + }, + { + "TutorialID": 5450, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5450.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "SwordTrainingTurn_101" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5451, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5451.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "SwordTrainingTurn_102" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5452, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5452.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5452" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5453, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5453.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5453" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5462" + } + ] + }, + { + "TutorialID": 5454, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5454.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "SwordTrainingBattleStartPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5455, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5455.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "SwordTrainingSelectAbility_107" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5456, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5456.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "SwordTrainingSelectStoryLinePage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5457, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5457.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5457" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5458, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5458.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "TRAVEL_SET_2" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5459, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5459.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "SwordTrainingSelectAbility_302" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5460, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5460.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "SwordTrainingSelectAbility_402" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5461, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5461.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "SwordTrainingTurn_107" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5462, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5462.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5462" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5454" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5453" + } + ] + }, + { + "TutorialID": 5463, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5463.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5463" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5464, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5464.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5464" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5465, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5465.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5465" + }, + { + "TriggerType": "EnterBattle", + "TriggerParam": "0" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5510, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5510.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "HarmonyHeroUnlocked" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5511, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5511.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6107" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5512, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5512.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "MemoryHeroUnlocked" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5513, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5513.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "TitanAtlas" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5514, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5514.json", + "TriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5513" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "KraterOfferingWorldShop" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5520, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5520.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5521, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5521.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5522, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5522.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "ActivitySummonMainPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5523, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5523.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "ActivitySummonEntrancePage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5524, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5524.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5524" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5525, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5525.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "ActivitySummonLevelDetailPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5530, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5530.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "ChallengeBossMainPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5531, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5531.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5531" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5532, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5532.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "ChallengeBossSingleNodeDetailPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5533, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5533.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattleByChallengeType", + "TriggerParam": "3" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5534, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5534.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5534" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5535, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5535.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5535" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5536, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5536.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "ChallengeBossDetailPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5537, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5537.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "ChallengeMonsterGuideFirstPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5540, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5540.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6113" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5600, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5600.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5601, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5601.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "FightFestMainPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5602, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5602.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "FightFestScoreMatchMainPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5603, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5603.json", + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "802511103" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "FightFestMainPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5604, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5604.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "FightFestEquipSkillPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5605, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5605.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5606, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5606.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "FightFestChallengeEntrancePage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5607, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5607.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "FightFestChallengeTeamEditPage" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5606" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5608, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5608.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "8180" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5609, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5609.json", + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "802510202" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "FightFestMainPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5610, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5610.json", + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "802510402" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "FightFestMainPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5611, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5611.json", + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "802511103" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5611" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "FightFestEquipSkillPage" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5613" + } + ] + }, + { + "TutorialID": 5612, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5612.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5613, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5613.json", + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "802511103" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5613" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "FightFestEquipSkillPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5614, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5614.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "FightFestSkillCollectionPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5615, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5615.json", + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "802511103" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "FightFestSkillCollectionPage" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5614" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5700, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5700.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "MusicRhythmMainEntrancePage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5701, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5701.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "MusicRhythmChooseGroupPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5702, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5702.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "MusicRhythmChooseLevelPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5703, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5703.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8026110" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "MusicRhythmMainEntrancePage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5704, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5704.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "MusicRhythmCompositionPresetPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5705, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5705.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "MusicRhythmCompositionPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5706, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5706.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8026102" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "MusicRhythmMainEntrancePage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5707, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5707.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8026111" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "MusicRhythmMainEntrancePage" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8026112" + } + ] + }, + { + "TutorialID": 5708, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5708.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8026112" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "MusicRhythmMainEntrancePage" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8026111" + } + ] + }, + { + "TutorialID": 5709, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5709.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "MusicRhythmMainEntrancePage" + }, + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8026120" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5710, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5710.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "MusicRhythmChooseGroupPage" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5709" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5711, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5711.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "MusicRhythmChooseLevelPage" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5710" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5712, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5712.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "MusicRhythmMainEntrancePage" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5710" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5713, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5713.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "MusicRhythmCompositionPage" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5712" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5718" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5714, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5714.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIDialog", + "TriggerParam": "MusicRhythmChangeStyleDialog" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5712" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5717, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5717.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "MusicRhythmMainPage" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5717" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5718, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5718.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "MusicRhythmCompositionPage" + }, + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8026104" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5750, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5750.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "PlanetFesEntrancePage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5751, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5751.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "PlanetFesGamePlayMainPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5752, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5752.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "PlanetFesGamePlayMainPage" + }, + { + "TriggerType": "FinishQuest", + "TriggerParam": "6050921" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5753, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5753.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "PlanetFesGamePlayMainPage" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5772" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "planet_fes_quest_102" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5755, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5755.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "PlanetFesGamePlayMainPage" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "planet_fes_quest_104" + }, + { + "TriggerType": "FinishQuest", + "TriggerParam": "6050922" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "6050906" + } + ] + }, + { + "TutorialID": 5756, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5756.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "PlanetFesGamePlayMainPage" + }, + { + "TriggerType": "FinishQuest", + "TriggerParam": "6050922" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5757, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5757.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "PlanetFesGamePlayMainPage" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "planet_fes_quest_107" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5754, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5754.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "PlanetFesGamePlayMainPage" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "planet_fes_quest_108" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5758, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5758.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "PlanetFesGamePlayMainPage" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "planet_fes_quest_109" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5759, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5759.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "PlanetFesGamePlayMainPage" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "planet_fes_quest_110" + }, + { + "TriggerType": "FinishQuest", + "TriggerParam": "6050925" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "6050929" + } + ] + }, + { + "TutorialID": 5760, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5760.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "PlanetFesGamePlayMainPage" + }, + { + "TriggerType": "FinishQuest", + "TriggerParam": "6050905" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5761, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5761.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "PlanetFesEntrancePage" + }, + { + "TriggerType": "FinishQuest", + "TriggerParam": "6050904" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5762, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5762.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "PlanetFesBusinessDayStartDialog" + }, + { + "TriggerType": "FinishQuest", + "TriggerParam": "6050904" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5763, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5763.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "PlanetFesGamePlayMainPage" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "planet_fes_quest_117" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5762" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5764, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5764.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIDialog", + "TriggerParam": "PlanetFesBuffChangeDialog" + }, + { + "TriggerType": "FinishQuest", + "TriggerParam": "6050103" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5765, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5765.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "PlanetFesGamePlayMainPage" + }, + { + "TriggerType": "FinishQuest", + "TriggerParam": "6050927" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "planet_fes_quest_201" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5766, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5766.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "PlanetFesGamePlayMainPage" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5754" + }, + { + "TriggerType": "FinishQuest", + "TriggerParam": "6050903" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5767, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5767.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "PlanetFesGamePlayMainPage" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "planet_fes_quest_122" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "6050927" + } + ] + }, + { + "TutorialID": 5768, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5768.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "PlanetFesGamePlayMainPage" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "planet_fes_quest_119" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5769, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5769.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "PlanetFesGamePlayMainPage" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "planet_fes_quest_301" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5770, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5770.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "PlanetFes_jimi_appear" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5771, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5771.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "PlanetFes_jimi_game_finished" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5772, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5772.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "PlanetFesGamePlayMainPage" + }, + { + "TriggerType": "FinishQuest", + "TriggerParam": "6050900" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5752" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5773, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5773.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "PlanetFes_little_bonus_appear" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5774, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5774.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "PlanetFes_Open_FriendSwapCard" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5775, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5775.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "PlanetFesGamePlayMainPage" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "planet_fes_quest_114" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5801, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5801.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5801" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5092" + } + ] + }, + { + "TutorialID": 5802, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5802.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "ChallengeStoryMainPage" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5801" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5092" + } + ] + }, + { + "TutorialID": 5803, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5803.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "ChallengeStoryMainPage" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5092" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5801" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5804, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5804.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattleByChallengeType", + "TriggerParam": "2" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5801" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5092" + } + ] + }, + { + "TutorialID": 5805, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5805.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattleByChallengeType", + "TriggerParam": "2" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5092" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5803" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5806, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5806.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattleByChallengeType", + "TriggerParam": "2" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5806" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5810, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5810.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattleByStageType", + "TriggerParam": "24" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5811, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5811.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "ActivityTelevisionSeasonTwoMainPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5812, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5812.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "ActivityTelevisionSeasonTwoEnterPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5813, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5813.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "ActivityTelevisionSeasonTwoDetailPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5814, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5814.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5814" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5815, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5815.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "0" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5815" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5816, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5816.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "ActivityStarFightDetailPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5817, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5817.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5521" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5715, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5715.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "ActivityPhotoExhibitionMainPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5716, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5716.json", + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "802720003" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "Tutorial_5716" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5901, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5901.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "MarbleBattlePage" + }, + { + "TriggerType": "TakeSubMission", + "TriggerParam": "803210001" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5902, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5902.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5903, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5903.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIDialog", + "TriggerParam": "MarbleLevelUpSelectDialog" + }, + { + "TriggerType": "TakeSubMission", + "TriggerParam": "803210102" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5904, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5904.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "ActivityMarbleMainPage" + }, + { + "TriggerType": "TakeSubMission", + "TriggerParam": "803210101" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5905, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5905.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "MarblePVEMatchGroupInfoPage" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5904" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5906, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5906.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "MarblePVEMatchPage" + }, + { + "TriggerType": "TakeSubMission", + "TriggerParam": "803210102" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5907, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5907.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "ActivityMarbleMainPage" + }, + { + "TriggerType": "TakeSubMission", + "TriggerParam": "803210104" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5908, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5908.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5909, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5909.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "MarbleBattleLevel3" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5910, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5910.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "MarbleBattleLevel4" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5911, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5911.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "MarbleBattleLevel5" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5912, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5912.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "MarbleBattleLevel7" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5913, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5913.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "MarblePVEKnockoutInfoPage" + }, + { + "TriggerType": "TakeSubMission", + "TriggerParam": "803210204" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5914, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5914.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "MarbleBattleLevel8" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5915, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5915.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "ActivityMarbleMainPage" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "MarblePVPUnlock" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5916, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5916.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "MarbleBattleLevel10" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6000, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6000.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "EvolveBuildSCTutorialPage" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6000" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6001, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6001.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "EvolveBuildSCTutorialPage" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6001" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6025, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6025.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "EvolveBuildSCTutorialPage" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6025" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "6001" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6002, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6002.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "424001" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6003, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6003.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "424001" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6003" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6004, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6004.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "424001" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6004" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6005, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6005.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "424001" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6005" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6006, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6006.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "424001" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6006" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6007, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6007.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "424001" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6007" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6008, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6008.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "424001" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6008" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6009, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6009.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "424001" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6009" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6010, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6010.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "424001" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6010" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6011, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6011.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "424001" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6011" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6012, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6012.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "424001" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6012" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6013, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6013.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "424001" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6013" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6014, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6014.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "424001" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6014" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6015, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6015.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "424001" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6110" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6016, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6016.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "424001" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6016" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6017, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6017.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "424001" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6017" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6018, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6018.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "424001" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6018" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6019, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6019.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "424001" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6019" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6020, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6020.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "424001" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6020" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6021, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6021.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "424002" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6021" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6022, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6022.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "424002" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6022" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6023, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6023.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "424002" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "6022" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6023" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6024, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6024.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "424002" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "EvolveBuildSCResultPage" + }, + { + "TriggerType": "FinishQuest", + "TriggerParam": "6070206" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6026, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6026.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6027, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6027.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6028, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6028.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6029, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6029.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6030, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6030.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6031, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6031.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6050, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6050.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6050" + }, + { + "TriggerType": "EnterBattleByStageType", + "TriggerParam": "25" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6051, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6051.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6051" + }, + { + "TriggerType": "EnterBattleByStageType", + "TriggerParam": "25" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "6052" + } + ] + }, + { + "TutorialID": 6052, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6052.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6052" + }, + { + "TriggerType": "EnterBattleByStageType", + "TriggerParam": "25" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "6051" + } + ] + }, + { + "TutorialID": 6053, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6053.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6053" + }, + { + "TriggerType": "EnterBattleByStageType", + "TriggerParam": "25" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6054, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6054.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6054" + }, + { + "TriggerType": "EnterBattleByStageType", + "TriggerParam": "25" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6055, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6055.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6055" + }, + { + "TriggerType": "EnterBattleByStageType", + "TriggerParam": "25" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6100, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6100.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6100" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6102, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6102.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6102" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6103, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6103.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6103" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6104, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6104.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "EvolveBuildSCStagePage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6105, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6105.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "424011" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6106, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6106.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "424011" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6106" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6107, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6107.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "424011" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6107" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6108, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6108.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "424011" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6108" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6109, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6109.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6109" + }, + { + "TriggerType": "EnterBattleByStageType", + "TriggerParam": "25" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6110, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6110.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "424011" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6110" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6111, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6111.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6111" + }, + { + "TriggerType": "EnterBattleByStageType", + "TriggerParam": "25" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6112, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6112.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6112" + }, + { + "TriggerType": "EnterBattleByStageType", + "TriggerParam": "25" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6113, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6113.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6113" + }, + { + "TriggerType": "EnterBattleByStageType", + "TriggerParam": "25" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "6114" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "6115" + } + ] + }, + { + "TutorialID": 6114, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6114.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6114" + }, + { + "TriggerType": "EnterBattleByStageType", + "TriggerParam": "25" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "6113" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "6115" + } + ] + }, + { + "TutorialID": 6115, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6115.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6115" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "6113" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "6114" + } + ] + }, + { + "TutorialID": 6116, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6116.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6116" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6117, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6117.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6117" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6118, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6118.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6118" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6119, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6119.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIDialog", + "TriggerParam": "BattleEvolveBuildSCPeriodCardDialog" + }, + { + "TriggerType": "EnterBattleByStageType", + "TriggerParam": "25" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6120, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6120.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6120" + }, + { + "TriggerType": "EnterBattleByStageType", + "TriggerParam": "25" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "6121" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "6122" + } + ] + }, + { + "TutorialID": 6121, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6121.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6121" + }, + { + "TriggerType": "EnterBattleByStageType", + "TriggerParam": "25" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "6120" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "6122" + } + ] + }, + { + "TutorialID": 6122, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6122.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6122" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "6121" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "6120" + } + ] + }, + { + "TutorialID": 6141, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6141.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6141" + }, + { + "TriggerType": "EnterBattleByStageType", + "TriggerParam": "25" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6123, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6123.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6123" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "6124" + } + ] + }, + { + "TutorialID": 6124, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6124.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6124" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "6123" + } + ] + }, + { + "TutorialID": 6125, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6125.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6125" + }, + { + "TriggerType": "EnterBattleByStageType", + "TriggerParam": "25" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "6126" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "6127" + } + ] + }, + { + "TutorialID": 6126, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6126.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6126" + }, + { + "TriggerType": "EnterBattleByStageType", + "TriggerParam": "25" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "6125" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "6127" + } + ] + }, + { + "TutorialID": 6127, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6127.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6127" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "6125" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "6126" + } + ] + }, + { + "TutorialID": 6128, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6128.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6128" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6129, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6129.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6129" + }, + { + "TriggerType": "EnterBattleByStageType", + "TriggerParam": "25" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "6130" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "6131" + } + ] + }, + { + "TutorialID": 6130, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6130.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6130" + }, + { + "TriggerType": "EnterBattleByStageType", + "TriggerParam": "25" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "6129" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "6131" + } + ] + }, + { + "TutorialID": 6131, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6131.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6131" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "6129" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "6130" + } + ] + }, + { + "TutorialID": 6132, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6132.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6132" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6133, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6133.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6133" + }, + { + "TriggerType": "EnterBattleByStageType", + "TriggerParam": "25" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "6134" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "6135" + } + ] + }, + { + "TutorialID": 6134, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6134.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6134" + }, + { + "TriggerType": "EnterBattleByStageType", + "TriggerParam": "25" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "6133" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "6135" + } + ] + }, + { + "TutorialID": 6135, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6135.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6135" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "6133" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "6134" + } + ] + }, + { + "TutorialID": 6136, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6136.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6136" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6137, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6137.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6137" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6138, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6138.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6138" + }, + { + "TriggerType": "EnterBattleByStageType", + "TriggerParam": "25" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6139, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6139.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6139" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6142, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6142.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6142" + }, + { + "TriggerType": "EnterBattleByStageType", + "TriggerParam": "25" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6193, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6193.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "EvolveBuildMainPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6194, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6194.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6194" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6195, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6195.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6195" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6196, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6196.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6196" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6197, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6197.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6198, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6198.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6198" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6199, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6199.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6199" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6200, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6200.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "EvoBdSC_6200" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6400, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6400.json", + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "803410117" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "MatchThreeV2GamePage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6401, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6401.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "MatchThreeV2GamePage" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6401" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6402, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6402.json", + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "803410104" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "MatchThreeV2EntrancePage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6403, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6403.json", + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "803410104" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "MatchThreeV2ChallengerOverviewPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6404, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6404.json", + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "803410104" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "MatchThreeV2LevelPreparePage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6405, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6405.json", + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "803410106" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "MatchThreeV2EntrancePage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6406, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6406.json", + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "803410108" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "MatchThreeV2LevelPreparePage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6407, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6407.json", + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "803410110" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "MatchThreeV2EntrancePage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6408, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6408.json", + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "803410108" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "MatchThreeV2GamePage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6409, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6409.json", + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "803410112" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "MatchThreeV2GamePage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6410, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6410.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "MatchThreePVPArena" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6411, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6411.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "MatchThreePVPSolo" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 6412, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_6412.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "MatchThreeV2GamePage" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6412" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 7001, + "Priority": 10, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_7001.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20133003" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 7002, + "Priority": 10, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_7002.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20232025" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 7003, + "Priority": 10, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_7003.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20231051" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 7004, + "Priority": 10, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_7004.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20312051" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 7005, + "Priority": 10, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_7005.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20311005" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 7006, + "Priority": 10, + "TutorialJsonPath": "Config/Level/Tutorial/InBattle/Tutorial_7006.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 7007, + "Priority": 10, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_7007.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20332052" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1033101" + } + ] + }, + { + "TutorialID": 7008, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 7009, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_7009.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20332051" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "Tutorial_W3_Sunday_01" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 7010, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_7010.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20241054" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 7011, + "Priority": 10, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_7011.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20242068" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 7012, + "Priority": 10, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_7012.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20242065" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 7013, + "Priority": 10, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_7013.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20412061" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 7014, + "Priority": 10, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_7014.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20411062" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1040102" + } + ] + }, + { + "TutorialID": 7015, + "Priority": 10, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_7015.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20413065" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1040109" + } + ] + }, + { + "TutorialID": 7016, + "Priority": 10, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_7016.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20421076" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1040307" + } + ] + }, + { + "TutorialID": 7017, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_7017.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20423080" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "Tutorial_W4_Pollux_00" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9001, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9001.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RogueSelectBuffPage" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "4030001" + } + ] + }, + { + "TutorialID": 9002, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9002.json", + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "403000110" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RogueSelectBuffPage" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "4030001" + } + ] + }, + { + "TutorialID": 9003, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9003.json", + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "403000113" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RogueSelectBuffPage" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "4030001" + } + ] + }, + { + "TutorialID": 9004, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9004.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "4030001" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RogueSelectBuffPage" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "4030002" + } + ] + }, + { + "TutorialID": 9005, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9005.json", + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "403000214" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RogueSelectBuffPage" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "4030002" + } + ] + }, + { + "TutorialID": 9006, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9006.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RogueJoinAvatarSelectPage" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "4030002" + } + ] + }, + { + "TutorialID": 9007, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9007.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RogueHandbookMainPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9008, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9008.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RogueSelectMainPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9009, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9009.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RogueSelectBonusBuffPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9010, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9010.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RogueEnhanceBuffPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9011, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9011.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RogueSelectMainPage" + }, + { + "TriggerType": "FinishMainMission", + "TriggerParam": "4030007" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9012, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9012.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "0" + }, + { + "TriggerType": "GameMode", + "TriggerParam": "5" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "9021" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9013, + "Priority": 9, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9013.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9014, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9014.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9014" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9015, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9015.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RogueSelectAeonPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9016, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9016.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RogueSelectMiraclePage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9017, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9017.json", + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "403000104" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9018, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9018.json", + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "403000113" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "9003" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9019, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9019.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9019" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9020, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9020.json", + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "403000212" + }, + { + "TriggerType": "GameMode", + "TriggerParam": "5" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "4030002" + } + ] + }, + { + "TutorialID": 9021, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9021.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9021" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9022, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9022.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "4030003" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RogueSelectMainPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9023, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9023.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9023" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9024, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9024.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9024" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9025, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9025.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9025" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RogueSelectMainPage" + }, + { + "TriggerType": "TakeSubMission", + "TriggerParam": "801310102" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9026, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9026.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "ChessRogueEntranceAeonPage" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8013102" + } + ] + }, + { + "TutorialID": 9027, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9027.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "RogueDLC_ChessBoard_10111_201" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8013102" + } + ] + }, + { + "TutorialID": 9028, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9028.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "RogueDLC_ChessBoard_10111_202" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8013102" + } + ] + }, + { + "TutorialID": 9029, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9029.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "RogueDLC_ChessBoard_10211_300" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8013102" + } + ] + }, + { + "TutorialID": 9030, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9030.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "ChessRogueNewLevelDialog" + }, + { + "TriggerType": "TakeSubMission", + "TriggerParam": "801310103" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8013102" + } + ] + }, + { + "TutorialID": 9031, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9031.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "ChessRogueMazeMainPage" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "9030" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8013102" + } + ] + }, + { + "TutorialID": 9032, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9032.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "RogueDLC_ChessBoard_10111_102" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8013102" + } + ] + }, + { + "TutorialID": 9033, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9033.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "ChessRogueNewLevelDialog" + }, + { + "TriggerType": "TakeSubMission", + "TriggerParam": "801310105" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8013102" + } + ] + }, + { + "TutorialID": 9034, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9034.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "ChessRogueEntranceAeonPage" + }, + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8013102" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9035, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9035.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9035" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8013102" + } + ] + }, + { + "TutorialID": 9036, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9036.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "ChessRogueNewLevelDialog" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "9033" + }, + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8013101" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8013102" + } + ] + }, + { + "TutorialID": 9037, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9037.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "RogueDLC_ChessBoard_10211_302" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8013102" + } + ] + }, + { + "TutorialID": 9038, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9038.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "ChessRogueMainPage" + }, + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8013102" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "9039" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9039, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9039.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "ChessRogueMainPage" + }, + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8013102" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9040, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9040.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "ChessRogueBoardPage" + }, + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8013102" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9041, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9041.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9041" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9042, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9042.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9042" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9043, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9043.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9043" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9044, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9044.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9044" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9045, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9045.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "RogueDLC_ChessBoard_10211_301" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8013102" + } + ] + }, + { + "TutorialID": 9046, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9046.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "RogueDLC_ChessBoard_10211_303" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8013102" + } + ] + }, + { + "TutorialID": 9047, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9047.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "RogueDLC_ChessBoard_10111_203" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8013102" + } + ] + }, + { + "TutorialID": 9048, + "Priority": 11, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9048.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9048" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9049, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9049.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9050, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9050.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9050" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9051, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9051.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9051" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9052, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9052.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RogueSelectMainPage" + }, + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8013101" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8013102" + } + ] + }, + { + "TutorialID": 9053, + "Priority": 11, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9053.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9053" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RogueSelectMainPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9054, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9054.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RogueTournEntrancePage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9055, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9055.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9055" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9056, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9056.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RogueTournSelectBuffPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9057, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9057.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9057" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9058, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9058.json", + "TriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "9057" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9059, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9059.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9059" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9060, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9060.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9061, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9061.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9061" + }, + { + "TriggerType": "FinishSubMission", + "TriggerParam": "803130106" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9062, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9062.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9062" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9063, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9063.json", + "TriggerParams": [], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "9068" + } + ] + }, + { + "TutorialID": 9065, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9065.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9065" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9066, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9066.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9066" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9067, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9067.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9068, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9068.json", + "TriggerParams": [], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "9063" + } + ] + }, + { + "TutorialID": 9070, + "Priority": 11, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9070.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RogueSelectMainPage" + }, + { + "TriggerType": "FinishSubMission", + "TriggerParam": "802640101" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9071, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9071.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9071" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9072, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9072.json", + "TriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "9071" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9073, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9073.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "84004141" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9074, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9074.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9074" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9075, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9075.json", + "TriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "9074" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9076, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9076.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9076" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9077, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9077.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9077" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9078, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9078.json", + "TriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "9083" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9079, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9079.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9079" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9080, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9080.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9080" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9081, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9081.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RogueMagicEntrancePage" + }, + { + "TriggerType": "FinishSubMission", + "TriggerParam": "802640102" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9082, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9082.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9082" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RogueMagicEntrancePage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9083, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9083.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9083" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9084, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9084.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9084" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "9076" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9085, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9085.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9085" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9086, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9086.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9086" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9087, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9087" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9088, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9088" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9090, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9090.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9090" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9091, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9091.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "83019900" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9092, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9092.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "83019901" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9093, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9093.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RogueTournSelectTitanBlessPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9094, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9094.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9094" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9095, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9095.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9096, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9096.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9096" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9097, + "Priority": 11, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9097.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RogueTournEntrancePage" + }, + { + "TriggerType": "FinishSubMission", + "TriggerParam": "803130106" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "9061" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9098, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9098.json", + "TriggerParams": [ + { + "TriggerType": "FinishSubMission", + "TriggerParam": "803130106" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RogueTournSelectFormulaPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9099, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9099.json", + "TriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "9098" + }, + { + "TriggerType": "OnMazeMainPage", + "TriggerParam": "0" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9100, + "Priority": 11, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9100.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9100" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9110, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9110.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RogueTournDivisionModePage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9111, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9111.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9111" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9112, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9112.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9112" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9113, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9113.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "Tutorial_9113" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9114, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9114.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9114" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "9115" + } + ] + }, + { + "TutorialID": 9115, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9115.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "Tutorial_9115" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "9114" + } + ] + }, + { + "TutorialID": 9116, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9117, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9117.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "Tutorial_9117" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9201, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9201.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9201" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9202, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9202.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9203, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9203.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9204, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9204.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RogueEndlessRecordPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9205, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9205.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RogueEndlessActivityMainPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9206, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9206.json", + "TriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "9205" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RogueEndlessStartPage" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "RogueEndless_StartArea_10100" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9207, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9207.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9208, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9208.json", + "TriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "9206" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RogueEndlessDisplayMiraclePage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9209, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9209.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RogueEndlessEntrancePage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9210, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9210.json", + "TriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "9205" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RogueEndlessStartPage" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "RogueEndless_StartArea_10102" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9211, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9211.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattleByStageType", + "TriggerParam": "21" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9212, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9212.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9213, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9213.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9214, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9214.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9214" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9301, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9301.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9301" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RogueSelectMainPage" + }, + { + "TriggerType": "TakeSubMission", + "TriggerParam": "801610201" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9302, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9302.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9303, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9303.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9304, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9304.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9305, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9305.json", + "TriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "9313" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RogueNousMainPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9306, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9306.json", + "TriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "9321" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RogueNousMainPage" + }, + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8016102" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9307, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9307.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9308, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9308.json", + "TriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "9305" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RogueNousDiceBranchPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9309, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9309.json", + "TriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "9319" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RogueNousPathEchoOverviewPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9310, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9310.json", + "TriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "9306" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RogueNousPathEchoOverviewPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9311, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9311.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9311" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "9309" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "ChessRogueNewLevelDialog" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9313, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9313.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9314, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9314.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9315, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9315.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9316, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9316.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9316" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9317, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9317.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "RogueDLC_ChessBoard_1111011_201" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9318, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9318.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "82200211" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9319, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9319.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9319" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "9301" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RogueNousMainPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9321, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9321.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RogueNousNewSubStoryPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9322, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9322.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RogueNousRecommendedStoryPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9323, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9323.json", + "TriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "9309" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RogueNousDiceBranchPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9324, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9324.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9324" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9325, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9325.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9325" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9801, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9801.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "TutorialAlleyTransportMainPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9802, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9802.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "TutorialActivityAlleyPackMainPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9803, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9803.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9804, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9804.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "ActivityAlleyPackMainPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9805, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9805.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "AlleyMainEntrancePage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9806, + "Priority": 10, + "RestoreType": "AutoFinish", + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9806.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "SecondTutorialAlleyTransportMainPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9807, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9807.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "ActivityAlleySpecialOrderPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9808, + "Priority": 12, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9808.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "Tutorial_Alley_Pack_Order_102" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9809, + "Priority": 12, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9809.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "Tutorial_Alley_Pack_Order_103" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9810, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9810.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "TutorialAlleyTransportMainPage" + }, + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8003205" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9811, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9811.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "TutorialAlleyTransportMainPage" + }, + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8003216" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9812, + "Priority": 11, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9812.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "AlleyMainEntrancePage" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "9804" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "9805" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "9809" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9813, + "Priority": 12, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9813.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "Tutorial_Alley_Pack_Order_201" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9814, + "Priority": 13, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9814.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "Tutorial_Alley_Pack_Order_301" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9816, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9816.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9816" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9817, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9817.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9818, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9818.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "AlleyEventPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9819, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9819.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "AlleyRenownPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9815, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9815.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "Tutorial_Alley_Transport_New_Buff_Custom_1_1002" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9820, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9820.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "Tutorial_Alley_Transport_New_Buff_Custom_2_1004" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9901, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9901.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8014101" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "AetherDivideEntryPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9903, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9903.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9903" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9904, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9904.json", + "TriggerParams": [ + { + "TriggerType": "GetItem", + "TriggerParam": "250223" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9905, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9905.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "43103005" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9906, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9906.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "AetherDivideEntryPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9907, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9907.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8014102" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "4012" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9908, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9908.json", + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "801410204" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9610, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9610.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9611, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9611.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9612, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9612.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9613, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9613.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9614, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9614.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9615, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9615.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9616, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9616.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9617, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9617.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9618, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9618.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9619, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9619.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9620, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9620.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9621, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9621.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "SpaceZooBagPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9622, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9622.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "SpaceZooMainPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9623, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9623.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9623" + }, + { + "TriggerType": "TakeSubMission", + "TriggerParam": "801620108" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9624, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9624.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9603" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9625, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9625.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9625" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9626, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9626.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9616" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9627, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9627.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "SpaceZooMainPage" + }, + { + "TriggerType": "TakeSubMission", + "TriggerParam": "801620109" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9628, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9628.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9628" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9629, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9629.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9620" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9630, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9630.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9618" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9631, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9631.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9631" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9701, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9629.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9702, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9630.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9703, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9703.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9703" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 9704, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_9704.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9704" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5550, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5550.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "SecondWorldRaidCollectionMainPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5551, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5551.json", + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "802520203" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "SecondWorldRaidCollectionMainPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5552, + "Priority": 11, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5552.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9902" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5553, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5553.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9904" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5554, + "Priority": 11, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5554.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9901" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5555, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5555.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9901" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5023" + } + ] + }, + { + "TutorialID": 5556, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5556.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9902" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5540" + } + ] + }, + { + "TutorialID": 5560, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5560.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "FourthWorldRaidCollectionMainPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5561, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5561.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "FourthWorldRaidCollectionMainPageHardLevel" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5562, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5552.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5562" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5023" + } + ] + }, + { + "TutorialID": 5563, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5553.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5563" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5540" + } + ] + }, + { + "TutorialID": 5564, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5554.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5564" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5023" + } + ] + }, + { + "TutorialID": 5565, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5555.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5565" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5540" + } + ] + }, + { + "TutorialID": 8001, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8001.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "TrainPartyBuildTaskPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8002, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8002.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "TrainPartyBuildTaskPage" + }, + { + "TriggerType": "FinishSubMission", + "TriggerParam": "802711109" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8003, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8003.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "TrainPartyEntrancePage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8005, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8005.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "TrainPartyGetOffResultPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8006, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8006.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "TrainPartyBuildTaskPage" + }, + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8027113" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8007, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8007.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "TrainPartyTeamEdit_6" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8009, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8009.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "TrainPartyMeetingGameplayPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8012, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8012.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "TrainParty_Grid_0" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8013, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8013.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "TrainParty_Has_Skill" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8014, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8014.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "TrainPartyTeamEdit_2" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8015, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8015.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "TrainPartyGameplayPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8016, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8016.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "TrainParty_Grid_1" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8017, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8017.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "TrainParty_Grid_2" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8018, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8018.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "TrainParty_Grid_3" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8019, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8019.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "TrainParty_Meeting_2" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8020, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8020.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "TrainParty_Meeting_3" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8021, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8021.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "TrainParty_Meeting_4" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5566, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5566.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6316" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5567, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5567.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5567" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5568, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5568.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6305" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 5569, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_5569.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5569" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8101, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8101.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "8101" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8102, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8102.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "8102" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8103, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8103.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "8103" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8104, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8104.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "8104" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8105, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8105.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "8105" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8106, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8106.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "8106" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8107, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8107.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "8107" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8108, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8108.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "ChimeraEntrancePage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8110, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8110.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "8110" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8111, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8111.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "8111" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8112, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8112.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "8112" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8113, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8113.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "8113" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8114, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8114.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "8114" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8115, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8115.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "8115" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8116, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8116.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "8116" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8117, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8117.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "8117" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8118, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8118.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "8118" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8119, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8119.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "8119" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8120, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8120.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "8120" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8121, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8121.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "8121" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8122, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8122.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "8122" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8123, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8123.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "8123" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8124, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8124.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "8124" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8125, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8125.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "8125" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8126, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8126.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "8126" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8127, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8127.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "8127" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8128, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8128.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "ChimeraEntrancePage" + }, + { + "TriggerType": "TakeSubMission", + "TriggerParam": "803110109" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8129, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8129.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "ChimeraEntrancePage" + }, + { + "TriggerType": "FinishSubMission", + "TriggerParam": "803110120" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8130, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8130.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "8130" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8109, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8109.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "ChimeraGoalsPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8201, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8201.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "Parkour_TutorialStart_Guide" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8202, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8202.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "CloseParkourCarGetBanner" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8203, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8203.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "8203" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8204, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8204.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "8204" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8205, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8205.json", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8033202" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "CloseParkourCarGetBanner" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8206, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8206.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8301, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8301.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "FateEntrancePage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8302, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8302.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "FateSelectAreaPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8303, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8303.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "FateGameRoundPrepareOverviewPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8304, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8304.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "FateGameRoundPreparePlayerPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8305, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8305.json", + "TriggerParams": [ + { + "TriggerType": "EnterBattleByStageType", + "TriggerParam": "34" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8306, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8306.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "Tutorial_8306" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "8307" + } + ] + }, + { + "TutorialID": 8307, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8307.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "Tutorial_8307" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "8306" + } + ] + }, + { + "TutorialID": 8308, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8308.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "FateShopPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8309, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8309.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "Tutorial_8309" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8310, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8310.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8311, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8311.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "Tutorial_8311" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "8312" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "8313" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "8314" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "8315" + } + ] + }, + { + "TutorialID": 8312, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8312.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "Tutorial_8312" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "8311" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "8313" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "8314" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "8315" + } + ] + }, + { + "TutorialID": 8313, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8313.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "Tutorial_8313" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "8312" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "8311" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "8314" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "8315" + } + ] + }, + { + "TutorialID": 8314, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8314.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "Tutorial_8314" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "8312" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "8313" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "8311" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "8315" + } + ] + }, + { + "TutorialID": 8315, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8315.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "Tutorial_8315" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "8312" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "8313" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "8314" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "8311" + } + ] + }, + { + "TutorialID": 8316, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8316.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "Tutorial_8316" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8317, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8317.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "Tutorial_8317" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8318, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8318.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "Tutorial_8318" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "8317" + } + ] + }, + { + "TutorialID": 8319, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8319.json", + "TriggerParams": [], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8320, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8320.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "Tutorial_8320" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8321, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8321.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "FateSelectHouguPage" + }, + { + "TriggerType": "EnterBattleByStageType", + "TriggerParam": "34" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "8324" + } + ] + }, + { + "TutorialID": 8322, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8322.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "FateSelectReijuPage" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8323, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8323.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "Tutorial_8323" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "9065" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "9066" + } + ] + }, + { + "TutorialID": 8324, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8324.json", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "FateSelectHouguPage" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "8321" + } + ] + }, + { + "TutorialID": 8325, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8325.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "Tutorial_8325" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8326, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8326.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "Tutorial_8326" + } + ], + "FinishTriggerParams": [] + }, + { + "TutorialID": 8327, + "Priority": 10, + "RestoreType": "AutoFinish", + "CanInterrupt": true, + "TutorialJsonPath": "Config/Level/Tutorial/Tutorial_8327.json", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "Tutorial_8327" + } + ], + "FinishTriggerParams": [] + } + ] +} \ No newline at end of file diff --git a/resources/TutorialGuideGroup.json b/resources/TutorialGuideGroup.json new file mode 100644 index 0000000..2e4e6bb --- /dev/null +++ b/resources/TutorialGuideGroup.json @@ -0,0 +1,13349 @@ +{ + "tutorial_guide_config": [ + { + "GroupID": 2212, + "TutorialGuideIDList": [ + 221201, + 221202 + ], + "TutorialType": 1, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 170, + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20002009" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000401" + } + ], + "MessageText": { + "Hash": 127282446, + "Hash64": 9284245911678706290 + }, + "RewardID": 201 + }, + { + "GroupID": 2217, + "TutorialGuideIDList": [ + 221701 + ], + "TutorialType": 1, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 171, + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20002009" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000401" + } + ], + "MessageText": { + "Hash": 127282441, + "Hash64": 4978076683184764552 + }, + "RewardID": 201 + }, + { + "GroupID": 2216, + "TutorialGuideIDList": [ + 221601 + ], + "TutorialType": 1, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 172, + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20002009" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000401" + } + ], + "MessageText": { + "Hash": 127282442, + "Hash64": 393976149914274360 + }, + "RewardID": 201 + }, + { + "GroupID": 2215, + "TutorialGuideIDList": [ + 221501 + ], + "TutorialType": 1, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 173, + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20002009" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000401" + } + ], + "MessageText": { + "Hash": 127282439, + "Hash64": 12677227815773912115 + }, + "RewardID": 201 + }, + { + "GroupID": 2214, + "TutorialGuideIDList": [ + 221401 + ], + "TutorialType": 1, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 174, + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20002009" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000401" + } + ], + "MessageText": { + "Hash": 127282440, + "Hash64": 18143583501228456430 + }, + "RewardID": 201 + }, + { + "GroupID": 1118, + "TutorialGuideIDList": [ + 111801, + 111802 + ], + "TutorialType": 1, + "CanReview": true, + "Order": 175, + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20002002" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000401" + } + ], + "MessageText": { + "Hash": -296204954, + "Hash64": 9595529517924125906 + }, + "RewardID": 201 + }, + { + "GroupID": 2210, + "TutorialGuideIDList": [ + 221001 + ], + "TutorialType": 1, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 176, + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000300" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 127282444, + "Hash64": 326125185573926505 + }, + "RewardID": 201 + }, + { + "GroupID": 2211, + "TutorialGuideIDList": [ + 221101 + ], + "TutorialType": 1, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 177, + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000401" + }, + { + "TriggerType": "EnterBattle", + "TriggerParam": "0" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 127282443, + "Hash64": 7039452879547421693 + }, + "RewardID": 201 + }, + { + "GroupID": 2107, + "TutorialGuideIDList": [ + 500101, + 500102 + ], + "TutorialType": 1, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 178, + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20002004" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000401" + } + ], + "MessageText": { + "Hash": -1438801405, + "Hash64": 53226825858710690 + }, + "RewardID": 201 + }, + { + "GroupID": 2106, + "TutorialGuideIDList": [ + 210601 + ], + "TutorialType": 1, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 179, + "TriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "2010" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1438801406, + "Hash64": 15097826955369573873 + }, + "RewardID": 201 + }, + { + "GroupID": 2213, + "TutorialGuideIDList": [ + 221301 + ], + "TutorialType": 1, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 180, + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20002001" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000401" + } + ], + "MessageText": { + "Hash": 127282445, + "Hash64": 15536948383396396800 + }, + "RewardID": 201 + }, + { + "GroupID": 2207, + "TutorialGuideIDList": [ + 220701 + ], + "TutorialType": 1, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 181, + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20002001" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000401" + } + ], + "MessageText": { + "Hash": -1438801500, + "Hash64": 8003733980454522797 + }, + "RewardID": 201 + }, + { + "GroupID": 2206, + "TutorialGuideIDList": [ + 220601 + ], + "TutorialType": 1, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 182, + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20002001" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000401" + } + ], + "MessageText": { + "Hash": -1438801499, + "Hash64": 16781476995141405602 + }, + "RewardID": 201 + }, + { + "GroupID": 2203, + "TutorialGuideIDList": [ + 220301 + ], + "TutorialType": 1, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 183, + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20002001" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000401" + } + ], + "MessageText": { + "Hash": -1438801496, + "Hash64": 14487048512608102092 + }, + "RewardID": 201 + }, + { + "GroupID": 2205, + "TutorialGuideIDList": [ + 220501 + ], + "TutorialType": 1, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 184, + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20002001" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000401" + } + ], + "MessageText": { + "Hash": -1438801502, + "Hash64": 4765109058649642194 + }, + "RewardID": 201 + }, + { + "GroupID": 2202, + "TutorialGuideIDList": [ + 220201 + ], + "TutorialType": 1, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 185, + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20002001" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000401" + } + ], + "MessageText": { + "Hash": -1438801495, + "Hash64": 12986840054869748755 + }, + "RewardID": 201 + }, + { + "GroupID": 2204, + "TutorialGuideIDList": [ + 220401 + ], + "TutorialType": 1, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 186, + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20002001" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000401" + } + ], + "MessageText": { + "Hash": -1438801501, + "Hash64": 9508881864306210636 + }, + "RewardID": 201 + }, + { + "GroupID": 2201, + "TutorialGuideIDList": [ + 220101 + ], + "TutorialType": 1, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 187, + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20002001" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000401" + } + ], + "MessageText": { + "Hash": -1438801498, + "Hash64": 17823954449757997672 + }, + "RewardID": 201 + }, + { + "GroupID": 2224, + "TutorialGuideIDList": [ + 222401 + ], + "TutorialType": 1, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 188, + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20002001" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000401" + } + ], + "MessageText": { + "Hash": -276002087, + "Hash64": 4645820389521676000 + }, + "RewardID": 201 + }, + { + "GroupID": 2221, + "TutorialGuideIDList": [ + 970101, + 970102 + ], + "TutorialType": 1, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 189, + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20002001" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000401" + } + ], + "MessageText": { + "Hash": -276002084, + "Hash64": 15482127493124224895 + }, + "RewardID": 201 + }, + { + "GroupID": 2218, + "TutorialGuideIDList": [ + 221801 + ], + "TutorialType": 1, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 190, + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20002001" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000401" + } + ], + "MessageText": { + "Hash": 127282452, + "Hash64": 16504121046472310623 + }, + "RewardID": 201 + }, + { + "GroupID": 2208, + "TutorialGuideIDList": [ + 210101 + ], + "TutorialType": 1, + "CanReview": true, + "Order": 191, + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20002001" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000401" + } + ], + "MessageText": { + "Hash": -1438801489, + "Hash64": 6808959817788277822 + }, + "RewardID": 201 + }, + { + "GroupID": 2209, + "TutorialGuideIDList": [ + 110501, + 220002 + ], + "TutorialType": 1, + "CanReview": true, + "Order": 192, + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20002001" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000401" + } + ], + "MessageText": { + "Hash": -1438801490, + "Hash64": 10620019322987501216 + }, + "RewardID": 201 + }, + { + "GroupID": 2223, + "TutorialGuideIDList": [ + 222301 + ], + "TutorialType": 1, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 193, + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20002001" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000401" + } + ], + "MessageText": { + "Hash": -276002082, + "Hash64": 2695545011599399038 + }, + "RewardID": 201 + }, + { + "GroupID": 2200, + "TutorialGuideIDList": [ + 220001 + ], + "TutorialType": 1, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 194, + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20002001" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000401" + } + ], + "MessageText": { + "Hash": -1438801497, + "Hash64": 6906354301249769644 + }, + "RewardID": 201 + }, + { + "GroupID": 2227, + "TutorialGuideIDList": [ + 222701 + ], + "TutorialType": 1, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 194, + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20002001" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000401" + } + ], + "MessageText": { + "Hash": -276002086, + "Hash64": 12366434820986208494 + }, + "RewardID": 201 + }, + { + "GroupID": 1105, + "TutorialGuideIDList": [ + 110502 + ], + "TutorialType": 1, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 195, + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20001003" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000401" + } + ], + "MessageText": { + "Hash": 1269878976, + "Hash64": 16664762192340471197 + }, + "RewardID": 201 + }, + { + "GroupID": 1104, + "TutorialGuideIDList": [ + 110401 + ], + "TutorialType": 1, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 196, + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20001003" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000401" + } + ], + "MessageText": { + "Hash": 1269878975, + "Hash64": 16720934367562584775 + }, + "RewardID": 201 + }, + { + "GroupID": 1103, + "TutorialGuideIDList": [ + 110301 + ], + "TutorialType": 1, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 197, + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20001003" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000401" + } + ], + "MessageText": { + "Hash": 1269878978, + "Hash64": 737365056010940781 + }, + "RewardID": 201 + }, + { + "GroupID": 1110, + "TutorialGuideIDList": [ + 110105 + ], + "TutorialType": 1, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 198, + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20001003" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000401" + } + ], + "MessageText": { + "Hash": -296204962, + "Hash64": 333764871272541441 + }, + "RewardID": 201 + }, + { + "GroupID": 1102, + "TutorialGuideIDList": [ + 110102, + 110103, + 110104 + ], + "TutorialType": 1, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 198, + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20001003" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000401" + } + ], + "MessageText": { + "Hash": 1269878977, + "Hash64": 3816666597394962401 + }, + "RewardID": 201 + }, + { + "GroupID": 1101, + "TutorialGuideIDList": [ + 110101 + ], + "TutorialType": 1, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 199, + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20001006" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000401" + } + ], + "MessageText": { + "Hash": 1269878980, + "Hash64": 560005623724621359 + }, + "RewardID": 201 + }, + { + "GroupID": 1109, + "TutorialGuideIDList": [ + 110901 + ], + "TutorialType": 1, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 200, + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20001003" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000401" + } + ], + "MessageText": { + "Hash": 1269878988, + "Hash64": 9686312030094832970 + }, + "RewardID": 201 + }, + { + "GroupID": 1108, + "TutorialGuideIDList": [ + 110801 + ], + "TutorialType": 1, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 201, + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20001003" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000401" + } + ], + "MessageText": { + "Hash": 1269878987, + "Hash64": 949919678364550641 + }, + "RewardID": 201 + }, + { + "GroupID": 6009, + "TutorialGuideIDList": [ + 600901, + 600902, + 600903 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6009" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -874151420, + "Hash64": 12494976079510992069 + }, + "RewardID": 201 + }, + { + "GroupID": 6010, + "TutorialGuideIDList": [ + 601001, + 601002 + ], + "TutorialType": 2, + "CanReview": true, + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6010" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 691932514, + "Hash64": 8589319992771380817 + }, + "RewardID": 201 + }, + { + "GroupID": 6011, + "TutorialGuideIDList": [ + 601101, + 601102 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6011" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 691932513, + "Hash64": 6854906185401881704 + }, + "RewardID": 201 + }, + { + "GroupID": 6012, + "TutorialGuideIDList": [ + 601201, + 601202 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6012" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 691932512, + "Hash64": 6471659477333581537 + }, + "RewardID": 201 + }, + { + "GroupID": 6018, + "TutorialGuideIDList": [ + 601702 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "102050106" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1020501" + } + ], + "MessageText": { + "Hash": 691932522, + "Hash64": 12364050071838622217 + }, + "RewardID": 201 + }, + { + "GroupID": 6020, + "TutorialGuideIDList": [ + 602001 + ], + "TutorialType": 2, + "CanReview": true, + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6020" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 288647987, + "Hash64": 2776995457975748954 + }, + "RewardID": 201 + }, + { + "GroupID": 6021, + "TutorialGuideIDList": [ + 602101, + 602102, + 602103 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShowInMaze", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6021" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 288647986, + "Hash64": 15601417150180294528 + }, + "RewardID": 201 + }, + { + "GroupID": 6023, + "TutorialGuideIDList": [ + 602301 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6023" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 288647984, + "Hash64": 5115387260040455291 + }, + "RewardID": 201 + }, + { + "GroupID": 6024, + "TutorialGuideIDList": [ + 602302 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6024" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 288647983, + "Hash64": 14389418715461020470 + }, + "RewardID": 201 + }, + { + "GroupID": 6025, + "TutorialGuideIDList": [ + 602303 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6025" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 288647982, + "Hash64": 1626124537135415843 + }, + "RewardID": 201 + }, + { + "GroupID": 6026, + "TutorialGuideIDList": [ + 602601 + ], + "TutorialType": 2, + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6026" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 288647981, + "Hash64": 15434274037268196511 + }, + "RewardID": 100 + }, + { + "GroupID": 6029, + "TutorialGuideIDList": [ + 601201, + 601202, + 601203 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "NonTutorial", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6029" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 288647994, + "Hash64": 13560268615384823580 + }, + "RewardID": 201 + }, + { + "GroupID": 6030, + "TutorialGuideIDList": [ + 601203 + ], + "TutorialType": 2, + "CanReview": true, + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6030" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1854731928, + "Hash64": 14260750017785128035 + }, + "RewardID": 201 + }, + { + "GroupID": 6031, + "TutorialGuideIDList": [ + 603101, + 603102 + ], + "TutorialType": 2, + "CanReview": true, + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6031" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1854731927, + "Hash64": 15347387379383194594 + }, + "RewardID": 201 + }, + { + "GroupID": 6033, + "TutorialGuideIDList": [ + 603301 + ], + "TutorialType": 2, + "CanReview": true, + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6033" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1854731925, + "Hash64": 7073028774309558185 + }, + "RewardID": 201 + }, + { + "GroupID": 6034, + "TutorialGuideIDList": [ + 603401 + ], + "TutorialType": 2, + "CanReview": true, + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6034" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1854731924, + "Hash64": 8220802594915622782 + }, + "RewardID": 201 + }, + { + "GroupID": 6035, + "TutorialGuideIDList": [ + 603501, + 603502 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShowInMaze", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6035" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1854731923, + "Hash64": 17795656910265245852 + }, + "RewardID": 201 + }, + { + "GroupID": 6038, + "TutorialGuideIDList": [ + 603801, + 603802, + 603803 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShowInMaze", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6038" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1854731936, + "Hash64": 6701813829703553953 + }, + "RewardID": 201 + }, + { + "GroupID": 6039, + "TutorialGuideIDList": [ + 603901 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShowInMaze", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6039" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1854731935, + "Hash64": 854076079450776260 + }, + "RewardID": 201 + }, + { + "GroupID": 6040, + "TutorialGuideIDList": [ + 604001, + 604002 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "202060213" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "2020602" + } + ], + "MessageText": { + "Hash": 1451447401, + "Hash64": 16954602586571580037 + }, + "RewardID": 201 + }, + { + "GroupID": 6041, + "TutorialGuideIDList": [ + 604101, + 604102, + 604103, + 604104, + 604105 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShowInMaze", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6041" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1451447400, + "Hash64": 16467435051184643065 + }, + "RewardID": 201 + }, + { + "GroupID": 6042, + "TutorialGuideIDList": [ + 604201, + 604202, + 604203 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6042" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1451447399, + "Hash64": 8653441310777616817 + }, + "RewardID": 201 + }, + { + "GroupID": 6043, + "TutorialGuideIDList": [ + 604301, + 604302 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6043" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1451447398, + "Hash64": 5391553003434546045 + }, + "RewardID": 201 + }, + { + "GroupID": 6044, + "TutorialGuideIDList": [ + 604401, + 604402, + 604403, + 604404 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6044" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1451447397, + "Hash64": 7357191545776453845 + }, + "RewardID": 201 + }, + { + "GroupID": 6045, + "TutorialGuideIDList": [ + 604501, + 604502 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShowInMaze", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6045" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1451447396, + "Hash64": 12355359112861843970 + }, + "RewardID": 201 + }, + { + "GroupID": 6046, + "TutorialGuideIDList": [ + 604601, + 604602, + 604603 + ], + "TutorialType": 2, + "CanReview": true, + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6046" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1451447395, + "Hash64": 3550224024297099255 + }, + "RewardID": 201 + }, + { + "GroupID": 6050, + "TutorialGuideIDList": [ + 605001, + 605003, + 605002 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "DecalPuzzleMainPage" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "2001001" + } + ], + "MessageText": { + "Hash": -1277435954, + "Hash64": 556748519074620911 + }, + "RewardID": 201 + }, + { + "GroupID": 6051, + "TutorialGuideIDList": [ + 605101, + 605102, + 605103, + 605104 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6051" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1277435955, + "Hash64": 7360276957705591283 + }, + "RewardID": 201 + }, + { + "GroupID": 6055, + "TutorialGuideIDList": [ + 605501 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6055" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1277435959, + "Hash64": 8306887797840501567 + }, + "RewardID": 201 + }, + { + "GroupID": 6056, + "TutorialGuideIDList": [ + 605601, + 605602, + 605603 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6056" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1277435960, + "Hash64": 15497920693355087361 + }, + "RewardID": 201 + }, + { + "GroupID": 6057, + "TutorialGuideIDList": [ + 605701, + 605702, + 605703 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShowInMaze", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6057" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1277435961, + "Hash64": 4620376638870109935 + }, + "RewardID": 201 + }, + { + "GroupID": 6058, + "TutorialGuideIDList": [ + 605801 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShowInMaze", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6058" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1277435946, + "Hash64": 5037335830196857615 + }, + "RewardID": 201 + }, + { + "GroupID": 6059, + "TutorialGuideIDList": [ + 605901 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShowInMaze", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6059" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1277435947, + "Hash64": 10889123181364626246 + }, + "RewardID": 201 + }, + { + "GroupID": 6060, + "TutorialGuideIDList": [ + 606001 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShowInMaze", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6060" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1680720481, + "Hash64": 4796264155115273184 + }, + "RewardID": 201 + }, + { + "GroupID": 6061, + "TutorialGuideIDList": [ + 606101 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShowInMaze", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6061" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1680720482, + "Hash64": 8864051026224544316 + }, + "RewardID": 201 + }, + { + "GroupID": 6062, + "TutorialGuideIDList": [ + 606201, + 606203 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShowInMaze", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "103040107" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1030401" + } + ], + "MessageText": { + "Hash": -1680720483, + "Hash64": 11208279589304208273 + }, + "RewardID": 201 + }, + { + "GroupID": 6063, + "TutorialGuideIDList": [ + 606301, + 606302, + 606303 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShowInMaze", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "103040225" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1030402" + } + ], + "MessageText": { + "Hash": -1680720484, + "Hash64": 7023461477468083331 + }, + "RewardID": 201 + }, + { + "GroupID": 6064, + "TutorialGuideIDList": [ + 606401, + 606402, + 606403, + 606404 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6064" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1680720485, + "Hash64": 15098279811029582561 + }, + "RewardID": 201 + }, + { + "GroupID": 6065, + "TutorialGuideIDList": [ + 606501, + 606502 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6065" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1680720486, + "Hash64": 4615325851913895285 + }, + "RewardID": 201 + }, + { + "GroupID": 6066, + "TutorialGuideIDList": [ + 606503, + 606504, + 606505, + 606506, + 606509 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6066" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1680720487, + "Hash64": 7380502907415734472 + }, + "RewardID": 201 + }, + { + "GroupID": 6067, + "TutorialGuideIDList": [ + 606701 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6067" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1680720488, + "Hash64": 10983244260700640203 + }, + "RewardID": 201 + }, + { + "GroupID": 6068, + "TutorialGuideIDList": [ + 606801, + 606802 + ], + "TutorialType": 2, + "CanReview": true, + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6068" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1680720473, + "Hash64": 9936880693156358276 + }, + "RewardID": 201 + }, + { + "GroupID": 6069, + "TutorialGuideIDList": [ + 606901 + ], + "TutorialType": 2, + "CanReview": true, + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6069" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1680720474, + "Hash64": 11763485390666428692 + }, + "RewardID": 201 + }, + { + "GroupID": 6070, + "TutorialGuideIDList": [ + 607001, + 607002 + ], + "TutorialType": 2, + "CanReview": true, + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6070" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -114636540, + "Hash64": 1930108079851220854 + }, + "RewardID": 201 + }, + { + "GroupID": 6071, + "TutorialGuideIDList": [ + 606507, + 606508 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6071" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -114636541, + "Hash64": 3461665253142068434 + }, + "RewardID": 201 + }, + { + "GroupID": 6072, + "TutorialGuideIDList": [ + 606601 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6072" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -114636542, + "Hash64": 15606467340313824880 + }, + "RewardID": 201 + }, + { + "GroupID": 6073, + "TutorialGuideIDList": [ + 606602, + 606603 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6073" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "9704" + } + ], + "MessageText": { + "Hash": -114636543, + "Hash64": 8441508985649969938 + }, + "RewardID": 201 + }, + { + "GroupID": 6074, + "TutorialGuideIDList": [ + 606604 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6074" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -114636544, + "Hash64": 3188055965921248087 + }, + "RewardID": 201 + }, + { + "GroupID": 6075, + "TutorialGuideIDList": [ + 606605 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6075" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -114636545, + "Hash64": 2185399869140928054 + }, + "RewardID": 201 + }, + { + "GroupID": 6076, + "TutorialGuideIDList": [ + 607601, + 607602 + ], + "TutorialType": 2, + "TutorialShowType": "AutoShowInMaze", + "Order": 285, + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -114636546, + "Hash64": 3879056770424266819 + }, + "RewardID": 100 + }, + { + "GroupID": 6077, + "TutorialGuideIDList": [ + 605101, + 605102, + 605103, + 605104 + ], + "TutorialType": 2, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6077" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -114636547, + "Hash64": 14919014177685310683 + }, + "RewardID": 100 + }, + { + "GroupID": 6078, + "TutorialGuideIDList": [ + 605701, + 605702, + 605703 + ], + "TutorialType": 2, + "TutorialShowType": "AutoShowInMaze", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6078" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -114636532, + "Hash64": 3535977690986872974 + }, + "RewardID": 100 + }, + { + "GroupID": 6079, + "TutorialGuideIDList": [ + 605801 + ], + "TutorialType": 2, + "TutorialShowType": "AutoShowInMaze", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6079" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -114636533, + "Hash64": 14556192899628891437 + }, + "RewardID": 100 + }, + { + "GroupID": 6080, + "TutorialGuideIDList": [ + 605901 + ], + "TutorialType": 2, + "TutorialShowType": "AutoShowInMaze", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6080" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -517921067, + "Hash64": 8807332912324333970 + }, + "RewardID": 100 + }, + { + "GroupID": 6081, + "TutorialGuideIDList": [ + 606001 + ], + "TutorialType": 2, + "TutorialShowType": "AutoShowInMaze", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6081" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -517921068, + "Hash64": 5786282056400966161 + }, + "RewardID": 100 + }, + { + "GroupID": 6082, + "TutorialGuideIDList": [ + 606101 + ], + "TutorialType": 2, + "TutorialShowType": "AutoShowInMaze", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6082" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -517921069, + "Hash64": 11421119548719133505 + }, + "RewardID": 100 + }, + { + "GroupID": 6083, + "TutorialGuideIDList": [ + 606401, + 606402, + 606403, + 606404 + ], + "TutorialType": 2, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6083" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -517921070, + "Hash64": 9536740514480682453 + }, + "RewardID": 100 + }, + { + "GroupID": 6085, + "TutorialGuideIDList": [ + 606601 + ], + "TutorialType": 2, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6085" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -517921072, + "Hash64": 7055884169792540322 + }, + "RewardID": 100 + }, + { + "GroupID": 6086, + "TutorialGuideIDList": [ + 606602, + 606603 + ], + "TutorialType": 2, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6086" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -517921073, + "Hash64": 13246500359139412205 + }, + "RewardID": 100 + }, + { + "GroupID": 6087, + "TutorialGuideIDList": [ + 606604 + ], + "TutorialType": 2, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6087" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -517921074, + "Hash64": 14032555090031611869 + }, + "RewardID": 100 + }, + { + "GroupID": 6088, + "TutorialGuideIDList": [ + 606605 + ], + "TutorialType": 2, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6088" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -517921059, + "Hash64": 991286283067047244 + }, + "RewardID": 100 + }, + { + "GroupID": 6089, + "TutorialGuideIDList": [ + 608901 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6089" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -517921060, + "Hash64": 3189718747784060880 + }, + "RewardID": 201 + }, + { + "GroupID": 6095, + "TutorialGuideIDList": [ + 609501 + ], + "TutorialType": 2, + "CanReview": true, + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6095" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1048162869, + "Hash64": 9592534848108253683 + }, + "RewardID": 201 + }, + { + "GroupID": 6096, + "TutorialGuideIDList": [ + 609601, + 609602, + 609603, + 609604 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6096" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1048162868, + "Hash64": 16247105420489313403 + }, + "RewardID": 201 + }, + { + "GroupID": 6097, + "TutorialGuideIDList": [ + 609701 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6097" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1048162867, + "Hash64": 9767863347740246163 + }, + "RewardID": 201 + }, + { + "GroupID": 6098, + "TutorialGuideIDList": [ + 609801 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6098" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1048162882, + "Hash64": 15160090531630693613 + }, + "RewardID": 201 + }, + { + "GroupID": 6099, + "TutorialGuideIDList": [ + 609801, + 609802 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6099" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1048162881, + "Hash64": 16098519456654201184 + }, + "RewardID": 201 + }, + { + "GroupID": 6100, + "TutorialGuideIDList": [ + 610001, + 610002 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6100" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -874151396, + "Hash64": 1350294877516042468 + }, + "RewardID": 201 + }, + { + "GroupID": 6102, + "TutorialGuideIDList": [ + 605403, + 605404 + ], + "TutorialType": 2, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6102" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -874151398, + "Hash64": 6020807700666368325 + }, + "RewardID": 100 + }, + { + "GroupID": 6103, + "TutorialGuideIDList": [ + 610301 + ], + "TutorialType": 2, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6103" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -874151397, + "Hash64": 17006620822482597326 + }, + "RewardID": 100 + }, + { + "GroupID": 6104, + "TutorialGuideIDList": [ + 610401 + ], + "TutorialType": 2, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6104" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -874151400, + "Hash64": 14457975098974472140 + }, + "RewardID": 100 + }, + { + "GroupID": 6105, + "TutorialGuideIDList": [ + 610501, + 610502, + 610503, + 610504 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6105" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -874151399, + "Hash64": 16689399861738220649 + }, + "RewardID": 201 + }, + { + "GroupID": 6106, + "TutorialGuideIDList": [ + 610601, + 610602, + 610603 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6106" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -874151402, + "Hash64": 10580669953215418029 + }, + "RewardID": 201 + }, + { + "GroupID": 6107, + "TutorialGuideIDList": [ + 610701, + 610702 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6107" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -874151401, + "Hash64": 5808627550674563057 + }, + "RewardID": 201 + }, + { + "GroupID": 6109, + "TutorialGuideIDList": [ + 610901 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6109" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -874151387, + "Hash64": 18194944964618293062 + }, + "RewardID": 201 + }, + { + "GroupID": 6110, + "TutorialGuideIDList": [ + 611001, + 611002 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6110" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 691932545, + "Hash64": 2615533705723908529 + }, + "RewardID": 201 + }, + { + "GroupID": 6111, + "TutorialGuideIDList": [ + 611101 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6111" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 691932546, + "Hash64": 17257507715271174540 + }, + "RewardID": 201 + }, + { + "GroupID": 6112, + "TutorialGuideIDList": [ + 611201 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6112" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 691932543, + "Hash64": 10469093895659563165 + }, + "RewardID": 201 + }, + { + "GroupID": 6113, + "TutorialGuideIDList": [ + 611301, + 611302, + 611303, + 611304 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6113" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 691932544, + "Hash64": 11095730416075938122 + }, + "RewardID": 201 + }, + { + "GroupID": 6114, + "TutorialGuideIDList": [ + 611401, + 611402, + 611404, + 611403 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6114" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 691932541, + "Hash64": 2943002299949894436 + }, + "RewardID": 201 + }, + { + "GroupID": 6116, + "TutorialGuideIDList": [ + 611408 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6116" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 691932539, + "Hash64": 2728142176048664993 + }, + "RewardID": 201 + }, + { + "GroupID": 6117, + "TutorialGuideIDList": [ + 611701, + 611702, + 611703, + 611704, + 611705 + ], + "TutorialType": 2, + "TutorialShowType": "Hide", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6117" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 691932540, + "Hash64": 4904209895209840306 + }, + "RewardID": 100 + }, + { + "GroupID": 6118, + "TutorialGuideIDList": [ + 611801, + 611802, + 611803 + ], + "TutorialType": 2, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6118" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 691932553, + "Hash64": 3315956248408703558 + }, + "RewardID": 100 + }, + { + "GroupID": 6119, + "TutorialGuideIDList": [ + 611901, + 611902, + 611903 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6119" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 691932554, + "Hash64": 10070892430130661274 + }, + "RewardID": 201 + }, + { + "GroupID": 6120, + "TutorialGuideIDList": [ + 612001 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "103600217" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1036002" + } + ], + "MessageText": { + "Hash": 288648018, + "Hash64": 7080659515867643985 + }, + "RewardID": 201 + }, + { + "GroupID": 6122, + "TutorialGuideIDList": [ + 611405 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6122" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "4015902" + } + ], + "MessageText": { + "Hash": 288648016, + "Hash64": 13515661646164595697 + }, + "RewardID": 201 + }, + { + "GroupID": 6124, + "TutorialGuideIDList": [ + 611407 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6124" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "4015902" + } + ], + "MessageText": { + "Hash": 288648014, + "Hash64": 10152012915296317582 + }, + "RewardID": 201 + }, + { + "GroupID": 6126, + "TutorialGuideIDList": [ + 612601, + 612602 + ], + "TutorialType": 2, + "CanReview": true, + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6126" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 288648012, + "Hash64": 12081831178458209949 + }, + "RewardID": 201 + }, + { + "GroupID": 6127, + "TutorialGuideIDList": [ + 612701 + ], + "TutorialType": 2, + "CanReview": true, + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6127" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 288648013, + "Hash64": 3358877306967299672 + }, + "RewardID": 201 + }, + { + "GroupID": 6128, + "TutorialGuideIDList": [ + 612801 + ], + "TutorialType": 2, + "CanReview": true, + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "104010808" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1040108" + } + ], + "MessageText": { + "Hash": 288648026, + "Hash64": 5842969652481360942 + }, + "RewardID": 201 + }, + { + "GroupID": 6129, + "TutorialGuideIDList": [ + 612901, + 612902 + ], + "TutorialType": 2, + "CanReview": true, + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "304005002" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "3040050" + } + ], + "MessageText": { + "Hash": 288648027, + "Hash64": 15829737687338310954 + }, + "RewardID": 201 + }, + { + "GroupID": 6130, + "TutorialGuideIDList": [ + 613001 + ], + "TutorialType": 2, + "CanReview": true, + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "304001002" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "3040010" + } + ], + "MessageText": { + "Hash": 1854731959, + "Hash64": 7636283920856409271 + }, + "RewardID": 201 + }, + { + "GroupID": 6301, + "TutorialGuideIDList": [ + 630101, + 630102 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6301" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -874151461, + "Hash64": 13733645498239828272 + }, + "RewardID": 201 + }, + { + "GroupID": 6302, + "TutorialGuideIDList": [ + 630201, + 630203 + ], + "TutorialType": 2, + "TutorialShowType": "NonTutorial", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6302" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -874151460, + "Hash64": 15536578709694032970 + }, + "RewardID": 100 + }, + { + "GroupID": 6303, + "TutorialGuideIDList": [ + 630301, + 630302 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6303" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -874151459, + "Hash64": 705344172302068759 + }, + "RewardID": 201 + }, + { + "GroupID": 6304, + "TutorialGuideIDList": [ + 630401 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6304" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -874151466, + "Hash64": 5827698057985095413 + }, + "RewardID": 201 + }, + { + "GroupID": 6305, + "TutorialGuideIDList": [ + 630501, + 630502 + ], + "TutorialType": 2, + "CanReview": true, + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6305" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -874151465, + "Hash64": 17335070190322464250 + }, + "RewardID": 201 + }, + { + "GroupID": 6306, + "TutorialGuideIDList": [ + 630601 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6306" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -874151464, + "Hash64": 5374157426550981506 + }, + "RewardID": 201 + }, + { + "GroupID": 6307, + "TutorialGuideIDList": [ + 630701, + 630702, + 630703 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6307" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -874151463, + "Hash64": 9484828117875082767 + }, + "RewardID": 201 + }, + { + "GroupID": 6308, + "TutorialGuideIDList": [ + 630801, + 630802 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6308" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -874151454, + "Hash64": 3631650314667131137 + }, + "RewardID": 201 + }, + { + "GroupID": 6309, + "TutorialGuideIDList": [ + 630901, + 630902, + 630903 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6309" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -874151453, + "Hash64": 12251417531266713410 + }, + "RewardID": 201 + }, + { + "GroupID": 6310, + "TutorialGuideIDList": [ + 631001 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6310" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 691932479, + "Hash64": 6566869866016231212 + }, + "RewardID": 201 + }, + { + "GroupID": 6311, + "TutorialGuideIDList": [ + 631101 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6311" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 691932480, + "Hash64": 17927280601224454955 + }, + "RewardID": 201 + }, + { + "GroupID": 6312, + "TutorialGuideIDList": [ + 631201, + 631202, + 631301, + 631302 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6312" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 691932481, + "Hash64": 9889261102587990027 + }, + "RewardID": 201 + }, + { + "GroupID": 6314, + "TutorialGuideIDList": [ + 631401, + 631402, + 631403 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6314" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 691932475, + "Hash64": 6829761505890040471 + }, + "RewardID": 201 + }, + { + "GroupID": 6315, + "TutorialGuideIDList": [ + 631501, + 631502, + 631503 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6315" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 691932476, + "Hash64": 5128899100873437270 + }, + "RewardID": 201 + }, + { + "GroupID": 6316, + "TutorialGuideIDList": [ + 631601, + 631602, + 631603 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6316" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 691932477, + "Hash64": 7658887910072008081 + }, + "RewardID": 201 + }, + { + "GroupID": 6317, + "TutorialGuideIDList": [ + 631701, + 631702, + 631703 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6317" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 691932478, + "Hash64": 11763331040123519957 + }, + "RewardID": 201 + }, + { + "GroupID": 6318, + "TutorialGuideIDList": [ + 631801 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6318" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 691932487, + "Hash64": 18003951525279812072 + }, + "RewardID": 201 + }, + { + "GroupID": 6319, + "TutorialGuideIDList": [ + 631901 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6319" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 691932488, + "Hash64": 14646095423917331615 + }, + "RewardID": 201 + }, + { + "GroupID": 6320, + "TutorialGuideIDList": [ + 630101 + ], + "TutorialType": 2, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6320" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 288647952, + "Hash64": 12225960297288432491 + }, + "RewardID": 100 + }, + { + "GroupID": 6321, + "TutorialGuideIDList": [ + 630201, + 630203, + 630202 + ], + "TutorialType": 2, + "TutorialShowType": "NonTutorial", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6321" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 288647953, + "Hash64": 9901173424432487577 + }, + "RewardID": 100 + }, + { + "GroupID": 6322, + "TutorialGuideIDList": [ + 630301, + 630302 + ], + "TutorialType": 2, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6322" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 288647954, + "Hash64": 12527392829889644129 + }, + "RewardID": 100 + }, + { + "GroupID": 6323, + "TutorialGuideIDList": [ + 630102 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6323" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 288647955, + "Hash64": 12821810362922710098 + }, + "RewardID": 201 + }, + { + "GroupID": 6324, + "TutorialGuideIDList": [ + 630102 + ], + "TutorialType": 2, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6324" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 288647948, + "Hash64": 14239173510877687650 + }, + "RewardID": 100 + }, + { + "GroupID": 6325, + "TutorialGuideIDList": [ + 630202 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6325" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 288647949, + "Hash64": 4145550358590386062 + }, + "RewardID": 201 + }, + { + "GroupID": 6326, + "TutorialGuideIDList": [ + 630202 + ], + "TutorialType": 2, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6326" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 288647950, + "Hash64": 9195114036015241580 + }, + "RewardID": 100 + }, + { + "GroupID": 6327, + "TutorialGuideIDList": [ + 630201, + 630203 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6327" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 288647951, + "Hash64": 13885469624695241696 + }, + "RewardID": 201 + }, + { + "GroupID": 6328, + "TutorialGuideIDList": [ + 630201, + 630203 + ], + "TutorialType": 2, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6328" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 288647960, + "Hash64": 380027562090799830 + }, + "RewardID": 100 + }, + { + "GroupID": 6329, + "TutorialGuideIDList": [ + 632901, + 632902 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6329" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 288647961, + "Hash64": 8034006874636846525 + }, + "RewardID": 201 + }, + { + "GroupID": 6330, + "TutorialGuideIDList": [ + 633001, + 633002 + ], + "TutorialType": 2, + "TutorialShowType": "NonTutorial", + "Order": 285, + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1854731893, + "Hash64": 15115048977166211936 + }, + "RewardID": 100 + }, + { + "GroupID": 6331, + "TutorialGuideIDList": [ + 630701 + ], + "TutorialType": 2, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6331" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1854731894, + "Hash64": 5543623308712918304 + }, + "RewardID": 100 + }, + { + "GroupID": 6332, + "TutorialGuideIDList": [ + 633201 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6332" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1854731895, + "Hash64": 10909664314551313559 + }, + "RewardID": 201 + }, + { + "GroupID": 6333, + "TutorialGuideIDList": [ + 633301 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6333" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1854731896, + "Hash64": 10093597681660960844 + }, + "RewardID": 201 + }, + { + "GroupID": 6334, + "TutorialGuideIDList": [ + 633401 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6334" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1854731889, + "Hash64": 1565565093269537719 + }, + "RewardID": 201 + }, + { + "GroupID": 6335, + "TutorialGuideIDList": [ + 633501, + 633502 + ], + "TutorialType": 2, + "TutorialShowType": "Hide", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6335" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1854731890, + "Hash64": 75207194328689266 + }, + "RewardID": 100 + }, + { + "GroupID": 6336, + "TutorialGuideIDList": [ + 633601 + ], + "TutorialType": 2, + "CanReview": true, + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6336" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1854731891, + "Hash64": 8154792854633056834 + }, + "RewardID": 201 + }, + { + "GroupID": 6337, + "TutorialGuideIDList": [ + 633701 + ], + "TutorialType": 2, + "CanReview": true, + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6337" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1854731892, + "Hash64": 5306812021246477665 + }, + "RewardID": 201 + }, + { + "GroupID": 6338, + "TutorialGuideIDList": [ + 633801 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "Order": 285, + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1854731901, + "Hash64": 17016127161767102142 + }, + "RewardID": 100 + }, + { + "GroupID": 6339, + "TutorialGuideIDList": [ + 633901, + 633902, + 633903 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "Order": 285, + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1854731902, + "Hash64": 8820736720308641014 + }, + "RewardID": 100 + }, + { + "GroupID": 6340, + "TutorialGuideIDList": [ + 634001, + 634002, + 634003 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6340" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1451447366, + "Hash64": 12796912158442388411 + }, + "RewardID": 201 + }, + { + "GroupID": 6341, + "TutorialGuideIDList": [ + 630103 + ], + "TutorialType": 2, + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6341" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1451447367, + "Hash64": 7533671776567021608 + }, + "RewardID": 100 + }, + { + "GroupID": 6342, + "TutorialGuideIDList": [ + 634201 + ], + "TutorialType": 2, + "CanReview": true, + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6342" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1451447368, + "Hash64": 11816681589813872580 + }, + "RewardID": 201 + }, + { + "GroupID": 6343, + "TutorialGuideIDList": [ + 634301 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6343" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1451447369, + "Hash64": 10633378298185825293 + }, + "RewardID": 201 + }, + { + "GroupID": 6345, + "TutorialGuideIDList": [ + 634401, + 634402 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6345" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1451447363, + "Hash64": 13418494358565604136 + }, + "RewardID": 201 + }, + { + "GroupID": 6346, + "TutorialGuideIDList": [ + 634601, + 634602 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6346" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1451447364, + "Hash64": 5758460698741747461 + }, + "RewardID": 201 + }, + { + "GroupID": 6347, + "TutorialGuideIDList": [ + 634701, + 634702, + 634703 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6347" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1040204" + } + ], + "MessageText": { + "Hash": 1451447365, + "Hash64": 17187040287672219119 + }, + "RewardID": 201 + }, + { + "GroupID": 6348, + "TutorialGuideIDList": [ + 633001 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6348" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1451447374, + "Hash64": 10187046285087719527 + }, + "RewardID": 201 + }, + { + "GroupID": 6349, + "TutorialGuideIDList": [ + 633002 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6349" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1451447375, + "Hash64": 2740975178517464502 + }, + "RewardID": 201 + }, + { + "GroupID": 6350, + "TutorialGuideIDList": [ + 635001, + 635002, + 635003, + 635004, + 635005 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6350" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1277435989, + "Hash64": 8411302818912189156 + }, + "RewardID": 201 + }, + { + "GroupID": 6351, + "TutorialGuideIDList": [ + 635101, + 635106, + 635102, + 635103 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6351" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1277435988, + "Hash64": 11163508111125196759 + }, + "RewardID": 201 + }, + { + "GroupID": 6352, + "TutorialGuideIDList": [ + 635201, + 635202 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6352" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1277435987, + "Hash64": 12196722360212719674 + }, + "RewardID": 201 + }, + { + "GroupID": 6354, + "TutorialGuideIDList": [ + 635104 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6354" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1277435993, + "Hash64": 18028332647133002259 + }, + "RewardID": 201 + }, + { + "GroupID": 6355, + "TutorialGuideIDList": [ + 635105 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6355" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1277435992, + "Hash64": 11301124697323549792 + }, + "RewardID": 201 + }, + { + "GroupID": 6356, + "TutorialGuideIDList": [ + 635101, + 635106, + 635102, + 635103, + 635104 + ], + "TutorialType": 2, + "TutorialShowType": "AutoShow", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6356" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1277435991, + "Hash64": 17924396272487679098 + }, + "RewardID": 100 + }, + { + "GroupID": 7090, + "TutorialGuideIDList": [ + 709001 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShowInMaze", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "7090" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 907000373, + "Hash64": 2749937995030622238 + }, + "RewardID": 201 + }, + { + "GroupID": 7091, + "TutorialGuideIDList": [ + 709101, + 709102, + 709103 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShowInMaze", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "7091" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 907000372, + "Hash64": 11606821822125503231 + }, + "RewardID": 201 + }, + { + "GroupID": 7092, + "TutorialGuideIDList": [ + 709201 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShowInMaze", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "7092" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 907000371, + "Hash64": 5242773025356471748 + }, + "RewardID": 201 + }, + { + "GroupID": 8062, + "TutorialGuideIDList": [ + 806201, + 806202, + 806203 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShowInMaze", + "Order": 285, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "8062" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -2043857389, + "Hash64": 13454533104398880010 + }, + "RewardID": 201 + }, + { + "GroupID": 6027, + "TutorialGuideIDList": [ + 602701, + 602702, + 602703 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 286, + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "407132002" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "4071320" + } + ], + "MessageText": { + "Hash": 288647980, + "Hash64": 10506991731336404717 + }, + "RewardID": 201 + }, + { + "GroupID": 6053, + "TutorialGuideIDList": [ + 605301 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 286, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6053" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1277435957, + "Hash64": 17166801633701747945 + }, + "RewardID": 201 + }, + { + "GroupID": 6014, + "TutorialGuideIDList": [ + 601401 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 287, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6014" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 691932510, + "Hash64": 16357556274258640528 + }, + "RewardID": 201 + }, + { + "GroupID": 6015, + "TutorialGuideIDList": [ + 601501, + 601502, + 601503, + 601504 + ], + "TutorialType": 2, + "CanReview": true, + "Order": 287, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6015" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 691932509, + "Hash64": 8501620938457794389 + }, + "RewardID": 201 + }, + { + "GroupID": 6101, + "TutorialGuideIDList": [ + 605203, + 605204 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 287, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6101" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -874151395, + "Hash64": 4920420913118660737 + }, + "RewardID": 201 + }, + { + "GroupID": 6001, + "TutorialGuideIDList": [ + 600101, + 600102 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 288, + "TriggerParams": [ + { + "TriggerType": "TriggerPuzzle", + "TriggerParam": "1" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -874151428, + "Hash64": 11958631398513280217 + }, + "RewardID": 201 + }, + { + "GroupID": 6002, + "TutorialGuideIDList": [ + 600201, + 600202, + 600203 + ], + "TutorialType": 2, + "CanReview": true, + "Order": 288, + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "101050125" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5007" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1010501" + } + ], + "MessageText": { + "Hash": -874151429, + "Hash64": 17818120465011750793 + }, + "RewardID": 201 + }, + { + "GroupID": 6003, + "TutorialGuideIDList": [ + 600301, + 600302, + 600303 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 288, + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "201040104" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "2010401" + } + ], + "MessageText": { + "Hash": -874151430, + "Hash64": 17099825551995230081 + }, + "RewardID": 201 + }, + { + "GroupID": 6054, + "TutorialGuideIDList": [ + 605401, + 605402 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 288, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6054" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1277435958, + "Hash64": 4859148233484851405 + }, + "RewardID": 201 + }, + { + "GroupID": 8061, + "TutorialGuideIDList": [ + 801109, + 801110 + ], + "TutorialType": 2, + "TutorialShowType": "AutoShow", + "Order": 288, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "8061" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -2043857388, + "Hash64": 17800195080363639946 + }, + "RewardID": 100 + }, + { + "GroupID": 6008, + "TutorialGuideIDList": [ + 600801, + 600802 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 289, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6008" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -874151419, + "Hash64": 16864345676720467947 + }, + "RewardID": 201 + }, + { + "GroupID": 6052, + "TutorialGuideIDList": [ + 605201, + 605202 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 289, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6052" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1277435956, + "Hash64": 10292320698660879422 + }, + "RewardID": 201 + }, + { + "GroupID": 6125, + "TutorialGuideIDList": [ + 612501, + 612502, + 612503 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 289, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6125" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 288648015, + "Hash64": 10480619767368667099 + }, + "RewardID": 201 + }, + { + "GroupID": 5106, + "TutorialGuideIDList": [ + 510602, + 510603, + 510604, + 510601 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 290, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5106" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "6020101" + } + ], + "MessageText": { + "Hash": 1834528977, + "Hash64": 8800531138070293120 + }, + "RewardID": 201 + }, + { + "GroupID": 6004, + "TutorialGuideIDList": [ + 600401, + 600402 + ], + "TutorialType": 2, + "CanReview": true, + "Order": 290, + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "100040145" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000400" + } + ], + "MessageText": { + "Hash": -874151431, + "Hash64": 8165933919436760317 + }, + "RewardID": 201 + }, + { + "GroupID": 5105, + "TutorialGuideIDList": [ + 510501 + ], + "TutorialType": 2, + "CanReview": true, + "Order": 291, + "TriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5012" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5105" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1834528980, + "Hash64": 3201805948918068115 + }, + "RewardID": 201 + }, + { + "GroupID": 5104, + "TutorialGuideIDList": [ + 510401 + ], + "TutorialType": 2, + "CanReview": true, + "Order": 292, + "TriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5011" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1834528979, + "Hash64": 202666430949777486 + }, + "RewardID": 201 + }, + { + "GroupID": 5103, + "TutorialGuideIDList": [ + 510301 + ], + "TutorialType": 2, + "CanReview": true, + "Order": 293, + "TriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5010" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1834528982, + "Hash64": 7026643693788203380 + }, + "RewardID": 201 + }, + { + "GroupID": 5102, + "TutorialGuideIDList": [ + 510201 + ], + "TutorialType": 2, + "CanReview": true, + "Order": 294, + "TriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5009" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1834528981, + "Hash64": 1883197993675410485 + }, + "RewardID": 201 + }, + { + "GroupID": 5101, + "TutorialGuideIDList": [ + 510101 + ], + "TutorialType": 2, + "CanReview": true, + "Order": 295, + "TriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5008" + }, + { + "TriggerType": "TaskUnlock", + "TriggerParam": "5101" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1834528984, + "Hash64": 1664405114969358175 + }, + "RewardID": 201 + }, + { + "GroupID": 3007, + "TutorialGuideIDList": [ + 300701 + ], + "TutorialType": 2, + "CanReview": true, + "Order": 296, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "3007" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000401" + } + ], + "MessageText": { + "Hash": 1552203943, + "Hash64": 7585319243318058768 + }, + "RewardID": 201 + }, + { + "GroupID": 2008, + "TutorialGuideIDList": [ + 200801 + ], + "TutorialType": 2, + "CanReview": true, + "Order": 297, + "TriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "4004" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1438801423, + "Hash64": 17677485446063542675 + }, + "RewardID": 201 + }, + { + "GroupID": 2007, + "TutorialGuideIDList": [ + 200701 + ], + "TutorialType": 2, + "CanReview": true, + "Order": 298, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "2007" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000401" + } + ], + "MessageText": { + "Hash": -1438801438, + "Hash64": 2312005938808913800 + }, + "RewardID": 201 + }, + { + "GroupID": 1116, + "TutorialGuideIDList": [ + 100601 + ], + "TutorialType": 2, + "CanReview": true, + "Order": 299, + "TriggerParams": [ + { + "TriggerType": "DestructProp", + "TriggerParam": "0" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -296204968, + "Hash64": 7681264413507991429 + }, + "RewardID": 201 + }, + { + "GroupID": 2006, + "TutorialGuideIDList": [ + 200601 + ], + "TutorialType": 2, + "CanReview": true, + "Order": 299, + "TriggerParams": [ + { + "TriggerType": "OpenChest", + "TriggerParam": "0" + }, + { + "TriggerType": "GameMode", + "TriggerParam": "2" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1438801437, + "Hash64": 4123877670708275619 + }, + "RewardID": 201 + }, + { + "GroupID": 4107, + "TutorialGuideIDList": [ + 410701 + ], + "TutorialType": 3, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 388, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "4107" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1156476403, + "Hash64": 15730231161073895804 + }, + "RewardID": 201 + }, + { + "GroupID": 4109, + "TutorialGuideIDList": [ + 410901 + ], + "TutorialType": 3, + "CanReview": true, + "Order": 389, + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "4010120" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1156476389, + "Hash64": 4914706728497305156 + }, + "RewardID": 201 + }, + { + "GroupID": 4106, + "TutorialGuideIDList": [ + 410601 + ], + "TutorialType": 3, + "CanReview": true, + "Order": 390, + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1010101" + }, + { + "TriggerType": "PlayerLevel", + "TriggerParam": "14" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "3010" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1156476404, + "Hash64": 14315782849482288238 + }, + "RewardID": 201 + }, + { + "GroupID": 3108, + "TutorialGuideIDList": [ + 310801 + ], + "TutorialType": 3, + "CanReview": true, + "Order": 391, + "TriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5013" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1552203989, + "Hash64": 6815633781380767087 + }, + "RewardID": 201 + }, + { + "GroupID": 3107, + "TutorialGuideIDList": [ + 310701 + ], + "TutorialType": 3, + "CanReview": true, + "Order": 392, + "TriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5001" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1552203976, + "Hash64": 6929689483548570739 + }, + "RewardID": 201 + }, + { + "GroupID": 3109, + "TutorialGuideIDList": [ + 310901 + ], + "TutorialType": 3, + "CanReview": true, + "Order": 393, + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "4040024" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1552203990, + "Hash64": 13599650085446450333 + }, + "RewardID": 201 + }, + { + "GroupID": 4001, + "TutorialGuideIDList": [ + 400102, + 400101 + ], + "TutorialType": 3, + "CanReview": true, + "Order": 394, + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "101010120" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1010101" + } + ], + "MessageText": { + "Hash": -1156476430, + "Hash64": 5382985866159857121 + }, + "RewardID": 201 + }, + { + "GroupID": 4101, + "TutorialGuideIDList": [ + 210401 + ], + "TutorialType": 3, + "CanReview": true, + "Order": 395, + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "100050304" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000503" + } + ], + "MessageText": { + "Hash": -1156476397, + "Hash64": 9804161852884472425 + }, + "RewardID": 201 + }, + { + "GroupID": 3106, + "TutorialGuideIDList": [ + 310502 + ], + "TutorialType": 3, + "CanReview": true, + "Order": 396, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "4011" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000401" + } + ], + "MessageText": { + "Hash": 1552203975, + "Hash64": 5779977869897872 + }, + "RewardID": 201 + }, + { + "GroupID": 3201, + "TutorialGuideIDList": [ + 320101, + 320102, + 320103, + 320104 + ], + "TutorialType": 3, + "CanReview": true, + "Order": 396, + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "4030001" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1010101" + } + ], + "MessageText": { + "Hash": 1552203883, + "Hash64": 3369799591843007115 + }, + "RewardID": 201 + }, + { + "GroupID": 3202, + "TutorialGuideIDList": [ + 320201 + ], + "TutorialType": 3, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 396, + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "MusicAlbumMainPage" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1552203886, + "Hash64": 8938991260528327611 + }, + "RewardID": 201 + }, + { + "GroupID": 3203, + "TutorialGuideIDList": [ + 320301, + 320302 + ], + "TutorialType": 3, + "CanReview": true, + "Order": 396, + "TriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "4010" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1010401" + } + ], + "MessageText": { + "Hash": 1552203885, + "Hash64": 573203299801106053 + }, + "RewardID": 201 + }, + { + "GroupID": 3204, + "TutorialGuideIDList": [ + 320401, + 320402 + ], + "TutorialType": 3, + "CanReview": true, + "Order": 396, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "3204" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1552203880, + "Hash64": 4120797452777945701 + }, + "RewardID": 201 + }, + { + "GroupID": 3205, + "TutorialGuideIDList": [ + 320501 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 396, + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "ChallengeSelectPage" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1552203879, + "Hash64": 10923236933638662248 + }, + "RewardID": 201 + }, + { + "GroupID": 3206, + "TutorialGuideIDList": [ + 320601, + 320602 + ], + "TutorialType": 3, + "CanReview": true, + "Order": 396, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "3206" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1552203882, + "Hash64": 9282896613054471927 + }, + "RewardID": 201 + }, + { + "GroupID": 3207, + "TutorialGuideIDList": [ + 320701 + ], + "TutorialType": 3, + "CanReview": true, + "Order": 396, + "TriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "4015" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1552203881, + "Hash64": 15808637368314053628 + }, + "RewardID": 201 + }, + { + "GroupID": 3208, + "TutorialGuideIDList": [ + 320801, + 320802 + ], + "TutorialType": 3, + "CanReview": true, + "Order": 396, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "3207" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1552203892, + "Hash64": 3239020001200486789 + }, + "RewardID": 201 + }, + { + "GroupID": 3209, + "TutorialGuideIDList": [ + 320901, + 320902 + ], + "TutorialType": 3, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 396, + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "OfferingWorldShopPage" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1552203891, + "Hash64": 8297384141721159886 + }, + "RewardID": 201 + }, + { + "GroupID": 3210, + "TutorialGuideIDList": [ + 320901, + 320902 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "Order": 396, + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -13880057, + "Hash64": 9940202716714934133 + }, + "RewardID": 100 + }, + { + "GroupID": 3211, + "TutorialGuideIDList": [ + 321101, + 321102 + ], + "TutorialType": 3, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 396, + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "MissionChronicleMainPage" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -13880058, + "Hash64": 2456257533520335548 + }, + "RewardID": 201 + }, + { + "GroupID": 3212, + "TutorialGuideIDList": [ + 321201, + 321202, + 321203, + 321204 + ], + "TutorialType": 3, + "CanReview": true, + "Order": 396, + "TriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "4017" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -13880055, + "Hash64": 801531548361154746 + }, + "RewardID": 201 + }, + { + "GroupID": 3213, + "TutorialGuideIDList": [ + 321301, + 321306, + 321303, + 321309, + 321302, + 321305, + 321304, + 321307 + ], + "TutorialType": 3, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 396, + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "103110103" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1031101" + } + ], + "MessageText": { + "Hash": -13880056, + "Hash64": 10651199782436189276 + }, + "RewardID": 201 + }, + { + "GroupID": 3214, + "TutorialGuideIDList": [ + 321301, + 321306, + 321308 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "Order": 396, + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -13880061, + "Hash64": 6773259473066976066 + }, + "RewardID": 100 + }, + { + "GroupID": 3215, + "TutorialGuideIDList": [ + 321501, + 321502 + ], + "TutorialType": 3, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 396, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "4033" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -13880062, + "Hash64": 6845532304608785476 + }, + "RewardID": 201 + }, + { + "GroupID": 3216, + "TutorialGuideIDList": [ + 321601, + 321602 + ], + "TutorialType": 3, + "TutorialShowType": "Hide", + "Order": 396, + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RelicReplacePage" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -13880059, + "Hash64": 13923378194758361003 + }, + "RewardID": 100 + }, + { + "GroupID": 4105, + "TutorialGuideIDList": [ + 410501, + 410502 + ], + "TutorialType": 3, + "CanReview": true, + "Order": 396, + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1000400" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "3006" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1156476401, + "Hash64": 16866829126164392188 + }, + "RewardID": 201 + }, + { + "GroupID": 4110, + "TutorialGuideIDList": [ + 411001 + ], + "TutorialType": 3, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 396, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "4110" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 409607543, + "Hash64": 7042819633468427362 + }, + "RewardID": 201 + }, + { + "GroupID": 3105, + "TutorialGuideIDList": [ + 310501 + ], + "TutorialType": 3, + "CanReview": true, + "Order": 397, + "TriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "3001" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1552203978, + "Hash64": 9552594682658157416 + }, + "RewardID": 201 + }, + { + "GroupID": 3217, + "TutorialGuideIDList": [ + 321701 + ], + "TutorialType": 3, + "CanReview": true, + "Order": 397, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "3217" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -13880060, + "Hash64": 8051578333243248403 + }, + "RewardID": 201 + }, + { + "GroupID": 2105, + "TutorialGuideIDList": [ + 210501, + 210502 + ], + "TutorialType": 3, + "CanReview": true, + "Order": 398, + "TriggerParams": [ + { + "TriggerType": "GetNewItemByType", + "TriggerParam": "504" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "1002" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1438801403, + "Hash64": 5225985580384428032 + }, + "RewardID": 201 + }, + { + "GroupID": 2219, + "TutorialGuideIDList": [ + 221901 + ], + "TutorialType": 1, + "CanReview": true, + "Order": 398, + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "103300102" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1033001" + } + ], + "MessageText": { + "Hash": 127282451, + "Hash64": 9510340598933524441 + }, + "RewardID": 201 + }, + { + "GroupID": 1117, + "TutorialGuideIDList": [ + 110701 + ], + "TutorialType": 3, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 399, + "TriggerParams": [ + { + "TriggerType": "GetAvatar", + "TriggerParam": "1002" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -296204967, + "Hash64": 16364488524772524883 + }, + "RewardID": 201 + }, + { + "GroupID": 2220, + "TutorialGuideIDList": [ + 222001 + ], + "TutorialType": 1, + "CanReview": true, + "Order": 399, + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1033101" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -276002083, + "Hash64": 13694564189746178015 + }, + "RewardID": 201 + }, + { + "GroupID": 2222, + "TutorialGuideIDList": [ + 222002 + ], + "TutorialType": 1, + "CanReview": true, + "Order": 400, + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "103300102" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1033001" + } + ], + "MessageText": { + "Hash": -276002081, + "Hash64": 7395607045038255038 + }, + "RewardID": 201 + }, + { + "GroupID": 2225, + "TutorialGuideIDList": [ + 222501, + 222502 + ], + "TutorialType": 1, + "CanReview": true, + "TutorialShowType": "BattleStart", + "Order": 410, + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20241051" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "2022002" + } + ], + "MessageText": { + "Hash": -276002088, + "Hash64": 14099105070562030750 + }, + "RewardID": 201 + }, + { + "GroupID": 2226, + "TutorialGuideIDList": [ + 222601, + 222602 + ], + "TutorialType": 1, + "CanReview": true, + "TutorialShowType": "BattleStart", + "Order": 415, + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20241053" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "2022003" + } + ], + "MessageText": { + "Hash": -276002085, + "Hash64": 14374804372447618480 + }, + "RewardID": 201 + }, + { + "GroupID": 8303, + "TutorialGuideIDList": [ + 830301 + ], + "TutorialType": 1, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 416, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "8303" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1444540823, + "Hash64": 16200522006331091784 + }, + "RewardID": 201 + }, + { + "GroupID": 2228, + "TutorialGuideIDList": [ + 222802, + 222801, + 222803 + ], + "TutorialType": 1, + "CanReview": true, + "TutorialShowType": "BattleStart", + "Order": 417, + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20411041" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1040102" + } + ], + "MessageText": { + "Hash": -276002075, + "Hash64": 4334332518554273754 + }, + "RewardID": 201 + }, + { + "GroupID": 2229, + "TutorialGuideIDList": [ + 222901 + ], + "TutorialType": 1, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 418, + "TriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "21" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -276002076, + "Hash64": 17273986007995594414 + }, + "RewardID": 201 + }, + { + "GroupID": 2230, + "TutorialGuideIDList": [ + 223001 + ], + "TutorialType": 1, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 419, + "TriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "21" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1290081858, + "Hash64": 3356490666375891497 + }, + "RewardID": 201 + }, + { + "GroupID": 2231, + "TutorialGuideIDList": [ + 223101 + ], + "TutorialType": 1, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 420, + "TriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "21" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1290081857, + "Hash64": 9522552703697795895 + }, + "RewardID": 201 + }, + { + "GroupID": 2232, + "TutorialGuideIDList": [ + 223201 + ], + "TutorialType": 1, + "CanReview": true, + "Order": 421, + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20411062" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1040102" + } + ], + "MessageText": { + "Hash": 1290081860, + "Hash64": 6504439193285910463 + }, + "RewardID": 201 + }, + { + "GroupID": 2233, + "TutorialGuideIDList": [ + 223301 + ], + "TutorialType": 1, + "CanReview": true, + "Order": 422, + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20413065" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1040109" + } + ], + "MessageText": { + "Hash": 1290081859, + "Hash64": 16347785181213968589 + }, + "RewardID": 201 + }, + { + "GroupID": 2234, + "TutorialGuideIDList": [ + 223401 + ], + "TutorialType": 1, + "CanReview": true, + "TutorialShowType": "BattleStart", + "Order": 423, + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "20421061" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1290081854, + "Hash64": 8454263465224943807 + }, + "RewardID": 201 + }, + { + "GroupID": 2235, + "TutorialGuideIDList": [ + 223501, + 223502, + 223503 + ], + "TutorialType": 1, + "CanReview": true, + "Order": 424, + "TriggerParams": [ + { + "TriggerType": "FinishSubMission", + "TriggerParam": "104030801" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1290081853, + "Hash64": 2954732187746582036 + }, + "RewardID": 201 + }, + { + "GroupID": 2242, + "TutorialGuideIDList": [ + 224201 + ], + "TutorialType": 1, + "CanReview": true, + "TutorialShowType": "BattleStart", + "Order": 502, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "2242" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1040407" + } + ], + "MessageText": { + "Hash": 530566973, + "Hash64": 914493435945918783 + }, + "RewardID": 201 + }, + { + "GroupID": 9323, + "TutorialGuideIDList": [ + 932301, + 932302, + 932303, + 932304 + ], + "TutorialType": 4, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 463, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "RogueTournTutorialPic_9323" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1022220506, + "Hash64": 5543371694954339237 + }, + "RewardID": 201 + }, + { + "GroupID": 9324, + "TutorialGuideIDList": [ + 932401, + 932402, + 932403, + 932404, + 932405 + ], + "TutorialType": 4, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 464, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "RogueTournTutorialPic_9324" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1022220513, + "Hash64": 3320876536531074110 + }, + "RewardID": 201 + }, + { + "GroupID": 9319, + "TutorialGuideIDList": [ + 931901, + 931902, + 931903 + ], + "TutorialType": 4, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 465, + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RogueReforgeMiraclePage" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1425505027, + "Hash64": 9922032184917730589 + }, + "RewardID": 201 + }, + { + "GroupID": 9318, + "TutorialGuideIDList": [ + 931801, + 931802, + 931803 + ], + "TutorialType": 4, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 466, + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RogueComposeMiraclePage" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1425505028, + "Hash64": 2076522399164486508 + }, + "RewardID": 201 + }, + { + "GroupID": 9317, + "TutorialGuideIDList": [ + 931701, + 931702, + 931703 + ], + "TutorialType": 4, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 467, + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RogueWorkBenchEnhanceBuffPage" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1425505037, + "Hash64": 12552800578832631405 + }, + "RewardID": 201 + }, + { + "GroupID": 9316, + "TutorialGuideIDList": [ + 931601, + 931602, + 931603 + ], + "TutorialType": 4, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 468, + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RogueReforgeBuffPage" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1425505038, + "Hash64": 2313439173199313144 + }, + "RewardID": 201 + }, + { + "GroupID": 9315, + "TutorialGuideIDList": [ + 931501, + 931502, + 931503 + ], + "TutorialType": 4, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 469, + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RogueReforgeFormulaPage" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1425505039, + "Hash64": 14552290992611917773 + }, + "RewardID": 201 + }, + { + "GroupID": 9308, + "TutorialGuideIDList": [ + 930808, + 930801, + 930809 + ], + "TutorialType": 4, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 470, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9308" + }, + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RogueWorkBenchPage" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 140578913, + "Hash64": 11861650576087513015 + }, + "RewardID": 201 + }, + { + "GroupID": 9320, + "TutorialGuideIDList": [ + 932001, + 932002, + 932003 + ], + "TutorialType": 4, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 471, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9061" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1022220509, + "Hash64": 4658926478069969156 + }, + "RewardID": 201 + }, + { + "GroupID": 9314, + "TutorialGuideIDList": [ + 931401, + 931402 + ], + "TutorialType": 4, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 472, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9314" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1425505040, + "Hash64": 16738311146387891428 + }, + "RewardID": 201 + }, + { + "GroupID": 9313, + "TutorialGuideIDList": [ + 931301, + 931302, + 931303 + ], + "TutorialType": 4, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 473, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9313" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1425505033, + "Hash64": 1910754024045605189 + }, + "RewardID": 201 + }, + { + "GroupID": 9312, + "TutorialGuideIDList": [ + 931201, + 931205, + 931202, + 931203, + 931204 + ], + "TutorialType": 4, + "TutorialShowType": "AutoShow", + "Order": 474, + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1425505034, + "Hash64": 5552665654263752723 + }, + "RewardID": 100 + }, + { + "GroupID": 9310, + "TutorialGuideIDList": [ + 931001, + 931002 + ], + "TutorialType": 4, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 475, + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RogueTournRelicCocoonSelectPage" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1425505036, + "Hash64": 8061816535235458233 + }, + "RewardID": 201 + }, + { + "GroupID": 9309, + "TutorialGuideIDList": [ + 930901, + 930902 + ], + "TutorialType": 4, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 476, + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RogueTournWeekChallengeAreaSelectPage" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 140578914, + "Hash64": 17016479395515732980 + }, + "RewardID": 201 + }, + { + "GroupID": 9306, + "TutorialGuideIDList": [ + 930601, + 930602, + 930603, + 930604, + 930605 + ], + "TutorialType": 4, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 477, + "TriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "9054" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 140578903, + "Hash64": 5925578320948565701 + }, + "RewardID": 201 + }, + { + "GroupID": 9304, + "TutorialGuideIDList": [ + 930401 + ], + "TutorialType": 4, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 478, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9304" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "9322" + } + ], + "MessageText": { + "Hash": 140578901, + "Hash64": 15541712282937860923 + }, + "RewardID": 201 + }, + { + "GroupID": 9305, + "TutorialGuideIDList": [ + 930501, + 930502 + ], + "TutorialType": 4, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 479, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9305" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8016102" + } + ], + "MessageText": { + "Hash": 140578902, + "Hash64": 6256178759870277064 + }, + "RewardID": 201 + }, + { + "GroupID": 9303, + "TutorialGuideIDList": [ + 930301, + 930302 + ], + "TutorialType": 4, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 480, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9303" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "9318" + } + ], + "MessageText": { + "Hash": 140578908, + "Hash64": 15572308358433792920 + }, + "RewardID": 201 + }, + { + "GroupID": 9301, + "TutorialGuideIDList": [ + 930101 + ], + "TutorialType": 4, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 481, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9301" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8016102" + } + ], + "MessageText": { + "Hash": 140578906, + "Hash64": 10312564012351956503 + }, + "RewardID": 201 + }, + { + "GroupID": 9119, + "TutorialGuideIDList": [ + 911901 + ], + "TutorialType": 4, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 482, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9119" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "9038" + } + ], + "MessageText": { + "Hash": -1425504961, + "Hash64": 10677565168354728426 + }, + "RewardID": 201 + }, + { + "GroupID": 9120, + "TutorialGuideIDList": [ + 912001 + ], + "TutorialType": 4, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 482, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9120" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "9048" + } + ], + "MessageText": { + "Hash": -1022220443, + "Hash64": 11584223955863259110 + }, + "RewardID": 201 + }, + { + "GroupID": 9118, + "TutorialGuideIDList": [ + 911801, + 911802, + 911803 + ], + "TutorialType": 4, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 483, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9118" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "9037" + } + ], + "MessageText": { + "Hash": -1425504962, + "Hash64": 6526386668109205088 + }, + "RewardID": 201 + }, + { + "GroupID": 9117, + "TutorialGuideIDList": [ + 911701 + ], + "TutorialType": 4, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 484, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9117" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "9046" + } + ], + "MessageText": { + "Hash": -1425504975, + "Hash64": 5339505941136943579 + }, + "RewardID": 201 + }, + { + "GroupID": 9116, + "TutorialGuideIDList": [ + 911601 + ], + "TutorialType": 4, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 485, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9116" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "9029" + } + ], + "MessageText": { + "Hash": -1425504976, + "Hash64": 6530727156661177814 + }, + "RewardID": 201 + }, + { + "GroupID": 9115, + "TutorialGuideIDList": [ + 911501 + ], + "TutorialType": 4, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 486, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9115" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "9027" + } + ], + "MessageText": { + "Hash": -1425504973, + "Hash64": 4377413030837766081 + }, + "RewardID": 201 + }, + { + "GroupID": 9114, + "TutorialGuideIDList": [ + 911401 + ], + "TutorialType": 4, + "CanReview": true, + "Order": 487, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9032" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8013102" + } + ], + "MessageText": { + "Hash": -1425504974, + "Hash64": 17112128729094660096 + }, + "RewardID": 201 + }, + { + "GroupID": 9113, + "TutorialGuideIDList": [ + 911301, + 911302 + ], + "TutorialType": 4, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 488, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9113" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "9030" + } + ], + "MessageText": { + "Hash": -1425504971, + "Hash64": 14388175018790472485 + }, + "RewardID": 201 + }, + { + "GroupID": 9112, + "TutorialGuideIDList": [ + 911201 + ], + "TutorialType": 4, + "CanReview": true, + "Order": 489, + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RogueSelectRelicPage" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1425504972, + "Hash64": 8831975665070683642 + }, + "RewardID": 201 + }, + { + "GroupID": 9111, + "TutorialGuideIDList": [ + 911101 + ], + "TutorialType": 4, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 490, + "TriggerParams": [ + { + "TriggerType": "FinishQuest", + "TriggerParam": "2200005" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1425504969, + "Hash64": 2852864245314926802 + }, + "RewardID": 201 + }, + { + "GroupID": 9110, + "TutorialGuideIDList": [ + 911001 + ], + "TutorialType": 4, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 491, + "TriggerParams": [ + { + "TriggerType": "FinishQuest", + "TriggerParam": "2200004" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1425504970, + "Hash64": 8453888960704642856 + }, + "RewardID": 201 + }, + { + "GroupID": 9109, + "TutorialGuideIDList": [ + 910901 + ], + "TutorialType": 4, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 492, + "TriggerParams": [ + { + "TriggerType": "FinishQuest", + "TriggerParam": "2200002" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 140578980, + "Hash64": 4778853358027211888 + }, + "RewardID": 201 + }, + { + "GroupID": 9108, + "TutorialGuideIDList": [ + 910801 + ], + "TutorialType": 4, + "CanReview": true, + "Order": 493, + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RogueHandbookMainPage" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 140578979, + "Hash64": 5602573382817129811 + }, + "RewardID": 201 + }, + { + "GroupID": 9107, + "TutorialGuideIDList": [ + 910701 + ], + "TutorialType": 4, + "CanReview": true, + "Order": 494, + "TriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "9014" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 140578966, + "Hash64": 3566367068471768205 + }, + "RewardID": 201 + }, + { + "GroupID": 9105, + "TutorialGuideIDList": [ + 910501 + ], + "TutorialType": 4, + "CanReview": true, + "Order": 495, + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RogueEnhanceBuffPage" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 140578968, + "Hash64": 6767584601249587154 + }, + "RewardID": 201 + }, + { + "GroupID": 9104, + "TutorialGuideIDList": [ + 910401 + ], + "TutorialType": 4, + "CanReview": true, + "Order": 496, + "TriggerParams": [ + { + "TriggerType": "DestructProp", + "TriggerParam": "0" + }, + { + "TriggerType": "GameMode", + "TriggerParam": "5" + }, + { + "TriggerType": "FinishMainMission", + "TriggerParam": "4030002" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 140578967, + "Hash64": 10910094099847831568 + }, + "RewardID": 201 + }, + { + "GroupID": 9103, + "TutorialGuideIDList": [ + 910301 + ], + "TutorialType": 4, + "CanReview": true, + "Order": 497, + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RogueSelectBonusBuffPage" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 140578970, + "Hash64": 3573404670553591272 + }, + "RewardID": 201 + }, + { + "GroupID": 9102, + "TutorialGuideIDList": [ + 910201 + ], + "TutorialType": 4, + "CanReview": true, + "Order": 498, + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RogueJoinAvatarSelectPage" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 140578969, + "Hash64": 12847876927388313459 + }, + "RewardID": 201 + }, + { + "GroupID": 9101, + "TutorialGuideIDList": [ + 910101 + ], + "TutorialType": 4, + "CanReview": true, + "Order": 499, + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RogueSelectBuffPage" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 140578972, + "Hash64": 7293322778018070799 + }, + "RewardID": 201 + }, + { + "GroupID": 3218, + "TutorialGuideIDList": [ + 321801, + 321802 + ], + "TutorialType": 3, + "CanReview": true, + "TutorialShowType": "Hide", + "Order": 500, + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "KraterWorldShopPage" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -13880049, + "Hash64": 6202996850975263721 + }, + "RewardID": 201 + }, + { + "GroupID": 1119, + "TutorialGuideIDList": [ + 111901, + 111902 + ], + "TutorialType": 1, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -296204953, + "Hash64": 16277719139837430723 + }, + "RewardID": 100 + }, + { + "GroupID": 3219, + "TutorialGuideIDList": [ + 321801, + 321802 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -13880050, + "Hash64": 4435613866423227096 + }, + "RewardID": 100 + }, + { + "GroupID": 3221, + "TutorialGuideIDList": [ + 322101, + 322102 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1579963999, + "Hash64": 411763232726972846 + }, + "RewardID": 100 + }, + { + "GroupID": 3222, + "TutorialGuideIDList": [ + 322101, + 322102 + ], + "TutorialType": 3, + "CanReview": true, + "Order": 501, + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1579963996, + "Hash64": 4918259101127445957 + }, + "RewardID": 201 + }, + { + "GroupID": 3223, + "TutorialGuideIDList": [ + 322301 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1579963997, + "Hash64": 13619733362959033230 + }, + "RewardID": 100 + }, + { + "GroupID": 3225, + "TutorialGuideIDList": [ + 322501, + 322502 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1579964003, + "Hash64": 9217592859156616051 + }, + "RewardID": 100 + }, + { + "GroupID": 4102, + "TutorialGuideIDList": [ + 410201 + ], + "TutorialType": 3, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1010403" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "PlayerLevel", + "TriggerParam": "13" + } + ], + "MessageText": { + "Hash": -1156476400, + "Hash64": 3307947112179557483 + }, + "RewardID": 100 + }, + { + "GroupID": 4103, + "TutorialGuideIDList": [ + 410301 + ], + "TutorialType": 3, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "1011001" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "4020101" + } + ], + "MessageText": { + "Hash": -1156476399, + "Hash64": 16414657129793137470 + }, + "RewardID": 100 + }, + { + "GroupID": 4104, + "TutorialGuideIDList": [ + 410401 + ], + "TutorialType": 3, + "TutorialShowType": "AutoShow", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1156476402, + "Hash64": 17077009782462696492 + }, + "RewardID": 100 + }, + { + "GroupID": 6028, + "TutorialGuideIDList": [ + 602801, + 602802, + 602803 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "NonTutorial", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6028" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 288647995, + "Hash64": 16823442382419347273 + }, + "RewardID": 201 + }, + { + "GroupID": 6032, + "TutorialGuideIDList": [ + 603201 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1854731926, + "Hash64": 17732833022010026732 + }, + "RewardID": 201 + }, + { + "GroupID": 6036, + "TutorialGuideIDList": [ + 603601, + 603602, + 603603 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShowInMaze", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6036" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1854731922, + "Hash64": 215537568651420433 + }, + "RewardID": 201 + }, + { + "GroupID": 6037, + "TutorialGuideIDList": [ + 603701, + 603702, + 603703 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShowInMaze", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "6037" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8014106" + } + ], + "MessageText": { + "Hash": 1854731921, + "Hash64": 11934015174940538512 + }, + "RewardID": 201 + }, + { + "GroupID": 6047, + "TutorialGuideIDList": [ + 604701, + 604702 + ], + "TutorialType": 3, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "200090205" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1451447394, + "Hash64": 2558055264581640985 + }, + "RewardID": 100 + }, + { + "GroupID": 6048, + "TutorialGuideIDList": [ + 604801, + 604802 + ], + "TutorialType": 3, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "200090211" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1451447409, + "Hash64": 13928772718374460581 + }, + "RewardID": 100 + }, + { + "GroupID": 6049, + "TutorialGuideIDList": [ + 604901, + 604902 + ], + "TutorialType": 3, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "200090305" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1451447408, + "Hash64": 305578259469980917 + }, + "RewardID": 100 + }, + { + "GroupID": 6090, + "TutorialGuideIDList": [ + 606601, + 606602, + 606603, + 606604, + 606605 + ], + "TutorialType": 2, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1048162874, + "Hash64": 4310332806787343002 + }, + "RewardID": 100 + }, + { + "GroupID": 6091, + "TutorialGuideIDList": [ + 605201, + 605202, + 605301, + 605203, + 605204 + ], + "TutorialType": 2, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1048162873, + "Hash64": 4709681229758669514 + }, + "RewardID": 100 + }, + { + "GroupID": 6092, + "TutorialGuideIDList": [ + 605201, + 605202, + 605301, + 605501 + ], + "TutorialType": 2, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1048162872, + "Hash64": 2395734784839331500 + }, + "RewardID": 100 + }, + { + "GroupID": 6093, + "TutorialGuideIDList": [ + 605401, + 605402, + 610301, + 605403, + 605404 + ], + "TutorialType": 2, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1048162871, + "Hash64": 5142610325776778316 + }, + "RewardID": 100 + }, + { + "GroupID": 6094, + "TutorialGuideIDList": [ + 605401, + 605402, + 610301, + 610401 + ], + "TutorialType": 2, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1048162870, + "Hash64": 4291394108870681976 + }, + "RewardID": 100 + }, + { + "GroupID": 6108, + "TutorialGuideIDList": [ + 605401, + 605402, + 610502, + 610503 + ], + "TutorialType": 2, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -874151388, + "Hash64": 3318474551387452441 + }, + "RewardID": 100 + }, + { + "GroupID": 7100, + "TutorialGuideIDList": [ + 710001 + ], + "TutorialType": 1, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 2116853985, + "Hash64": 15364027269846722304 + }, + "RewardID": 100 + }, + { + "GroupID": 7101, + "TutorialGuideIDList": [ + 710101 + ], + "TutorialType": 1, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 2116853986, + "Hash64": 642965184985717523 + }, + "RewardID": 100 + }, + { + "GroupID": 7501, + "TutorialGuideIDList": [ + 750101 + ], + "TutorialType": 1, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 2116853854, + "Hash64": 14127614705178484495 + }, + "RewardID": 100 + }, + { + "GroupID": 7502, + "TutorialGuideIDList": [ + 750201, + 750202 + ], + "TutorialType": 1, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 2116853851, + "Hash64": 14772787473506254134 + }, + "RewardID": 100 + }, + { + "GroupID": 7503, + "TutorialGuideIDList": [ + 750302, + 750303 + ], + "TutorialType": 1, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 2116853852, + "Hash64": 16982589070712533269 + }, + "RewardID": 100 + }, + { + "GroupID": 7504, + "TutorialGuideIDList": [ + 750401, + 750501 + ], + "TutorialType": 1, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 2116853857, + "Hash64": 13049696924307594878 + }, + "RewardID": 100 + }, + { + "GroupID": 7506, + "TutorialGuideIDList": [ + 750601, + 750602 + ], + "TutorialType": 1, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 2116853855, + "Hash64": 4329551432287792949 + }, + "RewardID": 100 + }, + { + "GroupID": 7507, + "TutorialGuideIDList": [ + 750701 + ], + "TutorialType": 1, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 2116853856, + "Hash64": 7820347696820484116 + }, + "RewardID": 100 + }, + { + "GroupID": 7508, + "TutorialGuideIDList": [ + 750801 + ], + "TutorialType": 1, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 2116853861, + "Hash64": 12907567875091232242 + }, + "RewardID": 100 + }, + { + "GroupID": 7509, + "TutorialGuideIDList": [ + 750901 + ], + "TutorialType": 1, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 2116853862, + "Hash64": 16924009458005885835 + }, + "RewardID": 100 + }, + { + "GroupID": 7511, + "TutorialGuideIDList": [ + 751101 + ], + "TutorialType": 1, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 550769913, + "Hash64": 323761718277212306 + }, + "RewardID": 100 + }, + { + "GroupID": 7514, + "TutorialGuideIDList": [ + 751401, + 751402 + ], + "TutorialType": 1, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 550769916, + "Hash64": 3226634946015839932 + }, + "RewardID": 100 + }, + { + "GroupID": 7515, + "TutorialGuideIDList": [ + 751501 + ], + "TutorialType": 1, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 550769917, + "Hash64": 13016587405871211923 + }, + "RewardID": 100 + }, + { + "GroupID": 8001, + "TutorialGuideIDList": [ + 800101, + 800102, + 800501 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1444540854, + "Hash64": 3381606008735348558 + }, + "RewardID": 100 + }, + { + "GroupID": 8002, + "TutorialGuideIDList": [ + 800201, + 800202, + 800203, + 800204 + ], + "TutorialType": 3, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "SilverWolfActivityMissionPage" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1444540853, + "Hash64": 1002689561348152133 + }, + "RewardID": 100 + }, + { + "GroupID": 8003, + "TutorialGuideIDList": [ + 800301, + 800302 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1444540852, + "Hash64": 2422547903541769638 + }, + "RewardID": 100 + }, + { + "GroupID": 8004, + "TutorialGuideIDList": [ + 800402, + 800403, + 800401 + ], + "TutorialType": 3, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "8004" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1444540851, + "Hash64": 8873965983391284874 + }, + "RewardID": 100 + }, + { + "GroupID": 8006, + "TutorialGuideIDList": [ + 800202 + ], + "TutorialType": 3, + "TutorialShowType": "AutoShowInMaze", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "8006" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1444540849, + "Hash64": 7033985944671583991 + }, + "RewardID": 100 + }, + { + "GroupID": 8007, + "TutorialGuideIDList": [ + 800203, + 800205 + ], + "TutorialType": 3, + "TutorialShowType": "AutoShowInMaze", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "8007" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1444540848, + "Hash64": 7757519456811161163 + }, + "RewardID": 100 + }, + { + "GroupID": 8008, + "TutorialGuideIDList": [ + 800802, + 800801 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1444540863, + "Hash64": 11463375224303437628 + }, + "RewardID": 100 + }, + { + "GroupID": 8010, + "TutorialGuideIDList": [ + 801001, + 801020, + 801002, + 801003, + 801008, + 801026, + 801004 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1284342500, + "Hash64": 7061316666152029859 + }, + "RewardID": 100 + }, + { + "GroupID": 8011, + "TutorialGuideIDList": [ + 801006 + ], + "TutorialType": 3, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "TreasureDungeon_8011" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1284342501, + "Hash64": 6624638680155039114 + }, + "RewardID": 100 + }, + { + "GroupID": 8012, + "TutorialGuideIDList": [ + 801007 + ], + "TutorialType": 3, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "TreasureDungeon_8012" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1284342502, + "Hash64": 15644661083488530182 + }, + "RewardID": 100 + }, + { + "GroupID": 8013, + "TutorialGuideIDList": [ + 801008, + 801026 + ], + "TutorialType": 3, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "TreasureDungeon_8013" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1284342503, + "Hash64": 8802978797937911389 + }, + "RewardID": 100 + }, + { + "GroupID": 8014, + "TutorialGuideIDList": [ + 801009 + ], + "TutorialType": 3, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "TreasureDungeon_8014" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1284342504, + "Hash64": 5221507200851453823 + }, + "RewardID": 100 + }, + { + "GroupID": 8015, + "TutorialGuideIDList": [ + 801010 + ], + "TutorialType": 3, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "TreasureDungeon_8015" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1284342505, + "Hash64": 3783736612540451334 + }, + "RewardID": 100 + }, + { + "GroupID": 8016, + "TutorialGuideIDList": [ + 801011 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1284342506, + "Hash64": 16922603039658334649 + }, + "RewardID": 100 + }, + { + "GroupID": 8017, + "TutorialGuideIDList": [ + 801012, + 801024 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1284342507, + "Hash64": 10253940973283299958 + }, + "RewardID": 100 + }, + { + "GroupID": 8018, + "TutorialGuideIDList": [ + 801013 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1284342492, + "Hash64": 13698550333687673856 + }, + "RewardID": 100 + }, + { + "GroupID": 8019, + "TutorialGuideIDList": [ + 801014, + 801023 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1284342493, + "Hash64": 4572326093451029359 + }, + "RewardID": 100 + }, + { + "GroupID": 8020, + "TutorialGuideIDList": [ + 801015, + 801021 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 281741441, + "Hash64": 18108802210069814475 + }, + "RewardID": 100 + }, + { + "GroupID": 8021, + "TutorialGuideIDList": [ + 801016 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 281741440, + "Hash64": 9438373922737118871 + }, + "RewardID": 100 + }, + { + "GroupID": 8022, + "TutorialGuideIDList": [ + 801017 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 281741439, + "Hash64": 11630516277866723296 + }, + "RewardID": 100 + }, + { + "GroupID": 8023, + "TutorialGuideIDList": [ + 801018 + ], + "TutorialType": 3, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "TreasureDungeon_8023" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 281741438, + "Hash64": 11445084095454629982 + }, + "RewardID": 100 + }, + { + "GroupID": 8024, + "TutorialGuideIDList": [ + 801019 + ], + "TutorialType": 3, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "TreasureDungeon_8024" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 281741437, + "Hash64": 15515341454184247796 + }, + "RewardID": 100 + }, + { + "GroupID": 8025, + "TutorialGuideIDList": [ + 801005 + ], + "TutorialType": 3, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "TreasureDungeon_8025" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 281741436, + "Hash64": 14070089274337449940 + }, + "RewardID": 100 + }, + { + "GroupID": 8026, + "TutorialGuideIDList": [ + 801101, + 801102, + 801103 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "TreasureDungeon_8026" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 281741435, + "Hash64": 4327514706881858609 + }, + "RewardID": 100 + }, + { + "GroupID": 8027, + "TutorialGuideIDList": [ + 801105, + 801106 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "TutorialAlleyTransportMainPage" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 281741434, + "Hash64": 14959737199344114849 + }, + "RewardID": 100 + }, + { + "GroupID": 8028, + "TutorialGuideIDList": [ + 801103 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 281741449, + "Hash64": 2944472867743243120 + }, + "RewardID": 100 + }, + { + "GroupID": 8038, + "TutorialGuideIDList": [ + 801201, + 801203 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1847825390, + "Hash64": 12941186041243309673 + }, + "RewardID": 100 + }, + { + "GroupID": 8039, + "TutorialGuideIDList": [ + 801205 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1847825389, + "Hash64": 7148384049886209260 + }, + "RewardID": 100 + }, + { + "GroupID": 8047, + "TutorialGuideIDList": [ + 801207, + 801208 + ], + "TutorialType": 3, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "TakeSubMission", + "TriggerParam": "800120106" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -881057980, + "Hash64": 13487482251598574448 + }, + "RewardID": 100 + }, + { + "GroupID": 8050, + "TutorialGuideIDList": [ + 801022 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 685025968, + "Hash64": 13475691737420612407 + }, + "RewardID": 100 + }, + { + "GroupID": 8051, + "TutorialGuideIDList": [ + 801025 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 685025967, + "Hash64": 6904484048171313629 + }, + "RewardID": 100 + }, + { + "GroupID": 8052, + "TutorialGuideIDList": [ + 801001, + 801020 + ], + "TutorialType": 3, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "TreasureDungeonMainPage" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 685025966, + "Hash64": 12755752640083704073 + }, + "RewardID": 100 + }, + { + "GroupID": 8055, + "TutorialGuideIDList": [ + 805501, + 805502, + 805503 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 685025963, + "Hash64": 5202011589742252205 + }, + "RewardID": 100 + }, + { + "GroupID": 8056, + "TutorialGuideIDList": [ + 805506, + 805504, + 805505, + 805507 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 685025962, + "Hash64": 16381765955077449914 + }, + "RewardID": 100 + }, + { + "GroupID": 8057, + "TutorialGuideIDList": [ + 801101, + 801102 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 685025961, + "Hash64": 17769337226724711618 + }, + "RewardID": 100 + }, + { + "GroupID": 8058, + "TutorialGuideIDList": [ + 801105, + 801106, + 801107, + 801108 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 685025976, + "Hash64": 14826978560146036594 + }, + "RewardID": 100 + }, + { + "GroupID": 8059, + "TutorialGuideIDList": [ + 801119 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 685025975, + "Hash64": 15006025955761367600 + }, + "RewardID": 100 + }, + { + "GroupID": 8063, + "TutorialGuideIDList": [ + 806301, + 806302 + ], + "TutorialType": 1, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -2043857390, + "Hash64": 15386651142421723357 + }, + "RewardID": 100 + }, + { + "GroupID": 8064, + "TutorialGuideIDList": [ + 801107 + ], + "TutorialType": 3, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "SecondTutorialAlleyTransportMainPage" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -2043857391, + "Hash64": 11454600887257298900 + }, + "RewardID": 100 + }, + { + "GroupID": 8065, + "TutorialGuideIDList": [ + 801108 + ], + "TutorialType": 3, + "TutorialShowType": "AutoShowInMaze", + "TriggerParams": [ + { + "TriggerType": "FinishQuest", + "TriggerParam": "6013171" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -2043857392, + "Hash64": 7779535213305157658 + }, + "RewardID": 100 + }, + { + "GroupID": 8066, + "TutorialGuideIDList": [ + 806601, + 806602, + 806603, + 801119, + 801120 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -2043857393, + "Hash64": 10128410305624693918 + }, + "RewardID": 100 + }, + { + "GroupID": 8067, + "TutorialGuideIDList": [ + 801121 + ], + "TutorialType": 3, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "AetherDivideEntryPage" + }, + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8014106" + }, + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8014137" + }, + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8014138" + }, + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8014139" + }, + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8014140" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -2043857394, + "Hash64": 16867571158576577037 + }, + "RewardID": 100 + }, + { + "GroupID": 8069, + "TutorialGuideIDList": [ + 806901, + 806902 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -2043857380, + "Hash64": 13907558297857651858 + }, + "RewardID": 100 + }, + { + "GroupID": 8070, + "TutorialGuideIDList": [ + 807001, + 807002, + 807003, + 807004 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -477773446, + "Hash64": 11222738382383121169 + }, + "RewardID": 100 + }, + { + "GroupID": 8072, + "TutorialGuideIDList": [ + 807201 + ], + "TutorialType": 3, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "8072" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -477773448, + "Hash64": 14848201207328699007 + }, + "RewardID": 100 + }, + { + "GroupID": 8073, + "TutorialGuideIDList": [ + 807301, + 807302, + 807304, + 807303 + ], + "TutorialType": 1, + "TutorialShowType": "BattleStart", + "TriggerParams": [ + { + "TriggerType": "EnterBattleByChallengeType", + "TriggerParam": "2" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5092" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -477773449, + "Hash64": 18002611307300254108 + }, + "RewardID": 100 + }, + { + "GroupID": 8074, + "TutorialGuideIDList": [ + 807401, + 807405, + 807403 + ], + "TutorialType": 2, + "TutorialShowType": "Hide", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "8074" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -477773450, + "Hash64": 3858066138006088694 + }, + "RewardID": 100 + }, + { + "GroupID": 8075, + "TutorialGuideIDList": [ + 807501, + 807502 + ], + "TutorialType": 2, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -477773451, + "Hash64": 6040370609061783883 + }, + "RewardID": 100 + }, + { + "GroupID": 8076, + "TutorialGuideIDList": [ + 807601, + 807602 + ], + "TutorialType": 2, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -477773452, + "Hash64": 8051245010958725364 + }, + "RewardID": 100 + }, + { + "GroupID": 8078, + "TutorialGuideIDList": [ + 807801, + 807802 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -477773438, + "Hash64": 12726613129630436692 + }, + "RewardID": 100 + }, + { + "GroupID": 8079, + "TutorialGuideIDList": [ + 807901, + 807902 + ], + "TutorialType": 3, + "TutorialShowType": "AutoShowInMaze", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "8079" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -477773439, + "Hash64": 5220901371405599318 + }, + "RewardID": 100 + }, + { + "GroupID": 8080, + "TutorialGuideIDList": [ + 808001 + ], + "TutorialType": 3, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "StrongChallengeMainPage" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1088310495, + "Hash64": 9629232414236254138 + }, + "RewardID": 100 + }, + { + "GroupID": 8090, + "TutorialGuideIDList": [ + 809001, + 809002 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1640572860, + "Hash64": 1940043158211607649 + }, + "RewardID": 100 + }, + { + "GroupID": 8091, + "TutorialGuideIDList": [ + 809101, + 809102, + 809103 + ], + "TutorialType": 3, + "TutorialShowType": "BattleStart", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "413004" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1640572861, + "Hash64": 8767094227048485050 + }, + "RewardID": 100 + }, + { + "GroupID": 8092, + "TutorialGuideIDList": [ + 809201, + 809202 + ], + "TutorialType": 3, + "TutorialShowType": "BattleStart", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "413001" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1640572862, + "Hash64": 13256050070387660247 + }, + "RewardID": 100 + }, + { + "GroupID": 8093, + "TutorialGuideIDList": [ + 809301, + 809302, + 809303 + ], + "TutorialType": 3, + "TutorialShowType": "BattleStart", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "413002" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1640572863, + "Hash64": 8631176469418165861 + }, + "RewardID": 100 + }, + { + "GroupID": 8094, + "TutorialGuideIDList": [ + 809401, + 809402, + 809403 + ], + "TutorialType": 3, + "TutorialShowType": "BattleStart", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "413003" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1640572864, + "Hash64": 3964462528964491252 + }, + "RewardID": 100 + }, + { + "GroupID": 8095, + "TutorialGuideIDList": [ + 809501 + ], + "TutorialType": 3, + "TutorialShowType": "BattleStart", + "TriggerParams": [], + "FinishTriggerParams": [], + "RewardID": 100 + }, + { + "GroupID": 8096, + "TutorialGuideIDList": [ + 809601, + 809602 + ], + "TutorialType": 3, + "TutorialShowType": "BattleStart", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1640572866, + "Hash64": 9337871496874998876 + }, + "RewardID": 100 + }, + { + "GroupID": 8100, + "TutorialGuideIDList": [ + 810001, + 810002, + 810003 + ], + "TutorialType": 3, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "ActivityFeverTimeMainPage" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1444540886, + "Hash64": 8477490853096581807 + }, + "RewardID": 100 + }, + { + "GroupID": 8101, + "TutorialGuideIDList": [ + 810101, + 810102 + ], + "TutorialType": 3, + "TutorialShowType": "BattleStart", + "TriggerParams": [ + { + "TriggerType": "EnterBattleByStageType", + "TriggerParam": "26" + }, + { + "TriggerType": "CarryMazeBuff", + "TriggerParam": "3107002" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1444540887, + "Hash64": 15112619599564422263 + }, + "RewardID": 100 + }, + { + "GroupID": 8102, + "TutorialGuideIDList": [ + 810201, + 810202 + ], + "TutorialType": 3, + "TutorialShowType": "BattleStart", + "TriggerParams": [ + { + "TriggerType": "EnterBattleByStageType", + "TriggerParam": "26" + }, + { + "TriggerType": "CarryMazeBuff", + "TriggerParam": "3107003" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1444540884, + "Hash64": 153252816879397462 + }, + "RewardID": 100 + }, + { + "GroupID": 8103, + "TutorialGuideIDList": [ + 810301, + 810302 + ], + "TutorialType": 3, + "TutorialShowType": "BattleStart", + "TriggerParams": [ + { + "TriggerType": "EnterBattleByStageType", + "TriggerParam": "26" + }, + { + "TriggerType": "CarryMazeBuff", + "TriggerParam": "3107102" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1444540885, + "Hash64": 758656130295050758 + }, + "RewardID": 100 + }, + { + "GroupID": 8104, + "TutorialGuideIDList": [ + 810401, + 810402 + ], + "TutorialType": 3, + "TutorialShowType": "BattleStart", + "TriggerParams": [ + { + "TriggerType": "EnterBattleByStageType", + "TriggerParam": "26" + }, + { + "TriggerType": "CarryMazeBuff", + "TriggerParam": "3107103" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1444540882, + "Hash64": 1501617535272965392 + }, + "RewardID": 100 + }, + { + "GroupID": 8105, + "TutorialGuideIDList": [ + 810501, + 810502 + ], + "TutorialType": 3, + "TutorialShowType": "BattleStart", + "TriggerParams": [ + { + "TriggerType": "EnterBattleByStageType", + "TriggerParam": "26" + }, + { + "TriggerType": "CarryMazeBuff", + "TriggerParam": "3107202" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1444540883, + "Hash64": 9728731871348472890 + }, + "RewardID": 100 + }, + { + "GroupID": 8106, + "TutorialGuideIDList": [ + 810601, + 810602 + ], + "TutorialType": 3, + "TutorialShowType": "BattleStart", + "TriggerParams": [ + { + "TriggerType": "EnterBattleByStageType", + "TriggerParam": "26" + }, + { + "TriggerType": "CarryMazeBuff", + "TriggerParam": "3107203" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1444540880, + "Hash64": 15187962738704879635 + }, + "RewardID": 100 + }, + { + "GroupID": 8107, + "TutorialGuideIDList": [ + 810701, + 810702 + ], + "TutorialType": 3, + "TutorialShowType": "BattleStart", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "415005" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1444540881, + "Hash64": 1282048489186230843 + }, + "RewardID": 100 + }, + { + "GroupID": 8108, + "TutorialGuideIDList": [ + 810801, + 810802 + ], + "TutorialType": 3, + "TutorialShowType": "BattleStart", + "TriggerParams": [ + { + "TriggerType": "EnterBattleByStageType", + "TriggerParam": "26" + }, + { + "TriggerType": "CarryMazeBuff", + "TriggerParam": "3107303" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1444540894, + "Hash64": 17799813696105783990 + }, + "RewardID": 100 + }, + { + "GroupID": 8109, + "TutorialGuideIDList": [ + 810901, + 810902 + ], + "TutorialType": 3, + "TutorialShowType": "BattleStart", + "TriggerParams": [ + { + "TriggerType": "EnterBattleByStageType", + "TriggerParam": "26" + }, + { + "TriggerType": "CarryMazeBuff", + "TriggerParam": "3107302" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1444540895, + "Hash64": 8362607498067405056 + }, + "RewardID": 100 + }, + { + "GroupID": 8110, + "TutorialGuideIDList": [ + 811001, + 811003 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1284342469, + "Hash64": 3242897760057018595 + }, + "RewardID": 100 + }, + { + "GroupID": 8111, + "TutorialGuideIDList": [ + 811101, + 811102 + ], + "TutorialType": 3, + "TutorialShowType": "BattleStart", + "TriggerParams": [ + { + "TriggerType": "EnterBattleByStageType", + "TriggerParam": "26" + }, + { + "TriggerType": "CarryMazeBuff", + "TriggerParam": "3107502" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1284342468, + "Hash64": 15014166334809005393 + }, + "RewardID": 100 + }, + { + "GroupID": 8112, + "TutorialGuideIDList": [ + 811201, + 811202 + ], + "TutorialType": 3, + "TutorialShowType": "BattleStart", + "TriggerParams": [ + { + "TriggerType": "EnterBattleByStageType", + "TriggerParam": "26" + }, + { + "TriggerType": "CarryMazeBuff", + "TriggerParam": "3107503" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1284342471, + "Hash64": 9448854457210870469 + }, + "RewardID": 100 + }, + { + "GroupID": 8113, + "TutorialGuideIDList": [ + 811301, + 811302 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1284342470, + "Hash64": 10923862588723677466 + }, + "RewardID": 100 + }, + { + "GroupID": 8122, + "TutorialGuideIDList": [ + 812201, + 812202, + 812203 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 281741470, + "Hash64": 11173999125130860583 + }, + "RewardID": 100 + }, + { + "GroupID": 8123, + "TutorialGuideIDList": [ + 812204 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 281741471, + "Hash64": 16349794942638409535 + }, + "RewardID": 100 + }, + { + "GroupID": 8124, + "TutorialGuideIDList": [ + 610601, + 610602, + 610603 + ], + "TutorialType": 2, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 281741468, + "Hash64": 15136686102873508221 + }, + "RewardID": 100 + }, + { + "GroupID": 8130, + "TutorialGuideIDList": [ + 813601, + 813602, + 813603, + 813604, + 813605 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "RewardID": 100 + }, + { + "GroupID": 8131, + "TutorialGuideIDList": [ + 813101 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1847825414, + "Hash64": 9129695534353566427 + }, + "RewardID": 100 + }, + { + "GroupID": 8132, + "TutorialGuideIDList": [ + 813201 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1847825411, + "Hash64": 13022664550333593816 + }, + "RewardID": 100 + }, + { + "GroupID": 8133, + "TutorialGuideIDList": [ + 813301 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1847825412, + "Hash64": 4623416297147988349 + }, + "RewardID": 100 + }, + { + "GroupID": 8134, + "TutorialGuideIDList": [ + 813401 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1847825409, + "Hash64": 3933219835791130305 + }, + "RewardID": 100 + }, + { + "GroupID": 8135, + "TutorialGuideIDList": [ + 813501 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1847825410, + "Hash64": 4042318851495038991 + }, + "RewardID": 100 + }, + { + "GroupID": 8136, + "TutorialGuideIDList": [ + 813601, + 813602 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1847825407, + "Hash64": 13742014228918542387 + }, + "RewardID": 100 + }, + { + "GroupID": 8137, + "TutorialGuideIDList": [ + 813601, + 813602, + 813604, + 813605 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1847825408, + "Hash64": 3633684643186617807 + }, + "RewardID": 100 + }, + { + "GroupID": 8138, + "TutorialGuideIDList": [ + 813801, + 813802, + 813804, + 813803 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1847825421, + "Hash64": 421856752488202869 + }, + "RewardID": 100 + }, + { + "GroupID": 8139, + "TutorialGuideIDList": [ + 813601, + 813602, + 813604, + 813605 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1847825422, + "Hash64": 552606769549904142 + }, + "RewardID": 100 + }, + { + "GroupID": 8140, + "TutorialGuideIDList": [ + 814001, + 814002, + 814003, + 814004 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -881057942, + "Hash64": 10430982450184138663 + }, + "RewardID": 100 + }, + { + "GroupID": 8141, + "TutorialGuideIDList": [ + 814101, + 814102 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -881057941, + "Hash64": 6744871899901018790 + }, + "RewardID": 100 + }, + { + "GroupID": 8142, + "TutorialGuideIDList": [ + 814201, + 814202 + ], + "TutorialType": 3, + "TutorialShowType": "BattleStart", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "414021" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -881057944, + "Hash64": 17057352984308582117 + }, + "RewardID": 100 + }, + { + "GroupID": 8143, + "TutorialGuideIDList": [ + 814301, + 814302 + ], + "TutorialType": 3, + "TutorialShowType": "BattleStart", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "414031" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -881057943, + "Hash64": 15535348139758675775 + }, + "RewardID": 100 + }, + { + "GroupID": 8144, + "TutorialGuideIDList": [ + 814501, + 814502 + ], + "TutorialType": 3, + "TutorialShowType": "BattleStart", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "414041" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -881057946, + "Hash64": 11314939157543416115 + }, + "RewardID": 100 + }, + { + "GroupID": 8145, + "TutorialGuideIDList": [ + 814501, + 814502 + ], + "TutorialType": 3, + "TutorialShowType": "BattleStart", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "414051" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -881057945, + "Hash64": 6155964822307591874 + }, + "RewardID": 100 + }, + { + "GroupID": 8146, + "TutorialGuideIDList": [ + 814601, + 814602 + ], + "TutorialType": 3, + "TutorialShowType": "BattleStart", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "414061" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -881057948, + "Hash64": 16586471232178130739 + }, + "RewardID": 100 + }, + { + "GroupID": 8147, + "TutorialGuideIDList": [ + 814701, + 814702, + 814703 + ], + "TutorialType": 1, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -881057947, + "Hash64": 15326562926008074176 + }, + "RewardID": 100 + }, + { + "GroupID": 8148, + "TutorialGuideIDList": [ + 814801, + 814802, + 814803 + ], + "TutorialType": 2, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -881057934, + "Hash64": 4317234649154331843 + }, + "RewardID": 100 + }, + { + "GroupID": 8149, + "TutorialGuideIDList": [ + 814901, + 814902 + ], + "TutorialType": 2, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -881057933, + "Hash64": 5330809677471771945 + }, + "RewardID": 100 + }, + { + "GroupID": 8150, + "TutorialGuideIDList": [ + 815001, + 815002 + ], + "TutorialType": 3, + "TutorialShowType": "BattleStart", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "417001" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 685025999, + "Hash64": 12803229099779307253 + }, + "RewardID": 100 + }, + { + "GroupID": 8151, + "TutorialGuideIDList": [ + 815101, + 815102 + ], + "TutorialType": 3, + "TutorialShowType": "BattleStart", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "417008" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 685026000, + "Hash64": 13685595280434046178 + }, + "RewardID": 100 + }, + { + "GroupID": 8152, + "TutorialGuideIDList": [ + 815202, + 815502 + ], + "TutorialType": 3, + "TutorialShowType": "BattleStart", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "417003" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 685025997, + "Hash64": 13270814182552869493 + }, + "RewardID": 100 + }, + { + "GroupID": 8153, + "TutorialGuideIDList": [ + 815301, + 815302 + ], + "TutorialType": 3, + "TutorialShowType": "BattleStart", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "417006" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 685025998, + "Hash64": 3543617324224881500 + }, + "RewardID": 100 + }, + { + "GroupID": 8154, + "TutorialGuideIDList": [ + 815401, + 815402 + ], + "TutorialType": 3, + "TutorialShowType": "BattleStart", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "417004" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 685025995, + "Hash64": 2540499606867999260 + }, + "RewardID": 100 + }, + { + "GroupID": 8155, + "TutorialGuideIDList": [ + 815501 + ], + "TutorialType": 3, + "TutorialShowType": "BattleStart", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "417007" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 685025996, + "Hash64": 3892728916057250564 + }, + "RewardID": 100 + }, + { + "GroupID": 8156, + "TutorialGuideIDList": [ + 815601, + 815602 + ], + "TutorialType": 3, + "TutorialShowType": "BattleStart", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "417002" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 685025993, + "Hash64": 12200128316847438183 + }, + "RewardID": 100 + }, + { + "GroupID": 8157, + "TutorialGuideIDList": [ + 815701, + 815702 + ], + "TutorialType": 3, + "TutorialShowType": "BattleStart", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "417009" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 685025994, + "Hash64": 14283230799941046558 + }, + "RewardID": 100 + }, + { + "GroupID": 8158, + "TutorialGuideIDList": [ + 815801, + 815802, + 815803 + ], + "TutorialType": 1, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 685026007, + "Hash64": 14602571283208264687 + }, + "RewardID": 100 + }, + { + "GroupID": 8160, + "TutorialGuideIDList": [ + 816001 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -2043857356, + "Hash64": 12639871997393029857 + }, + "RewardID": 100 + }, + { + "GroupID": 8161, + "TutorialGuideIDList": [ + 816102, + 816101 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -2043857355, + "Hash64": 107999821586992883 + }, + "RewardID": 100 + }, + { + "GroupID": 8162, + "TutorialGuideIDList": [ + 816201, + 816202 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -2043857358, + "Hash64": 1581908723009716335 + }, + "RewardID": 100 + }, + { + "GroupID": 8163, + "TutorialGuideIDList": [ + 816301 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -2043857357, + "Hash64": 16367469130048099790 + }, + "RewardID": 100 + }, + { + "GroupID": 8164, + "TutorialGuideIDList": [ + 816401, + 816402, + 816403 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -2043857360, + "Hash64": 4750486055326179733 + }, + "RewardID": 100 + }, + { + "GroupID": 8165, + "TutorialGuideIDList": [ + 816501 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -2043857359, + "Hash64": 18210416957691990264 + }, + "RewardID": 100 + }, + { + "GroupID": 8166, + "TutorialGuideIDList": [ + 816601 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -2043857362, + "Hash64": 3230089379977384410 + }, + "RewardID": 100 + }, + { + "GroupID": 8167, + "TutorialGuideIDList": [ + 816101 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -2043857361, + "Hash64": 1735745800659339145 + }, + "RewardID": 100 + }, + { + "GroupID": 8168, + "TutorialGuideIDList": [ + 816701, + 816702, + 816703 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -2043857348, + "Hash64": 2789463761787009202 + }, + "RewardID": 100 + }, + { + "GroupID": 8170, + "TutorialGuideIDList": [ + 817001, + 817002 + ], + "TutorialType": 1, + "TutorialShowType": "BattleStart", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "421001" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -477773415, + "Hash64": 15673673138144687502 + }, + "RewardID": 100 + }, + { + "GroupID": 8171, + "TutorialGuideIDList": [ + 817101, + 817102, + 817103 + ], + "TutorialType": 1, + "TutorialShowType": "BattleStart", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "421011" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -477773414, + "Hash64": 4308557148517426951 + }, + "RewardID": 100 + }, + { + "GroupID": 8172, + "TutorialGuideIDList": [ + 817201, + 817202, + 817203 + ], + "TutorialType": 1, + "TutorialShowType": "BattleStart", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "421021" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -477773417, + "Hash64": 7531661333842162502 + }, + "RewardID": 100 + }, + { + "GroupID": 8173, + "TutorialGuideIDList": [ + 817301, + 817302 + ], + "TutorialType": 1, + "TutorialShowType": "BattleStart", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "421031" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -477773416, + "Hash64": 13871696346805399175 + }, + "RewardID": 100 + }, + { + "GroupID": 8174, + "TutorialGuideIDList": [ + 817401, + 817402 + ], + "TutorialType": 1, + "TutorialShowType": "BattleStart", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "421041" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -477773419, + "Hash64": 1296235897260520299 + }, + "RewardID": 100 + }, + { + "GroupID": 8175, + "TutorialGuideIDList": [ + 817501, + 817502, + 817503, + 817504 + ], + "TutorialType": 1, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -477773418, + "Hash64": 14096685017099509418 + }, + "RewardID": 100 + }, + { + "GroupID": 8176, + "TutorialGuideIDList": [ + 817601, + 817602 + ], + "TutorialType": 1, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -477773421, + "Hash64": 5523396545917143846 + }, + "RewardID": 100 + }, + { + "GroupID": 8180, + "TutorialGuideIDList": [ + 818001, + 818002, + 818004, + 818003 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1088310526, + "Hash64": 1791246661984793309 + }, + "RewardID": 100 + }, + { + "GroupID": 8181, + "TutorialGuideIDList": [ + 818101, + 818102 + ], + "TutorialType": 3, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "FightFestChallengeEntrancePage" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1088310527, + "Hash64": 4568599994483382990 + }, + "RewardID": 100 + }, + { + "GroupID": 8182, + "TutorialGuideIDList": [ + 818201, + 818202, + 818203 + ], + "TutorialType": 1, + "TutorialShowType": "Hide", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "419000" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1088310524, + "Hash64": 6413450716526542069 + }, + "RewardID": 100 + }, + { + "GroupID": 8183, + "TutorialGuideIDList": [ + 818301, + 818302, + 818203 + ], + "TutorialType": 1, + "TutorialShowType": "NonTutorial", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "419201" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1088310525, + "Hash64": 18136752482220073249 + }, + "RewardID": 100 + }, + { + "GroupID": 8184, + "TutorialGuideIDList": [ + 818401, + 818402, + 818403, + 818203 + ], + "TutorialType": 1, + "TutorialShowType": "NonTutorial", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "419202" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1088310522, + "Hash64": 15230728651608862901 + }, + "RewardID": 100 + }, + { + "GroupID": 8185, + "TutorialGuideIDList": [ + 818501, + 818502, + 818203 + ], + "TutorialType": 1, + "TutorialShowType": "NonTutorial", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "419203" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1088310523, + "Hash64": 13906329987641299530 + }, + "RewardID": 100 + }, + { + "GroupID": 8186, + "TutorialGuideIDList": [ + 818601, + 818602, + 818203 + ], + "TutorialType": 1, + "TutorialShowType": "NonTutorial", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "419204" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1088310520, + "Hash64": 11534303011063943440 + }, + "RewardID": 100 + }, + { + "GroupID": 8187, + "TutorialGuideIDList": [ + 818701, + 818702, + 818203 + ], + "TutorialType": 1, + "TutorialShowType": "NonTutorial", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "419205" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1088310521, + "Hash64": 697366984447882803 + }, + "RewardID": 100 + }, + { + "GroupID": 8188, + "TutorialGuideIDList": [ + 818801, + 818802, + 818203 + ], + "TutorialType": 1, + "TutorialShowType": "BattleStart", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "419101" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1088310534, + "Hash64": 3330810099477960009 + }, + "RewardID": 100 + }, + { + "GroupID": 8189, + "TutorialGuideIDList": [ + 818901, + 818203 + ], + "TutorialType": 1, + "TutorialShowType": "BattleStart", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "419103" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1088310535, + "Hash64": 7723382045481215327 + }, + "RewardID": 100 + }, + { + "GroupID": 8190, + "TutorialGuideIDList": [ + 819001, + 819002, + 819003 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1640572829, + "Hash64": 18294119735806230374 + }, + "RewardID": 100 + }, + { + "GroupID": 8191, + "TutorialGuideIDList": [ + 819101, + 819102, + 819103 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1640572828, + "Hash64": 13694453434294553421 + }, + "RewardID": 100 + }, + { + "GroupID": 8192, + "TutorialGuideIDList": [ + 819201, + 819202, + 819203, + 819204 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1640572831, + "Hash64": 9345195728534361402 + }, + "RewardID": 100 + }, + { + "GroupID": 8193, + "TutorialGuideIDList": [ + 819301, + 819302 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1640572830, + "Hash64": 5783615729456649786 + }, + "RewardID": 100 + }, + { + "GroupID": 8194, + "TutorialGuideIDList": [ + 819401, + 819402, + 819403, + 819404 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1640572833, + "Hash64": 138041674058836780 + }, + "RewardID": 100 + }, + { + "GroupID": 8195, + "TutorialGuideIDList": [ + 819501, + 819502, + 819503, + 819504 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1640572832, + "Hash64": 7371002848354245144 + }, + "RewardID": 100 + }, + { + "GroupID": 8196, + "TutorialGuideIDList": [ + 819601, + 819602 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1640572835, + "Hash64": 15949371989042701160 + }, + "RewardID": 100 + }, + { + "GroupID": 8197, + "TutorialGuideIDList": [ + 819701, + 819702 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1640572834, + "Hash64": 11032620620545519084 + }, + "RewardID": 100 + }, + { + "GroupID": 8198, + "TutorialGuideIDList": [ + 819801 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1640572821, + "Hash64": 4979865477213284978 + }, + "RewardID": 100 + }, + { + "GroupID": 8199, + "TutorialGuideIDList": [ + 819901 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1640572820, + "Hash64": 5792746271154290090 + }, + "RewardID": 100 + }, + { + "GroupID": 8200, + "TutorialGuideIDList": [ + 820001, + 820002, + 818203 + ], + "TutorialType": 1, + "TutorialShowType": "BattleStart", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "419105" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1444540789, + "Hash64": 15270415092561450742 + }, + "RewardID": 100 + }, + { + "GroupID": 8201, + "TutorialGuideIDList": [ + 820101, + 820102, + 818203 + ], + "TutorialType": 1, + "TutorialShowType": "BattleStart", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "419106" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1444540788, + "Hash64": 11845622900157771311 + }, + "RewardID": 100 + }, + { + "GroupID": 8202, + "TutorialGuideIDList": [ + 820201, + 818203 + ], + "TutorialType": 1, + "TutorialShowType": "BattleStart", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "419108" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1444540791, + "Hash64": 12327322561972353659 + }, + "RewardID": 100 + }, + { + "GroupID": 8203, + "TutorialGuideIDList": [ + 820301, + 820302, + 818203 + ], + "TutorialType": 1, + "TutorialShowType": "BattleStart", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "419109" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1444540790, + "Hash64": 6561141398302014578 + }, + "RewardID": 100 + }, + { + "GroupID": 8204, + "TutorialGuideIDList": [ + 820401, + 818203 + ], + "TutorialType": 1, + "TutorialShowType": "NonTutorial", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "419102" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1444540785, + "Hash64": 14494995572236250238 + }, + "RewardID": 100 + }, + { + "GroupID": 8205, + "TutorialGuideIDList": [ + 820501, + 818203 + ], + "TutorialType": 1, + "TutorialShowType": "NonTutorial", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "419104" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1444540784, + "Hash64": 8849566717558105986 + }, + "RewardID": 100 + }, + { + "GroupID": 8206, + "TutorialGuideIDList": [ + 820601, + 818203 + ], + "TutorialType": 1, + "TutorialShowType": "NonTutorial", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "419107" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1444540787, + "Hash64": 13465934175060863539 + }, + "RewardID": 100 + }, + { + "GroupID": 8301, + "TutorialGuideIDList": [ + 830101, + 830102, + 830103, + 830104, + 807303 + ], + "TutorialType": 1, + "TutorialShowType": "NonTutorial", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "8301" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1444540821, + "Hash64": 16209049121729500566 + }, + "RewardID": 100 + }, + { + "GroupID": 8302, + "TutorialGuideIDList": [ + 830201, + 830204, + 830205, + 830206, + 830203 + ], + "TutorialType": 2, + "TutorialShowType": "Hide", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "8302" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1444540822, + "Hash64": 18173649883866694564 + }, + "RewardID": 100 + }, + { + "GroupID": 8304, + "TutorialGuideIDList": [ + 830102, + 830103, + 830104 + ], + "TutorialType": 1, + "TutorialShowType": "NonTutorial", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "8304" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1444540816, + "Hash64": 9483266666581875983 + }, + "RewardID": 100 + }, + { + "GroupID": 8305, + "TutorialGuideIDList": [ + 830204, + 830102, + 830103, + 830104 + ], + "TutorialType": 1, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1444540817, + "Hash64": 9515190128812753876 + }, + "RewardID": 100 + }, + { + "GroupID": 8306, + "TutorialGuideIDList": [ + 830106, + 830204, + 830205, + 830206 + ], + "TutorialType": 2, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1444540818, + "Hash64": 10887596692205655252 + }, + "RewardID": 100 + }, + { + "GroupID": 8310, + "TutorialGuideIDList": [ + 831001 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "NonTutorial", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "ActivityPhotoExhibitionMainPage" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1284342535, + "Hash64": 16125111861314368859 + }, + "RewardID": 201 + }, + { + "GroupID": 8340, + "TutorialGuideIDList": [ + 834001, + 834002, + 834003, + 834004 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -881058008, + "Hash64": 11260319472511312118 + }, + "RewardID": 100 + }, + { + "GroupID": 8341, + "TutorialGuideIDList": [ + 834101, + 834102 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -881058007, + "Hash64": 1936395761721852142 + }, + "RewardID": 100 + }, + { + "GroupID": 8342, + "TutorialGuideIDList": [ + 834201, + 834202, + 834203 + ], + "TutorialType": 3, + "TutorialShowType": "BattleStart", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "424021" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -881058006, + "Hash64": 12859194804973424328 + }, + "RewardID": 100 + }, + { + "GroupID": 8343, + "TutorialGuideIDList": [ + 834301, + 834302 + ], + "TutorialType": 3, + "TutorialShowType": "BattleStart", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "424031" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -881058005, + "Hash64": 2858886770012840238 + }, + "RewardID": 100 + }, + { + "GroupID": 8344, + "TutorialGuideIDList": [ + 834401, + 834402 + ], + "TutorialType": 3, + "TutorialShowType": "BattleStart", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "424041" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -881058012, + "Hash64": 8424229616552559493 + }, + "RewardID": 100 + }, + { + "GroupID": 8345, + "TutorialGuideIDList": [ + 834501, + 834502, + 834503 + ], + "TutorialType": 3, + "TutorialShowType": "BattleStart", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "424051" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -881058011, + "Hash64": 18284814705852073137 + }, + "RewardID": 100 + }, + { + "GroupID": 8346, + "TutorialGuideIDList": [ + 834601, + 834602, + 834603 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -881058010, + "Hash64": 5163483641410089274 + }, + "RewardID": 100 + }, + { + "GroupID": 8701, + "TutorialGuideIDList": [ + 870101, + 870102, + 870103 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1444540689, + "Hash64": 6392642666462827917 + }, + "RewardID": 100 + }, + { + "GroupID": 8702, + "TutorialGuideIDList": [ + 870201, + 870202, + 870203 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1444540690, + "Hash64": 16066002562787439353 + }, + "RewardID": 100 + }, + { + "GroupID": 8703, + "TutorialGuideIDList": [ + 870301, + 870302, + 870303 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1444540691, + "Hash64": 8842730317835393107 + }, + "RewardID": 100 + }, + { + "GroupID": 8704, + "TutorialGuideIDList": [ + 870401, + 870402 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1444540692, + "Hash64": 17959459899819667030 + }, + "RewardID": 100 + }, + { + "GroupID": 8801, + "TutorialGuideIDList": [ + 880101, + 880102 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1444541118, + "Hash64": 7638375178560634941 + }, + "RewardID": 100 + }, + { + "GroupID": 8802, + "TutorialGuideIDList": [ + 880201, + 880202, + 880203 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1444541117, + "Hash64": 3989566044344658794 + }, + "RewardID": 100 + }, + { + "GroupID": 8803, + "TutorialGuideIDList": [ + 880301, + 880302 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1444541116, + "Hash64": 9082454371361654310 + }, + "RewardID": 100 + }, + { + "GroupID": 8804, + "TutorialGuideIDList": [ + 880401 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1444541115, + "Hash64": 12750418207221056288 + }, + "RewardID": 100 + }, + { + "GroupID": 9201, + "TutorialGuideIDList": [ + 920101, + 920102 + ], + "TutorialType": 3, + "TutorialShowType": "AutoShowInMaze", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8014163" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 140578873, + "Hash64": 2324873890175700850 + }, + "RewardID": 100 + }, + { + "GroupID": 9202, + "TutorialGuideIDList": [ + 920201, + 920202 + ], + "TutorialType": 3, + "TutorialShowType": "AutoShowInMaze", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8014164" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 140578876, + "Hash64": 10832118562929147956 + }, + "RewardID": 100 + }, + { + "GroupID": 9203, + "TutorialGuideIDList": [ + 920301, + 920302 + ], + "TutorialType": 3, + "TutorialShowType": "AutoShowInMaze", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8014165" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 140578875, + "Hash64": 4482668059050632478 + }, + "RewardID": 100 + }, + { + "GroupID": 9204, + "TutorialGuideIDList": [ + 920401, + 920402 + ], + "TutorialType": 3, + "TutorialShowType": "AutoShowInMaze", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8014166" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 140578870, + "Hash64": 1654946847685528963 + }, + "RewardID": 100 + }, + { + "GroupID": 9205, + "TutorialGuideIDList": [ + 920501 + ], + "TutorialType": 3, + "TutorialShowType": "AutoShowInMaze", + "TriggerParams": [ + { + "TriggerType": "FinishMainMission", + "TriggerParam": "8014167" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 140578869, + "Hash64": 17759532221503609127 + }, + "RewardID": 100 + }, + { + "GroupID": 9206, + "TutorialGuideIDList": [ + 920601, + 920602, + 920603 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 140578872, + "Hash64": 17635778266530046022 + }, + "RewardID": 100 + }, + { + "GroupID": 9207, + "TutorialGuideIDList": [ + 920701, + 920702, + 920703 + ], + "TutorialType": 3, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9207" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 140578871, + "Hash64": 4918920561223067258 + }, + "RewardID": 100 + }, + { + "GroupID": 9208, + "TutorialGuideIDList": [ + 920801, + 920802 + ], + "TutorialType": 3, + "TutorialShowType": "AutoShowInMaze", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "ShowRogueShopInfoDialogTask_LT" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 140578882, + "Hash64": 2915899389030297633 + }, + "RewardID": 100 + }, + { + "GroupID": 9209, + "TutorialGuideIDList": [ + 920901, + 920902 + ], + "TutorialType": 3, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RogueMiracleDetailDialog" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 140578881, + "Hash64": 4668570643101346941 + }, + "RewardID": 100 + }, + { + "GroupID": 9210, + "TutorialGuideIDList": [ + 921001, + 921002 + ], + "TutorialType": 3, + "TutorialShowType": "AutoShowInMaze", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "ShowRogueShopInfoDialogTask_SP" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1425505067, + "Hash64": 11565647367161285965 + }, + "RewardID": 100 + }, + { + "GroupID": 9211, + "TutorialGuideIDList": [ + 921101 + ], + "TutorialType": 3, + "TutorialShowType": "AutoShowInMaze", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "ShowRogueShopInfoDialogTask_ZF" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1425505068, + "Hash64": 9319399530107146491 + }, + "RewardID": 100 + }, + { + "GroupID": 9212, + "TutorialGuideIDList": [ + 921201, + 921202 + ], + "TutorialType": 3, + "TutorialShowType": "AutoShowInMaze", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1425505065, + "Hash64": 790360861619783550 + }, + "RewardID": 100 + }, + { + "GroupID": 9321, + "TutorialGuideIDList": [ + 932101, + 932102, + 932103 + ], + "TutorialType": 4, + "CanReview": true, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "9085" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishSubMission", + "TriggerParam": "802640102" + } + ], + "MessageText": { + "Hash": -1022220508, + "Hash64": 2602022321361549153 + }, + "RewardID": 201 + }, + { + "GroupID": 9325, + "TutorialGuideIDList": [ + 932501 + ], + "TutorialType": 4, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1022220512, + "Hash64": 2280904916889265070 + }, + "RewardID": 100 + }, + { + "GroupID": 9326, + "TutorialGuideIDList": [ + 932601 + ], + "TutorialType": 4, + "CanReview": true, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RogueComposeMagicUnitPage" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1022220511, + "Hash64": 1027051596133822324 + }, + "RewardID": 201 + }, + { + "GroupID": 9327, + "TutorialGuideIDList": [ + 932701, + 932702 + ], + "TutorialType": 4, + "CanReview": true, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "RogueReforgeMagicUnitPage" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1022220510, + "Hash64": 14678056523836726977 + }, + "RewardID": 201 + }, + { + "GroupID": 9330, + "TutorialGuideIDList": [ + 933001, + 933002, + 933003 + ], + "TutorialType": 4, + "CanReview": true, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "9078" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9082" + } + ], + "MessageText": { + "Hash": 1706662846, + "Hash64": 3016521759182547823 + }, + "RewardID": 201 + }, + { + "GroupID": 9331, + "TutorialGuideIDList": [ + 933101 + ], + "TutorialType": 4, + "CanReview": true, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "9086" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9082" + } + ], + "MessageText": { + "Hash": 1706662847, + "Hash64": 17118962984283406766 + }, + "RewardID": 201 + }, + { + "GroupID": 9332, + "TutorialGuideIDList": [ + 932501 + ], + "TutorialType": 4, + "CanReview": true, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "ShowUIDialog", + "TriggerParam": "RogueMagicOptionalLayerGateConfirmDialog" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1706662848, + "Hash64": 8942823310486491300 + }, + "RewardID": 201 + }, + { + "GroupID": 9333, + "TutorialGuideIDList": [ + 933301, + 933302, + 933303 + ], + "TutorialType": 4, + "CanReview": true, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "9113" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishSubMission", + "TriggerParam": "803130106" + } + ], + "MessageText": { + "Hash": 1706662849, + "Hash64": 14093886631815319262 + }, + "RewardID": 201 + }, + { + "GroupID": 9334, + "TutorialGuideIDList": [ + 933401, + 933402, + 933403 + ], + "TutorialType": 4, + "CanReview": true, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "9092" + } + ], + "FinishTriggerParams": [ + { + "TriggerType": "FinishSubMission", + "TriggerParam": "803130106" + } + ], + "MessageText": { + "Hash": 1706662842, + "Hash64": 16126772318617236278 + }, + "RewardID": 201 + }, + { + "GroupID": 9335, + "TutorialGuideIDList": [ + 933502, + 933503, + 933505 + ], + "TutorialType": 4, + "CanReview": true, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "TutorialFinish", + "TriggerParam": "9110" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1706662843, + "Hash64": 772393438823019644 + }, + "RewardID": 201 + }, + { + "GroupID": 9336, + "TutorialGuideIDList": [ + 933602, + 933603, + 933601, + 933604 + ], + "TutorialType": 4, + "CanReview": true, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9336" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1706662844, + "Hash64": 2829252581708533001 + }, + "RewardID": 201 + }, + { + "GroupID": 9601, + "TutorialGuideIDList": [ + 960101, + 960102, + 960103, + 960104 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 140578741, + "Hash64": 14401730360527461247 + }, + "RewardID": 100 + }, + { + "GroupID": 9602, + "TutorialGuideIDList": [ + 960201 + ], + "TutorialType": 3, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "SpaceZooCatteryPage" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 140578744, + "Hash64": 11887572959465847350 + }, + "RewardID": 100 + }, + { + "GroupID": 9603, + "TutorialGuideIDList": [ + 960101, + 960102 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 140578743, + "Hash64": 5017182193345184201 + }, + "RewardID": 100 + }, + { + "GroupID": 9604, + "TutorialGuideIDList": [ + 960103, + 960104 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 140578746, + "Hash64": 14217426675098735962 + }, + "RewardID": 100 + }, + { + "GroupID": 9605, + "TutorialGuideIDList": [ + 960501 + ], + "TutorialType": 1, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 140578745, + "Hash64": 1945247491953554508 + }, + "RewardID": 100 + }, + { + "GroupID": 9701, + "TutorialGuideIDList": [ + 970101, + 970102 + ], + "TutorialType": 1, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 140578774, + "Hash64": 7898865325168213953 + }, + "RewardID": 100 + }, + { + "GroupID": 9702, + "TutorialGuideIDList": [ + 970201 + ], + "TutorialType": 1, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 140578775, + "Hash64": 3141488775435285914 + }, + "RewardID": 100 + }, + { + "GroupID": 9801, + "TutorialGuideIDList": [ + 980101, + 980102 + ], + "TutorialType": 3, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9801" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 140579203, + "Hash64": 7608970257304176722 + }, + "RewardID": 100 + }, + { + "GroupID": 9802, + "TutorialGuideIDList": [ + 980201, + 980202 + ], + "TutorialType": 3, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9802" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 140579202, + "Hash64": 17398667413464831950 + }, + "RewardID": 100 + }, + { + "GroupID": 9803, + "TutorialGuideIDList": [ + 980101, + 980102, + 980201, + 980202 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 140579201, + "Hash64": 6361857120399311659 + }, + "RewardID": 100 + }, + { + "GroupID": 9804, + "TutorialGuideIDList": [ + 980401 + ], + "TutorialType": 3, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9804" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 140579200, + "Hash64": 382845256178538310 + }, + "RewardID": 100 + }, + { + "GroupID": 9811, + "TutorialGuideIDList": [ + 981101, + 981102 + ], + "TutorialType": 3, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9811" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1425504738, + "Hash64": 7605456015111340568 + }, + "RewardID": 100 + }, + { + "GroupID": 9812, + "TutorialGuideIDList": [ + 981201 + ], + "TutorialType": 3, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9812" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1425504739, + "Hash64": 3130184538755908983 + }, + "RewardID": 100 + }, + { + "GroupID": 9813, + "TutorialGuideIDList": [ + 981301 + ], + "TutorialType": 3, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9813" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1425504740, + "Hash64": 9314972054123742810 + }, + "RewardID": 100 + }, + { + "GroupID": 9814, + "TutorialGuideIDList": [ + 981401 + ], + "TutorialType": 3, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9814" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1425504741, + "Hash64": 3018153793873008439 + }, + "RewardID": 100 + }, + { + "GroupID": 9815, + "TutorialGuideIDList": [ + 981501, + 981502 + ], + "TutorialType": 3, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "ShowUIPage", + "TriggerParam": "MusicRhythmCompositionPage" + }, + { + "TriggerType": "TutorialFinish", + "TriggerParam": "5705" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1425504742, + "Hash64": 1856307277485106463 + }, + "RewardID": 100 + }, + { + "GroupID": 9816, + "TutorialGuideIDList": [ + 981601 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1425504743, + "Hash64": 3307539588116462834 + }, + "RewardID": 100 + }, + { + "GroupID": 9817, + "TutorialGuideIDList": [ + 981501, + 981502 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1425504744, + "Hash64": 1744056252580403572 + }, + "RewardID": 100 + }, + { + "GroupID": 9818, + "TutorialGuideIDList": [ + 981801 + ], + "TutorialType": 3, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9818" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1425504745, + "Hash64": 3153609255878696088 + }, + "RewardID": 100 + }, + { + "GroupID": 9819, + "TutorialGuideIDList": [ + 981901 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1425504746, + "Hash64": 1406124422878432081 + }, + "RewardID": 100 + }, + { + "GroupID": 9820, + "TutorialGuideIDList": [ + 982002, + 982001, + 982003 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1022220210, + "Hash64": 16461278479092860045 + }, + "RewardID": 100 + }, + { + "GroupID": 9901, + "TutorialGuideIDList": [ + 990101, + 990102 + ], + "TutorialType": 2, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 140579236, + "Hash64": 16107463974355225526 + }, + "RewardID": 100 + }, + { + "GroupID": 9902, + "TutorialGuideIDList": [ + 611301, + 611302, + 611303, + 611304 + ], + "TutorialType": 2, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 140579233, + "Hash64": 10013428562474902163 + }, + "RewardID": 100 + }, + { + "GroupID": 9903, + "TutorialGuideIDList": [ + 990301, + 990302 + ], + "TutorialType": 2, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "SecondWorldRaidCollection_9903" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 140579234, + "Hash64": 14602991883585634342 + }, + "RewardID": 100 + }, + { + "GroupID": 9904, + "TutorialGuideIDList": [ + 990401, + 990402, + 990403 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 140579231, + "Hash64": 10718581420717080024 + }, + "RewardID": 100 + }, + { + "GroupID": 9905, + "TutorialGuideIDList": [ + 990501, + 990502 + ], + "TutorialType": 2, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9905" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 140579232, + "Hash64": 16666589601877700229 + }, + "RewardID": 100 + }, + { + "GroupID": 9911, + "TutorialGuideIDList": [ + 990101, + 990102 + ], + "TutorialType": 2, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1425504705, + "Hash64": 6555970603431585072 + }, + "RewardID": 100 + }, + { + "GroupID": 9913, + "TutorialGuideIDList": [ + 990301, + 990302 + ], + "TutorialType": 2, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1425504707, + "Hash64": 8627230473151475897 + }, + "RewardID": 100 + }, + { + "GroupID": 9915, + "TutorialGuideIDList": [ + 990501, + 990502 + ], + "TutorialType": 2, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1425504709, + "Hash64": 15931021818144584051 + }, + "RewardID": 100 + }, + { + "GroupID": 9920, + "TutorialGuideIDList": [ + 992001, + 992002, + 992004, + 992003 + ], + "TutorialType": 3, + "TutorialShowType": "BattleStart", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "422001" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1022220179, + "Hash64": 6097336585324689355 + }, + "RewardID": 100 + }, + { + "GroupID": 9921, + "TutorialGuideIDList": [ + 992101, + 992102, + 992103 + ], + "TutorialType": 3, + "TutorialShowType": "BattleStart", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "422002" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1022220178, + "Hash64": 11751660811884830923 + }, + "RewardID": 100 + }, + { + "GroupID": 9922, + "TutorialGuideIDList": [ + 992201, + 992203, + 992202 + ], + "TutorialType": 3, + "TutorialShowType": "BattleStart", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "422003" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1022220181, + "Hash64": 2884120155557471829 + }, + "RewardID": 100 + }, + { + "GroupID": 9923, + "TutorialGuideIDList": [ + 992301, + 992302, + 992303 + ], + "TutorialType": 3, + "TutorialShowType": "BattleStart", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "422004" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1022220180, + "Hash64": 9219270279059348859 + }, + "RewardID": 100 + }, + { + "GroupID": 9925, + "TutorialGuideIDList": [ + 992501, + 992502 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1022220182, + "Hash64": 12107287495614242718 + }, + "RewardID": 100 + }, + { + "GroupID": 9926, + "TutorialGuideIDList": [ + 992601, + 992602 + ], + "TutorialType": 3, + "TutorialShowType": "BattleStart", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1022220185, + "Hash64": 16568685801362988446 + }, + "RewardID": 100 + }, + { + "GroupID": 9931, + "TutorialGuideIDList": [ + 612501, + 612502, + 612503 + ], + "TutorialType": 2, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "AmphoreusRaid_1" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1706663177, + "Hash64": 12607208297857774344 + }, + "RewardID": 100 + }, + { + "GroupID": 9932, + "TutorialGuideIDList": [ + 611401, + 611402, + 611404, + 611403 + ], + "TutorialType": 2, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "AmphoreusRaid_2" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1706663174, + "Hash64": 7721452232865366888 + }, + "RewardID": 100 + }, + { + "GroupID": 9933, + "TutorialGuideIDList": [ + 631401, + 631402, + 631403, + 631701, + 631702 + ], + "TutorialType": 2, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "AmphoreusRaid_3" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1706663175, + "Hash64": 1689899470203110785 + }, + "RewardID": 100 + }, + { + "GroupID": 9935, + "TutorialGuideIDList": [ + 611408 + ], + "TutorialType": 2, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "AmphoreusRaid_21" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1706663173, + "Hash64": 4689961913406811123 + }, + "RewardID": 100 + }, + { + "GroupID": 9936, + "TutorialGuideIDList": [ + 611405 + ], + "TutorialType": 2, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "AmphoreusRaid_22" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1706663170, + "Hash64": 5531188173668924508 + }, + "RewardID": 100 + }, + { + "GroupID": 9937, + "TutorialGuideIDList": [ + 611407 + ], + "TutorialType": 2, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "AmphoreusRaid_23" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1706663171, + "Hash64": 10580965198025058272 + }, + "RewardID": 100 + }, + { + "GroupID": 9938, + "TutorialGuideIDList": [ + 631601, + 631602, + 631603, + 631701, + 631702 + ], + "TutorialType": 2, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "AmphoreusRaid_31" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1706663168, + "Hash64": 382940119081499340 + }, + "RewardID": 100 + }, + { + "GroupID": 9941, + "TutorialGuideIDList": [ + 612501, + 612502, + 612503 + ], + "TutorialType": 2, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 2109947704, + "Hash64": 8831775317869327085 + }, + "RewardID": 100 + }, + { + "GroupID": 9942, + "TutorialGuideIDList": [ + 611401, + 611402, + 611404, + 611403 + ], + "TutorialType": 2, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 2109947701, + "Hash64": 13692922518713373367 + }, + "RewardID": 100 + }, + { + "GroupID": 9943, + "TutorialGuideIDList": [ + 631401, + 631402, + 631403, + 631701 + ], + "TutorialType": 2, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 2109947702, + "Hash64": 2139461539434139431 + }, + "RewardID": 100 + }, + { + "GroupID": 9944, + "TutorialGuideIDList": [ + 630101, + 630102, + 630201, + 630203, + 630202, + 632901, + 632902 + ], + "TutorialType": 2, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 2109947699, + "Hash64": 227065372317219853 + }, + "RewardID": 100 + }, + { + "GroupID": 9945, + "TutorialGuideIDList": [ + 611401, + 611402, + 611404, + 611403, + 611408 + ], + "TutorialType": 2, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 2109947700, + "Hash64": 13070812226617562578 + }, + "RewardID": 100 + }, + { + "GroupID": 9946, + "TutorialGuideIDList": [ + 631601, + 631602, + 631603, + 631701 + ], + "TutorialType": 2, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 2109947697, + "Hash64": 7846335937094524509 + }, + "RewardID": 100 + }, + { + "GroupID": 31001, + "TutorialGuideIDList": [ + 3100101 + ], + "TutorialType": 1, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "RewardID": 100 + }, + { + "GroupID": 31102, + "TutorialGuideIDList": [ + 3110201 + ], + "TutorialType": 1, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "RewardID": 100 + }, + { + "GroupID": 31103, + "TutorialGuideIDList": [ + 3110301 + ], + "TutorialType": 1, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "RewardID": 100 + }, + { + "GroupID": 31105, + "TutorialGuideIDList": [ + 3110501 + ], + "TutorialType": 1, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "RewardID": 100 + }, + { + "GroupID": 31106, + "TutorialGuideIDList": [ + 3110601 + ], + "TutorialType": 1, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "RewardID": 100 + }, + { + "GroupID": 31109, + "TutorialGuideIDList": [ + 3110901 + ], + "TutorialType": 1, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "RewardID": 100 + }, + { + "GroupID": 31204, + "TutorialGuideIDList": [ + 3120401 + ], + "TutorialType": 1, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "RewardID": 100 + }, + { + "GroupID": 31206, + "TutorialGuideIDList": [ + 3120601 + ], + "TutorialType": 1, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "RewardID": 100 + }, + { + "GroupID": 9821, + "TutorialGuideIDList": [ + 982102, + 982101 + ], + "TutorialType": 3, + "TutorialShowType": "BattleStart", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "423001" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1022220211, + "Hash64": 3000805128014300192 + }, + "RewardID": 100 + }, + { + "GroupID": 9822, + "TutorialGuideIDList": [ + 982201, + 982202 + ], + "TutorialType": 3, + "TutorialShowType": "BattleStart", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "423002" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1022220212, + "Hash64": 10895197975059372356 + }, + "RewardID": 100 + }, + { + "GroupID": 9823, + "TutorialGuideIDList": [ + 982301 + ], + "TutorialType": 3, + "TutorialShowType": "BattleStart", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "423003" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1022220213, + "Hash64": 9050878784749573140 + }, + "RewardID": 100 + }, + { + "GroupID": 9824, + "TutorialGuideIDList": [ + 982402, + 982401 + ], + "TutorialType": 3, + "TutorialShowType": "BattleStart", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "423004" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1022220214, + "Hash64": 5265468225357301981 + }, + "RewardID": 100 + }, + { + "GroupID": 9825, + "TutorialGuideIDList": [ + 982501, + 982502 + ], + "TutorialType": 3, + "TutorialShowType": "BattleStart", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "423005" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1022220215, + "Hash64": 13289748837620347223 + }, + "RewardID": 100 + }, + { + "GroupID": 9826, + "TutorialGuideIDList": [ + 982601, + 982602 + ], + "TutorialType": 3, + "TutorialShowType": "BattleStart", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "423007" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1022220216, + "Hash64": 9528900112864506706 + }, + "RewardID": 100 + }, + { + "GroupID": 9827, + "TutorialGuideIDList": [ + 982701, + 982702 + ], + "TutorialType": 3, + "TutorialShowType": "BattleStart", + "TriggerParams": [ + { + "TriggerType": "EnterBattle", + "TriggerParam": "423006" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1022220217, + "Hash64": 8352697233008368033 + }, + "RewardID": 100 + }, + { + "GroupID": 9829, + "TutorialGuideIDList": [ + 982004 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1022220219, + "Hash64": 14563061113445857663 + }, + "RewardID": 100 + }, + { + "GroupID": 9830, + "TutorialGuideIDList": [ + 982006 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1706663145, + "Hash64": 6865282047028175793 + }, + "RewardID": 100 + }, + { + "GroupID": 9831, + "TutorialGuideIDList": [ + 982007 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1706663144, + "Hash64": 14991796330101677608 + }, + "RewardID": 100 + }, + { + "GroupID": 9832, + "TutorialGuideIDList": [ + 982008 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1706663143, + "Hash64": 12242825054080707043 + }, + "RewardID": 100 + }, + { + "GroupID": 9833, + "TutorialGuideIDList": [ + 982009 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1706663142, + "Hash64": 1247462124676708538 + }, + "RewardID": 100 + }, + { + "GroupID": 9834, + "TutorialGuideIDList": [ + 982010 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1706663141, + "Hash64": 4324304933727763230 + }, + "RewardID": 100 + }, + { + "GroupID": 9835, + "TutorialGuideIDList": [ + 982006, + 982007 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1706663140, + "Hash64": 1374552137144425326 + }, + "RewardID": 100 + }, + { + "GroupID": 9836, + "TutorialGuideIDList": [ + 982010, + 982006 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1706663139, + "Hash64": 4415050258839866269 + }, + "RewardID": 100 + }, + { + "GroupID": 9837, + "TutorialGuideIDList": [ + 982004, + 982007 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1706663138, + "Hash64": 546867424391558978 + }, + "RewardID": 100 + }, + { + "GroupID": 9838, + "TutorialGuideIDList": [ + 982001, + 982002, + 982003, + 982005 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1706663137, + "Hash64": 16205223695357737074 + }, + "RewardID": 100 + }, + { + "GroupID": 9839, + "TutorialGuideIDList": [ + 982004, + 982001, + 982002, + 982003, + 982005 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 1706663136, + "Hash64": 203641277223135852 + }, + "RewardID": 100 + }, + { + "GroupID": 9840, + "TutorialGuideIDList": [ + 982006, + 982001, + 982002, + 982003, + 982005 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 2109947672, + "Hash64": 9658432653423811887 + }, + "RewardID": 100 + }, + { + "GroupID": 9841, + "TutorialGuideIDList": [ + 982007, + 982001, + 982002, + 982003, + 982005 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 2109947671, + "Hash64": 10524355314224862225 + }, + "RewardID": 100 + }, + { + "GroupID": 9842, + "TutorialGuideIDList": [ + 982006, + 982007, + 982001, + 982002, + 982003, + 982005 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 2109947670, + "Hash64": 8508163987220330297 + }, + "RewardID": 100 + }, + { + "GroupID": 9843, + "TutorialGuideIDList": [ + 982008, + 982001, + 982002, + 982003, + 982005 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 2109947669, + "Hash64": 10737748531986838413 + }, + "RewardID": 100 + }, + { + "GroupID": 9844, + "TutorialGuideIDList": [ + 982009, + 982001, + 982002, + 982003, + 982005 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 2109947668, + "Hash64": 12918474646797445222 + }, + "RewardID": 100 + }, + { + "GroupID": 9845, + "TutorialGuideIDList": [ + 982004, + 982007, + 982001, + 982002, + 982003, + 982005 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 2109947667, + "Hash64": 4432322949374335697 + }, + "RewardID": 100 + }, + { + "GroupID": 9846, + "TutorialGuideIDList": [ + 982010, + 982001, + 982002, + 982003, + 982005 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 2109947666, + "Hash64": 14201254243853360271 + }, + "RewardID": 100 + }, + { + "GroupID": 9951, + "TutorialGuideIDList": [ + 995101, + 995102, + 995103 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 543863763, + "Hash64": 2574650331090598927 + }, + "RewardID": 100 + }, + { + "GroupID": 9952, + "TutorialGuideIDList": [ + 995201, + 995202 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 543863760, + "Hash64": 16651209984144374480 + }, + "RewardID": 100 + }, + { + "GroupID": 9953, + "TutorialGuideIDList": [ + 995301, + 995302, + 995303 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 543863761, + "Hash64": 5039351788809909029 + }, + "RewardID": 100 + }, + { + "GroupID": 9954, + "TutorialGuideIDList": [ + 995401, + 995402, + 995403 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 543863758, + "Hash64": 8723142536171104114 + }, + "RewardID": 100 + }, + { + "GroupID": 9955, + "TutorialGuideIDList": [ + 995501, + 995502, + 995503, + 995504 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 543863759, + "Hash64": 111831338245880750 + }, + "RewardID": 100 + }, + { + "GroupID": 9956, + "TutorialGuideIDList": [ + 995601, + 995602, + 995603 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 543863756, + "Hash64": 17672171207602132012 + }, + "RewardID": 100 + }, + { + "GroupID": 9957, + "TutorialGuideIDList": [ + 995701, + 995702 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 543863757, + "Hash64": 7776707366851665481 + }, + "RewardID": 100 + }, + { + "GroupID": 9958, + "TutorialGuideIDList": [ + 322001, + 322002, + 322003, + 322004 + ], + "TutorialType": 2, + "CanReview": true, + "TutorialShowType": "AutoShow", + "Order": 289, + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9958" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 543863754, + "Hash64": 13665284796097891963 + }, + "RewardID": 201 + }, + { + "GroupID": 9959, + "TutorialGuideIDList": [ + 995901, + 995902, + 995903 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": 543863755, + "Hash64": 11890376337133772936 + }, + "RewardID": 100 + }, + { + "GroupID": 9970, + "TutorialGuideIDList": [ + 997001 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -618935652, + "Hash64": 2790817168455315998 + }, + "RewardID": 100 + }, + { + "GroupID": 9971, + "TutorialGuideIDList": [ + 997101 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -618935651, + "Hash64": 3829039988373842943 + }, + "RewardID": 100 + }, + { + "GroupID": 9973, + "TutorialGuideIDList": [ + 997301 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -618935653, + "Hash64": 9738324896926836047 + }, + "RewardID": 100 + }, + { + "GroupID": 9974, + "TutorialGuideIDList": [ + 997401 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -618935656, + "Hash64": 5610813992330951383 + }, + "RewardID": 100 + }, + { + "GroupID": 9975, + "TutorialGuideIDList": [ + 997501 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -618935655, + "Hash64": 17105716119472729300 + }, + "RewardID": 100 + }, + { + "GroupID": 9976, + "TutorialGuideIDList": [ + 997601 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -618935658, + "Hash64": 3180957231992041277 + }, + "RewardID": 100 + }, + { + "GroupID": 9978, + "TutorialGuideIDList": [ + 997801, + 997802 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -618935660, + "Hash64": 1654967390730023712 + }, + "RewardID": 100 + }, + { + "GroupID": 9979, + "TutorialGuideIDList": [ + 997901 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -618935659, + "Hash64": 16482188939273219673 + }, + "RewardID": 100 + }, + { + "GroupID": 9980, + "TutorialGuideIDList": [ + 998001 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -215651125, + "Hash64": 2590787614051472530 + }, + "RewardID": 100 + }, + { + "GroupID": 9981, + "TutorialGuideIDList": [ + 998101 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -215651124, + "Hash64": 14563212895493956909 + }, + "RewardID": 100 + }, + { + "GroupID": 9982, + "TutorialGuideIDList": [ + 998201 + ], + "TutorialType": 3, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9982" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -215651127, + "Hash64": 17574029540229655614 + }, + "RewardID": 100 + }, + { + "GroupID": 9983, + "TutorialGuideIDList": [ + 998301 + ], + "TutorialType": 3, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9983" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -215651126, + "Hash64": 14143603697693468258 + }, + "RewardID": 100 + }, + { + "GroupID": 9984, + "TutorialGuideIDList": [ + 998401, + 998402 + ], + "TutorialType": 3, + "TutorialShowType": "AutoShow", + "TriggerParams": [ + { + "TriggerType": "TaskUnlock", + "TriggerParam": "9984" + } + ], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -215651129, + "Hash64": 17099949068863671823 + }, + "RewardID": 100 + }, + { + "GroupID": 9985, + "TutorialGuideIDList": [ + 998501, + 998502, + 998503, + 998504, + 998505, + 998506 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -215651128, + "Hash64": 15789088725619182217 + }, + "RewardID": 100 + }, + { + "GroupID": 9986, + "TutorialGuideIDList": [ + 998501, + 998502 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -215651131, + "Hash64": 13723102084257421449 + }, + "RewardID": 100 + }, + { + "GroupID": 9987, + "TutorialGuideIDList": [ + 998701, + 998702, + 998703, + 998704 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -215651130, + "Hash64": 14761865864018293530 + }, + "RewardID": 100 + }, + { + "GroupID": 9988, + "TutorialGuideIDList": [ + 998801, + 998802, + 998803, + 998804 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -215651133, + "Hash64": 16181716307674453347 + }, + "RewardID": 100 + }, + { + "GroupID": 9989, + "TutorialGuideIDList": [ + 998901, + 998902, + 998903 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -215651132, + "Hash64": 8259334745240349800 + }, + "RewardID": 100 + }, + { + "GroupID": 9990, + "TutorialGuideIDList": [ + 999001, + 999002, + 999003, + 999004, + 999005, + 999006 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1781735066, + "Hash64": 5366784427369722083 + }, + "RewardID": 100 + }, + { + "GroupID": 9991, + "TutorialGuideIDList": [ + 999101, + 999102, + 999103, + 999104 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1781735065, + "Hash64": 758639789977163157 + }, + "RewardID": 100 + }, + { + "GroupID": 9992, + "TutorialGuideIDList": [ + 999201 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1781735068, + "Hash64": 8257124179264425603 + }, + "RewardID": 100 + }, + { + "GroupID": 9993, + "TutorialGuideIDList": [ + 999301 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1781735067, + "Hash64": 8892698762608590214 + }, + "RewardID": 100 + }, + { + "GroupID": 9994, + "TutorialGuideIDList": [ + 999401 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1781735070, + "Hash64": 7208592209221754672 + }, + "RewardID": 100 + }, + { + "GroupID": 9995, + "TutorialGuideIDList": [ + 999501 + ], + "TutorialType": 3, + "TutorialShowType": "NonTutorial", + "TriggerParams": [], + "FinishTriggerParams": [], + "MessageText": { + "Hash": -1781735069, + "Hash64": 12784756997251388538 + }, + "RewardID": 100 + } + ] +} \ No newline at end of file diff --git a/resources/res.json b/resources/res.json new file mode 100644 index 0000000..b900182 --- /dev/null +++ b/resources/res.json @@ -0,0 +1,466085 @@ +{ + "scene_config": [ + { + "planeID": 10000, + "props": [ + { + "groupId": 2, + "instId": 300003, + "propState": 8, + "pos": { + "x": 2447, + "y": 0, + "z": 559 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 2, + "instId": 300001, + "propState": 8, + "pos": { + "x": -1380, + "y": 0, + "z": 3160 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 110 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": -1380, + "y": 0, + "z": 3160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 8, + "pos": { + "x": -1380, + "y": 0, + "z": 3160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 30, + "instId": 300001, + "propState": 8, + "pos": { + "x": 4176, + "y": 0, + "z": 26719 + }, + "rot": { + "x": 0, + "y": 180102, + "z": 0 + }, + "propId": 2001 + }, + { + "groupId": 30, + "instId": 300002, + "propState": 2, + "pos": { + "x": -6155, + "y": 0, + "z": 21320 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 2002 + }, + { + "groupId": 30, + "instId": 300003, + "propState": 8, + "pos": { + "x": -6380, + "y": 0, + "z": 18890 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 2000 + }, + { + "groupId": 47, + "instId": 300001, + "propState": 8, + "pos": { + "x": -6416, + "y": 0, + "z": -12950 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 2004 + }, + { + "groupId": 66, + "instId": 300001, + "propState": 8, + "pos": { + "x": 4130, + "y": 661, + "z": -9297 + }, + "rot": { + "x": 0, + "y": 67168, + "z": 0 + }, + "propId": 2006 + }, + { + "groupId": 66, + "instId": 300002, + "propState": 8, + "pos": { + "x": 4159, + "y": 741, + "z": -9305 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 142, + "instId": 300001, + "propState": 8, + "pos": { + "x": -3347, + "y": 998, + "z": 14811 + }, + "rot": { + "x": 0, + "y": 90736, + "z": 0 + }, + "propId": 100083 + }, + { + "groupId": 153, + "instId": 300001, + "propState": 18, + "pos": { + "x": -6408, + "y": 1007, + "z": 8795 + }, + "rot": { + "x": 0, + "y": 225882, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 2, + "instId": 300001, + "propState": 8, + "pos": { + "x": 110, + "y": 2000, + "z": 32000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 108 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 1, + "pos": { + "x": -2163, + "y": 0, + "z": 15762 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 2003 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 1, + "pos": { + "x": -2163, + "y": 0, + "z": 5264 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 2003 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 8, + "pos": { + "x": 1205, + "y": 1037, + "z": 19842 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 2005 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 8, + "pos": { + "x": 1225, + "y": 1037, + "z": 11684 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 2005 + }, + { + "groupId": 11, + "instId": 300004, + "propState": 8, + "pos": { + "x": 3947, + "y": 924, + "z": 10270 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 2005 + }, + { + "groupId": 21, + "instId": 300001, + "propState": 18, + "pos": { + "x": 5329, + "y": 1260, + "z": 12183 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 48, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 30272 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 48, + "instId": 300007, + "propState": 8, + "pos": { + "x": 1079, + "y": 0, + "z": 21850 + }, + "rot": { + "x": 0, + "y": 359226, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 60, + "instId": 300001, + "propState": 8, + "pos": { + "x": -10, + "y": 7, + "z": 28230 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 110 + }, + { + "groupId": 60, + "instId": 300002, + "propState": 8, + "pos": { + "x": 110, + "y": 2000, + "z": 32000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 110 + }, + { + "groupId": 27, + "instId": 300001, + "propState": 8, + "pos": { + "x": -4785, + "y": 0, + "z": -14920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 31, + "instId": 300001, + "propState": 8, + "pos": { + "x": -5449, + "y": -15289, + "z": -12 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 110 + }, + { + "groupId": 76, + "instId": 300001, + "propState": 8, + "pos": { + "x": 8186, + "y": 10, + "z": 5513 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 76, + "instId": 300002, + "propState": 8, + "pos": { + "x": 9390, + "y": 2548, + "z": 5431 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 151, + "instId": 300001, + "propState": 8, + "pos": { + "x": 6371, + "y": 833, + "z": 2207 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 184, + "instId": 300001, + "propState": 18, + "pos": { + "x": -925, + "y": -14100, + "z": 11379 + }, + "rot": { + "x": 0, + "y": 331029, + "z": 0 + }, + "propId": 100020 + } + ], + "monsters": [ + { + "groupId": 48, + "instId": 200001, + "eventId": 10301299, + "pos": { + "x": 19700, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 7010011 + } + ], + "teleports": [ + { + "anchorId": 2, + "groupId": 2, + "instId": 300001, + "pos": { + "x": 0, + "y": 0, + "z": -2000 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "teleportId": 2215 + }, + { + "anchorId": 1, + "groupId": 47, + "instId": 300001, + "pos": { + "x": -4030, + "y": 0, + "z": -13006 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "teleportId": 2206 + } + ] + }, + { + "planeID": 10001, + "props": [ + { + "groupId": 1, + "instId": 300002, + "propState": 8, + "pos": { + "x": -53119, + "y": 6851, + "z": -60166 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 905 + }, + { + "groupId": 3, + "instId": 300005, + "propState": 0, + "pos": { + "x": 10, + "y": 3132, + "z": -66470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 107 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 8, + "pos": { + "x": 4640, + "y": 204, + "z": -42110 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 8, + "pos": { + "x": -5980, + "y": -274, + "z": 34650 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 13, + "instId": 300001, + "propState": 18, + "pos": { + "x": -46900, + "y": 4913, + "z": -49827 + }, + "rot": { + "x": 0, + "y": 44851, + "z": 0 + }, + "propId": 101030 + }, + { + "groupId": 14, + "instId": 300001, + "propState": 18, + "pos": { + "x": -8312, + "y": -1850, + "z": 30910 + }, + "rot": { + "x": 0, + "y": 21802, + "z": 0 + }, + "propId": 101030 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 18, + "pos": { + "x": -47867, + "y": 4916, + "z": -50570 + }, + "rot": { + "x": 0, + "y": 15479, + "z": 0 + }, + "propId": 101030 + }, + { + "groupId": 24, + "instId": 300002, + "propState": 18, + "pos": { + "x": -29108, + "y": 4203, + "z": -29210 + }, + "rot": { + "x": 0, + "y": 91305, + "z": 0 + }, + "propId": 100018 + }, + { + "groupId": 24, + "instId": 300003, + "propState": 18, + "pos": { + "x": -13769, + "y": 6288, + "z": -61735 + }, + "rot": { + "x": 0, + "y": 120112, + "z": 0 + }, + "propId": 100018 + }, + { + "groupId": 24, + "instId": 300004, + "propState": 18, + "pos": { + "x": -13835, + "y": 6872, + "z": -52025 + }, + "rot": { + "x": 0, + "y": 120112, + "z": 0 + }, + "propId": 101030 + }, + { + "groupId": 24, + "instId": 300005, + "propState": 18, + "pos": { + "x": 29546, + "y": 4201, + "z": -28808 + }, + "rot": { + "x": 0, + "y": 120112, + "z": 0 + }, + "propId": 101030 + }, + { + "groupId": 24, + "instId": 300006, + "propState": 18, + "pos": { + "x": 42418, + "y": 4969, + "z": -44690 + }, + "rot": { + "x": 0, + "y": 120112, + "z": 0 + }, + "propId": 100018 + }, + { + "groupId": 24, + "instId": 300007, + "propState": 18, + "pos": { + "x": 13828, + "y": 6268, + "z": -61973 + }, + "rot": { + "x": 0, + "y": 120112, + "z": 0 + }, + "propId": 100018 + }, + { + "groupId": 24, + "instId": 300008, + "propState": 18, + "pos": { + "x": -31025, + "y": -276, + "z": -17696 + }, + "rot": { + "x": 0, + "y": 120112, + "z": 0 + }, + "propId": 100018 + }, + { + "groupId": 24, + "instId": 300009, + "propState": 18, + "pos": { + "x": 34886, + "y": -239, + "z": -3243 + }, + "rot": { + "x": 0, + "y": 120112, + "z": 0 + }, + "propId": 100018 + }, + { + "groupId": 24, + "instId": 300010, + "propState": 18, + "pos": { + "x": -6906, + "y": -431, + "z": 12015 + }, + "rot": { + "x": 0, + "y": 120112, + "z": 0 + }, + "propId": 100018 + }, + { + "groupId": 24, + "instId": 300011, + "propState": 18, + "pos": { + "x": -28940, + "y": 4685, + "z": -51214 + }, + "rot": { + "x": 0, + "y": 120112, + "z": 0 + }, + "propId": 100018 + }, + { + "groupId": 24, + "instId": 300012, + "propState": 18, + "pos": { + "x": 12329, + "y": -434, + "z": 13274 + }, + "rot": { + "x": 0, + "y": 120112, + "z": 0 + }, + "propId": 100018 + }, + { + "groupId": 24, + "instId": 300013, + "propState": 18, + "pos": { + "x": 31064, + "y": -275, + "z": -17681 + }, + "rot": { + "x": 0, + "y": 120112, + "z": 0 + }, + "propId": 101030 + }, + { + "groupId": 24, + "instId": 300014, + "propState": 18, + "pos": { + "x": -35109, + "y": -239, + "z": -3175 + }, + "rot": { + "x": 0, + "y": 120112, + "z": 0 + }, + "propId": 100020 + }, + { + "groupId": 97, + "instId": 300002, + "propState": 8, + "pos": { + "x": -56024, + "y": 4923, + "z": -51108 + }, + "rot": { + "x": 0, + "y": 358045, + "z": 0 + }, + "propId": 3000 + }, + { + "groupId": 97, + "instId": 300001, + "propState": 8, + "pos": { + "x": -55864, + "y": 4923, + "z": -51261 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 143, + "instId": 300001, + "propState": 18, + "pos": { + "x": 10434, + "y": -2475, + "z": -17941 + }, + "rot": { + "x": 0, + "y": 334362, + "z": 0 + }, + "propId": 100018 + }, + { + "groupId": 143, + "instId": 300002, + "propState": 18, + "pos": { + "x": -26464, + "y": -393, + "z": -23421 + }, + "rot": { + "x": 0, + "y": 347721, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 159, + "instId": 300001, + "propState": 8, + "pos": { + "x": 14548, + "y": -1376, + "z": 5707 + }, + "rot": { + "x": 0, + "y": 222759, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 159, + "instId": 300002, + "propState": 8, + "pos": { + "x": 14384, + "y": -890, + "z": 5700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 110 + }, + { + "groupId": 165, + "instId": 300001, + "propState": 18, + "pos": { + "x": -52013, + "y": 5732, + "z": -51904 + }, + "rot": { + "x": 0, + "y": 208231, + "z": 0 + }, + "propId": 100020 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 1, + "groupId": 1, + "instId": 300002, + "pos": { + "x": -53121, + "y": 4912, + "z": -58063 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "teleportId": 2219 + }, + { + "anchorId": 1, + "groupId": 11, + "instId": 300001, + "pos": { + "x": 50, + "y": -217, + "z": -39800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 1000101 + }, + { + "anchorId": 2, + "groupId": 11, + "instId": 300002, + "pos": { + "x": -130, + "y": -267, + "z": 33031 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "teleportId": 1000102 + }, + { + "anchorId": 2, + "groupId": 97, + "instId": 300002, + "pos": { + "x": -54710, + "y": 4923, + "z": -50500 + }, + "rot": { + "x": 0, + "y": 240473, + "z": 0 + }, + "teleportId": 2264 + } + ] + }, + { + "planeID": 10002, + "props": [ + { + "groupId": 21, + "instId": 300001, + "propState": 8, + "pos": { + "x": -4785, + "y": 15000, + "z": 57800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "monsters": [], + "teleports": [] + }, + { + "planeID": 10101, + "props": [ + { + "groupId": 1, + "instId": 300001, + "propState": 8, + "pos": { + "x": -15150, + "y": 10, + "z": 80340 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 1, + "instId": 300002, + "propState": 8, + "pos": { + "x": -47360, + "y": 9, + "z": -39760 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 1, + "instId": 300003, + "propState": 8, + "pos": { + "x": 34963, + "y": 10, + "z": -142260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 1, + "instId": 300004, + "propState": 8, + "pos": { + "x": -47830, + "y": -6336, + "z": 81720 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 1, + "instId": 300006, + "propState": 8, + "pos": { + "x": 31690, + "y": 210, + "z": -40220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 1, + "instId": 300007, + "propState": 8, + "pos": { + "x": 37160, + "y": -93, + "z": -168310 + }, + "rot": { + "x": 0, + "y": 153500, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 1, + "instId": 300005, + "propState": 8, + "pos": { + "x": -23320, + "y": -4889, + "z": -149600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 1, + "instId": 300008, + "propState": 8, + "pos": { + "x": -23357, + "y": -1100, + "z": -129990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 14, + "instId": 300001, + "propState": 18, + "pos": { + "x": 21922, + "y": 1742, + "z": -69870 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101030 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 18, + "pos": { + "x": -3965, + "y": 1263, + "z": -13088 + }, + "rot": { + "x": 0, + "y": 320887, + "z": 0 + }, + "propId": 101029 + }, + { + "groupId": 14, + "instId": 300003, + "propState": 18, + "pos": { + "x": -64567, + "y": 1227, + "z": -19644 + }, + "rot": { + "x": 0, + "y": 19283, + "z": 0 + }, + "propId": 101027 + }, + { + "groupId": 14, + "instId": 300004, + "propState": 18, + "pos": { + "x": -5744, + "y": 1203, + "z": -66914 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101031 + }, + { + "groupId": 14, + "instId": 300005, + "propState": 18, + "pos": { + "x": -15382, + "y": 559, + "z": 88019 + }, + "rot": { + "x": 0, + "y": 331179, + "z": 0 + }, + "propId": 101031 + }, + { + "groupId": 14, + "instId": 300006, + "propState": 18, + "pos": { + "x": -51149, + "y": 1237, + "z": -67650 + }, + "rot": { + "x": 0, + "y": 241014, + "z": 0 + }, + "propId": 101031 + }, + { + "groupId": 14, + "instId": 300007, + "propState": 18, + "pos": { + "x": -16278, + "y": -4459, + "z": 35891 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101027 + }, + { + "groupId": 14, + "instId": 300008, + "propState": 18, + "pos": { + "x": 24185, + "y": 772, + "z": -28969 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101030 + }, + { + "groupId": 14, + "instId": 300009, + "propState": 18, + "pos": { + "x": -31435, + "y": 554, + "z": 96453 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 14, + "instId": 300010, + "propState": 18, + "pos": { + "x": -22451, + "y": 555, + "z": 81026 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 14, + "instId": 300011, + "propState": 18, + "pos": { + "x": 5503, + "y": 556, + "z": 56068 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 14, + "instId": 300012, + "propState": 18, + "pos": { + "x": 11566, + "y": 556, + "z": 58099 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 59, + "instId": 300001, + "propState": 8, + "pos": { + "x": 4027, + "y": -4977, + "z": 39250 + }, + "rot": { + "x": 0, + "y": 269730, + "z": 0 + }, + "propId": 101022 + }, + { + "groupId": 59, + "instId": 300002, + "propState": 8, + "pos": { + "x": 11020, + "y": 21, + "z": -146260 + }, + "rot": { + "x": 0, + "y": 239890, + "z": 0 + }, + "propId": 101022 + }, + { + "groupId": 59, + "instId": 300003, + "propState": 8, + "pos": { + "x": -39253, + "y": -21985, + "z": -55849 + }, + "rot": { + "x": 0, + "y": 269730, + "z": 0 + }, + "propId": 101022 + }, + { + "groupId": 108, + "instId": 300001, + "propState": 0, + "pos": { + "x": 31200, + "y": 234, + "z": -19830 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 114 + }, + { + "groupId": 108, + "instId": 300003, + "propState": 0, + "pos": { + "x": 31200, + "y": 234, + "z": -60220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 134 + }, + { + "groupId": 108, + "instId": 300004, + "propState": 0, + "pos": { + "x": 31200, + "y": 234, + "z": -60220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 114 + }, + { + "groupId": 161, + "instId": 300001, + "propState": 12, + "pos": { + "x": -44990, + "y": 234, + "z": 96940 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 161, + "instId": 300002, + "propState": 12, + "pos": { + "x": 20517, + "y": 234, + "z": 70589 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 161, + "instId": 300003, + "propState": 12, + "pos": { + "x": -61507, + "y": 692, + "z": -62780 + }, + "rot": { + "x": 0, + "y": 40483, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 161, + "instId": 300004, + "propState": 12, + "pos": { + "x": -37026, + "y": 131, + "z": -108225 + }, + "rot": { + "x": 0, + "y": 87871, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 161, + "instId": 300005, + "propState": 12, + "pos": { + "x": 37905, + "y": 10, + "z": -144135 + }, + "rot": { + "x": 0, + "y": 243409, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 161, + "instId": 300006, + "propState": 12, + "pos": { + "x": 25330, + "y": 10, + "z": -167030 + }, + "rot": { + "x": 0, + "y": 334232, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 161, + "instId": 300007, + "propState": 12, + "pos": { + "x": -17573, + "y": 5022, + "z": -144715 + }, + "rot": { + "x": 0, + "y": 357369, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 161, + "instId": 300009, + "propState": 12, + "pos": { + "x": 27319, + "y": 384, + "z": -9339 + }, + "rot": { + "x": 0, + "y": 180252, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 161, + "instId": 300010, + "propState": 12, + "pos": { + "x": -8945, + "y": -4989, + "z": 27044 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 161, + "instId": 300011, + "propState": 12, + "pos": { + "x": 9207, + "y": -21996, + "z": -22997 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 174, + "instId": 300001, + "propState": 18, + "pos": { + "x": -31435, + "y": 554, + "z": 96453 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 175, + "instId": 300001, + "propState": 18, + "pos": { + "x": -31435, + "y": 554, + "z": 96453 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 176, + "instId": 300001, + "propState": 18, + "pos": { + "x": -22451, + "y": 555, + "z": 81026 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 177, + "instId": 300001, + "propState": 18, + "pos": { + "x": -22451, + "y": 555, + "z": 81026 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 178, + "instId": 300001, + "propState": 18, + "pos": { + "x": 5503, + "y": 556, + "z": 56068 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 179, + "instId": 300001, + "propState": 18, + "pos": { + "x": 5503, + "y": 556, + "z": 56068 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 180, + "instId": 300001, + "propState": 18, + "pos": { + "x": 11566, + "y": 556, + "z": 58099 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 181, + "instId": 300001, + "propState": 18, + "pos": { + "x": 11566, + "y": 556, + "z": 58099 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 210, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 238, + "instId": 300001, + "propState": 18, + "pos": { + "x": 9066, + "y": 562, + "z": 60542 + }, + "rot": { + "x": 0, + "y": 55492, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 238, + "instId": 300002, + "propState": 18, + "pos": { + "x": -51463, + "y": 1246, + "z": -12579 + }, + "rot": { + "x": 0, + "y": 179438, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 238, + "instId": 300003, + "propState": 18, + "pos": { + "x": -10576, + "y": 766, + "z": -96790 + }, + "rot": { + "x": 0, + "y": 31037, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 238, + "instId": 300004, + "propState": 18, + "pos": { + "x": 9247, + "y": 550, + "z": -142517 + }, + "rot": { + "x": 0, + "y": 72385, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 238, + "instId": 300005, + "propState": 18, + "pos": { + "x": 349, + "y": 772, + "z": -1064 + }, + "rot": { + "x": 0, + "y": 51463, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 238, + "instId": 300006, + "propState": 18, + "pos": { + "x": -2085, + "y": -4444, + "z": 53968 + }, + "rot": { + "x": 0, + "y": 215559, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 238, + "instId": 300007, + "propState": 18, + "pos": { + "x": 381, + "y": 1459, + "z": -71256 + }, + "rot": { + "x": 0, + "y": 51463, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 257, + "instId": 300001, + "propState": 8, + "pos": { + "x": 5040, + "y": -21996, + "z": -27741 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 257, + "instId": 300002, + "propState": 8, + "pos": { + "x": 5026, + "y": -21996, + "z": -25089 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 110 + }, + { + "groupId": 18, + "instId": 300001, + "propState": 18, + "pos": { + "x": -209, + "y": 1362, + "z": -4914 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101031 + }, + { + "groupId": 38, + "instId": 300001, + "propState": 18, + "pos": { + "x": -1501, + "y": 1371, + "z": -5426 + }, + "rot": { + "x": 0, + "y": 67296, + "z": 0 + }, + "propId": 101030 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 18, + "pos": { + "x": 101, + "y": 797, + "z": -2751 + }, + "rot": { + "x": 0, + "y": 21023, + "z": 0 + }, + "propId": 101029 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 18, + "pos": { + "x": 1653, + "y": 752, + "z": 2402 + }, + "rot": { + "x": 0, + "y": 78634, + "z": 0 + }, + "propId": 101030 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 18, + "pos": { + "x": -11153, + "y": 887, + "z": 1911 + }, + "rot": { + "x": 0, + "y": 30966, + "z": 0 + }, + "propId": 101029 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 18, + "pos": { + "x": -11153, + "y": 888, + "z": 1911 + }, + "rot": { + "x": 0, + "y": 30966, + "z": 0 + }, + "propId": 101029 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 18, + "pos": { + "x": -11153, + "y": 889, + "z": 1911 + }, + "rot": { + "x": 0, + "y": 30966, + "z": 0 + }, + "propId": 101029 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 18, + "pos": { + "x": -11153, + "y": 889, + "z": 1911 + }, + "rot": { + "x": 0, + "y": 30966, + "z": 0 + }, + "propId": 101029 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 18, + "pos": { + "x": -7040, + "y": 551, + "z": -5034 + }, + "rot": { + "x": 0, + "y": 321353, + "z": 0 + }, + "propId": 101029 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 18, + "pos": { + "x": 1771, + "y": 873, + "z": 1181 + }, + "rot": { + "x": 0, + "y": 11878, + "z": 0 + }, + "propId": 101030 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 18, + "pos": { + "x": 3310, + "y": 802, + "z": -2110 + }, + "rot": { + "x": 0, + "y": 11878, + "z": 0 + }, + "propId": 101029 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 8, + "pos": { + "x": -2446, + "y": 610, + "z": -797 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 2, + "pos": { + "x": -492, + "y": 964, + "z": 10495 + }, + "rot": { + "x": 0, + "y": 99161, + "z": 0 + }, + "propId": 301058 + }, + { + "groupId": 31, + "instId": 300002, + "propState": 8, + "pos": { + "x": -571, + "y": 1049, + "z": 9949 + }, + "rot": { + "x": 0, + "y": 99161, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": 8941, + "y": 1728, + "z": 55897 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101058 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 8, + "pos": { + "x": 17150, + "y": 3530, + "z": 55897 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 8, + "pos": { + "x": 8478, + "y": 1630, + "z": 55897 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 93, + "instId": 300001, + "propState": 8, + "pos": { + "x": -83, + "y": 3935, + "z": -10903 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 93, + "instId": 300002, + "propState": 8, + "pos": { + "x": -83, + "y": 4419, + "z": -10903 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101082 + }, + { + "groupId": 93, + "instId": 300003, + "propState": 8, + "pos": { + "x": -77, + "y": 3230, + "z": -10879 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101083 + }, + { + "groupId": 93, + "instId": 300004, + "propState": 8, + "pos": { + "x": -83, + "y": 2908, + "z": -9800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 4, + "groupId": 1, + "instId": 300001, + "pos": { + "x": -10138, + "y": 10, + "z": 78898 + }, + "rot": { + "x": 0, + "y": 186078, + "z": 0 + }, + "teleportId": 1010101 + }, + { + "anchorId": 2, + "groupId": 1, + "instId": 300002, + "pos": { + "x": -43300, + "y": -93, + "z": -37960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "teleportId": 1010102 + }, + { + "anchorId": 3, + "groupId": 1, + "instId": 300003, + "pos": { + "x": 33046, + "y": 10, + "z": -144792 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "teleportId": 1010103 + } + ] + }, + { + "planeID": 10102, + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 18, + "pos": { + "x": -67551, + "y": 5549, + "z": 25378 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 101030 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 18, + "pos": { + "x": -73976, + "y": 5695, + "z": 24687 + }, + "rot": { + "x": 0, + "y": 141457, + "z": 0 + }, + "propId": 101030 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 18, + "pos": { + "x": 9556, + "y": 1007, + "z": 20920 + }, + "rot": { + "x": 0, + "y": 295968, + "z": 0 + }, + "propId": 101031 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 18, + "pos": { + "x": -54831, + "y": 5582, + "z": 27544 + }, + "rot": { + "x": 0, + "y": 295968, + "z": 0 + }, + "propId": 101030 + }, + { + "groupId": 30, + "instId": 300002, + "propState": 8, + "pos": { + "x": -20560, + "y": -286, + "z": 57320 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 30, + "instId": 300001, + "propState": 8, + "pos": { + "x": -75476, + "y": 4679, + "z": 7119 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 30, + "instId": 300004, + "propState": 8, + "pos": { + "x": -74630, + "y": 4679, + "z": 53170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 30, + "instId": 300005, + "propState": 8, + "pos": { + "x": -15619, + "y": -652, + "z": 90330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 30, + "instId": 300006, + "propState": 8, + "pos": { + "x": -63700, + "y": 9840, + "z": -25330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 119 + }, + { + "groupId": 30, + "instId": 300007, + "propState": 8, + "pos": { + "x": -60680, + "y": 18080, + "z": -60020 + }, + "rot": { + "x": 0, + "y": 329524, + "z": 0 + }, + "propId": 119 + }, + { + "groupId": 30, + "instId": 300003, + "propState": 8, + "pos": { + "x": 15820, + "y": -365, + "z": 22960 + }, + "rot": { + "x": 0, + "y": 23789, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 80, + "instId": 300002, + "propState": 18, + "pos": { + "x": 9556, + "y": 1003, + "z": 20920 + }, + "rot": { + "x": 0, + "y": 295968, + "z": 0 + }, + "propId": 101031 + }, + { + "groupId": 114, + "instId": 300001, + "propState": 8, + "pos": { + "x": -38163, + "y": 1323, + "z": 30921 + }, + "rot": { + "x": 0, + "y": 25324, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300002, + "propState": 8, + "pos": { + "x": -73620, + "y": 6290, + "z": 6967 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300003, + "propState": 8, + "pos": { + "x": -51793, + "y": 6595, + "z": -13783 + }, + "rot": { + "x": 0, + "y": 299684, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300004, + "propState": 8, + "pos": { + "x": -52718, + "y": 6525, + "z": -15821 + }, + "rot": { + "x": 0, + "y": 294764, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300005, + "propState": 8, + "pos": { + "x": -5751, + "y": 11276, + "z": -20090 + }, + "rot": { + "x": 0, + "y": 88906, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300006, + "propState": 8, + "pos": { + "x": 16401, + "y": 1173, + "z": 40462 + }, + "rot": { + "x": 0, + "y": 262327, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300007, + "propState": 8, + "pos": { + "x": 16656, + "y": 1161, + "z": 42701 + }, + "rot": { + "x": 0, + "y": 279260, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300008, + "propState": 8, + "pos": { + "x": -40251, + "y": 1289, + "z": 31870 + }, + "rot": { + "x": 0, + "y": 24902, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300009, + "propState": 8, + "pos": { + "x": -92102, + "y": 6322, + "z": 40797 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300010, + "propState": 8, + "pos": { + "x": -41595, + "y": 1306, + "z": 32046 + }, + "rot": { + "x": 0, + "y": 338782, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300011, + "propState": 8, + "pos": { + "x": -6398, + "y": 11237, + "z": -21443 + }, + "rot": { + "x": 0, + "y": 320545, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300012, + "propState": 8, + "pos": { + "x": -72304, + "y": 6180, + "z": 6999 + }, + "rot": { + "x": 0, + "y": 325953, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300013, + "propState": 8, + "pos": { + "x": 17209, + "y": 1266, + "z": 39201 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300014, + "propState": 8, + "pos": { + "x": -35592, + "y": 782, + "z": 39822 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300015, + "propState": 8, + "pos": { + "x": -2308, + "y": 969, + "z": 17602 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300016, + "propState": 1, + "pos": { + "x": -28115, + "y": -26, + "z": 72433 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300017, + "propState": 1, + "pos": { + "x": -10510, + "y": 300, + "z": 70190 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300018, + "propState": 1, + "pos": { + "x": 25060, + "y": 960, + "z": 57050 + }, + "rot": { + "x": 0, + "y": 285002, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300019, + "propState": 1, + "pos": { + "x": -84450, + "y": 4480, + "z": 62390 + }, + "rot": { + "x": 0, + "y": 224995, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300020, + "propState": 1, + "pos": { + "x": -88230, + "y": 9590, + "z": 76270 + }, + "rot": { + "x": 0, + "y": 224995, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300021, + "propState": 1, + "pos": { + "x": -99040, + "y": 4410, + "z": 17310 + }, + "rot": { + "x": 0, + "y": 153957, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300022, + "propState": 1, + "pos": { + "x": -74060, + "y": 4870, + "z": -16310 + }, + "rot": { + "x": 0, + "y": 153957, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300023, + "propState": 1, + "pos": { + "x": -71678, + "y": 4912, + "z": -475 + }, + "rot": { + "x": 0, + "y": 153957, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300024, + "propState": 1, + "pos": { + "x": -82550, + "y": 4710, + "z": 17590 + }, + "rot": { + "x": 0, + "y": 153957, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300025, + "propState": 1, + "pos": { + "x": -85690, + "y": 4660, + "z": 42510 + }, + "rot": { + "x": 0, + "y": 153957, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300026, + "propState": 1, + "pos": { + "x": -12210, + "y": -330, + "z": 75320 + }, + "rot": { + "x": 0, + "y": 153957, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300027, + "propState": 1, + "pos": { + "x": -9060, + "y": -270, + "z": 59580 + }, + "rot": { + "x": 0, + "y": 153957, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300028, + "propState": 1, + "pos": { + "x": 10130, + "y": 80, + "z": 51350 + }, + "rot": { + "x": 0, + "y": 153957, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300029, + "propState": 1, + "pos": { + "x": 6540, + "y": 20, + "z": 22050 + }, + "rot": { + "x": 0, + "y": 153957, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300030, + "propState": 1, + "pos": { + "x": -13410, + "y": 160, + "z": 4820 + }, + "rot": { + "x": 0, + "y": 153957, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300031, + "propState": 1, + "pos": { + "x": 16843, + "y": 9857, + "z": -11089 + }, + "rot": { + "x": 0, + "y": 153957, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300032, + "propState": 1, + "pos": { + "x": -5550, + "y": 10050, + "z": -16660 + }, + "rot": { + "x": 0, + "y": 153957, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300033, + "propState": 1, + "pos": { + "x": -13850, + "y": 9890, + "z": -3220 + }, + "rot": { + "x": 0, + "y": 153957, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300034, + "propState": 1, + "pos": { + "x": -49561, + "y": 4944, + "z": -10342 + }, + "rot": { + "x": 0, + "y": 153957, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300035, + "propState": 1, + "pos": { + "x": -76727, + "y": 4450, + "z": -13879 + }, + "rot": { + "x": 0, + "y": 153957, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300036, + "propState": 1, + "pos": { + "x": -72260, + "y": 4520, + "z": -21590 + }, + "rot": { + "x": 0, + "y": 73759, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300037, + "propState": 1, + "pos": { + "x": -55620, + "y": 4830, + "z": -22070 + }, + "rot": { + "x": 0, + "y": 73759, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300038, + "propState": 1, + "pos": { + "x": -60620, + "y": 4730, + "z": -33780 + }, + "rot": { + "x": 0, + "y": 73759, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300039, + "propState": 1, + "pos": { + "x": -53160, + "y": 4880, + "z": -1320 + }, + "rot": { + "x": 0, + "y": 73759, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300040, + "propState": 1, + "pos": { + "x": -61300, + "y": 4710, + "z": -27050 + }, + "rot": { + "x": 0, + "y": 2004, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300041, + "propState": 1, + "pos": { + "x": -90710, + "y": 6710, + "z": 52396 + }, + "rot": { + "x": 0, + "y": 2004, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300042, + "propState": 1, + "pos": { + "x": -93320, + "y": 6660, + "z": 42520 + }, + "rot": { + "x": 0, + "y": 2004, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 128, + "instId": 300002, + "propState": 12, + "pos": { + "x": 24359, + "y": -404, + "z": 55923 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 128, + "instId": 300003, + "propState": 12, + "pos": { + "x": 23607, + "y": 9720, + "z": -8391 + }, + "rot": { + "x": 0, + "y": 270604, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 128, + "instId": 300004, + "propState": 12, + "pos": { + "x": -6590, + "y": 9952, + "z": -23431 + }, + "rot": { + "x": 0, + "y": 90603, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 128, + "instId": 300005, + "propState": 12, + "pos": { + "x": -98180, + "y": 4715, + "z": 17890 + }, + "rot": { + "x": 0, + "y": 63696, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 128, + "instId": 300001, + "propState": 12, + "pos": { + "x": -58940, + "y": 4690, + "z": 33917 + }, + "rot": { + "x": 0, + "y": 178092, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 128, + "instId": 300006, + "propState": 12, + "pos": { + "x": -90351, + "y": 4835, + "z": 38292 + }, + "rot": { + "x": 0, + "y": 88092, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 128, + "instId": 300007, + "propState": 12, + "pos": { + "x": -50044, + "y": 4890, + "z": -2784 + }, + "rot": { + "x": 0, + "y": 208092, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 135, + "instId": 300001, + "propState": 8, + "pos": { + "x": 5512, + "y": 9650, + "z": -4335 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 175, + "instId": 300001, + "propState": 18, + "pos": { + "x": -16172, + "y": 600, + "z": 38613 + }, + "rot": { + "x": 0, + "y": 254822, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 18, + "pos": { + "x": -1675, + "y": 692, + "z": 671 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 101030 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 18, + "pos": { + "x": -1052, + "y": 833, + "z": 6490 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 101026 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 18, + "pos": { + "x": -2901, + "y": 846, + "z": 652 + }, + "rot": { + "x": 0, + "y": 27382, + "z": 0 + }, + "propId": 101027 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 18, + "pos": { + "x": 4050, + "y": 790, + "z": 2284 + }, + "rot": { + "x": 0, + "y": 27382, + "z": 0 + }, + "propId": 101031 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 18, + "pos": { + "x": -8163, + "y": 998, + "z": -7329 + }, + "rot": { + "x": 0, + "y": 27382, + "z": 0 + }, + "propId": 101029 + }, + { + "groupId": 4, + "instId": 300005, + "propState": 18, + "pos": { + "x": 2916, + "y": 996, + "z": 5271 + }, + "rot": { + "x": 0, + "y": 266345, + "z": 0 + }, + "propId": 101029 + }, + { + "groupId": 4, + "instId": 300006, + "propState": 18, + "pos": { + "x": 5709, + "y": 765, + "z": -4385 + }, + "rot": { + "x": 0, + "y": 27382, + "z": 0 + }, + "propId": 101029 + }, + { + "groupId": 4, + "instId": 300007, + "propState": 18, + "pos": { + "x": 3985, + "y": 942, + "z": -7392 + }, + "rot": { + "x": 0, + "y": 27382, + "z": 0 + }, + "propId": 101029 + }, + { + "groupId": 4, + "instId": 300008, + "propState": 18, + "pos": { + "x": -7933, + "y": 799, + "z": 3900 + }, + "rot": { + "x": 0, + "y": 27382, + "z": 0 + }, + "propId": 101030 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 1, + "pos": { + "x": 7906, + "y": 576, + "z": 4296 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 1, + "pos": { + "x": 7917, + "y": 576, + "z": -5968 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 17, + "instId": 300003, + "propState": 8, + "pos": { + "x": 11169, + "y": 2517, + "z": 3370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 27, + "instId": 300001, + "propState": 8, + "pos": { + "x": -5305, + "y": 1493, + "z": 11321 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 27, + "instId": 300002, + "propState": 8, + "pos": { + "x": -5573, + "y": 2803, + "z": 11348 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101080 + }, + { + "groupId": 27, + "instId": 300003, + "propState": 8, + "pos": { + "x": -5575, + "y": 5642, + "z": 11351 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101081 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 1, + "groupId": 30, + "instId": 300002, + "pos": { + "x": -15390, + "y": -617, + "z": 57320 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "teleportId": 1010201 + }, + { + "anchorId": 2, + "groupId": 30, + "instId": 300001, + "pos": { + "x": -75010, + "y": 4696, + "z": 2010 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "teleportId": 1010202 + }, + { + "anchorId": 3, + "groupId": 30, + "instId": 300004, + "pos": { + "x": -77800, + "y": 4408, + "z": 56600 + }, + "rot": { + "x": 0, + "y": 206000, + "z": 0 + }, + "teleportId": 1010203 + } + ] + }, + { + "planeID": 10201, + "props": [ + { + "groupId": 16, + "instId": 300001, + "propState": 8, + "pos": { + "x": 22186, + "y": 5994, + "z": -26729 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 8, + "pos": { + "x": -49000, + "y": 4994, + "z": -18620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 16, + "instId": 300003, + "propState": 8, + "pos": { + "x": -53000, + "y": -1017, + "z": -96620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 25, + "instId": 300001, + "propState": 0, + "pos": { + "x": -4505, + "y": 921, + "z": -8905 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 50, + "instId": 300002, + "propState": 0, + "pos": { + "x": 15368, + "y": 10010, + "z": -59497 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 107 + }, + { + "groupId": 59, + "instId": 300001, + "propState": 18, + "pos": { + "x": -28209, + "y": 5745, + "z": -18951 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 102012 + }, + { + "groupId": 59, + "instId": 300002, + "propState": 18, + "pos": { + "x": 46053, + "y": 5868, + "z": -25360 + }, + "rot": { + "x": 0, + "y": 88961, + "z": 0 + }, + "propId": 102012 + }, + { + "groupId": 59, + "instId": 300003, + "propState": 18, + "pos": { + "x": 42437, + "y": 3794, + "z": -94756 + }, + "rot": { + "x": 0, + "y": 356157, + "z": 0 + }, + "propId": 102012 + }, + { + "groupId": 59, + "instId": 300004, + "propState": 18, + "pos": { + "x": -73596, + "y": -37, + "z": -59364 + }, + "rot": { + "x": 0, + "y": 176515, + "z": 0 + }, + "propId": 102012 + }, + { + "groupId": 59, + "instId": 300005, + "propState": 18, + "pos": { + "x": -56190, + "y": -134, + "z": -63937 + }, + "rot": { + "x": 0, + "y": 356157, + "z": 0 + }, + "propId": 102012 + }, + { + "groupId": 60, + "instId": 300001, + "propState": 12, + "pos": { + "x": -81721, + "y": -555, + "z": 28335 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 60, + "instId": 300002, + "propState": 12, + "pos": { + "x": 73876, + "y": 1606, + "z": -35300 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 60, + "instId": 300003, + "propState": 12, + "pos": { + "x": -11528, + "y": -974, + "z": -75579 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 60, + "instId": 300004, + "propState": 12, + "pos": { + "x": -58465, + "y": -1012, + "z": -139849 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 60, + "instId": 300005, + "propState": 12, + "pos": { + "x": -73238, + "y": -1012, + "z": -103206 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 60, + "instId": 300006, + "propState": 12, + "pos": { + "x": -60927, + "y": -1032, + "z": -37178 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 60, + "instId": 300007, + "propState": 12, + "pos": { + "x": -94565, + "y": 2000, + "z": -46239 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 60, + "instId": 300008, + "propState": 12, + "pos": { + "x": 67869, + "y": 4960, + "z": -37800 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 60, + "instId": 300009, + "propState": 12, + "pos": { + "x": -40386, + "y": -500, + "z": 335 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 60, + "instId": 300010, + "propState": 12, + "pos": { + "x": -71594, + "y": 1967, + "z": -126948 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 60, + "instId": 300011, + "propState": 12, + "pos": { + "x": 9816, + "y": 5975, + "z": -83238 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 102, + "instId": 300002, + "propState": 8, + "pos": { + "x": -4411, + "y": 789, + "z": -9117 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + }, + { + "groupId": 102, + "instId": 300001, + "propState": 8, + "pos": { + "x": -63739, + "y": 207, + "z": -73411 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + }, + { + "groupId": 102, + "instId": 300003, + "propState": 8, + "pos": { + "x": -71956, + "y": 419, + "z": -73411 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + }, + { + "groupId": 102, + "instId": 300004, + "propState": 8, + "pos": { + "x": -84223, + "y": 3458, + "z": -117960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + }, + { + "groupId": 105, + "instId": 300001, + "propState": 8, + "pos": { + "x": 46288, + "y": 3866, + "z": -90456 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300002, + "propState": 8, + "pos": { + "x": 27260, + "y": 4066, + "z": -91020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300003, + "propState": 8, + "pos": { + "x": 23950, + "y": 8607, + "z": -38090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300004, + "propState": 8, + "pos": { + "x": 6950, + "y": 8607, + "z": -38090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300005, + "propState": 8, + "pos": { + "x": 32838, + "y": 4042, + "z": -90577 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300006, + "propState": 8, + "pos": { + "x": 44248, + "y": 4042, + "z": -81159 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300007, + "propState": 8, + "pos": { + "x": 50571, + "y": 4437, + "z": -71730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300008, + "propState": 8, + "pos": { + "x": -6218, + "y": 1525, + "z": -1982 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300009, + "propState": 8, + "pos": { + "x": -24207, + "y": 6480, + "z": -7136 + }, + "rot": { + "x": 0, + "y": 90366, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300010, + "propState": 8, + "pos": { + "x": -13710, + "y": 6480, + "z": -28810 + }, + "rot": { + "x": 0, + "y": 302, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300011, + "propState": 8, + "pos": { + "x": -63454, + "y": 624, + "z": -114431 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300012, + "propState": 8, + "pos": { + "x": -71272, + "y": -333, + "z": -105100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300013, + "propState": 8, + "pos": { + "x": -11973, + "y": -333, + "z": -79453 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300017, + "propState": 8, + "pos": { + "x": -43762, + "y": -333, + "z": -134660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300021, + "propState": 8, + "pos": { + "x": -37802, + "y": 827, + "z": -653 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300014, + "propState": 8, + "pos": { + "x": -71877, + "y": -333, + "z": -101345 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300015, + "propState": 8, + "pos": { + "x": -65544, + "y": -333, + "z": -82714 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300016, + "propState": 8, + "pos": { + "x": 49401, + "y": 5587, + "z": -47206 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300018, + "propState": 8, + "pos": { + "x": -94164, + "y": 2886, + "z": -41046 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300019, + "propState": 8, + "pos": { + "x": -18456, + "y": -58, + "z": -83777 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300043, + "propState": 8, + "pos": { + "x": 63701, + "y": 5893, + "z": -41095 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300024, + "propState": 8, + "pos": { + "x": -49682, + "y": -41, + "z": -120364 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300025, + "propState": 8, + "pos": { + "x": 15880, + "y": 190, + "z": -15270 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300026, + "propState": 8, + "pos": { + "x": 51010, + "y": 2670, + "z": -78880 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300027, + "propState": 8, + "pos": { + "x": -43344, + "y": -6, + "z": 3820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300028, + "propState": 8, + "pos": { + "x": 31728, + "y": 1040, + "z": -749 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300029, + "propState": 8, + "pos": { + "x": 14190, + "y": 1040, + "z": -978 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300030, + "propState": 8, + "pos": { + "x": -9840, + "y": 1040, + "z": -8517 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300031, + "propState": 8, + "pos": { + "x": 23996, + "y": 1226, + "z": -604 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300032, + "propState": 8, + "pos": { + "x": 6677, + "y": 1226, + "z": -604 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300033, + "propState": 8, + "pos": { + "x": -7968, + "y": 4119, + "z": -11890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300034, + "propState": 8, + "pos": { + "x": -64668, + "y": -208, + "z": -39504 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300035, + "propState": 8, + "pos": { + "x": -66696, + "y": -208, + "z": -46710 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300036, + "propState": 8, + "pos": { + "x": -17565, + "y": 474, + "z": -84907 + }, + "rot": { + "x": 0, + "y": 43491, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300037, + "propState": 8, + "pos": { + "x": -53075, + "y": 30, + "z": -53917 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300038, + "propState": 8, + "pos": { + "x": -53075, + "y": 30, + "z": -56560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300039, + "propState": 8, + "pos": { + "x": -53415, + "y": 30, + "z": -55322 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300040, + "propState": 8, + "pos": { + "x": -90567, + "y": 4686, + "z": -95540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300041, + "propState": 8, + "pos": { + "x": -90567, + "y": 4397, + "z": -97402 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300042, + "propState": 8, + "pos": { + "x": -81104, + "y": 4401, + "z": -92064 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300044, + "propState": 8, + "pos": { + "x": 58960, + "y": 5320, + "z": -41720 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300045, + "propState": 8, + "pos": { + "x": 66987, + "y": 5320, + "z": -40120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300051, + "propState": 8, + "pos": { + "x": -64956, + "y": -455, + "z": -91917 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 120, + "instId": 300002, + "propState": 8, + "pos": { + "x": -90770, + "y": 2240, + "z": -18717 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 120, + "instId": 300003, + "propState": 8, + "pos": { + "x": -1634, + "y": 949, + "z": -9014 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 120, + "instId": 300004, + "propState": 8, + "pos": { + "x": -1634, + "y": 560, + "z": -540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 120, + "instId": 300005, + "propState": 8, + "pos": { + "x": -67465, + "y": -363, + "z": -115921 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 120, + "instId": 300006, + "propState": 8, + "pos": { + "x": -72070, + "y": 2822, + "z": -129009 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 120, + "instId": 300007, + "propState": 8, + "pos": { + "x": -19043, + "y": -275, + "z": -83471 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 120, + "instId": 300008, + "propState": 8, + "pos": { + "x": -44986, + "y": -203, + "z": -134469 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 120, + "instId": 300009, + "propState": 8, + "pos": { + "x": -90770, + "y": 2240, + "z": -18558 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 120, + "instId": 300010, + "propState": 8, + "pos": { + "x": -1634, + "y": 949, + "z": -9014 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 120, + "instId": 300011, + "propState": 8, + "pos": { + "x": -1634, + "y": 759, + "z": -540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 120, + "instId": 300012, + "propState": 8, + "pos": { + "x": -67556, + "y": -50, + "z": -115518 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 120, + "instId": 300013, + "propState": 8, + "pos": { + "x": -72151, + "y": 2864, + "z": -128971 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 120, + "instId": 300014, + "propState": 8, + "pos": { + "x": -19043, + "y": -210, + "z": -83471 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 120, + "instId": 300015, + "propState": 8, + "pos": { + "x": -44986, + "y": 138, + "z": -134259 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 125, + "instId": 300001, + "propState": 8, + "pos": { + "x": -1634, + "y": 560, + "z": -540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 127, + "instId": 300001, + "propState": 8, + "pos": { + "x": -1634, + "y": 560, + "z": -540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 127, + "instId": 300002, + "propState": 8, + "pos": { + "x": -1634, + "y": 759, + "z": -540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 133, + "instId": 300001, + "propState": 8, + "pos": { + "x": -640, + "y": 4960, + "z": -37430 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 171, + "instId": 300001, + "propState": 8, + "pos": { + "x": -62545, + "y": -171, + "z": -117195 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 174, + "instId": 300002, + "propState": 18, + "pos": { + "x": 53279, + "y": 5738, + "z": -31176 + }, + "rot": { + "x": 0, + "y": 261633, + "z": 0 + }, + "propId": 102009 + }, + { + "groupId": 190, + "instId": 300001, + "propState": 18, + "pos": { + "x": -76492, + "y": 16, + "z": -59619 + }, + "rot": { + "x": 0, + "y": 133504, + "z": 0 + }, + "propId": 102009 + }, + { + "groupId": 268, + "instId": 300001, + "propState": 18, + "pos": { + "x": 44235, + "y": 3757, + "z": -94735 + }, + "rot": { + "x": 0, + "y": 356050, + "z": 0 + }, + "propId": 102011 + }, + { + "groupId": 280, + "instId": 300001, + "propState": 8, + "pos": { + "x": -53587, + "y": -135, + "z": -67973 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 281, + "instId": 300001, + "propState": 18, + "pos": { + "x": 39212, + "y": 3932, + "z": -89292 + }, + "rot": { + "x": 0, + "y": 352125, + "z": 0 + }, + "propId": 102009 + }, + { + "groupId": 19, + "instId": 300001, + "propState": 18, + "pos": { + "x": -20534, + "y": 8797, + "z": 828 + }, + "rot": { + "x": 0, + "y": 176430, + "z": 0 + }, + "propId": 102009 + }, + { + "groupId": 19, + "instId": 300002, + "propState": 18, + "pos": { + "x": -4359, + "y": 8642, + "z": -19465 + }, + "rot": { + "x": 0, + "y": 59971, + "z": 0 + }, + "propId": 102011 + }, + { + "groupId": 19, + "instId": 300003, + "propState": 18, + "pos": { + "x": 5539, + "y": 8641, + "z": -17308 + }, + "rot": { + "x": 0, + "y": 59971, + "z": 0 + }, + "propId": 102009 + }, + { + "groupId": 19, + "instId": 300004, + "propState": 18, + "pos": { + "x": 14363, + "y": 9037, + "z": 12529 + }, + "rot": { + "x": 0, + "y": 59971, + "z": 0 + }, + "propId": 102009 + }, + { + "groupId": 19, + "instId": 300005, + "propState": 18, + "pos": { + "x": -9386, + "y": 8002, + "z": -6605 + }, + "rot": { + "x": 0, + "y": 59971, + "z": 0 + }, + "propId": 102009 + }, + { + "groupId": 19, + "instId": 300006, + "propState": 18, + "pos": { + "x": -15668, + "y": 9041, + "z": 10462 + }, + "rot": { + "x": 0, + "y": 206890, + "z": 0 + }, + "propId": 102012 + }, + { + "groupId": 19, + "instId": 300007, + "propState": 18, + "pos": { + "x": -993, + "y": 10642, + "z": 4834 + }, + "rot": { + "x": 0, + "y": 32276, + "z": 0 + }, + "propId": 102012 + }, + { + "groupId": 44, + "instId": 300001, + "propState": 18, + "pos": { + "x": 20530, + "y": 8789, + "z": 862 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102009 + }, + { + "groupId": 45, + "instId": 300001, + "propState": 18, + "pos": { + "x": 10203, + "y": 8645, + "z": -7408 + }, + "rot": { + "x": 0, + "y": 262407, + "z": 0 + }, + "propId": 102012 + }, + { + "groupId": 45, + "instId": 300002, + "propState": 18, + "pos": { + "x": -14589, + "y": 8802, + "z": -19277 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102012 + }, + { + "groupId": 45, + "instId": 300003, + "propState": 18, + "pos": { + "x": 14572, + "y": 8799, + "z": -19291 + }, + "rot": { + "x": 0, + "y": 234651, + "z": 0 + }, + "propId": 102012 + }, + { + "groupId": 60, + "instId": 300001, + "propState": 8, + "pos": { + "x": 4800, + "y": 8291, + "z": -33350 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 62, + "instId": 300001, + "propState": 18, + "pos": { + "x": 153, + "y": 10648, + "z": 4468 + }, + "rot": { + "x": 0, + "y": 356652, + "z": 0 + }, + "propId": 102009 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 1, + "groupId": 16, + "instId": 300001, + "pos": { + "x": 21417, + "y": 5994, + "z": -28394 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "teleportId": 1020101 + }, + { + "anchorId": 2, + "groupId": 16, + "instId": 300002, + "pos": { + "x": -47550, + "y": 4994, + "z": -16741 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 1020102 + }, + { + "anchorId": 3, + "groupId": 16, + "instId": 300003, + "pos": { + "x": -55600, + "y": -1023, + "z": -98000 + }, + "rot": { + "x": 0, + "y": 336000, + "z": 0 + }, + "teleportId": 1020103 + }, + { + "anchorId": 1, + "groupId": 60, + "instId": 300001, + "pos": { + "x": -8, + "y": 8312, + "z": -30548 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 1020111 + } + ] + }, + { + "planeID": 10202, + "props": [ + { + "groupId": 1, + "instId": 300001, + "propState": 8, + "pos": { + "x": -2460, + "y": 4278, + "z": 64960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 1, + "instId": 300002, + "propState": 8, + "pos": { + "x": 8320, + "y": -3486, + "z": -25080 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 8, + "pos": { + "x": -17500, + "y": -6776, + "z": -41300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 114 + }, + { + "groupId": 61, + "instId": 300001, + "propState": 12, + "pos": { + "x": 35129, + "y": -4941, + "z": 33552 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 61, + "instId": 300002, + "propState": 12, + "pos": { + "x": 36163, + "y": -4933, + "z": -1530 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 61, + "instId": 300003, + "propState": 12, + "pos": { + "x": -2660, + "y": -3486, + "z": 47793 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 61, + "instId": 300004, + "propState": 12, + "pos": { + "x": -35230, + "y": -3466, + "z": -15030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 61, + "instId": 300005, + "propState": 12, + "pos": { + "x": -32000, + "y": 602, + "z": 63140 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 61, + "instId": 300006, + "propState": 12, + "pos": { + "x": -20189, + "y": 5189, + "z": 67530 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 61, + "instId": 300007, + "propState": 12, + "pos": { + "x": 45330, + "y": 2598, + "z": 49242 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 63, + "instId": 300002, + "propState": 0, + "pos": { + "x": 39020, + "y": 1579, + "z": 93230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 114 + }, + { + "groupId": 64, + "instId": 300001, + "propState": 8, + "pos": { + "x": 29249, + "y": 3752, + "z": 49173 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + }, + { + "groupId": 64, + "instId": 300002, + "propState": 8, + "pos": { + "x": -3129, + "y": 4629, + "z": 61388 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + }, + { + "groupId": 64, + "instId": 300003, + "propState": 8, + "pos": { + "x": -31791, + "y": -1827, + "z": -18518 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + }, + { + "groupId": 67, + "instId": 300001, + "propState": 18, + "pos": { + "x": 28985, + "y": -3635, + "z": 3163 + }, + "rot": { + "x": 0, + "y": 205341, + "z": 0 + }, + "propId": 102012 + }, + { + "groupId": 67, + "instId": 300002, + "propState": 18, + "pos": { + "x": -33883, + "y": 1347, + "z": 51398 + }, + "rot": { + "x": 0, + "y": 89174, + "z": 0 + }, + "propId": 102012 + }, + { + "groupId": 67, + "instId": 300003, + "propState": 18, + "pos": { + "x": 20674, + "y": 3380, + "z": 48750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102012 + }, + { + "groupId": 67, + "instId": 300004, + "propState": 18, + "pos": { + "x": 27121, + "y": -4193, + "z": 27787 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102012 + }, + { + "groupId": 77, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 93, + "instId": 300001, + "propState": 18, + "pos": { + "x": 13230, + "y": 5848, + "z": 79877 + }, + "rot": { + "x": 0, + "y": 19747, + "z": 0 + }, + "propId": 102009 + }, + { + "groupId": 96, + "instId": 300001, + "propState": 0, + "pos": { + "x": -5507, + "y": -1586, + "z": 39944 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 107 + }, + { + "groupId": 102, + "instId": 300002, + "propState": 8, + "pos": { + "x": -33193, + "y": -3469, + "z": -1023 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 103, + "instId": 300002, + "propState": 8, + "pos": { + "x": -33193, + "y": -3469, + "z": -1023 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 137, + "instId": 300002, + "propState": 0, + "pos": { + "x": 47032, + "y": 1579, + "z": 93230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 114 + }, + { + "groupId": 137, + "instId": 300001, + "propState": 0, + "pos": { + "x": 49100, + "y": 760, + "z": 91010 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102035 + }, + { + "groupId": 144, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 144, + "instId": 300003, + "propState": 8, + "pos": { + "x": -910, + "y": -9491, + "z": -37110 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 169, + "instId": 300001, + "propState": 18, + "pos": { + "x": 30260, + "y": -4477, + "z": 755 + }, + "rot": { + "x": 0, + "y": 236461, + "z": 0 + }, + "propId": 102009 + }, + { + "groupId": 170, + "instId": 300001, + "propState": 8, + "pos": { + "x": 29068, + "y": -3616, + "z": 1633 + }, + "rot": { + "x": 0, + "y": 224000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 170, + "instId": 300002, + "propState": 8, + "pos": { + "x": 29068, + "y": -3800, + "z": 1633 + }, + "rot": { + "x": 0, + "y": 224000, + "z": 0 + }, + "propId": 102226 + }, + { + "groupId": 208, + "instId": 300001, + "propState": 8, + "pos": { + "x": 29398, + "y": -3490, + "z": -24450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 208, + "instId": 300002, + "propState": 8, + "pos": { + "x": 29363, + "y": -2731, + "z": -23105 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 22, + "instId": 300001, + "propState": 18, + "pos": { + "x": 44583, + "y": 1424, + "z": -12162 + }, + "rot": { + "x": 0, + "y": 184012, + "z": 0 + }, + "propId": 102009 + }, + { + "groupId": 22, + "instId": 300002, + "propState": 18, + "pos": { + "x": 48349, + "y": 1672, + "z": -7203 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102009 + }, + { + "groupId": 22, + "instId": 300003, + "propState": 18, + "pos": { + "x": 45967, + "y": 1422, + "z": -2378 + }, + "rot": { + "x": 0, + "y": 346283, + "z": 0 + }, + "propId": 102009 + }, + { + "groupId": 22, + "instId": 300004, + "propState": 18, + "pos": { + "x": 49001, + "y": 1422, + "z": -2259 + }, + "rot": { + "x": 0, + "y": 101696, + "z": 0 + }, + "propId": 102009 + }, + { + "groupId": 22, + "instId": 300005, + "propState": 18, + "pos": { + "x": 49001, + "y": 1422, + "z": -2259 + }, + "rot": { + "x": 0, + "y": 101696, + "z": 0 + }, + "propId": 102009 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 18, + "pos": { + "x": 49001, + "y": 1422, + "z": -2259 + }, + "rot": { + "x": 0, + "y": 101696, + "z": 0 + }, + "propId": 102009 + }, + { + "groupId": 28, + "instId": 300002, + "propState": 18, + "pos": { + "x": 46761, + "y": 1938, + "z": -13776 + }, + "rot": { + "x": 0, + "y": 244220, + "z": 0 + }, + "propId": 102058 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 18, + "pos": { + "x": -1166, + "y": 2156, + "z": 23328 + }, + "rot": { + "x": 0, + "y": 338920, + "z": 0 + }, + "propId": 102009 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 18, + "pos": { + "x": -900, + "y": 2384, + "z": 20558 + }, + "rot": { + "x": 0, + "y": 313691, + "z": 0 + }, + "propId": 102009 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 18, + "pos": { + "x": 1134, + "y": 2383, + "z": 20576 + }, + "rot": { + "x": 0, + "y": 179459, + "z": 0 + }, + "propId": 102010 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 18, + "pos": { + "x": -1166, + "y": 2156, + "z": 23328 + }, + "rot": { + "x": 0, + "y": 338920, + "z": 0 + }, + "propId": 102009 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 18, + "pos": { + "x": -1166, + "y": 2156, + "z": 23328 + }, + "rot": { + "x": 0, + "y": 338920, + "z": 0 + }, + "propId": 102009 + }, + { + "groupId": 28, + "instId": 300001, + "propState": 18, + "pos": { + "x": -107, + "y": 2384, + "z": 20538 + }, + "rot": { + "x": 0, + "y": 167754, + "z": 0 + }, + "propId": 102012 + }, + { + "groupId": 31, + "instId": 300001, + "propState": 18, + "pos": { + "x": 1148, + "y": 2164, + "z": 23254 + }, + "rot": { + "x": 0, + "y": 244437, + "z": 0 + }, + "propId": 102012 + }, + { + "groupId": 59, + "instId": 300001, + "propState": 8, + "pos": { + "x": 3092, + "y": -2023, + "z": -29254 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 60, + "instId": 300001, + "propState": 18, + "pos": { + "x": 709, + "y": 2159, + "z": 23664 + }, + "rot": { + "x": 0, + "y": 244437, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 60, + "instId": 300002, + "propState": 18, + "pos": { + "x": -7559, + "y": -1159, + "z": -21157 + }, + "rot": { + "x": 0, + "y": 244437, + "z": 0 + }, + "propId": 102011 + }, + { + "groupId": 62, + "instId": 300001, + "propState": 18, + "pos": { + "x": -22, + "y": 2392, + "z": 20979 + }, + "rot": { + "x": 0, + "y": 333814, + "z": 0 + }, + "propId": 102012 + }, + { + "groupId": 1, + "instId": 300001, + "propState": 8, + "pos": { + "x": -40660, + "y": -2038, + "z": -74690 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 1, + "instId": 300002, + "propState": 8, + "pos": { + "x": 32300, + "y": 3600, + "z": -36330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": -32320, + "y": 2740, + "z": 63590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102187 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 2, + "pos": { + "x": -30053, + "y": 3662, + "z": 63600 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102196 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 8, + "pos": { + "x": -32366, + "y": 4134, + "z": 61000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 137 + }, + { + "groupId": 78, + "instId": 300001, + "propState": 8, + "pos": { + "x": 16940, + "y": 5180, + "z": -4460 + }, + "rot": { + "x": 0, + "y": 6689, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 85, + "instId": 300001, + "propState": 12, + "pos": { + "x": -31440, + "y": -704, + "z": -65210 + }, + "rot": { + "x": 0, + "y": 320000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 85, + "instId": 300002, + "propState": 12, + "pos": { + "x": -51573, + "y": -833, + "z": 2001 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 85, + "instId": 300003, + "propState": 12, + "pos": { + "x": -20010, + "y": 1612, + "z": -12730 + }, + "rot": { + "x": 0, + "y": 355000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 85, + "instId": 300004, + "propState": 12, + "pos": { + "x": 15759, + "y": 5880, + "z": 12675 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 85, + "instId": 300005, + "propState": 12, + "pos": { + "x": 67710, + "y": 2191, + "z": -40560 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 85, + "instId": 300006, + "propState": 12, + "pos": { + "x": 42888, + "y": 2694, + "z": 4848 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 85, + "instId": 300007, + "propState": 12, + "pos": { + "x": -40350, + "y": 3262, + "z": 30853 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 126, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + }, + { + "groupId": 127, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + }, + { + "groupId": 128, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + }, + { + "groupId": 129, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + }, + { + "groupId": 130, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + }, + { + "groupId": 131, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + }, + { + "groupId": 132, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + }, + { + "groupId": 212, + "instId": 300001, + "propState": 101, + "pos": { + "x": -30671, + "y": 482, + "z": -46981 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 212, + "instId": 300002, + "propState": 2, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + }, + { + "groupId": 281, + "instId": 300001, + "propState": 8, + "pos": { + "x": -24010, + "y": 1817, + "z": -39860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + }, + { + "groupId": 283, + "instId": 300001, + "propState": 18, + "pos": { + "x": -19116, + "y": 1202, + "z": -48027 + }, + "rot": { + "x": 0, + "y": 40109, + "z": 0 + }, + "propId": 102009 + }, + { + "groupId": 283, + "instId": 300002, + "propState": 18, + "pos": { + "x": -24970, + "y": 1239, + "z": -57940 + }, + "rot": { + "x": 0, + "y": 196370, + "z": 0 + }, + "propId": 102012 + }, + { + "groupId": 283, + "instId": 300003, + "propState": 18, + "pos": { + "x": -24995, + "y": 1239, + "z": -52744 + }, + "rot": { + "x": 0, + "y": 231332, + "z": 0 + }, + "propId": 102058 + }, + { + "groupId": 283, + "instId": 300004, + "propState": 18, + "pos": { + "x": -39770, + "y": 2762, + "z": -17352 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102058 + }, + { + "groupId": 283, + "instId": 300005, + "propState": 18, + "pos": { + "x": 29371, + "y": 6642, + "z": 10569 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102011 + }, + { + "groupId": 283, + "instId": 300006, + "propState": 18, + "pos": { + "x": 52010, + "y": 3191, + "z": 5530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102011 + }, + { + "groupId": 283, + "instId": 300007, + "propState": 18, + "pos": { + "x": 54710, + "y": 4502, + "z": -38834 + }, + "rot": { + "x": 0, + "y": 227613, + "z": 0 + }, + "propId": 102009 + }, + { + "groupId": 283, + "instId": 300008, + "propState": 18, + "pos": { + "x": -25613, + "y": 2078, + "z": -23986 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102009 + }, + { + "groupId": 283, + "instId": 300009, + "propState": 18, + "pos": { + "x": -57847, + "y": 659, + "z": -35003 + }, + "rot": { + "x": 0, + "y": 151178, + "z": 0 + }, + "propId": 102009 + }, + { + "groupId": 283, + "instId": 300010, + "propState": 18, + "pos": { + "x": -40639, + "y": 4030, + "z": 27085 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102009 + }, + { + "groupId": 283, + "instId": 300011, + "propState": 18, + "pos": { + "x": -42272, + "y": 2491, + "z": 2294 + }, + "rot": { + "x": 0, + "y": 292088, + "z": 0 + }, + "propId": 102058 + }, + { + "groupId": 328, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + }, + { + "groupId": 329, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + }, + { + "groupId": 330, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + }, + { + "groupId": 331, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + }, + { + "groupId": 332, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + }, + { + "groupId": 333, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + }, + { + "groupId": 334, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "monsters": [ + { + "groupId": 30, + "instId": 200001, + "eventId": 20211004, + "pos": { + "x": -60720, + "y": -2037, + "z": -71240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2022010 + } + ], + "teleports": [ + { + "anchorId": 3, + "groupId": 1, + "instId": 300002, + "pos": { + "x": 9500, + "y": -3486, + "z": -22500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 1020201 + }, + { + "anchorId": 2, + "groupId": 1, + "instId": 300001, + "pos": { + "x": -92, + "y": 4278, + "z": 68083 + }, + "rot": { + "x": 0, + "y": 155567, + "z": 0 + }, + "teleportId": 1020202 + }, + { + "anchorId": 1, + "groupId": 59, + "instId": 300001, + "pos": { + "x": 17, + "y": -2025, + "z": -32870 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 1020211 + }, + { + "anchorId": 2, + "groupId": 1, + "instId": 300001, + "pos": { + "x": -33410, + "y": -727, + "z": -60790 + }, + "rot": { + "x": 0, + "y": 6906, + "z": 0 + }, + "teleportId": 1020203 + }, + { + "anchorId": 3, + "groupId": 1, + "instId": 300002, + "pos": { + "x": 37598, + "y": 3760, + "z": -36308 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "teleportId": 1020204 + } + ] + }, + { + "planeID": 20223, + "props": [ + { + "groupId": 1, + "instId": 300001, + "propState": 8, + "pos": { + "x": -4450, + "y": -9000, + "z": -29500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 1, + "instId": 300002, + "propState": 8, + "pos": { + "x": 67970, + "y": -10181, + "z": 38383 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 1, + "instId": 300003, + "propState": 8, + "pos": { + "x": -114640, + "y": -9307, + "z": 16540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 1, + "instId": 300004, + "propState": 0, + "pos": { + "x": -30, + "y": -9057, + "z": -18710 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300001, + "propState": 8, + "pos": { + "x": -86850, + "y": -11192, + "z": 35790 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 8, + "pos": { + "x": 252687, + "y": 12850, + "z": 138616 + }, + "rot": { + "x": 0, + "y": 62628, + "z": 0 + }, + "propId": 102177 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 8, + "pos": { + "x": 305715, + "y": 14636, + "z": -54943 + }, + "rot": { + "x": 0, + "y": 167622, + "z": 0 + }, + "propId": 102177 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 8, + "pos": { + "x": 319800, + "y": 13713, + "z": -59420 + }, + "rot": { + "x": 0, + "y": 205221, + "z": 0 + }, + "propId": 102177 + }, + { + "groupId": 13, + "instId": 300005, + "propState": 8, + "pos": { + "x": 325444, + "y": 13969, + "z": -68610 + }, + "rot": { + "x": 0, + "y": 284585, + "z": 0 + }, + "propId": 102177 + }, + { + "groupId": 13, + "instId": 300006, + "propState": 8, + "pos": { + "x": 292210, + "y": 13253, + "z": -114440 + }, + "rot": { + "x": 0, + "y": 16403, + "z": 0 + }, + "propId": 102177 + }, + { + "groupId": 13, + "instId": 300007, + "propState": 8, + "pos": { + "x": 170495, + "y": 28550, + "z": -260930 + }, + "rot": { + "x": 0, + "y": 192830, + "z": 0 + }, + "propId": 102177 + }, + { + "groupId": 13, + "instId": 300008, + "propState": 8, + "pos": { + "x": -46137, + "y": 11920, + "z": -308711 + }, + "rot": { + "x": 0, + "y": 106531, + "z": 0 + }, + "propId": 102177 + }, + { + "groupId": 13, + "instId": 300009, + "propState": 8, + "pos": { + "x": -416120, + "y": 28746, + "z": -133567 + }, + "rot": { + "x": 0, + "y": 179268, + "z": 0 + }, + "propId": 102177 + }, + { + "groupId": 13, + "instId": 300010, + "propState": 8, + "pos": { + "x": -403229, + "y": 27823, + "z": -140795 + }, + "rot": { + "x": 0, + "y": 216867, + "z": 0 + }, + "propId": 102177 + }, + { + "groupId": 13, + "instId": 300011, + "propState": 8, + "pos": { + "x": -399744, + "y": 28079, + "z": -151847 + }, + "rot": { + "x": 0, + "y": 296231, + "z": 0 + }, + "propId": 102177 + }, + { + "groupId": 13, + "instId": 300012, + "propState": 8, + "pos": { + "x": -370286, + "y": 17560, + "z": -84780 + }, + "rot": { + "x": 0, + "y": 77672, + "z": 0 + }, + "propId": 102177 + }, + { + "groupId": 13, + "instId": 300013, + "propState": 8, + "pos": { + "x": -295298, + "y": 14776, + "z": 136871 + }, + "rot": { + "x": 0, + "y": 285265, + "z": 0 + }, + "propId": 102177 + }, + { + "groupId": 13, + "instId": 300014, + "propState": 8, + "pos": { + "x": -305799, + "y": 13853, + "z": 126471 + }, + "rot": { + "x": 0, + "y": 322864, + "z": 0 + }, + "propId": 102177 + }, + { + "groupId": 13, + "instId": 300015, + "propState": 8, + "pos": { + "x": -317383, + "y": 14109, + "z": 126167 + }, + "rot": { + "x": 0, + "y": 42228, + "z": 0 + }, + "propId": 102177 + }, + { + "groupId": 13, + "instId": 300016, + "propState": 8, + "pos": { + "x": -408346, + "y": 27673, + "z": -146027 + }, + "rot": { + "x": 0, + "y": 179268, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300017, + "propState": 8, + "pos": { + "x": -311171, + "y": 13652, + "z": 132277 + }, + "rot": { + "x": 0, + "y": 322864, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300018, + "propState": 8, + "pos": { + "x": 314174, + "y": 13522, + "z": -67200 + }, + "rot": { + "x": 0, + "y": 205221, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300019, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300020, + "propState": 1, + "pos": { + "x": 306150, + "y": 13350, + "z": -91750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102211 + }, + { + "groupId": 15, + "instId": 300002, + "propState": 8, + "pos": { + "x": -54168, + "y": -7574, + "z": -27542 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 15, + "instId": 300001, + "propState": 8, + "pos": { + "x": -77790, + "y": 7287, + "z": -65543 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 15, + "instId": 300026, + "propState": 8, + "pos": { + "x": -116452, + "y": -9094, + "z": -35468 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 15, + "instId": 300027, + "propState": 8, + "pos": { + "x": -57100, + "y": -12280, + "z": 32070 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 15, + "instId": 300006, + "propState": 8, + "pos": { + "x": -25310, + "y": -10278, + "z": -2740 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 15, + "instId": 300007, + "propState": 8, + "pos": { + "x": -34059, + "y": -10310, + "z": 7650 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 15, + "instId": 300008, + "propState": 8, + "pos": { + "x": -54271, + "y": -6647, + "z": -39601 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 15, + "instId": 300009, + "propState": 8, + "pos": { + "x": -44553, + "y": 3193, + "z": -99395 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 15, + "instId": 300010, + "propState": 8, + "pos": { + "x": -92635, + "y": 7270, + "z": -55183 + }, + "rot": { + "x": 0, + "y": 155000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 15, + "instId": 300011, + "propState": 8, + "pos": { + "x": -109918, + "y": -3773, + "z": -14139 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 15, + "instId": 300012, + "propState": 8, + "pos": { + "x": -118194, + "y": -9307, + "z": 31277 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 15, + "instId": 300013, + "propState": 8, + "pos": { + "x": -90527, + "y": -11187, + "z": 63850 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 15, + "instId": 300014, + "propState": 8, + "pos": { + "x": -84930, + "y": -11178, + "z": 30770 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 15, + "instId": 300015, + "propState": 8, + "pos": { + "x": -26952, + "y": -5383, + "z": 39065 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 15, + "instId": 300016, + "propState": 8, + "pos": { + "x": -12485, + "y": -5731, + "z": 21791 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 15, + "instId": 300017, + "propState": 8, + "pos": { + "x": 80626, + "y": -10181, + "z": 36798 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 15, + "instId": 300018, + "propState": 8, + "pos": { + "x": 106724, + "y": -7790, + "z": -7588 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 15, + "instId": 300019, + "propState": 8, + "pos": { + "x": 67915, + "y": -7790, + "z": -4600 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 15, + "instId": 300020, + "propState": 8, + "pos": { + "x": 73288, + "y": -7784, + "z": 354 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 15, + "instId": 300021, + "propState": 8, + "pos": { + "x": 71477, + "y": 3128, + "z": -46850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 15, + "instId": 300022, + "propState": 8, + "pos": { + "x": 106200, + "y": 31113, + "z": -60091 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 15, + "instId": 300023, + "propState": 8, + "pos": { + "x": 25202, + "y": -9077, + "z": -25973 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 15, + "instId": 300024, + "propState": 8, + "pos": { + "x": 35100, + "y": -9077, + "z": 2540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 15, + "instId": 300003, + "propState": 8, + "pos": { + "x": 105722, + "y": 23809, + "z": -31126 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 18, + "instId": 300001, + "propState": 11, + "pos": { + "x": -78080, + "y": 7505, + "z": -48600 + }, + "rot": { + "x": 0, + "y": 170000, + "z": 0 + }, + "propId": 60203 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 18, + "instId": 300003, + "propState": 8, + "pos": { + "x": -78080, + "y": 7505, + "z": -48600 + }, + "rot": { + "x": 0, + "y": 170000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 20, + "instId": 300001, + "propState": 8, + "pos": { + "x": -130200, + "y": -8652, + "z": -38730 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 702 + }, + { + "groupId": 21, + "instId": 300001, + "propState": 12, + "pos": { + "x": -45989, + "y": -9956, + "z": -6590 + }, + "rot": { + "x": 0, + "y": 132000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 21, + "instId": 300002, + "propState": 12, + "pos": { + "x": -88440, + "y": -11178, + "z": 35547 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 21, + "instId": 300003, + "propState": 12, + "pos": { + "x": -100598, + "y": -11167, + "z": 51970 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 21, + "instId": 300004, + "propState": 12, + "pos": { + "x": -119560, + "y": 14753, + "z": -86658 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 21, + "instId": 300005, + "propState": 12, + "pos": { + "x": -41235, + "y": -2680, + "z": -55241 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 21, + "instId": 300006, + "propState": 12, + "pos": { + "x": 28332, + "y": -9077, + "z": 12230 + }, + "rot": { + "x": 0, + "y": 140000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 21, + "instId": 300007, + "propState": 12, + "pos": { + "x": 33329, + "y": -9253, + "z": -29686 + }, + "rot": { + "x": 0, + "y": 110000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 21, + "instId": 300008, + "propState": 12, + "pos": { + "x": 78886, + "y": 2741, + "z": -75563 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 21, + "instId": 300009, + "propState": 12, + "pos": { + "x": 73174, + "y": -1697, + "z": -21444 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 21, + "instId": 300010, + "propState": 12, + "pos": { + "x": 66665, + "y": -10181, + "z": 21328 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 21, + "instId": 300011, + "propState": 12, + "pos": { + "x": 88426, + "y": -7784, + "z": 1834 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 21, + "instId": 300012, + "propState": 12, + "pos": { + "x": 92069, + "y": 23809, + "z": -35091 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 21, + "instId": 300013, + "propState": 12, + "pos": { + "x": -304825, + "y": 13974, + "z": 134225 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 21, + "instId": 300014, + "propState": 12, + "pos": { + "x": 289670, + "y": 13253, + "z": -111750 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 22, + "instId": 300001, + "propState": 11, + "pos": { + "x": -68406, + "y": -7594, + "z": -23258 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 22, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 22, + "instId": 300003, + "propState": 8, + "pos": { + "x": -68406, + "y": -7594, + "z": -23258 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 27, + "instId": 300001, + "propState": 8, + "pos": { + "x": -30, + "y": -7321, + "z": 8620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102191 + }, + { + "groupId": 27, + "instId": 300002, + "propState": 8, + "pos": { + "x": 60430, + "y": -10540, + "z": 21740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102191 + }, + { + "groupId": 27, + "instId": 300003, + "propState": 8, + "pos": { + "x": 58720, + "y": 3118, + "z": -47360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102191 + }, + { + "groupId": 27, + "instId": 300004, + "propState": 8, + "pos": { + "x": -107240, + "y": -9320, + "z": 36290 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102191 + }, + { + "groupId": 27, + "instId": 300005, + "propState": 8, + "pos": { + "x": -37280, + "y": -2470, + "z": -68920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102191 + }, + { + "groupId": 49, + "instId": 300001, + "propState": 1, + "pos": { + "x": 71588, + "y": 2852, + "z": -59773 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102188 + }, + { + "groupId": 49, + "instId": 300002, + "propState": 8, + "pos": { + "x": 80500, + "y": 26624, + "z": -60860 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102188 + }, + { + "groupId": 49, + "instId": 300003, + "propState": 1, + "pos": { + "x": 75140, + "y": 2660, + "z": -64987 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102178 + }, + { + "groupId": 67, + "instId": 300001, + "propState": 8, + "pos": { + "x": -56390, + "y": -12484, + "z": 21630 + }, + "rot": { + "x": 0, + "y": 320000, + "z": 0 + }, + "propId": 901 + }, + { + "groupId": 67, + "instId": 300002, + "propState": 8, + "pos": { + "x": -54196, + "y": -12474, + "z": 20650 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 142, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 197, + "instId": 300001, + "propState": 18, + "pos": { + "x": 73428, + "y": -10185, + "z": 29372 + }, + "rot": { + "x": 0, + "y": 89363, + "z": 0 + }, + "propId": 102009 + }, + { + "groupId": 197, + "instId": 300002, + "propState": 18, + "pos": { + "x": 86916, + "y": -9663, + "z": 37454 + }, + "rot": { + "x": 0, + "y": 206458, + "z": 0 + }, + "propId": 102009 + }, + { + "groupId": 197, + "instId": 300003, + "propState": 18, + "pos": { + "x": 31465, + "y": -8569, + "z": -10874 + }, + "rot": { + "x": 0, + "y": 289084, + "z": 0 + }, + "propId": 102009 + }, + { + "groupId": 197, + "instId": 300004, + "propState": 18, + "pos": { + "x": -95432, + "y": -8798, + "z": 41994 + }, + "rot": { + "x": 0, + "y": 249778, + "z": 0 + }, + "propId": 102012 + }, + { + "groupId": 197, + "instId": 300005, + "propState": 18, + "pos": { + "x": 89260, + "y": -9757, + "z": 21803 + }, + "rot": { + "x": 0, + "y": 289084, + "z": 0 + }, + "propId": 102009 + }, + { + "groupId": 197, + "instId": 300006, + "propState": 18, + "pos": { + "x": 105629, + "y": -4835, + "z": 38061 + }, + "rot": { + "x": 0, + "y": 4803, + "z": 0 + }, + "propId": 102009 + }, + { + "groupId": 197, + "instId": 300007, + "propState": 18, + "pos": { + "x": 72607, + "y": -9387, + "z": 22699 + }, + "rot": { + "x": 0, + "y": 107008, + "z": 0 + }, + "propId": 102010 + }, + { + "groupId": 197, + "instId": 300008, + "propState": 18, + "pos": { + "x": 81189, + "y": -9773, + "z": 25420 + }, + "rot": { + "x": 0, + "y": 149640, + "z": 0 + }, + "propId": 102012 + }, + { + "groupId": 197, + "instId": 300009, + "propState": 18, + "pos": { + "x": 88773, + "y": -9783, + "z": 28650 + }, + "rot": { + "x": 0, + "y": 119879, + "z": 0 + }, + "propId": 102012 + }, + { + "groupId": 209, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 209, + "instId": 300002, + "propState": 8, + "pos": { + "x": 8670, + "y": -12100, + "z": -5810 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 209, + "instId": 300036, + "propState": 8, + "pos": { + "x": 173730, + "y": 21642, + "z": -75866 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 209, + "instId": 300049, + "propState": 20, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 209, + "instId": 300058, + "propState": 8, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 209, + "instId": 300076, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 226, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 226, + "instId": 300002, + "propState": 8, + "pos": { + "x": 8670, + "y": -12840, + "z": -8150 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 226, + "instId": 300003, + "propState": 20, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 226, + "instId": 300004, + "propState": 8, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 226, + "instId": 300006, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 227, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 227, + "instId": 300002, + "propState": 8, + "pos": { + "x": 8670, + "y": -12840, + "z": -10900 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 227, + "instId": 300003, + "propState": 20, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 227, + "instId": 300004, + "propState": 8, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 227, + "instId": 300006, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 228, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 228, + "instId": 300002, + "propState": 8, + "pos": { + "x": 8670, + "y": -12840, + "z": -13890 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 228, + "instId": 300003, + "propState": 20, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 228, + "instId": 300004, + "propState": 8, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 228, + "instId": 300006, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 229, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 229, + "instId": 300002, + "propState": 8, + "pos": { + "x": 8670, + "y": -12840, + "z": -17590 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 229, + "instId": 300003, + "propState": 20, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 229, + "instId": 300004, + "propState": 8, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 229, + "instId": 300006, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 230, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 230, + "instId": 300002, + "propState": 8, + "pos": { + "x": 8670, + "y": -12840, + "z": -20730 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 230, + "instId": 300003, + "propState": 20, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60203 + }, + { + "groupId": 230, + "instId": 300004, + "propState": 8, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 230, + "instId": 300006, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 231, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 231, + "instId": 300002, + "propState": 8, + "pos": { + "x": 8670, + "y": -12840, + "z": -23720 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 231, + "instId": 300003, + "propState": 20, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 231, + "instId": 300004, + "propState": 8, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 231, + "instId": 300006, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 232, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 232, + "instId": 300002, + "propState": 8, + "pos": { + "x": 8670, + "y": -12840, + "z": -26960 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 232, + "instId": 300003, + "propState": 20, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 232, + "instId": 300004, + "propState": 8, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 232, + "instId": 300006, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 233, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 233, + "instId": 300002, + "propState": 8, + "pos": { + "x": 8670, + "y": -12840, + "z": -30060 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 233, + "instId": 300003, + "propState": 20, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60203 + }, + { + "groupId": 233, + "instId": 300004, + "propState": 8, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 233, + "instId": 300006, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 253, + "instId": 300003, + "propState": 8, + "pos": { + "x": 10932, + "y": -7750, + "z": -18772 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 260, + "instId": 300005, + "propState": 20, + "pos": { + "x": -35332, + "y": -10310, + "z": 8401 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 260, + "instId": 300001, + "propState": 8, + "pos": { + "x": -97248, + "y": 125932, + "z": -223340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 261, + "instId": 300005, + "propState": 20, + "pos": { + "x": -90674, + "y": 1548, + "z": -35995 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 261, + "instId": 300001, + "propState": 8, + "pos": { + "x": -97248, + "y": 125932, + "z": -223340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 262, + "instId": 300005, + "propState": 20, + "pos": { + "x": 95361, + "y": 32641, + "z": -53076 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 262, + "instId": 300001, + "propState": 8, + "pos": { + "x": -97248, + "y": 125932, + "z": -223340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 265, + "instId": 300001, + "propState": 8, + "pos": { + "x": 59948, + "y": 2619, + "z": -71344 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 273, + "instId": 300001, + "propState": 8, + "pos": { + "x": -119913, + "y": 14613, + "z": -78624 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 801 + } + ], + "monsters": [ + { + "groupId": 16, + "instId": 200006, + "eventId": 20223108, + "pos": { + "x": -101272, + "y": -4323, + "z": -4871 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 16, + "instId": 200007, + "eventId": 20223109, + "pos": { + "x": -102070, + "y": -4228, + "z": -3480 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "monsterId": 2022110 + }, + { + "groupId": 16, + "instId": 200009, + "eventId": 20223110, + "pos": { + "x": -104694, + "y": -3951, + "z": -6518 + }, + "rot": { + "x": 0, + "y": 250000, + "z": 0 + }, + "monsterId": 2022110 + }, + { + "groupId": 17, + "instId": 200001, + "eventId": 20223125, + "pos": { + "x": -117473, + "y": 14837, + "z": -101100 + }, + "rot": { + "x": 0, + "y": 200000, + "z": 0 + }, + "monsterId": 8002040 + }, + { + "groupId": 18, + "instId": 200001, + "eventId": 20223274, + "pos": { + "x": -77872, + "y": 7376, + "z": -50776 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2013020 + }, + { + "groupId": 20, + "instId": 200001, + "eventId": 101214, + "pos": { + "x": -130200, + "y": -8652, + "z": -38730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2013021 + }, + { + "groupId": 22, + "instId": 200001, + "eventId": 20223271, + "pos": { + "x": -69300, + "y": -7421, + "z": -20360 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "monsterId": 2022110 + }, + { + "groupId": 22, + "instId": 200002, + "eventId": 20223272, + "pos": { + "x": -67500, + "y": -7314, + "z": -18820 + }, + "rot": { + "x": 0, + "y": 310000, + "z": 0 + }, + "monsterId": 2022110 + }, + { + "groupId": 142, + "instId": 200001, + "eventId": 20223101, + "pos": { + "x": -92048, + "y": -11187, + "z": 52001 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "monsterId": 2002030 + }, + { + "groupId": 142, + "instId": 200002, + "eventId": 20223102, + "pos": { + "x": -90752, + "y": -11187, + "z": 50806 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "monsterId": 2002030 + }, + { + "groupId": 142, + "instId": 200003, + "eventId": 20223103, + "pos": { + "x": -75022, + "y": -11186, + "z": 57179 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 2002030 + }, + { + "groupId": 142, + "instId": 200004, + "eventId": 20223105, + "pos": { + "x": -104444, + "y": -11167, + "z": 64160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 2002030 + }, + { + "groupId": 142, + "instId": 200005, + "eventId": 20223106, + "pos": { + "x": -102464, + "y": -11167, + "z": 64094 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 2002010 + }, + { + "groupId": 143, + "instId": 200010, + "eventId": 20223114, + "pos": { + "x": -65020, + "y": 7503, + "z": -73427 + }, + "rot": { + "x": 0, + "y": 250000, + "z": 0 + }, + "monsterId": 2022110 + }, + { + "groupId": 143, + "instId": 200008, + "eventId": 20223115, + "pos": { + "x": -69726, + "y": 7552, + "z": -74260 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 143, + "instId": 200011, + "eventId": 20223116, + "pos": { + "x": -75331, + "y": 8798, + "z": -90418 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 2022110 + }, + { + "groupId": 143, + "instId": 200012, + "eventId": 20223117, + "pos": { + "x": -107878, + "y": 10448, + "z": -60723 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "monsterId": 2022110 + } + ], + "teleports": [ + { + "anchorId": 2, + "groupId": 1, + "instId": 300001, + "pos": { + "x": -1363, + "y": -9077, + "z": -29500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2022301 + }, + { + "anchorId": 3, + "groupId": 1, + "instId": 300002, + "pos": { + "x": 67970, + "y": -10181, + "z": 35168 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "teleportId": 2022302 + }, + { + "anchorId": 4, + "groupId": 1, + "instId": 300003, + "pos": { + "x": -107466, + "y": -9307, + "z": 16660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2022303 + }, + { + "anchorId": 1, + "groupId": 20, + "instId": 300001, + "pos": { + "x": -129560, + "y": -9439, + "z": -32290 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "teleportId": 1114 + }, + { + "anchorId": 1, + "groupId": 67, + "instId": 300001, + "pos": { + "x": -55390, + "y": -12422, + "z": 22750 + }, + "rot": { + "x": 0, + "y": 230000, + "z": 0 + }, + "teleportId": 1208 + }, + { + "anchorId": 1, + "groupId": 265, + "instId": 300001, + "pos": { + "x": 64793, + "y": 2584, + "z": -65450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2022304 + }, + { + "anchorId": 1, + "groupId": 273, + "instId": 300001, + "pos": { + "x": -119074, + "y": 14580, + "z": -77986 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "teleportId": 1021 + } + ] + }, + { + "planeID": 10301, + "props": [ + { + "groupId": 15, + "instId": 300001, + "propState": 8, + "pos": { + "x": 7180, + "y": -14411, + "z": 37820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 15, + "instId": 300002, + "propState": 8, + "pos": { + "x": 5080, + "y": -22213, + "z": 196790 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 15, + "instId": 300003, + "propState": 8, + "pos": { + "x": -87570, + "y": -13760, + "z": 228670 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 15, + "instId": 300004, + "propState": 8, + "pos": { + "x": 115120, + "y": -6779, + "z": 142310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 15, + "instId": 300005, + "propState": 8, + "pos": { + "x": -104080, + "y": -14726, + "z": 143950 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 15, + "instId": 300006, + "propState": 8, + "pos": { + "x": 71261, + "y": -28335, + "z": 153540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 8, + "pos": { + "x": -19513, + "y": -13826, + "z": 137498 + }, + "rot": { + "x": 0, + "y": 155, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 8, + "pos": { + "x": -19500, + "y": -16881, + "z": 142500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 17, + "instId": 300003, + "propState": 8, + "pos": { + "x": 14307, + "y": -25997, + "z": 157500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 17, + "instId": 300006, + "propState": 3, + "pos": { + "x": -9825, + "y": -16330, + "z": 152502 + }, + "rot": { + "x": 0, + "y": 90008, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 17, + "instId": 300007, + "propState": 3, + "pos": { + "x": -205, + "y": -19068, + "z": 142497 + }, + "rot": { + "x": 0, + "y": 180155, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 18, + "instId": 300001, + "propState": 8, + "pos": { + "x": -19289, + "y": -11969, + "z": 106321 + }, + "rot": { + "x": 0, + "y": 359530, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 8, + "pos": { + "x": -19500, + "y": -16881, + "z": 132000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 18, + "instId": 300003, + "propState": 1, + "pos": { + "x": 35330, + "y": -1198, + "z": 118070 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 18, + "instId": 300006, + "propState": 3, + "pos": { + "x": 561, + "y": -7023, + "z": 111994 + }, + "rot": { + "x": 0, + "y": 179530, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 18, + "instId": 300007, + "propState": 3, + "pos": { + "x": 20284, + "y": -3163, + "z": 133075 + }, + "rot": { + "x": 0, + "y": 88453, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 26, + "instId": 300001, + "propState": 8, + "pos": { + "x": -36678, + "y": -16881, + "z": 90482 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300014, + "propState": 8, + "pos": { + "x": -34019, + "y": -16881, + "z": 146311 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300002, + "propState": 8, + "pos": { + "x": 31152, + "y": -16881, + "z": 123872 + }, + "rot": { + "x": 0, + "y": 180001, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300015, + "propState": 8, + "pos": { + "x": 24861, + "y": -16852, + "z": 192982 + }, + "rot": { + "x": 0, + "y": 190000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300004, + "propState": 8, + "pos": { + "x": 25060, + "y": -25996, + "z": 151593 + }, + "rot": { + "x": 0, + "y": 350000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300003, + "propState": 8, + "pos": { + "x": 82945, + "y": -28335, + "z": 138230 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300005, + "propState": 8, + "pos": { + "x": 87912, + "y": -10661, + "z": 140933 + }, + "rot": { + "x": 0, + "y": 180001, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300006, + "propState": 8, + "pos": { + "x": 133044, + "y": -4456, + "z": 108386 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300007, + "propState": 8, + "pos": { + "x": 124920, + "y": -4405, + "z": 229382 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300016, + "propState": 8, + "pos": { + "x": 127024, + "y": -4405, + "z": 229432 + }, + "rot": { + "x": 0, + "y": 260000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300008, + "propState": 8, + "pos": { + "x": -38608, + "y": -16881, + "z": 185172 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300009, + "propState": 8, + "pos": { + "x": -70270, + "y": -13721, + "z": 237010 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300010, + "propState": 8, + "pos": { + "x": -145776, + "y": -13812, + "z": 230510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300011, + "propState": 8, + "pos": { + "x": -164720, + "y": -11851, + "z": 187840 + }, + "rot": { + "x": 0, + "y": 145000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300012, + "propState": 8, + "pos": { + "x": -89236, + "y": -13807, + "z": 133950 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300013, + "propState": 8, + "pos": { + "x": -103568, + "y": -16990, + "z": 84104 + }, + "rot": { + "x": 0, + "y": 166077, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300017, + "propState": 8, + "pos": { + "x": 100325, + "y": -8613, + "z": 163718 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300018, + "propState": 8, + "pos": { + "x": -97770, + "y": -13798, + "z": 101020 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300019, + "propState": 8, + "pos": { + "x": -39870, + "y": -16881, + "z": 236520 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 26, + "instId": 300020, + "propState": 8, + "pos": { + "x": 15155, + "y": -16881, + "z": 89920 + }, + "rot": { + "x": 0, + "y": 140814, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 26, + "instId": 300021, + "propState": 8, + "pos": { + "x": -77740, + "y": -13798, + "z": 118650 + }, + "rot": { + "x": 0, + "y": 275814, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 26, + "instId": 300022, + "propState": 8, + "pos": { + "x": 122713, + "y": -6688, + "z": 168734 + }, + "rot": { + "x": 0, + "y": 155814, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 26, + "instId": 300023, + "propState": 8, + "pos": { + "x": 140624, + "y": -37160, + "z": 177079 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300024, + "propState": 8, + "pos": { + "x": 144686, + "y": -37118, + "z": 192517 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300025, + "propState": 8, + "pos": { + "x": -108860, + "y": -59826, + "z": 46511 + }, + "rot": { + "x": 0, + "y": 91069, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300026, + "propState": 8, + "pos": { + "x": -70310, + "y": -13721, + "z": 253530 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 28, + "instId": 300001, + "propState": 12, + "pos": { + "x": 40995, + "y": -15066, + "z": 34863 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 28, + "instId": 300002, + "propState": 12, + "pos": { + "x": -46908, + "y": -15066, + "z": 65628 + }, + "rot": { + "x": 0, + "y": 180001, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 28, + "instId": 300003, + "propState": 12, + "pos": { + "x": -19087, + "y": -26050, + "z": 171350 + }, + "rot": { + "x": 0, + "y": 90001, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 28, + "instId": 300004, + "propState": 12, + "pos": { + "x": 19601, + "y": -25997, + "z": 133360 + }, + "rot": { + "x": 0, + "y": 270001, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 28, + "instId": 300005, + "propState": 12, + "pos": { + "x": -19270, + "y": -16881, + "z": 127606 + }, + "rot": { + "x": 0, + "y": 1, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 28, + "instId": 300006, + "propState": 12, + "pos": { + "x": 48901, + "y": -1198, + "z": 100836 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 28, + "instId": 300007, + "propState": 12, + "pos": { + "x": -12446, + "y": -22208, + "z": 218674 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 28, + "instId": 300008, + "propState": 12, + "pos": { + "x": -18408, + "y": -16881, + "z": 226111 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 28, + "instId": 300015, + "propState": 12, + "pos": { + "x": 105252, + "y": -11718, + "z": 60396 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 28, + "instId": 300009, + "propState": 12, + "pos": { + "x": 42040, + "y": -10661, + "z": 131591 + }, + "rot": { + "x": 0, + "y": 89999, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 28, + "instId": 300010, + "propState": 12, + "pos": { + "x": 64563, + "y": -10661, + "z": 147192 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 28, + "instId": 300014, + "propState": 12, + "pos": { + "x": 192220, + "y": -4904, + "z": 155960 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 28, + "instId": 300011, + "propState": 12, + "pos": { + "x": 103599, + "y": -8595, + "z": 228020 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 28, + "instId": 300012, + "propState": 12, + "pos": { + "x": 168814, + "y": -4420, + "z": 220218 + }, + "rot": { + "x": 0, + "y": 292855, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 28, + "instId": 300013, + "propState": 12, + "pos": { + "x": 35549, + "y": -13423, + "z": 232721 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 28, + "instId": 300016, + "propState": 12, + "pos": { + "x": 105848, + "y": -24827, + "z": 125456 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 28, + "instId": 300029, + "propState": 12, + "pos": { + "x": 144559, + "y": -4444, + "z": 58482 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 28, + "instId": 300017, + "propState": 12, + "pos": { + "x": 111894, + "y": -28335, + "z": 153868 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 28, + "instId": 300018, + "propState": 12, + "pos": { + "x": -54730, + "y": -13760, + "z": 212548 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 28, + "instId": 300019, + "propState": 12, + "pos": { + "x": -137756, + "y": -13798, + "z": 145667 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 28, + "instId": 300020, + "propState": 12, + "pos": { + "x": -87432, + "y": -13798, + "z": 186212 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 28, + "instId": 300021, + "propState": 12, + "pos": { + "x": -159490, + "y": -11851, + "z": 180900 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 28, + "instId": 300023, + "propState": 12, + "pos": { + "x": -79566, + "y": -13798, + "z": 92082 + }, + "rot": { + "x": 0, + "y": -1, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 28, + "instId": 300022, + "propState": 12, + "pos": { + "x": -114500, + "y": -13798, + "z": 92370 + }, + "rot": { + "x": 0, + "y": 134680, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 28, + "instId": 300024, + "propState": 12, + "pos": { + "x": -112060, + "y": -17827, + "z": 57970 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 28, + "instId": 300030, + "propState": 12, + "pos": { + "x": -42794, + "y": -13760, + "z": 254597 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 28, + "instId": 300025, + "propState": 12, + "pos": { + "x": 152413, + "y": -37038, + "z": 179707 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 28, + "instId": 300026, + "propState": 12, + "pos": { + "x": 154289, + "y": -33891, + "z": 188654 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60303 + }, + { + "groupId": 28, + "instId": 300027, + "propState": 12, + "pos": { + "x": 126783, + "y": -37038, + "z": 191030 + }, + "rot": { + "x": 0, + "y": 131546, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 28, + "instId": 300028, + "propState": 12, + "pos": { + "x": 140720, + "y": -35170, + "z": 176727 + }, + "rot": { + "x": 0, + "y": 123160, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 35, + "instId": 300001, + "propState": 18, + "pos": { + "x": -121914, + "y": -14726, + "z": 200935 + }, + "rot": { + "x": 0, + "y": 353899, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 35, + "instId": 300002, + "propState": 1, + "pos": { + "x": -121914, + "y": -14681, + "z": 200935 + }, + "rot": { + "x": 0, + "y": 22616, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 36, + "instId": 300001, + "propState": 18, + "pos": { + "x": -162007, + "y": -11323, + "z": 181339 + }, + "rot": { + "x": 0, + "y": 73193, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 36, + "instId": 300002, + "propState": 8, + "pos": { + "x": -163523, + "y": -11029, + "z": 179340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 36, + "instId": 300003, + "propState": 8, + "pos": { + "x": -165719, + "y": -11669, + "z": 181336 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 36, + "instId": 300004, + "propState": 1, + "pos": { + "x": -163347, + "y": -11088, + "z": 181245 + }, + "rot": { + "x": 0, + "y": 22616, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 37, + "instId": 300001, + "propState": 18, + "pos": { + "x": -87795, + "y": -12760, + "z": 128046 + }, + "rot": { + "x": 0, + "y": 94992, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 37, + "instId": 300002, + "propState": 1, + "pos": { + "x": -87805, + "y": -12527, + "z": 128035 + }, + "rot": { + "x": 0, + "y": 22616, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 38, + "instId": 300001, + "propState": 18, + "pos": { + "x": -20343, + "y": -13971, + "z": 249050 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 38, + "instId": 300002, + "propState": 1, + "pos": { + "x": -21015, + "y": -16881, + "z": 249052 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 39, + "instId": 300001, + "propState": 18, + "pos": { + "x": 31469, + "y": -16036, + "z": 121858 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 39, + "instId": 300002, + "propState": 18, + "pos": { + "x": 31469, + "y": -15686, + "z": 122178 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 39, + "instId": 300003, + "propState": 18, + "pos": { + "x": 31469, + "y": -16031, + "z": 122503 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 39, + "instId": 300004, + "propState": 18, + "pos": { + "x": 3550, + "y": -16881, + "z": 122310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 39, + "instId": 300005, + "propState": 1, + "pos": { + "x": 29668, + "y": -16932, + "z": 122143 + }, + "rot": { + "x": 0, + "y": 22616, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 41, + "instId": 300001, + "propState": 18, + "pos": { + "x": 120951, + "y": -5449, + "z": 125958 + }, + "rot": { + "x": 0, + "y": 22801, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 41, + "instId": 300002, + "propState": 1, + "pos": { + "x": 123173, + "y": -6687, + "z": 132040 + }, + "rot": { + "x": 0, + "y": 22616, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 42, + "instId": 300001, + "propState": 18, + "pos": { + "x": 159450, + "y": 3643, + "z": 220580 + }, + "rot": { + "x": 0, + "y": 112850, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 42, + "instId": 300002, + "propState": 1, + "pos": { + "x": 157844, + "y": -4385, + "z": 218483 + }, + "rot": { + "x": 0, + "y": 220623, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 43, + "instId": 300001, + "propState": 18, + "pos": { + "x": 91167, + "y": -3778, + "z": 231387 + }, + "rot": { + "x": 0, + "y": 353730, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 43, + "instId": 300002, + "propState": 1, + "pos": { + "x": 91132, + "y": -8595, + "z": 227050 + }, + "rot": { + "x": 0, + "y": 22616, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 116, + "instId": 300001, + "propState": 18, + "pos": { + "x": -444, + "y": -18579, + "z": 211795 + }, + "rot": { + "x": 0, + "y": 334274, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 116, + "instId": 300002, + "propState": 1, + "pos": { + "x": -439, + "y": -22195, + "z": 211795 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 118, + "instId": 300001, + "propState": 18, + "pos": { + "x": 57478, + "y": -8945, + "z": 150060 + }, + "rot": { + "x": 0, + "y": 165349, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 118, + "instId": 300002, + "propState": 1, + "pos": { + "x": 57478, + "y": -12478, + "z": 153153 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 150, + "instId": 300001, + "propState": 8, + "pos": { + "x": 151226, + "y": -3483, + "z": 127456 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 151, + "instId": 300001, + "propState": 8, + "pos": { + "x": 126831, + "y": -4120, + "z": 195380 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 155, + "instId": 300004, + "propState": 8, + "pos": { + "x": -133080, + "y": -14754, + "z": 182705 + }, + "rot": { + "x": 0, + "y": 28547, + "z": 0 + }, + "propId": 103021 + }, + { + "groupId": 155, + "instId": 300005, + "propState": 8, + "pos": { + "x": -132772, + "y": -14751, + "z": 181080 + }, + "rot": { + "x": 0, + "y": 126002, + "z": 0 + }, + "propId": 103021 + }, + { + "groupId": 156, + "instId": 300001, + "propState": 8, + "pos": { + "x": 127547, + "y": -30482, + "z": 158066 + }, + "rot": { + "x": 0, + "y": 160367, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300003, + "propState": 8, + "pos": { + "x": 150076, + "y": -37038, + "z": 192427 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300004, + "propState": 8, + "pos": { + "x": 139047, + "y": -37038, + "z": 187048 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300005, + "propState": 8, + "pos": { + "x": 146573, + "y": -37038, + "z": 167766 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300006, + "propState": 8, + "pos": { + "x": 127519, + "y": -30468, + "z": 157974 + }, + "rot": { + "x": 0, + "y": 155900, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300007, + "propState": 8, + "pos": { + "x": 138169, + "y": -37028, + "z": 187209 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 156, + "instId": 300008, + "propState": 2, + "pos": { + "x": 127250, + "y": -30482, + "z": 158900 + }, + "rot": { + "x": 0, + "y": 160367, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 156, + "instId": 300009, + "propState": 8, + "pos": { + "x": 146536, + "y": -37038, + "z": 166944 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 156, + "instId": 300002, + "propState": 8, + "pos": { + "x": -106910, + "y": -59826, + "z": 46500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300010, + "propState": 8, + "pos": { + "x": -107430, + "y": -59826, + "z": 57698 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300011, + "propState": 8, + "pos": { + "x": -102390, + "y": -17827, + "z": 61654 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300012, + "propState": 2, + "pos": { + "x": -100510, + "y": -17822, + "z": 61750 + }, + "rot": { + "x": 0, + "y": 270367, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 156, + "instId": 300013, + "propState": 8, + "pos": { + "x": -107550, + "y": -59826, + "z": 59595 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 156, + "instId": 300014, + "propState": 8, + "pos": { + "x": 154289, + "y": -33891, + "z": 188654 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300015, + "propState": 8, + "pos": { + "x": -97689, + "y": -56615, + "z": 51324 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 157, + "instId": 300001, + "propState": 1, + "pos": { + "x": -44666, + "y": -15070, + "z": 54731 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103022 + }, + { + "groupId": 157, + "instId": 300002, + "propState": 1, + "pos": { + "x": 38247, + "y": -16903, + "z": 92386 + }, + "rot": { + "x": 0, + "y": 224307, + "z": 0 + }, + "propId": 103022 + }, + { + "groupId": 157, + "instId": 300003, + "propState": 1, + "pos": { + "x": 39864, + "y": -16880, + "z": 163300 + }, + "rot": { + "x": 0, + "y": 270001, + "z": 0 + }, + "propId": 103022 + }, + { + "groupId": 157, + "instId": 300004, + "propState": 1, + "pos": { + "x": -38995, + "y": -16880, + "z": 156340 + }, + "rot": { + "x": 0, + "y": 135792, + "z": 0 + }, + "propId": 103022 + }, + { + "groupId": 157, + "instId": 300005, + "propState": 1, + "pos": { + "x": 71108, + "y": -10676, + "z": 164129 + }, + "rot": { + "x": 0, + "y": 184273, + "z": 0 + }, + "propId": 103022 + }, + { + "groupId": 157, + "instId": 300006, + "propState": 1, + "pos": { + "x": 141251, + "y": -4471, + "z": 82500 + }, + "rot": { + "x": 0, + "y": 239558, + "z": 0 + }, + "propId": 103022 + }, + { + "groupId": 157, + "instId": 300007, + "propState": 1, + "pos": { + "x": 124547, + "y": -4428, + "z": 213070 + }, + "rot": { + "x": 0, + "y": 42303, + "z": 0 + }, + "propId": 103022 + }, + { + "groupId": 157, + "instId": 300008, + "propState": 1, + "pos": { + "x": 94033, + "y": -28387, + "z": 137615 + }, + "rot": { + "x": 0, + "y": 327734, + "z": 0 + }, + "propId": 103022 + }, + { + "groupId": 157, + "instId": 300009, + "propState": 1, + "pos": { + "x": -19104, + "y": -22866, + "z": 138416 + }, + "rot": { + "x": 0, + "y": 92768, + "z": 0 + }, + "propId": 103022 + }, + { + "groupId": 157, + "instId": 300010, + "propState": 1, + "pos": { + "x": -77580, + "y": -16880, + "z": 88690 + }, + "rot": { + "x": 0, + "y": 180001, + "z": 0 + }, + "propId": 103022 + }, + { + "groupId": 157, + "instId": 300011, + "propState": 1, + "pos": { + "x": -87834, + "y": -13762, + "z": 218148 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103022 + }, + { + "groupId": 157, + "instId": 300012, + "propState": 1, + "pos": { + "x": -176020, + "y": -11771, + "z": 157680 + }, + "rot": { + "x": 0, + "y": 46168, + "z": 0 + }, + "propId": 103022 + }, + { + "groupId": 163, + "instId": 300004, + "propState": 1, + "pos": { + "x": 120950, + "y": -30381, + "z": 154032 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103053 + }, + { + "groupId": 163, + "instId": 300005, + "propState": 1, + "pos": { + "x": 125760, + "y": -37027, + "z": 182612 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103051 + }, + { + "groupId": 163, + "instId": 300007, + "propState": 21, + "pos": { + "x": 154597, + "y": -37038, + "z": 182392 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 163, + "instId": 300008, + "propState": 21, + "pos": { + "x": 155275, + "y": -37038, + "z": 173550 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 163, + "instId": 300009, + "propState": 21, + "pos": { + "x": 150533, + "y": -37038, + "z": 179084 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 163, + "instId": 300010, + "propState": 21, + "pos": { + "x": 149754, + "y": -33880, + "z": 181826 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 163, + "instId": 300016, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 163, + "instId": 300017, + "propState": 8, + "pos": { + "x": 154580, + "y": -37038, + "z": 181910 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 163, + "instId": 300001, + "propState": 8, + "pos": { + "x": 120290, + "y": -30383, + "z": 147595 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 163, + "instId": 300002, + "propState": 21, + "pos": { + "x": 155150, + "y": -33864, + "z": 180613 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 163, + "instId": 300003, + "propState": 21, + "pos": { + "x": 155150, + "y": -33864, + "z": 176402 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 164, + "instId": 300004, + "propState": 1, + "pos": { + "x": -99889, + "y": -17822, + "z": 57155 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103053 + }, + { + "groupId": 164, + "instId": 300005, + "propState": 1, + "pos": { + "x": -102241, + "y": -59826, + "z": 60018 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103051 + }, + { + "groupId": 164, + "instId": 300007, + "propState": 21, + "pos": { + "x": -116806, + "y": -59826, + "z": 43729 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 164, + "instId": 300008, + "propState": 21, + "pos": { + "x": -113519, + "y": -56539, + "z": 42837 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 164, + "instId": 300006, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 164, + "instId": 300001, + "propState": 8, + "pos": { + "x": -108570, + "y": -59534, + "z": 57104 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 164, + "instId": 300002, + "propState": 8, + "pos": { + "x": -116517, + "y": -59582, + "z": 48140 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 164, + "instId": 300003, + "propState": 8, + "pos": { + "x": -97464, + "y": -59666, + "z": 45187 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 164, + "instId": 300009, + "propState": 8, + "pos": { + "x": -111026, + "y": -17581, + "z": 61889 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 173, + "instId": 300001, + "propState": 18, + "pos": { + "x": 154913, + "y": -36620, + "z": 192367 + }, + "rot": { + "x": 0, + "y": 311941, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 173, + "instId": 300002, + "propState": 1, + "pos": { + "x": 146370, + "y": -37038, + "z": 185470 + }, + "rot": { + "x": 0, + "y": 22616, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 186, + "instId": 300001, + "propState": 18, + "pos": { + "x": 42763, + "y": -24786, + "z": 142013 + }, + "rot": { + "x": 0, + "y": 18511, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 186, + "instId": 300002, + "propState": 1, + "pos": { + "x": 42959, + "y": -25996, + "z": 146590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 188, + "instId": 300001, + "propState": 18, + "pos": { + "x": 35840, + "y": 870, + "z": 96665 + }, + "rot": { + "x": 0, + "y": 24647, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 188, + "instId": 300002, + "propState": 1, + "pos": { + "x": 39940, + "y": -1198, + "z": 102660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 189, + "instId": 300001, + "propState": 101, + "pos": { + "x": -116536, + "y": -13827, + "z": 179869 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103019 + }, + { + "groupId": 189, + "instId": 300002, + "propState": 101, + "pos": { + "x": -12733, + "y": -22266, + "z": 125500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103019 + }, + { + "groupId": 189, + "instId": 300003, + "propState": 101, + "pos": { + "x": 46839, + "y": -198, + "z": 114111 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103019 + }, + { + "groupId": 189, + "instId": 300004, + "propState": 101, + "pos": { + "x": 85134, + "y": -27335, + "z": 155445 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103019 + }, + { + "groupId": 189, + "instId": 300005, + "propState": 101, + "pos": { + "x": 103922, + "y": -7671, + "z": 147251 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103019 + }, + { + "groupId": 189, + "instId": 300006, + "propState": 101, + "pos": { + "x": 133087, + "y": -3456, + "z": 84795 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103019 + }, + { + "groupId": 189, + "instId": 300007, + "propState": 101, + "pos": { + "x": -35000, + "y": -15881, + "z": 217818 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103019 + }, + { + "groupId": 189, + "instId": 300008, + "propState": 101, + "pos": { + "x": -43943, + "y": -15881, + "z": 124100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103019 + }, + { + "groupId": 190, + "instId": 300001, + "propState": 18, + "pos": { + "x": 79435, + "y": -25089, + "z": 121186 + }, + "rot": { + "x": 0, + "y": 242607, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 190, + "instId": 300002, + "propState": 1, + "pos": { + "x": 79435, + "y": -25919, + "z": 122808 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 193, + "instId": 300001, + "propState": 18, + "pos": { + "x": 136311, + "y": -29112, + "z": 146169 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 193, + "instId": 300002, + "propState": 1, + "pos": { + "x": 137539, + "y": -30482, + "z": 145810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 194, + "instId": 300001, + "propState": 18, + "pos": { + "x": -14479, + "y": -24127, + "z": 151591 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 194, + "instId": 300002, + "propState": 8, + "pos": { + "x": -14477, + "y": -24871, + "z": 153856 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 194, + "instId": 300003, + "propState": 8, + "pos": { + "x": -14474, + "y": -25020, + "z": 156454 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 194, + "instId": 300004, + "propState": 1, + "pos": { + "x": -15791, + "y": -25018, + "z": 151452 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 198, + "instId": 300001, + "propState": 18, + "pos": { + "x": -39669, + "y": -14599, + "z": 171384 + }, + "rot": { + "x": 0, + "y": 227091, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 198, + "instId": 300002, + "propState": 1, + "pos": { + "x": -35601, + "y": -16881, + "z": 171222 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 199, + "instId": 300001, + "propState": 18, + "pos": { + "x": -105367, + "y": -56546, + "z": 43698 + }, + "rot": { + "x": 0, + "y": 75206, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 199, + "instId": 300002, + "propState": 1, + "pos": { + "x": -106131, + "y": -56488, + "z": 43143 + }, + "rot": { + "x": 0, + "y": 22616, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 200, + "instId": 300001, + "propState": 18, + "pos": { + "x": 24947, + "y": -16001, + "z": 191498 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 200, + "instId": 300002, + "propState": 1, + "pos": { + "x": 26908, + "y": -16932, + "z": 191828 + }, + "rot": { + "x": 0, + "y": 22616, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 202, + "instId": 300001, + "propState": 18, + "pos": { + "x": -64129, + "y": -16109, + "z": 82128 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 202, + "instId": 300002, + "propState": 1, + "pos": { + "x": -64770, + "y": -16881, + "z": 81507 + }, + "rot": { + "x": 0, + "y": 178063, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 207, + "instId": 300003, + "propState": 1, + "pos": { + "x": -130090, + "y": -14742, + "z": 161520 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103072 + }, + { + "groupId": 207, + "instId": 300004, + "propState": 8, + "pos": { + "x": -130000, + "y": -14715, + "z": 155708 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103086 + }, + { + "groupId": 207, + "instId": 300005, + "propState": 8, + "pos": { + "x": -137110, + "y": -15127, + "z": 178850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 207, + "instId": 300006, + "propState": 8, + "pos": { + "x": -129140, + "y": -15127, + "z": 155410 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 215, + "instId": 300001, + "propState": 11, + "pos": { + "x": -23441, + "y": -16881, + "z": 265107 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 103018 + }, + { + "groupId": 216, + "instId": 300001, + "propState": 11, + "pos": { + "x": -94343, + "y": -13812, + "z": 202585 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 103018 + }, + { + "groupId": 217, + "instId": 300001, + "propState": 11, + "pos": { + "x": 43560, + "y": -1198, + "z": 126040 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103018 + }, + { + "groupId": 218, + "instId": 300001, + "propState": 11, + "pos": { + "x": 52129, + "y": -14785, + "z": 210212 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103018 + }, + { + "groupId": 221, + "instId": 300001, + "propState": 8, + "pos": { + "x": -134011, + "y": -14726, + "z": 173932 + }, + "rot": { + "x": 0, + "y": 128045, + "z": 0 + }, + "propId": 103106 + }, + { + "groupId": 221, + "instId": 300002, + "propState": 8, + "pos": { + "x": -141868, + "y": -14749, + "z": 180691 + }, + "rot": { + "x": 0, + "y": 245519, + "z": 0 + }, + "propId": 103106 + }, + { + "groupId": 222, + "instId": 300001, + "propState": 1, + "pos": { + "x": 55886, + "y": -14856, + "z": 60180 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103020 + }, + { + "groupId": 222, + "instId": 300002, + "propState": 1, + "pos": { + "x": -57874, + "y": -14967, + "z": 60429 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 103020 + }, + { + "groupId": 222, + "instId": 300003, + "propState": 1, + "pos": { + "x": 39212, + "y": -16289, + "z": 208313 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103020 + }, + { + "groupId": 222, + "instId": 300004, + "propState": 1, + "pos": { + "x": -73979, + "y": -13426, + "z": 140696 + }, + "rot": { + "x": 0, + "y": 316073, + "z": 0 + }, + "propId": 103020 + }, + { + "groupId": 222, + "instId": 300005, + "propState": 1, + "pos": { + "x": 148106, + "y": -4150, + "z": 210632 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103020 + }, + { + "groupId": 222, + "instId": 300006, + "propState": 1, + "pos": { + "x": 143337, + "y": -4170, + "z": 92907 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103020 + }, + { + "groupId": 222, + "instId": 300007, + "propState": 1, + "pos": { + "x": 20087, + "y": -25475, + "z": 169059 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103020 + }, + { + "groupId": 223, + "instId": 300001, + "propState": 2, + "pos": { + "x": -98610, + "y": -59826, + "z": 50995 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103012 + }, + { + "groupId": 223, + "instId": 300002, + "propState": 9, + "pos": { + "x": -105483, + "y": -56233, + "z": 44995 + }, + "rot": { + "x": 0, + "y": 279429, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 223, + "instId": 300003, + "propState": 9, + "pos": { + "x": -116891, + "y": -57806, + "z": 57448 + }, + "rot": { + "x": 0, + "y": 352875, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 223, + "instId": 300004, + "propState": 8, + "pos": { + "x": -116891, + "y": -57806, + "z": 57448 + }, + "rot": { + "x": 0, + "y": 352875, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 223, + "instId": 300005, + "propState": 8, + "pos": { + "x": -98610, + "y": -59826, + "z": 50995 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 223, + "instId": 300006, + "propState": 20, + "pos": { + "x": -95880, + "y": -58780, + "z": 51010 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60303 + }, + { + "groupId": 244, + "instId": 300001, + "propState": 8, + "pos": { + "x": 40, + "y": -22213, + "z": 211820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 274, + "instId": 300001, + "propState": 8, + "pos": { + "x": 130, + "y": -25080, + "z": 157650 + }, + "rot": { + "x": 0, + "y": 356426, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 287, + "instId": 300001, + "propState": 101, + "pos": { + "x": 1, + "y": -22035, + "z": 211881 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103108 + }, + { + "groupId": 298, + "instId": 300001, + "propState": 8, + "pos": { + "x": 47841, + "y": -299, + "z": 91088 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 132 + }, + { + "groupId": 299, + "instId": 300001, + "propState": 8, + "pos": { + "x": 209320, + "y": -4904, + "z": 147060 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 140 + }, + { + "groupId": 401, + "instId": 300001, + "propState": 18, + "pos": { + "x": 190288, + "y": -3906, + "z": 146954 + }, + "rot": { + "x": 0, + "y": 21447, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 401, + "instId": 300002, + "propState": 18, + "pos": { + "x": 40687, + "y": -16466, + "z": 147002 + }, + "rot": { + "x": 0, + "y": 355726, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 401, + "instId": 300003, + "propState": 18, + "pos": { + "x": 125366, + "y": -3830, + "z": 104232 + }, + "rot": { + "x": 0, + "y": 173840, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 401, + "instId": 300004, + "propState": 18, + "pos": { + "x": 140800, + "y": -3850, + "z": 189416 + }, + "rot": { + "x": 0, + "y": 354320, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 463, + "instId": 300001, + "propState": 18, + "pos": { + "x": -8760, + "y": -21695, + "z": 222781 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103083 + }, + { + "groupId": 463, + "instId": 300002, + "propState": 18, + "pos": { + "x": 129121, + "y": -3955, + "z": 51392 + }, + "rot": { + "x": 0, + "y": 179438, + "z": 0 + }, + "propId": 101029 + }, + { + "groupId": 463, + "instId": 300003, + "propState": 18, + "pos": { + "x": 98890, + "y": -7849, + "z": 226976 + }, + "rot": { + "x": 0, + "y": 149666, + "z": 0 + }, + "propId": 103083 + }, + { + "groupId": 463, + "instId": 300004, + "propState": 18, + "pos": { + "x": -115411, + "y": -13848, + "z": 196064 + }, + "rot": { + "x": 0, + "y": 112689, + "z": 0 + }, + "propId": 103083 + }, + { + "groupId": 463, + "instId": 300005, + "propState": 18, + "pos": { + "x": -10725, + "y": -16328, + "z": 238693 + }, + "rot": { + "x": 0, + "y": 113008, + "z": 0 + }, + "propId": 101029 + }, + { + "groupId": 463, + "instId": 300006, + "propState": 18, + "pos": { + "x": -118824, + "y": -14322, + "z": 208807 + }, + "rot": { + "x": 0, + "y": 221235, + "z": 0 + }, + "propId": 101029 + }, + { + "groupId": 463, + "instId": 300007, + "propState": 18, + "pos": { + "x": 43843, + "y": -433, + "z": 96470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103037 + }, + { + "groupId": 463, + "instId": 300008, + "propState": 18, + "pos": { + "x": -17980, + "y": -16379, + "z": 148431 + }, + "rot": { + "x": 0, + "y": 348479, + "z": 0 + }, + "propId": 103035 + }, + { + "groupId": 463, + "instId": 300009, + "propState": 18, + "pos": { + "x": -45132, + "y": -15873, + "z": 114378 + }, + "rot": { + "x": 0, + "y": 14042, + "z": 0 + }, + "propId": 103037 + }, + { + "groupId": 463, + "instId": 300010, + "propState": 18, + "pos": { + "x": -158859, + "y": -11077, + "z": 174116 + }, + "rot": { + "x": 0, + "y": 179438, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 463, + "instId": 300011, + "propState": 18, + "pos": { + "x": 59415, + "y": -12901, + "z": 231978 + }, + "rot": { + "x": 0, + "y": 82616, + "z": 0 + }, + "propId": 103035 + }, + { + "groupId": 463, + "instId": 300012, + "propState": 18, + "pos": { + "x": 3479, + "y": -16336, + "z": 86865 + }, + "rot": { + "x": 0, + "y": 69713, + "z": 0 + }, + "propId": 103037 + }, + { + "groupId": 463, + "instId": 300013, + "propState": 18, + "pos": { + "x": 84615, + "y": -10160, + "z": 142358 + }, + "rot": { + "x": 0, + "y": 143490, + "z": 0 + }, + "propId": 103037 + }, + { + "groupId": 463, + "instId": 300014, + "propState": 18, + "pos": { + "x": -82846, + "y": -12875, + "z": 246001 + }, + "rot": { + "x": 0, + "y": 59181, + "z": 0 + }, + "propId": 103037 + }, + { + "groupId": 463, + "instId": 300015, + "propState": 18, + "pos": { + "x": 0, + "y": -13377, + "z": 35410 + }, + "rot": { + "x": 0, + "y": 83433, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 464, + "instId": 300001, + "propState": 18, + "pos": { + "x": -130044, + "y": -14072, + "z": 164010 + }, + "rot": { + "x": 0, + "y": 124291, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 464, + "instId": 300002, + "propState": 18, + "pos": { + "x": -130272, + "y": -14120, + "z": 207818 + }, + "rot": { + "x": 0, + "y": 170320, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 464, + "instId": 300003, + "propState": 18, + "pos": { + "x": -94104, + "y": -13161, + "z": 141961 + }, + "rot": { + "x": 0, + "y": 57366, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 465, + "instId": 300001, + "propState": 18, + "pos": { + "x": -173074, + "y": -13086, + "z": 215084 + }, + "rot": { + "x": 0, + "y": 207229, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 472, + "instId": 300001, + "propState": 8, + "pos": { + "x": 209320, + "y": -4904, + "z": 147060 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 114 + }, + { + "groupId": 479, + "instId": 300001, + "propState": 18, + "pos": { + "x": 41064, + "y": -15866, + "z": 123126 + }, + "rot": { + "x": 0, + "y": 315577, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 481, + "instId": 300001, + "propState": 18, + "pos": { + "x": 181121, + "y": -4433, + "z": 153368 + }, + "rot": { + "x": 0, + "y": 303422, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 482, + "instId": 300001, + "propState": 18, + "pos": { + "x": 231, + "y": -15775, + "z": 252225 + }, + "rot": { + "x": 0, + "y": 92100, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 505, + "instId": 300001, + "propState": 18, + "pos": { + "x": -13979, + "y": -21710, + "z": 214272 + }, + "rot": { + "x": 0, + "y": 131002, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 505, + "instId": 300002, + "propState": 18, + "pos": { + "x": -105155, + "y": -14060, + "z": 183139 + }, + "rot": { + "x": 0, + "y": 179438, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 505, + "instId": 300003, + "propState": 18, + "pos": { + "x": -13774, + "y": -21708, + "z": 214556 + }, + "rot": { + "x": 0, + "y": 31037, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 505, + "instId": 300004, + "propState": 18, + "pos": { + "x": -92400, + "y": -12889, + "z": 241138 + }, + "rot": { + "x": 0, + "y": 72385, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 505, + "instId": 300005, + "propState": 18, + "pos": { + "x": -163777, + "y": -11088, + "z": 180823 + }, + "rot": { + "x": 0, + "y": 51463, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 505, + "instId": 300006, + "propState": 18, + "pos": { + "x": 123332, + "y": -3476, + "z": 114398 + }, + "rot": { + "x": 0, + "y": 215559, + "z": 0 + }, + "propId": 101029 + }, + { + "groupId": 505, + "instId": 300007, + "propState": 18, + "pos": { + "x": 108432, + "y": -24314, + "z": 116898 + }, + "rot": { + "x": 0, + "y": 51463, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 584, + "instId": 300001, + "propState": 1, + "pos": { + "x": -91205, + "y": -13816, + "z": 118400 + }, + "rot": { + "x": 0, + "y": 270111, + "z": 0 + }, + "propId": 103225 + }, + { + "groupId": 585, + "instId": 300001, + "propState": 1, + "pos": { + "x": 48720, + "y": -25996, + "z": 143170 + }, + "rot": { + "x": 0, + "y": 359059, + "z": 0 + }, + "propId": 103226 + }, + { + "groupId": 587, + "instId": 300003, + "propState": 1, + "pos": { + "x": -130090, + "y": -14742, + "z": 161520 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103072 + }, + { + "groupId": 587, + "instId": 300004, + "propState": 8, + "pos": { + "x": -130000, + "y": -14715, + "z": 155708 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103086 + } + ], + "monsters": [ + { + "groupId": 156, + "instId": 200002, + "eventId": 10301299, + "pos": { + "x": 125151, + "y": -30482, + "z": 168180 + }, + "rot": { + "x": 0, + "y": 160367, + "z": 0 + }, + "monsterId": 7010011 + } + ], + "teleports": [ + { + "anchorId": 1, + "groupId": 15, + "instId": 300001, + "pos": { + "x": 0, + "y": -14383, + "z": 44219 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 1030101 + }, + { + "anchorId": 2, + "groupId": 15, + "instId": 300002, + "pos": { + "x": 60, + "y": -22213, + "z": 195260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 1030102 + }, + { + "anchorId": 3, + "groupId": 15, + "instId": 300003, + "pos": { + "x": -93460, + "y": -13760, + "z": 233210 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "teleportId": 1030103 + }, + { + "anchorId": 4, + "groupId": 15, + "instId": 300004, + "pos": { + "x": 114920, + "y": -6687, + "z": 137090 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "teleportId": 1030104 + }, + { + "anchorId": 5, + "groupId": 15, + "instId": 300005, + "pos": { + "x": -100370, + "y": -14726, + "z": 146480 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "teleportId": 1030105 + }, + { + "anchorId": 6, + "groupId": 15, + "instId": 300006, + "pos": { + "x": 76810, + "y": -28335, + "z": 151420 + }, + "rot": { + "x": 0, + "y": 113524, + "z": 0 + }, + "teleportId": 1030106 + }, + { + "anchorId": 1, + "groupId": 584, + "instId": 300002, + "pos": { + "x": -93045, + "y": -13816, + "z": 119230 + }, + "rot": { + "x": 0, + "y": 86785, + "z": 0 + }, + "teleportId": 2458 + }, + { + "anchorId": 1, + "groupId": 585, + "instId": 300002, + "pos": { + "x": 49482, + "y": -25996, + "z": 145542 + }, + "rot": { + "x": 0, + "y": 174383, + "z": 0 + }, + "teleportId": 2459 + } + ] + }, + { + "planeID": 10304, + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": 2838, + "y": -152973, + "z": -625160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 8, + "pos": { + "x": 6000, + "y": 16900, + "z": -499490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 8, + "pos": { + "x": 83780, + "y": 14612, + "z": -482135 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 8, + "pos": { + "x": -26799, + "y": 14500, + "z": -539450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 12, + "pos": { + "x": 9875, + "y": -157638, + "z": -565108 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 12, + "pos": { + "x": 7480, + "y": -159508, + "z": -521354 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 12, + "pos": { + "x": -14756, + "y": -152077, + "z": -638256 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 12, + "pos": { + "x": 25095, + "y": -157638, + "z": -552371 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 12, + "pos": { + "x": 77690, + "y": 12572, + "z": -474338 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 8, + "instId": 300006, + "propState": 12, + "pos": { + "x": 94802, + "y": 14644, + "z": -494720 + }, + "rot": { + "x": 0, + "y": 822, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 8, + "instId": 300007, + "propState": 12, + "pos": { + "x": 58829, + "y": 33080, + "z": -539220 + }, + "rot": { + "x": 0, + "y": 270191, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 8, + "instId": 300008, + "propState": 12, + "pos": { + "x": -160, + "y": 20500, + "z": -511440 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 8, + "instId": 300009, + "propState": 12, + "pos": { + "x": -16972, + "y": 14478, + "z": -498911 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 8, + "instId": 300010, + "propState": 12, + "pos": { + "x": -57497, + "y": 13503, + "z": -492926 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 8, + "instId": 300011, + "propState": 12, + "pos": { + "x": -6308, + "y": 17210, + "z": -564434 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 8, + "instId": 300012, + "propState": 12, + "pos": { + "x": -59759, + "y": 14531, + "z": -591122 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 8, + "instId": 300013, + "propState": 12, + "pos": { + "x": -92921, + "y": 14500, + "z": -537040 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 8, + "instId": 300014, + "propState": 12, + "pos": { + "x": -22287, + "y": 14500, + "z": -528040 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 8, + "instId": 300015, + "propState": 12, + "pos": { + "x": -70332, + "y": 16410, + "z": -481750 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": -159120, + "z": -508538 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103136 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 17188, + "z": -508538 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103136 + }, + { + "groupId": 18, + "instId": 300001, + "propState": 1, + "pos": { + "x": -5000, + "y": -159500, + "z": -500000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 40, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 43190, + "z": -292076 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103210 + }, + { + "groupId": 44, + "instId": 300001, + "propState": 18, + "pos": { + "x": 29400, + "y": -148823, + "z": -640793 + }, + "rot": { + "x": 0, + "y": 266205, + "z": 0 + }, + "propId": 103024 + }, + { + "groupId": 44, + "instId": 300002, + "propState": 1, + "pos": { + "x": 28042, + "y": -152077, + "z": -641112 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 45, + "instId": 300001, + "propState": 18, + "pos": { + "x": -11806, + "y": -151991, + "z": -608337 + }, + "rot": { + "x": 0, + "y": 311246, + "z": 0 + }, + "propId": 103024 + }, + { + "groupId": 45, + "instId": 300002, + "propState": 1, + "pos": { + "x": -13096, + "y": -152232, + "z": -608529 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 46, + "instId": 300001, + "propState": 18, + "pos": { + "x": -3372, + "y": -156062, + "z": -572261 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103024 + }, + { + "groupId": 46, + "instId": 300002, + "propState": 1, + "pos": { + "x": -3433, + "y": -159502, + "z": -572060 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 47, + "instId": 300001, + "propState": 18, + "pos": { + "x": 23942, + "y": -155377, + "z": -557765 + }, + "rot": { + "x": 0, + "y": 2092, + "z": 0 + }, + "propId": 103024 + }, + { + "groupId": 47, + "instId": 300002, + "propState": 1, + "pos": { + "x": 23030, + "y": -157762, + "z": -557004 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 48, + "instId": 300001, + "propState": 18, + "pos": { + "x": -8500, + "y": -157725, + "z": -498825 + }, + "rot": { + "x": 0, + "y": 117050, + "z": 0 + }, + "propId": 103024 + }, + { + "groupId": 48, + "instId": 300002, + "propState": 1, + "pos": { + "x": -8590, + "y": -159462, + "z": -500481 + }, + "rot": { + "x": 0, + "y": 261242, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 49, + "instId": 300001, + "propState": 18, + "pos": { + "x": -3724, + "y": 20045, + "z": -558611 + }, + "rot": { + "x": 0, + "y": 288633, + "z": 0 + }, + "propId": 103024 + }, + { + "groupId": 49, + "instId": 300002, + "propState": 1, + "pos": { + "x": -2625, + "y": 17210, + "z": -558529 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 50, + "instId": 300001, + "propState": 18, + "pos": { + "x": 11249, + "y": 21270, + "z": -535767 + }, + "rot": { + "x": 0, + "y": 222503, + "z": 0 + }, + "propId": 103024 + }, + { + "groupId": 50, + "instId": 300002, + "propState": 1, + "pos": { + "x": 11098, + "y": 18500, + "z": -536532 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 51, + "instId": 300001, + "propState": 18, + "pos": { + "x": -40437, + "y": 14452, + "z": -546354 + }, + "rot": { + "x": 0, + "y": 92017, + "z": 0 + }, + "propId": 103024 + }, + { + "groupId": 51, + "instId": 300002, + "propState": 1, + "pos": { + "x": -39783, + "y": 14475, + "z": -546205 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 52, + "instId": 300001, + "propState": 18, + "pos": { + "x": -94385, + "y": 15846, + "z": -544319 + }, + "rot": { + "x": 0, + "y": 91124, + "z": 0 + }, + "propId": 103024 + }, + { + "groupId": 52, + "instId": 300002, + "propState": 1, + "pos": { + "x": -92390, + "y": 14500, + "z": -543999 + }, + "rot": { + "x": 0, + "y": 261242, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 53, + "instId": 300001, + "propState": 18, + "pos": { + "x": -74430, + "y": 18508, + "z": -497339 + }, + "rot": { + "x": 0, + "y": 359324, + "z": 0 + }, + "propId": 103024 + }, + { + "groupId": 53, + "instId": 300002, + "propState": 1, + "pos": { + "x": -74671, + "y": 16332, + "z": -498138 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 54, + "instId": 300001, + "propState": 18, + "pos": { + "x": -6183, + "y": 43664, + "z": -292586 + }, + "rot": { + "x": 0, + "y": 270450, + "z": 0 + }, + "propId": 103024 + }, + { + "groupId": 54, + "instId": 300002, + "propState": 8, + "pos": { + "x": -6040, + "y": 43670, + "z": -290478 + }, + "rot": { + "x": 0, + "y": 284176, + "z": 0 + }, + "propId": 103024 + }, + { + "groupId": 54, + "instId": 300003, + "propState": 8, + "pos": { + "x": -4811, + "y": 43677, + "z": -288024 + }, + "rot": { + "x": 0, + "y": 309547, + "z": 0 + }, + "propId": 103024 + }, + { + "groupId": 54, + "instId": 300004, + "propState": 1, + "pos": { + "x": -5550, + "y": 43194, + "z": -290231 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 55, + "instId": 300001, + "propState": 18, + "pos": { + "x": 14610, + "y": 20006, + "z": -460193 + }, + "rot": { + "x": 0, + "y": 116277, + "z": 0 + }, + "propId": 103024 + }, + { + "groupId": 55, + "instId": 300002, + "propState": 1, + "pos": { + "x": 15053, + "y": 18947, + "z": -460149 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 56, + "instId": 300001, + "propState": 18, + "pos": { + "x": 15740, + "y": 14467, + "z": -484692 + }, + "rot": { + "x": 0, + "y": 216514, + "z": 0 + }, + "propId": 103024 + }, + { + "groupId": 56, + "instId": 300002, + "propState": 1, + "pos": { + "x": 17335, + "y": 14394, + "z": -483606 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 57, + "instId": 300001, + "propState": 18, + "pos": { + "x": -28639, + "y": 18253, + "z": -505089 + }, + "rot": { + "x": 0, + "y": 317312, + "z": 0 + }, + "propId": 103024 + }, + { + "groupId": 57, + "instId": 300002, + "propState": 1, + "pos": { + "x": -28662, + "y": 17500, + "z": -504578 + }, + "rot": { + "x": 0, + "y": 77246, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 58, + "instId": 300001, + "propState": 18, + "pos": { + "x": -6007, + "y": 22830, + "z": -507793 + }, + "rot": { + "x": 0, + "y": 170713, + "z": 0 + }, + "propId": 103024 + }, + { + "groupId": 58, + "instId": 300002, + "propState": 8, + "pos": { + "x": -6023, + "y": 23549, + "z": -507831 + }, + "rot": { + "x": 0, + "y": 4718, + "z": 0 + }, + "propId": 103024 + }, + { + "groupId": 58, + "instId": 300003, + "propState": 8, + "pos": { + "x": -6011, + "y": 24705, + "z": -507824 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103024 + }, + { + "groupId": 58, + "instId": 300004, + "propState": 1, + "pos": { + "x": -6044, + "y": 20500, + "z": -508433 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 59, + "instId": 300001, + "propState": 18, + "pos": { + "x": 51156, + "y": 17931, + "z": -488492 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103024 + }, + { + "groupId": 59, + "instId": 300002, + "propState": 1, + "pos": { + "x": 50672, + "y": 15589, + "z": -487850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 60, + "instId": 300001, + "propState": 18, + "pos": { + "x": 48898, + "y": 35423, + "z": -528311 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103024 + }, + { + "groupId": 60, + "instId": 300002, + "propState": 18, + "pos": { + "x": 51380, + "y": 35142, + "z": -528334 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103024 + }, + { + "groupId": 60, + "instId": 300003, + "propState": 18, + "pos": { + "x": 53955, + "y": 36111, + "z": -528361 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103024 + }, + { + "groupId": 60, + "instId": 300004, + "propState": 18, + "pos": { + "x": 53165, + "y": 33080, + "z": -529826 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103024 + }, + { + "groupId": 60, + "instId": 300005, + "propState": 1, + "pos": { + "x": 53165, + "y": 33080, + "z": -529826 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 61, + "instId": 300001, + "propState": 18, + "pos": { + "x": 67620, + "y": 16448, + "z": -514468 + }, + "rot": { + "x": 0, + "y": 23513, + "z": 0 + }, + "propId": 103024 + }, + { + "groupId": 61, + "instId": 300002, + "propState": 1, + "pos": { + "x": 68091, + "y": 14212, + "z": -515102 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 62, + "instId": 300001, + "propState": 18, + "pos": { + "x": -5745, + "y": 18921, + "z": -544853 + }, + "rot": { + "x": 0, + "y": 22769, + "z": 0 + }, + "propId": 103024 + }, + { + "groupId": 62, + "instId": 300002, + "propState": 1, + "pos": { + "x": -5475, + "y": 18457, + "z": -544624 + }, + "rot": { + "x": 0, + "y": 328197, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 63, + "instId": 300001, + "propState": 18, + "pos": { + "x": -85912, + "y": 15990, + "z": -569570 + }, + "rot": { + "x": 0, + "y": 176085, + "z": 0 + }, + "propId": 103024 + }, + { + "groupId": 63, + "instId": 300002, + "propState": 1, + "pos": { + "x": -85732, + "y": 14500, + "z": -568852 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 75, + "instId": 300001, + "propState": 11, + "pos": { + "x": 78062, + "y": 13138, + "z": -495469 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103018 + }, + { + "groupId": 76, + "instId": 300001, + "propState": 11, + "pos": { + "x": 59382, + "y": 33080, + "z": -533026 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103018 + }, + { + "groupId": 77, + "instId": 300001, + "propState": 11, + "pos": { + "x": -73980, + "y": 16332, + "z": -501140 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 103018 + }, + { + "groupId": 78, + "instId": 300001, + "propState": 8, + "pos": { + "x": 60499, + "y": 33080, + "z": -516300 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 85, + "instId": 300001, + "propState": 8, + "pos": { + "x": -4556, + "y": 39687, + "z": -316044 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 125, + "instId": 300001, + "propState": 101, + "pos": { + "x": -61760, + "y": 16193, + "z": -512844 + }, + "rot": { + "x": 0, + "y": 32302, + "z": 0 + }, + "propId": 103047 + }, + { + "groupId": 131, + "instId": 300001, + "propState": 8, + "pos": { + "x": 5421, + "y": -151651, + "z": -641644 + }, + "rot": { + "x": 0, + "y": 170496, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300002, + "propState": 8, + "pos": { + "x": 7946, + "y": -152077, + "z": -642606 + }, + "rot": { + "x": 0, + "y": 314691, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300003, + "propState": 8, + "pos": { + "x": -14254, + "y": -152077, + "z": -641559 + }, + "rot": { + "x": 0, + "y": 344338, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300004, + "propState": 8, + "pos": { + "x": 20426, + "y": -152077, + "z": -639690 + }, + "rot": { + "x": 0, + "y": 119176, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300005, + "propState": 8, + "pos": { + "x": 7384, + "y": -153556, + "z": -580243 + }, + "rot": { + "x": 0, + "y": 286949, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300006, + "propState": 8, + "pos": { + "x": -4807, + "y": -157750, + "z": -562964 + }, + "rot": { + "x": 0, + "y": 262842, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300007, + "propState": 8, + "pos": { + "x": 27194, + "y": -157810, + "z": -555309 + }, + "rot": { + "x": 0, + "y": 129986, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300008, + "propState": 8, + "pos": { + "x": 10228, + "y": -159462, + "z": -500480 + }, + "rot": { + "x": 0, + "y": 326741, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300009, + "propState": 8, + "pos": { + "x": -16554, + "y": 18947, + "z": -460709 + }, + "rot": { + "x": 0, + "y": 15255, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300010, + "propState": 8, + "pos": { + "x": 28671, + "y": 18947, + "z": -462951 + }, + "rot": { + "x": 0, + "y": 102236, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300011, + "propState": 8, + "pos": { + "x": 53002, + "y": 14212, + "z": -517613 + }, + "rot": { + "x": 0, + "y": 256664, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300012, + "propState": 8, + "pos": { + "x": 75160, + "y": 14612, + "z": -480834 + }, + "rot": { + "x": 0, + "y": 54954, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300013, + "propState": 8, + "pos": { + "x": 8372, + "y": 18500, + "z": -536920 + }, + "rot": { + "x": 0, + "y": 61590, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300014, + "propState": 8, + "pos": { + "x": 48383, + "y": 33630, + "z": -544948 + }, + "rot": { + "x": 0, + "y": 77056, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300015, + "propState": 8, + "pos": { + "x": -33259, + "y": 14500, + "z": -539161 + }, + "rot": { + "x": 0, + "y": 29295, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300016, + "propState": 8, + "pos": { + "x": -43667, + "y": 14500, + "z": -575141 + }, + "rot": { + "x": 0, + "y": 194745, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300017, + "propState": 8, + "pos": { + "x": -57909, + "y": 14500, + "z": -560231 + }, + "rot": { + "x": 0, + "y": 319858, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300018, + "propState": 8, + "pos": { + "x": -69474, + "y": 16332, + "z": -521260 + }, + "rot": { + "x": 0, + "y": 357795, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300019, + "propState": 8, + "pos": { + "x": -56418, + "y": 16332, + "z": -499936 + }, + "rot": { + "x": 0, + "y": 46274, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300020, + "propState": 8, + "pos": { + "x": -55368, + "y": 13502, + "z": -475533 + }, + "rot": { + "x": 0, + "y": 281584, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300021, + "propState": 8, + "pos": { + "x": -17907, + "y": 18579, + "z": -492550 + }, + "rot": { + "x": 0, + "y": 79791, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300022, + "propState": 8, + "pos": { + "x": -90139, + "y": 14469, + "z": -578436 + }, + "rot": { + "x": 0, + "y": 155539, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300023, + "propState": 8, + "pos": { + "x": -32471, + "y": 14500, + "z": -571057 + }, + "rot": { + "x": 0, + "y": 199364, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 132, + "instId": 300001, + "propState": 8, + "pos": { + "x": 8970, + "y": 16163, + "z": -457590 + }, + "rot": { + "x": 0, + "y": 346125, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 132, + "instId": 300002, + "propState": 8, + "pos": { + "x": -4904, + "y": 16192, + "z": -421624 + }, + "rot": { + "x": 0, + "y": 13165, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 132, + "instId": 300003, + "propState": 8, + "pos": { + "x": -13799, + "y": 20912, + "z": -395453 + }, + "rot": { + "x": 0, + "y": 85308, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 132, + "instId": 300004, + "propState": 8, + "pos": { + "x": 14052, + "y": 20996, + "z": -395411 + }, + "rot": { + "x": 0, + "y": 264975, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 132, + "instId": 300005, + "propState": 8, + "pos": { + "x": -19632, + "y": 24745, + "z": -369253 + }, + "rot": { + "x": 0, + "y": 241984, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 132, + "instId": 300006, + "propState": 8, + "pos": { + "x": -19479, + "y": 24745, + "z": -366559 + }, + "rot": { + "x": 0, + "y": 285201, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 132, + "instId": 300007, + "propState": 8, + "pos": { + "x": 19789, + "y": 24745, + "z": -378403 + }, + "rot": { + "x": 0, + "y": 157481, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 132, + "instId": 300008, + "propState": 8, + "pos": { + "x": 11121, + "y": 39687, + "z": -336960 + }, + "rot": { + "x": 0, + "y": 336442, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 133, + "instId": 300001, + "propState": 12, + "pos": { + "x": -14, + "y": 24745, + "z": -388085 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 133, + "instId": 300002, + "propState": 12, + "pos": { + "x": -10143, + "y": 39687, + "z": -336520 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 135, + "instId": 300001, + "propState": 8, + "pos": { + "x": 231, + "y": 44831, + "z": -292208 + }, + "rot": { + "x": 0, + "y": 3431, + "z": 0 + }, + "propId": 103195 + }, + { + "groupId": 137, + "instId": 300001, + "propState": 8, + "pos": { + "x": 113, + "y": 44183, + "z": -291689 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 132 + }, + { + "groupId": 138, + "instId": 300001, + "propState": 18, + "pos": { + "x": 53453, + "y": 34046, + "z": -538822 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103083 + }, + { + "groupId": 138, + "instId": 300002, + "propState": 18, + "pos": { + "x": 7704, + "y": -151567, + "z": -640256 + }, + "rot": { + "x": 0, + "y": 217884, + "z": 0 + }, + "propId": 103037 + }, + { + "groupId": 138, + "instId": 300003, + "propState": 18, + "pos": { + "x": 6445, + "y": -158705, + "z": -499916 + }, + "rot": { + "x": 0, + "y": 30297, + "z": 0 + }, + "propId": 101029 + }, + { + "groupId": 138, + "instId": 300004, + "propState": 18, + "pos": { + "x": 48346, + "y": 16434, + "z": -490229 + }, + "rot": { + "x": 0, + "y": 48090, + "z": 0 + }, + "propId": 101029 + }, + { + "groupId": 138, + "instId": 300005, + "propState": 18, + "pos": { + "x": -21584, + "y": 14500, + "z": -578062 + }, + "rot": { + "x": 0, + "y": 108497, + "z": 0 + }, + "propId": 101029 + }, + { + "groupId": 138, + "instId": 300006, + "propState": 18, + "pos": { + "x": 9275, + "y": -158718, + "z": -521566 + }, + "rot": { + "x": 0, + "y": 236415, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 138, + "instId": 300007, + "propState": 18, + "pos": { + "x": -87896, + "y": 15101, + "z": -561892 + }, + "rot": { + "x": 0, + "y": 223588, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 138, + "instId": 300008, + "propState": 18, + "pos": { + "x": -43455, + "y": 14402, + "z": -488809 + }, + "rot": { + "x": 0, + "y": 236415, + "z": 0 + }, + "propId": 103037 + }, + { + "groupId": 138, + "instId": 300009, + "propState": 18, + "pos": { + "x": -54657, + "y": 15409, + "z": -539700 + }, + "rot": { + "x": 0, + "y": 276499, + "z": 0 + }, + "propId": 101029 + }, + { + "groupId": 138, + "instId": 300010, + "propState": 18, + "pos": { + "x": 95833, + "y": 15987, + "z": -485526 + }, + "rot": { + "x": 0, + "y": 2729, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 138, + "instId": 300011, + "propState": 18, + "pos": { + "x": 4908, + "y": 19814, + "z": -550118 + }, + "rot": { + "x": 0, + "y": 37383, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 138, + "instId": 300012, + "propState": 18, + "pos": { + "x": 875, + "y": -150985, + "z": -635221 + }, + "rot": { + "x": 0, + "y": 103826, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 138, + "instId": 300013, + "propState": 18, + "pos": { + "x": -56667, + "y": 14978, + "z": -475295 + }, + "rot": { + "x": 0, + "y": 180185, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 145, + "instId": 300001, + "propState": 8, + "pos": { + "x": -1570, + "y": -152077, + "z": -643769 + }, + "rot": { + "x": 0, + "y": 14467, + "z": 0 + }, + "propId": 103249 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 1, + "groupId": 7, + "instId": 300001, + "pos": { + "x": 780, + "y": -153008, + "z": -621450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 1030401 + }, + { + "anchorId": 2, + "groupId": 7, + "instId": 300002, + "pos": { + "x": -64, + "y": 16900, + "z": -502297 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 1030402 + }, + { + "anchorId": 3, + "groupId": 7, + "instId": 300003, + "pos": { + "x": 79490, + "y": 14574, + "z": -485360 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "teleportId": 1030403 + }, + { + "anchorId": 4, + "groupId": 7, + "instId": 300004, + "pos": { + "x": -27164, + "y": 14400, + "z": -544747 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "teleportId": 1030404 + }, + { + "anchorId": 1, + "groupId": 85, + "instId": 300001, + "pos": { + "x": 3, + "y": 39366, + "z": -325817 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 1030405 + } + ] + }, + { + "planeID": 10305, + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 12, + "pos": { + "x": 57816, + "y": -16918, + "z": -250722 + }, + "rot": { + "x": 0, + "y": 164864, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 12, + "pos": { + "x": -61974, + "y": -16918, + "z": -243566 + }, + "rot": { + "x": 0, + "y": 215585, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 12, + "pos": { + "x": -19132, + "y": -16858, + "z": -282831 + }, + "rot": { + "x": 0, + "y": 237000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 12, + "pos": { + "x": 28506, + "y": -16858, + "z": -279701 + }, + "rot": { + "x": 0, + "y": 289813, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 8, + "instId": 300006, + "propState": 12, + "pos": { + "x": -41122, + "y": 10090, + "z": -323070 + }, + "rot": { + "x": 0, + "y": 114000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 8, + "instId": 300007, + "propState": 12, + "pos": { + "x": 50820, + "y": 10090, + "z": -318350 + }, + "rot": { + "x": 0, + "y": 133424, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 8, + "instId": 300008, + "propState": 12, + "pos": { + "x": 12556, + "y": 10100, + "z": -329690 + }, + "rot": { + "x": 0, + "y": 172751, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 8, + "instId": 300011, + "propState": 12, + "pos": { + "x": 19227, + "y": 1530, + "z": -374647 + }, + "rot": { + "x": 0, + "y": 224429, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 8, + "instId": 300013, + "propState": 12, + "pos": { + "x": -18374, + "y": 1530, + "z": -432012 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 8, + "instId": 300014, + "propState": 12, + "pos": { + "x": 19813, + "y": 7530, + "z": -418287 + }, + "rot": { + "x": 0, + "y": 270677, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 8, + "instId": 300010, + "propState": 12, + "pos": { + "x": -35326, + "y": 7510, + "z": -454768 + }, + "rot": { + "x": 0, + "y": 31753, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 12, + "pos": { + "x": 63749, + "y": 7530, + "z": -428012 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 8, + "instId": 300012, + "propState": 12, + "pos": { + "x": -42920, + "y": 7510, + "z": -455440 + }, + "rot": { + "x": 0, + "y": 330676, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 8, + "instId": 300009, + "propState": 12, + "pos": { + "x": -62246, + "y": 7530, + "z": -418030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 8, + "instId": 300015, + "propState": 12, + "pos": { + "x": -64991, + "y": 10081, + "z": -244760 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 8, + "instId": 300016, + "propState": 12, + "pos": { + "x": -19297, + "y": 7530, + "z": -427217 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": 70987, + "y": -16918, + "z": -249130 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 1, + "pos": { + "x": 73440, + "y": 10129, + "z": -243065 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 8, + "pos": { + "x": -67698, + "y": -16918, + "z": -249130 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 10, + "instId": 300004, + "propState": 1, + "pos": { + "x": -73516, + "y": 10129, + "z": -246650 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 31, + "instId": 300002, + "propState": 8, + "pos": { + "x": 4580, + "y": -16858, + "z": -299790 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 31, + "instId": 300001, + "propState": 8, + "pos": { + "x": -3556, + "y": 1539, + "z": -378220 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 61, + "instId": 300001, + "propState": 2, + "pos": { + "x": 48132, + "y": 7537, + "z": -438858 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103030 + }, + { + "groupId": 72, + "instId": 300001, + "propState": 8, + "pos": { + "x": 30129, + "y": 7537, + "z": -438858 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103030 + }, + { + "groupId": 73, + "instId": 300001, + "propState": 8, + "pos": { + "x": -29944, + "y": 7537, + "z": -438827 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103030 + }, + { + "groupId": 74, + "instId": 300001, + "propState": 8, + "pos": { + "x": -47942, + "y": 7537, + "z": -438858 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103030 + }, + { + "groupId": 83, + "instId": 300001, + "propState": 1, + "pos": { + "x": 48245, + "y": 8509, + "z": -457571 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 139 + }, + { + "groupId": 97, + "instId": 300006, + "propState": 18, + "pos": { + "x": 41677, + "y": 8995, + "z": -456119 + }, + "rot": { + "x": 0, + "y": 146959, + "z": 0 + }, + "propId": 103036 + }, + { + "groupId": 97, + "instId": 300001, + "propState": 18, + "pos": { + "x": 19897, + "y": 8132, + "z": -424579 + }, + "rot": { + "x": 0, + "y": 146959, + "z": 0 + }, + "propId": 101029 + }, + { + "groupId": 97, + "instId": 300002, + "propState": 18, + "pos": { + "x": -45821, + "y": 8019, + "z": -451351 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103083 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 1, + "groupId": 31, + "instId": 300001, + "pos": { + "x": 197, + "y": 1547, + "z": -380008 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "teleportId": 1030201 + }, + { + "anchorId": 2, + "groupId": 31, + "instId": 300002, + "pos": { + "x": 220, + "y": -16858, + "z": -296000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 1030301 + } + ] + }, + { + "planeID": 10306, + "props": [ + { + "groupId": 2, + "instId": 300001, + "propState": 8, + "pos": { + "x": -7322, + "y": 4913, + "z": 34247 + }, + "rot": { + "x": 0, + "y": 273329, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 8, + "pos": { + "x": 21913, + "y": 4937, + "z": 70359 + }, + "rot": { + "x": 0, + "y": 327058, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300003, + "propState": 8, + "pos": { + "x": 39703, + "y": 4933, + "z": 85631 + }, + "rot": { + "x": 0, + "y": 157837, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300017, + "propState": 8, + "pos": { + "x": 25090, + "y": 4630, + "z": 115717 + }, + "rot": { + "x": 0, + "y": 255869, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300018, + "propState": 8, + "pos": { + "x": -23578, + "y": 3017, + "z": 114967 + }, + "rot": { + "x": 0, + "y": 152608, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300019, + "propState": 8, + "pos": { + "x": -20714, + "y": 3017, + "z": 113851 + }, + "rot": { + "x": 0, + "y": 257146, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300020, + "propState": 8, + "pos": { + "x": -22918, + "y": 3017, + "z": 112018 + }, + "rot": { + "x": 0, + "y": 24007, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300021, + "propState": 8, + "pos": { + "x": 14307, + "y": 3017, + "z": 91243 + }, + "rot": { + "x": 0, + "y": 24007, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300022, + "propState": 8, + "pos": { + "x": 13765, + "y": 3017, + "z": 89422 + }, + "rot": { + "x": 0, + "y": 240213, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300023, + "propState": 8, + "pos": { + "x": -37270, + "y": 4962, + "z": 110332 + }, + "rot": { + "x": 0, + "y": 174478, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300004, + "propState": 8, + "pos": { + "x": -42375, + "y": 4854, + "z": 83885 + }, + "rot": { + "x": 0, + "y": 207317, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300005, + "propState": 8, + "pos": { + "x": -60145, + "y": 4854, + "z": 68061 + }, + "rot": { + "x": 0, + "y": 337535, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300006, + "propState": 8, + "pos": { + "x": -81534, + "y": 4854, + "z": 112391 + }, + "rot": { + "x": 0, + "y": 274207, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300030, + "propState": 8, + "pos": { + "x": -93303, + "y": 4919, + "z": 106026 + }, + "rot": { + "x": 0, + "y": 343791, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300007, + "propState": 8, + "pos": { + "x": -64017, + "y": 4854, + "z": 145667 + }, + "rot": { + "x": 0, + "y": 218726, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300008, + "propState": 8, + "pos": { + "x": -39790, + "y": 4854, + "z": 164870 + }, + "rot": { + "x": 0, + "y": 304148, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300009, + "propState": 8, + "pos": { + "x": 11909, + "y": 4946, + "z": 172203 + }, + "rot": { + "x": 0, + "y": 194754, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300010, + "propState": 8, + "pos": { + "x": -11594, + "y": 4941, + "z": 172255 + }, + "rot": { + "x": 0, + "y": 174545, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300011, + "propState": 8, + "pos": { + "x": 63749, + "y": 4854, + "z": 147337 + }, + "rot": { + "x": 0, + "y": 167261, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300012, + "propState": 8, + "pos": { + "x": 62500, + "y": 4854, + "z": 73020 + }, + "rot": { + "x": 0, + "y": 15502, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300013, + "propState": 8, + "pos": { + "x": 81897, + "y": 4854, + "z": 112684 + }, + "rot": { + "x": 0, + "y": 92454, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300014, + "propState": 8, + "pos": { + "x": 50731, + "y": 5235, + "z": 33411 + }, + "rot": { + "x": 0, + "y": 235242, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300015, + "propState": 8, + "pos": { + "x": 34414, + "y": 4854, + "z": 46558 + }, + "rot": { + "x": 0, + "y": 92454, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300016, + "propState": 8, + "pos": { + "x": 43288, + "y": 4854, + "z": 144357 + }, + "rot": { + "x": 0, + "y": 92454, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300024, + "propState": 8, + "pos": { + "x": 76201, + "y": 4854, + "z": 100530 + }, + "rot": { + "x": 0, + "y": 325617, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300025, + "propState": 8, + "pos": { + "x": 77599, + "y": 4854, + "z": 100351 + }, + "rot": { + "x": 0, + "y": 15765, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300026, + "propState": 8, + "pos": { + "x": -11256, + "y": 4937, + "z": 65780 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 2, + "instId": 300027, + "propState": 8, + "pos": { + "x": -12451, + "y": 4937, + "z": 66361 + }, + "rot": { + "x": 0, + "y": 308573, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 2, + "instId": 300028, + "propState": 8, + "pos": { + "x": 109111, + "y": 3859, + "z": 115284 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 2, + "instId": 300029, + "propState": 8, + "pos": { + "x": 126230, + "y": 3859, + "z": 109377 + }, + "rot": { + "x": 0, + "y": 49444, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": -4500, + "y": 4903, + "z": 24390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 8, + "pos": { + "x": -79190, + "y": 4854, + "z": 115370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 8, + "pos": { + "x": 78953, + "y": 4854, + "z": 114983 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 3, + "instId": 300004, + "propState": 8, + "pos": { + "x": 20385, + "y": 4937, + "z": 156122 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 12, + "pos": { + "x": 7132, + "y": 4924, + "z": 31360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 12, + "pos": { + "x": 17543, + "y": 4937, + "z": 68309 + }, + "rot": { + "x": 0, + "y": 335744, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 12, + "pos": { + "x": 19092, + "y": 3017, + "z": 104541 + }, + "rot": { + "x": 0, + "y": 288352, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 12, + "pos": { + "x": 20350, + "y": 4937, + "z": 160920 + }, + "rot": { + "x": 0, + "y": 296253, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 4, + "instId": 300005, + "propState": 12, + "pos": { + "x": -21383, + "y": 3017, + "z": 116105 + }, + "rot": { + "x": 0, + "y": 283023, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 4, + "instId": 300006, + "propState": 12, + "pos": { + "x": -40733, + "y": 4933, + "z": 91608 + }, + "rot": { + "x": 0, + "y": 63371, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 4, + "instId": 300007, + "propState": 12, + "pos": { + "x": 53147, + "y": 4854, + "z": 153697 + }, + "rot": { + "x": 0, + "y": 344544, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 4, + "instId": 300008, + "propState": 12, + "pos": { + "x": 105750, + "y": 3859, + "z": 115875 + }, + "rot": { + "x": 0, + "y": 177642, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 4, + "instId": 300009, + "propState": 12, + "pos": { + "x": 115700, + "y": 3796, + "z": 100270 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 4, + "instId": 300010, + "propState": 12, + "pos": { + "x": 76568, + "y": 4854, + "z": 97940 + }, + "rot": { + "x": 0, + "y": 9263, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 4, + "instId": 300011, + "propState": 12, + "pos": { + "x": 44630, + "y": 5325, + "z": 24514 + }, + "rot": { + "x": 0, + "y": 311735, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 4, + "instId": 300012, + "propState": 12, + "pos": { + "x": -61023, + "y": 4876, + "z": 166111 + }, + "rot": { + "x": 0, + "y": 318603, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 4, + "instId": 300013, + "propState": 12, + "pos": { + "x": -56992, + "y": 5795, + "z": 67016 + }, + "rot": { + "x": 0, + "y": 1748, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 4, + "instId": 300014, + "propState": 12, + "pos": { + "x": -106696, + "y": 4915, + "z": 114340 + }, + "rot": { + "x": 0, + "y": 182428, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 4, + "instId": 300015, + "propState": 12, + "pos": { + "x": 84730, + "y": 9530, + "z": 243431 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 1, + "pos": { + "x": -46858, + "y": 4853, + "z": 168375 + }, + "rot": { + "x": 0, + "y": 321141, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 1, + "pos": { + "x": 38367, + "y": 4853, + "z": 46423 + }, + "rot": { + "x": 0, + "y": 328236, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 8, + "pos": { + "x": -44350, + "y": 7000, + "z": 141260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 8, + "pos": { + "x": -43590, + "y": 7000, + "z": 79790 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 8, + "pos": { + "x": -83950, + "y": 7000, + "z": 110211 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300006, + "propState": 8, + "pos": { + "x": 44280, + "y": 7000, + "z": 79710 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300007, + "propState": 8, + "pos": { + "x": 43820, + "y": 7000, + "z": 141330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300008, + "propState": 8, + "pos": { + "x": 84180, + "y": 7000, + "z": 110406 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 19, + "instId": 300002, + "propState": 8, + "pos": { + "x": 44948, + "y": 6441, + "z": 40551 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 110 + }, + { + "groupId": 22, + "instId": 300001, + "propState": 8, + "pos": { + "x": -22462, + "y": 3017, + "z": 113474 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 22, + "instId": 300002, + "propState": 8, + "pos": { + "x": -10153, + "y": 4470, + "z": 114270 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 22, + "instId": 300003, + "propState": 8, + "pos": { + "x": -14323, + "y": 4960, + "z": 94350 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 22, + "instId": 300004, + "propState": 8, + "pos": { + "x": 15188, + "y": 3017, + "z": 89958 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 22, + "instId": 300005, + "propState": 8, + "pos": { + "x": 11157, + "y": 3017, + "z": 111183 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 22, + "instId": 300006, + "propState": 8, + "pos": { + "x": -11456, + "y": 3017, + "z": 107025 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 22, + "instId": 300007, + "propState": 8, + "pos": { + "x": 2821, + "y": 3017, + "z": 99176 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 63, + "instId": 300005, + "propState": 8, + "pos": { + "x": 110, + "y": 4937, + "z": 162450 + }, + "rot": { + "x": 0, + "y": 169625, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 64, + "instId": 300001, + "propState": 18, + "pos": { + "x": 2425, + "y": 5813, + "z": 53129 + }, + "rot": { + "x": 0, + "y": 53195, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 64, + "instId": 300002, + "propState": 18, + "pos": { + "x": 2971, + "y": 5825, + "z": 52555 + }, + "rot": { + "x": 0, + "y": 216112, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 64, + "instId": 300004, + "propState": 18, + "pos": { + "x": 2484, + "y": -5097, + "z": 52579 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103026 + }, + { + "groupId": 64, + "instId": 300005, + "propState": 1, + "pos": { + "x": 2484, + "y": 4903, + "z": 52579 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 65, + "instId": 300001, + "propState": 18, + "pos": { + "x": -35415, + "y": 6413, + "z": 98580 + }, + "rot": { + "x": 0, + "y": 131635, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 65, + "instId": 300002, + "propState": 1, + "pos": { + "x": -34509, + "y": 4962, + "z": 97252 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 66, + "instId": 300001, + "propState": 18, + "pos": { + "x": -61100, + "y": 7774, + "z": 67719 + }, + "rot": { + "x": 0, + "y": 67336, + "z": 0 + }, + "propId": 103024 + }, + { + "groupId": 66, + "instId": 300002, + "propState": 1, + "pos": { + "x": -58601, + "y": 4854, + "z": 68460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 67, + "instId": 300001, + "propState": 18, + "pos": { + "x": -69467, + "y": 5734, + "z": 88234 + }, + "rot": { + "x": 0, + "y": 105795, + "z": 0 + }, + "propId": 103023 + }, + { + "groupId": 67, + "instId": 300002, + "propState": 1, + "pos": { + "x": -69224, + "y": 4854, + "z": 87964 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 68, + "instId": 300001, + "propState": 18, + "pos": { + "x": -79099, + "y": 6682, + "z": 118675 + }, + "rot": { + "x": 0, + "y": 168204, + "z": 0 + }, + "propId": 103024 + }, + { + "groupId": 68, + "instId": 300002, + "propState": 1, + "pos": { + "x": -78425, + "y": 4854, + "z": 118159 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 69, + "instId": 300001, + "propState": 18, + "pos": { + "x": -106090, + "y": 6025, + "z": 98370 + }, + "rot": { + "x": 0, + "y": 19854, + "z": 0 + }, + "propId": 103026 + }, + { + "groupId": 69, + "instId": 300002, + "propState": 1, + "pos": { + "x": -107586, + "y": 4911, + "z": 105676 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 70, + "instId": 300001, + "propState": 18, + "pos": { + "x": -55895, + "y": 6649, + "z": 183586 + }, + "rot": { + "x": 0, + "y": 95128, + "z": 0 + }, + "propId": 103023 + }, + { + "groupId": 70, + "instId": 300002, + "propState": 1, + "pos": { + "x": -56469, + "y": 5332, + "z": 183514 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 71, + "instId": 300001, + "propState": 18, + "pos": { + "x": -54260, + "y": 6541, + "z": 159916 + }, + "rot": { + "x": 0, + "y": 32199, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 71, + "instId": 300002, + "propState": 1, + "pos": { + "x": -53613, + "y": 4854, + "z": 159863 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 72, + "instId": 300001, + "propState": 18, + "pos": { + "x": -22350, + "y": 9816, + "z": 126089 + }, + "rot": { + "x": 0, + "y": 101552, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 72, + "instId": 300002, + "propState": 1, + "pos": { + "x": -27159, + "y": 4228, + "z": 128047 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 73, + "instId": 300001, + "propState": 18, + "pos": { + "x": -970, + "y": 6218, + "z": 163091 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103024 + }, + { + "groupId": 73, + "instId": 300002, + "propState": 1, + "pos": { + "x": 199, + "y": 4937, + "z": 157550 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 74, + "instId": 300001, + "propState": 18, + "pos": { + "x": 15657, + "y": 5011, + "z": 142450 + }, + "rot": { + "x": 0, + "y": 107946, + "z": 0 + }, + "propId": 103024 + }, + { + "groupId": 74, + "instId": 300002, + "propState": 1, + "pos": { + "x": 15531, + "y": 5113, + "z": 142885 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 75, + "instId": 300001, + "propState": 18, + "pos": { + "x": 40818, + "y": 8154, + "z": 133798 + }, + "rot": { + "x": 0, + "y": 244894, + "z": 0 + }, + "propId": 103026 + }, + { + "groupId": 75, + "instId": 300002, + "propState": 1, + "pos": { + "x": 40168, + "y": 4937, + "z": 133367 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 76, + "instId": 300001, + "propState": 18, + "pos": { + "x": 72147, + "y": 7576, + "z": 126998 + }, + "rot": { + "x": 0, + "y": 213846, + "z": 0 + }, + "propId": 103023 + }, + { + "groupId": 76, + "instId": 300002, + "propState": 1, + "pos": { + "x": 72168, + "y": 4854, + "z": 126998 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 77, + "instId": 300001, + "propState": 18, + "pos": { + "x": 68589, + "y": 8895, + "z": 98145 + }, + "rot": { + "x": 0, + "y": 13922, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 77, + "instId": 300002, + "propState": 1, + "pos": { + "x": 68292, + "y": 4854, + "z": 98391 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 78, + "instId": 300001, + "propState": 18, + "pos": { + "x": 100212, + "y": 4594, + "z": 115361 + }, + "rot": { + "x": 0, + "y": 45885, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 78, + "instId": 300002, + "propState": 8, + "pos": { + "x": 100902, + "y": 4583, + "z": 115243 + }, + "rot": { + "x": 0, + "y": 119437, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 78, + "instId": 300003, + "propState": 8, + "pos": { + "x": 102296, + "y": 4584, + "z": 115591 + }, + "rot": { + "x": 0, + "y": 315796, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 78, + "instId": 300004, + "propState": 1, + "pos": { + "x": 101007, + "y": 3859, + "z": 114934 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 79, + "instId": 300001, + "propState": 18, + "pos": { + "x": 64628, + "y": 8463, + "z": 36820 + }, + "rot": { + "x": 0, + "y": 63212, + "z": 0 + }, + "propId": 103026 + }, + { + "groupId": 79, + "instId": 300002, + "propState": 1, + "pos": { + "x": 64525, + "y": 7735, + "z": 37611 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 80, + "instId": 300001, + "propState": 18, + "pos": { + "x": 44578, + "y": 8989, + "z": 60445 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 103023 + }, + { + "groupId": 80, + "instId": 300002, + "propState": 1, + "pos": { + "x": 44038, + "y": 4854, + "z": 60245 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 81, + "instId": 300001, + "propState": 18, + "pos": { + "x": 19377, + "y": 4372, + "z": 114251 + }, + "rot": { + "x": 0, + "y": 83300, + "z": 0 + }, + "propId": 103023 + }, + { + "groupId": 81, + "instId": 300002, + "propState": 1, + "pos": { + "x": 18352, + "y": 2979, + "z": 114193 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 82, + "instId": 300001, + "propState": 18, + "pos": { + "x": 8765, + "y": 3312, + "z": 127987 + }, + "rot": { + "x": 0, + "y": 66513, + "z": 0 + }, + "propId": 103026 + }, + { + "groupId": 82, + "instId": 300002, + "propState": 1, + "pos": { + "x": 11818, + "y": 3017, + "z": 129493 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 83, + "instId": 300001, + "propState": 18, + "pos": { + "x": 92046, + "y": 11555, + "z": 243435 + }, + "rot": { + "x": 0, + "y": 79628, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 83, + "instId": 300002, + "propState": 1, + "pos": { + "x": 91338, + "y": 9548, + "z": 242860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 206, + "instId": 300001, + "propState": 8, + "pos": { + "x": -118235, + "y": 4915, + "z": 107588 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 110 + }, + { + "groupId": 208, + "instId": 300001, + "propState": 8, + "pos": { + "x": 7681, + "y": 4937, + "z": 152616 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 110 + }, + { + "groupId": 232, + "instId": 300001, + "propState": 8, + "pos": { + "x": 123580, + "y": 3680, + "z": 73840 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103098 + }, + { + "groupId": 249, + "instId": 300001, + "propState": 8, + "pos": { + "x": 22, + "y": 3800, + "z": 125024 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300002, + "propState": 8, + "pos": { + "x": 22, + "y": 3800, + "z": 125024 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300003, + "propState": 8, + "pos": { + "x": 22, + "y": 3800, + "z": 125024 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300005, + "propState": 8, + "pos": { + "x": 17, + "y": 2250, + "z": 134940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300006, + "propState": 8, + "pos": { + "x": 20, + "y": 3016, + "z": 110440 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300007, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 115580 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300008, + "propState": 8, + "pos": { + "x": -660, + "y": 13940, + "z": 112251 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300009, + "propState": 8, + "pos": { + "x": 8163, + "y": 12553, + "z": 121645 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300010, + "propState": 8, + "pos": { + "x": -11382, + "y": 13940, + "z": 119229 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300011, + "propState": 8, + "pos": { + "x": -7610, + "y": 12817, + "z": 120650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300012, + "propState": 8, + "pos": { + "x": 10743, + "y": 13940, + "z": 118047 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 271, + "instId": 300001, + "propState": 11, + "pos": { + "x": 67046, + "y": 4854, + "z": 140612 + }, + "rot": { + "x": 0, + "y": 265630, + "z": 0 + }, + "propId": 103018 + }, + { + "groupId": 272, + "instId": 300001, + "propState": 11, + "pos": { + "x": -100184, + "y": 4915, + "z": 113935 + }, + "rot": { + "x": 0, + "y": 111570, + "z": 0 + }, + "propId": 103018 + }, + { + "groupId": 273, + "instId": 300001, + "propState": 11, + "pos": { + "x": -21062, + "y": 4937, + "z": 161940 + }, + "rot": { + "x": 0, + "y": 74313, + "z": 0 + }, + "propId": 103018 + }, + { + "groupId": 275, + "instId": 300001, + "propState": 8, + "pos": { + "x": -10060, + "y": 3017, + "z": 109140 + }, + "rot": { + "x": 0, + "y": 52648, + "z": 0 + }, + "propId": 103256 + }, + { + "groupId": 276, + "instId": 300002, + "propState": 8, + "pos": { + "x": 9600, + "y": 3017, + "z": 111300 + }, + "rot": { + "x": 0, + "y": 289130, + "z": 0 + }, + "propId": 103256 + }, + { + "groupId": 277, + "instId": 300003, + "propState": 8, + "pos": { + "x": 4860, + "y": 3017, + "z": 102970 + }, + "rot": { + "x": 0, + "y": 330043, + "z": 0 + }, + "propId": 103256 + }, + { + "groupId": 329, + "instId": 300001, + "propState": 0, + "pos": { + "x": -97397, + "y": 5131, + "z": 108154 + }, + "rot": { + "x": 0, + "y": 7327, + "z": 0 + }, + "propId": 103142 + }, + { + "groupId": 351, + "instId": 300001, + "propState": 1, + "pos": { + "x": -79626, + "y": 5666, + "z": 106221 + }, + "rot": { + "x": 0, + "y": 86271, + "z": 0 + }, + "propId": 103020 + }, + { + "groupId": 351, + "instId": 300002, + "propState": 1, + "pos": { + "x": -35326, + "y": 5586, + "z": 171081 + }, + "rot": { + "x": 0, + "y": 256384, + "z": 0 + }, + "propId": 103020 + }, + { + "groupId": 351, + "instId": 300003, + "propState": 1, + "pos": { + "x": 19882, + "y": 5586, + "z": 43133 + }, + "rot": { + "x": 0, + "y": 80123, + "z": 0 + }, + "propId": 103020 + }, + { + "groupId": 351, + "instId": 300004, + "propState": 1, + "pos": { + "x": 79740, + "y": 5586, + "z": 119760 + }, + "rot": { + "x": 0, + "y": 261972, + "z": 0 + }, + "propId": 103020 + }, + { + "groupId": 394, + "instId": 300001, + "propState": 18, + "pos": { + "x": 45587, + "y": 5894, + "z": 160678 + }, + "rot": { + "x": 0, + "y": 248853, + "z": 0 + }, + "propId": 103037 + }, + { + "groupId": 394, + "instId": 300002, + "propState": 18, + "pos": { + "x": -61959, + "y": 6707, + "z": 133102 + }, + "rot": { + "x": 0, + "y": 110610, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 394, + "instId": 300003, + "propState": 18, + "pos": { + "x": 42350, + "y": 6458, + "z": 33082 + }, + "rot": { + "x": 0, + "y": 30297, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 394, + "instId": 300004, + "propState": 18, + "pos": { + "x": 9155, + "y": 5891, + "z": 66769 + }, + "rot": { + "x": 0, + "y": 142183, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 394, + "instId": 300005, + "propState": 18, + "pos": { + "x": 12751, + "y": 5522, + "z": 65328 + }, + "rot": { + "x": 0, + "y": 89545, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 394, + "instId": 300006, + "propState": 18, + "pos": { + "x": -3316, + "y": 5608, + "z": 51301 + }, + "rot": { + "x": 0, + "y": 303779, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 394, + "instId": 300007, + "propState": 18, + "pos": { + "x": 3290, + "y": 5872, + "z": 54638 + }, + "rot": { + "x": 0, + "y": 104072, + "z": 0 + }, + "propId": 103037 + }, + { + "groupId": 394, + "instId": 300008, + "propState": 18, + "pos": { + "x": 44675, + "y": 5618, + "z": 42184 + }, + "rot": { + "x": 0, + "y": 106024, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 394, + "instId": 300009, + "propState": 18, + "pos": { + "x": 86041, + "y": 10540, + "z": 240931 + }, + "rot": { + "x": 0, + "y": 358362, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 394, + "instId": 300010, + "propState": 18, + "pos": { + "x": 133274, + "y": 4555, + "z": 95550 + }, + "rot": { + "x": 0, + "y": 35564, + "z": 0 + }, + "propId": 101029 + }, + { + "groupId": 394, + "instId": 300011, + "propState": 18, + "pos": { + "x": -58397, + "y": 4934, + "z": 142590 + }, + "rot": { + "x": 0, + "y": 159303, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 395, + "instId": 300001, + "propState": 18, + "pos": { + "x": -43819, + "y": 5839, + "z": 125220 + }, + "rot": { + "x": 0, + "y": 20548, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 395, + "instId": 300002, + "propState": 18, + "pos": { + "x": 86127, + "y": 10146, + "z": 228987 + }, + "rot": { + "x": 0, + "y": 313547, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 395, + "instId": 300003, + "propState": 18, + "pos": { + "x": 41507, + "y": 4869, + "z": 171335 + }, + "rot": { + "x": 0, + "y": 79793, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 395, + "instId": 300004, + "propState": 18, + "pos": { + "x": -119330, + "y": 5601, + "z": 105677 + }, + "rot": { + "x": 0, + "y": 142183, + "z": 0 + }, + "propId": 103037 + }, + { + "groupId": 396, + "instId": 300001, + "propState": 18, + "pos": { + "x": 21249, + "y": 5953, + "z": 154350 + }, + "rot": { + "x": 0, + "y": 26863, + "z": 0 + }, + "propId": 101028 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 1, + "groupId": 3, + "instId": 300001, + "pos": { + "x": 0, + "y": 4903, + "z": 26000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 1030601 + }, + { + "anchorId": 2, + "groupId": 3, + "instId": 300002, + "pos": { + "x": -84530, + "y": 4854, + "z": 110410 + }, + "rot": { + "x": 0, + "y": 271000, + "z": 0 + }, + "teleportId": 1030602 + }, + { + "anchorId": 3, + "groupId": 3, + "instId": 300003, + "pos": { + "x": 85840, + "y": 4854, + "z": 110533 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "teleportId": 1030603 + }, + { + "anchorId": 4, + "groupId": 3, + "instId": 300004, + "pos": { + "x": 15521, + "y": 4937, + "z": 156520 + }, + "rot": { + "x": 0, + "y": 338250, + "z": 0 + }, + "teleportId": 1030604 + } + ] + }, + { + "planeID": 20004, + "props": [ + { + "groupId": 2, + "instId": 300001, + "propState": 8, + "pos": { + "x": 16550, + "y": 412082, + "z": -6200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 8, + "pos": { + "x": -11513, + "y": 180918, + "z": -88379 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 2, + "instId": 300003, + "propState": 8, + "pos": { + "x": 28310, + "y": 172315, + "z": 47630 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 2, + "instId": 300004, + "propState": 8, + "pos": { + "x": 23980, + "y": 143925, + "z": -22885 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 0, + "pos": { + "x": 45892, + "y": 171240, + "z": 79370 + }, + "rot": { + "x": 0, + "y": 232288, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300005, + "propState": 0, + "pos": { + "x": 36538, + "y": 171240, + "z": 90630 + }, + "rot": { + "x": 0, + "y": 230173, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300006, + "propState": 0, + "pos": { + "x": -31513, + "y": 179103, + "z": -117806 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300007, + "propState": 0, + "pos": { + "x": -42120, + "y": 178950, + "z": -109089 + }, + "rot": { + "x": 0, + "y": 39426, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 0, + "pos": { + "x": -52969, + "y": 178950, + "z": -100139 + }, + "rot": { + "x": 0, + "y": 40819, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 5, + "instId": 300006, + "propState": 8, + "pos": { + "x": 78570, + "y": 172707, + "z": -15496 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": 81605, + "y": 163620, + "z": -14231 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 8, + "pos": { + "x": 86170, + "y": 172415, + "z": -14200 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 8, + "pos": { + "x": 86170, + "y": 172415, + "z": -14200 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 5, + "instId": 300004, + "propState": 12, + "pos": { + "x": 86170, + "y": 172415, + "z": -14200 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60002 + }, + { + "groupId": 31, + "instId": 300001, + "propState": 12, + "pos": { + "x": -2716, + "y": 413976, + "z": 20636 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60001 + }, + { + "groupId": 31, + "instId": 300002, + "propState": 12, + "pos": { + "x": -95043, + "y": 411908, + "z": -18250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60001 + }, + { + "groupId": 31, + "instId": 300003, + "propState": 12, + "pos": { + "x": -55508, + "y": 182862, + "z": -13966 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60001 + }, + { + "groupId": 31, + "instId": 300004, + "propState": 12, + "pos": { + "x": 10269, + "y": 180920, + "z": -103379 + }, + "rot": { + "x": 0, + "y": 220013, + "z": 0 + }, + "propId": 60001 + }, + { + "groupId": 31, + "instId": 300005, + "propState": 12, + "pos": { + "x": -57810, + "y": 177414, + "z": -95270 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 60001 + }, + { + "groupId": 31, + "instId": 300006, + "propState": 12, + "pos": { + "x": 44878, + "y": 172248, + "z": 62691 + }, + "rot": { + "x": 0, + "y": 230000, + "z": 0 + }, + "propId": 60001 + }, + { + "groupId": 31, + "instId": 300007, + "propState": 12, + "pos": { + "x": 14950, + "y": 172249, + "z": 64855 + }, + "rot": { + "x": 0, + "y": 140910, + "z": 0 + }, + "propId": 60001 + }, + { + "groupId": 31, + "instId": 300008, + "propState": 12, + "pos": { + "x": -48234, + "y": 182839, + "z": 45318 + }, + "rot": { + "x": 0, + "y": 140000, + "z": 0 + }, + "propId": 60001 + }, + { + "groupId": 31, + "instId": 300009, + "propState": 12, + "pos": { + "x": -62458, + "y": 177545, + "z": 30073 + }, + "rot": { + "x": 0, + "y": 320000, + "z": 0 + }, + "propId": 60001 + }, + { + "groupId": 31, + "instId": 300010, + "propState": 12, + "pos": { + "x": 7507, + "y": 172229, + "z": 89687 + }, + "rot": { + "x": 0, + "y": 6000, + "z": 0 + }, + "propId": 60001 + }, + { + "groupId": 34, + "instId": 300001, + "propState": 11, + "pos": { + "x": 31250, + "y": 169655, + "z": 88460 + }, + "rot": { + "x": 0, + "y": 142143, + "z": 0 + }, + "propId": 60002 + }, + { + "groupId": 34, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 142143, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 34, + "instId": 300003, + "propState": 8, + "pos": { + "x": 31250, + "y": 169655, + "z": 88460 + }, + "rot": { + "x": 0, + "y": 142143, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 35, + "instId": 300001, + "propState": 8, + "pos": { + "x": -63660, + "y": 182862, + "z": -21520 + }, + "rot": { + "x": 0, + "y": 80000, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 35, + "instId": 300002, + "propState": 8, + "pos": { + "x": 50871, + "y": 172400, + "z": -59024 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 35, + "instId": 300003, + "propState": 8, + "pos": { + "x": 47540, + "y": 169655, + "z": 75000 + }, + "rot": { + "x": 0, + "y": 290000, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 35, + "instId": 300004, + "propState": 8, + "pos": { + "x": -32238, + "y": 411908, + "z": -10233 + }, + "rot": { + "x": 0, + "y": 269895, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 35, + "instId": 300005, + "propState": 8, + "pos": { + "x": -78660, + "y": 411908, + "z": -17990 + }, + "rot": { + "x": 0, + "y": 269895, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 35, + "instId": 300006, + "propState": 8, + "pos": { + "x": -3039, + "y": 412082, + "z": 6833 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 35, + "instId": 300007, + "propState": 8, + "pos": { + "x": -2927, + "y": 412082, + "z": -35510 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 35, + "instId": 300008, + "propState": 8, + "pos": { + "x": -53854, + "y": 182862, + "z": -61283 + }, + "rot": { + "x": 0, + "y": 134000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 35, + "instId": 300009, + "propState": 8, + "pos": { + "x": -69749, + "y": 182862, + "z": -31661 + }, + "rot": { + "x": 0, + "y": 77036, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 35, + "instId": 300010, + "propState": 8, + "pos": { + "x": -35639, + "y": 180918, + "z": -93976 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 35, + "instId": 300011, + "propState": 8, + "pos": { + "x": 6531, + "y": 180920, + "z": -97335 + }, + "rot": { + "x": 0, + "y": 310000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 35, + "instId": 300012, + "propState": 8, + "pos": { + "x": 14887, + "y": 174877, + "z": -110436 + }, + "rot": { + "x": 0, + "y": 130000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 35, + "instId": 300013, + "propState": 8, + "pos": { + "x": -58943, + "y": 177414, + "z": -87559 + }, + "rot": { + "x": 0, + "y": 220000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 35, + "instId": 300014, + "propState": 8, + "pos": { + "x": -46725, + "y": 177414, + "z": -104197 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 35, + "instId": 300015, + "propState": 8, + "pos": { + "x": -3009, + "y": 172299, + "z": -89694 + }, + "rot": { + "x": 0, + "y": 83000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 35, + "instId": 300016, + "propState": 8, + "pos": { + "x": 32701, + "y": 172225, + "z": 68710 + }, + "rot": { + "x": 0, + "y": 50000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 35, + "instId": 300017, + "propState": 8, + "pos": { + "x": 3080, + "y": 172225, + "z": 69780 + }, + "rot": { + "x": 0, + "y": 53000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 35, + "instId": 300018, + "propState": 8, + "pos": { + "x": -41643, + "y": 172241, + "z": 35096 + }, + "rot": { + "x": 0, + "y": 50000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 35, + "instId": 300019, + "propState": 8, + "pos": { + "x": -40514, + "y": 172241, + "z": 33751 + }, + "rot": { + "x": 0, + "y": 50000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 35, + "instId": 300020, + "propState": 8, + "pos": { + "x": -54202, + "y": 182862, + "z": 33693 + }, + "rot": { + "x": 0, + "y": 130000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 36, + "instId": 300001, + "propState": 0, + "pos": { + "x": 2018, + "y": 412082, + "z": -13367 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 36, + "instId": 300003, + "propState": 14, + "pos": { + "x": -2490, + "y": 414020, + "z": -14260 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100007 + }, + { + "groupId": 41, + "instId": 300001, + "propState": 8, + "pos": { + "x": -95834, + "y": 182862, + "z": -11200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 41, + "instId": 300002, + "propState": 8, + "pos": { + "x": -95834, + "y": 411908, + "z": -11200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 41, + "instId": 300003, + "propState": 1, + "pos": { + "x": -102314, + "y": 411470, + "z": -14117 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100073 + }, + { + "groupId": 41, + "instId": 300004, + "propState": 8, + "pos": { + "x": -98020, + "y": 184490, + "z": -14058 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100091 + }, + { + "groupId": 41, + "instId": 300005, + "propState": 8, + "pos": { + "x": -98020, + "y": 413482, + "z": -14190 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100091 + }, + { + "groupId": 42, + "instId": 300001, + "propState": 8, + "pos": { + "x": 29037, + "y": 144001, + "z": -17653 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 42, + "instId": 300002, + "propState": 8, + "pos": { + "x": 90400, + "y": 411908, + "z": -17380 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 42, + "instId": 300003, + "propState": 1, + "pos": { + "x": 96873, + "y": 168100, + "z": -14245 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100072 + }, + { + "groupId": 42, + "instId": 300004, + "propState": 8, + "pos": { + "x": 29710, + "y": 144960, + "z": -14230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100092 + }, + { + "groupId": 42, + "instId": 300005, + "propState": 8, + "pos": { + "x": 92556, + "y": 413533, + "z": -14221 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100091 + }, + { + "groupId": 49, + "instId": 300001, + "propState": 8, + "pos": { + "x": -2758, + "y": 144670, + "z": -14085 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 113 + }, + { + "groupId": 51, + "instId": 300001, + "propState": 0, + "pos": { + "x": -45550, + "y": 182859, + "z": 37610 + }, + "rot": { + "x": 0, + "y": 50364, + "z": 0 + }, + "propId": 100075 + }, + { + "groupId": 51, + "instId": 300002, + "propState": 1, + "pos": { + "x": 34205, + "y": 172241, + "z": 61090 + }, + "rot": { + "x": 0, + "y": 140342, + "z": 0 + }, + "propId": 100075 + }, + { + "groupId": 51, + "instId": 300003, + "propState": 0, + "pos": { + "x": -5492, + "y": 172245, + "z": 69006 + }, + "rot": { + "x": 0, + "y": 230342, + "z": 0 + }, + "propId": 100075 + }, + { + "groupId": 51, + "instId": 300004, + "propState": 1, + "pos": { + "x": 50100, + "y": 172307, + "z": 34560 + }, + "rot": { + "x": 0, + "y": 320342, + "z": 0 + }, + "propId": 100076 + }, + { + "groupId": 51, + "instId": 300005, + "propState": 1, + "pos": { + "x": 4961, + "y": 172283, + "z": -85700 + }, + "rot": { + "x": 0, + "y": 264500, + "z": 0 + }, + "propId": 100076 + }, + { + "groupId": 51, + "instId": 300006, + "propState": 2, + "pos": { + "x": -47126, + "y": 182937, + "z": 42050 + }, + "rot": { + "x": 0, + "y": 53340, + "z": 0 + }, + "propId": 100078 + }, + { + "groupId": 51, + "instId": 300007, + "propState": 1, + "pos": { + "x": 29865, + "y": 172315, + "z": 60906 + }, + "rot": { + "x": 0, + "y": 319534, + "z": 0 + }, + "propId": 100078 + }, + { + "groupId": 51, + "instId": 300008, + "propState": 1, + "pos": { + "x": -61141, + "y": 177569, + "z": 41487 + }, + "rot": { + "x": 0, + "y": 140000, + "z": 0 + }, + "propId": 100079 + }, + { + "groupId": 51, + "instId": 300009, + "propState": 0, + "pos": { + "x": 86620, + "y": 411956, + "z": -14145 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100075 + }, + { + "groupId": 51, + "instId": 300010, + "propState": 1, + "pos": { + "x": -92635, + "y": 411956, + "z": -14145 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100075 + }, + { + "groupId": 83, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 95, + "instId": 300001, + "propState": 0, + "pos": { + "x": -15001, + "y": 176391, + "z": 51728 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 96, + "instId": 300001, + "propState": 8, + "pos": { + "x": 26580, + "y": 143925, + "z": -3696 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 97, + "instId": 300001, + "propState": 0, + "pos": { + "x": -44708, + "y": 182921, + "z": -66187 + }, + "rot": { + "x": 0, + "y": 309500, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 97, + "instId": 300002, + "propState": 0, + "pos": { + "x": -44708, + "y": 182881, + "z": -66187 + }, + "rot": { + "x": 0, + "y": 219500, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 97, + "instId": 300003, + "propState": 0, + "pos": { + "x": -47712, + "y": 182862, + "z": -66323 + }, + "rot": { + "x": 0, + "y": 312965, + "z": 0 + }, + "propId": 100078 + }, + { + "groupId": 97, + "instId": 300004, + "propState": 0, + "pos": { + "x": 73228, + "y": 172441, + "z": -14226 + }, + "rot": { + "x": 0, + "y": 90756, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 97, + "instId": 300005, + "propState": 0, + "pos": { + "x": 75259, + "y": 172424, + "z": -14232 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 97, + "instId": 300006, + "propState": 1, + "pos": { + "x": 13956, + "y": 172295, + "z": 85557 + }, + "rot": { + "x": 0, + "y": 185733, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 97, + "instId": 300007, + "propState": 1, + "pos": { + "x": 13963, + "y": 172245, + "z": 85628 + }, + "rot": { + "x": 0, + "y": 275733, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 97, + "instId": 300010, + "propState": 1, + "pos": { + "x": -15429, + "y": 177436, + "z": -121681 + }, + "rot": { + "x": 0, + "y": 309500, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 97, + "instId": 300011, + "propState": 1, + "pos": { + "x": 12105, + "y": 174893, + "z": -104320 + }, + "rot": { + "x": 0, + "y": 309500, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 97, + "instId": 300012, + "propState": 1, + "pos": { + "x": 25850, + "y": 172261, + "z": 50783 + }, + "rot": { + "x": 0, + "y": 95342, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 97, + "instId": 300013, + "propState": 1, + "pos": { + "x": 22247, + "y": 172300, + "z": 64676 + }, + "rot": { + "x": 0, + "y": 50342, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 97, + "instId": 300014, + "propState": 1, + "pos": { + "x": -15420, + "y": 177421, + "z": -121688 + }, + "rot": { + "x": 0, + "y": 219500, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 97, + "instId": 300015, + "propState": 1, + "pos": { + "x": 12138, + "y": 174878, + "z": -104347 + }, + "rot": { + "x": 0, + "y": 219500, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 97, + "instId": 300016, + "propState": 1, + "pos": { + "x": 25865, + "y": 172246, + "z": 50781 + }, + "rot": { + "x": 0, + "y": 5342, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 97, + "instId": 300017, + "propState": 1, + "pos": { + "x": 22300, + "y": 172252, + "z": 64720 + }, + "rot": { + "x": 0, + "y": 320342, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 100, + "instId": 300001, + "propState": 8, + "pos": { + "x": -3200, + "y": 185029, + "z": -14100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 101, + "instId": 300001, + "propState": 8, + "pos": { + "x": -7179, + "y": 172241, + "z": 91237 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 101, + "instId": 300002, + "propState": 8, + "pos": { + "x": -16413, + "y": 172241, + "z": 84522 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 101, + "instId": 300004, + "propState": 8, + "pos": { + "x": -42716, + "y": 172241, + "z": 52871 + }, + "rot": { + "x": 0, + "y": 19414, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 101, + "instId": 300005, + "propState": 8, + "pos": { + "x": -43397, + "y": 172241, + "z": 55562 + }, + "rot": { + "x": 0, + "y": 124550, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 101, + "instId": 300006, + "propState": 8, + "pos": { + "x": -41712, + "y": 172241, + "z": 53164 + }, + "rot": { + "x": 0, + "y": 336598, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 101, + "instId": 300007, + "propState": 8, + "pos": { + "x": -5751, + "y": 173943, + "z": 92245 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 101, + "instId": 300008, + "propState": 8, + "pos": { + "x": -15848, + "y": 173943, + "z": 84031 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 102, + "instId": 300001, + "propState": 8, + "pos": { + "x": -4200, + "y": 420480, + "z": -10800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 107, + "instId": 300001, + "propState": 8, + "pos": { + "x": 24917, + "y": 148839, + "z": -15661 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 109, + "instId": 300001, + "propState": 8, + "pos": { + "x": 27877, + "y": 411908, + "z": -10207 + }, + "rot": { + "x": 0, + "y": 269895, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 109, + "instId": 300002, + "propState": 8, + "pos": { + "x": 45700, + "y": 411908, + "z": -18047 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 127, + "instId": 300001, + "propState": 8, + "pos": { + "x": 68024, + "y": 169639, + "z": 50287 + }, + "rot": { + "x": 0, + "y": 322107, + "z": 0 + }, + "propId": 300009 + }, + { + "groupId": 148, + "instId": 300001, + "propState": 1, + "pos": { + "x": -57770, + "y": 177550, + "z": 51330 + }, + "rot": { + "x": 0, + "y": 230342, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 148, + "instId": 300002, + "propState": 1, + "pos": { + "x": -57761, + "y": 177536, + "z": 51337 + }, + "rot": { + "x": 0, + "y": 320342, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 149, + "instId": 300001, + "propState": 18, + "pos": { + "x": -30105, + "y": 414996, + "z": 4812 + }, + "rot": { + "x": 0, + "y": 334362, + "z": 0 + }, + "propId": 100018 + }, + { + "groupId": 149, + "instId": 300002, + "propState": 18, + "pos": { + "x": -36313, + "y": 183245, + "z": 45690 + }, + "rot": { + "x": 0, + "y": 187515, + "z": 0 + }, + "propId": 100020 + }, + { + "groupId": 149, + "instId": 300003, + "propState": 18, + "pos": { + "x": 69934, + "y": 170417, + "z": 57893 + }, + "rot": { + "x": 0, + "y": 291880, + "z": 0 + }, + "propId": 100020 + }, + { + "groupId": 149, + "instId": 300004, + "propState": 18, + "pos": { + "x": -45430, + "y": 183653, + "z": -80352 + }, + "rot": { + "x": 0, + "y": 265438, + "z": 0 + }, + "propId": 100018 + }, + { + "groupId": 149, + "instId": 300005, + "propState": 18, + "pos": { + "x": -62784, + "y": 178283, + "z": 34851 + }, + "rot": { + "x": 0, + "y": 270352, + "z": 0 + }, + "propId": 100019 + }, + { + "groupId": 150, + "instId": 300006, + "propState": 18, + "pos": { + "x": -26594, + "y": 181675, + "z": -93204 + }, + "rot": { + "x": 0, + "y": 334362, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 150, + "instId": 300007, + "propState": 18, + "pos": { + "x": 17317, + "y": 144064, + "z": -14898 + }, + "rot": { + "x": 0, + "y": 308519, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 150, + "instId": 300008, + "propState": 18, + "pos": { + "x": -8976, + "y": 181678, + "z": -90543 + }, + "rot": { + "x": 0, + "y": 334362, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 150, + "instId": 300009, + "propState": 18, + "pos": { + "x": 17632, + "y": 172665, + "z": 66685 + }, + "rot": { + "x": 0, + "y": 253459, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 166, + "instId": 300001, + "propState": 8, + "pos": { + "x": -42535, + "y": 173152, + "z": 54004 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 166, + "instId": 300002, + "propState": 8, + "pos": { + "x": -42716, + "y": 172241, + "z": 52871 + }, + "rot": { + "x": 0, + "y": 19414, + "z": 0 + }, + "propId": 100047 + }, + { + "groupId": 166, + "instId": 300003, + "propState": 8, + "pos": { + "x": -43397, + "y": 172241, + "z": 55562 + }, + "rot": { + "x": 0, + "y": 124550, + "z": 0 + }, + "propId": 100047 + }, + { + "groupId": 166, + "instId": 300004, + "propState": 8, + "pos": { + "x": -41712, + "y": 172241, + "z": 53164 + }, + "rot": { + "x": 0, + "y": 336598, + "z": 0 + }, + "propId": 100047 + }, + { + "groupId": 166, + "instId": 300005, + "propState": 8, + "pos": { + "x": -42800, + "y": 173610, + "z": 54148 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 191, + "instId": 300001, + "propState": 8, + "pos": { + "x": -25034, + "y": 180967, + "z": -83922 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 110 + } + ], + "monsters": [ + { + "groupId": 34, + "instId": 200001, + "eventId": 20004231, + "pos": { + "x": 31845, + "y": 169791, + "z": 85159 + }, + "rot": { + "x": 0, + "y": 337906, + "z": 0 + }, + "monsterId": 8022010 + }, + { + "groupId": 34, + "instId": 200002, + "eventId": 20004232, + "pos": { + "x": 34912, + "y": 169791, + "z": 87854 + }, + "rot": { + "x": 0, + "y": 269528, + "z": 0 + }, + "monsterId": 8022010 + }, + { + "groupId": 87, + "instId": 200001, + "eventId": 20004106, + "pos": { + "x": 38160, + "y": 172400, + "z": -74590 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "monsterId": 8022010 + }, + { + "groupId": 87, + "instId": 200002, + "eventId": 20004107, + "pos": { + "x": 65707, + "y": 172400, + "z": -39125 + }, + "rot": { + "x": 0, + "y": 20000, + "z": 0 + }, + "monsterId": 8022010 + }, + { + "groupId": 87, + "instId": 200003, + "eventId": 20004108, + "pos": { + "x": 65230, + "y": 172400, + "z": -33300 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "monsterId": 8022010 + }, + { + "groupId": 88, + "instId": 200001, + "eventId": 20004101, + "pos": { + "x": -63775, + "y": 182862, + "z": 0 + }, + "rot": { + "x": 0, + "y": 119339, + "z": 0 + }, + "monsterId": 8022010 + }, + { + "groupId": 88, + "instId": 200002, + "eventId": 20004102, + "pos": { + "x": -63458, + "y": 182862, + "z": 2763 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "monsterId": 8022010 + }, + { + "groupId": 88, + "instId": 200003, + "eventId": 20004103, + "pos": { + "x": -62135, + "y": 182891, + "z": 14288 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8022010 + }, + { + "groupId": 89, + "instId": 200001, + "eventId": 20004125, + "pos": { + "x": 11579, + "y": 172226, + "z": 78947 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "teleports": [ + { + "anchorId": 5, + "groupId": 2, + "instId": 300001, + "pos": { + "x": 7320, + "y": 412082, + "z": -1500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "teleportId": 2000401 + }, + { + "anchorId": 2, + "groupId": 2, + "instId": 300002, + "pos": { + "x": -14714, + "y": 180918, + "z": -89770 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "teleportId": 2000402 + }, + { + "anchorId": 3, + "groupId": 2, + "instId": 300003, + "pos": { + "x": 35420, + "y": 172315, + "z": 46840 + }, + "rot": { + "x": 0, + "y": 50000, + "z": 0 + }, + "teleportId": 2000403 + }, + { + "anchorId": 4, + "groupId": 2, + "instId": 300004, + "pos": { + "x": 26290, + "y": 143925, + "z": -17740 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "teleportId": 2000404 + }, + { + "anchorId": 1, + "groupId": 49, + "instId": 300001, + "pos": { + "x": -470, + "y": 144131, + "z": -14350 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "teleportId": 1304 + } + ] + }, + { + "planeID": 20101, + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 11, + "pos": { + "x": -93040, + "y": 18542, + "z": 30841 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 60103 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 8, + "pos": { + "x": -93040, + "y": 18542, + "z": 30841 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 14, + "instId": 300003, + "propState": 8, + "pos": { + "x": -92210, + "y": 15711, + "z": -10540 + }, + "rot": { + "x": 0, + "y": 4300, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 14, + "instId": 300004, + "propState": 8, + "pos": { + "x": -66110, + "y": 16654, + "z": 12580 + }, + "rot": { + "x": 0, + "y": 4300, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 14, + "instId": 300005, + "propState": 8, + "pos": { + "x": -19980, + "y": 20084, + "z": 1800 + }, + "rot": { + "x": 0, + "y": 4300, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 14, + "instId": 300006, + "propState": 8, + "pos": { + "x": 21260, + "y": 14990, + "z": -4600 + }, + "rot": { + "x": 0, + "y": 4300, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 14, + "instId": 300007, + "propState": 8, + "pos": { + "x": 5450, + "y": 16622, + "z": -12380 + }, + "rot": { + "x": 0, + "y": 34500, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 14, + "instId": 300008, + "propState": 8, + "pos": { + "x": 17840, + "y": 12628, + "z": -40120 + }, + "rot": { + "x": 0, + "y": 4300, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 14, + "instId": 300001, + "propState": 8, + "pos": { + "x": 41210, + "y": 3356, + "z": -55370 + }, + "rot": { + "x": 0, + "y": 34500, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 8, + "pos": { + "x": -108735, + "y": 16086, + "z": 11661 + }, + "rot": { + "x": 0, + "y": 34500, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 16, + "instId": 300001, + "propState": 8, + "pos": { + "x": -140060, + "y": 12670, + "z": 42000 + }, + "rot": { + "x": 0, + "y": 131440, + "z": 0 + }, + "propId": 114 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 8, + "pos": { + "x": 10070, + "y": 13630, + "z": -49980 + }, + "rot": { + "x": 0, + "y": 289310, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300003, + "propState": 8, + "pos": { + "x": -140060, + "y": 13354, + "z": 42000 + }, + "rot": { + "x": 0, + "y": 41440, + "z": 0 + }, + "propId": 115 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 8, + "pos": { + "x": 23380, + "y": 14338, + "z": -16390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 17, + "instId": 300003, + "propState": 8, + "pos": { + "x": 92420, + "y": 3885, + "z": -29570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 18, + "instId": 300001, + "propState": 12, + "pos": { + "x": -80610, + "y": 17887, + "z": 21650 + }, + "rot": { + "x": 0, + "y": 45940, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 12, + "pos": { + "x": -58638, + "y": 15503, + "z": -22743 + }, + "rot": { + "x": 0, + "y": 340210, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 19, + "instId": 300001, + "propState": 8, + "pos": { + "x": -570, + "y": 19364, + "z": 4480 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 801 + }, + { + "groupId": 56, + "instId": 300001, + "propState": 8, + "pos": { + "x": 41300, + "y": 3724, + "z": -36479 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 808 + }, + { + "groupId": 102, + "instId": 300001, + "propState": 8, + "pos": { + "x": 20438, + "y": -683, + "z": -90444 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 110 + } + ], + "monsters": [ + { + "groupId": 4, + "instId": 200004, + "eventId": 20101110, + "pos": { + "x": -1470, + "y": 9589, + "z": -54050 + }, + "rot": { + "x": 0, + "y": 83966, + "z": 0 + }, + "monsterId": 1022010 + }, + { + "groupId": 4, + "instId": 200005, + "eventId": 20101105, + "pos": { + "x": 29530, + "y": 2009, + "z": -61210 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8001020 + }, + { + "groupId": 4, + "instId": 200001, + "eventId": 20101107, + "pos": { + "x": -73968, + "y": 16048, + "z": 9539 + }, + "rot": { + "x": 0, + "y": 186699, + "z": 0 + }, + "monsterId": 1022010 + }, + { + "groupId": 4, + "instId": 200006, + "eventId": 20101106, + "pos": { + "x": -77891, + "y": 16038, + "z": 10379 + }, + "rot": { + "x": 0, + "y": 173085, + "z": 0 + }, + "monsterId": 8001020 + }, + { + "groupId": 7, + "instId": 200001, + "eventId": 20101231, + "pos": { + "x": -95350, + "y": 18020, + "z": 28780 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "monsterId": 8003010 + }, + { + "groupId": 15, + "instId": 200005, + "eventId": 20101105, + "pos": { + "x": 29530, + "y": 2009, + "z": -61210 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8001020 + }, + { + "groupId": 15, + "instId": 200006, + "eventId": 20101106, + "pos": { + "x": 24170, + "y": 2120, + "z": -64020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8001020 + }, + { + "groupId": 27, + "instId": 200002, + "eventId": 20101002, + "pos": { + "x": 27530, + "y": 3174, + "z": -50540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8001020 + }, + { + "groupId": 29, + "instId": 200001, + "eventId": 20101131, + "pos": { + "x": -73760, + "y": 16058, + "z": 9740 + }, + "rot": { + "x": 0, + "y": 125926, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 29, + "instId": 200002, + "eventId": 20101132, + "pos": { + "x": -69970, + "y": 16058, + "z": 10880 + }, + "rot": { + "x": 0, + "y": 222276, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 29, + "instId": 200003, + "eventId": 20101133, + "pos": { + "x": -70091, + "y": 15953, + "z": 8163 + }, + "rot": { + "x": 0, + "y": 294403, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 32, + "instId": 200001, + "eventId": 20101135, + "pos": { + "x": -68380, + "y": 15934, + "z": -19540 + }, + "rot": { + "x": 0, + "y": 42206, + "z": 0 + }, + "monsterId": 1022010 + }, + { + "groupId": 32, + "instId": 200002, + "eventId": 20101136, + "pos": { + "x": -67980, + "y": 15839, + "z": -16580 + }, + "rot": { + "x": 0, + "y": 178409, + "z": 0 + }, + "monsterId": 8001020 + }, + { + "groupId": 32, + "instId": 200003, + "eventId": 20101137, + "pos": { + "x": -65232, + "y": 15806, + "z": -18937 + }, + "rot": { + "x": 0, + "y": 288331, + "z": 0 + }, + "monsterId": 8001020 + }, + { + "groupId": 34, + "instId": 200001, + "eventId": 20101111, + "pos": { + "x": -30950, + "y": 18360, + "z": 6620 + }, + "rot": { + "x": 0, + "y": 315600, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "teleports": [ + { + "anchorId": 2, + "groupId": 17, + "instId": 300002, + "pos": { + "x": 20290, + "y": 14305, + "z": -16630 + }, + "rot": { + "x": 0, + "y": 310000, + "z": 0 + }, + "teleportId": 2010102 + }, + { + "anchorId": 3, + "groupId": 17, + "instId": 300003, + "pos": { + "x": 89070, + "y": 3558, + "z": -34210 + }, + "rot": { + "x": 0, + "y": 272850, + "z": 0 + }, + "teleportId": 2010103 + }, + { + "anchorId": 1, + "groupId": 19, + "instId": 300001, + "pos": { + "x": -530, + "y": 19066, + "z": 1940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 1006 + }, + { + "anchorId": 1, + "groupId": 56, + "instId": 300001, + "pos": { + "x": 42548, + "y": 3716, + "z": -38422 + }, + "rot": { + "x": 0, + "y": 325718, + "z": 0 + }, + "teleportId": 1001 + } + ] + }, + { + "planeID": 10341, + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 8, + "pos": { + "x": -8826, + "y": 1098, + "z": -84651 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 8, + "pos": { + "x": 6408, + "y": -8482, + "z": 26310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 8, + "pos": { + "x": 3386, + "y": -12, + "z": 134779 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 9, + "instId": 300004, + "propState": 8, + "pos": { + "x": -21074, + "y": 12, + "z": 1396 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 12, + "pos": { + "x": -9075, + "y": -6571, + "z": -80104 + }, + "rot": { + "x": 0, + "y": 76028, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 12, + "pos": { + "x": -35720, + "y": 0, + "z": -31323 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 12, + "pos": { + "x": 14923, + "y": 0, + "z": -55671 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 10, + "instId": 300004, + "propState": 12, + "pos": { + "x": 20866, + "y": 0, + "z": 654 + }, + "rot": { + "x": 0, + "y": 210001, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 10, + "instId": 300005, + "propState": 12, + "pos": { + "x": -40, + "y": 400, + "z": 12527 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 10, + "instId": 300006, + "propState": 12, + "pos": { + "x": -28966, + "y": 6095, + "z": -30610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 10, + "instId": 300007, + "propState": 12, + "pos": { + "x": 7681, + "y": 6095, + "z": 12810 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 10, + "instId": 300008, + "propState": 12, + "pos": { + "x": -12775, + "y": 6095, + "z": 17715 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 10, + "instId": 300011, + "propState": 12, + "pos": { + "x": -6, + "y": 2889, + "z": 24075 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 10, + "instId": 300012, + "propState": 12, + "pos": { + "x": -12255, + "y": -2057, + "z": 99790 + }, + "rot": { + "x": 0, + "y": 103188, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 10, + "instId": 300013, + "propState": 12, + "pos": { + "x": 4973, + "y": -2057, + "z": 117281 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 10, + "instId": 300014, + "propState": 12, + "pos": { + "x": 3, + "y": 6098, + "z": 113460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 10, + "instId": 300015, + "propState": 12, + "pos": { + "x": 45, + "y": 6100, + "z": 97159 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 8, + "pos": { + "x": -11923, + "y": 1644, + "z": -64740 + }, + "rot": { + "x": 0, + "y": 284693, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300020, + "propState": 8, + "pos": { + "x": -12626, + "y": 1644, + "z": -65532 + }, + "rot": { + "x": 0, + "y": 321895, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300014, + "propState": 8, + "pos": { + "x": -10479, + "y": 0, + "z": -56018 + }, + "rot": { + "x": 0, + "y": 142351, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 8, + "pos": { + "x": -19010, + "y": 0, + "z": -52980 + }, + "rot": { + "x": 0, + "y": 98509, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300015, + "propState": 8, + "pos": { + "x": -17750, + "y": 0, + "z": -54540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 11, + "instId": 300004, + "propState": 8, + "pos": { + "x": 9139, + "y": 6095, + "z": -34511 + }, + "rot": { + "x": 0, + "y": 278058, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 8, + "pos": { + "x": 8627, + "y": 6095, + "z": -14406 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300005, + "propState": 8, + "pos": { + "x": -13848, + "y": 0, + "z": -11868 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300006, + "propState": 8, + "pos": { + "x": 141, + "y": 9, + "z": 4493 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300007, + "propState": 8, + "pos": { + "x": 9104, + "y": 0, + "z": -9161 + }, + "rot": { + "x": 0, + "y": 219890, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300016, + "propState": 8, + "pos": { + "x": -7061, + "y": 6095, + "z": 12704 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 11, + "instId": 300023, + "propState": 8, + "pos": { + "x": 23442, + "y": 6095, + "z": -7347 + }, + "rot": { + "x": 0, + "y": 95311, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300024, + "propState": 8, + "pos": { + "x": 23182, + "y": 6095, + "z": -6409 + }, + "rot": { + "x": 0, + "y": 113661, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 11, + "instId": 300025, + "propState": 8, + "pos": { + "x": -21807, + "y": 6420, + "z": -9014 + }, + "rot": { + "x": 0, + "y": 150513, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300026, + "propState": 8, + "pos": { + "x": -21975, + "y": 6420, + "z": -11967 + }, + "rot": { + "x": 0, + "y": 29803, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 11, + "instId": 300008, + "propState": 8, + "pos": { + "x": -2531, + "y": 1644, + "z": -70251 + }, + "rot": { + "x": 0, + "y": 183612, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 11, + "instId": 300009, + "propState": 8, + "pos": { + "x": -1546, + "y": 1644, + "z": -70812 + }, + "rot": { + "x": 0, + "y": 209995, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 11, + "instId": 300010, + "propState": 8, + "pos": { + "x": 10284, + "y": 0, + "z": -56325 + }, + "rot": { + "x": 0, + "y": 227061, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300011, + "propState": 8, + "pos": { + "x": -6797, + "y": 7, + "z": -39585 + }, + "rot": { + "x": 0, + "y": 166606, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 11, + "instId": 300012, + "propState": 8, + "pos": { + "x": 17690, + "y": 5, + "z": 20832 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300013, + "propState": 8, + "pos": { + "x": -11448, + "y": 5, + "z": 22258 + }, + "rot": { + "x": 0, + "y": 218160, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300017, + "propState": 8, + "pos": { + "x": -13916, + "y": 6100, + "z": 103003 + }, + "rot": { + "x": 0, + "y": 209442, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300018, + "propState": 8, + "pos": { + "x": 15120, + "y": -2776, + "z": 64838 + }, + "rot": { + "x": 0, + "y": 329962, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300019, + "propState": 8, + "pos": { + "x": 3669, + "y": -2057, + "z": 107758 + }, + "rot": { + "x": 0, + "y": 328044, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 12, + "instId": 300010, + "propState": 1, + "pos": { + "x": 9943, + "y": -8471, + "z": -3900 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103032 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 1, + "pos": { + "x": -8375, + "y": -6547, + "z": -72932 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103218 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 1, + "pos": { + "x": 8386, + "y": -6567, + "z": -72956 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103218 + }, + { + "groupId": 12, + "instId": 300003, + "propState": 1, + "pos": { + "x": -4105, + "y": 6095, + "z": 109474 + }, + "rot": { + "x": 0, + "y": 297000, + "z": 0 + }, + "propId": 103218 + }, + { + "groupId": 12, + "instId": 300004, + "propState": 1, + "pos": { + "x": 4111, + "y": 6095, + "z": 109495 + }, + "rot": { + "x": 0, + "y": 243000, + "z": 0 + }, + "propId": 103218 + }, + { + "groupId": 12, + "instId": 300005, + "propState": 1, + "pos": { + "x": -9938, + "y": -8471, + "z": -3900 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103032 + }, + { + "groupId": 12, + "instId": 300006, + "propState": 1, + "pos": { + "x": -17510, + "y": 19, + "z": 10146 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 12, + "instId": 300007, + "propState": 1, + "pos": { + "x": -17524, + "y": 6109, + "z": 10146 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 12, + "instId": 300008, + "propState": 1, + "pos": { + "x": 17472, + "y": 18, + "z": 10146 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 12, + "instId": 300009, + "propState": 1, + "pos": { + "x": 17472, + "y": 6109, + "z": 10146 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 12, + "instId": 300011, + "propState": 1, + "pos": { + "x": -8544, + "y": -2031, + "z": 107235 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103032 + }, + { + "groupId": 12, + "instId": 300012, + "propState": 1, + "pos": { + "x": 8523, + "y": -2031, + "z": 107236 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103032 + }, + { + "groupId": 12, + "instId": 300013, + "propState": 1, + "pos": { + "x": -8433, + "y": 6100, + "z": 107015 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 12, + "instId": 300014, + "propState": 1, + "pos": { + "x": 8430, + "y": 6100, + "z": 107020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 12, + "instId": 300015, + "propState": 1, + "pos": { + "x": 0, + "y": -2736, + "z": 41933 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103011 + }, + { + "groupId": 12, + "instId": 300016, + "propState": 1, + "pos": { + "x": 0, + "y": -2776, + "z": 55687 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103011 + }, + { + "groupId": 13, + "instId": 300001, + "propState": 0, + "pos": { + "x": 7, + "y": -2052, + "z": 93455 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1025 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 0, + "pos": { + "x": 7, + "y": -613, + "z": 93455 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1032 + }, + { + "groupId": 17, + "instId": 300003, + "propState": 8, + "pos": { + "x": -20141, + "y": 3100, + "z": 38870 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103220 + }, + { + "groupId": 17, + "instId": 300004, + "propState": 8, + "pos": { + "x": 20135, + "y": 3100, + "z": 38860 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103220 + }, + { + "groupId": 17, + "instId": 300005, + "propState": 8, + "pos": { + "x": 20130, + "y": 3100, + "z": 18500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103220 + }, + { + "groupId": 17, + "instId": 300006, + "propState": 8, + "pos": { + "x": -20140, + "y": 3100, + "z": 18500 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103220 + }, + { + "groupId": 17, + "instId": 300007, + "propState": 8, + "pos": { + "x": -20136, + "y": -4146, + "z": 37356 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103220 + }, + { + "groupId": 17, + "instId": 300008, + "propState": 8, + "pos": { + "x": -20136, + "y": -4146, + "z": 20000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103220 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 8, + "pos": { + "x": 20131, + "y": -4146, + "z": 37356 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103220 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 8, + "pos": { + "x": 20131, + "y": -4146, + "z": 20000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103220 + }, + { + "groupId": 61, + "instId": 300001, + "propState": 1, + "pos": { + "x": -1975, + "y": 0, + "z": -40475 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 61, + "instId": 300002, + "propState": 1, + "pos": { + "x": -1802, + "y": 6095, + "z": -33467 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 61, + "instId": 300003, + "propState": 1, + "pos": { + "x": -1943, + "y": -8477, + "z": -24725 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 63, + "instId": 300001, + "propState": 8, + "pos": { + "x": -22128, + "y": -8471, + "z": 1766 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103217 + }, + { + "groupId": 65, + "instId": 300001, + "propState": 8, + "pos": { + "x": 9882, + "y": -4560, + "z": 10250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103219 + }, + { + "groupId": 65, + "instId": 300002, + "propState": 8, + "pos": { + "x": -9890, + "y": -4560, + "z": 10250 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103219 + }, + { + "groupId": 65, + "instId": 300003, + "propState": 8, + "pos": { + "x": 20141, + "y": -4186, + "z": 28870 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103219 + }, + { + "groupId": 65, + "instId": 300004, + "propState": 8, + "pos": { + "x": -20141, + "y": -4186, + "z": 28870 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103219 + }, + { + "groupId": 66, + "instId": 300001, + "propState": 8, + "pos": { + "x": -1975, + "y": 0, + "z": -40475 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 66, + "instId": 300002, + "propState": 8, + "pos": { + "x": -1802, + "y": 6095, + "z": -33467 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 66, + "instId": 300003, + "propState": 8, + "pos": { + "x": -1943, + "y": -8477, + "z": -24725 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 70, + "instId": 300003, + "propState": 8, + "pos": { + "x": -20190, + "y": 0, + "z": -40220 + }, + "rot": { + "x": 0, + "y": 319852, + "z": 0 + }, + "propId": 103145 + }, + { + "groupId": 70, + "instId": 300004, + "propState": 8, + "pos": { + "x": -17320, + "y": 0, + "z": -37800 + }, + "rot": { + "x": 0, + "y": 319852, + "z": 0 + }, + "propId": 103145 + }, + { + "groupId": 70, + "instId": 300005, + "propState": 8, + "pos": { + "x": -14456, + "y": 0, + "z": -35383 + }, + "rot": { + "x": 0, + "y": 319852, + "z": 0 + }, + "propId": 103145 + }, + { + "groupId": 70, + "instId": 300006, + "propState": 8, + "pos": { + "x": 20190, + "y": 0, + "z": -40220 + }, + "rot": { + "x": 0, + "y": 40149, + "z": 0 + }, + "propId": 103145 + }, + { + "groupId": 70, + "instId": 300007, + "propState": 8, + "pos": { + "x": 17320, + "y": 0, + "z": -37800 + }, + "rot": { + "x": 0, + "y": 40149, + "z": 0 + }, + "propId": 103145 + }, + { + "groupId": 70, + "instId": 300008, + "propState": 8, + "pos": { + "x": 14456, + "y": 0, + "z": -35383 + }, + "rot": { + "x": 0, + "y": 40149, + "z": 0 + }, + "propId": 103145 + }, + { + "groupId": 78, + "instId": 300001, + "propState": 8, + "pos": { + "x": 70, + "y": -16500, + "z": -112480 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 93, + "instId": 300001, + "propState": 18, + "pos": { + "x": 15697, + "y": 2188, + "z": -72283 + }, + "rot": { + "x": 0, + "y": 144083, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 93, + "instId": 300002, + "propState": 1, + "pos": { + "x": 13773, + "y": 1644, + "z": -72741 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 94, + "instId": 300001, + "propState": 18, + "pos": { + "x": 17533, + "y": 2664, + "z": -46817 + }, + "rot": { + "x": 0, + "y": 94782, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 94, + "instId": 300002, + "propState": 1, + "pos": { + "x": 17294, + "y": 0, + "z": -46021 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 95, + "instId": 300001, + "propState": 18, + "pos": { + "x": -16, + "y": -6756, + "z": -101486 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 95, + "instId": 300002, + "propState": 1, + "pos": { + "x": -10, + "y": -6571, + "z": -100329 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 96, + "instId": 300001, + "propState": 18, + "pos": { + "x": -8330, + "y": 1217, + "z": -66183 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 96, + "instId": 300002, + "propState": 1, + "pos": { + "x": -8277, + "y": -5604, + "z": -68036 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 97, + "instId": 300001, + "propState": 18, + "pos": { + "x": 26837, + "y": 2730, + "z": -18949 + }, + "rot": { + "x": 0, + "y": 194870, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 97, + "instId": 300002, + "propState": 1, + "pos": { + "x": 23024, + "y": 0, + "z": -23679 + }, + "rot": { + "x": 0, + "y": 176242, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 98, + "instId": 300001, + "propState": 18, + "pos": { + "x": 11242, + "y": 849, + "z": 10943 + }, + "rot": { + "x": 0, + "y": 303313, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 98, + "instId": 300002, + "propState": 1, + "pos": { + "x": 12255, + "y": 0, + "z": 9207 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 99, + "instId": 300001, + "propState": 18, + "pos": { + "x": -22415, + "y": 7160, + "z": -17990 + }, + "rot": { + "x": 0, + "y": 93867, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 99, + "instId": 300002, + "propState": 1, + "pos": { + "x": -23279, + "y": 6095, + "z": -17875 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 100, + "instId": 300001, + "propState": 18, + "pos": { + "x": 12074, + "y": 6805, + "z": 10669 + }, + "rot": { + "x": 0, + "y": 340667, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 100, + "instId": 300002, + "propState": 1, + "pos": { + "x": 11468, + "y": 6114, + "z": 11881 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 101, + "instId": 300001, + "propState": 18, + "pos": { + "x": -178, + "y": 7019, + "z": 117547 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 101, + "instId": 300002, + "propState": 1, + "pos": { + "x": -694, + "y": 6098, + "z": 117376 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 102, + "instId": 300001, + "propState": 18, + "pos": { + "x": -59934, + "y": 11632, + "z": -8813 + }, + "rot": { + "x": 0, + "y": 11502, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 102, + "instId": 300002, + "propState": 1, + "pos": { + "x": -27026, + "y": 6095, + "z": -30147 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 150, + "instId": 300003, + "propState": 8, + "pos": { + "x": -9020, + "y": -2746, + "z": 53320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103243 + }, + { + "groupId": 150, + "instId": 300004, + "propState": 8, + "pos": { + "x": -13070, + "y": -2776, + "z": 53320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103243 + }, + { + "groupId": 150, + "instId": 300005, + "propState": 8, + "pos": { + "x": -14679, + "y": -2776, + "z": 82282 + }, + "rot": { + "x": 0, + "y": 93801, + "z": 0 + }, + "propId": 103243 + }, + { + "groupId": 150, + "instId": 300006, + "propState": 8, + "pos": { + "x": -14495, + "y": -2776, + "z": 85056 + }, + "rot": { + "x": 0, + "y": 93801, + "z": 0 + }, + "propId": 103243 + }, + { + "groupId": 150, + "instId": 300007, + "propState": 8, + "pos": { + "x": 9020, + "y": -2746, + "z": 53320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103243 + }, + { + "groupId": 150, + "instId": 300008, + "propState": 8, + "pos": { + "x": 13070, + "y": -2776, + "z": 53320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103243 + }, + { + "groupId": 150, + "instId": 300001, + "propState": 8, + "pos": { + "x": 14679, + "y": -2776, + "z": 82282 + }, + "rot": { + "x": 0, + "y": 266199, + "z": 0 + }, + "propId": 103243 + }, + { + "groupId": 150, + "instId": 300002, + "propState": 8, + "pos": { + "x": 14495, + "y": -2776, + "z": 85056 + }, + "rot": { + "x": 0, + "y": 266199, + "z": 0 + }, + "propId": 103243 + }, + { + "groupId": 155, + "instId": 300001, + "propState": 101, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103244 + }, + { + "groupId": 156, + "instId": 300001, + "propState": 101, + "pos": { + "x": 0, + "y": 0, + "z": 64600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103244 + }, + { + "groupId": 184, + "instId": 300002, + "propState": 101, + "pos": { + "x": 2044, + "y": -1567, + "z": 115900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 914 + }, + { + "groupId": 193, + "instId": 300001, + "propState": 1, + "pos": { + "x": -1975, + "y": 0, + "z": -40475 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 193, + "instId": 300003, + "propState": 1, + "pos": { + "x": -1943, + "y": -8477, + "z": -24725 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 210, + "instId": 300001, + "propState": 0, + "pos": { + "x": -10300, + "y": 420, + "z": -33783 + }, + "rot": { + "x": 0, + "y": 319658, + "z": 0 + }, + "propId": 103142 + }, + { + "groupId": 211, + "instId": 300001, + "propState": 0, + "pos": { + "x": 12800, + "y": 367, + "z": -33376 + }, + "rot": { + "x": 0, + "y": 324202, + "z": 0 + }, + "propId": 103142 + }, + { + "groupId": 221, + "instId": 300001, + "propState": 11, + "pos": { + "x": 4329, + "y": 6888, + "z": 106857 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103018 + }, + { + "groupId": 222, + "instId": 300001, + "propState": 8, + "pos": { + "x": 20258, + "y": -8443, + "z": -4118 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103130 + }, + { + "groupId": 223, + "instId": 300001, + "propState": 20, + "pos": { + "x": 19928, + "y": -8443, + "z": -1567 + }, + "rot": { + "x": 0, + "y": 221581, + "z": 0 + }, + "propId": 60303 + }, + { + "groupId": 223, + "instId": 300002, + "propState": 20, + "pos": { + "x": 19671, + "y": -8443, + "z": -6703 + }, + "rot": { + "x": 0, + "y": 326536, + "z": 0 + }, + "propId": 60303 + }, + { + "groupId": 225, + "instId": 300001, + "propState": 11, + "pos": { + "x": -102, + "y": -6571, + "z": -89756 + }, + "rot": { + "x": 0, + "y": 4222, + "z": 0 + }, + "propId": 103018 + }, + { + "groupId": 226, + "instId": 300001, + "propState": 11, + "pos": { + "x": 26739, + "y": 6095, + "z": -28949 + }, + "rot": { + "x": 0, + "y": 235000, + "z": 0 + }, + "propId": 103018 + }, + { + "groupId": 227, + "instId": 300001, + "propState": 11, + "pos": { + "x": -12743, + "y": -8471, + "z": 9223 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103018 + }, + { + "groupId": 235, + "instId": 300001, + "propState": 8, + "pos": { + "x": 17923, + "y": -8443, + "z": -1118 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 103130 + }, + { + "groupId": 236, + "instId": 300001, + "propState": 8, + "pos": { + "x": 15923, + "y": -8443, + "z": -118 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 103130 + }, + { + "groupId": 237, + "instId": 300001, + "propState": 8, + "pos": { + "x": 17923, + "y": -8443, + "z": -7118 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 103130 + }, + { + "groupId": 238, + "instId": 300001, + "propState": 8, + "pos": { + "x": 15923, + "y": -8443, + "z": -8118 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 103130 + }, + { + "groupId": 242, + "instId": 300001, + "propState": 2, + "pos": { + "x": 20258, + "y": -8443, + "z": -4118 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103130 + }, + { + "groupId": 263, + "instId": 300002, + "propState": 8, + "pos": { + "x": 24680, + "y": -7939, + "z": -3281 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 263, + "instId": 300001, + "propState": 8, + "pos": { + "x": 22594, + "y": -7939, + "z": -4757 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 263, + "instId": 300003, + "propState": 8, + "pos": { + "x": 23495, + "y": -7939, + "z": -1881 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 294, + "instId": 300009, + "propState": 12, + "pos": { + "x": 135, + "y": -8482, + "z": 40504 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 294, + "instId": 300010, + "propState": 12, + "pos": { + "x": -14209, + "y": -8471, + "z": -17944 + }, + "rot": { + "x": 0, + "y": 20829, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 294, + "instId": 300016, + "propState": 12, + "pos": { + "x": 13040, + "y": -8471, + "z": -15226 + }, + "rot": { + "x": 0, + "y": 16318, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 295, + "instId": 300010, + "propState": 8, + "pos": { + "x": 6496, + "y": -8477, + "z": -21908 + }, + "rot": { + "x": 0, + "y": 312326, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 295, + "instId": 300011, + "propState": 8, + "pos": { + "x": -15462, + "y": -8482, + "z": 16732 + }, + "rot": { + "x": 0, + "y": 489, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 295, + "instId": 300012, + "propState": 8, + "pos": { + "x": 12195, + "y": -8482, + "z": 40379 + }, + "rot": { + "x": 0, + "y": 198327, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 295, + "instId": 300013, + "propState": 8, + "pos": { + "x": -19320, + "y": -8483, + "z": -13680 + }, + "rot": { + "x": 0, + "y": 166077, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 297, + "instId": 300001, + "propState": 18, + "pos": { + "x": 4506, + "y": 6686, + "z": -29722 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 297, + "instId": 300002, + "propState": 18, + "pos": { + "x": 7908, + "y": -1473, + "z": 112684 + }, + "rot": { + "x": 0, + "y": 141921, + "z": 0 + }, + "propId": 103037 + }, + { + "groupId": 297, + "instId": 300003, + "propState": 18, + "pos": { + "x": -21388, + "y": 6686, + "z": -2288 + }, + "rot": { + "x": 0, + "y": 30297, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 297, + "instId": 300004, + "propState": 18, + "pos": { + "x": 15349, + "y": 396, + "z": -23876 + }, + "rot": { + "x": 0, + "y": 48090, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 297, + "instId": 300005, + "propState": 18, + "pos": { + "x": -15422, + "y": -2186, + "z": 73324 + }, + "rot": { + "x": 0, + "y": 162029, + "z": 0 + }, + "propId": 101027 + }, + { + "groupId": 297, + "instId": 300006, + "propState": 18, + "pos": { + "x": 15780, + "y": -2186, + "z": 59500 + }, + "rot": { + "x": 0, + "y": 236415, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 297, + "instId": 300007, + "propState": 18, + "pos": { + "x": 3779, + "y": 8235, + "z": 104886 + }, + "rot": { + "x": 0, + "y": 299708, + "z": 0 + }, + "propId": 101027 + }, + { + "groupId": 297, + "instId": 300008, + "propState": 18, + "pos": { + "x": -674, + "y": -8488, + "z": -8262 + }, + "rot": { + "x": 0, + "y": 315588, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 297, + "instId": 300009, + "propState": 18, + "pos": { + "x": -7672, + "y": 259, + "z": -72963 + }, + "rot": { + "x": 0, + "y": 276499, + "z": 0 + }, + "propId": 101029 + }, + { + "groupId": 297, + "instId": 300010, + "propState": 18, + "pos": { + "x": 1376, + "y": -1243, + "z": 107017 + }, + "rot": { + "x": 0, + "y": 35564, + "z": 0 + }, + "propId": 101029 + }, + { + "groupId": 297, + "instId": 300011, + "propState": 18, + "pos": { + "x": 14050, + "y": 985, + "z": 5114 + }, + "rot": { + "x": 0, + "y": 65701, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 297, + "instId": 300012, + "propState": 18, + "pos": { + "x": 8220, + "y": -8477, + "z": 39582 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 297, + "instId": 300013, + "propState": 18, + "pos": { + "x": 2997, + "y": 1706, + "z": -84381 + }, + "rot": { + "x": 0, + "y": 204266, + "z": 0 + }, + "propId": 101029 + }, + { + "groupId": 297, + "instId": 300014, + "propState": 18, + "pos": { + "x": 14624, + "y": 2303, + "z": -70461 + }, + "rot": { + "x": 0, + "y": 217884, + "z": 0 + }, + "propId": 101029 + }, + { + "groupId": 297, + "instId": 300015, + "propState": 18, + "pos": { + "x": -8016, + "y": 1001, + "z": -38661 + }, + "rot": { + "x": 0, + "y": 37553, + "z": 0 + }, + "propId": 103037 + }, + { + "groupId": 297, + "instId": 300016, + "propState": 18, + "pos": { + "x": -12715, + "y": -7652, + "z": -10933 + }, + "rot": { + "x": 0, + "y": 265145, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 297, + "instId": 300017, + "propState": 18, + "pos": { + "x": 12711, + "y": -7642, + "z": 5597 + }, + "rot": { + "x": 0, + "y": 99028, + "z": 0 + }, + "propId": 103037 + }, + { + "groupId": 297, + "instId": 300018, + "propState": 18, + "pos": { + "x": -1866, + "y": 7804, + "z": 110908 + }, + "rot": { + "x": 0, + "y": 133531, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 301, + "instId": 300001, + "propState": 8, + "pos": { + "x": -21674, + "y": -8471, + "z": 1611 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 330, + "instId": 300001, + "propState": 8, + "pos": { + "x": 14620, + "y": -2776, + "z": 77930 + }, + "rot": { + "x": 0, + "y": 270543, + "z": 0 + }, + "propId": 1058 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 1, + "groupId": 9, + "instId": 300001, + "pos": { + "x": -153, + "y": 1099, + "z": -91164 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 1034101 + }, + { + "anchorId": 2, + "groupId": 9, + "instId": 300002, + "pos": { + "x": 30, + "y": -8482, + "z": 21934 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "teleportId": 1034102 + }, + { + "anchorId": 3, + "groupId": 9, + "instId": 300003, + "pos": { + "x": -70, + "y": -12, + "z": 135790 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "teleportId": 1034103 + }, + { + "anchorId": 4, + "groupId": 9, + "instId": 300004, + "pos": { + "x": -14049, + "y": 0, + "z": -2248 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "teleportId": 1034104 + }, + { + "anchorId": 1, + "groupId": 13, + "instId": 300001, + "pos": { + "x": -38, + "y": -2052, + "z": 91788 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2421 + } + ] + }, + { + "planeID": 10401, + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": 78066, + "y": -5970, + "z": -486616 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 8, + "pos": { + "x": -19340, + "y": 5990, + "z": -300240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 8, + "pos": { + "x": -101136, + "y": 15608, + "z": -278544 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 8, + "pos": { + "x": 124536, + "y": 98377, + "z": 192166 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 6, + "instId": 300005, + "propState": 8, + "pos": { + "x": 227579, + "y": 167843, + "z": 369819 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 6, + "instId": 300006, + "propState": 8, + "pos": { + "x": 329967, + "y": 107971, + "z": 217122 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 6, + "instId": 300007, + "propState": 8, + "pos": { + "x": 224470, + "y": 104516, + "z": 263170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 6, + "instId": 300008, + "propState": 8, + "pos": { + "x": 162270, + "y": 100770, + "z": 309350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 6, + "instId": 300009, + "propState": 8, + "pos": { + "x": 315770, + "y": 152774, + "z": 298757 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 12, + "pos": { + "x": 82050, + "y": -5915, + "z": -395340 + }, + "rot": { + "x": 0, + "y": 276750, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 12, + "pos": { + "x": 3914, + "y": 3450, + "z": -290792 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 12, + "pos": { + "x": -18250, + "y": 6339, + "z": -296226 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 9, + "instId": 300004, + "propState": 12, + "pos": { + "x": -26774, + "y": 3350, + "z": -287644 + }, + "rot": { + "x": 0, + "y": 1, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 9, + "instId": 300005, + "propState": 12, + "pos": { + "x": -33678, + "y": 3365, + "z": -267524 + }, + "rot": { + "x": 0, + "y": 90531, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 9, + "instId": 300006, + "propState": 12, + "pos": { + "x": -64086, + "y": 21093, + "z": -269232 + }, + "rot": { + "x": 0, + "y": 20649, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 9, + "instId": 300007, + "propState": 12, + "pos": { + "x": -74082, + "y": 11031, + "z": -231372 + }, + "rot": { + "x": 0, + "y": 179999, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 9, + "instId": 300008, + "propState": 12, + "pos": { + "x": -134960, + "y": 15608, + "z": -280360 + }, + "rot": { + "x": 0, + "y": 90001, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 9, + "instId": 300009, + "propState": 12, + "pos": { + "x": -60375, + "y": 12152, + "z": -278233 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 9, + "instId": 300010, + "propState": 12, + "pos": { + "x": -102840, + "y": 19562, + "z": -246767 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 9, + "instId": 300012, + "propState": 12, + "pos": { + "x": -86640, + "y": 27266, + "z": -243760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 10, + "instId": 300006, + "propState": 8, + "pos": { + "x": -39636, + "y": 5990, + "z": -294265 + }, + "rot": { + "x": 0, + "y": 185572, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 10, + "instId": 300007, + "propState": 8, + "pos": { + "x": -51120, + "y": 5978, + "z": -310370 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 10, + "instId": 300008, + "propState": 8, + "pos": { + "x": -50970, + "y": 5978, + "z": -300970 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 10, + "instId": 300009, + "propState": 8, + "pos": { + "x": -74500, + "y": 11160, + "z": -287292 + }, + "rot": { + "x": 0, + "y": 236527, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 10, + "instId": 300010, + "propState": 8, + "pos": { + "x": -71770, + "y": 12394, + "z": -278750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 10, + "instId": 300014, + "propState": 8, + "pos": { + "x": -144850, + "y": 16251, + "z": -247720 + }, + "rot": { + "x": 0, + "y": 75105, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": -26494, + "y": 6610, + "z": -323210 + }, + "rot": { + "x": 0, + "y": 351685, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 10, + "instId": 300011, + "propState": 8, + "pos": { + "x": -76758, + "y": 24054, + "z": -249600 + }, + "rot": { + "x": 0, + "y": 53418, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 10, + "instId": 300015, + "propState": 8, + "pos": { + "x": -84739, + "y": 27779, + "z": -263615 + }, + "rot": { + "x": 0, + "y": 156113, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 10, + "instId": 300018, + "propState": 8, + "pos": { + "x": -111490, + "y": 26632, + "z": -258600 + }, + "rot": { + "x": 0, + "y": 311826, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 10, + "instId": 300016, + "propState": 8, + "pos": { + "x": -62385, + "y": 21150, + "z": -257798 + }, + "rot": { + "x": 0, + "y": 264682, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 10, + "instId": 300024, + "propState": 8, + "pos": { + "x": -63897, + "y": 21093, + "z": -236956 + }, + "rot": { + "x": 0, + "y": 220027, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 10, + "instId": 300020, + "propState": 8, + "pos": { + "x": -25366, + "y": 3333, + "z": -216889 + }, + "rot": { + "x": 0, + "y": 88688, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 10, + "instId": 300021, + "propState": 8, + "pos": { + "x": -14840, + "y": 3448, + "z": -206413 + }, + "rot": { + "x": 0, + "y": 177426, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 10, + "instId": 300022, + "propState": 8, + "pos": { + "x": -134892, + "y": 15204, + "z": -278844 + }, + "rot": { + "x": 0, + "y": 3118, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 10, + "instId": 300023, + "propState": 8, + "pos": { + "x": -133409, + "y": 15164, + "z": -280287 + }, + "rot": { + "x": 0, + "y": 86672, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 10, + "instId": 300025, + "propState": 8, + "pos": { + "x": 89695, + "y": -5970, + "z": -448796 + }, + "rot": { + "x": 0, + "y": 210643, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 8, + "pos": { + "x": 58732, + "y": -5990, + "z": -419241 + }, + "rot": { + "x": 0, + "y": 102446, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 10, + "instId": 300012, + "propState": 8, + "pos": { + "x": 55603, + "y": -6017, + "z": -404746 + }, + "rot": { + "x": 0, + "y": 23104, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 8, + "pos": { + "x": 14697, + "y": -1293, + "z": -360615 + }, + "rot": { + "x": 0, + "y": 51018, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 10, + "instId": 300004, + "propState": 8, + "pos": { + "x": 43152, + "y": -5300, + "z": -372415 + }, + "rot": { + "x": 0, + "y": 220886, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 10, + "instId": 300027, + "propState": 8, + "pos": { + "x": 21331, + "y": 2224, + "z": -334155 + }, + "rot": { + "x": 0, + "y": 263701, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 10, + "instId": 300005, + "propState": 8, + "pos": { + "x": 20605, + "y": 3448, + "z": -283484 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 10, + "instId": 300028, + "propState": 8, + "pos": { + "x": 19589, + "y": 3448, + "z": -237547 + }, + "rot": { + "x": 0, + "y": 241864, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 13, + "instId": 300001, + "propState": 1, + "pos": { + "x": 312570, + "y": 109590, + "z": 314512 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 1, + "pos": { + "x": 311898, + "y": 152508, + "z": 314894 + }, + "rot": { + "x": 0, + "y": 91953, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 1, + "pos": { + "x": 316455, + "y": 152200, + "z": 310770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104002 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 1, + "pos": { + "x": 316207, + "y": 109404, + "z": 310730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104013 + }, + { + "groupId": 13, + "instId": 300005, + "propState": 1, + "pos": { + "x": 316207, + "y": 152404, + "z": 310730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104013 + }, + { + "groupId": 14, + "instId": 300001, + "propState": 1, + "pos": { + "x": 178747, + "y": 106883, + "z": 365253 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104001 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 1, + "pos": { + "x": 178747, + "y": 168079, + "z": 365253 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104001 + }, + { + "groupId": 14, + "instId": 300003, + "propState": 1, + "pos": { + "x": 178747, + "y": 106883, + "z": 365253 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104014 + }, + { + "groupId": 14, + "instId": 300004, + "propState": 1, + "pos": { + "x": 178747, + "y": 168079, + "z": 365253 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104014 + }, + { + "groupId": 26, + "instId": 300003, + "propState": 1, + "pos": { + "x": 236879, + "y": 103740, + "z": 236270 + }, + "rot": { + "x": 0, + "y": 7500, + "z": 0 + }, + "propId": 104007 + }, + { + "groupId": 26, + "instId": 300004, + "propState": 1, + "pos": { + "x": 212126, + "y": 103740, + "z": 279143 + }, + "rot": { + "x": 0, + "y": 112500, + "z": 0 + }, + "propId": 104007 + }, + { + "groupId": 26, + "instId": 300005, + "propState": 1, + "pos": { + "x": 188042, + "y": 104630, + "z": 276986 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 104007 + }, + { + "groupId": 26, + "instId": 300006, + "propState": 1, + "pos": { + "x": 159686, + "y": 100793, + "z": 300619 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 104007 + }, + { + "groupId": 26, + "instId": 300007, + "propState": 1, + "pos": { + "x": 143159, + "y": 100976, + "z": 309937 + }, + "rot": { + "x": 0, + "y": 293966, + "z": 0 + }, + "propId": 104007 + }, + { + "groupId": 26, + "instId": 300011, + "propState": 1, + "pos": { + "x": 291750, + "y": 105971, + "z": 185290 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 104018 + }, + { + "groupId": 26, + "instId": 300012, + "propState": 1, + "pos": { + "x": 241740, + "y": 101971, + "z": 163320 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 104018 + }, + { + "groupId": 26, + "instId": 300010, + "propState": 1, + "pos": { + "x": 353781, + "y": 107971, + "z": 203856 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 104018 + }, + { + "groupId": 87, + "instId": 300001, + "propState": 8, + "pos": { + "x": 204915, + "y": 167443, + "z": 391466 + }, + "rot": { + "x": 0, + "y": 245000, + "z": 0 + }, + "propId": 104015 + }, + { + "groupId": 88, + "instId": 300002, + "propState": 0, + "pos": { + "x": -96180, + "y": 14290, + "z": -293300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104067 + }, + { + "groupId": 89, + "instId": 300002, + "propState": 0, + "pos": { + "x": -108024, + "y": 16240, + "z": -236226 + }, + "rot": { + "x": 0, + "y": 179393, + "z": 0 + }, + "propId": 104036 + }, + { + "groupId": 92, + "instId": 300001, + "propState": 0, + "pos": { + "x": 204055, + "y": 98810, + "z": 140713 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 104072 + }, + { + "groupId": 93, + "instId": 300001, + "propState": 8, + "pos": { + "x": -14980, + "y": 3350, + "z": -283160 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104012 + }, + { + "groupId": 93, + "instId": 300002, + "propState": 1, + "pos": { + "x": -146909, + "y": 15640, + "z": -263311 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104012 + }, + { + "groupId": 93, + "instId": 300003, + "propState": 8, + "pos": { + "x": 158376, + "y": 105750, + "z": 344739 + }, + "rot": { + "x": 0, + "y": 224478, + "z": 0 + }, + "propId": 104012 + }, + { + "groupId": 93, + "instId": 300004, + "propState": 8, + "pos": { + "x": 219888, + "y": 97644, + "z": 168466 + }, + "rot": { + "x": 0, + "y": 150238, + "z": 0 + }, + "propId": 104012 + }, + { + "groupId": 93, + "instId": 300005, + "propState": 8, + "pos": { + "x": 352900, + "y": 107971, + "z": 220700 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 104012 + }, + { + "groupId": 93, + "instId": 300006, + "propState": 8, + "pos": { + "x": 209210, + "y": 100740, + "z": 308940 + }, + "rot": { + "x": 0, + "y": 329129, + "z": 0 + }, + "propId": 104012 + }, + { + "groupId": 93, + "instId": 300007, + "propState": 1, + "pos": { + "x": -79120, + "y": 14778, + "z": -283515 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104012 + }, + { + "groupId": 93, + "instId": 300008, + "propState": 8, + "pos": { + "x": 257554, + "y": 102389, + "z": 172472 + }, + "rot": { + "x": 0, + "y": 330054, + "z": 0 + }, + "propId": 104012 + }, + { + "groupId": 94, + "instId": 300001, + "propState": 8, + "pos": { + "x": 149769, + "y": 105603, + "z": 359377 + }, + "rot": { + "x": 0, + "y": 328717, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 94, + "instId": 300002, + "propState": 8, + "pos": { + "x": 207644, + "y": 101150, + "z": 324766 + }, + "rot": { + "x": 0, + "y": 106681, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 94, + "instId": 300003, + "propState": 8, + "pos": { + "x": 232368, + "y": 103803, + "z": 225356 + }, + "rot": { + "x": 0, + "y": 59779, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 94, + "instId": 300004, + "propState": 8, + "pos": { + "x": 204903, + "y": 167529, + "z": 391455 + }, + "rot": { + "x": 0, + "y": 329375, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 94, + "instId": 300005, + "propState": 8, + "pos": { + "x": 223904, + "y": 98770, + "z": 126573 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 94, + "instId": 300006, + "propState": 8, + "pos": { + "x": -132996, + "y": 26164, + "z": -252218 + }, + "rot": { + "x": 0, + "y": 180283, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 94, + "instId": 300007, + "propState": 8, + "pos": { + "x": 273980, + "y": 102188, + "z": 178507 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 94, + "instId": 300008, + "propState": 8, + "pos": { + "x": -122252, + "y": 15622, + "z": -283207 + }, + "rot": { + "x": 0, + "y": 180849, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 94, + "instId": 300009, + "propState": 8, + "pos": { + "x": 287160, + "y": 102129, + "z": 293884 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 94, + "instId": 300010, + "propState": 8, + "pos": { + "x": 340774, + "y": 107971, + "z": 190474 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 95, + "instId": 300001, + "propState": 8, + "pos": { + "x": -43750, + "y": 5920, + "z": -276720 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 95, + "instId": 300002, + "propState": 8, + "pos": { + "x": -57455, + "y": 8117, + "z": -220071 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 95, + "instId": 300003, + "propState": 8, + "pos": { + "x": 221207, + "y": 167929, + "z": 357985 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 95, + "instId": 300004, + "propState": 8, + "pos": { + "x": 288485, + "y": 105971, + "z": 204066 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 95, + "instId": 300005, + "propState": 8, + "pos": { + "x": 227188, + "y": 100770, + "z": 344085 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 95, + "instId": 300006, + "propState": 8, + "pos": { + "x": -106222, + "y": 13880, + "z": -289783 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 95, + "instId": 300007, + "propState": 8, + "pos": { + "x": 210166, + "y": 103536, + "z": 287518 + }, + "rot": { + "x": 0, + "y": 202254, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 95, + "instId": 300008, + "propState": 8, + "pos": { + "x": 210027, + "y": 104654, + "z": 224475 + }, + "rot": { + "x": 0, + "y": 59128, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 96, + "instId": 300001, + "propState": 1, + "pos": { + "x": 234018, + "y": 100947, + "z": 269707 + }, + "rot": { + "x": 0, + "y": 39325, + "z": 0 + }, + "propId": 104059 + }, + { + "groupId": 96, + "instId": 300002, + "propState": 8, + "pos": { + "x": 325745, + "y": 106160, + "z": 184548 + }, + "rot": { + "x": 0, + "y": 240447, + "z": 0 + }, + "propId": 104059 + }, + { + "groupId": 96, + "instId": 300003, + "propState": 8, + "pos": { + "x": 198068, + "y": 104653, + "z": 269939 + }, + "rot": { + "x": 0, + "y": 151369, + "z": 0 + }, + "propId": 104059 + }, + { + "groupId": 96, + "instId": 300004, + "propState": 1, + "pos": { + "x": 270190, + "y": 163213, + "z": 371600 + }, + "rot": { + "x": 0, + "y": 260032, + "z": 0 + }, + "propId": 104059 + }, + { + "groupId": 96, + "instId": 300005, + "propState": 8, + "pos": { + "x": 118761, + "y": 101070, + "z": 317301 + }, + "rot": { + "x": 0, + "y": 77253, + "z": 0 + }, + "propId": 104059 + }, + { + "groupId": 96, + "instId": 300006, + "propState": 8, + "pos": { + "x": -4256, + "y": 3381, + "z": -247994 + }, + "rot": { + "x": 0, + "y": 224790, + "z": 0 + }, + "propId": 104059 + }, + { + "groupId": 96, + "instId": 300007, + "propState": 8, + "pos": { + "x": -66826, + "y": 11067, + "z": -234952 + }, + "rot": { + "x": 0, + "y": 267497, + "z": 0 + }, + "propId": 104059 + }, + { + "groupId": 96, + "instId": 300008, + "propState": 8, + "pos": { + "x": -64190, + "y": 21093, + "z": -235440 + }, + "rot": { + "x": 0, + "y": 212078, + "z": 0 + }, + "propId": 104059 + }, + { + "groupId": 152, + "instId": 300001, + "propState": 12, + "pos": { + "x": 152574, + "y": 93638, + "z": 266324 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 152, + "instId": 300002, + "propState": 12, + "pos": { + "x": 130494, + "y": 93630, + "z": 279354 + }, + "rot": { + "x": 0, + "y": 239981, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 152, + "instId": 300004, + "propState": 12, + "pos": { + "x": 185760, + "y": 105762, + "z": 371090 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 152, + "instId": 300005, + "propState": 12, + "pos": { + "x": 177853, + "y": 93580, + "z": 175242 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 152, + "instId": 300006, + "propState": 12, + "pos": { + "x": 253837, + "y": 98644, + "z": 136847 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 152, + "instId": 300007, + "propState": 12, + "pos": { + "x": 194002, + "y": 104122, + "z": 255928 + }, + "rot": { + "x": 0, + "y": 130733, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 152, + "instId": 300008, + "propState": 12, + "pos": { + "x": 229414, + "y": 105571, + "z": 210692 + }, + "rot": { + "x": 0, + "y": 321314, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 152, + "instId": 300009, + "propState": 12, + "pos": { + "x": 183158, + "y": 104653, + "z": 266854 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 152, + "instId": 300010, + "propState": 12, + "pos": { + "x": 268140, + "y": 101000, + "z": 239810 + }, + "rot": { + "x": 0, + "y": 328117, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 152, + "instId": 300011, + "propState": 12, + "pos": { + "x": 225310, + "y": 101000, + "z": 290410 + }, + "rot": { + "x": 0, + "y": 59999, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 152, + "instId": 300012, + "propState": 12, + "pos": { + "x": 255420, + "y": 101000, + "z": 320270 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 152, + "instId": 300013, + "propState": 12, + "pos": { + "x": 338020, + "y": 152803, + "z": 333890 + }, + "rot": { + "x": 0, + "y": 221024, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 152, + "instId": 300014, + "propState": 12, + "pos": { + "x": 282990, + "y": 101971, + "z": 173500 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 152, + "instId": 300015, + "propState": 12, + "pos": { + "x": 286450, + "y": 105958, + "z": 211950 + }, + "rot": { + "x": 0, + "y": 148320, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 152, + "instId": 300016, + "propState": 12, + "pos": { + "x": 329340, + "y": 106089, + "z": 169620 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 152, + "instId": 300017, + "propState": 12, + "pos": { + "x": 327440, + "y": 107971, + "z": 221628 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 152, + "instId": 300019, + "propState": 12, + "pos": { + "x": 269649, + "y": 163150, + "z": 363836 + }, + "rot": { + "x": 0, + "y": 310585, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 152, + "instId": 300020, + "propState": 12, + "pos": { + "x": 199019, + "y": 167843, + "z": 358454 + }, + "rot": { + "x": 0, + "y": 18403, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 152, + "instId": 300021, + "propState": 12, + "pos": { + "x": 190814, + "y": 101238, + "z": 287208 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 152, + "instId": 300022, + "propState": 12, + "pos": { + "x": 171673, + "y": 100770, + "z": 318303 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 152, + "instId": 300023, + "propState": 12, + "pos": { + "x": 221083, + "y": 100770, + "z": 333802 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 152, + "instId": 300024, + "propState": 12, + "pos": { + "x": 145640, + "y": 100754, + "z": 297480 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 153, + "instId": 300003, + "propState": 8, + "pos": { + "x": 177050, + "y": 93120, + "z": 174910 + }, + "rot": { + "x": 0, + "y": 246601, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 153, + "instId": 300004, + "propState": 8, + "pos": { + "x": 227950, + "y": 97644, + "z": 159150 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 153, + "instId": 300005, + "propState": 8, + "pos": { + "x": 231250, + "y": 97644, + "z": 153440 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 153, + "instId": 300016, + "propState": 8, + "pos": { + "x": 176260, + "y": 103203, + "z": 239780 + }, + "rot": { + "x": 0, + "y": 150437, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 153, + "instId": 300006, + "propState": 8, + "pos": { + "x": 184370, + "y": 103203, + "z": 225470 + }, + "rot": { + "x": 0, + "y": 326831, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 153, + "instId": 300009, + "propState": 8, + "pos": { + "x": 234600, + "y": 103530, + "z": 222580 + }, + "rot": { + "x": 0, + "y": 17701, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 153, + "instId": 300018, + "propState": 8, + "pos": { + "x": 255266, + "y": 101971, + "z": 167110 + }, + "rot": { + "x": 0, + "y": 154263, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 153, + "instId": 300013, + "propState": 8, + "pos": { + "x": 279350, + "y": 105971, + "z": 191890 + }, + "rot": { + "x": 0, + "y": 241048, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 153, + "instId": 300019, + "propState": 8, + "pos": { + "x": 318070, + "y": 105971, + "z": 196210 + }, + "rot": { + "x": 0, + "y": 243409, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 153, + "instId": 300014, + "propState": 8, + "pos": { + "x": 308709, + "y": 106272, + "z": 159522 + }, + "rot": { + "x": 0, + "y": 36623, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 153, + "instId": 300021, + "propState": 8, + "pos": { + "x": 321207, + "y": 105971, + "z": 197154 + }, + "rot": { + "x": 0, + "y": 60201, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 153, + "instId": 300022, + "propState": 8, + "pos": { + "x": 346015, + "y": 107971, + "z": 231792 + }, + "rot": { + "x": 0, + "y": 180550, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 153, + "instId": 300023, + "propState": 8, + "pos": { + "x": 322496, + "y": 107971, + "z": 226099 + }, + "rot": { + "x": 0, + "y": 187422, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 153, + "instId": 300036, + "propState": 8, + "pos": { + "x": 329070, + "y": 107647, + "z": 221670 + }, + "rot": { + "x": 0, + "y": 105499, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 153, + "instId": 300024, + "propState": 8, + "pos": { + "x": 138940, + "y": 100954, + "z": 308470 + }, + "rot": { + "x": 0, + "y": 326307, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 153, + "instId": 300025, + "propState": 8, + "pos": { + "x": 150703, + "y": 105592, + "z": 352393 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 153, + "instId": 300011, + "propState": 8, + "pos": { + "x": 219650, + "y": 97644, + "z": 143270 + }, + "rot": { + "x": 0, + "y": 92595, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 153, + "instId": 300012, + "propState": 8, + "pos": { + "x": 292770, + "y": 101000, + "z": 253740 + }, + "rot": { + "x": 0, + "y": 151932, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 153, + "instId": 300010, + "propState": 8, + "pos": { + "x": 333780, + "y": 153438, + "z": 347280 + }, + "rot": { + "x": 0, + "y": 404, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 153, + "instId": 300015, + "propState": 8, + "pos": { + "x": 134181, + "y": 98377, + "z": 214970 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 153, + "instId": 300026, + "propState": 8, + "pos": { + "x": 141980, + "y": 98377, + "z": 200620 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 153, + "instId": 300028, + "propState": 8, + "pos": { + "x": 113902, + "y": 93638, + "z": 278405 + }, + "rot": { + "x": 0, + "y": 198040, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 153, + "instId": 300029, + "propState": 8, + "pos": { + "x": 118702, + "y": 93656, + "z": 244941 + }, + "rot": { + "x": 0, + "y": 60791, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 153, + "instId": 300001, + "propState": 8, + "pos": { + "x": 143195, + "y": 93656, + "z": 258228 + }, + "rot": { + "x": 0, + "y": 330871, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 153, + "instId": 300002, + "propState": 8, + "pos": { + "x": 128310, + "y": 100954, + "z": 292948 + }, + "rot": { + "x": 0, + "y": 62758, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 153, + "instId": 300030, + "propState": 8, + "pos": { + "x": 178485, + "y": 167843, + "z": 371664 + }, + "rot": { + "x": 0, + "y": 56447, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 153, + "instId": 300031, + "propState": 8, + "pos": { + "x": 245807, + "y": 164825, + "z": 374963 + }, + "rot": { + "x": 0, + "y": 127904, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 153, + "instId": 300032, + "propState": 8, + "pos": { + "x": 277570, + "y": 159001, + "z": 355931 + }, + "rot": { + "x": 0, + "y": 130587, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 153, + "instId": 300033, + "propState": 8, + "pos": { + "x": 278410, + "y": 163045, + "z": 379509 + }, + "rot": { + "x": 0, + "y": 258352, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 153, + "instId": 300035, + "propState": 8, + "pos": { + "x": 146505, + "y": 100471, + "z": 298122 + }, + "rot": { + "x": 0, + "y": 54454, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 153, + "instId": 300037, + "propState": 8, + "pos": { + "x": 314177, + "y": 153280, + "z": 292709 + }, + "rot": { + "x": 0, + "y": 92791, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 160, + "instId": 300001, + "propState": 8, + "pos": { + "x": -119259, + "y": 18049, + "z": -201242 + }, + "rot": { + "x": 0, + "y": 211662, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 160, + "instId": 300002, + "propState": 8, + "pos": { + "x": 104995, + "y": 98470, + "z": 188771 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 160, + "instId": 300004, + "propState": 8, + "pos": { + "x": -119259, + "y": 18058, + "z": -201242 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 160, + "instId": 300005, + "propState": 8, + "pos": { + "x": 104977, + "y": 98481, + "z": 188670 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 161, + "instId": 300001, + "propState": 8, + "pos": { + "x": -99031, + "y": 15920, + "z": -275022 + }, + "rot": { + "x": 0, + "y": 273537, + "z": 0 + }, + "propId": 104020 + }, + { + "groupId": 161, + "instId": 300002, + "propState": 8, + "pos": { + "x": -66980, + "y": 21867, + "z": -266740 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104020 + }, + { + "groupId": 164, + "instId": 300001, + "propState": 1, + "pos": { + "x": -1540, + "y": 4866, + "z": -287650 + }, + "rot": { + "x": 0, + "y": 269808, + "z": 0 + }, + "propId": 104060 + }, + { + "groupId": 164, + "instId": 300002, + "propState": 1, + "pos": { + "x": 77893, + "y": -4450, + "z": -498633 + }, + "rot": { + "x": 0, + "y": 253178, + "z": 0 + }, + "propId": 104060 + }, + { + "groupId": 164, + "instId": 300003, + "propState": 1, + "pos": { + "x": 178203, + "y": 95088, + "z": 175242 + }, + "rot": { + "x": 0, + "y": 61300, + "z": 0 + }, + "propId": 104060 + }, + { + "groupId": 173, + "instId": 300002, + "propState": 0, + "pos": { + "x": 133520, + "y": 101257, + "z": 334850 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 104067 + }, + { + "groupId": 208, + "instId": 300001, + "propState": 18, + "pos": { + "x": 77916, + "y": -3040, + "z": -498627 + }, + "rot": { + "x": 0, + "y": 264267, + "z": 0 + }, + "propId": 104055 + }, + { + "groupId": 208, + "instId": 300002, + "propState": 1, + "pos": { + "x": 78969, + "y": -5990, + "z": -498306 + }, + "rot": { + "x": 0, + "y": 101249, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 208, + "instId": 300004, + "propState": 8, + "pos": { + "x": 77916, + "y": -2890, + "z": -498625 + }, + "rot": { + "x": 0, + "y": 260000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 209, + "instId": 300001, + "propState": 8, + "pos": { + "x": 46602, + "y": -4593, + "z": -391873 + }, + "rot": { + "x": 0, + "y": 300009, + "z": 0 + }, + "propId": 104055 + }, + { + "groupId": 209, + "instId": 300002, + "propState": 1, + "pos": { + "x": 48064, + "y": -5982, + "z": -390773 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 209, + "instId": 300004, + "propState": 8, + "pos": { + "x": 46621, + "y": -4524, + "z": -391878 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 210, + "instId": 300001, + "propState": 18, + "pos": { + "x": 257502, + "y": 102476, + "z": 274846 + }, + "rot": { + "x": 0, + "y": 9817, + "z": 0 + }, + "propId": 104055 + }, + { + "groupId": 210, + "instId": 300002, + "propState": 1, + "pos": { + "x": 257502, + "y": 102476, + "z": 274846 + }, + "rot": { + "x": 0, + "y": 279817, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 210, + "instId": 300004, + "propState": 8, + "pos": { + "x": 257502, + "y": 102476, + "z": 274846 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 211, + "instId": 300001, + "propState": 18, + "pos": { + "x": -132986, + "y": 27350, + "z": -252401 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104055 + }, + { + "groupId": 211, + "instId": 300002, + "propState": 1, + "pos": { + "x": -133052, + "y": 26103, + "z": -253728 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 211, + "instId": 300004, + "propState": 8, + "pos": { + "x": -132986, + "y": 27463, + "z": -252368 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 212, + "instId": 300001, + "propState": 8, + "pos": { + "x": -54587, + "y": 13842, + "z": -265400 + }, + "rot": { + "x": 0, + "y": 119917, + "z": 0 + }, + "propId": 104055 + }, + { + "groupId": 212, + "instId": 300002, + "propState": 1, + "pos": { + "x": -55180, + "y": 12152, + "z": -266265 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 212, + "instId": 300004, + "propState": 8, + "pos": { + "x": -54587, + "y": 13842, + "z": -265400 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 213, + "instId": 300001, + "propState": 8, + "pos": { + "x": -31235, + "y": 4049, + "z": -264000 + }, + "rot": { + "x": 0, + "y": 309806, + "z": 0 + }, + "propId": 104055 + }, + { + "groupId": 213, + "instId": 300002, + "propState": 1, + "pos": { + "x": -30255, + "y": 3365, + "z": -265518 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 213, + "instId": 300004, + "propState": 8, + "pos": { + "x": -31235, + "y": 4049, + "z": -264000 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 213, + "instId": 300005, + "propState": 8, + "pos": { + "x": -31099, + "y": 4038, + "z": -263724 + }, + "rot": { + "x": 0, + "y": 353979, + "z": 0 + }, + "propId": 104055 + }, + { + "groupId": 213, + "instId": 300006, + "propState": 8, + "pos": { + "x": -31535, + "y": 4077, + "z": -264049 + }, + "rot": { + "x": 0, + "y": 326571, + "z": 0 + }, + "propId": 104055 + }, + { + "groupId": 214, + "instId": 300002, + "propState": 1, + "pos": { + "x": 175002, + "y": 156010, + "z": 362005 + }, + "rot": { + "x": 0, + "y": 253144, + "z": 0 + }, + "propId": 104055 + }, + { + "groupId": 214, + "instId": 300003, + "propState": 1, + "pos": { + "x": 175522, + "y": 170077, + "z": 362892 + }, + "rot": { + "x": 0, + "y": 197984, + "z": 0 + }, + "propId": 104055 + }, + { + "groupId": 214, + "instId": 300004, + "propState": 8, + "pos": { + "x": 175522, + "y": 170178, + "z": 362892 + }, + "rot": { + "x": 0, + "y": 220382, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 214, + "instId": 300006, + "propState": 1, + "pos": { + "x": 179320, + "y": 106811, + "z": 366430 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 215, + "instId": 300002, + "propState": 1, + "pos": { + "x": 130717, + "y": 102275, + "z": 338339 + }, + "rot": { + "x": 0, + "y": 224748, + "z": 0 + }, + "propId": 104055 + }, + { + "groupId": 215, + "instId": 300003, + "propState": 1, + "pos": { + "x": 140502, + "y": 102080, + "z": 339386 + }, + "rot": { + "x": 0, + "y": 149909, + "z": 0 + }, + "propId": 104055 + }, + { + "groupId": 215, + "instId": 300004, + "propState": 8, + "pos": { + "x": 140574, + "y": 102154, + "z": 339418 + }, + "rot": { + "x": 0, + "y": 123000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 215, + "instId": 300006, + "propState": 1, + "pos": { + "x": 127191, + "y": 101080, + "z": 331597 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 216, + "instId": 300001, + "propState": 8, + "pos": { + "x": 159492, + "y": 102256, + "z": 309332 + }, + "rot": { + "x": 0, + "y": 220798, + "z": 0 + }, + "propId": 104055 + }, + { + "groupId": 216, + "instId": 300002, + "propState": 1, + "pos": { + "x": 160112, + "y": 100770, + "z": 307461 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 216, + "instId": 300004, + "propState": 8, + "pos": { + "x": 159492, + "y": 102318, + "z": 309332 + }, + "rot": { + "x": 0, + "y": 333245, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 217, + "instId": 300001, + "propState": 8, + "pos": { + "x": 226881, + "y": 171158, + "z": 357232 + }, + "rot": { + "x": 0, + "y": 184882, + "z": 0 + }, + "propId": 104055 + }, + { + "groupId": 217, + "instId": 300002, + "propState": 1, + "pos": { + "x": 226762, + "y": 167843, + "z": 357463 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 217, + "instId": 300004, + "propState": 8, + "pos": { + "x": 226896, + "y": 171199, + "z": 357241 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 218, + "instId": 300001, + "propState": 8, + "pos": { + "x": 337076, + "y": 173730, + "z": 292727 + }, + "rot": { + "x": 0, + "y": 303950, + "z": 0 + }, + "propId": 104055 + }, + { + "groupId": 218, + "instId": 300002, + "propState": 1, + "pos": { + "x": 338040, + "y": 168259, + "z": 292549 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 218, + "instId": 300004, + "propState": 8, + "pos": { + "x": 336933, + "y": 173863, + "z": 292571 + }, + "rot": { + "x": 0, + "y": 312490, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 219, + "instId": 300001, + "propState": 8, + "pos": { + "x": 186946, + "y": 169710, + "z": 364365 + }, + "rot": { + "x": 0, + "y": 262675, + "z": 0 + }, + "propId": 104055 + }, + { + "groupId": 219, + "instId": 300002, + "propState": 1, + "pos": { + "x": 188001, + "y": 167843, + "z": 364979 + }, + "rot": { + "x": 0, + "y": 245509, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 219, + "instId": 300004, + "propState": 8, + "pos": { + "x": 186921, + "y": 170097, + "z": 364291 + }, + "rot": { + "x": 0, + "y": 221797, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 220, + "instId": 300001, + "propState": 18, + "pos": { + "x": 304005, + "y": 106501, + "z": 210615 + }, + "rot": { + "x": 0, + "y": 276515, + "z": 0 + }, + "propId": 104055 + }, + { + "groupId": 220, + "instId": 300002, + "propState": 1, + "pos": { + "x": 303252, + "y": 105988, + "z": 210165 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 220, + "instId": 300004, + "propState": 8, + "pos": { + "x": 304005, + "y": 106501, + "z": 210615 + }, + "rot": { + "x": 0, + "y": 230000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 221, + "instId": 300001, + "propState": 8, + "pos": { + "x": 309174, + "y": 106436, + "z": 178023 + }, + "rot": { + "x": 0, + "y": 40717, + "z": 0 + }, + "propId": 104055 + }, + { + "groupId": 221, + "instId": 300002, + "propState": 1, + "pos": { + "x": 309518, + "y": 106520, + "z": 178086 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 221, + "instId": 300004, + "propState": 8, + "pos": { + "x": 309161, + "y": 106561, + "z": 178007 + }, + "rot": { + "x": 0, + "y": 24000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 222, + "instId": 300001, + "propState": 18, + "pos": { + "x": -47530, + "y": 11920, + "z": -217414 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104055 + }, + { + "groupId": 222, + "instId": 300002, + "propState": 1, + "pos": { + "x": -47487, + "y": 8183, + "z": -218067 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 222, + "instId": 300004, + "propState": 8, + "pos": { + "x": -47530, + "y": 12046, + "z": -217414 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 223, + "instId": 300001, + "propState": 18, + "pos": { + "x": 356793, + "y": 108213, + "z": 190813 + }, + "rot": { + "x": 0, + "y": 255315, + "z": 0 + }, + "propId": 104055 + }, + { + "groupId": 223, + "instId": 300002, + "propState": 1, + "pos": { + "x": 357800, + "y": 107971, + "z": 191113 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 223, + "instId": 300004, + "propState": 8, + "pos": { + "x": 356939, + "y": 108213, + "z": 190774 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 224, + "instId": 300001, + "propState": 18, + "pos": { + "x": 204210, + "y": 102600, + "z": 300040 + }, + "rot": { + "x": 0, + "y": 26393, + "z": 0 + }, + "propId": 104055 + }, + { + "groupId": 224, + "instId": 300002, + "propState": 1, + "pos": { + "x": 205414, + "y": 100841, + "z": 299431 + }, + "rot": { + "x": 0, + "y": 346016, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 224, + "instId": 300004, + "propState": 8, + "pos": { + "x": 204211, + "y": 102733, + "z": 300041 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 225, + "instId": 300001, + "propState": 8, + "pos": { + "x": 178669, + "y": 168938, + "z": 393833 + }, + "rot": { + "x": 0, + "y": 145198, + "z": 0 + }, + "propId": 104055 + }, + { + "groupId": 225, + "instId": 300002, + "propState": 1, + "pos": { + "x": 178703, + "y": 167843, + "z": 395308 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 225, + "instId": 300004, + "propState": 8, + "pos": { + "x": 178642, + "y": 169082, + "z": 393814 + }, + "rot": { + "x": 0, + "y": 108200, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 226, + "instId": 300005, + "propState": 8, + "pos": { + "x": -86338, + "y": 15348, + "z": -239289 + }, + "rot": { + "x": 0, + "y": 8124, + "z": 0 + }, + "propId": 104055 + }, + { + "groupId": 226, + "instId": 300004, + "propState": 8, + "pos": { + "x": -86343, + "y": 15390, + "z": -239198 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 226, + "instId": 300002, + "propState": 1, + "pos": { + "x": -86432, + "y": 12541, + "z": -240353 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 227, + "instId": 300001, + "propState": 18, + "pos": { + "x": -78914, + "y": 24316, + "z": -252642 + }, + "rot": { + "x": 0, + "y": 69952, + "z": 0 + }, + "propId": 104055 + }, + { + "groupId": 227, + "instId": 300002, + "propState": 1, + "pos": { + "x": -79319, + "y": 23948, + "z": -253010 + }, + "rot": { + "x": 0, + "y": 300950, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 227, + "instId": 300004, + "propState": 8, + "pos": { + "x": -78889, + "y": 24433, + "z": -252627 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 227, + "instId": 300005, + "propState": 8, + "pos": { + "x": -82291, + "y": 23948, + "z": -252324 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 242, + "instId": 300001, + "propState": 0, + "pos": { + "x": 167926, + "y": 106365, + "z": 338718 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 104072 + }, + { + "groupId": 242, + "instId": 300002, + "propState": 0, + "pos": { + "x": 159180, + "y": 106365, + "z": 333900 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 104072 + }, + { + "groupId": 245, + "instId": 300001, + "propState": 8, + "pos": { + "x": -123150, + "y": 16165, + "z": -249443 + }, + "rot": { + "x": 0, + "y": 55081, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 245, + "instId": 300002, + "propState": 8, + "pos": { + "x": -123150, + "y": 16165, + "z": -249443 + }, + "rot": { + "x": 0, + "y": 55081, + "z": 0 + }, + "propId": 104023 + }, + { + "groupId": 245, + "instId": 300003, + "propState": 20, + "pos": { + "x": -127719, + "y": 26101, + "z": -254947 + }, + "rot": { + "x": 0, + "y": 178699, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 245, + "instId": 300004, + "propState": 1, + "pos": { + "x": -127719, + "y": 26101, + "z": -254947 + }, + "rot": { + "x": 0, + "y": 178699, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 258, + "instId": 300001, + "propState": 0, + "pos": { + "x": -52245, + "y": 8934, + "z": -254517 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104072 + }, + { + "groupId": 259, + "instId": 300001, + "propState": 0, + "pos": { + "x": 333774, + "y": 107971, + "z": 198253 + }, + "rot": { + "x": 0, + "y": 41937, + "z": 0 + }, + "propId": 104073 + }, + { + "groupId": 259, + "instId": 300002, + "propState": 0, + "pos": { + "x": 338174, + "y": 114272, + "z": 200923 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 260, + "instId": 300001, + "propState": 0, + "pos": { + "x": 244485, + "y": 101971, + "z": 162019 + }, + "rot": { + "x": 0, + "y": 41937, + "z": 0 + }, + "propId": 104073 + }, + { + "groupId": 261, + "instId": 300001, + "propState": 0, + "pos": { + "x": 222177, + "y": 104661, + "z": 225314 + }, + "rot": { + "x": 0, + "y": 150100, + "z": 0 + }, + "propId": 104073 + }, + { + "groupId": 262, + "instId": 300001, + "propState": 0, + "pos": { + "x": 142682, + "y": 100754, + "z": 302917 + }, + "rot": { + "x": 0, + "y": 108064, + "z": 0 + }, + "propId": 104073 + }, + { + "groupId": 263, + "instId": 300001, + "propState": 0, + "pos": { + "x": 265360, + "y": 163150, + "z": 367070 + }, + "rot": { + "x": 0, + "y": 80000, + "z": 0 + }, + "propId": 104073 + }, + { + "groupId": 287, + "instId": 300001, + "propState": 8, + "pos": { + "x": 214947, + "y": 104122, + "z": 236122 + }, + "rot": { + "x": 0, + "y": 308570, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 287, + "instId": 300002, + "propState": 8, + "pos": { + "x": 214947, + "y": 104122, + "z": 236122 + }, + "rot": { + "x": 0, + "y": 308570, + "z": 0 + }, + "propId": 104023 + }, + { + "groupId": 287, + "instId": 300003, + "propState": 20, + "pos": { + "x": 193207, + "y": 104653, + "z": 267545 + }, + "rot": { + "x": 0, + "y": 151783, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 287, + "instId": 300004, + "propState": 1, + "pos": { + "x": 193207, + "y": 104653, + "z": 267545 + }, + "rot": { + "x": 0, + "y": 151783, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 289, + "instId": 300001, + "propState": 8, + "pos": { + "x": 342033, + "y": 168036, + "z": 326850 + }, + "rot": { + "x": 0, + "y": 346005, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 289, + "instId": 300002, + "propState": 8, + "pos": { + "x": 342033, + "y": 168183, + "z": 326850 + }, + "rot": { + "x": 0, + "y": 346005, + "z": 0 + }, + "propId": 104023 + }, + { + "groupId": 289, + "instId": 300003, + "propState": 20, + "pos": { + "x": 327293, + "y": 152775, + "z": 281473 + }, + "rot": { + "x": 0, + "y": 331783, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 289, + "instId": 300004, + "propState": 1, + "pos": { + "x": 327293, + "y": 152775, + "z": 281473 + }, + "rot": { + "x": 0, + "y": 331783, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 309, + "instId": 300001, + "propState": 8, + "pos": { + "x": 26280, + "y": 3382, + "z": -305560 + }, + "rot": { + "x": 0, + "y": 272341, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 309, + "instId": 300002, + "propState": 8, + "pos": { + "x": 26280, + "y": 3382, + "z": -305560 + }, + "rot": { + "x": 0, + "y": 346005, + "z": 0 + }, + "propId": 104023 + }, + { + "groupId": 309, + "instId": 300003, + "propState": 20, + "pos": { + "x": 77881, + "y": -5990, + "z": -490041 + }, + "rot": { + "x": 0, + "y": 97869, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 309, + "instId": 300004, + "propState": 1, + "pos": { + "x": 77881, + "y": -5990, + "z": -490041 + }, + "rot": { + "x": 0, + "y": 97869, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 406, + "instId": 300001, + "propState": 11, + "pos": { + "x": 202701, + "y": 101238, + "z": 291138 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 104046 + }, + { + "groupId": 407, + "instId": 300001, + "propState": 11, + "pos": { + "x": 202410, + "y": 93495, + "z": 161640 + }, + "rot": { + "x": 0, + "y": 206515, + "z": 0 + }, + "propId": 104046 + }, + { + "groupId": 408, + "instId": 300001, + "propState": 11, + "pos": { + "x": 359740, + "y": 107971, + "z": 209080 + }, + "rot": { + "x": 0, + "y": 293867, + "z": 0 + }, + "propId": 104046 + }, + { + "groupId": 409, + "instId": 300001, + "propState": 11, + "pos": { + "x": -142827, + "y": 15608, + "z": -278700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104046 + }, + { + "groupId": 496, + "instId": 300001, + "propState": 18, + "pos": { + "x": 226836, + "y": 104516, + "z": 258812 + }, + "rot": { + "x": 0, + "y": 141121, + "z": 0 + }, + "propId": 104162 + }, + { + "groupId": 510, + "instId": 300009, + "propState": 20, + "pos": { + "x": 190341, + "y": 167843, + "z": 363687 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 60403 + }, + { + "groupId": 520, + "instId": 300001, + "propState": 12, + "pos": { + "x": -89401, + "y": 25864, + "z": -268742 + }, + "rot": { + "x": 0, + "y": 359968, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 520, + "instId": 300002, + "propState": 8, + "pos": { + "x": -89401, + "y": 25964, + "z": -268742 + }, + "rot": { + "x": 0, + "y": 359968, + "z": 0 + }, + "propId": 104159 + }, + { + "groupId": 520, + "instId": 300004, + "propState": 8, + "pos": { + "x": -89401, + "y": 26097, + "z": -268820 + }, + "rot": { + "x": 0, + "y": 359968, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 521, + "instId": 300001, + "propState": 12, + "pos": { + "x": -89401, + "y": 25864, + "z": -268742 + }, + "rot": { + "x": 0, + "y": 359968, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 522, + "instId": 300001, + "propState": 2, + "pos": { + "x": -96180, + "y": 14290, + "z": -293300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104067 + }, + { + "groupId": 522, + "instId": 300002, + "propState": 1, + "pos": { + "x": 167926, + "y": 106365, + "z": 338718 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 104072 + }, + { + "groupId": 522, + "instId": 300003, + "propState": 1, + "pos": { + "x": 159180, + "y": 106365, + "z": 333900 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 104072 + }, + { + "groupId": 522, + "instId": 300004, + "propState": 101, + "pos": { + "x": -52245, + "y": 8934, + "z": -254517 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104072 + }, + { + "groupId": 522, + "instId": 300005, + "propState": 102, + "pos": { + "x": 204055, + "y": 98810, + "z": 140713 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 104072 + }, + { + "groupId": 522, + "instId": 300006, + "propState": 1, + "pos": { + "x": 133520, + "y": 101257, + "z": 334850 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 104067 + }, + { + "groupId": 522, + "instId": 300007, + "propState": 1, + "pos": { + "x": 333774, + "y": 107971, + "z": 198253 + }, + "rot": { + "x": 0, + "y": 41937, + "z": 0 + }, + "propId": 104073 + }, + { + "groupId": 522, + "instId": 300008, + "propState": 1, + "pos": { + "x": 244485, + "y": 101971, + "z": 162019 + }, + "rot": { + "x": 0, + "y": 41937, + "z": 0 + }, + "propId": 104073 + }, + { + "groupId": 522, + "instId": 300009, + "propState": 1, + "pos": { + "x": 222177, + "y": 104661, + "z": 225314 + }, + "rot": { + "x": 0, + "y": 150100, + "z": 0 + }, + "propId": 104073 + }, + { + "groupId": 522, + "instId": 300010, + "propState": 1, + "pos": { + "x": 142682, + "y": 100754, + "z": 302917 + }, + "rot": { + "x": 0, + "y": 108064, + "z": 0 + }, + "propId": 104073 + }, + { + "groupId": 522, + "instId": 300011, + "propState": 1, + "pos": { + "x": 265360, + "y": 163150, + "z": 367070 + }, + "rot": { + "x": 0, + "y": 80000, + "z": 0 + }, + "propId": 104073 + }, + { + "groupId": 522, + "instId": 300012, + "propState": 1, + "pos": { + "x": -108024, + "y": 16240, + "z": -236226 + }, + "rot": { + "x": 0, + "y": 179393, + "z": 0 + }, + "propId": 104036 + }, + { + "groupId": 526, + "instId": 300001, + "propState": 12, + "pos": { + "x": 137081, + "y": 102052, + "z": 342911 + }, + "rot": { + "x": 0, + "y": 150768, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 526, + "instId": 300002, + "propState": 8, + "pos": { + "x": 137081, + "y": 102152, + "z": 342911 + }, + "rot": { + "x": 0, + "y": 150768, + "z": 0 + }, + "propId": 104159 + }, + { + "groupId": 526, + "instId": 300004, + "propState": 8, + "pos": { + "x": 137081, + "y": 102052, + "z": 342911 + }, + "rot": { + "x": 0, + "y": 150768, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 527, + "instId": 300001, + "propState": 12, + "pos": { + "x": 137081, + "y": 102052, + "z": 342911 + }, + "rot": { + "x": 0, + "y": 150768, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 528, + "instId": 300001, + "propState": 12, + "pos": { + "x": 369095, + "y": 108818, + "z": 185127 + }, + "rot": { + "x": 0, + "y": 220186, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 528, + "instId": 300002, + "propState": 8, + "pos": { + "x": 369095, + "y": 108918, + "z": 185127 + }, + "rot": { + "x": 0, + "y": 220186, + "z": 0 + }, + "propId": 104159 + }, + { + "groupId": 528, + "instId": 300004, + "propState": 8, + "pos": { + "x": 369095, + "y": 108818, + "z": 185127 + }, + "rot": { + "x": 0, + "y": 220186, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 529, + "instId": 300001, + "propState": 12, + "pos": { + "x": 369095, + "y": 108818, + "z": 185127 + }, + "rot": { + "x": 0, + "y": 220186, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 617, + "instId": 300013, + "propState": 8, + "pos": { + "x": 5710, + "y": 4139, + "z": -279910 + }, + "rot": { + "x": 0, + "y": 236608, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 617, + "instId": 300017, + "propState": 8, + "pos": { + "x": 76546, + "y": -5317, + "z": -398579 + }, + "rot": { + "x": 0, + "y": 221601, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 617, + "instId": 300001, + "propState": 8, + "pos": { + "x": -19381, + "y": 4065, + "z": -224032 + }, + "rot": { + "x": 0, + "y": 210852, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 617, + "instId": 300002, + "propState": 8, + "pos": { + "x": -15893, + "y": 6909, + "z": -311402 + }, + "rot": { + "x": 0, + "y": 70586, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 617, + "instId": 300003, + "propState": 8, + "pos": { + "x": 97877, + "y": -5290, + "z": -482547 + }, + "rot": { + "x": 0, + "y": 39963, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 618, + "instId": 300007, + "propState": 8, + "pos": { + "x": 193620, + "y": 94145, + "z": 166199 + }, + "rot": { + "x": 0, + "y": 18071, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 618, + "instId": 300008, + "propState": 8, + "pos": { + "x": 130539, + "y": 94556, + "z": 260805 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 618, + "instId": 300001, + "propState": 8, + "pos": { + "x": 137265, + "y": 101682, + "z": 323852 + }, + "rot": { + "x": 0, + "y": 278513, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 618, + "instId": 300002, + "propState": 8, + "pos": { + "x": 296348, + "y": 157838, + "z": 353201 + }, + "rot": { + "x": 0, + "y": 260641, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 618, + "instId": 300003, + "propState": 8, + "pos": { + "x": 202043, + "y": 168559, + "z": 358779 + }, + "rot": { + "x": 0, + "y": 260641, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 618, + "instId": 300004, + "propState": 8, + "pos": { + "x": 132272, + "y": 98874, + "z": 194683 + }, + "rot": { + "x": 0, + "y": 28461, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 618, + "instId": 300005, + "propState": 8, + "pos": { + "x": 217457, + "y": 98186, + "z": 156219 + }, + "rot": { + "x": 0, + "y": 209643, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 618, + "instId": 300006, + "propState": 8, + "pos": { + "x": 206547, + "y": 101470, + "z": 328384 + }, + "rot": { + "x": 0, + "y": 156276, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 618, + "instId": 300009, + "propState": 8, + "pos": { + "x": 341773, + "y": 108671, + "z": 198655 + }, + "rot": { + "x": 0, + "y": 22954, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 670, + "instId": 300001, + "propState": 18, + "pos": { + "x": -81519, + "y": 13019, + "z": -268441 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104096 + }, + { + "groupId": 670, + "instId": 300002, + "propState": 18, + "pos": { + "x": -31260, + "y": 6887, + "z": -323892 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104095 + }, + { + "groupId": 670, + "instId": 300003, + "propState": 18, + "pos": { + "x": -114502, + "y": 16751, + "z": -220922 + }, + "rot": { + "x": 0, + "y": 300762, + "z": 0 + }, + "propId": 104093 + }, + { + "groupId": 670, + "instId": 300004, + "propState": 18, + "pos": { + "x": 179317, + "y": 94067, + "z": 172867 + }, + "rot": { + "x": 0, + "y": 165573, + "z": 0 + }, + "propId": 104093 + }, + { + "groupId": 670, + "instId": 300005, + "propState": 18, + "pos": { + "x": 263155, + "y": 102634, + "z": 164478 + }, + "rot": { + "x": 0, + "y": 75158, + "z": 0 + }, + "propId": 104094 + }, + { + "groupId": 670, + "instId": 300006, + "propState": 18, + "pos": { + "x": 298203, + "y": 105994, + "z": 215710 + }, + "rot": { + "x": 0, + "y": 322762, + "z": 0 + }, + "propId": 104094 + }, + { + "groupId": 670, + "instId": 300007, + "propState": 18, + "pos": { + "x": 131048, + "y": 95138, + "z": 275098 + }, + "rot": { + "x": 0, + "y": 69556, + "z": 0 + }, + "propId": 104096 + }, + { + "groupId": 670, + "instId": 300008, + "propState": 18, + "pos": { + "x": -11199, + "y": 4203, + "z": -266538 + }, + "rot": { + "x": 0, + "y": 73758, + "z": 0 + }, + "propId": 104094 + }, + { + "groupId": 670, + "instId": 300009, + "propState": 18, + "pos": { + "x": 305331, + "y": 106653, + "z": 168630 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104093 + }, + { + "groupId": 670, + "instId": 300010, + "propState": 18, + "pos": { + "x": 351503, + "y": 108044, + "z": 197206 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104093 + }, + { + "groupId": 670, + "instId": 300011, + "propState": 18, + "pos": { + "x": 128209, + "y": 101710, + "z": 333516 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104095 + }, + { + "groupId": 670, + "instId": 300012, + "propState": 18, + "pos": { + "x": -89306, + "y": 27612, + "z": -239309 + }, + "rot": { + "x": 0, + "y": 133168, + "z": 0 + }, + "propId": 104094 + }, + { + "groupId": 670, + "instId": 300013, + "propState": 18, + "pos": { + "x": -46712, + "y": 6773, + "z": -280120 + }, + "rot": { + "x": 0, + "y": 64953, + "z": 0 + }, + "propId": 104093 + }, + { + "groupId": 671, + "instId": 300001, + "propState": 18, + "pos": { + "x": 359306, + "y": 108470, + "z": 202778 + }, + "rot": { + "x": 0, + "y": 202807, + "z": 0 + }, + "propId": 102009 + }, + { + "groupId": 790, + "instId": 300001, + "propState": 8, + "pos": { + "x": 170425, + "y": 103346, + "z": 329899 + }, + "rot": { + "x": 0, + "y": 153327, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 790, + "instId": 300002, + "propState": 8, + "pos": { + "x": 355634, + "y": 109724, + "z": 187361 + }, + "rot": { + "x": 0, + "y": 345335, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 813, + "instId": 300001, + "propState": 18, + "pos": { + "x": 205919, + "y": 168773, + "z": 413410 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104095 + }, + { + "groupId": 813, + "instId": 300002, + "propState": 18, + "pos": { + "x": 174385, + "y": 168465, + "z": 378219 + }, + "rot": { + "x": 0, + "y": 216335, + "z": 0 + }, + "propId": 104094 + }, + { + "groupId": 814, + "instId": 300001, + "propState": 18, + "pos": { + "x": -126536, + "y": 16175, + "z": -270549 + }, + "rot": { + "x": 0, + "y": 57225, + "z": 0 + }, + "propId": 104096 + }, + { + "groupId": 824, + "instId": 300001, + "propState": 18, + "pos": { + "x": 359673, + "y": 108470, + "z": 202695 + }, + "rot": { + "x": 0, + "y": 235146, + "z": 0 + }, + "propId": 102009 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 1, + "groupId": 6, + "instId": 300001, + "pos": { + "x": 89730, + "y": -6120, + "z": -492460 + }, + "rot": { + "x": 0, + "y": 346618, + "z": 0 + }, + "teleportId": 1040101 + }, + { + "anchorId": 2, + "groupId": 6, + "instId": 300002, + "pos": { + "x": -21430, + "y": 5990, + "z": -303590 + }, + "rot": { + "x": 0, + "y": 254754, + "z": 0 + }, + "teleportId": 1040102 + }, + { + "anchorId": 3, + "groupId": 6, + "instId": 300003, + "pos": { + "x": -105120, + "y": 15608, + "z": -278950 + }, + "rot": { + "x": 0, + "y": 329392, + "z": 0 + }, + "teleportId": 1040103 + }, + { + "anchorId": 4, + "groupId": 6, + "instId": 300004, + "pos": { + "x": 114403, + "y": 98354, + "z": 194152 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "teleportId": 1040104 + }, + { + "anchorId": 5, + "groupId": 6, + "instId": 300005, + "pos": { + "x": 221674, + "y": 168060, + "z": 363828 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "teleportId": 1040105 + }, + { + "anchorId": 6, + "groupId": 6, + "instId": 300006, + "pos": { + "x": 336400, + "y": 107971, + "z": 213537 + }, + "rot": { + "x": 0, + "y": 182732, + "z": 0 + }, + "teleportId": 1040106 + }, + { + "anchorId": 7, + "groupId": 6, + "instId": 300007, + "pos": { + "x": 216390, + "y": 103529, + "z": 270850 + }, + "rot": { + "x": 0, + "y": 75679, + "z": 0 + }, + "teleportId": 1040107 + }, + { + "anchorId": 8, + "groupId": 6, + "instId": 300008, + "pos": { + "x": 167763, + "y": 100770, + "z": 308090 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "teleportId": 1040108 + }, + { + "anchorId": 9, + "groupId": 6, + "instId": 300009, + "pos": { + "x": 318666, + "y": 152472, + "z": 306522 + }, + "rot": { + "x": 0, + "y": 56899, + "z": 0 + }, + "teleportId": 1040109 + } + ] + }, + { + "planeID": 20412, + "props": [ + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": -82650, + "y": 8577, + "z": -55261 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 8, + "pos": { + "x": -17253, + "y": 10470, + "z": 72195 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 8, + "pos": { + "x": -12570, + "y": 12678, + "z": 228120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 10, + "instId": 300004, + "propState": 8, + "pos": { + "x": -20300, + "y": -7593, + "z": 376080 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 10, + "instId": 300005, + "propState": 8, + "pos": { + "x": 25978, + "y": -3198, + "z": -99796 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 26, + "instId": 300001, + "propState": 8, + "pos": { + "x": -31000, + "y": 10326, + "z": 102202 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 26, + "instId": 300002, + "propState": 8, + "pos": { + "x": -21660, + "y": 10315, + "z": 199812 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 26, + "instId": 300003, + "propState": 8, + "pos": { + "x": 4740, + "y": -6323, + "z": 213880 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 26, + "instId": 300004, + "propState": 8, + "pos": { + "x": -31000, + "y": 10326, + "z": 102202 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 26, + "instId": 300005, + "propState": 8, + "pos": { + "x": -21660, + "y": 10315, + "z": 199812 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 26, + "instId": 300006, + "propState": 8, + "pos": { + "x": 4740, + "y": -6323, + "z": 213880 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 27, + "instId": 300004, + "propState": 11, + "pos": { + "x": -74650, + "y": -6243, + "z": 228985 + }, + "rot": { + "x": 0, + "y": 98913, + "z": 0 + }, + "propId": 104046 + }, + { + "groupId": 28, + "instId": 300002, + "propState": 12, + "pos": { + "x": -4793, + "y": 11646, + "z": 5601 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 28, + "instId": 300003, + "propState": 12, + "pos": { + "x": -40591, + "y": 11646, + "z": 2239 + }, + "rot": { + "x": 0, + "y": 359884, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 28, + "instId": 300004, + "propState": 12, + "pos": { + "x": -8991, + "y": 11646, + "z": 43125 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 28, + "instId": 300005, + "propState": 12, + "pos": { + "x": -24395, + "y": 7564, + "z": 27180 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 30, + "instId": 300002, + "propState": 12, + "pos": { + "x": 8780, + "y": 12678, + "z": 226700 + }, + "rot": { + "x": 0, + "y": 272206, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 30, + "instId": 300003, + "propState": 12, + "pos": { + "x": -53580, + "y": -6323, + "z": 214390 + }, + "rot": { + "x": 0, + "y": 2206, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 30, + "instId": 300004, + "propState": 12, + "pos": { + "x": 12104, + "y": -6243, + "z": 236269 + }, + "rot": { + "x": 0, + "y": 225894, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 30, + "instId": 300005, + "propState": 12, + "pos": { + "x": 48254, + "y": 4249, + "z": 66382 + }, + "rot": { + "x": 0, + "y": 332567, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 31, + "instId": 300004, + "propState": 12, + "pos": { + "x": -5030, + "y": -7561, + "z": 380010 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 32, + "instId": 300001, + "propState": 12, + "pos": { + "x": 8179, + "y": 16021, + "z": 302028 + }, + "rot": { + "x": 0, + "y": 320487, + "z": 0 + }, + "propId": 60403 + }, + { + "groupId": 32, + "instId": 300002, + "propState": 12, + "pos": { + "x": -54445, + "y": 25141, + "z": 296270 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 32, + "instId": 300003, + "propState": 12, + "pos": { + "x": -41639, + "y": 7533, + "z": 334879 + }, + "rot": { + "x": 0, + "y": 78385, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 32, + "instId": 300004, + "propState": 12, + "pos": { + "x": -37890, + "y": 25111, + "z": 288240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 32, + "instId": 300005, + "propState": 12, + "pos": { + "x": -51830, + "y": 16021, + "z": 337400 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 33, + "instId": 300001, + "propState": 12, + "pos": { + "x": -58224, + "y": 6855, + "z": 339928 + }, + "rot": { + "x": 0, + "y": 177459, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 33, + "instId": 300002, + "propState": 12, + "pos": { + "x": 16185, + "y": 25139, + "z": 291960 + }, + "rot": { + "x": 0, + "y": 282735, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 33, + "instId": 300004, + "propState": 12, + "pos": { + "x": -79289, + "y": 25115, + "z": 295917 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60403 + }, + { + "groupId": 34, + "instId": 300002, + "propState": 8, + "pos": { + "x": -41612, + "y": 11646, + "z": -3789 + }, + "rot": { + "x": 0, + "y": 131004, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 34, + "instId": 300004, + "propState": 8, + "pos": { + "x": -4703, + "y": 11665, + "z": -7141 + }, + "rot": { + "x": 0, + "y": 269283, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 34, + "instId": 300005, + "propState": 8, + "pos": { + "x": -43550, + "y": 11665, + "z": 38720 + }, + "rot": { + "x": 0, + "y": 89476, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 34, + "instId": 300006, + "propState": 8, + "pos": { + "x": -55910, + "y": 11650, + "z": 31689 + }, + "rot": { + "x": 0, + "y": 127097, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 34, + "instId": 300007, + "propState": 8, + "pos": { + "x": -55130, + "y": 27050, + "z": 28720 + }, + "rot": { + "x": 0, + "y": 89197, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 34, + "instId": 300008, + "propState": 8, + "pos": { + "x": -44240, + "y": 27050, + "z": 5540 + }, + "rot": { + "x": 0, + "y": 88706, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 34, + "instId": 300009, + "propState": 8, + "pos": { + "x": -4831, + "y": 27017, + "z": 18941 + }, + "rot": { + "x": 0, + "y": 241966, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 34, + "instId": 300001, + "propState": 8, + "pos": { + "x": -28620, + "y": 11675, + "z": 44384 + }, + "rot": { + "x": 0, + "y": 165534, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 35, + "instId": 300001, + "propState": 8, + "pos": { + "x": -41740, + "y": 11666, + "z": -9610 + }, + "rot": { + "x": 0, + "y": 41873, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 35, + "instId": 300002, + "propState": 8, + "pos": { + "x": -6408, + "y": 11646, + "z": 43536 + }, + "rot": { + "x": 0, + "y": 218945, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 35, + "instId": 300004, + "propState": 8, + "pos": { + "x": -5075, + "y": 11665, + "z": 3495 + }, + "rot": { + "x": 0, + "y": 41270, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 36, + "instId": 300002, + "propState": 8, + "pos": { + "x": -36249, + "y": 12680, + "z": 230221 + }, + "rot": { + "x": 0, + "y": 240229, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 36, + "instId": 300003, + "propState": 8, + "pos": { + "x": 1127, + "y": -6323, + "z": 217881 + }, + "rot": { + "x": 0, + "y": 240229, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 36, + "instId": 300001, + "propState": 8, + "pos": { + "x": -32329, + "y": 10466, + "z": 84324 + }, + "rot": { + "x": 0, + "y": 99481, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 36, + "instId": 300005, + "propState": 8, + "pos": { + "x": -17220, + "y": 10332, + "z": 96881 + }, + "rot": { + "x": 0, + "y": 260365, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 36, + "instId": 300008, + "propState": 8, + "pos": { + "x": 38131, + "y": 4287, + "z": 76645 + }, + "rot": { + "x": 0, + "y": 229577, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 36, + "instId": 300009, + "propState": 8, + "pos": { + "x": 37388, + "y": 4249, + "z": 60605 + }, + "rot": { + "x": 0, + "y": 335897, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 36, + "instId": 300004, + "propState": 8, + "pos": { + "x": 56490, + "y": -118, + "z": 44100 + }, + "rot": { + "x": 0, + "y": 242166, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 36, + "instId": 300010, + "propState": 8, + "pos": { + "x": -5770, + "y": 12680, + "z": 220414 + }, + "rot": { + "x": 0, + "y": 358851, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 36, + "instId": 300013, + "propState": 8, + "pos": { + "x": -47848, + "y": -6243, + "z": 232256 + }, + "rot": { + "x": 0, + "y": 267160, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 36, + "instId": 300014, + "propState": 8, + "pos": { + "x": -47720, + "y": -6243, + "z": 226620 + }, + "rot": { + "x": 0, + "y": 267160, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 36, + "instId": 300006, + "propState": 8, + "pos": { + "x": -32229, + "y": 16011, + "z": 268052 + }, + "rot": { + "x": 0, + "y": 208487, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 36, + "instId": 300007, + "propState": 8, + "pos": { + "x": -16418, + "y": 16011, + "z": 268058 + }, + "rot": { + "x": 0, + "y": 143629, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 37, + "instId": 300001, + "propState": 8, + "pos": { + "x": -22106, + "y": 13646, + "z": -45134 + }, + "rot": { + "x": 0, + "y": 265383, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 37, + "instId": 300002, + "propState": 8, + "pos": { + "x": -52460, + "y": 13596, + "z": -44880 + }, + "rot": { + "x": 0, + "y": 232764, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 37, + "instId": 300003, + "propState": 8, + "pos": { + "x": -52340, + "y": 13596, + "z": -52130 + }, + "rot": { + "x": 0, + "y": 300995, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 37, + "instId": 300006, + "propState": 8, + "pos": { + "x": -36251, + "y": 13644, + "z": -31615 + }, + "rot": { + "x": 0, + "y": 88589, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 37, + "instId": 300007, + "propState": 8, + "pos": { + "x": -12408, + "y": 13644, + "z": -31245 + }, + "rot": { + "x": 0, + "y": 266036, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 37, + "instId": 300009, + "propState": 8, + "pos": { + "x": -7835, + "y": -7561, + "z": 380028 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 37, + "instId": 300010, + "propState": 8, + "pos": { + "x": -41440, + "y": -7561, + "z": 380028 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 37, + "instId": 300004, + "propState": 8, + "pos": { + "x": 18657, + "y": -3198, + "z": -108213 + }, + "rot": { + "x": 0, + "y": 81900, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 38, + "instId": 300003, + "propState": 8, + "pos": { + "x": 9255, + "y": 16021, + "z": 282582 + }, + "rot": { + "x": 0, + "y": 265926, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 38, + "instId": 300004, + "propState": 8, + "pos": { + "x": -48052, + "y": 16021, + "z": 278966 + }, + "rot": { + "x": 0, + "y": 3324, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 38, + "instId": 300005, + "propState": 8, + "pos": { + "x": -59352, + "y": 6855, + "z": 310124 + }, + "rot": { + "x": 0, + "y": 40918, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 38, + "instId": 300008, + "propState": 8, + "pos": { + "x": -49798, + "y": 6855, + "z": 278737 + }, + "rot": { + "x": 0, + "y": 5406, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 38, + "instId": 300009, + "propState": 8, + "pos": { + "x": -24751, + "y": 6855, + "z": 278599 + }, + "rot": { + "x": 0, + "y": 532, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 38, + "instId": 300010, + "propState": 8, + "pos": { + "x": 9604, + "y": 6855, + "z": 281511 + }, + "rot": { + "x": 0, + "y": 268501, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 38, + "instId": 300011, + "propState": 8, + "pos": { + "x": 8810, + "y": 25111, + "z": 340580 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 38, + "instId": 300007, + "propState": 8, + "pos": { + "x": -63355, + "y": 25111, + "z": 340197 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 38, + "instId": 300012, + "propState": 8, + "pos": { + "x": 5288, + "y": 16021, + "z": 340572 + }, + "rot": { + "x": 0, + "y": 167762, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 38, + "instId": 300013, + "propState": 8, + "pos": { + "x": -60230, + "y": 16021, + "z": 329058 + }, + "rot": { + "x": 0, + "y": 90596, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 38, + "instId": 300014, + "propState": 8, + "pos": { + "x": 4880, + "y": 25111, + "z": 279874 + }, + "rot": { + "x": 0, + "y": 356571, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 38, + "instId": 300015, + "propState": 8, + "pos": { + "x": 14860, + "y": 16021, + "z": 307872 + }, + "rot": { + "x": 0, + "y": 267615, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 38, + "instId": 300006, + "propState": 8, + "pos": { + "x": -14240, + "y": 3166, + "z": 306224 + }, + "rot": { + "x": 0, + "y": 301890, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 38, + "instId": 300016, + "propState": 8, + "pos": { + "x": -15624, + "y": 11735, + "z": 356479 + }, + "rot": { + "x": 0, + "y": 183463, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 39, + "instId": 300001, + "propState": 8, + "pos": { + "x": 9112, + "y": 16021, + "z": 279436 + }, + "rot": { + "x": 0, + "y": 324003, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 39, + "instId": 300002, + "propState": 8, + "pos": { + "x": -42418, + "y": 16021, + "z": 278806 + }, + "rot": { + "x": 0, + "y": 351044, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 39, + "instId": 300003, + "propState": 8, + "pos": { + "x": -60157, + "y": 16021, + "z": 298372 + }, + "rot": { + "x": 0, + "y": 83574, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 39, + "instId": 300004, + "propState": 8, + "pos": { + "x": -59610, + "y": 6855, + "z": 309708 + }, + "rot": { + "x": 0, + "y": 29940, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 39, + "instId": 300005, + "propState": 8, + "pos": { + "x": -24852, + "y": 6880, + "z": 278351 + }, + "rot": { + "x": 0, + "y": 358426, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 39, + "instId": 300006, + "propState": 8, + "pos": { + "x": 1589, + "y": 6855, + "z": 340221 + }, + "rot": { + "x": 0, + "y": 178174, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 39, + "instId": 300008, + "propState": 8, + "pos": { + "x": -52836, + "y": 25111, + "z": 296424 + }, + "rot": { + "x": 0, + "y": 274397, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 39, + "instId": 300009, + "propState": 8, + "pos": { + "x": -66810, + "y": 25111, + "z": 337260 + }, + "rot": { + "x": 0, + "y": 84288, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 39, + "instId": 300010, + "propState": 8, + "pos": { + "x": 15189, + "y": 25111, + "z": 339947 + }, + "rot": { + "x": 0, + "y": 176783, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 39, + "instId": 300011, + "propState": 8, + "pos": { + "x": -25445, + "y": 25111, + "z": 278981 + }, + "rot": { + "x": 0, + "y": 356901, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 39, + "instId": 300012, + "propState": 8, + "pos": { + "x": -20635, + "y": 3141, + "z": 310121 + }, + "rot": { + "x": 0, + "y": 234482, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 39, + "instId": 300013, + "propState": 8, + "pos": { + "x": -47597, + "y": 6855, + "z": 278575 + }, + "rot": { + "x": 0, + "y": 132518, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 40, + "instId": 300001, + "propState": 8, + "pos": { + "x": -59750, + "y": 25161, + "z": 319110 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104020 + }, + { + "groupId": 40, + "instId": 300002, + "propState": 8, + "pos": { + "x": 9750, + "y": 25121, + "z": 307680 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104020 + }, + { + "groupId": 48, + "instId": 300001, + "propState": 1, + "pos": { + "x": -3160, + "y": 16021, + "z": 282510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104038 + }, + { + "groupId": 48, + "instId": 300002, + "propState": 1, + "pos": { + "x": 2660, + "y": 16021, + "z": 282790 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104039 + }, + { + "groupId": 48, + "instId": 300003, + "propState": 1, + "pos": { + "x": -64820, + "y": 25111, + "z": 309860 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104038 + }, + { + "groupId": 48, + "instId": 300004, + "propState": 1, + "pos": { + "x": -64730, + "y": 25111, + "z": 304190 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104039 + }, + { + "groupId": 48, + "instId": 300005, + "propState": 0, + "pos": { + "x": -3160, + "y": 16220, + "z": 282460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 48, + "instId": 300006, + "propState": 0, + "pos": { + "x": -64360, + "y": 25250, + "z": 309860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 49, + "instId": 300001, + "propState": 8, + "pos": { + "x": -57760, + "y": 16071, + "z": 316890 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104042 + }, + { + "groupId": 49, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104088 + }, + { + "groupId": 49, + "instId": 300003, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104088 + }, + { + "groupId": 50, + "instId": 300002, + "propState": 8, + "pos": { + "x": -23682, + "y": 36730, + "z": 293641 + }, + "rot": { + "x": 0, + "y": 26596, + "z": 0 + }, + "propId": 104089 + }, + { + "groupId": 50, + "instId": 300005, + "propState": 8, + "pos": { + "x": -53330, + "y": 24921, + "z": 288240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104101 + }, + { + "groupId": 50, + "instId": 300006, + "propState": 8, + "pos": { + "x": -35220, + "y": 26417, + "z": 310664 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 50, + "instId": 300007, + "propState": 20, + "pos": { + "x": -24464, + "y": 7236, + "z": 324405 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60402 + }, + { + "groupId": 51, + "instId": 300001, + "propState": 1, + "pos": { + "x": -58390, + "y": 28030, + "z": 343960 + }, + "rot": { + "x": 0, + "y": 301768, + "z": 0 + }, + "propId": 104069 + }, + { + "groupId": 51, + "instId": 300002, + "propState": 1, + "pos": { + "x": 9180, + "y": 28200, + "z": 343810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104099 + }, + { + "groupId": 51, + "instId": 300003, + "propState": 1, + "pos": { + "x": 15970, + "y": 16021, + "z": 307730 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104075 + }, + { + "groupId": 51, + "instId": 300004, + "propState": 20, + "pos": { + "x": -6140, + "y": 16162, + "z": 336335 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104069 + }, + { + "groupId": 51, + "instId": 300005, + "propState": 20, + "pos": { + "x": -6140, + "y": 16162, + "z": 336335 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104099 + }, + { + "groupId": 51, + "instId": 300006, + "propState": 20, + "pos": { + "x": -6140, + "y": 16162, + "z": 336335 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104075 + }, + { + "groupId": 51, + "instId": 300009, + "propState": 1, + "pos": { + "x": -43090, + "y": 16130, + "z": 337010 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104075 + }, + { + "groupId": 51, + "instId": 300011, + "propState": 20, + "pos": { + "x": -43240, + "y": 6975, + "z": 336720 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104099 + }, + { + "groupId": 51, + "instId": 300012, + "propState": 20, + "pos": { + "x": -43220, + "y": 6850, + "z": 336980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104069 + }, + { + "groupId": 52, + "instId": 300001, + "propState": 8, + "pos": { + "x": -24470, + "y": 31775, + "z": 344706 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 52, + "instId": 300002, + "propState": 8, + "pos": { + "x": -68060, + "y": 44419, + "z": 309820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 53, + "instId": 300001, + "propState": 0, + "pos": { + "x": -33880, + "y": 11730, + "z": -1100 + }, + "rot": { + "x": 0, + "y": 110000, + "z": 0 + }, + "propId": 104045 + }, + { + "groupId": 53, + "instId": 300004, + "propState": 0, + "pos": { + "x": -14542, + "y": 11730, + "z": 34508 + }, + "rot": { + "x": 0, + "y": 330224, + "z": 0 + }, + "propId": 104045 + }, + { + "groupId": 54, + "instId": 300001, + "propState": 8, + "pos": { + "x": -24340, + "y": 11550, + "z": -2936 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104042 + }, + { + "groupId": 54, + "instId": 300002, + "propState": 8, + "pos": { + "x": -6870, + "y": 27017, + "z": 21000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104043 + }, + { + "groupId": 54, + "instId": 300003, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104088 + }, + { + "groupId": 54, + "instId": 300004, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104088 + }, + { + "groupId": 54, + "instId": 300005, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104088 + }, + { + "groupId": 54, + "instId": 300006, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104088 + }, + { + "groupId": 55, + "instId": 300001, + "propState": 1, + "pos": { + "x": -24351, + "y": 12707, + "z": 19873 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104029 + }, + { + "groupId": 56, + "instId": 300001, + "propState": 2, + "pos": { + "x": -11685, + "y": 11646, + "z": 27400 + }, + "rot": { + "x": 0, + "y": 95977, + "z": 0 + }, + "propId": 104022 + }, + { + "groupId": 56, + "instId": 300002, + "propState": 1, + "pos": { + "x": -25880, + "y": 11810, + "z": 30650 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 56, + "instId": 300003, + "propState": 0, + "pos": { + "x": -32630, + "y": 11152, + "z": 19700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104032 + }, + { + "groupId": 56, + "instId": 300004, + "propState": 0, + "pos": { + "x": -24340, + "y": 11139, + "z": 30970 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104032 + }, + { + "groupId": 56, + "instId": 300005, + "propState": 0, + "pos": { + "x": -24340, + "y": 11680, + "z": 30930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 57, + "instId": 300001, + "propState": 8, + "pos": { + "x": -37632, + "y": 27050, + "z": 12863 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 57, + "instId": 300002, + "propState": 8, + "pos": { + "x": -37632, + "y": 27050, + "z": 12863 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 57, + "instId": 300003, + "propState": 8, + "pos": { + "x": -11004, + "y": 27050, + "z": 5680 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 57, + "instId": 300004, + "propState": 8, + "pos": { + "x": -11004, + "y": 27050, + "z": 5680 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 57, + "instId": 300005, + "propState": 8, + "pos": { + "x": -37632, + "y": 27050, + "z": 12863 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 58, + "instId": 300001, + "propState": 1, + "pos": { + "x": -24300, + "y": 11646, + "z": 5300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104038 + }, + { + "groupId": 58, + "instId": 300002, + "propState": 1, + "pos": { + "x": -24310, + "y": 11646, + "z": -4050 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104039 + }, + { + "groupId": 58, + "instId": 300003, + "propState": 1, + "pos": { + "x": -8420, + "y": 11646, + "z": 27520 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104038 + }, + { + "groupId": 58, + "instId": 300004, + "propState": 1, + "pos": { + "x": -8835, + "y": 11646, + "z": 33869 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104039 + }, + { + "groupId": 58, + "instId": 300005, + "propState": 0, + "pos": { + "x": -24300, + "y": 12030, + "z": 5300 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 58, + "instId": 300006, + "propState": 0, + "pos": { + "x": -8420, + "y": 11646, + "z": 27520 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 63, + "instId": 300001, + "propState": 8, + "pos": { + "x": 58728, + "y": -171, + "z": 11653 + }, + "rot": { + "x": 0, + "y": 119110, + "z": 0 + }, + "propId": 104045 + }, + { + "groupId": 63, + "instId": 300002, + "propState": 8, + "pos": { + "x": 61590, + "y": -174, + "z": -15760 + }, + "rot": { + "x": 0, + "y": 93445, + "z": 0 + }, + "propId": 104045 + }, + { + "groupId": 63, + "instId": 300003, + "propState": 8, + "pos": { + "x": 44980, + "y": -153, + "z": -65200 + }, + "rot": { + "x": 0, + "y": 76832, + "z": 0 + }, + "propId": 104045 + }, + { + "groupId": 63, + "instId": 300004, + "propState": 8, + "pos": { + "x": 65862, + "y": -204, + "z": 36398 + }, + "rot": { + "x": 0, + "y": 155000, + "z": 0 + }, + "propId": 104016 + }, + { + "groupId": 63, + "instId": 300005, + "propState": 8, + "pos": { + "x": 43364, + "y": -204, + "z": -67886 + }, + "rot": { + "x": 0, + "y": 213101, + "z": 0 + }, + "propId": 104016 + }, + { + "groupId": 63, + "instId": 300006, + "propState": 8, + "pos": { + "x": 68112, + "y": -204, + "z": 3845 + }, + "rot": { + "x": 0, + "y": 262957, + "z": 0 + }, + "propId": 104043 + }, + { + "groupId": 63, + "instId": 300007, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104088 + }, + { + "groupId": 63, + "instId": 300008, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104088 + }, + { + "groupId": 64, + "instId": 300001, + "propState": 12, + "pos": { + "x": 74310, + "y": -204, + "z": -38060 + }, + "rot": { + "x": 0, + "y": 283858, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 69, + "instId": 300001, + "propState": 8, + "pos": { + "x": 60590, + "y": -204, + "z": -35480 + }, + "rot": { + "x": 0, + "y": 17657, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 69, + "instId": 300003, + "propState": 8, + "pos": { + "x": 38813, + "y": -204, + "z": -82075 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 69, + "instId": 300004, + "propState": 8, + "pos": { + "x": 44935, + "y": -204, + "z": -85969 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 69, + "instId": 300002, + "propState": 8, + "pos": { + "x": 69901, + "y": -204, + "z": 26251 + }, + "rot": { + "x": 0, + "y": 205757, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 70, + "instId": 300001, + "propState": 11, + "pos": { + "x": 29131, + "y": -3198, + "z": -113998 + }, + "rot": { + "x": 0, + "y": 347012, + "z": 0 + }, + "propId": 104046 + }, + { + "groupId": 73, + "instId": 300001, + "propState": 8, + "pos": { + "x": -24537, + "y": 17285, + "z": 293857 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104029 + }, + { + "groupId": 73, + "instId": 300002, + "propState": 1, + "pos": { + "x": -29320, + "y": 3141, + "z": 310030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104029 + }, + { + "groupId": 73, + "instId": 300003, + "propState": 1, + "pos": { + "x": -12499, + "y": 25111, + "z": 287314 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104029 + }, + { + "groupId": 73, + "instId": 300004, + "propState": 8, + "pos": { + "x": 8110, + "y": 15580, + "z": 292649 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104032 + }, + { + "groupId": 73, + "instId": 300005, + "propState": 8, + "pos": { + "x": -57180, + "y": 6164, + "z": 324920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104032 + }, + { + "groupId": 73, + "instId": 300006, + "propState": 8, + "pos": { + "x": 4110, + "y": 6320, + "z": 295000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104032 + }, + { + "groupId": 73, + "instId": 300007, + "propState": 8, + "pos": { + "x": 1610, + "y": 6320, + "z": 312400 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104032 + }, + { + "groupId": 73, + "instId": 300008, + "propState": 8, + "pos": { + "x": -6150, + "y": 4620, + "z": 308300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104032 + }, + { + "groupId": 73, + "instId": 300014, + "propState": 8, + "pos": { + "x": -57340, + "y": 15530, + "z": 286740 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104032 + }, + { + "groupId": 74, + "instId": 300001, + "propState": 8, + "pos": { + "x": -24530, + "y": 8091, + "z": 291320 + }, + "rot": { + "x": 0, + "y": 179778, + "z": 0 + }, + "propId": 104022 + }, + { + "groupId": 74, + "instId": 300002, + "propState": 1, + "pos": { + "x": -25950, + "y": 3610, + "z": 307130 + }, + "rot": { + "x": 0, + "y": 43911, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 74, + "instId": 300003, + "propState": 8, + "pos": { + "x": 6920, + "y": 10440, + "z": 305820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 74, + "instId": 300004, + "propState": 8, + "pos": { + "x": -24540, + "y": 3200, + "z": 308350 + }, + "rot": { + "x": 0, + "y": 43911, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 74, + "instId": 300005, + "propState": 8, + "pos": { + "x": 7790, + "y": 6920, + "z": 307780 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 76, + "instId": 300001, + "propState": 11, + "pos": { + "x": -41470, + "y": 11666, + "z": 41520 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104046 + }, + { + "groupId": 77, + "instId": 300001, + "propState": 8, + "pos": { + "x": -59750, + "y": 25161, + "z": 319110 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104020 + }, + { + "groupId": 77, + "instId": 300002, + "propState": 8, + "pos": { + "x": 9750, + "y": 25121, + "z": 307680 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104020 + }, + { + "groupId": 77, + "instId": 300003, + "propState": 8, + "pos": { + "x": 2575, + "y": 16021, + "z": 307435 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104020 + }, + { + "groupId": 78, + "instId": 300001, + "propState": 0, + "pos": { + "x": -53615, + "y": 6855, + "z": 279155 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 78, + "instId": 300002, + "propState": 0, + "pos": { + "x": -53615, + "y": 16021, + "z": 279061 + }, + "rot": { + "x": 0, + "y": 91953, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 78, + "instId": 300003, + "propState": 0, + "pos": { + "x": -58661, + "y": 25160, + "z": 280343 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104001 + }, + { + "groupId": 78, + "instId": 300004, + "propState": 1, + "pos": { + "x": -58670, + "y": 6669, + "z": 280330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104013 + }, + { + "groupId": 78, + "instId": 300005, + "propState": 1, + "pos": { + "x": -58610, + "y": 16010, + "z": 280340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104013 + }, + { + "groupId": 78, + "instId": 300006, + "propState": 0, + "pos": { + "x": -53615, + "y": 25111, + "z": 279444 + }, + "rot": { + "x": 0, + "y": 91953, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 78, + "instId": 300007, + "propState": 1, + "pos": { + "x": -58650, + "y": 25111, + "z": 280410 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104013 + }, + { + "groupId": 79, + "instId": 300001, + "propState": 11, + "pos": { + "x": -24570, + "y": 11735, + "z": 352610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104046 + }, + { + "groupId": 80, + "instId": 300001, + "propState": 11, + "pos": { + "x": -53111, + "y": 16021, + "z": 339460 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104046 + }, + { + "groupId": 87, + "instId": 300001, + "propState": 8, + "pos": { + "x": -57760, + "y": 16071, + "z": 316890 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104042 + }, + { + "groupId": 87, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104088 + }, + { + "groupId": 87, + "instId": 300003, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104088 + }, + { + "groupId": 98, + "instId": 300001, + "propState": 2, + "pos": { + "x": 11200, + "y": 16021, + "z": 307700 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104017 + }, + { + "groupId": 102, + "instId": 300003, + "propState": 0, + "pos": { + "x": 5888, + "y": 17787, + "z": 303102 + }, + "rot": { + "x": 0, + "y": 129754, + "z": 0 + }, + "propId": 103074 + }, + { + "groupId": 102, + "instId": 300006, + "propState": 0, + "pos": { + "x": 5830, + "y": 16437, + "z": 302760 + }, + "rot": { + "x": 0, + "y": 309754, + "z": 0 + }, + "propId": 104032 + }, + { + "groupId": 103, + "instId": 300001, + "propState": 1, + "pos": { + "x": -21530, + "y": 27050, + "z": 43480 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104038 + }, + { + "groupId": 103, + "instId": 300002, + "propState": 1, + "pos": { + "x": -14330, + "y": 27079, + "z": 43440 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104039 + }, + { + "groupId": 103, + "instId": 300003, + "propState": 0, + "pos": { + "x": -21530, + "y": 27509, + "z": 43430 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 114, + "instId": 300001, + "propState": 18, + "pos": { + "x": -25087, + "y": 32770, + "z": 46656 + }, + "rot": { + "x": 0, + "y": 69528, + "z": 0 + }, + "propId": 104058 + }, + { + "groupId": 114, + "instId": 300002, + "propState": 1, + "pos": { + "x": -24819, + "y": 27183, + "z": 43952 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 114, + "instId": 300004, + "propState": 8, + "pos": { + "x": -25087, + "y": 32770, + "z": 46656 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 115, + "instId": 300001, + "propState": 18, + "pos": { + "x": -8413, + "y": 12825, + "z": 413 + }, + "rot": { + "x": 0, + "y": 243691, + "z": 0 + }, + "propId": 104058 + }, + { + "groupId": 115, + "instId": 300002, + "propState": 1, + "pos": { + "x": -8356, + "y": 12470, + "z": 400 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 115, + "instId": 300004, + "propState": 8, + "pos": { + "x": -8413, + "y": 12825, + "z": 413 + }, + "rot": { + "x": 0, + "y": 173509, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 116, + "instId": 300001, + "propState": 18, + "pos": { + "x": -26187, + "y": 11678, + "z": 6166 + }, + "rot": { + "x": 0, + "y": 274153, + "z": 0 + }, + "propId": 104058 + }, + { + "groupId": 116, + "instId": 300002, + "propState": 1, + "pos": { + "x": -26002, + "y": 11678, + "z": 6756 + }, + "rot": { + "x": 0, + "y": 295275, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 116, + "instId": 300004, + "propState": 8, + "pos": { + "x": -26162, + "y": 11782, + "z": 6154 + }, + "rot": { + "x": 0, + "y": 115000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 117, + "instId": 300001, + "propState": 18, + "pos": { + "x": -30836, + "y": -855, + "z": 388075 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104058 + }, + { + "groupId": 117, + "instId": 300002, + "propState": 1, + "pos": { + "x": -28263, + "y": -7593, + "z": 385681 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 117, + "instId": 300004, + "propState": 8, + "pos": { + "x": -30846, + "y": -855, + "z": 388075 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 118, + "instId": 300001, + "propState": 18, + "pos": { + "x": 63609, + "y": -204, + "z": 9393 + }, + "rot": { + "x": 0, + "y": 61867, + "z": 0 + }, + "propId": 104058 + }, + { + "groupId": 118, + "instId": 300004, + "propState": 8, + "pos": { + "x": 63912, + "y": 25, + "z": 10042 + }, + "rot": { + "x": 0, + "y": 205000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 118, + "instId": 300002, + "propState": 1, + "pos": { + "x": 63643, + "y": -204, + "z": 9345 + }, + "rot": { + "x": 0, + "y": 96542, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 119, + "instId": 300001, + "propState": 18, + "pos": { + "x": -7368, + "y": 25018, + "z": 345379 + }, + "rot": { + "x": 0, + "y": 149502, + "z": 0 + }, + "propId": 104058 + }, + { + "groupId": 119, + "instId": 300002, + "propState": 1, + "pos": { + "x": -7368, + "y": 25018, + "z": 345379 + }, + "rot": { + "x": 0, + "y": 149502, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 119, + "instId": 300004, + "propState": 8, + "pos": { + "x": -7376, + "y": 25066, + "z": 345368 + }, + "rot": { + "x": 0, + "y": 215920, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 120, + "instId": 300001, + "propState": 18, + "pos": { + "x": -23833, + "y": 57681, + "z": 337189 + }, + "rot": { + "x": 0, + "y": 258045, + "z": 0 + }, + "propId": 104058 + }, + { + "groupId": 120, + "instId": 300002, + "propState": 1, + "pos": { + "x": -23549, + "y": 57538, + "z": 336561 + }, + "rot": { + "x": 0, + "y": 234016, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 120, + "instId": 300004, + "propState": 8, + "pos": { + "x": -21624, + "y": 57538, + "z": 331892 + }, + "rot": { + "x": 0, + "y": 336701, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 121, + "instId": 300001, + "propState": 18, + "pos": { + "x": -46589, + "y": 7072, + "z": 333571 + }, + "rot": { + "x": 0, + "y": 219712, + "z": 0 + }, + "propId": 104058 + }, + { + "groupId": 121, + "instId": 300002, + "propState": 1, + "pos": { + "x": -46589, + "y": 7072, + "z": 333571 + }, + "rot": { + "x": 0, + "y": 219712, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 121, + "instId": 300004, + "propState": 8, + "pos": { + "x": -46589, + "y": 7149, + "z": 333592 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 122, + "instId": 300001, + "propState": 18, + "pos": { + "x": -74723, + "y": 25152, + "z": 291163 + }, + "rot": { + "x": 0, + "y": 4212, + "z": 0 + }, + "propId": 104058 + }, + { + "groupId": 122, + "instId": 300002, + "propState": 1, + "pos": { + "x": -74723, + "y": 25152, + "z": 291163 + }, + "rot": { + "x": 0, + "y": 4212, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 122, + "instId": 300004, + "propState": 8, + "pos": { + "x": -74609, + "y": 25298, + "z": 291285 + }, + "rot": { + "x": 0, + "y": 223240, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 123, + "instId": 300001, + "propState": 18, + "pos": { + "x": -65039, + "y": 9036, + "z": 73580 + }, + "rot": { + "x": 0, + "y": 305039, + "z": 0 + }, + "propId": 104058 + }, + { + "groupId": 123, + "instId": 300002, + "propState": 1, + "pos": { + "x": -64933, + "y": 9036, + "z": 73505 + }, + "rot": { + "x": 0, + "y": 305039, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 123, + "instId": 300004, + "propState": 8, + "pos": { + "x": -65055, + "y": 9096, + "z": 73574 + }, + "rot": { + "x": 0, + "y": 250000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 127, + "instId": 300001, + "propState": 8, + "pos": { + "x": -27926, + "y": -6126, + "z": 387300 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104053 + }, + { + "groupId": 127, + "instId": 300002, + "propState": 8, + "pos": { + "x": -21112, + "y": -6126, + "z": 387290 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104053 + }, + { + "groupId": 127, + "instId": 300003, + "propState": 8, + "pos": { + "x": -27880, + "y": -10918, + "z": 398481 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104053 + }, + { + "groupId": 127, + "instId": 300004, + "propState": 8, + "pos": { + "x": -21108, + "y": -15938, + "z": 409541 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104053 + }, + { + "groupId": 127, + "instId": 300005, + "propState": 8, + "pos": { + "x": -27930, + "y": -22005, + "z": 422661 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104053 + }, + { + "groupId": 127, + "instId": 300006, + "propState": 8, + "pos": { + "x": -27869, + "y": -22687, + "z": 432176 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104053 + }, + { + "groupId": 127, + "instId": 300007, + "propState": 8, + "pos": { + "x": -21161, + "y": -22687, + "z": 432179 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104053 + }, + { + "groupId": 127, + "instId": 300008, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 141 + }, + { + "groupId": 127, + "instId": 300009, + "propState": 8, + "pos": { + "x": -21105, + "y": -10918, + "z": 398481 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104053 + }, + { + "groupId": 127, + "instId": 300010, + "propState": 8, + "pos": { + "x": -21071, + "y": -22005, + "z": 422661 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104053 + }, + { + "groupId": 137, + "instId": 300001, + "propState": 1, + "pos": { + "x": -42939, + "y": 82040, + "z": 337057 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104103 + }, + { + "groupId": 137, + "instId": 300002, + "propState": 1, + "pos": { + "x": -6040, + "y": 82220, + "z": 337057 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104103 + }, + { + "groupId": 137, + "instId": 300003, + "propState": 1, + "pos": { + "x": -6080, + "y": 6669, + "z": 336940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104013 + }, + { + "groupId": 137, + "instId": 300006, + "propState": 1, + "pos": { + "x": -42990, + "y": 6669, + "z": 336940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104013 + }, + { + "groupId": 139, + "instId": 300001, + "propState": 11, + "pos": { + "x": -7530, + "y": 11646, + "z": -8910 + }, + "rot": { + "x": 0, + "y": 359542, + "z": 0 + }, + "propId": 60403 + }, + { + "groupId": 139, + "instId": 300002, + "propState": 8, + "pos": { + "x": -7530, + "y": 11646, + "z": -8910 + }, + "rot": { + "x": 0, + "y": 359542, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 139, + "instId": 300003, + "propState": 8, + "pos": { + "x": -7530, + "y": 11646, + "z": -8910 + }, + "rot": { + "x": 0, + "y": 359542, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 140, + "instId": 300003, + "propState": 8, + "pos": { + "x": 21904, + "y": -1351, + "z": -116153 + }, + "rot": { + "x": 0, + "y": 210541, + "z": 0 + }, + "propId": 103074 + }, + { + "groupId": 142, + "instId": 300001, + "propState": 8, + "pos": { + "x": -50480, + "y": -6323, + "z": 216872 + }, + "rot": { + "x": 0, + "y": 285370, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 142, + "instId": 300002, + "propState": 8, + "pos": { + "x": -50480, + "y": -6323, + "z": 216872 + }, + "rot": { + "x": 0, + "y": 28475, + "z": 0 + }, + "propId": 104023 + }, + { + "groupId": 142, + "instId": 300003, + "propState": 20, + "pos": { + "x": -2240, + "y": -6186, + "z": 229227 + }, + "rot": { + "x": 0, + "y": 89777, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 142, + "instId": 300004, + "propState": 1, + "pos": { + "x": -2240, + "y": -6186, + "z": 229227 + }, + "rot": { + "x": 0, + "y": 89777, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 143, + "instId": 300001, + "propState": 8, + "pos": { + "x": -24430, + "y": 6270, + "z": 330980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104107 + }, + { + "groupId": 144, + "instId": 300001, + "propState": 8, + "pos": { + "x": -24430, + "y": 6270, + "z": 330980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104106 + }, + { + "groupId": 157, + "instId": 300001, + "propState": 8, + "pos": { + "x": -8840, + "y": 25016, + "z": 342994 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104124 + }, + { + "groupId": 198, + "instId": 300003, + "propState": 0, + "pos": { + "x": -43614, + "y": 26900, + "z": 281156 + }, + "rot": { + "x": 0, + "y": 269813, + "z": 0 + }, + "propId": 103074 + }, + { + "groupId": 206, + "instId": 300001, + "propState": 12, + "pos": { + "x": 51797, + "y": -204, + "z": -76997 + }, + "rot": { + "x": 0, + "y": 350737, + "z": 0 + }, + "propId": 60403 + }, + { + "groupId": 206, + "instId": 300002, + "propState": 8, + "pos": { + "x": 51797, + "y": -104, + "z": -76997 + }, + "rot": { + "x": 0, + "y": 350737, + "z": 0 + }, + "propId": 104159 + }, + { + "groupId": 206, + "instId": 300004, + "propState": 8, + "pos": { + "x": 51797, + "y": -204, + "z": -76997 + }, + "rot": { + "x": 0, + "y": 350737, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 207, + "instId": 300001, + "propState": 12, + "pos": { + "x": 51797, + "y": -204, + "z": -76997 + }, + "rot": { + "x": 0, + "y": 350737, + "z": 0 + }, + "propId": 60403 + }, + { + "groupId": 208, + "instId": 300002, + "propState": 8, + "pos": { + "x": -55076, + "y": 9136, + "z": 73344 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104159 + }, + { + "groupId": 208, + "instId": 300004, + "propState": 8, + "pos": { + "x": -55076, + "y": 9036, + "z": 73344 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 208, + "instId": 300001, + "propState": 12, + "pos": { + "x": -55076, + "y": 9036, + "z": 73344 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 209, + "instId": 300001, + "propState": 12, + "pos": { + "x": -55076, + "y": 9036, + "z": 73344 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 210, + "instId": 300001, + "propState": 20, + "pos": { + "x": 19949, + "y": -3189, + "z": -118867 + }, + "rot": { + "x": 0, + "y": 31264, + "z": 0 + }, + "propId": 60403 + }, + { + "groupId": 219, + "instId": 300003, + "propState": 8, + "pos": { + "x": 711, + "y": 26900, + "z": 335070 + }, + "rot": { + "x": 0, + "y": 304244, + "z": 0 + }, + "propId": 103074 + }, + { + "groupId": 220, + "instId": 300003, + "propState": 0, + "pos": { + "x": -54915, + "y": 26901, + "z": 299606 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103074 + }, + { + "groupId": 221, + "instId": 300003, + "propState": 8, + "pos": { + "x": -9589, + "y": 28807, + "z": 41493 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 103074 + }, + { + "groupId": 222, + "instId": 300001, + "propState": 20, + "pos": { + "x": -33730, + "y": 27050, + "z": 45160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60402 + }, + { + "groupId": 222, + "instId": 300002, + "propState": 8, + "pos": { + "x": -33730, + "y": 27050, + "z": 45160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 222, + "instId": 300003, + "propState": 8, + "pos": { + "x": -9442, + "y": 27057, + "z": 41703 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 226, + "instId": 300001, + "propState": 8, + "pos": { + "x": -33119, + "y": 20285, + "z": 329294 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 245, + "instId": 300001, + "propState": 8, + "pos": { + "x": -62086, + "y": 25161, + "z": 315587 + }, + "rot": { + "x": 0, + "y": 328598, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 245, + "instId": 300002, + "propState": 8, + "pos": { + "x": -62086, + "y": 25161, + "z": 315587 + }, + "rot": { + "x": 0, + "y": 328598, + "z": 0 + }, + "propId": 104023 + }, + { + "groupId": 245, + "instId": 300003, + "propState": 20, + "pos": { + "x": -4004, + "y": 25018, + "z": 348709 + }, + "rot": { + "x": 0, + "y": 221941, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 245, + "instId": 300004, + "propState": 1, + "pos": { + "x": -4004, + "y": 25018, + "z": 348709 + }, + "rot": { + "x": 0, + "y": 221941, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 246, + "instId": 300011, + "propState": 8, + "pos": { + "x": -4274, + "y": 13380, + "z": 234049 + }, + "rot": { + "x": 0, + "y": 143306, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 246, + "instId": 300001, + "propState": 8, + "pos": { + "x": -58750, + "y": 13380, + "z": 219850 + }, + "rot": { + "x": 0, + "y": 284876, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 246, + "instId": 300002, + "propState": 8, + "pos": { + "x": -2987, + "y": 8191, + "z": 80777 + }, + "rot": { + "x": 0, + "y": 114822, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 246, + "instId": 300003, + "propState": 8, + "pos": { + "x": -73667, + "y": 9200, + "z": -44340 + }, + "rot": { + "x": 0, + "y": 104741, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 247, + "instId": 300001, + "propState": 8, + "pos": { + "x": -25860, + "y": 16746, + "z": 279090 + }, + "rot": { + "x": 0, + "y": 268219, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 247, + "instId": 300002, + "propState": 8, + "pos": { + "x": -16856, + "y": 7555, + "z": 279046 + }, + "rot": { + "x": 0, + "y": 72623, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 247, + "instId": 300003, + "propState": 8, + "pos": { + "x": 9393, + "y": 16721, + "z": 340645 + }, + "rot": { + "x": 0, + "y": 228677, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 247, + "instId": 300004, + "propState": 8, + "pos": { + "x": -12777, + "y": 12435, + "z": 354401 + }, + "rot": { + "x": 0, + "y": 271040, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 247, + "instId": 300005, + "propState": 8, + "pos": { + "x": 17102, + "y": 25811, + "z": 326055 + }, + "rot": { + "x": 0, + "y": 26994, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 247, + "instId": 300006, + "propState": 8, + "pos": { + "x": 1459, + "y": 25811, + "z": 280556 + }, + "rot": { + "x": 0, + "y": 235787, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 248, + "instId": 300001, + "propState": 8, + "pos": { + "x": -7136, + "y": 7555, + "z": 283643 + }, + "rot": { + "x": 0, + "y": 339502, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 248, + "instId": 300002, + "propState": 8, + "pos": { + "x": -34664, + "y": 12435, + "z": 355575 + }, + "rot": { + "x": 0, + "y": 182331, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 248, + "instId": 300003, + "propState": 8, + "pos": { + "x": -51354, + "y": 25811, + "z": 283982 + }, + "rot": { + "x": 0, + "y": 348534, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 248, + "instId": 300004, + "propState": 8, + "pos": { + "x": 5752, + "y": 25811, + "z": 294235 + }, + "rot": { + "x": 0, + "y": 313901, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 249, + "instId": 300001, + "propState": 20, + "pos": { + "x": -7975, + "y": 25018, + "z": 348895 + }, + "rot": { + "x": 0, + "y": 145675, + "z": 0 + }, + "propId": 60402 + }, + { + "groupId": 249, + "instId": 300002, + "propState": 8, + "pos": { + "x": -7975, + "y": 25018, + "z": 348895 + }, + "rot": { + "x": 0, + "y": 145675, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 249, + "instId": 300003, + "propState": 8, + "pos": { + "x": 730, + "y": 25141, + "z": 335420 + }, + "rot": { + "x": 0, + "y": 124244, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 250, + "instId": 300001, + "propState": 8, + "pos": { + "x": -29530, + "y": -2260, + "z": 324110 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 253, + "instId": 300001, + "propState": 18, + "pos": { + "x": -44110, + "y": -7561, + "z": 379940 + }, + "rot": { + "x": 0, + "y": 141121, + "z": 0 + }, + "propId": 104162 + }, + { + "groupId": 253, + "instId": 300002, + "propState": 18, + "pos": { + "x": -21402, + "y": 16011, + "z": 268558 + }, + "rot": { + "x": 0, + "y": 224598, + "z": 0 + }, + "propId": 104093 + }, + { + "groupId": 253, + "instId": 300003, + "propState": 18, + "pos": { + "x": -87773, + "y": 8542, + "z": -53336 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104095 + }, + { + "groupId": 253, + "instId": 300005, + "propState": 18, + "pos": { + "x": -24438, + "y": 7236, + "z": 330035 + }, + "rot": { + "x": 0, + "y": 148117, + "z": 0 + }, + "propId": 104093 + }, + { + "groupId": 253, + "instId": 300006, + "propState": 18, + "pos": { + "x": -14787, + "y": 11514, + "z": 84378 + }, + "rot": { + "x": 0, + "y": 335662, + "z": 0 + }, + "propId": 104094 + }, + { + "groupId": 253, + "instId": 300007, + "propState": 18, + "pos": { + "x": -21193, + "y": 11703, + "z": -9655 + }, + "rot": { + "x": 0, + "y": 333417, + "z": 0 + }, + "propId": 104094 + }, + { + "groupId": 258, + "instId": 300004, + "propState": 18, + "pos": { + "x": -7732, + "y": 7732, + "z": 278193 + }, + "rot": { + "x": 0, + "y": 297708, + "z": 0 + }, + "propId": 104093 + }, + { + "groupId": 265, + "instId": 300001, + "propState": 1, + "pos": { + "x": -29050, + "y": -23506, + "z": 439770 + }, + "rot": { + "x": 0, + "y": 128499, + "z": 0 + }, + "propId": 104169 + }, + { + "groupId": 266, + "instId": 300001, + "propState": 8, + "pos": { + "x": 4868, + "y": -5232, + "z": 229300 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 702 + } + ], + "monsters": [ + { + "groupId": 43, + "instId": 200001, + "eventId": 20412001, + "pos": { + "x": -40100, + "y": 11646, + "z": 10890 + }, + "rot": { + "x": 0, + "y": 354467, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 43, + "instId": 200004, + "eventId": 20412002, + "pos": { + "x": -40624, + "y": 27050, + "z": 41859 + }, + "rot": { + "x": 0, + "y": 134158, + "z": 0 + }, + "monsterId": 4012040 + }, + { + "groupId": 43, + "instId": 200005, + "eventId": 20412003, + "pos": { + "x": -24348, + "y": 7601, + "z": 23216 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 44, + "instId": 200001, + "eventId": 20412004, + "pos": { + "x": -39750, + "y": 11646, + "z": 10260 + }, + "rot": { + "x": 0, + "y": 358042, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 45, + "instId": 200001, + "eventId": 20412008, + "pos": { + "x": 45454, + "y": 4249, + "z": 72290 + }, + "rot": { + "x": 0, + "y": 349598, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 45, + "instId": 200002, + "eventId": 20412009, + "pos": { + "x": 48302, + "y": 4249, + "z": 71186 + }, + "rot": { + "x": 0, + "y": 330719, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 45, + "instId": 200003, + "eventId": 20412010, + "pos": { + "x": -45743, + "y": 9036, + "z": 80811 + }, + "rot": { + "x": 0, + "y": 3940, + "z": 0 + }, + "monsterId": 4012020 + }, + { + "groupId": 45, + "instId": 200004, + "eventId": 20412011, + "pos": { + "x": -59185, + "y": -6243, + "z": 223939 + }, + "rot": { + "x": 0, + "y": 45982, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 45, + "instId": 200005, + "eventId": 20412012, + "pos": { + "x": -63521, + "y": -6243, + "z": 229580 + }, + "rot": { + "x": 0, + "y": 84553, + "z": 0 + }, + "monsterId": 4012040 + }, + { + "groupId": 46, + "instId": 200001, + "eventId": 20412015, + "pos": { + "x": 53530, + "y": -204, + "z": -65460 + }, + "rot": { + "x": 0, + "y": 21782, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 46, + "instId": 200002, + "eventId": 20412016, + "pos": { + "x": 71850, + "y": -204, + "z": -37410 + }, + "rot": { + "x": 0, + "y": 322888, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 46, + "instId": 200003, + "eventId": 20412017, + "pos": { + "x": 72030, + "y": -204, + "z": 10480 + }, + "rot": { + "x": 0, + "y": 118123, + "z": 0 + }, + "monsterId": 4012020 + }, + { + "groupId": 47, + "instId": 200001, + "eventId": 20412021, + "pos": { + "x": 5612, + "y": 16021, + "z": 283669 + }, + "rot": { + "x": 0, + "y": 303566, + "z": 0 + }, + "monsterId": 4012040 + }, + { + "groupId": 47, + "instId": 200002, + "eventId": 20412022, + "pos": { + "x": -53270, + "y": 16021, + "z": 320100 + }, + "rot": { + "x": 0, + "y": 103407, + "z": 0 + }, + "monsterId": 4012040 + }, + { + "groupId": 47, + "instId": 200003, + "eventId": 20412023, + "pos": { + "x": -58969, + "y": 6855, + "z": 314180 + }, + "rot": { + "x": 0, + "y": 93334, + "z": 0 + }, + "monsterId": 4012020 + }, + { + "groupId": 47, + "instId": 200004, + "eventId": 20412024, + "pos": { + "x": 3171, + "y": 6855, + "z": 284603 + }, + "rot": { + "x": 0, + "y": 20928, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 47, + "instId": 200005, + "eventId": 20412025, + "pos": { + "x": 5368, + "y": 16021, + "z": 337612 + }, + "rot": { + "x": 0, + "y": 176741, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 47, + "instId": 200006, + "eventId": 20412026, + "pos": { + "x": -37000, + "y": 25111, + "z": 280550 + }, + "rot": { + "x": 0, + "y": 8689, + "z": 0 + }, + "monsterId": 4012020 + }, + { + "groupId": 86, + "instId": 200001, + "eventId": 20412031, + "pos": { + "x": 6914, + "y": 16021, + "z": 287458 + }, + "rot": { + "x": 0, + "y": 90853, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 86, + "instId": 200002, + "eventId": 20412032, + "pos": { + "x": -58170, + "y": 16021, + "z": 336560 + }, + "rot": { + "x": 0, + "y": 350566, + "z": 0 + }, + "monsterId": 4012020 + }, + { + "groupId": 86, + "instId": 200003, + "eventId": 20412033, + "pos": { + "x": -58472, + "y": 6855, + "z": 332987 + }, + "rot": { + "x": 0, + "y": 175853, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 86, + "instId": 200005, + "eventId": 20412035, + "pos": { + "x": 1431, + "y": 6855, + "z": 324634 + }, + "rot": { + "x": 0, + "y": 269867, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 86, + "instId": 200006, + "eventId": 20412036, + "pos": { + "x": 7450, + "y": 6855, + "z": 294990 + }, + "rot": { + "x": 0, + "y": 82316, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 86, + "instId": 200007, + "eventId": 20412037, + "pos": { + "x": 5847, + "y": 25111, + "z": 292222 + }, + "rot": { + "x": 0, + "y": 269867, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 86, + "instId": 200008, + "eventId": 20412038, + "pos": { + "x": -71764, + "y": 25115, + "z": 300778 + }, + "rot": { + "x": 0, + "y": 234338, + "z": 0 + }, + "monsterId": 4012040 + }, + { + "groupId": 86, + "instId": 200009, + "eventId": 20412039, + "pos": { + "x": -73194, + "y": 25115, + "z": 303440 + }, + "rot": { + "x": 0, + "y": 193739, + "z": 0 + }, + "monsterId": 4012020 + }, + { + "groupId": 86, + "instId": 200010, + "eventId": 20412040, + "pos": { + "x": -79184, + "y": 25115, + "z": 288937 + }, + "rot": { + "x": 0, + "y": 166975, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 139, + "instId": 200001, + "eventId": 20412231, + "pos": { + "x": -7725, + "y": 11662, + "z": -6115 + }, + "rot": { + "x": 0, + "y": 358042, + "z": 0 + }, + "monsterId": 4013010 + }, + { + "groupId": 174, + "instId": 200001, + "eventId": 20412101, + "pos": { + "x": -40100, + "y": 11646, + "z": 10890 + }, + "rot": { + "x": 0, + "y": 354467, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 174, + "instId": 200004, + "eventId": 20412102, + "pos": { + "x": -40624, + "y": 27050, + "z": 41859 + }, + "rot": { + "x": 0, + "y": 134158, + "z": 0 + }, + "monsterId": 4012040 + }, + { + "groupId": 174, + "instId": 200005, + "eventId": 20412103, + "pos": { + "x": -24348, + "y": 7601, + "z": 23216 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 175, + "instId": 200001, + "eventId": 20412104, + "pos": { + "x": -39750, + "y": 11646, + "z": 10260 + }, + "rot": { + "x": 0, + "y": 358042, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 176, + "instId": 200001, + "eventId": 20412108, + "pos": { + "x": 45454, + "y": 4249, + "z": 72290 + }, + "rot": { + "x": 0, + "y": 349598, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 176, + "instId": 200002, + "eventId": 20412109, + "pos": { + "x": 48302, + "y": 4249, + "z": 71186 + }, + "rot": { + "x": 0, + "y": 330719, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 176, + "instId": 200003, + "eventId": 20412110, + "pos": { + "x": -45743, + "y": 9036, + "z": 80811 + }, + "rot": { + "x": 0, + "y": 3940, + "z": 0 + }, + "monsterId": 4012020 + }, + { + "groupId": 176, + "instId": 200004, + "eventId": 20412111, + "pos": { + "x": -59185, + "y": -6243, + "z": 223939 + }, + "rot": { + "x": 0, + "y": 45982, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 176, + "instId": 200005, + "eventId": 20412112, + "pos": { + "x": -63521, + "y": -6243, + "z": 229580 + }, + "rot": { + "x": 0, + "y": 84553, + "z": 0 + }, + "monsterId": 4012040 + }, + { + "groupId": 177, + "instId": 200001, + "eventId": 20412115, + "pos": { + "x": 53530, + "y": -204, + "z": -65460 + }, + "rot": { + "x": 0, + "y": 21782, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 177, + "instId": 200002, + "eventId": 20412116, + "pos": { + "x": 71850, + "y": -204, + "z": -37410 + }, + "rot": { + "x": 0, + "y": 322888, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 177, + "instId": 200003, + "eventId": 20412118, + "pos": { + "x": 72030, + "y": -204, + "z": 10480 + }, + "rot": { + "x": 0, + "y": 118123, + "z": 0 + }, + "monsterId": 4012020 + }, + { + "groupId": 178, + "instId": 200001, + "eventId": 20412121, + "pos": { + "x": 5612, + "y": 16021, + "z": 283669 + }, + "rot": { + "x": 0, + "y": 303566, + "z": 0 + }, + "monsterId": 4012040 + }, + { + "groupId": 178, + "instId": 200002, + "eventId": 20412122, + "pos": { + "x": -53270, + "y": 16021, + "z": 320100 + }, + "rot": { + "x": 0, + "y": 103407, + "z": 0 + }, + "monsterId": 4012040 + }, + { + "groupId": 178, + "instId": 200003, + "eventId": 20412123, + "pos": { + "x": -58969, + "y": 6855, + "z": 314180 + }, + "rot": { + "x": 0, + "y": 93334, + "z": 0 + }, + "monsterId": 4012020 + }, + { + "groupId": 178, + "instId": 200004, + "eventId": 20412124, + "pos": { + "x": 3171, + "y": 6855, + "z": 284603 + }, + "rot": { + "x": 0, + "y": 20928, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 178, + "instId": 200005, + "eventId": 20412125, + "pos": { + "x": 5368, + "y": 16021, + "z": 337612 + }, + "rot": { + "x": 0, + "y": 176741, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 178, + "instId": 200006, + "eventId": 20412126, + "pos": { + "x": -37000, + "y": 25111, + "z": 280550 + }, + "rot": { + "x": 0, + "y": 8689, + "z": 0 + }, + "monsterId": 4012020 + }, + { + "groupId": 179, + "instId": 200001, + "eventId": 20412131, + "pos": { + "x": 6914, + "y": 16021, + "z": 287458 + }, + "rot": { + "x": 0, + "y": 90853, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 179, + "instId": 200002, + "eventId": 20412132, + "pos": { + "x": -58170, + "y": 16021, + "z": 336560 + }, + "rot": { + "x": 0, + "y": 350566, + "z": 0 + }, + "monsterId": 4012020 + }, + { + "groupId": 179, + "instId": 200003, + "eventId": 20412133, + "pos": { + "x": -58472, + "y": 6855, + "z": 332987 + }, + "rot": { + "x": 0, + "y": 175853, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 179, + "instId": 200004, + "eventId": 20412134, + "pos": { + "x": -41762, + "y": 6855, + "z": 283835 + }, + "rot": { + "x": 0, + "y": 26648, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 179, + "instId": 200005, + "eventId": 20412135, + "pos": { + "x": 1431, + "y": 6855, + "z": 324634 + }, + "rot": { + "x": 0, + "y": 269867, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 179, + "instId": 200006, + "eventId": 20412136, + "pos": { + "x": 7289, + "y": 6855, + "z": 296214 + }, + "rot": { + "x": 0, + "y": 175260, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 179, + "instId": 200007, + "eventId": 20412137, + "pos": { + "x": 5847, + "y": 25111, + "z": 292222 + }, + "rot": { + "x": 0, + "y": 269867, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 179, + "instId": 200008, + "eventId": 20412138, + "pos": { + "x": -71764, + "y": 25115, + "z": 300778 + }, + "rot": { + "x": 0, + "y": 234338, + "z": 0 + }, + "monsterId": 4012040 + }, + { + "groupId": 179, + "instId": 200009, + "eventId": 20412139, + "pos": { + "x": -73194, + "y": 25115, + "z": 303440 + }, + "rot": { + "x": 0, + "y": 193739, + "z": 0 + }, + "monsterId": 4012020 + }, + { + "groupId": 179, + "instId": 200010, + "eventId": 20412140, + "pos": { + "x": -79184, + "y": 25115, + "z": 288937 + }, + "rot": { + "x": 0, + "y": 166975, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 266, + "instId": 200001, + "eventId": 101222, + "pos": { + "x": 4868, + "y": -6232, + "z": 229300 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 4013011 + } + ], + "teleports": [ + { + "anchorId": 1, + "groupId": 10, + "instId": 300001, + "pos": { + "x": -83587, + "y": 8598, + "z": -48432 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "teleportId": 2041201 + }, + { + "anchorId": 2, + "groupId": 10, + "instId": 300002, + "pos": { + "x": -24372, + "y": 10466, + "z": 73451 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2041202 + }, + { + "anchorId": 3, + "groupId": 10, + "instId": 300003, + "pos": { + "x": -24250, + "y": 12678, + "z": 227020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2041203 + }, + { + "anchorId": 4, + "groupId": 10, + "instId": 300004, + "pos": { + "x": -24405, + "y": -7593, + "z": 379261 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2041204 + }, + { + "anchorId": 5, + "groupId": 10, + "instId": 300005, + "pos": { + "x": 30683, + "y": -3198, + "z": -102462 + }, + "rot": { + "x": 0, + "y": 213835, + "z": 0 + }, + "teleportId": 2041205 + }, + { + "anchorId": 1, + "groupId": 266, + "instId": 300001, + "pos": { + "x": 4870, + "y": -6243, + "z": 224000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 1122 + } + ] + }, + { + "planeID": 20413, + "props": [ + { + "groupId": 2, + "instId": 300001, + "propState": 1, + "pos": { + "x": -16430, + "y": 26660, + "z": -334070 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 1, + "pos": { + "x": -24870, + "y": -14947, + "z": -342653 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 2, + "instId": 300003, + "propState": 1, + "pos": { + "x": -21477, + "y": 26791, + "z": -337614 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104001 + }, + { + "groupId": 2, + "instId": 300008, + "propState": 1, + "pos": { + "x": -21477, + "y": 26791, + "z": -337614 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104013 + }, + { + "groupId": 2, + "instId": 300009, + "propState": 1, + "pos": { + "x": -21477, + "y": -14915, + "z": -337614 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104013 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 1, + "pos": { + "x": 24086, + "y": -17237, + "z": -239170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 1, + "pos": { + "x": 19950, + "y": 26660, + "z": -228940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 1, + "pos": { + "x": 22750, + "y": -17120, + "z": -233570 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104001 + }, + { + "groupId": 3, + "instId": 300004, + "propState": 1, + "pos": { + "x": 22720, + "y": -17130, + "z": -233560 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104013 + }, + { + "groupId": 3, + "instId": 300005, + "propState": 1, + "pos": { + "x": 22720, + "y": 26590, + "z": -233560 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104013 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 1, + "pos": { + "x": 252900, + "y": 2920, + "z": 89000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104014 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 1, + "pos": { + "x": 252894, + "y": 45145, + "z": 89000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104014 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 1, + "pos": { + "x": 252900, + "y": 2920, + "z": 89000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104001 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 1, + "pos": { + "x": 252894, + "y": 45145, + "z": 89000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104001 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": 6230, + "y": 26806, + "z": -469410 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 8, + "pos": { + "x": -6157, + "y": 44446, + "z": -70704 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 8, + "pos": { + "x": 202612, + "y": 44341, + "z": -48086 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 8, + "pos": { + "x": 214628, + "y": 2167, + "z": 177099 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 6, + "instId": 300005, + "propState": 8, + "pos": { + "x": 124933, + "y": 12, + "z": 200514 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 12, + "pos": { + "x": 37640, + "y": -21012, + "z": -299060 + }, + "rot": { + "x": 0, + "y": 179299, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 12, + "pos": { + "x": -31030, + "y": -17012, + "z": -282320 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 12, + "pos": { + "x": -7628, + "y": 26719, + "z": -250475 + }, + "rot": { + "x": 0, + "y": 131732, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 12, + "pos": { + "x": -5612, + "y": 39527, + "z": -97730 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 12, + "pos": { + "x": -48960, + "y": 59743, + "z": -66930 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 12, + "pos": { + "x": 48290, + "y": 50649, + "z": -44050 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 12, + "pos": { + "x": 34960, + "y": 44472, + "z": -38950 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 12, + "pos": { + "x": 169080, + "y": 41544, + "z": 32150 + }, + "rot": { + "x": 0, + "y": 181163, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 8, + "instId": 300006, + "propState": 12, + "pos": { + "x": 150891, + "y": 41544, + "z": 40438 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 8, + "instId": 300007, + "propState": 12, + "pos": { + "x": 3223, + "y": -17219, + "z": -8813 + }, + "rot": { + "x": 0, + "y": 271669, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 12, + "pos": { + "x": 292234, + "y": 39485, + "z": 19389 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 12, + "pos": { + "x": 246998, + "y": 44318, + "z": 83708 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 12, + "pos": { + "x": 293531, + "y": 50225, + "z": -45961 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 12, + "pos": { + "x": 253428, + "y": 2214, + "z": 152268 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 12, + "pos": { + "x": 205716, + "y": 2198, + "z": 156366 + }, + "rot": { + "x": 0, + "y": 211774, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 12, + "pos": { + "x": 190389, + "y": -2641, + "z": 245326 + }, + "rot": { + "x": 0, + "y": 123612, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 10, + "instId": 300004, + "propState": 12, + "pos": { + "x": 205710, + "y": -2650, + "z": 319172 + }, + "rot": { + "x": 0, + "y": 208944, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 10, + "instId": 300006, + "propState": 12, + "pos": { + "x": 190099, + "y": -2650, + "z": 269365 + }, + "rot": { + "x": 0, + "y": 118336, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 12, + "pos": { + "x": 4201, + "y": -21870, + "z": 195674 + }, + "rot": { + "x": 0, + "y": 282636, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 12, + "pos": { + "x": 32911, + "y": -23828, + "z": 197104 + }, + "rot": { + "x": 0, + "y": 273674, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 12, + "pos": { + "x": 130, + "y": -50285, + "z": 185632 + }, + "rot": { + "x": 0, + "y": 431, + "z": 0 + }, + "propId": 60403 + }, + { + "groupId": 11, + "instId": 300004, + "propState": 12, + "pos": { + "x": 2451, + "y": -50285, + "z": 187131 + }, + "rot": { + "x": 0, + "y": 431, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 11, + "instId": 300005, + "propState": 12, + "pos": { + "x": -2415, + "y": -50285, + "z": 187089 + }, + "rot": { + "x": 0, + "y": 431, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 37, + "instId": 300001, + "propState": 8, + "pos": { + "x": 256020, + "y": 44341, + "z": 5890 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104022 + }, + { + "groupId": 37, + "instId": 300002, + "propState": 1, + "pos": { + "x": 281492, + "y": 40520, + "z": 15440 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 37, + "instId": 300003, + "propState": 8, + "pos": { + "x": 289030, + "y": 52370, + "z": -7060 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 37, + "instId": 300004, + "propState": 8, + "pos": { + "x": 283490, + "y": 43560, + "z": 16230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104032 + }, + { + "groupId": 37, + "instId": 300005, + "propState": 8, + "pos": { + "x": 294060, + "y": 54380, + "z": -8230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104032 + }, + { + "groupId": 37, + "instId": 300006, + "propState": 8, + "pos": { + "x": 283570, + "y": 39590, + "z": 16120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 37, + "instId": 300007, + "propState": 8, + "pos": { + "x": 293630, + "y": 50260, + "z": -8300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 38, + "instId": 300001, + "propState": 8, + "pos": { + "x": 256010, + "y": 44341, + "z": 25060 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104022 + }, + { + "groupId": 38, + "instId": 300002, + "propState": 1, + "pos": { + "x": 263390, + "y": 47220, + "z": 43860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 38, + "instId": 300003, + "propState": 8, + "pos": { + "x": 293830, + "y": 56200, + "z": 7050 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 38, + "instId": 300004, + "propState": 8, + "pos": { + "x": 263734, + "y": 46900, + "z": 43220 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 38, + "instId": 300005, + "propState": 8, + "pos": { + "x": 293360, + "y": 52310, + "z": 8790 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 38, + "instId": 300007, + "propState": 8, + "pos": { + "x": 264750, + "y": 44343, + "z": 42560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 38, + "instId": 300008, + "propState": 8, + "pos": { + "x": 293390, + "y": 50336, + "z": 7760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 38, + "instId": 300009, + "propState": 8, + "pos": { + "x": 293310, + "y": 49400, + "z": 8220 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104032 + }, + { + "groupId": 44, + "instId": 300002, + "propState": 8, + "pos": { + "x": 275170, + "y": 45450, + "z": 34900 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104038 + }, + { + "groupId": 44, + "instId": 300005, + "propState": 8, + "pos": { + "x": 285430, + "y": 48351, + "z": 34430 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104039 + }, + { + "groupId": 44, + "instId": 300001, + "propState": 8, + "pos": { + "x": 275960, + "y": 46710, + "z": 34560 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 49, + "instId": 300002, + "propState": 8, + "pos": { + "x": 230810, + "y": 50239, + "z": 43600 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104034 + }, + { + "groupId": 49, + "instId": 300001, + "propState": 8, + "pos": { + "x": 241446, + "y": 44150, + "z": 43496 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104030 + }, + { + "groupId": 49, + "instId": 300003, + "propState": 8, + "pos": { + "x": 241248, + "y": 44998, + "z": 36790 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104033 + }, + { + "groupId": 49, + "instId": 300004, + "propState": 8, + "pos": { + "x": 264253, + "y": 44150, + "z": 43501 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104030 + }, + { + "groupId": 49, + "instId": 300005, + "propState": 8, + "pos": { + "x": 249470, + "y": 49328, + "z": 35319 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104032 + }, + { + "groupId": 49, + "instId": 300006, + "propState": 8, + "pos": { + "x": 230810, + "y": 50239, + "z": 43600 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104032 + }, + { + "groupId": 50, + "instId": 300001, + "propState": 8, + "pos": { + "x": 275340, + "y": 50239, + "z": 43740 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104034 + }, + { + "groupId": 50, + "instId": 300002, + "propState": 8, + "pos": { + "x": 264253, + "y": 44150, + "z": 43501 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104030 + }, + { + "groupId": 50, + "instId": 300003, + "propState": 8, + "pos": { + "x": 251650, + "y": 46540, + "z": 42951 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104033 + }, + { + "groupId": 50, + "instId": 300004, + "propState": 8, + "pos": { + "x": 241446, + "y": 44150, + "z": 43496 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104030 + }, + { + "groupId": 50, + "instId": 300005, + "propState": 8, + "pos": { + "x": 249470, + "y": 49328, + "z": 35319 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104032 + }, + { + "groupId": 50, + "instId": 300006, + "propState": 8, + "pos": { + "x": 275340, + "y": 50239, + "z": 43740 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104032 + }, + { + "groupId": 51, + "instId": 300002, + "propState": 8, + "pos": { + "x": 16544, + "y": 50649, + "z": -17490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104016 + }, + { + "groupId": 51, + "instId": 300003, + "propState": 8, + "pos": { + "x": 44890, + "y": 59743, + "z": -63660 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104034 + }, + { + "groupId": 51, + "instId": 300004, + "propState": 8, + "pos": { + "x": 38340, + "y": 50649, + "z": -51060 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104034 + }, + { + "groupId": 51, + "instId": 300006, + "propState": 8, + "pos": { + "x": 45952, + "y": 50649, + "z": -56698 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 51, + "instId": 300007, + "propState": 8, + "pos": { + "x": 43058, + "y": 50669, + "z": -57340 + }, + "rot": { + "x": 0, + "y": 341389, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 51, + "instId": 300005, + "propState": 8, + "pos": { + "x": 20060, + "y": 44300, + "z": -51153 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104030 + }, + { + "groupId": 51, + "instId": 300008, + "propState": 8, + "pos": { + "x": -20432, + "y": 44357, + "z": -51153 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104030 + }, + { + "groupId": 51, + "instId": 300009, + "propState": 1, + "pos": { + "x": -20431, + "y": 48320, + "z": -51152 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104033 + }, + { + "groupId": 51, + "instId": 300010, + "propState": 8, + "pos": { + "x": 33265, + "y": 54852, + "z": -62366 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104033 + }, + { + "groupId": 51, + "instId": 300011, + "propState": 8, + "pos": { + "x": 33265, + "y": 54852, + "z": -62366 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104033 + }, + { + "groupId": 51, + "instId": 300012, + "propState": 8, + "pos": { + "x": 8650, + "y": 44446, + "z": -19240 + }, + "rot": { + "x": 0, + "y": 123638, + "z": 0 + }, + "propId": 104045 + }, + { + "groupId": 51, + "instId": 300013, + "propState": 8, + "pos": { + "x": -9100, + "y": 44446, + "z": -19240 + }, + "rot": { + "x": 0, + "y": 123638, + "z": 0 + }, + "propId": 104045 + }, + { + "groupId": 51, + "instId": 300014, + "propState": 8, + "pos": { + "x": -41390, + "y": 50699, + "z": -36530 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104034 + }, + { + "groupId": 51, + "instId": 300015, + "propState": 8, + "pos": { + "x": -48202, + "y": 50647, + "z": -18820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 51, + "instId": 300016, + "propState": 8, + "pos": { + "x": -45580, + "y": 50647, + "z": -20200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 51, + "instId": 300017, + "propState": 8, + "pos": { + "x": 48510, + "y": 50649, + "z": -57620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 51, + "instId": 300001, + "propState": 8, + "pos": { + "x": -20310, + "y": 45177, + "z": -51070 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104033 + }, + { + "groupId": 51, + "instId": 300019, + "propState": 8, + "pos": { + "x": -44740, + "y": 50647, + "z": -17610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 51, + "instId": 300020, + "propState": 8, + "pos": { + "x": -41410, + "y": 50647, + "z": -20230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 51, + "instId": 300021, + "propState": 8, + "pos": { + "x": -39320, + "y": 50647, + "z": -17640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 51, + "instId": 300022, + "propState": 8, + "pos": { + "x": -42323, + "y": 50647, + "z": -17610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 51, + "instId": 300023, + "propState": 8, + "pos": { + "x": -14090, + "y": 44446, + "z": -55280 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104004 + }, + { + "groupId": 51, + "instId": 300018, + "propState": 8, + "pos": { + "x": 44300, + "y": 53669, + "z": -57247 + }, + "rot": { + "x": 0, + "y": 346127, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 51, + "instId": 300024, + "propState": 8, + "pos": { + "x": 47160, + "y": 53669, + "z": -57140 + }, + "rot": { + "x": 0, + "y": 4574, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 52, + "instId": 300003, + "propState": 1, + "pos": { + "x": -213, + "y": -17239, + "z": -21072 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104014 + }, + { + "groupId": 52, + "instId": 300004, + "propState": 1, + "pos": { + "x": -213, + "y": 43757, + "z": -21072 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104014 + }, + { + "groupId": 52, + "instId": 300001, + "propState": 1, + "pos": { + "x": -213, + "y": -17149, + "z": -21072 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104001 + }, + { + "groupId": 52, + "instId": 300002, + "propState": 1, + "pos": { + "x": -213, + "y": 43757, + "z": -21072 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104001 + }, + { + "groupId": 53, + "instId": 300001, + "propState": 1, + "pos": { + "x": -308, + "y": 39527, + "z": -114131 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104005 + }, + { + "groupId": 53, + "instId": 300003, + "propState": 1, + "pos": { + "x": -122, + "y": 44446, + "z": -75607 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104005 + }, + { + "groupId": 54, + "instId": 300001, + "propState": 1, + "pos": { + "x": 50356, + "y": 50643, + "z": -22830 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 54, + "instId": 300002, + "propState": 1, + "pos": { + "x": 69340, + "y": 50626, + "z": 5520 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104005 + }, + { + "groupId": 60, + "instId": 300001, + "propState": 1, + "pos": { + "x": 253079, + "y": 44341, + "z": 50245 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104005 + }, + { + "groupId": 62, + "instId": 300001, + "propState": 8, + "pos": { + "x": -21620, + "y": -17012, + "z": -300130 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104034 + }, + { + "groupId": 62, + "instId": 300002, + "propState": 8, + "pos": { + "x": -190, + "y": -21012, + "z": -301870 + }, + "rot": { + "x": 0, + "y": 19387, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 62, + "instId": 300003, + "propState": 8, + "pos": { + "x": 1230, + "y": -20880, + "z": -299040 + }, + "rot": { + "x": 0, + "y": 39036, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 62, + "instId": 300004, + "propState": 8, + "pos": { + "x": 20540, + "y": -19124, + "z": -269390 + }, + "rot": { + "x": 0, + "y": 41001, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 62, + "instId": 300005, + "propState": 8, + "pos": { + "x": 24720, + "y": -19124, + "z": -269390 + }, + "rot": { + "x": 0, + "y": 102009, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 62, + "instId": 300006, + "propState": 8, + "pos": { + "x": -26040, + "y": -17012, + "z": -269970 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104034 + }, + { + "groupId": 62, + "instId": 300007, + "propState": 8, + "pos": { + "x": -27640, + "y": -16919, + "z": -259060 + }, + "rot": { + "x": 0, + "y": 121811, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 62, + "instId": 300009, + "propState": 8, + "pos": { + "x": -20011, + "y": -14947, + "z": -317907 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104016 + }, + { + "groupId": 62, + "instId": 300010, + "propState": 8, + "pos": { + "x": -22101, + "y": -14660, + "z": -308630 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104033 + }, + { + "groupId": 62, + "instId": 300008, + "propState": 8, + "pos": { + "x": -25940, + "y": -17012, + "z": -291030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104038 + }, + { + "groupId": 62, + "instId": 300011, + "propState": 8, + "pos": { + "x": -22101, + "y": -14660, + "z": -283260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104033 + }, + { + "groupId": 62, + "instId": 300012, + "propState": 8, + "pos": { + "x": -24438, + "y": -16956, + "z": -259960 + }, + "rot": { + "x": 0, + "y": 77039, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 62, + "instId": 300013, + "propState": 8, + "pos": { + "x": 22870, + "y": -19124, + "z": -271870 + }, + "rot": { + "x": 0, + "y": 359654, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 62, + "instId": 300014, + "propState": 8, + "pos": { + "x": -580, + "y": -19124, + "z": -270909 + }, + "rot": { + "x": 0, + "y": 37367, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 62, + "instId": 300015, + "propState": 8, + "pos": { + "x": 2839, + "y": -19124, + "z": -270720 + }, + "rot": { + "x": 0, + "y": 11975, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 62, + "instId": 300017, + "propState": 8, + "pos": { + "x": -21270, + "y": -14947, + "z": -325550 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 62, + "instId": 300018, + "propState": 8, + "pos": { + "x": -18480, + "y": -14947, + "z": -325530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 62, + "instId": 300016, + "propState": 8, + "pos": { + "x": -26370, + "y": -17012, + "z": -281980 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104039 + }, + { + "groupId": 62, + "instId": 300019, + "propState": 8, + "pos": { + "x": 590, + "y": -20960, + "z": -305190 + }, + "rot": { + "x": 0, + "y": 29832, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 65, + "instId": 300020, + "propState": 8, + "pos": { + "x": -7648, + "y": 26242, + "z": -251950 + }, + "rot": { + "x": 0, + "y": 187363, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 65, + "instId": 300021, + "propState": 8, + "pos": { + "x": -6083, + "y": 26328, + "z": -251598 + }, + "rot": { + "x": 0, + "y": 157403, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 65, + "instId": 300002, + "propState": 8, + "pos": { + "x": 7146, + "y": 26756, + "z": -264606 + }, + "rot": { + "x": 0, + "y": 244548, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 65, + "instId": 300004, + "propState": 8, + "pos": { + "x": 7340, + "y": 26719, + "z": -203710 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 65, + "instId": 300005, + "propState": 8, + "pos": { + "x": 7340, + "y": 26719, + "z": -192790 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 65, + "instId": 300007, + "propState": 8, + "pos": { + "x": -7780, + "y": 26719, + "z": -203580 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 65, + "instId": 300008, + "propState": 8, + "pos": { + "x": -7740, + "y": 26719, + "z": -192800 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 65, + "instId": 300011, + "propState": 8, + "pos": { + "x": -3636, + "y": 44457, + "z": -85654 + }, + "rot": { + "x": 0, + "y": 114785, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 65, + "instId": 300009, + "propState": 8, + "pos": { + "x": -40601, + "y": -17014, + "z": -302447 + }, + "rot": { + "x": 0, + "y": 80491, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 65, + "instId": 300010, + "propState": 8, + "pos": { + "x": 361, + "y": -19124, + "z": -275551 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 65, + "instId": 300024, + "propState": 8, + "pos": { + "x": 33043, + "y": -19124, + "z": -273182 + }, + "rot": { + "x": 0, + "y": 351685, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 65, + "instId": 300025, + "propState": 8, + "pos": { + "x": 19607, + "y": -21012, + "z": -287078 + }, + "rot": { + "x": 0, + "y": 227367, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 66, + "instId": 300001, + "propState": 8, + "pos": { + "x": 9705, + "y": 44446, + "z": -8544 + }, + "rot": { + "x": 0, + "y": 222406, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 66, + "instId": 300017, + "propState": 8, + "pos": { + "x": -9735, + "y": 44446, + "z": -8039 + }, + "rot": { + "x": 0, + "y": 134879, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 66, + "instId": 300002, + "propState": 8, + "pos": { + "x": 33887, + "y": 44490, + "z": -37855 + }, + "rot": { + "x": 0, + "y": 302392, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 66, + "instId": 300003, + "propState": 8, + "pos": { + "x": 33631, + "y": 44446, + "z": -39934 + }, + "rot": { + "x": 0, + "y": 238808, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 66, + "instId": 300018, + "propState": 8, + "pos": { + "x": 43268, + "y": 59743, + "z": -73703 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 66, + "instId": 300014, + "propState": 8, + "pos": { + "x": 11904, + "y": 44457, + "z": -45983 + }, + "rot": { + "x": 0, + "y": 234405, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 66, + "instId": 300019, + "propState": 8, + "pos": { + "x": -12952, + "y": 44457, + "z": -46048 + }, + "rot": { + "x": 0, + "y": 135512, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 66, + "instId": 300004, + "propState": 8, + "pos": { + "x": -48530, + "y": 50647, + "z": -71620 + }, + "rot": { + "x": 0, + "y": 62091, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 66, + "instId": 300005, + "propState": 8, + "pos": { + "x": -34600, + "y": 44489, + "z": -40917 + }, + "rot": { + "x": 0, + "y": 91508, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 66, + "instId": 300006, + "propState": 8, + "pos": { + "x": -47350, + "y": 50647, + "z": -7567 + }, + "rot": { + "x": 0, + "y": 139335, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 66, + "instId": 300010, + "propState": 8, + "pos": { + "x": -28298, + "y": 50647, + "z": -16670 + }, + "rot": { + "x": 0, + "y": 358110, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 66, + "instId": 300022, + "propState": 8, + "pos": { + "x": -15007, + "y": 59743, + "z": -62362 + }, + "rot": { + "x": 0, + "y": 218626, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 66, + "instId": 300023, + "propState": 8, + "pos": { + "x": -36797, + "y": 59743, + "z": -61759 + }, + "rot": { + "x": 0, + "y": 181958, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 66, + "instId": 300007, + "propState": 8, + "pos": { + "x": 15139, + "y": 59743, + "z": -61763 + }, + "rot": { + "x": 0, + "y": 125605, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 66, + "instId": 300026, + "propState": 8, + "pos": { + "x": 36110, + "y": 59743, + "z": -61100 + }, + "rot": { + "x": 0, + "y": 178580, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 66, + "instId": 300013, + "propState": 8, + "pos": { + "x": 47694, + "y": 50649, + "z": -72424 + }, + "rot": { + "x": 0, + "y": 301022, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 66, + "instId": 300009, + "propState": 8, + "pos": { + "x": 65257, + "y": 50653, + "z": 8690 + }, + "rot": { + "x": 0, + "y": 210556, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 66, + "instId": 300015, + "propState": 8, + "pos": { + "x": 104510, + "y": 45566, + "z": 43600 + }, + "rot": { + "x": 0, + "y": 236282, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 66, + "instId": 300016, + "propState": 8, + "pos": { + "x": 120740, + "y": 45566, + "z": -32515 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 66, + "instId": 300021, + "propState": 8, + "pos": { + "x": 189794, + "y": 44341, + "z": -31372 + }, + "rot": { + "x": 0, + "y": 286050, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 66, + "instId": 300024, + "propState": 8, + "pos": { + "x": -48188, + "y": 50647, + "z": -56889 + }, + "rot": { + "x": 0, + "y": 221187, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 66, + "instId": 300025, + "propState": 8, + "pos": { + "x": 15532, + "y": 44446, + "z": -20160 + }, + "rot": { + "x": 0, + "y": 309827, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 66, + "instId": 300027, + "propState": 8, + "pos": { + "x": 188790, + "y": 41543, + "z": 22730 + }, + "rot": { + "x": 0, + "y": 62075, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 67, + "instId": 300002, + "propState": 8, + "pos": { + "x": 249117, + "y": 44341, + "z": -37339 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 67, + "instId": 300003, + "propState": 8, + "pos": { + "x": 238487, + "y": 44341, + "z": -13902 + }, + "rot": { + "x": 0, + "y": 143973, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 67, + "instId": 300018, + "propState": 8, + "pos": { + "x": 295599, + "y": 50239, + "z": 46205 + }, + "rot": { + "x": 0, + "y": 210384, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 67, + "instId": 300014, + "propState": 8, + "pos": { + "x": 215260, + "y": 50239, + "z": 32740 + }, + "rot": { + "x": 0, + "y": 90095, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 67, + "instId": 300004, + "propState": 8, + "pos": { + "x": 294855, + "y": 50225, + "z": -25634 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 67, + "instId": 300010, + "propState": 8, + "pos": { + "x": 291991, + "y": 50225, + "z": -25671 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 67, + "instId": 300005, + "propState": 8, + "pos": { + "x": 258275, + "y": 44402, + "z": 47622 + }, + "rot": { + "x": 0, + "y": 187432, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 67, + "instId": 300006, + "propState": 8, + "pos": { + "x": 247963, + "y": 44402, + "z": 48082 + }, + "rot": { + "x": 0, + "y": 173171, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 67, + "instId": 300022, + "propState": 8, + "pos": { + "x": 259430, + "y": 44341, + "z": 83187 + }, + "rot": { + "x": 0, + "y": 207139, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 67, + "instId": 300023, + "propState": 8, + "pos": { + "x": 245618, + "y": 44341, + "z": 52559 + }, + "rot": { + "x": 0, + "y": 45968, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 67, + "instId": 300007, + "propState": 8, + "pos": { + "x": 259946, + "y": 44341, + "z": 53343 + }, + "rot": { + "x": 0, + "y": 306654, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 67, + "instId": 300024, + "propState": 8, + "pos": { + "x": 295750, + "y": 50225, + "z": 22016 + }, + "rot": { + "x": 0, + "y": 355034, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 67, + "instId": 300025, + "propState": 8, + "pos": { + "x": 274665, + "y": 39485, + "z": -26373 + }, + "rot": { + "x": 0, + "y": 297776, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 68, + "instId": 300001, + "propState": 8, + "pos": { + "x": 257762, + "y": 2298, + "z": 108637 + }, + "rot": { + "x": 0, + "y": 250776, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 68, + "instId": 300017, + "propState": 8, + "pos": { + "x": 243920, + "y": 2214, + "z": 153620 + }, + "rot": { + "x": 0, + "y": 194092, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 68, + "instId": 300002, + "propState": 8, + "pos": { + "x": 218730, + "y": 2214, + "z": 158159 + }, + "rot": { + "x": 0, + "y": 62623, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 68, + "instId": 300004, + "propState": 8, + "pos": { + "x": 237398, + "y": 2166, + "z": 198516 + }, + "rot": { + "x": 0, + "y": 230489, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 68, + "instId": 300005, + "propState": 8, + "pos": { + "x": 222425, + "y": -2638, + "z": 219992 + }, + "rot": { + "x": 0, + "y": 255985, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 68, + "instId": 300020, + "propState": 8, + "pos": { + "x": 190760, + "y": -3160, + "z": 244250 + }, + "rot": { + "x": 0, + "y": 149270, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 68, + "instId": 300021, + "propState": 8, + "pos": { + "x": 191963, + "y": -3019, + "z": 245703 + }, + "rot": { + "x": 0, + "y": 96966, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 68, + "instId": 300006, + "propState": 8, + "pos": { + "x": 202230, + "y": -2649, + "z": 272350 + }, + "rot": { + "x": 0, + "y": 148787, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 68, + "instId": 300023, + "propState": 8, + "pos": { + "x": 181323, + "y": -2649, + "z": 299763 + }, + "rot": { + "x": 0, + "y": 109337, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 68, + "instId": 300007, + "propState": 8, + "pos": { + "x": 176815, + "y": -2649, + "z": 283685 + }, + "rot": { + "x": 0, + "y": 27855, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 68, + "instId": 300026, + "propState": 8, + "pos": { + "x": 200587, + "y": 3321, + "z": 280426 + }, + "rot": { + "x": 0, + "y": 207129, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 68, + "instId": 300013, + "propState": 8, + "pos": { + "x": 208360, + "y": 8575, + "z": 317300 + }, + "rot": { + "x": 0, + "y": 184391, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 68, + "instId": 300008, + "propState": 8, + "pos": { + "x": 187516, + "y": 8540, + "z": 312641 + }, + "rot": { + "x": 0, + "y": 95256, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 68, + "instId": 300009, + "propState": 8, + "pos": { + "x": 176204, + "y": 8566, + "z": 273273 + }, + "rot": { + "x": 0, + "y": 316807, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 68, + "instId": 300011, + "propState": 8, + "pos": { + "x": 164610, + "y": 2045, + "z": 256220 + }, + "rot": { + "x": 0, + "y": 73533, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 68, + "instId": 300016, + "propState": 8, + "pos": { + "x": 153481, + "y": 185, + "z": 191037 + }, + "rot": { + "x": 0, + "y": 229998, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 68, + "instId": 300029, + "propState": 8, + "pos": { + "x": 109305, + "y": 2105, + "z": 201403 + }, + "rot": { + "x": 0, + "y": 103733, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 68, + "instId": 300030, + "propState": 8, + "pos": { + "x": 109242, + "y": 2105, + "z": 191330 + }, + "rot": { + "x": 0, + "y": 70974, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 68, + "instId": 300024, + "propState": 8, + "pos": { + "x": 187335, + "y": -2649, + "z": 291887 + }, + "rot": { + "x": 0, + "y": 93291, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 68, + "instId": 300025, + "propState": 8, + "pos": { + "x": 211800, + "y": 2168, + "z": 197790 + }, + "rot": { + "x": 0, + "y": 250466, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 68, + "instId": 300027, + "propState": 8, + "pos": { + "x": 161384, + "y": 186, + "z": 195861 + }, + "rot": { + "x": 0, + "y": 142243, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 69, + "instId": 300001, + "propState": 8, + "pos": { + "x": 55230, + "y": -24060, + "z": 178523 + }, + "rot": { + "x": 0, + "y": 276585, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 69, + "instId": 300002, + "propState": 8, + "pos": { + "x": -2811, + "y": -18997, + "z": 141234 + }, + "rot": { + "x": 0, + "y": 42991, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 69, + "instId": 300007, + "propState": 8, + "pos": { + "x": 26076, + "y": -23506, + "z": 170827 + }, + "rot": { + "x": 0, + "y": 327747, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 69, + "instId": 300008, + "propState": 8, + "pos": { + "x": 24929, + "y": -23506, + "z": 222059 + }, + "rot": { + "x": 0, + "y": 220974, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 69, + "instId": 300018, + "propState": 8, + "pos": { + "x": -13253, + "y": -24953, + "z": 242647 + }, + "rot": { + "x": 0, + "y": 179473, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 69, + "instId": 300014, + "propState": 8, + "pos": { + "x": -6973, + "y": -24953, + "z": 242575 + }, + "rot": { + "x": 0, + "y": 179488, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 69, + "instId": 300025, + "propState": 8, + "pos": { + "x": -2850, + "y": -19001, + "z": 221290 + }, + "rot": { + "x": 0, + "y": 188482, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 69, + "instId": 300009, + "propState": 8, + "pos": { + "x": -20034, + "y": -18948, + "z": 194022 + }, + "rot": { + "x": 0, + "y": 40397, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 69, + "instId": 300003, + "propState": 8, + "pos": { + "x": -4776, + "y": -18939, + "z": 97319 + }, + "rot": { + "x": 0, + "y": 14878, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 69, + "instId": 300004, + "propState": 8, + "pos": { + "x": 4172, + "y": -18939, + "z": 97030 + }, + "rot": { + "x": 0, + "y": 335434, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 69, + "instId": 300005, + "propState": 8, + "pos": { + "x": 5491, + "y": -17219, + "z": -14413 + }, + "rot": { + "x": 0, + "y": 211710, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 69, + "instId": 300006, + "propState": 8, + "pos": { + "x": -2332, + "y": -17219, + "z": -9640 + }, + "rot": { + "x": 0, + "y": 47416, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 77, + "instId": 300001, + "propState": 8, + "pos": { + "x": -67140, + "y": 30970, + "z": 195930 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104026 + }, + { + "groupId": 77, + "instId": 300002, + "propState": 8, + "pos": { + "x": 32885, + "y": -30680, + "z": 240722 + }, + "rot": { + "x": 0, + "y": 215147, + "z": 0 + }, + "propId": 104027 + }, + { + "groupId": 77, + "instId": 300003, + "propState": 8, + "pos": { + "x": -31480, + "y": -28390, + "z": 241760 + }, + "rot": { + "x": 0, + "y": 147441, + "z": 0 + }, + "propId": 104027 + }, + { + "groupId": 77, + "instId": 300004, + "propState": 8, + "pos": { + "x": 32399, + "y": -30929, + "z": 151510 + }, + "rot": { + "x": 0, + "y": 324975, + "z": 0 + }, + "propId": 104027 + }, + { + "groupId": 77, + "instId": 300005, + "propState": 8, + "pos": { + "x": -31624, + "y": -29470, + "z": 151936 + }, + "rot": { + "x": 0, + "y": 35351, + "z": 0 + }, + "propId": 104027 + }, + { + "groupId": 77, + "instId": 300006, + "propState": 8, + "pos": { + "x": 49, + "y": 46820, + "z": 196423 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104025 + }, + { + "groupId": 77, + "instId": 300007, + "propState": 8, + "pos": { + "x": 49, + "y": 46820, + "z": 196423 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104025 + }, + { + "groupId": 77, + "instId": 300008, + "propState": 8, + "pos": { + "x": 49, + "y": 46820, + "z": 196423 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104025 + }, + { + "groupId": 77, + "instId": 300009, + "propState": 8, + "pos": { + "x": 49, + "y": 46820, + "z": 196423 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104025 + }, + { + "groupId": 77, + "instId": 300010, + "propState": 8, + "pos": { + "x": -39796, + "y": 3961, + "z": 194997 + }, + "rot": { + "x": 0, + "y": 217562, + "z": 0 + }, + "propId": 104025 + }, + { + "groupId": 78, + "instId": 300001, + "propState": 8, + "pos": { + "x": 37204, + "y": -16242, + "z": 211960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104029 + }, + { + "groupId": 78, + "instId": 300002, + "propState": 1, + "pos": { + "x": -18928, + "y": -22327, + "z": 223797 + }, + "rot": { + "x": 0, + "y": 213138, + "z": 0 + }, + "propId": 104029 + }, + { + "groupId": 79, + "instId": 300002, + "propState": 8, + "pos": { + "x": -9940, + "y": -24956, + "z": 153330 + }, + "rot": { + "x": 0, + "y": 5507, + "z": 0 + }, + "propId": 104022 + }, + { + "groupId": 79, + "instId": 300003, + "propState": 1, + "pos": { + "x": -32970, + "y": -1390, + "z": 146220 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 79, + "instId": 300001, + "propState": 8, + "pos": { + "x": -31770, + "y": -8470, + "z": 151680 + }, + "rot": { + "x": 0, + "y": 35351, + "z": 0 + }, + "propId": 104032 + }, + { + "groupId": 79, + "instId": 300004, + "propState": 8, + "pos": { + "x": -30810, + "y": -3590, + "z": 153290 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 80, + "instId": 300002, + "propState": 8, + "pos": { + "x": -31437, + "y": -18955, + "z": 199877 + }, + "rot": { + "x": 0, + "y": 175000, + "z": 0 + }, + "propId": 104022 + }, + { + "groupId": 80, + "instId": 300003, + "propState": 1, + "pos": { + "x": -35590, + "y": -14830, + "z": 229030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 80, + "instId": 300001, + "propState": 8, + "pos": { + "x": -30080, + "y": -21790, + "z": 203790 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 80, + "instId": 300004, + "propState": 8, + "pos": { + "x": -30940, + "y": -24070, + "z": 241580 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 80, + "instId": 300005, + "propState": 8, + "pos": { + "x": -31480, + "y": -7390, + "z": 241760 + }, + "rot": { + "x": 0, + "y": 147441, + "z": 0 + }, + "propId": 104032 + }, + { + "groupId": 80, + "instId": 300006, + "propState": 8, + "pos": { + "x": -28160, + "y": -19130, + "z": 207640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 80, + "instId": 300007, + "propState": 8, + "pos": { + "x": -28480, + "y": -6860, + "z": 236710 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 80, + "instId": 300008, + "propState": 8, + "pos": { + "x": -28450, + "y": -18850, + "z": 208980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 84, + "instId": 300001, + "propState": 8, + "pos": { + "x": 167, + "y": -17203, + "z": 83499 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 84, + "instId": 300002, + "propState": 8, + "pos": { + "x": 140, + "y": -17262, + "z": 815 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 84, + "instId": 300003, + "propState": 8, + "pos": { + "x": 167, + "y": -17203, + "z": 83499 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 84, + "instId": 300004, + "propState": 8, + "pos": { + "x": 140, + "y": -17262, + "z": 815 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 85, + "instId": 300002, + "propState": 8, + "pos": { + "x": 132240, + "y": 32050, + "z": 5420 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104089 + }, + { + "groupId": 85, + "instId": 300003, + "propState": 8, + "pos": { + "x": 121460, + "y": 45566, + "z": 39530 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104101 + }, + { + "groupId": 85, + "instId": 300004, + "propState": 20, + "pos": { + "x": 159430, + "y": 41544, + "z": 27630 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60402 + }, + { + "groupId": 86, + "instId": 300001, + "propState": 1, + "pos": { + "x": 107665, + "y": 45544, + "z": 39795 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104100 + }, + { + "groupId": 86, + "instId": 300008, + "propState": 8, + "pos": { + "x": 101750, + "y": 36040, + "z": 6210 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 104119 + }, + { + "groupId": 86, + "instId": 300003, + "propState": 8, + "pos": { + "x": 88800, + "y": 50566, + "z": -27200 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104119 + }, + { + "groupId": 86, + "instId": 300005, + "propState": 8, + "pos": { + "x": 150840, + "y": 46544, + "z": -26840 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104119 + }, + { + "groupId": 86, + "instId": 300009, + "propState": 8, + "pos": { + "x": 153349, + "y": 46544, + "z": 11493 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104119 + }, + { + "groupId": 86, + "instId": 300012, + "propState": 8, + "pos": { + "x": 148471, + "y": 47637, + "z": 34145 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104100 + }, + { + "groupId": 86, + "instId": 300004, + "propState": 8, + "pos": { + "x": 154471, + "y": 41637, + "z": 34145 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104116 + }, + { + "groupId": 86, + "instId": 300006, + "propState": 8, + "pos": { + "x": 151471, + "y": 41637, + "z": 34145 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104116 + }, + { + "groupId": 86, + "instId": 300014, + "propState": 8, + "pos": { + "x": 148471, + "y": 41637, + "z": 34145 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104116 + }, + { + "groupId": 86, + "instId": 300015, + "propState": 8, + "pos": { + "x": 148471, + "y": 41637, + "z": 31145 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104116 + }, + { + "groupId": 86, + "instId": 300016, + "propState": 8, + "pos": { + "x": 151471, + "y": 44637, + "z": 34145 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104116 + }, + { + "groupId": 86, + "instId": 300002, + "propState": 8, + "pos": { + "x": 154471, + "y": 44637, + "z": 31145 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104116 + }, + { + "groupId": 86, + "instId": 300017, + "propState": 8, + "pos": { + "x": 151471, + "y": 41637, + "z": 31145 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104116 + }, + { + "groupId": 86, + "instId": 300018, + "propState": 8, + "pos": { + "x": 154471, + "y": 41637, + "z": 31145 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104116 + }, + { + "groupId": 86, + "instId": 300019, + "propState": 8, + "pos": { + "x": 148471, + "y": 44637, + "z": 31145 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104116 + }, + { + "groupId": 86, + "instId": 300020, + "propState": 8, + "pos": { + "x": 154471, + "y": 44637, + "z": 34145 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104116 + }, + { + "groupId": 86, + "instId": 300013, + "propState": 8, + "pos": { + "x": 148471, + "y": 44637, + "z": 34145 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104116 + }, + { + "groupId": 86, + "instId": 300037, + "propState": 8, + "pos": { + "x": 151471, + "y": 44637, + "z": 31145 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104116 + }, + { + "groupId": 86, + "instId": 300021, + "propState": 8, + "pos": { + "x": 172710, + "y": 41490, + "z": -19610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104116 + }, + { + "groupId": 86, + "instId": 300022, + "propState": 8, + "pos": { + "x": 172710, + "y": 41490, + "z": -16610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104116 + }, + { + "groupId": 86, + "instId": 300023, + "propState": 8, + "pos": { + "x": 172710, + "y": 41490, + "z": -13610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104116 + }, + { + "groupId": 86, + "instId": 300024, + "propState": 8, + "pos": { + "x": 169710, + "y": 41490, + "z": -19610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104116 + }, + { + "groupId": 86, + "instId": 300025, + "propState": 8, + "pos": { + "x": 169710, + "y": 41490, + "z": -16610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104116 + }, + { + "groupId": 86, + "instId": 300026, + "propState": 8, + "pos": { + "x": 169710, + "y": 41490, + "z": -13610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104116 + }, + { + "groupId": 86, + "instId": 300027, + "propState": 8, + "pos": { + "x": 169740, + "y": 41490, + "z": -19610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104116 + }, + { + "groupId": 86, + "instId": 300028, + "propState": 8, + "pos": { + "x": 169960, + "y": 41490, + "z": -16610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104116 + }, + { + "groupId": 86, + "instId": 300029, + "propState": 8, + "pos": { + "x": 172710, + "y": 47490, + "z": -13610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104116 + }, + { + "groupId": 86, + "instId": 300030, + "propState": 8, + "pos": { + "x": 148471, + "y": 47637, + "z": 31145 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104116 + }, + { + "groupId": 86, + "instId": 300031, + "propState": 8, + "pos": { + "x": 172710, + "y": 44490, + "z": -13610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104116 + }, + { + "groupId": 86, + "instId": 300032, + "propState": 8, + "pos": { + "x": 154471, + "y": 47637, + "z": 34145 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104116 + }, + { + "groupId": 86, + "instId": 300036, + "propState": 8, + "pos": { + "x": 172710, + "y": 44490, + "z": -19610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104116 + }, + { + "groupId": 86, + "instId": 300038, + "propState": 8, + "pos": { + "x": 169710, + "y": 44490, + "z": -19610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104116 + }, + { + "groupId": 86, + "instId": 300039, + "propState": 8, + "pos": { + "x": 172710, + "y": 44490, + "z": -16610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104116 + }, + { + "groupId": 86, + "instId": 300040, + "propState": 8, + "pos": { + "x": 169710, + "y": 44490, + "z": -16610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104116 + }, + { + "groupId": 86, + "instId": 300041, + "propState": 8, + "pos": { + "x": 169710, + "y": 44490, + "z": -13610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104116 + }, + { + "groupId": 86, + "instId": 300033, + "propState": 8, + "pos": { + "x": 109165, + "y": 45544, + "z": 36795 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104116 + }, + { + "groupId": 86, + "instId": 300034, + "propState": 8, + "pos": { + "x": 107665, + "y": 45544, + "z": 42795 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104116 + }, + { + "groupId": 86, + "instId": 300035, + "propState": 8, + "pos": { + "x": 110665, + "y": 45610, + "z": 43805 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104116 + }, + { + "groupId": 86, + "instId": 300010, + "propState": 8, + "pos": { + "x": 105179, + "y": 30890, + "z": 8275 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 86, + "instId": 300042, + "propState": 8, + "pos": { + "x": 106522, + "y": 31892, + "z": 5985 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 86, + "instId": 300043, + "propState": 8, + "pos": { + "x": 106099, + "y": 30890, + "z": 6 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 86, + "instId": 300044, + "propState": 8, + "pos": { + "x": 107570, + "y": 30890, + "z": 1530 + }, + "rot": { + "x": 0, + "y": 226994, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 86, + "instId": 300007, + "propState": 8, + "pos": { + "x": 148370, + "y": 41570, + "z": 6816 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 86, + "instId": 300045, + "propState": 8, + "pos": { + "x": 151426, + "y": 42632, + "z": 7176 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 87, + "instId": 300001, + "propState": 8, + "pos": { + "x": 148040, + "y": 24050, + "z": 6846 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 87, + "instId": 300002, + "propState": 2, + "pos": { + "x": 171850, + "y": 65290, + "z": -16550 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 87, + "instId": 300003, + "propState": 8, + "pos": { + "x": 101854, + "y": 33973, + "z": 6130 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 87, + "instId": 300004, + "propState": 8, + "pos": { + "x": 169710, + "y": 47490, + "z": -19610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104100 + }, + { + "groupId": 88, + "instId": 300003, + "propState": 8, + "pos": { + "x": 174940, + "y": 12, + "z": 184690 + }, + "rot": { + "x": 0, + "y": 117320, + "z": 0 + }, + "propId": 104038 + }, + { + "groupId": 88, + "instId": 300004, + "propState": 8, + "pos": { + "x": 167260, + "y": 13, + "z": 188980 + }, + "rot": { + "x": 0, + "y": 296817, + "z": 0 + }, + "propId": 104039 + }, + { + "groupId": 88, + "instId": 300001, + "propState": 8, + "pos": { + "x": 198410, + "y": 3359, + "z": 275980 + }, + "rot": { + "x": 0, + "y": 294526, + "z": 0 + }, + "propId": 104043 + }, + { + "groupId": 88, + "instId": 300002, + "propState": 8, + "pos": { + "x": 193737, + "y": -4570, + "z": 268997 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104088 + }, + { + "groupId": 88, + "instId": 300005, + "propState": 8, + "pos": { + "x": 193737, + "y": -4570, + "z": 268997 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104088 + }, + { + "groupId": 89, + "instId": 300001, + "propState": 8, + "pos": { + "x": 29260, + "y": -18898, + "z": 196480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104038 + }, + { + "groupId": 89, + "instId": 300002, + "propState": 8, + "pos": { + "x": 29320, + "y": -18640, + "z": 196530 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 90, + "instId": 300001, + "propState": 8, + "pos": { + "x": 43369, + "y": 50649, + "z": -42040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104039 + }, + { + "groupId": 90, + "instId": 300002, + "propState": 8, + "pos": { + "x": 43280, + "y": 49960, + "z": -33310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104038 + }, + { + "groupId": 91, + "instId": 300001, + "propState": 12, + "pos": { + "x": 271611, + "y": 39485, + "z": -31203 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 91, + "instId": 300002, + "propState": 12, + "pos": { + "x": 318658, + "y": 44470, + "z": -35318 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 92, + "instId": 300001, + "propState": 12, + "pos": { + "x": 2110, + "y": -19011, + "z": 237341 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 92, + "instId": 300002, + "propState": 12, + "pos": { + "x": 46598, + "y": -24532, + "z": 178643 + }, + "rot": { + "x": 0, + "y": 270431, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 92, + "instId": 300003, + "propState": 12, + "pos": { + "x": -130, + "y": -18941, + "z": 135440 + }, + "rot": { + "x": 0, + "y": 431, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 93, + "instId": 300001, + "propState": 8, + "pos": { + "x": 269512, + "y": 39485, + "z": -25825 + }, + "rot": { + "x": 0, + "y": 272506, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 93, + "instId": 300017, + "propState": 8, + "pos": { + "x": 269330, + "y": 39485, + "z": -28100 + }, + "rot": { + "x": 0, + "y": 276435, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 93, + "instId": 300002, + "propState": 8, + "pos": { + "x": 249154, + "y": 44341, + "z": -37375 + }, + "rot": { + "x": 0, + "y": 273159, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 93, + "instId": 300003, + "propState": 8, + "pos": { + "x": 238487, + "y": 44341, + "z": -13902 + }, + "rot": { + "x": 0, + "y": 143973, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 93, + "instId": 300014, + "propState": 8, + "pos": { + "x": 209933, + "y": 50239, + "z": 45535 + }, + "rot": { + "x": 0, + "y": 130142, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 93, + "instId": 300019, + "propState": 8, + "pos": { + "x": 323502, + "y": 44341, + "z": 5168 + }, + "rot": { + "x": 0, + "y": 271470, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 93, + "instId": 300004, + "propState": 8, + "pos": { + "x": 293391, + "y": 50225, + "z": -26350 + }, + "rot": { + "x": 0, + "y": 2578, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 93, + "instId": 300005, + "propState": 8, + "pos": { + "x": 258275, + "y": 44402, + "z": 47622 + }, + "rot": { + "x": 0, + "y": 187432, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 93, + "instId": 300006, + "propState": 8, + "pos": { + "x": 248105, + "y": 43942, + "z": 45846 + }, + "rot": { + "x": 0, + "y": 173287, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 93, + "instId": 300007, + "propState": 8, + "pos": { + "x": 309602, + "y": 44341, + "z": -36835 + }, + "rot": { + "x": 0, + "y": 358423, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 93, + "instId": 300024, + "propState": 8, + "pos": { + "x": 238071, + "y": 44341, + "z": 40992 + }, + "rot": { + "x": 0, + "y": 205000, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 93, + "instId": 300025, + "propState": 8, + "pos": { + "x": 313796, + "y": 44341, + "z": 22538 + }, + "rot": { + "x": 0, + "y": 310001, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 94, + "instId": 300001, + "propState": 8, + "pos": { + "x": 36351, + "y": -22410, + "z": 177838 + }, + "rot": { + "x": 0, + "y": 20347, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 94, + "instId": 300017, + "propState": 8, + "pos": { + "x": 22163, + "y": -18939, + "z": 200310 + }, + "rot": { + "x": 0, + "y": 143544, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 94, + "instId": 300003, + "propState": 8, + "pos": { + "x": -1834, + "y": -19011, + "z": 221310 + }, + "rot": { + "x": 0, + "y": 120568, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 94, + "instId": 300024, + "propState": 8, + "pos": { + "x": 27980, + "y": -23504, + "z": 221370 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 94, + "instId": 300027, + "propState": 8, + "pos": { + "x": -32393, + "y": -19202, + "z": 189358 + }, + "rot": { + "x": 0, + "y": 241437, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 143, + "instId": 300001, + "propState": 101, + "pos": { + "x": 29907, + "y": -4088, + "z": 236551 + }, + "rot": { + "x": 0, + "y": 215017, + "z": 0 + }, + "propId": 104035 + }, + { + "groupId": 143, + "instId": 300002, + "propState": 101, + "pos": { + "x": 29934, + "y": -4170, + "z": 155081 + }, + "rot": { + "x": 0, + "y": 146732, + "z": 0 + }, + "propId": 104035 + }, + { + "groupId": 143, + "instId": 300003, + "propState": 101, + "pos": { + "x": -28746, + "y": -3073, + "z": 155940 + }, + "rot": { + "x": 0, + "y": 39355, + "z": 0 + }, + "propId": 104035 + }, + { + "groupId": 150, + "instId": 300002, + "propState": 8, + "pos": { + "x": 20, + "y": -10910, + "z": 240090 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104089 + }, + { + "groupId": 150, + "instId": 300004, + "propState": 8, + "pos": { + "x": -23113, + "y": -19442, + "z": 196590 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104101 + }, + { + "groupId": 150, + "instId": 300005, + "propState": 8, + "pos": { + "x": -150, + "y": -19454, + "z": 144410 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104101 + }, + { + "groupId": 150, + "instId": 300006, + "propState": 8, + "pos": { + "x": 9560, + "y": -21791, + "z": 167158 + }, + "rot": { + "x": 0, + "y": 251694, + "z": 0 + }, + "propId": 104101 + }, + { + "groupId": 150, + "instId": 300007, + "propState": 20, + "pos": { + "x": -34643, + "y": -18737, + "z": 196400 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60403 + }, + { + "groupId": 151, + "instId": 300001, + "propState": 1, + "pos": { + "x": 29942, + "y": -25067, + "z": 236514 + }, + "rot": { + "x": 0, + "y": 34683, + "z": 0 + }, + "propId": 104028 + }, + { + "groupId": 151, + "instId": 300002, + "propState": 1, + "pos": { + "x": 2180, + "y": -17690, + "z": 154210 + }, + "rot": { + "x": 0, + "y": 350123, + "z": 0 + }, + "propId": 104028 + }, + { + "groupId": 151, + "instId": 300003, + "propState": 8, + "pos": { + "x": 29878, + "y": -25654, + "z": 155106 + }, + "rot": { + "x": 0, + "y": 58900, + "z": 0 + }, + "propId": 104028 + }, + { + "groupId": 151, + "instId": 300004, + "propState": 1, + "pos": { + "x": -28732, + "y": -23950, + "z": 155935 + }, + "rot": { + "x": 0, + "y": 38782, + "z": 0 + }, + "propId": 104028 + }, + { + "groupId": 151, + "instId": 300008, + "propState": 8, + "pos": { + "x": -1950, + "y": -13890, + "z": 155540 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104119 + }, + { + "groupId": 151, + "instId": 300005, + "propState": 102, + "pos": { + "x": 29907, + "y": -4088, + "z": 236551 + }, + "rot": { + "x": 0, + "y": 215017, + "z": 0 + }, + "propId": 104035 + }, + { + "groupId": 151, + "instId": 300006, + "propState": 102, + "pos": { + "x": 29934, + "y": -4170, + "z": 155081 + }, + "rot": { + "x": 0, + "y": 146732, + "z": 0 + }, + "propId": 104035 + }, + { + "groupId": 151, + "instId": 300009, + "propState": 102, + "pos": { + "x": -28746, + "y": -3073, + "z": 155940 + }, + "rot": { + "x": 0, + "y": 39355, + "z": 0 + }, + "propId": 104035 + }, + { + "groupId": 151, + "instId": 300010, + "propState": 102, + "pos": { + "x": -28715, + "y": -1671, + "z": 237325 + }, + "rot": { + "x": 0, + "y": 145070, + "z": 0 + }, + "propId": 104035 + }, + { + "groupId": 151, + "instId": 300007, + "propState": 8, + "pos": { + "x": -2774, + "y": -18998, + "z": 153917 + }, + "rot": { + "x": 0, + "y": 20146, + "z": 0 + }, + "propId": 104091 + }, + { + "groupId": 151, + "instId": 300011, + "propState": 8, + "pos": { + "x": -596, + "y": -18997, + "z": 153911 + }, + "rot": { + "x": 0, + "y": 349958, + "z": 0 + }, + "propId": 104091 + }, + { + "groupId": 152, + "instId": 300001, + "propState": 8, + "pos": { + "x": -40910, + "y": -23660, + "z": 196250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 152, + "instId": 300002, + "propState": 8, + "pos": { + "x": 13330, + "y": -26190, + "z": 183380 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 152, + "instId": 300003, + "propState": 8, + "pos": { + "x": 60070, + "y": 11690, + "z": 196394 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 152, + "instId": 300004, + "propState": 8, + "pos": { + "x": -660, + "y": -25930, + "z": 140740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 152, + "instId": 300005, + "propState": 8, + "pos": { + "x": 52700, + "y": -32070, + "z": 196370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 153, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": -5100, + "z": 149530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104089 + }, + { + "groupId": 154, + "instId": 300001, + "propState": 1, + "pos": { + "x": -10087, + "y": -24501, + "z": 242456 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104028 + }, + { + "groupId": 154, + "instId": 300002, + "propState": 8, + "pos": { + "x": -28736, + "y": -23116, + "z": 237351 + }, + "rot": { + "x": 0, + "y": 328376, + "z": 0 + }, + "propId": 104028 + }, + { + "groupId": 154, + "instId": 300003, + "propState": 101, + "pos": { + "x": -28715, + "y": -1671, + "z": 237325 + }, + "rot": { + "x": 0, + "y": 145070, + "z": 0 + }, + "propId": 104035 + }, + { + "groupId": 159, + "instId": 300001, + "propState": 8, + "pos": { + "x": -67140, + "y": 30970, + "z": 195930 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104026 + }, + { + "groupId": 159, + "instId": 300002, + "propState": 8, + "pos": { + "x": 32885, + "y": -30680, + "z": 240722 + }, + "rot": { + "x": 0, + "y": 215147, + "z": 0 + }, + "propId": 104027 + }, + { + "groupId": 159, + "instId": 300003, + "propState": 8, + "pos": { + "x": -31480, + "y": -28390, + "z": 241760 + }, + "rot": { + "x": 0, + "y": 147441, + "z": 0 + }, + "propId": 104027 + }, + { + "groupId": 159, + "instId": 300004, + "propState": 8, + "pos": { + "x": 32399, + "y": -30929, + "z": 151510 + }, + "rot": { + "x": 0, + "y": 324975, + "z": 0 + }, + "propId": 104027 + }, + { + "groupId": 159, + "instId": 300005, + "propState": 8, + "pos": { + "x": -31624, + "y": -29470, + "z": 151936 + }, + "rot": { + "x": 0, + "y": 35351, + "z": 0 + }, + "propId": 104027 + }, + { + "groupId": 159, + "instId": 300006, + "propState": 8, + "pos": { + "x": 49, + "y": 46820, + "z": 196423 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104025 + }, + { + "groupId": 159, + "instId": 300007, + "propState": 8, + "pos": { + "x": 49, + "y": 46820, + "z": 196423 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104025 + }, + { + "groupId": 159, + "instId": 300008, + "propState": 8, + "pos": { + "x": 49, + "y": 46820, + "z": 196423 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104025 + }, + { + "groupId": 159, + "instId": 300009, + "propState": 8, + "pos": { + "x": 49, + "y": 46820, + "z": 196423 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104025 + }, + { + "groupId": 159, + "instId": 300010, + "propState": 8, + "pos": { + "x": -39796, + "y": 3961, + "z": 194997 + }, + "rot": { + "x": 0, + "y": 217562, + "z": 0 + }, + "propId": 104025 + }, + { + "groupId": 165, + "instId": 300001, + "propState": 18, + "pos": { + "x": 186247, + "y": 43605, + "z": 43584 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104056 + }, + { + "groupId": 165, + "instId": 300002, + "propState": 1, + "pos": { + "x": 186130, + "y": 41599, + "z": 38199 + }, + "rot": { + "x": 0, + "y": 101249, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 165, + "instId": 300004, + "propState": 8, + "pos": { + "x": 186247, + "y": 43605, + "z": 43288 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 166, + "instId": 300001, + "propState": 18, + "pos": { + "x": 35, + "y": -19952, + "z": -261357 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104056 + }, + { + "groupId": 166, + "instId": 300002, + "propState": 1, + "pos": { + "x": -139, + "y": -19037, + "z": -268516 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 166, + "instId": 300004, + "propState": 8, + "pos": { + "x": 35, + "y": -19706, + "z": -261944 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 167, + "instId": 300001, + "propState": 18, + "pos": { + "x": -301, + "y": 26686, + "z": -487780 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104056 + }, + { + "groupId": 167, + "instId": 300002, + "propState": 1, + "pos": { + "x": -207, + "y": 26791, + "z": -487780 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 167, + "instId": 300004, + "propState": 8, + "pos": { + "x": -301, + "y": 26752, + "z": -487822 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 168, + "instId": 300001, + "propState": 18, + "pos": { + "x": 6179, + "y": 39902, + "z": -93334 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104056 + }, + { + "groupId": 168, + "instId": 300002, + "propState": 1, + "pos": { + "x": 6263, + "y": 39527, + "z": -95428 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 168, + "instId": 300004, + "propState": 8, + "pos": { + "x": 6179, + "y": 40026, + "z": -93334 + }, + "rot": { + "x": 0, + "y": 346269, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 169, + "instId": 300001, + "propState": 18, + "pos": { + "x": 246855, + "y": 5685, + "z": 114608 + }, + "rot": { + "x": 0, + "y": 18953, + "z": 0 + }, + "propId": 104056 + }, + { + "groupId": 169, + "instId": 300002, + "propState": 1, + "pos": { + "x": 248390, + "y": 2237, + "z": 113660 + }, + "rot": { + "x": 0, + "y": 301616, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 170, + "instId": 300001, + "propState": 18, + "pos": { + "x": 164382, + "y": 73945, + "z": 5565 + }, + "rot": { + "x": 0, + "y": 270752, + "z": 0 + }, + "propId": 104056 + }, + { + "groupId": 170, + "instId": 300002, + "propState": 1, + "pos": { + "x": 164415, + "y": 74851, + "z": 5329 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 170, + "instId": 300004, + "propState": 8, + "pos": { + "x": 162390, + "y": 74299, + "z": 3510 + }, + "rot": { + "x": 0, + "y": 44075, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 171, + "instId": 300001, + "propState": 18, + "pos": { + "x": 236989, + "y": 44447, + "z": 11608 + }, + "rot": { + "x": 0, + "y": 319973, + "z": 0 + }, + "propId": 104056 + }, + { + "groupId": 171, + "instId": 300002, + "propState": 1, + "pos": { + "x": 236950, + "y": 44433, + "z": 11548 + }, + "rot": { + "x": 0, + "y": 45875, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 171, + "instId": 300004, + "propState": 8, + "pos": { + "x": 236989, + "y": 44539, + "z": 11608 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 172, + "instId": 300001, + "propState": 18, + "pos": { + "x": 195489, + "y": 2171, + "z": 153498 + }, + "rot": { + "x": 0, + "y": 141480, + "z": 0 + }, + "propId": 104056 + }, + { + "groupId": 172, + "instId": 300002, + "propState": 1, + "pos": { + "x": 195499, + "y": 2171, + "z": 153504 + }, + "rot": { + "x": 0, + "y": 159050, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 172, + "instId": 300004, + "propState": 8, + "pos": { + "x": 195462, + "y": 2262, + "z": 153479 + }, + "rot": { + "x": 0, + "y": 234072, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 173, + "instId": 300001, + "propState": 18, + "pos": { + "x": 307873, + "y": 2334, + "z": 198342 + }, + "rot": { + "x": 0, + "y": 120537, + "z": 0 + }, + "propId": 104056 + }, + { + "groupId": 173, + "instId": 300002, + "propState": 1, + "pos": { + "x": 307910, + "y": 2334, + "z": 198283 + }, + "rot": { + "x": 0, + "y": 355730, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 173, + "instId": 300004, + "propState": 8, + "pos": { + "x": 307885, + "y": 2395, + "z": 198347 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 174, + "instId": 300001, + "propState": 18, + "pos": { + "x": 194879, + "y": -2598, + "z": 262905 + }, + "rot": { + "x": 0, + "y": 334455, + "z": 0 + }, + "propId": 104056 + }, + { + "groupId": 174, + "instId": 300002, + "propState": 1, + "pos": { + "x": 194955, + "y": -2598, + "z": 262902 + }, + "rot": { + "x": 0, + "y": 167918, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 174, + "instId": 300004, + "propState": 8, + "pos": { + "x": 194842, + "y": -2501, + "z": 262911 + }, + "rot": { + "x": 0, + "y": 279000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 175, + "instId": 300001, + "propState": 18, + "pos": { + "x": -32083, + "y": 482, + "z": 195491 + }, + "rot": { + "x": 0, + "y": 88506, + "z": 0 + }, + "propId": 104056 + }, + { + "groupId": 175, + "instId": 300002, + "propState": 1, + "pos": { + "x": -32083, + "y": 482, + "z": 195491 + }, + "rot": { + "x": 0, + "y": 88506, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 175, + "instId": 300004, + "propState": 8, + "pos": { + "x": -32183, + "y": 254, + "z": 197696 + }, + "rot": { + "x": 0, + "y": 177408, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 176, + "instId": 300001, + "propState": 18, + "pos": { + "x": 186195, + "y": 48500, + "z": -48301 + }, + "rot": { + "x": 0, + "y": 178937, + "z": 0 + }, + "propId": 104056 + }, + { + "groupId": 176, + "instId": 300002, + "propState": 1, + "pos": { + "x": 186350, + "y": 44341, + "z": -46961 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 176, + "instId": 300004, + "propState": 8, + "pos": { + "x": 186195, + "y": 48410, + "z": -47379 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 177, + "instId": 300001, + "propState": 18, + "pos": { + "x": 92744, + "y": -3374, + "z": 191004 + }, + "rot": { + "x": 0, + "y": 93680, + "z": 0 + }, + "propId": 104056 + }, + { + "groupId": 177, + "instId": 300002, + "propState": 1, + "pos": { + "x": 92713, + "y": -3352, + "z": 191006 + }, + "rot": { + "x": 0, + "y": 93680, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 177, + "instId": 300004, + "propState": 8, + "pos": { + "x": 92810, + "y": -3252, + "z": 190982 + }, + "rot": { + "x": 0, + "y": 170006, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 178, + "instId": 300001, + "propState": 18, + "pos": { + "x": -2673, + "y": -17195, + "z": 86939 + }, + "rot": { + "x": 0, + "y": 112908, + "z": 0 + }, + "propId": 104056 + }, + { + "groupId": 178, + "instId": 300002, + "propState": 1, + "pos": { + "x": -2651, + "y": -17195, + "z": 86961 + }, + "rot": { + "x": 0, + "y": 159285, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 178, + "instId": 300004, + "propState": 8, + "pos": { + "x": -2691, + "y": -17083, + "z": 86903 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 179, + "instId": 300001, + "propState": 18, + "pos": { + "x": -41342, + "y": 50647, + "z": -29060 + }, + "rot": { + "x": 0, + "y": 176954, + "z": 0 + }, + "propId": 104056 + }, + { + "groupId": 179, + "instId": 300002, + "propState": 1, + "pos": { + "x": -41342, + "y": 50647, + "z": -29060 + }, + "rot": { + "x": 0, + "y": 28182, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 179, + "instId": 300004, + "propState": 8, + "pos": { + "x": -41480, + "y": 50782, + "z": -29321 + }, + "rot": { + "x": 0, + "y": 27911, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 179, + "instId": 300005, + "propState": 8, + "pos": { + "x": -41288, + "y": 50647, + "z": -28884 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300001, + "propState": 18, + "pos": { + "x": 306210, + "y": 44579, + "z": -37030 + }, + "rot": { + "x": 0, + "y": 309838, + "z": 0 + }, + "propId": 104056 + }, + { + "groupId": 180, + "instId": 300002, + "propState": 1, + "pos": { + "x": 306267, + "y": 44579, + "z": -37120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 180, + "instId": 300004, + "propState": 8, + "pos": { + "x": 306210, + "y": 44579, + "z": -37030 + }, + "rot": { + "x": 0, + "y": 186781, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300001, + "propState": 18, + "pos": { + "x": 263068, + "y": 45829, + "z": 76846 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104056 + }, + { + "groupId": 181, + "instId": 300002, + "propState": 1, + "pos": { + "x": 261922, + "y": 44703, + "z": 77283 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 181, + "instId": 300004, + "propState": 8, + "pos": { + "x": 263068, + "y": 45829, + "z": 76846 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300001, + "propState": 18, + "pos": { + "x": 149244, + "y": 1412, + "z": 190093 + }, + "rot": { + "x": 0, + "y": 179037, + "z": 0 + }, + "propId": 104056 + }, + { + "groupId": 182, + "instId": 300002, + "propState": 1, + "pos": { + "x": 149717, + "y": 185, + "z": 189483 + }, + "rot": { + "x": 0, + "y": 179037, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 182, + "instId": 300004, + "propState": 8, + "pos": { + "x": 149244, + "y": 1530, + "z": 190093 + }, + "rot": { + "x": 0, + "y": 207570, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 183, + "instId": 300001, + "propState": 18, + "pos": { + "x": 176916, + "y": -628, + "z": 280785 + }, + "rot": { + "x": 0, + "y": 147627, + "z": 0 + }, + "propId": 104056 + }, + { + "groupId": 183, + "instId": 300002, + "propState": 1, + "pos": { + "x": 175942, + "y": -2596, + "z": 281449 + }, + "rot": { + "x": 0, + "y": 50766, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 183, + "instId": 300004, + "propState": 8, + "pos": { + "x": 176916, + "y": -528, + "z": 280785 + }, + "rot": { + "x": 0, + "y": 203574, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 184, + "instId": 300001, + "propState": 18, + "pos": { + "x": 102341, + "y": 48255, + "z": 46793 + }, + "rot": { + "x": 0, + "y": 135237, + "z": 0 + }, + "propId": 104056 + }, + { + "groupId": 184, + "instId": 300002, + "propState": 1, + "pos": { + "x": 101521, + "y": 45640, + "z": 44686 + }, + "rot": { + "x": 0, + "y": 135238, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 184, + "instId": 300004, + "propState": 8, + "pos": { + "x": 102341, + "y": 48367, + "z": 46794 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 195, + "instId": 300001, + "propState": 8, + "pos": { + "x": -155, + "y": 44740, + "z": -5062 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104012 + }, + { + "groupId": 195, + "instId": 300002, + "propState": 8, + "pos": { + "x": 5507, + "y": 51663, + "z": -6419 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104053 + }, + { + "groupId": 195, + "instId": 300003, + "propState": 8, + "pos": { + "x": -5460, + "y": 51663, + "z": -6450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104053 + }, + { + "groupId": 195, + "instId": 300004, + "propState": 8, + "pos": { + "x": 49538, + "y": 50995, + "z": -25651 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104024 + }, + { + "groupId": 195, + "instId": 300005, + "propState": 8, + "pos": { + "x": 49539, + "y": 50995, + "z": -20004 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104024 + }, + { + "groupId": 195, + "instId": 300006, + "propState": 8, + "pos": { + "x": 49306, + "y": 53533, + "z": -25632 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104053 + }, + { + "groupId": 195, + "instId": 300007, + "propState": 8, + "pos": { + "x": 49306, + "y": 53533, + "z": -20003 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104053 + }, + { + "groupId": 197, + "instId": 300002, + "propState": 8, + "pos": { + "x": 264306, + "y": 48950, + "z": 46710 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104053 + }, + { + "groupId": 197, + "instId": 300003, + "propState": 8, + "pos": { + "x": 241445, + "y": 48950, + "z": 46710 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104053 + }, + { + "groupId": 197, + "instId": 300004, + "propState": 8, + "pos": { + "x": 258787, + "y": 46628, + "z": 48654 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104024 + }, + { + "groupId": 197, + "instId": 300005, + "propState": 8, + "pos": { + "x": 247382, + "y": 46628, + "z": 48654 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104024 + }, + { + "groupId": 198, + "instId": 300003, + "propState": 8, + "pos": { + "x": -11189, + "y": 46237, + "z": -56167 + }, + "rot": { + "x": 0, + "y": 298365, + "z": 0 + }, + "propId": 103074 + }, + { + "groupId": 205, + "instId": 300001, + "propState": 8, + "pos": { + "x": 120, + "y": -21451, + "z": 196470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104121 + }, + { + "groupId": 206, + "instId": 300001, + "propState": 8, + "pos": { + "x": 120, + "y": -21451, + "z": 196470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104121 + }, + { + "groupId": 223, + "instId": 300001, + "propState": 11, + "pos": { + "x": -26400, + "y": -17012, + "z": -243391 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104046 + }, + { + "groupId": 224, + "instId": 300001, + "propState": 11, + "pos": { + "x": -19530, + "y": 50647, + "z": -11820 + }, + "rot": { + "x": 0, + "y": 272162, + "z": 0 + }, + "propId": 104046 + }, + { + "groupId": 225, + "instId": 300001, + "propState": 11, + "pos": { + "x": 190200, + "y": 3303, + "z": 258120 + }, + "rot": { + "x": 0, + "y": 24387, + "z": 0 + }, + "propId": 104046 + }, + { + "groupId": 231, + "instId": 300001, + "propState": 8, + "pos": { + "x": 192505, + "y": 2171, + "z": 156568 + }, + "rot": { + "x": 0, + "y": 349188, + "z": 0 + }, + "propId": 901 + }, + { + "groupId": 231, + "instId": 300002, + "propState": 8, + "pos": { + "x": 192089, + "y": 2171, + "z": 156487 + }, + "rot": { + "x": 0, + "y": 259188, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 240, + "instId": 300002, + "propState": 20, + "pos": { + "x": 12060, + "y": -17282, + "z": 196420 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60403 + }, + { + "groupId": 241, + "instId": 300001, + "propState": 1, + "pos": { + "x": 120, + "y": -50285, + "z": 202650 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 241, + "instId": 300002, + "propState": 1, + "pos": { + "x": 1839, + "y": -21864, + "z": 200585 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 241, + "instId": 300003, + "propState": 1, + "pos": { + "x": 106, + "y": -21926, + "z": 196450 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104001 + }, + { + "groupId": 241, + "instId": 300004, + "propState": 1, + "pos": { + "x": 106, + "y": -50292, + "z": 196450 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104013 + }, + { + "groupId": 241, + "instId": 300005, + "propState": 1, + "pos": { + "x": 106, + "y": -21926, + "z": 196450 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104013 + }, + { + "groupId": 243, + "instId": 300001, + "propState": 8, + "pos": { + "x": -28744, + "y": -26610, + "z": 155948 + }, + "rot": { + "x": 0, + "y": 39355, + "z": 0 + }, + "propId": 104041 + }, + { + "groupId": 243, + "instId": 300002, + "propState": 8, + "pos": { + "x": 29890, + "y": -28330, + "z": 155140 + }, + "rot": { + "x": 0, + "y": 238838, + "z": 0 + }, + "propId": 104041 + }, + { + "groupId": 243, + "instId": 300003, + "propState": 8, + "pos": { + "x": -28720, + "y": -25630, + "z": 237340 + }, + "rot": { + "x": 0, + "y": 150801, + "z": 0 + }, + "propId": 104041 + }, + { + "groupId": 243, + "instId": 300004, + "propState": 8, + "pos": { + "x": 29912, + "y": -27630, + "z": 236557 + }, + "rot": { + "x": 0, + "y": 215017, + "z": 0 + }, + "propId": 104041 + }, + { + "groupId": 243, + "instId": 300005, + "propState": 8, + "pos": { + "x": 12200, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104041 + }, + { + "groupId": 245, + "instId": 300001, + "propState": 101, + "pos": { + "x": 29907, + "y": -4088, + "z": 236551 + }, + "rot": { + "x": 0, + "y": 215017, + "z": 0 + }, + "propId": 104035 + }, + { + "groupId": 245, + "instId": 300002, + "propState": 8, + "pos": { + "x": 29934, + "y": -4170, + "z": 155081 + }, + "rot": { + "x": 0, + "y": 146732, + "z": 0 + }, + "propId": 104035 + }, + { + "groupId": 245, + "instId": 300003, + "propState": 101, + "pos": { + "x": -28746, + "y": -3073, + "z": 155940 + }, + "rot": { + "x": 0, + "y": 39355, + "z": 0 + }, + "propId": 104035 + }, + { + "groupId": 245, + "instId": 300004, + "propState": 1, + "pos": { + "x": 29902, + "y": -24967, + "z": 236539 + }, + "rot": { + "x": 0, + "y": 35019, + "z": 0 + }, + "propId": 104028 + }, + { + "groupId": 245, + "instId": 300005, + "propState": 1, + "pos": { + "x": -28732, + "y": -23950, + "z": 155935 + }, + "rot": { + "x": 0, + "y": 38782, + "z": 0 + }, + "propId": 104028 + }, + { + "groupId": 245, + "instId": 300006, + "propState": 1, + "pos": { + "x": 29878, + "y": -25654, + "z": 155106 + }, + "rot": { + "x": 0, + "y": 58900, + "z": 0 + }, + "propId": 104028 + }, + { + "groupId": 246, + "instId": 300001, + "propState": 8, + "pos": { + "x": 100, + "y": -18997, + "z": 162790 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104038 + }, + { + "groupId": 246, + "instId": 300002, + "propState": 8, + "pos": { + "x": 6510, + "y": -19964, + "z": 165561 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104039 + }, + { + "groupId": 246, + "instId": 300004, + "propState": 8, + "pos": { + "x": 70, + "y": -18700, + "z": 162830 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 247, + "instId": 300002, + "propState": 8, + "pos": { + "x": -10, + "y": -5100, + "z": 155150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104089 + }, + { + "groupId": 248, + "instId": 300001, + "propState": 1, + "pos": { + "x": -10087, + "y": -24501, + "z": 242456 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104028 + }, + { + "groupId": 248, + "instId": 300002, + "propState": 8, + "pos": { + "x": -28736, + "y": -23116, + "z": 237351 + }, + "rot": { + "x": 0, + "y": 328376, + "z": 0 + }, + "propId": 104028 + }, + { + "groupId": 248, + "instId": 300003, + "propState": 101, + "pos": { + "x": -28715, + "y": -1671, + "z": 237325 + }, + "rot": { + "x": 0, + "y": 145070, + "z": 0 + }, + "propId": 104035 + }, + { + "groupId": 248, + "instId": 300004, + "propState": 8, + "pos": { + "x": -12233, + "y": -17270, + "z": 195353 + }, + "rot": { + "x": 0, + "y": 13100, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 248, + "instId": 300005, + "propState": 8, + "pos": { + "x": -12091, + "y": -17282, + "z": 197621 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 250, + "instId": 300002, + "propState": 8, + "pos": { + "x": 247553, + "y": 4709, + "z": 114595 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104159 + }, + { + "groupId": 250, + "instId": 300004, + "propState": 8, + "pos": { + "x": 247553, + "y": 4609, + "z": 114595 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 252, + "instId": 300001, + "propState": 12, + "pos": { + "x": 161100, + "y": 12, + "z": 210870 + }, + "rot": { + "x": 0, + "y": 9406, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 252, + "instId": 300002, + "propState": 8, + "pos": { + "x": 161100, + "y": 112, + "z": 210870 + }, + "rot": { + "x": 0, + "y": 9406, + "z": 0 + }, + "propId": 104159 + }, + { + "groupId": 252, + "instId": 300004, + "propState": 8, + "pos": { + "x": 161100, + "y": 12, + "z": 210870 + }, + "rot": { + "x": 0, + "y": 9406, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 253, + "instId": 300001, + "propState": 12, + "pos": { + "x": 161100, + "y": 12, + "z": 210870 + }, + "rot": { + "x": 0, + "y": 9406, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 270, + "instId": 300001, + "propState": 8, + "pos": { + "x": 7229, + "y": 27466, + "z": -435566 + }, + "rot": { + "x": 0, + "y": 343076, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 270, + "instId": 300005, + "propState": 8, + "pos": { + "x": -8597, + "y": 27545, + "z": -372059 + }, + "rot": { + "x": 0, + "y": 24948, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 270, + "instId": 300002, + "propState": 8, + "pos": { + "x": 13608, + "y": 27361, + "z": -216480 + }, + "rot": { + "x": 0, + "y": 330267, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 270, + "instId": 300003, + "propState": 8, + "pos": { + "x": -32268, + "y": -14247, + "z": -318123 + }, + "rot": { + "x": 0, + "y": 88701, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 270, + "instId": 300004, + "propState": 8, + "pos": { + "x": -10, + "y": -20224, + "z": -296430 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 270, + "instId": 300006, + "propState": 8, + "pos": { + "x": -38580, + "y": 51347, + "z": -44395 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 270, + "instId": 300007, + "propState": 8, + "pos": { + "x": 30049, + "y": 51349, + "z": -62893 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 270, + "instId": 300008, + "propState": 8, + "pos": { + "x": -27244, + "y": 45157, + "z": -36248 + }, + "rot": { + "x": 0, + "y": 60215, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 270, + "instId": 300009, + "propState": 8, + "pos": { + "x": 60300, + "y": 51347, + "z": -19600 + }, + "rot": { + "x": 0, + "y": 5930, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 270, + "instId": 300018, + "propState": 8, + "pos": { + "x": 92608, + "y": 46266, + "z": 43836 + }, + "rot": { + "x": 0, + "y": 87870, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 270, + "instId": 300010, + "propState": 8, + "pos": { + "x": 95240, + "y": 46266, + "z": -32655 + }, + "rot": { + "x": 0, + "y": 87870, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 270, + "instId": 300011, + "propState": 8, + "pos": { + "x": 183297, + "y": 42243, + "z": 11752 + }, + "rot": { + "x": 0, + "y": 160200, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 270, + "instId": 300012, + "propState": 8, + "pos": { + "x": 162998, + "y": 42244, + "z": -16332 + }, + "rot": { + "x": 0, + "y": 267556, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 270, + "instId": 300013, + "propState": 8, + "pos": { + "x": 258059, + "y": 2914, + "z": 139305 + }, + "rot": { + "x": 0, + "y": 328092, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 270, + "instId": 300014, + "propState": 8, + "pos": { + "x": 254090, + "y": 2868, + "z": 200155 + }, + "rot": { + "x": 0, + "y": 113985, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 270, + "instId": 300015, + "propState": 8, + "pos": { + "x": 302220, + "y": 2873, + "z": 223290 + }, + "rot": { + "x": 0, + "y": 8641, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 270, + "instId": 300016, + "propState": 8, + "pos": { + "x": 216318, + "y": -1949, + "z": 296646 + }, + "rot": { + "x": 0, + "y": 287928, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 270, + "instId": 300017, + "propState": 8, + "pos": { + "x": 184341, + "y": 9295, + "z": 288007 + }, + "rot": { + "x": 0, + "y": 105705, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 270, + "instId": 300019, + "propState": 8, + "pos": { + "x": -11620, + "y": 45157, + "z": -60260 + }, + "rot": { + "x": 0, + "y": 1629, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 270, + "instId": 300020, + "propState": 8, + "pos": { + "x": 220615, + "y": 2868, + "z": 198838 + }, + "rot": { + "x": 0, + "y": 346417, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 270, + "instId": 300021, + "propState": 8, + "pos": { + "x": 143992, + "y": 712, + "z": 190767 + }, + "rot": { + "x": 0, + "y": 103652, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 271, + "instId": 300001, + "propState": 8, + "pos": { + "x": 259533, + "y": 45042, + "z": -12973 + }, + "rot": { + "x": 0, + "y": 348574, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 271, + "instId": 300002, + "propState": 8, + "pos": { + "x": 289926, + "y": 50931, + "z": 8700 + }, + "rot": { + "x": 0, + "y": 325062, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 271, + "instId": 300003, + "propState": 8, + "pos": { + "x": 219716, + "y": 50939, + "z": 47508 + }, + "rot": { + "x": 0, + "y": 99905, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 272, + "instId": 300001, + "propState": 8, + "pos": { + "x": 259685, + "y": 45042, + "z": -19928 + }, + "rot": { + "x": 0, + "y": 94819, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 272, + "instId": 300002, + "propState": 8, + "pos": { + "x": 253916, + "y": 45043, + "z": 45541 + }, + "rot": { + "x": 0, + "y": 339342, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 272, + "instId": 300003, + "propState": 8, + "pos": { + "x": 307078, + "y": 45042, + "z": -10163 + }, + "rot": { + "x": 0, + "y": 171580, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 272, + "instId": 300004, + "propState": 8, + "pos": { + "x": 237802, + "y": 45043, + "z": 19746 + }, + "rot": { + "x": 0, + "y": 180469, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 273, + "instId": 300003, + "propState": 8, + "pos": { + "x": 212398, + "y": 52028, + "z": 31013 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103074 + }, + { + "groupId": 274, + "instId": 300001, + "propState": 20, + "pos": { + "x": 212809, + "y": 44362, + "z": 17870 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60402 + }, + { + "groupId": 274, + "instId": 300002, + "propState": 8, + "pos": { + "x": 212809, + "y": 44362, + "z": 17870 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 274, + "instId": 300003, + "propState": 8, + "pos": { + "x": 212096, + "y": 52739, + "z": 30840 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 275, + "instId": 300003, + "propState": 8, + "pos": { + "x": 292158, + "y": 3966, + "z": 201063 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103074 + }, + { + "groupId": 276, + "instId": 300001, + "propState": 20, + "pos": { + "x": 292460, + "y": 2173, + "z": 204173 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60402 + }, + { + "groupId": 276, + "instId": 300002, + "propState": 8, + "pos": { + "x": 292460, + "y": 2173, + "z": 204173 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 276, + "instId": 300003, + "propState": 8, + "pos": { + "x": 292460, + "y": 4673, + "z": 201237 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 277, + "instId": 300001, + "propState": 8, + "pos": { + "x": -13650, + "y": 26751, + "z": -330710 + }, + "rot": { + "x": 0, + "y": 165412, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 277, + "instId": 300002, + "propState": 8, + "pos": { + "x": -13650, + "y": 26751, + "z": -330710 + }, + "rot": { + "x": 0, + "y": 165412, + "z": 0 + }, + "propId": 104023 + }, + { + "groupId": 277, + "instId": 300003, + "propState": 20, + "pos": { + "x": 22334, + "y": 26661, + "z": -216940 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 277, + "instId": 300004, + "propState": 1, + "pos": { + "x": 22334, + "y": 26661, + "z": -216940 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 278, + "instId": 300001, + "propState": 8, + "pos": { + "x": 13319, + "y": 50649, + "z": -11600 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 278, + "instId": 300002, + "propState": 8, + "pos": { + "x": 13319, + "y": 50649, + "z": -11600 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104023 + }, + { + "groupId": 278, + "instId": 300003, + "propState": 20, + "pos": { + "x": 14458, + "y": 59743, + "z": -67067 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 278, + "instId": 300004, + "propState": 1, + "pos": { + "x": 14458, + "y": 59743, + "z": -67067 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 279, + "instId": 300001, + "propState": 8, + "pos": { + "x": 202820, + "y": -2638, + "z": 224560 + }, + "rot": { + "x": 0, + "y": 70122, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 279, + "instId": 300002, + "propState": 8, + "pos": { + "x": 202820, + "y": -2638, + "z": 224560 + }, + "rot": { + "x": 0, + "y": 70122, + "z": 0 + }, + "propId": 104023 + }, + { + "groupId": 279, + "instId": 300003, + "propState": 20, + "pos": { + "x": 182272, + "y": 2045, + "z": 241448 + }, + "rot": { + "x": 0, + "y": 279257, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 279, + "instId": 300004, + "propState": 1, + "pos": { + "x": 182272, + "y": 2045, + "z": 241448 + }, + "rot": { + "x": 0, + "y": 279257, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 282, + "instId": 300001, + "propState": 18, + "pos": { + "x": -5851, + "y": 44748, + "z": -78892 + }, + "rot": { + "x": 0, + "y": 92806, + "z": 0 + }, + "propId": 104093 + }, + { + "groupId": 282, + "instId": 300002, + "propState": 18, + "pos": { + "x": -8502, + "y": 39662, + "z": -134116 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104095 + }, + { + "groupId": 282, + "instId": 300003, + "propState": 18, + "pos": { + "x": 248398, + "y": 2214, + "z": 103299 + }, + "rot": { + "x": 0, + "y": 149553, + "z": 0 + }, + "propId": 104093 + }, + { + "groupId": 282, + "instId": 300004, + "propState": 18, + "pos": { + "x": 48906, + "y": -17964, + "z": -302740 + }, + "rot": { + "x": 0, + "y": 235753, + "z": 0 + }, + "propId": 104096 + }, + { + "groupId": 298, + "instId": 300001, + "propState": 18, + "pos": { + "x": 44640, + "y": -18785, + "z": 201500 + }, + "rot": { + "x": 0, + "y": 318009, + "z": 0 + }, + "propId": 104096 + } + ], + "monsters": [ + { + "groupId": 71, + "instId": 200001, + "eventId": 20413004, + "pos": { + "x": -8847, + "y": 44446, + "z": -34239 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 71, + "instId": 200002, + "eventId": 20413005, + "pos": { + "x": 7830, + "y": 44446, + "z": -44786 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 71, + "instId": 200003, + "eventId": 20413006, + "pos": { + "x": 36160, + "y": 59743, + "z": -64180 + }, + "rot": { + "x": 0, + "y": 16250, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 71, + "instId": 200004, + "eventId": 20413007, + "pos": { + "x": -37640, + "y": 59743, + "z": -64871 + }, + "rot": { + "x": 0, + "y": 10458, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 71, + "instId": 200005, + "eventId": 20413008, + "pos": { + "x": 27378, + "y": 50649, + "z": -6700 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 4012040 + }, + { + "groupId": 71, + "instId": 200006, + "eventId": 20413009, + "pos": { + "x": -28032, + "y": 50647, + "z": -7538 + }, + "rot": { + "x": 0, + "y": 176103, + "z": 0 + }, + "monsterId": 4012040 + }, + { + "groupId": 71, + "instId": 200007, + "eventId": 20413010, + "pos": { + "x": 26844, + "y": 44457, + "z": -39275 + }, + "rot": { + "x": 0, + "y": 98796, + "z": 0 + }, + "monsterId": 4012020 + }, + { + "groupId": 71, + "instId": 200008, + "eventId": 20413011, + "pos": { + "x": -42968, + "y": 50647, + "z": -23548 + }, + "rot": { + "x": 0, + "y": 318428, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 72, + "instId": 200001, + "eventId": 20413013, + "pos": { + "x": 271432, + "y": 39485, + "z": -31522 + }, + "rot": { + "x": 0, + "y": 8867, + "z": 0 + }, + "monsterId": 4012040 + }, + { + "groupId": 72, + "instId": 200002, + "eventId": 20413014, + "pos": { + "x": 212373, + "y": 50239, + "z": 36877 + }, + "rot": { + "x": 0, + "y": 26087, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 72, + "instId": 200003, + "eventId": 20413015, + "pos": { + "x": 295350, + "y": 50225, + "z": -38710 + }, + "rot": { + "x": 0, + "y": 308657, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 72, + "instId": 200004, + "eventId": 20413016, + "pos": { + "x": 292290, + "y": 50225, + "z": -39030 + }, + "rot": { + "x": 0, + "y": 15973, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 72, + "instId": 200005, + "eventId": 20413017, + "pos": { + "x": 293778, + "y": 50239, + "z": 40392 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 72, + "instId": 200006, + "eventId": 20413018, + "pos": { + "x": 248350, + "y": 44318, + "z": 69920 + }, + "rot": { + "x": 0, + "y": 263746, + "z": 0 + }, + "monsterId": 4012020 + }, + { + "groupId": 72, + "instId": 200007, + "eventId": 20413019, + "pos": { + "x": 257290, + "y": 44318, + "z": 69630 + }, + "rot": { + "x": 0, + "y": 92359, + "z": 0 + }, + "monsterId": 4012020 + }, + { + "groupId": 73, + "instId": 200002, + "eventId": 20413029, + "pos": { + "x": 197285, + "y": 2171, + "z": 165461 + }, + "rot": { + "x": 0, + "y": 291326, + "z": 0 + }, + "monsterId": 4012040 + }, + { + "groupId": 73, + "instId": 200004, + "eventId": 20413031, + "pos": { + "x": 218249, + "y": -2638, + "z": 225304 + }, + "rot": { + "x": 0, + "y": 244041, + "z": 0 + }, + "monsterId": 4012020 + }, + { + "groupId": 73, + "instId": 200005, + "eventId": 20413032, + "pos": { + "x": 203935, + "y": -2650, + "z": 314507 + }, + "rot": { + "x": 0, + "y": 201546, + "z": 0 + }, + "monsterId": 4012020 + }, + { + "groupId": 73, + "instId": 200006, + "eventId": 20413033, + "pos": { + "x": 207020, + "y": 3321, + "z": 281191 + }, + "rot": { + "x": 0, + "y": 229457, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 73, + "instId": 200007, + "eventId": 20413034, + "pos": { + "x": 218570, + "y": 8540, + "z": 316439 + }, + "rot": { + "x": 0, + "y": 215704, + "z": 0 + }, + "monsterId": 4012040 + }, + { + "groupId": 73, + "instId": 200008, + "eventId": 20413035, + "pos": { + "x": 170038, + "y": 2045, + "z": 239906 + }, + "rot": { + "x": 0, + "y": 345221, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 73, + "instId": 200009, + "eventId": 20413036, + "pos": { + "x": 162176, + "y": 2045, + "z": 240183 + }, + "rot": { + "x": 0, + "y": 73804, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 73, + "instId": 200010, + "eventId": 20413037, + "pos": { + "x": 177185, + "y": 2045, + "z": 233214 + }, + "rot": { + "x": 0, + "y": 136417, + "z": 0 + }, + "monsterId": 4012020 + }, + { + "groupId": 74, + "instId": 200001, + "eventId": 20413040, + "pos": { + "x": 22555, + "y": -23506, + "z": 173351 + }, + "rot": { + "x": 0, + "y": 21400, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 74, + "instId": 200002, + "eventId": 20413041, + "pos": { + "x": 2324, + "y": -19011, + "z": 233847 + }, + "rot": { + "x": 0, + "y": 114254, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 74, + "instId": 200003, + "eventId": 20413042, + "pos": { + "x": 1817, + "y": -18997, + "z": 158923 + }, + "rot": { + "x": 0, + "y": 83037, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 74, + "instId": 200007, + "eventId": 20413043, + "pos": { + "x": 23, + "y": -18939, + "z": 121309 + }, + "rot": { + "x": 0, + "y": 344899, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 74, + "instId": 200008, + "eventId": 20413044, + "pos": { + "x": 2202, + "y": -18939, + "z": 120091 + }, + "rot": { + "x": 0, + "y": 317157, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 74, + "instId": 200009, + "eventId": 20413045, + "pos": { + "x": -2850, + "y": -18939, + "z": 119540 + }, + "rot": { + "x": 0, + "y": 207244, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 85, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 133650, + "y": 70373, + "z": 46695 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 95, + "instId": 200001, + "eventId": 20413021, + "pos": { + "x": 229039, + "y": 44426, + "z": -41561 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 95, + "instId": 200002, + "eventId": 20413022, + "pos": { + "x": 230466, + "y": 50239, + "z": 44060 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 95, + "instId": 200003, + "eventId": 20413023, + "pos": { + "x": 296532, + "y": 50235, + "z": 31727 + }, + "rot": { + "x": 0, + "y": 130187, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 95, + "instId": 200004, + "eventId": 20413024, + "pos": { + "x": 318925, + "y": 44342, + "z": -664 + }, + "rot": { + "x": 0, + "y": 8380, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 95, + "instId": 200005, + "eventId": 20413025, + "pos": { + "x": 320544, + "y": 44341, + "z": -600 + }, + "rot": { + "x": 0, + "y": 355001, + "z": 0 + }, + "monsterId": 4012040 + }, + { + "groupId": 95, + "instId": 200006, + "eventId": 20413026, + "pos": { + "x": 314526, + "y": 44470, + "z": -29845 + }, + "rot": { + "x": 0, + "y": 232070, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 96, + "instId": 200001, + "eventId": 20413046, + "pos": { + "x": 406, + "y": -18816, + "z": 235312 + }, + "rot": { + "x": 0, + "y": 19218, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 96, + "instId": 200002, + "eventId": 20413047, + "pos": { + "x": 30, + "y": -18997, + "z": 159730 + }, + "rot": { + "x": 0, + "y": 151160, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 96, + "instId": 200003, + "eventId": 20413048, + "pos": { + "x": 32560, + "y": -23828, + "z": 194180 + }, + "rot": { + "x": 0, + "y": 86206, + "z": 0 + }, + "monsterId": 4012020 + }, + { + "groupId": 97, + "instId": 200001, + "eventId": 20413001, + "pos": { + "x": -3146, + "y": -21012, + "z": -302685 + }, + "rot": { + "x": 0, + "y": 101942, + "z": 0 + }, + "monsterId": 4012040 + }, + { + "groupId": 97, + "instId": 200002, + "eventId": 20413002, + "pos": { + "x": 28922, + "y": -21012, + "z": -303768 + }, + "rot": { + "x": 0, + "y": 299723, + "z": 0 + }, + "monsterId": 4012040 + }, + { + "groupId": 97, + "instId": 200003, + "eventId": 20413003, + "pos": { + "x": 6178, + "y": -19124, + "z": -270867 + }, + "rot": { + "x": 0, + "y": 261721, + "z": 0 + }, + "monsterId": 4012020 + }, + { + "groupId": 232, + "instId": 200001, + "eventId": 20413101, + "pos": { + "x": -3146, + "y": -21012, + "z": -302685 + }, + "rot": { + "x": 0, + "y": 101942, + "z": 0 + }, + "monsterId": 4012040 + }, + { + "groupId": 232, + "instId": 200002, + "eventId": 20413102, + "pos": { + "x": 28922, + "y": -21012, + "z": -303768 + }, + "rot": { + "x": 0, + "y": 299723, + "z": 0 + }, + "monsterId": 4012040 + }, + { + "groupId": 232, + "instId": 200003, + "eventId": 20413103, + "pos": { + "x": 6178, + "y": -19124, + "z": -270867 + }, + "rot": { + "x": 0, + "y": 261721, + "z": 0 + }, + "monsterId": 4012020 + }, + { + "groupId": 233, + "instId": 200001, + "eventId": 20413105, + "pos": { + "x": 103819, + "y": 45566, + "z": -26722 + }, + "rot": { + "x": 0, + "y": 6363, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 233, + "instId": 200002, + "eventId": 20413106, + "pos": { + "x": 122540, + "y": 45566, + "z": -25540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 233, + "instId": 200003, + "eventId": 20413107, + "pos": { + "x": 151770, + "y": 41556, + "z": -16205 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 4012020 + }, + { + "groupId": 234, + "instId": 200001, + "eventId": 20413113, + "pos": { + "x": 271432, + "y": 39485, + "z": -31522 + }, + "rot": { + "x": 0, + "y": 8867, + "z": 0 + }, + "monsterId": 4012040 + }, + { + "groupId": 234, + "instId": 200002, + "eventId": 20413114, + "pos": { + "x": 212373, + "y": 50239, + "z": 36877 + }, + "rot": { + "x": 0, + "y": 26087, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 234, + "instId": 200003, + "eventId": 20413115, + "pos": { + "x": 295350, + "y": 50225, + "z": -38710 + }, + "rot": { + "x": 0, + "y": 308657, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 234, + "instId": 200004, + "eventId": 20413116, + "pos": { + "x": 292290, + "y": 50225, + "z": -39030 + }, + "rot": { + "x": 0, + "y": 15973, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 234, + "instId": 200005, + "eventId": 20413117, + "pos": { + "x": 293778, + "y": 50239, + "z": 40392 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 234, + "instId": 200006, + "eventId": 20413118, + "pos": { + "x": 248350, + "y": 44318, + "z": 69920 + }, + "rot": { + "x": 0, + "y": 263746, + "z": 0 + }, + "monsterId": 4012020 + }, + { + "groupId": 234, + "instId": 200007, + "eventId": 20413119, + "pos": { + "x": 257290, + "y": 44318, + "z": 69630 + }, + "rot": { + "x": 0, + "y": 92359, + "z": 0 + }, + "monsterId": 4012020 + }, + { + "groupId": 235, + "instId": 200001, + "eventId": 20413121, + "pos": { + "x": 229039, + "y": 44426, + "z": -41561 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 235, + "instId": 200002, + "eventId": 20413122, + "pos": { + "x": 230466, + "y": 50239, + "z": 44060 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 235, + "instId": 200003, + "eventId": 20413123, + "pos": { + "x": 296510, + "y": 50235, + "z": 31733 + }, + "rot": { + "x": 0, + "y": 142794, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 235, + "instId": 200004, + "eventId": 20413124, + "pos": { + "x": 318925, + "y": 44342, + "z": -664 + }, + "rot": { + "x": 0, + "y": 8380, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 235, + "instId": 200005, + "eventId": 20413125, + "pos": { + "x": 320544, + "y": 44341, + "z": -600 + }, + "rot": { + "x": 0, + "y": 355001, + "z": 0 + }, + "monsterId": 4012040 + }, + { + "groupId": 235, + "instId": 200006, + "eventId": 20413126, + "pos": { + "x": 314526, + "y": 44470, + "z": -29845 + }, + "rot": { + "x": 0, + "y": 232070, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 236, + "instId": 200001, + "eventId": 20413128, + "pos": { + "x": 237241, + "y": 2214, + "z": 149932 + }, + "rot": { + "x": 0, + "y": 165924, + "z": 0 + }, + "monsterId": 4012020 + }, + { + "groupId": 236, + "instId": 200002, + "eventId": 20413129, + "pos": { + "x": 197285, + "y": 2171, + "z": 165461 + }, + "rot": { + "x": 0, + "y": 291326, + "z": 0 + }, + "monsterId": 4012040 + }, + { + "groupId": 236, + "instId": 200003, + "eventId": 20413130, + "pos": { + "x": 207769, + "y": -2638, + "z": 216470 + }, + "rot": { + "x": 0, + "y": 236763, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 236, + "instId": 200004, + "eventId": 20413131, + "pos": { + "x": 218249, + "y": -2638, + "z": 225304 + }, + "rot": { + "x": 0, + "y": 244041, + "z": 0 + }, + "monsterId": 4012020 + }, + { + "groupId": 236, + "instId": 200005, + "eventId": 20413132, + "pos": { + "x": 203935, + "y": -2650, + "z": 314507 + }, + "rot": { + "x": 0, + "y": 201546, + "z": 0 + }, + "monsterId": 4012020 + }, + { + "groupId": 236, + "instId": 200006, + "eventId": 20413133, + "pos": { + "x": 207020, + "y": 3321, + "z": 281191 + }, + "rot": { + "x": 0, + "y": 229457, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 236, + "instId": 200007, + "eventId": 20413134, + "pos": { + "x": 218570, + "y": 8540, + "z": 316439 + }, + "rot": { + "x": 0, + "y": 215704, + "z": 0 + }, + "monsterId": 4012040 + }, + { + "groupId": 236, + "instId": 200008, + "eventId": 20413135, + "pos": { + "x": 170038, + "y": 2045, + "z": 239906 + }, + "rot": { + "x": 0, + "y": 345221, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 236, + "instId": 200009, + "eventId": 20413136, + "pos": { + "x": 162176, + "y": 2045, + "z": 240183 + }, + "rot": { + "x": 0, + "y": 73804, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 236, + "instId": 200010, + "eventId": 20413137, + "pos": { + "x": 177185, + "y": 2045, + "z": 233214 + }, + "rot": { + "x": 0, + "y": 136417, + "z": 0 + }, + "monsterId": 4012020 + }, + { + "groupId": 237, + "instId": 200001, + "eventId": 20413140, + "pos": { + "x": 22555, + "y": -23506, + "z": 173351 + }, + "rot": { + "x": 0, + "y": 21400, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 237, + "instId": 200002, + "eventId": 20413141, + "pos": { + "x": 2324, + "y": -19011, + "z": 233847 + }, + "rot": { + "x": 0, + "y": 114254, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 237, + "instId": 200003, + "eventId": 20413142, + "pos": { + "x": 2318, + "y": -18997, + "z": 143682 + }, + "rot": { + "x": 0, + "y": 83037, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 237, + "instId": 200007, + "eventId": 20413143, + "pos": { + "x": 23, + "y": -18939, + "z": 121309 + }, + "rot": { + "x": 0, + "y": 344899, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 237, + "instId": 200008, + "eventId": 20413144, + "pos": { + "x": 2202, + "y": -18939, + "z": 120091 + }, + "rot": { + "x": 0, + "y": 317157, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 237, + "instId": 200009, + "eventId": 20413145, + "pos": { + "x": -2850, + "y": -18939, + "z": 119540 + }, + "rot": { + "x": 0, + "y": 207244, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 238, + "instId": 200001, + "eventId": 20413146, + "pos": { + "x": 20599, + "y": -23558, + "z": 215803 + }, + "rot": { + "x": 0, + "y": 199611, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 238, + "instId": 200002, + "eventId": 20413147, + "pos": { + "x": 20980, + "y": -23545, + "z": 176830 + }, + "rot": { + "x": 0, + "y": 309160, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 238, + "instId": 200003, + "eventId": 20413148, + "pos": { + "x": -20049, + "y": -22344, + "z": 178190 + }, + "rot": { + "x": 0, + "y": 41206, + "z": 0 + }, + "monsterId": 4012020 + } + ], + "teleports": [ + { + "anchorId": 1, + "groupId": 6, + "instId": 300001, + "pos": { + "x": -281, + "y": 26806, + "z": -467500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2041301 + }, + { + "anchorId": 2, + "groupId": 6, + "instId": 300002, + "pos": { + "x": -827, + "y": 44446, + "z": -66592 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2041302 + }, + { + "anchorId": 3, + "groupId": 6, + "instId": 300003, + "pos": { + "x": 206210, + "y": 44341, + "z": -41557 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "teleportId": 2041303 + }, + { + "anchorId": 4, + "groupId": 6, + "instId": 300004, + "pos": { + "x": 206278, + "y": 2223, + "z": 168415 + }, + "rot": { + "x": 0, + "y": 298156, + "z": 0 + }, + "teleportId": 2041304 + }, + { + "anchorId": 5, + "groupId": 6, + "instId": 300005, + "pos": { + "x": 115419, + "y": 2106, + "z": 196264 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "teleportId": 2041305 + }, + { + "anchorId": 1, + "groupId": 231, + "instId": 300001, + "pos": { + "x": 193720, + "y": 2171, + "z": 156800 + }, + "rot": { + "x": 0, + "y": 259188, + "z": 0 + }, + "teleportId": 1212 + } + ] + }, + { + "planeID": 20411, + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": -377030, + "y": -112340, + "z": -519120 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 104042 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 8, + "pos": { + "x": -401090, + "y": -117680, + "z": -561610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104042 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 1, + "pos": { + "x": -376194, + "y": -113516, + "z": -519602 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 104088 + }, + { + "groupId": 6, + "instId": 300005, + "propState": 1, + "pos": { + "x": -363873, + "y": -113516, + "z": -526716 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 104088 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 1, + "pos": { + "x": -376194, + "y": -113516, + "z": -519602 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 104088 + }, + { + "groupId": 6, + "instId": 300006, + "propState": 1, + "pos": { + "x": -363873, + "y": -113516, + "z": -526716 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 104088 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 0, + "pos": { + "x": -86390, + "y": 80670, + "z": -84900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104034 + }, + { + "groupId": 18, + "instId": 300004, + "propState": 0, + "pos": { + "x": -95175, + "y": 78137, + "z": -56354 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 18, + "instId": 300003, + "propState": 0, + "pos": { + "x": -73140, + "y": 80610, + "z": -81366 + }, + "rot": { + "x": 0, + "y": 181380, + "z": 0 + }, + "propId": 104016 + }, + { + "groupId": 18, + "instId": 300001, + "propState": 0, + "pos": { + "x": -90685, + "y": 83670, + "z": -85830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104033 + }, + { + "groupId": 18, + "instId": 300005, + "propState": 1, + "pos": { + "x": -85970, + "y": 76626, + "z": -51150 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104051 + }, + { + "groupId": 18, + "instId": 300006, + "propState": 0, + "pos": { + "x": -67817, + "y": 78497, + "z": -61095 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104071 + }, + { + "groupId": 18, + "instId": 300007, + "propState": 0, + "pos": { + "x": -94920, + "y": 82388, + "z": -90763 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104071 + }, + { + "groupId": 18, + "instId": 300009, + "propState": 0, + "pos": { + "x": -82800, + "y": 76626, + "z": -53160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 19, + "instId": 300002, + "propState": 8, + "pos": { + "x": -7257, + "y": 78915, + "z": -51248 + }, + "rot": { + "x": 0, + "y": 81980, + "z": 0 + }, + "propId": 104045 + }, + { + "groupId": 19, + "instId": 300003, + "propState": 8, + "pos": { + "x": 46650, + "y": 78903, + "z": -36520 + }, + "rot": { + "x": 0, + "y": 265786, + "z": 0 + }, + "propId": 104045 + }, + { + "groupId": 19, + "instId": 300004, + "propState": 8, + "pos": { + "x": 2550, + "y": 93815, + "z": -25190 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104034 + }, + { + "groupId": 19, + "instId": 300006, + "propState": 8, + "pos": { + "x": 43690, + "y": 93815, + "z": -49340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104034 + }, + { + "groupId": 19, + "instId": 300007, + "propState": 8, + "pos": { + "x": 190, + "y": 78903, + "z": -19160 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104038 + }, + { + "groupId": 19, + "instId": 300009, + "propState": 8, + "pos": { + "x": -233, + "y": 78938, + "z": -33260 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104039 + }, + { + "groupId": 19, + "instId": 300010, + "propState": 8, + "pos": { + "x": 44756, + "y": 78903, + "z": -43291 + }, + "rot": { + "x": 0, + "y": 338595, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 19, + "instId": 300011, + "propState": 8, + "pos": { + "x": 45946, + "y": 78903, + "z": -39370 + }, + "rot": { + "x": 0, + "y": 355961, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 19, + "instId": 300013, + "propState": 8, + "pos": { + "x": 43920, + "y": 78903, + "z": -41050 + }, + "rot": { + "x": 0, + "y": 3292, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 19, + "instId": 300019, + "propState": 8, + "pos": { + "x": -302, + "y": 78904, + "z": -74632 + }, + "rot": { + "x": 0, + "y": 89297, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 19, + "instId": 300020, + "propState": 8, + "pos": { + "x": 2278, + "y": 78923, + "z": -74777 + }, + "rot": { + "x": 0, + "y": 83961, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 19, + "instId": 300015, + "propState": 8, + "pos": { + "x": -2841, + "y": 78904, + "z": -75499 + }, + "rot": { + "x": 0, + "y": 82614, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 19, + "instId": 300005, + "propState": 8, + "pos": { + "x": -9777, + "y": 84964, + "z": -71274 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104016 + }, + { + "groupId": 19, + "instId": 300001, + "propState": 8, + "pos": { + "x": 6767, + "y": 78915, + "z": -51248 + }, + "rot": { + "x": 0, + "y": 95380, + "z": 0 + }, + "propId": 104045 + }, + { + "groupId": 19, + "instId": 300008, + "propState": 8, + "pos": { + "x": 46650, + "y": 78903, + "z": -45180 + }, + "rot": { + "x": 0, + "y": 267627, + "z": 0 + }, + "propId": 104045 + }, + { + "groupId": 19, + "instId": 300014, + "propState": 8, + "pos": { + "x": 44636, + "y": 81450, + "z": -41347 + }, + "rot": { + "x": 0, + "y": 37745, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 19, + "instId": 300016, + "propState": 8, + "pos": { + "x": 33370, + "y": 98666, + "z": -48840 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104033 + }, + { + "groupId": 19, + "instId": 300017, + "propState": 8, + "pos": { + "x": 4750, + "y": 95562, + "z": -25647 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104033 + }, + { + "groupId": 33, + "instId": 300001, + "propState": 8, + "pos": { + "x": -497422, + "y": -96003, + "z": -595220 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 33, + "instId": 300002, + "propState": 8, + "pos": { + "x": -164408, + "y": 71462, + "z": -52903 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 33, + "instId": 300003, + "propState": 8, + "pos": { + "x": 223815, + "y": 56318, + "z": -31587 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 33, + "instId": 300004, + "propState": 8, + "pos": { + "x": 217412, + "y": 2166, + "z": 190233 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 33, + "instId": 300005, + "propState": 8, + "pos": { + "x": -2591, + "y": 81934, + "z": 149568 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 33, + "instId": 300006, + "propState": 8, + "pos": { + "x": 114365, + "y": 2105, + "z": 201210 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 33, + "instId": 300007, + "propState": 8, + "pos": { + "x": 33410, + "y": 78904, + "z": -7925 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 34, + "instId": 300001, + "propState": 12, + "pos": { + "x": -401310, + "y": -121640, + "z": -546572 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 34, + "instId": 300002, + "propState": 12, + "pos": { + "x": -396661, + "y": -116281, + "z": -513795 + }, + "rot": { + "x": 0, + "y": 29896, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 34, + "instId": 300003, + "propState": 12, + "pos": { + "x": -346020, + "y": -112325, + "z": -532130 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 34, + "instId": 300004, + "propState": 12, + "pos": { + "x": -266411, + "y": -3875, + "z": -312938 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 34, + "instId": 300005, + "propState": 12, + "pos": { + "x": -237190, + "y": 20921, + "z": -226930 + }, + "rot": { + "x": 0, + "y": 32871, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 34, + "instId": 300006, + "propState": 12, + "pos": { + "x": -149016, + "y": 72663, + "z": -64027 + }, + "rot": { + "x": 0, + "y": 321933, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 40, + "instId": 300001, + "propState": 12, + "pos": { + "x": -85900, + "y": 76627, + "z": -37190 + }, + "rot": { + "x": 0, + "y": 180536, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 40, + "instId": 300002, + "propState": 12, + "pos": { + "x": 45734, + "y": 81160, + "z": 10016 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 40, + "instId": 300003, + "propState": 12, + "pos": { + "x": -243, + "y": 88859, + "z": 93685 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 40, + "instId": 300005, + "propState": 12, + "pos": { + "x": 41150, + "y": 93815, + "z": -72192 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 40, + "instId": 300006, + "propState": 12, + "pos": { + "x": 43, + "y": 82624, + "z": -124527 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60402 + }, + { + "groupId": 40, + "instId": 300007, + "propState": 12, + "pos": { + "x": -40402, + "y": 78924, + "z": -49702 + }, + "rot": { + "x": 0, + "y": 132319, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 40, + "instId": 300004, + "propState": 12, + "pos": { + "x": -2821, + "y": 78915, + "z": -32206 + }, + "rot": { + "x": 0, + "y": 150128, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 41, + "instId": 300002, + "propState": 12, + "pos": { + "x": 228150, + "y": 44341, + "z": -40782 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 41, + "instId": 300003, + "propState": 12, + "pos": { + "x": 291330, + "y": 50230, + "z": -45144 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 41, + "instId": 300004, + "propState": 12, + "pos": { + "x": 319229, + "y": 44470, + "z": -35327 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 41, + "instId": 300005, + "propState": 12, + "pos": { + "x": 361110, + "y": 44341, + "z": 8880 + }, + "rot": { + "x": 0, + "y": 358441, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 41, + "instId": 300006, + "propState": 12, + "pos": { + "x": 351105, + "y": 26096, + "z": 102036 + }, + "rot": { + "x": 0, + "y": 291789, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 41, + "instId": 300007, + "propState": 12, + "pos": { + "x": 271491, + "y": 39485, + "z": -31279 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 41, + "instId": 300008, + "propState": 12, + "pos": { + "x": 352289, + "y": 34943, + "z": 117715 + }, + "rot": { + "x": 0, + "y": 291789, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 42, + "instId": 300001, + "propState": 12, + "pos": { + "x": 193944, + "y": -2638, + "z": 246468 + }, + "rot": { + "x": 0, + "y": 122148, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 42, + "instId": 300003, + "propState": 12, + "pos": { + "x": 197556, + "y": -8646, + "z": 178939 + }, + "rot": { + "x": 0, + "y": 8349, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 42, + "instId": 300004, + "propState": 12, + "pos": { + "x": 168854, + "y": -2849, + "z": 129870 + }, + "rot": { + "x": 0, + "y": 356471, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 42, + "instId": 300005, + "propState": 12, + "pos": { + "x": 156450, + "y": 185, + "z": 197660 + }, + "rot": { + "x": 0, + "y": 306373, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 44, + "instId": 300001, + "propState": 8, + "pos": { + "x": -498395, + "y": -96003, + "z": -577053 + }, + "rot": { + "x": 0, + "y": 150828, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 44, + "instId": 300012, + "propState": 8, + "pos": { + "x": -481630, + "y": -96003, + "z": -598985 + }, + "rot": { + "x": 0, + "y": 293353, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 44, + "instId": 300017, + "propState": 8, + "pos": { + "x": -444360, + "y": -109949, + "z": -545772 + }, + "rot": { + "x": 0, + "y": 320532, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 44, + "instId": 300003, + "propState": 8, + "pos": { + "x": -395922, + "y": -117739, + "z": -543856 + }, + "rot": { + "x": 0, + "y": 313669, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 44, + "instId": 300018, + "propState": 8, + "pos": { + "x": -401640, + "y": -117671, + "z": -527190 + }, + "rot": { + "x": 0, + "y": 358253, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 44, + "instId": 300014, + "propState": 8, + "pos": { + "x": -392204, + "y": -117738, + "z": -571121 + }, + "rot": { + "x": 0, + "y": 331915, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 44, + "instId": 300005, + "propState": 8, + "pos": { + "x": -336600, + "y": -112323, + "z": -531180 + }, + "rot": { + "x": 0, + "y": 228051, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 44, + "instId": 300020, + "propState": 8, + "pos": { + "x": -346454, + "y": -112719, + "z": -533608 + }, + "rot": { + "x": 0, + "y": 187363, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 44, + "instId": 300021, + "propState": 8, + "pos": { + "x": -344814, + "y": -112633, + "z": -533611 + }, + "rot": { + "x": 0, + "y": 157403, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 44, + "instId": 300015, + "propState": 8, + "pos": { + "x": -389520, + "y": -112338, + "z": -512290 + }, + "rot": { + "x": 0, + "y": 118964, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 44, + "instId": 300010, + "propState": 8, + "pos": { + "x": -396563, + "y": -116344, + "z": -500510 + }, + "rot": { + "x": 0, + "y": 125243, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 44, + "instId": 300022, + "propState": 8, + "pos": { + "x": -370590, + "y": -116476, + "z": -504140 + }, + "rot": { + "x": 0, + "y": 211526, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 44, + "instId": 300023, + "propState": 8, + "pos": { + "x": -380780, + "y": -116476, + "z": -498180 + }, + "rot": { + "x": 0, + "y": 211526, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 44, + "instId": 300007, + "propState": 8, + "pos": { + "x": -342812, + "y": -105562, + "z": -437230 + }, + "rot": { + "x": 0, + "y": 156085, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 44, + "instId": 300026, + "propState": 8, + "pos": { + "x": -269810, + "y": -3317, + "z": -303780 + }, + "rot": { + "x": 0, + "y": 302529, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 44, + "instId": 300013, + "propState": 8, + "pos": { + "x": -393936, + "y": -116311, + "z": -513239 + }, + "rot": { + "x": 0, + "y": 295477, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 44, + "instId": 300008, + "propState": 8, + "pos": { + "x": -283150, + "y": 6520, + "z": -261980 + }, + "rot": { + "x": 0, + "y": 278612, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 44, + "instId": 300009, + "propState": 8, + "pos": { + "x": -267198, + "y": 15128, + "z": -217174 + }, + "rot": { + "x": 0, + "y": 171416, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 44, + "instId": 300011, + "propState": 8, + "pos": { + "x": -247100, + "y": 17381, + "z": -205220 + }, + "rot": { + "x": 0, + "y": 208977, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 44, + "instId": 300024, + "propState": 8, + "pos": { + "x": -360840, + "y": -112354, + "z": -468694 + }, + "rot": { + "x": 0, + "y": 253235, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 44, + "instId": 300025, + "propState": 8, + "pos": { + "x": -348575, + "y": -114336, + "z": -559546 + }, + "rot": { + "x": 0, + "y": 53077, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 44, + "instId": 300027, + "propState": 8, + "pos": { + "x": -145998, + "y": 71505, + "z": -50107 + }, + "rot": { + "x": 0, + "y": 44047, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 45, + "instId": 300002, + "propState": 8, + "pos": { + "x": -81370, + "y": 76626, + "z": -53251 + }, + "rot": { + "x": 0, + "y": 199069, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 45, + "instId": 300012, + "propState": 8, + "pos": { + "x": -90390, + "y": 76626, + "z": -53310 + }, + "rot": { + "x": 0, + "y": 179855, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 45, + "instId": 300013, + "propState": 8, + "pos": { + "x": -98935, + "y": 80610, + "z": -86780 + }, + "rot": { + "x": 0, + "y": 50088, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 45, + "instId": 300023, + "propState": 8, + "pos": { + "x": -74077, + "y": 80610, + "z": -86531 + }, + "rot": { + "x": 0, + "y": 316500, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 45, + "instId": 300014, + "propState": 8, + "pos": { + "x": -30440, + "y": 78903, + "z": -32270 + }, + "rot": { + "x": 0, + "y": 267183, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 45, + "instId": 300003, + "propState": 8, + "pos": { + "x": -26490, + "y": 78903, + "z": -7670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 45, + "instId": 300004, + "propState": 8, + "pos": { + "x": -3584, + "y": 83447, + "z": 38536 + }, + "rot": { + "x": 0, + "y": 103215, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 45, + "instId": 300015, + "propState": 8, + "pos": { + "x": -10370, + "y": 88859, + "z": 76910 + }, + "rot": { + "x": 0, + "y": 96770, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 45, + "instId": 300016, + "propState": 8, + "pos": { + "x": -10680, + "y": 88859, + "z": 74300 + }, + "rot": { + "x": 0, + "y": 96770, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 45, + "instId": 300017, + "propState": 8, + "pos": { + "x": 13440, + "y": 88859, + "z": 74980 + }, + "rot": { + "x": 0, + "y": 247995, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 45, + "instId": 300018, + "propState": 8, + "pos": { + "x": 12582, + "y": 88859, + "z": 77088 + }, + "rot": { + "x": 0, + "y": 247995, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 45, + "instId": 300005, + "propState": 8, + "pos": { + "x": -10620, + "y": 81966, + "z": 121690 + }, + "rot": { + "x": 0, + "y": 84657, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 45, + "instId": 300019, + "propState": 8, + "pos": { + "x": 46160, + "y": 78903, + "z": -29780 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 45, + "instId": 300007, + "propState": 8, + "pos": { + "x": 39919, + "y": 78904, + "z": -59434 + }, + "rot": { + "x": 0, + "y": 316228, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 45, + "instId": 300009, + "propState": 8, + "pos": { + "x": 36710, + "y": 93814, + "z": -70700 + }, + "rot": { + "x": 0, + "y": 287704, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 45, + "instId": 300001, + "propState": 8, + "pos": { + "x": 10812, + "y": 93815, + "z": -54999 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 45, + "instId": 300011, + "propState": 8, + "pos": { + "x": 12251, + "y": 93815, + "z": -6753 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 45, + "instId": 300025, + "propState": 8, + "pos": { + "x": -8425, + "y": 93814, + "z": -20959 + }, + "rot": { + "x": 0, + "y": 63235, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 45, + "instId": 300020, + "propState": 8, + "pos": { + "x": -81538, + "y": 76617, + "z": -36922 + }, + "rot": { + "x": 0, + "y": 315734, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 45, + "instId": 300006, + "propState": 8, + "pos": { + "x": 36186, + "y": 84965, + "z": -72905 + }, + "rot": { + "x": 0, + "y": 65473, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 45, + "instId": 300021, + "propState": 8, + "pos": { + "x": -5047, + "y": 78904, + "z": -61272 + }, + "rot": { + "x": 0, + "y": 144857, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 45, + "instId": 300022, + "propState": 8, + "pos": { + "x": 63253, + "y": 90110, + "z": -10308 + }, + "rot": { + "x": 0, + "y": 311639, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 45, + "instId": 300026, + "propState": 8, + "pos": { + "x": -13776, + "y": 78923, + "z": -109833 + }, + "rot": { + "x": 0, + "y": 323371, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 45, + "instId": 300027, + "propState": 8, + "pos": { + "x": -8974, + "y": 78923, + "z": -105365 + }, + "rot": { + "x": 0, + "y": 340609, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 45, + "instId": 300028, + "propState": 8, + "pos": { + "x": 10459, + "y": 78923, + "z": -107033 + }, + "rot": { + "x": 0, + "y": 20641, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 45, + "instId": 300029, + "propState": 8, + "pos": { + "x": 15432, + "y": 78923, + "z": -112835 + }, + "rot": { + "x": 0, + "y": 57849, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 46, + "instId": 300001, + "propState": 8, + "pos": { + "x": 123104, + "y": 70340, + "z": -35873 + }, + "rot": { + "x": 0, + "y": 184402, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 46, + "instId": 300015, + "propState": 8, + "pos": { + "x": 123277, + "y": 70340, + "z": -46313 + }, + "rot": { + "x": 0, + "y": 356434, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 46, + "instId": 300016, + "propState": 8, + "pos": { + "x": 141278, + "y": 69830, + "z": -36063 + }, + "rot": { + "x": 0, + "y": 212575, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 46, + "instId": 300017, + "propState": 8, + "pos": { + "x": 142790, + "y": 69750, + "z": -36161 + }, + "rot": { + "x": 0, + "y": 147463, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 46, + "instId": 300018, + "propState": 8, + "pos": { + "x": 142040, + "y": 69850, + "z": -46500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 46, + "instId": 300027, + "propState": 8, + "pos": { + "x": 157690, + "y": 69850, + "z": -46160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 46, + "instId": 300002, + "propState": 8, + "pos": { + "x": 196668, + "y": 70318, + "z": -47433 + }, + "rot": { + "x": 0, + "y": 324730, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 46, + "instId": 300003, + "propState": 8, + "pos": { + "x": 203410, + "y": 70770, + "z": -24750 + }, + "rot": { + "x": 0, + "y": 233729, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 46, + "instId": 300019, + "propState": 8, + "pos": { + "x": 203580, + "y": 63318, + "z": 2869 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 46, + "instId": 300005, + "propState": 8, + "pos": { + "x": 217590, + "y": 44613, + "z": 20740 + }, + "rot": { + "x": 0, + "y": 176772, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 46, + "instId": 300006, + "propState": 8, + "pos": { + "x": 238544, + "y": 44612, + "z": -15616 + }, + "rot": { + "x": 0, + "y": 88335, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 46, + "instId": 300007, + "propState": 8, + "pos": { + "x": 262421, + "y": 39485, + "z": -32229 + }, + "rot": { + "x": 0, + "y": 317913, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 46, + "instId": 300020, + "propState": 8, + "pos": { + "x": 259717, + "y": 44613, + "z": 46367 + }, + "rot": { + "x": 0, + "y": 182436, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 46, + "instId": 300021, + "propState": 8, + "pos": { + "x": 246530, + "y": 44613, + "z": 46390 + }, + "rot": { + "x": 0, + "y": 183742, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 46, + "instId": 300022, + "propState": 8, + "pos": { + "x": 297260, + "y": 50225, + "z": -8443 + }, + "rot": { + "x": 0, + "y": 269648, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 46, + "instId": 300008, + "propState": 8, + "pos": { + "x": 322540, + "y": 44612, + "z": -10640 + }, + "rot": { + "x": 0, + "y": 317768, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 46, + "instId": 300009, + "propState": 8, + "pos": { + "x": 361396, + "y": 44447, + "z": 29384 + }, + "rot": { + "x": 0, + "y": 268732, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 46, + "instId": 300010, + "propState": 8, + "pos": { + "x": 352800, + "y": 41540, + "z": 62430 + }, + "rot": { + "x": 0, + "y": 156496, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 46, + "instId": 300011, + "propState": 8, + "pos": { + "x": 377270, + "y": 33560, + "z": 115730 + }, + "rot": { + "x": 0, + "y": 257437, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 46, + "instId": 300012, + "propState": 8, + "pos": { + "x": 343304, + "y": 26096, + "z": 119268 + }, + "rot": { + "x": 0, + "y": 22407, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 46, + "instId": 300013, + "propState": 8, + "pos": { + "x": 342389, + "y": 26160, + "z": 134782 + }, + "rot": { + "x": 0, + "y": 57296, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 46, + "instId": 300014, + "propState": 8, + "pos": { + "x": 288760, + "y": 2173, + "z": 199540 + }, + "rot": { + "x": 0, + "y": 117010, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 46, + "instId": 300023, + "propState": 8, + "pos": { + "x": 322430, + "y": 44612, + "z": 21284 + }, + "rot": { + "x": 0, + "y": 334423, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 46, + "instId": 300024, + "propState": 8, + "pos": { + "x": 256368, + "y": 44341, + "z": 19432 + }, + "rot": { + "x": 0, + "y": 319939, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 46, + "instId": 300025, + "propState": 8, + "pos": { + "x": 350421, + "y": 41540, + "z": 83321 + }, + "rot": { + "x": 0, + "y": 327864, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 47, + "instId": 300015, + "propState": 8, + "pos": { + "x": 241788, + "y": 2166, + "z": 198500 + }, + "rot": { + "x": 0, + "y": 109246, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 47, + "instId": 300016, + "propState": 8, + "pos": { + "x": 241550, + "y": 2163, + "z": 192084 + }, + "rot": { + "x": 0, + "y": 74446, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 47, + "instId": 300001, + "propState": 8, + "pos": { + "x": 212320, + "y": 2161, + "z": 198430 + }, + "rot": { + "x": 0, + "y": 178795, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 47, + "instId": 300002, + "propState": 8, + "pos": { + "x": 218570, + "y": -2638, + "z": 232280 + }, + "rot": { + "x": 0, + "y": 218867, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 47, + "instId": 300005, + "propState": 8, + "pos": { + "x": 203075, + "y": -8680, + "z": 198883 + }, + "rot": { + "x": 0, + "y": 267167, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 47, + "instId": 300008, + "propState": 8, + "pos": { + "x": 166489, + "y": -2823, + "z": 149841 + }, + "rot": { + "x": 0, + "y": 88900, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 47, + "instId": 300010, + "propState": 8, + "pos": { + "x": 160580, + "y": -2852, + "z": 122646 + }, + "rot": { + "x": 0, + "y": 3777, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 47, + "instId": 300009, + "propState": 8, + "pos": { + "x": 118119, + "y": -7363, + "z": 135283 + }, + "rot": { + "x": 0, + "y": 33454, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 47, + "instId": 300011, + "propState": 8, + "pos": { + "x": 203960, + "y": 2161, + "z": 153327 + }, + "rot": { + "x": 0, + "y": 304783, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 47, + "instId": 300012, + "propState": 8, + "pos": { + "x": 198350, + "y": 1094, + "z": 178290 + }, + "rot": { + "x": 0, + "y": 176466, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 47, + "instId": 300019, + "propState": 8, + "pos": { + "x": 163490, + "y": 228, + "z": 195610 + }, + "rot": { + "x": 0, + "y": 139956, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 47, + "instId": 300020, + "propState": 8, + "pos": { + "x": 134025, + "y": 66, + "z": 200393 + }, + "rot": { + "x": 0, + "y": 176010, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 47, + "instId": 300014, + "propState": 8, + "pos": { + "x": 276804, + "y": 2172, + "z": 199274 + }, + "rot": { + "x": 0, + "y": 224404, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 47, + "instId": 300017, + "propState": 8, + "pos": { + "x": 188820, + "y": -6150, + "z": 241340 + }, + "rot": { + "x": 0, + "y": 273479, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 47, + "instId": 300018, + "propState": 8, + "pos": { + "x": 173410, + "y": 124, + "z": 180790 + }, + "rot": { + "x": 0, + "y": 186991, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 47, + "instId": 300003, + "propState": 8, + "pos": { + "x": 138085, + "y": -8499, + "z": 201798 + }, + "rot": { + "x": 0, + "y": 100812, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 89, + "instId": 300001, + "propState": 8, + "pos": { + "x": -333843, + "y": -103594, + "z": -428959 + }, + "rot": { + "x": 0, + "y": 174779, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 89, + "instId": 300002, + "propState": 8, + "pos": { + "x": -356160, + "y": -3845, + "z": -286980 + }, + "rot": { + "x": 0, + "y": 28715, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 89, + "instId": 300003, + "propState": 2, + "pos": { + "x": -278003, + "y": -3878, + "z": -332891 + }, + "rot": { + "x": 0, + "y": 30513, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 89, + "instId": 300004, + "propState": 8, + "pos": { + "x": -333843, + "y": -103594, + "z": -428959 + }, + "rot": { + "x": 0, + "y": 149674, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 89, + "instId": 300005, + "propState": 8, + "pos": { + "x": -356160, + "y": -3845, + "z": -286980 + }, + "rot": { + "x": 0, + "y": 329724, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 89, + "instId": 300006, + "propState": 8, + "pos": { + "x": -278003, + "y": -3878, + "z": -332891 + }, + "rot": { + "x": 0, + "y": 210513, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 92, + "instId": 300001, + "propState": 1, + "pos": { + "x": -367094, + "y": -112326, + "z": -486342 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 104005 + }, + { + "groupId": 92, + "instId": 300002, + "propState": 1, + "pos": { + "x": -380747, + "y": -112338, + "z": -513708 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 104004 + }, + { + "groupId": 92, + "instId": 300003, + "propState": 1, + "pos": { + "x": -423942, + "y": -114152, + "z": -536706 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104005 + }, + { + "groupId": 92, + "instId": 300004, + "propState": 0, + "pos": { + "x": -377483, + "y": -109370, + "z": -493927 + }, + "rot": { + "x": 0, + "y": 210018, + "z": 0 + }, + "propId": 104024 + }, + { + "groupId": 92, + "instId": 300005, + "propState": 0, + "pos": { + "x": -368510, + "y": -109370, + "z": -499116 + }, + "rot": { + "x": 0, + "y": 210018, + "z": 0 + }, + "propId": 104024 + }, + { + "groupId": 92, + "instId": 300006, + "propState": 0, + "pos": { + "x": -385260, + "y": -109271, + "z": -485980 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 104122 + }, + { + "groupId": 92, + "instId": 300007, + "propState": 0, + "pos": { + "x": -358140, + "y": -109271, + "z": -501780 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 104122 + }, + { + "groupId": 95, + "instId": 300001, + "propState": 8, + "pos": { + "x": 330597, + "y": 20676, + "z": 162130 + }, + "rot": { + "x": 0, + "y": 132724, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 95, + "instId": 300002, + "propState": 8, + "pos": { + "x": 305080, + "y": 2424, + "z": 195270 + }, + "rot": { + "x": 0, + "y": 270071, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 95, + "instId": 300003, + "propState": 8, + "pos": { + "x": 330597, + "y": 20676, + "z": 162130 + }, + "rot": { + "x": 0, + "y": 322926, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 95, + "instId": 300004, + "propState": 8, + "pos": { + "x": 305080, + "y": 2424, + "z": 195270 + }, + "rot": { + "x": 0, + "y": 210071, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 99, + "instId": 300001, + "propState": 1, + "pos": { + "x": 106492, + "y": 2119, + "z": 196447 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104005 + }, + { + "groupId": 99, + "instId": 300002, + "propState": 1, + "pos": { + "x": 63809, + "y": -13465, + "z": 196450 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104005 + }, + { + "groupId": 123, + "instId": 300001, + "propState": 1, + "pos": { + "x": -22870, + "y": 78919, + "z": 531 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 123, + "instId": 300002, + "propState": 8, + "pos": { + "x": 23138, + "y": 78919, + "z": 528 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 123, + "instId": 300003, + "propState": 1, + "pos": { + "x": 50280, + "y": 78890, + "z": -41010 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 123, + "instId": 300004, + "propState": 1, + "pos": { + "x": -290, + "y": 78929, + "z": -74890 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104005 + }, + { + "groupId": 134, + "instId": 300002, + "propState": 8, + "pos": { + "x": 163330, + "y": 60, + "z": 208070 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 104089 + }, + { + "groupId": 134, + "instId": 300004, + "propState": 8, + "pos": { + "x": 184900, + "y": -7530, + "z": 232760 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 104101 + }, + { + "groupId": 134, + "instId": 300005, + "propState": 8, + "pos": { + "x": 160780, + "y": -9800, + "z": 208240 + }, + "rot": { + "x": 0, + "y": 288243, + "z": 0 + }, + "propId": 104101 + }, + { + "groupId": 134, + "instId": 300006, + "propState": 20, + "pos": { + "x": 161287, + "y": 12, + "z": 206960 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 60402 + }, + { + "groupId": 135, + "instId": 300003, + "propState": 1, + "pos": { + "x": 201379, + "y": -2600, + "z": 230260 + }, + "rot": { + "x": 0, + "y": 87, + "z": 0 + }, + "propId": 104100 + }, + { + "groupId": 135, + "instId": 300004, + "propState": 8, + "pos": { + "x": 152930, + "y": 5046, + "z": 242560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104100 + }, + { + "groupId": 135, + "instId": 300006, + "propState": 8, + "pos": { + "x": 216680, + "y": -2641, + "z": 227820 + }, + "rot": { + "x": 0, + "y": 330327, + "z": 0 + }, + "propId": 104100 + }, + { + "groupId": 135, + "instId": 300010, + "propState": 8, + "pos": { + "x": 176640, + "y": -5830, + "z": 205880 + }, + "rot": { + "x": 0, + "y": 2218, + "z": 0 + }, + "propId": 104100 + }, + { + "groupId": 135, + "instId": 300001, + "propState": 8, + "pos": { + "x": 171951, + "y": 2046, + "z": 242651 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 104116 + }, + { + "groupId": 135, + "instId": 300002, + "propState": 8, + "pos": { + "x": 174549, + "y": 2046, + "z": 241151 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 104116 + }, + { + "groupId": 135, + "instId": 300011, + "propState": 8, + "pos": { + "x": 170451, + "y": 2046, + "z": 240053 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 104116 + }, + { + "groupId": 135, + "instId": 300012, + "propState": 8, + "pos": { + "x": 175647, + "y": 2046, + "z": 237053 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 104116 + }, + { + "groupId": 135, + "instId": 300013, + "propState": 8, + "pos": { + "x": 177147, + "y": 2046, + "z": 239651 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 104116 + }, + { + "groupId": 135, + "instId": 300014, + "propState": 8, + "pos": { + "x": 175647, + "y": 5046, + "z": 237053 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 104116 + }, + { + "groupId": 135, + "instId": 300015, + "propState": 8, + "pos": { + "x": 152930, + "y": 2046, + "z": 242560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104116 + }, + { + "groupId": 135, + "instId": 300016, + "propState": 8, + "pos": { + "x": 152930, + "y": 2046, + "z": 245560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104116 + }, + { + "groupId": 135, + "instId": 300017, + "propState": 8, + "pos": { + "x": 155930, + "y": 2046, + "z": 245560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104116 + }, + { + "groupId": 135, + "instId": 300018, + "propState": 8, + "pos": { + "x": 158930, + "y": 2046, + "z": 245560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104116 + }, + { + "groupId": 135, + "instId": 300019, + "propState": 8, + "pos": { + "x": 158930, + "y": 2046, + "z": 242560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104116 + }, + { + "groupId": 135, + "instId": 300020, + "propState": 8, + "pos": { + "x": 171951, + "y": 5046, + "z": 242651 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 104116 + }, + { + "groupId": 135, + "instId": 300021, + "propState": 8, + "pos": { + "x": 152930, + "y": 5046, + "z": 245560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104116 + }, + { + "groupId": 135, + "instId": 300022, + "propState": 8, + "pos": { + "x": 206829, + "y": -1503, + "z": 234260 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 135, + "instId": 300023, + "propState": 8, + "pos": { + "x": 205338, + "y": -2566, + "z": 235014 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 135, + "instId": 300024, + "propState": 8, + "pos": { + "x": 203636, + "y": -2566, + "z": 232911 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 135, + "instId": 300025, + "propState": 8, + "pos": { + "x": 203606, + "y": -2566, + "z": 236014 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 135, + "instId": 300026, + "propState": 8, + "pos": { + "x": 203606, + "y": -66, + "z": 236014 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 136, + "instId": 300001, + "propState": 8, + "pos": { + "x": 216090, + "y": 9630, + "z": 183986 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 136, + "instId": 300002, + "propState": 2, + "pos": { + "x": 165630, + "y": 20620, + "z": 246830 + }, + "rot": { + "x": 0, + "y": 202096, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 136, + "instId": 300003, + "propState": 8, + "pos": { + "x": 130410, + "y": 22890, + "z": 156400 + }, + "rot": { + "x": 0, + "y": 97096, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 136, + "instId": 300004, + "propState": 8, + "pos": { + "x": 158930, + "y": 5046, + "z": 242560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104100 + }, + { + "groupId": 137, + "instId": 300002, + "propState": 8, + "pos": { + "x": 249541, + "y": 44950, + "z": 14951 + }, + "rot": { + "x": 0, + "y": 297375, + "z": 0 + }, + "propId": 104089 + }, + { + "groupId": 137, + "instId": 300004, + "propState": 8, + "pos": { + "x": 233310, + "y": 43740, + "z": 16949 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104101 + }, + { + "groupId": 137, + "instId": 300005, + "propState": 8, + "pos": { + "x": 293160, + "y": 49500, + "z": -34360 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104101 + }, + { + "groupId": 137, + "instId": 300007, + "propState": 20, + "pos": { + "x": 253092, + "y": 44352, + "z": 16130 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60402 + }, + { + "groupId": 139, + "instId": 300001, + "propState": 8, + "pos": { + "x": 217334, + "y": 65389, + "z": 34947 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 139, + "instId": 300002, + "propState": 8, + "pos": { + "x": 254515, + "y": 36047, + "z": 1175 + }, + "rot": { + "x": 0, + "y": 97096, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 139, + "instId": 300003, + "propState": 8, + "pos": { + "x": 256303, + "y": 94731, + "z": 25806 + }, + "rot": { + "x": 0, + "y": 97096, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 162, + "instId": 300001, + "propState": 1, + "pos": { + "x": 4519, + "y": 84680, + "z": 102119 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104039 + }, + { + "groupId": 162, + "instId": 300002, + "propState": 1, + "pos": { + "x": 12040, + "y": 86390, + "z": 96330 + }, + "rot": { + "x": 0, + "y": 331816, + "z": 0 + }, + "propId": 104038 + }, + { + "groupId": 172, + "instId": 300001, + "propState": 18, + "pos": { + "x": -369358, + "y": -112746, + "z": -569507 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104057 + }, + { + "groupId": 172, + "instId": 300002, + "propState": 1, + "pos": { + "x": -369188, + "y": -114388, + "z": -568387 + }, + "rot": { + "x": 0, + "y": 101249, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 172, + "instId": 300004, + "propState": 8, + "pos": { + "x": -369358, + "y": -112746, + "z": -569507 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 173, + "instId": 300001, + "propState": 18, + "pos": { + "x": -341222, + "y": -112325, + "z": -539457 + }, + "rot": { + "x": 0, + "y": 124494, + "z": 0 + }, + "propId": 104057 + }, + { + "groupId": 173, + "instId": 300002, + "propState": 1, + "pos": { + "x": -340811, + "y": -112220, + "z": -539955 + }, + "rot": { + "x": 0, + "y": 250384, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 173, + "instId": 300004, + "propState": 8, + "pos": { + "x": -341263, + "y": -112210, + "z": -539510 + }, + "rot": { + "x": 0, + "y": 181182, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 174, + "instId": 300001, + "propState": 18, + "pos": { + "x": -473083, + "y": -104543, + "z": -554564 + }, + "rot": { + "x": 0, + "y": 329611, + "z": 0 + }, + "propId": 104057 + }, + { + "groupId": 174, + "instId": 300002, + "propState": 1, + "pos": { + "x": -473065, + "y": -104543, + "z": -554539 + }, + "rot": { + "x": 0, + "y": 283846, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 174, + "instId": 300004, + "propState": 8, + "pos": { + "x": -473042, + "y": -104423, + "z": -554586 + }, + "rot": { + "x": 0, + "y": 118233, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 175, + "instId": 300001, + "propState": 18, + "pos": { + "x": -377501, + "y": -108759, + "z": -493945 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 104057 + }, + { + "groupId": 175, + "instId": 300002, + "propState": 1, + "pos": { + "x": -375759, + "y": -114693, + "z": -496085 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 175, + "instId": 300004, + "propState": 8, + "pos": { + "x": -377501, + "y": -108759, + "z": -493945 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 176, + "instId": 300001, + "propState": 18, + "pos": { + "x": -328688, + "y": 3337, + "z": -239797 + }, + "rot": { + "x": 0, + "y": 35002, + "z": 0 + }, + "propId": 104057 + }, + { + "groupId": 176, + "instId": 300002, + "propState": 1, + "pos": { + "x": -331299, + "y": -2907, + "z": -243442 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 176, + "instId": 300004, + "propState": 8, + "pos": { + "x": -329635, + "y": 3377, + "z": -241368 + }, + "rot": { + "x": 0, + "y": 35001, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 177, + "instId": 300001, + "propState": 18, + "pos": { + "x": -268493, + "y": 15105, + "z": -233761 + }, + "rot": { + "x": 0, + "y": 98836, + "z": 0 + }, + "propId": 104057 + }, + { + "groupId": 177, + "instId": 300002, + "propState": 1, + "pos": { + "x": -268968, + "y": 15105, + "z": -234217 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 177, + "instId": 300004, + "propState": 8, + "pos": { + "x": -268493, + "y": 15105, + "z": -233761 + }, + "rot": { + "x": 0, + "y": 98836, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 178, + "instId": 300001, + "propState": 18, + "pos": { + "x": -200015, + "y": 33368, + "z": -157917 + }, + "rot": { + "x": 0, + "y": 136679, + "z": 0 + }, + "propId": 104057 + }, + { + "groupId": 178, + "instId": 300002, + "propState": 1, + "pos": { + "x": -202547, + "y": 35559, + "z": -158214 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 178, + "instId": 300004, + "propState": 8, + "pos": { + "x": -200015, + "y": 33368, + "z": -157917 + }, + "rot": { + "x": 0, + "y": 99728, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 179, + "instId": 300001, + "propState": 18, + "pos": { + "x": -70265, + "y": 78902, + "z": -55442 + }, + "rot": { + "x": 0, + "y": 193134, + "z": 0 + }, + "propId": 104057 + }, + { + "groupId": 179, + "instId": 300002, + "propState": 1, + "pos": { + "x": -71896, + "y": 76617, + "z": -55849 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 179, + "instId": 300004, + "propState": 8, + "pos": { + "x": -70265, + "y": 79043, + "z": -55442 + }, + "rot": { + "x": 0, + "y": 48906, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300001, + "propState": 18, + "pos": { + "x": -7555, + "y": 80321, + "z": -42601 + }, + "rot": { + "x": 0, + "y": 311960, + "z": 0 + }, + "propId": 104057 + }, + { + "groupId": 180, + "instId": 300002, + "propState": 1, + "pos": { + "x": -7555, + "y": 80321, + "z": -42601 + }, + "rot": { + "x": 0, + "y": 311960, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 180, + "instId": 300004, + "propState": 8, + "pos": { + "x": -7064, + "y": 80321, + "z": -42875 + }, + "rot": { + "x": 0, + "y": 299210, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300001, + "propState": 18, + "pos": { + "x": 5402, + "y": 83719, + "z": 117404 + }, + "rot": { + "x": 0, + "y": 336061, + "z": 0 + }, + "propId": 104057 + }, + { + "groupId": 181, + "instId": 300002, + "propState": 1, + "pos": { + "x": 3884, + "y": 82018, + "z": 116636 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 181, + "instId": 300004, + "propState": 8, + "pos": { + "x": 5402, + "y": 83719, + "z": 117404 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300001, + "propState": 18, + "pos": { + "x": 14990, + "y": 99425, + "z": -4850 + }, + "rot": { + "x": 0, + "y": 88237, + "z": 0 + }, + "propId": 104057 + }, + { + "groupId": 182, + "instId": 300002, + "propState": 1, + "pos": { + "x": 14573, + "y": 93815, + "z": -7630 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 182, + "instId": 300004, + "propState": 8, + "pos": { + "x": 15013, + "y": 99454, + "z": -6209 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 183, + "instId": 300001, + "propState": 18, + "pos": { + "x": 249623, + "y": 47003, + "z": -54408 + }, + "rot": { + "x": 0, + "y": 274611, + "z": 0 + }, + "propId": 104057 + }, + { + "groupId": 183, + "instId": 300002, + "propState": 1, + "pos": { + "x": 248578, + "y": 44341, + "z": -54417 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 183, + "instId": 300004, + "propState": 8, + "pos": { + "x": 249623, + "y": 47076, + "z": -54400 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 184, + "instId": 300001, + "propState": 18, + "pos": { + "x": 271362, + "y": 102816, + "z": -1640 + }, + "rot": { + "x": 0, + "y": 245860, + "z": 0 + }, + "propId": 104057 + }, + { + "groupId": 184, + "instId": 300002, + "propState": 1, + "pos": { + "x": 271362, + "y": 102816, + "z": -1640 + }, + "rot": { + "x": 0, + "y": 245860, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 184, + "instId": 300004, + "propState": 8, + "pos": { + "x": 271023, + "y": 102816, + "z": 2609 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 185, + "instId": 300001, + "propState": 18, + "pos": { + "x": 342453, + "y": 44361, + "z": 10660 + }, + "rot": { + "x": 0, + "y": 73368, + "z": 0 + }, + "propId": 104057 + }, + { + "groupId": 185, + "instId": 300002, + "propState": 1, + "pos": { + "x": 342453, + "y": 44361, + "z": 10660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 185, + "instId": 300004, + "propState": 8, + "pos": { + "x": 342505, + "y": 44500, + "z": 10642 + }, + "rot": { + "x": 0, + "y": 109654, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 186, + "instId": 300001, + "propState": 18, + "pos": { + "x": 357555, + "y": 41423, + "z": 116186 + }, + "rot": { + "x": 0, + "y": 180604, + "z": 0 + }, + "propId": 104057 + }, + { + "groupId": 186, + "instId": 300002, + "propState": 1, + "pos": { + "x": 354460, + "y": 34943, + "z": 120610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 186, + "instId": 300004, + "propState": 8, + "pos": { + "x": 357555, + "y": 41423, + "z": 116186 + }, + "rot": { + "x": 0, + "y": 180604, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 187, + "instId": 300001, + "propState": 18, + "pos": { + "x": 180529, + "y": -4587, + "z": 199289 + }, + "rot": { + "x": 0, + "y": 42326, + "z": 0 + }, + "propId": 104057 + }, + { + "groupId": 187, + "instId": 300002, + "propState": 1, + "pos": { + "x": 180751, + "y": -4296, + "z": 199279 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 187, + "instId": 300004, + "propState": 8, + "pos": { + "x": 182747, + "y": -3724, + "z": 199547 + }, + "rot": { + "x": 0, + "y": 263360, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 188, + "instId": 300001, + "propState": 18, + "pos": { + "x": 10578, + "y": 81362, + "z": -5835 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104057 + }, + { + "groupId": 188, + "instId": 300002, + "propState": 1, + "pos": { + "x": 11094, + "y": 78934, + "z": -6750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 188, + "instId": 300004, + "propState": 8, + "pos": { + "x": 10578, + "y": 81351, + "z": -6303 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 189, + "instId": 300001, + "propState": 18, + "pos": { + "x": 10, + "y": 88845, + "z": 97466 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104057 + }, + { + "groupId": 189, + "instId": 300002, + "propState": 1, + "pos": { + "x": 10, + "y": 88801, + "z": 96310 + }, + "rot": { + "x": 0, + "y": 180052, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 189, + "instId": 300004, + "propState": 8, + "pos": { + "x": 10, + "y": 88845, + "z": 97466 + }, + "rot": { + "x": 0, + "y": 134750, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 190, + "instId": 300001, + "propState": 18, + "pos": { + "x": 204190, + "y": 70892, + "z": 3659 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104057 + }, + { + "groupId": 190, + "instId": 300002, + "propState": 1, + "pos": { + "x": 204308, + "y": 63318, + "z": 2218 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 190, + "instId": 300004, + "propState": 8, + "pos": { + "x": 204190, + "y": 70898, + "z": 3416 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 191, + "instId": 300001, + "propState": 18, + "pos": { + "x": 115472, + "y": 2134, + "z": 202235 + }, + "rot": { + "x": 0, + "y": 219323, + "z": 0 + }, + "propId": 104057 + }, + { + "groupId": 191, + "instId": 300002, + "propState": 1, + "pos": { + "x": 115776, + "y": 2116, + "z": 202102 + }, + "rot": { + "x": 0, + "y": 134134, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 191, + "instId": 300004, + "propState": 8, + "pos": { + "x": 115437, + "y": 2190, + "z": 202255 + }, + "rot": { + "x": 0, + "y": 300250, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 192, + "instId": 300001, + "propState": 8, + "pos": { + "x": 266210, + "y": 44341, + "z": -19370 + }, + "rot": { + "x": 0, + "y": 181399, + "z": 0 + }, + "propId": 104034 + }, + { + "groupId": 192, + "instId": 300002, + "propState": 8, + "pos": { + "x": 259630, + "y": 45203, + "z": -21077 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104033 + }, + { + "groupId": 192, + "instId": 300003, + "propState": 8, + "pos": { + "x": 265119, + "y": 39565, + "z": -25513 + }, + "rot": { + "x": 0, + "y": 20565, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 192, + "instId": 300004, + "propState": 8, + "pos": { + "x": 265240, + "y": 39485, + "z": -28350 + }, + "rot": { + "x": 0, + "y": 321777, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 192, + "instId": 300005, + "propState": 8, + "pos": { + "x": 267980, + "y": 39485, + "z": -28550 + }, + "rot": { + "x": 0, + "y": 30500, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 192, + "instId": 300008, + "propState": 1, + "pos": { + "x": 293206, + "y": 42056, + "z": -43488 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104143 + }, + { + "groupId": 193, + "instId": 300001, + "propState": 1, + "pos": { + "x": -302700, + "y": -46100, + "z": -96700 + }, + "rot": { + "x": 0, + "y": 359040, + "z": 0 + }, + "propId": 104090 + }, + { + "groupId": 193, + "instId": 300002, + "propState": 0, + "pos": { + "x": -202320, + "y": 26960, + "z": -154160 + }, + "rot": { + "x": 0, + "y": 22340, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 193, + "instId": 300003, + "propState": 1, + "pos": { + "x": -217240, + "y": 25763, + "z": -187910 + }, + "rot": { + "x": 0, + "y": 28896, + "z": 0 + }, + "propId": 104157 + }, + { + "groupId": 193, + "instId": 300004, + "propState": 1, + "pos": { + "x": -191595, + "y": 47817, + "z": -128312 + }, + "rot": { + "x": 0, + "y": 28896, + "z": 0 + }, + "propId": 104157 + }, + { + "groupId": 193, + "instId": 300005, + "propState": 1, + "pos": { + "x": -225501, + "y": 54554, + "z": -86086 + }, + "rot": { + "x": 0, + "y": 28896, + "z": 0 + }, + "propId": 104157 + }, + { + "groupId": 193, + "instId": 300006, + "propState": 1, + "pos": { + "x": -208200, + "y": 36570, + "z": -247720 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104157 + }, + { + "groupId": 193, + "instId": 300007, + "propState": 1, + "pos": { + "x": -254898, + "y": 31066, + "z": -142908 + }, + "rot": { + "x": 0, + "y": 28896, + "z": 0 + }, + "propId": 104157 + }, + { + "groupId": 193, + "instId": 300008, + "propState": 1, + "pos": { + "x": -193230, + "y": 142670, + "z": -85850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104157 + }, + { + "groupId": 196, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 209, + "instId": 300001, + "propState": 8, + "pos": { + "x": -511082, + "y": -94170, + "z": -582246 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 104071 + }, + { + "groupId": 210, + "instId": 300001, + "propState": 8, + "pos": { + "x": -336746, + "y": -110459, + "z": -542517 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 104071 + }, + { + "groupId": 211, + "instId": 300001, + "propState": 8, + "pos": { + "x": -121501, + "y": 75899, + "z": -68402 + }, + "rot": { + "x": 0, + "y": 139, + "z": 0 + }, + "propId": 104071 + }, + { + "groupId": 213, + "instId": 300001, + "propState": 8, + "pos": { + "x": 215040, + "y": 72230, + "z": -46280 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104071 + }, + { + "groupId": 215, + "instId": 300003, + "propState": 8, + "pos": { + "x": 7534, + "y": 90649, + "z": 65856 + }, + "rot": { + "x": 0, + "y": 165142, + "z": 0 + }, + "propId": 103074 + }, + { + "groupId": 231, + "instId": 300001, + "propState": 11, + "pos": { + "x": -362256, + "y": -114340, + "z": -561812 + }, + "rot": { + "x": 0, + "y": 270191, + "z": 0 + }, + "propId": 104046 + }, + { + "groupId": 232, + "instId": 300001, + "propState": 11, + "pos": { + "x": -45900, + "y": 81160, + "z": 10310 + }, + "rot": { + "x": 0, + "y": 99057, + "z": 0 + }, + "propId": 104046 + }, + { + "groupId": 233, + "instId": 300001, + "propState": 11, + "pos": { + "x": 37160, + "y": 93813, + "z": -32380 + }, + "rot": { + "x": 0, + "y": 2040, + "z": 0 + }, + "propId": 104046 + }, + { + "groupId": 234, + "instId": 300001, + "propState": 11, + "pos": { + "x": 124055, + "y": -14191, + "z": 169171 + }, + "rot": { + "x": 0, + "y": 213754, + "z": 0 + }, + "propId": 104046 + }, + { + "groupId": 235, + "instId": 300001, + "propState": 11, + "pos": { + "x": 241340, + "y": 44341, + "z": -70291 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60403 + }, + { + "groupId": 235, + "instId": 300002, + "propState": 8, + "pos": { + "x": 241340, + "y": 44341, + "z": -70291 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 235, + "instId": 300003, + "propState": 8, + "pos": { + "x": 241340, + "y": 44341, + "z": -70291 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 243, + "instId": 300001, + "propState": 8, + "pos": { + "x": 341573, + "y": 41540, + "z": 86169 + }, + "rot": { + "x": 0, + "y": 168591, + "z": 0 + }, + "propId": 801 + }, + { + "groupId": 245, + "instId": 300003, + "propState": 8, + "pos": { + "x": -229727, + "y": 22850, + "z": -214082 + }, + "rot": { + "x": 0, + "y": 29759, + "z": 0 + }, + "propId": 103074 + }, + { + "groupId": 246, + "instId": 300010, + "propState": 8, + "pos": { + "x": 3884, + "y": 82494, + "z": 161617 + }, + "rot": { + "x": 0, + "y": 342614, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 246, + "instId": 300001, + "propState": 8, + "pos": { + "x": -158224, + "y": 72169, + "z": -67594 + }, + "rot": { + "x": 0, + "y": 242786, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 246, + "instId": 300002, + "propState": 8, + "pos": { + "x": -490931, + "y": -95294, + "z": -581139 + }, + "rot": { + "x": 0, + "y": 197256, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 247, + "instId": 300002, + "propState": 20, + "pos": { + "x": 120, + "y": 81835, + "z": 222620 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60403 + }, + { + "groupId": 251, + "instId": 300001, + "propState": 12, + "pos": { + "x": 141949, + "y": 70340, + "z": -35487 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 251, + "instId": 300002, + "propState": 8, + "pos": { + "x": 141949, + "y": 70440, + "z": -35487 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104159 + }, + { + "groupId": 251, + "instId": 300004, + "propState": 8, + "pos": { + "x": 141949, + "y": 70340, + "z": -35487 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 252, + "instId": 300001, + "propState": 12, + "pos": { + "x": 141949, + "y": 70340, + "z": -35487 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 253, + "instId": 300001, + "propState": 12, + "pos": { + "x": -45280, + "y": 81807, + "z": 196360 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 253, + "instId": 300002, + "propState": 8, + "pos": { + "x": -45280, + "y": 81907, + "z": 196360 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104159 + }, + { + "groupId": 253, + "instId": 300004, + "propState": 8, + "pos": { + "x": -45280, + "y": 81807, + "z": 196360 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 254, + "instId": 300001, + "propState": 12, + "pos": { + "x": -45280, + "y": 81807, + "z": 196360 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 255, + "instId": 300001, + "propState": 8, + "pos": { + "x": 8450, + "y": 79500, + "z": -6460 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 255, + "instId": 300002, + "propState": 8, + "pos": { + "x": 11530, + "y": 79500, + "z": -6460 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 268, + "instId": 300001, + "propState": 8, + "pos": { + "x": 4002, + "y": 82640, + "z": 16758 + }, + "rot": { + "x": 0, + "y": 342614, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 268, + "instId": 300002, + "propState": 8, + "pos": { + "x": 66970, + "y": 79603, + "z": -37080 + }, + "rot": { + "x": 0, + "y": 342614, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 268, + "instId": 300003, + "propState": 8, + "pos": { + "x": 8952, + "y": 79604, + "z": -61304 + }, + "rot": { + "x": 0, + "y": 227738, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 268, + "instId": 300004, + "propState": 8, + "pos": { + "x": 196338, + "y": 71084, + "z": -33761 + }, + "rot": { + "x": 0, + "y": 42043, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 268, + "instId": 300005, + "propState": 8, + "pos": { + "x": 252930, + "y": 45051, + "z": -19722 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 268, + "instId": 300006, + "propState": 8, + "pos": { + "x": 296510, + "y": 50800, + "z": 620 + }, + "rot": { + "x": 0, + "y": 58032, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 268, + "instId": 300007, + "propState": 8, + "pos": { + "x": 342514, + "y": 45000, + "z": 9659 + }, + "rot": { + "x": 0, + "y": 58032, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 268, + "instId": 300008, + "propState": 8, + "pos": { + "x": 273520, + "y": 2868, + "z": 191180 + }, + "rot": { + "x": 0, + "y": 296298, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 268, + "instId": 300009, + "propState": 8, + "pos": { + "x": 207981, + "y": 2867, + "z": 181753 + }, + "rot": { + "x": 0, + "y": 5287, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 268, + "instId": 300010, + "propState": 8, + "pos": { + "x": 165114, + "y": -2152, + "z": 130224 + }, + "rot": { + "x": 0, + "y": 82814, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 268, + "instId": 300011, + "propState": 8, + "pos": { + "x": -478890, + "y": -105314, + "z": -546108 + }, + "rot": { + "x": 0, + "y": 68296, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 268, + "instId": 300012, + "propState": 8, + "pos": { + "x": -363490, + "y": -115253, + "z": -520551 + }, + "rot": { + "x": 0, + "y": 345802, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 268, + "instId": 300013, + "propState": 8, + "pos": { + "x": -325146, + "y": -3200, + "z": -245506 + }, + "rot": { + "x": 0, + "y": 122607, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 268, + "instId": 300014, + "propState": 8, + "pos": { + "x": -69830, + "y": 79434, + "z": -41680 + }, + "rot": { + "x": 0, + "y": 66630, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 268, + "instId": 300015, + "propState": 8, + "pos": { + "x": 44666, + "y": 79604, + "z": -15201 + }, + "rot": { + "x": 0, + "y": 44766, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 268, + "instId": 300016, + "propState": 8, + "pos": { + "x": 322206, + "y": 45041, + "z": -4711 + }, + "rot": { + "x": 0, + "y": 246323, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 268, + "instId": 300017, + "propState": 8, + "pos": { + "x": 153298, + "y": 885, + "z": 195554 + }, + "rot": { + "x": 0, + "y": 43422, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 268, + "instId": 300018, + "propState": 8, + "pos": { + "x": 193976, + "y": -7851, + "z": 177398 + }, + "rot": { + "x": 0, + "y": 291261, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 268, + "instId": 300019, + "propState": 8, + "pos": { + "x": 221218, + "y": 2868, + "z": 200080 + }, + "rot": { + "x": 0, + "y": 346072, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 269, + "instId": 300003, + "propState": 8, + "pos": { + "x": 234916, + "y": 52031, + "z": 44091 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103074 + }, + { + "groupId": 270, + "instId": 300001, + "propState": 20, + "pos": { + "x": 271118, + "y": 50239, + "z": 43940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60402 + }, + { + "groupId": 270, + "instId": 300002, + "propState": 8, + "pos": { + "x": 271118, + "y": 50239, + "z": 43940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 270, + "instId": 300003, + "propState": 8, + "pos": { + "x": 235090, + "y": 52739, + "z": 43790 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 271, + "instId": 300003, + "propState": 8, + "pos": { + "x": 173063, + "y": -6855, + "z": 227157 + }, + "rot": { + "x": 0, + "y": 246993, + "z": 0 + }, + "propId": 103074 + }, + { + "groupId": 272, + "instId": 300001, + "propState": 20, + "pos": { + "x": 152690, + "y": -8500, + "z": 217820 + }, + "rot": { + "x": 0, + "y": 159487, + "z": 0 + }, + "propId": 60402 + }, + { + "groupId": 272, + "instId": 300002, + "propState": 8, + "pos": { + "x": 152690, + "y": -8500, + "z": 217820 + }, + "rot": { + "x": 0, + "y": 159487, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 272, + "instId": 300003, + "propState": 8, + "pos": { + "x": 172780, + "y": -6146, + "z": 227360 + }, + "rot": { + "x": 0, + "y": 66993, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 273, + "instId": 300001, + "propState": 8, + "pos": { + "x": 23880, + "y": 78924, + "z": -23880 + }, + "rot": { + "x": 0, + "y": 358229, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 273, + "instId": 300002, + "propState": 8, + "pos": { + "x": 23880, + "y": 78924, + "z": -23880 + }, + "rot": { + "x": 0, + "y": 358229, + "z": 0 + }, + "propId": 104023 + }, + { + "groupId": 273, + "instId": 300003, + "propState": 20, + "pos": { + "x": 47927, + "y": 93815, + "z": -56125 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 273, + "instId": 300004, + "propState": 1, + "pos": { + "x": 47927, + "y": 93815, + "z": -56125 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 274, + "instId": 300001, + "propState": 8, + "pos": { + "x": 139693, + "y": -6496, + "z": 180364 + }, + "rot": { + "x": 0, + "y": 63877, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 274, + "instId": 300002, + "propState": 8, + "pos": { + "x": 139693, + "y": -6496, + "z": 180364 + }, + "rot": { + "x": 0, + "y": 63877, + "z": 0 + }, + "propId": 104023 + }, + { + "groupId": 274, + "instId": 300003, + "propState": 20, + "pos": { + "x": 191616, + "y": 2171, + "z": 154662 + }, + "rot": { + "x": 0, + "y": 117725, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 274, + "instId": 300004, + "propState": 1, + "pos": { + "x": 191616, + "y": 2171, + "z": 154662 + }, + "rot": { + "x": 0, + "y": 117725, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 276, + "instId": 300001, + "propState": 18, + "pos": { + "x": -502634, + "y": -96002, + "z": -609381 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104095 + }, + { + "groupId": 276, + "instId": 300002, + "propState": 18, + "pos": { + "x": -154639, + "y": 71509, + "z": -67607 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104093 + }, + { + "groupId": 276, + "instId": 300003, + "propState": 18, + "pos": { + "x": 161578, + "y": 185, + "z": 197258 + }, + "rot": { + "x": 0, + "y": 323590, + "z": 0 + }, + "propId": 104096 + }, + { + "groupId": 276, + "instId": 300004, + "propState": 18, + "pos": { + "x": -159580, + "y": 71463, + "z": -46328 + }, + "rot": { + "x": 0, + "y": 327863, + "z": 0 + }, + "propId": 104096 + }, + { + "groupId": 276, + "instId": 300005, + "propState": 18, + "pos": { + "x": -11312, + "y": 86125, + "z": 100610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104093 + }, + { + "groupId": 279, + "instId": 300001, + "propState": 1, + "pos": { + "x": -227750, + "y": 20921, + "z": -223160 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 104169 + }, + { + "groupId": 290, + "instId": 300001, + "propState": 8, + "pos": { + "x": -401090, + "y": -117680, + "z": -561610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104042 + }, + { + "groupId": 290, + "instId": 300002, + "propState": 8, + "pos": { + "x": -377030, + "y": -112340, + "z": -519120 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 104042 + }, + { + "groupId": 290, + "instId": 300003, + "propState": 1, + "pos": { + "x": -376194, + "y": -113516, + "z": -519602 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 104088 + }, + { + "groupId": 290, + "instId": 300004, + "propState": 1, + "pos": { + "x": -363873, + "y": -113516, + "z": -526716 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 104088 + }, + { + "groupId": 290, + "instId": 300005, + "propState": 1, + "pos": { + "x": -376194, + "y": -113516, + "z": -519602 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 104088 + }, + { + "groupId": 290, + "instId": 300006, + "propState": 1, + "pos": { + "x": -363873, + "y": -113516, + "z": -526716 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 104088 + }, + { + "groupId": 294, + "instId": 300001, + "propState": 8, + "pos": { + "x": -26550, + "y": 78903, + "z": 16470 + }, + "rot": { + "x": 0, + "y": 191858, + "z": 0 + }, + "propId": 808 + } + ], + "monsters": [ + { + "groupId": 102, + "instId": 200001, + "eventId": 20411001, + "pos": { + "x": -449383, + "y": -109949, + "z": -536587 + }, + "rot": { + "x": 0, + "y": 224794, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 102, + "instId": 200002, + "eventId": 20411002, + "pos": { + "x": -374097, + "y": -114379, + "z": -554607 + }, + "rot": { + "x": 0, + "y": 311355, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 102, + "instId": 200003, + "eventId": 20411003, + "pos": { + "x": -375268, + "y": -114388, + "z": -557987 + }, + "rot": { + "x": 0, + "y": 65315, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 102, + "instId": 200004, + "eventId": 20411004, + "pos": { + "x": -367643, + "y": -114443, + "z": -549029 + }, + "rot": { + "x": 0, + "y": 325421, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 102, + "instId": 200005, + "eventId": 20411005, + "pos": { + "x": -397670, + "y": -116344, + "z": -510360 + }, + "rot": { + "x": 0, + "y": 325018, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 102, + "instId": 200006, + "eventId": 20411006, + "pos": { + "x": -276136, + "y": -3930, + "z": -315386 + }, + "rot": { + "x": 0, + "y": 312966, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 103, + "instId": 200001, + "eventId": 20411011, + "pos": { + "x": -93190, + "y": 76627, + "z": -38460 + }, + "rot": { + "x": 0, + "y": 83637, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 103, + "instId": 200002, + "eventId": 20411012, + "pos": { + "x": -33257, + "y": 78903, + "z": -53376 + }, + "rot": { + "x": 0, + "y": 152835, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 103, + "instId": 200004, + "eventId": 20411014, + "pos": { + "x": -18623, + "y": 78904, + "z": -14668 + }, + "rot": { + "x": 0, + "y": 109262, + "z": 0 + }, + "monsterId": 4012020 + }, + { + "groupId": 103, + "instId": 200005, + "eventId": 20411015, + "pos": { + "x": 43040, + "y": 81160, + "z": 12520 + }, + "rot": { + "x": 0, + "y": 345753, + "z": 0 + }, + "monsterId": 4012020 + }, + { + "groupId": 103, + "instId": 200007, + "eventId": 20411017, + "pos": { + "x": 35160, + "y": 93814, + "z": -50220 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 103, + "instId": 200008, + "eventId": 20411018, + "pos": { + "x": 32360, + "y": 93733, + "z": -26216 + }, + "rot": { + "x": 0, + "y": 233730, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 103, + "instId": 200009, + "eventId": 20411019, + "pos": { + "x": -85301, + "y": 76617, + "z": -64421 + }, + "rot": { + "x": 0, + "y": 56609, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 103, + "instId": 200010, + "eventId": 20411020, + "pos": { + "x": 14425, + "y": 93814, + "z": -18083 + }, + "rot": { + "x": 0, + "y": 91544, + "z": 0 + }, + "monsterId": 4012020 + }, + { + "groupId": 103, + "instId": 200011, + "eventId": 20411021, + "pos": { + "x": 31603, + "y": 93814, + "z": -12440 + }, + "rot": { + "x": 0, + "y": 259525, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 103, + "instId": 200012, + "eventId": 20411022, + "pos": { + "x": -41731, + "y": 84965, + "z": -66831 + }, + "rot": { + "x": 0, + "y": 177437, + "z": 0 + }, + "monsterId": 4012020 + }, + { + "groupId": 104, + "instId": 200001, + "eventId": 20411023, + "pos": { + "x": 158440, + "y": 70340, + "z": -35990 + }, + "rot": { + "x": 0, + "y": 349680, + "z": 0 + }, + "monsterId": 4012020 + }, + { + "groupId": 104, + "instId": 200002, + "eventId": 20411024, + "pos": { + "x": 210226, + "y": 70318, + "z": -41112 + }, + "rot": { + "x": 0, + "y": 238605, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 104, + "instId": 200003, + "eventId": 20411026, + "pos": { + "x": 244558, + "y": 44341, + "z": -37682 + }, + "rot": { + "x": 0, + "y": 312961, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 104, + "instId": 200004, + "eventId": 20411027, + "pos": { + "x": 212033, + "y": 50239, + "z": 33028 + }, + "rot": { + "x": 0, + "y": 168461, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 104, + "instId": 200005, + "eventId": 20411028, + "pos": { + "x": 308939, + "y": 44341, + "z": -28425 + }, + "rot": { + "x": 0, + "y": 3176, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 104, + "instId": 200006, + "eventId": 20411029, + "pos": { + "x": 290019, + "y": 50501, + "z": 2359 + }, + "rot": { + "x": 0, + "y": 251282, + "z": 0 + }, + "monsterId": 4012020 + }, + { + "groupId": 104, + "instId": 200007, + "eventId": 20411030, + "pos": { + "x": 363685, + "y": 44341, + "z": 15861 + }, + "rot": { + "x": 0, + "y": 242105, + "z": 0 + }, + "monsterId": 4012020 + }, + { + "groupId": 105, + "instId": 200005, + "eventId": 20411035, + "pos": { + "x": 209600, + "y": -2638, + "z": 233390 + }, + "rot": { + "x": 0, + "y": 343847, + "z": 0 + }, + "monsterId": 4012020 + }, + { + "groupId": 105, + "instId": 200006, + "eventId": 20411036, + "pos": { + "x": 195450, + "y": -2640, + "z": 244475 + }, + "rot": { + "x": 0, + "y": 184990, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 105, + "instId": 200007, + "eventId": 20411037, + "pos": { + "x": 102008, + "y": -10849, + "z": 154661 + }, + "rot": { + "x": 0, + "y": 104146, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 105, + "instId": 200008, + "eventId": 20411038, + "pos": { + "x": 139589, + "y": -2852, + "z": 133205 + }, + "rot": { + "x": 0, + "y": 102900, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 105, + "instId": 200009, + "eventId": 20411039, + "pos": { + "x": 196758, + "y": 2161, + "z": 162980 + }, + "rot": { + "x": 0, + "y": 285379, + "z": 0 + }, + "monsterId": 4012020 + }, + { + "groupId": 224, + "instId": 200001, + "eventId": 20411101, + "pos": { + "x": -449383, + "y": -109949, + "z": -536587 + }, + "rot": { + "x": 0, + "y": 224794, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 224, + "instId": 200002, + "eventId": 20411102, + "pos": { + "x": -406320, + "y": -117771, + "z": -573080 + }, + "rot": { + "x": 0, + "y": 318036, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 224, + "instId": 200003, + "eventId": 20411103, + "pos": { + "x": -408395, + "y": -117738, + "z": -570282 + }, + "rot": { + "x": 0, + "y": 78855, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 224, + "instId": 200004, + "eventId": 20411104, + "pos": { + "x": -367643, + "y": -114443, + "z": -549029 + }, + "rot": { + "x": 0, + "y": 325421, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 224, + "instId": 200005, + "eventId": 20411105, + "pos": { + "x": -397670, + "y": -116344, + "z": -510360 + }, + "rot": { + "x": 0, + "y": 325018, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 224, + "instId": 200006, + "eventId": 20411106, + "pos": { + "x": -276136, + "y": -3930, + "z": -315386 + }, + "rot": { + "x": 0, + "y": 312966, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 224, + "instId": 200007, + "eventId": 20411110, + "pos": { + "x": -296490, + "y": 5412, + "z": -274330 + }, + "rot": { + "x": 0, + "y": 209757, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 225, + "instId": 200001, + "eventId": 20411111, + "pos": { + "x": -93190, + "y": 76627, + "z": -38460 + }, + "rot": { + "x": 0, + "y": 83637, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 225, + "instId": 200002, + "eventId": 20411112, + "pos": { + "x": -33257, + "y": 78903, + "z": -53376 + }, + "rot": { + "x": 0, + "y": 152835, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 225, + "instId": 200003, + "eventId": 20411113, + "pos": { + "x": -8153, + "y": 88859, + "z": 74415 + }, + "rot": { + "x": 0, + "y": 101631, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 225, + "instId": 200004, + "eventId": 20411114, + "pos": { + "x": -18623, + "y": 78904, + "z": -14668 + }, + "rot": { + "x": 0, + "y": 109262, + "z": 0 + }, + "monsterId": 4012020 + }, + { + "groupId": 225, + "instId": 200005, + "eventId": 20411115, + "pos": { + "x": 43040, + "y": 81160, + "z": 12520 + }, + "rot": { + "x": 0, + "y": 345753, + "z": 0 + }, + "monsterId": 4012020 + }, + { + "groupId": 225, + "instId": 200006, + "eventId": 20411116, + "pos": { + "x": 16941, + "y": 78904, + "z": -18508 + }, + "rot": { + "x": 0, + "y": 248474, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 225, + "instId": 200007, + "eventId": 20411117, + "pos": { + "x": 35160, + "y": 93814, + "z": -50220 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 225, + "instId": 200008, + "eventId": 20411118, + "pos": { + "x": 32360, + "y": 93733, + "z": -26216 + }, + "rot": { + "x": 0, + "y": 233730, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 225, + "instId": 200009, + "eventId": 20411119, + "pos": { + "x": -85301, + "y": 76617, + "z": -64421 + }, + "rot": { + "x": 0, + "y": 56609, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 225, + "instId": 200010, + "eventId": 20411120, + "pos": { + "x": 14425, + "y": 93814, + "z": -18083 + }, + "rot": { + "x": 0, + "y": 91544, + "z": 0 + }, + "monsterId": 4012020 + }, + { + "groupId": 225, + "instId": 200011, + "eventId": 20411121, + "pos": { + "x": 31603, + "y": 93814, + "z": -12440 + }, + "rot": { + "x": 0, + "y": 259525, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 225, + "instId": 200012, + "eventId": 20411122, + "pos": { + "x": -41731, + "y": 84965, + "z": -66831 + }, + "rot": { + "x": 0, + "y": 177437, + "z": 0 + }, + "monsterId": 4012020 + }, + { + "groupId": 226, + "instId": 200001, + "eventId": 20411123, + "pos": { + "x": 158440, + "y": 70340, + "z": -35990 + }, + "rot": { + "x": 0, + "y": 349680, + "z": 0 + }, + "monsterId": 4012020 + }, + { + "groupId": 226, + "instId": 200002, + "eventId": 20411124, + "pos": { + "x": 210226, + "y": 70318, + "z": -41112 + }, + "rot": { + "x": 0, + "y": 238605, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 226, + "instId": 200003, + "eventId": 20411126, + "pos": { + "x": 244558, + "y": 44341, + "z": -37682 + }, + "rot": { + "x": 0, + "y": 312961, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 226, + "instId": 200004, + "eventId": 20411127, + "pos": { + "x": 212033, + "y": 50239, + "z": 33028 + }, + "rot": { + "x": 0, + "y": 168461, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 226, + "instId": 200005, + "eventId": 20411128, + "pos": { + "x": 308939, + "y": 44341, + "z": -28425 + }, + "rot": { + "x": 0, + "y": 3176, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 226, + "instId": 200006, + "eventId": 20411129, + "pos": { + "x": 290019, + "y": 50501, + "z": 2359 + }, + "rot": { + "x": 0, + "y": 251282, + "z": 0 + }, + "monsterId": 4012020 + }, + { + "groupId": 226, + "instId": 200007, + "eventId": 20411130, + "pos": { + "x": 363685, + "y": 44341, + "z": 15861 + }, + "rot": { + "x": 0, + "y": 242105, + "z": 0 + }, + "monsterId": 4012020 + }, + { + "groupId": 227, + "instId": 200001, + "eventId": 20411131, + "pos": { + "x": 184563, + "y": 99, + "z": 177098 + }, + "rot": { + "x": 0, + "y": 347881, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 227, + "instId": 200002, + "eventId": 20411132, + "pos": { + "x": 203653, + "y": 2168, + "z": 178668 + }, + "rot": { + "x": 0, + "y": 280506, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 227, + "instId": 200003, + "eventId": 20411133, + "pos": { + "x": 181198, + "y": 12, + "z": 183180 + }, + "rot": { + "x": 0, + "y": 185237, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 227, + "instId": 200004, + "eventId": 20411134, + "pos": { + "x": 213285, + "y": 2166, + "z": 179914 + }, + "rot": { + "x": 0, + "y": 152989, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 227, + "instId": 200005, + "eventId": 20411135, + "pos": { + "x": 209600, + "y": -2638, + "z": 233390 + }, + "rot": { + "x": 0, + "y": 343847, + "z": 0 + }, + "monsterId": 4012020 + }, + { + "groupId": 227, + "instId": 200006, + "eventId": 20411136, + "pos": { + "x": 195450, + "y": -2640, + "z": 244475 + }, + "rot": { + "x": 0, + "y": 184990, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 227, + "instId": 200007, + "eventId": 20411137, + "pos": { + "x": 102008, + "y": -10849, + "z": 154661 + }, + "rot": { + "x": 0, + "y": 104146, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 227, + "instId": 200008, + "eventId": 20411138, + "pos": { + "x": 139589, + "y": -2852, + "z": 133205 + }, + "rot": { + "x": 0, + "y": 102900, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 227, + "instId": 200009, + "eventId": 20411139, + "pos": { + "x": 196758, + "y": 2161, + "z": 162980 + }, + "rot": { + "x": 0, + "y": 285379, + "z": 0 + }, + "monsterId": 4012020 + }, + { + "groupId": 228, + "instId": 200003, + "eventId": 20411007, + "pos": { + "x": -408395, + "y": -117738, + "z": -570282 + }, + "rot": { + "x": 0, + "y": 78855, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 228, + "instId": 200004, + "eventId": 20411008, + "pos": { + "x": -367643, + "y": -114443, + "z": -549029 + }, + "rot": { + "x": 0, + "y": 325421, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 228, + "instId": 200005, + "eventId": 20411009, + "pos": { + "x": -397670, + "y": -116344, + "z": -510360 + }, + "rot": { + "x": 0, + "y": 325018, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 229, + "instId": 200002, + "eventId": 20411091, + "pos": { + "x": -33257, + "y": 78903, + "z": -53376 + }, + "rot": { + "x": 0, + "y": 152835, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 229, + "instId": 200005, + "eventId": 20411092, + "pos": { + "x": 43040, + "y": 81160, + "z": 12520 + }, + "rot": { + "x": 0, + "y": 345753, + "z": 0 + }, + "monsterId": 4012020 + }, + { + "groupId": 229, + "instId": 200008, + "eventId": 20411093, + "pos": { + "x": 32360, + "y": 93733, + "z": -26216 + }, + "rot": { + "x": 0, + "y": 233730, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 229, + "instId": 200010, + "eventId": 20411094, + "pos": { + "x": 14425, + "y": 93814, + "z": -18083 + }, + "rot": { + "x": 0, + "y": 91544, + "z": 0 + }, + "monsterId": 4012020 + }, + { + "groupId": 230, + "instId": 200001, + "eventId": 20411095, + "pos": { + "x": 158440, + "y": 70340, + "z": -35990 + }, + "rot": { + "x": 0, + "y": 349680, + "z": 0 + }, + "monsterId": 4012020 + }, + { + "groupId": 230, + "instId": 200003, + "eventId": 20411096, + "pos": { + "x": 244558, + "y": 44341, + "z": -37682 + }, + "rot": { + "x": 0, + "y": 312961, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 230, + "instId": 200004, + "eventId": 20411097, + "pos": { + "x": 212033, + "y": 50239, + "z": 33028 + }, + "rot": { + "x": 0, + "y": 168461, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 230, + "instId": 200005, + "eventId": 20411098, + "pos": { + "x": 308939, + "y": 44341, + "z": -28425 + }, + "rot": { + "x": 0, + "y": 3176, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 230, + "instId": 200006, + "eventId": 20411099, + "pos": { + "x": 290019, + "y": 50501, + "z": 2359 + }, + "rot": { + "x": 0, + "y": 251282, + "z": 0 + }, + "monsterId": 4012020 + }, + { + "groupId": 235, + "instId": 200001, + "eventId": 20411231, + "pos": { + "x": 241621, + "y": 44389, + "z": -64116 + }, + "rot": { + "x": 0, + "y": 358042, + "z": 0 + }, + "monsterId": 4013010 + }, + { + "groupId": 281, + "instId": 200006, + "eventId": 20411016, + "pos": { + "x": -86247, + "y": 80680, + "z": -81171 + }, + "rot": { + "x": 0, + "y": 346490, + "z": 0 + }, + "monsterId": 4012010 + } + ], + "teleports": [ + { + "anchorId": 1, + "groupId": 33, + "instId": 300001, + "pos": { + "x": -497420, + "y": -96020, + "z": -605400 + }, + "rot": { + "x": 0, + "y": 26802, + "z": 0 + }, + "teleportId": 2041101 + }, + { + "anchorId": 2, + "groupId": 33, + "instId": 300002, + "pos": { + "x": -161058, + "y": 71461, + "z": -61878 + }, + "rot": { + "x": 0, + "y": 75110, + "z": 0 + }, + "teleportId": 2041102 + }, + { + "anchorId": 3, + "groupId": 33, + "instId": 300003, + "pos": { + "x": 216516, + "y": 56318, + "z": -27922 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2041103 + }, + { + "anchorId": 4, + "groupId": 33, + "instId": 300004, + "pos": { + "x": 222334, + "y": 2165, + "z": 194480 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "teleportId": 2041104 + }, + { + "anchorId": 5, + "groupId": 33, + "instId": 300005, + "pos": { + "x": 210, + "y": 81854, + "z": 158025 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2041105 + }, + { + "anchorId": 6, + "groupId": 33, + "instId": 300006, + "pos": { + "x": 125650, + "y": 130, + "z": 195787 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "teleportId": 2041106 + }, + { + "anchorId": 7, + "groupId": 33, + "instId": 300007, + "pos": { + "x": 38177, + "y": 78974, + "z": -13991 + }, + "rot": { + "x": 0, + "y": 226563, + "z": 0 + }, + "teleportId": 2041107 + }, + { + "anchorId": 1, + "groupId": 243, + "instId": 300001, + "pos": { + "x": 341837, + "y": 41540, + "z": 84860 + }, + "rot": { + "x": 0, + "y": 348591, + "z": 0 + }, + "teleportId": 1024 + }, + { + "anchorId": 1, + "groupId": 294, + "instId": 300001, + "pos": { + "x": -26968, + "y": 78953, + "z": 14457 + }, + "rot": { + "x": 0, + "y": 11858, + "z": 0 + }, + "teleportId": 1026 + } + ] + }, + { + "planeID": 10402, + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": 4507, + "y": -3979, + "z": -111107 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 22, + "instId": 300001, + "propState": 101, + "pos": { + "x": -1, + "y": 1185, + "z": 10 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104076 + }, + { + "groupId": 44, + "instId": 300001, + "propState": 12, + "pos": { + "x": 28915, + "y": 7298, + "z": 9488 + }, + "rot": { + "x": 0, + "y": 64973, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 44, + "instId": 300002, + "propState": 12, + "pos": { + "x": 31568, + "y": 948, + "z": 16637 + }, + "rot": { + "x": 0, + "y": 336322, + "z": 0 + }, + "propId": 60401 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 1, + "groupId": 8, + "instId": 300001, + "pos": { + "x": 14, + "y": 948, + "z": -37960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 1040201 + } + ] + }, + { + "planeID": 10403, + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": -9, + "y": 34423, + "z": -668310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 8, + "pos": { + "x": 114, + "y": 88217, + "z": -292917 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 3, + "instId": 300004, + "propState": 8, + "pos": { + "x": -9, + "y": 34423, + "z": -668310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 3, + "instId": 300005, + "propState": 8, + "pos": { + "x": 114, + "y": 88217, + "z": -292917 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 8, + "pos": { + "x": 0, + "y": 31120, + "z": -267920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 3, + "instId": 300006, + "propState": 8, + "pos": { + "x": -16800, + "y": 53400, + "z": -1221800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 8, + "pos": { + "x": 114, + "y": 102442, + "z": 217338 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 8, + "pos": { + "x": -2672, + "y": 806320, + "z": 660325 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 8, + "pos": { + "x": 114, + "y": 102442, + "z": 217338 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 4, + "instId": 300005, + "propState": 8, + "pos": { + "x": -2672, + "y": 806320, + "z": 660325 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 8, + "pos": { + "x": 0, + "y": 334400, + "z": 953800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300006, + "propState": 8, + "pos": { + "x": 0, + "y": 648000, + "z": 10600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": -7774, + "y": 27829, + "z": -823890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 8, + "pos": { + "x": 7830, + "y": 88041, + "z": -199340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 8, + "pos": { + "x": 4287, + "y": 806320, + "z": 673171 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 8, + "pos": { + "x": 1460, + "y": 886343, + "z": 949080 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 8, + "pos": { + "x": 5310, + "y": 104819, + "z": -28053 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 1, + "pos": { + "x": -20300, + "y": 821495, + "z": 762000 + }, + "rot": { + "x": 0, + "y": 208490, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 1, + "pos": { + "x": -865, + "y": 831710, + "z": 808007 + }, + "rot": { + "x": 0, + "y": 32300, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 1, + "pos": { + "x": -720, + "y": 831379, + "z": 802060 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104001 + }, + { + "groupId": 9, + "instId": 300004, + "propState": 1, + "pos": { + "x": -20099, + "y": 821411, + "z": 768994 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104014 + }, + { + "groupId": 9, + "instId": 300005, + "propState": 1, + "pos": { + "x": -1023, + "y": 831379, + "z": 802078 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104014 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 1, + "pos": { + "x": 534, + "y": 854718, + "z": 897468 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 1, + "pos": { + "x": -5760, + "y": 886360, + "z": 945220 + }, + "rot": { + "x": 0, + "y": 1900, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 1, + "pos": { + "x": -2676, + "y": 886260, + "z": 940527 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104001 + }, + { + "groupId": 10, + "instId": 300004, + "propState": 1, + "pos": { + "x": -2800, + "y": 854480, + "z": 902620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104014 + }, + { + "groupId": 10, + "instId": 300005, + "propState": 1, + "pos": { + "x": -2676, + "y": 886260, + "z": 940527 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104014 + }, + { + "groupId": 11, + "instId": 300004, + "propState": 8, + "pos": { + "x": 23117, + "y": 30733, + "z": -794171 + }, + "rot": { + "x": 0, + "y": 236791, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 11, + "instId": 300005, + "propState": 8, + "pos": { + "x": -21982, + "y": 30733, + "z": -827376 + }, + "rot": { + "x": 0, + "y": 5678, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 11, + "instId": 300016, + "propState": 8, + "pos": { + "x": 8497, + "y": 27791, + "z": -778387 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 11, + "instId": 300006, + "propState": 8, + "pos": { + "x": -8411, + "y": 27828, + "z": -778300 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 11, + "instId": 300007, + "propState": 8, + "pos": { + "x": -55360, + "y": 30733, + "z": -780800 + }, + "rot": { + "x": 0, + "y": 67699, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 11, + "instId": 300008, + "propState": 8, + "pos": { + "x": 8751, + "y": 27828, + "z": -730691 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 8, + "pos": { + "x": 22394, + "y": 30782, + "z": -826163 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 11, + "instId": 300011, + "propState": 8, + "pos": { + "x": 26839, + "y": 30733, + "z": -808524 + }, + "rot": { + "x": 0, + "y": 341518, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 11, + "instId": 300012, + "propState": 8, + "pos": { + "x": -26676, + "y": 30733, + "z": -808435 + }, + "rot": { + "x": 0, + "y": 202022, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 11, + "instId": 300010, + "propState": 8, + "pos": { + "x": 40352, + "y": 30783, + "z": -757170 + }, + "rot": { + "x": 0, + "y": 229541, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 12, + "pos": { + "x": 22420, + "y": 30780, + "z": -828070 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 12, + "pos": { + "x": -25640, + "y": 30733, + "z": -796690 + }, + "rot": { + "x": 0, + "y": 135581, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 12, + "instId": 300003, + "propState": 12, + "pos": { + "x": -32957, + "y": 30783, + "z": -760014 + }, + "rot": { + "x": 0, + "y": 222724, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 12, + "instId": 300004, + "propState": 12, + "pos": { + "x": 42955, + "y": 30792, + "z": -788009 + }, + "rot": { + "x": 0, + "y": 50948, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 12, + "instId": 300005, + "propState": 12, + "pos": { + "x": -9000, + "y": 34491, + "z": -671470 + }, + "rot": { + "x": 0, + "y": 134798, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 8, + "pos": { + "x": -5861, + "y": 88062, + "z": -247942 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 13, + "instId": 300005, + "propState": 8, + "pos": { + "x": 5800, + "y": 88062, + "z": -229200 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 13, + "instId": 300016, + "propState": 8, + "pos": { + "x": -30380, + "y": 88041, + "z": -177470 + }, + "rot": { + "x": 0, + "y": 70704, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 13, + "instId": 300006, + "propState": 8, + "pos": { + "x": 34950, + "y": 88041, + "z": -161560 + }, + "rot": { + "x": 0, + "y": 269242, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 13, + "instId": 300007, + "propState": 8, + "pos": { + "x": -7460, + "y": 88064, + "z": -158480 + }, + "rot": { + "x": 0, + "y": 176027, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 13, + "instId": 300008, + "propState": 8, + "pos": { + "x": 7340, + "y": 88064, + "z": -158550 + }, + "rot": { + "x": 0, + "y": 180603, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 13, + "instId": 300010, + "propState": 8, + "pos": { + "x": -6060, + "y": 103713, + "z": 119180 + }, + "rot": { + "x": 0, + "y": 233074, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 13, + "instId": 300001, + "propState": 8, + "pos": { + "x": -10928, + "y": 103140, + "z": -76565 + }, + "rot": { + "x": 0, + "y": 160942, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 8, + "pos": { + "x": -9895, + "y": 103160, + "z": -75633 + }, + "rot": { + "x": 0, + "y": 124849, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 8, + "pos": { + "x": 7838, + "y": 103702, + "z": 116056 + }, + "rot": { + "x": 0, + "y": 222810, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 13, + "instId": 300009, + "propState": 8, + "pos": { + "x": 5333, + "y": 102374, + "z": 149557 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 13, + "instId": 300013, + "propState": 8, + "pos": { + "x": -5625, + "y": 102294, + "z": 174831 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 13, + "instId": 300011, + "propState": 8, + "pos": { + "x": -87515, + "y": 105194, + "z": -3753 + }, + "rot": { + "x": 0, + "y": 47246, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 13, + "instId": 300014, + "propState": 8, + "pos": { + "x": -87102, + "y": 105194, + "z": 24499 + }, + "rot": { + "x": 0, + "y": 132268, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 13, + "instId": 300015, + "propState": 8, + "pos": { + "x": 87189, + "y": 105218, + "z": 24146 + }, + "rot": { + "x": 0, + "y": 220561, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 13, + "instId": 300012, + "propState": 8, + "pos": { + "x": -12452, + "y": 91839, + "z": -133450 + }, + "rot": { + "x": 0, + "y": 179698, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 14, + "instId": 300004, + "propState": 8, + "pos": { + "x": -6720, + "y": 806220, + "z": 693310 + }, + "rot": { + "x": 0, + "y": 150422, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 14, + "instId": 300005, + "propState": 8, + "pos": { + "x": -7590, + "y": 814597, + "z": 734950 + }, + "rot": { + "x": 0, + "y": 188478, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 14, + "instId": 300016, + "propState": 8, + "pos": { + "x": -29519, + "y": 821514, + "z": 760684 + }, + "rot": { + "x": 0, + "y": 121874, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 14, + "instId": 300007, + "propState": 8, + "pos": { + "x": 14386, + "y": 844517, + "z": 861856 + }, + "rot": { + "x": 0, + "y": 168269, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 14, + "instId": 300001, + "propState": 8, + "pos": { + "x": -5763, + "y": 844561, + "z": 854774 + }, + "rot": { + "x": 0, + "y": 137207, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 15, + "instId": 300001, + "propState": 12, + "pos": { + "x": -17790, + "y": 88100, + "z": -131460 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 15, + "instId": 300002, + "propState": 12, + "pos": { + "x": -10832, + "y": 103713, + "z": -75380 + }, + "rot": { + "x": 0, + "y": 133663, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 15, + "instId": 300003, + "propState": 12, + "pos": { + "x": 86780, + "y": 105194, + "z": -4080 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 15, + "instId": 300004, + "propState": 12, + "pos": { + "x": -10611, + "y": 103702, + "z": 97727 + }, + "rot": { + "x": 0, + "y": 58838, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 15, + "instId": 300005, + "propState": 12, + "pos": { + "x": -5707, + "y": 102450, + "z": 215517 + }, + "rot": { + "x": 0, + "y": 133802, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 16, + "instId": 300001, + "propState": 12, + "pos": { + "x": -36070, + "y": 821512, + "z": 747620 + }, + "rot": { + "x": 0, + "y": 121062, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 12, + "pos": { + "x": 41440, + "y": 837678, + "z": 826570 + }, + "rot": { + "x": 0, + "y": 290859, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 16, + "instId": 300003, + "propState": 12, + "pos": { + "x": -2590, + "y": 886262, + "z": 1014493 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60403 + }, + { + "groupId": 20, + "instId": 300001, + "propState": 8, + "pos": { + "x": -33113, + "y": 33129, + "z": -810385 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104012 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 8, + "pos": { + "x": 33065, + "y": 33103, + "z": -810576 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104012 + }, + { + "groupId": 20, + "instId": 300003, + "propState": 1, + "pos": { + "x": -48324, + "y": 31041, + "z": -790609 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104012 + }, + { + "groupId": 20, + "instId": 300004, + "propState": 1, + "pos": { + "x": 48324, + "y": 31016, + "z": -790683 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104012 + }, + { + "groupId": 21, + "instId": 300001, + "propState": 8, + "pos": { + "x": -2698, + "y": 814725, + "z": 728608 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 21, + "instId": 300002, + "propState": 8, + "pos": { + "x": 24979, + "y": 844695, + "z": 857929 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 21, + "instId": 300003, + "propState": 8, + "pos": { + "x": -21289, + "y": 88418, + "z": -172650 + }, + "rot": { + "x": 0, + "y": 59796, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 21, + "instId": 300004, + "propState": 8, + "pos": { + "x": 21356, + "y": 88420, + "z": -172614 + }, + "rot": { + "x": 0, + "y": 300714, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 22, + "instId": 300001, + "propState": 8, + "pos": { + "x": -41135, + "y": 30733, + "z": -752690 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 22, + "instId": 300002, + "propState": 8, + "pos": { + "x": 41192, + "y": 30733, + "z": -752230 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 23, + "instId": 300001, + "propState": 1, + "pos": { + "x": -60803, + "y": 30697, + "z": -769721 + }, + "rot": { + "x": 0, + "y": 266822, + "z": 0 + }, + "propId": 104059 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 1, + "pos": { + "x": -8796, + "y": 91247, + "z": -170249 + }, + "rot": { + "x": 0, + "y": 114010, + "z": 0 + }, + "propId": 104059 + }, + { + "groupId": 28, + "instId": 300003, + "propState": 8, + "pos": { + "x": -9364, + "y": 104544, + "z": 110462 + }, + "rot": { + "x": 0, + "y": 269602, + "z": 0 + }, + "propId": 104072 + }, + { + "groupId": 28, + "instId": 300004, + "propState": 8, + "pos": { + "x": 9362, + "y": 104544, + "z": 110385 + }, + "rot": { + "x": 0, + "y": 269602, + "z": 0 + }, + "propId": 104072 + }, + { + "groupId": 28, + "instId": 300005, + "propState": 8, + "pos": { + "x": -35594, + "y": 822308, + "z": 742265 + }, + "rot": { + "x": 0, + "y": 29239, + "z": 0 + }, + "propId": 104072 + }, + { + "groupId": 29, + "instId": 300001, + "propState": 8, + "pos": { + "x": -43270, + "y": 30780, + "z": -773530 + }, + "rot": { + "x": 0, + "y": 41937, + "z": 0 + }, + "propId": 104073 + }, + { + "groupId": 29, + "instId": 300002, + "propState": 8, + "pos": { + "x": 53050, + "y": 30780, + "z": -773470 + }, + "rot": { + "x": 0, + "y": 41937, + "z": 0 + }, + "propId": 104073 + }, + { + "groupId": 47, + "instId": 300002, + "propState": 8, + "pos": { + "x": -62185, + "y": 843060, + "z": 841747 + }, + "rot": { + "x": 0, + "y": 59125, + "z": 0 + }, + "propId": 104089 + }, + { + "groupId": 47, + "instId": 300003, + "propState": 20, + "pos": { + "x": 3900, + "y": 831710, + "z": 821000 + }, + "rot": { + "x": 0, + "y": 160000, + "z": 0 + }, + "propId": 60403 + }, + { + "groupId": 49, + "instId": 300001, + "propState": 8, + "pos": { + "x": 4160, + "y": 796470, + "z": 776990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 49, + "instId": 300002, + "propState": 8, + "pos": { + "x": 8150, + "y": 837440, + "z": 871450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 49, + "instId": 300003, + "propState": 8, + "pos": { + "x": -40480, + "y": 817940, + "z": 868690 + }, + "rot": { + "x": 0, + "y": 322993, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 49, + "instId": 300004, + "propState": 8, + "pos": { + "x": 60990, + "y": 871300, + "z": 692240 + }, + "rot": { + "x": 0, + "y": 278924, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 49, + "instId": 300005, + "propState": 8, + "pos": { + "x": -86202, + "y": 872051, + "z": 807032 + }, + "rot": { + "x": 0, + "y": 56065, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 50, + "instId": 300001, + "propState": 1, + "pos": { + "x": -2669, + "y": 888340, + "z": 1000540 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104192 + }, + { + "groupId": 51, + "instId": 300001, + "propState": 8, + "pos": { + "x": 1826, + "y": 816790, + "z": 718997 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 104053 + }, + { + "groupId": 51, + "instId": 300002, + "propState": 8, + "pos": { + "x": -7196, + "y": 816671, + "z": 718997 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 104053 + }, + { + "groupId": 51, + "instId": 300003, + "propState": 8, + "pos": { + "x": -18598, + "y": 823684, + "z": 762638 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104053 + }, + { + "groupId": 51, + "instId": 300004, + "propState": 8, + "pos": { + "x": -26411, + "y": 823684, + "z": 767149 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104053 + }, + { + "groupId": 51, + "instId": 300005, + "propState": 8, + "pos": { + "x": 5502, + "y": 833818, + "z": 803747 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104053 + }, + { + "groupId": 51, + "instId": 300006, + "propState": 8, + "pos": { + "x": -2312, + "y": 833818, + "z": 808258 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104053 + }, + { + "groupId": 51, + "instId": 300007, + "propState": 8, + "pos": { + "x": 32932, + "y": 846628, + "z": 850950 + }, + "rot": { + "x": 0, + "y": 36699, + "z": 0 + }, + "propId": 104053 + }, + { + "groupId": 51, + "instId": 300008, + "propState": 8, + "pos": { + "x": 24646, + "y": 846628, + "z": 847381 + }, + "rot": { + "x": 0, + "y": 36699, + "z": 0 + }, + "propId": 104053 + }, + { + "groupId": 51, + "instId": 300009, + "propState": 8, + "pos": { + "x": -7263, + "y": 856948, + "z": 898017 + }, + "rot": { + "x": 0, + "y": 60130, + "z": 0 + }, + "propId": 104053 + }, + { + "groupId": 51, + "instId": 300010, + "propState": 8, + "pos": { + "x": 1759, + "y": 856948, + "z": 898075 + }, + "rot": { + "x": 0, + "y": 60130, + "z": 0 + }, + "propId": 104053 + }, + { + "groupId": 51, + "instId": 300011, + "propState": 8, + "pos": { + "x": -29022, + "y": 890520, + "z": 979201 + }, + "rot": { + "x": 0, + "y": 62528, + "z": 0 + }, + "propId": 104053 + }, + { + "groupId": 51, + "instId": 300012, + "propState": 8, + "pos": { + "x": 4147, + "y": 890564, + "z": 959928 + }, + "rot": { + "x": 0, + "y": 62528, + "z": 0 + }, + "propId": 104053 + }, + { + "groupId": 51, + "instId": 300013, + "propState": 8, + "pos": { + "x": -9507, + "y": 890674, + "z": 959919 + }, + "rot": { + "x": 0, + "y": 62528, + "z": 0 + }, + "propId": 104053 + }, + { + "groupId": 51, + "instId": 300014, + "propState": 8, + "pos": { + "x": 24231, + "y": 890710, + "z": 980265 + }, + "rot": { + "x": 0, + "y": 62528, + "z": 0 + }, + "propId": 104053 + }, + { + "groupId": 51, + "instId": 300015, + "propState": 8, + "pos": { + "x": 21310, + "y": 896894, + "z": 995520 + }, + "rot": { + "x": 0, + "y": 62528, + "z": 0 + }, + "propId": 104053 + }, + { + "groupId": 51, + "instId": 300016, + "propState": 8, + "pos": { + "x": -26719, + "y": 896924, + "z": 995400 + }, + "rot": { + "x": 0, + "y": 62528, + "z": 0 + }, + "propId": 104053 + }, + { + "groupId": 98, + "instId": 300001, + "propState": 8, + "pos": { + "x": 7838, + "y": 28491, + "z": -804578 + }, + "rot": { + "x": 0, + "y": 338770, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 98, + "instId": 300002, + "propState": 8, + "pos": { + "x": -7797, + "y": 28491, + "z": -748952 + }, + "rot": { + "x": 0, + "y": 16808, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 98, + "instId": 300003, + "propState": 8, + "pos": { + "x": -28068, + "y": 31651, + "z": -764113 + }, + "rot": { + "x": 0, + "y": 104753, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 98, + "instId": 300004, + "propState": 8, + "pos": { + "x": 27059, + "y": 31651, + "z": -775463 + }, + "rot": { + "x": 0, + "y": 292515, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 100, + "instId": 300001, + "propState": 18, + "pos": { + "x": -48255, + "y": 33818, + "z": -748608 + }, + "rot": { + "x": 0, + "y": 192772, + "z": 0 + }, + "propId": 104127 + }, + { + "groupId": 100, + "instId": 300002, + "propState": 1, + "pos": { + "x": -48452, + "y": 30783, + "z": -749316 + }, + "rot": { + "x": 0, + "y": 192772, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 100, + "instId": 300004, + "propState": 8, + "pos": { + "x": -48255, + "y": 33967, + "z": -748608 + }, + "rot": { + "x": 0, + "y": 1764, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 101, + "instId": 300001, + "propState": 18, + "pos": { + "x": 70422, + "y": 36250, + "z": -769457 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104127 + }, + { + "groupId": 101, + "instId": 300002, + "propState": 1, + "pos": { + "x": 68302, + "y": 30783, + "z": -769395 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 101, + "instId": 300004, + "propState": 8, + "pos": { + "x": 69251, + "y": 36481, + "z": -769520 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 102, + "instId": 300001, + "propState": 8, + "pos": { + "x": 45900, + "y": 848477, + "z": 798833 + }, + "rot": { + "x": 0, + "y": 324070, + "z": 0 + }, + "propId": 104127 + }, + { + "groupId": 102, + "instId": 300002, + "propState": 1, + "pos": { + "x": 43579, + "y": 847643, + "z": 800789 + }, + "rot": { + "x": 0, + "y": 324070, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 102, + "instId": 300004, + "propState": 8, + "pos": { + "x": 45900, + "y": 848477, + "z": 798833 + }, + "rot": { + "x": 0, + "y": 324070, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 103, + "instId": 300001, + "propState": 8, + "pos": { + "x": -73520, + "y": 107033, + "z": 6120 + }, + "rot": { + "x": 0, + "y": 158457, + "z": 0 + }, + "propId": 104127 + }, + { + "groupId": 103, + "instId": 300002, + "propState": 1, + "pos": { + "x": -74205, + "y": 105194, + "z": 5330 + }, + "rot": { + "x": 0, + "y": 264324, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 103, + "instId": 300004, + "propState": 8, + "pos": { + "x": -73520, + "y": 107033, + "z": 6120 + }, + "rot": { + "x": 0, + "y": 264324, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 104, + "instId": 300001, + "propState": 8, + "pos": { + "x": 39, + "y": 35021, + "z": -662267 + }, + "rot": { + "x": 0, + "y": 358770, + "z": 0 + }, + "propId": 104127 + }, + { + "groupId": 104, + "instId": 300002, + "propState": 1, + "pos": { + "x": -24, + "y": 34488, + "z": -666318 + }, + "rot": { + "x": 0, + "y": 86149, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 104, + "instId": 300004, + "propState": 8, + "pos": { + "x": 39, + "y": 35193, + "z": -662267 + }, + "rot": { + "x": 0, + "y": 358770, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300001, + "propState": 8, + "pos": { + "x": -16344, + "y": 817957, + "z": 752212 + }, + "rot": { + "x": 0, + "y": 4772, + "z": 0 + }, + "propId": 104127 + }, + { + "groupId": 105, + "instId": 300002, + "propState": 1, + "pos": { + "x": -21336, + "y": 819066, + "z": 743379 + }, + "rot": { + "x": 0, + "y": 192772, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 105, + "instId": 300004, + "propState": 8, + "pos": { + "x": -16500, + "y": 818100, + "z": 750320 + }, + "rot": { + "x": 0, + "y": 4772, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 106, + "instId": 300001, + "propState": 8, + "pos": { + "x": 69181, + "y": 874174, + "z": 689301 + }, + "rot": { + "x": 0, + "y": 330727, + "z": 0 + }, + "propId": 104127 + }, + { + "groupId": 106, + "instId": 300002, + "propState": 1, + "pos": { + "x": 68985, + "y": 874114, + "z": 688478 + }, + "rot": { + "x": 0, + "y": 154039, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 106, + "instId": 300004, + "propState": 8, + "pos": { + "x": 65710, + "y": 874299, + "z": 688220 + }, + "rot": { + "x": 0, + "y": 98674, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 107, + "instId": 300001, + "propState": 8, + "pos": { + "x": 34172, + "y": 846568, + "z": 855967 + }, + "rot": { + "x": 0, + "y": 322431, + "z": 0 + }, + "propId": 104127 + }, + { + "groupId": 107, + "instId": 300002, + "propState": 1, + "pos": { + "x": 31580, + "y": 844566, + "z": 854360 + }, + "rot": { + "x": 0, + "y": 91543, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 107, + "instId": 300004, + "propState": 8, + "pos": { + "x": 33693, + "y": 846753, + "z": 855972 + }, + "rot": { + "x": 0, + "y": 103806, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 108, + "instId": 300001, + "propState": 18, + "pos": { + "x": 7496, + "y": 104743, + "z": 190637 + }, + "rot": { + "x": 0, + "y": 257527, + "z": 0 + }, + "propId": 104127 + }, + { + "groupId": 108, + "instId": 300002, + "propState": 1, + "pos": { + "x": 5790, + "y": 102150, + "z": 190610 + }, + "rot": { + "x": 0, + "y": 257527, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 108, + "instId": 300004, + "propState": 8, + "pos": { + "x": 7111, + "y": 105209, + "z": 190573 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 109, + "instId": 300001, + "propState": 18, + "pos": { + "x": -51790, + "y": 831930, + "z": 886800 + }, + "rot": { + "x": 0, + "y": 288516, + "z": 0 + }, + "propId": 104127 + }, + { + "groupId": 109, + "instId": 300002, + "propState": 1, + "pos": { + "x": -51725, + "y": 831926, + "z": 887332 + }, + "rot": { + "x": 0, + "y": 262027, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 109, + "instId": 300004, + "propState": 8, + "pos": { + "x": -51630, + "y": 832410, + "z": 886779 + }, + "rot": { + "x": 0, + "y": 282492, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 110, + "instId": 300001, + "propState": 2, + "pos": { + "x": 57, + "y": 108582, + "z": 10465 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104171 + }, + { + "groupId": 110, + "instId": 300002, + "propState": 2, + "pos": { + "x": 29, + "y": 107832, + "z": 10437 + }, + "rot": { + "x": 0, + "y": 359980, + "z": 0 + }, + "propId": 104207 + }, + { + "groupId": 110, + "instId": 300003, + "propState": 2, + "pos": { + "x": -149, + "y": 107929, + "z": 10181 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104208 + }, + { + "groupId": 110, + "instId": 300004, + "propState": 2, + "pos": { + "x": -3080, + "y": 107620, + "z": 10630 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104172 + }, + { + "groupId": 110, + "instId": 300005, + "propState": 8, + "pos": { + "x": -40, + "y": 104628, + "z": 14640 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 110, + "instId": 300006, + "propState": 2, + "pos": { + "x": 30, + "y": 114655, + "z": 10400 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104170 + }, + { + "groupId": 110, + "instId": 300007, + "propState": 2, + "pos": { + "x": 0, + "y": 113655, + "z": 10335 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104083 + }, + { + "groupId": 110, + "instId": 300008, + "propState": 2, + "pos": { + "x": 57, + "y": 108582, + "z": 10465 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104171 + }, + { + "groupId": 110, + "instId": 300009, + "propState": 2, + "pos": { + "x": 29, + "y": 107832, + "z": 10437 + }, + "rot": { + "x": 0, + "y": 180020, + "z": 0 + }, + "propId": 104207 + }, + { + "groupId": 110, + "instId": 300010, + "propState": 2, + "pos": { + "x": -117, + "y": 107937, + "z": 10185 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104208 + }, + { + "groupId": 110, + "instId": 300011, + "propState": 2, + "pos": { + "x": 3060, + "y": 107620, + "z": 10630 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104172 + }, + { + "groupId": 113, + "instId": 300001, + "propState": 8, + "pos": { + "x": 490, + "y": 814597, + "z": 735260 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104050 + }, + { + "groupId": 113, + "instId": 300002, + "propState": 8, + "pos": { + "x": 490, + "y": 814697, + "z": 735260 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104159 + }, + { + "groupId": 113, + "instId": 300004, + "propState": 8, + "pos": { + "x": 490, + "y": 814597, + "z": 735260 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 114, + "instId": 300001, + "propState": 8, + "pos": { + "x": 490, + "y": 814597, + "z": 735260 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104050 + }, + { + "groupId": 115, + "instId": 300001, + "propState": 12, + "pos": { + "x": 11840, + "y": 91837, + "z": -133848 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 115, + "instId": 300002, + "propState": 8, + "pos": { + "x": 11840, + "y": 91937, + "z": -133848 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104159 + }, + { + "groupId": 115, + "instId": 300004, + "propState": 8, + "pos": { + "x": 11840, + "y": 91837, + "z": -133848 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 116, + "instId": 300001, + "propState": 12, + "pos": { + "x": 11840, + "y": 91837, + "z": -133848 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 137, + "instId": 300003, + "propState": 8, + "pos": { + "x": 60457, + "y": 32576, + "z": -762392 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103074 + }, + { + "groupId": 138, + "instId": 300001, + "propState": 20, + "pos": { + "x": 68960, + "y": 30783, + "z": -762650 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60402 + }, + { + "groupId": 138, + "instId": 300002, + "propState": 8, + "pos": { + "x": 68960, + "y": 30783, + "z": -762650 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 138, + "instId": 300003, + "propState": 8, + "pos": { + "x": 60640, + "y": 30783, + "z": -762693 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 139, + "instId": 300003, + "propState": 8, + "pos": { + "x": -81326, + "y": 107013, + "z": 10119 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103074 + }, + { + "groupId": 140, + "instId": 300001, + "propState": 20, + "pos": { + "x": -87023, + "y": 105218, + "z": 10420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60402 + }, + { + "groupId": 140, + "instId": 300002, + "propState": 8, + "pos": { + "x": -87023, + "y": 105218, + "z": 10420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 140, + "instId": 300003, + "propState": 8, + "pos": { + "x": -81500, + "y": 105218, + "z": 10420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 145, + "instId": 300002, + "propState": 20, + "pos": { + "x": -2810, + "y": 854758, + "z": 893050 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60403 + }, + { + "groupId": 170, + "instId": 300003, + "propState": 8, + "pos": { + "x": 5330, + "y": 88868, + "z": -266490 + }, + "rot": { + "x": 0, + "y": 331027, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 170, + "instId": 300004, + "propState": 8, + "pos": { + "x": -5560, + "y": 88886, + "z": -216060 + }, + "rot": { + "x": 0, + "y": 27683, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 170, + "instId": 300005, + "propState": 8, + "pos": { + "x": 6035, + "y": 88764, + "z": -169865 + }, + "rot": { + "x": 0, + "y": 347782, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 170, + "instId": 300006, + "propState": 8, + "pos": { + "x": 6840, + "y": 104402, + "z": -95780 + }, + "rot": { + "x": 0, + "y": 335069, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 170, + "instId": 300007, + "propState": 8, + "pos": { + "x": -73483, + "y": 105894, + "z": 5568 + }, + "rot": { + "x": 0, + "y": 301471, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 170, + "instId": 300008, + "propState": 8, + "pos": { + "x": 73510, + "y": 105894, + "z": 14140 + }, + "rot": { + "x": 0, + "y": 115141, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 170, + "instId": 300009, + "propState": 8, + "pos": { + "x": 5220, + "y": 105484, + "z": 55010 + }, + "rot": { + "x": 0, + "y": 339633, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 170, + "instId": 300010, + "propState": 8, + "pos": { + "x": -5260, + "y": 103063, + "z": 131180 + }, + "rot": { + "x": 0, + "y": 13350, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 170, + "instId": 300001, + "propState": 8, + "pos": { + "x": 5833, + "y": 103081, + "z": 199833 + }, + "rot": { + "x": 0, + "y": 340602, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 170, + "instId": 300002, + "propState": 8, + "pos": { + "x": -7796, + "y": 106626, + "z": -13747 + }, + "rot": { + "x": 0, + "y": 19675, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 170, + "instId": 300011, + "propState": 8, + "pos": { + "x": 42495, + "y": 105315, + "z": 7517 + }, + "rot": { + "x": 0, + "y": 75536, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 170, + "instId": 300012, + "propState": 8, + "pos": { + "x": -38978, + "y": 105315, + "z": 13662 + }, + "rot": { + "x": 0, + "y": 247933, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 170, + "instId": 300013, + "propState": 8, + "pos": { + "x": -25485, + "y": 88800, + "z": -136205 + }, + "rot": { + "x": 0, + "y": 60414, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 170, + "instId": 300014, + "propState": 8, + "pos": { + "x": 25605, + "y": 88784, + "z": -153576 + }, + "rot": { + "x": 0, + "y": 205062, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 171, + "instId": 300011, + "propState": 8, + "pos": { + "x": 1380, + "y": 806817, + "z": 680230 + }, + "rot": { + "x": 0, + "y": 348940, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 171, + "instId": 300001, + "propState": 8, + "pos": { + "x": 13600, + "y": 832410, + "z": 821440 + }, + "rot": { + "x": 0, + "y": 84112, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 171, + "instId": 300002, + "propState": 8, + "pos": { + "x": -6110, + "y": 855458, + "z": 890903 + }, + "rot": { + "x": 0, + "y": 141298, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 171, + "instId": 300003, + "propState": 8, + "pos": { + "x": -26123, + "y": 887046, + "z": 963142 + }, + "rot": { + "x": 0, + "y": 45762, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 171, + "instId": 300004, + "propState": 8, + "pos": { + "x": 15903, + "y": 887046, + "z": 958937 + }, + "rot": { + "x": 0, + "y": 331178, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 171, + "instId": 300005, + "propState": 8, + "pos": { + "x": -665, + "y": 886962, + "z": 1014725 + }, + "rot": { + "x": 0, + "y": 69638, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 171, + "instId": 300006, + "propState": 8, + "pos": { + "x": -4348, + "y": 886962, + "z": 1014720 + }, + "rot": { + "x": 0, + "y": 300443, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 178, + "instId": 300001, + "propState": 18, + "pos": { + "x": -2646, + "y": 806393, + "z": 668658 + }, + "rot": { + "x": 0, + "y": 141121, + "z": 0 + }, + "propId": 104162 + }, + { + "groupId": 178, + "instId": 300002, + "propState": 18, + "pos": { + "x": -104, + "y": 91855, + "z": -142110 + }, + "rot": { + "x": 0, + "y": 141121, + "z": 0 + }, + "propId": 104162 + }, + { + "groupId": 178, + "instId": 300003, + "propState": 18, + "pos": { + "x": 27146, + "y": 31305, + "z": -802249 + }, + "rot": { + "x": 0, + "y": 288732, + "z": 0 + }, + "propId": 104094 + }, + { + "groupId": 178, + "instId": 300004, + "propState": 18, + "pos": { + "x": 9394, + "y": 28119, + "z": -806016 + }, + "rot": { + "x": 0, + "y": 116297, + "z": 0 + }, + "propId": 104096 + }, + { + "groupId": 178, + "instId": 300006, + "propState": 18, + "pos": { + "x": -49153, + "y": 31479, + "z": -754138 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104095 + }, + { + "groupId": 178, + "instId": 300005, + "propState": 18, + "pos": { + "x": -16736, + "y": 88211, + "z": -125907 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104095 + }, + { + "groupId": 178, + "instId": 300007, + "propState": 18, + "pos": { + "x": -89279, + "y": 106052, + "z": 3579 + }, + "rot": { + "x": 0, + "y": 288732, + "z": 0 + }, + "propId": 104094 + }, + { + "groupId": 183, + "instId": 300001, + "propState": 11, + "pos": { + "x": -67450, + "y": 30733, + "z": -769680 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104046 + }, + { + "groupId": 184, + "instId": 300001, + "propState": 11, + "pos": { + "x": 18860, + "y": 88041, + "z": -132380 + }, + "rot": { + "x": 0, + "y": 128000, + "z": 0 + }, + "propId": 104046 + }, + { + "groupId": 185, + "instId": 300001, + "propState": 11, + "pos": { + "x": 28900, + "y": 844567, + "z": 864720 + }, + "rot": { + "x": 0, + "y": 207000, + "z": 0 + }, + "propId": 104046 + }, + { + "groupId": 193, + "instId": 300012, + "propState": 8, + "pos": { + "x": 40, + "y": 104674, + "z": 12900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 193, + "instId": 300013, + "propState": 8, + "pos": { + "x": 40, + "y": 104674, + "z": 7895 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 193, + "instId": 300014, + "propState": 8, + "pos": { + "x": -2480, + "y": 104674, + "z": 10400 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 193, + "instId": 300015, + "propState": 8, + "pos": { + "x": 2520, + "y": 104674, + "z": 10400 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 1, + "groupId": 8, + "instId": 300001, + "pos": { + "x": 240, + "y": 27786, + "z": -824570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 1040301 + }, + { + "anchorId": 2, + "groupId": 8, + "instId": 300002, + "pos": { + "x": -90, + "y": 88041, + "z": -201367 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 1040302 + }, + { + "anchorId": 3, + "groupId": 8, + "instId": 300003, + "pos": { + "x": -2747, + "y": 806320, + "z": 677728 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 1040303 + }, + { + "anchorId": 4, + "groupId": 8, + "instId": 300004, + "pos": { + "x": -2590, + "y": 886367, + "z": 952139 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 1040304 + }, + { + "anchorId": 5, + "groupId": 8, + "instId": 300005, + "pos": { + "x": -16, + "y": 104784, + "z": -28800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 1040305 + } + ] + }, + { + "planeID": 10404, + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": 78066, + "y": -5970, + "z": -486616 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 8, + "pos": { + "x": -16970, + "y": 5990, + "z": -300240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 8, + "pos": { + "x": -101136, + "y": 15608, + "z": -278544 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 3, + "instId": 300004, + "propState": 8, + "pos": { + "x": 124536, + "y": 98377, + "z": 192166 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 3, + "instId": 300005, + "propState": 8, + "pos": { + "x": 227579, + "y": 167843, + "z": 369819 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 3, + "instId": 300006, + "propState": 8, + "pos": { + "x": 329967, + "y": 107971, + "z": 217122 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 3, + "instId": 300007, + "propState": 8, + "pos": { + "x": 224470, + "y": 104516, + "z": 263170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 3, + "instId": 300008, + "propState": 8, + "pos": { + "x": 162270, + "y": 100770, + "z": 309350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 3, + "instId": 300009, + "propState": 8, + "pos": { + "x": 315770, + "y": 152774, + "z": 298757 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 1, + "pos": { + "x": 236879, + "y": 103740, + "z": 236270 + }, + "rot": { + "x": 0, + "y": 7500, + "z": 0 + }, + "propId": 104007 + }, + { + "groupId": 5, + "instId": 300004, + "propState": 1, + "pos": { + "x": 212126, + "y": 103740, + "z": 279143 + }, + "rot": { + "x": 0, + "y": 112500, + "z": 0 + }, + "propId": 104007 + }, + { + "groupId": 5, + "instId": 300005, + "propState": 1, + "pos": { + "x": 188042, + "y": 104656, + "z": 276986 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 104007 + }, + { + "groupId": 5, + "instId": 300006, + "propState": 1, + "pos": { + "x": 159686, + "y": 100793, + "z": 300619 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 104007 + }, + { + "groupId": 5, + "instId": 300007, + "propState": 1, + "pos": { + "x": 143159, + "y": 100976, + "z": 309937 + }, + "rot": { + "x": 0, + "y": 293966, + "z": 0 + }, + "propId": 104007 + }, + { + "groupId": 5, + "instId": 300011, + "propState": 1, + "pos": { + "x": 291750, + "y": 105971, + "z": 185290 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 104018 + }, + { + "groupId": 5, + "instId": 300012, + "propState": 1, + "pos": { + "x": 241740, + "y": 101971, + "z": 163320 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 104018 + }, + { + "groupId": 5, + "instId": 300010, + "propState": 1, + "pos": { + "x": 353829, + "y": 107971, + "z": 203773 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 104018 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 12, + "pos": { + "x": 46460, + "y": -5926, + "z": -400850 + }, + "rot": { + "x": 0, + "y": 65627, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 12, + "pos": { + "x": 77605, + "y": -5990, + "z": -489152 + }, + "rot": { + "x": 0, + "y": 99466, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 12, + "pos": { + "x": 1640, + "y": 3350, + "z": -291165 + }, + "rot": { + "x": 0, + "y": 322116, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 12, + "pos": { + "x": -35550, + "y": 6010, + "z": -295410 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 12, + "pos": { + "x": -24136, + "y": 3365, + "z": -267456 + }, + "rot": { + "x": 0, + "y": 318906, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 8, + "instId": 300006, + "propState": 12, + "pos": { + "x": -64336, + "y": 21093, + "z": -236326 + }, + "rot": { + "x": 0, + "y": 205166, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 8, + "instId": 300007, + "propState": 12, + "pos": { + "x": -74082, + "y": 11031, + "z": -231372 + }, + "rot": { + "x": 0, + "y": 179999, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 8, + "instId": 300008, + "propState": 12, + "pos": { + "x": -142910, + "y": 15667, + "z": -278750 + }, + "rot": { + "x": 0, + "y": 359722, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 8, + "instId": 300009, + "propState": 12, + "pos": { + "x": -56093, + "y": 12152, + "z": -262868 + }, + "rot": { + "x": 0, + "y": 262822, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 8, + "instId": 300010, + "propState": 12, + "pos": { + "x": -102840, + "y": 19562, + "z": -246767 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 8, + "instId": 300011, + "propState": 12, + "pos": { + "x": -89620, + "y": 25978, + "z": -268483 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 8, + "instId": 300012, + "propState": 12, + "pos": { + "x": -108412, + "y": 27275, + "z": -259312 + }, + "rot": { + "x": 0, + "y": 88464, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 12, + "pos": { + "x": 138790, + "y": 93656, + "z": 252800 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 12, + "pos": { + "x": 119549, + "y": 93630, + "z": 287411 + }, + "rot": { + "x": 0, + "y": 236162, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 12, + "pos": { + "x": 155246, + "y": 105592, + "z": 354529 + }, + "rot": { + "x": 0, + "y": 241241, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 9, + "instId": 300004, + "propState": 12, + "pos": { + "x": 181840, + "y": 105761, + "z": 377020 + }, + "rot": { + "x": 0, + "y": 190587, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 9, + "instId": 300005, + "propState": 12, + "pos": { + "x": 187402, + "y": 93476, + "z": 172407 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 9, + "instId": 300006, + "propState": 12, + "pos": { + "x": 241550, + "y": 98644, + "z": 144380 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 9, + "instId": 300007, + "propState": 12, + "pos": { + "x": 184204, + "y": 103159, + "z": 243440 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 9, + "instId": 300008, + "propState": 12, + "pos": { + "x": 220378, + "y": 104661, + "z": 222730 + }, + "rot": { + "x": 0, + "y": 150878, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 9, + "instId": 300009, + "propState": 12, + "pos": { + "x": 180016, + "y": 104682, + "z": 267658 + }, + "rot": { + "x": 0, + "y": 47659, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 9, + "instId": 300010, + "propState": 12, + "pos": { + "x": 282562, + "y": 101020, + "z": 248249 + }, + "rot": { + "x": 0, + "y": 332479, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 9, + "instId": 300011, + "propState": 12, + "pos": { + "x": 225310, + "y": 101000, + "z": 290410 + }, + "rot": { + "x": 0, + "y": 59999, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 9, + "instId": 300012, + "propState": 12, + "pos": { + "x": 257994, + "y": 101020, + "z": 325597 + }, + "rot": { + "x": 0, + "y": 152221, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 9, + "instId": 300013, + "propState": 12, + "pos": { + "x": 342210, + "y": 168360, + "z": 326760 + }, + "rot": { + "x": 0, + "y": 355580, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 9, + "instId": 300014, + "propState": 12, + "pos": { + "x": 271147, + "y": 101971, + "z": 181593 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 9, + "instId": 300015, + "propState": 12, + "pos": { + "x": 304360, + "y": 105971, + "z": 204346 + }, + "rot": { + "x": 0, + "y": 328320, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 9, + "instId": 300016, + "propState": 12, + "pos": { + "x": 317861, + "y": 106123, + "z": 162220 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 9, + "instId": 300017, + "propState": 12, + "pos": { + "x": 339230, + "y": 107971, + "z": 195550 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 9, + "instId": 300018, + "propState": 12, + "pos": { + "x": 368330, + "y": 107980, + "z": 183170 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 9, + "instId": 300019, + "propState": 12, + "pos": { + "x": 268524, + "y": 163150, + "z": 363265 + }, + "rot": { + "x": 0, + "y": 351365, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 9, + "instId": 300020, + "propState": 12, + "pos": { + "x": 229317, + "y": 172314, + "z": 387857 + }, + "rot": { + "x": 0, + "y": 263280, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 9, + "instId": 300021, + "propState": 12, + "pos": { + "x": 174010, + "y": 167843, + "z": 380510 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 9, + "instId": 300022, + "propState": 12, + "pos": { + "x": 203473, + "y": 101238, + "z": 291860 + }, + "rot": { + "x": 0, + "y": 304256, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 9, + "instId": 300023, + "propState": 12, + "pos": { + "x": 219037, + "y": 100770, + "z": 341291 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 15, + "instId": 300001, + "propState": 8, + "pos": { + "x": 204915, + "y": 167443, + "z": 391466 + }, + "rot": { + "x": 0, + "y": 245000, + "z": 0 + }, + "propId": 104015 + }, + { + "groupId": 29, + "instId": 300001, + "propState": 8, + "pos": { + "x": 149769, + "y": 105603, + "z": 359377 + }, + "rot": { + "x": 0, + "y": 328717, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 29, + "instId": 300002, + "propState": 8, + "pos": { + "x": 207644, + "y": 101150, + "z": 324766 + }, + "rot": { + "x": 0, + "y": 106681, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 29, + "instId": 300003, + "propState": 8, + "pos": { + "x": 232368, + "y": 103803, + "z": 225356 + }, + "rot": { + "x": 0, + "y": 59779, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 29, + "instId": 300004, + "propState": 8, + "pos": { + "x": 204903, + "y": 167529, + "z": 391455 + }, + "rot": { + "x": 0, + "y": 329375, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 29, + "instId": 300005, + "propState": 8, + "pos": { + "x": 223904, + "y": 98770, + "z": 126573 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 29, + "instId": 300006, + "propState": 8, + "pos": { + "x": -132996, + "y": 26164, + "z": -252218 + }, + "rot": { + "x": 0, + "y": 180283, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 29, + "instId": 300007, + "propState": 8, + "pos": { + "x": 273980, + "y": 102188, + "z": 178507 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 29, + "instId": 300008, + "propState": 8, + "pos": { + "x": -122252, + "y": 15622, + "z": -283207 + }, + "rot": { + "x": 0, + "y": 180849, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 29, + "instId": 300009, + "propState": 8, + "pos": { + "x": 287160, + "y": 102129, + "z": 293884 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 29, + "instId": 300010, + "propState": 8, + "pos": { + "x": 340774, + "y": 107971, + "z": 190474 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 30, + "instId": 300001, + "propState": 1, + "pos": { + "x": -43750, + "y": 5920, + "z": -276720 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 30, + "instId": 300002, + "propState": 1, + "pos": { + "x": -57455, + "y": 8117, + "z": -220071 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 30, + "instId": 300003, + "propState": 1, + "pos": { + "x": 221207, + "y": 167929, + "z": 357985 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 30, + "instId": 300004, + "propState": 1, + "pos": { + "x": 288485, + "y": 105971, + "z": 204066 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 30, + "instId": 300005, + "propState": 1, + "pos": { + "x": 227188, + "y": 100770, + "z": 344085 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 30, + "instId": 300006, + "propState": 1, + "pos": { + "x": -106222, + "y": 13880, + "z": -289783 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 30, + "instId": 300007, + "propState": 1, + "pos": { + "x": 210166, + "y": 103536, + "z": 287518 + }, + "rot": { + "x": 0, + "y": 202254, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 30, + "instId": 300008, + "propState": 1, + "pos": { + "x": 210027, + "y": 104654, + "z": 224475 + }, + "rot": { + "x": 0, + "y": 59128, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 31, + "instId": 300001, + "propState": 8, + "pos": { + "x": 234018, + "y": 100947, + "z": 269707 + }, + "rot": { + "x": 0, + "y": 39325, + "z": 0 + }, + "propId": 104059 + }, + { + "groupId": 31, + "instId": 300002, + "propState": 8, + "pos": { + "x": 325745, + "y": 106160, + "z": 184548 + }, + "rot": { + "x": 0, + "y": 240447, + "z": 0 + }, + "propId": 104059 + }, + { + "groupId": 31, + "instId": 300003, + "propState": 8, + "pos": { + "x": 197669, + "y": 104653, + "z": 270670 + }, + "rot": { + "x": 0, + "y": 151369, + "z": 0 + }, + "propId": 104059 + }, + { + "groupId": 31, + "instId": 300004, + "propState": 8, + "pos": { + "x": 270190, + "y": 163213, + "z": 371600 + }, + "rot": { + "x": 0, + "y": 260032, + "z": 0 + }, + "propId": 104059 + }, + { + "groupId": 31, + "instId": 300005, + "propState": 8, + "pos": { + "x": 118761, + "y": 101070, + "z": 317301 + }, + "rot": { + "x": 0, + "y": 77253, + "z": 0 + }, + "propId": 104059 + }, + { + "groupId": 31, + "instId": 300006, + "propState": 8, + "pos": { + "x": -4256, + "y": 3381, + "z": -247994 + }, + "rot": { + "x": 0, + "y": 224790, + "z": 0 + }, + "propId": 104059 + }, + { + "groupId": 31, + "instId": 300007, + "propState": 8, + "pos": { + "x": -66826, + "y": 11067, + "z": -234952 + }, + "rot": { + "x": 0, + "y": 267497, + "z": 0 + }, + "propId": 104059 + }, + { + "groupId": 31, + "instId": 300008, + "propState": 8, + "pos": { + "x": -82314, + "y": 23943, + "z": -253298 + }, + "rot": { + "x": 0, + "y": 84555, + "z": 0 + }, + "propId": 104059 + }, + { + "groupId": 34, + "instId": 300001, + "propState": 18, + "pos": { + "x": 230175, + "y": 78770, + "z": 120790 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104054 + }, + { + "groupId": 36, + "instId": 300001, + "propState": 8, + "pos": { + "x": -119259, + "y": 18049, + "z": -201242 + }, + "rot": { + "x": 0, + "y": 211662, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 36, + "instId": 300002, + "propState": 8, + "pos": { + "x": 104995, + "y": 98470, + "z": 188771 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 36, + "instId": 300004, + "propState": 8, + "pos": { + "x": -119259, + "y": 18058, + "z": -201242 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 36, + "instId": 300005, + "propState": 8, + "pos": { + "x": 104977, + "y": 98481, + "z": 188670 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 37, + "instId": 300001, + "propState": 8, + "pos": { + "x": -99031, + "y": 15920, + "z": -275022 + }, + "rot": { + "x": 0, + "y": 273537, + "z": 0 + }, + "propId": 104020 + }, + { + "groupId": 37, + "instId": 300002, + "propState": 8, + "pos": { + "x": -66980, + "y": 21867, + "z": -266740 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104020 + }, + { + "groupId": 42, + "instId": 300001, + "propState": 1, + "pos": { + "x": 312570, + "y": 109590, + "z": 314512 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 42, + "instId": 300002, + "propState": 1, + "pos": { + "x": 311898, + "y": 152508, + "z": 314894 + }, + "rot": { + "x": 0, + "y": 91953, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 42, + "instId": 300003, + "propState": 1, + "pos": { + "x": 316455, + "y": 152200, + "z": 310770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104002 + }, + { + "groupId": 42, + "instId": 300004, + "propState": 1, + "pos": { + "x": 316207, + "y": 109404, + "z": 310730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104013 + }, + { + "groupId": 42, + "instId": 300005, + "propState": 1, + "pos": { + "x": 316207, + "y": 152404, + "z": 310730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104013 + }, + { + "groupId": 43, + "instId": 300001, + "propState": 1, + "pos": { + "x": 178747, + "y": 106883, + "z": 365253 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104001 + }, + { + "groupId": 43, + "instId": 300002, + "propState": 1, + "pos": { + "x": 178747, + "y": 168079, + "z": 365253 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104001 + }, + { + "groupId": 43, + "instId": 300003, + "propState": 1, + "pos": { + "x": 178747, + "y": 106883, + "z": 365253 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104014 + }, + { + "groupId": 43, + "instId": 300004, + "propState": 1, + "pos": { + "x": 178747, + "y": 168079, + "z": 365253 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104014 + }, + { + "groupId": 44, + "instId": 300002, + "propState": 8, + "pos": { + "x": -96180, + "y": 14290, + "z": -293300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104067 + }, + { + "groupId": 45, + "instId": 300002, + "propState": 8, + "pos": { + "x": -108024, + "y": 16240, + "z": -236226 + }, + "rot": { + "x": 0, + "y": 179393, + "z": 0 + }, + "propId": 104036 + }, + { + "groupId": 46, + "instId": 300001, + "propState": 8, + "pos": { + "x": 167926, + "y": 106365, + "z": 338718 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 104072 + }, + { + "groupId": 46, + "instId": 300002, + "propState": 8, + "pos": { + "x": 159180, + "y": 106365, + "z": 333900 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 104072 + }, + { + "groupId": 47, + "instId": 300001, + "propState": 8, + "pos": { + "x": -52245, + "y": 8900, + "z": -254517 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104072 + }, + { + "groupId": 48, + "instId": 300001, + "propState": 8, + "pos": { + "x": 204055, + "y": 98810, + "z": 140713 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 104072 + }, + { + "groupId": 49, + "instId": 300002, + "propState": 8, + "pos": { + "x": 133520, + "y": 101257, + "z": 334850 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 104067 + }, + { + "groupId": 50, + "instId": 300001, + "propState": 8, + "pos": { + "x": 333774, + "y": 107971, + "z": 198253 + }, + "rot": { + "x": 0, + "y": 41937, + "z": 0 + }, + "propId": 104073 + }, + { + "groupId": 51, + "instId": 300001, + "propState": 8, + "pos": { + "x": 244485, + "y": 101971, + "z": 162019 + }, + "rot": { + "x": 0, + "y": 41937, + "z": 0 + }, + "propId": 104073 + }, + { + "groupId": 52, + "instId": 300001, + "propState": 8, + "pos": { + "x": 222177, + "y": 104661, + "z": 225314 + }, + "rot": { + "x": 0, + "y": 150100, + "z": 0 + }, + "propId": 104073 + }, + { + "groupId": 53, + "instId": 300001, + "propState": 8, + "pos": { + "x": 142682, + "y": 100754, + "z": 302917 + }, + "rot": { + "x": 0, + "y": 108064, + "z": 0 + }, + "propId": 104073 + }, + { + "groupId": 54, + "instId": 300001, + "propState": 8, + "pos": { + "x": 265360, + "y": 163150, + "z": 367070 + }, + "rot": { + "x": 0, + "y": 80000, + "z": 0 + }, + "propId": 104073 + }, + { + "groupId": 71, + "instId": 300001, + "propState": 18, + "pos": { + "x": 77916, + "y": -3040, + "z": -498627 + }, + "rot": { + "x": 0, + "y": 264267, + "z": 0 + }, + "propId": 104129 + }, + { + "groupId": 71, + "instId": 300002, + "propState": 1, + "pos": { + "x": 78969, + "y": -5990, + "z": -498306 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 71, + "instId": 300004, + "propState": 8, + "pos": { + "x": 77916, + "y": -2890, + "z": -498625 + }, + "rot": { + "x": 0, + "y": 260000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 72, + "instId": 300001, + "propState": 8, + "pos": { + "x": 45966, + "y": -5124, + "z": -393304 + }, + "rot": { + "x": 0, + "y": 299410, + "z": 0 + }, + "propId": 104129 + }, + { + "groupId": 72, + "instId": 300002, + "propState": 1, + "pos": { + "x": 46290, + "y": -5926, + "z": -393617 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 72, + "instId": 300004, + "propState": 8, + "pos": { + "x": 45983, + "y": -4966, + "z": -393313 + }, + "rot": { + "x": 0, + "y": 299410, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 73, + "instId": 300001, + "propState": 18, + "pos": { + "x": 257502, + "y": 102476, + "z": 274846 + }, + "rot": { + "x": 0, + "y": 9817, + "z": 0 + }, + "propId": 104129 + }, + { + "groupId": 73, + "instId": 300002, + "propState": 1, + "pos": { + "x": 257502, + "y": 102476, + "z": 274846 + }, + "rot": { + "x": 0, + "y": 279817, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 73, + "instId": 300004, + "propState": 8, + "pos": { + "x": 257457, + "y": 102476, + "z": 274834 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 74, + "instId": 300001, + "propState": 18, + "pos": { + "x": -132986, + "y": 27350, + "z": -252401 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104129 + }, + { + "groupId": 74, + "instId": 300002, + "propState": 1, + "pos": { + "x": -133052, + "y": 26103, + "z": -253728 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 74, + "instId": 300004, + "propState": 8, + "pos": { + "x": -132986, + "y": 27463, + "z": -252368 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 75, + "instId": 300001, + "propState": 8, + "pos": { + "x": -54727, + "y": 13775, + "z": -265318 + }, + "rot": { + "x": 0, + "y": 108218, + "z": 0 + }, + "propId": 104129 + }, + { + "groupId": 75, + "instId": 300002, + "propState": 1, + "pos": { + "x": -55180, + "y": 12152, + "z": -266265 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 75, + "instId": 300004, + "propState": 8, + "pos": { + "x": -54587, + "y": 13842, + "z": -265400 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 76, + "instId": 300001, + "propState": 8, + "pos": { + "x": -31235, + "y": 4049, + "z": -264000 + }, + "rot": { + "x": 0, + "y": 309806, + "z": 0 + }, + "propId": 104129 + }, + { + "groupId": 76, + "instId": 300002, + "propState": 1, + "pos": { + "x": -30255, + "y": 3365, + "z": -265518 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 76, + "instId": 300004, + "propState": 8, + "pos": { + "x": -31235, + "y": 4049, + "z": -264000 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 77, + "instId": 300001, + "propState": 8, + "pos": { + "x": 175522, + "y": 170077, + "z": 362892 + }, + "rot": { + "x": 0, + "y": 197984, + "z": 0 + }, + "propId": 104129 + }, + { + "groupId": 77, + "instId": 300002, + "propState": 1, + "pos": { + "x": 175114, + "y": 168179, + "z": 365173 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 77, + "instId": 300004, + "propState": 8, + "pos": { + "x": 175522, + "y": 170178, + "z": 362892 + }, + "rot": { + "x": 0, + "y": 220382, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 78, + "instId": 300002, + "propState": 1, + "pos": { + "x": 130717, + "y": 102275, + "z": 338339 + }, + "rot": { + "x": 0, + "y": 224748, + "z": 0 + }, + "propId": 104129 + }, + { + "groupId": 78, + "instId": 300003, + "propState": 1, + "pos": { + "x": 140502, + "y": 102080, + "z": 339386 + }, + "rot": { + "x": 0, + "y": 149909, + "z": 0 + }, + "propId": 104129 + }, + { + "groupId": 78, + "instId": 300004, + "propState": 8, + "pos": { + "x": 140574, + "y": 102154, + "z": 339418 + }, + "rot": { + "x": 0, + "y": 123000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 78, + "instId": 300006, + "propState": 1, + "pos": { + "x": 127191, + "y": 101080, + "z": 331597 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 79, + "instId": 300001, + "propState": 8, + "pos": { + "x": 159492, + "y": 102256, + "z": 309332 + }, + "rot": { + "x": 0, + "y": 220798, + "z": 0 + }, + "propId": 104129 + }, + { + "groupId": 79, + "instId": 300002, + "propState": 1, + "pos": { + "x": 160112, + "y": 100770, + "z": 307461 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 79, + "instId": 300004, + "propState": 8, + "pos": { + "x": 159492, + "y": 102318, + "z": 309332 + }, + "rot": { + "x": 0, + "y": 333245, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 80, + "instId": 300001, + "propState": 8, + "pos": { + "x": 226881, + "y": 171158, + "z": 357232 + }, + "rot": { + "x": 0, + "y": 184882, + "z": 0 + }, + "propId": 104129 + }, + { + "groupId": 80, + "instId": 300002, + "propState": 1, + "pos": { + "x": 226762, + "y": 167843, + "z": 357463 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 80, + "instId": 300004, + "propState": 8, + "pos": { + "x": 226896, + "y": 171199, + "z": 357241 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 81, + "instId": 300001, + "propState": 8, + "pos": { + "x": 337076, + "y": 173730, + "z": 292727 + }, + "rot": { + "x": 0, + "y": 303950, + "z": 0 + }, + "propId": 104129 + }, + { + "groupId": 81, + "instId": 300002, + "propState": 1, + "pos": { + "x": 338040, + "y": 168259, + "z": 292549 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 81, + "instId": 300004, + "propState": 8, + "pos": { + "x": 336933, + "y": 173863, + "z": 292571 + }, + "rot": { + "x": 0, + "y": 312490, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 82, + "instId": 300001, + "propState": 8, + "pos": { + "x": 191614, + "y": 169710, + "z": 361534 + }, + "rot": { + "x": 0, + "y": 241511, + "z": 0 + }, + "propId": 104129 + }, + { + "groupId": 82, + "instId": 300002, + "propState": 1, + "pos": { + "x": 192377, + "y": 167843, + "z": 362487 + }, + "rot": { + "x": 0, + "y": 224345, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 82, + "instId": 300004, + "propState": 8, + "pos": { + "x": 191618, + "y": 170097, + "z": 361456 + }, + "rot": { + "x": 0, + "y": 200633, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 83, + "instId": 300001, + "propState": 18, + "pos": { + "x": 304005, + "y": 106501, + "z": 210615 + }, + "rot": { + "x": 0, + "y": 276515, + "z": 0 + }, + "propId": 104129 + }, + { + "groupId": 83, + "instId": 300002, + "propState": 1, + "pos": { + "x": 303252, + "y": 105988, + "z": 210165 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 83, + "instId": 300004, + "propState": 8, + "pos": { + "x": 304005, + "y": 106501, + "z": 210615 + }, + "rot": { + "x": 0, + "y": 230000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 84, + "instId": 300001, + "propState": 8, + "pos": { + "x": 309174, + "y": 106436, + "z": 178023 + }, + "rot": { + "x": 0, + "y": 40717, + "z": 0 + }, + "propId": 104129 + }, + { + "groupId": 84, + "instId": 300002, + "propState": 1, + "pos": { + "x": 309518, + "y": 106520, + "z": 178086 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 84, + "instId": 300004, + "propState": 8, + "pos": { + "x": 309161, + "y": 106561, + "z": 178007 + }, + "rot": { + "x": 0, + "y": 24000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 85, + "instId": 300001, + "propState": 18, + "pos": { + "x": -47530, + "y": 11920, + "z": -217423 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104129 + }, + { + "groupId": 85, + "instId": 300002, + "propState": 1, + "pos": { + "x": -47487, + "y": 8183, + "z": -218067 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 85, + "instId": 300004, + "propState": 8, + "pos": { + "x": -47530, + "y": 12046, + "z": -217414 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 86, + "instId": 300001, + "propState": 18, + "pos": { + "x": 356793, + "y": 108213, + "z": 190813 + }, + "rot": { + "x": 0, + "y": 255315, + "z": 0 + }, + "propId": 104129 + }, + { + "groupId": 86, + "instId": 300002, + "propState": 1, + "pos": { + "x": 357800, + "y": 107971, + "z": 191113 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 86, + "instId": 300004, + "propState": 8, + "pos": { + "x": 356939, + "y": 108213, + "z": 190774 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 87, + "instId": 300001, + "propState": 18, + "pos": { + "x": 204210, + "y": 102600, + "z": 300040 + }, + "rot": { + "x": 0, + "y": 26393, + "z": 0 + }, + "propId": 104129 + }, + { + "groupId": 87, + "instId": 300002, + "propState": 1, + "pos": { + "x": 205414, + "y": 100841, + "z": 299431 + }, + "rot": { + "x": 0, + "y": 346016, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 87, + "instId": 300004, + "propState": 8, + "pos": { + "x": 204211, + "y": 102733, + "z": 300041 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 88, + "instId": 300001, + "propState": 8, + "pos": { + "x": 178669, + "y": 168938, + "z": 393833 + }, + "rot": { + "x": 0, + "y": 145198, + "z": 0 + }, + "propId": 104129 + }, + { + "groupId": 88, + "instId": 300002, + "propState": 1, + "pos": { + "x": 178703, + "y": 167843, + "z": 395308 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 88, + "instId": 300004, + "propState": 8, + "pos": { + "x": 178642, + "y": 169082, + "z": 393814 + }, + "rot": { + "x": 0, + "y": 108200, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 89, + "instId": 300001, + "propState": 8, + "pos": { + "x": -86338, + "y": 15348, + "z": -239233 + }, + "rot": { + "x": 0, + "y": 8124, + "z": 0 + }, + "propId": 104129 + }, + { + "groupId": 89, + "instId": 300002, + "propState": 1, + "pos": { + "x": -86432, + "y": 12541, + "z": -240353 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 89, + "instId": 300004, + "propState": 8, + "pos": { + "x": -86343, + "y": 15390, + "z": -239198 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 90, + "instId": 300001, + "propState": 18, + "pos": { + "x": -78914, + "y": 24316, + "z": -252642 + }, + "rot": { + "x": 0, + "y": 69952, + "z": 0 + }, + "propId": 104129 + }, + { + "groupId": 90, + "instId": 300002, + "propState": 1, + "pos": { + "x": -79319, + "y": 23948, + "z": -253010 + }, + "rot": { + "x": 0, + "y": 300950, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 90, + "instId": 300004, + "propState": 8, + "pos": { + "x": -78889, + "y": 24433, + "z": -252627 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 92, + "instId": 300002, + "propState": 20, + "pos": { + "x": -119250, + "y": 16251, + "z": -217373 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60403 + }, + { + "groupId": 92, + "instId": 300015, + "propState": 1, + "pos": { + "x": 92290, + "y": -5700, + "z": -502059 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 136, + "instId": 300001, + "propState": 12, + "pos": { + "x": 137081, + "y": 102052, + "z": 342911 + }, + "rot": { + "x": 0, + "y": 150768, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 136, + "instId": 300002, + "propState": 8, + "pos": { + "x": 137081, + "y": 102152, + "z": 342911 + }, + "rot": { + "x": 0, + "y": 150768, + "z": 0 + }, + "propId": 104159 + }, + { + "groupId": 136, + "instId": 300004, + "propState": 8, + "pos": { + "x": 137081, + "y": 102052, + "z": 342911 + }, + "rot": { + "x": 0, + "y": 150768, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 137, + "instId": 300001, + "propState": 12, + "pos": { + "x": 137081, + "y": 102052, + "z": 342911 + }, + "rot": { + "x": 0, + "y": 150768, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 138, + "instId": 300001, + "propState": 8, + "pos": { + "x": 160897, + "y": 100784, + "z": 306934 + }, + "rot": { + "x": 0, + "y": 150768, + "z": 0 + }, + "propId": 104113 + }, + { + "groupId": 138, + "instId": 300002, + "propState": 8, + "pos": { + "x": 160897, + "y": 100884, + "z": 306934 + }, + "rot": { + "x": 0, + "y": 150768, + "z": 0 + }, + "propId": 104159 + }, + { + "groupId": 138, + "instId": 300004, + "propState": 8, + "pos": { + "x": 160897, + "y": 100784, + "z": 306934 + }, + "rot": { + "x": 0, + "y": 150768, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 138, + "instId": 300005, + "propState": 8, + "pos": { + "x": 160897, + "y": 100884, + "z": 306934 + }, + "rot": { + "x": 0, + "y": 150768, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 139, + "instId": 300001, + "propState": 12, + "pos": { + "x": 160897, + "y": 100784, + "z": 306934 + }, + "rot": { + "x": 0, + "y": 150768, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 142, + "instId": 300003, + "propState": 8, + "pos": { + "x": 247891, + "y": 100431, + "z": 132490 + }, + "rot": { + "x": 0, + "y": 59999, + "z": 0 + }, + "propId": 103074 + }, + { + "groupId": 143, + "instId": 300001, + "propState": 20, + "pos": { + "x": 253930, + "y": 98660, + "z": 136710 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 60402 + }, + { + "groupId": 143, + "instId": 300002, + "propState": 8, + "pos": { + "x": 253930, + "y": 98660, + "z": 136710 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 143, + "instId": 300003, + "propState": 8, + "pos": { + "x": 248210, + "y": 98644, + "z": 132330 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 168, + "instId": 300001, + "propState": 11, + "pos": { + "x": -87640, + "y": 27280, + "z": -241080 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104046 + }, + { + "groupId": 169, + "instId": 300001, + "propState": 11, + "pos": { + "x": 115610, + "y": 101080, + "z": 322770 + }, + "rot": { + "x": 0, + "y": 103458, + "z": 0 + }, + "propId": 104046 + }, + { + "groupId": 170, + "instId": 300001, + "propState": 11, + "pos": { + "x": 323641, + "y": 153475, + "z": 284826 + }, + "rot": { + "x": 0, + "y": 90434, + "z": 0 + }, + "propId": 104046 + }, + { + "groupId": 176, + "instId": 300006, + "propState": 8, + "pos": { + "x": -39636, + "y": 5990, + "z": -294265 + }, + "rot": { + "x": 0, + "y": 185572, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 176, + "instId": 300007, + "propState": 8, + "pos": { + "x": -51120, + "y": 5978, + "z": -310370 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 176, + "instId": 300008, + "propState": 8, + "pos": { + "x": -50970, + "y": 5978, + "z": -300970 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 176, + "instId": 300009, + "propState": 8, + "pos": { + "x": -74500, + "y": 11160, + "z": -287292 + }, + "rot": { + "x": 0, + "y": 236527, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 176, + "instId": 300010, + "propState": 8, + "pos": { + "x": -71998, + "y": 11947, + "z": -278408 + }, + "rot": { + "x": 0, + "y": 335479, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 176, + "instId": 300014, + "propState": 8, + "pos": { + "x": -144850, + "y": 16251, + "z": -247720 + }, + "rot": { + "x": 0, + "y": 75105, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 176, + "instId": 300011, + "propState": 8, + "pos": { + "x": -76758, + "y": 24054, + "z": -249600 + }, + "rot": { + "x": 0, + "y": 53418, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 176, + "instId": 300015, + "propState": 8, + "pos": { + "x": -84739, + "y": 27779, + "z": -263615 + }, + "rot": { + "x": 0, + "y": 156113, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 176, + "instId": 300018, + "propState": 8, + "pos": { + "x": -135507, + "y": 26100, + "z": -257428 + }, + "rot": { + "x": 0, + "y": 41732, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 176, + "instId": 300016, + "propState": 8, + "pos": { + "x": -62385, + "y": 21150, + "z": -257798 + }, + "rot": { + "x": 0, + "y": 264682, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 176, + "instId": 300024, + "propState": 8, + "pos": { + "x": -64005, + "y": 21115, + "z": -238378 + }, + "rot": { + "x": 0, + "y": 175823, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 176, + "instId": 300020, + "propState": 8, + "pos": { + "x": -25366, + "y": 3333, + "z": -216889 + }, + "rot": { + "x": 0, + "y": 88688, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 176, + "instId": 300021, + "propState": 8, + "pos": { + "x": -14840, + "y": 3448, + "z": -206413 + }, + "rot": { + "x": 0, + "y": 177426, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 176, + "instId": 300022, + "propState": 8, + "pos": { + "x": -139448, + "y": 15211, + "z": -277092 + }, + "rot": { + "x": 0, + "y": 3118, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 176, + "instId": 300023, + "propState": 8, + "pos": { + "x": -124980, + "y": 15246, + "z": -279906 + }, + "rot": { + "x": 0, + "y": 86672, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 176, + "instId": 300025, + "propState": 8, + "pos": { + "x": 89695, + "y": -5970, + "z": -448796 + }, + "rot": { + "x": 0, + "y": 210643, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 176, + "instId": 300002, + "propState": 8, + "pos": { + "x": 58732, + "y": -5990, + "z": -419241 + }, + "rot": { + "x": 0, + "y": 102446, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 176, + "instId": 300012, + "propState": 8, + "pos": { + "x": 55603, + "y": -6017, + "z": -404746 + }, + "rot": { + "x": 0, + "y": 23104, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 176, + "instId": 300003, + "propState": 8, + "pos": { + "x": 14697, + "y": -1293, + "z": -360615 + }, + "rot": { + "x": 0, + "y": 51018, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 176, + "instId": 300004, + "propState": 8, + "pos": { + "x": 43152, + "y": -5300, + "z": -372415 + }, + "rot": { + "x": 0, + "y": 220886, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 176, + "instId": 300027, + "propState": 8, + "pos": { + "x": 21331, + "y": 2224, + "z": -334155 + }, + "rot": { + "x": 0, + "y": 263701, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 176, + "instId": 300005, + "propState": 8, + "pos": { + "x": 20605, + "y": 3448, + "z": -283484 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 176, + "instId": 300028, + "propState": 8, + "pos": { + "x": 19589, + "y": 3448, + "z": -237547 + }, + "rot": { + "x": 0, + "y": 241864, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 177, + "instId": 300003, + "propState": 8, + "pos": { + "x": 172409, + "y": 93611, + "z": 178652 + }, + "rot": { + "x": 0, + "y": 193443, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 177, + "instId": 300004, + "propState": 8, + "pos": { + "x": 227950, + "y": 97644, + "z": 159150 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 177, + "instId": 300005, + "propState": 8, + "pos": { + "x": 231250, + "y": 97644, + "z": 153440 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 177, + "instId": 300016, + "propState": 8, + "pos": { + "x": 176260, + "y": 103203, + "z": 239780 + }, + "rot": { + "x": 0, + "y": 150437, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 177, + "instId": 300006, + "propState": 8, + "pos": { + "x": 184370, + "y": 103203, + "z": 225470 + }, + "rot": { + "x": 0, + "y": 326831, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 177, + "instId": 300009, + "propState": 8, + "pos": { + "x": 234600, + "y": 103530, + "z": 222580 + }, + "rot": { + "x": 0, + "y": 17701, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 177, + "instId": 300018, + "propState": 8, + "pos": { + "x": 255266, + "y": 101971, + "z": 167110 + }, + "rot": { + "x": 0, + "y": 154263, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 177, + "instId": 300013, + "propState": 8, + "pos": { + "x": 279350, + "y": 105971, + "z": 191890 + }, + "rot": { + "x": 0, + "y": 241048, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 177, + "instId": 300019, + "propState": 8, + "pos": { + "x": 318070, + "y": 105971, + "z": 196210 + }, + "rot": { + "x": 0, + "y": 243409, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 177, + "instId": 300014, + "propState": 8, + "pos": { + "x": 308709, + "y": 106272, + "z": 159522 + }, + "rot": { + "x": 0, + "y": 36623, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 177, + "instId": 300021, + "propState": 8, + "pos": { + "x": 321207, + "y": 105971, + "z": 197154 + }, + "rot": { + "x": 0, + "y": 60201, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 177, + "instId": 300022, + "propState": 8, + "pos": { + "x": 346015, + "y": 107971, + "z": 231792 + }, + "rot": { + "x": 0, + "y": 180550, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 177, + "instId": 300023, + "propState": 8, + "pos": { + "x": 322496, + "y": 107971, + "z": 226099 + }, + "rot": { + "x": 0, + "y": 187422, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 177, + "instId": 300036, + "propState": 8, + "pos": { + "x": 333560, + "y": 107678, + "z": 221839 + }, + "rot": { + "x": 0, + "y": 1196, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 177, + "instId": 300024, + "propState": 8, + "pos": { + "x": 138940, + "y": 100954, + "z": 308470 + }, + "rot": { + "x": 0, + "y": 326307, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 177, + "instId": 300025, + "propState": 8, + "pos": { + "x": 150703, + "y": 105592, + "z": 352393 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 177, + "instId": 300011, + "propState": 8, + "pos": { + "x": 219650, + "y": 97644, + "z": 143270 + }, + "rot": { + "x": 0, + "y": 92595, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 177, + "instId": 300012, + "propState": 8, + "pos": { + "x": 292770, + "y": 101000, + "z": 253740 + }, + "rot": { + "x": 0, + "y": 151932, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 177, + "instId": 300010, + "propState": 8, + "pos": { + "x": 267072, + "y": 101020, + "z": 241252 + }, + "rot": { + "x": 0, + "y": 404, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 177, + "instId": 300015, + "propState": 8, + "pos": { + "x": 134181, + "y": 98377, + "z": 214970 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 177, + "instId": 300026, + "propState": 8, + "pos": { + "x": 141980, + "y": 98377, + "z": 200620 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 177, + "instId": 300028, + "propState": 8, + "pos": { + "x": 113902, + "y": 93638, + "z": 278405 + }, + "rot": { + "x": 0, + "y": 198040, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 177, + "instId": 300029, + "propState": 8, + "pos": { + "x": 118702, + "y": 93656, + "z": 244941 + }, + "rot": { + "x": 0, + "y": 60791, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 177, + "instId": 300001, + "propState": 8, + "pos": { + "x": 153704, + "y": 93656, + "z": 264922 + }, + "rot": { + "x": 0, + "y": 290237, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 177, + "instId": 300002, + "propState": 8, + "pos": { + "x": 128310, + "y": 100954, + "z": 292948 + }, + "rot": { + "x": 0, + "y": 62758, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 177, + "instId": 300030, + "propState": 8, + "pos": { + "x": 178485, + "y": 167843, + "z": 371664 + }, + "rot": { + "x": 0, + "y": 56447, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 177, + "instId": 300031, + "propState": 8, + "pos": { + "x": 245807, + "y": 164825, + "z": 374963 + }, + "rot": { + "x": 0, + "y": 127904, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 177, + "instId": 300032, + "propState": 8, + "pos": { + "x": 277570, + "y": 159001, + "z": 355931 + }, + "rot": { + "x": 0, + "y": 130587, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 177, + "instId": 300033, + "propState": 8, + "pos": { + "x": 278410, + "y": 163045, + "z": 379509 + }, + "rot": { + "x": 0, + "y": 258352, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 177, + "instId": 300035, + "propState": 8, + "pos": { + "x": 146249, + "y": 100626, + "z": 298728 + }, + "rot": { + "x": 0, + "y": 69675, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 177, + "instId": 300037, + "propState": 8, + "pos": { + "x": 314885, + "y": 153565, + "z": 291868 + }, + "rot": { + "x": 0, + "y": 300622, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 178, + "instId": 300013, + "propState": 8, + "pos": { + "x": 5710, + "y": 4139, + "z": -279910 + }, + "rot": { + "x": 0, + "y": 236608, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 178, + "instId": 300017, + "propState": 8, + "pos": { + "x": 76546, + "y": -5317, + "z": -398579 + }, + "rot": { + "x": 0, + "y": 221601, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 178, + "instId": 300001, + "propState": 8, + "pos": { + "x": -17750, + "y": 4065, + "z": -225010 + }, + "rot": { + "x": 0, + "y": 210852, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 178, + "instId": 300002, + "propState": 8, + "pos": { + "x": -15893, + "y": 6909, + "z": -311402 + }, + "rot": { + "x": 0, + "y": 70586, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 178, + "instId": 300003, + "propState": 8, + "pos": { + "x": 97877, + "y": -5290, + "z": -482547 + }, + "rot": { + "x": 0, + "y": 39963, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 179, + "instId": 300007, + "propState": 8, + "pos": { + "x": 185470, + "y": 94357, + "z": 155761 + }, + "rot": { + "x": 0, + "y": 18071, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 179, + "instId": 300008, + "propState": 8, + "pos": { + "x": 130539, + "y": 94556, + "z": 260805 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 179, + "instId": 300001, + "propState": 8, + "pos": { + "x": 137265, + "y": 101682, + "z": 323852 + }, + "rot": { + "x": 0, + "y": 278513, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 179, + "instId": 300002, + "propState": 8, + "pos": { + "x": 296348, + "y": 157838, + "z": 353201 + }, + "rot": { + "x": 0, + "y": 260641, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 179, + "instId": 300003, + "propState": 8, + "pos": { + "x": 202043, + "y": 168559, + "z": 358779 + }, + "rot": { + "x": 0, + "y": 260641, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 179, + "instId": 300004, + "propState": 8, + "pos": { + "x": 132272, + "y": 98874, + "z": 194683 + }, + "rot": { + "x": 0, + "y": 28461, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 179, + "instId": 300005, + "propState": 8, + "pos": { + "x": 213596, + "y": 98186, + "z": 153182 + }, + "rot": { + "x": 0, + "y": 90993, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 179, + "instId": 300006, + "propState": 8, + "pos": { + "x": 206547, + "y": 101470, + "z": 328384 + }, + "rot": { + "x": 0, + "y": 156276, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 179, + "instId": 300009, + "propState": 8, + "pos": { + "x": 341773, + "y": 108671, + "z": 198655 + }, + "rot": { + "x": 0, + "y": 22954, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 181, + "instId": 300001, + "propState": 18, + "pos": { + "x": -16610, + "y": 3365, + "z": -248520 + }, + "rot": { + "x": 0, + "y": 141121, + "z": 0 + }, + "propId": 104162 + }, + { + "groupId": 181, + "instId": 300002, + "propState": 18, + "pos": { + "x": -98611, + "y": 14514, + "z": -255667 + }, + "rot": { + "x": 0, + "y": 141121, + "z": 0 + }, + "propId": 104162 + }, + { + "groupId": 181, + "instId": 300003, + "propState": 18, + "pos": { + "x": -32873, + "y": 6634, + "z": -316065 + }, + "rot": { + "x": 0, + "y": 307883, + "z": 0 + }, + "propId": 104096 + }, + { + "groupId": 181, + "instId": 300004, + "propState": 18, + "pos": { + "x": 226118, + "y": 168339, + "z": 401397 + }, + "rot": { + "x": 0, + "y": 247685, + "z": 0 + }, + "propId": 104093 + }, + { + "groupId": 182, + "instId": 300001, + "propState": 18, + "pos": { + "x": 352248, + "y": 107971, + "z": 206352 + }, + "rot": { + "x": 0, + "y": 141121, + "z": 0 + }, + "propId": 104096 + }, + { + "groupId": 183, + "instId": 300001, + "propState": 8, + "pos": { + "x": 92540, + "y": -5700, + "z": -502200 + }, + "rot": { + "x": 0, + "y": 344316, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 183, + "instId": 300003, + "propState": 8, + "pos": { + "x": 85818, + "y": -5600, + "z": -476484 + }, + "rot": { + "x": 0, + "y": 342891, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 183, + "instId": 300004, + "propState": 8, + "pos": { + "x": 76368, + "y": -5600, + "z": -441185 + }, + "rot": { + "x": 0, + "y": 341881, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 183, + "instId": 300005, + "propState": 8, + "pos": { + "x": 65968, + "y": -5730, + "z": -403365 + }, + "rot": { + "x": 0, + "y": 315973, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 183, + "instId": 300006, + "propState": 8, + "pos": { + "x": 35670, + "y": -4248, + "z": -375330 + }, + "rot": { + "x": 0, + "y": 314947, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 183, + "instId": 300007, + "propState": 8, + "pos": { + "x": 15670, + "y": 1790, + "z": -343140 + }, + "rot": { + "x": 0, + "y": 348838, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 183, + "instId": 300008, + "propState": 8, + "pos": { + "x": 5490, + "y": 3850, + "z": -305800 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 183, + "instId": 300009, + "propState": 8, + "pos": { + "x": -25772, + "y": 6248, + "z": -306117 + }, + "rot": { + "x": 0, + "y": 276450, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 183, + "instId": 300010, + "propState": 8, + "pos": { + "x": -64258, + "y": 9974, + "z": -305754 + }, + "rot": { + "x": 0, + "y": 270790, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 183, + "instId": 300011, + "propState": 8, + "pos": { + "x": -77411, + "y": 11656, + "z": -290016 + }, + "rot": { + "x": 0, + "y": 270790, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 183, + "instId": 300012, + "propState": 8, + "pos": { + "x": -104317, + "y": 14377, + "z": -287019 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 183, + "instId": 300013, + "propState": 8, + "pos": { + "x": -107847, + "y": 16105, + "z": -273346 + }, + "rot": { + "x": 0, + "y": 275315, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 183, + "instId": 300014, + "propState": 8, + "pos": { + "x": -118780, + "y": 16126, + "z": -259770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104270 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 1, + "groupId": 3, + "instId": 300001, + "pos": { + "x": 89730, + "y": -6120, + "z": -492460 + }, + "rot": { + "x": 0, + "y": 346618, + "z": 0 + }, + "teleportId": 1040401 + }, + { + "anchorId": 2, + "groupId": 3, + "instId": 300002, + "pos": { + "x": -21430, + "y": 5990, + "z": -303590 + }, + "rot": { + "x": 0, + "y": 254754, + "z": 0 + }, + "teleportId": 1040402 + }, + { + "anchorId": 3, + "groupId": 3, + "instId": 300003, + "pos": { + "x": -105120, + "y": 15608, + "z": -278950 + }, + "rot": { + "x": 0, + "y": 329392, + "z": 0 + }, + "teleportId": 1040403 + }, + { + "anchorId": 4, + "groupId": 3, + "instId": 300004, + "pos": { + "x": 114403, + "y": 98354, + "z": 194152 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "teleportId": 1040404 + }, + { + "anchorId": 5, + "groupId": 3, + "instId": 300005, + "pos": { + "x": 221674, + "y": 168060, + "z": 363828 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "teleportId": 1040405 + }, + { + "anchorId": 6, + "groupId": 3, + "instId": 300006, + "pos": { + "x": 336400, + "y": 107971, + "z": 213537 + }, + "rot": { + "x": 0, + "y": 182732, + "z": 0 + }, + "teleportId": 1040406 + }, + { + "anchorId": 7, + "groupId": 3, + "instId": 300007, + "pos": { + "x": 216390, + "y": 103529, + "z": 270850 + }, + "rot": { + "x": 0, + "y": 75679, + "z": 0 + }, + "teleportId": 1040407 + }, + { + "anchorId": 8, + "groupId": 3, + "instId": 300008, + "pos": { + "x": 167763, + "y": 100770, + "z": 308090 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "teleportId": 1040408 + }, + { + "anchorId": 9, + "groupId": 3, + "instId": 300009, + "pos": { + "x": 318666, + "y": 152472, + "z": 306522 + }, + "rot": { + "x": 0, + "y": 56899, + "z": 0 + }, + "teleportId": 1040409 + } + ] + }, + { + "planeID": 20001, + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 281, + "z": 13690 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100002 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 2, + "pos": { + "x": 3210, + "y": 148, + "z": 11280 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 1, + "pos": { + "x": 29, + "y": 257, + "z": 89207 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100002 + }, + { + "groupId": 5, + "instId": 300004, + "propState": 2, + "pos": { + "x": 1850, + "y": 123, + "z": 84800 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 5, + "instId": 300005, + "propState": 1, + "pos": { + "x": -11728, + "y": 187, + "z": 141888 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 5, + "instId": 300019, + "propState": 1, + "pos": { + "x": -11728, + "y": 147, + "z": 138240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 5, + "instId": 300006, + "propState": 2, + "pos": { + "x": -10200, + "y": 167, + "z": 137420 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 5, + "instId": 300009, + "propState": 1, + "pos": { + "x": -11727, + "y": 185, + "z": 149717 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 5, + "instId": 300020, + "propState": 1, + "pos": { + "x": -11728, + "y": 147, + "z": 151830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 5, + "instId": 300010, + "propState": 1, + "pos": { + "x": 11727, + "y": 185, + "z": 141900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 5, + "instId": 300023, + "propState": 1, + "pos": { + "x": 11728, + "y": 147, + "z": 138240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 5, + "instId": 300011, + "propState": 2, + "pos": { + "x": 13400, + "y": 167, + "z": 137700 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 5, + "instId": 300024, + "propState": 1, + "pos": { + "x": 11728, + "y": 147, + "z": 151830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 5, + "instId": 300008, + "propState": 1, + "pos": { + "x": 11730, + "y": 166, + "z": 149715 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 5, + "instId": 300007, + "propState": 1, + "pos": { + "x": -23851, + "y": 181, + "z": 219738 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 5, + "instId": 300029, + "propState": 2, + "pos": { + "x": -21660, + "y": 147, + "z": 217620 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 5, + "instId": 300025, + "propState": 1, + "pos": { + "x": -23855, + "y": 147, + "z": 217630 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 5, + "instId": 300012, + "propState": 1, + "pos": { + "x": -21123, + "y": 6451, + "z": 113558 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 5, + "instId": 300026, + "propState": 1, + "pos": { + "x": -19033, + "y": 6397, + "z": 113560 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 5, + "instId": 300013, + "propState": 1, + "pos": { + "x": -18763, + "y": 6397, + "z": 115071 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 5, + "instId": 300015, + "propState": 1, + "pos": { + "x": 30665, + "y": 174, + "z": 190132 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 5, + "instId": 300027, + "propState": 1, + "pos": { + "x": 27581, + "y": 147, + "z": 190135 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 5, + "instId": 300016, + "propState": 2, + "pos": { + "x": 26810, + "y": 147, + "z": 187980 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 5, + "instId": 300017, + "propState": 1, + "pos": { + "x": 23855, + "y": 193, + "z": 219700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 5, + "instId": 300028, + "propState": 1, + "pos": { + "x": 23855, + "y": 147, + "z": 217630 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 5, + "instId": 300018, + "propState": 2, + "pos": { + "x": 7009, + "y": -924, + "z": 358713 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 5, + "instId": 300021, + "propState": 1, + "pos": { + "x": -669, + "y": 19, + "z": -38000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 5, + "instId": 300022, + "propState": 0, + "pos": { + "x": 0, + "y": 2001, + "z": -14481 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100007 + }, + { + "groupId": 5, + "instId": 300030, + "propState": 0, + "pos": { + "x": 5100, + "y": -1000, + "z": 362000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300006 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 12, + "pos": { + "x": -42370, + "y": 6397, + "z": 125480 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60001 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 12, + "pos": { + "x": 16420, + "y": 407, + "z": 95980 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 60001 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 12, + "pos": { + "x": -23770, + "y": 5, + "z": 236810 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60001 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 12, + "pos": { + "x": 9040, + "y": 117, + "z": -2470 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 60001 + }, + { + "groupId": 6, + "instId": 300006, + "propState": 12, + "pos": { + "x": 14970, + "y": 147, + "z": 154240 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60001 + }, + { + "groupId": 6, + "instId": 300005, + "propState": 12, + "pos": { + "x": 15520, + "y": 147, + "z": 233790 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60001 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": 20552, + "y": 147, + "z": 194730 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 8, + "pos": { + "x": 19280, + "y": 147, + "z": 174190 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 8, + "pos": { + "x": 33658, + "y": 147, + "z": 195280 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 7, + "instId": 300005, + "propState": 8, + "pos": { + "x": 8290, + "y": 147, + "z": 160010 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 7, + "instId": 300006, + "propState": 8, + "pos": { + "x": -42199, + "y": 6397, + "z": 101119 + }, + "rot": { + "x": 0, + "y": 1736, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 11, + "pos": { + "x": 49610, + "y": 147, + "z": 190130 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60003 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 8, + "pos": { + "x": -14600, + "y": -10033, + "z": 1831200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 8, + "pos": { + "x": 48530, + "y": 147, + "z": 190130 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 18, + "instId": 300001, + "propState": 8, + "pos": { + "x": -18130, + "y": 147, + "z": 124370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 8, + "pos": { + "x": 21330, + "y": 147, + "z": 223520 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 24, + "instId": 300001, + "propState": 11, + "pos": { + "x": 23420, + "y": 111, + "z": 246670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60003 + }, + { + "groupId": 24, + "instId": 300002, + "propState": 8, + "pos": { + "x": -14600, + "y": -10033, + "z": 1831200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 24, + "instId": 300003, + "propState": 8, + "pos": { + "x": 23618, + "y": 111, + "z": 246670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 34, + "instId": 300001, + "propState": 8, + "pos": { + "x": 23854, + "y": 250, + "z": 233229 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100017 + }, + { + "groupId": 36, + "instId": 300002, + "propState": 12, + "pos": { + "x": -17924, + "y": 147, + "z": 113920 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60001 + }, + { + "groupId": 36, + "instId": 300006, + "propState": 8, + "pos": { + "x": -19055, + "y": 260, + "z": 107720 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 36, + "instId": 300007, + "propState": 8, + "pos": { + "x": 19310, + "y": 371, + "z": 105521 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 36, + "instId": 300008, + "propState": 8, + "pos": { + "x": 19238, + "y": 147, + "z": 125005 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 36, + "instId": 300009, + "propState": 8, + "pos": { + "x": -14870, + "y": 147, + "z": 233511 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 36, + "instId": 300003, + "propState": 8, + "pos": { + "x": -19190, + "y": 147, + "z": 128430 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 44, + "instId": 300002, + "propState": 18, + "pos": { + "x": 1916, + "y": 1308, + "z": 131778 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100018 + }, + { + "groupId": 44, + "instId": 300003, + "propState": 18, + "pos": { + "x": 26177, + "y": 753, + "z": 235206 + }, + "rot": { + "x": 0, + "y": 314004, + "z": 0 + }, + "propId": 100020 + }, + { + "groupId": 44, + "instId": 300004, + "propState": 18, + "pos": { + "x": 52463, + "y": 807, + "z": 187552 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100018 + }, + { + "groupId": 44, + "instId": 300005, + "propState": 18, + "pos": { + "x": 48972, + "y": 947, + "z": 199312 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100018 + }, + { + "groupId": 44, + "instId": 300006, + "propState": 18, + "pos": { + "x": 43349, + "y": 908, + "z": 194741 + }, + "rot": { + "x": 0, + "y": 230905, + "z": 0 + }, + "propId": 100020 + }, + { + "groupId": 44, + "instId": 300007, + "propState": 18, + "pos": { + "x": 47144, + "y": 884, + "z": 189341 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 101030 + }, + { + "groupId": 44, + "instId": 300001, + "propState": 18, + "pos": { + "x": -1959, + "y": 1308, + "z": 131778 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 100020 + }, + { + "groupId": 91, + "instId": 300002, + "propState": 8, + "pos": { + "x": 15180, + "y": 147, + "z": 227910 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 91, + "instId": 300001, + "propState": 8, + "pos": { + "x": -7820, + "y": 147, + "z": 154350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 91, + "instId": 300003, + "propState": 8, + "pos": { + "x": 27040, + "y": 147, + "z": 185780 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 91, + "instId": 300004, + "propState": 8, + "pos": { + "x": -9315, + "y": 152, + "z": 10050 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 93, + "instId": 300001, + "propState": 8, + "pos": { + "x": -4890, + "y": 1150, + "z": 2110 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 702 + } + ], + "monsters": [ + { + "groupId": 3, + "instId": 200005, + "eventId": 20001103, + "pos": { + "x": 23900, + "y": 147, + "z": 204320 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8012010 + }, + { + "groupId": 9, + "instId": 200004, + "eventId": 20001006, + "pos": { + "x": -24000, + "y": 147, + "z": 217000 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8012020 + }, + { + "groupId": 11, + "instId": 200001, + "eventId": 20001232, + "pos": { + "x": 39760, + "y": 150, + "z": 186240 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "monsterId": 8012020 + }, + { + "groupId": 11, + "instId": 200002, + "eventId": 20001233, + "pos": { + "x": 41200, + "y": 150, + "z": 193520 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "monsterId": 8012010 + }, + { + "groupId": 24, + "instId": 200001, + "eventId": 20001231, + "pos": { + "x": 23650, + "y": 111, + "z": 243100 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8003020 + }, + { + "groupId": 28, + "instId": 200001, + "eventId": 20001111, + "pos": { + "x": -26600, + "y": 150, + "z": 181840 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8002040 + }, + { + "groupId": 93, + "instId": 200001, + "eventId": 101201, + "pos": { + "x": -4890, + "y": 150, + "z": 2110 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "monsterId": 8013012 + } + ], + "teleports": [ + { + "anchorId": 1, + "groupId": 18, + "instId": 300001, + "pos": { + "x": -15123, + "y": 147, + "z": 125844 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "teleportId": 2000101 + }, + { + "anchorId": 2, + "groupId": 18, + "instId": 300002, + "pos": { + "x": 23874, + "y": 147, + "z": 226660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2000102 + }, + { + "anchorId": 1, + "groupId": 93, + "instId": 300001, + "pos": { + "x": -1250, + "y": 147, + "z": 6710 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "teleportId": 1101 + } + ] + }, + { + "planeID": 20002, + "props": [ + { + "groupId": 1, + "instId": 300006, + "propState": 8, + "pos": { + "x": 47060, + "y": 3438, + "z": -112990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 1, + "instId": 300021, + "propState": 8, + "pos": { + "x": -138650, + "y": -101, + "z": -75290 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 1, + "instId": 300022, + "propState": 8, + "pos": { + "x": -29210, + "y": 18610, + "z": -93190 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 1, + "instId": 300007, + "propState": 8, + "pos": { + "x": -67850, + "y": -3195, + "z": -67300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 1, + "instId": 300001, + "propState": 8, + "pos": { + "x": -72418, + "y": 18818, + "z": -72278 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 131 + }, + { + "groupId": 1, + "instId": 300002, + "propState": 8, + "pos": { + "x": -72518, + "y": -3124, + "z": -72170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 131 + }, + { + "groupId": 3, + "instId": 300012, + "propState": 8, + "pos": { + "x": -94500, + "y": 6820, + "z": -122190 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 3, + "instId": 300010, + "propState": 2, + "pos": { + "x": -101766, + "y": 5058, + "z": -119589 + }, + "rot": { + "x": 0, + "y": 269851, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": -2515, + "y": 2940, + "z": -100826 + }, + "rot": { + "x": 0, + "y": 288017, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 3, + "instId": 300019, + "propState": 8, + "pos": { + "x": -5599, + "y": 2864, + "z": -99852 + }, + "rot": { + "x": 0, + "y": 197158, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 2, + "pos": { + "x": 470, + "y": 2880, + "z": -99190 + }, + "rot": { + "x": 0, + "y": 107618, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 3, + "instId": 300004, + "propState": 8, + "pos": { + "x": -120990, + "y": -101, + "z": -73190 + }, + "rot": { + "x": 0, + "y": 269472, + "z": 0 + }, + "propId": 100003 + }, + { + "groupId": 3, + "instId": 300020, + "propState": 8, + "pos": { + "x": -120990, + "y": -101, + "z": -73190 + }, + "rot": { + "x": 0, + "y": 269472, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 3, + "instId": 300006, + "propState": 2, + "pos": { + "x": -104321, + "y": -101, + "z": -74646 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 8, + "pos": { + "x": -110161, + "y": -61, + "z": -64690 + }, + "rot": { + "x": 0, + "y": 17053, + "z": 0 + }, + "propId": 100021 + }, + { + "groupId": 3, + "instId": 300021, + "propState": 8, + "pos": { + "x": -110828, + "y": 504, + "z": -73353 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 3, + "instId": 300005, + "propState": 8, + "pos": { + "x": -110990, + "y": -109, + "z": -62616 + }, + "rot": { + "x": 0, + "y": 18847, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 3, + "instId": 300014, + "propState": 8, + "pos": { + "x": -132012, + "y": 2824, + "z": -57981 + }, + "rot": { + "x": 0, + "y": 27345, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 3, + "instId": 300022, + "propState": 8, + "pos": { + "x": -130510, + "y": 2770, + "z": -55090 + }, + "rot": { + "x": 0, + "y": 297332, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 3, + "instId": 300008, + "propState": 8, + "pos": { + "x": -132037, + "y": 2748, + "z": -61726 + }, + "rot": { + "x": 0, + "y": 207345, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 3, + "instId": 300016, + "propState": 8, + "pos": { + "x": -144990, + "y": -60, + "z": -73290 + }, + "rot": { + "x": 0, + "y": 270291, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 3, + "instId": 300026, + "propState": 8, + "pos": { + "x": -141728, + "y": -119, + "z": -73277 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 3, + "instId": 300018, + "propState": 8, + "pos": { + "x": -141399, + "y": -115, + "z": -71740 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 3, + "instId": 300015, + "propState": 1, + "pos": { + "x": -110156, + "y": -61, + "z": -81744 + }, + "rot": { + "x": 0, + "y": 342919, + "z": 0 + }, + "propId": 100021 + }, + { + "groupId": 3, + "instId": 300023, + "propState": 1, + "pos": { + "x": -110829, + "y": 504, + "z": -73061 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 3, + "instId": 300013, + "propState": 8, + "pos": { + "x": -2438, + "y": 2916, + "z": -45562 + }, + "rot": { + "x": 0, + "y": 253313, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 3, + "instId": 300024, + "propState": 8, + "pos": { + "x": -5595, + "y": 2864, + "z": -46516 + }, + "rot": { + "x": 0, + "y": 163201, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 3, + "instId": 300038, + "propState": 8, + "pos": { + "x": -5441, + "y": 2868, + "z": -48072 + }, + "rot": { + "x": 0, + "y": 252400, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 3, + "instId": 300017, + "propState": 1, + "pos": { + "x": 42748, + "y": 3485, + "z": -115471 + }, + "rot": { + "x": 0, + "y": 288017, + "z": 0 + }, + "propId": 100005 + }, + { + "groupId": 3, + "instId": 300025, + "propState": 1, + "pos": { + "x": 42748, + "y": 3485, + "z": -115476 + }, + "rot": { + "x": 0, + "y": 288000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 3, + "instId": 300007, + "propState": 1, + "pos": { + "x": 58122, + "y": 3459, + "z": -118557 + }, + "rot": { + "x": 0, + "y": 108146, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 3, + "instId": 300011, + "propState": 8, + "pos": { + "x": -10910, + "y": 18600, + "z": -106140 + }, + "rot": { + "x": 0, + "y": 27837, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 3, + "instId": 300009, + "propState": 8, + "pos": { + "x": -1578, + "y": 4254, + "z": -104286 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 3, + "instId": 300027, + "propState": 1, + "pos": { + "x": -146897, + "y": 2770, + "z": -37391 + }, + "rot": { + "x": 0, + "y": 207332, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 3, + "instId": 300028, + "propState": 1, + "pos": { + "x": -130445, + "y": 2762, + "z": -91413 + }, + "rot": { + "x": 0, + "y": 63465, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 3, + "instId": 300029, + "propState": 1, + "pos": { + "x": -123205, + "y": 2760, + "z": -106135 + }, + "rot": { + "x": 0, + "y": 243837, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 3, + "instId": 300030, + "propState": 1, + "pos": { + "x": -147179, + "y": 2762, + "z": -108792 + }, + "rot": { + "x": 0, + "y": 153818, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 3, + "instId": 300031, + "propState": 1, + "pos": { + "x": -81935, + "y": 10282, + "z": -114414 + }, + "rot": { + "x": 0, + "y": 97352, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 3, + "instId": 300032, + "propState": 1, + "pos": { + "x": -71651, + "y": 10282, + "z": -114388 + }, + "rot": { + "x": 0, + "y": 83364, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 3, + "instId": 300044, + "propState": 1, + "pos": { + "x": -31403, + "y": 18681, + "z": -108909 + }, + "rot": { + "x": 0, + "y": 27743, + "z": 0 + }, + "propId": 100021 + }, + { + "groupId": 3, + "instId": 300033, + "propState": 1, + "pos": { + "x": -29906, + "y": 18608, + "z": -106063 + }, + "rot": { + "x": 0, + "y": 297743, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 3, + "instId": 300034, + "propState": 1, + "pos": { + "x": -5999, + "y": 18610, + "z": -109379 + }, + "rot": { + "x": 0, + "y": 27856, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 3, + "instId": 300045, + "propState": 1, + "pos": { + "x": -37989, + "y": 18683, + "z": -92473 + }, + "rot": { + "x": 0, + "y": 117856, + "z": 0 + }, + "propId": 100021 + }, + { + "groupId": 3, + "instId": 300035, + "propState": 1, + "pos": { + "x": -35120, + "y": 18610, + "z": -93989 + }, + "rot": { + "x": 0, + "y": 27856, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 3, + "instId": 300036, + "propState": 1, + "pos": { + "x": -35597, + "y": 18611, + "z": -51446 + }, + "rot": { + "x": 0, + "y": 332611, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 3, + "instId": 300037, + "propState": 1, + "pos": { + "x": -6352, + "y": 18611, + "z": -36294 + }, + "rot": { + "x": 0, + "y": 332611, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 3, + "instId": 300043, + "propState": 8, + "pos": { + "x": -6513, + "y": 1037, + "z": -73196 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 3, + "instId": 300046, + "propState": 8, + "pos": { + "x": 43166, + "y": 3481, + "z": -31972 + }, + "rot": { + "x": 0, + "y": 253434, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 3, + "instId": 300047, + "propState": 1, + "pos": { + "x": -32477, + "y": -981, + "z": -73188 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 3, + "instId": 300048, + "propState": 1, + "pos": { + "x": -197912, + "y": 2986, + "z": -87881 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 3, + "instId": 300039, + "propState": 8, + "pos": { + "x": -38863, + "y": 17690, + "z": -62867 + }, + "rot": { + "x": 0, + "y": 343500, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 3, + "instId": 300040, + "propState": 8, + "pos": { + "x": -113331, + "y": 17656, + "z": -86508 + }, + "rot": { + "x": 0, + "y": 160861, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 3, + "instId": 300041, + "propState": 8, + "pos": { + "x": -155125, + "y": 2700, + "z": -33130 + }, + "rot": { + "x": 0, + "y": 207332, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 3, + "instId": 300042, + "propState": 1, + "pos": { + "x": 53197, + "y": 3438, + "z": -118870 + }, + "rot": { + "x": 0, + "y": 288000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 3, + "instId": 300049, + "propState": 1, + "pos": { + "x": -23402, + "y": 18610, + "z": -100181 + }, + "rot": { + "x": 0, + "y": 117856, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": -38680, + "y": 18260, + "z": -82930 + }, + "rot": { + "x": 0, + "y": 193835, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 2, + "pos": { + "x": -42585, + "y": 18630, + "z": -88591 + }, + "rot": { + "x": 0, + "y": 193930, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 6, + "instId": 300006, + "propState": 8, + "pos": { + "x": -178060, + "y": -390, + "z": -61070 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 6, + "instId": 300009, + "propState": 8, + "pos": { + "x": -177690, + "y": -7646, + "z": -74272 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 6, + "instId": 300010, + "propState": 1, + "pos": { + "x": -162330, + "y": -415, + "z": -71330 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100011 + }, + { + "groupId": 6, + "instId": 300011, + "propState": 8, + "pos": { + "x": -169860, + "y": -4600, + "z": -79580 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100012 + }, + { + "groupId": 6, + "instId": 300013, + "propState": 1, + "pos": { + "x": -194540, + "y": -378, + "z": -69650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100011 + }, + { + "groupId": 6, + "instId": 300014, + "propState": 8, + "pos": { + "x": -186621, + "y": -400, + "z": -79920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100012 + }, + { + "groupId": 6, + "instId": 300012, + "propState": 8, + "pos": { + "x": -171678, + "y": -4389, + "z": -85976 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 6, + "instId": 300015, + "propState": 8, + "pos": { + "x": -207948, + "y": -4226, + "z": -86090 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 6, + "instId": 300016, + "propState": 8, + "pos": { + "x": -173911, + "y": -178, + "z": -73134 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 2, + "pos": { + "x": -72470, + "y": -3195, + "z": -72255 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 2, + "pos": { + "x": -72470, + "y": 18664, + "z": -72255 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 14, + "pos": { + "x": -76806, + "y": -1435, + "z": -73208 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100007 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 12, + "pos": { + "x": -84771, + "y": -3195, + "z": -65361 + }, + "rot": { + "x": 0, + "y": 312997, + "z": 0 + }, + "propId": 60001 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 12, + "pos": { + "x": -135061, + "y": 2783, + "z": -60790 + }, + "rot": { + "x": 0, + "y": 160495, + "z": 0 + }, + "propId": 60001 + }, + { + "groupId": 10, + "instId": 300004, + "propState": 12, + "pos": { + "x": -149408, + "y": 2762, + "z": -104641 + }, + "rot": { + "x": 0, + "y": 243492, + "z": 0 + }, + "propId": 60001 + }, + { + "groupId": 10, + "instId": 300005, + "propState": 12, + "pos": { + "x": -83942, + "y": 10285, + "z": -110944 + }, + "rot": { + "x": 0, + "y": 121097, + "z": 0 + }, + "propId": 60001 + }, + { + "groupId": 10, + "instId": 300006, + "propState": 12, + "pos": { + "x": -44964, + "y": 18626, + "z": -94317 + }, + "rot": { + "x": 0, + "y": 20000, + "z": 0 + }, + "propId": 60001 + }, + { + "groupId": 10, + "instId": 300007, + "propState": 12, + "pos": { + "x": 240, + "y": 18611, + "z": -31650 + }, + "rot": { + "x": 0, + "y": 242000, + "z": 0 + }, + "propId": 60001 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 12, + "pos": { + "x": -84504, + "y": 18664, + "z": -81174 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 60001 + }, + { + "groupId": 10, + "instId": 300009, + "propState": 12, + "pos": { + "x": -5985, + "y": 18610, + "z": -118859 + }, + "rot": { + "x": 0, + "y": 27745, + "z": 0 + }, + "propId": 60001 + }, + { + "groupId": 10, + "instId": 300008, + "propState": 12, + "pos": { + "x": -204600, + "y": 2966, + "z": -81460 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60003 + }, + { + "groupId": 10, + "instId": 300011, + "propState": 12, + "pos": { + "x": -109850, + "y": 18598, + "z": -94600 + }, + "rot": { + "x": 0, + "y": 341847, + "z": 0 + }, + "propId": 60002 + }, + { + "groupId": 10, + "instId": 300012, + "propState": 12, + "pos": { + "x": -163290, + "y": 2770, + "z": -29038 + }, + "rot": { + "x": 0, + "y": 118000, + "z": 0 + }, + "propId": 60002 + }, + { + "groupId": 10, + "instId": 300013, + "propState": 12, + "pos": { + "x": -43386, + "y": 18611, + "z": -52037 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 60002 + }, + { + "groupId": 12, + "instId": 300004, + "propState": 8, + "pos": { + "x": -38070, + "y": -1038, + "z": -78970 + }, + "rot": { + "x": 0, + "y": 65126, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 12, + "instId": 300007, + "propState": 8, + "pos": { + "x": -67349, + "y": -3153, + "z": -78532 + }, + "rot": { + "x": 0, + "y": 210425, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 12, + "instId": 300012, + "propState": 8, + "pos": { + "x": -120442, + "y": 2762, + "z": -91925 + }, + "rot": { + "x": 0, + "y": 153993, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 12, + "instId": 300013, + "propState": 8, + "pos": { + "x": -82010, + "y": 10280, + "z": -124298 + }, + "rot": { + "x": 0, + "y": 179592, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 12, + "instId": 300014, + "propState": 8, + "pos": { + "x": -144267, + "y": 2760, + "z": -115253 + }, + "rot": { + "x": 0, + "y": 335000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 12, + "instId": 300016, + "propState": 8, + "pos": { + "x": -69638, + "y": 10285, + "z": -110718 + }, + "rot": { + "x": 0, + "y": 237575, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 12, + "instId": 300006, + "propState": 8, + "pos": { + "x": -131745, + "y": -90, + "z": -70269 + }, + "rot": { + "x": 0, + "y": 268866, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 8, + "pos": { + "x": -19293, + "y": 1039, + "z": -94147 + }, + "rot": { + "x": 0, + "y": 285704, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 12, + "instId": 300003, + "propState": 8, + "pos": { + "x": -101902, + "y": -1525, + "z": -88957 + }, + "rot": { + "x": 0, + "y": 222713, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 12, + "instId": 300017, + "propState": 8, + "pos": { + "x": -24401, + "y": 18620, + "z": -90450 + }, + "rot": { + "x": 0, + "y": 28316, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 12, + "instId": 300008, + "propState": 8, + "pos": { + "x": 2760, + "y": 2855, + "z": -31780 + }, + "rot": { + "x": 0, + "y": 253355, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 12, + "pos": { + "x": -44589, + "y": -1544, + "z": -70170 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60001 + }, + { + "groupId": 15, + "instId": 300001, + "propState": 8, + "pos": { + "x": -5986, + "y": 1196, + "z": -73135 + }, + "rot": { + "x": 0, + "y": 182183, + "z": 0 + }, + "propId": 901 + }, + { + "groupId": 26, + "instId": 300002, + "propState": 8, + "pos": { + "x": -36720, + "y": 18583, + "z": -66100 + }, + "rot": { + "x": 0, + "y": 253519, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 26, + "instId": 300001, + "propState": 8, + "pos": { + "x": -42700, + "y": 18611, + "z": -51950 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 26, + "instId": 300003, + "propState": 8, + "pos": { + "x": -42700, + "y": 18611, + "z": -51950 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 27, + "instId": 300001, + "propState": 11, + "pos": { + "x": -128579, + "y": 2770, + "z": -38969 + }, + "rot": { + "x": 0, + "y": 207073, + "z": 0 + }, + "propId": 60002 + }, + { + "groupId": 27, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 27, + "instId": 300003, + "propState": 8, + "pos": { + "x": -128410, + "y": 2770, + "z": -38600 + }, + "rot": { + "x": 0, + "y": 208678, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 28, + "instId": 300001, + "propState": 11, + "pos": { + "x": -111270, + "y": 18598, + "z": -55340 + }, + "rot": { + "x": 0, + "y": 200000, + "z": 0 + }, + "propId": 60003 + }, + { + "groupId": 28, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 28, + "instId": 300003, + "propState": 8, + "pos": { + "x": -111270, + "y": 18598, + "z": -55340 + }, + "rot": { + "x": 0, + "y": 200000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 32, + "instId": 300002, + "propState": 8, + "pos": { + "x": -114560, + "y": 18600, + "z": -83069 + }, + "rot": { + "x": 0, + "y": 72091, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 32, + "instId": 300001, + "propState": 8, + "pos": { + "x": -109850, + "y": 18598, + "z": -94600 + }, + "rot": { + "x": 0, + "y": 340000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 32, + "instId": 300003, + "propState": 8, + "pos": { + "x": -111606, + "y": 18571, + "z": -90508 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 33, + "instId": 300002, + "propState": 8, + "pos": { + "x": -150600, + "y": 3010, + "z": -32680 + }, + "rot": { + "x": 0, + "y": 207541, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 33, + "instId": 300001, + "propState": 8, + "pos": { + "x": -163360, + "y": 2770, + "z": -29170 + }, + "rot": { + "x": 0, + "y": 118000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 33, + "instId": 300003, + "propState": 8, + "pos": { + "x": -163360, + "y": 2770, + "z": -29170 + }, + "rot": { + "x": 0, + "y": 118000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 38, + "instId": 300002, + "propState": 8, + "pos": { + "x": -91021, + "y": -1460, + "z": -59193 + }, + "rot": { + "x": 0, + "y": 315372, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 38, + "instId": 300004, + "propState": 8, + "pos": { + "x": -62641, + "y": -1460, + "z": -87284 + }, + "rot": { + "x": 0, + "y": 315372, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 40, + "instId": 300009, + "propState": 8, + "pos": { + "x": -118490, + "y": 18598, + "z": -70530 + }, + "rot": { + "x": 0, + "y": 266158, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 40, + "instId": 300010, + "propState": 8, + "pos": { + "x": -136462, + "y": 2753, + "z": -84437 + }, + "rot": { + "x": 0, + "y": 21963, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 40, + "instId": 300011, + "propState": 8, + "pos": { + "x": -80440, + "y": -3195, + "z": -59430 + }, + "rot": { + "x": 0, + "y": 165908, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 40, + "instId": 300001, + "propState": 8, + "pos": { + "x": -131800, + "y": 2770, + "z": -50438 + }, + "rot": { + "x": 0, + "y": 200813, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 40, + "instId": 300002, + "propState": 8, + "pos": { + "x": -151530, + "y": -163, + "z": -66560 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 40, + "instId": 300003, + "propState": 8, + "pos": { + "x": -8780, + "y": 1039, + "z": -70203 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 41, + "instId": 300001, + "propState": 8, + "pos": { + "x": 41413, + "y": 5938, + "z": -107116 + }, + "rot": { + "x": 0, + "y": 209999, + "z": 0 + }, + "propId": 100031 + }, + { + "groupId": 41, + "instId": 300002, + "propState": 8, + "pos": { + "x": 31428, + "y": 6203, + "z": -41084 + }, + "rot": { + "x": 0, + "y": 165400, + "z": 0 + }, + "propId": 100033 + }, + { + "groupId": 41, + "instId": 300004, + "propState": 8, + "pos": { + "x": 31987, + "y": 6090, + "z": -119936 + }, + "rot": { + "x": 0, + "y": 16153, + "z": 0 + }, + "propId": 100034 + }, + { + "groupId": 41, + "instId": 300005, + "propState": 8, + "pos": { + "x": 37437, + "y": 6128, + "z": -119372 + }, + "rot": { + "x": 0, + "y": 30240, + "z": 0 + }, + "propId": 100035 + }, + { + "groupId": 41, + "instId": 300006, + "propState": 8, + "pos": { + "x": 23187, + "y": 5962, + "z": -114761 + }, + "rot": { + "x": 0, + "y": 18213, + "z": 0 + }, + "propId": 100036 + }, + { + "groupId": 41, + "instId": 300007, + "propState": 8, + "pos": { + "x": 27163, + "y": 5965, + "z": -102509 + }, + "rot": { + "x": 0, + "y": 277369, + "z": 0 + }, + "propId": 100037 + }, + { + "groupId": 41, + "instId": 300008, + "propState": 8, + "pos": { + "x": 37877, + "y": 6196, + "z": -27950 + }, + "rot": { + "x": 0, + "y": 340655, + "z": 0 + }, + "propId": 100038 + }, + { + "groupId": 41, + "instId": 300009, + "propState": 8, + "pos": { + "x": 40934, + "y": 5934, + "z": -38211 + }, + "rot": { + "x": 0, + "y": 344340, + "z": 0 + }, + "propId": 100039 + }, + { + "groupId": 41, + "instId": 300012, + "propState": 8, + "pos": { + "x": 27680, + "y": 5930, + "z": -28702 + }, + "rot": { + "x": 0, + "y": 163172, + "z": 0 + }, + "propId": 100042 + }, + { + "groupId": 41, + "instId": 300014, + "propState": 8, + "pos": { + "x": 33043, + "y": 6090, + "z": -29361 + }, + "rot": { + "x": 0, + "y": 343693, + "z": 0 + }, + "propId": 100034 + }, + { + "groupId": 41, + "instId": 300015, + "propState": 8, + "pos": { + "x": 36758, + "y": 6128, + "z": -41761 + }, + "rot": { + "x": 0, + "y": 342658, + "z": 0 + }, + "propId": 100035 + }, + { + "groupId": 41, + "instId": 300016, + "propState": 8, + "pos": { + "x": 31246, + "y": 5898, + "z": -106091 + }, + "rot": { + "x": 0, + "y": 288387, + "z": 0 + }, + "propId": 100032 + }, + { + "groupId": 41, + "instId": 300017, + "propState": 8, + "pos": { + "x": 27310, + "y": 6128, + "z": -118380 + }, + "rot": { + "x": 0, + "y": 133483, + "z": 0 + }, + "propId": 100035 + }, + { + "groupId": 41, + "instId": 300018, + "propState": 8, + "pos": { + "x": 36776, + "y": 5898, + "z": -121463 + }, + "rot": { + "x": 0, + "y": 288387, + "z": 0 + }, + "propId": 100032 + }, + { + "groupId": 41, + "instId": 300019, + "propState": 8, + "pos": { + "x": 37256, + "y": 5790, + "z": -25819 + }, + "rot": { + "x": 0, + "y": 253491, + "z": 0 + }, + "propId": 100032 + }, + { + "groupId": 41, + "instId": 300021, + "propState": 8, + "pos": { + "x": 36697, + "y": 5898, + "z": -105538 + }, + "rot": { + "x": 0, + "y": 288387, + "z": 0 + }, + "propId": 100032 + }, + { + "groupId": 41, + "instId": 300022, + "propState": 8, + "pos": { + "x": 31873, + "y": 6090, + "z": -104050 + }, + "rot": { + "x": 0, + "y": 16153, + "z": 0 + }, + "propId": 100034 + }, + { + "groupId": 41, + "instId": 300023, + "propState": 8, + "pos": { + "x": 27960, + "y": 5898, + "z": -116290 + }, + "rot": { + "x": 0, + "y": 288387, + "z": 0 + }, + "propId": 100032 + }, + { + "groupId": 41, + "instId": 300024, + "propState": 8, + "pos": { + "x": 27206, + "y": 6116, + "z": -44612 + }, + "rot": { + "x": 0, + "y": 161300, + "z": 0 + }, + "propId": 100041 + }, + { + "groupId": 41, + "instId": 300025, + "propState": 8, + "pos": { + "x": 23508, + "y": 5790, + "z": -32197 + }, + "rot": { + "x": 0, + "y": 343820, + "z": 0 + }, + "propId": 100040 + }, + { + "groupId": 57, + "instId": 300001, + "propState": 18, + "pos": { + "x": -20463, + "y": 19367, + "z": -101900 + }, + "rot": { + "x": 0, + "y": 263612, + "z": 0 + }, + "propId": 100020 + }, + { + "groupId": 57, + "instId": 300003, + "propState": 18, + "pos": { + "x": -132958, + "y": 3523, + "z": -101521 + }, + "rot": { + "x": 0, + "y": 332469, + "z": 0 + }, + "propId": 100018 + }, + { + "groupId": 57, + "instId": 300004, + "propState": 18, + "pos": { + "x": -125984, + "y": 3524, + "z": -42807 + }, + "rot": { + "x": 0, + "y": 7440, + "z": 0 + }, + "propId": 100018 + }, + { + "groupId": 57, + "instId": 300002, + "propState": 18, + "pos": { + "x": -106954, + "y": 662, + "z": -67185 + }, + "rot": { + "x": 0, + "y": 214989, + "z": 0 + }, + "propId": 100020 + }, + { + "groupId": 57, + "instId": 300006, + "propState": 18, + "pos": { + "x": 14401, + "y": 3907, + "z": -53154 + }, + "rot": { + "x": 0, + "y": 66115, + "z": 0 + }, + "propId": 100018 + }, + { + "groupId": 57, + "instId": 300007, + "propState": 18, + "pos": { + "x": -33314, + "y": 19271, + "z": -43527 + }, + "rot": { + "x": 0, + "y": 319366, + "z": 0 + }, + "propId": 100018 + }, + { + "groupId": 57, + "instId": 300008, + "propState": 18, + "pos": { + "x": -27168, + "y": 19980, + "z": -55073 + }, + "rot": { + "x": 0, + "y": 1902, + "z": 0 + }, + "propId": 100020 + }, + { + "groupId": 57, + "instId": 300005, + "propState": 18, + "pos": { + "x": -2095, + "y": 3655, + "z": -104852 + }, + "rot": { + "x": 0, + "y": 38488, + "z": 0 + }, + "propId": 100020 + }, + { + "groupId": 57, + "instId": 300009, + "propState": 18, + "pos": { + "x": -3256, + "y": 3764, + "z": -39782 + }, + "rot": { + "x": 0, + "y": 73508, + "z": 0 + }, + "propId": 100020 + }, + { + "groupId": 64, + "instId": 300001, + "propState": 8, + "pos": { + "x": -113805, + "y": -89, + "z": -66672 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 99, + "instId": 300001, + "propState": 8, + "pos": { + "x": -153260, + "y": -163, + "z": -61520 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 801 + }, + { + "groupId": 105, + "instId": 300002, + "propState": 18, + "pos": { + "x": -106954, + "y": 662, + "z": -67185 + }, + "rot": { + "x": 0, + "y": 214989, + "z": 0 + }, + "propId": 100020 + }, + { + "groupId": 106, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "monsters": [ + { + "groupId": 27, + "instId": 200001, + "eventId": 20002231, + "pos": { + "x": -130400, + "y": 2770, + "z": -40540 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "monsterId": 8012020 + }, + { + "groupId": 27, + "instId": 200002, + "eventId": 20002233, + "pos": { + "x": -128030, + "y": 2770, + "z": -40900 + }, + "rot": { + "x": 0, + "y": 213019, + "z": 0 + }, + "monsterId": 8012010 + }, + { + "groupId": 28, + "instId": 200001, + "eventId": 20002232, + "pos": { + "x": -113170, + "y": 18598, + "z": -60570 + }, + "rot": { + "x": 0, + "y": 200000, + "z": 0 + }, + "monsterId": 8013010 + }, + { + "groupId": 30, + "instId": 200002, + "eventId": 20002102, + "pos": { + "x": -60932, + "y": -1369, + "z": -58206 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "monsterId": 8012020 + }, + { + "groupId": 30, + "instId": 200004, + "eventId": 20002104, + "pos": { + "x": -154100, + "y": -4389, + "z": -94190 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8012020 + }, + { + "groupId": 30, + "instId": 200009, + "eventId": 20002105, + "pos": { + "x": -134880, + "y": 2753, + "z": -62080 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "monsterId": 8011010 + }, + { + "groupId": 30, + "instId": 200006, + "eventId": 20002107, + "pos": { + "x": -118060, + "y": 2762, + "z": -94430 + }, + "rot": { + "x": 0, + "y": 66255, + "z": 0 + }, + "monsterId": 8012010 + }, + { + "groupId": 30, + "instId": 200007, + "eventId": 20002108, + "pos": { + "x": -71180, + "y": 10520, + "z": -121810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8012020 + }, + { + "groupId": 30, + "instId": 200001, + "eventId": 20002112, + "pos": { + "x": -183280, + "y": -7670, + "z": -77010 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8012020 + }, + { + "groupId": 30, + "instId": 200003, + "eventId": 20002131, + "pos": { + "x": -57670, + "y": -1055, + "z": -95310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 8012020 + }, + { + "groupId": 30, + "instId": 200005, + "eventId": 20002132, + "pos": { + "x": -60520, + "y": -1174, + "z": -95120 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 8012010 + }, + { + "groupId": 46, + "instId": 200001, + "eventId": 20002109, + "pos": { + "x": -133921, + "y": 2780, + "z": -102943 + }, + "rot": { + "x": 0, + "y": 343000, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "teleports": [ + { + "anchorId": 1, + "groupId": 1, + "instId": 300006, + "pos": { + "x": 38130, + "y": 3444, + "z": -113940 + }, + "rot": { + "x": 0, + "y": 289010, + "z": 0 + }, + "teleportId": 2000201 + }, + { + "anchorId": 2, + "groupId": 1, + "instId": 300021, + "pos": { + "x": -134980, + "y": -115, + "z": -73036 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "teleportId": 2000202 + }, + { + "anchorId": 3, + "groupId": 1, + "instId": 300022, + "pos": { + "x": -32670, + "y": 18610, + "z": -95340 + }, + "rot": { + "x": 0, + "y": 297000, + "z": 0 + }, + "teleportId": 2000203 + }, + { + "anchorId": 4, + "groupId": 1, + "instId": 300007, + "pos": { + "x": -69860, + "y": -3195, + "z": -62700 + }, + "rot": { + "x": 0, + "y": 260000, + "z": 0 + }, + "teleportId": 2000204 + }, + { + "anchorId": 1, + "groupId": 15, + "instId": 300001, + "pos": { + "x": -7796, + "y": 1039, + "z": -73105 + }, + "rot": { + "x": 0, + "y": 92183, + "z": 0 + }, + "teleportId": 1201 + }, + { + "anchorId": 1, + "groupId": 99, + "instId": 300001, + "pos": { + "x": -153260, + "y": -163, + "z": -64020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 1004 + } + ] + }, + { + "planeID": 20003, + "props": [ + { + "groupId": 1, + "instId": 300004, + "propState": 8, + "pos": { + "x": 39868, + "y": 80272, + "z": 99238 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100005 + }, + { + "groupId": 1, + "instId": 300003, + "propState": 8, + "pos": { + "x": 39867, + "y": 80327, + "z": 99241 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 1, + "instId": 300005, + "propState": 2, + "pos": { + "x": 37471, + "y": 80260, + "z": 97107 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 1, + "instId": 300006, + "propState": 8, + "pos": { + "x": 189124, + "y": 82889, + "z": 141036 + }, + "rot": { + "x": 0, + "y": 180001, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 1, + "instId": 300011, + "propState": 8, + "pos": { + "x": 189124, + "y": 82816, + "z": 144281 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 1, + "instId": 300007, + "propState": 2, + "pos": { + "x": 187263, + "y": 82830, + "z": 144350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 1, + "instId": 300008, + "propState": 8, + "pos": { + "x": 125966, + "y": 80503, + "z": 126902 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 1, + "instId": 300012, + "propState": 8, + "pos": { + "x": 125966, + "y": 80461, + "z": 129012 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 1, + "instId": 300010, + "propState": 8, + "pos": { + "x": 124206, + "y": 80461, + "z": 129306 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 1, + "instId": 300009, + "propState": 8, + "pos": { + "x": 8732, + "y": 79658, + "z": 113930 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 1, + "instId": 300013, + "propState": 8, + "pos": { + "x": 8732, + "y": 79584, + "z": 110666 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 1, + "instId": 300002, + "propState": 8, + "pos": { + "x": 10469, + "y": 79626, + "z": 110460 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 1, + "instId": 300001, + "propState": 8, + "pos": { + "x": 45424, + "y": 105, + "z": -127524 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 1, + "instId": 300014, + "propState": 8, + "pos": { + "x": -5018, + "y": 79582, + "z": 99243 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 1, + "instId": 300015, + "propState": 8, + "pos": { + "x": 8732, + "y": 79584, + "z": 87818 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 1, + "instId": 300023, + "propState": 8, + "pos": { + "x": 6984, + "y": 79597, + "z": 88038 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 1, + "instId": 300024, + "propState": 8, + "pos": { + "x": 8730, + "y": 79658, + "z": 84610 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 1, + "instId": 300016, + "propState": 1, + "pos": { + "x": 8736, + "y": 76653, + "z": 67879 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 1, + "instId": 300017, + "propState": 1, + "pos": { + "x": 8744, + "y": 76650, + "z": 130573 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 1, + "instId": 300018, + "propState": 1, + "pos": { + "x": 8742, + "y": 76666, + "z": 156017 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 1, + "instId": 300019, + "propState": 1, + "pos": { + "x": 91516, + "y": 75846, + "z": 124886 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 1, + "instId": 300020, + "propState": 1, + "pos": { + "x": 125990, + "y": 80471, + "z": 103866 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 1, + "instId": 300021, + "propState": 1, + "pos": { + "x": 133415, + "y": 78661, + "z": 139710 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 1, + "instId": 300022, + "propState": 1, + "pos": { + "x": 167309, + "y": 82825, + "z": 156197 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 1, + "instId": 300025, + "propState": 8, + "pos": { + "x": 125990, + "y": 80651, + "z": 101929 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 2, + "instId": 300001, + "propState": 8, + "pos": { + "x": 11920, + "y": 79584, + "z": 89820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 8, + "pos": { + "x": 86800, + "y": 78661, + "z": 137880 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 2, + "instId": 300003, + "propState": 8, + "pos": { + "x": 185330, + "y": 77100, + "z": 92390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 3, + "instId": 300009, + "propState": 8, + "pos": { + "x": 51560, + "y": 80282, + "z": 77601 + }, + "rot": { + "x": 0, + "y": 359894, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 3, + "instId": 300013, + "propState": 8, + "pos": { + "x": 171436, + "y": 82822, + "z": 146226 + }, + "rot": { + "x": 0, + "y": 269895, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 3, + "instId": 300014, + "propState": 8, + "pos": { + "x": 168049, + "y": 77020, + "z": 99987 + }, + "rot": { + "x": 0, + "y": 269895, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 3, + "instId": 300015, + "propState": 8, + "pos": { + "x": 196142, + "y": 77019, + "z": 91994 + }, + "rot": { + "x": 0, + "y": 269895, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 3, + "instId": 300017, + "propState": 8, + "pos": { + "x": 15744, + "y": 79583, + "z": 107276 + }, + "rot": { + "x": 0, + "y": 269895, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 3, + "instId": 300018, + "propState": 8, + "pos": { + "x": 147936, + "y": 79917, + "z": 146343 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 3, + "instId": 300005, + "propState": 8, + "pos": { + "x": 24934, + "y": 80280, + "z": 95797 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 3, + "instId": 300006, + "propState": 8, + "pos": { + "x": 180538, + "y": 82720, + "z": 134140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 3, + "instId": 300016, + "propState": 8, + "pos": { + "x": 51490, + "y": 63990, + "z": 105530 + }, + "rot": { + "x": 0, + "y": 269895, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 3, + "instId": 300011, + "propState": 8, + "pos": { + "x": 127402, + "y": 78669, + "z": 143222 + }, + "rot": { + "x": 0, + "y": 269895, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 3, + "instId": 300010, + "propState": 8, + "pos": { + "x": 102580, + "y": 74250, + "z": 112090 + }, + "rot": { + "x": 0, + "y": 266439, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": 86970, + "y": 63990, + "z": 120400 + }, + "rot": { + "x": 0, + "y": 89895, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 8, + "pos": { + "x": 78860, + "y": 63990, + "z": 78745 + }, + "rot": { + "x": 0, + "y": 359895, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 8, + "pos": { + "x": 80020, + "y": 78670, + "z": 137590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 3, + "instId": 300004, + "propState": 8, + "pos": { + "x": 168458, + "y": 82618, + "z": 131648 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 3, + "instId": 300012, + "propState": 8, + "pos": { + "x": 14850, + "y": 79626, + "z": 88660 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 3, + "instId": 300007, + "propState": 8, + "pos": { + "x": 96242, + "y": 74087, + "z": 109711 + }, + "rot": { + "x": 0, + "y": 80000, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 3, + "instId": 300008, + "propState": 8, + "pos": { + "x": 251850, + "y": 79911, + "z": 126814 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 8, + "pos": { + "x": 64619, + "y": 80338, + "z": 99130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 4, + "instId": 300015, + "propState": 8, + "pos": { + "x": 94614, + "y": 74053, + "z": 103220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 1, + "pos": { + "x": 67646, + "y": 80000, + "z": 110350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100011 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 8, + "pos": { + "x": 67680, + "y": 79980, + "z": 88240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100012 + }, + { + "groupId": 4, + "instId": 300005, + "propState": 2, + "pos": { + "x": 92596, + "y": 65096, + "z": 102443 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 4, + "instId": 300006, + "propState": 8, + "pos": { + "x": 53462, + "y": 63965, + "z": 96389 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 4, + "instId": 300007, + "propState": 8, + "pos": { + "x": 50937, + "y": 63986, + "z": 78396 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 4, + "instId": 300008, + "propState": 8, + "pos": { + "x": 79060, + "y": 64016, + "z": 96537 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": 96590, + "y": 74248, + "z": 115140 + }, + "rot": { + "x": 0, + "y": 140035, + "z": 0 + }, + "propId": 801 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 12, + "pos": { + "x": 14680, + "y": 76698, + "z": 61579 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60001 + }, + { + "groupId": 18, + "instId": 300003, + "propState": 12, + "pos": { + "x": 42370, + "y": 80220, + "z": 115530 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60001 + }, + { + "groupId": 18, + "instId": 300009, + "propState": 12, + "pos": { + "x": 99322, + "y": 74250, + "z": 119383 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60001 + }, + { + "groupId": 18, + "instId": 300008, + "propState": 12, + "pos": { + "x": 105016, + "y": 78661, + "z": 128960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60001 + }, + { + "groupId": 18, + "instId": 300006, + "propState": 12, + "pos": { + "x": 195158, + "y": 82822, + "z": 153782 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60001 + }, + { + "groupId": 18, + "instId": 300007, + "propState": 12, + "pos": { + "x": 174480, + "y": 77070, + "z": 91640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60001 + }, + { + "groupId": 18, + "instId": 300001, + "propState": 12, + "pos": { + "x": 73123, + "y": 64204, + "z": 99218 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60003 + }, + { + "groupId": 18, + "instId": 300005, + "propState": 12, + "pos": { + "x": 127120, + "y": 80556, + "z": 82945 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60002 + }, + { + "groupId": 18, + "instId": 300010, + "propState": 20, + "pos": { + "x": 124785, + "y": 80556, + "z": 82947 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60002 + }, + { + "groupId": 18, + "instId": 300011, + "propState": 20, + "pos": { + "x": 127124, + "y": 80556, + "z": 84295 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60002 + }, + { + "groupId": 18, + "instId": 300012, + "propState": 20, + "pos": { + "x": 124754, + "y": 80556, + "z": 84307 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60003 + }, + { + "groupId": 18, + "instId": 300013, + "propState": 8, + "pos": { + "x": 125468, + "y": 81522, + "z": 83065 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 18, + "instId": 300014, + "propState": 8, + "pos": { + "x": 125468, + "y": 81522, + "z": 83065 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 18, + "instId": 300015, + "propState": 8, + "pos": { + "x": 125468, + "y": 81522, + "z": 83065 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 18, + "instId": 300016, + "propState": 8, + "pos": { + "x": 127499, + "y": 80535, + "z": 83117 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 20, + "instId": 300001, + "propState": 11, + "pos": { + "x": 62468, + "y": 78661, + "z": 141219 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60003 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 20, + "instId": 300003, + "propState": 8, + "pos": { + "x": 62468, + "y": 78661, + "z": 141219 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 24, + "instId": 300001, + "propState": 2, + "pos": { + "x": 104890, + "y": 74167, + "z": 97330 + }, + "rot": { + "x": 0, + "y": 269856, + "z": 0 + }, + "propId": 100022 + }, + { + "groupId": 24, + "instId": 300002, + "propState": 8, + "pos": { + "x": 104890, + "y": 65184, + "z": 97330 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100022 + }, + { + "groupId": 28, + "instId": 300002, + "propState": 1, + "pos": { + "x": 68110, + "y": 63760, + "z": 126450 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100011 + }, + { + "groupId": 28, + "instId": 300003, + "propState": 8, + "pos": { + "x": 60350, + "y": 63690, + "z": 99240 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100012 + }, + { + "groupId": 28, + "instId": 300004, + "propState": 8, + "pos": { + "x": 68090, + "y": 63760, + "z": 72010 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100012 + }, + { + "groupId": 28, + "instId": 300005, + "propState": 8, + "pos": { + "x": 86210, + "y": 64310, + "z": 99240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 28, + "instId": 300006, + "propState": 8, + "pos": { + "x": 45940, + "y": 63750, + "z": 112750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 34, + "instId": 300001, + "propState": 8, + "pos": { + "x": 247160, + "y": 79920, + "z": 125050 + }, + "rot": { + "x": 0, + "y": 50000, + "z": 0 + }, + "propId": 113 + }, + { + "groupId": 53, + "instId": 300001, + "propState": 18, + "pos": { + "x": 122981, + "y": 80948, + "z": 83856 + }, + "rot": { + "x": 0, + "y": 144116, + "z": 0 + }, + "propId": 100018 + }, + { + "groupId": 53, + "instId": 300003, + "propState": 18, + "pos": { + "x": 192679, + "y": 83577, + "z": 155288 + }, + "rot": { + "x": 0, + "y": 88684, + "z": 0 + }, + "propId": 100020 + }, + { + "groupId": 53, + "instId": 300004, + "propState": 18, + "pos": { + "x": 181595, + "y": 83541, + "z": 145668 + }, + "rot": { + "x": 0, + "y": 331914, + "z": 0 + }, + "propId": 100020 + }, + { + "groupId": 74, + "instId": 300001, + "propState": 8, + "pos": { + "x": 256220, + "y": 78796, + "z": 44330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 102, + "instId": 300001, + "propState": 8, + "pos": { + "x": 254161, + "y": 81500, + "z": 42034 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 104, + "instId": 300001, + "propState": 8, + "pos": { + "x": -1271, + "y": 81513, + "z": 99259 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 107 + }, + { + "groupId": 117, + "instId": 300001, + "propState": 18, + "pos": { + "x": 11827, + "y": 77402, + "z": 148555 + }, + "rot": { + "x": 0, + "y": 293812, + "z": 0 + }, + "propId": 100018 + }, + { + "groupId": 118, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "monsters": [ + { + "groupId": 20, + "instId": 200001, + "eventId": 20003231, + "pos": { + "x": 67030, + "y": 78660, + "z": 140230 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 8013010 + }, + { + "groupId": 25, + "instId": 200001, + "eventId": 20003101, + "pos": { + "x": 30460, + "y": 80286, + "z": 100110 + }, + "rot": { + "x": 0, + "y": 200000, + "z": 0 + }, + "monsterId": 8012010 + }, + { + "groupId": 25, + "instId": 200003, + "eventId": 20003103, + "pos": { + "x": 29517, + "y": 80286, + "z": 97059 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8012030 + }, + { + "groupId": 25, + "instId": 200004, + "eventId": 20003104, + "pos": { + "x": 63460, + "y": 80260, + "z": 118095 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8011010 + }, + { + "groupId": 25, + "instId": 200006, + "eventId": 20003106, + "pos": { + "x": 127690, + "y": 78660, + "z": 140636 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 8012030 + }, + { + "groupId": 25, + "instId": 200002, + "eventId": 20003112, + "pos": { + "x": 77270, + "y": 63986, + "z": 71020 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 8012030 + }, + { + "groupId": 25, + "instId": 200005, + "eventId": 20003113, + "pos": { + "x": 100040, + "y": 65111, + "z": 129760 + }, + "rot": { + "x": 0, + "y": 173512, + "z": 0 + }, + "monsterId": 8012010 + }, + { + "groupId": 33, + "instId": 200001, + "eventId": 20003109, + "pos": { + "x": 131689, + "y": 80471, + "z": 120140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002040 + }, + { + "groupId": 50, + "instId": 200001, + "eventId": 20003204, + "pos": { + "x": 8970, + "y": 76661, + "z": 151760 + }, + "rot": { + "x": 0, + "y": 182020, + "z": 0 + }, + "monsterId": 8012010 + } + ], + "teleports": [ + { + "anchorId": 1, + "groupId": 2, + "instId": 300001, + "pos": { + "x": 4560, + "y": 79626, + "z": 99300 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "teleportId": 2000301 + }, + { + "anchorId": 2, + "groupId": 2, + "instId": 300002, + "pos": { + "x": 92360, + "y": 78661, + "z": 140050 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "teleportId": 2000302 + }, + { + "anchorId": 3, + "groupId": 2, + "instId": 300003, + "pos": { + "x": 187880, + "y": 77016, + "z": 95592 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "teleportId": 2000303 + }, + { + "anchorId": 1, + "groupId": 7, + "instId": 300001, + "pos": { + "x": 98258, + "y": 74248, + "z": 113152 + }, + "rot": { + "x": 0, + "y": 320000, + "z": 0 + }, + "teleportId": 1005 + }, + { + "anchorId": 1, + "groupId": 34, + "instId": 300001, + "pos": { + "x": 248254, + "y": 79927, + "z": 122916 + }, + "rot": { + "x": 0, + "y": 343790, + "z": 0 + }, + "teleportId": 1301 + } + ] + }, + { + "planeID": 20111, + "props": [ + { + "groupId": 2, + "instId": 300001, + "propState": 8, + "pos": { + "x": 39310, + "y": -2167, + "z": -8490 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 8, + "pos": { + "x": 5620, + "y": -2134, + "z": -69913 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 2, + "instId": 300004, + "propState": 8, + "pos": { + "x": -19929, + "y": -2108, + "z": -167830 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 2, + "instId": 300003, + "propState": 8, + "pos": { + "x": 46550, + "y": -2167, + "z": -7870 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 11, + "pos": { + "x": -6530, + "y": 1876, + "z": 33390 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60102 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 8, + "pos": { + "x": -6530, + "y": 1876, + "z": 33390 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 8, + "pos": { + "x": -6530, + "y": 1876, + "z": 33390 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 12, + "pos": { + "x": 21294, + "y": 1824, + "z": -1800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 12, + "pos": { + "x": 12375, + "y": -2139, + "z": -18513 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 12, + "pos": { + "x": 21686, + "y": -1134, + "z": -73254 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 5, + "instId": 300004, + "propState": 12, + "pos": { + "x": 22635, + "y": -2134, + "z": -172267 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 5, + "instId": 300005, + "propState": 12, + "pos": { + "x": -8050, + "y": -2134, + "z": -173160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 5, + "instId": 300008, + "propState": 12, + "pos": { + "x": -59200, + "y": -2141, + "z": -184760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 8, + "pos": { + "x": 11338, + "y": -2134, + "z": -71598 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 6, + "instId": 300007, + "propState": 8, + "pos": { + "x": -8669, + "y": 1876, + "z": 15180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 6, + "instId": 300012, + "propState": 8, + "pos": { + "x": -25470, + "y": -2134, + "z": -173596 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 8, + "pos": { + "x": 37660, + "y": -140, + "z": -182380 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": -22553, + "y": 1876, + "z": 6976 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 8, + "pos": { + "x": 10950, + "y": -2145, + "z": -32836 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300005, + "propState": 8, + "pos": { + "x": 44040, + "y": -1134, + "z": -100890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300006, + "propState": 8, + "pos": { + "x": 32068, + "y": -2134, + "z": -113765 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300008, + "propState": 8, + "pos": { + "x": 17643, + "y": -2134, + "z": -133971 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300009, + "propState": 8, + "pos": { + "x": 15969, + "y": -2134, + "z": -156658 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300010, + "propState": 8, + "pos": { + "x": 6583, + "y": -2134, + "z": -184250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300011, + "propState": 8, + "pos": { + "x": 34179, + "y": -140, + "z": -197655 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300013, + "propState": 8, + "pos": { + "x": -2551, + "y": 1876, + "z": 21501 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300014, + "propState": 8, + "pos": { + "x": 27004, + "y": -1134, + "z": -100501 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300015, + "propState": 8, + "pos": { + "x": 880, + "y": -2134, + "z": -173237 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 18, + "pos": { + "x": 33892, + "y": 788, + "z": -211942 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101031 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 18, + "pos": { + "x": 51129, + "y": 800, + "z": -208073 + }, + "rot": { + "x": 0, + "y": 324790, + "z": 0 + }, + "propId": 101030 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 18, + "pos": { + "x": -3814, + "y": -873, + "z": -113346 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101030 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 1, + "pos": { + "x": 4870, + "y": 1876, + "z": 11640 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 19, + "instId": 300003, + "propState": 8, + "pos": { + "x": -60650, + "y": -1141, + "z": -170300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 702 + }, + { + "groupId": 20, + "instId": 300001, + "propState": 11, + "pos": { + "x": 49420, + "y": -140, + "z": -183300 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60103 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 20, + "instId": 300003, + "propState": 8, + "pos": { + "x": 47346, + "y": -140, + "z": -187947 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 21, + "instId": 300001, + "propState": 8, + "pos": { + "x": 13127, + "y": -2139, + "z": -16017 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 21, + "instId": 300008, + "propState": 8, + "pos": { + "x": 10810, + "y": -2160, + "z": -20560 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 21, + "instId": 300002, + "propState": 8, + "pos": { + "x": 29457, + "y": -1114, + "z": -87132 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 21, + "instId": 300003, + "propState": 8, + "pos": { + "x": 26760, + "y": -1150, + "z": -82588 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 21, + "instId": 300005, + "propState": 8, + "pos": { + "x": -5290, + "y": -2107, + "z": -170316 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 21, + "instId": 300004, + "propState": 2, + "pos": { + "x": 4800, + "y": -2160, + "z": -208496 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 21, + "instId": 300006, + "propState": 8, + "pos": { + "x": -2370, + "y": -2134, + "z": -88890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 21, + "instId": 300007, + "propState": 2, + "pos": { + "x": -4570, + "y": -2134, + "z": -87780 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 23, + "instId": 300001, + "propState": 8, + "pos": { + "x": -2320, + "y": -2134, + "z": -77850 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 801 + }, + { + "groupId": 26, + "instId": 300001, + "propState": 8, + "pos": { + "x": -20000, + "y": 1876, + "z": 9600 + }, + "rot": { + "x": 0, + "y": 65657, + "z": 0 + }, + "propId": 808 + }, + { + "groupId": 47, + "instId": 300001, + "propState": 8, + "pos": { + "x": 17393, + "y": -1130, + "z": -136874 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 47, + "instId": 300002, + "propState": 8, + "pos": { + "x": 28330, + "y": -140, + "z": -208530 + }, + "rot": { + "x": 0, + "y": 22616, + "z": 0 + }, + "propId": 301010 + }, + { + "groupId": 47, + "instId": 300003, + "propState": 10, + "pos": { + "x": 28664, + "y": 542, + "z": -208193 + }, + "rot": { + "x": 0, + "y": 143675, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 47, + "instId": 300004, + "propState": 20, + "pos": { + "x": 18957, + "y": -2130, + "z": -135022 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60102 + }, + { + "groupId": 47, + "instId": 300007, + "propState": 8, + "pos": { + "x": 17401, + "y": -2120, + "z": -136560 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 47, + "instId": 300005, + "propState": 8, + "pos": { + "x": 7600, + "y": 14845, + "z": 120316 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 47, + "instId": 300006, + "propState": 8, + "pos": { + "x": 28330, + "y": -140, + "z": -208530 + }, + "rot": { + "x": 0, + "y": 22616, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 47, + "instId": 300008, + "propState": 1, + "pos": { + "x": 19880, + "y": -2034, + "z": -135326 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 47, + "instId": 300009, + "propState": 8, + "pos": { + "x": 28330, + "y": -240, + "z": -208530 + }, + "rot": { + "x": 0, + "y": 22616, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 53, + "instId": 300020, + "propState": 8, + "pos": { + "x": 33430, + "y": -1130, + "z": -93490 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 53, + "instId": 300001, + "propState": 20, + "pos": { + "x": 39650, + "y": -1134, + "z": -91550 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60102 + }, + { + "groupId": 53, + "instId": 300002, + "propState": 8, + "pos": { + "x": 39650, + "y": -1134, + "z": -91550 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 54, + "instId": 300020, + "propState": 8, + "pos": { + "x": 33430, + "y": -1130, + "z": -93490 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 54, + "instId": 300001, + "propState": 20, + "pos": { + "x": 41810, + "y": -1134, + "z": -91550 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60102 + }, + { + "groupId": 54, + "instId": 300002, + "propState": 8, + "pos": { + "x": -4570, + "y": -2134, + "z": -98970 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 61, + "instId": 300001, + "propState": 12, + "pos": { + "x": -4750, + "y": -2134, + "z": -93550 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60102 + }, + { + "groupId": 61, + "instId": 300002, + "propState": 8, + "pos": { + "x": -4750, + "y": -2134, + "z": -93550 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 61, + "instId": 300003, + "propState": 8, + "pos": { + "x": -4750, + "y": -2134, + "z": -93550 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 73, + "instId": 300008, + "propState": 12, + "pos": { + "x": 25480, + "y": -140, + "z": -175060 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 60101 + } + ], + "monsters": [ + { + "groupId": 3, + "instId": 200001, + "eventId": 20111231, + "pos": { + "x": -6530, + "y": 1876, + "z": 30540 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1022020 + }, + { + "groupId": 3, + "instId": 200002, + "eventId": 20111234, + "pos": { + "x": -9060, + "y": 1876, + "z": 29460 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "monsterId": 1022020 + }, + { + "groupId": 19, + "instId": 200001, + "eventId": 101207, + "pos": { + "x": -60650, + "y": -2141, + "z": -170300 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 8003041 + }, + { + "groupId": 20, + "instId": 200001, + "eventId": 20111233, + "pos": { + "x": 49100, + "y": -140, + "z": -187240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8003020 + }, + { + "groupId": 24, + "instId": 200001, + "eventId": 20111133, + "pos": { + "x": 29090, + "y": -2130, + "z": -112310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 8002040 + }, + { + "groupId": 27, + "instId": 200001, + "eventId": 20111101, + "pos": { + "x": -1120, + "y": -2139, + "z": -21790 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "monsterId": 8001020 + }, + { + "groupId": 27, + "instId": 200002, + "eventId": 20111102, + "pos": { + "x": -190, + "y": -2140, + "z": -24050 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1022020 + }, + { + "groupId": 27, + "instId": 200003, + "eventId": 20111103, + "pos": { + "x": 7880, + "y": -2139, + "z": -44360 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8001020 + }, + { + "groupId": 27, + "instId": 200006, + "eventId": 20111106, + "pos": { + "x": -2200, + "y": -2134, + "z": -110430 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1022020 + }, + { + "groupId": 27, + "instId": 200007, + "eventId": 20111107, + "pos": { + "x": 21800, + "y": -2134, + "z": -133240 + }, + "rot": { + "x": 0, + "y": 759, + "z": 0 + }, + "monsterId": 8001020 + }, + { + "groupId": 27, + "instId": 200008, + "eventId": 20111108, + "pos": { + "x": 4730, + "y": -2134, + "z": -206060 + }, + "rot": { + "x": 0, + "y": 759, + "z": 0 + }, + "monsterId": 1022020 + }, + { + "groupId": 27, + "instId": 200004, + "eventId": 20111131, + "pos": { + "x": 24270, + "y": -2134, + "z": -154779 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "monsterId": 8001010 + }, + { + "groupId": 27, + "instId": 200005, + "eventId": 20111132, + "pos": { + "x": 17710, + "y": -2134, + "z": -155750 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "monsterId": 1022020 + } + ], + "teleports": [ + { + "anchorId": 1, + "groupId": 2, + "instId": 300001, + "pos": { + "x": 34190, + "y": -2167, + "z": -8490 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "teleportId": 2011101 + }, + { + "anchorId": 2, + "groupId": 2, + "instId": 300002, + "pos": { + "x": 8460, + "y": -2134, + "z": -72956 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "teleportId": 2011102 + }, + { + "anchorId": 3, + "groupId": 2, + "instId": 300004, + "pos": { + "x": -22970, + "y": -2034, + "z": -170000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "teleportId": 2011103 + }, + { + "anchorId": 1, + "groupId": 19, + "instId": 300003, + "pos": { + "x": -54207, + "y": -2141, + "z": -170330 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "teleportId": 1107 + }, + { + "anchorId": 1, + "groupId": 23, + "instId": 300001, + "pos": { + "x": 110, + "y": -2130, + "z": -78020 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "teleportId": 1007 + }, + { + "anchorId": 1, + "groupId": 26, + "instId": 300001, + "pos": { + "x": -17550, + "y": 1876, + "z": 9728 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "teleportId": 1002 + } + ] + }, + { + "planeID": 20121, + "props": [ + { + "groupId": 2, + "instId": 300006, + "propState": 8, + "pos": { + "x": 124660, + "y": 46850, + "z": -23660 + }, + "rot": { + "x": 0, + "y": 13992, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 8, + "pos": { + "x": 179270, + "y": 55691, + "z": -188100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 2, + "instId": 300004, + "propState": 8, + "pos": { + "x": 189170, + "y": 34698, + "z": -155570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 2, + "instId": 300005, + "propState": 8, + "pos": { + "x": 130170, + "y": 46659, + "z": -17500 + }, + "rot": { + "x": 0, + "y": 347080, + "z": 0 + }, + "propId": 114 + }, + { + "groupId": 2, + "instId": 300003, + "propState": 8, + "pos": { + "x": 130170, + "y": 48150, + "z": -17500 + }, + "rot": { + "x": 0, + "y": 347080, + "z": 0 + }, + "propId": 115 + }, + { + "groupId": 2, + "instId": 300007, + "propState": 8, + "pos": { + "x": 131470, + "y": 46110, + "z": -17200 + }, + "rot": { + "x": 0, + "y": 347080, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 2, + "instId": 300001, + "propState": 8, + "pos": { + "x": 248251, + "y": 45265, + "z": -74400 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 3, + "instId": 300013, + "propState": 8, + "pos": { + "x": 135109, + "y": 50639, + "z": -125266 + }, + "rot": { + "x": 0, + "y": 328448, + "z": 0 + }, + "propId": 301004 + }, + { + "groupId": 3, + "instId": 300027, + "propState": 2, + "pos": { + "x": 128700, + "y": 58984, + "z": -126230 + }, + "rot": { + "x": 0, + "y": 234180, + "z": 0 + }, + "propId": 101008 + }, + { + "groupId": 3, + "instId": 300011, + "propState": 8, + "pos": { + "x": 142080, + "y": 28415, + "z": -124750 + }, + "rot": { + "x": 0, + "y": 352131, + "z": 0 + }, + "propId": 101008 + }, + { + "groupId": 3, + "instId": 300005, + "propState": 2, + "pos": { + "x": 135120, + "y": 59008, + "z": -125260 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 101007 + }, + { + "groupId": 3, + "instId": 300035, + "propState": 8, + "pos": { + "x": 135120, + "y": 28080, + "z": -125260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 301005 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 12, + "pos": { + "x": 99079, + "y": 56086, + "z": -50917 + }, + "rot": { + "x": 0, + "y": 214909, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 5, + "instId": 300009, + "propState": 12, + "pos": { + "x": 170040, + "y": 54039, + "z": -146640 + }, + "rot": { + "x": 0, + "y": 122263, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 12, + "pos": { + "x": 173580, + "y": 55876, + "z": -193280 + }, + "rot": { + "x": 0, + "y": 339363, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 5, + "instId": 300008, + "propState": 12, + "pos": { + "x": 203510, + "y": 51271, + "z": -169400 + }, + "rot": { + "x": 0, + "y": 82181, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 5, + "instId": 300004, + "propState": 12, + "pos": { + "x": 244112, + "y": 50340, + "z": -129259 + }, + "rot": { + "x": 0, + "y": 160000, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 5, + "instId": 300012, + "propState": 12, + "pos": { + "x": 149090, + "y": 46537, + "z": -62970 + }, + "rot": { + "x": 0, + "y": 182537, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 12, + "pos": { + "x": 249238, + "y": 45398, + "z": -48786 + }, + "rot": { + "x": 0, + "y": 200000, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 5, + "instId": 300005, + "propState": 12, + "pos": { + "x": 271040, + "y": 52609, + "z": -143760 + }, + "rot": { + "x": 0, + "y": 200000, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 5, + "instId": 300007, + "propState": 12, + "pos": { + "x": 234507, + "y": 47449, + "z": -111689 + }, + "rot": { + "x": 0, + "y": 290000, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 5, + "instId": 300010, + "propState": 12, + "pos": { + "x": 127440, + "y": 38191, + "z": -94150 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 8, + "pos": { + "x": 167410, + "y": 56130, + "z": -176500 + }, + "rot": { + "x": 0, + "y": 214909, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 6, + "instId": 300007, + "propState": 8, + "pos": { + "x": 119960, + "y": 47038, + "z": -31560 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 6, + "instId": 300020, + "propState": 8, + "pos": { + "x": 192610, + "y": 28566, + "z": -138040 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": 124978, + "y": 52757, + "z": -61597 + }, + "rot": { + "x": 0, + "y": 214909, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300013, + "propState": 8, + "pos": { + "x": 126950, + "y": 58985, + "z": -123750 + }, + "rot": { + "x": 0, + "y": 214909, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 8, + "pos": { + "x": 96697, + "y": 58612, + "z": -85094 + }, + "rot": { + "x": 0, + "y": 214909, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 8, + "pos": { + "x": 133060, + "y": 58914, + "z": -151580 + }, + "rot": { + "x": 0, + "y": 214909, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300006, + "propState": 8, + "pos": { + "x": 176670, + "y": 54698, + "z": -157982 + }, + "rot": { + "x": 0, + "y": 214909, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300014, + "propState": 8, + "pos": { + "x": 225358, + "y": 44239, + "z": -154609 + }, + "rot": { + "x": 0, + "y": 214909, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300015, + "propState": 8, + "pos": { + "x": 258970, + "y": 52799, + "z": -164370 + }, + "rot": { + "x": 0, + "y": 214909, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300016, + "propState": 8, + "pos": { + "x": 249460, + "y": 52235, + "z": -149290 + }, + "rot": { + "x": 0, + "y": 214909, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300008, + "propState": 8, + "pos": { + "x": 227220, + "y": 47702, + "z": -119910 + }, + "rot": { + "x": 0, + "y": 214909, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300017, + "propState": 8, + "pos": { + "x": 239470, + "y": 45318, + "z": -82210 + }, + "rot": { + "x": 0, + "y": 214909, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300018, + "propState": 8, + "pos": { + "x": 150580, + "y": 46487, + "z": -75710 + }, + "rot": { + "x": 0, + "y": 214909, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300009, + "propState": 8, + "pos": { + "x": 166430, + "y": 46395, + "z": -60810 + }, + "rot": { + "x": 0, + "y": 214909, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300011, + "propState": 8, + "pos": { + "x": 212053, + "y": 46632, + "z": -58076 + }, + "rot": { + "x": 0, + "y": 214909, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300019, + "propState": 8, + "pos": { + "x": 205990, + "y": 28524, + "z": -136970 + }, + "rot": { + "x": 0, + "y": 214909, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300012, + "propState": 8, + "pos": { + "x": 118200, + "y": 46590, + "z": -66470 + }, + "rot": { + "x": 0, + "y": 214909, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300005, + "propState": 8, + "pos": { + "x": 250240, + "y": 52634, + "z": -172840 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 6, + "instId": 300010, + "propState": 8, + "pos": { + "x": 141530, + "y": 28704, + "z": -114190 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 8, + "pos": { + "x": 185138, + "y": 56852, + "z": -180397 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 8, + "pos": { + "x": 160677, + "y": 57693, + "z": -195411 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 8, + "pos": { + "x": 163010, + "y": 57587, + "z": -185578 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300003, + "propState": 8, + "pos": { + "x": 188380, + "y": 29400, + "z": -126680 + }, + "rot": { + "x": 0, + "y": 101491, + "z": 0 + }, + "propId": 702 + }, + { + "groupId": 23, + "instId": 300001, + "propState": 11, + "pos": { + "x": 129890, + "y": 29189, + "z": -109870 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60102 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 23, + "instId": 300003, + "propState": 8, + "pos": { + "x": 129890, + "y": 29189, + "z": -109870 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 26, + "instId": 300001, + "propState": 11, + "pos": { + "x": 213240, + "y": 28451, + "z": -142390 + }, + "rot": { + "x": 0, + "y": 290000, + "z": 0 + }, + "propId": 60103 + }, + { + "groupId": 26, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 26, + "instId": 300003, + "propState": 8, + "pos": { + "x": 213240, + "y": 28451, + "z": -142390 + }, + "rot": { + "x": 0, + "y": 290000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 31, + "instId": 300001, + "propState": 18, + "pos": { + "x": 260568, + "y": 52986, + "z": -148140 + }, + "rot": { + "x": 0, + "y": 224357, + "z": 0 + }, + "propId": 101030 + }, + { + "groupId": 31, + "instId": 300002, + "propState": 18, + "pos": { + "x": 235771, + "y": 46209, + "z": -48586 + }, + "rot": { + "x": 0, + "y": 190000, + "z": 0 + }, + "propId": 101030 + }, + { + "groupId": 31, + "instId": 300003, + "propState": 18, + "pos": { + "x": 151933, + "y": 47273, + "z": -76061 + }, + "rot": { + "x": 0, + "y": 190000, + "z": 0 + }, + "propId": 101029 + }, + { + "groupId": 31, + "instId": 300004, + "propState": 18, + "pos": { + "x": 97294, + "y": 56769, + "z": -50059 + }, + "rot": { + "x": 0, + "y": 283011, + "z": 0 + }, + "propId": 101029 + }, + { + "groupId": 31, + "instId": 300005, + "propState": 18, + "pos": { + "x": 156284, + "y": 29163, + "z": -130299 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101027 + }, + { + "groupId": 31, + "instId": 300006, + "propState": 18, + "pos": { + "x": 252955, + "y": 45850, + "z": -59294 + }, + "rot": { + "x": 0, + "y": 190000, + "z": 0 + }, + "propId": 101029 + }, + { + "groupId": 31, + "instId": 300007, + "propState": 18, + "pos": { + "x": 128824, + "y": 47381, + "z": -42838 + }, + "rot": { + "x": 0, + "y": 190000, + "z": 0 + }, + "propId": 101030 + }, + { + "groupId": 31, + "instId": 300008, + "propState": 18, + "pos": { + "x": 136118, + "y": 59590, + "z": -154374 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101031 + }, + { + "groupId": 31, + "instId": 300009, + "propState": 18, + "pos": { + "x": 152307, + "y": 47055, + "z": -62238 + }, + "rot": { + "x": 0, + "y": 57258, + "z": 0 + }, + "propId": 101030 + }, + { + "groupId": 31, + "instId": 300010, + "propState": 18, + "pos": { + "x": 168275, + "y": 56834, + "z": -195832 + }, + "rot": { + "x": 0, + "y": 190000, + "z": 0 + }, + "propId": 101030 + }, + { + "groupId": 31, + "instId": 300011, + "propState": 18, + "pos": { + "x": 256422, + "y": 53744, + "z": -161454 + }, + "rot": { + "x": 0, + "y": 190000, + "z": 0 + }, + "propId": 101030 + }, + { + "groupId": 31, + "instId": 300012, + "propState": 18, + "pos": { + "x": 176690, + "y": 47475, + "z": -61625 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101030 + }, + { + "groupId": 31, + "instId": 300013, + "propState": 18, + "pos": { + "x": 246522, + "y": 46318, + "z": -49765 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101030 + }, + { + "groupId": 31, + "instId": 300014, + "propState": 18, + "pos": { + "x": 247496, + "y": 45984, + "z": -48001 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101029 + }, + { + "groupId": 50, + "instId": 300001, + "propState": 8, + "pos": { + "x": 186417, + "y": 55112, + "z": -167952 + }, + "rot": { + "x": 0, + "y": 114082, + "z": 0 + }, + "propId": 808 + }, + { + "groupId": 92, + "instId": 300003, + "propState": 8, + "pos": { + "x": 111550, + "y": 58980, + "z": -112800 + }, + "rot": { + "x": 0, + "y": 313824, + "z": 0 + }, + "propId": 3001 + }, + { + "groupId": 96, + "instId": 300001, + "propState": 8, + "pos": { + "x": 151709, + "y": 56678, + "z": -189036 + }, + "rot": { + "x": 0, + "y": 211122, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 96, + "instId": 300002, + "propState": 8, + "pos": { + "x": 153577, + "y": 59040, + "z": -153911 + }, + "rot": { + "x": 0, + "y": 290113, + "z": 0 + }, + "propId": 301010 + }, + { + "groupId": 96, + "instId": 300003, + "propState": 10, + "pos": { + "x": 153268, + "y": 59811, + "z": -153615 + }, + "rot": { + "x": 0, + "y": 116202, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 96, + "instId": 300004, + "propState": 20, + "pos": { + "x": 151080, + "y": 56276, + "z": -190790 + }, + "rot": { + "x": 0, + "y": 77745, + "z": 0 + }, + "propId": 60102 + }, + { + "groupId": 96, + "instId": 300007, + "propState": 8, + "pos": { + "x": 154034, + "y": 56031, + "z": -189967 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 96, + "instId": 300005, + "propState": 8, + "pos": { + "x": 153577, + "y": 59040, + "z": -153911 + }, + "rot": { + "x": 0, + "y": 290113, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 96, + "instId": 300006, + "propState": 1, + "pos": { + "x": 151709, + "y": 56678, + "z": -189036 + }, + "rot": { + "x": 0, + "y": 211122, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 96, + "instId": 300008, + "propState": 8, + "pos": { + "x": 117426, + "y": 56229, + "z": -182552 + }, + "rot": { + "x": 0, + "y": 293330, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 100, + "instId": 300001, + "propState": 8, + "pos": { + "x": 114610, + "y": 46975, + "z": -44960 + }, + "rot": { + "x": 0, + "y": 358325, + "z": 0 + }, + "propId": 801 + }, + { + "groupId": 123, + "instId": 300003, + "propState": 8, + "pos": { + "x": 264960, + "y": 53545, + "z": -152620 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 702 + } + ], + "monsters": [ + { + "groupId": 13, + "instId": 200002, + "eventId": 20121102, + "pos": { + "x": 179340, + "y": 53929, + "z": -152480 + }, + "rot": { + "x": 0, + "y": 58402, + "z": 0 + }, + "monsterId": 1002020 + }, + { + "groupId": 13, + "instId": 200005, + "eventId": 20121105, + "pos": { + "x": 242620, + "y": 50290, + "z": -133130 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1012030 + }, + { + "groupId": 13, + "instId": 200006, + "eventId": 20121106, + "pos": { + "x": 224980, + "y": 44725, + "z": -151410 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "monsterId": 1012030 + }, + { + "groupId": 21, + "instId": 200001, + "eventId": 101205, + "pos": { + "x": 188380, + "y": 28600, + "z": -126680 + }, + "rot": { + "x": 0, + "y": 191491, + "z": 0 + }, + "monsterId": 1013021 + }, + { + "groupId": 23, + "instId": 200001, + "eventId": 20121232, + "pos": { + "x": 131452, + "y": 28991, + "z": -111908 + }, + "rot": { + "x": 0, + "y": 320000, + "z": 0 + }, + "monsterId": 1002020 + }, + { + "groupId": 23, + "instId": 200002, + "eventId": 20121234, + "pos": { + "x": 128830, + "y": 28900, + "z": -112560 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "monsterId": 1002020 + }, + { + "groupId": 26, + "instId": 200001, + "eventId": 20121231, + "pos": { + "x": 209910, + "y": 28409, + "z": -141180 + }, + "rot": { + "x": 0, + "y": 290000, + "z": 0 + }, + "monsterId": 1013020 + }, + { + "groupId": 62, + "instId": 200001, + "eventId": 20121133, + "pos": { + "x": 142751, + "y": 59115, + "z": -170159 + }, + "rot": { + "x": 0, + "y": 54449, + "z": 0 + }, + "monsterId": 1012030 + }, + { + "groupId": 62, + "instId": 200002, + "eventId": 20121132, + "pos": { + "x": 146980, + "y": 59055, + "z": -163810 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "monsterId": 1012030 + }, + { + "groupId": 62, + "instId": 200004, + "eventId": 20121131, + "pos": { + "x": 140010, + "y": 58960, + "z": -153560 + }, + "rot": { + "x": 0, + "y": 328470, + "z": 0 + }, + "monsterId": 1002020 + }, + { + "groupId": 62, + "instId": 200008, + "eventId": 20121134, + "pos": { + "x": 222630, + "y": 52430, + "z": -173510 + }, + "rot": { + "x": 0, + "y": 263890, + "z": 0 + }, + "monsterId": 1002020 + }, + { + "groupId": 62, + "instId": 200011, + "eventId": 20121135, + "pos": { + "x": 222250, + "y": 52457, + "z": -176670 + }, + "rot": { + "x": 0, + "y": 262496, + "z": 0 + }, + "monsterId": 1002020 + }, + { + "groupId": 62, + "instId": 200003, + "eventId": 20121136, + "pos": { + "x": 218140, + "y": 52470, + "z": -177540 + }, + "rot": { + "x": 0, + "y": 263890, + "z": 0 + }, + "monsterId": 1002020 + }, + { + "groupId": 62, + "instId": 200015, + "eventId": 20121137, + "pos": { + "x": 155070, + "y": 28356, + "z": -127410 + }, + "rot": { + "x": 0, + "y": 230230, + "z": 0 + }, + "monsterId": 1002020 + }, + { + "groupId": 62, + "instId": 200017, + "eventId": 20121138, + "pos": { + "x": 153520, + "y": 28400, + "z": -123990 + }, + "rot": { + "x": 0, + "y": 89850, + "z": 0 + }, + "monsterId": 1002020 + }, + { + "groupId": 62, + "instId": 200018, + "eventId": 20121139, + "pos": { + "x": 150230, + "y": 28370, + "z": -125610 + }, + "rot": { + "x": 0, + "y": 149103, + "z": 0 + }, + "monsterId": 1002020 + }, + { + "groupId": 62, + "instId": 200020, + "eventId": 20121140, + "pos": { + "x": 165620, + "y": 32560, + "z": -102050 + }, + "rot": { + "x": 0, + "y": 44440, + "z": 0 + }, + "monsterId": 1002020 + }, + { + "groupId": 62, + "instId": 200006, + "eventId": 20121141, + "pos": { + "x": 167520, + "y": 32650, + "z": -99197 + }, + "rot": { + "x": 0, + "y": 187800, + "z": 0 + }, + "monsterId": 1002020 + }, + { + "groupId": 123, + "instId": 200001, + "eventId": 101212, + "pos": { + "x": 264960, + "y": 52545, + "z": -152620 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1023012 + } + ], + "teleports": [ + { + "anchorId": 1, + "groupId": 2, + "instId": 300006, + "pos": { + "x": 127850, + "y": 46588, + "z": -27590 + }, + "rot": { + "x": 0, + "y": 190000, + "z": 0 + }, + "teleportId": 2012101 + }, + { + "anchorId": 2, + "groupId": 2, + "instId": 300002, + "pos": { + "x": 177855, + "y": 55671, + "z": -185106 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "teleportId": 2012102 + }, + { + "anchorId": 4, + "groupId": 2, + "instId": 300004, + "pos": { + "x": 191750, + "y": 34645, + "z": -153710 + }, + "rot": { + "x": 0, + "y": 10000, + "z": 0 + }, + "teleportId": 2012103 + }, + { + "anchorId": 3, + "groupId": 2, + "instId": 300001, + "pos": { + "x": 245860, + "y": 45265, + "z": -70270 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "teleportId": 2012105 + }, + { + "anchorId": 1, + "groupId": 21, + "instId": 300003, + "pos": { + "x": 187420, + "y": 28490, + "z": -132974 + }, + "rot": { + "x": 0, + "y": 11491, + "z": 0 + }, + "teleportId": 1105 + }, + { + "anchorId": 1, + "groupId": 50, + "instId": 300001, + "pos": { + "x": 186692, + "y": 55115, + "z": -170540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 1003 + }, + { + "anchorId": 1, + "groupId": 92, + "instId": 300003, + "pos": { + "x": 113106, + "y": 58985, + "z": -111376 + }, + "rot": { + "x": 0, + "y": 226765, + "z": 0 + }, + "teleportId": 1408 + }, + { + "anchorId": 1, + "groupId": 100, + "instId": 300001, + "pos": { + "x": 117240, + "y": 46810, + "z": -44877 + }, + "rot": { + "x": 0, + "y": 268325, + "z": 0 + }, + "teleportId": 1010 + }, + { + "anchorId": 1, + "groupId": 123, + "instId": 300003, + "pos": { + "x": 264660, + "y": 52546, + "z": -158480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 1112 + } + ] + }, + { + "planeID": 20122, + "props": [ + { + "groupId": 2, + "instId": 300001, + "propState": 8, + "pos": { + "x": -31430, + "y": 119, + "z": 32570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 8, + "pos": { + "x": -72729, + "y": 1370, + "z": 116261 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 2, + "instId": 300003, + "propState": 8, + "pos": { + "x": -35133, + "y": 9075, + "z": 161445 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 2, + "instId": 300004, + "propState": 8, + "pos": { + "x": -35140, + "y": -64, + "z": 26340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 114 + }, + { + "groupId": 2, + "instId": 300005, + "propState": 8, + "pos": { + "x": -35140, + "y": 1420, + "z": 26340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 115 + }, + { + "groupId": 2, + "instId": 300006, + "propState": 8, + "pos": { + "x": -35140, + "y": -800, + "z": 26340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 2, + "instId": 300007, + "propState": 8, + "pos": { + "x": 11680, + "y": -2551, + "z": 152440 + }, + "rot": { + "x": 0, + "y": 268889, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 11, + "pos": { + "x": -55790, + "y": -168, + "z": 72190 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 60103 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 8, + "pos": { + "x": -55790, + "y": -220, + "z": 72190 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 12, + "instId": 300003, + "propState": 8, + "pos": { + "x": -18772, + "y": -231, + "z": 89375 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 12, + "instId": 300004, + "propState": 8, + "pos": { + "x": -20369, + "y": -145, + "z": 86766 + }, + "rot": { + "x": 0, + "y": 178277, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 12, + "instId": 300006, + "propState": 8, + "pos": { + "x": -57036, + "y": -2640, + "z": 103824 + }, + "rot": { + "x": 0, + "y": 54927, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 12, + "instId": 300007, + "propState": 8, + "pos": { + "x": -57620, + "y": -2596, + "z": 106420 + }, + "rot": { + "x": 0, + "y": 73197, + "z": 0 + }, + "propId": 101003 + }, + { + "groupId": 12, + "instId": 300009, + "propState": 8, + "pos": { + "x": -80309, + "y": 1420, + "z": 124727 + }, + "rot": { + "x": 0, + "y": 316678, + "z": 0 + }, + "propId": 101005 + }, + { + "groupId": 12, + "instId": 300010, + "propState": 8, + "pos": { + "x": -85234, + "y": 1335, + "z": 126341 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 8, + "pos": { + "x": -76298, + "y": 6384, + "z": 94583 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 15, + "instId": 300001, + "propState": 12, + "pos": { + "x": -60840, + "y": 5552, + "z": 47770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 15, + "instId": 300002, + "propState": 12, + "pos": { + "x": -101100, + "y": 6349, + "z": 101530 + }, + "rot": { + "x": 0, + "y": 160274, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 15, + "instId": 300004, + "propState": 12, + "pos": { + "x": -64810, + "y": 3655, + "z": 104430 + }, + "rot": { + "x": 0, + "y": 270343, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 15, + "instId": 300003, + "propState": 12, + "pos": { + "x": -75830, + "y": 1388, + "z": 124451 + }, + "rot": { + "x": 0, + "y": 160000, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 15, + "instId": 300007, + "propState": 12, + "pos": { + "x": -29720, + "y": -2547, + "z": 97780 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 15, + "instId": 300006, + "propState": 12, + "pos": { + "x": -20470, + "y": 1255, + "z": 164660 + }, + "rot": { + "x": 0, + "y": 111227, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 15, + "instId": 300005, + "propState": 12, + "pos": { + "x": -81220, + "y": 1402, + "z": 129497 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 15, + "instId": 300009, + "propState": 12, + "pos": { + "x": -34674, + "y": -114, + "z": 58615 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 18, + "instId": 300001, + "propState": 18, + "pos": { + "x": -37340, + "y": -1837, + "z": 122859 + }, + "rot": { + "x": 0, + "y": 93367, + "z": 0 + }, + "propId": 101030 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 18, + "pos": { + "x": -8269, + "y": 583, + "z": 99948 + }, + "rot": { + "x": 0, + "y": 188568, + "z": 0 + }, + "propId": 101030 + }, + { + "groupId": 18, + "instId": 300003, + "propState": 18, + "pos": { + "x": -70050, + "y": 5164, + "z": 95138 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101030 + }, + { + "groupId": 18, + "instId": 300004, + "propState": 18, + "pos": { + "x": -66869, + "y": 6333, + "z": 64828 + }, + "rot": { + "x": 0, + "y": 38382, + "z": 0 + }, + "propId": 101029 + }, + { + "groupId": 18, + "instId": 300005, + "propState": 18, + "pos": { + "x": -37437, + "y": 808, + "z": 54347 + }, + "rot": { + "x": 0, + "y": 5124, + "z": 0 + }, + "propId": 101030 + }, + { + "groupId": 18, + "instId": 300006, + "propState": 18, + "pos": { + "x": -48483, + "y": -514, + "z": 102460 + }, + "rot": { + "x": 0, + "y": 83382, + "z": 0 + }, + "propId": 101030 + }, + { + "groupId": 18, + "instId": 300007, + "propState": 18, + "pos": { + "x": -3269, + "y": 589, + "z": 122449 + }, + "rot": { + "x": 0, + "y": 38382, + "z": 0 + }, + "propId": 101030 + }, + { + "groupId": 18, + "instId": 300008, + "propState": 18, + "pos": { + "x": -55374, + "y": 14643, + "z": 167079 + }, + "rot": { + "x": 0, + "y": 38382, + "z": 0 + }, + "propId": 101029 + }, + { + "groupId": 18, + "instId": 300009, + "propState": 18, + "pos": { + "x": -43178, + "y": 16419, + "z": 184306 + }, + "rot": { + "x": 0, + "y": 67948, + "z": 0 + }, + "propId": 101029 + }, + { + "groupId": 18, + "instId": 300010, + "propState": 18, + "pos": { + "x": -30289, + "y": 14646, + "z": 177730 + }, + "rot": { + "x": 0, + "y": 38382, + "z": 0 + }, + "propId": 101029 + }, + { + "groupId": 18, + "instId": 300011, + "propState": 18, + "pos": { + "x": -76462, + "y": 4432, + "z": 99092 + }, + "rot": { + "x": 0, + "y": 38382, + "z": 0 + }, + "propId": 101029 + }, + { + "groupId": 37, + "instId": 300001, + "propState": 8, + "pos": { + "x": -32130, + "y": -98, + "z": 51230 + }, + "rot": { + "x": 0, + "y": 171385, + "z": 0 + }, + "propId": 801 + }, + { + "groupId": 50, + "instId": 300006, + "propState": 8, + "pos": { + "x": -68910, + "y": 1419, + "z": 122580 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 50, + "instId": 300014, + "propState": 8, + "pos": { + "x": -20868, + "y": -2637, + "z": 131331 + }, + "rot": { + "x": 0, + "y": 102703, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 50, + "instId": 300019, + "propState": 8, + "pos": { + "x": -30560, + "y": -2532, + "z": 89910 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 50, + "instId": 300001, + "propState": 8, + "pos": { + "x": -39530, + "y": 63, + "z": 43840 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300002, + "propState": 8, + "pos": { + "x": -20330, + "y": 5452, + "z": 54620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300003, + "propState": 8, + "pos": { + "x": -76181, + "y": 5732, + "z": 70971 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300004, + "propState": 8, + "pos": { + "x": -75783, + "y": 3649, + "z": 109217 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300005, + "propState": 8, + "pos": { + "x": -81669, + "y": 3593, + "z": 95716 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300007, + "propState": 8, + "pos": { + "x": -55434, + "y": -2471, + "z": 111742 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300008, + "propState": 8, + "pos": { + "x": -64550, + "y": -149, + "z": 75980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300009, + "propState": 8, + "pos": { + "x": -11566, + "y": -79, + "z": 92184 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300010, + "propState": 8, + "pos": { + "x": -39733, + "y": -2587, + "z": 88830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300011, + "propState": 8, + "pos": { + "x": 4880, + "y": 2007, + "z": 75000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300012, + "propState": 8, + "pos": { + "x": 4512, + "y": -45, + "z": 118503 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300013, + "propState": 8, + "pos": { + "x": -14100, + "y": -2525, + "z": 147489 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300015, + "propState": 8, + "pos": { + "x": -52470, + "y": 13470, + "z": 148570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300016, + "propState": 8, + "pos": { + "x": -78270, + "y": 8263, + "z": 151906 + }, + "rot": { + "x": 0, + "y": 141675, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300017, + "propState": 8, + "pos": { + "x": -64480, + "y": -126, + "z": 84790 + }, + "rot": { + "x": 0, + "y": 94397, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 50, + "instId": 300018, + "propState": 8, + "pos": { + "x": -18600, + "y": 1926, + "z": 65500 + }, + "rot": { + "x": 0, + "y": 94397, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 50, + "instId": 300020, + "propState": 8, + "pos": { + "x": -39204, + "y": 55, + "z": 49885 + }, + "rot": { + "x": 0, + "y": 94397, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 55, + "instId": 300001, + "propState": 11, + "pos": { + "x": -23487, + "y": -132, + "z": 72682 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60103 + }, + { + "groupId": 55, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 55, + "instId": 300003, + "propState": 8, + "pos": { + "x": -23487, + "y": -132, + "z": 72682 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 59, + "instId": 300001, + "propState": 11, + "pos": { + "x": -28170, + "y": -2508, + "z": 127540 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 60102 + }, + { + "groupId": 59, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 59, + "instId": 300003, + "propState": 8, + "pos": { + "x": -28170, + "y": -2508, + "z": 127540 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 79, + "instId": 300001, + "propState": 8, + "pos": { + "x": -40310, + "y": -1540, + "z": 116030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 703 + }, + { + "groupId": 96, + "instId": 300001, + "propState": 8, + "pos": { + "x": -976, + "y": 2372, + "z": 73568 + }, + "rot": { + "x": 0, + "y": 198438, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 96, + "instId": 300002, + "propState": 8, + "pos": { + "x": -5721, + "y": -131, + "z": 104784 + }, + "rot": { + "x": 0, + "y": 290113, + "z": 0 + }, + "propId": 301010 + }, + { + "groupId": 96, + "instId": 300003, + "propState": 10, + "pos": { + "x": -6030, + "y": 640, + "z": 105079 + }, + "rot": { + "x": 0, + "y": 116202, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 96, + "instId": 300004, + "propState": 20, + "pos": { + "x": -968, + "y": 1782, + "z": 72359 + }, + "rot": { + "x": 0, + "y": 130000, + "z": 0 + }, + "propId": 60102 + }, + { + "groupId": 96, + "instId": 300007, + "propState": 8, + "pos": { + "x": 619, + "y": 1732, + "z": 73862 + }, + "rot": { + "x": 0, + "y": 198438, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 96, + "instId": 300005, + "propState": 8, + "pos": { + "x": -5721, + "y": -131, + "z": 104784 + }, + "rot": { + "x": 0, + "y": 290113, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 96, + "instId": 300006, + "propState": 1, + "pos": { + "x": -1147, + "y": 1782, + "z": 71670 + }, + "rot": { + "x": 0, + "y": 65062, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 96, + "instId": 300008, + "propState": 8, + "pos": { + "x": 1682, + "y": 1772, + "z": 77040 + }, + "rot": { + "x": 0, + "y": 293330, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 98, + "instId": 300002, + "propState": 12, + "pos": { + "x": -62160, + "y": -2564, + "z": 98700 + }, + "rot": { + "x": 0, + "y": 91141, + "z": 0 + }, + "propId": 60102 + }, + { + "groupId": 98, + "instId": 300001, + "propState": 8, + "pos": { + "x": -62160, + "y": -2564, + "z": 98700 + }, + "rot": { + "x": 0, + "y": 91141, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 98, + "instId": 300003, + "propState": 8, + "pos": { + "x": -62160, + "y": -2564, + "z": 98700 + }, + "rot": { + "x": 0, + "y": 91141, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 100, + "instId": 300001, + "propState": 8, + "pos": { + "x": 11880, + "y": -2575, + "z": 152340 + }, + "rot": { + "x": 0, + "y": 266269, + "z": 0 + }, + "propId": 114 + }, + { + "groupId": 114, + "instId": 300002, + "propState": 8, + "pos": { + "x": 11880, + "y": -2575, + "z": 152340 + }, + "rot": { + "x": 0, + "y": 266269, + "z": 0 + }, + "propId": 114 + } + ], + "monsters": [ + { + "groupId": 4, + "instId": 200001, + "eventId": 20122232, + "pos": { + "x": -58280, + "y": -220, + "z": 74680 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "monsterId": 8003050 + }, + { + "groupId": 19, + "instId": 200002, + "eventId": 20122102, + "pos": { + "x": -80630, + "y": 6250, + "z": 84880 + }, + "rot": { + "x": 0, + "y": 125991, + "z": 0 + }, + "monsterId": 8002010 + }, + { + "groupId": 19, + "instId": 200008, + "eventId": 20122131, + "pos": { + "x": -65940, + "y": 5670, + "z": 66040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1022020 + }, + { + "groupId": 19, + "instId": 200009, + "eventId": 20122132, + "pos": { + "x": -66410, + "y": 5680, + "z": 67960 + }, + "rot": { + "x": 0, + "y": 187593, + "z": 0 + }, + "monsterId": 1022010 + }, + { + "groupId": 19, + "instId": 200005, + "eventId": 20122105, + "pos": { + "x": 2430, + "y": 1820, + "z": 84240 + }, + "rot": { + "x": 0, + "y": 162072, + "z": 0 + }, + "monsterId": 1022010 + }, + { + "groupId": 19, + "instId": 200010, + "eventId": 20122133, + "pos": { + "x": 2810, + "y": 1590, + "z": 86962 + }, + "rot": { + "x": 0, + "y": 7364, + "z": 0 + }, + "monsterId": 8001020 + }, + { + "groupId": 55, + "instId": 200001, + "eventId": 20122231, + "pos": { + "x": -18490, + "y": -150, + "z": 77690 + }, + "rot": { + "x": 0, + "y": 181190, + "z": 0 + }, + "monsterId": 8003010 + }, + { + "groupId": 59, + "instId": 200001, + "eventId": 20122233, + "pos": { + "x": -24810, + "y": -2629, + "z": 129430 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002010 + }, + { + "groupId": 59, + "instId": 200002, + "eventId": 20122234, + "pos": { + "x": -27186, + "y": -2565, + "z": 131603 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "monsterId": 1022010 + }, + { + "groupId": 63, + "instId": 200001, + "eventId": 20122106, + "pos": { + "x": -9060, + "y": 1820, + "z": 66520 + }, + "rot": { + "x": 0, + "y": 225280, + "z": 0 + }, + "monsterId": 8002040 + }, + { + "groupId": 70, + "instId": 200002, + "eventId": 20122137, + "pos": { + "x": -7423, + "y": 1305, + "z": 169870 + }, + "rot": { + "x": 0, + "y": 154156, + "z": 0 + }, + "monsterId": 1022020 + }, + { + "groupId": 70, + "instId": 200003, + "eventId": 20122138, + "pos": { + "x": -9640, + "y": 1133, + "z": 169670 + }, + "rot": { + "x": 0, + "y": 90479, + "z": 0 + }, + "monsterId": 1022020 + }, + { + "groupId": 79, + "instId": 200001, + "eventId": 101202, + "pos": { + "x": -40310, + "y": -2611, + "z": 116030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8003051 + } + ], + "teleports": [ + { + "anchorId": 1, + "groupId": 2, + "instId": 300001, + "pos": { + "x": -34650, + "y": -130, + "z": 35570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2012201 + }, + { + "anchorId": 2, + "groupId": 2, + "instId": 300002, + "pos": { + "x": -70300, + "y": 1258, + "z": 118941 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "teleportId": 2012202 + }, + { + "anchorId": 3, + "groupId": 2, + "instId": 300003, + "pos": { + "x": -34352, + "y": 9075, + "z": 157026 + }, + "rot": { + "x": 0, + "y": 175000, + "z": 0 + }, + "teleportId": 2012203 + }, + { + "anchorId": 1, + "groupId": 37, + "instId": 300001, + "pos": { + "x": -32240, + "y": -90, + "z": 48678 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 1008 + }, + { + "anchorId": 1, + "groupId": 79, + "instId": 300001, + "pos": { + "x": -40310, + "y": -2748, + "z": 109140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 1102 + } + ] + }, + { + "planeID": 20123, + "props": [ + { + "groupId": 2, + "instId": 300001, + "propState": 8, + "pos": { + "x": -8174, + "y": 25367, + "z": 85285 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 8, + "pos": { + "x": -8890, + "y": 20048, + "z": -6950 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 2, + "instId": 300003, + "propState": 8, + "pos": { + "x": -47828, + "y": 12001, + "z": -12821 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 2, + "instId": 300009, + "propState": 8, + "pos": { + "x": 34520, + "y": 19977, + "z": -58620 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 103 + }, + { + "groupId": 7, + "instId": 300011, + "propState": 12, + "pos": { + "x": 16234, + "y": 15069, + "z": 24040 + }, + "rot": { + "x": 0, + "y": 108066, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 12, + "pos": { + "x": -37870, + "y": 19979, + "z": 79010 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 7, + "instId": 300006, + "propState": 12, + "pos": { + "x": -11370, + "y": 22938, + "z": 49790 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 12, + "pos": { + "x": -86760, + "y": 11971, + "z": -6130 + }, + "rot": { + "x": 0, + "y": 110000, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 7, + "instId": 300005, + "propState": 12, + "pos": { + "x": -41460, + "y": 14019, + "z": 24470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 7, + "instId": 300007, + "propState": 12, + "pos": { + "x": 24810, + "y": 22949, + "z": -79020 + }, + "rot": { + "x": 0, + "y": 265000, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 12, + "pos": { + "x": 53560, + "y": 22988, + "z": -72180 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 2, + "pos": { + "x": -13300, + "y": 12340, + "z": 9560 + }, + "rot": { + "x": 0, + "y": 157000, + "z": 0 + }, + "propId": 101007 + }, + { + "groupId": 8, + "instId": 300010, + "propState": 8, + "pos": { + "x": -13300, + "y": 11686, + "z": 9560 + }, + "rot": { + "x": 0, + "y": 157000, + "z": 0 + }, + "propId": 301004 + }, + { + "groupId": 8, + "instId": 300011, + "propState": 2, + "pos": { + "x": -8730, + "y": 20120, + "z": 14760 + }, + "rot": { + "x": 0, + "y": 67000, + "z": 0 + }, + "propId": 101008 + }, + { + "groupId": 8, + "instId": 300013, + "propState": 8, + "pos": { + "x": -10318, + "y": 12058, + "z": 4630 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101008 + }, + { + "groupId": 8, + "instId": 300016, + "propState": 8, + "pos": { + "x": -13300, + "y": 11686, + "z": 9560 + }, + "rot": { + "x": 0, + "y": 157000, + "z": 0 + }, + "propId": 301005 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 8, + "pos": { + "x": -6039, + "y": 19995, + "z": 25357 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 8, + "pos": { + "x": -8950, + "y": 20013, + "z": 29202 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101003 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 8, + "pos": { + "x": -6039, + "y": 19989, + "z": -21230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101019 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 2, + "pos": { + "x": -8755, + "y": 20025, + "z": -18890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 8, + "instId": 300006, + "propState": 8, + "pos": { + "x": -82180, + "y": 11971, + "z": -2860 + }, + "rot": { + "x": 0, + "y": 158986, + "z": 0 + }, + "propId": 301002 + }, + { + "groupId": 8, + "instId": 300007, + "propState": 1, + "pos": { + "x": 58390, + "y": 15961, + "z": -7510 + }, + "rot": { + "x": 0, + "y": 286345, + "z": 0 + }, + "propId": 301002 + }, + { + "groupId": 16, + "instId": 300001, + "propState": 8, + "pos": { + "x": -31938, + "y": 20038, + "z": 33311 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 8, + "pos": { + "x": -9400, + "y": 20044, + "z": 34870 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 16, + "instId": 300003, + "propState": 8, + "pos": { + "x": -23250, + "y": 22759, + "z": 61142 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 16, + "instId": 300004, + "propState": 8, + "pos": { + "x": 4177, + "y": 23000, + "z": 60564 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 16, + "instId": 300006, + "propState": 8, + "pos": { + "x": -38910, + "y": 20201, + "z": 46280 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 16, + "instId": 300008, + "propState": 8, + "pos": { + "x": -21760, + "y": 12019, + "z": -4040 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 16, + "instId": 300009, + "propState": 8, + "pos": { + "x": -50100, + "y": 12241, + "z": -2670 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 16, + "instId": 300010, + "propState": 8, + "pos": { + "x": -34457, + "y": 13988, + "z": 19700 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 16, + "instId": 300011, + "propState": 8, + "pos": { + "x": -81879, + "y": 14051, + "z": 31013 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 16, + "instId": 300012, + "propState": 8, + "pos": { + "x": 53040, + "y": 15981, + "z": -3440 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 16, + "instId": 300013, + "propState": 8, + "pos": { + "x": 64200, + "y": 12011, + "z": 25800 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 16, + "instId": 300014, + "propState": 8, + "pos": { + "x": 2410, + "y": 19980, + "z": -88180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 16, + "instId": 300015, + "propState": 8, + "pos": { + "x": -20837, + "y": 16014, + "z": -87853 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 16, + "instId": 300005, + "propState": 8, + "pos": { + "x": -8760, + "y": 20103, + "z": 2380 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 16, + "instId": 300007, + "propState": 8, + "pos": { + "x": 28020, + "y": 12023, + "z": -4440 + }, + "rot": { + "x": 0, + "y": 310000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 16, + "instId": 300016, + "propState": 8, + "pos": { + "x": 47320, + "y": 11967, + "z": 25130 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 16, + "instId": 300017, + "propState": 8, + "pos": { + "x": -47503, + "y": 14041, + "z": 21000 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 16, + "instId": 300018, + "propState": 8, + "pos": { + "x": 3170, + "y": 19985, + "z": -69090 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 24, + "instId": 300001, + "propState": 8, + "pos": { + "x": -79180, + "y": 12000, + "z": -23330 + }, + "rot": { + "x": 0, + "y": 11539, + "z": 0 + }, + "propId": 801 + }, + { + "groupId": 25, + "instId": 300001, + "propState": 18, + "pos": { + "x": 1702, + "y": 23827, + "z": 64484 + }, + "rot": { + "x": 0, + "y": 108090, + "z": 0 + }, + "propId": 101027 + }, + { + "groupId": 25, + "instId": 300002, + "propState": 18, + "pos": { + "x": -14719, + "y": 24056, + "z": 52090 + }, + "rot": { + "x": 0, + "y": 108090, + "z": 0 + }, + "propId": 101030 + }, + { + "groupId": 25, + "instId": 300003, + "propState": 18, + "pos": { + "x": -47159, + "y": 13241, + "z": -14590 + }, + "rot": { + "x": 0, + "y": 108090, + "z": 0 + }, + "propId": 101029 + }, + { + "groupId": 25, + "instId": 300004, + "propState": 18, + "pos": { + "x": -23293, + "y": 20922, + "z": 35445 + }, + "rot": { + "x": 0, + "y": 79292, + "z": 0 + }, + "propId": 101030 + }, + { + "groupId": 25, + "instId": 300005, + "propState": 18, + "pos": { + "x": 49266, + "y": 22949, + "z": -66647 + }, + "rot": { + "x": 0, + "y": 108090, + "z": 0 + }, + "propId": 101030 + }, + { + "groupId": 25, + "instId": 300006, + "propState": 18, + "pos": { + "x": -39965, + "y": 20542, + "z": 53450 + }, + "rot": { + "x": 0, + "y": 108090, + "z": 0 + }, + "propId": 101030 + }, + { + "groupId": 46, + "instId": 300001, + "propState": 11, + "pos": { + "x": -20550, + "y": 16018, + "z": -72750 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 60102 + }, + { + "groupId": 46, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 46, + "instId": 300003, + "propState": 8, + "pos": { + "x": -20550, + "y": 16018, + "z": -72750 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 47, + "instId": 300001, + "propState": 11, + "pos": { + "x": 65080, + "y": 12078, + "z": 32430 + }, + "rot": { + "x": 0, + "y": 245000, + "z": 0 + }, + "propId": 60103 + }, + { + "groupId": 47, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 47, + "instId": 300003, + "propState": 8, + "pos": { + "x": 65080, + "y": 11962, + "z": 32430 + }, + "rot": { + "x": 0, + "y": 245000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 71, + "instId": 300003, + "propState": 8, + "pos": { + "x": 61120, + "y": 15950, + "z": -11530 + }, + "rot": { + "x": 0, + "y": 273345, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 71, + "instId": 300001, + "propState": 11, + "pos": { + "x": 61049, + "y": 15972, + "z": -12659 + }, + "rot": { + "x": 0, + "y": 283383, + "z": 0 + }, + "propId": 60102 + }, + { + "groupId": 71, + "instId": 300002, + "propState": 8, + "pos": { + "x": 58390, + "y": 15961, + "z": -7510 + }, + "rot": { + "x": 0, + "y": 286345, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 71, + "instId": 300004, + "propState": 8, + "pos": { + "x": 61120, + "y": 15950, + "z": -11530 + }, + "rot": { + "x": 0, + "y": 273345, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 77, + "instId": 300001, + "propState": 11, + "pos": { + "x": -76320, + "y": 13998, + "z": 18030 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "propId": 60103 + }, + { + "groupId": 77, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 77, + "instId": 300003, + "propState": 8, + "pos": { + "x": -76320, + "y": 13998, + "z": 18030 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "propId": 211 + } + ], + "monsters": [ + { + "groupId": 3, + "instId": 200004, + "eventId": 20123107, + "pos": { + "x": -42451, + "y": 13994, + "z": 19127 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1012020 + }, + { + "groupId": 3, + "instId": 200005, + "eventId": 20123105, + "pos": { + "x": -73600, + "y": 11995, + "z": -10350 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "monsterId": 1012030 + }, + { + "groupId": 3, + "instId": 200006, + "eventId": 20123106, + "pos": { + "x": -76360, + "y": 11985, + "z": -12560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1012020 + }, + { + "groupId": 3, + "instId": 200001, + "eventId": 20123131, + "pos": { + "x": 24980, + "y": 12116, + "z": 14520 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "monsterId": 1012030 + }, + { + "groupId": 3, + "instId": 200007, + "eventId": 20123132, + "pos": { + "x": 41180, + "y": 11973, + "z": 17230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1012020 + }, + { + "groupId": 3, + "instId": 200002, + "eventId": 20123133, + "pos": { + "x": 36050, + "y": 11997, + "z": 11460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1012030 + }, + { + "groupId": 3, + "instId": 200003, + "eventId": 20123134, + "pos": { + "x": 55910, + "y": 15940, + "z": -2650 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "monsterId": 1012030 + }, + { + "groupId": 46, + "instId": 200001, + "eventId": 20123231, + "pos": { + "x": -17640, + "y": 15980, + "z": -75660 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "monsterId": 1012030 + }, + { + "groupId": 46, + "instId": 200002, + "eventId": 20123233, + "pos": { + "x": -16869, + "y": 15981, + "z": -73737 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "monsterId": 1012030 + }, + { + "groupId": 47, + "instId": 200001, + "eventId": 20123232, + "pos": { + "x": 61550, + "y": 11962, + "z": 30780 + }, + "rot": { + "x": 0, + "y": 245000, + "z": 0 + }, + "monsterId": 1023010 + }, + { + "groupId": 52, + "instId": 200001, + "eventId": 20123108, + "pos": { + "x": -12810, + "y": 16040, + "z": -99690 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 8002040 + }, + { + "groupId": 77, + "instId": 200001, + "eventId": 20123234, + "pos": { + "x": -70988, + "y": 13992, + "z": 19271 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1013010 + } + ], + "teleports": [ + { + "anchorId": 1, + "groupId": 2, + "instId": 300001, + "pos": { + "x": -9930, + "y": 25392, + "z": 80580 + }, + "rot": { + "x": 0, + "y": 175000, + "z": 0 + }, + "teleportId": 2012301 + }, + { + "anchorId": 4, + "groupId": 2, + "instId": 300002, + "pos": { + "x": -5239, + "y": 20054, + "z": -8640 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "teleportId": 2012302 + }, + { + "anchorId": 7, + "groupId": 2, + "instId": 300003, + "pos": { + "x": -51990, + "y": 11968, + "z": -15070 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "teleportId": 2012303 + }, + { + "anchorId": 1, + "groupId": 24, + "instId": 300001, + "pos": { + "x": -77205, + "y": 11985, + "z": -21605 + }, + "rot": { + "x": 66, + "y": 226577, + "z": 6607 + }, + "teleportId": 1009 + } + ] + }, + { + "planeID": 20131, + "props": [ + { + "groupId": 2, + "instId": 300006, + "propState": 8, + "pos": { + "x": 118105, + "y": 2007, + "z": -90532 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 2, + "instId": 300003, + "propState": 8, + "pos": { + "x": 3330, + "y": -985, + "z": -237196 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 2, + "instId": 300004, + "propState": 8, + "pos": { + "x": -55490, + "y": -111, + "z": -96190 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 4, + "instId": 300016, + "propState": 8, + "pos": { + "x": 6770, + "y": -980, + "z": -165390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 4, + "instId": 300007, + "propState": 8, + "pos": { + "x": 98100, + "y": 2007, + "z": -103460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 4, + "instId": 300008, + "propState": 8, + "pos": { + "x": -37980, + "y": -3000, + "z": -87320 + }, + "rot": { + "x": 0, + "y": 100000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 8, + "pos": { + "x": 47790, + "y": 2000, + "z": -91090 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 8, + "pos": { + "x": 34680, + "y": -3000, + "z": -110270 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300013, + "propState": 8, + "pos": { + "x": 24840, + "y": -3000, + "z": -71020 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300014, + "propState": 8, + "pos": { + "x": 3242, + "y": -3000, + "z": -126930 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 8, + "pos": { + "x": -17330, + "y": 1007, + "z": -174174 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 8, + "pos": { + "x": 17400, + "y": 1007, + "z": -196670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300017, + "propState": 8, + "pos": { + "x": 3860, + "y": 1010, + "z": -186270 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300018, + "propState": 8, + "pos": { + "x": -1020, + "y": -985, + "z": -211416 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300005, + "propState": 8, + "pos": { + "x": -1190, + "y": -985, + "z": -230432 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300006, + "propState": 8, + "pos": { + "x": -30900, + "y": -985, + "z": -193500 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300010, + "propState": 8, + "pos": { + "x": -91000, + "y": -985, + "z": -172540 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300015, + "propState": 8, + "pos": { + "x": -26850, + "y": -3000, + "z": -109450 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300019, + "propState": 8, + "pos": { + "x": -99080, + "y": -2114, + "z": -90610 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300009, + "propState": 8, + "pos": { + "x": -136493, + "y": -2120, + "z": -106560 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300011, + "propState": 8, + "pos": { + "x": -73045, + "y": -111, + "z": -61677 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300012, + "propState": 8, + "pos": { + "x": -78100, + "y": -111, + "z": -62440 + }, + "rot": { + "x": 0, + "y": 100000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 5, + "instId": 300005, + "propState": 12, + "pos": { + "x": 89834, + "y": 2007, + "z": -87746 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 5, + "instId": 300006, + "propState": 12, + "pos": { + "x": 30312, + "y": -3000, + "z": -112370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 5, + "instId": 300008, + "propState": 12, + "pos": { + "x": 34380, + "y": 1007, + "z": -170770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 5, + "instId": 300009, + "propState": 12, + "pos": { + "x": -13750, + "y": -985, + "z": -231200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 12, + "pos": { + "x": -3230, + "y": 1007, + "z": -186450 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 5, + "instId": 300004, + "propState": 12, + "pos": { + "x": -30470, + "y": -3000, + "z": -107210 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 12, + "pos": { + "x": -81845, + "y": -110, + "z": -58522 + }, + "rot": { + "x": 0, + "y": 90757, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 6, + "instId": 300005, + "propState": 8, + "pos": { + "x": -10, + "y": -460, + "z": -54680 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 6, + "instId": 300006, + "propState": 3, + "pos": { + "x": 0, + "y": -2700, + "z": -94000 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 301011 + }, + { + "groupId": 6, + "instId": 300010, + "propState": 2, + "pos": { + "x": 27590, + "y": -3000, + "z": -87230 + }, + "rot": { + "x": 0, + "y": 77500, + "z": 0 + }, + "propId": 101012 + }, + { + "groupId": 6, + "instId": 300009, + "propState": 2, + "pos": { + "x": 3600, + "y": -3000, + "z": -122700 + }, + "rot": { + "x": 0, + "y": 259484, + "z": 0 + }, + "propId": 101012 + }, + { + "groupId": 6, + "instId": 300035, + "propState": 8, + "pos": { + "x": -27840, + "y": -3000, + "z": -101040 + }, + "rot": { + "x": 0, + "y": 251700, + "z": 0 + }, + "propId": 101012 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": -4660, + "y": -3000, + "z": -64972 + }, + "rot": { + "x": 0, + "y": 71163, + "z": 0 + }, + "propId": 101012 + }, + { + "groupId": 6, + "instId": 300011, + "propState": 8, + "pos": { + "x": 220, + "y": 1010, + "z": -182630 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 6, + "instId": 300026, + "propState": 8, + "pos": { + "x": 2770, + "y": 1010, + "z": -181438 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101003 + }, + { + "groupId": 6, + "instId": 300013, + "propState": 8, + "pos": { + "x": -47490, + "y": -980, + "z": -180110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101005 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 8, + "pos": { + "x": -117480, + "y": -2110, + "z": -94100 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101005 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 8, + "pos": { + "x": 0, + "y": 994, + "z": -193473 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 301002 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 2, + "pos": { + "x": -50090, + "y": -980, + "z": -181360 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 13, + "instId": 300001, + "propState": 8, + "pos": { + "x": 102180, + "y": 2007, + "z": -86360 + }, + "rot": { + "x": 0, + "y": 77500, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 8, + "pos": { + "x": 28360, + "y": -3000, + "z": -70230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 8, + "pos": { + "x": 12250, + "y": -985, + "z": -218720 + }, + "rot": { + "x": 0, + "y": 251700, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 8, + "pos": { + "x": -23300, + "y": -980, + "z": -202930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300005, + "propState": 8, + "pos": { + "x": 93120, + "y": 2007, + "z": -98520 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 20, + "instId": 300001, + "propState": 8, + "pos": { + "x": -131320, + "y": -2120, + "z": -94150 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 8, + "pos": { + "x": -141110, + "y": -2120, + "z": -93676 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300001, + "propState": 8, + "pos": { + "x": 28500, + "y": -3000, + "z": -87030 + }, + "rot": { + "x": 0, + "y": 77500, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300002, + "propState": 8, + "pos": { + "x": 2770, + "y": 1010, + "z": -181438 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300003, + "propState": 8, + "pos": { + "x": -28770, + "y": -3000, + "z": -101320 + }, + "rot": { + "x": 0, + "y": 251700, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300004, + "propState": 8, + "pos": { + "x": -23300, + "y": -980, + "z": -202930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300005, + "propState": 8, + "pos": { + "x": -5930, + "y": 80, + "z": -236615 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300006, + "propState": 8, + "pos": { + "x": 24070, + "y": 1960, + "z": -179100 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300007, + "propState": 8, + "pos": { + "x": 92810, + "y": 2689, + "z": -96770 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300008, + "propState": 8, + "pos": { + "x": 61191, + "y": 2023, + "z": -90952 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300009, + "propState": 8, + "pos": { + "x": 61191, + "y": 2023, + "z": -90952 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300010, + "propState": 8, + "pos": { + "x": 61191, + "y": 2023, + "z": -90952 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300011, + "propState": 8, + "pos": { + "x": 61191, + "y": 2023, + "z": -90952 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 43, + "instId": 300001, + "propState": 8, + "pos": { + "x": 4380, + "y": -980, + "z": -230840 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 67, + "instId": 300001, + "propState": 8, + "pos": { + "x": 16901, + "y": 20, + "z": -206018 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 67, + "instId": 300002, + "propState": 8, + "pos": { + "x": -45589, + "y": -985, + "z": -186805 + }, + "rot": { + "x": 0, + "y": 293330, + "z": 0 + }, + "propId": 301010 + }, + { + "groupId": 67, + "instId": 300003, + "propState": 10, + "pos": { + "x": -45882, + "y": -214, + "z": -186493 + }, + "rot": { + "x": 0, + "y": 119420, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 67, + "instId": 300004, + "propState": 20, + "pos": { + "x": 16717, + "y": -985, + "z": -207676 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60102 + }, + { + "groupId": 67, + "instId": 300007, + "propState": 8, + "pos": { + "x": 14655, + "y": -984, + "z": -205733 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 67, + "instId": 300005, + "propState": 8, + "pos": { + "x": -45589, + "y": -985, + "z": -186805 + }, + "rot": { + "x": 0, + "y": 293330, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 67, + "instId": 300006, + "propState": 1, + "pos": { + "x": 16901, + "y": 20, + "z": -205878 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 67, + "instId": 300008, + "propState": 8, + "pos": { + "x": -45589, + "y": -985, + "z": -186805 + }, + "rot": { + "x": 0, + "y": 293330, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 69, + "instId": 300001, + "propState": 8, + "pos": { + "x": 34000, + "y": 2350, + "z": -88003 + }, + "rot": { + "x": 0, + "y": 319930, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 69, + "instId": 300002, + "propState": 8, + "pos": { + "x": 25590, + "y": -3040, + "z": -107910 + }, + "rot": { + "x": 0, + "y": 131797, + "z": 0 + }, + "propId": 301010 + }, + { + "groupId": 69, + "instId": 300003, + "propState": 10, + "pos": { + "x": 25763, + "y": -2330, + "z": -108250 + }, + "rot": { + "x": 0, + "y": 120480, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 69, + "instId": 300004, + "propState": 20, + "pos": { + "x": 34999, + "y": 2004, + "z": -89377 + }, + "rot": { + "x": 0, + "y": 77548, + "z": 0 + }, + "propId": 60102 + }, + { + "groupId": 69, + "instId": 300007, + "propState": 8, + "pos": { + "x": 36341, + "y": 2010, + "z": -86732 + }, + "rot": { + "x": 0, + "y": 319930, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 69, + "instId": 300005, + "propState": 8, + "pos": { + "x": 25590, + "y": -3040, + "z": -107910 + }, + "rot": { + "x": 0, + "y": 131797, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 69, + "instId": 300006, + "propState": 1, + "pos": { + "x": 34000, + "y": 2169, + "z": -88003 + }, + "rot": { + "x": 0, + "y": 319930, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 69, + "instId": 300008, + "propState": 8, + "pos": { + "x": 95274, + "y": 1893, + "z": -90833 + }, + "rot": { + "x": 0, + "y": 131797, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 72, + "instId": 300002, + "propState": 8, + "pos": { + "x": -121930, + "y": -939, + "z": -168220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 72, + "instId": 300001, + "propState": 20, + "pos": { + "x": -120910, + "y": -940, + "z": -165830 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60102 + }, + { + "groupId": 72, + "instId": 300003, + "propState": 8, + "pos": { + "x": -120910, + "y": -940, + "z": -165830 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 73, + "instId": 300001, + "propState": 18, + "pos": { + "x": -62024, + "y": 1054, + "z": -89108 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101031 + }, + { + "groupId": 73, + "instId": 300002, + "propState": 18, + "pos": { + "x": -94645, + "y": -1396, + "z": -97059 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101031 + }, + { + "groupId": 73, + "instId": 300003, + "propState": 18, + "pos": { + "x": 88033, + "y": 3020, + "z": -88246 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101031 + }, + { + "groupId": 78, + "instId": 300002, + "propState": 8, + "pos": { + "x": -121930, + "y": -939, + "z": -168220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 78, + "instId": 300001, + "propState": 20, + "pos": { + "x": -119070, + "y": -940, + "z": -165830 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60102 + }, + { + "groupId": 78, + "instId": 300003, + "propState": 8, + "pos": { + "x": -119070, + "y": -940, + "z": -165830 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 92, + "instId": 300001, + "propState": 8, + "pos": { + "x": -75700, + "y": 870, + "z": -53490 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 701 + }, + { + "groupId": 95, + "instId": 300004, + "propState": 12, + "pos": { + "x": -4920, + "y": -500, + "z": -58890 + }, + "rot": { + "x": 0, + "y": 80000, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 95, + "instId": 300001, + "propState": 12, + "pos": { + "x": -57550, + "y": -985, + "z": -196330 + }, + "rot": { + "x": 0, + "y": 90757, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 96, + "instId": 300001, + "propState": 8, + "pos": { + "x": 113230, + "y": 2010, + "z": -103890 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 901 + }, + { + "groupId": 98, + "instId": 300002, + "propState": 8, + "pos": { + "x": -113805, + "y": -89, + "z": -66672 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "monsters": [ + { + "groupId": 31, + "instId": 200001, + "eventId": 20131105, + "pos": { + "x": -21650, + "y": -980, + "z": -196250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002040 + }, + { + "groupId": 92, + "instId": 200001, + "eventId": 101204, + "pos": { + "x": -75700, + "y": -960, + "z": -53490 + }, + "rot": { + "x": 0, + "y": 145000, + "z": 0 + }, + "monsterId": 8003021 + } + ], + "teleports": [ + { + "anchorId": 1, + "groupId": 2, + "instId": 300006, + "pos": { + "x": 116730, + "y": 2007, + "z": -93330 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "teleportId": 2013101 + }, + { + "anchorId": 3, + "groupId": 2, + "instId": 300003, + "pos": { + "x": 4515, + "y": -985, + "z": -233388 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "teleportId": 2013102 + }, + { + "anchorId": 4, + "groupId": 2, + "instId": 300004, + "pos": { + "x": -57602, + "y": -111, + "z": -94000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "teleportId": 2013103 + }, + { + "anchorId": 1, + "groupId": 92, + "instId": 300001, + "pos": { + "x": -75714, + "y": -126, + "z": -59865 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 1104 + }, + { + "anchorId": 1, + "groupId": 96, + "instId": 300001, + "pos": { + "x": 113236, + "y": 2010, + "z": -102112 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "teleportId": 1202 + } + ] + }, + { + "planeID": 20132, + "props": [ + { + "groupId": 1, + "instId": 300007, + "propState": 8, + "pos": { + "x": 2850, + "y": 3939, + "z": 252780 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 1, + "instId": 300010, + "propState": 8, + "pos": { + "x": 111050, + "y": -5032, + "z": 311940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 1, + "instId": 300009, + "propState": 8, + "pos": { + "x": 34690, + "y": 3942, + "z": 196750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 1, + "instId": 300008, + "propState": 8, + "pos": { + "x": 55406, + "y": 1942, + "z": 89170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 1, + "instId": 300003, + "propState": 8, + "pos": { + "x": 101270, + "y": 5450, + "z": 78880 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 115 + }, + { + "groupId": 1, + "instId": 300001, + "propState": 8, + "pos": { + "x": 101270, + "y": 1170, + "z": 78880 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 1, + "instId": 300006, + "propState": 8, + "pos": { + "x": -79432, + "y": -2588, + "z": -55740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 1, + "instId": 300002, + "propState": 8, + "pos": { + "x": 5774, + "y": 5893, + "z": 260958 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 107 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 3, + "pos": { + "x": 81034, + "y": -4800, + "z": 324800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 301011 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 8, + "pos": { + "x": 109772, + "y": -5028, + "z": 318110 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101012 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 8, + "pos": { + "x": 50750, + "y": -5058, + "z": 322069 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101012 + }, + { + "groupId": 3, + "instId": 300020, + "propState": 2, + "pos": { + "x": 108200, + "y": -5058, + "z": 408100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101012 + }, + { + "groupId": 3, + "instId": 300021, + "propState": 2, + "pos": { + "x": 110580, + "y": -5058, + "z": 408360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101012 + }, + { + "groupId": 3, + "instId": 300004, + "propState": 8, + "pos": { + "x": 5410, + "y": 0, + "z": 68460 + }, + "rot": { + "x": 0, + "y": 225620, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 3, + "instId": 300005, + "propState": 8, + "pos": { + "x": 6013, + "y": -58, + "z": 65581 + }, + "rot": { + "x": 0, + "y": 280550, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 3, + "instId": 300006, + "propState": 8, + "pos": { + "x": 33000, + "y": 4000, + "z": 124360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 3, + "instId": 300007, + "propState": 2, + "pos": { + "x": 29990, + "y": 3940, + "z": 129350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 3, + "instId": 300008, + "propState": 8, + "pos": { + "x": 80880, + "y": -5026, + "z": 291460 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 3, + "instId": 300009, + "propState": 8, + "pos": { + "x": 83660, + "y": -5026, + "z": 284900 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 3, + "instId": 300010, + "propState": 8, + "pos": { + "x": 120824, + "y": -4968, + "z": 329588 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 3, + "instId": 300011, + "propState": 8, + "pos": { + "x": 118130, + "y": -5031, + "z": 335530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 3, + "instId": 300012, + "propState": 8, + "pos": { + "x": 32930, + "y": -2833, + "z": 302940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 3, + "instId": 300013, + "propState": 8, + "pos": { + "x": 30752, + "y": -2833, + "z": 308420 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 3, + "instId": 300015, + "propState": 2, + "pos": { + "x": 123333, + "y": -5031, + "z": 324602 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 301003 + }, + { + "groupId": 3, + "instId": 300016, + "propState": 2, + "pos": { + "x": 122930, + "y": -2021, + "z": 369062 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 301003 + }, + { + "groupId": 3, + "instId": 300017, + "propState": 2, + "pos": { + "x": 50221, + "y": -6158, + "z": 331078 + }, + "rot": { + "x": 0, + "y": 189450, + "z": 0 + }, + "propId": 301003 + }, + { + "groupId": 3, + "instId": 300018, + "propState": 2, + "pos": { + "x": 39231, + "y": 942, + "z": 268055 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 301003 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": 38610, + "y": 3942, + "z": 220040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 8, + "pos": { + "x": 38610, + "y": 3942, + "z": 217040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 8, + "pos": { + "x": 38610, + "y": 3942, + "z": 214040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 5, + "instId": 300004, + "propState": 8, + "pos": { + "x": 38610, + "y": 3942, + "z": 211040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 5, + "instId": 300005, + "propState": 101, + "pos": { + "x": 38786, + "y": 3942, + "z": 224640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101013 + }, + { + "groupId": 6, + "instId": 300007, + "propState": 12, + "pos": { + "x": 53400, + "y": 942, + "z": 266240 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 12, + "pos": { + "x": 124550, + "y": -2021, + "z": 374000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 6, + "instId": 300008, + "propState": 12, + "pos": { + "x": 36501, + "y": -2891, + "z": 308827 + }, + "rot": { + "x": 0, + "y": 314570, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 12, + "pos": { + "x": 42260, + "y": 3942, + "z": 215950 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 12, + "pos": { + "x": 39551, + "y": 3942, + "z": 172082 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 12, + "pos": { + "x": 690, + "y": 1942, + "z": 116240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 6, + "instId": 300006, + "propState": 12, + "pos": { + "x": -36607, + "y": -58, + "z": 81285 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 6, + "instId": 300005, + "propState": 12, + "pos": { + "x": 13410, + "y": -58, + "z": 73090 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": -30869, + "y": -58, + "z": 86224 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 7, + "instId": 300012, + "propState": 8, + "pos": { + "x": -40200, + "y": 1942, + "z": 107420 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 7, + "instId": 300011, + "propState": 8, + "pos": { + "x": 13860, + "y": 1942, + "z": 103060 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 8, + "pos": { + "x": 20871, + "y": 1942, + "z": 86649 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 7, + "instId": 300013, + "propState": 8, + "pos": { + "x": 29960, + "y": 3940, + "z": 119400 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 7, + "instId": 300014, + "propState": 8, + "pos": { + "x": 29558, + "y": 3965, + "z": 147046 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 8, + "pos": { + "x": 24702, + "y": 3942, + "z": 169492 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 7, + "instId": 300019, + "propState": 8, + "pos": { + "x": 24890, + "y": 3942, + "z": 177730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 7, + "instId": 300006, + "propState": 8, + "pos": { + "x": 53955, + "y": 942, + "z": 257790 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 7, + "instId": 300016, + "propState": 8, + "pos": { + "x": 75910, + "y": -5026, + "z": 286310 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 7, + "instId": 300007, + "propState": 8, + "pos": { + "x": 89480, + "y": -5026, + "z": 270670 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 7, + "instId": 300015, + "propState": 8, + "pos": { + "x": 57040, + "y": 3944, + "z": 263780 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 7, + "instId": 300008, + "propState": 8, + "pos": { + "x": 30680, + "y": -2891, + "z": 301520 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 7, + "instId": 300009, + "propState": 8, + "pos": { + "x": 84973, + "y": -5017, + "z": 357290 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 7, + "instId": 300017, + "propState": 8, + "pos": { + "x": 117444, + "y": -5026, + "z": 318460 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 7, + "instId": 300018, + "propState": 8, + "pos": { + "x": 123907, + "y": -5031, + "z": 349750 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 8, + "pos": { + "x": 62460, + "y": 1942, + "z": 95363 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 7, + "instId": 300005, + "propState": 8, + "pos": { + "x": 45880, + "y": 942, + "z": 268670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 7, + "instId": 300010, + "propState": 8, + "pos": { + "x": 113940, + "y": -2022, + "z": 361280 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 7, + "instId": 300020, + "propState": 8, + "pos": { + "x": -4630, + "y": -58, + "z": 65880 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 7, + "instId": 300021, + "propState": 8, + "pos": { + "x": -31460, + "y": 1942, + "z": 107430 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": 79195, + "y": -5009, + "z": 367523 + }, + "rot": { + "x": 0, + "y": 50283, + "z": 0 + }, + "propId": 901 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 8, + "pos": { + "x": 101270, + "y": 2800, + "z": 78880 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 114 + }, + { + "groupId": 23, + "instId": 300001, + "propState": 8, + "pos": { + "x": 43750, + "y": 1942, + "z": 256770 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 702 + }, + { + "groupId": 41, + "instId": 300001, + "propState": 11, + "pos": { + "x": -46150, + "y": 1942, + "z": 105100 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60103 + }, + { + "groupId": 41, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 41, + "instId": 300003, + "propState": 8, + "pos": { + "x": -46150, + "y": 1942, + "z": 105100 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 42, + "instId": 300001, + "propState": 11, + "pos": { + "x": 3100, + "y": -58, + "z": 53050 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60103 + }, + { + "groupId": 42, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 42, + "instId": 300003, + "propState": 8, + "pos": { + "x": 3100, + "y": -58, + "z": 53050 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 57, + "instId": 300001, + "propState": 8, + "pos": { + "x": -31131, + "y": 406, + "z": 74797 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 57, + "instId": 300002, + "propState": 8, + "pos": { + "x": 30817, + "y": 3940, + "z": 117725 + }, + "rot": { + "x": 0, + "y": 347579, + "z": 0 + }, + "propId": 301010 + }, + { + "groupId": 57, + "instId": 300003, + "propState": 8, + "pos": { + "x": 30970, + "y": 4714, + "z": 118310 + }, + "rot": { + "x": 0, + "y": 330669, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 57, + "instId": 300004, + "propState": 20, + "pos": { + "x": -30780, + "y": -60, + "z": 73600 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60102 + }, + { + "groupId": 57, + "instId": 300007, + "propState": 8, + "pos": { + "x": -30303, + "y": -60, + "z": 75924 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 57, + "instId": 300005, + "propState": 8, + "pos": { + "x": 30817, + "y": 3940, + "z": 117725 + }, + "rot": { + "x": 0, + "y": 347579, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 57, + "instId": 300006, + "propState": 1, + "pos": { + "x": -30780, + "y": -60, + "z": 73600 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 57, + "instId": 300008, + "propState": 8, + "pos": { + "x": 30817, + "y": 3940, + "z": 117725 + }, + "rot": { + "x": 0, + "y": 347579, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 58, + "instId": 300001, + "propState": 8, + "pos": { + "x": 111355, + "y": -1269, + "z": 374135 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 58, + "instId": 300002, + "propState": 8, + "pos": { + "x": 78520, + "y": -5026, + "z": 295310 + }, + "rot": { + "x": 0, + "y": 27405, + "z": 0 + }, + "propId": 301010 + }, + { + "groupId": 58, + "instId": 300003, + "propState": 10, + "pos": { + "x": 79006, + "y": -4082, + "z": 295601 + }, + "rot": { + "x": 0, + "y": 306071, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 58, + "instId": 300004, + "propState": 20, + "pos": { + "x": 112953, + "y": -2021, + "z": 374080 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60102 + }, + { + "groupId": 58, + "instId": 300007, + "propState": 8, + "pos": { + "x": 112336, + "y": -2021, + "z": 372120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 58, + "instId": 300005, + "propState": 8, + "pos": { + "x": 78692, + "y": -4815, + "z": 295336 + }, + "rot": { + "x": 0, + "y": 27405, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 58, + "instId": 300006, + "propState": 1, + "pos": { + "x": 112953, + "y": -2021, + "z": 374080 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 58, + "instId": 300008, + "propState": 8, + "pos": { + "x": 78692, + "y": -4815, + "z": 295336 + }, + "rot": { + "x": 0, + "y": 27405, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 62, + "instId": 300001, + "propState": 18, + "pos": { + "x": 39084, + "y": 4704, + "z": 168798 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101030 + }, + { + "groupId": 62, + "instId": 300002, + "propState": 18, + "pos": { + "x": 24755, + "y": 5098, + "z": 186679 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101030 + }, + { + "groupId": 62, + "instId": 300003, + "propState": 18, + "pos": { + "x": 39128, + "y": 4704, + "z": 174321 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101031 + }, + { + "groupId": 62, + "instId": 300004, + "propState": 18, + "pos": { + "x": 39166, + "y": 4695, + "z": 167994 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101029 + }, + { + "groupId": 65, + "instId": 300003, + "propState": 8, + "pos": { + "x": 115273, + "y": -5034, + "z": 309935 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 3001 + }, + { + "groupId": 72, + "instId": 300005, + "propState": 12, + "pos": { + "x": 73410, + "y": 974, + "z": 263350 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 77, + "instId": 300001, + "propState": 11, + "pos": { + "x": 67460, + "y": 3944, + "z": 256390 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60103 + }, + { + "groupId": 77, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 77, + "instId": 300003, + "propState": 8, + "pos": { + "x": 67460, + "y": 3944, + "z": 256390 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 79, + "instId": 300001, + "propState": 8, + "pos": { + "x": 86590, + "y": 2907, + "z": 92318 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 703 + }, + { + "groupId": 89, + "instId": 300001, + "propState": 8, + "pos": { + "x": 101270, + "y": 2800, + "z": 78880 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 114 + } + ], + "monsters": [ + { + "groupId": 9, + "instId": 200003, + "eventId": 20132112, + "pos": { + "x": 33570, + "y": 2097, + "z": 93370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 8002010 + }, + { + "groupId": 13, + "instId": 200001, + "eventId": 20132101, + "pos": { + "x": 80710, + "y": -5026, + "z": 284160 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1022020 + }, + { + "groupId": 13, + "instId": 200002, + "eventId": 20132102, + "pos": { + "x": 86460, + "y": -1968, + "z": 251470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1022020 + }, + { + "groupId": 14, + "instId": 200003, + "eventId": 20132104, + "pos": { + "x": 120870, + "y": -1965, + "z": 362430 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1022020 + }, + { + "groupId": 14, + "instId": 200005, + "eventId": 20132105, + "pos": { + "x": 33060, + "y": -2891, + "z": 310410 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1022010 + }, + { + "groupId": 15, + "instId": 200001, + "eventId": 20132113, + "pos": { + "x": -21150, + "y": 3, + "z": 67790 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 8002040 + }, + { + "groupId": 23, + "instId": 200001, + "eventId": 101203, + "pos": { + "x": 43750, + "y": 942, + "z": 256770 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 8003031 + }, + { + "groupId": 41, + "instId": 200001, + "eventId": 20132232, + "pos": { + "x": -39950, + "y": 1942, + "z": 105100 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 8003030 + }, + { + "groupId": 42, + "instId": 200001, + "eventId": 20132233, + "pos": { + "x": 3100, + "y": -58, + "z": 57060 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1023020 + }, + { + "groupId": 46, + "instId": 200001, + "eventId": 20132131, + "pos": { + "x": 1850, + "y": 1940, + "z": 104350 + }, + "rot": { + "x": 0, + "y": 49698, + "z": 0 + }, + "monsterId": 1022010 + }, + { + "groupId": 46, + "instId": 200002, + "eventId": 20132132, + "pos": { + "x": 2920, + "y": 1940, + "z": 110360 + }, + "rot": { + "x": 0, + "y": 180246, + "z": 0 + }, + "monsterId": 1022010 + }, + { + "groupId": 46, + "instId": 200003, + "eventId": 20132133, + "pos": { + "x": -1640, + "y": 1940, + "z": 109900 + }, + "rot": { + "x": 0, + "y": 127090, + "z": 0 + }, + "monsterId": 8002010 + }, + { + "groupId": 46, + "instId": 200004, + "eventId": 20132134, + "pos": { + "x": -29300, + "y": -100, + "z": 89100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002010 + }, + { + "groupId": 46, + "instId": 200005, + "eventId": 20132135, + "pos": { + "x": 26800, + "y": 3940, + "z": 174780 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8002010 + }, + { + "groupId": 46, + "instId": 200006, + "eventId": 20132136, + "pos": { + "x": 26630, + "y": 3940, + "z": 171350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1022010 + }, + { + "groupId": 46, + "instId": 200007, + "eventId": 20132137, + "pos": { + "x": 32800, + "y": 3942, + "z": 167530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1022010 + }, + { + "groupId": 77, + "instId": 200001, + "eventId": 20132234, + "pos": { + "x": 63940, + "y": 3944, + "z": 255120 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1023010 + }, + { + "groupId": 79, + "instId": 200001, + "eventId": 101206, + "pos": { + "x": 86590, + "y": 1907, + "z": 92318 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1023021 + } + ], + "teleports": [ + { + "anchorId": 1, + "groupId": 1, + "instId": 300007, + "pos": { + "x": 5600, + "y": 3900, + "z": 256200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "teleportId": 2013201 + }, + { + "anchorId": 2, + "groupId": 1, + "instId": 300008, + "pos": { + "x": 58130, + "y": 1942, + "z": 91685 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "teleportId": 2013202 + }, + { + "anchorId": 3, + "groupId": 1, + "instId": 300009, + "pos": { + "x": 38997, + "y": 3942, + "z": 198380 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "teleportId": 2013203 + }, + { + "anchorId": 4, + "groupId": 1, + "instId": 300010, + "pos": { + "x": 113893, + "y": -5030, + "z": 316140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2013204 + }, + { + "anchorId": 1, + "groupId": 10, + "instId": 300001, + "pos": { + "x": 80302, + "y": -5009, + "z": 366157 + }, + "rot": { + "x": 0, + "y": 320237, + "z": 0 + }, + "teleportId": 1203 + }, + { + "anchorId": 1, + "groupId": 23, + "instId": 300001, + "pos": { + "x": 37337, + "y": 942, + "z": 256770 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "teleportId": 1103 + }, + { + "anchorId": 1, + "groupId": 79, + "instId": 300001, + "pos": { + "x": 79490, + "y": 1907, + "z": 90270 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "teleportId": 1106 + } + ] + }, + { + "planeID": 20133, + "props": [ + { + "groupId": 20, + "instId": 300002, + "propState": 8, + "pos": { + "x": -32720, + "y": 15610, + "z": 24170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 1, + "groupId": 20, + "instId": 300002, + "pos": { + "x": -28190, + "y": 15730, + "z": 25860 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 20134, + "props": [ + { + "groupId": 2, + "instId": 300001, + "propState": 8, + "pos": { + "x": -150880, + "y": -6872, + "z": -48350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 8, + "pos": { + "x": -34820, + "y": 20510, + "z": 8830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 12, + "pos": { + "x": -51750, + "y": 17608, + "z": -19920 + }, + "rot": { + "x": 0, + "y": 182263, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 12, + "pos": { + "x": -65310, + "y": 14146, + "z": 15610 + }, + "rot": { + "x": 0, + "y": 204200, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 12, + "pos": { + "x": -89070, + "y": 12418, + "z": -38640 + }, + "rot": { + "x": 0, + "y": 265733, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": -26127, + "y": 20497, + "z": -27302 + }, + "rot": { + "x": 0, + "y": 216070, + "z": 0 + }, + "propId": 113 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": -89747, + "y": 11970, + "z": -16899 + }, + "rot": { + "x": 0, + "y": 188533, + "z": 0 + }, + "propId": 901 + }, + { + "groupId": 13, + "instId": 300001, + "propState": 11, + "pos": { + "x": -18390, + "y": 17326, + "z": 37900 + }, + "rot": { + "x": 0, + "y": 228814, + "z": 0 + }, + "propId": 60103 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 8, + "pos": { + "x": -18390, + "y": 17326, + "z": 37900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 15, + "instId": 300003, + "propState": 8, + "pos": { + "x": -156740, + "y": -8550, + "z": -52870 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3001 + }, + { + "groupId": 23, + "instId": 300001, + "propState": 8, + "pos": { + "x": -133230, + "y": -3101, + "z": -49627 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 8, + "pos": { + "x": -43110, + "y": 13858, + "z": 41190 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 23, + "instId": 300003, + "propState": 8, + "pos": { + "x": -66660, + "y": 15707, + "z": -12980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 25, + "instId": 300001, + "propState": 20, + "pos": { + "x": -22020, + "y": 20520, + "z": -4960 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60103 + }, + { + "groupId": 31, + "instId": 300001, + "propState": 18, + "pos": { + "x": -19595, + "y": 21232, + "z": 12288 + }, + "rot": { + "x": 0, + "y": 33797, + "z": 0 + }, + "propId": 101028 + } + ], + "monsters": [ + { + "groupId": 7, + "instId": 200001, + "eventId": 20134101, + "pos": { + "x": -119250, + "y": 2650, + "z": -8250 + }, + "rot": { + "x": 0, + "y": 231530, + "z": 0 + }, + "monsterId": 1022010 + }, + { + "groupId": 7, + "instId": 200002, + "eventId": 20134102, + "pos": { + "x": -124390, + "y": 3180, + "z": -9860 + }, + "rot": { + "x": 0, + "y": 103612, + "z": 0 + }, + "monsterId": 1022010 + }, + { + "groupId": 7, + "instId": 200003, + "eventId": 20134103, + "pos": { + "x": -112570, + "y": 2030, + "z": 27750 + }, + "rot": { + "x": 0, + "y": 231530, + "z": 0 + }, + "monsterId": 8001020 + }, + { + "groupId": 7, + "instId": 200004, + "eventId": 20134104, + "pos": { + "x": -73980, + "y": 12947, + "z": 15510 + }, + "rot": { + "x": 0, + "y": 110000, + "z": 0 + }, + "monsterId": 8002010 + }, + { + "groupId": 7, + "instId": 200005, + "eventId": 20134105, + "pos": { + "x": -89030, + "y": 11190, + "z": 16160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8001030 + }, + { + "groupId": 7, + "instId": 200006, + "eventId": 20134106, + "pos": { + "x": -91890, + "y": 11760, + "z": 20850 + }, + "rot": { + "x": 0, + "y": 160853, + "z": 0 + }, + "monsterId": 8001030 + }, + { + "groupId": 12, + "instId": 200001, + "eventId": 20134107, + "pos": { + "x": -87237, + "y": 11135, + "z": 10740 + }, + "rot": { + "x": 0, + "y": 315600, + "z": 0 + }, + "monsterId": 8002040 + }, + { + "groupId": 13, + "instId": 200001, + "eventId": 20134231, + "pos": { + "x": -22260, + "y": 16400, + "z": 34410 + }, + "rot": { + "x": 0, + "y": 227980, + "z": 0 + }, + "monsterId": 8003040 + } + ], + "teleports": [ + { + "anchorId": 1, + "groupId": 2, + "instId": 300001, + "pos": { + "x": -149280, + "y": -6772, + "z": -52730 + }, + "rot": { + "x": 0, + "y": 83100, + "z": 0 + }, + "teleportId": 2013401 + }, + { + "anchorId": 2, + "groupId": 2, + "instId": 300002, + "pos": { + "x": -27280, + "y": 20490, + "z": 10670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "teleportId": 2013402 + }, + { + "anchorId": 1, + "groupId": 5, + "instId": 300001, + "pos": { + "x": -28241, + "y": 20487, + "z": -25751 + }, + "rot": { + "x": 0, + "y": 125600, + "z": 0 + }, + "teleportId": 1302 + }, + { + "anchorId": 1, + "groupId": 6, + "instId": 300001, + "pos": { + "x": -91270, + "y": 11475, + "z": -16670 + }, + "rot": { + "x": 0, + "y": 98533, + "z": 0 + }, + "teleportId": 1204 + } + ] + }, + { + "planeID": 20135, + "props": [ + { + "groupId": 1, + "instId": 300001, + "propState": 8, + "pos": { + "x": -28391, + "y": 11082, + "z": 45499 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 1, + "instId": 300002, + "propState": 8, + "pos": { + "x": -47878, + "y": 3961, + "z": 53177 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 1, + "instId": 300003, + "propState": 8, + "pos": { + "x": 68016, + "y": 2754, + "z": -26107 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 12, + "pos": { + "x": -30299, + "y": 8726, + "z": 40968 + }, + "rot": { + "x": 0, + "y": 540, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 12, + "pos": { + "x": 47843, + "y": 2719, + "z": -31295 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 12, + "pos": { + "x": 74005, + "y": 2679, + "z": -32730 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 12, + "pos": { + "x": 58578, + "y": 7585, + "z": -80733 + }, + "rot": { + "x": 0, + "y": 328132, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 12, + "pos": { + "x": 106637, + "y": 6799, + "z": -64441 + }, + "rot": { + "x": 0, + "y": 265000, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 29, + "instId": 300001, + "propState": 18, + "pos": { + "x": 73756, + "y": 7227, + "z": -72842 + }, + "rot": { + "x": 0, + "y": 16497, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 29, + "instId": 300002, + "propState": 18, + "pos": { + "x": 105632, + "y": 7854, + "z": -47255 + }, + "rot": { + "x": 0, + "y": 111398, + "z": 0 + }, + "propId": 101029 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 2, + "groupId": 1, + "instId": 300002, + "pos": { + "x": -52104, + "y": 3905, + "z": 52885 + }, + "rot": { + "x": 0, + "y": 112973, + "z": 0 + }, + "teleportId": 2013501 + }, + { + "anchorId": 3, + "groupId": 1, + "instId": 300003, + "pos": { + "x": 62355, + "y": 2941, + "z": -18195 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "teleportId": 2013502 + } + ] + }, + { + "planeID": 20136, + "props": [ + { + "groupId": 1, + "instId": 300002, + "propState": 8, + "pos": { + "x": 21, + "y": 10838, + "z": 46658 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 8, + "pos": { + "x": 16065, + "y": 36584, + "z": 51255 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 15, + "pos": { + "x": -14760, + "y": -24600, + "z": 88992 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101007 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 8, + "pos": { + "x": -17339, + "y": 5433, + "z": 82368 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101008 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 8, + "pos": { + "x": -9519, + "y": -24805, + "z": 86300 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101008 + }, + { + "groupId": 4, + "instId": 300005, + "propState": 8, + "pos": { + "x": -14760, + "y": -25370, + "z": 88992 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 301005 + }, + { + "groupId": 4, + "instId": 300006, + "propState": 1, + "pos": { + "x": -15554, + "y": 11646, + "z": 58659 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101070 + }, + { + "groupId": 4, + "instId": 300008, + "propState": 8, + "pos": { + "x": -4483, + "y": -24854, + "z": 98271 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300009, + "propState": 8, + "pos": { + "x": -4483, + "y": -24854, + "z": 118510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300010, + "propState": 8, + "pos": { + "x": -53560, + "y": -16880, + "z": 213350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300012, + "propState": 8, + "pos": { + "x": 45640, + "y": -16068, + "z": 207890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300007, + "propState": 8, + "pos": { + "x": 2890, + "y": 1430, + "z": -7790 + }, + "rot": { + "x": 0, + "y": 348642, + "z": 0 + }, + "propId": 114 + }, + { + "groupId": 4, + "instId": 300011, + "propState": 8, + "pos": { + "x": 2890, + "y": 1430, + "z": -7790 + }, + "rot": { + "x": 0, + "y": 348642, + "z": 0 + }, + "propId": 115 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 12, + "pos": { + "x": 19420, + "y": -24760, + "z": 158316 + }, + "rot": { + "x": 0, + "y": 290000, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 14, + "instId": 300003, + "propState": 12, + "pos": { + "x": 10836, + "y": 10794, + "z": 76564 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 14, + "instId": 300004, + "propState": 12, + "pos": { + "x": -13810, + "y": 10842, + "z": 66480 + }, + "rot": { + "x": 0, + "y": 185000, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 14, + "instId": 300005, + "propState": 12, + "pos": { + "x": 7812, + "y": 5428, + "z": 68397 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 14, + "instId": 300001, + "propState": 12, + "pos": { + "x": -7734, + "y": 5711, + "z": 73990 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 32, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 32, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 32, + "instId": 300003, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 32, + "instId": 300004, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 32, + "instId": 300005, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 32, + "instId": 300006, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 32, + "instId": 300007, + "propState": 8, + "pos": { + "x": -4579, + "y": -24854, + "z": 102690 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 32, + "instId": 300008, + "propState": 8, + "pos": { + "x": -4285, + "y": -24854, + "z": 113370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 32, + "instId": 300009, + "propState": 8, + "pos": { + "x": -4290, + "y": -24854, + "z": 129012 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 32, + "instId": 300010, + "propState": 8, + "pos": { + "x": -4299, + "y": -23888, + "z": 168320 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 32, + "instId": 300011, + "propState": 8, + "pos": { + "x": -4290, + "y": -23861, + "z": 154010 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 67, + "instId": 300001, + "propState": 18, + "pos": { + "x": 13730, + "y": 6581, + "z": 74279 + }, + "rot": { + "x": 0, + "y": 332958, + "z": 0 + }, + "propId": 101029 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 2, + "groupId": 1, + "instId": 300002, + "pos": { + "x": -3368, + "y": 10777, + "z": 46081 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2013601 + }, + { + "anchorId": 3, + "groupId": 4, + "instId": 300006, + "pos": { + "x": -12378, + "y": 10796, + "z": 58607 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "teleportId": 2347 + } + ] + }, + { + "planeID": 20211, + "props": [ + { + "groupId": 1, + "instId": 300001, + "propState": 8, + "pos": { + "x": 42060, + "y": 9100, + "z": 158500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 1, + "instId": 300003, + "propState": 8, + "pos": { + "x": 4160, + "y": -1085, + "z": 1289 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 1, + "instId": 300006, + "propState": 8, + "pos": { + "x": 7172, + "y": 8530, + "z": -105544 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 1, + "instId": 300004, + "propState": 8, + "pos": { + "x": -3270, + "y": 2171, + "z": 54390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 2, + "instId": 300001, + "propState": 12, + "pos": { + "x": 17911, + "y": 9238, + "z": 131313 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 12, + "pos": { + "x": 46062, + "y": 7006, + "z": -91233 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 2, + "instId": 300003, + "propState": 12, + "pos": { + "x": -26584, + "y": 8171, + "z": 36495 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 2, + "instId": 300004, + "propState": 12, + "pos": { + "x": -16630, + "y": -1010, + "z": -12173 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 2, + "instId": 300008, + "propState": 12, + "pos": { + "x": -22140, + "y": 5376, + "z": -50022 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 2, + "instId": 300006, + "propState": 12, + "pos": { + "x": -13450, + "y": 7036, + "z": -112250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 2, + "instId": 300007, + "propState": 12, + "pos": { + "x": -15281, + "y": 11241, + "z": -56715 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 2, + "instId": 300005, + "propState": 12, + "pos": { + "x": 85838, + "y": 2445, + "z": 102739 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 2, + "instId": 300009, + "propState": 12, + "pos": { + "x": 19950, + "y": -1116, + "z": 20630 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 2, + "instId": 300010, + "propState": 12, + "pos": { + "x": -97577, + "y": 821, + "z": 42330 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 8, + "pos": { + "x": -73440, + "y": 821, + "z": 75969 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": -47610, + "y": 5562, + "z": -115486 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 3, + "instId": 300006, + "propState": 8, + "pos": { + "x": 43180, + "y": 9101, + "z": 136270 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 3, + "instId": 300007, + "propState": 8, + "pos": { + "x": 1420, + "y": 9101, + "z": 113920 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 3, + "instId": 300008, + "propState": 8, + "pos": { + "x": 8689, + "y": 9101, + "z": 89554 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 3, + "instId": 300009, + "propState": 8, + "pos": { + "x": -48220, + "y": 2171, + "z": 39410 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 3, + "instId": 300010, + "propState": 8, + "pos": { + "x": 29610, + "y": 2246, + "z": 76459 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 3, + "instId": 300011, + "propState": 8, + "pos": { + "x": 42010, + "y": 172, + "z": 113797 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 3, + "instId": 300012, + "propState": 8, + "pos": { + "x": 103653, + "y": 2231, + "z": 98255 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 3, + "instId": 300013, + "propState": 8, + "pos": { + "x": 72702, + "y": 2231, + "z": 69019 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 3, + "instId": 300014, + "propState": 8, + "pos": { + "x": 40280, + "y": -2916, + "z": 59260 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 3, + "instId": 300015, + "propState": 8, + "pos": { + "x": 21560, + "y": -1264, + "z": -23480 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 3, + "instId": 300016, + "propState": 8, + "pos": { + "x": 33802, + "y": -1074, + "z": 14490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 3, + "instId": 300017, + "propState": 8, + "pos": { + "x": -16730, + "y": -1147, + "z": -23440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 3, + "instId": 300018, + "propState": 8, + "pos": { + "x": -15615, + "y": 5240, + "z": -78728 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 3, + "instId": 300019, + "propState": 8, + "pos": { + "x": -48810, + "y": 7010, + "z": -67400 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 3, + "instId": 300020, + "propState": 8, + "pos": { + "x": -11373, + "y": 5562, + "z": -119000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 3, + "instId": 300021, + "propState": 8, + "pos": { + "x": 56415, + "y": 7006, + "z": -95464 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 3, + "instId": 300022, + "propState": 8, + "pos": { + "x": 38240, + "y": 7006, + "z": -112678 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 3, + "instId": 300023, + "propState": 8, + "pos": { + "x": -13430, + "y": -1147, + "z": -1470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 3, + "instId": 300024, + "propState": 8, + "pos": { + "x": 43030, + "y": 7006, + "z": -112560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 3, + "instId": 300025, + "propState": 8, + "pos": { + "x": 84346, + "y": 2231, + "z": 67134 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 3, + "instId": 300026, + "propState": 8, + "pos": { + "x": 1880, + "y": 9101, + "z": 128800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 8, + "pos": { + "x": 1530, + "y": -1147, + "z": -40518 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 35, + "instId": 300001, + "propState": 8, + "pos": { + "x": -7664, + "y": 5257, + "z": -56100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 35, + "instId": 300002, + "propState": 8, + "pos": { + "x": -10357, + "y": 5240, + "z": -54820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 35, + "instId": 300003, + "propState": 8, + "pos": { + "x": -19103, + "y": 5240, + "z": -74285 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 35, + "instId": 300004, + "propState": 8, + "pos": { + "x": -20770, + "y": 5240, + "z": -76194 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 35, + "instId": 300005, + "propState": 8, + "pos": { + "x": 40420, + "y": 9101, + "z": 175980 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 40, + "instId": 300003, + "propState": 8, + "pos": { + "x": 49500, + "y": 8100, + "z": -105260 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 702 + }, + { + "groupId": 41, + "instId": 300001, + "propState": 11, + "pos": { + "x": 80511, + "y": 122, + "z": 122180 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60203 + }, + { + "groupId": 41, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 41, + "instId": 300003, + "propState": 8, + "pos": { + "x": 80511, + "y": 122, + "z": 122180 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 42, + "instId": 300001, + "propState": 11, + "pos": { + "x": 49823, + "y": -2916, + "z": 49531 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 42, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 42, + "instId": 300003, + "propState": 8, + "pos": { + "x": 49823, + "y": -2916, + "z": 49531 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 56, + "instId": 300001, + "propState": 8, + "pos": { + "x": -2664, + "y": -1147, + "z": -45442 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 901 + }, + { + "groupId": 57, + "instId": 300001, + "propState": 8, + "pos": { + "x": 3914, + "y": 2280, + "z": 73680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 57, + "instId": 300002, + "propState": 8, + "pos": { + "x": 7864, + "y": 2280, + "z": 68864 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 57, + "instId": 300003, + "propState": 8, + "pos": { + "x": 7864, + "y": 2280, + "z": 68864 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 58, + "instId": 300001, + "propState": 8, + "pos": { + "x": -40, + "y": 10, + "z": 230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 58, + "instId": 300002, + "propState": 8, + "pos": { + "x": -3940, + "y": -1120, + "z": -14530 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 59, + "instId": 300001, + "propState": 8, + "pos": { + "x": 560, + "y": 55, + "z": -32 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 59, + "instId": 300002, + "propState": 8, + "pos": { + "x": -1073, + "y": -1120, + "z": -850 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 59, + "instId": 300003, + "propState": 8, + "pos": { + "x": 10769, + "y": -1120, + "z": -1030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 59, + "instId": 300004, + "propState": 8, + "pos": { + "x": 1480, + "y": -168, + "z": 3340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 60, + "instId": 300001, + "propState": 8, + "pos": { + "x": 380, + "y": 0, + "z": -2920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 60, + "instId": 300002, + "propState": 8, + "pos": { + "x": 26553, + "y": 586, + "z": -14286 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 77, + "instId": 300003, + "propState": 20, + "pos": { + "x": -332, + "y": 5236, + "z": -81710 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 77, + "instId": 300002, + "propState": 8, + "pos": { + "x": -43284, + "y": 5570, + "z": -110028 + }, + "rot": { + "x": 0, + "y": 148878, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 77, + "instId": 300011, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 77, + "instId": 300001, + "propState": 1, + "pos": { + "x": -1810, + "y": 5236, + "z": -81780 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 106, + "instId": 300001, + "propState": 18, + "pos": { + "x": -6269, + "y": 5987, + "z": -88947 + }, + "rot": { + "x": 0, + "y": 89938, + "z": 0 + }, + "propId": 102012 + }, + { + "groupId": 106, + "instId": 300002, + "propState": 18, + "pos": { + "x": -36413, + "y": 2922, + "z": 42139 + }, + "rot": { + "x": 0, + "y": 89938, + "z": 0 + }, + "propId": 102012 + }, + { + "groupId": 113, + "instId": 300001, + "propState": 8, + "pos": { + "x": 10252, + "y": 54358, + "z": -24455 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102034 + }, + { + "groupId": 120, + "instId": 300002, + "propState": 8, + "pos": { + "x": 75240, + "y": 2175, + "z": 66476 + }, + "rot": { + "x": 0, + "y": 320961, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 120, + "instId": 300011, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 176529, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 120, + "instId": 300001, + "propState": 20, + "pos": { + "x": -70578, + "y": 825, + "z": 40292 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 120, + "instId": 300003, + "propState": 8, + "pos": { + "x": 76445, + "y": 2231, + "z": 64167 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 120, + "instId": 300004, + "propState": 1, + "pos": { + "x": -67730, + "y": 875, + "z": 39790 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 131, + "instId": 300001, + "propState": 8, + "pos": { + "x": 26373, + "y": -1176, + "z": 47856 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 131, + "instId": 300002, + "propState": 8, + "pos": { + "x": 26373, + "y": -1176, + "z": 47856 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 102019 + }, + { + "groupId": 131, + "instId": 300003, + "propState": 20, + "pos": { + "x": 26373, + "y": -1176, + "z": 47856 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 131, + "instId": 300006, + "propState": 8, + "pos": { + "x": 26373, + "y": -1176, + "z": 47856 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 132, + "instId": 300001, + "propState": 8, + "pos": { + "x": -57115, + "y": 6751, + "z": -78485 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 132, + "instId": 300002, + "propState": 8, + "pos": { + "x": -57115, + "y": 6751, + "z": -78485 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102019 + }, + { + "groupId": 132, + "instId": 300003, + "propState": 20, + "pos": { + "x": -57115, + "y": 6751, + "z": -78485 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 132, + "instId": 300006, + "propState": 8, + "pos": { + "x": -57115, + "y": 6751, + "z": -78485 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 133, + "instId": 300001, + "propState": 8, + "pos": { + "x": 41488, + "y": -1074, + "z": 7075 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 133, + "instId": 300002, + "propState": 8, + "pos": { + "x": 41488, + "y": -1074, + "z": 7075 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 102019 + }, + { + "groupId": 133, + "instId": 300003, + "propState": 20, + "pos": { + "x": 41488, + "y": -1074, + "z": 7075 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 133, + "instId": 300006, + "propState": 8, + "pos": { + "x": 41488, + "y": -1074, + "z": 7075 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 134, + "instId": 300001, + "propState": 8, + "pos": { + "x": 27898, + "y": -1327, + "z": 94601 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 134, + "instId": 300002, + "propState": 8, + "pos": { + "x": 27898, + "y": -1327, + "z": 94601 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 102019 + }, + { + "groupId": 134, + "instId": 300003, + "propState": 20, + "pos": { + "x": 27898, + "y": -1327, + "z": 94601 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 134, + "instId": 300006, + "propState": 8, + "pos": { + "x": 27898, + "y": -1327, + "z": 94601 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 157, + "instId": 300002, + "propState": 8, + "pos": { + "x": 19310, + "y": 4877, + "z": -137004 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 157, + "instId": 300003, + "propState": 8, + "pos": { + "x": 25676, + "y": 3543, + "z": -135696 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102054 + }, + { + "groupId": 157, + "instId": 300004, + "propState": 12, + "pos": { + "x": 17910, + "y": -8426, + "z": -132429 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 157, + "instId": 300005, + "propState": 8, + "pos": { + "x": 19310, + "y": 4877, + "z": -137004 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 157, + "instId": 300006, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 157, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 157, + "instId": 300007, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 158, + "instId": 300002, + "propState": 8, + "pos": { + "x": 54280, + "y": -3005, + "z": -20650 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 158, + "instId": 300003, + "propState": 8, + "pos": { + "x": 60370, + "y": -4329, + "z": -12430 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102063 + }, + { + "groupId": 158, + "instId": 300004, + "propState": 12, + "pos": { + "x": 51541, + "y": -17446, + "z": -15955 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 158, + "instId": 300005, + "propState": 8, + "pos": { + "x": 54280, + "y": -3005, + "z": -20650 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 158, + "instId": 300006, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 158, + "instId": 300001, + "propState": 8, + "pos": { + "x": 60243, + "y": -3679, + "z": -17203 + }, + "rot": { + "x": 0, + "y": 93452, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 158, + "instId": 300007, + "propState": 8, + "pos": { + "x": 60243, + "y": -3679, + "z": -15255 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 158, + "instId": 300008, + "propState": 8, + "pos": { + "x": 60243, + "y": -3679, + "z": -13674 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 158, + "instId": 300009, + "propState": 8, + "pos": { + "x": 60268, + "y": -4539, + "z": -15077 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 158, + "instId": 300010, + "propState": 8, + "pos": { + "x": 60268, + "y": -4539, + "z": 1953 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 158, + "instId": 300011, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 158, + "instId": 300012, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 184, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 186, + "instId": 300001, + "propState": 8, + "pos": { + "x": 47718, + "y": -1332, + "z": 98260 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102037 + }, + { + "groupId": 187, + "instId": 300006, + "propState": 8, + "pos": { + "x": 48680, + "y": -2830, + "z": 36987 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 187, + "instId": 300007, + "propState": 8, + "pos": { + "x": 49769, + "y": -2877, + "z": 34920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 202, + "instId": 300002, + "propState": 18, + "pos": { + "x": -36589, + "y": 2913, + "z": 42398 + }, + "rot": { + "x": 0, + "y": 37236, + "z": 0 + }, + "propId": 102058 + }, + { + "groupId": 202, + "instId": 300003, + "propState": 18, + "pos": { + "x": -31153, + "y": 2937, + "z": 42090 + }, + "rot": { + "x": 0, + "y": 106035, + "z": 0 + }, + "propId": 102012 + }, + { + "groupId": 225, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 1000, + "z": 9046 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 234, + "instId": 300001, + "propState": 8, + "pos": { + "x": -28461, + "y": 3930, + "z": -64813 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 808 + } + ], + "monsters": [ + { + "groupId": 40, + "instId": 200001, + "eventId": 101208, + "pos": { + "x": 49500, + "y": 6980, + "z": -105260 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 8003012 + }, + { + "groupId": 41, + "instId": 200001, + "eventId": 20211231, + "pos": { + "x": 80364, + "y": 122, + "z": 119170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8003050 + }, + { + "groupId": 42, + "instId": 200001, + "eventId": 20211232, + "pos": { + "x": 46800, + "y": -2916, + "z": 47720 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 42, + "instId": 200002, + "eventId": 20211233, + "pos": { + "x": 49450, + "y": -2916, + "z": 51850 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 55, + "instId": 200006, + "eventId": 20211101, + "pos": { + "x": -13060, + "y": 9101, + "z": 91520 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 8002010 + }, + { + "groupId": 55, + "instId": 200007, + "eventId": 20211102, + "pos": { + "x": -3190, + "y": 9101, + "z": 95680 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 8001040 + }, + { + "groupId": 55, + "instId": 200004, + "eventId": 20211105, + "pos": { + "x": -12450, + "y": 5236, + "z": -86690 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 2011010 + }, + { + "groupId": 55, + "instId": 200002, + "eventId": 20211106, + "pos": { + "x": -6910, + "y": 5236, + "z": -80910 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "monsterId": 2012010 + }, + { + "groupId": 55, + "instId": 200001, + "eventId": 20211107, + "pos": { + "x": -5310, + "y": 5236, + "z": -84210 + }, + "rot": { + "x": 0, + "y": 340000, + "z": 0 + }, + "monsterId": 2011020 + }, + { + "groupId": 55, + "instId": 200005, + "eventId": 20211132, + "pos": { + "x": 94490, + "y": 2231, + "z": 89950 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 55, + "instId": 200009, + "eventId": 20211133, + "pos": { + "x": 92240, + "y": 2231, + "z": 84810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 55, + "instId": 200003, + "eventId": 20211151, + "pos": { + "x": -12155, + "y": -1147, + "z": 10281 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8001050 + }, + { + "groupId": 55, + "instId": 200008, + "eventId": 20211152, + "pos": { + "x": -16870, + "y": -1147, + "z": 11600 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 55, + "instId": 200010, + "eventId": 20211153, + "pos": { + "x": -26911, + "y": 3930, + "z": -82273 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 2011010 + }, + { + "groupId": 55, + "instId": 200011, + "eventId": 20211154, + "pos": { + "x": -37492, + "y": 3930, + "z": -81529 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "monsterId": 2011020 + }, + { + "groupId": 55, + "instId": 200012, + "eventId": 20211155, + "pos": { + "x": -39610, + "y": 5562, + "z": -97350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 55, + "instId": 200013, + "eventId": 20211156, + "pos": { + "x": -21995, + "y": 5562, + "z": -117130 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 103, + "instId": 200001, + "eventId": 20211110, + "pos": { + "x": 25220, + "y": 2246, + "z": 69190 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 8002040 + }, + { + "groupId": 120, + "instId": 200001, + "eventId": 20211251, + "pos": { + "x": 77210, + "y": 2246, + "z": 67610 + }, + "rot": { + "x": 0, + "y": 234411, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 120, + "instId": 200002, + "eventId": 20211252, + "pos": { + "x": 77408, + "y": 2246, + "z": 65297 + }, + "rot": { + "x": 0, + "y": 265189, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 120, + "instId": 200003, + "eventId": 20211253, + "pos": { + "x": 75085, + "y": 2246, + "z": 68507 + }, + "rot": { + "x": 0, + "y": 179535, + "z": 0 + }, + "monsterId": 2022010 + } + ], + "teleports": [ + { + "anchorId": 1, + "groupId": 1, + "instId": 300001, + "pos": { + "x": 39120, + "y": 9101, + "z": 164090 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "teleportId": 2021101 + }, + { + "anchorId": 3, + "groupId": 1, + "instId": 300003, + "pos": { + "x": 1950, + "y": -1300, + "z": 1580 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "teleportId": 2021102 + }, + { + "anchorId": 2, + "groupId": 1, + "instId": 300006, + "pos": { + "x": 9710, + "y": 8520, + "z": -108870 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "teleportId": 2021103 + }, + { + "anchorId": 4, + "groupId": 1, + "instId": 300004, + "pos": { + "x": -8360, + "y": 2171, + "z": 58200 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "teleportId": 2021104 + }, + { + "anchorId": 1, + "groupId": 40, + "instId": 300003, + "pos": { + "x": 43390, + "y": 7006, + "z": -105260 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "teleportId": 1108 + }, + { + "anchorId": 1, + "groupId": 56, + "instId": 300001, + "pos": { + "x": -2680, + "y": -1149, + "z": -43820 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "teleportId": 1205 + }, + { + "anchorId": 1, + "groupId": 234, + "instId": 300001, + "pos": { + "x": -28982, + "y": 3930, + "z": -65719 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "teleportId": 1011 + } + ] + }, + { + "planeID": 20212, + "props": [ + { + "groupId": 1, + "instId": 300001, + "propState": 8, + "pos": { + "x": 131680, + "y": 8008, + "z": 2060 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 1, + "instId": 300002, + "propState": 8, + "pos": { + "x": 22510, + "y": -28866, + "z": -58120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 1, + "instId": 300003, + "propState": 8, + "pos": { + "x": 79788, + "y": -31263, + "z": -125381 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 1, + "instId": 300004, + "propState": 8, + "pos": { + "x": 45180, + "y": -31154, + "z": -97930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 15, + "pos": { + "x": 93590, + "y": -1190, + "z": -45300 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102003 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 8, + "pos": { + "x": 99100, + "y": 604, + "z": -39700 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 8, + "pos": { + "x": 87881, + "y": -29462, + "z": -49525 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 3, + "instId": 300004, + "propState": 8, + "pos": { + "x": 84020, + "y": -29462, + "z": -45340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300006, + "propState": 12, + "pos": { + "x": 103450, + "y": 5354, + "z": -23700 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 4, + "instId": 300011, + "propState": 12, + "pos": { + "x": 64710, + "y": -31170, + "z": -12563 + }, + "rot": { + "x": 0, + "y": 180003, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 12, + "pos": { + "x": 54990, + "y": -27162, + "z": -19320 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 4, + "instId": 300007, + "propState": 12, + "pos": { + "x": -17580, + "y": -31213, + "z": -58080 + }, + "rot": { + "x": 0, + "y": 359517, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 4, + "instId": 300022, + "propState": 12, + "pos": { + "x": -3820, + "y": -35952, + "z": -81240 + }, + "rot": { + "x": 0, + "y": 295000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 4, + "instId": 300012, + "propState": 12, + "pos": { + "x": 34250, + "y": -31226, + "z": -100750 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 4, + "instId": 300015, + "propState": 12, + "pos": { + "x": -5228, + "y": -31098, + "z": -123047 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 4, + "instId": 300014, + "propState": 12, + "pos": { + "x": 39520, + "y": -31108, + "z": -131210 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 12, + "pos": { + "x": 64878, + "y": -31263, + "z": -106550 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 12, + "pos": { + "x": 36105, + "y": -34241, + "z": -91180 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60203 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 12, + "pos": { + "x": -6180, + "y": -31159, + "z": -110510 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 35, + "instId": 300001, + "propState": 8, + "pos": { + "x": 88710, + "y": 5395, + "z": -20220 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 35, + "instId": 300014, + "propState": 8, + "pos": { + "x": 146910, + "y": 2265, + "z": -16538 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 35, + "instId": 300015, + "propState": 8, + "pos": { + "x": 95550, + "y": 604, + "z": -30030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 35, + "instId": 300002, + "propState": 8, + "pos": { + "x": 37680, + "y": -31213, + "z": -47900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 35, + "instId": 300003, + "propState": 8, + "pos": { + "x": 71090, + "y": -28426, + "z": -4180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 35, + "instId": 300016, + "propState": 8, + "pos": { + "x": 44179, + "y": -31213, + "z": -28460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 35, + "instId": 300011, + "propState": 8, + "pos": { + "x": 4940, + "y": -31213, + "z": -39550 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 35, + "instId": 300005, + "propState": 8, + "pos": { + "x": -13800, + "y": -35952, + "z": -86840 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 35, + "instId": 300017, + "propState": 8, + "pos": { + "x": 22740, + "y": -31159, + "z": -73180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 35, + "instId": 300006, + "propState": 8, + "pos": { + "x": 52081, + "y": -34241, + "z": -102986 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 35, + "instId": 300007, + "propState": 8, + "pos": { + "x": 12047, + "y": -31159, + "z": -156758 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 35, + "instId": 300020, + "propState": 8, + "pos": { + "x": 39990, + "y": -28570, + "z": -147410 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 35, + "instId": 300008, + "propState": 8, + "pos": { + "x": 64830, + "y": -31263, + "z": -147118 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 35, + "instId": 300018, + "propState": 8, + "pos": { + "x": 95882, + "y": -28131, + "z": -137010 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 35, + "instId": 300009, + "propState": 8, + "pos": { + "x": 106140, + "y": -28121, + "z": -89130 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 35, + "instId": 300004, + "propState": 8, + "pos": { + "x": 22350, + "y": -27162, + "z": -51212 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 35, + "instId": 300019, + "propState": 8, + "pos": { + "x": -16065, + "y": -31213, + "z": -45760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 35, + "instId": 300021, + "propState": 8, + "pos": { + "x": 102800, + "y": -28131, + "z": -141330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 35, + "instId": 300022, + "propState": 8, + "pos": { + "x": 59970, + "y": -31263, + "z": -156370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 35, + "instId": 300024, + "propState": 8, + "pos": { + "x": 150670, + "y": 604, + "z": -51887 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 35, + "instId": 300010, + "propState": 8, + "pos": { + "x": 32140, + "y": -31213, + "z": -17784 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 38, + "instId": 300001, + "propState": 8, + "pos": { + "x": 26627, + "y": -31055, + "z": -32837 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 901 + }, + { + "groupId": 40, + "instId": 300001, + "propState": 1, + "pos": { + "x": 18774, + "y": -31109, + "z": -95747 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 40, + "instId": 300002, + "propState": 1, + "pos": { + "x": 22798, + "y": -31159, + "z": -98730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 43, + "instId": 300001, + "propState": 8, + "pos": { + "x": 33510, + "y": -31213, + "z": -20940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 43, + "instId": 300002, + "propState": 8, + "pos": { + "x": -3510, + "y": -31213, + "z": -20559 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 43, + "instId": 300003, + "propState": 8, + "pos": { + "x": -3510, + "y": -31213, + "z": -20559 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 44, + "instId": 300001, + "propState": 8, + "pos": { + "x": 31632, + "y": -34241, + "z": -92465 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 44, + "instId": 300002, + "propState": 8, + "pos": { + "x": 44860, + "y": -34241, + "z": -92465 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 44, + "instId": 300003, + "propState": 8, + "pos": { + "x": 23890, + "y": -31159, + "z": -93340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 44, + "instId": 300004, + "propState": 8, + "pos": { + "x": 30480, + "y": -34241, + "z": -73532 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 44, + "instId": 300005, + "propState": 8, + "pos": { + "x": 43063, + "y": -31155, + "z": -94579 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 44, + "instId": 300006, + "propState": 8, + "pos": { + "x": 37529, + "y": -34241, + "z": -73608 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 45, + "instId": 300001, + "propState": 1, + "pos": { + "x": 30030, + "y": -31163, + "z": -39351 + }, + "rot": { + "x": 0, + "y": 269578, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 45, + "instId": 300002, + "propState": 1, + "pos": { + "x": 61286, + "y": -34210, + "z": -80659 + }, + "rot": { + "x": 0, + "y": 269578, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 45, + "instId": 300003, + "propState": 1, + "pos": { + "x": 65687, + "y": -31213, + "z": -100279 + }, + "rot": { + "x": 0, + "y": 359578, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 45, + "instId": 300004, + "propState": 1, + "pos": { + "x": -13866, + "y": -31109, + "z": -143544 + }, + "rot": { + "x": 0, + "y": 359578, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 45, + "instId": 300005, + "propState": 1, + "pos": { + "x": 66343, + "y": -31228, + "z": -139898 + }, + "rot": { + "x": 0, + "y": 89578, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 45, + "instId": 300006, + "propState": 1, + "pos": { + "x": 26760, + "y": -31213, + "z": -40965 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 45, + "instId": 300008, + "propState": 1, + "pos": { + "x": 69120, + "y": -34241, + "z": -91442 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 45, + "instId": 300009, + "propState": 1, + "pos": { + "x": -10332, + "y": -31159, + "z": -141719 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 45, + "instId": 300010, + "propState": 1, + "pos": { + "x": 68340, + "y": -31263, + "z": -137570 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 48, + "instId": 300001, + "propState": 8, + "pos": { + "x": -10134, + "y": -29512, + "z": -122860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 48, + "instId": 300002, + "propState": 8, + "pos": { + "x": -14742, + "y": -31159, + "z": -130405 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 49, + "instId": 300001, + "propState": 8, + "pos": { + "x": 55248, + "y": -31263, + "z": -123943 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 49, + "instId": 300002, + "propState": 8, + "pos": { + "x": 59080, + "y": -31263, + "z": -123576 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 62, + "instId": 300003, + "propState": 8, + "pos": { + "x": 102910, + "y": -27080, + "z": -152150 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 702 + }, + { + "groupId": 63, + "instId": 300001, + "propState": 11, + "pos": { + "x": 114820, + "y": 604, + "z": -58200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60203 + }, + { + "groupId": 63, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 63, + "instId": 300003, + "propState": 8, + "pos": { + "x": 114820, + "y": 604, + "z": -58200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 64, + "instId": 300001, + "propState": 11, + "pos": { + "x": 46060, + "y": -31263, + "z": -137780 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60203 + }, + { + "groupId": 64, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 64, + "instId": 300003, + "propState": 8, + "pos": { + "x": 46060, + "y": -31263, + "z": -137780 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 92, + "instId": 300001, + "propState": 1, + "pos": { + "x": 59120, + "y": -34241, + "z": -84424 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 104, + "instId": 300002, + "propState": 8, + "pos": { + "x": 79380, + "y": -31327, + "z": -137350 + }, + "rot": { + "x": 0, + "y": 46571, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 104, + "instId": 300011, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 176529, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 104, + "instId": 300001, + "propState": 20, + "pos": { + "x": 13042, + "y": -31159, + "z": -143410 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 104, + "instId": 300003, + "propState": 1, + "pos": { + "x": 12759, + "y": -31159, + "z": -144603 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 104, + "instId": 300004, + "propState": 8, + "pos": { + "x": 76445, + "y": 2231, + "z": 64167 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300001, + "propState": 8, + "pos": { + "x": 39805, + "y": -27357, + "z": 28430 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 105, + "instId": 300002, + "propState": 8, + "pos": { + "x": 39805, + "y": -27357, + "z": 28430 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102019 + }, + { + "groupId": 105, + "instId": 300003, + "propState": 20, + "pos": { + "x": 39805, + "y": -27357, + "z": 28430 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 105, + "instId": 300006, + "propState": 8, + "pos": { + "x": 39805, + "y": -27357, + "z": 28430 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 106, + "instId": 300001, + "propState": 8, + "pos": { + "x": 60510, + "y": -29462, + "z": -43940 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 106, + "instId": 300002, + "propState": 8, + "pos": { + "x": 60510, + "y": -29462, + "z": -43940 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102019 + }, + { + "groupId": 106, + "instId": 300003, + "propState": 20, + "pos": { + "x": 60510, + "y": -29462, + "z": -43940 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 106, + "instId": 300006, + "propState": 8, + "pos": { + "x": 60510, + "y": -29462, + "z": -43940 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 106, + "instId": 300004, + "propState": 8, + "pos": { + "x": 60510, + "y": -29462, + "z": -43940 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 107, + "instId": 300001, + "propState": 8, + "pos": { + "x": -47550, + "y": -29517, + "z": -164006 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 107, + "instId": 300002, + "propState": 8, + "pos": { + "x": -47550, + "y": -29517, + "z": -164006 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102019 + }, + { + "groupId": 107, + "instId": 300003, + "propState": 20, + "pos": { + "x": -47550, + "y": -29517, + "z": -164006 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 107, + "instId": 300006, + "propState": 8, + "pos": { + "x": -47550, + "y": -29517, + "z": -164006 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 111, + "instId": 300001, + "propState": 11, + "pos": { + "x": -6588, + "y": -31213, + "z": -9892 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 111, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 111, + "instId": 300003, + "propState": 8, + "pos": { + "x": -6588, + "y": -31213, + "z": -9892 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 113, + "instId": 300002, + "propState": 8, + "pos": { + "x": 138011, + "y": 8008, + "z": 5940 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 113, + "instId": 300003, + "propState": 8, + "pos": { + "x": 135130, + "y": 6612, + "z": 12290 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102054 + }, + { + "groupId": 113, + "instId": 300004, + "propState": 12, + "pos": { + "x": 131770, + "y": 110, + "z": 4570 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 113, + "instId": 300005, + "propState": 8, + "pos": { + "x": 138011, + "y": 8008, + "z": 5940 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 113, + "instId": 300006, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 113, + "instId": 300001, + "propState": 8, + "pos": { + "x": 148127, + "y": 6866, + "z": 11268 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 113, + "instId": 300007, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 113, + "instId": 300008, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 114, + "instId": 300002, + "propState": 8, + "pos": { + "x": -12200, + "y": -29441, + "z": -166182 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 114, + "instId": 300003, + "propState": 8, + "pos": { + "x": -2430, + "y": -30735, + "z": -172690 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102063 + }, + { + "groupId": 114, + "instId": 300004, + "propState": 12, + "pos": { + "x": -5690, + "y": -34788, + "z": -163660 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 114, + "instId": 300005, + "propState": 8, + "pos": { + "x": -12200, + "y": -29441, + "z": -166182 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 114, + "instId": 300006, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 114, + "instId": 300001, + "propState": 8, + "pos": { + "x": -7700, + "y": -30992, + "z": -171902 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 114, + "instId": 300007, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 114, + "instId": 300008, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 121, + "instId": 300002, + "propState": 8, + "pos": { + "x": 144971, + "y": -28127, + "z": -117965 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 121, + "instId": 300003, + "propState": 8, + "pos": { + "x": 152100, + "y": -29440, + "z": -123980 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102063 + }, + { + "groupId": 121, + "instId": 300004, + "propState": 12, + "pos": { + "x": 140970, + "y": -29870, + "z": -69640 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 121, + "instId": 300005, + "propState": 8, + "pos": { + "x": 144971, + "y": -28127, + "z": -117965 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 121, + "instId": 300006, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 121, + "instId": 300001, + "propState": 8, + "pos": { + "x": 146846, + "y": -27953, + "z": -123115 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 121, + "instId": 300007, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 121, + "instId": 300008, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 122, + "instId": 300002, + "propState": 8, + "pos": { + "x": 144652, + "y": -28127, + "z": -142389 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 122, + "instId": 300003, + "propState": 8, + "pos": { + "x": 152060, + "y": -29480, + "z": -136460 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102054 + }, + { + "groupId": 122, + "instId": 300004, + "propState": 12, + "pos": { + "x": 109600, + "y": -35980, + "z": -145160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 122, + "instId": 300005, + "propState": 8, + "pos": { + "x": 144652, + "y": -28127, + "z": -142389 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 122, + "instId": 300006, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 122, + "instId": 300001, + "propState": 8, + "pos": { + "x": 141250, + "y": -29770, + "z": -134890 + }, + "rot": { + "x": 0, + "y": 4, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 122, + "instId": 300007, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 122, + "instId": 300008, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 125, + "instId": 300003, + "propState": 20, + "pos": { + "x": 36000, + "y": -31213, + "z": -15750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 125, + "instId": 300002, + "propState": 8, + "pos": { + "x": -8421, + "y": -31216, + "z": -62724 + }, + "rot": { + "x": 0, + "y": 131469, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 125, + "instId": 300011, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 125, + "instId": 300001, + "propState": 1, + "pos": { + "x": 36000, + "y": -31213, + "z": -15750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + } + ], + "monsters": [ + { + "groupId": 51, + "instId": 200001, + "eventId": 20212101, + "pos": { + "x": 97101, + "y": 7051, + "z": -16689 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8001040 + }, + { + "groupId": 51, + "instId": 200002, + "eventId": 20212102, + "pos": { + "x": 128640, + "y": 604, + "z": -40270 + }, + "rot": { + "x": 0, + "y": 272836, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 51, + "instId": 200006, + "eventId": 20212115, + "pos": { + "x": 109260, + "y": 706, + "z": -35620 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 8002010 + }, + { + "groupId": 51, + "instId": 200003, + "eventId": 20212103, + "pos": { + "x": 43690, + "y": -31213, + "z": -19508 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 51, + "instId": 200009, + "eventId": 20212104, + "pos": { + "x": 44069, + "y": -27162, + "z": -7143 + }, + "rot": { + "x": 0, + "y": 114083, + "z": 0 + }, + "monsterId": 2012010 + }, + { + "groupId": 51, + "instId": 200010, + "eventId": 20212105, + "pos": { + "x": 47590, + "y": -27162, + "z": -6180 + }, + "rot": { + "x": 0, + "y": 227413, + "z": 0 + }, + "monsterId": 2011010 + }, + { + "groupId": 51, + "instId": 200011, + "eventId": 20212106, + "pos": { + "x": 27960, + "y": -27162, + "z": -5170 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "monsterId": 2011020 + }, + { + "groupId": 51, + "instId": 200004, + "eventId": 20212107, + "pos": { + "x": 5350, + "y": -31022, + "z": -58230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 51, + "instId": 200012, + "eventId": 20212109, + "pos": { + "x": 2561, + "y": -35952, + "z": -80606 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "monsterId": 2012010 + }, + { + "groupId": 51, + "instId": 200013, + "eventId": 20212110, + "pos": { + "x": 8960, + "y": -35952, + "z": -79060 + }, + "rot": { + "x": 0, + "y": 227413, + "z": 0 + }, + "monsterId": 2012010 + }, + { + "groupId": 51, + "instId": 200014, + "eventId": 20212111, + "pos": { + "x": 8190, + "y": -35952, + "z": -88000 + }, + "rot": { + "x": 0, + "y": 336417, + "z": 0 + }, + "monsterId": 2012010 + }, + { + "groupId": 51, + "instId": 200007, + "eventId": 20212112, + "pos": { + "x": 7670, + "y": -31148, + "z": -113800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002010 + }, + { + "groupId": 51, + "instId": 200008, + "eventId": 20212113, + "pos": { + "x": 10785, + "y": -31098, + "z": -129982 + }, + "rot": { + "x": 0, + "y": 189746, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 51, + "instId": 200005, + "eventId": 20212114, + "pos": { + "x": 59990, + "y": -31263, + "z": -139360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002010 + }, + { + "groupId": 51, + "instId": 200015, + "eventId": 20212151, + "pos": { + "x": 131540, + "y": 604, + "z": -52116 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 51, + "instId": 200016, + "eventId": 20212152, + "pos": { + "x": 142505, + "y": -1149, + "z": -58955 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8002010 + }, + { + "groupId": 51, + "instId": 200017, + "eventId": 20212153, + "pos": { + "x": -7931, + "y": -31159, + "z": -147256 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 62, + "instId": 200001, + "eventId": 101209, + "pos": { + "x": 102910, + "y": -28008, + "z": -152150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2023011 + }, + { + "groupId": 63, + "instId": 200001, + "eventId": 20212231, + "pos": { + "x": 118500, + "y": 694, + "z": -58230 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 2023010 + }, + { + "groupId": 64, + "instId": 200001, + "eventId": 20212232, + "pos": { + "x": 48080, + "y": -31263, + "z": -143440 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2013010 + }, + { + "groupId": 76, + "instId": 200001, + "eventId": 20212120, + "pos": { + "x": 74174, + "y": -34241, + "z": -86687 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 8002040 + }, + { + "groupId": 104, + "instId": 200001, + "eventId": 20212251, + "pos": { + "x": 80662, + "y": -31256, + "z": -139228 + }, + "rot": { + "x": 0, + "y": 320021, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 104, + "instId": 200002, + "eventId": 20212252, + "pos": { + "x": 78371, + "y": -31256, + "z": -139602 + }, + "rot": { + "x": 0, + "y": 350799, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 104, + "instId": 200003, + "eventId": 20212253, + "pos": { + "x": 81393, + "y": -31256, + "z": -137040 + }, + "rot": { + "x": 0, + "y": 265145, + "z": 0 + }, + "monsterId": 8002010 + }, + { + "groupId": 111, + "instId": 200001, + "eventId": 20212233, + "pos": { + "x": -8840, + "y": -31213, + "z": -13970 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "monsterId": 2012010 + }, + { + "groupId": 111, + "instId": 200002, + "eventId": 20212234, + "pos": { + "x": -4533, + "y": -31213, + "z": -14086 + }, + "rot": { + "x": 0, + "y": 340000, + "z": 0 + }, + "monsterId": 2012010 + } + ], + "teleports": [ + { + "anchorId": 1, + "groupId": 1, + "instId": 300001, + "pos": { + "x": 133300, + "y": 8008, + "z": -1406 + }, + "rot": { + "x": 0, + "y": 204777, + "z": 0 + }, + "teleportId": 2021201 + }, + { + "anchorId": 2, + "groupId": 1, + "instId": 300002, + "pos": { + "x": 25210, + "y": -28866, + "z": -62030 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "teleportId": 2021202 + }, + { + "anchorId": 3, + "groupId": 1, + "instId": 300003, + "pos": { + "x": 79890, + "y": -31263, + "z": -118810 + }, + "rot": { + "x": 0, + "y": 58591, + "z": 0 + }, + "teleportId": 2021203 + }, + { + "anchorId": 4, + "groupId": 1, + "instId": 300004, + "pos": { + "x": 44930, + "y": -31154, + "z": -90240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2021204 + }, + { + "anchorId": 1, + "groupId": 38, + "instId": 300001, + "pos": { + "x": 28320, + "y": -31222, + "z": -32820 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "teleportId": 1206 + }, + { + "anchorId": 1, + "groupId": 62, + "instId": 300003, + "pos": { + "x": 102640, + "y": -28137, + "z": -146220 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "teleportId": 1109 + } + ] + }, + { + "planeID": 20213, + "props": [ + { + "groupId": 1, + "instId": 300001, + "propState": 8, + "pos": { + "x": 23967, + "y": -1116, + "z": 6890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 1, + "instId": 300002, + "propState": 8, + "pos": { + "x": -17430, + "y": 2170, + "z": 39030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 1, + "instId": 300003, + "propState": 8, + "pos": { + "x": 18750, + "y": -1330, + "z": 88500 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 1, + "instId": 300004, + "propState": 8, + "pos": { + "x": 76010, + "y": 2531, + "z": 101597 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 12, + "instId": 300009, + "propState": 8, + "pos": { + "x": 4359, + "y": -1085, + "z": -699 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102013 + }, + { + "groupId": 12, + "instId": 300003, + "propState": 1, + "pos": { + "x": -3940, + "y": -1120, + "z": -14530 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102013 + }, + { + "groupId": 12, + "instId": 300006, + "propState": 8, + "pos": { + "x": 7870, + "y": 2143, + "z": 68820 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102013 + }, + { + "groupId": 12, + "instId": 300007, + "propState": 1, + "pos": { + "x": 11129, + "y": -1085, + "z": -787 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102013 + }, + { + "groupId": 12, + "instId": 300008, + "propState": 8, + "pos": { + "x": 26530, + "y": 586, + "z": -14287 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102014 + }, + { + "groupId": 30, + "instId": 300001, + "propState": 8, + "pos": { + "x": 3914, + "y": 2280, + "z": 73680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 30, + "instId": 300002, + "propState": 8, + "pos": { + "x": 7937, + "y": 2246, + "z": 68877 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 31, + "instId": 300001, + "propState": 8, + "pos": { + "x": -40, + "y": 10, + "z": 230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 31, + "instId": 300002, + "propState": 8, + "pos": { + "x": -4220, + "y": -1118, + "z": -14280 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 32, + "instId": 300001, + "propState": 8, + "pos": { + "x": 560, + "y": 55, + "z": -32 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 32, + "instId": 300002, + "propState": 8, + "pos": { + "x": -1350, + "y": -1085, + "z": -770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 32, + "instId": 300003, + "propState": 8, + "pos": { + "x": 11350, + "y": -1085, + "z": -820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 33, + "instId": 300001, + "propState": 8, + "pos": { + "x": 380, + "y": 0, + "z": -2920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 33, + "instId": 300002, + "propState": 8, + "pos": { + "x": 26800, + "y": 586, + "z": -14230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 35, + "instId": 300001, + "propState": 8, + "pos": { + "x": 40420, + "y": 9101, + "z": 175980 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 35, + "instId": 300002, + "propState": 8, + "pos": { + "x": 12060, + "y": 9101, + "z": 88635 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 35, + "instId": 300003, + "propState": 8, + "pos": { + "x": 71080, + "y": 2230, + "z": 74320 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 45, + "instId": 300003, + "propState": 8, + "pos": { + "x": 48660, + "y": -2830, + "z": 36987 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 45, + "instId": 300004, + "propState": 2, + "pos": { + "x": 49769, + "y": -2877, + "z": 34920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 51, + "instId": 300001, + "propState": 8, + "pos": { + "x": 54292, + "y": -3010, + "z": -21672 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 51, + "instId": 300005, + "propState": 8, + "pos": { + "x": 59260, + "y": -3440, + "z": 50 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102053 + }, + { + "groupId": 51, + "instId": 300004, + "propState": 12, + "pos": { + "x": 47193, + "y": -3000, + "z": -14971 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 51, + "instId": 300002, + "propState": 8, + "pos": { + "x": 53610, + "y": -3010, + "z": -20080 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 51, + "instId": 300003, + "propState": 8, + "pos": { + "x": 53800, + "y": -3010, + "z": -20700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 51, + "instId": 300006, + "propState": 8, + "pos": { + "x": 52870, + "y": -3010, + "z": -10670 + }, + "rot": { + "x": 0, + "y": 119280, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 59, + "instId": 300001, + "propState": 8, + "pos": { + "x": -10667, + "y": -1147, + "z": -5470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102175 + } + ], + "monsters": [ + { + "groupId": 13, + "instId": 200007, + "eventId": 20211031, + "pos": { + "x": 56530, + "y": 2152, + "z": 116970 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 8001050 + } + ], + "teleports": [ + { + "anchorId": 4, + "groupId": 1, + "instId": 300003, + "pos": { + "x": 22070, + "y": -1330, + "z": 88980 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 20214, + "props": [], + "monsters": [], + "teleports": [] + }, + { + "planeID": 20221, + "props": [ + { + "groupId": 2, + "instId": 300001, + "propState": 21, + "pos": { + "x": 30073, + "y": 6066, + "z": 53845 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 1, + "pos": { + "x": 30544, + "y": 6100, + "z": 53415 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 2, + "instId": 300003, + "propState": 21, + "pos": { + "x": 49622, + "y": -860, + "z": 53576 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 2, + "instId": 300004, + "propState": 1, + "pos": { + "x": 49516, + "y": -850, + "z": 53576 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 2, + "instId": 300005, + "propState": 21, + "pos": { + "x": -20332, + "y": 6066, + "z": 33087 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 2, + "instId": 300006, + "propState": 1, + "pos": { + "x": -20370, + "y": 6100, + "z": 33050 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 2, + "instId": 300007, + "propState": 21, + "pos": { + "x": -33408, + "y": -860, + "z": 17803 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 2, + "instId": 300008, + "propState": 1, + "pos": { + "x": -33392, + "y": -910, + "z": 17793 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 2, + "instId": 300009, + "propState": 21, + "pos": { + "x": -20338, + "y": 6066, + "z": 74883 + }, + "rot": { + "x": 0, + "y": 315001, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 2, + "instId": 300010, + "propState": 1, + "pos": { + "x": -20350, + "y": 6040, + "z": 74890 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 2, + "instId": 300011, + "propState": 21, + "pos": { + "x": -34168, + "y": -860, + "z": 88270 + }, + "rot": { + "x": 0, + "y": 133000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 2, + "instId": 300012, + "propState": 1, + "pos": { + "x": -34174, + "y": -890, + "z": 88282 + }, + "rot": { + "x": 0, + "y": 133000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 2, + "instId": 300013, + "propState": 21, + "pos": { + "x": 43215, + "y": -2694, + "z": -708 + }, + "rot": { + "x": 0, + "y": 48000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 2, + "instId": 300015, + "propState": 1, + "pos": { + "x": 43215, + "y": -2694, + "z": -708 + }, + "rot": { + "x": 0, + "y": 48000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 2, + "instId": 300014, + "propState": 21, + "pos": { + "x": 15360, + "y": -2694, + "z": -15716 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 2, + "instId": 300016, + "propState": 1, + "pos": { + "x": 15360, + "y": -2694, + "z": -15716 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 2, + "instId": 300017, + "propState": 21, + "pos": { + "x": 43433, + "y": -2694, + "z": 108265 + }, + "rot": { + "x": 0, + "y": 133000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 2, + "instId": 300018, + "propState": 1, + "pos": { + "x": 43433, + "y": -2694, + "z": 108265 + }, + "rot": { + "x": 0, + "y": 133000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 2, + "instId": 300019, + "propState": 21, + "pos": { + "x": 15342, + "y": -2694, + "z": 122332 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 2, + "instId": 300020, + "propState": 1, + "pos": { + "x": 15342, + "y": -2694, + "z": 122332 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 2, + "instId": 300021, + "propState": 1, + "pos": { + "x": -20379, + "y": 6064, + "z": 33071 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 2, + "instId": 300022, + "propState": 1, + "pos": { + "x": -33467, + "y": -910, + "z": 17862 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 2, + "instId": 300023, + "propState": 1, + "pos": { + "x": -20360, + "y": 6040, + "z": 74870 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 2, + "instId": 300024, + "propState": 1, + "pos": { + "x": -34184, + "y": -860, + "z": 88268 + }, + "rot": { + "x": 0, + "y": 133000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 2, + "instId": 300025, + "propState": 1, + "pos": { + "x": 43433, + "y": -2694, + "z": 108265 + }, + "rot": { + "x": 0, + "y": 133000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 2, + "instId": 300026, + "propState": 1, + "pos": { + "x": 15350, + "y": -2694, + "z": 122332 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": -33092, + "y": 4824, + "z": -158473 + }, + "rot": { + "x": 0, + "y": 269724, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 8, + "pos": { + "x": 5010, + "y": 12790, + "z": 2110 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 8, + "pos": { + "x": 107603, + "y": 13760, + "z": -61751 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 5, + "instId": 300004, + "propState": 8, + "pos": { + "x": -54175, + "y": 685, + "z": 89262 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 1, + "pos": { + "x": 225, + "y": 12910, + "z": -89304 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 1, + "pos": { + "x": -4495, + "y": 12905, + "z": -87157 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 6, + "instId": 300006, + "propState": 1, + "pos": { + "x": 104115, + "y": 4613, + "z": 5792 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 6, + "instId": 300005, + "propState": 2, + "pos": { + "x": 101170, + "y": 733, + "z": 16975 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 6, + "instId": 300007, + "propState": 1, + "pos": { + "x": 123913, + "y": -1795, + "z": 53564 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 6, + "instId": 300008, + "propState": 1, + "pos": { + "x": 101508, + "y": 769, + "z": 73259 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 6, + "instId": 300014, + "propState": 1, + "pos": { + "x": 69092, + "y": 720, + "z": 70006 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 6, + "instId": 300015, + "propState": 1, + "pos": { + "x": 71591, + "y": 652, + "z": 68636 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 6, + "instId": 300016, + "propState": 1, + "pos": { + "x": 69084, + "y": 720, + "z": 37177 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 6, + "instId": 300017, + "propState": 1, + "pos": { + "x": 66582, + "y": 653, + "z": 38545 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 6, + "instId": 300018, + "propState": 1, + "pos": { + "x": -36428, + "y": 715, + "z": 113584 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 6, + "instId": 300019, + "propState": 1, + "pos": { + "x": -33792, + "y": -1086, + "z": 118715 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 6, + "instId": 300024, + "propState": 1, + "pos": { + "x": -35658, + "y": 715, + "z": -7702 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 6, + "instId": 300025, + "propState": 1, + "pos": { + "x": -30468, + "y": -1086, + "z": -10257 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 12, + "pos": { + "x": -44280, + "y": 4790, + "z": -135100 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 12, + "pos": { + "x": -19285, + "y": 8240, + "z": -126161 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 8, + "instId": 300009, + "propState": 12, + "pos": { + "x": 7262, + "y": 12905, + "z": -59460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 8, + "instId": 300012, + "propState": 12, + "pos": { + "x": 60020, + "y": -1020, + "z": 6120 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 12, + "pos": { + "x": -73680, + "y": 769, + "z": -22240 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 8, + "instId": 300011, + "propState": 12, + "pos": { + "x": 38256, + "y": 10913, + "z": -121346 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 8, + "instId": 300016, + "propState": 12, + "pos": { + "x": -4720, + "y": -1020, + "z": 114796 + }, + "rot": { + "x": 0, + "y": 2, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 8, + "instId": 300018, + "propState": 12, + "pos": { + "x": 96540, + "y": 4553, + "z": -4740 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 8, + "instId": 300008, + "propState": 12, + "pos": { + "x": 117217, + "y": 13760, + "z": -78056 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 12, + "pos": { + "x": -76892, + "y": 10224, + "z": -69290 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 10, + "instId": 300014, + "propState": 8, + "pos": { + "x": 90788, + "y": 3384, + "z": 53533 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300015, + "propState": 8, + "pos": { + "x": -63310, + "y": 3484, + "z": 117540 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 12, + "instId": 300015, + "propState": 8, + "pos": { + "x": -63000, + "y": 3484, + "z": -11760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 57, + "instId": 300002, + "propState": 8, + "pos": { + "x": -44558, + "y": 685, + "z": 111081 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 57, + "instId": 300001, + "propState": 8, + "pos": { + "x": -3270, + "y": 12835, + "z": 5190 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 57, + "instId": 300006, + "propState": 8, + "pos": { + "x": -2210, + "y": 6807, + "z": -150710 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 57, + "instId": 300007, + "propState": 8, + "pos": { + "x": 29375, + "y": 10957, + "z": -112479 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 57, + "instId": 300008, + "propState": 8, + "pos": { + "x": -11552, + "y": 9297, + "z": -107461 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300009, + "propState": 8, + "pos": { + "x": -45104, + "y": 8294, + "z": -127229 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 57, + "instId": 300010, + "propState": 8, + "pos": { + "x": -39113, + "y": 8240, + "z": -90306 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300011, + "propState": 8, + "pos": { + "x": 14530, + "y": 12900, + "z": -51218 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300012, + "propState": 8, + "pos": { + "x": 73070, + "y": 740, + "z": 47660 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 57, + "instId": 300013, + "propState": 8, + "pos": { + "x": 111569, + "y": 4603, + "z": -10754 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300014, + "propState": 8, + "pos": { + "x": 93570, + "y": 840, + "z": 106810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300015, + "propState": 8, + "pos": { + "x": 46342, + "y": -1020, + "z": 95894 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 57, + "instId": 300016, + "propState": 8, + "pos": { + "x": -33765, + "y": 649, + "z": 107514 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300017, + "propState": 8, + "pos": { + "x": -87254, + "y": 726, + "z": 116194 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 57, + "instId": 300018, + "propState": 8, + "pos": { + "x": -97340, + "y": -4250, + "z": 62730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300019, + "propState": 8, + "pos": { + "x": -64831, + "y": 10224, + "z": -79669 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 57, + "instId": 300020, + "propState": 8, + "pos": { + "x": -49560, + "y": 650, + "z": 14670 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 57, + "instId": 300021, + "propState": 8, + "pos": { + "x": 5290, + "y": -1020, + "z": -22490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300022, + "propState": 8, + "pos": { + "x": 95150, + "y": 770, + "z": 36076 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 57, + "instId": 300023, + "propState": 8, + "pos": { + "x": 116195, + "y": 13760, + "z": -69740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 57, + "instId": 300024, + "propState": 8, + "pos": { + "x": 73040, + "y": 14633, + "z": -52390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300025, + "propState": 8, + "pos": { + "x": 172610, + "y": 21593, + "z": -64747 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300026, + "propState": 8, + "pos": { + "x": 33303, + "y": -4245, + "z": 53721 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 57, + "instId": 300027, + "propState": 8, + "pos": { + "x": -61334, + "y": -1007, + "z": 45380 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 57, + "instId": 300028, + "propState": 8, + "pos": { + "x": 94998, + "y": 769, + "z": 68511 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 57, + "instId": 300003, + "propState": 8, + "pos": { + "x": -11824, + "y": 12905, + "z": -86390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 68, + "instId": 300001, + "propState": 11, + "pos": { + "x": -34711, + "y": -4240, + "z": 57303 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 68, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 68, + "instId": 300003, + "propState": 8, + "pos": { + "x": -34711, + "y": -4240, + "z": 57303 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 69, + "instId": 300001, + "propState": 11, + "pos": { + "x": -79610, + "y": 726, + "z": 133720 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 69, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 69, + "instId": 300003, + "propState": 8, + "pos": { + "x": -79610, + "y": 726, + "z": 133720 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 71, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 71, + "instId": 300002, + "propState": 8, + "pos": { + "x": 29975, + "y": 6100, + "z": 54028 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 72, + "instId": 300001, + "propState": 8, + "pos": { + "x": 43480, + "y": -2694, + "z": 108125 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 72, + "instId": 300002, + "propState": 8, + "pos": { + "x": 43480, + "y": -2694, + "z": 108125 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 72, + "instId": 300003, + "propState": 8, + "pos": { + "x": 15342, + "y": -2694, + "z": 122332 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 72, + "instId": 300004, + "propState": 8, + "pos": { + "x": 15342, + "y": -2694, + "z": 122332 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 86, + "instId": 300002, + "propState": 8, + "pos": { + "x": 120532, + "y": 15426, + "z": -66440 + }, + "rot": { + "x": 0, + "y": 270997, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 86, + "instId": 300011, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 270997, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 86, + "instId": 300001, + "propState": 20, + "pos": { + "x": 11974, + "y": 12905, + "z": -85500 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 86, + "instId": 300003, + "propState": 8, + "pos": { + "x": 120327, + "y": 15392, + "z": -66634 + }, + "rot": { + "x": 0, + "y": 270997, + "z": 0 + }, + "propId": 102076 + }, + { + "groupId": 86, + "instId": 300004, + "propState": 1, + "pos": { + "x": 10539, + "y": 12905, + "z": -84432 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 86, + "instId": 300005, + "propState": 8, + "pos": { + "x": 120327, + "y": 15392, + "z": -66634 + }, + "rot": { + "x": 0, + "y": 270997, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 92, + "instId": 300001, + "propState": 8, + "pos": { + "x": 85035, + "y": 3524, + "z": 53512 + }, + "rot": { + "x": 0, + "y": 293289, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 92, + "instId": 300002, + "propState": 8, + "pos": { + "x": 89424, + "y": 3524, + "z": 50985 + }, + "rot": { + "x": 0, + "y": 356964, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 92, + "instId": 300003, + "propState": 8, + "pos": { + "x": 85048, + "y": 3524, + "z": 48458 + }, + "rot": { + "x": 0, + "y": 55617, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 92, + "instId": 300004, + "propState": 8, + "pos": { + "x": 80659, + "y": 3524, + "z": 50976 + }, + "rot": { + "x": 0, + "y": 114933, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 92, + "instId": 300005, + "propState": 8, + "pos": { + "x": 80665, + "y": 3524, + "z": 56040 + }, + "rot": { + "x": 0, + "y": 177045, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 92, + "instId": 300006, + "propState": 8, + "pos": { + "x": 85043, + "y": 3524, + "z": 58568 + }, + "rot": { + "x": 0, + "y": 236428, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 92, + "instId": 300007, + "propState": 8, + "pos": { + "x": 89426, + "y": 3524, + "z": 56041 + }, + "rot": { + "x": 0, + "y": 293289, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 92, + "instId": 300008, + "propState": 8, + "pos": { + "x": 89014, + "y": 4415, + "z": 53998 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 92, + "instId": 300009, + "propState": 8, + "pos": { + "x": 85185, + "y": 4415, + "z": 53901 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 92, + "instId": 300010, + "propState": 8, + "pos": { + "x": 80980, + "y": 4415, + "z": 53416 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 92, + "instId": 300011, + "propState": 8, + "pos": { + "x": 82494, + "y": 4415, + "z": 52403 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 92, + "instId": 300012, + "propState": 8, + "pos": { + "x": 83239, + "y": 4415, + "z": 51493 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 92, + "instId": 300013, + "propState": 8, + "pos": { + "x": 100804, + "y": 1410, + "z": 53403 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 92, + "instId": 300015, + "propState": 8, + "pos": { + "x": 85040, + "y": 3494, + "z": 53510 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 92, + "instId": 300014, + "propState": 8, + "pos": { + "x": 83239, + "y": 4415, + "z": 51493 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 92, + "instId": 300016, + "propState": 8, + "pos": { + "x": 90788, + "y": 3384, + "z": 53533 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 92, + "instId": 300017, + "propState": 8, + "pos": { + "x": 15169, + "y": 7489, + "z": 53938 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 93, + "instId": 300001, + "propState": 8, + "pos": { + "x": -59217, + "y": 3524, + "z": 113482 + }, + "rot": { + "x": 0, + "y": 99932, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 93, + "instId": 300002, + "propState": 8, + "pos": { + "x": -60519, + "y": 3524, + "z": 118370 + }, + "rot": { + "x": 0, + "y": 221428, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 93, + "instId": 300003, + "propState": 8, + "pos": { + "x": -55632, + "y": 3524, + "z": 117064 + }, + "rot": { + "x": 0, + "y": 278289, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 93, + "instId": 300004, + "propState": 8, + "pos": { + "x": -54325, + "y": 3524, + "z": 112179 + }, + "rot": { + "x": 0, + "y": 341964, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 93, + "instId": 300005, + "propState": 8, + "pos": { + "x": -57898, + "y": 3524, + "z": 108606 + }, + "rot": { + "x": 0, + "y": 40617, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 93, + "instId": 300006, + "propState": 8, + "pos": { + "x": -62789, + "y": 3524, + "z": 109902 + }, + "rot": { + "x": 0, + "y": 99932, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 93, + "instId": 300007, + "propState": 8, + "pos": { + "x": -64094, + "y": 3524, + "z": 114795 + }, + "rot": { + "x": 0, + "y": 162046, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 93, + "instId": 300008, + "propState": 8, + "pos": { + "x": -60137, + "y": 4580, + "z": 113065 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 93, + "instId": 300009, + "propState": 8, + "pos": { + "x": -57438, + "y": 4580, + "z": 115440 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 93, + "instId": 300010, + "propState": 8, + "pos": { + "x": -54159, + "y": 4475, + "z": 114698 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 93, + "instId": 300011, + "propState": 8, + "pos": { + "x": -53200, + "y": 4620, + "z": 111100 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 93, + "instId": 300012, + "propState": 8, + "pos": { + "x": -55495, + "y": 4620, + "z": 108685 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 93, + "instId": 300013, + "propState": 8, + "pos": { + "x": -59194, + "y": 4620, + "z": 109678 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 93, + "instId": 300014, + "propState": 8, + "pos": { + "x": -70250, + "y": 1404, + "z": 124459 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 93, + "instId": 300016, + "propState": 8, + "pos": { + "x": -59217, + "y": 3494, + "z": 113480 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 93, + "instId": 300015, + "propState": 8, + "pos": { + "x": -63310, + "y": 3324, + "z": 117540 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 93, + "instId": 300017, + "propState": 8, + "pos": { + "x": -9757, + "y": 7487, + "z": 64179 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 94, + "instId": 300001, + "propState": 8, + "pos": { + "x": -58530, + "y": 3524, + "z": -7394 + }, + "rot": { + "x": 0, + "y": 168370, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 94, + "instId": 300002, + "propState": 8, + "pos": { + "x": -63439, + "y": 3524, + "z": -9384 + }, + "rot": { + "x": 0, + "y": 122115, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 94, + "instId": 300003, + "propState": 8, + "pos": { + "x": -63435, + "y": 3524, + "z": -5327 + }, + "rot": { + "x": 0, + "y": 168370, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 94, + "instId": 300004, + "propState": 8, + "pos": { + "x": -60558, + "y": 3524, + "z": -2440 + }, + "rot": { + "x": 0, + "y": 213370, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 94, + "instId": 300005, + "propState": 8, + "pos": { + "x": -56483, + "y": 3524, + "z": -2449 + }, + "rot": { + "x": 0, + "y": 259790, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 94, + "instId": 300006, + "propState": 8, + "pos": { + "x": -53611, + "y": 3524, + "z": -5316 + }, + "rot": { + "x": 0, + "y": 301770, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 94, + "instId": 300007, + "propState": 8, + "pos": { + "x": -53611, + "y": 3524, + "z": -9403 + }, + "rot": { + "x": 0, + "y": 168370, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 94, + "instId": 300008, + "propState": 8, + "pos": { + "x": -56963, + "y": 4600, + "z": -4535 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 94, + "instId": 300009, + "propState": 8, + "pos": { + "x": -54652, + "y": 4600, + "z": -7289 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 94, + "instId": 300010, + "propState": 8, + "pos": { + "x": -55471, + "y": 4495, + "z": -10549 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 94, + "instId": 300011, + "propState": 8, + "pos": { + "x": -59091, + "y": 4640, + "z": -11424 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 94, + "instId": 300012, + "propState": 8, + "pos": { + "x": -61451, + "y": 4640, + "z": -9072 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 94, + "instId": 300013, + "propState": 8, + "pos": { + "x": -60372, + "y": 4640, + "z": -5398 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 94, + "instId": 300014, + "propState": 8, + "pos": { + "x": -69771, + "y": 1348, + "z": -18314 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 94, + "instId": 300016, + "propState": 8, + "pos": { + "x": -56483, + "y": 3524, + "z": -12279 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 94, + "instId": 300017, + "propState": 8, + "pos": { + "x": -60556, + "y": 3524, + "z": -12271 + }, + "rot": { + "x": 0, + "y": 79354, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 94, + "instId": 300018, + "propState": 8, + "pos": { + "x": -58529, + "y": 3494, + "z": -7357 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 94, + "instId": 300015, + "propState": 8, + "pos": { + "x": -60372, + "y": 4640, + "z": -5398 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 94, + "instId": 300019, + "propState": 8, + "pos": { + "x": -60372, + "y": 4640, + "z": -5398 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 94, + "instId": 300020, + "propState": 8, + "pos": { + "x": -63000, + "y": 3324, + "z": -11760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 94, + "instId": 300021, + "propState": 8, + "pos": { + "x": -9730, + "y": 7487, + "z": 43621 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 97, + "instId": 300001, + "propState": 1, + "pos": { + "x": -34635, + "y": 8242, + "z": -103811 + }, + "rot": { + "x": 0, + "y": 180001, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 97, + "instId": 300002, + "propState": 2, + "pos": { + "x": -31865, + "y": 8233, + "z": -105680 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 97, + "instId": 300003, + "propState": 1, + "pos": { + "x": -31865, + "y": 8233, + "z": -105680 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 97, + "instId": 300004, + "propState": 0, + "pos": { + "x": -31251, + "y": 9475, + "z": -105031 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 97, + "instId": 300005, + "propState": 1, + "pos": { + "x": -31865, + "y": 8233, + "z": -105680 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 100, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34250, + "y": -851, + "z": 88340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 100, + "instId": 300002, + "propState": 8, + "pos": { + "x": -34250, + "y": -851, + "z": 88340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 100, + "instId": 300003, + "propState": 8, + "pos": { + "x": -20595, + "y": 6040, + "z": 74613 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 100, + "instId": 300004, + "propState": 8, + "pos": { + "x": -20595, + "y": 6040, + "z": 74613 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 101, + "instId": 300001, + "propState": 8, + "pos": { + "x": -33437, + "y": -827, + "z": 17355 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 101, + "instId": 300002, + "propState": 8, + "pos": { + "x": -33437, + "y": -827, + "z": 17355 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 101, + "instId": 300003, + "propState": 8, + "pos": { + "x": -20627, + "y": 6100, + "z": 32305 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 101, + "instId": 300004, + "propState": 8, + "pos": { + "x": -20627, + "y": 6100, + "z": 32305 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 103, + "instId": 300001, + "propState": 8, + "pos": { + "x": -47470, + "y": 8240, + "z": -116250 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 103, + "instId": 300002, + "propState": 8, + "pos": { + "x": -47470, + "y": 8240, + "z": -116250 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102019 + }, + { + "groupId": 103, + "instId": 300003, + "propState": 20, + "pos": { + "x": -47470, + "y": 8240, + "z": -116250 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 103, + "instId": 300006, + "propState": 8, + "pos": { + "x": -47470, + "y": 8240, + "z": -116250 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 104, + "instId": 300001, + "propState": 8, + "pos": { + "x": -90430, + "y": -5830, + "z": 30960 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 104, + "instId": 300002, + "propState": 8, + "pos": { + "x": -90430, + "y": -5830, + "z": 30960 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102019 + }, + { + "groupId": 104, + "instId": 300003, + "propState": 20, + "pos": { + "x": -90430, + "y": -5830, + "z": 30960 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 104, + "instId": 300006, + "propState": 8, + "pos": { + "x": -90430, + "y": -5830, + "z": 30960 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 105, + "instId": 300001, + "propState": 8, + "pos": { + "x": 101600, + "y": 917, + "z": 98912 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 105, + "instId": 300002, + "propState": 8, + "pos": { + "x": 101600, + "y": 917, + "z": 98912 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102019 + }, + { + "groupId": 105, + "instId": 300003, + "propState": 20, + "pos": { + "x": 101600, + "y": 917, + "z": 98912 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 105, + "instId": 300006, + "propState": 8, + "pos": { + "x": 101600, + "y": 917, + "z": 98912 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 106, + "instId": 300001, + "propState": 8, + "pos": { + "x": 133460, + "y": -3472, + "z": 23090 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 106, + "instId": 300002, + "propState": 8, + "pos": { + "x": 133460, + "y": -3472, + "z": 23090 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102019 + }, + { + "groupId": 106, + "instId": 300003, + "propState": 20, + "pos": { + "x": 133460, + "y": -3472, + "z": 23090 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 106, + "instId": 300006, + "propState": 8, + "pos": { + "x": 133460, + "y": -3472, + "z": 23090 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 111, + "instId": 300001, + "propState": 11, + "pos": { + "x": 40360, + "y": -5830, + "z": 29000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60203 + }, + { + "groupId": 111, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 111, + "instId": 300003, + "propState": 8, + "pos": { + "x": 40360, + "y": -5830, + "z": 29000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 114, + "instId": 300002, + "propState": 8, + "pos": { + "x": 28364, + "y": 4790, + "z": -137587 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 114, + "instId": 300003, + "propState": 8, + "pos": { + "x": 27640, + "y": 3570, + "z": -143510 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102063 + }, + { + "groupId": 114, + "instId": 300004, + "propState": 12, + "pos": { + "x": 7290, + "y": -2370, + "z": -139160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 114, + "instId": 300005, + "propState": 8, + "pos": { + "x": 28364, + "y": 4790, + "z": -137587 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 114, + "instId": 300006, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 114, + "instId": 300001, + "propState": 8, + "pos": { + "x": 22180, + "y": 4050, + "z": -142290 + }, + "rot": { + "x": 0, + "y": 179999, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 114, + "instId": 300007, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 114, + "instId": 300008, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 115, + "instId": 300002, + "propState": 8, + "pos": { + "x": 28311, + "y": 4790, + "z": -158433 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 115, + "instId": 300003, + "propState": 8, + "pos": { + "x": 57720, + "y": 3570, + "z": -164240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102063 + }, + { + "groupId": 115, + "instId": 300004, + "propState": 12, + "pos": { + "x": 10150, + "y": 860, + "z": -157300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 115, + "instId": 300005, + "propState": 8, + "pos": { + "x": 28311, + "y": 4790, + "z": -158433 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 115, + "instId": 300006, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 115, + "instId": 300001, + "propState": 8, + "pos": { + "x": 22100, + "y": 4050, + "z": -163940 + }, + "rot": { + "x": 0, + "y": 179999, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 115, + "instId": 300007, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 115, + "instId": 300008, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 115, + "instId": 300009, + "propState": 8, + "pos": { + "x": 15117, + "y": 5034, + "z": -160821 + }, + "rot": { + "x": 0, + "y": 185007, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 115, + "instId": 300010, + "propState": 8, + "pos": { + "x": 16532, + "y": 5034, + "z": -162274 + }, + "rot": { + "x": 0, + "y": 95007, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 115, + "instId": 300011, + "propState": 8, + "pos": { + "x": 16821, + "y": 5034, + "z": -160737 + }, + "rot": { + "x": 0, + "y": 89659, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 115, + "instId": 300012, + "propState": 8, + "pos": { + "x": 15902, + "y": 4652, + "z": -161660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 116, + "instId": 300002, + "propState": 8, + "pos": { + "x": 161399, + "y": 19670, + "z": -46002 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 116, + "instId": 300003, + "propState": 8, + "pos": { + "x": 155450, + "y": 18390, + "z": -16750 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102054 + }, + { + "groupId": 116, + "instId": 300004, + "propState": 12, + "pos": { + "x": 163690, + "y": 14470, + "z": -64460 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 116, + "instId": 300005, + "propState": 8, + "pos": { + "x": 161399, + "y": 19670, + "z": -46002 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 116, + "instId": 300006, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 116, + "instId": 300001, + "propState": 8, + "pos": { + "x": 156610, + "y": 18773, + "z": -47060 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 116, + "instId": 300007, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 116, + "instId": 300008, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 117, + "instId": 300002, + "propState": 8, + "pos": { + "x": 187120, + "y": 19670, + "z": -102130 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 117, + "instId": 300003, + "propState": 8, + "pos": { + "x": 193310, + "y": 18390, + "z": -131400 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102054 + }, + { + "groupId": 117, + "instId": 300004, + "propState": 12, + "pos": { + "x": 185010, + "y": 15491, + "z": -84190 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 117, + "instId": 300005, + "propState": 8, + "pos": { + "x": 187120, + "y": 19670, + "z": -102130 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 117, + "instId": 300006, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 117, + "instId": 300001, + "propState": 8, + "pos": { + "x": 192220, + "y": 18773, + "z": -100740 + }, + "rot": { + "x": 0, + "y": 89999, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 117, + "instId": 300007, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 117, + "instId": 300008, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 125, + "instId": 300001, + "propState": 8, + "pos": { + "x": 559, + "y": 8610, + "z": 53911 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102041 + }, + { + "groupId": 128, + "instId": 300001, + "propState": 18, + "pos": { + "x": -13199, + "y": 13651, + "z": -54893 + }, + "rot": { + "x": 0, + "y": 136231, + "z": 0 + }, + "propId": 102012 + }, + { + "groupId": 128, + "instId": 300002, + "propState": 18, + "pos": { + "x": 124596, + "y": -1857, + "z": 18762 + }, + "rot": { + "x": 0, + "y": 122183, + "z": 0 + }, + "propId": 102012 + }, + { + "groupId": 128, + "instId": 300003, + "propState": 18, + "pos": { + "x": 82918, + "y": 17099, + "z": -65726 + }, + "rot": { + "x": 0, + "y": 276477, + "z": 0 + }, + "propId": 102012 + }, + { + "groupId": 128, + "instId": 300004, + "propState": 18, + "pos": { + "x": 95033, + "y": 17099, + "z": -82925 + }, + "rot": { + "x": 0, + "y": 119791, + "z": 0 + }, + "propId": 102012 + }, + { + "groupId": 128, + "instId": 300005, + "propState": 18, + "pos": { + "x": -39703, + "y": 9036, + "z": -126353 + }, + "rot": { + "x": 0, + "y": 118551, + "z": 0 + }, + "propId": 102009 + }, + { + "groupId": 128, + "instId": 300006, + "propState": 18, + "pos": { + "x": 27633, + "y": 11698, + "z": -111365 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102009 + }, + { + "groupId": 128, + "instId": 300007, + "propState": 18, + "pos": { + "x": -78183, + "y": 10942, + "z": -78976 + }, + "rot": { + "x": 0, + "y": 66836, + "z": 0 + }, + "propId": 102009 + }, + { + "groupId": 136, + "instId": 300015, + "propState": 8, + "pos": { + "x": -63310, + "y": 3484, + "z": 117540 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 137, + "instId": 300014, + "propState": 8, + "pos": { + "x": 90788, + "y": 3384, + "z": 53533 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 141, + "instId": 300015, + "propState": 8, + "pos": { + "x": -63000, + "y": 3484, + "z": -11760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 142, + "instId": 300003, + "propState": 20, + "pos": { + "x": 20742, + "y": 9361, + "z": -106810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 142, + "instId": 300002, + "propState": 8, + "pos": { + "x": -13207, + "y": 12916, + "z": -56234 + }, + "rot": { + "x": 0, + "y": 148878, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 142, + "instId": 300011, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 142, + "instId": 300001, + "propState": 1, + "pos": { + "x": 19264, + "y": 9361, + "z": -106880 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 149, + "instId": 300001, + "propState": 20, + "pos": { + "x": 88580, + "y": 16401, + "z": -66590 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 149, + "instId": 300002, + "propState": 20, + "pos": { + "x": 88580, + "y": 16401, + "z": -66590 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 149, + "instId": 300003, + "propState": 20, + "pos": { + "x": 88580, + "y": 16401, + "z": -66590 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 149, + "instId": 300004, + "propState": 20, + "pos": { + "x": 88580, + "y": 16401, + "z": -66590 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60203 + }, + { + "groupId": 149, + "instId": 300005, + "propState": 20, + "pos": { + "x": 88580, + "y": 16401, + "z": -66590 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 149, + "instId": 300006, + "propState": 20, + "pos": { + "x": 88580, + "y": 16401, + "z": -66590 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60203 + }, + { + "groupId": 149, + "instId": 300007, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 149, + "instId": 300008, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 149, + "instId": 300009, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 149, + "instId": 300010, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 149, + "instId": 300011, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 149, + "instId": 300012, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 160, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 169, + "instId": 300001, + "propState": 8, + "pos": { + "x": -38707, + "y": 11790, + "z": -78631 + }, + "rot": { + "x": 0, + "y": 1892, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 170, + "instId": 300001, + "propState": 8, + "pos": { + "x": -31716, + "y": 9248, + "z": -105504 + }, + "rot": { + "x": 0, + "y": 180001, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 215, + "instId": 300001, + "propState": 8, + "pos": { + "x": 53860, + "y": 10913, + "z": -114603 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 808 + }, + { + "groupId": 223, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 223, + "instId": 300003, + "propState": 8, + "pos": { + "x": 163985, + "y": 21640, + "z": -77685 + }, + "rot": { + "x": 0, + "y": 298921, + "z": 0 + }, + "propId": 100000 + } + ], + "monsters": [ + { + "groupId": 58, + "instId": 200006, + "eventId": 20221101, + "pos": { + "x": 270, + "y": 6758, + "z": -136100 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 58, + "instId": 200001, + "eventId": 20221102, + "pos": { + "x": -1230, + "y": 6758, + "z": -140380 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 58, + "instId": 200002, + "eventId": 20221103, + "pos": { + "x": -66830, + "y": 10224, + "z": -74180 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 58, + "instId": 200010, + "eventId": 20221104, + "pos": { + "x": 8630, + "y": 12905, + "z": -82420 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 2022020 + }, + { + "groupId": 58, + "instId": 200011, + "eventId": 20221105, + "pos": { + "x": 7750, + "y": 12905, + "z": -85750 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 58, + "instId": 200012, + "eventId": 20221106, + "pos": { + "x": 864, + "y": 12905, + "z": -67994 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "monsterId": 2022020 + }, + { + "groupId": 58, + "instId": 200003, + "eventId": 20221107, + "pos": { + "x": 58080, + "y": -1016, + "z": 93850 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "monsterId": 2022020 + }, + { + "groupId": 58, + "instId": 200004, + "eventId": 20221108, + "pos": { + "x": -495, + "y": -1023, + "z": -21501 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 58, + "instId": 200007, + "eventId": 20221117, + "pos": { + "x": 108940, + "y": 769, + "z": 65980 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "monsterId": 2022020 + }, + { + "groupId": 58, + "instId": 200008, + "eventId": 20221116, + "pos": { + "x": 111414, + "y": 726, + "z": 68923 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 58, + "instId": 200005, + "eventId": 20221109, + "pos": { + "x": -61250, + "y": -1007, + "z": 59330 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "monsterId": 2022020 + }, + { + "groupId": 58, + "instId": 200009, + "eventId": 20221110, + "pos": { + "x": -68700, + "y": -997, + "z": 53379 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 58, + "instId": 200013, + "eventId": 20221151, + "pos": { + "x": 138620, + "y": -1831, + "z": 67960 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "monsterId": 2022020 + }, + { + "groupId": 58, + "instId": 200014, + "eventId": 20221152, + "pos": { + "x": 140016, + "y": -1831, + "z": 71298 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 2022020 + }, + { + "groupId": 58, + "instId": 200015, + "eventId": 20221153, + "pos": { + "x": 133360, + "y": -1784, + "z": 54550 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8001050 + }, + { + "groupId": 58, + "instId": 200016, + "eventId": 20221154, + "pos": { + "x": -84965, + "y": -4240, + "z": 58328 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "monsterId": 2022020 + }, + { + "groupId": 58, + "instId": 200017, + "eventId": 20221155, + "pos": { + "x": -94424, + "y": -4222, + "z": 58188 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8001050 + }, + { + "groupId": 58, + "instId": 200018, + "eventId": 20221156, + "pos": { + "x": 34580, + "y": 10913, + "z": -118830 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "monsterId": 8001050 + }, + { + "groupId": 59, + "instId": 200001, + "eventId": 20221120, + "pos": { + "x": -33200, + "y": 8240, + "z": -121730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002040 + }, + { + "groupId": 68, + "instId": 200001, + "eventId": 20221231, + "pos": { + "x": -44800, + "y": -4222, + "z": 58580 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 2012010 + }, + { + "groupId": 68, + "instId": 200002, + "eventId": 20221232, + "pos": { + "x": -37440, + "y": -4222, + "z": 48330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2012010 + }, + { + "groupId": 69, + "instId": 200001, + "eventId": 20221233, + "pos": { + "x": -78010, + "y": 769, + "z": 132120 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "monsterId": 2022020 + }, + { + "groupId": 69, + "instId": 200002, + "eventId": 20221234, + "pos": { + "x": -72190, + "y": 769, + "z": 129780 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 76, + "instId": 200001, + "eventId": 20221211, + "pos": { + "x": -44300, + "y": 8294, + "z": -108850 + }, + "rot": { + "x": 0, + "y": 38508, + "z": 0 + }, + "monsterId": 2022020 + }, + { + "groupId": 76, + "instId": 200002, + "eventId": 20221212, + "pos": { + "x": -29270, + "y": 10224, + "z": -74210 + }, + "rot": { + "x": 0, + "y": 200000, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 111, + "instId": 200001, + "eventId": 20221235, + "pos": { + "x": 40360, + "y": -5830, + "z": 33130 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2013010 + } + ], + "teleports": [ + { + "anchorId": 1, + "groupId": 5, + "instId": 300001, + "pos": { + "x": -29539, + "y": 4824, + "z": -155840 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "teleportId": 2022101 + }, + { + "anchorId": 2, + "groupId": 5, + "instId": 300002, + "pos": { + "x": 400, + "y": 12790, + "z": 2110 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2022102 + }, + { + "anchorId": 3, + "groupId": 5, + "instId": 300003, + "pos": { + "x": 103950, + "y": 13760, + "z": -59120 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "teleportId": 2022103 + }, + { + "anchorId": 4, + "groupId": 5, + "instId": 300004, + "pos": { + "x": -55590, + "y": 685, + "z": 93950 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "teleportId": 2022104 + }, + { + "anchorId": 1, + "groupId": 215, + "instId": 300001, + "pos": { + "x": 53250, + "y": 10913, + "z": -115420 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "teleportId": 1012 + } + ] + }, + { + "planeID": 20222, + "props": [ + { + "groupId": 3, + "instId": 300002, + "propState": 8, + "pos": { + "x": -132600, + "y": 47886, + "z": 15750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 3, + "instId": 300004, + "propState": 8, + "pos": { + "x": 25384, + "y": 53254, + "z": -11862 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": 42910, + "y": 53852, + "z": 88714 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 8, + "pos": { + "x": -57080, + "y": 49950, + "z": 121300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 21, + "pos": { + "x": -30740, + "y": 49742, + "z": -20247 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 1, + "pos": { + "x": -30740, + "y": 49742, + "z": -20247 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 21, + "pos": { + "x": 19300, + "y": 52948, + "z": -11482 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 5, + "instId": 300004, + "propState": 1, + "pos": { + "x": 19300, + "y": 52948, + "z": -11482 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 5, + "instId": 300005, + "propState": 21, + "pos": { + "x": -30630, + "y": 50006, + "z": -65938 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 5, + "instId": 300006, + "propState": 1, + "pos": { + "x": -30630, + "y": 50006, + "z": -65938 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 5, + "instId": 300007, + "propState": 21, + "pos": { + "x": 12556, + "y": 42916, + "z": -66117 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 5, + "instId": 300008, + "propState": 1, + "pos": { + "x": 12556, + "y": 42916, + "z": -66117 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 5, + "instId": 300009, + "propState": 21, + "pos": { + "x": 30620, + "y": 48270, + "z": -123110 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 5, + "instId": 300010, + "propState": 1, + "pos": { + "x": 30620, + "y": 48070, + "z": -123110 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 5, + "instId": 300011, + "propState": 21, + "pos": { + "x": -34817, + "y": 53779, + "z": -109160 + }, + "rot": { + "x": 0, + "y": 269464, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 5, + "instId": 300012, + "propState": 1, + "pos": { + "x": -34817, + "y": 53990, + "z": -109160 + }, + "rot": { + "x": 0, + "y": 269464, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 5, + "instId": 300013, + "propState": 21, + "pos": { + "x": 26527, + "y": 46835, + "z": 138130 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 5, + "instId": 300014, + "propState": 1, + "pos": { + "x": 26527, + "y": 46835, + "z": 138130 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 5, + "instId": 300015, + "propState": 21, + "pos": { + "x": -8960, + "y": 46190, + "z": 137330 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 5, + "instId": 300016, + "propState": 1, + "pos": { + "x": -8960, + "y": 46190, + "z": 137330 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 5, + "instId": 300017, + "propState": 21, + "pos": { + "x": -40186, + "y": 49858, + "z": 114268 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 5, + "instId": 300018, + "propState": 1, + "pos": { + "x": -40186, + "y": 49858, + "z": 114268 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 5, + "instId": 300019, + "propState": 21, + "pos": { + "x": -27069, + "y": 52902, + "z": 166913 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 5, + "instId": 300020, + "propState": 1, + "pos": { + "x": -27069, + "y": 52902, + "z": 166913 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 5, + "instId": 300021, + "propState": 21, + "pos": { + "x": 30642, + "y": 43466, + "z": 184426 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 5, + "instId": 300022, + "propState": 1, + "pos": { + "x": 30606, + "y": 43466, + "z": 184426 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 5, + "instId": 300023, + "propState": 1, + "pos": { + "x": -27076, + "y": 53191, + "z": 166913 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 5, + "instId": 300024, + "propState": 1, + "pos": { + "x": 30626, + "y": 43758, + "z": 184410 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 8, + "pos": { + "x": -8680, + "y": 46100, + "z": 136980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 1, + "pos": { + "x": -92630, + "y": 55720, + "z": 42490 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 1, + "pos": { + "x": -71372, + "y": 53260, + "z": -28750 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 10, + "instId": 300004, + "propState": 1, + "pos": { + "x": -67500, + "y": 53260, + "z": -29940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 10, + "instId": 300005, + "propState": 1, + "pos": { + "x": 31670, + "y": 47260, + "z": -37860 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 10, + "instId": 300006, + "propState": 2, + "pos": { + "x": 34430, + "y": 47263, + "z": -40380 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 1, + "pos": { + "x": 34430, + "y": 47263, + "z": -40380 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 10, + "instId": 300007, + "propState": 0, + "pos": { + "x": 69160, + "y": 45930, + "z": -97420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 10, + "instId": 300008, + "propState": 1, + "pos": { + "x": 33200, + "y": 47010, + "z": 134040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 10, + "instId": 300009, + "propState": 1, + "pos": { + "x": 36190, + "y": 50400, + "z": 126100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 10, + "instId": 300010, + "propState": 1, + "pos": { + "x": 52850, + "y": 43750, + "z": 164320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 10, + "instId": 300011, + "propState": 1, + "pos": { + "x": 49080, + "y": 43700, + "z": 165340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 10, + "instId": 300012, + "propState": 1, + "pos": { + "x": -61030, + "y": 53250, + "z": 114220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 10, + "instId": 300013, + "propState": 2, + "pos": { + "x": -62560, + "y": 53250, + "z": 110420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 10, + "instId": 300014, + "propState": 0, + "pos": { + "x": 101770, + "y": 63240, + "z": 42853 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 10, + "instId": 300015, + "propState": 1, + "pos": { + "x": -59680, + "y": 53090, + "z": 164089 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 10, + "instId": 300016, + "propState": 1, + "pos": { + "x": -60720, + "y": 53090, + "z": 167380 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 10, + "instId": 300017, + "propState": 1, + "pos": { + "x": 34430, + "y": 47263, + "z": -40380 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 50, + "instId": 300001, + "propState": 12, + "pos": { + "x": -84560, + "y": 55679, + "z": 32410 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 50, + "instId": 300003, + "propState": 12, + "pos": { + "x": 44470, + "y": 53852, + "z": -60 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 50, + "instId": 300008, + "propState": 12, + "pos": { + "x": 92450, + "y": 49614, + "z": 151282 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 50, + "instId": 300004, + "propState": 12, + "pos": { + "x": -95503, + "y": 47313, + "z": 143774 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 50, + "instId": 300002, + "propState": 12, + "pos": { + "x": -70117, + "y": 49950, + "z": 59092 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 50, + "instId": 300005, + "propState": 12, + "pos": { + "x": -53540, + "y": 49880, + "z": 80180 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 50, + "instId": 300007, + "propState": 12, + "pos": { + "x": 18610, + "y": 49802, + "z": 59732 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 50, + "instId": 300010, + "propState": 12, + "pos": { + "x": 31660, + "y": 48060, + "z": -105360 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 50, + "instId": 300006, + "propState": 12, + "pos": { + "x": -55420, + "y": 53819, + "z": -111330 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 50, + "instId": 300009, + "propState": 12, + "pos": { + "x": -55090, + "y": 53252, + "z": -31040 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 51, + "instId": 300001, + "propState": 15, + "pos": { + "x": 18339, + "y": 50362, + "z": 42690 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102074 + }, + { + "groupId": 51, + "instId": 300002, + "propState": 8, + "pos": { + "x": 22000, + "y": 60280, + "z": 46562 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 51, + "instId": 300003, + "propState": 8, + "pos": { + "x": 12700, + "y": 49880, + "z": 36740 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 58, + "instId": 300002, + "propState": 8, + "pos": { + "x": 63280, + "y": 50120, + "z": 113230 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 58, + "instId": 300001, + "propState": 8, + "pos": { + "x": -80080, + "y": 47313, + "z": 123860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 58, + "instId": 300006, + "propState": 8, + "pos": { + "x": 28070, + "y": 43160, + "z": -62488 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 58, + "instId": 300007, + "propState": 8, + "pos": { + "x": -56600, + "y": 49950, + "z": 48030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 58, + "instId": 300008, + "propState": 8, + "pos": { + "x": -50936, + "y": 49950, + "z": 1388 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300009, + "propState": 8, + "pos": { + "x": -67150, + "y": 53260, + "z": -24640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 58, + "instId": 300010, + "propState": 8, + "pos": { + "x": -67050, + "y": 53252, + "z": -48159 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300011, + "propState": 8, + "pos": { + "x": -57580, + "y": 49950, + "z": -56720 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300012, + "propState": 8, + "pos": { + "x": 10300, + "y": 43156, + "z": -54671 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 58, + "instId": 300013, + "propState": 8, + "pos": { + "x": 64790, + "y": 43160, + "z": -74150 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300014, + "propState": 8, + "pos": { + "x": 75520, + "y": 52939, + "z": 300 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300015, + "propState": 8, + "pos": { + "x": 82880, + "y": 60421, + "z": 48450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 58, + "instId": 300016, + "propState": 8, + "pos": { + "x": 98453, + "y": 63242, + "z": 53704 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300017, + "propState": 8, + "pos": { + "x": 45560, + "y": 50368, + "z": 121110 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 58, + "instId": 300018, + "propState": 8, + "pos": { + "x": 50710, + "y": 43649, + "z": 156180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300019, + "propState": 8, + "pos": { + "x": 65832, + "y": 43649, + "z": 172066 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 58, + "instId": 300020, + "propState": 8, + "pos": { + "x": -51400, + "y": 49948, + "z": 151390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 58, + "instId": 300021, + "propState": 8, + "pos": { + "x": -84659, + "y": 49950, + "z": 94049 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300022, + "propState": 8, + "pos": { + "x": -93166, + "y": 47313, + "z": 131265 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 58, + "instId": 300023, + "propState": 8, + "pos": { + "x": -50360, + "y": 53090, + "z": 169960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 58, + "instId": 300024, + "propState": 8, + "pos": { + "x": -61974, + "y": 53090, + "z": 185440 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300025, + "propState": 8, + "pos": { + "x": -32230, + "y": 49950, + "z": 38460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300026, + "propState": 8, + "pos": { + "x": 40428, + "y": 47263, + "z": -33271 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 58, + "instId": 300027, + "propState": 8, + "pos": { + "x": -76218, + "y": 55679, + "z": 31982 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 58, + "instId": 300028, + "propState": 8, + "pos": { + "x": -62539, + "y": 53256, + "z": -73840 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 58, + "instId": 300003, + "propState": 8, + "pos": { + "x": -67916, + "y": 49950, + "z": 88283 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 61, + "instId": 300002, + "propState": 8, + "pos": { + "x": 101340, + "y": 63240, + "z": 42867 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 114 + }, + { + "groupId": 61, + "instId": 300001, + "propState": 8, + "pos": { + "x": 6639, + "y": 203152, + "z": 80907 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 62, + "instId": 300001, + "propState": 8, + "pos": { + "x": 25378, + "y": 46974, + "z": 145102 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 62, + "instId": 300002, + "propState": 8, + "pos": { + "x": 37403, + "y": 46974, + "z": 147200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 71, + "instId": 300001, + "propState": 8, + "pos": { + "x": -40600, + "y": 53176, + "z": 166872 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 71, + "instId": 300002, + "propState": 8, + "pos": { + "x": -40600, + "y": 53176, + "z": 166872 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 102019 + }, + { + "groupId": 71, + "instId": 300003, + "propState": 20, + "pos": { + "x": -40600, + "y": 53176, + "z": 166872 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 71, + "instId": 300006, + "propState": 8, + "pos": { + "x": -40600, + "y": 53176, + "z": 166872 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 72, + "instId": 300001, + "propState": 8, + "pos": { + "x": 52880, + "y": 43743, + "z": 184452 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 72, + "instId": 300002, + "propState": 8, + "pos": { + "x": 52880, + "y": 43743, + "z": 184452 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102019 + }, + { + "groupId": 72, + "instId": 300003, + "propState": 20, + "pos": { + "x": 52880, + "y": 43743, + "z": 184452 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 72, + "instId": 300006, + "propState": 8, + "pos": { + "x": 52880, + "y": 43743, + "z": 184452 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 73, + "instId": 300001, + "propState": 8, + "pos": { + "x": -43096, + "y": 50036, + "z": -65962 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 73, + "instId": 300002, + "propState": 8, + "pos": { + "x": -43096, + "y": 50036, + "z": -65962 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102019 + }, + { + "groupId": 73, + "instId": 300003, + "propState": 20, + "pos": { + "x": -43096, + "y": 50036, + "z": -65962 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 73, + "instId": 300006, + "propState": 8, + "pos": { + "x": -43096, + "y": 50036, + "z": -65962 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 74, + "instId": 300001, + "propState": 8, + "pos": { + "x": 71770, + "y": 43155, + "z": -69741 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 74, + "instId": 300002, + "propState": 8, + "pos": { + "x": 71770, + "y": 43155, + "z": -69741 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 102019 + }, + { + "groupId": 74, + "instId": 300003, + "propState": 20, + "pos": { + "x": 71770, + "y": 43155, + "z": -69741 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 74, + "instId": 300006, + "propState": 8, + "pos": { + "x": 71770, + "y": 43155, + "z": -69741 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 79, + "instId": 300001, + "propState": 11, + "pos": { + "x": 45080, + "y": 47260, + "z": -16300 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60203 + }, + { + "groupId": 79, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 79, + "instId": 300003, + "propState": 8, + "pos": { + "x": 41455, + "y": 47263, + "z": -16590 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 79, + "instId": 300004, + "propState": 8, + "pos": { + "x": 40230, + "y": 47300, + "z": -16430 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102055 + }, + { + "groupId": 80, + "instId": 300001, + "propState": 11, + "pos": { + "x": -81460, + "y": 53090, + "z": 187920 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60203 + }, + { + "groupId": 80, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 80, + "instId": 300003, + "propState": 8, + "pos": { + "x": -81460, + "y": 53090, + "z": 187920 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 91, + "instId": 300002, + "propState": 8, + "pos": { + "x": -125672, + "y": 47886, + "z": -29190 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 91, + "instId": 300003, + "propState": 8, + "pos": { + "x": -119300, + "y": 46560, + "z": -56480 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102054 + }, + { + "groupId": 91, + "instId": 300004, + "propState": 12, + "pos": { + "x": -128940, + "y": 42956, + "z": 200 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 91, + "instId": 300005, + "propState": 8, + "pos": { + "x": -125672, + "y": 47886, + "z": -29190 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 91, + "instId": 300006, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 91, + "instId": 300001, + "propState": 8, + "pos": { + "x": -120480, + "y": 46690, + "z": -21520 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 91, + "instId": 300007, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 91, + "instId": 300008, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 92, + "instId": 300002, + "propState": 8, + "pos": { + "x": 11360, + "y": 43111, + "z": -101370 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 92, + "instId": 300003, + "propState": 8, + "pos": { + "x": 4730, + "y": 41807, + "z": -109714 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102063 + }, + { + "groupId": 92, + "instId": 300004, + "propState": 12, + "pos": { + "x": 18130, + "y": 35530, + "z": -78888 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 92, + "instId": 300005, + "propState": 8, + "pos": { + "x": 11360, + "y": 43111, + "z": -101370 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 92, + "instId": 300006, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 92, + "instId": 300001, + "propState": 8, + "pos": { + "x": -887, + "y": 34090, + "z": -140080 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 92, + "instId": 300007, + "propState": 8, + "pos": { + "x": -757, + "y": 40890, + "z": -146200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 92, + "instId": 300008, + "propState": 8, + "pos": { + "x": -757, + "y": 40890, + "z": -134200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 92, + "instId": 300016, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 92, + "instId": 300017, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 93, + "instId": 300001, + "propState": 8, + "pos": { + "x": 64490, + "y": 60510, + "z": 40220 + }, + "rot": { + "x": 0, + "y": 276063, + "z": 0 + }, + "propId": 102078 + }, + { + "groupId": 105, + "instId": 300002, + "propState": 8, + "pos": { + "x": 31710, + "y": 46990, + "z": 129010 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102055 + }, + { + "groupId": 106, + "instId": 300002, + "propState": 8, + "pos": { + "x": 61172, + "y": 43622, + "z": 166240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102055 + }, + { + "groupId": 106, + "instId": 300001, + "propState": 8, + "pos": { + "x": 76599, + "y": 46368, + "z": 99081 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 111, + "instId": 300001, + "propState": 8, + "pos": { + "x": 56610, + "y": 43700, + "z": 148700 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102072 + }, + { + "groupId": 112, + "instId": 300001, + "propState": 8, + "pos": { + "x": -71720, + "y": 52250, + "z": 120260 + }, + "rot": { + "x": 0, + "y": 180973, + "z": 0 + }, + "propId": 102073 + }, + { + "groupId": 112, + "instId": 300002, + "propState": 8, + "pos": { + "x": -62560, + "y": 53250, + "z": 110420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102059 + }, + { + "groupId": 117, + "instId": 300003, + "propState": 20, + "pos": { + "x": -75387, + "y": 53260, + "z": -19966 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 117, + "instId": 300002, + "propState": 8, + "pos": { + "x": -54754, + "y": 49943, + "z": -53079 + }, + "rot": { + "x": 0, + "y": 249511, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 117, + "instId": 300011, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 117, + "instId": 300001, + "propState": 1, + "pos": { + "x": -76865, + "y": 53260, + "z": -20036 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 120, + "instId": 300002, + "propState": 8, + "pos": { + "x": 62784, + "y": 43672, + "z": 191281 + }, + "rot": { + "x": 0, + "y": 222128, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 120, + "instId": 300011, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 270997, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 120, + "instId": 300001, + "propState": 20, + "pos": { + "x": 91630, + "y": 50151, + "z": 116530 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 120, + "instId": 300003, + "propState": 8, + "pos": { + "x": 62760, + "y": 44373, + "z": 191307 + }, + "rot": { + "x": 0, + "y": 222128, + "z": 0 + }, + "propId": 102076 + }, + { + "groupId": 120, + "instId": 300004, + "propState": 1, + "pos": { + "x": 91877, + "y": 50151, + "z": 117418 + }, + "rot": { + "x": 0, + "y": 101610, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 120, + "instId": 300005, + "propState": 8, + "pos": { + "x": 62870, + "y": 43672, + "z": 191423 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102051 + }, + { + "groupId": 120, + "instId": 300006, + "propState": 8, + "pos": { + "x": 62760, + "y": 44373, + "z": 191307 + }, + "rot": { + "x": 0, + "y": 222128, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 122, + "instId": 300001, + "propState": 1, + "pos": { + "x": -27069, + "y": 54243, + "z": 166982 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 122, + "instId": 300002, + "propState": 1, + "pos": { + "x": -27069, + "y": 54243, + "z": 166982 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 122, + "instId": 300003, + "propState": 1, + "pos": { + "x": 30674, + "y": 43783, + "z": 184520 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 122, + "instId": 300004, + "propState": 1, + "pos": { + "x": 30674, + "y": 43783, + "z": 184520 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 131, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 133, + "instId": 300001, + "propState": 8, + "pos": { + "x": -44700, + "y": 57420, + "z": 41730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 138, + "instId": 300001, + "propState": 8, + "pos": { + "x": 82510, + "y": 43649, + "z": 142880 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 140, + "instId": 300001, + "propState": 8, + "pos": { + "x": 82510, + "y": 43649, + "z": 142880 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 141, + "instId": 300001, + "propState": 20, + "pos": { + "x": 82690, + "y": 43649, + "z": 139950 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 141, + "instId": 300002, + "propState": 20, + "pos": { + "x": 82690, + "y": 43649, + "z": 139950 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 141, + "instId": 300003, + "propState": 20, + "pos": { + "x": 82690, + "y": 43649, + "z": 139950 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 141, + "instId": 300004, + "propState": 20, + "pos": { + "x": 82690, + "y": 43649, + "z": 139950 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 141, + "instId": 300005, + "propState": 20, + "pos": { + "x": 82690, + "y": 43649, + "z": 139950 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 141, + "instId": 300006, + "propState": 20, + "pos": { + "x": 82690, + "y": 43649, + "z": 139950 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60203 + }, + { + "groupId": 141, + "instId": 300007, + "propState": 20, + "pos": { + "x": 82690, + "y": 43649, + "z": 139950 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 141, + "instId": 300008, + "propState": 20, + "pos": { + "x": 82690, + "y": 43649, + "z": 139950 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 141, + "instId": 300009, + "propState": 20, + "pos": { + "x": 82690, + "y": 43649, + "z": 139950 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60203 + }, + { + "groupId": 154, + "instId": 300001, + "propState": 8, + "pos": { + "x": 82510, + "y": 43649, + "z": 142880 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 166, + "instId": 300001, + "propState": 18, + "pos": { + "x": 44345, + "y": 45906, + "z": -78810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102009 + }, + { + "groupId": 183, + "instId": 300001, + "propState": 8, + "pos": { + "x": -76770, + "y": 50950, + "z": 73964 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 702 + }, + { + "groupId": 186, + "instId": 300001, + "propState": 8, + "pos": { + "x": 82910, + "y": 60421, + "z": 37870 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 808 + }, + { + "groupId": 211, + "instId": 300001, + "propState": 8, + "pos": { + "x": 64490, + "y": 60510, + "z": 40220 + }, + "rot": { + "x": 0, + "y": 276063, + "z": 0 + }, + "propId": 102078 + }, + { + "groupId": 212, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "monsters": [ + { + "groupId": 55, + "instId": 200006, + "eventId": 20222104, + "pos": { + "x": -53900, + "y": 49950, + "z": 43940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 2011020 + }, + { + "groupId": 55, + "instId": 200005, + "eventId": 20222102, + "pos": { + "x": -45880, + "y": 49931, + "z": 39290 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "monsterId": 2011010 + }, + { + "groupId": 55, + "instId": 200007, + "eventId": 20222103, + "pos": { + "x": -45880, + "y": 49931, + "z": 26870 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2012010 + }, + { + "groupId": 55, + "instId": 200001, + "eventId": 20222106, + "pos": { + "x": 73570, + "y": 50120, + "z": 120530 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "monsterId": 2012010 + }, + { + "groupId": 55, + "instId": 200008, + "eventId": 20222107, + "pos": { + "x": 79510, + "y": 50120, + "z": 120720 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "monsterId": 2012010 + }, + { + "groupId": 55, + "instId": 200009, + "eventId": 20222112, + "pos": { + "x": 69600, + "y": 50120, + "z": 115480 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "monsterId": 2011020 + }, + { + "groupId": 55, + "instId": 200010, + "eventId": 20222122, + "pos": { + "x": 69620, + "y": 45906, + "z": -51709 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 2011020 + }, + { + "groupId": 55, + "instId": 200011, + "eventId": 20222120, + "pos": { + "x": 58520, + "y": 45906, + "z": -47680 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 2011010 + }, + { + "groupId": 55, + "instId": 200012, + "eventId": 20222121, + "pos": { + "x": 56480, + "y": 45906, + "z": -52620 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 2012010 + }, + { + "groupId": 55, + "instId": 200002, + "eventId": 20222119, + "pos": { + "x": -33309, + "y": 49880, + "z": 81036 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 2011020 + }, + { + "groupId": 55, + "instId": 200003, + "eventId": 20222118, + "pos": { + "x": -32280, + "y": 49880, + "z": 78140 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "monsterId": 2012010 + }, + { + "groupId": 55, + "instId": 200013, + "eventId": 20222115, + "pos": { + "x": -46400, + "y": 49879, + "z": 77577 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 2012010 + }, + { + "groupId": 55, + "instId": 200004, + "eventId": 20222110, + "pos": { + "x": -88640, + "y": 47313, + "z": 147360 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 2022020 + }, + { + "groupId": 55, + "instId": 200014, + "eventId": 20222111, + "pos": { + "x": -90530, + "y": 47313, + "z": 162070 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 55, + "instId": 200015, + "eventId": 20222152, + "pos": { + "x": -74570, + "y": 53090, + "z": 161970 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 55, + "instId": 200016, + "eventId": 20222151, + "pos": { + "x": -67060, + "y": 53090, + "z": 154150 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "monsterId": 2022020 + }, + { + "groupId": 55, + "instId": 200017, + "eventId": 20222123, + "pos": { + "x": 10850, + "y": 43159, + "z": -46100 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "monsterId": 2011010 + }, + { + "groupId": 55, + "instId": 200018, + "eventId": 20222124, + "pos": { + "x": 15230, + "y": 43157, + "z": -46376 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 2012010 + }, + { + "groupId": 55, + "instId": 200019, + "eventId": 20222153, + "pos": { + "x": 24840, + "y": 43257, + "z": -72192 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 2012010 + }, + { + "groupId": 55, + "instId": 200020, + "eventId": 20222154, + "pos": { + "x": -72299, + "y": 53256, + "z": -69528 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 2022020 + }, + { + "groupId": 55, + "instId": 200021, + "eventId": 20222156, + "pos": { + "x": -64460, + "y": 53256, + "z": -86530 + }, + "rot": { + "x": 0, + "y": 340000, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 55, + "instId": 200022, + "eventId": 20222155, + "pos": { + "x": -68400, + "y": 53252, + "z": -64426 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 2022020 + }, + { + "groupId": 57, + "instId": 200001, + "eventId": 20222125, + "pos": { + "x": 56682, + "y": 45927, + "z": -95344 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 8002040 + }, + { + "groupId": 79, + "instId": 200001, + "eventId": 20222231, + "pos": { + "x": 40267, + "y": 47618, + "z": -16317 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 2013010 + }, + { + "groupId": 80, + "instId": 200001, + "eventId": 20222232, + "pos": { + "x": -76300, + "y": 53090, + "z": 189209 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 8003050 + }, + { + "groupId": 105, + "instId": 200004, + "eventId": 20222113, + "pos": { + "x": 31650, + "y": 47308, + "z": 128915 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2013010 + }, + { + "groupId": 106, + "instId": 200004, + "eventId": 20222114, + "pos": { + "x": 61040, + "y": 43940, + "z": 166170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2013010 + }, + { + "groupId": 183, + "instId": 200001, + "eventId": 101210, + "pos": { + "x": -76770, + "y": 49950, + "z": 73964 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2013011 + } + ], + "teleports": [ + { + "anchorId": 2, + "groupId": 3, + "instId": 300002, + "pos": { + "x": -128310, + "y": 47886, + "z": 20620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2022201 + }, + { + "anchorId": 3, + "groupId": 3, + "instId": 300004, + "pos": { + "x": 24060, + "y": 53254, + "z": -19800 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "teleportId": 2022202 + }, + { + "anchorId": 4, + "groupId": 3, + "instId": 300001, + "pos": { + "x": 35230, + "y": 53852, + "z": 90220 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2022203 + }, + { + "anchorId": 5, + "groupId": 3, + "instId": 300003, + "pos": { + "x": -52270, + "y": 49948, + "z": 130490 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "teleportId": 2022204 + }, + { + "anchorId": 1, + "groupId": 183, + "instId": 300001, + "pos": { + "x": -76740, + "y": 49950, + "z": 81070 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "teleportId": 1110 + }, + { + "anchorId": 1, + "groupId": 186, + "instId": 300001, + "pos": { + "x": 81970, + "y": 60421, + "z": 37320 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "teleportId": 1013 + } + ] + }, + { + "planeID": 20231, + "props": [ + { + "groupId": 1, + "instId": 300001, + "propState": 8, + "pos": { + "x": 70417, + "y": 69528, + "z": -243865 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 1, + "instId": 300002, + "propState": 8, + "pos": { + "x": 72560, + "y": 45702, + "z": -66770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 1, + "instId": 300003, + "propState": 8, + "pos": { + "x": -4870, + "y": 13862, + "z": 28560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 1, + "instId": 300004, + "propState": 8, + "pos": { + "x": -35060, + "y": 13617, + "z": -10210 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 30, + "instId": 300005, + "propState": 0, + "pos": { + "x": 10966, + "y": 36279, + "z": 22437 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 30, + "instId": 300001, + "propState": 2, + "pos": { + "x": 10966, + "y": 36279, + "z": 22437 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102103 + }, + { + "groupId": 30, + "instId": 300002, + "propState": 0, + "pos": { + "x": 12990, + "y": 38203, + "z": 16170 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 30, + "instId": 300003, + "propState": 0, + "pos": { + "x": 9900, + "y": 13862, + "z": 30230 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 30, + "instId": 300004, + "propState": 0, + "pos": { + "x": 7800, + "y": 13884, + "z": 25600 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 31, + "instId": 300005, + "propState": 0, + "pos": { + "x": 11570, + "y": 42010, + "z": -13313 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 31, + "instId": 300001, + "propState": 2, + "pos": { + "x": 11570, + "y": 42010, + "z": -13313 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102103 + }, + { + "groupId": 31, + "instId": 300002, + "propState": 0, + "pos": { + "x": 16152, + "y": 43958, + "z": -16770 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 31, + "instId": 300003, + "propState": 0, + "pos": { + "x": 5340, + "y": 16121, + "z": -8680 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 31, + "instId": 300004, + "propState": 0, + "pos": { + "x": 7490, + "y": 16121, + "z": -13310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 32, + "instId": 300001, + "propState": 8, + "pos": { + "x": 84820, + "y": 69528, + "z": -252490 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 114 + }, + { + "groupId": 33, + "instId": 300001, + "propState": 8, + "pos": { + "x": -104440, + "y": 3835, + "z": -14700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 114 + }, + { + "groupId": 46, + "instId": 300001, + "propState": 12, + "pos": { + "x": 81800, + "y": 69560, + "z": -210550 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 46, + "instId": 300002, + "propState": 12, + "pos": { + "x": 50124, + "y": 69528, + "z": -193489 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 46, + "instId": 300003, + "propState": 12, + "pos": { + "x": 50860, + "y": 48033, + "z": -175210 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 46, + "instId": 300008, + "propState": 12, + "pos": { + "x": 37650, + "y": 46081, + "z": -87690 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 46, + "instId": 300006, + "propState": 12, + "pos": { + "x": -7854, + "y": 18001, + "z": -74030 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 46, + "instId": 300004, + "propState": 12, + "pos": { + "x": 18614, + "y": 45123, + "z": -35360 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 46, + "instId": 300005, + "propState": 12, + "pos": { + "x": -58180, + "y": 2812, + "z": -21930 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 46, + "instId": 300007, + "propState": 12, + "pos": { + "x": 74752, + "y": 45722, + "z": -46898 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 46, + "instId": 300010, + "propState": 12, + "pos": { + "x": 138302, + "y": 45722, + "z": -84136 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 46, + "instId": 300009, + "propState": 12, + "pos": { + "x": 41340, + "y": 41535, + "z": 8190 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 48, + "instId": 300002, + "propState": 8, + "pos": { + "x": -13110, + "y": 23831, + "z": -122630 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 48, + "instId": 300001, + "propState": 8, + "pos": { + "x": -13981, + "y": 17976, + "z": -69944 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 48, + "instId": 300026, + "propState": 8, + "pos": { + "x": 86829, + "y": 56015, + "z": -167336 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 48, + "instId": 300027, + "propState": 8, + "pos": { + "x": 48269, + "y": 42454, + "z": -76663 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 48, + "instId": 300028, + "propState": 8, + "pos": { + "x": -498, + "y": 13884, + "z": 22956 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 48, + "instId": 300003, + "propState": 8, + "pos": { + "x": 166724, + "y": 45951, + "z": -126118 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 48, + "instId": 300006, + "propState": 8, + "pos": { + "x": 87280, + "y": 69560, + "z": -229860 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 48, + "instId": 300007, + "propState": 8, + "pos": { + "x": 19120, + "y": 46061, + "z": -117817 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 48, + "instId": 300008, + "propState": 8, + "pos": { + "x": 41350, + "y": 65563, + "z": -210640 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300009, + "propState": 8, + "pos": { + "x": 27680, + "y": 51750, + "z": -201710 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300010, + "propState": 8, + "pos": { + "x": 19356, + "y": 42425, + "z": -128409 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300011, + "propState": 8, + "pos": { + "x": 16730, + "y": 37935, + "z": -174380 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300012, + "propState": 8, + "pos": { + "x": 55068, + "y": 69897, + "z": -214674 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 48, + "instId": 300013, + "propState": 8, + "pos": { + "x": -1005, + "y": 23772, + "z": -80659 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300014, + "propState": 8, + "pos": { + "x": -48160, + "y": 7492, + "z": -26883 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300015, + "propState": 8, + "pos": { + "x": -17480, + "y": 27012, + "z": -32590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300016, + "propState": 8, + "pos": { + "x": -3700, + "y": 30948, + "z": -36440 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 48, + "instId": 300017, + "propState": 8, + "pos": { + "x": 64630, + "y": 46081, + "z": -147190 + }, + "rot": { + "x": 0, + "y": 44998, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 48, + "instId": 300018, + "propState": 8, + "pos": { + "x": 157771, + "y": 45951, + "z": -105859 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300019, + "propState": 8, + "pos": { + "x": 79330, + "y": 44409, + "z": 2140 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 48, + "instId": 300020, + "propState": 8, + "pos": { + "x": 61570, + "y": 44040, + "z": -5940 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 48, + "instId": 300021, + "propState": 8, + "pos": { + "x": 45170, + "y": 41535, + "z": 33220 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300022, + "propState": 8, + "pos": { + "x": 30453, + "y": 43958, + "z": -17315 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300023, + "propState": 8, + "pos": { + "x": -37250, + "y": 13862, + "z": 102532 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300024, + "propState": 8, + "pos": { + "x": 55340, + "y": 46081, + "z": -96530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300025, + "propState": 8, + "pos": { + "x": 47700, + "y": 46079, + "z": -141040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 48, + "instId": 300004, + "propState": 8, + "pos": { + "x": 11980, + "y": 37643, + "z": -71780 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300005, + "propState": 8, + "pos": { + "x": 36385, + "y": 65563, + "z": -215333 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 49, + "instId": 300001, + "propState": 11, + "pos": { + "x": 2050, + "y": 42419, + "z": -117920 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 49, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 49, + "instId": 300003, + "propState": 8, + "pos": { + "x": 2050, + "y": 42419, + "z": -117920 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 50, + "instId": 300001, + "propState": 11, + "pos": { + "x": 83380, + "y": 56646, + "z": -132920 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 50, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 50, + "instId": 300003, + "propState": 8, + "pos": { + "x": 83380, + "y": 56646, + "z": -132920 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 51, + "instId": 300001, + "propState": 11, + "pos": { + "x": 2483, + "y": 23803, + "z": -148120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60203 + }, + { + "groupId": 51, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 51, + "instId": 300003, + "propState": 8, + "pos": { + "x": 2483, + "y": 23803, + "z": -148120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 51, + "instId": 300004, + "propState": 8, + "pos": { + "x": -8040, + "y": 23803, + "z": -131110 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 54, + "instId": 300001, + "propState": 1, + "pos": { + "x": -30220, + "y": 13900, + "z": 17271 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102083 + }, + { + "groupId": 54, + "instId": 300002, + "propState": 2, + "pos": { + "x": -62844, + "y": 13900, + "z": 30960 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102083 + }, + { + "groupId": 54, + "instId": 300003, + "propState": 1, + "pos": { + "x": -76357, + "y": 13900, + "z": 63584 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102083 + }, + { + "groupId": 54, + "instId": 300004, + "propState": 1, + "pos": { + "x": -30000, + "y": 10040, + "z": 63500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102102 + }, + { + "groupId": 55, + "instId": 300001, + "propState": 8, + "pos": { + "x": 28721, + "y": 65393, + "z": -235698 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 901 + }, + { + "groupId": 55, + "instId": 300002, + "propState": 8, + "pos": { + "x": 28560, + "y": 65393, + "z": -236620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 56, + "instId": 300003, + "propState": 20, + "pos": { + "x": 5241, + "y": 30948, + "z": -26880 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 56, + "instId": 300002, + "propState": 8, + "pos": { + "x": -4855, + "y": 23772, + "z": -102669 + }, + "rot": { + "x": 0, + "y": 82135, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 56, + "instId": 300011, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 56, + "instId": 300001, + "propState": 1, + "pos": { + "x": 5241, + "y": 30948, + "z": -26880 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 58, + "instId": 300003, + "propState": 20, + "pos": { + "x": 88725, + "y": 56015, + "z": -163440 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 58, + "instId": 300002, + "propState": 8, + "pos": { + "x": 74161, + "y": 46081, + "z": -110536 + }, + "rot": { + "x": 0, + "y": 174091, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 58, + "instId": 300011, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 58, + "instId": 300001, + "propState": 1, + "pos": { + "x": 88725, + "y": 56015, + "z": -163440 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 58, + "instId": 300004, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 80, + "instId": 300001, + "propState": 8, + "pos": { + "x": -21281, + "y": 17766, + "z": -73620 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 84, + "instId": 300001, + "propState": 8, + "pos": { + "x": -30220, + "y": 13751, + "z": 122228 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 114 + }, + { + "groupId": 86, + "instId": 300001, + "propState": 2, + "pos": { + "x": -7950, + "y": 23774, + "z": -82598 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102109 + }, + { + "groupId": 86, + "instId": 300002, + "propState": 8, + "pos": { + "x": -7941, + "y": 23774, + "z": -82598 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 86, + "instId": 300003, + "propState": 8, + "pos": { + "x": -7941, + "y": 23774, + "z": -82598 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 87, + "instId": 300002, + "propState": 8, + "pos": { + "x": -6470, + "y": 37643, + "z": -70450 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 87, + "instId": 300003, + "propState": 8, + "pos": { + "x": -11411, + "y": 36368, + "z": -62620 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102054 + }, + { + "groupId": 87, + "instId": 300004, + "propState": 12, + "pos": { + "x": 6060, + "y": 35340, + "z": -65990 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 87, + "instId": 300005, + "propState": 8, + "pos": { + "x": -6470, + "y": 37643, + "z": -70450 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 87, + "instId": 300006, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 87, + "instId": 300007, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 87, + "instId": 300008, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 88, + "instId": 300002, + "propState": 8, + "pos": { + "x": -66064, + "y": 3834, + "z": -9941 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 88, + "instId": 300003, + "propState": 8, + "pos": { + "x": -73900, + "y": 2570, + "z": -5190 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102063 + }, + { + "groupId": 88, + "instId": 300004, + "propState": 12, + "pos": { + "x": -70626, + "y": -50000, + "z": -10495 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 88, + "instId": 300005, + "propState": 8, + "pos": { + "x": -66064, + "y": 3834, + "z": -9941 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 88, + "instId": 300006, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 88, + "instId": 300007, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 88, + "instId": 300008, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 88, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 94, + "instId": 300001, + "propState": 8, + "pos": { + "x": 120852, + "y": 46180, + "z": -32109 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 95, + "instId": 300001, + "propState": 8, + "pos": { + "x": 98427, + "y": 46529, + "z": -78468 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 96, + "instId": 300001, + "propState": 8, + "pos": { + "x": 125662, + "y": 47439, + "z": -26328 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 97, + "instId": 300001, + "propState": 8, + "pos": { + "x": 136299, + "y": 45722, + "z": -73237 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 107, + "instId": 300002, + "propState": 8, + "pos": { + "x": -16088, + "y": 24566, + "z": -115402 + }, + "rot": { + "x": 0, + "y": 30997, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 107, + "instId": 300011, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 270997, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 107, + "instId": 300001, + "propState": 20, + "pos": { + "x": 9915, + "y": 37935, + "z": -174428 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 107, + "instId": 300003, + "propState": 8, + "pos": { + "x": -14459, + "y": 24891, + "z": -115212 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 102076 + }, + { + "groupId": 107, + "instId": 300004, + "propState": 1, + "pos": { + "x": 9915, + "y": 37935, + "z": -174428 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 107, + "instId": 300005, + "propState": 8, + "pos": { + "x": -14459, + "y": 24891, + "z": -115212 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 122, + "instId": 300001, + "propState": 8, + "pos": { + "x": 184130, + "y": 46815, + "z": -119740 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 702 + }, + { + "groupId": 135, + "instId": 300001, + "propState": 18, + "pos": { + "x": 107891, + "y": 46450, + "z": -20596 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102009 + }, + { + "groupId": 135, + "instId": 300002, + "propState": 18, + "pos": { + "x": 118090, + "y": 46450, + "z": -28530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102009 + }, + { + "groupId": 135, + "instId": 300003, + "propState": 18, + "pos": { + "x": 119610, + "y": 46472, + "z": -59995 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102012 + }, + { + "groupId": 135, + "instId": 300004, + "propState": 18, + "pos": { + "x": 127753, + "y": 46468, + "z": -73964 + }, + "rot": { + "x": 0, + "y": 160696, + "z": 0 + }, + "propId": 102012 + }, + { + "groupId": 135, + "instId": 300005, + "propState": 18, + "pos": { + "x": 47415, + "y": 46828, + "z": -134440 + }, + "rot": { + "x": 0, + "y": 73840, + "z": 0 + }, + "propId": 102058 + }, + { + "groupId": 135, + "instId": 300006, + "propState": 18, + "pos": { + "x": 47800, + "y": 48783, + "z": -166826 + }, + "rot": { + "x": 0, + "y": 227266, + "z": 0 + }, + "propId": 102012 + }, + { + "groupId": 135, + "instId": 300007, + "propState": 18, + "pos": { + "x": 19246, + "y": 52476, + "z": -195150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102009 + }, + { + "groupId": 135, + "instId": 300008, + "propState": 18, + "pos": { + "x": 45919, + "y": 46827, + "z": -89874 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102011 + }, + { + "groupId": 135, + "instId": 300009, + "propState": 18, + "pos": { + "x": 35434, + "y": 46608, + "z": -114961 + }, + "rot": { + "x": 0, + "y": 335627, + "z": 0 + }, + "propId": 102185 + }, + { + "groupId": 137, + "instId": 300001, + "propState": 18, + "pos": { + "x": 73150, + "y": 70079, + "z": -216931 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102009 + }, + { + "groupId": 145, + "instId": 300001, + "propState": 12, + "pos": { + "x": 39457, + "y": 46081, + "z": -145959 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 145, + "instId": 300002, + "propState": 12, + "pos": { + "x": 60214, + "y": 44040, + "z": 3700 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 145, + "instId": 300003, + "propState": 12, + "pos": { + "x": -8286, + "y": 18094, + "z": 65589 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 145, + "instId": 300008, + "propState": 12, + "pos": { + "x": -26886, + "y": 13617, + "z": -2714 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 146, + "instId": 300001, + "propState": 8, + "pos": { + "x": 78400, + "y": 45722, + "z": -43870 + }, + "rot": { + "x": 0, + "y": 139761, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 154, + "instId": 300001, + "propState": 18, + "pos": { + "x": 26961, + "y": 65890, + "z": -216972 + }, + "rot": { + "x": 0, + "y": 129553, + "z": 0 + }, + "propId": 102009 + }, + { + "groupId": 157, + "instId": 300001, + "propState": 18, + "pos": { + "x": 118090, + "y": 46450, + "z": -28530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102009 + }, + { + "groupId": 158, + "instId": 300001, + "propState": 8, + "pos": { + "x": 12098, + "y": 42425, + "z": -136411 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 801 + }, + { + "groupId": 188, + "instId": 300001, + "propState": 18, + "pos": { + "x": 88686, + "y": 46273, + "z": -39035 + }, + "rot": { + "x": 0, + "y": 241218, + "z": 0 + }, + "propId": 102012 + }, + { + "groupId": 189, + "instId": 300001, + "propState": 8, + "pos": { + "x": -30220, + "y": 13751, + "z": 122228 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 114 + }, + { + "groupId": 192, + "instId": 300001, + "propState": 18, + "pos": { + "x": 90557, + "y": 46218, + "z": -48743 + }, + "rot": { + "x": 0, + "y": 249552, + "z": 0 + }, + "propId": 102009 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": -660440, + "y": 938, + "z": 76130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 134 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 18, + "pos": { + "x": -670006, + "y": 1479, + "z": 64638 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 907 + } + ], + "monsters": [ + { + "groupId": 43, + "instId": 200001, + "eventId": 20231130, + "pos": { + "x": 43393, + "y": 42400, + "z": -25342 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "monsterId": 8002040 + }, + { + "groupId": 45, + "instId": 200001, + "eventId": 20231101, + "pos": { + "x": 61550, + "y": 69528, + "z": -177690 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "monsterId": 2022050 + }, + { + "groupId": 45, + "instId": 200002, + "eventId": 20231102, + "pos": { + "x": 39361, + "y": 65393, + "z": -197998 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "monsterId": 2022020 + }, + { + "groupId": 45, + "instId": 200016, + "eventId": 20231104, + "pos": { + "x": 67677, + "y": 46051, + "z": -131875 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 2022040 + }, + { + "groupId": 45, + "instId": 200003, + "eventId": 20231106, + "pos": { + "x": 62170, + "y": 46051, + "z": -138438 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 2022060 + }, + { + "groupId": 45, + "instId": 200004, + "eventId": 20231107, + "pos": { + "x": 51780, + "y": 46051, + "z": -129055 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 2022050 + }, + { + "groupId": 45, + "instId": 200005, + "eventId": 20231108, + "pos": { + "x": -5250, + "y": 40013, + "z": -99810 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "monsterId": 2022040 + }, + { + "groupId": 45, + "instId": 200006, + "eventId": 20231109, + "pos": { + "x": 1150, + "y": 39987, + "z": -91720 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 2022060 + }, + { + "groupId": 45, + "instId": 200017, + "eventId": 20231110, + "pos": { + "x": 36688, + "y": 41535, + "z": 26072 + }, + "rot": { + "x": 0, + "y": 100000, + "z": 0 + }, + "monsterId": 2022020 + }, + { + "groupId": 45, + "instId": 200007, + "eventId": 20231111, + "pos": { + "x": 41680, + "y": 41535, + "z": 30220 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "monsterId": 2022020 + }, + { + "groupId": 45, + "instId": 200018, + "eventId": 20231112, + "pos": { + "x": 42560, + "y": 41505, + "z": 24110 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "monsterId": 2022040 + }, + { + "groupId": 45, + "instId": 200008, + "eventId": 20231113, + "pos": { + "x": -53940, + "y": 13862, + "z": 28370 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "monsterId": 2022020 + }, + { + "groupId": 45, + "instId": 200009, + "eventId": 20231114, + "pos": { + "x": -64227, + "y": 13863, + "z": 24101 + }, + "rot": { + "x": 0, + "y": 110000, + "z": 0 + }, + "monsterId": 2022060 + }, + { + "groupId": 45, + "instId": 200010, + "eventId": 20231115, + "pos": { + "x": -69814, + "y": 13862, + "z": 56955 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "monsterId": 2022060 + }, + { + "groupId": 45, + "instId": 200011, + "eventId": 20231116, + "pos": { + "x": -76270, + "y": 13864, + "z": 57218 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "monsterId": 2022020 + }, + { + "groupId": 45, + "instId": 200019, + "eventId": 20231117, + "pos": { + "x": -12170, + "y": 17995, + "z": 60810 + }, + "rot": { + "x": 0, + "y": 310000, + "z": 0 + }, + "monsterId": 2022060 + }, + { + "groupId": 45, + "instId": 200020, + "eventId": 20231118, + "pos": { + "x": -10548, + "y": 18031, + "z": 65591 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "monsterId": 2022060 + }, + { + "groupId": 45, + "instId": 200021, + "eventId": 20231119, + "pos": { + "x": -15660, + "y": 18019, + "z": 64011 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2022020 + }, + { + "groupId": 45, + "instId": 200012, + "eventId": 20231124, + "pos": { + "x": -6550, + "y": 23842, + "z": -55200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2022050 + }, + { + "groupId": 45, + "instId": 200013, + "eventId": 20231125, + "pos": { + "x": -12180, + "y": 23808, + "z": -65652 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "monsterId": 2022040 + }, + { + "groupId": 45, + "instId": 200014, + "eventId": 20231126, + "pos": { + "x": 25266, + "y": 37938, + "z": -166039 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "monsterId": 2022060 + }, + { + "groupId": 45, + "instId": 200015, + "eventId": 20231127, + "pos": { + "x": -71700, + "y": 2823, + "z": -29730 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 2022020 + }, + { + "groupId": 49, + "instId": 200001, + "eventId": 20231231, + "pos": { + "x": 4411, + "y": 42419, + "z": -120772 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "monsterId": 2022040 + }, + { + "groupId": 49, + "instId": 200002, + "eventId": 20231232, + "pos": { + "x": 8380, + "y": 42419, + "z": -115233 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "monsterId": 2022060 + }, + { + "groupId": 50, + "instId": 200001, + "eventId": 20231234, + "pos": { + "x": 87375, + "y": 56676, + "z": -140551 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "monsterId": 2022060 + }, + { + "groupId": 50, + "instId": 200002, + "eventId": 20231235, + "pos": { + "x": 84580, + "y": 56706, + "z": -136900 + }, + "rot": { + "x": 0, + "y": 170000, + "z": 0 + }, + "monsterId": 2022020 + }, + { + "groupId": 51, + "instId": 200001, + "eventId": 20231237, + "pos": { + "x": 1792, + "y": 23803, + "z": -141588 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "monsterId": 2023020 + }, + { + "groupId": 58, + "instId": 200001, + "eventId": 20231251, + "pos": { + "x": 73771, + "y": 46079, + "z": -113696 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2022040 + }, + { + "groupId": 58, + "instId": 200002, + "eventId": 20231252, + "pos": { + "x": 71932, + "y": 46109, + "z": -113251 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "monsterId": 2022060 + }, + { + "groupId": 58, + "instId": 200003, + "eventId": 20231253, + "pos": { + "x": 71298, + "y": 46079, + "z": -110924 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 2022060 + }, + { + "groupId": 122, + "instId": 200001, + "eventId": 101213, + "pos": { + "x": 184130, + "y": 45815, + "z": -119740 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 2023031 + } + ], + "teleports": [ + { + "anchorId": 1, + "groupId": 1, + "instId": 300001, + "pos": { + "x": 79710, + "y": 69528, + "z": -247520 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "teleportId": 2023101 + }, + { + "anchorId": 2, + "groupId": 1, + "instId": 300002, + "pos": { + "x": 70321, + "y": 45702, + "z": -62363 + }, + "rot": { + "x": 0, + "y": 66000, + "z": 0 + }, + "teleportId": 2023102 + }, + { + "anchorId": 3, + "groupId": 1, + "instId": 300003, + "pos": { + "x": -540, + "y": 13884, + "z": 26879 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "teleportId": 2023103 + }, + { + "anchorId": 4, + "groupId": 1, + "instId": 300004, + "pos": { + "x": -32370, + "y": 13595, + "z": -14300 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "teleportId": 2023104 + }, + { + "anchorId": 1, + "groupId": 55, + "instId": 300001, + "pos": { + "x": 28660, + "y": 65393, + "z": -234112 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "teleportId": 1207 + }, + { + "anchorId": 1, + "groupId": 122, + "instId": 300001, + "pos": { + "x": 177880, + "y": 45815, + "z": -119670 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "teleportId": 1113 + }, + { + "anchorId": 1, + "groupId": 158, + "instId": 300001, + "pos": { + "x": 12158, + "y": 42425, + "z": -135388 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "teleportId": 1017 + } + ] + }, + { + "planeID": 20232, + "props": [ + { + "groupId": 1, + "instId": 300001, + "propState": 8, + "pos": { + "x": -121260, + "y": 11830, + "z": 1130 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 1, + "instId": 300002, + "propState": 8, + "pos": { + "x": -324150, + "y": -29427, + "z": 9050 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 1, + "instId": 300003, + "propState": 8, + "pos": { + "x": -416990, + "y": -34517, + "z": 9110 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 1, + "instId": 300004, + "propState": 0, + "pos": { + "x": 1480, + "y": 1120, + "z": 23220 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 114 + }, + { + "groupId": 34, + "instId": 300001, + "propState": 8, + "pos": { + "x": -531760, + "y": 27410, + "z": 120350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102094 + }, + { + "groupId": 34, + "instId": 300002, + "propState": 8, + "pos": { + "x": -531470, + "y": 27410, + "z": -104890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102094 + }, + { + "groupId": 34, + "instId": 300003, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 35, + "instId": 300001, + "propState": 8, + "pos": { + "x": -653660, + "y": -4970, + "z": 102880 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102094 + }, + { + "groupId": 35, + "instId": 300002, + "propState": 8, + "pos": { + "x": -654850, + "y": -5410, + "z": -93730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102094 + }, + { + "groupId": 35, + "instId": 300003, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 36, + "instId": 300001, + "propState": 8, + "pos": { + "x": -773100, + "y": -36290, + "z": 102640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102094 + }, + { + "groupId": 36, + "instId": 300002, + "propState": 8, + "pos": { + "x": -773010, + "y": -36280, + "z": -92390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102094 + }, + { + "groupId": 36, + "instId": 300003, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 44, + "instId": 300001, + "propState": 11, + "pos": { + "x": -357650, + "y": -36929, + "z": -21270 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 44, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 44, + "instId": 300003, + "propState": 8, + "pos": { + "x": -357650, + "y": -36929, + "z": -21270 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 45, + "instId": 300001, + "propState": 11, + "pos": { + "x": -361770, + "y": -29393, + "z": 4870 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60203 + }, + { + "groupId": 45, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 45, + "instId": 300003, + "propState": 8, + "pos": { + "x": -361770, + "y": -29393, + "z": 4870 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 46, + "instId": 300001, + "propState": 11, + "pos": { + "x": -447248, + "y": -44480, + "z": 59677 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60203 + }, + { + "groupId": 46, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 46, + "instId": 300003, + "propState": 8, + "pos": { + "x": -447248, + "y": -44480, + "z": 59677 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 47, + "instId": 300001, + "propState": 12, + "pos": { + "x": -30998, + "y": 1183, + "z": 22001 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 47, + "instId": 300002, + "propState": 12, + "pos": { + "x": -153920, + "y": 11090, + "z": 32890 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 47, + "instId": 300003, + "propState": 12, + "pos": { + "x": -123449, + "y": 4076, + "z": -42440 + }, + "rot": { + "x": 0, + "y": 2194, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 47, + "instId": 300008, + "propState": 12, + "pos": { + "x": -264010, + "y": -14358, + "z": 15306 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 47, + "instId": 300006, + "propState": 12, + "pos": { + "x": -354883, + "y": -37000, + "z": 21441 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 47, + "instId": 300004, + "propState": 12, + "pos": { + "x": -337297, + "y": -29427, + "z": 4902 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 47, + "instId": 300005, + "propState": 12, + "pos": { + "x": -346280, + "y": -39506, + "z": -75430 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 47, + "instId": 300007, + "propState": 12, + "pos": { + "x": -397965, + "y": -36890, + "z": 35765 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 47, + "instId": 300010, + "propState": 12, + "pos": { + "x": -486300, + "y": -51243, + "z": 14780 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 47, + "instId": 300009, + "propState": 12, + "pos": { + "x": -397371, + "y": -44510, + "z": -107140 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 51, + "instId": 300002, + "propState": 8, + "pos": { + "x": -388620, + "y": -29400, + "z": 4960 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 51, + "instId": 300001, + "propState": 8, + "pos": { + "x": -281056, + "y": -14358, + "z": 10890 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 51, + "instId": 300026, + "propState": 8, + "pos": { + "x": -456610, + "y": -44480, + "z": 76500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 51, + "instId": 300027, + "propState": 8, + "pos": { + "x": -386518, + "y": -36929, + "z": -21661 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 51, + "instId": 300028, + "propState": 8, + "pos": { + "x": -410828, + "y": -45336, + "z": 89749 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 51, + "instId": 300006, + "propState": 8, + "pos": { + "x": -153690, + "y": 11090, + "z": -23114 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 51, + "instId": 300007, + "propState": 8, + "pos": { + "x": -325244, + "y": -34640, + "z": 23600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 51, + "instId": 300008, + "propState": 8, + "pos": { + "x": -309150, + "y": -34640, + "z": -24720 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 51, + "instId": 300009, + "propState": 8, + "pos": { + "x": -349758, + "y": -39507, + "z": -60590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 51, + "instId": 300010, + "propState": 8, + "pos": { + "x": -411700, + "y": -39439, + "z": -65160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 51, + "instId": 300011, + "propState": 8, + "pos": { + "x": -387899, + "y": -34674, + "z": -3532 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 51, + "instId": 300012, + "propState": 8, + "pos": { + "x": -411212, + "y": -36870, + "z": 39378 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 51, + "instId": 300013, + "propState": 8, + "pos": { + "x": -443766, + "y": -44480, + "z": 68023 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 51, + "instId": 300014, + "propState": 8, + "pos": { + "x": -491720, + "y": -51245, + "z": -29110 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 51, + "instId": 300015, + "propState": 8, + "pos": { + "x": -389260, + "y": -34673, + "z": 12910 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 51, + "instId": 300003, + "propState": 8, + "pos": { + "x": -52022, + "y": 1495, + "z": -6666 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 51, + "instId": 300004, + "propState": 8, + "pos": { + "x": -92989, + "y": 5330, + "z": 15387 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 51, + "instId": 300005, + "propState": 8, + "pos": { + "x": -557640, + "y": -58600, + "z": 12390 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 57, + "instId": 300001, + "propState": 8, + "pos": { + "x": -591610, + "y": -58600, + "z": -1350 + }, + "rot": { + "x": 0, + "y": 290000, + "z": 0 + }, + "propId": 113 + }, + { + "groupId": 58, + "instId": 300001, + "propState": 8, + "pos": { + "x": -623334, + "y": -63641, + "z": 5094 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102186 + }, + { + "groupId": 58, + "instId": 300002, + "propState": 8, + "pos": { + "x": -318050, + "y": -34690, + "z": -66770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 58, + "instId": 300003, + "propState": 8, + "pos": { + "x": -318050, + "y": -34690, + "z": -66770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 58, + "instId": 300004, + "propState": 8, + "pos": { + "x": -318050, + "y": -34690, + "z": -66770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 61, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 61, + "instId": 300002, + "propState": 8, + "pos": { + "x": -199520, + "y": 15772, + "z": 1050 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 99, + "instId": 300001, + "propState": 8, + "pos": { + "x": -405850, + "y": -43430, + "z": 115270 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 702 + }, + { + "groupId": 104, + "instId": 300001, + "propState": 18, + "pos": { + "x": -409820, + "y": -44008, + "z": 64757 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 907 + }, + { + "groupId": 104, + "instId": 300002, + "propState": 18, + "pos": { + "x": -471171, + "y": -43513, + "z": 69130 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 907 + }, + { + "groupId": 104, + "instId": 300003, + "propState": 18, + "pos": { + "x": -450569, + "y": -43370, + "z": 65700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 907 + }, + { + "groupId": 104, + "instId": 300004, + "propState": 18, + "pos": { + "x": -409304, + "y": -36870, + "z": 37735 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102185 + }, + { + "groupId": 104, + "instId": 300005, + "propState": 18, + "pos": { + "x": -506362, + "y": -50087, + "z": -23515 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 907 + }, + { + "groupId": 104, + "instId": 300006, + "propState": 18, + "pos": { + "x": -399494, + "y": -34556, + "z": 9111 + }, + "rot": { + "x": 0, + "y": 51981, + "z": 0 + }, + "propId": 102012 + }, + { + "groupId": 104, + "instId": 300007, + "propState": 18, + "pos": { + "x": -166403, + "y": 17296, + "z": 9929 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 907 + }, + { + "groupId": 120, + "instId": 300001, + "propState": 12, + "pos": { + "x": -471840, + "y": -44480, + "z": 76310 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 120, + "instId": 300002, + "propState": 12, + "pos": { + "x": -397352, + "y": -36870, + "z": -29650 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 120, + "instId": 300003, + "propState": 12, + "pos": { + "x": -491873, + "y": -51245, + "z": -39100 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 120, + "instId": 300004, + "propState": 12, + "pos": { + "x": -558349, + "y": -58600, + "z": -2121 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 121, + "instId": 300007, + "propState": 8, + "pos": { + "x": -275282, + "y": -14359, + "z": 15160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 121, + "instId": 300008, + "propState": 8, + "pos": { + "x": -324056, + "y": -29427, + "z": 792 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 121, + "instId": 300009, + "propState": 8, + "pos": { + "x": -379563, + "y": -37000, + "z": 30643 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 121, + "instId": 300010, + "propState": 8, + "pos": { + "x": -467335, + "y": -46390, + "z": 27756 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 121, + "instId": 300001, + "propState": 8, + "pos": { + "x": -521902, + "y": -51245, + "z": -2305 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 121, + "instId": 300002, + "propState": 8, + "pos": { + "x": -415905, + "y": -34517, + "z": 132 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 129, + "instId": 300001, + "propState": 8, + "pos": { + "x": -404640, + "y": -44468, + "z": -104123 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 801 + }, + { + "groupId": 131, + "instId": 300001, + "propState": 8, + "pos": { + "x": -299108, + "y": -34717, + "z": -72192 + }, + "rot": { + "x": 0, + "y": 317068, + "z": 0 + }, + "propId": 131 + }, + { + "groupId": 131, + "instId": 300002, + "propState": 8, + "pos": { + "x": -294680, + "y": -33070, + "z": -77430 + }, + "rot": { + "x": 0, + "y": 322233, + "z": 0 + }, + "propId": 102254 + } + ], + "monsters": [ + { + "groupId": 44, + "instId": 200001, + "eventId": 20232234, + "pos": { + "x": -362189, + "y": -36929, + "z": -18976 + }, + "rot": { + "x": 0, + "y": 290000, + "z": 0 + }, + "monsterId": 2022060 + }, + { + "groupId": 44, + "instId": 200002, + "eventId": 20232235, + "pos": { + "x": -360640, + "y": -36929, + "z": -16070 + }, + "rot": { + "x": 0, + "y": 310000, + "z": 0 + }, + "monsterId": 2022060 + }, + { + "groupId": 45, + "instId": 200001, + "eventId": 20232231, + "pos": { + "x": -370150, + "y": -29427, + "z": 4710 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 2023030 + }, + { + "groupId": 46, + "instId": 200001, + "eventId": 20232232, + "pos": { + "x": -453220, + "y": -44480, + "z": 59330 + }, + "rot": { + "x": 0, + "y": 290000, + "z": 0 + }, + "monsterId": 2023010 + }, + { + "groupId": 49, + "instId": 200001, + "eventId": 20232125, + "pos": { + "x": -6621, + "y": 1376, + "z": 32124 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002040 + }, + { + "groupId": 53, + "instId": 200012, + "eventId": 20232101, + "pos": { + "x": -121308, + "y": 5876, + "z": 36885 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2022020 + }, + { + "groupId": 53, + "instId": 200013, + "eventId": 20232102, + "pos": { + "x": -119840, + "y": 4934, + "z": 38040 + }, + "rot": { + "x": 0, + "y": 160000, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 53, + "instId": 200014, + "eventId": 20232103, + "pos": { + "x": -112801, + "y": 4629, + "z": 36639 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 2022020 + }, + { + "groupId": 53, + "instId": 200002, + "eventId": 20232105, + "pos": { + "x": -320323, + "y": -34846, + "z": -59863 + }, + "rot": { + "x": 0, + "y": 350831, + "z": 0 + }, + "monsterId": 2022050 + }, + { + "groupId": 53, + "instId": 200001, + "eventId": 20232106, + "pos": { + "x": -319204, + "y": -34693, + "z": -56209 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "monsterId": 2022050 + }, + { + "groupId": 53, + "instId": 200015, + "eventId": 20232107, + "pos": { + "x": -332280, + "y": -34690, + "z": -69600 + }, + "rot": { + "x": 0, + "y": 283695, + "z": 0 + }, + "monsterId": 2022050 + }, + { + "groupId": 53, + "instId": 200003, + "eventId": 20232108, + "pos": { + "x": -359303, + "y": -39453, + "z": -66833 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 2022060 + }, + { + "groupId": 53, + "instId": 200005, + "eventId": 20232110, + "pos": { + "x": -368750, + "y": -36929, + "z": 18770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 53, + "instId": 200004, + "eventId": 20232111, + "pos": { + "x": -376469, + "y": -36929, + "z": 23200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 2022060 + }, + { + "groupId": 53, + "instId": 200016, + "eventId": 20232114, + "pos": { + "x": -403070, + "y": -36870, + "z": 40000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 2022060 + }, + { + "groupId": 53, + "instId": 200006, + "eventId": 20232115, + "pos": { + "x": -408890, + "y": -36870, + "z": 39470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 53, + "instId": 200007, + "eventId": 20232116, + "pos": { + "x": -459965, + "y": -44241, + "z": 113862 + }, + "rot": { + "x": 0, + "y": 140000, + "z": 0 + }, + "monsterId": 2022060 + }, + { + "groupId": 53, + "instId": 200017, + "eventId": 20232117, + "pos": { + "x": -456324, + "y": -44252, + "z": 110789 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 53, + "instId": 200008, + "eventId": 20232118, + "pos": { + "x": -412041, + "y": -39439, + "z": -50132 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 53, + "instId": 200011, + "eventId": 20232119, + "pos": { + "x": -496760, + "y": -51243, + "z": -57740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2022040 + }, + { + "groupId": 53, + "instId": 200009, + "eventId": 20232120, + "pos": { + "x": -501877, + "y": -51243, + "z": -42950 + }, + "rot": { + "x": 0, + "y": 130000, + "z": 0 + }, + "monsterId": 2022060 + }, + { + "groupId": 99, + "instId": 200001, + "eventId": 101211, + "pos": { + "x": -405850, + "y": -44430, + "z": 115270 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 2023021 + } + ], + "teleports": [ + { + "anchorId": 1, + "groupId": 1, + "instId": 300001, + "pos": { + "x": -124370, + "y": 11839, + "z": 5050 + }, + "rot": { + "x": 0, + "y": 268536, + "z": 0 + }, + "teleportId": 2023201 + }, + { + "anchorId": 2, + "groupId": 1, + "instId": 300002, + "pos": { + "x": -318622, + "y": -29427, + "z": 4924 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "teleportId": 2023202 + }, + { + "anchorId": 3, + "groupId": 1, + "instId": 300003, + "pos": { + "x": -420500, + "y": -34528, + "z": 4500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "teleportId": 2023203 + }, + { + "anchorId": 1, + "groupId": 57, + "instId": 300001, + "pos": { + "x": -590890, + "y": -58600, + "z": 930 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "teleportId": 1303 + }, + { + "anchorId": 1, + "groupId": 99, + "instId": 300001, + "pos": { + "x": -405800, + "y": -44510, + "z": 109710 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 1111 + }, + { + "anchorId": 1, + "groupId": 129, + "instId": 300001, + "pos": { + "x": -404640, + "y": -44465, + "z": -102915 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "teleportId": 1018 + } + ] + }, + { + "planeID": 20233, + "props": [], + "monsters": [], + "teleports": [] + }, + { + "planeID": 20241, + "props": [ + { + "groupId": 51, + "instId": 300001, + "propState": 8, + "pos": { + "x": -173950, + "y": 199159, + "z": 13270 + }, + "rot": { + "x": 0, + "y": 89041, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 51, + "instId": 300002, + "propState": 8, + "pos": { + "x": -28531, + "y": 53652, + "z": -88626 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 51, + "instId": 300003, + "propState": 8, + "pos": { + "x": 70900, + "y": -103876, + "z": -36030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 51, + "instId": 300004, + "propState": 8, + "pos": { + "x": 10449, + "y": -170647, + "z": 22056 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 51, + "instId": 300005, + "propState": 8, + "pos": { + "x": -18896, + "y": 199136, + "z": 72693 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 51, + "instId": 300006, + "propState": 8, + "pos": { + "x": 17239, + "y": 53702, + "z": -76735 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 52, + "instId": 300001, + "propState": 12, + "pos": { + "x": -60997, + "y": 199136, + "z": 51818 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 52, + "instId": 300002, + "propState": 12, + "pos": { + "x": -14020, + "y": 211623, + "z": -49990 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 52, + "instId": 300003, + "propState": 12, + "pos": { + "x": 6620, + "y": 216543, + "z": -6530 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 52, + "instId": 300004, + "propState": 12, + "pos": { + "x": -8812, + "y": 181698, + "z": -8974 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 52, + "instId": 300005, + "propState": 12, + "pos": { + "x": 81580, + "y": 205667, + "z": 67070 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 52, + "instId": 300006, + "propState": 12, + "pos": { + "x": -48397, + "y": 58531, + "z": -46615 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 52, + "instId": 300007, + "propState": 12, + "pos": { + "x": -50186, + "y": 53652, + "z": -120432 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 52, + "instId": 300008, + "propState": 12, + "pos": { + "x": 8480, + "y": 57142, + "z": -164661 + }, + "rot": { + "x": 0, + "y": 85106, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 52, + "instId": 300009, + "propState": 12, + "pos": { + "x": 2385, + "y": 74224, + "z": -35285 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 52, + "instId": 300010, + "propState": 12, + "pos": { + "x": 39624, + "y": 74245, + "z": -37268 + }, + "rot": { + "x": 0, + "y": 250000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 52, + "instId": 300011, + "propState": 12, + "pos": { + "x": -12610, + "y": 8096, + "z": -49860 + }, + "rot": { + "x": 0, + "y": 22000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 52, + "instId": 300012, + "propState": 12, + "pos": { + "x": 79777, + "y": -89250, + "z": -36476 + }, + "rot": { + "x": 0, + "y": 293000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 52, + "instId": 300013, + "propState": 12, + "pos": { + "x": 154118, + "y": -103881, + "z": -6244 + }, + "rot": { + "x": 0, + "y": 254158, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 52, + "instId": 300014, + "propState": 12, + "pos": { + "x": 51752, + "y": -83494, + "z": 39305 + }, + "rot": { + "x": 0, + "y": 67000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 52, + "instId": 300015, + "propState": 12, + "pos": { + "x": 85310, + "y": -98257, + "z": 23700 + }, + "rot": { + "x": 0, + "y": 250000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 52, + "instId": 300016, + "propState": 12, + "pos": { + "x": 21171, + "y": -91171, + "z": 20960 + }, + "rot": { + "x": 0, + "y": 205000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 52, + "instId": 300017, + "propState": 12, + "pos": { + "x": -23669, + "y": -170770, + "z": 24831 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 52, + "instId": 300018, + "propState": 12, + "pos": { + "x": 21570, + "y": -193202, + "z": 9090 + }, + "rot": { + "x": 0, + "y": 338275, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 52, + "instId": 300019, + "propState": 12, + "pos": { + "x": 9749, + "y": 8085, + "z": 42320 + }, + "rot": { + "x": 0, + "y": 203144, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 52, + "instId": 300020, + "propState": 12, + "pos": { + "x": -7670, + "y": -131076, + "z": -18600 + }, + "rot": { + "x": 0, + "y": 20000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 52, + "instId": 300021, + "propState": 12, + "pos": { + "x": -6594, + "y": -96528, + "z": 2547 + }, + "rot": { + "x": 0, + "y": 293000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 52, + "instId": 300022, + "propState": 12, + "pos": { + "x": 58, + "y": 27648, + "z": -7162 + }, + "rot": { + "x": 0, + "y": 188055, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 53, + "instId": 300001, + "propState": 21, + "pos": { + "x": -33690, + "y": 211545, + "z": -29670 + }, + "rot": { + "x": 0, + "y": 224870, + "z": 0 + }, + "propId": 102227 + }, + { + "groupId": 53, + "instId": 300002, + "propState": 1, + "pos": { + "x": -33690, + "y": 211545, + "z": -29670 + }, + "rot": { + "x": 0, + "y": 224870, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 53, + "instId": 300003, + "propState": 21, + "pos": { + "x": -8620, + "y": 216692, + "z": -8660 + }, + "rot": { + "x": 0, + "y": 44754, + "z": 0 + }, + "propId": 102227 + }, + { + "groupId": 53, + "instId": 300004, + "propState": 1, + "pos": { + "x": -10384, + "y": 216839, + "z": -9313 + }, + "rot": { + "x": 0, + "y": 43303, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 53, + "instId": 300005, + "propState": 21, + "pos": { + "x": -550, + "y": -96350, + "z": -34790 + }, + "rot": { + "x": 0, + "y": 118816, + "z": 0 + }, + "propId": 102227 + }, + { + "groupId": 53, + "instId": 300006, + "propState": 1, + "pos": { + "x": -3780, + "y": -96700, + "z": -33030 + }, + "rot": { + "x": 0, + "y": 116861, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 53, + "instId": 300007, + "propState": 21, + "pos": { + "x": 17750, + "y": -170349, + "z": 17890 + }, + "rot": { + "x": 0, + "y": 39322, + "z": 0 + }, + "propId": 102227 + }, + { + "groupId": 53, + "instId": 300008, + "propState": 8, + "pos": { + "x": 19560, + "y": -170880, + "z": 21410 + }, + "rot": { + "x": 0, + "y": 224652, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 53, + "instId": 300009, + "propState": 21, + "pos": { + "x": -760, + "y": -86844, + "z": 32158 + }, + "rot": { + "x": 0, + "y": 20258, + "z": 0 + }, + "propId": 102227 + }, + { + "groupId": 53, + "instId": 300010, + "propState": 8, + "pos": { + "x": -530, + "y": -86844, + "z": 30110 + }, + "rot": { + "x": 0, + "y": 116861, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 53, + "instId": 300011, + "propState": 21, + "pos": { + "x": -4848, + "y": 8188, + "z": -11938 + }, + "rot": { + "x": 0, + "y": 67336, + "z": 0 + }, + "propId": 102227 + }, + { + "groupId": 53, + "instId": 300012, + "propState": 8, + "pos": { + "x": -10620, + "y": 9590, + "z": -410 + }, + "rot": { + "x": 0, + "y": 111255, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 53, + "instId": 300013, + "propState": 21, + "pos": { + "x": -6030, + "y": 18812, + "z": 14260 + }, + "rot": { + "x": 0, + "y": 113821, + "z": 0 + }, + "propId": 102227 + }, + { + "groupId": 53, + "instId": 300014, + "propState": 8, + "pos": { + "x": -2280, + "y": 19880, + "z": -11940 + }, + "rot": { + "x": 0, + "y": 39408, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 53, + "instId": 300015, + "propState": 21, + "pos": { + "x": -25710, + "y": 48159, + "z": -24370 + }, + "rot": { + "x": 0, + "y": 156927, + "z": 0 + }, + "propId": 102227 + }, + { + "groupId": 53, + "instId": 300016, + "propState": 8, + "pos": { + "x": -23360, + "y": 49450, + "z": -22810 + }, + "rot": { + "x": 0, + "y": 124014, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 53, + "instId": 300017, + "propState": 21, + "pos": { + "x": 30100, + "y": 80770, + "z": 1250 + }, + "rot": { + "x": 0, + "y": 131169, + "z": 0 + }, + "propId": 102227 + }, + { + "groupId": 53, + "instId": 300018, + "propState": 8, + "pos": { + "x": 28760, + "y": 80798, + "z": 430 + }, + "rot": { + "x": 0, + "y": 194459, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 53, + "instId": 300019, + "propState": 21, + "pos": { + "x": 15250, + "y": 198957, + "z": 56720 + }, + "rot": { + "x": 0, + "y": 326098, + "z": 0 + }, + "propId": 102227 + }, + { + "groupId": 53, + "instId": 300020, + "propState": 8, + "pos": { + "x": -23500, + "y": 181796, + "z": -23150 + }, + "rot": { + "x": 0, + "y": 224213, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 53, + "instId": 300021, + "propState": 21, + "pos": { + "x": 56490, + "y": 72038, + "z": -89720 + }, + "rot": { + "x": 0, + "y": 154612, + "z": 0 + }, + "propId": 102227 + }, + { + "groupId": 53, + "instId": 300022, + "propState": 8, + "pos": { + "x": 55020, + "y": 71810, + "z": -87070 + }, + "rot": { + "x": 0, + "y": 176099, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 53, + "instId": 300023, + "propState": 21, + "pos": { + "x": 33830, + "y": 74436, + "z": -48990 + }, + "rot": { + "x": 0, + "y": 338356, + "z": 0 + }, + "propId": 102227 + }, + { + "groupId": 53, + "instId": 300024, + "propState": 8, + "pos": { + "x": 41530, + "y": 74794, + "z": -50210 + }, + "rot": { + "x": 0, + "y": 338356, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 53, + "instId": 300025, + "propState": 21, + "pos": { + "x": 113843, + "y": -103881, + "z": -2220 + }, + "rot": { + "x": 0, + "y": 113796, + "z": 0 + }, + "propId": 102227 + }, + { + "groupId": 53, + "instId": 300026, + "propState": 8, + "pos": { + "x": 113610, + "y": -102608, + "z": -7580 + }, + "rot": { + "x": 0, + "y": 116861, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 53, + "instId": 300027, + "propState": 21, + "pos": { + "x": 93305, + "y": -98179, + "z": 10988 + }, + "rot": { + "x": 0, + "y": 297211, + "z": 0 + }, + "propId": 102227 + }, + { + "groupId": 53, + "instId": 300028, + "propState": 8, + "pos": { + "x": 95630, + "y": -97065, + "z": 10680 + }, + "rot": { + "x": 0, + "y": 301649, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 53, + "instId": 300029, + "propState": 21, + "pos": { + "x": 8660, + "y": 216696, + "z": 8660 + }, + "rot": { + "x": 0, + "y": 225394, + "z": 0 + }, + "propId": 102227 + }, + { + "groupId": 53, + "instId": 300030, + "propState": 8, + "pos": { + "x": 6500, + "y": 216839, + "z": 11570 + }, + "rot": { + "x": 0, + "y": 50896, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 53, + "instId": 300031, + "propState": 21, + "pos": { + "x": 40290, + "y": 205709, + "z": 39460 + }, + "rot": { + "x": 0, + "y": 45119, + "z": 0 + }, + "propId": 102227 + }, + { + "groupId": 53, + "instId": 300032, + "propState": 8, + "pos": { + "x": 41040, + "y": 205523, + "z": 39640 + }, + "rot": { + "x": 0, + "y": 50896, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 53, + "instId": 300033, + "propState": 8, + "pos": { + "x": 40420, + "y": 205667, + "z": 38772 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 63, + "instId": 300006, + "propState": 8, + "pos": { + "x": -72574, + "y": 199136, + "z": -3222 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 63, + "instId": 300007, + "propState": 8, + "pos": { + "x": -67504, + "y": 207138, + "z": -31033 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 63, + "instId": 300008, + "propState": 8, + "pos": { + "x": -19162, + "y": 211531, + "z": -40528 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300009, + "propState": 8, + "pos": { + "x": -66666, + "y": 199136, + "z": 42381 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300010, + "propState": 8, + "pos": { + "x": -32348, + "y": 199136, + "z": 72655 + }, + "rot": { + "x": 0, + "y": 315759, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300011, + "propState": 8, + "pos": { + "x": 55600, + "y": 205681, + "z": 55810 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 63, + "instId": 300012, + "propState": 8, + "pos": { + "x": 62588, + "y": 205667, + "z": 48153 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 63, + "instId": 300037, + "propState": 8, + "pos": { + "x": 37090, + "y": 205681, + "z": 57720 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300040, + "propState": 8, + "pos": { + "x": 98200, + "y": 210216, + "z": 65510 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300041, + "propState": 8, + "pos": { + "x": 73750, + "y": 210216, + "z": 89960 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300042, + "propState": 8, + "pos": { + "x": 128556, + "y": 210216, + "z": 83002 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300043, + "propState": 8, + "pos": { + "x": 91091, + "y": 210216, + "z": 120469 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300044, + "propState": 8, + "pos": { + "x": -15802, + "y": 211531, + "z": -58611 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300045, + "propState": 8, + "pos": { + "x": -29460, + "y": 198957, + "z": 27080 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 63, + "instId": 300046, + "propState": 8, + "pos": { + "x": -14210, + "y": 198942, + "z": 16330 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 63, + "instId": 300047, + "propState": 8, + "pos": { + "x": 29320, + "y": 198957, + "z": 67530 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300048, + "propState": 8, + "pos": { + "x": -27224, + "y": 190429, + "z": 61847 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 63, + "instId": 300049, + "propState": 8, + "pos": { + "x": -31049, + "y": 190367, + "z": 38612 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 63, + "instId": 300050, + "propState": 8, + "pos": { + "x": -49129, + "y": 190367, + "z": 3537 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 63, + "instId": 300051, + "propState": 8, + "pos": { + "x": -62950, + "y": 190367, + "z": -11470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 63, + "instId": 300052, + "propState": 8, + "pos": { + "x": -42590, + "y": 181701, + "z": -5050 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 63, + "instId": 300053, + "propState": 8, + "pos": { + "x": -28560, + "y": 181701, + "z": -31683 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 63, + "instId": 300013, + "propState": 8, + "pos": { + "x": -26830, + "y": 53652, + "z": -73150 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 63, + "instId": 300014, + "propState": 8, + "pos": { + "x": -31598, + "y": 53652, + "z": -120400 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 63, + "instId": 300003, + "propState": 8, + "pos": { + "x": 3597, + "y": 57142, + "z": -180173 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 63, + "instId": 300004, + "propState": 8, + "pos": { + "x": -19529, + "y": 57142, + "z": -171018 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 63, + "instId": 300005, + "propState": 8, + "pos": { + "x": 12503, + "y": 61901, + "z": -124335 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 63, + "instId": 300015, + "propState": 8, + "pos": { + "x": 66546, + "y": 71952, + "z": -109548 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 63, + "instId": 300016, + "propState": 8, + "pos": { + "x": 21892, + "y": 74396, + "z": -40594 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 63, + "instId": 300032, + "propState": 8, + "pos": { + "x": -8468, + "y": 53474, + "z": -35784 + }, + "rot": { + "x": 0, + "y": 20000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 63, + "instId": 300033, + "propState": 8, + "pos": { + "x": 35828, + "y": 80576, + "z": -7677 + }, + "rot": { + "x": 0, + "y": 115000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 63, + "instId": 300054, + "propState": 8, + "pos": { + "x": 1926, + "y": 53469, + "z": -24831 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 63, + "instId": 300055, + "propState": 8, + "pos": { + "x": -16043, + "y": 53652, + "z": -92147 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 63, + "instId": 300056, + "propState": 8, + "pos": { + "x": -38490, + "y": 53642, + "z": -48950 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 63, + "instId": 300057, + "propState": 8, + "pos": { + "x": -40502, + "y": 53318, + "z": -67709 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 63, + "instId": 300058, + "propState": 8, + "pos": { + "x": 13248, + "y": 57142, + "z": -168217 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 63, + "instId": 300059, + "propState": 8, + "pos": { + "x": 14498, + "y": 18717, + "z": 8325 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300060, + "propState": 8, + "pos": { + "x": -7720, + "y": 8055, + "z": 3330 + }, + "rot": { + "x": 0, + "y": 115000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300061, + "propState": 8, + "pos": { + "x": 7130, + "y": 8055, + "z": -5810 + }, + "rot": { + "x": 0, + "y": 20000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 63, + "instId": 300062, + "propState": 8, + "pos": { + "x": -7340, + "y": 18792, + "z": -3020 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300017, + "propState": 8, + "pos": { + "x": 91623, + "y": -89070, + "z": -51654 + }, + "rot": { + "x": 0, + "y": 113000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300018, + "propState": 8, + "pos": { + "x": 86200, + "y": -103888, + "z": -26990 + }, + "rot": { + "x": 0, + "y": 110000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300019, + "propState": 8, + "pos": { + "x": 64858, + "y": -98287, + "z": 32896 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300020, + "propState": 8, + "pos": { + "x": 79100, + "y": -98287, + "z": 8039 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300021, + "propState": 8, + "pos": { + "x": 31750, + "y": -91174, + "z": 17700 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300022, + "propState": 8, + "pos": { + "x": 79632, + "y": -83508, + "z": 29805 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300023, + "propState": 8, + "pos": { + "x": 58680, + "y": -83495, + "z": 45780 + }, + "rot": { + "x": 0, + "y": 65000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300039, + "propState": 8, + "pos": { + "x": 96368, + "y": -103918, + "z": -61987 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300063, + "propState": 8, + "pos": { + "x": 23924, + "y": -96604, + "z": -7335 + }, + "rot": { + "x": 0, + "y": 21580, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300064, + "propState": 8, + "pos": { + "x": 29625, + "y": -96604, + "z": -21774 + }, + "rot": { + "x": 0, + "y": 21580, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300065, + "propState": 8, + "pos": { + "x": 116842, + "y": -103881, + "z": -248 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300066, + "propState": 8, + "pos": { + "x": 14715, + "y": -87088, + "z": 32900 + }, + "rot": { + "x": 0, + "y": 21580, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300024, + "propState": 8, + "pos": { + "x": 30520, + "y": -170770, + "z": 18400 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300025, + "propState": 8, + "pos": { + "x": 10121, + "y": -170770, + "z": -35850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300027, + "propState": 8, + "pos": { + "x": 35476, + "y": -170770, + "z": -8000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300029, + "propState": 8, + "pos": { + "x": -24680, + "y": -193149, + "z": 11910 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300030, + "propState": 8, + "pos": { + "x": -32074, + "y": -186989, + "z": 18573 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 63, + "instId": 300031, + "propState": 8, + "pos": { + "x": 9376, + "y": -193202, + "z": 35747 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300067, + "propState": 8, + "pos": { + "x": -22213, + "y": -176009, + "z": -29574 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300068, + "propState": 8, + "pos": { + "x": -36247, + "y": -181509, + "z": -6718 + }, + "rot": { + "x": 0, + "y": 90674, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300002, + "propState": 8, + "pos": { + "x": 8814, + "y": 53702, + "z": -88743 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 63, + "instId": 300001, + "propState": 8, + "pos": { + "x": 129445, + "y": -103881, + "z": -13258 + }, + "rot": { + "x": 0, + "y": 335472, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 63, + "instId": 300026, + "propState": 8, + "pos": { + "x": 126060, + "y": -103918, + "z": -53058 + }, + "rot": { + "x": 0, + "y": 284198, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 63, + "instId": 300028, + "propState": 8, + "pos": { + "x": 1946, + "y": -170770, + "z": 34517 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 63, + "instId": 300034, + "propState": 8, + "pos": { + "x": -23793, + "y": 53650, + "z": -93625 + }, + "rot": { + "x": 0, + "y": 229876, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 63, + "instId": 300035, + "propState": 8, + "pos": { + "x": -75689, + "y": 199136, + "z": 19268 + }, + "rot": { + "x": 0, + "y": 278428, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 63, + "instId": 300036, + "propState": 8, + "pos": { + "x": 63915, + "y": -83495, + "z": 32559 + }, + "rot": { + "x": 0, + "y": 172502, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 63, + "instId": 300038, + "propState": 8, + "pos": { + "x": 9482, + "y": 57142, + "z": -153339 + }, + "rot": { + "x": 0, + "y": 204715, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 69, + "instId": 300001, + "propState": 8, + "pos": { + "x": -110650, + "y": 199100, + "z": 5810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102235 + }, + { + "groupId": 70, + "instId": 300001, + "propState": 1, + "pos": { + "x": -800, + "y": 52650, + "z": -61740 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 102234 + }, + { + "groupId": 70, + "instId": 300002, + "propState": 1, + "pos": { + "x": -9820, + "y": 52630, + "z": -116720 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102234 + }, + { + "groupId": 70, + "instId": 300003, + "propState": 1, + "pos": { + "x": -1920, + "y": 53469, + "z": -54840 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102238 + }, + { + "groupId": 70, + "instId": 300004, + "propState": 1, + "pos": { + "x": -5400, + "y": 53651, + "z": -122160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102238 + }, + { + "groupId": 70, + "instId": 300005, + "propState": 1, + "pos": { + "x": -18310, + "y": 53650, + "z": -97160 + }, + "rot": { + "x": 0, + "y": 330851, + "z": 0 + }, + "propId": 102238 + }, + { + "groupId": 70, + "instId": 300006, + "propState": 8, + "pos": { + "x": 4560, + "y": 53500, + "z": -64460 + }, + "rot": { + "x": 0, + "y": 298895, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 70, + "instId": 300007, + "propState": 8, + "pos": { + "x": -5850, + "y": 53500, + "z": -58720 + }, + "rot": { + "x": 0, + "y": 298895, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 70, + "instId": 300008, + "propState": 8, + "pos": { + "x": -5471, + "y": 53500, + "z": -56734 + }, + "rot": { + "x": 0, + "y": 342800, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 70, + "instId": 300009, + "propState": 8, + "pos": { + "x": 4940, + "y": 53500, + "z": -59820 + }, + "rot": { + "x": 0, + "y": 254673, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 70, + "instId": 300010, + "propState": 8, + "pos": { + "x": 5250, + "y": 53500, + "z": -58190 + }, + "rot": { + "x": 0, + "y": 211243, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 70, + "instId": 300011, + "propState": 1, + "pos": { + "x": 4670, + "y": 53500, + "z": -58880 + }, + "rot": { + "x": 0, + "y": 240192, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 70, + "instId": 300012, + "propState": 1, + "pos": { + "x": -6140, + "y": 53500, + "z": -64540 + }, + "rot": { + "x": 0, + "y": 240192, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 70, + "instId": 300013, + "propState": 1, + "pos": { + "x": -6550, + "y": 53500, + "z": -59970 + }, + "rot": { + "x": 0, + "y": 285685, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 70, + "instId": 300014, + "propState": 1, + "pos": { + "x": -5531, + "y": 53500, + "z": -57409 + }, + "rot": { + "x": 0, + "y": 330292, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 70, + "instId": 300015, + "propState": 8, + "pos": { + "x": -16080, + "y": 52630, + "z": -117550 + }, + "rot": { + "x": 0, + "y": 240662, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 70, + "instId": 300016, + "propState": 8, + "pos": { + "x": -4390, + "y": 52630, + "z": -113810 + }, + "rot": { + "x": 0, + "y": 240662, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 70, + "instId": 300017, + "propState": 8, + "pos": { + "x": -3650, + "y": 52630, + "z": -117120 + }, + "rot": { + "x": 0, + "y": 284057, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 70, + "instId": 300018, + "propState": 1, + "pos": { + "x": -5340, + "y": 52630, + "z": -112490 + }, + "rot": { + "x": 0, + "y": 223457, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 70, + "instId": 300019, + "propState": 1, + "pos": { + "x": -3840, + "y": 52630, + "z": -116660 + }, + "rot": { + "x": 0, + "y": 270455, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 70, + "instId": 300020, + "propState": 1, + "pos": { + "x": -9570, + "y": 52630, + "z": -110680 + }, + "rot": { + "x": 0, + "y": 180516, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 70, + "instId": 300021, + "propState": 8, + "pos": { + "x": 5271, + "y": 19173, + "z": -8589 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 70, + "instId": 300022, + "propState": 8, + "pos": { + "x": -10490, + "y": 53652, + "z": -79910 + }, + "rot": { + "x": 0, + "y": 25770, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 70, + "instId": 300023, + "propState": 8, + "pos": { + "x": 8170, + "y": 53702, + "z": -80870 + }, + "rot": { + "x": 0, + "y": 25770, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 70, + "instId": 300024, + "propState": 8, + "pos": { + "x": -19800, + "y": 53440, + "z": -99330 + }, + "rot": { + "x": 0, + "y": 148148, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 70, + "instId": 300025, + "propState": 8, + "pos": { + "x": -31880, + "y": 53652, + "z": -115400 + }, + "rot": { + "x": 0, + "y": 93421, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 71, + "instId": 300001, + "propState": 1, + "pos": { + "x": 49055, + "y": -97240, + "z": -20756 + }, + "rot": { + "x": 0, + "y": 202500, + "z": 0 + }, + "propId": 102233 + }, + { + "groupId": 71, + "instId": 300002, + "propState": 1, + "pos": { + "x": 92380, + "y": -104900, + "z": -31370 + }, + "rot": { + "x": 0, + "y": 337500, + "z": 0 + }, + "propId": 102234 + }, + { + "groupId": 71, + "instId": 300003, + "propState": 1, + "pos": { + "x": 44420, + "y": -91500, + "z": 19180 + }, + "rot": { + "x": 0, + "y": 157500, + "z": 0 + }, + "propId": 102233 + }, + { + "groupId": 71, + "instId": 300004, + "propState": 1, + "pos": { + "x": 42932, + "y": -96607, + "z": -21721 + }, + "rot": { + "x": 0, + "y": 291171, + "z": 0 + }, + "propId": 102238 + }, + { + "groupId": 71, + "instId": 300005, + "propState": 1, + "pos": { + "x": 86430, + "y": -103876, + "z": -36320 + }, + "rot": { + "x": 0, + "y": 258358, + "z": 0 + }, + "propId": 102238 + }, + { + "groupId": 71, + "instId": 300006, + "propState": 1, + "pos": { + "x": 39830, + "y": -91171, + "z": 14500 + }, + "rot": { + "x": 0, + "y": 252008, + "z": 0 + }, + "propId": 102238 + }, + { + "groupId": 71, + "instId": 300007, + "propState": 1, + "pos": { + "x": 95960, + "y": -104900, + "z": -26820 + }, + "rot": { + "x": 0, + "y": 39071, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 71, + "instId": 300008, + "propState": 1, + "pos": { + "x": 91750, + "y": -104900, + "z": -25500 + }, + "rot": { + "x": 0, + "y": 351819, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 71, + "instId": 300009, + "propState": 1, + "pos": { + "x": 91784, + "y": -104900, + "z": -38625 + }, + "rot": { + "x": 0, + "y": 39071, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 71, + "instId": 300010, + "propState": 1, + "pos": { + "x": 92320, + "y": -104900, + "z": -25030 + }, + "rot": { + "x": 0, + "y": 337692, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 71, + "instId": 300011, + "propState": 1, + "pos": { + "x": 94790, + "y": -104900, + "z": -36950 + }, + "rot": { + "x": 0, + "y": 337692, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 71, + "instId": 300012, + "propState": 1, + "pos": { + "x": 92240, + "y": -104900, + "z": -37780 + }, + "rot": { + "x": 0, + "y": 20313, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 71, + "instId": 300013, + "propState": 1, + "pos": { + "x": 73650, + "y": -103888, + "z": -26670 + }, + "rot": { + "x": 0, + "y": 291171, + "z": 0 + }, + "propId": 102238 + }, + { + "groupId": 71, + "instId": 300014, + "propState": 1, + "pos": { + "x": 63280, + "y": -98287, + "z": 32690 + }, + "rot": { + "x": 0, + "y": 246220, + "z": 0 + }, + "propId": 102238 + }, + { + "groupId": 71, + "instId": 300015, + "propState": 0, + "pos": { + "x": 57470, + "y": -96610, + "z": -24500 + }, + "rot": { + "x": 0, + "y": 23411, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 71, + "instId": 300016, + "propState": 0, + "pos": { + "x": 52420, + "y": -90640, + "z": 22320 + }, + "rot": { + "x": 0, + "y": 338516, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 71, + "instId": 300017, + "propState": 0, + "pos": { + "x": 109290, + "y": -103918, + "z": -44390 + }, + "rot": { + "x": 0, + "y": 307593, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 71, + "instId": 300018, + "propState": 0, + "pos": { + "x": 111680, + "y": -103881, + "z": -22800 + }, + "rot": { + "x": 0, + "y": 246044, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 72, + "instId": 300001, + "propState": 8, + "pos": { + "x": 14570, + "y": 7960, + "z": -8980 + }, + "rot": { + "x": 0, + "y": 23232, + "z": 0 + }, + "propId": 102238 + }, + { + "groupId": 72, + "instId": 300002, + "propState": 1, + "pos": { + "x": 15840, + "y": 18718, + "z": 4250 + }, + "rot": { + "x": 0, + "y": 337014, + "z": 0 + }, + "propId": 102238 + }, + { + "groupId": 72, + "instId": 300003, + "propState": 8, + "pos": { + "x": 14570, + "y": 7960, + "z": -8980 + }, + "rot": { + "x": 0, + "y": 23232, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 72, + "instId": 300004, + "propState": 8, + "pos": { + "x": 15840, + "y": 18718, + "z": 4250 + }, + "rot": { + "x": 0, + "y": 337014, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 72, + "instId": 300005, + "propState": 8, + "pos": { + "x": 22580, + "y": 12310, + "z": 24630 + }, + "rot": { + "x": 0, + "y": 334791, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 80, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102255 + }, + { + "groupId": 81, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102256 + }, + { + "groupId": 82, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102257 + }, + { + "groupId": 83, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102258 + }, + { + "groupId": 86, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": -170770, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102259 + }, + { + "groupId": 93, + "instId": 300004, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 93, + "instId": 300005, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 93, + "instId": 300006, + "propState": 8, + "pos": { + "x": 17888, + "y": -170495, + "z": -18245 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 93, + "instId": 300008, + "propState": 8, + "pos": { + "x": 17888, + "y": -170495, + "z": -18245 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 93, + "instId": 300007, + "propState": 8, + "pos": { + "x": 100, + "y": -156807, + "z": -300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 93, + "instId": 300009, + "propState": 8, + "pos": { + "x": 17833, + "y": -170438, + "z": -18265 + }, + "rot": { + "x": 0, + "y": 306418, + "z": 0 + }, + "propId": 102076 + }, + { + "groupId": 95, + "instId": 300001, + "propState": 8, + "pos": { + "x": -2010, + "y": -171460, + "z": -33370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 97, + "instId": 300001, + "propState": 8, + "pos": { + "x": 102496, + "y": -103940, + "z": -55978 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 123, + "instId": 300001, + "propState": 8, + "pos": { + "x": 35128, + "y": 24381, + "z": 24412 + }, + "rot": { + "x": 0, + "y": 22778, + "z": 0 + }, + "propId": 102165 + }, + { + "groupId": 123, + "instId": 300002, + "propState": 8, + "pos": { + "x": 36253, + "y": 23925, + "z": 22924 + }, + "rot": { + "x": 0, + "y": 25996, + "z": 0 + }, + "propId": 102221 + }, + { + "groupId": 123, + "instId": 300003, + "propState": 8, + "pos": { + "x": 32585, + "y": 22891, + "z": 22935 + }, + "rot": { + "x": 0, + "y": 175769, + "z": 0 + }, + "propId": 102171 + }, + { + "groupId": 123, + "instId": 300004, + "propState": 8, + "pos": { + "x": -8631, + "y": 21424, + "z": 40611 + }, + "rot": { + "x": 0, + "y": 358692, + "z": 0 + }, + "propId": 103145 + }, + { + "groupId": 123, + "instId": 300005, + "propState": 8, + "pos": { + "x": -8743, + "y": 22940, + "z": 40721 + }, + "rot": { + "x": 0, + "y": 164097, + "z": 0 + }, + "propId": 102088 + }, + { + "groupId": 123, + "instId": 300006, + "propState": 8, + "pos": { + "x": -22628, + "y": 23443, + "z": 34206 + }, + "rot": { + "x": 0, + "y": 119286, + "z": 0 + }, + "propId": 301013 + }, + { + "groupId": 123, + "instId": 300007, + "propState": 8, + "pos": { + "x": -32949, + "y": 22795, + "z": 21869 + }, + "rot": { + "x": 0, + "y": 358692, + "z": 0 + }, + "propId": 100087 + }, + { + "groupId": 123, + "instId": 300008, + "propState": 8, + "pos": { + "x": -33057, + "y": 22434, + "z": 21932 + }, + "rot": { + "x": 0, + "y": 24331, + "z": 0 + }, + "propId": 100087 + }, + { + "groupId": 123, + "instId": 300009, + "propState": 8, + "pos": { + "x": -40217, + "y": 21544, + "z": 9589 + }, + "rot": { + "x": 0, + "y": 328982, + "z": 0 + }, + "propId": 102055 + }, + { + "groupId": 123, + "instId": 300010, + "propState": 8, + "pos": { + "x": -22852, + "y": 21398, + "z": -35246 + }, + "rot": { + "x": 0, + "y": 43827, + "z": 0 + }, + "propId": 102281 + }, + { + "groupId": 123, + "instId": 300011, + "propState": 8, + "pos": { + "x": 39021, + "y": 23609, + "z": -7884 + }, + "rot": { + "x": 0, + "y": 353675, + "z": 0 + }, + "propId": 102237 + }, + { + "groupId": 123, + "instId": 300012, + "propState": 103, + "pos": { + "x": 39316, + "y": 22348, + "z": -7708 + }, + "rot": { + "x": 0, + "y": 7045, + "z": 0 + }, + "propId": 102244 + }, + { + "groupId": 123, + "instId": 300013, + "propState": 8, + "pos": { + "x": 39420, + "y": 23037, + "z": -7017 + }, + "rot": { + "x": 0, + "y": 110606, + "z": 0 + }, + "propId": 103140 + }, + { + "groupId": 123, + "instId": 300014, + "propState": 8, + "pos": { + "x": 22321, + "y": 21376, + "z": -33165 + }, + "rot": { + "x": 0, + "y": 338577, + "z": 0 + }, + "propId": 102243 + }, + { + "groupId": 124, + "instId": 300001, + "propState": 8, + "pos": { + "x": -35767, + "y": 24381, + "z": -24576 + }, + "rot": { + "x": 0, + "y": 207401, + "z": 0 + }, + "propId": 102165 + }, + { + "groupId": 124, + "instId": 300002, + "propState": 8, + "pos": { + "x": -36768, + "y": 23925, + "z": -23002 + }, + "rot": { + "x": 0, + "y": 210619, + "z": 0 + }, + "propId": 102221 + }, + { + "groupId": 124, + "instId": 300003, + "propState": 8, + "pos": { + "x": -33113, + "y": 22891, + "z": -23309 + }, + "rot": { + "x": 0, + "y": 392, + "z": 0 + }, + "propId": 102171 + }, + { + "groupId": 124, + "instId": 300004, + "propState": 8, + "pos": { + "x": 8650, + "y": 21424, + "z": -40458 + }, + "rot": { + "x": 0, + "y": 634, + "z": 0 + }, + "propId": 103145 + }, + { + "groupId": 124, + "instId": 300005, + "propState": 8, + "pos": { + "x": 8542, + "y": 22940, + "z": -40344 + }, + "rot": { + "x": 0, + "y": 166039, + "z": 0 + }, + "propId": 102088 + }, + { + "groupId": 124, + "instId": 300006, + "propState": 8, + "pos": { + "x": 22748, + "y": 25121, + "z": -34954 + }, + "rot": { + "x": 0, + "y": 222953, + "z": 0 + }, + "propId": 301013 + }, + { + "groupId": 124, + "instId": 300007, + "propState": 8, + "pos": { + "x": 33331, + "y": 22824, + "z": -22160 + }, + "rot": { + "x": 0, + "y": 358692, + "z": 0 + }, + "propId": 100087 + }, + { + "groupId": 124, + "instId": 300008, + "propState": 8, + "pos": { + "x": 33335, + "y": 22450, + "z": -22079 + }, + "rot": { + "x": 0, + "y": 122243, + "z": 0 + }, + "propId": 100087 + }, + { + "groupId": 124, + "instId": 300009, + "propState": 8, + "pos": { + "x": 40475, + "y": 21319, + "z": -7276 + }, + "rot": { + "x": 0, + "y": 294954, + "z": 0 + }, + "propId": 102055 + }, + { + "groupId": 124, + "instId": 300010, + "propState": 8, + "pos": { + "x": 22079, + "y": 23452, + "z": 33379 + }, + "rot": { + "x": 0, + "y": 25834, + "z": 0 + }, + "propId": 102281 + }, + { + "groupId": 124, + "instId": 300011, + "propState": 8, + "pos": { + "x": -40310, + "y": 22711, + "z": 8771 + }, + "rot": { + "x": 0, + "y": 196031, + "z": 0 + }, + "propId": 102237 + }, + { + "groupId": 124, + "instId": 300012, + "propState": 103, + "pos": { + "x": -40403, + "y": 21411, + "z": 8675 + }, + "rot": { + "x": 0, + "y": 193729, + "z": 0 + }, + "propId": 102244 + }, + { + "groupId": 124, + "instId": 300013, + "propState": 8, + "pos": { + "x": -40696, + "y": 22035, + "z": 7976 + }, + "rot": { + "x": 0, + "y": 295264, + "z": 0 + }, + "propId": 103140 + }, + { + "groupId": 124, + "instId": 300014, + "propState": 8, + "pos": { + "x": -22693, + "y": 21376, + "z": 34257 + }, + "rot": { + "x": 0, + "y": 158198, + "z": 0 + }, + "propId": 102243 + }, + { + "groupId": 127, + "instId": 300001, + "propState": 8, + "pos": { + "x": -80360, + "y": 199845, + "z": 73370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102241 + }, + { + "groupId": 127, + "instId": 300002, + "propState": 8, + "pos": { + "x": -80360, + "y": 199145, + "z": 73370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102242 + }, + { + "groupId": 127, + "instId": 300003, + "propState": 20, + "pos": { + "x": -80360, + "y": 199145, + "z": 73370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 127, + "instId": 300004, + "propState": 8, + "pos": { + "x": -80360, + "y": 199145, + "z": 73370 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 128, + "instId": 300001, + "propState": 8, + "pos": { + "x": 55490, + "y": 206381, + "z": 68530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102241 + }, + { + "groupId": 128, + "instId": 300002, + "propState": 8, + "pos": { + "x": 55490, + "y": 205681, + "z": 68530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102242 + }, + { + "groupId": 128, + "instId": 300003, + "propState": 20, + "pos": { + "x": 55490, + "y": 205681, + "z": 68530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 128, + "instId": 300004, + "propState": 8, + "pos": { + "x": 55490, + "y": 205681, + "z": 68530 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 129, + "instId": 300001, + "propState": 8, + "pos": { + "x": -30015, + "y": 54431, + "z": -53027 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 102241 + }, + { + "groupId": 129, + "instId": 300002, + "propState": 8, + "pos": { + "x": -30015, + "y": 53731, + "z": -53027 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 102242 + }, + { + "groupId": 129, + "instId": 300003, + "propState": 20, + "pos": { + "x": -30015, + "y": 53731, + "z": -53027 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 129, + "instId": 300004, + "propState": 8, + "pos": { + "x": -29840, + "y": 53632, + "z": -52830 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 130, + "instId": 300001, + "propState": 8, + "pos": { + "x": 82562, + "y": -88368, + "z": -54120 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 102241 + }, + { + "groupId": 130, + "instId": 300002, + "propState": 8, + "pos": { + "x": 82562, + "y": -89068, + "z": -54120 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 102242 + }, + { + "groupId": 130, + "instId": 300003, + "propState": 20, + "pos": { + "x": 82562, + "y": -89068, + "z": -54120 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 130, + "instId": 300004, + "propState": 8, + "pos": { + "x": 82562, + "y": -89068, + "z": -54120 + }, + "rot": { + "x": 0, + "y": 293726, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 131, + "instId": 300001, + "propState": 8, + "pos": { + "x": 112829, + "y": -103119, + "z": -56283 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 102241 + }, + { + "groupId": 131, + "instId": 300002, + "propState": 8, + "pos": { + "x": 112829, + "y": -103819, + "z": -56283 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 102242 + }, + { + "groupId": 131, + "instId": 300003, + "propState": 20, + "pos": { + "x": 112829, + "y": -103819, + "z": -56283 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 131, + "instId": 300004, + "propState": 8, + "pos": { + "x": 112829, + "y": -103819, + "z": -56283 + }, + "rot": { + "x": 0, + "y": 305000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 132, + "instId": 300001, + "propState": 8, + "pos": { + "x": 68330, + "y": -82794, + "z": 2778 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 102241 + }, + { + "groupId": 132, + "instId": 300002, + "propState": 8, + "pos": { + "x": 68330, + "y": -83494, + "z": 2778 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 102242 + }, + { + "groupId": 132, + "instId": 300003, + "propState": 20, + "pos": { + "x": 68330, + "y": -83494, + "z": 2778 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 132, + "instId": 300004, + "propState": 8, + "pos": { + "x": 68330, + "y": -83494, + "z": 2778 + }, + "rot": { + "x": 0, + "y": 336857, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 133, + "instId": 300001, + "propState": 8, + "pos": { + "x": -80360, + "y": 199845, + "z": 73370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102241 + }, + { + "groupId": 133, + "instId": 300002, + "propState": 8, + "pos": { + "x": -80360, + "y": 199145, + "z": 73370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102242 + }, + { + "groupId": 133, + "instId": 300003, + "propState": 20, + "pos": { + "x": -80360, + "y": 199145, + "z": 73370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 133, + "instId": 300004, + "propState": 8, + "pos": { + "x": -80360, + "y": 199145, + "z": 73370 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 134, + "instId": 300001, + "propState": 8, + "pos": { + "x": 55490, + "y": 206381, + "z": 68530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102241 + }, + { + "groupId": 134, + "instId": 300002, + "propState": 8, + "pos": { + "x": 55490, + "y": 205681, + "z": 68530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102242 + }, + { + "groupId": 134, + "instId": 300003, + "propState": 20, + "pos": { + "x": 55490, + "y": 205681, + "z": 68530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 134, + "instId": 300004, + "propState": 8, + "pos": { + "x": 55490, + "y": 205681, + "z": 68530 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 135, + "instId": 300001, + "propState": 8, + "pos": { + "x": -30015, + "y": 54431, + "z": -53027 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 102241 + }, + { + "groupId": 135, + "instId": 300002, + "propState": 8, + "pos": { + "x": -30015, + "y": 53731, + "z": -53027 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 102242 + }, + { + "groupId": 135, + "instId": 300003, + "propState": 20, + "pos": { + "x": -30015, + "y": 53731, + "z": -53027 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 135, + "instId": 300004, + "propState": 8, + "pos": { + "x": -29840, + "y": 53632, + "z": -52830 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 136, + "instId": 300001, + "propState": 8, + "pos": { + "x": 82562, + "y": -88368, + "z": -54120 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 102241 + }, + { + "groupId": 136, + "instId": 300002, + "propState": 8, + "pos": { + "x": 82562, + "y": -89068, + "z": -54120 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 102242 + }, + { + "groupId": 136, + "instId": 300003, + "propState": 20, + "pos": { + "x": 82562, + "y": -89068, + "z": -54120 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 136, + "instId": 300004, + "propState": 8, + "pos": { + "x": 82562, + "y": -89068, + "z": -54120 + }, + "rot": { + "x": 0, + "y": 293726, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 137, + "instId": 300001, + "propState": 8, + "pos": { + "x": 112829, + "y": -103119, + "z": -56283 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 102241 + }, + { + "groupId": 137, + "instId": 300002, + "propState": 8, + "pos": { + "x": 112829, + "y": -103819, + "z": -56283 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 102242 + }, + { + "groupId": 137, + "instId": 300003, + "propState": 20, + "pos": { + "x": 112829, + "y": -103819, + "z": -56283 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 137, + "instId": 300004, + "propState": 8, + "pos": { + "x": 112829, + "y": -103819, + "z": -56283 + }, + "rot": { + "x": 0, + "y": 305000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 138, + "instId": 300001, + "propState": 8, + "pos": { + "x": 68330, + "y": -82794, + "z": 2778 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 102241 + }, + { + "groupId": 138, + "instId": 300002, + "propState": 8, + "pos": { + "x": 68330, + "y": -83494, + "z": 2778 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 102242 + }, + { + "groupId": 138, + "instId": 300003, + "propState": 20, + "pos": { + "x": 68330, + "y": -83494, + "z": 2778 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 138, + "instId": 300004, + "propState": 8, + "pos": { + "x": 68330, + "y": -83494, + "z": 2778 + }, + "rot": { + "x": 0, + "y": 336857, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 139, + "instId": 300001, + "propState": 12, + "pos": { + "x": -28344, + "y": 7059, + "z": 60356 + }, + "rot": { + "x": 0, + "y": 108266, + "z": 0 + }, + "propId": 60203 + }, + { + "groupId": 140, + "instId": 300006, + "propState": 8, + "pos": { + "x": -16050, + "y": 7662, + "z": 59210 + }, + "rot": { + "x": 0, + "y": 66300, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 140, + "instId": 300001, + "propState": 8, + "pos": { + "x": -15590, + "y": 7662, + "z": 58160 + }, + "rot": { + "x": 0, + "y": 66300, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 140, + "instId": 300002, + "propState": 8, + "pos": { + "x": -15090, + "y": 7662, + "z": 57020 + }, + "rot": { + "x": 0, + "y": 66300, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 140, + "instId": 300003, + "propState": 8, + "pos": { + "x": -14620, + "y": 7662, + "z": 55950 + }, + "rot": { + "x": 0, + "y": 66300, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 140, + "instId": 300004, + "propState": 8, + "pos": { + "x": -14110, + "y": 7662, + "z": 54780 + }, + "rot": { + "x": 0, + "y": 66300, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 140, + "instId": 300005, + "propState": 8, + "pos": { + "x": -13650, + "y": 7662, + "z": 53730 + }, + "rot": { + "x": 0, + "y": 66300, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 140, + "instId": 300007, + "propState": 8, + "pos": { + "x": -14850, + "y": 7662, + "z": 59740 + }, + "rot": { + "x": 0, + "y": 66300, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 140, + "instId": 300008, + "propState": 8, + "pos": { + "x": -13590, + "y": 7662, + "z": 60290 + }, + "rot": { + "x": 0, + "y": 66300, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 140, + "instId": 300009, + "propState": 8, + "pos": { + "x": -12410, + "y": 7662, + "z": 60810 + }, + "rot": { + "x": 0, + "y": 66300, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 140, + "instId": 300010, + "propState": 8, + "pos": { + "x": -11300, + "y": 7662, + "z": 61300 + }, + "rot": { + "x": 0, + "y": 66300, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 140, + "instId": 300011, + "propState": 8, + "pos": { + "x": -14377, + "y": 7662, + "z": 58668 + }, + "rot": { + "x": 0, + "y": 66300, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 142, + "instId": 300001, + "propState": 11, + "pos": { + "x": 135961, + "y": -103908, + "z": -65892 + }, + "rot": { + "x": 0, + "y": 306525, + "z": 0 + }, + "propId": 60203 + }, + { + "groupId": 142, + "instId": 300002, + "propState": 8, + "pos": { + "x": 135961, + "y": -103908, + "z": -65892 + }, + "rot": { + "x": 0, + "y": 306525, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 142, + "instId": 300003, + "propState": 8, + "pos": { + "x": 135961, + "y": -103908, + "z": -65892 + }, + "rot": { + "x": 0, + "y": 306525, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 150, + "instId": 300001, + "propState": 1, + "pos": { + "x": -7797, + "y": 199059, + "z": 5704 + }, + "rot": { + "x": 0, + "y": 316861, + "z": 0 + }, + "propId": 102265 + }, + { + "groupId": 150, + "instId": 300002, + "propState": 1, + "pos": { + "x": 1995, + "y": 53469, + "z": -6885 + }, + "rot": { + "x": 0, + "y": 179113, + "z": 0 + }, + "propId": 102265 + }, + { + "groupId": 150, + "instId": 300003, + "propState": 1, + "pos": { + "x": 6610, + "y": 18792, + "z": 5550 + }, + "rot": { + "x": 0, + "y": 68452, + "z": 0 + }, + "propId": 102265 + }, + { + "groupId": 150, + "instId": 300004, + "propState": 1, + "pos": { + "x": 8821, + "y": 7960, + "z": -985 + }, + "rot": { + "x": 0, + "y": 114120, + "z": 0 + }, + "propId": 102265 + }, + { + "groupId": 150, + "instId": 300005, + "propState": 1, + "pos": { + "x": 8220, + "y": -96528, + "z": -2160 + }, + "rot": { + "x": 0, + "y": 112612, + "z": 0 + }, + "propId": 102265 + }, + { + "groupId": 150, + "instId": 300006, + "propState": 8, + "pos": { + "x": 4300, + "y": -90010, + "z": 1730 + }, + "rot": { + "x": 0, + "y": 65413, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 150, + "instId": 300007, + "propState": 8, + "pos": { + "x": 5200, + "y": -96730, + "z": -2430 + }, + "rot": { + "x": 0, + "y": 110413, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 150, + "instId": 300008, + "propState": 8, + "pos": { + "x": 5480, + "y": 9400, + "z": -2260 + }, + "rot": { + "x": 0, + "y": 110413, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 150, + "instId": 300009, + "propState": 8, + "pos": { + "x": 5470, + "y": 20180, + "z": 2230 + }, + "rot": { + "x": 0, + "y": 65413, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 150, + "instId": 300010, + "propState": 8, + "pos": { + "x": -70, + "y": 54930, + "z": -4670 + }, + "rot": { + "x": 0, + "y": 180078, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 150, + "instId": 300011, + "propState": 8, + "pos": { + "x": -4070, + "y": 200600, + "z": 4380 + }, + "rot": { + "x": 0, + "y": 315078, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 150, + "instId": 300012, + "propState": 8, + "pos": { + "x": -4460, + "y": 183020, + "z": -4390 + }, + "rot": { + "x": 0, + "y": 225078, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 150, + "instId": 300013, + "propState": 8, + "pos": { + "x": -147967, + "y": 203340, + "z": 8475 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 150, + "instId": 300014, + "propState": 8, + "pos": { + "x": -147967, + "y": 203340, + "z": 8475 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 164, + "instId": 300001, + "propState": 8, + "pos": { + "x": -2010, + "y": -171460, + "z": -33370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 165, + "instId": 300001, + "propState": 8, + "pos": { + "x": 102496, + "y": -103940, + "z": -55978 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 177, + "instId": 300001, + "propState": 8, + "pos": { + "x": -44283, + "y": 181682, + "z": -8448 + }, + "rot": { + "x": 0, + "y": 175588, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 177, + "instId": 300002, + "propState": 8, + "pos": { + "x": -44263, + "y": 181701, + "z": -8413 + }, + "rot": { + "x": 0, + "y": 175588, + "z": 0 + }, + "propId": 102076 + }, + { + "groupId": 177, + "instId": 300007, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 176529, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 177, + "instId": 300004, + "propState": 20, + "pos": { + "x": 46640, + "y": 205761, + "z": 39650 + }, + "rot": { + "x": 0, + "y": 49796, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 177, + "instId": 300008, + "propState": 8, + "pos": { + "x": -44263, + "y": 181701, + "z": -8413 + }, + "rot": { + "x": 0, + "y": 175588, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 177, + "instId": 300003, + "propState": 1, + "pos": { + "x": 46640, + "y": 205761, + "z": 39650 + }, + "rot": { + "x": 0, + "y": 49796, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 177, + "instId": 300009, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300001, + "propState": 8, + "pos": { + "x": 31632, + "y": 23967, + "z": 21719 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300002, + "propState": 8, + "pos": { + "x": 31632, + "y": 23967, + "z": 21719 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300003, + "propState": 8, + "pos": { + "x": 21654, + "y": 23967, + "z": 32112 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300004, + "propState": 8, + "pos": { + "x": 21654, + "y": 23967, + "z": 32112 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300005, + "propState": 8, + "pos": { + "x": -7666, + "y": 23858, + "z": 38038 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300006, + "propState": 8, + "pos": { + "x": -7666, + "y": 23858, + "z": 38038 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300007, + "propState": 8, + "pos": { + "x": -21767, + "y": 23858, + "z": 31631 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300008, + "propState": 8, + "pos": { + "x": -21767, + "y": 23858, + "z": 31631 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300009, + "propState": 8, + "pos": { + "x": -32496, + "y": 23858, + "z": 21603 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300010, + "propState": 8, + "pos": { + "x": -32496, + "y": 23858, + "z": 21603 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300011, + "propState": 8, + "pos": { + "x": -7077, + "y": 23858, + "z": -38328 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300012, + "propState": 8, + "pos": { + "x": -7077, + "y": 23858, + "z": -38328 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300013, + "propState": 8, + "pos": { + "x": -38054, + "y": 23858, + "z": 7239 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300014, + "propState": 8, + "pos": { + "x": -38054, + "y": 23858, + "z": 7239 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300015, + "propState": 8, + "pos": { + "x": -21127, + "y": 23858, + "z": -32102 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300016, + "propState": 8, + "pos": { + "x": -21127, + "y": 23858, + "z": -32102 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300017, + "propState": 8, + "pos": { + "x": 21750, + "y": 23858, + "z": -31720 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300018, + "propState": 8, + "pos": { + "x": 21750, + "y": 23858, + "z": -31720 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300019, + "propState": 8, + "pos": { + "x": 37532, + "y": 23858, + "z": 6876 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300020, + "propState": 8, + "pos": { + "x": 37532, + "y": 23858, + "z": 6876 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300021, + "propState": 8, + "pos": { + "x": 37150, + "y": 23858, + "z": -6680 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300022, + "propState": 8, + "pos": { + "x": 37150, + "y": 23858, + "z": -6680 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300023, + "propState": 8, + "pos": { + "x": -31690, + "y": 23858, + "z": -22030 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300024, + "propState": 8, + "pos": { + "x": -31690, + "y": 23858, + "z": -22030 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300025, + "propState": 8, + "pos": { + "x": 31857, + "y": 23858, + "z": -21188 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300026, + "propState": 8, + "pos": { + "x": 31857, + "y": 23858, + "z": -21188 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300027, + "propState": 8, + "pos": { + "x": 7470, + "y": 23858, + "z": -37823 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300028, + "propState": 8, + "pos": { + "x": 7470, + "y": 23858, + "z": -37823 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300029, + "propState": 8, + "pos": { + "x": 7240, + "y": 23858, + "z": 38300 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300030, + "propState": 8, + "pos": { + "x": 7240, + "y": 23858, + "z": 38300 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300031, + "propState": 8, + "pos": { + "x": -37310, + "y": 23858, + "z": -7530 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300032, + "propState": 8, + "pos": { + "x": -37310, + "y": 23858, + "z": -7530 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300001, + "propState": 8, + "pos": { + "x": -31787, + "y": 23967, + "z": -22087 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300002, + "propState": 8, + "pos": { + "x": -31787, + "y": 23967, + "z": -22087 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300003, + "propState": 8, + "pos": { + "x": -21205, + "y": 23967, + "z": -32422 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300004, + "propState": 8, + "pos": { + "x": -21205, + "y": 23967, + "z": -32422 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300005, + "propState": 8, + "pos": { + "x": 7450, + "y": 23858, + "z": -37802 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300006, + "propState": 8, + "pos": { + "x": 7450, + "y": 23858, + "z": -37802 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300007, + "propState": 8, + "pos": { + "x": 21751, + "y": 23858, + "z": -31713 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300008, + "propState": 8, + "pos": { + "x": 21751, + "y": 23858, + "z": -31713 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300009, + "propState": 8, + "pos": { + "x": 31876, + "y": 23858, + "z": -21189 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300010, + "propState": 8, + "pos": { + "x": 31876, + "y": 23858, + "z": -21189 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300011, + "propState": 8, + "pos": { + "x": 7207, + "y": 23858, + "z": 38314 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300012, + "propState": 8, + "pos": { + "x": 7207, + "y": 23858, + "z": 38314 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300013, + "propState": 8, + "pos": { + "x": 37296, + "y": 23858, + "z": -6820 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300014, + "propState": 8, + "pos": { + "x": 37296, + "y": 23858, + "z": -6820 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300015, + "propState": 8, + "pos": { + "x": 21779, + "y": 23858, + "z": 32260 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300016, + "propState": 8, + "pos": { + "x": 21779, + "y": 23858, + "z": 32260 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300017, + "propState": 8, + "pos": { + "x": -21803, + "y": 23858, + "z": 31688 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300018, + "propState": 8, + "pos": { + "x": -21803, + "y": 23858, + "z": 31688 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300019, + "propState": 8, + "pos": { + "x": -37932, + "y": 23858, + "z": -7560 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300020, + "propState": 8, + "pos": { + "x": -37932, + "y": 23858, + "z": -7560 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300021, + "propState": 8, + "pos": { + "x": -38047, + "y": 23858, + "z": 7340 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300022, + "propState": 8, + "pos": { + "x": -38428, + "y": 23858, + "z": 7312 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300023, + "propState": 8, + "pos": { + "x": 31681, + "y": 23858, + "z": 21786 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300024, + "propState": 8, + "pos": { + "x": 31681, + "y": 23858, + "z": 21786 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300025, + "propState": 8, + "pos": { + "x": -32639, + "y": 23858, + "z": 21672 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300026, + "propState": 8, + "pos": { + "x": -32639, + "y": 23858, + "z": 21672 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300027, + "propState": 8, + "pos": { + "x": -7693, + "y": 23858, + "z": 38047 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300028, + "propState": 8, + "pos": { + "x": -7693, + "y": 23858, + "z": 38047 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300029, + "propState": 8, + "pos": { + "x": -7053, + "y": 23858, + "z": -38372 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300030, + "propState": 8, + "pos": { + "x": -7053, + "y": 23858, + "z": -38372 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300031, + "propState": 8, + "pos": { + "x": 38108, + "y": 23858, + "z": 7368 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300032, + "propState": 8, + "pos": { + "x": 38108, + "y": 23858, + "z": 7368 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 187, + "instId": 300001, + "propState": 18, + "pos": { + "x": -28185, + "y": 212140, + "z": -51203 + }, + "rot": { + "x": 0, + "y": 328420, + "z": 0 + }, + "propId": 102009 + }, + { + "groupId": 187, + "instId": 300002, + "propState": 18, + "pos": { + "x": -878, + "y": 217702, + "z": 6906 + }, + "rot": { + "x": 0, + "y": 160454, + "z": 0 + }, + "propId": 102009 + }, + { + "groupId": 187, + "instId": 300003, + "propState": 18, + "pos": { + "x": -40792, + "y": 212229, + "z": -63051 + }, + "rot": { + "x": 0, + "y": 40760, + "z": 0 + }, + "propId": 102009 + }, + { + "groupId": 187, + "instId": 300004, + "propState": 18, + "pos": { + "x": 66364, + "y": 73689, + "z": -122167 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 187, + "instId": 300005, + "propState": 18, + "pos": { + "x": -19092, + "y": 211531, + "z": -47400 + }, + "rot": { + "x": 0, + "y": 289084, + "z": 0 + }, + "propId": 102011 + }, + { + "groupId": 188, + "instId": 300006, + "propState": 8, + "pos": { + "x": -72574, + "y": 199136, + "z": -3222 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 188, + "instId": 300007, + "propState": 8, + "pos": { + "x": -67504, + "y": 207138, + "z": -25570 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 188, + "instId": 300008, + "propState": 8, + "pos": { + "x": -19162, + "y": 211531, + "z": -40528 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 188, + "instId": 300009, + "propState": 8, + "pos": { + "x": -57404, + "y": 211531, + "z": -41997 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 188, + "instId": 300010, + "propState": 8, + "pos": { + "x": -69037, + "y": 199136, + "z": 36922 + }, + "rot": { + "x": 0, + "y": 315759, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 188, + "instId": 300011, + "propState": 8, + "pos": { + "x": 55600, + "y": 205681, + "z": 55810 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 188, + "instId": 300012, + "propState": 8, + "pos": { + "x": 62588, + "y": 205667, + "z": 48153 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 188, + "instId": 300044, + "propState": 8, + "pos": { + "x": -15802, + "y": 211531, + "z": -58611 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 188, + "instId": 300013, + "propState": 8, + "pos": { + "x": -26830, + "y": 53652, + "z": -73150 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 188, + "instId": 300014, + "propState": 8, + "pos": { + "x": -31598, + "y": 53652, + "z": -120400 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 188, + "instId": 300003, + "propState": 8, + "pos": { + "x": 3597, + "y": 57142, + "z": -180173 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 188, + "instId": 300004, + "propState": 8, + "pos": { + "x": -19529, + "y": 57142, + "z": -171018 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 188, + "instId": 300005, + "propState": 8, + "pos": { + "x": -4683, + "y": 54284, + "z": -126906 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 188, + "instId": 300015, + "propState": 8, + "pos": { + "x": -6220, + "y": 56533, + "z": -142946 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 188, + "instId": 300054, + "propState": 8, + "pos": { + "x": 1926, + "y": 53469, + "z": -24831 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 188, + "instId": 300055, + "propState": 8, + "pos": { + "x": -16043, + "y": 53652, + "z": -92147 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 188, + "instId": 300056, + "propState": 8, + "pos": { + "x": -38490, + "y": 53642, + "z": -48950 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 188, + "instId": 300057, + "propState": 8, + "pos": { + "x": -40502, + "y": 53318, + "z": -67709 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 188, + "instId": 300058, + "propState": 8, + "pos": { + "x": 13248, + "y": 57142, + "z": -168217 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 188, + "instId": 300034, + "propState": 8, + "pos": { + "x": -23793, + "y": 53650, + "z": -93625 + }, + "rot": { + "x": 0, + "y": 229876, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 188, + "instId": 300035, + "propState": 8, + "pos": { + "x": -75689, + "y": 199136, + "z": 19268 + }, + "rot": { + "x": 0, + "y": 278428, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 188, + "instId": 300038, + "propState": 8, + "pos": { + "x": 9482, + "y": 57142, + "z": -153339 + }, + "rot": { + "x": 0, + "y": 204715, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 189, + "instId": 300040, + "propState": 8, + "pos": { + "x": -44310, + "y": 198957, + "z": 42050 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 189, + "instId": 300045, + "propState": 8, + "pos": { + "x": -29460, + "y": 198957, + "z": 27080 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 189, + "instId": 300046, + "propState": 8, + "pos": { + "x": -14210, + "y": 198942, + "z": 16330 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 190, + "instId": 300024, + "propState": 8, + "pos": { + "x": 30520, + "y": -170770, + "z": 18400 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 190, + "instId": 300025, + "propState": 8, + "pos": { + "x": 10121, + "y": -170770, + "z": -35850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 190, + "instId": 300027, + "propState": 8, + "pos": { + "x": 35476, + "y": -170770, + "z": -8000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 190, + "instId": 300029, + "propState": 8, + "pos": { + "x": -24680, + "y": -193149, + "z": 11910 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 190, + "instId": 300030, + "propState": 8, + "pos": { + "x": -32074, + "y": -186989, + "z": 18573 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 190, + "instId": 300031, + "propState": 8, + "pos": { + "x": 9376, + "y": -193202, + "z": 35747 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 190, + "instId": 300028, + "propState": 8, + "pos": { + "x": 1946, + "y": -170770, + "z": 34517 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 191, + "instId": 300013, + "propState": 8, + "pos": { + "x": -26830, + "y": 53652, + "z": -73150 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 191, + "instId": 300014, + "propState": 8, + "pos": { + "x": -31598, + "y": 53652, + "z": -120400 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 191, + "instId": 300003, + "propState": 8, + "pos": { + "x": 3597, + "y": 57142, + "z": -180173 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 191, + "instId": 300004, + "propState": 8, + "pos": { + "x": -19529, + "y": 57142, + "z": -171018 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 191, + "instId": 300005, + "propState": 8, + "pos": { + "x": -4873, + "y": 54296, + "z": -127263 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 191, + "instId": 300015, + "propState": 8, + "pos": { + "x": -6206, + "y": 56549, + "z": -143303 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 191, + "instId": 300054, + "propState": 8, + "pos": { + "x": 1926, + "y": 53469, + "z": -24831 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 191, + "instId": 300055, + "propState": 8, + "pos": { + "x": -13580, + "y": 53652, + "z": -87880 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 191, + "instId": 300056, + "propState": 8, + "pos": { + "x": -38490, + "y": 53642, + "z": -48950 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 191, + "instId": 300057, + "propState": 8, + "pos": { + "x": -40502, + "y": 53318, + "z": -67709 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 191, + "instId": 300058, + "propState": 8, + "pos": { + "x": 13248, + "y": 57142, + "z": -168217 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 191, + "instId": 300059, + "propState": 8, + "pos": { + "x": 14498, + "y": 18717, + "z": 8325 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 191, + "instId": 300060, + "propState": 8, + "pos": { + "x": -7631, + "y": 8055, + "z": 3300 + }, + "rot": { + "x": 0, + "y": 115000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 191, + "instId": 300061, + "propState": 8, + "pos": { + "x": 7130, + "y": 8055, + "z": -5810 + }, + "rot": { + "x": 0, + "y": 20000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 191, + "instId": 300062, + "propState": 8, + "pos": { + "x": -7340, + "y": 18792, + "z": -3020 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 191, + "instId": 300063, + "propState": 8, + "pos": { + "x": 23924, + "y": -96604, + "z": -7335 + }, + "rot": { + "x": 0, + "y": 21580, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 191, + "instId": 300064, + "propState": 8, + "pos": { + "x": 29625, + "y": -96604, + "z": -21774 + }, + "rot": { + "x": 0, + "y": 21580, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 191, + "instId": 300024, + "propState": 8, + "pos": { + "x": 30520, + "y": -170770, + "z": 18400 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 191, + "instId": 300025, + "propState": 8, + "pos": { + "x": 10121, + "y": -170770, + "z": -35850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 191, + "instId": 300027, + "propState": 8, + "pos": { + "x": 35476, + "y": -170770, + "z": -8000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 191, + "instId": 300029, + "propState": 8, + "pos": { + "x": -24680, + "y": -193149, + "z": 11910 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 191, + "instId": 300030, + "propState": 8, + "pos": { + "x": -32074, + "y": -186989, + "z": 18573 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 191, + "instId": 300031, + "propState": 8, + "pos": { + "x": 9376, + "y": -193202, + "z": 35747 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 191, + "instId": 300067, + "propState": 8, + "pos": { + "x": -22213, + "y": -176009, + "z": -29574 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 191, + "instId": 300068, + "propState": 8, + "pos": { + "x": -36247, + "y": -181509, + "z": -6718 + }, + "rot": { + "x": 0, + "y": 90674, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 191, + "instId": 300028, + "propState": 8, + "pos": { + "x": 1946, + "y": -170770, + "z": 34517 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 191, + "instId": 300034, + "propState": 8, + "pos": { + "x": -23793, + "y": 53650, + "z": -93625 + }, + "rot": { + "x": 0, + "y": 229876, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 191, + "instId": 300038, + "propState": 8, + "pos": { + "x": 9482, + "y": 57142, + "z": -153339 + }, + "rot": { + "x": 0, + "y": 204715, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 192, + "instId": 300006, + "propState": 8, + "pos": { + "x": -72574, + "y": 199136, + "z": -3222 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 192, + "instId": 300007, + "propState": 8, + "pos": { + "x": -67504, + "y": 207138, + "z": -31033 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 192, + "instId": 300008, + "propState": 8, + "pos": { + "x": -19162, + "y": 211531, + "z": -40528 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300010, + "propState": 8, + "pos": { + "x": -49442, + "y": 199136, + "z": 61880 + }, + "rot": { + "x": 0, + "y": 315759, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300011, + "propState": 8, + "pos": { + "x": 55600, + "y": 205681, + "z": 55810 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 192, + "instId": 300012, + "propState": 8, + "pos": { + "x": 62588, + "y": 205667, + "z": 48153 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 192, + "instId": 300037, + "propState": 8, + "pos": { + "x": 37090, + "y": 205681, + "z": 57720 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300040, + "propState": 8, + "pos": { + "x": 98200, + "y": 210216, + "z": 65510 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300041, + "propState": 8, + "pos": { + "x": 73750, + "y": 210216, + "z": 89960 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300042, + "propState": 8, + "pos": { + "x": 128556, + "y": 210216, + "z": 83002 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300043, + "propState": 8, + "pos": { + "x": 91091, + "y": 210216, + "z": 120469 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300044, + "propState": 8, + "pos": { + "x": -15802, + "y": 211531, + "z": -58611 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300047, + "propState": 8, + "pos": { + "x": 29320, + "y": 198957, + "z": 67530 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300048, + "propState": 8, + "pos": { + "x": -27224, + "y": 190429, + "z": 61847 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 192, + "instId": 300013, + "propState": 8, + "pos": { + "x": -26830, + "y": 53652, + "z": -73150 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 192, + "instId": 300014, + "propState": 8, + "pos": { + "x": -31598, + "y": 53652, + "z": -120400 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 192, + "instId": 300003, + "propState": 8, + "pos": { + "x": 3597, + "y": 57142, + "z": -180173 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 192, + "instId": 300004, + "propState": 8, + "pos": { + "x": -19529, + "y": 57142, + "z": -171018 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 192, + "instId": 300005, + "propState": 8, + "pos": { + "x": 12503, + "y": 61901, + "z": -124335 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 192, + "instId": 300015, + "propState": 8, + "pos": { + "x": 66546, + "y": 71952, + "z": -109548 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 192, + "instId": 300016, + "propState": 8, + "pos": { + "x": 21892, + "y": 74396, + "z": -40594 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 192, + "instId": 300032, + "propState": 8, + "pos": { + "x": -8468, + "y": 53474, + "z": -35784 + }, + "rot": { + "x": 0, + "y": 20000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 192, + "instId": 300033, + "propState": 8, + "pos": { + "x": 35828, + "y": 80576, + "z": -7677 + }, + "rot": { + "x": 0, + "y": 115000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 192, + "instId": 300054, + "propState": 8, + "pos": { + "x": 1926, + "y": 53469, + "z": -41185 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 192, + "instId": 300055, + "propState": 8, + "pos": { + "x": -16043, + "y": 53652, + "z": -92147 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 192, + "instId": 300056, + "propState": 8, + "pos": { + "x": -38490, + "y": 53642, + "z": -48950 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 192, + "instId": 300057, + "propState": 8, + "pos": { + "x": -40502, + "y": 53318, + "z": -67709 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 192, + "instId": 300058, + "propState": 8, + "pos": { + "x": 13248, + "y": 57142, + "z": -168217 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 192, + "instId": 300059, + "propState": 8, + "pos": { + "x": 14498, + "y": 18717, + "z": 8325 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300060, + "propState": 8, + "pos": { + "x": -920, + "y": 18792, + "z": 8470 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300061, + "propState": 8, + "pos": { + "x": 7130, + "y": 8055, + "z": -5810 + }, + "rot": { + "x": 0, + "y": 20000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 192, + "instId": 300062, + "propState": 8, + "pos": { + "x": -7340, + "y": 18792, + "z": -3020 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300017, + "propState": 8, + "pos": { + "x": 91623, + "y": -89070, + "z": -51654 + }, + "rot": { + "x": 0, + "y": 113000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300018, + "propState": 8, + "pos": { + "x": 86200, + "y": -103888, + "z": -26990 + }, + "rot": { + "x": 0, + "y": 110000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300019, + "propState": 8, + "pos": { + "x": 64858, + "y": -98287, + "z": 32896 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300020, + "propState": 8, + "pos": { + "x": 79100, + "y": -98287, + "z": 8039 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300021, + "propState": 8, + "pos": { + "x": 31750, + "y": -91174, + "z": 17700 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300022, + "propState": 8, + "pos": { + "x": 79632, + "y": -83508, + "z": 29805 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300023, + "propState": 8, + "pos": { + "x": 58680, + "y": -83495, + "z": 45780 + }, + "rot": { + "x": 0, + "y": 65000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300039, + "propState": 8, + "pos": { + "x": 96368, + "y": -103918, + "z": -61987 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300063, + "propState": 8, + "pos": { + "x": 37677, + "y": -96604, + "z": -12773 + }, + "rot": { + "x": 0, + "y": 21580, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300064, + "propState": 8, + "pos": { + "x": 29625, + "y": -96604, + "z": -21774 + }, + "rot": { + "x": 0, + "y": 21580, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300065, + "propState": 8, + "pos": { + "x": 116842, + "y": -103881, + "z": -248 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300066, + "propState": 8, + "pos": { + "x": 14715, + "y": -87088, + "z": 32900 + }, + "rot": { + "x": 0, + "y": 21580, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300024, + "propState": 8, + "pos": { + "x": 30520, + "y": -170770, + "z": 18400 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300025, + "propState": 8, + "pos": { + "x": 10121, + "y": -170770, + "z": -35850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300027, + "propState": 8, + "pos": { + "x": 35476, + "y": -170770, + "z": -8000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300029, + "propState": 8, + "pos": { + "x": -24680, + "y": -193149, + "z": 11910 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300030, + "propState": 8, + "pos": { + "x": -32074, + "y": -186989, + "z": 18573 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 192, + "instId": 300031, + "propState": 8, + "pos": { + "x": 9376, + "y": -193202, + "z": 35747 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300067, + "propState": 8, + "pos": { + "x": -22213, + "y": -176009, + "z": -29574 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300068, + "propState": 8, + "pos": { + "x": -36247, + "y": -181509, + "z": -6718 + }, + "rot": { + "x": 0, + "y": 90674, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300002, + "propState": 8, + "pos": { + "x": 8814, + "y": 53702, + "z": -88743 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 192, + "instId": 300001, + "propState": 8, + "pos": { + "x": 129445, + "y": -103881, + "z": -13258 + }, + "rot": { + "x": 0, + "y": 335472, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 192, + "instId": 300026, + "propState": 8, + "pos": { + "x": 126060, + "y": -103918, + "z": -53058 + }, + "rot": { + "x": 0, + "y": 284198, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 192, + "instId": 300028, + "propState": 8, + "pos": { + "x": 1946, + "y": -170770, + "z": 34517 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 192, + "instId": 300034, + "propState": 8, + "pos": { + "x": -23793, + "y": 53650, + "z": -93625 + }, + "rot": { + "x": 0, + "y": 229876, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 192, + "instId": 300035, + "propState": 8, + "pos": { + "x": -76300, + "y": 199136, + "z": 19358 + }, + "rot": { + "x": 0, + "y": 278428, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 192, + "instId": 300036, + "propState": 8, + "pos": { + "x": 63915, + "y": -83495, + "z": 32559 + }, + "rot": { + "x": 0, + "y": 172502, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 192, + "instId": 300038, + "propState": 8, + "pos": { + "x": 9482, + "y": 57142, + "z": -153339 + }, + "rot": { + "x": 0, + "y": 204715, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 215, + "instId": 300001, + "propState": 8, + "pos": { + "x": 141730, + "y": -102881, + "z": -3680 + }, + "rot": { + "x": 0, + "y": 156274, + "z": 0 + }, + "propId": 702 + }, + { + "groupId": 223, + "instId": 300001, + "propState": 8, + "pos": { + "x": -110650, + "y": 199100, + "z": 5810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102235 + }, + { + "groupId": 225, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": -172390, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 235, + "instId": 300001, + "propState": 8, + "pos": { + "x": 14487, + "y": 57142, + "z": -158693 + }, + "rot": { + "x": 0, + "y": 181094, + "z": 0 + }, + "propId": 901 + }, + { + "groupId": 235, + "instId": 300002, + "propState": 8, + "pos": { + "x": 15150, + "y": 57142, + "z": -157750 + }, + "rot": { + "x": 0, + "y": 87993, + "z": 0 + }, + "propId": 102 + } + ], + "monsters": [ + { + "groupId": 95, + "instId": 200001, + "eventId": 20241001, + "pos": { + "x": -10894, + "y": -170647, + "z": 25156 + }, + "rot": { + "x": 0, + "y": 309298, + "z": 0 + }, + "monsterId": 2032020 + }, + { + "groupId": 95, + "instId": 200002, + "eventId": 20241002, + "pos": { + "x": -10080, + "y": -170647, + "z": -26070 + }, + "rot": { + "x": 0, + "y": 355860, + "z": 0 + }, + "monsterId": 2032010 + }, + { + "groupId": 95, + "instId": 200003, + "eventId": 20241003, + "pos": { + "x": -24953, + "y": -170647, + "z": 11192 + }, + "rot": { + "x": 0, + "y": 186860, + "z": 0 + }, + "monsterId": 2032010 + }, + { + "groupId": 97, + "instId": 200001, + "eventId": 20241006, + "pos": { + "x": 73750, + "y": -89250, + "z": -36465 + }, + "rot": { + "x": 0, + "y": 70995, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 97, + "instId": 200002, + "eventId": 20241007, + "pos": { + "x": 20594, + "y": -91171, + "z": 14323 + }, + "rot": { + "x": 0, + "y": 157332, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 97, + "instId": 200003, + "eventId": 20241008, + "pos": { + "x": 79490, + "y": -98287, + "z": 12213 + }, + "rot": { + "x": 0, + "y": 59050, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 97, + "instId": 200004, + "eventId": 20241009, + "pos": { + "x": 78924, + "y": -98287, + "z": 26357 + }, + "rot": { + "x": 0, + "y": 226143, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 98, + "instId": 200001, + "eventId": 20241011, + "pos": { + "x": 78902, + "y": -89250, + "z": -40856 + }, + "rot": { + "x": 0, + "y": 83172, + "z": 0 + }, + "monsterId": 2032020 + }, + { + "groupId": 98, + "instId": 200002, + "eventId": 20241012, + "pos": { + "x": 151088, + "y": -103881, + "z": 3972 + }, + "rot": { + "x": 0, + "y": 240521, + "z": 0 + }, + "monsterId": 2032010 + }, + { + "groupId": 98, + "instId": 200003, + "eventId": 20241013, + "pos": { + "x": 146883, + "y": -103881, + "z": -10779 + }, + "rot": { + "x": 0, + "y": 356624, + "z": 0 + }, + "monsterId": 2032020 + }, + { + "groupId": 98, + "instId": 200004, + "eventId": 20241014, + "pos": { + "x": 79762, + "y": -83425, + "z": 15478 + }, + "rot": { + "x": 0, + "y": 143430, + "z": 0 + }, + "monsterId": 2032020 + }, + { + "groupId": 98, + "instId": 200005, + "eventId": 20241016, + "pos": { + "x": 67940, + "y": -83425, + "z": 49540 + }, + "rot": { + "x": 0, + "y": 309581, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 98, + "instId": 200006, + "eventId": 20241017, + "pos": { + "x": 66412, + "y": -83425, + "z": 48357 + }, + "rot": { + "x": 0, + "y": 349940, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 98, + "instId": 200007, + "eventId": 20241018, + "pos": { + "x": 61181, + "y": -83494, + "z": 13092 + }, + "rot": { + "x": 0, + "y": 356520, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 99, + "instId": 200001, + "eventId": 20241021, + "pos": { + "x": 23054, + "y": 74242, + "z": -47105 + }, + "rot": { + "x": 0, + "y": 66921, + "z": 0 + }, + "monsterId": 2032010 + }, + { + "groupId": 99, + "instId": 200002, + "eventId": 20241022, + "pos": { + "x": -52178, + "y": 57586, + "z": -52729 + }, + "rot": { + "x": 0, + "y": 71484, + "z": 0 + }, + "monsterId": 2032020 + }, + { + "groupId": 99, + "instId": 200003, + "eventId": 20241023, + "pos": { + "x": -35401, + "y": 53635, + "z": -127874 + }, + "rot": { + "x": 0, + "y": 97932, + "z": 0 + }, + "monsterId": 2032020 + }, + { + "groupId": 99, + "instId": 200004, + "eventId": 20241024, + "pos": { + "x": -39869, + "y": 53635, + "z": -117364 + }, + "rot": { + "x": 0, + "y": 204847, + "z": 0 + }, + "monsterId": 2032010 + }, + { + "groupId": 99, + "instId": 200005, + "eventId": 20241025, + "pos": { + "x": -12257, + "y": 57142, + "z": -156890 + }, + "rot": { + "x": 0, + "y": 163907, + "z": 0 + }, + "monsterId": 2032020 + }, + { + "groupId": 99, + "instId": 200006, + "eventId": 20241026, + "pos": { + "x": 11407, + "y": 57142, + "z": -177639 + }, + "rot": { + "x": 0, + "y": 110533, + "z": 0 + }, + "monsterId": 2032010 + }, + { + "groupId": 99, + "instId": 200007, + "eventId": 20241027, + "pos": { + "x": 16859, + "y": 61901, + "z": -124325 + }, + "rot": { + "x": 0, + "y": 113535, + "z": 0 + }, + "monsterId": 2032020 + }, + { + "groupId": 99, + "instId": 200008, + "eventId": 20241028, + "pos": { + "x": 21494, + "y": 61901, + "z": -117366 + }, + "rot": { + "x": 0, + "y": 269032, + "z": 0 + }, + "monsterId": 2032020 + }, + { + "groupId": 99, + "instId": 200009, + "eventId": 20241029, + "pos": { + "x": 8687, + "y": 74224, + "z": -28888 + }, + "rot": { + "x": 0, + "y": 318467, + "z": 0 + }, + "monsterId": 2032010 + }, + { + "groupId": 100, + "instId": 200001, + "eventId": 20241031, + "pos": { + "x": 4700, + "y": 198957, + "z": 60750 + }, + "rot": { + "x": 0, + "y": 88494, + "z": 0 + }, + "monsterId": 2032010 + }, + { + "groupId": 100, + "instId": 200002, + "eventId": 20241032, + "pos": { + "x": -46644, + "y": 199136, + "z": 54894 + }, + "rot": { + "x": 0, + "y": 50029, + "z": 0 + }, + "monsterId": 2032020 + }, + { + "groupId": 100, + "instId": 200003, + "eventId": 20241033, + "pos": { + "x": -71150, + "y": 199136, + "z": 28684 + }, + "rot": { + "x": 0, + "y": 56937, + "z": 0 + }, + "monsterId": 2032020 + }, + { + "groupId": 100, + "instId": 200004, + "eventId": 20241034, + "pos": { + "x": -68339, + "y": 198941, + "z": 26989 + }, + "rot": { + "x": 0, + "y": 29000, + "z": 0 + }, + "monsterId": 2032010 + }, + { + "groupId": 100, + "instId": 200005, + "eventId": 20241035, + "pos": { + "x": -58681, + "y": 199145, + "z": 59379 + }, + "rot": { + "x": 0, + "y": 124520, + "z": 0 + }, + "monsterId": 2032010 + }, + { + "groupId": 100, + "instId": 200006, + "eventId": 20241036, + "pos": { + "x": -30380, + "y": 190367, + "z": 53340 + }, + "rot": { + "x": 0, + "y": 227400, + "z": 0 + }, + "monsterId": 2032020 + }, + { + "groupId": 100, + "instId": 200007, + "eventId": 20241037, + "pos": { + "x": -32928, + "y": 190367, + "z": 55294 + }, + "rot": { + "x": 0, + "y": 215169, + "z": 0 + }, + "monsterId": 2032020 + }, + { + "groupId": 100, + "instId": 200008, + "eventId": 20241038, + "pos": { + "x": -5991, + "y": 198941, + "z": 69469 + }, + "rot": { + "x": 0, + "y": 107570, + "z": 0 + }, + "monsterId": 2032020 + }, + { + "groupId": 100, + "instId": 200009, + "eventId": 20241039, + "pos": { + "x": -25310, + "y": 198941, + "z": 66010 + }, + "rot": { + "x": 0, + "y": 320239, + "z": 0 + }, + "monsterId": 2032010 + }, + { + "groupId": 100, + "instId": 200010, + "eventId": 20241040, + "pos": { + "x": -29110, + "y": 198941, + "z": 65360 + }, + "rot": { + "x": 0, + "y": 237714, + "z": 0 + }, + "monsterId": 2032010 + }, + { + "groupId": 141, + "instId": 200001, + "eventId": 20241170, + "pos": { + "x": 218, + "y": -193081, + "z": 214 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002040 + }, + { + "groupId": 142, + "instId": 200001, + "eventId": 20241231, + "pos": { + "x": 132520, + "y": -103908, + "z": -63770 + }, + "rot": { + "x": 0, + "y": 277990, + "z": 0 + }, + "monsterId": 2033010 + }, + { + "groupId": 164, + "instId": 200001, + "eventId": 20241101, + "pos": { + "x": -10894, + "y": -170647, + "z": 25156 + }, + "rot": { + "x": 0, + "y": 309298, + "z": 0 + }, + "monsterId": 2032020 + }, + { + "groupId": 164, + "instId": 200002, + "eventId": 20241102, + "pos": { + "x": -10080, + "y": -170647, + "z": -26070 + }, + "rot": { + "x": 0, + "y": 355860, + "z": 0 + }, + "monsterId": 2032010 + }, + { + "groupId": 164, + "instId": 200003, + "eventId": 20241103, + "pos": { + "x": -24953, + "y": -170647, + "z": 11192 + }, + "rot": { + "x": 0, + "y": 186860, + "z": 0 + }, + "monsterId": 2032010 + }, + { + "groupId": 165, + "instId": 200001, + "eventId": 20241106, + "pos": { + "x": 73750, + "y": -89250, + "z": -36465 + }, + "rot": { + "x": 0, + "y": 70995, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 165, + "instId": 200002, + "eventId": 20241107, + "pos": { + "x": 77555, + "y": -89250, + "z": -41745 + }, + "rot": { + "x": 0, + "y": 14047, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 165, + "instId": 200003, + "eventId": 20241108, + "pos": { + "x": 56465, + "y": -83445, + "z": 44826 + }, + "rot": { + "x": 0, + "y": 107844, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 165, + "instId": 200004, + "eventId": 20241109, + "pos": { + "x": 55460, + "y": -83475, + "z": 39355 + }, + "rot": { + "x": 0, + "y": 60070, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 166, + "instId": 200001, + "eventId": 20241111, + "pos": { + "x": 77247, + "y": -98159, + "z": 30797 + }, + "rot": { + "x": 0, + "y": 214132, + "z": 0 + }, + "monsterId": 2032020 + }, + { + "groupId": 166, + "instId": 200002, + "eventId": 20241112, + "pos": { + "x": 116081, + "y": -103881, + "z": -30318 + }, + "rot": { + "x": 0, + "y": 240521, + "z": 0 + }, + "monsterId": 2032010 + }, + { + "groupId": 166, + "instId": 200003, + "eventId": 20241113, + "pos": { + "x": 115754, + "y": -103881, + "z": -27783 + }, + "rot": { + "x": 0, + "y": 134595, + "z": 0 + }, + "monsterId": 2032020 + }, + { + "groupId": 166, + "instId": 200004, + "eventId": 20241114, + "pos": { + "x": 76517, + "y": -98169, + "z": 17509 + }, + "rot": { + "x": 0, + "y": 56010, + "z": 0 + }, + "monsterId": 2032020 + }, + { + "groupId": 166, + "instId": 200005, + "eventId": 20241116, + "pos": { + "x": 67940, + "y": -83425, + "z": 49540 + }, + "rot": { + "x": 0, + "y": 309581, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 166, + "instId": 200006, + "eventId": 20241117, + "pos": { + "x": 79171, + "y": -83425, + "z": 16109 + }, + "rot": { + "x": 0, + "y": 151833, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 166, + "instId": 200007, + "eventId": 20241118, + "pos": { + "x": 61181, + "y": -83494, + "z": 13092 + }, + "rot": { + "x": 0, + "y": 356520, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 167, + "instId": 200001, + "eventId": 20241121, + "pos": { + "x": 53385, + "y": 71952, + "z": -116362 + }, + "rot": { + "x": 0, + "y": 66921, + "z": 0 + }, + "monsterId": 2032010 + }, + { + "groupId": 167, + "instId": 200002, + "eventId": 20241122, + "pos": { + "x": -52178, + "y": 57586, + "z": -52729 + }, + "rot": { + "x": 0, + "y": 71484, + "z": 0 + }, + "monsterId": 2032020 + }, + { + "groupId": 167, + "instId": 200003, + "eventId": 20241123, + "pos": { + "x": -35401, + "y": 53635, + "z": -127874 + }, + "rot": { + "x": 0, + "y": 97932, + "z": 0 + }, + "monsterId": 2032020 + }, + { + "groupId": 167, + "instId": 200004, + "eventId": 20241124, + "pos": { + "x": -39869, + "y": 53635, + "z": -117364 + }, + "rot": { + "x": 0, + "y": 204847, + "z": 0 + }, + "monsterId": 2032010 + }, + { + "groupId": 167, + "instId": 200005, + "eventId": 20241125, + "pos": { + "x": -12257, + "y": 57142, + "z": -156890 + }, + "rot": { + "x": 0, + "y": 163907, + "z": 0 + }, + "monsterId": 2032020 + }, + { + "groupId": 167, + "instId": 200006, + "eventId": 20241126, + "pos": { + "x": 11407, + "y": 57142, + "z": -177639 + }, + "rot": { + "x": 0, + "y": 110533, + "z": 0 + }, + "monsterId": 2032010 + }, + { + "groupId": 167, + "instId": 200007, + "eventId": 20241127, + "pos": { + "x": 16859, + "y": 61901, + "z": -124325 + }, + "rot": { + "x": 0, + "y": 113535, + "z": 0 + }, + "monsterId": 2032020 + }, + { + "groupId": 167, + "instId": 200008, + "eventId": 20241128, + "pos": { + "x": 21494, + "y": 61901, + "z": -117366 + }, + "rot": { + "x": 0, + "y": 269032, + "z": 0 + }, + "monsterId": 2032020 + }, + { + "groupId": 167, + "instId": 200009, + "eventId": 20241129, + "pos": { + "x": 8687, + "y": 74224, + "z": -28888 + }, + "rot": { + "x": 0, + "y": 318467, + "z": 0 + }, + "monsterId": 2032010 + }, + { + "groupId": 215, + "instId": 200001, + "eventId": 101220, + "pos": { + "x": 141730, + "y": -103881, + "z": -3680 + }, + "rot": { + "x": 0, + "y": 246274, + "z": 0 + }, + "monsterId": 2033011 + } + ], + "teleports": [ + { + "anchorId": 1, + "groupId": 51, + "instId": 300001, + "pos": { + "x": -176680, + "y": 199270, + "z": 5400 + }, + "rot": { + "x": 0, + "y": 89041, + "z": 0 + }, + "teleportId": 2024101 + }, + { + "anchorId": 2, + "groupId": 51, + "instId": 300002, + "pos": { + "x": -23132, + "y": 53652, + "z": -90035 + }, + "rot": { + "x": 0, + "y": 170000, + "z": 0 + }, + "teleportId": 2024102 + }, + { + "anchorId": 3, + "groupId": 51, + "instId": 300003, + "pos": { + "x": 70562, + "y": -102970, + "z": -38978 + }, + "rot": { + "x": 0, + "y": 110000, + "z": 0 + }, + "teleportId": 2024103 + }, + { + "anchorId": 4, + "groupId": 51, + "instId": 300004, + "pos": { + "x": 25267, + "y": -170798, + "z": -13311 + }, + "rot": { + "x": 0, + "y": 250000, + "z": 0 + }, + "teleportId": 2024104 + }, + { + "anchorId": 5, + "groupId": 51, + "instId": 300005, + "pos": { + "x": -18752, + "y": 198941, + "z": 67782 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "teleportId": 2024105 + }, + { + "anchorId": 6, + "groupId": 51, + "instId": 300006, + "pos": { + "x": 11450, + "y": 53702, + "z": -84226 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "teleportId": 2024106 + }, + { + "anchorId": 1, + "groupId": 215, + "instId": 300001, + "pos": { + "x": 136140, + "y": -103881, + "z": -6260 + }, + "rot": { + "x": 0, + "y": 64301, + "z": 0 + }, + "teleportId": 1120 + }, + { + "anchorId": 1, + "groupId": 235, + "instId": 300001, + "pos": { + "x": 12970, + "y": 57142, + "z": -159120 + }, + "rot": { + "x": 0, + "y": 60243, + "z": 0 + }, + "teleportId": 1211 + } + ] + }, + { + "planeID": 20242, + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 1, + "pos": { + "x": 44056, + "y": -18091, + "z": 43494 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102263 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 1, + "pos": { + "x": -57150, + "y": -46469, + "z": 54845 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102240 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 1, + "pos": { + "x": 26848, + "y": -44344, + "z": 91733 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102240 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 1, + "pos": { + "x": -57117, + "y": -46469, + "z": 43295 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102240 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": -60778, + "y": -18041, + "z": 75796 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102241 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 8, + "pos": { + "x": -60778, + "y": -18741, + "z": 75796 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102242 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 20, + "pos": { + "x": -60778, + "y": -18741, + "z": 75796 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 8, + "pos": { + "x": -60778, + "y": -18741, + "z": 75796 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": -63038, + "y": -45736, + "z": -28826 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 102241 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 8, + "pos": { + "x": -63038, + "y": -46436, + "z": -28826 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 102242 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 20, + "pos": { + "x": -63038, + "y": -46436, + "z": -28826 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 8, + "pos": { + "x": -63038, + "y": -46436, + "z": -28826 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 8, + "pos": { + "x": 2359, + "y": -50957, + "z": 60451 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102241 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 8, + "pos": { + "x": 2359, + "y": -51657, + "z": 60451 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102242 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 20, + "pos": { + "x": 2359, + "y": -51657, + "z": 60451 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 9, + "instId": 300004, + "propState": 8, + "pos": { + "x": 2359, + "y": -51657, + "z": 60451 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 19, + "instId": 300001, + "propState": 8, + "pos": { + "x": 49036, + "y": -41020, + "z": 59602 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 19, + "instId": 300002, + "propState": 8, + "pos": { + "x": 34426, + "y": -18077, + "z": -43186 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 19, + "instId": 300003, + "propState": 8, + "pos": { + "x": -12590, + "y": -43640, + "z": 70880 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 19, + "instId": 300004, + "propState": 8, + "pos": { + "x": -28790, + "y": -51710, + "z": 10713 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 19, + "instId": 300005, + "propState": 8, + "pos": { + "x": -36090, + "y": -18077, + "z": -43016 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 19, + "instId": 300006, + "propState": 8, + "pos": { + "x": 51910, + "y": -34215, + "z": -40955 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 19, + "instId": 300007, + "propState": 8, + "pos": { + "x": 10910, + "y": -26070, + "z": -11670 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 20, + "instId": 300001, + "propState": 12, + "pos": { + "x": 58738, + "y": -39357, + "z": 1030 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 12, + "pos": { + "x": 36264, + "y": -33754, + "z": -23524 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 20, + "instId": 300003, + "propState": 12, + "pos": { + "x": 80652, + "y": -40178, + "z": 88787 + }, + "rot": { + "x": 0, + "y": 214629, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 20, + "instId": 300004, + "propState": 12, + "pos": { + "x": 17493, + "y": -18077, + "z": -41338 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 20, + "instId": 300005, + "propState": 12, + "pos": { + "x": 54723, + "y": -18037, + "z": 21536 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 20, + "instId": 300006, + "propState": 12, + "pos": { + "x": -14590, + "y": -43659, + "z": 34364 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 20, + "instId": 300007, + "propState": 12, + "pos": { + "x": -12782, + "y": -42867, + "z": 61015 + }, + "rot": { + "x": 0, + "y": 359000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 20, + "instId": 300008, + "propState": 12, + "pos": { + "x": -28300, + "y": -51279, + "z": -47288 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 20, + "instId": 300009, + "propState": 12, + "pos": { + "x": -6153, + "y": -51864, + "z": 112549 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 20, + "instId": 300010, + "propState": 12, + "pos": { + "x": -71935, + "y": -45930, + "z": 45451 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 20, + "instId": 300011, + "propState": 12, + "pos": { + "x": -46191, + "y": -51710, + "z": 10382 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 20, + "instId": 300012, + "propState": 12, + "pos": { + "x": -29810, + "y": -48713, + "z": -13270 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 20, + "instId": 300013, + "propState": 12, + "pos": { + "x": 28510, + "y": -50699, + "z": 12684 + }, + "rot": { + "x": 0, + "y": 179901, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 20, + "instId": 300014, + "propState": 12, + "pos": { + "x": -18119, + "y": -51688, + "z": 48730 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 20, + "instId": 300015, + "propState": 12, + "pos": { + "x": -55506, + "y": -18037, + "z": -21899 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 20, + "instId": 300016, + "propState": 12, + "pos": { + "x": -48105, + "y": -18091, + "z": 58584 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 20, + "instId": 300017, + "propState": 12, + "pos": { + "x": 81031, + "y": -40155, + "z": 121478 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 20, + "instId": 300018, + "propState": 12, + "pos": { + "x": 10923, + "y": -43659, + "z": -23389 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 21, + "instId": 300002, + "propState": 8, + "pos": { + "x": 17125, + "y": -34225, + "z": -46003 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 21, + "instId": 300026, + "propState": 8, + "pos": { + "x": 10310, + "y": -43624, + "z": 70387 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 21, + "instId": 300004, + "propState": 8, + "pos": { + "x": -37510, + "y": -51710, + "z": 1896 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 21, + "instId": 300006, + "propState": 8, + "pos": { + "x": 43909, + "y": -41002, + "z": 66824 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 21, + "instId": 300008, + "propState": 8, + "pos": { + "x": 55575, + "y": -39335, + "z": 23381 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300007, + "propState": 8, + "pos": { + "x": 68561, + "y": -39346, + "z": 51083 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300010, + "propState": 8, + "pos": { + "x": 31248, + "y": -34225, + "z": -39472 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300011, + "propState": 8, + "pos": { + "x": 33912, + "y": -34225, + "z": -47695 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 21, + "instId": 300012, + "propState": 8, + "pos": { + "x": 47320, + "y": -18077, + "z": -35998 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 21, + "instId": 300003, + "propState": 8, + "pos": { + "x": 40788, + "y": -18077, + "z": 11407 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 21, + "instId": 300005, + "propState": 8, + "pos": { + "x": 65640, + "y": -18064, + "z": 55785 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 21, + "instId": 300015, + "propState": 8, + "pos": { + "x": 61820, + "y": -16808, + "z": 31810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 21, + "instId": 300013, + "propState": 8, + "pos": { + "x": 19484, + "y": -43711, + "z": 39313 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 21, + "instId": 300014, + "propState": 8, + "pos": { + "x": 4713, + "y": -43658, + "z": 36293 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300018, + "propState": 8, + "pos": { + "x": 6002, + "y": -43640, + "z": 61340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 21, + "instId": 300019, + "propState": 8, + "pos": { + "x": 33962, + "y": -44297, + "z": 71571 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300020, + "propState": 8, + "pos": { + "x": -608, + "y": -51864, + "z": 90591 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300021, + "propState": 8, + "pos": { + "x": 4682, + "y": -51884, + "z": 117523 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 21, + "instId": 300016, + "propState": 8, + "pos": { + "x": -33253, + "y": -44340, + "z": 63665 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 21, + "instId": 300017, + "propState": 8, + "pos": { + "x": -68450, + "y": -46436, + "z": 70354 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 21, + "instId": 300023, + "propState": 8, + "pos": { + "x": -67623, + "y": -47111, + "z": 93935 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300028, + "propState": 8, + "pos": { + "x": -59503, + "y": -47836, + "z": 11294 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300029, + "propState": 8, + "pos": { + "x": -10770, + "y": -51710, + "z": -22080 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300001, + "propState": 8, + "pos": { + "x": -17300, + "y": -51710, + "z": -21860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300009, + "propState": 8, + "pos": { + "x": -18477, + "y": -51710, + "z": 33483 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300024, + "propState": 8, + "pos": { + "x": -25050, + "y": -51710, + "z": 33483 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300032, + "propState": 8, + "pos": { + "x": 21771, + "y": -51710, + "z": 30784 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 21, + "instId": 300034, + "propState": 8, + "pos": { + "x": -13609, + "y": -51729, + "z": -45365 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300033, + "propState": 8, + "pos": { + "x": 22918, + "y": -51710, + "z": -20040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300027, + "propState": 8, + "pos": { + "x": -18125, + "y": -51688, + "z": 62259 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300035, + "propState": 8, + "pos": { + "x": -53090, + "y": -18060, + "z": 21860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300025, + "propState": 8, + "pos": { + "x": -48615, + "y": -18077, + "z": -42437 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300031, + "propState": 8, + "pos": { + "x": -61575, + "y": -18791, + "z": 56208 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 92, + "instId": 300002, + "propState": 8, + "pos": { + "x": 24180, + "y": -34187, + "z": -38478 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102238 + }, + { + "groupId": 94, + "instId": 300002, + "propState": 8, + "pos": { + "x": -76204, + "y": -47108, + "z": 84167 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 94, + "instId": 300003, + "propState": 8, + "pos": { + "x": -80650, + "y": -48332, + "z": 86160 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102063 + }, + { + "groupId": 94, + "instId": 300004, + "propState": 12, + "pos": { + "x": -81059, + "y": -46884, + "z": 89286 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 94, + "instId": 300005, + "propState": 8, + "pos": { + "x": -76204, + "y": -47108, + "z": 84167 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 94, + "instId": 300006, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 94, + "instId": 300011, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 94, + "instId": 300012, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 115, + "instId": 300002, + "propState": 8, + "pos": { + "x": 20983, + "y": -18077, + "z": -41330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102238 + }, + { + "groupId": 116, + "instId": 300002, + "propState": 8, + "pos": { + "x": 39264, + "y": -18015, + "z": 51774 + }, + "rot": { + "x": 0, + "y": 89999, + "z": 0 + }, + "propId": 102238 + }, + { + "groupId": 117, + "instId": 300002, + "propState": 8, + "pos": { + "x": 26993, + "y": -43671, + "z": 45679 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102238 + }, + { + "groupId": 118, + "instId": 300002, + "propState": 8, + "pos": { + "x": -26605, + "y": -51652, + "z": 55226 + }, + "rot": { + "x": 0, + "y": 89999, + "z": 0 + }, + "propId": 102238 + }, + { + "groupId": 119, + "instId": 300002, + "propState": 8, + "pos": { + "x": -25508, + "y": -51696, + "z": -38532 + }, + "rot": { + "x": 0, + "y": 179999, + "z": 0 + }, + "propId": 102238 + }, + { + "groupId": 120, + "instId": 300002, + "propState": 8, + "pos": { + "x": -40996, + "y": -18054, + "z": 51736 + }, + "rot": { + "x": 0, + "y": 269999, + "z": 0 + }, + "propId": 102238 + }, + { + "groupId": 121, + "instId": 300002, + "propState": 8, + "pos": { + "x": -22889, + "y": -18077, + "z": -41134 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102238 + }, + { + "groupId": 122, + "instId": 300002, + "propState": 1, + "pos": { + "x": -1280, + "y": -43684, + "z": 37515 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102239 + }, + { + "groupId": 122, + "instId": 300003, + "propState": 1, + "pos": { + "x": -1305, + "y": -43645, + "z": 55967 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102239 + }, + { + "groupId": 123, + "instId": 300004, + "propState": 1, + "pos": { + "x": -63060, + "y": -46490, + "z": 27609 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102239 + }, + { + "groupId": 123, + "instId": 300006, + "propState": 1, + "pos": { + "x": -34000, + "y": -51730, + "z": 5642 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102239 + }, + { + "groupId": 123, + "instId": 300005, + "propState": 1, + "pos": { + "x": -63100, + "y": -46490, + "z": -16277 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102239 + }, + { + "groupId": 124, + "instId": 300007, + "propState": 1, + "pos": { + "x": -45789, + "y": -18100, + "z": 43628 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102263 + }, + { + "groupId": 125, + "instId": 300008, + "propState": 1, + "pos": { + "x": 377, + "y": -51888, + "z": 115947 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102239 + }, + { + "groupId": 126, + "instId": 300009, + "propState": 1, + "pos": { + "x": -14500, + "y": -51730, + "z": -25716 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102239 + }, + { + "groupId": 126, + "instId": 300010, + "propState": 1, + "pos": { + "x": -21750, + "y": -51730, + "z": 37015 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102239 + }, + { + "groupId": 136, + "instId": 300002, + "propState": 8, + "pos": { + "x": 69197, + "y": -18064, + "z": 35913 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 136, + "instId": 300003, + "propState": 8, + "pos": { + "x": 73710, + "y": -19260, + "z": 43340 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102063 + }, + { + "groupId": 136, + "instId": 300004, + "propState": 12, + "pos": { + "x": 74063, + "y": -17810, + "z": 40630 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 136, + "instId": 300005, + "propState": 8, + "pos": { + "x": 69197, + "y": -18064, + "z": 35913 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 136, + "instId": 300006, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 136, + "instId": 300011, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 136, + "instId": 300012, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 138, + "instId": 300001, + "propState": 8, + "pos": { + "x": 48550, + "y": -31589, + "z": -12689 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102261 + }, + { + "groupId": 139, + "instId": 300001, + "propState": 101, + "pos": { + "x": -50734, + "y": -46400, + "z": 47300 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102262 + }, + { + "groupId": 167, + "instId": 300001, + "propState": 21, + "pos": { + "x": 40469, + "y": -18077, + "z": 5205 + }, + "rot": { + "x": 0, + "y": 88996, + "z": 0 + }, + "propId": 102282 + }, + { + "groupId": 167, + "instId": 300002, + "propState": 8, + "pos": { + "x": 40469, + "y": -18077, + "z": 5205 + }, + "rot": { + "x": 0, + "y": 88996, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 167, + "instId": 300003, + "propState": 21, + "pos": { + "x": 16510, + "y": -26069, + "z": 5205 + }, + "rot": { + "x": 0, + "y": 268996, + "z": 0 + }, + "propId": 102282 + }, + { + "groupId": 167, + "instId": 300004, + "propState": 8, + "pos": { + "x": 16510, + "y": -25470, + "z": 5205 + }, + "rot": { + "x": 0, + "y": 268996, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 167, + "instId": 300005, + "propState": 21, + "pos": { + "x": -18360, + "y": -26069, + "z": 5205 + }, + "rot": { + "x": 0, + "y": 88996, + "z": 0 + }, + "propId": 102282 + }, + { + "groupId": 167, + "instId": 300006, + "propState": 8, + "pos": { + "x": -18360, + "y": -26069, + "z": 5205 + }, + "rot": { + "x": 0, + "y": 88996, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 167, + "instId": 300007, + "propState": 21, + "pos": { + "x": -42340, + "y": -18077, + "z": 5205 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102282 + }, + { + "groupId": 167, + "instId": 300008, + "propState": 8, + "pos": { + "x": -42340, + "y": -18077, + "z": 5205 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 178, + "instId": 300002, + "propState": 8, + "pos": { + "x": 5068, + "y": -26069, + "z": 19190 + }, + "rot": { + "x": 0, + "y": 245879, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 182, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300002, + "propState": 8, + "pos": { + "x": 27800, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 182, + "instId": 300003, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300004, + "propState": 8, + "pos": { + "x": 24680, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 182, + "instId": 300005, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300006, + "propState": 8, + "pos": { + "x": 21680, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 182, + "instId": 300007, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300008, + "propState": 8, + "pos": { + "x": 18800, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 182, + "instId": 300009, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300010, + "propState": 8, + "pos": { + "x": 15920, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 182, + "instId": 300011, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300012, + "propState": 8, + "pos": { + "x": 6920, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 182, + "instId": 300013, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300014, + "propState": 8, + "pos": { + "x": 3800, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 182, + "instId": 300015, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300016, + "propState": 8, + "pos": { + "x": 740, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 182, + "instId": 300017, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300018, + "propState": 8, + "pos": { + "x": -2260, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 182, + "instId": 300019, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300020, + "propState": 8, + "pos": { + "x": -5200, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 182, + "instId": 300021, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300022, + "propState": 8, + "pos": { + "x": -17200, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 182, + "instId": 300023, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300024, + "propState": 8, + "pos": { + "x": -20200, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 182, + "instId": 300025, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300026, + "propState": 8, + "pos": { + "x": -23200, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 182, + "instId": 300027, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300028, + "propState": 8, + "pos": { + "x": -26200, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 182, + "instId": 300029, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300030, + "propState": 8, + "pos": { + "x": -29200, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 183, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 183, + "instId": 300002, + "propState": 20, + "pos": { + "x": 3944, + "y": -51677, + "z": 17200 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 183, + "instId": 300003, + "propState": 8, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 184, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 184, + "instId": 300002, + "propState": 20, + "pos": { + "x": 3947, + "y": -51677, + "z": 16140 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 184, + "instId": 300003, + "propState": 8, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 185, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 185, + "instId": 300002, + "propState": 20, + "pos": { + "x": 3963, + "y": -51677, + "z": 15092 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 185, + "instId": 300003, + "propState": 8, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 186, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 186, + "instId": 300002, + "propState": 20, + "pos": { + "x": 3934, + "y": -51677, + "z": 14088 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 186, + "instId": 300003, + "propState": 8, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 187, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 187, + "instId": 300002, + "propState": 20, + "pos": { + "x": 3930, + "y": -51677, + "z": 13078 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 187, + "instId": 300003, + "propState": 8, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 188, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 188, + "instId": 300002, + "propState": 20, + "pos": { + "x": 5908, + "y": -51677, + "z": 17185 + }, + "rot": { + "x": 0, + "y": 271265, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 188, + "instId": 300003, + "propState": 8, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 189, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 189, + "instId": 300002, + "propState": 20, + "pos": { + "x": 5885, + "y": -51677, + "z": 16166 + }, + "rot": { + "x": 0, + "y": 271265, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 189, + "instId": 300003, + "propState": 8, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 190, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 190, + "instId": 300002, + "propState": 20, + "pos": { + "x": 5862, + "y": -51677, + "z": 15130 + }, + "rot": { + "x": 0, + "y": 271265, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 190, + "instId": 300003, + "propState": 8, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 191, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 191, + "instId": 300002, + "propState": 20, + "pos": { + "x": 5839, + "y": -51677, + "z": 14073 + }, + "rot": { + "x": 0, + "y": 271265, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 191, + "instId": 300003, + "propState": 8, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 192, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 192, + "instId": 300002, + "propState": 20, + "pos": { + "x": 5816, + "y": -51677, + "z": 13027 + }, + "rot": { + "x": 0, + "y": 271265, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 192, + "instId": 300003, + "propState": 8, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 193, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 193, + "instId": 300002, + "propState": 20, + "pos": { + "x": 7650, + "y": -51677, + "z": 17200 + }, + "rot": { + "x": 0, + "y": 270645, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 193, + "instId": 300003, + "propState": 8, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 194, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 194, + "instId": 300002, + "propState": 20, + "pos": { + "x": 7630, + "y": -51677, + "z": 16090 + }, + "rot": { + "x": 0, + "y": 270645, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 194, + "instId": 300003, + "propState": 8, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 195, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 195, + "instId": 300002, + "propState": 20, + "pos": { + "x": 7620, + "y": -51677, + "z": 15070 + }, + "rot": { + "x": 0, + "y": 270645, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 195, + "instId": 300003, + "propState": 8, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 196, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 196, + "instId": 300002, + "propState": 20, + "pos": { + "x": 7610, + "y": -51677, + "z": 14060 + }, + "rot": { + "x": 0, + "y": 270645, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 196, + "instId": 300003, + "propState": 8, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 197, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 197, + "instId": 300002, + "propState": 20, + "pos": { + "x": 7600, + "y": -51677, + "z": 13020 + }, + "rot": { + "x": 0, + "y": 270645, + "z": 0 + }, + "propId": 60203 + }, + { + "groupId": 197, + "instId": 300003, + "propState": 8, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 199, + "instId": 300001, + "propState": 8, + "pos": { + "x": -1027, + "y": -26070, + "z": 24084 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 113 + }, + { + "groupId": 260, + "instId": 300001, + "propState": 0, + "pos": { + "x": 69133, + "y": -39346, + "z": 54148 + }, + "rot": { + "x": 0, + "y": 319344, + "z": 0 + }, + "propId": 102163 + }, + { + "groupId": 260, + "instId": 300002, + "propState": 0, + "pos": { + "x": 70137, + "y": -39346, + "z": 54125 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102051 + }, + { + "groupId": 260, + "instId": 300003, + "propState": 0, + "pos": { + "x": 69684, + "y": -39346, + "z": 53750 + }, + "rot": { + "x": 0, + "y": 233907, + "z": 0 + }, + "propId": 102166 + }, + { + "groupId": 260, + "instId": 300004, + "propState": 0, + "pos": { + "x": 69757, + "y": -39346, + "z": 54262 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103200 + }, + { + "groupId": 260, + "instId": 300005, + "propState": 0, + "pos": { + "x": 70380, + "y": -39346, + "z": 54531 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103200 + }, + { + "groupId": 260, + "instId": 300006, + "propState": 0, + "pos": { + "x": 70245, + "y": -39346, + "z": 54464 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103200 + }, + { + "groupId": 328, + "instId": 300020, + "propState": 8, + "pos": { + "x": 31085, + "y": -44293, + "z": 98987 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 329, + "instId": 300001, + "propState": 18, + "pos": { + "x": 54499, + "y": -40536, + "z": 57180 + }, + "rot": { + "x": 0, + "y": 152851, + "z": 0 + }, + "propId": 102011 + }, + { + "groupId": 330, + "instId": 300001, + "propState": 18, + "pos": { + "x": 39907, + "y": -32560, + "z": -52007 + }, + "rot": { + "x": 0, + "y": 141121, + "z": 0 + }, + "propId": 102012 + }, + { + "groupId": 331, + "instId": 300001, + "propState": 18, + "pos": { + "x": 32147, + "y": -17031, + "z": -36309 + }, + "rot": { + "x": 0, + "y": 99351, + "z": 0 + }, + "propId": 102009 + } + ], + "monsters": [ + { + "groupId": 179, + "instId": 200001, + "eventId": 20242011, + "pos": { + "x": 349, + "y": -51864, + "z": 101448 + }, + "rot": { + "x": 0, + "y": 17765, + "z": 0 + }, + "monsterId": 2032020 + }, + { + "groupId": 179, + "instId": 200002, + "eventId": 20242012, + "pos": { + "x": 30829, + "y": -44301, + "z": 74777 + }, + "rot": { + "x": 0, + "y": 5702, + "z": 0 + }, + "monsterId": 2032020 + }, + { + "groupId": 179, + "instId": 200003, + "eventId": 20242013, + "pos": { + "x": 2176, + "y": -43640, + "z": 59602 + }, + "rot": { + "x": 0, + "y": 31891, + "z": 0 + }, + "monsterId": 2032010 + }, + { + "groupId": 179, + "instId": 200004, + "eventId": 20242014, + "pos": { + "x": -1961, + "y": -43640, + "z": 71132 + }, + "rot": { + "x": 0, + "y": 126242, + "z": 0 + }, + "monsterId": 2032020 + }, + { + "groupId": 180, + "instId": 200001, + "eventId": 20242021, + "pos": { + "x": -61149, + "y": -47110, + "z": 80430 + }, + "rot": { + "x": 0, + "y": 242819, + "z": 0 + }, + "monsterId": 2032020 + }, + { + "groupId": 180, + "instId": 200002, + "eventId": 20242022, + "pos": { + "x": -63066, + "y": -46437, + "z": -13111 + }, + "rot": { + "x": 0, + "y": 5702, + "z": 0 + }, + "monsterId": 2032010 + } + ], + "teleports": [ + { + "anchorId": 1, + "groupId": 19, + "instId": 300001, + "pos": { + "x": 48950, + "y": -41002, + "z": 62440 + }, + "rot": { + "x": 0, + "y": 59245, + "z": 0 + }, + "teleportId": 2024201 + }, + { + "anchorId": 2, + "groupId": 19, + "instId": 300002, + "pos": { + "x": 32897, + "y": -18077, + "z": -37939 + }, + "rot": { + "x": 0, + "y": 341129, + "z": 0 + }, + "teleportId": 2024202 + }, + { + "anchorId": 3, + "groupId": 19, + "instId": 300003, + "pos": { + "x": -12060, + "y": -43640, + "z": 66370 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "teleportId": 2024203 + }, + { + "anchorId": 4, + "groupId": 19, + "instId": 300004, + "pos": { + "x": -27258, + "y": -51710, + "z": 5590 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "teleportId": 2024204 + }, + { + "anchorId": 5, + "groupId": 19, + "instId": 300005, + "pos": { + "x": -34127, + "y": -18077, + "z": -37963 + }, + "rot": { + "x": 0, + "y": 20000, + "z": 0 + }, + "teleportId": 2024205 + }, + { + "anchorId": 6, + "groupId": 19, + "instId": 300006, + "pos": { + "x": 44360, + "y": -34216, + "z": -43150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2024206 + }, + { + "anchorId": 7, + "groupId": 19, + "instId": 300007, + "pos": { + "x": -769, + "y": -25940, + "z": -2833 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2024207 + }, + { + "anchorId": 1, + "groupId": 199, + "instId": 300001, + "pos": { + "x": -1119, + "y": -26070, + "z": 21531 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 1306 + } + ] + }, + { + "planeID": 20243, + "props": [], + "monsters": [], + "teleports": [] + }, + { + "planeID": 20311, + "props": [ + { + "groupId": 15, + "instId": 300001, + "propState": 8, + "pos": { + "x": -110818, + "y": 22077, + "z": -216545 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 15, + "instId": 300002, + "propState": 8, + "pos": { + "x": 120671, + "y": 32410, + "z": -316397 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 37, + "instId": 300001, + "propState": 8, + "pos": { + "x": -140500, + "y": 22100, + "z": -114810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103010 + }, + { + "groupId": 37, + "instId": 300002, + "propState": 1, + "pos": { + "x": -140500, + "y": 19040, + "z": -103893 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103011 + }, + { + "groupId": 37, + "instId": 300003, + "propState": 8, + "pos": { + "x": -140500, + "y": 22100, + "z": -125764 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103011 + }, + { + "groupId": 38, + "instId": 300001, + "propState": 8, + "pos": { + "x": -140580, + "y": 20930, + "z": -46900 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103010 + }, + { + "groupId": 38, + "instId": 300002, + "propState": 8, + "pos": { + "x": -140501, + "y": 16010, + "z": -55956 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103011 + }, + { + "groupId": 38, + "instId": 300003, + "propState": 1, + "pos": { + "x": -140516, + "y": 21035, + "z": -37883 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103011 + }, + { + "groupId": 38, + "instId": 300004, + "propState": 8, + "pos": { + "x": -142489, + "y": 16032, + "z": -52035 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 42, + "instId": 300001, + "propState": 8, + "pos": { + "x": -116070, + "y": 25360, + "z": -232860 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103010 + }, + { + "groupId": 42, + "instId": 300002, + "propState": 1, + "pos": { + "x": -116121, + "y": 22100, + "z": -248043 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103011 + }, + { + "groupId": 42, + "instId": 300003, + "propState": 1, + "pos": { + "x": -116180, + "y": 22050, + "z": -217760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103011 + }, + { + "groupId": 50, + "instId": 300001, + "propState": 12, + "pos": { + "x": 135190, + "y": 28084, + "z": -112910 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 50, + "instId": 300002, + "propState": 12, + "pos": { + "x": 139150, + "y": 22138, + "z": -204590 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 50, + "instId": 300003, + "propState": 12, + "pos": { + "x": 75309, + "y": 22090, + "z": -181886 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 50, + "instId": 300004, + "propState": 12, + "pos": { + "x": 169631, + "y": 32410, + "z": -311081 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 50, + "instId": 300005, + "propState": 12, + "pos": { + "x": 25570, + "y": -16858, + "z": -271110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 50, + "instId": 300006, + "propState": 12, + "pos": { + "x": -65660, + "y": 22081, + "z": -252210 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 50, + "instId": 300008, + "propState": 12, + "pos": { + "x": -140546, + "y": 28067, + "z": -177350 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 50, + "instId": 300010, + "propState": 12, + "pos": { + "x": -170467, + "y": 22077, + "z": -141800 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 50, + "instId": 300009, + "propState": 12, + "pos": { + "x": -178999, + "y": -10481, + "z": -132258 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 50, + "instId": 300011, + "propState": 12, + "pos": { + "x": -140663, + "y": 28320, + "z": 12394 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 50, + "instId": 300007, + "propState": 12, + "pos": { + "x": -151375, + "y": 21032, + "z": -32193 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 50, + "instId": 300012, + "propState": 12, + "pos": { + "x": -130017, + "y": 19343, + "z": -128351 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 50, + "instId": 300013, + "propState": 12, + "pos": { + "x": -152666, + "y": 16077, + "z": -168726 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60303 + }, + { + "groupId": 50, + "instId": 300014, + "propState": 12, + "pos": { + "x": 74440, + "y": -16918, + "z": -241080 + }, + "rot": { + "x": 0, + "y": 175344, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 50, + "instId": 300015, + "propState": 12, + "pos": { + "x": -126308, + "y": 28032, + "z": -21270 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 50, + "instId": 300016, + "propState": 12, + "pos": { + "x": 72060, + "y": -19507, + "z": -524470 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 51, + "instId": 300001, + "propState": 8, + "pos": { + "x": 166106, + "y": 28084, + "z": -136319 + }, + "rot": { + "x": 0, + "y": 314789, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 51, + "instId": 300002, + "propState": 8, + "pos": { + "x": 79038, + "y": -16910, + "z": -250214 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 51, + "instId": 300004, + "propState": 8, + "pos": { + "x": -111459, + "y": 22077, + "z": -147020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 51, + "instId": 300005, + "propState": 8, + "pos": { + "x": -152719, + "y": -4910, + "z": -87725 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 51, + "instId": 300006, + "propState": 8, + "pos": { + "x": -126740, + "y": 28067, + "z": 2770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 54, + "instId": 300001, + "propState": 11, + "pos": { + "x": -194280, + "y": 16032, + "z": -82577 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60302 + }, + { + "groupId": 54, + "instId": 300002, + "propState": 8, + "pos": { + "x": -194280, + "y": 16032, + "z": -82577 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 54, + "instId": 300003, + "propState": 8, + "pos": { + "x": -194280, + "y": 16032, + "z": -82577 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 54, + "instId": 300004, + "propState": 8, + "pos": { + "x": -185480, + "y": 16032, + "z": -76900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 55, + "instId": 300001, + "propState": 8, + "pos": { + "x": -190717, + "y": 23077, + "z": -149660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 702 + }, + { + "groupId": 56, + "instId": 300002, + "propState": 8, + "pos": { + "x": 99106, + "y": 28410, + "z": -310270 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 56, + "instId": 300001, + "propState": 8, + "pos": { + "x": 148261, + "y": 28084, + "z": -162045 + }, + "rot": { + "x": 0, + "y": 349862, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 56, + "instId": 300012, + "propState": 8, + "pos": { + "x": -196652, + "y": 16032, + "z": -58845 + }, + "rot": { + "x": 0, + "y": 46295, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 56, + "instId": 300013, + "propState": 8, + "pos": { + "x": -171791, + "y": 22077, + "z": -150220 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 56, + "instId": 300014, + "propState": 8, + "pos": { + "x": -62450, + "y": -16918, + "z": -245750 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 56, + "instId": 300029, + "propState": 8, + "pos": { + "x": 164490, + "y": 32410, + "z": -315343 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 56, + "instId": 300006, + "propState": 8, + "pos": { + "x": 144074, + "y": 28100, + "z": -138285 + }, + "rot": { + "x": 0, + "y": 46973, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300007, + "propState": 8, + "pos": { + "x": 115530, + "y": 22088, + "z": -216120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300003, + "propState": 8, + "pos": { + "x": 108292, + "y": 16085, + "z": -249816 + }, + "rot": { + "x": 0, + "y": 151903, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 56, + "instId": 300004, + "propState": 8, + "pos": { + "x": 80018, + "y": 22090, + "z": -228853 + }, + "rot": { + "x": 0, + "y": 220892, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300005, + "propState": 8, + "pos": { + "x": 129786, + "y": 32420, + "z": -313979 + }, + "rot": { + "x": 0, + "y": 314976, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 56, + "instId": 300008, + "propState": 8, + "pos": { + "x": 63798, + "y": -16918, + "z": -242284 + }, + "rot": { + "x": 0, + "y": 321448, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300009, + "propState": 8, + "pos": { + "x": -80004, + "y": 22090, + "z": -201241 + }, + "rot": { + "x": 0, + "y": 84752, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300010, + "propState": 8, + "pos": { + "x": -121155, + "y": 22077, + "z": -216574 + }, + "rot": { + "x": 0, + "y": 353807, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 56, + "instId": 300011, + "propState": 8, + "pos": { + "x": -121053, + "y": 22077, + "z": -177263 + }, + "rot": { + "x": 0, + "y": 173938, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300015, + "propState": 8, + "pos": { + "x": -142734, + "y": 19077, + "z": -152427 + }, + "rot": { + "x": 0, + "y": 115462, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 56, + "instId": 300016, + "propState": 8, + "pos": { + "x": -153560, + "y": 16077, + "z": -129380 + }, + "rot": { + "x": 0, + "y": 107668, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300017, + "propState": 8, + "pos": { + "x": -136000, + "y": 22077, + "z": -127490 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 56, + "instId": 300018, + "propState": 8, + "pos": { + "x": -145805, + "y": 21032, + "z": -27344 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 56, + "instId": 300019, + "propState": 8, + "pos": { + "x": -153673, + "y": 28075, + "z": -2480 + }, + "rot": { + "x": 0, + "y": 119812, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300020, + "propState": 8, + "pos": { + "x": -188991, + "y": 28032, + "z": 2956 + }, + "rot": { + "x": 0, + "y": 186615, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 56, + "instId": 300021, + "propState": 8, + "pos": { + "x": -188120, + "y": 16032, + "z": -80463 + }, + "rot": { + "x": 0, + "y": 285782, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300022, + "propState": 8, + "pos": { + "x": -135496, + "y": -4910, + "z": -26902 + }, + "rot": { + "x": 0, + "y": 142473, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 56, + "instId": 300023, + "propState": 8, + "pos": { + "x": -126745, + "y": -4910, + "z": -95978 + }, + "rot": { + "x": 0, + "y": 353936, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 56, + "instId": 300024, + "propState": 8, + "pos": { + "x": -127846, + "y": -4910, + "z": -132695 + }, + "rot": { + "x": 0, + "y": 297112, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 56, + "instId": 300025, + "propState": 8, + "pos": { + "x": -161537, + "y": -10910, + "z": -137835 + }, + "rot": { + "x": 0, + "y": 247230, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300026, + "propState": 8, + "pos": { + "x": -121595, + "y": -16910, + "z": -150035 + }, + "rot": { + "x": 0, + "y": 178939, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300027, + "propState": 8, + "pos": { + "x": -125438, + "y": -16910, + "z": -196494 + }, + "rot": { + "x": 0, + "y": 118484, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 56, + "instId": 300028, + "propState": 8, + "pos": { + "x": -75992, + "y": -16900, + "z": -202281 + }, + "rot": { + "x": 0, + "y": 187292, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 57, + "instId": 300001, + "propState": 11, + "pos": { + "x": 80288, + "y": 28410, + "z": -302663 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60303 + }, + { + "groupId": 57, + "instId": 300002, + "propState": 8, + "pos": { + "x": 80288, + "y": 28410, + "z": -302663 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 57, + "instId": 300003, + "propState": 8, + "pos": { + "x": 80288, + "y": 28410, + "z": -302663 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 57, + "instId": 300004, + "propState": 8, + "pos": { + "x": 95351, + "y": 28410, + "z": -312124 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 62, + "instId": 300001, + "propState": 8, + "pos": { + "x": 166059, + "y": 35202, + "z": -250726 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 62, + "instId": 300002, + "propState": 8, + "pos": { + "x": 126273, + "y": 35030, + "z": -277480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 63, + "instId": 300001, + "propState": 8, + "pos": { + "x": 166240, + "y": 47050, + "z": -271620 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 63, + "instId": 300002, + "propState": 8, + "pos": { + "x": 134365, + "y": 47050, + "z": -264098 + }, + "rot": { + "x": 0, + "y": 216920, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 63, + "instId": 300003, + "propState": 8, + "pos": { + "x": 110107, + "y": 47060, + "z": -274810 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 64, + "instId": 300001, + "propState": 12, + "pos": { + "x": 111726, + "y": 35080, + "z": -269710 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60302 + }, + { + "groupId": 65, + "instId": 300002, + "propState": 12, + "pos": { + "x": 153190, + "y": 46630, + "z": -272600 + }, + "rot": { + "x": 0, + "y": 305478, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 68, + "instId": 300001, + "propState": 8, + "pos": { + "x": 170990, + "y": 32410, + "z": -319140 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 901 + }, + { + "groupId": 68, + "instId": 300002, + "propState": 8, + "pos": { + "x": 171780, + "y": 32420, + "z": -319930 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 71, + "instId": 300001, + "propState": 11, + "pos": { + "x": 125230, + "y": 40820, + "z": -276050 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60303 + }, + { + "groupId": 71, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 71, + "instId": 300003, + "propState": 8, + "pos": { + "x": 125420, + "y": 40810, + "z": -276120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 71, + "instId": 300004, + "propState": 8, + "pos": { + "x": 125420, + "y": 41160, + "z": -256100 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 72, + "instId": 300001, + "propState": 8, + "pos": { + "x": 125230, + "y": 39880, + "z": -263970 + }, + "rot": { + "x": 0, + "y": 359902, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 73, + "instId": 300001, + "propState": 11, + "pos": { + "x": -110601, + "y": 22308, + "z": -40540 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60302 + }, + { + "groupId": 73, + "instId": 300002, + "propState": 8, + "pos": { + "x": -110601, + "y": 22308, + "z": -40540 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 73, + "instId": 300003, + "propState": 8, + "pos": { + "x": -110601, + "y": 22308, + "z": -40540 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 73, + "instId": 300004, + "propState": 8, + "pos": { + "x": -107740, + "y": 22034, + "z": -54710 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 74, + "instId": 300002, + "propState": 8, + "pos": { + "x": -122020, + "y": 16032, + "z": -80556 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 74, + "instId": 300026, + "propState": 8, + "pos": { + "x": -130967, + "y": 16048, + "z": -66606 + }, + "rot": { + "x": 0, + "y": 13220, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 74, + "instId": 300027, + "propState": 8, + "pos": { + "x": -159972, + "y": 16032, + "z": -86207 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 74, + "instId": 300028, + "propState": 8, + "pos": { + "x": -107792, + "y": 28048, + "z": -72795 + }, + "rot": { + "x": 0, + "y": 268271, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 75, + "instId": 300001, + "propState": 12, + "pos": { + "x": -149276, + "y": 16048, + "z": -62254 + }, + "rot": { + "x": 0, + "y": 317606, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 75, + "instId": 300002, + "propState": 12, + "pos": { + "x": -104283, + "y": 16032, + "z": -58786 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 78, + "instId": 300026, + "propState": 8, + "pos": { + "x": -140319, + "y": 38323, + "z": -55920 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 78, + "instId": 300027, + "propState": 8, + "pos": { + "x": -152550, + "y": 23093, + "z": -55923 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 80, + "instId": 300027, + "propState": 8, + "pos": { + "x": -161471, + "y": 30453, + "z": -95362 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 90, + "instId": 300001, + "propState": 12, + "pos": { + "x": 356617, + "y": 6088, + "z": -309496 + }, + "rot": { + "x": 0, + "y": 268239, + "z": 0 + }, + "propId": 60303 + }, + { + "groupId": 90, + "instId": 300002, + "propState": 8, + "pos": { + "x": 377128, + "y": 2940, + "z": -300428 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 90, + "instId": 300003, + "propState": 8, + "pos": { + "x": 369575, + "y": 2940, + "z": -308518 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 93, + "instId": 300001, + "propState": 12, + "pos": { + "x": 373830, + "y": 35270, + "z": -298138 + }, + "rot": { + "x": 0, + "y": 90001, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 95, + "instId": 300001, + "propState": 12, + "pos": { + "x": 390050, + "y": 32580, + "z": -272873 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 95, + "instId": 300002, + "propState": 12, + "pos": { + "x": 366015, + "y": 49580, + "z": -289187 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60303 + }, + { + "groupId": 97, + "instId": 300001, + "propState": 11, + "pos": { + "x": 342050, + "y": 33275, + "z": -289213 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60303 + }, + { + "groupId": 97, + "instId": 300002, + "propState": 8, + "pos": { + "x": 342050, + "y": 33275, + "z": -289213 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 97, + "instId": 300003, + "propState": 8, + "pos": { + "x": 342050, + "y": 33275, + "z": -289213 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 98, + "instId": 300002, + "propState": 8, + "pos": { + "x": 342050, + "y": 33350, + "z": -270300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 98, + "instId": 300026, + "propState": 8, + "pos": { + "x": 342140, + "y": 27170, + "z": -278174 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 99, + "instId": 300001, + "propState": 8, + "pos": { + "x": 381066, + "y": 39010, + "z": -276572 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 99, + "instId": 300003, + "propState": 8, + "pos": { + "x": 350276, + "y": 39010, + "z": -276543 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 100, + "instId": 300001, + "propState": 8, + "pos": { + "x": 350564, + "y": 33868, + "z": -298148 + }, + "rot": { + "x": 0, + "y": 89994, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 100, + "instId": 300003, + "propState": 8, + "pos": { + "x": 379885, + "y": 35051, + "z": -298150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 107, + "instId": 300001, + "propState": 8, + "pos": { + "x": -119563, + "y": 30930, + "z": -40770 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103010 + }, + { + "groupId": 107, + "instId": 300002, + "propState": 8, + "pos": { + "x": -113489, + "y": 28030, + "z": -40900 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103011 + }, + { + "groupId": 107, + "instId": 300003, + "propState": 1, + "pos": { + "x": -125503, + "y": 28037, + "z": -40901 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103011 + }, + { + "groupId": 107, + "instId": 300004, + "propState": 8, + "pos": { + "x": -115543, + "y": 28034, + "z": -42975 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 156, + "instId": 300001, + "propState": 18, + "pos": { + "x": -31576, + "y": -14501, + "z": -256385 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 156, + "instId": 300002, + "propState": 1, + "pos": { + "x": -31548, + "y": -15925, + "z": -258229 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 168, + "instId": 300001, + "propState": 18, + "pos": { + "x": 161054, + "y": 29791, + "z": -122169 + }, + "rot": { + "x": 0, + "y": 178459, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 168, + "instId": 300002, + "propState": 1, + "pos": { + "x": 161054, + "y": 29791, + "z": -122169 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 169, + "instId": 300001, + "propState": 18, + "pos": { + "x": 93164, + "y": 22768, + "z": -183201 + }, + "rot": { + "x": 0, + "y": 279626, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 169, + "instId": 300002, + "propState": 1, + "pos": { + "x": 93164, + "y": 22768, + "z": -183201 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 172, + "instId": 300001, + "propState": 18, + "pos": { + "x": 10836, + "y": -15124, + "z": -281828 + }, + "rot": { + "x": 0, + "y": 253540, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 172, + "instId": 300002, + "propState": 1, + "pos": { + "x": 11397, + "y": -14757, + "z": -281489 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 173, + "instId": 300001, + "propState": 1, + "pos": { + "x": 146218, + "y": 28084, + "z": -175913 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 173, + "instId": 300002, + "propState": 8, + "pos": { + "x": 81346, + "y": 22089, + "z": -196925 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 173, + "instId": 300003, + "propState": 1, + "pos": { + "x": -81320, + "y": 22100, + "z": -196809 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 173, + "instId": 300006, + "propState": 1, + "pos": { + "x": -125303, + "y": 22090, + "z": -148889 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 173, + "instId": 300007, + "propState": 1, + "pos": { + "x": -155408, + "y": 22090, + "z": -148889 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 173, + "instId": 300008, + "propState": 1, + "pos": { + "x": -135344, + "y": -4910, + "z": -61779 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 173, + "instId": 300009, + "propState": 1, + "pos": { + "x": 149255, + "y": 28111, + "z": -130927 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103032 + }, + { + "groupId": 173, + "instId": 300010, + "propState": 8, + "pos": { + "x": 110204, + "y": 22109, + "z": -217944 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 173, + "instId": 300011, + "propState": 8, + "pos": { + "x": -156331, + "y": -4910, + "z": -79773 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 173, + "instId": 300004, + "propState": 8, + "pos": { + "x": -188501, + "y": 16040, + "z": -55890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 173, + "instId": 300012, + "propState": 1, + "pos": { + "x": -156415, + "y": -10910, + "z": -130932 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 173, + "instId": 300013, + "propState": 1, + "pos": { + "x": -165403, + "y": -10910, + "z": -139927 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 173, + "instId": 300015, + "propState": 8, + "pos": { + "x": -81322, + "y": -16910, + "z": -196913 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 173, + "instId": 300016, + "propState": 8, + "pos": { + "x": -83505, + "y": -16868, + "z": -198931 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 173, + "instId": 300017, + "propState": 8, + "pos": { + "x": 80139, + "y": 22090, + "z": -199564 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 173, + "instId": 300018, + "propState": 1, + "pos": { + "x": -173385, + "y": 22081, + "z": -148887 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103032 + }, + { + "groupId": 173, + "instId": 300014, + "propState": 8, + "pos": { + "x": -190551, + "y": 16032, + "z": -53857 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 173, + "instId": 300005, + "propState": 8, + "pos": { + "x": -116165, + "y": 22090, + "z": -175809 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 183, + "instId": 300001, + "propState": 18, + "pos": { + "x": -173186, + "y": -9401, + "z": -127050 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 183, + "instId": 300002, + "propState": 8, + "pos": { + "x": -176788, + "y": -9420, + "z": -125359 + }, + "rot": { + "x": 0, + "y": 328197, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 183, + "instId": 300003, + "propState": 8, + "pos": { + "x": -171872, + "y": -9634, + "z": -123076 + }, + "rot": { + "x": 0, + "y": 46339, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 183, + "instId": 300004, + "propState": 1, + "pos": { + "x": -173186, + "y": -9401, + "z": -127050 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 184, + "instId": 300001, + "propState": 18, + "pos": { + "x": -128529, + "y": -3461, + "z": -72170 + }, + "rot": { + "x": 0, + "y": 120468, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 184, + "instId": 300002, + "propState": 1, + "pos": { + "x": -128723, + "y": -3319, + "z": -72647 + }, + "rot": { + "x": 0, + "y": 310570, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 185, + "instId": 300001, + "propState": 18, + "pos": { + "x": -146994, + "y": 19513, + "z": -92703 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 185, + "instId": 300002, + "propState": 1, + "pos": { + "x": -146994, + "y": 19513, + "z": -92703 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 187, + "instId": 300001, + "propState": 18, + "pos": { + "x": 84365, + "y": 29166, + "z": -316790 + }, + "rot": { + "x": 0, + "y": 37527, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 187, + "instId": 300002, + "propState": 8, + "pos": { + "x": 82722, + "y": 29172, + "z": -317748 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 187, + "instId": 300003, + "propState": 8, + "pos": { + "x": 84373, + "y": 29151, + "z": -318710 + }, + "rot": { + "x": 0, + "y": 150375, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 187, + "instId": 300004, + "propState": 1, + "pos": { + "x": 83802, + "y": 29258, + "z": -317801 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 188, + "instId": 300001, + "propState": 18, + "pos": { + "x": -146411, + "y": 29094, + "z": -14855 + }, + "rot": { + "x": 0, + "y": 136461, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 188, + "instId": 300002, + "propState": 1, + "pos": { + "x": -146411, + "y": 29094, + "z": -14855 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 189, + "instId": 300001, + "propState": 18, + "pos": { + "x": -189692, + "y": 16880, + "z": -70458 + }, + "rot": { + "x": 0, + "y": 18331, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 189, + "instId": 300002, + "propState": 1, + "pos": { + "x": -190622, + "y": 16032, + "z": -67910 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 193, + "instId": 300001, + "propState": 8, + "pos": { + "x": 125263, + "y": 35055, + "z": -266930 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 193, + "instId": 300002, + "propState": 8, + "pos": { + "x": 119263, + "y": 35055, + "z": -266930 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 193, + "instId": 300003, + "propState": 8, + "pos": { + "x": 112456, + "y": 35070, + "z": -272273 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 194, + "instId": 300001, + "propState": 8, + "pos": { + "x": 369050, + "y": 26166, + "z": -265280 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 194, + "instId": 300002, + "propState": 8, + "pos": { + "x": 366974, + "y": 28132, + "z": -265280 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 195, + "instId": 300001, + "propState": 8, + "pos": { + "x": 381886, + "y": 26283, + "z": -298135 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 195, + "instId": 300002, + "propState": 8, + "pos": { + "x": 384295, + "y": 27855, + "z": -298151 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 198, + "instId": 300001, + "propState": 12, + "pos": { + "x": -95150, + "y": 21160, + "z": -276190 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 199, + "instId": 300001, + "propState": 12, + "pos": { + "x": -116297, + "y": 31664, + "z": -289820 + }, + "rot": { + "x": 0, + "y": 1, + "z": 0 + }, + "propId": 60303 + }, + { + "groupId": 211, + "instId": 300004, + "propState": 1, + "pos": { + "x": -179420, + "y": -5030, + "z": -79729 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103013 + }, + { + "groupId": 216, + "instId": 300001, + "propState": 8, + "pos": { + "x": -133837, + "y": 16077, + "z": -150924 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 216, + "instId": 300002, + "propState": 8, + "pos": { + "x": -140360, + "y": 17620, + "z": -150930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 216, + "instId": 300003, + "propState": 8, + "pos": { + "x": -133730, + "y": 16077, + "z": -149600 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 216, + "instId": 300004, + "propState": 8, + "pos": { + "x": -133837, + "y": 16077, + "z": -150924 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 216, + "instId": 300005, + "propState": 8, + "pos": { + "x": -147470, + "y": 16077, + "z": -166639 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 224, + "instId": 300001, + "propState": 8, + "pos": { + "x": 344411, + "y": 15070, + "z": -270316 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 224, + "instId": 300002, + "propState": 8, + "pos": { + "x": 364290, + "y": 15070, + "z": -279300 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 224, + "instId": 300003, + "propState": 8, + "pos": { + "x": 375944, + "y": 3144, + "z": -308377 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 224, + "instId": 300004, + "propState": 8, + "pos": { + "x": 344510, + "y": 15070, + "z": -270450 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 224, + "instId": 300005, + "propState": 8, + "pos": { + "x": 343255, + "y": 15070, + "z": -270316 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 224, + "instId": 300006, + "propState": 8, + "pos": { + "x": 375800, + "y": 3084, + "z": -309867 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 224, + "instId": 300007, + "propState": 8, + "pos": { + "x": 356617, + "y": 6088, + "z": -309496 + }, + "rot": { + "x": 0, + "y": 268239, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 226, + "instId": 300004, + "propState": 8, + "pos": { + "x": 368259, + "y": 6088, + "z": -304138 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103087 + }, + { + "groupId": 226, + "instId": 300007, + "propState": 21, + "pos": { + "x": 388756, + "y": 15070, + "z": -270770 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 226, + "instId": 300008, + "propState": 21, + "pos": { + "x": 388872, + "y": 21060, + "z": -274648 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 226, + "instId": 300016, + "propState": 8, + "pos": { + "x": 357920, + "y": 15070, + "z": -288484 + }, + "rot": { + "x": 0, + "y": 35918, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 226, + "instId": 300017, + "propState": 8, + "pos": { + "x": 371890, + "y": 15070, + "z": -272080 + }, + "rot": { + "x": 0, + "y": 118242, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 226, + "instId": 300018, + "propState": 21, + "pos": { + "x": 374061, + "y": 6357, + "z": -309768 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 226, + "instId": 300019, + "propState": 21, + "pos": { + "x": 353694, + "y": 15080, + "z": -295642 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 226, + "instId": 300020, + "propState": 8, + "pos": { + "x": 368024, + "y": 6357, + "z": -309756 + }, + "rot": { + "x": 0, + "y": 194725, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 226, + "instId": 300021, + "propState": 8, + "pos": { + "x": 363172, + "y": 3074, + "z": -298299 + }, + "rot": { + "x": 0, + "y": 204937, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 226, + "instId": 300022, + "propState": 8, + "pos": { + "x": 368823, + "y": 3074, + "z": -293864 + }, + "rot": { + "x": 0, + "y": 66089, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 226, + "instId": 300023, + "propState": 21, + "pos": { + "x": 369299, + "y": 6088, + "z": -301061 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 226, + "instId": 300024, + "propState": 21, + "pos": { + "x": 375005, + "y": 3095, + "z": -300556 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 226, + "instId": 300027, + "propState": 21, + "pos": { + "x": 354481, + "y": 6115, + "z": -301178 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 226, + "instId": 300028, + "propState": 21, + "pos": { + "x": 355086, + "y": 3092, + "z": -293432 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 226, + "instId": 300009, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 226, + "instId": 300010, + "propState": 8, + "pos": { + "x": 368259, + "y": 6088, + "z": -302138 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103087 + }, + { + "groupId": 226, + "instId": 300012, + "propState": 8, + "pos": { + "x": 356976, + "y": 3074, + "z": -308213 + }, + "rot": { + "x": 0, + "y": 91810, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 226, + "instId": 300030, + "propState": 8, + "pos": { + "x": 361970, + "y": 15144, + "z": -271995 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 226, + "instId": 300001, + "propState": 8, + "pos": { + "x": 353800, + "y": 15174, + "z": -276989 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 227, + "instId": 300005, + "propState": 8, + "pos": { + "x": -126190, + "y": 19343, + "z": -134934 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103087 + }, + { + "groupId": 227, + "instId": 300008, + "propState": 21, + "pos": { + "x": -125725, + "y": 16083, + "z": -138778 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 227, + "instId": 300009, + "propState": 21, + "pos": { + "x": -125790, + "y": 19355, + "z": -137942 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 227, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 227, + "instId": 300011, + "propState": 8, + "pos": { + "x": -154160, + "y": 11370, + "z": -149390 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 227, + "instId": 300001, + "propState": 8, + "pos": { + "x": -140368, + "y": 16077, + "z": -146218 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 230, + "instId": 300002, + "propState": 1, + "pos": { + "x": -311665, + "y": -8820, + "z": -74247 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 230, + "instId": 300007, + "propState": 1, + "pos": { + "x": -311665, + "y": -8820, + "z": -68247 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 230, + "instId": 300008, + "propState": 1, + "pos": { + "x": -311665, + "y": -8810, + "z": -92348 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 230, + "instId": 300010, + "propState": 1, + "pos": { + "x": -311665, + "y": -8810, + "z": -86247 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 230, + "instId": 300011, + "propState": 1, + "pos": { + "x": -329860, + "y": -8810, + "z": -98640 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 230, + "instId": 300012, + "propState": 1, + "pos": { + "x": -323860, + "y": -8810, + "z": -98640 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 230, + "instId": 300013, + "propState": 1, + "pos": { + "x": -329801, + "y": -8819, + "z": -92255 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 230, + "instId": 300014, + "propState": 1, + "pos": { + "x": -329801, + "y": -8819, + "z": -86255 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 230, + "instId": 300015, + "propState": 8, + "pos": { + "x": -317772, + "y": -8934, + "z": -74250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 230, + "instId": 300016, + "propState": 8, + "pos": { + "x": -323772, + "y": -8934, + "z": -74250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 230, + "instId": 300017, + "propState": 8, + "pos": { + "x": -341716, + "y": -8914, + "z": -74250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 230, + "instId": 300018, + "propState": 8, + "pos": { + "x": -335716, + "y": -8914, + "z": -74250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 230, + "instId": 300019, + "propState": 8, + "pos": { + "x": -330580, + "y": -8804, + "z": -79090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 230, + "instId": 300020, + "propState": 8, + "pos": { + "x": -348780, + "y": -8804, + "z": -79090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 230, + "instId": 300001, + "propState": 1, + "pos": { + "x": -353801, + "y": -8819, + "z": -68340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 230, + "instId": 300003, + "propState": 1, + "pos": { + "x": -353801, + "y": -8819, + "z": -74340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 231, + "instId": 300002, + "propState": 1, + "pos": { + "x": -305665, + "y": -8800, + "z": -74252 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 231, + "instId": 300007, + "propState": 1, + "pos": { + "x": -305665, + "y": -8800, + "z": -68252 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 231, + "instId": 300008, + "propState": 1, + "pos": { + "x": -305920, + "y": -8804, + "z": -92356 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 231, + "instId": 300010, + "propState": 1, + "pos": { + "x": -305920, + "y": -8804, + "z": -86236 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 232, + "instId": 300007, + "propState": 1, + "pos": { + "x": -311665, + "y": -8904, + "z": -74240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 232, + "instId": 300008, + "propState": 1, + "pos": { + "x": -311665, + "y": -8904, + "z": -68240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 232, + "instId": 300010, + "propState": 8, + "pos": { + "x": -348000, + "y": -8920, + "z": -74340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 232, + "instId": 300011, + "propState": 8, + "pos": { + "x": -348000, + "y": -8920, + "z": -68340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 232, + "instId": 300014, + "propState": 8, + "pos": { + "x": -329829, + "y": -8790, + "z": -92261 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 232, + "instId": 300015, + "propState": 8, + "pos": { + "x": -329829, + "y": -8790, + "z": -86261 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 232, + "instId": 300016, + "propState": 1, + "pos": { + "x": -317852, + "y": -8914, + "z": -74250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 232, + "instId": 300017, + "propState": 1, + "pos": { + "x": -323852, + "y": -8914, + "z": -74250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 232, + "instId": 300018, + "propState": 1, + "pos": { + "x": -341709, + "y": -8914, + "z": -74250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 232, + "instId": 300019, + "propState": 1, + "pos": { + "x": -335716, + "y": -8914, + "z": -74250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 232, + "instId": 300012, + "propState": 8, + "pos": { + "x": -353497, + "y": -8860, + "z": -61294 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 232, + "instId": 300013, + "propState": 8, + "pos": { + "x": -335110, + "y": -8804, + "z": -79560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 233, + "instId": 300002, + "propState": 8, + "pos": { + "x": -311665, + "y": -8780, + "z": -74240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 233, + "instId": 300007, + "propState": 8, + "pos": { + "x": -311665, + "y": -8780, + "z": -68240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 233, + "instId": 300008, + "propState": 1, + "pos": { + "x": -311665, + "y": -8790, + "z": -92361 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 233, + "instId": 300010, + "propState": 1, + "pos": { + "x": -311665, + "y": -8790, + "z": -86270 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 233, + "instId": 300011, + "propState": 1, + "pos": { + "x": -329845, + "y": -8810, + "z": -74220 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 233, + "instId": 300012, + "propState": 1, + "pos": { + "x": -329845, + "y": -8810, + "z": -68220 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 233, + "instId": 300013, + "propState": 1, + "pos": { + "x": -348000, + "y": -8800, + "z": -92360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 233, + "instId": 300014, + "propState": 1, + "pos": { + "x": -348000, + "y": -8800, + "z": -86360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 233, + "instId": 300015, + "propState": 1, + "pos": { + "x": -317887, + "y": -8800, + "z": -56250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 233, + "instId": 300016, + "propState": 1, + "pos": { + "x": -323887, + "y": -8800, + "z": -56250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 233, + "instId": 300017, + "propState": 1, + "pos": { + "x": -341717, + "y": -8826, + "z": -74250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 233, + "instId": 300018, + "propState": 1, + "pos": { + "x": -335717, + "y": -8826, + "z": -74250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 233, + "instId": 300019, + "propState": 8, + "pos": { + "x": -317249, + "y": -8766, + "z": -61433 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 234, + "instId": 300010, + "propState": 8, + "pos": { + "x": -113170, + "y": 22072, + "z": -271945 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 234, + "instId": 300013, + "propState": 8, + "pos": { + "x": -113170, + "y": 22072, + "z": -277938 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 234, + "instId": 300014, + "propState": 8, + "pos": { + "x": -118757, + "y": 22080, + "z": -279025 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 240, + "instId": 300001, + "propState": 12, + "pos": { + "x": -309565, + "y": -69, + "z": -104220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 260, + "instId": 300001, + "propState": 8, + "pos": { + "x": 119760, + "y": 24080, + "z": -118170 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 901 + }, + { + "groupId": 266, + "instId": 300001, + "propState": 18, + "pos": { + "x": 69319, + "y": 23836, + "z": -190915 + }, + "rot": { + "x": 0, + "y": 327586, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 266, + "instId": 300002, + "propState": 1, + "pos": { + "x": 69319, + "y": 23836, + "z": -190915 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 268, + "instId": 300001, + "propState": 18, + "pos": { + "x": 116887, + "y": 27996, + "z": -195881 + }, + "rot": { + "x": 0, + "y": 37833, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 268, + "instId": 300002, + "propState": 1, + "pos": { + "x": 112380, + "y": 22112, + "z": -201770 + }, + "rot": { + "x": 0, + "y": 22616, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 269, + "instId": 300001, + "propState": 18, + "pos": { + "x": -153603, + "y": 16649, + "z": -163317 + }, + "rot": { + "x": 0, + "y": 46372, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 269, + "instId": 300002, + "propState": 8, + "pos": { + "x": -153447, + "y": 16347, + "z": -164321 + }, + "rot": { + "x": 0, + "y": 52557, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 269, + "instId": 300003, + "propState": 8, + "pos": { + "x": -152461, + "y": 16545, + "z": -165008 + }, + "rot": { + "x": 0, + "y": 313798, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 269, + "instId": 300004, + "propState": 1, + "pos": { + "x": -153173, + "y": 16077, + "z": -165221 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 271, + "instId": 300001, + "propState": 18, + "pos": { + "x": 58289, + "y": -16028, + "z": -246820 + }, + "rot": { + "x": 0, + "y": 346147, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 271, + "instId": 300002, + "propState": 1, + "pos": { + "x": 58289, + "y": -16028, + "z": -246820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 279, + "instId": 300001, + "propState": 18, + "pos": { + "x": 119221, + "y": 44462, + "z": -280004 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 279, + "instId": 300002, + "propState": 1, + "pos": { + "x": 119242, + "y": 47046, + "z": -281370 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 280, + "instId": 300001, + "propState": 18, + "pos": { + "x": 344637, + "y": 20138, + "z": -274774 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 280, + "instId": 300002, + "propState": 1, + "pos": { + "x": 345046, + "y": 18100, + "z": -276220 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 281, + "instId": 300001, + "propState": 18, + "pos": { + "x": -114500, + "y": 9089, + "z": -267385 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 281, + "instId": 300002, + "propState": 1, + "pos": { + "x": -114829, + "y": 9212, + "z": -265990 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 282, + "instId": 300001, + "propState": 18, + "pos": { + "x": 384467, + "y": 21988, + "z": -286179 + }, + "rot": { + "x": 0, + "y": 190311, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 282, + "instId": 300002, + "propState": 1, + "pos": { + "x": 388814, + "y": 21945, + "z": -280300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 288, + "instId": 300006, + "propState": 8, + "pos": { + "x": 159229, + "y": 27793, + "z": -139048 + }, + "rot": { + "x": 0, + "y": 15697, + "z": 0 + }, + "propId": 103013 + }, + { + "groupId": 289, + "instId": 300003, + "propState": 1, + "pos": { + "x": -120354, + "y": -16907, + "z": -211903 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 289, + "instId": 300004, + "propState": 1, + "pos": { + "x": -120354, + "y": -16907, + "z": -217903 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 289, + "instId": 300005, + "propState": 1, + "pos": { + "x": -120354, + "y": -16907, + "z": -223903 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 292, + "instId": 300001, + "propState": 18, + "pos": { + "x": -130280, + "y": 22508, + "z": -249461 + }, + "rot": { + "x": 0, + "y": 273476, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 292, + "instId": 300002, + "propState": 1, + "pos": { + "x": -127540, + "y": 22189, + "z": -250830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 293, + "instId": 300001, + "propState": 12, + "pos": { + "x": -150336, + "y": 38961, + "z": -60230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60302 + }, + { + "groupId": 294, + "instId": 300027, + "propState": 8, + "pos": { + "x": -120549, + "y": 22116, + "z": -259134 + }, + "rot": { + "x": 0, + "y": 158945, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 294, + "instId": 300028, + "propState": 8, + "pos": { + "x": -123618, + "y": 16110, + "z": -271290 + }, + "rot": { + "x": 0, + "y": 348891, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 295, + "instId": 300028, + "propState": 8, + "pos": { + "x": -137130, + "y": 37706, + "z": -271664 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 296, + "instId": 300027, + "propState": 8, + "pos": { + "x": -128063, + "y": 17779, + "z": -265987 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 298, + "instId": 300001, + "propState": 11, + "pos": { + "x": -26220, + "y": -16858, + "z": -271207 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103018 + }, + { + "groupId": 300, + "instId": 300001, + "propState": 11, + "pos": { + "x": 131480, + "y": 28090, + "z": -214320 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103018 + }, + { + "groupId": 301, + "instId": 300001, + "propState": 11, + "pos": { + "x": -75991, + "y": 22090, + "z": -182680 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103018 + }, + { + "groupId": 302, + "instId": 300001, + "propState": 1, + "pos": { + "x": 166914, + "y": 29381, + "z": -130890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 139 + }, + { + "groupId": 302, + "instId": 300002, + "propState": 8, + "pos": { + "x": 110155, + "y": 18067, + "z": -263338 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 302, + "instId": 300003, + "propState": 8, + "pos": { + "x": 71858, + "y": -17715, + "z": -569984 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 302, + "instId": 300004, + "propState": 8, + "pos": { + "x": -179152, + "y": -2932, + "z": -79670 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 302, + "instId": 300005, + "propState": 8, + "pos": { + "x": 97238, + "y": 108170, + "z": 160214 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 302, + "instId": 300006, + "propState": 8, + "pos": { + "x": 35260, + "y": -8710, + "z": -531030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 303, + "instId": 300001, + "propState": 8, + "pos": { + "x": 117147, + "y": 32410, + "z": -330955 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 808 + }, + { + "groupId": 304, + "instId": 300001, + "propState": 8, + "pos": { + "x": -67310, + "y": 22081, + "z": -235630 + }, + "rot": { + "x": 0, + "y": 190000, + "z": 0 + }, + "propId": 801 + }, + { + "groupId": 307, + "instId": 300001, + "propState": 12, + "pos": { + "x": -128160, + "y": 6200, + "z": -265990 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 319, + "instId": 300001, + "propState": 8, + "pos": { + "x": -152439, + "y": 16127, + "z": -136360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 319, + "instId": 300002, + "propState": 8, + "pos": { + "x": -140387, + "y": 16310, + "z": -146364 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 325, + "instId": 300001, + "propState": 12, + "pos": { + "x": -307370, + "y": -20730, + "z": -50279 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 326, + "instId": 300001, + "propState": 12, + "pos": { + "x": -356156, + "y": -8790, + "z": -77323 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60302 + }, + { + "groupId": 329, + "instId": 300001, + "propState": 12, + "pos": { + "x": -332730, + "y": -8750, + "z": -77240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60303 + }, + { + "groupId": 331, + "instId": 300001, + "propState": 12, + "pos": { + "x": -349410, + "y": 1420, + "z": -77262 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60303 + }, + { + "groupId": 332, + "instId": 300001, + "propState": 1, + "pos": { + "x": 70987, + "y": -16918, + "z": -249130 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 332, + "instId": 300003, + "propState": 1, + "pos": { + "x": 73440, + "y": 22090, + "z": -243065 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 332, + "instId": 300002, + "propState": 8, + "pos": { + "x": -67698, + "y": -16918, + "z": -249130 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 332, + "instId": 300004, + "propState": 1, + "pos": { + "x": -73516, + "y": 22090, + "z": -246650 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 332, + "instId": 300005, + "propState": 1, + "pos": { + "x": -125968, + "y": 21032, + "z": -33553 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 332, + "instId": 300006, + "propState": 1, + "pos": { + "x": -125968, + "y": 21032, + "z": -30254 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 332, + "instId": 300007, + "propState": 1, + "pos": { + "x": -126790, + "y": -4906, + "z": -30006 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 332, + "instId": 300008, + "propState": 1, + "pos": { + "x": -126790, + "y": -4906, + "z": -33305 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 332, + "instId": 300010, + "propState": 1, + "pos": { + "x": 120500, + "y": 32410, + "z": -337990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 332, + "instId": 300011, + "propState": 1, + "pos": { + "x": 264503, + "y": 32420, + "z": -310455 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 332, + "instId": 300012, + "propState": 8, + "pos": { + "x": 261211, + "y": 32420, + "z": -410195 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 333, + "instId": 300001, + "propState": 12, + "pos": { + "x": -353870, + "y": 8360, + "z": -57753 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 334, + "instId": 300002, + "propState": 12, + "pos": { + "x": -353838, + "y": -26799, + "z": -61985 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 352, + "instId": 300001, + "propState": 11, + "pos": { + "x": 384856, + "y": 21544, + "z": -262400 + }, + "rot": { + "x": 0, + "y": 89999, + "z": 0 + }, + "propId": 103018 + }, + { + "groupId": 362, + "instId": 300001, + "propState": 8, + "pos": { + "x": -169070, + "y": 22077, + "z": -162001 + }, + "rot": { + "x": 0, + "y": 356426, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 379, + "instId": 300002, + "propState": 9, + "pos": { + "x": -307180, + "y": 324, + "z": -77350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 380, + "instId": 300001, + "propState": 12, + "pos": { + "x": -305900, + "y": 7530, + "z": -65220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 385, + "instId": 300001, + "propState": 8, + "pos": { + "x": 368237, + "y": 15144, + "z": -285022 + }, + "rot": { + "x": 0, + "y": 268239, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 385, + "instId": 300002, + "propState": 8, + "pos": { + "x": 353485, + "y": 15254, + "z": -276970 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 397, + "instId": 300001, + "propState": 12, + "pos": { + "x": -341706, + "y": -30261, + "z": -77151 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 398, + "instId": 300001, + "propState": 12, + "pos": { + "x": -335880, + "y": -12400, + "z": -61543 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 400, + "instId": 300001, + "propState": 12, + "pos": { + "x": -348553, + "y": -15827, + "z": -77330 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 412, + "instId": 300001, + "propState": 1, + "pos": { + "x": 110257, + "y": 15961, + "z": -263644 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103013 + }, + { + "groupId": 412, + "instId": 300002, + "propState": 1, + "pos": { + "x": 71976, + "y": -19870, + "z": -570363 + }, + "rot": { + "x": 0, + "y": 358950, + "z": 0 + }, + "propId": 103013 + }, + { + "groupId": 412, + "instId": 300003, + "propState": 1, + "pos": { + "x": 35020, + "y": -10626, + "z": -531100 + }, + "rot": { + "x": 0, + "y": 87023, + "z": 0 + }, + "propId": 103013 + }, + { + "groupId": 412, + "instId": 300004, + "propState": 8, + "pos": { + "x": 110330, + "y": 17630, + "z": -263476 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 414, + "instId": 300001, + "propState": 8, + "pos": { + "x": 35340, + "y": -10000, + "z": -531240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 415, + "instId": 300002, + "propState": 8, + "pos": { + "x": -179190, + "y": -4760, + "z": -79740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 420, + "instId": 300001, + "propState": 2, + "pos": { + "x": -147700, + "y": -4480, + "z": -34850 + }, + "rot": { + "x": 0, + "y": 70205, + "z": 0 + }, + "propId": 103130 + }, + { + "groupId": 420, + "instId": 300002, + "propState": 8, + "pos": { + "x": -144768, + "y": -3923, + "z": -31631 + }, + "rot": { + "x": 0, + "y": 70205, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 421, + "instId": 300001, + "propState": 18, + "pos": { + "x": 357961, + "y": 6050, + "z": -308940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 421, + "instId": 300002, + "propState": 1, + "pos": { + "x": 357553, + "y": 6050, + "z": -309853 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 422, + "instId": 300001, + "propState": 10, + "pos": { + "x": -143840, + "y": 28077, + "z": -215570 + }, + "rot": { + "x": 0, + "y": 85000, + "z": 0 + }, + "propId": 103012 + }, + { + "groupId": 422, + "instId": 300002, + "propState": 8, + "pos": { + "x": -143840, + "y": 28077, + "z": -215570 + }, + "rot": { + "x": 0, + "y": 85000, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 422, + "instId": 300003, + "propState": 8, + "pos": { + "x": -143840, + "y": 28077, + "z": -215570 + }, + "rot": { + "x": 0, + "y": 85000, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 422, + "instId": 300004, + "propState": 8, + "pos": { + "x": -143840, + "y": 28077, + "z": -215570 + }, + "rot": { + "x": 0, + "y": 85000, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 422, + "instId": 300005, + "propState": 8, + "pos": { + "x": -143840, + "y": 28077, + "z": -215570 + }, + "rot": { + "x": 0, + "y": 85000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 422, + "instId": 300006, + "propState": 8, + "pos": { + "x": -152161, + "y": 28077, + "z": -217810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 422, + "instId": 300007, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 422, + "instId": 300008, + "propState": 2, + "pos": { + "x": -152164, + "y": 28077, + "z": -217780 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 422, + "instId": 300009, + "propState": 8, + "pos": { + "x": -143840, + "y": 28077, + "z": -215570 + }, + "rot": { + "x": 0, + "y": 85000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 422, + "instId": 300010, + "propState": 8, + "pos": { + "x": -149161, + "y": 28077, + "z": -217810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 422, + "instId": 300011, + "propState": 20, + "pos": { + "x": -152160, + "y": 28077, + "z": -222460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60302 + }, + { + "groupId": 422, + "instId": 300012, + "propState": 8, + "pos": { + "x": -143840, + "y": 28077, + "z": -215570 + }, + "rot": { + "x": 0, + "y": 85000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 422, + "instId": 300013, + "propState": 8, + "pos": { + "x": -152160, + "y": 28077, + "z": -222460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 432, + "instId": 300001, + "propState": 11, + "pos": { + "x": -154075, + "y": 28032, + "z": -41050 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103018 + }, + { + "groupId": 433, + "instId": 300001, + "propState": 10, + "pos": { + "x": -104760, + "y": 22116, + "z": -250750 + }, + "rot": { + "x": 0, + "y": 270206, + "z": 0 + }, + "propId": 103012 + }, + { + "groupId": 433, + "instId": 300002, + "propState": 8, + "pos": { + "x": -104760, + "y": 22116, + "z": -250750 + }, + "rot": { + "x": 0, + "y": 270206, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 433, + "instId": 300003, + "propState": 8, + "pos": { + "x": -104760, + "y": 22116, + "z": -250750 + }, + "rot": { + "x": 0, + "y": 270206, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 433, + "instId": 300004, + "propState": 8, + "pos": { + "x": -104760, + "y": 22116, + "z": -250750 + }, + "rot": { + "x": 0, + "y": 270206, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 433, + "instId": 300005, + "propState": 8, + "pos": { + "x": -105807, + "y": 22116, + "z": -250750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 433, + "instId": 300006, + "propState": 20, + "pos": { + "x": -102846, + "y": 22116, + "z": -250700 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60302 + }, + { + "groupId": 433, + "instId": 300007, + "propState": 8, + "pos": { + "x": -102846, + "y": 22116, + "z": -250700 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 434, + "instId": 300001, + "propState": 10, + "pos": { + "x": -118380, + "y": 28048, + "z": -70920 + }, + "rot": { + "x": 0, + "y": 43289, + "z": 0 + }, + "propId": 103012 + }, + { + "groupId": 434, + "instId": 300002, + "propState": 8, + "pos": { + "x": -118380, + "y": 28048, + "z": -70920 + }, + "rot": { + "x": 0, + "y": 43289, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 434, + "instId": 300003, + "propState": 8, + "pos": { + "x": -118380, + "y": 28048, + "z": -70920 + }, + "rot": { + "x": 0, + "y": 43289, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 434, + "instId": 300004, + "propState": 8, + "pos": { + "x": -118380, + "y": 28048, + "z": -70920 + }, + "rot": { + "x": 0, + "y": 43289, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 434, + "instId": 300005, + "propState": 8, + "pos": { + "x": -137540, + "y": 16056, + "z": -89764 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 434, + "instId": 300006, + "propState": 20, + "pos": { + "x": -140441, + "y": 16055, + "z": -94522 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60302 + }, + { + "groupId": 434, + "instId": 300007, + "propState": 8, + "pos": { + "x": -140167, + "y": 16055, + "z": -90228 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 447, + "instId": 300006, + "propState": 18, + "pos": { + "x": 4450, + "y": -14925, + "z": -260730 + }, + "rot": { + "x": 0, + "y": 146959, + "z": 0 + }, + "propId": 103036 + }, + { + "groupId": 454, + "instId": 300001, + "propState": 10, + "pos": { + "x": 384420, + "y": 21090, + "z": -279590 + }, + "rot": { + "x": 0, + "y": 90358, + "z": 0 + }, + "propId": 103012 + }, + { + "groupId": 454, + "instId": 300002, + "propState": 8, + "pos": { + "x": 384420, + "y": 21090, + "z": -279590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 454, + "instId": 300003, + "propState": 8, + "pos": { + "x": 384420, + "y": 21090, + "z": -279590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 454, + "instId": 300004, + "propState": 8, + "pos": { + "x": 384420, + "y": 21090, + "z": -279590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 454, + "instId": 300005, + "propState": 8, + "pos": { + "x": 384420, + "y": 21090, + "z": -279590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 454, + "instId": 300006, + "propState": 20, + "pos": { + "x": 370412, + "y": 15098, + "z": -279300 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60302 + }, + { + "groupId": 454, + "instId": 300007, + "propState": 8, + "pos": { + "x": 384420, + "y": 21090, + "z": -279590 + }, + "rot": { + "x": 0, + "y": 90358, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 455, + "instId": 300001, + "propState": 2, + "pos": { + "x": -355402, + "y": -8750, + "z": -77280 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103012 + }, + { + "groupId": 455, + "instId": 300002, + "propState": 9, + "pos": { + "x": -355630, + "y": -7750, + "z": -55470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 455, + "instId": 300005, + "propState": 8, + "pos": { + "x": -355402, + "y": -8750, + "z": -77280 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 455, + "instId": 300006, + "propState": 20, + "pos": { + "x": -356920, + "y": -8750, + "z": -77250 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60302 + }, + { + "groupId": 464, + "instId": 300002, + "propState": 8, + "pos": { + "x": -309911, + "y": -8750, + "z": -59669 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 464, + "instId": 300027, + "propState": 8, + "pos": { + "x": -334522, + "y": -8750, + "z": -58716 + }, + "rot": { + "x": 0, + "y": 87139, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 464, + "instId": 300001, + "propState": 8, + "pos": { + "x": -322291, + "y": -26369, + "z": -103670 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 465, + "instId": 300027, + "propState": 8, + "pos": { + "x": -312647, + "y": -8748, + "z": -97280 + }, + "rot": { + "x": 0, + "y": 283877, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 466, + "instId": 300027, + "propState": 8, + "pos": { + "x": -339845, + "y": -20415, + "z": -50337 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 467, + "instId": 300027, + "propState": 8, + "pos": { + "x": -338515, + "y": 5950, + "z": -104234 + }, + "rot": { + "x": 0, + "y": 269996, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 467, + "instId": 300001, + "propState": 8, + "pos": { + "x": -319628, + "y": -11611, + "z": -104232 + }, + "rot": { + "x": 0, + "y": 270030, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 468, + "instId": 300001, + "propState": 8, + "pos": { + "x": -305900, + "y": -7940, + "z": -64920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 478, + "instId": 300026, + "propState": 8, + "pos": { + "x": -119572, + "y": 31130, + "z": -89770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 478, + "instId": 300027, + "propState": 8, + "pos": { + "x": -119573, + "y": 24456, + "z": -81779 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 478, + "instId": 300028, + "propState": 8, + "pos": { + "x": -119574, + "y": 31812, + "z": -82484 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 479, + "instId": 300001, + "propState": 12, + "pos": { + "x": -119572, + "y": 35422, + "z": -71276 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 485, + "instId": 300001, + "propState": 10, + "pos": { + "x": -312640, + "y": -8748, + "z": -95510 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103012 + }, + { + "groupId": 485, + "instId": 300002, + "propState": 8, + "pos": { + "x": -316360, + "y": -8748, + "z": -95582 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 485, + "instId": 300005, + "propState": 8, + "pos": { + "x": -316360, + "y": -8748, + "z": -95582 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 485, + "instId": 300006, + "propState": 1, + "pos": { + "x": -341900, + "y": -8790, + "z": -98440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 485, + "instId": 300007, + "propState": 1, + "pos": { + "x": -348010, + "y": -8790, + "z": -98440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 485, + "instId": 300008, + "propState": 8, + "pos": { + "x": -316360, + "y": -8748, + "z": -95582 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 485, + "instId": 300009, + "propState": 1, + "pos": { + "x": -323870, + "y": -8789, + "z": -98420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 485, + "instId": 300010, + "propState": 1, + "pos": { + "x": -329990, + "y": -8789, + "z": -98420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 485, + "instId": 300011, + "propState": 8, + "pos": { + "x": -316360, + "y": -8748, + "z": -95582 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 485, + "instId": 300012, + "propState": 8, + "pos": { + "x": -316360, + "y": -8748, + "z": -95582 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 485, + "instId": 300013, + "propState": 8, + "pos": { + "x": -341900, + "y": -8790, + "z": -98440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 485, + "instId": 300014, + "propState": 8, + "pos": { + "x": -348010, + "y": -8790, + "z": -98440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 485, + "instId": 300015, + "propState": 8, + "pos": { + "x": -323870, + "y": -8789, + "z": -98420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 485, + "instId": 300016, + "propState": 8, + "pos": { + "x": -329990, + "y": -8789, + "z": -98420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 486, + "instId": 300001, + "propState": 20, + "pos": { + "x": -347863, + "y": 2930, + "z": -77270 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103012 + }, + { + "groupId": 486, + "instId": 300002, + "propState": 8, + "pos": { + "x": -315950, + "y": -25776, + "z": -60024 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 486, + "instId": 300005, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 486, + "instId": 300006, + "propState": 1, + "pos": { + "x": -341790, + "y": -8700, + "z": -74280 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 486, + "instId": 300007, + "propState": 1, + "pos": { + "x": -335690, + "y": -8700, + "z": -74280 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 486, + "instId": 300008, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 486, + "instId": 300009, + "propState": 8, + "pos": { + "x": -341790, + "y": -8780, + "z": -74280 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 486, + "instId": 300010, + "propState": 8, + "pos": { + "x": -335690, + "y": -8780, + "z": -74280 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 487, + "instId": 300001, + "propState": 20, + "pos": { + "x": -351050, + "y": -8748, + "z": -97390 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103012 + }, + { + "groupId": 487, + "instId": 300002, + "propState": 8, + "pos": { + "x": -351940, + "y": -8748, + "z": -93120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 487, + "instId": 300005, + "propState": 8, + "pos": { + "x": -351940, + "y": -8748, + "z": -93120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 487, + "instId": 300006, + "propState": 1, + "pos": { + "x": -347920, + "y": -8789, + "z": -92405 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 487, + "instId": 300007, + "propState": 1, + "pos": { + "x": -347920, + "y": -8789, + "z": -86299 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 487, + "instId": 300008, + "propState": 1, + "pos": { + "x": -347958, + "y": -8898, + "z": -74397 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 487, + "instId": 300009, + "propState": 1, + "pos": { + "x": -347958, + "y": -8898, + "z": -68277 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 487, + "instId": 300010, + "propState": 8, + "pos": { + "x": -351940, + "y": -8748, + "z": -93120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 487, + "instId": 300011, + "propState": 8, + "pos": { + "x": -351940, + "y": -8748, + "z": -93120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 487, + "instId": 300012, + "propState": 8, + "pos": { + "x": -351940, + "y": -8748, + "z": -93120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 487, + "instId": 300013, + "propState": 8, + "pos": { + "x": -347920, + "y": -8789, + "z": -92405 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 487, + "instId": 300014, + "propState": 8, + "pos": { + "x": -347920, + "y": -8789, + "z": -86299 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 487, + "instId": 300015, + "propState": 8, + "pos": { + "x": -347958, + "y": -8898, + "z": -74397 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 487, + "instId": 300016, + "propState": 8, + "pos": { + "x": -347958, + "y": -8898, + "z": -68277 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 488, + "instId": 300001, + "propState": 20, + "pos": { + "x": -353100, + "y": -8750, + "z": -58840 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103012 + }, + { + "groupId": 488, + "instId": 300002, + "propState": 8, + "pos": { + "x": -315950, + "y": -25776, + "z": -60024 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 488, + "instId": 300005, + "propState": 8, + "pos": { + "x": -349010, + "y": -8750, + "z": -55460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 488, + "instId": 300006, + "propState": 8, + "pos": { + "x": -332830, + "y": -8730, + "z": -60830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103001 + }, + { + "groupId": 488, + "instId": 300007, + "propState": 1, + "pos": { + "x": -347862, + "y": -8885, + "z": -61990 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 488, + "instId": 300008, + "propState": 1, + "pos": { + "x": -341768, + "y": -8885, + "z": -61990 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 488, + "instId": 300009, + "propState": 1, + "pos": { + "x": -329882, + "y": -8799, + "z": -61990 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 488, + "instId": 300010, + "propState": 1, + "pos": { + "x": -323760, + "y": -8799, + "z": -61990 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 488, + "instId": 300011, + "propState": 8, + "pos": { + "x": -349010, + "y": -8750, + "z": -55460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 488, + "instId": 300012, + "propState": 8, + "pos": { + "x": -349010, + "y": -8750, + "z": -55460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 488, + "instId": 300013, + "propState": 8, + "pos": { + "x": -349010, + "y": -8750, + "z": -55460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 488, + "instId": 300014, + "propState": 8, + "pos": { + "x": -349010, + "y": -8750, + "z": -55460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 488, + "instId": 300015, + "propState": 8, + "pos": { + "x": -347862, + "y": -8885, + "z": -61990 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 488, + "instId": 300016, + "propState": 8, + "pos": { + "x": -341768, + "y": -8885, + "z": -61990 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 488, + "instId": 300017, + "propState": 8, + "pos": { + "x": -329882, + "y": -8799, + "z": -61990 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 488, + "instId": 300018, + "propState": 8, + "pos": { + "x": -323760, + "y": -8799, + "z": -61990 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 489, + "instId": 300001, + "propState": 20, + "pos": { + "x": -316481, + "y": -8750, + "z": -60701 + }, + "rot": { + "x": 0, + "y": 60289, + "z": 0 + }, + "propId": 103012 + }, + { + "groupId": 489, + "instId": 300002, + "propState": 8, + "pos": { + "x": -315950, + "y": -25776, + "z": -60024 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 489, + "instId": 300005, + "propState": 8, + "pos": { + "x": -316481, + "y": -8750, + "z": -60701 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 499, + "instId": 300001, + "propState": 20, + "pos": { + "x": -148621, + "y": -4480, + "z": -31631 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60303 + }, + { + "groupId": 501, + "instId": 300001, + "propState": 18, + "pos": { + "x": 152262, + "y": 29420, + "z": -133030 + }, + "rot": { + "x": 0, + "y": 143340, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 501, + "instId": 300002, + "propState": 18, + "pos": { + "x": -661, + "y": -15838, + "z": -301433 + }, + "rot": { + "x": 0, + "y": 86695, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 501, + "instId": 300003, + "propState": 18, + "pos": { + "x": -119850, + "y": -4070, + "z": -80450 + }, + "rot": { + "x": 0, + "y": 10350, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 501, + "instId": 300004, + "propState": 18, + "pos": { + "x": 122974, + "y": 23220, + "z": -196904 + }, + "rot": { + "x": 0, + "y": 193933, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 501, + "instId": 300005, + "propState": 18, + "pos": { + "x": -194099, + "y": 17243, + "z": -70785 + }, + "rot": { + "x": 0, + "y": 285903, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 501, + "instId": 300006, + "propState": 18, + "pos": { + "x": 114254, + "y": 33230, + "z": -312015 + }, + "rot": { + "x": 0, + "y": 185378, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 501, + "instId": 300007, + "propState": 18, + "pos": { + "x": -125110, + "y": 22500, + "z": -196790 + }, + "rot": { + "x": 0, + "y": 9487, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 501, + "instId": 300008, + "propState": 18, + "pos": { + "x": -140630, + "y": 29960, + "z": -51370 + }, + "rot": { + "x": 0, + "y": 109706, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 614, + "instId": 300001, + "propState": 18, + "pos": { + "x": -76, + "y": -15300, + "z": -270627 + }, + "rot": { + "x": 0, + "y": 270425, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 640, + "instId": 300001, + "propState": 18, + "pos": { + "x": -115989, + "y": 23050, + "z": -146744 + }, + "rot": { + "x": 0, + "y": 207159, + "z": 0 + }, + "propId": 101028 + } + ], + "monsters": [ + { + "groupId": 52, + "instId": 200002, + "eventId": 20311103, + "pos": { + "x": 91778, + "y": 22090, + "z": -199737 + }, + "rot": { + "x": 0, + "y": 303327, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 52, + "instId": 200003, + "eventId": 20311104, + "pos": { + "x": 112810, + "y": 22118, + "z": -214378 + }, + "rot": { + "x": 0, + "y": 213387, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 52, + "instId": 200004, + "eventId": 20311105, + "pos": { + "x": 92257, + "y": 22090, + "z": -194733 + }, + "rot": { + "x": 0, + "y": 260000, + "z": 0 + }, + "monsterId": 3011010 + }, + { + "groupId": 52, + "instId": 200005, + "eventId": 20311106, + "pos": { + "x": 117011, + "y": 22103, + "z": -207699 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 52, + "instId": 200006, + "eventId": 20311107, + "pos": { + "x": 120449, + "y": 22112, + "z": -205441 + }, + "rot": { + "x": 0, + "y": 50000, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 52, + "instId": 200007, + "eventId": 20311109, + "pos": { + "x": 75868, + "y": 22090, + "z": -209200 + }, + "rot": { + "x": 0, + "y": 160000, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 52, + "instId": 200008, + "eventId": 20311110, + "pos": { + "x": 73060, + "y": 22095, + "z": -209760 + }, + "rot": { + "x": 0, + "y": 290000, + "z": 0 + }, + "monsterId": 3011010 + }, + { + "groupId": 54, + "instId": 200001, + "eventId": 20311237, + "pos": { + "x": -191880, + "y": 16032, + "z": -79930 + }, + "rot": { + "x": 0, + "y": 198416, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 54, + "instId": 200002, + "eventId": 20311238, + "pos": { + "x": -196140, + "y": 16032, + "z": -79300 + }, + "rot": { + "x": 0, + "y": 153201, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 55, + "instId": 200001, + "eventId": 101215, + "pos": { + "x": -190717, + "y": 22077, + "z": -149660 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 3003021 + }, + { + "groupId": 57, + "instId": 200001, + "eventId": 20311233, + "pos": { + "x": 84597, + "y": 28420, + "z": -303957 + }, + "rot": { + "x": 0, + "y": 124687, + "z": 0 + }, + "monsterId": 3003010 + }, + { + "groupId": 60, + "instId": 200003, + "eventId": 20311112, + "pos": { + "x": 132120, + "y": 35107, + "z": -270170 + }, + "rot": { + "x": 0, + "y": 270100, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 60, + "instId": 200001, + "eventId": 20311113, + "pos": { + "x": 156056, + "y": 35107, + "z": -267386 + }, + "rot": { + "x": 0, + "y": 200000, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 60, + "instId": 200002, + "eventId": 20311114, + "pos": { + "x": 160640, + "y": 35030, + "z": -267890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 61, + "instId": 200001, + "eventId": 20311116, + "pos": { + "x": 157485, + "y": 47050, + "z": -267178 + }, + "rot": { + "x": 0, + "y": 316135, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 61, + "instId": 200002, + "eventId": 20311117, + "pos": { + "x": 146553, + "y": 47046, + "z": -261769 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3001010 + }, + { + "groupId": 71, + "instId": 200001, + "eventId": 20311231, + "pos": { + "x": 125231, + "y": 43140, + "z": -270798 + }, + "rot": { + "x": 0, + "y": 150913, + "z": 0 + }, + "monsterId": 3003020 + }, + { + "groupId": 73, + "instId": 200001, + "eventId": 20311235, + "pos": { + "x": -109284, + "y": 22322, + "z": -43534 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 73, + "instId": 200002, + "eventId": 20311236, + "pos": { + "x": -107920, + "y": 22308, + "z": -45240 + }, + "rot": { + "x": 0, + "y": 220000, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 76, + "instId": 200001, + "eventId": 20311131, + "pos": { + "x": -148440, + "y": 16032, + "z": -67018 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 76, + "instId": 200002, + "eventId": 20311132, + "pos": { + "x": -140577, + "y": 16048, + "z": -61118 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 3011010 + }, + { + "groupId": 76, + "instId": 200003, + "eventId": 20311133, + "pos": { + "x": -110340, + "y": 28031, + "z": -50118 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3011010 + }, + { + "groupId": 82, + "instId": 200001, + "eventId": 20311135, + "pos": { + "x": -161471, + "y": 24260, + "z": -80660 + }, + "rot": { + "x": 0, + "y": 292813, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 82, + "instId": 200002, + "eventId": 20311136, + "pos": { + "x": -161394, + "y": 25170, + "z": -77090 + }, + "rot": { + "x": 0, + "y": 270919, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 92, + "instId": 200001, + "eventId": 20311152, + "pos": { + "x": 352308, + "y": 21470, + "z": -298150 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 3001020 + }, + { + "groupId": 92, + "instId": 200002, + "eventId": 20311151, + "pos": { + "x": 362600, + "y": 30140, + "z": -298150 + }, + "rot": { + "x": 0, + "y": 270100, + "z": 0 + }, + "monsterId": 3002030 + }, + { + "groupId": 94, + "instId": 200001, + "eventId": 20311153, + "pos": { + "x": 389932, + "y": 22510, + "z": -271697 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 94, + "instId": 200002, + "eventId": 20311154, + "pos": { + "x": 390050, + "y": 32990, + "z": -270299 + }, + "rot": { + "x": 0, + "y": 217133, + "z": 0 + }, + "monsterId": 3001020 + }, + { + "groupId": 96, + "instId": 200001, + "eventId": 20311155, + "pos": { + "x": 377750, + "y": 39010, + "z": -281240 + }, + "rot": { + "x": 0, + "y": 270100, + "z": 0 + }, + "monsterId": 3002030 + }, + { + "groupId": 97, + "instId": 200001, + "eventId": 20311239, + "pos": { + "x": 342140, + "y": 29800, + "z": -287490 + }, + "rot": { + "x": 0, + "y": 68670, + "z": 0 + }, + "monsterId": 3003020 + }, + { + "groupId": 196, + "instId": 200001, + "eventId": 20311143, + "pos": { + "x": -111338, + "y": 22116, + "z": -283270 + }, + "rot": { + "x": 0, + "y": 194744, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 196, + "instId": 200002, + "eventId": 20311144, + "pos": { + "x": -121548, + "y": 22116, + "z": -283003 + }, + "rot": { + "x": 0, + "y": 122884, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 196, + "instId": 200003, + "eventId": 20311145, + "pos": { + "x": -110535, + "y": 16110, + "z": -267273 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 196, + "instId": 200004, + "eventId": 20311146, + "pos": { + "x": -122125, + "y": 16110, + "z": -264994 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "monsterId": 3001020 + }, + { + "groupId": 197, + "instId": 200001, + "eventId": 20311147, + "pos": { + "x": -137130, + "y": 27175, + "z": -264801 + }, + "rot": { + "x": 0, + "y": 174914, + "z": 0 + }, + "monsterId": 3002030 + }, + { + "groupId": 197, + "instId": 200002, + "eventId": 20311148, + "pos": { + "x": -137130, + "y": 30916, + "z": -276154 + }, + "rot": { + "x": 0, + "y": 270100, + "z": 0 + }, + "monsterId": 3002030 + }, + { + "groupId": 216, + "instId": 200002, + "eventId": 10301299, + "pos": { + "x": -215500, + "y": 16077, + "z": -150924 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 7010011 + }, + { + "groupId": 224, + "instId": 200002, + "eventId": 10301299, + "pos": { + "x": 316870, + "y": 15070, + "z": -270316 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 7010011 + }, + { + "groupId": 311, + "instId": 200010, + "eventId": 20311120, + "pos": { + "x": -73780, + "y": 22090, + "z": -205370 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 311, + "instId": 200002, + "eventId": 20311121, + "pos": { + "x": -76970, + "y": 22090, + "z": -221450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3001020 + }, + { + "groupId": 311, + "instId": 200011, + "eventId": 20311122, + "pos": { + "x": -123114, + "y": 22097, + "z": -203660 + }, + "rot": { + "x": 0, + "y": 308123, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 311, + "instId": 200012, + "eventId": 20311123, + "pos": { + "x": -121338, + "y": 22099, + "z": -188080 + }, + "rot": { + "x": 0, + "y": 170000, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 311, + "instId": 200013, + "eventId": 20311124, + "pos": { + "x": -142707, + "y": 22090, + "z": -189387 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 3001020 + }, + { + "groupId": 311, + "instId": 200014, + "eventId": 20311125, + "pos": { + "x": -125410, + "y": 22121, + "z": -208390 + }, + "rot": { + "x": 0, + "y": 325000, + "z": 0 + }, + "monsterId": 3002030 + }, + { + "groupId": 311, + "instId": 200015, + "eventId": 20311127, + "pos": { + "x": -140030, + "y": 22077, + "z": -163210 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "monsterId": 3002030 + }, + { + "groupId": 311, + "instId": 200001, + "eventId": 20311128, + "pos": { + "x": -152247, + "y": 22077, + "z": -136775 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 312, + "instId": 200016, + "eventId": 20311140, + "pos": { + "x": -165106, + "y": -10910, + "z": -125182 + }, + "rot": { + "x": 0, + "y": -2, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 312, + "instId": 200017, + "eventId": 20311141, + "pos": { + "x": -167428, + "y": -10910, + "z": -136067 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3011010 + }, + { + "groupId": 313, + "instId": 200007, + "eventId": 20311009, + "pos": { + "x": 75868, + "y": 22090, + "z": -209200 + }, + "rot": { + "x": 0, + "y": 160000, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 313, + "instId": 200008, + "eventId": 20311010, + "pos": { + "x": 73060, + "y": 22095, + "z": -209760 + }, + "rot": { + "x": 0, + "y": 290000, + "z": 0 + }, + "monsterId": 3011010 + }, + { + "groupId": 313, + "instId": 200001, + "eventId": 20311020, + "pos": { + "x": -73780, + "y": 22090, + "z": -205370 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 313, + "instId": 200002, + "eventId": 20311021, + "pos": { + "x": -76970, + "y": 22090, + "z": -221450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3001020 + }, + { + "groupId": 313, + "instId": 200003, + "eventId": 20311027, + "pos": { + "x": -140030, + "y": 22077, + "z": -163210 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "monsterId": 3002030 + }, + { + "groupId": 313, + "instId": 200004, + "eventId": 20311028, + "pos": { + "x": -152247, + "y": 22077, + "z": -136775 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 314, + "instId": 200003, + "eventId": 20311012, + "pos": { + "x": 132120, + "y": 35107, + "z": -270170 + }, + "rot": { + "x": 0, + "y": 270100, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 314, + "instId": 200001, + "eventId": 20311013, + "pos": { + "x": 156056, + "y": 35107, + "z": -267386 + }, + "rot": { + "x": 0, + "y": 200000, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 314, + "instId": 200002, + "eventId": 20311014, + "pos": { + "x": 160640, + "y": 35030, + "z": -267890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 315, + "instId": 200001, + "eventId": 20311115, + "pos": { + "x": 167200, + "y": 43360, + "z": -258160 + }, + "rot": { + "x": 0, + "y": 265633, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 316, + "instId": 200001, + "eventId": 20311015, + "pos": { + "x": 167200, + "y": 43360, + "z": -258160 + }, + "rot": { + "x": 0, + "y": 265633, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 317, + "instId": 200001, + "eventId": 20311016, + "pos": { + "x": 157485, + "y": 47050, + "z": -267178 + }, + "rot": { + "x": 0, + "y": 316135, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 317, + "instId": 200002, + "eventId": 20311017, + "pos": { + "x": 146553, + "y": 47046, + "z": -261769 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 3001010 + }, + { + "groupId": 319, + "instId": 200001, + "eventId": 10301299, + "pos": { + "x": -152439, + "y": 16127, + "z": -136360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3001021 + }, + { + "groupId": 319, + "instId": 200002, + "eventId": 10301299, + "pos": { + "x": -127735, + "y": 16077, + "z": -135210 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3002011 + }, + { + "groupId": 324, + "instId": 200002, + "eventId": 20311149, + "pos": { + "x": -123210, + "y": 8830, + "z": -265990 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 339, + "instId": 200001, + "eventId": 20311172, + "pos": { + "x": -333556, + "y": -5418, + "z": -50338 + }, + "rot": { + "x": 0, + "y": 242208, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 340, + "instId": 200001, + "eventId": 20311171, + "pos": { + "x": -327040, + "y": 5610, + "z": -104220 + }, + "rot": { + "x": 0, + "y": 242208, + "z": 0 + }, + "monsterId": 3001020 + }, + { + "groupId": 341, + "instId": 200001, + "eventId": 20311183, + "pos": { + "x": -359880, + "y": -3720, + "z": -68540 + }, + "rot": { + "x": 0, + "y": 184351, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 342, + "instId": 200001, + "eventId": 20311176, + "pos": { + "x": -333227, + "y": -5024, + "z": -50338 + }, + "rot": { + "x": 0, + "y": 242208, + "z": 0 + }, + "monsterId": 3001020 + }, + { + "groupId": 343, + "instId": 200002, + "eventId": 20311174, + "pos": { + "x": -332911, + "y": -18238, + "z": -104172 + }, + "rot": { + "x": 0, + "y": 354061, + "z": 0 + }, + "monsterId": 3001010 + }, + { + "groupId": 345, + "instId": 200001, + "eventId": 20311175, + "pos": { + "x": -347870, + "y": 2838, + "z": -78072 + }, + "rot": { + "x": 0, + "y": 76184, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 346, + "instId": 200001, + "eventId": 20311178, + "pos": { + "x": -350880, + "y": -5440, + "z": -104234 + }, + "rot": { + "x": 0, + "y": 242208, + "z": 0 + }, + "monsterId": 3001020 + }, + { + "groupId": 347, + "instId": 200001, + "eventId": 20311180, + "pos": { + "x": -338720, + "y": -5860, + "z": -50340 + }, + "rot": { + "x": 0, + "y": 242208, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 348, + "instId": 200001, + "eventId": 20311170, + "pos": { + "x": -123186, + "y": -16910, + "z": -159050 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8002040 + }, + { + "groupId": 348, + "instId": 200002, + "eventId": 20311169, + "pos": { + "x": 64150, + "y": 22076, + "z": -250120 + }, + "rot": { + "x": 0, + "y": 9057, + "z": 0 + }, + "monsterId": 8002040 + }, + { + "groupId": 358, + "instId": 200001, + "eventId": 20311031, + "pos": { + "x": -148440, + "y": 16032, + "z": -67018 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 358, + "instId": 200002, + "eventId": 20311032, + "pos": { + "x": -140577, + "y": 16048, + "z": -61118 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 3011010 + }, + { + "groupId": 358, + "instId": 200003, + "eventId": 20311033, + "pos": { + "x": -110340, + "y": 28031, + "z": -50118 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3011010 + }, + { + "groupId": 359, + "instId": 200001, + "eventId": 20311134, + "pos": { + "x": -146320, + "y": 39070, + "z": -55920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 360, + "instId": 200001, + "eventId": 20311034, + "pos": { + "x": -146320, + "y": 39070, + "z": -55920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 361, + "instId": 200001, + "eventId": 20311035, + "pos": { + "x": -161471, + "y": 24260, + "z": -80660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 361, + "instId": 200002, + "eventId": 20311036, + "pos": { + "x": -161394, + "y": 25170, + "z": -77090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 364, + "instId": 200001, + "eventId": 20311043, + "pos": { + "x": -111338, + "y": 22116, + "z": -283270 + }, + "rot": { + "x": 0, + "y": 194744, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 364, + "instId": 200002, + "eventId": 20311044, + "pos": { + "x": -121548, + "y": 22116, + "z": -283003 + }, + "rot": { + "x": 0, + "y": 122884, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 364, + "instId": 200003, + "eventId": 20311045, + "pos": { + "x": -110535, + "y": 16110, + "z": -267273 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 364, + "instId": 200004, + "eventId": 20311046, + "pos": { + "x": -122125, + "y": 16110, + "z": -264994 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "monsterId": 3001020 + }, + { + "groupId": 366, + "instId": 200001, + "eventId": 20311047, + "pos": { + "x": -137130, + "y": 27175, + "z": -264801 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 3002030 + }, + { + "groupId": 366, + "instId": 200002, + "eventId": 20311048, + "pos": { + "x": -137130, + "y": 30916, + "z": -276154 + }, + "rot": { + "x": 0, + "y": 270100, + "z": 0 + }, + "monsterId": 3002030 + }, + { + "groupId": 367, + "instId": 200002, + "eventId": 20311049, + "pos": { + "x": -123210, + "y": 8830, + "z": -265990 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 385, + "instId": 200001, + "eventId": 10301299, + "pos": { + "x": 366869, + "y": 15148, + "z": -276931 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3002011 + }, + { + "groupId": 385, + "instId": 200002, + "eventId": 10301299, + "pos": { + "x": 372650, + "y": 15070, + "z": -280647 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 3002011 + }, + { + "groupId": 385, + "instId": 200003, + "eventId": 10301299, + "pos": { + "x": 361204, + "y": 15070, + "z": -286142 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 3001021 + }, + { + "groupId": 385, + "instId": 200004, + "eventId": 10301299, + "pos": { + "x": 365716, + "y": 3074, + "z": -307503 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3002011 + }, + { + "groupId": 385, + "instId": 200005, + "eventId": 10301299, + "pos": { + "x": 359506, + "y": 3074, + "z": -299640 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 3002011 + }, + { + "groupId": 385, + "instId": 200006, + "eventId": 10301299, + "pos": { + "x": 372803, + "y": 3074, + "z": -296227 + }, + "rot": { + "x": 0, + "y": 270100, + "z": 0 + }, + "monsterId": 3001021 + }, + { + "groupId": 411, + "instId": 200001, + "eventId": 20311182, + "pos": { + "x": -338880, + "y": -5590, + "z": -104230 + }, + "rot": { + "x": 0, + "y": 242208, + "z": 0 + }, + "monsterId": 3001010 + }, + { + "groupId": 463, + "instId": 200001, + "eventId": 20311179, + "pos": { + "x": -359882, + "y": -3720, + "z": -68540 + }, + "rot": { + "x": 0, + "y": 210151, + "z": 0 + }, + "monsterId": 3002010 + } + ], + "teleports": [ + { + "anchorId": 1, + "groupId": 51, + "instId": 300001, + "pos": { + "x": 160361, + "y": 28084, + "z": -130813 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "teleportId": 2031101 + }, + { + "anchorId": 2, + "groupId": 51, + "instId": 300002, + "pos": { + "x": 72413, + "y": -16918, + "z": -259230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "teleportId": 2031102 + }, + { + "anchorId": 4, + "groupId": 51, + "instId": 300004, + "pos": { + "x": -120645, + "y": 22077, + "z": -148724 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "teleportId": 2031103 + }, + { + "anchorId": 5, + "groupId": 51, + "instId": 300005, + "pos": { + "x": -145525, + "y": -4910, + "z": -79740 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "teleportId": 2031104 + }, + { + "anchorId": 6, + "groupId": 51, + "instId": 300006, + "pos": { + "x": -130013, + "y": 28067, + "z": -3320 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "teleportId": 2031105 + }, + { + "anchorId": 1, + "groupId": 55, + "instId": 300001, + "pos": { + "x": -184613, + "y": 22077, + "z": -149622 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "teleportId": 1115 + }, + { + "anchorId": 1, + "groupId": 68, + "instId": 300001, + "pos": { + "x": 169880, + "y": 32410, + "z": -318150 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "teleportId": 1209 + }, + { + "anchorId": 1, + "groupId": 303, + "instId": 300001, + "pos": { + "x": 118093, + "y": 32410, + "z": -330955 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "teleportId": 1016 + }, + { + "anchorId": 1, + "groupId": 304, + "instId": 300001, + "pos": { + "x": -67530, + "y": 22081, + "z": -236430 + }, + "rot": { + "x": 0, + "y": 10000, + "z": 0 + }, + "teleportId": 1019 + } + ] + }, + { + "planeID": 20312, + "props": [ + { + "groupId": 18, + "instId": 300001, + "propState": 12, + "pos": { + "x": -177410, + "y": 3480, + "z": -144949 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 67, + "instId": 300001, + "propState": 12, + "pos": { + "x": -100781, + "y": 11511, + "z": -186079 + }, + "rot": { + "x": 0, + "y": 209157, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 67, + "instId": 300002, + "propState": 12, + "pos": { + "x": -117368, + "y": 11511, + "z": -215231 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 67, + "instId": 300010, + "propState": 12, + "pos": { + "x": -85610, + "y": 11517, + "z": 11703 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 67, + "instId": 300003, + "propState": 12, + "pos": { + "x": -64971, + "y": 13005, + "z": -16890 + }, + "rot": { + "x": 0, + "y": 276815, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 68, + "instId": 300001, + "propState": 8, + "pos": { + "x": -87395, + "y": 11511, + "z": -187496 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 68, + "instId": 300002, + "propState": 8, + "pos": { + "x": -122550, + "y": 11511, + "z": -129380 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 68, + "instId": 300003, + "propState": 8, + "pos": { + "x": -111740, + "y": 11517, + "z": -13713 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 71, + "instId": 300001, + "propState": 11, + "pos": { + "x": -99380, + "y": 11511, + "z": -142290 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 60303 + }, + { + "groupId": 71, + "instId": 300002, + "propState": 8, + "pos": { + "x": -99380, + "y": 11511, + "z": -142290 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 71, + "instId": 300003, + "propState": 8, + "pos": { + "x": -99380, + "y": 11511, + "z": -142290 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 71, + "instId": 300004, + "propState": 8, + "pos": { + "x": -106510, + "y": 11511, + "z": -135980 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 73, + "instId": 300002, + "propState": 8, + "pos": { + "x": -108795, + "y": 11511, + "z": -134378 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 73, + "instId": 300007, + "propState": 8, + "pos": { + "x": -121130, + "y": 11511, + "z": -196060 + }, + "rot": { + "x": 0, + "y": 150112, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 73, + "instId": 300003, + "propState": 8, + "pos": { + "x": -99928, + "y": 11517, + "z": 14938 + }, + "rot": { + "x": 0, + "y": 150112, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 73, + "instId": 300004, + "propState": 8, + "pos": { + "x": -133081, + "y": 11549, + "z": -2601 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 76, + "instId": 300003, + "propState": 8, + "pos": { + "x": -186381, + "y": 18961, + "z": -133218 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 78, + "instId": 300001, + "propState": 12, + "pos": { + "x": -117350, + "y": 17511, + "z": -52360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60303 + }, + { + "groupId": 78, + "instId": 300002, + "propState": 12, + "pos": { + "x": -148680, + "y": 11511, + "z": -65360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 79, + "instId": 300001, + "propState": 8, + "pos": { + "x": -91317, + "y": -489, + "z": -87494 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 79, + "instId": 300007, + "propState": 8, + "pos": { + "x": -133921, + "y": 14511, + "z": -92699 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 79, + "instId": 300005, + "propState": 8, + "pos": { + "x": -153525, + "y": 11511, + "z": -45640 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 81, + "instId": 300001, + "propState": 11, + "pos": { + "x": -103990, + "y": -489, + "z": -94550 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60303 + }, + { + "groupId": 81, + "instId": 300002, + "propState": 8, + "pos": { + "x": -103990, + "y": -489, + "z": -94550 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 81, + "instId": 300003, + "propState": 8, + "pos": { + "x": -103990, + "y": -489, + "z": -94550 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 81, + "instId": 300004, + "propState": 8, + "pos": { + "x": -93460, + "y": -489, + "z": -90040 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 82, + "instId": 300002, + "propState": 12, + "pos": { + "x": -139930, + "y": 33852, + "z": -66949 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 83, + "instId": 300002, + "propState": 8, + "pos": { + "x": -155255, + "y": 18702, + "z": -66949 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 85, + "instId": 300001, + "propState": 11, + "pos": { + "x": -149590, + "y": 4090, + "z": -66949 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60302 + }, + { + "groupId": 85, + "instId": 300002, + "propState": 8, + "pos": { + "x": -149590, + "y": 4090, + "z": -67042 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 85, + "instId": 300003, + "propState": 8, + "pos": { + "x": -149590, + "y": 4090, + "z": -66949 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 86, + "instId": 300002, + "propState": 12, + "pos": { + "x": -162389, + "y": 8271, + "z": -74079 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 87, + "instId": 300006, + "propState": 8, + "pos": { + "x": -162390, + "y": 23570, + "z": -79820 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 91, + "instId": 300002, + "propState": 12, + "pos": { + "x": -84390, + "y": 21430, + "z": -56144 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 93, + "instId": 300006, + "propState": 8, + "pos": { + "x": -104220, + "y": 11518, + "z": -71630 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 99, + "instId": 300001, + "propState": 8, + "pos": { + "x": -96390, + "y": 14530, + "z": -24870 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103010 + }, + { + "groupId": 99, + "instId": 300002, + "propState": 1, + "pos": { + "x": -99390, + "y": 11511, + "z": -36949 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103034 + }, + { + "groupId": 99, + "instId": 300003, + "propState": 1, + "pos": { + "x": -84426, + "y": 11511, + "z": -21949 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103034 + }, + { + "groupId": 151, + "instId": 300001, + "propState": 1, + "pos": { + "x": -114327, + "y": 11511, + "z": -189950 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103032 + }, + { + "groupId": 151, + "instId": 300002, + "propState": 8, + "pos": { + "x": -126390, + "y": 11517, + "z": -9949 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103032 + }, + { + "groupId": 152, + "instId": 300001, + "propState": 18, + "pos": { + "x": -137260, + "y": 12781, + "z": -15247 + }, + "rot": { + "x": 0, + "y": 224371, + "z": 0 + }, + "propId": 103026 + }, + { + "groupId": 152, + "instId": 300002, + "propState": 1, + "pos": { + "x": -142050, + "y": 11535, + "z": -9830 + }, + "rot": { + "x": 0, + "y": 22616, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 160, + "instId": 300001, + "propState": 12, + "pos": { + "x": -90506, + "y": 11518, + "z": -77150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 164, + "instId": 300001, + "propState": 18, + "pos": { + "x": -90251, + "y": 14137, + "z": -197068 + }, + "rot": { + "x": 0, + "y": 313150, + "z": 0 + }, + "propId": 103026 + }, + { + "groupId": 164, + "instId": 300002, + "propState": 1, + "pos": { + "x": -91780, + "y": 11515, + "z": -192260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 165, + "instId": 300001, + "propState": 18, + "pos": { + "x": -114169, + "y": 11527, + "z": -171679 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103026 + }, + { + "groupId": 165, + "instId": 300002, + "propState": 1, + "pos": { + "x": -115950, + "y": 11511, + "z": -171679 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 171, + "instId": 300001, + "propState": 18, + "pos": { + "x": -85473, + "y": 12346, + "z": 7725 + }, + "rot": { + "x": 0, + "y": 79494, + "z": 0 + }, + "propId": 103026 + }, + { + "groupId": 171, + "instId": 300002, + "propState": 1, + "pos": { + "x": -86590, + "y": 11525, + "z": 8201 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 174, + "instId": 300001, + "propState": 8, + "pos": { + "x": -120390, + "y": 11501, + "z": -144954 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 174, + "instId": 300002, + "propState": 8, + "pos": { + "x": -120390, + "y": 11501, + "z": -138954 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 174, + "instId": 300003, + "propState": 8, + "pos": { + "x": -114082, + "y": 11519, + "z": -137675 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 175, + "instId": 300001, + "propState": 8, + "pos": { + "x": -162390, + "y": 5501, + "z": -144954 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 175, + "instId": 300002, + "propState": 8, + "pos": { + "x": -162390, + "y": 5501, + "z": -138954 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 175, + "instId": 300003, + "propState": 8, + "pos": { + "x": -156610, + "y": 5511, + "z": -137807 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 176, + "instId": 300001, + "propState": 8, + "pos": { + "x": -150424, + "y": 11501, + "z": -72953 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 176, + "instId": 300002, + "propState": 8, + "pos": { + "x": -150424, + "y": 11501, + "z": -66953 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 176, + "instId": 300003, + "propState": 8, + "pos": { + "x": -145579, + "y": 11511, + "z": -65502 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 178, + "instId": 300001, + "propState": 18, + "pos": { + "x": -83767, + "y": 12839, + "z": -10086 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103026 + }, + { + "groupId": 178, + "instId": 300002, + "propState": 18, + "pos": { + "x": -75611, + "y": 12838, + "z": -10086 + }, + "rot": { + "x": 0, + "y": 5940, + "z": 0 + }, + "propId": 103026 + }, + { + "groupId": 178, + "instId": 300003, + "propState": 18, + "pos": { + "x": -79538, + "y": 14126, + "z": -10061 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103026 + }, + { + "groupId": 178, + "instId": 300004, + "propState": 18, + "pos": { + "x": -79557, + "y": 11511, + "z": -3600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103026 + }, + { + "groupId": 178, + "instId": 300005, + "propState": 1, + "pos": { + "x": -79518, + "y": 11511, + "z": -13110 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 179, + "instId": 300001, + "propState": 18, + "pos": { + "x": -185023, + "y": 13264, + "z": -144981 + }, + "rot": { + "x": 0, + "y": 270208, + "z": 0 + }, + "propId": 103026 + }, + { + "groupId": 179, + "instId": 300002, + "propState": 1, + "pos": { + "x": -183987, + "y": 13264, + "z": -144981 + }, + "rot": { + "x": 0, + "y": 270100, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 180, + "instId": 300001, + "propState": 18, + "pos": { + "x": -95576, + "y": 14546, + "z": -54999 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103026 + }, + { + "groupId": 180, + "instId": 300002, + "propState": 1, + "pos": { + "x": -95576, + "y": 11511, + "z": -56298 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 181, + "instId": 300001, + "propState": 18, + "pos": { + "x": -95400, + "y": 8080, + "z": -78480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103026 + }, + { + "groupId": 181, + "instId": 300002, + "propState": 8, + "pos": { + "x": -95400, + "y": 3640, + "z": -78480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103026 + }, + { + "groupId": 181, + "instId": 300003, + "propState": 8, + "pos": { + "x": -95400, + "y": -1375, + "z": -78482 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103026 + }, + { + "groupId": 181, + "instId": 300004, + "propState": 1, + "pos": { + "x": -95400, + "y": 3640, + "z": -78550 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 182, + "instId": 300001, + "propState": 18, + "pos": { + "x": -113780, + "y": 18020, + "z": -101659 + }, + "rot": { + "x": 0, + "y": 198944, + "z": 0 + }, + "propId": 103026 + }, + { + "groupId": 182, + "instId": 300002, + "propState": 1, + "pos": { + "x": -113930, + "y": 17511, + "z": -100477 + }, + "rot": { + "x": 0, + "y": 22616, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 191, + "instId": 300001, + "propState": 11, + "pos": { + "x": -137001, + "y": 11534, + "z": -9727 + }, + "rot": { + "x": 0, + "y": 116000, + "z": 0 + }, + "propId": 103018 + }, + { + "groupId": 192, + "instId": 300001, + "propState": 11, + "pos": { + "x": -73553, + "y": 11511, + "z": -23400 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103018 + }, + { + "groupId": 193, + "instId": 300001, + "propState": 11, + "pos": { + "x": -177342, + "y": 5511, + "z": -143530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103018 + }, + { + "groupId": 196, + "instId": 300001, + "propState": 8, + "pos": { + "x": -117390, + "y": 11527, + "z": 5051 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 196, + "instId": 300002, + "propState": 8, + "pos": { + "x": -122664, + "y": 12771, + "z": 2246 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 200, + "instId": 300001, + "propState": 2, + "pos": { + "x": -117480, + "y": 11521, + "z": -6170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103012 + }, + { + "groupId": 200, + "instId": 300002, + "propState": 9, + "pos": { + "x": -137245, + "y": 11910, + "z": -15357 + }, + "rot": { + "x": 0, + "y": 352875, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 200, + "instId": 300003, + "propState": 9, + "pos": { + "x": -94526, + "y": 11810, + "z": 15670 + }, + "rot": { + "x": 0, + "y": 352875, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 200, + "instId": 300004, + "propState": 8, + "pos": { + "x": -124013, + "y": 11517, + "z": -10203 + }, + "rot": { + "x": 0, + "y": 352875, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 218, + "instId": 300001, + "propState": 18, + "pos": { + "x": -161510, + "y": 34002, + "z": -83930 + }, + "rot": { + "x": 0, + "y": 75252, + "z": 0 + }, + "propId": 103026 + }, + { + "groupId": 218, + "instId": 300002, + "propState": 1, + "pos": { + "x": -162389, + "y": 33200, + "z": -82560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 219, + "instId": 300001, + "propState": 8, + "pos": { + "x": -122759, + "y": 11511, + "z": -165303 + }, + "rot": { + "x": 0, + "y": 340000, + "z": 0 + }, + "propId": 808 + }, + { + "groupId": 220, + "instId": 300002, + "propState": 8, + "pos": { + "x": -111600, + "y": 11511, + "z": -50406 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 221, + "instId": 300002, + "propState": 8, + "pos": { + "x": -116338, + "y": 11518, + "z": -57703 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 241, + "instId": 300001, + "propState": 8, + "pos": { + "x": -111220, + "y": -1490, + "z": -73250 + }, + "rot": { + "x": 0, + "y": 178665, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 241, + "instId": 300002, + "propState": 18, + "pos": { + "x": -122376, + "y": 19011, + "z": -54287 + }, + "rot": { + "x": 0, + "y": 277652, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 246, + "instId": 300001, + "propState": 10, + "pos": { + "x": -101730, + "y": 11520, + "z": -46440 + }, + "rot": { + "x": 0, + "y": 48354, + "z": 0 + }, + "propId": 103012 + }, + { + "groupId": 246, + "instId": 300002, + "propState": 8, + "pos": { + "x": -99180, + "y": 11511, + "z": -44924 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 246, + "instId": 300003, + "propState": 8, + "pos": { + "x": -99360, + "y": 11511, + "z": -44939 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 246, + "instId": 300004, + "propState": 8, + "pos": { + "x": -99250, + "y": 11511, + "z": -44427 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 246, + "instId": 300005, + "propState": 8, + "pos": { + "x": -98930, + "y": 11511, + "z": -44944 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 246, + "instId": 300006, + "propState": 8, + "pos": { + "x": -108390, + "y": 11511, + "z": -54949 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 246, + "instId": 300007, + "propState": 8, + "pos": { + "x": -108390, + "y": 11511, + "z": -51202 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 246, + "instId": 300009, + "propState": 20, + "pos": { + "x": -105710, + "y": 11098, + "z": -51980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60302 + }, + { + "groupId": 246, + "instId": 300008, + "propState": 8, + "pos": { + "x": -100210, + "y": 11511, + "z": -46270 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 246, + "instId": 300010, + "propState": 8, + "pos": { + "x": -103580, + "y": 11511, + "z": -46788 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 256, + "instId": 300001, + "propState": 10, + "pos": { + "x": -108310, + "y": 11511, + "z": -98800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103012 + }, + { + "groupId": 256, + "instId": 300002, + "propState": 8, + "pos": { + "x": -108310, + "y": 11511, + "z": -98800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 256, + "instId": 300003, + "propState": 8, + "pos": { + "x": -108310, + "y": 11511, + "z": -98800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 256, + "instId": 300004, + "propState": 8, + "pos": { + "x": -108310, + "y": 11511, + "z": -98800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 256, + "instId": 300005, + "propState": 8, + "pos": { + "x": -108310, + "y": 11511, + "z": -98800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 256, + "instId": 300006, + "propState": 20, + "pos": { + "x": -108400, + "y": 11511, + "z": -100780 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60302 + }, + { + "groupId": 256, + "instId": 300007, + "propState": 8, + "pos": { + "x": -108400, + "y": 11511, + "z": -100780 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 257, + "instId": 300001, + "propState": 10, + "pos": { + "x": -102930, + "y": -3511, + "z": -72980 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103012 + }, + { + "groupId": 257, + "instId": 300002, + "propState": 8, + "pos": { + "x": -102930, + "y": -3511, + "z": -72980 + }, + "rot": { + "x": 0, + "y": 352875, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 257, + "instId": 300003, + "propState": 8, + "pos": { + "x": -102930, + "y": -3511, + "z": -72980 + }, + "rot": { + "x": 0, + "y": 352875, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 257, + "instId": 300004, + "propState": 8, + "pos": { + "x": -102930, + "y": -3511, + "z": -72980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 257, + "instId": 300005, + "propState": 8, + "pos": { + "x": -102930, + "y": -3511, + "z": -72980 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 257, + "instId": 300006, + "propState": 20, + "pos": { + "x": -106770, + "y": -3511, + "z": -72980 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60302 + }, + { + "groupId": 257, + "instId": 300007, + "propState": 8, + "pos": { + "x": -106770, + "y": -3511, + "z": -72980 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 258, + "instId": 300001, + "propState": 10, + "pos": { + "x": -162389, + "y": 27020, + "z": -53890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103012 + }, + { + "groupId": 258, + "instId": 300002, + "propState": 8, + "pos": { + "x": -162389, + "y": 27020, + "z": -53890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 258, + "instId": 300003, + "propState": 8, + "pos": { + "x": -162389, + "y": 27020, + "z": -53890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 258, + "instId": 300004, + "propState": 8, + "pos": { + "x": -162389, + "y": 27020, + "z": -53890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 258, + "instId": 300005, + "propState": 8, + "pos": { + "x": -162389, + "y": 26801, + "z": -54159 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 258, + "instId": 300006, + "propState": 20, + "pos": { + "x": -161180, + "y": 33300, + "z": -58550 + }, + "rot": { + "x": 0, + "y": 331146, + "z": 0 + }, + "propId": 60302 + }, + { + "groupId": 258, + "instId": 300007, + "propState": 8, + "pos": { + "x": -161180, + "y": 33300, + "z": -58550 + }, + "rot": { + "x": 0, + "y": 331146, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 259, + "instId": 300006, + "propState": 18, + "pos": { + "x": -131960, + "y": 12464, + "z": -12260 + }, + "rot": { + "x": 0, + "y": 212773, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 259, + "instId": 300007, + "propState": 18, + "pos": { + "x": -78580, + "y": 12271, + "z": -17880 + }, + "rot": { + "x": 0, + "y": 160758, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 259, + "instId": 300001, + "propState": 18, + "pos": { + "x": -114694, + "y": 12499, + "z": -207840 + }, + "rot": { + "x": 0, + "y": 34089, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 259, + "instId": 300002, + "propState": 18, + "pos": { + "x": -120120, + "y": 12640, + "z": -144280 + }, + "rot": { + "x": 0, + "y": 308519, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 259, + "instId": 300003, + "propState": 18, + "pos": { + "x": -85844, + "y": 12620, + "z": 4323 + }, + "rot": { + "x": 0, + "y": 35713, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 259, + "instId": 300004, + "propState": 18, + "pos": { + "x": -115229, + "y": 12447, + "z": 3934 + }, + "rot": { + "x": 0, + "y": 299847, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 260, + "instId": 300006, + "propState": 18, + "pos": { + "x": -67711, + "y": 13057, + "z": -19165 + }, + "rot": { + "x": 0, + "y": 146959, + "z": 0 + }, + "propId": 103036 + }, + { + "groupId": 273, + "instId": 300001, + "propState": 12, + "pos": { + "x": -161260, + "y": 5511, + "z": -131760 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 282, + "instId": 300001, + "propState": 18, + "pos": { + "x": -117129, + "y": 12107, + "z": 59800 + }, + "rot": { + "x": 0, + "y": 92100, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 283, + "instId": 300001, + "propState": 18, + "pos": { + "x": -96631, + "y": 12367, + "z": -189721 + }, + "rot": { + "x": 0, + "y": 1728, + "z": 0 + }, + "propId": 103038 + } + ], + "monsters": [ + { + "groupId": 69, + "instId": 200001, + "eventId": 20312101, + "pos": { + "x": -119128, + "y": 11511, + "z": -209609 + }, + "rot": { + "x": 0, + "y": 108522, + "z": 0 + }, + "monsterId": 3011010 + }, + { + "groupId": 69, + "instId": 200002, + "eventId": 20312102, + "pos": { + "x": -111660, + "y": 11511, + "z": -157070 + }, + "rot": { + "x": 0, + "y": 79817, + "z": 0 + }, + "monsterId": 3011010 + }, + { + "groupId": 69, + "instId": 200003, + "eventId": 20312103, + "pos": { + "x": -112130, + "y": 11511, + "z": -154450 + }, + "rot": { + "x": 0, + "y": 79817, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 71, + "instId": 200001, + "eventId": 20312231, + "pos": { + "x": -103270, + "y": 11511, + "z": -137010 + }, + "rot": { + "x": 0, + "y": 160000, + "z": 0 + }, + "monsterId": 3003020 + }, + { + "groupId": 74, + "instId": 200001, + "eventId": 20312105, + "pos": { + "x": -186381, + "y": 18830, + "z": -144893 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 77, + "instId": 200001, + "eventId": 20312108, + "pos": { + "x": -147710, + "y": 11511, + "z": -85610 + }, + "rot": { + "x": 0, + "y": 250000, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 77, + "instId": 200002, + "eventId": 20312109, + "pos": { + "x": -153580, + "y": 11511, + "z": -97864 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 77, + "instId": 200003, + "eventId": 20312110, + "pos": { + "x": -148190, + "y": 11511, + "z": -87880 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "monsterId": 3011010 + }, + { + "groupId": 77, + "instId": 200004, + "eventId": 20312111, + "pos": { + "x": -152200, + "y": 11511, + "z": -53890 + }, + "rot": { + "x": 0, + "y": 250000, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 77, + "instId": 200005, + "eventId": 20312112, + "pos": { + "x": -152855, + "y": 11511, + "z": -56571 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 77, + "instId": 200006, + "eventId": 20312113, + "pos": { + "x": -149140, + "y": 11511, + "z": -51083 + }, + "rot": { + "x": 0, + "y": 156246, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 81, + "instId": 200001, + "eventId": 20312236, + "pos": { + "x": -99800, + "y": -489, + "z": -94560 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 3003010 + }, + { + "groupId": 85, + "instId": 200001, + "eventId": 20312233, + "pos": { + "x": -147360, + "y": 5200, + "z": -66949 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 85, + "instId": 200002, + "eventId": 20312234, + "pos": { + "x": -148200, + "y": 7490, + "z": -66950 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 3002030 + }, + { + "groupId": 89, + "instId": 200001, + "eventId": 20312120, + "pos": { + "x": -84390, + "y": 30332, + "z": -67032 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 92, + "instId": 200001, + "eventId": 20312116, + "pos": { + "x": -94290, + "y": 11518, + "z": -65100 + }, + "rot": { + "x": 0, + "y": 64372, + "z": 0 + }, + "monsterId": 3002030 + }, + { + "groupId": 92, + "instId": 200002, + "eventId": 20312117, + "pos": { + "x": -94500, + "y": 11518, + "z": -63550 + }, + "rot": { + "x": 0, + "y": 87809, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 207, + "instId": 200001, + "eventId": 20312124, + "pos": { + "x": -95780, + "y": 11525, + "z": 11015 + }, + "rot": { + "x": 0, + "y": 108522, + "z": 0 + }, + "monsterId": 3011010 + }, + { + "groupId": 207, + "instId": 200002, + "eventId": 20312123, + "pos": { + "x": -91430, + "y": 11525, + "z": 7970 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 208, + "instId": 200001, + "eventId": 20312130, + "pos": { + "x": -120371, + "y": 11517, + "z": 56103 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8002040 + }, + { + "groupId": 209, + "instId": 200001, + "eventId": 20312001, + "pos": { + "x": -119128, + "y": 11511, + "z": -209609 + }, + "rot": { + "x": 0, + "y": 108522, + "z": 0 + }, + "monsterId": 3001020 + }, + { + "groupId": 209, + "instId": 200002, + "eventId": 20312002, + "pos": { + "x": -111660, + "y": 11511, + "z": -157070 + }, + "rot": { + "x": 0, + "y": 79817, + "z": 0 + }, + "monsterId": 3001010 + }, + { + "groupId": 210, + "instId": 200001, + "eventId": 20312023, + "pos": { + "x": -89180, + "y": 11525, + "z": 6070 + }, + "rot": { + "x": 0, + "y": 108522, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 210, + "instId": 200002, + "eventId": 20312024, + "pos": { + "x": -91744, + "y": 11525, + "z": 10866 + }, + "rot": { + "x": 0, + "y": 79817, + "z": 0 + }, + "monsterId": 3011010 + }, + { + "groupId": 212, + "instId": 200001, + "eventId": 20312005, + "pos": { + "x": -186381, + "y": 18830, + "z": -144893 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 213, + "instId": 200001, + "eventId": 20312009, + "pos": { + "x": -153580, + "y": 11511, + "z": -97864 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 213, + "instId": 200002, + "eventId": 20312010, + "pos": { + "x": -145720, + "y": 11511, + "z": -87970 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "monsterId": 3011010 + }, + { + "groupId": 213, + "instId": 200004, + "eventId": 20312011, + "pos": { + "x": -152200, + "y": 11511, + "z": -53890 + }, + "rot": { + "x": 0, + "y": 250000, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 213, + "instId": 200005, + "eventId": 20312012, + "pos": { + "x": -152855, + "y": 11511, + "z": -56571 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 216, + "instId": 200001, + "eventId": 20312020, + "pos": { + "x": -84390, + "y": 30332, + "z": -67032 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 217, + "instId": 200001, + "eventId": 20312016, + "pos": { + "x": -94290, + "y": 11518, + "z": -65100 + }, + "rot": { + "x": 0, + "y": 64372, + "z": 0 + }, + "monsterId": 3002030 + }, + { + "groupId": 217, + "instId": 200002, + "eventId": 20312017, + "pos": { + "x": -94500, + "y": 11518, + "z": -63550 + }, + "rot": { + "x": 0, + "y": 87809, + "z": 0 + }, + "monsterId": 3002010 + } + ], + "teleports": [ + { + "anchorId": 1, + "groupId": 68, + "instId": 300001, + "pos": { + "x": -92494, + "y": 11545, + "z": -189950 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "teleportId": 2031201 + }, + { + "anchorId": 2, + "groupId": 68, + "instId": 300002, + "pos": { + "x": -117360, + "y": 11511, + "z": -133300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2031202 + }, + { + "anchorId": 3, + "groupId": 68, + "instId": 300003, + "pos": { + "x": -117410, + "y": 11517, + "z": -10820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2031203 + }, + { + "anchorId": 1, + "groupId": 219, + "instId": 300001, + "pos": { + "x": -123138, + "y": 11511, + "z": -164410 + }, + "rot": { + "x": 0, + "y": 160000, + "z": 0 + }, + "teleportId": 1015 + } + ] + }, + { + "planeID": 20313, + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": 184088, + "y": 173500, + "z": 659320 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103079 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 1, + "pos": { + "x": 264700, + "y": 122219, + "z": 678800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103079 + }, + { + "groupId": 3, + "instId": 300004, + "propState": 8, + "pos": { + "x": 184088, + "y": 173500, + "z": 659320 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 3, + "instId": 300005, + "propState": 8, + "pos": { + "x": 185734, + "y": 173500, + "z": 658578 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 3, + "instId": 300006, + "propState": 8, + "pos": { + "x": 190300, + "y": 170200, + "z": 670500 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": 268670, + "y": 122139, + "z": 624900 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103078 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 8, + "pos": { + "x": 274500, + "y": 122100, + "z": 654700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103076 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 8, + "pos": { + "x": 280460, + "y": 122219, + "z": 650300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103078 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 8, + "pos": { + "x": 274500, + "y": 122370, + "z": 637860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 6, + "instId": 300005, + "propState": 8, + "pos": { + "x": 274500, + "y": 122370, + "z": 637860 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 6, + "instId": 300006, + "propState": 8, + "pos": { + "x": 271540, + "y": 121639, + "z": 623220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 6, + "instId": 300007, + "propState": 8, + "pos": { + "x": 271540, + "y": 121639, + "z": 617500 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 6, + "instId": 300008, + "propState": 8, + "pos": { + "x": 277680, + "y": 121639, + "z": 623220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 6, + "instId": 300009, + "propState": 8, + "pos": { + "x": 277680, + "y": 121639, + "z": 617500 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 6, + "instId": 300010, + "propState": 8, + "pos": { + "x": 274670, + "y": 121639, + "z": 614630 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 6, + "instId": 300011, + "propState": 8, + "pos": { + "x": 275014, + "y": 121719, + "z": 660620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 6, + "instId": 300012, + "propState": 8, + "pos": { + "x": 271550, + "y": 121639, + "z": 652150 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 6, + "instId": 300013, + "propState": 8, + "pos": { + "x": 277540, + "y": 121639, + "z": 657870 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 6, + "instId": 300014, + "propState": 8, + "pos": { + "x": 277540, + "y": 121639, + "z": 652150 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 6, + "instId": 300015, + "propState": 8, + "pos": { + "x": 274430, + "y": 122000, + "z": 648493 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 6, + "instId": 300016, + "propState": 8, + "pos": { + "x": 276670, + "y": 122176, + "z": 626870 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": 310400, + "y": 123800, + "z": 593700 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103077 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 2, + "pos": { + "x": 313300, + "y": 123669, + "z": 610600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103078 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 8, + "pos": { + "x": 313400, + "y": 124063, + "z": 609640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 8, + "pos": { + "x": 310659, + "y": 123980, + "z": 593920 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103093 + }, + { + "groupId": 7, + "instId": 300005, + "propState": 8, + "pos": { + "x": 310280, + "y": 123980, + "z": 593810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103093 + }, + { + "groupId": 7, + "instId": 300006, + "propState": 8, + "pos": { + "x": 310482, + "y": 123280, + "z": 608740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 7, + "instId": 300007, + "propState": 8, + "pos": { + "x": 325530, + "y": 123243, + "z": 593660 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 7, + "instId": 300008, + "propState": 8, + "pos": { + "x": 310482, + "y": 123280, + "z": 608740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 7, + "instId": 300009, + "propState": 8, + "pos": { + "x": 295230, + "y": 123243, + "z": 593660 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 7, + "instId": 300010, + "propState": 8, + "pos": { + "x": 310710, + "y": 123643, + "z": 590450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 7, + "instId": 300011, + "propState": 8, + "pos": { + "x": 307110, + "y": 123680, + "z": 602940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 7, + "instId": 300012, + "propState": 8, + "pos": { + "x": 313830, + "y": 123680, + "z": 602940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 7, + "instId": 300013, + "propState": 8, + "pos": { + "x": 298530, + "y": 123643, + "z": 597180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 7, + "instId": 300014, + "propState": 8, + "pos": { + "x": 319900, + "y": 123643, + "z": 597180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 8, + "pos": { + "x": 277800, + "y": 174700, + "z": 441690 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103079 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 8, + "pos": { + "x": 221753, + "y": 143006, + "z": 454000 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103079 + }, + { + "groupId": 9, + "instId": 300004, + "propState": 8, + "pos": { + "x": 277800, + "y": 174700, + "z": 443400 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300005, + "propState": 8, + "pos": { + "x": 279930, + "y": 174200, + "z": 445370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 9, + "instId": 300006, + "propState": 8, + "pos": { + "x": 236330, + "y": 159200, + "z": 430040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 9, + "instId": 300007, + "propState": 8, + "pos": { + "x": 220530, + "y": 130500, + "z": 475400 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 0, + "pos": { + "x": 252990, + "y": 159940, + "z": 427300 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103078 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 1, + "pos": { + "x": 226430, + "y": 130970, + "z": 455570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103076 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 0, + "pos": { + "x": 220400, + "y": 130970, + "z": 464070 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103078 + }, + { + "groupId": 11, + "instId": 300004, + "propState": 0, + "pos": { + "x": 251900, + "y": 159300, + "z": 430300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 11, + "instId": 300005, + "propState": 0, + "pos": { + "x": 248100, + "y": 152010, + "z": 437860 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 11, + "instId": 300006, + "propState": 0, + "pos": { + "x": 236740, + "y": 145980, + "z": 448692 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 11, + "instId": 300007, + "propState": 0, + "pos": { + "x": 236740, + "y": 145980, + "z": 448692 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 11, + "instId": 300008, + "propState": 0, + "pos": { + "x": 264888, + "y": 171230, + "z": 437690 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 11, + "instId": 300011, + "propState": 0, + "pos": { + "x": 236740, + "y": 145980, + "z": 454800 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 11, + "instId": 300009, + "propState": 0, + "pos": { + "x": 261780, + "y": 171600, + "z": 431639 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 11, + "instId": 300010, + "propState": 0, + "pos": { + "x": 261780, + "y": 171600, + "z": 431639 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 16, + "instId": 300001, + "propState": 2, + "pos": { + "x": 32200, + "y": 194821, + "z": 469334 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103079 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 8, + "pos": { + "x": 28055, + "y": 166810, + "z": 501650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103079 + }, + { + "groupId": 16, + "instId": 300004, + "propState": 8, + "pos": { + "x": 26600, + "y": 180509, + "z": 514300 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103079 + }, + { + "groupId": 16, + "instId": 300006, + "propState": 8, + "pos": { + "x": 32200, + "y": 194821, + "z": 469334 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300007, + "propState": 8, + "pos": { + "x": 32646, + "y": 195680, + "z": 469681 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300008, + "propState": 8, + "pos": { + "x": 25000, + "y": 194321, + "z": 472100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 0, + "pos": { + "x": 49700, + "y": 169950, + "z": 489820 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103078 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 1, + "pos": { + "x": 51200, + "y": 169900, + "z": 508100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103077 + }, + { + "groupId": 17, + "instId": 300003, + "propState": 0, + "pos": { + "x": 51410, + "y": 170620, + "z": 507600 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103093 + }, + { + "groupId": 17, + "instId": 300004, + "propState": 0, + "pos": { + "x": 51410, + "y": 170620, + "z": 507600 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103093 + }, + { + "groupId": 17, + "instId": 300005, + "propState": 0, + "pos": { + "x": 38400, + "y": 192900, + "z": 477700 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 17, + "instId": 300007, + "propState": 0, + "pos": { + "x": 38400, + "y": 192900, + "z": 477700 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 17, + "instId": 300008, + "propState": 0, + "pos": { + "x": 32300, + "y": 182500, + "z": 502800 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 17, + "instId": 300006, + "propState": 0, + "pos": { + "x": 51230, + "y": 169432, + "z": 493090 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 17, + "instId": 300009, + "propState": 0, + "pos": { + "x": 51230, + "y": 169432, + "z": 493090 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 17, + "instId": 300010, + "propState": 0, + "pos": { + "x": 66220, + "y": 169380, + "z": 508150 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 18, + "instId": 300001, + "propState": 0, + "pos": { + "x": 75000, + "y": 166902, + "z": 499250 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103078 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 1, + "pos": { + "x": 66900, + "y": 166800, + "z": 501700 + }, + "rot": { + "x": 0, + "y": 270001, + "z": 0 + }, + "propId": 103076 + }, + { + "groupId": 18, + "instId": 300003, + "propState": 0, + "pos": { + "x": 41700, + "y": 166805, + "z": 496400 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103078 + }, + { + "groupId": 18, + "instId": 300004, + "propState": 0, + "pos": { + "x": 52820, + "y": 166800, + "z": 501700 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 18, + "instId": 300005, + "propState": 0, + "pos": { + "x": 51280, + "y": 166800, + "z": 501700 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 18, + "instId": 300006, + "propState": 0, + "pos": { + "x": 31080, + "y": 166310, + "z": 501540 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 18, + "instId": 300007, + "propState": 0, + "pos": { + "x": 72923, + "y": 166402, + "z": 501208 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 18, + "instId": 300008, + "propState": 0, + "pos": { + "x": 32520, + "y": 166830, + "z": 498350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 18, + "instId": 300010, + "propState": 0, + "pos": { + "x": 66990, + "y": 166830, + "z": 505060 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 18, + "instId": 300011, + "propState": 0, + "pos": { + "x": 69980, + "y": 166830, + "z": 498350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 18, + "instId": 300012, + "propState": 0, + "pos": { + "x": 37060, + "y": 166830, + "z": 505060 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 25, + "instId": 300001, + "propState": 8, + "pos": { + "x": 72260, + "y": 175220, + "z": 650490 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103079 + }, + { + "groupId": 25, + "instId": 300002, + "propState": 8, + "pos": { + "x": 75210, + "y": 197740, + "z": 575460 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103079 + }, + { + "groupId": 25, + "instId": 300004, + "propState": 8, + "pos": { + "x": 73720, + "y": 175220, + "z": 648060 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300005, + "propState": 8, + "pos": { + "x": 70700, + "y": 180400, + "z": 628800 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 25, + "instId": 300006, + "propState": 8, + "pos": { + "x": 80500, + "y": 194800, + "z": 590600 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 25, + "instId": 300007, + "propState": 8, + "pos": { + "x": 109610, + "y": 208867, + "z": 555620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300008, + "propState": 8, + "pos": { + "x": 109631, + "y": 240032, + "z": 556683 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300009, + "propState": 8, + "pos": { + "x": 109631, + "y": 240032, + "z": 554550 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300010, + "propState": 8, + "pos": { + "x": 110470, + "y": 241040, + "z": 555690 + }, + "rot": { + "x": 0, + "y": 43461, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300011, + "propState": 8, + "pos": { + "x": 108795, + "y": 240540, + "z": 555846 + }, + "rot": { + "x": 0, + "y": 2079, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 38, + "instId": 300001, + "propState": 8, + "pos": { + "x": 175900, + "y": 139709, + "z": 403800 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103079 + }, + { + "groupId": 38, + "instId": 300003, + "propState": 8, + "pos": { + "x": 212600, + "y": 110679, + "z": 378500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103079 + }, + { + "groupId": 38, + "instId": 300004, + "propState": 8, + "pos": { + "x": 206670, + "y": 95281, + "z": 338040 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103079 + }, + { + "groupId": 38, + "instId": 300005, + "propState": 8, + "pos": { + "x": 175910, + "y": 139709, + "z": 403800 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 38, + "instId": 300006, + "propState": 8, + "pos": { + "x": 169800, + "y": 136900, + "z": 393600 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 38, + "instId": 300007, + "propState": 8, + "pos": { + "x": 188800, + "y": 139300, + "z": 411000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 39, + "instId": 300001, + "propState": 8, + "pos": { + "x": 188800, + "y": 110700, + "z": 368400 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103077 + }, + { + "groupId": 39, + "instId": 300002, + "propState": 8, + "pos": { + "x": 188890, + "y": 110970, + "z": 361994 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103078 + }, + { + "groupId": 39, + "instId": 300003, + "propState": 8, + "pos": { + "x": 166400, + "y": 142300, + "z": 394500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103093 + }, + { + "groupId": 39, + "instId": 300004, + "propState": 8, + "pos": { + "x": 164900, + "y": 142300, + "z": 392980 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103093 + }, + { + "groupId": 39, + "instId": 300007, + "propState": 8, + "pos": { + "x": 188800, + "y": 110970, + "z": 368220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103093 + }, + { + "groupId": 39, + "instId": 300008, + "propState": 8, + "pos": { + "x": 188800, + "y": 110970, + "z": 368220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103093 + }, + { + "groupId": 39, + "instId": 300005, + "propState": 8, + "pos": { + "x": 169719, + "y": 136599, + "z": 393580 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 39, + "instId": 300009, + "propState": 8, + "pos": { + "x": 173680, + "y": 110230, + "z": 368364 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 39, + "instId": 300010, + "propState": 8, + "pos": { + "x": 188610, + "y": 110179, + "z": 383460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 39, + "instId": 300013, + "propState": 8, + "pos": { + "x": 188911, + "y": 110470, + "z": 365345 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 39, + "instId": 300006, + "propState": 8, + "pos": { + "x": 169719, + "y": 136599, + "z": 393580 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 39, + "instId": 300011, + "propState": 8, + "pos": { + "x": 188610, + "y": 110179, + "z": 383460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 39, + "instId": 300012, + "propState": 8, + "pos": { + "x": 203850, + "y": 110230, + "z": 368364 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 39, + "instId": 300014, + "propState": 8, + "pos": { + "x": 188911, + "y": 110470, + "z": 365345 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 45, + "instId": 300001, + "propState": 8, + "pos": { + "x": 206800, + "y": 110700, + "z": 389400 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103076 + }, + { + "groupId": 45, + "instId": 300002, + "propState": 8, + "pos": { + "x": 211749, + "y": 110679, + "z": 367239 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103078 + }, + { + "groupId": 45, + "instId": 300003, + "propState": 8, + "pos": { + "x": 206987, + "y": 110179, + "z": 395400 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 45, + "instId": 300004, + "propState": 8, + "pos": { + "x": 206800, + "y": 110600, + "z": 377880 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 45, + "instId": 300005, + "propState": 8, + "pos": { + "x": 206800, + "y": 110600, + "z": 377070 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 45, + "instId": 300008, + "propState": 8, + "pos": { + "x": 203810, + "y": 110179, + "z": 392140 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 45, + "instId": 300009, + "propState": 8, + "pos": { + "x": 209837, + "y": 110179, + "z": 392140 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 45, + "instId": 300010, + "propState": 8, + "pos": { + "x": 203810, + "y": 110179, + "z": 386140 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 45, + "instId": 300011, + "propState": 8, + "pos": { + "x": 209837, + "y": 110179, + "z": 386140 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 45, + "instId": 300006, + "propState": 8, + "pos": { + "x": 206987, + "y": 110179, + "z": 359480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 45, + "instId": 300007, + "propState": 8, + "pos": { + "x": 209700, + "y": 110179, + "z": 368550 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 45, + "instId": 300012, + "propState": 8, + "pos": { + "x": 203850, + "y": 110230, + "z": 368364 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 55, + "instId": 300001, + "propState": 12, + "pos": { + "x": 107690, + "y": 176209, + "z": 758670 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 55, + "instId": 300002, + "propState": 12, + "pos": { + "x": 35598, + "y": 189620, + "z": 420573 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 55, + "instId": 300003, + "propState": 12, + "pos": { + "x": 89960, + "y": 184544, + "z": 741300 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 55, + "instId": 300010, + "propState": 12, + "pos": { + "x": 256960, + "y": 122140, + "z": 599200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 55, + "instId": 300004, + "propState": 12, + "pos": { + "x": 318880, + "y": 123669, + "z": 610175 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 55, + "instId": 300005, + "propState": 12, + "pos": { + "x": 276100, + "y": 130221, + "z": 558100 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 55, + "instId": 300006, + "propState": 12, + "pos": { + "x": 330373, + "y": 165227, + "z": 458111 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 55, + "instId": 300007, + "propState": 12, + "pos": { + "x": 251750, + "y": 152313, + "z": 435620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 55, + "instId": 300008, + "propState": 12, + "pos": { + "x": 169216, + "y": 141619, + "z": 462811 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 55, + "instId": 300013, + "propState": 12, + "pos": { + "x": 173270, + "y": 140010, + "z": 424616 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 55, + "instId": 300009, + "propState": 12, + "pos": { + "x": 198950, + "y": 110679, + "z": 398210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 55, + "instId": 300011, + "propState": 12, + "pos": { + "x": 219615, + "y": 110752, + "z": 370304 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 55, + "instId": 300015, + "propState": 12, + "pos": { + "x": 50560, + "y": 191300, + "z": 424560 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 55, + "instId": 300016, + "propState": 12, + "pos": { + "x": 83000, + "y": 166902, + "z": 502100 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 55, + "instId": 300012, + "propState": 12, + "pos": { + "x": 50677, + "y": 183600, + "z": 546798 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 55, + "instId": 300014, + "propState": 12, + "pos": { + "x": 111800, + "y": 192220, + "z": 534200 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 55, + "instId": 300017, + "propState": 12, + "pos": { + "x": 37790, + "y": 180509, + "z": 514244 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60302 + }, + { + "groupId": 55, + "instId": 300018, + "propState": 12, + "pos": { + "x": 105080, + "y": 169397, + "z": 433138 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 55, + "instId": 300019, + "propState": 12, + "pos": { + "x": 217904, + "y": 95281, + "z": 336492 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60303 + }, + { + "groupId": 55, + "instId": 300020, + "propState": 12, + "pos": { + "x": 394325, + "y": 123332, + "z": 592658 + }, + "rot": { + "x": 0, + "y": 278107, + "z": 0 + }, + "propId": 60303 + }, + { + "groupId": 55, + "instId": 300021, + "propState": 12, + "pos": { + "x": 387206, + "y": 119135, + "z": 606967 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 55, + "instId": 300022, + "propState": 12, + "pos": { + "x": 264493, + "y": 122219, + "z": 690554 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 55, + "instId": 300023, + "propState": 12, + "pos": { + "x": 222081, + "y": 130970, + "z": 470540 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 55, + "instId": 300024, + "propState": 12, + "pos": { + "x": 68648, + "y": 180646, + "z": 620599 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 56, + "instId": 300001, + "propState": 8, + "pos": { + "x": 109000, + "y": 182414, + "z": 733800 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 56, + "instId": 300002, + "propState": 8, + "pos": { + "x": 322031, + "y": 123700, + "z": 627208 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 56, + "instId": 300003, + "propState": 8, + "pos": { + "x": 200488, + "y": 143006, + "z": 449804 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 56, + "instId": 300004, + "propState": 8, + "pos": { + "x": 30703, + "y": 180500, + "z": 531401 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 58, + "instId": 300002, + "propState": 8, + "pos": { + "x": 111635, + "y": 179533, + "z": 678317 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 58, + "instId": 300001, + "propState": 8, + "pos": { + "x": 293631, + "y": 122219, + "z": 669310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 58, + "instId": 300005, + "propState": 8, + "pos": { + "x": 357850, + "y": 122120, + "z": 580480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 58, + "instId": 300008, + "propState": 8, + "pos": { + "x": 201230, + "y": 143006, + "z": 436457 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 58, + "instId": 300012, + "propState": 8, + "pos": { + "x": 207779, + "y": 95281, + "z": 314464 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 58, + "instId": 300013, + "propState": 8, + "pos": { + "x": 65431, + "y": 183660, + "z": 524341 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 58, + "instId": 300006, + "propState": 8, + "pos": { + "x": 90180, + "y": 184544, + "z": 713150 + }, + "rot": { + "x": 0, + "y": 141753, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 58, + "instId": 300007, + "propState": 8, + "pos": { + "x": 77640, + "y": 184544, + "z": 711730 + }, + "rot": { + "x": 0, + "y": 67143, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300004, + "propState": 8, + "pos": { + "x": 273600, + "y": 122200, + "z": 670300 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300009, + "propState": 8, + "pos": { + "x": 275690, + "y": 122200, + "z": 599310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300011, + "propState": 8, + "pos": { + "x": 282220, + "y": 126814, + "z": 575400 + }, + "rot": { + "x": 0, + "y": 310659, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300015, + "propState": 8, + "pos": { + "x": 275900, + "y": 130221, + "z": 532300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300026, + "propState": 8, + "pos": { + "x": 308106, + "y": 171500, + "z": 427924 + }, + "rot": { + "x": 0, + "y": 200000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 58, + "instId": 300016, + "propState": 8, + "pos": { + "x": 305073, + "y": 171500, + "z": 429055 + }, + "rot": { + "x": 0, + "y": 190000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 58, + "instId": 300017, + "propState": 8, + "pos": { + "x": 291890, + "y": 171500, + "z": 429090 + }, + "rot": { + "x": 0, + "y": 170000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300003, + "propState": 8, + "pos": { + "x": 332920, + "y": 168860, + "z": 442690 + }, + "rot": { + "x": 0, + "y": 88996, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300010, + "propState": 8, + "pos": { + "x": 331299, + "y": 168860, + "z": 427905 + }, + "rot": { + "x": 0, + "y": 170000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300018, + "propState": 8, + "pos": { + "x": 187076, + "y": 140010, + "z": 423425 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 58, + "instId": 300019, + "propState": 8, + "pos": { + "x": 187980, + "y": 141620, + "z": 462480 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 58, + "instId": 300014, + "propState": 8, + "pos": { + "x": 154230, + "y": 142800, + "z": 441370 + }, + "rot": { + "x": 0, + "y": 223197, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300021, + "propState": 8, + "pos": { + "x": 43998, + "y": 191300, + "z": 412515 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 58, + "instId": 300023, + "propState": 8, + "pos": { + "x": 25687, + "y": 192800, + "z": 455869 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300024, + "propState": 8, + "pos": { + "x": 66159, + "y": 183600, + "z": 541696 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 58, + "instId": 300025, + "propState": 8, + "pos": { + "x": 121773, + "y": 194806, + "z": 516523 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300022, + "propState": 8, + "pos": { + "x": 39340, + "y": 166805, + "z": 477200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300020, + "propState": 8, + "pos": { + "x": 299710, + "y": 119250, + "z": 686420 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300027, + "propState": 8, + "pos": { + "x": 305200, + "y": 119250, + "z": 679990 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 58, + "instId": 300028, + "propState": 8, + "pos": { + "x": 84230, + "y": 163845, + "z": 486930 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 58, + "instId": 300029, + "propState": 8, + "pos": { + "x": 84330, + "y": 163845, + "z": 478960 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 58, + "instId": 300030, + "propState": 8, + "pos": { + "x": 330190, + "y": 168860, + "z": 445640 + }, + "rot": { + "x": 0, + "y": 344291, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 58, + "instId": 300031, + "propState": 8, + "pos": { + "x": 328548, + "y": 168860, + "z": 445640 + }, + "rot": { + "x": 0, + "y": 27640, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300032, + "propState": 8, + "pos": { + "x": 319310, + "y": 168860, + "z": 430040 + }, + "rot": { + "x": 0, + "y": 235240, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 58, + "instId": 300033, + "propState": 8, + "pos": { + "x": 315630, + "y": 168860, + "z": 431190 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 58, + "instId": 300034, + "propState": 8, + "pos": { + "x": 320250, + "y": 168860, + "z": 428620 + }, + "rot": { + "x": 0, + "y": 260000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 62, + "instId": 300001, + "propState": 11, + "pos": { + "x": 303000, + "y": 119250, + "z": 682800 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60302 + }, + { + "groupId": 62, + "instId": 300002, + "propState": 8, + "pos": { + "x": 303000, + "y": 119250, + "z": 682800 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 62, + "instId": 300003, + "propState": 8, + "pos": { + "x": 303000, + "y": 119250, + "z": 682800 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 62, + "instId": 300004, + "propState": 8, + "pos": { + "x": 291910, + "y": 119340, + "z": 680260 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 67, + "instId": 300001, + "propState": 11, + "pos": { + "x": 216139, + "y": 95281, + "z": 300810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60303 + }, + { + "groupId": 67, + "instId": 300002, + "propState": 8, + "pos": { + "x": 216139, + "y": 95281, + "z": 300810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 67, + "instId": 300003, + "propState": 8, + "pos": { + "x": 216139, + "y": 95300, + "z": 299676 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 67, + "instId": 300004, + "propState": 8, + "pos": { + "x": 211330, + "y": 95300, + "z": 322734 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 68, + "instId": 300001, + "propState": 11, + "pos": { + "x": 365499, + "y": 122120, + "z": 600101 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60303 + }, + { + "groupId": 68, + "instId": 300002, + "propState": 8, + "pos": { + "x": 365499, + "y": 122120, + "z": 600101 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 68, + "instId": 300003, + "propState": 8, + "pos": { + "x": 365499, + "y": 122120, + "z": 600101 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 68, + "instId": 300004, + "propState": 8, + "pos": { + "x": 370296, + "y": 122120, + "z": 585980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 69, + "instId": 300001, + "propState": 8, + "pos": { + "x": 87650, + "y": 187848, + "z": 529440 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 702 + }, + { + "groupId": 69, + "instId": 300002, + "propState": 8, + "pos": { + "x": 74980, + "y": 186900, + "z": 529580 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 69, + "instId": 300003, + "propState": 8, + "pos": { + "x": 91120, + "y": 186900, + "z": 517890 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 73, + "instId": 300001, + "propState": 8, + "pos": { + "x": 130291, + "y": 178738, + "z": 759479 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 132 + }, + { + "groupId": 73, + "instId": 300002, + "propState": 8, + "pos": { + "x": 117547, + "y": 184070, + "z": 720358 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103156 + }, + { + "groupId": 107, + "instId": 300001, + "propState": 8, + "pos": { + "x": 137780, + "y": 142800, + "z": 434150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103079 + }, + { + "groupId": 107, + "instId": 300002, + "propState": 8, + "pos": { + "x": 74090, + "y": 191300, + "z": 420880 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103079 + }, + { + "groupId": 107, + "instId": 300004, + "propState": 8, + "pos": { + "x": 137780, + "y": 142800, + "z": 434040 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 107, + "instId": 300005, + "propState": 8, + "pos": { + "x": 131680, + "y": 143919, + "z": 436300 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 107, + "instId": 300006, + "propState": 8, + "pos": { + "x": 101960, + "y": 169156, + "z": 431059 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 107, + "instId": 300007, + "propState": 8, + "pos": { + "x": 104995, + "y": 169397, + "z": 428225 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 110, + "instId": 300002, + "propState": 8, + "pos": { + "x": 260900, + "y": 119072, + "z": 634400 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 110, + "instId": 300001, + "propState": 8, + "pos": { + "x": 65460, + "y": 191300, + "z": 419980 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 117, + "instId": 300002, + "propState": 1, + "pos": { + "x": 73557, + "y": 175216, + "z": 667924 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103044 + }, + { + "groupId": 117, + "instId": 300003, + "propState": 1, + "pos": { + "x": 75800, + "y": 178539, + "z": 678100 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103029 + }, + { + "groupId": 149, + "instId": 300001, + "propState": 18, + "pos": { + "x": 18785, + "y": 190234, + "z": 427089 + }, + "rot": { + "x": 0, + "y": 73158, + "z": 0 + }, + "propId": 103023 + }, + { + "groupId": 149, + "instId": 300002, + "propState": 1, + "pos": { + "x": 21510, + "y": 189620, + "z": 428340 + }, + "rot": { + "x": 0, + "y": 22616, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 150, + "instId": 300001, + "propState": 18, + "pos": { + "x": 168286, + "y": 178274, + "z": 656110 + }, + "rot": { + "x": 0, + "y": 4695, + "z": 0 + }, + "propId": 103023 + }, + { + "groupId": 150, + "instId": 300002, + "propState": 1, + "pos": { + "x": 174480, + "y": 173500, + "z": 659560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 151, + "instId": 300001, + "propState": 18, + "pos": { + "x": 130187, + "y": 185911, + "z": 684301 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103023 + }, + { + "groupId": 151, + "instId": 300002, + "propState": 18, + "pos": { + "x": 130054, + "y": 185764, + "z": 684402 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103023 + }, + { + "groupId": 151, + "instId": 300003, + "propState": 18, + "pos": { + "x": 130334, + "y": 185766, + "z": 684274 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103023 + }, + { + "groupId": 151, + "instId": 300004, + "propState": 18, + "pos": { + "x": 140187, + "y": 185911, + "z": 684301 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103023 + }, + { + "groupId": 151, + "instId": 300005, + "propState": 1, + "pos": { + "x": 130170, + "y": 184320, + "z": 688810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 152, + "instId": 300001, + "propState": 18, + "pos": { + "x": 83997, + "y": 186820, + "z": 720260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103023 + }, + { + "groupId": 152, + "instId": 300002, + "propState": 1, + "pos": { + "x": 83870, + "y": 184562, + "z": 723797 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 153, + "instId": 300001, + "propState": 18, + "pos": { + "x": 271461, + "y": 124802, + "z": 604993 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103023 + }, + { + "groupId": 153, + "instId": 300002, + "propState": 8, + "pos": { + "x": 271461, + "y": 126502, + "z": 604993 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103023 + }, + { + "groupId": 153, + "instId": 300003, + "propState": 8, + "pos": { + "x": 271461, + "y": 128191, + "z": 604993 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103023 + }, + { + "groupId": 153, + "instId": 300004, + "propState": 1, + "pos": { + "x": 273014, + "y": 122139, + "z": 604993 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 154, + "instId": 300001, + "propState": 18, + "pos": { + "x": 278490, + "y": 126826, + "z": 582720 + }, + "rot": { + "x": 0, + "y": 120425, + "z": 0 + }, + "propId": 103023 + }, + { + "groupId": 154, + "instId": 300002, + "propState": 1, + "pos": { + "x": 282551, + "y": 126843, + "z": 576254 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 155, + "instId": 300001, + "propState": 18, + "pos": { + "x": 169952, + "y": 141390, + "z": 447492 + }, + "rot": { + "x": 0, + "y": 131235, + "z": 0 + }, + "propId": 103023 + }, + { + "groupId": 155, + "instId": 300002, + "propState": 1, + "pos": { + "x": 173310, + "y": 140000, + "z": 443880 + }, + "rot": { + "x": 0, + "y": 22616, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 156, + "instId": 300001, + "propState": 18, + "pos": { + "x": 325172, + "y": 170509, + "z": 449555 + }, + "rot": { + "x": 0, + "y": 191145, + "z": 0 + }, + "propId": 103023 + }, + { + "groupId": 156, + "instId": 300002, + "propState": 1, + "pos": { + "x": 324542, + "y": 168860, + "z": 446020 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 157, + "instId": 300001, + "propState": 18, + "pos": { + "x": 60415, + "y": 167324, + "z": 480857 + }, + "rot": { + "x": 0, + "y": 88089, + "z": 0 + }, + "propId": 103023 + }, + { + "groupId": 157, + "instId": 300002, + "propState": 1, + "pos": { + "x": 63821, + "y": 163845, + "z": 480941 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 158, + "instId": 300001, + "propState": 18, + "pos": { + "x": 104170, + "y": 201911, + "z": 582952 + }, + "rot": { + "x": 0, + "y": 144970, + "z": 0 + }, + "propId": 103023 + }, + { + "groupId": 158, + "instId": 300002, + "propState": 1, + "pos": { + "x": 105581, + "y": 200373, + "z": 581877 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 160, + "instId": 300001, + "propState": 8, + "pos": { + "x": 380914, + "y": 119135, + "z": 584451 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 160, + "instId": 300003, + "propState": 8, + "pos": { + "x": 380393, + "y": 119135, + "z": 584546 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 160, + "instId": 300004, + "propState": 8, + "pos": { + "x": 381474, + "y": 119135, + "z": 584451 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 160, + "instId": 300005, + "propState": 8, + "pos": { + "x": 381204, + "y": 119135, + "z": 612780 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 160, + "instId": 300002, + "propState": 8, + "pos": { + "x": 394298, + "y": 123323, + "z": 592640 + }, + "rot": { + "x": 0, + "y": 318452, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 160, + "instId": 300006, + "propState": 8, + "pos": { + "x": 380127, + "y": 119135, + "z": 612945 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 161, + "instId": 300004, + "propState": 21, + "pos": { + "x": 391942, + "y": 119135, + "z": 592618 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 161, + "instId": 300005, + "propState": 21, + "pos": { + "x": 388876, + "y": 121021, + "z": 594930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 161, + "instId": 300006, + "propState": 21, + "pos": { + "x": 378642, + "y": 121021, + "z": 595084 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 161, + "instId": 300007, + "propState": 21, + "pos": { + "x": 377999, + "y": 119135, + "z": 597835 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 161, + "instId": 300008, + "propState": 21, + "pos": { + "x": 394150, + "y": 119135, + "z": 604774 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 161, + "instId": 300009, + "propState": 21, + "pos": { + "x": 394286, + "y": 123323, + "z": 598781 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 161, + "instId": 300010, + "propState": 21, + "pos": { + "x": 381315, + "y": 119135, + "z": 607056 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 161, + "instId": 300011, + "propState": 21, + "pos": { + "x": 382812, + "y": 121021, + "z": 606810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 161, + "instId": 300014, + "propState": 8, + "pos": { + "x": 387013, + "y": 121021, + "z": 604807 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103087 + }, + { + "groupId": 161, + "instId": 300016, + "propState": 8, + "pos": { + "x": 387431, + "y": 121021, + "z": 594779 + }, + "rot": { + "x": 0, + "y": 344636, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 161, + "instId": 300017, + "propState": 8, + "pos": { + "x": 383648, + "y": 121021, + "z": 594791 + }, + "rot": { + "x": 0, + "y": 9460, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 161, + "instId": 300018, + "propState": 8, + "pos": { + "x": 386581, + "y": 119135, + "z": 597375 + }, + "rot": { + "x": 0, + "y": 43148, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 161, + "instId": 300019, + "propState": 8, + "pos": { + "x": 392980, + "y": 119135, + "z": 604124 + }, + "rot": { + "x": 0, + "y": 249492, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 161, + "instId": 300020, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 165, + "instId": 300001, + "propState": 11, + "pos": { + "x": 352313, + "y": 120580, + "z": 608518 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103018 + }, + { + "groupId": 166, + "instId": 300001, + "propState": 11, + "pos": { + "x": 313700, + "y": 168500, + "z": 438890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103018 + }, + { + "groupId": 167, + "instId": 300001, + "propState": 11, + "pos": { + "x": 92718, + "y": 163845, + "z": 482913 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103018 + }, + { + "groupId": 180, + "instId": 300001, + "propState": 10, + "pos": { + "x": 374110, + "y": 119135, + "z": 616630 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103012 + }, + { + "groupId": 180, + "instId": 300002, + "propState": 8, + "pos": { + "x": 374110, + "y": 119135, + "z": 616630 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 180, + "instId": 300003, + "propState": 8, + "pos": { + "x": 374110, + "y": 119135, + "z": 616630 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 180, + "instId": 300004, + "propState": 8, + "pos": { + "x": 374110, + "y": 119135, + "z": 616630 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 180, + "instId": 300005, + "propState": 8, + "pos": { + "x": 365212, + "y": 119135, + "z": 616690 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300006, + "propState": 20, + "pos": { + "x": 365212, + "y": 119135, + "z": 616690 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60302 + }, + { + "groupId": 180, + "instId": 300008, + "propState": 8, + "pos": { + "x": 365212, + "y": 119135, + "z": 616690 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300007, + "propState": 8, + "pos": { + "x": 368100, + "y": 118895, + "z": 619690 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300009, + "propState": 8, + "pos": { + "x": 365212, + "y": 119135, + "z": 616690 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 180, + "instId": 300010, + "propState": 8, + "pos": { + "x": 362615, + "y": 119135, + "z": 616600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 186, + "instId": 300001, + "propState": 8, + "pos": { + "x": 31440, + "y": 192820, + "z": 433790 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 808 + }, + { + "groupId": 187, + "instId": 300001, + "propState": 1, + "pos": { + "x": 305887, + "y": 134908, + "z": 523956 + }, + "rot": { + "x": 0, + "y": 89504, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 187, + "instId": 300002, + "propState": 1, + "pos": { + "x": 311000, + "y": 132011, + "z": 524000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 187, + "instId": 300003, + "propState": 1, + "pos": { + "x": 330570, + "y": 165920, + "z": 472460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 187, + "instId": 300004, + "propState": 3, + "pos": { + "x": 336343, + "y": 144411, + "z": 511292 + }, + "rot": { + "x": 0, + "y": 180975, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 187, + "instId": 300005, + "propState": 3, + "pos": { + "x": 315599, + "y": 154620, + "z": 493876 + }, + "rot": { + "x": 0, + "y": 269504, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 187, + "instId": 300006, + "propState": 3, + "pos": { + "x": 346275, + "y": 155851, + "z": 494142 + }, + "rot": { + "x": 0, + "y": 269504, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 187, + "instId": 300007, + "propState": 3, + "pos": { + "x": 356500, + "y": 156262, + "z": 494230 + }, + "rot": { + "x": 0, + "y": 269504, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 187, + "instId": 300008, + "propState": 3, + "pos": { + "x": 330717, + "y": 163507, + "z": 481080 + }, + "rot": { + "x": 0, + "y": 180975, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 187, + "instId": 300009, + "propState": 0, + "pos": { + "x": 305521, + "y": 148694, + "z": 502407 + }, + "rot": { + "x": 0, + "y": 180975, + "z": 0 + }, + "propId": 103007 + }, + { + "groupId": 188, + "instId": 300001, + "propState": 1, + "pos": { + "x": 170902, + "y": 115536, + "z": 379608 + }, + "rot": { + "x": 0, + "y": 89744, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 188, + "instId": 300002, + "propState": 1, + "pos": { + "x": 171000, + "y": 112510, + "z": 358420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 188, + "instId": 300003, + "propState": 1, + "pos": { + "x": 218616, + "y": 110730, + "z": 363930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 188, + "instId": 300004, + "propState": 3, + "pos": { + "x": 186807, + "y": 114968, + "z": 374382 + }, + "rot": { + "x": 0, + "y": 179736, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 188, + "instId": 300005, + "propState": 3, + "pos": { + "x": 207981, + "y": 114185, + "z": 374477 + }, + "rot": { + "x": 0, + "y": 269744, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 188, + "instId": 300006, + "propState": 3, + "pos": { + "x": 176269, + "y": 115397, + "z": 363741 + }, + "rot": { + "x": 0, + "y": 179736, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 188, + "instId": 300007, + "propState": 3, + "pos": { + "x": 197443, + "y": 114615, + "z": 363835 + }, + "rot": { + "x": 0, + "y": 269744, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 188, + "instId": 300008, + "propState": 3, + "pos": { + "x": 186905, + "y": 115044, + "z": 353194 + }, + "rot": { + "x": 0, + "y": 179736, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 188, + "instId": 300009, + "propState": 3, + "pos": { + "x": 213347, + "y": 114047, + "z": 358609 + }, + "rot": { + "x": 0, + "y": 269744, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 188, + "instId": 300011, + "propState": 3, + "pos": { + "x": 223983, + "y": 113694, + "z": 348063 + }, + "rot": { + "x": 0, + "y": 179736, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 188, + "instId": 300012, + "propState": 3, + "pos": { + "x": 192271, + "y": 114906, + "z": 337327 + }, + "rot": { + "x": 0, + "y": 179736, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 188, + "instId": 300013, + "propState": 3, + "pos": { + "x": 208176, + "y": 114338, + "z": 332101 + }, + "rot": { + "x": 0, + "y": 269744, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 188, + "instId": 300015, + "propState": 1, + "pos": { + "x": 192174, + "y": 114830, + "z": 358515 + }, + "rot": { + "x": 0, + "y": 179736, + "z": 0 + }, + "propId": 103007 + }, + { + "groupId": 188, + "instId": 300016, + "propState": 1, + "pos": { + "x": 208127, + "y": 114300, + "z": 342695 + }, + "rot": { + "x": 0, + "y": 179736, + "z": 0 + }, + "propId": 103007 + }, + { + "groupId": 188, + "instId": 300010, + "propState": 1, + "pos": { + "x": 176367, + "y": 115474, + "z": 342553 + }, + "rot": { + "x": 0, + "y": 179736, + "z": 0 + }, + "propId": 103007 + }, + { + "groupId": 190, + "instId": 300001, + "propState": 8, + "pos": { + "x": 386510, + "y": 119135, + "z": 603490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 190, + "instId": 300002, + "propState": 8, + "pos": { + "x": 384510, + "y": 119135, + "z": 595780 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 190, + "instId": 300003, + "propState": 8, + "pos": { + "x": 375930, + "y": 119135, + "z": 586480 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 190, + "instId": 300004, + "propState": 8, + "pos": { + "x": 361580, + "y": 119135, + "z": 616585 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 190, + "instId": 300005, + "propState": 8, + "pos": { + "x": 362160, + "y": 119135, + "z": 616585 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 190, + "instId": 300006, + "propState": 8, + "pos": { + "x": 376130, + "y": 119135, + "z": 586480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 194, + "instId": 300001, + "propState": 8, + "pos": { + "x": 54420, + "y": 173230, + "z": 631890 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 227, + "instId": 300001, + "propState": 10, + "pos": { + "x": 204480, + "y": 143006, + "z": 425450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103012 + }, + { + "groupId": 227, + "instId": 300002, + "propState": 8, + "pos": { + "x": 204480, + "y": 143006, + "z": 425450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 227, + "instId": 300003, + "propState": 8, + "pos": { + "x": 204480, + "y": 143006, + "z": 425450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 227, + "instId": 300004, + "propState": 8, + "pos": { + "x": 204480, + "y": 143006, + "z": 425450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 227, + "instId": 300005, + "propState": 8, + "pos": { + "x": 204480, + "y": 143006, + "z": 425450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 227, + "instId": 300006, + "propState": 20, + "pos": { + "x": 204350, + "y": 143006, + "z": 423630 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60302 + }, + { + "groupId": 227, + "instId": 300007, + "propState": 8, + "pos": { + "x": 204350, + "y": 143006, + "z": 423630 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 228, + "instId": 300001, + "propState": 10, + "pos": { + "x": 68620, + "y": 175220, + "z": 665700 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103012 + }, + { + "groupId": 228, + "instId": 300002, + "propState": 8, + "pos": { + "x": 68620, + "y": 175220, + "z": 665700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 228, + "instId": 300003, + "propState": 8, + "pos": { + "x": 68620, + "y": 175220, + "z": 665700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 228, + "instId": 300004, + "propState": 8, + "pos": { + "x": 68620, + "y": 175220, + "z": 665700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 228, + "instId": 300005, + "propState": 8, + "pos": { + "x": 68620, + "y": 175220, + "z": 665700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 228, + "instId": 300006, + "propState": 20, + "pos": { + "x": 65740, + "y": 175220, + "z": 665700 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60302 + }, + { + "groupId": 228, + "instId": 300007, + "propState": 8, + "pos": { + "x": 68650, + "y": 175220, + "z": 658830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 230, + "instId": 300006, + "propState": 18, + "pos": { + "x": 132994, + "y": 184817, + "z": 689704 + }, + "rot": { + "x": 0, + "y": 146959, + "z": 0 + }, + "propId": 103036 + }, + { + "groupId": 232, + "instId": 300001, + "propState": 8, + "pos": { + "x": 110810, + "y": 201960, + "z": 586260 + }, + "rot": { + "x": 0, + "y": 89746, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 232, + "instId": 300002, + "propState": 18, + "pos": { + "x": 111137, + "y": 201345, + "z": 579331 + }, + "rot": { + "x": 0, + "y": 87738, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 248, + "instId": 300001, + "propState": 18, + "pos": { + "x": 299751, + "y": 173408, + "z": 407991 + }, + "rot": { + "x": 0, + "y": 103826, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 248, + "instId": 300002, + "propState": 18, + "pos": { + "x": 96060, + "y": 185178, + "z": 720687 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 248, + "instId": 300003, + "propState": 18, + "pos": { + "x": 271000, + "y": 123343, + "z": 684710 + }, + "rot": { + "x": 0, + "y": 186313, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 248, + "instId": 300004, + "propState": 18, + "pos": { + "x": 69152, + "y": 176402, + "z": 656058 + }, + "rot": { + "x": 0, + "y": 91176, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 253, + "instId": 300001, + "propState": 18, + "pos": { + "x": 105830, + "y": 182946, + "z": 729357 + }, + "rot": { + "x": 0, + "y": 131002, + "z": 0 + }, + "propId": 101029 + }, + { + "groupId": 277, + "instId": 300001, + "propState": 2, + "pos": { + "x": 70708, + "y": 184562, + "z": 729379 + }, + "rot": { + "x": 0, + "y": 180970, + "z": 0 + }, + "propId": 103012 + }, + { + "groupId": 277, + "instId": 300002, + "propState": 9, + "pos": { + "x": 130150, + "y": 183141, + "z": 723980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 277, + "instId": 300003, + "propState": 9, + "pos": { + "x": 118030, + "y": 183030, + "z": 709160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 277, + "instId": 300004, + "propState": 8, + "pos": { + "x": 70708, + "y": 184562, + "z": 729379 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + } + ], + "monsters": [ + { + "groupId": 59, + "instId": 200001, + "eventId": 20313110, + "pos": { + "x": 141749, + "y": 178003, + "z": 681245 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 59, + "instId": 200002, + "eventId": 20313111, + "pos": { + "x": 145330, + "y": 178003, + "z": 681208 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 3001010 + }, + { + "groupId": 62, + "instId": 200001, + "eventId": 20313231, + "pos": { + "x": 299700, + "y": 119250, + "z": 680500 + }, + "rot": { + "x": 0, + "y": 39987, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 62, + "instId": 200002, + "eventId": 20313232, + "pos": { + "x": 304900, + "y": 119250, + "z": 686400 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "monsterId": 3002030 + }, + { + "groupId": 67, + "instId": 200001, + "eventId": 20313237, + "pos": { + "x": 211757, + "y": 95281, + "z": 304034 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3003010 + }, + { + "groupId": 68, + "instId": 200001, + "eventId": 20313234, + "pos": { + "x": 363560, + "y": 122120, + "z": 594320 + }, + "rot": { + "x": 0, + "y": 200000, + "z": 0 + }, + "monsterId": 3003010 + }, + { + "groupId": 69, + "instId": 200001, + "eventId": 101216, + "pos": { + "x": 87640, + "y": 186848, + "z": 529670 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 3003011 + }, + { + "groupId": 160, + "instId": 200001, + "eventId": 10301299, + "pos": { + "x": 381474, + "y": 119135, + "z": 561240 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 7010011 + }, + { + "groupId": 164, + "instId": 200001, + "eventId": 20313010, + "pos": { + "x": 141749, + "y": 178003, + "z": 681245 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 164, + "instId": 200002, + "eventId": 20313011, + "pos": { + "x": 162774, + "y": 174900, + "z": 678766 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 3001010 + }, + { + "groupId": 164, + "instId": 200022, + "eventId": 20313013, + "pos": { + "x": 293020, + "y": 122139, + "z": 623810 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 164, + "instId": 200003, + "eventId": 20313016, + "pos": { + "x": 296170, + "y": 126814, + "z": 564150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3002030 + }, + { + "groupId": 164, + "instId": 200004, + "eventId": 20313017, + "pos": { + "x": 289100, + "y": 126814, + "z": 564340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3002030 + }, + { + "groupId": 164, + "instId": 200006, + "eventId": 20313018, + "pos": { + "x": 303850, + "y": 130250, + "z": 549604 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 164, + "instId": 200005, + "eventId": 20313020, + "pos": { + "x": 279685, + "y": 130250, + "z": 558286 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 3001020 + }, + { + "groupId": 164, + "instId": 200008, + "eventId": 20313019, + "pos": { + "x": 275530, + "y": 130250, + "z": 551780 + }, + "rot": { + "x": 0, + "y": 203044, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 164, + "instId": 200009, + "eventId": 20313021, + "pos": { + "x": 154760, + "y": 142800, + "z": 420357 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 164, + "instId": 200007, + "eventId": 20313023, + "pos": { + "x": 184080, + "y": 141273, + "z": 463124 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 3001010 + }, + { + "groupId": 164, + "instId": 200010, + "eventId": 20313022, + "pos": { + "x": 170480, + "y": 141273, + "z": 457538 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 3002030 + }, + { + "groupId": 164, + "instId": 200011, + "eventId": 20313027, + "pos": { + "x": 56310, + "y": 191300, + "z": 414500 + }, + "rot": { + "x": 0, + "y": 260000, + "z": 0 + }, + "monsterId": 3001020 + }, + { + "groupId": 164, + "instId": 200012, + "eventId": 20313028, + "pos": { + "x": 41810, + "y": 192820, + "z": 441820 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "monsterId": 3002030 + }, + { + "groupId": 164, + "instId": 200013, + "eventId": 20313029, + "pos": { + "x": 39010, + "y": 192820, + "z": 445469 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 164, + "instId": 200014, + "eventId": 20313044, + "pos": { + "x": 164980, + "y": 110990, + "z": 368530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 164, + "instId": 200015, + "eventId": 20313043, + "pos": { + "x": 201080, + "y": 110679, + "z": 388254 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3001020 + }, + { + "groupId": 164, + "instId": 200016, + "eventId": 20313045, + "pos": { + "x": 42630, + "y": 166890, + "z": 477310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 3001010 + }, + { + "groupId": 164, + "instId": 200017, + "eventId": 20313046, + "pos": { + "x": 90305, + "y": 163845, + "z": 484421 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "monsterId": 3002030 + }, + { + "groupId": 164, + "instId": 200018, + "eventId": 20313047, + "pos": { + "x": 90503, + "y": 163845, + "z": 481338 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 168, + "instId": 200001, + "eventId": 20313140, + "pos": { + "x": 299658, + "y": 172169, + "z": 413230 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8002040 + }, + { + "groupId": 174, + "instId": 200022, + "eventId": 20313113, + "pos": { + "x": 293020, + "y": 122139, + "z": 623810 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 174, + "instId": 200003, + "eventId": 20313116, + "pos": { + "x": 296170, + "y": 126814, + "z": 564150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3002030 + }, + { + "groupId": 174, + "instId": 200004, + "eventId": 20313117, + "pos": { + "x": 289100, + "y": 126814, + "z": 564340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3002030 + }, + { + "groupId": 174, + "instId": 200006, + "eventId": 20313118, + "pos": { + "x": 288230, + "y": 130221, + "z": 534820 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 174, + "instId": 200005, + "eventId": 20313120, + "pos": { + "x": 286735, + "y": 130221, + "z": 539003 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 3001020 + }, + { + "groupId": 174, + "instId": 200008, + "eventId": 20313119, + "pos": { + "x": 291090, + "y": 130221, + "z": 533130 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 175, + "instId": 200009, + "eventId": 20313121, + "pos": { + "x": 154760, + "y": 142800, + "z": 420357 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 175, + "instId": 200007, + "eventId": 20313123, + "pos": { + "x": 184080, + "y": 141273, + "z": 463124 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 3001010 + }, + { + "groupId": 175, + "instId": 200010, + "eventId": 20313122, + "pos": { + "x": 170480, + "y": 141273, + "z": 457538 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 3002030 + }, + { + "groupId": 175, + "instId": 200001, + "eventId": 20313134, + "pos": { + "x": 180090, + "y": 139679, + "z": 435360 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 175, + "instId": 200002, + "eventId": 20313135, + "pos": { + "x": 182168, + "y": 139679, + "z": 437276 + }, + "rot": { + "x": 0, + "y": 247768, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 175, + "instId": 200003, + "eventId": 20313136, + "pos": { + "x": 186542, + "y": 140017, + "z": 436798 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 3001020 + }, + { + "groupId": 176, + "instId": 200011, + "eventId": 20313127, + "pos": { + "x": 56310, + "y": 191300, + "z": 414500 + }, + "rot": { + "x": 0, + "y": 260000, + "z": 0 + }, + "monsterId": 3001020 + }, + { + "groupId": 176, + "instId": 200012, + "eventId": 20313128, + "pos": { + "x": 41810, + "y": 192820, + "z": 441820 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "monsterId": 3002030 + }, + { + "groupId": 176, + "instId": 200013, + "eventId": 20313129, + "pos": { + "x": 39010, + "y": 192820, + "z": 445469 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 177, + "instId": 200014, + "eventId": 20313131, + "pos": { + "x": 64430, + "y": 183660, + "z": 533140 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 3002030 + }, + { + "groupId": 177, + "instId": 200015, + "eventId": 20313132, + "pos": { + "x": 64800, + "y": 183660, + "z": 526260 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 3002030 + }, + { + "groupId": 177, + "instId": 200016, + "eventId": 20313133, + "pos": { + "x": 59860, + "y": 183660, + "z": 536920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 3001010 + }, + { + "groupId": 178, + "instId": 200001, + "eventId": 20313144, + "pos": { + "x": 164980, + "y": 110730, + "z": 368530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 178, + "instId": 200002, + "eventId": 20313143, + "pos": { + "x": 201080, + "y": 110679, + "z": 388254 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3001020 + }, + { + "groupId": 178, + "instId": 200003, + "eventId": 20313145, + "pos": { + "x": 42630, + "y": 166805, + "z": 477310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 3001010 + }, + { + "groupId": 178, + "instId": 200004, + "eventId": 20313146, + "pos": { + "x": 90305, + "y": 163845, + "z": 484421 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "monsterId": 3002030 + }, + { + "groupId": 178, + "instId": 200005, + "eventId": 20313147, + "pos": { + "x": 90503, + "y": 163845, + "z": 481338 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 190, + "instId": 200001, + "eventId": 10301299, + "pos": { + "x": 384280, + "y": 119135, + "z": 589920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3002011 + }, + { + "groupId": 190, + "instId": 200002, + "eventId": 10301299, + "pos": { + "x": 386510, + "y": 119135, + "z": 603490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3002011 + }, + { + "groupId": 190, + "instId": 200003, + "eventId": 10301299, + "pos": { + "x": 390950, + "y": 119135, + "z": 602510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3001021 + } + ], + "teleports": [ + { + "anchorId": 1, + "groupId": 56, + "instId": 300001, + "pos": { + "x": 120690, + "y": 182429, + "z": 732870 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "teleportId": 2031301 + }, + { + "anchorId": 2, + "groupId": 56, + "instId": 300002, + "pos": { + "x": 315236, + "y": 123700, + "z": 622869 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "teleportId": 2031302 + }, + { + "anchorId": 3, + "groupId": 56, + "instId": 300003, + "pos": { + "x": 203857, + "y": 143006, + "z": 442675 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "teleportId": 2031303 + }, + { + "anchorId": 4, + "groupId": 56, + "instId": 300004, + "pos": { + "x": 36410, + "y": 180500, + "z": 529244 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "teleportId": 2031304 + }, + { + "anchorId": 1, + "groupId": 69, + "instId": 300001, + "pos": { + "x": 81600, + "y": 186848, + "z": 529090 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "teleportId": 1116 + }, + { + "anchorId": 1, + "groupId": 186, + "instId": 300001, + "pos": { + "x": 32342, + "y": 192820, + "z": 434276 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "teleportId": 1014 + } + ] + }, + { + "planeID": 20321, + "props": [ + { + "groupId": 2, + "instId": 300001, + "propState": 8, + "pos": { + "x": -128165, + "y": 65242, + "z": 68550 + }, + "rot": { + "x": 0, + "y": 838, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 1, + "pos": { + "x": -128165, + "y": 62140, + "z": 68550 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 2, + "instId": 300003, + "propState": 1, + "pos": { + "x": -93680, + "y": 52114, + "z": 101320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 2, + "instId": 300006, + "propState": 3, + "pos": { + "x": -119544, + "y": 62735, + "z": 76743 + }, + "rot": { + "x": 0, + "y": 92083, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 2, + "instId": 300007, + "propState": 3, + "pos": { + "x": -127916, + "y": 62735, + "z": 85553 + }, + "rot": { + "x": 0, + "y": 180838, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 2, + "instId": 300008, + "propState": 3, + "pos": { + "x": -110674, + "y": 57723, + "z": 101938 + }, + "rot": { + "x": 0, + "y": 92083, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 2, + "instId": 300009, + "propState": 3, + "pos": { + "x": -102301, + "y": 57723, + "z": 93128 + }, + "rot": { + "x": 0, + "y": 92083, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 2, + "instId": 300004, + "propState": 8, + "pos": { + "x": -110922, + "y": 60229, + "z": 84935 + }, + "rot": { + "x": 0, + "y": 92083, + "z": 0 + }, + "propId": 103007 + }, + { + "groupId": 2, + "instId": 300005, + "propState": 8, + "pos": { + "x": -111171, + "y": 62735, + "z": 67932 + }, + "rot": { + "x": 0, + "y": 92083, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 2, + "instId": 300010, + "propState": 8, + "pos": { + "x": -114860, + "y": 57723, + "z": 106343 + }, + "rot": { + "x": 0, + "y": 92083, + "z": 0 + }, + "propId": 103007 + }, + { + "groupId": 2, + "instId": 300011, + "propState": 8, + "pos": { + "x": -93431, + "y": 52710, + "z": 118323 + }, + "rot": { + "x": 0, + "y": 92083, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": 16710, + "y": 55333, + "z": 86501 + }, + "rot": { + "x": 0, + "y": 180974, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 1, + "pos": { + "x": 3850, + "y": 51910, + "z": 86760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 1, + "pos": { + "x": -5447, + "y": 46350, + "z": 44383 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 3, + "instId": 300006, + "propState": 3, + "pos": { + "x": 3271, + "y": 50735, + "z": 52720 + }, + "rot": { + "x": 0, + "y": 271154, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 3, + "instId": 300007, + "propState": 3, + "pos": { + "x": -13587, + "y": 52446, + "z": 70085 + }, + "rot": { + "x": 0, + "y": 974, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 3, + "instId": 300004, + "propState": 3, + "pos": { + "x": 16349, + "y": 52660, + "z": 65226 + }, + "rot": { + "x": 0, + "y": 271154, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 3, + "instId": 300005, + "propState": 3, + "pos": { + "x": 3705, + "y": 53943, + "z": 78250 + }, + "rot": { + "x": 0, + "y": 974, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 3, + "instId": 300008, + "propState": 3, + "pos": { + "x": -18090, + "y": 50735, + "z": 57407 + }, + "rot": { + "x": 0, + "y": 271154, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 8, + "pos": { + "x": 34993, + "y": 53688, + "z": -21852 + }, + "rot": { + "x": 0, + "y": 171061, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 1, + "pos": { + "x": -17489, + "y": 48560, + "z": -46147 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 1, + "pos": { + "x": -2869, + "y": 54880, + "z": -74016 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 4, + "instId": 300006, + "propState": 3, + "pos": { + "x": 27028, + "y": 60575, + "z": -68836 + }, + "rot": { + "x": 0, + "y": 260169, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 4, + "instId": 300007, + "propState": 3, + "pos": { + "x": 8200, + "y": 54732, + "z": -46763 + }, + "rot": { + "x": 0, + "y": 351061, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 1, + "pos": { + "x": 28131, + "y": 53359, + "z": -43309 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 4, + "instId": 300005, + "propState": 3, + "pos": { + "x": 31235, + "y": 60098, + "z": -63040 + }, + "rot": { + "x": 0, + "y": 260169, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 4, + "instId": 300008, + "propState": 3, + "pos": { + "x": -213, + "y": 55687, + "z": -58355 + }, + "rot": { + "x": 0, + "y": 351061, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 4, + "instId": 300009, + "propState": 3, + "pos": { + "x": -7524, + "y": 52527, + "z": -44420 + }, + "rot": { + "x": 0, + "y": 260169, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 4, + "instId": 300010, + "propState": 3, + "pos": { + "x": -10179, + "y": 54822, + "z": -60082 + }, + "rot": { + "x": 0, + "y": 260169, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 4, + "instId": 300011, + "propState": 3, + "pos": { + "x": -20144, + "y": 53958, + "z": -61808 + }, + "rot": { + "x": 0, + "y": 351061, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 4, + "instId": 300012, + "propState": 3, + "pos": { + "x": -18593, + "y": 55776, + "z": -71674 + }, + "rot": { + "x": 0, + "y": 351061, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 4, + "instId": 300014, + "propState": 3, + "pos": { + "x": -30110, + "y": 53093, + "z": -63535 + }, + "rot": { + "x": 0, + "y": 260169, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 4, + "instId": 300015, + "propState": 3, + "pos": { + "x": -32765, + "y": 55389, + "z": -79197 + }, + "rot": { + "x": 0, + "y": 351061, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 4, + "instId": 300016, + "propState": 3, + "pos": { + "x": 11304, + "y": 58369, + "z": -66493 + }, + "rot": { + "x": 0, + "y": 260169, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 4, + "instId": 300017, + "propState": 3, + "pos": { + "x": -33213, + "y": 49456, + "z": -43805 + }, + "rot": { + "x": 0, + "y": 351061, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 4, + "instId": 300019, + "propState": 3, + "pos": { + "x": -50041, + "y": 51365, + "z": -66989 + }, + "rot": { + "x": 0, + "y": 260169, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 4, + "instId": 300013, + "propState": 8, + "pos": { + "x": 22821, + "y": 61052, + "z": -74632 + }, + "rot": { + "x": 0, + "y": 260169, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300018, + "propState": 8, + "pos": { + "x": -21248, + "y": 58072, + "z": -87335 + }, + "rot": { + "x": 0, + "y": 260169, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": -142379, + "y": 58429, + "z": -103991 + }, + "rot": { + "x": 0, + "y": 349802, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 1, + "pos": { + "x": -120140, + "y": 55326, + "z": -99990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 1, + "pos": { + "x": -128050, + "y": 62140, + "z": -56020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 5, + "instId": 300006, + "propState": 3, + "pos": { + "x": -130125, + "y": 63198, + "z": -70011 + }, + "rot": { + "x": 0, + "y": 169802, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 5, + "instId": 300004, + "propState": 3, + "pos": { + "x": -141095, + "y": 61154, + "z": -85603 + }, + "rot": { + "x": 0, + "y": 79802, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 5, + "instId": 300005, + "propState": 3, + "pos": { + "x": -130618, + "y": 59791, + "z": -92796 + }, + "rot": { + "x": 0, + "y": 169802, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 5, + "instId": 300007, + "propState": 3, + "pos": { + "x": -123304, + "y": 61154, + "z": -82402 + }, + "rot": { + "x": 0, + "y": 79802, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 5, + "instId": 300008, + "propState": 3, + "pos": { + "x": -112826, + "y": 59791, + "z": -89596 + }, + "rot": { + "x": 0, + "y": 169802, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 5, + "instId": 300009, + "propState": 3, + "pos": { + "x": -114408, + "y": 61154, + "z": -80802 + }, + "rot": { + "x": 0, + "y": 169802, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 5, + "instId": 300010, + "propState": 3, + "pos": { + "x": -107095, + "y": 62517, + "z": -70407 + }, + "rot": { + "x": 0, + "y": 79802, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 5, + "instId": 300011, + "propState": 8, + "pos": { + "x": -103438, + "y": 63198, + "z": -65210 + }, + "rot": { + "x": 0, + "y": 79802, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": 109722, + "y": 47134, + "z": 13189 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 8, + "pos": { + "x": -99953, + "y": 62594, + "z": 10219 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 8, + "pos": { + "x": -51460, + "y": 55038, + "z": 141123 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 8, + "pos": { + "x": -40190, + "y": 55757, + "z": -146242 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 12, + "pos": { + "x": 101478, + "y": 48649, + "z": 22641 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 8, + "instId": 300020, + "propState": 12, + "pos": { + "x": 25890, + "y": 48570, + "z": -15910 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 12, + "pos": { + "x": -101120, + "y": 62105, + "z": 21634 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 8, + "instId": 300006, + "propState": 12, + "pos": { + "x": -69611, + "y": 52822, + "z": 96955 + }, + "rot": { + "x": 0, + "y": 346666, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 8, + "instId": 300007, + "propState": 12, + "pos": { + "x": -45480, + "y": 56197, + "z": 187330 + }, + "rot": { + "x": 0, + "y": 168000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 8, + "instId": 300008, + "propState": 12, + "pos": { + "x": -24199, + "y": 55087, + "z": 158690 + }, + "rot": { + "x": 0, + "y": 168000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 12, + "pos": { + "x": 30188, + "y": 52626, + "z": 129844 + }, + "rot": { + "x": 0, + "y": 168000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 8, + "instId": 300009, + "propState": 12, + "pos": { + "x": 10939, + "y": 52677, + "z": 103201 + }, + "rot": { + "x": 0, + "y": 346961, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 12, + "pos": { + "x": 33000, + "y": 48570, + "z": 29990 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 8, + "instId": 300012, + "propState": 12, + "pos": { + "x": -32550, + "y": 44742, + "z": 7660 + }, + "rot": { + "x": 0, + "y": 119609, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 8, + "instId": 300013, + "propState": 12, + "pos": { + "x": -28686, + "y": 44742, + "z": -11960 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 8, + "instId": 300014, + "propState": 12, + "pos": { + "x": 30250, + "y": 53369, + "z": -36030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60302 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 12, + "pos": { + "x": -7188, + "y": 56264, + "z": -96323 + }, + "rot": { + "x": 0, + "y": 77344, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 8, + "instId": 300015, + "propState": 12, + "pos": { + "x": -63123, + "y": 57908, + "z": -130399 + }, + "rot": { + "x": 0, + "y": 167000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 8, + "instId": 300017, + "propState": 12, + "pos": { + "x": -36312, + "y": 56261, + "z": -162115 + }, + "rot": { + "x": 0, + "y": 260000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 8, + "instId": 300021, + "propState": 12, + "pos": { + "x": -116336, + "y": 56691, + "z": -127301 + }, + "rot": { + "x": 0, + "y": 356328, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 8, + "instId": 300018, + "propState": 12, + "pos": { + "x": -89460, + "y": 62127, + "z": -41110 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 8, + "instId": 300019, + "propState": 12, + "pos": { + "x": -149300, + "y": 62048, + "z": -39720 + }, + "rot": { + "x": 0, + "y": 53000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 8, + "instId": 300010, + "propState": 12, + "pos": { + "x": -6919, + "y": 53812, + "z": -132839 + }, + "rot": { + "x": 0, + "y": 238747, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 8, + "instId": 300011, + "propState": 12, + "pos": { + "x": -30190, + "y": 58483, + "z": -136193 + }, + "rot": { + "x": 0, + "y": 76270, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 8, + "instId": 300016, + "propState": 12, + "pos": { + "x": 1121, + "y": 53812, + "z": -142931 + }, + "rot": { + "x": 0, + "y": 257862, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 11, + "pos": { + "x": -33913, + "y": 56261, + "z": -185012 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 60303 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 12, + "instId": 300003, + "propState": 8, + "pos": { + "x": -33913, + "y": 56261, + "z": -185012 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 12, + "instId": 300004, + "propState": 8, + "pos": { + "x": -52490, + "y": 56261, + "z": -188760 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300001, + "propState": 11, + "pos": { + "x": 16055, + "y": 52623, + "z": 155941 + }, + "rot": { + "x": 0, + "y": 170000, + "z": 0 + }, + "propId": 60303 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 8, + "pos": { + "x": 16055, + "y": 52623, + "z": 155941 + }, + "rot": { + "x": 0, + "y": 170000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 15, + "instId": 300002, + "propState": 8, + "pos": { + "x": 10045, + "y": 45365, + "z": -26014 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 15, + "instId": 300001, + "propState": 8, + "pos": { + "x": -100730, + "y": 62595, + "z": 1958 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 15, + "instId": 300005, + "propState": 8, + "pos": { + "x": 16840, + "y": 53560, + "z": 123620 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 15, + "instId": 300008, + "propState": 8, + "pos": { + "x": -8978, + "y": 55038, + "z": 146045 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 15, + "instId": 300012, + "propState": 8, + "pos": { + "x": -55614, + "y": 56261, + "z": -190837 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 15, + "instId": 300034, + "propState": 8, + "pos": { + "x": 9296, + "y": 56264, + "z": -90943 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 15, + "instId": 300006, + "propState": 8, + "pos": { + "x": 47842, + "y": 49966, + "z": 19806 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 15, + "instId": 300007, + "propState": 8, + "pos": { + "x": 50770, + "y": 49966, + "z": 19806 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 15, + "instId": 300003, + "propState": 8, + "pos": { + "x": 54030, + "y": 49966, + "z": 19806 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 15, + "instId": 300004, + "propState": 8, + "pos": { + "x": 47842, + "y": 49966, + "z": -8850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 15, + "instId": 300009, + "propState": 8, + "pos": { + "x": 50770, + "y": 49966, + "z": -8850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 15, + "instId": 300026, + "propState": 8, + "pos": { + "x": 54020, + "y": 49966, + "z": -8850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 15, + "instId": 300010, + "propState": 8, + "pos": { + "x": 79897, + "y": 47843, + "z": 11795 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 15, + "instId": 300011, + "propState": 8, + "pos": { + "x": 81520, + "y": 47843, + "z": 11795 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 15, + "instId": 300014, + "propState": 8, + "pos": { + "x": 81520, + "y": 47843, + "z": -570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 15, + "instId": 300015, + "propState": 8, + "pos": { + "x": 79280, + "y": 47843, + "z": -680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 15, + "instId": 300016, + "propState": 8, + "pos": { + "x": -38166, + "y": 56796, + "z": 1677 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 15, + "instId": 300017, + "propState": 8, + "pos": { + "x": -38516, + "y": 56796, + "z": 10575 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 15, + "instId": 300018, + "propState": 8, + "pos": { + "x": -93040, + "y": 62127, + "z": 54400 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 15, + "instId": 300019, + "propState": 8, + "pos": { + "x": -115829, + "y": 62127, + "z": 68648 + }, + "rot": { + "x": 0, + "y": 19324, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 15, + "instId": 300021, + "propState": 8, + "pos": { + "x": -69299, + "y": 52819, + "z": 112018 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 15, + "instId": 300023, + "propState": 8, + "pos": { + "x": -50653, + "y": 56194, + "z": 181330 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 15, + "instId": 300024, + "propState": 8, + "pos": { + "x": 8637, + "y": 55038, + "z": 154840 + }, + "rot": { + "x": 0, + "y": 202412, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 15, + "instId": 300020, + "propState": 8, + "pos": { + "x": -16827, + "y": 56946, + "z": -120051 + }, + "rot": { + "x": 0, + "y": 122674, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 15, + "instId": 300027, + "propState": 8, + "pos": { + "x": -441, + "y": 56943, + "z": -118702 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 15, + "instId": 300013, + "propState": 8, + "pos": { + "x": -46580, + "y": 56261, + "z": -162530 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 15, + "instId": 300030, + "propState": 8, + "pos": { + "x": -88186, + "y": 57862, + "z": -124025 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 15, + "instId": 300031, + "propState": 8, + "pos": { + "x": -121010, + "y": 56689, + "z": -117550 + }, + "rot": { + "x": 0, + "y": 350000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 15, + "instId": 300032, + "propState": 8, + "pos": { + "x": -148466, + "y": 62098, + "z": 50968 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 15, + "instId": 300033, + "propState": 8, + "pos": { + "x": -7630, + "y": 53489, + "z": 133210 + }, + "rot": { + "x": 0, + "y": 260219, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 16, + "instId": 300001, + "propState": 11, + "pos": { + "x": -47114, + "y": 57862, + "z": -116874 + }, + "rot": { + "x": 0, + "y": 170000, + "z": 0 + }, + "propId": 60302 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300003, + "propState": 8, + "pos": { + "x": -47114, + "y": 57862, + "z": -116874 + }, + "rot": { + "x": 0, + "y": 170000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 18, + "instId": 300001, + "propState": 8, + "pos": { + "x": 36519, + "y": 49273, + "z": 29998 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103029 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 8, + "pos": { + "x": -39622, + "y": 57862, + "z": -117705 + }, + "rot": { + "x": 0, + "y": 257443, + "z": 0 + }, + "propId": 103029 + }, + { + "groupId": 18, + "instId": 300003, + "propState": 1, + "pos": { + "x": 36590, + "y": 49274, + "z": -18681 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103029 + }, + { + "groupId": 18, + "instId": 300004, + "propState": 8, + "pos": { + "x": -94254, + "y": 62594, + "z": -627 + }, + "rot": { + "x": 0, + "y": 179690, + "z": 0 + }, + "propId": 103029 + }, + { + "groupId": 18, + "instId": 300005, + "propState": 1, + "pos": { + "x": -94017, + "y": 62594, + "z": 11811 + }, + "rot": { + "x": 0, + "y": 359691, + "z": 0 + }, + "propId": 103029 + }, + { + "groupId": 18, + "instId": 300006, + "propState": 8, + "pos": { + "x": 33845, + "y": 48570, + "z": 27113 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103044 + }, + { + "groupId": 18, + "instId": 300007, + "propState": 8, + "pos": { + "x": -40538, + "y": 57862, + "z": -120474 + }, + "rot": { + "x": 0, + "y": 77443, + "z": 0 + }, + "propId": 103044 + }, + { + "groupId": 18, + "instId": 300008, + "propState": 8, + "pos": { + "x": -92003, + "y": 62098, + "z": -3042 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103044 + }, + { + "groupId": 18, + "instId": 300009, + "propState": 8, + "pos": { + "x": -23551, + "y": 51604, + "z": 140101 + }, + "rot": { + "x": 0, + "y": 166963, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 18, + "instId": 300010, + "propState": 8, + "pos": { + "x": -107830, + "y": 62595, + "z": 6020 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103141 + }, + { + "groupId": 20, + "instId": 300004, + "propState": 8, + "pos": { + "x": -15993, + "y": 53812, + "z": -140755 + }, + "rot": { + "x": 0, + "y": 258102, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 20, + "instId": 300005, + "propState": 21, + "pos": { + "x": -21429, + "y": 53812, + "z": -130131 + }, + "rot": { + "x": 0, + "y": 168172, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 20, + "instId": 300006, + "propState": 21, + "pos": { + "x": -26132, + "y": 58509, + "z": -135569 + }, + "rot": { + "x": 0, + "y": 257605, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 20, + "instId": 300007, + "propState": 8, + "pos": { + "x": -20711, + "y": 53812, + "z": -133814 + }, + "rot": { + "x": 0, + "y": 168009, + "z": 0 + }, + "propId": 103055 + }, + { + "groupId": 20, + "instId": 300008, + "propState": 8, + "pos": { + "x": -4194, + "y": 53812, + "z": -143986 + }, + "rot": { + "x": 0, + "y": 258991, + "z": 0 + }, + "propId": 103055 + }, + { + "groupId": 20, + "instId": 300009, + "propState": 2, + "pos": { + "x": -20016, + "y": 53840, + "z": -146616 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103068 + }, + { + "groupId": 20, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 8, + "pos": { + "x": -23791, + "y": 53746, + "z": -133673 + }, + "rot": { + "x": 0, + "y": 167808, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 20, + "instId": 300003, + "propState": 8, + "pos": { + "x": -4240, + "y": 53714, + "z": -140997 + }, + "rot": { + "x": 0, + "y": 257808, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 20, + "instId": 300010, + "propState": 8, + "pos": { + "x": -19827, + "y": 53812, + "z": -146636 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 20, + "instId": 300011, + "propState": 8, + "pos": { + "x": -13213, + "y": 53812, + "z": -131017 + }, + "rot": { + "x": 0, + "y": 78202, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 20, + "instId": 300012, + "propState": 8, + "pos": { + "x": -18503, + "y": 53812, + "z": -150913 + }, + "rot": { + "x": 0, + "y": 348202, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300001, + "propState": 8, + "pos": { + "x": -23955, + "y": 53812, + "z": -136961 + }, + "rot": { + "x": 0, + "y": 76999, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 21, + "instId": 300002, + "propState": 8, + "pos": { + "x": -8814, + "y": 53812, + "z": -131976 + }, + "rot": { + "x": 0, + "y": 169044, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 21, + "instId": 300003, + "propState": 8, + "pos": { + "x": -10730, + "y": 53812, + "z": -136730 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300004, + "propState": 8, + "pos": { + "x": -20140, + "y": 51614, + "z": 137087 + }, + "rot": { + "x": 0, + "y": 256387, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 21, + "instId": 300005, + "propState": 8, + "pos": { + "x": -19058, + "y": -49102, + "z": 145840 + }, + "rot": { + "x": 0, + "y": 256999, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 21, + "instId": 300006, + "propState": 8, + "pos": { + "x": -21634, + "y": -51372, + "z": 154533 + }, + "rot": { + "x": 0, + "y": 76999, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 21, + "instId": 300007, + "propState": 8, + "pos": { + "x": -11990, + "y": 53812, + "z": -134180 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300008, + "propState": 8, + "pos": { + "x": -24800, + "y": -49102, + "z": 145160 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300009, + "propState": 8, + "pos": { + "x": -20280, + "y": -43619, + "z": 165320 + }, + "rot": { + "x": 0, + "y": 166000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300010, + "propState": 8, + "pos": { + "x": -24489, + "y": -41162, + "z": 169104 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300011, + "propState": 8, + "pos": { + "x": -20610, + "y": 56514, + "z": -142789 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300012, + "propState": 8, + "pos": { + "x": -15201, + "y": 52966, + "z": 132920 + }, + "rot": { + "x": 0, + "y": 256387, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300013, + "propState": 8, + "pos": { + "x": -33550, + "y": 55838, + "z": -139610 + }, + "rot": { + "x": 0, + "y": 166999, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300014, + "propState": 8, + "pos": { + "x": -22000, + "y": 51614, + "z": 136500 + }, + "rot": { + "x": 0, + "y": 170800, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300015, + "propState": 8, + "pos": { + "x": -14468, + "y": 56570, + "z": -124415 + }, + "rot": { + "x": 0, + "y": 76999, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 22, + "instId": 300001, + "propState": 8, + "pos": { + "x": -14910, + "y": 58711, + "z": -141153 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 23, + "instId": 300001, + "propState": 8, + "pos": { + "x": -32596, + "y": 56182, + "z": 196815 + }, + "rot": { + "x": 0, + "y": 347400, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 8, + "pos": { + "x": -25844, + "y": 58126, + "z": 166565 + }, + "rot": { + "x": 0, + "y": 347400, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 23, + "instId": 300003, + "propState": 8, + "pos": { + "x": -53025, + "y": 55757, + "z": -178690 + }, + "rot": { + "x": 0, + "y": 167400, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 23, + "instId": 300004, + "propState": 8, + "pos": { + "x": -59780, + "y": 57753, + "z": -148430 + }, + "rot": { + "x": 0, + "y": 167400, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 23, + "instId": 300005, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 42, + "instId": 300004, + "propState": 8, + "pos": { + "x": -22285, + "y": -51372, + "z": 156703 + }, + "rot": { + "x": 0, + "y": 258102, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 42, + "instId": 300005, + "propState": 21, + "pos": { + "x": 1703, + "y": -49068, + "z": 149311 + }, + "rot": { + "x": 0, + "y": 260000, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 42, + "instId": 300006, + "propState": 21, + "pos": { + "x": 796, + "y": -51342, + "z": 154832 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 42, + "instId": 300007, + "propState": 21, + "pos": { + "x": -34355, + "y": -49094, + "z": 165595 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 42, + "instId": 300008, + "propState": 21, + "pos": { + "x": -27864, + "y": -41162, + "z": 167911 + }, + "rot": { + "x": 0, + "y": 74840, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 42, + "instId": 300009, + "propState": 8, + "pos": { + "x": -19396, + "y": -49297, + "z": 149104 + }, + "rot": { + "x": 0, + "y": 248453, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 42, + "instId": 300016, + "propState": 8, + "pos": { + "x": -13890, + "y": -49087, + "z": 155950 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 103087 + }, + { + "groupId": 42, + "instId": 300018, + "propState": 1, + "pos": { + "x": -20690, + "y": 51614, + "z": 128504 + }, + "rot": { + "x": 0, + "y": 346164, + "z": 0 + }, + "propId": 103051 + }, + { + "groupId": 42, + "instId": 300019, + "propState": 1, + "pos": { + "x": -29244, + "y": -49102, + "z": 141398 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 103051 + }, + { + "groupId": 42, + "instId": 300021, + "propState": 8, + "pos": { + "x": -32142, + "y": -49092, + "z": 160801 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 103087 + }, + { + "groupId": 42, + "instId": 300020, + "propState": 8, + "pos": { + "x": -19802, + "y": -51372, + "z": 163350 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 103055 + }, + { + "groupId": 42, + "instId": 300023, + "propState": 2, + "pos": { + "x": -21210, + "y": -41162, + "z": 169586 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103068 + }, + { + "groupId": 42, + "instId": 300002, + "propState": 8, + "pos": { + "x": -24158, + "y": -49102, + "z": 142618 + }, + "rot": { + "x": 0, + "y": 346000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 42, + "instId": 300003, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 42, + "instId": 300001, + "propState": 8, + "pos": { + "x": -22753, + "y": -51366, + "z": 163175 + }, + "rot": { + "x": 0, + "y": 166074, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 42, + "instId": 300010, + "propState": 8, + "pos": { + "x": -32364, + "y": -49117, + "z": 161909 + }, + "rot": { + "x": 0, + "y": 349802, + "z": 0 + }, + "propId": 109 + }, + { + "groupId": 42, + "instId": 300011, + "propState": 8, + "pos": { + "x": -34580, + "y": -49117, + "z": 161401 + }, + "rot": { + "x": 0, + "y": 349802, + "z": 0 + }, + "propId": 109 + }, + { + "groupId": 42, + "instId": 300012, + "propState": 8, + "pos": { + "x": -11918, + "y": -49106, + "z": 155316 + }, + "rot": { + "x": 0, + "y": 259802, + "z": 0 + }, + "propId": 109 + }, + { + "groupId": 42, + "instId": 300013, + "propState": 21, + "pos": { + "x": -2064, + "y": -51372, + "z": 163042 + }, + "rot": { + "x": 0, + "y": 164840, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 42, + "instId": 300014, + "propState": 21, + "pos": { + "x": -13099, + "y": -41162, + "z": 171581 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 42, + "instId": 300015, + "propState": 8, + "pos": { + "x": -3822, + "y": -51372, + "z": 163748 + }, + "rot": { + "x": 0, + "y": 78202, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 42, + "instId": 300017, + "propState": 8, + "pos": { + "x": -35526, + "y": -49100, + "z": 156550 + }, + "rot": { + "x": 0, + "y": 256057, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 42, + "instId": 300022, + "propState": 8, + "pos": { + "x": -19890, + "y": -45110, + "z": 158940 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 44, + "instId": 300001, + "propState": 8, + "pos": { + "x": -15030, + "y": -51372, + "z": 155830 + }, + "rot": { + "x": 0, + "y": 260000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 45, + "instId": 300001, + "propState": 11, + "pos": { + "x": 78770, + "y": 48402, + "z": -19933 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103018 + }, + { + "groupId": 46, + "instId": 300001, + "propState": 11, + "pos": { + "x": -18314, + "y": 56796, + "z": 6251 + }, + "rot": { + "x": 0, + "y": 268267, + "z": 0 + }, + "propId": 103018 + }, + { + "groupId": 47, + "instId": 300001, + "propState": 11, + "pos": { + "x": -21115, + "y": 53837, + "z": 99449 + }, + "rot": { + "x": 0, + "y": 257398, + "z": 0 + }, + "propId": 103018 + }, + { + "groupId": 48, + "instId": 300001, + "propState": 11, + "pos": { + "x": -12790, + "y": 53540, + "z": 117920 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103018 + }, + { + "groupId": 53, + "instId": 300001, + "propState": 1, + "pos": { + "x": -28550, + "y": 40210, + "z": 5680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103185 + }, + { + "groupId": 76, + "instId": 300001, + "propState": 101, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103186 + }, + { + "groupId": 76, + "instId": 300002, + "propState": 1, + "pos": { + "x": -172800, + "y": 64400, + "z": 6310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103098 + }, + { + "groupId": 76, + "instId": 300003, + "propState": 101, + "pos": { + "x": -184120, + "y": 63160, + "z": 6230 + }, + "rot": { + "x": 0, + "y": 59477, + "z": 0 + }, + "propId": 103214 + }, + { + "groupId": 125, + "instId": 300001, + "propState": 8, + "pos": { + "x": -133086, + "y": 62048, + "z": -49306 + }, + "rot": { + "x": 0, + "y": 318935, + "z": 0 + }, + "propId": 103145 + }, + { + "groupId": 125, + "instId": 300002, + "propState": 8, + "pos": { + "x": -134026, + "y": 62048, + "z": -50125 + }, + "rot": { + "x": 0, + "y": 318935, + "z": 0 + }, + "propId": 103145 + }, + { + "groupId": 125, + "instId": 300003, + "propState": 8, + "pos": { + "x": -134043, + "y": 62048, + "z": 62770 + }, + "rot": { + "x": 0, + "y": 221232, + "z": 0 + }, + "propId": 103145 + }, + { + "groupId": 125, + "instId": 300004, + "propState": 8, + "pos": { + "x": -133105, + "y": 62048, + "z": 61948 + }, + "rot": { + "x": 0, + "y": 221232, + "z": 0 + }, + "propId": 103145 + }, + { + "groupId": 125, + "instId": 300005, + "propState": 8, + "pos": { + "x": -133709, + "y": 62048, + "z": 62371 + }, + "rot": { + "x": 0, + "y": 43010, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 125, + "instId": 300006, + "propState": 8, + "pos": { + "x": -133579, + "y": 62048, + "z": -49765 + }, + "rot": { + "x": 0, + "y": 318900, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 131, + "instId": 300001, + "propState": 18, + "pos": { + "x": 98560, + "y": 49729, + "z": -20269 + }, + "rot": { + "x": 0, + "y": 18676, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 131, + "instId": 300002, + "propState": 1, + "pos": { + "x": 98501, + "y": 48402, + "z": -18056 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 132, + "instId": 300001, + "propState": 18, + "pos": { + "x": 81672, + "y": 50051, + "z": 15415 + }, + "rot": { + "x": 0, + "y": 219342, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 132, + "instId": 300002, + "propState": 1, + "pos": { + "x": 84688, + "y": 47877, + "z": 15554 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 133, + "instId": 300001, + "propState": 18, + "pos": { + "x": 35040, + "y": 54235, + "z": -8899 + }, + "rot": { + "x": 0, + "y": 7242, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 133, + "instId": 300002, + "propState": 1, + "pos": { + "x": 33970, + "y": 50889, + "z": -3560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 134, + "instId": 300001, + "propState": 18, + "pos": { + "x": -161714, + "y": 61601, + "z": 16743 + }, + "rot": { + "x": 0, + "y": 136603, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 134, + "instId": 300002, + "propState": 1, + "pos": { + "x": -159861, + "y": 61781, + "z": 16519 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 135, + "instId": 300001, + "propState": 18, + "pos": { + "x": -99899, + "y": 69040, + "z": 37026 + }, + "rot": { + "x": 0, + "y": 261930, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 135, + "instId": 300002, + "propState": 1, + "pos": { + "x": -99942, + "y": 62105, + "z": 37101 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 136, + "instId": 300001, + "propState": 18, + "pos": { + "x": -49888, + "y": 56213, + "z": 119110 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 136, + "instId": 300002, + "propState": 1, + "pos": { + "x": -52760, + "y": 54031, + "z": 119160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 137, + "instId": 300001, + "propState": 18, + "pos": { + "x": -22043, + "y": 57191, + "z": 156557 + }, + "rot": { + "x": 0, + "y": 358791, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 137, + "instId": 300002, + "propState": 1, + "pos": { + "x": -22190, + "y": 55093, + "z": 152220 + }, + "rot": { + "x": 0, + "y": 358791, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 138, + "instId": 300001, + "propState": 18, + "pos": { + "x": -22602, + "y": 53030, + "z": 130604 + }, + "rot": { + "x": 0, + "y": 76409, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 138, + "instId": 300002, + "propState": 1, + "pos": { + "x": -16792, + "y": 52222, + "z": 132088 + }, + "rot": { + "x": 0, + "y": 268821, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 139, + "instId": 300001, + "propState": 18, + "pos": { + "x": 18264, + "y": 53183, + "z": 164013 + }, + "rot": { + "x": 0, + "y": 273355, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 139, + "instId": 300002, + "propState": 1, + "pos": { + "x": 16865, + "y": 52606, + "z": 162525 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 140, + "instId": 300001, + "propState": 18, + "pos": { + "x": -33565, + "y": 47394, + "z": 3056 + }, + "rot": { + "x": 0, + "y": 63852, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 140, + "instId": 300002, + "propState": 1, + "pos": { + "x": -31748, + "y": 44742, + "z": 3817 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 141, + "instId": 300001, + "propState": 18, + "pos": { + "x": 1255, + "y": 57791, + "z": -103699 + }, + "rot": { + "x": 0, + "y": 329252, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 141, + "instId": 300002, + "propState": 1, + "pos": { + "x": 2240, + "y": 56256, + "z": -105780 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 142, + "instId": 300001, + "propState": 18, + "pos": { + "x": -30345, + "y": 55840, + "z": -145240 + }, + "rot": { + "x": 0, + "y": 123058, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 142, + "instId": 300002, + "propState": 1, + "pos": { + "x": -29660, + "y": 55838, + "z": -144270 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 143, + "instId": 300001, + "propState": 18, + "pos": { + "x": -68756, + "y": 60401, + "z": -180340 + }, + "rot": { + "x": 0, + "y": 10769, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 143, + "instId": 300002, + "propState": 1, + "pos": { + "x": -72300, + "y": 56335, + "z": -181100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 144, + "instId": 300001, + "propState": 18, + "pos": { + "x": -31396, + "y": 58160, + "z": -6903 + }, + "rot": { + "x": 0, + "y": 5000, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 144, + "instId": 300002, + "propState": 8, + "pos": { + "x": -34738, + "y": 58186, + "z": -5883 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 144, + "instId": 300003, + "propState": 8, + "pos": { + "x": -37083, + "y": 58160, + "z": -3985 + }, + "rot": { + "x": 0, + "y": 50000, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 144, + "instId": 300004, + "propState": 1, + "pos": { + "x": -33440, + "y": 56796, + "z": -3320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 145, + "instId": 300001, + "propState": 18, + "pos": { + "x": 7740, + "y": 56051, + "z": 158863 + }, + "rot": { + "x": 0, + "y": 274980, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 145, + "instId": 300002, + "propState": 18, + "pos": { + "x": 7851, + "y": 56014, + "z": 158339 + }, + "rot": { + "x": 0, + "y": 66095, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 145, + "instId": 300003, + "propState": 18, + "pos": { + "x": 7868, + "y": 55835, + "z": 158074 + }, + "rot": { + "x": 0, + "y": 287103, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 145, + "instId": 300004, + "propState": 18, + "pos": { + "x": 13172, + "y": 52606, + "z": 159943 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 145, + "instId": 300005, + "propState": 1, + "pos": { + "x": 6570, + "y": 55021, + "z": 158267 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 146, + "instId": 300001, + "propState": 18, + "pos": { + "x": -16092, + "y": -40878, + "z": 169848 + }, + "rot": { + "x": 0, + "y": 309663, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 146, + "instId": 300002, + "propState": 1, + "pos": { + "x": -17148, + "y": -41162, + "z": 170939 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 147, + "instId": 300001, + "propState": 18, + "pos": { + "x": 22827, + "y": 53584, + "z": -47586 + }, + "rot": { + "x": 0, + "y": 358791, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 147, + "instId": 300002, + "propState": 1, + "pos": { + "x": 24868, + "y": 53360, + "z": -45142 + }, + "rot": { + "x": 0, + "y": 358791, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 148, + "instId": 300001, + "propState": 18, + "pos": { + "x": -72548, + "y": 57870, + "z": -141461 + }, + "rot": { + "x": 0, + "y": 48533, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 148, + "instId": 300002, + "propState": 1, + "pos": { + "x": -71381, + "y": 57866, + "z": -140992 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 149, + "instId": 300001, + "propState": 18, + "pos": { + "x": -113737, + "y": 57122, + "z": -137257 + }, + "rot": { + "x": 0, + "y": 309697, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 149, + "instId": 300002, + "propState": 1, + "pos": { + "x": -114435, + "y": 56689, + "z": -136213 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 150, + "instId": 300001, + "propState": 18, + "pos": { + "x": -100449, + "y": 62904, + "z": -13778 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 150, + "instId": 300002, + "propState": 1, + "pos": { + "x": -100981, + "y": 62124, + "z": -11311 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 169, + "instId": 300001, + "propState": 8, + "pos": { + "x": -4282, + "y": 56256, + "z": -86770 + }, + "rot": { + "x": 0, + "y": 141512, + "z": 0 + }, + "propId": 801 + }, + { + "groupId": 180, + "instId": 300001, + "propState": 8, + "pos": { + "x": 15090, + "y": 47890, + "z": -5300 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 183, + "instId": 300010, + "propState": 12, + "pos": { + "x": -34834, + "y": -51372, + "z": 157177 + }, + "rot": { + "x": 0, + "y": 76676, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 183, + "instId": 300011, + "propState": 12, + "pos": { + "x": -21232, + "y": -51360, + "z": 168493 + }, + "rot": { + "x": 0, + "y": 166000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 183, + "instId": 300016, + "propState": 12, + "pos": { + "x": -20280, + "y": -45184, + "z": 165320 + }, + "rot": { + "x": 0, + "y": 166000, + "z": 0 + }, + "propId": 60303 + }, + { + "groupId": 184, + "instId": 300001, + "propState": 10, + "pos": { + "x": 2731, + "y": 56256, + "z": -100523 + }, + "rot": { + "x": 0, + "y": 280000, + "z": 0 + }, + "propId": 103012 + }, + { + "groupId": 184, + "instId": 300002, + "propState": 8, + "pos": { + "x": 2731, + "y": 56256, + "z": -100523 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 184, + "instId": 300003, + "propState": 8, + "pos": { + "x": 2731, + "y": 56256, + "z": -100523 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 184, + "instId": 300004, + "propState": 8, + "pos": { + "x": 2731, + "y": 56256, + "z": -100523 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 184, + "instId": 300005, + "propState": 8, + "pos": { + "x": 2731, + "y": 56256, + "z": -100523 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 184, + "instId": 300006, + "propState": 20, + "pos": { + "x": 13693, + "y": 56277, + "z": -101786 + }, + "rot": { + "x": 0, + "y": 257000, + "z": 0 + }, + "propId": 60302 + }, + { + "groupId": 184, + "instId": 300007, + "propState": 8, + "pos": { + "x": 13693, + "y": 56277, + "z": -101786 + }, + "rot": { + "x": 0, + "y": 257000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 188, + "instId": 300001, + "propState": 9, + "pos": { + "x": 8780, + "y": 52279, + "z": 16400 + }, + "rot": { + "x": 0, + "y": 64235, + "z": 0 + }, + "propId": 103012 + }, + { + "groupId": 188, + "instId": 300002, + "propState": 9, + "pos": { + "x": -40538, + "y": 45742, + "z": 9420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 188, + "instId": 300003, + "propState": 9, + "pos": { + "x": -25468, + "y": 45742, + "z": 3397 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 188, + "instId": 300004, + "propState": 9, + "pos": { + "x": -28620, + "y": 45742, + "z": 27410 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 188, + "instId": 300006, + "propState": 8, + "pos": { + "x": 8780, + "y": 52279, + "z": 16400 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 188, + "instId": 300007, + "propState": 20, + "pos": { + "x": -25640, + "y": 44742, + "z": 9240 + }, + "rot": { + "x": 0, + "y": 224603, + "z": 0 + }, + "propId": 60303 + }, + { + "groupId": 188, + "instId": 300008, + "propState": 8, + "pos": { + "x": -25640, + "y": 44742, + "z": 9240 + }, + "rot": { + "x": 0, + "y": 224603, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 190, + "instId": 300001, + "propState": 8, + "pos": { + "x": -32596, + "y": 56182, + "z": 196815 + }, + "rot": { + "x": 0, + "y": 347400, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 190, + "instId": 300002, + "propState": 8, + "pos": { + "x": -25844, + "y": 58126, + "z": 166565 + }, + "rot": { + "x": 0, + "y": 347400, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 199, + "instId": 300001, + "propState": 2, + "pos": { + "x": -22600, + "y": 55838, + "z": -143160 + }, + "rot": { + "x": 0, + "y": 257774, + "z": 0 + }, + "propId": 103012 + }, + { + "groupId": 199, + "instId": 300002, + "propState": 9, + "pos": { + "x": -23159, + "y": 54003, + "z": -139928 + }, + "rot": { + "x": 0, + "y": 352875, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 199, + "instId": 300003, + "propState": 9, + "pos": { + "x": -21777, + "y": 54046, + "z": -146817 + }, + "rot": { + "x": 0, + "y": 352875, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 199, + "instId": 300004, + "propState": 9, + "pos": { + "x": -5310, + "y": 54024, + "z": -138465 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 199, + "instId": 300005, + "propState": 8, + "pos": { + "x": -22600, + "y": 55838, + "z": -143160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 199, + "instId": 300006, + "propState": 20, + "pos": { + "x": -20531, + "y": 55838, + "z": -142772 + }, + "rot": { + "x": 0, + "y": 257360, + "z": 0 + }, + "propId": 60303 + }, + { + "groupId": 199, + "instId": 300007, + "propState": 8, + "pos": { + "x": -20531, + "y": 55838, + "z": -142772 + }, + "rot": { + "x": 0, + "y": 257360, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 200, + "instId": 300001, + "propState": 2, + "pos": { + "x": -35895, + "y": -49102, + "z": 145300 + }, + "rot": { + "x": 0, + "y": 76958, + "z": 0 + }, + "propId": 103012 + }, + { + "groupId": 200, + "instId": 300002, + "propState": 9, + "pos": { + "x": -1276, + "y": -48806, + "z": 148583 + }, + "rot": { + "x": 0, + "y": 352875, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 200, + "instId": 300003, + "propState": 9, + "pos": { + "x": -36003, + "y": -48814, + "z": 157084 + }, + "rot": { + "x": 0, + "y": 352875, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 200, + "instId": 300004, + "propState": 8, + "pos": { + "x": -35895, + "y": -49102, + "z": 145300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 200, + "instId": 300005, + "propState": 8, + "pos": { + "x": -35895, + "y": -49102, + "z": 145300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 200, + "instId": 300006, + "propState": 20, + "pos": { + "x": -37533, + "y": -49102, + "z": 144924 + }, + "rot": { + "x": 0, + "y": 76736, + "z": 0 + }, + "propId": 60302 + }, + { + "groupId": 200, + "instId": 300007, + "propState": 8, + "pos": { + "x": -37533, + "y": -49102, + "z": 144924 + }, + "rot": { + "x": 0, + "y": 76736, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 273, + "instId": 300001, + "propState": 8, + "pos": { + "x": -28878, + "y": 44742, + "z": 25351 + }, + "rot": { + "x": 0, + "y": 270735, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 273, + "instId": 300002, + "propState": 8, + "pos": { + "x": -34382, + "y": 44742, + "z": 24354 + }, + "rot": { + "x": 0, + "y": 241745, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 273, + "instId": 300003, + "propState": 8, + "pos": { + "x": -39275, + "y": 44742, + "z": 22097 + }, + "rot": { + "x": 0, + "y": 229331, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 273, + "instId": 300004, + "propState": 8, + "pos": { + "x": -43350, + "y": 44742, + "z": 18190 + }, + "rot": { + "x": 0, + "y": 217450, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 273, + "instId": 300005, + "propState": 8, + "pos": { + "x": -47080, + "y": 44742, + "z": 10370 + }, + "rot": { + "x": 0, + "y": 91257, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 273, + "instId": 300006, + "propState": 8, + "pos": { + "x": -45631, + "y": 44742, + "z": 14769 + }, + "rot": { + "x": 0, + "y": 190873, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 273, + "instId": 300007, + "propState": 8, + "pos": { + "x": -39032, + "y": 44742, + "z": 9302 + }, + "rot": { + "x": 0, + "y": 176534, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 273, + "instId": 300008, + "propState": 8, + "pos": { + "x": -42920, + "y": 44742, + "z": 9690 + }, + "rot": { + "x": 0, + "y": 92081, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 273, + "instId": 300009, + "propState": 8, + "pos": { + "x": -39232, + "y": 44742, + "z": 4498 + }, + "rot": { + "x": 0, + "y": 161630, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 273, + "instId": 300010, + "propState": 8, + "pos": { + "x": -37598, + "y": 44742, + "z": 454 + }, + "rot": { + "x": 0, + "y": 138230, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 273, + "instId": 300012, + "propState": 8, + "pos": { + "x": -34625, + "y": 44742, + "z": -2757 + }, + "rot": { + "x": 0, + "y": 121242, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 273, + "instId": 300013, + "propState": 8, + "pos": { + "x": -29324, + "y": 44742, + "z": -4340 + }, + "rot": { + "x": 0, + "y": 358667, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 273, + "instId": 300014, + "propState": 8, + "pos": { + "x": -24280, + "y": 44742, + "z": -3690 + }, + "rot": { + "x": 0, + "y": 56717, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 273, + "instId": 300015, + "propState": 8, + "pos": { + "x": -18800, + "y": 44742, + "z": 700 + }, + "rot": { + "x": 0, + "y": 89475, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 273, + "instId": 300016, + "propState": 8, + "pos": { + "x": -14530, + "y": 44742, + "z": 740 + }, + "rot": { + "x": 0, + "y": 89475, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 273, + "instId": 300017, + "propState": 8, + "pos": { + "x": -10635, + "y": 44742, + "z": 821 + }, + "rot": { + "x": 0, + "y": 172984, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 273, + "instId": 300018, + "propState": 8, + "pos": { + "x": -11532, + "y": 44742, + "z": -3149 + }, + "rot": { + "x": 0, + "y": 208697, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 273, + "instId": 300019, + "propState": 8, + "pos": { + "x": -13534, + "y": 44742, + "z": -6444 + }, + "rot": { + "x": 0, + "y": 217354, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 273, + "instId": 300020, + "propState": 8, + "pos": { + "x": -17035, + "y": 44742, + "z": -9401 + }, + "rot": { + "x": 0, + "y": 229308, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 273, + "instId": 300021, + "propState": 8, + "pos": { + "x": -20584, + "y": 44742, + "z": -11589 + }, + "rot": { + "x": 0, + "y": 242907, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 273, + "instId": 300022, + "propState": 8, + "pos": { + "x": -24570, + "y": 44742, + "z": -12940 + }, + "rot": { + "x": 0, + "y": 252014, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 273, + "instId": 300023, + "propState": 8, + "pos": { + "x": -28651, + "y": 44742, + "z": -13701 + }, + "rot": { + "x": 0, + "y": 178394, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 276, + "instId": 300001, + "propState": 18, + "pos": { + "x": -20946, + "y": 56676, + "z": 161578 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103083 + }, + { + "groupId": 276, + "instId": 300002, + "propState": 18, + "pos": { + "x": -89994, + "y": 62697, + "z": -35088 + }, + "rot": { + "x": 0, + "y": 236415, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 276, + "instId": 300003, + "propState": 18, + "pos": { + "x": 46218, + "y": 51200, + "z": 5653 + }, + "rot": { + "x": 0, + "y": 223588, + "z": 0 + }, + "propId": 103037 + }, + { + "groupId": 276, + "instId": 300004, + "propState": 18, + "pos": { + "x": 97734, + "y": 49418, + "z": 27980 + }, + "rot": { + "x": 0, + "y": 207066, + "z": 0 + }, + "propId": 101029 + }, + { + "groupId": 276, + "instId": 300005, + "propState": 18, + "pos": { + "x": -101528, + "y": 62950, + "z": 36622 + }, + "rot": { + "x": 0, + "y": 236415, + "z": 0 + }, + "propId": 101029 + }, + { + "groupId": 276, + "instId": 300006, + "propState": 18, + "pos": { + "x": -17690, + "y": 57269, + "z": 9613 + }, + "rot": { + "x": 0, + "y": 236415, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 276, + "instId": 300007, + "propState": 18, + "pos": { + "x": 100376, + "y": 48394, + "z": -6728 + }, + "rot": { + "x": 0, + "y": 223588, + "z": 0 + }, + "propId": 103037 + }, + { + "groupId": 289, + "instId": 300001, + "propState": 18, + "pos": { + "x": -830, + "y": 57136, + "z": -102067 + }, + "rot": { + "x": 0, + "y": 73832, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 289, + "instId": 300002, + "propState": 18, + "pos": { + "x": -11099, + "y": 54394, + "z": 118438 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 289, + "instId": 300003, + "propState": 18, + "pos": { + "x": -147156, + "y": 61489, + "z": 6247 + }, + "rot": { + "x": 0, + "y": 183163, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 302, + "instId": 300005, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 302, + "instId": 300006, + "propState": 8, + "pos": { + "x": 388060, + "y": -13820, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101030 + }, + { + "groupId": 302, + "instId": 300001, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 303, + "instId": 300001, + "propState": 1, + "pos": { + "x": -143510, + "y": 60884, + "z": 6330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 110 + }, + { + "groupId": 310, + "instId": 300001, + "propState": 8, + "pos": { + "x": 2050, + "y": 46381, + "z": -30440 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 702 + }, + { + "groupId": 310, + "instId": 300002, + "propState": 8, + "pos": { + "x": 15248, + "y": 46853, + "z": -18660 + }, + "rot": { + "x": 0, + "y": 140000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 334, + "instId": 300001, + "propState": 18, + "pos": { + "x": -18327, + "y": 46782, + "z": 9585 + }, + "rot": { + "x": 0, + "y": 8714, + "z": 0 + }, + "propId": 103189 + }, + { + "groupId": 334, + "instId": 300002, + "propState": 1, + "pos": { + "x": -18154, + "y": 44742, + "z": 9213 + }, + "rot": { + "x": 0, + "y": 279910, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 336, + "instId": 300001, + "propState": 18, + "pos": { + "x": -47201, + "y": 46790, + "z": 134 + }, + "rot": { + "x": 0, + "y": 16174, + "z": 0 + }, + "propId": 103189 + }, + { + "groupId": 336, + "instId": 300002, + "propState": 1, + "pos": { + "x": -47050, + "y": 44742, + "z": -351 + }, + "rot": { + "x": 0, + "y": 323413, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 340, + "instId": 300001, + "propState": 9, + "pos": { + "x": -18520, + "y": 44740, + "z": 9970 + }, + "rot": { + "x": 0, + "y": 152277, + "z": 0 + }, + "propId": 103012 + }, + { + "groupId": 340, + "instId": 300002, + "propState": 8, + "pos": { + "x": -18520, + "y": 44740, + "z": 9970 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 340, + "instId": 300003, + "propState": 8, + "pos": { + "x": -18520, + "y": 44740, + "z": 9970 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 340, + "instId": 300004, + "propState": 8, + "pos": { + "x": -18520, + "y": 44740, + "z": 9970 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 340, + "instId": 300005, + "propState": 8, + "pos": { + "x": -18520, + "y": 44740, + "z": 9970 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 340, + "instId": 300006, + "propState": 1, + "pos": { + "x": -19374, + "y": 44742, + "z": 11612 + }, + "rot": { + "x": 0, + "y": 151672, + "z": 0 + }, + "propId": 103226 + }, + { + "groupId": 341, + "instId": 300001, + "propState": 9, + "pos": { + "x": -47260, + "y": 44742, + "z": 559 + }, + "rot": { + "x": 0, + "y": 167576, + "z": 0 + }, + "propId": 103012 + }, + { + "groupId": 341, + "instId": 300002, + "propState": 8, + "pos": { + "x": -18520, + "y": 44740, + "z": 9970 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 341, + "instId": 300003, + "propState": 8, + "pos": { + "x": -18520, + "y": 44740, + "z": 9970 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 341, + "instId": 300004, + "propState": 8, + "pos": { + "x": -18520, + "y": 44740, + "z": 9970 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 341, + "instId": 300005, + "propState": 8, + "pos": { + "x": -18520, + "y": 44740, + "z": 9970 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 341, + "instId": 300006, + "propState": 1, + "pos": { + "x": -47565, + "y": 44742, + "z": 2297 + }, + "rot": { + "x": 0, + "y": 168610, + "z": 0 + }, + "propId": 103226 + } + ], + "monsters": [ + { + "groupId": 10, + "instId": 200001, + "eventId": 20321001, + "pos": { + "x": -23071, + "y": 56834, + "z": 8017 + }, + "rot": { + "x": 0, + "y": 120089, + "z": 0 + }, + "monsterId": 3002040 + }, + { + "groupId": 10, + "instId": 200002, + "eventId": 20321002, + "pos": { + "x": -22656, + "y": 56834, + "z": 4151 + }, + "rot": { + "x": 0, + "y": 73971, + "z": 0 + }, + "monsterId": 3002040 + }, + { + "groupId": 10, + "instId": 200004, + "eventId": 20321005, + "pos": { + "x": -51510, + "y": 54051, + "z": 111770 + }, + "rot": { + "x": 0, + "y": 325858, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 10, + "instId": 200005, + "eventId": 20321006, + "pos": { + "x": -52840, + "y": 54031, + "z": 100320 + }, + "rot": { + "x": 0, + "y": 334521, + "z": 0 + }, + "monsterId": 3002040 + }, + { + "groupId": 10, + "instId": 200006, + "eventId": 20321007, + "pos": { + "x": -34810, + "y": 54051, + "z": 102850 + }, + "rot": { + "x": 0, + "y": 110000, + "z": 0 + }, + "monsterId": 3001010 + }, + { + "groupId": 10, + "instId": 200009, + "eventId": 20321010, + "pos": { + "x": -44260, + "y": 56193, + "z": 180510 + }, + "rot": { + "x": 0, + "y": 281486, + "z": 0 + }, + "monsterId": 3001020 + }, + { + "groupId": 10, + "instId": 200010, + "eventId": 20321011, + "pos": { + "x": -41192, + "y": 56197, + "z": 187983 + }, + "rot": { + "x": 0, + "y": 199738, + "z": 0 + }, + "monsterId": 3002040 + }, + { + "groupId": 10, + "instId": 200011, + "eventId": 20321014, + "pos": { + "x": -11603, + "y": 56187, + "z": 177589 + }, + "rot": { + "x": 0, + "y": 149617, + "z": 0 + }, + "monsterId": 3002040 + }, + { + "groupId": 10, + "instId": 200012, + "eventId": 20321015, + "pos": { + "x": -9751, + "y": 56180, + "z": 161891 + }, + "rot": { + "x": 0, + "y": 64069, + "z": 0 + }, + "monsterId": 3002030 + }, + { + "groupId": 10, + "instId": 200016, + "eventId": 20321018, + "pos": { + "x": -62067, + "y": 56261, + "z": -167374 + }, + "rot": { + "x": 0, + "y": 81890, + "z": 0 + }, + "monsterId": 3001020 + }, + { + "groupId": 10, + "instId": 200017, + "eventId": 20321019, + "pos": { + "x": -54631, + "y": 56261, + "z": -171282 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "monsterId": 3001020 + }, + { + "groupId": 10, + "instId": 200007, + "eventId": 20321020, + "pos": { + "x": -46204, + "y": 56261, + "z": -177486 + }, + "rot": { + "x": 0, + "y": 299901, + "z": 0 + }, + "monsterId": 3002040 + }, + { + "groupId": 10, + "instId": 200018, + "eventId": 20321021, + "pos": { + "x": -60490, + "y": 56261, + "z": -181260 + }, + "rot": { + "x": 0, + "y": 81890, + "z": 0 + }, + "monsterId": 3002030 + }, + { + "groupId": 10, + "instId": 200019, + "eventId": 20321024, + "pos": { + "x": -115490, + "y": 56689, + "z": -136250 + }, + "rot": { + "x": 0, + "y": 143846, + "z": 0 + }, + "monsterId": 3002040 + }, + { + "groupId": 10, + "instId": 200020, + "eventId": 20321025, + "pos": { + "x": -112776, + "y": 56689, + "z": -134626 + }, + "rot": { + "x": 0, + "y": 172272, + "z": 0 + }, + "monsterId": 3002030 + }, + { + "groupId": 10, + "instId": 200021, + "eventId": 20321036, + "pos": { + "x": -100, + "y": 45376, + "z": -28082 + }, + "rot": { + "x": 0, + "y": 283102, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 10, + "instId": 200022, + "eventId": 20321037, + "pos": { + "x": 1551, + "y": 45378, + "z": -31715 + }, + "rot": { + "x": 0, + "y": 182431, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 12, + "instId": 200001, + "eventId": 20321236, + "pos": { + "x": -39593, + "y": 56261, + "z": -185569 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "monsterId": 3003010 + }, + { + "groupId": 13, + "instId": 200001, + "eventId": 20321231, + "pos": { + "x": 18230, + "y": 52623, + "z": 150950 + }, + "rot": { + "x": 0, + "y": 175289, + "z": 0 + }, + "monsterId": 3003020 + }, + { + "groupId": 16, + "instId": 200001, + "eventId": 20321233, + "pos": { + "x": -45518, + "y": 57862, + "z": -118853 + }, + "rot": { + "x": 0, + "y": 321845, + "z": 0 + }, + "monsterId": 3002040 + }, + { + "groupId": 16, + "instId": 200002, + "eventId": 20321234, + "pos": { + "x": -48510, + "y": 57862, + "z": -119030 + }, + "rot": { + "x": 0, + "y": 23369, + "z": 0 + }, + "monsterId": 3002040 + }, + { + "groupId": 21, + "instId": 200001, + "eventId": 10301299, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 7010011 + }, + { + "groupId": 22, + "instId": 200001, + "eventId": 10301299, + "pos": { + "x": -6670, + "y": 53812, + "z": -144590 + }, + "rot": { + "x": 0, + "y": 136490, + "z": 0 + }, + "monsterId": 3002041 + }, + { + "groupId": 22, + "instId": 200002, + "eventId": 10301299, + "pos": { + "x": -16590, + "y": 53880, + "z": -144830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3002011 + }, + { + "groupId": 44, + "instId": 200001, + "eventId": 10301299, + "pos": { + "x": -15030, + "y": -51372, + "z": 155830 + }, + "rot": { + "x": 0, + "y": 260000, + "z": 0 + }, + "monsterId": 3001021 + }, + { + "groupId": 44, + "instId": 200002, + "eventId": 10301299, + "pos": { + "x": -31652, + "y": -51372, + "z": 159185 + }, + "rot": { + "x": 0, + "y": 259199, + "z": 0 + }, + "monsterId": 3002011 + }, + { + "groupId": 44, + "instId": 200003, + "eventId": 10301299, + "pos": { + "x": -19796, + "y": -51372, + "z": 162136 + }, + "rot": { + "x": 0, + "y": 38814, + "z": 0 + }, + "monsterId": 3002011 + }, + { + "groupId": 44, + "instId": 200004, + "eventId": 10301299, + "pos": { + "x": -7650, + "y": -49102, + "z": 150038 + }, + "rot": { + "x": 0, + "y": 347838, + "z": 0 + }, + "monsterId": 3002011 + }, + { + "groupId": 44, + "instId": 200005, + "eventId": 10301299, + "pos": { + "x": -21237, + "y": -45184, + "z": 167297 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "monsterId": 3001021 + }, + { + "groupId": 44, + "instId": 200006, + "eventId": 10301299, + "pos": { + "x": -20390, + "y": -45184, + "z": 167520 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "monsterId": 3001021 + }, + { + "groupId": 44, + "instId": 200007, + "eventId": 10301299, + "pos": { + "x": -20747, + "y": -51372, + "z": 166746 + }, + "rot": { + "x": 0, + "y": 350000, + "z": 0 + }, + "monsterId": 3002041 + }, + { + "groupId": 179, + "instId": 200001, + "eventId": 20321170, + "pos": { + "x": -28300, + "y": 44742, + "z": 2030 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 8002040 + }, + { + "groupId": 185, + "instId": 200001, + "eventId": 20321105, + "pos": { + "x": -51510, + "y": 54051, + "z": 111770 + }, + "rot": { + "x": 0, + "y": 325858, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 185, + "instId": 200002, + "eventId": 20321106, + "pos": { + "x": -52840, + "y": 54031, + "z": 100320 + }, + "rot": { + "x": 0, + "y": 334521, + "z": 0 + }, + "monsterId": 3002040 + }, + { + "groupId": 185, + "instId": 200003, + "eventId": 20321107, + "pos": { + "x": -34810, + "y": 54051, + "z": 102850 + }, + "rot": { + "x": 0, + "y": 110000, + "z": 0 + }, + "monsterId": 3001010 + }, + { + "groupId": 185, + "instId": 200004, + "eventId": 20321110, + "pos": { + "x": -44260, + "y": 56193, + "z": 180510 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "monsterId": 3001020 + }, + { + "groupId": 185, + "instId": 200005, + "eventId": 20321111, + "pos": { + "x": -41192, + "y": 56197, + "z": 187983 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 3002040 + }, + { + "groupId": 185, + "instId": 200006, + "eventId": 20321112, + "pos": { + "x": -18284, + "y": 56193, + "z": 187118 + }, + "rot": { + "x": 0, + "y": 281486, + "z": 0 + }, + "monsterId": 3002030 + }, + { + "groupId": 185, + "instId": 200007, + "eventId": 20321113, + "pos": { + "x": -27239, + "y": 56199, + "z": 195340 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 3002030 + }, + { + "groupId": 185, + "instId": 200008, + "eventId": 20321114, + "pos": { + "x": -11603, + "y": 56187, + "z": 177589 + }, + "rot": { + "x": 0, + "y": 170000, + "z": 0 + }, + "monsterId": 3002040 + }, + { + "groupId": 185, + "instId": 200009, + "eventId": 20321115, + "pos": { + "x": -9751, + "y": 56180, + "z": 161891 + }, + "rot": { + "x": 0, + "y": 64069, + "z": 0 + }, + "monsterId": 3002030 + }, + { + "groupId": 186, + "instId": 200001, + "eventId": 20321118, + "pos": { + "x": -62067, + "y": 56261, + "z": -167374 + }, + "rot": { + "x": 0, + "y": 81890, + "z": 0 + }, + "monsterId": 3001020 + }, + { + "groupId": 186, + "instId": 200002, + "eventId": 20321119, + "pos": { + "x": -54631, + "y": 56261, + "z": -171282 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "monsterId": 3001020 + }, + { + "groupId": 186, + "instId": 200003, + "eventId": 20321120, + "pos": { + "x": -46204, + "y": 56261, + "z": -177486 + }, + "rot": { + "x": 0, + "y": 299901, + "z": 0 + }, + "monsterId": 3002040 + }, + { + "groupId": 186, + "instId": 200004, + "eventId": 20321121, + "pos": { + "x": -60490, + "y": 56261, + "z": -181260 + }, + "rot": { + "x": 0, + "y": 81890, + "z": 0 + }, + "monsterId": 3002030 + }, + { + "groupId": 186, + "instId": 200005, + "eventId": 20321124, + "pos": { + "x": -115490, + "y": 56689, + "z": -136250 + }, + "rot": { + "x": 0, + "y": 143846, + "z": 0 + }, + "monsterId": 3002040 + }, + { + "groupId": 186, + "instId": 200006, + "eventId": 20321125, + "pos": { + "x": -112776, + "y": 56689, + "z": -134626 + }, + "rot": { + "x": 0, + "y": 172272, + "z": 0 + }, + "monsterId": 3002030 + }, + { + "groupId": 187, + "instId": 200001, + "eventId": 20321131, + "pos": { + "x": -37710, + "y": 44742, + "z": -11000 + }, + "rot": { + "x": 0, + "y": 299955, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 187, + "instId": 200002, + "eventId": 20321132, + "pos": { + "x": -25637, + "y": 44742, + "z": 16326 + }, + "rot": { + "x": 0, + "y": 106483, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 266, + "instId": 200001, + "eventId": 20321136, + "pos": { + "x": -29555, + "y": 56946, + "z": -111520 + }, + "rot": { + "x": 0, + "y": 140000, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 266, + "instId": 200002, + "eventId": 20321137, + "pos": { + "x": -26158, + "y": 56946, + "z": -111078 + }, + "rot": { + "x": 0, + "y": 182431, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 267, + "instId": 200001, + "eventId": 20321138, + "pos": { + "x": -26205, + "y": 56946, + "z": -117877 + }, + "rot": { + "x": 0, + "y": 332185, + "z": 0 + }, + "monsterId": 3002040 + }, + { + "groupId": 310, + "instId": 200001, + "eventId": 101218, + "pos": { + "x": 2050, + "y": 45381, + "z": -30440 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "monsterId": 8033012 + } + ], + "teleports": [ + { + "anchorId": 1, + "groupId": 7, + "instId": 300001, + "pos": { + "x": 114380, + "y": 47134, + "z": 6330 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "teleportId": 2032101 + }, + { + "anchorId": 2, + "groupId": 7, + "instId": 300002, + "pos": { + "x": -89880, + "y": 62594, + "z": 6100 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "teleportId": 2032102 + }, + { + "anchorId": 3, + "groupId": 7, + "instId": 300003, + "pos": { + "x": -44830, + "y": 55038, + "z": 138888 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2032103 + }, + { + "anchorId": 4, + "groupId": 7, + "instId": 300004, + "pos": { + "x": -41140, + "y": 55757, + "z": -142130 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "teleportId": 2032104 + }, + { + "anchorId": 1, + "groupId": 169, + "instId": 300001, + "pos": { + "x": -3722, + "y": 56256, + "z": -87465 + }, + "rot": { + "x": 0, + "y": 318488, + "z": 0 + }, + "teleportId": 1020 + }, + { + "anchorId": 1, + "groupId": 310, + "instId": 300001, + "pos": { + "x": 6810, + "y": 45370, + "z": -26650 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "teleportId": 1118 + } + ] + }, + { + "planeID": 20322, + "props": [ + { + "groupId": 2, + "instId": 300003, + "propState": 20, + "pos": { + "x": -1035, + "y": 89723, + "z": 78485 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103154 + }, + { + "groupId": 2, + "instId": 300004, + "propState": 1, + "pos": { + "x": -32950, + "y": -232940, + "z": -204900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103154 + }, + { + "groupId": 2, + "instId": 300005, + "propState": 1, + "pos": { + "x": -172890, + "y": -227800, + "z": -115270 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103154 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": 20110, + "y": 91010, + "z": -11950 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103003 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 8, + "pos": { + "x": 20023, + "y": 102000, + "z": -32899 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103003 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 8, + "pos": { + "x": 43860, + "y": 91010, + "z": -11950 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103003 + }, + { + "groupId": 5, + "instId": 300004, + "propState": 8, + "pos": { + "x": 32110, + "y": 108000, + "z": -32990 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103003 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 1, + "pos": { + "x": 11050, + "y": 95000, + "z": 18000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103034 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 1, + "pos": { + "x": 32000, + "y": 91000, + "z": -2897 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103011 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 8, + "pos": { + "x": 23480, + "y": 96150, + "z": 9640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103010 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 1, + "pos": { + "x": -23977, + "y": 98000, + "z": 81582 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103011 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 1, + "pos": { + "x": -53750, + "y": 97998, + "z": 81567 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103011 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 8, + "pos": { + "x": -38750, + "y": 100570, + "z": 81570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103010 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 1, + "pos": { + "x": 21585, + "y": 98000, + "z": 81549 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103011 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 1, + "pos": { + "x": 57723, + "y": 104000, + "z": 81587 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103011 + }, + { + "groupId": 12, + "instId": 300003, + "propState": 0, + "pos": { + "x": 39630, + "y": 103020, + "z": 81860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103010 + }, + { + "groupId": 15, + "instId": 300001, + "propState": 8, + "pos": { + "x": 65405, + "y": 105051, + "z": 114546 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 15, + "instId": 300002, + "propState": 8, + "pos": { + "x": 58490, + "y": 111220, + "z": 114600 + }, + "rot": { + "x": 0, + "y": 90347, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 16, + "instId": 300001, + "propState": 8, + "pos": { + "x": 86525, + "y": 120259, + "z": 79632 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 12, + "pos": { + "x": 86522, + "y": 113582, + "z": 89040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 12, + "pos": { + "x": 86524, + "y": 106527, + "z": 105615 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60302 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 12, + "pos": { + "x": 97570, + "y": 98000, + "z": 82030 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60303 + }, + { + "groupId": 18, + "instId": 300003, + "propState": 8, + "pos": { + "x": 87550, + "y": 97991, + "z": 84580 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 18, + "instId": 300004, + "propState": 8, + "pos": { + "x": 93550, + "y": 97991, + "z": 84580 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 18, + "instId": 300001, + "propState": 8, + "pos": { + "x": 94328, + "y": 98000, + "z": 79840 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 12, + "pos": { + "x": 60500, + "y": 118950, + "z": 114580 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 27, + "instId": 300002, + "propState": 1, + "pos": { + "x": -65810, + "y": 98000, + "z": 96570 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 27, + "instId": 300003, + "propState": 1, + "pos": { + "x": -71810, + "y": 98000, + "z": 96570 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 27, + "instId": 300006, + "propState": 1, + "pos": { + "x": -78598, + "y": 97999, + "z": 97590 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 29, + "instId": 300001, + "propState": 12, + "pos": { + "x": -56970, + "y": 95450, + "z": 63580 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 30, + "instId": 300001, + "propState": 12, + "pos": { + "x": -77510, + "y": 122000, + "z": 94090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60303 + }, + { + "groupId": 30, + "instId": 300002, + "propState": 12, + "pos": { + "x": -103785, + "y": 122000, + "z": 81639 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 35, + "instId": 300001, + "propState": 1, + "pos": { + "x": -1000, + "y": 95000, + "z": -9013 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 35, + "instId": 300002, + "propState": 1, + "pos": { + "x": -1103, + "y": 98000, + "z": 56939 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 35, + "instId": 300004, + "propState": 1, + "pos": { + "x": -835, + "y": 95820, + "z": 142306 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 35, + "instId": 300005, + "propState": 1, + "pos": { + "x": 39519, + "y": 88400, + "z": 103220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 35, + "instId": 300006, + "propState": 1, + "pos": { + "x": 48558, + "y": 84400, + "z": 82242 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 37, + "instId": 300001, + "propState": 8, + "pos": { + "x": 3166, + "y": 95000, + "z": -37280 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 37, + "instId": 300002, + "propState": 8, + "pos": { + "x": -11895, + "y": 89000, + "z": 81121 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 37, + "instId": 300003, + "propState": 8, + "pos": { + "x": -46123, + "y": -225905, + "z": -119280 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 38, + "instId": 300001, + "propState": 12, + "pos": { + "x": 7940, + "y": -225210, + "z": -91640 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 38, + "instId": 300002, + "propState": 12, + "pos": { + "x": -95830, + "y": -226913, + "z": -70496 + }, + "rot": { + "x": 0, + "y": 283486, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 38, + "instId": 300003, + "propState": 12, + "pos": { + "x": -111658, + "y": -225898, + "z": -151334 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 38, + "instId": 300004, + "propState": 12, + "pos": { + "x": -133324, + "y": -204970, + "z": -73984 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 38, + "instId": 300005, + "propState": 12, + "pos": { + "x": -124655, + "y": -202735, + "z": -24562 + }, + "rot": { + "x": 0, + "y": 359629, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 38, + "instId": 300006, + "propState": 12, + "pos": { + "x": -85050, + "y": -223996, + "z": -25060 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 38, + "instId": 300007, + "propState": 12, + "pos": { + "x": -149829, + "y": -225946, + "z": -115207 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 38, + "instId": 300008, + "propState": 12, + "pos": { + "x": -39406, + "y": -225957, + "z": -59117 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 38, + "instId": 300009, + "propState": 12, + "pos": { + "x": -88160, + "y": -225957, + "z": -108586 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 41, + "instId": 300002, + "propState": 8, + "pos": { + "x": -171776, + "y": -199418, + "z": -66680 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 41, + "instId": 300001, + "propState": 8, + "pos": { + "x": -108791, + "y": -225898, + "z": -140472 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 41, + "instId": 300006, + "propState": 8, + "pos": { + "x": -30980, + "y": -225904, + "z": -120880 + }, + "rot": { + "x": 0, + "y": 260000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 41, + "instId": 300007, + "propState": 8, + "pos": { + "x": -35000, + "y": -225904, + "z": -114360 + }, + "rot": { + "x": 0, + "y": 230000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 41, + "instId": 300003, + "propState": 8, + "pos": { + "x": -74318, + "y": -225911, + "z": -116097 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 41, + "instId": 300004, + "propState": 8, + "pos": { + "x": -125291, + "y": -225905, + "z": -145670 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 41, + "instId": 300009, + "propState": 8, + "pos": { + "x": -77902, + "y": -226963, + "z": -88109 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 41, + "instId": 300026, + "propState": 8, + "pos": { + "x": -131358, + "y": -225944, + "z": -90735 + }, + "rot": { + "x": 0, + "y": 333843, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 41, + "instId": 300010, + "propState": 8, + "pos": { + "x": 5704, + "y": -224928, + "z": -104982 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 41, + "instId": 300011, + "propState": 8, + "pos": { + "x": -33745, + "y": -225247, + "z": -35360 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 41, + "instId": 300014, + "propState": 8, + "pos": { + "x": -40044, + "y": -225474, + "z": -47896 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 41, + "instId": 300015, + "propState": 8, + "pos": { + "x": -95077, + "y": -226785, + "z": -73172 + }, + "rot": { + "x": 0, + "y": 20000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 41, + "instId": 300016, + "propState": 8, + "pos": { + "x": -132891, + "y": -202689, + "z": 4809 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 41, + "instId": 300005, + "propState": 8, + "pos": { + "x": -143910, + "y": -204970, + "z": -75295 + }, + "rot": { + "x": 0, + "y": 307210, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 41, + "instId": 300008, + "propState": 8, + "pos": { + "x": -91292, + "y": -226972, + "z": -64710 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 41, + "instId": 300012, + "propState": 8, + "pos": { + "x": -90817, + "y": -226972, + "z": -63185 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 41, + "instId": 300013, + "propState": 8, + "pos": { + "x": -102251, + "y": -223998, + "z": -43343 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 42, + "instId": 300001, + "propState": 12, + "pos": { + "x": 11846, + "y": 95000, + "z": -19345 + }, + "rot": { + "x": 0, + "y": 190000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 42, + "instId": 300002, + "propState": 12, + "pos": { + "x": -11233, + "y": 95000, + "z": 6951 + }, + "rot": { + "x": 0, + "y": 90360, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 42, + "instId": 300003, + "propState": 12, + "pos": { + "x": -9817, + "y": 98005, + "z": 66753 + }, + "rot": { + "x": 0, + "y": 215898, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 42, + "instId": 300004, + "propState": 12, + "pos": { + "x": 11349, + "y": 89000, + "z": 121124 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 42, + "instId": 300005, + "propState": 12, + "pos": { + "x": 44680, + "y": 84100, + "z": 65730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 42, + "instId": 300006, + "propState": 12, + "pos": { + "x": 9150, + "y": 95820, + "z": 146733 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 44, + "instId": 300002, + "propState": 8, + "pos": { + "x": -6763, + "y": 89000, + "z": 71763 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 44, + "instId": 300006, + "propState": 8, + "pos": { + "x": -11552, + "y": 96344, + "z": -16539 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 44, + "instId": 300007, + "propState": 8, + "pos": { + "x": 8946, + "y": 95000, + "z": -7058 + }, + "rot": { + "x": 0, + "y": 320000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 44, + "instId": 300001, + "propState": 8, + "pos": { + "x": -11731, + "y": 95000, + "z": -7439 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 44, + "instId": 300005, + "propState": 8, + "pos": { + "x": 9468, + "y": 95000, + "z": -31429 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 44, + "instId": 300003, + "propState": 8, + "pos": { + "x": 19140, + "y": 98000, + "z": 68877 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 44, + "instId": 300004, + "propState": 8, + "pos": { + "x": -21380, + "y": 89000, + "z": 101990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 44, + "instId": 300009, + "propState": 8, + "pos": { + "x": 49548, + "y": 88400, + "z": 104868 + }, + "rot": { + "x": 0, + "y": 178128, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 44, + "instId": 300026, + "propState": 8, + "pos": { + "x": -8553, + "y": 89000, + "z": 110723 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 44, + "instId": 300010, + "propState": 8, + "pos": { + "x": 7370, + "y": 89000, + "z": 109430 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 44, + "instId": 300008, + "propState": 8, + "pos": { + "x": 20685, + "y": 97479, + "z": 107801 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 45, + "instId": 300001, + "propState": 11, + "pos": { + "x": -165924, + "y": -199418, + "z": -82970 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60303 + }, + { + "groupId": 45, + "instId": 300002, + "propState": 8, + "pos": { + "x": -4200000, + "y": 1000000, + "z": -1500000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 45, + "instId": 300003, + "propState": 8, + "pos": { + "x": -165924, + "y": -199418, + "z": -78830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 97, + "instId": 300001, + "propState": 8, + "pos": { + "x": -85380, + "y": 122000, + "z": 83550 + }, + "rot": { + "x": 0, + "y": 185559, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 98, + "instId": 300008, + "propState": 21, + "pos": { + "x": -70816, + "y": 122000, + "z": 64469 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 98, + "instId": 300009, + "propState": 21, + "pos": { + "x": -78963, + "y": 122000, + "z": 64462 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 98, + "instId": 300005, + "propState": 2, + "pos": { + "x": -80828, + "y": 121972, + "z": 65310 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103068 + }, + { + "groupId": 98, + "instId": 300007, + "propState": 8, + "pos": { + "x": -98177, + "y": 122000, + "z": 81540 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103055 + }, + { + "groupId": 98, + "instId": 300010, + "propState": 8, + "pos": { + "x": 0, + "y": -560000, + "z": 0 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 98, + "instId": 300001, + "propState": 8, + "pos": { + "x": -98806, + "y": 116000, + "z": 78580 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 98, + "instId": 300002, + "propState": 8, + "pos": { + "x": -65039, + "y": 122000, + "z": 77950 + }, + "rot": { + "x": 0, + "y": 178520, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 98, + "instId": 300003, + "propState": 8, + "pos": { + "x": -80799, + "y": 121993, + "z": 65296 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 99, + "instId": 300001, + "propState": 8, + "pos": { + "x": -70610, + "y": 122000, + "z": 85450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 99, + "instId": 300002, + "propState": 8, + "pos": { + "x": -70550, + "y": 122000, + "z": 88310 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 99, + "instId": 300003, + "propState": 8, + "pos": { + "x": -70550, + "y": 122000, + "z": 88310 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 99, + "instId": 300006, + "propState": 8, + "pos": { + "x": -77541, + "y": 120901, + "z": 94104 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 99, + "instId": 300007, + "propState": 8, + "pos": { + "x": -84460, + "y": 122000, + "z": 68070 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 101, + "instId": 300001, + "propState": 8, + "pos": { + "x": 89190, + "y": 88810, + "z": 102550 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 101, + "instId": 300002, + "propState": 8, + "pos": { + "x": 75419, + "y": 81628, + "z": 102580 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 101, + "instId": 300003, + "propState": 8, + "pos": { + "x": 91831, + "y": 88950, + "z": 102580 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 101, + "instId": 300004, + "propState": 8, + "pos": { + "x": 80860, + "y": 81970, + "z": 102650 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 101, + "instId": 300005, + "propState": 8, + "pos": { + "x": 58507, + "y": 94344, + "z": 103232 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 102, + "instId": 300003, + "propState": 2, + "pos": { + "x": 87029, + "y": 92759, + "z": 102572 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103068 + }, + { + "groupId": 102, + "instId": 300004, + "propState": 8, + "pos": { + "x": 76642, + "y": 86472, + "z": 102602 + }, + "rot": { + "x": 0, + "y": 89999, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 102, + "instId": 300005, + "propState": 8, + "pos": { + "x": 72430, + "y": 92760, + "z": 102696 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103055 + }, + { + "groupId": 102, + "instId": 300006, + "propState": 8, + "pos": { + "x": 73944, + "y": 73477, + "z": 102602 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103055 + }, + { + "groupId": 102, + "instId": 300007, + "propState": 8, + "pos": { + "x": 73944, + "y": 79425, + "z": 102550 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103055 + }, + { + "groupId": 102, + "instId": 300001, + "propState": 8, + "pos": { + "x": 81062, + "y": 96373, + "z": 102580 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 102, + "instId": 300002, + "propState": 8, + "pos": { + "x": 77059, + "y": 79000, + "z": 108580 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 102, + "instId": 300008, + "propState": 8, + "pos": { + "x": 77059, + "y": 73000, + "z": 108580 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 103, + "instId": 300001, + "propState": 8, + "pos": { + "x": 79525, + "y": 88920, + "z": 102590 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 104, + "instId": 300001, + "propState": 12, + "pos": { + "x": 58507, + "y": 94344, + "z": 102546 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60303 + }, + { + "groupId": 104, + "instId": 300002, + "propState": 12, + "pos": { + "x": 71946, + "y": 76343, + "z": 102546 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 109, + "instId": 300001, + "propState": 1, + "pos": { + "x": -123004, + "y": -202735, + "z": -21057 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103029 + }, + { + "groupId": 109, + "instId": 300002, + "propState": 1, + "pos": { + "x": -125396, + "y": -202689, + "z": -18229 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103044 + }, + { + "groupId": 109, + "instId": 300003, + "propState": 0, + "pos": { + "x": -163626, + "y": -204970, + "z": -88460 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 110, + "instId": 300001, + "propState": 1, + "pos": { + "x": 63466, + "y": 103040, + "z": 114590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 110, + "instId": 300002, + "propState": 1, + "pos": { + "x": 63466, + "y": 109040, + "z": 114590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 110, + "instId": 300003, + "propState": 1, + "pos": { + "x": 58586, + "y": 116341, + "z": 114546 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 118, + "instId": 300001, + "propState": 12, + "pos": { + "x": 32059, + "y": 91102, + "z": -23640 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 119, + "instId": 300001, + "propState": 12, + "pos": { + "x": 20000, + "y": 106484, + "z": -12133 + }, + "rot": { + "x": 0, + "y": 89923, + "z": 0 + }, + "propId": 60302 + }, + { + "groupId": 123, + "instId": 300001, + "propState": 11, + "pos": { + "x": 43983, + "y": 101960, + "z": -27310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60303 + }, + { + "groupId": 123, + "instId": 300002, + "propState": 8, + "pos": { + "x": 43983, + "y": 101960, + "z": -27310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 123, + "instId": 300003, + "propState": 8, + "pos": { + "x": 43983, + "y": 101960, + "z": -27310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 124, + "instId": 300001, + "propState": 8, + "pos": { + "x": 44000, + "y": 104568, + "z": -12002 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 129, + "instId": 300001, + "propState": 11, + "pos": { + "x": -72517, + "y": 118669, + "z": 99705 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60302 + }, + { + "groupId": 129, + "instId": 300002, + "propState": 8, + "pos": { + "x": -72517, + "y": 118669, + "z": 99705 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 129, + "instId": 300003, + "propState": 8, + "pos": { + "x": -72517, + "y": 118669, + "z": 99705 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 132, + "instId": 300002, + "propState": 8, + "pos": { + "x": 43855, + "y": 100500, + "z": -14790 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 133, + "instId": 300002, + "propState": 8, + "pos": { + "x": 35500, + "y": 108000, + "z": -23587 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 133, + "instId": 300001, + "propState": 8, + "pos": { + "x": 28550, + "y": 108000, + "z": -23584 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 134, + "instId": 300002, + "propState": 8, + "pos": { + "x": 20087, + "y": 100909, + "z": -11714 + }, + "rot": { + "x": 0, + "y": 179919, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 135, + "instId": 300006, + "propState": 8, + "pos": { + "x": -69291, + "y": 98000, + "z": 65652 + }, + "rot": { + "x": 0, + "y": 170000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 135, + "instId": 300007, + "propState": 8, + "pos": { + "x": -64280, + "y": 98000, + "z": 96899 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 136, + "instId": 300006, + "propState": 8, + "pos": { + "x": -62510, + "y": 120850, + "z": 63580 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 136, + "instId": 300007, + "propState": 8, + "pos": { + "x": -97731, + "y": 120785, + "z": 63580 + }, + "rot": { + "x": 0, + "y": 92883, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 137, + "instId": 300006, + "propState": 8, + "pos": { + "x": -86960, + "y": 120526, + "z": 99705 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 137, + "instId": 300007, + "propState": 8, + "pos": { + "x": -76213, + "y": 101054, + "z": 99580 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 138, + "instId": 300006, + "propState": 8, + "pos": { + "x": -55118, + "y": 121993, + "z": 69690 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 138, + "instId": 300007, + "propState": 8, + "pos": { + "x": -71660, + "y": 121993, + "z": 91560 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 139, + "instId": 300001, + "propState": 1, + "pos": { + "x": 87019, + "y": 119002, + "z": 114580 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 139, + "instId": 300002, + "propState": 1, + "pos": { + "x": 87019, + "y": 105002, + "z": 114580 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 155, + "instId": 300001, + "propState": 18, + "pos": { + "x": -11139, + "y": 97839, + "z": -15848 + }, + "rot": { + "x": 0, + "y": 19012, + "z": 0 + }, + "propId": 103023 + }, + { + "groupId": 155, + "instId": 300002, + "propState": 1, + "pos": { + "x": -11680, + "y": 95000, + "z": -17590 + }, + "rot": { + "x": 0, + "y": 22616, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 156, + "instId": 300001, + "propState": 18, + "pos": { + "x": -83542, + "y": 100966, + "z": 100778 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103023 + }, + { + "groupId": 156, + "instId": 300002, + "propState": 8, + "pos": { + "x": -81332, + "y": 99674, + "z": 100734 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103023 + }, + { + "groupId": 156, + "instId": 300003, + "propState": 8, + "pos": { + "x": -79158, + "y": 100850, + "z": 100438 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103023 + }, + { + "groupId": 156, + "instId": 300004, + "propState": 1, + "pos": { + "x": -81766, + "y": 98000, + "z": 98622 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 157, + "instId": 300001, + "propState": 18, + "pos": { + "x": 39499, + "y": 106597, + "z": -4213 + }, + "rot": { + "x": 0, + "y": 122997, + "z": 0 + }, + "propId": 103023 + }, + { + "groupId": 157, + "instId": 300002, + "propState": 1, + "pos": { + "x": 42182, + "y": 107999, + "z": -5295 + }, + "rot": { + "x": 0, + "y": 122997, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 158, + "instId": 300001, + "propState": 18, + "pos": { + "x": 58289, + "y": 86136, + "z": 66319 + }, + "rot": { + "x": 0, + "y": 150453, + "z": 0 + }, + "propId": 103023 + }, + { + "groupId": 158, + "instId": 300002, + "propState": 18, + "pos": { + "x": 58592, + "y": 86039, + "z": 66886 + }, + "rot": { + "x": 0, + "y": 279029, + "z": 0 + }, + "propId": 103023 + }, + { + "groupId": 158, + "instId": 300003, + "propState": 18, + "pos": { + "x": 58167, + "y": 86100, + "z": 66366 + }, + "rot": { + "x": 0, + "y": 174572, + "z": 0 + }, + "propId": 103023 + }, + { + "groupId": 158, + "instId": 300004, + "propState": 18, + "pos": { + "x": 66160, + "y": 84110, + "z": 69054 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103023 + }, + { + "groupId": 158, + "instId": 300005, + "propState": 1, + "pos": { + "x": 57038, + "y": 84100, + "z": 67915 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 159, + "instId": 300001, + "propState": 18, + "pos": { + "x": -17772, + "y": 95169, + "z": 72304 + }, + "rot": { + "x": 0, + "y": 76583, + "z": 0 + }, + "propId": 103023 + }, + { + "groupId": 159, + "instId": 300002, + "propState": 1, + "pos": { + "x": -12490, + "y": 89017, + "z": 75230 + }, + "rot": { + "x": 0, + "y": 22616, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 160, + "instId": 300001, + "propState": 18, + "pos": { + "x": -17446, + "y": 90314, + "z": 119232 + }, + "rot": { + "x": 0, + "y": 6492, + "z": 0 + }, + "propId": 103023 + }, + { + "groupId": 160, + "instId": 300002, + "propState": 1, + "pos": { + "x": -19320, + "y": 89004, + "z": 113220 + }, + "rot": { + "x": 0, + "y": 325334, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 161, + "instId": 300001, + "propState": 18, + "pos": { + "x": -57609, + "y": -224484, + "z": -117499 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103023 + }, + { + "groupId": 161, + "instId": 300002, + "propState": 1, + "pos": { + "x": -56799, + "y": -225905, + "z": -117487 + }, + "rot": { + "x": 0, + "y": 22616, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 162, + "instId": 300001, + "propState": 18, + "pos": { + "x": -88858, + "y": -224549, + "z": -140743 + }, + "rot": { + "x": 0, + "y": 29885, + "z": 0 + }, + "propId": 103023 + }, + { + "groupId": 162, + "instId": 300002, + "propState": 1, + "pos": { + "x": -90316, + "y": -225905, + "z": -141686 + }, + "rot": { + "x": 0, + "y": 22616, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 163, + "instId": 300001, + "propState": 18, + "pos": { + "x": -126126, + "y": -200510, + "z": 8717 + }, + "rot": { + "x": 0, + "y": 345860, + "z": 0 + }, + "propId": 103023 + }, + { + "groupId": 163, + "instId": 300002, + "propState": 8, + "pos": { + "x": -126126, + "y": -199644, + "z": 8717 + }, + "rot": { + "x": 0, + "y": 345860, + "z": 0 + }, + "propId": 103023 + }, + { + "groupId": 163, + "instId": 300003, + "propState": 8, + "pos": { + "x": -126126, + "y": -198517, + "z": 8717 + }, + "rot": { + "x": 0, + "y": 345860, + "z": 0 + }, + "propId": 103023 + }, + { + "groupId": 163, + "instId": 300004, + "propState": 1, + "pos": { + "x": -125249, + "y": -202689, + "z": 7352 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 164, + "instId": 300001, + "propState": 18, + "pos": { + "x": -137036, + "y": -202854, + "z": -90830 + }, + "rot": { + "x": 0, + "y": 295765, + "z": 0 + }, + "propId": 103229 + }, + { + "groupId": 165, + "instId": 300001, + "propState": 8, + "pos": { + "x": -70249, + "y": -226307, + "z": -62343 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103144 + }, + { + "groupId": 165, + "instId": 300002, + "propState": 1, + "pos": { + "x": -97320, + "y": -202735, + "z": -19870 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 166, + "instId": 300002, + "propState": 1, + "pos": { + "x": -97320, + "y": -202735, + "z": -19870 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 166, + "instId": 300001, + "propState": 8, + "pos": { + "x": -97320, + "y": -199633, + "z": -19870 + }, + "rot": { + "x": 0, + "y": 96185, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 166, + "instId": 300003, + "propState": 1, + "pos": { + "x": -70236, + "y": -226307, + "z": -62354 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 166, + "instId": 300004, + "propState": 3, + "pos": { + "x": -80673, + "y": -213088, + "z": -26068 + }, + "rot": { + "x": 0, + "y": 276185, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 166, + "instId": 300005, + "propState": 3, + "pos": { + "x": -88292, + "y": -207490, + "z": -34031 + }, + "rot": { + "x": 0, + "y": 185253, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 166, + "instId": 300006, + "propState": 3, + "pos": { + "x": -74654, + "y": -218327, + "z": -35509 + }, + "rot": { + "x": 0, + "y": 276185, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 166, + "instId": 300007, + "propState": 3, + "pos": { + "x": -89892, + "y": -207130, + "z": -51435 + }, + "rot": { + "x": 0, + "y": 276185, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 166, + "instId": 300008, + "propState": 3, + "pos": { + "x": -76254, + "y": -217967, + "z": -52913 + }, + "rot": { + "x": 0, + "y": 185253, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 166, + "instId": 300009, + "propState": 3, + "pos": { + "x": -83873, + "y": -212369, + "z": -60876 + }, + "rot": { + "x": 0, + "y": 276185, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 166, + "instId": 300010, + "propState": 8, + "pos": { + "x": -85282, + "y": -210109, + "z": -38752 + }, + "rot": { + "x": 0, + "y": 185253, + "z": 0 + }, + "propId": 103007 + }, + { + "groupId": 166, + "instId": 300011, + "propState": 8, + "pos": { + "x": -79264, + "y": -215348, + "z": -48193 + }, + "rot": { + "x": 0, + "y": 185253, + "z": 0 + }, + "propId": 103007 + }, + { + "groupId": 166, + "instId": 300012, + "propState": 8, + "pos": { + "x": -83682, + "y": -210469, + "z": -21348 + }, + "rot": { + "x": 0, + "y": 185253, + "z": 0 + }, + "propId": 103007 + }, + { + "groupId": 166, + "instId": 300013, + "propState": 8, + "pos": { + "x": -80864, + "y": -214988, + "z": -65597 + }, + "rot": { + "x": 0, + "y": 185253, + "z": 0 + }, + "propId": 103007 + }, + { + "groupId": 170, + "instId": 300001, + "propState": 105, + "pos": { + "x": 6820, + "y": 95000, + "z": 12000 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103151 + }, + { + "groupId": 170, + "instId": 300002, + "propState": 101, + "pos": { + "x": 6820, + "y": 95000, + "z": 6000 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103151 + }, + { + "groupId": 170, + "instId": 300003, + "propState": 103, + "pos": { + "x": 6690, + "y": 95000, + "z": 0 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103151 + }, + { + "groupId": 170, + "instId": 300004, + "propState": 103, + "pos": { + "x": -8280, + "y": 95000, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103151 + }, + { + "groupId": 170, + "instId": 300005, + "propState": 101, + "pos": { + "x": -8440, + "y": 95000, + "z": 6000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103151 + }, + { + "groupId": 170, + "instId": 300006, + "propState": 105, + "pos": { + "x": -8560, + "y": 95000, + "z": 12000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103151 + }, + { + "groupId": 172, + "instId": 300002, + "propState": 1, + "pos": { + "x": -132000, + "y": -202740, + "z": -22500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 172, + "instId": 300001, + "propState": 8, + "pos": { + "x": -109466, + "y": -204231, + "z": -22651 + }, + "rot": { + "x": 0, + "y": 181671, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 172, + "instId": 300003, + "propState": 1, + "pos": { + "x": -142080, + "y": -204930, + "z": -59000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 172, + "instId": 300004, + "propState": 1, + "pos": { + "x": -169121, + "y": -199418, + "z": -58818 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 172, + "instId": 300005, + "propState": 3, + "pos": { + "x": -110132, + "y": -206748, + "z": -45502 + }, + "rot": { + "x": 0, + "y": 270385, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 172, + "instId": 300006, + "propState": 3, + "pos": { + "x": -119412, + "y": -205917, + "z": -54581 + }, + "rot": { + "x": 0, + "y": 1671, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 172, + "instId": 300007, + "propState": 3, + "pos": { + "x": -128160, + "y": -203073, + "z": -45381 + }, + "rot": { + "x": 0, + "y": 1671, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 172, + "instId": 300008, + "propState": 3, + "pos": { + "x": -123253, + "y": -202482, + "z": -31701 + }, + "rot": { + "x": 0, + "y": 1671, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 172, + "instId": 300009, + "propState": 3, + "pos": { + "x": -141814, + "y": -200821, + "z": -49860 + }, + "rot": { + "x": 0, + "y": 270385, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 172, + "instId": 300010, + "propState": 3, + "pos": { + "x": -150561, + "y": -197977, + "z": -40659 + }, + "rot": { + "x": 0, + "y": 1671, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 172, + "instId": 300011, + "propState": 8, + "pos": { + "x": -128693, + "y": -205087, + "z": -63661 + }, + "rot": { + "x": 0, + "y": 270385, + "z": 0 + }, + "propId": 103007 + }, + { + "groupId": 172, + "instId": 300012, + "propState": 8, + "pos": { + "x": -141280, + "y": -198807, + "z": -31580 + }, + "rot": { + "x": 0, + "y": 270385, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 179, + "instId": 300001, + "propState": 8, + "pos": { + "x": 87510, + "y": 98000, + "z": 84577 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 179, + "instId": 300002, + "propState": 8, + "pos": { + "x": 93510, + "y": 98000, + "z": 84577 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 179, + "instId": 300003, + "propState": 8, + "pos": { + "x": 80747, + "y": 98000, + "z": 84959 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 181, + "instId": 300001, + "propState": 1, + "pos": { + "x": 63466, + "y": 103022, + "z": 114600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 181, + "instId": 300002, + "propState": 1, + "pos": { + "x": 63466, + "y": 109022, + "z": 114600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 181, + "instId": 300003, + "propState": 8, + "pos": { + "x": 74690, + "y": 90958, + "z": 114580 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 181, + "instId": 300004, + "propState": 8, + "pos": { + "x": 81740, + "y": 86010, + "z": 114580 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 181, + "instId": 300005, + "propState": 8, + "pos": { + "x": 75740, + "y": 86010, + "z": 114580 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 183, + "instId": 300001, + "propState": 9, + "pos": { + "x": -72670, + "y": 99027, + "z": 93530 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 185, + "instId": 300001, + "propState": 12, + "pos": { + "x": -57171, + "y": 98000, + "z": 95353 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 188, + "instId": 300001, + "propState": 1, + "pos": { + "x": -1000, + "y": 95000, + "z": -9013 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 188, + "instId": 300002, + "propState": 1, + "pos": { + "x": -1112, + "y": 98000, + "z": 56939 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 188, + "instId": 300003, + "propState": 1, + "pos": { + "x": -908, + "y": 89798, + "z": 112009 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 188, + "instId": 300004, + "propState": 1, + "pos": { + "x": -835, + "y": 95820, + "z": 142306 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 188, + "instId": 300005, + "propState": 8, + "pos": { + "x": 39519, + "y": 88400, + "z": 103220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 188, + "instId": 300006, + "propState": 8, + "pos": { + "x": 48558, + "y": 84400, + "z": 82242 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 194, + "instId": 300001, + "propState": 0, + "pos": { + "x": -4000, + "y": 95000, + "z": 21000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103187 + }, + { + "groupId": 194, + "instId": 300002, + "propState": 1, + "pos": { + "x": -4000, + "y": 95000, + "z": 21000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103188 + }, + { + "groupId": 197, + "instId": 300001, + "propState": 2, + "pos": { + "x": -61900, + "y": -225944, + "z": -31900 + }, + "rot": { + "x": 0, + "y": 184624, + "z": 0 + }, + "propId": 103012 + }, + { + "groupId": 197, + "instId": 300002, + "propState": 9, + "pos": { + "x": -91120, + "y": -224905, + "z": -147400 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 197, + "instId": 300003, + "propState": 9, + "pos": { + "x": -119492, + "y": -225833, + "z": -74589 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 197, + "instId": 300004, + "propState": 9, + "pos": { + "x": -131140, + "y": -201689, + "z": -17860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 197, + "instId": 300007, + "propState": 8, + "pos": { + "x": -62230, + "y": -225944, + "z": -29810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 206, + "instId": 300001, + "propState": 8, + "pos": { + "x": -99099, + "y": -224905, + "z": -147550 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 702 + }, + { + "groupId": 224, + "instId": 300001, + "propState": 12, + "pos": { + "x": -65810, + "y": 111970, + "z": 81690 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60303 + }, + { + "groupId": 226, + "instId": 300001, + "propState": 8, + "pos": { + "x": -134850, + "y": -203170, + "z": -36260 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 227, + "instId": 300002, + "propState": 8, + "pos": { + "x": -70650, + "y": 114020, + "z": 99580 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 228, + "instId": 300001, + "propState": 11, + "pos": { + "x": 6370, + "y": 98005, + "z": 96848 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103018 + }, + { + "groupId": 229, + "instId": 300001, + "propState": 11, + "pos": { + "x": -5506, + "y": -225211, + "z": -34658 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103018 + }, + { + "groupId": 230, + "instId": 300001, + "propState": 11, + "pos": { + "x": 74183, + "y": 67740, + "z": 102602 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103018 + }, + { + "groupId": 238, + "instId": 300001, + "propState": 10, + "pos": { + "x": -10290, + "y": 98038, + "z": 96240 + }, + "rot": { + "x": 0, + "y": 47483, + "z": 0 + }, + "propId": 103012 + }, + { + "groupId": 238, + "instId": 300002, + "propState": 8, + "pos": { + "x": -10290, + "y": 98038, + "z": 96240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 238, + "instId": 300003, + "propState": 8, + "pos": { + "x": -10290, + "y": 98038, + "z": 96240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 238, + "instId": 300004, + "propState": 8, + "pos": { + "x": -10290, + "y": 98038, + "z": 96240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 238, + "instId": 300005, + "propState": 8, + "pos": { + "x": -10290, + "y": 98038, + "z": 96240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 238, + "instId": 300006, + "propState": 20, + "pos": { + "x": -17130, + "y": 98038, + "z": 90400 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 60302 + }, + { + "groupId": 238, + "instId": 300007, + "propState": 8, + "pos": { + "x": -17130, + "y": 98038, + "z": 90400 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 241, + "instId": 300001, + "propState": 10, + "pos": { + "x": -106150, + "y": -223999, + "z": -40150 + }, + "rot": { + "x": 0, + "y": 200000, + "z": 0 + }, + "propId": 103012 + }, + { + "groupId": 241, + "instId": 300002, + "propState": 8, + "pos": { + "x": -106150, + "y": -223999, + "z": -40150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 241, + "instId": 300003, + "propState": 8, + "pos": { + "x": -106150, + "y": -223999, + "z": -40150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 241, + "instId": 300004, + "propState": 8, + "pos": { + "x": -106150, + "y": -223999, + "z": -40150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 241, + "instId": 300005, + "propState": 8, + "pos": { + "x": -106150, + "y": -223999, + "z": -40150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 241, + "instId": 300006, + "propState": 20, + "pos": { + "x": -102640, + "y": -224001, + "z": -30100 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60302 + }, + { + "groupId": 241, + "instId": 300007, + "propState": 8, + "pos": { + "x": -102640, + "y": -224001, + "z": -30100 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 242, + "instId": 300001, + "propState": 10, + "pos": { + "x": -155960, + "y": -204970, + "z": -89330 + }, + "rot": { + "x": 0, + "y": 97000, + "z": 0 + }, + "propId": 103012 + }, + { + "groupId": 242, + "instId": 300002, + "propState": 8, + "pos": { + "x": -155960, + "y": -204970, + "z": -89330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 242, + "instId": 300003, + "propState": 8, + "pos": { + "x": -155960, + "y": -204970, + "z": -89330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 242, + "instId": 300004, + "propState": 8, + "pos": { + "x": -155960, + "y": -204970, + "z": -89330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 242, + "instId": 300005, + "propState": 8, + "pos": { + "x": -155960, + "y": -204970, + "z": -89330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 242, + "instId": 300006, + "propState": 20, + "pos": { + "x": -160191, + "y": -204970, + "z": -88594 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60302 + }, + { + "groupId": 242, + "instId": 300007, + "propState": 8, + "pos": { + "x": -160191, + "y": -204970, + "z": -88594 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 249, + "instId": 300003, + "propState": 8, + "pos": { + "x": -1035, + "y": 89723, + "z": 78485 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103154 + }, + { + "groupId": 249, + "instId": 300004, + "propState": 1, + "pos": { + "x": -32950, + "y": -232940, + "z": -204900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103154 + }, + { + "groupId": 249, + "instId": 300005, + "propState": 1, + "pos": { + "x": -172890, + "y": -227800, + "z": -115270 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103154 + }, + { + "groupId": 268, + "instId": 300001, + "propState": 8, + "pos": { + "x": -119820, + "y": -226836, + "z": -74550 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103086 + }, + { + "groupId": 274, + "instId": 300001, + "propState": 8, + "pos": { + "x": 76300, + "y": 98000, + "z": 80209 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 274, + "instId": 300002, + "propState": 8, + "pos": { + "x": 68590, + "y": 98000, + "z": 80209 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 274, + "instId": 300003, + "propState": 8, + "pos": { + "x": 82809, + "y": 98000, + "z": 87375 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 275, + "instId": 300001, + "propState": 8, + "pos": { + "x": 79188, + "y": 98000, + "z": 79872 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 275, + "instId": 300002, + "propState": 8, + "pos": { + "x": 78960, + "y": 98000, + "z": 83550 + }, + "rot": { + "x": 0, + "y": 100000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 275, + "instId": 300003, + "propState": 8, + "pos": { + "x": 82809, + "y": 98000, + "z": 87375 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 276, + "instId": 300001, + "propState": 8, + "pos": { + "x": 92437, + "y": 108795, + "z": 114546 + }, + "rot": { + "x": 0, + "y": 270126, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 276, + "instId": 300002, + "propState": 8, + "pos": { + "x": 91026, + "y": 120184, + "z": 114546 + }, + "rot": { + "x": 0, + "y": 269998, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 277, + "instId": 300002, + "propState": 12, + "pos": { + "x": 59130, + "y": 118964, + "z": 114546 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 278, + "instId": 300001, + "propState": 8, + "pos": { + "x": 86531, + "y": 112802, + "z": 79898 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 279, + "instId": 300001, + "propState": 12, + "pos": { + "x": 86525, + "y": 120670, + "z": 81460 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 281, + "instId": 300001, + "propState": 8, + "pos": { + "x": 79185, + "y": 98000, + "z": 79870 + }, + "rot": { + "x": 0, + "y": 86483, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 281, + "instId": 300002, + "propState": 8, + "pos": { + "x": 97390, + "y": 98000, + "z": 80666 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 281, + "instId": 300003, + "propState": 8, + "pos": { + "x": 80020, + "y": 98020, + "z": 86740 + }, + "rot": { + "x": 0, + "y": 170000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 282, + "instId": 300001, + "propState": 12, + "pos": { + "x": 99559, + "y": 121014, + "z": 102550 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 282, + "instId": 300002, + "propState": 12, + "pos": { + "x": 86559, + "y": 112020, + "z": 86120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60303 + }, + { + "groupId": 283, + "instId": 300001, + "propState": 8, + "pos": { + "x": 99590, + "y": 105730, + "z": 111920 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 283, + "instId": 300002, + "propState": 8, + "pos": { + "x": 99527, + "y": 100332, + "z": 105597 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 283, + "instId": 300003, + "propState": 8, + "pos": { + "x": 99530, + "y": 97940, + "z": 113840 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 284, + "instId": 300001, + "propState": 8, + "pos": { + "x": 94857, + "y": 88898, + "z": 102579 + }, + "rot": { + "x": 0, + "y": 270002, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 285, + "instId": 300002, + "propState": 12, + "pos": { + "x": 94515, + "y": 106353, + "z": 114545 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 286, + "instId": 300001, + "propState": 8, + "pos": { + "x": 60579, + "y": 120233, + "z": 114546 + }, + "rot": { + "x": 0, + "y": 269931, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 286, + "instId": 300002, + "propState": 8, + "pos": { + "x": 59350, + "y": 87474, + "z": 114546 + }, + "rot": { + "x": 0, + "y": 90001, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 286, + "instId": 300003, + "propState": 8, + "pos": { + "x": 74576, + "y": 93769, + "z": 114546 + }, + "rot": { + "x": 0, + "y": 89988, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 286, + "instId": 300004, + "propState": 8, + "pos": { + "x": 94591, + "y": 87781, + "z": 114546 + }, + "rot": { + "x": 0, + "y": 89922, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 286, + "instId": 300005, + "propState": 8, + "pos": { + "x": 90684, + "y": 119727, + "z": 114546 + }, + "rot": { + "x": 0, + "y": 269559, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 286, + "instId": 300006, + "propState": 8, + "pos": { + "x": 92185, + "y": 107840, + "z": 114546 + }, + "rot": { + "x": 0, + "y": 269990, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 286, + "instId": 300007, + "propState": 8, + "pos": { + "x": 66083, + "y": 113605, + "z": 114546 + }, + "rot": { + "x": 0, + "y": 90001, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 315, + "instId": 300001, + "propState": 18, + "pos": { + "x": 76157, + "y": 103075, + "z": 114974 + }, + "rot": { + "x": 0, + "y": 348118, + "z": 0 + }, + "propId": 103023 + }, + { + "groupId": 315, + "instId": 300002, + "propState": 18, + "pos": { + "x": 76293, + "y": 102937, + "z": 114995 + }, + "rot": { + "x": 0, + "y": 192592, + "z": 0 + }, + "propId": 103023 + }, + { + "groupId": 315, + "instId": 300003, + "propState": 18, + "pos": { + "x": 76011, + "y": 102943, + "z": 114896 + }, + "rot": { + "x": 0, + "y": 282549, + "z": 0 + }, + "propId": 103023 + }, + { + "groupId": 315, + "instId": 300004, + "propState": 18, + "pos": { + "x": 76520, + "y": 102652, + "z": 117413 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103023 + }, + { + "groupId": 315, + "instId": 300005, + "propState": 1, + "pos": { + "x": 74766, + "y": 103541, + "z": 114529 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 316, + "instId": 300001, + "propState": 18, + "pos": { + "x": 1246, + "y": 96738, + "z": 170352 + }, + "rot": { + "x": 0, + "y": 159718, + "z": 0 + }, + "propId": 103083 + }, + { + "groupId": 316, + "instId": 300002, + "propState": 18, + "pos": { + "x": 1657, + "y": 97258, + "z": 156295 + }, + "rot": { + "x": 0, + "y": 268431, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 316, + "instId": 300003, + "propState": 18, + "pos": { + "x": -3792, + "y": 89709, + "z": 87430 + }, + "rot": { + "x": 0, + "y": 272365, + "z": 0 + }, + "propId": 103083 + }, + { + "groupId": 316, + "instId": 300004, + "propState": 18, + "pos": { + "x": -15706, + "y": 89522, + "z": 71527 + }, + "rot": { + "x": 0, + "y": 191254, + "z": 0 + }, + "propId": 101029 + }, + { + "groupId": 316, + "instId": 300005, + "propState": 18, + "pos": { + "x": 5577, + "y": 95889, + "z": -15864 + }, + "rot": { + "x": 0, + "y": 326161, + "z": 0 + }, + "propId": 101027 + }, + { + "groupId": 316, + "instId": 300006, + "propState": 18, + "pos": { + "x": -11216, + "y": 97621, + "z": 145324 + }, + "rot": { + "x": 0, + "y": 40941, + "z": 0 + }, + "propId": 101027 + }, + { + "groupId": 316, + "instId": 300007, + "propState": 18, + "pos": { + "x": 9914, + "y": 99416, + "z": 101483 + }, + "rot": { + "x": 0, + "y": 168611, + "z": 0 + }, + "propId": 101029 + }, + { + "groupId": 330, + "instId": 300001, + "propState": 18, + "pos": { + "x": -164664, + "y": -198808, + "z": -66057 + }, + "rot": { + "x": 0, + "y": 71433, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 330, + "instId": 300002, + "propState": 18, + "pos": { + "x": -98310, + "y": -202110, + "z": -16660 + }, + "rot": { + "x": 0, + "y": 273306, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 330, + "instId": 300003, + "propState": 18, + "pos": { + "x": -63660, + "y": -225230, + "z": -37200 + }, + "rot": { + "x": 0, + "y": 277812, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 330, + "instId": 300004, + "propState": 18, + "pos": { + "x": -1231, + "y": 89353, + "z": 67584 + }, + "rot": { + "x": 0, + "y": 92869, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 330, + "instId": 300005, + "propState": 18, + "pos": { + "x": 9860, + "y": 89353, + "z": 75369 + }, + "rot": { + "x": 0, + "y": 34211, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 330, + "instId": 300006, + "propState": 18, + "pos": { + "x": -12420, + "y": 89353, + "z": 75275 + }, + "rot": { + "x": 0, + "y": 161626, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 330, + "instId": 300007, + "propState": 18, + "pos": { + "x": -12326, + "y": 89353, + "z": 87634 + }, + "rot": { + "x": 0, + "y": 192584, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 330, + "instId": 300008, + "propState": 18, + "pos": { + "x": 9990, + "y": 89353, + "z": 87530 + }, + "rot": { + "x": 0, + "y": 339574, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 337, + "instId": 300002, + "propState": 8, + "pos": { + "x": 988, + "y": 95000, + "z": 29308 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 337, + "instId": 300001, + "propState": 8, + "pos": { + "x": 1620, + "y": 95000, + "z": 28530 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 338, + "instId": 300002, + "propState": 8, + "pos": { + "x": 20301, + "y": 98000, + "z": 86801 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 338, + "instId": 300001, + "propState": 8, + "pos": { + "x": 16530, + "y": 98010, + "z": 84970 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 338, + "instId": 300003, + "propState": 8, + "pos": { + "x": 10739, + "y": 93500, + "z": 123311 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 340, + "instId": 300001, + "propState": 2, + "pos": { + "x": -91940, + "y": 98000, + "z": 78910 + }, + "rot": { + "x": 0, + "y": 253946, + "z": 0 + }, + "propId": 103012 + }, + { + "groupId": 340, + "instId": 300005, + "propState": 8, + "pos": { + "x": -91980, + "y": 98000, + "z": 78290 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 340, + "instId": 300007, + "propState": 8, + "pos": { + "x": -77800, + "y": 97999, + "z": 84630 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 340, + "instId": 300008, + "propState": 8, + "pos": { + "x": -83800, + "y": 97999, + "z": 84630 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 340, + "instId": 300009, + "propState": 20, + "pos": { + "x": -74810, + "y": 97990, + "z": 81569 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60302 + }, + { + "groupId": 340, + "instId": 300010, + "propState": 8, + "pos": { + "x": -74810, + "y": 97990, + "z": 81569 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 340, + "instId": 300011, + "propState": 8, + "pos": { + "x": -74810, + "y": 97990, + "z": 81569 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 340, + "instId": 300012, + "propState": 1, + "pos": { + "x": -90710, + "y": 98000, + "z": 79550 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + } + ], + "monsters": [ + { + "groupId": 40, + "instId": 200002, + "eventId": 20322028, + "pos": { + "x": -8920, + "y": -225202, + "z": -98130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 3011010 + }, + { + "groupId": 40, + "instId": 200003, + "eventId": 20322029, + "pos": { + "x": 1452, + "y": -225249, + "z": -103660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3012010 + }, + { + "groupId": 40, + "instId": 200001, + "eventId": 20322030, + "pos": { + "x": -550, + "y": -225249, + "z": -56965 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 3011010 + }, + { + "groupId": 40, + "instId": 200004, + "eventId": 20322031, + "pos": { + "x": -14880, + "y": -225212, + "z": -46250 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 40, + "instId": 200006, + "eventId": 20322032, + "pos": { + "x": -11470, + "y": -225249, + "z": -50960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 40, + "instId": 200007, + "eventId": 20322038, + "pos": { + "x": -148920, + "y": -204970, + "z": -87470 + }, + "rot": { + "x": 0, + "y": 75677, + "z": 0 + }, + "monsterId": 3012010 + }, + { + "groupId": 40, + "instId": 200005, + "eventId": 20322039, + "pos": { + "x": -136569, + "y": -204970, + "z": -85052 + }, + "rot": { + "x": 0, + "y": 124289, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 40, + "instId": 200008, + "eventId": 20322034, + "pos": { + "x": -99810, + "y": -225905, + "z": -145690 + }, + "rot": { + "x": 0, + "y": 124289, + "z": 0 + }, + "monsterId": 3012010 + }, + { + "groupId": 40, + "instId": 200009, + "eventId": 20322035, + "pos": { + "x": -99620, + "y": -225905, + "z": -151140 + }, + "rot": { + "x": 0, + "y": 355606, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 45, + "instId": 200001, + "eventId": 20322236, + "pos": { + "x": -165744, + "y": -199418, + "z": -79995 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3013010 + }, + { + "groupId": 46, + "instId": 200001, + "eventId": 20322006, + "pos": { + "x": 13183, + "y": 98005, + "z": 89460 + }, + "rot": { + "x": 0, + "y": 234576, + "z": 0 + }, + "monsterId": 3012010 + }, + { + "groupId": 46, + "instId": 200002, + "eventId": 20322007, + "pos": { + "x": -15840, + "y": 98005, + "z": 73190 + }, + "rot": { + "x": 0, + "y": 50000, + "z": 0 + }, + "monsterId": 3012010 + }, + { + "groupId": 46, + "instId": 200004, + "eventId": 20322008, + "pos": { + "x": -20514, + "y": 98000, + "z": 76952 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 46, + "instId": 200006, + "eventId": 20322011, + "pos": { + "x": 42890, + "y": 84136, + "z": 79420 + }, + "rot": { + "x": 0, + "y": 138099, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 46, + "instId": 200007, + "eventId": 20322012, + "pos": { + "x": 54364, + "y": 84136, + "z": 79768 + }, + "rot": { + "x": 0, + "y": 219646, + "z": 0 + }, + "monsterId": 3012010 + }, + { + "groupId": 46, + "instId": 200003, + "eventId": 20322013, + "pos": { + "x": 56480, + "y": 84100, + "z": 78010 + }, + "rot": { + "x": 0, + "y": 219646, + "z": 0 + }, + "monsterId": 3011010 + }, + { + "groupId": 46, + "instId": 200005, + "eventId": 20322014, + "pos": { + "x": 40750, + "y": 84136, + "z": 77500 + }, + "rot": { + "x": 0, + "y": 138099, + "z": 0 + }, + "monsterId": 3011010 + }, + { + "groupId": 97, + "instId": 200001, + "eventId": 10301299, + "pos": { + "x": -86424, + "y": 122000, + "z": 83380 + }, + "rot": { + "x": 0, + "y": 24441, + "z": 0 + }, + "monsterId": 3002011 + }, + { + "groupId": 97, + "instId": 200002, + "eventId": 10301299, + "pos": { + "x": -93868, + "y": 121993, + "z": 81621 + }, + "rot": { + "x": 0, + "y": 93257, + "z": 0 + }, + "monsterId": 3002041 + }, + { + "groupId": 97, + "instId": 200003, + "eventId": 10301299, + "pos": { + "x": -85335, + "y": 122000, + "z": 80510 + }, + "rot": { + "x": 0, + "y": 204818, + "z": 0 + }, + "monsterId": 3002011 + }, + { + "groupId": 97, + "instId": 200004, + "eventId": 10301299, + "pos": { + "x": -81330, + "y": 122000, + "z": 94316 + }, + "rot": { + "x": 0, + "y": 275178, + "z": 0 + }, + "monsterId": 3002041 + }, + { + "groupId": 97, + "instId": 200005, + "eventId": 10301299, + "pos": { + "x": -96360, + "y": 122000, + "z": 74159 + }, + "rot": { + "x": 0, + "y": 185178, + "z": 0 + }, + "monsterId": 3002041 + }, + { + "groupId": 97, + "instId": 200006, + "eventId": 10301299, + "pos": { + "x": -70900, + "y": 122000, + "z": 69760 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 3002041 + }, + { + "groupId": 97, + "instId": 200007, + "eventId": 10301299, + "pos": { + "x": -94402, + "y": 121993, + "z": 92302 + }, + "rot": { + "x": 0, + "y": 54115, + "z": 0 + }, + "monsterId": 3002041 + }, + { + "groupId": 99, + "instId": 200002, + "eventId": 10301299, + "pos": { + "x": 0, + "y": -560000, + "z": 0 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 101, + "instId": 200001, + "eventId": 10301299, + "pos": { + "x": 0, + "y": -560000, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 7010011 + }, + { + "groupId": 103, + "instId": 200001, + "eventId": 10301299, + "pos": { + "x": 73206, + "y": 88922, + "z": 102589 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 3002011 + }, + { + "groupId": 103, + "instId": 200002, + "eventId": 10301299, + "pos": { + "x": 60180, + "y": 95850, + "z": 102580 + }, + "rot": { + "x": 0, + "y": 315365, + "z": 0 + }, + "monsterId": 3001021 + }, + { + "groupId": 103, + "instId": 200003, + "eventId": 10301299, + "pos": { + "x": 60015, + "y": 92076, + "z": 102602 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "monsterId": 3001021 + }, + { + "groupId": 103, + "instId": 200004, + "eventId": 10301299, + "pos": { + "x": 61978, + "y": 93937, + "z": 102590 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 3002011 + }, + { + "groupId": 103, + "instId": 200005, + "eventId": 10301299, + "pos": { + "x": 72033, + "y": 90984, + "z": 102630 + }, + "rot": { + "x": 0, + "y": 166239, + "z": 0 + }, + "monsterId": 3002011 + }, + { + "groupId": 103, + "instId": 200006, + "eventId": 10301299, + "pos": { + "x": 74112, + "y": 70728, + "z": 102580 + }, + "rot": { + "x": 0, + "y": 181634, + "z": 0 + }, + "monsterId": 3002041 + }, + { + "groupId": 103, + "instId": 200007, + "eventId": 10301299, + "pos": { + "x": 72158, + "y": 69871, + "z": 102580 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 3002041 + }, + { + "groupId": 103, + "instId": 200008, + "eventId": 10301299, + "pos": { + "x": 75833, + "y": 69724, + "z": 102579 + }, + "rot": { + "x": 0, + "y": 197175, + "z": 0 + }, + "monsterId": 3002041 + }, + { + "groupId": 103, + "instId": 200009, + "eventId": 10301299, + "pos": { + "x": 60809, + "y": 93919, + "z": 102601 + }, + "rot": { + "x": 0, + "y": 268257, + "z": 0 + }, + "monsterId": 3001021 + }, + { + "groupId": 121, + "instId": 200001, + "eventId": 20322001, + "pos": { + "x": 20000, + "y": 102450, + "z": -22420 + }, + "rot": { + "x": 0, + "y": 343854, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 121, + "instId": 200002, + "eventId": 20322003, + "pos": { + "x": 20000, + "y": 103792, + "z": -13529 + }, + "rot": { + "x": 0, + "y": 303294, + "z": 0 + }, + "monsterId": 3012010 + }, + { + "groupId": 121, + "instId": 200003, + "eventId": 20322004, + "pos": { + "x": 20000, + "y": 104010, + "z": -10385 + }, + "rot": { + "x": 0, + "y": 238384, + "z": 0 + }, + "monsterId": 3012010 + }, + { + "groupId": 122, + "instId": 200001, + "eventId": 20322002, + "pos": { + "x": 31985, + "y": 96041, + "z": -32939 + }, + "rot": { + "x": 0, + "y": 357820, + "z": 0 + }, + "monsterId": 3012010 + }, + { + "groupId": 123, + "instId": 200001, + "eventId": 20322231, + "pos": { + "x": 44000, + "y": 100575, + "z": -23380 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3013010 + }, + { + "groupId": 127, + "instId": 200002, + "eventId": 20322018, + "pos": { + "x": -81208, + "y": 107432, + "z": 63580 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 127, + "instId": 200003, + "eventId": 20322019, + "pos": { + "x": -68270, + "y": 113000, + "z": 63580 + }, + "rot": { + "x": 0, + "y": 270100, + "z": 0 + }, + "monsterId": 3012010 + }, + { + "groupId": 127, + "instId": 200001, + "eventId": 20322020, + "pos": { + "x": -83530, + "y": 107470, + "z": 63580 + }, + "rot": { + "x": 0, + "y": 160000, + "z": 0 + }, + "monsterId": 3011010 + }, + { + "groupId": 127, + "instId": 200004, + "eventId": 20322021, + "pos": { + "x": -78621, + "y": 95810, + "z": 63580 + }, + "rot": { + "x": 0, + "y": 270100, + "z": 0 + }, + "monsterId": 3012010 + }, + { + "groupId": 128, + "instId": 200002, + "eventId": 20322022, + "pos": { + "x": -84000, + "y": 104820, + "z": 99580 + }, + "rot": { + "x": 0, + "y": 170000, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 128, + "instId": 200003, + "eventId": 20322023, + "pos": { + "x": -64705, + "y": 104073, + "z": 99580 + }, + "rot": { + "x": 0, + "y": 130000, + "z": 0 + }, + "monsterId": 3012010 + }, + { + "groupId": 128, + "instId": 200001, + "eventId": 20322024, + "pos": { + "x": -65370, + "y": 102640, + "z": 99580 + }, + "rot": { + "x": 0, + "y": 100000, + "z": 0 + }, + "monsterId": 3011010 + }, + { + "groupId": 129, + "instId": 200001, + "eventId": 20322233, + "pos": { + "x": -72482, + "y": 117093, + "z": 99705 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3012010 + }, + { + "groupId": 129, + "instId": 200002, + "eventId": 20322234, + "pos": { + "x": -72482, + "y": 120371, + "z": 99705 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 3012010 + }, + { + "groupId": 206, + "instId": 200001, + "eventId": 101217, + "pos": { + "x": -99099, + "y": -225905, + "z": -147550 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 3013011 + }, + { + "groupId": 209, + "instId": 200002, + "eventId": 20322128, + "pos": { + "x": -8920, + "y": -225202, + "z": -98130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 3011010 + }, + { + "groupId": 209, + "instId": 200003, + "eventId": 20322129, + "pos": { + "x": 1452, + "y": -225249, + "z": -103660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3012010 + }, + { + "groupId": 209, + "instId": 200001, + "eventId": 20322130, + "pos": { + "x": -550, + "y": -225249, + "z": -56965 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 3011010 + }, + { + "groupId": 209, + "instId": 200004, + "eventId": 20322131, + "pos": { + "x": -14880, + "y": -225212, + "z": -46250 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 209, + "instId": 200006, + "eventId": 20322132, + "pos": { + "x": -11470, + "y": -225249, + "z": -50960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 210, + "instId": 200007, + "eventId": 20322138, + "pos": { + "x": -148920, + "y": -204970, + "z": -87470 + }, + "rot": { + "x": 0, + "y": 75677, + "z": 0 + }, + "monsterId": 3012010 + }, + { + "groupId": 210, + "instId": 200005, + "eventId": 20322139, + "pos": { + "x": -136569, + "y": -204970, + "z": -85052 + }, + "rot": { + "x": 0, + "y": 124289, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 211, + "instId": 200001, + "eventId": 20322106, + "pos": { + "x": 13183, + "y": 98005, + "z": 89460 + }, + "rot": { + "x": 0, + "y": 234576, + "z": 0 + }, + "monsterId": 3012010 + }, + { + "groupId": 211, + "instId": 200002, + "eventId": 20322107, + "pos": { + "x": -15840, + "y": 98005, + "z": 73190 + }, + "rot": { + "x": 0, + "y": 50000, + "z": 0 + }, + "monsterId": 3012010 + }, + { + "groupId": 211, + "instId": 200004, + "eventId": 20322108, + "pos": { + "x": -20514, + "y": 98000, + "z": 76952 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 212, + "instId": 200006, + "eventId": 20322111, + "pos": { + "x": 42890, + "y": 84136, + "z": 79420 + }, + "rot": { + "x": 0, + "y": 138099, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 212, + "instId": 200007, + "eventId": 20322112, + "pos": { + "x": 54364, + "y": 84136, + "z": 79768 + }, + "rot": { + "x": 0, + "y": 219646, + "z": 0 + }, + "monsterId": 3012010 + }, + { + "groupId": 212, + "instId": 200003, + "eventId": 20322113, + "pos": { + "x": 56480, + "y": 84100, + "z": 78010 + }, + "rot": { + "x": 0, + "y": 219646, + "z": 0 + }, + "monsterId": 3011010 + }, + { + "groupId": 212, + "instId": 200005, + "eventId": 20322114, + "pos": { + "x": 40750, + "y": 84136, + "z": 77500 + }, + "rot": { + "x": 0, + "y": 138099, + "z": 0 + }, + "monsterId": 3011010 + }, + { + "groupId": 213, + "instId": 200001, + "eventId": 20322102, + "pos": { + "x": 31985, + "y": 96041, + "z": -32939 + }, + "rot": { + "x": 0, + "y": 270100, + "z": 0 + }, + "monsterId": 3012010 + }, + { + "groupId": 214, + "instId": 200001, + "eventId": 20322101, + "pos": { + "x": 20000, + "y": 102450, + "z": -22420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 214, + "instId": 200002, + "eventId": 20322103, + "pos": { + "x": 20000, + "y": 103792, + "z": -13529 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3012010 + }, + { + "groupId": 214, + "instId": 200003, + "eventId": 20322104, + "pos": { + "x": 20000, + "y": 104010, + "z": -10385 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 3012010 + }, + { + "groupId": 215, + "instId": 200002, + "eventId": 20322118, + "pos": { + "x": -81208, + "y": 107432, + "z": 63580 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 215, + "instId": 200003, + "eventId": 20322119, + "pos": { + "x": -68270, + "y": 113000, + "z": 63580 + }, + "rot": { + "x": 0, + "y": 270100, + "z": 0 + }, + "monsterId": 3012010 + }, + { + "groupId": 215, + "instId": 200001, + "eventId": 20322120, + "pos": { + "x": -83530, + "y": 107470, + "z": 63580 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 3011010 + }, + { + "groupId": 215, + "instId": 200004, + "eventId": 20322121, + "pos": { + "x": -78621, + "y": 95810, + "z": 63580 + }, + "rot": { + "x": 0, + "y": 270100, + "z": 0 + }, + "monsterId": 3012010 + }, + { + "groupId": 216, + "instId": 200002, + "eventId": 20322122, + "pos": { + "x": -84000, + "y": 104820, + "z": 99580 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 216, + "instId": 200003, + "eventId": 20322123, + "pos": { + "x": -64705, + "y": 104073, + "z": 99580 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 3012010 + }, + { + "groupId": 216, + "instId": 200001, + "eventId": 20322124, + "pos": { + "x": -65370, + "y": 102640, + "z": 99580 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 3011010 + }, + { + "groupId": 221, + "instId": 200001, + "eventId": 20322170, + "pos": { + "x": -108809, + "y": -202689, + "z": 6802 + }, + "rot": { + "x": 0, + "y": 10725, + "z": 0 + }, + "monsterId": 8002040 + }, + { + "groupId": 287, + "instId": 200001, + "eventId": 20321171, + "pos": { + "x": 86524, + "y": 118151, + "z": 86223 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "monsterId": 3012010 + }, + { + "groupId": 287, + "instId": 200002, + "eventId": 20321172, + "pos": { + "x": 99530, + "y": 115420, + "z": 104410 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 287, + "instId": 200003, + "eventId": 20321173, + "pos": { + "x": 99525, + "y": 115584, + "z": 100075 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "monsterId": 3011010 + }, + { + "groupId": 287, + "instId": 200004, + "eventId": 20321174, + "pos": { + "x": 99525, + "y": 112917, + "z": 96940 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 288, + "instId": 200002, + "eventId": 20321177, + "pos": { + "x": 99530, + "y": 115420, + "z": 104410 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 288, + "instId": 200003, + "eventId": 20321178, + "pos": { + "x": 99525, + "y": 115584, + "z": 100075 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "monsterId": 3011010 + }, + { + "groupId": 288, + "instId": 200004, + "eventId": 20321179, + "pos": { + "x": 99525, + "y": 112917, + "z": 96940 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 289, + "instId": 200001, + "eventId": 20321180, + "pos": { + "x": 71133, + "y": 94047, + "z": 114546 + }, + "rot": { + "x": 0, + "y": 340000, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 289, + "instId": 200002, + "eventId": 20321181, + "pos": { + "x": 77769, + "y": 95389, + "z": 114546 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 3012010 + }, + { + "groupId": 289, + "instId": 200003, + "eventId": 20321182, + "pos": { + "x": 82668, + "y": 95254, + "z": 114546 + }, + "rot": { + "x": 0, + "y": 270100, + "z": 0 + }, + "monsterId": 3012010 + }, + { + "groupId": 289, + "instId": 200004, + "eventId": 20321183, + "pos": { + "x": 91322, + "y": 117773, + "z": 114546 + }, + "rot": { + "x": 0, + "y": 340000, + "z": 0 + }, + "monsterId": 3012010 + }, + { + "groupId": 335, + "instId": 200001, + "eventId": 20322051, + "pos": { + "x": -3490, + "y": 95010, + "z": 34320 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "monsterId": 3011010 + }, + { + "groupId": 335, + "instId": 200002, + "eventId": 20322052, + "pos": { + "x": -2570, + "y": 95000, + "z": 36535 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 336, + "instId": 200003, + "eventId": 20322053, + "pos": { + "x": 15711, + "y": 98000, + "z": 103788 + }, + "rot": { + "x": 0, + "y": 219646, + "z": 0 + }, + "monsterId": 3012010 + }, + { + "groupId": 336, + "instId": 200004, + "eventId": 20322054, + "pos": { + "x": 13648, + "y": 98000, + "z": 100110 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3012010 + }, + { + "groupId": 336, + "instId": 200005, + "eventId": 20322055, + "pos": { + "x": 18340, + "y": 89000, + "z": 103029 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 336, + "instId": 200006, + "eventId": 20322056, + "pos": { + "x": 15390, + "y": 98000, + "z": 97670 + }, + "rot": { + "x": 0, + "y": 350440, + "z": 0 + }, + "monsterId": 3011010 + } + ], + "teleports": [ + { + "anchorId": 1, + "groupId": 37, + "instId": 300001, + "pos": { + "x": -1037, + "y": 95000, + "z": -34125 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2032201 + }, + { + "anchorId": 2, + "groupId": 37, + "instId": 300002, + "pos": { + "x": -1100, + "y": 88793, + "z": 73950 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2032202 + }, + { + "anchorId": 3, + "groupId": 37, + "instId": 300003, + "pos": { + "x": -40986, + "y": -225949, + "z": -115939 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "teleportId": 2032203 + }, + { + "anchorId": 1, + "groupId": 206, + "instId": 300001, + "pos": { + "x": -104060, + "y": -225905, + "z": -147580 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "teleportId": 1117 + } + ] + }, + { + "planeID": 20323, + "props": [], + "monsters": [], + "teleports": [] + }, + { + "planeID": 20331, + "props": [ + { + "groupId": 1, + "instId": 300001, + "propState": 8, + "pos": { + "x": -116100, + "y": 69677, + "z": 570600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 1, + "instId": 300002, + "propState": 8, + "pos": { + "x": -85900, + "y": 64751, + "z": 570600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 1, + "instId": 300003, + "propState": 8, + "pos": { + "x": 9500, + "y": 69677, + "z": 629600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 1, + "instId": 300004, + "propState": 8, + "pos": { + "x": 40200, + "y": 69677, + "z": 629600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 1, + "instId": 300005, + "propState": 8, + "pos": { + "x": -104200, + "y": 166806, + "z": 676400 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 1, + "instId": 300006, + "propState": 8, + "pos": { + "x": -73500, + "y": 153579, + "z": 676400 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 1, + "instId": 300007, + "propState": 8, + "pos": { + "x": -38700, + "y": 0, + "z": 631300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 1, + "instId": 300008, + "propState": 8, + "pos": { + "x": -445019, + "y": 3898, + "z": 918616 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 1, + "instId": 300009, + "propState": 8, + "pos": { + "x": -277378, + "y": 3510, + "z": 918830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 1, + "instId": 300010, + "propState": 8, + "pos": { + "x": -445101, + "y": 5555, + "z": 735170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 1, + "instId": 300011, + "propState": 8, + "pos": { + "x": -445101, + "y": 3873, + "z": 735170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 1, + "instId": 300012, + "propState": 8, + "pos": { + "x": -277350, + "y": 5527, + "z": 735183 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 1, + "instId": 300013, + "propState": 8, + "pos": { + "x": -277350, + "y": 3823, + "z": 735067 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 1, + "instId": 300014, + "propState": 8, + "pos": { + "x": 359330, + "y": 43480, + "z": 377807 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 1, + "instId": 300015, + "propState": 8, + "pos": { + "x": 359330, + "y": 41703, + "z": 377807 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 1, + "instId": 300016, + "propState": 8, + "pos": { + "x": 283794, + "y": 48680, + "z": 738970 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 1, + "instId": 300017, + "propState": 8, + "pos": { + "x": 283794, + "y": 46773, + "z": 738970 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 1, + "instId": 300018, + "propState": 8, + "pos": { + "x": -440568, + "y": -118109, + "z": 363780 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 1, + "instId": 300019, + "propState": 8, + "pos": { + "x": -270110, + "y": -118151, + "z": 363750 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 1, + "instId": 300020, + "propState": 8, + "pos": { + "x": 232623, + "y": -21469, + "z": 132016 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 1, + "instId": 300021, + "propState": 8, + "pos": { + "x": 232623, + "y": -23099, + "z": 132016 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 1, + "instId": 300022, + "propState": 8, + "pos": { + "x": 359396, + "y": 40526, + "z": 380626 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 8, + "pos": { + "x": 332800, + "y": 45622, + "z": 794300 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103079 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 8, + "pos": { + "x": 420700, + "y": -18878, + "z": 847400 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103079 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 8, + "pos": { + "x": 351561, + "y": 80291, + "z": 524851 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300005, + "propState": 8, + "pos": { + "x": 421789, + "y": -18878, + "z": 854138 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300007, + "propState": 8, + "pos": { + "x": 338100, + "y": 42600, + "z": 805609 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 13, + "instId": 300001, + "propState": 8, + "pos": { + "x": 402900, + "y": -15600, + "z": 842600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103205 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 8, + "pos": { + "x": 417050, + "y": -18865, + "z": 837543 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103078 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 8, + "pos": { + "x": 413700, + "y": -25578, + "z": 859100 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103078 + }, + { + "groupId": 13, + "instId": 300006, + "propState": 8, + "pos": { + "x": 405357, + "y": -16087, + "z": 823700 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 8, + "pos": { + "x": 412111, + "y": -25429, + "z": 856200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 13, + "instId": 300005, + "propState": 8, + "pos": { + "x": 405860, + "y": -16076, + "z": 839960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 13, + "instId": 300007, + "propState": 8, + "pos": { + "x": 402640, + "y": -15770, + "z": 828160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 13, + "instId": 300008, + "propState": 8, + "pos": { + "x": 402640, + "y": -15770, + "z": 828160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 13, + "instId": 300009, + "propState": 8, + "pos": { + "x": 405357, + "y": -16087, + "z": 823700 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 13, + "instId": 300010, + "propState": 8, + "pos": { + "x": 405860, + "y": -16076, + "z": 839960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 13, + "instId": 300011, + "propState": 8, + "pos": { + "x": 402640, + "y": -15770, + "z": 828160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 13, + "instId": 300012, + "propState": 8, + "pos": { + "x": 402640, + "y": -15770, + "z": 828160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 13, + "instId": 300013, + "propState": 8, + "pos": { + "x": 402890, + "y": -15980, + "z": 814820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 14, + "instId": 300001, + "propState": 8, + "pos": { + "x": 426490, + "y": -18878, + "z": 828600 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103079 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 8, + "pos": { + "x": 433550, + "y": -15827, + "z": 805800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103079 + }, + { + "groupId": 14, + "instId": 300003, + "propState": 8, + "pos": { + "x": 351561, + "y": 80291, + "z": 524851 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 14, + "instId": 300004, + "propState": 8, + "pos": { + "x": 351561, + "y": 80291, + "z": 524851 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 14, + "instId": 300005, + "propState": 8, + "pos": { + "x": 415770, + "y": -14259, + "z": 823930 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 19, + "instId": 300001, + "propState": 8, + "pos": { + "x": 408400, + "y": -5200, + "z": 801300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103206 + }, + { + "groupId": 19, + "instId": 300002, + "propState": 8, + "pos": { + "x": 412622, + "y": -14259, + "z": 821753 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103078 + }, + { + "groupId": 19, + "instId": 300003, + "propState": 8, + "pos": { + "x": 408400, + "y": -5121, + "z": 801300 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103093 + }, + { + "groupId": 19, + "instId": 300004, + "propState": 8, + "pos": { + "x": 408400, + "y": -5121, + "z": 801300 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103093 + }, + { + "groupId": 19, + "instId": 300005, + "propState": 8, + "pos": { + "x": 430080, + "y": -15827, + "z": 811980 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 19, + "instId": 300006, + "propState": 8, + "pos": { + "x": 408380, + "y": -5471, + "z": 786500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 19, + "instId": 300007, + "propState": 8, + "pos": { + "x": 402890, + "y": -15980, + "z": 814820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 19, + "instId": 300008, + "propState": 8, + "pos": { + "x": 408380, + "y": -5471, + "z": 786500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 19, + "instId": 300009, + "propState": 8, + "pos": { + "x": 413420, + "y": -5188, + "z": 785364 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103078 + }, + { + "groupId": 37, + "instId": 300006, + "propState": 8, + "pos": { + "x": -442027, + "y": -116548, + "z": 442131 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 37, + "instId": 300026, + "propState": 8, + "pos": { + "x": -266000, + "y": -116548, + "z": 442131 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 37, + "instId": 300027, + "propState": 8, + "pos": { + "x": 2500, + "y": 570, + "z": 43900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 37, + "instId": 300028, + "propState": 8, + "pos": { + "x": 371700, + "y": 43720, + "z": 435900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 37, + "instId": 300029, + "propState": 8, + "pos": { + "x": 364200, + "y": 48722, + "z": 814007 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 37, + "instId": 300030, + "propState": 8, + "pos": { + "x": -444821, + "y": 6706, + "z": 827848 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 37, + "instId": 300031, + "propState": 8, + "pos": { + "x": -274400, + "y": 6706, + "z": 827848 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 37, + "instId": 300032, + "propState": 8, + "pos": { + "x": 232584, + "y": -24097, + "z": 196800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 39, + "instId": 300001, + "propState": 8, + "pos": { + "x": 371591, + "y": 43725, + "z": 423823 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 39, + "instId": 300003, + "propState": 8, + "pos": { + "x": 361122, + "y": 43720, + "z": 433773 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 39, + "instId": 300002, + "propState": 8, + "pos": { + "x": 353919, + "y": 50120, + "z": 418731 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 39, + "instId": 300004, + "propState": 8, + "pos": { + "x": 361818, + "y": 43730, + "z": 433636 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 39, + "instId": 300005, + "propState": 8, + "pos": { + "x": 365043, + "y": 43720, + "z": 447002 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 39, + "instId": 300006, + "propState": 8, + "pos": { + "x": 353774, + "y": 50120, + "z": 418286 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 39, + "instId": 300007, + "propState": 8, + "pos": { + "x": 359311, + "y": 43720, + "z": 436431 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 39, + "instId": 300008, + "propState": 2, + "pos": { + "x": 353350, + "y": 50120, + "z": 436560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103030 + }, + { + "groupId": 39, + "instId": 300010, + "propState": 8, + "pos": { + "x": 356490, + "y": 31720, + "z": 409370 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103032 + }, + { + "groupId": 39, + "instId": 300011, + "propState": 8, + "pos": { + "x": 372900, + "y": 50550, + "z": 407289 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 39, + "instId": 300012, + "propState": 1, + "pos": { + "x": 353323, + "y": 43730, + "z": 436716 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103051 + }, + { + "groupId": 39, + "instId": 300013, + "propState": 1, + "pos": { + "x": 356431, + "y": 43730, + "z": 433590 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103051 + }, + { + "groupId": 39, + "instId": 300014, + "propState": 8, + "pos": { + "x": 361937, + "y": 43730, + "z": 437195 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 39, + "instId": 300015, + "propState": 8, + "pos": { + "x": 361883, + "y": 31730, + "z": 427059 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 39, + "instId": 300016, + "propState": 8, + "pos": { + "x": 366070, + "y": 43720, + "z": 445320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 39, + "instId": 300017, + "propState": 8, + "pos": { + "x": 371402, + "y": 57120, + "z": 409686 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 39, + "instId": 300018, + "propState": 8, + "pos": { + "x": 390928, + "y": 50120, + "z": 436055 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 39, + "instId": 300019, + "propState": 2, + "pos": { + "x": 380839, + "y": 50130, + "z": 451610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 39, + "instId": 300020, + "propState": 8, + "pos": { + "x": 383320, + "y": 50130, + "z": 442349 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 39, + "instId": 300021, + "propState": 8, + "pos": { + "x": 371483, + "y": 19120, + "z": 403195 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 39, + "instId": 300022, + "propState": 8, + "pos": { + "x": 360175, + "y": 43720, + "z": 439518 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 39, + "instId": 300023, + "propState": 8, + "pos": { + "x": 358493, + "y": 50120, + "z": 439414 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 39, + "instId": 300024, + "propState": 8, + "pos": { + "x": 359856, + "y": 31720, + "z": 427349 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 39, + "instId": 300025, + "propState": 8, + "pos": { + "x": 371420, + "y": 41609, + "z": 403180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 39, + "instId": 300026, + "propState": 8, + "pos": { + "x": 359464, + "y": 40721, + "z": 417471 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 39, + "instId": 300027, + "propState": 8, + "pos": { + "x": 389330, + "y": 50120, + "z": 436618 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103030 + }, + { + "groupId": 39, + "instId": 300009, + "propState": 8, + "pos": { + "x": 359745, + "y": 46720, + "z": 451542 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 39, + "instId": 300028, + "propState": 8, + "pos": { + "x": 371320, + "y": 47240, + "z": 403540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 40, + "instId": 300014, + "propState": 8, + "pos": { + "x": 378099, + "y": 48658, + "z": 434553 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103087 + }, + { + "groupId": 40, + "instId": 300009, + "propState": 1, + "pos": { + "x": 382720, + "y": 50130, + "z": 424655 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103051 + }, + { + "groupId": 40, + "instId": 300010, + "propState": 1, + "pos": { + "x": 379877, + "y": 57130, + "z": 421510 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103051 + }, + { + "groupId": 40, + "instId": 300003, + "propState": 2, + "pos": { + "x": 377513, + "y": 50120, + "z": 427355 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103068 + }, + { + "groupId": 40, + "instId": 300008, + "propState": 8, + "pos": { + "x": 341470, + "y": 31730, + "z": 413209 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103055 + }, + { + "groupId": 40, + "instId": 300011, + "propState": 8, + "pos": { + "x": 341400, + "y": 31720, + "z": 412454 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 40, + "instId": 300001, + "propState": 8, + "pos": { + "x": 371570, + "y": 50146, + "z": 435210 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103055 + }, + { + "groupId": 40, + "instId": 300002, + "propState": 8, + "pos": { + "x": 371350, + "y": 50130, + "z": 418785 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103055 + }, + { + "groupId": 40, + "instId": 300006, + "propState": 21, + "pos": { + "x": 374966, + "y": 46977, + "z": 418931 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 40, + "instId": 300007, + "propState": 21, + "pos": { + "x": 368111, + "y": 43720, + "z": 419504 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 40, + "instId": 300012, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 40, + "instId": 300004, + "propState": 21, + "pos": { + "x": 379806, + "y": 48701, + "z": 441573 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 40, + "instId": 300005, + "propState": 21, + "pos": { + "x": 375733, + "y": 43720, + "z": 441355 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 40, + "instId": 300013, + "propState": 2, + "pos": { + "x": 333688, + "y": 31720, + "z": 424893 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103068 + }, + { + "groupId": 40, + "instId": 300015, + "propState": 8, + "pos": { + "x": 353923, + "y": 34985, + "z": 419630 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103087 + }, + { + "groupId": 40, + "instId": 300016, + "propState": 8, + "pos": { + "x": 341090, + "y": 34985, + "z": 419044 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103087 + }, + { + "groupId": 40, + "instId": 300017, + "propState": 21, + "pos": { + "x": 356068, + "y": 31730, + "z": 413307 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 40, + "instId": 300018, + "propState": 21, + "pos": { + "x": 354078, + "y": 34985, + "z": 412999 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 40, + "instId": 300019, + "propState": 21, + "pos": { + "x": 340963, + "y": 34985, + "z": 425732 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 40, + "instId": 300020, + "propState": 21, + "pos": { + "x": 339721, + "y": 31720, + "z": 425630 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 40, + "instId": 300021, + "propState": 8, + "pos": { + "x": 341645, + "y": 31730, + "z": 409310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103055 + }, + { + "groupId": 82, + "instId": 300001, + "propState": 8, + "pos": { + "x": -3166, + "y": 1719, + "z": -42417 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 82, + "instId": 300002, + "propState": 8, + "pos": { + "x": -435680, + "y": -119136, + "z": 407860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 82, + "instId": 300003, + "propState": 8, + "pos": { + "x": -275040, + "y": -119136, + "z": 408450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 82, + "instId": 300004, + "propState": 8, + "pos": { + "x": 364340, + "y": 40720, + "z": 409350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 82, + "instId": 300005, + "propState": 8, + "pos": { + "x": 279330, + "y": 45722, + "z": 759800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 82, + "instId": 300006, + "propState": 8, + "pos": { + "x": -452600, + "y": 4781, + "z": 805380 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 82, + "instId": 300007, + "propState": 8, + "pos": { + "x": -269840, + "y": 4781, + "z": 805390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 82, + "instId": 300008, + "propState": 8, + "pos": { + "x": 236560, + "y": -24136, + "z": 178250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 83, + "instId": 300001, + "propState": 12, + "pos": { + "x": -34580, + "y": 1704, + "z": -11094 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 83, + "instId": 300002, + "propState": 12, + "pos": { + "x": 4942, + "y": 1706, + "z": 62643 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 83, + "instId": 300003, + "propState": 12, + "pos": { + "x": -425589, + "y": -119101, + "z": 421151 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 83, + "instId": 300004, + "propState": 12, + "pos": { + "x": -445060, + "y": -116548, + "z": 448240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 83, + "instId": 300005, + "propState": 12, + "pos": { + "x": -416174, + "y": -109516, + "z": 477124 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 83, + "instId": 300006, + "propState": 12, + "pos": { + "x": -248800, + "y": -119084, + "z": 427020 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 83, + "instId": 300007, + "propState": 12, + "pos": { + "x": -289669, + "y": -109517, + "z": 484326 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 83, + "instId": 300008, + "propState": 12, + "pos": { + "x": -247230, + "y": -111000, + "z": 471990 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 83, + "instId": 300009, + "propState": 12, + "pos": { + "x": 377507, + "y": 53120, + "z": 492112 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 83, + "instId": 300010, + "propState": 12, + "pos": { + "x": 295050, + "y": 45722, + "z": 765220 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 83, + "instId": 300011, + "propState": 12, + "pos": { + "x": 264631, + "y": 48724, + "z": 779941 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 83, + "instId": 300012, + "propState": 12, + "pos": { + "x": 315000, + "y": 45651, + "z": 800460 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 83, + "instId": 300013, + "propState": 12, + "pos": { + "x": 431800, + "y": -22078, + "z": 858880 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 83, + "instId": 300014, + "propState": 12, + "pos": { + "x": 460590, + "y": -12860, + "z": 794750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 83, + "instId": 300015, + "propState": 12, + "pos": { + "x": 417358, + "y": -25571, + "z": 871500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 83, + "instId": 300016, + "propState": 12, + "pos": { + "x": 408497, + "y": -5188, + "z": 806234 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 83, + "instId": 300017, + "propState": 12, + "pos": { + "x": -454930, + "y": 4781, + "z": 819170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 83, + "instId": 300018, + "propState": 12, + "pos": { + "x": -267730, + "y": 4781, + "z": 819230 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 83, + "instId": 300019, + "propState": 12, + "pos": { + "x": -444820, + "y": -111025, + "z": 507946 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 83, + "instId": 300020, + "propState": 12, + "pos": { + "x": -266410, + "y": -111025, + "z": 509032 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 83, + "instId": 300021, + "propState": 12, + "pos": { + "x": 372221, + "y": -13716, + "z": 434922 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 83, + "instId": 300022, + "propState": 12, + "pos": { + "x": 462810, + "y": -15878, + "z": 776342 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 83, + "instId": 300023, + "propState": 12, + "pos": { + "x": 355312, + "y": 50120, + "z": 435603 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 83, + "instId": 300024, + "propState": 12, + "pos": { + "x": 387806, + "y": 50120, + "z": 426267 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 89, + "instId": 300001, + "propState": 8, + "pos": { + "x": 446794, + "y": -12878, + "z": 791209 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103029 + }, + { + "groupId": 90, + "instId": 300001, + "propState": 8, + "pos": { + "x": 465300, + "y": -31, + "z": 749110 + }, + "rot": { + "x": 0, + "y": 348804, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 90, + "instId": 300002, + "propState": 1, + "pos": { + "x": 467030, + "y": -15864, + "z": 782430 + }, + "rot": { + "x": 0, + "y": 270687, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 90, + "instId": 300003, + "propState": 1, + "pos": { + "x": 465300, + "y": -3133, + "z": 749110 + }, + "rot": { + "x": 0, + "y": 271263, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 90, + "instId": 300004, + "propState": 1, + "pos": { + "x": 522883, + "y": 6079, + "z": 794668 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 90, + "instId": 300005, + "propState": 3, + "pos": { + "x": 471555, + "y": -1273, + "z": 759568 + }, + "rot": { + "x": 0, + "y": 69926, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 90, + "instId": 300006, + "propState": 3, + "pos": { + "x": 480827, + "y": 5144, + "z": 754784 + }, + "rot": { + "x": 0, + "y": 69926, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 90, + "instId": 300007, + "propState": 3, + "pos": { + "x": 485574, + "y": 73, + "z": 772863 + }, + "rot": { + "x": 0, + "y": 69926, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 90, + "instId": 300008, + "propState": 3, + "pos": { + "x": 498084, + "y": -2411, + "z": 793778 + }, + "rot": { + "x": 0, + "y": 168804, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 90, + "instId": 300009, + "propState": 3, + "pos": { + "x": 507356, + "y": 4006, + "z": 788994 + }, + "rot": { + "x": 0, + "y": 69926, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 90, + "instId": 300010, + "propState": 3, + "pos": { + "x": 497973, + "y": 5869, + "z": 773308 + }, + "rot": { + "x": 0, + "y": 168804, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 90, + "instId": 300011, + "propState": 3, + "pos": { + "x": 507245, + "y": 12286, + "z": 768524 + }, + "rot": { + "x": 0, + "y": 168804, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 90, + "instId": 300012, + "propState": 3, + "pos": { + "x": 491718, + "y": 7111, + "z": 762850 + }, + "rot": { + "x": 0, + "y": 69926, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 90, + "instId": 300013, + "propState": 3, + "pos": { + "x": 487082, + "y": 3902, + "z": 765242 + }, + "rot": { + "x": 0, + "y": 168804, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 90, + "instId": 300014, + "propState": 8, + "pos": { + "x": 505848, + "y": 176, + "z": 796615 + }, + "rot": { + "x": 0, + "y": 69926, + "z": 0 + }, + "propId": 103007 + }, + { + "groupId": 90, + "instId": 300015, + "propState": 8, + "pos": { + "x": 487193, + "y": -4378, + "z": 785712 + }, + "rot": { + "x": 0, + "y": 69926, + "z": 0 + }, + "propId": 103007 + }, + { + "groupId": 90, + "instId": 300016, + "propState": 8, + "pos": { + "x": 513611, + "y": 2764, + "z": 799452 + }, + "rot": { + "x": 0, + "y": 69926, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 96, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 96, + "instId": 300002, + "propState": 8, + "pos": { + "x": -150800, + "y": -9550, + "z": 273367 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103158 + }, + { + "groupId": 96, + "instId": 300003, + "propState": 8, + "pos": { + "x": -150800, + "y": -9550, + "z": 291935 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103159 + }, + { + "groupId": 96, + "instId": 300004, + "propState": 8, + "pos": { + "x": -119900, + "y": 36800, + "z": 445800 + }, + "rot": { + "x": 0, + "y": 170000, + "z": 0 + }, + "propId": 103160 + }, + { + "groupId": 96, + "instId": 300005, + "propState": 8, + "pos": { + "x": -119900, + "y": 36800, + "z": 445800 + }, + "rot": { + "x": 0, + "y": 170000, + "z": 0 + }, + "propId": 103161 + }, + { + "groupId": 96, + "instId": 300006, + "propState": 8, + "pos": { + "x": -119900, + "y": 36800, + "z": 445800 + }, + "rot": { + "x": 0, + "y": 170000, + "z": 0 + }, + "propId": 103162 + }, + { + "groupId": 96, + "instId": 300007, + "propState": 8, + "pos": { + "x": -119900, + "y": 36800, + "z": 445800 + }, + "rot": { + "x": 0, + "y": 170000, + "z": 0 + }, + "propId": 103163 + }, + { + "groupId": 96, + "instId": 300008, + "propState": 8, + "pos": { + "x": -119900, + "y": 36800, + "z": 445800 + }, + "rot": { + "x": 0, + "y": 170000, + "z": 0 + }, + "propId": 103164 + }, + { + "groupId": 96, + "instId": 300009, + "propState": 8, + "pos": { + "x": -119900, + "y": 36800, + "z": 445800 + }, + "rot": { + "x": 0, + "y": 170000, + "z": 0 + }, + "propId": 103165 + }, + { + "groupId": 96, + "instId": 300010, + "propState": 8, + "pos": { + "x": -119900, + "y": 36800, + "z": 445800 + }, + "rot": { + "x": 0, + "y": 170000, + "z": 0 + }, + "propId": 103166 + }, + { + "groupId": 96, + "instId": 300011, + "propState": 8, + "pos": { + "x": -54, + "y": 1840, + "z": 117930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103247 + }, + { + "groupId": 96, + "instId": 300013, + "propState": 8, + "pos": { + "x": -7000, + "y": -6405, + "z": -7200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103213 + }, + { + "groupId": 96, + "instId": 300014, + "propState": 8, + "pos": { + "x": -119900, + "y": 36800, + "z": 445800 + }, + "rot": { + "x": 0, + "y": 170000, + "z": 0 + }, + "propId": 103230 + }, + { + "groupId": 96, + "instId": 300015, + "propState": 8, + "pos": { + "x": -119900, + "y": 36800, + "z": 445800 + }, + "rot": { + "x": 0, + "y": 170000, + "z": 0 + }, + "propId": 103231 + }, + { + "groupId": 98, + "instId": 300001, + "propState": 8, + "pos": { + "x": 371376, + "y": 50120, + "z": 428863 + }, + "rot": { + "x": 0, + "y": 268239, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 100, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 100, + "instId": 300002, + "propState": 8, + "pos": { + "x": 206450, + "y": 42486, + "z": 456928 + }, + "rot": { + "x": 0, + "y": 157592, + "z": 0 + }, + "propId": 103167 + }, + { + "groupId": 100, + "instId": 300003, + "propState": 8, + "pos": { + "x": 213815, + "y": 59483, + "z": 457971 + }, + "rot": { + "x": 0, + "y": 157592, + "z": 0 + }, + "propId": 103168 + }, + { + "groupId": 100, + "instId": 300004, + "propState": 8, + "pos": { + "x": 154500, + "y": 66900, + "z": 624800 + }, + "rot": { + "x": 0, + "y": 224370, + "z": 0 + }, + "propId": 103169 + }, + { + "groupId": 100, + "instId": 300005, + "propState": 8, + "pos": { + "x": 154500, + "y": 66900, + "z": 624800 + }, + "rot": { + "x": 0, + "y": 224370, + "z": 0 + }, + "propId": 103170 + }, + { + "groupId": 100, + "instId": 300006, + "propState": 8, + "pos": { + "x": 154500, + "y": 66900, + "z": 624800 + }, + "rot": { + "x": 0, + "y": 224370, + "z": 0 + }, + "propId": 103171 + }, + { + "groupId": 100, + "instId": 300007, + "propState": 8, + "pos": { + "x": 154500, + "y": 66900, + "z": 624800 + }, + "rot": { + "x": 0, + "y": 224370, + "z": 0 + }, + "propId": 103172 + }, + { + "groupId": 100, + "instId": 300008, + "propState": 8, + "pos": { + "x": 154500, + "y": 66900, + "z": 624800 + }, + "rot": { + "x": 0, + "y": 224370, + "z": 0 + }, + "propId": 103173 + }, + { + "groupId": 100, + "instId": 300009, + "propState": 8, + "pos": { + "x": 154500, + "y": 66900, + "z": 624800 + }, + "rot": { + "x": 0, + "y": 224370, + "z": 0 + }, + "propId": 103174 + }, + { + "groupId": 100, + "instId": 300010, + "propState": 8, + "pos": { + "x": 154500, + "y": 66900, + "z": 624800 + }, + "rot": { + "x": 0, + "y": 224370, + "z": 0 + }, + "propId": 103175 + }, + { + "groupId": 100, + "instId": 300011, + "propState": 8, + "pos": { + "x": -440209, + "y": -111237, + "z": 529607 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103247 + }, + { + "groupId": 100, + "instId": 300012, + "propState": 8, + "pos": { + "x": -270589, + "y": -111237, + "z": 529607 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103247 + }, + { + "groupId": 100, + "instId": 300013, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103213 + }, + { + "groupId": 100, + "instId": 300014, + "propState": 8, + "pos": { + "x": 154500, + "y": 66900, + "z": 624800 + }, + "rot": { + "x": 0, + "y": 224370, + "z": 0 + }, + "propId": 103233 + }, + { + "groupId": 100, + "instId": 300015, + "propState": 8, + "pos": { + "x": 154500, + "y": 66900, + "z": 624800 + }, + "rot": { + "x": 0, + "y": 224370, + "z": 0 + }, + "propId": 103232 + }, + { + "groupId": 101, + "instId": 300001, + "propState": 8, + "pos": { + "x": 383397, + "y": 53521, + "z": 516231 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 101, + "instId": 300002, + "propState": 8, + "pos": { + "x": -116621, + "y": 95297, + "z": 690433 + }, + "rot": { + "x": 0, + "y": 83099, + "z": 0 + }, + "propId": 103176 + }, + { + "groupId": 101, + "instId": 300003, + "propState": 8, + "pos": { + "x": -118747, + "y": 95928, + "z": 708846 + }, + "rot": { + "x": 0, + "y": 83099, + "z": 0 + }, + "propId": 103177 + }, + { + "groupId": 101, + "instId": 300004, + "propState": 8, + "pos": { + "x": -125900, + "y": 127700, + "z": 800500 + }, + "rot": { + "x": 0, + "y": 137697, + "z": 0 + }, + "propId": 103178 + }, + { + "groupId": 101, + "instId": 300005, + "propState": 8, + "pos": { + "x": -125900, + "y": 127700, + "z": 800500 + }, + "rot": { + "x": 0, + "y": 137697, + "z": 0 + }, + "propId": 103179 + }, + { + "groupId": 101, + "instId": 300006, + "propState": 8, + "pos": { + "x": -125900, + "y": 127700, + "z": 800500 + }, + "rot": { + "x": 0, + "y": 137697, + "z": 0 + }, + "propId": 103180 + }, + { + "groupId": 101, + "instId": 300007, + "propState": 8, + "pos": { + "x": -125900, + "y": 127700, + "z": 800500 + }, + "rot": { + "x": 0, + "y": 137697, + "z": 0 + }, + "propId": 103181 + }, + { + "groupId": 101, + "instId": 300008, + "propState": 8, + "pos": { + "x": -125900, + "y": 127700, + "z": 800500 + }, + "rot": { + "x": 0, + "y": 137697, + "z": 0 + }, + "propId": 103182 + }, + { + "groupId": 101, + "instId": 300009, + "propState": 8, + "pos": { + "x": -125900, + "y": 127700, + "z": 800500 + }, + "rot": { + "x": 0, + "y": 137697, + "z": 0 + }, + "propId": 103183 + }, + { + "groupId": 101, + "instId": 300010, + "propState": 8, + "pos": { + "x": -125900, + "y": 127700, + "z": 800500 + }, + "rot": { + "x": 0, + "y": 137697, + "z": 0 + }, + "propId": 103184 + }, + { + "groupId": 101, + "instId": 300011, + "propState": 8, + "pos": { + "x": 383286, + "y": 52873, + "z": 519040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103247 + }, + { + "groupId": 101, + "instId": 300012, + "propState": 8, + "pos": { + "x": 279816, + "y": 51653, + "z": 863710 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103247 + }, + { + "groupId": 101, + "instId": 300013, + "propState": 8, + "pos": { + "x": 3400, + "y": -3200, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103213 + }, + { + "groupId": 101, + "instId": 300014, + "propState": 8, + "pos": { + "x": -125900, + "y": 127700, + "z": 800500 + }, + "rot": { + "x": 0, + "y": 137697, + "z": 0 + }, + "propId": 103234 + }, + { + "groupId": 101, + "instId": 300015, + "propState": 8, + "pos": { + "x": -125900, + "y": 127700, + "z": 800500 + }, + "rot": { + "x": 0, + "y": 137697, + "z": 0 + }, + "propId": 103235 + }, + { + "groupId": 106, + "instId": 300001, + "propState": 8, + "pos": { + "x": -270576, + "y": -111030, + "z": 474810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103197 + }, + { + "groupId": 107, + "instId": 300001, + "propState": 8, + "pos": { + "x": -440196, + "y": -110970, + "z": 499419 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103198 + }, + { + "groupId": 108, + "instId": 300001, + "propState": 8, + "pos": { + "x": -5176, + "y": 507, + "z": -11245 + }, + "rot": { + "x": 0, + "y": 92057, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 108, + "instId": 300002, + "propState": 8, + "pos": { + "x": 5260, + "y": 507, + "z": -11230 + }, + "rot": { + "x": 0, + "y": 273153, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 108, + "instId": 300004, + "propState": 8, + "pos": { + "x": -3560, + "y": 1704, + "z": 38780 + }, + "rot": { + "x": 0, + "y": 92057, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 108, + "instId": 300005, + "propState": 8, + "pos": { + "x": -3571, + "y": 1704, + "z": 46807 + }, + "rot": { + "x": 0, + "y": 92057, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 108, + "instId": 300006, + "propState": 8, + "pos": { + "x": 3800, + "y": 1704, + "z": 30750 + }, + "rot": { + "x": 0, + "y": 273153, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 108, + "instId": 300007, + "propState": 8, + "pos": { + "x": 3820, + "y": 1704, + "z": 38960 + }, + "rot": { + "x": 0, + "y": 273153, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 108, + "instId": 300008, + "propState": 8, + "pos": { + "x": 3810, + "y": 1704, + "z": 46810 + }, + "rot": { + "x": 0, + "y": 273153, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 108, + "instId": 300009, + "propState": 8, + "pos": { + "x": -9049, + "y": 592, + "z": 71534 + }, + "rot": { + "x": 0, + "y": 303542, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 108, + "instId": 300010, + "propState": 8, + "pos": { + "x": 9291, + "y": 592, + "z": 71496 + }, + "rot": { + "x": 0, + "y": 7788, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 108, + "instId": 300011, + "propState": 8, + "pos": { + "x": -4474, + "y": 1706, + "z": 62805 + }, + "rot": { + "x": 0, + "y": 353417, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 108, + "instId": 300012, + "propState": 8, + "pos": { + "x": -269095, + "y": -119136, + "z": 423805 + }, + "rot": { + "x": 0, + "y": 110000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 108, + "instId": 300013, + "propState": 8, + "pos": { + "x": -268189, + "y": -119136, + "z": 425224 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 108, + "instId": 300014, + "propState": 8, + "pos": { + "x": -269620, + "y": -116548, + "z": 444170 + }, + "rot": { + "x": 0, + "y": 232971, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 108, + "instId": 300015, + "propState": 8, + "pos": { + "x": -280848, + "y": -111025, + "z": 464457 + }, + "rot": { + "x": 0, + "y": 51367, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 108, + "instId": 300016, + "propState": 8, + "pos": { + "x": -262814, + "y": -111025, + "z": 465283 + }, + "rot": { + "x": 0, + "y": 322999, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 108, + "instId": 300017, + "propState": 8, + "pos": { + "x": -449403, + "y": -119136, + "z": 410385 + }, + "rot": { + "x": 0, + "y": 349004, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 108, + "instId": 300018, + "propState": 8, + "pos": { + "x": -442151, + "y": -119136, + "z": 424300 + }, + "rot": { + "x": 0, + "y": 250979, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 108, + "instId": 300019, + "propState": 8, + "pos": { + "x": -436344, + "y": -116548, + "z": 446200 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 108, + "instId": 300020, + "propState": 8, + "pos": { + "x": -432620, + "y": -116584, + "z": 447870 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 108, + "instId": 300021, + "propState": 8, + "pos": { + "x": -447500, + "y": -111025, + "z": 465730 + }, + "rot": { + "x": 0, + "y": 46999, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 108, + "instId": 300022, + "propState": 8, + "pos": { + "x": -430550, + "y": -111025, + "z": 464070 + }, + "rot": { + "x": 0, + "y": 318053, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 108, + "instId": 300023, + "propState": 8, + "pos": { + "x": -425120, + "y": -109516, + "z": 478560 + }, + "rot": { + "x": 0, + "y": 266397, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 108, + "instId": 300024, + "propState": 8, + "pos": { + "x": -455144, + "y": -109516, + "z": 481608 + }, + "rot": { + "x": 0, + "y": 101956, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 108, + "instId": 300025, + "propState": 8, + "pos": { + "x": 235940, + "y": -24136, + "z": 171140 + }, + "rot": { + "x": 0, + "y": 268138, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 108, + "instId": 300026, + "propState": 8, + "pos": { + "x": 236010, + "y": -24136, + "z": 163130 + }, + "rot": { + "x": 0, + "y": 268138, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 108, + "instId": 300027, + "propState": 8, + "pos": { + "x": 235880, + "y": -24136, + "z": 154970 + }, + "rot": { + "x": 0, + "y": 268138, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 108, + "instId": 300028, + "propState": 8, + "pos": { + "x": 229225, + "y": -24136, + "z": 154981 + }, + "rot": { + "x": 0, + "y": 88385, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 108, + "instId": 300029, + "propState": 8, + "pos": { + "x": 229002, + "y": -24136, + "z": 163024 + }, + "rot": { + "x": 0, + "y": 88385, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 108, + "instId": 300030, + "propState": 8, + "pos": { + "x": 229020, + "y": -24136, + "z": 171040 + }, + "rot": { + "x": 0, + "y": 89870, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 108, + "instId": 300031, + "propState": 8, + "pos": { + "x": -457620, + "y": 4781, + "z": 810020 + }, + "rot": { + "x": 0, + "y": 89870, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 108, + "instId": 300032, + "propState": 8, + "pos": { + "x": -432820, + "y": 4781, + "z": 812090 + }, + "rot": { + "x": 0, + "y": 269226, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 108, + "instId": 300033, + "propState": 8, + "pos": { + "x": -269230, + "y": 4781, + "z": 810280 + }, + "rot": { + "x": 0, + "y": 319302, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 108, + "instId": 300034, + "propState": 8, + "pos": { + "x": -285420, + "y": 4781, + "z": 814550 + }, + "rot": { + "x": 0, + "y": 40922, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 108, + "instId": 300035, + "propState": 8, + "pos": { + "x": 279790, + "y": 45722, + "z": 767280 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 108, + "instId": 300036, + "propState": 8, + "pos": { + "x": 257920, + "y": 48724, + "z": 780080 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 108, + "instId": 300037, + "propState": 8, + "pos": { + "x": 288198, + "y": 48722, + "z": 824358 + }, + "rot": { + "x": 0, + "y": 325000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 108, + "instId": 300038, + "propState": 8, + "pos": { + "x": 310644, + "y": 48742, + "z": 793853 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 108, + "instId": 300003, + "propState": 8, + "pos": { + "x": 310702, + "y": 48742, + "z": 812277 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 108, + "instId": 300039, + "propState": 8, + "pos": { + "x": 326810, + "y": 45622, + "z": 792670 + }, + "rot": { + "x": 0, + "y": 178493, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 108, + "instId": 300040, + "propState": 8, + "pos": { + "x": 322360, + "y": 45622, + "z": 792550 + }, + "rot": { + "x": 0, + "y": 178493, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 108, + "instId": 300041, + "propState": 8, + "pos": { + "x": 325360, + "y": 45622, + "z": 812440 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 108, + "instId": 300042, + "propState": 8, + "pos": { + "x": 474420, + "y": -13110, + "z": 810200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 108, + "instId": 300043, + "propState": 8, + "pos": { + "x": 425022, + "y": -18865, + "z": 865637 + }, + "rot": { + "x": 0, + "y": 86695, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 108, + "instId": 300044, + "propState": 8, + "pos": { + "x": 477025, + "y": -15978, + "z": 829633 + }, + "rot": { + "x": 0, + "y": 350000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 108, + "instId": 300045, + "propState": 8, + "pos": { + "x": -263849, + "y": -119136, + "z": 409956 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 108, + "instId": 300046, + "propState": 8, + "pos": { + "x": -436840, + "y": -119136, + "z": 416974 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 108, + "instId": 300047, + "propState": 8, + "pos": { + "x": -284004, + "y": 4781, + "z": 810320 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 108, + "instId": 300048, + "propState": 8, + "pos": { + "x": -437293, + "y": 4781, + "z": 805918 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 108, + "instId": 300049, + "propState": 8, + "pos": { + "x": 271556, + "y": 48722, + "z": 828286 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 108, + "instId": 300050, + "propState": 8, + "pos": { + "x": 420380, + "y": -18878, + "z": 854530 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 108, + "instId": 300051, + "propState": 8, + "pos": { + "x": -420970, + "y": -109516, + "z": 496702 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 108, + "instId": 300052, + "propState": 8, + "pos": { + "x": -277048, + "y": -109517, + "z": 500463 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 108, + "instId": 300053, + "propState": 8, + "pos": { + "x": -264620, + "y": -109517, + "z": 500174 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 108, + "instId": 300054, + "propState": 8, + "pos": { + "x": -279664, + "y": -109517, + "z": 489005 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 108, + "instId": 300055, + "propState": 8, + "pos": { + "x": 455349, + "y": -3121, + "z": 745591 + }, + "rot": { + "x": 0, + "y": 11072, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 108, + "instId": 300056, + "propState": 8, + "pos": { + "x": 526390, + "y": 6220, + "z": 804667 + }, + "rot": { + "x": 0, + "y": 270694, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 108, + "instId": 300057, + "propState": 8, + "pos": { + "x": 345815, + "y": 50120, + "z": 428002 + }, + "rot": { + "x": 0, + "y": 347346, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 108, + "instId": 300058, + "propState": 8, + "pos": { + "x": 382266, + "y": 50129, + "z": 433981 + }, + "rot": { + "x": 0, + "y": 175789, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 108, + "instId": 300059, + "propState": 8, + "pos": { + "x": -280540, + "y": 5815, + "z": 870839 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 108, + "instId": 300060, + "propState": 8, + "pos": { + "x": -274276, + "y": 3931, + "z": 887801 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 108, + "instId": 300061, + "propState": 8, + "pos": { + "x": -280086, + "y": 3466, + "z": 906178 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 108, + "instId": 300062, + "propState": 8, + "pos": { + "x": -442010, + "y": 5170, + "z": 876647 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 108, + "instId": 300063, + "propState": 8, + "pos": { + "x": -447968, + "y": 3787, + "z": 889099 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 108, + "instId": 300064, + "propState": 8, + "pos": { + "x": -442064, + "y": 3466, + "z": 901639 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 108, + "instId": 300065, + "propState": 8, + "pos": { + "x": 420025, + "y": -18878, + "z": 827060 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 110, + "instId": 300001, + "propState": 10, + "pos": { + "x": 473270, + "y": -15984, + "z": 843000 + }, + "rot": { + "x": 0, + "y": 140652, + "z": 0 + }, + "propId": 103012 + }, + { + "groupId": 110, + "instId": 300002, + "propState": 8, + "pos": { + "x": 473270, + "y": -15984, + "z": 843000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 110, + "instId": 300003, + "propState": 8, + "pos": { + "x": 473270, + "y": -15984, + "z": 843000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 110, + "instId": 300004, + "propState": 8, + "pos": { + "x": 473270, + "y": -15984, + "z": 843000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 110, + "instId": 300005, + "propState": 8, + "pos": { + "x": 473270, + "y": -15984, + "z": 843000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 110, + "instId": 300006, + "propState": 8, + "pos": { + "x": 466405, + "y": -22250, + "z": 851836 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 110, + "instId": 300007, + "propState": 8, + "pos": { + "x": 473270, + "y": -15984, + "z": 843000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 110, + "instId": 300008, + "propState": 20, + "pos": { + "x": 466330, + "y": -22010, + "z": 855730 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60302 + }, + { + "groupId": 110, + "instId": 300009, + "propState": 8, + "pos": { + "x": 466330, + "y": -22010, + "z": 855730 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 147, + "instId": 300001, + "propState": 8, + "pos": { + "x": 371376, + "y": 50120, + "z": 428863 + }, + "rot": { + "x": 0, + "y": 268239, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 147, + "instId": 300002, + "propState": 8, + "pos": { + "x": 372540, + "y": 50120, + "z": 424210 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 147, + "instId": 300003, + "propState": 8, + "pos": { + "x": 372000, + "y": 50120, + "z": 430273 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 149, + "instId": 300001, + "propState": 8, + "pos": { + "x": 371376, + "y": 50120, + "z": 428863 + }, + "rot": { + "x": 0, + "y": 268239, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 149, + "instId": 300002, + "propState": 8, + "pos": { + "x": 383451, + "y": 50120, + "z": 454806 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 149, + "instId": 300003, + "propState": 8, + "pos": { + "x": 358943, + "y": 49753, + "z": 442779 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 149, + "instId": 300004, + "propState": 8, + "pos": { + "x": 372291, + "y": 43730, + "z": 443100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 149, + "instId": 300005, + "propState": 8, + "pos": { + "x": 359655, + "y": 43541, + "z": 423712 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 150, + "instId": 300001, + "propState": 8, + "pos": { + "x": 371376, + "y": 50120, + "z": 428863 + }, + "rot": { + "x": 0, + "y": 268239, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 150, + "instId": 300002, + "propState": 8, + "pos": { + "x": 372520, + "y": 50120, + "z": 424210 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 152, + "instId": 300001, + "propState": 8, + "pos": { + "x": 283060, + "y": 49234, + "z": 803075 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103211 + }, + { + "groupId": 163, + "instId": 300001, + "propState": 8, + "pos": { + "x": -446333, + "y": -119119, + "z": 429764 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103228 + }, + { + "groupId": 163, + "instId": 300002, + "propState": 8, + "pos": { + "x": -427763, + "y": -116534, + "z": 445190 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103228 + }, + { + "groupId": 163, + "instId": 300003, + "propState": 8, + "pos": { + "x": -459279, + "y": -110930, + "z": 470361 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103228 + }, + { + "groupId": 163, + "instId": 300004, + "propState": 8, + "pos": { + "x": -421115, + "y": -110930, + "z": 470361 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103228 + }, + { + "groupId": 164, + "instId": 300001, + "propState": 8, + "pos": { + "x": -264438, + "y": -119052, + "z": 429764 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103228 + }, + { + "groupId": 164, + "instId": 300002, + "propState": 8, + "pos": { + "x": -283008, + "y": -116534, + "z": 445190 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103228 + }, + { + "groupId": 164, + "instId": 300003, + "propState": 8, + "pos": { + "x": -251492, + "y": -110930, + "z": 470361 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103228 + }, + { + "groupId": 164, + "instId": 300004, + "propState": 8, + "pos": { + "x": -289656, + "y": -110930, + "z": 470361 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103228 + }, + { + "groupId": 168, + "instId": 300001, + "propState": 8, + "pos": { + "x": -459195, + "y": -119139, + "z": 424036 + }, + "rot": { + "x": 0, + "y": 115000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 168, + "instId": 300002, + "propState": 8, + "pos": { + "x": -421362, + "y": -116588, + "z": 436873 + }, + "rot": { + "x": 0, + "y": 260486, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 168, + "instId": 300003, + "propState": 8, + "pos": { + "x": -436964, + "y": -111030, + "z": 486832 + }, + "rot": { + "x": 0, + "y": 188084, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 169, + "instId": 300001, + "propState": 8, + "pos": { + "x": -445154, + "y": 6257, + "z": 852333 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 170, + "instId": 300001, + "propState": 8, + "pos": { + "x": -277475, + "y": 6260, + "z": 852333 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 176, + "instId": 300001, + "propState": 18, + "pos": { + "x": 31084, + "y": 2887, + "z": -8208 + }, + "rot": { + "x": 0, + "y": 67247, + "z": 0 + }, + "propId": 103026 + }, + { + "groupId": 176, + "instId": 300002, + "propState": 18, + "pos": { + "x": 31303, + "y": 2456, + "z": -8724 + }, + "rot": { + "x": 0, + "y": 68387, + "z": 0 + }, + "propId": 103026 + }, + { + "groupId": 176, + "instId": 300003, + "propState": 18, + "pos": { + "x": 30874, + "y": 2328, + "z": -7707 + }, + "rot": { + "x": 0, + "y": 67247, + "z": 0 + }, + "propId": 103026 + }, + { + "groupId": 176, + "instId": 300004, + "propState": 18, + "pos": { + "x": 35215, + "y": 1647, + "z": -3916 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103026 + }, + { + "groupId": 176, + "instId": 300005, + "propState": 1, + "pos": { + "x": 29257, + "y": 1704, + "z": -9019 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 177, + "instId": 300001, + "propState": 18, + "pos": { + "x": -3600, + "y": 3093, + "z": 30685 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103026 + }, + { + "groupId": 177, + "instId": 300002, + "propState": 1, + "pos": { + "x": -2428, + "y": 1709, + "z": 30708 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 178, + "instId": 300001, + "propState": 18, + "pos": { + "x": -17273, + "y": 2466, + "z": 81263 + }, + "rot": { + "x": 0, + "y": 79803, + "z": 0 + }, + "propId": 103026 + }, + { + "groupId": 178, + "instId": 300002, + "propState": 1, + "pos": { + "x": -14000, + "y": 592, + "z": 83160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 179, + "instId": 300001, + "propState": 18, + "pos": { + "x": -432326, + "y": -119410, + "z": 379731 + }, + "rot": { + "x": 0, + "y": 53711, + "z": 0 + }, + "propId": 103026 + }, + { + "groupId": 179, + "instId": 300002, + "propState": 1, + "pos": { + "x": -434882, + "y": -120943, + "z": 380184 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 180, + "instId": 300001, + "propState": 18, + "pos": { + "x": -453342, + "y": -108968, + "z": 473719 + }, + "rot": { + "x": 0, + "y": 315860, + "z": 0 + }, + "propId": 103026 + }, + { + "groupId": 180, + "instId": 300002, + "propState": 1, + "pos": { + "x": -450990, + "y": -111025, + "z": 472240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 181, + "instId": 300001, + "propState": 18, + "pos": { + "x": -260199, + "y": -117583, + "z": 412669 + }, + "rot": { + "x": 0, + "y": 6463, + "z": 0 + }, + "propId": 103026 + }, + { + "groupId": 181, + "instId": 300002, + "propState": 1, + "pos": { + "x": -260102, + "y": -119119, + "z": 412707 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 182, + "instId": 300001, + "propState": 18, + "pos": { + "x": -271811, + "y": -115752, + "z": 446141 + }, + "rot": { + "x": 0, + "y": 42315, + "z": 0 + }, + "propId": 103026 + }, + { + "groupId": 182, + "instId": 300002, + "propState": 1, + "pos": { + "x": -271846, + "y": -116548, + "z": 445051 + }, + "rot": { + "x": 0, + "y": 91079, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 183, + "instId": 300001, + "propState": 18, + "pos": { + "x": -267041, + "y": -109805, + "z": 459170 + }, + "rot": { + "x": 0, + "y": 76856, + "z": 0 + }, + "propId": 103026 + }, + { + "groupId": 183, + "instId": 300002, + "propState": 1, + "pos": { + "x": -267243, + "y": -111025, + "z": 459207 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 184, + "instId": 300001, + "propState": 18, + "pos": { + "x": 356846, + "y": 42427, + "z": 406432 + }, + "rot": { + "x": 0, + "y": 269991, + "z": 0 + }, + "propId": 103026 + }, + { + "groupId": 184, + "instId": 300002, + "propState": 1, + "pos": { + "x": 357179, + "y": 40721, + "z": 406449 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 185, + "instId": 300001, + "propState": 18, + "pos": { + "x": 376896, + "y": 47373, + "z": 419395 + }, + "rot": { + "x": 0, + "y": 69861, + "z": 0 + }, + "propId": 103026 + }, + { + "groupId": 185, + "instId": 300002, + "propState": 1, + "pos": { + "x": 375629, + "y": 47058, + "z": 418969 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 186, + "instId": 300001, + "propState": 8, + "pos": { + "x": 274560, + "y": 51234, + "z": 792151 + }, + "rot": { + "x": 0, + "y": 216285, + "z": 0 + }, + "propId": 103026 + }, + { + "groupId": 186, + "instId": 300002, + "propState": 1, + "pos": { + "x": 274560, + "y": 48722, + "z": 792151 + }, + "rot": { + "x": 0, + "y": 131891, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 186, + "instId": 300003, + "propState": 1, + "pos": { + "x": 282211, + "y": 57289, + "z": 802575 + }, + "rot": { + "x": 0, + "y": 216285, + "z": 0 + }, + "propId": 103026 + }, + { + "groupId": 187, + "instId": 300001, + "propState": 8, + "pos": { + "x": 447536, + "y": -21944, + "z": 857880 + }, + "rot": { + "x": 0, + "y": 28519, + "z": 0 + }, + "propId": 103026 + }, + { + "groupId": 187, + "instId": 300002, + "propState": 1, + "pos": { + "x": 447746, + "y": -22058, + "z": 857232 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 187, + "instId": 300003, + "propState": 8, + "pos": { + "x": 448411, + "y": -22449, + "z": 857140 + }, + "rot": { + "x": 0, + "y": 219013, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 187, + "instId": 300004, + "propState": 8, + "pos": { + "x": 450700, + "y": -22449, + "z": 857230 + }, + "rot": { + "x": 0, + "y": 152472, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 188, + "instId": 300001, + "propState": 18, + "pos": { + "x": -437686, + "y": 8319, + "z": 782708 + }, + "rot": { + "x": 0, + "y": 29166, + "z": 0 + }, + "propId": 103026 + }, + { + "groupId": 188, + "instId": 300002, + "propState": 1, + "pos": { + "x": -441289, + "y": 4479, + "z": 782783 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 189, + "instId": 300001, + "propState": 18, + "pos": { + "x": -435568, + "y": 5629, + "z": 821033 + }, + "rot": { + "x": 0, + "y": 339322, + "z": 0 + }, + "propId": 103026 + }, + { + "groupId": 189, + "instId": 300002, + "propState": 18, + "pos": { + "x": -435536, + "y": 5603, + "z": 821051 + }, + "rot": { + "x": 0, + "y": 159322, + "z": 0 + }, + "propId": 103026 + }, + { + "groupId": 189, + "instId": 300003, + "propState": 18, + "pos": { + "x": -435560, + "y": 5622, + "z": 821043 + }, + "rot": { + "x": 0, + "y": 163122, + "z": 0 + }, + "propId": 103026 + }, + { + "groupId": 189, + "instId": 300004, + "propState": 18, + "pos": { + "x": -433485, + "y": 6375, + "z": 825817 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103026 + }, + { + "groupId": 189, + "instId": 300005, + "propState": 1, + "pos": { + "x": -434517, + "y": 4781, + "z": 820197 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 190, + "instId": 300001, + "propState": 18, + "pos": { + "x": -280719, + "y": 2879, + "z": 751896 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103026 + }, + { + "groupId": 190, + "instId": 300002, + "propState": 8, + "pos": { + "x": -280204, + "y": 2873, + "z": 763248 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103026 + }, + { + "groupId": 190, + "instId": 300003, + "propState": 8, + "pos": { + "x": -280783, + "y": 2889, + "z": 774681 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103026 + }, + { + "groupId": 190, + "instId": 300004, + "propState": 1, + "pos": { + "x": -279627, + "y": 2861, + "z": 751452 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 191, + "instId": 300001, + "propState": 18, + "pos": { + "x": 347431, + "y": 51322, + "z": 422740 + }, + "rot": { + "x": 0, + "y": 85243, + "z": 0 + }, + "propId": 103026 + }, + { + "groupId": 191, + "instId": 300002, + "propState": 1, + "pos": { + "x": 347012, + "y": 50125, + "z": 422651 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 192, + "instId": 300001, + "propState": 18, + "pos": { + "x": 391737, + "y": 51623, + "z": 432405 + }, + "rot": { + "x": 0, + "y": 100945, + "z": 0 + }, + "propId": 103026 + }, + { + "groupId": 192, + "instId": 300002, + "propState": 1, + "pos": { + "x": 390926, + "y": 50120, + "z": 432271 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 193, + "instId": 300001, + "propState": 18, + "pos": { + "x": -13703, + "y": 3461, + "z": -35141 + }, + "rot": { + "x": 0, + "y": 44298, + "z": 0 + }, + "propId": 103026 + }, + { + "groupId": 193, + "instId": 300002, + "propState": 1, + "pos": { + "x": -12455, + "y": 1704, + "z": -34764 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 194, + "instId": 300001, + "propState": 18, + "pos": { + "x": -459072, + "y": -119102, + "z": 440576 + }, + "rot": { + "x": 0, + "y": 145061, + "z": 0 + }, + "propId": 103026 + }, + { + "groupId": 194, + "instId": 300002, + "propState": 1, + "pos": { + "x": -458541, + "y": -119102, + "z": 441062 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 195, + "instId": 300001, + "propState": 18, + "pos": { + "x": 232651, + "y": -23709, + "z": 133941 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103026 + }, + { + "groupId": 195, + "instId": 300002, + "propState": 1, + "pos": { + "x": 232662, + "y": -23709, + "z": 134460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 198, + "instId": 300001, + "propState": 9, + "pos": { + "x": 366070, + "y": 43720, + "z": 445320 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103012 + }, + { + "groupId": 198, + "instId": 300002, + "propState": 9, + "pos": { + "x": 377446, + "y": 44054, + "z": 432360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 198, + "instId": 300003, + "propState": 9, + "pos": { + "x": 366578, + "y": 43999, + "z": 418948 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 198, + "instId": 300004, + "propState": 9, + "pos": { + "x": 378964, + "y": 48703, + "z": 421529 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 199, + "instId": 300001, + "propState": 10, + "pos": { + "x": 504599, + "y": 6226, + "z": 804582 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103012 + }, + { + "groupId": 199, + "instId": 300002, + "propState": 8, + "pos": { + "x": 504599, + "y": 6226, + "z": 804582 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 199, + "instId": 300003, + "propState": 8, + "pos": { + "x": 504599, + "y": 6226, + "z": 804582 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 199, + "instId": 300004, + "propState": 8, + "pos": { + "x": 504599, + "y": 6226, + "z": 804582 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 200, + "instId": 300001, + "propState": 10, + "pos": { + "x": 456504, + "y": -3103, + "z": 760650 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103012 + }, + { + "groupId": 200, + "instId": 300002, + "propState": 8, + "pos": { + "x": 456504, + "y": -3103, + "z": 760650 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 200, + "instId": 300003, + "propState": 8, + "pos": { + "x": 456504, + "y": -3103, + "z": 760650 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 200, + "instId": 300004, + "propState": 8, + "pos": { + "x": 456504, + "y": -3103, + "z": 760650 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 201, + "instId": 300001, + "propState": 10, + "pos": { + "x": 371160, + "y": 57970, + "z": 417000 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103012 + }, + { + "groupId": 201, + "instId": 300002, + "propState": 8, + "pos": { + "x": 371160, + "y": 57970, + "z": 417000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 201, + "instId": 300003, + "propState": 8, + "pos": { + "x": 371160, + "y": 57970, + "z": 417000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 201, + "instId": 300004, + "propState": 8, + "pos": { + "x": 371160, + "y": 57970, + "z": 417000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 201, + "instId": 300006, + "propState": 8, + "pos": { + "x": 371160, + "y": 57970, + "z": 417000 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 201, + "instId": 300007, + "propState": 20, + "pos": { + "x": 371390, + "y": 50120, + "z": 439010 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60303 + }, + { + "groupId": 201, + "instId": 300008, + "propState": 8, + "pos": { + "x": 371390, + "y": 50120, + "z": 439010 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 201, + "instId": 300009, + "propState": 8, + "pos": { + "x": 371160, + "y": 57970, + "z": 417000 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 201, + "instId": 300010, + "propState": 20, + "pos": { + "x": 369350, + "y": 50120, + "z": 439010 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 201, + "instId": 300011, + "propState": 8, + "pos": { + "x": 371160, + "y": 57970, + "z": 417000 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 201, + "instId": 300012, + "propState": 20, + "pos": { + "x": 373370, + "y": 50120, + "z": 439010 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 209, + "instId": 300001, + "propState": 8, + "pos": { + "x": 287799, + "y": 45722, + "z": 761579 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 210, + "instId": 300001, + "propState": 8, + "pos": { + "x": -266615, + "y": -119126, + "z": 415435 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 210, + "instId": 300002, + "propState": 8, + "pos": { + "x": -264138, + "y": -119128, + "z": 429365 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 210, + "instId": 300003, + "propState": 8, + "pos": { + "x": -269460, + "y": -116579, + "z": 433083 + }, + "rot": { + "x": 0, + "y": 20000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 210, + "instId": 300004, + "propState": 8, + "pos": { + "x": -283110, + "y": -116576, + "z": 444810 + }, + "rot": { + "x": 0, + "y": 80000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 210, + "instId": 300005, + "propState": 8, + "pos": { + "x": -278546, + "y": -111021, + "z": 455690 + }, + "rot": { + "x": 0, + "y": 145000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 213, + "instId": 300002, + "propState": 8, + "pos": { + "x": -270124, + "y": -120519, + "z": 366264 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 214, + "instId": 300001, + "propState": 8, + "pos": { + "x": -439154, + "y": -111019, + "z": 488352 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 214, + "instId": 300002, + "propState": 8, + "pos": { + "x": -11272, + "y": -11619, + "z": 111115 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 215, + "instId": 300001, + "propState": 8, + "pos": { + "x": -4120, + "y": -2020, + "z": 91680 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 217, + "instId": 300001, + "propState": 11, + "pos": { + "x": 261145, + "y": 48722, + "z": 825570 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60302 + }, + { + "groupId": 217, + "instId": 300002, + "propState": 8, + "pos": { + "x": 261145, + "y": 48722, + "z": 825570 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 217, + "instId": 300003, + "propState": 8, + "pos": { + "x": 261145, + "y": 48722, + "z": 825570 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 218, + "instId": 300001, + "propState": 11, + "pos": { + "x": -452572, + "y": -109516, + "z": 499401 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103018 + }, + { + "groupId": 219, + "instId": 300001, + "propState": 11, + "pos": { + "x": -259964, + "y": -119101, + "z": 448240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103018 + }, + { + "groupId": 220, + "instId": 300001, + "propState": 11, + "pos": { + "x": 262421, + "y": 51822, + "z": 804075 + }, + "rot": { + "x": 0, + "y": 268267, + "z": 0 + }, + "propId": 103018 + }, + { + "groupId": 301, + "instId": 300001, + "propState": 8, + "pos": { + "x": -14050, + "y": 592, + "z": 86886 + }, + "rot": { + "x": 0, + "y": 110000, + "z": 0 + }, + "propId": 801 + }, + { + "groupId": 314, + "instId": 300001, + "propState": 8, + "pos": { + "x": -441937, + "y": -111019, + "z": 512984 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 314, + "instId": 300002, + "propState": 8, + "pos": { + "x": -440597, + "y": -120519, + "z": 366264 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 321, + "instId": 300001, + "propState": 10, + "pos": { + "x": 275080, + "y": 48722, + "z": 792700 + }, + "rot": { + "x": 0, + "y": 218095, + "z": 0 + }, + "propId": 103012 + }, + { + "groupId": 321, + "instId": 300002, + "propState": 8, + "pos": { + "x": 275080, + "y": 48722, + "z": 792700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 321, + "instId": 300003, + "propState": 8, + "pos": { + "x": 275080, + "y": 48722, + "z": 792700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 321, + "instId": 300004, + "propState": 8, + "pos": { + "x": 275080, + "y": 48722, + "z": 792700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 321, + "instId": 300006, + "propState": 8, + "pos": { + "x": 275080, + "y": 48722, + "z": 792700 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 321, + "instId": 300007, + "propState": 20, + "pos": { + "x": 280092, + "y": 49101, + "z": 799412 + }, + "rot": { + "x": 0, + "y": 249164, + "z": 0 + }, + "propId": 60302 + }, + { + "groupId": 321, + "instId": 300008, + "propState": 8, + "pos": { + "x": 280092, + "y": 49101, + "z": 799412 + }, + "rot": { + "x": 0, + "y": 249164, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 324, + "instId": 300001, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 324, + "instId": 300005, + "propState": 8, + "pos": { + "x": 369925, + "y": -13718, + "z": 429883 + }, + "rot": { + "x": 0, + "y": 68258, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 324, + "instId": 300006, + "propState": 8, + "pos": { + "x": 388060, + "y": -13820, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 324, + "instId": 300003, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 324, + "instId": 300004, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 324, + "instId": 300002, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 324, + "instId": 300007, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 324, + "instId": 300008, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 324, + "instId": 300009, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 324, + "instId": 300010, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 324, + "instId": 300011, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 324, + "instId": 300012, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 324, + "instId": 300013, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 324, + "instId": 300014, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 324, + "instId": 300015, + "propState": 8, + "pos": { + "x": 406110, + "y": -13646, + "z": 428020 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 109 + }, + { + "groupId": 324, + "instId": 300016, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 324, + "instId": 300017, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 324, + "instId": 300018, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 324, + "instId": 300019, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 327, + "instId": 300001, + "propState": 8, + "pos": { + "x": -443430, + "y": -110862, + "z": 479370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 328, + "instId": 300001, + "propState": 8, + "pos": { + "x": 456430, + "y": -12680, + "z": 804620 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 328, + "instId": 300002, + "propState": 8, + "pos": { + "x": 456430, + "y": -12680, + "z": 804620 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 328, + "instId": 300003, + "propState": 8, + "pos": { + "x": 456430, + "y": -12680, + "z": 804620 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 328, + "instId": 300004, + "propState": 20, + "pos": { + "x": 453300, + "y": -12860, + "z": 807290 + }, + "rot": { + "x": 0, + "y": 311753, + "z": 0 + }, + "propId": 60303 + }, + { + "groupId": 328, + "instId": 300005, + "propState": 8, + "pos": { + "x": 453300, + "y": -12860, + "z": 807290 + }, + "rot": { + "x": 0, + "y": 311753, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 329, + "instId": 300001, + "propState": 12, + "pos": { + "x": 377747, + "y": 48835, + "z": 430433 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 329, + "instId": 300002, + "propState": 12, + "pos": { + "x": 333873, + "y": 31720, + "z": 414049 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 329, + "instId": 300003, + "propState": 12, + "pos": { + "x": 330721, + "y": 32779, + "z": 406741 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 329, + "instId": 300004, + "propState": 12, + "pos": { + "x": 355063, + "y": 31720, + "z": 409298 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60303 + }, + { + "groupId": 330, + "instId": 300001, + "propState": 20, + "pos": { + "x": 371260, + "y": 50120, + "z": 428107 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60303 + }, + { + "groupId": 350, + "instId": 300001, + "propState": 8, + "pos": { + "x": -445130, + "y": 6717, + "z": 832695 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 350, + "instId": 300002, + "propState": 20, + "pos": { + "x": -445061, + "y": 6315, + "z": 820020 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60303 + }, + { + "groupId": 350, + "instId": 300003, + "propState": 8, + "pos": { + "x": -445048, + "y": 3403, + "z": 738430 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 351, + "instId": 300001, + "propState": 2, + "pos": { + "x": -273133, + "y": 8122, + "z": 822796 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 351, + "instId": 300002, + "propState": 8, + "pos": { + "x": -272526, + "y": 6332, + "z": 823088 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 351, + "instId": 300003, + "propState": 20, + "pos": { + "x": -275224, + "y": 6717, + "z": 826333 + }, + "rot": { + "x": 0, + "y": 154011, + "z": 0 + }, + "propId": 60303 + }, + { + "groupId": 351, + "instId": 300004, + "propState": 8, + "pos": { + "x": -277454, + "y": 3281, + "z": 738524 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 352, + "instId": 300001, + "propState": 18, + "pos": { + "x": 372128, + "y": 44348, + "z": 430969 + }, + "rot": { + "x": 0, + "y": 117243, + "z": 0 + }, + "propId": 101029 + }, + { + "groupId": 352, + "instId": 300002, + "propState": 18, + "pos": { + "x": -8890, + "y": 1708, + "z": -20240 + }, + "rot": { + "x": 0, + "y": 181830, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 352, + "instId": 300003, + "propState": 18, + "pos": { + "x": 266602, + "y": 49865, + "z": 797402 + }, + "rot": { + "x": 0, + "y": 203191, + "z": 0 + }, + "propId": 103037 + }, + { + "groupId": 352, + "instId": 300004, + "propState": 18, + "pos": { + "x": 9689, + "y": 1083, + "z": 77295 + }, + "rot": { + "x": 0, + "y": 88252, + "z": 0 + }, + "propId": 103037 + }, + { + "groupId": 352, + "instId": 300005, + "propState": 18, + "pos": { + "x": 390140, + "y": 51283, + "z": 439463 + }, + "rot": { + "x": 0, + "y": 4060, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 352, + "instId": 300006, + "propState": 18, + "pos": { + "x": 288204, + "y": 49651, + "z": 825941 + }, + "rot": { + "x": 0, + "y": 270660, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 352, + "instId": 300007, + "propState": 18, + "pos": { + "x": 11, + "y": 1086, + "z": -5985 + }, + "rot": { + "x": 0, + "y": 274660, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 352, + "instId": 300008, + "propState": 18, + "pos": { + "x": 228110, + "y": -23600, + "z": 179050 + }, + "rot": { + "x": 0, + "y": 229302, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 352, + "instId": 300009, + "propState": 18, + "pos": { + "x": 371224, + "y": 32739, + "z": 418764 + }, + "rot": { + "x": 0, + "y": 258062, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 361, + "instId": 300001, + "propState": 18, + "pos": { + "x": -267524, + "y": -111019, + "z": 511633 + }, + "rot": { + "x": 0, + "y": 146959, + "z": 0 + }, + "propId": 103036 + }, + { + "groupId": 361, + "instId": 300002, + "propState": 18, + "pos": { + "x": -443501, + "y": -111019, + "z": 509513 + }, + "rot": { + "x": 0, + "y": 146959, + "z": 0 + }, + "propId": 103036 + }, + { + "groupId": 361, + "instId": 300003, + "propState": 18, + "pos": { + "x": 390160, + "y": 53468, + "z": 487988 + }, + "rot": { + "x": 0, + "y": 146959, + "z": 0 + }, + "propId": 103036 + }, + { + "groupId": 361, + "instId": 300004, + "propState": 18, + "pos": { + "x": 416093, + "y": -18835, + "z": 842061 + }, + "rot": { + "x": 0, + "y": 146959, + "z": 0 + }, + "propId": 103036 + }, + { + "groupId": 361, + "instId": 300005, + "propState": 18, + "pos": { + "x": 242828, + "y": -26714, + "z": 257936 + }, + "rot": { + "x": 0, + "y": 146959, + "z": 0 + }, + "propId": 103036 + }, + { + "groupId": 364, + "instId": 300001, + "propState": 8, + "pos": { + "x": 359270, + "y": 41151, + "z": 381470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 382, + "instId": 300002, + "propState": 1, + "pos": { + "x": 371231, + "y": 50550, + "z": 394962 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103013 + }, + { + "groupId": 388, + "instId": 300001, + "propState": 8, + "pos": { + "x": 348219, + "y": 31720, + "z": 420548 + }, + "rot": { + "x": 0, + "y": 268239, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 388, + "instId": 300002, + "propState": 8, + "pos": { + "x": 341844, + "y": 34903, + "z": 421441 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 109 + }, + { + "groupId": 388, + "instId": 300004, + "propState": 8, + "pos": { + "x": 340138, + "y": 34903, + "z": 420906 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 109 + }, + { + "groupId": 388, + "instId": 300005, + "propState": 8, + "pos": { + "x": 341090, + "y": 34903, + "z": 418289 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 109 + }, + { + "groupId": 390, + "instId": 300001, + "propState": 8, + "pos": { + "x": 363220, + "y": 43741, + "z": 440005 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 390, + "instId": 300002, + "propState": 8, + "pos": { + "x": 371340, + "y": 44740, + "z": 409000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 390, + "instId": 300003, + "propState": 8, + "pos": { + "x": 371470, + "y": 50550, + "z": 403692 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 390, + "instId": 300004, + "propState": 8, + "pos": { + "x": 359240, + "y": 50120, + "z": 440610 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 390, + "instId": 300005, + "propState": 8, + "pos": { + "x": 371510, + "y": 31720, + "z": 410586 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 392, + "instId": 300002, + "propState": 8, + "pos": { + "x": 383451, + "y": 50120, + "z": 454806 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 392, + "instId": 300003, + "propState": 8, + "pos": { + "x": 358943, + "y": 49753, + "z": 442779 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 392, + "instId": 300004, + "propState": 8, + "pos": { + "x": 372291, + "y": 43730, + "z": 443100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 392, + "instId": 300005, + "propState": 8, + "pos": { + "x": 359655, + "y": 43541, + "z": 423712 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 396, + "instId": 300001, + "propState": 18, + "pos": { + "x": 232581, + "y": -27457, + "z": 266468 + }, + "rot": { + "x": 0, + "y": 274048, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 411, + "instId": 300001, + "propState": 8, + "pos": { + "x": 422320, + "y": -18878, + "z": 859900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + } + ], + "monsters": [ + { + "groupId": 39, + "instId": 200001, + "eventId": 10301299, + "pos": { + "x": 365480, + "y": 43720, + "z": 450800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 7010011 + }, + { + "groupId": 98, + "instId": 200003, + "eventId": 10301299, + "pos": { + "x": 365719, + "y": 50120, + "z": 423250 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 3002041 + }, + { + "groupId": 98, + "instId": 200004, + "eventId": 10301299, + "pos": { + "x": 368930, + "y": 50170, + "z": 430479 + }, + "rot": { + "x": 0, + "y": 47658, + "z": 0 + }, + "monsterId": 3002011 + }, + { + "groupId": 98, + "instId": 200005, + "eventId": 10301299, + "pos": { + "x": 375083, + "y": 50120, + "z": 431479 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3002041 + }, + { + "groupId": 147, + "instId": 200003, + "eventId": 10301299, + "pos": { + "x": 369950, + "y": 50550, + "z": 409062 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3002041 + }, + { + "groupId": 147, + "instId": 200004, + "eventId": 10301299, + "pos": { + "x": 371327, + "y": 50550, + "z": 410885 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3002011 + }, + { + "groupId": 147, + "instId": 200005, + "eventId": 10301299, + "pos": { + "x": 372836, + "y": 50550, + "z": 409241 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3002041 + }, + { + "groupId": 149, + "instId": 200001, + "eventId": 10301299, + "pos": { + "x": 376950, + "y": 43725, + "z": 434980 + }, + "rot": { + "x": 0, + "y": 130538, + "z": 0 + }, + "monsterId": 3002011 + }, + { + "groupId": 149, + "instId": 200002, + "eventId": 10301299, + "pos": { + "x": 365383, + "y": 43720, + "z": 433252 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 3002041 + }, + { + "groupId": 150, + "instId": 200003, + "eventId": 10301299, + "pos": { + "x": 383326, + "y": 50120, + "z": 449245 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 3002041 + }, + { + "groupId": 150, + "instId": 200004, + "eventId": 10301299, + "pos": { + "x": 370642, + "y": 50550, + "z": 407675 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3002011 + }, + { + "groupId": 150, + "instId": 200005, + "eventId": 10301299, + "pos": { + "x": 381742, + "y": 50120, + "z": 453580 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 3002041 + }, + { + "groupId": 150, + "instId": 200001, + "eventId": 10301299, + "pos": { + "x": 372595, + "y": 50550, + "z": 407823 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3002011 + }, + { + "groupId": 150, + "instId": 200002, + "eventId": 10301299, + "pos": { + "x": 371299, + "y": 50130, + "z": 436889 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3002011 + }, + { + "groupId": 150, + "instId": 200006, + "eventId": 10301299, + "pos": { + "x": 375086, + "y": 50120, + "z": 431971 + }, + "rot": { + "x": 0, + "y": 164466, + "z": 0 + }, + "monsterId": 3002011 + }, + { + "groupId": 187, + "instId": 200001, + "eventId": 10301299, + "pos": { + "x": 449924, + "y": -22058, + "z": 856399 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 3003013 + }, + { + "groupId": 205, + "instId": 200001, + "eventId": 20331005, + "pos": { + "x": -459960, + "y": -109516, + "z": 489970 + }, + "rot": { + "x": 0, + "y": 230000, + "z": 0 + }, + "monsterId": 3002020 + }, + { + "groupId": 205, + "instId": 200002, + "eventId": 20331006, + "pos": { + "x": -459928, + "y": -109516, + "z": 486003 + }, + "rot": { + "x": 0, + "y": 280000, + "z": 0 + }, + "monsterId": 3002020 + }, + { + "groupId": 205, + "instId": 200003, + "eventId": 20331011, + "pos": { + "x": -251880, + "y": -109517, + "z": 488340 + }, + "rot": { + "x": 0, + "y": 230000, + "z": 0 + }, + "monsterId": 3002020 + }, + { + "groupId": 205, + "instId": 200004, + "eventId": 20331012, + "pos": { + "x": -250008, + "y": -109517, + "z": 483880 + }, + "rot": { + "x": 0, + "y": 260000, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 205, + "instId": 200005, + "eventId": 20331016, + "pos": { + "x": 453790, + "y": -12860, + "z": 807740 + }, + "rot": { + "x": 0, + "y": 325000, + "z": 0 + }, + "monsterId": 3002040 + }, + { + "groupId": 205, + "instId": 200006, + "eventId": 20331017, + "pos": { + "x": 451632, + "y": -12860, + "z": 805188 + }, + "rot": { + "x": 0, + "y": 260000, + "z": 0 + }, + "monsterId": 3002040 + }, + { + "groupId": 205, + "instId": 200007, + "eventId": 20331018, + "pos": { + "x": 296140, + "y": 45722, + "z": 761080 + }, + "rot": { + "x": 0, + "y": 325000, + "z": 0 + }, + "monsterId": 3002040 + }, + { + "groupId": 205, + "instId": 200008, + "eventId": 20331019, + "pos": { + "x": 293800, + "y": 45722, + "z": 761070 + }, + "rot": { + "x": 0, + "y": 80000, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 205, + "instId": 200009, + "eventId": 20331020, + "pos": { + "x": 327360, + "y": 45622, + "z": 811710 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "monsterId": 3002040 + }, + { + "groupId": 206, + "instId": 200001, + "eventId": 20331105, + "pos": { + "x": -459960, + "y": -109516, + "z": 489970 + }, + "rot": { + "x": 0, + "y": 230000, + "z": 0 + }, + "monsterId": 3002020 + }, + { + "groupId": 206, + "instId": 200002, + "eventId": 20331106, + "pos": { + "x": -459928, + "y": -109516, + "z": 486003 + }, + "rot": { + "x": 0, + "y": 280000, + "z": 0 + }, + "monsterId": 3002020 + }, + { + "groupId": 207, + "instId": 200001, + "eventId": 20331111, + "pos": { + "x": -251880, + "y": -109517, + "z": 488340 + }, + "rot": { + "x": 0, + "y": 230000, + "z": 0 + }, + "monsterId": 3002020 + }, + { + "groupId": 207, + "instId": 200002, + "eventId": 20331112, + "pos": { + "x": -250008, + "y": -109517, + "z": 483880 + }, + "rot": { + "x": 0, + "y": 260000, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 208, + "instId": 200001, + "eventId": 20331116, + "pos": { + "x": 471450, + "y": -15967, + "z": 821810 + }, + "rot": { + "x": 0, + "y": 325000, + "z": 0 + }, + "monsterId": 3002040 + }, + { + "groupId": 208, + "instId": 200002, + "eventId": 20331117, + "pos": { + "x": 465810, + "y": -15967, + "z": 822870 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3002040 + }, + { + "groupId": 209, + "instId": 200001, + "eventId": 20331118, + "pos": { + "x": 296140, + "y": 45722, + "z": 761080 + }, + "rot": { + "x": 0, + "y": 325000, + "z": 0 + }, + "monsterId": 3002040 + }, + { + "groupId": 209, + "instId": 200002, + "eventId": 20331119, + "pos": { + "x": 293800, + "y": 45722, + "z": 761070 + }, + "rot": { + "x": 0, + "y": 80000, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 209, + "instId": 200003, + "eventId": 20331120, + "pos": { + "x": 327360, + "y": 45622, + "z": 811710 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "monsterId": 3002040 + }, + { + "groupId": 210, + "instId": 200001, + "eventId": 20331125, + "pos": { + "x": -257610, + "y": -118723, + "z": 420960 + }, + "rot": { + "x": 0, + "y": 245000, + "z": 0 + }, + "monsterId": 3001020 + }, + { + "groupId": 210, + "instId": 200002, + "eventId": 20331126, + "pos": { + "x": -259430, + "y": -118723, + "z": 420110 + }, + "rot": { + "x": 0, + "y": 245000, + "z": 0 + }, + "monsterId": 3001020 + }, + { + "groupId": 210, + "instId": 200003, + "eventId": 20331127, + "pos": { + "x": -280321, + "y": -116170, + "z": 435427 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "monsterId": 3002020 + }, + { + "groupId": 210, + "instId": 200004, + "eventId": 20331128, + "pos": { + "x": -281666, + "y": -116170, + "z": 435785 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 210, + "instId": 200005, + "eventId": 20331129, + "pos": { + "x": -272593, + "y": -110619, + "z": 475864 + }, + "rot": { + "x": 0, + "y": 160000, + "z": 0 + }, + "monsterId": 3002040 + }, + { + "groupId": 210, + "instId": 200006, + "eventId": 20331130, + "pos": { + "x": -269073, + "y": -110611, + "z": 476124 + }, + "rot": { + "x": 0, + "y": 200000, + "z": 0 + }, + "monsterId": 3002040 + }, + { + "groupId": 210, + "instId": 200007, + "eventId": 20331131, + "pos": { + "x": -270707, + "y": -110611, + "z": 474439 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 3002020 + }, + { + "groupId": 213, + "instId": 200001, + "eventId": 20331170, + "pos": { + "x": -285440, + "y": -109517, + "z": 491808 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8002040 + }, + { + "groupId": 214, + "instId": 200001, + "eventId": 20331240, + "pos": { + "x": -441400, + "y": -111019, + "z": 508380 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "monsterId": 3002050 + }, + { + "groupId": 217, + "instId": 200001, + "eventId": 20331231, + "pos": { + "x": 264981, + "y": 48722, + "z": 829437 + }, + "rot": { + "x": 0, + "y": 337906, + "z": 0 + }, + "monsterId": 3002040 + }, + { + "groupId": 217, + "instId": 200002, + "eventId": 20331232, + "pos": { + "x": 262474, + "y": 48722, + "z": 829302 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3002020 + }, + { + "groupId": 314, + "instId": 200001, + "eventId": 20331240, + "pos": { + "x": -439154, + "y": -111019, + "z": 508352 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "monsterId": 3002050 + }, + { + "groupId": 388, + "instId": 200001, + "eventId": 10301299, + "pos": { + "x": 352549, + "y": 31720, + "z": 419574 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3002041 + }, + { + "groupId": 388, + "instId": 200002, + "eventId": 10301299, + "pos": { + "x": 335323, + "y": 31720, + "z": 425101 + }, + "rot": { + "x": 0, + "y": 150166, + "z": 0 + }, + "monsterId": 3002011 + }, + { + "groupId": 388, + "instId": 200003, + "eventId": 10301299, + "pos": { + "x": 344673, + "y": 31720, + "z": 422536 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 3002011 + }, + { + "groupId": 388, + "instId": 200004, + "eventId": 10301299, + "pos": { + "x": 344060, + "y": 31720, + "z": 407902 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 3002011 + }, + { + "groupId": 388, + "instId": 200005, + "eventId": 10301299, + "pos": { + "x": 339684, + "y": 31720, + "z": 407280 + }, + "rot": { + "x": 0, + "y": 296250, + "z": 0 + }, + "monsterId": 3002041 + }, + { + "groupId": 388, + "instId": 200006, + "eventId": 10301299, + "pos": { + "x": 341581, + "y": 31720, + "z": 408310 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 3002041 + }, + { + "groupId": 388, + "instId": 200007, + "eventId": 10301299, + "pos": { + "x": 344517, + "y": 31720, + "z": 409302 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 3001021 + }, + { + "groupId": 388, + "instId": 200008, + "eventId": 10301299, + "pos": { + "x": 339030, + "y": 31720, + "z": 409440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 3002011 + } + ], + "teleports": [ + { + "anchorId": 1, + "groupId": 82, + "instId": 300001, + "pos": { + "x": -53, + "y": 1706, + "z": -32120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2033101 + }, + { + "anchorId": 2, + "groupId": 82, + "instId": 300002, + "pos": { + "x": -440580, + "y": -119136, + "z": 406790 + }, + "rot": { + "x": 0, + "y": 359041, + "z": 0 + }, + "teleportId": 2033102 + }, + { + "anchorId": 3, + "groupId": 82, + "instId": 300003, + "pos": { + "x": -270280, + "y": -119126, + "z": 406720 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2033103 + }, + { + "anchorId": 4, + "groupId": 82, + "instId": 300004, + "pos": { + "x": 359320, + "y": 41120, + "z": 404730 + }, + "rot": { + "x": 0, + "y": 1313, + "z": 0 + }, + "teleportId": 2033104 + }, + { + "anchorId": 5, + "groupId": 82, + "instId": 300005, + "pos": { + "x": 283550, + "y": 45722, + "z": 757600 + }, + "rot": { + "x": 0, + "y": 1313, + "z": 0 + }, + "teleportId": 2033105 + }, + { + "anchorId": 6, + "groupId": 82, + "instId": 300006, + "pos": { + "x": -445060, + "y": 4781, + "z": 801650 + }, + "rot": { + "x": 0, + "y": 1313, + "z": 0 + }, + "teleportId": 2033106 + }, + { + "anchorId": 7, + "groupId": 82, + "instId": 300007, + "pos": { + "x": -277300, + "y": 4781, + "z": 801500 + }, + "rot": { + "x": 0, + "y": 1313, + "z": 0 + }, + "teleportId": 2033107 + }, + { + "anchorId": 8, + "groupId": 82, + "instId": 300008, + "pos": { + "x": 232660, + "y": -24136, + "z": 177660 + }, + "rot": { + "x": 0, + "y": 1313, + "z": 0 + }, + "teleportId": 2033108 + }, + { + "anchorId": 1, + "groupId": 301, + "instId": 300001, + "pos": { + "x": -13238, + "y": 592, + "z": 86502 + }, + "rot": { + "x": 0, + "y": 290000, + "z": 0 + }, + "teleportId": 1022 + }, + { + "anchorId": 1, + "groupId": 411, + "instId": 300001, + "pos": { + "x": 426824, + "y": -18865, + "z": 857345 + }, + "rot": { + "x": 0, + "y": 1313, + "z": 0 + }, + "teleportId": 2033109 + } + ] + }, + { + "planeID": 20332, + "props": [ + { + "groupId": 2, + "instId": 300008, + "propState": 1, + "pos": { + "x": 2280, + "y": 84397, + "z": 775980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103001 + }, + { + "groupId": 3, + "instId": 300011, + "propState": 1, + "pos": { + "x": 15640, + "y": 64036, + "z": 806007 + }, + "rot": { + "x": 0, + "y": 90020, + "z": 0 + }, + "propId": 103001 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": -8030, + "y": 81630, + "z": 799540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103003 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 8, + "pos": { + "x": -8196, + "y": 90000, + "z": 808600 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103003 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 8, + "pos": { + "x": 24740, + "y": 92950, + "z": 806020 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103003 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 8, + "pos": { + "x": 4830, + "y": 11518, + "z": 690 + }, + "rot": { + "x": 0, + "y": 314789, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 8, + "pos": { + "x": 100, + "y": 4797, + "z": 150320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 8, + "pos": { + "x": -142380, + "y": 14682, + "z": 144156 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 9, + "instId": 300004, + "propState": 8, + "pos": { + "x": 141798, + "y": 14683, + "z": 144624 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 12, + "pos": { + "x": -40, + "y": 7220, + "z": -60200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 12, + "pos": { + "x": 60400, + "y": 12753, + "z": -8190 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 12, + "pos": { + "x": -45310, + "y": 11513, + "z": 17970 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 11, + "instId": 300004, + "propState": 12, + "pos": { + "x": 7880, + "y": 11518, + "z": 32880 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 11, + "instId": 300005, + "propState": 12, + "pos": { + "x": -34870, + "y": 5245, + "z": 179940 + }, + "rot": { + "x": 0, + "y": 215000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 11, + "instId": 300006, + "propState": 12, + "pos": { + "x": -63406, + "y": 1700, + "z": 259243 + }, + "rot": { + "x": 0, + "y": 265000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 11, + "instId": 300007, + "propState": 12, + "pos": { + "x": -161783, + "y": 4760, + "z": 184980 + }, + "rot": { + "x": 0, + "y": 75933, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 11, + "instId": 300008, + "propState": 12, + "pos": { + "x": -134690, + "y": 14213, + "z": 100210 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 11, + "instId": 300009, + "propState": 12, + "pos": { + "x": -107350, + "y": 13750, + "z": 151530 + }, + "rot": { + "x": 0, + "y": 235000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 11, + "instId": 300010, + "propState": 12, + "pos": { + "x": 60360, + "y": 3461, + "z": 213710 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 11, + "instId": 300011, + "propState": 12, + "pos": { + "x": 72404, + "y": 7259, + "z": 101987 + }, + "rot": { + "x": 0, + "y": 55000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 11, + "instId": 300012, + "propState": 12, + "pos": { + "x": 162362, + "y": 15131, + "z": 125140 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 8, + "pos": { + "x": 32770, + "y": 11545, + "z": 2890 + }, + "rot": { + "x": 0, + "y": 349862, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 8, + "pos": { + "x": -39949, + "y": 5224, + "z": 175829 + }, + "rot": { + "x": 0, + "y": 349862, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 12, + "instId": 300003, + "propState": 8, + "pos": { + "x": -74330, + "y": 7257, + "z": 103110 + }, + "rot": { + "x": 0, + "y": 349862, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 12, + "instId": 300004, + "propState": 8, + "pos": { + "x": -154550, + "y": 4760, + "z": 181350 + }, + "rot": { + "x": 0, + "y": 349862, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 12, + "instId": 300033, + "propState": 8, + "pos": { + "x": 76801, + "y": 7267, + "z": 98960 + }, + "rot": { + "x": 0, + "y": 349862, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 12, + "instId": 300035, + "propState": 8, + "pos": { + "x": 142775, + "y": 4760, + "z": 187109 + }, + "rot": { + "x": 0, + "y": 349862, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 12, + "instId": 300005, + "propState": 8, + "pos": { + "x": -6797, + "y": 11508, + "z": 15673 + }, + "rot": { + "x": 0, + "y": 100752, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 12, + "instId": 300006, + "propState": 8, + "pos": { + "x": 5543, + "y": 11558, + "z": 43498 + }, + "rot": { + "x": 0, + "y": 212016, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 12, + "instId": 300007, + "propState": 8, + "pos": { + "x": -26234, + "y": 11237, + "z": 44003 + }, + "rot": { + "x": 0, + "y": 269664, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 12, + "instId": 300008, + "propState": 8, + "pos": { + "x": -29350, + "y": 11245, + "z": 31580 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 12, + "instId": 300009, + "propState": 8, + "pos": { + "x": -54000, + "y": 11524, + "z": 58080 + }, + "rot": { + "x": 0, + "y": 20312, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 12, + "instId": 300010, + "propState": 8, + "pos": { + "x": -61646, + "y": 4211, + "z": 142617 + }, + "rot": { + "x": 0, + "y": 20312, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 12, + "instId": 300012, + "propState": 8, + "pos": { + "x": -109740, + "y": 2404, + "z": 241450 + }, + "rot": { + "x": 0, + "y": 72942, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 12, + "instId": 300013, + "propState": 8, + "pos": { + "x": -148920, + "y": 10128, + "z": 164780 + }, + "rot": { + "x": 0, + "y": 20312, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 12, + "instId": 300014, + "propState": 8, + "pos": { + "x": -149431, + "y": 14692, + "z": 133449 + }, + "rot": { + "x": 0, + "y": 169059, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 12, + "instId": 300028, + "propState": 8, + "pos": { + "x": -147705, + "y": 14692, + "z": 133636 + }, + "rot": { + "x": 0, + "y": 169059, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 12, + "instId": 300016, + "propState": 8, + "pos": { + "x": -108977, + "y": 13739, + "z": 142073 + }, + "rot": { + "x": 0, + "y": 280538, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 12, + "instId": 300017, + "propState": 8, + "pos": { + "x": -98372, + "y": 10128, + "z": 118523 + }, + "rot": { + "x": 0, + "y": 140104, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 12, + "instId": 300018, + "propState": 8, + "pos": { + "x": 95735, + "y": 2401, + "z": 230141 + }, + "rot": { + "x": 0, + "y": 289984, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 12, + "instId": 300019, + "propState": 8, + "pos": { + "x": 109765, + "y": 2404, + "z": 241576 + }, + "rot": { + "x": 0, + "y": 283016, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 12, + "instId": 300021, + "propState": 8, + "pos": { + "x": -76529, + "y": 4222, + "z": 188717 + }, + "rot": { + "x": 0, + "y": 47597, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 12, + "instId": 300022, + "propState": 8, + "pos": { + "x": -66908, + "y": 4222, + "z": 174617 + }, + "rot": { + "x": 0, + "y": 39282, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 12, + "instId": 300023, + "propState": 8, + "pos": { + "x": -95380, + "y": 2401, + "z": 230030 + }, + "rot": { + "x": 0, + "y": 70586, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 12, + "instId": 300024, + "propState": 8, + "pos": { + "x": 66907, + "y": 4221, + "z": 174596 + }, + "rot": { + "x": 0, + "y": 323963, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 12, + "instId": 300025, + "propState": 8, + "pos": { + "x": 76590, + "y": 4222, + "z": 188690 + }, + "rot": { + "x": 0, + "y": 304567, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 12, + "instId": 300029, + "propState": 8, + "pos": { + "x": 122520, + "y": 14213, + "z": 111790 + }, + "rot": { + "x": 0, + "y": 169059, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 12, + "instId": 300030, + "propState": 8, + "pos": { + "x": 122160, + "y": 14213, + "z": 113640 + }, + "rot": { + "x": 0, + "y": 169059, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 12, + "instId": 300031, + "propState": 8, + "pos": { + "x": 146570, + "y": 14266, + "z": 133590 + }, + "rot": { + "x": 0, + "y": 274276, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 12, + "instId": 300032, + "propState": 8, + "pos": { + "x": 147390, + "y": 14266, + "z": 134130 + }, + "rot": { + "x": 0, + "y": 328129, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 12, + "instId": 300034, + "propState": 8, + "pos": { + "x": 103070, + "y": 2460, + "z": 202860 + }, + "rot": { + "x": 0, + "y": 79351, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 12, + "instId": 300036, + "propState": 8, + "pos": { + "x": -5910, + "y": 14967, + "z": 60290 + }, + "rot": { + "x": 0, + "y": 121945, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 12, + "instId": 300037, + "propState": 8, + "pos": { + "x": 4620, + "y": 14971, + "z": 71480 + }, + "rot": { + "x": 0, + "y": 179602, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 12, + "instId": 300038, + "propState": 8, + "pos": { + "x": -4878, + "y": 14948, + "z": 85816 + }, + "rot": { + "x": 0, + "y": 133791, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 12, + "instId": 300039, + "propState": 8, + "pos": { + "x": 4435, + "y": 14958, + "z": 100685 + }, + "rot": { + "x": 0, + "y": 186662, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 12, + "instId": 300020, + "propState": 8, + "pos": { + "x": -39860, + "y": 5941, + "z": 146740 + }, + "rot": { + "x": 0, + "y": 23265, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 12, + "instId": 300040, + "propState": 8, + "pos": { + "x": 40016, + "y": 5941, + "z": 146816 + }, + "rot": { + "x": 0, + "y": 339996, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 12, + "instId": 300011, + "propState": 8, + "pos": { + "x": -59880, + "y": 2432, + "z": 168958 + }, + "rot": { + "x": 0, + "y": 28937, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 12, + "instId": 300015, + "propState": 8, + "pos": { + "x": -80726, + "y": 2432, + "z": 199027 + }, + "rot": { + "x": 0, + "y": 57768, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 12, + "instId": 300026, + "propState": 8, + "pos": { + "x": -56288, + "y": 2432, + "z": 191178 + }, + "rot": { + "x": 0, + "y": 37301, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 12, + "instId": 300027, + "propState": 8, + "pos": { + "x": -71479, + "y": 670, + "z": 247016 + }, + "rot": { + "x": 0, + "y": 62810, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 12, + "instId": 300041, + "propState": 8, + "pos": { + "x": -100917, + "y": 2448, + "z": 203748 + }, + "rot": { + "x": 0, + "y": 240079, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 12, + "instId": 300042, + "propState": 8, + "pos": { + "x": -148340, + "y": 4760, + "z": 192315 + }, + "rot": { + "x": 0, + "y": 182577, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 12, + "instId": 300043, + "propState": 8, + "pos": { + "x": -76308, + "y": 7266, + "z": 114087 + }, + "rot": { + "x": 0, + "y": 20600, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 12, + "instId": 300044, + "propState": 8, + "pos": { + "x": -9095, + "y": 4202, + "z": 149366 + }, + "rot": { + "x": 0, + "y": 15303, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 12, + "instId": 300045, + "propState": 8, + "pos": { + "x": 20838, + "y": 4214, + "z": 165114 + }, + "rot": { + "x": 0, + "y": 351001, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 12, + "instId": 300046, + "propState": 8, + "pos": { + "x": 50638, + "y": 2432, + "z": 181615 + }, + "rot": { + "x": 0, + "y": 330314, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 12, + "instId": 300047, + "propState": 8, + "pos": { + "x": 80188, + "y": 2432, + "z": 197799 + }, + "rot": { + "x": 0, + "y": 303891, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 12, + "instId": 300048, + "propState": 8, + "pos": { + "x": 70361, + "y": 1699, + "z": 261652 + }, + "rot": { + "x": 0, + "y": 286619, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 12, + "instId": 300049, + "propState": 8, + "pos": { + "x": 72167, + "y": 670, + "z": 240529 + }, + "rot": { + "x": 0, + "y": 295055, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 12, + "instId": 300050, + "propState": 8, + "pos": { + "x": 154300, + "y": 14213, + "z": 116620 + }, + "rot": { + "x": 0, + "y": 286619, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 12, + "instId": 300051, + "propState": 8, + "pos": { + "x": 145582, + "y": 14213, + "z": 107765 + }, + "rot": { + "x": 0, + "y": 325385, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 12, + "instId": 300052, + "propState": 8, + "pos": { + "x": 132921, + "y": 14692, + "z": 137904 + }, + "rot": { + "x": 0, + "y": 159803, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 12, + "instId": 300053, + "propState": 8, + "pos": { + "x": 131979, + "y": 14692, + "z": 136428 + }, + "rot": { + "x": 0, + "y": 141177, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 12, + "instId": 300054, + "propState": 8, + "pos": { + "x": 122098, + "y": 14692, + "z": 143076 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 12, + "instId": 300055, + "propState": 8, + "pos": { + "x": 149021, + "y": 10128, + "z": 165541 + }, + "rot": { + "x": 0, + "y": 216885, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 12, + "instId": 300056, + "propState": 8, + "pos": { + "x": -6783, + "y": 11508, + "z": 32128 + }, + "rot": { + "x": 0, + "y": 97577, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 12, + "instId": 300057, + "propState": 8, + "pos": { + "x": 6527, + "y": 4202, + "z": 165069 + }, + "rot": { + "x": 0, + "y": 349862, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 8, + "pos": { + "x": 34900, + "y": 5150, + "z": 178840 + }, + "rot": { + "x": 0, + "y": 145769, + "z": 0 + }, + "propId": 103013 + }, + { + "groupId": 14, + "instId": 300001, + "propState": 8, + "pos": { + "x": 34900, + "y": 5150, + "z": 178840 + }, + "rot": { + "x": 0, + "y": 145769, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 23, + "instId": 300006, + "propState": 1, + "pos": { + "x": 116260, + "y": 107677, + "z": 775500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103013 + }, + { + "groupId": 24, + "instId": 300003, + "propState": 1, + "pos": { + "x": 488551, + "y": 27910, + "z": 220880 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103013 + }, + { + "groupId": 25, + "instId": 300004, + "propState": 1, + "pos": { + "x": -60220, + "y": 3335, + "z": 214290 + }, + "rot": { + "x": 0, + "y": 256367, + "z": 0 + }, + "propId": 103013 + }, + { + "groupId": 25, + "instId": 300001, + "propState": 8, + "pos": { + "x": -60220, + "y": 3335, + "z": 214290 + }, + "rot": { + "x": 0, + "y": 256367, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 26, + "instId": 300001, + "propState": 1, + "pos": { + "x": -113840, + "y": 13739, + "z": 155050 + }, + "rot": { + "x": 0, + "y": 154540, + "z": 0 + }, + "propId": 103013 + }, + { + "groupId": 26, + "instId": 300002, + "propState": 8, + "pos": { + "x": -113840, + "y": 13739, + "z": 155050 + }, + "rot": { + "x": 0, + "y": 154540, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 28, + "instId": 300007, + "propState": 1, + "pos": { + "x": 105805, + "y": 13739, + "z": 144145 + }, + "rot": { + "x": 0, + "y": 26474, + "z": 0 + }, + "propId": 103013 + }, + { + "groupId": 28, + "instId": 300001, + "propState": 8, + "pos": { + "x": 105805, + "y": 13739, + "z": 144145 + }, + "rot": { + "x": 0, + "y": 26474, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 29, + "instId": 300008, + "propState": 1, + "pos": { + "x": -550800, + "y": 14870, + "z": -290910 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103013 + }, + { + "groupId": 29, + "instId": 300002, + "propState": 1, + "pos": { + "x": -421531, + "y": 5730, + "z": -291000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103013 + }, + { + "groupId": 41, + "instId": 300005, + "propState": 1, + "pos": { + "x": 111600, + "y": 12206, + "z": -401090 + }, + "rot": { + "x": 0, + "y": 91081, + "z": 0 + }, + "propId": 103013 + }, + { + "groupId": 64, + "instId": 300004, + "propState": 12, + "pos": { + "x": 384480, + "y": 6171, + "z": 189730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 64, + "instId": 300001, + "propState": 12, + "pos": { + "x": 413950, + "y": 6171, + "z": 184020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 64, + "instId": 300002, + "propState": 12, + "pos": { + "x": 431140, + "y": 434, + "z": 157320 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 64, + "instId": 300003, + "propState": 12, + "pos": { + "x": 443768, + "y": 18778, + "z": 214110 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60302 + }, + { + "groupId": 66, + "instId": 300002, + "propState": 12, + "pos": { + "x": 448165, + "y": 6771, + "z": 251311 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 66, + "instId": 300001, + "propState": 12, + "pos": { + "x": 438991, + "y": -2562, + "z": 203322 + }, + "rot": { + "x": 0, + "y": 270105, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 68, + "instId": 300001, + "propState": 12, + "pos": { + "x": -536907, + "y": 14870, + "z": -290939 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60303 + }, + { + "groupId": 68, + "instId": 300002, + "propState": 12, + "pos": { + "x": -497160, + "y": 33045, + "z": -286800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 68, + "instId": 300003, + "propState": 12, + "pos": { + "x": -458908, + "y": 3006, + "z": -313452 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 73, + "instId": 300001, + "propState": 8, + "pos": { + "x": -270, + "y": 14790, + "z": 74295 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103134 + }, + { + "groupId": 73, + "instId": 300002, + "propState": 8, + "pos": { + "x": -341, + "y": 14790, + "z": 89637 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103134 + }, + { + "groupId": 73, + "instId": 300003, + "propState": 8, + "pos": { + "x": -91, + "y": 14790, + "z": 104951 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103134 + }, + { + "groupId": 73, + "instId": 300005, + "propState": 101, + "pos": { + "x": -136492, + "y": 14340, + "z": 155115 + }, + "rot": { + "x": 0, + "y": 330890, + "z": 0 + }, + "propId": 103134 + }, + { + "groupId": 73, + "instId": 300006, + "propState": 101, + "pos": { + "x": -112435, + "y": 14340, + "z": 122459 + }, + "rot": { + "x": 0, + "y": 310860, + "z": 0 + }, + "propId": 103134 + }, + { + "groupId": 73, + "instId": 300007, + "propState": 8, + "pos": { + "x": -156668, + "y": 14340, + "z": 222430 + }, + "rot": { + "x": 0, + "y": 172437, + "z": 0 + }, + "propId": 103134 + }, + { + "groupId": 73, + "instId": 300008, + "propState": 101, + "pos": { + "x": 112476, + "y": 14460, + "z": 122330 + }, + "rot": { + "x": 0, + "y": 227388, + "z": 0 + }, + "propId": 103134 + }, + { + "groupId": 73, + "instId": 300009, + "propState": 101, + "pos": { + "x": 136535, + "y": 14340, + "z": 155189 + }, + "rot": { + "x": 0, + "y": 209110, + "z": 0 + }, + "propId": 103134 + }, + { + "groupId": 73, + "instId": 300010, + "propState": 8, + "pos": { + "x": 156668, + "y": 14340, + "z": 222430 + }, + "rot": { + "x": 0, + "y": 187563, + "z": 0 + }, + "propId": 103134 + }, + { + "groupId": 73, + "instId": 300004, + "propState": 8, + "pos": { + "x": -461, + "y": 14610, + "z": 120291 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103134 + }, + { + "groupId": 74, + "instId": 300017, + "propState": 8, + "pos": { + "x": -67348, + "y": 12639, + "z": 150287 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 74, + "instId": 300002, + "propState": 1, + "pos": { + "x": -9873, + "y": 11380, + "z": 37826 + }, + "rot": { + "x": 0, + "y": 89757, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 74, + "instId": 300015, + "propState": 1, + "pos": { + "x": -16192, + "y": 11380, + "z": 37800 + }, + "rot": { + "x": 0, + "y": 89757, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 74, + "instId": 300001, + "propState": 8, + "pos": { + "x": 62724, + "y": 4233, + "z": 136965 + }, + "rot": { + "x": 0, + "y": 324210, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 74, + "instId": 300003, + "propState": 8, + "pos": { + "x": 110189, + "y": 2463, + "z": 198517 + }, + "rot": { + "x": 0, + "y": 284705, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 74, + "instId": 300018, + "propState": 8, + "pos": { + "x": -61960, + "y": 4211, + "z": 138160 + }, + "rot": { + "x": 0, + "y": 35790, + "z": 0 + }, + "propId": 103040 + }, + { + "groupId": 74, + "instId": 300019, + "propState": 8, + "pos": { + "x": -108850, + "y": 2463, + "z": 198910 + }, + "rot": { + "x": 0, + "y": 75295, + "z": 0 + }, + "propId": 103040 + }, + { + "groupId": 74, + "instId": 300004, + "propState": 8, + "pos": { + "x": -62740, + "y": 4240, + "z": 136945 + }, + "rot": { + "x": 0, + "y": 35790, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 74, + "instId": 300005, + "propState": 8, + "pos": { + "x": -110382, + "y": 2463, + "z": 198504 + }, + "rot": { + "x": 0, + "y": 75295, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 74, + "instId": 300006, + "propState": 1, + "pos": { + "x": -118800, + "y": 14686, + "z": 143019 + }, + "rot": { + "x": 0, + "y": 52497, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 74, + "instId": 300007, + "propState": 1, + "pos": { + "x": 118800, + "y": 14686, + "z": 143019 + }, + "rot": { + "x": 0, + "y": 307503, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 74, + "instId": 300009, + "propState": 101, + "pos": { + "x": 10274, + "y": 11503, + "z": 5174 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 74, + "instId": 300016, + "propState": 101, + "pos": { + "x": 34219, + "y": 11503, + "z": 5174 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 74, + "instId": 300008, + "propState": 8, + "pos": { + "x": 9586, + "y": 11320, + "z": 37640 + }, + "rot": { + "x": 0, + "y": 88735, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 74, + "instId": 300010, + "propState": 8, + "pos": { + "x": -10476, + "y": 11503, + "z": 5085 + }, + "rot": { + "x": 0, + "y": 89757, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 74, + "instId": 300011, + "propState": 8, + "pos": { + "x": -126957, + "y": 14540, + "z": 154869 + }, + "rot": { + "x": 0, + "y": 58598, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 74, + "instId": 300012, + "propState": 8, + "pos": { + "x": -109972, + "y": 14540, + "z": 132162 + }, + "rot": { + "x": 0, + "y": 48549, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 74, + "instId": 300013, + "propState": 8, + "pos": { + "x": 109973, + "y": 14540, + "z": 132162 + }, + "rot": { + "x": 0, + "y": 311451, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 74, + "instId": 300014, + "propState": 8, + "pos": { + "x": 126957, + "y": 14540, + "z": 154869 + }, + "rot": { + "x": 0, + "y": 301402, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 80, + "instId": 300001, + "propState": 8, + "pos": { + "x": 128800, + "y": 14357, + "z": 105731 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 80, + "instId": 300002, + "propState": 8, + "pos": { + "x": 132830, + "y": 14426, + "z": 131240 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 81, + "instId": 300011, + "propState": 8, + "pos": { + "x": -154160, + "y": 11370, + "z": -149390 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 81, + "instId": 300001, + "propState": 8, + "pos": { + "x": -140368, + "y": 16077, + "z": -146218 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 81, + "instId": 300003, + "propState": 8, + "pos": { + "x": 149294, + "y": 14217, + "z": 115020 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 103055 + }, + { + "groupId": 81, + "instId": 300004, + "propState": 8, + "pos": { + "x": 157884, + "y": 14244, + "z": 131084 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 103055 + }, + { + "groupId": 81, + "instId": 300005, + "propState": 8, + "pos": { + "x": 133511, + "y": 14223, + "z": 130094 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 103055 + }, + { + "groupId": 81, + "instId": 300006, + "propState": 8, + "pos": { + "x": 158400, + "y": 14217, + "z": 128876 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 81, + "instId": 300007, + "propState": 8, + "pos": { + "x": 133208, + "y": 14266, + "z": 101417 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103068 + }, + { + "groupId": 81, + "instId": 300010, + "propState": 8, + "pos": { + "x": 125973, + "y": 14213, + "z": 107984 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103055 + }, + { + "groupId": 81, + "instId": 300002, + "propState": 8, + "pos": { + "x": 149300, + "y": 14266, + "z": 115000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 82, + "instId": 300001, + "propState": 8, + "pos": { + "x": 130180, + "y": 14266, + "z": 120660 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 82, + "instId": 300002, + "propState": 8, + "pos": { + "x": -140360, + "y": 17620, + "z": -150930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 82, + "instId": 300004, + "propState": 2, + "pos": { + "x": 131390, + "y": 14242, + "z": 119200 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 82, + "instId": 300005, + "propState": 8, + "pos": { + "x": 141628, + "y": 14704, + "z": 122408 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 83, + "instId": 300001, + "propState": 12, + "pos": { + "x": 72280, + "y": 101762, + "z": 775780 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60302 + }, + { + "groupId": 92, + "instId": 300001, + "propState": 12, + "pos": { + "x": 208730, + "y": -5629, + "z": -377453 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 92, + "instId": 300002, + "propState": 12, + "pos": { + "x": 147761, + "y": 6298, + "z": -392130 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60302 + }, + { + "groupId": 127, + "instId": 300001, + "propState": 1, + "pos": { + "x": 3670, + "y": 81650, + "z": 752771 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 127, + "instId": 300002, + "propState": 1, + "pos": { + "x": 9670, + "y": 81650, + "z": 752771 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 127, + "instId": 300003, + "propState": 1, + "pos": { + "x": 16440, + "y": 81661, + "z": 751997 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 128, + "instId": 300001, + "propState": 1, + "pos": { + "x": 211644, + "y": -5600, + "z": -428800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 128, + "instId": 300002, + "propState": 1, + "pos": { + "x": 211644, + "y": -5600, + "z": -434800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 128, + "instId": 300003, + "propState": 1, + "pos": { + "x": 210350, + "y": -5621, + "z": -436771 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 129, + "instId": 300001, + "propState": 1, + "pos": { + "x": -450060, + "y": 3007, + "z": -276030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 129, + "instId": 300002, + "propState": 1, + "pos": { + "x": -450060, + "y": 3007, + "z": -270030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 129, + "instId": 300003, + "propState": 1, + "pos": { + "x": -454610, + "y": 2996, + "z": -262850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 131, + "instId": 300001, + "propState": 1, + "pos": { + "x": -485838, + "y": 9044, + "z": -300080 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 131, + "instId": 300002, + "propState": 1, + "pos": { + "x": -485838, + "y": 9044, + "z": -288080 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 131, + "instId": 300003, + "propState": 1, + "pos": { + "x": -490620, + "y": 9034, + "z": -280590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 131, + "instId": 300004, + "propState": 1, + "pos": { + "x": -485838, + "y": 9044, + "z": -294080 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 134, + "instId": 300001, + "propState": 12, + "pos": { + "x": 57035, + "y": 94310, + "z": 764390 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 134, + "instId": 300002, + "propState": 12, + "pos": { + "x": 57045, + "y": 69627, + "z": 784445 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 195, + "instId": 300001, + "propState": 102, + "pos": { + "x": 63030, + "y": 95775, + "z": 770760 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103150 + }, + { + "groupId": 195, + "instId": 300002, + "propState": 1, + "pos": { + "x": 57032, + "y": 93950, + "z": 787226 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103192 + }, + { + "groupId": 195, + "instId": 300003, + "propState": 1, + "pos": { + "x": 63050, + "y": 95830, + "z": 767530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103191 + }, + { + "groupId": 195, + "instId": 300004, + "propState": 8, + "pos": { + "x": 57040, + "y": 92760, + "z": 776220 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 195, + "instId": 300005, + "propState": 8, + "pos": { + "x": 57040, + "y": 92760, + "z": 775760 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 195, + "instId": 300006, + "propState": 8, + "pos": { + "x": 63030, + "y": 101775, + "z": 775670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 195, + "instId": 300007, + "propState": 1, + "pos": { + "x": 63050, + "y": 95830, + "z": 773530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103191 + }, + { + "groupId": 195, + "instId": 300008, + "propState": 8, + "pos": { + "x": 57020, + "y": 92820, + "z": 784480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 195, + "instId": 300011, + "propState": 8, + "pos": { + "x": 57020, + "y": 92820, + "z": 767520 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 197, + "instId": 300001, + "propState": 101, + "pos": { + "x": 700, + "y": 81641, + "z": 737430 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103147 + }, + { + "groupId": 197, + "instId": 300002, + "propState": 8, + "pos": { + "x": 14670, + "y": 88840, + "z": 737460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103192 + }, + { + "groupId": 197, + "instId": 300003, + "propState": 8, + "pos": { + "x": 3670, + "y": 75660, + "z": 737460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103191 + }, + { + "groupId": 197, + "instId": 300004, + "propState": 8, + "pos": { + "x": 9290, + "y": 81650, + "z": 740480 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 197, + "instId": 300005, + "propState": 8, + "pos": { + "x": 9980, + "y": 81650, + "z": 740480 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 197, + "instId": 300006, + "propState": 8, + "pos": { + "x": 700, + "y": 81641, + "z": 737430 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 197, + "instId": 300007, + "propState": 8, + "pos": { + "x": 700, + "y": 81640, + "z": 743420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 197, + "instId": 300008, + "propState": 8, + "pos": { + "x": 18740, + "y": 81376, + "z": 737430 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 197, + "instId": 300009, + "propState": 8, + "pos": { + "x": 18740, + "y": 81640, + "z": 743440 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 199, + "instId": 300001, + "propState": 101, + "pos": { + "x": 396050, + "y": -2702, + "z": 140500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103147 + }, + { + "groupId": 199, + "instId": 300002, + "propState": 8, + "pos": { + "x": 389930, + "y": -2753, + "z": 148240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103192 + }, + { + "groupId": 199, + "instId": 300003, + "propState": 8, + "pos": { + "x": 398950, + "y": -8743, + "z": 140460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103191 + }, + { + "groupId": 199, + "instId": 300004, + "propState": 8, + "pos": { + "x": 390210, + "y": -2823, + "z": 143480 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 199, + "instId": 300005, + "propState": 8, + "pos": { + "x": 389720, + "y": -2823, + "z": 143480 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 199, + "instId": 300006, + "propState": 8, + "pos": { + "x": 395950, + "y": -2743, + "z": 146460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 199, + "instId": 300007, + "propState": 8, + "pos": { + "x": 383950, + "y": -2743, + "z": 140460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 199, + "instId": 300008, + "propState": 8, + "pos": { + "x": 383950, + "y": -2743, + "z": 146460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 200, + "instId": 300001, + "propState": 102, + "pos": { + "x": 431220, + "y": -5639, + "z": 146556 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103147 + }, + { + "groupId": 200, + "instId": 300002, + "propState": 1, + "pos": { + "x": 437610, + "y": -12490, + "z": 146505 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103192 + }, + { + "groupId": 200, + "instId": 300003, + "propState": 1, + "pos": { + "x": 434120, + "y": 401, + "z": 146515 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103191 + }, + { + "groupId": 200, + "instId": 300004, + "propState": 8, + "pos": { + "x": 440910, + "y": -2619, + "z": 146434 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 200, + "instId": 300005, + "propState": 8, + "pos": { + "x": 440180, + "y": -2619, + "z": 146433 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 200, + "instId": 300006, + "propState": 102, + "pos": { + "x": 431220, + "y": 361, + "z": 146556 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103147 + }, + { + "groupId": 200, + "instId": 300008, + "propState": 1, + "pos": { + "x": 437610, + "y": 7250, + "z": 146505 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103192 + }, + { + "groupId": 200, + "instId": 300009, + "propState": 8, + "pos": { + "x": 449922, + "y": -5900, + "z": 146510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 200, + "instId": 300010, + "propState": 8, + "pos": { + "x": 449922, + "y": -5620, + "z": 152510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 200, + "instId": 300011, + "propState": 8, + "pos": { + "x": 431000, + "y": 401, + "z": 146515 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 200, + "instId": 300012, + "propState": 8, + "pos": { + "x": 431000, + "y": 750, + "z": 152510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 200, + "instId": 300013, + "propState": 8, + "pos": { + "x": 431000, + "y": 410, + "z": 152510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 203, + "instId": 300001, + "propState": 101, + "pos": { + "x": 443710, + "y": 12743, + "z": 236660 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103150 + }, + { + "groupId": 203, + "instId": 300002, + "propState": 8, + "pos": { + "x": 457790, + "y": 6771, + "z": 233110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103192 + }, + { + "groupId": 203, + "instId": 300003, + "propState": 8, + "pos": { + "x": 440731, + "y": 12763, + "z": 236478 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103191 + }, + { + "groupId": 203, + "instId": 300004, + "propState": 8, + "pos": { + "x": 449470, + "y": 6810, + "z": 239480 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 203, + "instId": 300005, + "propState": 8, + "pos": { + "x": 450010, + "y": 6810, + "z": 239480 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 203, + "instId": 300006, + "propState": 8, + "pos": { + "x": 443710, + "y": 18743, + "z": 236660 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 203, + "instId": 300007, + "propState": 8, + "pos": { + "x": 440731, + "y": 9763, + "z": 242478 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 203, + "instId": 300008, + "propState": 8, + "pos": { + "x": 455731, + "y": 6763, + "z": 242478 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 203, + "instId": 300009, + "propState": 8, + "pos": { + "x": 455731, + "y": 6763, + "z": 236478 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 206, + "instId": 300001, + "propState": 102, + "pos": { + "x": 21910, + "y": 80970, + "z": 805980 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103147 + }, + { + "groupId": 206, + "instId": 300002, + "propState": 1, + "pos": { + "x": 33630, + "y": 73820, + "z": 805983 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103192 + }, + { + "groupId": 206, + "instId": 300003, + "propState": 1, + "pos": { + "x": 19010, + "y": 81010, + "z": 812020 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103191 + }, + { + "groupId": 206, + "instId": 300004, + "propState": 8, + "pos": { + "x": 31180, + "y": 77990, + "z": 806080 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 206, + "instId": 300005, + "propState": 8, + "pos": { + "x": 30470, + "y": 77990, + "z": 806080 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 206, + "instId": 300006, + "propState": 8, + "pos": { + "x": 39420, + "y": 80990, + "z": 806040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 206, + "instId": 300007, + "propState": 8, + "pos": { + "x": 39420, + "y": 74990, + "z": 806040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 206, + "instId": 300008, + "propState": 8, + "pos": { + "x": 22030, + "y": 74990, + "z": 806040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 206, + "instId": 300009, + "propState": 8, + "pos": { + "x": 22030, + "y": 80990, + "z": 806040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 207, + "instId": 300001, + "propState": 101, + "pos": { + "x": 57030, + "y": 83740, + "z": 775820 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103147 + }, + { + "groupId": 207, + "instId": 300002, + "propState": 8, + "pos": { + "x": 57055, + "y": 76380, + "z": 770270 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103192 + }, + { + "groupId": 207, + "instId": 300003, + "propState": 8, + "pos": { + "x": 63070, + "y": 83760, + "z": 778840 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103191 + }, + { + "groupId": 207, + "instId": 300004, + "propState": 8, + "pos": { + "x": 57060, + "y": 80710, + "z": 770360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 207, + "instId": 300005, + "propState": 8, + "pos": { + "x": 57060, + "y": 80710, + "z": 769860 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 207, + "instId": 300007, + "propState": 8, + "pos": { + "x": 57030, + "y": 83730, + "z": 775820 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 207, + "instId": 300008, + "propState": 8, + "pos": { + "x": 57030, + "y": 77730, + "z": 775820 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 207, + "instId": 300009, + "propState": 8, + "pos": { + "x": 57030, + "y": 77730, + "z": 764500 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 207, + "instId": 300010, + "propState": 8, + "pos": { + "x": 57030, + "y": 83730, + "z": 764500 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 210, + "instId": 300001, + "propState": 10, + "pos": { + "x": 189840, + "y": 270, + "z": -418860 + }, + "rot": { + "x": 0, + "y": 359632, + "z": 0 + }, + "propId": 103012 + }, + { + "groupId": 210, + "instId": 300002, + "propState": 8, + "pos": { + "x": 189600, + "y": 270, + "z": -418870 + }, + "rot": { + "x": 0, + "y": 352875, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 210, + "instId": 300003, + "propState": 8, + "pos": { + "x": 189600, + "y": 270, + "z": -418870 + }, + "rot": { + "x": 0, + "y": 352875, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 210, + "instId": 300004, + "propState": 8, + "pos": { + "x": 189600, + "y": 270, + "z": -418870 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 210, + "instId": 300005, + "propState": 8, + "pos": { + "x": 189600, + "y": 270, + "z": -418870 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 210, + "instId": 300006, + "propState": 20, + "pos": { + "x": 190570, + "y": -5651, + "z": -445150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60302 + }, + { + "groupId": 210, + "instId": 300007, + "propState": 8, + "pos": { + "x": 190570, + "y": -5651, + "z": -445150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 210, + "instId": 300008, + "propState": 8, + "pos": { + "x": 189600, + "y": 270, + "z": -418870 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 210, + "instId": 300009, + "propState": 8, + "pos": { + "x": 193691, + "y": -5651, + "z": -438336 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 210, + "instId": 300010, + "propState": 8, + "pos": { + "x": 190630, + "y": -6400, + "z": -438550 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 211, + "instId": 300001, + "propState": 20, + "pos": { + "x": 182370, + "y": -17630, + "z": -405750 + }, + "rot": { + "x": 0, + "y": 20050, + "z": 0 + }, + "propId": 103012 + }, + { + "groupId": 211, + "instId": 300002, + "propState": 8, + "pos": { + "x": 182370, + "y": -17630, + "z": -405750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 211, + "instId": 300003, + "propState": 8, + "pos": { + "x": 182370, + "y": -17630, + "z": -405750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 211, + "instId": 300004, + "propState": 8, + "pos": { + "x": 182370, + "y": -17630, + "z": -405750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 211, + "instId": 300005, + "propState": 8, + "pos": { + "x": 182370, + "y": -17630, + "z": -405750 + }, + "rot": { + "x": 0, + "y": 20050, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 211, + "instId": 300006, + "propState": 8, + "pos": { + "x": 174462, + "y": -5636, + "z": -460954 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 211, + "instId": 300007, + "propState": 8, + "pos": { + "x": 182370, + "y": -17630, + "z": -405750 + }, + "rot": { + "x": 0, + "y": 20050, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 211, + "instId": 300008, + "propState": 20, + "pos": { + "x": 153657, + "y": 274, + "z": -455400 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60302 + }, + { + "groupId": 211, + "instId": 300009, + "propState": 8, + "pos": { + "x": 153657, + "y": 274, + "z": -455400 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 212, + "instId": 300001, + "propState": 10, + "pos": { + "x": 179153, + "y": -5631, + "z": -456050 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103012 + }, + { + "groupId": 212, + "instId": 300002, + "propState": 8, + "pos": { + "x": 179153, + "y": -5631, + "z": -456050 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 212, + "instId": 300003, + "propState": 8, + "pos": { + "x": 179153, + "y": -5631, + "z": -456050 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 212, + "instId": 300004, + "propState": 8, + "pos": { + "x": 179153, + "y": -5631, + "z": -456050 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 212, + "instId": 300006, + "propState": 8, + "pos": { + "x": 179153, + "y": -5631, + "z": -456050 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 212, + "instId": 300007, + "propState": 20, + "pos": { + "x": 181080, + "y": -17631, + "z": -399070 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60302 + }, + { + "groupId": 212, + "instId": 300008, + "propState": 8, + "pos": { + "x": 181080, + "y": -17631, + "z": -399070 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 223, + "instId": 300001, + "propState": 101, + "pos": { + "x": -495030, + "y": 15030, + "z": -323990 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103147 + }, + { + "groupId": 223, + "instId": 300002, + "propState": 8, + "pos": { + "x": -505070, + "y": 26980, + "z": -298020 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103192 + }, + { + "groupId": 223, + "instId": 300003, + "propState": 8, + "pos": { + "x": -497930, + "y": 21070, + "z": -324030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103191 + }, + { + "groupId": 223, + "instId": 300004, + "propState": 8, + "pos": { + "x": -497810, + "y": 18090, + "z": -306570 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 223, + "instId": 300005, + "propState": 8, + "pos": { + "x": -497810, + "y": 18090, + "z": -305490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 223, + "instId": 300006, + "propState": 8, + "pos": { + "x": -494930, + "y": 21070, + "z": -324030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 223, + "instId": 300007, + "propState": 8, + "pos": { + "x": -494930, + "y": 21070, + "z": -294030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 223, + "instId": 300008, + "propState": 8, + "pos": { + "x": -494930, + "y": 15070, + "z": -324030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 223, + "instId": 300009, + "propState": 8, + "pos": { + "x": -494930, + "y": 15070, + "z": -294030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 223, + "instId": 300010, + "propState": 8, + "pos": { + "x": -494930, + "y": 21070, + "z": -318030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 223, + "instId": 300011, + "propState": 8, + "pos": { + "x": -494930, + "y": 21070, + "z": -288030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 223, + "instId": 300012, + "propState": 8, + "pos": { + "x": -494930, + "y": 15070, + "z": -318030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 223, + "instId": 300013, + "propState": 8, + "pos": { + "x": -494930, + "y": 15070, + "z": -288030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 223, + "instId": 300014, + "propState": 8, + "pos": { + "x": -491930, + "y": 21070, + "z": -321030 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 223, + "instId": 300015, + "propState": 8, + "pos": { + "x": -491930, + "y": 15070, + "z": -321030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 223, + "instId": 300016, + "propState": 8, + "pos": { + "x": -497930, + "y": 21070, + "z": -321030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 223, + "instId": 300017, + "propState": 8, + "pos": { + "x": -497930, + "y": 15070, + "z": -321030 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 223, + "instId": 300018, + "propState": 8, + "pos": { + "x": -491930, + "y": 21070, + "z": -291030 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 223, + "instId": 300019, + "propState": 8, + "pos": { + "x": -491930, + "y": 15070, + "z": -291030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 223, + "instId": 300020, + "propState": 8, + "pos": { + "x": -497930, + "y": 21070, + "z": -291030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 223, + "instId": 300021, + "propState": 8, + "pos": { + "x": -497930, + "y": 15070, + "z": -291030 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 224, + "instId": 300001, + "propState": 101, + "pos": { + "x": -462050, + "y": -2990, + "z": -302946 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103150 + }, + { + "groupId": 224, + "instId": 300002, + "propState": 8, + "pos": { + "x": -481430, + "y": -3004, + "z": -262140 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103192 + }, + { + "groupId": 224, + "instId": 300003, + "propState": 8, + "pos": { + "x": -467910, + "y": -9004, + "z": -282040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103191 + }, + { + "groupId": 224, + "instId": 300004, + "propState": 8, + "pos": { + "x": -467950, + "y": -6074, + "z": -290530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 224, + "instId": 300005, + "propState": 8, + "pos": { + "x": -467950, + "y": -6074, + "z": -291410 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 224, + "instId": 300008, + "propState": 1, + "pos": { + "x": -462131, + "y": -3004, + "z": -305916 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103191 + }, + { + "groupId": 224, + "instId": 300009, + "propState": 8, + "pos": { + "x": -459100, + "y": 2926, + "z": -290530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 224, + "instId": 300010, + "propState": 8, + "pos": { + "x": -459100, + "y": 2926, + "z": -291410 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 224, + "instId": 300006, + "propState": 8, + "pos": { + "x": -467910, + "y": -6004, + "z": -276040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 224, + "instId": 300007, + "propState": 8, + "pos": { + "x": -467910, + "y": -6004, + "z": -305916 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 224, + "instId": 300011, + "propState": 8, + "pos": { + "x": -456131, + "y": 2996, + "z": -279040 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 224, + "instId": 300012, + "propState": 8, + "pos": { + "x": -456131, + "y": 2996, + "z": -302916 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 224, + "instId": 300013, + "propState": 8, + "pos": { + "x": -464910, + "y": -3004, + "z": -276040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 224, + "instId": 300014, + "propState": 8, + "pos": { + "x": -464910, + "y": -3004, + "z": -305916 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 224, + "instId": 300015, + "propState": 8, + "pos": { + "x": -462131, + "y": -3004, + "z": -279040 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 224, + "instId": 300016, + "propState": 8, + "pos": { + "x": -462131, + "y": -3004, + "z": -302916 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 225, + "instId": 300001, + "propState": 1, + "pos": { + "x": -454642, + "y": 2996, + "z": -295550 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103192 + }, + { + "groupId": 245, + "instId": 300001, + "propState": 101, + "pos": { + "x": -495020, + "y": 9110, + "z": -264030 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103147 + }, + { + "groupId": 245, + "instId": 300002, + "propState": 8, + "pos": { + "x": -505070, + "y": 26980, + "z": -284020 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103192 + }, + { + "groupId": 245, + "instId": 300003, + "propState": 8, + "pos": { + "x": -497920, + "y": 15150, + "z": -257990 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103191 + }, + { + "groupId": 245, + "instId": 300004, + "propState": 8, + "pos": { + "x": -497810, + "y": 12090, + "z": -275540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 245, + "instId": 300005, + "propState": 8, + "pos": { + "x": -497810, + "y": 12090, + "z": -276620 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 245, + "instId": 300006, + "propState": 101, + "pos": { + "x": -498020, + "y": 9110, + "z": -261030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103147 + }, + { + "groupId": 245, + "instId": 300008, + "propState": 8, + "pos": { + "x": -494930, + "y": 15070, + "z": -264030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 245, + "instId": 300009, + "propState": 8, + "pos": { + "x": -494930, + "y": 15070, + "z": -294030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 245, + "instId": 300010, + "propState": 8, + "pos": { + "x": -494930, + "y": 9070, + "z": -264030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 245, + "instId": 300011, + "propState": 8, + "pos": { + "x": -494930, + "y": 9070, + "z": -294030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 245, + "instId": 300012, + "propState": 8, + "pos": { + "x": -494930, + "y": 15070, + "z": -258030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 245, + "instId": 300013, + "propState": 8, + "pos": { + "x": -494930, + "y": 15070, + "z": -288030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 245, + "instId": 300014, + "propState": 8, + "pos": { + "x": -494930, + "y": 9070, + "z": -258030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 245, + "instId": 300015, + "propState": 8, + "pos": { + "x": -494930, + "y": 9070, + "z": -288030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 245, + "instId": 300016, + "propState": 8, + "pos": { + "x": -491930, + "y": 15070, + "z": -261030 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 245, + "instId": 300017, + "propState": 8, + "pos": { + "x": -491930, + "y": 9070, + "z": -261030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 245, + "instId": 300018, + "propState": 8, + "pos": { + "x": -497930, + "y": 15070, + "z": -261030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 245, + "instId": 300019, + "propState": 8, + "pos": { + "x": -497930, + "y": 9070, + "z": -261030 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 245, + "instId": 300020, + "propState": 8, + "pos": { + "x": -491930, + "y": 15070, + "z": -291030 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 245, + "instId": 300021, + "propState": 8, + "pos": { + "x": -491930, + "y": 9070, + "z": -291030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 245, + "instId": 300022, + "propState": 8, + "pos": { + "x": -497930, + "y": 15070, + "z": -291030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 245, + "instId": 300023, + "propState": 8, + "pos": { + "x": -497930, + "y": 9070, + "z": -291030 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 246, + "instId": 300001, + "propState": 102, + "pos": { + "x": -462050, + "y": -2990, + "z": -302946 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103149 + }, + { + "groupId": 246, + "instId": 300002, + "propState": 1, + "pos": { + "x": -454642, + "y": 2996, + "z": -286550 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103192 + }, + { + "groupId": 246, + "instId": 300003, + "propState": 1, + "pos": { + "x": -462131, + "y": -3004, + "z": -305916 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103191 + }, + { + "groupId": 246, + "instId": 300004, + "propState": 8, + "pos": { + "x": -459100, + "y": 2926, + "z": -287370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 246, + "instId": 300005, + "propState": 8, + "pos": { + "x": -459100, + "y": 2926, + "z": -288460 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 246, + "instId": 300006, + "propState": 8, + "pos": { + "x": -468050, + "y": -2990, + "z": -273070 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 246, + "instId": 300007, + "propState": 8, + "pos": { + "x": -468050, + "y": -2990, + "z": -302946 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 246, + "instId": 300008, + "propState": 8, + "pos": { + "x": -456050, + "y": 3010, + "z": -273070 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 246, + "instId": 300009, + "propState": 8, + "pos": { + "x": -456050, + "y": 3010, + "z": -302946 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 246, + "instId": 300010, + "propState": 8, + "pos": { + "x": -462100, + "y": -2990, + "z": -273070 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 246, + "instId": 300011, + "propState": 8, + "pos": { + "x": -462100, + "y": -2990, + "z": -302946 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 247, + "instId": 300001, + "propState": 1, + "pos": { + "x": -467910, + "y": -2950, + "z": -300000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 247, + "instId": 300002, + "propState": 1, + "pos": { + "x": -467910, + "y": -2950, + "z": -288000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 247, + "instId": 300003, + "propState": 1, + "pos": { + "x": -467910, + "y": -8080, + "z": -281080 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 247, + "instId": 300004, + "propState": 1, + "pos": { + "x": -467910, + "y": -2950, + "z": -294000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 249, + "instId": 300001, + "propState": 1, + "pos": { + "x": -485838, + "y": 9044, + "z": -300080 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 249, + "instId": 300002, + "propState": 1, + "pos": { + "x": -485838, + "y": 9044, + "z": -288080 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 249, + "instId": 300003, + "propState": 1, + "pos": { + "x": -487150, + "y": 9034, + "z": -301550 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 249, + "instId": 300004, + "propState": 1, + "pos": { + "x": -485838, + "y": 9044, + "z": -294080 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 252, + "instId": 300001, + "propState": 101, + "pos": { + "x": -494910, + "y": 9000, + "z": -264030 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103147 + }, + { + "groupId": 252, + "instId": 300002, + "propState": 8, + "pos": { + "x": -503227, + "y": 9034, + "z": -272983 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103192 + }, + { + "groupId": 252, + "instId": 300003, + "propState": 8, + "pos": { + "x": -497810, + "y": 15040, + "z": -257990 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103191 + }, + { + "groupId": 252, + "instId": 300004, + "propState": 8, + "pos": { + "x": -491780, + "y": 11980, + "z": -275540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 252, + "instId": 300005, + "propState": 8, + "pos": { + "x": -491780, + "y": 11980, + "z": -276620 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 252, + "instId": 300006, + "propState": 101, + "pos": { + "x": -491787, + "y": 9000, + "z": -261030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103147 + }, + { + "groupId": 252, + "instId": 300008, + "propState": 8, + "pos": { + "x": -494780, + "y": 9000, + "z": -264030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 252, + "instId": 300010, + "propState": 8, + "pos": { + "x": -494780, + "y": 15000, + "z": -264030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 252, + "instId": 300011, + "propState": 8, + "pos": { + "x": -491780, + "y": 9000, + "z": -261030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 252, + "instId": 300012, + "propState": 8, + "pos": { + "x": -491780, + "y": 15000, + "z": -261030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 252, + "instId": 300009, + "propState": 8, + "pos": { + "x": -494780, + "y": 9000, + "z": -294030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 252, + "instId": 300013, + "propState": 8, + "pos": { + "x": -494780, + "y": 15000, + "z": -294030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 252, + "instId": 300014, + "propState": 8, + "pos": { + "x": -491780, + "y": 9000, + "z": -291030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 252, + "instId": 300015, + "propState": 8, + "pos": { + "x": -491780, + "y": 15000, + "z": -291030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 254, + "instId": 300001, + "propState": 101, + "pos": { + "x": -495030, + "y": 15030, + "z": -323990 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103147 + }, + { + "groupId": 254, + "instId": 300002, + "propState": 8, + "pos": { + "x": -503140, + "y": 26980, + "z": -291140 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103192 + }, + { + "groupId": 254, + "instId": 300003, + "propState": 8, + "pos": { + "x": -497900, + "y": 21030, + "z": -293960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103191 + }, + { + "groupId": 254, + "instId": 300004, + "propState": 8, + "pos": { + "x": -497890, + "y": 11740, + "z": -291000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 254, + "instId": 300005, + "propState": 8, + "pos": { + "x": -497890, + "y": 11160, + "z": -291000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 254, + "instId": 300006, + "propState": 8, + "pos": { + "x": -491900, + "y": 21030, + "z": -290960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 254, + "instId": 300007, + "propState": 8, + "pos": { + "x": -491900, + "y": 9090, + "z": -290960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 254, + "instId": 300008, + "propState": 8, + "pos": { + "x": -497900, + "y": 21030, + "z": -290960 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 254, + "instId": 300009, + "propState": 8, + "pos": { + "x": -497900, + "y": 9090, + "z": -290960 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 254, + "instId": 300010, + "propState": 8, + "pos": { + "x": -494900, + "y": 21030, + "z": -293960 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 254, + "instId": 300011, + "propState": 8, + "pos": { + "x": -494900, + "y": 21030, + "z": -287960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 254, + "instId": 300012, + "propState": 8, + "pos": { + "x": -494900, + "y": 9090, + "z": -293960 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 254, + "instId": 300013, + "propState": 8, + "pos": { + "x": -494900, + "y": 9090, + "z": -287960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 265, + "instId": 300001, + "propState": 1, + "pos": { + "x": -450060, + "y": 3007, + "z": -276030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 265, + "instId": 300002, + "propState": 1, + "pos": { + "x": -450060, + "y": 3007, + "z": -270030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 265, + "instId": 300003, + "propState": 1, + "pos": { + "x": -454610, + "y": 2996, + "z": -262850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 270, + "instId": 300001, + "propState": 101, + "pos": { + "x": -462050, + "y": -2990, + "z": -279070 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103149 + }, + { + "groupId": 270, + "instId": 300002, + "propState": 8, + "pos": { + "x": -467940, + "y": -4710, + "z": -270130 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103192 + }, + { + "groupId": 270, + "instId": 300003, + "propState": 8, + "pos": { + "x": -462131, + "y": -3004, + "z": -282040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103191 + }, + { + "groupId": 270, + "instId": 300004, + "propState": 8, + "pos": { + "x": -459110, + "y": 2980, + "z": -270470 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 270, + "instId": 300005, + "propState": 8, + "pos": { + "x": -459110, + "y": 2980, + "z": -269590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 270, + "instId": 300006, + "propState": 8, + "pos": { + "x": -468050, + "y": -2990, + "z": -279070 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 270, + "instId": 300007, + "propState": 8, + "pos": { + "x": -468050, + "y": -2990, + "z": -261070 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 270, + "instId": 300008, + "propState": 8, + "pos": { + "x": -456050, + "y": 3010, + "z": -279070 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 270, + "instId": 300009, + "propState": 8, + "pos": { + "x": -456050, + "y": 3010, + "z": -261070 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 270, + "instId": 300010, + "propState": 8, + "pos": { + "x": -462050, + "y": -2990, + "z": -279070 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 270, + "instId": 300011, + "propState": 8, + "pos": { + "x": -462050, + "y": -2990, + "z": -261070 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 272, + "instId": 300009, + "propState": 8, + "pos": { + "x": 185773, + "y": 1126, + "z": -406217 + }, + "rot": { + "x": 0, + "y": 155450, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 272, + "instId": 300010, + "propState": 8, + "pos": { + "x": 188447, + "y": -5632, + "z": -460249 + }, + "rot": { + "x": 0, + "y": 283672, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 272, + "instId": 300012, + "propState": 8, + "pos": { + "x": 212021, + "y": -5573, + "z": -449937 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 272, + "instId": 300013, + "propState": 8, + "pos": { + "x": 204400, + "y": -11561, + "z": -396550 + }, + "rot": { + "x": 0, + "y": 250606, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 272, + "instId": 300014, + "propState": 8, + "pos": { + "x": 149319, + "y": 312, + "z": -455701 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 272, + "instId": 300001, + "propState": 8, + "pos": { + "x": 145706, + "y": 6263, + "z": -420091 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 272, + "instId": 300002, + "propState": 8, + "pos": { + "x": 106302, + "y": 12097, + "z": -398816 + }, + "rot": { + "x": 0, + "y": 272602, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 273, + "instId": 300009, + "propState": 8, + "pos": { + "x": 371455, + "y": 9514, + "z": 191990 + }, + "rot": { + "x": 0, + "y": 200000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 273, + "instId": 300010, + "propState": 8, + "pos": { + "x": 403800, + "y": 12190, + "z": 211320 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 273, + "instId": 300012, + "propState": 8, + "pos": { + "x": 437041, + "y": 18768, + "z": 221554 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 273, + "instId": 300001, + "propState": 8, + "pos": { + "x": 404886, + "y": 4140, + "z": 182358 + }, + "rot": { + "x": 0, + "y": 50000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 273, + "instId": 300002, + "propState": 8, + "pos": { + "x": 387682, + "y": -2743, + "z": 153701 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 274, + "instId": 300009, + "propState": 8, + "pos": { + "x": 438810, + "y": 11250, + "z": 146505 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 274, + "instId": 300010, + "propState": 8, + "pos": { + "x": 421780, + "y": 6170, + "z": 146500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 274, + "instId": 300001, + "propState": 8, + "pos": { + "x": 451280, + "y": -15390, + "z": 146510 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 274, + "instId": 300002, + "propState": 8, + "pos": { + "x": 390344, + "y": 7802, + "z": 140453 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 275, + "instId": 300009, + "propState": 8, + "pos": { + "x": 438728, + "y": 638, + "z": 233536 + }, + "rot": { + "x": 0, + "y": 299254, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 275, + "instId": 300010, + "propState": 8, + "pos": { + "x": 429227, + "y": -2151, + "z": 212957 + }, + "rot": { + "x": 0, + "y": 27601, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 276, + "instId": 300009, + "propState": 8, + "pos": { + "x": -5768, + "y": 81603, + "z": 751433 + }, + "rot": { + "x": 0, + "y": 102530, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 276, + "instId": 300010, + "propState": 8, + "pos": { + "x": 1300, + "y": 81650, + "z": 802202 + }, + "rot": { + "x": 0, + "y": 262250, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 276, + "instId": 300001, + "propState": 8, + "pos": { + "x": 71763, + "y": 101762, + "z": 774040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 276, + "instId": 300002, + "propState": 8, + "pos": { + "x": 25570, + "y": 81661, + "z": 750600 + }, + "rot": { + "x": 0, + "y": 69554, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 276, + "instId": 300003, + "propState": 8, + "pos": { + "x": -8965, + "y": 87414, + "z": 778112 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 277, + "instId": 300002, + "propState": 8, + "pos": { + "x": -8182, + "y": 92294, + "z": 802061 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 278, + "instId": 300002, + "propState": 8, + "pos": { + "x": 19720, + "y": 84470, + "z": 806020 + }, + "rot": { + "x": 0, + "y": 269956, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 278, + "instId": 300001, + "propState": 8, + "pos": { + "x": 42057, + "y": 70453, + "z": 806020 + }, + "rot": { + "x": 0, + "y": 90004, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 279, + "instId": 300002, + "propState": 8, + "pos": { + "x": 57045, + "y": 71336, + "z": 784677 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 279, + "instId": 300001, + "propState": 8, + "pos": { + "x": 57030, + "y": 97480, + "z": 780770 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 284, + "instId": 300001, + "propState": 12, + "pos": { + "x": -453091, + "y": 2996, + "z": -262697 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 284, + "instId": 300002, + "propState": 12, + "pos": { + "x": -536907, + "y": 14870, + "z": -290939 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60303 + }, + { + "groupId": 285, + "instId": 300001, + "propState": 101, + "pos": { + "x": -495030, + "y": 15030, + "z": -323990 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103147 + }, + { + "groupId": 285, + "instId": 300002, + "propState": 1, + "pos": { + "x": -503070, + "y": 26980, + "z": -303020 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103192 + }, + { + "groupId": 285, + "instId": 300003, + "propState": 1, + "pos": { + "x": -497930, + "y": 21070, + "z": -294030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103191 + }, + { + "groupId": 285, + "instId": 300004, + "propState": 8, + "pos": { + "x": -491890, + "y": 18090, + "z": -306570 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 285, + "instId": 300005, + "propState": 8, + "pos": { + "x": -491890, + "y": 18090, + "z": -305490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 285, + "instId": 300006, + "propState": 8, + "pos": { + "x": -494930, + "y": 21070, + "z": -324030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 285, + "instId": 300007, + "propState": 8, + "pos": { + "x": -494930, + "y": 21070, + "z": -294030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 285, + "instId": 300008, + "propState": 8, + "pos": { + "x": -494930, + "y": 15070, + "z": -324030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 285, + "instId": 300009, + "propState": 8, + "pos": { + "x": -494930, + "y": 15070, + "z": -294030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 285, + "instId": 300010, + "propState": 8, + "pos": { + "x": -494930, + "y": 21070, + "z": -318030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 285, + "instId": 300011, + "propState": 8, + "pos": { + "x": -494930, + "y": 21070, + "z": -288030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 285, + "instId": 300012, + "propState": 8, + "pos": { + "x": -494930, + "y": 15070, + "z": -318030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 285, + "instId": 300013, + "propState": 8, + "pos": { + "x": -494930, + "y": 15070, + "z": -288030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 285, + "instId": 300014, + "propState": 8, + "pos": { + "x": -491930, + "y": 21070, + "z": -321030 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 285, + "instId": 300015, + "propState": 8, + "pos": { + "x": -491930, + "y": 15070, + "z": -321030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 285, + "instId": 300016, + "propState": 8, + "pos": { + "x": -497930, + "y": 21070, + "z": -321030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 285, + "instId": 300017, + "propState": 8, + "pos": { + "x": -497930, + "y": 15070, + "z": -321030 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 285, + "instId": 300018, + "propState": 8, + "pos": { + "x": -491930, + "y": 21070, + "z": -291030 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 285, + "instId": 300019, + "propState": 8, + "pos": { + "x": -491930, + "y": 15070, + "z": -291030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 285, + "instId": 300020, + "propState": 8, + "pos": { + "x": -497930, + "y": 21070, + "z": -291030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 285, + "instId": 300021, + "propState": 8, + "pos": { + "x": -497930, + "y": 15070, + "z": -291030 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 286, + "instId": 300001, + "propState": 1, + "pos": { + "x": -485852, + "y": 9048, + "z": -293960 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 286, + "instId": 300002, + "propState": 1, + "pos": { + "x": -497852, + "y": 9048, + "z": -293960 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 286, + "instId": 300003, + "propState": 1, + "pos": { + "x": -487150, + "y": 9034, + "z": -301550 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 286, + "instId": 300004, + "propState": 1, + "pos": { + "x": -491852, + "y": 9048, + "z": -293960 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 287, + "instId": 300002, + "propState": 12, + "pos": { + "x": -505410, + "y": 5870, + "z": -329990 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 287, + "instId": 300003, + "propState": 12, + "pos": { + "x": -483090, + "y": -3004, + "z": -261800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 287, + "instId": 300001, + "propState": 12, + "pos": { + "x": -536907, + "y": 14870, + "z": -290939 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60302 + }, + { + "groupId": 288, + "instId": 300002, + "propState": 8, + "pos": { + "x": -467940, + "y": -6070, + "z": -307450 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103001 + }, + { + "groupId": 289, + "instId": 300001, + "propState": 12, + "pos": { + "x": -493624, + "y": 26980, + "z": -295524 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 296, + "instId": 300001, + "propState": 10, + "pos": { + "x": 31050, + "y": 93041, + "z": 798960 + }, + "rot": { + "x": 0, + "y": 289733, + "z": 0 + }, + "propId": 103012 + }, + { + "groupId": 296, + "instId": 300002, + "propState": 8, + "pos": { + "x": 31050, + "y": 93041, + "z": 798960 + }, + "rot": { + "x": 0, + "y": 352875, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 296, + "instId": 300003, + "propState": 8, + "pos": { + "x": 31050, + "y": 93041, + "z": 798960 + }, + "rot": { + "x": 0, + "y": 352875, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 296, + "instId": 300004, + "propState": 8, + "pos": { + "x": 31050, + "y": 93041, + "z": 798960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 296, + "instId": 300005, + "propState": 8, + "pos": { + "x": 31050, + "y": 93041, + "z": 798960 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 296, + "instId": 300006, + "propState": 20, + "pos": { + "x": 32830, + "y": 93041, + "z": 798410 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60302 + }, + { + "groupId": 296, + "instId": 300007, + "propState": 8, + "pos": { + "x": 32830, + "y": 93041, + "z": 798410 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 298, + "instId": 300001, + "propState": 18, + "pos": { + "x": -6375, + "y": 16581, + "z": 21314 + }, + "rot": { + "x": 0, + "y": 71799, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 298, + "instId": 300002, + "propState": 1, + "pos": { + "x": -5477, + "y": 11508, + "z": 21272 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 299, + "instId": 300001, + "propState": 18, + "pos": { + "x": -40208, + "y": 12585, + "z": 21606 + }, + "rot": { + "x": 0, + "y": 127806, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 299, + "instId": 300002, + "propState": 8, + "pos": { + "x": -40208, + "y": 12993, + "z": 20392 + }, + "rot": { + "x": 0, + "y": 127806, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 299, + "instId": 300003, + "propState": 8, + "pos": { + "x": -40208, + "y": 13483, + "z": 18922 + }, + "rot": { + "x": 0, + "y": 127806, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 299, + "instId": 300004, + "propState": 1, + "pos": { + "x": -42245, + "y": 11513, + "z": 19163 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 300, + "instId": 300001, + "propState": 18, + "pos": { + "x": -9346, + "y": 16985, + "z": 71525 + }, + "rot": { + "x": 0, + "y": 156843, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 300, + "instId": 300002, + "propState": 1, + "pos": { + "x": -5740, + "y": 14948, + "z": 69920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 301, + "instId": 300001, + "propState": 18, + "pos": { + "x": -49100, + "y": 5259, + "z": 148980 + }, + "rot": { + "x": 0, + "y": 113732, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 301, + "instId": 300002, + "propState": 1, + "pos": { + "x": -49492, + "y": 4211, + "z": 149326 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 302, + "instId": 300001, + "propState": 18, + "pos": { + "x": -112181, + "y": 2264, + "z": 264271 + }, + "rot": { + "x": 0, + "y": 215917, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 302, + "instId": 300002, + "propState": 8, + "pos": { + "x": -112001, + "y": 4276, + "z": 264271 + }, + "rot": { + "x": 0, + "y": 215917, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 302, + "instId": 300003, + "propState": 8, + "pos": { + "x": -111853, + "y": 6646, + "z": 264273 + }, + "rot": { + "x": 0, + "y": 215917, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 302, + "instId": 300004, + "propState": 1, + "pos": { + "x": -112117, + "y": 670, + "z": 258782 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 303, + "instId": 300001, + "propState": 18, + "pos": { + "x": -151705, + "y": 15470, + "z": 128192 + }, + "rot": { + "x": 0, + "y": 28837, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 303, + "instId": 300002, + "propState": 1, + "pos": { + "x": -152150, + "y": 14275, + "z": 127614 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 304, + "instId": 300001, + "propState": 18, + "pos": { + "x": -95379, + "y": 8298, + "z": 107226 + }, + "rot": { + "x": 0, + "y": 50141, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 304, + "instId": 300002, + "propState": 8, + "pos": { + "x": -95560, + "y": 9980, + "z": 108115 + }, + "rot": { + "x": 0, + "y": 124466, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 304, + "instId": 300003, + "propState": 8, + "pos": { + "x": -95481, + "y": 10624, + "z": 106990 + }, + "rot": { + "x": 0, + "y": 332434, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 304, + "instId": 300004, + "propState": 1, + "pos": { + "x": -102562, + "y": 10653, + "z": 112916 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 305, + "instId": 300001, + "propState": 18, + "pos": { + "x": 59568, + "y": 4103, + "z": 166327 + }, + "rot": { + "x": 0, + "y": 305280, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 305, + "instId": 300002, + "propState": 18, + "pos": { + "x": 59429, + "y": 4101, + "z": 166153 + }, + "rot": { + "x": 0, + "y": 315990, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 305, + "instId": 300003, + "propState": 18, + "pos": { + "x": 59274, + "y": 4094, + "z": 166030 + }, + "rot": { + "x": 0, + "y": 144552, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 305, + "instId": 300004, + "propState": 18, + "pos": { + "x": 65421, + "y": 2432, + "z": 159003 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 305, + "instId": 300005, + "propState": 1, + "pos": { + "x": 58846, + "y": 2432, + "z": 166799 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 306, + "instId": 300001, + "propState": 18, + "pos": { + "x": 73903, + "y": 1987, + "z": 258573 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 306, + "instId": 300002, + "propState": 1, + "pos": { + "x": 73909, + "y": 670, + "z": 258090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 307, + "instId": 300001, + "propState": 18, + "pos": { + "x": 85820, + "y": 8945, + "z": 117178 + }, + "rot": { + "x": 0, + "y": 8824, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 307, + "instId": 300002, + "propState": 1, + "pos": { + "x": 85203, + "y": 7263, + "z": 117113 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 308, + "instId": 300001, + "propState": 18, + "pos": { + "x": 115044, + "y": 14356, + "z": 148857 + }, + "rot": { + "x": 0, + "y": 298837, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 308, + "instId": 300002, + "propState": 1, + "pos": { + "x": 114481, + "y": 13750, + "z": 148591 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 309, + "instId": 300001, + "propState": 18, + "pos": { + "x": 131025, + "y": 15768, + "z": 119259 + }, + "rot": { + "x": 0, + "y": 316394, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 309, + "instId": 300002, + "propState": 1, + "pos": { + "x": 131268, + "y": 14213, + "z": 119738 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 309, + "instId": 300003, + "propState": 8, + "pos": { + "x": 131817, + "y": 14268, + "z": 119109 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 310, + "instId": 300001, + "propState": 18, + "pos": { + "x": 164341, + "y": 6853, + "z": 184339 + }, + "rot": { + "x": 0, + "y": 291528, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 310, + "instId": 300002, + "propState": 1, + "pos": { + "x": 163206, + "y": 4760, + "z": 184694 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 311, + "instId": 300001, + "propState": 18, + "pos": { + "x": 404087, + "y": 13559, + "z": 218176 + }, + "rot": { + "x": 0, + "y": 341849, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 311, + "instId": 300002, + "propState": 1, + "pos": { + "x": 404459, + "y": 12200, + "z": 217333 + }, + "rot": { + "x": 0, + "y": 109075, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 312, + "instId": 300001, + "propState": 18, + "pos": { + "x": 409714, + "y": 4464, + "z": 184796 + }, + "rot": { + "x": 0, + "y": 316846, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 312, + "instId": 300002, + "propState": 1, + "pos": { + "x": 404593, + "y": 4226, + "z": 184315 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 313, + "instId": 300001, + "propState": 18, + "pos": { + "x": -34493, + "y": 85477, + "z": 765717 + }, + "rot": { + "x": 0, + "y": 302066, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 313, + "instId": 300002, + "propState": 1, + "pos": { + "x": -39303, + "y": 84450, + "z": 773635 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 314, + "instId": 300001, + "propState": 18, + "pos": { + "x": -527076, + "y": 15822, + "z": -287252 + }, + "rot": { + "x": 0, + "y": 146146, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 314, + "instId": 300002, + "propState": 1, + "pos": { + "x": -530125, + "y": 14870, + "z": -286970 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 315, + "instId": 300001, + "propState": 18, + "pos": { + "x": 221768, + "y": 7607, + "z": -410013 + }, + "rot": { + "x": 0, + "y": 245239, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 315, + "instId": 300002, + "propState": 1, + "pos": { + "x": 227225, + "y": 6359, + "z": -405689 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 316, + "instId": 300001, + "propState": 18, + "pos": { + "x": 213586, + "y": -4368, + "z": -465214 + }, + "rot": { + "x": 0, + "y": 131236, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 316, + "instId": 300002, + "propState": 1, + "pos": { + "x": 213347, + "y": -5573, + "z": -465385 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 317, + "instId": 300001, + "propState": 18, + "pos": { + "x": 100950, + "y": 13472, + "z": -398572 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 317, + "instId": 300002, + "propState": 1, + "pos": { + "x": 106391, + "y": 12246, + "z": -398818 + }, + "rot": { + "x": 0, + "y": 319539, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 319, + "instId": 300001, + "propState": 11, + "pos": { + "x": -45034, + "y": 11513, + "z": 58384 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103018 + }, + { + "groupId": 320, + "instId": 300001, + "propState": 11, + "pos": { + "x": 107385, + "y": 13750, + "z": 151347 + }, + "rot": { + "x": 0, + "y": 130000, + "z": 0 + }, + "propId": 103018 + }, + { + "groupId": 321, + "instId": 300001, + "propState": 11, + "pos": { + "x": 125010, + "y": 670, + "z": 253581 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103018 + }, + { + "groupId": 322, + "instId": 300001, + "propState": 11, + "pos": { + "x": 18809, + "y": 81661, + "z": 759250 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103018 + }, + { + "groupId": 323, + "instId": 300001, + "propState": 12, + "pos": { + "x": 9980, + "y": 97970, + "z": 737460 + }, + "rot": { + "x": 0, + "y": 359969, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 324, + "instId": 300009, + "propState": 8, + "pos": { + "x": 11680, + "y": 97961, + "z": 737460 + }, + "rot": { + "x": 0, + "y": 90047, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 324, + "instId": 300001, + "propState": 8, + "pos": { + "x": 17314, + "y": 92999, + "z": 737470 + }, + "rot": { + "x": 0, + "y": 270066, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 325, + "instId": 300001, + "propState": 12, + "pos": { + "x": 33542, + "y": 64838, + "z": 805983 + }, + "rot": { + "x": 0, + "y": 85925, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 326, + "instId": 300001, + "propState": 10, + "pos": { + "x": -112674, + "y": 670, + "z": 247257 + }, + "rot": { + "x": 0, + "y": 120441, + "z": 0 + }, + "propId": 103012 + }, + { + "groupId": 326, + "instId": 300002, + "propState": 8, + "pos": { + "x": -112674, + "y": 670, + "z": 247257 + }, + "rot": { + "x": 0, + "y": 352875, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 326, + "instId": 300003, + "propState": 8, + "pos": { + "x": -112674, + "y": 670, + "z": 247257 + }, + "rot": { + "x": 0, + "y": 352875, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 326, + "instId": 300004, + "propState": 8, + "pos": { + "x": -112674, + "y": 670, + "z": 247257 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 326, + "instId": 300005, + "propState": 8, + "pos": { + "x": -112674, + "y": 670, + "z": 247257 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 326, + "instId": 300006, + "propState": 20, + "pos": { + "x": -125986, + "y": 670, + "z": 252354 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60302 + }, + { + "groupId": 326, + "instId": 300007, + "propState": 8, + "pos": { + "x": -125986, + "y": 670, + "z": 252354 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 327, + "instId": 300001, + "propState": 8, + "pos": { + "x": 9642, + "y": 4615, + "z": 283778 + }, + "rot": { + "x": 0, + "y": 349862, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 337, + "instId": 300001, + "propState": 11, + "pos": { + "x": -93710, + "y": 7259, + "z": 87420 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 60302 + }, + { + "groupId": 337, + "instId": 300002, + "propState": 8, + "pos": { + "x": -93710, + "y": 7259, + "z": 87420 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 337, + "instId": 300003, + "propState": 8, + "pos": { + "x": -93710, + "y": 7259, + "z": 87420 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 360, + "instId": 300001, + "propState": 8, + "pos": { + "x": -24, + "y": 4677, + "z": 281675 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 113 + }, + { + "groupId": 392, + "instId": 300001, + "propState": 11, + "pos": { + "x": 160120, + "y": 4760, + "z": 185200 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 60303 + }, + { + "groupId": 392, + "instId": 300002, + "propState": 8, + "pos": { + "x": 160120, + "y": 4760, + "z": 185200 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 392, + "instId": 300003, + "propState": 8, + "pos": { + "x": 160120, + "y": 4760, + "z": 185200 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 394, + "instId": 300001, + "propState": 11, + "pos": { + "x": -507060, + "y": 6044, + "z": -251940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60303 + }, + { + "groupId": 394, + "instId": 300002, + "propState": 8, + "pos": { + "x": -507060, + "y": 6044, + "z": -251940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 394, + "instId": 300003, + "propState": 8, + "pos": { + "x": -507060, + "y": 6044, + "z": -251940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 395, + "instId": 300001, + "propState": 11, + "pos": { + "x": -488690, + "y": -2966, + "z": -326960 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "propId": 60303 + }, + { + "groupId": 395, + "instId": 300002, + "propState": 8, + "pos": { + "x": -488690, + "y": -2966, + "z": -326960 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 395, + "instId": 300003, + "propState": 8, + "pos": { + "x": -488690, + "y": -2966, + "z": -326960 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 400, + "instId": 300001, + "propState": 8, + "pos": { + "x": -520450, + "y": 33045, + "z": -291257 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 401, + "instId": 300009, + "propState": 8, + "pos": { + "x": 451530, + "y": 452, + "z": 186820 + }, + "rot": { + "x": 0, + "y": 299254, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 402, + "instId": 300009, + "propState": 8, + "pos": { + "x": 37600, + "y": 81011, + "z": 789369 + }, + "rot": { + "x": 0, + "y": 102821, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 406, + "instId": 300001, + "propState": 12, + "pos": { + "x": 144665, + "y": 14217, + "z": 114376 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 406, + "instId": 300002, + "propState": 12, + "pos": { + "x": 149370, + "y": 14217, + "z": 119080 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 60301 + }, + { + "groupId": 406, + "instId": 300003, + "propState": 12, + "pos": { + "x": 147070, + "y": 14217, + "z": 116780 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 60303 + }, + { + "groupId": 408, + "instId": 300009, + "propState": 8, + "pos": { + "x": -483260, + "y": -3004, + "z": -267680 + }, + "rot": { + "x": 0, + "y": 359514, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 408, + "instId": 300010, + "propState": 8, + "pos": { + "x": -457719, + "y": 3006, + "z": -247133 + }, + "rot": { + "x": 0, + "y": 260879, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 408, + "instId": 300012, + "propState": 8, + "pos": { + "x": -454858, + "y": 3006, + "z": -293402 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 408, + "instId": 300001, + "propState": 8, + "pos": { + "x": -500928, + "y": 9044, + "z": -314403 + }, + "rot": { + "x": 0, + "y": 335220, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 408, + "instId": 300002, + "propState": 8, + "pos": { + "x": -495973, + "y": 9044, + "z": -309022 + }, + "rot": { + "x": 0, + "y": 318406, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 410, + "instId": 300001, + "propState": 8, + "pos": { + "x": -467940, + "y": -5750, + "z": -297090 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 410, + "instId": 300002, + "propState": 8, + "pos": { + "x": -467940, + "y": -12913, + "z": -325203 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 410, + "instId": 300003, + "propState": 8, + "pos": { + "x": -467940, + "y": -13097, + "z": -327665 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 411, + "instId": 300009, + "propState": 8, + "pos": { + "x": -509606, + "y": 26965, + "z": -296014 + }, + "rot": { + "x": 0, + "y": 286640, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 411, + "instId": 300012, + "propState": 8, + "pos": { + "x": -498534, + "y": 26980, + "z": -277999 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 411, + "instId": 300001, + "propState": 8, + "pos": { + "x": -509097, + "y": 26779, + "z": -295170 + }, + "rot": { + "x": 0, + "y": 279290, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 411, + "instId": 300002, + "propState": 8, + "pos": { + "x": -507125, + "y": 26965, + "z": -287160 + }, + "rot": { + "x": 0, + "y": 193647, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 411, + "instId": 300003, + "propState": 8, + "pos": { + "x": -490540, + "y": 26980, + "z": -291310 + }, + "rot": { + "x": 0, + "y": 99055, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 414, + "instId": 300009, + "propState": 8, + "pos": { + "x": -452997, + "y": 3006, + "z": -278634 + }, + "rot": { + "x": 0, + "y": 287090, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 414, + "instId": 300010, + "propState": 8, + "pos": { + "x": -451510, + "y": 3006, + "z": -254549 + }, + "rot": { + "x": 0, + "y": 192306, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 414, + "instId": 300012, + "propState": 8, + "pos": { + "x": -455180, + "y": 3006, + "z": -289150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 414, + "instId": 300001, + "propState": 8, + "pos": { + "x": -457879, + "y": 3006, + "z": -333591 + }, + "rot": { + "x": 0, + "y": 271878, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 414, + "instId": 300002, + "propState": 8, + "pos": { + "x": -490780, + "y": 5870, + "z": -326718 + }, + "rot": { + "x": 0, + "y": 336304, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 414, + "instId": 300003, + "propState": 8, + "pos": { + "x": -491179, + "y": 6044, + "z": -247568 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 414, + "instId": 300004, + "propState": 8, + "pos": { + "x": -500880, + "y": 9044, + "z": -270670 + }, + "rot": { + "x": 0, + "y": 40155, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 414, + "instId": 300005, + "propState": 8, + "pos": { + "x": -537160, + "y": 14870, + "z": -291020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 416, + "instId": 300009, + "propState": 8, + "pos": { + "x": -509606, + "y": 26965, + "z": -296014 + }, + "rot": { + "x": 0, + "y": 286640, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 416, + "instId": 300012, + "propState": 8, + "pos": { + "x": -488319, + "y": 26980, + "z": -283857 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 416, + "instId": 300001, + "propState": 8, + "pos": { + "x": -509097, + "y": 26779, + "z": -295170 + }, + "rot": { + "x": 0, + "y": 279290, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 416, + "instId": 300002, + "propState": 8, + "pos": { + "x": -487102, + "y": 26980, + "z": -298634 + }, + "rot": { + "x": 0, + "y": 138255, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 416, + "instId": 300003, + "propState": 8, + "pos": { + "x": -499301, + "y": 26980, + "z": -305085 + }, + "rot": { + "x": 0, + "y": 301755, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 420, + "instId": 300009, + "propState": 8, + "pos": { + "x": -452997, + "y": 3006, + "z": -278634 + }, + "rot": { + "x": 0, + "y": 287090, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 420, + "instId": 300010, + "propState": 8, + "pos": { + "x": -457016, + "y": 3006, + "z": -247147 + }, + "rot": { + "x": 0, + "y": 268152, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 420, + "instId": 300012, + "propState": 8, + "pos": { + "x": -455180, + "y": 3006, + "z": -289150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 420, + "instId": 300001, + "propState": 8, + "pos": { + "x": -457879, + "y": 3006, + "z": -333591 + }, + "rot": { + "x": 0, + "y": 271878, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 420, + "instId": 300002, + "propState": 8, + "pos": { + "x": -493935, + "y": 5870, + "z": -332883 + }, + "rot": { + "x": 0, + "y": 349002, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 420, + "instId": 300003, + "propState": 8, + "pos": { + "x": -491179, + "y": 6044, + "z": -247568 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 420, + "instId": 300004, + "propState": 8, + "pos": { + "x": -487896, + "y": 9044, + "z": -308143 + }, + "rot": { + "x": 0, + "y": 244514, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 420, + "instId": 300005, + "propState": 8, + "pos": { + "x": -481486, + "y": -2966, + "z": -323038 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 420, + "instId": 300006, + "propState": 8, + "pos": { + "x": -484204, + "y": -3004, + "z": -248429 + }, + "rot": { + "x": 0, + "y": 169895, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 420, + "instId": 300007, + "propState": 8, + "pos": { + "x": -487070, + "y": 6044, + "z": -251932 + }, + "rot": { + "x": 0, + "y": 179877, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 420, + "instId": 300008, + "propState": 8, + "pos": { + "x": -500880, + "y": 9044, + "z": -270670 + }, + "rot": { + "x": 0, + "y": 40155, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 420, + "instId": 300011, + "propState": 8, + "pos": { + "x": -501676, + "y": 33045, + "z": -303907 + }, + "rot": { + "x": 0, + "y": 315678, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 420, + "instId": 300013, + "propState": 8, + "pos": { + "x": -502435, + "y": 33045, + "z": -277968 + }, + "rot": { + "x": 0, + "y": 150592, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 423, + "instId": 300009, + "propState": 8, + "pos": { + "x": -509606, + "y": 26965, + "z": -296014 + }, + "rot": { + "x": 0, + "y": 286640, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 423, + "instId": 300012, + "propState": 8, + "pos": { + "x": -488319, + "y": 26980, + "z": -283857 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 423, + "instId": 300001, + "propState": 8, + "pos": { + "x": -509097, + "y": 26779, + "z": -295170 + }, + "rot": { + "x": 0, + "y": 279290, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 423, + "instId": 300002, + "propState": 8, + "pos": { + "x": -487102, + "y": 26980, + "z": -298634 + }, + "rot": { + "x": 0, + "y": 138255, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 423, + "instId": 300003, + "propState": 8, + "pos": { + "x": -499301, + "y": 26980, + "z": -305085 + }, + "rot": { + "x": 0, + "y": 301755, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 429, + "instId": 300001, + "propState": 18, + "pos": { + "x": -113061, + "y": 14523, + "z": 149608 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103083 + }, + { + "groupId": 429, + "instId": 300002, + "propState": 18, + "pos": { + "x": 47322, + "y": 13381, + "z": -3240 + }, + "rot": { + "x": 0, + "y": 112396, + "z": 0 + }, + "propId": 101028 + }, + { + "groupId": 429, + "instId": 300003, + "propState": 18, + "pos": { + "x": -49137, + "y": 12399, + "z": 48371 + }, + "rot": { + "x": 0, + "y": 304274, + "z": 0 + }, + "propId": 103037 + }, + { + "groupId": 429, + "instId": 300004, + "propState": 18, + "pos": { + "x": -37720, + "y": 12227, + "z": 37930 + }, + "rot": { + "x": 0, + "y": 176163, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 429, + "instId": 300005, + "propState": 18, + "pos": { + "x": -102, + "y": 10683, + "z": 149737 + }, + "rot": { + "x": 0, + "y": 263660, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 431, + "instId": 300001, + "propState": 8, + "pos": { + "x": 128800, + "y": 14357, + "z": 105731 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 431, + "instId": 300002, + "propState": 8, + "pos": { + "x": 133090, + "y": 14426, + "z": 130980 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 432, + "instId": 300003, + "propState": 18, + "pos": { + "x": -7023, + "y": 17978, + "z": 112427 + }, + "rot": { + "x": 0, + "y": 146959, + "z": 0 + }, + "propId": 103036 + }, + { + "groupId": 432, + "instId": 300004, + "propState": 18, + "pos": { + "x": 7159, + "y": 18369, + "z": 113214 + }, + "rot": { + "x": 0, + "y": 146959, + "z": 0 + }, + "propId": 103036 + }, + { + "groupId": 432, + "instId": 300005, + "propState": 18, + "pos": { + "x": -22596, + "y": 8802, + "z": 167342 + }, + "rot": { + "x": 0, + "y": 146959, + "z": 0 + }, + "propId": 103036 + }, + { + "groupId": 432, + "instId": 300006, + "propState": 18, + "pos": { + "x": -120529, + "y": 15214, + "z": 152000 + }, + "rot": { + "x": 0, + "y": 146959, + "z": 0 + }, + "propId": 103036 + }, + { + "groupId": 432, + "instId": 300007, + "propState": 18, + "pos": { + "x": 23278, + "y": 8793, + "z": 167736 + }, + "rot": { + "x": 0, + "y": 146959, + "z": 0 + }, + "propId": 103036 + }, + { + "groupId": 433, + "instId": 300001, + "propState": 18, + "pos": { + "x": 110913, + "y": 14510, + "z": 146775 + }, + "rot": { + "x": 0, + "y": 146959, + "z": 0 + }, + "propId": 103036 + }, + { + "groupId": 433, + "instId": 300002, + "propState": 18, + "pos": { + "x": -48946, + "y": 12399, + "z": 31708 + }, + "rot": { + "x": 0, + "y": 146959, + "z": 0 + }, + "propId": 103036 + }, + { + "groupId": 477, + "instId": 300001, + "propState": 18, + "pos": { + "x": -33, + "y": 5110, + "z": 274010 + }, + "rot": { + "x": 0, + "y": 278787, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 477, + "instId": 300002, + "propState": 18, + "pos": { + "x": -67190, + "y": 4064, + "z": 211920 + }, + "rot": { + "x": 0, + "y": 349472, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 477, + "instId": 300003, + "propState": 18, + "pos": { + "x": -120300, + "y": 15430, + "z": 141630 + }, + "rot": { + "x": 0, + "y": 324554, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 477, + "instId": 300004, + "propState": 18, + "pos": { + "x": 38159, + "y": 5634, + "z": 174275 + }, + "rot": { + "x": 0, + "y": 239540, + "z": 0 + }, + "propId": 103038 + }, + { + "groupId": 482, + "instId": 300001, + "propState": 8, + "pos": { + "x": 63280, + "y": 1699, + "z": 258020 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 801 + }, + { + "groupId": 483, + "instId": 300001, + "propState": 8, + "pos": { + "x": -159120, + "y": 4760, + "z": 190050 + }, + "rot": { + "x": 0, + "y": 35484, + "z": 0 + }, + "propId": 901 + }, + { + "groupId": 483, + "instId": 300002, + "propState": 8, + "pos": { + "x": -159410, + "y": 4760, + "z": 191270 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 489, + "instId": 300001, + "propState": 8, + "pos": { + "x": 49500, + "y": 13753, + "z": 4950 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 702 + }, + { + "groupId": 498, + "instId": 300001, + "propState": 8, + "pos": { + "x": 90140, + "y": 8259, + "z": 91590 + }, + "rot": { + "x": 0, + "y": 265635, + "z": 0 + }, + "propId": 702 + } + ], + "monsters": [ + { + "groupId": 13, + "instId": 200001, + "eventId": 20332170, + "pos": { + "x": 0, + "y": 10288, + "z": 147880 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002040 + }, + { + "groupId": 80, + "instId": 200002, + "eventId": 10301299, + "pos": { + "x": 128800, + "y": 14357, + "z": 105731 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "monsterId": 3003013 + }, + { + "groupId": 82, + "instId": 200002, + "eventId": 10301299, + "pos": { + "x": 1270, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 7010011 + }, + { + "groupId": 82, + "instId": 200001, + "eventId": 10301299, + "pos": { + "x": 128800, + "y": 14357, + "z": 105731 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "monsterId": 3003013 + }, + { + "groupId": 328, + "instId": 200001, + "eventId": 20332001, + "pos": { + "x": 3146, + "y": 7235, + "z": -62167 + }, + "rot": { + "x": 0, + "y": 205000, + "z": 0 + }, + "monsterId": 3012010 + }, + { + "groupId": 329, + "instId": 200001, + "eventId": 20332010, + "pos": { + "x": -20565, + "y": 4202, + "z": 165815 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "monsterId": 3002040 + }, + { + "groupId": 329, + "instId": 200002, + "eventId": 20332011, + "pos": { + "x": -56850, + "y": 2432, + "z": 183830 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "monsterId": 3002030 + }, + { + "groupId": 329, + "instId": 200003, + "eventId": 20332012, + "pos": { + "x": -79569, + "y": 670, + "z": 234924 + }, + "rot": { + "x": 0, + "y": 65885, + "z": 0 + }, + "monsterId": 3002020 + }, + { + "groupId": 329, + "instId": 200004, + "eventId": 20332013, + "pos": { + "x": -104418, + "y": 670, + "z": 246155 + }, + "rot": { + "x": 0, + "y": 69754, + "z": 0 + }, + "monsterId": 3002030 + }, + { + "groupId": 329, + "instId": 200005, + "eventId": 20332014, + "pos": { + "x": -103855, + "y": 670, + "z": 240758 + }, + "rot": { + "x": 0, + "y": 67507, + "z": 0 + }, + "monsterId": 3002040 + }, + { + "groupId": 329, + "instId": 200006, + "eventId": 20332015, + "pos": { + "x": 53947, + "y": 2432, + "z": 187784 + }, + "rot": { + "x": 0, + "y": 329288, + "z": 0 + }, + "monsterId": 3002040 + }, + { + "groupId": 329, + "instId": 200007, + "eventId": 20332016, + "pos": { + "x": 57233, + "y": 2432, + "z": 188186 + }, + "rot": { + "x": 0, + "y": 321018, + "z": 0 + }, + "monsterId": 3002030 + }, + { + "groupId": 329, + "instId": 200008, + "eventId": 20332017, + "pos": { + "x": 73473, + "y": 670, + "z": 225868 + }, + "rot": { + "x": 0, + "y": 301863, + "z": 0 + }, + "monsterId": 3002020 + }, + { + "groupId": 329, + "instId": 200009, + "eventId": 20332018, + "pos": { + "x": 97296, + "y": 670, + "z": 235901 + }, + "rot": { + "x": 0, + "y": 321018, + "z": 0 + }, + "monsterId": 3002030 + }, + { + "groupId": 329, + "instId": 200010, + "eventId": 20332019, + "pos": { + "x": 114420, + "y": 670, + "z": 255638 + }, + "rot": { + "x": 0, + "y": 272547, + "z": 0 + }, + "monsterId": 3002020 + }, + { + "groupId": 330, + "instId": 200001, + "eventId": 20332021, + "pos": { + "x": 407837, + "y": 6171, + "z": 191933 + }, + "rot": { + "x": 0, + "y": 69203, + "z": 0 + }, + "monsterId": 3012040 + }, + { + "groupId": 330, + "instId": 200002, + "eventId": 20332022, + "pos": { + "x": 409096, + "y": -2743, + "z": 150092 + }, + "rot": { + "x": 0, + "y": 53375, + "z": 0 + }, + "monsterId": 3012040 + }, + { + "groupId": 331, + "instId": 200001, + "eventId": 20332024, + "pos": { + "x": 434533, + "y": -2562, + "z": 201434 + }, + "rot": { + "x": 0, + "y": 115387, + "z": 0 + }, + "monsterId": 3012040 + }, + { + "groupId": 331, + "instId": 200002, + "eventId": 20332023, + "pos": { + "x": 439530, + "y": 638, + "z": 230150 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 332, + "instId": 200001, + "eventId": 20332027, + "pos": { + "x": 189540, + "y": 269, + "z": -381580 + }, + "rot": { + "x": 0, + "y": 110000, + "z": 0 + }, + "monsterId": 3002020 + }, + { + "groupId": 332, + "instId": 200002, + "eventId": 20332028, + "pos": { + "x": 190950, + "y": 269, + "z": -383520 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 332, + "instId": 200003, + "eventId": 20332029, + "pos": { + "x": 204546, + "y": -5573, + "z": -464218 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "monsterId": 3002020 + }, + { + "groupId": 332, + "instId": 200004, + "eventId": 20332030, + "pos": { + "x": 205711, + "y": -5573, + "z": -455684 + }, + "rot": { + "x": 0, + "y": 130000, + "z": 0 + }, + "monsterId": 3002040 + }, + { + "groupId": 333, + "instId": 200001, + "eventId": 20332036, + "pos": { + "x": 8287, + "y": 81640, + "z": 793809 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 334, + "instId": 200001, + "eventId": 20332035, + "pos": { + "x": 8532, + "y": 95267, + "z": 737460 + }, + "rot": { + "x": 0, + "y": 110000, + "z": 0 + }, + "monsterId": 3012040 + }, + { + "groupId": 335, + "instId": 200001, + "eventId": 20332037, + "pos": { + "x": 13986, + "y": 72655, + "z": 805983 + }, + "rot": { + "x": 0, + "y": 290000, + "z": 0 + }, + "monsterId": 3012040 + }, + { + "groupId": 336, + "instId": 200001, + "eventId": 20332038, + "pos": { + "x": 57035, + "y": 85738, + "z": 766101 + }, + "rot": { + "x": 0, + "y": 110000, + "z": 0 + }, + "monsterId": 3012040 + }, + { + "groupId": 336, + "instId": 200002, + "eventId": 20332039, + "pos": { + "x": 57060, + "y": 63790, + "z": 771790 + }, + "rot": { + "x": 0, + "y": 233365, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 337, + "instId": 200001, + "eventId": 20332231, + "pos": { + "x": -91880, + "y": 7259, + "z": 88820 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "monsterId": 3012040 + }, + { + "groupId": 337, + "instId": 200002, + "eventId": 20332232, + "pos": { + "x": -86581, + "y": 7259, + "z": 88827 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 3012040 + }, + { + "groupId": 373, + "instId": 200001, + "eventId": 20332101, + "pos": { + "x": 3146, + "y": 7235, + "z": -62167 + }, + "rot": { + "x": 0, + "y": 205000, + "z": 0 + }, + "monsterId": 3012010 + }, + { + "groupId": 374, + "instId": 200001, + "eventId": 20332110, + "pos": { + "x": -20565, + "y": 4202, + "z": 165815 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "monsterId": 3002040 + }, + { + "groupId": 374, + "instId": 200002, + "eventId": 20332111, + "pos": { + "x": -56850, + "y": 2432, + "z": 183830 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "monsterId": 3002030 + }, + { + "groupId": 374, + "instId": 200003, + "eventId": 20332112, + "pos": { + "x": -76077, + "y": 670, + "z": 245697 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3002020 + }, + { + "groupId": 374, + "instId": 200004, + "eventId": 20332113, + "pos": { + "x": -104418, + "y": 670, + "z": 246155 + }, + "rot": { + "x": 0, + "y": 69754, + "z": 0 + }, + "monsterId": 3002030 + }, + { + "groupId": 374, + "instId": 200005, + "eventId": 20332114, + "pos": { + "x": -103855, + "y": 670, + "z": 240758 + }, + "rot": { + "x": 0, + "y": 67507, + "z": 0 + }, + "monsterId": 3002040 + }, + { + "groupId": 374, + "instId": 200006, + "eventId": 20332115, + "pos": { + "x": 53947, + "y": 2432, + "z": 187784 + }, + "rot": { + "x": 0, + "y": 329288, + "z": 0 + }, + "monsterId": 3002040 + }, + { + "groupId": 374, + "instId": 200007, + "eventId": 20332116, + "pos": { + "x": 57233, + "y": 2432, + "z": 188186 + }, + "rot": { + "x": 0, + "y": 321018, + "z": 0 + }, + "monsterId": 3002030 + }, + { + "groupId": 374, + "instId": 200008, + "eventId": 20332117, + "pos": { + "x": 73473, + "y": 670, + "z": 225868 + }, + "rot": { + "x": 0, + "y": 301863, + "z": 0 + }, + "monsterId": 3002020 + }, + { + "groupId": 374, + "instId": 200009, + "eventId": 20332118, + "pos": { + "x": 97296, + "y": 670, + "z": 235901 + }, + "rot": { + "x": 0, + "y": 321018, + "z": 0 + }, + "monsterId": 3002030 + }, + { + "groupId": 374, + "instId": 200010, + "eventId": 20332119, + "pos": { + "x": 115716, + "y": 670, + "z": 259163 + }, + "rot": { + "x": 0, + "y": 202547, + "z": 0 + }, + "monsterId": 3002020 + }, + { + "groupId": 374, + "instId": 200011, + "eventId": 20332108, + "pos": { + "x": -62950, + "y": 733, + "z": 229190 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "monsterId": 3002030 + }, + { + "groupId": 374, + "instId": 200012, + "eventId": 20332109, + "pos": { + "x": 61850, + "y": 634, + "z": 230570 + }, + "rot": { + "x": 0, + "y": 310000, + "z": 0 + }, + "monsterId": 3002030 + }, + { + "groupId": 375, + "instId": 200001, + "eventId": 20332127, + "pos": { + "x": 189540, + "y": 269, + "z": -381580 + }, + "rot": { + "x": 0, + "y": 110000, + "z": 0 + }, + "monsterId": 3002020 + }, + { + "groupId": 375, + "instId": 200002, + "eventId": 20332128, + "pos": { + "x": 190950, + "y": 269, + "z": -383520 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 375, + "instId": 200003, + "eventId": 20332129, + "pos": { + "x": 204546, + "y": -5573, + "z": -464218 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "monsterId": 3002020 + }, + { + "groupId": 375, + "instId": 200004, + "eventId": 20332130, + "pos": { + "x": 205711, + "y": -5573, + "z": -455684 + }, + "rot": { + "x": 0, + "y": 130000, + "z": 0 + }, + "monsterId": 3002040 + }, + { + "groupId": 376, + "instId": 200001, + "eventId": 20332121, + "pos": { + "x": 407837, + "y": 6171, + "z": 191933 + }, + "rot": { + "x": 0, + "y": 69203, + "z": 0 + }, + "monsterId": 3012040 + }, + { + "groupId": 376, + "instId": 200002, + "eventId": 20332122, + "pos": { + "x": 409096, + "y": -2743, + "z": 150092 + }, + "rot": { + "x": 0, + "y": 53375, + "z": 0 + }, + "monsterId": 3012040 + }, + { + "groupId": 377, + "instId": 200001, + "eventId": 20332124, + "pos": { + "x": 434533, + "y": -2562, + "z": 201434 + }, + "rot": { + "x": 0, + "y": 64614, + "z": 0 + }, + "monsterId": 3012040 + }, + { + "groupId": 377, + "instId": 200002, + "eventId": 20332123, + "pos": { + "x": 439530, + "y": 638, + "z": 230150 + }, + "rot": { + "x": 0, + "y": 110000, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 378, + "instId": 200001, + "eventId": 20332136, + "pos": { + "x": 8287, + "y": 81640, + "z": 793809 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 379, + "instId": 200001, + "eventId": 20332135, + "pos": { + "x": 8532, + "y": 95267, + "z": 737460 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 3012040 + }, + { + "groupId": 380, + "instId": 200001, + "eventId": 20332138, + "pos": { + "x": 57035, + "y": 85738, + "z": 766101 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 3012040 + }, + { + "groupId": 380, + "instId": 200002, + "eventId": 20332139, + "pos": { + "x": 57060, + "y": 63790, + "z": 771790 + }, + "rot": { + "x": 0, + "y": 233365, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 381, + "instId": 200001, + "eventId": 20332137, + "pos": { + "x": 13986, + "y": 72655, + "z": 805983 + }, + "rot": { + "x": 0, + "y": 270100, + "z": 0 + }, + "monsterId": 3012040 + }, + { + "groupId": 382, + "instId": 200001, + "eventId": 20332142, + "pos": { + "x": 1482, + "y": 7220, + "z": -58090 + }, + "rot": { + "x": 0, + "y": 208434, + "z": 0 + }, + "monsterId": 3012010 + }, + { + "groupId": 382, + "instId": 200002, + "eventId": 20332143, + "pos": { + "x": -2748, + "y": 7220, + "z": -58313 + }, + "rot": { + "x": 0, + "y": 128660, + "z": 0 + }, + "monsterId": 3012010 + }, + { + "groupId": 383, + "instId": 200001, + "eventId": 20332146, + "pos": { + "x": 56448, + "y": 4211, + "z": 142151 + }, + "rot": { + "x": 0, + "y": 39568, + "z": 0 + }, + "monsterId": 3002040 + }, + { + "groupId": 383, + "instId": 200002, + "eventId": 20332147, + "pos": { + "x": 59361, + "y": 4211, + "z": 145812 + }, + "rot": { + "x": 0, + "y": 201505, + "z": 0 + }, + "monsterId": 3002040 + }, + { + "groupId": 392, + "instId": 200001, + "eventId": 20332235, + "pos": { + "x": 157913, + "y": 4760, + "z": 186007 + }, + "rot": { + "x": 0, + "y": 290000, + "z": 0 + }, + "monsterId": 3003040 + }, + { + "groupId": 394, + "instId": 200001, + "eventId": 20332236, + "pos": { + "x": -504170, + "y": 6044, + "z": -251890 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 3003050 + }, + { + "groupId": 395, + "instId": 200001, + "eventId": 20332237, + "pos": { + "x": -485890, + "y": -2966, + "z": -326960 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 3003030 + }, + { + "groupId": 409, + "instId": 200001, + "eventId": 20332171, + "pos": { + "x": -480978, + "y": -3004, + "z": -254901 + }, + "rot": { + "x": 0, + "y": 295164, + "z": 0 + }, + "monsterId": 3012040 + }, + { + "groupId": 409, + "instId": 200002, + "eventId": 20332174, + "pos": { + "x": -503684, + "y": 5870, + "z": -333839 + }, + "rot": { + "x": 0, + "y": 69203, + "z": 0 + }, + "monsterId": 3012040 + }, + { + "groupId": 409, + "instId": 200003, + "eventId": 20332175, + "pos": { + "x": -500575, + "y": 5870, + "z": -325895 + }, + "rot": { + "x": 0, + "y": 347912, + "z": 0 + }, + "monsterId": 3012010 + }, + { + "groupId": 412, + "instId": 200001, + "eventId": 20332172, + "pos": { + "x": -501641, + "y": 26980, + "z": -286539 + }, + "rot": { + "x": 0, + "y": 76731, + "z": 0 + }, + "monsterId": 3012040 + }, + { + "groupId": 412, + "instId": 200002, + "eventId": 20332173, + "pos": { + "x": -494139, + "y": 26980, + "z": -297222 + }, + "rot": { + "x": 0, + "y": 270100, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 413, + "instId": 200001, + "eventId": 20332181, + "pos": { + "x": -453073, + "y": 3006, + "z": -249044 + }, + "rot": { + "x": 0, + "y": 21046, + "z": 0 + }, + "monsterId": 3012040 + }, + { + "groupId": 413, + "instId": 200002, + "eventId": 20332185, + "pos": { + "x": -498205, + "y": 9044, + "z": -313380 + }, + "rot": { + "x": 0, + "y": 341529, + "z": 0 + }, + "monsterId": 3012010 + }, + { + "groupId": 417, + "instId": 200001, + "eventId": 20332182, + "pos": { + "x": -490044, + "y": 26980, + "z": -291056 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 3012040 + }, + { + "groupId": 417, + "instId": 200002, + "eventId": 20332183, + "pos": { + "x": -501660, + "y": 26980, + "z": -283960 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 417, + "instId": 200003, + "eventId": 20332184, + "pos": { + "x": -497503, + "y": 26980, + "z": -295934 + }, + "rot": { + "x": 0, + "y": 246037, + "z": 0 + }, + "monsterId": 3012040 + }, + { + "groupId": 419, + "instId": 200001, + "eventId": 20332191, + "pos": { + "x": -453073, + "y": 3006, + "z": -249103 + }, + "rot": { + "x": 0, + "y": 42823, + "z": 0 + }, + "monsterId": 3012040 + }, + { + "groupId": 419, + "instId": 200002, + "eventId": 20332192, + "pos": { + "x": -503684, + "y": 5870, + "z": -333839 + }, + "rot": { + "x": 0, + "y": 69203, + "z": 0 + }, + "monsterId": 3012040 + }, + { + "groupId": 419, + "instId": 200003, + "eventId": 20332193, + "pos": { + "x": -500575, + "y": 5870, + "z": -325895 + }, + "rot": { + "x": 0, + "y": 347912, + "z": 0 + }, + "monsterId": 3012010 + }, + { + "groupId": 419, + "instId": 200004, + "eventId": 20332194, + "pos": { + "x": -493411, + "y": 33045, + "z": -284980 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 3012040 + }, + { + "groupId": 419, + "instId": 200005, + "eventId": 20332195, + "pos": { + "x": -507030, + "y": 33045, + "z": -296283 + }, + "rot": { + "x": 0, + "y": 292513, + "z": 0 + }, + "monsterId": 3012010 + }, + { + "groupId": 419, + "instId": 200006, + "eventId": 20332198, + "pos": { + "x": -507594, + "y": 33045, + "z": -286643 + }, + "rot": { + "x": 0, + "y": 256881, + "z": 0 + }, + "monsterId": 3012010 + }, + { + "groupId": 422, + "instId": 200001, + "eventId": 20332196, + "pos": { + "x": -488578, + "y": 26980, + "z": -296536 + }, + "rot": { + "x": 0, + "y": 270100, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 422, + "instId": 200002, + "eventId": 20332197, + "pos": { + "x": -501660, + "y": 26980, + "z": -283960 + }, + "rot": { + "x": 0, + "y": 89900, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 431, + "instId": 200001, + "eventId": 10301299, + "pos": { + "x": 125785, + "y": 14266, + "z": 109206 + }, + "rot": { + "x": 0, + "y": 5680, + "z": 0 + }, + "monsterId": 3002041 + }, + { + "groupId": 431, + "instId": 200003, + "eventId": 10301299, + "pos": { + "x": 158873, + "y": 14266, + "z": 130042 + }, + "rot": { + "x": 0, + "y": 310511, + "z": 0 + }, + "monsterId": 3002011 + }, + { + "groupId": 431, + "instId": 200004, + "eventId": 10301299, + "pos": { + "x": 132814, + "y": 14266, + "z": 127332 + }, + "rot": { + "x": 0, + "y": 60207, + "z": 0 + }, + "monsterId": 3002011 + }, + { + "groupId": 431, + "instId": 200005, + "eventId": 10301299, + "pos": { + "x": 137594, + "y": 14266, + "z": 132299 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "monsterId": 3002041 + }, + { + "groupId": 431, + "instId": 200006, + "eventId": 10301299, + "pos": { + "x": 155924, + "y": 14266, + "z": 135294 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "monsterId": 3002041 + }, + { + "groupId": 489, + "instId": 200001, + "eventId": 101221, + "pos": { + "x": 49500, + "y": 12753, + "z": 4950 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 3003054 + }, + { + "groupId": 498, + "instId": 200001, + "eventId": 101219, + "pos": { + "x": 90140, + "y": 7259, + "z": 91590 + }, + "rot": { + "x": 0, + "y": 355635, + "z": 0 + }, + "monsterId": 3003043 + } + ], + "teleports": [ + { + "anchorId": 1, + "groupId": 9, + "instId": 300001, + "pos": { + "x": 150, + "y": 11551, + "z": 430 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2033201 + }, + { + "anchorId": 2, + "groupId": 9, + "instId": 300002, + "pos": { + "x": -50, + "y": 4741, + "z": 154460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2033202 + }, + { + "anchorId": 3, + "groupId": 9, + "instId": 300003, + "pos": { + "x": -132537, + "y": 14692, + "z": 147035 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "teleportId": 2033203 + }, + { + "anchorId": 4, + "groupId": 9, + "instId": 300004, + "pos": { + "x": 135158, + "y": 14690, + "z": 151012 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "teleportId": 2033204 + }, + { + "anchorId": 1, + "groupId": 360, + "instId": 300001, + "pos": { + "x": -30, + "y": 4662, + "z": 279240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 1305 + }, + { + "anchorId": 1, + "groupId": 482, + "instId": 300001, + "pos": { + "x": 64574, + "y": 1699, + "z": 258502 + }, + "rot": { + "x": 0, + "y": 243401, + "z": 0 + }, + "teleportId": 1023 + }, + { + "anchorId": 1, + "groupId": 483, + "instId": 300001, + "pos": { + "x": -157817, + "y": 4760, + "z": 189120 + }, + "rot": { + "x": 0, + "y": 305484, + "z": 0 + }, + "teleportId": 1210 + }, + { + "anchorId": 1, + "groupId": 489, + "instId": 300001, + "pos": { + "x": 43430, + "y": 12753, + "z": 4950 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "teleportId": 1121 + }, + { + "anchorId": 1, + "groupId": 498, + "instId": 300001, + "pos": { + "x": 89970, + "y": 7259, + "z": 97360 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "teleportId": 1119 + } + ] + }, + { + "planeID": 20421, + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": -27147, + "y": 175260, + "z": 330625 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 104017 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 8, + "pos": { + "x": -9156, + "y": 175281, + "z": 348581 + }, + "rot": { + "x": 0, + "y": 74768, + "z": 0 + }, + "propId": 104017 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 8, + "pos": { + "x": 48311, + "y": 175300, + "z": 305012 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 104017 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 8, + "pos": { + "x": -25150, + "y": 175260, + "z": 328568 + }, + "rot": { + "x": 0, + "y": 191320, + "z": 0 + }, + "propId": 104004 + }, + { + "groupId": 6, + "instId": 300005, + "propState": 8, + "pos": { + "x": -6719, + "y": 175252, + "z": 346425 + }, + "rot": { + "x": 0, + "y": 74768, + "z": 0 + }, + "propId": 104004 + }, + { + "groupId": 6, + "instId": 300006, + "propState": 8, + "pos": { + "x": 51434, + "y": 175270, + "z": 306166 + }, + "rot": { + "x": 0, + "y": 74768, + "z": 0 + }, + "propId": 104004 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": -21660, + "y": 166211, + "z": 324690 + }, + "rot": { + "x": 0, + "y": 324295, + "z": 0 + }, + "propId": 104167 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 8, + "pos": { + "x": -21660, + "y": 166210, + "z": 324690 + }, + "rot": { + "x": 0, + "y": 324295, + "z": 0 + }, + "propId": 104166 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 8, + "pos": { + "x": 540, + "y": 166210, + "z": 340960 + }, + "rot": { + "x": 0, + "y": 19123, + "z": 0 + }, + "propId": 104168 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 8, + "pos": { + "x": 20190, + "y": 166210, + "z": 311899 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 104016 + }, + { + "groupId": 7, + "instId": 300005, + "propState": 8, + "pos": { + "x": -6530, + "y": 166210, + "z": 332046 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 7, + "instId": 300006, + "propState": 8, + "pos": { + "x": -18810, + "y": 166210, + "z": 320000 + }, + "rot": { + "x": 0, + "y": 330244, + "z": 0 + }, + "propId": 104168 + }, + { + "groupId": 7, + "instId": 300007, + "propState": 8, + "pos": { + "x": 9760, + "y": 157840, + "z": 331950 + }, + "rot": { + "x": 0, + "y": 331967, + "z": 0 + }, + "propId": 104178 + }, + { + "groupId": 7, + "instId": 300008, + "propState": 8, + "pos": { + "x": -12403, + "y": 166212, + "z": 329687 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 7, + "instId": 300009, + "propState": 8, + "pos": { + "x": -18810, + "y": 166210, + "z": 320000 + }, + "rot": { + "x": 0, + "y": 330244, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 7, + "instId": 300010, + "propState": 8, + "pos": { + "x": 540, + "y": 166210, + "z": 340960 + }, + "rot": { + "x": 0, + "y": 19123, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 7, + "instId": 300011, + "propState": 1, + "pos": { + "x": 9760, + "y": 157970, + "z": 331950 + }, + "rot": { + "x": 0, + "y": 331967, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 7, + "instId": 300012, + "propState": 8, + "pos": { + "x": 1437, + "y": 165532, + "z": 318769 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 119 + }, + { + "groupId": 7, + "instId": 300014, + "propState": 8, + "pos": { + "x": 11340, + "y": 166233, + "z": 310200 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 104032 + }, + { + "groupId": 7, + "instId": 300017, + "propState": 8, + "pos": { + "x": -40, + "y": 166233, + "z": 322020 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 104032 + }, + { + "groupId": 7, + "instId": 300019, + "propState": 8, + "pos": { + "x": -830, + "y": 165890, + "z": 322280 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 7, + "instId": 300020, + "propState": 8, + "pos": { + "x": 10920, + "y": 165890, + "z": 310530 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 8, + "pos": { + "x": 15560, + "y": 175304, + "z": 318350 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 104022 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 8, + "pos": { + "x": -7940, + "y": 157840, + "z": 294630 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 8, + "pos": { + "x": 9690, + "y": 157840, + "z": 307790 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": -2928, + "y": 157980, + "z": 300043 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 8, + "pos": { + "x": 10620, + "y": 166190, + "z": 311020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 8, + "pos": { + "x": 18080, + "y": 157840, + "z": 334040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 1, + "pos": { + "x": -4660, + "y": 175280, + "z": 313520 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 104022 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 8, + "pos": { + "x": -1000, + "y": 157840, + "z": 322660 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 9, + "instId": 300004, + "propState": 8, + "pos": { + "x": 11930, + "y": 159000, + "z": 328620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 9, + "instId": 300005, + "propState": 8, + "pos": { + "x": -2120, + "y": 166200, + "z": 322155 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 9, + "instId": 300006, + "propState": 8, + "pos": { + "x": 3318, + "y": 166843, + "z": 320072 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 104177 + }, + { + "groupId": 9, + "instId": 300007, + "propState": 8, + "pos": { + "x": 2135, + "y": 166843, + "z": 323273 + }, + "rot": { + "x": 0, + "y": 91328, + "z": 0 + }, + "propId": 104177 + }, + { + "groupId": 9, + "instId": 300008, + "propState": 8, + "pos": { + "x": 2290, + "y": 166843, + "z": 321571 + }, + "rot": { + "x": 0, + "y": 76312, + "z": 0 + }, + "propId": 104177 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 1, + "pos": { + "x": -5430, + "y": 175333, + "z": 363950 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104001 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 1, + "pos": { + "x": -5430, + "y": 207025, + "z": 363950 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104001 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 1, + "pos": { + "x": -5430, + "y": 175333, + "z": 363950 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104014 + }, + { + "groupId": 10, + "instId": 300004, + "propState": 1, + "pos": { + "x": -5430, + "y": 207025, + "z": 363950 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104014 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 1, + "pos": { + "x": 62140, + "y": 167023, + "z": 318180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104001 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 1, + "pos": { + "x": 62140, + "y": 206910, + "z": 318180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104001 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 1, + "pos": { + "x": 62140, + "y": 167023, + "z": 318180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104014 + }, + { + "groupId": 11, + "instId": 300004, + "propState": 1, + "pos": { + "x": 62140, + "y": 206910, + "z": 318180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104014 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 1, + "pos": { + "x": 10620, + "y": 186891, + "z": -73015 + }, + "rot": { + "x": 0, + "y": 348899, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 1, + "pos": { + "x": 94150, + "y": 183625, + "z": 8020 + }, + "rot": { + "x": 0, + "y": 233499, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 12, + "instId": 300003, + "propState": 0, + "pos": { + "x": 10620, + "y": 186891, + "z": -73015 + }, + "rot": { + "x": 0, + "y": 348899, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 12, + "instId": 300004, + "propState": 0, + "pos": { + "x": 94150, + "y": 183625, + "z": 8020 + }, + "rot": { + "x": 0, + "y": 233499, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 13, + "instId": 300001, + "propState": 8, + "pos": { + "x": -2688, + "y": 180160, + "z": -132605 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 8, + "pos": { + "x": 33219, + "y": 190022, + "z": 194000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 8, + "pos": { + "x": 1430, + "y": 207225, + "z": 295929 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 13, + "instId": 300005, + "propState": 8, + "pos": { + "x": 31487, + "y": 344901, + "z": 339987 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 13, + "instId": 300006, + "propState": 8, + "pos": { + "x": 65791, + "y": 392510, + "z": 335750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 14, + "instId": 300001, + "propState": 12, + "pos": { + "x": -38882, + "y": 187433, + "z": -88957 + }, + "rot": { + "x": 0, + "y": 100976, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 12, + "pos": { + "x": 90000, + "y": 183082, + "z": 25400 + }, + "rot": { + "x": 0, + "y": 95525, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 14, + "instId": 300003, + "propState": 12, + "pos": { + "x": 20786, + "y": 190714, + "z": 32972 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 14, + "instId": 300004, + "propState": 12, + "pos": { + "x": 50956, + "y": 196798, + "z": 200512 + }, + "rot": { + "x": 0, + "y": 88597, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 14, + "instId": 300005, + "propState": 12, + "pos": { + "x": -71757, + "y": 207030, + "z": 229181 + }, + "rot": { + "x": 0, + "y": 78087, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 14, + "instId": 300006, + "propState": 12, + "pos": { + "x": -2959, + "y": 207003, + "z": 341009 + }, + "rot": { + "x": 0, + "y": 159356, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 14, + "instId": 300008, + "propState": 12, + "pos": { + "x": 74493, + "y": 207636, + "z": 209874 + }, + "rot": { + "x": 0, + "y": 327992, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 14, + "instId": 300009, + "propState": 12, + "pos": { + "x": 119765, + "y": 220066, + "z": 312390 + }, + "rot": { + "x": 0, + "y": 163500, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 14, + "instId": 300011, + "propState": 12, + "pos": { + "x": 7734, + "y": 392060, + "z": 349894 + }, + "rot": { + "x": 0, + "y": 137688, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 14, + "instId": 300012, + "propState": 12, + "pos": { + "x": 39790, + "y": 190024, + "z": 195604 + }, + "rot": { + "x": 0, + "y": 268353, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 15, + "instId": 300002, + "propState": 8, + "pos": { + "x": 28580, + "y": 190121, + "z": 209990 + }, + "rot": { + "x": 0, + "y": 237461, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 15, + "instId": 300011, + "propState": 8, + "pos": { + "x": 118174, + "y": 197718, + "z": 241712 + }, + "rot": { + "x": 0, + "y": 335194, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 15, + "instId": 300015, + "propState": 8, + "pos": { + "x": 136517, + "y": 377315, + "z": 350017 + }, + "rot": { + "x": 0, + "y": 33816, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 15, + "instId": 300010, + "propState": 8, + "pos": { + "x": 118684, + "y": 216393, + "z": 244893 + }, + "rot": { + "x": 0, + "y": 237461, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 15, + "instId": 300012, + "propState": 8, + "pos": { + "x": 182714, + "y": 254126, + "z": 383947 + }, + "rot": { + "x": 0, + "y": 297, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 15, + "instId": 300025, + "propState": 8, + "pos": { + "x": 181252, + "y": 254091, + "z": 388420 + }, + "rot": { + "x": 0, + "y": 317288, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 15, + "instId": 300013, + "propState": 8, + "pos": { + "x": 189851, + "y": 259722, + "z": 420178 + }, + "rot": { + "x": 0, + "y": 303782, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 15, + "instId": 300014, + "propState": 8, + "pos": { + "x": 122143, + "y": 209561, + "z": 202580 + }, + "rot": { + "x": 0, + "y": 117106, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 15, + "instId": 300001, + "propState": 8, + "pos": { + "x": -11120, + "y": 185973, + "z": -85528 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 15, + "instId": 300004, + "propState": 8, + "pos": { + "x": 20989, + "y": 190456, + "z": 34335 + }, + "rot": { + "x": 0, + "y": 115, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 15, + "instId": 300005, + "propState": 8, + "pos": { + "x": 14429, + "y": 190700, + "z": 42224 + }, + "rot": { + "x": 0, + "y": 119689, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 15, + "instId": 300006, + "propState": 8, + "pos": { + "x": 14202, + "y": 190700, + "z": 70944 + }, + "rot": { + "x": 0, + "y": 77145, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 15, + "instId": 300007, + "propState": 8, + "pos": { + "x": 22764, + "y": 187106, + "z": 93666 + }, + "rot": { + "x": 0, + "y": 232533, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 15, + "instId": 300009, + "propState": 8, + "pos": { + "x": -14992, + "y": 200323, + "z": 212225 + }, + "rot": { + "x": 0, + "y": 185754, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 15, + "instId": 300016, + "propState": 8, + "pos": { + "x": -70708, + "y": 206560, + "z": 228577 + }, + "rot": { + "x": 0, + "y": 125629, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 15, + "instId": 300017, + "propState": 8, + "pos": { + "x": -71157, + "y": 206620, + "z": 230357 + }, + "rot": { + "x": 0, + "y": 31949, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 15, + "instId": 300018, + "propState": 8, + "pos": { + "x": -55717, + "y": 207030, + "z": 220043 + }, + "rot": { + "x": 0, + "y": 36653, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 15, + "instId": 300019, + "propState": 8, + "pos": { + "x": -45620, + "y": 207030, + "z": 249850 + }, + "rot": { + "x": 0, + "y": 201005, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 15, + "instId": 300020, + "propState": 8, + "pos": { + "x": -40340, + "y": 207030, + "z": 246620 + }, + "rot": { + "x": 0, + "y": 217744, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 15, + "instId": 300021, + "propState": 8, + "pos": { + "x": -10843, + "y": 207044, + "z": 268667 + }, + "rot": { + "x": 0, + "y": 316623, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 15, + "instId": 300022, + "propState": 8, + "pos": { + "x": -2390, + "y": 207044, + "z": 284007 + }, + "rot": { + "x": 0, + "y": 134290, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 15, + "instId": 300023, + "propState": 8, + "pos": { + "x": -17937, + "y": 207029, + "z": 355909 + }, + "rot": { + "x": 0, + "y": 135755, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 15, + "instId": 300024, + "propState": 8, + "pos": { + "x": 22056, + "y": 207071, + "z": 289303 + }, + "rot": { + "x": 0, + "y": 334078, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 15, + "instId": 300027, + "propState": 8, + "pos": { + "x": 43203, + "y": 207003, + "z": 312873 + }, + "rot": { + "x": 0, + "y": 298346, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 15, + "instId": 300029, + "propState": 8, + "pos": { + "x": 72841, + "y": 220574, + "z": 295062 + }, + "rot": { + "x": 0, + "y": 355357, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 15, + "instId": 300028, + "propState": 8, + "pos": { + "x": 113680, + "y": 220096, + "z": 302760 + }, + "rot": { + "x": 0, + "y": 253866, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 15, + "instId": 300008, + "propState": 8, + "pos": { + "x": 135475, + "y": 220012, + "z": 271991 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 15, + "instId": 300030, + "propState": 8, + "pos": { + "x": 128360, + "y": 220066, + "z": 294616 + }, + "rot": { + "x": 0, + "y": 242964, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 15, + "instId": 300031, + "propState": 8, + "pos": { + "x": 80298, + "y": 210572, + "z": 229476 + }, + "rot": { + "x": 0, + "y": 99905, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 15, + "instId": 300033, + "propState": 8, + "pos": { + "x": 56607, + "y": 207721, + "z": 214424 + }, + "rot": { + "x": 0, + "y": 111248, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 15, + "instId": 300034, + "propState": 8, + "pos": { + "x": 131595, + "y": 213686, + "z": 235216 + }, + "rot": { + "x": 0, + "y": 129629, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 15, + "instId": 300035, + "propState": 8, + "pos": { + "x": 113248, + "y": 196798, + "z": 208542 + }, + "rot": { + "x": 0, + "y": 311098, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 15, + "instId": 300049, + "propState": 8, + "pos": { + "x": 73930, + "y": 196798, + "z": 208595 + }, + "rot": { + "x": 0, + "y": 324289, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 15, + "instId": 300036, + "propState": 8, + "pos": { + "x": 183100, + "y": 254214, + "z": 375960 + }, + "rot": { + "x": 0, + "y": 307155, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 15, + "instId": 300038, + "propState": 8, + "pos": { + "x": 31509, + "y": 335212, + "z": 435220 + }, + "rot": { + "x": 0, + "y": 77705, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 15, + "instId": 300039, + "propState": 8, + "pos": { + "x": 39800, + "y": 337914, + "z": 389840 + }, + "rot": { + "x": 0, + "y": 322625, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 15, + "instId": 300042, + "propState": 8, + "pos": { + "x": 31950, + "y": 337914, + "z": 390120 + }, + "rot": { + "x": 0, + "y": 19333, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 15, + "instId": 300040, + "propState": 8, + "pos": { + "x": 72511, + "y": 300116, + "z": 366307 + }, + "rot": { + "x": 0, + "y": 350675, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 15, + "instId": 300041, + "propState": 8, + "pos": { + "x": 40075, + "y": 343795, + "z": 353241 + }, + "rot": { + "x": 0, + "y": 269166, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 15, + "instId": 300043, + "propState": 8, + "pos": { + "x": -21270, + "y": 343661, + "z": 322813 + }, + "rot": { + "x": 0, + "y": 183955, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 15, + "instId": 300044, + "propState": 8, + "pos": { + "x": -33656, + "y": 342486, + "z": 329015 + }, + "rot": { + "x": 0, + "y": 122144, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 15, + "instId": 300045, + "propState": 8, + "pos": { + "x": -22786, + "y": 340066, + "z": 353092 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 15, + "instId": 300047, + "propState": 8, + "pos": { + "x": 33617, + "y": 393600, + "z": 354291 + }, + "rot": { + "x": 0, + "y": 161772, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 15, + "instId": 300048, + "propState": 8, + "pos": { + "x": 26128, + "y": 393021, + "z": 284717 + }, + "rot": { + "x": 0, + "y": 343295, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 1, + "pos": { + "x": 20024, + "y": 186589, + "z": 101257 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 1, + "pos": { + "x": 20058, + "y": 184094, + "z": 164036 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 17, + "instId": 300003, + "propState": 0, + "pos": { + "x": 20024, + "y": 186549, + "z": 101257 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 17, + "instId": 300004, + "propState": 0, + "pos": { + "x": 20058, + "y": 184094, + "z": 164036 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 18, + "instId": 300001, + "propState": 1, + "pos": { + "x": 180077, + "y": 270587, + "z": 464475 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 1, + "pos": { + "x": 44395, + "y": 329687, + "z": 459059 + }, + "rot": { + "x": 0, + "y": 47665, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 18, + "instId": 300003, + "propState": 1, + "pos": { + "x": 115569, + "y": 300297, + "z": 387286 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 18, + "instId": 300004, + "propState": 0, + "pos": { + "x": 44395, + "y": 329687, + "z": 459059 + }, + "rot": { + "x": 0, + "y": 47665, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 18, + "instId": 300005, + "propState": 0, + "pos": { + "x": 115569, + "y": 300297, + "z": 387286 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 18, + "instId": 300006, + "propState": 0, + "pos": { + "x": 180077, + "y": 270587, + "z": 464475 + }, + "rot": { + "x": 0, + "y": 229153, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 19, + "instId": 300001, + "propState": 1, + "pos": { + "x": 169285, + "y": 224213, + "z": 288968 + }, + "rot": { + "x": 0, + "y": 209260, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 19, + "instId": 300002, + "propState": 1, + "pos": { + "x": 173449, + "y": 250487, + "z": 343487 + }, + "rot": { + "x": 0, + "y": 182221, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 19, + "instId": 300003, + "propState": 0, + "pos": { + "x": 169285, + "y": 224213, + "z": 288968 + }, + "rot": { + "x": 0, + "y": 209260, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 19, + "instId": 300004, + "propState": 0, + "pos": { + "x": 173449, + "y": 250487, + "z": 343487 + }, + "rot": { + "x": 0, + "y": 182221, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 20, + "instId": 300001, + "propState": 1, + "pos": { + "x": 82116, + "y": 359306, + "z": 366561 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 1, + "pos": { + "x": 130996, + "y": 376665, + "z": 368347 + }, + "rot": { + "x": 0, + "y": 34924, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 20, + "instId": 300003, + "propState": 0, + "pos": { + "x": 82116, + "y": 359306, + "z": 366561 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 20, + "instId": 300004, + "propState": 0, + "pos": { + "x": 130996, + "y": 376665, + "z": 368347 + }, + "rot": { + "x": 0, + "y": 34924, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 21, + "instId": 300001, + "propState": 0, + "pos": { + "x": -41840, + "y": 206989, + "z": 250054 + }, + "rot": { + "x": 0, + "y": 30921, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 21, + "instId": 300002, + "propState": 1, + "pos": { + "x": 115490, + "y": 220184, + "z": 287880 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 21, + "instId": 300004, + "propState": 1, + "pos": { + "x": 50065, + "y": 207028, + "z": 315688 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104004 + }, + { + "groupId": 21, + "instId": 300005, + "propState": 1, + "pos": { + "x": 48255, + "y": 207003, + "z": 318220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104007 + }, + { + "groupId": 21, + "instId": 300006, + "propState": 1, + "pos": { + "x": -8530, + "y": 206998, + "z": 341810 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 104007 + }, + { + "groupId": 23, + "instId": 300001, + "propState": 8, + "pos": { + "x": -10590, + "y": 166210, + "z": 339290 + }, + "rot": { + "x": 0, + "y": 287095, + "z": 0 + }, + "propId": 104178 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 8, + "pos": { + "x": -10119, + "y": 175280, + "z": 343442 + }, + "rot": { + "x": 0, + "y": 255165, + "z": 0 + }, + "propId": 104016 + }, + { + "groupId": 23, + "instId": 300003, + "propState": 1, + "pos": { + "x": -10590, + "y": 166210, + "z": 339290 + }, + "rot": { + "x": 0, + "y": 287095, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 23, + "instId": 300004, + "propState": 8, + "pos": { + "x": -490, + "y": 165650, + "z": 322230 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 23, + "instId": 300005, + "propState": 8, + "pos": { + "x": 11390, + "y": 165650, + "z": 310350 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 23, + "instId": 300006, + "propState": 8, + "pos": { + "x": -150, + "y": 165650, + "z": 302380 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 24, + "instId": 300001, + "propState": 0, + "pos": { + "x": -52930, + "y": 340000, + "z": 346570 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 104017 + }, + { + "groupId": 24, + "instId": 300004, + "propState": 0, + "pos": { + "x": -52690, + "y": 340000, + "z": 349340 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 104004 + }, + { + "groupId": 24, + "instId": 300002, + "propState": 1, + "pos": { + "x": -84950, + "y": 348999, + "z": 360780 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 104038 + }, + { + "groupId": 24, + "instId": 300007, + "propState": 0, + "pos": { + "x": -47020, + "y": 326634, + "z": 371210 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 104182 + }, + { + "groupId": 24, + "instId": 300009, + "propState": 1, + "pos": { + "x": -81879, + "y": 348999, + "z": 366592 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 24, + "instId": 300006, + "propState": 1, + "pos": { + "x": -84751, + "y": 348999, + "z": 356557 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104039 + }, + { + "groupId": 25, + "instId": 300001, + "propState": 8, + "pos": { + "x": -52930, + "y": 340000, + "z": 346570 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 104236 + }, + { + "groupId": 25, + "instId": 300002, + "propState": 8, + "pos": { + "x": -22730, + "y": 340000, + "z": 376620 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 104236 + }, + { + "groupId": 26, + "instId": 300001, + "propState": 8, + "pos": { + "x": -65220, + "y": 349150, + "z": 364090 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 104022 + }, + { + "groupId": 26, + "instId": 300002, + "propState": 1, + "pos": { + "x": -38350, + "y": 340590, + "z": 379590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 26, + "instId": 300003, + "propState": 8, + "pos": { + "x": -73430, + "y": 349100, + "z": 388110 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 26, + "instId": 300004, + "propState": 8, + "pos": { + "x": -70500, + "y": 306700, + "z": 379960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 26, + "instId": 300005, + "propState": 8, + "pos": { + "x": -38310, + "y": 297360, + "z": 379770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 27, + "instId": 300001, + "propState": 8, + "pos": { + "x": -53110, + "y": 350000, + "z": 393360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 27, + "instId": 300002, + "propState": 1, + "pos": { + "x": -40540, + "y": 349160, + "z": 388920 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 104022 + }, + { + "groupId": 27, + "instId": 300003, + "propState": 1, + "pos": { + "x": -53850, + "y": 341770, + "z": 366280 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 27, + "instId": 300004, + "propState": 8, + "pos": { + "x": -55880, + "y": 297360, + "z": 362280 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 27, + "instId": 300005, + "propState": 8, + "pos": { + "x": -54227, + "y": 306690, + "z": 341860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 29, + "instId": 300001, + "propState": 2, + "pos": { + "x": 49920, + "y": 196798, + "z": 204252 + }, + "rot": { + "x": 0, + "y": 91958, + "z": 0 + }, + "propId": 104017 + }, + { + "groupId": 29, + "instId": 300002, + "propState": 0, + "pos": { + "x": 50994, + "y": 196798, + "z": 206612 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104004 + }, + { + "groupId": 30, + "instId": 300002, + "propState": 8, + "pos": { + "x": 164057, + "y": 264385, + "z": 384972 + }, + "rot": { + "x": 0, + "y": 4933, + "z": 0 + }, + "propId": 104089 + }, + { + "groupId": 30, + "instId": 300003, + "propState": 20, + "pos": { + "x": 181167, + "y": 254092, + "z": 393457 + }, + "rot": { + "x": 0, + "y": 213419, + "z": 0 + }, + "propId": 60402 + }, + { + "groupId": 31, + "instId": 300008, + "propState": 8, + "pos": { + "x": 174127, + "y": 254246, + "z": 396001 + }, + "rot": { + "x": 0, + "y": 155689, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 31, + "instId": 300003, + "propState": 8, + "pos": { + "x": 150500, + "y": 282150, + "z": 501380 + }, + "rot": { + "x": 0, + "y": 233084, + "z": 0 + }, + "propId": 104119 + }, + { + "groupId": 31, + "instId": 300004, + "propState": 8, + "pos": { + "x": 171845, + "y": 254706, + "z": 396151 + }, + "rot": { + "x": 0, + "y": 12333, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 31, + "instId": 300005, + "propState": 8, + "pos": { + "x": 167711, + "y": 254442, + "z": 398602 + }, + "rot": { + "x": 0, + "y": 76375, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 31, + "instId": 300006, + "propState": 8, + "pos": { + "x": 169883, + "y": 254901, + "z": 397353 + }, + "rot": { + "x": 0, + "y": 9722, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 31, + "instId": 300007, + "propState": 8, + "pos": { + "x": 173814, + "y": 254925, + "z": 398379 + }, + "rot": { + "x": 0, + "y": 4858, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 31, + "instId": 300009, + "propState": 8, + "pos": { + "x": 190630, + "y": 260910, + "z": 423080 + }, + "rot": { + "x": 0, + "y": 298495, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 31, + "instId": 300002, + "propState": 8, + "pos": { + "x": 167800, + "y": 254790, + "z": 395940 + }, + "rot": { + "x": 0, + "y": 344780, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 31, + "instId": 300010, + "propState": 8, + "pos": { + "x": 163542, + "y": 254146, + "z": 388667 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 32, + "instId": 300001, + "propState": 8, + "pos": { + "x": 147600, + "y": 283260, + "z": 499330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 32, + "instId": 300002, + "propState": 8, + "pos": { + "x": 173612, + "y": 239460, + "z": 347138 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 32, + "instId": 300003, + "propState": 8, + "pos": { + "x": 129844, + "y": 305800, + "z": 393810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 38, + "instId": 300003, + "propState": 0, + "pos": { + "x": 9652, + "y": 190024, + "z": 209265 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104045 + }, + { + "groupId": 38, + "instId": 300002, + "propState": 0, + "pos": { + "x": 62110, + "y": 207721, + "z": 203350 + }, + "rot": { + "x": 0, + "y": 11381, + "z": 0 + }, + "propId": 104167 + }, + { + "groupId": 38, + "instId": 300004, + "propState": 0, + "pos": { + "x": 63819, + "y": 209168, + "z": 202473 + }, + "rot": { + "x": 0, + "y": 11381, + "z": 0 + }, + "propId": 104166 + }, + { + "groupId": 38, + "instId": 300005, + "propState": 0, + "pos": { + "x": 53355, + "y": 196798, + "z": 207011 + }, + "rot": { + "x": 0, + "y": 37745, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 38, + "instId": 300006, + "propState": 0, + "pos": { + "x": 54979, + "y": 196787, + "z": 201952 + }, + "rot": { + "x": 0, + "y": 1206, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 38, + "instId": 300007, + "propState": 0, + "pos": { + "x": 54497, + "y": 196798, + "z": 204684 + }, + "rot": { + "x": 0, + "y": 331265, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 38, + "instId": 300008, + "propState": 0, + "pos": { + "x": 54786, + "y": 196874, + "z": 208848 + }, + "rot": { + "x": 0, + "y": 288433, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 38, + "instId": 300009, + "propState": 0, + "pos": { + "x": 53900, + "y": 199298, + "z": 206050 + }, + "rot": { + "x": 0, + "y": 334287, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 38, + "instId": 300012, + "propState": 0, + "pos": { + "x": 60992, + "y": 207636, + "z": 206137 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 43, + "instId": 300001, + "propState": 12, + "pos": { + "x": 8356, + "y": 157840, + "z": 325902 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 60403 + }, + { + "groupId": 43, + "instId": 300002, + "propState": 12, + "pos": { + "x": 21485, + "y": 175328, + "z": 266861 + }, + "rot": { + "x": 0, + "y": 315166, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 43, + "instId": 300003, + "propState": 12, + "pos": { + "x": 23834, + "y": 166210, + "z": 304979 + }, + "rot": { + "x": 0, + "y": 1854, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 43, + "instId": 300004, + "propState": 12, + "pos": { + "x": 7733, + "y": 166233, + "z": 317627 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 44, + "instId": 300002, + "propState": 12, + "pos": { + "x": -4246, + "y": 166084, + "z": 305594 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 45, + "instId": 300010, + "propState": 8, + "pos": { + "x": -23428, + "y": 175260, + "z": 332513 + }, + "rot": { + "x": 0, + "y": 86420, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 45, + "instId": 300013, + "propState": 8, + "pos": { + "x": 17485, + "y": 175260, + "z": 339783 + }, + "rot": { + "x": 0, + "y": 9271, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 45, + "instId": 300025, + "propState": 8, + "pos": { + "x": -17117, + "y": 175260, + "z": 302703 + }, + "rot": { + "x": 0, + "y": 52464, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 45, + "instId": 300026, + "propState": 8, + "pos": { + "x": 7162, + "y": 175260, + "z": 329459 + }, + "rot": { + "x": 0, + "y": 94744, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 45, + "instId": 300001, + "propState": 8, + "pos": { + "x": 30100, + "y": 166210, + "z": 313300 + }, + "rot": { + "x": 0, + "y": 230949, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 46, + "instId": 300013, + "propState": 8, + "pos": { + "x": -1760, + "y": 166210, + "z": 342110 + }, + "rot": { + "x": 0, + "y": 284190, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 46, + "instId": 300025, + "propState": 8, + "pos": { + "x": 27033, + "y": 166210, + "z": 315113 + }, + "rot": { + "x": 0, + "y": 232239, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 46, + "instId": 300026, + "propState": 8, + "pos": { + "x": 6029, + "y": 166210, + "z": 293537 + }, + "rot": { + "x": 0, + "y": 45097, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 50, + "instId": 300001, + "propState": 12, + "pos": { + "x": -50730, + "y": 348999, + "z": 402875 + }, + "rot": { + "x": 0, + "y": 135876, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 50, + "instId": 300002, + "propState": 12, + "pos": { + "x": -14985, + "y": 340000, + "z": 370889 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 50, + "instId": 300003, + "propState": 12, + "pos": { + "x": -61279, + "y": 324707, + "z": 357758 + }, + "rot": { + "x": 0, + "y": 42438, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 50, + "instId": 300004, + "propState": 12, + "pos": { + "x": -91380, + "y": 348999, + "z": 360408 + }, + "rot": { + "x": 0, + "y": 135427, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 50, + "instId": 300005, + "propState": 12, + "pos": { + "x": -45120, + "y": 348999, + "z": 340584 + }, + "rot": { + "x": 0, + "y": 313552, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 51, + "instId": 300001, + "propState": 12, + "pos": { + "x": -71050, + "y": 348999, + "z": 368040 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 53, + "instId": 300010, + "propState": 8, + "pos": { + "x": -36380, + "y": 340000, + "z": 393118 + }, + "rot": { + "x": 0, + "y": 283859, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 53, + "instId": 300013, + "propState": 8, + "pos": { + "x": -67460, + "y": 340000, + "z": 364920 + }, + "rot": { + "x": 0, + "y": 282494, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 53, + "instId": 300026, + "propState": 8, + "pos": { + "x": -52929, + "y": 348999, + "z": 332616 + }, + "rot": { + "x": 0, + "y": 308577, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 53, + "instId": 300001, + "propState": 8, + "pos": { + "x": -75480, + "y": 340000, + "z": 367510 + }, + "rot": { + "x": 0, + "y": 134646, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 53, + "instId": 300002, + "propState": 8, + "pos": { + "x": -74200, + "y": 340000, + "z": 368800 + }, + "rot": { + "x": 0, + "y": 134646, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 53, + "instId": 300003, + "propState": 8, + "pos": { + "x": -50646, + "y": 340000, + "z": 403178 + }, + "rot": { + "x": 0, + "y": 130145, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 53, + "instId": 300005, + "propState": 8, + "pos": { + "x": -53699, + "y": 324707, + "z": 369044 + }, + "rot": { + "x": 0, + "y": 131374, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 53, + "instId": 300006, + "propState": 8, + "pos": { + "x": -45578, + "y": 324707, + "z": 377514 + }, + "rot": { + "x": 0, + "y": 139629, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 53, + "instId": 300004, + "propState": 8, + "pos": { + "x": -64655, + "y": 340000, + "z": 330634 + }, + "rot": { + "x": 0, + "y": 38273, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 53, + "instId": 300007, + "propState": 8, + "pos": { + "x": -42795, + "y": 348999, + "z": 410132 + }, + "rot": { + "x": 0, + "y": 174265, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 54, + "instId": 300001, + "propState": 8, + "pos": { + "x": -19467, + "y": 348999, + "z": 388156 + }, + "rot": { + "x": 0, + "y": 3290, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 54, + "instId": 300025, + "propState": 8, + "pos": { + "x": -83130, + "y": 348999, + "z": 370800 + }, + "rot": { + "x": 0, + "y": 135773, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 54, + "instId": 300002, + "propState": 8, + "pos": { + "x": -32844, + "y": 348999, + "z": 401126 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 54, + "instId": 300003, + "propState": 8, + "pos": { + "x": -91687, + "y": 348999, + "z": 360965 + }, + "rot": { + "x": 0, + "y": 133440, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 95, + "instId": 300001, + "propState": 8, + "pos": { + "x": -29300, + "y": 339998, + "z": 389050 + }, + "rot": { + "x": 0, + "y": 22519, + "z": 0 + }, + "propId": 104178 + }, + { + "groupId": 95, + "instId": 300002, + "propState": 8, + "pos": { + "x": -64990, + "y": 340005, + "z": 353340 + }, + "rot": { + "x": 0, + "y": 16436, + "z": 0 + }, + "propId": 104178 + }, + { + "groupId": 95, + "instId": 300003, + "propState": 8, + "pos": { + "x": -60620, + "y": 324709, + "z": 384970 + }, + "rot": { + "x": 0, + "y": 345122, + "z": 0 + }, + "propId": 104178 + }, + { + "groupId": 95, + "instId": 300005, + "propState": 8, + "pos": { + "x": -30430, + "y": 324780, + "z": 354320 + }, + "rot": { + "x": 0, + "y": 135579, + "z": 0 + }, + "propId": 104166 + }, + { + "groupId": 95, + "instId": 300006, + "propState": 8, + "pos": { + "x": -35960, + "y": 324722, + "z": 359870 + }, + "rot": { + "x": 0, + "y": 350930, + "z": 0 + }, + "propId": 104168 + }, + { + "groupId": 95, + "instId": 300007, + "propState": 8, + "pos": { + "x": -54084, + "y": 349150, + "z": 352847 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 104016 + }, + { + "groupId": 95, + "instId": 300009, + "propState": 8, + "pos": { + "x": -30430, + "y": 324780, + "z": 354320 + }, + "rot": { + "x": 0, + "y": 135579, + "z": 0 + }, + "propId": 104167 + }, + { + "groupId": 95, + "instId": 300004, + "propState": 8, + "pos": { + "x": -15792, + "y": 348973, + "z": 381985 + }, + "rot": { + "x": 0, + "y": 315579, + "z": 0 + }, + "propId": 104167 + }, + { + "groupId": 95, + "instId": 300010, + "propState": 8, + "pos": { + "x": -15811, + "y": 350496, + "z": 381980 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 95, + "instId": 300011, + "propState": 8, + "pos": { + "x": -15811, + "y": 350496, + "z": 381980 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 104166 + }, + { + "groupId": 95, + "instId": 300012, + "propState": 8, + "pos": { + "x": -29300, + "y": 339998, + "z": 389050 + }, + "rot": { + "x": 0, + "y": 22519, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 95, + "instId": 300013, + "propState": 1, + "pos": { + "x": -64990, + "y": 340005, + "z": 353340 + }, + "rot": { + "x": 0, + "y": 16436, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 95, + "instId": 300014, + "propState": 1, + "pos": { + "x": -60620, + "y": 324709, + "z": 384970 + }, + "rot": { + "x": 0, + "y": 345122, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 95, + "instId": 300015, + "propState": 8, + "pos": { + "x": -35960, + "y": 324722, + "z": 359870 + }, + "rot": { + "x": 0, + "y": 350930, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 95, + "instId": 300016, + "propState": 8, + "pos": { + "x": -29300, + "y": 344540, + "z": 389050 + }, + "rot": { + "x": 0, + "y": 51184, + "z": 0 + }, + "propId": 104032 + }, + { + "groupId": 95, + "instId": 300017, + "propState": 8, + "pos": { + "x": -64990, + "y": 344505, + "z": 353340 + }, + "rot": { + "x": 0, + "y": 43456, + "z": 0 + }, + "propId": 104032 + }, + { + "groupId": 95, + "instId": 300018, + "propState": 8, + "pos": { + "x": -37510, + "y": 339368, + "z": 381050 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 119 + }, + { + "groupId": 95, + "instId": 300022, + "propState": 8, + "pos": { + "x": -59143, + "y": 340000, + "z": 393284 + }, + "rot": { + "x": 0, + "y": 103989, + "z": 0 + }, + "propId": 104016 + }, + { + "groupId": 95, + "instId": 300023, + "propState": 8, + "pos": { + "x": -56320, + "y": 339670, + "z": 362660 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 104032 + }, + { + "groupId": 95, + "instId": 300024, + "propState": 8, + "pos": { + "x": -38223, + "y": 339670, + "z": 379544 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 104032 + }, + { + "groupId": 101, + "instId": 300001, + "propState": 8, + "pos": { + "x": -27541, + "y": 349029, + "z": 396100 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 101, + "instId": 300002, + "propState": 8, + "pos": { + "x": -28955, + "y": 349029, + "z": 394686 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 101, + "instId": 300003, + "propState": 8, + "pos": { + "x": -30899, + "y": 349029, + "z": 393802 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 101, + "instId": 300004, + "propState": 8, + "pos": { + "x": -27541, + "y": 351529, + "z": 396100 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 101, + "instId": 300005, + "propState": 8, + "pos": { + "x": -25680, + "y": 349029, + "z": 394948 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 101, + "instId": 300006, + "propState": 8, + "pos": { + "x": -27997, + "y": 327998, + "z": 365589 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 104119 + }, + { + "groupId": 101, + "instId": 300007, + "propState": 8, + "pos": { + "x": -32314, + "y": 349029, + "z": 392388 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 101, + "instId": 300008, + "propState": 8, + "pos": { + "x": -33668, + "y": 349999, + "z": 392763 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 101, + "instId": 300009, + "propState": 8, + "pos": { + "x": -28955, + "y": 351529, + "z": 394686 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 101, + "instId": 300010, + "propState": 8, + "pos": { + "x": -57485, + "y": 349029, + "z": 394582 + }, + "rot": { + "x": 0, + "y": 157282, + "z": 0 + }, + "propId": 104091 + }, + { + "groupId": 101, + "instId": 300011, + "propState": 8, + "pos": { + "x": -56990, + "y": 349032, + "z": 392922 + }, + "rot": { + "x": 0, + "y": 147718, + "z": 0 + }, + "propId": 104091 + }, + { + "groupId": 101, + "instId": 300012, + "propState": 8, + "pos": { + "x": -56431, + "y": 349088, + "z": 390964 + }, + "rot": { + "x": 0, + "y": 98645, + "z": 0 + }, + "propId": 104091 + }, + { + "groupId": 101, + "instId": 300013, + "propState": 8, + "pos": { + "x": -58167, + "y": 350595, + "z": 396249 + }, + "rot": { + "x": 0, + "y": 115709, + "z": 0 + }, + "propId": 104091 + }, + { + "groupId": 101, + "instId": 300014, + "propState": 8, + "pos": { + "x": -58174, + "y": 349029, + "z": 396200 + }, + "rot": { + "x": 0, + "y": 144154, + "z": 0 + }, + "propId": 104091 + }, + { + "groupId": 101, + "instId": 300015, + "propState": 8, + "pos": { + "x": -57130, + "y": 349062, + "z": 392838 + }, + "rot": { + "x": 0, + "y": 237398, + "z": 0 + }, + "propId": 109 + }, + { + "groupId": 101, + "instId": 300016, + "propState": 8, + "pos": { + "x": -57130, + "y": 349062, + "z": 392838 + }, + "rot": { + "x": 0, + "y": 237398, + "z": 0 + }, + "propId": 137 + }, + { + "groupId": 101, + "instId": 300017, + "propState": 8, + "pos": { + "x": -58232, + "y": 348842, + "z": 396174 + }, + "rot": { + "x": 0, + "y": 110143, + "z": 0 + }, + "propId": 109 + }, + { + "groupId": 101, + "instId": 300018, + "propState": 8, + "pos": { + "x": -58232, + "y": 348842, + "z": 396174 + }, + "rot": { + "x": 0, + "y": 110143, + "z": 0 + }, + "propId": 137 + }, + { + "groupId": 105, + "instId": 300003, + "propState": 8, + "pos": { + "x": 5671, + "y": 168005, + "z": 296414 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 103074 + }, + { + "groupId": 107, + "instId": 300001, + "propState": 18, + "pos": { + "x": -16124, + "y": 180201, + "z": -136446 + }, + "rot": { + "x": 0, + "y": 323948, + "z": 0 + }, + "propId": 104125 + }, + { + "groupId": 107, + "instId": 300002, + "propState": 1, + "pos": { + "x": -16124, + "y": 180272, + "z": -136530 + }, + "rot": { + "x": 0, + "y": 101249, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 107, + "instId": 300004, + "propState": 8, + "pos": { + "x": -16109, + "y": 180548, + "z": -135977 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 108, + "instId": 300001, + "propState": 18, + "pos": { + "x": -10118, + "y": 186382, + "z": -67367 + }, + "rot": { + "x": 0, + "y": 38339, + "z": 0 + }, + "propId": 104125 + }, + { + "groupId": 108, + "instId": 300002, + "propState": 1, + "pos": { + "x": -10080, + "y": 186535, + "z": -67299 + }, + "rot": { + "x": 0, + "y": 199541, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 108, + "instId": 300004, + "propState": 8, + "pos": { + "x": -10118, + "y": 186382, + "z": -67367 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 109, + "instId": 300001, + "propState": 18, + "pos": { + "x": 100083, + "y": 185211, + "z": 21706 + }, + "rot": { + "x": 0, + "y": 257537, + "z": 0 + }, + "propId": 104125 + }, + { + "groupId": 109, + "instId": 300002, + "propState": 1, + "pos": { + "x": 100083, + "y": 185211, + "z": 21706 + }, + "rot": { + "x": 0, + "y": 257537, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 109, + "instId": 300004, + "propState": 8, + "pos": { + "x": 100083, + "y": 185239, + "z": 21706 + }, + "rot": { + "x": 0, + "y": 165364, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 110, + "instId": 300001, + "propState": 18, + "pos": { + "x": 21084, + "y": 192875, + "z": 52645 + }, + "rot": { + "x": 0, + "y": 34214, + "z": 0 + }, + "propId": 104125 + }, + { + "groupId": 110, + "instId": 300002, + "propState": 1, + "pos": { + "x": 28073, + "y": 189891, + "z": 55083 + }, + "rot": { + "x": 0, + "y": 29176, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 110, + "instId": 300004, + "propState": 8, + "pos": { + "x": 21084, + "y": 192875, + "z": 52645 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 111, + "instId": 300001, + "propState": 18, + "pos": { + "x": -67759, + "y": 208027, + "z": 225172 + }, + "rot": { + "x": 0, + "y": 251426, + "z": 0 + }, + "propId": 104125 + }, + { + "groupId": 111, + "instId": 300002, + "propState": 1, + "pos": { + "x": -65462, + "y": 207110, + "z": 225120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 111, + "instId": 300004, + "propState": 8, + "pos": { + "x": -67759, + "y": 208131, + "z": 225172 + }, + "rot": { + "x": 0, + "y": 211822, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 112, + "instId": 300001, + "propState": 18, + "pos": { + "x": 7804, + "y": 207003, + "z": 292376 + }, + "rot": { + "x": 0, + "y": 170777, + "z": 0 + }, + "propId": 104125 + }, + { + "groupId": 112, + "instId": 300002, + "propState": 1, + "pos": { + "x": 7709, + "y": 207035, + "z": 292338 + }, + "rot": { + "x": 0, + "y": 49654, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 112, + "instId": 300004, + "propState": 8, + "pos": { + "x": 7968, + "y": 207357, + "z": 292807 + }, + "rot": { + "x": 0, + "y": 209447, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 113, + "instId": 300001, + "propState": 18, + "pos": { + "x": 13979, + "y": 207100, + "z": 319633 + }, + "rot": { + "x": 0, + "y": 139590, + "z": 0 + }, + "propId": 104125 + }, + { + "groupId": 113, + "instId": 300002, + "propState": 1, + "pos": { + "x": 13979, + "y": 207114, + "z": 319581 + }, + "rot": { + "x": 0, + "y": 10822, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 113, + "instId": 300004, + "propState": 8, + "pos": { + "x": 12920, + "y": 207262, + "z": 320000 + }, + "rot": { + "x": 0, + "y": 109080, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 114, + "instId": 300001, + "propState": 18, + "pos": { + "x": 24136, + "y": 211184, + "z": 290351 + }, + "rot": { + "x": 0, + "y": 325418, + "z": 0 + }, + "propId": 104125 + }, + { + "groupId": 114, + "instId": 300002, + "propState": 1, + "pos": { + "x": 24577, + "y": 207011, + "z": 295469 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 114, + "instId": 300004, + "propState": 8, + "pos": { + "x": 26181, + "y": 212110, + "z": 291693 + }, + "rot": { + "x": 0, + "y": 343002, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 115, + "instId": 300001, + "propState": 18, + "pos": { + "x": 17542, + "y": 167074, + "z": 297855 + }, + "rot": { + "x": 0, + "y": 102144, + "z": 0 + }, + "propId": 104125 + }, + { + "groupId": 115, + "instId": 300002, + "propState": 1, + "pos": { + "x": 17465, + "y": 167131, + "z": 297852 + }, + "rot": { + "x": 0, + "y": 311960, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 115, + "instId": 300004, + "propState": 8, + "pos": { + "x": 17017, + "y": 167224, + "z": 297836 + }, + "rot": { + "x": 0, + "y": 87929, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 116, + "instId": 300001, + "propState": 18, + "pos": { + "x": 112499, + "y": 221744, + "z": 308208 + }, + "rot": { + "x": 0, + "y": 340000, + "z": 0 + }, + "propId": 104125 + }, + { + "groupId": 116, + "instId": 300002, + "propState": 1, + "pos": { + "x": 112352, + "y": 220077, + "z": 307715 + }, + "rot": { + "x": 0, + "y": 183, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 116, + "instId": 300004, + "propState": 8, + "pos": { + "x": 112511, + "y": 221879, + "z": 308199 + }, + "rot": { + "x": 0, + "y": 70574, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 117, + "instId": 300001, + "propState": 18, + "pos": { + "x": 56507, + "y": 207702, + "z": 203613 + }, + "rot": { + "x": 0, + "y": 247015, + "z": 0 + }, + "propId": 104125 + }, + { + "groupId": 117, + "instId": 300002, + "propState": 1, + "pos": { + "x": 56885, + "y": 207702, + "z": 203642 + }, + "rot": { + "x": 0, + "y": 254481, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 117, + "instId": 300004, + "propState": 8, + "pos": { + "x": 56507, + "y": 207702, + "z": 203613 + }, + "rot": { + "x": 0, + "y": 31826, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 117, + "instId": 300005, + "propState": 8, + "pos": { + "x": 57133, + "y": 207636, + "z": 204898 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 118, + "instId": 300001, + "propState": 18, + "pos": { + "x": 83178, + "y": 200627, + "z": 234317 + }, + "rot": { + "x": 0, + "y": 41703, + "z": 0 + }, + "propId": 104125 + }, + { + "groupId": 118, + "instId": 300002, + "propState": 1, + "pos": { + "x": 85844, + "y": 196798, + "z": 233192 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 118, + "instId": 300004, + "propState": 8, + "pos": { + "x": 83351, + "y": 200710, + "z": 234155 + }, + "rot": { + "x": 0, + "y": 313011, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 119, + "instId": 300001, + "propState": 18, + "pos": { + "x": 177040, + "y": 254094, + "z": 381985 + }, + "rot": { + "x": 0, + "y": 315767, + "z": 0 + }, + "propId": 104125 + }, + { + "groupId": 119, + "instId": 300002, + "propState": 1, + "pos": { + "x": 177709, + "y": 254120, + "z": 379685 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 119, + "instId": 300004, + "propState": 8, + "pos": { + "x": 177040, + "y": 254373, + "z": 380926 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 120, + "instId": 300001, + "propState": 18, + "pos": { + "x": 66010, + "y": 303810, + "z": 372290 + }, + "rot": { + "x": 0, + "y": 179073, + "z": 0 + }, + "propId": 104125 + }, + { + "groupId": 120, + "instId": 300002, + "propState": 1, + "pos": { + "x": 67780, + "y": 300116, + "z": 372478 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 120, + "instId": 300004, + "propState": 8, + "pos": { + "x": 68860, + "y": 303987, + "z": 373121 + }, + "rot": { + "x": 0, + "y": 269332, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 121, + "instId": 300001, + "propState": 18, + "pos": { + "x": 26787, + "y": 332166, + "z": 469801 + }, + "rot": { + "x": 0, + "y": 323009, + "z": 0 + }, + "propId": 104125 + }, + { + "groupId": 121, + "instId": 300002, + "propState": 1, + "pos": { + "x": 28198, + "y": 329680, + "z": 467783 + }, + "rot": { + "x": 0, + "y": 212145, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 121, + "instId": 300004, + "propState": 8, + "pos": { + "x": 27789, + "y": 332237, + "z": 469308 + }, + "rot": { + "x": 0, + "y": 296167, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 122, + "instId": 300001, + "propState": 18, + "pos": { + "x": -73569, + "y": 350089, + "z": 348973 + }, + "rot": { + "x": 0, + "y": 131790, + "z": 0 + }, + "propId": 104125 + }, + { + "groupId": 122, + "instId": 300002, + "propState": 1, + "pos": { + "x": -71192, + "y": 343368, + "z": 344247 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 122, + "instId": 300004, + "propState": 8, + "pos": { + "x": -73867, + "y": 350210, + "z": 348621 + }, + "rot": { + "x": 0, + "y": 44515, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 123, + "instId": 300001, + "propState": 18, + "pos": { + "x": 13512, + "y": 350127, + "z": 321374 + }, + "rot": { + "x": 0, + "y": 61397, + "z": 0 + }, + "propId": 104125 + }, + { + "groupId": 123, + "instId": 300002, + "propState": 1, + "pos": { + "x": 16982, + "y": 347919, + "z": 315819 + }, + "rot": { + "x": 0, + "y": 342886, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 123, + "instId": 300004, + "propState": 8, + "pos": { + "x": 14216, + "y": 350081, + "z": 321201 + }, + "rot": { + "x": 0, + "y": 283110, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 124, + "instId": 300001, + "propState": 18, + "pos": { + "x": 32875, + "y": 392965, + "z": 289863 + }, + "rot": { + "x": 0, + "y": 90435, + "z": 0 + }, + "propId": 104125 + }, + { + "groupId": 124, + "instId": 300002, + "propState": 1, + "pos": { + "x": 34182, + "y": 392370, + "z": 290485 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 124, + "instId": 300004, + "propState": 8, + "pos": { + "x": 32875, + "y": 393096, + "z": 289863 + }, + "rot": { + "x": 0, + "y": 131166, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 125, + "instId": 300001, + "propState": 18, + "pos": { + "x": -20286, + "y": 397882, + "z": 321702 + }, + "rot": { + "x": 0, + "y": 98236, + "z": 0 + }, + "propId": 104125 + }, + { + "groupId": 125, + "instId": 300002, + "propState": 1, + "pos": { + "x": -16832, + "y": 396568, + "z": 322362 + }, + "rot": { + "x": 0, + "y": 179738, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 125, + "instId": 300004, + "propState": 8, + "pos": { + "x": -20227, + "y": 397882, + "z": 321955 + }, + "rot": { + "x": 0, + "y": 201358, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 126, + "instId": 300001, + "propState": 18, + "pos": { + "x": -21601, + "y": 349150, + "z": 369777 + }, + "rot": { + "x": 0, + "y": 228136, + "z": 0 + }, + "propId": 104125 + }, + { + "groupId": 126, + "instId": 300002, + "propState": 1, + "pos": { + "x": -21601, + "y": 349150, + "z": 369777 + }, + "rot": { + "x": 0, + "y": 191131, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 126, + "instId": 300004, + "propState": 8, + "pos": { + "x": -21601, + "y": 349375, + "z": 369777 + }, + "rot": { + "x": 0, + "y": 262626, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 131, + "instId": 300003, + "propState": 8, + "pos": { + "x": -11093, + "y": 46202, + "z": -56013 + }, + "rot": { + "x": 0, + "y": 298365, + "z": 0 + }, + "propId": 103074 + }, + { + "groupId": 131, + "instId": 300006, + "propState": 8, + "pos": { + "x": -68776, + "y": 350300, + "z": 380955 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 104032 + }, + { + "groupId": 132, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 3720, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104041 + }, + { + "groupId": 132, + "instId": 300002, + "propState": 1, + "pos": { + "x": 0, + "y": 3720, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104041 + }, + { + "groupId": 156, + "instId": 300001, + "propState": 1, + "pos": { + "x": 29290, + "y": 211949, + "z": 283830 + }, + "rot": { + "x": 0, + "y": 67500, + "z": 0 + }, + "propId": 104161 + }, + { + "groupId": 156, + "instId": 300002, + "propState": 1, + "pos": { + "x": 29260, + "y": 211950, + "z": 284070 + }, + "rot": { + "x": 0, + "y": 67500, + "z": 0 + }, + "propId": 104164 + }, + { + "groupId": 156, + "instId": 300003, + "propState": 1, + "pos": { + "x": 29260, + "y": 211950, + "z": 284070 + }, + "rot": { + "x": 0, + "y": 67500, + "z": 0 + }, + "propId": 104164 + }, + { + "groupId": 156, + "instId": 300004, + "propState": 1, + "pos": { + "x": 29260, + "y": 211950, + "z": 284070 + }, + "rot": { + "x": 0, + "y": 67500, + "z": 0 + }, + "propId": 104164 + }, + { + "groupId": 156, + "instId": 300005, + "propState": 1, + "pos": { + "x": 29260, + "y": 211950, + "z": 284070 + }, + "rot": { + "x": 0, + "y": 67500, + "z": 0 + }, + "propId": 104164 + }, + { + "groupId": 156, + "instId": 300006, + "propState": 1, + "pos": { + "x": 29260, + "y": 211950, + "z": 284070 + }, + "rot": { + "x": 0, + "y": 67500, + "z": 0 + }, + "propId": 104164 + }, + { + "groupId": 156, + "instId": 300007, + "propState": 1, + "pos": { + "x": 29260, + "y": 211950, + "z": 284070 + }, + "rot": { + "x": 0, + "y": 67500, + "z": 0 + }, + "propId": 104164 + }, + { + "groupId": 156, + "instId": 300008, + "propState": 1, + "pos": { + "x": 29260, + "y": 211950, + "z": 284070 + }, + "rot": { + "x": 0, + "y": 67500, + "z": 0 + }, + "propId": 104164 + }, + { + "groupId": 156, + "instId": 300009, + "propState": 1, + "pos": { + "x": 29260, + "y": 211950, + "z": 284070 + }, + "rot": { + "x": 0, + "y": 67500, + "z": 0 + }, + "propId": 104164 + }, + { + "groupId": 156, + "instId": 300010, + "propState": 1, + "pos": { + "x": 28875, + "y": 206899, + "z": 292922 + }, + "rot": { + "x": 0, + "y": 335819, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 156, + "instId": 300011, + "propState": 1, + "pos": { + "x": 34921, + "y": 219944, + "z": 288786 + }, + "rot": { + "x": 0, + "y": 66575, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 156, + "instId": 300012, + "propState": 1, + "pos": { + "x": 24230, + "y": 219944, + "z": 279250 + }, + "rot": { + "x": 0, + "y": 246575, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 156, + "instId": 300013, + "propState": 1, + "pos": { + "x": 26410, + "y": 206899, + "z": 290990 + }, + "rot": { + "x": 0, + "y": 247000, + "z": 0 + }, + "propId": 104179 + }, + { + "groupId": 156, + "instId": 300014, + "propState": 1, + "pos": { + "x": 29170, + "y": 220065, + "z": 284200 + }, + "rot": { + "x": 0, + "y": 247000, + "z": 0 + }, + "propId": 104180 + }, + { + "groupId": 213, + "instId": 300011, + "propState": 8, + "pos": { + "x": -17922, + "y": 180869, + "z": -124303 + }, + "rot": { + "x": 0, + "y": 262461, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 213, + "instId": 300001, + "propState": 8, + "pos": { + "x": -7542, + "y": 186667, + "z": -72969 + }, + "rot": { + "x": 0, + "y": 330539, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 213, + "instId": 300002, + "propState": 8, + "pos": { + "x": 85510, + "y": 181807, + "z": 35190 + }, + "rot": { + "x": 0, + "y": 22667, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 213, + "instId": 300003, + "propState": 8, + "pos": { + "x": 59416, + "y": 187707, + "z": 59196 + }, + "rot": { + "x": 0, + "y": 252447, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 213, + "instId": 300004, + "propState": 8, + "pos": { + "x": 13739, + "y": 190798, + "z": 210189 + }, + "rot": { + "x": 0, + "y": 252447, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 213, + "instId": 300005, + "propState": 8, + "pos": { + "x": -33639, + "y": 207603, + "z": 264410 + }, + "rot": { + "x": 0, + "y": 75253, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 213, + "instId": 300006, + "propState": 8, + "pos": { + "x": 170, + "y": 207703, + "z": 314980 + }, + "rot": { + "x": 0, + "y": 75253, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 213, + "instId": 300007, + "propState": 8, + "pos": { + "x": 23580, + "y": 207703, + "z": 305310 + }, + "rot": { + "x": 0, + "y": 342878, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 213, + "instId": 300008, + "propState": 8, + "pos": { + "x": 54125, + "y": 220644, + "z": 303238 + }, + "rot": { + "x": 0, + "y": 112050, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 213, + "instId": 300009, + "propState": 8, + "pos": { + "x": 128810, + "y": 220734, + "z": 283890 + }, + "rot": { + "x": 0, + "y": 83493, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 213, + "instId": 300010, + "propState": 8, + "pos": { + "x": 106467, + "y": 212564, + "z": 213313 + }, + "rot": { + "x": 0, + "y": 274354, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 213, + "instId": 300012, + "propState": 8, + "pos": { + "x": 110132, + "y": 211301, + "z": 208466 + }, + "rot": { + "x": 0, + "y": 108443, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 213, + "instId": 300013, + "propState": 8, + "pos": { + "x": 86834, + "y": 197498, + "z": 221403 + }, + "rot": { + "x": 0, + "y": 193388, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 213, + "instId": 300015, + "propState": 8, + "pos": { + "x": 162599, + "y": 220780, + "z": 271675 + }, + "rot": { + "x": 0, + "y": 31833, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 213, + "instId": 300014, + "propState": 8, + "pos": { + "x": 160376, + "y": 254791, + "z": 383263 + }, + "rot": { + "x": 0, + "y": 319187, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 213, + "instId": 300016, + "propState": 8, + "pos": { + "x": 192845, + "y": 265063, + "z": 438869 + }, + "rot": { + "x": 0, + "y": 122492, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 213, + "instId": 300017, + "propState": 8, + "pos": { + "x": 38450, + "y": 331814, + "z": 447140 + }, + "rot": { + "x": 0, + "y": 184808, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 213, + "instId": 300018, + "propState": 8, + "pos": { + "x": 33112, + "y": 339640, + "z": 373331 + }, + "rot": { + "x": 0, + "y": 157712, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 213, + "instId": 300019, + "propState": 8, + "pos": { + "x": -8778, + "y": 345851, + "z": 317747 + }, + "rot": { + "x": 0, + "y": 265231, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 213, + "instId": 300020, + "propState": 8, + "pos": { + "x": 37679, + "y": 353229, + "z": 330623 + }, + "rot": { + "x": 0, + "y": 58733, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 213, + "instId": 300021, + "propState": 8, + "pos": { + "x": 114530, + "y": 382989, + "z": 339428 + }, + "rot": { + "x": 0, + "y": 320577, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 213, + "instId": 300022, + "propState": 8, + "pos": { + "x": 48692, + "y": 392834, + "z": 337526 + }, + "rot": { + "x": 0, + "y": 255921, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 213, + "instId": 300023, + "propState": 8, + "pos": { + "x": 37496, + "y": 393105, + "z": 296193 + }, + "rot": { + "x": 0, + "y": 161304, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 218, + "instId": 300001, + "propState": 8, + "pos": { + "x": 62110, + "y": 207721, + "z": 203350 + }, + "rot": { + "x": 0, + "y": 11381, + "z": 0 + }, + "propId": 104167 + }, + { + "groupId": 218, + "instId": 300002, + "propState": 8, + "pos": { + "x": 62110, + "y": 207821, + "z": 203350 + }, + "rot": { + "x": 0, + "y": 11381, + "z": 0 + }, + "propId": 104159 + }, + { + "groupId": 218, + "instId": 300004, + "propState": 8, + "pos": { + "x": 62110, + "y": 207921, + "z": 203350 + }, + "rot": { + "x": 0, + "y": 11381, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 220, + "instId": 300001, + "propState": 12, + "pos": { + "x": 200615, + "y": 260075, + "z": 424813 + }, + "rot": { + "x": 0, + "y": 267249, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 220, + "instId": 300002, + "propState": 8, + "pos": { + "x": 200615, + "y": 260175, + "z": 424813 + }, + "rot": { + "x": 0, + "y": 267249, + "z": 0 + }, + "propId": 104159 + }, + { + "groupId": 220, + "instId": 300004, + "propState": 8, + "pos": { + "x": 200615, + "y": 260075, + "z": 424813 + }, + "rot": { + "x": 0, + "y": 267249, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 221, + "instId": 300001, + "propState": 12, + "pos": { + "x": 200615, + "y": 260075, + "z": 424813 + }, + "rot": { + "x": 0, + "y": 267249, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 222, + "instId": 300001, + "propState": 12, + "pos": { + "x": 11476, + "y": 219944, + "z": 278851 + }, + "rot": { + "x": 0, + "y": 51595, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 222, + "instId": 300002, + "propState": 8, + "pos": { + "x": 11476, + "y": 220044, + "z": 278851 + }, + "rot": { + "x": 0, + "y": 51595, + "z": 0 + }, + "propId": 104159 + }, + { + "groupId": 222, + "instId": 300004, + "propState": 8, + "pos": { + "x": 11476, + "y": 219944, + "z": 278851 + }, + "rot": { + "x": 0, + "y": 51595, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 223, + "instId": 300001, + "propState": 12, + "pos": { + "x": 11476, + "y": 219944, + "z": 278851 + }, + "rot": { + "x": 0, + "y": 51595, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 226, + "instId": 300001, + "propState": 8, + "pos": { + "x": 10546, + "y": 171988, + "z": 313072 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 226, + "instId": 300002, + "propState": 8, + "pos": { + "x": -47170, + "y": 340107, + "z": 371079 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 237, + "instId": 300001, + "propState": 8, + "pos": { + "x": 163962, + "y": 220050, + "z": 264431 + }, + "rot": { + "x": 0, + "y": 302650, + "z": 0 + }, + "propId": 808 + }, + { + "groupId": 238, + "instId": 300001, + "propState": 8, + "pos": { + "x": 107690, + "y": 197798, + "z": 238090 + }, + "rot": { + "x": 0, + "y": 19633, + "z": 0 + }, + "propId": 702 + }, + { + "groupId": 239, + "instId": 300001, + "propState": 8, + "pos": { + "x": -3832, + "y": 186267, + "z": -73790 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104220 + }, + { + "groupId": 239, + "instId": 300002, + "propState": 8, + "pos": { + "x": 30821, + "y": 190584, + "z": 74044 + }, + "rot": { + "x": 0, + "y": 170096, + "z": 0 + }, + "propId": 104220 + }, + { + "groupId": 239, + "instId": 300004, + "propState": 8, + "pos": { + "x": 17329, + "y": 189998, + "z": 213529 + }, + "rot": { + "x": 0, + "y": 149880, + "z": 0 + }, + "propId": 104220 + }, + { + "groupId": 239, + "instId": 300005, + "propState": 8, + "pos": { + "x": -15465, + "y": 344488, + "z": 322225 + }, + "rot": { + "x": 0, + "y": 122607, + "z": 0 + }, + "propId": 104220 + }, + { + "groupId": 239, + "instId": 300003, + "propState": 8, + "pos": { + "x": 13665, + "y": 204093, + "z": 311224 + }, + "rot": { + "x": 0, + "y": 122607, + "z": 0 + }, + "propId": 104220 + }, + { + "groupId": 239, + "instId": 300006, + "propState": 8, + "pos": { + "x": 50503, + "y": 219889, + "z": 313650 + }, + "rot": { + "x": 0, + "y": 212607, + "z": 0 + }, + "propId": 104220 + }, + { + "groupId": 239, + "instId": 300007, + "propState": 8, + "pos": { + "x": 102763, + "y": 220065, + "z": 298789 + }, + "rot": { + "x": 0, + "y": 61188, + "z": 0 + }, + "propId": 104220 + }, + { + "groupId": 239, + "instId": 300008, + "propState": 8, + "pos": { + "x": 115638, + "y": 220057, + "z": 310141 + }, + "rot": { + "x": 0, + "y": 74460, + "z": 0 + }, + "propId": 104220 + }, + { + "groupId": 239, + "instId": 300009, + "propState": 8, + "pos": { + "x": 64537, + "y": 207619, + "z": 219835 + }, + "rot": { + "x": 0, + "y": 169669, + "z": 0 + }, + "propId": 104220 + }, + { + "groupId": 239, + "instId": 300010, + "propState": 8, + "pos": { + "x": 115341, + "y": 196765, + "z": 222343 + }, + "rot": { + "x": 0, + "y": 133872, + "z": 0 + }, + "propId": 104220 + }, + { + "groupId": 239, + "instId": 300011, + "propState": 8, + "pos": { + "x": 164486, + "y": 254041, + "z": 372324 + }, + "rot": { + "x": 0, + "y": 128570, + "z": 0 + }, + "propId": 104220 + }, + { + "groupId": 239, + "instId": 300013, + "propState": 8, + "pos": { + "x": 29315, + "y": 329627, + "z": 454943 + }, + "rot": { + "x": 0, + "y": 52363, + "z": 0 + }, + "propId": 104220 + }, + { + "groupId": 239, + "instId": 300014, + "propState": 8, + "pos": { + "x": 103499, + "y": 385429, + "z": 328458 + }, + "rot": { + "x": 0, + "y": 38865, + "z": 0 + }, + "propId": 104220 + }, + { + "groupId": 239, + "instId": 300015, + "propState": 8, + "pos": { + "x": 18561, + "y": 392453, + "z": 287157 + }, + "rot": { + "x": 0, + "y": 331424, + "z": 0 + }, + "propId": 104220 + }, + { + "groupId": 243, + "instId": 300009, + "propState": 20, + "pos": { + "x": -5872, + "y": 207003, + "z": 327007 + }, + "rot": { + "x": 0, + "y": 114156, + "z": 0 + }, + "propId": 60403 + }, + { + "groupId": 243, + "instId": 300001, + "propState": 8, + "pos": { + "x": 164644, + "y": 254090, + "z": 393617 + }, + "rot": { + "x": 0, + "y": 89383, + "z": 0 + }, + "propId": 104220 + }, + { + "groupId": 243, + "instId": 300002, + "propState": 8, + "pos": { + "x": 175589, + "y": 271062, + "z": 474526 + }, + "rot": { + "x": 0, + "y": 154144, + "z": 0 + }, + "propId": 104220 + }, + { + "groupId": 243, + "instId": 300003, + "propState": 8, + "pos": { + "x": 9930, + "y": 207003, + "z": 347094 + }, + "rot": { + "x": 0, + "y": 174197, + "z": 0 + }, + "propId": 104220 + }, + { + "groupId": 243, + "instId": 300004, + "propState": 8, + "pos": { + "x": -4080, + "y": 345562, + "z": 315305 + }, + "rot": { + "x": 0, + "y": 35823, + "z": 0 + }, + "propId": 104220 + }, + { + "groupId": 243, + "instId": 300005, + "propState": 8, + "pos": { + "x": -29993, + "y": 322886, + "z": 368201 + }, + "rot": { + "x": 0, + "y": 275701, + "z": 0 + }, + "propId": 104220 + }, + { + "groupId": 243, + "instId": 300006, + "propState": 8, + "pos": { + "x": 12203, + "y": 190700, + "z": 43617 + }, + "rot": { + "x": 0, + "y": 35896, + "z": 0 + }, + "propId": 104220 + }, + { + "groupId": 243, + "instId": 300007, + "propState": 8, + "pos": { + "x": 44609, + "y": 392373, + "z": 300371 + }, + "rot": { + "x": 0, + "y": 331204, + "z": 0 + }, + "propId": 104220 + }, + { + "groupId": 243, + "instId": 300008, + "propState": 8, + "pos": { + "x": 165881, + "y": 254430, + "z": 394913 + }, + "rot": { + "x": 0, + "y": 27003, + "z": 0 + }, + "propId": 104156 + }, + { + "groupId": 243, + "instId": 300010, + "propState": 8, + "pos": { + "x": 175190, + "y": 271079, + "z": 473797 + }, + "rot": { + "x": 0, + "y": 35495, + "z": 0 + }, + "propId": 104175 + }, + { + "groupId": 243, + "instId": 300011, + "propState": 8, + "pos": { + "x": 9544, + "y": 207071, + "z": 346708 + }, + "rot": { + "x": 0, + "y": 121835, + "z": 0 + }, + "propId": 104109 + }, + { + "groupId": 243, + "instId": 300012, + "propState": 8, + "pos": { + "x": -3602, + "y": 345808, + "z": 314799 + }, + "rot": { + "x": 0, + "y": 18334, + "z": 0 + }, + "propId": 104020 + }, + { + "groupId": 243, + "instId": 300013, + "propState": 2, + "pos": { + "x": -30471, + "y": 323153, + "z": 368556 + }, + "rot": { + "x": 0, + "y": 228003, + "z": 0 + }, + "propId": 104023 + }, + { + "groupId": 243, + "instId": 300014, + "propState": 8, + "pos": { + "x": 11487, + "y": 190700, + "z": 43955 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104155 + }, + { + "groupId": 243, + "instId": 300015, + "propState": 18, + "pos": { + "x": 45281, + "y": 393050, + "z": 301283 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104054 + }, + { + "groupId": 243, + "instId": 300016, + "propState": 1, + "pos": { + "x": 164644, + "y": 254090, + "z": 393617 + }, + "rot": { + "x": 0, + "y": 89383, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 243, + "instId": 300017, + "propState": 1, + "pos": { + "x": 175589, + "y": 271062, + "z": 474526 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 243, + "instId": 300018, + "propState": 1, + "pos": { + "x": 9005, + "y": 207003, + "z": 346612 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 243, + "instId": 300019, + "propState": 1, + "pos": { + "x": -4080, + "y": 345562, + "z": 315305 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 243, + "instId": 300020, + "propState": 1, + "pos": { + "x": -30630, + "y": 325424, + "z": 368260 + }, + "rot": { + "x": 0, + "y": 275701, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 243, + "instId": 300021, + "propState": 1, + "pos": { + "x": 12203, + "y": 190700, + "z": 43617 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 243, + "instId": 300022, + "propState": 1, + "pos": { + "x": 44609, + "y": 392373, + "z": 300371 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 252, + "instId": 300001, + "propState": 11, + "pos": { + "x": -12522, + "y": 348998, + "z": 377976 + }, + "rot": { + "x": 0, + "y": 277548, + "z": 0 + }, + "propId": 60403 + }, + { + "groupId": 252, + "instId": 300002, + "propState": 8, + "pos": { + "x": -12522, + "y": 348998, + "z": 377976 + }, + "rot": { + "x": 0, + "y": 277548, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 252, + "instId": 300003, + "propState": 8, + "pos": { + "x": -12522, + "y": 348998, + "z": 377976 + }, + "rot": { + "x": 0, + "y": 277548, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 253, + "instId": 300001, + "propState": 8, + "pos": { + "x": 43966, + "y": 167678, + "z": 296237 + }, + "rot": { + "x": 0, + "y": 47939, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 253, + "instId": 300002, + "propState": 8, + "pos": { + "x": 10493, + "y": 175960, + "z": 346650 + }, + "rot": { + "x": 0, + "y": 145582, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 253, + "instId": 300003, + "propState": 8, + "pos": { + "x": -23994, + "y": 175960, + "z": 309304 + }, + "rot": { + "x": 0, + "y": 140644, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 253, + "instId": 300004, + "propState": 8, + "pos": { + "x": 26201, + "y": 175970, + "z": 271070 + }, + "rot": { + "x": 0, + "y": 51048, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 253, + "instId": 300005, + "propState": 8, + "pos": { + "x": 44559, + "y": 175960, + "z": 313101 + }, + "rot": { + "x": 0, + "y": 303239, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 254, + "instId": 300001, + "propState": 8, + "pos": { + "x": -66018, + "y": 340700, + "z": 332320 + }, + "rot": { + "x": 0, + "y": 317520, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 254, + "instId": 300002, + "propState": 8, + "pos": { + "x": -42719, + "y": 349699, + "z": 410122 + }, + "rot": { + "x": 0, + "y": 179765, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 254, + "instId": 300003, + "propState": 8, + "pos": { + "x": -75910, + "y": 349699, + "z": 355140 + }, + "rot": { + "x": 0, + "y": 3407, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 259, + "instId": 300001, + "propState": 8, + "pos": { + "x": 108990, + "y": 213863, + "z": 224470 + }, + "rot": { + "x": 0, + "y": 122610, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 259, + "instId": 300002, + "propState": 8, + "pos": { + "x": 108990, + "y": 213863, + "z": 224470 + }, + "rot": { + "x": 0, + "y": 122610, + "z": 0 + }, + "propId": 104023 + }, + { + "groupId": 259, + "instId": 300003, + "propState": 20, + "pos": { + "x": 62020, + "y": 196798, + "z": 204424 + }, + "rot": { + "x": 0, + "y": 31045, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 259, + "instId": 300004, + "propState": 1, + "pos": { + "x": 62020, + "y": 196798, + "z": 204424 + }, + "rot": { + "x": 0, + "y": 31045, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 260, + "instId": 300001, + "propState": 8, + "pos": { + "x": 163518, + "y": 254091, + "z": 388710 + }, + "rot": { + "x": 0, + "y": 90922, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 260, + "instId": 300002, + "propState": 8, + "pos": { + "x": 163518, + "y": 254091, + "z": 388710 + }, + "rot": { + "x": 0, + "y": 90922, + "z": 0 + }, + "propId": 104023 + }, + { + "groupId": 260, + "instId": 300003, + "propState": 20, + "pos": { + "x": 102767, + "y": 300134, + "z": 388170 + }, + "rot": { + "x": 0, + "y": 171402, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 260, + "instId": 300004, + "propState": 1, + "pos": { + "x": 102767, + "y": 300134, + "z": 388170 + }, + "rot": { + "x": 0, + "y": 171402, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 261, + "instId": 300003, + "propState": 8, + "pos": { + "x": -70259, + "y": 341820, + "z": 378252 + }, + "rot": { + "x": 0, + "y": 74250, + "z": 0 + }, + "propId": 103074 + }, + { + "groupId": 261, + "instId": 300006, + "propState": 8, + "pos": { + "x": -51762, + "y": 349400, + "z": 348597 + }, + "rot": { + "x": 0, + "y": 228174, + "z": 0 + }, + "propId": 104032 + }, + { + "groupId": 268, + "instId": 300003, + "propState": 8, + "pos": { + "x": 122443, + "y": 198541, + "z": 220426 + }, + "rot": { + "x": 0, + "y": 65750, + "z": 0 + }, + "propId": 103074 + }, + { + "groupId": 269, + "instId": 300001, + "propState": 20, + "pos": { + "x": 142598, + "y": 201147, + "z": 239872 + }, + "rot": { + "x": 0, + "y": 225878, + "z": 0 + }, + "propId": 60402 + }, + { + "groupId": 269, + "instId": 300002, + "propState": 8, + "pos": { + "x": 142598, + "y": 201147, + "z": 239872 + }, + "rot": { + "x": 0, + "y": 225878, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 269, + "instId": 300003, + "propState": 8, + "pos": { + "x": 122738, + "y": 196750, + "z": 220232 + }, + "rot": { + "x": 0, + "y": 245750, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 270, + "instId": 300003, + "propState": 8, + "pos": { + "x": 55960, + "y": 301903, + "z": 392325 + }, + "rot": { + "x": 0, + "y": 261133, + "z": 0 + }, + "propId": 103074 + }, + { + "groupId": 271, + "instId": 300001, + "propState": 20, + "pos": { + "x": 47071, + "y": 300176, + "z": 390838 + }, + "rot": { + "x": 0, + "y": 78990, + "z": 0 + }, + "propId": 60402 + }, + { + "groupId": 271, + "instId": 300002, + "propState": 8, + "pos": { + "x": 47071, + "y": 300176, + "z": 390838 + }, + "rot": { + "x": 0, + "y": 78990, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 271, + "instId": 300003, + "propState": 8, + "pos": { + "x": 55700, + "y": 300116, + "z": 392576 + }, + "rot": { + "x": 0, + "y": 81133, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 272, + "instId": 300001, + "propState": 11, + "pos": { + "x": 53840, + "y": 175328, + "z": 303410 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 104046 + }, + { + "groupId": 273, + "instId": 300001, + "propState": 11, + "pos": { + "x": 5575, + "y": 190700, + "z": 56198 + }, + "rot": { + "x": 0, + "y": 87579, + "z": 0 + }, + "propId": 104046 + }, + { + "groupId": 274, + "instId": 300001, + "propState": 11, + "pos": { + "x": -27057, + "y": 348999, + "z": 395824 + }, + "rot": { + "x": 0, + "y": 206408, + "z": 0 + }, + "propId": 104046 + }, + { + "groupId": 277, + "instId": 300001, + "propState": 1, + "pos": { + "x": 128970, + "y": 267970, + "z": 455580 + }, + "rot": { + "x": 0, + "y": 329320, + "z": 0 + }, + "propId": 104255 + }, + { + "groupId": 277, + "instId": 300002, + "propState": 8, + "pos": { + "x": 86452, + "y": 300134, + "z": 382202 + }, + "rot": { + "x": 0, + "y": 351481, + "z": 0 + }, + "propId": 104255 + }, + { + "groupId": 278, + "instId": 300001, + "propState": 18, + "pos": { + "x": -35000, + "y": 206943, + "z": 255227 + }, + "rot": { + "x": 0, + "y": 265451, + "z": 0 + }, + "propId": 104093 + }, + { + "groupId": 278, + "instId": 300002, + "propState": 18, + "pos": { + "x": 105115, + "y": 220065, + "z": 296017 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104095 + }, + { + "groupId": 278, + "instId": 300003, + "propState": 18, + "pos": { + "x": 14155, + "y": 190542, + "z": 212611 + }, + "rot": { + "x": 0, + "y": 154185, + "z": 0 + }, + "propId": 104096 + }, + { + "groupId": 278, + "instId": 300004, + "propState": 18, + "pos": { + "x": 99421, + "y": 213719, + "z": 228009 + }, + "rot": { + "x": 0, + "y": 235753, + "z": 0 + }, + "propId": 104094 + }, + { + "groupId": 278, + "instId": 300005, + "propState": 18, + "pos": { + "x": 57741, + "y": 187222, + "z": 58501 + }, + "rot": { + "x": 0, + "y": 107212, + "z": 0 + }, + "propId": 104094 + }, + { + "groupId": 278, + "instId": 300006, + "propState": 18, + "pos": { + "x": 8112, + "y": 191211, + "z": 46132 + }, + "rot": { + "x": 0, + "y": 326413, + "z": 0 + }, + "propId": 104093 + }, + { + "groupId": 278, + "instId": 300007, + "propState": 18, + "pos": { + "x": 182190, + "y": 254439, + "z": 371711 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104095 + }, + { + "groupId": 278, + "instId": 300008, + "propState": 18, + "pos": { + "x": 104601, + "y": 220777, + "z": 294297 + }, + "rot": { + "x": 0, + "y": 162734, + "z": 0 + }, + "propId": 104096 + }, + { + "groupId": 278, + "instId": 300009, + "propState": 18, + "pos": { + "x": -4100, + "y": 186343, + "z": -75307 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104095 + }, + { + "groupId": 278, + "instId": 300010, + "propState": 18, + "pos": { + "x": 2205, + "y": 166210, + "z": 333334 + }, + "rot": { + "x": 0, + "y": 247685, + "z": 0 + }, + "propId": 104093 + }, + { + "groupId": 278, + "instId": 300011, + "propState": 18, + "pos": { + "x": 110672, + "y": 197446, + "z": 223819 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104095 + }, + { + "groupId": 278, + "instId": 300012, + "propState": 18, + "pos": { + "x": 107201, + "y": 220077, + "z": 309287 + }, + "rot": { + "x": 0, + "y": 229509, + "z": 0 + }, + "propId": 104093 + }, + { + "groupId": 278, + "instId": 300013, + "propState": 18, + "pos": { + "x": 8423, + "y": 207477, + "z": 346193 + }, + "rot": { + "x": 0, + "y": 57899, + "z": 0 + }, + "propId": 104093 + }, + { + "groupId": 278, + "instId": 300014, + "propState": 18, + "pos": { + "x": -16672, + "y": 396568, + "z": 313701 + }, + "rot": { + "x": 0, + "y": 141121, + "z": 0 + }, + "propId": 104162 + }, + { + "groupId": 278, + "instId": 300015, + "propState": 18, + "pos": { + "x": 18108, + "y": 205220, + "z": 325732 + }, + "rot": { + "x": 0, + "y": 141121, + "z": 0 + }, + "propId": 104162 + }, + { + "groupId": 279, + "instId": 300001, + "propState": 8, + "pos": { + "x": -51166, + "y": 340700, + "z": 334377 + }, + "rot": { + "x": 0, + "y": 226648, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 279, + "instId": 300002, + "propState": 8, + "pos": { + "x": -48201, + "y": 349699, + "z": 404237 + }, + "rot": { + "x": 0, + "y": 244858, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 279, + "instId": 300003, + "propState": 8, + "pos": { + "x": -77914, + "y": 349699, + "z": 357321 + }, + "rot": { + "x": 0, + "y": 80515, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 293, + "instId": 300001, + "propState": 0, + "pos": { + "x": -29403, + "y": 340070, + "z": 360707 + }, + "rot": { + "x": 0, + "y": 167294, + "z": 0 + }, + "propId": 104020 + }, + { + "groupId": 293, + "instId": 300002, + "propState": 2, + "pos": { + "x": -50888, + "y": 340476, + "z": 394413 + }, + "rot": { + "x": 0, + "y": 137479, + "z": 0 + }, + "propId": 104020 + }, + { + "groupId": 293, + "instId": 300003, + "propState": 1, + "pos": { + "x": -52580, + "y": 340024, + "z": 396680 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 293, + "instId": 300004, + "propState": 1, + "pos": { + "x": -47350, + "y": 340000, + "z": 401540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104039 + }, + { + "groupId": 293, + "instId": 300005, + "propState": 1, + "pos": { + "x": -53080, + "y": 340120, + "z": 396720 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 104038 + }, + { + "groupId": 302, + "instId": 300001, + "propState": 8, + "pos": { + "x": -12942, + "y": 166910, + "z": 315149 + }, + "rot": { + "x": 0, + "y": 125848, + "z": 0 + }, + "propId": 104080 + } + ], + "monsters": [ + { + "groupId": 42, + "instId": 200004, + "eventId": 20421005, + "pos": { + "x": 127088, + "y": 220066, + "z": 301389 + }, + "rot": { + "x": 0, + "y": 51633, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 42, + "instId": 200005, + "eventId": 20421006, + "pos": { + "x": 122659, + "y": 220066, + "z": 306260 + }, + "rot": { + "x": 0, + "y": 163117, + "z": 0 + }, + "monsterId": 4022010 + }, + { + "groupId": 42, + "instId": 200006, + "eventId": 20421007, + "pos": { + "x": 149830, + "y": 220095, + "z": 262010 + }, + "rot": { + "x": 0, + "y": 193764, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 42, + "instId": 200007, + "eventId": 20421008, + "pos": { + "x": 117399, + "y": 214333, + "z": 230379 + }, + "rot": { + "x": 0, + "y": 286143, + "z": 0 + }, + "monsterId": 4022010 + }, + { + "groupId": 42, + "instId": 200008, + "eventId": 20421009, + "pos": { + "x": 101091, + "y": 212481, + "z": 216615 + }, + "rot": { + "x": 0, + "y": 340186, + "z": 0 + }, + "monsterId": 4022010 + }, + { + "groupId": 42, + "instId": 200009, + "eventId": 20421010, + "pos": { + "x": 133044, + "y": 207911, + "z": 204687 + }, + "rot": { + "x": 0, + "y": 135420, + "z": 0 + }, + "monsterId": 4022010 + }, + { + "groupId": 42, + "instId": 200010, + "eventId": 20421011, + "pos": { + "x": 101291, + "y": 196798, + "z": 221279 + }, + "rot": { + "x": 0, + "y": 173616, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 42, + "instId": 200011, + "eventId": 20421012, + "pos": { + "x": 99716, + "y": 196798, + "z": 219347 + }, + "rot": { + "x": 0, + "y": 22301, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 42, + "instId": 200012, + "eventId": 20421014, + "pos": { + "x": 195155, + "y": 260123, + "z": 422718 + }, + "rot": { + "x": 0, + "y": 90564, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 42, + "instId": 200013, + "eventId": 20421015, + "pos": { + "x": 174593, + "y": 258082, + "z": 414744 + }, + "rot": { + "x": 0, + "y": 338048, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 42, + "instId": 200014, + "eventId": 20421016, + "pos": { + "x": 174991, + "y": 258285, + "z": 417591 + }, + "rot": { + "x": 0, + "y": 245142, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 42, + "instId": 200015, + "eventId": 20421017, + "pos": { + "x": 177100, + "y": 258586, + "z": 415876 + }, + "rot": { + "x": 0, + "y": 291701, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 42, + "instId": 200017, + "eventId": 20421019, + "pos": { + "x": 190238, + "y": 267654, + "z": 450441 + }, + "rot": { + "x": 0, + "y": 51785, + "z": 0 + }, + "monsterId": 4022010 + }, + { + "groupId": 42, + "instId": 200018, + "eventId": 20421020, + "pos": { + "x": 189012, + "y": 268391, + "z": 453344 + }, + "rot": { + "x": 0, + "y": 112572, + "z": 0 + }, + "monsterId": 4022010 + }, + { + "groupId": 42, + "instId": 200022, + "eventId": 20421024, + "pos": { + "x": 47844, + "y": 338005, + "z": 409186 + }, + "rot": { + "x": 0, + "y": 90564, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 42, + "instId": 200023, + "eventId": 20421025, + "pos": { + "x": 46860, + "y": 337958, + "z": 413820 + }, + "rot": { + "x": 0, + "y": 64515, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 47, + "instId": 200001, + "eventId": 20421027, + "pos": { + "x": 23157, + "y": 175260, + "z": 330230 + }, + "rot": { + "x": 0, + "y": 27899, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 47, + "instId": 200002, + "eventId": 20421028, + "pos": { + "x": 24470, + "y": 175260, + "z": 327170 + }, + "rot": { + "x": 0, + "y": 30884, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 47, + "instId": 200003, + "eventId": 20421029, + "pos": { + "x": 35145, + "y": 175260, + "z": 314006 + }, + "rot": { + "x": 0, + "y": 233690, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 47, + "instId": 200004, + "eventId": 20421030, + "pos": { + "x": 40500, + "y": 175270, + "z": 288070 + }, + "rot": { + "x": 0, + "y": 4374, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 47, + "instId": 200005, + "eventId": 20421031, + "pos": { + "x": 34350, + "y": 175270, + "z": 282280 + }, + "rot": { + "x": 0, + "y": 283193, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 47, + "instId": 200006, + "eventId": 20421032, + "pos": { + "x": -733, + "y": 175289, + "z": 298785 + }, + "rot": { + "x": 0, + "y": 15875, + "z": 0 + }, + "monsterId": 4022010 + }, + { + "groupId": 47, + "instId": 200007, + "eventId": 20421033, + "pos": { + "x": -695, + "y": 175310, + "z": 303074 + }, + "rot": { + "x": 0, + "y": 162932, + "z": 0 + }, + "monsterId": 4022010 + }, + { + "groupId": 47, + "instId": 200008, + "eventId": 20421034, + "pos": { + "x": 1614, + "y": 175260, + "z": 290741 + }, + "rot": { + "x": 0, + "y": 37183, + "z": 0 + }, + "monsterId": 4022010 + }, + { + "groupId": 48, + "instId": 200001, + "eventId": 20421035, + "pos": { + "x": -14011, + "y": 166210, + "z": 319880 + }, + "rot": { + "x": 0, + "y": 155910, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 48, + "instId": 200002, + "eventId": 20421036, + "pos": { + "x": 32079, + "y": 166210, + "z": 305456 + }, + "rot": { + "x": 0, + "y": 68568, + "z": 0 + }, + "monsterId": 4012040 + }, + { + "groupId": 48, + "instId": 200003, + "eventId": 20421037, + "pos": { + "x": 16600, + "y": 166210, + "z": 301270 + }, + "rot": { + "x": 0, + "y": 111038, + "z": 0 + }, + "monsterId": 4012040 + }, + { + "groupId": 48, + "instId": 200004, + "eventId": 20421038, + "pos": { + "x": 20040, + "y": 166210, + "z": 304540 + }, + "rot": { + "x": 0, + "y": 159665, + "z": 0 + }, + "monsterId": 4012040 + }, + { + "groupId": 55, + "instId": 200001, + "eventId": 20421040, + "pos": { + "x": -16115, + "y": 340000, + "z": 379427 + }, + "rot": { + "x": 0, + "y": 160610, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 55, + "instId": 200002, + "eventId": 20421041, + "pos": { + "x": -30368, + "y": 348999, + "z": 396356 + }, + "rot": { + "x": 0, + "y": 129058, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 55, + "instId": 200003, + "eventId": 20421042, + "pos": { + "x": -73981, + "y": 340000, + "z": 373547 + }, + "rot": { + "x": 0, + "y": 288982, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 55, + "instId": 200004, + "eventId": 20421043, + "pos": { + "x": -88643, + "y": 348999, + "z": 357986 + }, + "rot": { + "x": 0, + "y": 122116, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 56, + "instId": 200001, + "eventId": 20421044, + "pos": { + "x": -43090, + "y": 348999, + "z": 401805 + }, + "rot": { + "x": 0, + "y": 224712, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 56, + "instId": 200002, + "eventId": 20421045, + "pos": { + "x": -44641, + "y": 348999, + "z": 399608 + }, + "rot": { + "x": 0, + "y": 35339, + "z": 0 + }, + "monsterId": 4022010 + }, + { + "groupId": 56, + "instId": 200003, + "eventId": 20421046, + "pos": { + "x": -42831, + "y": 348999, + "z": 398030 + }, + "rot": { + "x": 0, + "y": 348743, + "z": 0 + }, + "monsterId": 4022010 + }, + { + "groupId": 56, + "instId": 200004, + "eventId": 20421047, + "pos": { + "x": -64220, + "y": 348998, + "z": 347826 + }, + "rot": { + "x": 0, + "y": 99739, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 238, + "instId": 200001, + "eventId": 101223, + "pos": { + "x": 107690, + "y": 196798, + "z": 238090 + }, + "rot": { + "x": 0, + "y": 109633, + "z": 0 + }, + "monsterId": 4023021 + }, + { + "groupId": 246, + "instId": 200001, + "eventId": 20421101, + "pos": { + "x": -68455, + "y": 207110, + "z": 234344 + }, + "rot": { + "x": 0, + "y": 275630, + "z": 0 + }, + "monsterId": 4022010 + }, + { + "groupId": 246, + "instId": 200002, + "eventId": 20421102, + "pos": { + "x": -53259, + "y": 207030, + "z": 221398 + }, + "rot": { + "x": 0, + "y": 229139, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 246, + "instId": 200003, + "eventId": 20421103, + "pos": { + "x": -55287, + "y": 207030, + "z": 223224 + }, + "rot": { + "x": 0, + "y": 188917, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 246, + "instId": 200004, + "eventId": 20421105, + "pos": { + "x": 127088, + "y": 220066, + "z": 301389 + }, + "rot": { + "x": 0, + "y": 51633, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 246, + "instId": 200005, + "eventId": 20421106, + "pos": { + "x": 122659, + "y": 220066, + "z": 306260 + }, + "rot": { + "x": 0, + "y": 163117, + "z": 0 + }, + "monsterId": 4022010 + }, + { + "groupId": 246, + "instId": 200006, + "eventId": 20421107, + "pos": { + "x": 149830, + "y": 220095, + "z": 262010 + }, + "rot": { + "x": 0, + "y": 193764, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 246, + "instId": 200007, + "eventId": 20421108, + "pos": { + "x": 117399, + "y": 214333, + "z": 230379 + }, + "rot": { + "x": 0, + "y": 286143, + "z": 0 + }, + "monsterId": 4022010 + }, + { + "groupId": 246, + "instId": 200008, + "eventId": 20421109, + "pos": { + "x": 101091, + "y": 212481, + "z": 216615 + }, + "rot": { + "x": 0, + "y": 340186, + "z": 0 + }, + "monsterId": 4022010 + }, + { + "groupId": 246, + "instId": 200009, + "eventId": 20421110, + "pos": { + "x": 133044, + "y": 207911, + "z": 204687 + }, + "rot": { + "x": 0, + "y": 135420, + "z": 0 + }, + "monsterId": 4022010 + }, + { + "groupId": 246, + "instId": 200010, + "eventId": 20421111, + "pos": { + "x": 101291, + "y": 196798, + "z": 221279 + }, + "rot": { + "x": 0, + "y": 173616, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 246, + "instId": 200011, + "eventId": 20421112, + "pos": { + "x": 99716, + "y": 196798, + "z": 219347 + }, + "rot": { + "x": 0, + "y": 22301, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 246, + "instId": 200012, + "eventId": 20421114, + "pos": { + "x": 195155, + "y": 260123, + "z": 422718 + }, + "rot": { + "x": 0, + "y": 90564, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 246, + "instId": 200013, + "eventId": 20421115, + "pos": { + "x": 174593, + "y": 258082, + "z": 414744 + }, + "rot": { + "x": 0, + "y": 338048, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 246, + "instId": 200014, + "eventId": 20421116, + "pos": { + "x": 174991, + "y": 258285, + "z": 417591 + }, + "rot": { + "x": 0, + "y": 245142, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 246, + "instId": 200015, + "eventId": 20421117, + "pos": { + "x": 177100, + "y": 258586, + "z": 415876 + }, + "rot": { + "x": 0, + "y": 201701, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 246, + "instId": 200016, + "eventId": 20421118, + "pos": { + "x": 186653, + "y": 268236, + "z": 450187 + }, + "rot": { + "x": 0, + "y": 160119, + "z": 0 + }, + "monsterId": 4022010 + }, + { + "groupId": 246, + "instId": 200017, + "eventId": 20421119, + "pos": { + "x": 190238, + "y": 267654, + "z": 450441 + }, + "rot": { + "x": 0, + "y": 51785, + "z": 0 + }, + "monsterId": 4022010 + }, + { + "groupId": 246, + "instId": 200018, + "eventId": 20421120, + "pos": { + "x": 189012, + "y": 268391, + "z": 453344 + }, + "rot": { + "x": 0, + "y": 112572, + "z": 0 + }, + "monsterId": 4022010 + }, + { + "groupId": 246, + "instId": 200019, + "eventId": 20421121, + "pos": { + "x": 187238, + "y": 263777, + "z": 433616 + }, + "rot": { + "x": 0, + "y": 174915, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 246, + "instId": 200020, + "eventId": 20421122, + "pos": { + "x": 184138, + "y": 262277, + "z": 430232 + }, + "rot": { + "x": 0, + "y": 46178, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 246, + "instId": 200021, + "eventId": 20421123, + "pos": { + "x": 187684, + "y": 262396, + "z": 428854 + }, + "rot": { + "x": 0, + "y": 325, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 246, + "instId": 200022, + "eventId": 20421124, + "pos": { + "x": 43350, + "y": 337958, + "z": 412122 + }, + "rot": { + "x": 0, + "y": 90564, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 246, + "instId": 200023, + "eventId": 20421125, + "pos": { + "x": 45810, + "y": 337958, + "z": 413317 + }, + "rot": { + "x": 0, + "y": 213984, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 247, + "instId": 200001, + "eventId": 20421127, + "pos": { + "x": 23157, + "y": 175260, + "z": 330230 + }, + "rot": { + "x": 0, + "y": 27899, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 247, + "instId": 200002, + "eventId": 20421128, + "pos": { + "x": 24470, + "y": 175260, + "z": 327170 + }, + "rot": { + "x": 0, + "y": 30884, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 247, + "instId": 200003, + "eventId": 20421129, + "pos": { + "x": 35145, + "y": 175260, + "z": 314006 + }, + "rot": { + "x": 0, + "y": 233690, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 247, + "instId": 200004, + "eventId": 20421130, + "pos": { + "x": 40500, + "y": 175270, + "z": 288070 + }, + "rot": { + "x": 0, + "y": 4374, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 247, + "instId": 200005, + "eventId": 20421131, + "pos": { + "x": 34350, + "y": 175270, + "z": 282280 + }, + "rot": { + "x": 0, + "y": 283193, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 247, + "instId": 200006, + "eventId": 20421132, + "pos": { + "x": -733, + "y": 175289, + "z": 298785 + }, + "rot": { + "x": 0, + "y": 15875, + "z": 0 + }, + "monsterId": 4022010 + }, + { + "groupId": 247, + "instId": 200007, + "eventId": 20421133, + "pos": { + "x": -695, + "y": 175310, + "z": 303074 + }, + "rot": { + "x": 0, + "y": 162932, + "z": 0 + }, + "monsterId": 4022010 + }, + { + "groupId": 247, + "instId": 200008, + "eventId": 20421134, + "pos": { + "x": 1614, + "y": 175260, + "z": 290741 + }, + "rot": { + "x": 0, + "y": 37183, + "z": 0 + }, + "monsterId": 4022010 + }, + { + "groupId": 248, + "instId": 200001, + "eventId": 20421135, + "pos": { + "x": -14011, + "y": 166210, + "z": 319880 + }, + "rot": { + "x": 0, + "y": 155910, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 248, + "instId": 200002, + "eventId": 20421136, + "pos": { + "x": 32079, + "y": 166210, + "z": 305456 + }, + "rot": { + "x": 0, + "y": 68568, + "z": 0 + }, + "monsterId": 4012040 + }, + { + "groupId": 248, + "instId": 200003, + "eventId": 20421137, + "pos": { + "x": 16600, + "y": 166210, + "z": 301270 + }, + "rot": { + "x": 0, + "y": 111038, + "z": 0 + }, + "monsterId": 4012040 + }, + { + "groupId": 248, + "instId": 200004, + "eventId": 20421138, + "pos": { + "x": 20040, + "y": 166210, + "z": 304540 + }, + "rot": { + "x": 0, + "y": 159665, + "z": 0 + }, + "monsterId": 4012040 + }, + { + "groupId": 249, + "instId": 200001, + "eventId": 20421140, + "pos": { + "x": -16115, + "y": 340000, + "z": 379427 + }, + "rot": { + "x": 0, + "y": 160610, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 249, + "instId": 200002, + "eventId": 20421141, + "pos": { + "x": -30368, + "y": 348999, + "z": 396356 + }, + "rot": { + "x": 0, + "y": 129058, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 249, + "instId": 200003, + "eventId": 20421142, + "pos": { + "x": -73981, + "y": 340000, + "z": 373547 + }, + "rot": { + "x": 0, + "y": 288982, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 249, + "instId": 200004, + "eventId": 20421143, + "pos": { + "x": -88643, + "y": 348999, + "z": 357986 + }, + "rot": { + "x": 0, + "y": 122116, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 250, + "instId": 200001, + "eventId": 20421144, + "pos": { + "x": -43090, + "y": 348999, + "z": 401805 + }, + "rot": { + "x": 0, + "y": 224712, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 250, + "instId": 200002, + "eventId": 20421145, + "pos": { + "x": -44641, + "y": 348999, + "z": 399608 + }, + "rot": { + "x": 0, + "y": 35339, + "z": 0 + }, + "monsterId": 4022010 + }, + { + "groupId": 250, + "instId": 200003, + "eventId": 20421146, + "pos": { + "x": -42831, + "y": 348999, + "z": 398030 + }, + "rot": { + "x": 0, + "y": 348743, + "z": 0 + }, + "monsterId": 4022010 + }, + { + "groupId": 250, + "instId": 200004, + "eventId": 20421147, + "pos": { + "x": -64220, + "y": 348998, + "z": 347826 + }, + "rot": { + "x": 0, + "y": 99739, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 252, + "instId": 200001, + "eventId": 20421231, + "pos": { + "x": -18174, + "y": 348998, + "z": 378997 + }, + "rot": { + "x": 0, + "y": 277713, + "z": 0 + }, + "monsterId": 4023020 + }, + { + "groupId": 303, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 138439, + "y": 242549, + "z": 345309 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "monsterId": 4022010 + } + ], + "teleports": [ + { + "anchorId": 1, + "groupId": 13, + "instId": 300001, + "pos": { + "x": -5948, + "y": 180064, + "z": -135956 + }, + "rot": { + "x": 0, + "y": 306529, + "z": 0 + }, + "teleportId": 2042101 + }, + { + "anchorId": 2, + "groupId": 13, + "instId": 300002, + "pos": { + "x": 20020, + "y": 190022, + "z": 195484 + }, + "rot": { + "x": 0, + "y": 315966, + "z": 0 + }, + "teleportId": 2042102 + }, + { + "anchorId": 3, + "groupId": 13, + "instId": 300003, + "pos": { + "x": 6630, + "y": 207003, + "z": 297770 + }, + "rot": { + "x": 0, + "y": 22000, + "z": 0 + }, + "teleportId": 2042103 + }, + { + "anchorId": 5, + "groupId": 13, + "instId": 300005, + "pos": { + "x": 12402, + "y": 343360, + "z": 338420 + }, + "rot": { + "x": 0, + "y": 258009, + "z": 0 + }, + "teleportId": 2042105 + }, + { + "anchorId": 6, + "groupId": 13, + "instId": 300006, + "pos": { + "x": 63199, + "y": 392344, + "z": 326758 + }, + "rot": { + "x": 0, + "y": 262574, + "z": 0 + }, + "teleportId": 2042106 + }, + { + "anchorId": 1, + "groupId": 237, + "instId": 300001, + "pos": { + "x": 162379, + "y": 220000, + "z": 265445 + }, + "rot": { + "x": 0, + "y": 122650, + "z": 0 + }, + "teleportId": 1027 + }, + { + "anchorId": 1, + "groupId": 238, + "instId": 300001, + "pos": { + "x": 113390, + "y": 196798, + "z": 236060 + }, + "rot": { + "x": 0, + "y": 289633, + "z": 0 + }, + "teleportId": 1123 + } + ] + }, + { + "planeID": 20422, + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 8, + "pos": { + "x": -2200, + "y": -7561, + "z": 380110 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 8, + "pos": { + "x": 32580, + "y": -16040, + "z": 379240 + }, + "rot": { + "x": 0, + "y": 270737, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 8, + "pos": { + "x": -47140, + "y": -7561, + "z": 379940 + }, + "rot": { + "x": 0, + "y": 91465, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 8, + "pos": { + "x": -82260, + "y": -16040, + "z": 379320 + }, + "rot": { + "x": 0, + "y": 85273, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 4, + "instId": 300005, + "propState": 8, + "pos": { + "x": -2200, + "y": -7561, + "z": 380110 + }, + "rot": { + "x": 0, + "y": 330627, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 4, + "instId": 300006, + "propState": 8, + "pos": { + "x": 32580, + "y": -16040, + "z": 379240 + }, + "rot": { + "x": 0, + "y": 330627, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 4, + "instId": 300007, + "propState": 8, + "pos": { + "x": -47140, + "y": -7561, + "z": 379940 + }, + "rot": { + "x": 0, + "y": 149803, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 4, + "instId": 300008, + "propState": 8, + "pos": { + "x": -82260, + "y": -16040, + "z": 379320 + }, + "rot": { + "x": 0, + "y": 153412, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 1, + "pos": { + "x": 52490, + "y": -15944, + "z": 343170 + }, + "rot": { + "x": 0, + "y": 357407, + "z": 0 + }, + "propId": 104181 + }, + { + "groupId": 6, + "instId": 300012, + "propState": 8, + "pos": { + "x": 58410, + "y": -22170, + "z": 303620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104024 + }, + { + "groupId": 6, + "instId": 300013, + "propState": 8, + "pos": { + "x": 46610, + "y": -22170, + "z": 303620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104024 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": -29239, + "y": -23506, + "z": 434524 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 8, + "pos": { + "x": 48397, + "y": -26270, + "z": 323749 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 8, + "pos": { + "x": -1941, + "y": 11735, + "z": 358895 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 7, + "instId": 300005, + "propState": 8, + "pos": { + "x": -8148, + "y": 12680, + "z": 230727 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 7, + "instId": 300006, + "propState": 8, + "pos": { + "x": -16231, + "y": 10466, + "z": 87613 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 7, + "instId": 300007, + "propState": 8, + "pos": { + "x": 26130, + "y": -3198, + "z": -97337 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 12, + "pos": { + "x": -40180, + "y": 11646, + "z": 11790 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 12, + "pos": { + "x": -24395, + "y": 7564, + "z": 26653 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 12, + "pos": { + "x": -24330, + "y": 12752, + "z": 19900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60403 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 12, + "pos": { + "x": -40738, + "y": 27050, + "z": 2530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 12, + "pos": { + "x": -8831, + "y": 12680, + "z": 235610 + }, + "rot": { + "x": 0, + "y": 132644, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 12, + "pos": { + "x": -7758, + "y": -43409, + "z": 114761 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 10, + "instId": 300004, + "propState": 12, + "pos": { + "x": -41163, + "y": -43409, + "z": 133880 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 10, + "instId": 300005, + "propState": 12, + "pos": { + "x": -12502, + "y": -44779, + "z": 166340 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 10, + "instId": 300006, + "propState": 12, + "pos": { + "x": -43502, + "y": 9036, + "z": 81219 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 10, + "instId": 300007, + "propState": 12, + "pos": { + "x": 32060, + "y": 4249, + "z": 62360 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 10, + "instId": 300008, + "propState": 12, + "pos": { + "x": -82615, + "y": 8542, + "z": -54476 + }, + "rot": { + "x": 0, + "y": 352626, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 10, + "instId": 300009, + "propState": 12, + "pos": { + "x": 34330, + "y": -3198, + "z": -112360 + }, + "rot": { + "x": 0, + "y": 302134, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 12, + "pos": { + "x": 75691, + "y": -204, + "z": -22836 + }, + "rot": { + "x": 0, + "y": 280232, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 12, + "pos": { + "x": 5080, + "y": 6855, + "z": 340680 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 12, + "pos": { + "x": -58133, + "y": 16021, + "z": 293230 + }, + "rot": { + "x": 0, + "y": 2422, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 12, + "instId": 300003, + "propState": 12, + "pos": { + "x": -79210, + "y": 25115, + "z": 295860 + }, + "rot": { + "x": 0, + "y": 93165, + "z": 0 + }, + "propId": 60403 + }, + { + "groupId": 12, + "instId": 300005, + "propState": 12, + "pos": { + "x": 2940, + "y": 25111, + "z": 337500 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 13, + "instId": 300001, + "propState": 12, + "pos": { + "x": -58224, + "y": 6855, + "z": 339928 + }, + "rot": { + "x": 0, + "y": 177459, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 12, + "pos": { + "x": -9379, + "y": 6875, + "z": 280815 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 12, + "pos": { + "x": -65880, + "y": 25111, + "z": 339860 + }, + "rot": { + "x": 0, + "y": 139023, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 12, + "pos": { + "x": 8459, + "y": 25111, + "z": 340185 + }, + "rot": { + "x": 0, + "y": 181400, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 8, + "pos": { + "x": -27286, + "y": 7598, + "z": 18324 + }, + "rot": { + "x": 0, + "y": 318191, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 14, + "instId": 300001, + "propState": 8, + "pos": { + "x": -41124, + "y": 11646, + "z": -9385 + }, + "rot": { + "x": 0, + "y": 60341, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 14, + "instId": 300003, + "propState": 8, + "pos": { + "x": -8470, + "y": 11652, + "z": 3501 + }, + "rot": { + "x": 0, + "y": 730, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 14, + "instId": 300004, + "propState": 8, + "pos": { + "x": -39903, + "y": 11652, + "z": 3612 + }, + "rot": { + "x": 0, + "y": 730, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 15, + "instId": 300001, + "propState": 8, + "pos": { + "x": -42250, + "y": 11646, + "z": 41550 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 15, + "instId": 300002, + "propState": 8, + "pos": { + "x": -41090, + "y": 11666, + "z": -9480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 15, + "instId": 300003, + "propState": 8, + "pos": { + "x": -7499, + "y": 11665, + "z": 44941 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 15, + "instId": 300004, + "propState": 8, + "pos": { + "x": -11695, + "y": 11646, + "z": 17580 + }, + "rot": { + "x": 0, + "y": 39417, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 15, + "instId": 300005, + "propState": 8, + "pos": { + "x": -6715, + "y": 11666, + "z": -10676 + }, + "rot": { + "x": 0, + "y": 320873, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 15, + "instId": 300006, + "propState": 8, + "pos": { + "x": -55374, + "y": 27050, + "z": 25286 + }, + "rot": { + "x": 0, + "y": 35358, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 15, + "instId": 300007, + "propState": 8, + "pos": { + "x": -40340, + "y": 27050, + "z": 3990 + }, + "rot": { + "x": 0, + "y": 2242, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 15, + "instId": 300008, + "propState": 8, + "pos": { + "x": -5760, + "y": 27069, + "z": 44201 + }, + "rot": { + "x": 0, + "y": 219949, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 15, + "instId": 300009, + "propState": 8, + "pos": { + "x": -7980, + "y": 27050, + "z": 3060 + }, + "rot": { + "x": 0, + "y": 356563, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 8, + "pos": { + "x": -36249, + "y": 12680, + "z": 230221 + }, + "rot": { + "x": 0, + "y": 240229, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 16, + "instId": 300003, + "propState": 8, + "pos": { + "x": -59296, + "y": -6243, + "z": 221824 + }, + "rot": { + "x": 0, + "y": 152312, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 16, + "instId": 300001, + "propState": 8, + "pos": { + "x": -32329, + "y": 10466, + "z": 84324 + }, + "rot": { + "x": 0, + "y": 99481, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 16, + "instId": 300005, + "propState": 8, + "pos": { + "x": -16691, + "y": 10466, + "z": 84182 + }, + "rot": { + "x": 0, + "y": 260365, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 16, + "instId": 300008, + "propState": 8, + "pos": { + "x": 38131, + "y": 4287, + "z": 76645 + }, + "rot": { + "x": 0, + "y": 229577, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 16, + "instId": 300009, + "propState": 8, + "pos": { + "x": 37388, + "y": 4249, + "z": 60605 + }, + "rot": { + "x": 0, + "y": 335897, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 16, + "instId": 300010, + "propState": 8, + "pos": { + "x": -5770, + "y": 12680, + "z": 220414 + }, + "rot": { + "x": 0, + "y": 358851, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 16, + "instId": 300011, + "propState": 8, + "pos": { + "x": -42820, + "y": 12680, + "z": 220857 + }, + "rot": { + "x": 0, + "y": 358851, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 16, + "instId": 300013, + "propState": 8, + "pos": { + "x": -47848, + "y": -6243, + "z": 232256 + }, + "rot": { + "x": 0, + "y": 267160, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 16, + "instId": 300014, + "propState": 8, + "pos": { + "x": -47720, + "y": -6243, + "z": 226620 + }, + "rot": { + "x": 0, + "y": 267160, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 16, + "instId": 300012, + "propState": 8, + "pos": { + "x": -4898, + "y": -40915, + "z": 163576 + }, + "rot": { + "x": 0, + "y": 295747, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 16, + "instId": 300004, + "propState": 8, + "pos": { + "x": -34462, + "y": -43409, + "z": 133717 + }, + "rot": { + "x": 0, + "y": 225313, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 16, + "instId": 300006, + "propState": 8, + "pos": { + "x": -4564, + "y": -43409, + "z": 131580 + }, + "rot": { + "x": 0, + "y": 264895, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 16, + "instId": 300007, + "propState": 8, + "pos": { + "x": -16930, + "y": 10305, + "z": 197860 + }, + "rot": { + "x": 0, + "y": 288999, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 16, + "instId": 300015, + "propState": 8, + "pos": { + "x": -3897, + "y": 8167, + "z": 203573 + }, + "rot": { + "x": 0, + "y": 221339, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 16, + "instId": 300016, + "propState": 8, + "pos": { + "x": -41001, + "y": 10395, + "z": 89121 + }, + "rot": { + "x": 0, + "y": 48945, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 8, + "pos": { + "x": -21577, + "y": 13646, + "z": -44415 + }, + "rot": { + "x": 0, + "y": 265687, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 8, + "pos": { + "x": -55144, + "y": 13596, + "z": -53218 + }, + "rot": { + "x": 0, + "y": 1365, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 17, + "instId": 300006, + "propState": 8, + "pos": { + "x": -36160, + "y": 13644, + "z": -34550 + }, + "rot": { + "x": 0, + "y": 40677, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 17, + "instId": 300007, + "propState": 8, + "pos": { + "x": -12373, + "y": 13666, + "z": -34465 + }, + "rot": { + "x": 0, + "y": 307377, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 17, + "instId": 300009, + "propState": 8, + "pos": { + "x": -10486, + "y": -7593, + "z": 375590 + }, + "rot": { + "x": 0, + "y": 359496, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 17, + "instId": 300010, + "propState": 8, + "pos": { + "x": -38529, + "y": -7593, + "z": 375917 + }, + "rot": { + "x": 0, + "y": 359496, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 17, + "instId": 300003, + "propState": 8, + "pos": { + "x": -92397, + "y": -16040, + "z": 378643 + }, + "rot": { + "x": 0, + "y": 131972, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 18, + "instId": 300006, + "propState": 8, + "pos": { + "x": -58267, + "y": 6855, + "z": 310509 + }, + "rot": { + "x": 0, + "y": 56989, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 18, + "instId": 300007, + "propState": 8, + "pos": { + "x": -48515, + "y": 6855, + "z": 278671 + }, + "rot": { + "x": 0, + "y": 359453, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 18, + "instId": 300010, + "propState": 8, + "pos": { + "x": -8033, + "y": 6855, + "z": 278840 + }, + "rot": { + "x": 0, + "y": 5406, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 18, + "instId": 300011, + "propState": 8, + "pos": { + "x": 9673, + "y": 6855, + "z": 281690 + }, + "rot": { + "x": 0, + "y": 267880, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 18, + "instId": 300013, + "propState": 8, + "pos": { + "x": -59249, + "y": 16021, + "z": 337982 + }, + "rot": { + "x": 0, + "y": 139679, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 18, + "instId": 300015, + "propState": 8, + "pos": { + "x": 15296, + "y": 16021, + "z": 307568 + }, + "rot": { + "x": 0, + "y": 266995, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 18, + "instId": 300001, + "propState": 8, + "pos": { + "x": -14316, + "y": 7236, + "z": 326720 + }, + "rot": { + "x": 0, + "y": 299906, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 8, + "pos": { + "x": 9170, + "y": 25111, + "z": 279810 + }, + "rot": { + "x": 0, + "y": 310207, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 18, + "instId": 300003, + "propState": 8, + "pos": { + "x": 17470, + "y": 25111, + "z": 304720 + }, + "rot": { + "x": 0, + "y": 266032, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 18, + "instId": 300004, + "propState": 8, + "pos": { + "x": -66870, + "y": 25111, + "z": 327819 + }, + "rot": { + "x": 0, + "y": 89818, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 18, + "instId": 300005, + "propState": 8, + "pos": { + "x": -71627, + "y": 25115, + "z": 303039 + }, + "rot": { + "x": 0, + "y": 218467, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 18, + "instId": 300008, + "propState": 8, + "pos": { + "x": -63254, + "y": 25111, + "z": 288836 + }, + "rot": { + "x": 0, + "y": 40062, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 19, + "instId": 300001, + "propState": 8, + "pos": { + "x": -33973, + "y": 7236, + "z": 327196 + }, + "rot": { + "x": 0, + "y": 75739, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 19, + "instId": 300002, + "propState": 8, + "pos": { + "x": 9942, + "y": 6855, + "z": 309156 + }, + "rot": { + "x": 0, + "y": 267748, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 19, + "instId": 300003, + "propState": 8, + "pos": { + "x": -4640, + "y": 6875, + "z": 281429 + }, + "rot": { + "x": 0, + "y": 66144, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 19, + "instId": 300004, + "propState": 8, + "pos": { + "x": 1017, + "y": 16021, + "z": 323239 + }, + "rot": { + "x": 0, + "y": 92384, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 19, + "instId": 300005, + "propState": 8, + "pos": { + "x": -16072, + "y": 16099, + "z": 278459 + }, + "rot": { + "x": 0, + "y": 8653, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 19, + "instId": 300006, + "propState": 8, + "pos": { + "x": -32904, + "y": 16099, + "z": 277917 + }, + "rot": { + "x": 0, + "y": 1596, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 19, + "instId": 300007, + "propState": 8, + "pos": { + "x": -58933, + "y": 16021, + "z": 339937 + }, + "rot": { + "x": 0, + "y": 126426, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 19, + "instId": 300008, + "propState": 8, + "pos": { + "x": -58999, + "y": 6855, + "z": 337138 + }, + "rot": { + "x": 0, + "y": 178549, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 19, + "instId": 300009, + "propState": 8, + "pos": { + "x": -57140, + "y": 6855, + "z": 337180 + }, + "rot": { + "x": 0, + "y": 178549, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 19, + "instId": 300010, + "propState": 8, + "pos": { + "x": -59575, + "y": 6855, + "z": 309824 + }, + "rot": { + "x": 0, + "y": 41340, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 19, + "instId": 300011, + "propState": 8, + "pos": { + "x": -65749, + "y": 25111, + "z": 289522 + }, + "rot": { + "x": 0, + "y": 41340, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 19, + "instId": 300012, + "propState": 8, + "pos": { + "x": -67349, + "y": 25111, + "z": 319147 + }, + "rot": { + "x": 0, + "y": 92594, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 19, + "instId": 300013, + "propState": 8, + "pos": { + "x": 15868, + "y": 25111, + "z": 340965 + }, + "rot": { + "x": 0, + "y": 184996, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 19, + "instId": 300014, + "propState": 8, + "pos": { + "x": 15136, + "y": 25111, + "z": 288208 + }, + "rot": { + "x": 0, + "y": 308247, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 19, + "instId": 300015, + "propState": 8, + "pos": { + "x": -65936, + "y": 25111, + "z": 299691 + }, + "rot": { + "x": 0, + "y": 136781, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 19, + "instId": 300016, + "propState": 8, + "pos": { + "x": -29071, + "y": 3141, + "z": 309659 + }, + "rot": { + "x": 0, + "y": 313598, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 19, + "instId": 300017, + "propState": 8, + "pos": { + "x": -26007, + "y": 25111, + "z": 279110 + }, + "rot": { + "x": 0, + "y": 47919, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 20, + "instId": 300001, + "propState": 8, + "pos": { + "x": -59370, + "y": 25161, + "z": 319110 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 8, + "pos": { + "x": 8640, + "y": 25121, + "z": 307680 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 20, + "instId": 300003, + "propState": 8, + "pos": { + "x": -59370, + "y": 25161, + "z": 319110 + }, + "rot": { + "x": 0, + "y": 330627, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 20, + "instId": 300004, + "propState": 8, + "pos": { + "x": 8640, + "y": 25121, + "z": 307680 + }, + "rot": { + "x": 0, + "y": 330627, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 20, + "instId": 300006, + "propState": 8, + "pos": { + "x": -59370, + "y": 26920, + "z": 319110 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104032 + }, + { + "groupId": 20, + "instId": 300005, + "propState": 8, + "pos": { + "x": 8640, + "y": 26902, + "z": 307680 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104032 + }, + { + "groupId": 23, + "instId": 300001, + "propState": 12, + "pos": { + "x": -88353, + "y": -15970, + "z": 359219 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 23, + "instId": 300003, + "propState": 12, + "pos": { + "x": 71528, + "y": -19450, + "z": 318075 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 23, + "instId": 300004, + "propState": 12, + "pos": { + "x": 34711, + "y": -26081, + "z": 337870 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 23, + "instId": 300005, + "propState": 12, + "pos": { + "x": 52055, + "y": -34603, + "z": 308180 + }, + "rot": { + "x": 0, + "y": 25864, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 23, + "instId": 300007, + "propState": 12, + "pos": { + "x": 70057, + "y": -39462, + "z": 347769 + }, + "rot": { + "x": 0, + "y": 178022, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 23, + "instId": 300008, + "propState": 12, + "pos": { + "x": 54714, + "y": -25680, + "z": 356444 + }, + "rot": { + "x": 0, + "y": 222813, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 23, + "instId": 300009, + "propState": 12, + "pos": { + "x": 50277, + "y": -25680, + "z": 356444 + }, + "rot": { + "x": 0, + "y": 137781, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 24, + "instId": 300001, + "propState": 8, + "pos": { + "x": 39187, + "y": -26290, + "z": 316973 + }, + "rot": { + "x": 0, + "y": 92456, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 24, + "instId": 300002, + "propState": 8, + "pos": { + "x": 66252, + "y": -26290, + "z": 317010 + }, + "rot": { + "x": 0, + "y": 270785, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 24, + "instId": 300003, + "propState": 8, + "pos": { + "x": 72747, + "y": -12523, + "z": 353032 + }, + "rot": { + "x": 0, + "y": 240550, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 24, + "instId": 300004, + "propState": 8, + "pos": { + "x": 33464, + "y": -12523, + "z": 352299 + }, + "rot": { + "x": 0, + "y": 125561, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 24, + "instId": 300005, + "propState": 8, + "pos": { + "x": 48740, + "y": -22840, + "z": 339840 + }, + "rot": { + "x": 0, + "y": 154381, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 24, + "instId": 300006, + "propState": 8, + "pos": { + "x": 33132, + "y": -26081, + "z": 331352 + }, + "rot": { + "x": 0, + "y": 100775, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 24, + "instId": 300007, + "propState": 8, + "pos": { + "x": 70645, + "y": -26081, + "z": 338551 + }, + "rot": { + "x": 0, + "y": 182125, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 24, + "instId": 300008, + "propState": 8, + "pos": { + "x": 33014, + "y": -19450, + "z": 320676 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 24, + "instId": 300009, + "propState": 8, + "pos": { + "x": 72689, + "y": -12523, + "z": 321699 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 24, + "instId": 300010, + "propState": 8, + "pos": { + "x": 48737, + "y": -38390, + "z": 351553 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 24, + "instId": 300011, + "propState": 8, + "pos": { + "x": 30050, + "y": -38390, + "z": 357593 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 24, + "instId": 300012, + "propState": 8, + "pos": { + "x": 19452, + "y": -38390, + "z": 351418 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 24, + "instId": 300013, + "propState": 8, + "pos": { + "x": 10580, + "y": -38390, + "z": 357593 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 26, + "instId": 300001, + "propState": 1, + "pos": { + "x": 3196, + "y": -38310, + "z": 354517 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104001 + }, + { + "groupId": 26, + "instId": 300002, + "propState": 1, + "pos": { + "x": 3172, + "y": 11768, + "z": 354487 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104001 + }, + { + "groupId": 26, + "instId": 300003, + "propState": 1, + "pos": { + "x": 3196, + "y": -38290, + "z": 354517 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104014 + }, + { + "groupId": 26, + "instId": 300004, + "propState": 1, + "pos": { + "x": 3172, + "y": 11768, + "z": 354487 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104014 + }, + { + "groupId": 28, + "instId": 300001, + "propState": 8, + "pos": { + "x": -53832, + "y": -6323, + "z": 213270 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104020 + }, + { + "groupId": 28, + "instId": 300002, + "propState": 8, + "pos": { + "x": -32750, + "y": -9919, + "z": 197010 + }, + "rot": { + "x": 0, + "y": 274937, + "z": 0 + }, + "propId": 104020 + }, + { + "groupId": 28, + "instId": 300003, + "propState": 2, + "pos": { + "x": -16608, + "y": -9919, + "z": 202733 + }, + "rot": { + "x": 0, + "y": 274937, + "z": 0 + }, + "propId": 104020 + }, + { + "groupId": 28, + "instId": 300004, + "propState": 2, + "pos": { + "x": 3120, + "y": -6323, + "z": 214870 + }, + "rot": { + "x": 0, + "y": 177851, + "z": 0 + }, + "propId": 104020 + }, + { + "groupId": 30, + "instId": 300001, + "propState": 1, + "pos": { + "x": -7630, + "y": -40811, + "z": 193728 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104001 + }, + { + "groupId": 30, + "instId": 300002, + "propState": 1, + "pos": { + "x": -7630, + "y": 8250, + "z": 193728 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104001 + }, + { + "groupId": 30, + "instId": 300003, + "propState": 1, + "pos": { + "x": -7630, + "y": -40811, + "z": 193728 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104014 + }, + { + "groupId": 30, + "instId": 300004, + "propState": 1, + "pos": { + "x": -7630, + "y": 8250, + "z": 193728 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104014 + }, + { + "groupId": 31, + "instId": 300001, + "propState": 1, + "pos": { + "x": -38600, + "y": -43330, + "z": 108360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104001 + }, + { + "groupId": 31, + "instId": 300002, + "propState": 1, + "pos": { + "x": -38600, + "y": 7390, + "z": 108360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104001 + }, + { + "groupId": 31, + "instId": 300003, + "propState": 1, + "pos": { + "x": -38600, + "y": -43330, + "z": 108360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104014 + }, + { + "groupId": 31, + "instId": 300004, + "propState": 1, + "pos": { + "x": -38600, + "y": 7390, + "z": 108360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104014 + }, + { + "groupId": 32, + "instId": 300001, + "propState": 8, + "pos": { + "x": -27290, + "y": -40915, + "z": 166343 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104042 + }, + { + "groupId": 32, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104088 + }, + { + "groupId": 32, + "instId": 300003, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104088 + }, + { + "groupId": 39, + "instId": 300001, + "propState": 1, + "pos": { + "x": 3640, + "y": 16071, + "z": 302500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104029 + }, + { + "groupId": 39, + "instId": 300002, + "propState": 1, + "pos": { + "x": -26190, + "y": 7236, + "z": 323320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104029 + }, + { + "groupId": 39, + "instId": 300003, + "propState": 1, + "pos": { + "x": -36703, + "y": 25111, + "z": 287314 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104029 + }, + { + "groupId": 39, + "instId": 300004, + "propState": 8, + "pos": { + "x": -26320, + "y": 7735, + "z": 323280 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 39, + "instId": 300005, + "propState": 8, + "pos": { + "x": 4054, + "y": 16527, + "z": 302781 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 39, + "instId": 300006, + "propState": 8, + "pos": { + "x": 8110, + "y": 15580, + "z": 292649 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104032 + }, + { + "groupId": 39, + "instId": 300007, + "propState": 8, + "pos": { + "x": -57180, + "y": 6164, + "z": 324920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104032 + }, + { + "groupId": 39, + "instId": 300008, + "propState": 8, + "pos": { + "x": 4110, + "y": 6320, + "z": 295000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104032 + }, + { + "groupId": 39, + "instId": 300009, + "propState": 8, + "pos": { + "x": 1610, + "y": 6320, + "z": 312400 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104032 + }, + { + "groupId": 39, + "instId": 300010, + "propState": 8, + "pos": { + "x": -6150, + "y": 4620, + "z": 308300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104032 + }, + { + "groupId": 39, + "instId": 300011, + "propState": 8, + "pos": { + "x": -57340, + "y": 15530, + "z": 286740 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104032 + }, + { + "groupId": 40, + "instId": 300001, + "propState": 8, + "pos": { + "x": -24530, + "y": 8091, + "z": 291320 + }, + "rot": { + "x": 0, + "y": 179778, + "z": 0 + }, + "propId": 104022 + }, + { + "groupId": 40, + "instId": 300002, + "propState": 1, + "pos": { + "x": -7960, + "y": 4780, + "z": 306820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 40, + "instId": 300003, + "propState": 8, + "pos": { + "x": 1090, + "y": 6790, + "z": 311480 + }, + "rot": { + "x": 0, + "y": 43911, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 51, + "instId": 300002, + "propState": 8, + "pos": { + "x": 63860, + "y": 7500, + "z": -22450 + }, + "rot": { + "x": 0, + "y": 356157, + "z": 0 + }, + "propId": 104089 + }, + { + "groupId": 51, + "instId": 300003, + "propState": 20, + "pos": { + "x": 67156, + "y": -171, + "z": -35193 + }, + "rot": { + "x": 0, + "y": 24105, + "z": 0 + }, + "propId": 60402 + }, + { + "groupId": 52, + "instId": 300002, + "propState": 8, + "pos": { + "x": 75530, + "y": 2833, + "z": -23250 + }, + "rot": { + "x": 0, + "y": 9111, + "z": 0 + }, + "propId": 104119 + }, + { + "groupId": 53, + "instId": 300001, + "propState": 8, + "pos": { + "x": 68921, + "y": 17743, + "z": -22831 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 53, + "instId": 300002, + "propState": 8, + "pos": { + "x": 59120, + "y": 15181, + "z": 32160 + }, + "rot": { + "x": 0, + "y": 138827, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 54, + "instId": 300002, + "propState": 8, + "pos": { + "x": 4350, + "y": -29990, + "z": 122970 + }, + "rot": { + "x": 0, + "y": 324427, + "z": 0 + }, + "propId": 104089 + }, + { + "groupId": 54, + "instId": 300004, + "propState": 8, + "pos": { + "x": -7201, + "y": -43990, + "z": 125460 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104101 + }, + { + "groupId": 54, + "instId": 300005, + "propState": 20, + "pos": { + "x": -7627, + "y": -40915, + "z": 186344 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60402 + }, + { + "groupId": 55, + "instId": 300001, + "propState": 8, + "pos": { + "x": 3530, + "y": -2823, + "z": 215830 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104119 + }, + { + "groupId": 55, + "instId": 300003, + "propState": 8, + "pos": { + "x": -25138, + "y": -39922, + "z": 141640 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104119 + }, + { + "groupId": 56, + "instId": 300001, + "propState": 8, + "pos": { + "x": 6290, + "y": -5380, + "z": 216019 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 56, + "instId": 300002, + "propState": 8, + "pos": { + "x": -24000, + "y": -32220, + "z": 195210 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 56, + "instId": 300003, + "propState": 8, + "pos": { + "x": -22440, + "y": -7220, + "z": 106660 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 60, + "instId": 300002, + "propState": 8, + "pos": { + "x": -28810, + "y": 23850, + "z": 314780 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104089 + }, + { + "groupId": 60, + "instId": 300004, + "propState": 8, + "pos": { + "x": -53330, + "y": 25040, + "z": 288180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104101 + }, + { + "groupId": 60, + "instId": 300005, + "propState": 20, + "pos": { + "x": -24531, + "y": 7236, + "z": 323047 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60402 + }, + { + "groupId": 61, + "instId": 300001, + "propState": 1, + "pos": { + "x": -58380, + "y": 28010, + "z": 344010 + }, + "rot": { + "x": 0, + "y": 180654, + "z": 0 + }, + "propId": 104069 + }, + { + "groupId": 61, + "instId": 300002, + "propState": 1, + "pos": { + "x": 9180, + "y": 28212, + "z": 344200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104099 + }, + { + "groupId": 61, + "instId": 300003, + "propState": 8, + "pos": { + "x": -43220, + "y": 16162, + "z": 337138 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104069 + }, + { + "groupId": 61, + "instId": 300004, + "propState": 8, + "pos": { + "x": -43220, + "y": 16162, + "z": 337138 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104099 + }, + { + "groupId": 61, + "instId": 300005, + "propState": 8, + "pos": { + "x": -8870, + "y": 16162, + "z": 336335 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104069 + }, + { + "groupId": 61, + "instId": 300006, + "propState": 8, + "pos": { + "x": -8870, + "y": 16162, + "z": 336335 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104099 + }, + { + "groupId": 61, + "instId": 300008, + "propState": 8, + "pos": { + "x": -23309, + "y": 3280, + "z": 309800 + }, + "rot": { + "x": 0, + "y": 346847, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 61, + "instId": 300009, + "propState": 8, + "pos": { + "x": -25623, + "y": 3280, + "z": 309616 + }, + "rot": { + "x": 0, + "y": 54840, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 62, + "instId": 300001, + "propState": 8, + "pos": { + "x": -24829, + "y": 1850, + "z": 291207 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 62, + "instId": 300002, + "propState": 8, + "pos": { + "x": -2800, + "y": 45669, + "z": 278000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 62, + "instId": 300003, + "propState": 8, + "pos": { + "x": 3464, + "y": 10250, + "z": 337850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 63, + "instId": 300001, + "propState": 8, + "pos": { + "x": -37060, + "y": -43409, + "z": 140720 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104038 + }, + { + "groupId": 63, + "instId": 300002, + "propState": 8, + "pos": { + "x": -35139, + "y": -43409, + "z": 147380 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104039 + }, + { + "groupId": 63, + "instId": 300003, + "propState": 8, + "pos": { + "x": -7690, + "y": -40915, + "z": 151510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104038 + }, + { + "groupId": 63, + "instId": 300004, + "propState": 8, + "pos": { + "x": -7470, + "y": -40915, + "z": 145100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104039 + }, + { + "groupId": 64, + "instId": 300001, + "propState": 8, + "pos": { + "x": -24360, + "y": 11646, + "z": 31040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104038 + }, + { + "groupId": 64, + "instId": 300002, + "propState": 8, + "pos": { + "x": -24360, + "y": 11646, + "z": 6170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104038 + }, + { + "groupId": 64, + "instId": 300005, + "propState": 8, + "pos": { + "x": -24340, + "y": 12755, + "z": 19754 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104039 + }, + { + "groupId": 64, + "instId": 300003, + "propState": 8, + "pos": { + "x": -39820, + "y": 27050, + "z": 21750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104038 + }, + { + "groupId": 64, + "instId": 300004, + "propState": 8, + "pos": { + "x": -40479, + "y": 26732, + "z": 17040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104039 + }, + { + "groupId": 64, + "instId": 300006, + "propState": 8, + "pos": { + "x": -24290, + "y": 11850, + "z": 31140 + }, + "rot": { + "x": 0, + "y": 89973, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 64, + "instId": 300007, + "propState": 8, + "pos": { + "x": -24280, + "y": 11850, + "z": 6010 + }, + "rot": { + "x": 0, + "y": 89973, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 64, + "instId": 300008, + "propState": 8, + "pos": { + "x": -40240, + "y": 27230, + "z": 21840 + }, + "rot": { + "x": 0, + "y": 89973, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 89, + "instId": 300001, + "propState": 8, + "pos": { + "x": 52520, + "y": -30480, + "z": 311858 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104105 + }, + { + "groupId": 96, + "instId": 300001, + "propState": 8, + "pos": { + "x": 43921, + "y": -38390, + "z": 352580 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104118 + }, + { + "groupId": 96, + "instId": 300002, + "propState": 2, + "pos": { + "x": 46303, + "y": -37589, + "z": 356761 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104115 + }, + { + "groupId": 96, + "instId": 300003, + "propState": 2, + "pos": { + "x": 56248, + "y": -37409, + "z": 356761 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 101, + "instId": 300001, + "propState": 18, + "pos": { + "x": 33377, + "y": -19450, + "z": 327367 + }, + "rot": { + "x": 0, + "y": 237723, + "z": 0 + }, + "propId": 104126 + }, + { + "groupId": 101, + "instId": 300002, + "propState": 1, + "pos": { + "x": 33377, + "y": -19450, + "z": 327367 + }, + "rot": { + "x": 0, + "y": 237723, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 101, + "instId": 300004, + "propState": 8, + "pos": { + "x": 33593, + "y": -19259, + "z": 327351 + }, + "rot": { + "x": 0, + "y": 273841, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 102, + "instId": 300001, + "propState": 18, + "pos": { + "x": -81785, + "y": 8526, + "z": -42875 + }, + "rot": { + "x": 0, + "y": 271689, + "z": 0 + }, + "propId": 104126 + }, + { + "groupId": 102, + "instId": 300002, + "propState": 1, + "pos": { + "x": -83720, + "y": 8600, + "z": -48400 + }, + "rot": { + "x": 0, + "y": 271690, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 102, + "instId": 300004, + "propState": 8, + "pos": { + "x": -81569, + "y": 8774, + "z": -43036 + }, + "rot": { + "x": 0, + "y": 311088, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 103, + "instId": 300001, + "propState": 18, + "pos": { + "x": -19499, + "y": -23761, + "z": 440383 + }, + "rot": { + "x": 0, + "y": 332214, + "z": 0 + }, + "propId": 104126 + }, + { + "groupId": 103, + "instId": 300002, + "propState": 1, + "pos": { + "x": -24610, + "y": -23472, + "z": 442936 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 103, + "instId": 300004, + "propState": 8, + "pos": { + "x": -19222, + "y": -23761, + "z": 440467 + }, + "rot": { + "x": 0, + "y": 73194, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 104, + "instId": 300001, + "propState": 18, + "pos": { + "x": 57818, + "y": -37739, + "z": 345053 + }, + "rot": { + "x": 0, + "y": 28658, + "z": 0 + }, + "propId": 104126 + }, + { + "groupId": 104, + "instId": 300002, + "propState": 1, + "pos": { + "x": 57837, + "y": -37739, + "z": 345127 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 104, + "instId": 300004, + "propState": 8, + "pos": { + "x": 57534, + "y": -37546, + "z": 344999 + }, + "rot": { + "x": 0, + "y": 83491, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300001, + "propState": 18, + "pos": { + "x": -24422, + "y": 15976, + "z": 357421 + }, + "rot": { + "x": 0, + "y": 121198, + "z": 0 + }, + "propId": 104126 + }, + { + "groupId": 105, + "instId": 300002, + "propState": 1, + "pos": { + "x": -24461, + "y": 16080, + "z": 357505 + }, + "rot": { + "x": 0, + "y": 133362, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 105, + "instId": 300004, + "propState": 8, + "pos": { + "x": -24308, + "y": 16122, + "z": 357292 + }, + "rot": { + "x": 0, + "y": 338614, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 106, + "instId": 300001, + "propState": 18, + "pos": { + "x": -42880, + "y": 16539, + "z": 278665 + }, + "rot": { + "x": 0, + "y": 28626, + "z": 0 + }, + "propId": 104126 + }, + { + "groupId": 106, + "instId": 300002, + "propState": 1, + "pos": { + "x": -41926, + "y": 16021, + "z": 280418 + }, + "rot": { + "x": 0, + "y": 126639, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 106, + "instId": 300004, + "propState": 8, + "pos": { + "x": -42838, + "y": 16682, + "z": 278892 + }, + "rot": { + "x": 0, + "y": 183102, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 107, + "instId": 300001, + "propState": 18, + "pos": { + "x": -44116, + "y": -17515, + "z": 150978 + }, + "rot": { + "x": 0, + "y": 266339, + "z": 0 + }, + "propId": 104126 + }, + { + "groupId": 107, + "instId": 300002, + "propState": 1, + "pos": { + "x": -44116, + "y": -17344, + "z": 150978 + }, + "rot": { + "x": 0, + "y": 266339, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 107, + "instId": 300004, + "propState": 8, + "pos": { + "x": -44116, + "y": -17205, + "z": 150978 + }, + "rot": { + "x": 0, + "y": 266339, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 108, + "instId": 300001, + "propState": 18, + "pos": { + "x": 22017, + "y": -264, + "z": -127628 + }, + "rot": { + "x": 0, + "y": 35685, + "z": 0 + }, + "propId": 104126 + }, + { + "groupId": 108, + "instId": 300002, + "propState": 1, + "pos": { + "x": 22270, + "y": -3198, + "z": -127180 + }, + "rot": { + "x": 0, + "y": 225684, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 108, + "instId": 300004, + "propState": 8, + "pos": { + "x": 22017, + "y": -154, + "z": -127628 + }, + "rot": { + "x": 0, + "y": 222168, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 109, + "instId": 300001, + "propState": 18, + "pos": { + "x": -14852, + "y": 26897, + "z": 1733 + }, + "rot": { + "x": 0, + "y": 182396, + "z": 0 + }, + "propId": 104126 + }, + { + "groupId": 109, + "instId": 300002, + "propState": 1, + "pos": { + "x": -12428, + "y": 27100, + "z": 4191 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 109, + "instId": 300004, + "propState": 8, + "pos": { + "x": -14852, + "y": 26954, + "z": 1733 + }, + "rot": { + "x": 0, + "y": 219056, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 110, + "instId": 300001, + "propState": 18, + "pos": { + "x": -20534, + "y": -43415, + "z": 138123 + }, + "rot": { + "x": 0, + "y": 332962, + "z": 0 + }, + "propId": 104126 + }, + { + "groupId": 110, + "instId": 300002, + "propState": 1, + "pos": { + "x": -20650, + "y": -43519, + "z": 138280 + }, + "rot": { + "x": 0, + "y": 359078, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 110, + "instId": 300004, + "propState": 8, + "pos": { + "x": -20534, + "y": -43292, + "z": 138123 + }, + "rot": { + "x": 0, + "y": 53269, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 112, + "instId": 300001, + "propState": 8, + "pos": { + "x": 68690, + "y": 0, + "z": -1040 + }, + "rot": { + "x": 0, + "y": 353054, + "z": 0 + }, + "propId": 104038 + }, + { + "groupId": 112, + "instId": 300002, + "propState": 8, + "pos": { + "x": 69709, + "y": -204, + "z": -6325 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104039 + }, + { + "groupId": 112, + "instId": 300003, + "propState": 8, + "pos": { + "x": 63810, + "y": 0, + "z": -44020 + }, + "rot": { + "x": 0, + "y": 19638, + "z": 0 + }, + "propId": 104038 + }, + { + "groupId": 112, + "instId": 300004, + "propState": 8, + "pos": { + "x": 61930, + "y": -204, + "z": -49240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104039 + }, + { + "groupId": 112, + "instId": 300005, + "propState": 8, + "pos": { + "x": 68680, + "y": 0, + "z": -950 + }, + "rot": { + "x": 0, + "y": 83550, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 112, + "instId": 300006, + "propState": 8, + "pos": { + "x": 63660, + "y": 70, + "z": -43960 + }, + "rot": { + "x": 0, + "y": 289366, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 113, + "instId": 300001, + "propState": 1, + "pos": { + "x": 72060, + "y": -204, + "z": 8720 + }, + "rot": { + "x": 0, + "y": 348919, + "z": 0 + }, + "propId": 104029 + }, + { + "groupId": 113, + "instId": 300003, + "propState": 1, + "pos": { + "x": 51962, + "y": -114, + "z": -58971 + }, + "rot": { + "x": 0, + "y": 119975, + "z": 0 + }, + "propId": 104029 + }, + { + "groupId": 113, + "instId": 300002, + "propState": 8, + "pos": { + "x": 51483, + "y": 206, + "z": -59534 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 113, + "instId": 300004, + "propState": 8, + "pos": { + "x": 72260, + "y": -181, + "z": 8697 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 115, + "instId": 300001, + "propState": 12, + "pos": { + "x": 59147, + "y": -204, + "z": 32268 + }, + "rot": { + "x": 0, + "y": 153913, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 115, + "instId": 300002, + "propState": 12, + "pos": { + "x": 40610, + "y": -204, + "z": -77070 + }, + "rot": { + "x": 0, + "y": 33677, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 115, + "instId": 300003, + "propState": 12, + "pos": { + "x": 73660, + "y": -204, + "z": -37550 + }, + "rot": { + "x": 0, + "y": 288681, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 116, + "instId": 300001, + "propState": 8, + "pos": { + "x": 66070, + "y": -204, + "z": -58580 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 104022 + }, + { + "groupId": 116, + "instId": 300002, + "propState": 1, + "pos": { + "x": 40910, + "y": 360, + "z": -76630 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 116, + "instId": 300003, + "propState": 8, + "pos": { + "x": 47340, + "y": 11650, + "z": -58080 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 116, + "instId": 300004, + "propState": 8, + "pos": { + "x": 41050, + "y": -60, + "z": -77580 + }, + "rot": { + "x": 0, + "y": 43911, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 116, + "instId": 300005, + "propState": 8, + "pos": { + "x": 44391, + "y": 12986, + "z": -57926 + }, + "rot": { + "x": 0, + "y": 32105, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 117, + "instId": 300001, + "propState": 1, + "pos": { + "x": -28056, + "y": 27050, + "z": 38010 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104022 + }, + { + "groupId": 117, + "instId": 300002, + "propState": 8, + "pos": { + "x": -15630, + "y": 11330, + "z": 19790 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 117, + "instId": 300003, + "propState": 1, + "pos": { + "x": -24420, + "y": 12700, + "z": 20110 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 117, + "instId": 300004, + "propState": 8, + "pos": { + "x": -32470, + "y": 11850, + "z": 20880 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 117, + "instId": 300005, + "propState": 8, + "pos": { + "x": -16370, + "y": 11740, + "z": 19920 + }, + "rot": { + "x": 0, + "y": 43911, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 117, + "instId": 300006, + "propState": 8, + "pos": { + "x": -24410, + "y": 12960, + "z": 19960 + }, + "rot": { + "x": 0, + "y": 43911, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 117, + "instId": 300007, + "propState": 8, + "pos": { + "x": -32440, + "y": 11800, + "z": 19640 + }, + "rot": { + "x": 0, + "y": 43911, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 118, + "instId": 300001, + "propState": 1, + "pos": { + "x": -28790, + "y": 11646, + "z": 38643 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104029 + }, + { + "groupId": 118, + "instId": 300002, + "propState": 1, + "pos": { + "x": -24320, + "y": 11646, + "z": -6970 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104029 + }, + { + "groupId": 118, + "instId": 300003, + "propState": 8, + "pos": { + "x": -28790, + "y": 11646, + "z": 38643 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 118, + "instId": 300004, + "propState": 8, + "pos": { + "x": -24340, + "y": 11139, + "z": 30970 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104032 + }, + { + "groupId": 118, + "instId": 300005, + "propState": 8, + "pos": { + "x": -32630, + "y": 11152, + "z": 19700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104032 + }, + { + "groupId": 124, + "instId": 300001, + "propState": 8, + "pos": { + "x": -11810, + "y": 27050, + "z": 12771 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104020 + }, + { + "groupId": 124, + "instId": 300002, + "propState": 8, + "pos": { + "x": -37430, + "y": 27050, + "z": 12830 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104020 + }, + { + "groupId": 137, + "instId": 300003, + "propState": 8, + "pos": { + "x": -52960, + "y": 16021, + "z": 319790 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104022 + }, + { + "groupId": 137, + "instId": 300004, + "propState": 8, + "pos": { + "x": -44360, + "y": 10010, + "z": 288590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 137, + "instId": 300001, + "propState": 8, + "pos": { + "x": -41270, + "y": 7050, + "z": 281140 + }, + "rot": { + "x": 0, + "y": 43911, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 138, + "instId": 300005, + "propState": 8, + "pos": { + "x": -12500, + "y": 25132, + "z": 286800 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104022 + }, + { + "groupId": 138, + "instId": 300006, + "propState": 8, + "pos": { + "x": -60230, + "y": 25111, + "z": 319260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 138, + "instId": 300007, + "propState": 8, + "pos": { + "x": 10120, + "y": 25111, + "z": 307370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 138, + "instId": 300001, + "propState": 8, + "pos": { + "x": 8860, + "y": 25210, + "z": 308510 + }, + "rot": { + "x": 0, + "y": 43911, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 138, + "instId": 300002, + "propState": 8, + "pos": { + "x": -59370, + "y": 25680, + "z": 318580 + }, + "rot": { + "x": 0, + "y": 43911, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 161, + "instId": 300001, + "propState": 8, + "pos": { + "x": 38894, + "y": -36167, + "z": 358188 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104053 + }, + { + "groupId": 161, + "instId": 300002, + "propState": 8, + "pos": { + "x": 38756, + "y": -36167, + "z": 350826 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104053 + }, + { + "groupId": 161, + "instId": 300003, + "propState": 8, + "pos": { + "x": 30120, + "y": -36167, + "z": 358195 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104053 + }, + { + "groupId": 161, + "instId": 300004, + "propState": 8, + "pos": { + "x": 30018, + "y": -36167, + "z": 350837 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104053 + }, + { + "groupId": 161, + "instId": 300005, + "propState": 8, + "pos": { + "x": 19393, + "y": -36167, + "z": 358176 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104053 + }, + { + "groupId": 161, + "instId": 300006, + "propState": 8, + "pos": { + "x": 19405, + "y": -36167, + "z": 350831 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104053 + }, + { + "groupId": 161, + "instId": 300007, + "propState": 8, + "pos": { + "x": 10627, + "y": -36167, + "z": 358184 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104053 + }, + { + "groupId": 161, + "instId": 300008, + "propState": 8, + "pos": { + "x": 10624, + "y": -36167, + "z": 350827 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104053 + }, + { + "groupId": 161, + "instId": 300009, + "propState": 8, + "pos": { + "x": 40520, + "y": -38384, + "z": 354500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 161, + "instId": 300010, + "propState": 8, + "pos": { + "x": 31780, + "y": -38384, + "z": 354500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 161, + "instId": 300011, + "propState": 8, + "pos": { + "x": 22230, + "y": -38384, + "z": 354500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 161, + "instId": 300012, + "propState": 8, + "pos": { + "x": 13470, + "y": -38384, + "z": 354500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 163, + "instId": 300001, + "propState": 1, + "pos": { + "x": -42939, + "y": 82040, + "z": 337057 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104103 + }, + { + "groupId": 163, + "instId": 300002, + "propState": 1, + "pos": { + "x": -6040, + "y": 82220, + "z": 337057 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104103 + }, + { + "groupId": 163, + "instId": 300003, + "propState": 1, + "pos": { + "x": -6080, + "y": 6669, + "z": 336940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104013 + }, + { + "groupId": 163, + "instId": 300006, + "propState": 1, + "pos": { + "x": -42990, + "y": 6669, + "z": 336940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104013 + }, + { + "groupId": 165, + "instId": 300001, + "propState": 8, + "pos": { + "x": -53615, + "y": 6855, + "z": 279155 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 165, + "instId": 300002, + "propState": 8, + "pos": { + "x": -53615, + "y": 16021, + "z": 279061 + }, + "rot": { + "x": 0, + "y": 91953, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 165, + "instId": 300003, + "propState": 8, + "pos": { + "x": -58661, + "y": 25160, + "z": 280343 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104001 + }, + { + "groupId": 165, + "instId": 300004, + "propState": 1, + "pos": { + "x": -58670, + "y": 6669, + "z": 280330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104013 + }, + { + "groupId": 165, + "instId": 300005, + "propState": 1, + "pos": { + "x": -58610, + "y": 16010, + "z": 280340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104013 + }, + { + "groupId": 165, + "instId": 300006, + "propState": 8, + "pos": { + "x": -53615, + "y": 25111, + "z": 279444 + }, + "rot": { + "x": 0, + "y": 91953, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 165, + "instId": 300007, + "propState": 1, + "pos": { + "x": -58650, + "y": 25111, + "z": 280410 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104013 + }, + { + "groupId": 172, + "instId": 300001, + "propState": 8, + "pos": { + "x": -24470, + "y": 6260, + "z": 331000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104107 + }, + { + "groupId": 173, + "instId": 300001, + "propState": 8, + "pos": { + "x": -24470, + "y": 6260, + "z": 331000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104106 + }, + { + "groupId": 175, + "instId": 300001, + "propState": 8, + "pos": { + "x": -21688, + "y": -22857, + "z": 423691 + }, + "rot": { + "x": 0, + "y": 215113, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 175, + "instId": 300002, + "propState": 8, + "pos": { + "x": -21291, + "y": -6849, + "z": 375559 + }, + "rot": { + "x": 0, + "y": 78315, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 175, + "instId": 300003, + "propState": 8, + "pos": { + "x": 33220, + "y": -18730, + "z": 341033 + }, + "rot": { + "x": 0, + "y": 180441, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 175, + "instId": 300004, + "propState": 8, + "pos": { + "x": 35460, + "y": -37690, + "z": 351830 + }, + "rot": { + "x": 0, + "y": 282683, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 175, + "instId": 300005, + "propState": 8, + "pos": { + "x": -59135, + "y": 13380, + "z": 228169 + }, + "rot": { + "x": 0, + "y": 205324, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 175, + "instId": 300006, + "propState": 8, + "pos": { + "x": -16800, + "y": 13380, + "z": 215192 + }, + "rot": { + "x": 0, + "y": 170069, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 175, + "instId": 300007, + "propState": 8, + "pos": { + "x": -32190, + "y": 11075, + "z": 144400 + }, + "rot": { + "x": 0, + "y": 271471, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 175, + "instId": 300008, + "propState": 8, + "pos": { + "x": -1956, + "y": 8150, + "z": 78745 + }, + "rot": { + "x": 0, + "y": 221869, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 175, + "instId": 300009, + "propState": 8, + "pos": { + "x": -4367, + "y": -40215, + "z": 184398 + }, + "rot": { + "x": 0, + "y": 204633, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 175, + "instId": 300010, + "propState": 8, + "pos": { + "x": -36078, + "y": -42709, + "z": 115651 + }, + "rot": { + "x": 0, + "y": 343350, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 175, + "instId": 300011, + "propState": 8, + "pos": { + "x": -28963, + "y": 14346, + "z": -52380 + }, + "rot": { + "x": 0, + "y": 286368, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 189, + "instId": 300001, + "propState": 12, + "pos": { + "x": 36896, + "y": -12523, + "z": 326924 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 189, + "instId": 300002, + "propState": 8, + "pos": { + "x": 36896, + "y": -12423, + "z": 326924 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104159 + }, + { + "groupId": 189, + "instId": 300004, + "propState": 8, + "pos": { + "x": 36896, + "y": -12523, + "z": 326924 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 190, + "instId": 300001, + "propState": 12, + "pos": { + "x": 36896, + "y": -12523, + "z": 326924 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 191, + "instId": 300001, + "propState": 12, + "pos": { + "x": -24670, + "y": -9919, + "z": 189262 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 191, + "instId": 300002, + "propState": 8, + "pos": { + "x": -24670, + "y": -9819, + "z": 189262 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104159 + }, + { + "groupId": 191, + "instId": 300004, + "propState": 8, + "pos": { + "x": -24670, + "y": -9919, + "z": 189262 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 192, + "instId": 300001, + "propState": 12, + "pos": { + "x": -24670, + "y": -9919, + "z": 189262 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 193, + "instId": 300001, + "propState": 1, + "pos": { + "x": -29050, + "y": -23483, + "z": 439770 + }, + "rot": { + "x": 0, + "y": 128499, + "z": 0 + }, + "propId": 104169 + }, + { + "groupId": 195, + "instId": 300001, + "propState": 8, + "pos": { + "x": 46660, + "y": 12436, + "z": -59290 + }, + "rot": { + "x": 0, + "y": 116199, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 211, + "instId": 300001, + "propState": 8, + "pos": { + "x": -83375, + "y": 8542, + "z": -42392 + }, + "rot": { + "x": 0, + "y": 135694, + "z": 0 + }, + "propId": 808 + }, + { + "groupId": 213, + "instId": 300002, + "propState": 20, + "pos": { + "x": 2660, + "y": 12680, + "z": 216710 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60403 + }, + { + "groupId": 214, + "instId": 300001, + "propState": 8, + "pos": { + "x": -1700, + "y": 25111, + "z": 282550 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104038 + }, + { + "groupId": 214, + "instId": 300002, + "propState": 8, + "pos": { + "x": 5610, + "y": 25111, + "z": 281760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104039 + }, + { + "groupId": 214, + "instId": 300005, + "propState": 8, + "pos": { + "x": -1610, + "y": 25200, + "z": 281460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 215, + "instId": 300001, + "propState": 8, + "pos": { + "x": -57760, + "y": 16071, + "z": 316890 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104042 + }, + { + "groupId": 215, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104088 + }, + { + "groupId": 215, + "instId": 300003, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104088 + }, + { + "groupId": 216, + "instId": 300001, + "propState": 8, + "pos": { + "x": -57760, + "y": 16071, + "z": 316890 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104042 + }, + { + "groupId": 216, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104088 + }, + { + "groupId": 216, + "instId": 300003, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104088 + }, + { + "groupId": 229, + "instId": 300004, + "propState": 8, + "pos": { + "x": 52490, + "y": -15944, + "z": 343170 + }, + "rot": { + "x": 0, + "y": 357407, + "z": 0 + }, + "propId": 104181 + }, + { + "groupId": 229, + "instId": 300012, + "propState": 1, + "pos": { + "x": 58410, + "y": -22170, + "z": 303620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104024 + }, + { + "groupId": 229, + "instId": 300013, + "propState": 1, + "pos": { + "x": 46610, + "y": -22170, + "z": 303620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104024 + }, + { + "groupId": 247, + "instId": 300001, + "propState": 11, + "pos": { + "x": 4560, + "y": -6243, + "z": 235020 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60403 + }, + { + "groupId": 247, + "instId": 300002, + "propState": 8, + "pos": { + "x": 4560, + "y": -6243, + "z": 235020 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 247, + "instId": 300003, + "propState": 8, + "pos": { + "x": 4560, + "y": -6243, + "z": 235020 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 253, + "instId": 300001, + "propState": 8, + "pos": { + "x": -11293, + "y": 3866, + "z": 306110 + }, + "rot": { + "x": 0, + "y": 70598, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 253, + "instId": 300002, + "propState": 8, + "pos": { + "x": -17075, + "y": 12469, + "z": 351949 + }, + "rot": { + "x": 0, + "y": 175567, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 253, + "instId": 300003, + "propState": 8, + "pos": { + "x": 1191, + "y": 16721, + "z": 339498 + }, + "rot": { + "x": 0, + "y": 233307, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 253, + "instId": 300004, + "propState": 8, + "pos": { + "x": 10441, + "y": 16771, + "z": 289433 + }, + "rot": { + "x": 0, + "y": 229430, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 253, + "instId": 300005, + "propState": 8, + "pos": { + "x": -27854, + "y": 16746, + "z": 285440 + }, + "rot": { + "x": 0, + "y": 136850, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 253, + "instId": 300006, + "propState": 8, + "pos": { + "x": -59761, + "y": 16721, + "z": 289878 + }, + "rot": { + "x": 0, + "y": 3764, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 253, + "instId": 300007, + "propState": 8, + "pos": { + "x": -54612, + "y": 7580, + "z": 299192 + }, + "rot": { + "x": 0, + "y": 124948, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 253, + "instId": 300008, + "propState": 8, + "pos": { + "x": -43213, + "y": 7575, + "z": 279863 + }, + "rot": { + "x": 0, + "y": 40304, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 253, + "instId": 300009, + "propState": 8, + "pos": { + "x": -24868, + "y": 7568, + "z": 278833 + }, + "rot": { + "x": 0, + "y": 286877, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 253, + "instId": 300010, + "propState": 8, + "pos": { + "x": -21060, + "y": 25811, + "z": 283878 + }, + "rot": { + "x": 0, + "y": 322022, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 253, + "instId": 300011, + "propState": 8, + "pos": { + "x": 17224, + "y": 25811, + "z": 306421 + }, + "rot": { + "x": 0, + "y": 176256, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 254, + "instId": 300001, + "propState": 8, + "pos": { + "x": -27314, + "y": 3841, + "z": 306249 + }, + "rot": { + "x": 0, + "y": 260516, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 254, + "instId": 300002, + "propState": 8, + "pos": { + "x": -29790, + "y": 7580, + "z": 283910 + }, + "rot": { + "x": 0, + "y": 245136, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 254, + "instId": 300003, + "propState": 8, + "pos": { + "x": -24506, + "y": 7555, + "z": 278743 + }, + "rot": { + "x": 0, + "y": 285714, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 254, + "instId": 300004, + "propState": 8, + "pos": { + "x": -56009, + "y": 16771, + "z": 297458 + }, + "rot": { + "x": 0, + "y": 52935, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 254, + "instId": 300005, + "propState": 8, + "pos": { + "x": 834, + "y": 7580, + "z": 336140 + }, + "rot": { + "x": 0, + "y": 251009, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 254, + "instId": 300006, + "propState": 8, + "pos": { + "x": 5629, + "y": 16739, + "z": 340473 + }, + "rot": { + "x": 0, + "y": 241547, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 254, + "instId": 300007, + "propState": 8, + "pos": { + "x": -27308, + "y": 25861, + "z": 278763 + }, + "rot": { + "x": 0, + "y": 78136, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 254, + "instId": 300008, + "propState": 8, + "pos": { + "x": 17497, + "y": 25811, + "z": 333673 + }, + "rot": { + "x": 0, + "y": 184261, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 254, + "instId": 300009, + "propState": 8, + "pos": { + "x": -67253, + "y": 25811, + "z": 311759 + }, + "rot": { + "x": 0, + "y": 184261, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 254, + "instId": 300010, + "propState": 8, + "pos": { + "x": -17660, + "y": 12435, + "z": 356462 + }, + "rot": { + "x": 0, + "y": 266155, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 255, + "instId": 300001, + "propState": 8, + "pos": { + "x": 62820, + "y": -167, + "z": -9108 + }, + "rot": { + "x": 0, + "y": 131000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 255, + "instId": 300002, + "propState": 8, + "pos": { + "x": 64589, + "y": -204, + "z": 37221 + }, + "rot": { + "x": 0, + "y": 190893, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 255, + "instId": 300003, + "propState": 8, + "pos": { + "x": 53239, + "y": -204, + "z": -79970 + }, + "rot": { + "x": 0, + "y": 2053, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 255, + "instId": 300004, + "propState": 8, + "pos": { + "x": 54484, + "y": -204, + "z": -48268 + }, + "rot": { + "x": 0, + "y": 161651, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 256, + "instId": 300001, + "propState": 8, + "pos": { + "x": 67301, + "y": -204, + "z": 32291 + }, + "rot": { + "x": 0, + "y": 192450, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 256, + "instId": 300002, + "propState": 8, + "pos": { + "x": 59626, + "y": -167, + "z": 13003 + }, + "rot": { + "x": 0, + "y": 61512, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 256, + "instId": 300003, + "propState": 8, + "pos": { + "x": 60826, + "y": -204, + "z": -15324 + }, + "rot": { + "x": 0, + "y": 92201, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 256, + "instId": 300004, + "propState": 8, + "pos": { + "x": 59538, + "y": -204, + "z": -34965 + }, + "rot": { + "x": 0, + "y": 54930, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 257, + "instId": 300001, + "propState": 8, + "pos": { + "x": -19340, + "y": 12346, + "z": 38800 + }, + "rot": { + "x": 0, + "y": 90913, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 257, + "instId": 300002, + "propState": 8, + "pos": { + "x": -56121, + "y": 12350, + "z": 31609 + }, + "rot": { + "x": 0, + "y": 349709, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 257, + "instId": 300003, + "propState": 8, + "pos": { + "x": -53297, + "y": 27750, + "z": 32085 + }, + "rot": { + "x": 0, + "y": 25613, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 257, + "instId": 300004, + "propState": 8, + "pos": { + "x": -36961, + "y": 27750, + "z": 44922 + }, + "rot": { + "x": 0, + "y": 87212, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 259, + "instId": 300001, + "propState": 8, + "pos": { + "x": -50447, + "y": -6323, + "z": 216365 + }, + "rot": { + "x": 0, + "y": 310759, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 259, + "instId": 300002, + "propState": 8, + "pos": { + "x": -50447, + "y": -6323, + "z": 216365 + }, + "rot": { + "x": 0, + "y": 310759, + "z": 0 + }, + "propId": 104023 + }, + { + "groupId": 259, + "instId": 300003, + "propState": 20, + "pos": { + "x": -2760, + "y": -6186, + "z": 230791 + }, + "rot": { + "x": 0, + "y": 51737, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 259, + "instId": 300004, + "propState": 1, + "pos": { + "x": -2760, + "y": -6186, + "z": 230791 + }, + "rot": { + "x": 0, + "y": 51737, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 260, + "instId": 300001, + "propState": 8, + "pos": { + "x": -50529, + "y": 25161, + "z": 284571 + }, + "rot": { + "x": 0, + "y": 169747, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 260, + "instId": 300002, + "propState": 8, + "pos": { + "x": -50529, + "y": 25161, + "z": 284571 + }, + "rot": { + "x": 0, + "y": 169747, + "z": 0 + }, + "propId": 104023 + }, + { + "groupId": 260, + "instId": 300003, + "propState": 20, + "pos": { + "x": 12212, + "y": 25111, + "z": 288709 + }, + "rot": { + "x": 0, + "y": 358010, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 260, + "instId": 300004, + "propState": 1, + "pos": { + "x": 12212, + "y": 25111, + "z": 288709 + }, + "rot": { + "x": 0, + "y": 358010, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 261, + "instId": 300003, + "propState": 8, + "pos": { + "x": 45720, + "y": -24481, + "z": 323254 + }, + "rot": { + "x": 0, + "y": 17528, + "z": 0 + }, + "propId": 103074 + }, + { + "groupId": 262, + "instId": 300001, + "propState": 20, + "pos": { + "x": 54490, + "y": -15980, + "z": 347371 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 262, + "instId": 300002, + "propState": 20, + "pos": { + "x": 52520, + "y": -15980, + "z": 347371 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 262, + "instId": 300003, + "propState": 20, + "pos": { + "x": 50450, + "y": -15980, + "z": 347371 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 262, + "instId": 300004, + "propState": 20, + "pos": { + "x": 54490, + "y": -15980, + "z": 349371 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 262, + "instId": 300005, + "propState": 20, + "pos": { + "x": 52520, + "y": -15980, + "z": 349371 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 262, + "instId": 300006, + "propState": 20, + "pos": { + "x": 50450, + "y": -15980, + "z": 349371 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 262, + "instId": 300007, + "propState": 20, + "pos": { + "x": 54490, + "y": -15980, + "z": 351371 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 262, + "instId": 300008, + "propState": 20, + "pos": { + "x": 52520, + "y": -15980, + "z": 351371 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 262, + "instId": 300009, + "propState": 20, + "pos": { + "x": 50450, + "y": -15980, + "z": 351371 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 263, + "instId": 300001, + "propState": 20, + "pos": { + "x": 37914, + "y": -26270, + "z": 313202 + }, + "rot": { + "x": 0, + "y": 91232, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 264, + "instId": 300001, + "propState": 20, + "pos": { + "x": 42323, + "y": -26270, + "z": 324589 + }, + "rot": { + "x": 0, + "y": 179834, + "z": 0 + }, + "propId": 60402 + }, + { + "groupId": 265, + "instId": 300001, + "propState": 20, + "pos": { + "x": -37759, + "y": 12680, + "z": 219135 + }, + "rot": { + "x": 0, + "y": 359450, + "z": 0 + }, + "propId": 60403 + }, + { + "groupId": 272, + "instId": 300001, + "propState": 11, + "pos": { + "x": 14750, + "y": 16021, + "z": 307560 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104046 + }, + { + "groupId": 273, + "instId": 300001, + "propState": 11, + "pos": { + "x": 52520, + "y": -25680, + "z": 355891 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104046 + }, + { + "groupId": 274, + "instId": 300001, + "propState": 11, + "pos": { + "x": -22807, + "y": -43409, + "z": 141693 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104046 + }, + { + "groupId": 275, + "instId": 300003, + "propState": 8, + "pos": { + "x": -49386, + "y": 17821, + "z": 336247 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103074 + }, + { + "groupId": 276, + "instId": 300001, + "propState": 20, + "pos": { + "x": -38630, + "y": 7260, + "z": 336790 + }, + "rot": { + "x": 0, + "y": 78990, + "z": 0 + }, + "propId": 60402 + }, + { + "groupId": 276, + "instId": 300002, + "propState": 8, + "pos": { + "x": -38630, + "y": 7260, + "z": 336790 + }, + "rot": { + "x": 0, + "y": 78990, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 276, + "instId": 300003, + "propState": 8, + "pos": { + "x": -49200, + "y": 16027, + "z": 335950 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 277, + "instId": 300003, + "propState": 8, + "pos": { + "x": -66358, + "y": -4450, + "z": 228923 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103074 + }, + { + "groupId": 278, + "instId": 300001, + "propState": 20, + "pos": { + "x": -75380, + "y": -6243, + "z": 229100 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60402 + }, + { + "groupId": 278, + "instId": 300002, + "propState": 8, + "pos": { + "x": -75380, + "y": -6243, + "z": 229100 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 278, + "instId": 300003, + "propState": 8, + "pos": { + "x": -66540, + "y": -6243, + "z": 229220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 281, + "instId": 300001, + "propState": 8, + "pos": { + "x": -24340, + "y": 11550, + "z": -2936 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104042 + }, + { + "groupId": 281, + "instId": 300003, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104088 + }, + { + "groupId": 281, + "instId": 300004, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104088 + }, + { + "groupId": 282, + "instId": 300006, + "propState": 8, + "pos": { + "x": 68112, + "y": -204, + "z": 3845 + }, + "rot": { + "x": 0, + "y": 262957, + "z": 0 + }, + "propId": 104043 + }, + { + "groupId": 282, + "instId": 300007, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104088 + }, + { + "groupId": 282, + "instId": 300008, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104088 + }, + { + "groupId": 283, + "instId": 300001, + "propState": 18, + "pos": { + "x": -45486, + "y": -6186, + "z": 231086 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104095 + }, + { + "groupId": 283, + "instId": 300003, + "propState": 18, + "pos": { + "x": -52768, + "y": 13723, + "z": 213463 + }, + "rot": { + "x": 0, + "y": 162734, + "z": 0 + }, + "propId": 104094 + }, + { + "groupId": 283, + "instId": 300004, + "propState": 18, + "pos": { + "x": 35942, + "y": -25621, + "z": 310407 + }, + "rot": { + "x": 0, + "y": 237351, + "z": 0 + }, + "propId": 104094 + }, + { + "groupId": 283, + "instId": 300005, + "propState": 18, + "pos": { + "x": 12776, + "y": -6186, + "z": 227650 + }, + "rot": { + "x": 0, + "y": 306207, + "z": 0 + }, + "propId": 104093 + }, + { + "groupId": 283, + "instId": 300006, + "propState": 18, + "pos": { + "x": -31501, + "y": 16011, + "z": 240803 + }, + "rot": { + "x": 0, + "y": 141121, + "z": 0 + }, + "propId": 104162 + }, + { + "groupId": 284, + "instId": 300001, + "propState": 18, + "pos": { + "x": 70004, + "y": -38912, + "z": 344062 + }, + "rot": { + "x": 0, + "y": 234063, + "z": 0 + }, + "propId": 104096 + } + ], + "monsters": [ + { + "groupId": 134, + "instId": 200001, + "eventId": 20422062, + "pos": { + "x": 71292, + "y": -204, + "z": -34953 + }, + "rot": { + "x": 0, + "y": 213487, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 134, + "instId": 200002, + "eventId": 20422063, + "pos": { + "x": 62814, + "y": -204, + "z": -31963 + }, + "rot": { + "x": 0, + "y": 178076, + "z": 0 + }, + "monsterId": 4012020 + }, + { + "groupId": 134, + "instId": 200003, + "eventId": 20422064, + "pos": { + "x": 70072, + "y": -189, + "z": 12678 + }, + "rot": { + "x": 0, + "y": 222399, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 134, + "instId": 200004, + "eventId": 20422065, + "pos": { + "x": 62492, + "y": -204, + "z": 10939 + }, + "rot": { + "x": 0, + "y": 147031, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 151, + "instId": 200001, + "eventId": 20422071, + "pos": { + "x": 44247, + "y": 4249, + "z": 71811 + }, + "rot": { + "x": 0, + "y": 326225, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 151, + "instId": 200002, + "eventId": 20422072, + "pos": { + "x": 35204, + "y": 4249, + "z": 64222 + }, + "rot": { + "x": 0, + "y": 239388, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 151, + "instId": 200003, + "eventId": 20422073, + "pos": { + "x": 14450, + "y": 4699, + "z": 76861 + }, + "rot": { + "x": 0, + "y": 347197, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 151, + "instId": 200004, + "eventId": 20422074, + "pos": { + "x": -4360, + "y": 7450, + "z": 80560 + }, + "rot": { + "x": 0, + "y": 302704, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 151, + "instId": 200005, + "eventId": 20422075, + "pos": { + "x": -21686, + "y": 10487, + "z": 82494 + }, + "rot": { + "x": 0, + "y": 247389, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 151, + "instId": 200006, + "eventId": 20422076, + "pos": { + "x": -27450, + "y": 10487, + "z": 79422 + }, + "rot": { + "x": 0, + "y": 56457, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 151, + "instId": 200007, + "eventId": 20422077, + "pos": { + "x": -41164, + "y": 9036, + "z": 74111 + }, + "rot": { + "x": 0, + "y": 313136, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 151, + "instId": 200008, + "eventId": 20422078, + "pos": { + "x": -17162, + "y": 10402, + "z": 120763 + }, + "rot": { + "x": 0, + "y": 255126, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 151, + "instId": 200009, + "eventId": 20422079, + "pos": { + "x": -31740, + "y": 10402, + "z": 150240 + }, + "rot": { + "x": 0, + "y": 85727, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 151, + "instId": 200010, + "eventId": 20422080, + "pos": { + "x": -17640, + "y": 10402, + "z": 179650 + }, + "rot": { + "x": 0, + "y": 275724, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 151, + "instId": 200011, + "eventId": 20422081, + "pos": { + "x": -19429, + "y": 10521, + "z": 204476 + }, + "rot": { + "x": 0, + "y": 174827, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 151, + "instId": 200012, + "eventId": 20422082, + "pos": { + "x": -29492, + "y": 10521, + "z": 204325 + }, + "rot": { + "x": 0, + "y": 174827, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 151, + "instId": 200013, + "eventId": 20422083, + "pos": { + "x": -14389, + "y": 12726, + "z": 219256 + }, + "rot": { + "x": 0, + "y": 174827, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 151, + "instId": 200014, + "eventId": 20422084, + "pos": { + "x": -34663, + "y": 12726, + "z": 219671 + }, + "rot": { + "x": 0, + "y": 174827, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 152, + "instId": 200001, + "eventId": 20422041, + "pos": { + "x": -37161, + "y": 11662, + "z": 41874 + }, + "rot": { + "x": 0, + "y": 259694, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 152, + "instId": 200002, + "eventId": 20422042, + "pos": { + "x": -41116, + "y": 11646, + "z": 9122 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 4012020 + }, + { + "groupId": 152, + "instId": 200003, + "eventId": 20422043, + "pos": { + "x": -33484, + "y": 11716, + "z": -7671 + }, + "rot": { + "x": 0, + "y": 344085, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 152, + "instId": 200004, + "eventId": 20422044, + "pos": { + "x": -7856, + "y": 27120, + "z": 16372 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 4012020 + }, + { + "groupId": 219, + "instId": 200001, + "eventId": 20422027, + "pos": { + "x": -10920, + "y": -43409, + "z": 118660 + }, + "rot": { + "x": 0, + "y": 148011, + "z": 0 + }, + "monsterId": 4022010 + }, + { + "groupId": 219, + "instId": 200002, + "eventId": 20422028, + "pos": { + "x": -29431, + "y": -40915, + "z": 170390 + }, + "rot": { + "x": 0, + "y": 224169, + "z": 0 + }, + "monsterId": 4022010 + }, + { + "groupId": 219, + "instId": 200003, + "eventId": 20422029, + "pos": { + "x": -22018, + "y": -43409, + "z": 130120 + }, + "rot": { + "x": 0, + "y": 355429, + "z": 0 + }, + "monsterId": 4022010 + }, + { + "groupId": 219, + "instId": 200004, + "eventId": 20422030, + "pos": { + "x": -25167, + "y": -43409, + "z": 130129 + }, + "rot": { + "x": 0, + "y": 42117, + "z": 0 + }, + "monsterId": 4022010 + }, + { + "groupId": 220, + "instId": 200001, + "eventId": 20422046, + "pos": { + "x": -40610, + "y": 11716, + "z": 29931 + }, + "rot": { + "x": 0, + "y": 172295, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 220, + "instId": 200002, + "eventId": 20422047, + "pos": { + "x": -8097, + "y": 11716, + "z": 27033 + }, + "rot": { + "x": 0, + "y": 113938, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 220, + "instId": 200003, + "eventId": 20422048, + "pos": { + "x": -6841, + "y": 11716, + "z": -6472 + }, + "rot": { + "x": 0, + "y": 77806, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 220, + "instId": 200004, + "eventId": 20422049, + "pos": { + "x": -21136, + "y": 7634, + "z": 20251 + }, + "rot": { + "x": 0, + "y": 55945, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 221, + "instId": 200001, + "eventId": 20422036, + "pos": { + "x": 68626, + "y": 0, + "z": -25462 + }, + "rot": { + "x": 0, + "y": 196188, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 222, + "instId": 200001, + "eventId": 20422001, + "pos": { + "x": 8707, + "y": 6863, + "z": 337505 + }, + "rot": { + "x": 0, + "y": 80327, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 222, + "instId": 200002, + "eventId": 20422002, + "pos": { + "x": 7860, + "y": 6855, + "z": 281249 + }, + "rot": { + "x": 0, + "y": 291822, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 222, + "instId": 200003, + "eventId": 20422003, + "pos": { + "x": 1134, + "y": 6855, + "z": 295671 + }, + "rot": { + "x": 0, + "y": 261321, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 222, + "instId": 200004, + "eventId": 20422004, + "pos": { + "x": -15766, + "y": 6855, + "z": 283340 + }, + "rot": { + "x": 0, + "y": 358613, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 222, + "instId": 200005, + "eventId": 20422005, + "pos": { + "x": -52534, + "y": 6855, + "z": 319354 + }, + "rot": { + "x": 0, + "y": 79291, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 222, + "instId": 200006, + "eventId": 20422006, + "pos": { + "x": -57434, + "y": 6855, + "z": 315460 + }, + "rot": { + "x": 0, + "y": 5075, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 222, + "instId": 200007, + "eventId": 20422007, + "pos": { + "x": -53225, + "y": 16049, + "z": 337172 + }, + "rot": { + "x": 0, + "y": 153344, + "z": 0 + }, + "monsterId": 4022010 + }, + { + "groupId": 222, + "instId": 200008, + "eventId": 20422008, + "pos": { + "x": -40136, + "y": 16021, + "z": 285583 + }, + "rot": { + "x": 0, + "y": 16063, + "z": 0 + }, + "monsterId": 4022010 + }, + { + "groupId": 222, + "instId": 200009, + "eventId": 20422009, + "pos": { + "x": -57524, + "y": 25111, + "z": 337408 + }, + "rot": { + "x": 0, + "y": 347437, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 222, + "instId": 200010, + "eventId": 20422010, + "pos": { + "x": -54714, + "y": 25111, + "z": 338065 + }, + "rot": { + "x": 0, + "y": 337919, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 222, + "instId": 200011, + "eventId": 20422011, + "pos": { + "x": -62920, + "y": 25111, + "z": 308537 + }, + "rot": { + "x": 0, + "y": 76577, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 222, + "instId": 200012, + "eventId": 20422012, + "pos": { + "x": 1244, + "y": 25127, + "z": 336586 + }, + "rot": { + "x": 0, + "y": 250848, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 223, + "instId": 200001, + "eventId": 20422014, + "pos": { + "x": -52373, + "y": 6855, + "z": 319906 + }, + "rot": { + "x": 0, + "y": 24605, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 223, + "instId": 200002, + "eventId": 20422015, + "pos": { + "x": 3803, + "y": 6855, + "z": 283031 + }, + "rot": { + "x": 0, + "y": 336926, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 223, + "instId": 200003, + "eventId": 20422016, + "pos": { + "x": -2954, + "y": 6855, + "z": 283361 + }, + "rot": { + "x": 0, + "y": 358129, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 223, + "instId": 200004, + "eventId": 20422017, + "pos": { + "x": 7727, + "y": 6855, + "z": 334456 + }, + "rot": { + "x": 0, + "y": 335393, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 223, + "instId": 200005, + "eventId": 20422018, + "pos": { + "x": -57150, + "y": 16021, + "z": 327514 + }, + "rot": { + "x": 0, + "y": 71914, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 223, + "instId": 200006, + "eventId": 20422019, + "pos": { + "x": 10538, + "y": 25111, + "z": 338102 + }, + "rot": { + "x": 0, + "y": 187438, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 223, + "instId": 200007, + "eventId": 20422020, + "pos": { + "x": 8625, + "y": 25111, + "z": 335953 + }, + "rot": { + "x": 0, + "y": 66721, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 223, + "instId": 200008, + "eventId": 20422021, + "pos": { + "x": -64620, + "y": 25111, + "z": 338470 + }, + "rot": { + "x": 0, + "y": 187438, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 223, + "instId": 200009, + "eventId": 20422022, + "pos": { + "x": -51030, + "y": 25111, + "z": 297699 + }, + "rot": { + "x": 0, + "y": 66721, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 223, + "instId": 200010, + "eventId": 20422023, + "pos": { + "x": -74547, + "y": 25115, + "z": 289659 + }, + "rot": { + "x": 0, + "y": 204568, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 223, + "instId": 200011, + "eventId": 20422024, + "pos": { + "x": -76837, + "y": 25115, + "z": 290794 + }, + "rot": { + "x": 0, + "y": 160180, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 223, + "instId": 200012, + "eventId": 20422025, + "pos": { + "x": -84998, + "y": 25115, + "z": 297557 + }, + "rot": { + "x": 0, + "y": 238603, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 237, + "instId": 200001, + "eventId": 20422101, + "pos": { + "x": 8707, + "y": 6863, + "z": 337505 + }, + "rot": { + "x": 0, + "y": 80327, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 237, + "instId": 200002, + "eventId": 20422102, + "pos": { + "x": 7860, + "y": 6855, + "z": 281249 + }, + "rot": { + "x": 0, + "y": 291822, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 237, + "instId": 200003, + "eventId": 20422103, + "pos": { + "x": 1134, + "y": 6855, + "z": 295671 + }, + "rot": { + "x": 0, + "y": 261321, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 237, + "instId": 200004, + "eventId": 20422104, + "pos": { + "x": -15766, + "y": 6855, + "z": 283340 + }, + "rot": { + "x": 0, + "y": 358613, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 237, + "instId": 200005, + "eventId": 20422105, + "pos": { + "x": -52534, + "y": 6855, + "z": 319354 + }, + "rot": { + "x": 0, + "y": 79291, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 237, + "instId": 200006, + "eventId": 20422106, + "pos": { + "x": -57434, + "y": 6855, + "z": 315460 + }, + "rot": { + "x": 0, + "y": 5075, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 237, + "instId": 200007, + "eventId": 20422107, + "pos": { + "x": -53225, + "y": 16049, + "z": 337172 + }, + "rot": { + "x": 0, + "y": 153344, + "z": 0 + }, + "monsterId": 4022010 + }, + { + "groupId": 237, + "instId": 200008, + "eventId": 20422108, + "pos": { + "x": -40136, + "y": 16021, + "z": 285583 + }, + "rot": { + "x": 0, + "y": 16063, + "z": 0 + }, + "monsterId": 4022010 + }, + { + "groupId": 237, + "instId": 200009, + "eventId": 20422109, + "pos": { + "x": -57524, + "y": 25111, + "z": 337408 + }, + "rot": { + "x": 0, + "y": 347437, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 237, + "instId": 200010, + "eventId": 20422110, + "pos": { + "x": -54714, + "y": 25111, + "z": 338065 + }, + "rot": { + "x": 0, + "y": 337919, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 237, + "instId": 200011, + "eventId": 20422111, + "pos": { + "x": -62920, + "y": 25111, + "z": 308537 + }, + "rot": { + "x": 0, + "y": 76577, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 237, + "instId": 200012, + "eventId": 20422112, + "pos": { + "x": 1244, + "y": 25127, + "z": 336586 + }, + "rot": { + "x": 0, + "y": 250848, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 238, + "instId": 200001, + "eventId": 20422114, + "pos": { + "x": -52373, + "y": 6855, + "z": 319906 + }, + "rot": { + "x": 0, + "y": 24605, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 238, + "instId": 200002, + "eventId": 20422115, + "pos": { + "x": 3803, + "y": 6855, + "z": 283031 + }, + "rot": { + "x": 0, + "y": 336926, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 238, + "instId": 200003, + "eventId": 20422116, + "pos": { + "x": -2954, + "y": 6855, + "z": 283361 + }, + "rot": { + "x": 0, + "y": 358129, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 238, + "instId": 200004, + "eventId": 20422117, + "pos": { + "x": 7727, + "y": 6855, + "z": 334456 + }, + "rot": { + "x": 0, + "y": 335393, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 238, + "instId": 200005, + "eventId": 20422118, + "pos": { + "x": -57150, + "y": 16021, + "z": 327514 + }, + "rot": { + "x": 0, + "y": 71914, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 238, + "instId": 200006, + "eventId": 20422119, + "pos": { + "x": 10538, + "y": 25111, + "z": 338102 + }, + "rot": { + "x": 0, + "y": 187438, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 238, + "instId": 200007, + "eventId": 20422120, + "pos": { + "x": 8625, + "y": 25111, + "z": 335953 + }, + "rot": { + "x": 0, + "y": 66721, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 238, + "instId": 200008, + "eventId": 20422121, + "pos": { + "x": -64620, + "y": 25111, + "z": 338470 + }, + "rot": { + "x": 0, + "y": 187438, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 238, + "instId": 200009, + "eventId": 20422122, + "pos": { + "x": -51030, + "y": 25111, + "z": 297699 + }, + "rot": { + "x": 0, + "y": 66721, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 238, + "instId": 200010, + "eventId": 20422123, + "pos": { + "x": -74547, + "y": 25115, + "z": 289659 + }, + "rot": { + "x": 0, + "y": 204568, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 238, + "instId": 200011, + "eventId": 20422124, + "pos": { + "x": -76837, + "y": 25115, + "z": 290794 + }, + "rot": { + "x": 0, + "y": 160180, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 238, + "instId": 200012, + "eventId": 20422125, + "pos": { + "x": -84998, + "y": 25115, + "z": 297557 + }, + "rot": { + "x": 0, + "y": 238603, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 239, + "instId": 200001, + "eventId": 20422127, + "pos": { + "x": -10920, + "y": -43409, + "z": 118660 + }, + "rot": { + "x": 0, + "y": 148011, + "z": 0 + }, + "monsterId": 4022010 + }, + { + "groupId": 239, + "instId": 200002, + "eventId": 20422128, + "pos": { + "x": -29431, + "y": -40915, + "z": 170390 + }, + "rot": { + "x": 0, + "y": 224169, + "z": 0 + }, + "monsterId": 4022010 + }, + { + "groupId": 239, + "instId": 200003, + "eventId": 20422129, + "pos": { + "x": -22018, + "y": -43409, + "z": 130120 + }, + "rot": { + "x": 0, + "y": 355429, + "z": 0 + }, + "monsterId": 4022010 + }, + { + "groupId": 239, + "instId": 200004, + "eventId": 20422130, + "pos": { + "x": -25167, + "y": -43409, + "z": 130129 + }, + "rot": { + "x": 0, + "y": 42117, + "z": 0 + }, + "monsterId": 4022010 + }, + { + "groupId": 240, + "instId": 200001, + "eventId": 20422131, + "pos": { + "x": 74076, + "y": -204, + "z": -35928 + }, + "rot": { + "x": 0, + "y": 109304, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 240, + "instId": 200002, + "eventId": 20422132, + "pos": { + "x": 62814, + "y": -204, + "z": -31963 + }, + "rot": { + "x": 0, + "y": 49369, + "z": 0 + }, + "monsterId": 4012020 + }, + { + "groupId": 240, + "instId": 200003, + "eventId": 20422133, + "pos": { + "x": 60978, + "y": -189, + "z": -67856 + }, + "rot": { + "x": 0, + "y": 131936, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 240, + "instId": 200004, + "eventId": 20422134, + "pos": { + "x": 61190, + "y": -204, + "z": 17570 + }, + "rot": { + "x": 0, + "y": 268163, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 241, + "instId": 200001, + "eventId": 20422136, + "pos": { + "x": 68626, + "y": 0, + "z": -25462 + }, + "rot": { + "x": 0, + "y": 196188, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 242, + "instId": 200001, + "eventId": 20422141, + "pos": { + "x": -37161, + "y": 11662, + "z": 41874 + }, + "rot": { + "x": 0, + "y": 259694, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 242, + "instId": 200002, + "eventId": 20422142, + "pos": { + "x": -41116, + "y": 11646, + "z": 9122 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 4012020 + }, + { + "groupId": 242, + "instId": 200003, + "eventId": 20422143, + "pos": { + "x": -33484, + "y": 11716, + "z": -7671 + }, + "rot": { + "x": 0, + "y": 344085, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 242, + "instId": 200004, + "eventId": 20422144, + "pos": { + "x": -7856, + "y": 27120, + "z": 16372 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 4012020 + }, + { + "groupId": 243, + "instId": 200001, + "eventId": 20422146, + "pos": { + "x": -40610, + "y": 11716, + "z": 29931 + }, + "rot": { + "x": 0, + "y": 172295, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 243, + "instId": 200002, + "eventId": 20422147, + "pos": { + "x": -8097, + "y": 11716, + "z": 27033 + }, + "rot": { + "x": 0, + "y": 113938, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 243, + "instId": 200003, + "eventId": 20422148, + "pos": { + "x": -6841, + "y": 11716, + "z": -6472 + }, + "rot": { + "x": 0, + "y": 77806, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 243, + "instId": 200004, + "eventId": 20422149, + "pos": { + "x": -21136, + "y": 7634, + "z": 20251 + }, + "rot": { + "x": 0, + "y": 55945, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 247, + "instId": 200001, + "eventId": 20422231, + "pos": { + "x": 4840, + "y": -6195, + "z": 229078 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 4023010 + }, + { + "groupId": 288, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -24943, + "y": -18860, + "z": 136142 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "monsterId": 4012020 + } + ], + "teleports": [ + { + "anchorId": 1, + "groupId": 7, + "instId": 300001, + "pos": { + "x": -24532, + "y": -23443, + "z": 437089 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "teleportId": 2042201 + }, + { + "anchorId": 2, + "groupId": 7, + "instId": 300002, + "pos": { + "x": 44673, + "y": -26270, + "z": 320082 + }, + "rot": { + "x": 0, + "y": 148209, + "z": 0 + }, + "teleportId": 2042202 + }, + { + "anchorId": 4, + "groupId": 7, + "instId": 300004, + "pos": { + "x": -2760, + "y": 11735, + "z": 354310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "teleportId": 2042204 + }, + { + "anchorId": 5, + "groupId": 7, + "instId": 300005, + "pos": { + "x": -24718, + "y": 12680, + "z": 226522 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "teleportId": 2042205 + }, + { + "anchorId": 6, + "groupId": 7, + "instId": 300006, + "pos": { + "x": -24441, + "y": 10537, + "z": 85920 + }, + "rot": { + "x": 0, + "y": 180569, + "z": 0 + }, + "teleportId": 2042206 + }, + { + "anchorId": 7, + "groupId": 7, + "instId": 300007, + "pos": { + "x": 29877, + "y": -3198, + "z": -103258 + }, + "rot": { + "x": 0, + "y": 215000, + "z": 0 + }, + "teleportId": 2042207 + }, + { + "anchorId": 1, + "groupId": 211, + "instId": 300001, + "pos": { + "x": -82230, + "y": 8542, + "z": -43698 + }, + "rot": { + "x": 0, + "y": 289022, + "z": 0 + }, + "teleportId": 1025 + } + ] + }, + { + "planeID": 20423, + "props": [ + { + "groupId": 13, + "instId": 300001, + "propState": 1, + "pos": { + "x": -13710, + "y": 17500, + "z": 171790 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104214 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 1, + "pos": { + "x": 3220, + "y": -3148, + "z": 149560 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 8, + "pos": { + "x": -26094, + "y": -250, + "z": 186660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 8, + "pos": { + "x": -12385, + "y": -966, + "z": 185130 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 13, + "instId": 300005, + "propState": 8, + "pos": { + "x": 37350, + "y": 4880, + "z": 192490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 13, + "instId": 300006, + "propState": 8, + "pos": { + "x": -2450, + "y": 2270, + "z": 165670 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 13, + "instId": 300007, + "propState": 1, + "pos": { + "x": 6529, + "y": -4879, + "z": 145680 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 104206 + }, + { + "groupId": 13, + "instId": 300008, + "propState": 8, + "pos": { + "x": -28400, + "y": -1536, + "z": 186553 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 104206 + }, + { + "groupId": 13, + "instId": 300009, + "propState": 8, + "pos": { + "x": -11499, + "y": -4281, + "z": 190470 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 104206 + }, + { + "groupId": 13, + "instId": 300010, + "propState": 8, + "pos": { + "x": 42006, + "y": 3390, + "z": 194041 + }, + "rot": { + "x": 0, + "y": 247228, + "z": 0 + }, + "propId": 104206 + }, + { + "groupId": 13, + "instId": 300011, + "propState": 8, + "pos": { + "x": 2790, + "y": -1338, + "z": 163670 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 104206 + }, + { + "groupId": 13, + "instId": 300012, + "propState": 8, + "pos": { + "x": 6290, + "y": -4656, + "z": 146768 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104173 + }, + { + "groupId": 13, + "instId": 300013, + "propState": 8, + "pos": { + "x": 19040, + "y": -4155, + "z": 191780 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104206 + }, + { + "groupId": 13, + "instId": 300014, + "propState": 8, + "pos": { + "x": 18952, + "y": -3274, + "z": 191464 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 13, + "instId": 300015, + "propState": 8, + "pos": { + "x": -37127, + "y": 845, + "z": 175500 + }, + "rot": { + "x": 0, + "y": 89094, + "z": 0 + }, + "propId": 137 + }, + { + "groupId": 18, + "instId": 300001, + "propState": 8, + "pos": { + "x": 3380, + "y": 287, + "z": 1290 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 18, + "instId": 300003, + "propState": 8, + "pos": { + "x": 119798, + "y": 27304, + "z": 177160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 18, + "instId": 300004, + "propState": 8, + "pos": { + "x": 211904, + "y": 53851, + "z": 255565 + }, + "rot": { + "x": 0, + "y": 61034, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 18, + "instId": 300005, + "propState": 8, + "pos": { + "x": 282160, + "y": 47803, + "z": 199980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 18, + "instId": 300006, + "propState": 8, + "pos": { + "x": 253273, + "y": 165544, + "z": 417404 + }, + "rot": { + "x": 0, + "y": 354197, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 19, + "instId": 300001, + "propState": 12, + "pos": { + "x": 87413, + "y": 31274, + "z": 176027 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 19, + "instId": 300002, + "propState": 12, + "pos": { + "x": 152196, + "y": 34475, + "z": 240663 + }, + "rot": { + "x": 0, + "y": 42650, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 19, + "instId": 300003, + "propState": 12, + "pos": { + "x": 184763, + "y": 34465, + "z": 221903 + }, + "rot": { + "x": 0, + "y": 2605, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 19, + "instId": 300004, + "propState": 12, + "pos": { + "x": 243210, + "y": 57937, + "z": 282633 + }, + "rot": { + "x": 0, + "y": 298494, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 19, + "instId": 300006, + "propState": 12, + "pos": { + "x": 284319, + "y": 49469, + "z": 242646 + }, + "rot": { + "x": 0, + "y": 152526, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 19, + "instId": 300007, + "propState": 12, + "pos": { + "x": 294287, + "y": 96330, + "z": 223989 + }, + "rot": { + "x": 0, + "y": 334782, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 19, + "instId": 300009, + "propState": 12, + "pos": { + "x": 245543, + "y": 165544, + "z": 413524 + }, + "rot": { + "x": 0, + "y": 77189, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 19, + "instId": 300010, + "propState": 12, + "pos": { + "x": 232765, + "y": 63510, + "z": 321480 + }, + "rot": { + "x": 0, + "y": 27062, + "z": 0 + }, + "propId": 60402 + }, + { + "groupId": 19, + "instId": 300011, + "propState": 12, + "pos": { + "x": 262340, + "y": 67440, + "z": 324220 + }, + "rot": { + "x": 0, + "y": 207000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 20, + "instId": 300001, + "propState": 8, + "pos": { + "x": -4516, + "y": 2475, + "z": 89087 + }, + "rot": { + "x": 0, + "y": 171718, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 20, + "instId": 300015, + "propState": 8, + "pos": { + "x": -2688, + "y": 2372, + "z": 99695 + }, + "rot": { + "x": 0, + "y": 208373, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 8, + "pos": { + "x": 169572, + "y": 34465, + "z": 235337 + }, + "rot": { + "x": 0, + "y": 291991, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 20, + "instId": 300007, + "propState": 8, + "pos": { + "x": 146340, + "y": 27304, + "z": 185433 + }, + "rot": { + "x": 0, + "y": 74053, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 20, + "instId": 300012, + "propState": 8, + "pos": { + "x": 81101, + "y": 31347, + "z": 184862 + }, + "rot": { + "x": 0, + "y": 241713, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 20, + "instId": 300013, + "propState": 8, + "pos": { + "x": 187246, + "y": 34466, + "z": 214511 + }, + "rot": { + "x": 0, + "y": 245016, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 20, + "instId": 300017, + "propState": 8, + "pos": { + "x": 188359, + "y": 34466, + "z": 204847 + }, + "rot": { + "x": 0, + "y": 292443, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 20, + "instId": 300003, + "propState": 8, + "pos": { + "x": 193114, + "y": 53900, + "z": 263484 + }, + "rot": { + "x": 0, + "y": 146041, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 20, + "instId": 300014, + "propState": 8, + "pos": { + "x": 227627, + "y": 53904, + "z": 254578 + }, + "rot": { + "x": 0, + "y": 224776, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 20, + "instId": 300016, + "propState": 8, + "pos": { + "x": 293220, + "y": 53911, + "z": 283740 + }, + "rot": { + "x": 0, + "y": 240164, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 20, + "instId": 300009, + "propState": 8, + "pos": { + "x": 218516, + "y": 53900, + "z": 269183 + }, + "rot": { + "x": 0, + "y": 269199, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 20, + "instId": 300010, + "propState": 8, + "pos": { + "x": 255106, + "y": 58048, + "z": 297998 + }, + "rot": { + "x": 0, + "y": 256906, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 20, + "instId": 300011, + "propState": 8, + "pos": { + "x": 223413, + "y": 58101, + "z": 311175 + }, + "rot": { + "x": 0, + "y": 171666, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 20, + "instId": 300018, + "propState": 8, + "pos": { + "x": 263602, + "y": 53900, + "z": 266215 + }, + "rot": { + "x": 0, + "y": 213529, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 20, + "instId": 300004, + "propState": 8, + "pos": { + "x": 277674, + "y": 47796, + "z": 216056 + }, + "rot": { + "x": 0, + "y": 240164, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 20, + "instId": 300008, + "propState": 8, + "pos": { + "x": 269694, + "y": 47803, + "z": 201094 + }, + "rot": { + "x": 0, + "y": 42132, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 20, + "instId": 300005, + "propState": 8, + "pos": { + "x": 302143, + "y": 96309, + "z": 239017 + }, + "rot": { + "x": 0, + "y": 260597, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 20, + "instId": 300019, + "propState": 8, + "pos": { + "x": 272528, + "y": 96309, + "z": 235359 + }, + "rot": { + "x": 0, + "y": 84599, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 20, + "instId": 300006, + "propState": 8, + "pos": { + "x": 278805, + "y": 111727, + "z": 244581 + }, + "rot": { + "x": 0, + "y": 69779, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 24, + "instId": 300002, + "propState": 1, + "pos": { + "x": -400, + "y": 2401, + "z": 119443 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 24, + "instId": 300003, + "propState": 1, + "pos": { + "x": -400, + "y": 2390, + "z": 90820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 25, + "instId": 300001, + "propState": 1, + "pos": { + "x": 85540, + "y": 31331, + "z": 181550 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 25, + "instId": 300002, + "propState": 1, + "pos": { + "x": 168480, + "y": 34520, + "z": 210290 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104005 + }, + { + "groupId": 25, + "instId": 300003, + "propState": 1, + "pos": { + "x": 190888, + "y": 34472, + "z": 210300 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 25, + "instId": 300004, + "propState": 1, + "pos": { + "x": 267080, + "y": 47903, + "z": 210510 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104259 + }, + { + "groupId": 25, + "instId": 300005, + "propState": 1, + "pos": { + "x": 284492, + "y": 49539, + "z": 226775 + }, + "rot": { + "x": 0, + "y": 197017, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 26, + "instId": 300002, + "propState": 8, + "pos": { + "x": 26260, + "y": -4155, + "z": 200829 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104017 + }, + { + "groupId": 26, + "instId": 300005, + "propState": 8, + "pos": { + "x": 28778, + "y": -4153, + "z": 202786 + }, + "rot": { + "x": 0, + "y": 74768, + "z": 0 + }, + "propId": 104004 + }, + { + "groupId": 27, + "instId": 300005, + "propState": 1, + "pos": { + "x": 235400, + "y": 58101, + "z": 294730 + }, + "rot": { + "x": 0, + "y": 206633, + "z": 0 + }, + "propId": 104005 + }, + { + "groupId": 27, + "instId": 300006, + "propState": 8, + "pos": { + "x": 255493, + "y": 58083, + "z": 292795 + }, + "rot": { + "x": 0, + "y": 117343, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 27, + "instId": 300007, + "propState": 8, + "pos": { + "x": 290660, + "y": 53967, + "z": 271410 + }, + "rot": { + "x": 0, + "y": 45, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 27, + "instId": 300008, + "propState": 8, + "pos": { + "x": 275026, + "y": 53992, + "z": 261670 + }, + "rot": { + "x": 0, + "y": 270045, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 28, + "instId": 300009, + "propState": 1, + "pos": { + "x": 261730, + "y": 165575, + "z": 416990 + }, + "rot": { + "x": 0, + "y": 322452, + "z": 0 + }, + "propId": 104259 + }, + { + "groupId": 30, + "instId": 300003, + "propState": 8, + "pos": { + "x": 238410, + "y": 58030, + "z": 319120 + }, + "rot": { + "x": 0, + "y": 208753, + "z": 0 + }, + "propId": 104034 + }, + { + "groupId": 30, + "instId": 300004, + "propState": 8, + "pos": { + "x": 265143, + "y": 67440, + "z": 319880 + }, + "rot": { + "x": 0, + "y": 206628, + "z": 0 + }, + "propId": 104034 + }, + { + "groupId": 30, + "instId": 300009, + "propState": 1, + "pos": { + "x": 238100, + "y": 60836, + "z": 319360 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104033 + }, + { + "groupId": 30, + "instId": 300010, + "propState": 8, + "pos": { + "x": 265250, + "y": 70027, + "z": 319990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104033 + }, + { + "groupId": 30, + "instId": 300011, + "propState": 8, + "pos": { + "x": 246510, + "y": 60470, + "z": 312670 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104033 + }, + { + "groupId": 30, + "instId": 300007, + "propState": 8, + "pos": { + "x": 247603, + "y": 58040, + "z": 314382 + }, + "rot": { + "x": 0, + "y": 28711, + "z": 0 + }, + "propId": 104034 + }, + { + "groupId": 30, + "instId": 300012, + "propState": 8, + "pos": { + "x": 243070, + "y": 59125, + "z": 316770 + }, + "rot": { + "x": 0, + "y": 2475, + "z": 0 + }, + "propId": 104252 + }, + { + "groupId": 30, + "instId": 300015, + "propState": 8, + "pos": { + "x": 231575, + "y": 58037, + "z": 320301 + }, + "rot": { + "x": 0, + "y": 205752, + "z": 0 + }, + "propId": 104016 + }, + { + "groupId": 30, + "instId": 300016, + "propState": 1, + "pos": { + "x": 254707, + "y": 67334, + "z": 325184 + }, + "rot": { + "x": 0, + "y": 26904, + "z": 0 + }, + "propId": 104042 + }, + { + "groupId": 30, + "instId": 300017, + "propState": 8, + "pos": { + "x": 254594, + "y": 66230, + "z": 325232 + }, + "rot": { + "x": 0, + "y": 296904, + "z": 0 + }, + "propId": 104088 + }, + { + "groupId": 30, + "instId": 300018, + "propState": 8, + "pos": { + "x": 254594, + "y": 66230, + "z": 325232 + }, + "rot": { + "x": 0, + "y": 296904, + "z": 0 + }, + "propId": 104088 + }, + { + "groupId": 30, + "instId": 300001, + "propState": 8, + "pos": { + "x": 263375, + "y": 58037, + "z": 296985 + }, + "rot": { + "x": 0, + "y": 191235, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 30, + "instId": 300002, + "propState": 8, + "pos": { + "x": 272917, + "y": 55801, + "z": 294851 + }, + "rot": { + "x": 0, + "y": 199315, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 30, + "instId": 300005, + "propState": 8, + "pos": { + "x": 281099, + "y": 55801, + "z": 291666 + }, + "rot": { + "x": 0, + "y": 198528, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 30, + "instId": 300006, + "propState": 8, + "pos": { + "x": 287584, + "y": 53913, + "z": 288750 + }, + "rot": { + "x": 0, + "y": 199090, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 31, + "instId": 300002, + "propState": 2, + "pos": { + "x": 260220, + "y": 60580, + "z": 311070 + }, + "rot": { + "x": 0, + "y": 206904, + "z": 0 + }, + "propId": 104017 + }, + { + "groupId": 33, + "instId": 300001, + "propState": 1, + "pos": { + "x": 219590, + "y": 21156, + "z": 197360 + }, + "rot": { + "x": 0, + "y": 172110, + "z": 0 + }, + "propId": 104029 + }, + { + "groupId": 33, + "instId": 300002, + "propState": 1, + "pos": { + "x": 201040, + "y": 21155, + "z": 224210 + }, + "rot": { + "x": 0, + "y": 326361, + "z": 0 + }, + "propId": 104029 + }, + { + "groupId": 33, + "instId": 300007, + "propState": 1, + "pos": { + "x": 256100, + "y": 34486, + "z": 210400 + }, + "rot": { + "x": 0, + "y": 87850, + "z": 0 + }, + "propId": 104029 + }, + { + "groupId": 33, + "instId": 300010, + "propState": 1, + "pos": { + "x": 230466, + "y": 31728, + "z": 210271 + }, + "rot": { + "x": 0, + "y": 182752, + "z": 0 + }, + "propId": 104214 + }, + { + "groupId": 33, + "instId": 300008, + "propState": 8, + "pos": { + "x": 220160, + "y": 21156, + "z": 197220 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 33, + "instId": 300003, + "propState": 1, + "pos": { + "x": 241321, + "y": 21155, + "z": 223655 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104206 + }, + { + "groupId": 33, + "instId": 300004, + "propState": 1, + "pos": { + "x": 241321, + "y": 21155, + "z": 223655 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 33, + "instId": 300005, + "propState": 8, + "pos": { + "x": 262730, + "y": 21020, + "z": 232710 + }, + "rot": { + "x": 0, + "y": 93784, + "z": 0 + }, + "propId": 137 + }, + { + "groupId": 33, + "instId": 300006, + "propState": 8, + "pos": { + "x": 243426, + "y": 27980, + "z": 221820 + }, + "rot": { + "x": 0, + "y": 174009, + "z": 0 + }, + "propId": 137 + }, + { + "groupId": 33, + "instId": 300009, + "propState": 8, + "pos": { + "x": 238910, + "y": 28340, + "z": 217870 + }, + "rot": { + "x": 0, + "y": 174009, + "z": 0 + }, + "propId": 137 + }, + { + "groupId": 35, + "instId": 300002, + "propState": 8, + "pos": { + "x": -42840, + "y": 7310, + "z": 149750 + }, + "rot": { + "x": 0, + "y": 70405, + "z": 0 + }, + "propId": 104089 + }, + { + "groupId": 35, + "instId": 300003, + "propState": 20, + "pos": { + "x": 40145, + "y": 3357, + "z": 190113 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 60402 + }, + { + "groupId": 36, + "instId": 300001, + "propState": 8, + "pos": { + "x": -10690, + "y": -3300, + "z": 195290 + }, + "rot": { + "x": 0, + "y": 23711, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 36, + "instId": 300002, + "propState": 8, + "pos": { + "x": -16020, + "y": -1536, + "z": 165750 + }, + "rot": { + "x": 0, + "y": 795, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 36, + "instId": 300003, + "propState": 8, + "pos": { + "x": -9310, + "y": -4265, + "z": 192510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 36, + "instId": 300004, + "propState": 8, + "pos": { + "x": -13900, + "y": -1367, + "z": 164382 + }, + "rot": { + "x": 0, + "y": 22799, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 36, + "instId": 300005, + "propState": 8, + "pos": { + "x": -12480, + "y": -520, + "z": 165010 + }, + "rot": { + "x": 0, + "y": 140962, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 36, + "instId": 300006, + "propState": 8, + "pos": { + "x": -8960, + "y": -1570, + "z": 167010 + }, + "rot": { + "x": 0, + "y": 412, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 37, + "instId": 300001, + "propState": 8, + "pos": { + "x": 4750, + "y": -4950, + "z": 165610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 37, + "instId": 300002, + "propState": 8, + "pos": { + "x": -61570, + "y": 2290, + "z": 159560 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 37, + "instId": 300003, + "propState": 8, + "pos": { + "x": -59550, + "y": 11370, + "z": 194833 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 38, + "instId": 300001, + "propState": 1, + "pos": { + "x": 45730, + "y": 3357, + "z": 181570 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104259 + }, + { + "groupId": 43, + "instId": 300001, + "propState": 1, + "pos": { + "x": 29680, + "y": -4155, + "z": 178451 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 43, + "instId": 300002, + "propState": 1, + "pos": { + "x": 36320, + "y": 3357, + "z": 185218 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 43, + "instId": 300003, + "propState": 1, + "pos": { + "x": 32930, + "y": -4080, + "z": 181100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104001 + }, + { + "groupId": 43, + "instId": 300004, + "propState": 1, + "pos": { + "x": 32930, + "y": -3990, + "z": 181100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104013 + }, + { + "groupId": 43, + "instId": 300005, + "propState": 1, + "pos": { + "x": 32930, + "y": 3676, + "z": 181100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104013 + }, + { + "groupId": 46, + "instId": 300001, + "propState": 8, + "pos": { + "x": 189590, + "y": 34465, + "z": 252540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 46, + "instId": 300002, + "propState": 8, + "pos": { + "x": 198587, + "y": 53900, + "z": 246923 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 46, + "instId": 300003, + "propState": 1, + "pos": { + "x": 194890, + "y": 34550, + "z": 249760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104001 + }, + { + "groupId": 46, + "instId": 300004, + "propState": 1, + "pos": { + "x": 194890, + "y": 34550, + "z": 249760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104013 + }, + { + "groupId": 46, + "instId": 300005, + "propState": 1, + "pos": { + "x": 194860, + "y": 53850, + "z": 249830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104013 + }, + { + "groupId": 48, + "instId": 300001, + "propState": 1, + "pos": { + "x": 257070, + "y": 21155, + "z": 188329 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 48, + "instId": 300002, + "propState": 1, + "pos": { + "x": 257049, + "y": 34486, + "z": 194813 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 48, + "instId": 300003, + "propState": 1, + "pos": { + "x": 260209, + "y": 21270, + "z": 191581 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104001 + }, + { + "groupId": 48, + "instId": 300004, + "propState": 1, + "pos": { + "x": 260209, + "y": 21160, + "z": 191581 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104013 + }, + { + "groupId": 48, + "instId": 300005, + "propState": 1, + "pos": { + "x": 260209, + "y": 34486, + "z": 191581 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104013 + }, + { + "groupId": 51, + "instId": 300001, + "propState": 8, + "pos": { + "x": 290119, + "y": 111744, + "z": 251782 + }, + "rot": { + "x": 0, + "y": 189832, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 51, + "instId": 300002, + "propState": 8, + "pos": { + "x": 313700, + "y": 125172, + "z": 278630 + }, + "rot": { + "x": 0, + "y": 26970, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 51, + "instId": 300004, + "propState": 8, + "pos": { + "x": 290119, + "y": 111744, + "z": 251782 + }, + "rot": { + "x": 0, + "y": 132085, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 51, + "instId": 300005, + "propState": 8, + "pos": { + "x": 313700, + "y": 125172, + "z": 278630 + }, + "rot": { + "x": 0, + "y": 206970, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 51, + "instId": 300003, + "propState": 8, + "pos": { + "x": 276409, + "y": 105657, + "z": 290166 + }, + "rot": { + "x": 0, + "y": 251114, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 51, + "instId": 300006, + "propState": 8, + "pos": { + "x": 276409, + "y": 105657, + "z": 290166 + }, + "rot": { + "x": 0, + "y": 187781, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 54, + "instId": 300001, + "propState": 8, + "pos": { + "x": 342650, + "y": 162210, + "z": 441590 + }, + "rot": { + "x": 0, + "y": 9576, + "z": 0 + }, + "propId": 104214 + }, + { + "groupId": 54, + "instId": 300002, + "propState": 1, + "pos": { + "x": 321510, + "y": 129897, + "z": 314620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 54, + "instId": 300003, + "propState": 8, + "pos": { + "x": 273680, + "y": 167570, + "z": 405890 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 54, + "instId": 300007, + "propState": 1, + "pos": { + "x": 320676, + "y": 129897, + "z": 308794 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104206 + }, + { + "groupId": 54, + "instId": 300008, + "propState": 8, + "pos": { + "x": 268012, + "y": 165536, + "z": 404560 + }, + "rot": { + "x": 0, + "y": 98874, + "z": 0 + }, + "propId": 104206 + }, + { + "groupId": 54, + "instId": 300012, + "propState": 8, + "pos": { + "x": 320676, + "y": 129897, + "z": 308794 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 55, + "instId": 300017, + "propState": 20, + "pos": { + "x": 292130, + "y": 53962, + "z": 263610 + }, + "rot": { + "x": 0, + "y": 342480, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 55, + "instId": 300001, + "propState": 20, + "pos": { + "x": 289170, + "y": 53962, + "z": 263502 + }, + "rot": { + "x": 0, + "y": 14062, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 55, + "instId": 300009, + "propState": 20, + "pos": { + "x": 290640, + "y": 53962, + "z": 263260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60402 + }, + { + "groupId": 58, + "instId": 300001, + "propState": 8, + "pos": { + "x": 268790, + "y": 105673, + "z": 272743 + }, + "rot": { + "x": 0, + "y": 331489, + "z": 0 + }, + "propId": 104038 + }, + { + "groupId": 58, + "instId": 300002, + "propState": 8, + "pos": { + "x": 267091, + "y": 105580, + "z": 276079 + }, + "rot": { + "x": 0, + "y": 152968, + "z": 0 + }, + "propId": 104039 + }, + { + "groupId": 89, + "instId": 300001, + "propState": 12, + "pos": { + "x": 40232, + "y": 6346, + "z": 150594 + }, + "rot": { + "x": 0, + "y": 312455, + "z": 0 + }, + "propId": 60402 + }, + { + "groupId": 89, + "instId": 300002, + "propState": 12, + "pos": { + "x": 21375, + "y": -687, + "z": 145481 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 89, + "instId": 300003, + "propState": 12, + "pos": { + "x": -35767, + "y": -3264, + "z": 124864 + }, + "rot": { + "x": 0, + "y": 269997, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 89, + "instId": 300004, + "propState": 12, + "pos": { + "x": -11901, + "y": -1536, + "z": 178153 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 89, + "instId": 300005, + "propState": 12, + "pos": { + "x": -43620, + "y": 3136, + "z": 188653 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 90, + "instId": 300001, + "propState": 12, + "pos": { + "x": 23748, + "y": -687, + "z": 123615 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 90, + "instId": 300002, + "propState": 12, + "pos": { + "x": -28131, + "y": -2903, + "z": 137834 + }, + "rot": { + "x": 0, + "y": 90364, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 90, + "instId": 300003, + "propState": 12, + "pos": { + "x": -51278, + "y": -3763, + "z": 166214 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 90, + "instId": 300004, + "propState": 12, + "pos": { + "x": 12549, + "y": -5986, + "z": 150590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 90, + "instId": 300005, + "propState": 12, + "pos": { + "x": -22100, + "y": -10686, + "z": 169920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60403 + }, + { + "groupId": 90, + "instId": 300006, + "propState": 12, + "pos": { + "x": 2367, + "y": -5999, + "z": 201082 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 92, + "instId": 300002, + "propState": 8, + "pos": { + "x": 8506, + "y": 2393, + "z": 120632 + }, + "rot": { + "x": 0, + "y": 322540, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 92, + "instId": 300004, + "propState": 8, + "pos": { + "x": 18443, + "y": -687, + "z": 127253 + }, + "rot": { + "x": 0, + "y": 320420, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 92, + "instId": 300003, + "propState": 8, + "pos": { + "x": 24140, + "y": -687, + "z": 140630 + }, + "rot": { + "x": 0, + "y": 319307, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 92, + "instId": 300008, + "propState": 8, + "pos": { + "x": -31077, + "y": -3763, + "z": 168107 + }, + "rot": { + "x": 0, + "y": 179935, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 92, + "instId": 300009, + "propState": 8, + "pos": { + "x": -62895, + "y": 3136, + "z": 194733 + }, + "rot": { + "x": 0, + "y": 92800, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 92, + "instId": 300001, + "propState": 8, + "pos": { + "x": -51579, + "y": -1096, + "z": 122483 + }, + "rot": { + "x": 0, + "y": 722, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 92, + "instId": 300020, + "propState": 8, + "pos": { + "x": -13198, + "y": -1974, + "z": 178981 + }, + "rot": { + "x": 0, + "y": 283838, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 92, + "instId": 300021, + "propState": 8, + "pos": { + "x": -12833, + "y": -2090, + "z": 177600 + }, + "rot": { + "x": 0, + "y": 245364, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 92, + "instId": 300024, + "propState": 8, + "pos": { + "x": -18713, + "y": -4258, + "z": 208920 + }, + "rot": { + "x": 0, + "y": 344716, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 92, + "instId": 300025, + "propState": 8, + "pos": { + "x": -37866, + "y": -1536, + "z": 197875 + }, + "rot": { + "x": 0, + "y": 235099, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 92, + "instId": 300027, + "propState": 8, + "pos": { + "x": 14600, + "y": -4903, + "z": 210823 + }, + "rot": { + "x": 0, + "y": 319885, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 92, + "instId": 300010, + "propState": 8, + "pos": { + "x": -19511, + "y": -4228, + "z": 184453 + }, + "rot": { + "x": 0, + "y": 355594, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 92, + "instId": 300011, + "propState": 8, + "pos": { + "x": 217, + "y": -4416, + "z": 204491 + }, + "rot": { + "x": 0, + "y": 177024, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 92, + "instId": 300005, + "propState": 8, + "pos": { + "x": 33980, + "y": -4134, + "z": 193180 + }, + "rot": { + "x": 0, + "y": 183355, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 93, + "instId": 300003, + "propState": 8, + "pos": { + "x": 23730, + "y": -687, + "z": 142870 + }, + "rot": { + "x": 0, + "y": 268839, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 93, + "instId": 300005, + "propState": 8, + "pos": { + "x": -2940, + "y": -5986, + "z": 153340 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 93, + "instId": 300004, + "propState": 8, + "pos": { + "x": 1970, + "y": -5986, + "z": 153160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 93, + "instId": 300006, + "propState": 8, + "pos": { + "x": -13010, + "y": -5986, + "z": 142330 + }, + "rot": { + "x": 0, + "y": 51362, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 93, + "instId": 300007, + "propState": 8, + "pos": { + "x": -36767, + "y": -3264, + "z": 122519 + }, + "rot": { + "x": 0, + "y": 2273, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 93, + "instId": 300001, + "propState": 8, + "pos": { + "x": -28057, + "y": -5986, + "z": 149005 + }, + "rot": { + "x": 0, + "y": 126440, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 93, + "instId": 300008, + "propState": 8, + "pos": { + "x": -31077, + "y": -3763, + "z": 168107 + }, + "rot": { + "x": 0, + "y": 179935, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 93, + "instId": 300010, + "propState": 8, + "pos": { + "x": 13507, + "y": -6014, + "z": 187646 + }, + "rot": { + "x": 0, + "y": 244484, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 93, + "instId": 300009, + "propState": 8, + "pos": { + "x": 19422, + "y": -6013, + "z": 179298 + }, + "rot": { + "x": 0, + "y": 308763, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 93, + "instId": 300020, + "propState": 8, + "pos": { + "x": -13198, + "y": -1974, + "z": 178981 + }, + "rot": { + "x": 0, + "y": 283838, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 93, + "instId": 300021, + "propState": 8, + "pos": { + "x": -12833, + "y": -2090, + "z": 177600 + }, + "rot": { + "x": 0, + "y": 245364, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 93, + "instId": 300024, + "propState": 8, + "pos": { + "x": -12703, + "y": -4244, + "z": 185176 + }, + "rot": { + "x": 0, + "y": 56402, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 93, + "instId": 300027, + "propState": 8, + "pos": { + "x": 41720, + "y": 3357, + "z": 172450 + }, + "rot": { + "x": 0, + "y": 32970, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 93, + "instId": 300011, + "propState": 8, + "pos": { + "x": 29849, + "y": 6420, + "z": 147662 + }, + "rot": { + "x": 0, + "y": 358510, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 93, + "instId": 300002, + "propState": 8, + "pos": { + "x": 21152, + "y": -5986, + "z": 150304 + }, + "rot": { + "x": 0, + "y": 358510, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 93, + "instId": 300012, + "propState": 8, + "pos": { + "x": 41590, + "y": 6346, + "z": 149140 + }, + "rot": { + "x": 0, + "y": 315233, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 93, + "instId": 300017, + "propState": 8, + "pos": { + "x": -10099, + "y": -10686, + "z": 161850 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 93, + "instId": 300019, + "propState": 8, + "pos": { + "x": -18660, + "y": -10686, + "z": 163720 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 93, + "instId": 300022, + "propState": 8, + "pos": { + "x": -25801, + "y": -10686, + "z": 164964 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 93, + "instId": 300023, + "propState": 8, + "pos": { + "x": -24710, + "y": -10686, + "z": 158910 + }, + "rot": { + "x": 0, + "y": 51004, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 93, + "instId": 300026, + "propState": 8, + "pos": { + "x": -15827, + "y": -10686, + "z": 155437 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 93, + "instId": 300028, + "propState": 8, + "pos": { + "x": -5199, + "y": -10686, + "z": 155353 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 93, + "instId": 300029, + "propState": 8, + "pos": { + "x": -720, + "y": -10686, + "z": 161760 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 94, + "instId": 300001, + "propState": 8, + "pos": { + "x": 186710, + "y": 34465, + "z": 245483 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 98, + "instId": 300001, + "propState": 8, + "pos": { + "x": -2980, + "y": 176, + "z": 22793 + }, + "rot": { + "x": 0, + "y": 18868, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 98, + "instId": 300002, + "propState": 8, + "pos": { + "x": 107878, + "y": 29334, + "z": 186175 + }, + "rot": { + "x": 0, + "y": 27526, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 98, + "instId": 300003, + "propState": 8, + "pos": { + "x": 143978, + "y": 31929, + "z": 213373 + }, + "rot": { + "x": 0, + "y": 259881, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 98, + "instId": 300004, + "propState": 8, + "pos": { + "x": 167681, + "y": 35165, + "z": 228705 + }, + "rot": { + "x": 0, + "y": 99401, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 98, + "instId": 300005, + "propState": 8, + "pos": { + "x": 215930, + "y": 54600, + "z": 246360 + }, + "rot": { + "x": 0, + "y": 61906, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 98, + "instId": 300006, + "propState": 8, + "pos": { + "x": 276284, + "y": 56501, + "z": 283462 + }, + "rot": { + "x": 0, + "y": 87380, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 99, + "instId": 300001, + "propState": 8, + "pos": { + "x": -18730, + "y": -10686, + "z": 168695 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 99, + "instId": 300002, + "propState": 8, + "pos": { + "x": -18730, + "y": -10686, + "z": 168695 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104023 + }, + { + "groupId": 99, + "instId": 300003, + "propState": 20, + "pos": { + "x": -15502, + "y": -1536, + "z": 163907 + }, + "rot": { + "x": 0, + "y": 48581, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 99, + "instId": 300004, + "propState": 1, + "pos": { + "x": -10904, + "y": -1536, + "z": 164132 + }, + "rot": { + "x": 0, + "y": 138824, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 116, + "instId": 300003, + "propState": 8, + "pos": { + "x": 23374, + "y": 5148, + "z": 191315 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103074 + }, + { + "groupId": 116, + "instId": 300006, + "propState": 8, + "pos": { + "x": 41080, + "y": 2834, + "z": 162570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 116, + "instId": 300007, + "propState": 8, + "pos": { + "x": 41080, + "y": 3450, + "z": 155900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 119, + "instId": 300001, + "propState": 8, + "pos": { + "x": 29680, + "y": -4155, + "z": 178451 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104228 + }, + { + "groupId": 119, + "instId": 300002, + "propState": 8, + "pos": { + "x": 36320, + "y": 3357, + "z": 185218 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 104228 + }, + { + "groupId": 122, + "instId": 300002, + "propState": 8, + "pos": { + "x": -38860, + "y": -1536, + "z": 184890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 124, + "instId": 300001, + "propState": 8, + "pos": { + "x": -54022, + "y": 4345, + "z": 169434 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104072 + }, + { + "groupId": 124, + "instId": 300004, + "propState": 8, + "pos": { + "x": 31325, + "y": -2570, + "z": 207130 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104071 + }, + { + "groupId": 125, + "instId": 300001, + "propState": 8, + "pos": { + "x": 269460, + "y": 55050, + "z": 268700 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104071 + }, + { + "groupId": 125, + "instId": 300004, + "propState": 8, + "pos": { + "x": 294881, + "y": 53913, + "z": 272636 + }, + "rot": { + "x": 0, + "y": 355972, + "z": 0 + }, + "propId": 104073 + }, + { + "groupId": 125, + "instId": 300005, + "propState": 8, + "pos": { + "x": 298155, + "y": 96428, + "z": 248828 + }, + "rot": { + "x": 0, + "y": 182003, + "z": 0 + }, + "propId": 104073 + }, + { + "groupId": 126, + "instId": 300001, + "propState": 8, + "pos": { + "x": 215146, + "y": 40810, + "z": 191980 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104020 + }, + { + "groupId": 126, + "instId": 300003, + "propState": 8, + "pos": { + "x": 240220, + "y": 47803, + "z": 194920 + }, + "rot": { + "x": 0, + "y": 93539, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 126, + "instId": 300004, + "propState": 8, + "pos": { + "x": 240220, + "y": 47803, + "z": 194920 + }, + "rot": { + "x": 0, + "y": 335107, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 126, + "instId": 300005, + "propState": 8, + "pos": { + "x": 230800, + "y": 21155, + "z": 223820 + }, + "rot": { + "x": 0, + "y": 14695, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 126, + "instId": 300006, + "propState": 8, + "pos": { + "x": 230800, + "y": 21155, + "z": 223820 + }, + "rot": { + "x": 0, + "y": 121264, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 127, + "instId": 300001, + "propState": 18, + "pos": { + "x": 7559, + "y": 3420, + "z": 86724 + }, + "rot": { + "x": 0, + "y": 106003, + "z": 0 + }, + "propId": 104128 + }, + { + "groupId": 127, + "instId": 300002, + "propState": 1, + "pos": { + "x": 4920, + "y": 2340, + "z": 87230 + }, + "rot": { + "x": 0, + "y": 161023, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 127, + "instId": 300004, + "propState": 8, + "pos": { + "x": 7555, + "y": 3481, + "z": 86703 + }, + "rot": { + "x": 0, + "y": 140994, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 128, + "instId": 300001, + "propState": 18, + "pos": { + "x": -11872, + "y": -830, + "z": 178413 + }, + "rot": { + "x": 0, + "y": 266949, + "z": 0 + }, + "propId": 104128 + }, + { + "groupId": 128, + "instId": 300002, + "propState": 1, + "pos": { + "x": -11872, + "y": -1536, + "z": 178413 + }, + "rot": { + "x": 0, + "y": 266949, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 128, + "instId": 300004, + "propState": 8, + "pos": { + "x": -11872, + "y": -787, + "z": 178413 + }, + "rot": { + "x": 0, + "y": 86949, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 129, + "instId": 300001, + "propState": 8, + "pos": { + "x": 107814, + "y": 30025, + "z": 186325 + }, + "rot": { + "x": 0, + "y": 27198, + "z": 0 + }, + "propId": 104128 + }, + { + "groupId": 129, + "instId": 300002, + "propState": 1, + "pos": { + "x": 128003, + "y": 27304, + "z": 186898 + }, + "rot": { + "x": 0, + "y": 27198, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 129, + "instId": 300004, + "propState": 8, + "pos": { + "x": 107814, + "y": 30025, + "z": 186325 + }, + "rot": { + "x": 0, + "y": 27198, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 130, + "instId": 300001, + "propState": 8, + "pos": { + "x": 43765, + "y": 6824, + "z": 156421 + }, + "rot": { + "x": 0, + "y": 46074, + "z": 0 + }, + "propId": 104128 + }, + { + "groupId": 130, + "instId": 300002, + "propState": 1, + "pos": { + "x": 43016, + "y": 6333, + "z": 155106 + }, + "rot": { + "x": 0, + "y": 11522, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 130, + "instId": 300004, + "propState": 8, + "pos": { + "x": 43765, + "y": 6861, + "z": 156421 + }, + "rot": { + "x": 0, + "y": 46074, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 131, + "instId": 300001, + "propState": 18, + "pos": { + "x": 237020, + "y": 55603, + "z": 246581 + }, + "rot": { + "x": 0, + "y": 323898, + "z": 0 + }, + "propId": 104128 + }, + { + "groupId": 131, + "instId": 300002, + "propState": 1, + "pos": { + "x": 237020, + "y": 53900, + "z": 246581 + }, + "rot": { + "x": 0, + "y": 323898, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 131, + "instId": 300004, + "propState": 8, + "pos": { + "x": 237126, + "y": 55679, + "z": 246400 + }, + "rot": { + "x": 0, + "y": 338898, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 131, + "instId": 300005, + "propState": 8, + "pos": { + "x": 236230, + "y": 53900, + "z": 248910 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104038 + }, + { + "groupId": 131, + "instId": 300006, + "propState": 8, + "pos": { + "x": 243900, + "y": 53910, + "z": 251700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104039 + }, + { + "groupId": 132, + "instId": 300001, + "propState": 18, + "pos": { + "x": 262243, + "y": 48795, + "z": 233303 + }, + "rot": { + "x": 0, + "y": 42200, + "z": 0 + }, + "propId": 104128 + }, + { + "groupId": 132, + "instId": 300002, + "propState": 1, + "pos": { + "x": 262243, + "y": 48795, + "z": 233303 + }, + "rot": { + "x": 0, + "y": 42200, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 132, + "instId": 300004, + "propState": 8, + "pos": { + "x": 262243, + "y": 48846, + "z": 233303 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 133, + "instId": 300001, + "propState": 18, + "pos": { + "x": 290021, + "y": 50336, + "z": 207670 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104128 + }, + { + "groupId": 133, + "instId": 300002, + "propState": 1, + "pos": { + "x": 286795, + "y": 47803, + "z": 203531 + }, + "rot": { + "x": 0, + "y": 154039, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 133, + "instId": 300004, + "propState": 8, + "pos": { + "x": 290021, + "y": 50395, + "z": 207670 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 133, + "instId": 300005, + "propState": 18, + "pos": { + "x": 289939, + "y": 50136, + "z": 202687 + }, + "rot": { + "x": 0, + "y": 291214, + "z": 0 + }, + "propId": 104128 + }, + { + "groupId": 133, + "instId": 300006, + "propState": 18, + "pos": { + "x": 290486, + "y": 51440, + "z": 205300 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104128 + }, + { + "groupId": 133, + "instId": 300007, + "propState": 18, + "pos": { + "x": 288917, + "y": 49986, + "z": 209777 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 104128 + }, + { + "groupId": 133, + "instId": 300008, + "propState": 18, + "pos": { + "x": 289380, + "y": 50796, + "z": 213000 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 104128 + }, + { + "groupId": 134, + "instId": 300001, + "propState": 18, + "pos": { + "x": 284922, + "y": 124412, + "z": 257288 + }, + "rot": { + "x": 0, + "y": 345746, + "z": 0 + }, + "propId": 104128 + }, + { + "groupId": 134, + "instId": 300002, + "propState": 1, + "pos": { + "x": 281420, + "y": 105609, + "z": 294470 + }, + "rot": { + "x": 0, + "y": 331972, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 134, + "instId": 300004, + "propState": 8, + "pos": { + "x": 284976, + "y": 124525, + "z": 257202 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 135, + "instId": 300001, + "propState": 18, + "pos": { + "x": 256719, + "y": 166457, + "z": 443038 + }, + "rot": { + "x": 0, + "y": 281905, + "z": 0 + }, + "propId": 104128 + }, + { + "groupId": 135, + "instId": 300002, + "propState": 1, + "pos": { + "x": 256582, + "y": 165523, + "z": 443212 + }, + "rot": { + "x": 0, + "y": 239284, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 135, + "instId": 300004, + "propState": 8, + "pos": { + "x": 256705, + "y": 166471, + "z": 443044 + }, + "rot": { + "x": 0, + "y": 239284, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 136, + "instId": 300001, + "propState": 18, + "pos": { + "x": 285586, + "y": 54397, + "z": 273376 + }, + "rot": { + "x": 0, + "y": 107238, + "z": 0 + }, + "propId": 104128 + }, + { + "groupId": 136, + "instId": 300002, + "propState": 1, + "pos": { + "x": 286033, + "y": 53913, + "z": 274134 + }, + "rot": { + "x": 0, + "y": 107238, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 136, + "instId": 300004, + "propState": 8, + "pos": { + "x": 285586, + "y": 54446, + "z": 273376 + }, + "rot": { + "x": 0, + "y": 212627, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 138, + "instId": 300001, + "propState": 8, + "pos": { + "x": 257086, + "y": 21155, + "z": 188335 + }, + "rot": { + "x": 0, + "y": 343851, + "z": 0 + }, + "propId": 104228 + }, + { + "groupId": 142, + "instId": 300014, + "propState": 1, + "pos": { + "x": 227261, + "y": 63490, + "z": 209967 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104214 + }, + { + "groupId": 142, + "instId": 300006, + "propState": 1, + "pos": { + "x": 233910, + "y": 34486, + "z": 229714 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104206 + }, + { + "groupId": 142, + "instId": 300015, + "propState": 1, + "pos": { + "x": 234176, + "y": 34486, + "z": 229013 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 142, + "instId": 300016, + "propState": 8, + "pos": { + "x": 255641, + "y": 47803, + "z": 215180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 142, + "instId": 300017, + "propState": 8, + "pos": { + "x": 255641, + "y": 47803, + "z": 215180 + }, + "rot": { + "x": 0, + "y": 120541, + "z": 0 + }, + "propId": 104206 + }, + { + "groupId": 142, + "instId": 300003, + "propState": 8, + "pos": { + "x": 234231, + "y": 34486, + "z": 229714 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104173 + }, + { + "groupId": 142, + "instId": 300001, + "propState": 8, + "pos": { + "x": 254319, + "y": 47803, + "z": 187093 + }, + "rot": { + "x": 0, + "y": 241432, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 142, + "instId": 300002, + "propState": 8, + "pos": { + "x": 254319, + "y": 47803, + "z": 187093 + }, + "rot": { + "x": 0, + "y": 1973, + "z": 0 + }, + "propId": 104206 + }, + { + "groupId": 142, + "instId": 300004, + "propState": 8, + "pos": { + "x": 254030, + "y": 50450, + "z": 205950 + }, + "rot": { + "x": 0, + "y": 93784, + "z": 0 + }, + "propId": 137 + }, + { + "groupId": 146, + "instId": 300003, + "propState": 8, + "pos": { + "x": -54075, + "y": 4925, + "z": 195041 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103074 + }, + { + "groupId": 147, + "instId": 300001, + "propState": 12, + "pos": { + "x": 203162, + "y": 21155, + "z": 194796 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 147, + "instId": 300002, + "propState": 12, + "pos": { + "x": 196517, + "y": 21158, + "z": 203509 + }, + "rot": { + "x": 0, + "y": 2457, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 147, + "instId": 300003, + "propState": 12, + "pos": { + "x": 252190, + "y": 34486, + "z": 189168 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 147, + "instId": 300004, + "propState": 12, + "pos": { + "x": 238568, + "y": 34486, + "z": 234608 + }, + "rot": { + "x": 0, + "y": 146317, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 147, + "instId": 300005, + "propState": 12, + "pos": { + "x": 199099, + "y": 47803, + "z": 226394 + }, + "rot": { + "x": 0, + "y": 223697, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 148, + "instId": 300001, + "propState": 12, + "pos": { + "x": 230640, + "y": 21155, + "z": 214560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60402 + }, + { + "groupId": 148, + "instId": 300002, + "propState": 12, + "pos": { + "x": 264400, + "y": 18312, + "z": 230369 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60403 + }, + { + "groupId": 148, + "instId": 300003, + "propState": 12, + "pos": { + "x": 200101, + "y": 34449, + "z": 210659 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 148, + "instId": 300004, + "propState": 12, + "pos": { + "x": 208472, + "y": 34486, + "z": 187390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 148, + "instId": 300005, + "propState": 12, + "pos": { + "x": 239667, + "y": 47803, + "z": 229588 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 149, + "instId": 300002, + "propState": 8, + "pos": { + "x": 200118, + "y": 34449, + "z": 202201 + }, + "rot": { + "x": 0, + "y": 315198, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 149, + "instId": 300003, + "propState": 8, + "pos": { + "x": 213274, + "y": 21155, + "z": 197532 + }, + "rot": { + "x": 0, + "y": 89291, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 149, + "instId": 300024, + "propState": 8, + "pos": { + "x": 192570, + "y": 21155, + "z": 218481 + }, + "rot": { + "x": 0, + "y": 166138, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 149, + "instId": 300025, + "propState": 8, + "pos": { + "x": 192449, + "y": 29997, + "z": 186920 + }, + "rot": { + "x": 0, + "y": 137159, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 149, + "instId": 300001, + "propState": 8, + "pos": { + "x": 235200, + "y": 21155, + "z": 233420 + }, + "rot": { + "x": 0, + "y": 319322, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 149, + "instId": 300008, + "propState": 8, + "pos": { + "x": 224903, + "y": 21155, + "z": 234206 + }, + "rot": { + "x": 0, + "y": 176592, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 149, + "instId": 300009, + "propState": 8, + "pos": { + "x": 210728, + "y": 21155, + "z": 225873 + }, + "rot": { + "x": 0, + "y": 356689, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 149, + "instId": 300011, + "propState": 8, + "pos": { + "x": 264071, + "y": 34486, + "z": 233910 + }, + "rot": { + "x": 0, + "y": 244576, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 149, + "instId": 300013, + "propState": 8, + "pos": { + "x": 212250, + "y": 40778, + "z": 234152 + }, + "rot": { + "x": 0, + "y": 187680, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 149, + "instId": 300014, + "propState": 8, + "pos": { + "x": 199085, + "y": 47803, + "z": 219110 + }, + "rot": { + "x": 0, + "y": 296737, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 149, + "instId": 300015, + "propState": 8, + "pos": { + "x": 202110, + "y": 47803, + "z": 207939 + }, + "rot": { + "x": 0, + "y": 322276, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 149, + "instId": 300016, + "propState": 8, + "pos": { + "x": 239768, + "y": 34486, + "z": 186585 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 149, + "instId": 300017, + "propState": 8, + "pos": { + "x": 262563, + "y": 47803, + "z": 188190 + }, + "rot": { + "x": 0, + "y": 322999, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 149, + "instId": 300018, + "propState": 8, + "pos": { + "x": 239231, + "y": 47803, + "z": 188393 + }, + "rot": { + "x": 0, + "y": 45861, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 149, + "instId": 300019, + "propState": 8, + "pos": { + "x": 256585, + "y": 47806, + "z": 233508 + }, + "rot": { + "x": 0, + "y": 146158, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 150, + "instId": 300003, + "propState": 8, + "pos": { + "x": 192486, + "y": 29997, + "z": 187026 + }, + "rot": { + "x": 0, + "y": 48630, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 150, + "instId": 300024, + "propState": 8, + "pos": { + "x": 264400, + "y": 34486, + "z": 218822 + }, + "rot": { + "x": 0, + "y": 314526, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 150, + "instId": 300020, + "propState": 8, + "pos": { + "x": 206698, + "y": 21155, + "z": 224158 + }, + "rot": { + "x": 0, + "y": 102899, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 150, + "instId": 300021, + "propState": 8, + "pos": { + "x": 192949, + "y": 21201, + "z": 221589 + }, + "rot": { + "x": 0, + "y": 136878, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 150, + "instId": 300001, + "propState": 8, + "pos": { + "x": 200268, + "y": 34449, + "z": 216996 + }, + "rot": { + "x": 0, + "y": 228630, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 150, + "instId": 300002, + "propState": 8, + "pos": { + "x": 199250, + "y": 21155, + "z": 194340 + }, + "rot": { + "x": 0, + "y": 86381, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 150, + "instId": 300004, + "propState": 8, + "pos": { + "x": 241468, + "y": 21155, + "z": 188363 + }, + "rot": { + "x": 0, + "y": 349418, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 150, + "instId": 300008, + "propState": 8, + "pos": { + "x": 254850, + "y": 21155, + "z": 195420 + }, + "rot": { + "x": 0, + "y": 189372, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 150, + "instId": 300005, + "propState": 8, + "pos": { + "x": 225800, + "y": 21201, + "z": 234072 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 150, + "instId": 300006, + "propState": 8, + "pos": { + "x": 234538, + "y": 21201, + "z": 234072 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 150, + "instId": 300007, + "propState": 8, + "pos": { + "x": 192339, + "y": 21155, + "z": 204953 + }, + "rot": { + "x": 0, + "y": 93299, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 150, + "instId": 300009, + "propState": 8, + "pos": { + "x": 250310, + "y": 34486, + "z": 192150 + }, + "rot": { + "x": 0, + "y": 83237, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 150, + "instId": 300010, + "propState": 8, + "pos": { + "x": 263709, + "y": 34486, + "z": 230749 + }, + "rot": { + "x": 0, + "y": 269145, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 150, + "instId": 300011, + "propState": 8, + "pos": { + "x": 239963, + "y": 34486, + "z": 234714 + }, + "rot": { + "x": 0, + "y": 184195, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 150, + "instId": 300012, + "propState": 8, + "pos": { + "x": 214724, + "y": 40778, + "z": 235026 + }, + "rot": { + "x": 0, + "y": 184195, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 150, + "instId": 300013, + "propState": 8, + "pos": { + "x": 192670, + "y": 47803, + "z": 233859 + }, + "rot": { + "x": 0, + "y": 142620, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 150, + "instId": 300014, + "propState": 8, + "pos": { + "x": 200241, + "y": 47803, + "z": 226983 + }, + "rot": { + "x": 0, + "y": 237385, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 150, + "instId": 300015, + "propState": 8, + "pos": { + "x": 239768, + "y": 34486, + "z": 186585 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 150, + "instId": 300016, + "propState": 8, + "pos": { + "x": 207959, + "y": 34493, + "z": 196397 + }, + "rot": { + "x": 0, + "y": 129819, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 150, + "instId": 300017, + "propState": 8, + "pos": { + "x": 239231, + "y": 47803, + "z": 188393 + }, + "rot": { + "x": 0, + "y": 45861, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 150, + "instId": 300018, + "propState": 8, + "pos": { + "x": 262563, + "y": 47803, + "z": 188190 + }, + "rot": { + "x": 0, + "y": 322999, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 150, + "instId": 300019, + "propState": 8, + "pos": { + "x": 254938, + "y": 47807, + "z": 233794 + }, + "rot": { + "x": 0, + "y": 181828, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 157, + "instId": 300001, + "propState": 12, + "pos": { + "x": 243336, + "y": 53900, + "z": 246415 + }, + "rot": { + "x": 0, + "y": 56000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 157, + "instId": 300002, + "propState": 8, + "pos": { + "x": 243336, + "y": 54000, + "z": 246415 + }, + "rot": { + "x": 0, + "y": 56000, + "z": 0 + }, + "propId": 104159 + }, + { + "groupId": 157, + "instId": 300004, + "propState": 8, + "pos": { + "x": 243336, + "y": 53900, + "z": 246415 + }, + "rot": { + "x": 0, + "y": 56000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 158, + "instId": 300001, + "propState": 12, + "pos": { + "x": 243336, + "y": 53900, + "z": 246415 + }, + "rot": { + "x": 0, + "y": 56000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 159, + "instId": 300001, + "propState": 12, + "pos": { + "x": 278359, + "y": 111600, + "z": 254673 + }, + "rot": { + "x": 0, + "y": 150556, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 159, + "instId": 300002, + "propState": 8, + "pos": { + "x": 278359, + "y": 111700, + "z": 254673 + }, + "rot": { + "x": 0, + "y": 150556, + "z": 0 + }, + "propId": 104159 + }, + { + "groupId": 159, + "instId": 300004, + "propState": 8, + "pos": { + "x": 278359, + "y": 111600, + "z": 254673 + }, + "rot": { + "x": 0, + "y": 150556, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 160, + "instId": 300001, + "propState": 12, + "pos": { + "x": 278359, + "y": 111600, + "z": 254673 + }, + "rot": { + "x": 0, + "y": 150556, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 161, + "instId": 300001, + "propState": 12, + "pos": { + "x": 146110, + "y": 27304, + "z": 232420 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 161, + "instId": 300002, + "propState": 8, + "pos": { + "x": 146110, + "y": 27404, + "z": 232420 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104159 + }, + { + "groupId": 161, + "instId": 300004, + "propState": 8, + "pos": { + "x": 146110, + "y": 27304, + "z": 232420 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 162, + "instId": 300001, + "propState": 12, + "pos": { + "x": 146110, + "y": 27304, + "z": 232420 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 164, + "instId": 300003, + "propState": 8, + "pos": { + "x": 256150, + "y": 60580, + "z": 303310 + }, + "rot": { + "x": 0, + "y": 298753, + "z": 0 + }, + "propId": 104034 + }, + { + "groupId": 164, + "instId": 300009, + "propState": 1, + "pos": { + "x": 256049, + "y": 63386, + "z": 302996 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104033 + }, + { + "groupId": 164, + "instId": 300012, + "propState": 8, + "pos": { + "x": 243070, + "y": 59125, + "z": 316770 + }, + "rot": { + "x": 0, + "y": 2475, + "z": 0 + }, + "propId": 104252 + }, + { + "groupId": 164, + "instId": 300001, + "propState": 8, + "pos": { + "x": 245690, + "y": 58048, + "z": 322060 + }, + "rot": { + "x": 0, + "y": 114574, + "z": 0 + }, + "propId": 104034 + }, + { + "groupId": 164, + "instId": 300013, + "propState": 8, + "pos": { + "x": 246160, + "y": 59470, + "z": 323350 + }, + "rot": { + "x": 0, + "y": 355862, + "z": 0 + }, + "propId": 104033 + }, + { + "groupId": 164, + "instId": 300010, + "propState": 8, + "pos": { + "x": 231575, + "y": 58037, + "z": 320301 + }, + "rot": { + "x": 0, + "y": 205752, + "z": 0 + }, + "propId": 104016 + }, + { + "groupId": 164, + "instId": 300011, + "propState": 1, + "pos": { + "x": 254707, + "y": 67334, + "z": 325184 + }, + "rot": { + "x": 0, + "y": 26904, + "z": 0 + }, + "propId": 104042 + }, + { + "groupId": 164, + "instId": 300014, + "propState": 8, + "pos": { + "x": 254594, + "y": 66230, + "z": 325232 + }, + "rot": { + "x": 0, + "y": 296904, + "z": 0 + }, + "propId": 104088 + }, + { + "groupId": 164, + "instId": 300015, + "propState": 8, + "pos": { + "x": 254594, + "y": 66230, + "z": 325232 + }, + "rot": { + "x": 0, + "y": 296904, + "z": 0 + }, + "propId": 104088 + }, + { + "groupId": 164, + "instId": 300002, + "propState": 8, + "pos": { + "x": 258741, + "y": 63548, + "z": 300254 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 164, + "instId": 300004, + "propState": 8, + "pos": { + "x": 263375, + "y": 58037, + "z": 296985 + }, + "rot": { + "x": 0, + "y": 191235, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 164, + "instId": 300005, + "propState": 8, + "pos": { + "x": 272917, + "y": 55801, + "z": 294851 + }, + "rot": { + "x": 0, + "y": 199315, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 164, + "instId": 300006, + "propState": 8, + "pos": { + "x": 281099, + "y": 55801, + "z": 291666 + }, + "rot": { + "x": 0, + "y": 198528, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 164, + "instId": 300007, + "propState": 8, + "pos": { + "x": 287584, + "y": 53913, + "z": 288750 + }, + "rot": { + "x": 0, + "y": 199090, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 166, + "instId": 300017, + "propState": 20, + "pos": { + "x": 290602, + "y": 53911, + "z": 262500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60403 + }, + { + "groupId": 166, + "instId": 300008, + "propState": 20, + "pos": { + "x": 292560, + "y": 53911, + "z": 263480 + }, + "rot": { + "x": 0, + "y": 328990, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 166, + "instId": 300009, + "propState": 20, + "pos": { + "x": 288700, + "y": 53911, + "z": 263490 + }, + "rot": { + "x": 0, + "y": 28477, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 167, + "instId": 300003, + "propState": 8, + "pos": { + "x": 256160, + "y": 60580, + "z": 303340 + }, + "rot": { + "x": 0, + "y": 296727, + "z": 0 + }, + "propId": 104034 + }, + { + "groupId": 167, + "instId": 300009, + "propState": 1, + "pos": { + "x": 256049, + "y": 63386, + "z": 302996 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104033 + }, + { + "groupId": 167, + "instId": 300014, + "propState": 8, + "pos": { + "x": 242080, + "y": 58040, + "z": 304050 + }, + "rot": { + "x": 0, + "y": 26561, + "z": 0 + }, + "propId": 104034 + }, + { + "groupId": 167, + "instId": 300001, + "propState": 8, + "pos": { + "x": 241310, + "y": 60470, + "z": 302550 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104033 + }, + { + "groupId": 167, + "instId": 300012, + "propState": 8, + "pos": { + "x": 243070, + "y": 59125, + "z": 316770 + }, + "rot": { + "x": 0, + "y": 2475, + "z": 0 + }, + "propId": 104252 + }, + { + "groupId": 167, + "instId": 300013, + "propState": 8, + "pos": { + "x": 240100, + "y": 58048, + "z": 313380 + }, + "rot": { + "x": 0, + "y": 26565, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 167, + "instId": 300015, + "propState": 8, + "pos": { + "x": 242210, + "y": 58096, + "z": 312270 + }, + "rot": { + "x": 0, + "y": 26565, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 167, + "instId": 300016, + "propState": 8, + "pos": { + "x": 239740, + "y": 58048, + "z": 319840 + }, + "rot": { + "x": 0, + "y": 26565, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 167, + "instId": 300017, + "propState": 8, + "pos": { + "x": 238610, + "y": 58048, + "z": 317560 + }, + "rot": { + "x": 0, + "y": 26565, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 167, + "instId": 300018, + "propState": 8, + "pos": { + "x": 243770, + "y": 58048, + "z": 321190 + }, + "rot": { + "x": 0, + "y": 26565, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 167, + "instId": 300019, + "propState": 8, + "pos": { + "x": 245880, + "y": 58096, + "z": 320080 + }, + "rot": { + "x": 0, + "y": 26565, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 167, + "instId": 300020, + "propState": 8, + "pos": { + "x": 247381, + "y": 58048, + "z": 316020 + }, + "rot": { + "x": 0, + "y": 26565, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 167, + "instId": 300021, + "propState": 8, + "pos": { + "x": 246251, + "y": 58048, + "z": 313740 + }, + "rot": { + "x": 0, + "y": 26565, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 167, + "instId": 300022, + "propState": 8, + "pos": { + "x": 238980, + "y": 58048, + "z": 311140 + }, + "rot": { + "x": 0, + "y": 26565, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 167, + "instId": 300023, + "propState": 8, + "pos": { + "x": 241090, + "y": 58096, + "z": 310030 + }, + "rot": { + "x": 0, + "y": 26565, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 167, + "instId": 300024, + "propState": 8, + "pos": { + "x": 244930, + "y": 58048, + "z": 323390 + }, + "rot": { + "x": 0, + "y": 26565, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 167, + "instId": 300025, + "propState": 8, + "pos": { + "x": 247040, + "y": 58096, + "z": 322280 + }, + "rot": { + "x": 0, + "y": 26565, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 167, + "instId": 300026, + "propState": 8, + "pos": { + "x": 237550, + "y": 58048, + "z": 320940 + }, + "rot": { + "x": 0, + "y": 26565, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 167, + "instId": 300027, + "propState": 8, + "pos": { + "x": 236420, + "y": 58048, + "z": 318660 + }, + "rot": { + "x": 0, + "y": 26565, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 167, + "instId": 300028, + "propState": 8, + "pos": { + "x": 248550, + "y": 58048, + "z": 312590 + }, + "rot": { + "x": 0, + "y": 26565, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 167, + "instId": 300029, + "propState": 8, + "pos": { + "x": 249680, + "y": 58048, + "z": 314870 + }, + "rot": { + "x": 0, + "y": 26565, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 167, + "instId": 300040, + "propState": 8, + "pos": { + "x": 231575, + "y": 58037, + "z": 320301 + }, + "rot": { + "x": 0, + "y": 205752, + "z": 0 + }, + "propId": 104016 + }, + { + "groupId": 167, + "instId": 300041, + "propState": 1, + "pos": { + "x": 254707, + "y": 67334, + "z": 325184 + }, + "rot": { + "x": 0, + "y": 26904, + "z": 0 + }, + "propId": 104042 + }, + { + "groupId": 167, + "instId": 300042, + "propState": 8, + "pos": { + "x": 254594, + "y": 66230, + "z": 325232 + }, + "rot": { + "x": 0, + "y": 296904, + "z": 0 + }, + "propId": 104088 + }, + { + "groupId": 167, + "instId": 300043, + "propState": 8, + "pos": { + "x": 254594, + "y": 66230, + "z": 325232 + }, + "rot": { + "x": 0, + "y": 296904, + "z": 0 + }, + "propId": 104088 + }, + { + "groupId": 167, + "instId": 300002, + "propState": 8, + "pos": { + "x": 265250, + "y": 70027, + "z": 319990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104033 + }, + { + "groupId": 167, + "instId": 300004, + "propState": 8, + "pos": { + "x": 265143, + "y": 67440, + "z": 319880 + }, + "rot": { + "x": 0, + "y": 206628, + "z": 0 + }, + "propId": 104034 + }, + { + "groupId": 167, + "instId": 300005, + "propState": 8, + "pos": { + "x": 263584, + "y": 58037, + "z": 297330 + }, + "rot": { + "x": 0, + "y": 105164, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 167, + "instId": 300006, + "propState": 8, + "pos": { + "x": 280970, + "y": 55801, + "z": 291268 + }, + "rot": { + "x": 0, + "y": 110564, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 167, + "instId": 300007, + "propState": 8, + "pos": { + "x": 272212, + "y": 55801, + "z": 294486 + }, + "rot": { + "x": 0, + "y": 116045, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 167, + "instId": 300008, + "propState": 8, + "pos": { + "x": 289308, + "y": 53964, + "z": 288024 + }, + "rot": { + "x": 0, + "y": 135350, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 169, + "instId": 300017, + "propState": 20, + "pos": { + "x": 290679, + "y": 53911, + "z": 262090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60403 + }, + { + "groupId": 169, + "instId": 300008, + "propState": 20, + "pos": { + "x": 292413, + "y": 53911, + "z": 261962 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 169, + "instId": 300009, + "propState": 20, + "pos": { + "x": 288793, + "y": 53911, + "z": 261990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60402 + }, + { + "groupId": 171, + "instId": 300003, + "propState": 8, + "pos": { + "x": 225832, + "y": 63251, + "z": 309085 + }, + "rot": { + "x": 0, + "y": 25277, + "z": 0 + }, + "propId": 103074 + }, + { + "groupId": 172, + "instId": 300003, + "propState": 1, + "pos": { + "x": 232900, + "y": 58088, + "z": 336260 + }, + "rot": { + "x": 0, + "y": 206904, + "z": 0 + }, + "propId": 104001 + }, + { + "groupId": 172, + "instId": 300004, + "propState": 1, + "pos": { + "x": 232900, + "y": 58030, + "z": 336260 + }, + "rot": { + "x": 0, + "y": 206904, + "z": 0 + }, + "propId": 104013 + }, + { + "groupId": 172, + "instId": 300005, + "propState": 1, + "pos": { + "x": 232900, + "y": 67410, + "z": 336260 + }, + "rot": { + "x": 0, + "y": 206904, + "z": 0 + }, + "propId": 104013 + }, + { + "groupId": 172, + "instId": 300001, + "propState": 1, + "pos": { + "x": 229594, + "y": 58048, + "z": 333181 + }, + "rot": { + "x": 0, + "y": 177334, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 172, + "instId": 300002, + "propState": 1, + "pos": { + "x": 237157, + "y": 67440, + "z": 336515 + }, + "rot": { + "x": 0, + "y": 159365, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 190, + "instId": 300001, + "propState": 8, + "pos": { + "x": 191730, + "y": 22294, + "z": 211285 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104072 + }, + { + "groupId": 190, + "instId": 300002, + "propState": 8, + "pos": { + "x": 260440, + "y": 21155, + "z": 220120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104034 + }, + { + "groupId": 190, + "instId": 300003, + "propState": 8, + "pos": { + "x": 264366, + "y": 21155, + "z": 219008 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104033 + }, + { + "groupId": 190, + "instId": 300004, + "propState": 8, + "pos": { + "x": 260720, + "y": 18312, + "z": 226980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 190, + "instId": 300005, + "propState": 8, + "pos": { + "x": 260720, + "y": 18312, + "z": 229390 + }, + "rot": { + "x": 0, + "y": 328865, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 190, + "instId": 300006, + "propState": 8, + "pos": { + "x": 260720, + "y": 18312, + "z": 232240 + }, + "rot": { + "x": 0, + "y": 19963, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 203, + "instId": 300001, + "propState": 20, + "pos": { + "x": -48780, + "y": 3163, + "z": 192356 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60402 + }, + { + "groupId": 203, + "instId": 300002, + "propState": 8, + "pos": { + "x": -48780, + "y": 3163, + "z": 192356 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 203, + "instId": 300003, + "propState": 8, + "pos": { + "x": -53892, + "y": 3136, + "z": 194744 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 204, + "instId": 300003, + "propState": 8, + "pos": { + "x": 196985, + "y": 22945, + "z": 207246 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103074 + }, + { + "groupId": 205, + "instId": 300001, + "propState": 20, + "pos": { + "x": 196780, + "y": 21155, + "z": 203194 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60402 + }, + { + "groupId": 205, + "instId": 300002, + "propState": 8, + "pos": { + "x": 196780, + "y": 21155, + "z": 203194 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 205, + "instId": 300003, + "propState": 8, + "pos": { + "x": 196690, + "y": 21155, + "z": 207060 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 206, + "instId": 300003, + "propState": 8, + "pos": { + "x": 252302, + "y": 107547, + "z": 289803 + }, + "rot": { + "x": 0, + "y": 295000, + "z": 0 + }, + "propId": 103074 + }, + { + "groupId": 207, + "instId": 300001, + "propState": 20, + "pos": { + "x": 249311, + "y": 105706, + "z": 291045 + }, + "rot": { + "x": 0, + "y": 115846, + "z": 0 + }, + "propId": 60402 + }, + { + "groupId": 207, + "instId": 300002, + "propState": 8, + "pos": { + "x": 249311, + "y": 105706, + "z": 291045 + }, + "rot": { + "x": 0, + "y": 115846, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 207, + "instId": 300003, + "propState": 8, + "pos": { + "x": 252272, + "y": 105753, + "z": 290148 + }, + "rot": { + "x": 0, + "y": 115000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 208, + "instId": 300002, + "propState": 1, + "pos": { + "x": 342645, + "y": 146931, + "z": 441547 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104217 + }, + { + "groupId": 213, + "instId": 300001, + "propState": 11, + "pos": { + "x": 26245, + "y": -4154, + "z": 209939 + }, + "rot": { + "x": 0, + "y": 234437, + "z": 0 + }, + "propId": 60403 + }, + { + "groupId": 213, + "instId": 300002, + "propState": 8, + "pos": { + "x": 26245, + "y": -4154, + "z": 209939 + }, + "rot": { + "x": 0, + "y": 234437, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 213, + "instId": 300003, + "propState": 8, + "pos": { + "x": 26245, + "y": -4154, + "z": 209939 + }, + "rot": { + "x": 0, + "y": 234437, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 216, + "instId": 300001, + "propState": 8, + "pos": { + "x": 186710, + "y": 34465, + "z": 245483 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 223, + "instId": 300002, + "propState": 12, + "pos": { + "x": 291800, + "y": 54726, + "z": 263520 + }, + "rot": { + "x": 0, + "y": 346940, + "z": 0 + }, + "propId": 60403 + }, + { + "groupId": 228, + "instId": 300008, + "propState": 12, + "pos": { + "x": 315172, + "y": 129865, + "z": 294803 + }, + "rot": { + "x": 0, + "y": 52445, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 230, + "instId": 300001, + "propState": 8, + "pos": { + "x": 235646, + "y": 22155, + "z": 220077 + }, + "rot": { + "x": 0, + "y": 40326, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 231, + "instId": 300001, + "propState": 8, + "pos": { + "x": 290284, + "y": 49480, + "z": 231850 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 231, + "instId": 300002, + "propState": 8, + "pos": { + "x": 290284, + "y": 49480, + "z": 231850 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104023 + }, + { + "groupId": 231, + "instId": 300003, + "propState": 20, + "pos": { + "x": 296069, + "y": 111727, + "z": 246706 + }, + "rot": { + "x": 0, + "y": 276843, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 231, + "instId": 300004, + "propState": 1, + "pos": { + "x": 296069, + "y": 111727, + "z": 246706 + }, + "rot": { + "x": 0, + "y": 276843, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 233, + "instId": 300001, + "propState": 18, + "pos": { + "x": -450, + "y": -1048, + "z": -9893 + }, + "rot": { + "x": 0, + "y": 141121, + "z": 0 + }, + "propId": 104162 + }, + { + "groupId": 233, + "instId": 300002, + "propState": 18, + "pos": { + "x": -6361, + "y": 3517, + "z": 85380 + }, + "rot": { + "x": 0, + "y": 332252, + "z": 0 + }, + "propId": 104094 + }, + { + "groupId": 233, + "instId": 300003, + "propState": 18, + "pos": { + "x": 329792, + "y": 129857, + "z": 293009 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104095 + }, + { + "groupId": 233, + "instId": 300004, + "propState": 18, + "pos": { + "x": -40676, + "y": 4228, + "z": 176942 + }, + "rot": { + "x": 0, + "y": 308008, + "z": 0 + }, + "propId": 104093 + }, + { + "groupId": 233, + "instId": 300006, + "propState": 18, + "pos": { + "x": 296205, + "y": 97299, + "z": 232646 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104095 + }, + { + "groupId": 250, + "instId": 300001, + "propState": 11, + "pos": { + "x": -52552, + "y": -1096, + "z": 124535 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104046 + }, + { + "groupId": 251, + "instId": 300001, + "propState": 11, + "pos": { + "x": 35709, + "y": -4156, + "z": 171913 + }, + "rot": { + "x": 0, + "y": 316000, + "z": 0 + }, + "propId": 104046 + }, + { + "groupId": 252, + "instId": 300001, + "propState": 11, + "pos": { + "x": 208360, + "y": 34486, + "z": 232277 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104046 + }, + { + "groupId": 253, + "instId": 300001, + "propState": 8, + "pos": { + "x": 194830, + "y": 35910, + "z": 249640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104033 + }, + { + "groupId": 265, + "instId": 300004, + "propState": 8, + "pos": { + "x": -4180, + "y": 0, + "z": 15510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104041 + }, + { + "groupId": 265, + "instId": 300005, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104041 + }, + { + "groupId": 265, + "instId": 300007, + "propState": 8, + "pos": { + "x": 239385, + "y": 63425, + "z": 328102 + }, + "rot": { + "x": 0, + "y": 207075, + "z": 0 + }, + "propId": 104041 + }, + { + "groupId": 265, + "instId": 300008, + "propState": 8, + "pos": { + "x": 239595, + "y": 67641, + "z": 328472 + }, + "rot": { + "x": 0, + "y": 205172, + "z": 0 + }, + "propId": 104041 + }, + { + "groupId": 266, + "instId": 300001, + "propState": 8, + "pos": { + "x": 277296, + "y": 54855, + "z": 261662 + }, + "rot": { + "x": 0, + "y": 92607, + "z": 0 + }, + "propId": 104102 + }, + { + "groupId": 284, + "instId": 300001, + "propState": 8, + "pos": { + "x": 262610, + "y": 106675, + "z": 284810 + }, + "rot": { + "x": 0, + "y": 235000, + "z": 0 + }, + "propId": 702 + } + ], + "monsters": [ + { + "groupId": 94, + "instId": 200001, + "eventId": 20423011, + "pos": { + "x": 161494, + "y": 34465, + "z": 235869 + }, + "rot": { + "x": 0, + "y": 295564, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 94, + "instId": 200002, + "eventId": 20423012, + "pos": { + "x": 179365, + "y": 34465, + "z": 228717 + }, + "rot": { + "x": 0, + "y": 110351, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 94, + "instId": 200003, + "eventId": 20423013, + "pos": { + "x": 181677, + "y": 34465, + "z": 232243 + }, + "rot": { + "x": 0, + "y": 97684, + "z": 0 + }, + "monsterId": 4032030 + }, + { + "groupId": 94, + "instId": 200004, + "eventId": 20423014, + "pos": { + "x": 169900, + "y": 34465, + "z": 249410 + }, + "rot": { + "x": 0, + "y": 282598, + "z": 0 + }, + "monsterId": 4032030 + }, + { + "groupId": 94, + "instId": 200005, + "eventId": 20423015, + "pos": { + "x": 223211, + "y": 53900, + "z": 259775 + }, + "rot": { + "x": 0, + "y": 84381, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 94, + "instId": 200006, + "eventId": 20423016, + "pos": { + "x": 223889, + "y": 53900, + "z": 261281 + }, + "rot": { + "x": 0, + "y": 77426, + "z": 0 + }, + "monsterId": 4032030 + }, + { + "groupId": 94, + "instId": 200007, + "eventId": 20423017, + "pos": { + "x": 251177, + "y": 53900, + "z": 261867 + }, + "rot": { + "x": 0, + "y": 309451, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 94, + "instId": 200008, + "eventId": 20423018, + "pos": { + "x": 251978, + "y": 53900, + "z": 263325 + }, + "rot": { + "x": 0, + "y": 279904, + "z": 0 + }, + "monsterId": 4032030 + }, + { + "groupId": 94, + "instId": 200009, + "eventId": 20423019, + "pos": { + "x": 260180, + "y": 53900, + "z": 253300 + }, + "rot": { + "x": 0, + "y": 271230, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 95, + "instId": 200001, + "eventId": 20423001, + "pos": { + "x": -51222, + "y": -1095, + "z": 147860 + }, + "rot": { + "x": 0, + "y": 295564, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 95, + "instId": 200002, + "eventId": 20423002, + "pos": { + "x": -43530, + "y": -1095, + "z": 146451 + }, + "rot": { + "x": 0, + "y": 110351, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 95, + "instId": 200003, + "eventId": 20423003, + "pos": { + "x": -45586, + "y": -1095, + "z": 143430 + }, + "rot": { + "x": 0, + "y": 135007, + "z": 0 + }, + "monsterId": 4032030 + }, + { + "groupId": 95, + "instId": 200004, + "eventId": 20423004, + "pos": { + "x": -59091, + "y": 3136, + "z": 180109 + }, + "rot": { + "x": 0, + "y": 274047, + "z": 0 + }, + "monsterId": 4032030 + }, + { + "groupId": 95, + "instId": 200005, + "eventId": 20423005, + "pos": { + "x": -58125, + "y": 3136, + "z": 182852 + }, + "rot": { + "x": 0, + "y": 227941, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 152, + "instId": 200001, + "eventId": 20423025, + "pos": { + "x": 222454, + "y": 21155, + "z": 225841 + }, + "rot": { + "x": 0, + "y": 337490, + "z": 0 + }, + "monsterId": 4032030 + }, + { + "groupId": 152, + "instId": 200002, + "eventId": 20423024, + "pos": { + "x": 221220, + "y": 21172, + "z": 229369 + }, + "rot": { + "x": 0, + "y": 215936, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 152, + "instId": 200003, + "eventId": 20423026, + "pos": { + "x": 213534, + "y": 21155, + "z": 233477 + }, + "rot": { + "x": 0, + "y": 191276, + "z": 0 + }, + "monsterId": 4032030 + }, + { + "groupId": 152, + "instId": 200004, + "eventId": 20423027, + "pos": { + "x": 208380, + "y": 21155, + "z": 212901 + }, + "rot": { + "x": 0, + "y": 28740, + "z": 0 + }, + "monsterId": 4032030 + }, + { + "groupId": 152, + "instId": 200006, + "eventId": 20423029, + "pos": { + "x": 223215, + "y": 21155, + "z": 187754 + }, + "rot": { + "x": 0, + "y": 112833, + "z": 0 + }, + "monsterId": 4032030 + }, + { + "groupId": 153, + "instId": 200001, + "eventId": 20423032, + "pos": { + "x": 219135, + "y": 21155, + "z": 226012 + }, + "rot": { + "x": 0, + "y": 183535, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 153, + "instId": 200002, + "eventId": 20423033, + "pos": { + "x": 207655, + "y": 21155, + "z": 194429 + }, + "rot": { + "x": 0, + "y": 14636, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 153, + "instId": 200003, + "eventId": 20423034, + "pos": { + "x": 243733, + "y": 21155, + "z": 195616 + }, + "rot": { + "x": 0, + "y": 302, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 153, + "instId": 200004, + "eventId": 20423035, + "pos": { + "x": 256110, + "y": 21155, + "z": 210250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 153, + "instId": 200005, + "eventId": 20423036, + "pos": { + "x": 230681, + "y": 21155, + "z": 220700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 153, + "instId": 200006, + "eventId": 20423037, + "pos": { + "x": 208360, + "y": 21159, + "z": 209200 + }, + "rot": { + "x": 0, + "y": 191429, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 153, + "instId": 200007, + "eventId": 20423038, + "pos": { + "x": 217370, + "y": 21159, + "z": 211580 + }, + "rot": { + "x": 0, + "y": 5929, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 153, + "instId": 200008, + "eventId": 20423039, + "pos": { + "x": 224080, + "y": 21158, + "z": 210360 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 213, + "instId": 200001, + "eventId": 20423231, + "pos": { + "x": 23164, + "y": -4154, + "z": 208108 + }, + "rot": { + "x": 0, + "y": 169273, + "z": 0 + }, + "monsterId": 4033010 + }, + { + "groupId": 215, + "instId": 200001, + "eventId": 20423101, + "pos": { + "x": -51222, + "y": -1095, + "z": 147860 + }, + "rot": { + "x": 0, + "y": 295564, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 215, + "instId": 200002, + "eventId": 20423102, + "pos": { + "x": -43530, + "y": -1095, + "z": 146451 + }, + "rot": { + "x": 0, + "y": 110351, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 215, + "instId": 200003, + "eventId": 20423103, + "pos": { + "x": -45586, + "y": -1095, + "z": 143430 + }, + "rot": { + "x": 0, + "y": 135007, + "z": 0 + }, + "monsterId": 4032030 + }, + { + "groupId": 215, + "instId": 200004, + "eventId": 20423104, + "pos": { + "x": -59091, + "y": 3136, + "z": 180109 + }, + "rot": { + "x": 0, + "y": 274047, + "z": 0 + }, + "monsterId": 4032030 + }, + { + "groupId": 215, + "instId": 200005, + "eventId": 20423105, + "pos": { + "x": -58125, + "y": 3136, + "z": 182852 + }, + "rot": { + "x": 0, + "y": 227941, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 215, + "instId": 200006, + "eventId": 20423106, + "pos": { + "x": -32307, + "y": -3780, + "z": 210776 + }, + "rot": { + "x": 0, + "y": 345437, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 215, + "instId": 200007, + "eventId": 20423107, + "pos": { + "x": -30423, + "y": -3780, + "z": 212133 + }, + "rot": { + "x": 0, + "y": 305647, + "z": 0 + }, + "monsterId": 4032030 + }, + { + "groupId": 216, + "instId": 200001, + "eventId": 20423111, + "pos": { + "x": 161494, + "y": 34465, + "z": 235869 + }, + "rot": { + "x": 0, + "y": 295564, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 216, + "instId": 200002, + "eventId": 20423112, + "pos": { + "x": 179365, + "y": 34465, + "z": 228717 + }, + "rot": { + "x": 0, + "y": 110351, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 216, + "instId": 200003, + "eventId": 20423113, + "pos": { + "x": 181677, + "y": 34465, + "z": 232243 + }, + "rot": { + "x": 0, + "y": 97684, + "z": 0 + }, + "monsterId": 4032030 + }, + { + "groupId": 216, + "instId": 200004, + "eventId": 20423114, + "pos": { + "x": 169900, + "y": 34465, + "z": 249410 + }, + "rot": { + "x": 0, + "y": 282598, + "z": 0 + }, + "monsterId": 4032030 + }, + { + "groupId": 216, + "instId": 200005, + "eventId": 20423115, + "pos": { + "x": 223211, + "y": 53900, + "z": 259775 + }, + "rot": { + "x": 0, + "y": 84381, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 216, + "instId": 200006, + "eventId": 20423116, + "pos": { + "x": 223889, + "y": 53900, + "z": 261281 + }, + "rot": { + "x": 0, + "y": 77426, + "z": 0 + }, + "monsterId": 4032030 + }, + { + "groupId": 216, + "instId": 200007, + "eventId": 20423117, + "pos": { + "x": 251177, + "y": 53900, + "z": 261867 + }, + "rot": { + "x": 0, + "y": 309451, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 216, + "instId": 200008, + "eventId": 20423118, + "pos": { + "x": 251978, + "y": 53900, + "z": 263325 + }, + "rot": { + "x": 0, + "y": 279904, + "z": 0 + }, + "monsterId": 4032030 + }, + { + "groupId": 216, + "instId": 200009, + "eventId": 20423119, + "pos": { + "x": 260180, + "y": 53900, + "z": 253300 + }, + "rot": { + "x": 0, + "y": 271230, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 217, + "instId": 200001, + "eventId": 20423125, + "pos": { + "x": 222454, + "y": 21155, + "z": 225841 + }, + "rot": { + "x": 0, + "y": 337490, + "z": 0 + }, + "monsterId": 4032030 + }, + { + "groupId": 217, + "instId": 200002, + "eventId": 20423124, + "pos": { + "x": 221220, + "y": 21172, + "z": 229369 + }, + "rot": { + "x": 0, + "y": 215936, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 217, + "instId": 200003, + "eventId": 20423126, + "pos": { + "x": 213534, + "y": 21155, + "z": 233477 + }, + "rot": { + "x": 0, + "y": 191276, + "z": 0 + }, + "monsterId": 4032030 + }, + { + "groupId": 217, + "instId": 200004, + "eventId": 20423127, + "pos": { + "x": 208380, + "y": 21155, + "z": 212901 + }, + "rot": { + "x": 0, + "y": 28740, + "z": 0 + }, + "monsterId": 4032030 + }, + { + "groupId": 217, + "instId": 200005, + "eventId": 20423128, + "pos": { + "x": 205910, + "y": 21155, + "z": 198160 + }, + "rot": { + "x": 0, + "y": 7550, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 217, + "instId": 200006, + "eventId": 20423129, + "pos": { + "x": 223215, + "y": 21155, + "z": 187754 + }, + "rot": { + "x": 0, + "y": 112833, + "z": 0 + }, + "monsterId": 4032030 + }, + { + "groupId": 218, + "instId": 200001, + "eventId": 20423132, + "pos": { + "x": 219135, + "y": 21155, + "z": 226012 + }, + "rot": { + "x": 0, + "y": 183535, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 218, + "instId": 200002, + "eventId": 20423133, + "pos": { + "x": 207655, + "y": 21155, + "z": 194429 + }, + "rot": { + "x": 0, + "y": 14636, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 218, + "instId": 200003, + "eventId": 20423134, + "pos": { + "x": 243733, + "y": 21155, + "z": 195616 + }, + "rot": { + "x": 0, + "y": 302, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 218, + "instId": 200004, + "eventId": 20423135, + "pos": { + "x": 256110, + "y": 21155, + "z": 210250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 218, + "instId": 200005, + "eventId": 20423136, + "pos": { + "x": 230681, + "y": 21155, + "z": 220700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 218, + "instId": 200006, + "eventId": 20423137, + "pos": { + "x": 208360, + "y": 21159, + "z": 209200 + }, + "rot": { + "x": 0, + "y": 191429, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 218, + "instId": 200007, + "eventId": 20423138, + "pos": { + "x": 217370, + "y": 21159, + "z": 211580 + }, + "rot": { + "x": 0, + "y": 5929, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 218, + "instId": 200008, + "eventId": 20423139, + "pos": { + "x": 224080, + "y": 21158, + "z": 210360 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 232, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -16140, + "y": 9103, + "z": 127480 + }, + "rot": { + "x": 0, + "y": 284449, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 254, + "instId": 200010, + "eventId": 20423020, + "pos": { + "x": 295270, + "y": 96309, + "z": 230751 + }, + "rot": { + "x": 0, + "y": 161222, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 254, + "instId": 200011, + "eventId": 20423021, + "pos": { + "x": 289978, + "y": 96309, + "z": 226462 + }, + "rot": { + "x": 0, + "y": 77771, + "z": 0 + }, + "monsterId": 4032030 + }, + { + "groupId": 255, + "instId": 200010, + "eventId": 20423120, + "pos": { + "x": 295270, + "y": 96309, + "z": 230751 + }, + "rot": { + "x": 0, + "y": 161222, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 255, + "instId": 200011, + "eventId": 20423121, + "pos": { + "x": 289978, + "y": 96309, + "z": 226462 + }, + "rot": { + "x": 0, + "y": 77771, + "z": 0 + }, + "monsterId": 4032030 + }, + { + "groupId": 284, + "instId": 200001, + "eventId": 101224, + "pos": { + "x": 262610, + "y": 105662, + "z": 284810 + }, + "rot": { + "x": 0, + "y": 325000, + "z": 0 + }, + "monsterId": 4033012 + } + ], + "teleports": [ + { + "anchorId": 1, + "groupId": 18, + "instId": 300001, + "pos": { + "x": -600, + "y": -36, + "z": 4239 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2042301 + }, + { + "anchorId": 3, + "groupId": 18, + "instId": 300003, + "pos": { + "x": 123334, + "y": 27304, + "z": 181200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "teleportId": 2042303 + }, + { + "anchorId": 4, + "groupId": 18, + "instId": 300004, + "pos": { + "x": 207230, + "y": 53822, + "z": 250610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "teleportId": 2042304 + }, + { + "anchorId": 5, + "groupId": 18, + "instId": 300005, + "pos": { + "x": 279057, + "y": 47796, + "z": 205506 + }, + "rot": { + "x": 0, + "y": 19592, + "z": 0 + }, + "teleportId": 2042305 + }, + { + "anchorId": 6, + "groupId": 18, + "instId": 300006, + "pos": { + "x": 256810, + "y": 165544, + "z": 420863 + }, + "rot": { + "x": 0, + "y": 315234, + "z": 0 + }, + "teleportId": 2042306 + }, + { + "anchorId": 2, + "groupId": 122, + "instId": 300002, + "pos": { + "x": -35280, + "y": -1536, + "z": 183340 + }, + "rot": { + "x": 0, + "y": 30291, + "z": 0 + }, + "teleportId": 2042302 + }, + { + "anchorId": 1, + "groupId": 284, + "instId": 300001, + "pos": { + "x": 259210, + "y": 105612, + "z": 289250 + }, + "rot": { + "x": 0, + "y": 149846, + "z": 0 + }, + "teleportId": 1124 + } + ] + }, + { + "planeID": 20424, + "props": [], + "monsters": [], + "teleports": [] + }, + { + "planeID": 20431, + "props": [ + { + "groupId": 11, + "instId": 300001, + "propState": 8, + "pos": { + "x": -289220, + "y": 1640, + "z": -28230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 8, + "pos": { + "x": -289220, + "y": 1640, + "z": -28230 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 8, + "pos": { + "x": -288360, + "y": 15075, + "z": 36810 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 11, + "instId": 300004, + "propState": 8, + "pos": { + "x": -288360, + "y": 15075, + "z": 36810 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 13, + "instId": 300001, + "propState": 2, + "pos": { + "x": 20, + "y": -47840, + "z": -135310 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104218 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 2, + "pos": { + "x": -255496, + "y": 2410, + "z": 6430 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104218 + }, + { + "groupId": 13, + "instId": 300006, + "propState": 2, + "pos": { + "x": 290490, + "y": 10018, + "z": -44880 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104218 + }, + { + "groupId": 77, + "instId": 300002, + "propState": 8, + "pos": { + "x": -98768, + "y": 3945, + "z": -24 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 78, + "instId": 300002, + "propState": 8, + "pos": { + "x": 129716, + "y": 61734, + "z": 0 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 79, + "instId": 300001, + "propState": 8, + "pos": { + "x": -218160, + "y": -8300, + "z": -22260 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104222 + }, + { + "groupId": 79, + "instId": 300002, + "propState": 2, + "pos": { + "x": -219795, + "y": -258, + "z": -33210 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104221 + }, + { + "groupId": 79, + "instId": 300007, + "propState": 8, + "pos": { + "x": -225053, + "y": -258, + "z": -41995 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104016 + }, + { + "groupId": 79, + "instId": 300005, + "propState": 1, + "pos": { + "x": -262850, + "y": 6633, + "z": -85050 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104221 + }, + { + "groupId": 79, + "instId": 300006, + "propState": 8, + "pos": { + "x": -261209, + "y": -1430, + "z": -76000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104222 + }, + { + "groupId": 79, + "instId": 300008, + "propState": 8, + "pos": { + "x": -246240, + "y": 3030, + "z": 99140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104222 + }, + { + "groupId": 79, + "instId": 300010, + "propState": 1, + "pos": { + "x": -235470, + "y": 11097, + "z": 82360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104221 + }, + { + "groupId": 82, + "instId": 300002, + "propState": 8, + "pos": { + "x": -305820, + "y": 7770, + "z": 140080 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104038 + }, + { + "groupId": 83, + "instId": 300002, + "propState": 8, + "pos": { + "x": -244370, + "y": 7410, + "z": -193940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104038 + }, + { + "groupId": 85, + "instId": 300001, + "propState": 8, + "pos": { + "x": -230300, + "y": 446, + "z": 44460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104039 + }, + { + "groupId": 85, + "instId": 300002, + "propState": 8, + "pos": { + "x": -230280, + "y": 446, + "z": 35360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104038 + }, + { + "groupId": 85, + "instId": 300003, + "propState": 8, + "pos": { + "x": -282220, + "y": -3361, + "z": -75310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104039 + }, + { + "groupId": 85, + "instId": 300004, + "propState": 8, + "pos": { + "x": -282280, + "y": -3361, + "z": -69160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104038 + }, + { + "groupId": 90, + "instId": 300003, + "propState": 1, + "pos": { + "x": -137478, + "y": 411, + "z": -42002 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104005 + }, + { + "groupId": 90, + "instId": 300004, + "propState": 1, + "pos": { + "x": -189261, + "y": 390, + "z": -42010 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 90, + "instId": 300005, + "propState": 8, + "pos": { + "x": -210109, + "y": 3429, + "z": 6399 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104005 + }, + { + "groupId": 90, + "instId": 300006, + "propState": 1, + "pos": { + "x": -164622, + "y": 1247, + "z": 32022 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104005 + }, + { + "groupId": 91, + "instId": 300008, + "propState": 1, + "pos": { + "x": 144057, + "y": 56602, + "z": -44774 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104005 + }, + { + "groupId": 91, + "instId": 300009, + "propState": 8, + "pos": { + "x": 246205, + "y": 60637, + "z": 20561 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 91, + "instId": 300010, + "propState": 1, + "pos": { + "x": 213350, + "y": 8501, + "z": -44820 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104005 + }, + { + "groupId": 91, + "instId": 300011, + "propState": 1, + "pos": { + "x": 177926, + "y": 60271, + "z": 20560 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104005 + }, + { + "groupId": 91, + "instId": 300012, + "propState": 8, + "pos": { + "x": 247190, + "y": 10341, + "z": 20565 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 91, + "instId": 300013, + "propState": 8, + "pos": { + "x": 175840, + "y": -23827, + "z": -44798 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104005 + }, + { + "groupId": 94, + "instId": 300001, + "propState": 8, + "pos": { + "x": 242050, + "y": 500, + "z": -44800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104222 + }, + { + "groupId": 94, + "instId": 300002, + "propState": 1, + "pos": { + "x": 241840, + "y": 8701, + "z": -44780 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104221 + }, + { + "groupId": 94, + "instId": 300008, + "propState": 8, + "pos": { + "x": 222712, + "y": 8514, + "z": -39040 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104016 + }, + { + "groupId": 94, + "instId": 300009, + "propState": 8, + "pos": { + "x": 265250, + "y": 2330, + "z": 3083 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104222 + }, + { + "groupId": 94, + "instId": 300010, + "propState": 1, + "pos": { + "x": 265210, + "y": 10539, + "z": 3050 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104221 + }, + { + "groupId": 94, + "instId": 300012, + "propState": 8, + "pos": { + "x": 265220, + "y": 2330, + "z": -82320 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104222 + }, + { + "groupId": 94, + "instId": 300013, + "propState": 1, + "pos": { + "x": 261221, + "y": 10360, + "z": -73399 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104221 + }, + { + "groupId": 94, + "instId": 300015, + "propState": 8, + "pos": { + "x": 308260, + "y": -9030, + "z": -44810 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104222 + }, + { + "groupId": 94, + "instId": 300018, + "propState": 1, + "pos": { + "x": 308260, + "y": -820, + "z": -44810 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104221 + }, + { + "groupId": 94, + "instId": 300024, + "propState": 8, + "pos": { + "x": 327160, + "y": -39860, + "z": -44810 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104222 + }, + { + "groupId": 94, + "instId": 300025, + "propState": 1, + "pos": { + "x": 327160, + "y": -31647, + "z": -44810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104221 + }, + { + "groupId": 99, + "instId": 300001, + "propState": 1, + "pos": { + "x": 288492, + "y": -5646, + "z": -73713 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 99, + "instId": 300002, + "propState": 1, + "pos": { + "x": 288492, + "y": -30343, + "z": -73713 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 99, + "instId": 300003, + "propState": 1, + "pos": { + "x": 290240, + "y": -30415, + "z": -78150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104001 + }, + { + "groupId": 99, + "instId": 300004, + "propState": 1, + "pos": { + "x": 290240, + "y": -5646, + "z": -78150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104013 + }, + { + "groupId": 99, + "instId": 300005, + "propState": 1, + "pos": { + "x": 290240, + "y": -30415, + "z": -78150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104013 + }, + { + "groupId": 102, + "instId": 300003, + "propState": 1, + "pos": { + "x": 195825, + "y": 56663, + "z": -44866 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104014 + }, + { + "groupId": 102, + "instId": 300004, + "propState": 1, + "pos": { + "x": 195825, + "y": 8082, + "z": -44866 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104014 + }, + { + "groupId": 102, + "instId": 300001, + "propState": 1, + "pos": { + "x": 195825, + "y": 56663, + "z": -44866 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104001 + }, + { + "groupId": 102, + "instId": 300002, + "propState": 1, + "pos": { + "x": 195825, + "y": 8082, + "z": -44866 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104001 + }, + { + "groupId": 103, + "instId": 300003, + "propState": 1, + "pos": { + "x": 225490, + "y": 9992, + "z": 20570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104014 + }, + { + "groupId": 103, + "instId": 300004, + "propState": 1, + "pos": { + "x": 225490, + "y": 60313, + "z": 20570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104014 + }, + { + "groupId": 103, + "instId": 300001, + "propState": 1, + "pos": { + "x": 225490, + "y": 9992, + "z": 20570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104001 + }, + { + "groupId": 103, + "instId": 300002, + "propState": 1, + "pos": { + "x": 225490, + "y": 60313, + "z": 20570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104001 + }, + { + "groupId": 104, + "instId": 300001, + "propState": 1, + "pos": { + "x": 171110, + "y": 8358, + "z": 730 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 104, + "instId": 300002, + "propState": 1, + "pos": { + "x": 162650, + "y": 58865, + "z": 5060 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 104, + "instId": 300003, + "propState": 1, + "pos": { + "x": 167510, + "y": 8454, + "z": 4570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104001 + }, + { + "groupId": 104, + "instId": 300004, + "propState": 1, + "pos": { + "x": 167510, + "y": 8454, + "z": 4570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104013 + }, + { + "groupId": 104, + "instId": 300005, + "propState": 1, + "pos": { + "x": 167510, + "y": 58865, + "z": 4570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104013 + }, + { + "groupId": 104, + "instId": 300006, + "propState": 8, + "pos": { + "x": 162530, + "y": 58620, + "z": 3910 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 104, + "instId": 300007, + "propState": 8, + "pos": { + "x": 172569, + "y": 58620, + "z": 5470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 105, + "instId": 300001, + "propState": 8, + "pos": { + "x": 291130, + "y": 10360, + "z": -98510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 105, + "instId": 300002, + "propState": 8, + "pos": { + "x": 331553, + "y": -993, + "z": -66823 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 105, + "instId": 300004, + "propState": 8, + "pos": { + "x": 291130, + "y": 10360, + "z": -98510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 105, + "instId": 300005, + "propState": 8, + "pos": { + "x": 331553, + "y": -993, + "z": -66823 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 107, + "instId": 300001, + "propState": 8, + "pos": { + "x": 265223, + "y": 60653, + "z": 13155 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 107, + "instId": 300002, + "propState": 8, + "pos": { + "x": 265223, + "y": 60653, + "z": -102745 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 107, + "instId": 300004, + "propState": 8, + "pos": { + "x": 265223, + "y": 60653, + "z": 13155 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 107, + "instId": 300005, + "propState": 8, + "pos": { + "x": 265223, + "y": 60653, + "z": -102745 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 110, + "instId": 300003, + "propState": 8, + "pos": { + "x": -39760, + "y": 658638, + "z": 3490 + }, + "rot": { + "x": 0, + "y": 5000, + "z": 0 + }, + "propId": 104218 + }, + { + "groupId": 110, + "instId": 300004, + "propState": 8, + "pos": { + "x": 16920, + "y": 658638, + "z": -36150 + }, + "rot": { + "x": 0, + "y": 245000, + "z": 0 + }, + "propId": 104218 + }, + { + "groupId": 110, + "instId": 300005, + "propState": 8, + "pos": { + "x": 22880, + "y": 658637, + "z": 32690 + }, + "rot": { + "x": 0, + "y": 125000, + "z": 0 + }, + "propId": 104218 + }, + { + "groupId": 116, + "instId": 300001, + "propState": 8, + "pos": { + "x": 295990, + "y": -993, + "z": -44920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104039 + }, + { + "groupId": 116, + "instId": 300002, + "propState": 8, + "pos": { + "x": 291380, + "y": -993, + "z": -45810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104038 + }, + { + "groupId": 116, + "instId": 300003, + "propState": 8, + "pos": { + "x": 290250, + "y": -2030, + "z": -51120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104038 + }, + { + "groupId": 116, + "instId": 300004, + "propState": 8, + "pos": { + "x": 290170, + "y": -5646, + "z": -69170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104038 + }, + { + "groupId": 116, + "instId": 300005, + "propState": 8, + "pos": { + "x": 290250, + "y": -5646, + "z": -74070 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104039 + }, + { + "groupId": 121, + "instId": 300002, + "propState": 8, + "pos": { + "x": 241620, + "y": 42764, + "z": -45470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104089 + }, + { + "groupId": 121, + "instId": 300004, + "propState": 20, + "pos": { + "x": 260170, + "y": 10360, + "z": -111736 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60403 + }, + { + "groupId": 122, + "instId": 300001, + "propState": 8, + "pos": { + "x": 273268, + "y": 65653, + "z": -108688 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104119 + }, + { + "groupId": 122, + "instId": 300002, + "propState": 8, + "pos": { + "x": 275560, + "y": 65653, + "z": 21030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104119 + }, + { + "groupId": 122, + "instId": 300003, + "propState": 8, + "pos": { + "x": 329152, + "y": -26860, + "z": -29716 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104119 + }, + { + "groupId": 123, + "instId": 300001, + "propState": 8, + "pos": { + "x": 327195, + "y": -14791, + "z": -22860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 123, + "instId": 300002, + "propState": 8, + "pos": { + "x": 267114, + "y": 4380, + "z": -64220 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 123, + "instId": 300003, + "propState": 8, + "pos": { + "x": 273340, + "y": 62600, + "z": -108470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 123, + "instId": 300004, + "propState": 8, + "pos": { + "x": 218110, + "y": 27640, + "z": -44930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 123, + "instId": 300005, + "propState": 8, + "pos": { + "x": 265018, + "y": -33574, + "z": 19490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 131, + "instId": 300001, + "propState": 8, + "pos": { + "x": -2970, + "y": -45838, + "z": -250150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 131, + "instId": 300002, + "propState": 8, + "pos": { + "x": 8950, + "y": -46815, + "z": -158040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 131, + "instId": 300003, + "propState": 8, + "pos": { + "x": -94380, + "y": -2505, + "z": -76880 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 131, + "instId": 300004, + "propState": 8, + "pos": { + "x": 68958, + "y": 52301, + "z": -78280 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 131, + "instId": 300005, + "propState": 8, + "pos": { + "x": 156960, + "y": 58865, + "z": 11858 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 131, + "instId": 300006, + "propState": 8, + "pos": { + "x": -17320, + "y": 657845, + "z": -2730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 134, + "instId": 300001, + "propState": 8, + "pos": { + "x": -100977, + "y": -1805, + "z": -66250 + }, + "rot": { + "x": 0, + "y": 338887, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 134, + "instId": 300003, + "propState": 8, + "pos": { + "x": 99282, + "y": 53001, + "z": -85882 + }, + "rot": { + "x": 0, + "y": 43080, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 134, + "instId": 300004, + "propState": 8, + "pos": { + "x": 159812, + "y": 57312, + "z": -48673 + }, + "rot": { + "x": 0, + "y": 56558, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 134, + "instId": 300005, + "propState": 8, + "pos": { + "x": 216568, + "y": 61016, + "z": 22531 + }, + "rot": { + "x": 0, + "y": 245568, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 134, + "instId": 300006, + "propState": 8, + "pos": { + "x": 189580, + "y": 60968, + "z": 16739 + }, + "rot": { + "x": 0, + "y": 47070, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 136, + "instId": 300001, + "propState": 8, + "pos": { + "x": 2490, + "y": -47798, + "z": -67300 + }, + "rot": { + "x": 0, + "y": 81412, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 136, + "instId": 300002, + "propState": 8, + "pos": { + "x": 49474, + "y": -47900, + "z": -45635 + }, + "rot": { + "x": 0, + "y": 312663, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 136, + "instId": 300003, + "propState": 8, + "pos": { + "x": -5446, + "y": -48015, + "z": -106340 + }, + "rot": { + "x": 0, + "y": 18868, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 137, + "instId": 300001, + "propState": 8, + "pos": { + "x": -88760, + "y": 3075, + "z": -3700 + }, + "rot": { + "x": 0, + "y": 70930, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 137, + "instId": 300002, + "propState": 8, + "pos": { + "x": -46470, + "y": 2860, + "z": 2610 + }, + "rot": { + "x": 0, + "y": 355981, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 137, + "instId": 300003, + "propState": 8, + "pos": { + "x": -29800, + "y": 2897, + "z": 42290 + }, + "rot": { + "x": 0, + "y": 67361, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 137, + "instId": 300004, + "propState": 8, + "pos": { + "x": 2740, + "y": 6883, + "z": 41870 + }, + "rot": { + "x": 0, + "y": 182833, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 140, + "instId": 300003, + "propState": 8, + "pos": { + "x": -264267, + "y": 13091, + "z": 77322 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 103074 + }, + { + "groupId": 141, + "instId": 300003, + "propState": 8, + "pos": { + "x": -257216, + "y": 8622, + "z": -100133 + }, + "rot": { + "x": 0, + "y": 167157, + "z": 0 + }, + "propId": 103074 + }, + { + "groupId": 147, + "instId": 300001, + "propState": 12, + "pos": { + "x": 3600, + "y": 6210, + "z": 49660 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 166, + "instId": 300001, + "propState": 8, + "pos": { + "x": -129520, + "y": 533, + "z": -58 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104039 + }, + { + "groupId": 166, + "instId": 300002, + "propState": 8, + "pos": { + "x": -124550, + "y": 533, + "z": 80 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104038 + }, + { + "groupId": 169, + "instId": 300001, + "propState": 18, + "pos": { + "x": -4248, + "y": -44269, + "z": -267146 + }, + "rot": { + "x": 0, + "y": 131943, + "z": 0 + }, + "propId": 104131 + }, + { + "groupId": 169, + "instId": 300002, + "propState": 1, + "pos": { + "x": -3129, + "y": -45838, + "z": -264129 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 169, + "instId": 300004, + "propState": 8, + "pos": { + "x": -4044, + "y": -44219, + "z": -266855 + }, + "rot": { + "x": 0, + "y": 221943, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 170, + "instId": 300001, + "propState": 8, + "pos": { + "x": -183730, + "y": 5487, + "z": -51962 + }, + "rot": { + "x": 0, + "y": 269664, + "z": 0 + }, + "propId": 104131 + }, + { + "groupId": 170, + "instId": 300002, + "propState": 1, + "pos": { + "x": -183450, + "y": 411, + "z": -49004 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 170, + "instId": 300004, + "propState": 8, + "pos": { + "x": -183724, + "y": 5487, + "z": -51508 + }, + "rot": { + "x": 0, + "y": 180726, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 171, + "instId": 300001, + "propState": 18, + "pos": { + "x": -33988, + "y": -47386, + "z": -141189 + }, + "rot": { + "x": 0, + "y": 6463, + "z": 0 + }, + "propId": 104131 + }, + { + "groupId": 171, + "instId": 300002, + "propState": 1, + "pos": { + "x": -33988, + "y": -47386, + "z": -141189 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 171, + "instId": 300004, + "propState": 8, + "pos": { + "x": -33975, + "y": -47057, + "z": -141494 + }, + "rot": { + "x": 0, + "y": 357971, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 172, + "instId": 300001, + "propState": 18, + "pos": { + "x": -87848, + "y": 273, + "z": -84545 + }, + "rot": { + "x": 0, + "y": 50000, + "z": 0 + }, + "propId": 104131 + }, + { + "groupId": 172, + "instId": 300002, + "propState": 1, + "pos": { + "x": -86880, + "y": -2505, + "z": -83600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 172, + "instId": 300004, + "propState": 8, + "pos": { + "x": -87840, + "y": 345, + "z": -84554 + }, + "rot": { + "x": 0, + "y": 224030, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 173, + "instId": 300001, + "propState": 8, + "pos": { + "x": -205968, + "y": 3025, + "z": -14219 + }, + "rot": { + "x": 0, + "y": 76475, + "z": 0 + }, + "propId": 104131 + }, + { + "groupId": 173, + "instId": 300002, + "propState": 1, + "pos": { + "x": -205790, + "y": -56, + "z": -16450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 173, + "instId": 300004, + "propState": 8, + "pos": { + "x": -205656, + "y": 2852, + "z": -15271 + }, + "rot": { + "x": 0, + "y": 341787, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 174, + "instId": 300001, + "propState": 8, + "pos": { + "x": -220013, + "y": 2015, + "z": 69167 + }, + "rot": { + "x": 0, + "y": 961, + "z": 0 + }, + "propId": 104131 + }, + { + "groupId": 174, + "instId": 300002, + "propState": 1, + "pos": { + "x": -217930, + "y": -2581, + "z": 67060 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 174, + "instId": 300004, + "propState": 8, + "pos": { + "x": -220013, + "y": 2228, + "z": 69167 + }, + "rot": { + "x": 0, + "y": 314998, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 175, + "instId": 300001, + "propState": 8, + "pos": { + "x": -118178, + "y": -1212, + "z": 32017 + }, + "rot": { + "x": 0, + "y": 89869, + "z": 0 + }, + "propId": 104131 + }, + { + "groupId": 175, + "instId": 300002, + "propState": 1, + "pos": { + "x": -118178, + "y": -1212, + "z": 32017 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 175, + "instId": 300004, + "propState": 8, + "pos": { + "x": -118775, + "y": -964, + "z": 32017 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 176, + "instId": 300001, + "propState": 8, + "pos": { + "x": -139740, + "y": 7030, + "z": -7430 + }, + "rot": { + "x": 0, + "y": 267767, + "z": 0 + }, + "propId": 104131 + }, + { + "groupId": 176, + "instId": 300002, + "propState": 8, + "pos": { + "x": -151682, + "y": 8540, + "z": -7432 + }, + "rot": { + "x": 0, + "y": 267767, + "z": 0 + }, + "propId": 104131 + }, + { + "groupId": 176, + "instId": 300003, + "propState": 8, + "pos": { + "x": -160172, + "y": 6842, + "z": 1800 + }, + "rot": { + "x": 0, + "y": 167199, + "z": 0 + }, + "propId": 104131 + }, + { + "groupId": 176, + "instId": 300004, + "propState": 8, + "pos": { + "x": -159505, + "y": 6842, + "z": 1800 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 176, + "instId": 300006, + "propState": 1, + "pos": { + "x": -138970, + "y": 533, + "z": -5930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 177, + "instId": 300001, + "propState": 8, + "pos": { + "x": 208049, + "y": 61144, + "z": -44813 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104131 + }, + { + "groupId": 177, + "instId": 300002, + "propState": 1, + "pos": { + "x": 200045, + "y": 56812, + "z": -44801 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 177, + "instId": 300004, + "propState": 8, + "pos": { + "x": 206949, + "y": 61144, + "z": -44799 + }, + "rot": { + "x": 0, + "y": 90704, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 178, + "instId": 300001, + "propState": 8, + "pos": { + "x": -8748, + "y": 659402, + "z": -12489 + }, + "rot": { + "x": 0, + "y": 39428, + "z": 0 + }, + "propId": 104131 + }, + { + "groupId": 178, + "instId": 300002, + "propState": 1, + "pos": { + "x": -11435, + "y": 656516, + "z": -16476 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 178, + "instId": 300004, + "propState": 8, + "pos": { + "x": -8294, + "y": 659420, + "z": -11919 + }, + "rot": { + "x": 0, + "y": 216253, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 190, + "instId": 300002, + "propState": 20, + "pos": { + "x": 277298, + "y": 11180, + "z": -44800 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60403 + }, + { + "groupId": 194, + "instId": 300001, + "propState": 12, + "pos": { + "x": 8034, + "y": -44231, + "z": -225809 + }, + "rot": { + "x": 0, + "y": 313732, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 194, + "instId": 300002, + "propState": 12, + "pos": { + "x": -6435, + "y": -44255, + "z": -186840 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 194, + "instId": 300003, + "propState": 12, + "pos": { + "x": 40407, + "y": -47915, + "z": -146244 + }, + "rot": { + "x": 0, + "y": 225995, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 194, + "instId": 300004, + "propState": 12, + "pos": { + "x": -122555, + "y": -984, + "z": -52275 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 194, + "instId": 300005, + "propState": 12, + "pos": { + "x": -179736, + "y": 1250, + "z": 36920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 194, + "instId": 300006, + "propState": 12, + "pos": { + "x": -116014, + "y": 533, + "z": 2118 + }, + "rot": { + "x": 0, + "y": 226746, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 194, + "instId": 300007, + "propState": 12, + "pos": { + "x": 103167, + "y": 52301, + "z": -67539 + }, + "rot": { + "x": 0, + "y": 181054, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 194, + "instId": 300008, + "propState": 12, + "pos": { + "x": 190235, + "y": 60268, + "z": 26557 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 194, + "instId": 300009, + "propState": 12, + "pos": { + "x": 153690, + "y": 58865, + "z": -19640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 194, + "instId": 300010, + "propState": 12, + "pos": { + "x": 166872, + "y": 8358, + "z": 16380 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 194, + "instId": 300011, + "propState": 12, + "pos": { + "x": 166689, + "y": 7173, + "z": -25887 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 195, + "instId": 300001, + "propState": 12, + "pos": { + "x": -249771, + "y": 3433, + "z": 152 + }, + "rot": { + "x": 0, + "y": 51159, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 195, + "instId": 300002, + "propState": 12, + "pos": { + "x": -263460, + "y": 1636, + "z": -49640 + }, + "rot": { + "x": 0, + "y": 35573, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 195, + "instId": 300003, + "propState": 12, + "pos": { + "x": -296050, + "y": 6608, + "z": -98130 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 195, + "instId": 300004, + "propState": 12, + "pos": { + "x": -288304, + "y": 15075, + "z": 63420 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 195, + "instId": 300005, + "propState": 12, + "pos": { + "x": -209230, + "y": -2611, + "z": 39680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 196, + "instId": 300001, + "propState": 12, + "pos": { + "x": 256020, + "y": 8514, + "z": -39630 + }, + "rot": { + "x": 0, + "y": 323704, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 196, + "instId": 300002, + "propState": 12, + "pos": { + "x": 285009, + "y": 11120, + "z": -56147 + }, + "rot": { + "x": 0, + "y": 322915, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 196, + "instId": 300003, + "propState": 12, + "pos": { + "x": 250523, + "y": 10360, + "z": -110260 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 196, + "instId": 300004, + "propState": 12, + "pos": { + "x": 295840, + "y": 10360, + "z": 20510 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 196, + "instId": 300005, + "propState": 12, + "pos": { + "x": 260970, + "y": -27981, + "z": -22000 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 196, + "instId": 300006, + "propState": 12, + "pos": { + "x": 326757, + "y": -31860, + "z": -15275 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 196, + "instId": 300007, + "propState": 12, + "pos": { + "x": 250564, + "y": 60653, + "z": -109860 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 197, + "instId": 300001, + "propState": 20, + "pos": { + "x": 275215, + "y": 60653, + "z": 21478 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60402 + }, + { + "groupId": 197, + "instId": 300002, + "propState": 8, + "pos": { + "x": 275215, + "y": 60653, + "z": 21478 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 197, + "instId": 300003, + "propState": 8, + "pos": { + "x": 275245, + "y": 60653, + "z": 16488 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 198, + "instId": 300003, + "propState": 8, + "pos": { + "x": 274942, + "y": 62447, + "z": 16313 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103074 + }, + { + "groupId": 199, + "instId": 300001, + "propState": 20, + "pos": { + "x": 303160, + "y": -993, + "z": -31344 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60402 + }, + { + "groupId": 199, + "instId": 300002, + "propState": 8, + "pos": { + "x": 303160, + "y": -993, + "z": -31344 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 199, + "instId": 300003, + "propState": 8, + "pos": { + "x": 331265, + "y": -993, + "z": -22764 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 200, + "instId": 300003, + "propState": 8, + "pos": { + "x": 331454, + "y": 798, + "z": -23063 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103074 + }, + { + "groupId": 201, + "instId": 300001, + "propState": 8, + "pos": { + "x": -16365, + "y": -9790, + "z": 2031 + }, + "rot": { + "x": 0, + "y": 246146, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 201, + "instId": 300002, + "propState": 8, + "pos": { + "x": -46190, + "y": -5790, + "z": -42520 + }, + "rot": { + "x": 0, + "y": 231403, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 201, + "instId": 300003, + "propState": 8, + "pos": { + "x": -52130, + "y": -9790, + "z": -2760 + }, + "rot": { + "x": 0, + "y": 178826, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 202, + "instId": 300001, + "propState": 8, + "pos": { + "x": 17020, + "y": 65250, + "z": -2450 + }, + "rot": { + "x": 0, + "y": 6941, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 202, + "instId": 300002, + "propState": 8, + "pos": { + "x": 11240, + "y": 65050, + "z": 15010 + }, + "rot": { + "x": 0, + "y": 50438, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 202, + "instId": 300003, + "propState": 8, + "pos": { + "x": 48480, + "y": 62816, + "z": 19050 + }, + "rot": { + "x": 0, + "y": 185514, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 202, + "instId": 300004, + "propState": 8, + "pos": { + "x": 34660, + "y": 57050, + "z": -40480 + }, + "rot": { + "x": 0, + "y": 112576, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 205, + "instId": 300001, + "propState": 8, + "pos": { + "x": 119342, + "y": 60763, + "z": -2088 + }, + "rot": { + "x": 0, + "y": 239899, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 205, + "instId": 300002, + "propState": 8, + "pos": { + "x": 66670, + "y": 60600, + "z": -6220 + }, + "rot": { + "x": 0, + "y": 209218, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 205, + "instId": 300003, + "propState": 8, + "pos": { + "x": 45642, + "y": 64600, + "z": -49477 + }, + "rot": { + "x": 0, + "y": 324763, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 206, + "instId": 300001, + "propState": 8, + "pos": { + "x": 118761, + "y": 60600, + "z": 2579 + }, + "rot": { + "x": 0, + "y": 248568, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 206, + "instId": 300002, + "propState": 8, + "pos": { + "x": 67090, + "y": 60600, + "z": -1660 + }, + "rot": { + "x": 0, + "y": 194951, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 206, + "instId": 300003, + "propState": 8, + "pos": { + "x": 41550, + "y": 64600, + "z": -45540 + }, + "rot": { + "x": 0, + "y": 327807, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 206, + "instId": 300004, + "propState": 8, + "pos": { + "x": 50634, + "y": 68495, + "z": -9672 + }, + "rot": { + "x": 0, + "y": 6160, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 206, + "instId": 300005, + "propState": 8, + "pos": { + "x": 28893, + "y": 72600, + "z": 31887 + }, + "rot": { + "x": 0, + "y": 217469, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 207, + "instId": 300001, + "propState": 12, + "pos": { + "x": 32750, + "y": 71950, + "z": 37310 + }, + "rot": { + "x": 0, + "y": 137605, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 211, + "instId": 300001, + "propState": 8, + "pos": { + "x": -215907, + "y": 644, + "z": -14375 + }, + "rot": { + "x": 0, + "y": 336713, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 211, + "instId": 300002, + "propState": 8, + "pos": { + "x": -246687, + "y": 642, + "z": -17900 + }, + "rot": { + "x": 0, + "y": 176253, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 211, + "instId": 300003, + "propState": 8, + "pos": { + "x": -263454, + "y": 7513, + "z": -104831 + }, + "rot": { + "x": 0, + "y": 297242, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 211, + "instId": 300004, + "propState": 8, + "pos": { + "x": -272620, + "y": 15775, + "z": 56940 + }, + "rot": { + "x": 0, + "y": 88749, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 211, + "instId": 300005, + "propState": 8, + "pos": { + "x": -278900, + "y": 11830, + "z": 79560 + }, + "rot": { + "x": 0, + "y": 179322, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 211, + "instId": 300006, + "propState": 8, + "pos": { + "x": -257183, + "y": 1146, + "z": 56840 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 211, + "instId": 300007, + "propState": 8, + "pos": { + "x": -224838, + "y": 1146, + "z": 48221 + }, + "rot": { + "x": 0, + "y": 208290, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 212, + "instId": 300001, + "propState": 8, + "pos": { + "x": 252538, + "y": 9214, + "z": -47852 + }, + "rot": { + "x": 0, + "y": 323349, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 212, + "instId": 300002, + "propState": 8, + "pos": { + "x": 261840, + "y": 11742, + "z": -61708 + }, + "rot": { + "x": 0, + "y": 157643, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 212, + "instId": 300003, + "propState": 8, + "pos": { + "x": 297343, + "y": -293, + "z": -40686 + }, + "rot": { + "x": 0, + "y": 218079, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 212, + "instId": 300004, + "propState": 8, + "pos": { + "x": 287380, + "y": -4946, + "z": -64120 + }, + "rot": { + "x": 0, + "y": 276400, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 212, + "instId": 300005, + "propState": 8, + "pos": { + "x": 295755, + "y": -31160, + "z": -32038 + }, + "rot": { + "x": 0, + "y": 118317, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 212, + "instId": 300006, + "propState": 8, + "pos": { + "x": 261765, + "y": 11060, + "z": 24758 + }, + "rot": { + "x": 0, + "y": 268062, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 213, + "instId": 300001, + "propState": 8, + "pos": { + "x": 265223, + "y": 60653, + "z": 13126 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104020 + }, + { + "groupId": 213, + "instId": 300002, + "propState": 8, + "pos": { + "x": 265223, + "y": 60753, + "z": 13126 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104159 + }, + { + "groupId": 213, + "instId": 300004, + "propState": 8, + "pos": { + "x": 265223, + "y": 60653, + "z": 13126 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 214, + "instId": 300001, + "propState": 8, + "pos": { + "x": 265223, + "y": 60653, + "z": -102745 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 214, + "instId": 300002, + "propState": 8, + "pos": { + "x": 265223, + "y": 60653, + "z": -102745 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 215, + "instId": 300001, + "propState": 12, + "pos": { + "x": 290713, + "y": -29412, + "z": -54132 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 215, + "instId": 300002, + "propState": 8, + "pos": { + "x": 290713, + "y": -29312, + "z": -54132 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104159 + }, + { + "groupId": 215, + "instId": 300004, + "propState": 8, + "pos": { + "x": 290713, + "y": -29412, + "z": -54132 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 216, + "instId": 300001, + "propState": 12, + "pos": { + "x": 290713, + "y": -29412, + "z": -54132 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 220, + "instId": 300001, + "propState": 8, + "pos": { + "x": 4933, + "y": -44255, + "z": -218402 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 220, + "instId": 300003, + "propState": 8, + "pos": { + "x": -4920, + "y": -44255, + "z": -218402 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 220, + "instId": 300009, + "propState": 8, + "pos": { + "x": 4910, + "y": -44255, + "z": -181312 + }, + "rot": { + "x": 0, + "y": 223796, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 220, + "instId": 300010, + "propState": 8, + "pos": { + "x": -27310, + "y": -47945, + "z": -146030 + }, + "rot": { + "x": 0, + "y": 227528, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 220, + "instId": 300020, + "propState": 8, + "pos": { + "x": 39190, + "y": -47945, + "z": -146679 + }, + "rot": { + "x": 0, + "y": 255190, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 220, + "instId": 300021, + "propState": 8, + "pos": { + "x": 40499, + "y": -47945, + "z": -147853 + }, + "rot": { + "x": 0, + "y": 192860, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 220, + "instId": 300011, + "propState": 8, + "pos": { + "x": -37849, + "y": -47945, + "z": -155866 + }, + "rot": { + "x": 0, + "y": 53082, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 220, + "instId": 300004, + "propState": 8, + "pos": { + "x": -126361, + "y": -984, + "z": -48526 + }, + "rot": { + "x": 0, + "y": 87441, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 220, + "instId": 300005, + "propState": 8, + "pos": { + "x": -126457, + "y": -984, + "z": -35525 + }, + "rot": { + "x": 0, + "y": 101149, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 220, + "instId": 300025, + "propState": 8, + "pos": { + "x": -81735, + "y": -2505, + "z": -83223 + }, + "rot": { + "x": 0, + "y": 86633, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 220, + "instId": 300007, + "propState": 8, + "pos": { + "x": -153875, + "y": 411, + "z": -47474 + }, + "rot": { + "x": 0, + "y": 7603, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 220, + "instId": 300008, + "propState": 8, + "pos": { + "x": -183825, + "y": 411, + "z": -36132 + }, + "rot": { + "x": 0, + "y": 170063, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 220, + "instId": 300018, + "propState": 8, + "pos": { + "x": -193090, + "y": 3433, + "z": 529 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 220, + "instId": 300019, + "propState": 8, + "pos": { + "x": -184800, + "y": 2373, + "z": 16000 + }, + "rot": { + "x": 0, + "y": 90244, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 220, + "instId": 300022, + "propState": 8, + "pos": { + "x": -146333, + "y": -441, + "z": 40892 + }, + "rot": { + "x": 0, + "y": 227081, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 220, + "instId": 300023, + "propState": 8, + "pos": { + "x": -157122, + "y": 533, + "z": -4504 + }, + "rot": { + "x": 0, + "y": 45130, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 220, + "instId": 300013, + "propState": 8, + "pos": { + "x": -135531, + "y": 533, + "z": 6039 + }, + "rot": { + "x": 0, + "y": 308310, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 220, + "instId": 300026, + "propState": 8, + "pos": { + "x": -96302, + "y": 2050, + "z": 7520 + }, + "rot": { + "x": 0, + "y": 214785, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 220, + "instId": 300027, + "propState": 8, + "pos": { + "x": 93140, + "y": 52301, + "z": -74800 + }, + "rot": { + "x": 0, + "y": 134161, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 220, + "instId": 300028, + "propState": 8, + "pos": { + "x": 106617, + "y": 54149, + "z": -39808 + }, + "rot": { + "x": 0, + "y": 130466, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 220, + "instId": 300014, + "propState": 8, + "pos": { + "x": 131212, + "y": 55220, + "z": -50247 + }, + "rot": { + "x": 0, + "y": 52560, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 220, + "instId": 300029, + "propState": 8, + "pos": { + "x": 157634, + "y": 56612, + "z": -40066 + }, + "rot": { + "x": 0, + "y": 224980, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 220, + "instId": 300036, + "propState": 8, + "pos": { + "x": 168687, + "y": 58865, + "z": -7233 + }, + "rot": { + "x": 0, + "y": 316344, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 220, + "instId": 300037, + "propState": 8, + "pos": { + "x": 130155, + "y": 57978, + "z": 26044 + }, + "rot": { + "x": 0, + "y": 129894, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 220, + "instId": 300038, + "propState": 8, + "pos": { + "x": 175032, + "y": 7173, + "z": -22463 + }, + "rot": { + "x": 0, + "y": 323937, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 220, + "instId": 300039, + "propState": 8, + "pos": { + "x": 175089, + "y": 8358, + "z": 14812 + }, + "rot": { + "x": 0, + "y": 226282, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 220, + "instId": 300024, + "propState": 8, + "pos": { + "x": 146729, + "y": 3774, + "z": 5054 + }, + "rot": { + "x": 0, + "y": 226282, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 220, + "instId": 300040, + "propState": 8, + "pos": { + "x": 157159, + "y": 8358, + "z": -6879 + }, + "rot": { + "x": 0, + "y": 145767, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 221, + "instId": 300012, + "propState": 8, + "pos": { + "x": -222710, + "y": 3433, + "z": 13790 + }, + "rot": { + "x": 0, + "y": 200788, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 221, + "instId": 300015, + "propState": 8, + "pos": { + "x": -223610, + "y": 15075, + "z": 52660 + }, + "rot": { + "x": 0, + "y": 316537, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 221, + "instId": 300016, + "propState": 8, + "pos": { + "x": -223782, + "y": 11097, + "z": 82231 + }, + "rot": { + "x": 0, + "y": 323884, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 221, + "instId": 300017, + "propState": 8, + "pos": { + "x": -240850, + "y": -258, + "z": -43150 + }, + "rot": { + "x": 0, + "y": 52560, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 221, + "instId": 300002, + "propState": 8, + "pos": { + "x": -277245, + "y": 446, + "z": 42575 + }, + "rot": { + "x": 0, + "y": 358412, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 221, + "instId": 300006, + "propState": 8, + "pos": { + "x": -201654, + "y": -2581, + "z": 42549 + }, + "rot": { + "x": 0, + "y": 323220, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 222, + "instId": 300030, + "propState": 8, + "pos": { + "x": 269872, + "y": 10360, + "z": -18738 + }, + "rot": { + "x": 0, + "y": 224980, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 222, + "instId": 300031, + "propState": 8, + "pos": { + "x": 270086, + "y": 10360, + "z": -72735 + }, + "rot": { + "x": 0, + "y": 301472, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 222, + "instId": 300001, + "propState": 8, + "pos": { + "x": 286492, + "y": 10360, + "z": -102269 + }, + "rot": { + "x": 0, + "y": 224902, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 222, + "instId": 300002, + "propState": 8, + "pos": { + "x": 287740, + "y": 10360, + "z": -103510 + }, + "rot": { + "x": 0, + "y": 224902, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 222, + "instId": 300032, + "propState": 8, + "pos": { + "x": 252957, + "y": 8514, + "z": -41395 + }, + "rot": { + "x": 0, + "y": 309265, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 222, + "instId": 300033, + "propState": 8, + "pos": { + "x": 293275, + "y": 3675, + "z": -23972 + }, + "rot": { + "x": 0, + "y": 305551, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 222, + "instId": 300034, + "propState": 8, + "pos": { + "x": 303974, + "y": -993, + "z": -58484 + }, + "rot": { + "x": 0, + "y": 357327, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 222, + "instId": 300003, + "propState": 8, + "pos": { + "x": 344606, + "y": -993, + "z": -65545 + }, + "rot": { + "x": 0, + "y": 263266, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 222, + "instId": 300004, + "propState": 8, + "pos": { + "x": 340388, + "y": -993, + "z": -15526 + }, + "rot": { + "x": 0, + "y": 179658, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 222, + "instId": 300006, + "propState": 8, + "pos": { + "x": 328830, + "y": -31860, + "z": -55360 + }, + "rot": { + "x": 0, + "y": 358839, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 222, + "instId": 300007, + "propState": 8, + "pos": { + "x": 327170, + "y": -31860, + "z": -55390 + }, + "rot": { + "x": 0, + "y": 358839, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 222, + "instId": 300008, + "propState": 8, + "pos": { + "x": 325420, + "y": -31860, + "z": -55420 + }, + "rot": { + "x": 0, + "y": 358839, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 222, + "instId": 300009, + "propState": 8, + "pos": { + "x": 309239, + "y": -30303, + "z": -65208 + }, + "rot": { + "x": 0, + "y": 323911, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 222, + "instId": 300010, + "propState": 8, + "pos": { + "x": 249925, + "y": 10360, + "z": 15175 + }, + "rot": { + "x": 0, + "y": 48976, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 222, + "instId": 300011, + "propState": 8, + "pos": { + "x": 284895, + "y": 10360, + "z": 13150 + }, + "rot": { + "x": 0, + "y": 306513, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 222, + "instId": 300012, + "propState": 8, + "pos": { + "x": 286040, + "y": 10360, + "z": 14690 + }, + "rot": { + "x": 0, + "y": 306513, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 222, + "instId": 300013, + "propState": 8, + "pos": { + "x": 287188, + "y": 10360, + "z": 16233 + }, + "rot": { + "x": 0, + "y": 306513, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 223, + "instId": 300001, + "propState": 8, + "pos": { + "x": -256290, + "y": 11097, + "z": 97980 + }, + "rot": { + "x": 0, + "y": 118353, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 223, + "instId": 300002, + "propState": 8, + "pos": { + "x": -256290, + "y": 11097, + "z": 97980 + }, + "rot": { + "x": 0, + "y": 118353, + "z": 0 + }, + "propId": 104023 + }, + { + "groupId": 223, + "instId": 300003, + "propState": 20, + "pos": { + "x": -267117, + "y": 446, + "z": 53644 + }, + "rot": { + "x": 0, + "y": 152876, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 223, + "instId": 300004, + "propState": 1, + "pos": { + "x": -267117, + "y": 446, + "z": 53644 + }, + "rot": { + "x": 0, + "y": 152876, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 225, + "instId": 300001, + "propState": 8, + "pos": { + "x": -26910, + "y": 659610, + "z": 9010 + }, + "rot": { + "x": 0, + "y": 68932, + "z": 0 + }, + "propId": 113 + }, + { + "groupId": 226, + "instId": 300001, + "propState": 8, + "pos": { + "x": 257385, + "y": -14937, + "z": -65950 + }, + "rot": { + "x": 0, + "y": 47319, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 226, + "instId": 300002, + "propState": 8, + "pos": { + "x": 257385, + "y": -14937, + "z": -65950 + }, + "rot": { + "x": 0, + "y": 47319, + "z": 0 + }, + "propId": 104023 + }, + { + "groupId": 226, + "instId": 300003, + "propState": 20, + "pos": { + "x": 291700, + "y": -5646, + "z": -61735 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 226, + "instId": 300004, + "propState": 1, + "pos": { + "x": 291700, + "y": -5646, + "z": -61735 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 239, + "instId": 300001, + "propState": 11, + "pos": { + "x": -282981, + "y": 1636, + "z": -97802 + }, + "rot": { + "x": 0, + "y": 39330, + "z": 0 + }, + "propId": 104046 + }, + { + "groupId": 240, + "instId": 300001, + "propState": 11, + "pos": { + "x": 329654, + "y": -31540, + "z": -66766 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104046 + }, + { + "groupId": 241, + "instId": 300001, + "propState": 11, + "pos": { + "x": 136329, + "y": 4710, + "z": -31 + }, + "rot": { + "x": 0, + "y": 90434, + "z": 0 + }, + "propId": 104046 + }, + { + "groupId": 243, + "instId": 300001, + "propState": 18, + "pos": { + "x": 5, + "y": -46690, + "z": -152570 + }, + "rot": { + "x": 0, + "y": 141121, + "z": 0 + }, + "propId": 104162 + }, + { + "groupId": 243, + "instId": 300002, + "propState": 18, + "pos": { + "x": -157607, + "y": 538, + "z": -4980 + }, + "rot": { + "x": 0, + "y": 235753, + "z": 0 + }, + "propId": 104094 + } + ], + "monsters": [ + { + "groupId": 138, + "instId": 200001, + "eventId": 20431031, + "pos": { + "x": -32460, + "y": -6340, + "z": -38000 + }, + "rot": { + "x": 0, + "y": 97910, + "z": 0 + }, + "monsterId": 4032040 + }, + { + "groupId": 138, + "instId": 200002, + "eventId": 20431032, + "pos": { + "x": -31350, + "y": -6340, + "z": -33640 + }, + "rot": { + "x": 0, + "y": 67181, + "z": 0 + }, + "monsterId": 4032050 + }, + { + "groupId": 203, + "instId": 200001, + "eventId": 20431034, + "pos": { + "x": 33749, + "y": 64500, + "z": 38526 + }, + "rot": { + "x": 0, + "y": 327562, + "z": 0 + }, + "monsterId": 4032050 + }, + { + "groupId": 208, + "instId": 200001, + "eventId": 20431036, + "pos": { + "x": 67019, + "y": 60300, + "z": 3308 + }, + "rot": { + "x": 0, + "y": 327562, + "z": 0 + }, + "monsterId": 4032050 + }, + { + "groupId": 209, + "instId": 200001, + "eventId": 20431038, + "pos": { + "x": 51000, + "y": 64050, + "z": -52430 + }, + "rot": { + "x": 0, + "y": 152862, + "z": 0 + }, + "monsterId": 4032040 + }, + { + "groupId": 210, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 237852, + "y": 83706, + "z": -2202 + }, + "rot": { + "x": 0, + "y": 119449, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 217, + "instId": 200001, + "eventId": 20431021, + "pos": { + "x": 155050, + "y": 8358, + "z": 9430 + }, + "rot": { + "x": 0, + "y": 269048, + "z": 0 + }, + "monsterId": 4032050 + }, + { + "groupId": 217, + "instId": 200002, + "eventId": 20431022, + "pos": { + "x": 154979, + "y": 8358, + "z": 5369 + }, + "rot": { + "x": 0, + "y": 291935, + "z": 0 + }, + "monsterId": 4032040 + }, + { + "groupId": 218, + "instId": 200001, + "eventId": 20431001, + "pos": { + "x": -275326, + "y": 1636, + "z": -41648 + }, + "rot": { + "x": 0, + "y": 27391, + "z": 0 + }, + "monsterId": 4032040 + }, + { + "groupId": 218, + "instId": 200002, + "eventId": 20431002, + "pos": { + "x": -273120, + "y": 1636, + "z": -43280 + }, + "rot": { + "x": 0, + "y": 1898, + "z": 0 + }, + "monsterId": 4032050 + }, + { + "groupId": 218, + "instId": 200003, + "eventId": 20431003, + "pos": { + "x": -293177, + "y": 1636, + "z": -43217 + }, + "rot": { + "x": 0, + "y": 238429, + "z": 0 + }, + "monsterId": 4032040 + }, + { + "groupId": 218, + "instId": 200004, + "eventId": 20431004, + "pos": { + "x": -264030, + "y": 15075, + "z": 50050 + }, + "rot": { + "x": 0, + "y": 203212, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 218, + "instId": 200005, + "eventId": 20431005, + "pos": { + "x": -266240, + "y": 446, + "z": 40770 + }, + "rot": { + "x": 0, + "y": 140242, + "z": 0 + }, + "monsterId": 4032050 + }, + { + "groupId": 218, + "instId": 200006, + "eventId": 20431006, + "pos": { + "x": -261660, + "y": 446, + "z": 42870 + }, + "rot": { + "x": 0, + "y": 183762, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 218, + "instId": 200007, + "eventId": 20431007, + "pos": { + "x": -209063, + "y": -2611, + "z": 63542 + }, + "rot": { + "x": 0, + "y": 326459, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 218, + "instId": 200008, + "eventId": 20431008, + "pos": { + "x": -203270, + "y": -2611, + "z": 48350 + }, + "rot": { + "x": 0, + "y": 353898, + "z": 0 + }, + "monsterId": 4032040 + }, + { + "groupId": 218, + "instId": 200009, + "eventId": 20431009, + "pos": { + "x": -206400, + "y": -2611, + "z": 58650 + }, + "rot": { + "x": 0, + "y": 131177, + "z": 0 + }, + "monsterId": 4032050 + }, + { + "groupId": 219, + "instId": 200001, + "eventId": 20431011, + "pos": { + "x": 290980, + "y": 10360, + "z": 9670 + }, + "rot": { + "x": 0, + "y": 142961, + "z": 0 + }, + "monsterId": 4032050 + }, + { + "groupId": 219, + "instId": 200002, + "eventId": 20431012, + "pos": { + "x": 294339, + "y": 10360, + "z": 11912 + }, + "rot": { + "x": 0, + "y": 160994, + "z": 0 + }, + "monsterId": 4032040 + }, + { + "groupId": 219, + "instId": 200003, + "eventId": 20431013, + "pos": { + "x": 342904, + "y": -993, + "z": -20279 + }, + "rot": { + "x": 0, + "y": 59434, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 219, + "instId": 200004, + "eventId": 20431014, + "pos": { + "x": 340757, + "y": -993, + "z": -17676 + }, + "rot": { + "x": 0, + "y": 88593, + "z": 0 + }, + "monsterId": 4032050 + }, + { + "groupId": 219, + "instId": 200005, + "eventId": 20431015, + "pos": { + "x": 327932, + "y": -31615, + "z": -21451 + }, + "rot": { + "x": 0, + "y": 265565, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 219, + "instId": 200006, + "eventId": 20431016, + "pos": { + "x": 327880, + "y": -31615, + "z": -23860 + }, + "rot": { + "x": 0, + "y": 265565, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 219, + "instId": 200007, + "eventId": 20431017, + "pos": { + "x": 324956, + "y": -31633, + "z": -22953 + }, + "rot": { + "x": 0, + "y": 88593, + "z": 0 + }, + "monsterId": 4032040 + }, + { + "groupId": 229, + "instId": 200001, + "eventId": 20431101, + "pos": { + "x": -275326, + "y": 1636, + "z": -41648 + }, + "rot": { + "x": 0, + "y": 27391, + "z": 0 + }, + "monsterId": 4032040 + }, + { + "groupId": 229, + "instId": 200002, + "eventId": 20431102, + "pos": { + "x": -273120, + "y": 1636, + "z": -43280 + }, + "rot": { + "x": 0, + "y": 1898, + "z": 0 + }, + "monsterId": 4032050 + }, + { + "groupId": 229, + "instId": 200003, + "eventId": 20431103, + "pos": { + "x": -293177, + "y": 1636, + "z": -43217 + }, + "rot": { + "x": 0, + "y": 238429, + "z": 0 + }, + "monsterId": 4032040 + }, + { + "groupId": 229, + "instId": 200004, + "eventId": 20431104, + "pos": { + "x": -264030, + "y": 15075, + "z": 50050 + }, + "rot": { + "x": 0, + "y": 203212, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 229, + "instId": 200005, + "eventId": 20431105, + "pos": { + "x": -266240, + "y": 446, + "z": 40770 + }, + "rot": { + "x": 0, + "y": 140242, + "z": 0 + }, + "monsterId": 4032050 + }, + { + "groupId": 229, + "instId": 200006, + "eventId": 20431106, + "pos": { + "x": -261660, + "y": 446, + "z": 42870 + }, + "rot": { + "x": 0, + "y": 183762, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 229, + "instId": 200007, + "eventId": 20431107, + "pos": { + "x": -209063, + "y": -2611, + "z": 63542 + }, + "rot": { + "x": 0, + "y": 326459, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 229, + "instId": 200008, + "eventId": 20431108, + "pos": { + "x": -203270, + "y": -2611, + "z": 48350 + }, + "rot": { + "x": 0, + "y": 353898, + "z": 0 + }, + "monsterId": 4032040 + }, + { + "groupId": 229, + "instId": 200009, + "eventId": 20431109, + "pos": { + "x": -206400, + "y": -2611, + "z": 58650 + }, + "rot": { + "x": 0, + "y": 131177, + "z": 0 + }, + "monsterId": 4032050 + }, + { + "groupId": 230, + "instId": 200001, + "eventId": 20431111, + "pos": { + "x": 290980, + "y": 10360, + "z": 9670 + }, + "rot": { + "x": 0, + "y": 142961, + "z": 0 + }, + "monsterId": 4032050 + }, + { + "groupId": 230, + "instId": 200002, + "eventId": 20431112, + "pos": { + "x": 294339, + "y": 10360, + "z": 11912 + }, + "rot": { + "x": 0, + "y": 160994, + "z": 0 + }, + "monsterId": 4032040 + }, + { + "groupId": 230, + "instId": 200003, + "eventId": 20431113, + "pos": { + "x": 342904, + "y": -993, + "z": -20279 + }, + "rot": { + "x": 0, + "y": 59434, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 230, + "instId": 200004, + "eventId": 20431114, + "pos": { + "x": 340757, + "y": -993, + "z": -17676 + }, + "rot": { + "x": 0, + "y": 88593, + "z": 0 + }, + "monsterId": 4032050 + }, + { + "groupId": 230, + "instId": 200005, + "eventId": 20431115, + "pos": { + "x": 327932, + "y": -31615, + "z": -21451 + }, + "rot": { + "x": 0, + "y": 265565, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 230, + "instId": 200006, + "eventId": 20431116, + "pos": { + "x": 327880, + "y": -31615, + "z": -23860 + }, + "rot": { + "x": 0, + "y": 265565, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 230, + "instId": 200007, + "eventId": 20431117, + "pos": { + "x": 324956, + "y": -31633, + "z": -22953 + }, + "rot": { + "x": 0, + "y": 88593, + "z": 0 + }, + "monsterId": 4032040 + }, + { + "groupId": 231, + "instId": 200001, + "eventId": 20431121, + "pos": { + "x": 155050, + "y": 8358, + "z": 9430 + }, + "rot": { + "x": 0, + "y": 269048, + "z": 0 + }, + "monsterId": 4032050 + }, + { + "groupId": 231, + "instId": 200002, + "eventId": 20431122, + "pos": { + "x": 154979, + "y": 8358, + "z": 5369 + }, + "rot": { + "x": 0, + "y": 291935, + "z": 0 + }, + "monsterId": 4032040 + }, + { + "groupId": 232, + "instId": 200001, + "eventId": 20431131, + "pos": { + "x": -32460, + "y": -6340, + "z": -38000 + }, + "rot": { + "x": 0, + "y": 97910, + "z": 0 + }, + "monsterId": 4032040 + }, + { + "groupId": 232, + "instId": 200002, + "eventId": 20431132, + "pos": { + "x": -31350, + "y": -6340, + "z": -33640 + }, + "rot": { + "x": 0, + "y": 67181, + "z": 0 + }, + "monsterId": 4032050 + }, + { + "groupId": 233, + "instId": 200001, + "eventId": 20431134, + "pos": { + "x": 33749, + "y": 64500, + "z": 38526 + }, + "rot": { + "x": 0, + "y": 327562, + "z": 0 + }, + "monsterId": 4032050 + }, + { + "groupId": 236, + "instId": 200001, + "eventId": 20431136, + "pos": { + "x": 67019, + "y": 60300, + "z": 3308 + }, + "rot": { + "x": 0, + "y": 327562, + "z": 0 + }, + "monsterId": 4032050 + }, + { + "groupId": 237, + "instId": 200001, + "eventId": 20431138, + "pos": { + "x": 51000, + "y": 64050, + "z": -52430 + }, + "rot": { + "x": 0, + "y": 152862, + "z": 0 + }, + "monsterId": 4032040 + } + ], + "teleports": [ + { + "anchorId": 1, + "groupId": 131, + "instId": 300001, + "pos": { + "x": 5, + "y": -45838, + "z": -256208 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2043101 + }, + { + "anchorId": 2, + "groupId": 131, + "instId": 300002, + "pos": { + "x": -3, + "y": -46690, + "z": -152573 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2043102 + }, + { + "anchorId": 3, + "groupId": 131, + "instId": 300003, + "pos": { + "x": -90910, + "y": -2505, + "z": -74300 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "teleportId": 2043103 + }, + { + "anchorId": 4, + "groupId": 131, + "instId": 300004, + "pos": { + "x": 72120, + "y": 52301, + "z": -72060 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "teleportId": 2043104 + }, + { + "anchorId": 5, + "groupId": 131, + "instId": 300005, + "pos": { + "x": 163535, + "y": 58865, + "z": 20570 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "teleportId": 2043105 + }, + { + "anchorId": 6, + "groupId": 131, + "instId": 300006, + "pos": { + "x": -16360, + "y": 657846, + "z": 2360 + }, + "rot": { + "x": 0, + "y": 100000, + "z": 0 + }, + "teleportId": 2043106 + }, + { + "anchorId": 1, + "groupId": 225, + "instId": 300001, + "pos": { + "x": -26060, + "y": 659610, + "z": 6790 + }, + "rot": { + "x": 0, + "y": 338932, + "z": 0 + }, + "teleportId": 1307 + } + ] + }, + { + "planeID": 20432, + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": -68438, + "y": -622237, + "z": 9466 + }, + "rot": { + "x": 0, + "y": 189121, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 8, + "pos": { + "x": -68438, + "y": -622237, + "z": 9466 + }, + "rot": { + "x": 0, + "y": 69828, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 8, + "pos": { + "x": -50593, + "y": -616633, + "z": -40794 + }, + "rot": { + "x": 0, + "y": 317286, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 8, + "pos": { + "x": -50593, + "y": -616633, + "z": -40794 + }, + "rot": { + "x": 0, + "y": 76771, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 51, + "instId": 300001, + "propState": 8, + "pos": { + "x": -33998, + "y": -47945, + "z": -144694 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 51, + "instId": 300003, + "propState": 8, + "pos": { + "x": -99797, + "y": 2014, + "z": -3212 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104020 + }, + { + "groupId": 51, + "instId": 300005, + "propState": 8, + "pos": { + "x": -33998, + "y": -47945, + "z": -144694 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 52, + "instId": 300002, + "propState": 1, + "pos": { + "x": 0, + "y": -46820, + "z": -112786 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 53, + "instId": 300002, + "propState": 1, + "pos": { + "x": 129604, + "y": 61765, + "z": 54 + }, + "rot": { + "x": 0, + "y": 270001, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 63, + "instId": 300001, + "propState": 8, + "pos": { + "x": 34006, + "y": -47945, + "z": -144715 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 63, + "instId": 300003, + "propState": 8, + "pos": { + "x": 135047, + "y": 4708, + "z": 30 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104020 + }, + { + "groupId": 63, + "instId": 300005, + "propState": 8, + "pos": { + "x": 34006, + "y": -47945, + "z": -144715 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 64, + "instId": 300001, + "propState": 8, + "pos": { + "x": -278789, + "y": -5505, + "z": 78630 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 64, + "instId": 300002, + "propState": 8, + "pos": { + "x": -278789, + "y": -5505, + "z": 78630 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 64, + "instId": 300003, + "propState": 8, + "pos": { + "x": -236880, + "y": -14967, + "z": 88040 + }, + "rot": { + "x": 0, + "y": 269999, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 64, + "instId": 300004, + "propState": 8, + "pos": { + "x": -236880, + "y": -14967, + "z": 88040 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 65, + "instId": 300001, + "propState": 8, + "pos": { + "x": -306300, + "y": -16561, + "z": 42670 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 65, + "instId": 300002, + "propState": 8, + "pos": { + "x": -306300, + "y": -16561, + "z": 42670 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 65, + "instId": 300003, + "propState": 8, + "pos": { + "x": -306656, + "y": -20297, + "z": -12820 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 65, + "instId": 300004, + "propState": 8, + "pos": { + "x": -306656, + "y": -20297, + "z": -12820 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 69, + "instId": 300001, + "propState": 8, + "pos": { + "x": 14640, + "y": -46815, + "z": -158040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 69, + "instId": 300002, + "propState": 8, + "pos": { + "x": 43212, + "y": -616704, + "z": -53748 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 69, + "instId": 300003, + "propState": 8, + "pos": { + "x": 54945, + "y": -651487, + "z": 46016 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 69, + "instId": 300004, + "propState": 8, + "pos": { + "x": -122139, + "y": 533, + "z": 4324 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 69, + "instId": 300005, + "propState": 8, + "pos": { + "x": 171010, + "y": -23827, + "z": -39444 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 69, + "instId": 300006, + "propState": 8, + "pos": { + "x": 156960, + "y": 58865, + "z": 11858 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 71, + "instId": 300001, + "propState": 1, + "pos": { + "x": -139175, + "y": -30192, + "z": -11810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 71, + "instId": 300002, + "propState": 1, + "pos": { + "x": -133130, + "y": 533, + "z": -14262 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 71, + "instId": 300003, + "propState": 1, + "pos": { + "x": -137422, + "y": -30264, + "z": -16003 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104001 + }, + { + "groupId": 71, + "instId": 300004, + "propState": 1, + "pos": { + "x": -137422, + "y": -30264, + "z": -16003 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104013 + }, + { + "groupId": 71, + "instId": 300005, + "propState": 1, + "pos": { + "x": -137422, + "y": 530, + "z": -16003 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104013 + }, + { + "groupId": 73, + "instId": 300003, + "propState": 1, + "pos": { + "x": 195825, + "y": 8082, + "z": -44866 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104014 + }, + { + "groupId": 73, + "instId": 300004, + "propState": 1, + "pos": { + "x": 195825, + "y": -23899, + "z": -44866 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104014 + }, + { + "groupId": 73, + "instId": 300001, + "propState": 1, + "pos": { + "x": 195825, + "y": 8082, + "z": -44866 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104001 + }, + { + "groupId": 73, + "instId": 300002, + "propState": 1, + "pos": { + "x": 195825, + "y": -23899, + "z": -44866 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104001 + }, + { + "groupId": 75, + "instId": 300001, + "propState": 1, + "pos": { + "x": 332730, + "y": 134563, + "z": -44816 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104214 + }, + { + "groupId": 75, + "instId": 300002, + "propState": 1, + "pos": { + "x": 221890, + "y": 8514, + "z": -49280 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 75, + "instId": 300003, + "propState": 8, + "pos": { + "x": 277290, + "y": 11180, + "z": -44900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 75, + "instId": 300004, + "propState": 8, + "pos": { + "x": 265370, + "y": 10461, + "z": 19630 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 75, + "instId": 300005, + "propState": 8, + "pos": { + "x": 265197, + "y": 60653, + "z": 13110 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 75, + "instId": 300013, + "propState": 8, + "pos": { + "x": 290990, + "y": -29412, + "z": -55310 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 75, + "instId": 300007, + "propState": 1, + "pos": { + "x": 221730, + "y": 8514, + "z": -49300 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 104206 + }, + { + "groupId": 75, + "instId": 300008, + "propState": 8, + "pos": { + "x": 277256, + "y": 11180, + "z": -44762 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104206 + }, + { + "groupId": 75, + "instId": 300009, + "propState": 8, + "pos": { + "x": 265219, + "y": 10536, + "z": 19637 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104206 + }, + { + "groupId": 75, + "instId": 300010, + "propState": 8, + "pos": { + "x": 265225, + "y": 60653, + "z": 12532 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104206 + }, + { + "groupId": 75, + "instId": 300011, + "propState": 8, + "pos": { + "x": 290711, + "y": -29412, + "z": -55282 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104206 + }, + { + "groupId": 75, + "instId": 300012, + "propState": 8, + "pos": { + "x": 6290, + "y": -4656, + "z": 146768 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104173 + }, + { + "groupId": 77, + "instId": 300001, + "propState": 8, + "pos": { + "x": 263493, + "y": -14952, + "z": -65864 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104020 + }, + { + "groupId": 77, + "instId": 300002, + "propState": 8, + "pos": { + "x": 291202, + "y": 10988, + "z": -95743 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104020 + }, + { + "groupId": 78, + "instId": 300001, + "propState": 1, + "pos": { + "x": 291510, + "y": -30343, + "z": -74200 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 78, + "instId": 300002, + "propState": 1, + "pos": { + "x": 289447, + "y": -5646, + "z": -73003 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 78, + "instId": 300003, + "propState": 1, + "pos": { + "x": 290224, + "y": -5619, + "z": -78160 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104001 + }, + { + "groupId": 78, + "instId": 300004, + "propState": 1, + "pos": { + "x": 290224, + "y": -30343, + "z": -78160 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104013 + }, + { + "groupId": 78, + "instId": 300005, + "propState": 1, + "pos": { + "x": 290224, + "y": -5619, + "z": -78160 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104013 + }, + { + "groupId": 81, + "instId": 300001, + "propState": 12, + "pos": { + "x": 281073, + "y": 11165, + "z": -44792 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60403 + }, + { + "groupId": 81, + "instId": 300002, + "propState": 12, + "pos": { + "x": 269740, + "y": 11042, + "z": -44800 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 81, + "instId": 300003, + "propState": 12, + "pos": { + "x": 251209, + "y": 10360, + "z": 14700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 81, + "instId": 300004, + "propState": 12, + "pos": { + "x": 258904, + "y": -27966, + "z": -21456 + }, + "rot": { + "x": 0, + "y": 132915, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 81, + "instId": 300005, + "propState": 12, + "pos": { + "x": 251000, + "y": 10360, + "z": -110080 + }, + "rot": { + "x": 0, + "y": 90197, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 81, + "instId": 300006, + "propState": 12, + "pos": { + "x": 280570, + "y": 60653, + "z": 20280 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 82, + "instId": 300003, + "propState": 2, + "pos": { + "x": 265250, + "y": 9800, + "z": -87510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104223 + }, + { + "groupId": 84, + "instId": 300003, + "propState": 1, + "pos": { + "x": 225490, + "y": 9992, + "z": 20570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104014 + }, + { + "groupId": 84, + "instId": 300004, + "propState": 1, + "pos": { + "x": 225490, + "y": 60313, + "z": 20570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104014 + }, + { + "groupId": 84, + "instId": 300001, + "propState": 1, + "pos": { + "x": 225490, + "y": 9992, + "z": 20570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104001 + }, + { + "groupId": 84, + "instId": 300002, + "propState": 1, + "pos": { + "x": 225490, + "y": 60313, + "z": 20570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104001 + }, + { + "groupId": 85, + "instId": 300001, + "propState": 1, + "pos": { + "x": 169256, + "y": 7173, + "z": -24294 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 85, + "instId": 300002, + "propState": 1, + "pos": { + "x": 164574, + "y": -23827, + "z": -38380 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 85, + "instId": 300003, + "propState": 1, + "pos": { + "x": 166877, + "y": 7173, + "z": -31378 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104001 + }, + { + "groupId": 85, + "instId": 300004, + "propState": 1, + "pos": { + "x": 166877, + "y": 7173, + "z": -31378 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104013 + }, + { + "groupId": 85, + "instId": 300005, + "propState": 1, + "pos": { + "x": 166877, + "y": -23799, + "z": -31378 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104013 + }, + { + "groupId": 86, + "instId": 300001, + "propState": 8, + "pos": { + "x": 151900, + "y": 58865, + "z": -7250 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104020 + }, + { + "groupId": 86, + "instId": 300003, + "propState": 8, + "pos": { + "x": 74355, + "y": 52301, + "z": -66934 + }, + "rot": { + "x": 0, + "y": 174146, + "z": 0 + }, + "propId": 104020 + }, + { + "groupId": 87, + "instId": 300001, + "propState": 8, + "pos": { + "x": 167040, + "y": 8358, + "z": -6280 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104039 + }, + { + "groupId": 87, + "instId": 300002, + "propState": 8, + "pos": { + "x": 158910, + "y": 7923, + "z": -10980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104038 + }, + { + "groupId": 87, + "instId": 300003, + "propState": 8, + "pos": { + "x": 174780, + "y": 7923, + "z": -10980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104038 + }, + { + "groupId": 88, + "instId": 300001, + "propState": 1, + "pos": { + "x": 163360, + "y": 58865, + "z": 4900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 88, + "instId": 300002, + "propState": 1, + "pos": { + "x": 163888, + "y": 8358, + "z": 78 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 88, + "instId": 300003, + "propState": 1, + "pos": { + "x": 167470, + "y": 58865, + "z": 4584 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104001 + }, + { + "groupId": 88, + "instId": 300004, + "propState": 1, + "pos": { + "x": 167470, + "y": 58865, + "z": 4584 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104013 + }, + { + "groupId": 88, + "instId": 300005, + "propState": 1, + "pos": { + "x": 167470, + "y": 8460, + "z": 4584 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104013 + }, + { + "groupId": 88, + "instId": 300006, + "propState": 8, + "pos": { + "x": 162530, + "y": 58620, + "z": 3910 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 88, + "instId": 300007, + "propState": 8, + "pos": { + "x": 172569, + "y": 58620, + "z": 5470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 89, + "instId": 300001, + "propState": 12, + "pos": { + "x": 236610, + "y": 8533, + "z": -37890 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 89, + "instId": 300002, + "propState": 12, + "pos": { + "x": 258940, + "y": 8514, + "z": -53610 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 89, + "instId": 300003, + "propState": 12, + "pos": { + "x": 295510, + "y": 10360, + "z": 20478 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 89, + "instId": 300004, + "propState": 12, + "pos": { + "x": 306931, + "y": -993, + "z": -32379 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 89, + "instId": 300005, + "propState": 12, + "pos": { + "x": 258650, + "y": 60647, + "z": -44796 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 89, + "instId": 300006, + "propState": 12, + "pos": { + "x": 265226, + "y": 60829, + "z": -109167 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60402 + }, + { + "groupId": 90, + "instId": 300001, + "propState": 8, + "pos": { + "x": 25630, + "y": -620710, + "z": -92480 + }, + "rot": { + "x": 0, + "y": 74227, + "z": 0 + }, + "propId": 104020 + }, + { + "groupId": 90, + "instId": 300003, + "propState": 8, + "pos": { + "x": -22979, + "y": -603742, + "z": -96183 + }, + "rot": { + "x": 0, + "y": 184429, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 90, + "instId": 300002, + "propState": 8, + "pos": { + "x": -64130, + "y": -616478, + "z": -69350 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 104020 + }, + { + "groupId": 90, + "instId": 300004, + "propState": 8, + "pos": { + "x": -22979, + "y": -603742, + "z": -96183 + }, + "rot": { + "x": 0, + "y": 123970, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 102, + "instId": 300001, + "propState": 8, + "pos": { + "x": -268100, + "y": -26990, + "z": 55900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104222 + }, + { + "groupId": 102, + "instId": 300002, + "propState": 1, + "pos": { + "x": -268220, + "y": -18807, + "z": 55950 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104221 + }, + { + "groupId": 102, + "instId": 300007, + "propState": 8, + "pos": { + "x": -257257, + "y": -18947, + "z": 82193 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104016 + }, + { + "groupId": 102, + "instId": 300005, + "propState": 1, + "pos": { + "x": -278150, + "y": -16126, + "z": -63250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104221 + }, + { + "groupId": 102, + "instId": 300006, + "propState": 8, + "pos": { + "x": -278150, + "y": -24340, + "z": -63250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104222 + }, + { + "groupId": 103, + "instId": 300001, + "propState": 8, + "pos": { + "x": -267110, + "y": -16280, + "z": -97380 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104022 + }, + { + "groupId": 103, + "instId": 300002, + "propState": 1, + "pos": { + "x": -278280, + "y": -23450, + "z": -113960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 103, + "instId": 300003, + "propState": 8, + "pos": { + "x": -278270, + "y": -16280, + "z": -91570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 103, + "instId": 300004, + "propState": 8, + "pos": { + "x": -278120, + "y": -16990, + "z": -91640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104032 + }, + { + "groupId": 105, + "instId": 300002, + "propState": 20, + "pos": { + "x": -40220, + "y": -616368, + "z": 40210 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 60403 + }, + { + "groupId": 117, + "instId": 300001, + "propState": 8, + "pos": { + "x": -133273, + "y": 533, + "z": -16120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104039 + }, + { + "groupId": 117, + "instId": 300002, + "propState": 8, + "pos": { + "x": -130060, + "y": 533, + "z": -15830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104038 + }, + { + "groupId": 129, + "instId": 300001, + "propState": 8, + "pos": { + "x": -288716, + "y": -16290, + "z": -82180 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 129, + "instId": 300003, + "propState": 8, + "pos": { + "x": -267950, + "y": -158, + "z": -63060 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104020 + }, + { + "groupId": 129, + "instId": 300002, + "propState": 8, + "pos": { + "x": -288716, + "y": -16290, + "z": -82180 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 133, + "instId": 300001, + "propState": 18, + "pos": { + "x": 154397, + "y": 21247, + "z": -40701 + }, + "rot": { + "x": 0, + "y": 130162, + "z": 0 + }, + "propId": 104132 + }, + { + "groupId": 133, + "instId": 300002, + "propState": 1, + "pos": { + "x": 146070, + "y": 7173, + "z": -23540 + }, + "rot": { + "x": 0, + "y": 237723, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 133, + "instId": 300004, + "propState": 8, + "pos": { + "x": 154397, + "y": 21247, + "z": -40701 + }, + "rot": { + "x": 0, + "y": 134950, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 134, + "instId": 300001, + "propState": 18, + "pos": { + "x": 24922, + "y": -673728, + "z": -2419 + }, + "rot": { + "x": 0, + "y": 301358, + "z": 0 + }, + "propId": 104132 + }, + { + "groupId": 134, + "instId": 300002, + "propState": 1, + "pos": { + "x": 24930, + "y": -675493, + "z": -1550 + }, + "rot": { + "x": 0, + "y": 271690, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 134, + "instId": 300004, + "propState": 8, + "pos": { + "x": 24922, + "y": -673728, + "z": -2419 + }, + "rot": { + "x": 0, + "y": 171787, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 135, + "instId": 300001, + "propState": 18, + "pos": { + "x": 67656, + "y": -609898, + "z": -23690 + }, + "rot": { + "x": 0, + "y": 12804, + "z": 0 + }, + "propId": 104132 + }, + { + "groupId": 135, + "instId": 300002, + "propState": 1, + "pos": { + "x": 67656, + "y": -615320, + "z": -23690 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 135, + "instId": 300004, + "propState": 8, + "pos": { + "x": 67656, + "y": -609898, + "z": -23690 + }, + "rot": { + "x": 0, + "y": 193483, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 136, + "instId": 300001, + "propState": 18, + "pos": { + "x": 54, + "y": -45191, + "z": -134830 + }, + "rot": { + "x": 0, + "y": 335937, + "z": 0 + }, + "propId": 104132 + }, + { + "groupId": 136, + "instId": 300002, + "propState": 1, + "pos": { + "x": -4, + "y": -45293, + "z": -134744 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 136, + "instId": 300004, + "propState": 8, + "pos": { + "x": 54, + "y": -45191, + "z": -134830 + }, + "rot": { + "x": 0, + "y": 358057, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 137, + "instId": 300001, + "propState": 18, + "pos": { + "x": -141667, + "y": -630690, + "z": 47494 + }, + "rot": { + "x": 0, + "y": 39218, + "z": 0 + }, + "propId": 104132 + }, + { + "groupId": 137, + "instId": 300002, + "propState": 1, + "pos": { + "x": -147580, + "y": -634258, + "z": 54640 + }, + "rot": { + "x": 0, + "y": 133362, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 137, + "instId": 300004, + "propState": 8, + "pos": { + "x": -141667, + "y": -630690, + "z": 47494 + }, + "rot": { + "x": 0, + "y": 119282, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 138, + "instId": 300001, + "propState": 18, + "pos": { + "x": -69755, + "y": -653545, + "z": 96404 + }, + "rot": { + "x": 0, + "y": 28626, + "z": 0 + }, + "propId": 104132 + }, + { + "groupId": 138, + "instId": 300002, + "propState": 1, + "pos": { + "x": -72366, + "y": -652820, + "z": 100015 + }, + "rot": { + "x": 0, + "y": 126639, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 138, + "instId": 300004, + "propState": 8, + "pos": { + "x": -69755, + "y": -653230, + "z": 96404 + }, + "rot": { + "x": 0, + "y": 141920, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 139, + "instId": 300001, + "propState": 18, + "pos": { + "x": -58445, + "y": -616545, + "z": 79923 + }, + "rot": { + "x": 0, + "y": 266339, + "z": 0 + }, + "propId": 104132 + }, + { + "groupId": 139, + "instId": 300002, + "propState": 1, + "pos": { + "x": -58445, + "y": -616545, + "z": 79923 + }, + "rot": { + "x": 0, + "y": 266339, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 139, + "instId": 300004, + "propState": 8, + "pos": { + "x": -58445, + "y": -616545, + "z": 79923 + }, + "rot": { + "x": 0, + "y": 13962, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 140, + "instId": 300001, + "propState": 18, + "pos": { + "x": -38156, + "y": -616228, + "z": 53027 + }, + "rot": { + "x": 0, + "y": 35685, + "z": 0 + }, + "propId": 104132 + }, + { + "groupId": 140, + "instId": 300002, + "propState": 1, + "pos": { + "x": -38156, + "y": -616228, + "z": 53027 + }, + "rot": { + "x": 0, + "y": 225684, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 140, + "instId": 300004, + "propState": 8, + "pos": { + "x": -38156, + "y": -616228, + "z": 53027 + }, + "rot": { + "x": 0, + "y": 222168, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 141, + "instId": 300001, + "propState": 18, + "pos": { + "x": 65370, + "y": -655860, + "z": 25922 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104132 + }, + { + "groupId": 141, + "instId": 300002, + "propState": 1, + "pos": { + "x": 58880, + "y": -653135, + "z": 27060 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 141, + "instId": 300004, + "propState": 8, + "pos": { + "x": 63994, + "y": -653984, + "z": 25922 + }, + "rot": { + "x": 0, + "y": 219056, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 142, + "instId": 300001, + "propState": 18, + "pos": { + "x": 7853, + "y": -608041, + "z": -9216 + }, + "rot": { + "x": 0, + "y": 168550, + "z": 0 + }, + "propId": 104132 + }, + { + "groupId": 142, + "instId": 300002, + "propState": 1, + "pos": { + "x": 7853, + "y": -608041, + "z": -9216 + }, + "rot": { + "x": 0, + "y": 194666, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 142, + "instId": 300004, + "propState": 8, + "pos": { + "x": 7853, + "y": -608041, + "z": -9216 + }, + "rot": { + "x": 0, + "y": 85015, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 153, + "instId": 300001, + "propState": 18, + "pos": { + "x": -6664, + "y": -45277, + "z": -160690 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104132 + }, + { + "groupId": 153, + "instId": 300002, + "propState": 1, + "pos": { + "x": -6664, + "y": -45277, + "z": -160690 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 153, + "instId": 300004, + "propState": 8, + "pos": { + "x": -6664, + "y": -45277, + "z": -160690 + }, + "rot": { + "x": 0, + "y": 176921, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 154, + "instId": 300001, + "propState": 8, + "pos": { + "x": -183653, + "y": 5552, + "z": -51829 + }, + "rot": { + "x": 0, + "y": 269664, + "z": 0 + }, + "propId": 104132 + }, + { + "groupId": 154, + "instId": 300002, + "propState": 1, + "pos": { + "x": -183610, + "y": 411, + "z": -49590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 154, + "instId": 300004, + "propState": 8, + "pos": { + "x": -183653, + "y": 5552, + "z": -51829 + }, + "rot": { + "x": 0, + "y": 177876, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 155, + "instId": 300001, + "propState": 18, + "pos": { + "x": -33988, + "y": -47386, + "z": -141189 + }, + "rot": { + "x": 0, + "y": 6463, + "z": 0 + }, + "propId": 104132 + }, + { + "groupId": 155, + "instId": 300002, + "propState": 1, + "pos": { + "x": -33988, + "y": -47386, + "z": -141189 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 155, + "instId": 300004, + "propState": 8, + "pos": { + "x": -33988, + "y": -47386, + "z": -141189 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300001, + "propState": 18, + "pos": { + "x": -87860, + "y": 345, + "z": -84550 + }, + "rot": { + "x": 0, + "y": 50000, + "z": 0 + }, + "propId": 104132 + }, + { + "groupId": 156, + "instId": 300002, + "propState": 1, + "pos": { + "x": -86640, + "y": -2505, + "z": -83390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 156, + "instId": 300004, + "propState": 8, + "pos": { + "x": -87860, + "y": 345, + "z": -84550 + }, + "rot": { + "x": 0, + "y": 228630, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 157, + "instId": 300001, + "propState": 8, + "pos": { + "x": -205968, + "y": 3025, + "z": -14219 + }, + "rot": { + "x": 0, + "y": 76475, + "z": 0 + }, + "propId": 104131 + }, + { + "groupId": 157, + "instId": 300002, + "propState": 1, + "pos": { + "x": -205790, + "y": -56, + "z": -16450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 157, + "instId": 300004, + "propState": 8, + "pos": { + "x": -205656, + "y": 2852, + "z": -15271 + }, + "rot": { + "x": 0, + "y": 341787, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 158, + "instId": 300001, + "propState": 8, + "pos": { + "x": -239324, + "y": -14769, + "z": 92578 + }, + "rot": { + "x": 0, + "y": 344142, + "z": 0 + }, + "propId": 104132 + }, + { + "groupId": 158, + "instId": 300002, + "propState": 1, + "pos": { + "x": -239324, + "y": -14769, + "z": 92578 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 158, + "instId": 300004, + "propState": 8, + "pos": { + "x": -239324, + "y": -14769, + "z": 92578 + }, + "rot": { + "x": 0, + "y": 312665, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 159, + "instId": 300001, + "propState": 8, + "pos": { + "x": -118178, + "y": -1212, + "z": 32017 + }, + "rot": { + "x": 0, + "y": 269869, + "z": 0 + }, + "propId": 104132 + }, + { + "groupId": 159, + "instId": 300002, + "propState": 1, + "pos": { + "x": -118178, + "y": -1212, + "z": 32017 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 159, + "instId": 300004, + "propState": 8, + "pos": { + "x": -118178, + "y": -1212, + "z": 32017 + }, + "rot": { + "x": 0, + "y": 86771, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 160, + "instId": 300001, + "propState": 8, + "pos": { + "x": -139740, + "y": 7030, + "z": -7430 + }, + "rot": { + "x": 0, + "y": 267767, + "z": 0 + }, + "propId": 104132 + }, + { + "groupId": 160, + "instId": 300002, + "propState": 1, + "pos": { + "x": -139737, + "y": 533, + "z": -5285 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 160, + "instId": 300004, + "propState": 8, + "pos": { + "x": -139710, + "y": 7030, + "z": -6876 + }, + "rot": { + "x": 0, + "y": 183150, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 161, + "instId": 300001, + "propState": 8, + "pos": { + "x": 208063, + "y": -17527, + "z": -44786 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104132 + }, + { + "groupId": 161, + "instId": 300002, + "propState": 1, + "pos": { + "x": 199950, + "y": -23627, + "z": -45220 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 161, + "instId": 300004, + "propState": 8, + "pos": { + "x": 208063, + "y": -17527, + "z": -44786 + }, + "rot": { + "x": 0, + "y": 89880, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 162, + "instId": 300001, + "propState": 8, + "pos": { + "x": 126826, + "y": 58178, + "z": 20584 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104132 + }, + { + "groupId": 162, + "instId": 300002, + "propState": 1, + "pos": { + "x": 126826, + "y": 58178, + "z": 20584 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 162, + "instId": 300004, + "propState": 8, + "pos": { + "x": 126826, + "y": 58178, + "z": 20584 + }, + "rot": { + "x": 0, + "y": 271087, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 163, + "instId": 300003, + "propState": 8, + "pos": { + "x": -127249, + "y": 809, + "z": -41660 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103074 + }, + { + "groupId": 166, + "instId": 300001, + "propState": 20, + "pos": { + "x": -117580, + "y": -984, + "z": -46230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60402 + }, + { + "groupId": 166, + "instId": 300002, + "propState": 8, + "pos": { + "x": -117580, + "y": -984, + "z": -46230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 166, + "instId": 300003, + "propState": 8, + "pos": { + "x": -127063, + "y": -984, + "z": -41960 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 168, + "instId": 300003, + "propState": 8, + "pos": { + "x": -73937, + "y": -614793, + "z": -58200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103074 + }, + { + "groupId": 170, + "instId": 300001, + "propState": 20, + "pos": { + "x": -48817, + "y": -616704, + "z": -48774 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 60402 + }, + { + "groupId": 170, + "instId": 300002, + "propState": 8, + "pos": { + "x": -48817, + "y": -616704, + "z": -48774 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 170, + "instId": 300003, + "propState": 8, + "pos": { + "x": -73759, + "y": -616582, + "z": -58501 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 171, + "instId": 300001, + "propState": 20, + "pos": { + "x": 129960, + "y": 55220, + "z": -44790 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60402 + }, + { + "groupId": 171, + "instId": 300002, + "propState": 8, + "pos": { + "x": 129960, + "y": 55220, + "z": -44790 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 171, + "instId": 300003, + "propState": 8, + "pos": { + "x": 126130, + "y": 55220, + "z": -44810 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 175, + "instId": 300001, + "propState": 12, + "pos": { + "x": 27392, + "y": -47945, + "z": -158859 + }, + "rot": { + "x": 0, + "y": 24703, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 175, + "instId": 300002, + "propState": 12, + "pos": { + "x": 156894, + "y": 8358, + "z": -2128 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 175, + "instId": 300003, + "propState": 12, + "pos": { + "x": 189660, + "y": 60268, + "z": 14429 + }, + "rot": { + "x": 0, + "y": 28079, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 175, + "instId": 300004, + "propState": 12, + "pos": { + "x": 100300, + "y": 52301, + "z": -67676 + }, + "rot": { + "x": 0, + "y": 135184, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 175, + "instId": 300005, + "propState": 12, + "pos": { + "x": -127505, + "y": -1809, + "z": 38067 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 175, + "instId": 300006, + "propState": 12, + "pos": { + "x": -182044, + "y": 2373, + "z": 1621 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 175, + "instId": 300007, + "propState": 12, + "pos": { + "x": -137540, + "y": -30054, + "z": -10 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60403 + }, + { + "groupId": 176, + "instId": 300001, + "propState": 12, + "pos": { + "x": -249317, + "y": 1868, + "z": 6320 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60403 + }, + { + "groupId": 176, + "instId": 300002, + "propState": 12, + "pos": { + "x": -268010, + "y": -5552, + "z": 62826 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 176, + "instId": 300003, + "propState": 12, + "pos": { + "x": -231270, + "y": -14967, + "z": 72630 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 176, + "instId": 300004, + "propState": 12, + "pos": { + "x": -299290, + "y": -16249, + "z": -54167 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 176, + "instId": 300005, + "propState": 12, + "pos": { + "x": -291110, + "y": -25419, + "z": -118348 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 176, + "instId": 300006, + "propState": 12, + "pos": { + "x": -211130, + "y": -258, + "z": -51032 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 177, + "instId": 300001, + "propState": 12, + "pos": { + "x": 69970, + "y": -615106, + "z": -19190 + }, + "rot": { + "x": 0, + "y": 286766, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 177, + "instId": 300002, + "propState": 12, + "pos": { + "x": 75373, + "y": -616527, + "z": -60303 + }, + "rot": { + "x": 0, + "y": 186635, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 177, + "instId": 300003, + "propState": 12, + "pos": { + "x": -23763, + "y": -603689, + "z": -105156 + }, + "rot": { + "x": 0, + "y": 5000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 177, + "instId": 300004, + "propState": 12, + "pos": { + "x": -29590, + "y": -621400, + "z": -92770 + }, + "rot": { + "x": 0, + "y": 269227, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 177, + "instId": 300005, + "propState": 12, + "pos": { + "x": -10154, + "y": -622250, + "z": 68588 + }, + "rot": { + "x": 0, + "y": 256786, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 177, + "instId": 300006, + "propState": 12, + "pos": { + "x": -157117, + "y": -620665, + "z": -21983 + }, + "rot": { + "x": 0, + "y": 321766, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 177, + "instId": 300007, + "propState": 12, + "pos": { + "x": -81602, + "y": -654691, + "z": 139213 + }, + "rot": { + "x": 0, + "y": 222730, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 177, + "instId": 300008, + "propState": 12, + "pos": { + "x": -10279, + "y": -658393, + "z": 95465 + }, + "rot": { + "x": 0, + "y": 16607, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 177, + "instId": 300009, + "propState": 12, + "pos": { + "x": 999, + "y": -667338, + "z": 26426 + }, + "rot": { + "x": 0, + "y": 82354, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 179, + "instId": 300003, + "propState": 8, + "pos": { + "x": 125950, + "y": 57014, + "z": -44508 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103074 + }, + { + "groupId": 180, + "instId": 300001, + "propState": 20, + "pos": { + "x": -306700, + "y": -16290, + "z": -111678 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60402 + }, + { + "groupId": 180, + "instId": 300002, + "propState": 8, + "pos": { + "x": -306700, + "y": -16290, + "z": -111678 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 180, + "instId": 300003, + "propState": 8, + "pos": { + "x": -301280, + "y": -16290, + "z": -111687 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 181, + "instId": 300003, + "propState": 8, + "pos": { + "x": -301092, + "y": -14499, + "z": -111986 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103074 + }, + { + "groupId": 183, + "instId": 300003, + "propState": 8, + "pos": { + "x": 276777, + "y": 12150, + "z": -105524 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 103074 + }, + { + "groupId": 184, + "instId": 300001, + "propState": 20, + "pos": { + "x": 265225, + "y": 10384, + "z": -87530 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60402 + }, + { + "groupId": 184, + "instId": 300002, + "propState": 8, + "pos": { + "x": 265225, + "y": 10384, + "z": -87530 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 184, + "instId": 300003, + "propState": 8, + "pos": { + "x": 276860, + "y": 10360, + "z": -105180 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 187, + "instId": 300001, + "propState": 18, + "pos": { + "x": 24922, + "y": -673728, + "z": -2419 + }, + "rot": { + "x": 0, + "y": 301358, + "z": 0 + }, + "propId": 104132 + }, + { + "groupId": 187, + "instId": 300002, + "propState": 8, + "pos": { + "x": 24922, + "y": -673628, + "z": -2419 + }, + "rot": { + "x": 0, + "y": 301358, + "z": 0 + }, + "propId": 104159 + }, + { + "groupId": 187, + "instId": 300004, + "propState": 8, + "pos": { + "x": 24922, + "y": -673728, + "z": -2419 + }, + "rot": { + "x": 0, + "y": 301358, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 189, + "instId": 300001, + "propState": 8, + "pos": { + "x": -306300, + "y": -16561, + "z": 42670 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 189, + "instId": 300002, + "propState": 8, + "pos": { + "x": -306300, + "y": -16161, + "z": 42670 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104159 + }, + { + "groupId": 189, + "instId": 300004, + "propState": 8, + "pos": { + "x": -306300, + "y": -16561, + "z": 42670 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 190, + "instId": 300001, + "propState": 8, + "pos": { + "x": -306300, + "y": -16561, + "z": 42670 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 190, + "instId": 300002, + "propState": 8, + "pos": { + "x": -306656, + "y": -20297, + "z": -12820 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 190, + "instId": 300003, + "propState": 8, + "pos": { + "x": -306656, + "y": -20297, + "z": -12820 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 192, + "instId": 300001, + "propState": 8, + "pos": { + "x": -153490, + "y": -31188, + "z": 32260 + }, + "rot": { + "x": 0, + "y": 118332, + "z": 0 + }, + "propId": 901 + }, + { + "groupId": 192, + "instId": 300002, + "propState": 8, + "pos": { + "x": -153310, + "y": -31188, + "z": 32590 + }, + "rot": { + "x": 0, + "y": 28332, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 193, + "instId": 300001, + "propState": 8, + "pos": { + "x": 16587, + "y": -608000, + "z": -20490 + }, + "rot": { + "x": 0, + "y": 248568, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 193, + "instId": 300002, + "propState": 8, + "pos": { + "x": -20747, + "y": -604000, + "z": -17235 + }, + "rot": { + "x": 0, + "y": 239230, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 193, + "instId": 300003, + "propState": 8, + "pos": { + "x": -40594, + "y": -604361, + "z": -23499 + }, + "rot": { + "x": 0, + "y": 329126, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 193, + "instId": 300004, + "propState": 8, + "pos": { + "x": -46348, + "y": -606035, + "z": 6961 + }, + "rot": { + "x": 0, + "y": 13335, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 193, + "instId": 300005, + "propState": 8, + "pos": { + "x": -38534, + "y": -607135, + "z": 17185 + }, + "rot": { + "x": 0, + "y": 357991, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 193, + "instId": 300006, + "propState": 8, + "pos": { + "x": -34918, + "y": -608000, + "z": 31229 + }, + "rot": { + "x": 0, + "y": 50909, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 193, + "instId": 300007, + "propState": 8, + "pos": { + "x": -11479, + "y": -609696, + "z": 45928 + }, + "rot": { + "x": 0, + "y": 89519, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 193, + "instId": 300008, + "propState": 8, + "pos": { + "x": 19327, + "y": -611434, + "z": 37142 + }, + "rot": { + "x": 0, + "y": 106597, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 193, + "instId": 300009, + "propState": 8, + "pos": { + "x": 33699, + "y": -612000, + "z": 32727 + }, + "rot": { + "x": 0, + "y": 154535, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 193, + "instId": 300010, + "propState": 8, + "pos": { + "x": 41509, + "y": -613947, + "z": 6730 + }, + "rot": { + "x": 0, + "y": 157921, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 193, + "instId": 300011, + "propState": 8, + "pos": { + "x": 45494, + "y": -614320, + "z": -11606 + }, + "rot": { + "x": 0, + "y": 231139, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 193, + "instId": 300012, + "propState": 8, + "pos": { + "x": 28780, + "y": -615803, + "z": -33750 + }, + "rot": { + "x": 0, + "y": 129800, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 194, + "instId": 300001, + "propState": 8, + "pos": { + "x": 320710, + "y": -31460, + "z": -35704 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 195, + "instId": 300001, + "propState": 8, + "pos": { + "x": -5791, + "y": -46115, + "z": -135193 + }, + "rot": { + "x": 0, + "y": 248762, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 195, + "instId": 300002, + "propState": 8, + "pos": { + "x": 5587, + "y": -46115, + "z": -135260 + }, + "rot": { + "x": 0, + "y": 109448, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 195, + "instId": 300003, + "propState": 8, + "pos": { + "x": 99282, + "y": 53001, + "z": -85882 + }, + "rot": { + "x": 0, + "y": 43080, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 195, + "instId": 300005, + "propState": 8, + "pos": { + "x": 216568, + "y": 61016, + "z": 22531 + }, + "rot": { + "x": 0, + "y": 245568, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 195, + "instId": 300006, + "propState": 8, + "pos": { + "x": 189260, + "y": 60968, + "z": 25170 + }, + "rot": { + "x": 0, + "y": 118553, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 195, + "instId": 300004, + "propState": 8, + "pos": { + "x": -153779, + "y": 1233, + "z": 4227 + }, + "rot": { + "x": 0, + "y": 352815, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 195, + "instId": 300007, + "propState": 8, + "pos": { + "x": -182682, + "y": 1950, + "z": 33030 + }, + "rot": { + "x": 0, + "y": 191926, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 195, + "instId": 300008, + "propState": 8, + "pos": { + "x": -127037, + "y": -284, + "z": -28397 + }, + "rot": { + "x": 0, + "y": 135849, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 197, + "instId": 300020, + "propState": 8, + "pos": { + "x": 9427, + "y": -46711, + "z": -161158 + }, + "rot": { + "x": 0, + "y": 333570, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 197, + "instId": 300021, + "propState": 8, + "pos": { + "x": 13708, + "y": -48804, + "z": -126459 + }, + "rot": { + "x": 0, + "y": 254126, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 197, + "instId": 300011, + "propState": 8, + "pos": { + "x": -37849, + "y": -47945, + "z": -155866 + }, + "rot": { + "x": 0, + "y": 53082, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 197, + "instId": 300001, + "propState": 8, + "pos": { + "x": 41320, + "y": -47915, + "z": -147259 + }, + "rot": { + "x": 0, + "y": 354938, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 197, + "instId": 300004, + "propState": 8, + "pos": { + "x": -126361, + "y": -984, + "z": -48526 + }, + "rot": { + "x": 0, + "y": 87441, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 197, + "instId": 300025, + "propState": 8, + "pos": { + "x": -101098, + "y": -2505, + "z": -65918 + }, + "rot": { + "x": 0, + "y": 86633, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 197, + "instId": 300007, + "propState": 8, + "pos": { + "x": -178759, + "y": 411, + "z": -48074 + }, + "rot": { + "x": 0, + "y": 326994, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 197, + "instId": 300008, + "propState": 8, + "pos": { + "x": -152776, + "y": 411, + "z": -37482 + }, + "rot": { + "x": 0, + "y": 227697, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 197, + "instId": 300013, + "propState": 8, + "pos": { + "x": -152150, + "y": 411, + "z": -46452 + }, + "rot": { + "x": 0, + "y": 42421, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 197, + "instId": 300018, + "propState": 8, + "pos": { + "x": -193090, + "y": 3433, + "z": 529 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 197, + "instId": 300019, + "propState": 8, + "pos": { + "x": -176599, + "y": 2373, + "z": 13531 + }, + "rot": { + "x": 0, + "y": 271871, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 197, + "instId": 300022, + "propState": 8, + "pos": { + "x": -145418, + "y": -411, + "z": 42222 + }, + "rot": { + "x": 0, + "y": 227138, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 197, + "instId": 300023, + "propState": 8, + "pos": { + "x": -137535, + "y": 533, + "z": -5831 + }, + "rot": { + "x": 0, + "y": 16949, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 197, + "instId": 300026, + "propState": 8, + "pos": { + "x": -96302, + "y": 2050, + "z": 7520 + }, + "rot": { + "x": 0, + "y": 214785, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 197, + "instId": 300002, + "propState": 8, + "pos": { + "x": -93012, + "y": -2028, + "z": -39941 + }, + "rot": { + "x": 0, + "y": 154026, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 197, + "instId": 300003, + "propState": 8, + "pos": { + "x": -94597, + "y": -2028, + "z": -37467 + }, + "rot": { + "x": 0, + "y": 313714, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 197, + "instId": 300006, + "propState": 8, + "pos": { + "x": -137457, + "y": -30380, + "z": 1096 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 197, + "instId": 300009, + "propState": 8, + "pos": { + "x": -136510, + "y": -30380, + "z": 57 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 197, + "instId": 300010, + "propState": 8, + "pos": { + "x": -138542, + "y": -30380, + "z": 57 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 197, + "instId": 300012, + "propState": 8, + "pos": { + "x": -137457, + "y": -30380, + "z": -1112 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 197, + "instId": 300015, + "propState": 8, + "pos": { + "x": -160136, + "y": -31236, + "z": 15502 + }, + "rot": { + "x": 0, + "y": 111146, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 197, + "instId": 300027, + "propState": 8, + "pos": { + "x": 81504, + "y": 52301, + "z": -75399 + }, + "rot": { + "x": 0, + "y": 265904, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 197, + "instId": 300028, + "propState": 8, + "pos": { + "x": 106617, + "y": 54149, + "z": -39808 + }, + "rot": { + "x": 0, + "y": 130466, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 197, + "instId": 300036, + "propState": 8, + "pos": { + "x": 168687, + "y": 58865, + "z": -7233 + }, + "rot": { + "x": 0, + "y": 316344, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 197, + "instId": 300005, + "propState": 8, + "pos": { + "x": 153430, + "y": 56620, + "z": -17280 + }, + "rot": { + "x": 0, + "y": 4597, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 197, + "instId": 300037, + "propState": 8, + "pos": { + "x": 127320, + "y": 57740, + "z": 28980 + }, + "rot": { + "x": 0, + "y": 129894, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 197, + "instId": 300038, + "propState": 8, + "pos": { + "x": 171255, + "y": -23827, + "z": -50529 + }, + "rot": { + "x": 0, + "y": 338817, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 197, + "instId": 300039, + "propState": 8, + "pos": { + "x": 175089, + "y": 8358, + "z": 14812 + }, + "rot": { + "x": 0, + "y": 226282, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 197, + "instId": 300024, + "propState": 8, + "pos": { + "x": 146729, + "y": 4334, + "z": 5054 + }, + "rot": { + "x": 0, + "y": 226282, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 197, + "instId": 300040, + "propState": 8, + "pos": { + "x": 154791, + "y": 7173, + "z": -23274 + }, + "rot": { + "x": 0, + "y": 46115, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 198, + "instId": 300001, + "propState": 11, + "pos": { + "x": -80844, + "y": -2505, + "z": -81622 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 60403 + }, + { + "groupId": 198, + "instId": 300002, + "propState": 8, + "pos": { + "x": -80844, + "y": -2505, + "z": -81622 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 198, + "instId": 300003, + "propState": 8, + "pos": { + "x": -80844, + "y": -2505, + "z": -81622 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 199, + "instId": 300001, + "propState": 11, + "pos": { + "x": -100869, + "y": -655617, + "z": 76217 + }, + "rot": { + "x": 0, + "y": 7434, + "z": 0 + }, + "propId": 60403 + }, + { + "groupId": 199, + "instId": 300002, + "propState": 8, + "pos": { + "x": -100869, + "y": -655617, + "z": 76217 + }, + "rot": { + "x": 0, + "y": 7434, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 199, + "instId": 300003, + "propState": 8, + "pos": { + "x": -100869, + "y": -655617, + "z": 76217 + }, + "rot": { + "x": 0, + "y": 7434, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 200, + "instId": 300001, + "propState": 8, + "pos": { + "x": -220115, + "y": -14936, + "z": 72537 + }, + "rot": { + "x": 0, + "y": 29585, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 200, + "instId": 300025, + "propState": 8, + "pos": { + "x": -229050, + "y": 3433, + "z": 1648 + }, + "rot": { + "x": 0, + "y": 119873, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 200, + "instId": 300024, + "propState": 8, + "pos": { + "x": -225550, + "y": -5532, + "z": 58020 + }, + "rot": { + "x": 0, + "y": 226282, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 200, + "instId": 300002, + "propState": 8, + "pos": { + "x": -223455, + "y": 1934, + "z": 20939 + }, + "rot": { + "x": 0, + "y": 247185, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 200, + "instId": 300003, + "propState": 8, + "pos": { + "x": -268990, + "y": -5496, + "z": 29390 + }, + "rot": { + "x": 0, + "y": 52296, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 200, + "instId": 300004, + "propState": 8, + "pos": { + "x": -286444, + "y": -5505, + "z": 82429 + }, + "rot": { + "x": 0, + "y": 174887, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 200, + "instId": 300005, + "propState": 8, + "pos": { + "x": -231200, + "y": -15290, + "z": 74250 + }, + "rot": { + "x": 0, + "y": 8929, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 200, + "instId": 300006, + "propState": 8, + "pos": { + "x": -285778, + "y": -18947, + "z": 61204 + }, + "rot": { + "x": 0, + "y": 135077, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 200, + "instId": 300007, + "propState": 8, + "pos": { + "x": -286721, + "y": -18947, + "z": 50737 + }, + "rot": { + "x": 0, + "y": 49343, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 200, + "instId": 300008, + "propState": 8, + "pos": { + "x": -314360, + "y": -16561, + "z": 62980 + }, + "rot": { + "x": 0, + "y": 247185, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 200, + "instId": 300009, + "propState": 8, + "pos": { + "x": -311460, + "y": -16561, + "z": 65740 + }, + "rot": { + "x": 0, + "y": 318232, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 200, + "instId": 300010, + "propState": 8, + "pos": { + "x": -300297, + "y": -20297, + "z": -35331 + }, + "rot": { + "x": 0, + "y": 34257, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 200, + "instId": 300011, + "propState": 8, + "pos": { + "x": -318206, + "y": -16234, + "z": -66149 + }, + "rot": { + "x": 0, + "y": 43422, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 200, + "instId": 300012, + "propState": 8, + "pos": { + "x": -292093, + "y": -16290, + "z": -106067 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 200, + "instId": 300013, + "propState": 8, + "pos": { + "x": -293780, + "y": -16290, + "z": -106067 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 200, + "instId": 300014, + "propState": 8, + "pos": { + "x": -295530, + "y": -16290, + "z": -106067 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 200, + "instId": 300015, + "propState": 8, + "pos": { + "x": -281628, + "y": -25387, + "z": -102996 + }, + "rot": { + "x": 0, + "y": 127780, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 200, + "instId": 300016, + "propState": 8, + "pos": { + "x": -251256, + "y": -258, + "z": -67441 + }, + "rot": { + "x": 0, + "y": 34257, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 200, + "instId": 300017, + "propState": 8, + "pos": { + "x": -219291, + "y": -228, + "z": -50095 + }, + "rot": { + "x": 0, + "y": 46540, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 200, + "instId": 300018, + "propState": 8, + "pos": { + "x": -203264, + "y": -228, + "z": -50072 + }, + "rot": { + "x": 0, + "y": 307482, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 201, + "instId": 300001, + "propState": 8, + "pos": { + "x": 283220, + "y": 10360, + "z": -104219 + }, + "rot": { + "x": 0, + "y": 308253, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 201, + "instId": 300025, + "propState": 8, + "pos": { + "x": 222107, + "y": 8514, + "z": -38510 + }, + "rot": { + "x": 0, + "y": 318439, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 201, + "instId": 300024, + "propState": 8, + "pos": { + "x": 255273, + "y": 8514, + "z": -37548 + }, + "rot": { + "x": 0, + "y": 226282, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 201, + "instId": 300002, + "propState": 8, + "pos": { + "x": 255278, + "y": 8514, + "z": -53231 + }, + "rot": { + "x": 0, + "y": 308764, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 201, + "instId": 300003, + "propState": 8, + "pos": { + "x": 284960, + "y": 11072, + "z": -33146 + }, + "rot": { + "x": 0, + "y": 226282, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 201, + "instId": 300004, + "propState": 8, + "pos": { + "x": 284793, + "y": 11072, + "z": -56374 + }, + "rot": { + "x": 0, + "y": 308764, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 201, + "instId": 300005, + "propState": 8, + "pos": { + "x": 291014, + "y": 10360, + "z": 7902 + }, + "rot": { + "x": 0, + "y": 178628, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 201, + "instId": 300006, + "propState": 8, + "pos": { + "x": 289883, + "y": -31860, + "z": -31996 + }, + "rot": { + "x": 0, + "y": 127421, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 201, + "instId": 300007, + "propState": 8, + "pos": { + "x": 254507, + "y": 10360, + "z": -110488 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 201, + "instId": 300008, + "propState": 8, + "pos": { + "x": 254507, + "y": 10360, + "z": -108130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 201, + "instId": 300009, + "propState": 8, + "pos": { + "x": 295763, + "y": 10360, + "z": -114214 + }, + "rot": { + "x": 0, + "y": 308334, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 201, + "instId": 300010, + "propState": 8, + "pos": { + "x": 257842, + "y": 60653, + "z": 13277 + }, + "rot": { + "x": 0, + "y": 61785, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 202, + "instId": 300001, + "propState": 8, + "pos": { + "x": 292954, + "y": 3675, + "z": -23957 + }, + "rot": { + "x": 0, + "y": 314580, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 202, + "instId": 300025, + "propState": 8, + "pos": { + "x": 272500, + "y": 10192, + "z": -24330 + }, + "rot": { + "x": 0, + "y": 238015, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 202, + "instId": 300024, + "propState": 8, + "pos": { + "x": 258900, + "y": 10332, + "z": -2196 + }, + "rot": { + "x": 0, + "y": 88642, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 202, + "instId": 300002, + "propState": 8, + "pos": { + "x": 284960, + "y": 11072, + "z": -33146 + }, + "rot": { + "x": 0, + "y": 226282, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 202, + "instId": 300003, + "propState": 8, + "pos": { + "x": 284793, + "y": 11072, + "z": -56374 + }, + "rot": { + "x": 0, + "y": 308764, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 202, + "instId": 300004, + "propState": 8, + "pos": { + "x": 300530, + "y": -993, + "z": -31359 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 202, + "instId": 300005, + "propState": 8, + "pos": { + "x": 300530, + "y": -993, + "z": -33460 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 202, + "instId": 300006, + "propState": 8, + "pos": { + "x": 300530, + "y": -993, + "z": -55870 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 202, + "instId": 300007, + "propState": 8, + "pos": { + "x": 300530, + "y": -993, + "z": -57697 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 202, + "instId": 300008, + "propState": 8, + "pos": { + "x": 309361, + "y": -30343, + "z": -63681 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 202, + "instId": 300009, + "propState": 8, + "pos": { + "x": 291014, + "y": 10360, + "z": 7902 + }, + "rot": { + "x": 0, + "y": 178628, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 202, + "instId": 300010, + "propState": 8, + "pos": { + "x": 267490, + "y": 60597, + "z": -24350 + }, + "rot": { + "x": 0, + "y": 49482, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 202, + "instId": 300011, + "propState": 8, + "pos": { + "x": 262364, + "y": 60597, + "z": -44770 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 202, + "instId": 300012, + "propState": 8, + "pos": { + "x": 271773, + "y": 60597, + "z": -66669 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 202, + "instId": 300013, + "propState": 8, + "pos": { + "x": 250698, + "y": 60653, + "z": -105135 + }, + "rot": { + "x": 0, + "y": 119893, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 202, + "instId": 300014, + "propState": 8, + "pos": { + "x": 280355, + "y": 60653, + "z": -113893 + }, + "rot": { + "x": 0, + "y": 321720, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 202, + "instId": 300015, + "propState": 8, + "pos": { + "x": 266305, + "y": 60090, + "z": -95900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 202, + "instId": 300016, + "propState": 8, + "pos": { + "x": 264770, + "y": 60090, + "z": -95900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 203, + "instId": 300001, + "propState": 8, + "pos": { + "x": -68133, + "y": -622004, + "z": 20228 + }, + "rot": { + "x": 0, + "y": 253650, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 203, + "instId": 300025, + "propState": 8, + "pos": { + "x": 54347, + "y": -616704, + "z": -44215 + }, + "rot": { + "x": 0, + "y": 2393, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 203, + "instId": 300024, + "propState": 8, + "pos": { + "x": 74100, + "y": -615320, + "z": -7855 + }, + "rot": { + "x": 0, + "y": 226282, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 203, + "instId": 300002, + "propState": 8, + "pos": { + "x": 66322, + "y": -615320, + "z": -29070 + }, + "rot": { + "x": 0, + "y": 344604, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 203, + "instId": 300003, + "propState": 8, + "pos": { + "x": 73244, + "y": -616521, + "z": -62399 + }, + "rot": { + "x": 0, + "y": 220505, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 203, + "instId": 300004, + "propState": 8, + "pos": { + "x": 72881, + "y": -616587, + "z": -60887 + }, + "rot": { + "x": 0, + "y": 270144, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 203, + "instId": 300005, + "propState": 8, + "pos": { + "x": 73426, + "y": -616587, + "z": -59252 + }, + "rot": { + "x": 0, + "y": 308492, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 203, + "instId": 300006, + "propState": 8, + "pos": { + "x": 47707, + "y": -620668, + "z": -87968 + }, + "rot": { + "x": 0, + "y": 13719, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 203, + "instId": 300029, + "propState": 8, + "pos": { + "x": -5550, + "y": -617983, + "z": -91910 + }, + "rot": { + "x": 0, + "y": 126975, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 203, + "instId": 300007, + "propState": 8, + "pos": { + "x": -56102, + "y": -616554, + "z": -78686 + }, + "rot": { + "x": 0, + "y": 304923, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 203, + "instId": 300008, + "propState": 8, + "pos": { + "x": -57210, + "y": -616554, + "z": -80280 + }, + "rot": { + "x": 0, + "y": 304923, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 203, + "instId": 300009, + "propState": 8, + "pos": { + "x": -58300, + "y": -616554, + "z": -81830 + }, + "rot": { + "x": 0, + "y": 304923, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 203, + "instId": 300010, + "propState": 8, + "pos": { + "x": -75729, + "y": -616705, + "z": -66042 + }, + "rot": { + "x": 0, + "y": 186601, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 203, + "instId": 300011, + "propState": 8, + "pos": { + "x": -36140, + "y": -616704, + "z": -47300 + }, + "rot": { + "x": 0, + "y": 272694, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 203, + "instId": 300012, + "propState": 8, + "pos": { + "x": -46980, + "y": -616677, + "z": -36483 + }, + "rot": { + "x": 0, + "y": 176551, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 203, + "instId": 300030, + "propState": 8, + "pos": { + "x": -10469, + "y": -622250, + "z": 62124 + }, + "rot": { + "x": 0, + "y": 313664, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 203, + "instId": 300013, + "propState": 8, + "pos": { + "x": -100778, + "y": -623407, + "z": 11900 + }, + "rot": { + "x": 0, + "y": 85023, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 203, + "instId": 300014, + "propState": 8, + "pos": { + "x": -95843, + "y": -623426, + "z": -12611 + }, + "rot": { + "x": 0, + "y": 69245, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 203, + "instId": 300015, + "propState": 8, + "pos": { + "x": -160170, + "y": -631697, + "z": 44520 + }, + "rot": { + "x": 0, + "y": 176551, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 203, + "instId": 300016, + "propState": 8, + "pos": { + "x": -139600, + "y": -636897, + "z": 64530 + }, + "rot": { + "x": 0, + "y": 304383, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 203, + "instId": 300017, + "propState": 8, + "pos": { + "x": -131490, + "y": -645305, + "z": 102430 + }, + "rot": { + "x": 0, + "y": 12077, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 203, + "instId": 300018, + "propState": 8, + "pos": { + "x": -97510, + "y": -652362, + "z": 117110 + }, + "rot": { + "x": 0, + "y": 104657, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 203, + "instId": 300019, + "propState": 8, + "pos": { + "x": -81205, + "y": -652829, + "z": 95942 + }, + "rot": { + "x": 0, + "y": 48125, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 203, + "instId": 300020, + "propState": 8, + "pos": { + "x": -82420, + "y": -652829, + "z": 97290 + }, + "rot": { + "x": 0, + "y": 48125, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 203, + "instId": 300021, + "propState": 8, + "pos": { + "x": -77114, + "y": -652779, + "z": 98096 + }, + "rot": { + "x": 0, + "y": 80211, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 203, + "instId": 300022, + "propState": 8, + "pos": { + "x": -28450, + "y": -652820, + "z": 129650 + }, + "rot": { + "x": 0, + "y": 193112, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 203, + "instId": 300023, + "propState": 8, + "pos": { + "x": 5860, + "y": -658250, + "z": 134930 + }, + "rot": { + "x": 0, + "y": 72981, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 203, + "instId": 300026, + "propState": 8, + "pos": { + "x": -7209, + "y": -658715, + "z": 96848 + }, + "rot": { + "x": 0, + "y": 48125, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 203, + "instId": 300027, + "propState": 8, + "pos": { + "x": 25632, + "y": -656184, + "z": 96096 + }, + "rot": { + "x": 0, + "y": 249230, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 203, + "instId": 300028, + "propState": 8, + "pos": { + "x": 80075, + "y": -648619, + "z": 49729 + }, + "rot": { + "x": 0, + "y": 38357, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 203, + "instId": 300031, + "propState": 8, + "pos": { + "x": 39472, + "y": -651509, + "z": 50628 + }, + "rot": { + "x": 0, + "y": 76012, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 204, + "instId": 300001, + "propState": 8, + "pos": { + "x": 68832, + "y": -615987, + "z": -72419 + }, + "rot": { + "x": 0, + "y": 223492, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 204, + "instId": 300002, + "propState": 8, + "pos": { + "x": -62145, + "y": -616021, + "z": -64802 + }, + "rot": { + "x": 0, + "y": 17880, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 204, + "instId": 300003, + "propState": 8, + "pos": { + "x": -43629, + "y": -615973, + "z": 51574 + }, + "rot": { + "x": 0, + "y": 300668, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 204, + "instId": 300004, + "propState": 8, + "pos": { + "x": -77071, + "y": -615972, + "z": 65465 + }, + "rot": { + "x": 0, + "y": 219849, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 204, + "instId": 300005, + "propState": 8, + "pos": { + "x": -162022, + "y": -622762, + "z": 5937 + }, + "rot": { + "x": 0, + "y": 14777, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 204, + "instId": 300006, + "propState": 8, + "pos": { + "x": -129100, + "y": -622712, + "z": -12223 + }, + "rot": { + "x": 0, + "y": 250790, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 204, + "instId": 300007, + "propState": 8, + "pos": { + "x": -129468, + "y": -622743, + "z": 10169 + }, + "rot": { + "x": 0, + "y": 258864, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 204, + "instId": 300008, + "propState": 8, + "pos": { + "x": -88730, + "y": -652118, + "z": 124610 + }, + "rot": { + "x": 0, + "y": 147067, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 204, + "instId": 300009, + "propState": 8, + "pos": { + "x": -64094, + "y": -652120, + "z": 105774 + }, + "rot": { + "x": 0, + "y": 65007, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 204, + "instId": 300010, + "propState": 8, + "pos": { + "x": 5642, + "y": -657617, + "z": 127606 + }, + "rot": { + "x": 0, + "y": 187013, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 204, + "instId": 300011, + "propState": 8, + "pos": { + "x": 61367, + "y": -650777, + "z": 79057 + }, + "rot": { + "x": 0, + "y": 151500, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 204, + "instId": 300012, + "propState": 8, + "pos": { + "x": 48200, + "y": -652436, + "z": 28790 + }, + "rot": { + "x": 0, + "y": 306200, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 205, + "instId": 300001, + "propState": 8, + "pos": { + "x": -233772, + "y": 4148, + "z": 12918 + }, + "rot": { + "x": 0, + "y": 248762, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 205, + "instId": 300002, + "propState": 8, + "pos": { + "x": -230056, + "y": -350, + "z": 35078 + }, + "rot": { + "x": 0, + "y": 325679, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 205, + "instId": 300003, + "propState": 8, + "pos": { + "x": -252765, + "y": -350, + "z": 38639 + }, + "rot": { + "x": 0, + "y": 311924, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 205, + "instId": 300004, + "propState": 8, + "pos": { + "x": -292591, + "y": -4798, + "z": 54863 + }, + "rot": { + "x": 0, + "y": 38983, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 205, + "instId": 300005, + "propState": 8, + "pos": { + "x": -257508, + "y": -18133, + "z": 73084 + }, + "rot": { + "x": 0, + "y": 229033, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 205, + "instId": 300006, + "propState": 8, + "pos": { + "x": -310313, + "y": -19382, + "z": -25246 + }, + "rot": { + "x": 0, + "y": 161425, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 205, + "instId": 300007, + "propState": 8, + "pos": { + "x": -263815, + "y": -15580, + "z": -69010 + }, + "rot": { + "x": 0, + "y": 161425, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 205, + "instId": 300008, + "propState": 8, + "pos": { + "x": -247640, + "y": -15495, + "z": -107050 + }, + "rot": { + "x": 0, + "y": 259145, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 205, + "instId": 300009, + "propState": 8, + "pos": { + "x": -291120, + "y": -24719, + "z": -112160 + }, + "rot": { + "x": 0, + "y": 167971, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 205, + "instId": 300010, + "propState": 8, + "pos": { + "x": -243739, + "y": 445, + "z": -32093 + }, + "rot": { + "x": 0, + "y": 338412, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 205, + "instId": 300011, + "propState": 8, + "pos": { + "x": -224680, + "y": 442, + "z": -44805 + }, + "rot": { + "x": 0, + "y": 82100, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 206, + "instId": 300001, + "propState": 8, + "pos": { + "x": 300255, + "y": -30540, + "z": -23671 + }, + "rot": { + "x": 0, + "y": 248762, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 206, + "instId": 300002, + "propState": 8, + "pos": { + "x": 262810, + "y": 11060, + "z": -112734 + }, + "rot": { + "x": 0, + "y": 354791, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 209, + "instId": 300001, + "propState": 8, + "pos": { + "x": -278937, + "y": -18947, + "z": 75270 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 209, + "instId": 300002, + "propState": 8, + "pos": { + "x": -278937, + "y": -18947, + "z": 75270 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104023 + }, + { + "groupId": 209, + "instId": 300003, + "propState": 20, + "pos": { + "x": -314015, + "y": -20282, + "z": -36519 + }, + "rot": { + "x": 0, + "y": 40917, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 209, + "instId": 300004, + "propState": 1, + "pos": { + "x": -314015, + "y": -20282, + "z": -36519 + }, + "rot": { + "x": 0, + "y": 40917, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 210, + "instId": 300001, + "propState": 8, + "pos": { + "x": 309378, + "y": -30328, + "z": -65955 + }, + "rot": { + "x": 0, + "y": 310462, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 210, + "instId": 300002, + "propState": 8, + "pos": { + "x": 309378, + "y": -30328, + "z": -65955 + }, + "rot": { + "x": 0, + "y": 310462, + "z": 0 + }, + "propId": 104023 + }, + { + "groupId": 210, + "instId": 300003, + "propState": 20, + "pos": { + "x": 258248, + "y": -14952, + "z": -64958 + }, + "rot": { + "x": 0, + "y": 47315, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 210, + "instId": 300004, + "propState": 1, + "pos": { + "x": 258248, + "y": -14952, + "z": -64958 + }, + "rot": { + "x": 0, + "y": 47315, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 227, + "instId": 300001, + "propState": 11, + "pos": { + "x": -246140, + "y": -1050, + "z": 41610 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104046 + }, + { + "groupId": 228, + "instId": 300001, + "propState": 11, + "pos": { + "x": 308420, + "y": -762, + "z": -52467 + }, + "rot": { + "x": 0, + "y": 173000, + "z": 0 + }, + "propId": 104046 + }, + { + "groupId": 229, + "instId": 300001, + "propState": 11, + "pos": { + "x": 84120, + "y": -648972, + "z": 48630 + }, + "rot": { + "x": 0, + "y": 336000, + "z": 0 + }, + "propId": 104046 + }, + { + "groupId": 230, + "instId": 300001, + "propState": 12, + "pos": { + "x": 61210, + "y": 64050, + "z": 65820 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 231, + "instId": 300001, + "propState": 8, + "pos": { + "x": 118707, + "y": 60650, + "z": -2559 + }, + "rot": { + "x": 0, + "y": 289257, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 231, + "instId": 300002, + "propState": 8, + "pos": { + "x": 87073, + "y": 60650, + "z": 4325 + }, + "rot": { + "x": 0, + "y": 342917, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 231, + "instId": 300003, + "propState": 8, + "pos": { + "x": 57712, + "y": 64600, + "z": 60950 + }, + "rot": { + "x": 0, + "y": 228312, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 231, + "instId": 300004, + "propState": 8, + "pos": { + "x": 31280, + "y": 64700, + "z": 35828 + }, + "rot": { + "x": 0, + "y": 295059, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 231, + "instId": 300005, + "propState": 8, + "pos": { + "x": -34153, + "y": 72700, + "z": 30606 + }, + "rot": { + "x": 0, + "y": 137188, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 232, + "instId": 300001, + "propState": 8, + "pos": { + "x": 118536, + "y": 60650, + "z": 2263 + }, + "rot": { + "x": 0, + "y": 243010, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 232, + "instId": 300002, + "propState": 8, + "pos": { + "x": 87018, + "y": 60650, + "z": -4101 + }, + "rot": { + "x": 0, + "y": 174376, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 232, + "instId": 300003, + "propState": 8, + "pos": { + "x": 56943, + "y": 64600, + "z": -59123 + }, + "rot": { + "x": 0, + "y": 305783, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 232, + "instId": 300004, + "propState": 8, + "pos": { + "x": 28808, + "y": 64600, + "z": -37005 + }, + "rot": { + "x": 0, + "y": 236801, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 232, + "instId": 300005, + "propState": 8, + "pos": { + "x": -33742, + "y": 72650, + "z": -30959 + }, + "rot": { + "x": 0, + "y": 38274, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 234, + "instId": 300001, + "propState": 12, + "pos": { + "x": 30, + "y": -22000, + "z": 93450 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 235, + "instId": 300001, + "propState": 8, + "pos": { + "x": -16184, + "y": -13400, + "z": 2655 + }, + "rot": { + "x": 0, + "y": 300322, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 235, + "instId": 300002, + "propState": 8, + "pos": { + "x": 2093, + "y": -21350, + "z": 31946 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 235, + "instId": 300003, + "propState": 8, + "pos": { + "x": -12724, + "y": -21450, + "z": 91789 + }, + "rot": { + "x": 0, + "y": 250006, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 235, + "instId": 300004, + "propState": 8, + "pos": { + "x": -76990, + "y": -25605, + "z": 50881 + }, + "rot": { + "x": 0, + "y": 185747, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 235, + "instId": 300005, + "propState": 8, + "pos": { + "x": -93561, + "y": -29350, + "z": -2243 + }, + "rot": { + "x": 0, + "y": 279487, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 237, + "instId": 300001, + "propState": 8, + "pos": { + "x": -30940, + "y": -29350, + "z": -3590 + }, + "rot": { + "x": 0, + "y": 173501, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 237, + "instId": 300002, + "propState": 8, + "pos": { + "x": -67359, + "y": -25350, + "z": -63138 + }, + "rot": { + "x": 0, + "y": 321306, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 237, + "instId": 300003, + "propState": 8, + "pos": { + "x": -93622, + "y": -29350, + "z": 2777 + }, + "rot": { + "x": 0, + "y": 250006, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 239, + "instId": 300001, + "propState": 8, + "pos": { + "x": 2685, + "y": -47787, + "z": -103082 + }, + "rot": { + "x": 0, + "y": 340797, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 239, + "instId": 300002, + "propState": 8, + "pos": { + "x": -4040, + "y": -47950, + "z": -67324 + }, + "rot": { + "x": 0, + "y": 279226, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 239, + "instId": 300003, + "propState": 8, + "pos": { + "x": -47928, + "y": -51850, + "z": -44448 + }, + "rot": { + "x": 0, + "y": 49303, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 240, + "instId": 300001, + "propState": 8, + "pos": { + "x": 2693, + "y": -47950, + "z": -102255 + }, + "rot": { + "x": 0, + "y": 346021, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 240, + "instId": 300002, + "propState": 8, + "pos": { + "x": -5401, + "y": -47950, + "z": -66646 + }, + "rot": { + "x": 0, + "y": 275482, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 240, + "instId": 300003, + "propState": 8, + "pos": { + "x": -40843, + "y": -51900, + "z": -59056 + }, + "rot": { + "x": 0, + "y": 309896, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 240, + "instId": 300004, + "propState": 8, + "pos": { + "x": -67194, + "y": -55850, + "z": 1950 + }, + "rot": { + "x": 0, + "y": 94833, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 240, + "instId": 300005, + "propState": 8, + "pos": { + "x": -32017, + "y": -59850, + "z": -34511 + }, + "rot": { + "x": 0, + "y": 38274, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 241, + "instId": 300001, + "propState": 12, + "pos": { + "x": -47280, + "y": -56500, + "z": 2210 + }, + "rot": { + "x": 0, + "y": 227069, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 243, + "instId": 300001, + "propState": 8, + "pos": { + "x": 10137, + "y": -615900, + "z": -14125 + }, + "rot": { + "x": 0, + "y": 92775, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 243, + "instId": 300002, + "propState": 8, + "pos": { + "x": 25068, + "y": -612385, + "z": 8312 + }, + "rot": { + "x": 0, + "y": 312213, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 243, + "instId": 300003, + "propState": 8, + "pos": { + "x": 36045, + "y": -611900, + "z": 30379 + }, + "rot": { + "x": 0, + "y": 151648, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 243, + "instId": 300004, + "propState": 8, + "pos": { + "x": 47066, + "y": -614000, + "z": 2204 + }, + "rot": { + "x": 0, + "y": 192253, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 243, + "instId": 300005, + "propState": 8, + "pos": { + "x": 29924, + "y": -615900, + "z": -33710 + }, + "rot": { + "x": 0, + "y": 131387, + "z": 0 + }, + "propId": 104270 + }, + { + "groupId": 245, + "instId": 300001, + "propState": 12, + "pos": { + "x": 4380, + "y": -610700, + "z": 46587 + }, + "rot": { + "x": 0, + "y": 188654, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 247, + "instId": 300001, + "propState": 18, + "pos": { + "x": 5394, + "y": -617790, + "z": -89669 + }, + "rot": { + "x": 0, + "y": 298803, + "z": 0 + }, + "propId": 104094 + }, + { + "groupId": 248, + "instId": 300001, + "propState": 8, + "pos": { + "x": -86150, + "y": -653416, + "z": 116168 + }, + "rot": { + "x": 0, + "y": 142999, + "z": 0 + }, + "propId": 104238 + } + ], + "monsters": [ + { + "groupId": 196, + "instId": 200001, + "eventId": 20432101, + "pos": { + "x": 157039, + "y": 8358, + "z": 14058 + }, + "rot": { + "x": 0, + "y": 325785, + "z": 0 + }, + "monsterId": 4032050 + }, + { + "groupId": 196, + "instId": 200002, + "eventId": 20432102, + "pos": { + "x": 159937, + "y": 8358, + "z": 14986 + }, + "rot": { + "x": 0, + "y": 337213, + "z": 0 + }, + "monsterId": 4032040 + }, + { + "groupId": 196, + "instId": 200003, + "eventId": 20432103, + "pos": { + "x": -121727, + "y": -1809, + "z": 33446 + }, + "rot": { + "x": 0, + "y": 79973, + "z": 0 + }, + "monsterId": 4032040 + }, + { + "groupId": 196, + "instId": 200004, + "eventId": 20432104, + "pos": { + "x": -122460, + "y": -1809, + "z": 30454 + }, + "rot": { + "x": 0, + "y": 113873, + "z": 0 + }, + "monsterId": 4032050 + }, + { + "groupId": 198, + "instId": 200001, + "eventId": 20432231, + "pos": { + "x": -85254, + "y": -2505, + "z": -79209 + }, + "rot": { + "x": 0, + "y": 305501, + "z": 0 + }, + "monsterId": 4033030 + }, + { + "groupId": 199, + "instId": 200001, + "eventId": 20432232, + "pos": { + "x": -98189, + "y": -655609, + "z": 81715 + }, + "rot": { + "x": 0, + "y": 348241, + "z": 0 + }, + "monsterId": 4033020 + }, + { + "groupId": 207, + "instId": 200001, + "eventId": 20432111, + "pos": { + "x": -245084, + "y": -1050, + "z": 26123 + }, + "rot": { + "x": 0, + "y": 61831, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 207, + "instId": 200002, + "eventId": 20432112, + "pos": { + "x": -244360, + "y": -1050, + "z": 29120 + }, + "rot": { + "x": 0, + "y": 99975, + "z": 0 + }, + "monsterId": 4032040 + }, + { + "groupId": 207, + "instId": 200003, + "eventId": 20432113, + "pos": { + "x": -294609, + "y": -5505, + "z": 75455 + }, + "rot": { + "x": 0, + "y": 246950, + "z": 0 + }, + "monsterId": 4032050 + }, + { + "groupId": 207, + "instId": 200004, + "eventId": 20432114, + "pos": { + "x": -254350, + "y": -16280, + "z": -76984 + }, + "rot": { + "x": 0, + "y": 82964, + "z": 0 + }, + "monsterId": 4032040 + }, + { + "groupId": 207, + "instId": 200005, + "eventId": 20432115, + "pos": { + "x": -252826, + "y": -16152, + "z": -63008 + }, + "rot": { + "x": 0, + "y": 115055, + "z": 0 + }, + "monsterId": 4032050 + }, + { + "groupId": 207, + "instId": 200006, + "eventId": 20432116, + "pos": { + "x": -250708, + "y": -16178, + "z": -66175 + }, + "rot": { + "x": 0, + "y": 36163, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 207, + "instId": 200007, + "eventId": 20432117, + "pos": { + "x": -213960, + "y": -258, + "z": -33700 + }, + "rot": { + "x": 0, + "y": 36163, + "z": 0 + }, + "monsterId": 4032040 + }, + { + "groupId": 207, + "instId": 200008, + "eventId": 20432118, + "pos": { + "x": -210810, + "y": -258, + "z": -34770 + }, + "rot": { + "x": 0, + "y": 341460, + "z": 0 + }, + "monsterId": 4032050 + }, + { + "groupId": 208, + "instId": 200001, + "eventId": 20432121, + "pos": { + "x": 66387, + "y": -615320, + "z": -11109 + }, + "rot": { + "x": 0, + "y": 316822, + "z": 0 + }, + "monsterId": 4032050 + }, + { + "groupId": 208, + "instId": 200002, + "eventId": 20432122, + "pos": { + "x": -33815, + "y": -621470, + "z": -94360 + }, + "rot": { + "x": 0, + "y": 316822, + "z": 0 + }, + "monsterId": 4032040 + }, + { + "groupId": 208, + "instId": 200003, + "eventId": 20432123, + "pos": { + "x": -32773, + "y": -621470, + "z": -90827 + }, + "rot": { + "x": 0, + "y": 243013, + "z": 0 + }, + "monsterId": 4032040 + }, + { + "groupId": 208, + "instId": 200004, + "eventId": 20432124, + "pos": { + "x": -55536, + "y": -616607, + "z": 75727 + }, + "rot": { + "x": 0, + "y": 69693, + "z": 0 + }, + "monsterId": 4032050 + }, + { + "groupId": 208, + "instId": 200005, + "eventId": 20432125, + "pos": { + "x": 64233, + "y": -615320, + "z": -11268 + }, + "rot": { + "x": 0, + "y": 316822, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 233, + "instId": 200001, + "eventId": 20432131, + "pos": { + "x": 67132, + "y": 64050, + "z": -65382 + }, + "rot": { + "x": 0, + "y": 295594, + "z": 0 + }, + "monsterId": 4032040 + }, + { + "groupId": 236, + "instId": 200001, + "eventId": 20432132, + "pos": { + "x": -32250, + "y": -13840, + "z": -1950 + }, + "rot": { + "x": 0, + "y": 244213, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 238, + "instId": 200001, + "eventId": 20432133, + "pos": { + "x": -17700, + "y": -26000, + "z": -22030 + }, + "rot": { + "x": 0, + "y": 347180, + "z": 0 + }, + "monsterId": 4032050 + }, + { + "groupId": 242, + "instId": 200001, + "eventId": 20432134, + "pos": { + "x": 4490, + "y": -48500, + "z": -69330 + }, + "rot": { + "x": 0, + "y": 266013, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 244, + "instId": 200001, + "eventId": 20432135, + "pos": { + "x": 13830, + "y": -612550, + "z": 17270 + }, + "rot": { + "x": 0, + "y": 266013, + "z": 0 + }, + "monsterId": 4032050 + } + ], + "teleports": [ + { + "anchorId": 1, + "groupId": 69, + "instId": 300001, + "pos": { + "x": -3, + "y": -46690, + "z": -152573 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2043201 + }, + { + "anchorId": 2, + "groupId": 69, + "instId": 300002, + "pos": { + "x": 46625, + "y": -616704, + "z": -46612 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "teleportId": 2043202 + }, + { + "anchorId": 3, + "groupId": 69, + "instId": 300003, + "pos": { + "x": 47036, + "y": -651261, + "z": 46995 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "teleportId": 2043203 + }, + { + "anchorId": 4, + "groupId": 69, + "instId": 300004, + "pos": { + "x": -124500, + "y": 533, + "z": 40 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "teleportId": 2043204 + }, + { + "anchorId": 5, + "groupId": 69, + "instId": 300005, + "pos": { + "x": 166948, + "y": -23632, + "z": -44836 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "teleportId": 2043205 + }, + { + "anchorId": 6, + "groupId": 69, + "instId": 300006, + "pos": { + "x": 163940, + "y": 58865, + "z": 20515 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "teleportId": 2043206 + }, + { + "anchorId": 1, + "groupId": 192, + "instId": 300001, + "pos": { + "x": -154080, + "y": -31188, + "z": 31160 + }, + "rot": { + "x": 0, + "y": 28332, + "z": 0 + }, + "teleportId": 1213 + } + ] + }, + { + "planeID": 20433, + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": 90, + "y": 34438, + "z": -668310 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 8, + "pos": { + "x": 80, + "y": 88233, + "z": -292917 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 3, + "instId": 300004, + "propState": 8, + "pos": { + "x": 90, + "y": 34438, + "z": -668310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 3, + "instId": 300005, + "propState": 8, + "pos": { + "x": 80, + "y": 88233, + "z": -292917 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 8, + "pos": { + "x": 0, + "y": 31120, + "z": -262500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 3, + "instId": 300006, + "propState": 8, + "pos": { + "x": -16800, + "y": 53400, + "z": -1221800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 8, + "pos": { + "x": 110, + "y": 102442, + "z": 217370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 8, + "pos": { + "x": -2650, + "y": 806319, + "z": 660226 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 8, + "pos": { + "x": 110, + "y": 102442, + "z": 217370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 4, + "instId": 300005, + "propState": 8, + "pos": { + "x": -2650, + "y": 806319, + "z": 660226 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 8, + "pos": { + "x": 0, + "y": 334400, + "z": 953800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300006, + "propState": 8, + "pos": { + "x": 0, + "y": 648000, + "z": 10600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 20, + "instId": 300001, + "propState": 8, + "pos": { + "x": 11290, + "y": 34423, + "z": -673490 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104050 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 8, + "pos": { + "x": 4981, + "y": 88068, + "z": -259686 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 104050 + }, + { + "groupId": 20, + "instId": 300003, + "propState": 8, + "pos": { + "x": 6420, + "y": 103713, + "z": -77290 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104050 + }, + { + "groupId": 20, + "instId": 300005, + "propState": 8, + "pos": { + "x": 11360, + "y": 888340, + "z": 998350 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104050 + }, + { + "groupId": 22, + "instId": 300001, + "propState": 2, + "pos": { + "x": -33113, + "y": 33129, + "z": -810385 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104012 + }, + { + "groupId": 22, + "instId": 300002, + "propState": 2, + "pos": { + "x": 33065, + "y": 33103, + "z": -810576 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104012 + }, + { + "groupId": 22, + "instId": 300003, + "propState": 2, + "pos": { + "x": -48273, + "y": 30917, + "z": -790429 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104012 + }, + { + "groupId": 22, + "instId": 300004, + "propState": 2, + "pos": { + "x": -48093, + "y": 30928, + "z": -5750260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104012 + }, + { + "groupId": 22, + "instId": 300005, + "propState": 2, + "pos": { + "x": 48031, + "y": 30922, + "z": -5750286 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104012 + }, + { + "groupId": 22, + "instId": 300006, + "propState": 2, + "pos": { + "x": 48251, + "y": 30925, + "z": -790498 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104012 + }, + { + "groupId": 22, + "instId": 300007, + "propState": 2, + "pos": { + "x": 0, + "y": 0, + "z": 200000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104012 + }, + { + "groupId": 23, + "instId": 300001, + "propState": 8, + "pos": { + "x": -2720, + "y": 814725, + "z": 728740 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 8, + "pos": { + "x": 25160, + "y": 844695, + "z": 858000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 23, + "instId": 300003, + "propState": 8, + "pos": { + "x": -21220, + "y": 88418, + "z": -172604 + }, + "rot": { + "x": 0, + "y": 59796, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 23, + "instId": 300004, + "propState": 8, + "pos": { + "x": 21350, + "y": 88420, + "z": -172660 + }, + "rot": { + "x": 0, + "y": 300714, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 24, + "instId": 300001, + "propState": 1, + "pos": { + "x": -41135, + "y": 30783, + "z": -752922 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 24, + "instId": 300002, + "propState": 1, + "pos": { + "x": 41192, + "y": 30733, + "z": -752230 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 25, + "instId": 300001, + "propState": 8, + "pos": { + "x": -50066, + "y": 30782, + "z": -774474 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104059 + }, + { + "groupId": 25, + "instId": 300002, + "propState": 8, + "pos": { + "x": 48258, + "y": 30782, + "z": -755308 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104059 + }, + { + "groupId": 27, + "instId": 300003, + "propState": 8, + "pos": { + "x": -9364, + "y": 104544, + "z": 110462 + }, + "rot": { + "x": 0, + "y": 89602, + "z": 0 + }, + "propId": 104072 + }, + { + "groupId": 27, + "instId": 300004, + "propState": 8, + "pos": { + "x": 9362, + "y": 104544, + "z": 110385 + }, + "rot": { + "x": 0, + "y": 269602, + "z": 0 + }, + "propId": 104072 + }, + { + "groupId": 27, + "instId": 300005, + "propState": 8, + "pos": { + "x": -35594, + "y": 822308, + "z": 742265 + }, + "rot": { + "x": 0, + "y": 29239, + "z": 0 + }, + "propId": 104072 + }, + { + "groupId": 28, + "instId": 300001, + "propState": 8, + "pos": { + "x": -43270, + "y": 30780, + "z": -773530 + }, + "rot": { + "x": 0, + "y": 41937, + "z": 0 + }, + "propId": 104073 + }, + { + "groupId": 28, + "instId": 300002, + "propState": 8, + "pos": { + "x": 53050, + "y": 30780, + "z": -773470 + }, + "rot": { + "x": 0, + "y": 41937, + "z": 0 + }, + "propId": 104073 + }, + { + "groupId": 29, + "instId": 300001, + "propState": 8, + "pos": { + "x": -2669, + "y": 888340, + "z": 1000540 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104192 + }, + { + "groupId": 30, + "instId": 300001, + "propState": 1, + "pos": { + "x": -20300, + "y": 821514, + "z": 762000 + }, + "rot": { + "x": 0, + "y": 208490, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 30, + "instId": 300002, + "propState": 1, + "pos": { + "x": -1040, + "y": 831710, + "z": 807730 + }, + "rot": { + "x": 0, + "y": 32300, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 30, + "instId": 300003, + "propState": 1, + "pos": { + "x": -20099, + "y": 821411, + "z": 768994 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104001 + }, + { + "groupId": 30, + "instId": 300004, + "propState": 1, + "pos": { + "x": -20099, + "y": 821411, + "z": 768994 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104014 + }, + { + "groupId": 30, + "instId": 300005, + "propState": 1, + "pos": { + "x": -1023, + "y": 831379, + "z": 802078 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104014 + }, + { + "groupId": 31, + "instId": 300001, + "propState": 1, + "pos": { + "x": 534, + "y": 854718, + "z": 897468 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 31, + "instId": 300002, + "propState": 1, + "pos": { + "x": -5760, + "y": 886360, + "z": 945220 + }, + "rot": { + "x": 0, + "y": 1900, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 31, + "instId": 300003, + "propState": 1, + "pos": { + "x": -2839, + "y": 854635, + "z": 902597 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104001 + }, + { + "groupId": 31, + "instId": 300004, + "propState": 1, + "pos": { + "x": -2800, + "y": 854480, + "z": 902620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104014 + }, + { + "groupId": 31, + "instId": 300005, + "propState": 1, + "pos": { + "x": -2676, + "y": 886260, + "z": 940527 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104014 + }, + { + "groupId": 31, + "instId": 300006, + "propState": 8, + "pos": { + "x": -8300, + "y": 833800, + "z": 923100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104258 + }, + { + "groupId": 31, + "instId": 300007, + "propState": 8, + "pos": { + "x": 250, + "y": 886367, + "z": 945220 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104016 + }, + { + "groupId": 32, + "instId": 300004, + "propState": 8, + "pos": { + "x": 25380, + "y": 30733, + "z": -795960 + }, + "rot": { + "x": 0, + "y": 208285, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 32, + "instId": 300005, + "propState": 8, + "pos": { + "x": -25198, + "y": 30782, + "z": -825492 + }, + "rot": { + "x": 0, + "y": 45689, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 32, + "instId": 300016, + "propState": 8, + "pos": { + "x": 8340, + "y": 27791, + "z": -806930 + }, + "rot": { + "x": 0, + "y": 270082, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 32, + "instId": 300001, + "propState": 8, + "pos": { + "x": 8339, + "y": 27791, + "z": -808710 + }, + "rot": { + "x": 0, + "y": 270082, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 32, + "instId": 300002, + "propState": 8, + "pos": { + "x": 8339, + "y": 27791, + "z": -810528 + }, + "rot": { + "x": 0, + "y": 270082, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 32, + "instId": 300003, + "propState": 8, + "pos": { + "x": 8339, + "y": 27791, + "z": -812230 + }, + "rot": { + "x": 0, + "y": 270082, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 32, + "instId": 300009, + "propState": 8, + "pos": { + "x": 8339, + "y": 27791, + "z": -814020 + }, + "rot": { + "x": 0, + "y": 270082, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 32, + "instId": 300006, + "propState": 8, + "pos": { + "x": -38574, + "y": 30783, + "z": -760788 + }, + "rot": { + "x": 0, + "y": 182322, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 32, + "instId": 300007, + "propState": 8, + "pos": { + "x": -67602, + "y": 30783, + "z": -760736 + }, + "rot": { + "x": 0, + "y": 135625, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 32, + "instId": 300008, + "propState": 8, + "pos": { + "x": 8751, + "y": 27828, + "z": -730691 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 32, + "instId": 300011, + "propState": 8, + "pos": { + "x": -7446, + "y": 27791, + "z": -803924 + }, + "rot": { + "x": 0, + "y": 131392, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 32, + "instId": 300010, + "propState": 8, + "pos": { + "x": -8359, + "y": 27791, + "z": -806910 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 32, + "instId": 300012, + "propState": 8, + "pos": { + "x": -8360, + "y": 27791, + "z": -808690 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 32, + "instId": 300013, + "propState": 8, + "pos": { + "x": -8360, + "y": 27791, + "z": -810508 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 32, + "instId": 300014, + "propState": 8, + "pos": { + "x": -8360, + "y": 27791, + "z": -812210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 32, + "instId": 300015, + "propState": 8, + "pos": { + "x": -8360, + "y": 27791, + "z": -814000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 33, + "instId": 300004, + "propState": 8, + "pos": { + "x": 4399, + "y": 102294, + "z": 185678 + }, + "rot": { + "x": 0, + "y": 346830, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 33, + "instId": 300014, + "propState": 8, + "pos": { + "x": 2550, + "y": 102294, + "z": 185250 + }, + "rot": { + "x": 0, + "y": 346830, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 33, + "instId": 300005, + "propState": 8, + "pos": { + "x": -5420, + "y": 102363, + "z": 174320 + }, + "rot": { + "x": 0, + "y": 18718, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 33, + "instId": 300017, + "propState": 8, + "pos": { + "x": -3730, + "y": 102363, + "z": 173750 + }, + "rot": { + "x": 0, + "y": 18718, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 33, + "instId": 300018, + "propState": 8, + "pos": { + "x": -2065, + "y": 102363, + "z": 173183 + }, + "rot": { + "x": 0, + "y": 18718, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 33, + "instId": 300016, + "propState": 8, + "pos": { + "x": -6255, + "y": 102381, + "z": 159532 + }, + "rot": { + "x": 0, + "y": 70704, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 33, + "instId": 300006, + "propState": 8, + "pos": { + "x": 5302, + "y": 102089, + "z": 150659 + }, + "rot": { + "x": 0, + "y": 310809, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 33, + "instId": 300011, + "propState": 8, + "pos": { + "x": -3985, + "y": 102294, + "z": 194062 + }, + "rot": { + "x": 0, + "y": 224324, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 33, + "instId": 300012, + "propState": 8, + "pos": { + "x": -4583, + "y": 104784, + "z": -62938 + }, + "rot": { + "x": 0, + "y": 151932, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 33, + "instId": 300010, + "propState": 8, + "pos": { + "x": -6721, + "y": 88064, + "z": -161029 + }, + "rot": { + "x": 0, + "y": 157276, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 33, + "instId": 300001, + "propState": 8, + "pos": { + "x": -15391, + "y": 87894, + "z": -193498 + }, + "rot": { + "x": 0, + "y": 79601, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 33, + "instId": 300002, + "propState": 8, + "pos": { + "x": -16310, + "y": 87938, + "z": -191586 + }, + "rot": { + "x": 0, + "y": 32635, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 33, + "instId": 300003, + "propState": 8, + "pos": { + "x": -4989, + "y": 103649, + "z": 121129 + }, + "rot": { + "x": 0, + "y": 107831, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 33, + "instId": 300009, + "propState": 8, + "pos": { + "x": 5577, + "y": 102008, + "z": 149683 + }, + "rot": { + "x": 0, + "y": 238734, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 33, + "instId": 300007, + "propState": 8, + "pos": { + "x": 87702, + "y": 105194, + "z": 24424 + }, + "rot": { + "x": 0, + "y": 224646, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 33, + "instId": 300008, + "propState": 8, + "pos": { + "x": 86894, + "y": 105218, + "z": -2978 + }, + "rot": { + "x": 0, + "y": 306820, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 33, + "instId": 300013, + "propState": 8, + "pos": { + "x": -86940, + "y": 105218, + "z": 24145 + }, + "rot": { + "x": 0, + "y": 139600, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 33, + "instId": 300015, + "propState": 8, + "pos": { + "x": -87438, + "y": 105194, + "z": -3721 + }, + "rot": { + "x": 0, + "y": 46811, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 33, + "instId": 300030, + "propState": 8, + "pos": { + "x": 5276, + "y": 104784, + "z": 56046 + }, + "rot": { + "x": 0, + "y": 346212, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 33, + "instId": 300031, + "propState": 8, + "pos": { + "x": 3420, + "y": 104784, + "z": 55590 + }, + "rot": { + "x": 0, + "y": 346212, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 33, + "instId": 300032, + "propState": 8, + "pos": { + "x": -5078, + "y": 104603, + "z": 52713 + }, + "rot": { + "x": 0, + "y": 43654, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 33, + "instId": 300019, + "propState": 8, + "pos": { + "x": 5440, + "y": 104785, + "z": -40065 + }, + "rot": { + "x": 0, + "y": 334981, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 33, + "instId": 300020, + "propState": 8, + "pos": { + "x": -8170, + "y": 103702, + "z": -88690 + }, + "rot": { + "x": 0, + "y": 81309, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 33, + "instId": 300021, + "propState": 8, + "pos": { + "x": -5629, + "y": 88186, + "z": -212743 + }, + "rot": { + "x": 0, + "y": 30015, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 33, + "instId": 300022, + "propState": 8, + "pos": { + "x": -3880, + "y": 88186, + "z": -213750 + }, + "rot": { + "x": 0, + "y": 30015, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 33, + "instId": 300023, + "propState": 8, + "pos": { + "x": -5651, + "y": 88634, + "z": -251113 + }, + "rot": { + "x": 0, + "y": 80675, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 33, + "instId": 300024, + "propState": 8, + "pos": { + "x": 30950, + "y": 88100, + "z": -176990 + }, + "rot": { + "x": 0, + "y": 214289, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 33, + "instId": 300025, + "propState": 8, + "pos": { + "x": 29330, + "y": 88100, + "z": -175410 + }, + "rot": { + "x": 0, + "y": 234109, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 33, + "instId": 300026, + "propState": 8, + "pos": { + "x": 32846, + "y": 88100, + "z": -169687 + }, + "rot": { + "x": 0, + "y": 357140, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 33, + "instId": 300027, + "propState": 8, + "pos": { + "x": 30620, + "y": 88100, + "z": -170060 + }, + "rot": { + "x": 0, + "y": 332848, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 33, + "instId": 300028, + "propState": 8, + "pos": { + "x": 29060, + "y": 88100, + "z": -171390 + }, + "rot": { + "x": 0, + "y": 300634, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 33, + "instId": 300029, + "propState": 8, + "pos": { + "x": 28426, + "y": 88100, + "z": -173324 + }, + "rot": { + "x": 0, + "y": 271497, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 34, + "instId": 300004, + "propState": 8, + "pos": { + "x": 1258, + "y": 814597, + "z": 722212 + }, + "rot": { + "x": 0, + "y": 304935, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 34, + "instId": 300005, + "propState": 8, + "pos": { + "x": -6490, + "y": 814597, + "z": 735360 + }, + "rot": { + "x": 0, + "y": 171346, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 34, + "instId": 300016, + "propState": 8, + "pos": { + "x": -32849, + "y": 821545, + "z": 754607 + }, + "rot": { + "x": 0, + "y": 70801, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 34, + "instId": 300006, + "propState": 8, + "pos": { + "x": 11621, + "y": 831710, + "z": 809150 + }, + "rot": { + "x": 0, + "y": 314171, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 34, + "instId": 300007, + "propState": 8, + "pos": { + "x": 30701, + "y": 844567, + "z": 853235 + }, + "rot": { + "x": 0, + "y": 286301, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 34, + "instId": 300001, + "propState": 8, + "pos": { + "x": 14150, + "y": 844563, + "z": 862000 + }, + "rot": { + "x": 0, + "y": 306686, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 34, + "instId": 300002, + "propState": 8, + "pos": { + "x": -895, + "y": 806117, + "z": 694119 + }, + "rot": { + "x": 0, + "y": 306686, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 34, + "instId": 300003, + "propState": 8, + "pos": { + "x": 57060, + "y": 837678, + "z": 841150 + }, + "rot": { + "x": 0, + "y": 286301, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 34, + "instId": 300008, + "propState": 8, + "pos": { + "x": 56160, + "y": 837678, + "z": 838090 + }, + "rot": { + "x": 0, + "y": 165045, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 34, + "instId": 300009, + "propState": 8, + "pos": { + "x": 54080, + "y": 837678, + "z": 841810 + }, + "rot": { + "x": 0, + "y": 23044, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 34, + "instId": 300010, + "propState": 8, + "pos": { + "x": -32680, + "y": 811310, + "z": 829470 + }, + "rot": { + "x": 0, + "y": 286301, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 34, + "instId": 300011, + "propState": 8, + "pos": { + "x": -32680, + "y": 808970, + "z": 829470 + }, + "rot": { + "x": 0, + "y": 164401, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 34, + "instId": 300012, + "propState": 8, + "pos": { + "x": -32680, + "y": 806450, + "z": 829470 + }, + "rot": { + "x": 0, + "y": 75315, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 34, + "instId": 300013, + "propState": 8, + "pos": { + "x": 26050, + "y": 805600, + "z": 704490 + }, + "rot": { + "x": 0, + "y": 286301, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 34, + "instId": 300014, + "propState": 8, + "pos": { + "x": 27860, + "y": 805600, + "z": 702320 + }, + "rot": { + "x": 0, + "y": 166806, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 34, + "instId": 300015, + "propState": 8, + "pos": { + "x": 28690, + "y": 805600, + "z": 704670 + }, + "rot": { + "x": 0, + "y": 60984, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 35, + "instId": 300001, + "propState": 12, + "pos": { + "x": 68671, + "y": 30783, + "z": -779331 + }, + "rot": { + "x": 0, + "y": 314575, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 35, + "instId": 300002, + "propState": 12, + "pos": { + "x": -55196, + "y": 30783, + "z": -757579 + }, + "rot": { + "x": 0, + "y": 140718, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 35, + "instId": 300003, + "propState": 12, + "pos": { + "x": 24378, + "y": 30782, + "z": -824582 + }, + "rot": { + "x": 0, + "y": 318451, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 35, + "instId": 300004, + "propState": 12, + "pos": { + "x": -21894, + "y": 30782, + "z": -794473 + }, + "rot": { + "x": 0, + "y": 180917, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 36, + "instId": 300001, + "propState": 12, + "pos": { + "x": 7575, + "y": 103702, + "z": 105860 + }, + "rot": { + "x": 0, + "y": 310511, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 36, + "instId": 300002, + "propState": 12, + "pos": { + "x": 10107, + "y": 103702, + "z": -77717 + }, + "rot": { + "x": 0, + "y": 252809, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 36, + "instId": 300003, + "propState": 12, + "pos": { + "x": -12237, + "y": 91838, + "z": -133635 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 36, + "instId": 300004, + "propState": 12, + "pos": { + "x": 18020, + "y": 88100, + "z": -131640 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 36, + "instId": 300005, + "propState": 12, + "pos": { + "x": -16760, + "y": 88100, + "z": -193550 + }, + "rot": { + "x": 0, + "y": 29935, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 36, + "instId": 300006, + "propState": 12, + "pos": { + "x": 7689, + "y": 88230, + "z": -284421 + }, + "rot": { + "x": 0, + "y": 271448, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 37, + "instId": 300001, + "propState": 12, + "pos": { + "x": 19630, + "y": 886262, + "z": 1004480 + }, + "rot": { + "x": 0, + "y": 49547, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 37, + "instId": 300002, + "propState": 12, + "pos": { + "x": 6435, + "y": 844563, + "z": 855201 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 37, + "instId": 300003, + "propState": 12, + "pos": { + "x": -35547, + "y": 821512, + "z": 746216 + }, + "rot": { + "x": 0, + "y": 72721, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 37, + "instId": 300004, + "propState": 12, + "pos": { + "x": 5191, + "y": 806320, + "z": 668459 + }, + "rot": { + "x": 0, + "y": 275501, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 39, + "instId": 300002, + "propState": 8, + "pos": { + "x": -63730, + "y": 843640, + "z": 853240 + }, + "rot": { + "x": 0, + "y": 150039, + "z": 0 + }, + "propId": 104089 + }, + { + "groupId": 39, + "instId": 300004, + "propState": 20, + "pos": { + "x": 3900, + "y": 831710, + "z": 821000 + }, + "rot": { + "x": 0, + "y": 160000, + "z": 0 + }, + "propId": 60402 + }, + { + "groupId": 40, + "instId": 300008, + "propState": 8, + "pos": { + "x": -62513, + "y": 845376, + "z": 841758 + }, + "rot": { + "x": 0, + "y": 335447, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 40, + "instId": 300001, + "propState": 8, + "pos": { + "x": 50840, + "y": 814110, + "z": 749360 + }, + "rot": { + "x": 0, + "y": 10773, + "z": 0 + }, + "propId": 104119 + }, + { + "groupId": 41, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34200, + "y": 883420, + "z": 779560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 41, + "instId": 300002, + "propState": 8, + "pos": { + "x": 11230, + "y": 838730, + "z": 847729 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 41, + "instId": 300003, + "propState": 8, + "pos": { + "x": 50862, + "y": 811160, + "z": 749289 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 55, + "instId": 300001, + "propState": 8, + "pos": { + "x": 6650, + "y": 886262, + "z": 955180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 55, + "instId": 300002, + "propState": 8, + "pos": { + "x": 1100, + "y": 806117, + "z": 679580 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 55, + "instId": 300003, + "propState": 8, + "pos": { + "x": 4940, + "y": 104822, + "z": 51022 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 55, + "instId": 300004, + "propState": 8, + "pos": { + "x": 11720, + "y": 91837, + "z": -134353 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 55, + "instId": 300005, + "propState": 8, + "pos": { + "x": -8091, + "y": 27791, + "z": -759003 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 58, + "instId": 300012, + "propState": 8, + "pos": { + "x": 40, + "y": 104674, + "z": 12900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 58, + "instId": 300013, + "propState": 8, + "pos": { + "x": 40, + "y": 104674, + "z": 7895 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 58, + "instId": 300014, + "propState": 8, + "pos": { + "x": -2480, + "y": 104674, + "z": 10400 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 58, + "instId": 300015, + "propState": 8, + "pos": { + "x": 2520, + "y": 104674, + "z": 10400 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 103, + "instId": 300002, + "propState": 20, + "pos": { + "x": 43006, + "y": 30792, + "z": -788167 + }, + "rot": { + "x": 0, + "y": 48311, + "z": 0 + }, + "propId": 60403 + }, + { + "groupId": 103, + "instId": 300001, + "propState": 11, + "pos": { + "x": 43410, + "y": 30792, + "z": -787800 + }, + "rot": { + "x": 0, + "y": 46285, + "z": 0 + }, + "propId": 104046 + }, + { + "groupId": 104, + "instId": 300001, + "propState": 18, + "pos": { + "x": -48255, + "y": 33818, + "z": -748608 + }, + "rot": { + "x": 0, + "y": 192772, + "z": 0 + }, + "propId": 104130 + }, + { + "groupId": 104, + "instId": 300002, + "propState": 1, + "pos": { + "x": -48452, + "y": 30783, + "z": -749316 + }, + "rot": { + "x": 0, + "y": 192772, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 104, + "instId": 300004, + "propState": 8, + "pos": { + "x": -48255, + "y": 33967, + "z": -748608 + }, + "rot": { + "x": 0, + "y": 1764, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300001, + "propState": 18, + "pos": { + "x": 70422, + "y": 36250, + "z": -769457 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104130 + }, + { + "groupId": 105, + "instId": 300002, + "propState": 1, + "pos": { + "x": 68302, + "y": 30783, + "z": -769395 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 105, + "instId": 300004, + "propState": 8, + "pos": { + "x": 69251, + "y": 36481, + "z": -769520 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 106, + "instId": 300001, + "propState": 8, + "pos": { + "x": 45900, + "y": 848477, + "z": 798833 + }, + "rot": { + "x": 0, + "y": 324070, + "z": 0 + }, + "propId": 104130 + }, + { + "groupId": 106, + "instId": 300002, + "propState": 1, + "pos": { + "x": 43579, + "y": 847643, + "z": 800789 + }, + "rot": { + "x": 0, + "y": 324070, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 106, + "instId": 300004, + "propState": 8, + "pos": { + "x": 45900, + "y": 848477, + "z": 798833 + }, + "rot": { + "x": 0, + "y": 324070, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 107, + "instId": 300001, + "propState": 8, + "pos": { + "x": -73520, + "y": 107033, + "z": 6120 + }, + "rot": { + "x": 0, + "y": 158457, + "z": 0 + }, + "propId": 104130 + }, + { + "groupId": 107, + "instId": 300002, + "propState": 1, + "pos": { + "x": -74205, + "y": 105194, + "z": 5330 + }, + "rot": { + "x": 0, + "y": 264324, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 107, + "instId": 300004, + "propState": 8, + "pos": { + "x": -73520, + "y": 107033, + "z": 6120 + }, + "rot": { + "x": 0, + "y": 264324, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 108, + "instId": 300001, + "propState": 8, + "pos": { + "x": 39, + "y": 35021, + "z": -662267 + }, + "rot": { + "x": 0, + "y": 358770, + "z": 0 + }, + "propId": 104130 + }, + { + "groupId": 108, + "instId": 300002, + "propState": 1, + "pos": { + "x": -24, + "y": 34488, + "z": -666318 + }, + "rot": { + "x": 0, + "y": 86149, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 108, + "instId": 300004, + "propState": 8, + "pos": { + "x": 39, + "y": 35193, + "z": -662267 + }, + "rot": { + "x": 0, + "y": 358770, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 109, + "instId": 300001, + "propState": 8, + "pos": { + "x": -16344, + "y": 817957, + "z": 752212 + }, + "rot": { + "x": 0, + "y": 4772, + "z": 0 + }, + "propId": 104130 + }, + { + "groupId": 109, + "instId": 300002, + "propState": 1, + "pos": { + "x": -21336, + "y": 819066, + "z": 743379 + }, + "rot": { + "x": 0, + "y": 192772, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 109, + "instId": 300004, + "propState": 8, + "pos": { + "x": -16500, + "y": 818100, + "z": 750320 + }, + "rot": { + "x": 0, + "y": 4772, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 110, + "instId": 300001, + "propState": 8, + "pos": { + "x": 69181, + "y": 874174, + "z": 689301 + }, + "rot": { + "x": 0, + "y": 330727, + "z": 0 + }, + "propId": 104130 + }, + { + "groupId": 110, + "instId": 300002, + "propState": 1, + "pos": { + "x": 68985, + "y": 874114, + "z": 688478 + }, + "rot": { + "x": 0, + "y": 154039, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 110, + "instId": 300004, + "propState": 8, + "pos": { + "x": 65710, + "y": 874299, + "z": 688220 + }, + "rot": { + "x": 0, + "y": 98674, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 111, + "instId": 300001, + "propState": 8, + "pos": { + "x": 34172, + "y": 846568, + "z": 855967 + }, + "rot": { + "x": 0, + "y": 322431, + "z": 0 + }, + "propId": 104130 + }, + { + "groupId": 111, + "instId": 300002, + "propState": 1, + "pos": { + "x": 31580, + "y": 844566, + "z": 854360 + }, + "rot": { + "x": 0, + "y": 91543, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 111, + "instId": 300004, + "propState": 8, + "pos": { + "x": 33693, + "y": 846753, + "z": 855972 + }, + "rot": { + "x": 0, + "y": 103806, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 112, + "instId": 300001, + "propState": 18, + "pos": { + "x": 7496, + "y": 104743, + "z": 190637 + }, + "rot": { + "x": 0, + "y": 257527, + "z": 0 + }, + "propId": 104130 + }, + { + "groupId": 112, + "instId": 300002, + "propState": 1, + "pos": { + "x": 5790, + "y": 102150, + "z": 190610 + }, + "rot": { + "x": 0, + "y": 257527, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 112, + "instId": 300004, + "propState": 8, + "pos": { + "x": 7111, + "y": 105209, + "z": 190573 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 113, + "instId": 300001, + "propState": 18, + "pos": { + "x": -51790, + "y": 831930, + "z": 886800 + }, + "rot": { + "x": 0, + "y": 288516, + "z": 0 + }, + "propId": 104130 + }, + { + "groupId": 113, + "instId": 300002, + "propState": 1, + "pos": { + "x": -51725, + "y": 831926, + "z": 887332 + }, + "rot": { + "x": 0, + "y": 262027, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 113, + "instId": 300004, + "propState": 8, + "pos": { + "x": -51630, + "y": 832410, + "z": 886779 + }, + "rot": { + "x": 0, + "y": 282492, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 140, + "instId": 300003, + "propState": 8, + "pos": { + "x": -61577, + "y": 32572, + "z": -777099 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103074 + }, + { + "groupId": 141, + "instId": 300001, + "propState": 20, + "pos": { + "x": -67997, + "y": 30783, + "z": -776950 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60402 + }, + { + "groupId": 141, + "instId": 300002, + "propState": 8, + "pos": { + "x": -67997, + "y": 30783, + "z": -776950 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 141, + "instId": 300003, + "propState": 8, + "pos": { + "x": 60640, + "y": 30783, + "z": -762693 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 149, + "instId": 300001, + "propState": 2, + "pos": { + "x": 54865, + "y": 31516, + "z": -769693 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104102 + }, + { + "groupId": 149, + "instId": 300002, + "propState": 8, + "pos": { + "x": 54865, + "y": 30883, + "z": -769692 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104159 + }, + { + "groupId": 149, + "instId": 300004, + "propState": 8, + "pos": { + "x": 54865, + "y": 30878, + "z": -769693 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 150, + "instId": 300001, + "propState": 12, + "pos": { + "x": 54475, + "y": 30783, + "z": -769693 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 151, + "instId": 300001, + "propState": 8, + "pos": { + "x": 84115, + "y": 105203, + "z": 10379 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 151, + "instId": 300002, + "propState": 8, + "pos": { + "x": 84115, + "y": 105314, + "z": 10379 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104159 + }, + { + "groupId": 151, + "instId": 300004, + "propState": 8, + "pos": { + "x": 84115, + "y": 105203, + "z": 10379 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 152, + "instId": 300001, + "propState": 11, + "pos": { + "x": 87115, + "y": 105203, + "z": 10379 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60402 + }, + { + "groupId": 152, + "instId": 300002, + "propState": 8, + "pos": { + "x": 87115, + "y": 105203, + "z": 10379 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 152, + "instId": 300003, + "propState": 8, + "pos": { + "x": 87115, + "y": 105203, + "z": 10379 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 153, + "instId": 300001, + "propState": 8, + "pos": { + "x": 490, + "y": 814597, + "z": 735260 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104050 + }, + { + "groupId": 153, + "instId": 300002, + "propState": 8, + "pos": { + "x": 490, + "y": 814697, + "z": 735260 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104159 + }, + { + "groupId": 153, + "instId": 300004, + "propState": 8, + "pos": { + "x": 490, + "y": 814597, + "z": 735260 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 154, + "instId": 300001, + "propState": 8, + "pos": { + "x": 490, + "y": 814597, + "z": 735260 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104050 + }, + { + "groupId": 155, + "instId": 300001, + "propState": 8, + "pos": { + "x": -7170, + "y": 28491, + "z": -726797 + }, + "rot": { + "x": 0, + "y": 160198, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 155, + "instId": 300002, + "propState": 8, + "pos": { + "x": 7556, + "y": 28491, + "z": -780257 + }, + "rot": { + "x": 0, + "y": 335117, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 155, + "instId": 300003, + "propState": 8, + "pos": { + "x": -28068, + "y": 31651, + "z": -764113 + }, + "rot": { + "x": 0, + "y": 104753, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 155, + "instId": 300004, + "propState": 8, + "pos": { + "x": 27059, + "y": 31651, + "z": -775463 + }, + "rot": { + "x": 0, + "y": 292515, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 156, + "instId": 300003, + "propState": 8, + "pos": { + "x": 4971, + "y": 88868, + "z": -235988 + }, + "rot": { + "x": 0, + "y": 214208, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 156, + "instId": 300004, + "propState": 8, + "pos": { + "x": -4141, + "y": 88868, + "z": -203190 + }, + "rot": { + "x": 0, + "y": 153611, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 156, + "instId": 300005, + "propState": 8, + "pos": { + "x": 6035, + "y": 88764, + "z": -169865 + }, + "rot": { + "x": 0, + "y": 196802, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 156, + "instId": 300006, + "propState": 8, + "pos": { + "x": 6840, + "y": 104402, + "z": -95780 + }, + "rot": { + "x": 0, + "y": 211616, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 156, + "instId": 300007, + "propState": 8, + "pos": { + "x": -73483, + "y": 105894, + "z": 5568 + }, + "rot": { + "x": 0, + "y": 301471, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 156, + "instId": 300008, + "propState": 8, + "pos": { + "x": 73510, + "y": 105894, + "z": 14140 + }, + "rot": { + "x": 0, + "y": 115141, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 156, + "instId": 300009, + "propState": 8, + "pos": { + "x": -4984, + "y": 106630, + "z": 38306 + }, + "rot": { + "x": 0, + "y": 154352, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 156, + "instId": 300010, + "propState": 8, + "pos": { + "x": 4981, + "y": 103063, + "z": 130963 + }, + "rot": { + "x": 0, + "y": 202212, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 156, + "instId": 300001, + "propState": 8, + "pos": { + "x": 5833, + "y": 103081, + "z": 199833 + }, + "rot": { + "x": 0, + "y": 208237, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 156, + "instId": 300002, + "propState": 8, + "pos": { + "x": -7796, + "y": 106626, + "z": -13747 + }, + "rot": { + "x": 0, + "y": 19675, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 156, + "instId": 300011, + "propState": 8, + "pos": { + "x": 42495, + "y": 105315, + "z": 7517 + }, + "rot": { + "x": 0, + "y": 75536, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 156, + "instId": 300012, + "propState": 8, + "pos": { + "x": -38978, + "y": 105315, + "z": 13662 + }, + "rot": { + "x": 0, + "y": 247933, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 156, + "instId": 300013, + "propState": 8, + "pos": { + "x": -25485, + "y": 88800, + "z": -136205 + }, + "rot": { + "x": 0, + "y": 198732, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 156, + "instId": 300014, + "propState": 8, + "pos": { + "x": 25605, + "y": 88784, + "z": -153576 + }, + "rot": { + "x": 0, + "y": 135094, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 156, + "instId": 300015, + "propState": 8, + "pos": { + "x": -4234, + "y": 105484, + "z": 89013 + }, + "rot": { + "x": 0, + "y": 161045, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 157, + "instId": 300011, + "propState": 8, + "pos": { + "x": -5819, + "y": 806817, + "z": 683441 + }, + "rot": { + "x": 0, + "y": 154335, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 157, + "instId": 300001, + "propState": 8, + "pos": { + "x": 13600, + "y": 832410, + "z": 821440 + }, + "rot": { + "x": 0, + "y": 207690, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 157, + "instId": 300002, + "propState": 8, + "pos": { + "x": -6110, + "y": 855458, + "z": 890903 + }, + "rot": { + "x": 0, + "y": 141298, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 157, + "instId": 300003, + "propState": 8, + "pos": { + "x": -26123, + "y": 887046, + "z": 963142 + }, + "rot": { + "x": 0, + "y": 45762, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 157, + "instId": 300004, + "propState": 8, + "pos": { + "x": 15903, + "y": 887046, + "z": 958937 + }, + "rot": { + "x": 0, + "y": 331178, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 157, + "instId": 300005, + "propState": 8, + "pos": { + "x": -21936, + "y": 886962, + "z": 1013212 + }, + "rot": { + "x": 0, + "y": 136524, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 157, + "instId": 300006, + "propState": 8, + "pos": { + "x": 18890, + "y": 887046, + "z": 1011565 + }, + "rot": { + "x": 0, + "y": 230729, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 157, + "instId": 300007, + "propState": 8, + "pos": { + "x": -8329, + "y": 889040, + "z": 974600 + }, + "rot": { + "x": 0, + "y": 154335, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 184, + "instId": 300001, + "propState": 11, + "pos": { + "x": -86900, + "y": 105203, + "z": 10501 + }, + "rot": { + "x": 0, + "y": 86903, + "z": 0 + }, + "propId": 104046 + }, + { + "groupId": 185, + "instId": 300001, + "propState": 11, + "pos": { + "x": -34144, + "y": 88100, + "z": -159210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104046 + }, + { + "groupId": 186, + "instId": 300001, + "propState": 11, + "pos": { + "x": 21963, + "y": 30782, + "z": -794310 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104046 + }, + { + "groupId": 187, + "instId": 300001, + "propState": 20, + "pos": { + "x": 20504, + "y": 105115, + "z": 4738 + }, + "rot": { + "x": 0, + "y": 284013, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 187, + "instId": 300002, + "propState": 8, + "pos": { + "x": 20504, + "y": 105115, + "z": 4738 + }, + "rot": { + "x": 0, + "y": 284013, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 188, + "instId": 300001, + "propState": 20, + "pos": { + "x": 19530, + "y": 105115, + "z": 2220 + }, + "rot": { + "x": 0, + "y": 290929, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 188, + "instId": 300002, + "propState": 8, + "pos": { + "x": 19712, + "y": 105115, + "z": 2146 + }, + "rot": { + "x": 0, + "y": 284013, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 189, + "instId": 300001, + "propState": 20, + "pos": { + "x": 18465, + "y": 105115, + "z": -262 + }, + "rot": { + "x": 0, + "y": 301833, + "z": 0 + }, + "propId": 60402 + }, + { + "groupId": 189, + "instId": 300002, + "propState": 8, + "pos": { + "x": 18465, + "y": 105115, + "z": -262 + }, + "rot": { + "x": 0, + "y": 284013, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 190, + "instId": 300001, + "propState": 20, + "pos": { + "x": 16676, + "y": 105115, + "z": -2541 + }, + "rot": { + "x": 0, + "y": 306475, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 190, + "instId": 300002, + "propState": 8, + "pos": { + "x": 16947, + "y": 105115, + "z": -2738 + }, + "rot": { + "x": 0, + "y": 284013, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 191, + "instId": 300001, + "propState": 20, + "pos": { + "x": 14810, + "y": 105115, + "z": -4620 + }, + "rot": { + "x": 0, + "y": 316065, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 191, + "instId": 300002, + "propState": 8, + "pos": { + "x": 14898, + "y": 105115, + "z": -4715 + }, + "rot": { + "x": 0, + "y": 284013, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 192, + "instId": 300001, + "propState": 20, + "pos": { + "x": 13101, + "y": 105115, + "z": -6133 + }, + "rot": { + "x": 0, + "y": 319161, + "z": 0 + }, + "propId": 60403 + }, + { + "groupId": 192, + "instId": 300002, + "propState": 8, + "pos": { + "x": 13101, + "y": 105115, + "z": -6133 + }, + "rot": { + "x": 0, + "y": 284013, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 193, + "instId": 300001, + "propState": 20, + "pos": { + "x": 11070, + "y": 105115, + "z": -7560 + }, + "rot": { + "x": 0, + "y": 328289, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 193, + "instId": 300002, + "propState": 8, + "pos": { + "x": 11189, + "y": 105115, + "z": -7753 + }, + "rot": { + "x": 0, + "y": 284013, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 194, + "instId": 300001, + "propState": 20, + "pos": { + "x": 8810, + "y": 105115, + "z": -8950 + }, + "rot": { + "x": 0, + "y": 334970, + "z": 0 + }, + "propId": 60402 + }, + { + "groupId": 194, + "instId": 300002, + "propState": 8, + "pos": { + "x": 8810, + "y": 105115, + "z": -8950 + }, + "rot": { + "x": 0, + "y": 334970, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 195, + "instId": 300001, + "propState": 20, + "pos": { + "x": 6190, + "y": 105115, + "z": -9750 + }, + "rot": { + "x": 0, + "y": 344377, + "z": 0 + }, + "propId": 60403 + }, + { + "groupId": 195, + "instId": 300002, + "propState": 8, + "pos": { + "x": 6190, + "y": 105115, + "z": -9750 + }, + "rot": { + "x": 0, + "y": 344377, + "z": 0 + }, + "propId": 211 + } + ], + "monsters": [ + { + "groupId": 158, + "instId": 200001, + "eventId": 20433001, + "pos": { + "x": -3310, + "y": 844561, + "z": 856270 + }, + "rot": { + "x": 0, + "y": 36759, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 158, + "instId": 200002, + "eventId": 20433002, + "pos": { + "x": 20930, + "y": 844640, + "z": 857150 + }, + "rot": { + "x": 0, + "y": 22684, + "z": 0 + }, + "monsterId": 4032030 + }, + { + "groupId": 158, + "instId": 200003, + "eventId": 20433003, + "pos": { + "x": 18609, + "y": 844565, + "z": 859308 + }, + "rot": { + "x": 0, + "y": 42598, + "z": 0 + }, + "monsterId": 4032040 + }, + { + "groupId": 158, + "instId": 200004, + "eventId": 20433004, + "pos": { + "x": 38912, + "y": 837678, + "z": 825628 + }, + "rot": { + "x": 0, + "y": 141814, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 158, + "instId": 200005, + "eventId": 20433005, + "pos": { + "x": -5050, + "y": 814670, + "z": 731280 + }, + "rot": { + "x": 0, + "y": 63871, + "z": 0 + }, + "monsterId": 4032030 + }, + { + "groupId": 158, + "instId": 200006, + "eventId": 20433006, + "pos": { + "x": -31450, + "y": 821513, + "z": 754430 + }, + "rot": { + "x": 0, + "y": 85563, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 160, + "instId": 200001, + "eventId": 20433011, + "pos": { + "x": -5260, + "y": 103702, + "z": 114410 + }, + "rot": { + "x": 0, + "y": 302501, + "z": 0 + }, + "monsterId": 4032040 + }, + { + "groupId": 160, + "instId": 200002, + "eventId": 20433012, + "pos": { + "x": -5126, + "y": 103702, + "z": 116759 + }, + "rot": { + "x": 0, + "y": 271230, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 160, + "instId": 200003, + "eventId": 20433013, + "pos": { + "x": -6473, + "y": 103702, + "z": -87240 + }, + "rot": { + "x": 0, + "y": 113199, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 160, + "instId": 200004, + "eventId": 20433014, + "pos": { + "x": -5140, + "y": 103702, + "z": -91060 + }, + "rot": { + "x": 0, + "y": 318706, + "z": 0 + }, + "monsterId": 4032040 + }, + { + "groupId": 160, + "instId": 200005, + "eventId": 20433015, + "pos": { + "x": -19604, + "y": 88100, + "z": -133067 + }, + "rot": { + "x": 0, + "y": 326005, + "z": 0 + }, + "monsterId": 4032050 + }, + { + "groupId": 160, + "instId": 200006, + "eventId": 20433016, + "pos": { + "x": -7250, + "y": 88100, + "z": -192230 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 4032040 + }, + { + "groupId": 160, + "instId": 200007, + "eventId": 20433017, + "pos": { + "x": 25671, + "y": 88100, + "z": -134220 + }, + "rot": { + "x": 0, + "y": 25976, + "z": 0 + }, + "monsterId": 4032050 + }, + { + "groupId": 161, + "instId": 200001, + "eventId": 20433021, + "pos": { + "x": 4058, + "y": 27791, + "z": -808812 + }, + "rot": { + "x": 0, + "y": 53809, + "z": 0 + }, + "monsterId": 4032040 + }, + { + "groupId": 161, + "instId": 200002, + "eventId": 20433022, + "pos": { + "x": -6925, + "y": 27791, + "z": -809232 + }, + "rot": { + "x": 0, + "y": 271230, + "z": 0 + }, + "monsterId": 4032050 + }, + { + "groupId": 161, + "instId": 200003, + "eventId": 20433023, + "pos": { + "x": -42657, + "y": 30783, + "z": -781720 + }, + "rot": { + "x": 0, + "y": 212812, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 161, + "instId": 200004, + "eventId": 20433024, + "pos": { + "x": -51471, + "y": 30783, + "z": -780336 + }, + "rot": { + "x": 0, + "y": 64958, + "z": 0 + }, + "monsterId": 4032040 + }, + { + "groupId": 161, + "instId": 200005, + "eventId": 20433025, + "pos": { + "x": -55812, + "y": 30783, + "z": -762482 + }, + "rot": { + "x": 0, + "y": 342916, + "z": 0 + }, + "monsterId": 4032050 + }, + { + "groupId": 161, + "instId": 200006, + "eventId": 20433026, + "pos": { + "x": -52864, + "y": 30783, + "z": -759673 + }, + "rot": { + "x": 0, + "y": 276580, + "z": 0 + }, + "monsterId": 4032040 + }, + { + "groupId": 181, + "instId": 200001, + "eventId": 20433101, + "pos": { + "x": -2331, + "y": 844561, + "z": 857170 + }, + "rot": { + "x": 0, + "y": 233629, + "z": 0 + }, + "monsterId": 4032050 + }, + { + "groupId": 181, + "instId": 200002, + "eventId": 20433102, + "pos": { + "x": 29493, + "y": 844566, + "z": 860927 + }, + "rot": { + "x": 0, + "y": 22684, + "z": 0 + }, + "monsterId": 4032030 + }, + { + "groupId": 181, + "instId": 200003, + "eventId": 20433103, + "pos": { + "x": 23908, + "y": 844566, + "z": 862915 + }, + "rot": { + "x": 0, + "y": 42598, + "z": 0 + }, + "monsterId": 4032040 + }, + { + "groupId": 181, + "instId": 200004, + "eventId": 20433104, + "pos": { + "x": 38912, + "y": 837678, + "z": 825628 + }, + "rot": { + "x": 0, + "y": 141814, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 181, + "instId": 200005, + "eventId": 20433105, + "pos": { + "x": -2796, + "y": 814670, + "z": 731255 + }, + "rot": { + "x": 0, + "y": 11701, + "z": 0 + }, + "monsterId": 4032030 + }, + { + "groupId": 181, + "instId": 200006, + "eventId": 20433106, + "pos": { + "x": -1058, + "y": 814670, + "z": 730266 + }, + "rot": { + "x": 0, + "y": 345557, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 182, + "instId": 200001, + "eventId": 20433111, + "pos": { + "x": -5260, + "y": 103702, + "z": 114410 + }, + "rot": { + "x": 0, + "y": 302501, + "z": 0 + }, + "monsterId": 4032040 + }, + { + "groupId": 182, + "instId": 200002, + "eventId": 20433112, + "pos": { + "x": -5126, + "y": 103702, + "z": 116759 + }, + "rot": { + "x": 0, + "y": 271230, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 182, + "instId": 200003, + "eventId": 20433113, + "pos": { + "x": -12068, + "y": 88100, + "z": -193515 + }, + "rot": { + "x": 0, + "y": 271230, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 182, + "instId": 200004, + "eventId": 20433114, + "pos": { + "x": -24000, + "y": 88100, + "z": -134410 + }, + "rot": { + "x": 0, + "y": 35400, + "z": 0 + }, + "monsterId": 4032040 + }, + { + "groupId": 182, + "instId": 200005, + "eventId": 20433115, + "pos": { + "x": -19604, + "y": 88100, + "z": -133067 + }, + "rot": { + "x": 0, + "y": 326005, + "z": 0 + }, + "monsterId": 4032050 + }, + { + "groupId": 182, + "instId": 200006, + "eventId": 20433116, + "pos": { + "x": -24033, + "y": 88100, + "z": -179704 + }, + "rot": { + "x": 0, + "y": 182733, + "z": 0 + }, + "monsterId": 4032040 + }, + { + "groupId": 182, + "instId": 200007, + "eventId": 20433117, + "pos": { + "x": 25671, + "y": 88100, + "z": -134220 + }, + "rot": { + "x": 0, + "y": 25976, + "z": 0 + }, + "monsterId": 4032050 + }, + { + "groupId": 183, + "instId": 200001, + "eventId": 20433121, + "pos": { + "x": 4058, + "y": 27791, + "z": -808812 + }, + "rot": { + "x": 0, + "y": 53809, + "z": 0 + }, + "monsterId": 4032040 + }, + { + "groupId": 183, + "instId": 200002, + "eventId": 20433122, + "pos": { + "x": -6925, + "y": 27791, + "z": -809232 + }, + "rot": { + "x": 0, + "y": 271230, + "z": 0 + }, + "monsterId": 4032050 + }, + { + "groupId": 183, + "instId": 200003, + "eventId": 20433123, + "pos": { + "x": -42657, + "y": 30783, + "z": -781720 + }, + "rot": { + "x": 0, + "y": 212812, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 183, + "instId": 200004, + "eventId": 20433124, + "pos": { + "x": -51471, + "y": 30783, + "z": -780336 + }, + "rot": { + "x": 0, + "y": 64958, + "z": 0 + }, + "monsterId": 4032040 + }, + { + "groupId": 183, + "instId": 200005, + "eventId": 20433125, + "pos": { + "x": -55812, + "y": 30783, + "z": -762482 + }, + "rot": { + "x": 0, + "y": 342916, + "z": 0 + }, + "monsterId": 4032050 + }, + { + "groupId": 183, + "instId": 200006, + "eventId": 20433126, + "pos": { + "x": -52864, + "y": 30783, + "z": -759673 + }, + "rot": { + "x": 0, + "y": 276580, + "z": 0 + }, + "monsterId": 4032040 + } + ], + "teleports": [ + { + "anchorId": 1, + "groupId": 55, + "instId": 300001, + "pos": { + "x": -2655, + "y": 889049, + "z": 999378 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "teleportId": 2043301 + }, + { + "anchorId": 2, + "groupId": 55, + "instId": 300002, + "pos": { + "x": -2747, + "y": 806280, + "z": 677728 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2043302 + }, + { + "anchorId": 3, + "groupId": 55, + "instId": 300003, + "pos": { + "x": -27, + "y": 104784, + "z": 54614 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "teleportId": 2043303 + }, + { + "anchorId": 4, + "groupId": 55, + "instId": 300004, + "pos": { + "x": -188, + "y": 91860, + "z": -141047 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "teleportId": 2043304 + }, + { + "anchorId": 5, + "groupId": 55, + "instId": 300005, + "pos": { + "x": -91, + "y": 27816, + "z": -755669 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "teleportId": 2043305 + } + ] + }, + { + "planeID": 30101, + "props": [ + { + "groupId": 1, + "instId": 300002, + "propState": 8, + "pos": { + "x": -35640, + "y": -2134, + "z": -170280 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 1, + "instId": 300014, + "propState": 8, + "pos": { + "x": -81930, + "y": 700, + "z": -149450 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 105 + } + ], + "monsters": [ + { + "groupId": 2, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -61000, + "y": -2141, + "z": -170700 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 3, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -61000, + "y": -2141, + "z": -170700 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 4, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -61000, + "y": -2141, + "z": -176400 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 4, + "instId": 200002, + "eventId": 99999011, + "pos": { + "x": -61000, + "y": -2141, + "z": -164360 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 5, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -61000, + "y": -2141, + "z": -176440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 5, + "instId": 200002, + "eventId": 99999011, + "pos": { + "x": -61000, + "y": -2141, + "z": -164390 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 30102, + "props": [ + { + "groupId": 1, + "instId": 300001, + "propState": 8, + "pos": { + "x": 37200, + "y": 20006, + "z": -64010 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 1, + "instId": 300002, + "propState": 8, + "pos": { + "x": 590, + "y": 19964, + "z": -68820 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 1, + "instId": 300003, + "propState": 8, + "pos": { + "x": -6039, + "y": 19989, + "z": -21230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101019 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": 24917, + "y": 148839, + "z": -15661 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 8, + "pos": { + "x": -15001, + "y": 176391, + "z": 51728 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "monsters": [ + { + "groupId": 8, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 8031, + "y": 19978, + "z": -54267 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 9, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 8031, + "y": 19978, + "z": -54267 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 10, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 13850, + "y": 19978, + "z": -50910 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 10, + "instId": 200002, + "eventId": 99999011, + "pos": { + "x": 1940, + "y": 19978, + "z": -57790 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 11, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 13850, + "y": 19978, + "z": -50910 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 11, + "instId": 200002, + "eventId": 99999011, + "pos": { + "x": 1940, + "y": 19978, + "z": -57790 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 13, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 8031, + "y": 19978, + "z": -54267 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 14, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 8031, + "y": 19978, + "z": -54267 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 15, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 13850, + "y": 19978, + "z": -50910 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 15, + "instId": 200002, + "eventId": 99999011, + "pos": { + "x": 1940, + "y": 19978, + "z": -57790 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 16, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 13850, + "y": 19978, + "z": -50910 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 16, + "instId": 200002, + "eventId": 99999011, + "pos": { + "x": 1940, + "y": 19978, + "z": -57790 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 5, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -714570, + "y": 6270, + "z": 73130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 6, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -714570, + "y": 6270, + "z": 73130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 7, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 580, + "y": 8551, + "z": 54030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 7, + "instId": 200002, + "eventId": 99999011, + "pos": { + "x": -714570, + "y": 6270, + "z": 79130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 8, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -714570, + "y": 6270, + "z": 67130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 8, + "instId": 200002, + "eventId": 99999011, + "pos": { + "x": -714570, + "y": 6270, + "z": 79130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 4, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -30, + "y": -9077, + "z": -8581 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 5, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -30, + "y": -9077, + "z": -8581 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 6, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -6000, + "y": -9077, + "z": -8581 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 6, + "instId": 200002, + "eventId": 99999011, + "pos": { + "x": 6000, + "y": -9077, + "z": -8581 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 7, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -6000, + "y": -9077, + "z": -8581 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 7, + "instId": 200002, + "eventId": 99999011, + "pos": { + "x": 6000, + "y": -9077, + "z": -8581 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 9, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -30, + "y": -9077, + "z": -8581 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 3, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -2722, + "y": 144131, + "z": -14086 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 4, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -2722, + "y": 144131, + "z": -14086 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 5, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -2722, + "y": 144131, + "z": -20086 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 5, + "instId": 200002, + "eventId": 99999011, + "pos": { + "x": -2722, + "y": 144131, + "z": -8086 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 6, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -2722, + "y": 144131, + "z": -20086 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 6, + "instId": 200002, + "eventId": 99999011, + "pos": { + "x": -2722, + "y": 144131, + "z": -8086 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 6, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 580, + "y": 8551, + "z": 54030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 7, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 580, + "y": 8551, + "z": 54030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 11, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -7360, + "y": 1528, + "z": 16590 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 12, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -7360, + "y": 1528, + "z": 16590 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 13, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -405651, + "y": -44430, + "z": 115454 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 14, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -405651, + "y": -44430, + "z": 115454 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 30103, + "props": [ + { + "groupId": 1, + "instId": 300002, + "propState": 8, + "pos": { + "x": 58080, + "y": 1942, + "z": 91860 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 1, + "instId": 300003, + "propState": 8, + "pos": { + "x": 98240, + "y": 1907, + "z": 81770 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 105 + } + ], + "monsters": [ + { + "groupId": 8, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 88000, + "y": 1942, + "z": 91670 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 9, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 88000, + "y": 1942, + "z": 91670 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 10, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 88000, + "y": 1942, + "z": 97000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 10, + "instId": 200002, + "eventId": 99999011, + "pos": { + "x": 88000, + "y": 1942, + "z": 85000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 11, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 88000, + "y": 1942, + "z": 97000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 11, + "instId": 200002, + "eventId": 99999011, + "pos": { + "x": 88000, + "y": 1942, + "z": 85000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 30104, + "props": [ + { + "groupId": 15, + "instId": 300001, + "propState": 8, + "pos": { + "x": 47718, + "y": -1332, + "z": 98260 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102037 + } + ], + "monsters": [ + { + "groupId": 8, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -16860, + "y": 2171, + "z": 54970 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 9, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -16860, + "y": 2171, + "z": 54970 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 10, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -16860, + "y": 2171, + "z": 60970 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 10, + "instId": 200002, + "eventId": 99999011, + "pos": { + "x": -16860, + "y": 2171, + "z": 48970 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 11, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -16860, + "y": 2171, + "z": 60970 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 11, + "instId": 200002, + "eventId": 99999011, + "pos": { + "x": -16860, + "y": 2171, + "z": 48970 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 30105, + "props": [ + { + "groupId": 19, + "instId": 300002, + "propState": 8, + "pos": { + "x": -41310, + "y": 49900, + "z": 41960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 902 + } + ], + "monsters": [ + { + "groupId": 8, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 44217, + "y": 60366, + "z": 42470 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 9, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 44217, + "y": 60366, + "z": 42470 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 10, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 44217, + "y": 60366, + "z": 48470 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 10, + "instId": 200002, + "eventId": 99999011, + "pos": { + "x": 44217, + "y": 60366, + "z": 36470 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 11, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 44217, + "y": 60366, + "z": 48470 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 11, + "instId": 200002, + "eventId": 99999011, + "pos": { + "x": 44217, + "y": 60366, + "z": 36470 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 20, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 44217, + "y": 60366, + "z": 42470 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 33, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 44217, + "y": 60366, + "z": 42470 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 30120, + "props": [ + { + "groupId": 1, + "instId": 300001, + "propState": 8, + "pos": { + "x": -5893, + "y": 20010, + "z": -27940 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": 39250, + "y": 3942, + "z": 216110 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 11, + "pos": { + "x": 48000, + "y": 942, + "z": 263660 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 100 + } + ], + "monsters": [ + { + "groupId": 2, + "instId": 200001, + "eventId": 104201, + "pos": { + "x": 9590, + "y": 19980, + "z": -56760 + }, + "rot": { + "x": 0, + "y": 335096, + "z": 0 + }, + "monsterId": 1013010 + }, + { + "groupId": 3, + "instId": 200001, + "eventId": 104202, + "pos": { + "x": 9590, + "y": 19980, + "z": -56760 + }, + "rot": { + "x": 0, + "y": 335096, + "z": 0 + }, + "monsterId": 1023020 + }, + { + "groupId": 4, + "instId": 200001, + "eventId": 104203, + "pos": { + "x": 9590, + "y": 19980, + "z": -56760 + }, + "rot": { + "x": 0, + "y": 335096, + "z": 0 + }, + "monsterId": 1023010 + }, + { + "groupId": 5, + "instId": 200001, + "eventId": 104204, + "pos": { + "x": 9590, + "y": 19980, + "z": -56760 + }, + "rot": { + "x": 0, + "y": 335096, + "z": 0 + }, + "monsterId": 8003030 + }, + { + "groupId": 6, + "instId": 200001, + "eventId": 104205, + "pos": { + "x": 9590, + "y": 19980, + "z": -56760 + }, + "rot": { + "x": 0, + "y": 335096, + "z": 0 + }, + "monsterId": 8013010 + }, + { + "groupId": 7, + "instId": 200001, + "eventId": 104206, + "pos": { + "x": 9590, + "y": 19980, + "z": -56760 + }, + "rot": { + "x": 0, + "y": 335096, + "z": 0 + }, + "monsterId": 1003010 + } + ], + "teleports": [] + }, + { + "planeID": 30121, + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 1, + "pos": { + "x": 146218, + "y": 28084, + "z": -175913 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 8, + "pos": { + "x": 81346, + "y": 22089, + "z": -196925 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 1, + "pos": { + "x": -81320, + "y": 22100, + "z": -196809 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 3, + "instId": 300006, + "propState": 1, + "pos": { + "x": -125303, + "y": 22090, + "z": -148889 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 3, + "instId": 300007, + "propState": 1, + "pos": { + "x": -155408, + "y": 22090, + "z": -148889 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 3, + "instId": 300008, + "propState": 1, + "pos": { + "x": -135344, + "y": -4910, + "z": -61779 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 3, + "instId": 300009, + "propState": 1, + "pos": { + "x": 149255, + "y": 28111, + "z": -130927 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103032 + }, + { + "groupId": 3, + "instId": 300010, + "propState": 1, + "pos": { + "x": 110204, + "y": 22109, + "z": -217944 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 3, + "instId": 300011, + "propState": 1, + "pos": { + "x": -156331, + "y": -4910, + "z": -79773 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 3, + "instId": 300004, + "propState": 8, + "pos": { + "x": -188501, + "y": 16040, + "z": -55890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 3, + "instId": 300012, + "propState": 1, + "pos": { + "x": -156415, + "y": -10910, + "z": -130932 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 3, + "instId": 300013, + "propState": 1, + "pos": { + "x": -165403, + "y": -10910, + "z": -139927 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 3, + "instId": 300015, + "propState": 8, + "pos": { + "x": -81322, + "y": -16910, + "z": -196913 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 3, + "instId": 300016, + "propState": 8, + "pos": { + "x": -84221, + "y": -16868, + "z": -198931 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 3, + "instId": 300017, + "propState": 8, + "pos": { + "x": 79741, + "y": 22090, + "z": -200440 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 3, + "instId": 300018, + "propState": 1, + "pos": { + "x": -173385, + "y": 22081, + "z": -148887 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103032 + }, + { + "groupId": 3, + "instId": 300014, + "propState": 8, + "pos": { + "x": -190551, + "y": 16032, + "z": -52573 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + } + ], + "monsters": [ + { + "groupId": 6, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -117249, + "y": 11558, + "z": 62180 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 7, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -117249, + "y": 11558, + "z": 62180 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 6, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -40, + "y": -15915, + "z": -269070 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 7, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -40, + "y": -15915, + "z": -269070 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 30122, + "props": [ + { + "groupId": 4, + "instId": 300004, + "propState": 8, + "pos": { + "x": -94254, + "y": 62594, + "z": -627 + }, + "rot": { + "x": 0, + "y": 179690, + "z": 0 + }, + "propId": 103029 + }, + { + "groupId": 4, + "instId": 300005, + "propState": 8, + "pos": { + "x": -94017, + "y": 62594, + "z": 11811 + }, + "rot": { + "x": 0, + "y": 359691, + "z": 0 + }, + "propId": 103029 + }, + { + "groupId": 4, + "instId": 300009, + "propState": 8, + "pos": { + "x": -23559, + "y": 51604, + "z": 140136 + }, + "rot": { + "x": 0, + "y": 166963, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 4, + "instId": 300010, + "propState": 8, + "pos": { + "x": -107830, + "y": 62595, + "z": 6020 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103141 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 101, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103186 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 1, + "pos": { + "x": -172800, + "y": 64400, + "z": 6310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103098 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 101, + "pos": { + "x": -184120, + "y": 63160, + "z": 6230 + }, + "rot": { + "x": 0, + "y": 59477, + "z": 0 + }, + "propId": 103214 + } + ], + "monsters": [ + { + "groupId": 7, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 64440, + "y": 49957, + "z": 6160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 8, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 64440, + "y": 49957, + "z": 6160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 9, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -147300, + "y": 60884, + "z": 6311 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 10, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -147300, + "y": 60884, + "z": 6311 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 30123, + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": -270, + "y": 14790, + "z": 74295 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103134 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 8, + "pos": { + "x": -341, + "y": 14790, + "z": 89637 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103134 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 8, + "pos": { + "x": -91, + "y": 14790, + "z": 104951 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103134 + }, + { + "groupId": 3, + "instId": 300005, + "propState": 101, + "pos": { + "x": -136492, + "y": 14340, + "z": 155115 + }, + "rot": { + "x": 0, + "y": 330890, + "z": 0 + }, + "propId": 103134 + }, + { + "groupId": 3, + "instId": 300006, + "propState": 101, + "pos": { + "x": -112435, + "y": 14340, + "z": 122459 + }, + "rot": { + "x": 0, + "y": 310860, + "z": 0 + }, + "propId": 103134 + }, + { + "groupId": 3, + "instId": 300007, + "propState": 8, + "pos": { + "x": -156668, + "y": 14340, + "z": 222430 + }, + "rot": { + "x": 0, + "y": 172437, + "z": 0 + }, + "propId": 103134 + }, + { + "groupId": 3, + "instId": 300008, + "propState": 101, + "pos": { + "x": 112476, + "y": 14460, + "z": 122330 + }, + "rot": { + "x": 0, + "y": 227388, + "z": 0 + }, + "propId": 103134 + }, + { + "groupId": 3, + "instId": 300009, + "propState": 101, + "pos": { + "x": 136535, + "y": 14340, + "z": 155189 + }, + "rot": { + "x": 0, + "y": 209110, + "z": 0 + }, + "propId": 103134 + }, + { + "groupId": 3, + "instId": 300010, + "propState": 8, + "pos": { + "x": 156668, + "y": 14340, + "z": 222430 + }, + "rot": { + "x": 0, + "y": 187563, + "z": 0 + }, + "propId": 103134 + }, + { + "groupId": 3, + "instId": 300004, + "propState": 8, + "pos": { + "x": -461, + "y": 14610, + "z": 120291 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103134 + }, + { + "groupId": 4, + "instId": 300017, + "propState": 8, + "pos": { + "x": -67348, + "y": 12639, + "z": 150287 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 1, + "pos": { + "x": -9873, + "y": 11380, + "z": 37826 + }, + "rot": { + "x": 0, + "y": 89757, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300015, + "propState": 1, + "pos": { + "x": -16192, + "y": 11380, + "z": 37800 + }, + "rot": { + "x": 0, + "y": 89757, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 8, + "pos": { + "x": 62724, + "y": 4233, + "z": 136965 + }, + "rot": { + "x": 0, + "y": 324210, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 8, + "pos": { + "x": 110189, + "y": 2463, + "z": 198517 + }, + "rot": { + "x": 0, + "y": 284705, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300018, + "propState": 8, + "pos": { + "x": -61960, + "y": 4211, + "z": 138160 + }, + "rot": { + "x": 0, + "y": 35790, + "z": 0 + }, + "propId": 103040 + }, + { + "groupId": 4, + "instId": 300019, + "propState": 8, + "pos": { + "x": -108850, + "y": 2463, + "z": 198910 + }, + "rot": { + "x": 0, + "y": 75295, + "z": 0 + }, + "propId": 103040 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 8, + "pos": { + "x": -62740, + "y": 4240, + "z": 136945 + }, + "rot": { + "x": 0, + "y": 35790, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300005, + "propState": 8, + "pos": { + "x": -110382, + "y": 2463, + "z": 198504 + }, + "rot": { + "x": 0, + "y": 75295, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300006, + "propState": 1, + "pos": { + "x": -118800, + "y": 14686, + "z": 143019 + }, + "rot": { + "x": 0, + "y": 52497, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300007, + "propState": 1, + "pos": { + "x": 118800, + "y": 14686, + "z": 143019 + }, + "rot": { + "x": 0, + "y": 307503, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300009, + "propState": 101, + "pos": { + "x": 10274, + "y": 11503, + "z": 5174 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300016, + "propState": 101, + "pos": { + "x": 34219, + "y": 11503, + "z": 5174 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300008, + "propState": 8, + "pos": { + "x": 9586, + "y": 11320, + "z": 37640 + }, + "rot": { + "x": 0, + "y": 88735, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300010, + "propState": 8, + "pos": { + "x": -10476, + "y": 11503, + "z": 5085 + }, + "rot": { + "x": 0, + "y": 89757, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300011, + "propState": 8, + "pos": { + "x": -126957, + "y": 14540, + "z": 154869 + }, + "rot": { + "x": 0, + "y": 58598, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300012, + "propState": 8, + "pos": { + "x": -109972, + "y": 14540, + "z": 132162 + }, + "rot": { + "x": 0, + "y": 48549, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300013, + "propState": 8, + "pos": { + "x": 109973, + "y": 14540, + "z": 132162 + }, + "rot": { + "x": 0, + "y": 311451, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300014, + "propState": 8, + "pos": { + "x": 126957, + "y": 14540, + "z": 154869 + }, + "rot": { + "x": 0, + "y": 301402, + "z": 0 + }, + "propId": 103133 + } + ], + "monsters": [ + { + "groupId": 5, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -34, + "y": 4677, + "z": 281712 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 6, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -34, + "y": 4677, + "z": 281712 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 72, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -30, + "y": 4677, + "z": 293080 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 30124, + "props": [], + "monsters": [ + { + "groupId": 5, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -25754, + "y": 20486, + "z": -13340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 6, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -25754, + "y": 20486, + "z": -13340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 5, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -445057, + "y": 6706, + "z": 829714 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 6, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -445057, + "y": 6706, + "z": 829714 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 30125, + "props": [], + "monsters": [ + { + "groupId": 5, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 268860, + "y": 79927, + "z": 95320 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 6, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 268860, + "y": 79927, + "z": 95320 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 30126, + "props": [ + { + "groupId": 2, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": -170770, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102259 + } + ], + "monsters": [ + { + "groupId": 13, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -705786, + "y": -58600, + "z": 5629 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 14, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -705786, + "y": -58600, + "z": 5629 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 6, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 213, + "y": -193081, + "z": 137 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 7, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 213, + "y": -193081, + "z": 137 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 7, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -34610, + "y": 11600, + "z": -12260 + }, + "rot": { + "x": 0, + "y": 243000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 8, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -34610, + "y": 11600, + "z": -12260 + }, + "rot": { + "x": 0, + "y": 243000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 30127, + "props": [ + { + "groupId": 13, + "instId": 300002, + "propState": 8, + "pos": { + "x": -1280, + "y": -43684, + "z": 37515 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102239 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 8, + "pos": { + "x": -1305, + "y": -43645, + "z": 55967 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102239 + }, + { + "groupId": 14, + "instId": 300007, + "propState": 8, + "pos": { + "x": -45789, + "y": -18100, + "z": 43628 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102263 + }, + { + "groupId": 15, + "instId": 300001, + "propState": 8, + "pos": { + "x": 44056, + "y": -18091, + "z": 43494 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102263 + }, + { + "groupId": 16, + "instId": 300009, + "propState": 8, + "pos": { + "x": -14500, + "y": -51730, + "z": -25716 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102239 + }, + { + "groupId": 16, + "instId": 300010, + "propState": 8, + "pos": { + "x": -21750, + "y": -51730, + "z": 37015 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102239 + }, + { + "groupId": 17, + "instId": 300004, + "propState": 8, + "pos": { + "x": -63060, + "y": -46490, + "z": 27609 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102239 + }, + { + "groupId": 17, + "instId": 300006, + "propState": 8, + "pos": { + "x": -34000, + "y": -51730, + "z": 5642 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102239 + }, + { + "groupId": 17, + "instId": 300005, + "propState": 8, + "pos": { + "x": -63100, + "y": -46490, + "z": -16277 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102239 + } + ], + "monsters": [ + { + "groupId": 9, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -854, + "y": -26069, + "z": 16788 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 10, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -854, + "y": -26069, + "z": 16788 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 11, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -1002, + "y": -51677, + "z": 5625 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 12, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -1002, + "y": -51677, + "z": 5625 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 30130, + "props": [ + { + "groupId": 16, + "instId": 300001, + "propState": 8, + "pos": { + "x": -22870, + "y": 78919, + "z": 531 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 8, + "pos": { + "x": 23138, + "y": 78919, + "z": 528 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 8, + "pos": { + "x": -308, + "y": 39527, + "z": -114131 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104005 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 1, + "pos": { + "x": -122, + "y": 44446, + "z": -75607 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104005 + } + ], + "monsters": [ + { + "groupId": 20, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 91, + "y": 81805, + "z": 196425 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 21, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 91, + "y": 81805, + "z": 196425 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 8, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -405, + "y": 26791, + "z": -197994 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 9, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -405, + "y": 26791, + "z": -197994 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 30131, + "props": [], + "monsters": [ + { + "groupId": 10, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -43120, + "y": 6010, + "z": -306010 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 11, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -43120, + "y": 6010, + "z": -306010 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 4, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 4550, + "y": 393572, + "z": 320900 + }, + "rot": { + "x": 0, + "y": 81369, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 5, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 4550, + "y": 393572, + "z": 320900 + }, + "rot": { + "x": 0, + "y": 81369, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 30132, + "props": [ + { + "groupId": 2, + "instId": 300009, + "propState": 8, + "pos": { + "x": 261730, + "y": 165575, + "z": 416990 + }, + "rot": { + "x": 0, + "y": 322452, + "z": 0 + }, + "propId": 104005 + } + ], + "monsters": [ + { + "groupId": 8, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 243660, + "y": 165544, + "z": 436520 + }, + "rot": { + "x": 0, + "y": 142000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 9, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 243660, + "y": 165544, + "z": 436520 + }, + "rot": { + "x": 0, + "y": 142000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 30201, + "props": [ + { + "groupId": 1, + "instId": 300001, + "propState": 8, + "pos": { + "x": -2515, + "y": 2940, + "z": -100826 + }, + "rot": { + "x": 0, + "y": 288017, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 1, + "instId": 300003, + "propState": 8, + "pos": { + "x": 42660, + "y": 3485, + "z": -115530 + }, + "rot": { + "x": 0, + "y": 288017, + "z": 0 + }, + "propId": 100005 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": 18900, + "y": 3830, + "z": -112450 + }, + "rot": { + "x": 0, + "y": 17276, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 1, + "instId": 300001, + "propState": 8, + "pos": { + "x": 124050, + "y": 46610, + "z": -51100 + }, + "rot": { + "x": 0, + "y": 355000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 1, + "instId": 300002, + "propState": 8, + "pos": { + "x": 139810, + "y": 46350, + "z": -71950 + }, + "rot": { + "x": 0, + "y": 79324, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": -11990, + "y": -2510, + "z": 137090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 1, + "instId": 300001, + "propState": 8, + "pos": { + "x": -21890, + "y": -2460, + "z": 137400 + }, + "rot": { + "x": 0, + "y": 35691, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 1, + "instId": 300002, + "propState": 8, + "pos": { + "x": -8250, + "y": -2580, + "z": 128000 + }, + "rot": { + "x": 0, + "y": 204, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 1, + "instId": 300003, + "propState": 8, + "pos": { + "x": -12620, + "y": 970, + "z": 156640 + }, + "rot": { + "x": 0, + "y": 160980, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 1, + "instId": 300004, + "propState": 8, + "pos": { + "x": 6540, + "y": -2460, + "z": 149930 + }, + "rot": { + "x": 0, + "y": 238546, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 11, + "pos": { + "x": -10840, + "y": 19980, + "z": -39400 + }, + "rot": { + "x": 0, + "y": 131400, + "z": 0 + }, + "propId": 60103 + }, + { + "groupId": 1, + "instId": 300001, + "propState": 8, + "pos": { + "x": -94410, + "y": -959, + "z": -169180 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": 77690, + "y": 1990, + "z": -21673 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 1, + "instId": 300001, + "propState": 8, + "pos": { + "x": 69304, + "y": 1910, + "z": 92130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 1, + "instId": 300002, + "propState": 8, + "pos": { + "x": 99150, + "y": 1910, + "z": 81520 + }, + "rot": { + "x": 0, + "y": 314954, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": 78020, + "y": 1930, + "z": 86000 + }, + "rot": { + "x": 0, + "y": 46683, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 1, + "instId": 300001, + "propState": 8, + "pos": { + "x": -71310, + "y": 12090, + "z": 15630 + }, + "rot": { + "x": 0, + "y": 99602, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 1, + "instId": 300002, + "propState": 8, + "pos": { + "x": -93710, + "y": 10200, + "z": -16050 + }, + "rot": { + "x": 0, + "y": 350464, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": 24920, + "y": 3940, + "z": 182130 + }, + "rot": { + "x": 0, + "y": 90448, + "z": 0 + }, + "propId": 101016 + } + ], + "monsters": [ + { + "groupId": 2, + "instId": 200001, + "eventId": 9999011, + "pos": { + "x": 5763, + "y": 2743, + "z": -103360 + }, + "rot": { + "x": 0, + "y": 105679, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 2, + "instId": 200001, + "eventId": 9999011, + "pos": { + "x": 127280, + "y": 46570, + "z": -76220 + }, + "rot": { + "x": 0, + "y": 350000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 2, + "instId": 200001, + "eventId": 9999011, + "pos": { + "x": 3222, + "y": -2680, + "z": 147990 + }, + "rot": { + "x": 0, + "y": 243132, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 2, + "instId": 200001, + "eventId": 9999011, + "pos": { + "x": -119260, + "y": -958, + "z": -169320 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 2, + "instId": 200001, + "eventId": 9999011, + "pos": { + "x": 94308, + "y": 1910, + "z": 92420 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 2, + "instId": 200001, + "eventId": 9999011, + "pos": { + "x": -97410, + "y": 10250, + "z": -5480 + }, + "rot": { + "x": 0, + "y": 14395, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 40000, + "props": [ + { + "groupId": 2, + "instId": 300002, + "propState": 8, + "pos": { + "x": -78450, + "y": -110, + "z": -50500 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 2, + "instId": 300001, + "propState": 8, + "pos": { + "x": -71690, + "y": -110, + "z": -49380 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 2, + "instId": 300003, + "propState": 8, + "pos": { + "x": -34741, + "y": -3000, + "z": -83069 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 2, + "instId": 300004, + "propState": 8, + "pos": { + "x": -8950, + "y": -3000, + "z": -131120 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 2, + "instId": 300005, + "propState": 8, + "pos": { + "x": 35043, + "y": 1007, + "z": -170670 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 2, + "instId": 300006, + "propState": 8, + "pos": { + "x": -13380, + "y": -980, + "z": -230180 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 2, + "instId": 300007, + "propState": 8, + "pos": { + "x": -11540, + "y": -980, + "z": -228440 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + } + ], + "monsters": [], + "teleports": [] + }, + { + "planeID": 40002, + "props": [ + { + "groupId": 2, + "instId": 300001, + "propState": 1, + "pos": { + "x": -38680, + "y": 18260, + "z": -82930 + }, + "rot": { + "x": 0, + "y": 193835, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 1, + "pos": { + "x": -42585, + "y": 18630, + "z": -88591 + }, + "rot": { + "x": 0, + "y": 193930, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 2, + "instId": 300006, + "propState": 8, + "pos": { + "x": -194640, + "y": -390, + "z": -69570 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 2, + "instId": 300009, + "propState": 8, + "pos": { + "x": -173490, + "y": -178, + "z": -72960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 2, + "instId": 300010, + "propState": 8, + "pos": { + "x": -162330, + "y": -415, + "z": -71330 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100011 + }, + { + "groupId": 2, + "instId": 300011, + "propState": 1, + "pos": { + "x": -169860, + "y": -4600, + "z": -79580 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100012 + }, + { + "groupId": 2, + "instId": 300013, + "propState": 8, + "pos": { + "x": -178120, + "y": -2420, + "z": -91890 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100011 + }, + { + "groupId": 2, + "instId": 300014, + "propState": 1, + "pos": { + "x": -186621, + "y": -400, + "z": -79920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100012 + }, + { + "groupId": 2, + "instId": 300012, + "propState": 8, + "pos": { + "x": -171678, + "y": -4459, + "z": -85976 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 2, + "instId": 300015, + "propState": 8, + "pos": { + "x": -199790, + "y": 2966, + "z": -84240 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 20, + "instId": 300001, + "propState": 1, + "pos": { + "x": -72470, + "y": -3195, + "z": -72255 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 1, + "pos": { + "x": -72470, + "y": 18664, + "z": -72255 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 20, + "instId": 300003, + "propState": 14, + "pos": { + "x": -76806, + "y": -1435, + "z": -73208 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100007 + }, + { + "groupId": 21, + "instId": 300012, + "propState": 8, + "pos": { + "x": -94500, + "y": 6820, + "z": -122190 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 21, + "instId": 300010, + "propState": 2, + "pos": { + "x": -101766, + "y": 5058, + "z": -119589 + }, + "rot": { + "x": 0, + "y": 269851, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 21, + "instId": 300001, + "propState": 8, + "pos": { + "x": -2515, + "y": 2940, + "z": -100826 + }, + "rot": { + "x": 0, + "y": 288017, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 21, + "instId": 300019, + "propState": 8, + "pos": { + "x": -5599, + "y": 2864, + "z": -99852 + }, + "rot": { + "x": 0, + "y": 197158, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 21, + "instId": 300002, + "propState": 2, + "pos": { + "x": 470, + "y": 2880, + "z": -99190 + }, + "rot": { + "x": 0, + "y": 107618, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 21, + "instId": 300004, + "propState": 8, + "pos": { + "x": -120990, + "y": -101, + "z": -73190 + }, + "rot": { + "x": 0, + "y": 269472, + "z": 0 + }, + "propId": 100003 + }, + { + "groupId": 21, + "instId": 300020, + "propState": 8, + "pos": { + "x": -120990, + "y": -101, + "z": -73190 + }, + "rot": { + "x": 0, + "y": 269472, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 21, + "instId": 300006, + "propState": 2, + "pos": { + "x": -104321, + "y": -101, + "z": -74646 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 21, + "instId": 300003, + "propState": 1, + "pos": { + "x": -110101, + "y": -61, + "z": -64496 + }, + "rot": { + "x": 0, + "y": 17053, + "z": 0 + }, + "propId": 100021 + }, + { + "groupId": 21, + "instId": 300021, + "propState": 8, + "pos": { + "x": -110784, + "y": 504, + "z": -73208 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 21, + "instId": 300005, + "propState": 1, + "pos": { + "x": -110990, + "y": -109, + "z": -62616 + }, + "rot": { + "x": 0, + "y": 18847, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 21, + "instId": 300014, + "propState": 8, + "pos": { + "x": -132012, + "y": 2824, + "z": -57981 + }, + "rot": { + "x": 0, + "y": 27345, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 21, + "instId": 300022, + "propState": 8, + "pos": { + "x": -130510, + "y": 2770, + "z": -55090 + }, + "rot": { + "x": 0, + "y": 297332, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 21, + "instId": 300008, + "propState": 8, + "pos": { + "x": -132037, + "y": 2748, + "z": -61726 + }, + "rot": { + "x": 0, + "y": 207345, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 21, + "instId": 300016, + "propState": 8, + "pos": { + "x": -144990, + "y": -60, + "z": -73290 + }, + "rot": { + "x": 0, + "y": 270291, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 21, + "instId": 300026, + "propState": 8, + "pos": { + "x": -141728, + "y": -119, + "z": -73277 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 21, + "instId": 300018, + "propState": 8, + "pos": { + "x": -141399, + "y": -115, + "z": -71740 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 21, + "instId": 300015, + "propState": 8, + "pos": { + "x": -110101, + "y": -61, + "z": -81920 + }, + "rot": { + "x": 0, + "y": 342919, + "z": 0 + }, + "propId": 100021 + }, + { + "groupId": 21, + "instId": 300023, + "propState": 8, + "pos": { + "x": -110784, + "y": 504, + "z": -73208 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 21, + "instId": 300013, + "propState": 8, + "pos": { + "x": -2438, + "y": 2916, + "z": -45562 + }, + "rot": { + "x": 0, + "y": 253313, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 21, + "instId": 300024, + "propState": 8, + "pos": { + "x": -5595, + "y": 2864, + "z": -46516 + }, + "rot": { + "x": 0, + "y": 163201, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 21, + "instId": 300038, + "propState": 8, + "pos": { + "x": -5441, + "y": 2868, + "z": -48072 + }, + "rot": { + "x": 0, + "y": 252400, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 21, + "instId": 300017, + "propState": 1, + "pos": { + "x": 42660, + "y": 3485, + "z": -115530 + }, + "rot": { + "x": 0, + "y": 288017, + "z": 0 + }, + "propId": 100005 + }, + { + "groupId": 21, + "instId": 300025, + "propState": 1, + "pos": { + "x": 42748, + "y": 3485, + "z": -115476 + }, + "rot": { + "x": 0, + "y": 288000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 21, + "instId": 300007, + "propState": 1, + "pos": { + "x": 58122, + "y": 3459, + "z": -118557 + }, + "rot": { + "x": 0, + "y": 108146, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 21, + "instId": 300011, + "propState": 8, + "pos": { + "x": -10910, + "y": 18600, + "z": -106140 + }, + "rot": { + "x": 0, + "y": 27837, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300009, + "propState": 8, + "pos": { + "x": -1578, + "y": 4254, + "z": -104286 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 21, + "instId": 300027, + "propState": 1, + "pos": { + "x": -146897, + "y": 2770, + "z": -37391 + }, + "rot": { + "x": 0, + "y": 207332, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 21, + "instId": 300028, + "propState": 1, + "pos": { + "x": -130445, + "y": 2762, + "z": -91413 + }, + "rot": { + "x": 0, + "y": 63465, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 21, + "instId": 300029, + "propState": 1, + "pos": { + "x": -123205, + "y": 2760, + "z": -106135 + }, + "rot": { + "x": 0, + "y": 243837, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 21, + "instId": 300030, + "propState": 1, + "pos": { + "x": -147179, + "y": 2762, + "z": -108792 + }, + "rot": { + "x": 0, + "y": 153818, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 21, + "instId": 300031, + "propState": 1, + "pos": { + "x": -81935, + "y": 10282, + "z": -114414 + }, + "rot": { + "x": 0, + "y": 97352, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 21, + "instId": 300032, + "propState": 1, + "pos": { + "x": -71651, + "y": 10282, + "z": -114388 + }, + "rot": { + "x": 0, + "y": 83364, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 21, + "instId": 300033, + "propState": 1, + "pos": { + "x": -29906, + "y": 18608, + "z": -106063 + }, + "rot": { + "x": 0, + "y": 297743, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 21, + "instId": 300034, + "propState": 1, + "pos": { + "x": -5999, + "y": 18610, + "z": -109379 + }, + "rot": { + "x": 0, + "y": 27856, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 21, + "instId": 300035, + "propState": 1, + "pos": { + "x": -35120, + "y": 18610, + "z": -93989 + }, + "rot": { + "x": 0, + "y": 27856, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 21, + "instId": 300036, + "propState": 1, + "pos": { + "x": -35597, + "y": 18611, + "z": -51446 + }, + "rot": { + "x": 0, + "y": 332611, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 21, + "instId": 300037, + "propState": 1, + "pos": { + "x": -6352, + "y": 18611, + "z": -36294 + }, + "rot": { + "x": 0, + "y": 332611, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 21, + "instId": 300043, + "propState": 8, + "pos": { + "x": -6513, + "y": 1037, + "z": -73196 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 21, + "instId": 300046, + "propState": 8, + "pos": { + "x": 43166, + "y": 3481, + "z": -31972 + }, + "rot": { + "x": 0, + "y": 253434, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 21, + "instId": 300047, + "propState": 1, + "pos": { + "x": -32477, + "y": -981, + "z": -73188 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 21, + "instId": 300048, + "propState": 1, + "pos": { + "x": -197912, + "y": 2986, + "z": -87881 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 21, + "instId": 300039, + "propState": 1, + "pos": { + "x": -38863, + "y": 17690, + "z": -62867 + }, + "rot": { + "x": 0, + "y": 343500, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 21, + "instId": 300040, + "propState": 8, + "pos": { + "x": -113331, + "y": 17656, + "z": -86508 + }, + "rot": { + "x": 0, + "y": 160861, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 21, + "instId": 300041, + "propState": 8, + "pos": { + "x": -155125, + "y": 2700, + "z": -33130 + }, + "rot": { + "x": 0, + "y": 207332, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 21, + "instId": 300042, + "propState": 1, + "pos": { + "x": 53197, + "y": 3438, + "z": -118870 + }, + "rot": { + "x": 0, + "y": 288000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 21, + "instId": 300049, + "propState": 1, + "pos": { + "x": -23402, + "y": 18610, + "z": -100181 + }, + "rot": { + "x": 0, + "y": 117856, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 27, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 2, + "pos": { + "x": -42585, + "y": 18630, + "z": -88591 + }, + "rot": { + "x": 0, + "y": 193930, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 2, + "instId": 300009, + "propState": 2, + "pos": { + "x": -173490, + "y": -178, + "z": -72960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 2, + "instId": 300012, + "propState": 2, + "pos": { + "x": -185040, + "y": -150, + "z": -86410 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 2, + "instId": 300015, + "propState": 2, + "pos": { + "x": -199790, + "y": 2966, + "z": -84240 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": -94500, + "y": 6820, + "z": -122190 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 2, + "pos": { + "x": -101766, + "y": 5058, + "z": -119589 + }, + "rot": { + "x": 0, + "y": 269851, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 1, + "pos": { + "x": -2515, + "y": 2940, + "z": -100826 + }, + "rot": { + "x": 0, + "y": 288017, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 1, + "pos": { + "x": -5599, + "y": 2864, + "z": -99852 + }, + "rot": { + "x": 0, + "y": 197158, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 6, + "instId": 300005, + "propState": 1, + "pos": { + "x": 470, + "y": 2880, + "z": -99190 + }, + "rot": { + "x": 0, + "y": 107618, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 6, + "instId": 300006, + "propState": 1, + "pos": { + "x": -120990, + "y": -101, + "z": -73190 + }, + "rot": { + "x": 0, + "y": 269472, + "z": 0 + }, + "propId": 100003 + }, + { + "groupId": 6, + "instId": 300007, + "propState": 8, + "pos": { + "x": -120990, + "y": -101, + "z": -73190 + }, + "rot": { + "x": 0, + "y": 269472, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 6, + "instId": 300008, + "propState": 2, + "pos": { + "x": -104321, + "y": -101, + "z": -74646 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 6, + "instId": 300009, + "propState": 1, + "pos": { + "x": -110101, + "y": -61, + "z": -64496 + }, + "rot": { + "x": 0, + "y": 17053, + "z": 0 + }, + "propId": 100021 + }, + { + "groupId": 6, + "instId": 300010, + "propState": 8, + "pos": { + "x": -110784, + "y": 504, + "z": -73208 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 6, + "instId": 300011, + "propState": 1, + "pos": { + "x": -110990, + "y": -109, + "z": -62616 + }, + "rot": { + "x": 0, + "y": 18847, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 6, + "instId": 300012, + "propState": 8, + "pos": { + "x": -132012, + "y": 2824, + "z": -57981 + }, + "rot": { + "x": 0, + "y": 27345, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 6, + "instId": 300013, + "propState": 8, + "pos": { + "x": -130510, + "y": 2770, + "z": -55090 + }, + "rot": { + "x": 0, + "y": 297332, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 6, + "instId": 300014, + "propState": 8, + "pos": { + "x": -132037, + "y": 2748, + "z": -61726 + }, + "rot": { + "x": 0, + "y": 207345, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 6, + "instId": 300015, + "propState": 8, + "pos": { + "x": -144990, + "y": -60, + "z": -73290 + }, + "rot": { + "x": 0, + "y": 270291, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 6, + "instId": 300016, + "propState": 8, + "pos": { + "x": -141728, + "y": -119, + "z": -73277 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 6, + "instId": 300017, + "propState": 8, + "pos": { + "x": -141399, + "y": -115, + "z": -71740 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 6, + "instId": 300018, + "propState": 8, + "pos": { + "x": -110101, + "y": -61, + "z": -81920 + }, + "rot": { + "x": 0, + "y": 342919, + "z": 0 + }, + "propId": 100021 + }, + { + "groupId": 6, + "instId": 300019, + "propState": 8, + "pos": { + "x": -110784, + "y": 504, + "z": -73208 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 6, + "instId": 300020, + "propState": 1, + "pos": { + "x": -2438, + "y": 2916, + "z": -45562 + }, + "rot": { + "x": 0, + "y": 253313, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 6, + "instId": 300021, + "propState": 1, + "pos": { + "x": -5595, + "y": 2864, + "z": -46516 + }, + "rot": { + "x": 0, + "y": 163201, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 6, + "instId": 300022, + "propState": 1, + "pos": { + "x": -5441, + "y": 2868, + "z": -48072 + }, + "rot": { + "x": 0, + "y": 252400, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 6, + "instId": 300024, + "propState": 1, + "pos": { + "x": 42748, + "y": 3485, + "z": -115476 + }, + "rot": { + "x": 0, + "y": 288000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 6, + "instId": 300025, + "propState": 1, + "pos": { + "x": 58122, + "y": 3459, + "z": -118557 + }, + "rot": { + "x": 0, + "y": 108146, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 6, + "instId": 300027, + "propState": 8, + "pos": { + "x": -1578, + "y": 4254, + "z": -104286 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 6, + "instId": 300028, + "propState": 1, + "pos": { + "x": -146897, + "y": 2770, + "z": -37391 + }, + "rot": { + "x": 0, + "y": 207332, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 6, + "instId": 300029, + "propState": 1, + "pos": { + "x": -130445, + "y": 2762, + "z": -91413 + }, + "rot": { + "x": 0, + "y": 63465, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 6, + "instId": 300030, + "propState": 1, + "pos": { + "x": -123205, + "y": 2760, + "z": -106135 + }, + "rot": { + "x": 0, + "y": 243837, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 6, + "instId": 300031, + "propState": 1, + "pos": { + "x": -147179, + "y": 2762, + "z": -108792 + }, + "rot": { + "x": 0, + "y": 153818, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 6, + "instId": 300032, + "propState": 1, + "pos": { + "x": -81935, + "y": 10282, + "z": -114414 + }, + "rot": { + "x": 0, + "y": 97352, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 6, + "instId": 300033, + "propState": 1, + "pos": { + "x": -71651, + "y": 10282, + "z": -114388 + }, + "rot": { + "x": 0, + "y": 83364, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 6, + "instId": 300034, + "propState": 1, + "pos": { + "x": -29906, + "y": 18608, + "z": -106063 + }, + "rot": { + "x": 0, + "y": 297743, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 6, + "instId": 300035, + "propState": 1, + "pos": { + "x": -5999, + "y": 18610, + "z": -109379 + }, + "rot": { + "x": 0, + "y": 27856, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 6, + "instId": 300036, + "propState": 1, + "pos": { + "x": -35120, + "y": 18610, + "z": -93989 + }, + "rot": { + "x": 0, + "y": 27856, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 6, + "instId": 300037, + "propState": 1, + "pos": { + "x": -35597, + "y": 18611, + "z": -51446 + }, + "rot": { + "x": 0, + "y": 332611, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 6, + "instId": 300038, + "propState": 1, + "pos": { + "x": -6352, + "y": 18611, + "z": -36294 + }, + "rot": { + "x": 0, + "y": 332611, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 6, + "instId": 300039, + "propState": 8, + "pos": { + "x": -6513, + "y": 1037, + "z": -73196 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 6, + "instId": 300040, + "propState": 8, + "pos": { + "x": 43166, + "y": 3481, + "z": -31972 + }, + "rot": { + "x": 0, + "y": 253434, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 6, + "instId": 300041, + "propState": 1, + "pos": { + "x": -32477, + "y": -981, + "z": -73188 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 6, + "instId": 300042, + "propState": 1, + "pos": { + "x": -197912, + "y": 2986, + "z": -87881 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 6, + "instId": 300044, + "propState": 8, + "pos": { + "x": -113331, + "y": 17656, + "z": -86508 + }, + "rot": { + "x": 0, + "y": 160861, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 6, + "instId": 300045, + "propState": 8, + "pos": { + "x": -155125, + "y": 2700, + "z": -33130 + }, + "rot": { + "x": 0, + "y": 207332, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 6, + "instId": 300046, + "propState": 1, + "pos": { + "x": 53197, + "y": 3438, + "z": -118870 + }, + "rot": { + "x": 0, + "y": 288000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 6, + "instId": 300047, + "propState": 1, + "pos": { + "x": -23402, + "y": 18610, + "z": -100181 + }, + "rot": { + "x": 0, + "y": 117856, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 6, + "instId": 300026, + "propState": 8, + "pos": { + "x": -71462, + "y": 10309, + "z": -116276 + }, + "rot": { + "x": 0, + "y": 173364, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 6, + "instId": 300043, + "propState": 8, + "pos": { + "x": -66110, + "y": -3200, + "z": -62620 + }, + "rot": { + "x": 0, + "y": 45265, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 6, + "instId": 300023, + "propState": 8, + "pos": { + "x": -48680, + "y": -1460, + "z": -92050 + }, + "rot": { + "x": 0, + "y": 76087, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": -111970, + "y": -100, + "z": -70210 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 8, + "pos": { + "x": -111970, + "y": -100, + "z": -70210 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300001, + "propState": 8, + "pos": { + "x": -110150, + "y": -190, + "z": -73140 + }, + "rot": { + "x": 0, + "y": 358849, + "z": 0 + }, + "propId": 111 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 8, + "pos": { + "x": -129490, + "y": 2760, + "z": -96350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 8, + "pos": { + "x": -80480, + "y": 10107, + "z": -118670 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 8, + "pos": { + "x": -134130, + "y": 2770, + "z": -45370 + }, + "rot": { + "x": 0, + "y": 32306, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300005, + "propState": 8, + "pos": { + "x": -150420, + "y": -160, + "z": -73460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 14, + "instId": 300001, + "propState": 1, + "pos": { + "x": -72470, + "y": -3195, + "z": -72255 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 8, + "pos": { + "x": -72470, + "y": 18664, + "z": -72255 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 14, + "instId": 300003, + "propState": 14, + "pos": { + "x": -76806, + "y": -1435, + "z": -73208 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100007 + }, + { + "groupId": 21, + "instId": 300001, + "propState": 8, + "pos": { + "x": -355317, + "y": 416705, + "z": -135625 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300002, + "propState": 8, + "pos": { + "x": -149470, + "y": -163, + "z": -73680 + }, + "rot": { + "x": 0, + "y": 271580, + "z": 0 + }, + "propId": 111 + }, + { + "groupId": 22, + "instId": 300001, + "propState": 8, + "pos": { + "x": 309, + "y": 2844, + "z": -34759 + }, + "rot": { + "x": 0, + "y": 345019, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 22, + "instId": 300002, + "propState": 8, + "pos": { + "x": 58520, + "y": 3440, + "z": -122110 + }, + "rot": { + "x": 0, + "y": 355221, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 23, + "instId": 300001, + "propState": 8, + "pos": { + "x": -57040, + "y": -1370, + "z": -59270 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 25, + "instId": 300001, + "propState": 8, + "pos": { + "x": -111970, + "y": -100, + "z": -70210 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300003, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300004, + "propState": 8, + "pos": { + "x": -118290, + "y": -6812, + "z": -84404 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 35, + "instId": 300001, + "propState": 8, + "pos": { + "x": 3406, + "y": -2897, + "z": -43641 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 36, + "instId": 300001, + "propState": 8, + "pos": { + "x": 47974, + "y": 50, + "z": -33623 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 48, + "instId": 300001, + "propState": 8, + "pos": { + "x": -48340, + "y": -1540, + "z": -52840 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 49, + "instId": 300001, + "propState": 8, + "pos": { + "x": 47974, + "y": 50, + "z": -33623 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 50, + "instId": 300001, + "propState": 8, + "pos": { + "x": 3406, + "y": -2897, + "z": -43641 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 51, + "instId": 300001, + "propState": 8, + "pos": { + "x": 3406, + "y": -2897, + "z": -43641 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 54, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 1, + "pos": { + "x": -38680, + "y": 18260, + "z": -82930 + }, + "rot": { + "x": 0, + "y": 193835, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 2, + "pos": { + "x": -42585, + "y": 18630, + "z": -88591 + }, + "rot": { + "x": 0, + "y": 193930, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 4, + "instId": 300006, + "propState": 8, + "pos": { + "x": -194640, + "y": -390, + "z": -69570 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 4, + "instId": 300009, + "propState": 2, + "pos": { + "x": -173490, + "y": -178, + "z": -72960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 4, + "instId": 300010, + "propState": 8, + "pos": { + "x": -162330, + "y": -415, + "z": -71330 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100011 + }, + { + "groupId": 4, + "instId": 300011, + "propState": 1, + "pos": { + "x": -169860, + "y": -4600, + "z": -79580 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100012 + }, + { + "groupId": 4, + "instId": 300013, + "propState": 8, + "pos": { + "x": -178120, + "y": -2420, + "z": -91890 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100011 + }, + { + "groupId": 4, + "instId": 300014, + "propState": 1, + "pos": { + "x": -186621, + "y": -400, + "z": -79920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100012 + }, + { + "groupId": 4, + "instId": 300012, + "propState": 2, + "pos": { + "x": -207737, + "y": -4171, + "z": -86411 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 4, + "instId": 300015, + "propState": 2, + "pos": { + "x": -199790, + "y": 2966, + "z": -84240 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": -94500, + "y": 6820, + "z": -122190 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 2, + "pos": { + "x": -73230, + "y": 10270, + "z": -120450 + }, + "rot": { + "x": 0, + "y": 177699, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 8, + "pos": { + "x": -2515, + "y": 2940, + "z": -100826 + }, + "rot": { + "x": 0, + "y": 288017, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 8, + "pos": { + "x": -5599, + "y": 2864, + "z": -99852 + }, + "rot": { + "x": 0, + "y": 197158, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 2, + "pos": { + "x": 470, + "y": 2880, + "z": -99190 + }, + "rot": { + "x": 0, + "y": 107618, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 8, + "instId": 300006, + "propState": 1, + "pos": { + "x": -120990, + "y": -101, + "z": -73190 + }, + "rot": { + "x": 0, + "y": 269472, + "z": 0 + }, + "propId": 100003 + }, + { + "groupId": 8, + "instId": 300007, + "propState": 8, + "pos": { + "x": -120990, + "y": -101, + "z": -73190 + }, + "rot": { + "x": 0, + "y": 269472, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300008, + "propState": 2, + "pos": { + "x": -104321, + "y": -101, + "z": -74646 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 8, + "instId": 300009, + "propState": 1, + "pos": { + "x": -110101, + "y": -61, + "z": -64496 + }, + "rot": { + "x": 0, + "y": 17053, + "z": 0 + }, + "propId": 100021 + }, + { + "groupId": 8, + "instId": 300010, + "propState": 8, + "pos": { + "x": -110784, + "y": 504, + "z": -73208 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300011, + "propState": 1, + "pos": { + "x": -110990, + "y": -109, + "z": -62616 + }, + "rot": { + "x": 0, + "y": 18847, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 8, + "instId": 300012, + "propState": 1, + "pos": { + "x": -132012, + "y": 2824, + "z": -57981 + }, + "rot": { + "x": 0, + "y": 27345, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 8, + "instId": 300013, + "propState": 1, + "pos": { + "x": -130510, + "y": 2770, + "z": -55090 + }, + "rot": { + "x": 0, + "y": 297332, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300014, + "propState": 1, + "pos": { + "x": -132037, + "y": 2748, + "z": -61726 + }, + "rot": { + "x": 0, + "y": 207345, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 8, + "instId": 300015, + "propState": 2, + "pos": { + "x": -144990, + "y": -60, + "z": -73290 + }, + "rot": { + "x": 0, + "y": 270291, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 8, + "instId": 300016, + "propState": 2, + "pos": { + "x": -141728, + "y": -119, + "z": -73277 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300017, + "propState": 2, + "pos": { + "x": -147970, + "y": -115, + "z": -71740 + }, + "rot": { + "x": 0, + "y": 273761, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 8, + "instId": 300018, + "propState": 1, + "pos": { + "x": -110101, + "y": -61, + "z": -81920 + }, + "rot": { + "x": 0, + "y": 342919, + "z": 0 + }, + "propId": 100021 + }, + { + "groupId": 8, + "instId": 300019, + "propState": 8, + "pos": { + "x": -110784, + "y": 504, + "z": -73208 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300020, + "propState": 8, + "pos": { + "x": -2438, + "y": 2916, + "z": -45562 + }, + "rot": { + "x": 0, + "y": 253313, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 8, + "instId": 300021, + "propState": 8, + "pos": { + "x": -5595, + "y": 2864, + "z": -46516 + }, + "rot": { + "x": 0, + "y": 163201, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300022, + "propState": 8, + "pos": { + "x": -5441, + "y": 2868, + "z": -48072 + }, + "rot": { + "x": 0, + "y": 252400, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 8, + "instId": 300023, + "propState": 1, + "pos": { + "x": 42660, + "y": 3485, + "z": -115530 + }, + "rot": { + "x": 0, + "y": 288017, + "z": 0 + }, + "propId": 100005 + }, + { + "groupId": 8, + "instId": 300024, + "propState": 1, + "pos": { + "x": 42748, + "y": 3485, + "z": -115476 + }, + "rot": { + "x": 0, + "y": 288000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300025, + "propState": 1, + "pos": { + "x": 58122, + "y": 3459, + "z": -118557 + }, + "rot": { + "x": 0, + "y": 108146, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 8, + "instId": 300027, + "propState": 8, + "pos": { + "x": -1578, + "y": 4254, + "z": -104286 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300028, + "propState": 1, + "pos": { + "x": -146897, + "y": 2770, + "z": -37391 + }, + "rot": { + "x": 0, + "y": 207332, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300029, + "propState": 1, + "pos": { + "x": -130445, + "y": 2762, + "z": -91413 + }, + "rot": { + "x": 0, + "y": 63465, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300030, + "propState": 1, + "pos": { + "x": -123205, + "y": 2760, + "z": -106135 + }, + "rot": { + "x": 0, + "y": 243837, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300031, + "propState": 1, + "pos": { + "x": -147179, + "y": 2762, + "z": -108792 + }, + "rot": { + "x": 0, + "y": 153818, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300032, + "propState": 1, + "pos": { + "x": -81935, + "y": 10282, + "z": -114414 + }, + "rot": { + "x": 0, + "y": 97352, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300033, + "propState": 1, + "pos": { + "x": -71651, + "y": 10282, + "z": -114388 + }, + "rot": { + "x": 0, + "y": 83364, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300034, + "propState": 1, + "pos": { + "x": -29906, + "y": 18608, + "z": -106063 + }, + "rot": { + "x": 0, + "y": 297743, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300035, + "propState": 1, + "pos": { + "x": -5999, + "y": 18610, + "z": -109379 + }, + "rot": { + "x": 0, + "y": 27856, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300036, + "propState": 1, + "pos": { + "x": -35120, + "y": 18610, + "z": -93989 + }, + "rot": { + "x": 0, + "y": 27856, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300037, + "propState": 1, + "pos": { + "x": -35597, + "y": 18611, + "z": -51446 + }, + "rot": { + "x": 0, + "y": 332611, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300038, + "propState": 1, + "pos": { + "x": -6352, + "y": 18611, + "z": -36294 + }, + "rot": { + "x": 0, + "y": 332611, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300039, + "propState": 8, + "pos": { + "x": -6513, + "y": 1037, + "z": -73196 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300040, + "propState": 8, + "pos": { + "x": 43166, + "y": 3481, + "z": -31972 + }, + "rot": { + "x": 0, + "y": 253434, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300041, + "propState": 1, + "pos": { + "x": -32477, + "y": -981, + "z": -73188 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300042, + "propState": 1, + "pos": { + "x": -197912, + "y": 2986, + "z": -87881 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300046, + "propState": 1, + "pos": { + "x": 53197, + "y": 3438, + "z": -118870 + }, + "rot": { + "x": 0, + "y": 288000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300047, + "propState": 1, + "pos": { + "x": -23402, + "y": 18610, + "z": -100181 + }, + "rot": { + "x": 0, + "y": 117856, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300026, + "propState": 8, + "pos": { + "x": -71462, + "y": 10309, + "z": -116276 + }, + "rot": { + "x": 0, + "y": 173364, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 8, + "instId": 300043, + "propState": 8, + "pos": { + "x": -62751, + "y": -1460, + "z": -59494 + }, + "rot": { + "x": 0, + "y": 224727, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 8, + "instId": 300044, + "propState": 8, + "pos": { + "x": -48680, + "y": -1460, + "z": -92050 + }, + "rot": { + "x": 0, + "y": 76087, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 8, + "pos": { + "x": -108250, + "y": -90, + "z": -77190 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 8, + "pos": { + "x": -110185, + "y": -2705, + "z": -36965 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300001, + "propState": 8, + "pos": { + "x": -109049, + "y": -4377, + "z": -102060 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 14, + "instId": 300001, + "propState": 8, + "pos": { + "x": -80251, + "y": -1130, + "z": -99382 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300001, + "propState": 1, + "pos": { + "x": -72470, + "y": -3195, + "z": -72255 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 8, + "pos": { + "x": -72470, + "y": 18664, + "z": -72255 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 16, + "instId": 300003, + "propState": 14, + "pos": { + "x": -76806, + "y": -1435, + "z": -73208 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100007 + }, + { + "groupId": 22, + "instId": 300002, + "propState": 8, + "pos": { + "x": -149470, + "y": -163, + "z": -73680 + }, + "rot": { + "x": 0, + "y": 271580, + "z": 0 + }, + "propId": 111 + }, + { + "groupId": 23, + "instId": 300001, + "propState": 8, + "pos": { + "x": -106680, + "y": -90, + "z": -77900 + }, + "rot": { + "x": 0, + "y": 280315, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 8, + "pos": { + "x": -163000, + "y": 2770, + "z": -29260 + }, + "rot": { + "x": 0, + "y": 295800, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 24, + "instId": 300001, + "propState": 8, + "pos": { + "x": -70580, + "y": -3200, + "z": -60620 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 25, + "instId": 300001, + "propState": 8, + "pos": { + "x": -90234, + "y": -6408, + "z": -113233 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 26, + "instId": 300001, + "propState": 8, + "pos": { + "x": -93046, + "y": 14991, + "z": -62420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 29, + "instId": 300002, + "propState": 8, + "pos": { + "x": -150600, + "y": 3010, + "z": -32680 + }, + "rot": { + "x": 0, + "y": 207541, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 32, + "instId": 300001, + "propState": 8, + "pos": { + "x": -38863, + "y": 17690, + "z": -62867 + }, + "rot": { + "x": 0, + "y": 343500, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 32, + "instId": 300002, + "propState": 8, + "pos": { + "x": -113331, + "y": 17656, + "z": -86508 + }, + "rot": { + "x": 0, + "y": 160861, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 32, + "instId": 300003, + "propState": 8, + "pos": { + "x": -155125, + "y": 2700, + "z": -33130 + }, + "rot": { + "x": 0, + "y": 207332, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 40, + "instId": 300001, + "propState": 8, + "pos": { + "x": -65350, + "y": -3200, + "z": -75870 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 41, + "instId": 300001, + "propState": 8, + "pos": { + "x": -93046, + "y": 14991, + "z": -62420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 42, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 43, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 47, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 8, + "pos": { + "x": -2515, + "y": 2940, + "z": -100826 + }, + "rot": { + "x": 0, + "y": 288017, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 8, + "pos": { + "x": -5599, + "y": 2864, + "z": -99852 + }, + "rot": { + "x": 0, + "y": 197158, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 6, + "instId": 300005, + "propState": 2, + "pos": { + "x": 470, + "y": 2880, + "z": -99190 + }, + "rot": { + "x": 0, + "y": 107618, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 6, + "instId": 300020, + "propState": 8, + "pos": { + "x": -2438, + "y": 2916, + "z": -45562 + }, + "rot": { + "x": 0, + "y": 253313, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 6, + "instId": 300021, + "propState": 8, + "pos": { + "x": -5595, + "y": 2864, + "z": -46516 + }, + "rot": { + "x": 0, + "y": 163201, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 6, + "instId": 300022, + "propState": 8, + "pos": { + "x": -5441, + "y": 2868, + "z": -48072 + }, + "rot": { + "x": 0, + "y": 252400, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 6, + "instId": 300023, + "propState": 1, + "pos": { + "x": 42660, + "y": 3485, + "z": -115530 + }, + "rot": { + "x": 0, + "y": 288017, + "z": 0 + }, + "propId": 100005 + }, + { + "groupId": 6, + "instId": 300043, + "propState": 8, + "pos": { + "x": -87866, + "y": -3195, + "z": -63012 + }, + "rot": { + "x": 0, + "y": 316776, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": -97173, + "y": -7635, + "z": -80770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": -145220, + "y": 2820, + "z": -38350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 8, + "pos": { + "x": -142565, + "y": -807, + "z": -29688 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 8, + "pos": { + "x": -142565, + "y": -807, + "z": -29688 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300001, + "propState": 8, + "pos": { + "x": -110150, + "y": -190, + "z": -73140 + }, + "rot": { + "x": 0, + "y": 358849, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 14, + "instId": 300001, + "propState": 8, + "pos": { + "x": -72470, + "y": -3195, + "z": -72255 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 1, + "pos": { + "x": -72470, + "y": 18664, + "z": -72255 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 15, + "instId": 300001, + "propState": 8, + "pos": { + "x": -93046, + "y": 14991, + "z": -62420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 8, + "pos": { + "x": -9581, + "y": 14882, + "z": -39168 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 22, + "instId": 300001, + "propState": 8, + "pos": { + "x": -107221, + "y": 18598, + "z": -93846 + }, + "rot": { + "x": 0, + "y": 356870, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 22, + "instId": 300002, + "propState": 8, + "pos": { + "x": -75049, + "y": 10270, + "z": -120328 + }, + "rot": { + "x": 0, + "y": 311421, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 22, + "instId": 300003, + "propState": 8, + "pos": { + "x": -75003, + "y": 10270, + "z": -124020 + }, + "rot": { + "x": 0, + "y": 348385, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 22, + "instId": 300004, + "propState": 8, + "pos": { + "x": 1190, + "y": 18610, + "z": -32910 + }, + "rot": { + "x": 0, + "y": 348385, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 23, + "instId": 300001, + "propState": 8, + "pos": { + "x": -65790, + "y": 18660, + "z": -75850 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 24, + "instId": 300002, + "propState": 8, + "pos": { + "x": -36720, + "y": 18583, + "z": -66100 + }, + "rot": { + "x": 0, + "y": 253519, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300001, + "propState": 8, + "pos": { + "x": -38863, + "y": 17690, + "z": -62867 + }, + "rot": { + "x": 0, + "y": 343500, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 25, + "instId": 300002, + "propState": 8, + "pos": { + "x": -113331, + "y": 17656, + "z": -86508 + }, + "rot": { + "x": 0, + "y": 160861, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 25, + "instId": 300003, + "propState": 8, + "pos": { + "x": -155125, + "y": 2700, + "z": -33130 + }, + "rot": { + "x": 0, + "y": 207332, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 28, + "instId": 300002, + "propState": 8, + "pos": { + "x": -114560, + "y": 18600, + "z": -83069 + }, + "rot": { + "x": 0, + "y": 72091, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 32, + "instId": 300001, + "propState": 8, + "pos": { + "x": -62080, + "y": 18660, + "z": -72590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 33, + "instId": 300001, + "propState": 8, + "pos": { + "x": -64870, + "y": 18660, + "z": -68240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 39, + "instId": 300001, + "propState": 8, + "pos": { + "x": -93046, + "y": 14991, + "z": -62420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 41, + "instId": 300001, + "propState": 8, + "pos": { + "x": -9581, + "y": 14882, + "z": -39168 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 42, + "instId": 300001, + "propState": 8, + "pos": { + "x": -9581, + "y": 14882, + "z": -39168 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 43, + "instId": 300001, + "propState": 8, + "pos": { + "x": -9581, + "y": 14882, + "z": -39168 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300012, + "propState": 1, + "pos": { + "x": -94500, + "y": 6820, + "z": -122190 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 4, + "instId": 300010, + "propState": 8, + "pos": { + "x": -101766, + "y": 5058, + "z": -119589 + }, + "rot": { + "x": 0, + "y": 269851, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 8, + "pos": { + "x": -2515, + "y": 2940, + "z": -100826 + }, + "rot": { + "x": 0, + "y": 288017, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 4, + "instId": 300019, + "propState": 8, + "pos": { + "x": -5599, + "y": 2864, + "z": -99852 + }, + "rot": { + "x": 0, + "y": 197158, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 2, + "pos": { + "x": 470, + "y": 2880, + "z": -99190 + }, + "rot": { + "x": 0, + "y": 107618, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 1, + "pos": { + "x": -120990, + "y": -101, + "z": -73190 + }, + "rot": { + "x": 0, + "y": 269472, + "z": 0 + }, + "propId": 100003 + }, + { + "groupId": 4, + "instId": 300020, + "propState": 1, + "pos": { + "x": -120990, + "y": -101, + "z": -73190 + }, + "rot": { + "x": 0, + "y": 269472, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300006, + "propState": 1, + "pos": { + "x": -104321, + "y": -101, + "z": -74646 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 8, + "pos": { + "x": -110161, + "y": -61, + "z": -64690 + }, + "rot": { + "x": 0, + "y": 17053, + "z": 0 + }, + "propId": 100021 + }, + { + "groupId": 4, + "instId": 300021, + "propState": 8, + "pos": { + "x": -110828, + "y": 504, + "z": -73353 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300005, + "propState": 8, + "pos": { + "x": -110990, + "y": -109, + "z": -62616 + }, + "rot": { + "x": 0, + "y": 18847, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 4, + "instId": 300014, + "propState": 8, + "pos": { + "x": -132012, + "y": 2824, + "z": -57981 + }, + "rot": { + "x": 0, + "y": 27345, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 4, + "instId": 300022, + "propState": 8, + "pos": { + "x": -130510, + "y": 2770, + "z": -55090 + }, + "rot": { + "x": 0, + "y": 297332, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300008, + "propState": 8, + "pos": { + "x": -132037, + "y": 2748, + "z": -61726 + }, + "rot": { + "x": 0, + "y": 207345, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 4, + "instId": 300016, + "propState": 8, + "pos": { + "x": -144990, + "y": -60, + "z": -73290 + }, + "rot": { + "x": 0, + "y": 270291, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 4, + "instId": 300026, + "propState": 8, + "pos": { + "x": -141728, + "y": -119, + "z": -73277 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300018, + "propState": 8, + "pos": { + "x": -141399, + "y": -115, + "z": -71740 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 4, + "instId": 300015, + "propState": 1, + "pos": { + "x": -110156, + "y": -61, + "z": -81744 + }, + "rot": { + "x": 0, + "y": 342919, + "z": 0 + }, + "propId": 100021 + }, + { + "groupId": 4, + "instId": 300023, + "propState": 1, + "pos": { + "x": -110829, + "y": 504, + "z": -73061 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300013, + "propState": 8, + "pos": { + "x": -2438, + "y": 2916, + "z": -45562 + }, + "rot": { + "x": 0, + "y": 253313, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 4, + "instId": 300024, + "propState": 8, + "pos": { + "x": -5595, + "y": 2864, + "z": -46516 + }, + "rot": { + "x": 0, + "y": 163201, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300038, + "propState": 8, + "pos": { + "x": -5441, + "y": 2868, + "z": -48072 + }, + "rot": { + "x": 0, + "y": 252400, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 4, + "instId": 300017, + "propState": 1, + "pos": { + "x": 42660, + "y": 3485, + "z": -115530 + }, + "rot": { + "x": 0, + "y": 288017, + "z": 0 + }, + "propId": 100005 + }, + { + "groupId": 4, + "instId": 300025, + "propState": 1, + "pos": { + "x": 42748, + "y": 3485, + "z": -115476 + }, + "rot": { + "x": 0, + "y": 288000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300007, + "propState": 1, + "pos": { + "x": 58122, + "y": 3459, + "z": -118557 + }, + "rot": { + "x": 0, + "y": 108146, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 4, + "instId": 300011, + "propState": 8, + "pos": { + "x": -10910, + "y": 18600, + "z": -106140 + }, + "rot": { + "x": 0, + "y": 27837, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300009, + "propState": 8, + "pos": { + "x": -1578, + "y": 4254, + "z": -104286 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300027, + "propState": 1, + "pos": { + "x": -146897, + "y": 2770, + "z": -37391 + }, + "rot": { + "x": 0, + "y": 207332, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300028, + "propState": 1, + "pos": { + "x": -130445, + "y": 2762, + "z": -91413 + }, + "rot": { + "x": 0, + "y": 63465, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300029, + "propState": 1, + "pos": { + "x": -123205, + "y": 2760, + "z": -106135 + }, + "rot": { + "x": 0, + "y": 243837, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300030, + "propState": 1, + "pos": { + "x": -147179, + "y": 2762, + "z": -108792 + }, + "rot": { + "x": 0, + "y": 153818, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300031, + "propState": 1, + "pos": { + "x": -81935, + "y": 10282, + "z": -114414 + }, + "rot": { + "x": 0, + "y": 97352, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300032, + "propState": 1, + "pos": { + "x": -71651, + "y": 10282, + "z": -114388 + }, + "rot": { + "x": 0, + "y": 83364, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300044, + "propState": 8, + "pos": { + "x": -31403, + "y": 18681, + "z": -108909 + }, + "rot": { + "x": 0, + "y": 27743, + "z": 0 + }, + "propId": 100021 + }, + { + "groupId": 4, + "instId": 300033, + "propState": 8, + "pos": { + "x": -29906, + "y": 18608, + "z": -106063 + }, + "rot": { + "x": 0, + "y": 297743, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300034, + "propState": 1, + "pos": { + "x": -5999, + "y": 18610, + "z": -109379 + }, + "rot": { + "x": 0, + "y": 27856, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300045, + "propState": 8, + "pos": { + "x": -37989, + "y": 18683, + "z": -92473 + }, + "rot": { + "x": 0, + "y": 117856, + "z": 0 + }, + "propId": 100021 + }, + { + "groupId": 4, + "instId": 300035, + "propState": 8, + "pos": { + "x": -35120, + "y": 18610, + "z": -93989 + }, + "rot": { + "x": 0, + "y": 27856, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300036, + "propState": 8, + "pos": { + "x": -35597, + "y": 18611, + "z": -51446 + }, + "rot": { + "x": 0, + "y": 332611, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300037, + "propState": 1, + "pos": { + "x": -6352, + "y": 18611, + "z": -36294 + }, + "rot": { + "x": 0, + "y": 332611, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300043, + "propState": 8, + "pos": { + "x": -6513, + "y": 1037, + "z": -73196 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300046, + "propState": 8, + "pos": { + "x": 43166, + "y": 3481, + "z": -31972 + }, + "rot": { + "x": 0, + "y": 253434, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300047, + "propState": 1, + "pos": { + "x": -32477, + "y": -981, + "z": -73188 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300048, + "propState": 1, + "pos": { + "x": -197912, + "y": 2986, + "z": -87881 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300042, + "propState": 1, + "pos": { + "x": 53197, + "y": 3438, + "z": -118870 + }, + "rot": { + "x": 0, + "y": 288000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 4, + "instId": 300049, + "propState": 1, + "pos": { + "x": -23402, + "y": 18610, + "z": -100181 + }, + "rot": { + "x": 0, + "y": 117856, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 4, + "instId": 300039, + "propState": 8, + "pos": { + "x": -38480, + "y": 18680, + "z": -52939 + }, + "rot": { + "x": 0, + "y": 62910, + "z": 0 + }, + "propId": 100021 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": -72470, + "y": -3195, + "z": -72255 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 8, + "pos": { + "x": -72470, + "y": 18664, + "z": -72255 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 14, + "pos": { + "x": -76806, + "y": -1435, + "z": -73208 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100007 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 1, + "pos": { + "x": -38680, + "y": 18260, + "z": -82930 + }, + "rot": { + "x": 0, + "y": 193835, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 1, + "pos": { + "x": -42585, + "y": 18630, + "z": -88591 + }, + "rot": { + "x": 0, + "y": 193930, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 6, + "instId": 300006, + "propState": 8, + "pos": { + "x": -178060, + "y": -390, + "z": -61070 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 6, + "instId": 300009, + "propState": 8, + "pos": { + "x": -177690, + "y": -7646, + "z": -74272 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 6, + "instId": 300010, + "propState": 1, + "pos": { + "x": -162330, + "y": -415, + "z": -71330 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100011 + }, + { + "groupId": 6, + "instId": 300011, + "propState": 8, + "pos": { + "x": -169860, + "y": -4600, + "z": -79580 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100012 + }, + { + "groupId": 6, + "instId": 300013, + "propState": 1, + "pos": { + "x": -194540, + "y": -378, + "z": -69650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100011 + }, + { + "groupId": 6, + "instId": 300014, + "propState": 8, + "pos": { + "x": -186621, + "y": -400, + "z": -79920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100012 + }, + { + "groupId": 6, + "instId": 300012, + "propState": 8, + "pos": { + "x": -171678, + "y": -4459, + "z": -85976 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 6, + "instId": 300015, + "propState": 8, + "pos": { + "x": -207948, + "y": -4226, + "z": -86090 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 6, + "instId": 300016, + "propState": 8, + "pos": { + "x": -173911, + "y": -178, + "z": -73134 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 8, + "pos": { + "x": -36720, + "y": 18583, + "z": -66100 + }, + "rot": { + "x": 0, + "y": 253519, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 1, + "pos": { + "x": -38863, + "y": 17690, + "z": -62867 + }, + "rot": { + "x": 0, + "y": 343500, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 8, + "pos": { + "x": -113331, + "y": 17656, + "z": -86508 + }, + "rot": { + "x": 0, + "y": 160861, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 8, + "pos": { + "x": -155125, + "y": 2700, + "z": -33130 + }, + "rot": { + "x": 0, + "y": 207332, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 8, + "pos": { + "x": -114560, + "y": 18600, + "z": -83069 + }, + "rot": { + "x": 0, + "y": 72091, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 8, + "pos": { + "x": -150600, + "y": 3010, + "z": -32680 + }, + "rot": { + "x": 0, + "y": 207541, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 8, + "pos": { + "x": -40180, + "y": 18610, + "z": -87720 + }, + "rot": { + "x": 0, + "y": 12914, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300001, + "propState": 8, + "pos": { + "x": -77801, + "y": 18052, + "z": -74822 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 8, + "pos": { + "x": -77801, + "y": 18052, + "z": -74822 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300003, + "propState": 8, + "pos": { + "x": -77801, + "y": 18052, + "z": -74822 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 8, + "pos": { + "x": -29689, + "y": 18611, + "z": -52440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 8, + "pos": { + "x": -25060, + "y": 18610, + "z": -90980 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 18, + "instId": 300001, + "propState": 8, + "pos": { + "x": -107400, + "y": 18598, + "z": -94070 + }, + "rot": { + "x": 0, + "y": 345019, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 8, + "pos": { + "x": -20841, + "y": 18610, + "z": -92168 + }, + "rot": { + "x": 0, + "y": 345019, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 19, + "instId": 300001, + "propState": 1, + "pos": { + "x": -2277, + "y": 18610, + "z": -110849 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1024 + }, + { + "groupId": 4, + "instId": 300012, + "propState": 8, + "pos": { + "x": -94500, + "y": 6820, + "z": -122190 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 8, + "pos": { + "x": -120990, + "y": -101, + "z": -73190 + }, + "rot": { + "x": 0, + "y": 269472, + "z": 0 + }, + "propId": 100003 + }, + { + "groupId": 4, + "instId": 300006, + "propState": 8, + "pos": { + "x": -104321, + "y": -101, + "z": -74646 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 4, + "instId": 300026, + "propState": 1, + "pos": { + "x": -141728, + "y": -119, + "z": -73277 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300028, + "propState": 8, + "pos": { + "x": -130445, + "y": 2762, + "z": -91413 + }, + "rot": { + "x": 0, + "y": 63465, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300044, + "propState": 1, + "pos": { + "x": -31403, + "y": 18681, + "z": -108909 + }, + "rot": { + "x": 0, + "y": 27743, + "z": 0 + }, + "propId": 100021 + }, + { + "groupId": 4, + "instId": 300033, + "propState": 1, + "pos": { + "x": -29906, + "y": 18608, + "z": -106063 + }, + "rot": { + "x": 0, + "y": 297743, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300045, + "propState": 1, + "pos": { + "x": -37989, + "y": 18683, + "z": -92473 + }, + "rot": { + "x": 0, + "y": 117856, + "z": 0 + }, + "propId": 100021 + }, + { + "groupId": 4, + "instId": 300035, + "propState": 1, + "pos": { + "x": -35120, + "y": 18610, + "z": -93989 + }, + "rot": { + "x": 0, + "y": 27856, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300036, + "propState": 1, + "pos": { + "x": -35597, + "y": 18611, + "z": -51446 + }, + "rot": { + "x": 0, + "y": 332611, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300039, + "propState": 8, + "pos": { + "x": -131805, + "y": 2834, + "z": -88622 + }, + "rot": { + "x": 0, + "y": 333017, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 6, + "instId": 300009, + "propState": 8, + "pos": { + "x": -184840, + "y": -180, + "z": -73040 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 6, + "instId": 300011, + "propState": 1, + "pos": { + "x": -169860, + "y": -4600, + "z": -79580 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100012 + }, + { + "groupId": 6, + "instId": 300014, + "propState": 1, + "pos": { + "x": -186621, + "y": -400, + "z": -79920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100012 + }, + { + "groupId": 6, + "instId": 300015, + "propState": 1, + "pos": { + "x": -202635, + "y": -4170, + "z": -93658 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 6, + "instId": 300016, + "propState": 1, + "pos": { + "x": -173911, + "y": -178, + "z": -73134 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": -38863, + "y": 17690, + "z": -62867 + }, + "rot": { + "x": 0, + "y": 343500, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 21, + "instId": 300001, + "propState": 8, + "pos": { + "x": -151510, + "y": -160, + "z": -59260 + }, + "rot": { + "x": 0, + "y": 193737, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 23, + "instId": 300001, + "propState": 8, + "pos": { + "x": -207810, + "y": 2970, + "z": -87650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 24, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 20000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 24, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 24, + "instId": 300003, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300001, + "propState": 8, + "pos": { + "x": -120520, + "y": 2765, + "z": -113580 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 25, + "instId": 300002, + "propState": 8, + "pos": { + "x": -182270, + "y": -7670, + "z": -95480 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 29, + "instId": 300001, + "propState": 8, + "pos": { + "x": -186450, + "y": -154, + "z": -92870 + }, + "rot": { + "x": 0, + "y": 345019, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 29, + "instId": 300002, + "propState": 8, + "pos": { + "x": -212480, + "y": -178, + "z": -70516 + }, + "rot": { + "x": 0, + "y": 29182, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 30, + "instId": 300001, + "propState": 1, + "pos": { + "x": -207211, + "y": 2966, + "z": -93108 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1024 + }, + { + "groupId": 32, + "instId": 300001, + "propState": 9, + "pos": { + "x": -156150, + "y": -163, + "z": -64670 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 33, + "instId": 300001, + "propState": 8, + "pos": { + "x": -156150, + "y": -163, + "z": -64670 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 4, + "instId": 300015, + "propState": 8, + "pos": { + "x": -110156, + "y": -61, + "z": -81744 + }, + "rot": { + "x": 0, + "y": 342919, + "z": 0 + }, + "propId": 100021 + }, + { + "groupId": 4, + "instId": 300013, + "propState": 1, + "pos": { + "x": -2438, + "y": 2916, + "z": -45562 + }, + "rot": { + "x": 0, + "y": 253313, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 1, + "pos": { + "x": -72470, + "y": -3195, + "z": -72255 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 6, + "instId": 300006, + "propState": 1, + "pos": { + "x": -178060, + "y": -390, + "z": -61070 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 6, + "instId": 300010, + "propState": 8, + "pos": { + "x": -162330, + "y": -415, + "z": -71330 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100011 + }, + { + "groupId": 6, + "instId": 300013, + "propState": 8, + "pos": { + "x": -194540, + "y": -378, + "z": -69650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100011 + }, + { + "groupId": 6, + "instId": 300012, + "propState": 1, + "pos": { + "x": -171678, + "y": -4459, + "z": -85976 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 6, + "instId": 300015, + "propState": 1, + "pos": { + "x": -207948, + "y": -4226, + "z": -86090 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 17, + "instId": 300003, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 22, + "instId": 300001, + "propState": 8, + "pos": { + "x": 418, + "y": 2844, + "z": -45101 + }, + "rot": { + "x": 0, + "y": 344763, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 23, + "instId": 300001, + "propState": 8, + "pos": { + "x": -900, + "y": 2840, + "z": -45110 + }, + "rot": { + "x": 0, + "y": 77897, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 24, + "instId": 300001, + "propState": 8, + "pos": { + "x": -43570, + "y": -1540, + "z": -68450 + }, + "rot": { + "x": 0, + "y": 349444, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 24, + "instId": 300002, + "propState": 8, + "pos": { + "x": -56123, + "y": -1055, + "z": -53894 + }, + "rot": { + "x": 0, + "y": 35068, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300001, + "propState": 8, + "pos": { + "x": -56830, + "y": -1055, + "z": -49670 + }, + "rot": { + "x": 0, + "y": 132645, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 26, + "instId": 300001, + "propState": 8, + "pos": { + "x": 31150, + "y": 3925, + "z": -31443 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 26, + "instId": 300002, + "propState": 8, + "pos": { + "x": -184675, + "y": -178, + "z": -73250 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 27, + "instId": 300001, + "propState": 8, + "pos": { + "x": -182166, + "y": -7672, + "z": -95585 + }, + "rot": { + "x": 0, + "y": 345019, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 27, + "instId": 300002, + "propState": 8, + "pos": { + "x": -98309, + "y": -1283, + "z": -97311 + }, + "rot": { + "x": 0, + "y": 345019, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 28, + "instId": 300001, + "propState": 1, + "pos": { + "x": -58913, + "y": -1055, + "z": -50909 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1024 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 1, + "pos": { + "x": 68110, + "y": 63760, + "z": 126450 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100011 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 8, + "pos": { + "x": 60350, + "y": 63690, + "z": 99240 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100012 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 8, + "pos": { + "x": 68090, + "y": 63760, + "z": 72010 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100012 + }, + { + "groupId": 13, + "instId": 300005, + "propState": 1, + "pos": { + "x": 86210, + "y": 64310, + "z": 99240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 13, + "instId": 300006, + "propState": 8, + "pos": { + "x": 45940, + "y": 63750, + "z": 112750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 13, + "instId": 300001, + "propState": 2, + "pos": { + "x": 92596, + "y": 65096, + "z": 102443 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 13, + "instId": 300007, + "propState": 8, + "pos": { + "x": 53462, + "y": 63965, + "z": 96389 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 8, + "pos": { + "x": 64619, + "y": 80338, + "z": 99130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 14, + "instId": 300015, + "propState": 8, + "pos": { + "x": 63157, + "y": 80223, + "z": 82093 + }, + "rot": { + "x": 0, + "y": 183795, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 14, + "instId": 300003, + "propState": 1, + "pos": { + "x": 67646, + "y": 80000, + "z": 110350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100011 + }, + { + "groupId": 14, + "instId": 300004, + "propState": 8, + "pos": { + "x": 67680, + "y": 79980, + "z": 88240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100012 + }, + { + "groupId": 14, + "instId": 300007, + "propState": 8, + "pos": { + "x": 50937, + "y": 63986, + "z": 78396 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 14, + "instId": 300008, + "propState": 8, + "pos": { + "x": 79060, + "y": 64016, + "z": 96537 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 15, + "instId": 300004, + "propState": 8, + "pos": { + "x": 39868, + "y": 80272, + "z": 99238 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100005 + }, + { + "groupId": 15, + "instId": 300003, + "propState": 8, + "pos": { + "x": 39867, + "y": 80327, + "z": 99241 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 15, + "instId": 300005, + "propState": 2, + "pos": { + "x": 37471, + "y": 80260, + "z": 97107 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 15, + "instId": 300006, + "propState": 8, + "pos": { + "x": 189124, + "y": 82889, + "z": 141036 + }, + "rot": { + "x": 0, + "y": 180001, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 15, + "instId": 300011, + "propState": 8, + "pos": { + "x": 189124, + "y": 82816, + "z": 144281 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 15, + "instId": 300007, + "propState": 2, + "pos": { + "x": 187263, + "y": 82830, + "z": 144350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 15, + "instId": 300008, + "propState": 1, + "pos": { + "x": 125966, + "y": 80503, + "z": 126902 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 15, + "instId": 300012, + "propState": 1, + "pos": { + "x": 125966, + "y": 80461, + "z": 129012 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 15, + "instId": 300010, + "propState": 8, + "pos": { + "x": 124206, + "y": 80461, + "z": 129306 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 15, + "instId": 300009, + "propState": 1, + "pos": { + "x": 8732, + "y": 79658, + "z": 113930 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 15, + "instId": 300013, + "propState": 1, + "pos": { + "x": 8732, + "y": 79584, + "z": 110666 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 15, + "instId": 300002, + "propState": 8, + "pos": { + "x": 10469, + "y": 79626, + "z": 110460 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 15, + "instId": 300001, + "propState": 8, + "pos": { + "x": 45424, + "y": 105, + "z": -127524 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 15, + "instId": 300014, + "propState": 8, + "pos": { + "x": -5018, + "y": 79582, + "z": 99243 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 15, + "instId": 300015, + "propState": 1, + "pos": { + "x": 8732, + "y": 79584, + "z": 87818 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 15, + "instId": 300023, + "propState": 8, + "pos": { + "x": 6984, + "y": 79597, + "z": 88038 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 15, + "instId": 300024, + "propState": 8, + "pos": { + "x": 8730, + "y": 79658, + "z": 84610 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 15, + "instId": 300016, + "propState": 1, + "pos": { + "x": 8736, + "y": 76653, + "z": 67879 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 15, + "instId": 300017, + "propState": 1, + "pos": { + "x": 8744, + "y": 76650, + "z": 130573 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 15, + "instId": 300018, + "propState": 1, + "pos": { + "x": 8742, + "y": 76666, + "z": 156017 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 15, + "instId": 300019, + "propState": 1, + "pos": { + "x": 91516, + "y": 75846, + "z": 124886 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 15, + "instId": 300020, + "propState": 1, + "pos": { + "x": 125990, + "y": 80471, + "z": 103866 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 15, + "instId": 300021, + "propState": 8, + "pos": { + "x": 133415, + "y": 78661, + "z": 139710 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 15, + "instId": 300022, + "propState": 1, + "pos": { + "x": 167309, + "y": 82825, + "z": 156197 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 15, + "instId": 300025, + "propState": 8, + "pos": { + "x": 125990, + "y": 80651, + "z": 101929 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 15, + "instId": 300026, + "propState": 8, + "pos": { + "x": 131100, + "y": 78695, + "z": 139689 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 19, + "instId": 300001, + "propState": 8, + "pos": { + "x": 104890, + "y": 74167, + "z": 97330 + }, + "rot": { + "x": 0, + "y": 269856, + "z": 0 + }, + "propId": 100022 + }, + { + "groupId": 19, + "instId": 300002, + "propState": 8, + "pos": { + "x": 104890, + "y": 65184, + "z": 97330 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100022 + }, + { + "groupId": 25, + "instId": 300001, + "propState": 8, + "pos": { + "x": 60705, + "y": 78108, + "z": 87851 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300002, + "propState": 8, + "pos": { + "x": 60705, + "y": 78108, + "z": 87851 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300003, + "propState": 8, + "pos": { + "x": 60705, + "y": 78108, + "z": 87851 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 26, + "instId": 300001, + "propState": 8, + "pos": { + "x": 91490, + "y": 78661, + "z": 141000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 26, + "instId": 300003, + "propState": 8, + "pos": { + "x": 72220, + "y": 78661, + "z": 140044 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 27, + "instId": 300001, + "propState": 8, + "pos": { + "x": 63700, + "y": 78660, + "z": 140230 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 31, + "instId": 300001, + "propState": 8, + "pos": { + "x": 2704, + "y": 79626, + "z": 95218 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 31, + "instId": 300002, + "propState": 8, + "pos": { + "x": 103530, + "y": 65190, + "z": 101780 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 32, + "instId": 300001, + "propState": 8, + "pos": { + "x": 105145, + "y": 78661, + "z": 128938 + }, + "rot": { + "x": 0, + "y": 345019, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 32, + "instId": 300002, + "propState": 8, + "pos": { + "x": 131060, + "y": 80471, + "z": 85500 + }, + "rot": { + "x": 0, + "y": 345019, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 33, + "instId": 300001, + "propState": 1, + "pos": { + "x": 67593, + "y": 64020, + "z": 99262 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1024 + } + ], + "monsters": [ + { + "groupId": 4, + "instId": 200002, + "eventId": 40002001, + "pos": { + "x": -9050, + "y": 18611, + "z": -30570 + }, + "rot": { + "x": 0, + "y": 147544, + "z": 0 + }, + "monsterId": 8012010 + }, + { + "groupId": 4, + "instId": 200003, + "eventId": 40002002, + "pos": { + "x": -21190, + "y": 18611, + "z": -41030 + }, + "rot": { + "x": 0, + "y": 228105, + "z": 0 + }, + "monsterId": 8012030 + }, + { + "groupId": 5, + "instId": 200002, + "eventId": 40002004, + "pos": { + "x": -2880, + "y": 18629, + "z": -104290 + }, + "rot": { + "x": 0, + "y": 245019, + "z": 0 + }, + "monsterId": 8012030 + }, + { + "groupId": 5, + "instId": 200003, + "eventId": 40002003, + "pos": { + "x": -14940, + "y": 18610, + "z": -99650 + }, + "rot": { + "x": 0, + "y": 193939, + "z": 0 + }, + "monsterId": 8012010 + }, + { + "groupId": 6, + "instId": 200001, + "eventId": 40002005, + "pos": { + "x": -96000, + "y": -1183, + "z": -53160 + }, + "rot": { + "x": 0, + "y": 91964, + "z": 0 + }, + "monsterId": 8012020 + }, + { + "groupId": 4, + "instId": 200003, + "eventId": 40002009, + "pos": { + "x": -133150, + "y": 2762, + "z": -99640 + }, + "rot": { + "x": 0, + "y": 150249, + "z": 0 + }, + "monsterId": 8012010 + }, + { + "groupId": 5, + "instId": 200001, + "eventId": 40002011, + "pos": { + "x": -78390, + "y": 10277, + "z": -122140 + }, + "rot": { + "x": 0, + "y": 91964, + "z": 0 + }, + "monsterId": 8012010 + }, + { + "groupId": 5, + "instId": 200002, + "eventId": 40002012, + "pos": { + "x": -81040, + "y": 10285, + "z": -110270 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8012030 + }, + { + "groupId": 7, + "instId": 200001, + "eventId": 40002006, + "pos": { + "x": -109850, + "y": -89, + "z": -76580 + }, + "rot": { + "x": 0, + "y": 236492, + "z": 0 + }, + "monsterId": 8012030 + }, + { + "groupId": 11, + "instId": 200001, + "eventId": 40002007, + "pos": { + "x": -143240, + "y": 2762, + "z": -107180 + }, + "rot": { + "x": 0, + "y": 71124, + "z": 0 + }, + "monsterId": 8012020 + }, + { + "groupId": 12, + "instId": 200001, + "eventId": 40002010, + "pos": { + "x": -69750, + "y": 10275, + "z": -110830 + }, + "rot": { + "x": 0, + "y": 56282, + "z": 0 + }, + "monsterId": 8012010 + }, + { + "groupId": 35, + "instId": 200001, + "eventId": 40002006, + "pos": { + "x": -43890, + "y": -1540, + "z": -78810 + }, + "rot": { + "x": 0, + "y": 253262, + "z": 0 + }, + "monsterId": 8012030 + }, + { + "groupId": 36, + "instId": 200001, + "eventId": 40002013, + "pos": { + "x": 15740, + "y": 2840, + "z": -95590 + }, + "rot": { + "x": 0, + "y": 158270, + "z": 0 + }, + "monsterId": 8012020 + }, + { + "groupId": 49, + "instId": 200003, + "eventId": 40002015, + "pos": { + "x": 40590, + "y": 3444, + "z": -32560 + }, + "rot": { + "x": 0, + "y": 69054, + "z": 0 + }, + "monsterId": 8012010 + }, + { + "groupId": 50, + "instId": 200003, + "eventId": 40002010, + "pos": { + "x": -17650, + "y": 1030, + "z": -98180 + }, + "rot": { + "x": 0, + "y": 234156, + "z": 0 + }, + "monsterId": 8012010 + }, + { + "groupId": 51, + "instId": 200005, + "eventId": 40002012, + "pos": { + "x": 11540, + "y": 2844, + "z": -35640 + }, + "rot": { + "x": 0, + "y": 190326, + "z": 0 + }, + "monsterId": 8012030 + }, + { + "groupId": 5, + "instId": 200003, + "eventId": 40002028, + "pos": { + "x": -76440, + "y": 10280, + "z": -112570 + }, + "rot": { + "x": 0, + "y": 117653, + "z": 0 + }, + "monsterId": 8012010 + }, + { + "groupId": 6, + "instId": 200002, + "eventId": 40002021, + "pos": { + "x": -78250, + "y": 10280, + "z": -111790 + }, + "rot": { + "x": 0, + "y": 80485, + "z": 0 + }, + "monsterId": 8012030 + }, + { + "groupId": 6, + "instId": 200003, + "eventId": 40002022, + "pos": { + "x": -81570, + "y": 10280, + "z": -112550 + }, + "rot": { + "x": 0, + "y": 150249, + "z": 0 + }, + "monsterId": 8012010 + }, + { + "groupId": 7, + "instId": 200001, + "eventId": 40002024, + "pos": { + "x": -79550, + "y": 10280, + "z": -111010 + }, + "rot": { + "x": 0, + "y": 91964, + "z": 0 + }, + "monsterId": 8012010 + }, + { + "groupId": 7, + "instId": 200002, + "eventId": 40002025, + "pos": { + "x": -70350, + "y": 10285, + "z": -111220 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8012030 + }, + { + "groupId": 9, + "instId": 200001, + "eventId": 40002019, + "pos": { + "x": -73570, + "y": 10280, + "z": -112350 + }, + "rot": { + "x": 0, + "y": 236492, + "z": 0 + }, + "monsterId": 8012030 + }, + { + "groupId": 12, + "instId": 200001, + "eventId": 40002026, + "pos": { + "x": -74980, + "y": 10280, + "z": -111300 + }, + "rot": { + "x": 0, + "y": 117979, + "z": 0 + }, + "monsterId": 8012020 + }, + { + "groupId": 13, + "instId": 200001, + "eventId": 40002020, + "pos": { + "x": -77160, + "y": 10280, + "z": -111300 + }, + "rot": { + "x": 0, + "y": 71124, + "z": 0 + }, + "monsterId": 8012020 + }, + { + "groupId": 14, + "instId": 200001, + "eventId": 40002023, + "pos": { + "x": -82569, + "y": 10285, + "z": -110319 + }, + "rot": { + "x": 0, + "y": 306629, + "z": 0 + }, + "monsterId": 8012010 + }, + { + "groupId": 25, + "instId": 200003, + "eventId": 40002021, + "pos": { + "x": -97460, + "y": -1110, + "z": -53550 + }, + "rot": { + "x": 0, + "y": 261667, + "z": 0 + }, + "monsterId": 8012030 + }, + { + "groupId": 26, + "instId": 200001, + "eventId": 40002020, + "pos": { + "x": -96280, + "y": -1120, + "z": -92770 + }, + "rot": { + "x": 0, + "y": 250971, + "z": 0 + }, + "monsterId": 8012020 + }, + { + "groupId": 42, + "instId": 200005, + "eventId": 40002026, + "pos": { + "x": -120430, + "y": 2770, + "z": -47480 + }, + "rot": { + "x": 0, + "y": 273304, + "z": 0 + }, + "monsterId": 8012020 + }, + { + "groupId": 43, + "instId": 200006, + "eventId": 40002022, + "pos": { + "x": -132700, + "y": 2810, + "z": -98540 + }, + "rot": { + "x": 0, + "y": 127824, + "z": 0 + }, + "monsterId": 8012010 + }, + { + "groupId": 3, + "instId": 200003, + "eventId": 40002041, + "pos": { + "x": -118252, + "y": 2770, + "z": -52267 + }, + "rot": { + "x": 0, + "y": 117653, + "z": 0 + }, + "monsterId": 8012010 + }, + { + "groupId": 4, + "instId": 200002, + "eventId": 40002034, + "pos": { + "x": -141250, + "y": 2810, + "z": -106100 + }, + "rot": { + "x": 0, + "y": 80485, + "z": 0 + }, + "monsterId": 8002010 + }, + { + "groupId": 4, + "instId": 200003, + "eventId": 40002035, + "pos": { + "x": -133150, + "y": 2762, + "z": -99640 + }, + "rot": { + "x": 0, + "y": 150249, + "z": 0 + }, + "monsterId": 8012010 + }, + { + "groupId": 5, + "instId": 200001, + "eventId": 40002037, + "pos": { + "x": -78390, + "y": 10277, + "z": -122140 + }, + "rot": { + "x": 0, + "y": 91964, + "z": 0 + }, + "monsterId": 8001010 + }, + { + "groupId": 5, + "instId": 200002, + "eventId": 40002038, + "pos": { + "x": -81040, + "y": 10285, + "z": -110270 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002010 + }, + { + "groupId": 7, + "instId": 200001, + "eventId": 40002032, + "pos": { + "x": -106330, + "y": -100, + "z": -71850 + }, + "rot": { + "x": 0, + "y": 176769, + "z": 0 + }, + "monsterId": 8002010 + }, + { + "groupId": 10, + "instId": 200001, + "eventId": 40002039, + "pos": { + "x": -145570, + "y": 2770, + "z": -31670 + }, + "rot": { + "x": 0, + "y": 167266, + "z": 0 + }, + "monsterId": 8012020 + }, + { + "groupId": 11, + "instId": 200001, + "eventId": 40002033, + "pos": { + "x": -120760, + "y": 2760, + "z": -94830 + }, + "rot": { + "x": 0, + "y": 71124, + "z": 0 + }, + "monsterId": 8002010 + }, + { + "groupId": 12, + "instId": 200001, + "eventId": 40002039, + "pos": { + "x": -69750, + "y": 10275, + "z": -110830 + }, + "rot": { + "x": 0, + "y": 56282, + "z": 0 + }, + "monsterId": 8012020 + }, + { + "groupId": 15, + "instId": 200001, + "eventId": 40002045, + "pos": { + "x": 780, + "y": 18610, + "z": -112880 + }, + "rot": { + "x": 0, + "y": 280287, + "z": 0 + }, + "monsterId": 8003010 + }, + { + "groupId": 17, + "instId": 200003, + "eventId": 40002035, + "pos": { + "x": -17130, + "y": 18630, + "z": -48330 + }, + "rot": { + "x": 0, + "y": 323444, + "z": 0 + }, + "monsterId": 8012010 + }, + { + "groupId": 39, + "instId": 200002, + "eventId": 40002044, + "pos": { + "x": -111010, + "y": 18598, + "z": -54660 + }, + "rot": { + "x": 0, + "y": 98439, + "z": 0 + }, + "monsterId": 8003020 + }, + { + "groupId": 41, + "instId": 200004, + "eventId": 40002039, + "pos": { + "x": -2150, + "y": 18610, + "z": -41970 + }, + "rot": { + "x": 0, + "y": 322667, + "z": 0 + }, + "monsterId": 8012020 + }, + { + "groupId": 42, + "instId": 200005, + "eventId": 40002033, + "pos": { + "x": -15010, + "y": 18610, + "z": -96850 + }, + "rot": { + "x": 0, + "y": 197378, + "z": 0 + }, + "monsterId": 8002010 + }, + { + "groupId": 43, + "instId": 200006, + "eventId": 40002034, + "pos": { + "x": -73530, + "y": 10270, + "z": -122610 + }, + "rot": { + "x": 0, + "y": 80771, + "z": 0 + }, + "monsterId": 8002010 + }, + { + "groupId": 11, + "instId": 200001, + "eventId": 40002048, + "pos": { + "x": -76720, + "y": 18660, + "z": -87430 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8012030 + }, + { + "groupId": 11, + "instId": 200002, + "eventId": 40002049, + "pos": { + "x": -76660, + "y": 18660, + "z": -59250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8012030 + }, + { + "groupId": 11, + "instId": 200003, + "eventId": 40002046, + "pos": { + "x": -112360, + "y": 18600, + "z": -53710 + }, + "rot": { + "x": 0, + "y": 207414, + "z": 0 + }, + "monsterId": 8012010 + }, + { + "groupId": 11, + "instId": 200004, + "eventId": 40002047, + "pos": { + "x": -109770, + "y": 18600, + "z": -54720 + }, + "rot": { + "x": 0, + "y": 207414, + "z": 0 + }, + "monsterId": 8012010 + }, + { + "groupId": 11, + "instId": 200005, + "eventId": 40002050, + "pos": { + "x": -12890, + "y": 18610, + "z": -105410 + }, + "rot": { + "x": 0, + "y": 286533, + "z": 0 + }, + "monsterId": 8003020 + }, + { + "groupId": 11, + "instId": 200002, + "eventId": 40002052, + "pos": { + "x": -153880, + "y": 2762, + "z": -103030 + }, + "rot": { + "x": 0, + "y": 128727, + "z": 0 + }, + "monsterId": 8012030 + }, + { + "groupId": 11, + "instId": 200003, + "eventId": 40002053, + "pos": { + "x": -156060, + "y": 2760, + "z": -108330 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "monsterId": 8012030 + }, + { + "groupId": 11, + "instId": 200006, + "eventId": 40002055, + "pos": { + "x": -171790, + "y": -180, + "z": -67670 + }, + "rot": { + "x": 0, + "y": 292874, + "z": 0 + }, + "monsterId": 8012010 + }, + { + "groupId": 11, + "instId": 200007, + "eventId": 40002056, + "pos": { + "x": -186120, + "y": -180, + "z": -71580 + }, + "rot": { + "x": 0, + "y": 121370, + "z": 0 + }, + "monsterId": 8012020 + }, + { + "groupId": 11, + "instId": 200008, + "eventId": 40002057, + "pos": { + "x": -185010, + "y": -336, + "z": -90826 + }, + "rot": { + "x": 0, + "y": 225082, + "z": 0 + }, + "monsterId": 8012010 + }, + { + "groupId": 11, + "instId": 200009, + "eventId": 40002058, + "pos": { + "x": -188054, + "y": -336, + "z": -90832 + }, + "rot": { + "x": 0, + "y": 134068, + "z": 0 + }, + "monsterId": 8012010 + }, + { + "groupId": 11, + "instId": 200010, + "eventId": 40002059, + "pos": { + "x": -165360, + "y": -4390, + "z": -95690 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8011010 + }, + { + "groupId": 11, + "instId": 200011, + "eventId": 40002060, + "pos": { + "x": -171080, + "y": -4380, + "z": -59620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8012010 + }, + { + "groupId": 11, + "instId": 200012, + "eventId": 40002054, + "pos": { + "x": -180550, + "y": -7670, + "z": -76680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8011010 + }, + { + "groupId": 20, + "instId": 200001, + "eventId": 40002061, + "pos": { + "x": -151510, + "y": -160, + "z": -59260 + }, + "rot": { + "x": 0, + "y": 193737, + "z": 0 + }, + "monsterId": 8003020 + }, + { + "groupId": 21, + "instId": 200001, + "eventId": 40002066, + "pos": { + "x": -151510, + "y": -160, + "z": -59260 + }, + "rot": { + "x": 0, + "y": 193737, + "z": 0 + }, + "monsterId": 8003020 + }, + { + "groupId": 22, + "instId": 200001, + "eventId": 40002067, + "pos": { + "x": -207810, + "y": 2970, + "z": -87650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 8013013 + }, + { + "groupId": 23, + "instId": 200001, + "eventId": 40002068, + "pos": { + "x": -207810, + "y": 2970, + "z": -87650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 8013010 + }, + { + "groupId": 11, + "instId": 200002, + "eventId": 40002010, + "pos": { + "x": -880, + "y": 2840, + "z": -42470 + }, + "rot": { + "x": 0, + "y": 89561, + "z": 0 + }, + "monsterId": 8012010 + }, + { + "groupId": 11, + "instId": 200003, + "eventId": 40002070, + "pos": { + "x": -9840, + "y": 1610, + "z": -98530 + }, + "rot": { + "x": 0, + "y": 289561, + "z": 0 + }, + "monsterId": 8012020 + }, + { + "groupId": 11, + "instId": 200004, + "eventId": 40002071, + "pos": { + "x": -171720, + "y": -180, + "z": -71070 + }, + "rot": { + "x": 0, + "y": 223454, + "z": 0 + }, + "monsterId": 8011010 + }, + { + "groupId": 11, + "instId": 200005, + "eventId": 40002073, + "pos": { + "x": -94630, + "y": -1120, + "z": -93180 + }, + "rot": { + "x": 0, + "y": 12047, + "z": 0 + }, + "monsterId": 8012010 + }, + { + "groupId": 11, + "instId": 200006, + "eventId": 40002072, + "pos": { + "x": -173610, + "y": -180, + "z": -70020 + }, + "rot": { + "x": 0, + "y": 159791, + "z": 0 + }, + "monsterId": 8011010 + }, + { + "groupId": 11, + "instId": 200010, + "eventId": 40002076, + "pos": { + "x": -163390, + "y": -4390, + "z": -95050 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8012010 + }, + { + "groupId": 11, + "instId": 200011, + "eventId": 40002077, + "pos": { + "x": -168060, + "y": -4390, + "z": -94810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8012010 + }, + { + "groupId": 11, + "instId": 200012, + "eventId": 40002078, + "pos": { + "x": -179230, + "y": -7670, + "z": -79700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8012030 + }, + { + "groupId": 11, + "instId": 200013, + "eventId": 40002079, + "pos": { + "x": -185020, + "y": -7670, + "z": -79700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8012030 + }, + { + "groupId": 11, + "instId": 200015, + "eventId": 40002080, + "pos": { + "x": -57160, + "y": -1060, + "z": -95640 + }, + "rot": { + "x": 0, + "y": 12266, + "z": 0 + }, + "monsterId": 8011020 + }, + { + "groupId": 11, + "instId": 200016, + "eventId": 40002081, + "pos": { + "x": -60080, + "y": -1060, + "z": -94720 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8011020 + }, + { + "groupId": 22, + "instId": 200001, + "eventId": 40002086, + "pos": { + "x": -900, + "y": 2916, + "z": -45110 + }, + "rot": { + "x": 0, + "y": 77897, + "z": 0 + }, + "monsterId": 8013013 + }, + { + "groupId": 23, + "instId": 200001, + "eventId": 40002087, + "pos": { + "x": -900, + "y": 2916, + "z": -45110 + }, + "rot": { + "x": 0, + "y": 77897, + "z": 0 + }, + "monsterId": 8013010 + }, + { + "groupId": 24, + "instId": 200001, + "eventId": 40002088, + "pos": { + "x": -56830, + "y": -1055, + "z": -49670 + }, + "rot": { + "x": 0, + "y": 132645, + "z": 0 + }, + "monsterId": 1013022 + }, + { + "groupId": 25, + "instId": 200001, + "eventId": 40002089, + "pos": { + "x": -56830, + "y": -1055, + "z": -49670 + }, + "rot": { + "x": 0, + "y": 132645, + "z": 0 + }, + "monsterId": 1013020 + }, + { + "groupId": 16, + "instId": 200001, + "eventId": 40002090, + "pos": { + "x": 34319, + "y": 80290, + "z": 96500 + }, + "rot": { + "x": 0, + "y": 289657, + "z": 0 + }, + "monsterId": 8012020 + }, + { + "groupId": 16, + "instId": 200002, + "eventId": 40002091, + "pos": { + "x": 34310, + "y": 80290, + "z": 101960 + }, + "rot": { + "x": 0, + "y": 213461, + "z": 0 + }, + "monsterId": 8012020 + }, + { + "groupId": 16, + "instId": 200003, + "eventId": 40002055, + "pos": { + "x": 90940, + "y": 75793, + "z": 119001 + }, + "rot": { + "x": 0, + "y": 292874, + "z": 0 + }, + "monsterId": 8012010 + }, + { + "groupId": 16, + "instId": 200004, + "eventId": 40002056, + "pos": { + "x": 125100, + "y": 78661, + "z": 140024 + }, + "rot": { + "x": 0, + "y": 121370, + "z": 0 + }, + "monsterId": 8012020 + }, + { + "groupId": 16, + "instId": 200005, + "eventId": 40002079, + "pos": { + "x": 98620, + "y": 73990, + "z": 99210 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 8012030 + }, + { + "groupId": 26, + "instId": 200004, + "eventId": 40002099, + "pos": { + "x": 63700, + "y": 78660, + "z": 140230 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1013022 + }, + { + "groupId": 27, + "instId": 200004, + "eventId": 40002100, + "pos": { + "x": 63700, + "y": 78660, + "z": 140230 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1013020 + }, + { + "groupId": 28, + "instId": 200003, + "eventId": 40002098, + "pos": { + "x": 74060, + "y": 64120, + "z": 99100 + }, + "rot": { + "x": 0, + "y": 84492, + "z": 0 + }, + "monsterId": 1013010 + }, + { + "groupId": 29, + "instId": 200003, + "eventId": 40002092, + "pos": { + "x": 81120, + "y": 63800, + "z": 120510 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 8011010 + }, + { + "groupId": 29, + "instId": 200001, + "eventId": 40002093, + "pos": { + "x": 104930, + "y": 64930, + "z": 69570 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 8011020 + }, + { + "groupId": 29, + "instId": 200002, + "eventId": 40002094, + "pos": { + "x": 57020, + "y": 63800, + "z": 77670 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 8011010 + }, + { + "groupId": 29, + "instId": 200004, + "eventId": 40002095, + "pos": { + "x": 50410, + "y": 63800, + "z": 130070 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 8011020 + } + ], + "teleports": [ + { + "anchorId": 1, + "groupId": 23, + "instId": 300001, + "pos": { + "x": -59420, + "y": -1200, + "z": -56850 + }, + "rot": { + "x": 0, + "y": 76560, + "z": 0 + }, + "teleportId": 2102 + }, + { + "anchorId": 1, + "groupId": 24, + "instId": 300001, + "pos": { + "x": -66470, + "y": -3200, + "z": -63500 + }, + "rot": { + "x": 0, + "y": 261670, + "z": 0 + }, + "teleportId": 2102 + }, + { + "anchorId": 1, + "groupId": 23, + "instId": 300001, + "pos": { + "x": -65960, + "y": 18660, + "z": -72930 + }, + "rot": { + "x": 0, + "y": 92769, + "z": 0 + }, + "teleportId": 2102 + }, + { + "anchorId": 2, + "groupId": 17, + "instId": 300002, + "pos": { + "x": -24670, + "y": 18630, + "z": -92780 + }, + "rot": { + "x": 0, + "y": 329207, + "z": 0 + }, + "teleportId": 2102 + }, + { + "anchorId": 2, + "groupId": 25, + "instId": 300002, + "pos": { + "x": -183332, + "y": -7672, + "z": -94474 + }, + "rot": { + "x": 0, + "y": 311861, + "z": 0 + }, + "teleportId": 2102 + }, + { + "anchorId": 2, + "groupId": 26, + "instId": 300002, + "pos": { + "x": -186677, + "y": -178, + "z": -72046 + }, + "rot": { + "x": 0, + "y": 5049, + "z": 0 + }, + "teleportId": 2102 + }, + { + "anchorId": 2, + "groupId": 31, + "instId": 300002, + "pos": { + "x": 101700, + "y": 65190, + "z": 100600 + }, + "rot": { + "x": 0, + "y": 274697, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 40003, + "props": [ + { + "groupId": 1, + "instId": 300001, + "propState": 8, + "pos": { + "x": 170204, + "y": 77316, + "z": 92039 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 1, + "instId": 300002, + "propState": 8, + "pos": { + "x": 225500, + "y": 77316, + "z": 99380 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 8, + "pos": { + "x": 64619, + "y": 80117, + "z": 99130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 3, + "instId": 300015, + "propState": 8, + "pos": { + "x": 94614, + "y": 74053, + "z": 103220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 1, + "pos": { + "x": 67646, + "y": 80000, + "z": 110350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100011 + }, + { + "groupId": 3, + "instId": 300004, + "propState": 8, + "pos": { + "x": 67680, + "y": 79980, + "z": 88240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100012 + }, + { + "groupId": 3, + "instId": 300005, + "propState": 2, + "pos": { + "x": 92596, + "y": 65096, + "z": 102443 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 3, + "instId": 300006, + "propState": 8, + "pos": { + "x": 53462, + "y": 63965, + "z": 96389 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 3, + "instId": 300007, + "propState": 8, + "pos": { + "x": 50937, + "y": 63986, + "z": 78396 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 3, + "instId": 300008, + "propState": 8, + "pos": { + "x": 79060, + "y": 64016, + "z": 96537 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 8, + "pos": { + "x": 39868, + "y": 80272, + "z": 99238 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100005 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 8, + "pos": { + "x": 39867, + "y": 80327, + "z": 99241 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300005, + "propState": 2, + "pos": { + "x": 37471, + "y": 80260, + "z": 97107 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 4, + "instId": 300006, + "propState": 8, + "pos": { + "x": 189124, + "y": 82889, + "z": 141036 + }, + "rot": { + "x": 0, + "y": 180001, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 4, + "instId": 300011, + "propState": 8, + "pos": { + "x": 189124, + "y": 82816, + "z": 144281 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300007, + "propState": 2, + "pos": { + "x": 187263, + "y": 82830, + "z": 144350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 4, + "instId": 300008, + "propState": 8, + "pos": { + "x": 125966, + "y": 80503, + "z": 126902 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 4, + "instId": 300012, + "propState": 8, + "pos": { + "x": 125966, + "y": 80461, + "z": 129012 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300010, + "propState": 8, + "pos": { + "x": 124206, + "y": 80461, + "z": 129306 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 4, + "instId": 300009, + "propState": 8, + "pos": { + "x": 8732, + "y": 79658, + "z": 113930 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 4, + "instId": 300013, + "propState": 8, + "pos": { + "x": 8732, + "y": 79584, + "z": 110666 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 8, + "pos": { + "x": 10469, + "y": 79626, + "z": 110460 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 8, + "pos": { + "x": 45424, + "y": 105, + "z": -127524 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300014, + "propState": 8, + "pos": { + "x": -5018, + "y": 79582, + "z": 99243 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300015, + "propState": 8, + "pos": { + "x": 8732, + "y": 79584, + "z": 87818 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300023, + "propState": 8, + "pos": { + "x": 6984, + "y": 79597, + "z": 88038 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 4, + "instId": 300024, + "propState": 8, + "pos": { + "x": 8730, + "y": 79658, + "z": 84610 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 4, + "instId": 300016, + "propState": 1, + "pos": { + "x": 8736, + "y": 76653, + "z": 67879 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300017, + "propState": 1, + "pos": { + "x": 8744, + "y": 76650, + "z": 130573 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300018, + "propState": 1, + "pos": { + "x": 8742, + "y": 76666, + "z": 156017 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300019, + "propState": 1, + "pos": { + "x": 91516, + "y": 75846, + "z": 124886 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300020, + "propState": 1, + "pos": { + "x": 125990, + "y": 80471, + "z": 103866 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300021, + "propState": 1, + "pos": { + "x": 133415, + "y": 78661, + "z": 139710 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300022, + "propState": 1, + "pos": { + "x": 167309, + "y": 82825, + "z": 156197 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300025, + "propState": 8, + "pos": { + "x": 125990, + "y": 80651, + "z": 101929 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 8, + "pos": { + "x": 49380, + "y": 80223, + "z": 116700 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 100068 + }, + { + "groupId": 5, + "instId": 300004, + "propState": 8, + "pos": { + "x": 49280, + "y": 80223, + "z": 120150 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 100066 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 8, + "pos": { + "x": 48600, + "y": 80223, + "z": 118420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 5, + "instId": 300005, + "propState": 8, + "pos": { + "x": 74190, + "y": 80223, + "z": 79950 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 5, + "instId": 300006, + "propState": 8, + "pos": { + "x": 39868, + "y": 80272, + "z": 99238 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100005 + }, + { + "groupId": 5, + "instId": 300007, + "propState": 8, + "pos": { + "x": 39867, + "y": 80327, + "z": 99241 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 5, + "instId": 300008, + "propState": 1, + "pos": { + "x": 67646, + "y": 80000, + "z": 110350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100011 + }, + { + "groupId": 5, + "instId": 300009, + "propState": 8, + "pos": { + "x": 67680, + "y": 79980, + "z": 88240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100012 + }, + { + "groupId": 5, + "instId": 300010, + "propState": 8, + "pos": { + "x": 74190, + "y": 80223, + "z": 118740 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 8, + "pos": { + "x": 128330, + "y": 80501, + "z": 106530 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 100066 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 8, + "pos": { + "x": 125990, + "y": 80513, + "z": 103866 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 8, + "pos": { + "x": 125966, + "y": 80503, + "z": 126902 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": 123627, + "y": 80501, + "z": 106530 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 100067 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 8, + "pos": { + "x": 63800, + "y": 78661, + "z": 140071 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100069 + }, + { + "groupId": 10, + "instId": 300004, + "propState": 1, + "pos": { + "x": 70747, + "y": 78661, + "z": 142865 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 10, + "instId": 300012, + "propState": 8, + "pos": { + "x": 74357, + "y": 78661, + "z": 142325 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 10, + "instId": 300013, + "propState": 8, + "pos": { + "x": 74353, + "y": 78661, + "z": 141749 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 10, + "instId": 300015, + "propState": 8, + "pos": { + "x": 74902, + "y": 78661, + "z": 142449 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 10, + "instId": 300019, + "propState": 1, + "pos": { + "x": 70724, + "y": 78661, + "z": 137488 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": 81133, + "y": 79500, + "z": 142749 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 1, + "pos": { + "x": 79262, + "y": 79637, + "z": 142248 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 10, + "instId": 300005, + "propState": 8, + "pos": { + "x": 86152, + "y": 78661, + "z": 140063 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 12, + "instId": 300005, + "propState": 8, + "pos": { + "x": 259080, + "y": 79707, + "z": 95930 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 12, + "instId": 300009, + "propState": 8, + "pos": { + "x": 219810, + "y": 77016, + "z": 95910 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 8, + "pos": { + "x": 186826, + "y": 82776, + "z": 138794 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 100066 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 8, + "pos": { + "x": 193270, + "y": 82765, + "z": 138510 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100067 + }, + { + "groupId": 13, + "instId": 300001, + "propState": 8, + "pos": { + "x": 179725, + "y": 77016, + "z": 95930 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 8, + "pos": { + "x": 189124, + "y": 82889, + "z": 141036 + }, + "rot": { + "x": 0, + "y": 180001, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 13, + "instId": 300005, + "propState": 8, + "pos": { + "x": 189124, + "y": 82816, + "z": 144281 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 8, + "pos": { + "x": 180210, + "y": 82719, + "z": 134090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 8, + "pos": { + "x": 59490, + "y": 80223, + "z": 78636 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 18, + "instId": 300001, + "propState": 8, + "pos": { + "x": 44006, + "y": 80223, + "z": 111829 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100071 + } + ], + "monsters": [ + { + "groupId": 5, + "instId": 200005, + "eventId": 40003203, + "pos": { + "x": 53510, + "y": 80223, + "z": 118470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 8012030 + }, + { + "groupId": 6, + "instId": 200002, + "eventId": 40003204, + "pos": { + "x": 67420, + "y": 80497, + "z": 98940 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8011020 + }, + { + "groupId": 7, + "instId": 200003, + "eventId": 40003205, + "pos": { + "x": 54820, + "y": 80223, + "z": 80120 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 8012010 + }, + { + "groupId": 12, + "instId": 200001, + "eventId": 40003206, + "pos": { + "x": 248520, + "y": 79927, + "z": 95970 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 8003020 + }, + { + "groupId": 13, + "instId": 200005, + "eventId": 40003201, + "pos": { + "x": 189020, + "y": 82797, + "z": 135790 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8012010 + }, + { + "groupId": 15, + "instId": 200002, + "eventId": 40003202, + "pos": { + "x": 174501, + "y": 82598, + "z": 123311 + }, + "rot": { + "x": 0, + "y": 359964, + "z": 0 + }, + "monsterId": 8011010 + } + ], + "teleports": [ + { + "anchorId": 1, + "groupId": 1, + "instId": 300001, + "pos": { + "x": 4560, + "y": 79626, + "z": 99300 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 40101, + "props": [ + { + "groupId": 1, + "instId": 300001, + "propState": 8, + "pos": { + "x": 52050, + "y": 1942, + "z": 89100 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 1, + "instId": 300002, + "propState": 8, + "pos": { + "x": 116280, + "y": -5031, + "z": 309560 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 2, + "instId": 300001, + "propState": 8, + "pos": { + "x": 33020, + "y": 3965, + "z": 128440 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 8, + "pos": { + "x": 30860, + "y": 3940, + "z": 121430 + }, + "rot": { + "x": 0, + "y": 146089, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": 80870, + "y": -5026, + "z": 292180 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 8, + "pos": { + "x": 83130, + "y": -5026, + "z": 285610 + }, + "rot": { + "x": 0, + "y": 231278, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 8, + "pos": { + "x": 32830, + "y": 942, + "z": 287530 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 3, + "instId": 300004, + "propState": 8, + "pos": { + "x": 32900, + "y": -2891, + "z": 307320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 8, + "pos": { + "x": 39030, + "y": 3942, + "z": 224730 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 8, + "pos": { + "x": 35950, + "y": 3942, + "z": 222760 + }, + "rot": { + "x": 0, + "y": 142369, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 8, + "pos": { + "x": 40970, + "y": 3942, + "z": 229500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 11, + "pos": { + "x": 118200, + "y": -2022, + "z": 373171 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60103 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 8, + "pos": { + "x": 64094, + "y": 43666, + "z": 367000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 8, + "pos": { + "x": 121200, + "y": -5030, + "z": 322290 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 2, + "pos": { + "x": 83090, + "y": -5058, + "z": 296730 + }, + "rot": { + "x": 0, + "y": 199685, + "z": 0 + }, + "propId": 101012 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 5, + "pos": { + "x": 81034, + "y": -4800, + "z": 324800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 301011 + }, + { + "groupId": 3, + "instId": 300007, + "propState": 8, + "pos": { + "x": 54500, + "y": 995, + "z": 273250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": 29250, + "y": 978, + "z": 257242 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 8, + "pos": { + "x": 5500, + "y": 3939, + "z": 255750 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": 34999, + "y": 3942, + "z": 227683 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 8, + "pos": { + "x": 30490, + "y": 3970, + "z": 152240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 3, + "pos": { + "x": 81123, + "y": -4800, + "z": 324981 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 301011 + }, + { + "groupId": 10, + "instId": 300006, + "propState": 8, + "pos": { + "x": 33000, + "y": 4000, + "z": 128148 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 10, + "instId": 300014, + "propState": 8, + "pos": { + "x": 38798, + "y": 3942, + "z": 224750 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 10, + "instId": 300019, + "propState": 8, + "pos": { + "x": 40915, + "y": 3942, + "z": 223505 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 10, + "instId": 300012, + "propState": 8, + "pos": { + "x": 32930, + "y": -2833, + "z": 302940 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 10, + "instId": 300013, + "propState": 8, + "pos": { + "x": 30752, + "y": -2833, + "z": 308420 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 8, + "pos": { + "x": 43000, + "y": 942, + "z": 255250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101051 + }, + { + "groupId": 12, + "instId": 300006, + "propState": 8, + "pos": { + "x": 36500, + "y": 4000, + "z": 197250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101051 + }, + { + "groupId": 13, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 8, + "pos": { + "x": 35730, + "y": 4442, + "z": 194256 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 220 + }, + { + "groupId": 16, + "instId": 300007, + "propState": 8, + "pos": { + "x": 32869, + "y": 1442, + "z": 271250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 220 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 8, + "pos": { + "x": 51500, + "y": 1442, + "z": 270000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 220 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 8, + "pos": { + "x": 80869, + "y": -4526, + "z": 294597 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 220 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 8, + "pos": { + "x": 42020, + "y": 3940, + "z": 207750 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 8, + "pos": { + "x": 83339, + "y": -5030, + "z": 293155 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 12, + "instId": 300003, + "propState": 8, + "pos": { + "x": 84750, + "y": -5009, + "z": 363000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 21, + "instId": 300002, + "propState": 8, + "pos": { + "x": 32413, + "y": 3940, + "z": 110500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 24, + "instId": 300002, + "propState": 8, + "pos": { + "x": 84000, + "y": -5021, + "z": 353500 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 101012 + }, + { + "groupId": 24, + "instId": 300003, + "propState": 8, + "pos": { + "x": 53245, + "y": -5058, + "z": 322500 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 101012 + }, + { + "groupId": 24, + "instId": 300006, + "propState": 8, + "pos": { + "x": 33000, + "y": 4000, + "z": 127750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 24, + "instId": 300007, + "propState": 8, + "pos": { + "x": 29990, + "y": -300, + "z": 129350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 24, + "instId": 300012, + "propState": 8, + "pos": { + "x": 32930, + "y": -2833, + "z": 302940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 24, + "instId": 300008, + "propState": 8, + "pos": { + "x": 78750, + "y": -5026, + "z": 296860 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 101012 + }, + { + "groupId": 24, + "instId": 300001, + "propState": 4, + "pos": { + "x": 81123, + "y": -4800, + "z": 324981 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 301011 + }, + { + "groupId": 24, + "instId": 300004, + "propState": 8, + "pos": { + "x": 110750, + "y": -5027, + "z": 321500 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 101012 + }, + { + "groupId": 25, + "instId": 300005, + "propState": 8, + "pos": { + "x": 50000, + "y": -2024, + "z": 286000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101051 + }, + { + "groupId": 25, + "instId": 300002, + "propState": 8, + "pos": { + "x": 60399, + "y": -5273, + "z": 324750 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101051 + }, + { + "groupId": 26, + "instId": 300008, + "propState": 8, + "pos": { + "x": 49000, + "y": 942, + "z": 269000 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 26, + "instId": 300001, + "propState": 8, + "pos": { + "x": 79520, + "y": -5009, + "z": 367680 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 26, + "instId": 300002, + "propState": 8, + "pos": { + "x": 51750, + "y": -5070, + "z": 328348 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 26, + "instId": 300004, + "propState": 8, + "pos": { + "x": 123066, + "y": -5031, + "z": 328500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 4, + "instId": 300008, + "propState": 8, + "pos": { + "x": 29250, + "y": 943, + "z": 257120 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 8, + "pos": { + "x": 110750, + "y": -2021, + "z": 368837 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 8, + "pos": { + "x": 53639, + "y": -5058, + "z": 327565 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 8, + "pos": { + "x": 123066, + "y": -5031, + "z": 328573 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 8, + "pos": { + "x": 83609, + "y": -5026, + "z": 292876 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": 30291, + "y": 3965, + "z": 155622 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 8, + "pos": { + "x": 47250, + "y": -5058, + "z": 321500 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 8, + "pos": { + "x": 35478, + "y": 3942, + "z": 227285 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 8, + "pos": { + "x": 123350, + "y": -4731, + "z": 324570 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 8, + "pos": { + "x": 79250, + "y": -5021, + "z": 353500 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 101012 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 8, + "pos": { + "x": 53245, + "y": -5058, + "z": 322500 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 101012 + }, + { + "groupId": 7, + "instId": 300006, + "propState": 8, + "pos": { + "x": 33000, + "y": 4000, + "z": 127750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 7, + "instId": 300007, + "propState": 8, + "pos": { + "x": 29990, + "y": -300, + "z": 129350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 7, + "instId": 300012, + "propState": 8, + "pos": { + "x": 32930, + "y": -2833, + "z": 302940 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 7, + "instId": 300013, + "propState": 8, + "pos": { + "x": 31250, + "y": 942, + "z": 288530 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 7, + "instId": 300008, + "propState": 8, + "pos": { + "x": 78750, + "y": -5026, + "z": 296860 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 101012 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 5, + "pos": { + "x": 81123, + "y": -4800, + "z": 324981 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 301011 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 8, + "pos": { + "x": 110750, + "y": -5027, + "z": 321500 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 101012 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 8, + "pos": { + "x": 41250, + "y": 942, + "z": 249750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101051 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": 95750, + "y": -5009, + "z": 368500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101051 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 8, + "pos": { + "x": 104804, + "y": -5143, + "z": 325210 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101051 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 8, + "pos": { + "x": 5750, + "y": 4439, + "z": 256000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 220 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 8, + "pos": { + "x": 81123, + "y": -4300, + "z": 324981 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 220 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 8, + "pos": { + "x": 121240, + "y": -521, + "z": 370000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 220 + }, + { + "groupId": 20, + "instId": 300020, + "propState": 8, + "pos": { + "x": 113000, + "y": -2021, + "z": 376750 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 20, + "instId": 300001, + "propState": 8, + "pos": { + "x": 123280, + "y": -2021, + "z": 361020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 8, + "pos": { + "x": 113720, + "y": -2021, + "z": 367050 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 20, + "instId": 300003, + "propState": 8, + "pos": { + "x": 112196, + "y": -2021, + "z": 366880 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 29, + "instId": 300001, + "propState": 8, + "pos": { + "x": 23233, + "y": 14658, + "z": -16228 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 29, + "instId": 300002, + "propState": 8, + "pos": { + "x": 48921, + "y": 5610, + "z": -23909 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + } + ], + "monsters": [ + { + "groupId": 5, + "instId": 200001, + "eventId": 40101009, + "pos": { + "x": 118370, + "y": -2021, + "z": 370310 + }, + "rot": { + "x": 0, + "y": 181176, + "z": 0 + }, + "monsterId": 1023010 + }, + { + "groupId": 14, + "instId": 200002, + "eventId": 40101002, + "pos": { + "x": -5060, + "y": -58, + "z": 67640 + }, + "rot": { + "x": 0, + "y": 273391, + "z": 0 + }, + "monsterId": 1022020 + }, + { + "groupId": 14, + "instId": 200001, + "eventId": 40101001, + "pos": { + "x": 8749, + "y": 1942, + "z": 105999 + }, + "rot": { + "x": 0, + "y": 91810, + "z": 0 + }, + "monsterId": 8001010 + }, + { + "groupId": 14, + "instId": 200003, + "eventId": 40101003, + "pos": { + "x": 32830, + "y": 3940, + "z": 124410 + }, + "rot": { + "x": 0, + "y": 183059, + "z": 0 + }, + "monsterId": 8002010 + }, + { + "groupId": 15, + "instId": 200001, + "eventId": 40101005, + "pos": { + "x": 38920, + "y": 3942, + "z": 223340 + }, + "rot": { + "x": 0, + "y": 178508, + "z": 0 + }, + "monsterId": 8003020 + }, + { + "groupId": 15, + "instId": 200002, + "eventId": 40101004, + "pos": { + "x": 38870, + "y": 3942, + "z": 185090 + }, + "rot": { + "x": 0, + "y": 8341, + "z": 0 + }, + "monsterId": 1022020 + }, + { + "groupId": 15, + "instId": 200003, + "eventId": 40101006, + "pos": { + "x": 29240, + "y": 3942, + "z": 184260 + }, + "rot": { + "x": 0, + "y": 184364, + "z": 0 + }, + "monsterId": 8002010 + }, + { + "groupId": 16, + "instId": 200001, + "eventId": 40101008, + "pos": { + "x": 80720, + "y": -5026, + "z": 288340 + }, + "rot": { + "x": 0, + "y": 175613, + "z": 0 + }, + "monsterId": 8002010 + }, + { + "groupId": 16, + "instId": 200003, + "eventId": 40101006, + "pos": { + "x": 97640, + "y": -5026, + "z": 265990 + }, + "rot": { + "x": 0, + "y": 308639, + "z": 0 + }, + "monsterId": 1022020 + }, + { + "groupId": 13, + "instId": 200001, + "eventId": 40132002, + "pos": { + "x": 37750, + "y": 3942, + "z": 221900 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1022010 + }, + { + "groupId": 13, + "instId": 200003, + "eventId": 40132002, + "pos": { + "x": 42250, + "y": 942, + "z": 263000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1022010 + }, + { + "groupId": 13, + "instId": 200004, + "eventId": 40132002, + "pos": { + "x": 42250, + "y": 942, + "z": 265500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1022010 + }, + { + "groupId": 13, + "instId": 200005, + "eventId": 40132001, + "pos": { + "x": 40350, + "y": 3942, + "z": 207000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1022010 + }, + { + "groupId": 13, + "instId": 200002, + "eventId": 40132002, + "pos": { + "x": 40000, + "y": 3942, + "z": 221900 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1022010 + }, + { + "groupId": 13, + "instId": 200006, + "eventId": 40132003, + "pos": { + "x": 10250, + "y": 3939, + "z": 255750 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1022010 + }, + { + "groupId": 13, + "instId": 200007, + "eventId": 40132003, + "pos": { + "x": 50737, + "y": -2024, + "z": 282310 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1022010 + }, + { + "groupId": 8, + "instId": 200004, + "eventId": 40132106, + "pos": { + "x": 113450, + "y": -5030, + "z": 315790 + }, + "rot": { + "x": 0, + "y": 173775, + "z": 0 + }, + "monsterId": 1022010 + }, + { + "groupId": 8, + "instId": 200005, + "eventId": 40132104, + "pos": { + "x": 111950, + "y": -5030, + "z": 312940 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "monsterId": 1022010 + }, + { + "groupId": 8, + "instId": 200002, + "eventId": 40132101, + "pos": { + "x": 115450, + "y": -5030, + "z": 313870 + }, + "rot": { + "x": 0, + "y": 263775, + "z": 0 + }, + "monsterId": 8002010 + }, + { + "groupId": 8, + "instId": 200001, + "eventId": 40132105, + "pos": { + "x": 43720, + "y": -5060, + "z": 321780 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8003010 + }, + { + "groupId": 8, + "instId": 200003, + "eventId": 40132101, + "pos": { + "x": 77000, + "y": -5030, + "z": 283500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 8002010 + }, + { + "groupId": 8, + "instId": 200006, + "eventId": 40132101, + "pos": { + "x": 77000, + "y": -5030, + "z": 285500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 8002010 + }, + { + "groupId": 8, + "instId": 200007, + "eventId": 40132102, + "pos": { + "x": 55500, + "y": -2024, + "z": 284332 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1022010 + }, + { + "groupId": 8, + "instId": 200008, + "eventId": 40132104, + "pos": { + "x": 93750, + "y": -5009, + "z": 367250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1022010 + }, + { + "groupId": 8, + "instId": 200009, + "eventId": 40132103, + "pos": { + "x": 93750, + "y": -5009, + "z": 365500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1022010 + }, + { + "groupId": 9, + "instId": 200003, + "eventId": 40132202, + "pos": { + "x": 33250, + "y": 942, + "z": 261750 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1022010 + }, + { + "groupId": 9, + "instId": 200004, + "eventId": 40132202, + "pos": { + "x": 33250, + "y": 942, + "z": 264250 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1022010 + }, + { + "groupId": 9, + "instId": 200005, + "eventId": 40132201, + "pos": { + "x": 35000, + "y": 942, + "z": 263000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 8003040 + }, + { + "groupId": 9, + "instId": 200002, + "eventId": 40132205, + "pos": { + "x": 87510, + "y": -5009, + "z": 366490 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1023020 + }, + { + "groupId": 9, + "instId": 200001, + "eventId": 40132203, + "pos": { + "x": 81000, + "y": -5026, + "z": 289750 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1022010 + }, + { + "groupId": 9, + "instId": 200006, + "eventId": 40132203, + "pos": { + "x": 79000, + "y": -5026, + "z": 285500 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "monsterId": 1022010 + }, + { + "groupId": 9, + "instId": 200007, + "eventId": 40132204, + "pos": { + "x": 82250, + "y": -5026, + "z": 285750 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 8002010 + }, + { + "groupId": 9, + "instId": 200008, + "eventId": 40132203, + "pos": { + "x": 119500, + "y": -5031, + "z": 348250 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1022010 + }, + { + "groupId": 9, + "instId": 200009, + "eventId": 40132202, + "pos": { + "x": 120684, + "y": -5031, + "z": 349310 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1022010 + }, + { + "groupId": 9, + "instId": 200010, + "eventId": 40132203, + "pos": { + "x": 122000, + "y": -5031, + "z": 348250 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1022010 + }, + { + "groupId": 18, + "instId": 200001, + "eventId": 40101101, + "pos": { + "x": 3552, + "y": 8048, + "z": -59513 + }, + "rot": { + "x": 0, + "y": 125926, + "z": 0 + }, + "monsterId": 8001010 + }, + { + "groupId": 18, + "instId": 200002, + "eventId": 40101102, + "pos": { + "x": 34247, + "y": 2846, + "z": -51566 + }, + "rot": { + "x": 0, + "y": 222276, + "z": 0 + }, + "monsterId": 1022020 + } + ], + "teleports": [ + { + "anchorId": 4, + "groupId": 1, + "instId": 300002, + "pos": { + "x": 114503, + "y": -5031, + "z": 311619 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2102 + }, + { + "anchorId": 2, + "groupId": 8, + "instId": 300002, + "pos": { + "x": 33250, + "y": 3942, + "z": 155960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2102 + }, + { + "anchorId": 3, + "groupId": 12, + "instId": 300003, + "pos": { + "x": 81750, + "y": -5010, + "z": 362250 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "teleportId": 2102 + }, + { + "anchorId": 4, + "groupId": 6, + "instId": 300004, + "pos": { + "x": 120978, + "y": -5031, + "z": 329664 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "teleportId": 2102 + }, + { + "anchorId": 2, + "groupId": 29, + "instId": 300002, + "pos": { + "x": 55510, + "y": 3906, + "z": -33670 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 40111, + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 8, + "pos": { + "x": 13127, + "y": -2139, + "z": -16017 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 8, + "pos": { + "x": 29457, + "y": -1114, + "z": -87132 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 8, + "pos": { + "x": 26760, + "y": -1150, + "z": -82588 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 8, + "pos": { + "x": -2370, + "y": -2134, + "z": -88890 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 4, + "instId": 300007, + "propState": 8, + "pos": { + "x": -310, + "y": -2134, + "z": -90150 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 4, + "instId": 300005, + "propState": 8, + "pos": { + "x": 21100, + "y": -2101, + "z": -122720 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 4, + "instId": 300006, + "propState": 8, + "pos": { + "x": 17870, + "y": -2139, + "z": -6620 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 8, + "pos": { + "x": 35712, + "y": -834, + "z": -102390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 8, + "pos": { + "x": -4155, + "y": 2176, + "z": 12430 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 16, + "instId": 300001, + "propState": 8, + "pos": { + "x": 11769, + "y": -2134, + "z": -80175 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + } + ], + "monsters": [ + { + "groupId": 5, + "instId": 200004, + "eventId": 40111205, + "pos": { + "x": 5848, + "y": -2134, + "z": -112587 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1012030 + }, + { + "groupId": 5, + "instId": 200001, + "eventId": 40111201, + "pos": { + "x": 10660, + "y": -2113, + "z": -63060 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 5, + "instId": 200002, + "eventId": 40111202, + "pos": { + "x": 7414, + "y": -2113, + "z": -43350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1012030 + }, + { + "groupId": 5, + "instId": 200003, + "eventId": 40111203, + "pos": { + "x": -8570, + "y": 1876, + "z": 10660 + }, + "rot": { + "x": 0, + "y": 168223, + "z": 0 + }, + "monsterId": 1002030 + } + ], + "teleports": [ + { + "anchorId": 3, + "groupId": 9, + "instId": 300003, + "pos": { + "x": -6709, + "y": 1876, + "z": 7916 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 40122, + "props": [ + { + "groupId": 19, + "instId": 300001, + "propState": 8, + "pos": { + "x": -9412, + "y": -137, + "z": 98846 + }, + "rot": { + "x": 0, + "y": 289758, + "z": 0 + }, + "propId": 101075 + } + ], + "monsters": [], + "teleports": [] + }, + { + "planeID": 40123, + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 14, + "pos": { + "x": -13300, + "y": 12340, + "z": 9560 + }, + "rot": { + "x": 0, + "y": 157000, + "z": 0 + }, + "propId": 101007 + }, + { + "groupId": 6, + "instId": 300010, + "propState": 8, + "pos": { + "x": -13300, + "y": 11686, + "z": 9560 + }, + "rot": { + "x": 0, + "y": 157000, + "z": 0 + }, + "propId": 301004 + }, + { + "groupId": 6, + "instId": 300011, + "propState": 8, + "pos": { + "x": -8730, + "y": 20120, + "z": 14760 + }, + "rot": { + "x": 0, + "y": 67000, + "z": 0 + }, + "propId": 101008 + }, + { + "groupId": 6, + "instId": 300013, + "propState": 8, + "pos": { + "x": -10318, + "y": 12058, + "z": 4630 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101008 + }, + { + "groupId": 6, + "instId": 300016, + "propState": 8, + "pos": { + "x": -13300, + "y": 11686, + "z": 9560 + }, + "rot": { + "x": 0, + "y": 157000, + "z": 0 + }, + "propId": 301005 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 1, + "pos": { + "x": -6039, + "y": 19995, + "z": 25357 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 1, + "pos": { + "x": -8950, + "y": 20013, + "z": 29202 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101003 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 1, + "pos": { + "x": -6039, + "y": 19989, + "z": -21230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101019 + }, + { + "groupId": 6, + "instId": 300005, + "propState": 1, + "pos": { + "x": -8755, + "y": 20025, + "z": -18890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 6, + "instId": 300006, + "propState": 8, + "pos": { + "x": -82180, + "y": 11971, + "z": -2860 + }, + "rot": { + "x": 0, + "y": 158986, + "z": 0 + }, + "propId": 301002 + }, + { + "groupId": 6, + "instId": 300007, + "propState": 1, + "pos": { + "x": 58390, + "y": 15961, + "z": -7510 + }, + "rot": { + "x": 0, + "y": 286345, + "z": 0 + }, + "propId": 301002 + }, + { + "groupId": 6, + "instId": 300008, + "propState": 8, + "pos": { + "x": -29291, + "y": 11902, + "z": 950 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 8, + "pos": { + "x": 4166, + "y": 23400, + "z": 61758 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 8, + "pos": { + "x": -20238, + "y": 12370, + "z": -3027 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 2, + "groupId": 12, + "instId": 300002, + "pos": { + "x": -11385, + "y": 12063, + "z": -1426 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 42221, + "props": [ + { + "groupId": 1, + "instId": 300001, + "propState": 8, + "pos": { + "x": -33092, + "y": 4824, + "z": -158473 + }, + "rot": { + "x": 0, + "y": 269724, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 1, + "instId": 300002, + "propState": 8, + "pos": { + "x": 5010, + "y": 12790, + "z": 2110 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 1, + "instId": 300003, + "propState": 8, + "pos": { + "x": 107603, + "y": 13760, + "z": -61751 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 8, + "pos": { + "x": -34635, + "y": 8242, + "z": -103811 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 2, + "pos": { + "x": -36670, + "y": 8233, + "z": -105880 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 8, + "pos": { + "x": 14860, + "y": 12905, + "z": -73980 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 9, + "instId": 300004, + "propState": 8, + "pos": { + "x": 240, + "y": 12905, + "z": -60950 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 9, + "instId": 300005, + "propState": 8, + "pos": { + "x": -36670, + "y": 8233, + "z": -105880 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 8, + "pos": { + "x": -6330, + "y": 12905, + "z": -86660 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": -45844, + "y": 8294, + "z": -126410 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 18, + "instId": 300003, + "propState": 8, + "pos": { + "x": -40875, + "y": 8240, + "z": -90460 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102006 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 1, + "groupId": 1, + "instId": 300001, + "pos": { + "x": -43770, + "y": 8240, + "z": -120410 + }, + "rot": { + "x": 0, + "y": 42030, + "z": 0 + }, + "teleportId": 2022101 + }, + { + "anchorId": 2, + "groupId": 1, + "instId": 300002, + "pos": { + "x": 400, + "y": 12790, + "z": 2110 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2022102 + }, + { + "anchorId": 3, + "groupId": 1, + "instId": 300003, + "pos": { + "x": 103950, + "y": 13760, + "z": -59120 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "teleportId": 2022103 + }, + { + "anchorId": 2, + "groupId": 10, + "instId": 300001, + "pos": { + "x": -45100, + "y": 8294, + "z": -120790 + }, + "rot": { + "x": 0, + "y": 46000, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 80000, + "props": [ + { + "groupId": 3, + "instId": 300008, + "propState": 8, + "pos": { + "x": -144857, + "y": 500, + "z": 241529 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 100 + } + ], + "monsters": [], + "teleports": [] + }, + { + "planeID": 80001, + "props": [ + { + "groupId": 2, + "instId": 300006, + "propState": 8, + "pos": { + "x": -15494, + "y": 150, + "z": 123145 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 2, + "instId": 300001, + "propState": 8, + "pos": { + "x": -23855, + "y": 150, + "z": 216150 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 8, + "pos": { + "x": -23860, + "y": 150, + "z": 186930 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 2, + "instId": 300003, + "propState": 8, + "pos": { + "x": -11750, + "y": 150, + "z": 157340 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 2, + "instId": 300004, + "propState": 8, + "pos": { + "x": 29, + "y": 257, + "z": 89207 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100002 + }, + { + "groupId": 2, + "instId": 300005, + "propState": 8, + "pos": { + "x": 11727, + "y": 185, + "z": 141900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 2, + "instId": 300007, + "propState": 8, + "pos": { + "x": -10930, + "y": 147, + "z": 110570 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 2, + "instId": 300008, + "propState": 8, + "pos": { + "x": 11027, + "y": 147, + "z": 110570 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 7, + "instId": 300006, + "propState": 8, + "pos": { + "x": -15494, + "y": 150, + "z": 123145 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": -23855, + "y": 150, + "z": 216150 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 8, + "pos": { + "x": -23860, + "y": 150, + "z": 186930 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 8, + "pos": { + "x": -11750, + "y": 150, + "z": 157340 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 8, + "pos": { + "x": 29, + "y": 257, + "z": 89207 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100002 + }, + { + "groupId": 7, + "instId": 300005, + "propState": 8, + "pos": { + "x": 11727, + "y": 185, + "z": 141900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 7, + "instId": 300007, + "propState": 8, + "pos": { + "x": -10930, + "y": 147, + "z": 110570 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 7, + "instId": 300008, + "propState": 8, + "pos": { + "x": 11027, + "y": 147, + "z": 110570 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 7, + "instId": 300009, + "propState": 8, + "pos": { + "x": 140, + "y": 147, + "z": 111230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 10, + "instId": 300004, + "propState": 8, + "pos": { + "x": 140, + "y": 147, + "z": 83010 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": -60, + "y": -2850, + "z": 115200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1004 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 8, + "pos": { + "x": -60, + "y": 150, + "z": 115200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300005, + "propState": 8, + "pos": { + "x": -23855, + "y": 150, + "z": 216150 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 10, + "instId": 300006, + "propState": 8, + "pos": { + "x": -23860, + "y": 150, + "z": 186930 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 10, + "instId": 300007, + "propState": 8, + "pos": { + "x": -11750, + "y": 150, + "z": 157340 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 10, + "instId": 300008, + "propState": 8, + "pos": { + "x": 29, + "y": 257, + "z": 89207 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100002 + }, + { + "groupId": 10, + "instId": 300009, + "propState": 8, + "pos": { + "x": 11727, + "y": 185, + "z": 141900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 10, + "instId": 300010, + "propState": 8, + "pos": { + "x": -10930, + "y": 147, + "z": 110570 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 10, + "instId": 300011, + "propState": 8, + "pos": { + "x": 11027, + "y": 147, + "z": 110570 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 2, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 8, + "pos": { + "x": -104340, + "y": 18979, + "z": -73280 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 2, + "instId": 300006, + "propState": 8, + "pos": { + "x": -90170, + "y": 18660, + "z": -78910 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 2, + "instId": 300003, + "propState": 1, + "pos": { + "x": -38680, + "y": 18260, + "z": -82930 + }, + "rot": { + "x": 0, + "y": 193835, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 2, + "pos": { + "x": -83200, + "y": 18686, + "z": -86760 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 8, + "pos": { + "x": -124250, + "y": -101, + "z": -73177 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 5, + "instId": 300007, + "propState": 8, + "pos": { + "x": -106990, + "y": -1540, + "z": -92240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 8, + "pos": { + "x": -64240, + "y": -3195, + "z": -75600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 5, + "instId": 300004, + "propState": 8, + "pos": { + "x": -89170, + "y": -3195, + "z": -75600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 5, + "instId": 300005, + "propState": 8, + "pos": { + "x": -126962, + "y": -100, + "z": -73177 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 5, + "instId": 300006, + "propState": 8, + "pos": { + "x": -110101, + "y": -61, + "z": -64496 + }, + "rot": { + "x": 0, + "y": 17053, + "z": 0 + }, + "propId": 100021 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 8, + "pos": { + "x": -80780, + "y": 10280, + "z": -122150 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 9, + "instId": 300006, + "propState": 8, + "pos": { + "x": -121066, + "y": 2760, + "z": -105196 + }, + "rot": { + "x": 0, + "y": 335000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 8, + "pos": { + "x": -144293, + "y": 2834, + "z": -107374 + }, + "rot": { + "x": 0, + "y": 244630, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 9, + "instId": 300004, + "propState": 8, + "pos": { + "x": -131882, + "y": 2834, + "z": -88536 + }, + "rot": { + "x": 0, + "y": 153600, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 9, + "instId": 300005, + "propState": 1, + "pos": { + "x": -94500, + "y": 6820, + "z": -122190 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 9, + "instId": 300007, + "propState": 8, + "pos": { + "x": -82184, + "y": 10330, + "z": -116343 + }, + "rot": { + "x": 0, + "y": 186900, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 2, + "pos": { + "x": -119340, + "y": 2760, + "z": -95190 + }, + "rot": { + "x": 0, + "y": 245000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 8, + "pos": { + "x": 30250, + "y": 3440, + "z": -35640 + }, + "rot": { + "x": 0, + "y": 252100, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 12, + "instId": 300006, + "propState": 8, + "pos": { + "x": 16184, + "y": 2844, + "z": -37827 + }, + "rot": { + "x": 0, + "y": 252100, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 12, + "instId": 300009, + "propState": 8, + "pos": { + "x": -14640, + "y": 1040, + "z": -67860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 13, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 14, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 8, + "pos": { + "x": 878, + "y": 2844, + "z": -101861 + }, + "rot": { + "x": 0, + "y": 109048, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 16, + "instId": 300001, + "propState": 8, + "pos": { + "x": -2498, + "y": 2937, + "z": -100809 + }, + "rot": { + "x": 0, + "y": 287000, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 16, + "instId": 300003, + "propState": 8, + "pos": { + "x": 42730, + "y": 3484, + "z": -115460 + }, + "rot": { + "x": 0, + "y": 288000, + "z": 0 + }, + "propId": 100005 + }, + { + "groupId": 16, + "instId": 300004, + "propState": 8, + "pos": { + "x": 10955, + "y": 2844, + "z": -100042 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 16, + "instId": 300005, + "propState": 8, + "pos": { + "x": 15871, + "y": 2844, + "z": -102709 + }, + "rot": { + "x": 0, + "y": 209996, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 16, + "instId": 300006, + "propState": 8, + "pos": { + "x": 15014, + "y": 2844, + "z": -102898 + }, + "rot": { + "x": 0, + "y": 209996, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 16, + "instId": 300007, + "propState": 8, + "pos": { + "x": 15591, + "y": 2844, + "z": -103393 + }, + "rot": { + "x": 0, + "y": 209999, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 16, + "instId": 300008, + "propState": 8, + "pos": { + "x": -2515, + "y": 2940, + "z": -100826 + }, + "rot": { + "x": 0, + "y": 288017, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 16, + "instId": 300009, + "propState": 8, + "pos": { + "x": -5599, + "y": 2864, + "z": -99852 + }, + "rot": { + "x": 0, + "y": 197158, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 16, + "instId": 300010, + "propState": 8, + "pos": { + "x": 42660, + "y": 3485, + "z": -115530 + }, + "rot": { + "x": 0, + "y": 288017, + "z": 0 + }, + "propId": 100005 + }, + { + "groupId": 16, + "instId": 300011, + "propState": 8, + "pos": { + "x": 42748, + "y": 3485, + "z": -115476 + }, + "rot": { + "x": 0, + "y": 288000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 18, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 8, + "pos": { + "x": -124250, + "y": -101, + "z": -73177 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 18, + "instId": 300007, + "propState": 8, + "pos": { + "x": -106990, + "y": -1540, + "z": -92240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 18, + "instId": 300003, + "propState": 8, + "pos": { + "x": -62780, + "y": -1458, + "z": -59190 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 18, + "instId": 300004, + "propState": 8, + "pos": { + "x": -91080, + "y": -1423, + "z": -59380 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 18, + "instId": 300005, + "propState": 8, + "pos": { + "x": -126962, + "y": -100, + "z": -73177 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 18, + "instId": 300006, + "propState": 8, + "pos": { + "x": -110101, + "y": -61, + "z": -64496 + }, + "rot": { + "x": 0, + "y": 17053, + "z": 0 + }, + "propId": 100021 + }, + { + "groupId": 18, + "instId": 300008, + "propState": 8, + "pos": { + "x": -88290, + "y": -2963, + "z": -84680 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 18, + "instId": 300009, + "propState": 8, + "pos": { + "x": -105446, + "y": -1544, + "z": -92597 + }, + "rot": { + "x": 0, + "y": 97646, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 18, + "instId": 300010, + "propState": 8, + "pos": { + "x": -118870, + "y": -100, + "z": -73177 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 19, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 19, + "instId": 300002, + "propState": 8, + "pos": { + "x": -117300, + "y": 18598, + "z": -73300 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 19, + "instId": 300003, + "propState": 1, + "pos": { + "x": -38680, + "y": 18260, + "z": -82930 + }, + "rot": { + "x": 0, + "y": 193835, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 19, + "instId": 300004, + "propState": 8, + "pos": { + "x": -61020, + "y": 18601, + "z": -73080 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 19, + "instId": 300005, + "propState": 8, + "pos": { + "x": -92270, + "y": 18980, + "z": -73290 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 19, + "instId": 300007, + "propState": 8, + "pos": { + "x": -37989, + "y": 18683, + "z": -92473 + }, + "rot": { + "x": 0, + "y": 118000, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 19, + "instId": 300008, + "propState": 8, + "pos": { + "x": -114310, + "y": 18598, + "z": -73300 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 19, + "instId": 300009, + "propState": 8, + "pos": { + "x": -67040, + "y": 18664, + "z": -78220 + }, + "rot": { + "x": 0, + "y": 209996, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 21, + "instId": 300003, + "propState": 8, + "pos": { + "x": 1950, + "y": 2840, + "z": -102230 + }, + "rot": { + "x": 0, + "y": 110000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 21, + "instId": 300001, + "propState": 8, + "pos": { + "x": 42730, + "y": 3484, + "z": -115460 + }, + "rot": { + "x": 0, + "y": 288000, + "z": 0 + }, + "propId": 100005 + }, + { + "groupId": 21, + "instId": 300002, + "propState": 8, + "pos": { + "x": -2498, + "y": 2937, + "z": -100809 + }, + "rot": { + "x": 0, + "y": 106952, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 29, + "instId": 300004, + "propState": 8, + "pos": { + "x": -4160, + "y": 2840, + "z": -100010 + }, + "rot": { + "x": 0, + "y": 110000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 29, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 29, + "instId": 300001, + "propState": 8, + "pos": { + "x": 8360, + "y": -160, + "z": -104090 + }, + "rot": { + "x": 0, + "y": 110000, + "z": 0 + }, + "propId": 1004 + }, + { + "groupId": 29, + "instId": 300003, + "propState": 8, + "pos": { + "x": 8360, + "y": 2840, + "z": -104090 + }, + "rot": { + "x": 0, + "y": 110000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 29, + "instId": 300005, + "propState": 8, + "pos": { + "x": 42730, + "y": 3484, + "z": -115460 + }, + "rot": { + "x": 0, + "y": 288000, + "z": 0 + }, + "propId": 100005 + }, + { + "groupId": 29, + "instId": 300006, + "propState": 8, + "pos": { + "x": -2498, + "y": 2937, + "z": -100809 + }, + "rot": { + "x": 0, + "y": 106952, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 31, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 31, + "instId": 300002, + "propState": 8, + "pos": { + "x": -78943, + "y": 10277, + "z": -120187 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 31, + "instId": 300006, + "propState": 8, + "pos": { + "x": -115229, + "y": 2814, + "z": -113506 + }, + "rot": { + "x": 0, + "y": 303034, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 31, + "instId": 300004, + "propState": 8, + "pos": { + "x": -79060, + "y": 10277, + "z": -124020 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 31, + "instId": 300003, + "propState": 1, + "pos": { + "x": -94500, + "y": 6820, + "z": -122190 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 31, + "instId": 300005, + "propState": 8, + "pos": { + "x": -131882, + "y": 2834, + "z": -88536 + }, + "rot": { + "x": 0, + "y": 331022, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 31, + "instId": 300008, + "propState": 8, + "pos": { + "x": -82184, + "y": 10330, + "z": -116343 + }, + "rot": { + "x": 0, + "y": 7984, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 31, + "instId": 300010, + "propState": 8, + "pos": { + "x": -83520, + "y": 10277, + "z": -122040 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 32, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 33, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 34, + "instId": 300002, + "propState": 8, + "pos": { + "x": 820, + "y": 2844, + "z": -101850 + }, + "rot": { + "x": 0, + "y": 107047, + "z": 0 + }, + "propId": 1021 + }, + { + "groupId": 34, + "instId": 300004, + "propState": 8, + "pos": { + "x": 10920, + "y": 2844, + "z": -100110 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 34, + "instId": 300012, + "propState": 8, + "pos": { + "x": 15600, + "y": 2844, + "z": -103350 + }, + "rot": { + "x": 0, + "y": 209996, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 34, + "instId": 300013, + "propState": 8, + "pos": { + "x": 14930, + "y": 2844, + "z": -102840 + }, + "rot": { + "x": 0, + "y": 209996, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 34, + "instId": 300015, + "propState": 8, + "pos": { + "x": 15960, + "y": 2844, + "z": -102730 + }, + "rot": { + "x": 0, + "y": 209999, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 34, + "instId": 300019, + "propState": 1, + "pos": { + "x": 8390, + "y": 2844, + "z": -107460 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 34, + "instId": 300001, + "propState": 8, + "pos": { + "x": -2515, + "y": 2940, + "z": -100826 + }, + "rot": { + "x": 0, + "y": 288017, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 34, + "instId": 300003, + "propState": 8, + "pos": { + "x": -5599, + "y": 2864, + "z": -99852 + }, + "rot": { + "x": 0, + "y": 197158, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 34, + "instId": 300005, + "propState": 8, + "pos": { + "x": 42660, + "y": 3485, + "z": -115530 + }, + "rot": { + "x": 0, + "y": 288017, + "z": 0 + }, + "propId": 100005 + }, + { + "groupId": 34, + "instId": 300006, + "propState": 8, + "pos": { + "x": 42748, + "y": 3485, + "z": -115476 + }, + "rot": { + "x": 0, + "y": 288000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 34, + "instId": 300007, + "propState": 8, + "pos": { + "x": 14710, + "y": 2844, + "z": -106540 + }, + "rot": { + "x": 0, + "y": 284928, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 35, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 35, + "instId": 300004, + "propState": 8, + "pos": { + "x": -52221, + "y": -1458, + "z": -97591 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 35, + "instId": 300003, + "propState": 8, + "pos": { + "x": 0, + "y": 100000, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1004 + }, + { + "groupId": 35, + "instId": 300002, + "propState": 8, + "pos": { + "x": -64190, + "y": -3195, + "z": -76030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 35, + "instId": 300005, + "propState": 8, + "pos": { + "x": -75890, + "y": -3195, + "z": -85940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 35, + "instId": 300006, + "propState": 8, + "pos": { + "x": -57100, + "y": -1055, + "z": -92889 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 37, + "instId": 300039, + "propState": 8, + "pos": { + "x": -38863, + "y": 17690, + "z": -62867 + }, + "rot": { + "x": 0, + "y": 343500, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 37, + "instId": 300040, + "propState": 8, + "pos": { + "x": -113331, + "y": 17656, + "z": -86508 + }, + "rot": { + "x": 0, + "y": 160861, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 37, + "instId": 300041, + "propState": 8, + "pos": { + "x": -155125, + "y": 2700, + "z": -33130 + }, + "rot": { + "x": 0, + "y": 207332, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 8, + "pos": { + "x": 30280, + "y": 80286, + "z": 99220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 2, + "instId": 300006, + "propState": 8, + "pos": { + "x": 16398, + "y": 79626, + "z": 92325 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 2, + "instId": 300003, + "propState": 8, + "pos": { + "x": 39876, + "y": 80272, + "z": 99169 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100005 + }, + { + "groupId": 2, + "instId": 300004, + "propState": 8, + "pos": { + "x": 8732, + "y": 79658, + "z": 113930 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 2, + "pos": { + "x": 7025, + "y": 79626, + "z": 81200 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 8, + "pos": { + "x": 174120, + "y": 77070, + "z": 93470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 5, + "instId": 300007, + "propState": 8, + "pos": { + "x": 171785, + "y": 82600, + "z": 122265 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 5, + "instId": 300009, + "propState": 8, + "pos": { + "x": 179883, + "y": 77016, + "z": 95970 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 8, + "pos": { + "x": 163973, + "y": 82897, + "z": 156197 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 8, + "pos": { + "x": 126100, + "y": 80471, + "z": 121730 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 8, + "pos": { + "x": 125990, + "y": 80513, + "z": 103866 + }, + "rot": { + "x": 0, + "y": 531, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 8, + "pos": { + "x": 125966, + "y": 80503, + "z": 126902 + }, + "rot": { + "x": 0, + "y": 531, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 8, + "pos": { + "x": 179883, + "y": 77016, + "z": 95970 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": 205430, + "y": 77016, + "z": 95970 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 8, + "pos": { + "x": 203118, + "y": 77070, + "z": 95890 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 8, + "pos": { + "x": 35260, + "y": 80286, + "z": 101310 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 18, + "instId": 300006, + "propState": 8, + "pos": { + "x": 16190, + "y": 79626, + "z": 102610 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 18, + "instId": 300007, + "propState": 8, + "pos": { + "x": 7075, + "y": 79626, + "z": 79866 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 18, + "instId": 300004, + "propState": 8, + "pos": { + "x": 35300, + "y": 80286, + "z": 97530 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 18, + "instId": 300009, + "propState": 8, + "pos": { + "x": 6326, + "y": 76687, + "z": 62912 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 18, + "instId": 300003, + "propState": 8, + "pos": { + "x": 31860, + "y": 80286, + "z": 99330 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 18, + "instId": 300005, + "propState": 1, + "pos": { + "x": 8730, + "y": 79658, + "z": 84610 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 18, + "instId": 300008, + "propState": 1, + "pos": { + "x": 8732, + "y": 79584, + "z": 87818 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 18, + "instId": 300010, + "propState": 8, + "pos": { + "x": 8732, + "y": 79658, + "z": 113930 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 18, + "instId": 300011, + "propState": 8, + "pos": { + "x": 8732, + "y": 79584, + "z": 110666 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 18, + "instId": 300012, + "propState": 8, + "pos": { + "x": 39868, + "y": 80272, + "z": 99238 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100005 + }, + { + "groupId": 18, + "instId": 300013, + "propState": 8, + "pos": { + "x": 39867, + "y": 80327, + "z": 99241 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 19, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 20, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300002, + "propState": 8, + "pos": { + "x": 7130, + "y": 76644, + "z": 153280 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 21, + "instId": 300004, + "propState": 8, + "pos": { + "x": 10240, + "y": 76661, + "z": 153390 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 21, + "instId": 300005, + "propState": 8, + "pos": { + "x": 8744, + "y": 76722, + "z": 133116 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 21, + "instId": 300006, + "propState": 8, + "pos": { + "x": 8742, + "y": 76708, + "z": 156017 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 21, + "instId": 300007, + "propState": 8, + "pos": { + "x": 11347, + "y": 76661, + "z": 139346 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 21, + "instId": 300008, + "propState": 8, + "pos": { + "x": 5770, + "y": 76702, + "z": 139210 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 21, + "instId": 300009, + "propState": 8, + "pos": { + "x": 125966, + "y": 80461, + "z": 129012 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 21, + "instId": 300003, + "propState": 8, + "pos": { + "x": 8700, + "y": 77127, + "z": 141100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300010, + "propState": 8, + "pos": { + "x": 8732, + "y": 79658, + "z": 113930 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 21, + "instId": 300011, + "propState": 8, + "pos": { + "x": 8732, + "y": 79584, + "z": 110666 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 22, + "instId": 300002, + "propState": 8, + "pos": { + "x": 158140, + "y": 77017, + "z": 95705 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1021 + }, + { + "groupId": 22, + "instId": 300004, + "propState": 8, + "pos": { + "x": 167740, + "y": 77017, + "z": 100660 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 22, + "instId": 300012, + "propState": 8, + "pos": { + "x": 173240, + "y": 77017, + "z": 99640 + }, + "rot": { + "x": 0, + "y": 209996, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 22, + "instId": 300013, + "propState": 8, + "pos": { + "x": 173250, + "y": 77017, + "z": 98920 + }, + "rot": { + "x": 0, + "y": 209996, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 22, + "instId": 300015, + "propState": 8, + "pos": { + "x": 172550, + "y": 77017, + "z": 99280 + }, + "rot": { + "x": 0, + "y": 209996, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 22, + "instId": 300019, + "propState": 1, + "pos": { + "x": 167350, + "y": 77016, + "z": 92750 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 22, + "instId": 300001, + "propState": 8, + "pos": { + "x": 125990, + "y": 80513, + "z": 103866 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 22, + "instId": 300003, + "propState": 8, + "pos": { + "x": 125966, + "y": 80461, + "z": 129012 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 22, + "instId": 300005, + "propState": 8, + "pos": { + "x": 184030, + "y": 77017, + "z": 95780 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 22, + "instId": 300006, + "propState": 8, + "pos": { + "x": 174070, + "y": 77053, + "z": 102170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 23, + "instId": 300004, + "propState": 8, + "pos": { + "x": 243040, + "y": 79619, + "z": 98580 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 23, + "instId": 300001, + "propState": 8, + "pos": { + "x": 239640, + "y": 75950, + "z": 95639 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1004 + }, + { + "groupId": 23, + "instId": 300003, + "propState": 8, + "pos": { + "x": 237350, + "y": 78495, + "z": 95530 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 23, + "instId": 300005, + "propState": 8, + "pos": { + "x": 243910, + "y": 79791, + "z": 95920 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 23, + "instId": 300006, + "propState": 8, + "pos": { + "x": 215470, + "y": 77016, + "z": 95920 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + } + ], + "monsters": [ + { + "groupId": 2, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -60, + "y": 150, + "z": 115200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 3, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -23854, + "y": 147, + "z": 223510 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 4, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -23670, + "y": 147, + "z": 193540 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 5, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -11630, + "y": 147, + "z": 163760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 7, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -60, + "y": 150, + "z": 115200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 10, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -60, + "y": 150, + "z": 115200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 11, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -9630, + "y": 147, + "z": 161760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 12, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -13630, + "y": 147, + "z": 161760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 2, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -98740, + "y": 18980, + "z": -73280 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 3, + "instId": 200002, + "eventId": 0, + "pos": { + "x": -49720, + "y": 18980, + "z": -73280 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 4, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -76820, + "y": 18664, + "z": -85960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 5, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -118870, + "y": -100, + "z": -73177 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 6, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -76210, + "y": -3200, + "z": -85490 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 7, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -96450, + "y": -1123, + "z": -92890 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 9, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -84463, + "y": 10280, + "z": -122150 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 10, + "instId": 200002, + "eventId": 0, + "pos": { + "x": -121710, + "y": 2760, + "z": -96290 + }, + "rot": { + "x": 0, + "y": 245000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 11, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -106760, + "y": 5040, + "z": -120350 + }, + "rot": { + "x": 0, + "y": 245000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 12, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 25240, + "y": 3440, + "z": -37260 + }, + "rot": { + "x": 0, + "y": 252100, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 13, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -13240, + "y": 1040, + "z": -49360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 14, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 5440, + "y": 2840, + "z": -36610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 18, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -118870, + "y": -100, + "z": -73177 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 19, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -114310, + "y": 18598, + "z": -73300 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 21, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 8360, + "y": 2840, + "z": -104090 + }, + "rot": { + "x": 0, + "y": 110000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 29, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 8360, + "y": 2840, + "z": -104090 + }, + "rot": { + "x": 0, + "y": 110000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 31, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -83520, + "y": 10277, + "z": -122040 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 32, + "instId": 200002, + "eventId": 0, + "pos": { + "x": -123570, + "y": 2762, + "z": -105100 + }, + "rot": { + "x": 0, + "y": 329964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 33, + "instId": 200002, + "eventId": 0, + "pos": { + "x": -107190, + "y": 5038, + "z": -122340 + }, + "rot": { + "x": 0, + "y": 29964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 35, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -57100, + "y": -1055, + "z": -92889 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 2, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 25380, + "y": 80286, + "z": 99220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 3, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 8750, + "y": 79626, + "z": 79400 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 4, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 9130, + "y": 79630, + "z": 99390 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 5, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 174120, + "y": 77070, + "z": 98510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 6, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 188520, + "y": 82820, + "z": 152650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 7, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 174042, + "y": 82820, + "z": 129269 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 10, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 200080, + "y": 77070, + "z": 95890 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 18, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 31860, + "y": 80286, + "z": 99330 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 19, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 8688, + "y": 76677, + "z": 69205 + }, + "rot": { + "x": 0, + "y": 179964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 20, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 8640, + "y": 79626, + "z": 93800 + }, + "rot": { + "x": 0, + "y": 359964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 23, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 237350, + "y": 78495, + "z": 95530 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 80112, + "props": [ + { + "groupId": 3, + "instId": 300004, + "propState": 8, + "pos": { + "x": -13014, + "y": 1900, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 107 + }, + { + "groupId": 3, + "instId": 300005, + "propState": 8, + "pos": { + "x": -7870, + "y": 0, + "z": -4330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100060 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 8, + "pos": { + "x": 5720, + "y": 201, + "z": -7553 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1005 + }, + { + "groupId": 3, + "instId": 300008, + "propState": 8, + "pos": { + "x": 7743, + "y": 205, + "z": 7556 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1005 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": 9489, + "y": 1786, + "z": 23 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 8, + "pos": { + "x": -3336, + "y": 240, + "z": -1934 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 8, + "pos": { + "x": 15207, + "y": 474, + "z": 81109 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 15, + "instId": 300002, + "propState": 8, + "pos": { + "x": 9252, + "y": 608, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1003 + }, + { + "groupId": 16, + "instId": 300001, + "propState": 1, + "pos": { + "x": -1491, + "y": 2027, + "z": 8760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 8, + "pos": { + "x": -6930, + "y": 2027, + "z": 8760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300003, + "propState": 8, + "pos": { + "x": 992, + "y": 2027, + "z": 8760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300004, + "propState": 8, + "pos": { + "x": -9359, + "y": 2027, + "z": 8760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300005, + "propState": 8, + "pos": { + "x": -4247, + "y": 2027, + "z": 8760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300006, + "propState": 8, + "pos": { + "x": -7869, + "y": 1467, + "z": -4336 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 26, + "instId": 300001, + "propState": 1, + "pos": { + "x": 8801, + "y": 1500, + "z": 3782 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 1025 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 1, + "groupId": 1, + "instId": 300001, + "pos": { + "x": -10010, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "teleportId": 2219 + }, + { + "anchorId": 2, + "groupId": 1, + "instId": 300002, + "pos": { + "x": 8000, + "y": 715, + "z": 1550 + }, + "rot": { + "x": 0, + "y": 131000, + "z": 0 + }, + "teleportId": 2220 + } + ] + }, + { + "planeID": 80200, + "props": [ + { + "groupId": 27, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 28, + "instId": 300001, + "propState": 8, + "pos": { + "x": 47718, + "y": -1332, + "z": 98260 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102037 + }, + { + "groupId": 30, + "instId": 300001, + "propState": 8, + "pos": { + "x": 22710, + "y": 7036, + "z": -108631 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 30, + "instId": 300002, + "propState": 8, + "pos": { + "x": -900, + "y": 7036, + "z": -108610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 31, + "instId": 300001, + "propState": 101, + "pos": { + "x": 7210, + "y": 4880, + "z": -136710 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 32, + "instId": 300001, + "propState": 8, + "pos": { + "x": 3000, + "y": 0, + "z": 18000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 32, + "instId": 300003, + "propState": 8, + "pos": { + "x": 3000, + "y": 0, + "z": 18000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 33, + "instId": 300001, + "propState": 8, + "pos": { + "x": -7660, + "y": 5236, + "z": -56120 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 33, + "instId": 300002, + "propState": 8, + "pos": { + "x": -13971, + "y": 7086, + "z": -103070 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 33, + "instId": 300003, + "propState": 8, + "pos": { + "x": -20738, + "y": 5236, + "z": -73805 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 34, + "instId": 300001, + "propState": 101, + "pos": { + "x": -8390, + "y": 5236, + "z": -88120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 34, + "instId": 300003, + "propState": 8, + "pos": { + "x": -3996, + "y": 5236, + "z": -67903 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 34, + "instId": 300004, + "propState": 8, + "pos": { + "x": -11150, + "y": 5236, + "z": -72249 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 34, + "instId": 300005, + "propState": 8, + "pos": { + "x": -2724, + "y": 5236, + "z": -73745 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 34, + "instId": 300006, + "propState": 8, + "pos": { + "x": -3996, + "y": 5236, + "z": -68743 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 34, + "instId": 300007, + "propState": 8, + "pos": { + "x": -11084, + "y": 5236, + "z": -71091 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 34, + "instId": 300008, + "propState": 8, + "pos": { + "x": -2724, + "y": 5236, + "z": -74615 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 36, + "instId": 300001, + "propState": 8, + "pos": { + "x": -7650, + "y": 5236, + "z": -56740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 36, + "instId": 300002, + "propState": 8, + "pos": { + "x": -12580, + "y": -1147, + "z": -14910 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 37, + "instId": 300001, + "propState": 101, + "pos": { + "x": -14910, + "y": -1147, + "z": -20170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 37, + "instId": 300003, + "propState": 8, + "pos": { + "x": -16960, + "y": -1147, + "z": -28170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 37, + "instId": 300004, + "propState": 8, + "pos": { + "x": -7620, + "y": -1147, + "z": -28210 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 37, + "instId": 300005, + "propState": 8, + "pos": { + "x": -16930, + "y": -1147, + "z": -26140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 37, + "instId": 300006, + "propState": 8, + "pos": { + "x": -16960, + "y": -1147, + "z": -27330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 37, + "instId": 300007, + "propState": 8, + "pos": { + "x": -8620, + "y": -1147, + "z": -28219 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 37, + "instId": 300008, + "propState": 8, + "pos": { + "x": -16930, + "y": -1147, + "z": -25270 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 38, + "instId": 300001, + "propState": 8, + "pos": { + "x": -11430, + "y": -1800, + "z": -26160 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 38, + "instId": 300002, + "propState": 8, + "pos": { + "x": -14430, + "y": -1800, + "z": -26160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 39, + "instId": 300001, + "propState": 8, + "pos": { + "x": -7300, + "y": 7036, + "z": -108680 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 39, + "instId": 300002, + "propState": 8, + "pos": { + "x": -13880, + "y": 5286, + "z": -92190 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 39, + "instId": 300003, + "propState": 8, + "pos": { + "x": -38710, + "y": 4023, + "z": -90640 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 40, + "instId": 300001, + "propState": 101, + "pos": { + "x": -41430, + "y": 5564, + "z": -108920 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 40, + "instId": 300003, + "propState": 8, + "pos": { + "x": -23670, + "y": 7036, + "z": -113140 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 40, + "instId": 300004, + "propState": 8, + "pos": { + "x": -25430, + "y": 7036, + "z": -104000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 40, + "instId": 300005, + "propState": 8, + "pos": { + "x": -25410, + "y": 7036, + "z": -113090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 40, + "instId": 300006, + "propState": 8, + "pos": { + "x": -24510, + "y": 7036, + "z": -113140 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 40, + "instId": 300007, + "propState": 8, + "pos": { + "x": -26211, + "y": 7036, + "z": -104000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 40, + "instId": 300008, + "propState": 8, + "pos": { + "x": -26280, + "y": 7036, + "z": -113090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 41, + "instId": 300001, + "propState": 8, + "pos": { + "x": -37123, + "y": 5562, + "z": -106219 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 41, + "instId": 300002, + "propState": 8, + "pos": { + "x": -37123, + "y": 5562, + "z": -106219 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 42, + "instId": 300001, + "propState": 8, + "pos": { + "x": -37160, + "y": 5562, + "z": -110840 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 43, + "instId": 300001, + "propState": 8, + "pos": { + "x": 80728, + "y": 2314, + "z": 104750 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 43, + "instId": 300002, + "propState": 8, + "pos": { + "x": 60850, + "y": 5001, + "z": 74040 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 44, + "instId": 300001, + "propState": 101, + "pos": { + "x": 79160, + "y": 2290, + "z": 73510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 44, + "instId": 300003, + "propState": 8, + "pos": { + "x": 71440, + "y": 2290, + "z": 83410 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 44, + "instId": 300004, + "propState": 8, + "pos": { + "x": 82840, + "y": 2290, + "z": 90791 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 44, + "instId": 300005, + "propState": 8, + "pos": { + "x": 72290, + "y": 2290, + "z": 83000 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 44, + "instId": 300006, + "propState": 8, + "pos": { + "x": 71440, + "y": 2290, + "z": 82570 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 44, + "instId": 300007, + "propState": 8, + "pos": { + "x": 82840, + "y": 2290, + "z": 90010 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 44, + "instId": 300008, + "propState": 8, + "pos": { + "x": 81960, + "y": 2290, + "z": 90380 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 46, + "instId": 300001, + "propState": 8, + "pos": { + "x": -24390, + "y": 5236, + "z": -73818 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 46, + "instId": 300002, + "propState": 8, + "pos": { + "x": -38710, + "y": 4023, + "z": -90640 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 47, + "instId": 300001, + "propState": 101, + "pos": { + "x": -60140, + "y": 6751, + "z": -81490 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 48, + "instId": 300001, + "propState": 8, + "pos": { + "x": -54140, + "y": 6762, + "z": -78490 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 48, + "instId": 300003, + "propState": 8, + "pos": { + "x": -54140, + "y": 6762, + "z": -78490 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 49, + "instId": 300001, + "propState": 101, + "pos": { + "x": -8390, + "y": 5200, + "z": -86120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 49, + "instId": 300002, + "propState": 8, + "pos": { + "x": -5390, + "y": 5200, + "z": -76620 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 49, + "instId": 300003, + "propState": 8, + "pos": { + "x": -5390, + "y": 5200, + "z": -75620 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 49, + "instId": 300004, + "propState": 8, + "pos": { + "x": -4390, + "y": 5200, + "z": -76120 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 49, + "instId": 300005, + "propState": 8, + "pos": { + "x": -12390, + "y": 5200, + "z": -76120 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 49, + "instId": 300006, + "propState": 8, + "pos": { + "x": -11390, + "y": 5200, + "z": -76620 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 49, + "instId": 300007, + "propState": 8, + "pos": { + "x": -11390, + "y": 5200, + "z": -75620 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 8, + "pos": { + "x": 8735, + "y": 79658, + "z": 113932 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 8, + "pos": { + "x": 63476, + "y": 80223, + "z": 118375 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 8, + "pos": { + "x": 75330, + "y": 78661, + "z": 140107 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 8, + "pos": { + "x": 130865, + "y": 78733, + "z": 139710 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 4, + "instId": 300005, + "propState": 1, + "pos": { + "x": 67646, + "y": 80000, + "z": 110350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100011 + }, + { + "groupId": 4, + "instId": 300006, + "propState": 1, + "pos": { + "x": 67680, + "y": 79980, + "z": 88240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100012 + }, + { + "groupId": 4, + "instId": 300007, + "propState": 8, + "pos": { + "x": 72030, + "y": 80223, + "z": 80055 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 4, + "instId": 300009, + "propState": 8, + "pos": { + "x": 44102, + "y": 80223, + "z": 108200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 101, + "pos": { + "x": 125993, + "y": 80472, + "z": 107666 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 20, + "pos": { + "x": 128000, + "y": 80472, + "z": 109630 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60004 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 20, + "pos": { + "x": 126000, + "y": 80472, + "z": 109630 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60005 + }, + { + "groupId": 5, + "instId": 300004, + "propState": 20, + "pos": { + "x": 123750, + "y": 80472, + "z": 109630 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60006 + }, + { + "groupId": 5, + "instId": 300005, + "propState": 8, + "pos": { + "x": 8759, + "y": 76718, + "z": 54722 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 5, + "instId": 300006, + "propState": 8, + "pos": { + "x": 10676, + "y": 76687, + "z": 61365 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 5, + "instId": 300007, + "propState": 8, + "pos": { + "x": 8769, + "y": 76705, + "z": 66220 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 913 + }, + { + "groupId": 5, + "instId": 300008, + "propState": 8, + "pos": { + "x": 125987, + "y": 80501, + "z": 115414 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": 8725, + "y": 79626, + "z": 80598 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 8, + "pos": { + "x": 6956, + "y": 79626, + "z": 91475 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 8, + "pos": { + "x": 13910, + "y": 79626, + "z": 102620 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 8, + "pos": { + "x": 3510, + "y": 79626, + "z": 105430 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300005, + "propState": 8, + "pos": { + "x": 5480, + "y": 79626, + "z": 105580 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300006, + "propState": 8, + "pos": { + "x": 4400, + "y": 79626, + "z": 106940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300007, + "propState": 8, + "pos": { + "x": 31090, + "y": 80286, + "z": 96850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300008, + "propState": 8, + "pos": { + "x": 42661, + "y": 80223, + "z": 104646 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300009, + "propState": 8, + "pos": { + "x": 43950, + "y": 80223, + "z": 106350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300010, + "propState": 8, + "pos": { + "x": 45507, + "y": 80223, + "z": 104944 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300011, + "propState": 8, + "pos": { + "x": 44980, + "y": 80223, + "z": 79960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300012, + "propState": 8, + "pos": { + "x": 62720, + "y": 80223, + "z": 81570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300013, + "propState": 8, + "pos": { + "x": 66360, + "y": 80223, + "z": 79060 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300014, + "propState": 8, + "pos": { + "x": 69868, + "y": 80223, + "z": 119067 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300015, + "propState": 8, + "pos": { + "x": 88268, + "y": 75793, + "z": 120291 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300016, + "propState": 8, + "pos": { + "x": 90490, + "y": 75793, + "z": 117047 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300017, + "propState": 8, + "pos": { + "x": 79126, + "y": 78661, + "z": 138520 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300018, + "propState": 8, + "pos": { + "x": 79570, + "y": 78661, + "z": 140176 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300019, + "propState": 8, + "pos": { + "x": 78120, + "y": 78661, + "z": 141570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300020, + "propState": 8, + "pos": { + "x": 88990, + "y": 78661, + "z": 139460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300021, + "propState": 8, + "pos": { + "x": 106420, + "y": 78661, + "z": 141460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300022, + "propState": 8, + "pos": { + "x": 106020, + "y": 78661, + "z": 132023 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300023, + "propState": 8, + "pos": { + "x": 104553, + "y": 78661, + "z": 130210 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300024, + "propState": 8, + "pos": { + "x": 125834, + "y": 78661, + "z": 143913 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300025, + "propState": 8, + "pos": { + "x": 126010, + "y": 80482, + "z": 117390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300026, + "propState": 8, + "pos": { + "x": 128550, + "y": 80472, + "z": 120830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300027, + "propState": 8, + "pos": { + "x": 123370, + "y": 80472, + "z": 120790 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300028, + "propState": 8, + "pos": { + "x": 127280, + "y": 80472, + "z": 119240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300029, + "propState": 8, + "pos": { + "x": 124680, + "y": 80472, + "z": 119260 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300030, + "propState": 8, + "pos": { + "x": 67710, + "y": 80498, + "z": 99190 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 101, + "pos": { + "x": -205260, + "y": 2966, + "z": -87810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 20, + "pos": { + "x": -203293, + "y": 2966, + "z": -89846 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60004 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 20, + "pos": { + "x": -203293, + "y": 2966, + "z": -87846 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60005 + }, + { + "groupId": 5, + "instId": 300004, + "propState": 20, + "pos": { + "x": -203293, + "y": 2966, + "z": -85410 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60006 + }, + { + "groupId": 5, + "instId": 300006, + "propState": 8, + "pos": { + "x": -140280, + "y": -115, + "z": -71860 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 5, + "instId": 300007, + "propState": 8, + "pos": { + "x": -144980, + "y": -46, + "z": -73273 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 913 + }, + { + "groupId": 5, + "instId": 300008, + "propState": 8, + "pos": { + "x": -200400, + "y": 2966, + "z": -87846 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 5, + "instId": 300005, + "propState": 20, + "pos": { + "x": -138570, + "y": -46, + "z": -73273 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60006 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": -153950, + "y": -4389, + "z": -95510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 8, + "pos": { + "x": -178240, + "y": -7672, + "z": -75510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 8, + "pos": { + "x": -152294, + "y": -163, + "z": -70940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 8, + "pos": { + "x": -154132, + "y": -163, + "z": -72550 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300005, + "propState": 8, + "pos": { + "x": -155160, + "y": -163, + "z": -74509 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300006, + "propState": 8, + "pos": { + "x": -151520, + "y": -4389, + "z": -95020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300007, + "propState": 8, + "pos": { + "x": -170533, + "y": -4389, + "z": -93910 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300008, + "propState": 8, + "pos": { + "x": -171030, + "y": -4389, + "z": -87160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300009, + "propState": 8, + "pos": { + "x": -168740, + "y": -4383, + "z": -66223 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300010, + "propState": 8, + "pos": { + "x": -174021, + "y": -4383, + "z": -58800 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300011, + "propState": 8, + "pos": { + "x": -175401, + "y": -4383, + "z": -60446 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300012, + "propState": 8, + "pos": { + "x": -185710, + "y": -7672, + "z": -79700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300013, + "propState": 8, + "pos": { + "x": -186850, + "y": -7672, + "z": -77840 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300014, + "propState": 8, + "pos": { + "x": -179950, + "y": -7672, + "z": -76370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300015, + "propState": 8, + "pos": { + "x": -199130, + "y": -4171, + "z": -85290 + }, + "rot": { + "x": 0, + "y": 45579, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300016, + "propState": 8, + "pos": { + "x": -203400, + "y": -4171, + "z": -83790 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300017, + "propState": 8, + "pos": { + "x": -206127, + "y": -4171, + "z": -90578 + }, + "rot": { + "x": 0, + "y": 54553, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300018, + "propState": 8, + "pos": { + "x": -202290, + "y": -4155, + "z": -92200 + }, + "rot": { + "x": 0, + "y": 6097, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300019, + "propState": 8, + "pos": { + "x": -209240, + "y": -178, + "z": -70740 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300020, + "propState": 8, + "pos": { + "x": -211010, + "y": -178, + "z": -68811 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300021, + "propState": 8, + "pos": { + "x": -187694, + "y": -154, + "z": -94980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300022, + "propState": 8, + "pos": { + "x": -173853, + "y": -178, + "z": -71351 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300023, + "propState": 8, + "pos": { + "x": -173830, + "y": -178, + "z": -72960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300024, + "propState": 8, + "pos": { + "x": -171630, + "y": -178, + "z": -67230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300025, + "propState": 8, + "pos": { + "x": -171643, + "y": -178, + "z": -65620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300026, + "propState": 8, + "pos": { + "x": -186720, + "y": -154, + "z": -90290 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300027, + "propState": 8, + "pos": { + "x": -185240, + "y": -154, + "z": -91940 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300028, + "propState": 8, + "pos": { + "x": -198710, + "y": -4171, + "z": -91020 + }, + "rot": { + "x": 0, + "y": 139113, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300029, + "propState": 8, + "pos": { + "x": -186071, + "y": -178, + "z": -69130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300030, + "propState": 8, + "pos": { + "x": -183430, + "y": -7672, + "z": -92010 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 6, + "instId": 300031, + "propState": 8, + "pos": { + "x": -135330, + "y": -115, + "z": -73270 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": 132410, + "y": 28439, + "z": -121680 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 8, + "pos": { + "x": 136827, + "y": 28704, + "z": -114142 + }, + "rot": { + "x": 0, + "y": 100000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 8, + "pos": { + "x": 179690, + "y": 28392, + "z": -125870 + }, + "rot": { + "x": 0, + "y": 84865, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 101, + "pos": { + "x": 127710, + "y": 38175, + "z": -94780 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 20, + "pos": { + "x": 129928, + "y": 38207, + "z": -94906 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 60104 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 20, + "pos": { + "x": 129131, + "y": 38238, + "z": -92887 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60105 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 20, + "pos": { + "x": 129832, + "y": 38362, + "z": -90637 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 60106 + }, + { + "groupId": 4, + "instId": 300006, + "propState": 8, + "pos": { + "x": 136692, + "y": 28360, + "z": -126166 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 4, + "instId": 300007, + "propState": 8, + "pos": { + "x": 138230, + "y": 28398, + "z": -123470 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 913 + }, + { + "groupId": 4, + "instId": 300008, + "propState": 8, + "pos": { + "x": 133560, + "y": 38200, + "z": -92250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300005, + "propState": 20, + "pos": { + "x": 135570, + "y": 28398, + "z": -122760 + }, + "rot": { + "x": 0, + "y": 237735, + "z": 0 + }, + "propId": 60105 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": 143304, + "y": 28523, + "z": -117660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 8, + "pos": { + "x": 152996, + "y": 28353, + "z": -127620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 8, + "pos": { + "x": 152079, + "y": 28347, + "z": -129810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300004, + "propState": 8, + "pos": { + "x": 144610, + "y": 28513, + "z": -118546 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300005, + "propState": 8, + "pos": { + "x": 157120, + "y": 28675, + "z": -118840 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300006, + "propState": 8, + "pos": { + "x": 161057, + "y": 28523, + "z": -132246 + }, + "rot": { + "x": 0, + "y": 301610, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300007, + "propState": 8, + "pos": { + "x": 166600, + "y": 28358, + "z": -128140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300008, + "propState": 8, + "pos": { + "x": 171523, + "y": 28418, + "z": -114568 + }, + "rot": { + "x": 0, + "y": 58316, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300009, + "propState": 8, + "pos": { + "x": 170168, + "y": 28445, + "z": -114392 + }, + "rot": { + "x": 0, + "y": 328316, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300010, + "propState": 8, + "pos": { + "x": 170363, + "y": 32755, + "z": -99428 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300011, + "propState": 8, + "pos": { + "x": 168730, + "y": 33053, + "z": -96620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300012, + "propState": 8, + "pos": { + "x": 172833, + "y": 32419, + "z": -108917 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300013, + "propState": 8, + "pos": { + "x": 172450, + "y": 32418, + "z": -109958 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300014, + "propState": 8, + "pos": { + "x": 172180, + "y": 32431, + "z": -107991 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300015, + "propState": 8, + "pos": { + "x": 158900, + "y": 32464, + "z": -98900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300016, + "propState": 8, + "pos": { + "x": 137591, + "y": 32446, + "z": -105217 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300017, + "propState": 8, + "pos": { + "x": 138243, + "y": 32446, + "z": -102139 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300018, + "propState": 8, + "pos": { + "x": 160851, + "y": 35542, + "z": -92710 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300019, + "propState": 8, + "pos": { + "x": 158304, + "y": 35501, + "z": -91312 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300020, + "propState": 8, + "pos": { + "x": 141879, + "y": 32433, + "z": -100832 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300021, + "propState": 8, + "pos": { + "x": 159830, + "y": 35478, + "z": -91600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300022, + "propState": 8, + "pos": { + "x": 138231, + "y": 32438, + "z": -106203 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300023, + "propState": 8, + "pos": { + "x": 160157, + "y": 28571, + "z": -133062 + }, + "rot": { + "x": 0, + "y": 301610, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300024, + "propState": 8, + "pos": { + "x": 167407, + "y": 28455, + "z": -121198 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300025, + "propState": 8, + "pos": { + "x": 147790, + "y": 32450, + "z": -104856 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300026, + "propState": 8, + "pos": { + "x": 177620, + "y": 28421, + "z": -127250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300027, + "propState": 8, + "pos": { + "x": 177730, + "y": 28453, + "z": -128570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300028, + "propState": 8, + "pos": { + "x": 175730, + "y": 28426, + "z": -123350 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300029, + "propState": 8, + "pos": { + "x": 165983, + "y": 28363, + "z": -128974 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300030, + "propState": 8, + "pos": { + "x": 169792, + "y": 32992, + "z": -97357 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 5, + "instId": 300031, + "propState": 8, + "pos": { + "x": 135120, + "y": 28900, + "z": -125260 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 2, + "instId": 300001, + "propState": 8, + "pos": { + "x": -33150, + "y": 13643, + "z": -27420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 8, + "pos": { + "x": -20860, + "y": 23830, + "z": -47026 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 2, + "instId": 300003, + "propState": 8, + "pos": { + "x": -17320, + "y": 17968, + "z": -98176 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 101, + "pos": { + "x": -82340, + "y": 3855, + "z": -12450 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 20, + "pos": { + "x": -79352, + "y": 3833, + "z": -13783 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60204 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 20, + "pos": { + "x": -79352, + "y": 3834, + "z": -12501 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60205 + }, + { + "groupId": 3, + "instId": 300004, + "propState": 20, + "pos": { + "x": -79352, + "y": 3834, + "z": -11157 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60206 + }, + { + "groupId": 3, + "instId": 300006, + "propState": 8, + "pos": { + "x": -6550, + "y": 23832, + "z": -73550 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 3, + "instId": 300007, + "propState": 8, + "pos": { + "x": -7970, + "y": 23873, + "z": -69649 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 913 + }, + { + "groupId": 3, + "instId": 300008, + "propState": 8, + "pos": { + "x": -75640, + "y": 3861, + "z": -12501 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 3, + "instId": 300005, + "propState": 20, + "pos": { + "x": -10200, + "y": 23873, + "z": -73870 + }, + "rot": { + "x": 0, + "y": 36, + "z": 0 + }, + "propId": 60204 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 8, + "pos": { + "x": -26834, + "y": 16971, + "z": -74154 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 8, + "pos": { + "x": -28624, + "y": 16353, + "z": -66542 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 8, + "pos": { + "x": -9086, + "y": 17963, + "z": -73050 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 8, + "pos": { + "x": -30820, + "y": 13866, + "z": -55092 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 4, + "instId": 300005, + "propState": 8, + "pos": { + "x": -31810, + "y": 13690, + "z": -53830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 4, + "instId": 300006, + "propState": 8, + "pos": { + "x": -32100, + "y": 13577, + "z": -36650 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 4, + "instId": 300007, + "propState": 8, + "pos": { + "x": -33780, + "y": 13575, + "z": -31963 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 4, + "instId": 300008, + "propState": 8, + "pos": { + "x": -34940, + "y": 13596, + "z": -33040 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 4, + "instId": 300009, + "propState": 8, + "pos": { + "x": -52401, + "y": 11130, + "z": -48691 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 4, + "instId": 300010, + "propState": 8, + "pos": { + "x": -51054, + "y": 11131, + "z": -51188 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 4, + "instId": 300011, + "propState": 8, + "pos": { + "x": -48830, + "y": 7474, + "z": -28292 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 4, + "instId": 300012, + "propState": 8, + "pos": { + "x": -51939, + "y": 7470, + "z": -33403 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 4, + "instId": 300013, + "propState": 8, + "pos": { + "x": -71510, + "y": 2771, + "z": -26260 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 4, + "instId": 300014, + "propState": 8, + "pos": { + "x": -65900, + "y": 2812, + "z": -26390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 4, + "instId": 300015, + "propState": 8, + "pos": { + "x": -68860, + "y": 2790, + "z": -24690 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 4, + "instId": 300016, + "propState": 8, + "pos": { + "x": -70080, + "y": 2808, + "z": -33920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 4, + "instId": 300017, + "propState": 8, + "pos": { + "x": -8985, + "y": 17945, + "z": -71572 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 4, + "instId": 300018, + "propState": 8, + "pos": { + "x": -30840, + "y": 13575, + "z": -37670 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 4, + "instId": 300019, + "propState": 8, + "pos": { + "x": -19401, + "y": 17965, + "z": -84135 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 4, + "instId": 300020, + "propState": 8, + "pos": { + "x": -21723, + "y": 23805, + "z": -50691 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 4, + "instId": 300021, + "propState": 8, + "pos": { + "x": -6285, + "y": 23808, + "z": -49182 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 4, + "instId": 300022, + "propState": 8, + "pos": { + "x": -4595, + "y": 23802, + "z": -50966 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 4, + "instId": 300023, + "propState": 8, + "pos": { + "x": -10870, + "y": 23829, + "z": -59860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 4, + "instId": 300024, + "propState": 8, + "pos": { + "x": -71660, + "y": 2796, + "z": -32840 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 4, + "instId": 300025, + "propState": 8, + "pos": { + "x": -17240, + "y": 17964, + "z": -93020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 4, + "instId": 300026, + "propState": 8, + "pos": { + "x": -15921, + "y": 17953, + "z": -88639 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 4, + "instId": 300027, + "propState": 8, + "pos": { + "x": -18821, + "y": 17955, + "z": -92091 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 4, + "instId": 300028, + "propState": 8, + "pos": { + "x": -47888, + "y": 7474, + "z": -31623 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 4, + "instId": 300029, + "propState": 8, + "pos": { + "x": -51505, + "y": 7474, + "z": -28274 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 4, + "instId": 300030, + "propState": 8, + "pos": { + "x": -38127, + "y": 13553, + "z": -48901 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 4, + "instId": 300031, + "propState": 8, + "pos": { + "x": -11330, + "y": 17963, + "z": -73730 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 2, + "instId": 300001, + "propState": 8, + "pos": { + "x": -36110, + "y": 491, + "z": -7800 + }, + "rot": { + "x": 0, + "y": 314947, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 8, + "pos": { + "x": -58980, + "y": 491, + "z": 15030 + }, + "rot": { + "x": 0, + "y": 314947, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 2, + "instId": 300003, + "propState": 8, + "pos": { + "x": -39672, + "y": 491, + "z": 11338 + }, + "rot": { + "x": 0, + "y": 44947, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 101, + "pos": { + "x": -66490, + "y": 3634, + "z": -15420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 20, + "pos": { + "x": -60323, + "y": 3524, + "z": -10487 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 60204 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 20, + "pos": { + "x": -61030, + "y": 3524, + "z": -9780 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 60205 + }, + { + "groupId": 3, + "instId": 300004, + "propState": 20, + "pos": { + "x": -61737, + "y": 3524, + "z": -9073 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 60206 + }, + { + "groupId": 3, + "instId": 300005, + "propState": 8, + "pos": { + "x": -47710, + "y": 744, + "z": 8100 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 3, + "instId": 300006, + "propState": 8, + "pos": { + "x": -58580, + "y": 3524, + "z": -7431 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 3, + "instId": 300007, + "propState": 20, + "pos": { + "x": -46390, + "y": 744, + "z": 9420 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 60205 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 8, + "pos": { + "x": -56486, + "y": 3612, + "z": -2463 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 8, + "pos": { + "x": -58531, + "y": 3625, + "z": -7390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1031 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 8, + "pos": { + "x": -58490, + "y": 3582, + "z": -7310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "monsters": [ + { + "groupId": 32, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 10270, + "y": 4877, + "z": -129990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 38, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -11270, + "y": -1147, + "z": -25380 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 41, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -37123, + "y": 5562, + "z": -106219 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 42, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -37160, + "y": 5562, + "z": -110840 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 48, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -54140, + "y": 6762, + "z": -78490 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 80201, + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": -38680, + "y": 18260, + "z": -82930 + }, + "rot": { + "x": 0, + "y": 193835, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 8, + "instId": 300006, + "propState": 8, + "pos": { + "x": -178060, + "y": -390, + "z": -61070 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 8, + "instId": 300010, + "propState": 8, + "pos": { + "x": -162330, + "y": -415, + "z": -71330 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100011 + }, + { + "groupId": 8, + "instId": 300011, + "propState": 8, + "pos": { + "x": -169860, + "y": -4600, + "z": -79580 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100012 + }, + { + "groupId": 8, + "instId": 300013, + "propState": 8, + "pos": { + "x": -194540, + "y": -378, + "z": -69650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100011 + }, + { + "groupId": 8, + "instId": 300014, + "propState": 8, + "pos": { + "x": -186621, + "y": -400, + "z": -79920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100012 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 8, + "pos": { + "x": 16710, + "y": 2844, + "z": -39694 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 101, + "pos": { + "x": 40479, + "y": 3444, + "z": -31399 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 13, + "instId": 300001, + "propState": 8, + "pos": { + "x": 32760, + "y": 3520, + "z": -37810 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 1, + "pos": { + "x": 31320, + "y": 3542, + "z": -32700 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 8, + "pos": { + "x": 27762, + "y": 3444, + "z": -37843 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 8, + "pos": { + "x": 27452, + "y": 3444, + "z": -38843 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 13, + "instId": 300005, + "propState": 8, + "pos": { + "x": 28492, + "y": 3444, + "z": -38553 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 15, + "instId": 300001, + "propState": 8, + "pos": { + "x": 16350, + "y": 2844, + "z": -107040 + }, + "rot": { + "x": 0, + "y": 107500, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 16, + "instId": 300001, + "propState": 101, + "pos": { + "x": 9280, + "y": 2844, + "z": -93320 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 16, + "instId": 300003, + "propState": 8, + "pos": { + "x": 12850, + "y": 2844, + "z": -105970 + }, + "rot": { + "x": 0, + "y": 17500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 16, + "instId": 300004, + "propState": 8, + "pos": { + "x": 4982, + "y": 2844, + "z": -98280 + }, + "rot": { + "x": 0, + "y": 17500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 16, + "instId": 300005, + "propState": 8, + "pos": { + "x": 4380, + "y": 2844, + "z": -100160 + }, + "rot": { + "x": 0, + "y": 17500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 16, + "instId": 300006, + "propState": 8, + "pos": { + "x": 2900, + "y": 2844, + "z": -104880 + }, + "rot": { + "x": 0, + "y": 17500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 16, + "instId": 300007, + "propState": 8, + "pos": { + "x": 3476, + "y": 2844, + "z": -103038 + }, + "rot": { + "x": 0, + "y": 17500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 16, + "instId": 300008, + "propState": 8, + "pos": { + "x": 13480, + "y": 2844, + "z": -104040 + }, + "rot": { + "x": 0, + "y": 17500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 19, + "instId": 300001, + "propState": 101, + "pos": { + "x": 9280, + "y": 2844, + "z": -93320 + }, + "rot": { + "x": 0, + "y": 167500, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 19, + "instId": 300002, + "propState": 8, + "pos": { + "x": 12850, + "y": 2844, + "z": -105970 + }, + "rot": { + "x": 0, + "y": 17500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 19, + "instId": 300003, + "propState": 8, + "pos": { + "x": 4982, + "y": 2844, + "z": -98280 + }, + "rot": { + "x": 0, + "y": 17500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 19, + "instId": 300004, + "propState": 8, + "pos": { + "x": 4380, + "y": 2844, + "z": -100160 + }, + "rot": { + "x": 0, + "y": 17500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 19, + "instId": 300005, + "propState": 8, + "pos": { + "x": 2900, + "y": 2844, + "z": -104880 + }, + "rot": { + "x": 0, + "y": 17500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 19, + "instId": 300006, + "propState": 8, + "pos": { + "x": 3476, + "y": 2844, + "z": -103038 + }, + "rot": { + "x": 0, + "y": 17500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 19, + "instId": 300007, + "propState": 8, + "pos": { + "x": 13480, + "y": 2844, + "z": -104040 + }, + "rot": { + "x": 0, + "y": 17500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 23, + "instId": 300001, + "propState": 8, + "pos": { + "x": 16350, + "y": 2844, + "z": -107040 + }, + "rot": { + "x": 0, + "y": 107500, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 24, + "instId": 300001, + "propState": 101, + "pos": { + "x": 41540, + "y": 3477, + "z": -114070 + }, + "rot": { + "x": 0, + "y": 287500, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 24, + "instId": 300004, + "propState": 8, + "pos": { + "x": 25886, + "y": 3925, + "z": -114679 + }, + "rot": { + "x": 0, + "y": 107500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 24, + "instId": 300006, + "propState": 8, + "pos": { + "x": 28600, + "y": 3925, + "z": -106050 + }, + "rot": { + "x": 0, + "y": 287500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 24, + "instId": 300002, + "propState": 8, + "pos": { + "x": 30656, + "y": 3925, + "z": -116179 + }, + "rot": { + "x": 0, + "y": 107500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 24, + "instId": 300003, + "propState": 8, + "pos": { + "x": 33370, + "y": 3925, + "z": -107550 + }, + "rot": { + "x": 0, + "y": 287500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 24, + "instId": 300005, + "propState": 8, + "pos": { + "x": 35316, + "y": 3925, + "z": -117649 + }, + "rot": { + "x": 0, + "y": 107500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 24, + "instId": 300007, + "propState": 8, + "pos": { + "x": 38030, + "y": 3925, + "z": -109020 + }, + "rot": { + "x": 0, + "y": 287500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 25, + "instId": 300001, + "propState": 8, + "pos": { + "x": 36340, + "y": 3444, + "z": -114880 + }, + "rot": { + "x": 0, + "y": 302500, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300002, + "propState": 8, + "pos": { + "x": 36340, + "y": 3444, + "z": -114880 + }, + "rot": { + "x": 0, + "y": 302500, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 30, + "instId": 300001, + "propState": 8, + "pos": { + "x": -80970, + "y": -3195, + "z": -61450 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 30, + "instId": 300002, + "propState": 8, + "pos": { + "x": -88590, + "y": -3195, + "z": -69000 + }, + "rot": { + "x": 0, + "y": 20000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 31, + "instId": 300001, + "propState": 101, + "pos": { + "x": -106365, + "y": -1544, + "z": -54000 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 32, + "instId": 300001, + "propState": 8, + "pos": { + "x": -97547, + "y": -1113, + "z": -52418 + }, + "rot": { + "x": 0, + "y": 291014, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 32, + "instId": 300003, + "propState": 8, + "pos": { + "x": -97547, + "y": -1113, + "z": -52418 + }, + "rot": { + "x": 0, + "y": 291014, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 34, + "instId": 300001, + "propState": 101, + "pos": { + "x": -118920, + "y": 2762, + "z": -96320 + }, + "rot": { + "x": 0, + "y": 256870, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 34, + "instId": 300002, + "propState": 8, + "pos": { + "x": -130851, + "y": 2815, + "z": -101492 + }, + "rot": { + "x": 0, + "y": 65000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 34, + "instId": 300003, + "propState": 8, + "pos": { + "x": -130351, + "y": 2814, + "z": -102492 + }, + "rot": { + "x": 0, + "y": 245000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 35, + "instId": 300003, + "propState": 1, + "pos": { + "x": -132757, + "y": 2762, + "z": -98230 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 37, + "instId": 300001, + "propState": 101, + "pos": { + "x": -15510, + "y": 1039, + "z": -50950 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 37, + "instId": 300003, + "propState": 8, + "pos": { + "x": -17915, + "y": 1039, + "z": -70400 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 37, + "instId": 300004, + "propState": 8, + "pos": { + "x": -10330, + "y": 1039, + "z": -70920 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 37, + "instId": 300005, + "propState": 8, + "pos": { + "x": -13230, + "y": 1039, + "z": -82250 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 37, + "instId": 300006, + "propState": 8, + "pos": { + "x": -19664, + "y": 1039, + "z": -71179 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 37, + "instId": 300007, + "propState": 8, + "pos": { + "x": -16400, + "y": 1039, + "z": -69010 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 37, + "instId": 300008, + "propState": 8, + "pos": { + "x": -11734, + "y": 1039, + "z": -76588 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 38, + "instId": 300001, + "propState": 8, + "pos": { + "x": -18513, + "y": 1040, + "z": -56554 + }, + "rot": { + "x": 0, + "y": 165818, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 38, + "instId": 300002, + "propState": 8, + "pos": { + "x": -18513, + "y": 1040, + "z": -56554 + }, + "rot": { + "x": 0, + "y": 165818, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 39, + "instId": 300001, + "propState": 8, + "pos": { + "x": -9090, + "y": 1039, + "z": -73872 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 40, + "instId": 300001, + "propState": 8, + "pos": { + "x": -12983, + "y": 1039, + "z": -63869 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 46, + "instId": 300002, + "propState": 8, + "pos": { + "x": -62868, + "y": -1466, + "z": -59443 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 47, + "instId": 300001, + "propState": 101, + "pos": { + "x": -58760, + "y": -1145, + "z": -56773 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 47, + "instId": 300003, + "propState": 8, + "pos": { + "x": -44169, + "y": -1544, + "z": -69298 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 47, + "instId": 300004, + "propState": 8, + "pos": { + "x": -41220, + "y": -1544, + "z": -69004 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 47, + "instId": 300005, + "propState": 8, + "pos": { + "x": -51056, + "y": -1458, + "z": -56939 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 47, + "instId": 300006, + "propState": 8, + "pos": { + "x": -43919, + "y": -1544, + "z": -71254 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 47, + "instId": 300007, + "propState": 8, + "pos": { + "x": -41129, + "y": -1544, + "z": -67219 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 47, + "instId": 300008, + "propState": 8, + "pos": { + "x": -49247, + "y": -1458, + "z": -56069 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 48, + "instId": 300001, + "propState": 8, + "pos": { + "x": -53398, + "y": -1271, + "z": -49993 + }, + "rot": { + "x": 0, + "y": 105162, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 48, + "instId": 300002, + "propState": 8, + "pos": { + "x": -53398, + "y": -1271, + "z": -49993 + }, + "rot": { + "x": 0, + "y": 105162, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 49, + "instId": 300001, + "propState": 8, + "pos": { + "x": -47210, + "y": -1544, + "z": -59470 + }, + "rot": { + "x": 0, + "y": 157533, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 50, + "instId": 300001, + "propState": 8, + "pos": { + "x": -44632, + "y": -1544, + "z": -58572 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 68, + "instId": 300001, + "propState": 8, + "pos": { + "x": -64870, + "y": 18664, + "z": -77420 + }, + "rot": { + "x": 0, + "y": 20000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 68, + "instId": 300002, + "propState": 8, + "pos": { + "x": -64990, + "y": 18664, + "z": -68980 + }, + "rot": { + "x": 0, + "y": 340000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 69, + "instId": 300001, + "propState": 101, + "pos": { + "x": -37620, + "y": 18611, + "z": -71170 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 69, + "instId": 300003, + "propState": 8, + "pos": { + "x": -51790, + "y": 18942, + "z": -70240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 69, + "instId": 300004, + "propState": 8, + "pos": { + "x": -48790, + "y": 18942, + "z": -76240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 69, + "instId": 300005, + "propState": 8, + "pos": { + "x": -45790, + "y": 18942, + "z": -70240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 69, + "instId": 300006, + "propState": 8, + "pos": { + "x": -53610, + "y": 18942, + "z": -70240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 69, + "instId": 300007, + "propState": 8, + "pos": { + "x": -50669, + "y": 18942, + "z": -76240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 69, + "instId": 300008, + "propState": 8, + "pos": { + "x": -47580, + "y": 18942, + "z": -70240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 71, + "instId": 300001, + "propState": 8, + "pos": { + "x": -43620, + "y": 18942, + "z": -76240 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 71, + "instId": 300002, + "propState": 8, + "pos": { + "x": -43620, + "y": 18942, + "z": -73240 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 72, + "instId": 300001, + "propState": 101, + "pos": { + "x": -62550, + "y": 18664, + "z": -73030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 72, + "instId": 300002, + "propState": 8, + "pos": { + "x": -51790, + "y": 18942, + "z": -70240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 72, + "instId": 300003, + "propState": 8, + "pos": { + "x": -48790, + "y": 18942, + "z": -76240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 72, + "instId": 300004, + "propState": 8, + "pos": { + "x": -45790, + "y": 18942, + "z": -70240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 72, + "instId": 300005, + "propState": 8, + "pos": { + "x": -53610, + "y": 18942, + "z": -70240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 72, + "instId": 300006, + "propState": 8, + "pos": { + "x": -50669, + "y": 18942, + "z": -76240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 72, + "instId": 300007, + "propState": 8, + "pos": { + "x": -47580, + "y": 18942, + "z": -70240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 73, + "instId": 300001, + "propState": 101, + "pos": { + "x": -64550, + "y": 18664, + "z": -74510 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 73, + "instId": 300002, + "propState": 8, + "pos": { + "x": -50069, + "y": 18942, + "z": -70240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 73, + "instId": 300003, + "propState": 8, + "pos": { + "x": -47069, + "y": 18942, + "z": -76240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 73, + "instId": 300004, + "propState": 8, + "pos": { + "x": -44069, + "y": 18942, + "z": -70240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 73, + "instId": 300005, + "propState": 8, + "pos": { + "x": -51879, + "y": 18942, + "z": -70240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 73, + "instId": 300006, + "propState": 8, + "pos": { + "x": -48938, + "y": 18942, + "z": -76240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 73, + "instId": 300007, + "propState": 8, + "pos": { + "x": -45849, + "y": 18942, + "z": -70240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 80, + "instId": 300001, + "propState": 101, + "pos": { + "x": -117003, + "y": 2770, + "z": -50499 + }, + "rot": { + "x": 0, + "y": 296500, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 80, + "instId": 300003, + "propState": 8, + "pos": { + "x": -130880, + "y": 2820, + "z": -42550 + }, + "rot": { + "x": 0, + "y": 116500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 80, + "instId": 300004, + "propState": 8, + "pos": { + "x": -130872, + "y": 2820, + "z": -49258 + }, + "rot": { + "x": 0, + "y": 116500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 80, + "instId": 300005, + "propState": 8, + "pos": { + "x": -125510, + "y": 2820, + "z": -45227 + }, + "rot": { + "x": 0, + "y": 116500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 80, + "instId": 300006, + "propState": 8, + "pos": { + "x": -132445, + "y": 2770, + "z": -41771 + }, + "rot": { + "x": 0, + "y": 116500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 80, + "instId": 300007, + "propState": 8, + "pos": { + "x": -132490, + "y": 2820, + "z": -48453 + }, + "rot": { + "x": 0, + "y": 116500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 80, + "instId": 300008, + "propState": 8, + "pos": { + "x": -127049, + "y": 2820, + "z": -44462 + }, + "rot": { + "x": 0, + "y": 116500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 82, + "instId": 300001, + "propState": 8, + "pos": { + "x": -124240, + "y": 2770, + "z": -52566 + }, + "rot": { + "x": 0, + "y": 311500, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 82, + "instId": 300002, + "propState": 8, + "pos": { + "x": -122901, + "y": 2770, + "z": -49882 + }, + "rot": { + "x": 0, + "y": 296500, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 84, + "instId": 300001, + "propState": 101, + "pos": { + "x": -141320, + "y": 2770, + "z": -41080 + }, + "rot": { + "x": 0, + "y": 117500, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 84, + "instId": 300002, + "propState": 8, + "pos": { + "x": -130880, + "y": 2820, + "z": -42550 + }, + "rot": { + "x": 0, + "y": 116500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 84, + "instId": 300003, + "propState": 8, + "pos": { + "x": -130872, + "y": 2820, + "z": -49258 + }, + "rot": { + "x": 0, + "y": 116500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 84, + "instId": 300004, + "propState": 8, + "pos": { + "x": -125510, + "y": 2820, + "z": -45227 + }, + "rot": { + "x": 0, + "y": 116500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 84, + "instId": 300005, + "propState": 8, + "pos": { + "x": -132445, + "y": 2770, + "z": -41771 + }, + "rot": { + "x": 0, + "y": 116500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 84, + "instId": 300006, + "propState": 8, + "pos": { + "x": -132490, + "y": 2820, + "z": -48453 + }, + "rot": { + "x": 0, + "y": 116500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 84, + "instId": 300007, + "propState": 8, + "pos": { + "x": -127049, + "y": 2820, + "z": -44462 + }, + "rot": { + "x": 0, + "y": 116500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 85, + "instId": 300001, + "propState": 101, + "pos": { + "x": -142680, + "y": 2770, + "z": -42030 + }, + "rot": { + "x": 0, + "y": 117500, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 86, + "instId": 300001, + "propState": 8, + "pos": { + "x": -136630, + "y": 2770, + "z": -42570 + }, + "rot": { + "x": 0, + "y": 132500, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 86, + "instId": 300003, + "propState": 8, + "pos": { + "x": -136630, + "y": 2770, + "z": -42570 + }, + "rot": { + "x": 0, + "y": 297500, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 87, + "instId": 300001, + "propState": 8, + "pos": { + "x": -186695, + "y": -7537, + "z": -88110 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 87, + "instId": 300002, + "propState": 8, + "pos": { + "x": -176250, + "y": -4383, + "z": -59700 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 88, + "instId": 300001, + "propState": 101, + "pos": { + "x": -179995, + "y": -4383, + "z": -59951 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 88, + "instId": 300003, + "propState": 8, + "pos": { + "x": -186780, + "y": -7672, + "z": -80030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 88, + "instId": 300004, + "propState": 8, + "pos": { + "x": -177810, + "y": -7672, + "z": -79751 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 88, + "instId": 300005, + "propState": 8, + "pos": { + "x": -185117, + "y": -7672, + "z": -73298 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 88, + "instId": 300006, + "propState": 8, + "pos": { + "x": -186780, + "y": -7672, + "z": -78172 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 88, + "instId": 300007, + "propState": 8, + "pos": { + "x": -179420, + "y": -7672, + "z": -79824 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 88, + "instId": 300008, + "propState": 8, + "pos": { + "x": -186849, + "y": -7672, + "z": -73298 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 90, + "instId": 300001, + "propState": 8, + "pos": { + "x": -178256, + "y": -7672, + "z": -72419 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 90, + "instId": 300002, + "propState": 8, + "pos": { + "x": -178256, + "y": -7672, + "z": -72419 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 92, + "instId": 300001, + "propState": 101, + "pos": { + "x": -183920, + "y": -7672, + "z": -84770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 92, + "instId": 300002, + "propState": 8, + "pos": { + "x": -186780, + "y": -7672, + "z": -80030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 92, + "instId": 300003, + "propState": 8, + "pos": { + "x": -177810, + "y": -7672, + "z": -79751 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 92, + "instId": 300004, + "propState": 8, + "pos": { + "x": -185117, + "y": -7672, + "z": -73298 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 92, + "instId": 300005, + "propState": 8, + "pos": { + "x": -186780, + "y": -7672, + "z": -78172 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 92, + "instId": 300006, + "propState": 8, + "pos": { + "x": -179420, + "y": -7672, + "z": -79824 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 92, + "instId": 300007, + "propState": 8, + "pos": { + "x": -186849, + "y": -7672, + "z": -73298 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 93, + "instId": 300001, + "propState": 101, + "pos": { + "x": -183170, + "y": -7672, + "z": -84770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 94, + "instId": 300001, + "propState": 8, + "pos": { + "x": -186660, + "y": -7672, + "z": -80000 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 94, + "instId": 300003, + "propState": 8, + "pos": { + "x": -186660, + "y": -7672, + "z": -80000 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 95, + "instId": 300002, + "propState": 8, + "pos": { + "x": -97547, + "y": -1113, + "z": -52418 + }, + "rot": { + "x": 0, + "y": 291014, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 95, + "instId": 300003, + "propState": 8, + "pos": { + "x": -97547, + "y": -1113, + "z": -52418 + }, + "rot": { + "x": 0, + "y": 291014, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 97, + "instId": 300001, + "propState": 8, + "pos": { + "x": -58550, + "y": 18925, + "z": -70030 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 97, + "instId": 300002, + "propState": 8, + "pos": { + "x": -58550, + "y": 18925, + "z": -73030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 98, + "instId": 300001, + "propState": 8, + "pos": { + "x": -56819, + "y": 18942, + "z": -76030 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 99, + "instId": 300001, + "propState": 8, + "pos": { + "x": -88940, + "y": -3195, + "z": -77550 + }, + "rot": { + "x": 0, + "y": 340000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 99, + "instId": 300002, + "propState": 8, + "pos": { + "x": -81150, + "y": -3195, + "z": -85390 + }, + "rot": { + "x": 0, + "y": 110000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 100, + "instId": 300001, + "propState": 101, + "pos": { + "x": -90782, + "y": -1525, + "z": -87347 + }, + "rot": { + "x": 0, + "y": 232500, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 100, + "instId": 300002, + "propState": 8, + "pos": { + "x": -100012, + "y": -1437, + "z": -97546 + }, + "rot": { + "x": 0, + "y": 52500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 100, + "instId": 300003, + "propState": 8, + "pos": { + "x": -101480, + "y": -1525, + "z": -98600 + }, + "rot": { + "x": 0, + "y": 52500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 101, + "instId": 300001, + "propState": 1, + "pos": { + "x": -102170, + "y": -1525, + "z": -89260 + }, + "rot": { + "x": 0, + "y": 197630, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 108, + "instId": 300001, + "propState": 101, + "pos": { + "x": -14769, + "y": 1039, + "z": -83053 + }, + "rot": { + "x": 0, + "y": 2363, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 108, + "instId": 300002, + "propState": 8, + "pos": { + "x": -12760, + "y": 1039, + "z": -67679 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 108, + "instId": 300003, + "propState": 8, + "pos": { + "x": -12058, + "y": 1039, + "z": -69504 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 108, + "instId": 300004, + "propState": 8, + "pos": { + "x": -12914, + "y": 1039, + "z": -65676 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 108, + "instId": 300005, + "propState": 8, + "pos": { + "x": -16419, + "y": 1040, + "z": -65254 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 108, + "instId": 300006, + "propState": 8, + "pos": { + "x": -16419, + "y": 1039, + "z": -67348 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 108, + "instId": 300007, + "propState": 8, + "pos": { + "x": -17141, + "y": 1039, + "z": -69254 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 109, + "instId": 300001, + "propState": 8, + "pos": { + "x": -13010, + "y": 1039, + "z": -75564 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 109, + "instId": 300002, + "propState": 8, + "pos": { + "x": -13010, + "y": 1039, + "z": -75564 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 110, + "instId": 300001, + "propState": 8, + "pos": { + "x": -16520, + "y": 1039, + "z": -74041 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 112, + "instId": 300001, + "propState": 101, + "pos": { + "x": -43064, + "y": -1544, + "z": -77926 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 112, + "instId": 300003, + "propState": 8, + "pos": { + "x": -52580, + "y": -1458, + "z": -48990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 112, + "instId": 300004, + "propState": 8, + "pos": { + "x": -37640, + "y": -1021, + "z": -70744 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 112, + "instId": 300005, + "propState": 8, + "pos": { + "x": -54484, + "y": -1369, + "z": -59184 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 112, + "instId": 300006, + "propState": 8, + "pos": { + "x": -50667, + "y": -1458, + "z": -49697 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 112, + "instId": 300007, + "propState": 8, + "pos": { + "x": -37640, + "y": -1021, + "z": -68884 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 112, + "instId": 300008, + "propState": 8, + "pos": { + "x": -52675, + "y": -1458, + "z": -58314 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 114, + "instId": 300001, + "propState": 8, + "pos": { + "x": -44240, + "y": -1544, + "z": -70906 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 114, + "instId": 300002, + "propState": 8, + "pos": { + "x": -44240, + "y": -1544, + "z": -70906 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 116, + "instId": 300001, + "propState": 8, + "pos": { + "x": 12060, + "y": 2844, + "z": -99490 + }, + "rot": { + "x": 0, + "y": 212500, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 116, + "instId": 300002, + "propState": 8, + "pos": { + "x": 12060, + "y": 2844, + "z": -99490 + }, + "rot": { + "x": 0, + "y": 212500, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 120, + "instId": 300001, + "propState": 8, + "pos": { + "x": -62868, + "y": -1466, + "z": -59443 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 120, + "instId": 300002, + "propState": 8, + "pos": { + "x": -80970, + "y": -3195, + "z": -61450 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 120, + "instId": 300003, + "propState": 8, + "pos": { + "x": -81150, + "y": -3195, + "z": -85390 + }, + "rot": { + "x": 0, + "y": 110000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 120, + "instId": 300004, + "propState": 8, + "pos": { + "x": -62991, + "y": -1492, + "z": -87003 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 121, + "instId": 300001, + "propState": 101, + "pos": { + "x": -64000, + "y": -3195, + "z": -78260 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 121, + "instId": 300003, + "propState": 8, + "pos": { + "x": -67521, + "y": -3195, + "z": -67828 + }, + "rot": { + "x": 0, + "y": 144331, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 121, + "instId": 300004, + "propState": 8, + "pos": { + "x": -66802, + "y": -3195, + "z": -69636 + }, + "rot": { + "x": 0, + "y": 155111, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 121, + "instId": 300005, + "propState": 8, + "pos": { + "x": -62575, + "y": -3195, + "z": -74692 + }, + "rot": { + "x": 0, + "y": 190327, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 121, + "instId": 300006, + "propState": 8, + "pos": { + "x": -62331, + "y": -3193, + "z": -72996 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 121, + "instId": 300007, + "propState": 8, + "pos": { + "x": -62579, + "y": -3195, + "z": -71035 + }, + "rot": { + "x": 0, + "y": 173231, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 121, + "instId": 300008, + "propState": 8, + "pos": { + "x": -67581, + "y": -3195, + "z": -72996 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + } + ], + "monsters": [ + { + "groupId": 25, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 36340, + "y": 3444, + "z": -114880 + }, + "rot": { + "x": 0, + "y": 302500, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 32, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -97547, + "y": -1113, + "z": -52418 + }, + "rot": { + "x": 0, + "y": 126014, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 38, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -18513, + "y": 1040, + "z": -56554 + }, + "rot": { + "x": 0, + "y": 165818, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 39, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -9090, + "y": 1039, + "z": -73872 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 40, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -12983, + "y": 1039, + "z": -63869 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 48, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -53398, + "y": -1271, + "z": -49993 + }, + "rot": { + "x": 0, + "y": 105162, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 49, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -47210, + "y": -1544, + "z": -59470 + }, + "rot": { + "x": 0, + "y": 157533, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 50, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -44632, + "y": -1544, + "z": -58572 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 71, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -43620, + "y": 18942, + "z": -76240 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 82, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -124240, + "y": 2770, + "z": -52566 + }, + "rot": { + "x": 0, + "y": 311500, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 86, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -136630, + "y": 2770, + "z": -42570 + }, + "rot": { + "x": 0, + "y": 117500, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 90, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -178256, + "y": -7672, + "z": -72419 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 94, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -186660, + "y": -7672, + "z": -80000 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 95, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -97547, + "y": -1113, + "z": -52418 + }, + "rot": { + "x": 0, + "y": 126014, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 97, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -58550, + "y": 18925, + "z": -70030 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 98, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -56819, + "y": 18942, + "z": -70030 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 109, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -11000, + "y": 1039, + "z": -75564 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 110, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -11000, + "y": 1039, + "z": -74000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 114, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -44240, + "y": -1544, + "z": -70906 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 116, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 12060, + "y": 2844, + "z": -99490 + }, + "rot": { + "x": 0, + "y": 212500, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 80202, + "props": [ + { + "groupId": 7, + "instId": 300003, + "propState": 8, + "pos": { + "x": 67646, + "y": 80000, + "z": 110350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100011 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 8, + "pos": { + "x": 67680, + "y": 79980, + "z": 88240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100012 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 8, + "pos": { + "x": 199740, + "y": 77016, + "z": 95910 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 8, + "pos": { + "x": 244240, + "y": 79927, + "z": 95870 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 13, + "instId": 300001, + "propState": 101, + "pos": { + "x": 228740, + "y": 77016, + "z": 98980 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 8, + "pos": { + "x": 222740, + "y": 77016, + "z": 95980 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 14, + "instId": 300003, + "propState": 8, + "pos": { + "x": 222740, + "y": 77016, + "z": 95980 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300001, + "propState": 101, + "pos": { + "x": 560, + "y": 79626, + "z": 96500 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 8, + "pos": { + "x": 11119, + "y": 79626, + "z": 103200 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 1, + "pos": { + "x": 11119, + "y": 79626, + "z": 95200 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 17, + "instId": 300003, + "propState": 8, + "pos": { + "x": 16230, + "y": 79626, + "z": 101453 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 17, + "instId": 300004, + "propState": 8, + "pos": { + "x": 16649, + "y": 79626, + "z": 102359 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 17, + "instId": 300005, + "propState": 8, + "pos": { + "x": 15677, + "y": 79626, + "z": 102284 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 19, + "instId": 300001, + "propState": 101, + "pos": { + "x": 189985, + "y": 82842, + "z": 158190 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 19, + "instId": 300002, + "propState": 8, + "pos": { + "x": 179992, + "y": 82842, + "z": 153882 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 19, + "instId": 300003, + "propState": 8, + "pos": { + "x": 179824, + "y": 82842, + "z": 153265 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 20, + "instId": 300001, + "propState": 1, + "pos": { + "x": 175660, + "y": 82842, + "z": 153410 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 21, + "instId": 300001, + "propState": 8, + "pos": { + "x": 199740, + "y": 77016, + "z": 95910 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 22, + "instId": 300001, + "propState": 101, + "pos": { + "x": 191744, + "y": 82800, + "z": 132372 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 22, + "instId": 300003, + "propState": 8, + "pos": { + "x": 172050, + "y": 77430, + "z": 103387 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 22, + "instId": 300004, + "propState": 8, + "pos": { + "x": 176094, + "y": 82639, + "z": 126790 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 22, + "instId": 300005, + "propState": 8, + "pos": { + "x": 173680, + "y": 82671, + "z": 133839 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 22, + "instId": 300006, + "propState": 8, + "pos": { + "x": 171736, + "y": 82654, + "z": 133701 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 22, + "instId": 300007, + "propState": 8, + "pos": { + "x": 172050, + "y": 77965, + "z": 105110 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 22, + "instId": 300008, + "propState": 8, + "pos": { + "x": 178735, + "y": 77016, + "z": 99760 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 23, + "instId": 300001, + "propState": 8, + "pos": { + "x": 185371, + "y": 82760, + "z": 134314 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 8, + "pos": { + "x": 185371, + "y": 82760, + "z": 131314 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 24, + "instId": 300001, + "propState": 8, + "pos": { + "x": 176820, + "y": 77017, + "z": 93010 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300001, + "propState": 8, + "pos": { + "x": 174459, + "y": 82601, + "z": 121574 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 26, + "instId": 300001, + "propState": 8, + "pos": { + "x": 145519, + "y": 79898, + "z": 144713 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 26, + "instId": 300002, + "propState": 8, + "pos": { + "x": 101330, + "y": 78661, + "z": 140550 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 27, + "instId": 300001, + "propState": 101, + "pos": { + "x": 105460, + "y": 78661, + "z": 141740 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 27, + "instId": 300003, + "propState": 8, + "pos": { + "x": 123754, + "y": 78790, + "z": 136434 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 27, + "instId": 300004, + "propState": 8, + "pos": { + "x": 125545, + "y": 78661, + "z": 143081 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 27, + "instId": 300005, + "propState": 8, + "pos": { + "x": 134419, + "y": 78664, + "z": 141848 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 27, + "instId": 300006, + "propState": 8, + "pos": { + "x": 137004, + "y": 78716, + "z": 141831 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 27, + "instId": 300007, + "propState": 8, + "pos": { + "x": 135004, + "y": 78664, + "z": 137581 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 27, + "instId": 300008, + "propState": 8, + "pos": { + "x": 115143, + "y": 78661, + "z": 142020 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 28, + "instId": 300001, + "propState": 8, + "pos": { + "x": 111540, + "y": 78661, + "z": 137330 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 28, + "instId": 300002, + "propState": 8, + "pos": { + "x": 111540, + "y": 78661, + "z": 137330 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 29, + "instId": 300001, + "propState": 8, + "pos": { + "x": 127040, + "y": 78661, + "z": 141330 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 30, + "instId": 300001, + "propState": 8, + "pos": { + "x": 126960, + "y": 78661, + "z": 138320 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 32, + "instId": 300001, + "propState": 101, + "pos": { + "x": 125989, + "y": 80488, + "z": 125191 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 32, + "instId": 300003, + "propState": 8, + "pos": { + "x": 128976, + "y": 80472, + "z": 109780 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 32, + "instId": 300004, + "propState": 8, + "pos": { + "x": 122836, + "y": 80472, + "z": 121300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 32, + "instId": 300005, + "propState": 8, + "pos": { + "x": 130390, + "y": 80472, + "z": 117221 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 32, + "instId": 300006, + "propState": 8, + "pos": { + "x": 122990, + "y": 80472, + "z": 110370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 32, + "instId": 300007, + "propState": 8, + "pos": { + "x": 128990, + "y": 80482, + "z": 113311 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 32, + "instId": 300008, + "propState": 8, + "pos": { + "x": 122990, + "y": 80520, + "z": 113060 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 34, + "instId": 300001, + "propState": 8, + "pos": { + "x": 128990, + "y": 80482, + "z": 119190 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 34, + "instId": 300002, + "propState": 8, + "pos": { + "x": 125990, + "y": 80482, + "z": 119190 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 36, + "instId": 300001, + "propState": 101, + "pos": { + "x": 125990, + "y": 80471, + "z": 99650 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 36, + "instId": 300002, + "propState": 8, + "pos": { + "x": 128990, + "y": 80472, + "z": 109150 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 36, + "instId": 300003, + "propState": 8, + "pos": { + "x": 128990, + "y": 80472, + "z": 111110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 36, + "instId": 300004, + "propState": 8, + "pos": { + "x": 129990, + "y": 80472, + "z": 112900 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 36, + "instId": 300005, + "propState": 8, + "pos": { + "x": 121990, + "y": 80472, + "z": 109650 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 36, + "instId": 300006, + "propState": 8, + "pos": { + "x": 122990, + "y": 80472, + "z": 112040 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 36, + "instId": 300007, + "propState": 8, + "pos": { + "x": 124140, + "y": 80472, + "z": 110150 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 37, + "instId": 300001, + "propState": 101, + "pos": { + "x": 125989, + "y": 80498, + "z": 103132 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 38, + "instId": 300001, + "propState": 8, + "pos": { + "x": 122990, + "y": 80482, + "z": 109130 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 38, + "instId": 300003, + "propState": 8, + "pos": { + "x": 122990, + "y": 80482, + "z": 109130 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 39, + "instId": 300001, + "propState": 8, + "pos": { + "x": 93381, + "y": 74232, + "z": 79963 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 40, + "instId": 300001, + "propState": 101, + "pos": { + "x": 97170, + "y": 74167, + "z": 92750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 40, + "instId": 300003, + "propState": 8, + "pos": { + "x": 101090, + "y": 74248, + "z": 109180 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 40, + "instId": 300004, + "propState": 8, + "pos": { + "x": 93850, + "y": 74087, + "z": 98331 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 40, + "instId": 300005, + "propState": 8, + "pos": { + "x": 101090, + "y": 74172, + "z": 103750 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 40, + "instId": 300006, + "propState": 8, + "pos": { + "x": 101090, + "y": 74248, + "z": 110910 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 40, + "instId": 300007, + "propState": 8, + "pos": { + "x": 93850, + "y": 74087, + "z": 100120 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 40, + "instId": 300008, + "propState": 8, + "pos": { + "x": 101090, + "y": 74172, + "z": 105450 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 42, + "instId": 300001, + "propState": 8, + "pos": { + "x": 100540, + "y": 74172, + "z": 98520 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 42, + "instId": 300002, + "propState": 8, + "pos": { + "x": 100540, + "y": 74172, + "z": 98520 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 43, + "instId": 300001, + "propState": 101, + "pos": { + "x": 100090, + "y": 74248, + "z": 107880 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 43, + "instId": 300002, + "propState": 8, + "pos": { + "x": 101090, + "y": 74172, + "z": 102580 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 43, + "instId": 300003, + "propState": 8, + "pos": { + "x": 93850, + "y": 74087, + "z": 95881 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 43, + "instId": 300004, + "propState": 8, + "pos": { + "x": 100691, + "y": 74248, + "z": 89060 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 43, + "instId": 300005, + "propState": 8, + "pos": { + "x": 101090, + "y": 74172, + "z": 104310 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 43, + "instId": 300006, + "propState": 8, + "pos": { + "x": 93850, + "y": 74087, + "z": 97670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 43, + "instId": 300007, + "propState": 8, + "pos": { + "x": 100691, + "y": 74248, + "z": 90760 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 44, + "instId": 300001, + "propState": 101, + "pos": { + "x": 98090, + "y": 74173, + "z": 105710 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 44, + "instId": 300002, + "propState": 8, + "pos": { + "x": 94595, + "y": 74087, + "z": 89892 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 44, + "instId": 300003, + "propState": 8, + "pos": { + "x": 93850, + "y": 74087, + "z": 91711 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 44, + "instId": 300004, + "propState": 8, + "pos": { + "x": 101278, + "y": 74248, + "z": 90704 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 44, + "instId": 300005, + "propState": 8, + "pos": { + "x": 101296, + "y": 74248, + "z": 88480 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 44, + "instId": 300006, + "propState": 8, + "pos": { + "x": 93850, + "y": 74087, + "z": 93500 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 44, + "instId": 300007, + "propState": 8, + "pos": { + "x": 101910, + "y": 74248, + "z": 86590 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 46, + "instId": 300001, + "propState": 8, + "pos": { + "x": 94354, + "y": 65105, + "z": 69491 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 46, + "instId": 300002, + "propState": 8, + "pos": { + "x": 94828, + "y": 65105, + "z": 129046 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 47, + "instId": 300001, + "propState": 101, + "pos": { + "x": 99740, + "y": 65194, + "z": 92750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 47, + "instId": 300003, + "propState": 8, + "pos": { + "x": 102990, + "y": 65194, + "z": 108503 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 47, + "instId": 300004, + "propState": 8, + "pos": { + "x": 94110, + "y": 65105, + "z": 107042 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 47, + "instId": 300005, + "propState": 8, + "pos": { + "x": 101870, + "y": 65194, + "z": 101030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 47, + "instId": 300006, + "propState": 8, + "pos": { + "x": 101226, + "y": 65194, + "z": 106791 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 47, + "instId": 300007, + "propState": 8, + "pos": { + "x": 92570, + "y": 65105, + "z": 104120 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 47, + "instId": 300008, + "propState": 8, + "pos": { + "x": 101920, + "y": 65194, + "z": 98480 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 49, + "instId": 300001, + "propState": 8, + "pos": { + "x": 95090, + "y": 65185, + "z": 98750 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 49, + "instId": 300002, + "propState": 8, + "pos": { + "x": 98090, + "y": 65194, + "z": 98750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 50, + "instId": 300001, + "propState": 101, + "pos": { + "x": 96090, + "y": 65185, + "z": 103710 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 50, + "instId": 300002, + "propState": 8, + "pos": { + "x": 94100, + "y": 65105, + "z": 95550 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 50, + "instId": 300003, + "propState": 8, + "pos": { + "x": 95130, + "y": 65105, + "z": 94510 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 50, + "instId": 300004, + "propState": 8, + "pos": { + "x": 94090, + "y": 65105, + "z": 93710 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 50, + "instId": 300005, + "propState": 8, + "pos": { + "x": 102090, + "y": 65194, + "z": 97860 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 50, + "instId": 300006, + "propState": 8, + "pos": { + "x": 101090, + "y": 65194, + "z": 98740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 50, + "instId": 300007, + "propState": 8, + "pos": { + "x": 101090, + "y": 65194, + "z": 96900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 51, + "instId": 300001, + "propState": 101, + "pos": { + "x": 94880, + "y": 65105, + "z": 105710 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 52, + "instId": 300001, + "propState": 8, + "pos": { + "x": 97880, + "y": 65194, + "z": 99710 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 52, + "instId": 300003, + "propState": 8, + "pos": { + "x": 97880, + "y": 65194, + "z": 99710 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 53, + "instId": 300001, + "propState": 8, + "pos": { + "x": 222740, + "y": 77016, + "z": 95980 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 53, + "instId": 300003, + "propState": 8, + "pos": { + "x": 222740, + "y": 77016, + "z": 95980 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 54, + "instId": 300001, + "propState": 8, + "pos": { + "x": 101090, + "y": 74173, + "z": 101502 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 54, + "instId": 300002, + "propState": 8, + "pos": { + "x": 98090, + "y": 74173, + "z": 101502 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 55, + "instId": 300001, + "propState": 8, + "pos": { + "x": 95750, + "y": 74167, + "z": 101502 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 57, + "instId": 300001, + "propState": 101, + "pos": { + "x": 10260, + "y": 76702, + "z": 172672 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 57, + "instId": 300002, + "propState": 8, + "pos": { + "x": 5770, + "y": 76661, + "z": 161955 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 57, + "instId": 300003, + "propState": 8, + "pos": { + "x": 5770, + "y": 76661, + "z": 162789 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 58, + "instId": 300001, + "propState": 1, + "pos": { + "x": 11176, + "y": 76661, + "z": 161964 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 59, + "instId": 300001, + "propState": 101, + "pos": { + "x": 125990, + "y": 80471, + "z": 99694 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 59, + "instId": 300003, + "propState": 8, + "pos": { + "x": 127669, + "y": 80482, + "z": 114510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 59, + "instId": 300004, + "propState": 8, + "pos": { + "x": 124489, + "y": 80501, + "z": 114576 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 59, + "instId": 300005, + "propState": 8, + "pos": { + "x": 128128, + "y": 80482, + "z": 116540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 59, + "instId": 300006, + "propState": 8, + "pos": { + "x": 122990, + "y": 80472, + "z": 110370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 59, + "instId": 300007, + "propState": 8, + "pos": { + "x": 128990, + "y": 80482, + "z": 113311 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 59, + "instId": 300008, + "propState": 8, + "pos": { + "x": 122990, + "y": 80520, + "z": 113060 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 60, + "instId": 300001, + "propState": 8, + "pos": { + "x": 123830, + "y": 80472, + "z": 106554 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 60, + "instId": 300002, + "propState": 8, + "pos": { + "x": 123830, + "y": 80472, + "z": 106554 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 61, + "instId": 300001, + "propState": 8, + "pos": { + "x": 128565, + "y": 80472, + "z": 108271 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 62, + "instId": 300001, + "propState": 101, + "pos": { + "x": 96400, + "y": 65111, + "z": 116750 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 62, + "instId": 300002, + "propState": 8, + "pos": { + "x": 92490, + "y": 65105, + "z": 98003 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 62, + "instId": 300003, + "propState": 8, + "pos": { + "x": 101110, + "y": 65194, + "z": 101792 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 62, + "instId": 300004, + "propState": 8, + "pos": { + "x": 101040, + "y": 65194, + "z": 99910 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 62, + "instId": 300005, + "propState": 8, + "pos": { + "x": 92590, + "y": 65105, + "z": 100910 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 62, + "instId": 300006, + "propState": 8, + "pos": { + "x": 92570, + "y": 65105, + "z": 104120 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 62, + "instId": 300007, + "propState": 8, + "pos": { + "x": 101090, + "y": 65194, + "z": 97360 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 63, + "instId": 300001, + "propState": 8, + "pos": { + "x": 101183, + "y": 65105, + "z": 110961 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 63, + "instId": 300002, + "propState": 8, + "pos": { + "x": 101183, + "y": 65105, + "z": 110961 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 64, + "instId": 300001, + "propState": 8, + "pos": { + "x": 101330, + "y": 78661, + "z": 140550 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 65, + "instId": 300001, + "propState": 101, + "pos": { + "x": 90804, + "y": 78661, + "z": 138917 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 65, + "instId": 300003, + "propState": 8, + "pos": { + "x": 78692, + "y": 78661, + "z": 142398 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 65, + "instId": 300004, + "propState": 8, + "pos": { + "x": 76225, + "y": 78661, + "z": 137837 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 65, + "instId": 300005, + "propState": 8, + "pos": { + "x": 78268, + "y": 78661, + "z": 137903 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 65, + "instId": 300006, + "propState": 8, + "pos": { + "x": 79994, + "y": 78661, + "z": 137834 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 65, + "instId": 300007, + "propState": 8, + "pos": { + "x": 74910, + "y": 78661, + "z": 142402 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 65, + "instId": 300008, + "propState": 8, + "pos": { + "x": 76800, + "y": 78661, + "z": 142426 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 67, + "instId": 300001, + "propState": 8, + "pos": { + "x": 84702, + "y": 78661, + "z": 137989 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 67, + "instId": 300002, + "propState": 8, + "pos": { + "x": 84702, + "y": 78661, + "z": 137989 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 68, + "instId": 300001, + "propState": 101, + "pos": { + "x": 72561, + "y": 78661, + "z": 138696 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 68, + "instId": 300002, + "propState": 8, + "pos": { + "x": 78699, + "y": 78661, + "z": 137851 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 68, + "instId": 300003, + "propState": 8, + "pos": { + "x": 80354, + "y": 78661, + "z": 137837 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 68, + "instId": 300004, + "propState": 8, + "pos": { + "x": 82397, + "y": 78661, + "z": 141580 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 68, + "instId": 300005, + "propState": 8, + "pos": { + "x": 84123, + "y": 78661, + "z": 141511 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 68, + "instId": 300006, + "propState": 8, + "pos": { + "x": 85866, + "y": 78661, + "z": 137851 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 68, + "instId": 300007, + "propState": 8, + "pos": { + "x": 87650, + "y": 78661, + "z": 137879 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + } + ], + "monsters": [ + { + "groupId": 14, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 222740, + "y": 77016, + "z": 95920 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 23, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 185371, + "y": 82760, + "z": 134314 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 24, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 176820, + "y": 77017, + "z": 93010 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 25, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 174459, + "y": 82601, + "z": 121574 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 28, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 111540, + "y": 78661, + "z": 137750 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 29, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 120000, + "y": 78661, + "z": 138081 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 30, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 121560, + "y": 78661, + "z": 138320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 34, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 128990, + "y": 80482, + "z": 119190 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 38, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 122990, + "y": 80482, + "z": 109130 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 42, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 100540, + "y": 74172, + "z": 98520 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 49, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 95090, + "y": 65185, + "z": 98750 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 52, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 97880, + "y": 65194, + "z": 99710 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 53, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 222740, + "y": 77016, + "z": 95920 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 54, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 101090, + "y": 74173, + "z": 101502 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 55, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 95750, + "y": 74167, + "z": 101502 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 60, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 123830, + "y": 80472, + "z": 106554 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 61, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 123830, + "y": 80472, + "z": 108470 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 63, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 101183, + "y": 65105, + "z": 110961 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 67, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 84050, + "y": 78661, + "z": 142540 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 80203, + "props": [ + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": 186770, + "y": 33020, + "z": -148300 + }, + "rot": { + "x": 0, + "y": 340425, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 8, + "pos": { + "x": 173955, + "y": 28441, + "z": -124140 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 101, + "pos": { + "x": 182970, + "y": 28389, + "z": -121030 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 8, + "pos": { + "x": 188600, + "y": 28389, + "z": -125190 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 12, + "instId": 300003, + "propState": 8, + "pos": { + "x": 188600, + "y": 28389, + "z": -125190 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 8, + "pos": { + "x": 188600, + "y": 28389, + "z": -125190 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 8, + "pos": { + "x": 188600, + "y": 28389, + "z": -125190 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 14, + "instId": 300001, + "propState": 8, + "pos": { + "x": 129440, + "y": 46617, + "z": -38610 + }, + "rot": { + "x": 0, + "y": 351000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 14, + "instId": 300003, + "propState": 8, + "pos": { + "x": 127200, + "y": 46634, + "z": -5080 + }, + "rot": { + "x": 0, + "y": 347080, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 15, + "instId": 300001, + "propState": 101, + "pos": { + "x": 129110, + "y": 46641, + "z": -11950 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 16, + "instId": 300001, + "propState": 8, + "pos": { + "x": 134110, + "y": 46626, + "z": -23950 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 1, + "pos": { + "x": 126110, + "y": 46626, + "z": -23950 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 16, + "instId": 300003, + "propState": 8, + "pos": { + "x": 132363, + "y": 46626, + "z": -29061 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 16, + "instId": 300004, + "propState": 8, + "pos": { + "x": 133269, + "y": 46626, + "z": -29480 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 16, + "instId": 300005, + "propState": 8, + "pos": { + "x": 133194, + "y": 46626, + "z": -28508 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 8, + "pos": { + "x": 183220, + "y": 55166, + "z": -178990 + }, + "rot": { + "x": 0, + "y": 230000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 8, + "pos": { + "x": 158910, + "y": 57182, + "z": -175590 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 18, + "instId": 300001, + "propState": 101, + "pos": { + "x": 159490, + "y": 56150, + "z": -193380 + }, + "rot": { + "x": 0, + "y": 65000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 8, + "pos": { + "x": 166634, + "y": 55760, + "z": -184230 + }, + "rot": { + "x": 0, + "y": 245000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 18, + "instId": 300003, + "propState": 8, + "pos": { + "x": 166786, + "y": 55724, + "z": -183353 + }, + "rot": { + "x": 0, + "y": 245000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 19, + "instId": 300003, + "propState": 1, + "pos": { + "x": 171749, + "y": 55914, + "z": -194311 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 20, + "instId": 300001, + "propState": 8, + "pos": { + "x": 248027, + "y": 52561, + "z": -172553 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 21, + "instId": 300001, + "propState": 101, + "pos": { + "x": 271050, + "y": 52545, + "z": -147980 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 21, + "instId": 300003, + "propState": 8, + "pos": { + "x": 260255, + "y": 52544, + "z": -157915 + }, + "rot": { + "x": 0, + "y": 25341, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 21, + "instId": 300004, + "propState": 8, + "pos": { + "x": 265854, + "y": 52553, + "z": -159271 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 21, + "instId": 300005, + "propState": 8, + "pos": { + "x": 262560, + "y": 52545, + "z": -151730 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 21, + "instId": 300006, + "propState": 8, + "pos": { + "x": 260582, + "y": 52544, + "z": -157194 + }, + "rot": { + "x": 0, + "y": 25341, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 21, + "instId": 300007, + "propState": 8, + "pos": { + "x": 266406, + "y": 52556, + "z": -158719 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 21, + "instId": 300008, + "propState": 8, + "pos": { + "x": 263175, + "y": 52545, + "z": -151115 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 23, + "instId": 300001, + "propState": 8, + "pos": { + "x": 269704, + "y": 52606, + "z": -155118 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 8, + "pos": { + "x": 267583, + "y": 52545, + "z": -152997 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 24, + "instId": 300001, + "propState": 101, + "pos": { + "x": 262100, + "y": 52700, + "z": -163340 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 24, + "instId": 300002, + "propState": 8, + "pos": { + "x": 268453, + "y": 52545, + "z": -153690 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 24, + "instId": 300003, + "propState": 8, + "pos": { + "x": 268953, + "y": 52545, + "z": -152824 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 24, + "instId": 300004, + "propState": 8, + "pos": { + "x": 269569, + "y": 52546, + "z": -153757 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 24, + "instId": 300005, + "propState": 8, + "pos": { + "x": 260886, + "y": 52585, + "z": -152782 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 24, + "instId": 300006, + "propState": 8, + "pos": { + "x": 261502, + "y": 52552, + "z": -153715 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 24, + "instId": 300007, + "propState": 8, + "pos": { + "x": 262002, + "y": 52548, + "z": -152849 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 25, + "instId": 300001, + "propState": 101, + "pos": { + "x": 257150, + "y": 52685, + "z": -164480 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 26, + "instId": 300001, + "propState": 8, + "pos": { + "x": 262860, + "y": 52545, + "z": -162590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 26, + "instId": 300003, + "propState": 8, + "pos": { + "x": 262860, + "y": 52545, + "z": -162590 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 27, + "instId": 300001, + "propState": 8, + "pos": { + "x": 233810, + "y": 45287, + "z": -89700 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 27, + "instId": 300002, + "propState": 8, + "pos": { + "x": 208760, + "y": 46598, + "z": -62270 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 28, + "instId": 300001, + "propState": 101, + "pos": { + "x": 232610, + "y": 45265, + "z": -76480 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 28, + "instId": 300003, + "propState": 8, + "pos": { + "x": 242818, + "y": 45265, + "z": -60460 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 28, + "instId": 300004, + "propState": 8, + "pos": { + "x": 236122, + "y": 45265, + "z": -60058 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 28, + "instId": 300005, + "propState": 8, + "pos": { + "x": 239818, + "y": 45265, + "z": -65656 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 28, + "instId": 300006, + "propState": 8, + "pos": { + "x": 242398, + "y": 45265, + "z": -61188 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 28, + "instId": 300007, + "propState": 8, + "pos": { + "x": 235731, + "y": 45265, + "z": -60735 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 28, + "instId": 300008, + "propState": 8, + "pos": { + "x": 239383, + "y": 45265, + "z": -66410 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 30, + "instId": 300001, + "propState": 8, + "pos": { + "x": 157980, + "y": 32444, + "z": -99630 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 30, + "instId": 300002, + "propState": 8, + "pos": { + "x": 157980, + "y": 32444, + "z": -99630 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 31, + "instId": 300001, + "propState": 8, + "pos": { + "x": 231122, + "y": 45265, + "z": -68718 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 31, + "instId": 300002, + "propState": 8, + "pos": { + "x": 233720, + "y": 45265, + "z": -70218 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 32, + "instId": 300001, + "propState": 8, + "pos": { + "x": 237586, + "y": 45265, + "z": -70450 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 33, + "instId": 300001, + "propState": 101, + "pos": { + "x": 227350, + "y": 45266, + "z": -62806 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 33, + "instId": 300002, + "propState": 8, + "pos": { + "x": 239070, + "y": 45265, + "z": -67050 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 33, + "instId": 300003, + "propState": 8, + "pos": { + "x": 240036, + "y": 45265, + "z": -67309 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 33, + "instId": 300004, + "propState": 8, + "pos": { + "x": 239294, + "y": 45265, + "z": -68145 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 33, + "instId": 300005, + "propState": 8, + "pos": { + "x": 238044, + "y": 45265, + "z": -59530 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 33, + "instId": 300006, + "propState": 8, + "pos": { + "x": 237302, + "y": 45265, + "z": -60367 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 33, + "instId": 300007, + "propState": 8, + "pos": { + "x": 238268, + "y": 45265, + "z": -60626 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 34, + "instId": 300001, + "propState": 101, + "pos": { + "x": 224598, + "y": 45272, + "z": -64345 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 35, + "instId": 300001, + "propState": 8, + "pos": { + "x": 231170, + "y": 45265, + "z": -62000 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 35, + "instId": 300003, + "propState": 8, + "pos": { + "x": 231170, + "y": 45265, + "z": -62000 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 36, + "instId": 300001, + "propState": 8, + "pos": { + "x": 154134, + "y": 35373, + "z": -95728 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 36, + "instId": 300002, + "propState": 8, + "pos": { + "x": 154784, + "y": 30578, + "z": -110770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 37, + "instId": 300001, + "propState": 101, + "pos": { + "x": 163570, + "y": 32452, + "z": -104470 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 37, + "instId": 300003, + "propState": 8, + "pos": { + "x": 152110, + "y": 32441, + "z": -105360 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 37, + "instId": 300004, + "propState": 8, + "pos": { + "x": 147171, + "y": 32466, + "z": -106469 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 37, + "instId": 300005, + "propState": 8, + "pos": { + "x": 150170, + "y": 32396, + "z": -100470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 37, + "instId": 300006, + "propState": 8, + "pos": { + "x": 152950, + "y": 32424, + "z": -105360 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 37, + "instId": 300007, + "propState": 8, + "pos": { + "x": 147951, + "y": 32445, + "z": -106470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 37, + "instId": 300008, + "propState": 8, + "pos": { + "x": 151040, + "y": 32380, + "z": -100470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 39, + "instId": 300001, + "propState": 101, + "pos": { + "x": 140690, + "y": 32416, + "z": -105470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 39, + "instId": 300002, + "propState": 8, + "pos": { + "x": 156960, + "y": 32021, + "z": -105720 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 39, + "instId": 300003, + "propState": 8, + "pos": { + "x": 157960, + "y": 32111, + "z": -105720 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 39, + "instId": 300004, + "propState": 8, + "pos": { + "x": 157460, + "y": 31915, + "z": -106720 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 39, + "instId": 300005, + "propState": 8, + "pos": { + "x": 150690, + "y": 32410, + "z": -99470 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 39, + "instId": 300006, + "propState": 8, + "pos": { + "x": 150190, + "y": 32395, + "z": -100470 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 39, + "instId": 300007, + "propState": 8, + "pos": { + "x": 151190, + "y": 32378, + "z": -100470 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 40, + "instId": 300001, + "propState": 8, + "pos": { + "x": 101103, + "y": 58825, + "z": -85115 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 40, + "instId": 300002, + "propState": 8, + "pos": { + "x": 133330, + "y": 58923, + "z": -145030 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 41, + "instId": 300001, + "propState": 101, + "pos": { + "x": 129720, + "y": 59029, + "z": -134910 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 41, + "instId": 300003, + "propState": 8, + "pos": { + "x": 115440, + "y": 58985, + "z": -115590 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 41, + "instId": 300004, + "propState": 8, + "pos": { + "x": 105534, + "y": 58985, + "z": -100360 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 41, + "instId": 300005, + "propState": 8, + "pos": { + "x": 117090, + "y": 58985, + "z": -107230 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 41, + "instId": 300006, + "propState": 8, + "pos": { + "x": 115860, + "y": 58991, + "z": -116317 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 41, + "instId": 300007, + "propState": 8, + "pos": { + "x": 105924, + "y": 58985, + "z": -101036 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 41, + "instId": 300008, + "propState": 8, + "pos": { + "x": 117525, + "y": 58985, + "z": -107983 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 42, + "instId": 300001, + "propState": 8, + "pos": { + "x": 123290, + "y": 59029, + "z": -131120 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 42, + "instId": 300002, + "propState": 8, + "pos": { + "x": 125888, + "y": 59029, + "z": -129620 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 43, + "instId": 300001, + "propState": 8, + "pos": { + "x": 110760, + "y": 59008, + "z": -108890 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 44, + "instId": 300001, + "propState": 8, + "pos": { + "x": 122440, + "y": 59026, + "z": -117640 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 45, + "instId": 300003, + "propState": 8, + "pos": { + "x": 154784, + "y": 30578, + "z": -110770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 45, + "instId": 300004, + "propState": 8, + "pos": { + "x": 174069, + "y": 28390, + "z": -124140 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 45, + "instId": 300001, + "propState": 8, + "pos": { + "x": 128240, + "y": 28904, + "z": -112390 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 46, + "instId": 300001, + "propState": 101, + "pos": { + "x": 167010, + "y": 28488, + "z": -122750 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 46, + "instId": 300003, + "propState": 8, + "pos": { + "x": 147846, + "y": 28571, + "z": -118835 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 46, + "instId": 300004, + "propState": 8, + "pos": { + "x": 152090, + "y": 28390, + "z": -125610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 46, + "instId": 300005, + "propState": 8, + "pos": { + "x": 155280, + "y": 28819, + "z": -117750 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 46, + "instId": 300006, + "propState": 8, + "pos": { + "x": 148686, + "y": 28577, + "z": -118835 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 46, + "instId": 300007, + "propState": 8, + "pos": { + "x": 152871, + "y": 28389, + "z": -125610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 46, + "instId": 300008, + "propState": 8, + "pos": { + "x": 156150, + "y": 28809, + "z": -117750 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 47, + "instId": 300001, + "propState": 8, + "pos": { + "x": 159260, + "y": 28536, + "z": -126220 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 47, + "instId": 300002, + "propState": 8, + "pos": { + "x": 159260, + "y": 28536, + "z": -123220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 48, + "instId": 300001, + "propState": 8, + "pos": { + "x": 149650, + "y": 28431, + "z": -124620 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 49, + "instId": 300001, + "propState": 8, + "pos": { + "x": 159090, + "y": 28602, + "z": -119680 + }, + "rot": { + "x": 0, + "y": 240067, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 50, + "instId": 300001, + "propState": 8, + "pos": { + "x": 184079, + "y": 46348, + "z": -66070 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 50, + "instId": 300002, + "propState": 8, + "pos": { + "x": 141730, + "y": 46300, + "z": -71030 + }, + "rot": { + "x": 0, + "y": 80000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 51, + "instId": 300001, + "propState": 101, + "pos": { + "x": 157079, + "y": 46414, + "z": -67410 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 51, + "instId": 300002, + "propState": 8, + "pos": { + "x": 170293, + "y": 46444, + "z": -59760 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 51, + "instId": 300003, + "propState": 8, + "pos": { + "x": 171293, + "y": 46449, + "z": -59760 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 52, + "instId": 300003, + "propState": 1, + "pos": { + "x": 170770, + "y": 46425, + "z": -68680 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 53, + "instId": 300001, + "propState": 101, + "pos": { + "x": 255571, + "y": 52682, + "z": -166441 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 53, + "instId": 300002, + "propState": 8, + "pos": { + "x": 259490, + "y": 52572, + "z": -157150 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 53, + "instId": 300003, + "propState": 8, + "pos": { + "x": 265854, + "y": 52553, + "z": -159271 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 53, + "instId": 300004, + "propState": 8, + "pos": { + "x": 262170, + "y": 52545, + "z": -151350 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 53, + "instId": 300005, + "propState": 8, + "pos": { + "x": 259740, + "y": 52594, + "z": -156210 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 53, + "instId": 300006, + "propState": 8, + "pos": { + "x": 266406, + "y": 52556, + "z": -158719 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 53, + "instId": 300007, + "propState": 8, + "pos": { + "x": 262440, + "y": 52545, + "z": -150390 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 54, + "instId": 300001, + "propState": 8, + "pos": { + "x": 261042, + "y": 52745, + "z": -163686 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 54, + "instId": 300002, + "propState": 8, + "pos": { + "x": 261042, + "y": 52745, + "z": -163686 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 55, + "instId": 300001, + "propState": 8, + "pos": { + "x": 257819, + "y": 52745, + "z": -160968 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 56, + "instId": 300001, + "propState": 101, + "pos": { + "x": 241010, + "y": 45265, + "z": -52320 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 56, + "instId": 300002, + "propState": 8, + "pos": { + "x": 237290, + "y": 45265, + "z": -57263 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 56, + "instId": 300003, + "propState": 8, + "pos": { + "x": 241811, + "y": 45265, + "z": -63344 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 56, + "instId": 300004, + "propState": 8, + "pos": { + "x": 234545, + "y": 45265, + "z": -62617 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 56, + "instId": 300005, + "propState": 8, + "pos": { + "x": 236870, + "y": 45265, + "z": -57990 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 56, + "instId": 300006, + "propState": 8, + "pos": { + "x": 241420, + "y": 45265, + "z": -64020 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 56, + "instId": 300007, + "propState": 8, + "pos": { + "x": 234110, + "y": 45265, + "z": -63370 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 58, + "instId": 300001, + "propState": 8, + "pos": { + "x": 242065, + "y": 45265, + "z": -58906 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 58, + "instId": 300002, + "propState": 8, + "pos": { + "x": 242065, + "y": 45265, + "z": -58906 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 59, + "instId": 300001, + "propState": 101, + "pos": { + "x": 139570, + "y": 32427, + "z": -105030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 59, + "instId": 300002, + "propState": 8, + "pos": { + "x": 148520, + "y": 32428, + "z": -100470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 59, + "instId": 300003, + "propState": 8, + "pos": { + "x": 151521, + "y": 32466, + "z": -106469 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 59, + "instId": 300004, + "propState": 8, + "pos": { + "x": 154520, + "y": 32396, + "z": -100470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 59, + "instId": 300005, + "propState": 8, + "pos": { + "x": 149360, + "y": 32428, + "z": -100470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 59, + "instId": 300006, + "propState": 8, + "pos": { + "x": 152301, + "y": 32445, + "z": -106470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 59, + "instId": 300007, + "propState": 8, + "pos": { + "x": 155390, + "y": 32380, + "z": -100470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 61, + "instId": 300001, + "propState": 8, + "pos": { + "x": 143985, + "y": 32430, + "z": -100383 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 61, + "instId": 300002, + "propState": 8, + "pos": { + "x": 143985, + "y": 32430, + "z": -100383 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 63, + "instId": 300001, + "propState": 101, + "pos": { + "x": 252978, + "y": 45265, + "z": -60836 + }, + "rot": { + "x": 0, + "y": 269275, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 63, + "instId": 300002, + "propState": 20, + "pos": { + "x": 249140, + "y": 45265, + "z": -63350 + }, + "rot": { + "x": 0, + "y": 269275, + "z": 0 + }, + "propId": 60104 + }, + { + "groupId": 63, + "instId": 300003, + "propState": 20, + "pos": { + "x": 249140, + "y": 45265, + "z": -64744 + }, + "rot": { + "x": 0, + "y": 269275, + "z": 0 + }, + "propId": 60105 + }, + { + "groupId": 63, + "instId": 300004, + "propState": 20, + "pos": { + "x": 250650, + "y": 45265, + "z": -63994 + }, + "rot": { + "x": 0, + "y": 269275, + "z": 0 + }, + "propId": 60106 + }, + { + "groupId": 63, + "instId": 300007, + "propState": 8, + "pos": { + "x": 244570, + "y": 45265, + "z": -64070 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 63, + "instId": 300006, + "propState": 8, + "pos": { + "x": 220100, + "y": 45421, + "z": -62760 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 63, + "instId": 300005, + "propState": 8, + "pos": { + "x": 223326, + "y": 45273, + "z": -60660 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 913 + }, + { + "groupId": 63, + "instId": 300008, + "propState": 20, + "pos": { + "x": 218107, + "y": 45825, + "z": -63443 + }, + "rot": { + "x": 0, + "y": 279620, + "z": 0 + }, + "propId": 60105 + }, + { + "groupId": 64, + "instId": 300001, + "propState": 8, + "pos": { + "x": 239350, + "y": 45265, + "z": -64020 + }, + "rot": { + "x": 0, + "y": 359039, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 64, + "instId": 300002, + "propState": 8, + "pos": { + "x": 219250, + "y": 45481, + "z": -60500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 64, + "instId": 300003, + "propState": 8, + "pos": { + "x": 228820, + "y": 45265, + "z": -50400 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 64, + "instId": 300004, + "propState": 8, + "pos": { + "x": 250250, + "y": 45265, + "z": -72700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 67, + "instId": 300001, + "propState": 8, + "pos": { + "x": 129440, + "y": 46617, + "z": -38610 + }, + "rot": { + "x": 0, + "y": 351000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 67, + "instId": 300002, + "propState": 8, + "pos": { + "x": 141730, + "y": 46300, + "z": -71030 + }, + "rot": { + "x": 0, + "y": 80000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 68, + "instId": 300001, + "propState": 101, + "pos": { + "x": 127530, + "y": 46717, + "z": -78538 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 68, + "instId": 300003, + "propState": 8, + "pos": { + "x": 128530, + "y": 46570, + "z": -59538 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 68, + "instId": 300004, + "propState": 8, + "pos": { + "x": 122530, + "y": 46570, + "z": -62538 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 68, + "instId": 300005, + "propState": 8, + "pos": { + "x": 128530, + "y": 46570, + "z": -65538 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 68, + "instId": 300006, + "propState": 8, + "pos": { + "x": 128530, + "y": 46570, + "z": -60378 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 68, + "instId": 300007, + "propState": 8, + "pos": { + "x": 122530, + "y": 46570, + "z": -63319 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 68, + "instId": 300008, + "propState": 8, + "pos": { + "x": 128530, + "y": 46570, + "z": -66408 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 70, + "instId": 300001, + "propState": 8, + "pos": { + "x": 122530, + "y": 46570, + "z": -72538 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 70, + "instId": 300002, + "propState": 8, + "pos": { + "x": 125530, + "y": 46570, + "z": -72538 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 71, + "instId": 300001, + "propState": 101, + "pos": { + "x": 174762, + "y": 46349, + "z": -62440 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 71, + "instId": 300003, + "propState": 8, + "pos": { + "x": 155762, + "y": 46382, + "z": -61440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 71, + "instId": 300004, + "propState": 8, + "pos": { + "x": 158762, + "y": 46448, + "z": -67440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 71, + "instId": 300005, + "propState": 8, + "pos": { + "x": 161762, + "y": 46354, + "z": -61440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 71, + "instId": 300006, + "propState": 8, + "pos": { + "x": 156602, + "y": 46366, + "z": -61440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 71, + "instId": 300007, + "propState": 8, + "pos": { + "x": 159543, + "y": 46458, + "z": -67440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 71, + "instId": 300008, + "propState": 8, + "pos": { + "x": 162632, + "y": 46358, + "z": -61440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + } + ], + "monsters": [ + { + "groupId": 12, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 188600, + "y": 28389, + "z": -125190 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 13, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 188600, + "y": 28389, + "z": -125190 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 23, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 269704, + "y": 52545, + "z": -155118 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 26, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 262860, + "y": 52545, + "z": -162590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 30, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 157980, + "y": 32444, + "z": -99630 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 31, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 231122, + "y": 45265, + "z": -68718 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 32, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 232390, + "y": 45265, + "z": -67450 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 35, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 231170, + "y": 45265, + "z": -62000 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 42, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 123290, + "y": 59029, + "z": -131120 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 43, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 110760, + "y": 59008, + "z": -108890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 44, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 122440, + "y": 59026, + "z": -117640 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 47, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 159260, + "y": 28389, + "z": -126220 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 48, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 149650, + "y": 28431, + "z": -124620 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 49, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 159090, + "y": 28602, + "z": -119680 + }, + "rot": { + "x": 0, + "y": 240067, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 54, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 264655, + "y": 52556, + "z": -162194 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 55, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 261037, + "y": 52545, + "z": -156525 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 58, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 242065, + "y": 45265, + "z": -58906 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 61, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 143985, + "y": 32430, + "z": -100383 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 64, + "instId": 200002, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 64, + "instId": 200003, + "eventId": 81312013, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002059 + }, + { + "groupId": 64, + "instId": 200004, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 64, + "instId": 200005, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 64, + "instId": 200006, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 64, + "instId": 200007, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 64, + "instId": 200008, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 64, + "instId": 200009, + "eventId": 81312013, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002059 + }, + { + "groupId": 64, + "instId": 200010, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 64, + "instId": 200011, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 64, + "instId": 200012, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 64, + "instId": 200013, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 64, + "instId": 200014, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 64, + "instId": 200015, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 64, + "instId": 200016, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 64, + "instId": 200017, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 64, + "instId": 200018, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 64, + "instId": 200019, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 64, + "instId": 200020, + "eventId": 81312013, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002059 + }, + { + "groupId": 64, + "instId": 200021, + "eventId": 81312013, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002059 + }, + { + "groupId": 70, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 122530, + "y": 46570, + "z": -72538 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 80204, + "props": [ + { + "groupId": 11, + "instId": 300001, + "propState": 101, + "pos": { + "x": -36620, + "y": -79, + "z": 49296 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 8, + "pos": { + "x": -31726, + "y": 43, + "z": 35526 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 1, + "pos": { + "x": -38620, + "y": 131, + "z": 35990 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 12, + "instId": 300003, + "propState": 8, + "pos": { + "x": -32367, + "y": -41, + "z": 30879 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 12, + "instId": 300004, + "propState": 8, + "pos": { + "x": -31461, + "y": 8, + "z": 30460 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 12, + "instId": 300005, + "propState": 8, + "pos": { + "x": -31536, + "y": 17, + "z": 31432 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 13, + "instId": 300001, + "propState": 101, + "pos": { + "x": -31650, + "y": 5338, + "z": 52260 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 8, + "pos": { + "x": -42563, + "y": 5347, + "z": 51677 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 8, + "pos": { + "x": -44120, + "y": 5411, + "z": 58617 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 8, + "pos": { + "x": -42927, + "y": 5396, + "z": 50848 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 13, + "instId": 300005, + "propState": 8, + "pos": { + "x": -43100, + "y": 5362, + "z": 58620 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 13, + "instId": 300006, + "propState": 8, + "pos": { + "x": -39294, + "y": 5448, + "z": 59842 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 13, + "instId": 300007, + "propState": 8, + "pos": { + "x": -39927, + "y": 5430, + "z": 59163 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 15, + "instId": 300001, + "propState": 101, + "pos": { + "x": -65980, + "y": 5426, + "z": 74060 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 15, + "instId": 300002, + "propState": 8, + "pos": { + "x": -60129, + "y": 5565, + "z": 61843 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 15, + "instId": 300006, + "propState": 8, + "pos": { + "x": -65132, + "y": 5675, + "z": 63303 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 15, + "instId": 300003, + "propState": 8, + "pos": { + "x": -60130, + "y": 5491, + "z": 65900 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 15, + "instId": 300004, + "propState": 8, + "pos": { + "x": -60180, + "y": 5465, + "z": 67250 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 15, + "instId": 300005, + "propState": 8, + "pos": { + "x": -60129, + "y": 5555, + "z": 62953 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 15, + "instId": 300007, + "propState": 8, + "pos": { + "x": -65092, + "y": 5707, + "z": 62497 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 16, + "instId": 300001, + "propState": 8, + "pos": { + "x": -62430, + "y": 5402, + "z": 69130 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 8, + "pos": { + "x": -62430, + "y": 5402, + "z": 69130 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 8, + "pos": { + "x": -72609, + "y": 6221, + "z": 79150 + }, + "rot": { + "x": 0, + "y": 130000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 8, + "pos": { + "x": -58850, + "y": 5287, + "z": 53370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 20, + "instId": 300001, + "propState": 8, + "pos": { + "x": -22280, + "y": 2700, + "z": 49710 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 8, + "pos": { + "x": -58850, + "y": 5287, + "z": 53370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 21, + "instId": 300001, + "propState": 8, + "pos": { + "x": -22280, + "y": 2700, + "z": 49710 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 21, + "instId": 300002, + "propState": 8, + "pos": { + "x": -35260, + "y": -119, + "z": 17740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 22, + "instId": 300001, + "propState": 8, + "pos": { + "x": -67280, + "y": 1189, + "z": 119340 + }, + "rot": { + "x": 0, + "y": 269341, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 22, + "instId": 300003, + "propState": 8, + "pos": { + "x": -84301, + "y": 3710, + "z": 109391 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 23, + "instId": 300001, + "propState": 101, + "pos": { + "x": -71080, + "y": 1313, + "z": 121490 + }, + "rot": { + "x": 0, + "y": 220594, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 23, + "instId": 300003, + "propState": 8, + "pos": { + "x": -80150, + "y": 3611, + "z": 111350 + }, + "rot": { + "x": 0, + "y": 274828, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 23, + "instId": 300004, + "propState": 8, + "pos": { + "x": -82008, + "y": 3632, + "z": 111501 + }, + "rot": { + "x": 0, + "y": 274828, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 23, + "instId": 300005, + "propState": 8, + "pos": { + "x": -75754, + "y": 3654, + "z": 109246 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 23, + "instId": 300006, + "propState": 8, + "pos": { + "x": -75842, + "y": 3633, + "z": 111391 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 23, + "instId": 300007, + "propState": 8, + "pos": { + "x": -81008, + "y": 3604, + "z": 111440 + }, + "rot": { + "x": 0, + "y": 274828, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 23, + "instId": 300008, + "propState": 8, + "pos": { + "x": -75836, + "y": 3671, + "z": 110330 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 31, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34280, + "y": -2491, + "z": 98280 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 31, + "instId": 300002, + "propState": 8, + "pos": { + "x": -57580, + "y": -1537, + "z": 119260 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 32, + "instId": 300001, + "propState": 101, + "pos": { + "x": -36420, + "y": -2604, + "z": 121800 + }, + "rot": { + "x": 0, + "y": 222287, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 33, + "instId": 300001, + "propState": 8, + "pos": { + "x": -39260, + "y": -2597, + "z": 115120 + }, + "rot": { + "x": 0, + "y": 237287, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 33, + "instId": 300003, + "propState": 8, + "pos": { + "x": -39260, + "y": -2597, + "z": 115120 + }, + "rot": { + "x": 0, + "y": 237287, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 34, + "instId": 300001, + "propState": 8, + "pos": { + "x": -538, + "y": -127, + "z": 105350 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 34, + "instId": 300002, + "propState": 8, + "pos": { + "x": -15990, + "y": -205, + "z": 93770 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 34, + "instId": 300003, + "propState": 8, + "pos": { + "x": -8200, + "y": -2582, + "z": 131920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 35, + "instId": 300001, + "propState": 101, + "pos": { + "x": -6420, + "y": -166, + "z": 122413 + }, + "rot": { + "x": 0, + "y": 176035, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 35, + "instId": 300002, + "propState": 8, + "pos": { + "x": -8046, + "y": -191, + "z": 109698 + }, + "rot": { + "x": 0, + "y": 356035, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 35, + "instId": 300003, + "propState": 8, + "pos": { + "x": -3142, + "y": -22, + "z": 111182 + }, + "rot": { + "x": 0, + "y": 356035, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 35, + "instId": 300004, + "propState": 8, + "pos": { + "x": -2850, + "y": -65, + "z": 109140 + }, + "rot": { + "x": 0, + "y": 356035, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 35, + "instId": 300005, + "propState": 8, + "pos": { + "x": -8154, + "y": -191, + "z": 111056 + }, + "rot": { + "x": 0, + "y": 356035, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 35, + "instId": 300006, + "propState": 8, + "pos": { + "x": -3005, + "y": -11, + "z": 112301 + }, + "rot": { + "x": 0, + "y": 356035, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 35, + "instId": 300007, + "propState": 8, + "pos": { + "x": -2420, + "y": -77, + "z": 107840 + }, + "rot": { + "x": 0, + "y": 356035, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 36, + "instId": 300001, + "propState": 8, + "pos": { + "x": -4280, + "y": -191, + "z": 116870 + }, + "rot": { + "x": 0, + "y": 191035, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 36, + "instId": 300002, + "propState": 8, + "pos": { + "x": -4280, + "y": -191, + "z": 116870 + }, + "rot": { + "x": 0, + "y": 191035, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 37, + "instId": 300001, + "propState": 8, + "pos": { + "x": -7643, + "y": -191, + "z": 116948 + }, + "rot": { + "x": 0, + "y": 161035, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 38, + "instId": 300001, + "propState": 8, + "pos": { + "x": -12250, + "y": 905, + "z": 155640 + }, + "rot": { + "x": 0, + "y": 161000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 38, + "instId": 300002, + "propState": 8, + "pos": { + "x": -8200, + "y": -2582, + "z": 131920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 38, + "instId": 300003, + "propState": 8, + "pos": { + "x": 11650, + "y": -2581, + "z": 152560 + }, + "rot": { + "x": 0, + "y": 250000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 39, + "instId": 300001, + "propState": 101, + "pos": { + "x": -28240, + "y": -2478, + "z": 125940 + }, + "rot": { + "x": 0, + "y": 30694, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 39, + "instId": 300002, + "propState": 8, + "pos": { + "x": -26711, + "y": -2586, + "z": 138455 + }, + "rot": { + "x": 0, + "y": 217557, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 39, + "instId": 300003, + "propState": 8, + "pos": { + "x": -15250, + "y": -2335, + "z": 137070 + }, + "rot": { + "x": 0, + "y": 217557, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 39, + "instId": 300004, + "propState": 8, + "pos": { + "x": -11010, + "y": -2548, + "z": 148230 + }, + "rot": { + "x": 0, + "y": 217557, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 39, + "instId": 300005, + "propState": 8, + "pos": { + "x": -25810, + "y": -2536, + "z": 139510 + }, + "rot": { + "x": 0, + "y": 217557, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 39, + "instId": 300006, + "propState": 8, + "pos": { + "x": -14180, + "y": -2401, + "z": 136970 + }, + "rot": { + "x": 0, + "y": 217557, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 39, + "instId": 300007, + "propState": 8, + "pos": { + "x": -11800, + "y": -2567, + "z": 147430 + }, + "rot": { + "x": 0, + "y": 217557, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 40, + "instId": 300001, + "propState": 8, + "pos": { + "x": -27520, + "y": -2677, + "z": 132150 + }, + "rot": { + "x": 0, + "y": 42907, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 40, + "instId": 300002, + "propState": 8, + "pos": { + "x": -25832, + "y": -2677, + "z": 131191 + }, + "rot": { + "x": 0, + "y": 37557, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 41, + "instId": 300001, + "propState": 8, + "pos": { + "x": -13500, + "y": -2495, + "z": 144060 + }, + "rot": { + "x": 0, + "y": 90923, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 42, + "instId": 300001, + "propState": 8, + "pos": { + "x": -11580, + "y": -2622, + "z": 140640 + }, + "rot": { + "x": 0, + "y": 75679, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 43, + "instId": 300001, + "propState": 8, + "pos": { + "x": -24200, + "y": 4314, + "z": 169280 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 43, + "instId": 300002, + "propState": 8, + "pos": { + "x": -12250, + "y": 905, + "z": 155640 + }, + "rot": { + "x": 0, + "y": 161000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 44, + "instId": 300001, + "propState": 101, + "pos": { + "x": -23680, + "y": 1091, + "z": 156350 + }, + "rot": { + "x": 0, + "y": 56560, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 44, + "instId": 300002, + "propState": 8, + "pos": { + "x": -9476, + "y": 1131, + "z": 158857 + }, + "rot": { + "x": 0, + "y": 236561, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 44, + "instId": 300003, + "propState": 8, + "pos": { + "x": -10341, + "y": 1128, + "z": 158698 + }, + "rot": { + "x": 0, + "y": 236561, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 44, + "instId": 300004, + "propState": 8, + "pos": { + "x": -18220, + "y": 1113, + "z": 165320 + }, + "rot": { + "x": 0, + "y": 236561, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 44, + "instId": 300005, + "propState": 8, + "pos": { + "x": -10090, + "y": 1088, + "z": 159390 + }, + "rot": { + "x": 0, + "y": 236561, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 44, + "instId": 300006, + "propState": 8, + "pos": { + "x": -19240, + "y": 1198, + "z": 165040 + }, + "rot": { + "x": 0, + "y": 236561, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 44, + "instId": 300007, + "propState": 8, + "pos": { + "x": -18500, + "y": 1097, + "z": 164310 + }, + "rot": { + "x": 0, + "y": 236561, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 46, + "instId": 300001, + "propState": 8, + "pos": { + "x": -65720, + "y": 13470, + "z": 159740 + }, + "rot": { + "x": 0, + "y": 39604, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 47, + "instId": 300001, + "propState": 101, + "pos": { + "x": -89690, + "y": 1314, + "z": 131520 + }, + "rot": { + "x": 0, + "y": 308998, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 47, + "instId": 300002, + "propState": 8, + "pos": { + "x": -97040, + "y": 1403, + "z": 142240 + }, + "rot": { + "x": 0, + "y": 116704, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 47, + "instId": 300003, + "propState": 8, + "pos": { + "x": -96800, + "y": 1403, + "z": 141280 + }, + "rot": { + "x": 0, + "y": 116704, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 47, + "instId": 300004, + "propState": 8, + "pos": { + "x": -96148, + "y": 1403, + "z": 141999 + }, + "rot": { + "x": 0, + "y": 116704, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 47, + "instId": 300005, + "propState": 8, + "pos": { + "x": -73230, + "y": 8220, + "z": 147290 + }, + "rot": { + "x": 0, + "y": 116704, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 47, + "instId": 300006, + "propState": 8, + "pos": { + "x": -74202, + "y": 8290, + "z": 146596 + }, + "rot": { + "x": 0, + "y": 116704, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 47, + "instId": 300007, + "propState": 8, + "pos": { + "x": -73445, + "y": 8252, + "z": 146311 + }, + "rot": { + "x": 0, + "y": 116704, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 48, + "instId": 300001, + "propState": 8, + "pos": { + "x": -95773, + "y": 1397, + "z": 134092 + }, + "rot": { + "x": 0, + "y": 26703, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 48, + "instId": 300002, + "propState": 8, + "pos": { + "x": -95773, + "y": 1397, + "z": 134092 + }, + "rot": { + "x": 0, + "y": 26703, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 49, + "instId": 300001, + "propState": 8, + "pos": { + "x": -76414, + "y": 8220, + "z": 146354 + }, + "rot": { + "x": 0, + "y": 329969, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 50, + "instId": 300001, + "propState": 8, + "pos": { + "x": -87034, + "y": 4402, + "z": 144993 + }, + "rot": { + "x": 0, + "y": 145939, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 51, + "instId": 300001, + "propState": 8, + "pos": { + "x": -44840, + "y": 13470, + "z": 151000 + }, + "rot": { + "x": 0, + "y": 248161, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 51, + "instId": 300002, + "propState": 8, + "pos": { + "x": -65720, + "y": 13470, + "z": 159740 + }, + "rot": { + "x": 0, + "y": 39604, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 52, + "instId": 300001, + "propState": 101, + "pos": { + "x": -54941, + "y": 13470, + "z": 153668 + }, + "rot": { + "x": 0, + "y": 40639, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 52, + "instId": 300002, + "propState": 8, + "pos": { + "x": -51918, + "y": 13470, + "z": 166592 + }, + "rot": { + "x": 0, + "y": 261526, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 52, + "instId": 300003, + "propState": 8, + "pos": { + "x": -50794, + "y": 13470, + "z": 166517 + }, + "rot": { + "x": 0, + "y": 261526, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 52, + "instId": 300004, + "propState": 8, + "pos": { + "x": -40680, + "y": 13470, + "z": 168970 + }, + "rot": { + "x": 0, + "y": 220639, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 52, + "instId": 300005, + "propState": 8, + "pos": { + "x": -41520, + "y": 13470, + "z": 169220 + }, + "rot": { + "x": 0, + "y": 220639, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 52, + "instId": 300006, + "propState": 8, + "pos": { + "x": -51605, + "y": 13470, + "z": 165792 + }, + "rot": { + "x": 0, + "y": 261526, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 52, + "instId": 300007, + "propState": 8, + "pos": { + "x": -41189, + "y": 13470, + "z": 168377 + }, + "rot": { + "x": 0, + "y": 220639, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 53, + "instId": 300001, + "propState": 8, + "pos": { + "x": -53310, + "y": 13468, + "z": 162175 + }, + "rot": { + "x": 0, + "y": 55639, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 53, + "instId": 300002, + "propState": 8, + "pos": { + "x": -53310, + "y": 13468, + "z": 162175 + }, + "rot": { + "x": 0, + "y": 55639, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 54, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34230, + "y": -2487, + "z": 98280 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 54, + "instId": 300002, + "propState": 8, + "pos": { + "x": -27809, + "y": -2546, + "z": 93243 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 55, + "instId": 300001, + "propState": 101, + "pos": { + "x": -35982, + "y": -174, + "z": 68699 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 55, + "instId": 300002, + "propState": 8, + "pos": { + "x": -39330, + "y": -1355, + "z": 79660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 55, + "instId": 300003, + "propState": 8, + "pos": { + "x": -39330, + "y": -1532, + "z": 80614 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 56, + "instId": 300001, + "propState": 1, + "pos": { + "x": -31170, + "y": -1508, + "z": 80190 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 57, + "instId": 300002, + "propState": 8, + "pos": { + "x": -39260, + "y": -2597, + "z": 115120 + }, + "rot": { + "x": 0, + "y": 237287, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 57, + "instId": 300003, + "propState": 8, + "pos": { + "x": -39137, + "y": -2596, + "z": 115152 + }, + "rot": { + "x": 0, + "y": 57313, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 58, + "instId": 300001, + "propState": 101, + "pos": { + "x": -31840, + "y": 5324, + "z": 52400 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 59, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34950, + "y": 5307, + "z": 55470 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 59, + "instId": 300003, + "propState": 8, + "pos": { + "x": -34950, + "y": 5307, + "z": 55470 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 60, + "instId": 300001, + "propState": 101, + "pos": { + "x": -6399, + "y": 1053, + "z": 165965 + }, + "rot": { + "x": 0, + "y": 260095, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 61, + "instId": 300001, + "propState": 8, + "pos": { + "x": -8820, + "y": 948, + "z": 169000 + }, + "rot": { + "x": 0, + "y": 236737, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 61, + "instId": 300003, + "propState": 8, + "pos": { + "x": -8820, + "y": 948, + "z": 169000 + }, + "rot": { + "x": 0, + "y": 41737, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 62, + "instId": 300001, + "propState": 101, + "pos": { + "x": -22220, + "y": 1027, + "z": 156580 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 62, + "instId": 300002, + "propState": 8, + "pos": { + "x": -16654, + "y": 1010, + "z": 164762 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 62, + "instId": 300003, + "propState": 8, + "pos": { + "x": -15688, + "y": 998, + "z": 165021 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 63, + "instId": 300001, + "propState": 1, + "pos": { + "x": -10822, + "y": 1078, + "z": 157851 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 64, + "instId": 300001, + "propState": 101, + "pos": { + "x": -35030, + "y": -140, + "z": 69290 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 64, + "instId": 300002, + "propState": 8, + "pos": { + "x": -32030, + "y": -1417, + "z": 79480 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 64, + "instId": 300003, + "propState": 8, + "pos": { + "x": -32030, + "y": -1551, + "z": 80480 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 64, + "instId": 300004, + "propState": 8, + "pos": { + "x": -31030, + "y": -1474, + "z": 79980 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 64, + "instId": 300005, + "propState": 8, + "pos": { + "x": -31740, + "y": -1895, + "z": 82880 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 64, + "instId": 300006, + "propState": 8, + "pos": { + "x": -30740, + "y": -1763, + "z": 82380 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 64, + "instId": 300007, + "propState": 8, + "pos": { + "x": -30740, + "y": -1911, + "z": 83380 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 65, + "instId": 300001, + "propState": 101, + "pos": { + "x": -60650, + "y": 5351, + "z": 53340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 65, + "instId": 300002, + "propState": 8, + "pos": { + "x": -65170, + "y": 5696, + "z": 66880 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 65, + "instId": 300003, + "propState": 8, + "pos": { + "x": -62500, + "y": 5516, + "z": 72130 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 65, + "instId": 300004, + "propState": 8, + "pos": { + "x": -60070, + "y": 5468, + "z": 67020 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 65, + "instId": 300005, + "propState": 8, + "pos": { + "x": -60120, + "y": 5481, + "z": 68370 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 65, + "instId": 300006, + "propState": 8, + "pos": { + "x": -65170, + "y": 5688, + "z": 67990 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 65, + "instId": 300007, + "propState": 8, + "pos": { + "x": -63340, + "y": 5517, + "z": 73140 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 67, + "instId": 300001, + "propState": 8, + "pos": { + "x": -63610, + "y": 5589, + "z": 61081 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 67, + "instId": 300002, + "propState": 8, + "pos": { + "x": -63610, + "y": 5589, + "z": 61081 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 68, + "instId": 300001, + "propState": 8, + "pos": { + "x": -59871, + "y": 5589, + "z": 61256 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 69, + "instId": 300001, + "propState": 8, + "pos": { + "x": -74880, + "y": 1246, + "z": 119700 + }, + "rot": { + "x": 0, + "y": 202990, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 69, + "instId": 300002, + "propState": 8, + "pos": { + "x": -74880, + "y": 1246, + "z": 119700 + }, + "rot": { + "x": 0, + "y": 202990, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 70, + "instId": 300001, + "propState": 101, + "pos": { + "x": -10680, + "y": -183, + "z": 97980 + }, + "rot": { + "x": 0, + "y": 31175, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 70, + "instId": 300002, + "propState": 8, + "pos": { + "x": -8490, + "y": -28, + "z": 114200 + }, + "rot": { + "x": 0, + "y": 356035, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 70, + "instId": 300003, + "propState": 8, + "pos": { + "x": -3142, + "y": -22, + "z": 111182 + }, + "rot": { + "x": 0, + "y": 356035, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 70, + "instId": 300004, + "propState": 8, + "pos": { + "x": -3390, + "y": -164, + "z": 115370 + }, + "rot": { + "x": 0, + "y": 356035, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 70, + "instId": 300005, + "propState": 8, + "pos": { + "x": -8598, + "y": -42, + "z": 115558 + }, + "rot": { + "x": 0, + "y": 356035, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 70, + "instId": 300006, + "propState": 8, + "pos": { + "x": -3005, + "y": -11, + "z": 112301 + }, + "rot": { + "x": 0, + "y": 356035, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 70, + "instId": 300007, + "propState": 8, + "pos": { + "x": -2960, + "y": -54, + "z": 114070 + }, + "rot": { + "x": 0, + "y": 356035, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 72, + "instId": 300001, + "propState": 8, + "pos": { + "x": -4410, + "y": -157, + "z": 106060 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 72, + "instId": 300002, + "propState": 8, + "pos": { + "x": -4410, + "y": -157, + "z": 106060 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 73, + "instId": 300001, + "propState": 101, + "pos": { + "x": -32753, + "y": 13470, + "z": 172171 + }, + "rot": { + "x": 0, + "y": 227856, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 73, + "instId": 300002, + "propState": 8, + "pos": { + "x": -46610, + "y": 13470, + "z": 164300 + }, + "rot": { + "x": 0, + "y": 227856, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 73, + "instId": 300003, + "propState": 8, + "pos": { + "x": -45633, + "y": 13470, + "z": 164861 + }, + "rot": { + "x": 0, + "y": 227856, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 73, + "instId": 300004, + "propState": 8, + "pos": { + "x": -42060, + "y": 13470, + "z": 156970 + }, + "rot": { + "x": 0, + "y": 227856, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 73, + "instId": 300005, + "propState": 8, + "pos": { + "x": -42862, + "y": 13470, + "z": 157324 + }, + "rot": { + "x": 0, + "y": 227856, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 73, + "instId": 300006, + "propState": 8, + "pos": { + "x": -45906, + "y": 13470, + "z": 163808 + }, + "rot": { + "x": 0, + "y": 227856, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 73, + "instId": 300007, + "propState": 8, + "pos": { + "x": -42639, + "y": 13470, + "z": 156446 + }, + "rot": { + "x": 0, + "y": 227856, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 74, + "instId": 300001, + "propState": 101, + "pos": { + "x": -38470, + "y": 13470, + "z": 175600 + }, + "rot": { + "x": 0, + "y": 220639, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 74, + "instId": 300002, + "propState": 8, + "pos": { + "x": -51300, + "y": 13470, + "z": 166110 + }, + "rot": { + "x": 0, + "y": 220639, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 74, + "instId": 300003, + "propState": 8, + "pos": { + "x": -50401, + "y": 13470, + "z": 166789 + }, + "rot": { + "x": 0, + "y": 220639, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 74, + "instId": 300004, + "propState": 8, + "pos": { + "x": -40680, + "y": 13470, + "z": 168970 + }, + "rot": { + "x": 0, + "y": 220639, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 74, + "instId": 300005, + "propState": 8, + "pos": { + "x": -41520, + "y": 13470, + "z": 169220 + }, + "rot": { + "x": 0, + "y": 220639, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 74, + "instId": 300006, + "propState": 8, + "pos": { + "x": -50540, + "y": 13470, + "z": 165710 + }, + "rot": { + "x": 0, + "y": 220639, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 74, + "instId": 300007, + "propState": 8, + "pos": { + "x": -41189, + "y": 13470, + "z": 168377 + }, + "rot": { + "x": 0, + "y": 220639, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 75, + "instId": 300001, + "propState": 8, + "pos": { + "x": -35650, + "y": 5327, + "z": 58350 + }, + "rot": { + "x": 0, + "y": 254000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 75, + "instId": 300002, + "propState": 8, + "pos": { + "x": -35650, + "y": 5327, + "z": 58350 + }, + "rot": { + "x": 0, + "y": 254000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 76, + "instId": 300001, + "propState": 101, + "pos": { + "x": -23680, + "y": 1091, + "z": 156350 + }, + "rot": { + "x": 0, + "y": 56560, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 76, + "instId": 300002, + "propState": 8, + "pos": { + "x": -18010, + "y": 1100, + "z": 155430 + }, + "rot": { + "x": 0, + "y": 254569, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 76, + "instId": 300003, + "propState": 8, + "pos": { + "x": -19008, + "y": 1074, + "z": 155511 + }, + "rot": { + "x": 0, + "y": 254569, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 76, + "instId": 300004, + "propState": 8, + "pos": { + "x": -18220, + "y": 1113, + "z": 165320 + }, + "rot": { + "x": 0, + "y": 236561, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 76, + "instId": 300005, + "propState": 8, + "pos": { + "x": -18120, + "y": 1040, + "z": 156516 + }, + "rot": { + "x": 0, + "y": 254569, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 76, + "instId": 300006, + "propState": 8, + "pos": { + "x": -19240, + "y": 1198, + "z": 165040 + }, + "rot": { + "x": 0, + "y": 236561, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 76, + "instId": 300007, + "propState": 8, + "pos": { + "x": -18500, + "y": 1097, + "z": 164310 + }, + "rot": { + "x": 0, + "y": 236561, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 79, + "instId": 300001, + "propState": 8, + "pos": { + "x": -36456, + "y": 13470, + "z": 166491 + }, + "rot": { + "x": 0, + "y": 242856, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 79, + "instId": 300002, + "propState": 8, + "pos": { + "x": -38469, + "y": 13470, + "z": 168715 + }, + "rot": { + "x": 0, + "y": 227856, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 80, + "instId": 300001, + "propState": 8, + "pos": { + "x": -38354, + "y": 13470, + "z": 162701 + }, + "rot": { + "x": 0, + "y": 7216, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 81, + "instId": 300001, + "propState": 8, + "pos": { + "x": 2480, + "y": -131, + "z": 94390 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 81, + "instId": 300002, + "propState": 8, + "pos": { + "x": -6384, + "y": 1805, + "z": 66652 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 82, + "instId": 300001, + "propState": 101, + "pos": { + "x": 3860, + "y": 1859, + "z": 68580 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 82, + "instId": 300003, + "propState": 8, + "pos": { + "x": 4760, + "y": 1974, + "z": 84390 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 82, + "instId": 300004, + "propState": 8, + "pos": { + "x": 290, + "y": 1992, + "z": 81390 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 82, + "instId": 300005, + "propState": 8, + "pos": { + "x": 4760, + "y": 1942, + "z": 78390 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 82, + "instId": 300006, + "propState": 8, + "pos": { + "x": 4760, + "y": 1962, + "z": 83550 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 82, + "instId": 300007, + "propState": 8, + "pos": { + "x": 290, + "y": 1982, + "z": 80609 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 82, + "instId": 300008, + "propState": 8, + "pos": { + "x": 4760, + "y": 1959, + "z": 77520 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 84, + "instId": 300001, + "propState": 8, + "pos": { + "x": -520, + "y": 1763, + "z": 71390 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 84, + "instId": 300002, + "propState": 8, + "pos": { + "x": 2480, + "y": 1736, + "z": 71390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 88, + "instId": 300001, + "propState": 101, + "pos": { + "x": -36790, + "y": -2616, + "z": 93151 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 88, + "instId": 300003, + "propState": 8, + "pos": { + "x": -37790, + "y": -613, + "z": 74151 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 88, + "instId": 300004, + "propState": 8, + "pos": { + "x": -31790, + "y": -1074, + "z": 77151 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 88, + "instId": 300005, + "propState": 8, + "pos": { + "x": -37790, + "y": -1493, + "z": 80151 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 88, + "instId": 300006, + "propState": 8, + "pos": { + "x": -37790, + "y": -727, + "z": 74991 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 88, + "instId": 300007, + "propState": 8, + "pos": { + "x": -31790, + "y": -1198, + "z": 77932 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 88, + "instId": 300008, + "propState": 8, + "pos": { + "x": -37790, + "y": -1643, + "z": 81021 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 89, + "instId": 300001, + "propState": 8, + "pos": { + "x": -31790, + "y": -2505, + "z": 87151 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 89, + "instId": 300002, + "propState": 8, + "pos": { + "x": -34790, + "y": -2553, + "z": 87151 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 90, + "instId": 300001, + "propState": 8, + "pos": { + "x": -37790, + "y": -2288, + "z": 85030 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 100 + } + ], + "monsters": [ + { + "groupId": 16, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -62430, + "y": 5402, + "z": 69130 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 33, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -39260, + "y": -2597, + "z": 115120 + }, + "rot": { + "x": 0, + "y": 237287, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 36, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -4280, + "y": -191, + "z": 116870 + }, + "rot": { + "x": 0, + "y": 191035, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 37, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -7643, + "y": -191, + "z": 116948 + }, + "rot": { + "x": 0, + "y": 161035, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 40, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -27520, + "y": -2677, + "z": 132150 + }, + "rot": { + "x": 0, + "y": 42907, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 41, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -13500, + "y": -2495, + "z": 144060 + }, + "rot": { + "x": 0, + "y": 90923, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 42, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -11360, + "y": -2449, + "z": 144030 + }, + "rot": { + "x": 0, + "y": 90923, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 48, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -95773, + "y": 1397, + "z": 134092 + }, + "rot": { + "x": 0, + "y": 26703, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 49, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -76414, + "y": 8220, + "z": 146354 + }, + "rot": { + "x": 0, + "y": 329969, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 50, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -87034, + "y": 4402, + "z": 144993 + }, + "rot": { + "x": 0, + "y": 145939, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 53, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -53310, + "y": 13468, + "z": 162175 + }, + "rot": { + "x": 0, + "y": 55639, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 57, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -39260, + "y": -2597, + "z": 115120 + }, + "rot": { + "x": 0, + "y": 237287, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 59, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -34950, + "y": 5307, + "z": 55470 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 61, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -8820, + "y": 948, + "z": 169000 + }, + "rot": { + "x": 0, + "y": 236737, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 67, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -63610, + "y": 5589, + "z": 61081 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 68, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -59871, + "y": 5589, + "z": 61256 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 69, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -74880, + "y": 1246, + "z": 119700 + }, + "rot": { + "x": 0, + "y": 202990, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 72, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -4410, + "y": -157, + "z": 106060 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 75, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -35650, + "y": 5327, + "z": 58350 + }, + "rot": { + "x": 0, + "y": 254000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 79, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -36456, + "y": 13470, + "z": 166491 + }, + "rot": { + "x": 0, + "y": 242856, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 80, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -38354, + "y": 13470, + "z": 162701 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 84, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -520, + "y": 1763, + "z": 71390 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 89, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -31790, + "y": -2505, + "z": 87151 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 90, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -31790, + "y": -2244, + "z": 85030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 80205, + "props": [ + { + "groupId": 12, + "instId": 300001, + "propState": 101, + "pos": { + "x": 115171, + "y": 2014, + "z": -96019 + }, + "rot": { + "x": 0, + "y": 269460, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 12, + "instId": 300003, + "propState": 8, + "pos": { + "x": 96470, + "y": 2072, + "z": -90170 + }, + "rot": { + "x": 0, + "y": 89460, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 12, + "instId": 300004, + "propState": 8, + "pos": { + "x": 104953, + "y": 2072, + "z": -96865 + }, + "rot": { + "x": 0, + "y": 89460, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 12, + "instId": 300005, + "propState": 8, + "pos": { + "x": 104580, + "y": 2072, + "z": -90890 + }, + "rot": { + "x": 0, + "y": 89460, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 12, + "instId": 300006, + "propState": 8, + "pos": { + "x": 97360, + "y": 2072, + "z": -89670 + }, + "rot": { + "x": 0, + "y": 89460, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 12, + "instId": 300007, + "propState": 8, + "pos": { + "x": 105430, + "y": 2072, + "z": -97810 + }, + "rot": { + "x": 0, + "y": 89460, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 12, + "instId": 300008, + "propState": 8, + "pos": { + "x": 105698, + "y": 2072, + "z": -91274 + }, + "rot": { + "x": 0, + "y": 89460, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 14, + "instId": 300001, + "propState": 8, + "pos": { + "x": 86160, + "y": 2072, + "z": -94137 + }, + "rot": { + "x": 0, + "y": 89460, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 15, + "instId": 300001, + "propState": 8, + "pos": { + "x": 106830, + "y": 2014, + "z": -93430 + }, + "rot": { + "x": 0, + "y": 237774, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 15, + "instId": 300003, + "propState": 8, + "pos": { + "x": 106830, + "y": 2014, + "z": -93430 + }, + "rot": { + "x": 0, + "y": 42774, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 101, + "pos": { + "x": 113160, + "y": 2014, + "z": -91882 + }, + "rot": { + "x": 0, + "y": 269460, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 8, + "pos": { + "x": 103631, + "y": 2014, + "z": -90972 + }, + "rot": { + "x": 0, + "y": 89460, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 17, + "instId": 300003, + "propState": 8, + "pos": { + "x": 102631, + "y": 2014, + "z": -90982 + }, + "rot": { + "x": 0, + "y": 89460, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 17, + "instId": 300004, + "propState": 8, + "pos": { + "x": 103122, + "y": 2014, + "z": -89977 + }, + "rot": { + "x": 0, + "y": 89460, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 17, + "instId": 300005, + "propState": 8, + "pos": { + "x": 99720, + "y": 2014, + "z": -97976 + }, + "rot": { + "x": 0, + "y": 89460, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 17, + "instId": 300006, + "propState": 8, + "pos": { + "x": 100211, + "y": 2014, + "z": -96972 + }, + "rot": { + "x": 0, + "y": 89460, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 17, + "instId": 300007, + "propState": 8, + "pos": { + "x": 99211, + "y": 2014, + "z": -96981 + }, + "rot": { + "x": 0, + "y": 89460, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 18, + "instId": 300001, + "propState": 8, + "pos": { + "x": -13630, + "y": -930, + "z": -166822 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 8, + "pos": { + "x": -14430, + "y": 1007, + "z": -183140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 18, + "instId": 300003, + "propState": 8, + "pos": { + "x": 16040, + "y": 1007, + "z": -187690 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 18, + "instId": 300004, + "propState": 8, + "pos": { + "x": 14470, + "y": 1007, + "z": -172830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 18, + "instId": 300005, + "propState": 8, + "pos": { + "x": 26981, + "y": 1007, + "z": -168500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 19, + "instId": 300001, + "propState": 101, + "pos": { + "x": -8360, + "y": 1007, + "z": -179500 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 19, + "instId": 300003, + "propState": 8, + "pos": { + "x": 10888, + "y": 1007, + "z": -183131 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 19, + "instId": 300004, + "propState": 8, + "pos": { + "x": 8930, + "y": 1007, + "z": -173612 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 19, + "instId": 300005, + "propState": 8, + "pos": { + "x": 5824, + "y": 1007, + "z": -181744 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 19, + "instId": 300006, + "propState": 8, + "pos": { + "x": 10471, + "y": 1007, + "z": -182299 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 19, + "instId": 300007, + "propState": 8, + "pos": { + "x": 9684, + "y": 1007, + "z": -173575 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 19, + "instId": 300008, + "propState": 8, + "pos": { + "x": 5754, + "y": 1007, + "z": -180944 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 21, + "instId": 300001, + "propState": 8, + "pos": { + "x": -3530, + "y": 1007, + "z": -175460 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300002, + "propState": 8, + "pos": { + "x": -3530, + "y": 1007, + "z": -175460 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 22, + "instId": 300001, + "propState": 8, + "pos": { + "x": -1230, + "y": 1007, + "z": -179780 + }, + "rot": { + "x": 0, + "y": 57480, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 23, + "instId": 300001, + "propState": 8, + "pos": { + "x": 1190, + "y": 1007, + "z": -176940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 23, + "instId": 300003, + "propState": 8, + "pos": { + "x": 1190, + "y": 1007, + "z": -176940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 24, + "instId": 300001, + "propState": 101, + "pos": { + "x": -2600, + "y": 1007, + "z": -175500 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 24, + "instId": 300002, + "propState": 8, + "pos": { + "x": 5740, + "y": 1007, + "z": -179720 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 24, + "instId": 300003, + "propState": 8, + "pos": { + "x": 6740, + "y": 1007, + "z": -179720 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 24, + "instId": 300004, + "propState": 8, + "pos": { + "x": 6240, + "y": 1007, + "z": -180720 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 24, + "instId": 300005, + "propState": 8, + "pos": { + "x": 10830, + "y": 1007, + "z": -174540 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 24, + "instId": 300006, + "propState": 8, + "pos": { + "x": 10330, + "y": 1007, + "z": -175540 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 24, + "instId": 300007, + "propState": 8, + "pos": { + "x": 11330, + "y": 1007, + "z": -175540 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 26, + "instId": 300001, + "propState": 101, + "pos": { + "x": 19220, + "y": 1007, + "z": -179290 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 26, + "instId": 300003, + "propState": 8, + "pos": { + "x": 2017, + "y": 1007, + "z": -173615 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 26, + "instId": 300004, + "propState": 8, + "pos": { + "x": -4034, + "y": 1007, + "z": -180208 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 26, + "instId": 300005, + "propState": 8, + "pos": { + "x": 4152, + "y": 1007, + "z": -180373 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 26, + "instId": 300006, + "propState": 8, + "pos": { + "x": 2857, + "y": 1007, + "z": -173615 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 26, + "instId": 300007, + "propState": 8, + "pos": { + "x": -3253, + "y": 1007, + "z": -180208 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 26, + "instId": 300008, + "propState": 8, + "pos": { + "x": 5022, + "y": 1007, + "z": -180373 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 32, + "instId": 300001, + "propState": 8, + "pos": { + "x": -39430, + "y": -3000, + "z": -94080 + }, + "rot": { + "x": 0, + "y": 269880, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 33, + "instId": 300001, + "propState": 101, + "pos": { + "x": -36900, + "y": -3000, + "z": -85574 + }, + "rot": { + "x": 0, + "y": 162083, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 33, + "instId": 300003, + "propState": 8, + "pos": { + "x": -33962, + "y": -3011, + "z": -105229 + }, + "rot": { + "x": 0, + "y": 342083, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 33, + "instId": 300004, + "propState": 8, + "pos": { + "x": -26850, + "y": -2902, + "z": -99673 + }, + "rot": { + "x": 0, + "y": 342083, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 33, + "instId": 300005, + "propState": 8, + "pos": { + "x": -36890, + "y": -3010, + "z": -100780 + }, + "rot": { + "x": 0, + "y": 342083, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 33, + "instId": 300006, + "propState": 8, + "pos": { + "x": -34220, + "y": -3011, + "z": -104430 + }, + "rot": { + "x": 0, + "y": 342083, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 33, + "instId": 300007, + "propState": 8, + "pos": { + "x": -27090, + "y": -2902, + "z": -98930 + }, + "rot": { + "x": 0, + "y": 342083, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 33, + "instId": 300008, + "propState": 8, + "pos": { + "x": -37158, + "y": -3010, + "z": -99952 + }, + "rot": { + "x": 0, + "y": 342083, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 34, + "instId": 300001, + "propState": 8, + "pos": { + "x": -30210, + "y": -2989, + "z": -93960 + }, + "rot": { + "x": 0, + "y": 177082, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 34, + "instId": 300002, + "propState": 8, + "pos": { + "x": -30210, + "y": -2989, + "z": -93960 + }, + "rot": { + "x": 0, + "y": 177082, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 36, + "instId": 300001, + "propState": 101, + "pos": { + "x": -31350, + "y": -3000, + "z": -87477 + }, + "rot": { + "x": 0, + "y": 188969, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 36, + "instId": 300002, + "propState": 8, + "pos": { + "x": -35542, + "y": -3000, + "z": -93407 + }, + "rot": { + "x": 0, + "y": 342083, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 36, + "instId": 300003, + "propState": 8, + "pos": { + "x": -35235, + "y": -3000, + "z": -94358 + }, + "rot": { + "x": 0, + "y": 342083, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 36, + "instId": 300004, + "propState": 8, + "pos": { + "x": -36340, + "y": -3000, + "z": -94190 + }, + "rot": { + "x": 0, + "y": 342083, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 36, + "instId": 300005, + "propState": 8, + "pos": { + "x": -28265, + "y": -3000, + "z": -98058 + }, + "rot": { + "x": 0, + "y": 342083, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 36, + "instId": 300006, + "propState": 8, + "pos": { + "x": -29370, + "y": -3000, + "z": -97890 + }, + "rot": { + "x": 0, + "y": 342083, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 36, + "instId": 300007, + "propState": 8, + "pos": { + "x": -29062, + "y": -3000, + "z": -98842 + }, + "rot": { + "x": 0, + "y": 342083, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 38, + "instId": 300001, + "propState": 8, + "pos": { + "x": -32676, + "y": -3000, + "z": -94120 + }, + "rot": { + "x": 0, + "y": 171687, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 38, + "instId": 300003, + "propState": 8, + "pos": { + "x": -32676, + "y": -3000, + "z": -94120 + }, + "rot": { + "x": 0, + "y": 336688, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 39, + "instId": 300001, + "propState": 8, + "pos": { + "x": -21950, + "y": -985, + "z": -205060 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 40, + "instId": 300001, + "propState": 101, + "pos": { + "x": -47460, + "y": -985, + "z": -198270 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 40, + "instId": 300003, + "propState": 8, + "pos": { + "x": -31200, + "y": -985, + "z": -199760 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 40, + "instId": 300004, + "propState": 8, + "pos": { + "x": -33640, + "y": -985, + "z": -193270 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 40, + "instId": 300005, + "propState": 8, + "pos": { + "x": -37810, + "y": -985, + "z": -198580 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 40, + "instId": 300006, + "propState": 8, + "pos": { + "x": -32220, + "y": -985, + "z": -198730 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 40, + "instId": 300007, + "propState": 8, + "pos": { + "x": -34421, + "y": -985, + "z": -193270 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 40, + "instId": 300008, + "propState": 8, + "pos": { + "x": -38680, + "y": -985, + "z": -198580 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 41, + "instId": 300001, + "propState": 8, + "pos": { + "x": -41580, + "y": -985, + "z": -194180 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 41, + "instId": 300002, + "propState": 8, + "pos": { + "x": -41580, + "y": -985, + "z": -194180 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 44, + "instId": 300001, + "propState": 8, + "pos": { + "x": -75640, + "y": -111, + "z": -77580 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 45, + "instId": 300001, + "propState": 101, + "pos": { + "x": -75640, + "y": -111, + "z": -48579 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 46, + "instId": 300001, + "propState": 8, + "pos": { + "x": -73130, + "y": -111, + "z": -53240 + }, + "rot": { + "x": 0, + "y": 10216, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 46, + "instId": 300003, + "propState": 8, + "pos": { + "x": -73130, + "y": -111, + "z": -53240 + }, + "rot": { + "x": 0, + "y": 10216, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 48, + "instId": 300001, + "propState": 8, + "pos": { + "x": -94910, + "y": -958, + "z": -169110 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 49, + "instId": 300001, + "propState": 101, + "pos": { + "x": -121911, + "y": -958, + "z": -171110 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 50, + "instId": 300001, + "propState": 8, + "pos": { + "x": -110570, + "y": -936, + "z": -166260 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 50, + "instId": 300002, + "propState": 1, + "pos": { + "x": -110390, + "y": -936, + "z": -171700 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 50, + "instId": 300003, + "propState": 8, + "pos": { + "x": -104799, + "y": -936, + "z": -166857 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 50, + "instId": 300004, + "propState": 8, + "pos": { + "x": -104380, + "y": -936, + "z": -165951 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 50, + "instId": 300005, + "propState": 8, + "pos": { + "x": -105352, + "y": -936, + "z": -166026 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 51, + "instId": 300001, + "propState": 101, + "pos": { + "x": -11480, + "y": -985, + "z": -230900 + }, + "rot": { + "x": 0, + "y": 107382, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 51, + "instId": 300002, + "propState": 8, + "pos": { + "x": -2089, + "y": -985, + "z": -232267 + }, + "rot": { + "x": 0, + "y": 256283, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 51, + "instId": 300003, + "propState": 8, + "pos": { + "x": -1891, + "y": -985, + "z": -233080 + }, + "rot": { + "x": 0, + "y": 256283, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 52, + "instId": 300001, + "propState": 1, + "pos": { + "x": -5343, + "y": -985, + "z": -236720 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 53, + "instId": 300003, + "propState": 8, + "pos": { + "x": -94910, + "y": -958, + "z": -169110 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 54, + "instId": 300001, + "propState": 101, + "pos": { + "x": -83141, + "y": -951, + "z": -168889 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 54, + "instId": 300003, + "propState": 8, + "pos": { + "x": -50050, + "y": -985, + "z": -171750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 54, + "instId": 300004, + "propState": 8, + "pos": { + "x": -51630, + "y": -985, + "z": -164460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 54, + "instId": 300005, + "propState": 8, + "pos": { + "x": -62570, + "y": -985, + "z": -171310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 54, + "instId": 300006, + "propState": 8, + "pos": { + "x": -50050, + "y": -985, + "z": -170910 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 54, + "instId": 300007, + "propState": 8, + "pos": { + "x": -52540, + "y": -985, + "z": -164320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 54, + "instId": 300008, + "propState": 8, + "pos": { + "x": -74500, + "y": -985, + "z": -166150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 55, + "instId": 300001, + "propState": 8, + "pos": { + "x": -78610, + "y": -985, + "z": -171540 + }, + "rot": { + "x": 0, + "y": 66097, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 55, + "instId": 300002, + "propState": 8, + "pos": { + "x": -78610, + "y": -985, + "z": -171540 + }, + "rot": { + "x": 0, + "y": 66097, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 56, + "instId": 300001, + "propState": 8, + "pos": { + "x": -47910, + "y": -985, + "z": -166050 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 57, + "instId": 300001, + "propState": 8, + "pos": { + "x": -65662, + "y": -985, + "z": -166610 + }, + "rot": { + "x": 0, + "y": 89551, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 58, + "instId": 300001, + "propState": 8, + "pos": { + "x": -299, + "y": -949, + "z": -159232 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 58, + "instId": 300002, + "propState": 8, + "pos": { + "x": 1580, + "y": -3000, + "z": -120702 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 59, + "instId": 300001, + "propState": 101, + "pos": { + "x": -299, + "y": -3000, + "z": -125080 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 59, + "instId": 300003, + "propState": 8, + "pos": { + "x": -2880, + "y": -2981, + "z": -146272 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 59, + "instId": 300004, + "propState": 8, + "pos": { + "x": 2701, + "y": -2987, + "z": -146232 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 59, + "instId": 300005, + "propState": 8, + "pos": { + "x": 2040, + "y": -2962, + "z": -133320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 59, + "instId": 300006, + "propState": 8, + "pos": { + "x": -2900, + "y": -2832, + "z": -147230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 59, + "instId": 300007, + "propState": 8, + "pos": { + "x": 2701, + "y": -2992, + "z": -145451 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 59, + "instId": 300008, + "propState": 8, + "pos": { + "x": -2070, + "y": -2962, + "z": -133470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 62, + "instId": 300001, + "propState": 8, + "pos": { + "x": 2179, + "y": -3000, + "z": -129065 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 62, + "instId": 300002, + "propState": 8, + "pos": { + "x": 2179, + "y": -3000, + "z": -129065 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 63, + "instId": 300001, + "propState": 8, + "pos": { + "x": -2110, + "y": -3000, + "z": -138130 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 64, + "instId": 300001, + "propState": 8, + "pos": { + "x": 1940, + "y": -3000, + "z": -138330 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 65, + "instId": 300002, + "propState": 8, + "pos": { + "x": -72750, + "y": -111, + "z": -53680 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 65, + "instId": 300003, + "propState": 8, + "pos": { + "x": -72750, + "y": -111, + "z": -53680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 66, + "instId": 300001, + "propState": 8, + "pos": { + "x": 1580, + "y": -2993, + "z": -120702 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 66, + "instId": 300002, + "propState": 8, + "pos": { + "x": 23070, + "y": -2993, + "z": -94230 + }, + "rot": { + "x": 0, + "y": 268541, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 67, + "instId": 300001, + "propState": 101, + "pos": { + "x": -4240, + "y": -2793, + "z": -90953 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 68, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": -2762, + "z": -94010 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 68, + "instId": 300003, + "propState": 8, + "pos": { + "x": 0, + "y": -2762, + "z": -94010 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 69, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": -2762, + "z": -94010 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 69, + "instId": 300003, + "propState": 8, + "pos": { + "x": 0, + "y": -2762, + "z": -94010 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 70, + "instId": 300001, + "propState": 101, + "pos": { + "x": 91181, + "y": 2014, + "z": -94700 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 70, + "instId": 300002, + "propState": 8, + "pos": { + "x": 102150, + "y": 2014, + "z": -96140 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 70, + "instId": 300003, + "propState": 8, + "pos": { + "x": 103150, + "y": 2014, + "z": -96140 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 71, + "instId": 300001, + "propState": 1, + "pos": { + "x": 102680, + "y": 2014, + "z": -90590 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 72, + "instId": 300001, + "propState": 8, + "pos": { + "x": 9460, + "y": -985, + "z": -228589 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 73, + "instId": 300001, + "propState": 101, + "pos": { + "x": -4600, + "y": 1007, + "z": -179500 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 79, + "instId": 300001, + "propState": 101, + "pos": { + "x": 115159, + "y": 2014, + "z": -90863 + }, + "rot": { + "x": 0, + "y": 269460, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 80, + "instId": 300001, + "propState": 101, + "pos": { + "x": -31010, + "y": -3000, + "z": -85574 + }, + "rot": { + "x": 0, + "y": 191162, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 81, + "instId": 300001, + "propState": 101, + "pos": { + "x": -23460, + "y": -985, + "z": -198270 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 81, + "instId": 300002, + "propState": 8, + "pos": { + "x": -38680, + "y": -985, + "z": -198688 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 81, + "instId": 300003, + "propState": 8, + "pos": { + "x": -40440, + "y": -985, + "z": -193940 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 81, + "instId": 300004, + "propState": 8, + "pos": { + "x": -43360, + "y": -985, + "z": -198580 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 81, + "instId": 300005, + "propState": 8, + "pos": { + "x": -37770, + "y": -985, + "z": -198730 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 81, + "instId": 300006, + "propState": 8, + "pos": { + "x": -41221, + "y": -985, + "z": -193940 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 81, + "instId": 300007, + "propState": 8, + "pos": { + "x": -44230, + "y": -985, + "z": -198580 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 83, + "instId": 300001, + "propState": 8, + "pos": { + "x": -29175, + "y": -985, + "z": -194760 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 83, + "instId": 300002, + "propState": 8, + "pos": { + "x": -29175, + "y": -985, + "z": -194760 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 84, + "instId": 300001, + "propState": 8, + "pos": { + "x": -32030, + "y": -985, + "z": -198430 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 85, + "instId": 300001, + "propState": 8, + "pos": { + "x": 10290, + "y": 1007, + "z": -175070 + }, + "rot": { + "x": 0, + "y": 243158, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 85, + "instId": 300002, + "propState": 8, + "pos": { + "x": 10290, + "y": 1007, + "z": -175070 + }, + "rot": { + "x": 0, + "y": 243158, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 86, + "instId": 300001, + "propState": 101, + "pos": { + "x": -2299, + "y": -1746, + "z": -154232 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 86, + "instId": 300002, + "propState": 8, + "pos": { + "x": -2684, + "y": -3000, + "z": -131857 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 86, + "instId": 300003, + "propState": 8, + "pos": { + "x": 2775, + "y": -3000, + "z": -132088 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 86, + "instId": 300004, + "propState": 8, + "pos": { + "x": 2040, + "y": -2962, + "z": -133320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 86, + "instId": 300005, + "propState": 8, + "pos": { + "x": 4108, + "y": -3000, + "z": -130250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 86, + "instId": 300006, + "propState": 8, + "pos": { + "x": -2470, + "y": -3000, + "z": -135266 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 86, + "instId": 300007, + "propState": 8, + "pos": { + "x": -2070, + "y": -2962, + "z": -133470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 88, + "instId": 300001, + "propState": 8, + "pos": { + "x": 1970, + "y": -3000, + "z": -143410 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 88, + "instId": 300002, + "propState": 8, + "pos": { + "x": 1970, + "y": -3000, + "z": -143410 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 89, + "instId": 300001, + "propState": 8, + "pos": { + "x": 110320, + "y": 2072, + "z": -91780 + }, + "rot": { + "x": 0, + "y": 245332, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 89, + "instId": 300002, + "propState": 8, + "pos": { + "x": 110320, + "y": 2072, + "z": -91780 + }, + "rot": { + "x": 0, + "y": 245332, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 93, + "instId": 300001, + "propState": 101, + "pos": { + "x": -48190, + "y": -985, + "z": -169780 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 93, + "instId": 300003, + "propState": 8, + "pos": { + "x": -62692, + "y": -985, + "z": -171520 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 93, + "instId": 300004, + "propState": 8, + "pos": { + "x": -79760, + "y": -951, + "z": -172340 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 93, + "instId": 300005, + "propState": 8, + "pos": { + "x": -76760, + "y": -951, + "z": -166340 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 93, + "instId": 300006, + "propState": 8, + "pos": { + "x": -61852, + "y": -985, + "z": -171520 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 93, + "instId": 300007, + "propState": 8, + "pos": { + "x": -78979, + "y": -951, + "z": -172340 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 93, + "instId": 300008, + "propState": 8, + "pos": { + "x": -75890, + "y": -951, + "z": -166340 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 94, + "instId": 300001, + "propState": 8, + "pos": { + "x": -54190, + "y": -985, + "z": -168780 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 94, + "instId": 300002, + "propState": 8, + "pos": { + "x": -54190, + "y": -985, + "z": -165780 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 95, + "instId": 300001, + "propState": 8, + "pos": { + "x": -67430, + "y": -985, + "z": -166340 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 96, + "instId": 300001, + "propState": 8, + "pos": { + "x": -69760, + "y": -985, + "z": -166340 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 102, + "instId": 300001, + "propState": 8, + "pos": { + "x": 36798, + "y": 2000, + "z": -88914 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 102, + "instId": 300002, + "propState": 8, + "pos": { + "x": 86200, + "y": 2023, + "z": -94250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 103, + "instId": 300001, + "propState": 101, + "pos": { + "x": 36191, + "y": 2000, + "z": -96250 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 103, + "instId": 300003, + "propState": 8, + "pos": { + "x": 56774, + "y": 2023, + "z": -90990 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 103, + "instId": 300004, + "propState": 8, + "pos": { + "x": 73200, + "y": 2014, + "z": -91250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 103, + "instId": 300005, + "propState": 8, + "pos": { + "x": 67900, + "y": 2023, + "z": -97250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 103, + "instId": 300006, + "propState": 8, + "pos": { + "x": 55934, + "y": 2023, + "z": -90990 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 103, + "instId": 300007, + "propState": 8, + "pos": { + "x": 72419, + "y": 2094, + "z": -91250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 103, + "instId": 300008, + "propState": 8, + "pos": { + "x": 67030, + "y": 2023, + "z": -97250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 104, + "instId": 300001, + "propState": 8, + "pos": { + "x": 42190, + "y": 2000, + "z": -91250 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 104, + "instId": 300002, + "propState": 8, + "pos": { + "x": 42190, + "y": 2000, + "z": -94250 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300001, + "propState": 8, + "pos": { + "x": 63210, + "y": 2023, + "z": -96500 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 106, + "instId": 300001, + "propState": 8, + "pos": { + "x": 49760, + "y": 2036, + "z": -96260 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 100 + } + ], + "monsters": [ + { + "groupId": 15, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 106830, + "y": 2014, + "z": -93430 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 21, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -3530, + "y": 1007, + "z": -175460 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 22, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -1190, + "y": 1007, + "z": -175460 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 23, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 1190, + "y": 1007, + "z": -176940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 34, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -30210, + "y": -2989, + "z": -93960 + }, + "rot": { + "x": 0, + "y": 177082, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 38, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -32676, + "y": -3000, + "z": -94120 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 41, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -41580, + "y": -985, + "z": -194180 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 46, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -73130, + "y": -111, + "z": -53240 + }, + "rot": { + "x": 0, + "y": 205216, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 55, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -78610, + "y": -985, + "z": -171540 + }, + "rot": { + "x": 0, + "y": 66097, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 56, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -47910, + "y": -985, + "z": -166050 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 57, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -65662, + "y": -985, + "z": -166610 + }, + "rot": { + "x": 0, + "y": 89551, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 62, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 2179, + "y": -3000, + "z": -129065 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 63, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -2110, + "y": -3000, + "z": -138130 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 64, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 1940, + "y": -3000, + "z": -138330 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 65, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -72750, + "y": -111, + "z": -53680 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 68, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 0, + "y": -2762, + "z": -94010 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 69, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 0, + "y": -2762, + "z": -94010 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 83, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -29175, + "y": -985, + "z": -194760 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 84, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -32035, + "y": -985, + "z": -194760 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 85, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 10290, + "y": 1007, + "z": -175070 + }, + "rot": { + "x": 0, + "y": 243158, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 88, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 1970, + "y": -3000, + "z": -143410 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 89, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 110320, + "y": 2072, + "z": -91780 + }, + "rot": { + "x": 0, + "y": 245332, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 94, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -54190, + "y": -985, + "z": -168780 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 95, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -67430, + "y": -985, + "z": -166340 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 96, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -69760, + "y": -985, + "z": -166340 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 104, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 42190, + "y": 2000, + "z": -91250 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 105, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 63210, + "y": 2023, + "z": -91250 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 106, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 49760, + "y": 2036, + "z": -96260 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 80206, + "props": [ + { + "groupId": 15, + "instId": 300001, + "propState": 8, + "pos": { + "x": -42460, + "y": -2141, + "z": -170270 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 16, + "instId": 300001, + "propState": 101, + "pos": { + "x": -68330, + "y": -2141, + "z": -172890 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 8, + "pos": { + "x": -62320, + "y": -2141, + "z": -168450 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 17, + "instId": 300003, + "propState": 8, + "pos": { + "x": -62320, + "y": -2141, + "z": -168450 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 19, + "instId": 300002, + "propState": 8, + "pos": { + "x": -62320, + "y": -2141, + "z": -168450 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 19, + "instId": 300003, + "propState": 8, + "pos": { + "x": -62320, + "y": -2141, + "z": -168450 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300001, + "propState": 8, + "pos": { + "x": -42460, + "y": -2141, + "z": -170270 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 26, + "instId": 300001, + "propState": 101, + "pos": { + "x": -8670, + "y": -2141, + "z": -169270 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 26, + "instId": 300003, + "propState": 8, + "pos": { + "x": -32480, + "y": -2141, + "z": -167268 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 26, + "instId": 300004, + "propState": 8, + "pos": { + "x": -24020, + "y": -2141, + "z": -173560 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 26, + "instId": 300005, + "propState": 8, + "pos": { + "x": -18330, + "y": -2141, + "z": -167277 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 26, + "instId": 300006, + "propState": 8, + "pos": { + "x": -31640, + "y": -2141, + "z": -167557 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 26, + "instId": 300007, + "propState": 8, + "pos": { + "x": -23060, + "y": -2141, + "z": -173580 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 26, + "instId": 300008, + "propState": 8, + "pos": { + "x": -19150, + "y": -2141, + "z": -167297 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 27, + "instId": 300001, + "propState": 8, + "pos": { + "x": -11631, + "y": -2134, + "z": -172970 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 27, + "instId": 300002, + "propState": 8, + "pos": { + "x": -11631, + "y": -2134, + "z": -169970 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 28, + "instId": 300001, + "propState": 8, + "pos": { + "x": -14410, + "y": -2134, + "z": -168060 + }, + "rot": { + "x": 0, + "y": 233076, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 30, + "instId": 300002, + "propState": 8, + "pos": { + "x": 4270, + "y": -2134, + "z": -78741 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 30, + "instId": 300001, + "propState": 8, + "pos": { + "x": 5514, + "y": -2145, + "z": -27086 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 31, + "instId": 300001, + "propState": 101, + "pos": { + "x": 8260, + "y": -2145, + "z": -36320 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 31, + "instId": 300003, + "propState": 8, + "pos": { + "x": 22530, + "y": -1122, + "z": -80091 + }, + "rot": { + "x": 0, + "y": 271464, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 31, + "instId": 300004, + "propState": 8, + "pos": { + "x": 5010, + "y": -2134, + "z": -66940 + }, + "rot": { + "x": 0, + "y": 271464, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 31, + "instId": 300005, + "propState": 8, + "pos": { + "x": 4770, + "y": -2113, + "z": -51140 + }, + "rot": { + "x": 0, + "y": 271464, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 31, + "instId": 300006, + "propState": 8, + "pos": { + "x": 21690, + "y": -1122, + "z": -80070 + }, + "rot": { + "x": 0, + "y": 271464, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 31, + "instId": 300007, + "propState": 8, + "pos": { + "x": 4980, + "y": -2134, + "z": -65960 + }, + "rot": { + "x": 0, + "y": 271464, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 31, + "instId": 300008, + "propState": 8, + "pos": { + "x": 4790, + "y": -2113, + "z": -50250 + }, + "rot": { + "x": 0, + "y": 271464, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 32, + "instId": 300001, + "propState": 8, + "pos": { + "x": 10950, + "y": -2113, + "z": -60720 + }, + "rot": { + "x": 0, + "y": 211764, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 33, + "instId": 300001, + "propState": 8, + "pos": { + "x": 7990, + "y": -2134, + "z": -79290 + }, + "rot": { + "x": 0, + "y": 358156, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 34, + "instId": 300001, + "propState": 8, + "pos": { + "x": 5770, + "y": -2113, + "z": -43280 + }, + "rot": { + "x": 0, + "y": 125461, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 34, + "instId": 300002, + "propState": 8, + "pos": { + "x": 5770, + "y": -2113, + "z": -43280 + }, + "rot": { + "x": 0, + "y": 110461, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 36, + "instId": 300001, + "propState": 101, + "pos": { + "x": -11800, + "y": -2134, + "z": -167840 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 36, + "instId": 300002, + "propState": 8, + "pos": { + "x": -17080, + "y": -2134, + "z": -172908 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 36, + "instId": 300003, + "propState": 8, + "pos": { + "x": -18020, + "y": -2134, + "z": -172870 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 36, + "instId": 300004, + "propState": 8, + "pos": { + "x": -16240, + "y": -2134, + "z": -172853 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 36, + "instId": 300005, + "propState": 8, + "pos": { + "x": -24114, + "y": -2134, + "z": -167003 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 36, + "instId": 300006, + "propState": 8, + "pos": { + "x": -25044, + "y": -2134, + "z": -166958 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 36, + "instId": 300007, + "propState": 8, + "pos": { + "x": -25920, + "y": -2134, + "z": -166940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 37, + "instId": 300002, + "propState": 8, + "pos": { + "x": 4590, + "y": -2132, + "z": -175340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 37, + "instId": 300001, + "propState": 8, + "pos": { + "x": 21116, + "y": -2134, + "z": -145540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 38, + "instId": 300001, + "propState": 101, + "pos": { + "x": 21170, + "y": -2132, + "z": -157040 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 38, + "instId": 300003, + "propState": 8, + "pos": { + "x": 12630, + "y": -2132, + "z": -160981 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 38, + "instId": 300004, + "propState": 8, + "pos": { + "x": 12840, + "y": -2132, + "z": -173770 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 38, + "instId": 300005, + "propState": 8, + "pos": { + "x": 24450, + "y": -2132, + "z": -160560 + }, + "rot": { + "x": 0, + "y": 76971, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 38, + "instId": 300006, + "propState": 8, + "pos": { + "x": 13470, + "y": -2132, + "z": -160490 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 38, + "instId": 300007, + "propState": 8, + "pos": { + "x": 13621, + "y": -2132, + "z": -173770 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 38, + "instId": 300008, + "propState": 8, + "pos": { + "x": 24500, + "y": -2132, + "z": -161520 + }, + "rot": { + "x": 0, + "y": 76971, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 40, + "instId": 300001, + "propState": 8, + "pos": { + "x": 22322, + "y": -2134, + "z": -164105 + }, + "rot": { + "x": 0, + "y": 280660, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 40, + "instId": 300002, + "propState": 8, + "pos": { + "x": 22322, + "y": -2134, + "z": -161105 + }, + "rot": { + "x": 0, + "y": 265660, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 41, + "instId": 300001, + "propState": 8, + "pos": { + "x": 21080, + "y": -2132, + "z": -163450 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 41, + "instId": 300003, + "propState": 8, + "pos": { + "x": 21080, + "y": -2132, + "z": -163450 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 43, + "instId": 300001, + "propState": 8, + "pos": { + "x": 3820, + "y": -2109, + "z": -111610 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 43, + "instId": 300002, + "propState": 8, + "pos": { + "x": 4270, + "y": -2134, + "z": -78741 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 44, + "instId": 300001, + "propState": 101, + "pos": { + "x": -3120, + "y": -2134, + "z": -79520 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 44, + "instId": 300003, + "propState": 8, + "pos": { + "x": -5037, + "y": -2134, + "z": -105200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 44, + "instId": 300004, + "propState": 8, + "pos": { + "x": 464, + "y": -2134, + "z": -102200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 44, + "instId": 300005, + "propState": 8, + "pos": { + "x": -5120, + "y": -2134, + "z": -99200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 44, + "instId": 300006, + "propState": 8, + "pos": { + "x": -5000, + "y": -2134, + "z": -104360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 44, + "instId": 300007, + "propState": 8, + "pos": { + "x": 430, + "y": -2134, + "z": -101419 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 44, + "instId": 300008, + "propState": 8, + "pos": { + "x": -5080, + "y": -2134, + "z": -98330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 45, + "instId": 300001, + "propState": 8, + "pos": { + "x": -410, + "y": -2134, + "z": -86190 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 45, + "instId": 300002, + "propState": 8, + "pos": { + "x": -3410, + "y": -2134, + "z": -86190 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 46, + "instId": 300001, + "propState": 8, + "pos": { + "x": -410, + "y": -2134, + "z": -89950 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 46, + "instId": 300003, + "propState": 8, + "pos": { + "x": -410, + "y": -2134, + "z": -89950 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 48, + "instId": 300001, + "propState": 101, + "pos": { + "x": -4120, + "y": -2134, + "z": -83280 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 48, + "instId": 300002, + "propState": 8, + "pos": { + "x": -5060, + "y": -2134, + "z": -100810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 48, + "instId": 300003, + "propState": 8, + "pos": { + "x": -5080, + "y": -2134, + "z": -101635 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 48, + "instId": 300004, + "propState": 8, + "pos": { + "x": -4322, + "y": -2134, + "z": -101209 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 48, + "instId": 300005, + "propState": 8, + "pos": { + "x": -307, + "y": -2134, + "z": -97013 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 48, + "instId": 300006, + "propState": 8, + "pos": { + "x": 414, + "y": -2134, + "z": -96654 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 48, + "instId": 300007, + "propState": 8, + "pos": { + "x": 415, + "y": -2134, + "z": -97420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 49, + "instId": 300001, + "propState": 8, + "pos": { + "x": 25710, + "y": -2099, + "z": -112040 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 50, + "instId": 300001, + "propState": 101, + "pos": { + "x": 42230, + "y": -1134, + "z": -91490 + }, + "rot": { + "x": 0, + "y": 221360, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 51, + "instId": 300001, + "propState": 8, + "pos": { + "x": 38930, + "y": -1134, + "z": -99900 + }, + "rot": { + "x": 0, + "y": 251360, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 51, + "instId": 300002, + "propState": 1, + "pos": { + "x": 33110, + "y": -1134, + "z": -96050 + }, + "rot": { + "x": 0, + "y": 191360, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 51, + "instId": 300003, + "propState": 8, + "pos": { + "x": 35010, + "y": -1134, + "z": -101870 + }, + "rot": { + "x": 0, + "y": 161360, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 51, + "instId": 300004, + "propState": 8, + "pos": { + "x": 35413, + "y": -1134, + "z": -102783 + }, + "rot": { + "x": 0, + "y": 161360, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 51, + "instId": 300005, + "propState": 8, + "pos": { + "x": 35999, + "y": -1134, + "z": -102004 + }, + "rot": { + "x": 0, + "y": 161360, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 52, + "instId": 300001, + "propState": 101, + "pos": { + "x": -21610, + "y": 1876, + "z": 11470 + }, + "rot": { + "x": 0, + "y": 86360, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 52, + "instId": 300002, + "propState": 8, + "pos": { + "x": -9210, + "y": 1876, + "z": 12850 + }, + "rot": { + "x": 0, + "y": 41360, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 52, + "instId": 300003, + "propState": 8, + "pos": { + "x": -8330, + "y": 1876, + "z": 13350 + }, + "rot": { + "x": 0, + "y": 41360, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 53, + "instId": 300001, + "propState": 1, + "pos": { + "x": -8840, + "y": 1876, + "z": 5887 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 54, + "instId": 300001, + "propState": 8, + "pos": { + "x": -13310, + "y": 1876, + "z": 4450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 54, + "instId": 300002, + "propState": 8, + "pos": { + "x": -5700, + "y": 1876, + "z": 14250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 54, + "instId": 300004, + "propState": 8, + "pos": { + "x": 17960, + "y": -2139, + "z": -6240 + }, + "rot": { + "x": 0, + "y": 315309, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 55, + "instId": 300001, + "propState": 101, + "pos": { + "x": -21610, + "y": 1876, + "z": 8390 + }, + "rot": { + "x": 0, + "y": 86360, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 55, + "instId": 300003, + "propState": 8, + "pos": { + "x": -4570, + "y": 1876, + "z": 5080 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 55, + "instId": 300004, + "propState": 8, + "pos": { + "x": -9849, + "y": 1876, + "z": 12880 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 55, + "instId": 300005, + "propState": 8, + "pos": { + "x": -8390, + "y": 1876, + "z": 5340 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 55, + "instId": 300006, + "propState": 8, + "pos": { + "x": -5410, + "y": 1876, + "z": 5080 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 55, + "instId": 300007, + "propState": 8, + "pos": { + "x": -10630, + "y": 1876, + "z": 12880 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 55, + "instId": 300008, + "propState": 8, + "pos": { + "x": -9260, + "y": 1876, + "z": 5340 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 56, + "instId": 300001, + "propState": 8, + "pos": { + "x": -16100, + "y": 1876, + "z": 11760 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 56, + "instId": 300003, + "propState": 8, + "pos": { + "x": -16100, + "y": 1876, + "z": 11760 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 58, + "instId": 300001, + "propState": 101, + "pos": { + "x": -21570, + "y": 1876, + "z": 8360 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 58, + "instId": 300002, + "propState": 8, + "pos": { + "x": -8860, + "y": 1876, + "z": 6340 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 58, + "instId": 300003, + "propState": 8, + "pos": { + "x": -7860, + "y": 1876, + "z": 6340 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 58, + "instId": 300004, + "propState": 8, + "pos": { + "x": -8360, + "y": 1876, + "z": 5340 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 58, + "instId": 300005, + "propState": 8, + "pos": { + "x": -11830, + "y": 1876, + "z": 13080 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 58, + "instId": 300006, + "propState": 8, + "pos": { + "x": -12330, + "y": 1876, + "z": 12080 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 58, + "instId": 300007, + "propState": 8, + "pos": { + "x": -11330, + "y": 1876, + "z": 12080 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 59, + "instId": 300001, + "propState": 8, + "pos": { + "x": 13620, + "y": -140, + "z": -195780 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 60, + "instId": 300001, + "propState": 101, + "pos": { + "x": 30280, + "y": -140, + "z": -205020 + }, + "rot": { + "x": 0, + "y": 88883, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 60, + "instId": 300003, + "propState": 8, + "pos": { + "x": 41630, + "y": -140, + "z": -206850 + }, + "rot": { + "x": 0, + "y": 132486, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 60, + "instId": 300004, + "propState": 8, + "pos": { + "x": 40143, + "y": -140, + "z": -192009 + }, + "rot": { + "x": 0, + "y": 132486, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 60, + "instId": 300005, + "propState": 8, + "pos": { + "x": 53530, + "y": -140, + "z": -200210 + }, + "rot": { + "x": 0, + "y": 132486, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 60, + "instId": 300006, + "propState": 8, + "pos": { + "x": 40710, + "y": -140, + "z": -206880 + }, + "rot": { + "x": 0, + "y": 132486, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 60, + "instId": 300007, + "propState": 8, + "pos": { + "x": 40680, + "y": -140, + "z": -192580 + }, + "rot": { + "x": 0, + "y": 132486, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 60, + "instId": 300008, + "propState": 8, + "pos": { + "x": 52900, + "y": -140, + "z": -200930 + }, + "rot": { + "x": 0, + "y": 132486, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 61, + "instId": 300001, + "propState": 8, + "pos": { + "x": 33750, + "y": -140, + "z": -202360 + }, + "rot": { + "x": 0, + "y": 91727, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 61, + "instId": 300002, + "propState": 8, + "pos": { + "x": 33750, + "y": -140, + "z": -202360 + }, + "rot": { + "x": 0, + "y": 76727, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 62, + "instId": 300001, + "propState": 8, + "pos": { + "x": 50220, + "y": -140, + "z": -195810 + }, + "rot": { + "x": 0, + "y": 331216, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 63, + "instId": 300001, + "propState": 8, + "pos": { + "x": 50310, + "y": -140, + "z": -192480 + }, + "rot": { + "x": 0, + "y": 285944, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 64, + "instId": 300001, + "propState": 101, + "pos": { + "x": 19440, + "y": -2134, + "z": -171570 + }, + "rot": { + "x": 0, + "y": 18914, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 64, + "instId": 300002, + "propState": 8, + "pos": { + "x": 24020, + "y": -2134, + "z": -163120 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 64, + "instId": 300003, + "propState": 8, + "pos": { + "x": 24020, + "y": -2134, + "z": -162120 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 65, + "instId": 300001, + "propState": 1, + "pos": { + "x": 16060, + "y": -2134, + "z": -162610 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 66, + "instId": 300001, + "propState": 101, + "pos": { + "x": 21170, + "y": -2132, + "z": -157040 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 67, + "instId": 300001, + "propState": 101, + "pos": { + "x": -3120, + "y": -2134, + "z": -83280 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 68, + "instId": 300001, + "propState": 101, + "pos": { + "x": -21610, + "y": 1876, + "z": 8390 + }, + "rot": { + "x": 0, + "y": 86360, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 69, + "instId": 300001, + "propState": 8, + "pos": { + "x": -29600, + "y": -2134, + "z": -167380 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 69, + "instId": 300002, + "propState": 8, + "pos": { + "x": -29600, + "y": -2134, + "z": -170380 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 70, + "instId": 300001, + "propState": 101, + "pos": { + "x": -35600, + "y": -2134, + "z": -171380 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 70, + "instId": 300003, + "propState": 8, + "pos": { + "x": -16600, + "y": -2134, + "z": -173380 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 70, + "instId": 300004, + "propState": 8, + "pos": { + "x": -19600, + "y": -2134, + "z": -167380 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 70, + "instId": 300005, + "propState": 8, + "pos": { + "x": -22600, + "y": -2134, + "z": -173380 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 70, + "instId": 300006, + "propState": 8, + "pos": { + "x": -17440, + "y": -2134, + "z": -173380 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 70, + "instId": 300007, + "propState": 8, + "pos": { + "x": -20381, + "y": -2134, + "z": -167380 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 70, + "instId": 300008, + "propState": 8, + "pos": { + "x": -23470, + "y": -2134, + "z": -173380 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 71, + "instId": 300001, + "propState": 8, + "pos": { + "x": 21116, + "y": -2134, + "z": -145540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 71, + "instId": 300002, + "propState": 8, + "pos": { + "x": 16323, + "y": -2102, + "z": -112040 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 71, + "instId": 300003, + "propState": 8, + "pos": { + "x": 25710, + "y": -2099, + "z": -112040 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 72, + "instId": 300001, + "propState": 101, + "pos": { + "x": 19110, + "y": -2134, + "z": -116540 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 72, + "instId": 300003, + "propState": 8, + "pos": { + "x": 18302, + "y": -2134, + "z": -135540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 72, + "instId": 300004, + "propState": 8, + "pos": { + "x": 24110, + "y": -2134, + "z": -132540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 72, + "instId": 300005, + "propState": 8, + "pos": { + "x": 18110, + "y": -2134, + "z": -129540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 72, + "instId": 300006, + "propState": 8, + "pos": { + "x": 18302, + "y": -2134, + "z": -134700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 72, + "instId": 300007, + "propState": 8, + "pos": { + "x": 24110, + "y": -2134, + "z": -131759 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 72, + "instId": 300008, + "propState": 8, + "pos": { + "x": 18110, + "y": -2134, + "z": -128670 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 74, + "instId": 300001, + "propState": 8, + "pos": { + "x": 24110, + "y": -2134, + "z": -122540 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 74, + "instId": 300002, + "propState": 8, + "pos": { + "x": 21110, + "y": -2134, + "z": -122540 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 75, + "instId": 300002, + "propState": 8, + "pos": { + "x": -13310, + "y": 1876, + "z": 4450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 75, + "instId": 300001, + "propState": 8, + "pos": { + "x": 5514, + "y": -2145, + "z": -27086 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 76, + "instId": 300001, + "propState": 101, + "pos": { + "x": -15824, + "y": -2139, + "z": -7564 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 76, + "instId": 300003, + "propState": 8, + "pos": { + "x": -2170, + "y": -2139, + "z": -22880 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 76, + "instId": 300004, + "propState": 8, + "pos": { + "x": -925, + "y": -2139, + "z": -17391 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 76, + "instId": 300005, + "propState": 8, + "pos": { + "x": -6413, + "y": -2139, + "z": -18637 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 76, + "instId": 300006, + "propState": 8, + "pos": { + "x": -2764, + "y": -2139, + "z": -22286 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 76, + "instId": 300007, + "propState": 8, + "pos": { + "x": -1477, + "y": -2139, + "z": -16839 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 76, + "instId": 300008, + "propState": 8, + "pos": { + "x": -7028, + "y": -2139, + "z": -18022 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 78, + "instId": 300001, + "propState": 8, + "pos": { + "x": -10830, + "y": -2139, + "z": -8240 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 78, + "instId": 300002, + "propState": 8, + "pos": { + "x": -12951, + "y": -2139, + "z": -10361 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 79, + "instId": 300001, + "propState": 8, + "pos": { + "x": -10800, + "y": -2139, + "z": -12420 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 80, + "instId": 300001, + "propState": 101, + "pos": { + "x": 430, + "y": 1876, + "z": 7020 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 80, + "instId": 300002, + "propState": 8, + "pos": { + "x": -4570, + "y": 1876, + "z": 5080 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 80, + "instId": 300003, + "propState": 8, + "pos": { + "x": -9849, + "y": 1876, + "z": 12880 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 80, + "instId": 300004, + "propState": 8, + "pos": { + "x": -8390, + "y": 1876, + "z": 5340 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 80, + "instId": 300005, + "propState": 8, + "pos": { + "x": -5410, + "y": 1876, + "z": 5080 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 80, + "instId": 300006, + "propState": 8, + "pos": { + "x": -10630, + "y": 1876, + "z": 12880 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 80, + "instId": 300007, + "propState": 8, + "pos": { + "x": -9260, + "y": 1876, + "z": 5340 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 81, + "instId": 300001, + "propState": 8, + "pos": { + "x": -4190, + "y": 1876, + "z": 12420 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 81, + "instId": 300002, + "propState": 8, + "pos": { + "x": -4190, + "y": 1876, + "z": 12420 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 84, + "instId": 300001, + "propState": 101, + "pos": { + "x": 23130, + "y": -2134, + "z": -138460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 84, + "instId": 300002, + "propState": 8, + "pos": { + "x": 23195, + "y": -2134, + "z": -127400 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 84, + "instId": 300003, + "propState": 8, + "pos": { + "x": 23195, + "y": -2134, + "z": -126400 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 84, + "instId": 300004, + "propState": 8, + "pos": { + "x": 24195, + "y": -2134, + "z": -126900 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 84, + "instId": 300005, + "propState": 8, + "pos": { + "x": 17927, + "y": -2134, + "z": -132956 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 84, + "instId": 300006, + "propState": 8, + "pos": { + "x": 18927, + "y": -2134, + "z": -133456 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 84, + "instId": 300007, + "propState": 8, + "pos": { + "x": 18927, + "y": -2134, + "z": -132456 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 85, + "instId": 300001, + "propState": 101, + "pos": { + "x": 51710, + "y": -140, + "z": -200130 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 86, + "instId": 300001, + "propState": 8, + "pos": { + "x": 45710, + "y": -140, + "z": -203130 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 86, + "instId": 300003, + "propState": 8, + "pos": { + "x": 45710, + "y": -140, + "z": -203130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "monsters": [ + { + "groupId": 17, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -62320, + "y": -2141, + "z": -168450 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 19, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -62320, + "y": -2141, + "z": -168450 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 27, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -11631, + "y": -2134, + "z": -172970 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 28, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -14090, + "y": -2134, + "z": -172970 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 32, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 10950, + "y": -2113, + "z": -60720 + }, + "rot": { + "x": 0, + "y": 211764, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 33, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 7990, + "y": -2134, + "z": -79290 + }, + "rot": { + "x": 0, + "y": 358156, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 34, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 5770, + "y": -2113, + "z": -43280 + }, + "rot": { + "x": 0, + "y": 125461, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 40, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 22322, + "y": -2134, + "z": -164105 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 41, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 21080, + "y": -2132, + "z": -163450 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 45, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -410, + "y": -2134, + "z": -86190 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 46, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -410, + "y": -2134, + "z": -89950 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 56, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -16100, + "y": 1876, + "z": 11760 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 61, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 33750, + "y": -140, + "z": -202360 + }, + "rot": { + "x": 0, + "y": 91727, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 62, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 50220, + "y": -140, + "z": -195810 + }, + "rot": { + "x": 0, + "y": 331216, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 63, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 50310, + "y": -140, + "z": -192480 + }, + "rot": { + "x": 0, + "y": 285944, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 69, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -29600, + "y": -2134, + "z": -167380 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 74, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 24110, + "y": -2134, + "z": -122540 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 78, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -10830, + "y": -2139, + "z": -8240 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 79, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -8219, + "y": -2139, + "z": -10249 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 81, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -4190, + "y": 1876, + "z": 12420 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 86, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 45710, + "y": -140, + "z": -203130 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 80207, + "props": [ + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": 22710, + "y": 7036, + "z": -108631 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 8, + "pos": { + "x": -900, + "y": 7036, + "z": -108610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 101, + "pos": { + "x": 14420, + "y": 4877, + "z": -136710 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 8, + "pos": { + "x": 10390, + "y": 4877, + "z": -129990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 12, + "instId": 300003, + "propState": 8, + "pos": { + "x": 10390, + "y": 4877, + "z": -129990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 14, + "instId": 300001, + "propState": 101, + "pos": { + "x": 56230, + "y": 7006, + "z": -100578 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 15, + "instId": 300001, + "propState": 8, + "pos": { + "x": 46920, + "y": 7006, + "z": -108450 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 15, + "instId": 300002, + "propState": 1, + "pos": { + "x": 47280, + "y": 7006, + "z": -99190 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 15, + "instId": 300003, + "propState": 8, + "pos": { + "x": 41949, + "y": 7006, + "z": -108223 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 15, + "instId": 300004, + "propState": 8, + "pos": { + "x": 42855, + "y": 7006, + "z": -108642 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 102005 + }, + { + "groupId": 15, + "instId": 300005, + "propState": 8, + "pos": { + "x": 42780, + "y": 7006, + "z": -107670 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 102005 + }, + { + "groupId": 16, + "instId": 300001, + "propState": 8, + "pos": { + "x": -900, + "y": 7036, + "z": -108610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 8, + "pos": { + "x": -13880, + "y": 5286, + "z": -92190 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 16, + "instId": 300003, + "propState": 8, + "pos": { + "x": -38783, + "y": 5562, + "z": -95739 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 101, + "pos": { + "x": -41430, + "y": 5564, + "z": -106220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 8, + "pos": { + "x": -28330, + "y": 7036, + "z": -105650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 17, + "instId": 300003, + "propState": 8, + "pos": { + "x": -25330, + "y": 7036, + "z": -111650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 17, + "instId": 300004, + "propState": 8, + "pos": { + "x": -22330, + "y": 7036, + "z": -105650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 17, + "instId": 300005, + "propState": 8, + "pos": { + "x": -27490, + "y": 7036, + "z": -105650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 17, + "instId": 300006, + "propState": 8, + "pos": { + "x": -24549, + "y": 7036, + "z": -111650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 17, + "instId": 300007, + "propState": 8, + "pos": { + "x": -21460, + "y": 7036, + "z": -105650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 18, + "instId": 300001, + "propState": 8, + "pos": { + "x": -39303, + "y": 5564, + "z": -106219 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 8, + "pos": { + "x": -39303, + "y": 5564, + "z": -106219 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 19, + "instId": 300001, + "propState": 8, + "pos": { + "x": -37160, + "y": 5564, + "z": -110840 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 8, + "pos": { + "x": -12580, + "y": -1147, + "z": -14910 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 21, + "instId": 300001, + "propState": 101, + "pos": { + "x": -14910, + "y": -1147, + "z": -20170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 21, + "instId": 300003, + "propState": 8, + "pos": { + "x": -16960, + "y": -1147, + "z": -30670 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300004, + "propState": 8, + "pos": { + "x": -7620, + "y": -1147, + "z": -30710 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300005, + "propState": 8, + "pos": { + "x": -16930, + "y": -1147, + "z": -28640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300006, + "propState": 8, + "pos": { + "x": -16960, + "y": -1147, + "z": -29830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300007, + "propState": 8, + "pos": { + "x": -8620, + "y": -1147, + "z": -30719 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300008, + "propState": 8, + "pos": { + "x": -16930, + "y": -1147, + "z": -27770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 22, + "instId": 300001, + "propState": 8, + "pos": { + "x": -11430, + "y": -1800, + "z": -26160 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 22, + "instId": 300002, + "propState": 8, + "pos": { + "x": -14430, + "y": -1800, + "z": -26160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 23, + "instId": 300001, + "propState": 8, + "pos": { + "x": 80728, + "y": 2314, + "z": 104750 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 8, + "pos": { + "x": 49323, + "y": 172, + "z": 116720 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 24, + "instId": 300001, + "propState": 101, + "pos": { + "x": 82537, + "y": 122, + "z": 118449 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 24, + "instId": 300003, + "propState": 8, + "pos": { + "x": 64350, + "y": 2152, + "z": 119070 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 24, + "instId": 300004, + "propState": 8, + "pos": { + "x": 71350, + "y": 122, + "z": 114180 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 24, + "instId": 300005, + "propState": 8, + "pos": { + "x": 71340, + "y": 122, + "z": 119470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 24, + "instId": 300006, + "propState": 8, + "pos": { + "x": 65190, + "y": 2152, + "z": 119070 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 24, + "instId": 300007, + "propState": 8, + "pos": { + "x": 72131, + "y": 122, + "z": 114180 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 24, + "instId": 300008, + "propState": 8, + "pos": { + "x": 72210, + "y": 122, + "z": 119470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 25, + "instId": 300001, + "propState": 8, + "pos": { + "x": 76810, + "y": 40, + "z": 113720 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300002, + "propState": 8, + "pos": { + "x": 76810, + "y": 40, + "z": 116720 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 26, + "instId": 300002, + "propState": 8, + "pos": { + "x": 6470, + "y": 2220, + "z": 46860 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 27, + "instId": 300001, + "propState": 101, + "pos": { + "x": 35390, + "y": -1176, + "z": 48940 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 27, + "instId": 300002, + "propState": 8, + "pos": { + "x": 16390, + "y": -1176, + "z": 49930 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 27, + "instId": 300003, + "propState": 8, + "pos": { + "x": 19390, + "y": -1176, + "z": 43930 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 27, + "instId": 300004, + "propState": 8, + "pos": { + "x": 22390, + "y": -1176, + "z": 49930 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 27, + "instId": 300005, + "propState": 8, + "pos": { + "x": 17230, + "y": -1176, + "z": 49930 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 27, + "instId": 300006, + "propState": 8, + "pos": { + "x": 20171, + "y": -1176, + "z": 43930 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 27, + "instId": 300007, + "propState": 8, + "pos": { + "x": 23260, + "y": -1176, + "z": 49930 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 28, + "instId": 300001, + "propState": 8, + "pos": { + "x": 29390, + "y": -1176, + "z": 43930 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 28, + "instId": 300002, + "propState": 8, + "pos": { + "x": 29390, + "y": -1176, + "z": 46930 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 29, + "instId": 300001, + "propState": 8, + "pos": { + "x": -38783, + "y": 5562, + "z": -95739 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 29, + "instId": 300002, + "propState": 8, + "pos": { + "x": -47619, + "y": 6740, + "z": -81379 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 30, + "instId": 300001, + "propState": 101, + "pos": { + "x": -32310, + "y": 3930, + "z": -92120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 30, + "instId": 300002, + "propState": 8, + "pos": { + "x": -31420, + "y": 3930, + "z": -73120 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 30, + "instId": 300003, + "propState": 8, + "pos": { + "x": -37420, + "y": 3930, + "z": -76120 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 30, + "instId": 300004, + "propState": 8, + "pos": { + "x": -31420, + "y": 3930, + "z": -79120 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 30, + "instId": 300005, + "propState": 8, + "pos": { + "x": -31420, + "y": 3930, + "z": -73960 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 30, + "instId": 300006, + "propState": 8, + "pos": { + "x": -37420, + "y": 3930, + "z": -76901 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 30, + "instId": 300007, + "propState": 8, + "pos": { + "x": -31420, + "y": 3930, + "z": -79990 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 32, + "instId": 300002, + "propState": 8, + "pos": { + "x": -13971, + "y": 7036, + "z": -103070 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 33, + "instId": 300001, + "propState": 101, + "pos": { + "x": -4635, + "y": 5236, + "z": -86591 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 33, + "instId": 300003, + "propState": 8, + "pos": { + "x": -3996, + "y": 5236, + "z": -67903 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 33, + "instId": 300004, + "propState": 8, + "pos": { + "x": -11150, + "y": 5236, + "z": -72249 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 33, + "instId": 300005, + "propState": 8, + "pos": { + "x": -2724, + "y": 5236, + "z": -73745 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 33, + "instId": 300006, + "propState": 8, + "pos": { + "x": -3996, + "y": 5236, + "z": -68743 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 33, + "instId": 300007, + "propState": 8, + "pos": { + "x": -11084, + "y": 5236, + "z": -71091 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 33, + "instId": 300008, + "propState": 8, + "pos": { + "x": -2724, + "y": 5236, + "z": -74615 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 35, + "instId": 300001, + "propState": 8, + "pos": { + "x": 80728, + "y": 2314, + "z": 104750 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 35, + "instId": 300002, + "propState": 8, + "pos": { + "x": 70370, + "y": 2383, + "z": 74040 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 36, + "instId": 300001, + "propState": 101, + "pos": { + "x": 82950, + "y": 2231, + "z": 69020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 36, + "instId": 300003, + "propState": 8, + "pos": { + "x": 74439, + "y": 2231, + "z": 88381 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 36, + "instId": 300004, + "propState": 8, + "pos": { + "x": 85937, + "y": 2231, + "z": 82138 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 36, + "instId": 300005, + "propState": 8, + "pos": { + "x": 75289, + "y": 2231, + "z": 87971 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 36, + "instId": 300006, + "propState": 8, + "pos": { + "x": 74439, + "y": 2231, + "z": 87541 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 36, + "instId": 300007, + "propState": 8, + "pos": { + "x": 85937, + "y": 2231, + "z": 81357 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 36, + "instId": 300008, + "propState": 8, + "pos": { + "x": 85057, + "y": 2231, + "z": 81727 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 42, + "instId": 300001, + "propState": 8, + "pos": { + "x": -59730, + "y": 821, + "z": 72304 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 42, + "instId": 300003, + "propState": 8, + "pos": { + "x": -14140, + "y": 2171, + "z": 37670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 42, + "instId": 300004, + "propState": 8, + "pos": { + "x": 6470, + "y": 2220, + "z": 46860 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 43, + "instId": 300001, + "propState": 101, + "pos": { + "x": -84000, + "y": 821, + "z": 44960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 43, + "instId": 300003, + "propState": 8, + "pos": { + "x": -66180, + "y": 821, + "z": 45340 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 43, + "instId": 300004, + "propState": 8, + "pos": { + "x": -46453, + "y": 2171, + "z": 51244 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 43, + "instId": 300005, + "propState": 8, + "pos": { + "x": -31310, + "y": 2171, + "z": 45970 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 43, + "instId": 300006, + "propState": 8, + "pos": { + "x": -67020, + "y": 821, + "z": 45340 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 43, + "instId": 300007, + "propState": 8, + "pos": { + "x": -47234, + "y": 2171, + "z": 51244 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 43, + "instId": 300008, + "propState": 8, + "pos": { + "x": -32180, + "y": 2171, + "z": 45970 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 44, + "instId": 300001, + "propState": 8, + "pos": { + "x": -74938, + "y": 589, + "z": 45461 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 44, + "instId": 300002, + "propState": 8, + "pos": { + "x": -74938, + "y": 589, + "z": 45461 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 45, + "instId": 300001, + "propState": 8, + "pos": { + "x": -61581, + "y": 589, + "z": 45868 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 46, + "instId": 300001, + "propState": 8, + "pos": { + "x": -44677, + "y": 1939, + "z": 42741 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 47, + "instId": 300001, + "propState": 8, + "pos": { + "x": 14770, + "y": 2246, + "z": 67240 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 47, + "instId": 300002, + "propState": 8, + "pos": { + "x": 34050, + "y": 172, + "z": 108640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 47, + "instId": 300003, + "propState": 8, + "pos": { + "x": 64733, + "y": 5001, + "z": 74072 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 48, + "instId": 300001, + "propState": 101, + "pos": { + "x": 22250, + "y": -1327, + "z": 99570 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 48, + "instId": 300003, + "propState": 8, + "pos": { + "x": 35100, + "y": 2246, + "z": 76810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300004, + "propState": 8, + "pos": { + "x": 29760, + "y": 2246, + "z": 76920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300005, + "propState": 8, + "pos": { + "x": 19260, + "y": 2246, + "z": 76250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300006, + "propState": 8, + "pos": { + "x": 36060, + "y": 2246, + "z": 76820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300007, + "propState": 8, + "pos": { + "x": 30770, + "y": 2296, + "z": 76940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300008, + "propState": 8, + "pos": { + "x": 19260, + "y": 2296, + "z": 77120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 49, + "instId": 300001, + "propState": 8, + "pos": { + "x": 25250, + "y": -1790, + "z": 93570 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 49, + "instId": 300002, + "propState": 8, + "pos": { + "x": 22250, + "y": -1790, + "z": 93570 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 50, + "instId": 300001, + "propState": 8, + "pos": { + "x": 19250, + "y": -1790, + "z": 93570 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 51, + "instId": 300001, + "propState": 8, + "pos": { + "x": 21774, + "y": 2014, + "z": 66221 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 52, + "instId": 300002, + "propState": 8, + "pos": { + "x": 10390, + "y": 4877, + "z": -129990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 52, + "instId": 300003, + "propState": 8, + "pos": { + "x": 10390, + "y": 4877, + "z": -129990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 53, + "instId": 300001, + "propState": 101, + "pos": { + "x": -9430, + "y": 5236, + "z": -86630 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 53, + "instId": 300002, + "propState": 8, + "pos": { + "x": -4094, + "y": 5236, + "z": -74636 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 53, + "instId": 300003, + "propState": 8, + "pos": { + "x": -4040, + "y": 5236, + "z": -73850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 54, + "instId": 300001, + "propState": 1, + "pos": { + "x": -11045, + "y": 5236, + "z": -74194 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 55, + "instId": 300001, + "propState": 101, + "pos": { + "x": 100148, + "y": 2231, + "z": 88077 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 56, + "instId": 300001, + "propState": 8, + "pos": { + "x": 95024, + "y": 2231, + "z": 80417 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 56, + "instId": 300003, + "propState": 8, + "pos": { + "x": 95024, + "y": 2231, + "z": 80417 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 57, + "instId": 300001, + "propState": 101, + "pos": { + "x": 82537, + "y": 122, + "z": 118449 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 57, + "instId": 300002, + "propState": 8, + "pos": { + "x": 71789, + "y": 122, + "z": 112736 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300003, + "propState": 8, + "pos": { + "x": 71798, + "y": 122, + "z": 113673 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300001, + "propState": 8, + "pos": { + "x": 72060, + "y": 122, + "z": 119480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300002, + "propState": 8, + "pos": { + "x": 72165, + "y": 122, + "z": 120417 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 61, + "instId": 300001, + "propState": 101, + "pos": { + "x": -32310, + "y": 3930, + "z": -92120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 62, + "instId": 300001, + "propState": 8, + "pos": { + "x": -36370, + "y": 3930, + "z": -86120 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 62, + "instId": 300002, + "propState": 8, + "pos": { + "x": -36370, + "y": 3930, + "z": -86120 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 64, + "instId": 300001, + "propState": 101, + "pos": { + "x": -14910, + "y": -1147, + "z": -20170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 64, + "instId": 300002, + "propState": 8, + "pos": { + "x": -16970, + "y": -1147, + "z": -27140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 64, + "instId": 300003, + "propState": 8, + "pos": { + "x": -16970, + "y": -1147, + "z": -28140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 64, + "instId": 300004, + "propState": 8, + "pos": { + "x": -16910, + "y": -1147, + "z": -29370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 64, + "instId": 300005, + "propState": 8, + "pos": { + "x": -7610, + "y": -1147, + "z": -28310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 64, + "instId": 300006, + "propState": 8, + "pos": { + "x": -8610, + "y": -1147, + "z": -28260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 64, + "instId": 300007, + "propState": 8, + "pos": { + "x": -9600, + "y": -1147, + "z": -28170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 66, + "instId": 300001, + "propState": 8, + "pos": { + "x": -69150, + "y": 821, + "z": 46520 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 66, + "instId": 300005, + "propState": 8, + "pos": { + "x": -107800, + "y": -590, + "z": 52980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102063 + }, + { + "groupId": 66, + "instId": 300003, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 66, + "instId": 300002, + "propState": 12, + "pos": { + "x": -58216, + "y": -11735, + "z": 45497 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 67, + "instId": 300002, + "propState": 8, + "pos": { + "x": -51193, + "y": 2205, + "z": 43790 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 68, + "instId": 300001, + "propState": 101, + "pos": { + "x": -83241, + "y": 821, + "z": 44900 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 68, + "instId": 300003, + "propState": 8, + "pos": { + "x": -64623, + "y": 821, + "z": 38240 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 68, + "instId": 300004, + "propState": 8, + "pos": { + "x": -62740, + "y": 821, + "z": 46837 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 68, + "instId": 300005, + "propState": 8, + "pos": { + "x": -70900, + "y": 821, + "z": 38260 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 68, + "instId": 300006, + "propState": 8, + "pos": { + "x": -65463, + "y": 821, + "z": 38240 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 68, + "instId": 300007, + "propState": 8, + "pos": { + "x": -63521, + "y": 821, + "z": 46837 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 68, + "instId": 300008, + "propState": 8, + "pos": { + "x": -71770, + "y": 821, + "z": 38260 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 72, + "instId": 300001, + "propState": 101, + "pos": { + "x": -9790, + "y": 7036, + "z": -107650 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 72, + "instId": 300003, + "propState": 8, + "pos": { + "x": -24800, + "y": 7036, + "z": -105650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 72, + "instId": 300004, + "propState": 8, + "pos": { + "x": -21800, + "y": 7036, + "z": -111650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 72, + "instId": 300005, + "propState": 8, + "pos": { + "x": -18800, + "y": 7036, + "z": -105650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 72, + "instId": 300006, + "propState": 8, + "pos": { + "x": -23960, + "y": 7036, + "z": -105650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 72, + "instId": 300007, + "propState": 8, + "pos": { + "x": -21019, + "y": 7036, + "z": -111650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 72, + "instId": 300008, + "propState": 8, + "pos": { + "x": -17930, + "y": 7036, + "z": -105650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 74, + "instId": 300001, + "propState": 8, + "pos": { + "x": -14550, + "y": 7036, + "z": -111650 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 74, + "instId": 300002, + "propState": 8, + "pos": { + "x": -14550, + "y": 7036, + "z": -108650 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 78, + "instId": 300001, + "propState": 101, + "pos": { + "x": 48680, + "y": -2916, + "z": 39830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 78, + "instId": 300003, + "propState": 8, + "pos": { + "x": 49870, + "y": -2916, + "z": 55600 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 78, + "instId": 300004, + "propState": 8, + "pos": { + "x": 43870, + "y": -2916, + "z": 52600 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 78, + "instId": 300005, + "propState": 8, + "pos": { + "x": 49870, + "y": -2916, + "z": 49600 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 78, + "instId": 300006, + "propState": 8, + "pos": { + "x": 49870, + "y": -2916, + "z": 54760 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 78, + "instId": 300007, + "propState": 8, + "pos": { + "x": 43870, + "y": -2916, + "z": 51819 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 78, + "instId": 300008, + "propState": 8, + "pos": { + "x": 49870, + "y": -2916, + "z": 48730 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 80, + "instId": 300001, + "propState": 8, + "pos": { + "x": 43870, + "y": -2916, + "z": 42600 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 80, + "instId": 300002, + "propState": 8, + "pos": { + "x": 46870, + "y": -2916, + "z": 42600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 83, + "instId": 300001, + "propState": 8, + "pos": { + "x": 46250, + "y": -2916, + "z": 42600 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 84, + "instId": 300001, + "propState": 8, + "pos": { + "x": 76160, + "y": 2231, + "z": 75020 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 84, + "instId": 300002, + "propState": 8, + "pos": { + "x": 79160, + "y": 2231, + "z": 75020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 85, + "instId": 300001, + "propState": 101, + "pos": { + "x": 76996, + "y": 2231, + "z": 95770 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 85, + "instId": 300002, + "propState": 8, + "pos": { + "x": 75690, + "y": 2231, + "z": 86270 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 85, + "instId": 300003, + "propState": 8, + "pos": { + "x": 75690, + "y": 2231, + "z": 85270 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 85, + "instId": 300004, + "propState": 8, + "pos": { + "x": 74690, + "y": 2231, + "z": 85770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 85, + "instId": 300005, + "propState": 8, + "pos": { + "x": 82690, + "y": 2231, + "z": 85770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 85, + "instId": 300006, + "propState": 8, + "pos": { + "x": 81690, + "y": 2231, + "z": 86270 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 85, + "instId": 300007, + "propState": 8, + "pos": { + "x": 81690, + "y": 2231, + "z": 85270 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 89, + "instId": 300001, + "propState": 101, + "pos": { + "x": -32310, + "y": 3930, + "z": -89080 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 89, + "instId": 300002, + "propState": 8, + "pos": { + "x": -31420, + "y": 3930, + "z": -76580 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 89, + "instId": 300003, + "propState": 8, + "pos": { + "x": -31420, + "y": 3930, + "z": -75580 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 89, + "instId": 300004, + "propState": 8, + "pos": { + "x": -30420, + "y": 3930, + "z": -76080 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 89, + "instId": 300005, + "propState": 8, + "pos": { + "x": -38420, + "y": 3930, + "z": -79730 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 89, + "instId": 300006, + "propState": 8, + "pos": { + "x": -37420, + "y": 3930, + "z": -80230 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 89, + "instId": 300007, + "propState": 8, + "pos": { + "x": -37420, + "y": 3930, + "z": -79230 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 93, + "instId": 300002, + "propState": 8, + "pos": { + "x": -25070, + "y": 2171, + "z": 54980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 93, + "instId": 300001, + "propState": 8, + "pos": { + "x": -52750, + "y": 2171, + "z": 43250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 93, + "instId": 300003, + "propState": 8, + "pos": { + "x": -28640, + "y": 2171, + "z": 43180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 93, + "instId": 300004, + "propState": 8, + "pos": { + "x": -35569, + "y": 2171, + "z": 67375 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 94, + "instId": 300001, + "propState": 101, + "pos": { + "x": -2310, + "y": 2171, + "z": 64360 + }, + "rot": { + "x": 0, + "y": 269925, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 94, + "instId": 300002, + "propState": 20, + "pos": { + "x": -6186, + "y": 2171, + "z": 62250 + }, + "rot": { + "x": 0, + "y": 269926, + "z": 0 + }, + "propId": 60204 + }, + { + "groupId": 94, + "instId": 300003, + "propState": 20, + "pos": { + "x": -6186, + "y": 2171, + "z": 61051 + }, + "rot": { + "x": 0, + "y": 269926, + "z": 0 + }, + "propId": 60205 + }, + { + "groupId": 94, + "instId": 300004, + "propState": 20, + "pos": { + "x": -6186, + "y": 2171, + "z": 59750 + }, + "rot": { + "x": 0, + "y": 269926, + "z": 0 + }, + "propId": 60206 + }, + { + "groupId": 94, + "instId": 300005, + "propState": 8, + "pos": { + "x": -52541, + "y": 2171, + "z": 43593 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 913 + }, + { + "groupId": 94, + "instId": 300006, + "propState": 8, + "pos": { + "x": -60060, + "y": 821, + "z": 39160 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 94, + "instId": 300007, + "propState": 8, + "pos": { + "x": -10847, + "y": 2171, + "z": 60500 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 94, + "instId": 300008, + "propState": 20, + "pos": { + "x": -62120, + "y": 821, + "z": 39160 + }, + "rot": { + "x": 0, + "y": 269926, + "z": 0 + }, + "propId": 60204 + }, + { + "groupId": 97, + "instId": 300002, + "propState": 8, + "pos": { + "x": 10390, + "y": 4877, + "z": -129990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 97, + "instId": 300003, + "propState": 8, + "pos": { + "x": 10390, + "y": 4877, + "z": -129990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 102, + "instId": 300001, + "propState": 8, + "pos": { + "x": 42554, + "y": -3005, + "z": -13020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 103, + "instId": 300001, + "propState": 101, + "pos": { + "x": 40554, + "y": -1146, + "z": 13980 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 103, + "instId": 300003, + "propState": 8, + "pos": { + "x": 49395, + "y": -1074, + "z": 7012 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 103, + "instId": 300004, + "propState": 8, + "pos": { + "x": 49441, + "y": -1074, + "z": -259 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 103, + "instId": 300005, + "propState": 8, + "pos": { + "x": 39950, + "y": -1074, + "z": 2980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 103, + "instId": 300006, + "propState": 8, + "pos": { + "x": 49395, + "y": -1074, + "z": 7852 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 103, + "instId": 300007, + "propState": 8, + "pos": { + "x": 49441, + "y": -1074, + "z": 522 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 103, + "instId": 300008, + "propState": 8, + "pos": { + "x": 39950, + "y": -1074, + "z": 3850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 104, + "instId": 300001, + "propState": 101, + "pos": { + "x": 40554, + "y": -1146, + "z": 13980 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 104, + "instId": 300002, + "propState": 8, + "pos": { + "x": 39554, + "y": -1146, + "z": 4480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 104, + "instId": 300003, + "propState": 8, + "pos": { + "x": 39554, + "y": -1146, + "z": 3480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 104, + "instId": 300004, + "propState": 8, + "pos": { + "x": 38554, + "y": -1146, + "z": 3980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 104, + "instId": 300005, + "propState": 8, + "pos": { + "x": 46554, + "y": -1146, + "z": 3980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 104, + "instId": 300006, + "propState": 8, + "pos": { + "x": 45554, + "y": -1146, + "z": 4480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 104, + "instId": 300007, + "propState": 8, + "pos": { + "x": 45554, + "y": -1146, + "z": 3480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 106, + "instId": 300001, + "propState": 8, + "pos": { + "x": 45950, + "y": -1074, + "z": 9980 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 106, + "instId": 300002, + "propState": 8, + "pos": { + "x": 42950, + "y": -1074, + "z": 9980 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 107, + "instId": 300001, + "propState": 8, + "pos": { + "x": -11648, + "y": 5236, + "z": -48500 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 107, + "instId": 300002, + "propState": 8, + "pos": { + "x": -14140, + "y": 2221, + "z": 37670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 108, + "instId": 300001, + "propState": 101, + "pos": { + "x": -11000, + "y": -1147, + "z": -29750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 108, + "instId": 300003, + "propState": 8, + "pos": { + "x": -13862, + "y": -1147, + "z": 8100 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 108, + "instId": 300004, + "propState": 8, + "pos": { + "x": -9136, + "y": -1147, + "z": -13787 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 108, + "instId": 300005, + "propState": 8, + "pos": { + "x": -11180, + "y": -1147, + "z": 21670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 108, + "instId": 300006, + "propState": 8, + "pos": { + "x": -13862, + "y": -1147, + "z": 7260 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 108, + "instId": 300007, + "propState": 8, + "pos": { + "x": -9136, + "y": -1147, + "z": -14568 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 108, + "instId": 300008, + "propState": 8, + "pos": { + "x": -11180, + "y": -1147, + "z": 20800 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 109, + "instId": 300001, + "propState": 8, + "pos": { + "x": -16000, + "y": -1147, + "z": -23750 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 109, + "instId": 300002, + "propState": 8, + "pos": { + "x": -13000, + "y": -1147, + "z": -23750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 110, + "instId": 300001, + "propState": 8, + "pos": { + "x": -9750, + "y": -1147, + "z": -1500 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 111, + "instId": 300001, + "propState": 8, + "pos": { + "x": -11180, + "y": -1147, + "z": 14670 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 112, + "instId": 300001, + "propState": 8, + "pos": { + "x": 38750, + "y": 9101, + "z": 125750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 112, + "instId": 300002, + "propState": 8, + "pos": { + "x": 4000, + "y": 9101, + "z": 107750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 113, + "instId": 300001, + "propState": 101, + "pos": { + "x": 2250, + "y": 9101, + "z": 117593 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 113, + "instId": 300003, + "propState": 8, + "pos": { + "x": 13920, + "y": 9101, + "z": 122500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 113, + "instId": 300004, + "propState": 8, + "pos": { + "x": 31520, + "y": 9101, + "z": 122593 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 113, + "instId": 300005, + "propState": 8, + "pos": { + "x": 28520, + "y": 9101, + "z": 116593 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 113, + "instId": 300006, + "propState": 8, + "pos": { + "x": 13080, + "y": 9101, + "z": 122500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 113, + "instId": 300007, + "propState": 8, + "pos": { + "x": 30739, + "y": 9101, + "z": 122593 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 113, + "instId": 300008, + "propState": 8, + "pos": { + "x": 27650, + "y": 9101, + "z": 116593 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 114, + "instId": 300001, + "propState": 8, + "pos": { + "x": 8250, + "y": 9101, + "z": 122593 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 114, + "instId": 300002, + "propState": 8, + "pos": { + "x": 8250, + "y": 9101, + "z": 119593 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 115, + "instId": 300001, + "propState": 8, + "pos": { + "x": 19500, + "y": 9101, + "z": 116593 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 116, + "instId": 300001, + "propState": 8, + "pos": { + "x": 21520, + "y": 9101, + "z": 116593 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 117, + "instId": 300001, + "propState": 8, + "pos": { + "x": -59730, + "y": 821, + "z": 72304 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 118, + "instId": 300001, + "propState": 101, + "pos": { + "x": -86180, + "y": 821, + "z": 70304 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 118, + "instId": 300002, + "propState": 8, + "pos": { + "x": -74200, + "y": 821, + "z": 68307 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 118, + "instId": 300003, + "propState": 8, + "pos": { + "x": -75180, + "y": 821, + "z": 68304 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 119, + "instId": 300001, + "propState": 1, + "pos": { + "x": -74095, + "y": 821, + "z": 75874 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 124, + "instId": 300001, + "propState": 8, + "pos": { + "x": 22710, + "y": 7036, + "z": -108631 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 124, + "instId": 300002, + "propState": 8, + "pos": { + "x": -900, + "y": 7036, + "z": -108610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 125, + "instId": 300001, + "propState": 101, + "pos": { + "x": 17625, + "y": 4877, + "z": -137240 + }, + "rot": { + "x": 0, + "y": 229306, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 125, + "instId": 300003, + "propState": 8, + "pos": { + "x": 16678, + "y": 4877, + "z": -127780 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 125, + "instId": 300004, + "propState": 8, + "pos": { + "x": 25676, + "y": 3543, + "z": -135696 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102054 + }, + { + "groupId": 125, + "instId": 300009, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 125, + "instId": 300002, + "propState": 8, + "pos": { + "x": 10310, + "y": 4877, + "z": -126330 + }, + "rot": { + "x": 0, + "y": 221369, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 125, + "instId": 300005, + "propState": 20, + "pos": { + "x": 8660, + "y": 4989, + "z": -126890 + }, + "rot": { + "x": 0, + "y": 269926, + "z": 0 + }, + "propId": 60205 + }, + { + "groupId": 126, + "instId": 300001, + "propState": 8, + "pos": { + "x": 25579, + "y": 4989, + "z": -132429 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 126, + "instId": 300002, + "propState": 8, + "pos": { + "x": 25579, + "y": 4989, + "z": -132429 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 127, + "instId": 300001, + "propState": 8, + "pos": { + "x": 25579, + "y": 4989, + "z": -132429 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 127, + "instId": 300002, + "propState": 8, + "pos": { + "x": 25579, + "y": 4989, + "z": -132429 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 128, + "instId": 300001, + "propState": 8, + "pos": { + "x": 25579, + "y": 4989, + "z": -132429 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 128, + "instId": 300002, + "propState": 8, + "pos": { + "x": 25579, + "y": 4989, + "z": -132429 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 132, + "instId": 300001, + "propState": 20, + "pos": { + "x": 25580, + "y": 4989, + "z": -133500 + }, + "rot": { + "x": 0, + "y": 269926, + "z": 0 + }, + "propId": 60206 + }, + { + "groupId": 132, + "instId": 300002, + "propState": 20, + "pos": { + "x": 25580, + "y": 4989, + "z": -131470 + }, + "rot": { + "x": 0, + "y": 269926, + "z": 0 + }, + "propId": 60204 + }, + { + "groupId": 132, + "instId": 300003, + "propState": 20, + "pos": { + "x": 25579, + "y": 4989, + "z": -132429 + }, + "rot": { + "x": 0, + "y": 269926, + "z": 0 + }, + "propId": 60205 + }, + { + "groupId": 133, + "instId": 300001, + "propState": 20, + "pos": { + "x": 25579, + "y": 4989, + "z": -132429 + }, + "rot": { + "x": 0, + "y": 269926, + "z": 0 + }, + "propId": 60205 + }, + { + "groupId": 133, + "instId": 300002, + "propState": 20, + "pos": { + "x": 25580, + "y": 4989, + "z": -131470 + }, + "rot": { + "x": 0, + "y": 269926, + "z": 0 + }, + "propId": 60204 + }, + { + "groupId": 134, + "instId": 300001, + "propState": 20, + "pos": { + "x": 25579, + "y": 4989, + "z": -132429 + }, + "rot": { + "x": 0, + "y": 269926, + "z": 0 + }, + "propId": 60204 + } + ], + "monsters": [ + { + "groupId": 12, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 10390, + "y": 4877, + "z": -129990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 18, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -39340, + "y": 5564, + "z": -110840 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 19, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -37160, + "y": 5564, + "z": -110840 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 22, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -11270, + "y": -1147, + "z": -25380 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 25, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 76810, + "y": 40, + "z": 113720 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 28, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 29390, + "y": -1176, + "z": 43930 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 44, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -74938, + "y": 589, + "z": 45461 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 45, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -61581, + "y": 589, + "z": 45868 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 46, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -44677, + "y": 1939, + "z": 42741 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 49, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 25260, + "y": -1327, + "z": 93670 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 50, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 19250, + "y": -1327, + "z": 93570 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 51, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 21774, + "y": 2246, + "z": 66221 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 52, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 10390, + "y": 4877, + "z": -129990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 56, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 95024, + "y": 2231, + "z": 80417 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 62, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -36370, + "y": 3930, + "z": -86120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 66, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -58216, + "y": -11735, + "z": 45497 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 74, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -14550, + "y": 7036, + "z": -111650 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 80, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 43870, + "y": -2916, + "z": 42600 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 83, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 46250, + "y": -2916, + "z": 42600 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 84, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 76160, + "y": 2231, + "z": 75020 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 93, + "instId": 200002, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 93, + "instId": 200003, + "eventId": 81312013, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002059 + }, + { + "groupId": 93, + "instId": 200004, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 93, + "instId": 200005, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 93, + "instId": 200006, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 93, + "instId": 200007, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 93, + "instId": 200008, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 93, + "instId": 200009, + "eventId": 81312013, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002059 + }, + { + "groupId": 93, + "instId": 200010, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 93, + "instId": 200011, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 93, + "instId": 200012, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 93, + "instId": 200013, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 93, + "instId": 200014, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 93, + "instId": 200015, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 93, + "instId": 200016, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 93, + "instId": 200017, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 93, + "instId": 200018, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 93, + "instId": 200019, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 93, + "instId": 200020, + "eventId": 81312013, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002059 + }, + { + "groupId": 93, + "instId": 200021, + "eventId": 81312013, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002059 + }, + { + "groupId": 97, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 10390, + "y": 4877, + "z": -129990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 106, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 45930, + "y": -1074, + "z": 9980 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 109, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -16000, + "y": -1147, + "z": -23750 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 110, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -9750, + "y": -1147, + "z": -1500 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 111, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -17180, + "y": -1147, + "z": 14670 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 114, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 8250, + "y": 9101, + "z": 122593 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 115, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 19500, + "y": 9101, + "z": 116593 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 116, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 21520, + "y": 9101, + "z": 116593 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 126, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 25579, + "y": 4989, + "z": -132429 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 127, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 25579, + "y": 4989, + "z": -132429 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 128, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 25579, + "y": 4989, + "z": -132429 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 80208, + "props": [ + { + "groupId": 13, + "instId": 300001, + "propState": 8, + "pos": { + "x": 110086, + "y": -25177, + "z": -128907 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 8, + "pos": { + "x": 85157, + "y": -31263, + "z": -113915 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 8, + "pos": { + "x": 118170, + "y": -28121, + "z": -115080 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 14, + "instId": 300001, + "propState": 101, + "pos": { + "x": 105030, + "y": -28121, + "z": -114370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 15, + "instId": 300001, + "propState": 8, + "pos": { + "x": 98290, + "y": -28121, + "z": -102370 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 15, + "instId": 300002, + "propState": 1, + "pos": { + "x": 106290, + "y": -28121, + "z": -102370 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 15, + "instId": 300003, + "propState": 8, + "pos": { + "x": 100037, + "y": -28121, + "z": -97259 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 15, + "instId": 300004, + "propState": 8, + "pos": { + "x": 99131, + "y": -28121, + "z": -96840 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 102005 + }, + { + "groupId": 15, + "instId": 300005, + "propState": 8, + "pos": { + "x": 99206, + "y": -28121, + "z": -97812 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 102005 + }, + { + "groupId": 16, + "instId": 300001, + "propState": 8, + "pos": { + "x": -15800, + "y": -29390, + "z": -164258 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 101, + "pos": { + "x": -53985, + "y": -29517, + "z": -167707 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 18, + "instId": 300001, + "propState": 8, + "pos": { + "x": -48690, + "y": -29377, + "z": -161400 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 18, + "instId": 300003, + "propState": 8, + "pos": { + "x": -48690, + "y": -29377, + "z": -161400 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 19, + "instId": 300002, + "propState": 8, + "pos": { + "x": -6020, + "y": -31159, + "z": -141360 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 19, + "instId": 300003, + "propState": 8, + "pos": { + "x": -6020, + "y": -31159, + "z": -141360 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 20, + "instId": 300001, + "propState": 8, + "pos": { + "x": 14923, + "y": -31159, + "z": -106240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 8, + "pos": { + "x": 30540, + "y": -28519, + "z": -155055 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 20, + "instId": 300003, + "propState": 8, + "pos": { + "x": -660, + "y": -31159, + "z": -138500 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 21, + "instId": 300001, + "propState": 101, + "pos": { + "x": 8540, + "y": -31159, + "z": -154420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 21, + "instId": 300003, + "propState": 8, + "pos": { + "x": 4740, + "y": -31159, + "z": -136130 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300004, + "propState": 8, + "pos": { + "x": 16080, + "y": -31159, + "z": -126909 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300005, + "propState": 8, + "pos": { + "x": 13620, + "y": -31159, + "z": -137080 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300006, + "propState": 8, + "pos": { + "x": 4740, + "y": -31159, + "z": -136970 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300007, + "propState": 8, + "pos": { + "x": 16080, + "y": -31159, + "z": -127690 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300008, + "propState": 8, + "pos": { + "x": 13620, + "y": -31159, + "z": -137950 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 22, + "instId": 300001, + "propState": 8, + "pos": { + "x": 11720, + "y": -31159, + "z": -148420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 22, + "instId": 300002, + "propState": 8, + "pos": { + "x": 11720, + "y": -31159, + "z": -148420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 23, + "instId": 300001, + "propState": 8, + "pos": { + "x": 11540, + "y": -31159, + "z": -145720 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 24, + "instId": 300001, + "propState": 8, + "pos": { + "x": 6046, + "y": -31055, + "z": -131680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300001, + "propState": 8, + "pos": { + "x": 110070, + "y": -25177, + "z": -130020 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 25, + "instId": 300002, + "propState": 8, + "pos": { + "x": 85090, + "y": -31263, + "z": -143143 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 25, + "instId": 300003, + "propState": 8, + "pos": { + "x": 129305, + "y": -28127, + "z": -145248 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 26, + "instId": 300001, + "propState": 101, + "pos": { + "x": 98680, + "y": -28131, + "z": -144290 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 26, + "instId": 300003, + "propState": 8, + "pos": { + "x": 116360, + "y": -28127, + "z": -149570 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 26, + "instId": 300004, + "propState": 8, + "pos": { + "x": 111521, + "y": -28131, + "z": -141210 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 26, + "instId": 300005, + "propState": 8, + "pos": { + "x": 110360, + "y": -28131, + "z": -149570 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 26, + "instId": 300006, + "propState": 8, + "pos": { + "x": 115520, + "y": -28127, + "z": -149570 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 26, + "instId": 300007, + "propState": 8, + "pos": { + "x": 110740, + "y": -28131, + "z": -141210 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 26, + "instId": 300008, + "propState": 8, + "pos": { + "x": 109490, + "y": -28131, + "z": -149570 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 27, + "instId": 300001, + "propState": 8, + "pos": { + "x": 103010, + "y": -28070, + "z": -148670 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 27, + "instId": 300002, + "propState": 8, + "pos": { + "x": 103010, + "y": -28070, + "z": -148670 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 28, + "instId": 300001, + "propState": 8, + "pos": { + "x": 17484, + "y": -28866, + "z": -63140 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 28, + "instId": 300002, + "propState": 8, + "pos": { + "x": -11690, + "y": -35952, + "z": -68010 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 28, + "instId": 300003, + "propState": 8, + "pos": { + "x": -12060, + "y": -31210, + "z": -44230 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 29, + "instId": 300001, + "propState": 101, + "pos": { + "x": -12730, + "y": -31213, + "z": -53200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 29, + "instId": 300003, + "propState": 8, + "pos": { + "x": 1880, + "y": -31055, + "z": -57260 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 29, + "instId": 300004, + "propState": 8, + "pos": { + "x": -50, + "y": -31055, + "z": -46650 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 29, + "instId": 300005, + "propState": 8, + "pos": { + "x": -4120, + "y": -31213, + "z": -57260 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 29, + "instId": 300006, + "propState": 8, + "pos": { + "x": 1040, + "y": -31055, + "z": -57260 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 29, + "instId": 300007, + "propState": 8, + "pos": { + "x": -831, + "y": -31055, + "z": -46650 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 29, + "instId": 300008, + "propState": 8, + "pos": { + "x": -4990, + "y": -31213, + "z": -57260 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 30, + "instId": 300001, + "propState": 8, + "pos": { + "x": -6659, + "y": -31213, + "z": -48301 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 30, + "instId": 300002, + "propState": 8, + "pos": { + "x": -6659, + "y": -31213, + "z": -48301 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 31, + "instId": 300002, + "propState": 8, + "pos": { + "x": 109010, + "y": 5351, + "z": -5265 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 32, + "instId": 300001, + "propState": 101, + "pos": { + "x": 142466, + "y": 8008, + "z": 4446 + }, + "rot": { + "x": 0, + "y": 235320, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 32, + "instId": 300003, + "propState": 8, + "pos": { + "x": 135100, + "y": 8008, + "z": -10390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 32, + "instId": 300004, + "propState": 8, + "pos": { + "x": 133400, + "y": 8008, + "z": -10360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 32, + "instId": 300005, + "propState": 8, + "pos": { + "x": 134220, + "y": 8008, + "z": -10400 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 32, + "instId": 300006, + "propState": 8, + "pos": { + "x": 125750, + "y": 8008, + "z": -2780 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 32, + "instId": 300007, + "propState": 8, + "pos": { + "x": 124840, + "y": 8008, + "z": -2800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 32, + "instId": 300008, + "propState": 8, + "pos": { + "x": 127970, + "y": 8008, + "z": -2470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 33, + "instId": 300001, + "propState": 8, + "pos": { + "x": 139239, + "y": 8110, + "z": -1435 + }, + "rot": { + "x": 0, + "y": 250320, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 33, + "instId": 300002, + "propState": 8, + "pos": { + "x": 137532, + "y": 8110, + "z": 1032 + }, + "rot": { + "x": 0, + "y": 235320, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 34, + "instId": 300001, + "propState": 8, + "pos": { + "x": 135825, + "y": 8110, + "z": 3499 + }, + "rot": { + "x": 0, + "y": 220320, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 35, + "instId": 300001, + "propState": 8, + "pos": { + "x": 136098, + "y": 2265, + "z": -23961 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 36, + "instId": 300001, + "propState": 101, + "pos": { + "x": 111740, + "y": 604, + "z": -40630 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 36, + "instId": 300003, + "propState": 8, + "pos": { + "x": 128340, + "y": 604, + "z": -46690 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 36, + "instId": 300004, + "propState": 8, + "pos": { + "x": 134000, + "y": -1149, + "z": -63530 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 36, + "instId": 300005, + "propState": 8, + "pos": { + "x": 144120, + "y": 604, + "z": -52330 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 36, + "instId": 300006, + "propState": 8, + "pos": { + "x": 127500, + "y": 604, + "z": -46690 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 36, + "instId": 300007, + "propState": 8, + "pos": { + "x": 133219, + "y": -1149, + "z": -63530 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 36, + "instId": 300008, + "propState": 8, + "pos": { + "x": 143250, + "y": 604, + "z": -52330 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 37, + "instId": 300001, + "propState": 8, + "pos": { + "x": 117410, + "y": 604, + "z": -43720 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 37, + "instId": 300002, + "propState": 8, + "pos": { + "x": 117410, + "y": 604, + "z": -43720 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 38, + "instId": 300001, + "propState": 8, + "pos": { + "x": 136140, + "y": 604, + "z": -45380 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 39, + "instId": 300001, + "propState": 8, + "pos": { + "x": 140650, + "y": -1149, + "z": -61020 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 40, + "instId": 300001, + "propState": 101, + "pos": { + "x": 1990, + "y": -31213, + "z": -16530 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 40, + "instId": 300002, + "propState": 8, + "pos": { + "x": -6774, + "y": -31213, + "z": -10990 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 40, + "instId": 300003, + "propState": 8, + "pos": { + "x": -5774, + "y": -31213, + "z": -10990 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 41, + "instId": 300001, + "propState": 1, + "pos": { + "x": -6170, + "y": -31213, + "z": -18740 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 42, + "instId": 300001, + "propState": 8, + "pos": { + "x": 60970, + "y": -31202, + "z": -120320 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 42, + "instId": 300002, + "propState": 8, + "pos": { + "x": 52990, + "y": -31263, + "z": -153920 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 43, + "instId": 300001, + "propState": 101, + "pos": { + "x": 60630, + "y": -31263, + "z": -151680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 43, + "instId": 300003, + "propState": 8, + "pos": { + "x": 64530, + "y": -31263, + "z": -140360 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 43, + "instId": 300004, + "propState": 8, + "pos": { + "x": 63300, + "y": -31263, + "z": -138350 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 43, + "instId": 300005, + "propState": 8, + "pos": { + "x": 54980, + "y": -31263, + "z": -140130 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 43, + "instId": 300006, + "propState": 8, + "pos": { + "x": 64530, + "y": -31263, + "z": -141200 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 43, + "instId": 300007, + "propState": 8, + "pos": { + "x": 63300, + "y": -31263, + "z": -139131 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 43, + "instId": 300008, + "propState": 8, + "pos": { + "x": 54980, + "y": -31263, + "z": -141000 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 45, + "instId": 300001, + "propState": 8, + "pos": { + "x": -12110, + "y": -31213, + "z": -44480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 45, + "instId": 300002, + "propState": 8, + "pos": { + "x": 7900, + "y": -31046, + "z": -23190 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 46, + "instId": 300001, + "propState": 101, + "pos": { + "x": -4660, + "y": -31213, + "z": -8960 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 46, + "instId": 300003, + "propState": 8, + "pos": { + "x": -12920, + "y": -31213, + "z": -27461 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 46, + "instId": 300004, + "propState": 8, + "pos": { + "x": -12930, + "y": -31046, + "z": -24461 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 46, + "instId": 300005, + "propState": 8, + "pos": { + "x": -12920, + "y": -31213, + "z": -21461 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 46, + "instId": 300006, + "propState": 8, + "pos": { + "x": -12920, + "y": -31213, + "z": -26621 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 46, + "instId": 300007, + "propState": 8, + "pos": { + "x": -12930, + "y": -31046, + "z": -23680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 46, + "instId": 300008, + "propState": 8, + "pos": { + "x": -12920, + "y": -31213, + "z": -20591 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300001, + "propState": 8, + "pos": { + "x": 33488, + "y": -31046, + "z": -25150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 49, + "instId": 300001, + "propState": 101, + "pos": { + "x": 64340, + "y": -29462, + "z": -40910 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 49, + "instId": 300003, + "propState": 8, + "pos": { + "x": 48320, + "y": -31213, + "z": -41260 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 49, + "instId": 300004, + "propState": 8, + "pos": { + "x": 55609, + "y": -29462, + "z": -46920 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 49, + "instId": 300005, + "propState": 8, + "pos": { + "x": 48363, + "y": -31213, + "z": -40343 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 49, + "instId": 300006, + "propState": 8, + "pos": { + "x": 49160, + "y": -31213, + "z": -41260 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 49, + "instId": 300007, + "propState": 8, + "pos": { + "x": 56390, + "y": -29462, + "z": -46920 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 49, + "instId": 300008, + "propState": 8, + "pos": { + "x": 49233, + "y": -31213, + "z": -40343 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 51, + "instId": 300001, + "propState": 101, + "pos": { + "x": -4660, + "y": -31213, + "z": -8960 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 52, + "instId": 300001, + "propState": 8, + "pos": { + "x": -9450, + "y": -31213, + "z": -14690 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 52, + "instId": 300003, + "propState": 8, + "pos": { + "x": -9450, + "y": -31213, + "z": -14690 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 53, + "instId": 300001, + "propState": 101, + "pos": { + "x": 64340, + "y": -29462, + "z": -40910 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 54, + "instId": 300001, + "propState": 8, + "pos": { + "x": 60710, + "y": -29462, + "z": -43910 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 54, + "instId": 300003, + "propState": 8, + "pos": { + "x": 60710, + "y": -29462, + "z": -43910 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 55, + "instId": 300001, + "propState": 101, + "pos": { + "x": 138340, + "y": 8008, + "z": -7730 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 55, + "instId": 300002, + "propState": 8, + "pos": { + "x": 129010, + "y": 8008, + "z": -2270 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 55, + "instId": 300003, + "propState": 8, + "pos": { + "x": 130010, + "y": 8008, + "z": -2270 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 56, + "instId": 300001, + "propState": 1, + "pos": { + "x": 129479, + "y": 8008, + "z": -9833 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 57, + "instId": 300001, + "propState": 101, + "pos": { + "x": -10811, + "y": -31213, + "z": -49700 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 57, + "instId": 300002, + "propState": 8, + "pos": { + "x": -5220, + "y": -31213, + "z": -56710 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300003, + "propState": 8, + "pos": { + "x": -4220, + "y": -31213, + "z": -56710 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300004, + "propState": 8, + "pos": { + "x": -4720, + "y": -31213, + "z": -57710 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300005, + "propState": 8, + "pos": { + "x": -610, + "y": -31055, + "z": -46650 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300006, + "propState": 8, + "pos": { + "x": -1110, + "y": -31055, + "z": -47650 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300007, + "propState": 8, + "pos": { + "x": -110, + "y": -31055, + "z": -47650 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300001, + "propState": 101, + "pos": { + "x": 122530, + "y": -28127, + "z": -143020 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 58, + "instId": 300003, + "propState": 8, + "pos": { + "x": 103530, + "y": -28131, + "z": -141610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300004, + "propState": 8, + "pos": { + "x": 112191, + "y": -28131, + "z": -151980 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300005, + "propState": 8, + "pos": { + "x": 109530, + "y": -28131, + "z": -141610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300006, + "propState": 8, + "pos": { + "x": 104370, + "y": -28131, + "z": -141610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300007, + "propState": 8, + "pos": { + "x": 112170, + "y": -28131, + "z": -151045 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300008, + "propState": 8, + "pos": { + "x": 110400, + "y": -28131, + "z": -141610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 60, + "instId": 300001, + "propState": 101, + "pos": { + "x": 12210, + "y": -31213, + "z": -48020 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 60, + "instId": 300003, + "propState": 8, + "pos": { + "x": -6790, + "y": -31213, + "z": -47610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 60, + "instId": 300004, + "propState": 8, + "pos": { + "x": -3790, + "y": -31213, + "z": -53610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 60, + "instId": 300005, + "propState": 8, + "pos": { + "x": -790, + "y": -31055, + "z": -47610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 60, + "instId": 300006, + "propState": 8, + "pos": { + "x": -5950, + "y": -31213, + "z": -47610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 60, + "instId": 300007, + "propState": 8, + "pos": { + "x": -3009, + "y": -31055, + "z": -53610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 60, + "instId": 300008, + "propState": 8, + "pos": { + "x": 80, + "y": -31055, + "z": -47610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 62, + "instId": 300001, + "propState": 101, + "pos": { + "x": 57180, + "y": -31055, + "z": -130580 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 62, + "instId": 300003, + "propState": 8, + "pos": { + "x": 55180, + "y": -31263, + "z": -149580 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 62, + "instId": 300004, + "propState": 8, + "pos": { + "x": 61180, + "y": -31263, + "z": -146580 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 62, + "instId": 300005, + "propState": 8, + "pos": { + "x": 55180, + "y": -31263, + "z": -143580 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 62, + "instId": 300006, + "propState": 8, + "pos": { + "x": 55180, + "y": -31263, + "z": -148740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 62, + "instId": 300007, + "propState": 8, + "pos": { + "x": 61180, + "y": -31263, + "z": -145799 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 62, + "instId": 300008, + "propState": 8, + "pos": { + "x": 55180, + "y": -31263, + "z": -142710 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300001, + "propState": 8, + "pos": { + "x": 61180, + "y": -31263, + "z": -136580 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 63, + "instId": 300002, + "propState": 8, + "pos": { + "x": 58180, + "y": -31263, + "z": -136580 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 65, + "instId": 300001, + "propState": 101, + "pos": { + "x": -8410, + "y": -31213, + "z": -35700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 65, + "instId": 300003, + "propState": 8, + "pos": { + "x": -5700, + "y": -31213, + "z": -16700 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 65, + "instId": 300004, + "propState": 8, + "pos": { + "x": -14050, + "y": -31213, + "z": -19700 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 65, + "instId": 300005, + "propState": 8, + "pos": { + "x": -5700, + "y": -31046, + "z": -22700 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 65, + "instId": 300006, + "propState": 8, + "pos": { + "x": -5700, + "y": -31213, + "z": -17540 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 65, + "instId": 300007, + "propState": 8, + "pos": { + "x": -14050, + "y": -31213, + "z": -20481 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 65, + "instId": 300008, + "propState": 8, + "pos": { + "x": -5700, + "y": -31046, + "z": -23570 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 66, + "instId": 300001, + "propState": 8, + "pos": { + "x": -14050, + "y": -31213, + "z": -29700 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 66, + "instId": 300002, + "propState": 8, + "pos": { + "x": -11050, + "y": -31213, + "z": -29700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 67, + "instId": 300001, + "propState": 8, + "pos": { + "x": 25900, + "y": -31046, + "z": -23340 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 67, + "instId": 300002, + "propState": 8, + "pos": { + "x": 51170, + "y": -31213, + "z": -25960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 67, + "instId": 300003, + "propState": 8, + "pos": { + "x": 54362, + "y": -29462, + "z": -44047 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 68, + "instId": 300001, + "propState": 101, + "pos": { + "x": 38560, + "y": -31213, + "z": -43560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 68, + "instId": 300003, + "propState": 8, + "pos": { + "x": 38351, + "y": -31213, + "z": -25700 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 68, + "instId": 300004, + "propState": 8, + "pos": { + "x": 28539, + "y": -31213, + "z": -27565 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 68, + "instId": 300005, + "propState": 8, + "pos": { + "x": 28380, + "y": -31055, + "z": -32630 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 68, + "instId": 300006, + "propState": 8, + "pos": { + "x": 38351, + "y": -31213, + "z": -26540 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 68, + "instId": 300007, + "propState": 8, + "pos": { + "x": 28539, + "y": -31213, + "z": -28346 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 68, + "instId": 300008, + "propState": 8, + "pos": { + "x": 28380, + "y": -31055, + "z": -33500 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 69, + "instId": 300001, + "propState": 101, + "pos": { + "x": 36900, + "y": -31213, + "z": -41560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 69, + "instId": 300002, + "propState": 8, + "pos": { + "x": 38900, + "y": -31213, + "z": -32060 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 69, + "instId": 300003, + "propState": 8, + "pos": { + "x": 38900, + "y": -31213, + "z": -31060 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 69, + "instId": 300004, + "propState": 8, + "pos": { + "x": 39900, + "y": -31213, + "z": -31560 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 69, + "instId": 300005, + "propState": 8, + "pos": { + "x": 31900, + "y": -31213, + "z": -31560 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 69, + "instId": 300006, + "propState": 8, + "pos": { + "x": 32900, + "y": -31213, + "z": -32060 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 69, + "instId": 300007, + "propState": 8, + "pos": { + "x": 32900, + "y": -31213, + "z": -31060 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 70, + "instId": 300001, + "propState": 8, + "pos": { + "x": 32900, + "y": -31213, + "z": -37560 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 70, + "instId": 300002, + "propState": 8, + "pos": { + "x": 35900, + "y": -31213, + "z": -37560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 71, + "instId": 300001, + "propState": 8, + "pos": { + "x": 38900, + "y": -31055, + "z": -35520 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 72, + "instId": 300001, + "propState": 101, + "pos": { + "x": 120530, + "y": -28127, + "z": -147840 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 72, + "instId": 300002, + "propState": 8, + "pos": { + "x": 111030, + "y": -28131, + "z": -142250 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 72, + "instId": 300003, + "propState": 8, + "pos": { + "x": 110030, + "y": -28131, + "z": -142250 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 72, + "instId": 300004, + "propState": 8, + "pos": { + "x": 110530, + "y": -28131, + "z": -141250 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 72, + "instId": 300005, + "propState": 8, + "pos": { + "x": 106950, + "y": -28131, + "z": -149250 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 72, + "instId": 300006, + "propState": 8, + "pos": { + "x": 107450, + "y": -28131, + "z": -148250 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 72, + "instId": 300007, + "propState": 8, + "pos": { + "x": 106450, + "y": -28131, + "z": -148250 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 73, + "instId": 300001, + "propState": 101, + "pos": { + "x": 34030, + "y": -31213, + "z": -17730 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 73, + "instId": 300002, + "propState": 8, + "pos": { + "x": 38083, + "y": -31055, + "z": -30476 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 73, + "instId": 300003, + "propState": 8, + "pos": { + "x": 27600, + "y": -31213, + "z": -25730 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 73, + "instId": 300004, + "propState": 8, + "pos": { + "x": 37030, + "y": -31213, + "z": -28730 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 73, + "instId": 300005, + "propState": 8, + "pos": { + "x": 38083, + "y": -31055, + "z": -31316 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 73, + "instId": 300006, + "propState": 8, + "pos": { + "x": 27600, + "y": -31213, + "z": -26511 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 73, + "instId": 300007, + "propState": 8, + "pos": { + "x": 37030, + "y": -31163, + "z": -29600 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 74, + "instId": 300001, + "propState": 8, + "pos": { + "x": 28420, + "y": -31046, + "z": -22960 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 74, + "instId": 300002, + "propState": 8, + "pos": { + "x": 28420, + "y": -31046, + "z": -22960 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 77, + "instId": 300001, + "propState": 8, + "pos": { + "x": 118170, + "y": -28127, + "z": -115080 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 78, + "instId": 300001, + "propState": 101, + "pos": { + "x": 151180, + "y": -28127, + "z": -112512 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 78, + "instId": 300003, + "propState": 8, + "pos": { + "x": 128070, + "y": -28127, + "z": -111512 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 78, + "instId": 300004, + "propState": 8, + "pos": { + "x": 131070, + "y": -28127, + "z": -117512 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 78, + "instId": 300005, + "propState": 8, + "pos": { + "x": 134070, + "y": -28127, + "z": -111512 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 78, + "instId": 300006, + "propState": 8, + "pos": { + "x": 128910, + "y": -28127, + "z": -111512 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 78, + "instId": 300007, + "propState": 8, + "pos": { + "x": 131851, + "y": -28127, + "z": -117512 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 78, + "instId": 300008, + "propState": 8, + "pos": { + "x": 134940, + "y": -28127, + "z": -111512 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 79, + "instId": 300001, + "propState": 8, + "pos": { + "x": 145180, + "y": -28127, + "z": -117512 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 79, + "instId": 300002, + "propState": 8, + "pos": { + "x": 145180, + "y": -28127, + "z": -114512 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 80, + "instId": 300001, + "propState": 8, + "pos": { + "x": 141070, + "y": -28127, + "z": -111512 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 81, + "instId": 300001, + "propState": 101, + "pos": { + "x": 143440, + "y": 604, + "z": -39205 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 81, + "instId": 300003, + "propState": 8, + "pos": { + "x": 130710, + "y": 604, + "z": -45520 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 81, + "instId": 300004, + "propState": 8, + "pos": { + "x": 112910, + "y": 604, + "z": -48280 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 81, + "instId": 300005, + "propState": 8, + "pos": { + "x": 120590, + "y": 604, + "z": -30220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 81, + "instId": 300006, + "propState": 8, + "pos": { + "x": 131550, + "y": 604, + "z": -45520 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 81, + "instId": 300007, + "propState": 8, + "pos": { + "x": 113691, + "y": 604, + "z": -48280 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 81, + "instId": 300008, + "propState": 8, + "pos": { + "x": 121460, + "y": 604, + "z": -30220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 82, + "instId": 300001, + "propState": 8, + "pos": { + "x": 137440, + "y": 604, + "z": -44205 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 82, + "instId": 300002, + "propState": 8, + "pos": { + "x": 137440, + "y": 604, + "z": -41205 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 83, + "instId": 300001, + "propState": 8, + "pos": { + "x": 126730, + "y": 706, + "z": -38205 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 84, + "instId": 300001, + "propState": 8, + "pos": { + "x": 113490, + "y": 706, + "z": -38205 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 100 + } + ], + "monsters": [ + { + "groupId": 18, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -49880, + "y": -29517, + "z": -164080 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 19, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -50010, + "y": -29517, + "z": -164030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 22, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 11720, + "y": -31159, + "z": -148420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 23, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 11540, + "y": -31159, + "z": -145720 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 24, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 6046, + "y": -31055, + "z": -131680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 27, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 103010, + "y": -28070, + "z": -148670 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 30, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -6659, + "y": -31213, + "z": -48301 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 33, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 139239, + "y": 8008, + "z": -1435 + }, + "rot": { + "x": 0, + "y": 250320, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 34, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 136720, + "y": 8008, + "z": 1890 + }, + "rot": { + "x": 0, + "y": 220320, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 37, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 117410, + "y": 604, + "z": -43720 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 38, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 136140, + "y": 604, + "z": -45380 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 39, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 140650, + "y": -1149, + "z": -61020 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 52, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -9450, + "y": -31213, + "z": -14690 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 54, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 60710, + "y": -29462, + "z": -43910 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 63, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 61180, + "y": -31263, + "z": -136580 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 66, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -14050, + "y": -31213, + "z": -29700 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 70, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 32900, + "y": -31213, + "z": -37560 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 71, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 32900, + "y": -31055, + "z": -35520 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 74, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 28420, + "y": -31046, + "z": -22960 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 79, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 145180, + "y": -28127, + "z": -117512 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 80, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 141070, + "y": -28127, + "z": -117512 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 82, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 137440, + "y": 604, + "z": -44205 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 83, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 126730, + "y": 604, + "z": -31510 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 84, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 113490, + "y": 604, + "z": -31510 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 80209, + "props": [ + { + "groupId": 29, + "instId": 300001, + "propState": 8, + "pos": { + "x": 36497, + "y": 53852, + "z": 2060 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 29, + "instId": 300002, + "propState": 8, + "pos": { + "x": 35028, + "y": 53852, + "z": 84255 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 29, + "instId": 300003, + "propState": 8, + "pos": { + "x": 69782, + "y": 60472, + "z": 55375 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 30, + "instId": 300001, + "propState": 101, + "pos": { + "x": 44720, + "y": 60356, + "z": 47180 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 31, + "instId": 300001, + "propState": 8, + "pos": { + "x": 40010, + "y": 60356, + "z": 42330 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 31, + "instId": 300003, + "propState": 8, + "pos": { + "x": 40010, + "y": 60356, + "z": 42330 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 32, + "instId": 300002, + "propState": 8, + "pos": { + "x": 40010, + "y": 60356, + "z": 42330 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 32, + "instId": 300003, + "propState": 8, + "pos": { + "x": 40010, + "y": 60356, + "z": 42330 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 33, + "instId": 300001, + "propState": 8, + "pos": { + "x": -128500, + "y": 47886, + "z": 19230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 34, + "instId": 300001, + "propState": 101, + "pos": { + "x": -133320, + "y": 47886, + "z": 46230 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 35, + "instId": 300001, + "propState": 8, + "pos": { + "x": -128320, + "y": 47886, + "z": 34230 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 35, + "instId": 300002, + "propState": 1, + "pos": { + "x": -136320, + "y": 47886, + "z": 34230 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 35, + "instId": 300003, + "propState": 8, + "pos": { + "x": -130067, + "y": 47886, + "z": 29119 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 35, + "instId": 300004, + "propState": 8, + "pos": { + "x": -129161, + "y": 47886, + "z": 28700 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 102005 + }, + { + "groupId": 35, + "instId": 300005, + "propState": 8, + "pos": { + "x": -129236, + "y": 47886, + "z": 29672 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 102005 + }, + { + "groupId": 37, + "instId": 300001, + "propState": 8, + "pos": { + "x": -128500, + "y": 47886, + "z": 19230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 38, + "instId": 300001, + "propState": 101, + "pos": { + "x": -127708, + "y": 47886, + "z": -11430 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 38, + "instId": 300002, + "propState": 8, + "pos": { + "x": -125890, + "y": 47886, + "z": -420 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 38, + "instId": 300003, + "propState": 8, + "pos": { + "x": -125890, + "y": 47886, + "z": 580 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 39, + "instId": 300001, + "propState": 1, + "pos": { + "x": -132327, + "y": 47886, + "z": 799 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 40, + "instId": 300002, + "propState": 8, + "pos": { + "x": -84830, + "y": 49950, + "z": -3720 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 41, + "instId": 300001, + "propState": 101, + "pos": { + "x": -70960, + "y": 49950, + "z": 13137 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 41, + "instId": 300002, + "propState": 8, + "pos": { + "x": -73500, + "y": 49950, + "z": 1500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 41, + "instId": 300003, + "propState": 8, + "pos": { + "x": -73500, + "y": 49950, + "z": 500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 42, + "instId": 300001, + "propState": 8, + "pos": { + "x": -66160, + "y": 49950, + "z": 5207 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 42, + "instId": 300002, + "propState": 8, + "pos": { + "x": -66160, + "y": 49950, + "z": 4207 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 43, + "instId": 300001, + "propState": 8, + "pos": { + "x": -64962, + "y": 53256, + "z": -20000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 43, + "instId": 300002, + "propState": 8, + "pos": { + "x": -46348, + "y": 50001, + "z": 4076 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 44, + "instId": 300001, + "propState": 101, + "pos": { + "x": -29670, + "y": 50046, + "z": -18250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 45, + "instId": 300001, + "propState": 8, + "pos": { + "x": -35670, + "y": 50046, + "z": -23090 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 45, + "instId": 300003, + "propState": 8, + "pos": { + "x": -35670, + "y": 50046, + "z": -23090 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 47, + "instId": 300001, + "propState": 101, + "pos": { + "x": -29670, + "y": 50046, + "z": -18250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 47, + "instId": 300003, + "propState": 8, + "pos": { + "x": -48670, + "y": 50046, + "z": -17090 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 47, + "instId": 300004, + "propState": 8, + "pos": { + "x": -45670, + "y": 50046, + "z": -23090 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 47, + "instId": 300005, + "propState": 8, + "pos": { + "x": -42670, + "y": 50046, + "z": -17090 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 47, + "instId": 300006, + "propState": 8, + "pos": { + "x": -47830, + "y": 50046, + "z": -17090 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 47, + "instId": 300007, + "propState": 8, + "pos": { + "x": -44889, + "y": 50046, + "z": -23090 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 47, + "instId": 300008, + "propState": 8, + "pos": { + "x": -41800, + "y": 50046, + "z": -17090 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300001, + "propState": 101, + "pos": { + "x": -47076, + "y": 49950, + "z": -28690 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 48, + "instId": 300003, + "propState": 8, + "pos": { + "x": -46076, + "y": 49950, + "z": -5980 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300004, + "propState": 8, + "pos": { + "x": -52076, + "y": 49950, + "z": -8980 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300005, + "propState": 8, + "pos": { + "x": -46076, + "y": 49950, + "z": -11980 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300006, + "propState": 8, + "pos": { + "x": -46076, + "y": 49950, + "z": -6820 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300007, + "propState": 8, + "pos": { + "x": -52076, + "y": 49950, + "z": -9761 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300008, + "propState": 8, + "pos": { + "x": -46076, + "y": 49950, + "z": -12850 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 49, + "instId": 300001, + "propState": 101, + "pos": { + "x": -47076, + "y": 50001, + "z": -27470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 49, + "instId": 300002, + "propState": 8, + "pos": { + "x": -46076, + "y": 50046, + "z": -17970 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 49, + "instId": 300003, + "propState": 8, + "pos": { + "x": -46076, + "y": 50046, + "z": -16970 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 49, + "instId": 300004, + "propState": 8, + "pos": { + "x": -45076, + "y": 50046, + "z": -17470 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 49, + "instId": 300005, + "propState": 8, + "pos": { + "x": -53076, + "y": 49950, + "z": -12980 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 49, + "instId": 300006, + "propState": 8, + "pos": { + "x": -52076, + "y": 49950, + "z": -13480 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 49, + "instId": 300007, + "propState": 8, + "pos": { + "x": -52076, + "y": 49950, + "z": -12480 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 50, + "instId": 300001, + "propState": 8, + "pos": { + "x": -52076, + "y": 49950, + "z": -22690 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 50, + "instId": 300002, + "propState": 8, + "pos": { + "x": -49076, + "y": 50001, + "z": -22690 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 51, + "instId": 300001, + "propState": 8, + "pos": { + "x": -46076, + "y": 50046, + "z": -18960 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 52, + "instId": 300001, + "propState": 8, + "pos": { + "x": 50480, + "y": 45906, + "z": -60211 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 54, + "instId": 300001, + "propState": 8, + "pos": { + "x": 21360, + "y": 43257, + "z": -51160 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 54, + "instId": 300002, + "propState": 8, + "pos": { + "x": 21360, + "y": 43257, + "z": -51160 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 55, + "instId": 300001, + "propState": 101, + "pos": { + "x": 15360, + "y": 43158, + "z": -56000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 55, + "instId": 300003, + "propState": 8, + "pos": { + "x": 34360, + "y": 43155, + "z": -57160 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 55, + "instId": 300004, + "propState": 8, + "pos": { + "x": 31360, + "y": 43155, + "z": -51160 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 55, + "instId": 300005, + "propState": 8, + "pos": { + "x": 28360, + "y": 43159, + "z": -57160 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 55, + "instId": 300006, + "propState": 8, + "pos": { + "x": 33520, + "y": 43155, + "z": -57160 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 55, + "instId": 300007, + "propState": 8, + "pos": { + "x": 30579, + "y": 43155, + "z": -51160 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 55, + "instId": 300008, + "propState": 8, + "pos": { + "x": 27490, + "y": 43159, + "z": -57160 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300001, + "propState": 101, + "pos": { + "x": 18145, + "y": 43159, + "z": -54470 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 57, + "instId": 300003, + "propState": 8, + "pos": { + "x": 17145, + "y": 43159, + "z": -76110 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300004, + "propState": 8, + "pos": { + "x": 23145, + "y": 43257, + "z": -73110 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300005, + "propState": 8, + "pos": { + "x": 17145, + "y": 43159, + "z": -70110 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300006, + "propState": 8, + "pos": { + "x": 17145, + "y": 43159, + "z": -75270 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300007, + "propState": 8, + "pos": { + "x": 23145, + "y": 43257, + "z": -72329 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300008, + "propState": 8, + "pos": { + "x": 17145, + "y": 43159, + "z": -69240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300001, + "propState": 8, + "pos": { + "x": 23145, + "y": 43257, + "z": -60470 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 58, + "instId": 300002, + "propState": 8, + "pos": { + "x": 20145, + "y": 43257, + "z": -60470 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 59, + "instId": 300001, + "propState": 8, + "pos": { + "x": 17145, + "y": 43159, + "z": -64200 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 60, + "instId": 300001, + "propState": 101, + "pos": { + "x": 14680, + "y": 43156, + "z": -53030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 60, + "instId": 300002, + "propState": 8, + "pos": { + "x": 13680, + "y": 43157, + "z": -62530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 60, + "instId": 300003, + "propState": 8, + "pos": { + "x": 13680, + "y": 43157, + "z": -63530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 60, + "instId": 300004, + "propState": 8, + "pos": { + "x": 12680, + "y": 43156, + "z": -63030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 60, + "instId": 300005, + "propState": 8, + "pos": { + "x": 20680, + "y": 43257, + "z": -69110 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 60, + "instId": 300006, + "propState": 8, + "pos": { + "x": 19680, + "y": 43161, + "z": -68610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 60, + "instId": 300007, + "propState": 8, + "pos": { + "x": 19680, + "y": 43161, + "z": -69610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 62, + "instId": 300001, + "propState": 8, + "pos": { + "x": -30980, + "y": 49900, + "z": 42340 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 63, + "instId": 300001, + "propState": 101, + "pos": { + "x": 13051, + "y": 49880, + "z": 45440 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 64, + "instId": 300001, + "propState": 101, + "pos": { + "x": 11051, + "y": 49880, + "z": 44440 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 64, + "instId": 300002, + "propState": 8, + "pos": { + "x": -5949, + "y": 51035, + "z": 45440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 64, + "instId": 300003, + "propState": 8, + "pos": { + "x": -2949, + "y": 50602, + "z": 39440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 64, + "instId": 300004, + "propState": 8, + "pos": { + "x": 51, + "y": 50007, + "z": 39710 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 64, + "instId": 300005, + "propState": 8, + "pos": { + "x": -5109, + "y": 50942, + "z": 45440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 64, + "instId": 300006, + "propState": 8, + "pos": { + "x": -2168, + "y": 50471, + "z": 39440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 64, + "instId": 300007, + "propState": 8, + "pos": { + "x": 921, + "y": 49923, + "z": 39710 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 65, + "instId": 300001, + "propState": 8, + "pos": { + "x": 7051, + "y": 49880, + "z": 42770 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 65, + "instId": 300003, + "propState": 8, + "pos": { + "x": 7051, + "y": 49880, + "z": 42770 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 70, + "instId": 300001, + "propState": 101, + "pos": { + "x": -27420, + "y": 53191, + "z": 166800 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 70, + "instId": 300003, + "propState": 8, + "pos": { + "x": -46420, + "y": 53127, + "z": 169200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 70, + "instId": 300004, + "propState": 8, + "pos": { + "x": -43420, + "y": 53127, + "z": 161210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 70, + "instId": 300005, + "propState": 8, + "pos": { + "x": -40420, + "y": 53176, + "z": 169200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 70, + "instId": 300006, + "propState": 8, + "pos": { + "x": -45580, + "y": 53176, + "z": 169200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 70, + "instId": 300007, + "propState": 8, + "pos": { + "x": -42639, + "y": 53176, + "z": 161210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 70, + "instId": 300008, + "propState": 8, + "pos": { + "x": -39550, + "y": 53176, + "z": 169200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 71, + "instId": 300001, + "propState": 101, + "pos": { + "x": -29420, + "y": 53223, + "z": 166800 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 71, + "instId": 300002, + "propState": 8, + "pos": { + "x": -38920, + "y": 53176, + "z": 169790 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 71, + "instId": 300003, + "propState": 8, + "pos": { + "x": -39920, + "y": 53176, + "z": 169790 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 71, + "instId": 300004, + "propState": 8, + "pos": { + "x": -39420, + "y": 53176, + "z": 170790 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 71, + "instId": 300005, + "propState": 8, + "pos": { + "x": -42050, + "y": 53127, + "z": 160560 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 71, + "instId": 300006, + "propState": 8, + "pos": { + "x": -41550, + "y": 53176, + "z": 161560 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 71, + "instId": 300007, + "propState": 8, + "pos": { + "x": -42550, + "y": 53176, + "z": 161560 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 73, + "instId": 300001, + "propState": 8, + "pos": { + "x": -33420, + "y": 53090, + "z": 161210 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 73, + "instId": 300002, + "propState": 8, + "pos": { + "x": -33420, + "y": 53090, + "z": 164210 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 74, + "instId": 300001, + "propState": 8, + "pos": { + "x": -82535, + "y": 53142, + "z": 149072 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 75, + "instId": 300001, + "propState": 101, + "pos": { + "x": -89740, + "y": 47313, + "z": 160697 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 75, + "instId": 300003, + "propState": 8, + "pos": { + "x": -72617, + "y": 47313, + "z": 127430 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 75, + "instId": 300004, + "propState": 8, + "pos": { + "x": -81763, + "y": 47313, + "z": 136796 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 75, + "instId": 300005, + "propState": 8, + "pos": { + "x": -92513, + "y": 47313, + "z": 130950 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 75, + "instId": 300006, + "propState": 8, + "pos": { + "x": -86046, + "y": 47313, + "z": 147592 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 75, + "instId": 300007, + "propState": 8, + "pos": { + "x": -76398, + "y": 47313, + "z": 133430 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 75, + "instId": 300008, + "propState": 8, + "pos": { + "x": -79487, + "y": 47313, + "z": 127430 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 76, + "instId": 300001, + "propState": 8, + "pos": { + "x": -86710, + "y": 47313, + "z": 156360 + }, + "rot": { + "x": 0, + "y": 195502, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 76, + "instId": 300002, + "propState": 8, + "pos": { + "x": -89710, + "y": 47313, + "z": 156386 + }, + "rot": { + "x": 0, + "y": 180502, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 77, + "instId": 300001, + "propState": 8, + "pos": { + "x": -85617, + "y": 47313, + "z": 127430 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 78, + "instId": 300001, + "propState": 8, + "pos": { + "x": -94118, + "y": 47313, + "z": 144867 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 79, + "instId": 300001, + "propState": 8, + "pos": { + "x": -79050, + "y": 53306, + "z": 99170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 79, + "instId": 300003, + "propState": 8, + "pos": { + "x": -82535, + "y": 53142, + "z": 149072 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 80, + "instId": 300001, + "propState": 101, + "pos": { + "x": -76300, + "y": 53090, + "z": 161550 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 80, + "instId": 300003, + "propState": 8, + "pos": { + "x": -74347, + "y": 53090, + "z": 140949 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 80, + "instId": 300004, + "propState": 8, + "pos": { + "x": -69754, + "y": 53254, + "z": 120119 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 80, + "instId": 300005, + "propState": 8, + "pos": { + "x": -73623, + "y": 54906, + "z": 126863 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 80, + "instId": 300006, + "propState": 8, + "pos": { + "x": -78410, + "y": 53090, + "z": 148290 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 80, + "instId": 300007, + "propState": 8, + "pos": { + "x": -68930, + "y": 53090, + "z": 147151 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 80, + "instId": 300008, + "propState": 8, + "pos": { + "x": -74870, + "y": 53254, + "z": 120354 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 81, + "instId": 300001, + "propState": 8, + "pos": { + "x": -71200, + "y": 53090, + "z": 155550 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 81, + "instId": 300002, + "propState": 8, + "pos": { + "x": -74200, + "y": 53090, + "z": 155550 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 82, + "instId": 300001, + "propState": 8, + "pos": { + "x": -76200, + "y": 53090, + "z": 152880 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 83, + "instId": 300001, + "propState": 8, + "pos": { + "x": -82050, + "y": 53254, + "z": 122170 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 84, + "instId": 300003, + "propState": 8, + "pos": { + "x": -79050, + "y": 53306, + "z": 99170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 85, + "instId": 300001, + "propState": 101, + "pos": { + "x": -77290, + "y": 49983, + "z": 66283 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 85, + "instId": 300003, + "propState": 8, + "pos": { + "x": -76290, + "y": 49950, + "z": 85283 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 85, + "instId": 300004, + "propState": 8, + "pos": { + "x": -82290, + "y": 49950, + "z": 82283 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 85, + "instId": 300005, + "propState": 8, + "pos": { + "x": -76290, + "y": 49950, + "z": 79283 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 85, + "instId": 300006, + "propState": 8, + "pos": { + "x": -76290, + "y": 49950, + "z": 84443 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 85, + "instId": 300007, + "propState": 8, + "pos": { + "x": -82290, + "y": 49950, + "z": 81502 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 85, + "instId": 300008, + "propState": 8, + "pos": { + "x": -76290, + "y": 49950, + "z": 78413 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 87, + "instId": 300001, + "propState": 8, + "pos": { + "x": -82290, + "y": 49950, + "z": 72283 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 87, + "instId": 300002, + "propState": 8, + "pos": { + "x": -79290, + "y": 49950, + "z": 72283 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 88, + "instId": 300001, + "propState": 8, + "pos": { + "x": 44471, + "y": 46974, + "z": 143130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 88, + "instId": 300002, + "propState": 8, + "pos": { + "x": 89205, + "y": 50170, + "z": 126087 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 89, + "instId": 300001, + "propState": 101, + "pos": { + "x": 77940, + "y": 43649, + "z": 144470 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 89, + "instId": 300003, + "propState": 8, + "pos": { + "x": 58940, + "y": 43649, + "z": 145470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 89, + "instId": 300004, + "propState": 8, + "pos": { + "x": 61940, + "y": 43649, + "z": 139470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 89, + "instId": 300005, + "propState": 8, + "pos": { + "x": 64940, + "y": 43649, + "z": 145470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 89, + "instId": 300006, + "propState": 8, + "pos": { + "x": 59780, + "y": 43649, + "z": 145470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 89, + "instId": 300007, + "propState": 8, + "pos": { + "x": 62721, + "y": 43649, + "z": 139470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 89, + "instId": 300008, + "propState": 8, + "pos": { + "x": 65810, + "y": 43649, + "z": 145470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 91, + "instId": 300001, + "propState": 8, + "pos": { + "x": 71940, + "y": 43649, + "z": 139470 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 91, + "instId": 300002, + "propState": 8, + "pos": { + "x": 71940, + "y": 43649, + "z": 142470 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 94, + "instId": 300001, + "propState": 8, + "pos": { + "x": -42120, + "y": 49949, + "z": 98070 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 95, + "instId": 300001, + "propState": 101, + "pos": { + "x": -45760, + "y": 49948, + "z": 101860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 95, + "instId": 300003, + "propState": 8, + "pos": { + "x": -44760, + "y": 49948, + "z": 120860 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 95, + "instId": 300004, + "propState": 8, + "pos": { + "x": -50760, + "y": 49984, + "z": 117860 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 95, + "instId": 300005, + "propState": 8, + "pos": { + "x": -44760, + "y": 49963, + "z": 114860 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 95, + "instId": 300006, + "propState": 8, + "pos": { + "x": -44760, + "y": 49948, + "z": 120020 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 95, + "instId": 300007, + "propState": 8, + "pos": { + "x": -50760, + "y": 50011, + "z": 117079 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 95, + "instId": 300008, + "propState": 8, + "pos": { + "x": -44760, + "y": 49963, + "z": 113990 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 96, + "instId": 300001, + "propState": 8, + "pos": { + "x": -50760, + "y": 49948, + "z": 107860 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 96, + "instId": 300002, + "propState": 8, + "pos": { + "x": -47760, + "y": 49948, + "z": 107860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 98, + "instId": 300001, + "propState": 101, + "pos": { + "x": 59070, + "y": 43694, + "z": 186390 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 98, + "instId": 300002, + "propState": 8, + "pos": { + "x": 51940, + "y": 43743, + "z": 189440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 98, + "instId": 300003, + "propState": 8, + "pos": { + "x": 50985, + "y": 43743, + "z": 189383 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 101, + "instId": 300001, + "propState": 1, + "pos": { + "x": 51170, + "y": 43743, + "z": 180361 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 1002 + } + ], + "monsters": [ + { + "groupId": 31, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 40010, + "y": 60379, + "z": 42330 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 32, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 40010, + "y": 60379, + "z": 42330 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 45, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -35670, + "y": 50046, + "z": -23090 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 50, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -52076, + "y": 49950, + "z": -22690 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 51, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -46076, + "y": 50046, + "z": -18960 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 54, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 21360, + "y": 43257, + "z": -51160 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 58, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 23145, + "y": 43257, + "z": -60470 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 59, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 17145, + "y": 43159, + "z": -64200 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 65, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 7051, + "y": 49880, + "z": 42770 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 73, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -33420, + "y": 53090, + "z": 161210 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 76, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -86710, + "y": 47313, + "z": 156360 + }, + "rot": { + "x": 0, + "y": 195502, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 77, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -85617, + "y": 47313, + "z": 127430 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 78, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -94118, + "y": 47313, + "z": 144867 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 81, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -71200, + "y": 53090, + "z": 155550 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 82, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -71200, + "y": 53090, + "z": 152860 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 83, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -71880, + "y": 53351, + "z": 122170 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 87, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -82290, + "y": 49950, + "z": 72283 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 91, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 71940, + "y": 43649, + "z": 139470 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 96, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -50760, + "y": 49948, + "z": 107860 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 80210, + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 8, + "pos": { + "x": -35220, + "y": 1491, + "z": 11180 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 101, + "pos": { + "x": -5890, + "y": 1522, + "z": 19230 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": -11890, + "y": 1532, + "z": 14080 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 8, + "pos": { + "x": -11890, + "y": 1532, + "z": 14080 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": -141950, + "y": 11839, + "z": 4740 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 8, + "pos": { + "x": -199680, + "y": 15466, + "z": 4850 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 101, + "pos": { + "x": -192990, + "y": 15730, + "z": 11328 + }, + "rot": { + "x": 0, + "y": 156529, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 8, + "pos": { + "x": -182320, + "y": 15709, + "z": 206 + }, + "rot": { + "x": 0, + "y": 66529, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 8, + "pos": { + "x": -181270, + "y": 15743, + "z": -330 + }, + "rot": { + "x": 0, + "y": 66529, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 8, + "pos": { + "x": -188989, + "y": 15709, + "z": -4452 + }, + "rot": { + "x": 0, + "y": 66529, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 8, + "pos": { + "x": -189912, + "y": 15709, + "z": -3705 + }, + "rot": { + "x": 0, + "y": 66529, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 8, + "instId": 300006, + "propState": 8, + "pos": { + "x": -180957, + "y": 15709, + "z": -1050 + }, + "rot": { + "x": 0, + "y": 66529, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 8, + "instId": 300007, + "propState": 8, + "pos": { + "x": -188176, + "y": 15709, + "z": -4954 + }, + "rot": { + "x": 0, + "y": 66529, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 8, + "pos": { + "x": -298407, + "y": 3837, + "z": -185329 + }, + "rot": { + "x": 0, + "y": 156529, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 8, + "pos": { + "x": 22543, + "y": 6118, + "z": -96435 + }, + "rot": { + "x": 0, + "y": 66529, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 8, + "pos": { + "x": -318610, + "y": -30074, + "z": 16500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 8, + "pos": { + "x": -314290, + "y": -35386, + "z": 52830 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 13, + "instId": 300001, + "propState": 101, + "pos": { + "x": -310360, + "y": -35484, + "z": 48490 + }, + "rot": { + "x": 0, + "y": 213275, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 8, + "pos": { + "x": -318682, + "y": -35236, + "z": 33065 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 8, + "pos": { + "x": -318791, + "y": -35225, + "z": 34295 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 13, + "instId": 300005, + "propState": 8, + "pos": { + "x": -309038, + "y": -35482, + "z": 31750 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 8, + "pos": { + "x": -311523, + "y": -35477, + "z": 31057 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 13, + "instId": 300006, + "propState": 8, + "pos": { + "x": -319000, + "y": -35307, + "z": 35724 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 13, + "instId": 300007, + "propState": 8, + "pos": { + "x": -310201, + "y": -35483, + "z": 31250 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 14, + "instId": 300001, + "propState": 8, + "pos": { + "x": -308380, + "y": -35485, + "z": 40590 + }, + "rot": { + "x": 0, + "y": 199762, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 8, + "pos": { + "x": -308380, + "y": -35485, + "z": 40590 + }, + "rot": { + "x": 0, + "y": 199762, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 15, + "instId": 300001, + "propState": 8, + "pos": { + "x": -351790, + "y": -37000, + "z": 25900 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 15, + "instId": 300002, + "propState": 8, + "pos": { + "x": -395340, + "y": -34393, + "z": 21450 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 16, + "instId": 300001, + "propState": 101, + "pos": { + "x": -378790, + "y": -37000, + "z": 21258 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 16, + "instId": 300003, + "propState": 8, + "pos": { + "x": -366513, + "y": -37076, + "z": 27230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 16, + "instId": 300004, + "propState": 8, + "pos": { + "x": -369038, + "y": -37051, + "z": 17510 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 16, + "instId": 300005, + "propState": 8, + "pos": { + "x": -370017, + "y": -37091, + "z": 17550 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 8, + "pos": { + "x": -367500, + "y": -37106, + "z": 27230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 16, + "instId": 300006, + "propState": 8, + "pos": { + "x": -365466, + "y": -37000, + "z": 27250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 16, + "instId": 300007, + "propState": 8, + "pos": { + "x": -367987, + "y": -37040, + "z": 17550 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 18, + "instId": 300001, + "propState": 101, + "pos": { + "x": -383260, + "y": -36994, + "z": -17220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 19, + "instId": 300001, + "propState": 8, + "pos": { + "x": -373260, + "y": -36969, + "z": -11220 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 19, + "instId": 300002, + "propState": 1, + "pos": { + "x": -373260, + "y": -36969, + "z": -19220 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 19, + "instId": 300003, + "propState": 8, + "pos": { + "x": -368162, + "y": -36969, + "z": -12134 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 19, + "instId": 300004, + "propState": 8, + "pos": { + "x": -368725, + "y": -36969, + "z": -11478 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 102005 + }, + { + "groupId": 19, + "instId": 300005, + "propState": 8, + "pos": { + "x": -367890, + "y": -36969, + "z": -11546 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 102005 + }, + { + "groupId": 20, + "instId": 300001, + "propState": 101, + "pos": { + "x": -357760, + "y": -37000, + "z": 25570 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 8, + "pos": { + "x": -368765, + "y": -37065, + "z": 27230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 20, + "instId": 300003, + "propState": 8, + "pos": { + "x": -366790, + "y": -37043, + "z": 17510 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 20, + "instId": 300004, + "propState": 8, + "pos": { + "x": -367769, + "y": -37039, + "z": 17550 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 20, + "instId": 300005, + "propState": 8, + "pos": { + "x": -366735, + "y": -37086, + "z": 27230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 20, + "instId": 300006, + "propState": 8, + "pos": { + "x": -367718, + "y": -37113, + "z": 27250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 20, + "instId": 300007, + "propState": 8, + "pos": { + "x": -365740, + "y": -37004, + "z": 17550 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300001, + "propState": 8, + "pos": { + "x": -361960, + "y": -36980, + "z": 23260 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300002, + "propState": 8, + "pos": { + "x": 11780, + "y": 147, + "z": 157590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 23, + "instId": 300001, + "propState": 8, + "pos": { + "x": -425960, + "y": -44510, + "z": 115420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 8, + "pos": { + "x": -404500, + "y": -44510, + "z": 60750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 24, + "instId": 300001, + "propState": 101, + "pos": { + "x": -403650, + "y": -44430, + "z": 134050 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 24, + "instId": 300003, + "propState": 8, + "pos": { + "x": -410518, + "y": -45811, + "z": 78967 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 24, + "instId": 300004, + "propState": 8, + "pos": { + "x": -400138, + "y": -44829, + "z": 96282 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 24, + "instId": 300005, + "propState": 8, + "pos": { + "x": -410750, + "y": -44407, + "z": 120250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 24, + "instId": 300002, + "propState": 8, + "pos": { + "x": -398750, + "y": -44510, + "z": 105500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 24, + "instId": 300006, + "propState": 8, + "pos": { + "x": -409037, + "y": -44510, + "z": 102675 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 24, + "instId": 300007, + "propState": 8, + "pos": { + "x": -400749, + "y": -44510, + "z": 124379 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 25, + "instId": 300001, + "propState": 8, + "pos": { + "x": -408650, + "y": -44510, + "z": 130050 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300002, + "propState": 8, + "pos": { + "x": -408650, + "y": -44510, + "z": 130050 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 26, + "instId": 300002, + "propState": 8, + "pos": { + "x": -395500, + "y": -39439, + "z": -67220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 26, + "instId": 300003, + "propState": 8, + "pos": { + "x": -404258, + "y": -39341, + "z": -75061 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 26, + "instId": 300004, + "propState": 8, + "pos": { + "x": -404471, + "y": -36870, + "z": -33230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 27, + "instId": 300001, + "propState": 101, + "pos": { + "x": -402546, + "y": -39359, + "z": -70180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 27, + "instId": 300003, + "propState": 8, + "pos": { + "x": -401000, + "y": -39439, + "z": -59250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 27, + "instId": 300004, + "propState": 8, + "pos": { + "x": -401000, + "y": -39439, + "z": -58000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 27, + "instId": 300005, + "propState": 8, + "pos": { + "x": -401000, + "y": -39439, + "z": -60500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 27, + "instId": 300002, + "propState": 8, + "pos": { + "x": -408250, + "y": -39439, + "z": -53500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 27, + "instId": 300006, + "propState": 8, + "pos": { + "x": -408250, + "y": -39439, + "z": -52250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 27, + "instId": 300007, + "propState": 8, + "pos": { + "x": -408250, + "y": -39439, + "z": -54750 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 29, + "instId": 300001, + "propState": 8, + "pos": { + "x": -464180, + "y": -44480, + "z": 82550 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 29, + "instId": 300002, + "propState": 8, + "pos": { + "x": -468776, + "y": -44549, + "z": 50039 + }, + "rot": { + "x": 0, + "y": 211606, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 30, + "instId": 300001, + "propState": 101, + "pos": { + "x": -462180, + "y": -44350, + "z": 55550 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 30, + "instId": 300003, + "propState": 8, + "pos": { + "x": -460500, + "y": -44480, + "z": 69000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 30, + "instId": 300004, + "propState": 8, + "pos": { + "x": -460010, + "y": -44480, + "z": 68037 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 30, + "instId": 300005, + "propState": 8, + "pos": { + "x": -459500, + "y": -44480, + "z": 69094 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 30, + "instId": 300002, + "propState": 8, + "pos": { + "x": -468180, + "y": -44525, + "z": 68160 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 30, + "instId": 300006, + "propState": 8, + "pos": { + "x": -468250, + "y": -44575, + "z": 70250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 30, + "instId": 300007, + "propState": 8, + "pos": { + "x": -468250, + "y": -44588, + "z": 69094 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 32, + "instId": 300001, + "propState": 8, + "pos": { + "x": -465730, + "y": -51245, + "z": -64850 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 32, + "instId": 300002, + "propState": 8, + "pos": { + "x": -499460, + "y": -51140, + "z": -46670 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 33, + "instId": 300001, + "propState": 101, + "pos": { + "x": -498420, + "y": -51245, + "z": -55970 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 33, + "instId": 300003, + "propState": 8, + "pos": { + "x": -490860, + "y": -51245, + "z": -60498 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 33, + "instId": 300004, + "propState": 8, + "pos": { + "x": -490091, + "y": -51245, + "z": -60500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 37, + "instId": 300001, + "propState": 8, + "pos": { + "x": -483131, + "y": -46236, + "z": 28130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 37, + "instId": 300002, + "propState": 8, + "pos": { + "x": -504646, + "y": -50643, + "z": 3158 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 37, + "instId": 300003, + "propState": 8, + "pos": { + "x": -525900, + "y": -51245, + "z": 4880 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 46, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 46, + "instId": 300003, + "propState": 8, + "pos": { + "x": -11890, + "y": 1532, + "z": 14080 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 47, + "instId": 300002, + "propState": 8, + "pos": { + "x": -404000, + "y": -44430, + "z": 116500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 47, + "instId": 300001, + "propState": 8, + "pos": { + "x": -405074, + "y": -44773, + "z": 97000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 47, + "instId": 300003, + "propState": 8, + "pos": { + "x": -397750, + "y": -44510, + "z": 103250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 47, + "instId": 300004, + "propState": 8, + "pos": { + "x": -420000, + "y": -44510, + "z": 126443 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 49, + "instId": 300001, + "propState": 101, + "pos": { + "x": -405650, + "y": -44510, + "z": 137970 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 49, + "instId": 300002, + "propState": 20, + "pos": { + "x": -403500, + "y": -44510, + "z": 134090 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60204 + }, + { + "groupId": 49, + "instId": 300003, + "propState": 20, + "pos": { + "x": -402346, + "y": -44510, + "z": 134090 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60205 + }, + { + "groupId": 49, + "instId": 300004, + "propState": 20, + "pos": { + "x": -401250, + "y": -44510, + "z": 134090 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60206 + }, + { + "groupId": 49, + "instId": 300005, + "propState": 8, + "pos": { + "x": -404630, + "y": -44773, + "z": 97000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 913 + }, + { + "groupId": 49, + "instId": 300006, + "propState": 8, + "pos": { + "x": -400839, + "y": -45136, + "z": 92345 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 49, + "instId": 300007, + "propState": 8, + "pos": { + "x": -402250, + "y": -44510, + "z": 129000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 49, + "instId": 300008, + "propState": 20, + "pos": { + "x": -407920, + "y": -45184, + "z": 91710 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60206 + }, + { + "groupId": 51, + "instId": 300002, + "propState": 8, + "pos": { + "x": -395340, + "y": -34393, + "z": -12000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 56, + "instId": 300001, + "propState": 8, + "pos": { + "x": -408650, + "y": -44894, + "z": 89050 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 57, + "instId": 300001, + "propState": 8, + "pos": { + "x": -402650, + "y": -44510, + "z": 108460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 58, + "instId": 300001, + "propState": 1, + "pos": { + "x": -489777, + "y": -51245, + "z": -52366 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 60, + "instId": 300001, + "propState": 101, + "pos": { + "x": -492391, + "y": -51245, + "z": 16833 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 61, + "instId": 300001, + "propState": 101, + "pos": { + "x": -492391, + "y": -51245, + "z": 16833 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 61, + "instId": 300003, + "propState": 8, + "pos": { + "x": -508401, + "y": -51245, + "z": 17833 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 61, + "instId": 300004, + "propState": 8, + "pos": { + "x": -505401, + "y": -51245, + "z": 11833 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 61, + "instId": 300005, + "propState": 8, + "pos": { + "x": -502401, + "y": -51159, + "z": 17833 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 61, + "instId": 300006, + "propState": 8, + "pos": { + "x": -507561, + "y": -51171, + "z": 17833 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 61, + "instId": 300007, + "propState": 8, + "pos": { + "x": -504620, + "y": -51245, + "z": 11833 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 61, + "instId": 300008, + "propState": 8, + "pos": { + "x": -501531, + "y": -51159, + "z": 17833 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 62, + "instId": 300001, + "propState": 8, + "pos": { + "x": -496210, + "y": -51245, + "z": 14833 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 62, + "instId": 300003, + "propState": 8, + "pos": { + "x": -496210, + "y": -51245, + "z": 14833 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 68, + "instId": 300001, + "propState": 8, + "pos": { + "x": -104960, + "y": 8043, + "z": -1419 + }, + "rot": { + "x": 0, + "y": 6185, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 68, + "instId": 300002, + "propState": 8, + "pos": { + "x": -94650, + "y": 4561, + "z": -6447 + }, + "rot": { + "x": 0, + "y": 85427, + "z": 0 + }, + "propId": 137 + }, + { + "groupId": 69, + "instId": 300001, + "propState": 101, + "pos": { + "x": -98165, + "y": 2514, + "z": -38877 + }, + "rot": { + "x": 0, + "y": 269789, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 69, + "instId": 300002, + "propState": 8, + "pos": { + "x": -104268, + "y": 2795, + "z": -34210 + }, + "rot": { + "x": 0, + "y": 269789, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 69, + "instId": 300003, + "propState": 8, + "pos": { + "x": -105017, + "y": 2883, + "z": -34223 + }, + "rot": { + "x": 0, + "y": 269789, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 70, + "instId": 300001, + "propState": 1, + "pos": { + "x": -104800, + "y": 2576, + "z": -40716 + }, + "rot": { + "x": 0, + "y": 329789, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 72, + "instId": 300001, + "propState": 8, + "pos": { + "x": -250928, + "y": -9266, + "z": 5304 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 72, + "instId": 300002, + "propState": 8, + "pos": { + "x": -285278, + "y": -16009, + "z": 5010 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 73, + "instId": 300001, + "propState": 101, + "pos": { + "x": -277800, + "y": -14384, + "z": 3304 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 74, + "instId": 300001, + "propState": 101, + "pos": { + "x": -277800, + "y": -14384, + "z": 3304 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 74, + "instId": 300002, + "propState": 8, + "pos": { + "x": -270000, + "y": -14292, + "z": 9250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 74, + "instId": 300003, + "propState": 8, + "pos": { + "x": -269000, + "y": -14292, + "z": 9250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 74, + "instId": 300004, + "propState": 8, + "pos": { + "x": -269500, + "y": -14292, + "z": 8250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 74, + "instId": 300005, + "propState": 8, + "pos": { + "x": -267928, + "y": -14292, + "z": 9304 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 74, + "instId": 300006, + "propState": 8, + "pos": { + "x": -268428, + "y": -14292, + "z": 8304 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 74, + "instId": 300007, + "propState": 8, + "pos": { + "x": -267428, + "y": -14292, + "z": 8304 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 75, + "instId": 300001, + "propState": 8, + "pos": { + "x": -273928, + "y": -14292, + "z": 5304 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 75, + "instId": 300003, + "propState": 8, + "pos": { + "x": -273928, + "y": -14292, + "z": 5304 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 76, + "instId": 300001, + "propState": 8, + "pos": { + "x": -285278, + "y": -16009, + "z": 5010 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 76, + "instId": 300002, + "propState": 8, + "pos": { + "x": -318750, + "y": -29356, + "z": -5500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 76, + "instId": 300003, + "propState": 8, + "pos": { + "x": -318610, + "y": -30074, + "z": 16500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 77, + "instId": 300001, + "propState": 101, + "pos": { + "x": -333000, + "y": -29427, + "z": 3054 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 77, + "instId": 300003, + "propState": 8, + "pos": { + "x": -318330, + "y": -29329, + "z": 7750 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 77, + "instId": 300004, + "propState": 8, + "pos": { + "x": -321190, + "y": -29329, + "z": 2380 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 77, + "instId": 300005, + "propState": 8, + "pos": { + "x": -300980, + "y": -23630, + "z": 2054 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 77, + "instId": 300006, + "propState": 8, + "pos": { + "x": -319170, + "y": -29329, + "z": 7750 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 77, + "instId": 300007, + "propState": 8, + "pos": { + "x": -321971, + "y": -29329, + "z": 2380 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 77, + "instId": 300008, + "propState": 8, + "pos": { + "x": -301850, + "y": -24091, + "z": 2054 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 78, + "instId": 300001, + "propState": 8, + "pos": { + "x": -327000, + "y": -29427, + "z": 8054 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 78, + "instId": 300002, + "propState": 8, + "pos": { + "x": -327000, + "y": -29427, + "z": 5054 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 79, + "instId": 300001, + "propState": 8, + "pos": { + "x": -307200, + "y": -26900, + "z": 7533 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 80, + "instId": 300001, + "propState": 8, + "pos": { + "x": -316610, + "y": -29329, + "z": 2054 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 81, + "instId": 300001, + "propState": 8, + "pos": { + "x": -374790, + "y": -37000, + "z": 26258 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 81, + "instId": 300002, + "propState": 8, + "pos": { + "x": -374790, + "y": -37000, + "z": 23258 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 82, + "instId": 300001, + "propState": 8, + "pos": { + "x": -371000, + "y": -37000, + "z": 20258 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 87, + "instId": 300001, + "propState": 8, + "pos": { + "x": -392000, + "y": -29427, + "z": 5000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 88, + "instId": 300001, + "propState": 101, + "pos": { + "x": -357500, + "y": -29329, + "z": 6696 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 88, + "instId": 300003, + "propState": 8, + "pos": { + "x": -381020, + "y": -29427, + "z": 7696 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 88, + "instId": 300004, + "propState": 8, + "pos": { + "x": -378020, + "y": -29427, + "z": 1696 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 88, + "instId": 300005, + "propState": 8, + "pos": { + "x": -375020, + "y": -29427, + "z": 7696 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 88, + "instId": 300006, + "propState": 8, + "pos": { + "x": -380180, + "y": -29427, + "z": 7696 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 88, + "instId": 300007, + "propState": 8, + "pos": { + "x": -377239, + "y": -29427, + "z": 1696 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 88, + "instId": 300008, + "propState": 8, + "pos": { + "x": -374150, + "y": -29427, + "z": 7696 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 89, + "instId": 300001, + "propState": 101, + "pos": { + "x": -364020, + "y": -29427, + "z": 6696 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 89, + "instId": 300002, + "propState": 8, + "pos": { + "x": -375000, + "y": -29427, + "z": 750 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 89, + "instId": 300003, + "propState": 8, + "pos": { + "x": -376000, + "y": -29427, + "z": 750 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 89, + "instId": 300004, + "propState": 8, + "pos": { + "x": -375500, + "y": -29427, + "z": 1750 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 89, + "instId": 300005, + "propState": 8, + "pos": { + "x": -374020, + "y": -29427, + "z": 696 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 89, + "instId": 300006, + "propState": 8, + "pos": { + "x": -373520, + "y": -29427, + "z": 1696 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 89, + "instId": 300007, + "propState": 8, + "pos": { + "x": -374520, + "y": -29427, + "z": 1696 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 90, + "instId": 300001, + "propState": 8, + "pos": { + "x": -363500, + "y": -29329, + "z": 1696 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 90, + "instId": 300002, + "propState": 8, + "pos": { + "x": -363500, + "y": -29329, + "z": 4696 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 91, + "instId": 300001, + "propState": 8, + "pos": { + "x": -365750, + "y": -29427, + "z": 7696 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 92, + "instId": 300001, + "propState": 8, + "pos": { + "x": -439160, + "y": -34511, + "z": 4800 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 92, + "instId": 300002, + "propState": 8, + "pos": { + "x": -405090, + "y": -34556, + "z": -2200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 92, + "instId": 300003, + "propState": 8, + "pos": { + "x": -405090, + "y": -34556, + "z": 11780 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 92, + "instId": 300004, + "propState": 8, + "pos": { + "x": -392000, + "y": -29427, + "z": 5000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 93, + "instId": 300001, + "propState": 101, + "pos": { + "x": -431390, + "y": -34556, + "z": 2800 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 93, + "instId": 300003, + "propState": 8, + "pos": { + "x": -412390, + "y": -34517, + "z": 320 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 93, + "instId": 300004, + "propState": 8, + "pos": { + "x": -415390, + "y": -34517, + "z": 9460 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 93, + "instId": 300005, + "propState": 8, + "pos": { + "x": -418390, + "y": -34517, + "z": 320 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 93, + "instId": 300006, + "propState": 8, + "pos": { + "x": -413230, + "y": -34517, + "z": 320 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 93, + "instId": 300007, + "propState": 8, + "pos": { + "x": -416171, + "y": -34517, + "z": 9460 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 93, + "instId": 300008, + "propState": 8, + "pos": { + "x": -419260, + "y": -34517, + "z": 320 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 94, + "instId": 300001, + "propState": 101, + "pos": { + "x": -429300, + "y": -34556, + "z": 2804 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 94, + "instId": 300002, + "propState": 8, + "pos": { + "x": -418320, + "y": -34517, + "z": 8750 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 94, + "instId": 300003, + "propState": 8, + "pos": { + "x": -417320, + "y": -34517, + "z": 8750 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 94, + "instId": 300004, + "propState": 8, + "pos": { + "x": -417820, + "y": -34556, + "z": 7750 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 94, + "instId": 300005, + "propState": 8, + "pos": { + "x": -419300, + "y": -34517, + "z": 8804 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 94, + "instId": 300006, + "propState": 8, + "pos": { + "x": -419800, + "y": -34443, + "z": 7804 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 94, + "instId": 300007, + "propState": 8, + "pos": { + "x": -418800, + "y": -34556, + "z": 7804 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 96, + "instId": 300001, + "propState": 8, + "pos": { + "x": -427030, + "y": -34556, + "z": 7804 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 96, + "instId": 300002, + "propState": 8, + "pos": { + "x": -427030, + "y": -34556, + "z": 4804 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 97, + "instId": 300001, + "propState": 8, + "pos": { + "x": -504646, + "y": -50643, + "z": 3158 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 97, + "instId": 300002, + "propState": 8, + "pos": { + "x": -499460, + "y": -51140, + "z": -46670 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 98, + "instId": 300001, + "propState": 101, + "pos": { + "x": -495520, + "y": -51245, + "z": -40040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 98, + "instId": 300003, + "propState": 8, + "pos": { + "x": -494520, + "y": -51245, + "z": -21040 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 98, + "instId": 300004, + "propState": 8, + "pos": { + "x": -500520, + "y": -51245, + "z": -24040 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 98, + "instId": 300005, + "propState": 8, + "pos": { + "x": -494520, + "y": -51245, + "z": -27040 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 98, + "instId": 300006, + "propState": 8, + "pos": { + "x": -494520, + "y": -51245, + "z": -21880 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 98, + "instId": 300007, + "propState": 8, + "pos": { + "x": -500520, + "y": -51245, + "z": -24821 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 98, + "instId": 300008, + "propState": 8, + "pos": { + "x": -494520, + "y": -51245, + "z": -27910 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 99, + "instId": 300001, + "propState": 8, + "pos": { + "x": -500520, + "y": -51245, + "z": -34040 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 99, + "instId": 300002, + "propState": 8, + "pos": { + "x": -497520, + "y": -51245, + "z": -34040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "monsters": [ + { + "groupId": 6, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -11890, + "y": 1532, + "z": 14080 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 9, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -186811, + "y": 15709, + "z": 9650 + }, + "rot": { + "x": 0, + "y": 156529, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 14, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -308380, + "y": -35485, + "z": 40590 + }, + "rot": { + "x": 0, + "y": 199762, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 21, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -361960, + "y": -37000, + "z": 20260 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 25, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -408650, + "y": -44510, + "z": 130050 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 46, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -11890, + "y": 1532, + "z": 14080 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 47, + "instId": 200002, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 47, + "instId": 200003, + "eventId": 81312013, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002059 + }, + { + "groupId": 47, + "instId": 200004, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 47, + "instId": 200005, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 47, + "instId": 200006, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 47, + "instId": 200007, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 47, + "instId": 200008, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 47, + "instId": 200009, + "eventId": 81312013, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002059 + }, + { + "groupId": 47, + "instId": 200010, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 47, + "instId": 200011, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 47, + "instId": 200012, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 47, + "instId": 200013, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 47, + "instId": 200014, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 47, + "instId": 200015, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 47, + "instId": 200016, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 47, + "instId": 200017, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 47, + "instId": 200018, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 47, + "instId": 200019, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 47, + "instId": 200020, + "eventId": 81312013, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002059 + }, + { + "groupId": 47, + "instId": 200021, + "eventId": 81312013, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002059 + }, + { + "groupId": 56, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -408650, + "y": -45391, + "z": 89050 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 57, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -402650, + "y": -44510, + "z": 108460 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 62, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -496210, + "y": -51245, + "z": 14833 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 75, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -273928, + "y": -14292, + "z": 5304 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 78, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -327000, + "y": -29427, + "z": 8054 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 79, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -307200, + "y": -26900, + "z": 7533 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 80, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -316610, + "y": -29329, + "z": 2054 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 81, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -374790, + "y": -37000, + "z": 26258 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 82, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -371000, + "y": -37000, + "z": 26258 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 90, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -363500, + "y": -29329, + "z": 1696 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 91, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -365750, + "y": -29427, + "z": 1696 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 96, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -427030, + "y": -34556, + "z": 7804 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 99, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -500520, + "y": -51245, + "z": -34040 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 80211, + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": -31130, + "y": 34, + "z": 38200 + }, + "rot": { + "x": 0, + "y": 158719, + "z": 0 + }, + "propId": 1024 + } + ], + "monsters": [], + "teleports": [] + }, + { + "planeID": 80301, + "props": [ + { + "groupId": 17, + "instId": 300001, + "propState": 8, + "pos": { + "x": -38680, + "y": 18260, + "z": -82930 + }, + "rot": { + "x": 0, + "y": 193835, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 17, + "instId": 300006, + "propState": 8, + "pos": { + "x": -178060, + "y": -390, + "z": -61070 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 17, + "instId": 300010, + "propState": 8, + "pos": { + "x": -162330, + "y": -415, + "z": -71330 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100011 + }, + { + "groupId": 17, + "instId": 300011, + "propState": 8, + "pos": { + "x": -169860, + "y": -4600, + "z": -79580 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100012 + }, + { + "groupId": 17, + "instId": 300013, + "propState": 8, + "pos": { + "x": -194540, + "y": -378, + "z": -69650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100011 + }, + { + "groupId": 17, + "instId": 300014, + "propState": 8, + "pos": { + "x": -186621, + "y": -400, + "z": -79920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100012 + }, + { + "groupId": 18, + "instId": 300001, + "propState": 8, + "pos": { + "x": 16710, + "y": 2844, + "z": -39694 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 19, + "instId": 300001, + "propState": 8, + "pos": { + "x": 40480, + "y": 3470, + "z": -32660 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 20, + "instId": 300001, + "propState": 8, + "pos": { + "x": 32760, + "y": 3520, + "z": -37810 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 1, + "pos": { + "x": 31320, + "y": 3542, + "z": -32700 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 20, + "instId": 300003, + "propState": 8, + "pos": { + "x": 27762, + "y": 3444, + "z": -37843 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 20, + "instId": 300004, + "propState": 8, + "pos": { + "x": 27452, + "y": 3444, + "z": -38843 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 20, + "instId": 300005, + "propState": 8, + "pos": { + "x": 28492, + "y": 3444, + "z": -38553 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 29, + "instId": 300001, + "propState": 8, + "pos": { + "x": -73540, + "y": -3195, + "z": -61900 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 29, + "instId": 300002, + "propState": 8, + "pos": { + "x": -88490, + "y": -3195, + "z": -72470 + }, + "rot": { + "x": 0, + "y": 10044, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 29, + "instId": 300003, + "propState": 8, + "pos": { + "x": -88040, + "y": -3195, + "z": -62020 + }, + "rot": { + "x": 0, + "y": 134405, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 32, + "instId": 300001, + "propState": 8, + "pos": { + "x": -79120, + "y": -3195, + "z": -60770 + }, + "rot": { + "x": 0, + "y": 39196, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 32, + "instId": 300003, + "propState": 8, + "pos": { + "x": -79120, + "y": -3195, + "z": -60770 + }, + "rot": { + "x": 0, + "y": 39196, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 32, + "instId": 300002, + "propState": 9, + "pos": { + "x": -77130, + "y": -3195, + "z": -62120 + }, + "rot": { + "x": 0, + "y": 283235, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 42, + "instId": 300001, + "propState": 8, + "pos": { + "x": -14769, + "y": 1039, + "z": -83053 + }, + "rot": { + "x": 0, + "y": 2363, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 42, + "instId": 300002, + "propState": 8, + "pos": { + "x": -13080, + "y": 1039, + "z": -63190 + }, + "rot": { + "x": 0, + "y": 351530, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 42, + "instId": 300003, + "propState": 8, + "pos": { + "x": -9427, + "y": 1039, + "z": -70852 + }, + "rot": { + "x": 0, + "y": 357448, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 42, + "instId": 300006, + "propState": 8, + "pos": { + "x": -19884, + "y": 1039, + "z": -76054 + }, + "rot": { + "x": 0, + "y": 91892, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 42, + "instId": 300004, + "propState": 8, + "pos": { + "x": -17550, + "y": 1039, + "z": -69990 + }, + "rot": { + "x": 0, + "y": 52059, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 42, + "instId": 300005, + "propState": 8, + "pos": { + "x": -17710, + "y": 1039, + "z": -58320 + }, + "rot": { + "x": 0, + "y": 169616, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 42, + "instId": 300007, + "propState": 8, + "pos": { + "x": -8160, + "y": 1039, + "z": -72680 + }, + "rot": { + "x": 0, + "y": 353169, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 43, + "instId": 300001, + "propState": 8, + "pos": { + "x": -13010, + "y": 1039, + "z": -75564 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 43, + "instId": 300002, + "propState": 8, + "pos": { + "x": -13010, + "y": 1039, + "z": -75564 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 44, + "instId": 300001, + "propState": 8, + "pos": { + "x": -16520, + "y": 1039, + "z": -74041 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 45, + "instId": 300002, + "propState": 8, + "pos": { + "x": -62868, + "y": -1466, + "z": -59443 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 46, + "instId": 300001, + "propState": 8, + "pos": { + "x": -58760, + "y": -1145, + "z": -56773 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 46, + "instId": 300003, + "propState": 8, + "pos": { + "x": -44370, + "y": -1544, + "z": -72534 + }, + "rot": { + "x": 0, + "y": 181323, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 46, + "instId": 300004, + "propState": 8, + "pos": { + "x": -38382, + "y": -1021, + "z": -67235 + }, + "rot": { + "x": 0, + "y": 294460, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 46, + "instId": 300005, + "propState": 8, + "pos": { + "x": -51940, + "y": -1458, + "z": -58450 + }, + "rot": { + "x": 0, + "y": 34440, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 46, + "instId": 300006, + "propState": 8, + "pos": { + "x": -44400, + "y": -1544, + "z": -70700 + }, + "rot": { + "x": 0, + "y": 178813, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 46, + "instId": 300007, + "propState": 8, + "pos": { + "x": -36773, + "y": -1021, + "z": -68288 + }, + "rot": { + "x": 0, + "y": 295926, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 46, + "instId": 300008, + "propState": 8, + "pos": { + "x": -50878, + "y": -1458, + "z": -57001 + }, + "rot": { + "x": 0, + "y": 34299, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 47, + "instId": 300001, + "propState": 8, + "pos": { + "x": -53398, + "y": -1271, + "z": -49993 + }, + "rot": { + "x": 0, + "y": 105162, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 47, + "instId": 300002, + "propState": 8, + "pos": { + "x": -53398, + "y": -1271, + "z": -49993 + }, + "rot": { + "x": 0, + "y": 105162, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 48, + "instId": 300001, + "propState": 8, + "pos": { + "x": -47210, + "y": -1544, + "z": -59470 + }, + "rot": { + "x": 0, + "y": 157533, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 53, + "instId": 300001, + "propState": 8, + "pos": { + "x": -64870, + "y": 18664, + "z": -77420 + }, + "rot": { + "x": 0, + "y": 20000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 53, + "instId": 300002, + "propState": 8, + "pos": { + "x": -64990, + "y": 18664, + "z": -68980 + }, + "rot": { + "x": 0, + "y": 340000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 54, + "instId": 300001, + "propState": 8, + "pos": { + "x": -37620, + "y": 18942, + "z": -71170 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 54, + "instId": 300003, + "propState": 8, + "pos": { + "x": -51790, + "y": 18942, + "z": -70240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 54, + "instId": 300004, + "propState": 8, + "pos": { + "x": -48790, + "y": 18942, + "z": -76240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 54, + "instId": 300005, + "propState": 8, + "pos": { + "x": -45790, + "y": 18942, + "z": -70240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 54, + "instId": 300006, + "propState": 8, + "pos": { + "x": -53610, + "y": 18942, + "z": -70240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 54, + "instId": 300007, + "propState": 8, + "pos": { + "x": -50669, + "y": 18942, + "z": -76240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 54, + "instId": 300008, + "propState": 8, + "pos": { + "x": -47580, + "y": 18942, + "z": -70240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 56, + "instId": 300001, + "propState": 8, + "pos": { + "x": -40427, + "y": 18611, + "z": -76102 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 56, + "instId": 300003, + "propState": 8, + "pos": { + "x": -40427, + "y": 18611, + "z": -73102 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 87, + "instId": 300001, + "propState": 8, + "pos": { + "x": -117003, + "y": 2770, + "z": -50499 + }, + "rot": { + "x": 0, + "y": 296500, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 87, + "instId": 300003, + "propState": 8, + "pos": { + "x": -130880, + "y": 2820, + "z": -42550 + }, + "rot": { + "x": 0, + "y": 116500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 87, + "instId": 300004, + "propState": 8, + "pos": { + "x": -130872, + "y": 2820, + "z": -49258 + }, + "rot": { + "x": 0, + "y": 116500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 87, + "instId": 300005, + "propState": 8, + "pos": { + "x": -125510, + "y": 2820, + "z": -45227 + }, + "rot": { + "x": 0, + "y": 116500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 87, + "instId": 300006, + "propState": 8, + "pos": { + "x": -132445, + "y": 2770, + "z": -41771 + }, + "rot": { + "x": 0, + "y": 116500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 87, + "instId": 300007, + "propState": 8, + "pos": { + "x": -132490, + "y": 2820, + "z": -48453 + }, + "rot": { + "x": 0, + "y": 116500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 87, + "instId": 300008, + "propState": 8, + "pos": { + "x": -127049, + "y": 2820, + "z": -44462 + }, + "rot": { + "x": 0, + "y": 116500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 89, + "instId": 300001, + "propState": 8, + "pos": { + "x": -124240, + "y": 2770, + "z": -52566 + }, + "rot": { + "x": 0, + "y": 311500, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 89, + "instId": 300002, + "propState": 8, + "pos": { + "x": -122901, + "y": 2770, + "z": -49882 + }, + "rot": { + "x": 0, + "y": 296500, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 90, + "instId": 300001, + "propState": 8, + "pos": { + "x": -130490, + "y": 2993, + "z": -47040 + }, + "rot": { + "x": 0, + "y": 311500, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": -205260, + "y": 2966, + "z": -87810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 20, + "pos": { + "x": -203293, + "y": 2966, + "z": -89846 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60004 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 20, + "pos": { + "x": -203293, + "y": 2966, + "z": -87846 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60005 + }, + { + "groupId": 5, + "instId": 300004, + "propState": 20, + "pos": { + "x": -203293, + "y": 2966, + "z": -85410 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60006 + }, + { + "groupId": 5, + "instId": 300006, + "propState": 8, + "pos": { + "x": -140280, + "y": -115, + "z": -71860 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 5, + "instId": 300007, + "propState": 8, + "pos": { + "x": -144980, + "y": -46, + "z": -73273 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 913 + }, + { + "groupId": 5, + "instId": 300008, + "propState": 8, + "pos": { + "x": -200400, + "y": 2966, + "z": -87846 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": -155110, + "y": -163, + "z": -76140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 8, + "pos": { + "x": -154080, + "y": -163, + "z": -77750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 8, + "pos": { + "x": -153240, + "y": -163, + "z": -61550 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 8, + "pos": { + "x": -155320, + "y": -163, + "z": -62640 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300005, + "propState": 8, + "pos": { + "x": -151470, + "y": -163, + "z": -62720 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300006, + "propState": 8, + "pos": { + "x": -151520, + "y": -4389, + "z": -95020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300007, + "propState": 8, + "pos": { + "x": -158780, + "y": -4389, + "z": -92830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300008, + "propState": 8, + "pos": { + "x": -171030, + "y": -4389, + "z": -87160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300009, + "propState": 8, + "pos": { + "x": -168740, + "y": -4383, + "z": -64850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300010, + "propState": 8, + "pos": { + "x": -172570, + "y": -4383, + "z": -58800 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300011, + "propState": 8, + "pos": { + "x": -171858, + "y": -4383, + "z": -60446 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300012, + "propState": 8, + "pos": { + "x": -186370, + "y": -7672, + "z": -73500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300013, + "propState": 8, + "pos": { + "x": -186850, + "y": -7672, + "z": -77840 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300014, + "propState": 8, + "pos": { + "x": -179950, + "y": -7672, + "z": -76370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300015, + "propState": 8, + "pos": { + "x": -199130, + "y": -4171, + "z": -85290 + }, + "rot": { + "x": 0, + "y": 45579, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300016, + "propState": 8, + "pos": { + "x": -203400, + "y": -4171, + "z": -83790 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300017, + "propState": 8, + "pos": { + "x": -206127, + "y": -4171, + "z": -90578 + }, + "rot": { + "x": 0, + "y": 54553, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300018, + "propState": 8, + "pos": { + "x": -202290, + "y": -4155, + "z": -92200 + }, + "rot": { + "x": 0, + "y": 6097, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300019, + "propState": 8, + "pos": { + "x": -206220, + "y": -178, + "z": -70740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300020, + "propState": 8, + "pos": { + "x": -211740, + "y": -178, + "z": -68490 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300021, + "propState": 8, + "pos": { + "x": -187560, + "y": -154, + "z": -95550 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300022, + "propState": 8, + "pos": { + "x": -173853, + "y": -178, + "z": -71351 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300023, + "propState": 8, + "pos": { + "x": -173830, + "y": -178, + "z": -72960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300024, + "propState": 8, + "pos": { + "x": -171630, + "y": -178, + "z": -67230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300025, + "propState": 8, + "pos": { + "x": -171643, + "y": -178, + "z": -65620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300026, + "propState": 8, + "pos": { + "x": -186670, + "y": -154, + "z": -87390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300027, + "propState": 8, + "pos": { + "x": -185660, + "y": -154, + "z": -91940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300028, + "propState": 8, + "pos": { + "x": -198710, + "y": -4171, + "z": -91020 + }, + "rot": { + "x": 0, + "y": 139113, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300029, + "propState": 8, + "pos": { + "x": -186071, + "y": -178, + "z": -69130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300030, + "propState": 8, + "pos": { + "x": -183720, + "y": -7672, + "z": -94690 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 6, + "instId": 300031, + "propState": 8, + "pos": { + "x": -135330, + "y": -115, + "z": -73270 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "monsters": [ + { + "groupId": 32, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -79120, + "y": -3195, + "z": -60770 + }, + "rot": { + "x": 0, + "y": 234196, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 43, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -11000, + "y": 1039, + "z": -75564 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 44, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -11000, + "y": 1039, + "z": -74000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 47, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -53398, + "y": -1271, + "z": -49993 + }, + "rot": { + "x": 0, + "y": 105162, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 48, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -47210, + "y": -1544, + "z": -59470 + }, + "rot": { + "x": 0, + "y": 157533, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 56, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -40490, + "y": 18611, + "z": -72920 + }, + "rot": { + "x": 0, + "y": 267489, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 89, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -124240, + "y": 2770, + "z": -52566 + }, + "rot": { + "x": 0, + "y": 311500, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 90, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -130490, + "y": 2993, + "z": -47040 + }, + "rot": { + "x": 0, + "y": 311500, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 80302, + "props": [ + { + "groupId": 67, + "instId": 300001, + "propState": 8, + "pos": { + "x": 186770, + "y": 33020, + "z": -148300 + }, + "rot": { + "x": 0, + "y": 340425, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 67, + "instId": 300002, + "propState": 8, + "pos": { + "x": 173955, + "y": 28441, + "z": -124140 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 69, + "instId": 300003, + "propState": 8, + "pos": { + "x": 188600, + "y": 28416, + "z": -127030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 69, + "instId": 300002, + "propState": 9, + "pos": { + "x": 185540, + "y": 28421, + "z": -122690 + }, + "rot": { + "x": 0, + "y": 116337, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 70, + "instId": 300001, + "propState": 8, + "pos": { + "x": 129440, + "y": 46615, + "z": -38610 + }, + "rot": { + "x": 0, + "y": 351000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 70, + "instId": 300003, + "propState": 8, + "pos": { + "x": 127200, + "y": 46659, + "z": -5080 + }, + "rot": { + "x": 0, + "y": 347080, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 71, + "instId": 300001, + "propState": 8, + "pos": { + "x": 129110, + "y": 46641, + "z": -11950 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 72, + "instId": 300001, + "propState": 8, + "pos": { + "x": 134110, + "y": 46626, + "z": -23950 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 72, + "instId": 300002, + "propState": 1, + "pos": { + "x": 126110, + "y": 46626, + "z": -23950 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 72, + "instId": 300003, + "propState": 8, + "pos": { + "x": 132363, + "y": 46626, + "z": -29061 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 72, + "instId": 300004, + "propState": 8, + "pos": { + "x": 133269, + "y": 46626, + "z": -29480 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 72, + "instId": 300005, + "propState": 8, + "pos": { + "x": 133194, + "y": 46626, + "z": -28508 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 73, + "instId": 300001, + "propState": 8, + "pos": { + "x": 101103, + "y": 58825, + "z": -85115 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 73, + "instId": 300002, + "propState": 8, + "pos": { + "x": 133330, + "y": 58923, + "z": -145030 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 74, + "instId": 300001, + "propState": 8, + "pos": { + "x": 129720, + "y": 59029, + "z": -134910 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 74, + "instId": 300003, + "propState": 8, + "pos": { + "x": 115440, + "y": 58985, + "z": -115590 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 74, + "instId": 300004, + "propState": 8, + "pos": { + "x": 105534, + "y": 58985, + "z": -100360 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 74, + "instId": 300005, + "propState": 8, + "pos": { + "x": 117090, + "y": 58985, + "z": -107230 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 74, + "instId": 300006, + "propState": 8, + "pos": { + "x": 115860, + "y": 58991, + "z": -116317 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 74, + "instId": 300007, + "propState": 8, + "pos": { + "x": 105924, + "y": 58985, + "z": -101036 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 74, + "instId": 300008, + "propState": 8, + "pos": { + "x": 117525, + "y": 58985, + "z": -107983 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 75, + "instId": 300001, + "propState": 8, + "pos": { + "x": 123290, + "y": 59029, + "z": -131120 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 75, + "instId": 300002, + "propState": 8, + "pos": { + "x": 125888, + "y": 59029, + "z": -129620 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 76, + "instId": 300001, + "propState": 8, + "pos": { + "x": 110760, + "y": 59008, + "z": -108890 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 77, + "instId": 300001, + "propState": 8, + "pos": { + "x": 122440, + "y": 59026, + "z": -117640 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 78, + "instId": 300001, + "propState": 8, + "pos": { + "x": 233810, + "y": 45287, + "z": -89700 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 78, + "instId": 300002, + "propState": 8, + "pos": { + "x": 208760, + "y": 46598, + "z": -62270 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 79, + "instId": 300001, + "propState": 8, + "pos": { + "x": 232610, + "y": 45265, + "z": -76480 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 79, + "instId": 300003, + "propState": 8, + "pos": { + "x": 242818, + "y": 45265, + "z": -60460 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 79, + "instId": 300004, + "propState": 8, + "pos": { + "x": 236122, + "y": 45265, + "z": -60058 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 79, + "instId": 300005, + "propState": 8, + "pos": { + "x": 239818, + "y": 45265, + "z": -65656 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 79, + "instId": 300006, + "propState": 8, + "pos": { + "x": 242398, + "y": 45265, + "z": -61188 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 79, + "instId": 300007, + "propState": 8, + "pos": { + "x": 235731, + "y": 45265, + "z": -60735 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 79, + "instId": 300008, + "propState": 8, + "pos": { + "x": 239383, + "y": 45265, + "z": -66410 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 80, + "instId": 300001, + "propState": 8, + "pos": { + "x": 231122, + "y": 45265, + "z": -68718 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 80, + "instId": 300002, + "propState": 8, + "pos": { + "x": 233720, + "y": 45265, + "z": -70218 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 81, + "instId": 300001, + "propState": 8, + "pos": { + "x": 237586, + "y": 45265, + "z": -70450 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 82, + "instId": 300001, + "propState": 8, + "pos": { + "x": 154134, + "y": 35373, + "z": -95728 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 82, + "instId": 300002, + "propState": 8, + "pos": { + "x": 154784, + "y": 30578, + "z": -110770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 83, + "instId": 300001, + "propState": 8, + "pos": { + "x": 163570, + "y": 32451, + "z": -104470 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 83, + "instId": 300003, + "propState": 8, + "pos": { + "x": 152110, + "y": 32441, + "z": -105360 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 83, + "instId": 300004, + "propState": 8, + "pos": { + "x": 147171, + "y": 32466, + "z": -106469 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 83, + "instId": 300005, + "propState": 8, + "pos": { + "x": 150170, + "y": 32396, + "z": -100470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 83, + "instId": 300006, + "propState": 8, + "pos": { + "x": 152950, + "y": 32424, + "z": -105360 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 83, + "instId": 300007, + "propState": 8, + "pos": { + "x": 147951, + "y": 32445, + "z": -106470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 83, + "instId": 300008, + "propState": 8, + "pos": { + "x": 151040, + "y": 32380, + "z": -100470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 84, + "instId": 300001, + "propState": 8, + "pos": { + "x": 157980, + "y": 32444, + "z": -99630 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 84, + "instId": 300002, + "propState": 8, + "pos": { + "x": 157980, + "y": 32444, + "z": -99630 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 85, + "instId": 300001, + "propState": 8, + "pos": { + "x": 248027, + "y": 52561, + "z": -172553 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 86, + "instId": 300001, + "propState": 8, + "pos": { + "x": 271050, + "y": 52553, + "z": -147980 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 86, + "instId": 300003, + "propState": 8, + "pos": { + "x": 260255, + "y": 52544, + "z": -157915 + }, + "rot": { + "x": 0, + "y": 25341, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 86, + "instId": 300004, + "propState": 8, + "pos": { + "x": 265854, + "y": 52553, + "z": -159271 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 86, + "instId": 300005, + "propState": 8, + "pos": { + "x": 262560, + "y": 52545, + "z": -151730 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 86, + "instId": 300006, + "propState": 8, + "pos": { + "x": 260582, + "y": 52544, + "z": -157194 + }, + "rot": { + "x": 0, + "y": 25341, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 86, + "instId": 300007, + "propState": 8, + "pos": { + "x": 266406, + "y": 52556, + "z": -158719 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 86, + "instId": 300008, + "propState": 8, + "pos": { + "x": 263175, + "y": 52545, + "z": -151115 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 87, + "instId": 300002, + "propState": 8, + "pos": { + "x": 267583, + "y": 52545, + "z": -152997 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 88, + "instId": 300001, + "propState": 8, + "pos": { + "x": 129440, + "y": 46617, + "z": -38610 + }, + "rot": { + "x": 0, + "y": 351000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 88, + "instId": 300002, + "propState": 8, + "pos": { + "x": 141730, + "y": 46300, + "z": -71030 + }, + "rot": { + "x": 0, + "y": 80000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 89, + "instId": 300001, + "propState": 8, + "pos": { + "x": 127530, + "y": 46717, + "z": -78538 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 89, + "instId": 300003, + "propState": 8, + "pos": { + "x": 128530, + "y": 46570, + "z": -59538 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 89, + "instId": 300004, + "propState": 8, + "pos": { + "x": 122530, + "y": 46570, + "z": -62538 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 89, + "instId": 300005, + "propState": 8, + "pos": { + "x": 128530, + "y": 46570, + "z": -65538 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 89, + "instId": 300006, + "propState": 8, + "pos": { + "x": 128530, + "y": 46570, + "z": -60378 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 89, + "instId": 300007, + "propState": 8, + "pos": { + "x": 122530, + "y": 46570, + "z": -63319 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 89, + "instId": 300008, + "propState": 8, + "pos": { + "x": 128530, + "y": 46570, + "z": -66408 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 90, + "instId": 300002, + "propState": 8, + "pos": { + "x": 122980, + "y": 46717, + "z": -73090 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 2, + "instId": 300013, + "propState": 8, + "pos": { + "x": 135109, + "y": 50639, + "z": -125266 + }, + "rot": { + "x": 0, + "y": 328448, + "z": 0 + }, + "propId": 301004 + }, + { + "groupId": 2, + "instId": 300005, + "propState": 2, + "pos": { + "x": 135120, + "y": 28900, + "z": -125260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101007 + }, + { + "groupId": 2, + "instId": 300035, + "propState": 8, + "pos": { + "x": 135120, + "y": 28080, + "z": -125260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 301005 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": 132410, + "y": 28439, + "z": -121680 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 8, + "pos": { + "x": 136827, + "y": 28704, + "z": -114142 + }, + "rot": { + "x": 0, + "y": 100000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 8, + "pos": { + "x": 173940, + "y": 28438, + "z": -123380 + }, + "rot": { + "x": 0, + "y": 100000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 8, + "pos": { + "x": 130588, + "y": 38376, + "z": -92114 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 20, + "pos": { + "x": 133500, + "y": 38150, + "z": -92850 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60104 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 20, + "pos": { + "x": 133496, + "y": 38274, + "z": -90542 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60105 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 20, + "pos": { + "x": 132035, + "y": 38301, + "z": -91672 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60106 + }, + { + "groupId": 4, + "instId": 300006, + "propState": 8, + "pos": { + "x": 136692, + "y": 28639, + "z": -126166 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 4, + "instId": 300007, + "propState": 8, + "pos": { + "x": 138230, + "y": 28398, + "z": -123470 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 913 + }, + { + "groupId": 4, + "instId": 300008, + "propState": 8, + "pos": { + "x": 137590, + "y": 37776, + "z": -92850 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": 147490, + "y": 28571, + "z": -118570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 8, + "pos": { + "x": 150057, + "y": 28360, + "z": -127711 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 8, + "pos": { + "x": 153140, + "y": 28353, + "z": -127630 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300004, + "propState": 8, + "pos": { + "x": 142870, + "y": 28527, + "z": -117600 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300005, + "propState": 8, + "pos": { + "x": 148680, + "y": 28586, + "z": -118620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300006, + "propState": 8, + "pos": { + "x": 158700, + "y": 28561, + "z": -133220 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300007, + "propState": 8, + "pos": { + "x": 166600, + "y": 28358, + "z": -128140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300008, + "propState": 8, + "pos": { + "x": 171890, + "y": 28463, + "z": -120450 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300009, + "propState": 8, + "pos": { + "x": 170870, + "y": 28493, + "z": -118890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300010, + "propState": 8, + "pos": { + "x": 167252, + "y": 32713, + "z": -98430 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300011, + "propState": 8, + "pos": { + "x": 169008, + "y": 32563, + "z": -100994 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300012, + "propState": 8, + "pos": { + "x": 170320, + "y": 32403, + "z": -107690 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300013, + "propState": 8, + "pos": { + "x": 169940, + "y": 32489, + "z": -109200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300014, + "propState": 8, + "pos": { + "x": 171310, + "y": 32473, + "z": -108560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300015, + "propState": 8, + "pos": { + "x": 158900, + "y": 32464, + "z": -98900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300016, + "propState": 8, + "pos": { + "x": 135800, + "y": 32474, + "z": -103740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300017, + "propState": 8, + "pos": { + "x": 136900, + "y": 32453, + "z": -102370 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300018, + "propState": 8, + "pos": { + "x": 162231, + "y": 35561, + "z": -92755 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300019, + "propState": 8, + "pos": { + "x": 157418, + "y": 35492, + "z": -91135 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300020, + "propState": 8, + "pos": { + "x": 154299, + "y": 35600, + "z": -91172 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300021, + "propState": 8, + "pos": { + "x": 143190, + "y": 32423, + "z": -98360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300022, + "propState": 8, + "pos": { + "x": 136330, + "y": 32457, + "z": -105290 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300023, + "propState": 8, + "pos": { + "x": 160190, + "y": 28548, + "z": -132680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300024, + "propState": 8, + "pos": { + "x": 171870, + "y": 28429, + "z": -119360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300025, + "propState": 8, + "pos": { + "x": 149820, + "y": 32402, + "z": -103040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300026, + "propState": 8, + "pos": { + "x": 153804, + "y": 29317, + "z": -115390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300027, + "propState": 8, + "pos": { + "x": 164500, + "y": 32479, + "z": -109450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300028, + "propState": 8, + "pos": { + "x": 161800, + "y": 32414, + "z": -106260 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300029, + "propState": 8, + "pos": { + "x": 159122, + "y": 28628, + "z": -119103 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300030, + "propState": 8, + "pos": { + "x": 169792, + "y": 32992, + "z": -97357 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 5, + "instId": 300031, + "propState": 8, + "pos": { + "x": 135120, + "y": 28900, + "z": -125260 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 100 + } + ], + "monsters": [ + { + "groupId": 69, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 188600, + "y": 28416, + "z": -127030 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 75, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 123290, + "y": 59029, + "z": -131120 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 76, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 110760, + "y": 59008, + "z": -108890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 77, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 122440, + "y": 59026, + "z": -117640 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 80, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 231122, + "y": 45265, + "z": -68718 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 81, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 237470, + "y": 45265, + "z": -70404 + }, + "rot": { + "x": 0, + "y": 16682, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 84, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 157980, + "y": 32444, + "z": -99630 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 87, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 269704, + "y": 52545, + "z": -155118 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 90, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 122980, + "y": 46561, + "z": -73090 + }, + "rot": { + "x": 0, + "y": 15751, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 80303, + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": 86160, + "y": 2072, + "z": -94137 + }, + "rot": { + "x": 0, + "y": 89460, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": 115170, + "y": 2072, + "z": -96020 + }, + "rot": { + "x": 0, + "y": 269460, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 8, + "pos": { + "x": 96470, + "y": 2072, + "z": -90170 + }, + "rot": { + "x": 0, + "y": 89460, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 8, + "pos": { + "x": 104953, + "y": 2072, + "z": -96865 + }, + "rot": { + "x": 0, + "y": 89460, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 7, + "instId": 300005, + "propState": 8, + "pos": { + "x": 104580, + "y": 2072, + "z": -90890 + }, + "rot": { + "x": 0, + "y": 89460, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 7, + "instId": 300006, + "propState": 8, + "pos": { + "x": 97360, + "y": 2072, + "z": -89670 + }, + "rot": { + "x": 0, + "y": 89460, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 7, + "instId": 300007, + "propState": 8, + "pos": { + "x": 105430, + "y": 2072, + "z": -97810 + }, + "rot": { + "x": 0, + "y": 89460, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 7, + "instId": 300008, + "propState": 8, + "pos": { + "x": 105698, + "y": 2072, + "z": -91274 + }, + "rot": { + "x": 0, + "y": 89460, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 16, + "instId": 300001, + "propState": 8, + "pos": { + "x": -13630, + "y": -930, + "z": -166822 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 8, + "pos": { + "x": -14430, + "y": 1007, + "z": -183140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 16, + "instId": 300003, + "propState": 8, + "pos": { + "x": 16040, + "y": 1007, + "z": -187690 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 16, + "instId": 300004, + "propState": 8, + "pos": { + "x": 14470, + "y": 1007, + "z": -172830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 16, + "instId": 300005, + "propState": 8, + "pos": { + "x": 26981, + "y": 1007, + "z": -168500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 23, + "instId": 300001, + "propState": 8, + "pos": { + "x": 19220, + "y": 1007, + "z": -179290 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 23, + "instId": 300003, + "propState": 8, + "pos": { + "x": 2017, + "y": 1007, + "z": -173615 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 23, + "instId": 300004, + "propState": 8, + "pos": { + "x": -4034, + "y": 1007, + "z": -180208 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 23, + "instId": 300005, + "propState": 8, + "pos": { + "x": 4152, + "y": 1007, + "z": -180373 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 23, + "instId": 300006, + "propState": 8, + "pos": { + "x": 2857, + "y": 1007, + "z": -173615 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 23, + "instId": 300007, + "propState": 8, + "pos": { + "x": -3253, + "y": 1007, + "z": -180208 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 23, + "instId": 300008, + "propState": 8, + "pos": { + "x": 5022, + "y": 1007, + "z": -180373 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 26, + "instId": 300001, + "propState": 8, + "pos": { + "x": -39430, + "y": -3000, + "z": -94080 + }, + "rot": { + "x": 0, + "y": 269880, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 27, + "instId": 300001, + "propState": 8, + "pos": { + "x": -36900, + "y": -3000, + "z": -85574 + }, + "rot": { + "x": 0, + "y": 162083, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 27, + "instId": 300003, + "propState": 8, + "pos": { + "x": -33962, + "y": -3011, + "z": -105229 + }, + "rot": { + "x": 0, + "y": 342083, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 27, + "instId": 300004, + "propState": 8, + "pos": { + "x": -26850, + "y": -2902, + "z": -99673 + }, + "rot": { + "x": 0, + "y": 342083, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 27, + "instId": 300005, + "propState": 8, + "pos": { + "x": -36890, + "y": -3010, + "z": -100780 + }, + "rot": { + "x": 0, + "y": 342083, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 27, + "instId": 300006, + "propState": 8, + "pos": { + "x": -34220, + "y": -3011, + "z": -104430 + }, + "rot": { + "x": 0, + "y": 342083, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 27, + "instId": 300007, + "propState": 8, + "pos": { + "x": -27090, + "y": -2902, + "z": -98930 + }, + "rot": { + "x": 0, + "y": 342083, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 27, + "instId": 300008, + "propState": 8, + "pos": { + "x": -37158, + "y": -3010, + "z": -99952 + }, + "rot": { + "x": 0, + "y": 342083, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 33, + "instId": 300001, + "propState": 8, + "pos": { + "x": -21950, + "y": -985, + "z": -205060 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 34, + "instId": 300001, + "propState": 8, + "pos": { + "x": -47460, + "y": -985, + "z": -198270 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 34, + "instId": 300003, + "propState": 8, + "pos": { + "x": -31200, + "y": -985, + "z": -199760 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 34, + "instId": 300004, + "propState": 8, + "pos": { + "x": -33640, + "y": -985, + "z": -193270 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 34, + "instId": 300005, + "propState": 8, + "pos": { + "x": -37810, + "y": -985, + "z": -198580 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 34, + "instId": 300006, + "propState": 8, + "pos": { + "x": -32220, + "y": -985, + "z": -198730 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 34, + "instId": 300007, + "propState": 8, + "pos": { + "x": -34421, + "y": -985, + "z": -193270 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 34, + "instId": 300008, + "propState": 8, + "pos": { + "x": -38680, + "y": -985, + "z": -198580 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 44, + "instId": 300001, + "propState": 8, + "pos": { + "x": -94910, + "y": -958, + "z": -169110 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 45, + "instId": 300001, + "propState": 8, + "pos": { + "x": -121910, + "y": -958, + "z": -171110 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 46, + "instId": 300001, + "propState": 8, + "pos": { + "x": -110570, + "y": -936, + "z": -166260 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 46, + "instId": 300002, + "propState": 1, + "pos": { + "x": -110390, + "y": -936, + "z": -171700 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 46, + "instId": 300003, + "propState": 8, + "pos": { + "x": -104799, + "y": -936, + "z": -166857 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 46, + "instId": 300004, + "propState": 8, + "pos": { + "x": -104380, + "y": -936, + "z": -165951 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 46, + "instId": 300005, + "propState": 8, + "pos": { + "x": -105352, + "y": -936, + "z": -166026 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 47, + "instId": 300003, + "propState": 8, + "pos": { + "x": -94910, + "y": -958, + "z": -169110 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 56, + "instId": 300001, + "propState": 8, + "pos": { + "x": -299, + "y": -949, + "z": -159232 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 56, + "instId": 300002, + "propState": 8, + "pos": { + "x": 1580, + "y": -3000, + "z": -120702 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 61, + "instId": 300001, + "propState": 8, + "pos": { + "x": -2299, + "y": -1746, + "z": -154232 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 61, + "instId": 300002, + "propState": 8, + "pos": { + "x": -2684, + "y": -3000, + "z": -131857 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 61, + "instId": 300003, + "propState": 8, + "pos": { + "x": 2775, + "y": -3000, + "z": -132088 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 61, + "instId": 300004, + "propState": 8, + "pos": { + "x": 2040, + "y": -2962, + "z": -133320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 61, + "instId": 300005, + "propState": 8, + "pos": { + "x": 4108, + "y": -3000, + "z": -130250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 61, + "instId": 300006, + "propState": 8, + "pos": { + "x": -2470, + "y": -3000, + "z": -135266 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 61, + "instId": 300007, + "propState": 8, + "pos": { + "x": -2070, + "y": -2962, + "z": -133470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 64, + "instId": 300001, + "propState": 8, + "pos": { + "x": 1580, + "y": -2993, + "z": -120702 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 64, + "instId": 300002, + "propState": 8, + "pos": { + "x": 23070, + "y": -2993, + "z": -94230 + }, + "rot": { + "x": 0, + "y": 268541, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 66, + "instId": 300001, + "propState": 8, + "pos": { + "x": -20, + "y": -2793, + "z": -93990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 66, + "instId": 300003, + "propState": 8, + "pos": { + "x": -20, + "y": -2793, + "z": -93990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 66, + "instId": 300002, + "propState": 9, + "pos": { + "x": -2730, + "y": -2793, + "z": -90770 + }, + "rot": { + "x": 0, + "y": 116918, + "z": 0 + }, + "propId": 100 + } + ], + "monsters": [ + { + "groupId": 66, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -20, + "y": -2793, + "z": -93990 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 80304, + "props": [ + { + "groupId": 94, + "instId": 300001, + "propState": 8, + "pos": { + "x": 22710, + "y": 7036, + "z": -108631 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 94, + "instId": 300002, + "propState": 8, + "pos": { + "x": -900, + "y": 7036, + "z": -108610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 96, + "instId": 300001, + "propState": 8, + "pos": { + "x": 10300, + "y": 4877, + "z": -129990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 96, + "instId": 300003, + "propState": 8, + "pos": { + "x": 10300, + "y": 4877, + "z": -129990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 96, + "instId": 300002, + "propState": 9, + "pos": { + "x": 14550, + "y": 4877, + "z": -133750 + }, + "rot": { + "x": 0, + "y": 152149, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 98, + "instId": 300001, + "propState": 8, + "pos": { + "x": 56230, + "y": 7006, + "z": -100578 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 99, + "instId": 300001, + "propState": 8, + "pos": { + "x": 46920, + "y": 7006, + "z": -108450 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 99, + "instId": 300002, + "propState": 1, + "pos": { + "x": 47280, + "y": 7006, + "z": -99190 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 99, + "instId": 300003, + "propState": 8, + "pos": { + "x": 41949, + "y": 7006, + "z": -108223 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 99, + "instId": 300004, + "propState": 8, + "pos": { + "x": 42855, + "y": 7006, + "z": -108642 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 102005 + }, + { + "groupId": 99, + "instId": 300005, + "propState": 8, + "pos": { + "x": 42780, + "y": 7006, + "z": -107670 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 102005 + }, + { + "groupId": 100, + "instId": 300001, + "propState": 8, + "pos": { + "x": -11648, + "y": 5236, + "z": -48500 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 100, + "instId": 300002, + "propState": 8, + "pos": { + "x": -14140, + "y": 2221, + "z": 37670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 101, + "instId": 300001, + "propState": 8, + "pos": { + "x": -11000, + "y": -1147, + "z": -29750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 101, + "instId": 300003, + "propState": 8, + "pos": { + "x": -13862, + "y": -1147, + "z": 8100 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 101, + "instId": 300004, + "propState": 8, + "pos": { + "x": -9136, + "y": -1147, + "z": -13787 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 101, + "instId": 300005, + "propState": 8, + "pos": { + "x": -11180, + "y": -1147, + "z": 21670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 101, + "instId": 300006, + "propState": 8, + "pos": { + "x": -13862, + "y": -1147, + "z": 7260 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 101, + "instId": 300007, + "propState": 8, + "pos": { + "x": -9136, + "y": -1147, + "z": -14568 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 101, + "instId": 300008, + "propState": 8, + "pos": { + "x": -11180, + "y": -1147, + "z": 20800 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 102, + "instId": 300001, + "propState": 8, + "pos": { + "x": -16000, + "y": -1147, + "z": -23750 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 102, + "instId": 300002, + "propState": 8, + "pos": { + "x": -13000, + "y": -1147, + "z": -23750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 104, + "instId": 300001, + "propState": 8, + "pos": { + "x": -11180, + "y": -1147, + "z": 14670 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300001, + "propState": 8, + "pos": { + "x": 80728, + "y": 2314, + "z": 104750 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 105, + "instId": 300002, + "propState": 8, + "pos": { + "x": 49323, + "y": 172, + "z": 116720 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 106, + "instId": 300001, + "propState": 8, + "pos": { + "x": 82537, + "y": 122, + "z": 119950 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 106, + "instId": 300003, + "propState": 8, + "pos": { + "x": 64350, + "y": 2152, + "z": 119070 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 106, + "instId": 300004, + "propState": 8, + "pos": { + "x": 71350, + "y": 122, + "z": 114180 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 106, + "instId": 300005, + "propState": 8, + "pos": { + "x": 71340, + "y": 122, + "z": 119470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 106, + "instId": 300006, + "propState": 8, + "pos": { + "x": 65190, + "y": 2152, + "z": 119070 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 106, + "instId": 300007, + "propState": 8, + "pos": { + "x": 72131, + "y": 122, + "z": 114180 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 106, + "instId": 300008, + "propState": 8, + "pos": { + "x": 72210, + "y": 122, + "z": 119470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 107, + "instId": 300001, + "propState": 8, + "pos": { + "x": 76810, + "y": 40, + "z": 117110 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 107, + "instId": 300002, + "propState": 8, + "pos": { + "x": 76810, + "y": 40, + "z": 120110 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 108, + "instId": 300001, + "propState": 8, + "pos": { + "x": 38750, + "y": 9101, + "z": 125750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 108, + "instId": 300002, + "propState": 8, + "pos": { + "x": 4000, + "y": 9101, + "z": 107750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 109, + "instId": 300001, + "propState": 8, + "pos": { + "x": 2250, + "y": 9101, + "z": 117593 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 109, + "instId": 300003, + "propState": 8, + "pos": { + "x": 13920, + "y": 9101, + "z": 122500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 109, + "instId": 300004, + "propState": 8, + "pos": { + "x": 31520, + "y": 9101, + "z": 122593 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 109, + "instId": 300005, + "propState": 8, + "pos": { + "x": 28520, + "y": 9101, + "z": 116593 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 109, + "instId": 300006, + "propState": 8, + "pos": { + "x": 13080, + "y": 9101, + "z": 122500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 109, + "instId": 300007, + "propState": 8, + "pos": { + "x": 30739, + "y": 9101, + "z": 122593 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 109, + "instId": 300008, + "propState": 8, + "pos": { + "x": 27650, + "y": 9101, + "z": 116593 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 110, + "instId": 300001, + "propState": 8, + "pos": { + "x": 8250, + "y": 9101, + "z": 122593 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 110, + "instId": 300002, + "propState": 8, + "pos": { + "x": 8250, + "y": 9101, + "z": 119593 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 113, + "instId": 300001, + "propState": 8, + "pos": { + "x": 80728, + "y": 2314, + "z": 104750 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 113, + "instId": 300002, + "propState": 8, + "pos": { + "x": 70370, + "y": 2383, + "z": 74040 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 114, + "instId": 300001, + "propState": 8, + "pos": { + "x": 82950, + "y": 2231, + "z": 69020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 114, + "instId": 300003, + "propState": 8, + "pos": { + "x": 74439, + "y": 2231, + "z": 88381 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 114, + "instId": 300004, + "propState": 8, + "pos": { + "x": 85937, + "y": 2231, + "z": 82138 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 114, + "instId": 300005, + "propState": 8, + "pos": { + "x": 75289, + "y": 2231, + "z": 87971 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 114, + "instId": 300006, + "propState": 8, + "pos": { + "x": 74439, + "y": 2231, + "z": 87541 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 114, + "instId": 300007, + "propState": 8, + "pos": { + "x": 85937, + "y": 2231, + "z": 81357 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 114, + "instId": 300008, + "propState": 8, + "pos": { + "x": 85057, + "y": 2231, + "z": 81727 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 116, + "instId": 300001, + "propState": 8, + "pos": { + "x": -59730, + "y": 821, + "z": 72304 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 116, + "instId": 300003, + "propState": 8, + "pos": { + "x": -14140, + "y": 2171, + "z": 37670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 116, + "instId": 300004, + "propState": 8, + "pos": { + "x": 6470, + "y": 2220, + "z": 46860 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 117, + "instId": 300001, + "propState": 8, + "pos": { + "x": -2310, + "y": 2171, + "z": 64360 + }, + "rot": { + "x": 0, + "y": 269925, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 117, + "instId": 300002, + "propState": 20, + "pos": { + "x": -6186, + "y": 2171, + "z": 62250 + }, + "rot": { + "x": 0, + "y": 269926, + "z": 0 + }, + "propId": 60204 + }, + { + "groupId": 117, + "instId": 300003, + "propState": 20, + "pos": { + "x": -6186, + "y": 2171, + "z": 61051 + }, + "rot": { + "x": 0, + "y": 269926, + "z": 0 + }, + "propId": 60205 + }, + { + "groupId": 117, + "instId": 300004, + "propState": 20, + "pos": { + "x": -6186, + "y": 2171, + "z": 59750 + }, + "rot": { + "x": 0, + "y": 269926, + "z": 0 + }, + "propId": 60206 + }, + { + "groupId": 117, + "instId": 300005, + "propState": 8, + "pos": { + "x": -52541, + "y": 2171, + "z": 43593 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 913 + }, + { + "groupId": 117, + "instId": 300006, + "propState": 8, + "pos": { + "x": -60060, + "y": 821, + "z": 39160 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 117, + "instId": 300007, + "propState": 8, + "pos": { + "x": -10847, + "y": 2171, + "z": 60500 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 118, + "instId": 300002, + "propState": 8, + "pos": { + "x": -25070, + "y": 2171, + "z": 54980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 118, + "instId": 300001, + "propState": 8, + "pos": { + "x": -52750, + "y": 2171, + "z": 43250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 118, + "instId": 300003, + "propState": 8, + "pos": { + "x": -28640, + "y": 2171, + "z": 43180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 118, + "instId": 300004, + "propState": 8, + "pos": { + "x": -35569, + "y": 2171, + "z": 67375 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + } + ], + "monsters": [ + { + "groupId": 96, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 10300, + "y": 4877, + "z": -129990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 102, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -16000, + "y": -1147, + "z": -23750 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 104, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -17180, + "y": -1147, + "z": 14670 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 107, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 76820, + "y": 40, + "z": 117200 + }, + "rot": { + "x": 0, + "y": 273779, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 110, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 8250, + "y": 9101, + "z": 122593 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 118, + "instId": 200002, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002050 + }, + { + "groupId": 118, + "instId": 200003, + "eventId": 81312013, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002059 + }, + { + "groupId": 118, + "instId": 200004, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002050 + }, + { + "groupId": 118, + "instId": 200005, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002050 + }, + { + "groupId": 118, + "instId": 200006, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002050 + }, + { + "groupId": 118, + "instId": 200007, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002050 + }, + { + "groupId": 118, + "instId": 200008, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002050 + }, + { + "groupId": 118, + "instId": 200009, + "eventId": 81312013, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002059 + }, + { + "groupId": 118, + "instId": 200010, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002050 + }, + { + "groupId": 118, + "instId": 200011, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002050 + }, + { + "groupId": 118, + "instId": 200012, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002050 + }, + { + "groupId": 118, + "instId": 200013, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002050 + }, + { + "groupId": 118, + "instId": 200014, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002050 + }, + { + "groupId": 118, + "instId": 200015, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002050 + }, + { + "groupId": 118, + "instId": 200016, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002050 + }, + { + "groupId": 118, + "instId": 200017, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002050 + }, + { + "groupId": 118, + "instId": 200018, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002050 + }, + { + "groupId": 118, + "instId": 200019, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002050 + }, + { + "groupId": 118, + "instId": 200020, + "eventId": 81312013, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002059 + }, + { + "groupId": 118, + "instId": 200021, + "eventId": 81312013, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002059 + } + ], + "teleports": [] + }, + { + "planeID": 80305, + "props": [ + { + "groupId": 77, + "instId": 300001, + "propState": 8, + "pos": { + "x": 36497, + "y": 53852, + "z": 2060 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 77, + "instId": 300002, + "propState": 8, + "pos": { + "x": 35028, + "y": 53852, + "z": 84255 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 77, + "instId": 300003, + "propState": 8, + "pos": { + "x": 69782, + "y": 60472, + "z": 55375 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 79, + "instId": 300001, + "propState": 8, + "pos": { + "x": 40010, + "y": 60356, + "z": 42330 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 79, + "instId": 300003, + "propState": 8, + "pos": { + "x": 40010, + "y": 60356, + "z": 42330 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 79, + "instId": 300002, + "propState": 9, + "pos": { + "x": 43960, + "y": 60356, + "z": 45610 + }, + "rot": { + "x": 0, + "y": 114090, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 80, + "instId": 300001, + "propState": 8, + "pos": { + "x": -128500, + "y": 47886, + "z": 19230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 81, + "instId": 300001, + "propState": 8, + "pos": { + "x": -133320, + "y": 47886, + "z": 46230 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 82, + "instId": 300001, + "propState": 8, + "pos": { + "x": -128320, + "y": 47886, + "z": 34230 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 82, + "instId": 300002, + "propState": 1, + "pos": { + "x": -136320, + "y": 47886, + "z": 34230 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 82, + "instId": 300003, + "propState": 8, + "pos": { + "x": -130067, + "y": 47886, + "z": 29119 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 82, + "instId": 300004, + "propState": 8, + "pos": { + "x": -129161, + "y": 47886, + "z": 28700 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 102005 + }, + { + "groupId": 82, + "instId": 300005, + "propState": 8, + "pos": { + "x": -129236, + "y": 47886, + "z": 29672 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 102005 + }, + { + "groupId": 83, + "instId": 300001, + "propState": 8, + "pos": { + "x": -64962, + "y": 53256, + "z": -20000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 83, + "instId": 300002, + "propState": 8, + "pos": { + "x": -46348, + "y": 50001, + "z": 4076 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 84, + "instId": 300001, + "propState": 8, + "pos": { + "x": -47076, + "y": 49950, + "z": -28690 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 84, + "instId": 300003, + "propState": 8, + "pos": { + "x": -46076, + "y": 49950, + "z": -5980 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 84, + "instId": 300004, + "propState": 8, + "pos": { + "x": -52076, + "y": 49950, + "z": -8980 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 84, + "instId": 300005, + "propState": 8, + "pos": { + "x": -46076, + "y": 49950, + "z": -11980 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 84, + "instId": 300006, + "propState": 8, + "pos": { + "x": -46076, + "y": 49950, + "z": -6820 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 84, + "instId": 300007, + "propState": 8, + "pos": { + "x": -52076, + "y": 49950, + "z": -9761 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 84, + "instId": 300008, + "propState": 8, + "pos": { + "x": -46076, + "y": 49950, + "z": -12850 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 85, + "instId": 300001, + "propState": 8, + "pos": { + "x": -52076, + "y": 49950, + "z": -22690 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 85, + "instId": 300002, + "propState": 8, + "pos": { + "x": -49076, + "y": 50001, + "z": -22690 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 86, + "instId": 300001, + "propState": 8, + "pos": { + "x": -46076, + "y": 50046, + "z": -18960 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 87, + "instId": 300001, + "propState": 8, + "pos": { + "x": 50480, + "y": 45906, + "z": -60211 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 88, + "instId": 300001, + "propState": 8, + "pos": { + "x": 15360, + "y": 43158, + "z": -56000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 88, + "instId": 300003, + "propState": 8, + "pos": { + "x": 34360, + "y": 43155, + "z": -57160 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 88, + "instId": 300004, + "propState": 8, + "pos": { + "x": 31360, + "y": 43155, + "z": -51160 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 88, + "instId": 300005, + "propState": 8, + "pos": { + "x": 28360, + "y": 43159, + "z": -57160 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 88, + "instId": 300006, + "propState": 8, + "pos": { + "x": 33520, + "y": 43155, + "z": -57160 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 88, + "instId": 300007, + "propState": 8, + "pos": { + "x": 30579, + "y": 43155, + "z": -51160 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 88, + "instId": 300008, + "propState": 8, + "pos": { + "x": 27490, + "y": 43159, + "z": -57160 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 89, + "instId": 300002, + "propState": 8, + "pos": { + "x": 21360, + "y": 43257, + "z": -51160 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 89, + "instId": 300004, + "propState": 8, + "pos": { + "x": 21360, + "y": 43257, + "z": -51160 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 90, + "instId": 300001, + "propState": 8, + "pos": { + "x": -82535, + "y": 53142, + "z": 149072 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 91, + "instId": 300001, + "propState": 8, + "pos": { + "x": -89740, + "y": 47313, + "z": 160697 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 91, + "instId": 300003, + "propState": 8, + "pos": { + "x": -72617, + "y": 47313, + "z": 127430 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 91, + "instId": 300004, + "propState": 8, + "pos": { + "x": -81763, + "y": 47313, + "z": 136796 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 91, + "instId": 300005, + "propState": 8, + "pos": { + "x": -92513, + "y": 47313, + "z": 130950 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 91, + "instId": 300006, + "propState": 8, + "pos": { + "x": -86046, + "y": 47313, + "z": 147592 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 91, + "instId": 300007, + "propState": 8, + "pos": { + "x": -76398, + "y": 47313, + "z": 133430 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 91, + "instId": 300008, + "propState": 8, + "pos": { + "x": -79487, + "y": 47313, + "z": 127430 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 92, + "instId": 300001, + "propState": 8, + "pos": { + "x": -86710, + "y": 47313, + "z": 156360 + }, + "rot": { + "x": 0, + "y": 195502, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 92, + "instId": 300002, + "propState": 8, + "pos": { + "x": -89710, + "y": 47313, + "z": 156386 + }, + "rot": { + "x": 0, + "y": 180502, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 93, + "instId": 300001, + "propState": 8, + "pos": { + "x": -85617, + "y": 47313, + "z": 127430 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 94, + "instId": 300001, + "propState": 8, + "pos": { + "x": -94118, + "y": 47313, + "z": 144867 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 95, + "instId": 300003, + "propState": 8, + "pos": { + "x": -79050, + "y": 53306, + "z": 99170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 96, + "instId": 300001, + "propState": 8, + "pos": { + "x": -77290, + "y": 49983, + "z": 66283 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 96, + "instId": 300003, + "propState": 8, + "pos": { + "x": -76290, + "y": 49950, + "z": 85283 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 96, + "instId": 300004, + "propState": 8, + "pos": { + "x": -82290, + "y": 49950, + "z": 82283 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 96, + "instId": 300005, + "propState": 8, + "pos": { + "x": -76290, + "y": 49950, + "z": 79283 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 96, + "instId": 300006, + "propState": 8, + "pos": { + "x": -76290, + "y": 49950, + "z": 84443 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 96, + "instId": 300007, + "propState": 8, + "pos": { + "x": -82290, + "y": 49950, + "z": 81502 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 96, + "instId": 300008, + "propState": 8, + "pos": { + "x": -76290, + "y": 49950, + "z": 78413 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 97, + "instId": 300001, + "propState": 8, + "pos": { + "x": -82290, + "y": 49950, + "z": 72283 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 97, + "instId": 300002, + "propState": 8, + "pos": { + "x": -79290, + "y": 49950, + "z": 72283 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "monsters": [ + { + "groupId": 79, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 40010, + "y": 60379, + "z": 42330 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 85, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -52076, + "y": 49950, + "z": -22690 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 86, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -46076, + "y": 50046, + "z": -18960 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 89, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 21360, + "y": 43257, + "z": -51160 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 92, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -86710, + "y": 47313, + "z": 156360 + }, + "rot": { + "x": 0, + "y": 195502, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 93, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -85617, + "y": 47313, + "z": 127430 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 94, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -94118, + "y": 47313, + "z": 144867 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 97, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -82290, + "y": 49950, + "z": 72283 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 80400, + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 8, + "pos": { + "x": -31303, + "y": -15925, + "z": -260010 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 8, + "pos": { + "x": 31125, + "y": -15925, + "z": -259920 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": 5000, + "y": -15915, + "z": -267460 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 15000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 8, + "pos": { + "x": 5000, + "y": 0, + "z": 13000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 5, + "instId": 300004, + "propState": 1, + "pos": { + "x": 7760, + "y": 2844, + "z": -106720 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 5, + "instId": 300005, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 10000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 5, + "instId": 300006, + "propState": 20, + "pos": { + "x": -3000, + "y": 0, + "z": 19000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 5, + "instId": 300007, + "propState": 20, + "pos": { + "x": -3000, + "y": 0, + "z": 19000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 5, + "instId": 300008, + "propState": 20, + "pos": { + "x": -3000, + "y": 0, + "z": 19000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": -149296, + "y": 25087, + "z": -196920 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 8, + "pos": { + "x": -90970, + "y": 22077, + "z": -196525 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 8, + "pos": { + "x": -116171, + "y": 22077, + "z": -171533 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": -130770, + "y": 22098, + "z": -201739 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 8, + "pos": { + "x": -132770, + "y": 22097, + "z": -196739 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 8, + "pos": { + "x": -130770, + "y": 22098, + "z": -191739 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 1, + "pos": { + "x": -117770, + "y": 22098, + "z": -200739 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 8, + "pos": { + "x": -113610, + "y": 22142, + "z": -192739 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 8, + "instId": 300006, + "propState": 8, + "pos": { + "x": -113270, + "y": 22124, + "z": -193539 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 8, + "instId": 300007, + "propState": 8, + "pos": { + "x": -112770, + "y": 22142, + "z": -192739 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 8, + "instId": 300008, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 10000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 8, + "pos": { + "x": 87240, + "y": 22090, + "z": -197048 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 8, + "pos": { + "x": 143443, + "y": 25100, + "z": -196680 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 12, + "instId": 300003, + "propState": 8, + "pos": { + "x": 110314, + "y": 22080, + "z": -222750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 13, + "instId": 300001, + "propState": 8, + "pos": { + "x": 107010, + "y": 22103, + "z": -200720 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 8, + "pos": { + "x": 106670, + "y": 22137, + "z": -199920 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 8, + "pos": { + "x": 106170, + "y": 22103, + "z": -200720 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 1, + "pos": { + "x": 106670, + "y": 22137, + "z": -193910 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 13, + "instId": 300005, + "propState": 8, + "pos": { + "x": 110670, + "y": 22103, + "z": -191910 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 13, + "instId": 300006, + "propState": 8, + "pos": { + "x": 112670, + "y": 22112, + "z": -196910 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 13, + "instId": 300007, + "propState": 8, + "pos": { + "x": 110670, + "y": 22103, + "z": -201910 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 13, + "instId": 300008, + "propState": 8, + "pos": { + "x": 107670, + "y": 22112, + "z": -196910 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 14, + "instId": 300001, + "propState": 8, + "pos": { + "x": 107010, + "y": 22103, + "z": -200720 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 8, + "pos": { + "x": 106670, + "y": 22137, + "z": -199920 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 14, + "instId": 300003, + "propState": 8, + "pos": { + "x": 106170, + "y": 22103, + "z": -200720 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 14, + "instId": 300004, + "propState": 1, + "pos": { + "x": 106670, + "y": 22137, + "z": -193910 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 14, + "instId": 300005, + "propState": 8, + "pos": { + "x": 110670, + "y": 22103, + "z": -191910 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 14, + "instId": 300006, + "propState": 8, + "pos": { + "x": 112670, + "y": 22112, + "z": -196910 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 14, + "instId": 300007, + "propState": 8, + "pos": { + "x": 110670, + "y": 22103, + "z": -201910 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 14, + "instId": 300008, + "propState": 8, + "pos": { + "x": 107670, + "y": 22112, + "z": -196910 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 15, + "instId": 300001, + "propState": 8, + "pos": { + "x": 75420, + "y": 22090, + "z": -258080 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 15, + "instId": 300002, + "propState": 8, + "pos": { + "x": 74855, + "y": 22090, + "z": -204620 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 25, + "instId": 300001, + "propState": 8, + "pos": { + "x": 79480, + "y": 22100, + "z": -240140 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 25, + "instId": 300002, + "propState": 8, + "pos": { + "x": 74480, + "y": 22090, + "z": -242140 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 25, + "instId": 300003, + "propState": 8, + "pos": { + "x": 69480, + "y": 22090, + "z": -240140 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 25, + "instId": 300004, + "propState": 8, + "pos": { + "x": 79705, + "y": 22090, + "z": -231010 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 25, + "instId": 300005, + "propState": 8, + "pos": { + "x": 78905, + "y": 22090, + "z": -230640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 25, + "instId": 300006, + "propState": 8, + "pos": { + "x": 79705, + "y": 22090, + "z": -230140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 25, + "instId": 300007, + "propState": 8, + "pos": { + "x": 72360, + "y": 22090, + "z": -223980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 25, + "instId": 300008, + "propState": 8, + "pos": { + "x": 73160, + "y": 22090, + "z": -223640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 25, + "instId": 300009, + "propState": 8, + "pos": { + "x": 72360, + "y": 22090, + "z": -223140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 25, + "instId": 300010, + "propState": 12, + "pos": { + "x": 74688, + "y": 22095, + "z": -228140 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 25, + "instId": 300011, + "propState": 1, + "pos": { + "x": -4000, + "y": 0, + "z": 11000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 26, + "instId": 300001, + "propState": 8, + "pos": { + "x": -122666, + "y": 28032, + "z": -40870 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 26, + "instId": 300002, + "propState": 8, + "pos": { + "x": -130390, + "y": 28032, + "z": -24720 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 26, + "instId": 300003, + "propState": 8, + "pos": { + "x": -151520, + "y": 28032, + "z": -24720 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 27, + "instId": 300001, + "propState": 8, + "pos": { + "x": -143750, + "y": 28032, + "z": -37497 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 27, + "instId": 300002, + "propState": 8, + "pos": { + "x": -143410, + "y": 28032, + "z": -38297 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 27, + "instId": 300003, + "propState": 8, + "pos": { + "x": -142910, + "y": 28032, + "z": -37497 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 27, + "instId": 300004, + "propState": 1, + "pos": { + "x": -143410, + "y": 28332, + "z": -44307 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 27, + "instId": 300005, + "propState": 8, + "pos": { + "x": -147410, + "y": 28325, + "z": -46307 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 27, + "instId": 300006, + "propState": 8, + "pos": { + "x": -149410, + "y": 28032, + "z": -41307 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 27, + "instId": 300007, + "propState": 8, + "pos": { + "x": -147410, + "y": 28032, + "z": -36307 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 27, + "instId": 300008, + "propState": 8, + "pos": { + "x": -144410, + "y": 28032, + "z": -41307 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 28, + "instId": 300001, + "propState": 8, + "pos": { + "x": -143750, + "y": 28032, + "z": -37497 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 28, + "instId": 300002, + "propState": 8, + "pos": { + "x": -143410, + "y": 28032, + "z": -38297 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 28, + "instId": 300003, + "propState": 8, + "pos": { + "x": -142910, + "y": 28032, + "z": -37497 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 28, + "instId": 300004, + "propState": 1, + "pos": { + "x": -143410, + "y": 28332, + "z": -44307 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 28, + "instId": 300005, + "propState": 8, + "pos": { + "x": -147410, + "y": 28325, + "z": -46307 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 28, + "instId": 300006, + "propState": 8, + "pos": { + "x": -149410, + "y": 28032, + "z": -41307 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 28, + "instId": 300007, + "propState": 8, + "pos": { + "x": -147410, + "y": 28032, + "z": -36307 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 28, + "instId": 300008, + "propState": 8, + "pos": { + "x": -144410, + "y": 28032, + "z": -41307 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 29, + "instId": 300001, + "propState": 8, + "pos": { + "x": 46220, + "y": -16918, + "z": -259910 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 29, + "instId": 300002, + "propState": 8, + "pos": { + "x": 48980, + "y": -26620, + "z": -254530 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 30, + "instId": 300001, + "propState": 8, + "pos": { + "x": 76980, + "y": -14918, + "z": -252210 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 30, + "instId": 300002, + "propState": 8, + "pos": { + "x": 78980, + "y": -14918, + "z": -257210 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 30, + "instId": 300003, + "propState": 8, + "pos": { + "x": 76980, + "y": -16918, + "z": -262210 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 30, + "instId": 300004, + "propState": 8, + "pos": { + "x": 67850, + "y": -16918, + "z": -253210 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 30, + "instId": 300005, + "propState": 8, + "pos": { + "x": 67480, + "y": -16918, + "z": -254010 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 30, + "instId": 300006, + "propState": 8, + "pos": { + "x": 66980, + "y": -16918, + "z": -253210 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 30, + "instId": 300007, + "propState": 8, + "pos": { + "x": 60820, + "y": -16918, + "z": -261210 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 30, + "instId": 300008, + "propState": 8, + "pos": { + "x": 60480, + "y": -16918, + "z": -260410 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 30, + "instId": 300009, + "propState": 8, + "pos": { + "x": 59980, + "y": -16918, + "z": -261210 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 30, + "instId": 300010, + "propState": 12, + "pos": { + "x": 64980, + "y": -16918, + "z": -261210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 30, + "instId": 300011, + "propState": 1, + "pos": { + "x": -4000, + "y": 0, + "z": 11000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 59, + "instId": 300001, + "propState": 8, + "pos": { + "x": -161501, + "y": 28050, + "z": -52710 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 59, + "instId": 300002, + "propState": 8, + "pos": { + "x": -161501, + "y": 28050, + "z": -50930 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 60, + "instId": 300001, + "propState": 8, + "pos": { + "x": -161501, + "y": 23050, + "z": -88990 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 60, + "instId": 300002, + "propState": 8, + "pos": { + "x": -161501, + "y": 28050, + "z": -90990 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 60, + "instId": 300003, + "propState": 8, + "pos": { + "x": -161501, + "y": 33050, + "z": -88990 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 60, + "instId": 300004, + "propState": 8, + "pos": { + "x": -161501, + "y": 24050, + "z": -79860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 60, + "instId": 300005, + "propState": 8, + "pos": { + "x": -161501, + "y": 24850, + "z": -79490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 60, + "instId": 300006, + "propState": 8, + "pos": { + "x": -161501, + "y": 24050, + "z": -78990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 60, + "instId": 300007, + "propState": 8, + "pos": { + "x": -161501, + "y": 32050, + "z": -72830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 60, + "instId": 300008, + "propState": 8, + "pos": { + "x": -161501, + "y": 31250, + "z": -72490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 60, + "instId": 300009, + "propState": 8, + "pos": { + "x": -161501, + "y": 32050, + "z": -71990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 60, + "instId": 300010, + "propState": 12, + "pos": { + "x": -161501, + "y": 32050, + "z": -76990 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 60, + "instId": 300011, + "propState": 1, + "pos": { + "x": -4000, + "y": 0, + "z": 11000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 69, + "instId": 300001, + "propState": 8, + "pos": { + "x": -119527, + "y": 25140, + "z": -52220 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 69, + "instId": 300002, + "propState": 8, + "pos": { + "x": -119530, + "y": 25140, + "z": -46990 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 70, + "instId": 300001, + "propState": 8, + "pos": { + "x": -119501, + "y": 30140, + "z": -90090 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 70, + "instId": 300002, + "propState": 8, + "pos": { + "x": -119501, + "y": 25140, + "z": -92090 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 70, + "instId": 300003, + "propState": 8, + "pos": { + "x": -119501, + "y": 20140, + "z": -90090 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 70, + "instId": 300004, + "propState": 8, + "pos": { + "x": -119527, + "y": 29140, + "z": -80960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 70, + "instId": 300005, + "propState": 8, + "pos": { + "x": -119527, + "y": 28340, + "z": -80590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 70, + "instId": 300006, + "propState": 8, + "pos": { + "x": -119527, + "y": 29140, + "z": -80090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 70, + "instId": 300007, + "propState": 8, + "pos": { + "x": -119527, + "y": 21140, + "z": -73210 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 70, + "instId": 300008, + "propState": 8, + "pos": { + "x": -119527, + "y": 21940, + "z": -72870 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 70, + "instId": 300009, + "propState": 8, + "pos": { + "x": -119527, + "y": 21140, + "z": -72370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 70, + "instId": 300010, + "propState": 12, + "pos": { + "x": -119527, + "y": 21140, + "z": -78090 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 70, + "instId": 300011, + "propState": 1, + "pos": { + "x": -4000, + "y": 0, + "z": 11000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 79, + "instId": 300001, + "propState": 8, + "pos": { + "x": 146280, + "y": 46705, + "z": -295170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 79, + "instId": 300002, + "propState": 8, + "pos": { + "x": 146280, + "y": 46705, + "z": -283025 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 80, + "instId": 300001, + "propState": 8, + "pos": { + "x": 151280, + "y": 47050, + "z": -255025 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 80, + "instId": 300002, + "propState": 8, + "pos": { + "x": 146280, + "y": 47046, + "z": -253025 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 80, + "instId": 300003, + "propState": 8, + "pos": { + "x": 141280, + "y": 47050, + "z": -255025 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 80, + "instId": 300004, + "propState": 8, + "pos": { + "x": 150280, + "y": 47050, + "z": -264155 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 80, + "instId": 300005, + "propState": 8, + "pos": { + "x": 149480, + "y": 47050, + "z": -264525 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 80, + "instId": 300006, + "propState": 8, + "pos": { + "x": 150280, + "y": 47050, + "z": -265025 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 80, + "instId": 300007, + "propState": 8, + "pos": { + "x": 142280, + "y": 47050, + "z": -271185 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 80, + "instId": 300008, + "propState": 8, + "pos": { + "x": 143080, + "y": 47050, + "z": -271525 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 80, + "instId": 300009, + "propState": 8, + "pos": { + "x": 142280, + "y": 47050, + "z": -272025 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 80, + "instId": 300010, + "propState": 12, + "pos": { + "x": 142280, + "y": 47050, + "z": -267025 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 80, + "instId": 300011, + "propState": 1, + "pos": { + "x": -4000, + "y": 0, + "z": 11000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 89, + "instId": 300001, + "propState": 8, + "pos": { + "x": 167200, + "y": 40610, + "z": -247480 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 89, + "instId": 300002, + "propState": 8, + "pos": { + "x": 167200, + "y": 40610, + "z": -247480 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 90, + "instId": 300001, + "propState": 8, + "pos": { + "x": 167200, + "y": 44110, + "z": -275480 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 90, + "instId": 300002, + "propState": 8, + "pos": { + "x": 167200, + "y": 40610, + "z": -277480 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 90, + "instId": 300003, + "propState": 8, + "pos": { + "x": 167200, + "y": 36610, + "z": -275480 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 90, + "instId": 300004, + "propState": 8, + "pos": { + "x": 167200, + "y": 44610, + "z": -266350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 90, + "instId": 300005, + "propState": 8, + "pos": { + "x": 167200, + "y": 43810, + "z": -265980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 90, + "instId": 300006, + "propState": 8, + "pos": { + "x": 167200, + "y": 44610, + "z": -265480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 90, + "instId": 300007, + "propState": 8, + "pos": { + "x": 167200, + "y": 36610, + "z": -259320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 90, + "instId": 300008, + "propState": 8, + "pos": { + "x": 167200, + "y": 37410, + "z": -258980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 90, + "instId": 300009, + "propState": 8, + "pos": { + "x": 167200, + "y": 36610, + "z": -258480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 90, + "instId": 300010, + "propState": 12, + "pos": { + "x": 167200, + "y": 36610, + "z": -263480 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 90, + "instId": 300011, + "propState": 1, + "pos": { + "x": -4000, + "y": 0, + "z": 11000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1049 + } + ], + "monsters": [ + { + "groupId": 3, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -69, + "y": -15884, + "z": -266510 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 6, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 0, + "y": -15884, + "z": -270460 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 17, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 77705, + "y": 22090, + "z": -235140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 18, + "instId": 200001, + "eventId": 1, + "pos": { + "x": 73705, + "y": 22090, + "z": -235140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 22, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 77705, + "y": 22090, + "z": -235140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 23, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 73705, + "y": 22090, + "z": -235140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 24, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 75705, + "y": 22090, + "z": -237140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 31, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 71980, + "y": -16918, + "z": -255210 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 32, + "instId": 200001, + "eventId": 1, + "pos": { + "x": 71980, + "y": -16918, + "z": -259210 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 36, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 71980, + "y": -16918, + "z": -255210 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 37, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 71980, + "y": -16918, + "z": -259210 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 38, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 73980, + "y": -16918, + "z": -257210 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 61, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -161501, + "y": 26050, + "z": -83990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 62, + "instId": 200001, + "eventId": 1, + "pos": { + "x": -161501, + "y": 30050, + "z": -83990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 66, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -161501, + "y": 26050, + "z": -83990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 67, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -161501, + "y": 30050, + "z": -83990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 68, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -161501, + "y": 28050, + "z": -85990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 71, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -119527, + "y": 27140, + "z": -85090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 72, + "instId": 200001, + "eventId": 1, + "pos": { + "x": -119527, + "y": 23140, + "z": -85090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 76, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -119527, + "y": 27140, + "z": -85090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 77, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -119527, + "y": 23140, + "z": -85090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 78, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -119527, + "y": 25140, + "z": -87090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 81, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 148280, + "y": 47046, + "z": -260025 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 82, + "instId": 200001, + "eventId": 1, + "pos": { + "x": 144280, + "y": 47046, + "z": -260025 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 86, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 148280, + "y": 47046, + "z": -260025 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 87, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 144280, + "y": 47046, + "z": -260025 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 88, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 146280, + "y": 47046, + "z": -258025 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 91, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 167200, + "y": 42610, + "z": -270480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 92, + "instId": 200001, + "eventId": 1, + "pos": { + "x": 167200, + "y": 38610, + "z": -270480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 96, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 167200, + "y": 42610, + "z": -270480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 97, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 167200, + "y": 38610, + "z": -270480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 98, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 167200, + "y": 40610, + "z": -272480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 80401, + "props": [ + { + "groupId": 74, + "instId": 300001, + "propState": 8, + "pos": { + "x": -31303, + "y": -15925, + "z": -260010 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 74, + "instId": 300002, + "propState": 8, + "pos": { + "x": 31125, + "y": -15925, + "z": -259920 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 75, + "instId": 300001, + "propState": 8, + "pos": { + "x": -3500, + "y": -15915, + "z": -266880 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 75, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": -15915, + "z": -263880 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 75, + "instId": 300003, + "propState": 8, + "pos": { + "x": 3500, + "y": -15915, + "z": -266880 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 75, + "instId": 300004, + "propState": 1, + "pos": { + "x": -3947, + "y": -15915, + "z": -276795 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 75, + "instId": 300005, + "propState": 1, + "pos": { + "x": 4053, + "y": -15915, + "z": -276795 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 75, + "instId": 300006, + "propState": 20, + "pos": { + "x": -2000, + "y": -15884, + "z": -272010 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 75, + "instId": 300007, + "propState": 20, + "pos": { + "x": 0, + "y": -15884, + "z": -272010 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 75, + "instId": 300008, + "propState": 20, + "pos": { + "x": 1990, + "y": -15884, + "z": -272010 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 77, + "instId": 300001, + "propState": 8, + "pos": { + "x": -149296, + "y": 25087, + "z": -196920 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 77, + "instId": 300002, + "propState": 8, + "pos": { + "x": -90970, + "y": 8460, + "z": -196525 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 77, + "instId": 300003, + "propState": 8, + "pos": { + "x": -116171, + "y": 22077, + "z": -219640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 78, + "instId": 300001, + "propState": 8, + "pos": { + "x": -130100, + "y": 22097, + "z": -200239 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 78, + "instId": 300002, + "propState": 8, + "pos": { + "x": -133100, + "y": 22097, + "z": -196739 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 78, + "instId": 300003, + "propState": 8, + "pos": { + "x": -130100, + "y": 22097, + "z": -193239 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 78, + "instId": 300004, + "propState": 1, + "pos": { + "x": -117770, + "y": 22098, + "z": -200739 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 78, + "instId": 300005, + "propState": 8, + "pos": { + "x": -113610, + "y": 22142, + "z": -192739 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 78, + "instId": 300006, + "propState": 8, + "pos": { + "x": -113270, + "y": 22124, + "z": -193539 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 78, + "instId": 300007, + "propState": 8, + "pos": { + "x": -112770, + "y": 22142, + "z": -192739 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 78, + "instId": 300008, + "propState": 8, + "pos": { + "x": -125084, + "y": 22097, + "z": -196739 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 79, + "instId": 300001, + "propState": 8, + "pos": { + "x": 87240, + "y": 22090, + "z": -197048 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 79, + "instId": 300002, + "propState": 8, + "pos": { + "x": 143443, + "y": 25100, + "z": -196680 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 79, + "instId": 300003, + "propState": 8, + "pos": { + "x": 110314, + "y": 22080, + "z": -222750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 80, + "instId": 300001, + "propState": 8, + "pos": { + "x": 107010, + "y": 22103, + "z": -200720 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 80, + "instId": 300002, + "propState": 8, + "pos": { + "x": 106670, + "y": 22137, + "z": -199920 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 80, + "instId": 300003, + "propState": 8, + "pos": { + "x": 106170, + "y": 22103, + "z": -200720 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 80, + "instId": 300004, + "propState": 1, + "pos": { + "x": 106670, + "y": 22137, + "z": -193910 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 80, + "instId": 300005, + "propState": 8, + "pos": { + "x": 110670, + "y": 22103, + "z": -191910 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 80, + "instId": 300006, + "propState": 8, + "pos": { + "x": 112670, + "y": 22112, + "z": -196910 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 80, + "instId": 300007, + "propState": 8, + "pos": { + "x": 110670, + "y": 22103, + "z": -201910 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 80, + "instId": 300008, + "propState": 8, + "pos": { + "x": 107670, + "y": 22112, + "z": -196910 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 81, + "instId": 300001, + "propState": 8, + "pos": { + "x": 107010, + "y": 22103, + "z": -200720 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 81, + "instId": 300002, + "propState": 8, + "pos": { + "x": 106670, + "y": 22137, + "z": -199920 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 81, + "instId": 300003, + "propState": 8, + "pos": { + "x": 106170, + "y": 22103, + "z": -200720 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 81, + "instId": 300004, + "propState": 1, + "pos": { + "x": 106670, + "y": 22137, + "z": -193910 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 81, + "instId": 300005, + "propState": 8, + "pos": { + "x": 110670, + "y": 22103, + "z": -191910 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 81, + "instId": 300006, + "propState": 8, + "pos": { + "x": 112670, + "y": 22112, + "z": -196910 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 81, + "instId": 300007, + "propState": 8, + "pos": { + "x": 110670, + "y": 22103, + "z": -201910 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 81, + "instId": 300008, + "propState": 8, + "pos": { + "x": 107670, + "y": 22112, + "z": -196910 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 82, + "instId": 300001, + "propState": 8, + "pos": { + "x": 75420, + "y": 22090, + "z": -258080 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 82, + "instId": 300002, + "propState": 8, + "pos": { + "x": 74855, + "y": 22090, + "z": -204620 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 83, + "instId": 300001, + "propState": 8, + "pos": { + "x": 77520, + "y": 22090, + "z": -239140 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 83, + "instId": 300002, + "propState": 8, + "pos": { + "x": 74020, + "y": 22090, + "z": -242140 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 83, + "instId": 300003, + "propState": 8, + "pos": { + "x": 70520, + "y": 22090, + "z": -239140 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 83, + "instId": 300004, + "propState": 8, + "pos": { + "x": 80254, + "y": 22090, + "z": -231770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 83, + "instId": 300005, + "propState": 8, + "pos": { + "x": 79454, + "y": 22090, + "z": -231400 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 83, + "instId": 300006, + "propState": 8, + "pos": { + "x": 80254, + "y": 22090, + "z": -230900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 83, + "instId": 300007, + "propState": 8, + "pos": { + "x": 72672, + "y": 22090, + "z": -221810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 83, + "instId": 300008, + "propState": 8, + "pos": { + "x": 73472, + "y": 22090, + "z": -221470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 83, + "instId": 300009, + "propState": 8, + "pos": { + "x": 72672, + "y": 22090, + "z": -220970 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 83, + "instId": 300010, + "propState": 12, + "pos": { + "x": 73360, + "y": 22095, + "z": -224700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 83, + "instId": 300011, + "propState": 1, + "pos": { + "x": 79580, + "y": 22090, + "z": -223420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 92, + "instId": 300001, + "propState": 8, + "pos": { + "x": -122666, + "y": 28032, + "z": -40870 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 92, + "instId": 300002, + "propState": 8, + "pos": { + "x": -130390, + "y": 28032, + "z": -24720 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 92, + "instId": 300003, + "propState": 8, + "pos": { + "x": -151520, + "y": 28032, + "z": -24720 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 93, + "instId": 300001, + "propState": 8, + "pos": { + "x": -143750, + "y": 28032, + "z": -37497 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 93, + "instId": 300002, + "propState": 8, + "pos": { + "x": -143410, + "y": 28032, + "z": -38297 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 93, + "instId": 300003, + "propState": 8, + "pos": { + "x": -142910, + "y": 28032, + "z": -37497 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 93, + "instId": 300004, + "propState": 1, + "pos": { + "x": -143410, + "y": 28332, + "z": -44307 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 93, + "instId": 300005, + "propState": 8, + "pos": { + "x": -147410, + "y": 28325, + "z": -46307 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 93, + "instId": 300006, + "propState": 8, + "pos": { + "x": -149410, + "y": 28032, + "z": -41307 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 93, + "instId": 300007, + "propState": 8, + "pos": { + "x": -147410, + "y": 28032, + "z": -36307 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 93, + "instId": 300008, + "propState": 8, + "pos": { + "x": -144410, + "y": 28032, + "z": -41307 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 94, + "instId": 300001, + "propState": 8, + "pos": { + "x": -143750, + "y": 28032, + "z": -37497 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 94, + "instId": 300002, + "propState": 8, + "pos": { + "x": -143410, + "y": 28032, + "z": -38297 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 94, + "instId": 300003, + "propState": 8, + "pos": { + "x": -142910, + "y": 28032, + "z": -37497 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 94, + "instId": 300004, + "propState": 1, + "pos": { + "x": -143410, + "y": 28332, + "z": -44307 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 94, + "instId": 300005, + "propState": 8, + "pos": { + "x": -147410, + "y": 28325, + "z": -46307 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 94, + "instId": 300006, + "propState": 8, + "pos": { + "x": -149410, + "y": 28032, + "z": -41307 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 94, + "instId": 300007, + "propState": 8, + "pos": { + "x": -147410, + "y": 28032, + "z": -36307 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 94, + "instId": 300008, + "propState": 8, + "pos": { + "x": -144410, + "y": 28032, + "z": -41307 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 95, + "instId": 300001, + "propState": 8, + "pos": { + "x": 46220, + "y": -16918, + "z": -259910 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 95, + "instId": 300002, + "propState": 8, + "pos": { + "x": 78180, + "y": -16910, + "z": -238390 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 95, + "instId": 300003, + "propState": 8, + "pos": { + "x": 78220, + "y": -16910, + "z": -267170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 96, + "instId": 300001, + "propState": 8, + "pos": { + "x": 76330, + "y": -16910, + "z": -253710 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 96, + "instId": 300002, + "propState": 8, + "pos": { + "x": 79330, + "y": -16910, + "z": -257210 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 96, + "instId": 300003, + "propState": 8, + "pos": { + "x": 76330, + "y": -16910, + "z": -260710 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 96, + "instId": 300004, + "propState": 8, + "pos": { + "x": 67850, + "y": -16918, + "z": -253210 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 96, + "instId": 300005, + "propState": 8, + "pos": { + "x": 67480, + "y": -16918, + "z": -254010 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 96, + "instId": 300006, + "propState": 8, + "pos": { + "x": 66980, + "y": -16918, + "z": -253210 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 96, + "instId": 300007, + "propState": 8, + "pos": { + "x": 60820, + "y": -16918, + "z": -261440 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 96, + "instId": 300008, + "propState": 8, + "pos": { + "x": 60480, + "y": -16918, + "z": -260640 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 96, + "instId": 300009, + "propState": 8, + "pos": { + "x": 59980, + "y": -16918, + "z": -261440 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 96, + "instId": 300010, + "propState": 12, + "pos": { + "x": 63940, + "y": -16918, + "z": -261210 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 96, + "instId": 300011, + "propState": 1, + "pos": { + "x": 63240, + "y": -16918, + "z": -255460 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 105, + "instId": 300001, + "propState": 8, + "pos": { + "x": 167200, + "y": 40970, + "z": -246520 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 105, + "instId": 300002, + "propState": 8, + "pos": { + "x": 167200, + "y": 40970, + "z": -246520 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 106, + "instId": 300001, + "propState": 8, + "pos": { + "x": 167200, + "y": 44470, + "z": -274600 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 106, + "instId": 300002, + "propState": 8, + "pos": { + "x": 167200, + "y": 40970, + "z": -277600 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 106, + "instId": 300003, + "propState": 8, + "pos": { + "x": 167200, + "y": 37470, + "z": -274600 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 106, + "instId": 300004, + "propState": 8, + "pos": { + "x": 167200, + "y": 44970, + "z": -266420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 106, + "instId": 300005, + "propState": 8, + "pos": { + "x": 167200, + "y": 44170, + "z": -266050 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 106, + "instId": 300006, + "propState": 8, + "pos": { + "x": 167200, + "y": 44970, + "z": -265550 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 106, + "instId": 300007, + "propState": 8, + "pos": { + "x": 167200, + "y": 36970, + "z": -259390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 106, + "instId": 300008, + "propState": 8, + "pos": { + "x": 167200, + "y": 37770, + "z": -259050 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 106, + "instId": 300009, + "propState": 8, + "pos": { + "x": 167200, + "y": 36970, + "z": -258550 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 106, + "instId": 300010, + "propState": 12, + "pos": { + "x": 167200, + "y": 36970, + "z": -262700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 106, + "instId": 300011, + "propState": 1, + "pos": { + "x": 167200, + "y": 44970, + "z": -262700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 115, + "instId": 300001, + "propState": 8, + "pos": { + "x": 146280, + "y": 47046, + "z": -283025 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 115, + "instId": 300002, + "propState": 8, + "pos": { + "x": 146280, + "y": 46705, + "z": -294300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 116, + "instId": 300001, + "propState": 8, + "pos": { + "x": 149780, + "y": 47046, + "z": -255880 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 116, + "instId": 300002, + "propState": 8, + "pos": { + "x": 146280, + "y": 47046, + "z": -252880 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 116, + "instId": 300003, + "propState": 8, + "pos": { + "x": 142780, + "y": 47046, + "z": -255880 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 116, + "instId": 300004, + "propState": 8, + "pos": { + "x": 150280, + "y": 47050, + "z": -264155 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 116, + "instId": 300005, + "propState": 8, + "pos": { + "x": 149480, + "y": 47050, + "z": -264525 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 116, + "instId": 300006, + "propState": 8, + "pos": { + "x": 150280, + "y": 47050, + "z": -265025 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 116, + "instId": 300007, + "propState": 8, + "pos": { + "x": 142280, + "y": 47050, + "z": -271185 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 116, + "instId": 300008, + "propState": 8, + "pos": { + "x": 143080, + "y": 47050, + "z": -271525 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 116, + "instId": 300009, + "propState": 8, + "pos": { + "x": 142280, + "y": 47050, + "z": -272025 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 116, + "instId": 300010, + "propState": 12, + "pos": { + "x": 142280, + "y": 47050, + "z": -268020 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 116, + "instId": 300011, + "propState": 1, + "pos": { + "x": 150280, + "y": 47050, + "z": -268020 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 125, + "instId": 300001, + "propState": 8, + "pos": { + "x": -119530, + "y": 25140, + "z": -45290 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 125, + "instId": 300002, + "propState": 8, + "pos": { + "x": -119530, + "y": 25140, + "z": -45290 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 126, + "instId": 300001, + "propState": 8, + "pos": { + "x": -119501, + "y": 28640, + "z": -91150 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 126, + "instId": 300002, + "propState": 8, + "pos": { + "x": -119501, + "y": 25140, + "z": -94150 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 126, + "instId": 300003, + "propState": 8, + "pos": { + "x": -119501, + "y": 21640, + "z": -91150 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 126, + "instId": 300004, + "propState": 8, + "pos": { + "x": -119530, + "y": 30160, + "z": -80960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 126, + "instId": 300005, + "propState": 8, + "pos": { + "x": -119530, + "y": 29360, + "z": -80590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 126, + "instId": 300006, + "propState": 8, + "pos": { + "x": -119530, + "y": 30160, + "z": -80090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 126, + "instId": 300007, + "propState": 8, + "pos": { + "x": -119527, + "y": 21140, + "z": -73330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 126, + "instId": 300008, + "propState": 8, + "pos": { + "x": -119527, + "y": 21940, + "z": -72990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 126, + "instId": 300009, + "propState": 8, + "pos": { + "x": -119527, + "y": 21140, + "z": -72490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 126, + "instId": 300010, + "propState": 12, + "pos": { + "x": -119530, + "y": 23170, + "z": -78090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 126, + "instId": 300011, + "propState": 1, + "pos": { + "x": -119530, + "y": 29930, + "z": -78090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 135, + "instId": 300001, + "propState": 8, + "pos": { + "x": -161500, + "y": 28050, + "z": -47950 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 135, + "instId": 300002, + "propState": 8, + "pos": { + "x": -161500, + "y": 28050, + "z": -47950 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 136, + "instId": 300001, + "propState": 8, + "pos": { + "x": -161501, + "y": 24550, + "z": -89900 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 136, + "instId": 300002, + "propState": 8, + "pos": { + "x": -161501, + "y": 28050, + "z": -92900 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 136, + "instId": 300003, + "propState": 8, + "pos": { + "x": -161501, + "y": 31550, + "z": -89900 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 136, + "instId": 300004, + "propState": 8, + "pos": { + "x": -161501, + "y": 24050, + "z": -79860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 136, + "instId": 300005, + "propState": 8, + "pos": { + "x": -161501, + "y": 24850, + "z": -79490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 136, + "instId": 300006, + "propState": 8, + "pos": { + "x": -161501, + "y": 24050, + "z": -78990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 136, + "instId": 300007, + "propState": 8, + "pos": { + "x": -161501, + "y": 32050, + "z": -72830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 136, + "instId": 300008, + "propState": 8, + "pos": { + "x": -161501, + "y": 31250, + "z": -72490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 136, + "instId": 300009, + "propState": 8, + "pos": { + "x": -161501, + "y": 32050, + "z": -71990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 136, + "instId": 300010, + "propState": 12, + "pos": { + "x": -161501, + "y": 32050, + "z": -75860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 136, + "instId": 300011, + "propState": 1, + "pos": { + "x": -161501, + "y": 24050, + "z": -75860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 155, + "instId": 300001, + "propState": 12, + "pos": { + "x": 78705, + "y": 22090, + "z": -236140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 155, + "instId": 300002, + "propState": 1, + "pos": { + "x": 72705, + "y": 22090, + "z": -236140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 156, + "instId": 300001, + "propState": 12, + "pos": { + "x": 72980, + "y": -16898, + "z": -254170 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 156, + "instId": 300002, + "propState": 1, + "pos": { + "x": 72980, + "y": -16918, + "z": -260170 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 157, + "instId": 300001, + "propState": 12, + "pos": { + "x": 167200, + "y": 43980, + "z": -271530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 157, + "instId": 300002, + "propState": 1, + "pos": { + "x": 167200, + "y": 37980, + "z": -271530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 159, + "instId": 300001, + "propState": 12, + "pos": { + "x": 149290, + "y": 47050, + "z": -258970 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 159, + "instId": 300002, + "propState": 1, + "pos": { + "x": 143290, + "y": 47032, + "z": -258970 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 161, + "instId": 300001, + "propState": 12, + "pos": { + "x": -119527, + "y": 28110, + "z": -86060 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 161, + "instId": 300002, + "propState": 1, + "pos": { + "x": -119527, + "y": 22110, + "z": -86060 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 162, + "instId": 300001, + "propState": 12, + "pos": { + "x": -161501, + "y": 25020, + "z": -85010 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 162, + "instId": 300002, + "propState": 1, + "pos": { + "x": -161501, + "y": 31020, + "z": -85010 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 163, + "instId": 300001, + "propState": 8, + "pos": { + "x": -149650, + "y": 22087, + "z": -154589 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 163, + "instId": 300002, + "propState": 8, + "pos": { + "x": -131050, + "y": 22087, + "z": -154260 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 164, + "instId": 300001, + "propState": 8, + "pos": { + "x": -145280, + "y": 16077, + "z": -134010 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 164, + "instId": 300002, + "propState": 8, + "pos": { + "x": -140280, + "y": 16077, + "z": -132010 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 164, + "instId": 300003, + "propState": 8, + "pos": { + "x": -135280, + "y": 16077, + "z": -134010 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 164, + "instId": 300004, + "propState": 8, + "pos": { + "x": -137443, + "y": 16077, + "z": -142379 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 164, + "instId": 300005, + "propState": 8, + "pos": { + "x": -138243, + "y": 16077, + "z": -142719 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 164, + "instId": 300006, + "propState": 8, + "pos": { + "x": -137443, + "y": 16077, + "z": -143219 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 171, + "instId": 300001, + "propState": 8, + "pos": { + "x": -192540, + "y": 22077, + "z": -152401 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 171, + "instId": 300002, + "propState": 8, + "pos": { + "x": -195040, + "y": 22077, + "z": -148901 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 171, + "instId": 300003, + "propState": 8, + "pos": { + "x": -192540, + "y": 22077, + "z": -145401 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 172, + "instId": 300001, + "propState": 1, + "pos": { + "x": -188540, + "y": 22077, + "z": -145901 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 172, + "instId": 300002, + "propState": 1, + "pos": { + "x": -188540, + "y": 22077, + "z": -151901 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 173, + "instId": 300001, + "propState": 8, + "pos": { + "x": -173540, + "y": 9900, + "z": -148901 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 173, + "instId": 300002, + "propState": 8, + "pos": { + "x": -173540, + "y": 9900, + "z": -148901 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 174, + "instId": 300001, + "propState": 8, + "pos": { + "x": -173540, + "y": 5600, + "z": -148901 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 174, + "instId": 300002, + "propState": 8, + "pos": { + "x": -173540, + "y": 5600, + "z": -148901 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 175, + "instId": 300001, + "propState": 8, + "pos": { + "x": -192540, + "y": 22077, + "z": -152401 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 175, + "instId": 300002, + "propState": 8, + "pos": { + "x": -195040, + "y": 22077, + "z": -148901 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 175, + "instId": 300003, + "propState": 8, + "pos": { + "x": -192540, + "y": 22077, + "z": -145401 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 176, + "instId": 300001, + "propState": 1, + "pos": { + "x": -188540, + "y": 22077, + "z": -148901 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 176, + "instId": 300002, + "propState": 12, + "pos": { + "x": -186540, + "y": 22077, + "z": -151901 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 176, + "instId": 300003, + "propState": 12, + "pos": { + "x": -186540, + "y": 22077, + "z": -145901 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 177, + "instId": 300001, + "propState": 8, + "pos": { + "x": -173540, + "y": 4530, + "z": -148901 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 177, + "instId": 300002, + "propState": 8, + "pos": { + "x": -173540, + "y": 4530, + "z": -148901 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 178, + "instId": 300001, + "propState": 8, + "pos": { + "x": -192540, + "y": 22077, + "z": -152401 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 178, + "instId": 300002, + "propState": 8, + "pos": { + "x": -195040, + "y": 22077, + "z": -148901 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 178, + "instId": 300003, + "propState": 8, + "pos": { + "x": -192540, + "y": 22077, + "z": -145401 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 179, + "instId": 300001, + "propState": 1, + "pos": { + "x": -188540, + "y": 22077, + "z": -145901 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 179, + "instId": 300002, + "propState": 1, + "pos": { + "x": -188540, + "y": 22077, + "z": -151901 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 181, + "instId": 300001, + "propState": 8, + "pos": { + "x": 146218, + "y": 28084, + "z": -175913 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 181, + "instId": 300002, + "propState": 8, + "pos": { + "x": 81346, + "y": 22089, + "z": -196925 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 181, + "instId": 300003, + "propState": 8, + "pos": { + "x": -81320, + "y": 22100, + "z": -196809 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 181, + "instId": 300006, + "propState": 8, + "pos": { + "x": -125303, + "y": 22090, + "z": -148889 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 181, + "instId": 300007, + "propState": 8, + "pos": { + "x": -155408, + "y": 22090, + "z": -148889 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 181, + "instId": 300008, + "propState": 8, + "pos": { + "x": -135344, + "y": -4910, + "z": -61779 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 181, + "instId": 300009, + "propState": 8, + "pos": { + "x": 149255, + "y": 28111, + "z": -130927 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103032 + }, + { + "groupId": 181, + "instId": 300010, + "propState": 8, + "pos": { + "x": 110204, + "y": 22109, + "z": -217944 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 181, + "instId": 300011, + "propState": 8, + "pos": { + "x": -156331, + "y": -4910, + "z": -79773 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 181, + "instId": 300004, + "propState": 8, + "pos": { + "x": -188501, + "y": 16040, + "z": -55890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 181, + "instId": 300012, + "propState": 8, + "pos": { + "x": -156415, + "y": -10910, + "z": -130932 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 181, + "instId": 300013, + "propState": 8, + "pos": { + "x": -165403, + "y": -10910, + "z": -139927 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 181, + "instId": 300015, + "propState": 8, + "pos": { + "x": -81322, + "y": -16910, + "z": -196913 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 181, + "instId": 300018, + "propState": 8, + "pos": { + "x": -173385, + "y": 22081, + "z": -148887 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103032 + }, + { + "groupId": 181, + "instId": 300005, + "propState": 8, + "pos": { + "x": -116165, + "y": 22090, + "z": -175809 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 189, + "instId": 300001, + "propState": 8, + "pos": { + "x": -140500, + "y": 22100, + "z": -114810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103010 + }, + { + "groupId": 189, + "instId": 300002, + "propState": 8, + "pos": { + "x": -140500, + "y": 19040, + "z": -103893 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103011 + }, + { + "groupId": 189, + "instId": 300003, + "propState": 8, + "pos": { + "x": -140500, + "y": 22100, + "z": -125764 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103011 + }, + { + "groupId": 190, + "instId": 300001, + "propState": 8, + "pos": { + "x": -140580, + "y": 20930, + "z": -46900 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103010 + }, + { + "groupId": 190, + "instId": 300002, + "propState": 8, + "pos": { + "x": -140501, + "y": 16010, + "z": -55956 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103011 + }, + { + "groupId": 190, + "instId": 300003, + "propState": 8, + "pos": { + "x": -140516, + "y": 21035, + "z": -37883 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103011 + }, + { + "groupId": 190, + "instId": 300004, + "propState": 8, + "pos": { + "x": -142489, + "y": 16032, + "z": -52035 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + } + ], + "monsters": [ + { + "groupId": 76, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 0, + "y": -15884, + "z": -274520 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 84, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 77705, + "y": 22090, + "z": -235140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 85, + "instId": 200001, + "eventId": 1, + "pos": { + "x": 73705, + "y": 22090, + "z": -235140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 89, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 76190, + "y": 22090, + "z": -235140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 90, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 72190, + "y": 22090, + "z": -235140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 91, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 74190, + "y": 22090, + "z": -237140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 97, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 71980, + "y": -16918, + "z": -255210 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 98, + "instId": 200001, + "eventId": 1, + "pos": { + "x": 71980, + "y": -16918, + "z": -259210 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 102, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 71980, + "y": -16918, + "z": -255210 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 103, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 71980, + "y": -16918, + "z": -259210 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 104, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 73980, + "y": -16918, + "z": -257210 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 107, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 167200, + "y": 42970, + "z": -270550 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 108, + "instId": 200001, + "eventId": 1, + "pos": { + "x": 167200, + "y": 38970, + "z": -270550 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 112, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 167200, + "y": 42970, + "z": -270550 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 113, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 167200, + "y": 38970, + "z": -270550 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 114, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 167200, + "y": 40970, + "z": -272550 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 117, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 148280, + "y": 47046, + "z": -260025 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 118, + "instId": 200001, + "eventId": 1, + "pos": { + "x": 144280, + "y": 47046, + "z": -260025 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 122, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 148280, + "y": 47046, + "z": -260025 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 123, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 144280, + "y": 47046, + "z": -260025 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 124, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 146280, + "y": 47046, + "z": -258025 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 127, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -119527, + "y": 27140, + "z": -85090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 128, + "instId": 200001, + "eventId": 1, + "pos": { + "x": -119527, + "y": 23140, + "z": -85090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 132, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -119527, + "y": 27140, + "z": -85090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 133, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -119527, + "y": 23140, + "z": -85090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 134, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -119527, + "y": 25140, + "z": -87090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 137, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -161501, + "y": 26050, + "z": -83990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 138, + "instId": 200001, + "eventId": 1, + "pos": { + "x": -161501, + "y": 30050, + "z": -83990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 142, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -161501, + "y": 26050, + "z": -83990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 143, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -161501, + "y": 30050, + "z": -83990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 144, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -161501, + "y": 28050, + "z": -85990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 80402, + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 8, + "pos": { + "x": -117270, + "y": 11597, + "z": 41390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 8, + "pos": { + "x": -117270, + "y": 6610, + "z": 44950 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": -120818, + "y": 11517, + "z": 71364 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 8, + "pos": { + "x": -117318, + "y": 11517, + "z": 74364 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 8, + "pos": { + "x": -113818, + "y": 11517, + "z": 71364 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 10, + "instId": 300004, + "propState": 1, + "pos": { + "x": -120887, + "y": 11517, + "z": 61667 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 10, + "instId": 300005, + "propState": 1, + "pos": { + "x": -113470, + "y": 11517, + "z": 61360 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 10, + "instId": 300006, + "propState": 20, + "pos": { + "x": -119240, + "y": 11517, + "z": 67756 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 10, + "instId": 300007, + "propState": 20, + "pos": { + "x": -117270, + "y": 11517, + "z": 67756 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 10, + "instId": 300008, + "propState": 20, + "pos": { + "x": -115300, + "y": 11517, + "z": 67756 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 8, + "pos": { + "x": -117490, + "y": 11527, + "z": -24495 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 8, + "pos": { + "x": -102608, + "y": 11597, + "z": -3968 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 13, + "instId": 300001, + "propState": 8, + "pos": { + "x": -120316, + "y": 11517, + "z": 1880 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 8, + "pos": { + "x": -117316, + "y": 11517, + "z": 3880 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 8, + "pos": { + "x": -114316, + "y": 11517, + "z": 1880 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 1, + "pos": { + "x": -121360, + "y": 11597, + "z": -7070 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 13, + "instId": 300005, + "propState": 8, + "pos": { + "x": -113520, + "y": 11597, + "z": -12320 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 13, + "instId": 300006, + "propState": 8, + "pos": { + "x": -114320, + "y": 11597, + "z": -12660 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 13, + "instId": 300007, + "propState": 8, + "pos": { + "x": -113520, + "y": 11597, + "z": -13160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 13, + "instId": 300008, + "propState": 8, + "pos": { + "x": -117316, + "y": 11517, + "z": -620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 14, + "instId": 300001, + "propState": 8, + "pos": { + "x": -117370, + "y": 11511, + "z": -173160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 8, + "pos": { + "x": -117370, + "y": 3680, + "z": -173160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 15, + "instId": 300001, + "propState": 8, + "pos": { + "x": -113560, + "y": 11541, + "z": -158820 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 15, + "instId": 300002, + "propState": 8, + "pos": { + "x": -114360, + "y": 11541, + "z": -159160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 15, + "instId": 300003, + "propState": 8, + "pos": { + "x": -113560, + "y": 11541, + "z": -159660 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 15, + "instId": 300004, + "propState": 1, + "pos": { + "x": -120370, + "y": 11518, + "z": -159160 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 15, + "instId": 300005, + "propState": 8, + "pos": { + "x": -122370, + "y": 11511, + "z": -155160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 15, + "instId": 300006, + "propState": 8, + "pos": { + "x": -117370, + "y": 11518, + "z": -153160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 15, + "instId": 300007, + "propState": 8, + "pos": { + "x": -112370, + "y": 11511, + "z": -155160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 15, + "instId": 300008, + "propState": 8, + "pos": { + "x": -117370, + "y": 11541, + "z": -158160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 16, + "instId": 300001, + "propState": 8, + "pos": { + "x": -113560, + "y": 11541, + "z": -158820 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 8, + "pos": { + "x": -114360, + "y": 11541, + "z": -159160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 16, + "instId": 300003, + "propState": 8, + "pos": { + "x": -113560, + "y": 11541, + "z": -159660 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 16, + "instId": 300004, + "propState": 1, + "pos": { + "x": -120370, + "y": 11518, + "z": -159160 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 16, + "instId": 300005, + "propState": 8, + "pos": { + "x": -122370, + "y": 11511, + "z": -155160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 16, + "instId": 300006, + "propState": 8, + "pos": { + "x": -117370, + "y": 11518, + "z": -153160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 16, + "instId": 300007, + "propState": 8, + "pos": { + "x": -112370, + "y": 11511, + "z": -155160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 16, + "instId": 300008, + "propState": 8, + "pos": { + "x": -117370, + "y": 11541, + "z": -158160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 27, + "instId": 300001, + "propState": 8, + "pos": { + "x": -84535, + "y": 29510, + "z": -94320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 27, + "instId": 300002, + "propState": 8, + "pos": { + "x": -84535, + "y": 29510, + "z": -94880 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 28, + "instId": 300001, + "propState": 8, + "pos": { + "x": -84390, + "y": 26010, + "z": -61420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 28, + "instId": 300002, + "propState": 8, + "pos": { + "x": -84390, + "y": 29510, + "z": -58420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 28, + "instId": 300003, + "propState": 8, + "pos": { + "x": -84390, + "y": 33010, + "z": -61420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 28, + "instId": 300004, + "propState": 8, + "pos": { + "x": -84390, + "y": 25510, + "z": -71160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 28, + "instId": 300005, + "propState": 8, + "pos": { + "x": -84390, + "y": 26310, + "z": -71530 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 28, + "instId": 300006, + "propState": 8, + "pos": { + "x": -84390, + "y": 25510, + "z": -72030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 28, + "instId": 300007, + "propState": 8, + "pos": { + "x": -84640, + "y": 33510, + "z": -78990 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 28, + "instId": 300008, + "propState": 8, + "pos": { + "x": -84390, + "y": 32710, + "z": -79330 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 28, + "instId": 300009, + "propState": 8, + "pos": { + "x": -84390, + "y": 33510, + "z": -79830 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 28, + "instId": 300010, + "propState": 12, + "pos": { + "x": -84390, + "y": 33510, + "z": -75490 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 28, + "instId": 300011, + "propState": 1, + "pos": { + "x": -84548, + "y": 25782, + "z": -74913 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 37, + "instId": 300001, + "propState": 8, + "pos": { + "x": -186134, + "y": 14910, + "z": -127310 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 37, + "instId": 300002, + "propState": 8, + "pos": { + "x": -186134, + "y": 14910, + "z": -127310 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 38, + "instId": 300001, + "propState": 8, + "pos": { + "x": -186380, + "y": 9910, + "z": -156730 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 38, + "instId": 300002, + "propState": 8, + "pos": { + "x": -186380, + "y": 14910, + "z": -158730 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 38, + "instId": 300003, + "propState": 8, + "pos": { + "x": -186380, + "y": 19910, + "z": -156730 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 38, + "instId": 300004, + "propState": 8, + "pos": { + "x": -186380, + "y": 21870, + "z": -147600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 38, + "instId": 300005, + "propState": 8, + "pos": { + "x": -186380, + "y": 22670, + "z": -147230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 38, + "instId": 300006, + "propState": 8, + "pos": { + "x": -186380, + "y": 21870, + "z": -146730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 38, + "instId": 300007, + "propState": 8, + "pos": { + "x": -186203, + "y": 16750, + "z": -140120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 38, + "instId": 300008, + "propState": 8, + "pos": { + "x": -186380, + "y": 15950, + "z": -139780 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 38, + "instId": 300009, + "propState": 8, + "pos": { + "x": -186380, + "y": 16750, + "z": -139280 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 38, + "instId": 300010, + "propState": 12, + "pos": { + "x": -186380, + "y": 18300, + "z": -143240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 38, + "instId": 300011, + "propState": 1, + "pos": { + "x": -186380, + "y": 22646, + "z": -143240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 47, + "instId": 300001, + "propState": 8, + "pos": { + "x": -138240, + "y": -2180, + "z": -135630 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 47, + "instId": 300002, + "propState": 8, + "pos": { + "x": -142140, + "y": -2180, + "z": -135630 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 48, + "instId": 300001, + "propState": 8, + "pos": { + "x": -177790, + "y": 5511, + "z": -139130 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 48, + "instId": 300002, + "propState": 8, + "pos": { + "x": -180790, + "y": 5511, + "z": -135630 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 48, + "instId": 300003, + "propState": 8, + "pos": { + "x": -177790, + "y": 5511, + "z": -132130 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 48, + "instId": 300004, + "propState": 8, + "pos": { + "x": -169660, + "y": 5511, + "z": -138130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300005, + "propState": 8, + "pos": { + "x": -169290, + "y": 5511, + "z": -137330 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300006, + "propState": 8, + "pos": { + "x": -168790, + "y": 5511, + "z": -138130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300007, + "propState": 8, + "pos": { + "x": -162190, + "y": 5511, + "z": -131630 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300008, + "propState": 8, + "pos": { + "x": -161850, + "y": 5511, + "z": -132430 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300009, + "propState": 8, + "pos": { + "x": -161350, + "y": 5511, + "z": -131630 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300010, + "propState": 12, + "pos": { + "x": -165620, + "y": 5511, + "z": -132070 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 48, + "instId": 300011, + "propState": 1, + "pos": { + "x": -165943, + "y": 5511, + "z": -138104 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 57, + "instId": 300001, + "propState": 8, + "pos": { + "x": -135490, + "y": 14511, + "z": -99720 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 57, + "instId": 300002, + "propState": 8, + "pos": { + "x": -135490, + "y": 14511, + "z": -118300 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 58, + "instId": 300001, + "propState": 8, + "pos": { + "x": -150280, + "y": 11547, + "z": -90360 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 58, + "instId": 300002, + "propState": 8, + "pos": { + "x": -149940, + "y": 11547, + "z": -91160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 58, + "instId": 300003, + "propState": 8, + "pos": { + "x": -149440, + "y": 11547, + "z": -90360 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 58, + "instId": 300004, + "propState": 1, + "pos": { + "x": -149940, + "y": 11547, + "z": -97170 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 58, + "instId": 300005, + "propState": 8, + "pos": { + "x": -153940, + "y": 11511, + "z": -99170 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 58, + "instId": 300006, + "propState": 8, + "pos": { + "x": -155940, + "y": 11511, + "z": -94170 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 58, + "instId": 300007, + "propState": 8, + "pos": { + "x": -153940, + "y": 11511, + "z": -89170 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 58, + "instId": 300008, + "propState": 8, + "pos": { + "x": -150940, + "y": 11547, + "z": -94170 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 59, + "instId": 300001, + "propState": 8, + "pos": { + "x": -150280, + "y": 11511, + "z": -90360 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 59, + "instId": 300002, + "propState": 8, + "pos": { + "x": -149940, + "y": 11511, + "z": -91160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 59, + "instId": 300003, + "propState": 8, + "pos": { + "x": -149440, + "y": 11511, + "z": -90360 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 59, + "instId": 300004, + "propState": 1, + "pos": { + "x": -149940, + "y": 11547, + "z": -97170 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 59, + "instId": 300005, + "propState": 8, + "pos": { + "x": -153940, + "y": 11511, + "z": -99170 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 59, + "instId": 300006, + "propState": 8, + "pos": { + "x": -155940, + "y": 11511, + "z": -94170 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 59, + "instId": 300007, + "propState": 8, + "pos": { + "x": -153940, + "y": 11511, + "z": -89170 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 59, + "instId": 300008, + "propState": 8, + "pos": { + "x": -150940, + "y": 11547, + "z": -94170 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 63, + "instId": 300001, + "propState": 12, + "pos": { + "x": -173886, + "y": 5511, + "z": -137185 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 63, + "instId": 300002, + "propState": 1, + "pos": { + "x": -173886, + "y": 5511, + "z": -133640 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 64, + "instId": 300001, + "propState": 12, + "pos": { + "x": -186203, + "y": 11850, + "z": -153445 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 64, + "instId": 300002, + "propState": 1, + "pos": { + "x": -186203, + "y": 17850, + "z": -153445 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 65, + "instId": 300001, + "propState": 12, + "pos": { + "x": -84390, + "y": 26489, + "z": -66000 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 65, + "instId": 300002, + "propState": 1, + "pos": { + "x": -84390, + "y": 32489, + "z": -66000 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 66, + "instId": 300001, + "propState": 8, + "pos": { + "x": -78630, + "y": -3457, + "z": -73100 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 66, + "instId": 300002, + "propState": 8, + "pos": { + "x": -78630, + "y": -3457, + "z": -73100 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 67, + "instId": 300001, + "propState": 8, + "pos": { + "x": -104620, + "y": -3457, + "z": -77030 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 67, + "instId": 300002, + "propState": 8, + "pos": { + "x": -106620, + "y": -3457, + "z": -73030 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 67, + "instId": 300003, + "propState": 8, + "pos": { + "x": -104620, + "y": -3457, + "z": -69030 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 67, + "instId": 300004, + "propState": 8, + "pos": { + "x": -97220, + "y": -3457, + "z": -69200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 67, + "instId": 300005, + "propState": 8, + "pos": { + "x": -96880, + "y": -3457, + "z": -70000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 67, + "instId": 300006, + "propState": 8, + "pos": { + "x": -96380, + "y": -3457, + "z": -69200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 70, + "instId": 300001, + "propState": 8, + "pos": { + "x": -114327, + "y": 11511, + "z": -189950 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103032 + }, + { + "groupId": 70, + "instId": 300002, + "propState": 8, + "pos": { + "x": -126390, + "y": 11517, + "z": -9949 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103032 + }, + { + "groupId": 86, + "instId": 300001, + "propState": 8, + "pos": { + "x": -117400, + "y": 11541, + "z": -182900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 86, + "instId": 300002, + "propState": 8, + "pos": { + "x": -117400, + "y": 0, + "z": -182900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 87, + "instId": 300001, + "propState": 8, + "pos": { + "x": -120900, + "y": 11541, + "z": -154494 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 87, + "instId": 300002, + "propState": 8, + "pos": { + "x": -117400, + "y": 11541, + "z": -151994 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 87, + "instId": 300003, + "propState": 8, + "pos": { + "x": -113900, + "y": 11541, + "z": -154494 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 87, + "instId": 300004, + "propState": 8, + "pos": { + "x": -119720, + "y": 11541, + "z": -163812 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 87, + "instId": 300005, + "propState": 8, + "pos": { + "x": -118920, + "y": 11541, + "z": -164182 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 87, + "instId": 300006, + "propState": 8, + "pos": { + "x": -119720, + "y": 11541, + "z": -164682 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 87, + "instId": 300007, + "propState": 8, + "pos": { + "x": -115163, + "y": 11541, + "z": -171060 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 87, + "instId": 300008, + "propState": 8, + "pos": { + "x": -115963, + "y": 11541, + "z": -171400 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 87, + "instId": 300009, + "propState": 8, + "pos": { + "x": -115163, + "y": 11541, + "z": -171900 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 87, + "instId": 300010, + "propState": 12, + "pos": { + "x": -114910, + "y": 11541, + "z": -164150 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 87, + "instId": 300011, + "propState": 1, + "pos": { + "x": -119374, + "y": 11541, + "z": -168685 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 88, + "instId": 300001, + "propState": 12, + "pos": { + "x": -120400, + "y": 11541, + "z": -158900 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 88, + "instId": 300002, + "propState": 1, + "pos": { + "x": -114400, + "y": 11541, + "z": -158900 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 95, + "instId": 300001, + "propState": 8, + "pos": { + "x": -123466, + "y": 18030, + "z": -99502 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 95, + "instId": 300002, + "propState": 8, + "pos": { + "x": -122270, + "y": 11511, + "z": -93815 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 96, + "instId": 300001, + "propState": 8, + "pos": { + "x": -155210, + "y": 11511, + "z": -97450 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 96, + "instId": 300002, + "propState": 8, + "pos": { + "x": -157710, + "y": 11511, + "z": -93950 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 96, + "instId": 300003, + "propState": 8, + "pos": { + "x": -155210, + "y": 11511, + "z": -90450 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 97, + "instId": 300001, + "propState": 1, + "pos": { + "x": -150720, + "y": 11547, + "z": -90950 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 97, + "instId": 300002, + "propState": 1, + "pos": { + "x": -150720, + "y": 11547, + "z": -96950 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 98, + "instId": 300001, + "propState": 1, + "pos": { + "x": -151870, + "y": 11547, + "z": -93950 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 98, + "instId": 300002, + "propState": 12, + "pos": { + "x": -149870, + "y": 11547, + "z": -96950 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 98, + "instId": 300003, + "propState": 12, + "pos": { + "x": -149870, + "y": 11547, + "z": -90950 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 99, + "instId": 300001, + "propState": 1, + "pos": { + "x": -150710, + "y": 11547, + "z": -90950 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 99, + "instId": 300002, + "propState": 1, + "pos": { + "x": -150710, + "y": 11547, + "z": -96950 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1049 + } + ], + "monsters": [ + { + "groupId": 11, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -117270, + "y": 11517, + "z": 65531 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 29, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -84390, + "y": 27510, + "z": -67030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 30, + "instId": 200001, + "eventId": 1, + "pos": { + "x": -84390, + "y": 31510, + "z": -67030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 34, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -84390, + "y": 27510, + "z": -67030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 35, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -84390, + "y": 31510, + "z": -67030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 36, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -84390, + "y": 29510, + "z": -65030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 39, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -186380, + "y": 12910, + "z": -151730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 40, + "instId": 200001, + "eventId": 1, + "pos": { + "x": -186380, + "y": 16910, + "z": -151730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 44, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -186380, + "y": 12910, + "z": -151730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 45, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -186380, + "y": 16910, + "z": -151730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 46, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -186203, + "y": 14910, + "z": -153730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 49, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -173790, + "y": 5511, + "z": -137330 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 50, + "instId": 200001, + "eventId": 1, + "pos": { + "x": -173790, + "y": 5511, + "z": -133630 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 54, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -173790, + "y": 5511, + "z": -137330 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 55, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -173790, + "y": 5511, + "z": -133630 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 56, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -175790, + "y": 5511, + "z": -135630 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 92, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -119400, + "y": 11541, + "z": -159900 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 93, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -115400, + "y": 11541, + "z": -159900 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 94, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -117400, + "y": 11541, + "z": -157939 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 80403, + "props": [ + { + "groupId": 46, + "instId": 300001, + "propState": 8, + "pos": { + "x": 298670, + "y": 168500, + "z": 450350 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 46, + "instId": 300002, + "propState": 8, + "pos": { + "x": 299690, + "y": 164780, + "z": 442320 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 47, + "instId": 300001, + "propState": 8, + "pos": { + "x": 303150, + "y": 172169, + "z": 412990 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 47, + "instId": 300002, + "propState": 8, + "pos": { + "x": 299650, + "y": 172169, + "z": 409990 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 47, + "instId": 300003, + "propState": 8, + "pos": { + "x": 296150, + "y": 172169, + "z": 412990 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 47, + "instId": 300004, + "propState": 1, + "pos": { + "x": 302310, + "y": 172169, + "z": 421710 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 47, + "instId": 300005, + "propState": 1, + "pos": { + "x": 296940, + "y": 172169, + "z": 421710 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 47, + "instId": 300006, + "propState": 20, + "pos": { + "x": 301694, + "y": 172169, + "z": 416570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 47, + "instId": 300007, + "propState": 20, + "pos": { + "x": 299690, + "y": 172169, + "z": 416570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 47, + "instId": 300008, + "propState": 20, + "pos": { + "x": 297708, + "y": 172169, + "z": 416570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 49, + "instId": 300001, + "propState": 8, + "pos": { + "x": 121920, + "y": 200694, + "z": 551710 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 49, + "instId": 300002, + "propState": 8, + "pos": { + "x": 87510, + "y": 197740, + "z": 574700 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 50, + "instId": 300001, + "propState": 8, + "pos": { + "x": 100930, + "y": 200610, + "z": 569370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 50, + "instId": 300002, + "propState": 8, + "pos": { + "x": 97930, + "y": 200610, + "z": 569370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 50, + "instId": 300003, + "propState": 8, + "pos": { + "x": 99930, + "y": 200610, + "z": 574370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 50, + "instId": 300004, + "propState": 1, + "pos": { + "x": 111650, + "y": 200610, + "z": 565980 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 50, + "instId": 300005, + "propState": 8, + "pos": { + "x": 117090, + "y": 200610, + "z": 573370 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 50, + "instId": 300006, + "propState": 8, + "pos": { + "x": 117430, + "y": 200610, + "z": 572570 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 50, + "instId": 300007, + "propState": 8, + "pos": { + "x": 117930, + "y": 200610, + "z": 573370 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 50, + "instId": 300008, + "propState": 8, + "pos": { + "x": 108680, + "y": 200610, + "z": 569370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 51, + "instId": 300001, + "propState": 8, + "pos": { + "x": 75080, + "y": 186840, + "z": 529600 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 51, + "instId": 300002, + "propState": 8, + "pos": { + "x": 39310, + "y": 180509, + "z": 529290 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 52, + "instId": 300001, + "propState": 8, + "pos": { + "x": 54680, + "y": 183660, + "z": 529680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 52, + "instId": 300002, + "propState": 8, + "pos": { + "x": 55480, + "y": 183660, + "z": 530020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 52, + "instId": 300003, + "propState": 8, + "pos": { + "x": 54680, + "y": 183660, + "z": 530520 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 52, + "instId": 300004, + "propState": 1, + "pos": { + "x": 61490, + "y": 183660, + "z": 530020 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 52, + "instId": 300005, + "propState": 8, + "pos": { + "x": 63490, + "y": 183660, + "z": 526020 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 52, + "instId": 300006, + "propState": 8, + "pos": { + "x": 58490, + "y": 183660, + "z": 524020 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 52, + "instId": 300007, + "propState": 8, + "pos": { + "x": 53490, + "y": 183660, + "z": 526020 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 52, + "instId": 300008, + "propState": 8, + "pos": { + "x": 58490, + "y": 183660, + "z": 529020 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 53, + "instId": 300001, + "propState": 8, + "pos": { + "x": 54680, + "y": 183660, + "z": 529680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 53, + "instId": 300002, + "propState": 8, + "pos": { + "x": 55480, + "y": 183660, + "z": 530020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 53, + "instId": 300003, + "propState": 8, + "pos": { + "x": 54680, + "y": 183660, + "z": 530520 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 53, + "instId": 300004, + "propState": 1, + "pos": { + "x": 61490, + "y": 183660, + "z": 530020 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 53, + "instId": 300005, + "propState": 8, + "pos": { + "x": 63490, + "y": 183660, + "z": 526020 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 53, + "instId": 300006, + "propState": 8, + "pos": { + "x": 58490, + "y": 183660, + "z": 524020 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 53, + "instId": 300007, + "propState": 8, + "pos": { + "x": 53490, + "y": 183660, + "z": 526020 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 53, + "instId": 300008, + "propState": 8, + "pos": { + "x": 58490, + "y": 183660, + "z": 529020 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 54, + "instId": 300001, + "propState": 8, + "pos": { + "x": 323920, + "y": 165390, + "z": 459290 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 54, + "instId": 300002, + "propState": 8, + "pos": { + "x": 299420, + "y": 168767, + "z": 449700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 55, + "instId": 300001, + "propState": 8, + "pos": { + "x": 316870, + "y": 168860, + "z": 433770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 55, + "instId": 300002, + "propState": 8, + "pos": { + "x": 317670, + "y": 168860, + "z": 434110 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 55, + "instId": 300003, + "propState": 8, + "pos": { + "x": 316870, + "y": 168860, + "z": 434610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 55, + "instId": 300004, + "propState": 1, + "pos": { + "x": 323680, + "y": 168860, + "z": 434110 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 55, + "instId": 300005, + "propState": 8, + "pos": { + "x": 325680, + "y": 168871, + "z": 430110 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 55, + "instId": 300006, + "propState": 8, + "pos": { + "x": 320680, + "y": 168860, + "z": 428110 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 55, + "instId": 300007, + "propState": 8, + "pos": { + "x": 315680, + "y": 168860, + "z": 430110 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 55, + "instId": 300008, + "propState": 8, + "pos": { + "x": 320680, + "y": 168860, + "z": 433110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 56, + "instId": 300001, + "propState": 8, + "pos": { + "x": 316870, + "y": 168860, + "z": 433770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 56, + "instId": 300002, + "propState": 8, + "pos": { + "x": 317670, + "y": 168860, + "z": 434110 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 56, + "instId": 300003, + "propState": 8, + "pos": { + "x": 316870, + "y": 168860, + "z": 434610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 56, + "instId": 300004, + "propState": 1, + "pos": { + "x": 323680, + "y": 168860, + "z": 434110 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 56, + "instId": 300005, + "propState": 8, + "pos": { + "x": 325680, + "y": 168871, + "z": 430110 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 56, + "instId": 300006, + "propState": 8, + "pos": { + "x": 320680, + "y": 168860, + "z": 428110 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 56, + "instId": 300007, + "propState": 8, + "pos": { + "x": 315680, + "y": 168860, + "z": 430110 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 56, + "instId": 300008, + "propState": 8, + "pos": { + "x": 320680, + "y": 168860, + "z": 433110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 57, + "instId": 300001, + "propState": 8, + "pos": { + "x": 154530, + "y": 142783, + "z": 417310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 57, + "instId": 300002, + "propState": 8, + "pos": { + "x": 144530, + "y": 142800, + "z": 436570 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 57, + "instId": 300003, + "propState": 8, + "pos": { + "x": 170540, + "y": 140000, + "z": 436570 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 57, + "instId": 300004, + "propState": 8, + "pos": { + "x": 167690, + "y": 141406, + "z": 457790 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 58, + "instId": 300001, + "propState": 8, + "pos": { + "x": 153600, + "y": 142800, + "z": 451750 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 58, + "instId": 300002, + "propState": 8, + "pos": { + "x": 157100, + "y": 142800, + "z": 454750 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 58, + "instId": 300003, + "propState": 8, + "pos": { + "x": 159600, + "y": 142800, + "z": 451750 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 58, + "instId": 300004, + "propState": 8, + "pos": { + "x": 153100, + "y": 142800, + "z": 441980 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300005, + "propState": 8, + "pos": { + "x": 153900, + "y": 142800, + "z": 441610 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300006, + "propState": 8, + "pos": { + "x": 153100, + "y": 142800, + "z": 441110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300007, + "propState": 8, + "pos": { + "x": 161100, + "y": 142800, + "z": 433720 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300008, + "propState": 8, + "pos": { + "x": 160300, + "y": 142800, + "z": 433380 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300009, + "propState": 8, + "pos": { + "x": 161100, + "y": 142800, + "z": 432880 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300010, + "propState": 12, + "pos": { + "x": 161100, + "y": 142800, + "z": 437470 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 58, + "instId": 300011, + "propState": 1, + "pos": { + "x": 153100, + "y": 142800, + "z": 437470 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 67, + "instId": 300001, + "propState": 8, + "pos": { + "x": 148450, + "y": 142800, + "z": 436600 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 67, + "instId": 300002, + "propState": 8, + "pos": { + "x": 154500, + "y": 142783, + "z": 418070 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 67, + "instId": 300003, + "propState": 8, + "pos": { + "x": 213200, + "y": 143004, + "z": 448390 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 68, + "instId": 300001, + "propState": 8, + "pos": { + "x": 185370, + "y": 140017, + "z": 440100 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 68, + "instId": 300002, + "propState": 8, + "pos": { + "x": 188370, + "y": 140017, + "z": 436600 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 68, + "instId": 300003, + "propState": 8, + "pos": { + "x": 185370, + "y": 140017, + "z": 433100 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 68, + "instId": 300004, + "propState": 8, + "pos": { + "x": 176890, + "y": 140017, + "z": 440600 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 68, + "instId": 300005, + "propState": 8, + "pos": { + "x": 176520, + "y": 140017, + "z": 439800 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 68, + "instId": 300006, + "propState": 8, + "pos": { + "x": 176020, + "y": 140017, + "z": 440600 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 68, + "instId": 300007, + "propState": 8, + "pos": { + "x": 168780, + "y": 140655, + "z": 434363 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 68, + "instId": 300008, + "propState": 8, + "pos": { + "x": 168440, + "y": 140797, + "z": 435163 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 68, + "instId": 300009, + "propState": 8, + "pos": { + "x": 167940, + "y": 140939, + "z": 434363 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 68, + "instId": 300010, + "propState": 12, + "pos": { + "x": 172880, + "y": 140017, + "z": 433880 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 68, + "instId": 300011, + "propState": 1, + "pos": { + "x": 172770, + "y": 140017, + "z": 440070 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 77, + "instId": 300001, + "propState": 8, + "pos": { + "x": 110680, + "y": 179508, + "z": 739950 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 77, + "instId": 300002, + "propState": 8, + "pos": { + "x": 73820, + "y": 184692, + "z": 725960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 77, + "instId": 300003, + "propState": 8, + "pos": { + "x": 111480, + "y": 182429, + "z": 698680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 78, + "instId": 300001, + "propState": 8, + "pos": { + "x": 123750, + "y": 182600, + "z": 738570 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 78, + "instId": 300002, + "propState": 8, + "pos": { + "x": 127250, + "y": 182600, + "z": 741570 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 78, + "instId": 300003, + "propState": 8, + "pos": { + "x": 130750, + "y": 182600, + "z": 738570 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 78, + "instId": 300004, + "propState": 8, + "pos": { + "x": 123250, + "y": 182443, + "z": 729950 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 78, + "instId": 300005, + "propState": 8, + "pos": { + "x": 124050, + "y": 182443, + "z": 729580 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 78, + "instId": 300006, + "propState": 8, + "pos": { + "x": 123250, + "y": 182443, + "z": 729080 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 78, + "instId": 300007, + "propState": 8, + "pos": { + "x": 131250, + "y": 182443, + "z": 722000 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 78, + "instId": 300008, + "propState": 8, + "pos": { + "x": 130450, + "y": 182443, + "z": 721660 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 78, + "instId": 300009, + "propState": 8, + "pos": { + "x": 131250, + "y": 182443, + "z": 721160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 78, + "instId": 300010, + "propState": 12, + "pos": { + "x": 131350, + "y": 182443, + "z": 726580 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 78, + "instId": 300011, + "propState": 1, + "pos": { + "x": 123080, + "y": 182443, + "z": 726580 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 87, + "instId": 300001, + "propState": 8, + "pos": { + "x": 70390, + "y": 179363, + "z": 710130 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 87, + "instId": 300002, + "propState": 8, + "pos": { + "x": 106050, + "y": 182429, + "z": 720670 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 88, + "instId": 300001, + "propState": 8, + "pos": { + "x": 95550, + "y": 184547, + "z": 729330 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 88, + "instId": 300002, + "propState": 8, + "pos": { + "x": 98550, + "y": 184547, + "z": 725830 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 88, + "instId": 300003, + "propState": 8, + "pos": { + "x": 95550, + "y": 184547, + "z": 722330 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 88, + "instId": 300004, + "propState": 8, + "pos": { + "x": 86870, + "y": 184559, + "z": 730122 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 88, + "instId": 300005, + "propState": 8, + "pos": { + "x": 86500, + "y": 184559, + "z": 729322 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 88, + "instId": 300006, + "propState": 8, + "pos": { + "x": 86000, + "y": 184560, + "z": 730122 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 88, + "instId": 300007, + "propState": 8, + "pos": { + "x": 79840, + "y": 184566, + "z": 722122 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 88, + "instId": 300008, + "propState": 8, + "pos": { + "x": 79500, + "y": 184567, + "z": 722922 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 88, + "instId": 300009, + "propState": 8, + "pos": { + "x": 79000, + "y": 184567, + "z": 722122 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 88, + "instId": 300010, + "propState": 12, + "pos": { + "x": 83130, + "y": 184565, + "z": 722750 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 88, + "instId": 300011, + "propState": 1, + "pos": { + "x": 83130, + "y": 184565, + "z": 730072 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 97, + "instId": 300001, + "propState": 12, + "pos": { + "x": 154100, + "y": 142800, + "z": 447110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 97, + "instId": 300002, + "propState": 1, + "pos": { + "x": 160100, + "y": 142800, + "z": 447110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 98, + "instId": 300001, + "propState": 12, + "pos": { + "x": 182020, + "y": 139679, + "z": 439600 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 98, + "instId": 300002, + "propState": 1, + "pos": { + "x": 182020, + "y": 139679, + "z": 433600 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 99, + "instId": 300001, + "propState": 12, + "pos": { + "x": 124250, + "y": 182429, + "z": 735080 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 99, + "instId": 300002, + "propState": 1, + "pos": { + "x": 130250, + "y": 182429, + "z": 735080 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 100, + "instId": 300001, + "propState": 12, + "pos": { + "x": 92000, + "y": 184572, + "z": 729122 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 100, + "instId": 300002, + "propState": 1, + "pos": { + "x": 92000, + "y": 184572, + "z": 723122 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 101, + "instId": 300001, + "propState": 8, + "pos": { + "x": 297270, + "y": 122139, + "z": 623490 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 101, + "instId": 300002, + "propState": 8, + "pos": { + "x": 342471, + "y": 120580, + "z": 619723 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 102, + "instId": 300001, + "propState": 8, + "pos": { + "x": 320510, + "y": 123680, + "z": 623070 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 102, + "instId": 300002, + "propState": 8, + "pos": { + "x": 323510, + "y": 123680, + "z": 619570 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 102, + "instId": 300003, + "propState": 8, + "pos": { + "x": 320510, + "y": 123680, + "z": 616070 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 102, + "instId": 300004, + "propState": 8, + "pos": { + "x": 314620, + "y": 123691, + "z": 615760 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 102, + "instId": 300005, + "propState": 8, + "pos": { + "x": 314280, + "y": 123692, + "z": 616560 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 102, + "instId": 300006, + "propState": 8, + "pos": { + "x": 313780, + "y": 123691, + "z": 615760 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 105, + "instId": 300001, + "propState": 8, + "pos": { + "x": 298670, + "y": 168500, + "z": 450350 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 105, + "instId": 300002, + "propState": 8, + "pos": { + "x": 299690, + "y": 164780, + "z": 442320 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 106, + "instId": 300001, + "propState": 8, + "pos": { + "x": 295650, + "y": 172169, + "z": 412810 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 106, + "instId": 300002, + "propState": 8, + "pos": { + "x": 299650, + "y": 172169, + "z": 410270 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 106, + "instId": 300003, + "propState": 8, + "pos": { + "x": 303650, + "y": 172169, + "z": 412810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 108, + "instId": 300001, + "propState": 8, + "pos": { + "x": 154530, + "y": 142783, + "z": 417310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 108, + "instId": 300002, + "propState": 8, + "pos": { + "x": 144530, + "y": 142800, + "z": 436570 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 108, + "instId": 300003, + "propState": 8, + "pos": { + "x": 170540, + "y": 140000, + "z": 436570 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 108, + "instId": 300004, + "propState": 8, + "pos": { + "x": 167690, + "y": 141406, + "z": 457790 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 109, + "instId": 300001, + "propState": 8, + "pos": { + "x": 152100, + "y": 142805, + "z": 451110 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 109, + "instId": 300002, + "propState": 8, + "pos": { + "x": 157100, + "y": 142800, + "z": 453110 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 109, + "instId": 300003, + "propState": 8, + "pos": { + "x": 162100, + "y": 142804, + "z": 451110 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 109, + "instId": 300004, + "propState": 8, + "pos": { + "x": 153100, + "y": 142800, + "z": 441980 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 109, + "instId": 300005, + "propState": 8, + "pos": { + "x": 153900, + "y": 142800, + "z": 441610 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 109, + "instId": 300006, + "propState": 8, + "pos": { + "x": 153100, + "y": 142800, + "z": 441110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 109, + "instId": 300007, + "propState": 8, + "pos": { + "x": 161100, + "y": 142800, + "z": 433720 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 109, + "instId": 300008, + "propState": 8, + "pos": { + "x": 160300, + "y": 142800, + "z": 433380 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 109, + "instId": 300009, + "propState": 8, + "pos": { + "x": 161100, + "y": 142800, + "z": 432880 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 113, + "instId": 300001, + "propState": 8, + "pos": { + "x": 110680, + "y": 179508, + "z": 739950 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 113, + "instId": 300002, + "propState": 8, + "pos": { + "x": 73820, + "y": 184692, + "z": 725960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 113, + "instId": 300003, + "propState": 8, + "pos": { + "x": 111480, + "y": 182429, + "z": 698680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 114, + "instId": 300001, + "propState": 8, + "pos": { + "x": 122250, + "y": 182600, + "z": 739080 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 114, + "instId": 300002, + "propState": 8, + "pos": { + "x": 127250, + "y": 182600, + "z": 741080 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 114, + "instId": 300003, + "propState": 8, + "pos": { + "x": 132250, + "y": 182600, + "z": 739080 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 114, + "instId": 300004, + "propState": 8, + "pos": { + "x": 123250, + "y": 182443, + "z": 729950 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 114, + "instId": 300005, + "propState": 8, + "pos": { + "x": 124050, + "y": 182443, + "z": 729580 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 114, + "instId": 300006, + "propState": 8, + "pos": { + "x": 123250, + "y": 182443, + "z": 729080 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 114, + "instId": 300007, + "propState": 8, + "pos": { + "x": 131250, + "y": 182443, + "z": 722000 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 114, + "instId": 300008, + "propState": 8, + "pos": { + "x": 130450, + "y": 182443, + "z": 721660 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 114, + "instId": 300009, + "propState": 8, + "pos": { + "x": 131250, + "y": 182443, + "z": 721160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 118, + "instId": 300001, + "propState": 8, + "pos": { + "x": 70390, + "y": 179363, + "z": 710130 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 118, + "instId": 300002, + "propState": 8, + "pos": { + "x": 106050, + "y": 182429, + "z": 720670 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 119, + "instId": 300001, + "propState": 8, + "pos": { + "x": 96000, + "y": 184550, + "z": 730122 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 119, + "instId": 300002, + "propState": 8, + "pos": { + "x": 98000, + "y": 184547, + "z": 726122 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 119, + "instId": 300003, + "propState": 8, + "pos": { + "x": 96000, + "y": 184555, + "z": 722122 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 119, + "instId": 300004, + "propState": 8, + "pos": { + "x": 86870, + "y": 184559, + "z": 730122 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 119, + "instId": 300005, + "propState": 8, + "pos": { + "x": 86500, + "y": 184559, + "z": 729322 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 119, + "instId": 300006, + "propState": 8, + "pos": { + "x": 86000, + "y": 184560, + "z": 730122 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 119, + "instId": 300007, + "propState": 8, + "pos": { + "x": 79840, + "y": 184566, + "z": 722122 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 119, + "instId": 300008, + "propState": 8, + "pos": { + "x": 79500, + "y": 184567, + "z": 722922 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 119, + "instId": 300009, + "propState": 8, + "pos": { + "x": 79000, + "y": 184567, + "z": 722122 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 123, + "instId": 300001, + "propState": 8, + "pos": { + "x": 298670, + "y": 168500, + "z": 450350 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 123, + "instId": 300002, + "propState": 8, + "pos": { + "x": 299690, + "y": 164780, + "z": 442320 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 124, + "instId": 300001, + "propState": 8, + "pos": { + "x": 295650, + "y": 172169, + "z": 412810 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 124, + "instId": 300002, + "propState": 8, + "pos": { + "x": 299650, + "y": 172169, + "z": 410270 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 124, + "instId": 300003, + "propState": 8, + "pos": { + "x": 303650, + "y": 172169, + "z": 412810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 124, + "instId": 300004, + "propState": 1, + "pos": { + "x": 295910, + "y": 171671, + "z": 428140 + }, + "rot": { + "x": 0, + "y": 44216, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 124, + "instId": 300005, + "propState": 8, + "pos": { + "x": 296570, + "y": 172091, + "z": 427147 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 124, + "instId": 300006, + "propState": 8, + "pos": { + "x": 296163, + "y": 171500, + "z": 427189 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 127, + "instId": 300001, + "propState": 8, + "pos": { + "x": 74840, + "y": 186840, + "z": 529500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 127, + "instId": 300002, + "propState": 8, + "pos": { + "x": 39251, + "y": 180509, + "z": 529388 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 129, + "instId": 300001, + "propState": 8, + "pos": { + "x": 61460, + "y": 183660, + "z": 526950 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 129, + "instId": 300002, + "propState": 8, + "pos": { + "x": 57960, + "y": 183660, + "z": 524450 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 129, + "instId": 300003, + "propState": 8, + "pos": { + "x": 54460, + "y": 183660, + "z": 526950 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 130, + "instId": 300001, + "propState": 1, + "pos": { + "x": 54960, + "y": 183660, + "z": 531610 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 130, + "instId": 300002, + "propState": 1, + "pos": { + "x": 60960, + "y": 183660, + "z": 531610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 131, + "instId": 300001, + "propState": 1, + "pos": { + "x": 57960, + "y": 183660, + "z": 531060 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 131, + "instId": 300002, + "propState": 12, + "pos": { + "x": 60960, + "y": 183660, + "z": 533060 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 131, + "instId": 300003, + "propState": 12, + "pos": { + "x": 54960, + "y": 183660, + "z": 533060 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 132, + "instId": 300001, + "propState": 1, + "pos": { + "x": 54960, + "y": 183660, + "z": 531670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 132, + "instId": 300002, + "propState": 1, + "pos": { + "x": 60960, + "y": 183660, + "z": 531670 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 133, + "instId": 300001, + "propState": 8, + "pos": { + "x": 299292, + "y": 168860, + "z": 449899 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 133, + "instId": 300002, + "propState": 8, + "pos": { + "x": 315905, + "y": 168556, + "z": 459581 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 134, + "instId": 300001, + "propState": 8, + "pos": { + "x": 324060, + "y": 168860, + "z": 430170 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 134, + "instId": 300002, + "propState": 8, + "pos": { + "x": 320560, + "y": 168860, + "z": 427170 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 134, + "instId": 300003, + "propState": 8, + "pos": { + "x": 317060, + "y": 168860, + "z": 430170 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 134, + "instId": 300004, + "propState": 1, + "pos": { + "x": 323600, + "y": 168860, + "z": 437740 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 134, + "instId": 300005, + "propState": 8, + "pos": { + "x": 318030, + "y": 168860, + "z": 444130 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 134, + "instId": 300006, + "propState": 8, + "pos": { + "x": 318830, + "y": 168860, + "z": 444470 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 134, + "instId": 300007, + "propState": 8, + "pos": { + "x": 318030, + "y": 168860, + "z": 444970 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 134, + "instId": 300008, + "propState": 8, + "pos": { + "x": 320560, + "y": 168860, + "z": 433795 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1038 + } + ], + "monsters": [ + { + "groupId": 48, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 299690, + "y": 172137, + "z": 418400 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 59, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 155100, + "y": 142800, + "z": 446110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 60, + "instId": 200001, + "eventId": 1, + "pos": { + "x": 159100, + "y": 142800, + "z": 446110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 64, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 155100, + "y": 142800, + "z": 446110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 65, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 159100, + "y": 142800, + "z": 446110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 66, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 157100, + "y": 142800, + "z": 448110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 69, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 181020, + "y": 139679, + "z": 438600 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 70, + "instId": 200001, + "eventId": 1, + "pos": { + "x": 181020, + "y": 139679, + "z": 434600 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 74, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 181020, + "y": 139679, + "z": 438600 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 75, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 181020, + "y": 139679, + "z": 434600 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 76, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 183020, + "y": 139679, + "z": 436600 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 79, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 125250, + "y": 182443, + "z": 734080 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 80, + "instId": 200001, + "eventId": 1, + "pos": { + "x": 129250, + "y": 182443, + "z": 734080 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 84, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 125250, + "y": 182443, + "z": 734080 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 85, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 129250, + "y": 182443, + "z": 734080 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 86, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 127250, + "y": 182443, + "z": 736080 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 89, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 91000, + "y": 184565, + "z": 728122 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 90, + "instId": 200001, + "eventId": 1, + "pos": { + "x": 91000, + "y": 184565, + "z": 724122 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 94, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 91000, + "y": 184565, + "z": 728122 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 95, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 91000, + "y": 184565, + "z": 724122 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 96, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 93000, + "y": 184565, + "z": 726122 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 107, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 299690, + "y": 172137, + "z": 417990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 110, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 155100, + "y": 142800, + "z": 446110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 111, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 159100, + "y": 142800, + "z": 446110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 112, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 157100, + "y": 142800, + "z": 448110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 120, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 91000, + "y": 184565, + "z": 728122 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 121, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 91000, + "y": 184565, + "z": 724122 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 122, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 93000, + "y": 184565, + "z": 726122 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 125, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 299690, + "y": 172137, + "z": 417990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 80404, + "props": [ + { + "groupId": 14, + "instId": 300001, + "propState": 8, + "pos": { + "x": -107756, + "y": 62638, + "z": 6180 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 8, + "pos": { + "x": -127497, + "y": 62048, + "z": 17565 + }, + "rot": { + "x": 0, + "y": 172560, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 14, + "instId": 300003, + "propState": 8, + "pos": { + "x": -127428, + "y": 62048, + "z": -4731 + }, + "rot": { + "x": 0, + "y": 187197, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 15, + "instId": 300001, + "propState": 8, + "pos": { + "x": -155780, + "y": 60884, + "z": 2830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 15, + "instId": 300002, + "propState": 8, + "pos": { + "x": -158280, + "y": 60884, + "z": 6330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 15, + "instId": 300003, + "propState": 8, + "pos": { + "x": -155780, + "y": 60884, + "z": 9830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 15, + "instId": 300004, + "propState": 1, + "pos": { + "x": -143640, + "y": 60884, + "z": 3330 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 15, + "instId": 300005, + "propState": 1, + "pos": { + "x": -143640, + "y": 60884, + "z": 9330 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 15, + "instId": 300006, + "propState": 20, + "pos": { + "x": -149700, + "y": 60884, + "z": 3330 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 15, + "instId": 300007, + "propState": 20, + "pos": { + "x": -149700, + "y": 60884, + "z": 6330 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 15, + "instId": 300008, + "propState": 20, + "pos": { + "x": -149700, + "y": 60884, + "z": 9330 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 8, + "pos": { + "x": 22594, + "y": 48553, + "z": -18704 + }, + "rot": { + "x": 0, + "y": 268652, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 8, + "pos": { + "x": 26860, + "y": 37160, + "z": -18900 + }, + "rot": { + "x": 0, + "y": 275211, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 18, + "instId": 300001, + "propState": 8, + "pos": { + "x": 1098, + "y": 45369, + "z": -36962 + }, + "rot": { + "x": 0, + "y": 314525, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 8, + "pos": { + "x": -3150, + "y": 45367, + "z": -36290 + }, + "rot": { + "x": 0, + "y": 314525, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 18, + "instId": 300003, + "propState": 8, + "pos": { + "x": -3892, + "y": 45370, + "z": -32053 + }, + "rot": { + "x": 0, + "y": 314525, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 19, + "instId": 300001, + "propState": 1, + "pos": { + "x": 282, + "y": 45388, + "z": -28521 + }, + "rot": { + "x": 0, + "y": 224524, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 19, + "instId": 300002, + "propState": 1, + "pos": { + "x": 4559, + "y": 45388, + "z": -32728 + }, + "rot": { + "x": 0, + "y": 44524, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 20, + "instId": 300001, + "propState": 1, + "pos": { + "x": 1700, + "y": 45388, + "z": -31360 + }, + "rot": { + "x": 0, + "y": 224524, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 12, + "pos": { + "x": 5241, + "y": 45388, + "z": -32038 + }, + "rot": { + "x": 0, + "y": 44524, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 20, + "instId": 300003, + "propState": 12, + "pos": { + "x": 964, + "y": 45388, + "z": -27830 + }, + "rot": { + "x": 0, + "y": 44524, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 21, + "instId": 300001, + "propState": 1, + "pos": { + "x": 322, + "y": 45388, + "z": -28491 + }, + "rot": { + "x": 0, + "y": 224524, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 21, + "instId": 300002, + "propState": 1, + "pos": { + "x": 4599, + "y": 45388, + "z": -32698 + }, + "rot": { + "x": 0, + "y": 44524, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 22, + "instId": 300001, + "propState": 8, + "pos": { + "x": -49770, + "y": 58540, + "z": 6101 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 22, + "instId": 300002, + "propState": 8, + "pos": { + "x": -21750, + "y": 56853, + "z": -8820 + }, + "rot": { + "x": 0, + "y": 330687, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 22, + "instId": 300003, + "propState": 8, + "pos": { + "x": -21480, + "y": 56891, + "z": 21820 + }, + "rot": { + "x": 0, + "y": 208633, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 23, + "instId": 300001, + "propState": 8, + "pos": { + "x": -22530, + "y": 56796, + "z": 9710 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 8, + "pos": { + "x": -19530, + "y": 56796, + "z": 6210 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 23, + "instId": 300003, + "propState": 8, + "pos": { + "x": -22530, + "y": 56796, + "z": 2710 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 23, + "instId": 300004, + "propState": 1, + "pos": { + "x": -29140, + "y": 56834, + "z": 9210 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 23, + "instId": 300005, + "propState": 8, + "pos": { + "x": -33800, + "y": 56834, + "z": 2400 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 23, + "instId": 300006, + "propState": 8, + "pos": { + "x": -34140, + "y": 56834, + "z": 3200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 23, + "instId": 300007, + "propState": 8, + "pos": { + "x": -34640, + "y": 56834, + "z": 2400 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 23, + "instId": 300008, + "propState": 8, + "pos": { + "x": -26360, + "y": 56834, + "z": 6210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 24, + "instId": 300001, + "propState": 8, + "pos": { + "x": -93930, + "y": 62594, + "z": 12290 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 24, + "instId": 300002, + "propState": 8, + "pos": { + "x": -101040, + "y": 62105, + "z": 52200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 25, + "instId": 300001, + "propState": 8, + "pos": { + "x": -97810, + "y": 62105, + "z": 36880 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 25, + "instId": 300002, + "propState": 8, + "pos": { + "x": -94310, + "y": 62105, + "z": 39380 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 25, + "instId": 300003, + "propState": 8, + "pos": { + "x": -90810, + "y": 62105, + "z": 36880 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 25, + "instId": 300004, + "propState": 8, + "pos": { + "x": -90010, + "y": 62105, + "z": 27220 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 25, + "instId": 300005, + "propState": 8, + "pos": { + "x": -90810, + "y": 62105, + "z": 26880 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 25, + "instId": 300006, + "propState": 8, + "pos": { + "x": -90010, + "y": 62105, + "z": 26380 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 28, + "instId": 300001, + "propState": 8, + "pos": { + "x": 80390, + "y": 48005, + "z": 6030 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 28, + "instId": 300002, + "propState": 8, + "pos": { + "x": 57450, + "y": 49273, + "z": 23020 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 28, + "instId": 300003, + "propState": 8, + "pos": { + "x": 58244, + "y": 49274, + "z": -11880 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 28, + "instId": 300004, + "propState": 8, + "pos": { + "x": 40480, + "y": 50889, + "z": 15006 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 28, + "instId": 300005, + "propState": 8, + "pos": { + "x": 40480, + "y": 50889, + "z": -3908 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 29, + "instId": 300001, + "propState": 8, + "pos": { + "x": 49770, + "y": 49988, + "z": 2230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 29, + "instId": 300002, + "propState": 8, + "pos": { + "x": 47270, + "y": 49988, + "z": 5730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 29, + "instId": 300003, + "propState": 8, + "pos": { + "x": 49770, + "y": 49988, + "z": 9230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 29, + "instId": 300004, + "propState": 8, + "pos": { + "x": 57900, + "y": 49988, + "z": 1730 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 29, + "instId": 300005, + "propState": 8, + "pos": { + "x": 58270, + "y": 49988, + "z": 2530 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 29, + "instId": 300006, + "propState": 8, + "pos": { + "x": 58770, + "y": 49988, + "z": 1730 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 29, + "instId": 300007, + "propState": 8, + "pos": { + "x": 65930, + "y": 49988, + "z": 9730 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 29, + "instId": 300008, + "propState": 8, + "pos": { + "x": 66270, + "y": 49988, + "z": 8930 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 29, + "instId": 300009, + "propState": 8, + "pos": { + "x": 66770, + "y": 49988, + "z": 9730 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 29, + "instId": 300010, + "propState": 12, + "pos": { + "x": 62770, + "y": 49988, + "z": 9730 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 29, + "instId": 300011, + "propState": 1, + "pos": { + "x": 62770, + "y": 49988, + "z": 1730 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 30, + "instId": 300001, + "propState": 12, + "pos": { + "x": 53770, + "y": 49988, + "z": 2730 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 30, + "instId": 300002, + "propState": 1, + "pos": { + "x": 53770, + "y": 49988, + "z": 8730 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 37, + "instId": 300001, + "propState": 8, + "pos": { + "x": -64570, + "y": 52822, + "z": 102850 + }, + "rot": { + "x": 0, + "y": 77152, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 37, + "instId": 300002, + "propState": 8, + "pos": { + "x": -42940, + "y": 54051, + "z": 131220 + }, + "rot": { + "x": 0, + "y": 167247, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 38, + "instId": 300001, + "propState": 8, + "pos": { + "x": -37360, + "y": 54051, + "z": 112970 + }, + "rot": { + "x": 0, + "y": 167152, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 38, + "instId": 300002, + "propState": 8, + "pos": { + "x": -34144, + "y": 54051, + "z": 110114 + }, + "rot": { + "x": 0, + "y": 167152, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 38, + "instId": 300003, + "propState": 8, + "pos": { + "x": -35803, + "y": 54051, + "z": 106145 + }, + "rot": { + "x": 0, + "y": 167152, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 38, + "instId": 300004, + "propState": 8, + "pos": { + "x": -45912, + "y": 54051, + "z": 111537 + }, + "rot": { + "x": 0, + "y": 257152, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 38, + "instId": 300005, + "propState": 8, + "pos": { + "x": -46095, + "y": 54051, + "z": 110674 + }, + "rot": { + "x": 0, + "y": 257152, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 38, + "instId": 300006, + "propState": 8, + "pos": { + "x": -46760, + "y": 54051, + "z": 111343 + }, + "rot": { + "x": 0, + "y": 257152, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 38, + "instId": 300007, + "propState": 8, + "pos": { + "x": -51962, + "y": 54051, + "z": 101951 + }, + "rot": { + "x": 0, + "y": 257152, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 38, + "instId": 300008, + "propState": 8, + "pos": { + "x": -52471, + "y": 54051, + "z": 102656 + }, + "rot": { + "x": 0, + "y": 257152, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 38, + "instId": 300009, + "propState": 8, + "pos": { + "x": -52781, + "y": 54051, + "z": 101764 + }, + "rot": { + "x": 0, + "y": 257152, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 38, + "instId": 300010, + "propState": 12, + "pos": { + "x": -48881, + "y": 54051, + "z": 102654 + }, + "rot": { + "x": 0, + "y": 257152, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 38, + "instId": 300011, + "propState": 1, + "pos": { + "x": -50660, + "y": 54051, + "z": 110454 + }, + "rot": { + "x": 0, + "y": 257152, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 39, + "instId": 300001, + "propState": 12, + "pos": { + "x": -41663, + "y": 54051, + "z": 111480 + }, + "rot": { + "x": 0, + "y": 257152, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 39, + "instId": 300002, + "propState": 1, + "pos": { + "x": -40329, + "y": 54051, + "z": 105630 + }, + "rot": { + "x": 0, + "y": 257152, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 46, + "instId": 300001, + "propState": 8, + "pos": { + "x": 32890, + "y": 48570, + "z": -18820 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 46, + "instId": 300002, + "propState": 8, + "pos": { + "x": 77740, + "y": 48402, + "z": -16850 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 46, + "instId": 300003, + "propState": 8, + "pos": { + "x": 57880, + "y": 50022, + "z": -9410 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 47, + "instId": 300001, + "propState": 8, + "pos": { + "x": 46780, + "y": 49274, + "z": -20490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 47, + "instId": 300002, + "propState": 8, + "pos": { + "x": 44280, + "y": 49274, + "z": -16990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 47, + "instId": 300003, + "propState": 8, + "pos": { + "x": 46780, + "y": 49274, + "z": -13490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 47, + "instId": 300004, + "propState": 8, + "pos": { + "x": 54910, + "y": 49274, + "z": -20990 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 47, + "instId": 300005, + "propState": 8, + "pos": { + "x": 55280, + "y": 49274, + "z": -20190 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 47, + "instId": 300006, + "propState": 8, + "pos": { + "x": 55780, + "y": 49274, + "z": -20990 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 47, + "instId": 300007, + "propState": 8, + "pos": { + "x": 62940, + "y": 49274, + "z": -12990 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 47, + "instId": 300008, + "propState": 8, + "pos": { + "x": 63280, + "y": 49274, + "z": -13790 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 47, + "instId": 300009, + "propState": 8, + "pos": { + "x": 63780, + "y": 49274, + "z": -12990 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 47, + "instId": 300010, + "propState": 12, + "pos": { + "x": 59780, + "y": 49274, + "z": -12990 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 47, + "instId": 300011, + "propState": 1, + "pos": { + "x": 59780, + "y": 49274, + "z": -20990 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 48, + "instId": 300001, + "propState": 12, + "pos": { + "x": 50780, + "y": 49274, + "z": -19990 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 48, + "instId": 300002, + "propState": 1, + "pos": { + "x": 50780, + "y": 49274, + "z": -13990 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 55, + "instId": 300001, + "propState": 8, + "pos": { + "x": 113160, + "y": 47134, + "z": 6711 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 55, + "instId": 300002, + "propState": 8, + "pos": { + "x": 71640, + "y": 49957, + "z": 5864 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 55, + "instId": 300003, + "propState": 8, + "pos": { + "x": 87100, + "y": 48649, + "z": 21330 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 55, + "instId": 300004, + "propState": 8, + "pos": { + "x": 95210, + "y": 48377, + "z": -8267 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 56, + "instId": 300001, + "propState": 8, + "pos": { + "x": 82030, + "y": 47845, + "z": 2690 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 56, + "instId": 300002, + "propState": 8, + "pos": { + "x": 79530, + "y": 47845, + "z": 6190 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 56, + "instId": 300003, + "propState": 8, + "pos": { + "x": 82030, + "y": 47845, + "z": 9690 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 56, + "instId": 300004, + "propState": 8, + "pos": { + "x": 100630, + "y": 47845, + "z": 2080 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300005, + "propState": 8, + "pos": { + "x": 101000, + "y": 47845, + "z": 2880 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300006, + "propState": 8, + "pos": { + "x": 101500, + "y": 47845, + "z": 2080 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300007, + "propState": 8, + "pos": { + "x": 97230, + "y": 47845, + "z": 12060 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300008, + "propState": 8, + "pos": { + "x": 97570, + "y": 47845, + "z": 11260 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300009, + "propState": 8, + "pos": { + "x": 98070, + "y": 47845, + "z": 12060 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300010, + "propState": 12, + "pos": { + "x": 95030, + "y": 47845, + "z": 10190 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 56, + "instId": 300011, + "propState": 1, + "pos": { + "x": 95030, + "y": 47845, + "z": 2190 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 57, + "instId": 300001, + "propState": 12, + "pos": { + "x": 86030, + "y": 47845, + "z": 3190 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 57, + "instId": 300002, + "propState": 1, + "pos": { + "x": 86030, + "y": 47845, + "z": 9190 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 64, + "instId": 300001, + "propState": 8, + "pos": { + "x": -94305, + "y": 62594, + "z": -14 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 64, + "instId": 300002, + "propState": 8, + "pos": { + "x": -101290, + "y": 62098, + "z": -40031 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 65, + "instId": 300001, + "propState": 8, + "pos": { + "x": -91310, + "y": 62098, + "z": -29420 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 65, + "instId": 300002, + "propState": 8, + "pos": { + "x": -94810, + "y": 62098, + "z": -31920 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 65, + "instId": 300003, + "propState": 8, + "pos": { + "x": -98310, + "y": 62098, + "z": -29420 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 65, + "instId": 300004, + "propState": 8, + "pos": { + "x": -90810, + "y": 62098, + "z": -21030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 65, + "instId": 300005, + "propState": 8, + "pos": { + "x": -91610, + "y": 62098, + "z": -20660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 65, + "instId": 300006, + "propState": 8, + "pos": { + "x": -90810, + "y": 62098, + "z": -20160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 65, + "instId": 300007, + "propState": 8, + "pos": { + "x": -98810, + "y": 62098, + "z": -13000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 65, + "instId": 300008, + "propState": 8, + "pos": { + "x": -98010, + "y": 62098, + "z": -12660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 65, + "instId": 300009, + "propState": 8, + "pos": { + "x": -98810, + "y": 62098, + "z": -12160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 65, + "instId": 300010, + "propState": 12, + "pos": { + "x": -98810, + "y": 62098, + "z": -16160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 65, + "instId": 300011, + "propState": 1, + "pos": { + "x": -90810, + "y": 62098, + "z": -16160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 66, + "instId": 300001, + "propState": 12, + "pos": { + "x": -91810, + "y": 62098, + "z": -25160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 66, + "instId": 300002, + "propState": 1, + "pos": { + "x": -97810, + "y": 62098, + "z": -25160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 76, + "instId": 300001, + "propState": 101, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103186 + }, + { + "groupId": 76, + "instId": 300002, + "propState": 1, + "pos": { + "x": -172800, + "y": 64400, + "z": 6310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103098 + }, + { + "groupId": 76, + "instId": 300003, + "propState": 101, + "pos": { + "x": -184120, + "y": 63160, + "z": 6230 + }, + "rot": { + "x": 0, + "y": 59477, + "z": 0 + }, + "propId": 103214 + } + ], + "monsters": [ + { + "groupId": 16, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -146640, + "y": 60884, + "z": 6330 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 34, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 54770, + "y": 49988, + "z": 3730 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 35, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 54770, + "y": 49988, + "z": 7730 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 36, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 52770, + "y": 49988, + "z": 5730 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 43, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -42415, + "y": 54051, + "z": 110283 + }, + "rot": { + "x": 0, + "y": 257152, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 44, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -41526, + "y": 54051, + "z": 106383 + }, + "rot": { + "x": 0, + "y": 257152, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 45, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -40021, + "y": 54051, + "z": 108777 + }, + "rot": { + "x": 0, + "y": 257152, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 52, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 51780, + "y": 49274, + "z": -18990 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 53, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 51780, + "y": 49274, + "z": -14990 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 54, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 49780, + "y": 49274, + "z": -16990 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 61, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 87030, + "y": 47845, + "z": 4190 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 62, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 87030, + "y": 47845, + "z": 8190 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 63, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 85030, + "y": 47845, + "z": 6190 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 70, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -92810, + "y": 62098, + "z": -24160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 71, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -96810, + "y": 62098, + "z": -24160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 72, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -94810, + "y": 62098, + "z": -26160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 80405, + "props": [ + { + "groupId": 18, + "instId": 300001, + "propState": 8, + "pos": { + "x": -960, + "y": 87120, + "z": -42700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 8, + "pos": { + "x": -1091, + "y": 82560, + "z": -9132 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 19, + "instId": 300001, + "propState": 8, + "pos": { + "x": -4460, + "y": 95009, + "z": -14700 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 19, + "instId": 300002, + "propState": 8, + "pos": { + "x": -960, + "y": 95009, + "z": -12200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 19, + "instId": 300003, + "propState": 8, + "pos": { + "x": 2540, + "y": 95009, + "z": -14700 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 19, + "instId": 300004, + "propState": 8, + "pos": { + "x": -4960, + "y": 95009, + "z": -22830 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 19, + "instId": 300005, + "propState": 8, + "pos": { + "x": -4160, + "y": 95009, + "z": -23200 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 19, + "instId": 300006, + "propState": 8, + "pos": { + "x": -4960, + "y": 95009, + "z": -23700 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 19, + "instId": 300007, + "propState": 8, + "pos": { + "x": 3040, + "y": 95009, + "z": -30860 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 19, + "instId": 300008, + "propState": 8, + "pos": { + "x": 2240, + "y": 95009, + "z": -31200 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 19, + "instId": 300009, + "propState": 8, + "pos": { + "x": 3040, + "y": 95009, + "z": -31700 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 19, + "instId": 300010, + "propState": 12, + "pos": { + "x": 3040, + "y": 95009, + "z": -27700 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 19, + "instId": 300011, + "propState": 1, + "pos": { + "x": -4960, + "y": 95009, + "z": -27700 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 20, + "instId": 300001, + "propState": 12, + "pos": { + "x": -3960, + "y": 95009, + "z": -18700 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 1, + "pos": { + "x": 2040, + "y": 95009, + "z": -18700 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 27, + "instId": 300001, + "propState": 8, + "pos": { + "x": -88630, + "y": -223996, + "z": -30270 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 27, + "instId": 300002, + "propState": 8, + "pos": { + "x": -35510, + "y": -225824, + "z": -39050 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 27, + "instId": 300003, + "propState": 8, + "pos": { + "x": -66290, + "y": -226744, + "z": -50890 + }, + "rot": { + "x": 0, + "y": 4071, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 28, + "instId": 300001, + "propState": 8, + "pos": { + "x": -58880, + "y": -225944, + "z": -32340 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 28, + "instId": 300002, + "propState": 8, + "pos": { + "x": -56380, + "y": -225944, + "z": -35840 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 28, + "instId": 300003, + "propState": 8, + "pos": { + "x": -58880, + "y": -225944, + "z": -39340 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 28, + "instId": 300004, + "propState": 1, + "pos": { + "x": -70620, + "y": -225944, + "z": -32950 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 28, + "instId": 300005, + "propState": 1, + "pos": { + "x": -70630, + "y": -225944, + "z": -38360 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 28, + "instId": 300006, + "propState": 20, + "pos": { + "x": -64180, + "y": -225944, + "z": -32840 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 28, + "instId": 300007, + "propState": 20, + "pos": { + "x": -64180, + "y": -225944, + "z": -35840 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 28, + "instId": 300008, + "propState": 20, + "pos": { + "x": -64180, + "y": -225944, + "z": -38840 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 30, + "instId": 300001, + "propState": 8, + "pos": { + "x": -166000, + "y": -209760, + "z": -61570 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 30, + "instId": 300002, + "propState": 8, + "pos": { + "x": -166000, + "y": -209760, + "z": -61570 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 31, + "instId": 300001, + "propState": 8, + "pos": { + "x": -162500, + "y": -199418, + "z": -78840 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 31, + "instId": 300002, + "propState": 8, + "pos": { + "x": -166000, + "y": -199418, + "z": -81340 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 31, + "instId": 300003, + "propState": 8, + "pos": { + "x": -169500, + "y": -199418, + "z": -78840 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 31, + "instId": 300004, + "propState": 8, + "pos": { + "x": -169810, + "y": -199418, + "z": -66260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 31, + "instId": 300005, + "propState": 8, + "pos": { + "x": -169010, + "y": -199418, + "z": -65920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 31, + "instId": 300006, + "propState": 8, + "pos": { + "x": -169810, + "y": -199418, + "z": -65420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 34, + "instId": 300001, + "propState": 8, + "pos": { + "x": -112890, + "y": -252690, + "z": -147120 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 34, + "instId": 300002, + "propState": 8, + "pos": { + "x": -115310, + "y": -225905, + "z": -143260 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 35, + "instId": 300001, + "propState": 8, + "pos": { + "x": -92590, + "y": -225905, + "z": -143620 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 35, + "instId": 300002, + "propState": 8, + "pos": { + "x": -90090, + "y": -225905, + "z": -147120 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 35, + "instId": 300003, + "propState": 8, + "pos": { + "x": -92590, + "y": -225905, + "z": -150620 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 36, + "instId": 300001, + "propState": 1, + "pos": { + "x": -97890, + "y": -225905, + "z": -150120 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 36, + "instId": 300002, + "propState": 1, + "pos": { + "x": -97890, + "y": -225905, + "z": -144120 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 37, + "instId": 300001, + "propState": 1, + "pos": { + "x": -97890, + "y": -225905, + "z": -147120 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 37, + "instId": 300002, + "propState": 12, + "pos": { + "x": -99890, + "y": -225905, + "z": -144120 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 37, + "instId": 300003, + "propState": 12, + "pos": { + "x": -99890, + "y": -225905, + "z": -150120 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 38, + "instId": 300001, + "propState": 1, + "pos": { + "x": -97890, + "y": -225905, + "z": -150120 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 38, + "instId": 300002, + "propState": 1, + "pos": { + "x": -97890, + "y": -225905, + "z": -144120 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 39, + "instId": 300001, + "propState": 8, + "pos": { + "x": 63232, + "y": 100990, + "z": 99605 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 39, + "instId": 300002, + "propState": 8, + "pos": { + "x": 76470, + "y": 78830, + "z": 84570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 40, + "instId": 300001, + "propState": 8, + "pos": { + "x": 72970, + "y": 98032, + "z": 108010 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 40, + "instId": 300002, + "propState": 8, + "pos": { + "x": 76470, + "y": 98032, + "z": 111010 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 40, + "instId": 300003, + "propState": 8, + "pos": { + "x": 79970, + "y": 98032, + "z": 108010 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 40, + "instId": 300004, + "propState": 1, + "pos": { + "x": 73470, + "y": 98032, + "z": 99570 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 40, + "instId": 300005, + "propState": 8, + "pos": { + "x": 80280, + "y": 98032, + "z": 94910 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 40, + "instId": 300006, + "propState": 8, + "pos": { + "x": 79480, + "y": 98032, + "z": 94570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 40, + "instId": 300007, + "propState": 8, + "pos": { + "x": 80280, + "y": 98032, + "z": 94070 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 40, + "instId": 300008, + "propState": 8, + "pos": { + "x": 76470, + "y": 98032, + "z": 101570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 41, + "instId": 300001, + "propState": 8, + "pos": { + "x": -669, + "y": -225248, + "z": -71144 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 41, + "instId": 300002, + "propState": 8, + "pos": { + "x": -18840, + "y": -225248, + "z": -39050 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 42, + "instId": 300001, + "propState": 8, + "pos": { + "x": -9270, + "y": -225248, + "z": -38310 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 42, + "instId": 300002, + "propState": 8, + "pos": { + "x": -5770, + "y": -225153, + "z": -35810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 42, + "instId": 300003, + "propState": 8, + "pos": { + "x": -2270, + "y": -225248, + "z": -38310 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 42, + "instId": 300004, + "propState": 8, + "pos": { + "x": -9770, + "y": -225248, + "z": -47290 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 42, + "instId": 300005, + "propState": 8, + "pos": { + "x": -8970, + "y": -225248, + "z": -47660 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 42, + "instId": 300006, + "propState": 8, + "pos": { + "x": -9770, + "y": -225248, + "z": -48160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 42, + "instId": 300007, + "propState": 8, + "pos": { + "x": -1770, + "y": -225248, + "z": -55320 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 42, + "instId": 300008, + "propState": 8, + "pos": { + "x": -2570, + "y": -225248, + "z": -55660 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 42, + "instId": 300009, + "propState": 8, + "pos": { + "x": -1770, + "y": -225248, + "z": -56160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 42, + "instId": 300010, + "propState": 12, + "pos": { + "x": -1770, + "y": -225248, + "z": -52160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 42, + "instId": 300011, + "propState": 1, + "pos": { + "x": -9770, + "y": -225248, + "z": -52160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 43, + "instId": 300001, + "propState": 12, + "pos": { + "x": -8770, + "y": -225248, + "z": -43160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 43, + "instId": 300002, + "propState": 1, + "pos": { + "x": -2770, + "y": -225248, + "z": -43160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 50, + "instId": 300001, + "propState": 8, + "pos": { + "x": -704, + "y": 76970, + "z": -14226 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 50, + "instId": 300002, + "propState": 8, + "pos": { + "x": -930, + "y": 82910, + "z": -1446 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 51, + "instId": 300001, + "propState": 8, + "pos": { + "x": -4430, + "y": 95000, + "z": 16960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 51, + "instId": 300002, + "propState": 8, + "pos": { + "x": -930, + "y": 95000, + "z": 19460 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 51, + "instId": 300003, + "propState": 8, + "pos": { + "x": 2570, + "y": 95000, + "z": 16960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 51, + "instId": 300004, + "propState": 8, + "pos": { + "x": -4930, + "y": 95000, + "z": 8680 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 51, + "instId": 300005, + "propState": 8, + "pos": { + "x": -4130, + "y": 95000, + "z": 8310 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 51, + "instId": 300006, + "propState": 8, + "pos": { + "x": -4930, + "y": 95000, + "z": 7810 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 51, + "instId": 300007, + "propState": 8, + "pos": { + "x": 3070, + "y": 95000, + "z": 1240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 51, + "instId": 300008, + "propState": 8, + "pos": { + "x": 2270, + "y": 95000, + "z": 900 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 51, + "instId": 300009, + "propState": 8, + "pos": { + "x": 3070, + "y": 95000, + "z": 400 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 51, + "instId": 300010, + "propState": 12, + "pos": { + "x": 3070, + "y": 95000, + "z": 4530 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 51, + "instId": 300011, + "propState": 1, + "pos": { + "x": -4930, + "y": 95000, + "z": 4530 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 52, + "instId": 300001, + "propState": 12, + "pos": { + "x": -3930, + "y": 95000, + "z": 12160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 52, + "instId": 300002, + "propState": 1, + "pos": { + "x": 2070, + "y": 95000, + "z": 12160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 59, + "instId": 300001, + "propState": 8, + "pos": { + "x": 57560, + "y": 97450, + "z": -33830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 59, + "instId": 300002, + "propState": 8, + "pos": { + "x": 57560, + "y": 97450, + "z": -33830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 60, + "instId": 300001, + "propState": 8, + "pos": { + "x": 44000, + "y": 93950, + "z": -6750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 60, + "instId": 300002, + "propState": 8, + "pos": { + "x": 44000, + "y": 97450, + "z": -4250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 60, + "instId": 300003, + "propState": 8, + "pos": { + "x": 44000, + "y": 100950, + "z": -6750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 60, + "instId": 300004, + "propState": 8, + "pos": { + "x": 44000, + "y": 93450, + "z": -14660 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 60, + "instId": 300005, + "propState": 8, + "pos": { + "x": 44000, + "y": 94250, + "z": -15030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 60, + "instId": 300006, + "propState": 8, + "pos": { + "x": 44000, + "y": 93450, + "z": -15530 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 60, + "instId": 300007, + "propState": 8, + "pos": { + "x": 44000, + "y": 101450, + "z": -21990 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 60, + "instId": 300008, + "propState": 8, + "pos": { + "x": 44000, + "y": 100650, + "z": -22330 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 60, + "instId": 300009, + "propState": 8, + "pos": { + "x": 44000, + "y": 101450, + "z": -22830 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 60, + "instId": 300010, + "propState": 12, + "pos": { + "x": 44000, + "y": 101450, + "z": -18830 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 60, + "instId": 300011, + "propState": 1, + "pos": { + "x": 43916, + "y": 93750, + "z": -18830 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 61, + "instId": 300001, + "propState": 12, + "pos": { + "x": 44000, + "y": 94450, + "z": -10610 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 61, + "instId": 300002, + "propState": 1, + "pos": { + "x": 44000, + "y": 100450, + "z": -10610 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 68, + "instId": 300001, + "propState": 8, + "pos": { + "x": -141320, + "y": -221950, + "z": -86900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 68, + "instId": 300002, + "propState": 8, + "pos": { + "x": -141320, + "y": -221950, + "z": -86900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 69, + "instId": 300001, + "propState": 8, + "pos": { + "x": -144820, + "y": -204970, + "z": -58900 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 69, + "instId": 300002, + "propState": 8, + "pos": { + "x": -141320, + "y": -204970, + "z": -56400 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 69, + "instId": 300003, + "propState": 8, + "pos": { + "x": -137820, + "y": -204970, + "z": -58900 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 69, + "instId": 300004, + "propState": 8, + "pos": { + "x": -145320, + "y": -204970, + "z": -67030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 69, + "instId": 300005, + "propState": 8, + "pos": { + "x": -144520, + "y": -204970, + "z": -67400 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 69, + "instId": 300006, + "propState": 8, + "pos": { + "x": -145320, + "y": -204970, + "z": -67900 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 69, + "instId": 300007, + "propState": 8, + "pos": { + "x": -138110, + "y": -204970, + "z": -76940 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 69, + "instId": 300008, + "propState": 8, + "pos": { + "x": -138910, + "y": -204970, + "z": -77280 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 69, + "instId": 300009, + "propState": 8, + "pos": { + "x": -138110, + "y": -204970, + "z": -77780 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 69, + "instId": 300010, + "propState": 12, + "pos": { + "x": -137820, + "y": -204970, + "z": -71900 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 69, + "instId": 300011, + "propState": 1, + "pos": { + "x": -145090, + "y": -204970, + "z": -72610 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 70, + "instId": 300001, + "propState": 12, + "pos": { + "x": -144320, + "y": -204970, + "z": -62900 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 70, + "instId": 300002, + "propState": 1, + "pos": { + "x": -138320, + "y": -204970, + "z": -62900 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 78, + "instId": 300001, + "propState": 8, + "pos": { + "x": -1000, + "y": 95000, + "z": -9013 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 78, + "instId": 300002, + "propState": 8, + "pos": { + "x": -1103, + "y": 98000, + "z": 56939 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 78, + "instId": 300004, + "propState": 8, + "pos": { + "x": -835, + "y": 95820, + "z": 142306 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 78, + "instId": 300005, + "propState": 8, + "pos": { + "x": 39519, + "y": 88400, + "z": 103220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 78, + "instId": 300006, + "propState": 8, + "pos": { + "x": 48558, + "y": 84400, + "z": 82242 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 79, + "instId": 300001, + "propState": 8, + "pos": { + "x": 11234, + "y": 95000, + "z": 18000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103034 + }, + { + "groupId": 79, + "instId": 300002, + "propState": 8, + "pos": { + "x": 32000, + "y": 91000, + "z": -2897 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103011 + }, + { + "groupId": 79, + "instId": 300003, + "propState": 8, + "pos": { + "x": 23480, + "y": 96150, + "z": 9640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103010 + } + ], + "monsters": [ + { + "groupId": 24, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -2960, + "y": 95009, + "z": -19700 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 25, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 1040, + "y": 95009, + "z": -19700 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 26, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -960, + "y": 95009, + "z": -17700 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 29, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -67630, + "y": -225824, + "z": -35840 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 47, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -7770, + "y": -225248, + "z": -44160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 48, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -3770, + "y": -225248, + "z": -44160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 49, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -5770, + "y": -225248, + "z": -42160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 56, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -2930, + "y": 95000, + "z": 11160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 57, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 1070, + "y": 95000, + "z": 11160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 58, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -930, + "y": 95000, + "z": 13160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 65, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 44000, + "y": 95450, + "z": -11590 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 66, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 44000, + "y": 99450, + "z": -11590 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 67, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 44000, + "y": 97450, + "z": -9590 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 74, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -143320, + "y": -204970, + "z": -63900 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 75, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -139320, + "y": -204970, + "z": -63900 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 76, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -141320, + "y": -204970, + "z": -61900 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 80406, + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": -50, + "y": 1709, + "z": 59070 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 8, + "pos": { + "x": -50, + "y": -11820, + "z": 69120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": -3550, + "y": 610, + "z": 84250 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 8, + "pos": { + "x": -50, + "y": 610, + "z": 86750 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 8, + "pos": { + "x": 3450, + "y": 610, + "z": 84250 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 8, + "pos": { + "x": 3570, + "y": 610, + "z": 74060 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 7, + "instId": 300005, + "propState": 8, + "pos": { + "x": 2770, + "y": 610, + "z": 73720 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 7, + "instId": 300006, + "propState": 8, + "pos": { + "x": 3570, + "y": 610, + "z": 73220 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": -277390, + "y": 6262, + "z": 852310 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 8, + "pos": { + "x": -277360, + "y": 4781, + "z": 812650 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 8, + "pos": { + "x": -273860, + "y": 6315, + "z": 821370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 8, + "pos": { + "x": -277360, + "y": 6315, + "z": 818870 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 8, + "pos": { + "x": -280860, + "y": 6315, + "z": 821370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 11, + "instId": 300004, + "propState": 1, + "pos": { + "x": -274360, + "y": 6705, + "z": 833260 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 11, + "instId": 300005, + "propState": 1, + "pos": { + "x": -280360, + "y": 6705, + "z": 833260 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 11, + "instId": 300006, + "propState": 20, + "pos": { + "x": -274360, + "y": 6707, + "z": 825760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 11, + "instId": 300007, + "propState": 20, + "pos": { + "x": -277360, + "y": 6704, + "z": 825760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 11, + "instId": 300008, + "propState": 20, + "pos": { + "x": -280360, + "y": 6707, + "z": 825760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 13, + "instId": 300001, + "propState": 8, + "pos": { + "x": -252740, + "y": -125500, + "z": 464080 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 8, + "pos": { + "x": -270773, + "y": -126180, + "z": 462680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 14, + "instId": 300001, + "propState": 8, + "pos": { + "x": -274273, + "y": -110612, + "z": 477550 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 8, + "pos": { + "x": -270773, + "y": -110610, + "z": 480050 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 14, + "instId": 300003, + "propState": 8, + "pos": { + "x": -267273, + "y": -110613, + "z": 477550 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 15, + "instId": 300001, + "propState": 1, + "pos": { + "x": -267640, + "y": -110618, + "z": 472080 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 15, + "instId": 300002, + "propState": 1, + "pos": { + "x": -273640, + "y": -110617, + "z": 472080 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 16, + "instId": 300001, + "propState": 1, + "pos": { + "x": -270773, + "y": -110611, + "z": 472980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 12, + "pos": { + "x": -273773, + "y": -110611, + "z": 470980 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 16, + "instId": 300003, + "propState": 12, + "pos": { + "x": -267773, + "y": -110612, + "z": 470980 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 1, + "pos": { + "x": -267773, + "y": -110615, + "z": 472220 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 1, + "pos": { + "x": -273773, + "y": -110614, + "z": 472220 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 20, + "instId": 300001, + "propState": 8, + "pos": { + "x": -270160, + "y": -133360, + "z": 391850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 8, + "pos": { + "x": -270380, + "y": -119057, + "z": 406070 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 21, + "instId": 300001, + "propState": 8, + "pos": { + "x": -273660, + "y": -120936, + "z": 394660 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 21, + "instId": 300002, + "propState": 8, + "pos": { + "x": -270160, + "y": -120936, + "z": 397660 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 21, + "instId": 300003, + "propState": 8, + "pos": { + "x": -266660, + "y": -120936, + "z": 394660 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 21, + "instId": 300004, + "propState": 1, + "pos": { + "x": -273160, + "y": -120936, + "z": 383240 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 21, + "instId": 300005, + "propState": 8, + "pos": { + "x": -266350, + "y": -120936, + "z": 378580 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 21, + "instId": 300006, + "propState": 8, + "pos": { + "x": -267150, + "y": -120936, + "z": 378240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 21, + "instId": 300007, + "propState": 8, + "pos": { + "x": -266350, + "y": -120936, + "z": 377740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 21, + "instId": 300008, + "propState": 8, + "pos": { + "x": -270160, + "y": -120936, + "z": 387665 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 22, + "instId": 300001, + "propState": 8, + "pos": { + "x": -443750, + "y": -119126, + "z": 412540 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 22, + "instId": 300002, + "propState": 8, + "pos": { + "x": -440630, + "y": -132280, + "z": 404390 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 23, + "instId": 300001, + "propState": 8, + "pos": { + "x": -437130, + "y": -120936, + "z": 381510 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 8, + "pos": { + "x": -440630, + "y": -120936, + "z": 379010 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 23, + "instId": 300003, + "propState": 8, + "pos": { + "x": -444130, + "y": -120936, + "z": 381510 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 23, + "instId": 300004, + "propState": 8, + "pos": { + "x": -437120, + "y": -120936, + "z": 391250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 23, + "instId": 300005, + "propState": 8, + "pos": { + "x": -437920, + "y": -120936, + "z": 391620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 23, + "instId": 300006, + "propState": 8, + "pos": { + "x": -437120, + "y": -120936, + "z": 392120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 23, + "instId": 300007, + "propState": 8, + "pos": { + "x": -444320, + "y": -120936, + "z": 398980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 23, + "instId": 300008, + "propState": 8, + "pos": { + "x": -443520, + "y": -120936, + "z": 399320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 23, + "instId": 300009, + "propState": 8, + "pos": { + "x": -444320, + "y": -120936, + "z": 399820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 23, + "instId": 300010, + "propState": 12, + "pos": { + "x": -444630, + "y": -120936, + "z": 395240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 23, + "instId": 300011, + "propState": 1, + "pos": { + "x": -436630, + "y": -120936, + "z": 395240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 24, + "instId": 300001, + "propState": 12, + "pos": { + "x": -437630, + "y": -120936, + "z": 386580 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 24, + "instId": 300002, + "propState": 1, + "pos": { + "x": -443630, + "y": -120936, + "z": 386580 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 31, + "instId": 300001, + "propState": 8, + "pos": { + "x": 216630, + "y": -38490, + "z": 260650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 31, + "instId": 300002, + "propState": 8, + "pos": { + "x": 232800, + "y": -27900, + "z": 266210 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 32, + "instId": 300001, + "propState": 8, + "pos": { + "x": 246050, + "y": -27827, + "z": 284340 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 32, + "instId": 300002, + "propState": 8, + "pos": { + "x": 248550, + "y": -27827, + "z": 280840 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 32, + "instId": 300003, + "propState": 8, + "pos": { + "x": 246050, + "y": -27827, + "z": 277340 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 32, + "instId": 300004, + "propState": 8, + "pos": { + "x": 236500, + "y": -27827, + "z": 284840 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 32, + "instId": 300005, + "propState": 8, + "pos": { + "x": 236130, + "y": -27827, + "z": 284040 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 32, + "instId": 300006, + "propState": 8, + "pos": { + "x": 235630, + "y": -27827, + "z": 284840 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 32, + "instId": 300007, + "propState": 8, + "pos": { + "x": 226710, + "y": -27827, + "z": 276840 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 32, + "instId": 300008, + "propState": 8, + "pos": { + "x": 226370, + "y": -27827, + "z": 277640 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 32, + "instId": 300009, + "propState": 8, + "pos": { + "x": 225870, + "y": -27827, + "z": 276840 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 32, + "instId": 300010, + "propState": 12, + "pos": { + "x": 231630, + "y": -27827, + "z": 276840 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 32, + "instId": 300011, + "propState": 1, + "pos": { + "x": 231630, + "y": -27956, + "z": 284840 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 33, + "instId": 300001, + "propState": 12, + "pos": { + "x": 240630, + "y": -27980, + "z": 283840 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 33, + "instId": 300002, + "propState": 1, + "pos": { + "x": 240630, + "y": -27980, + "z": 277840 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 49, + "instId": 300001, + "propState": 8, + "pos": { + "x": -277420, + "y": -12280, + "z": 758360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 49, + "instId": 300002, + "propState": 8, + "pos": { + "x": -277470, + "y": 4781, + "z": 785420 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 50, + "instId": 300001, + "propState": 8, + "pos": { + "x": -280920, + "y": 2875, + "z": 772840 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 50, + "instId": 300002, + "propState": 8, + "pos": { + "x": -277420, + "y": 2875, + "z": 775340 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 50, + "instId": 300003, + "propState": 8, + "pos": { + "x": -273920, + "y": 2875, + "z": 772840 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 50, + "instId": 300004, + "propState": 8, + "pos": { + "x": -280700, + "y": 2875, + "z": 762360 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 50, + "instId": 300005, + "propState": 8, + "pos": { + "x": -279900, + "y": 2875, + "z": 761990 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 50, + "instId": 300006, + "propState": 8, + "pos": { + "x": -280700, + "y": 2875, + "z": 761490 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 50, + "instId": 300007, + "propState": 8, + "pos": { + "x": -273640, + "y": 2875, + "z": 755010 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 50, + "instId": 300008, + "propState": 8, + "pos": { + "x": -274440, + "y": 2875, + "z": 754670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 50, + "instId": 300009, + "propState": 8, + "pos": { + "x": -273640, + "y": 2875, + "z": 754170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 50, + "instId": 300010, + "propState": 12, + "pos": { + "x": -274200, + "y": 2875, + "z": 758560 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 50, + "instId": 300011, + "propState": 1, + "pos": { + "x": -280570, + "y": 2875, + "z": 758530 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 51, + "instId": 300001, + "propState": 12, + "pos": { + "x": -280420, + "y": 2875, + "z": 767560 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 51, + "instId": 300002, + "propState": 1, + "pos": { + "x": -274420, + "y": 2875, + "z": 767560 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 58, + "instId": 300001, + "propState": 8, + "pos": { + "x": 253290, + "y": 50222, + "z": 798060 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 58, + "instId": 300002, + "propState": 8, + "pos": { + "x": 283777, + "y": 48836, + "z": 777045 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 58, + "instId": 300003, + "propState": 8, + "pos": { + "x": 300200, + "y": 48836, + "z": 793900 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 58, + "instId": 300004, + "propState": 8, + "pos": { + "x": 284730, + "y": 48742, + "z": 816180 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 58, + "instId": 300005, + "propState": 8, + "pos": { + "x": 300200, + "y": 48836, + "z": 811537 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 59, + "instId": 300001, + "propState": 8, + "pos": { + "x": 255110, + "y": 48722, + "z": 785460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 59, + "instId": 300002, + "propState": 8, + "pos": { + "x": 252610, + "y": 48722, + "z": 788960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 59, + "instId": 300003, + "propState": 8, + "pos": { + "x": 255110, + "y": 48722, + "z": 792460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 59, + "instId": 300004, + "propState": 8, + "pos": { + "x": 263240, + "y": 48722, + "z": 784960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 59, + "instId": 300005, + "propState": 8, + "pos": { + "x": 263610, + "y": 48722, + "z": 785760 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 59, + "instId": 300006, + "propState": 8, + "pos": { + "x": 264110, + "y": 48722, + "z": 784960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 59, + "instId": 300007, + "propState": 8, + "pos": { + "x": 271270, + "y": 48722, + "z": 792960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 59, + "instId": 300008, + "propState": 8, + "pos": { + "x": 271610, + "y": 48722, + "z": 792160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 59, + "instId": 300009, + "propState": 8, + "pos": { + "x": 272110, + "y": 48722, + "z": 792960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 59, + "instId": 300010, + "propState": 12, + "pos": { + "x": 268110, + "y": 48722, + "z": 792960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 59, + "instId": 300011, + "propState": 1, + "pos": { + "x": 268110, + "y": 48722, + "z": 784960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 60, + "instId": 300001, + "propState": 12, + "pos": { + "x": 259110, + "y": 48722, + "z": 785960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 60, + "instId": 300002, + "propState": 1, + "pos": { + "x": 259110, + "y": 48722, + "z": 791960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 67, + "instId": 300001, + "propState": 8, + "pos": { + "x": 437996, + "y": -22038, + "z": 864730 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 67, + "instId": 300002, + "propState": 8, + "pos": { + "x": 434840, + "y": -30390, + "z": 862050 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 68, + "instId": 300001, + "propState": 8, + "pos": { + "x": 428450, + "y": -18835, + "z": 839800 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 68, + "instId": 300002, + "propState": 8, + "pos": { + "x": 424950, + "y": -18835, + "z": 837300 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 68, + "instId": 300003, + "propState": 8, + "pos": { + "x": 421450, + "y": -18835, + "z": 839800 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 68, + "instId": 300004, + "propState": 8, + "pos": { + "x": 428950, + "y": -18835, + "z": 847880 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 68, + "instId": 300005, + "propState": 8, + "pos": { + "x": 428150, + "y": -18835, + "z": 848250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 68, + "instId": 300006, + "propState": 8, + "pos": { + "x": 428950, + "y": -18835, + "z": 848750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 68, + "instId": 300007, + "propState": 8, + "pos": { + "x": 421630, + "y": -18835, + "z": 855910 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 68, + "instId": 300008, + "propState": 8, + "pos": { + "x": 422430, + "y": -18835, + "z": 856250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 68, + "instId": 300009, + "propState": 8, + "pos": { + "x": 421630, + "y": -18835, + "z": 856750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 68, + "instId": 300010, + "propState": 12, + "pos": { + "x": 421990, + "y": -18835, + "z": 852750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 68, + "instId": 300011, + "propState": 1, + "pos": { + "x": 428950, + "y": -18835, + "z": 852750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 69, + "instId": 300001, + "propState": 12, + "pos": { + "x": 427950, + "y": -18835, + "z": 843750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 69, + "instId": 300002, + "propState": 1, + "pos": { + "x": 421950, + "y": -18835, + "z": 843750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 78, + "instId": 300001, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 78, + "instId": 300005, + "propState": 8, + "pos": { + "x": 369925, + "y": -13718, + "z": 429883 + }, + "rot": { + "x": 0, + "y": 68258, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 78, + "instId": 300006, + "propState": 8, + "pos": { + "x": 388060, + "y": -13820, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 78, + "instId": 300003, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 78, + "instId": 300004, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 78, + "instId": 300002, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 78, + "instId": 300007, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 78, + "instId": 300008, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 78, + "instId": 300009, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 78, + "instId": 300010, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 78, + "instId": 300011, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 78, + "instId": 300012, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 78, + "instId": 300013, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 78, + "instId": 300014, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 78, + "instId": 300015, + "propState": 8, + "pos": { + "x": 406110, + "y": -13646, + "z": 428020 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 109 + }, + { + "groupId": 78, + "instId": 300016, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 78, + "instId": 300017, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 78, + "instId": 300018, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 78, + "instId": 300019, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 79, + "instId": 300001, + "propState": 8, + "pos": { + "x": 372119, + "y": -27080, + "z": 420556 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 79, + "instId": 300002, + "propState": 8, + "pos": { + "x": 372119, + "y": -27080, + "z": 420556 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 80, + "instId": 300001, + "propState": 8, + "pos": { + "x": 368619, + "y": -13716, + "z": 434120 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 80, + "instId": 300002, + "propState": 8, + "pos": { + "x": 372119, + "y": -13716, + "z": 436620 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 80, + "instId": 300003, + "propState": 8, + "pos": { + "x": 375619, + "y": -13716, + "z": 434120 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + } + ], + "monsters": [ + { + "groupId": 12, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -277360, + "y": 6717, + "z": 828430 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 28, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -438630, + "y": -120936, + "z": 387000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 29, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -442630, + "y": -120936, + "z": 387000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 30, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -440630, + "y": -120936, + "z": 385000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 37, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 239630, + "y": -27827, + "z": 282840 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 38, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 239630, + "y": -27827, + "z": 278840 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 39, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 241630, + "y": -27827, + "z": 280840 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 55, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -279420, + "y": 2875, + "z": 766560 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 56, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -275420, + "y": 2875, + "z": 766560 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 57, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -277420, + "y": 2875, + "z": 768560 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 64, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 260110, + "y": 48722, + "z": 786960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 65, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 260110, + "y": 48722, + "z": 790960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 66, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 258110, + "y": 48722, + "z": 788960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 73, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 426950, + "y": -18835, + "z": 844750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 74, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 422950, + "y": -18835, + "z": 844750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 75, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 424950, + "y": -18835, + "z": 842750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 80407, + "props": [ + { + "groupId": 31, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 3288, + "z": 245550 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 31, + "instId": 300002, + "propState": 8, + "pos": { + "x": -30070, + "y": 4505, + "z": 266490 + }, + "rot": { + "x": 0, + "y": 72038, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 31, + "instId": 300003, + "propState": 8, + "pos": { + "x": 30095, + "y": 4572, + "z": 266669 + }, + "rot": { + "x": 0, + "y": 288238, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 32, + "instId": 300001, + "propState": 8, + "pos": { + "x": -3500, + "y": 4639, + "z": 290180 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 32, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 4639, + "z": 292680 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 32, + "instId": 300003, + "propState": 8, + "pos": { + "x": 3500, + "y": 4639, + "z": 290180 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 32, + "instId": 300004, + "propState": 1, + "pos": { + "x": -3000, + "y": 4639, + "z": 278540 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 32, + "instId": 300005, + "propState": 1, + "pos": { + "x": 3000, + "y": 4639, + "z": 278540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 32, + "instId": 300006, + "propState": 20, + "pos": { + "x": -3000, + "y": 4639, + "z": 284540 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 32, + "instId": 300007, + "propState": 20, + "pos": { + "x": 0, + "y": 4639, + "z": 284540 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 32, + "instId": 300008, + "propState": 20, + "pos": { + "x": 3000, + "y": 4639, + "z": 284540 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 34, + "instId": 300001, + "propState": 8, + "pos": { + "x": 87770, + "y": 104716, + "z": 790330 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 34, + "instId": 300002, + "propState": 8, + "pos": { + "x": 87770, + "y": 104716, + "z": 790330 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 35, + "instId": 300001, + "propState": 8, + "pos": { + "x": 99000, + "y": 104716, + "z": 779220 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 35, + "instId": 300002, + "propState": 8, + "pos": { + "x": 101500, + "y": 104716, + "z": 775720 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 35, + "instId": 300003, + "propState": 8, + "pos": { + "x": 99000, + "y": 104716, + "z": 772220 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 35, + "instId": 300004, + "propState": 1, + "pos": { + "x": 92800, + "y": 104716, + "z": 778720 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 35, + "instId": 300005, + "propState": 8, + "pos": { + "x": 89070, + "y": 104716, + "z": 771950 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 35, + "instId": 300006, + "propState": 8, + "pos": { + "x": 88730, + "y": 104716, + "z": 772750 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 35, + "instId": 300007, + "propState": 8, + "pos": { + "x": 88230, + "y": 104716, + "z": 771950 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 35, + "instId": 300008, + "propState": 8, + "pos": { + "x": 95570, + "y": 104716, + "z": 775720 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 36, + "instId": 300001, + "propState": 8, + "pos": { + "x": 209220, + "y": 708, + "z": -399900 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 36, + "instId": 300002, + "propState": 8, + "pos": { + "x": 190530, + "y": 269, + "z": -383290 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 36, + "instId": 300003, + "propState": 8, + "pos": { + "x": 190530, + "y": 269, + "z": -419100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 37, + "instId": 300001, + "propState": 8, + "pos": { + "x": 187240, + "y": 1126, + "z": -403400 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 37, + "instId": 300002, + "propState": 8, + "pos": { + "x": 184740, + "y": 1126, + "z": -399900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 37, + "instId": 300003, + "propState": 8, + "pos": { + "x": 187240, + "y": 1126, + "z": -396400 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 38, + "instId": 300001, + "propState": 1, + "pos": { + "x": 192570, + "y": 1163, + "z": -396900 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 38, + "instId": 300002, + "propState": 1, + "pos": { + "x": 192570, + "y": 1163, + "z": -402900 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 39, + "instId": 300001, + "propState": 1, + "pos": { + "x": 191964, + "y": 1163, + "z": -399900 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 39, + "instId": 300002, + "propState": 12, + "pos": { + "x": 193964, + "y": 1163, + "z": -402900 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 39, + "instId": 300003, + "propState": 12, + "pos": { + "x": 193964, + "y": 1163, + "z": -396900 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 40, + "instId": 300001, + "propState": 1, + "pos": { + "x": 192470, + "y": 1163, + "z": -396900 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 40, + "instId": 300002, + "propState": 1, + "pos": { + "x": 192470, + "y": 1163, + "z": -402900 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 41, + "instId": 300001, + "propState": 8, + "pos": { + "x": -11420, + "y": 11513, + "z": 37931 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 41, + "instId": 300002, + "propState": 8, + "pos": { + "x": -11420, + "y": -1110, + "z": 37970 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 42, + "instId": 300001, + "propState": 8, + "pos": { + "x": -35260, + "y": 11513, + "z": 34470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 42, + "instId": 300002, + "propState": 8, + "pos": { + "x": -37760, + "y": 11513, + "z": 37970 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 42, + "instId": 300003, + "propState": 8, + "pos": { + "x": -35260, + "y": 11513, + "z": 41470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 42, + "instId": 300004, + "propState": 8, + "pos": { + "x": -26520, + "y": 11513, + "z": 42040 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 42, + "instId": 300005, + "propState": 8, + "pos": { + "x": -26180, + "y": 11513, + "z": 41240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 42, + "instId": 300006, + "propState": 8, + "pos": { + "x": -25680, + "y": 11513, + "z": 42040 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 45, + "instId": 300001, + "propState": 8, + "pos": { + "x": -739, + "y": 7923, + "z": -25350 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 45, + "instId": 300002, + "propState": 8, + "pos": { + "x": -140, + "y": -10960, + "z": -25350 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 46, + "instId": 300001, + "propState": 8, + "pos": { + "x": 3360, + "y": 7235, + "z": -54200 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 46, + "instId": 300002, + "propState": 8, + "pos": { + "x": -140, + "y": 7220, + "z": -56700 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 46, + "instId": 300003, + "propState": 8, + "pos": { + "x": -3640, + "y": 7230, + "z": -54200 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 46, + "instId": 300004, + "propState": 8, + "pos": { + "x": -4090, + "y": 7220, + "z": -45220 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 46, + "instId": 300005, + "propState": 8, + "pos": { + "x": -4890, + "y": 7220, + "z": -44850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 46, + "instId": 300006, + "propState": 8, + "pos": { + "x": -4090, + "y": 7220, + "z": -44350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 46, + "instId": 300007, + "propState": 8, + "pos": { + "x": 3560, + "y": 7220, + "z": -37190 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 46, + "instId": 300008, + "propState": 8, + "pos": { + "x": 4360, + "y": 7220, + "z": -36850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 46, + "instId": 300009, + "propState": 8, + "pos": { + "x": 3560, + "y": 7220, + "z": -36350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 46, + "instId": 300010, + "propState": 12, + "pos": { + "x": -2990, + "y": 7220, + "z": -40350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 46, + "instId": 300011, + "propState": 1, + "pos": { + "x": 2760, + "y": 7220, + "z": -40350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 47, + "instId": 300001, + "propState": 12, + "pos": { + "x": 2860, + "y": 7220, + "z": -49350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 47, + "instId": 300002, + "propState": 1, + "pos": { + "x": -3140, + "y": 7220, + "z": -49350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 54, + "instId": 300001, + "propState": 8, + "pos": { + "x": 399, + "y": 14953, + "z": 59690 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 54, + "instId": 300002, + "propState": 8, + "pos": { + "x": -470, + "y": 14953, + "z": 104810 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 55, + "instId": 300001, + "propState": 8, + "pos": { + "x": -3510, + "y": 14963, + "z": 92990 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 55, + "instId": 300002, + "propState": 8, + "pos": { + "x": -10, + "y": 14953, + "z": 95490 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 55, + "instId": 300003, + "propState": 8, + "pos": { + "x": 3490, + "y": 14968, + "z": 92990 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 55, + "instId": 300004, + "propState": 8, + "pos": { + "x": -4010, + "y": 14953, + "z": 82350 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 55, + "instId": 300005, + "propState": 8, + "pos": { + "x": -3210, + "y": 14953, + "z": 81980 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 55, + "instId": 300006, + "propState": 8, + "pos": { + "x": -4010, + "y": 14953, + "z": 81480 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 55, + "instId": 300007, + "propState": 8, + "pos": { + "x": 6325, + "y": 14953, + "z": 74876 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 55, + "instId": 300008, + "propState": 8, + "pos": { + "x": 5525, + "y": 14953, + "z": 74536 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 55, + "instId": 300009, + "propState": 8, + "pos": { + "x": 6325, + "y": 14953, + "z": 74036 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 55, + "instId": 300010, + "propState": 12, + "pos": { + "x": 3990, + "y": 14953, + "z": 78370 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 55, + "instId": 300011, + "propState": 1, + "pos": { + "x": -4010, + "y": 14953, + "z": 78370 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 56, + "instId": 300001, + "propState": 12, + "pos": { + "x": -3010, + "y": 14953, + "z": 87370 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 56, + "instId": 300002, + "propState": 1, + "pos": { + "x": 2990, + "y": 14953, + "z": 87370 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 63, + "instId": 300001, + "propState": 8, + "pos": { + "x": 77440, + "y": 660, + "z": 218510 + }, + "rot": { + "x": 0, + "y": 194428, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 63, + "instId": 300002, + "propState": 8, + "pos": { + "x": 51617, + "y": 2770, + "z": 172470 + }, + "rot": { + "x": 0, + "y": 54231, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 63, + "instId": 300003, + "propState": 8, + "pos": { + "x": 88588, + "y": 2767, + "z": 204330 + }, + "rot": { + "x": 0, + "y": 285827, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 64, + "instId": 300001, + "propState": 8, + "pos": { + "x": 67480, + "y": 2597, + "z": 184400 + }, + "rot": { + "x": 0, + "y": 294426, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 64, + "instId": 300002, + "propState": 8, + "pos": { + "x": 63260, + "y": 2623, + "z": 183571 + }, + "rot": { + "x": 0, + "y": 294426, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 64, + "instId": 300003, + "propState": 8, + "pos": { + "x": 61107, + "y": 2599, + "z": 187295 + }, + "rot": { + "x": 0, + "y": 294426, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 64, + "instId": 300004, + "propState": 8, + "pos": { + "x": 71593, + "y": 2516, + "z": 192248 + }, + "rot": { + "x": 0, + "y": 24426, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 64, + "instId": 300005, + "propState": 8, + "pos": { + "x": 71018, + "y": 2513, + "z": 192915 + }, + "rot": { + "x": 0, + "y": 24426, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 64, + "instId": 300006, + "propState": 8, + "pos": { + "x": 71953, + "y": 2508, + "z": 193040 + }, + "rot": { + "x": 0, + "y": 24426, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 64, + "instId": 300007, + "propState": 8, + "pos": { + "x": 67630, + "y": 2439, + "z": 202867 + }, + "rot": { + "x": 0, + "y": 24426, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 64, + "instId": 300008, + "propState": 8, + "pos": { + "x": 68499, + "y": 2435, + "z": 202845 + }, + "rot": { + "x": 0, + "y": 24426, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 64, + "instId": 300009, + "propState": 8, + "pos": { + "x": 67977, + "y": 2430, + "z": 203631 + }, + "rot": { + "x": 0, + "y": 24426, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 64, + "instId": 300010, + "propState": 12, + "pos": { + "x": 66323, + "y": 2470, + "z": 199990 + }, + "rot": { + "x": 0, + "y": 24426, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 64, + "instId": 300011, + "propState": 1, + "pos": { + "x": 73607, + "y": 2468, + "z": 196681 + }, + "rot": { + "x": 0, + "y": 24426, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 65, + "instId": 300001, + "propState": 12, + "pos": { + "x": 68975, + "y": 2558, + "z": 188901 + }, + "rot": { + "x": 0, + "y": 24426, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 65, + "instId": 300002, + "propState": 1, + "pos": { + "x": 63512, + "y": 2559, + "z": 191382 + }, + "rot": { + "x": 0, + "y": 24426, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 81, + "instId": 300001, + "propState": 8, + "pos": { + "x": -115590, + "y": 13757, + "z": 145540 + }, + "rot": { + "x": 0, + "y": 234017, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 81, + "instId": 300002, + "propState": 8, + "pos": { + "x": -135940, + "y": 14750, + "z": 153720 + }, + "rot": { + "x": 0, + "y": 152419, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 81, + "instId": 300003, + "propState": 8, + "pos": { + "x": -113290, + "y": 14750, + "z": 123450 + }, + "rot": { + "x": 0, + "y": 311536, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 82, + "instId": 300001, + "propState": 8, + "pos": { + "x": -136604, + "y": 14217, + "z": 122501 + }, + "rot": { + "x": 0, + "y": 316640, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 82, + "instId": 300002, + "propState": 8, + "pos": { + "x": -140825, + "y": 14217, + "z": 123329 + }, + "rot": { + "x": 0, + "y": 316640, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 82, + "instId": 300003, + "propState": 8, + "pos": { + "x": -141410, + "y": 14217, + "z": 127590 + }, + "rot": { + "x": 0, + "y": 316640, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 82, + "instId": 300004, + "propState": 8, + "pos": { + "x": -129761, + "y": 14692, + "z": 128273 + }, + "rot": { + "x": 0, + "y": 46640, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 82, + "instId": 300005, + "propState": 8, + "pos": { + "x": -130041, + "y": 14692, + "z": 129109 + }, + "rot": { + "x": 0, + "y": 46640, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 82, + "instId": 300006, + "propState": 8, + "pos": { + "x": -129128, + "y": 14692, + "z": 128871 + }, + "rot": { + "x": 0, + "y": 46640, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 82, + "instId": 300007, + "propState": 8, + "pos": { + "x": -129750, + "y": 14692, + "z": 139290 + }, + "rot": { + "x": 0, + "y": 46640, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 82, + "instId": 300008, + "propState": 8, + "pos": { + "x": -128953, + "y": 14692, + "z": 138942 + }, + "rot": { + "x": 0, + "y": 46640, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 82, + "instId": 300009, + "propState": 8, + "pos": { + "x": -129139, + "y": 14692, + "z": 139867 + }, + "rot": { + "x": 0, + "y": 46640, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 82, + "instId": 300010, + "propState": 12, + "pos": { + "x": -132097, + "y": 14692, + "z": 137072 + }, + "rot": { + "x": 0, + "y": 46640, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 82, + "instId": 300011, + "propState": 1, + "pos": { + "x": -126604, + "y": 14692, + "z": 131256 + }, + "rot": { + "x": 0, + "y": 46640, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 83, + "instId": 300001, + "propState": 12, + "pos": { + "x": -133834, + "y": 14266, + "z": 125804 + }, + "rot": { + "x": 0, + "y": 46640, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 83, + "instId": 300002, + "propState": 1, + "pos": { + "x": -137954, + "y": 14266, + "z": 130166 + }, + "rot": { + "x": 0, + "y": 46640, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 90, + "instId": 300001, + "propState": 8, + "pos": { + "x": -76004, + "y": 7259, + "z": 118810 + }, + "rot": { + "x": 0, + "y": 215000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 90, + "instId": 300002, + "propState": 8, + "pos": { + "x": -94660, + "y": 7259, + "z": 105900 + }, + "rot": { + "x": 0, + "y": 123460, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 91, + "instId": 300001, + "propState": 8, + "pos": { + "x": -89180, + "y": 7259, + "z": 87790 + }, + "rot": { + "x": 0, + "y": 305000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 91, + "instId": 300002, + "propState": 8, + "pos": { + "x": -93481, + "y": 7259, + "z": 87750 + }, + "rot": { + "x": 0, + "y": 305000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 91, + "instId": 300003, + "propState": 8, + "pos": { + "x": -94914, + "y": 7259, + "z": 91805 + }, + "rot": { + "x": 0, + "y": 305000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 91, + "instId": 300004, + "propState": 8, + "pos": { + "x": -83652, + "y": 7259, + "z": 94815 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 91, + "instId": 300005, + "propState": 8, + "pos": { + "x": -84096, + "y": 7259, + "z": 95577 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 91, + "instId": 300006, + "propState": 8, + "pos": { + "x": -83153, + "y": 7259, + "z": 95528 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 91, + "instId": 300007, + "propState": 8, + "pos": { + "x": -85600, + "y": 7259, + "z": 105981 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 91, + "instId": 300008, + "propState": 8, + "pos": { + "x": -84750, + "y": 7259, + "z": 105801 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 91, + "instId": 300009, + "propState": 8, + "pos": { + "x": -85118, + "y": 7259, + "z": 106669 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 91, + "instId": 300010, + "propState": 12, + "pos": { + "x": -87412, + "y": 7259, + "z": 103393 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 91, + "instId": 300011, + "propState": 1, + "pos": { + "x": -80859, + "y": 7259, + "z": 98804 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 92, + "instId": 300001, + "propState": 12, + "pos": { + "x": -86840, + "y": 7259, + "z": 92005 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 92, + "instId": 300002, + "propState": 1, + "pos": { + "x": -91755, + "y": 7259, + "z": 95447 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 99, + "instId": 300001, + "propState": 8, + "pos": { + "x": -50420, + "y": 2432, + "z": 171210 + }, + "rot": { + "x": 0, + "y": 125512, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 99, + "instId": 300002, + "propState": 8, + "pos": { + "x": -51848, + "y": 4211, + "z": 151475 + }, + "rot": { + "x": 0, + "y": 33492, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 99, + "instId": 300003, + "propState": 8, + "pos": { + "x": -28270, + "y": 4207, + "z": 146220 + }, + "rot": { + "x": 0, + "y": 286793, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 99, + "instId": 300004, + "propState": 8, + "pos": { + "x": -6300, + "y": 4202, + "z": 157560 + }, + "rot": { + "x": 0, + "y": 274455, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 100, + "instId": 300001, + "propState": 8, + "pos": { + "x": -18191, + "y": 4202, + "z": 159659 + }, + "rot": { + "x": 0, + "y": 199883, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 100, + "instId": 300002, + "propState": 8, + "pos": { + "x": -17030, + "y": 4202, + "z": 155518 + }, + "rot": { + "x": 0, + "y": 199883, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 100, + "instId": 300003, + "propState": 8, + "pos": { + "x": -20571, + "y": 4202, + "z": 153076 + }, + "rot": { + "x": 0, + "y": 199883, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 100, + "instId": 300004, + "propState": 8, + "pos": { + "x": -25666, + "y": 4202, + "z": 162894 + }, + "rot": { + "x": 0, + "y": 289883, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 100, + "instId": 300005, + "propState": 8, + "pos": { + "x": -26286, + "y": 4202, + "z": 162268 + }, + "rot": { + "x": 0, + "y": 289883, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 100, + "instId": 300006, + "propState": 8, + "pos": { + "x": -26484, + "y": 4202, + "z": 163190 + }, + "rot": { + "x": 0, + "y": 289883, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 100, + "instId": 300007, + "propState": 8, + "pos": { + "x": -35938, + "y": 4202, + "z": 158102 + }, + "rot": { + "x": 0, + "y": 289883, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 100, + "instId": 300008, + "propState": 8, + "pos": { + "x": -35986, + "y": 4202, + "z": 158970 + }, + "rot": { + "x": 0, + "y": 289883, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 100, + "instId": 300009, + "propState": 8, + "pos": { + "x": -36728, + "y": 4202, + "z": 158388 + }, + "rot": { + "x": 0, + "y": 289883, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 100, + "instId": 300010, + "propState": 12, + "pos": { + "x": -32966, + "y": 4202, + "z": 157028 + }, + "rot": { + "x": 0, + "y": 289883, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 100, + "instId": 300011, + "propState": 1, + "pos": { + "x": -30246, + "y": 4202, + "z": 164551 + }, + "rot": { + "x": 0, + "y": 289883, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 101, + "instId": 300001, + "propState": 12, + "pos": { + "x": -22122, + "y": 4202, + "z": 160549 + }, + "rot": { + "x": 0, + "y": 289883, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 101, + "instId": 300002, + "propState": 1, + "pos": { + "x": -24163, + "y": 4202, + "z": 154907 + }, + "rot": { + "x": 0, + "y": 289883, + "z": 0 + }, + "propId": 1049 + } + ], + "monsters": [ + { + "groupId": 33, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 0, + "y": 4639, + "z": 281540 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 51, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 1860, + "y": 7220, + "z": -48350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 52, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -2140, + "y": 7220, + "z": -48350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 53, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -140, + "y": 7220, + "z": -50350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 60, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -2010, + "y": 14953, + "z": 86370 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 61, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 1990, + "y": 14953, + "z": 86370 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 62, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -10, + "y": 14953, + "z": 88370 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 69, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 68478, + "y": 2548, + "z": 190225 + }, + "rot": { + "x": 0, + "y": 24426, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 70, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 64836, + "y": 2549, + "z": 191879 + }, + "rot": { + "x": 0, + "y": 24426, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 71, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 65830, + "y": 2568, + "z": 189231 + }, + "rot": { + "x": 0, + "y": 24426, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 87, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -133794, + "y": 14266, + "z": 127217 + }, + "rot": { + "x": 0, + "y": 46640, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 88, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -136540, + "y": 14266, + "z": 130126 + }, + "rot": { + "x": 0, + "y": 46640, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 89, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -136621, + "y": 14266, + "z": 127298 + }, + "rot": { + "x": 0, + "y": 46640, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 96, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -87086, + "y": 7259, + "z": 93398 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 97, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -90363, + "y": 7259, + "z": 95692 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 98, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -89872, + "y": 7259, + "z": 92907 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 105, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -23403, + "y": 4202, + "z": 159949 + }, + "rot": { + "x": 0, + "y": 289883, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 106, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -24763, + "y": 4202, + "z": 156187 + }, + "rot": { + "x": 0, + "y": 289883, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 107, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -22202, + "y": 4202, + "z": 157388 + }, + "rot": { + "x": 0, + "y": 289883, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 80408, + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": 47718, + "y": -1332, + "z": 98260 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102037 + }, + { + "groupId": 14, + "instId": 300001, + "propState": 8, + "pos": { + "x": -59730, + "y": 821, + "z": 72304 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 14, + "instId": 300003, + "propState": 8, + "pos": { + "x": -14140, + "y": 2171, + "z": 37670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 14, + "instId": 300004, + "propState": 8, + "pos": { + "x": 6470, + "y": 2220, + "z": 46860 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 8, + "pos": { + "x": 6650, + "y": 2171, + "z": 66135 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 14, + "instId": 300005, + "propState": 8, + "pos": { + "x": -43272, + "y": 2221, + "z": 77153 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 15, + "instId": 300001, + "propState": 8, + "pos": { + "x": -5310, + "y": 2171, + "z": 63950 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 15, + "instId": 300002, + "propState": 8, + "pos": { + "x": -2310, + "y": 2171, + "z": 60450 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 15, + "instId": 300003, + "propState": 8, + "pos": { + "x": -5310, + "y": 2171, + "z": 56950 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 15, + "instId": 300004, + "propState": 20, + "pos": { + "x": -10760, + "y": 2171, + "z": 61889 + }, + "rot": { + "x": 0, + "y": 269926, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 15, + "instId": 300005, + "propState": 20, + "pos": { + "x": -10760, + "y": 2171, + "z": 60690 + }, + "rot": { + "x": 0, + "y": 269926, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 15, + "instId": 300006, + "propState": 20, + "pos": { + "x": -10760, + "y": 2171, + "z": 59389 + }, + "rot": { + "x": 0, + "y": 269926, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 15, + "instId": 300007, + "propState": 8, + "pos": { + "x": -52541, + "y": 2171, + "z": 43593 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1051 + }, + { + "groupId": 15, + "instId": 300009, + "propState": 8, + "pos": { + "x": -15900, + "y": 2171, + "z": 60500 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 15, + "instId": 300008, + "propState": 20, + "pos": { + "x": -62120, + "y": 821, + "z": 39160 + }, + "rot": { + "x": 0, + "y": 269926, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 8, + "pos": { + "x": -25070, + "y": 2171, + "z": 54980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300001, + "propState": 8, + "pos": { + "x": -52750, + "y": 2171, + "z": 43250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300003, + "propState": 8, + "pos": { + "x": -28640, + "y": 2171, + "z": 43180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 16, + "instId": 300004, + "propState": 8, + "pos": { + "x": -35569, + "y": 2171, + "z": 67375 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 8, + "pos": { + "x": 22710, + "y": 7036, + "z": -108631 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 8, + "pos": { + "x": -900, + "y": 7036, + "z": -108610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 19, + "instId": 300002, + "propState": 8, + "pos": { + "x": 25579, + "y": 4989, + "z": -132429 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 23, + "instId": 300001, + "propState": 20, + "pos": { + "x": 25580, + "y": 4989, + "z": -131470 + }, + "rot": { + "x": 0, + "y": 269926, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 20, + "pos": { + "x": 25579, + "y": 4989, + "z": -132429 + }, + "rot": { + "x": 0, + "y": 269926, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 23, + "instId": 300003, + "propState": 20, + "pos": { + "x": 25580, + "y": 4989, + "z": -133500 + }, + "rot": { + "x": 0, + "y": 269926, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 24, + "instId": 300001, + "propState": 20, + "pos": { + "x": 25580, + "y": 4989, + "z": -131470 + }, + "rot": { + "x": 0, + "y": 269926, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 24, + "instId": 300002, + "propState": 20, + "pos": { + "x": 25579, + "y": 4989, + "z": -132429 + }, + "rot": { + "x": 0, + "y": 269926, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 25, + "instId": 300001, + "propState": 20, + "pos": { + "x": 25579, + "y": 4989, + "z": -132429 + }, + "rot": { + "x": 0, + "y": 269926, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 26, + "instId": 300001, + "propState": 8, + "pos": { + "x": 16490, + "y": 4877, + "z": -135760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 26, + "instId": 300002, + "propState": 8, + "pos": { + "x": 12990, + "y": 4877, + "z": -138760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 26, + "instId": 300003, + "propState": 8, + "pos": { + "x": 9490, + "y": 4877, + "z": -135760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 26, + "instId": 300004, + "propState": 8, + "pos": { + "x": 16678, + "y": 4877, + "z": -127780 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 26, + "instId": 300005, + "propState": 8, + "pos": { + "x": 25676, + "y": 3543, + "z": -135696 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102054 + }, + { + "groupId": 26, + "instId": 300006, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 26, + "instId": 300008, + "propState": 20, + "pos": { + "x": 8660, + "y": 4877, + "z": -126890 + }, + "rot": { + "x": 0, + "y": 269926, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 26, + "instId": 300007, + "propState": 8, + "pos": { + "x": 0, + "y": 1000, + "z": 9046 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 8, + "pos": { + "x": -153950, + "y": -4389, + "z": -95510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 8, + "pos": { + "x": -178240, + "y": -7672, + "z": -75510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 8, + "pos": { + "x": -152294, + "y": -163, + "z": -70940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 11, + "instId": 300004, + "propState": 8, + "pos": { + "x": -154132, + "y": -163, + "z": -72550 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 11, + "instId": 300005, + "propState": 8, + "pos": { + "x": -155160, + "y": -163, + "z": -74509 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 11, + "instId": 300006, + "propState": 8, + "pos": { + "x": -151520, + "y": -4389, + "z": -95020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 11, + "instId": 300007, + "propState": 8, + "pos": { + "x": -170533, + "y": -4389, + "z": -93910 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 11, + "instId": 300008, + "propState": 8, + "pos": { + "x": -171030, + "y": -4389, + "z": -87160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 11, + "instId": 300009, + "propState": 8, + "pos": { + "x": -168740, + "y": -4383, + "z": -66223 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 11, + "instId": 300010, + "propState": 8, + "pos": { + "x": -174021, + "y": -4383, + "z": -58800 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 11, + "instId": 300011, + "propState": 8, + "pos": { + "x": -175401, + "y": -4383, + "z": -60446 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 11, + "instId": 300012, + "propState": 8, + "pos": { + "x": -185710, + "y": -7672, + "z": -79700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 11, + "instId": 300013, + "propState": 8, + "pos": { + "x": -186850, + "y": -7672, + "z": -77840 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 11, + "instId": 300014, + "propState": 8, + "pos": { + "x": -179950, + "y": -7672, + "z": -76370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 11, + "instId": 300015, + "propState": 8, + "pos": { + "x": -199130, + "y": -4171, + "z": -85290 + }, + "rot": { + "x": 0, + "y": 45579, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 11, + "instId": 300016, + "propState": 8, + "pos": { + "x": -203400, + "y": -4171, + "z": -83790 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 11, + "instId": 300017, + "propState": 8, + "pos": { + "x": -206127, + "y": -4171, + "z": -90578 + }, + "rot": { + "x": 0, + "y": 54553, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 11, + "instId": 300018, + "propState": 8, + "pos": { + "x": -202290, + "y": -4155, + "z": -92200 + }, + "rot": { + "x": 0, + "y": 6097, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 11, + "instId": 300019, + "propState": 8, + "pos": { + "x": -209240, + "y": -178, + "z": -70740 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 11, + "instId": 300020, + "propState": 8, + "pos": { + "x": -211010, + "y": -178, + "z": -68811 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 11, + "instId": 300021, + "propState": 8, + "pos": { + "x": -187694, + "y": -154, + "z": -94980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 11, + "instId": 300022, + "propState": 8, + "pos": { + "x": -173853, + "y": -178, + "z": -71351 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 11, + "instId": 300023, + "propState": 8, + "pos": { + "x": -173830, + "y": -178, + "z": -72960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 11, + "instId": 300024, + "propState": 8, + "pos": { + "x": -171630, + "y": -178, + "z": -67230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 11, + "instId": 300025, + "propState": 8, + "pos": { + "x": -171643, + "y": -178, + "z": -65620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 11, + "instId": 300026, + "propState": 8, + "pos": { + "x": -186720, + "y": -154, + "z": -90290 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 11, + "instId": 300027, + "propState": 8, + "pos": { + "x": -185240, + "y": -154, + "z": -91940 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 11, + "instId": 300028, + "propState": 8, + "pos": { + "x": -198710, + "y": -4171, + "z": -91020 + }, + "rot": { + "x": 0, + "y": 139113, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 11, + "instId": 300029, + "propState": 8, + "pos": { + "x": -186071, + "y": -178, + "z": -69130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 11, + "instId": 300030, + "propState": 8, + "pos": { + "x": -183430, + "y": -7672, + "z": -92010 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 11, + "instId": 300031, + "propState": 8, + "pos": { + "x": -135330, + "y": -115, + "z": -73270 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300001, + "propState": 8, + "pos": { + "x": -206320, + "y": 2966, + "z": -92810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 8, + "pos": { + "x": -206320, + "y": 2966, + "z": -87810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 8, + "pos": { + "x": -206320, + "y": 2966, + "z": -82810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 20, + "pos": { + "x": -202180, + "y": 2966, + "z": -89846 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 13, + "instId": 300005, + "propState": 20, + "pos": { + "x": -202180, + "y": 2966, + "z": -87846 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 13, + "instId": 300006, + "propState": 20, + "pos": { + "x": -202180, + "y": 2966, + "z": -85410 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 13, + "instId": 300007, + "propState": 8, + "pos": { + "x": -144980, + "y": -46, + "z": -73273 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1051 + }, + { + "groupId": 13, + "instId": 300008, + "propState": 20, + "pos": { + "x": -138570, + "y": -46, + "z": -73273 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 13, + "instId": 300009, + "propState": 8, + "pos": { + "x": -197920, + "y": 2966, + "z": -87846 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 8, + "pos": { + "x": 233810, + "y": 45287, + "z": -89700 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 8, + "pos": { + "x": 208760, + "y": 46598, + "z": -62270 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 14, + "instId": 300001, + "propState": 8, + "pos": { + "x": 239350, + "y": 45265, + "z": -64020 + }, + "rot": { + "x": 0, + "y": 359039, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 8, + "pos": { + "x": 219250, + "y": 45481, + "z": -60500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 14, + "instId": 300003, + "propState": 8, + "pos": { + "x": 228820, + "y": 45265, + "z": -50400 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 14, + "instId": 300004, + "propState": 8, + "pos": { + "x": 250250, + "y": 45265, + "z": -72700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 15, + "instId": 300001, + "propState": 8, + "pos": { + "x": 250710, + "y": 45265, + "z": -59790 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 15, + "instId": 300002, + "propState": 8, + "pos": { + "x": 250710, + "y": 45265, + "z": -64790 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 15, + "instId": 300003, + "propState": 8, + "pos": { + "x": 250710, + "y": 45265, + "z": -69790 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 15, + "instId": 300004, + "propState": 20, + "pos": { + "x": 245570, + "y": 45265, + "z": -63290 + }, + "rot": { + "x": 0, + "y": 269275, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 15, + "instId": 300005, + "propState": 20, + "pos": { + "x": 245570, + "y": 45265, + "z": -64790 + }, + "rot": { + "x": 0, + "y": 269275, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 15, + "instId": 300006, + "propState": 20, + "pos": { + "x": 245590, + "y": 45265, + "z": -66430 + }, + "rot": { + "x": 0, + "y": 269275, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 15, + "instId": 300008, + "propState": 20, + "pos": { + "x": 218107, + "y": 45825, + "z": -63443 + }, + "rot": { + "x": 0, + "y": 279620, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 15, + "instId": 300007, + "propState": 8, + "pos": { + "x": 223326, + "y": 45273, + "z": -60660 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1051 + }, + { + "groupId": 15, + "instId": 300009, + "propState": 8, + "pos": { + "x": 241650, + "y": 45265, + "z": -64790 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": -33150, + "y": 13643, + "z": -27420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 8, + "pos": { + "x": -20860, + "y": 23830, + "z": -47026 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 8, + "pos": { + "x": -17320, + "y": 17968, + "z": -98176 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 8, + "pos": { + "x": -26834, + "y": 16971, + "z": -74154 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 8, + "pos": { + "x": -28624, + "y": 16353, + "z": -66542 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300003, + "propState": 8, + "pos": { + "x": -9086, + "y": 17963, + "z": -73050 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300004, + "propState": 8, + "pos": { + "x": -30820, + "y": 13866, + "z": -55092 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300005, + "propState": 8, + "pos": { + "x": -31810, + "y": 13690, + "z": -53830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300006, + "propState": 8, + "pos": { + "x": -32100, + "y": 13577, + "z": -36650 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300007, + "propState": 8, + "pos": { + "x": -33780, + "y": 13575, + "z": -31963 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300008, + "propState": 8, + "pos": { + "x": -34940, + "y": 13596, + "z": -33040 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300009, + "propState": 8, + "pos": { + "x": -52401, + "y": 11130, + "z": -48691 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300010, + "propState": 8, + "pos": { + "x": -51054, + "y": 11131, + "z": -51188 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300011, + "propState": 8, + "pos": { + "x": -48830, + "y": 7474, + "z": -28292 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300012, + "propState": 8, + "pos": { + "x": -51939, + "y": 7470, + "z": -33403 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300013, + "propState": 8, + "pos": { + "x": -71510, + "y": 2771, + "z": -26260 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300014, + "propState": 8, + "pos": { + "x": -65900, + "y": 2812, + "z": -26390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300015, + "propState": 8, + "pos": { + "x": -68860, + "y": 2790, + "z": -24690 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300016, + "propState": 8, + "pos": { + "x": -70080, + "y": 2808, + "z": -33920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300017, + "propState": 8, + "pos": { + "x": -8985, + "y": 17945, + "z": -71572 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300018, + "propState": 8, + "pos": { + "x": -30840, + "y": 13575, + "z": -37670 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300019, + "propState": 8, + "pos": { + "x": -19401, + "y": 17965, + "z": -84135 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300020, + "propState": 8, + "pos": { + "x": -21723, + "y": 23805, + "z": -50691 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300021, + "propState": 8, + "pos": { + "x": -6285, + "y": 23808, + "z": -49182 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300022, + "propState": 8, + "pos": { + "x": -4595, + "y": 23802, + "z": -50966 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300023, + "propState": 8, + "pos": { + "x": -10870, + "y": 23829, + "z": -59860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300024, + "propState": 8, + "pos": { + "x": -71660, + "y": 2796, + "z": -32840 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300025, + "propState": 8, + "pos": { + "x": -17240, + "y": 17964, + "z": -93020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300026, + "propState": 8, + "pos": { + "x": -15921, + "y": 17953, + "z": -88639 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300027, + "propState": 8, + "pos": { + "x": -18821, + "y": 17955, + "z": -92091 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300028, + "propState": 8, + "pos": { + "x": -47888, + "y": 7474, + "z": -31623 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300029, + "propState": 8, + "pos": { + "x": -51505, + "y": 7474, + "z": -28274 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300030, + "propState": 8, + "pos": { + "x": -38127, + "y": 13553, + "z": -48901 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 12, + "instId": 300031, + "propState": 8, + "pos": { + "x": -11330, + "y": 17963, + "z": -73730 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 19, + "instId": 300001, + "propState": 8, + "pos": { + "x": -78550, + "y": 3855, + "z": -15450 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 19, + "instId": 300002, + "propState": 8, + "pos": { + "x": -78550, + "y": 3855, + "z": -12450 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 19, + "instId": 300003, + "propState": 8, + "pos": { + "x": -78550, + "y": 3855, + "z": -9450 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 19, + "instId": 300004, + "propState": 20, + "pos": { + "x": -72120, + "y": 3833, + "z": -13786 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 19, + "instId": 300005, + "propState": 20, + "pos": { + "x": -72120, + "y": 3834, + "z": -12504 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 19, + "instId": 300006, + "propState": 20, + "pos": { + "x": -72120, + "y": 3834, + "z": -11160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 19, + "instId": 300009, + "propState": 8, + "pos": { + "x": -66430, + "y": 3861, + "z": -12500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 19, + "instId": 300007, + "propState": 8, + "pos": { + "x": -7970, + "y": 23873, + "z": -69649 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1051 + }, + { + "groupId": 19, + "instId": 300008, + "propState": 20, + "pos": { + "x": -10200, + "y": 23873, + "z": -73870 + }, + "rot": { + "x": 0, + "y": 36, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 8, + "pos": { + "x": -425960, + "y": -44510, + "z": 115420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 8, + "pos": { + "x": -404500, + "y": -44510, + "z": 60750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 8, + "pos": { + "x": -404000, + "y": -44430, + "z": 116500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 8, + "pos": { + "x": -405074, + "y": -44773, + "z": 97000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 8, + "pos": { + "x": -397750, + "y": -44510, + "z": 103250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 11, + "instId": 300004, + "propState": 8, + "pos": { + "x": -420000, + "y": -44510, + "z": 126443 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 8, + "pos": { + "x": -410650, + "y": -44510, + "z": 132800 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 8, + "pos": { + "x": -405650, + "y": -44510, + "z": 132800 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 12, + "instId": 300003, + "propState": 8, + "pos": { + "x": -400650, + "y": -44510, + "z": 132800 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 12, + "instId": 300004, + "propState": 20, + "pos": { + "x": -406800, + "y": -44510, + "z": 126240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 12, + "instId": 300005, + "propState": 20, + "pos": { + "x": -405646, + "y": -44510, + "z": 126240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 12, + "instId": 300006, + "propState": 20, + "pos": { + "x": -404550, + "y": -44510, + "z": 126240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 12, + "instId": 300007, + "propState": 8, + "pos": { + "x": -404630, + "y": -44773, + "z": 97000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1051 + }, + { + "groupId": 12, + "instId": 300009, + "propState": 8, + "pos": { + "x": -405646, + "y": -44510, + "z": 120760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 12, + "instId": 300008, + "propState": 20, + "pos": { + "x": -407920, + "y": -45184, + "z": 91710 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": -36110, + "y": 491, + "z": -7800 + }, + "rot": { + "x": 0, + "y": 314947, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 8, + "pos": { + "x": -58980, + "y": 491, + "z": 15030 + }, + "rot": { + "x": 0, + "y": 314947, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 8, + "pos": { + "x": -39672, + "y": 491, + "z": 11338 + }, + "rot": { + "x": 0, + "y": 44947, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": -56486, + "y": 3612, + "z": -2463 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 8, + "pos": { + "x": -58531, + "y": 3625, + "z": -7390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1031 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 8, + "pos": { + "x": -58490, + "y": 3582, + "z": -7310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300006, + "propState": 8, + "pos": { + "x": 0, + "y": 1000, + "z": 9046 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 8, + "pos": { + "x": -60160, + "y": 3445, + "z": -14590 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 8, + "pos": { + "x": -62910, + "y": 3445, + "z": -11840 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 8, + "pos": { + "x": -65630, + "y": 3445, + "z": -9120 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 9, + "instId": 300004, + "propState": 20, + "pos": { + "x": -58436, + "y": 3524, + "z": -8594 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 9, + "instId": 300005, + "propState": 20, + "pos": { + "x": -59143, + "y": 3524, + "z": -7887 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 9, + "instId": 300006, + "propState": 20, + "pos": { + "x": -59850, + "y": 3524, + "z": -7180 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 9, + "instId": 300008, + "propState": 8, + "pos": { + "x": -56737, + "y": 3524, + "z": -5587 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300009, + "propState": 20, + "pos": { + "x": -46390, + "y": 744, + "z": 9420 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300005, + "propState": 8, + "pos": { + "x": 369925, + "y": -13718, + "z": 429883 + }, + "rot": { + "x": 0, + "y": 68258, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 11, + "instId": 300006, + "propState": 8, + "pos": { + "x": 388060, + "y": -13820, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300004, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300007, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300008, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300009, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300010, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300011, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300012, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300013, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300014, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300015, + "propState": 8, + "pos": { + "x": 406110, + "y": -13646, + "z": 428020 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 109 + }, + { + "groupId": 11, + "instId": 300016, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300017, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300018, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300019, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 8, + "pos": { + "x": 388060, + "y": -21580, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 8, + "pos": { + "x": 388060, + "y": -21580, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 13, + "instId": 300001, + "propState": 8, + "pos": { + "x": 369619, + "y": -13716, + "z": 432587 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 8, + "pos": { + "x": 372140, + "y": -13716, + "z": 436270 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 8, + "pos": { + "x": 374753, + "y": -13716, + "z": 432587 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 20, + "pos": { + "x": 373470, + "y": -13716, + "z": 429289 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 13, + "instId": 300005, + "propState": 20, + "pos": { + "x": 371729, + "y": -13716, + "z": 429259 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 13, + "instId": 300006, + "propState": 20, + "pos": { + "x": 372590, + "y": -13716, + "z": 430379 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 13, + "instId": 300007, + "propState": 8, + "pos": { + "x": -52541, + "y": 2171, + "z": 43593 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1051 + }, + { + "groupId": 13, + "instId": 300009, + "propState": 8, + "pos": { + "x": 372590, + "y": -13716, + "z": 423930 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300008, + "propState": 20, + "pos": { + "x": 372590, + "y": -13716, + "z": 424243 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 13, + "instId": 300011, + "propState": 8, + "pos": { + "x": 370544, + "y": -13716, + "z": 427205 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300012, + "propState": 8, + "pos": { + "x": 369981, + "y": -13117, + "z": 429791 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 14, + "instId": 300001, + "propState": 8, + "pos": { + "x": 388060, + "y": -21580, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 8, + "pos": { + "x": 388060, + "y": -21580, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 15, + "instId": 300001, + "propState": 8, + "pos": { + "x": 369619, + "y": -13716, + "z": 432587 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 15, + "instId": 300002, + "propState": 8, + "pos": { + "x": 372140, + "y": -13716, + "z": 436270 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 15, + "instId": 300003, + "propState": 8, + "pos": { + "x": 374753, + "y": -13716, + "z": 432587 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 15, + "instId": 300004, + "propState": 20, + "pos": { + "x": 373470, + "y": -13716, + "z": 429289 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 15, + "instId": 300005, + "propState": 20, + "pos": { + "x": 371729, + "y": -13716, + "z": 429259 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 15, + "instId": 300006, + "propState": 20, + "pos": { + "x": 372590, + "y": -13716, + "z": 430379 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 15, + "instId": 300009, + "propState": 8, + "pos": { + "x": 372590, + "y": -13716, + "z": 423930 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 15, + "instId": 300008, + "propState": 20, + "pos": { + "x": 372590, + "y": -13716, + "z": 424243 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 15, + "instId": 300011, + "propState": 8, + "pos": { + "x": 370544, + "y": -13716, + "z": 427205 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 15, + "instId": 300012, + "propState": 8, + "pos": { + "x": 369981, + "y": -13117, + "z": 429791 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300001, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300005, + "propState": 8, + "pos": { + "x": 369925, + "y": -13718, + "z": 429883 + }, + "rot": { + "x": 0, + "y": 68258, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 16, + "instId": 300006, + "propState": 8, + "pos": { + "x": 388060, + "y": -13820, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300003, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300004, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300007, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300008, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300009, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300010, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300011, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300012, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300013, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300014, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300015, + "propState": 8, + "pos": { + "x": 406110, + "y": -13646, + "z": 428020 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 109 + }, + { + "groupId": 16, + "instId": 300016, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300017, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300018, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300019, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "monsters": [ + { + "groupId": 16, + "instId": 200002, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 16, + "instId": 200003, + "eventId": 81312013, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002059 + }, + { + "groupId": 16, + "instId": 200004, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 16, + "instId": 200005, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 16, + "instId": 200006, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 16, + "instId": 200007, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 16, + "instId": 200008, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 16, + "instId": 200009, + "eventId": 81312013, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002059 + }, + { + "groupId": 16, + "instId": 200010, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 16, + "instId": 200011, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 16, + "instId": 200012, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 16, + "instId": 200013, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 16, + "instId": 200014, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 16, + "instId": 200015, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 16, + "instId": 200016, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 16, + "instId": 200017, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 16, + "instId": 200018, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 16, + "instId": 200019, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 16, + "instId": 200020, + "eventId": 81312013, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002059 + }, + { + "groupId": 16, + "instId": 200021, + "eventId": 81312013, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002059 + }, + { + "groupId": 19, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 25579, + "y": 4989, + "z": -132429 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 14, + "instId": 200002, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 14, + "instId": 200003, + "eventId": 81312013, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002059 + }, + { + "groupId": 14, + "instId": 200004, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 14, + "instId": 200005, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 14, + "instId": 200006, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 14, + "instId": 200007, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 14, + "instId": 200008, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 14, + "instId": 200009, + "eventId": 81312013, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002059 + }, + { + "groupId": 14, + "instId": 200010, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 14, + "instId": 200011, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 14, + "instId": 200012, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 14, + "instId": 200013, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 14, + "instId": 200014, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 14, + "instId": 200015, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 14, + "instId": 200016, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 14, + "instId": 200017, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 14, + "instId": 200018, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 14, + "instId": 200019, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 14, + "instId": 200020, + "eventId": 81312013, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002059 + }, + { + "groupId": 14, + "instId": 200021, + "eventId": 81312013, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002059 + }, + { + "groupId": 11, + "instId": 200002, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 11, + "instId": 200003, + "eventId": 81312013, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002059 + }, + { + "groupId": 11, + "instId": 200004, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 11, + "instId": 200005, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 11, + "instId": 200006, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 11, + "instId": 200007, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 11, + "instId": 200008, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 11, + "instId": 200009, + "eventId": 81312013, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002059 + }, + { + "groupId": 11, + "instId": 200010, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 11, + "instId": 200011, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 11, + "instId": 200012, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 11, + "instId": 200013, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 11, + "instId": 200014, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 11, + "instId": 200015, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 11, + "instId": 200016, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 11, + "instId": 200017, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 11, + "instId": 200018, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 11, + "instId": 200019, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 11, + "instId": 200020, + "eventId": 81312013, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002059 + }, + { + "groupId": 11, + "instId": 200021, + "eventId": 81312013, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002059 + } + ], + "teleports": [] + }, + { + "planeID": 80409, + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": 47718, + "y": -1332, + "z": 98260 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102037 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": -59730, + "y": 821, + "z": 72304 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 8, + "pos": { + "x": -14140, + "y": 2171, + "z": 37670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 8, + "pos": { + "x": 6470, + "y": 2220, + "z": 46860 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 8, + "pos": { + "x": 6650, + "y": 2171, + "z": 66135 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 7, + "instId": 300005, + "propState": 8, + "pos": { + "x": -43272, + "y": 2221, + "z": 77153 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": -5310, + "y": -16420, + "z": 63950 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 8, + "pos": { + "x": -2310, + "y": -16420, + "z": 60450 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 8, + "pos": { + "x": -5310, + "y": -16420, + "z": 56950 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 20, + "pos": { + "x": -10760, + "y": 2171, + "z": 61889 + }, + "rot": { + "x": 0, + "y": 269926, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 20, + "pos": { + "x": -10760, + "y": 2171, + "z": 60690 + }, + "rot": { + "x": 0, + "y": 269926, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 8, + "instId": 300006, + "propState": 20, + "pos": { + "x": -10760, + "y": 2171, + "z": 59389 + }, + "rot": { + "x": 0, + "y": 269926, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 8, + "instId": 300007, + "propState": 8, + "pos": { + "x": -52541, + "y": 2171, + "z": 43593 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1051 + }, + { + "groupId": 8, + "instId": 300009, + "propState": 8, + "pos": { + "x": -15900, + "y": 2171, + "z": 60500 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300008, + "propState": 20, + "pos": { + "x": -62120, + "y": 821, + "z": 39160 + }, + "rot": { + "x": 0, + "y": 269926, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 8, + "pos": { + "x": -25070, + "y": 2171, + "z": 54980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 8, + "pos": { + "x": -52750, + "y": 2171, + "z": 43250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 8, + "pos": { + "x": -28640, + "y": 2171, + "z": 43180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 9, + "instId": 300004, + "propState": 8, + "pos": { + "x": -35569, + "y": 2171, + "z": 67375 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": 22710, + "y": 7036, + "z": -108631 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 8, + "pos": { + "x": -900, + "y": 7036, + "z": -108610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 8, + "pos": { + "x": 16490, + "y": -9570, + "z": -132440 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 8, + "pos": { + "x": 12990, + "y": -9570, + "z": -135440 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 8, + "pos": { + "x": 9490, + "y": -9570, + "z": -132440 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 11, + "instId": 300004, + "propState": 8, + "pos": { + "x": 16678, + "y": 4877, + "z": -127780 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 11, + "instId": 300005, + "propState": 8, + "pos": { + "x": 25676, + "y": 3543, + "z": -135696 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102054 + }, + { + "groupId": 11, + "instId": 300006, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 11, + "instId": 300008, + "propState": 20, + "pos": { + "x": 8660, + "y": 4877, + "z": -126890 + }, + "rot": { + "x": 0, + "y": 269926, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 11, + "instId": 300007, + "propState": 8, + "pos": { + "x": 0, + "y": 1000, + "z": 9046 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 8, + "pos": { + "x": 25579, + "y": 4989, + "z": -132429 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300001, + "propState": 20, + "pos": { + "x": 25580, + "y": 4989, + "z": -131470 + }, + "rot": { + "x": 0, + "y": 269926, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 20, + "pos": { + "x": 25579, + "y": 4989, + "z": -132429 + }, + "rot": { + "x": 0, + "y": 269926, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 16, + "instId": 300003, + "propState": 20, + "pos": { + "x": 25580, + "y": 4989, + "z": -133500 + }, + "rot": { + "x": 0, + "y": 269926, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 20, + "pos": { + "x": 25580, + "y": 4989, + "z": -131470 + }, + "rot": { + "x": 0, + "y": 269926, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 20, + "pos": { + "x": 25579, + "y": 4989, + "z": -132429 + }, + "rot": { + "x": 0, + "y": 269926, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 18, + "instId": 300001, + "propState": 20, + "pos": { + "x": 25579, + "y": 4989, + "z": -132429 + }, + "rot": { + "x": 0, + "y": 269926, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": 388060, + "y": -21580, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 8, + "pos": { + "x": 388060, + "y": -21580, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": 369619, + "y": -29850, + "z": 432587 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 8, + "pos": { + "x": 372140, + "y": -29850, + "z": 436270 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 8, + "pos": { + "x": 374753, + "y": -29850, + "z": 432587 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 20, + "pos": { + "x": 373360, + "y": -24270, + "z": 429097 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 7, + "instId": 300005, + "propState": 20, + "pos": { + "x": 371810, + "y": -24270, + "z": 429067 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 7, + "instId": 300006, + "propState": 20, + "pos": { + "x": 372590, + "y": -24270, + "z": 430090 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 7, + "instId": 300007, + "propState": 8, + "pos": { + "x": -52541, + "y": 2171, + "z": 43593 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1051 + }, + { + "groupId": 7, + "instId": 300009, + "propState": 8, + "pos": { + "x": 372590, + "y": -13716, + "z": 423930 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 7, + "instId": 300008, + "propState": 20, + "pos": { + "x": 372590, + "y": -13716, + "z": 424243 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 7, + "instId": 300011, + "propState": 8, + "pos": { + "x": 370544, + "y": -13716, + "z": 427205 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 7, + "instId": 300012, + "propState": 8, + "pos": { + "x": 369981, + "y": -13117, + "z": 429791 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 8, + "pos": { + "x": 369925, + "y": -13718, + "z": 429883 + }, + "rot": { + "x": 0, + "y": 68258, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 8, + "instId": 300006, + "propState": 8, + "pos": { + "x": 388060, + "y": -13820, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300007, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300008, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300009, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300010, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300011, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300012, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300013, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300014, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300015, + "propState": 8, + "pos": { + "x": 406110, + "y": -13646, + "z": 428020 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 109 + }, + { + "groupId": 8, + "instId": 300016, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300017, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300018, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300019, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 8, + "pos": { + "x": 388060, + "y": -21580, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 8, + "pos": { + "x": 388060, + "y": -21580, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": 369619, + "y": -29980, + "z": 432587 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 8, + "pos": { + "x": 372140, + "y": -29980, + "z": 436270 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 8, + "pos": { + "x": 374753, + "y": -29980, + "z": 432587 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 10, + "instId": 300004, + "propState": 20, + "pos": { + "x": 373360, + "y": -26510, + "z": 429087 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 10, + "instId": 300005, + "propState": 20, + "pos": { + "x": 371810, + "y": -26510, + "z": 429057 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 10, + "instId": 300006, + "propState": 20, + "pos": { + "x": 372590, + "y": -26510, + "z": 430080 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 10, + "instId": 300007, + "propState": 8, + "pos": { + "x": -52541, + "y": 2171, + "z": 43593 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1051 + }, + { + "groupId": 10, + "instId": 300009, + "propState": 8, + "pos": { + "x": 372590, + "y": -13716, + "z": 423930 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300008, + "propState": 20, + "pos": { + "x": 372590, + "y": -13716, + "z": 424243 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 10, + "instId": 300011, + "propState": 8, + "pos": { + "x": 370544, + "y": -13716, + "z": 427205 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300012, + "propState": 8, + "pos": { + "x": 369981, + "y": -13117, + "z": 429791 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300005, + "propState": 8, + "pos": { + "x": 369925, + "y": -13718, + "z": 429883 + }, + "rot": { + "x": 0, + "y": 68258, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 11, + "instId": 300006, + "propState": 8, + "pos": { + "x": 388060, + "y": -13820, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300004, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300007, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300008, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300009, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300010, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300011, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300012, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300013, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300014, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300015, + "propState": 8, + "pos": { + "x": 406110, + "y": -13646, + "z": 428020 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 109 + }, + { + "groupId": 11, + "instId": 300016, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300017, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300018, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300019, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": -206320, + "y": -22650, + "z": -92810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 8, + "pos": { + "x": -206320, + "y": -22650, + "z": -87810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 8, + "pos": { + "x": -206320, + "y": -22650, + "z": -82810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 20, + "pos": { + "x": -202180, + "y": 2966, + "z": -89846 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 7, + "instId": 300005, + "propState": 20, + "pos": { + "x": -202180, + "y": 2966, + "z": -87846 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 7, + "instId": 300006, + "propState": 20, + "pos": { + "x": -202180, + "y": 2966, + "z": -85410 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 7, + "instId": 300007, + "propState": 8, + "pos": { + "x": -144980, + "y": -46, + "z": -73273 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1051 + }, + { + "groupId": 7, + "instId": 300008, + "propState": 20, + "pos": { + "x": -138570, + "y": -46, + "z": -73273 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 7, + "instId": 300009, + "propState": 8, + "pos": { + "x": -197920, + "y": 2966, + "z": -87846 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": -153950, + "y": -4389, + "z": -95510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 8, + "pos": { + "x": -178240, + "y": -7672, + "z": -75510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 8, + "pos": { + "x": -152294, + "y": -163, + "z": -70940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 8, + "pos": { + "x": -154132, + "y": -163, + "z": -72550 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 8, + "pos": { + "x": -155160, + "y": -163, + "z": -74509 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300006, + "propState": 8, + "pos": { + "x": -151520, + "y": -4389, + "z": -95020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300007, + "propState": 8, + "pos": { + "x": -170533, + "y": -4389, + "z": -93910 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300008, + "propState": 8, + "pos": { + "x": -171030, + "y": -4389, + "z": -87160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300009, + "propState": 8, + "pos": { + "x": -168740, + "y": -4383, + "z": -66223 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300010, + "propState": 8, + "pos": { + "x": -174021, + "y": -4383, + "z": -58800 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300011, + "propState": 8, + "pos": { + "x": -175401, + "y": -4383, + "z": -60446 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300012, + "propState": 8, + "pos": { + "x": -185710, + "y": -7672, + "z": -79700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300013, + "propState": 8, + "pos": { + "x": -186850, + "y": -7672, + "z": -77840 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300014, + "propState": 8, + "pos": { + "x": -179950, + "y": -7672, + "z": -76370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300015, + "propState": 8, + "pos": { + "x": -199130, + "y": -4171, + "z": -85290 + }, + "rot": { + "x": 0, + "y": 45579, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300016, + "propState": 8, + "pos": { + "x": -203400, + "y": -4171, + "z": -83790 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300017, + "propState": 8, + "pos": { + "x": -206127, + "y": -4171, + "z": -90578 + }, + "rot": { + "x": 0, + "y": 54553, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300018, + "propState": 8, + "pos": { + "x": -202290, + "y": -4155, + "z": -92200 + }, + "rot": { + "x": 0, + "y": 6097, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300019, + "propState": 8, + "pos": { + "x": -209240, + "y": -178, + "z": -70740 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300020, + "propState": 8, + "pos": { + "x": -211010, + "y": -178, + "z": -68811 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300021, + "propState": 8, + "pos": { + "x": -187694, + "y": -154, + "z": -94980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300022, + "propState": 8, + "pos": { + "x": -173853, + "y": -178, + "z": -71351 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300023, + "propState": 8, + "pos": { + "x": -173830, + "y": -178, + "z": -72960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300024, + "propState": 8, + "pos": { + "x": -171630, + "y": -178, + "z": -67230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300025, + "propState": 8, + "pos": { + "x": -171643, + "y": -178, + "z": -65620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300026, + "propState": 8, + "pos": { + "x": -186720, + "y": -154, + "z": -90290 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300027, + "propState": 8, + "pos": { + "x": -185240, + "y": -154, + "z": -91940 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300028, + "propState": 8, + "pos": { + "x": -198710, + "y": -4171, + "z": -91020 + }, + "rot": { + "x": 0, + "y": 139113, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300029, + "propState": 8, + "pos": { + "x": -186071, + "y": -178, + "z": -69130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300030, + "propState": 8, + "pos": { + "x": -183430, + "y": -7672, + "z": -92010 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 8, + "instId": 300031, + "propState": 8, + "pos": { + "x": -135330, + "y": -115, + "z": -73270 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 2, + "instId": 300001, + "propState": 8, + "pos": { + "x": 233810, + "y": 45287, + "z": -89700 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 8, + "pos": { + "x": 208760, + "y": 46598, + "z": -62270 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": 250710, + "y": 27650, + "z": -59790 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 8, + "pos": { + "x": 250710, + "y": 27650, + "z": -64790 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 8, + "pos": { + "x": 250710, + "y": 27650, + "z": -69790 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 3, + "instId": 300004, + "propState": 20, + "pos": { + "x": 245570, + "y": 45265, + "z": -63290 + }, + "rot": { + "x": 0, + "y": 269275, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 3, + "instId": 300005, + "propState": 20, + "pos": { + "x": 245570, + "y": 45265, + "z": -64790 + }, + "rot": { + "x": 0, + "y": 269275, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 3, + "instId": 300006, + "propState": 20, + "pos": { + "x": 245590, + "y": 45265, + "z": -66430 + }, + "rot": { + "x": 0, + "y": 269275, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 3, + "instId": 300008, + "propState": 20, + "pos": { + "x": 218107, + "y": 45825, + "z": -63443 + }, + "rot": { + "x": 0, + "y": 279620, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 3, + "instId": 300007, + "propState": 8, + "pos": { + "x": 223326, + "y": 45273, + "z": -60660 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1051 + }, + { + "groupId": 3, + "instId": 300009, + "propState": 8, + "pos": { + "x": 241650, + "y": 45265, + "z": -64790 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 8, + "pos": { + "x": 239350, + "y": 45265, + "z": -64020 + }, + "rot": { + "x": 0, + "y": 359039, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 8, + "pos": { + "x": 219250, + "y": 45481, + "z": -60500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 8, + "pos": { + "x": 228820, + "y": 45265, + "z": -50400 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 8, + "pos": { + "x": 250250, + "y": 45265, + "z": -72700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 8, + "pos": { + "x": -33150, + "y": 13643, + "z": -27420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 8, + "pos": { + "x": -20860, + "y": 23830, + "z": -47026 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 8, + "pos": { + "x": -17320, + "y": 17968, + "z": -98176 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": -21630, + "y": 3855, + "z": -15450 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 8, + "pos": { + "x": -21630, + "y": 3855, + "z": -12450 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 8, + "pos": { + "x": -21630, + "y": 3855, + "z": -9450 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 10, + "instId": 300004, + "propState": 20, + "pos": { + "x": -72120, + "y": 3833, + "z": -13786 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 10, + "instId": 300005, + "propState": 20, + "pos": { + "x": -72120, + "y": 3834, + "z": -12504 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 10, + "instId": 300006, + "propState": 20, + "pos": { + "x": -72120, + "y": 3834, + "z": -11160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 10, + "instId": 300009, + "propState": 8, + "pos": { + "x": -66430, + "y": 3861, + "z": -12500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300007, + "propState": 8, + "pos": { + "x": -7970, + "y": 23873, + "z": -69649 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1051 + }, + { + "groupId": 10, + "instId": 300008, + "propState": 20, + "pos": { + "x": -10200, + "y": 23873, + "z": -73870 + }, + "rot": { + "x": 0, + "y": 36, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 8, + "pos": { + "x": -26834, + "y": 16971, + "z": -74154 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 8, + "pos": { + "x": -28624, + "y": 16353, + "z": -66542 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 8, + "pos": { + "x": -9086, + "y": 17963, + "z": -73050 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300004, + "propState": 8, + "pos": { + "x": -30820, + "y": 13866, + "z": -55092 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300005, + "propState": 8, + "pos": { + "x": -31810, + "y": 13690, + "z": -53830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300006, + "propState": 8, + "pos": { + "x": -32100, + "y": 13577, + "z": -36650 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300007, + "propState": 8, + "pos": { + "x": -33780, + "y": 13575, + "z": -31963 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300008, + "propState": 8, + "pos": { + "x": -34940, + "y": 13596, + "z": -33040 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300009, + "propState": 8, + "pos": { + "x": -52401, + "y": 11130, + "z": -48691 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300010, + "propState": 8, + "pos": { + "x": -51054, + "y": 11131, + "z": -51188 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300011, + "propState": 8, + "pos": { + "x": -48830, + "y": 7474, + "z": -28292 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300012, + "propState": 8, + "pos": { + "x": -51939, + "y": 7470, + "z": -33403 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300013, + "propState": 8, + "pos": { + "x": -71510, + "y": 2771, + "z": -26260 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300014, + "propState": 8, + "pos": { + "x": -65900, + "y": 2812, + "z": -26390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300015, + "propState": 8, + "pos": { + "x": -68860, + "y": 2790, + "z": -24690 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300016, + "propState": 8, + "pos": { + "x": -70080, + "y": 2808, + "z": -33920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300017, + "propState": 8, + "pos": { + "x": -8985, + "y": 17945, + "z": -71572 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300018, + "propState": 8, + "pos": { + "x": -30840, + "y": 13575, + "z": -37670 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300019, + "propState": 8, + "pos": { + "x": -19401, + "y": 17965, + "z": -84135 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300020, + "propState": 8, + "pos": { + "x": -21723, + "y": 23805, + "z": -50691 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300021, + "propState": 8, + "pos": { + "x": -6285, + "y": 23808, + "z": -49182 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300022, + "propState": 8, + "pos": { + "x": -4595, + "y": 23802, + "z": -50966 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300023, + "propState": 8, + "pos": { + "x": -10870, + "y": 23829, + "z": -59860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300024, + "propState": 8, + "pos": { + "x": -71660, + "y": 2796, + "z": -32840 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300025, + "propState": 8, + "pos": { + "x": -17240, + "y": 17964, + "z": -93020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300026, + "propState": 8, + "pos": { + "x": -15921, + "y": 17953, + "z": -88639 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300027, + "propState": 8, + "pos": { + "x": -18821, + "y": 17955, + "z": -92091 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300028, + "propState": 8, + "pos": { + "x": -47888, + "y": 7474, + "z": -31623 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300029, + "propState": 8, + "pos": { + "x": -51505, + "y": 7474, + "z": -28274 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300030, + "propState": 8, + "pos": { + "x": -38127, + "y": 13553, + "z": -48901 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 11, + "instId": 300031, + "propState": 8, + "pos": { + "x": -11330, + "y": 17963, + "z": -73730 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": -425960, + "y": -44510, + "z": 115420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 8, + "pos": { + "x": -404500, + "y": -44510, + "z": 60750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": -410650, + "y": -56310, + "z": 132800 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 8, + "pos": { + "x": -405650, + "y": -56310, + "z": 132800 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 8, + "pos": { + "x": -400650, + "y": -56310, + "z": 132800 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 20, + "pos": { + "x": -406800, + "y": -44510, + "z": 126240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 6, + "instId": 300005, + "propState": 20, + "pos": { + "x": -405646, + "y": -44510, + "z": 126240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 6, + "instId": 300006, + "propState": 20, + "pos": { + "x": -404550, + "y": -44510, + "z": 126240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 6, + "instId": 300007, + "propState": 8, + "pos": { + "x": -404630, + "y": -44773, + "z": 97000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1051 + }, + { + "groupId": 6, + "instId": 300009, + "propState": 8, + "pos": { + "x": -405646, + "y": -44510, + "z": 120760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 6, + "instId": 300008, + "propState": 20, + "pos": { + "x": -407920, + "y": -45184, + "z": 91710 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 8, + "pos": { + "x": -404000, + "y": -44430, + "z": 116500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": -405074, + "y": -44773, + "z": 97000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 8, + "pos": { + "x": -397750, + "y": -44510, + "z": 103250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 8, + "pos": { + "x": -420000, + "y": -44510, + "z": 126443 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": -36110, + "y": 491, + "z": -7800 + }, + "rot": { + "x": 0, + "y": 314947, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 8, + "pos": { + "x": -58980, + "y": 491, + "z": 15030 + }, + "rot": { + "x": 0, + "y": 314947, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 8, + "pos": { + "x": -39672, + "y": 491, + "z": 11338 + }, + "rot": { + "x": 0, + "y": 44947, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": -60160, + "y": -16050, + "z": -14590 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 8, + "pos": { + "x": -62910, + "y": -16050, + "z": -11840 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 8, + "pos": { + "x": -65630, + "y": -16050, + "z": -9120 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 20, + "pos": { + "x": -58436, + "y": 3524, + "z": -8594 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 7, + "instId": 300005, + "propState": 20, + "pos": { + "x": -59143, + "y": 3524, + "z": -7887 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 7, + "instId": 300006, + "propState": 20, + "pos": { + "x": -59850, + "y": 3524, + "z": -7180 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 7, + "instId": 300008, + "propState": 8, + "pos": { + "x": -56737, + "y": 3524, + "z": -5587 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 7, + "instId": 300009, + "propState": 20, + "pos": { + "x": -46390, + "y": 744, + "z": 9420 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": -56486, + "y": 3612, + "z": -2463 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 8, + "pos": { + "x": -58531, + "y": 3625, + "z": -7390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1031 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 8, + "pos": { + "x": -58490, + "y": 3582, + "z": -7310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "monsters": [ + { + "groupId": 9, + "instId": 200002, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 9, + "instId": 200003, + "eventId": 81312013, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002059 + }, + { + "groupId": 9, + "instId": 200004, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 9, + "instId": 200005, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 9, + "instId": 200006, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 9, + "instId": 200007, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 9, + "instId": 200008, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 9, + "instId": 200009, + "eventId": 81312013, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002059 + }, + { + "groupId": 9, + "instId": 200010, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 9, + "instId": 200011, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 9, + "instId": 200012, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 9, + "instId": 200013, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 9, + "instId": 200014, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 9, + "instId": 200015, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 9, + "instId": 200016, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 9, + "instId": 200017, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 9, + "instId": 200018, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 9, + "instId": 200019, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 9, + "instId": 200020, + "eventId": 81312013, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002059 + }, + { + "groupId": 9, + "instId": 200021, + "eventId": 81312013, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002059 + }, + { + "groupId": 12, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 25579, + "y": 4989, + "z": -132429 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 4, + "instId": 200002, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 4, + "instId": 200003, + "eventId": 81312013, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002059 + }, + { + "groupId": 4, + "instId": 200004, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 4, + "instId": 200005, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 4, + "instId": 200006, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 4, + "instId": 200007, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 4, + "instId": 200008, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 4, + "instId": 200009, + "eventId": 81312013, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002059 + }, + { + "groupId": 4, + "instId": 200010, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 4, + "instId": 200011, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 4, + "instId": 200012, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 4, + "instId": 200013, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 4, + "instId": 200014, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 4, + "instId": 200015, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 4, + "instId": 200016, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 4, + "instId": 200017, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 4, + "instId": 200018, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 4, + "instId": 200019, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 4, + "instId": 200020, + "eventId": 81312013, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002059 + }, + { + "groupId": 4, + "instId": 200021, + "eventId": 81312013, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002059 + }, + { + "groupId": 7, + "instId": 200002, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 7, + "instId": 200003, + "eventId": 81312013, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002059 + }, + { + "groupId": 7, + "instId": 200004, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 7, + "instId": 200005, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 7, + "instId": 200006, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 7, + "instId": 200007, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 7, + "instId": 200008, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 7, + "instId": 200009, + "eventId": 81312013, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002059 + }, + { + "groupId": 7, + "instId": 200010, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 7, + "instId": 200011, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 7, + "instId": 200012, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 7, + "instId": 200013, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 7, + "instId": 200014, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 7, + "instId": 200015, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 7, + "instId": 200016, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 7, + "instId": 200017, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 7, + "instId": 200018, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 7, + "instId": 200019, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 7, + "instId": 200020, + "eventId": 81312013, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002059 + }, + { + "groupId": 7, + "instId": 200021, + "eventId": 81312013, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002059 + } + ], + "teleports": [] + }, + { + "planeID": 80501, + "props": [ + { + "groupId": 136, + "instId": 300001, + "propState": 8, + "pos": { + "x": 299070, + "y": 168767, + "z": 449520 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 136, + "instId": 300002, + "propState": 8, + "pos": { + "x": 299390, + "y": 158600, + "z": 436730 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 137, + "instId": 300001, + "propState": 8, + "pos": { + "x": 302890, + "y": 172169, + "z": 415730 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 137, + "instId": 300002, + "propState": 8, + "pos": { + "x": 299390, + "y": 172169, + "z": 413230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 137, + "instId": 300003, + "propState": 8, + "pos": { + "x": 295890, + "y": 172144, + "z": 415730 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 137, + "instId": 300004, + "propState": 1, + "pos": { + "x": 302513, + "y": 171500, + "z": 427160 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 137, + "instId": 300005, + "propState": 1, + "pos": { + "x": 297050, + "y": 171500, + "z": 426720 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 137, + "instId": 300006, + "propState": 8, + "pos": { + "x": 297064, + "y": 171500, + "z": 429262 + }, + "rot": { + "x": 0, + "y": 269744, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 137, + "instId": 300007, + "propState": 8, + "pos": { + "x": 296720, + "y": 171500, + "z": 430060 + }, + "rot": { + "x": 0, + "y": 269744, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 137, + "instId": 300008, + "propState": 8, + "pos": { + "x": 296224, + "y": 171500, + "z": 429257 + }, + "rot": { + "x": 0, + "y": 269744, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 139, + "instId": 300001, + "propState": 8, + "pos": { + "x": 154560, + "y": 142783, + "z": 418130 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 139, + "instId": 300002, + "propState": 8, + "pos": { + "x": 170070, + "y": 140086, + "z": 436750 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 139, + "instId": 300003, + "propState": 8, + "pos": { + "x": 168141, + "y": 141266, + "z": 457860 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 139, + "instId": 300004, + "propState": 8, + "pos": { + "x": 148280, + "y": 142800, + "z": 436510 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 140, + "instId": 300001, + "propState": 8, + "pos": { + "x": 153580, + "y": 142800, + "z": 451030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 140, + "instId": 300002, + "propState": 8, + "pos": { + "x": 157080, + "y": 142800, + "z": 453530 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 140, + "instId": 300003, + "propState": 8, + "pos": { + "x": 160580, + "y": 142800, + "z": 451030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 140, + "instId": 300004, + "propState": 8, + "pos": { + "x": 153080, + "y": 142800, + "z": 441900 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 140, + "instId": 300005, + "propState": 8, + "pos": { + "x": 153880, + "y": 142800, + "z": 441530 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 140, + "instId": 300006, + "propState": 8, + "pos": { + "x": 153080, + "y": 142800, + "z": 441030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 140, + "instId": 300007, + "propState": 8, + "pos": { + "x": 161080, + "y": 142800, + "z": 433870 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 140, + "instId": 300008, + "propState": 8, + "pos": { + "x": 160280, + "y": 142800, + "z": 433530 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 140, + "instId": 300009, + "propState": 8, + "pos": { + "x": 161080, + "y": 142800, + "z": 433030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 147, + "instId": 300001, + "propState": 8, + "pos": { + "x": 314070, + "y": 168860, + "z": 451150 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 147, + "instId": 300002, + "propState": 8, + "pos": { + "x": 320690, + "y": 146720, + "z": 447890 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 148, + "instId": 300001, + "propState": 8, + "pos": { + "x": 324190, + "y": 168860, + "z": 429940 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 148, + "instId": 300002, + "propState": 8, + "pos": { + "x": 320690, + "y": 168860, + "z": 427440 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 148, + "instId": 300003, + "propState": 8, + "pos": { + "x": 317190, + "y": 168860, + "z": 429940 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 148, + "instId": 300004, + "propState": 8, + "pos": { + "x": 323420, + "y": 168860, + "z": 438780 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 148, + "instId": 300005, + "propState": 8, + "pos": { + "x": 324220, + "y": 168860, + "z": 439120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 148, + "instId": 300006, + "propState": 8, + "pos": { + "x": 323420, + "y": 168860, + "z": 439620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 149, + "instId": 300001, + "propState": 1, + "pos": { + "x": 320690, + "y": 168860, + "z": 434010 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 150, + "instId": 300001, + "propState": 8, + "pos": { + "x": 75667, + "y": 178539, + "z": 678396 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 150, + "instId": 300002, + "propState": 8, + "pos": { + "x": 70250, + "y": 167050, + "z": 661240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 151, + "instId": 300001, + "propState": 8, + "pos": { + "x": 73750, + "y": 175220, + "z": 649430 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 151, + "instId": 300002, + "propState": 8, + "pos": { + "x": 70250, + "y": 175220, + "z": 646930 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 151, + "instId": 300003, + "propState": 8, + "pos": { + "x": 66750, + "y": 175220, + "z": 649430 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 151, + "instId": 300004, + "propState": 8, + "pos": { + "x": 65930, + "y": 175220, + "z": 659320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 151, + "instId": 300005, + "propState": 8, + "pos": { + "x": 66730, + "y": 175220, + "z": 659660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 151, + "instId": 300006, + "propState": 8, + "pos": { + "x": 65930, + "y": 175220, + "z": 660160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 153, + "instId": 300001, + "propState": 1, + "pos": { + "x": 74250, + "y": 175220, + "z": 653430 + }, + "rot": { + "x": 0, + "y": 160000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 154, + "instId": 300001, + "propState": 12, + "pos": { + "x": 154080, + "y": 142800, + "z": 447040 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 154, + "instId": 300002, + "propState": 1, + "pos": { + "x": 160080, + "y": 142800, + "z": 447040 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 155, + "instId": 300001, + "propState": 8, + "pos": { + "x": 303190, + "y": 172169, + "z": 412480 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 155, + "instId": 300002, + "propState": 8, + "pos": { + "x": 299690, + "y": 172169, + "z": 409980 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 155, + "instId": 300003, + "propState": 8, + "pos": { + "x": 296190, + "y": 172169, + "z": 412480 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 155, + "instId": 300004, + "propState": 8, + "pos": { + "x": 297360, + "y": 171500, + "z": 426730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 155, + "instId": 300005, + "propState": 8, + "pos": { + "x": 296823, + "y": 171500, + "z": 427070 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 155, + "instId": 300006, + "propState": 8, + "pos": { + "x": 297360, + "y": 171500, + "z": 427570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 157, + "instId": 300001, + "propState": 8, + "pos": { + "x": 299110, + "y": 168625, + "z": 449860 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 157, + "instId": 300002, + "propState": 8, + "pos": { + "x": 299690, + "y": 154770, + "z": 442320 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 158, + "instId": 300001, + "propState": 8, + "pos": { + "x": 318180, + "y": 146670, + "z": 450980 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 158, + "instId": 300002, + "propState": 8, + "pos": { + "x": 313900, + "y": 168860, + "z": 451470 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 159, + "instId": 300001, + "propState": 8, + "pos": { + "x": 324090, + "y": 168860, + "z": 428690 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 159, + "instId": 300002, + "propState": 8, + "pos": { + "x": 320590, + "y": 168860, + "z": 426190 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 159, + "instId": 300003, + "propState": 8, + "pos": { + "x": 317090, + "y": 168860, + "z": 428690 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 159, + "instId": 300004, + "propState": 8, + "pos": { + "x": 318240, + "y": 168860, + "z": 439030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 159, + "instId": 300005, + "propState": 8, + "pos": { + "x": 319040, + "y": 168860, + "z": 439370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 159, + "instId": 300006, + "propState": 8, + "pos": { + "x": 318240, + "y": 168860, + "z": 439870 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 160, + "instId": 300001, + "propState": 1, + "pos": { + "x": 320556, + "y": 168860, + "z": 433951 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 168, + "instId": 300001, + "propState": 101, + "pos": { + "x": 157160, + "y": 142800, + "z": 447897 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1026 + }, + { + "groupId": 206, + "instId": 300001, + "propState": 8, + "pos": { + "x": 127250, + "y": 170990, + "z": 711170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 206, + "instId": 300002, + "propState": 8, + "pos": { + "x": 127250, + "y": 170990, + "z": 711170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 206, + "instId": 300003, + "propState": 8, + "pos": { + "x": 110680, + "y": 179508, + "z": 739950 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 206, + "instId": 300004, + "propState": 8, + "pos": { + "x": 73820, + "y": 184692, + "z": 725960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 206, + "instId": 300005, + "propState": 8, + "pos": { + "x": 111480, + "y": 182429, + "z": 698680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 207, + "instId": 300001, + "propState": 8, + "pos": { + "x": 123750, + "y": 182443, + "z": 739170 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 207, + "instId": 300002, + "propState": 8, + "pos": { + "x": 127250, + "y": 182443, + "z": 741670 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 207, + "instId": 300003, + "propState": 8, + "pos": { + "x": 130750, + "y": 182443, + "z": 739170 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 207, + "instId": 300004, + "propState": 8, + "pos": { + "x": 123250, + "y": 182443, + "z": 730040 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 207, + "instId": 300005, + "propState": 8, + "pos": { + "x": 124050, + "y": 182443, + "z": 729670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 207, + "instId": 300006, + "propState": 8, + "pos": { + "x": 123250, + "y": 182443, + "z": 729170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 207, + "instId": 300007, + "propState": 8, + "pos": { + "x": 131250, + "y": 182443, + "z": 722010 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 207, + "instId": 300008, + "propState": 8, + "pos": { + "x": 130450, + "y": 182443, + "z": 721670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 207, + "instId": 300009, + "propState": 8, + "pos": { + "x": 131250, + "y": 182443, + "z": 721170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 208, + "instId": 300001, + "propState": 12, + "pos": { + "x": 124250, + "y": 182443, + "z": 735170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 208, + "instId": 300002, + "propState": 1, + "pos": { + "x": 130250, + "y": 182443, + "z": 735170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 215, + "instId": 300001, + "propState": 8, + "pos": { + "x": 83600, + "y": 168690, + "z": 726170 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 215, + "instId": 300002, + "propState": 8, + "pos": { + "x": 83600, + "y": 168690, + "z": 726170 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 215, + "instId": 300003, + "propState": 8, + "pos": { + "x": 70390, + "y": 179363, + "z": 710130 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 215, + "instId": 300004, + "propState": 8, + "pos": { + "x": 106050, + "y": 182429, + "z": 720670 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 216, + "instId": 300001, + "propState": 8, + "pos": { + "x": 96020, + "y": 184558, + "z": 729670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 216, + "instId": 300002, + "propState": 8, + "pos": { + "x": 98520, + "y": 184558, + "z": 726170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 216, + "instId": 300003, + "propState": 8, + "pos": { + "x": 96020, + "y": 184558, + "z": 722670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 216, + "instId": 300004, + "propState": 8, + "pos": { + "x": 86890, + "y": 184558, + "z": 730170 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 216, + "instId": 300005, + "propState": 8, + "pos": { + "x": 86520, + "y": 184558, + "z": 729370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 216, + "instId": 300006, + "propState": 8, + "pos": { + "x": 86020, + "y": 184558, + "z": 730170 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 216, + "instId": 300007, + "propState": 8, + "pos": { + "x": 78860, + "y": 184558, + "z": 722170 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 216, + "instId": 300008, + "propState": 8, + "pos": { + "x": 78520, + "y": 184558, + "z": 722970 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 216, + "instId": 300009, + "propState": 8, + "pos": { + "x": 78020, + "y": 184558, + "z": 722170 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 217, + "instId": 300001, + "propState": 12, + "pos": { + "x": 92020, + "y": 184558, + "z": 729170 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 217, + "instId": 300002, + "propState": 1, + "pos": { + "x": 92020, + "y": 184558, + "z": 723170 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 224, + "instId": 300001, + "propState": 8, + "pos": { + "x": 158000, + "y": 110170, + "z": 436600 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 224, + "instId": 300002, + "propState": 8, + "pos": { + "x": 158000, + "y": 110170, + "z": 436600 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 224, + "instId": 300003, + "propState": 8, + "pos": { + "x": 148450, + "y": 142800, + "z": 436600 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 224, + "instId": 300004, + "propState": 8, + "pos": { + "x": 154500, + "y": 142783, + "z": 418070 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 224, + "instId": 300005, + "propState": 8, + "pos": { + "x": 213200, + "y": 143004, + "z": 448390 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 225, + "instId": 300001, + "propState": 8, + "pos": { + "x": 186000, + "y": 139679, + "z": 440100 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 225, + "instId": 300002, + "propState": 8, + "pos": { + "x": 188500, + "y": 139679, + "z": 436600 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 225, + "instId": 300003, + "propState": 8, + "pos": { + "x": 186000, + "y": 139679, + "z": 433100 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 225, + "instId": 300004, + "propState": 8, + "pos": { + "x": 176870, + "y": 139679, + "z": 440600 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 225, + "instId": 300005, + "propState": 8, + "pos": { + "x": 176500, + "y": 139679, + "z": 439800 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 225, + "instId": 300006, + "propState": 8, + "pos": { + "x": 176000, + "y": 139679, + "z": 440600 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 225, + "instId": 300007, + "propState": 8, + "pos": { + "x": 172540, + "y": 140000, + "z": 433820 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 225, + "instId": 300008, + "propState": 8, + "pos": { + "x": 172200, + "y": 140000, + "z": 434620 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 225, + "instId": 300009, + "propState": 8, + "pos": { + "x": 171700, + "y": 140000, + "z": 433820 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 226, + "instId": 300001, + "propState": 12, + "pos": { + "x": 182000, + "y": 139679, + "z": 439600 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 226, + "instId": 300002, + "propState": 1, + "pos": { + "x": 182000, + "y": 139679, + "z": 433600 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 236, + "instId": 300001, + "propState": 8, + "pos": { + "x": 127250, + "y": 182443, + "z": 736170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 237, + "instId": 300001, + "propState": 8, + "pos": { + "x": 93020, + "y": 184558, + "z": 726170 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 239, + "instId": 300001, + "propState": 8, + "pos": { + "x": 299070, + "y": 168767, + "z": 449520 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 239, + "instId": 300002, + "propState": 8, + "pos": { + "x": 299390, + "y": 158600, + "z": 436730 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 240, + "instId": 300001, + "propState": 8, + "pos": { + "x": 302890, + "y": 172169, + "z": 415730 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 240, + "instId": 300002, + "propState": 8, + "pos": { + "x": 299390, + "y": 172169, + "z": 413230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 240, + "instId": 300003, + "propState": 8, + "pos": { + "x": 295890, + "y": 172144, + "z": 415730 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 240, + "instId": 300004, + "propState": 1, + "pos": { + "x": 302513, + "y": 171500, + "z": 427160 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 240, + "instId": 300005, + "propState": 8, + "pos": { + "x": 297450, + "y": 171500, + "z": 426910 + }, + "rot": { + "x": 0, + "y": 269744, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 240, + "instId": 300006, + "propState": 8, + "pos": { + "x": 297106, + "y": 171500, + "z": 427709 + }, + "rot": { + "x": 0, + "y": 269744, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 240, + "instId": 300007, + "propState": 8, + "pos": { + "x": 296610, + "y": 171500, + "z": 426906 + }, + "rot": { + "x": 0, + "y": 269744, + "z": 0 + }, + "propId": 103014 + } + ], + "monsters": [ + { + "groupId": 138, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 299390, + "y": 172137, + "z": 419730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 144, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 155080, + "y": 142800, + "z": 446030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 145, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 157080, + "y": 142800, + "z": 448030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 146, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 159080, + "y": 142800, + "z": 446030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 156, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 299690, + "y": 172137, + "z": 416820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 212, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 125250, + "y": 182443, + "z": 734170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 213, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 127250, + "y": 182443, + "z": 736170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 214, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 129250, + "y": 182443, + "z": 734170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 221, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 91020, + "y": 184558, + "z": 728170 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 222, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 93020, + "y": 184558, + "z": 726170 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 223, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 91020, + "y": 184558, + "z": 724170 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 230, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 181000, + "y": 139679, + "z": 438600 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 231, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 183000, + "y": 139679, + "z": 436600 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 232, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 181000, + "y": 139679, + "z": 434600 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 233, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 155080, + "y": 142800, + "z": 446030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 234, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 157080, + "y": 142800, + "z": 448030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 235, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 159080, + "y": 142800, + "z": 446030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 238, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 299390, + "y": 172137, + "z": 419730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 241, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 299390, + "y": 172137, + "z": 419730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 80502, + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": -32490, + "y": -15908, + "z": -259830 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 8, + "pos": { + "x": 31290, + "y": -15908, + "z": -259830 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 8, + "pos": { + "x": -3490, + "y": -15908, + "z": -266650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 8, + "pos": { + "x": 10, + "y": -15908, + "z": -264150 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 8, + "pos": { + "x": 3510, + "y": -15908, + "z": -266650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 1, + "pos": { + "x": -3990, + "y": -15908, + "z": -278300 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 4, + "instId": 300005, + "propState": 1, + "pos": { + "x": 4010, + "y": -15908, + "z": -278300 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 4, + "instId": 300006, + "propState": 8, + "pos": { + "x": 3913, + "y": -15908, + "z": -282765 + }, + "rot": { + "x": 0, + "y": 3108, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 4, + "instId": 300007, + "propState": 8, + "pos": { + "x": 3396, + "y": -15908, + "z": -282394 + }, + "rot": { + "x": 0, + "y": 3108, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 4, + "instId": 300008, + "propState": 8, + "pos": { + "x": 3961, + "y": -15908, + "z": -281926 + }, + "rot": { + "x": 0, + "y": 3108, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 8, + "pos": { + "x": -94075, + "y": 22104, + "z": -196780 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 8, + "pos": { + "x": -143373, + "y": 22104, + "z": -196904 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 12, + "instId": 300003, + "propState": 8, + "pos": { + "x": -116120, + "y": 22104, + "z": -217890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 13, + "instId": 300001, + "propState": 8, + "pos": { + "x": -130820, + "y": 22104, + "z": -200370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 8, + "pos": { + "x": -133320, + "y": 22104, + "z": -196870 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 8, + "pos": { + "x": -130820, + "y": 22104, + "z": -193370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 8, + "pos": { + "x": -119150, + "y": 22097, + "z": -192930 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 13, + "instId": 300005, + "propState": 8, + "pos": { + "x": -119492, + "y": 22097, + "z": -193466 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 13, + "instId": 300006, + "propState": 8, + "pos": { + "x": -119990, + "y": 22096, + "z": -192927 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 15, + "instId": 300001, + "propState": 8, + "pos": { + "x": -158639, + "y": 28032, + "z": 1065 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 15, + "instId": 300002, + "propState": 8, + "pos": { + "x": -151216, + "y": 28032, + "z": -13355 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 15, + "instId": 300003, + "propState": 8, + "pos": { + "x": -140520, + "y": 28032, + "z": -12424 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 15, + "instId": 300004, + "propState": 8, + "pos": { + "x": -129622, + "y": 28032, + "z": -13355 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 16, + "instId": 300001, + "propState": 8, + "pos": { + "x": -132130, + "y": 28032, + "z": 290 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 8, + "pos": { + "x": -129630, + "y": 28032, + "z": -3210 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 16, + "instId": 300003, + "propState": 8, + "pos": { + "x": -132130, + "y": 28032, + "z": -6710 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 16, + "instId": 300004, + "propState": 8, + "pos": { + "x": -144920, + "y": 28032, + "z": -6210 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 16, + "instId": 300005, + "propState": 8, + "pos": { + "x": -145260, + "y": 28032, + "z": -5410 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 16, + "instId": 300006, + "propState": 8, + "pos": { + "x": -145760, + "y": 28032, + "z": -6210 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 1, + "pos": { + "x": -139300, + "y": 28032, + "z": -3210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 18, + "instId": 300001, + "propState": 8, + "pos": { + "x": 91480, + "y": 5540, + "z": -196866 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 8, + "pos": { + "x": 137257, + "y": 22112, + "z": -196890 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 19, + "instId": 300001, + "propState": 8, + "pos": { + "x": 112480, + "y": 22112, + "z": -193366 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 19, + "instId": 300002, + "propState": 8, + "pos": { + "x": 114980, + "y": 22112, + "z": -196866 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 19, + "instId": 300003, + "propState": 8, + "pos": { + "x": 112480, + "y": 22112, + "z": -200366 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 19, + "instId": 300004, + "propState": 8, + "pos": { + "x": 103200, + "y": 22112, + "z": -200560 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 19, + "instId": 300005, + "propState": 8, + "pos": { + "x": 102860, + "y": 22112, + "z": -199760 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 19, + "instId": 300006, + "propState": 8, + "pos": { + "x": 102360, + "y": 22112, + "z": -200560 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 21, + "instId": 300001, + "propState": 1, + "pos": { + "x": 108480, + "y": 22112, + "z": -194485 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 22, + "instId": 300001, + "propState": 8, + "pos": { + "x": -38898, + "y": -15918, + "z": -259824 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 22, + "instId": 300002, + "propState": 8, + "pos": { + "x": -90330, + "y": -28970, + "z": -238600 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 22, + "instId": 300003, + "propState": 8, + "pos": { + "x": -78110, + "y": -16910, + "z": -265250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 22, + "instId": 300004, + "propState": 8, + "pos": { + "x": -78110, + "y": -16910, + "z": -237387 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 23, + "instId": 300001, + "propState": 8, + "pos": { + "x": -75890, + "y": -16911, + "z": -260830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 8, + "pos": { + "x": -78390, + "y": -16911, + "z": -257330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 23, + "instId": 300003, + "propState": 8, + "pos": { + "x": -75890, + "y": -16911, + "z": -253830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 23, + "instId": 300004, + "propState": 8, + "pos": { + "x": -66040, + "y": -16911, + "z": -261330 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 23, + "instId": 300005, + "propState": 8, + "pos": { + "x": -65670, + "y": -16911, + "z": -260530 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 23, + "instId": 300006, + "propState": 8, + "pos": { + "x": -65170, + "y": -16911, + "z": -261330 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 23, + "instId": 300007, + "propState": 8, + "pos": { + "x": -59470, + "y": -16911, + "z": -256600 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 23, + "instId": 300008, + "propState": 8, + "pos": { + "x": -59130, + "y": -16911, + "z": -257400 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 23, + "instId": 300009, + "propState": 8, + "pos": { + "x": -58630, + "y": -16911, + "z": -256600 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 24, + "instId": 300001, + "propState": 12, + "pos": { + "x": -69290, + "y": -16911, + "z": -260330 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 24, + "instId": 300002, + "propState": 1, + "pos": { + "x": -69290, + "y": -16911, + "z": -254330 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 31, + "instId": 300001, + "propState": 8, + "pos": { + "x": 75450, + "y": 22090, + "z": -204680 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 31, + "instId": 300002, + "propState": 8, + "pos": { + "x": 75340, + "y": 22090, + "z": -257530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 32, + "instId": 300001, + "propState": 8, + "pos": { + "x": 79640, + "y": 22090, + "z": -240110 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 32, + "instId": 300002, + "propState": 8, + "pos": { + "x": 76140, + "y": 22090, + "z": -242610 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 32, + "instId": 300003, + "propState": 8, + "pos": { + "x": 72640, + "y": 22090, + "z": -240110 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 32, + "instId": 300004, + "propState": 8, + "pos": { + "x": 79816, + "y": 22090, + "z": -228494 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 32, + "instId": 300005, + "propState": 8, + "pos": { + "x": 79016, + "y": 22090, + "z": -228124 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 32, + "instId": 300006, + "propState": 8, + "pos": { + "x": 79816, + "y": 22090, + "z": -227624 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 32, + "instId": 300007, + "propState": 8, + "pos": { + "x": 73280, + "y": 22090, + "z": -221240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 32, + "instId": 300008, + "propState": 8, + "pos": { + "x": 74080, + "y": 22090, + "z": -220900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 32, + "instId": 300009, + "propState": 8, + "pos": { + "x": 73280, + "y": 22090, + "z": -220400 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 33, + "instId": 300001, + "propState": 12, + "pos": { + "x": 79250, + "y": 22090, + "z": -234420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 33, + "instId": 300002, + "propState": 1, + "pos": { + "x": 73250, + "y": 22090, + "z": -234420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 42, + "instId": 300001, + "propState": 8, + "pos": { + "x": 146210, + "y": 61220, + "z": -283150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 42, + "instId": 300002, + "propState": 8, + "pos": { + "x": 146250, + "y": 47046, + "z": -284834 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 43, + "instId": 300001, + "propState": 8, + "pos": { + "x": 149710, + "y": 47050, + "z": -254140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 43, + "instId": 300002, + "propState": 8, + "pos": { + "x": 146210, + "y": 47046, + "z": -251640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 43, + "instId": 300003, + "propState": 8, + "pos": { + "x": 142710, + "y": 47050, + "z": -254140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 43, + "instId": 300004, + "propState": 8, + "pos": { + "x": 150100, + "y": 47050, + "z": -265300 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 43, + "instId": 300005, + "propState": 8, + "pos": { + "x": 149300, + "y": 47050, + "z": -265670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 43, + "instId": 300006, + "propState": 8, + "pos": { + "x": 150100, + "y": 47050, + "z": -266170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 43, + "instId": 300007, + "propState": 8, + "pos": { + "x": 142210, + "y": 47050, + "z": -270930 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 43, + "instId": 300008, + "propState": 8, + "pos": { + "x": 143010, + "y": 47050, + "z": -271270 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 43, + "instId": 300009, + "propState": 8, + "pos": { + "x": 142210, + "y": 47050, + "z": -271770 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 44, + "instId": 300001, + "propState": 12, + "pos": { + "x": 149210, + "y": 47032, + "z": -259150 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 44, + "instId": 300002, + "propState": 1, + "pos": { + "x": 143210, + "y": 47032, + "z": -259150 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 51, + "instId": 300001, + "propState": 8, + "pos": { + "x": -117195, + "y": 28032, + "z": -40834 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 51, + "instId": 300002, + "propState": 8, + "pos": { + "x": -129890, + "y": 28032, + "z": -30244 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 51, + "instId": 300003, + "propState": 8, + "pos": { + "x": -151110, + "y": 28032, + "z": -30244 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 52, + "instId": 300001, + "propState": 8, + "pos": { + "x": -151390, + "y": 28032, + "z": -43502 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 52, + "instId": 300002, + "propState": 8, + "pos": { + "x": -153890, + "y": 28032, + "z": -40002 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 52, + "instId": 300003, + "propState": 8, + "pos": { + "x": -151390, + "y": 28032, + "z": -36502 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 52, + "instId": 300004, + "propState": 8, + "pos": { + "x": -140631, + "y": 28032, + "z": -44002 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 52, + "instId": 300005, + "propState": 8, + "pos": { + "x": -140261, + "y": 28032, + "z": -43202 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 52, + "instId": 300006, + "propState": 8, + "pos": { + "x": -139761, + "y": 28032, + "z": -44002 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 52, + "instId": 300007, + "propState": 8, + "pos": { + "x": -133220, + "y": 28032, + "z": -36410 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 52, + "instId": 300008, + "propState": 8, + "pos": { + "x": -132880, + "y": 28032, + "z": -37210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 52, + "instId": 300009, + "propState": 8, + "pos": { + "x": -132380, + "y": 28032, + "z": -36410 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 53, + "instId": 300001, + "propState": 12, + "pos": { + "x": -145761, + "y": 28032, + "z": -43002 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 53, + "instId": 300002, + "propState": 1, + "pos": { + "x": -145761, + "y": 28032, + "z": -37002 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 60, + "instId": 300001, + "propState": 8, + "pos": { + "x": -32490, + "y": -15908, + "z": -259830 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 60, + "instId": 300002, + "propState": 8, + "pos": { + "x": 31290, + "y": -15908, + "z": -259830 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 61, + "instId": 300001, + "propState": 8, + "pos": { + "x": -3490, + "y": -15908, + "z": -266650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 61, + "instId": 300002, + "propState": 8, + "pos": { + "x": 10, + "y": -15908, + "z": -264150 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 61, + "instId": 300003, + "propState": 8, + "pos": { + "x": 3510, + "y": -15908, + "z": -266650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 61, + "instId": 300004, + "propState": 1, + "pos": { + "x": -3990, + "y": -15908, + "z": -278300 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 61, + "instId": 300005, + "propState": 8, + "pos": { + "x": 3913, + "y": -15908, + "z": -282765 + }, + "rot": { + "x": 0, + "y": 3108, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 61, + "instId": 300006, + "propState": 8, + "pos": { + "x": 3396, + "y": -15908, + "z": -282394 + }, + "rot": { + "x": 0, + "y": 3108, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 61, + "instId": 300007, + "propState": 8, + "pos": { + "x": 3961, + "y": -15908, + "z": -281926 + }, + "rot": { + "x": 0, + "y": 3108, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 69, + "instId": 300001, + "propState": 8, + "pos": { + "x": -119563, + "y": 30930, + "z": -40770 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103010 + }, + { + "groupId": 69, + "instId": 300002, + "propState": 8, + "pos": { + "x": -113489, + "y": 28030, + "z": -40900 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103011 + }, + { + "groupId": 69, + "instId": 300003, + "propState": 8, + "pos": { + "x": -125503, + "y": 28037, + "z": -40901 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103011 + }, + { + "groupId": 69, + "instId": 300004, + "propState": 8, + "pos": { + "x": -115543, + "y": 28034, + "z": -42975 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 73, + "instId": 300001, + "propState": 1, + "pos": { + "x": 146218, + "y": 28084, + "z": -175913 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 73, + "instId": 300002, + "propState": 8, + "pos": { + "x": 81346, + "y": 22089, + "z": -196925 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 73, + "instId": 300003, + "propState": 1, + "pos": { + "x": -81320, + "y": 22100, + "z": -196809 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 73, + "instId": 300006, + "propState": 1, + "pos": { + "x": -125303, + "y": 22090, + "z": -148889 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 73, + "instId": 300007, + "propState": 1, + "pos": { + "x": -155408, + "y": 22090, + "z": -148889 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 73, + "instId": 300008, + "propState": 1, + "pos": { + "x": -135344, + "y": -4910, + "z": -61779 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 73, + "instId": 300009, + "propState": 1, + "pos": { + "x": 149255, + "y": 28111, + "z": -130927 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103032 + }, + { + "groupId": 73, + "instId": 300010, + "propState": 8, + "pos": { + "x": 110204, + "y": 22109, + "z": -217944 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 73, + "instId": 300011, + "propState": 8, + "pos": { + "x": -156331, + "y": -4910, + "z": -79773 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 73, + "instId": 300004, + "propState": 8, + "pos": { + "x": -188501, + "y": 16040, + "z": -55890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 73, + "instId": 300012, + "propState": 1, + "pos": { + "x": -156415, + "y": -10910, + "z": -130932 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 73, + "instId": 300013, + "propState": 1, + "pos": { + "x": -165403, + "y": -10910, + "z": -139927 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 73, + "instId": 300015, + "propState": 8, + "pos": { + "x": -81322, + "y": -16910, + "z": -196913 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 73, + "instId": 300016, + "propState": 8, + "pos": { + "x": -83505, + "y": -16868, + "z": -198931 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 73, + "instId": 300017, + "propState": 8, + "pos": { + "x": 80139, + "y": 22090, + "z": -199564 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 73, + "instId": 300018, + "propState": 1, + "pos": { + "x": -173385, + "y": 22081, + "z": -148887 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103032 + }, + { + "groupId": 73, + "instId": 300014, + "propState": 8, + "pos": { + "x": -190551, + "y": 16032, + "z": -53857 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 73, + "instId": 300005, + "propState": 8, + "pos": { + "x": -116165, + "y": 22090, + "z": -175809 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 74, + "instId": 300006, + "propState": 8, + "pos": { + "x": 159229, + "y": 27793, + "z": -139048 + }, + "rot": { + "x": 0, + "y": 15697, + "z": 0 + }, + "propId": 103013 + }, + { + "groupId": 78, + "instId": 300002, + "propState": 8, + "pos": { + "x": -179190, + "y": -4760, + "z": -79740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + } + ], + "monsters": [ + { + "groupId": 7, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 10, + "y": -15908, + "z": -272290 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 14, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -125250, + "y": 22104, + "z": -196870 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 28, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -68790, + "y": -16911, + "z": -259330 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 29, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -70790, + "y": -16911, + "z": -257330 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 30, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -68790, + "y": -16911, + "z": -255330 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 37, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 78250, + "y": 22090, + "z": -233420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 38, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 76250, + "y": 22090, + "z": -235420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 39, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 74250, + "y": 22090, + "z": -233420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 48, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 148210, + "y": 47046, + "z": -260150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 49, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 146210, + "y": 47046, + "z": -258150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 50, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 144210, + "y": 47046, + "z": -260150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 57, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -146840, + "y": 28032, + "z": -42002 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 58, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -148840, + "y": 28032, + "z": -40002 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 59, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -146840, + "y": 28032, + "z": -38002 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 62, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 10, + "y": -15908, + "z": -272290 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 80503, + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 1, + "pos": { + "x": -114327, + "y": 11511, + "z": -189950 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103032 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 8, + "pos": { + "x": -126390, + "y": 11517, + "z": -9949 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103032 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 8, + "pos": { + "x": -120390, + "y": 11501, + "z": -144954 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 8, + "pos": { + "x": -120390, + "y": 11501, + "z": -138954 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 8, + "pos": { + "x": -114082, + "y": 11519, + "z": -137675 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": -162390, + "y": 5501, + "z": -144954 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 8, + "pos": { + "x": -162390, + "y": 5501, + "z": -138954 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 8, + "pos": { + "x": -156610, + "y": 5511, + "z": -137807 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": -150424, + "y": 11501, + "z": -72953 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 8, + "pos": { + "x": -150424, + "y": 11501, + "z": -66953 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 8, + "pos": { + "x": -145579, + "y": 11511, + "z": -65502 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": -117390, + "y": 11527, + "z": 5051 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 8, + "pos": { + "x": -122664, + "y": 12771, + "z": 2246 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "monsters": [], + "teleports": [] + }, + { + "planeID": 80504, + "props": [ + { + "groupId": 23, + "instId": 300001, + "propState": 8, + "pos": { + "x": -115150, + "y": 62638, + "z": 6529 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 8, + "pos": { + "x": -127560, + "y": 62048, + "z": 18303 + }, + "rot": { + "x": 0, + "y": 169460, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 23, + "instId": 300003, + "propState": 8, + "pos": { + "x": -127860, + "y": 62048, + "z": -8099 + }, + "rot": { + "x": 0, + "y": 13945, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 24, + "instId": 300001, + "propState": 8, + "pos": { + "x": -154560, + "y": 60890, + "z": 3070 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 24, + "instId": 300002, + "propState": 8, + "pos": { + "x": -157060, + "y": 60890, + "z": 6570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 24, + "instId": 300003, + "propState": 8, + "pos": { + "x": -154560, + "y": 60890, + "z": 10070 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 24, + "instId": 300004, + "propState": 1, + "pos": { + "x": -141853, + "y": 60884, + "z": 2570 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 24, + "instId": 300005, + "propState": 1, + "pos": { + "x": -141853, + "y": 60884, + "z": 10570 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 24, + "instId": 300006, + "propState": 8, + "pos": { + "x": -137509, + "y": 60884, + "z": 11133 + }, + "rot": { + "x": 0, + "y": 87508, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 24, + "instId": 300007, + "propState": 8, + "pos": { + "x": -137135, + "y": 60884, + "z": 10349 + }, + "rot": { + "x": 0, + "y": 87508, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 24, + "instId": 300008, + "propState": 8, + "pos": { + "x": -136670, + "y": 60890, + "z": 11170 + }, + "rot": { + "x": 0, + "y": 87508, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 29, + "instId": 300001, + "propState": 8, + "pos": { + "x": -47600, + "y": 58177, + "z": 6104 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 29, + "instId": 300002, + "propState": 8, + "pos": { + "x": -22440, + "y": 56882, + "z": 20089 + }, + "rot": { + "x": 0, + "y": 205732, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 29, + "instId": 300003, + "propState": 8, + "pos": { + "x": -22305, + "y": 56841, + "z": -7881 + }, + "rot": { + "x": 0, + "y": 155083, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 30, + "instId": 300001, + "propState": 8, + "pos": { + "x": -22460, + "y": 56834, + "z": 9660 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 30, + "instId": 300002, + "propState": 8, + "pos": { + "x": -19960, + "y": 56834, + "z": 6160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 30, + "instId": 300003, + "propState": 8, + "pos": { + "x": -22460, + "y": 56834, + "z": 2660 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 30, + "instId": 300004, + "propState": 8, + "pos": { + "x": -32790, + "y": 56834, + "z": 3160 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 30, + "instId": 300005, + "propState": 8, + "pos": { + "x": -33130, + "y": 56834, + "z": 3960 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 30, + "instId": 300006, + "propState": 8, + "pos": { + "x": -33630, + "y": 56834, + "z": 3160 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 31, + "instId": 300001, + "propState": 1, + "pos": { + "x": -28000, + "y": 56834, + "z": 6160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 33, + "instId": 300001, + "propState": 8, + "pos": { + "x": -93843, + "y": 62105, + "z": 15970 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 33, + "instId": 300002, + "propState": 8, + "pos": { + "x": -101340, + "y": 62105, + "z": 52406 + }, + "rot": { + "x": 0, + "y": 269505, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 34, + "instId": 300001, + "propState": 8, + "pos": { + "x": -97390, + "y": 62105, + "z": 43770 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 34, + "instId": 300002, + "propState": 8, + "pos": { + "x": -93890, + "y": 62105, + "z": 46270 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 34, + "instId": 300003, + "propState": 8, + "pos": { + "x": -90390, + "y": 62105, + "z": 43770 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 34, + "instId": 300004, + "propState": 8, + "pos": { + "x": -90890, + "y": 62105, + "z": 31280 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 34, + "instId": 300005, + "propState": 8, + "pos": { + "x": -91690, + "y": 62105, + "z": 30940 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 34, + "instId": 300006, + "propState": 8, + "pos": { + "x": -90890, + "y": 62105, + "z": 30440 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 36, + "instId": 300001, + "propState": 1, + "pos": { + "x": -97045, + "y": 62105, + "z": 37424 + }, + "rot": { + "x": 0, + "y": 340000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 37, + "instId": 300001, + "propState": 8, + "pos": { + "x": 20590, + "y": 48212, + "z": -18774 + }, + "rot": { + "x": 0, + "y": 270542, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 37, + "instId": 300002, + "propState": 8, + "pos": { + "x": 31070, + "y": 28300, + "z": -14960 + }, + "rot": { + "x": 0, + "y": 225372, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 38, + "instId": 300001, + "propState": 8, + "pos": { + "x": 2140, + "y": 45388, + "z": -35510 + }, + "rot": { + "x": 0, + "y": 315372, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 38, + "instId": 300002, + "propState": 8, + "pos": { + "x": -2098, + "y": 45388, + "z": -34775 + }, + "rot": { + "x": 0, + "y": 315372, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 38, + "instId": 300003, + "propState": 8, + "pos": { + "x": -2778, + "y": 45388, + "z": -30528 + }, + "rot": { + "x": 0, + "y": 315372, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 38, + "instId": 300004, + "propState": 8, + "pos": { + "x": 5384, + "y": 45368, + "z": -23969 + }, + "rot": { + "x": 0, + "y": 229034, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 38, + "instId": 300005, + "propState": 8, + "pos": { + "x": 5480, + "y": 45369, + "z": -24598 + }, + "rot": { + "x": 0, + "y": 229034, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 38, + "instId": 300006, + "propState": 8, + "pos": { + "x": 4750, + "y": 45370, + "z": -24520 + }, + "rot": { + "x": 0, + "y": 229034, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 40, + "instId": 300001, + "propState": 8, + "pos": { + "x": -64687, + "y": 52822, + "z": 102970 + }, + "rot": { + "x": 0, + "y": 77368, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 40, + "instId": 300002, + "propState": 8, + "pos": { + "x": -42980, + "y": 54051, + "z": 131140 + }, + "rot": { + "x": 0, + "y": 167047, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 41, + "instId": 300001, + "propState": 8, + "pos": { + "x": -36042, + "y": 54051, + "z": 112885 + }, + "rot": { + "x": 0, + "y": 167368, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 41, + "instId": 300002, + "propState": 8, + "pos": { + "x": -32837, + "y": 54051, + "z": 110017 + }, + "rot": { + "x": 0, + "y": 167368, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 41, + "instId": 300003, + "propState": 8, + "pos": { + "x": -34511, + "y": 54051, + "z": 106055 + }, + "rot": { + "x": 0, + "y": 167368, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 41, + "instId": 300004, + "propState": 8, + "pos": { + "x": -45060, + "y": 54051, + "z": 111376 + }, + "rot": { + "x": 0, + "y": 257368, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 41, + "instId": 300005, + "propState": 8, + "pos": { + "x": -45247, + "y": 54051, + "z": 110515 + }, + "rot": { + "x": 0, + "y": 257368, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 41, + "instId": 300006, + "propState": 8, + "pos": { + "x": -45909, + "y": 54051, + "z": 111186 + }, + "rot": { + "x": 0, + "y": 257368, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 41, + "instId": 300007, + "propState": 8, + "pos": { + "x": -51147, + "y": 54051, + "z": 101814 + }, + "rot": { + "x": 0, + "y": 257368, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 41, + "instId": 300008, + "propState": 8, + "pos": { + "x": -51653, + "y": 54051, + "z": 102520 + }, + "rot": { + "x": 0, + "y": 257368, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 41, + "instId": 300009, + "propState": 8, + "pos": { + "x": -51966, + "y": 54051, + "z": 101630 + }, + "rot": { + "x": 0, + "y": 257368, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 42, + "instId": 300001, + "propState": 12, + "pos": { + "x": -39836, + "y": 54051, + "z": 111523 + }, + "rot": { + "x": 0, + "y": 257368, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 42, + "instId": 300002, + "propState": 1, + "pos": { + "x": -38524, + "y": 54051, + "z": 105668 + }, + "rot": { + "x": 0, + "y": 257368, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 58, + "instId": 300001, + "propState": 8, + "pos": { + "x": -67460, + "y": 61584, + "z": 6225 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 58, + "instId": 300002, + "propState": 8, + "pos": { + "x": -94036, + "y": 62594, + "z": 12331 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 58, + "instId": 300003, + "propState": 8, + "pos": { + "x": -94268, + "y": 62594, + "z": -172 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 58, + "instId": 300004, + "propState": 8, + "pos": { + "x": -107980, + "y": 62595, + "z": 5940 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 59, + "instId": 300001, + "propState": 8, + "pos": { + "x": -102680, + "y": 62594, + "z": 2470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 59, + "instId": 300002, + "propState": 8, + "pos": { + "x": -105180, + "y": 62594, + "z": 5970 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 59, + "instId": 300003, + "propState": 8, + "pos": { + "x": -102680, + "y": 62594, + "z": 9470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 59, + "instId": 300004, + "propState": 8, + "pos": { + "x": -92160, + "y": 62594, + "z": 1970 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 59, + "instId": 300005, + "propState": 8, + "pos": { + "x": -91790, + "y": 62594, + "z": 2770 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 59, + "instId": 300006, + "propState": 8, + "pos": { + "x": -91290, + "y": 62594, + "z": 1970 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 59, + "instId": 300007, + "propState": 8, + "pos": { + "x": -84130, + "y": 62594, + "z": 9970 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 59, + "instId": 300008, + "propState": 8, + "pos": { + "x": -83790, + "y": 62594, + "z": 9170 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 59, + "instId": 300009, + "propState": 8, + "pos": { + "x": -83290, + "y": 62594, + "z": 9970 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 60, + "instId": 300001, + "propState": 12, + "pos": { + "x": -97290, + "y": 62594, + "z": 2970 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 60, + "instId": 300002, + "propState": 1, + "pos": { + "x": -97290, + "y": 62594, + "z": 8970 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 67, + "instId": 300001, + "propState": 8, + "pos": { + "x": 79800, + "y": 47844, + "z": 5935 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 67, + "instId": 300002, + "propState": 8, + "pos": { + "x": 40400, + "y": 50889, + "z": -3782 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 67, + "instId": 300003, + "propState": 8, + "pos": { + "x": 40400, + "y": 50889, + "z": 15248 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 67, + "instId": 300004, + "propState": 8, + "pos": { + "x": 57781, + "y": 49274, + "z": -11850 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 67, + "instId": 300005, + "propState": 8, + "pos": { + "x": 57753, + "y": 49273, + "z": 23510 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 68, + "instId": 300001, + "propState": 8, + "pos": { + "x": 50180, + "y": 49988, + "z": 1539 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 68, + "instId": 300002, + "propState": 8, + "pos": { + "x": 47680, + "y": 49988, + "z": 5039 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 68, + "instId": 300003, + "propState": 8, + "pos": { + "x": 50180, + "y": 49988, + "z": 8539 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 68, + "instId": 300004, + "propState": 8, + "pos": { + "x": 60210, + "y": 49988, + "z": 1039 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 68, + "instId": 300005, + "propState": 8, + "pos": { + "x": 60580, + "y": 49988, + "z": 1839 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 68, + "instId": 300006, + "propState": 8, + "pos": { + "x": 61080, + "y": 49988, + "z": 1039 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 68, + "instId": 300007, + "propState": 8, + "pos": { + "x": 66610, + "y": 49988, + "z": 9039 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 68, + "instId": 300008, + "propState": 8, + "pos": { + "x": 66950, + "y": 49988, + "z": 8239 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 68, + "instId": 300009, + "propState": 8, + "pos": { + "x": 67450, + "y": 49988, + "z": 9039 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 69, + "instId": 300001, + "propState": 12, + "pos": { + "x": 56030, + "y": 49988, + "z": 2039 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 69, + "instId": 300002, + "propState": 1, + "pos": { + "x": 56030, + "y": 49988, + "z": 8039 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 76, + "instId": 300001, + "propState": 8, + "pos": { + "x": 77970, + "y": 47844, + "z": 5855 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 76, + "instId": 300002, + "propState": 8, + "pos": { + "x": 119950, + "y": 47134, + "z": 6097 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 76, + "instId": 300003, + "propState": 8, + "pos": { + "x": 95016, + "y": 47844, + "z": -7810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 76, + "instId": 300004, + "propState": 8, + "pos": { + "x": 86985, + "y": 47844, + "z": 19660 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 77, + "instId": 300001, + "propState": 8, + "pos": { + "x": 109830, + "y": 47135, + "z": 9570 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 77, + "instId": 300002, + "propState": 8, + "pos": { + "x": 112330, + "y": 47134, + "z": 6070 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 77, + "instId": 300003, + "propState": 8, + "pos": { + "x": 109830, + "y": 47135, + "z": 2570 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 77, + "instId": 300004, + "propState": 8, + "pos": { + "x": 96840, + "y": 47844, + "z": 10070 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 77, + "instId": 300005, + "propState": 8, + "pos": { + "x": 96470, + "y": 47844, + "z": 9270 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 77, + "instId": 300006, + "propState": 8, + "pos": { + "x": 95970, + "y": 47844, + "z": 10070 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 77, + "instId": 300007, + "propState": 8, + "pos": { + "x": 88810, + "y": 47844, + "z": 2070 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 77, + "instId": 300008, + "propState": 8, + "pos": { + "x": 88470, + "y": 47844, + "z": 2870 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 77, + "instId": 300009, + "propState": 8, + "pos": { + "x": 87970, + "y": 47844, + "z": 2070 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 78, + "instId": 300001, + "propState": 12, + "pos": { + "x": 101970, + "y": 47844, + "z": 9070 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 78, + "instId": 300002, + "propState": 1, + "pos": { + "x": 101970, + "y": 47844, + "z": 3070 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 104, + "instId": 300001, + "propState": 12, + "pos": { + "x": -39836, + "y": 54051, + "z": 111523 + }, + "rot": { + "x": 0, + "y": 257368, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 104, + "instId": 300002, + "propState": 1, + "pos": { + "x": -38524, + "y": 54051, + "z": 105668 + }, + "rot": { + "x": 0, + "y": 257368, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 108, + "instId": 300001, + "propState": 12, + "pos": { + "x": -97290, + "y": 62594, + "z": 2970 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 108, + "instId": 300002, + "propState": 1, + "pos": { + "x": -97290, + "y": 62594, + "z": 8970 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 120, + "instId": 300001, + "propState": 8, + "pos": { + "x": 78286, + "y": 47844, + "z": 5334 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 120, + "instId": 300002, + "propState": 8, + "pos": { + "x": 40400, + "y": 50889, + "z": -3792 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 120, + "instId": 300003, + "propState": 8, + "pos": { + "x": 40400, + "y": 50889, + "z": 15249 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 120, + "instId": 300004, + "propState": 8, + "pos": { + "x": 57735, + "y": 49274, + "z": -12110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 120, + "instId": 300005, + "propState": 8, + "pos": { + "x": 57745, + "y": 49273, + "z": 23220 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 120, + "instId": 300006, + "propState": 8, + "pos": { + "x": 55180, + "y": 49988, + "z": 5039 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1060 + }, + { + "groupId": 121, + "instId": 300001, + "propState": 8, + "pos": { + "x": -115150, + "y": 62638, + "z": 6528 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 121, + "instId": 300002, + "propState": 8, + "pos": { + "x": -127550, + "y": 62048, + "z": 18304 + }, + "rot": { + "x": 0, + "y": 169460, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 121, + "instId": 300003, + "propState": 8, + "pos": { + "x": -127870, + "y": 62048, + "z": -8097 + }, + "rot": { + "x": 0, + "y": 13945, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 122, + "instId": 300001, + "propState": 8, + "pos": { + "x": -154560, + "y": 60890, + "z": 3070 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 122, + "instId": 300002, + "propState": 8, + "pos": { + "x": -157060, + "y": 60890, + "z": 6570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 122, + "instId": 300003, + "propState": 8, + "pos": { + "x": -154560, + "y": 60890, + "z": 10070 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 122, + "instId": 300004, + "propState": 1, + "pos": { + "x": -141853, + "y": 60884, + "z": 2570 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 122, + "instId": 300005, + "propState": 8, + "pos": { + "x": -137509, + "y": 60884, + "z": 11133 + }, + "rot": { + "x": 0, + "y": 87508, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 122, + "instId": 300006, + "propState": 8, + "pos": { + "x": -137135, + "y": 60884, + "z": 10349 + }, + "rot": { + "x": 0, + "y": 87508, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 122, + "instId": 300007, + "propState": 8, + "pos": { + "x": -136670, + "y": 60890, + "z": 11170 + }, + "rot": { + "x": 0, + "y": 87508, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 126, + "instId": 300001, + "propState": 101, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103186 + }, + { + "groupId": 126, + "instId": 300002, + "propState": 1, + "pos": { + "x": -172800, + "y": 64400, + "z": 6310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103098 + }, + { + "groupId": 126, + "instId": 300003, + "propState": 101, + "pos": { + "x": -184120, + "y": 63160, + "z": 6230 + }, + "rot": { + "x": 0, + "y": 59477, + "z": 0 + }, + "propId": 103214 + } + ], + "monsters": [ + { + "groupId": 25, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -147210, + "y": 60884, + "z": 6570 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 39, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 3100, + "y": 45388, + "z": -29830 + }, + "rot": { + "x": 0, + "y": 45372, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 46, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -40593, + "y": 54051, + "z": 110328 + }, + "rot": { + "x": 0, + "y": 257368, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 47, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -38204, + "y": 54051, + "z": 108814 + }, + "rot": { + "x": 0, + "y": 257368, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 48, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -39718, + "y": 54051, + "z": 106425 + }, + "rot": { + "x": 0, + "y": 257368, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 64, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -96290, + "y": 62594, + "z": 3970 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 65, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -98290, + "y": 62594, + "z": 5970 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 66, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -96290, + "y": 62594, + "z": 7970 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 73, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 57050, + "y": 49988, + "z": 3039 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 74, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 55050, + "y": 49988, + "z": 5039 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 75, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 57050, + "y": 49988, + "z": 7039 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 82, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 100970, + "y": 47844, + "z": 8070 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 83, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 102970, + "y": 47844, + "z": 6070 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 84, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 100970, + "y": 47844, + "z": 4070 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 100, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -147210, + "y": 60884, + "z": 6570 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 101, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -40593, + "y": 54051, + "z": 110328 + }, + "rot": { + "x": 0, + "y": 257368, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 102, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -38204, + "y": 54051, + "z": 108814 + }, + "rot": { + "x": 0, + "y": 257368, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 103, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -39718, + "y": 54051, + "z": 106425 + }, + "rot": { + "x": 0, + "y": 257368, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 105, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -96290, + "y": 62594, + "z": 3970 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 106, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -98290, + "y": 62594, + "z": 5970 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 107, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -96290, + "y": 62594, + "z": 7970 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 110, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 100970, + "y": 47844, + "z": 8070 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 111, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 102970, + "y": 47844, + "z": 6070 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 112, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 100970, + "y": 47844, + "z": 4070 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 123, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -147210, + "y": 60884, + "z": 6570 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 80505, + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 1, + "pos": { + "x": -1000, + "y": 95000, + "z": -9013 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 1, + "pos": { + "x": -1112, + "y": 98000, + "z": 56939 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 1, + "pos": { + "x": -908, + "y": 89798, + "z": 112009 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 1, + "pos": { + "x": -835, + "y": 95820, + "z": 142306 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 4, + "instId": 300005, + "propState": 8, + "pos": { + "x": 39519, + "y": 88400, + "z": 103220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 4, + "instId": 300006, + "propState": 8, + "pos": { + "x": 48558, + "y": 84400, + "z": 82242 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": -1000, + "y": 95000, + "z": -9013 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 1, + "pos": { + "x": -1103, + "y": 98000, + "z": 56939 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 5, + "instId": 300004, + "propState": 1, + "pos": { + "x": -835, + "y": 95820, + "z": 142306 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 5, + "instId": 300005, + "propState": 1, + "pos": { + "x": 39519, + "y": 88400, + "z": 103220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 5, + "instId": 300006, + "propState": 1, + "pos": { + "x": 48558, + "y": 84400, + "z": 82242 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + } + ], + "monsters": [], + "teleports": [] + }, + { + "planeID": 80506, + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": -277430, + "y": 6263, + "z": 855080 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 8, + "pos": { + "x": -277290, + "y": 4781, + "z": 812990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": -273810, + "y": 6706, + "z": 826700 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 8, + "pos": { + "x": -277310, + "y": 6717, + "z": 824200 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 8, + "pos": { + "x": -280810, + "y": 6706, + "z": 826700 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 1, + "pos": { + "x": -274800, + "y": 6706, + "z": 833800 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 7, + "instId": 300005, + "propState": 1, + "pos": { + "x": -279780, + "y": 6706, + "z": 833800 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 7, + "instId": 300006, + "propState": 8, + "pos": { + "x": -280516, + "y": 6315, + "z": 838970 + }, + "rot": { + "x": 0, + "y": 359721, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 7, + "instId": 300007, + "propState": 8, + "pos": { + "x": -279717, + "y": 6315, + "z": 839314 + }, + "rot": { + "x": 0, + "y": 359721, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 7, + "instId": 300008, + "propState": 8, + "pos": { + "x": -280520, + "y": 6315, + "z": 839810 + }, + "rot": { + "x": 0, + "y": 359721, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 8, + "pos": { + "x": 224890, + "y": -44200, + "z": 266260 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 8, + "pos": { + "x": 232690, + "y": -27827, + "z": 266150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": 238030, + "y": -27827, + "z": 282360 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 8, + "pos": { + "x": 240530, + "y": -27827, + "z": 278860 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 8, + "pos": { + "x": 238030, + "y": -27827, + "z": 275360 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 10, + "instId": 300004, + "propState": 8, + "pos": { + "x": 224750, + "y": -27900, + "z": 274410 + }, + "rot": { + "x": 0, + "y": 98329, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 10, + "instId": 300005, + "propState": 8, + "pos": { + "x": 225164, + "y": -27900, + "z": 274892 + }, + "rot": { + "x": 0, + "y": 98329, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 10, + "instId": 300006, + "propState": 8, + "pos": { + "x": 225581, + "y": -27900, + "z": 274289 + }, + "rot": { + "x": 0, + "y": 98329, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 8, + "pos": { + "x": -8, + "y": 1709, + "z": 55932 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 8, + "pos": { + "x": 6379, + "y": -19440, + "z": 76235 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 13, + "instId": 300001, + "propState": 8, + "pos": { + "x": -3210, + "y": 592, + "z": 86440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 8, + "pos": { + "x": 290, + "y": 610, + "z": 88940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 8, + "pos": { + "x": 3790, + "y": 572, + "z": 86440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 8, + "pos": { + "x": 4180, + "y": 572, + "z": 74410 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 13, + "instId": 300005, + "propState": 8, + "pos": { + "x": 3380, + "y": 572, + "z": 74070 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 13, + "instId": 300006, + "propState": 8, + "pos": { + "x": 4180, + "y": 572, + "z": 73570 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 15, + "instId": 300001, + "propState": 1, + "pos": { + "x": -3010, + "y": 572, + "z": 79180 + }, + "rot": { + "x": 0, + "y": 340000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 16, + "instId": 300001, + "propState": 8, + "pos": { + "x": -251160, + "y": -131600, + "z": 473719 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 8, + "pos": { + "x": -290202, + "y": -123110, + "z": 473719 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 8, + "pos": { + "x": -273980, + "y": -110613, + "z": 477620 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 8, + "pos": { + "x": -270480, + "y": -110610, + "z": 480120 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 17, + "instId": 300003, + "propState": 8, + "pos": { + "x": -266980, + "y": -110612, + "z": 477620 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 17, + "instId": 300004, + "propState": 8, + "pos": { + "x": -267480, + "y": -111025, + "z": 463950 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 17, + "instId": 300005, + "propState": 8, + "pos": { + "x": -268280, + "y": -111021, + "z": 463610 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 17, + "instId": 300006, + "propState": 8, + "pos": { + "x": -267480, + "y": -111025, + "z": 463110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 18, + "instId": 300001, + "propState": 1, + "pos": { + "x": -270480, + "y": -110618, + "z": 471926 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 19, + "instId": 300001, + "propState": 8, + "pos": { + "x": 426130, + "y": -34170, + "z": 846540 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 19, + "instId": 300002, + "propState": 8, + "pos": { + "x": 438001, + "y": -22038, + "z": 864814 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 20, + "instId": 300001, + "propState": 8, + "pos": { + "x": 428290, + "y": -18835, + "z": 840460 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 8, + "pos": { + "x": 424790, + "y": -18835, + "z": 837960 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 20, + "instId": 300003, + "propState": 8, + "pos": { + "x": 421290, + "y": -18835, + "z": 840460 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 20, + "instId": 300004, + "propState": 8, + "pos": { + "x": 428790, + "y": -18835, + "z": 849640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 20, + "instId": 300005, + "propState": 8, + "pos": { + "x": 427990, + "y": -18835, + "z": 850010 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 20, + "instId": 300006, + "propState": 8, + "pos": { + "x": 428790, + "y": -18835, + "z": 850510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 20, + "instId": 300007, + "propState": 8, + "pos": { + "x": 422780, + "y": -18835, + "z": 853920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 20, + "instId": 300008, + "propState": 8, + "pos": { + "x": 423580, + "y": -18835, + "z": 854260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 20, + "instId": 300009, + "propState": 8, + "pos": { + "x": 422780, + "y": -18835, + "z": 854760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 21, + "instId": 300001, + "propState": 12, + "pos": { + "x": 427790, + "y": -18835, + "z": 846800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 21, + "instId": 300002, + "propState": 1, + "pos": { + "x": 421790, + "y": -18835, + "z": 846800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 28, + "instId": 300001, + "propState": 8, + "pos": { + "x": -444960, + "y": -20090, + "z": 768030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 28, + "instId": 300002, + "propState": 8, + "pos": { + "x": -444990, + "y": 4630, + "z": 783270 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 29, + "instId": 300001, + "propState": 8, + "pos": { + "x": -448460, + "y": 2875, + "z": 770910 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 29, + "instId": 300002, + "propState": 8, + "pos": { + "x": -444960, + "y": 2875, + "z": 773410 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 29, + "instId": 300003, + "propState": 8, + "pos": { + "x": -441460, + "y": 2875, + "z": 770910 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 29, + "instId": 300004, + "propState": 8, + "pos": { + "x": -448520, + "y": 2875, + "z": 759400 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 29, + "instId": 300005, + "propState": 8, + "pos": { + "x": -447720, + "y": 2875, + "z": 759030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 29, + "instId": 300006, + "propState": 8, + "pos": { + "x": -448520, + "y": 2875, + "z": 758530 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 29, + "instId": 300007, + "propState": 8, + "pos": { + "x": -441680, + "y": 2875, + "z": 753720 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 29, + "instId": 300008, + "propState": 8, + "pos": { + "x": -442480, + "y": 2875, + "z": 753380 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 29, + "instId": 300009, + "propState": 8, + "pos": { + "x": -441680, + "y": 2875, + "z": 752880 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 30, + "instId": 300001, + "propState": 12, + "pos": { + "x": -447320, + "y": 2875, + "z": 765080 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 30, + "instId": 300002, + "propState": 1, + "pos": { + "x": -442830, + "y": 2875, + "z": 765080 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 37, + "instId": 300001, + "propState": 8, + "pos": { + "x": -445070, + "y": 5408, + "z": 874510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 37, + "instId": 300002, + "propState": 8, + "pos": { + "x": -401050, + "y": -13980, + "z": 877823 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 38, + "instId": 300001, + "propState": 8, + "pos": { + "x": -447998, + "y": 3466, + "z": 905823 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 38, + "instId": 300002, + "propState": 8, + "pos": { + "x": -445100, + "y": 3466, + "z": 908820 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 38, + "instId": 300003, + "propState": 8, + "pos": { + "x": -442181, + "y": 3466, + "z": 905823 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 38, + "instId": 300004, + "propState": 8, + "pos": { + "x": -447940, + "y": 3466, + "z": 893741 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 38, + "instId": 300005, + "propState": 8, + "pos": { + "x": -447140, + "y": 3466, + "z": 893371 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 38, + "instId": 300006, + "propState": 8, + "pos": { + "x": -447940, + "y": 3466, + "z": 892871 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 38, + "instId": 300007, + "propState": 8, + "pos": { + "x": -442270, + "y": 3932, + "z": 887790 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 38, + "instId": 300008, + "propState": 8, + "pos": { + "x": -443070, + "y": 3970, + "z": 887450 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 38, + "instId": 300009, + "propState": 8, + "pos": { + "x": -442270, + "y": 4026, + "z": 886950 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 39, + "instId": 300001, + "propState": 12, + "pos": { + "x": -447404, + "y": 3466, + "z": 899525 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 39, + "instId": 300002, + "propState": 1, + "pos": { + "x": -442645, + "y": 3466, + "z": 899525 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 46, + "instId": 300001, + "propState": 8, + "pos": { + "x": -278675, + "y": -109587, + "z": 495117 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 46, + "instId": 300002, + "propState": 8, + "pos": { + "x": -262400, + "y": -109587, + "z": 495117 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 47, + "instId": 300001, + "propState": 8, + "pos": { + "x": -273429, + "y": -111019, + "z": 517260 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 47, + "instId": 300002, + "propState": 8, + "pos": { + "x": -270490, + "y": -111019, + "z": 520760 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 47, + "instId": 300003, + "propState": 8, + "pos": { + "x": -267620, + "y": -111019, + "z": 517260 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 47, + "instId": 300004, + "propState": 8, + "pos": { + "x": -273860, + "y": -111019, + "z": 505480 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 47, + "instId": 300005, + "propState": 8, + "pos": { + "x": -273060, + "y": -111019, + "z": 505110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 47, + "instId": 300006, + "propState": 8, + "pos": { + "x": -273860, + "y": -111019, + "z": 504610 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 47, + "instId": 300007, + "propState": 8, + "pos": { + "x": -267020, + "y": -111019, + "z": 500840 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 47, + "instId": 300008, + "propState": 8, + "pos": { + "x": -267820, + "y": -111019, + "z": 500500 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 47, + "instId": 300009, + "propState": 8, + "pos": { + "x": -267020, + "y": -111019, + "z": 500000 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 48, + "instId": 300001, + "propState": 12, + "pos": { + "x": -272943, + "y": -111019, + "z": 510326 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 48, + "instId": 300002, + "propState": 1, + "pos": { + "x": -268154, + "y": -111019, + "z": 510326 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 55, + "instId": 300001, + "propState": 8, + "pos": { + "x": -277430, + "y": 6263, + "z": 855110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 55, + "instId": 300002, + "propState": 8, + "pos": { + "x": -277290, + "y": 4781, + "z": 812990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 56, + "instId": 300001, + "propState": 8, + "pos": { + "x": -273810, + "y": 6706, + "z": 826700 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 56, + "instId": 300002, + "propState": 8, + "pos": { + "x": -277310, + "y": 6717, + "z": 824200 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 56, + "instId": 300003, + "propState": 8, + "pos": { + "x": -280810, + "y": 6706, + "z": 826700 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 56, + "instId": 300004, + "propState": 1, + "pos": { + "x": -274821, + "y": 6706, + "z": 833791 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 56, + "instId": 300005, + "propState": 8, + "pos": { + "x": -280516, + "y": 6315, + "z": 838970 + }, + "rot": { + "x": 0, + "y": 359721, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 56, + "instId": 300006, + "propState": 8, + "pos": { + "x": -279717, + "y": 6315, + "z": 839314 + }, + "rot": { + "x": 0, + "y": 359721, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 56, + "instId": 300007, + "propState": 8, + "pos": { + "x": -280520, + "y": 6315, + "z": 839810 + }, + "rot": { + "x": 0, + "y": 359721, + "z": 0 + }, + "propId": 103014 + } + ], + "monsters": [ + { + "groupId": 8, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -277310, + "y": 6701, + "z": 830530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 11, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 232540, + "y": -27827, + "z": 278860 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 25, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 426790, + "y": -18835, + "z": 845780 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 26, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 424790, + "y": -18835, + "z": 843780 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 27, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 422790, + "y": -18835, + "z": 845780 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 34, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -446960, + "y": 2875, + "z": 764080 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 35, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -444960, + "y": 2875, + "z": 766080 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 36, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -442960, + "y": 2875, + "z": 764080 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 43, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -447100, + "y": 3466, + "z": 898580 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 44, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -445100, + "y": 3466, + "z": 900580 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 45, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -443100, + "y": 3466, + "z": 898580 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 52, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -272490, + "y": -111019, + "z": 510094 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 53, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -270490, + "y": -111019, + "z": 512094 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 54, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -268490, + "y": -111019, + "z": 510094 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 57, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -277310, + "y": 6701, + "z": 830530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 80507, + "props": [ + { + "groupId": 28, + "instId": 300001, + "propState": 8, + "pos": { + "x": 103, + "y": 3288, + "z": 244450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 28, + "instId": 300002, + "propState": 8, + "pos": { + "x": -30386, + "y": 4530, + "z": 266480 + }, + "rot": { + "x": 0, + "y": 71978, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 28, + "instId": 300003, + "propState": 8, + "pos": { + "x": 30415, + "y": 4532, + "z": 266630 + }, + "rot": { + "x": 0, + "y": 287908, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 29, + "instId": 300001, + "propState": 8, + "pos": { + "x": -3510, + "y": 4639, + "z": 288010 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 29, + "instId": 300002, + "propState": 8, + "pos": { + "x": -10, + "y": 4639, + "z": 290510 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 29, + "instId": 300003, + "propState": 8, + "pos": { + "x": 3490, + "y": 4639, + "z": 288010 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 29, + "instId": 300004, + "propState": 1, + "pos": { + "x": -4010, + "y": 4639, + "z": 272510 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 29, + "instId": 300005, + "propState": 1, + "pos": { + "x": 3990, + "y": 4639, + "z": 272510 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 29, + "instId": 300006, + "propState": 8, + "pos": { + "x": 4297, + "y": 4615, + "z": 266970 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 29, + "instId": 300007, + "propState": 8, + "pos": { + "x": 3760, + "y": 4615, + "z": 267310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 29, + "instId": 300008, + "propState": 8, + "pos": { + "x": 4297, + "y": 4615, + "z": 267810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 44, + "instId": 300001, + "propState": 8, + "pos": { + "x": -9240, + "y": 11381, + "z": 37860 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 44, + "instId": 300002, + "propState": 8, + "pos": { + "x": -18180, + "y": -4650, + "z": 37860 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 45, + "instId": 300001, + "propState": 8, + "pos": { + "x": -36580, + "y": 11381, + "z": 34360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 45, + "instId": 300002, + "propState": 8, + "pos": { + "x": -39080, + "y": 11381, + "z": 37860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 45, + "instId": 300003, + "propState": 8, + "pos": { + "x": -36580, + "y": 11381, + "z": 41360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 45, + "instId": 300004, + "propState": 8, + "pos": { + "x": -27040, + "y": 11381, + "z": 40860 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 45, + "instId": 300005, + "propState": 8, + "pos": { + "x": -26700, + "y": 11381, + "z": 40060 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 45, + "instId": 300006, + "propState": 8, + "pos": { + "x": -26200, + "y": 11381, + "z": 40860 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 47, + "instId": 300001, + "propState": 1, + "pos": { + "x": -32080, + "y": 11381, + "z": 34550 + }, + "rot": { + "x": 0, + "y": 250000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 48, + "instId": 300001, + "propState": 8, + "pos": { + "x": 257, + "y": 14953, + "z": 58620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 48, + "instId": 300002, + "propState": 8, + "pos": { + "x": 271, + "y": 14953, + "z": 95430 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 49, + "instId": 300001, + "propState": 8, + "pos": { + "x": -3346, + "y": 14953, + "z": 85910 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 49, + "instId": 300002, + "propState": 8, + "pos": { + "x": 154, + "y": 14953, + "z": 88410 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 49, + "instId": 300003, + "propState": 8, + "pos": { + "x": 3654, + "y": 14953, + "z": 85910 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 49, + "instId": 300004, + "propState": 8, + "pos": { + "x": 3797, + "y": 14958, + "z": 72020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 49, + "instId": 300005, + "propState": 8, + "pos": { + "x": 3260, + "y": 14968, + "z": 72360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 49, + "instId": 300006, + "propState": 8, + "pos": { + "x": 3797, + "y": 14958, + "z": 72860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 51, + "instId": 300001, + "propState": 8, + "pos": { + "x": 29760, + "y": 11513, + "z": 5045 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 51, + "instId": 300002, + "propState": 8, + "pos": { + "x": 37930, + "y": -4800, + "z": 5320 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 52, + "instId": 300001, + "propState": 8, + "pos": { + "x": 61340, + "y": 12753, + "z": 8820 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 52, + "instId": 300002, + "propState": 8, + "pos": { + "x": 63840, + "y": 12753, + "z": 5320 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 52, + "instId": 300003, + "propState": 8, + "pos": { + "x": 61340, + "y": 12753, + "z": 1820 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 52, + "instId": 300004, + "propState": 8, + "pos": { + "x": 48770, + "y": 12753, + "z": 2320 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 52, + "instId": 300005, + "propState": 8, + "pos": { + "x": 48430, + "y": 12753, + "z": 3120 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 52, + "instId": 300006, + "propState": 8, + "pos": { + "x": 47930, + "y": 12753, + "z": 2320 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 53, + "instId": 300001, + "propState": 1, + "pos": { + "x": 53630, + "y": 12753, + "z": 5320 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 54, + "instId": 300001, + "propState": 8, + "pos": { + "x": 145, + "y": 14953, + "z": 83940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 54, + "instId": 300002, + "propState": 8, + "pos": { + "x": 60, + "y": 14953, + "z": 125399 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 55, + "instId": 300001, + "propState": 8, + "pos": { + "x": -3461, + "y": 14953, + "z": 116702 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 55, + "instId": 300002, + "propState": 8, + "pos": { + "x": 39, + "y": 14953, + "z": 119202 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 55, + "instId": 300003, + "propState": 8, + "pos": { + "x": 3539, + "y": 14953, + "z": 116702 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 55, + "instId": 300004, + "propState": 8, + "pos": { + "x": -3961, + "y": 14953, + "z": 107572 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 55, + "instId": 300005, + "propState": 8, + "pos": { + "x": -3161, + "y": 14953, + "z": 107202 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 55, + "instId": 300006, + "propState": 8, + "pos": { + "x": -3961, + "y": 14953, + "z": 106702 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 55, + "instId": 300007, + "propState": 8, + "pos": { + "x": 4039, + "y": 14953, + "z": 99542 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 55, + "instId": 300008, + "propState": 8, + "pos": { + "x": 3239, + "y": 14953, + "z": 99202 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 55, + "instId": 300009, + "propState": 8, + "pos": { + "x": 4039, + "y": 14953, + "z": 98702 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 62, + "instId": 300001, + "propState": 8, + "pos": { + "x": -76017, + "y": 7259, + "z": 118750 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 62, + "instId": 300002, + "propState": 8, + "pos": { + "x": -94968, + "y": 7259, + "z": 107360 + }, + "rot": { + "x": 0, + "y": 123246, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 63, + "instId": 300001, + "propState": 8, + "pos": { + "x": -80865, + "y": 7259, + "z": 111138 + }, + "rot": { + "x": 0, + "y": 125000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 63, + "instId": 300002, + "propState": 8, + "pos": { + "x": -76564, + "y": 7259, + "z": 111178 + }, + "rot": { + "x": 0, + "y": 125000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 63, + "instId": 300003, + "propState": 8, + "pos": { + "x": -75131, + "y": 7259, + "z": 107123 + }, + "rot": { + "x": 0, + "y": 125000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 63, + "instId": 300004, + "propState": 8, + "pos": { + "x": -86511, + "y": 7259, + "z": 103946 + }, + "rot": { + "x": 0, + "y": 215000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300005, + "propState": 8, + "pos": { + "x": -86068, + "y": 7259, + "z": 103184 + }, + "rot": { + "x": 0, + "y": 215000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300006, + "propState": 8, + "pos": { + "x": -87010, + "y": 7259, + "z": 103233 + }, + "rot": { + "x": 0, + "y": 215000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300007, + "propState": 8, + "pos": { + "x": -84564, + "y": 7259, + "z": 92780 + }, + "rot": { + "x": 0, + "y": 215000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300008, + "propState": 8, + "pos": { + "x": -85414, + "y": 7259, + "z": 92960 + }, + "rot": { + "x": 0, + "y": 215000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300009, + "propState": 8, + "pos": { + "x": -85046, + "y": 7259, + "z": 92091 + }, + "rot": { + "x": 0, + "y": 215000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 70, + "instId": 300001, + "propState": 8, + "pos": { + "x": 74095, + "y": 2432, + "z": 204800 + }, + "rot": { + "x": 0, + "y": 18915, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 70, + "instId": 300002, + "propState": 8, + "pos": { + "x": 46187, + "y": 4202, + "z": 168208 + }, + "rot": { + "x": 0, + "y": 233915, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 71, + "instId": 300001, + "propState": 8, + "pos": { + "x": 59300, + "y": 2445, + "z": 175554 + }, + "rot": { + "x": 0, + "y": 309963, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 71, + "instId": 300002, + "propState": 8, + "pos": { + "x": 55011, + "y": 2445, + "z": 175885 + }, + "rot": { + "x": 0, + "y": 309963, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 71, + "instId": 300003, + "propState": 8, + "pos": { + "x": 53935, + "y": 2445, + "z": 180050 + }, + "rot": { + "x": 0, + "y": 309963, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 71, + "instId": 300004, + "propState": 8, + "pos": { + "x": 65547, + "y": 2445, + "z": 182230 + }, + "rot": { + "x": 0, + "y": 39963, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 71, + "instId": 300005, + "propState": 8, + "pos": { + "x": 65172, + "y": 2445, + "z": 183028 + }, + "rot": { + "x": 0, + "y": 39963, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 71, + "instId": 300006, + "propState": 8, + "pos": { + "x": 66106, + "y": 2445, + "z": 182897 + }, + "rot": { + "x": 0, + "y": 39963, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 71, + "instId": 300007, + "propState": 8, + "pos": { + "x": 64573, + "y": 2445, + "z": 193523 + }, + "rot": { + "x": 0, + "y": 39963, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 71, + "instId": 300008, + "propState": 8, + "pos": { + "x": 65405, + "y": 2445, + "z": 193270 + }, + "rot": { + "x": 0, + "y": 39963, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 71, + "instId": 300009, + "propState": 8, + "pos": { + "x": 65113, + "y": 2445, + "z": 194167 + }, + "rot": { + "x": 0, + "y": 39963, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 81, + "instId": 300001, + "propState": 8, + "pos": { + "x": -73250, + "y": 2432, + "z": 204170 + }, + "rot": { + "x": 0, + "y": 164608, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 81, + "instId": 300002, + "propState": 8, + "pos": { + "x": -46065, + "y": 4202, + "z": 168360 + }, + "rot": { + "x": 0, + "y": 125680, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 82, + "instId": 300001, + "propState": 8, + "pos": { + "x": -53113, + "y": 2446, + "z": 178557 + }, + "rot": { + "x": 0, + "y": 235719, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 82, + "instId": 300002, + "propState": 8, + "pos": { + "x": -54597, + "y": 2446, + "z": 174520 + }, + "rot": { + "x": 0, + "y": 235719, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 82, + "instId": 300003, + "propState": 8, + "pos": { + "x": -58897, + "y": 2446, + "z": 174614 + }, + "rot": { + "x": 0, + "y": 235719, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 82, + "instId": 300004, + "propState": 8, + "pos": { + "x": -57842, + "y": 2446, + "z": 186383 + }, + "rot": { + "x": 0, + "y": 325719, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 82, + "instId": 300005, + "propState": 8, + "pos": { + "x": -58712, + "y": 2446, + "z": 186238 + }, + "rot": { + "x": 0, + "y": 325719, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 82, + "instId": 300006, + "propState": 8, + "pos": { + "x": -58333, + "y": 2446, + "z": 187101 + }, + "rot": { + "x": 0, + "y": 325719, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 82, + "instId": 300007, + "propState": 8, + "pos": { + "x": -68976, + "y": 2446, + "z": 188512 + }, + "rot": { + "x": 0, + "y": 325719, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 82, + "instId": 300008, + "propState": 8, + "pos": { + "x": -68506, + "y": 2446, + "z": 189243 + }, + "rot": { + "x": 0, + "y": 325719, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 82, + "instId": 300009, + "propState": 8, + "pos": { + "x": -69449, + "y": 2446, + "z": 189206 + }, + "rot": { + "x": 0, + "y": 325719, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 89, + "instId": 300001, + "propState": 12, + "pos": { + "x": -3120, + "y": 14953, + "z": 112720 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 89, + "instId": 300002, + "propState": 1, + "pos": { + "x": 2880, + "y": 14953, + "z": 112720 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 90, + "instId": 300001, + "propState": 12, + "pos": { + "x": -82664, + "y": 7259, + "z": 107615 + }, + "rot": { + "x": 0, + "y": 214588, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 90, + "instId": 300002, + "propState": 1, + "pos": { + "x": -77724, + "y": 7259, + "z": 104209 + }, + "rot": { + "x": 0, + "y": 214588, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 91, + "instId": 300001, + "propState": 12, + "pos": { + "x": 61623, + "y": 2432, + "z": 179186 + }, + "rot": { + "x": 0, + "y": 38659, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 91, + "instId": 300002, + "propState": 1, + "pos": { + "x": 56941, + "y": 2432, + "z": 182938 + }, + "rot": { + "x": 0, + "y": 38659, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 92, + "instId": 300001, + "propState": 12, + "pos": { + "x": -55879, + "y": 2448, + "z": 181643 + }, + "rot": { + "x": 0, + "y": 325018, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 92, + "instId": 300002, + "propState": 1, + "pos": { + "x": -60795, + "y": 2448, + "z": 178203 + }, + "rot": { + "x": 0, + "y": 325018, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 93, + "instId": 300001, + "propState": 8, + "pos": { + "x": 105, + "y": 3288, + "z": 244450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 93, + "instId": 300002, + "propState": 8, + "pos": { + "x": -30387, + "y": 4529, + "z": 266480 + }, + "rot": { + "x": 0, + "y": 71978, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 93, + "instId": 300003, + "propState": 8, + "pos": { + "x": 30412, + "y": 4532, + "z": 266620 + }, + "rot": { + "x": 0, + "y": 287908, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 94, + "instId": 300001, + "propState": 8, + "pos": { + "x": -3510, + "y": 4639, + "z": 288010 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 94, + "instId": 300002, + "propState": 8, + "pos": { + "x": -10, + "y": 4639, + "z": 290510 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 94, + "instId": 300003, + "propState": 8, + "pos": { + "x": 3490, + "y": 4639, + "z": 288010 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 94, + "instId": 300004, + "propState": 1, + "pos": { + "x": -4010, + "y": 4639, + "z": 272510 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 94, + "instId": 300005, + "propState": 8, + "pos": { + "x": 4297, + "y": 4615, + "z": 266970 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 94, + "instId": 300006, + "propState": 8, + "pos": { + "x": 3760, + "y": 4615, + "z": 267310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 94, + "instId": 300007, + "propState": 8, + "pos": { + "x": 4297, + "y": 4615, + "z": 267810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103014 + } + ], + "monsters": [ + { + "groupId": 30, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -10, + "y": 4639, + "z": 281630 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 50, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 154, + "y": 14953, + "z": 79260 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 59, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -1961, + "y": 14953, + "z": 111702 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 60, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 39, + "y": 14953, + "z": 113702 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 61, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 2039, + "y": 14953, + "z": 111702 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 67, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -82504, + "y": 7259, + "z": 106182 + }, + "rot": { + "x": 0, + "y": 215000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 68, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -79718, + "y": 7259, + "z": 106673 + }, + "rot": { + "x": 0, + "y": 215000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 69, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -79227, + "y": 7259, + "z": 103888 + }, + "rot": { + "x": 0, + "y": 215000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 75, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 61362, + "y": 2445, + "z": 180349 + }, + "rot": { + "x": 0, + "y": 39963, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 76, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 58544, + "y": 2445, + "z": 180101 + }, + "rot": { + "x": 0, + "y": 39963, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 77, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 58296, + "y": 2445, + "z": 182918 + }, + "rot": { + "x": 0, + "y": 39963, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 86, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -57169, + "y": 2446, + "z": 181843 + }, + "rot": { + "x": 0, + "y": 325719, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 87, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -57695, + "y": 2446, + "z": 179064 + }, + "rot": { + "x": 0, + "y": 325719, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 88, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -60474, + "y": 2446, + "z": 179590 + }, + "rot": { + "x": 0, + "y": 325719, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 95, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -10, + "y": 4639, + "z": 281630 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 80508, + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": 47718, + "y": -1332, + "z": 98260 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102037 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": -59730, + "y": 821, + "z": 72304 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 8, + "pos": { + "x": -14140, + "y": 2171, + "z": 37670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 8, + "pos": { + "x": 6470, + "y": 2220, + "z": 46860 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 8, + "pos": { + "x": 6650, + "y": 2171, + "z": 66135 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 7, + "instId": 300005, + "propState": 8, + "pos": { + "x": -43272, + "y": 2221, + "z": 77153 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": -5310, + "y": 2171, + "z": 63950 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 8, + "pos": { + "x": -2310, + "y": 2171, + "z": 60450 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 8, + "pos": { + "x": -5310, + "y": 2171, + "z": 56950 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 20, + "pos": { + "x": -10760, + "y": 2171, + "z": 61889 + }, + "rot": { + "x": 0, + "y": 269926, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 20, + "pos": { + "x": -10760, + "y": 2171, + "z": 60690 + }, + "rot": { + "x": 0, + "y": 269926, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 8, + "instId": 300006, + "propState": 20, + "pos": { + "x": -10760, + "y": 2171, + "z": 59389 + }, + "rot": { + "x": 0, + "y": 269926, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 8, + "instId": 300007, + "propState": 8, + "pos": { + "x": -52541, + "y": 2171, + "z": 43593 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1051 + }, + { + "groupId": 8, + "instId": 300009, + "propState": 8, + "pos": { + "x": -15900, + "y": 2171, + "z": 60500 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300008, + "propState": 20, + "pos": { + "x": -62120, + "y": 821, + "z": 39160 + }, + "rot": { + "x": 0, + "y": 269926, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 8, + "pos": { + "x": -25070, + "y": 2171, + "z": 54980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 8, + "pos": { + "x": -52750, + "y": 2171, + "z": 43250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 8, + "pos": { + "x": -28640, + "y": 2171, + "z": 43180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 9, + "instId": 300004, + "propState": 8, + "pos": { + "x": -35569, + "y": 2171, + "z": 67375 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": 22710, + "y": 7036, + "z": -108631 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 8, + "pos": { + "x": -900, + "y": 7036, + "z": -108610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 8, + "pos": { + "x": 16490, + "y": 4877, + "z": -135760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 8, + "pos": { + "x": 12990, + "y": 4877, + "z": -138760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 8, + "pos": { + "x": 9490, + "y": 4877, + "z": -135760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 11, + "instId": 300004, + "propState": 8, + "pos": { + "x": 16678, + "y": 4877, + "z": -127780 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 11, + "instId": 300005, + "propState": 8, + "pos": { + "x": 25676, + "y": 3543, + "z": -135696 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102054 + }, + { + "groupId": 11, + "instId": 300006, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 11, + "instId": 300008, + "propState": 20, + "pos": { + "x": 8660, + "y": 4877, + "z": -126890 + }, + "rot": { + "x": 0, + "y": 269926, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 11, + "instId": 300007, + "propState": 8, + "pos": { + "x": 0, + "y": 1000, + "z": 9046 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 8, + "pos": { + "x": 25579, + "y": 4989, + "z": -132429 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300001, + "propState": 20, + "pos": { + "x": 25580, + "y": 4989, + "z": -131470 + }, + "rot": { + "x": 0, + "y": 269926, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 20, + "pos": { + "x": 25579, + "y": 4989, + "z": -132429 + }, + "rot": { + "x": 0, + "y": 269926, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 16, + "instId": 300003, + "propState": 20, + "pos": { + "x": 25580, + "y": 4989, + "z": -133500 + }, + "rot": { + "x": 0, + "y": 269926, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 20, + "pos": { + "x": 25580, + "y": 4989, + "z": -131470 + }, + "rot": { + "x": 0, + "y": 269926, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 20, + "pos": { + "x": 25579, + "y": 4989, + "z": -132429 + }, + "rot": { + "x": 0, + "y": 269926, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 18, + "instId": 300001, + "propState": 20, + "pos": { + "x": 25579, + "y": 4989, + "z": -132429 + }, + "rot": { + "x": 0, + "y": 269926, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": -206320, + "y": 2966, + "z": -92810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 8, + "pos": { + "x": -206320, + "y": 2966, + "z": -87810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 8, + "pos": { + "x": -206320, + "y": 2966, + "z": -82810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 20, + "pos": { + "x": -202180, + "y": 2966, + "z": -89846 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 7, + "instId": 300005, + "propState": 20, + "pos": { + "x": -202180, + "y": 2966, + "z": -87846 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 7, + "instId": 300006, + "propState": 20, + "pos": { + "x": -202180, + "y": 2966, + "z": -85410 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 7, + "instId": 300007, + "propState": 8, + "pos": { + "x": -144980, + "y": -46, + "z": -73273 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1051 + }, + { + "groupId": 7, + "instId": 300008, + "propState": 20, + "pos": { + "x": -138570, + "y": -46, + "z": -73273 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 7, + "instId": 300009, + "propState": 8, + "pos": { + "x": -197920, + "y": 2966, + "z": -87846 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": -153950, + "y": -4389, + "z": -95510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 8, + "pos": { + "x": -178240, + "y": -7672, + "z": -75510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 8, + "pos": { + "x": -152294, + "y": -163, + "z": -70940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 8, + "pos": { + "x": -154132, + "y": -163, + "z": -72550 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 8, + "pos": { + "x": -155160, + "y": -163, + "z": -74509 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300006, + "propState": 8, + "pos": { + "x": -151520, + "y": -4389, + "z": -95020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300007, + "propState": 8, + "pos": { + "x": -170533, + "y": -4389, + "z": -93910 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300008, + "propState": 8, + "pos": { + "x": -171030, + "y": -4389, + "z": -87160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300009, + "propState": 8, + "pos": { + "x": -168740, + "y": -4383, + "z": -66223 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300010, + "propState": 8, + "pos": { + "x": -174021, + "y": -4383, + "z": -58800 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300011, + "propState": 8, + "pos": { + "x": -175401, + "y": -4383, + "z": -60446 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300012, + "propState": 8, + "pos": { + "x": -185710, + "y": -7672, + "z": -79700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300013, + "propState": 8, + "pos": { + "x": -186850, + "y": -7672, + "z": -77840 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300014, + "propState": 8, + "pos": { + "x": -179950, + "y": -7672, + "z": -76370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300015, + "propState": 8, + "pos": { + "x": -199130, + "y": -4171, + "z": -85290 + }, + "rot": { + "x": 0, + "y": 45579, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300016, + "propState": 8, + "pos": { + "x": -203400, + "y": -4171, + "z": -83790 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300017, + "propState": 8, + "pos": { + "x": -206127, + "y": -4171, + "z": -90578 + }, + "rot": { + "x": 0, + "y": 54553, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300018, + "propState": 8, + "pos": { + "x": -202290, + "y": -4155, + "z": -92200 + }, + "rot": { + "x": 0, + "y": 6097, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300019, + "propState": 8, + "pos": { + "x": -209240, + "y": -178, + "z": -70740 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300020, + "propState": 8, + "pos": { + "x": -211010, + "y": -178, + "z": -68811 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300021, + "propState": 8, + "pos": { + "x": -187694, + "y": -154, + "z": -94980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300022, + "propState": 8, + "pos": { + "x": -173853, + "y": -178, + "z": -71351 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300023, + "propState": 8, + "pos": { + "x": -173830, + "y": -178, + "z": -72960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300024, + "propState": 8, + "pos": { + "x": -171630, + "y": -178, + "z": -67230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300025, + "propState": 8, + "pos": { + "x": -171643, + "y": -178, + "z": -65620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300026, + "propState": 8, + "pos": { + "x": -186720, + "y": -154, + "z": -90290 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300027, + "propState": 8, + "pos": { + "x": -185240, + "y": -154, + "z": -91940 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300028, + "propState": 8, + "pos": { + "x": -198710, + "y": -4171, + "z": -91020 + }, + "rot": { + "x": 0, + "y": 139113, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300029, + "propState": 8, + "pos": { + "x": -186071, + "y": -178, + "z": -69130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300030, + "propState": 8, + "pos": { + "x": -183430, + "y": -7672, + "z": -92010 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 8, + "instId": 300031, + "propState": 8, + "pos": { + "x": -135330, + "y": -115, + "z": -73270 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 8, + "pos": { + "x": 233810, + "y": 45287, + "z": -89700 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 8, + "pos": { + "x": 208760, + "y": 46598, + "z": -62270 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": 250710, + "y": 45265, + "z": -59790 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 8, + "pos": { + "x": 250710, + "y": 45265, + "z": -64790 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 8, + "pos": { + "x": 250710, + "y": 45265, + "z": -69790 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 5, + "instId": 300004, + "propState": 20, + "pos": { + "x": 245570, + "y": 45265, + "z": -63290 + }, + "rot": { + "x": 0, + "y": 269275, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 5, + "instId": 300005, + "propState": 20, + "pos": { + "x": 245570, + "y": 45265, + "z": -64790 + }, + "rot": { + "x": 0, + "y": 269275, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 5, + "instId": 300006, + "propState": 20, + "pos": { + "x": 245590, + "y": 45265, + "z": -66430 + }, + "rot": { + "x": 0, + "y": 269275, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 5, + "instId": 300008, + "propState": 20, + "pos": { + "x": 218107, + "y": 45825, + "z": -63443 + }, + "rot": { + "x": 0, + "y": 279620, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 5, + "instId": 300007, + "propState": 8, + "pos": { + "x": 223326, + "y": 45273, + "z": -60660 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1051 + }, + { + "groupId": 5, + "instId": 300009, + "propState": 8, + "pos": { + "x": 241650, + "y": 45265, + "z": -64790 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": 239350, + "y": 45265, + "z": -64020 + }, + "rot": { + "x": 0, + "y": 359039, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 8, + "pos": { + "x": 219250, + "y": 45481, + "z": -60500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 8, + "pos": { + "x": 228820, + "y": 45265, + "z": -50400 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 8, + "pos": { + "x": 250250, + "y": 45265, + "z": -72700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 8, + "pos": { + "x": -33150, + "y": 13643, + "z": -27420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 8, + "pos": { + "x": -20860, + "y": 23830, + "z": -47026 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 8, + "pos": { + "x": -17320, + "y": 17968, + "z": -98176 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": -78550, + "y": 3855, + "z": -15450 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 8, + "pos": { + "x": -78550, + "y": 3855, + "z": -12450 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 8, + "pos": { + "x": -78550, + "y": 3855, + "z": -9450 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 10, + "instId": 300004, + "propState": 20, + "pos": { + "x": -72120, + "y": 3833, + "z": -13786 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 10, + "instId": 300005, + "propState": 20, + "pos": { + "x": -72120, + "y": 3834, + "z": -12504 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 10, + "instId": 300006, + "propState": 20, + "pos": { + "x": -72120, + "y": 3834, + "z": -11160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 10, + "instId": 300009, + "propState": 8, + "pos": { + "x": -66430, + "y": 3861, + "z": -12500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300007, + "propState": 8, + "pos": { + "x": -7970, + "y": 23873, + "z": -69649 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1051 + }, + { + "groupId": 10, + "instId": 300008, + "propState": 20, + "pos": { + "x": -10200, + "y": 23873, + "z": -73870 + }, + "rot": { + "x": 0, + "y": 36, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 8, + "pos": { + "x": -26834, + "y": 16971, + "z": -74154 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 8, + "pos": { + "x": -28624, + "y": 16353, + "z": -66542 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 8, + "pos": { + "x": -9086, + "y": 17963, + "z": -73050 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300004, + "propState": 8, + "pos": { + "x": -30820, + "y": 13866, + "z": -55092 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300005, + "propState": 8, + "pos": { + "x": -31810, + "y": 13690, + "z": -53830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300006, + "propState": 8, + "pos": { + "x": -32100, + "y": 13577, + "z": -36650 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300007, + "propState": 8, + "pos": { + "x": -33780, + "y": 13575, + "z": -31963 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300008, + "propState": 8, + "pos": { + "x": -34940, + "y": 13596, + "z": -33040 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300009, + "propState": 8, + "pos": { + "x": -52401, + "y": 11130, + "z": -48691 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300010, + "propState": 8, + "pos": { + "x": -51054, + "y": 11131, + "z": -51188 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300011, + "propState": 8, + "pos": { + "x": -48830, + "y": 7474, + "z": -28292 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300012, + "propState": 8, + "pos": { + "x": -51939, + "y": 7470, + "z": -33403 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300013, + "propState": 8, + "pos": { + "x": -71510, + "y": 2771, + "z": -26260 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300014, + "propState": 8, + "pos": { + "x": -65900, + "y": 2812, + "z": -26390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300015, + "propState": 8, + "pos": { + "x": -68860, + "y": 2790, + "z": -24690 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300016, + "propState": 8, + "pos": { + "x": -70080, + "y": 2808, + "z": -33920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300017, + "propState": 8, + "pos": { + "x": -8985, + "y": 17945, + "z": -71572 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300018, + "propState": 8, + "pos": { + "x": -30840, + "y": 13575, + "z": -37670 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300019, + "propState": 8, + "pos": { + "x": -19401, + "y": 17965, + "z": -84135 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300020, + "propState": 8, + "pos": { + "x": -21723, + "y": 23805, + "z": -50691 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300021, + "propState": 8, + "pos": { + "x": -6285, + "y": 23808, + "z": -49182 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300022, + "propState": 8, + "pos": { + "x": -4595, + "y": 23802, + "z": -50966 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300023, + "propState": 8, + "pos": { + "x": -10870, + "y": 23829, + "z": -59860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300024, + "propState": 8, + "pos": { + "x": -71660, + "y": 2796, + "z": -32840 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300025, + "propState": 8, + "pos": { + "x": -17240, + "y": 17964, + "z": -93020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300026, + "propState": 8, + "pos": { + "x": -15921, + "y": 17953, + "z": -88639 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300027, + "propState": 8, + "pos": { + "x": -18821, + "y": 17955, + "z": -92091 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300028, + "propState": 8, + "pos": { + "x": -47888, + "y": 7474, + "z": -31623 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300029, + "propState": 8, + "pos": { + "x": -51505, + "y": 7474, + "z": -28274 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300030, + "propState": 8, + "pos": { + "x": -38127, + "y": 13553, + "z": -48901 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 11, + "instId": 300031, + "propState": 8, + "pos": { + "x": -11330, + "y": 17963, + "z": -73730 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": -425960, + "y": -44510, + "z": 115420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 8, + "pos": { + "x": -404500, + "y": -44510, + "z": 60750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": -410650, + "y": -44510, + "z": 132800 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 8, + "pos": { + "x": -405650, + "y": -44510, + "z": 132800 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 8, + "pos": { + "x": -400650, + "y": -44510, + "z": 132800 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 20, + "pos": { + "x": -406800, + "y": -44510, + "z": 126240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 6, + "instId": 300005, + "propState": 20, + "pos": { + "x": -405646, + "y": -44510, + "z": 126240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 6, + "instId": 300006, + "propState": 20, + "pos": { + "x": -404550, + "y": -44510, + "z": 126240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 6, + "instId": 300007, + "propState": 8, + "pos": { + "x": -404630, + "y": -44773, + "z": 97000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1051 + }, + { + "groupId": 6, + "instId": 300009, + "propState": 8, + "pos": { + "x": -405646, + "y": -44510, + "z": 120760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 6, + "instId": 300008, + "propState": 20, + "pos": { + "x": -407920, + "y": -45184, + "z": 91710 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 8, + "pos": { + "x": -404000, + "y": -44430, + "z": 116500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": -405074, + "y": -44773, + "z": 97000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 8, + "pos": { + "x": -397750, + "y": -44510, + "z": 103250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 8, + "pos": { + "x": -420000, + "y": -44510, + "z": 126443 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": -36110, + "y": 491, + "z": -7800 + }, + "rot": { + "x": 0, + "y": 314947, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 8, + "pos": { + "x": -58980, + "y": 491, + "z": 15030 + }, + "rot": { + "x": 0, + "y": 314947, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 8, + "pos": { + "x": -39672, + "y": 491, + "z": 11338 + }, + "rot": { + "x": 0, + "y": 44947, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": -60160, + "y": 3445, + "z": -14590 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 8, + "pos": { + "x": -62910, + "y": 3445, + "z": -11840 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 8, + "pos": { + "x": -65630, + "y": 3445, + "z": -9120 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 20, + "pos": { + "x": -58436, + "y": 3524, + "z": -8594 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 7, + "instId": 300005, + "propState": 20, + "pos": { + "x": -59143, + "y": 3524, + "z": -7887 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 7, + "instId": 300006, + "propState": 20, + "pos": { + "x": -59850, + "y": 3524, + "z": -7180 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 7, + "instId": 300008, + "propState": 8, + "pos": { + "x": -56737, + "y": 3524, + "z": -5587 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 7, + "instId": 300009, + "propState": 20, + "pos": { + "x": -46390, + "y": 744, + "z": 9420 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": -56486, + "y": 3612, + "z": -2463 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 8, + "pos": { + "x": -58531, + "y": 3625, + "z": -7390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1031 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 8, + "pos": { + "x": -58490, + "y": 3582, + "z": -7310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300006, + "propState": 8, + "pos": { + "x": 0, + "y": 1000, + "z": 9046 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": 388060, + "y": -21580, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 8, + "pos": { + "x": 388060, + "y": -21580, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": 369619, + "y": -13716, + "z": 432587 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 8, + "pos": { + "x": 372140, + "y": -13716, + "z": 436270 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 8, + "pos": { + "x": 374753, + "y": -13716, + "z": 432587 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 20, + "pos": { + "x": 373360, + "y": -13716, + "z": 429097 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 7, + "instId": 300005, + "propState": 20, + "pos": { + "x": 371810, + "y": -13716, + "z": 429067 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 7, + "instId": 300006, + "propState": 20, + "pos": { + "x": 372590, + "y": -13716, + "z": 430090 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 7, + "instId": 300007, + "propState": 8, + "pos": { + "x": -52541, + "y": 2171, + "z": 43593 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1051 + }, + { + "groupId": 7, + "instId": 300009, + "propState": 8, + "pos": { + "x": 372590, + "y": -13716, + "z": 423930 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 7, + "instId": 300008, + "propState": 20, + "pos": { + "x": 372590, + "y": -13716, + "z": 424243 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 7, + "instId": 300011, + "propState": 8, + "pos": { + "x": 370544, + "y": -13716, + "z": 427205 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 7, + "instId": 300012, + "propState": 8, + "pos": { + "x": 369981, + "y": -13117, + "z": 429791 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 8, + "pos": { + "x": 369925, + "y": -13718, + "z": 429883 + }, + "rot": { + "x": 0, + "y": 68258, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 8, + "instId": 300006, + "propState": 8, + "pos": { + "x": 388060, + "y": -13820, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300007, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300008, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300009, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300010, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300011, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300012, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300013, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300014, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300015, + "propState": 8, + "pos": { + "x": 406110, + "y": -13646, + "z": 428020 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 109 + }, + { + "groupId": 8, + "instId": 300016, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300017, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300018, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300019, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 8, + "pos": { + "x": 388060, + "y": -21580, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 8, + "pos": { + "x": 388060, + "y": -21580, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": 369619, + "y": -13716, + "z": 432587 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 8, + "pos": { + "x": 372140, + "y": -13716, + "z": 436270 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 8, + "pos": { + "x": 374753, + "y": -13716, + "z": 432587 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 10, + "instId": 300004, + "propState": 20, + "pos": { + "x": 373440, + "y": -13716, + "z": 428995 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 10, + "instId": 300005, + "propState": 20, + "pos": { + "x": 371742, + "y": -13716, + "z": 428965 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 10, + "instId": 300006, + "propState": 20, + "pos": { + "x": 372590, + "y": -13716, + "z": 430090 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 10, + "instId": 300007, + "propState": 8, + "pos": { + "x": -52541, + "y": 2171, + "z": 43593 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1051 + }, + { + "groupId": 10, + "instId": 300009, + "propState": 8, + "pos": { + "x": 372590, + "y": -13716, + "z": 423930 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300008, + "propState": 20, + "pos": { + "x": 372590, + "y": -13716, + "z": 424243 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 10, + "instId": 300011, + "propState": 8, + "pos": { + "x": 370544, + "y": -13716, + "z": 427205 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300012, + "propState": 8, + "pos": { + "x": 369981, + "y": -13117, + "z": 429791 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300005, + "propState": 8, + "pos": { + "x": 369925, + "y": -13718, + "z": 429883 + }, + "rot": { + "x": 0, + "y": 68258, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 11, + "instId": 300006, + "propState": 8, + "pos": { + "x": 388060, + "y": -13820, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300004, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300007, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300008, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300009, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300010, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300011, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300012, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300013, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300014, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300015, + "propState": 8, + "pos": { + "x": 406110, + "y": -13646, + "z": 428020 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 109 + }, + { + "groupId": 11, + "instId": 300016, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300017, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300018, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300019, + "propState": 8, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "monsters": [ + { + "groupId": 9, + "instId": 200002, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 9, + "instId": 200003, + "eventId": 81312013, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002059 + }, + { + "groupId": 9, + "instId": 200004, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 9, + "instId": 200005, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 9, + "instId": 200006, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 9, + "instId": 200007, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 9, + "instId": 200008, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 9, + "instId": 200009, + "eventId": 81312013, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002059 + }, + { + "groupId": 9, + "instId": 200010, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 9, + "instId": 200011, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 9, + "instId": 200012, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 9, + "instId": 200013, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 9, + "instId": 200014, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 9, + "instId": 200015, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 9, + "instId": 200016, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 9, + "instId": 200017, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 9, + "instId": 200018, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 9, + "instId": 200019, + "eventId": 81312012, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 9, + "instId": 200020, + "eventId": 81312013, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002059 + }, + { + "groupId": 9, + "instId": 200021, + "eventId": 81312013, + "pos": { + "x": -29340, + "y": 2171, + "z": 47377 + }, + "rot": { + "x": 0, + "y": 1223, + "z": 0 + }, + "monsterId": 8002059 + }, + { + "groupId": 12, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 25579, + "y": 4989, + "z": -132429 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 6, + "instId": 200002, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 6, + "instId": 200003, + "eventId": 81312013, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002059 + }, + { + "groupId": 6, + "instId": 200004, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 6, + "instId": 200005, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 6, + "instId": 200006, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 6, + "instId": 200007, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 6, + "instId": 200008, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 6, + "instId": 200009, + "eventId": 81312013, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002059 + }, + { + "groupId": 6, + "instId": 200010, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 6, + "instId": 200011, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 6, + "instId": 200012, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 6, + "instId": 200013, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 6, + "instId": 200014, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 6, + "instId": 200015, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 6, + "instId": 200016, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 6, + "instId": 200017, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 6, + "instId": 200018, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 6, + "instId": 200019, + "eventId": 81312012, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 6, + "instId": 200020, + "eventId": 81312013, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002059 + }, + { + "groupId": 6, + "instId": 200021, + "eventId": 81312013, + "pos": { + "x": 231940, + "y": 45265, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 343713, + "z": 0 + }, + "monsterId": 8002059 + }, + { + "groupId": 7, + "instId": 200002, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 7, + "instId": 200003, + "eventId": 81312013, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002059 + }, + { + "groupId": 7, + "instId": 200004, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 7, + "instId": 200005, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 7, + "instId": 200006, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 7, + "instId": 200007, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 7, + "instId": 200008, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 7, + "instId": 200009, + "eventId": 81312013, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002059 + }, + { + "groupId": 7, + "instId": 200010, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 7, + "instId": 200011, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 7, + "instId": 200012, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 7, + "instId": 200013, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 7, + "instId": 200014, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 7, + "instId": 200015, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 7, + "instId": 200016, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 7, + "instId": 200017, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 7, + "instId": 200018, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 7, + "instId": 200019, + "eventId": 81312012, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002058 + }, + { + "groupId": 7, + "instId": 200020, + "eventId": 81312013, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002059 + }, + { + "groupId": 7, + "instId": 200021, + "eventId": 81312013, + "pos": { + "x": -412508, + "y": -44510, + "z": 109652 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002059 + } + ], + "teleports": [] + }, + { + "planeID": 80601, + "props": [ + { + "groupId": 31, + "instId": 300001, + "propState": 8, + "pos": { + "x": -280, + "y": 26687, + "z": -185210 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 31, + "instId": 300002, + "propState": 8, + "pos": { + "x": -280, + "y": 26791, + "z": -234460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 32, + "instId": 300001, + "propState": 8, + "pos": { + "x": -3780, + "y": 26686, + "z": -193370 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 32, + "instId": 300002, + "propState": 8, + "pos": { + "x": -280, + "y": 26687, + "z": -190870 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 32, + "instId": 300003, + "propState": 8, + "pos": { + "x": 3220, + "y": 26687, + "z": -193370 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 32, + "instId": 300004, + "propState": 8, + "pos": { + "x": 5090, + "y": 26686, + "z": -207160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 32, + "instId": 300005, + "propState": 8, + "pos": { + "x": 4290, + "y": 26686, + "z": -207500 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 32, + "instId": 300006, + "propState": 8, + "pos": { + "x": 5090, + "y": 26686, + "z": -208000 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 34, + "instId": 300001, + "propState": 8, + "pos": { + "x": -26150, + "y": -17012, + "z": -289020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 34, + "instId": 300002, + "propState": 8, + "pos": { + "x": -17270, + "y": -17012, + "z": -272480 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 35, + "instId": 300001, + "propState": 8, + "pos": { + "x": -29560, + "y": -17012, + "z": -264340 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 35, + "instId": 300002, + "propState": 8, + "pos": { + "x": -26060, + "y": -17012, + "z": -261840 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 35, + "instId": 300003, + "propState": 8, + "pos": { + "x": -22560, + "y": -17012, + "z": -264340 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 35, + "instId": 300004, + "propState": 8, + "pos": { + "x": -30510, + "y": -17012, + "z": -273270 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 35, + "instId": 300005, + "propState": 8, + "pos": { + "x": -29710, + "y": -17002, + "z": -273640 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 35, + "instId": 300006, + "propState": 8, + "pos": { + "x": -30510, + "y": -17012, + "z": -274140 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 35, + "instId": 300007, + "propState": 8, + "pos": { + "x": -22100, + "y": -17012, + "z": -278790 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 35, + "instId": 300008, + "propState": 8, + "pos": { + "x": -22900, + "y": -17012, + "z": -279130 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 35, + "instId": 300009, + "propState": 8, + "pos": { + "x": -22100, + "y": -17012, + "z": -279630 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 37, + "instId": 300001, + "propState": 8, + "pos": { + "x": -233, + "y": 26687, + "z": -247490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 37, + "instId": 300002, + "propState": 8, + "pos": { + "x": -180, + "y": 26686, + "z": -298090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 38, + "instId": 300001, + "propState": 8, + "pos": { + "x": -3820, + "y": 26790, + "z": -260900 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 38, + "instId": 300002, + "propState": 8, + "pos": { + "x": -320, + "y": 26791, + "z": -258400 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 38, + "instId": 300003, + "propState": 8, + "pos": { + "x": 3180, + "y": 26790, + "z": -260900 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 38, + "instId": 300004, + "propState": 1, + "pos": { + "x": -3230, + "y": 26686, + "z": -273830 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 38, + "instId": 300005, + "propState": 1, + "pos": { + "x": 2770, + "y": 26687, + "z": -273830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 38, + "instId": 300006, + "propState": 20, + "pos": { + "x": -3320, + "y": 26686, + "z": -265330 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 38, + "instId": 300007, + "propState": 20, + "pos": { + "x": -320, + "y": 26686, + "z": -265330 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 38, + "instId": 300008, + "propState": 20, + "pos": { + "x": 2680, + "y": 26687, + "z": -265330 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 40, + "instId": 300001, + "propState": 8, + "pos": { + "x": 150, + "y": -19011, + "z": 219170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 40, + "instId": 300002, + "propState": 8, + "pos": { + "x": 29, + "y": -18997, + "z": 168890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 40, + "instId": 300003, + "propState": 8, + "pos": { + "x": -233, + "y": 26687, + "z": -247490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 40, + "instId": 300004, + "propState": 8, + "pos": { + "x": -180, + "y": 26686, + "z": -298090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 41, + "instId": 300001, + "propState": 8, + "pos": { + "x": -3820, + "y": 26790, + "z": -260900 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 41, + "instId": 300002, + "propState": 8, + "pos": { + "x": -320, + "y": 26791, + "z": -258400 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 41, + "instId": 300003, + "propState": 8, + "pos": { + "x": 3180, + "y": 26790, + "z": -260900 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 41, + "instId": 300004, + "propState": 12, + "pos": { + "x": -3320, + "y": 26686, + "z": -265330 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 41, + "instId": 300005, + "propState": 12, + "pos": { + "x": -320, + "y": 26686, + "z": -265330 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 41, + "instId": 300006, + "propState": 12, + "pos": { + "x": 2680, + "y": 26687, + "z": -265330 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 41, + "instId": 300007, + "propState": 8, + "pos": { + "x": 3350, + "y": 26686, + "z": -278200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 41, + "instId": 300008, + "propState": 8, + "pos": { + "x": 2550, + "y": 26686, + "z": -278540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 41, + "instId": 300009, + "propState": 8, + "pos": { + "x": 3350, + "y": 26686, + "z": -279040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 43, + "instId": 300001, + "propState": 8, + "pos": { + "x": 150, + "y": -19011, + "z": 219170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 43, + "instId": 300002, + "propState": 8, + "pos": { + "x": 29, + "y": -18997, + "z": 168890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 43, + "instId": 300003, + "propState": 8, + "pos": { + "x": -233, + "y": 26687, + "z": -247490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 43, + "instId": 300004, + "propState": 8, + "pos": { + "x": -180, + "y": 26686, + "z": -298090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 44, + "instId": 300001, + "propState": 8, + "pos": { + "x": -3820, + "y": 26790, + "z": -260900 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 44, + "instId": 300002, + "propState": 8, + "pos": { + "x": -320, + "y": 26791, + "z": -258400 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 44, + "instId": 300003, + "propState": 8, + "pos": { + "x": 3180, + "y": 26790, + "z": -260900 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 44, + "instId": 300004, + "propState": 1, + "pos": { + "x": -3230, + "y": 26686, + "z": -273830 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 44, + "instId": 300005, + "propState": 8, + "pos": { + "x": 3350, + "y": 26686, + "z": -278200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 44, + "instId": 300006, + "propState": 8, + "pos": { + "x": 2550, + "y": 26686, + "z": -278540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 44, + "instId": 300007, + "propState": 8, + "pos": { + "x": 3350, + "y": 26686, + "z": -279040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 44, + "instId": 300008, + "propState": 8, + "pos": { + "x": -240, + "y": 26687, + "z": -270480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 45, + "instId": 300001, + "propState": 8, + "pos": { + "x": 150, + "y": -19011, + "z": 219170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 45, + "instId": 300002, + "propState": 8, + "pos": { + "x": 29, + "y": -18997, + "z": 168890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 45, + "instId": 300003, + "propState": 8, + "pos": { + "x": -233, + "y": 26687, + "z": -247490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 45, + "instId": 300004, + "propState": 8, + "pos": { + "x": -180, + "y": 26686, + "z": -298090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 46, + "instId": 300001, + "propState": 8, + "pos": { + "x": -3820, + "y": 26790, + "z": -260900 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 46, + "instId": 300002, + "propState": 8, + "pos": { + "x": -320, + "y": 26791, + "z": -258400 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 46, + "instId": 300003, + "propState": 8, + "pos": { + "x": 3180, + "y": 26790, + "z": -260900 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 46, + "instId": 300004, + "propState": 8, + "pos": { + "x": 3350, + "y": 26686, + "z": -278200 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 46, + "instId": 300005, + "propState": 8, + "pos": { + "x": 2550, + "y": 26686, + "z": -278540 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 46, + "instId": 300006, + "propState": 8, + "pos": { + "x": 3350, + "y": 26686, + "z": -279040 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 49, + "instId": 300001, + "propState": 8, + "pos": { + "x": 150, + "y": -19011, + "z": 219170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 49, + "instId": 300002, + "propState": 8, + "pos": { + "x": 29, + "y": -18997, + "z": 168890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 49, + "instId": 300003, + "propState": 8, + "pos": { + "x": -233, + "y": 26687, + "z": -247490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 49, + "instId": 300004, + "propState": 8, + "pos": { + "x": -180, + "y": 26686, + "z": -298090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 50, + "instId": 300001, + "propState": 8, + "pos": { + "x": -3820, + "y": 26790, + "z": -260900 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 50, + "instId": 300002, + "propState": 8, + "pos": { + "x": -320, + "y": 26791, + "z": -258400 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 50, + "instId": 300003, + "propState": 8, + "pos": { + "x": 3180, + "y": 26790, + "z": -260900 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 51, + "instId": 300001, + "propState": 1, + "pos": { + "x": 2600, + "y": 26687, + "z": -268094 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 51, + "instId": 300002, + "propState": 1, + "pos": { + "x": -3400, + "y": 26686, + "z": -268094 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 52, + "instId": 300001, + "propState": 1, + "pos": { + "x": -630, + "y": 26686, + "z": -268720 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 52, + "instId": 300002, + "propState": 12, + "pos": { + "x": -3630, + "y": 26686, + "z": -270720 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 52, + "instId": 300003, + "propState": 12, + "pos": { + "x": 2370, + "y": 26736, + "z": -270720 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 52, + "instId": 300004, + "propState": 1, + "pos": { + "x": -3420, + "y": 26686, + "z": -268104 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 53, + "instId": 300001, + "propState": 1, + "pos": { + "x": -150, + "y": 26687, + "z": -268104 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 53, + "instId": 300002, + "propState": 1, + "pos": { + "x": -3420, + "y": 26686, + "z": -268104 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 53, + "instId": 300003, + "propState": 12, + "pos": { + "x": -3630, + "y": 26686, + "z": -270720 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 53, + "instId": 300004, + "propState": 12, + "pos": { + "x": 2370, + "y": 26736, + "z": -270720 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 54, + "instId": 300001, + "propState": 8, + "pos": { + "x": 150, + "y": -19011, + "z": 219170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 54, + "instId": 300002, + "propState": 8, + "pos": { + "x": 29, + "y": -18997, + "z": 168890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 54, + "instId": 300003, + "propState": 8, + "pos": { + "x": -233, + "y": 26687, + "z": -247490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 54, + "instId": 300004, + "propState": 8, + "pos": { + "x": -180, + "y": 26686, + "z": -298090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 55, + "instId": 300001, + "propState": 8, + "pos": { + "x": -3820, + "y": 26790, + "z": -260900 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 55, + "instId": 300002, + "propState": 8, + "pos": { + "x": -320, + "y": 26791, + "z": -258400 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 55, + "instId": 300003, + "propState": 8, + "pos": { + "x": 3180, + "y": 26790, + "z": -260900 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 55, + "instId": 300004, + "propState": 8, + "pos": { + "x": -4300, + "y": 26686, + "z": -273970 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 55, + "instId": 300005, + "propState": 8, + "pos": { + "x": -3500, + "y": 26686, + "z": -274340 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 55, + "instId": 300006, + "propState": 8, + "pos": { + "x": -4300, + "y": 26686, + "z": -274840 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 55, + "instId": 300007, + "propState": 8, + "pos": { + "x": 3700, + "y": 26736, + "z": -282000 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 55, + "instId": 300008, + "propState": 8, + "pos": { + "x": 2900, + "y": 26687, + "z": -282340 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 55, + "instId": 300009, + "propState": 8, + "pos": { + "x": 3700, + "y": 26736, + "z": -282840 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 55, + "instId": 300010, + "propState": 12, + "pos": { + "x": 3700, + "y": 26736, + "z": -278840 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 55, + "instId": 300011, + "propState": 1, + "pos": { + "x": -4300, + "y": 26686, + "z": -278840 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 56, + "instId": 300001, + "propState": 12, + "pos": { + "x": -3480, + "y": 26686, + "z": -267000 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 56, + "instId": 300002, + "propState": 1, + "pos": { + "x": 2520, + "y": 26686, + "z": -267000 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 64, + "instId": 300001, + "propState": 8, + "pos": { + "x": -33150, + "y": 13643, + "z": -27420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 64, + "instId": 300002, + "propState": 8, + "pos": { + "x": -20860, + "y": 23830, + "z": -47026 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 64, + "instId": 300003, + "propState": 8, + "pos": { + "x": -17320, + "y": 17968, + "z": -98176 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 65, + "instId": 300001, + "propState": 8, + "pos": { + "x": -8430, + "y": 26522, + "z": -345946 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 65, + "instId": 300002, + "propState": 8, + "pos": { + "x": -8430, + "y": 26522, + "z": -342946 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 65, + "instId": 300003, + "propState": 8, + "pos": { + "x": -8430, + "y": 26522, + "z": -339946 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 65, + "instId": 300004, + "propState": 20, + "pos": { + "x": -15850, + "y": 26660, + "z": -341962 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 65, + "instId": 300005, + "propState": 20, + "pos": { + "x": -15850, + "y": 26660, + "z": -340680 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 65, + "instId": 300006, + "propState": 20, + "pos": { + "x": -15850, + "y": 26660, + "z": -339336 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 65, + "instId": 300009, + "propState": 8, + "pos": { + "x": -12250, + "y": 26686, + "z": -340980 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 65, + "instId": 300007, + "propState": 8, + "pos": { + "x": -670, + "y": 26686, + "z": -556580 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1051 + }, + { + "groupId": 65, + "instId": 300008, + "propState": 20, + "pos": { + "x": 59920, + "y": 46539, + "z": -404366 + }, + "rot": { + "x": 0, + "y": 36, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 66, + "instId": 300001, + "propState": 8, + "pos": { + "x": -6910, + "y": 26719, + "z": -540081 + }, + "rot": { + "x": 0, + "y": 91472, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 66, + "instId": 300002, + "propState": 8, + "pos": { + "x": 6580, + "y": 26719, + "z": -536690 + }, + "rot": { + "x": 0, + "y": 282131, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 66, + "instId": 300003, + "propState": 8, + "pos": { + "x": 1300, + "y": 26719, + "z": -509000 + }, + "rot": { + "x": 0, + "y": 147759, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 66, + "instId": 300004, + "propState": 8, + "pos": { + "x": -5800, + "y": 26719, + "z": -520900 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 66, + "instId": 300005, + "propState": 8, + "pos": { + "x": -6200, + "y": 26719, + "z": -499800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 66, + "instId": 300006, + "propState": 8, + "pos": { + "x": 4800, + "y": 26719, + "z": -490900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 66, + "instId": 300007, + "propState": 8, + "pos": { + "x": -2500, + "y": 26719, + "z": -476900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 66, + "instId": 300008, + "propState": 8, + "pos": { + "x": 3800, + "y": 26719, + "z": -456200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 66, + "instId": 300009, + "propState": 8, + "pos": { + "x": 7300, + "y": 26719, + "z": -463200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 66, + "instId": 300010, + "propState": 8, + "pos": { + "x": -1700, + "y": 26719, + "z": -441300 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 66, + "instId": 300011, + "propState": 8, + "pos": { + "x": 6800, + "y": 26719, + "z": -435800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 66, + "instId": 300012, + "propState": 8, + "pos": { + "x": -6800, + "y": 26719, + "z": -432800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 66, + "instId": 300013, + "propState": 8, + "pos": { + "x": -2800, + "y": 26719, + "z": -417600 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 66, + "instId": 300014, + "propState": 8, + "pos": { + "x": -400, + "y": 26719, + "z": -417200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 66, + "instId": 300015, + "propState": 8, + "pos": { + "x": -6800, + "y": 26719, + "z": -400100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 66, + "instId": 300016, + "propState": 8, + "pos": { + "x": 3900, + "y": 26719, + "z": -409100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 66, + "instId": 300017, + "propState": 8, + "pos": { + "x": -5400, + "y": 26719, + "z": -393700 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 66, + "instId": 300018, + "propState": 8, + "pos": { + "x": 1200, + "y": 26719, + "z": -378900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 66, + "instId": 300019, + "propState": 8, + "pos": { + "x": -5600, + "y": 26719, + "z": -356800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 66, + "instId": 300020, + "propState": 8, + "pos": { + "x": 7000, + "y": 26719, + "z": -341000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 66, + "instId": 300021, + "propState": 8, + "pos": { + "x": -200, + "y": 26719, + "z": -353200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 66, + "instId": 300022, + "propState": 8, + "pos": { + "x": 6100, + "y": 26719, + "z": -337200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 66, + "instId": 300023, + "propState": 8, + "pos": { + "x": -4400, + "y": 26719, + "z": -323600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 66, + "instId": 300024, + "propState": 8, + "pos": { + "x": 4700, + "y": 26719, + "z": -303600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 66, + "instId": 300025, + "propState": 8, + "pos": { + "x": -1400, + "y": 26719, + "z": -272400 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 66, + "instId": 300026, + "propState": 8, + "pos": { + "x": 4500, + "y": 26719, + "z": -250200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 66, + "instId": 300027, + "propState": 8, + "pos": { + "x": -1300, + "y": 26719, + "z": -214900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 66, + "instId": 300028, + "propState": 8, + "pos": { + "x": -5200, + "y": 26719, + "z": -233100 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 66, + "instId": 300029, + "propState": 8, + "pos": { + "x": -1500, + "y": 26719, + "z": -181500 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 66, + "instId": 300030, + "propState": 8, + "pos": { + "x": 3000, + "y": 26686, + "z": -182300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 66, + "instId": 300031, + "propState": 8, + "pos": { + "x": -11330, + "y": 17963, + "z": -73730 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 66, + "instId": 300032, + "propState": 8, + "pos": { + "x": -1500, + "y": 26719, + "z": -181500 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 67, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 26686, + "z": -297920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 67, + "instId": 300002, + "propState": 8, + "pos": { + "x": -233, + "y": 26687, + "z": -247490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 68, + "instId": 300001, + "propState": 8, + "pos": { + "x": -3500, + "y": 26686, + "z": -269920 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 68, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 26686, + "z": -267420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 68, + "instId": 300003, + "propState": 8, + "pos": { + "x": 3500, + "y": 26687, + "z": -269920 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 68, + "instId": 300004, + "propState": 1, + "pos": { + "x": -3000, + "y": 26686, + "z": -279920 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 68, + "instId": 300005, + "propState": 1, + "pos": { + "x": 3000, + "y": 26687, + "z": -279920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 68, + "instId": 300006, + "propState": 1, + "pos": { + "x": -3000, + "y": 26686, + "z": -284480 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60408 + }, + { + "groupId": 70, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 26686, + "z": -297920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 70, + "instId": 300002, + "propState": 8, + "pos": { + "x": -233, + "y": 26686, + "z": -247490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 71, + "instId": 300002, + "propState": 8, + "pos": { + "x": -3500, + "y": 26686, + "z": -269920 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 71, + "instId": 300003, + "propState": 8, + "pos": { + "x": 0, + "y": 26686, + "z": -267420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 71, + "instId": 300004, + "propState": 8, + "pos": { + "x": 3500, + "y": 26687, + "z": -269920 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 71, + "instId": 300007, + "propState": 20, + "pos": { + "x": -3000, + "y": 26686, + "z": -273920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 71, + "instId": 300008, + "propState": 20, + "pos": { + "x": -1760, + "y": 26686, + "z": -273920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 71, + "instId": 300009, + "propState": 20, + "pos": { + "x": 1240, + "y": 26687, + "z": -273920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 71, + "instId": 300010, + "propState": 8, + "pos": { + "x": 4000, + "y": 26790, + "z": -286080 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 71, + "instId": 300011, + "propState": 8, + "pos": { + "x": 3200, + "y": 26790, + "z": -286420 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 71, + "instId": 300012, + "propState": 8, + "pos": { + "x": 4000, + "y": 26747, + "z": -286920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 71, + "instId": 300013, + "propState": 12, + "pos": { + "x": 4000, + "y": 26736, + "z": -282920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 71, + "instId": 300014, + "propState": 1, + "pos": { + "x": -4000, + "y": 26686, + "z": -282920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 112, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 26686, + "z": -297920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 112, + "instId": 300002, + "propState": 8, + "pos": { + "x": -233, + "y": 26686, + "z": -247490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 113, + "instId": 300001, + "propState": 8, + "pos": { + "x": -3500, + "y": 26686, + "z": -269920 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 113, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 26686, + "z": -267420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 113, + "instId": 300003, + "propState": 8, + "pos": { + "x": 3500, + "y": 26686, + "z": -269920 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 113, + "instId": 300004, + "propState": 8, + "pos": { + "x": -4000, + "y": 26686, + "z": -278050 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 113, + "instId": 300005, + "propState": 8, + "pos": { + "x": -3200, + "y": 26686, + "z": -278420 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 113, + "instId": 300006, + "propState": 8, + "pos": { + "x": -4000, + "y": 26686, + "z": -278920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 113, + "instId": 300007, + "propState": 8, + "pos": { + "x": 4000, + "y": 26686, + "z": -286080 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 113, + "instId": 300008, + "propState": 8, + "pos": { + "x": 3200, + "y": 26686, + "z": -286420 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 113, + "instId": 300009, + "propState": 8, + "pos": { + "x": 4000, + "y": 26686, + "z": -286920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 113, + "instId": 300010, + "propState": 12, + "pos": { + "x": 4000, + "y": 26686, + "z": -282920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 113, + "instId": 300011, + "propState": 1, + "pos": { + "x": -4000, + "y": 26686, + "z": -282920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 114, + "instId": 300001, + "propState": 12, + "pos": { + "x": -3000, + "y": 26686, + "z": -273920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 114, + "instId": 300002, + "propState": 1, + "pos": { + "x": 3000, + "y": 26686, + "z": -273920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 121, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 26686, + "z": -297920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 121, + "instId": 300002, + "propState": 8, + "pos": { + "x": -233, + "y": 26686, + "z": -247490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 122, + "instId": 300001, + "propState": 8, + "pos": { + "x": -3500, + "y": 26686, + "z": -278920 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 122, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 26686, + "z": -276420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 122, + "instId": 300003, + "propState": 8, + "pos": { + "x": 3500, + "y": 26686, + "z": -278920 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 122, + "instId": 300004, + "propState": 1, + "pos": { + "x": -3000, + "y": 26687, + "z": -284480 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 122, + "instId": 300005, + "propState": 8, + "pos": { + "x": 3810, + "y": 26686, + "z": -287580 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 122, + "instId": 300006, + "propState": 8, + "pos": { + "x": 3010, + "y": 26686, + "z": -287920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 122, + "instId": 300007, + "propState": 8, + "pos": { + "x": 3810, + "y": 26686, + "z": -288420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 122, + "instId": 300008, + "propState": 8, + "pos": { + "x": 0, + "y": 26687, + "z": -282920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 124, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 26686, + "z": -297920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 124, + "instId": 300002, + "propState": 8, + "pos": { + "x": -233, + "y": 26686, + "z": -247490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 125, + "instId": 300001, + "propState": 8, + "pos": { + "x": -3500, + "y": 26686, + "z": -274440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 125, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 26686, + "z": -271940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 125, + "instId": 300003, + "propState": 8, + "pos": { + "x": 3500, + "y": 26686, + "z": -274440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 125, + "instId": 300004, + "propState": 8, + "pos": { + "x": 3810, + "y": 26686, + "z": -288580 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 125, + "instId": 300005, + "propState": 8, + "pos": { + "x": 3010, + "y": 26686, + "z": -288920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 125, + "instId": 300006, + "propState": 8, + "pos": { + "x": 3810, + "y": 26686, + "z": -289420 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 125, + "instId": 300007, + "propState": 1, + "pos": { + "x": -3500, + "y": 26686, + "z": -288790 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 129, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 26686, + "z": -297920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 129, + "instId": 300002, + "propState": 8, + "pos": { + "x": -233, + "y": 26686, + "z": -247490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 130, + "instId": 300001, + "propState": 8, + "pos": { + "x": -3500, + "y": 26686, + "z": -278920 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 130, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 26686, + "z": -276420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 130, + "instId": 300003, + "propState": 8, + "pos": { + "x": 3500, + "y": 26686, + "z": -278920 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 131, + "instId": 300002, + "propState": 12, + "pos": { + "x": -3000, + "y": 26686, + "z": -282920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 131, + "instId": 300003, + "propState": 12, + "pos": { + "x": 3000, + "y": 26686, + "z": -282920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 131, + "instId": 300004, + "propState": 12, + "pos": { + "x": -3000, + "y": 26686, + "z": -286920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 131, + "instId": 300005, + "propState": 12, + "pos": { + "x": 3000, + "y": 26686, + "z": -286920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 131, + "instId": 300006, + "propState": 12, + "pos": { + "x": 0, + "y": 26686, + "z": -286920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 131, + "instId": 300007, + "propState": 12, + "pos": { + "x": 0, + "y": 26686, + "z": -282920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 131, + "instId": 300001, + "propState": 12, + "pos": { + "x": 0, + "y": 26686, + "z": -290730 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 131, + "instId": 300008, + "propState": 12, + "pos": { + "x": -2860, + "y": 26686, + "z": -290730 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 131, + "instId": 300009, + "propState": 12, + "pos": { + "x": 3070, + "y": 26686, + "z": -290730 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 131, + "instId": 300010, + "propState": 12, + "pos": { + "x": 0, + "y": 26686, + "z": -294580 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 132, + "instId": 300001, + "propState": 1, + "pos": { + "x": 3000, + "y": 26686, + "z": -282920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 132, + "instId": 300002, + "propState": 1, + "pos": { + "x": -3000, + "y": 26686, + "z": -282920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 133, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 26686, + "z": -282920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 133, + "instId": 300002, + "propState": 12, + "pos": { + "x": -3000, + "y": 26686, + "z": -284920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 133, + "instId": 300003, + "propState": 12, + "pos": { + "x": 3000, + "y": 26686, + "z": -284920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 134, + "instId": 300001, + "propState": 1, + "pos": { + "x": 3000, + "y": 26686, + "z": -282920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 134, + "instId": 300002, + "propState": 1, + "pos": { + "x": -3000, + "y": 26686, + "z": -282920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 135, + "instId": 300001, + "propState": 8, + "pos": { + "x": -33150, + "y": 13643, + "z": -27420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 135, + "instId": 300002, + "propState": 8, + "pos": { + "x": -20860, + "y": 23830, + "z": -47026 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 135, + "instId": 300003, + "propState": 8, + "pos": { + "x": -17320, + "y": 17968, + "z": -98176 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 136, + "instId": 300001, + "propState": 8, + "pos": { + "x": 168060, + "y": 41544, + "z": 24180 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 136, + "instId": 300002, + "propState": 8, + "pos": { + "x": 168060, + "y": 41544, + "z": 27180 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 136, + "instId": 300003, + "propState": 8, + "pos": { + "x": 168060, + "y": 41544, + "z": 30180 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 136, + "instId": 300004, + "propState": 20, + "pos": { + "x": 161130, + "y": 41544, + "z": 29540 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 136, + "instId": 300005, + "propState": 20, + "pos": { + "x": 161130, + "y": 41544, + "z": 27505 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 136, + "instId": 300006, + "propState": 20, + "pos": { + "x": 161130, + "y": 41544, + "z": 25406 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 136, + "instId": 300009, + "propState": 8, + "pos": { + "x": 157466, + "y": 41544, + "z": 27621 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 136, + "instId": 300007, + "propState": 8, + "pos": { + "x": 85420, + "y": 50693, + "z": 5620 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1051 + }, + { + "groupId": 136, + "instId": 300008, + "propState": 20, + "pos": { + "x": 59920, + "y": 46539, + "z": -404366 + }, + "rot": { + "x": 0, + "y": 36, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 137, + "instId": 300001, + "propState": 8, + "pos": { + "x": 95270, + "y": 51720, + "z": 5530 + }, + "rot": { + "x": 0, + "y": 91472, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 137, + "instId": 300002, + "propState": 8, + "pos": { + "x": 86673, + "y": 50682, + "z": 2302 + }, + "rot": { + "x": 0, + "y": 700, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 137, + "instId": 300003, + "propState": 8, + "pos": { + "x": 1300, + "y": 26719, + "z": -509000 + }, + "rot": { + "x": 0, + "y": 147759, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 137, + "instId": 300004, + "propState": 8, + "pos": { + "x": -5800, + "y": 26719, + "z": -520900 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 137, + "instId": 300005, + "propState": 8, + "pos": { + "x": -6200, + "y": 26719, + "z": -499800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 137, + "instId": 300006, + "propState": 8, + "pos": { + "x": 4800, + "y": 26719, + "z": -490900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 137, + "instId": 300007, + "propState": 8, + "pos": { + "x": -2500, + "y": 26719, + "z": -476900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 137, + "instId": 300008, + "propState": 8, + "pos": { + "x": 3800, + "y": 26719, + "z": -456200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 137, + "instId": 300009, + "propState": 8, + "pos": { + "x": 7300, + "y": 26719, + "z": -463200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 137, + "instId": 300010, + "propState": 8, + "pos": { + "x": -1700, + "y": 26719, + "z": -441300 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 137, + "instId": 300030, + "propState": 8, + "pos": { + "x": 3000, + "y": 26686, + "z": -182300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 137, + "instId": 300031, + "propState": 8, + "pos": { + "x": -11330, + "y": 17963, + "z": -73730 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 138, + "instId": 300001, + "propState": 8, + "pos": { + "x": -26210, + "y": -17012, + "z": -288720 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 138, + "instId": 300002, + "propState": 8, + "pos": { + "x": -18250, + "y": -17011, + "z": -272460 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 139, + "instId": 300001, + "propState": 8, + "pos": { + "x": -29650, + "y": -16924, + "z": -260720 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 139, + "instId": 300002, + "propState": 8, + "pos": { + "x": -26150, + "y": -17012, + "z": -258220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 139, + "instId": 300003, + "propState": 8, + "pos": { + "x": -22650, + "y": -16924, + "z": -260720 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 139, + "instId": 300004, + "propState": 8, + "pos": { + "x": -30150, + "y": -17012, + "z": -268850 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 139, + "instId": 300005, + "propState": 8, + "pos": { + "x": -29350, + "y": -16985, + "z": -269220 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 139, + "instId": 300006, + "propState": 8, + "pos": { + "x": -30150, + "y": -17012, + "z": -269720 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 139, + "instId": 300007, + "propState": 8, + "pos": { + "x": -22150, + "y": -17012, + "z": -276880 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 139, + "instId": 300008, + "propState": 8, + "pos": { + "x": -22950, + "y": -17012, + "z": -277220 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 139, + "instId": 300009, + "propState": 8, + "pos": { + "x": -22150, + "y": -17012, + "z": -277720 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 139, + "instId": 300010, + "propState": 12, + "pos": { + "x": -22150, + "y": -17012, + "z": -273720 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 139, + "instId": 300011, + "propState": 1, + "pos": { + "x": -30150, + "y": -17012, + "z": -273720 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 140, + "instId": 300001, + "propState": 12, + "pos": { + "x": -29150, + "y": -17012, + "z": -264720 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 140, + "instId": 300002, + "propState": 1, + "pos": { + "x": -23150, + "y": -17012, + "z": -264720 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 147, + "instId": 300001, + "propState": 8, + "pos": { + "x": 334870, + "y": 20715, + "z": 155490 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 147, + "instId": 300002, + "propState": 8, + "pos": { + "x": 354905, + "y": 17450, + "z": 123670 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 147, + "instId": 300003, + "propState": 8, + "pos": { + "x": 348960, + "y": 26100, + "z": 131600 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 148, + "instId": 300001, + "propState": 8, + "pos": { + "x": 349425, + "y": 26097, + "z": 136731 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 148, + "instId": 300002, + "propState": 8, + "pos": { + "x": 347644, + "y": 26097, + "z": 132816 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 148, + "instId": 300003, + "propState": 8, + "pos": { + "x": 343363, + "y": 26097, + "z": 133231 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 148, + "instId": 300004, + "propState": 8, + "pos": { + "x": 343270, + "y": 24774, + "z": 146900 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 148, + "instId": 300005, + "propState": 8, + "pos": { + "x": 342392, + "y": 24774, + "z": 146820 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 148, + "instId": 300006, + "propState": 8, + "pos": { + "x": 342835, + "y": 24566, + "z": 147653 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 148, + "instId": 300007, + "propState": 8, + "pos": { + "x": 337190, + "y": 24151, + "z": 145760 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 148, + "instId": 300008, + "propState": 8, + "pos": { + "x": 337713, + "y": 23943, + "z": 146454 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 148, + "instId": 300009, + "propState": 8, + "pos": { + "x": 336770, + "y": 23735, + "z": 146488 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 148, + "instId": 300010, + "propState": 12, + "pos": { + "x": 340440, + "y": 26107, + "z": 140991 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 148, + "instId": 300011, + "propState": 1, + "pos": { + "x": 345130, + "y": 26120, + "z": 142950 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 149, + "instId": 300001, + "propState": 12, + "pos": { + "x": 346205, + "y": 26097, + "z": 139691 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 149, + "instId": 300002, + "propState": 1, + "pos": { + "x": 342369, + "y": 26097, + "z": 137021 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 156, + "instId": 300001, + "propState": 8, + "pos": { + "x": 278630, + "y": 2168, + "z": 195370 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 156, + "instId": 300002, + "propState": 8, + "pos": { + "x": 278630, + "y": -4150, + "z": 195370 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 157, + "instId": 300001, + "propState": 8, + "pos": { + "x": 306630, + "y": 2190, + "z": 198870 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 157, + "instId": 300002, + "propState": 8, + "pos": { + "x": 309130, + "y": 2190, + "z": 195370 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 157, + "instId": 300003, + "propState": 8, + "pos": { + "x": 306630, + "y": 2190, + "z": 191870 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 157, + "instId": 300004, + "propState": 8, + "pos": { + "x": 298500, + "y": 2190, + "z": 199370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 157, + "instId": 300005, + "propState": 8, + "pos": { + "x": 298130, + "y": 2190, + "z": 198570 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 157, + "instId": 300006, + "propState": 8, + "pos": { + "x": 297630, + "y": 2190, + "z": 199370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 157, + "instId": 300007, + "propState": 8, + "pos": { + "x": 297180, + "y": 2190, + "z": 191370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 157, + "instId": 300008, + "propState": 8, + "pos": { + "x": 296840, + "y": 2190, + "z": 192170 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 157, + "instId": 300009, + "propState": 8, + "pos": { + "x": 296340, + "y": 2190, + "z": 191370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 157, + "instId": 300010, + "propState": 12, + "pos": { + "x": 293630, + "y": 2190, + "z": 191370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 157, + "instId": 300011, + "propState": 1, + "pos": { + "x": 293630, + "y": 2190, + "z": 199370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 158, + "instId": 300001, + "propState": 12, + "pos": { + "x": 302630, + "y": 2344, + "z": 198370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 158, + "instId": 300002, + "propState": 1, + "pos": { + "x": 302630, + "y": 2344, + "z": 192370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 165, + "instId": 300001, + "propState": 12, + "pos": { + "x": -270, + "y": 26686, + "z": -283110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 165, + "instId": 300002, + "propState": 1, + "pos": { + "x": 3000, + "y": 26686, + "z": -273920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 165, + "instId": 300003, + "propState": 1, + "pos": { + "x": 3000, + "y": 26686, + "z": -278830 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 165, + "instId": 300004, + "propState": 1, + "pos": { + "x": -3410, + "y": 26686, + "z": -273920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 165, + "instId": 300005, + "propState": 1, + "pos": { + "x": -3490, + "y": 26686, + "z": -278830 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 167, + "instId": 300001, + "propState": 8, + "pos": { + "x": -3500, + "y": 26686, + "z": -269920 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 167, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 26686, + "z": -267420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 167, + "instId": 300003, + "propState": 8, + "pos": { + "x": 3500, + "y": 26686, + "z": -269920 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 167, + "instId": 300004, + "propState": 8, + "pos": { + "x": -4000, + "y": -770, + "z": -278050 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 167, + "instId": 300005, + "propState": 8, + "pos": { + "x": -3200, + "y": -770, + "z": -278420 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 167, + "instId": 300006, + "propState": 8, + "pos": { + "x": -4000, + "y": -770, + "z": -278920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 167, + "instId": 300007, + "propState": 8, + "pos": { + "x": 4000, + "y": -770, + "z": -286080 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 167, + "instId": 300008, + "propState": 8, + "pos": { + "x": 3200, + "y": -770, + "z": -286420 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 167, + "instId": 300009, + "propState": 8, + "pos": { + "x": 4000, + "y": -770, + "z": -286920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 167, + "instId": 300010, + "propState": 12, + "pos": { + "x": 4000, + "y": 26686, + "z": -286300 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 167, + "instId": 300011, + "propState": 1, + "pos": { + "x": -4000, + "y": 26686, + "z": -286300 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 179, + "instId": 300001, + "propState": 8, + "pos": { + "x": 253079, + "y": 44341, + "z": 50245 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104005 + }, + { + "groupId": 182, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 26686, + "z": -297920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 182, + "instId": 300002, + "propState": 8, + "pos": { + "x": -233, + "y": 26686, + "z": -247490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 183, + "instId": 300001, + "propState": 8, + "pos": { + "x": -3500, + "y": 26686, + "z": -274440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 183, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 26686, + "z": -271940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 183, + "instId": 300003, + "propState": 8, + "pos": { + "x": 3500, + "y": 26686, + "z": -274440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 183, + "instId": 300004, + "propState": 8, + "pos": { + "x": 3810, + "y": 26686, + "z": -288580 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 183, + "instId": 300005, + "propState": 8, + "pos": { + "x": 3010, + "y": 26686, + "z": -288920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 183, + "instId": 300006, + "propState": 8, + "pos": { + "x": 3810, + "y": 26686, + "z": -289420 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 183, + "instId": 300007, + "propState": 1, + "pos": { + "x": -3500, + "y": 26686, + "z": -288790 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 187, + "instId": 300001, + "propState": 8, + "pos": { + "x": -3500, + "y": 26686, + "z": -269920 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 187, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 26686, + "z": -267420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 187, + "instId": 300003, + "propState": 8, + "pos": { + "x": 3500, + "y": 26687, + "z": -269920 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 187, + "instId": 300004, + "propState": 1, + "pos": { + "x": -3000, + "y": 26686, + "z": -279920 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 187, + "instId": 300005, + "propState": 1, + "pos": { + "x": 3000, + "y": 26687, + "z": -279920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 187, + "instId": 300006, + "propState": 1, + "pos": { + "x": -160, + "y": 26686, + "z": -283560 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60408 + }, + { + "groupId": 188, + "instId": 300001, + "propState": 8, + "pos": { + "x": -3500, + "y": 26686, + "z": -269920 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 188, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 26686, + "z": -267420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 188, + "instId": 300003, + "propState": 8, + "pos": { + "x": 3500, + "y": 26686, + "z": -269920 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 188, + "instId": 300004, + "propState": 8, + "pos": { + "x": -4000, + "y": 26686, + "z": -278050 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 188, + "instId": 300005, + "propState": 8, + "pos": { + "x": -3200, + "y": 26686, + "z": -278420 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 188, + "instId": 300006, + "propState": 8, + "pos": { + "x": -4000, + "y": 26686, + "z": -278920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 188, + "instId": 300007, + "propState": 8, + "pos": { + "x": 4000, + "y": 26686, + "z": -286080 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 188, + "instId": 300008, + "propState": 8, + "pos": { + "x": 3200, + "y": 26686, + "z": -286420 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 188, + "instId": 300009, + "propState": 8, + "pos": { + "x": 4000, + "y": 26686, + "z": -286920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 188, + "instId": 300010, + "propState": 12, + "pos": { + "x": 4000, + "y": 26686, + "z": -282920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 188, + "instId": 300011, + "propState": 1, + "pos": { + "x": -4000, + "y": 26686, + "z": -282920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 189, + "instId": 300001, + "propState": 8, + "pos": { + "x": -29650, + "y": -16924, + "z": -260720 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 189, + "instId": 300002, + "propState": 8, + "pos": { + "x": -26150, + "y": -17012, + "z": -258220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 189, + "instId": 300003, + "propState": 8, + "pos": { + "x": -22650, + "y": -16924, + "z": -260720 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 189, + "instId": 300004, + "propState": 8, + "pos": { + "x": -30150, + "y": -17012, + "z": -268850 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 189, + "instId": 300005, + "propState": 8, + "pos": { + "x": -29350, + "y": -16985, + "z": -269220 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 189, + "instId": 300006, + "propState": 8, + "pos": { + "x": -30150, + "y": -17012, + "z": -269720 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 189, + "instId": 300007, + "propState": 8, + "pos": { + "x": -22150, + "y": -17012, + "z": -276880 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 189, + "instId": 300008, + "propState": 8, + "pos": { + "x": -22950, + "y": -17012, + "z": -277220 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 189, + "instId": 300009, + "propState": 8, + "pos": { + "x": -22150, + "y": -17012, + "z": -277720 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 189, + "instId": 300010, + "propState": 12, + "pos": { + "x": -22150, + "y": -17012, + "z": -273720 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 189, + "instId": 300011, + "propState": 1, + "pos": { + "x": -30150, + "y": -17012, + "z": -273720 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 190, + "instId": 300001, + "propState": 8, + "pos": { + "x": 306630, + "y": 2190, + "z": 198870 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 190, + "instId": 300002, + "propState": 8, + "pos": { + "x": 309130, + "y": 2190, + "z": 195370 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 190, + "instId": 300003, + "propState": 8, + "pos": { + "x": 306630, + "y": 2190, + "z": 191870 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 190, + "instId": 300004, + "propState": 8, + "pos": { + "x": 298500, + "y": 2190, + "z": 199370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 190, + "instId": 300005, + "propState": 8, + "pos": { + "x": 298130, + "y": 2190, + "z": 198570 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 190, + "instId": 300006, + "propState": 8, + "pos": { + "x": 297630, + "y": 2190, + "z": 199370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 190, + "instId": 300007, + "propState": 8, + "pos": { + "x": 297180, + "y": 2190, + "z": 191370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 190, + "instId": 300008, + "propState": 8, + "pos": { + "x": 296840, + "y": 2190, + "z": 192170 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 190, + "instId": 300009, + "propState": 8, + "pos": { + "x": 296340, + "y": 2190, + "z": 191370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 190, + "instId": 300010, + "propState": 12, + "pos": { + "x": 293630, + "y": 2190, + "z": 191370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 190, + "instId": 300011, + "propState": 1, + "pos": { + "x": 293630, + "y": 2190, + "z": 199370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1049 + } + ], + "monsters": [ + { + "groupId": 33, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -280, + "y": 26791, + "z": -198250 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 39, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 0, + "y": 26686, + "z": -268400 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 42, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 0, + "y": 26686, + "z": -268400 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 60, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -2480, + "y": 26686, + "z": -268130 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 61, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -470, + "y": 26686, + "z": -266210 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 62, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 1520, + "y": 26687, + "z": -268290 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 69, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 0, + "y": 26686, + "z": -276920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 72, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 0, + "y": 26686, + "z": -276920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 118, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -2000, + "y": 26686, + "z": -274920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 119, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 2000, + "y": 26686, + "z": -274920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 120, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 0, + "y": 26686, + "z": -272920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 144, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -28150, + "y": -17012, + "z": -265720 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 145, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -24150, + "y": -17012, + "z": -265720 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 146, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -26150, + "y": -17012, + "z": -263720 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 153, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 346385, + "y": 26097, + "z": 139061 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 154, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 342921, + "y": 26097, + "z": 137061 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 155, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 345653, + "y": 26097, + "z": 136329 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 162, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 303100, + "y": 2190, + "z": 197370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 163, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 303100, + "y": 2190, + "z": 193370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 164, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 305100, + "y": 2190, + "z": 195370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 184, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 3530, + "y": 26686, + "z": -280700 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 80602, + "props": [ + { + "groupId": 17, + "instId": 300001, + "propState": 8, + "pos": { + "x": -302320, + "y": -45250, + "z": -93700 + }, + "rot": { + "x": 0, + "y": 359172, + "z": 0 + }, + "propId": 104090 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 8, + "pos": { + "x": -197670, + "y": 38070, + "z": -142400 + }, + "rot": { + "x": 0, + "y": 22340, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 17, + "instId": 300003, + "propState": 1, + "pos": { + "x": -217240, + "y": 25764, + "z": -187916 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104157 + }, + { + "groupId": 17, + "instId": 300004, + "propState": 1, + "pos": { + "x": -191595, + "y": 47817, + "z": -128312 + }, + "rot": { + "x": 0, + "y": 241535, + "z": 0 + }, + "propId": 104157 + }, + { + "groupId": 17, + "instId": 300005, + "propState": 1, + "pos": { + "x": -225501, + "y": 54554, + "z": -86086 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104157 + }, + { + "groupId": 17, + "instId": 300006, + "propState": 1, + "pos": { + "x": -208200, + "y": 36570, + "z": -247720 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104157 + }, + { + "groupId": 17, + "instId": 300007, + "propState": 1, + "pos": { + "x": -254898, + "y": 31066, + "z": -142908 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104157 + }, + { + "groupId": 17, + "instId": 300008, + "propState": 1, + "pos": { + "x": -193230, + "y": 142670, + "z": -85850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104157 + }, + { + "groupId": 17, + "instId": 300009, + "propState": 8, + "pos": { + "x": -265418, + "y": 25386, + "z": -163313 + }, + "rot": { + "x": 0, + "y": 22340, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 17, + "instId": 300010, + "propState": 8, + "pos": { + "x": -243800, + "y": 38933, + "z": -121044 + }, + "rot": { + "x": 0, + "y": 22340, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 20, + "instId": 300001, + "propState": 8, + "pos": { + "x": 150, + "y": -19011, + "z": 219170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 8, + "pos": { + "x": 29, + "y": -18997, + "z": 168890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 20, + "instId": 300003, + "propState": 8, + "pos": { + "x": -19790, + "y": -18997, + "z": 196380 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 20, + "instId": 300004, + "propState": 8, + "pos": { + "x": 19270, + "y": -18947, + "z": 196380 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 21, + "instId": 300001, + "propState": 8, + "pos": { + "x": -3720, + "y": -17282, + "z": 203970 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 21, + "instId": 300002, + "propState": 8, + "pos": { + "x": -220, + "y": -17282, + "z": 206470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 21, + "instId": 300003, + "propState": 8, + "pos": { + "x": 3280, + "y": -17282, + "z": 203970 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 21, + "instId": 300004, + "propState": 1, + "pos": { + "x": -3130, + "y": -17231, + "z": 191040 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 21, + "instId": 300005, + "propState": 1, + "pos": { + "x": 2870, + "y": -17231, + "z": 191040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 21, + "instId": 300006, + "propState": 20, + "pos": { + "x": -3220, + "y": -17245, + "z": 199540 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 21, + "instId": 300007, + "propState": 20, + "pos": { + "x": -220, + "y": -17245, + "z": 199540 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 21, + "instId": 300008, + "propState": 20, + "pos": { + "x": 2780, + "y": -17245, + "z": 199540 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 23, + "instId": 300001, + "propState": 8, + "pos": { + "x": 150, + "y": -19011, + "z": 219170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 8, + "pos": { + "x": 29, + "y": -18997, + "z": 168890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 23, + "instId": 300003, + "propState": 8, + "pos": { + "x": -19790, + "y": -18997, + "z": 196380 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 23, + "instId": 300004, + "propState": 8, + "pos": { + "x": 19270, + "y": -18947, + "z": 196380 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 24, + "instId": 300001, + "propState": 8, + "pos": { + "x": -3720, + "y": -17282, + "z": 203970 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 24, + "instId": 300002, + "propState": 8, + "pos": { + "x": -220, + "y": -17282, + "z": 206470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 24, + "instId": 300003, + "propState": 8, + "pos": { + "x": 3280, + "y": -17282, + "z": 203970 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 24, + "instId": 300004, + "propState": 12, + "pos": { + "x": -3220, + "y": -17245, + "z": 199540 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 24, + "instId": 300005, + "propState": 12, + "pos": { + "x": -220, + "y": -17245, + "z": 199540 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 24, + "instId": 300006, + "propState": 12, + "pos": { + "x": 2780, + "y": -17245, + "z": 199540 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 24, + "instId": 300007, + "propState": 8, + "pos": { + "x": 4070, + "y": -17282, + "z": 189940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 24, + "instId": 300008, + "propState": 8, + "pos": { + "x": 3270, + "y": -17282, + "z": 189600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 24, + "instId": 300009, + "propState": 8, + "pos": { + "x": 4070, + "y": -17282, + "z": 189100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 26, + "instId": 300001, + "propState": 8, + "pos": { + "x": 150, + "y": -19011, + "z": 219170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 26, + "instId": 300002, + "propState": 8, + "pos": { + "x": 29, + "y": -18997, + "z": 168890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 26, + "instId": 300003, + "propState": 8, + "pos": { + "x": -19790, + "y": -18997, + "z": 196380 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 26, + "instId": 300004, + "propState": 8, + "pos": { + "x": 19270, + "y": -18947, + "z": 196380 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 27, + "instId": 300001, + "propState": 8, + "pos": { + "x": -3720, + "y": -17282, + "z": 203820 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 27, + "instId": 300002, + "propState": 8, + "pos": { + "x": -220, + "y": -17282, + "z": 206820 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 27, + "instId": 300003, + "propState": 8, + "pos": { + "x": 3280, + "y": -17282, + "z": 203820 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 27, + "instId": 300004, + "propState": 1, + "pos": { + "x": -2740, + "y": -17245, + "z": 194600 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 27, + "instId": 300005, + "propState": 8, + "pos": { + "x": 4070, + "y": -17282, + "z": 189940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 27, + "instId": 300006, + "propState": 8, + "pos": { + "x": 3270, + "y": -17282, + "z": 189600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 27, + "instId": 300007, + "propState": 8, + "pos": { + "x": 4070, + "y": -17282, + "z": 189100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 27, + "instId": 300008, + "propState": 8, + "pos": { + "x": 260, + "y": -17271, + "z": 196600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 28, + "instId": 300001, + "propState": 8, + "pos": { + "x": 150, + "y": -19011, + "z": 219170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 28, + "instId": 300002, + "propState": 8, + "pos": { + "x": 29, + "y": -18997, + "z": 168890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 28, + "instId": 300003, + "propState": 8, + "pos": { + "x": -19790, + "y": -18997, + "z": 196380 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 28, + "instId": 300004, + "propState": 8, + "pos": { + "x": 19270, + "y": -18947, + "z": 196380 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 29, + "instId": 300001, + "propState": 8, + "pos": { + "x": -3720, + "y": -17282, + "z": 203800 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 29, + "instId": 300002, + "propState": 8, + "pos": { + "x": -220, + "y": -17282, + "z": 206300 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 29, + "instId": 300003, + "propState": 8, + "pos": { + "x": 3280, + "y": -17282, + "z": 203800 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 29, + "instId": 300004, + "propState": 8, + "pos": { + "x": 3880, + "y": -17231, + "z": 191050 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 29, + "instId": 300005, + "propState": 8, + "pos": { + "x": 3080, + "y": -17216, + "z": 190710 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 29, + "instId": 300006, + "propState": 8, + "pos": { + "x": 3880, + "y": -17282, + "z": 190210 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 32, + "instId": 300001, + "propState": 8, + "pos": { + "x": 150, + "y": -19011, + "z": 219170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 32, + "instId": 300002, + "propState": 8, + "pos": { + "x": 29, + "y": -18997, + "z": 168890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 32, + "instId": 300003, + "propState": 8, + "pos": { + "x": -19790, + "y": -18997, + "z": 196380 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 32, + "instId": 300004, + "propState": 8, + "pos": { + "x": 19270, + "y": -18947, + "z": 196380 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 33, + "instId": 300001, + "propState": 8, + "pos": { + "x": -3580, + "y": -17154, + "z": 203880 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 33, + "instId": 300002, + "propState": 8, + "pos": { + "x": -80, + "y": -17154, + "z": 206380 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 33, + "instId": 300003, + "propState": 8, + "pos": { + "x": 3420, + "y": -17282, + "z": 203880 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 34, + "instId": 300001, + "propState": 1, + "pos": { + "x": 2780, + "y": -17245, + "z": 196250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 34, + "instId": 300002, + "propState": 1, + "pos": { + "x": -3220, + "y": -17245, + "z": 196250 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 35, + "instId": 300001, + "propState": 1, + "pos": { + "x": -220, + "y": -17245, + "z": 198240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 35, + "instId": 300002, + "propState": 12, + "pos": { + "x": -3220, + "y": -17245, + "z": 196240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 35, + "instId": 300003, + "propState": 12, + "pos": { + "x": 2780, + "y": -17245, + "z": 196240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 35, + "instId": 300004, + "propState": 1, + "pos": { + "x": -3220, + "y": -17245, + "z": 196056 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 36, + "instId": 300001, + "propState": 1, + "pos": { + "x": 10, + "y": -17245, + "z": 196056 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 36, + "instId": 300002, + "propState": 1, + "pos": { + "x": -3220, + "y": -17245, + "z": 196056 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 36, + "instId": 300003, + "propState": 12, + "pos": { + "x": -3220, + "y": -17245, + "z": 196240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 36, + "instId": 300004, + "propState": 12, + "pos": { + "x": 2780, + "y": -17245, + "z": 196240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 37, + "instId": 300001, + "propState": 8, + "pos": { + "x": 150, + "y": -19011, + "z": 219170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 37, + "instId": 300002, + "propState": 8, + "pos": { + "x": 29, + "y": -18997, + "z": 168890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 37, + "instId": 300003, + "propState": 8, + "pos": { + "x": -19790, + "y": -18997, + "z": 196380 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 37, + "instId": 300004, + "propState": 8, + "pos": { + "x": 19270, + "y": -18947, + "z": 196380 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 38, + "instId": 300001, + "propState": 8, + "pos": { + "x": -3720, + "y": -17282, + "z": 204470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 38, + "instId": 300002, + "propState": 8, + "pos": { + "x": -220, + "y": -17282, + "z": 206970 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 38, + "instId": 300003, + "propState": 8, + "pos": { + "x": 3280, + "y": -17282, + "z": 204470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 38, + "instId": 300004, + "propState": 8, + "pos": { + "x": -4220, + "y": -17245, + "z": 195110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 38, + "instId": 300005, + "propState": 8, + "pos": { + "x": -3420, + "y": -17245, + "z": 194740 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 38, + "instId": 300006, + "propState": 8, + "pos": { + "x": -4220, + "y": -17245, + "z": 194240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 38, + "instId": 300007, + "propState": 8, + "pos": { + "x": 3780, + "y": -17282, + "z": 187080 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 38, + "instId": 300008, + "propState": 8, + "pos": { + "x": 2980, + "y": -17282, + "z": 186740 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 38, + "instId": 300009, + "propState": 8, + "pos": { + "x": 3780, + "y": -17282, + "z": 186240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 38, + "instId": 300010, + "propState": 12, + "pos": { + "x": 3780, + "y": -17282, + "z": 190240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 38, + "instId": 300011, + "propState": 1, + "pos": { + "x": -4220, + "y": -17282, + "z": 190240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 39, + "instId": 300001, + "propState": 12, + "pos": { + "x": -3220, + "y": -17154, + "z": 199150 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 39, + "instId": 300002, + "propState": 1, + "pos": { + "x": 2780, + "y": -17245, + "z": 199150 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 47, + "instId": 300001, + "propState": 8, + "pos": { + "x": -230, + "y": -18915, + "z": 177920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 47, + "instId": 300002, + "propState": 8, + "pos": { + "x": -230, + "y": -18992, + "z": 213940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 47, + "instId": 300003, + "propState": 8, + "pos": { + "x": 20330, + "y": -18978, + "z": 197170 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 47, + "instId": 300004, + "propState": 8, + "pos": { + "x": -20550, + "y": -19850, + "z": 196670 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 48, + "instId": 300001, + "propState": 8, + "pos": { + "x": -3730, + "y": -17282, + "z": 207170 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 48, + "instId": 300002, + "propState": 8, + "pos": { + "x": -230, + "y": -17149, + "z": 209670 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 48, + "instId": 300003, + "propState": 8, + "pos": { + "x": 3270, + "y": -17282, + "z": 207170 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 48, + "instId": 300004, + "propState": 1, + "pos": { + "x": -3230, + "y": -17224, + "z": 197170 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 48, + "instId": 300005, + "propState": 1, + "pos": { + "x": 2770, + "y": -17224, + "z": 197170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 48, + "instId": 300006, + "propState": 1, + "pos": { + "x": -3230, + "y": -17224, + "z": 193517 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60408 + }, + { + "groupId": 50, + "instId": 300001, + "propState": 8, + "pos": { + "x": -230, + "y": -18915, + "z": 177920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 50, + "instId": 300002, + "propState": 8, + "pos": { + "x": -230, + "y": -18992, + "z": 213940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 50, + "instId": 300003, + "propState": 8, + "pos": { + "x": 20330, + "y": -18978, + "z": 197170 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 50, + "instId": 300004, + "propState": 8, + "pos": { + "x": -20550, + "y": -19850, + "z": 196670 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 51, + "instId": 300002, + "propState": 8, + "pos": { + "x": -3730, + "y": -17282, + "z": 207170 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 51, + "instId": 300003, + "propState": 8, + "pos": { + "x": -230, + "y": -17282, + "z": 209670 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 51, + "instId": 300004, + "propState": 8, + "pos": { + "x": 3270, + "y": -17282, + "z": 207170 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 51, + "instId": 300007, + "propState": 20, + "pos": { + "x": -3230, + "y": -17282, + "z": 203170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 51, + "instId": 300008, + "propState": 20, + "pos": { + "x": -1877, + "y": -17282, + "z": 203170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 51, + "instId": 300009, + "propState": 20, + "pos": { + "x": 1123, + "y": -17282, + "z": 203170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 51, + "instId": 300010, + "propState": 8, + "pos": { + "x": 3770, + "y": -17282, + "z": 191010 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 51, + "instId": 300011, + "propState": 8, + "pos": { + "x": 2970, + "y": -17282, + "z": 190670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 51, + "instId": 300012, + "propState": 8, + "pos": { + "x": 3770, + "y": -17282, + "z": 190170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 51, + "instId": 300013, + "propState": 12, + "pos": { + "x": 3770, + "y": -17282, + "z": 194170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 51, + "instId": 300014, + "propState": 1, + "pos": { + "x": -4230, + "y": -17282, + "z": 194170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 53, + "instId": 300001, + "propState": 8, + "pos": { + "x": -230, + "y": -18915, + "z": 177920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 53, + "instId": 300002, + "propState": 8, + "pos": { + "x": -230, + "y": -18992, + "z": 213940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 53, + "instId": 300003, + "propState": 8, + "pos": { + "x": 20330, + "y": -18978, + "z": 197170 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 53, + "instId": 300004, + "propState": 8, + "pos": { + "x": -20550, + "y": -19850, + "z": 196670 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 54, + "instId": 300001, + "propState": 8, + "pos": { + "x": -3730, + "y": -17282, + "z": 207170 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 54, + "instId": 300002, + "propState": 8, + "pos": { + "x": -230, + "y": -17282, + "z": 209670 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 54, + "instId": 300003, + "propState": 8, + "pos": { + "x": 3270, + "y": -17282, + "z": 207170 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 54, + "instId": 300004, + "propState": 8, + "pos": { + "x": -4230, + "y": -17282, + "z": 199040 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 54, + "instId": 300005, + "propState": 8, + "pos": { + "x": -3430, + "y": -17282, + "z": 198670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 54, + "instId": 300006, + "propState": 8, + "pos": { + "x": -4230, + "y": -17282, + "z": 198170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 54, + "instId": 300007, + "propState": 8, + "pos": { + "x": 3770, + "y": -17282, + "z": 191010 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 54, + "instId": 300008, + "propState": 8, + "pos": { + "x": 2970, + "y": -17282, + "z": 190670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 54, + "instId": 300009, + "propState": 8, + "pos": { + "x": 3770, + "y": -17282, + "z": 190170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 54, + "instId": 300010, + "propState": 12, + "pos": { + "x": 3770, + "y": -17282, + "z": 194170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 54, + "instId": 300011, + "propState": 1, + "pos": { + "x": -4230, + "y": -17282, + "z": 194170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 55, + "instId": 300001, + "propState": 12, + "pos": { + "x": -3230, + "y": -17282, + "z": 203170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 55, + "instId": 300002, + "propState": 1, + "pos": { + "x": 2770, + "y": -17282, + "z": 203170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 62, + "instId": 300001, + "propState": 8, + "pos": { + "x": -230, + "y": -18915, + "z": 177920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 62, + "instId": 300002, + "propState": 8, + "pos": { + "x": -230, + "y": -18992, + "z": 213940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 62, + "instId": 300003, + "propState": 8, + "pos": { + "x": 20330, + "y": -18978, + "z": 197170 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 62, + "instId": 300004, + "propState": 8, + "pos": { + "x": -20550, + "y": -19850, + "z": 196670 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 63, + "instId": 300001, + "propState": 8, + "pos": { + "x": -3730, + "y": -17282, + "z": 198170 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 63, + "instId": 300002, + "propState": 8, + "pos": { + "x": -230, + "y": -17282, + "z": 200670 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 63, + "instId": 300003, + "propState": 8, + "pos": { + "x": 3270, + "y": -17282, + "z": 198170 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 63, + "instId": 300004, + "propState": 1, + "pos": { + "x": -3220, + "y": -17282, + "z": 191430 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 63, + "instId": 300005, + "propState": 8, + "pos": { + "x": 3580, + "y": -17282, + "z": 189510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 63, + "instId": 300006, + "propState": 8, + "pos": { + "x": 2780, + "y": -17282, + "z": 189170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 63, + "instId": 300007, + "propState": 8, + "pos": { + "x": 3580, + "y": -17282, + "z": 188670 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 63, + "instId": 300008, + "propState": 8, + "pos": { + "x": -230, + "y": -17282, + "z": 194170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 65, + "instId": 300001, + "propState": 8, + "pos": { + "x": -230, + "y": -18915, + "z": 177920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 65, + "instId": 300002, + "propState": 8, + "pos": { + "x": -230, + "y": -18992, + "z": 213940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 65, + "instId": 300003, + "propState": 8, + "pos": { + "x": 20330, + "y": -18978, + "z": 197170 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 65, + "instId": 300004, + "propState": 8, + "pos": { + "x": -20550, + "y": -19850, + "z": 196670 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 66, + "instId": 300001, + "propState": 8, + "pos": { + "x": -3730, + "y": -17282, + "z": 198170 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 66, + "instId": 300002, + "propState": 8, + "pos": { + "x": -230, + "y": -17282, + "z": 200670 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 66, + "instId": 300003, + "propState": 8, + "pos": { + "x": 3270, + "y": -17282, + "z": 198170 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 66, + "instId": 300004, + "propState": 8, + "pos": { + "x": 3580, + "y": -17282, + "z": 188510 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 66, + "instId": 300005, + "propState": 8, + "pos": { + "x": 2780, + "y": -17282, + "z": 188170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 66, + "instId": 300006, + "propState": 8, + "pos": { + "x": 3580, + "y": -17282, + "z": 187670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 66, + "instId": 300007, + "propState": 1, + "pos": { + "x": -3000, + "y": -17282, + "z": 188570 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 70, + "instId": 300001, + "propState": 8, + "pos": { + "x": -230, + "y": -18915, + "z": 177920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 70, + "instId": 300002, + "propState": 8, + "pos": { + "x": -230, + "y": -18992, + "z": 213940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 70, + "instId": 300003, + "propState": 8, + "pos": { + "x": 20330, + "y": -18978, + "z": 197170 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 70, + "instId": 300004, + "propState": 8, + "pos": { + "x": -20550, + "y": -19850, + "z": 196670 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 71, + "instId": 300001, + "propState": 8, + "pos": { + "x": -3730, + "y": -17282, + "z": 206210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 71, + "instId": 300002, + "propState": 8, + "pos": { + "x": -230, + "y": -17282, + "z": 208710 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 71, + "instId": 300003, + "propState": 8, + "pos": { + "x": 3270, + "y": -17282, + "z": 206210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 72, + "instId": 300002, + "propState": 12, + "pos": { + "x": -3230, + "y": -17282, + "z": 197780 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 72, + "instId": 300003, + "propState": 12, + "pos": { + "x": 2770, + "y": -17282, + "z": 197780 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 72, + "instId": 300004, + "propState": 12, + "pos": { + "x": -3230, + "y": -17282, + "z": 193780 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 72, + "instId": 300005, + "propState": 12, + "pos": { + "x": 2770, + "y": -17282, + "z": 193780 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 72, + "instId": 300006, + "propState": 12, + "pos": { + "x": -230, + "y": -17282, + "z": 193780 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 72, + "instId": 300007, + "propState": 12, + "pos": { + "x": -230, + "y": -17282, + "z": 197780 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 72, + "instId": 300001, + "propState": 12, + "pos": { + "x": -230, + "y": -17282, + "z": 201580 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 72, + "instId": 300008, + "propState": 12, + "pos": { + "x": -3350, + "y": -17282, + "z": 201580 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 72, + "instId": 300009, + "propState": 12, + "pos": { + "x": 2710, + "y": -17282, + "z": 201580 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 72, + "instId": 300010, + "propState": 12, + "pos": { + "x": -230, + "y": -17282, + "z": 189790 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 73, + "instId": 300001, + "propState": 1, + "pos": { + "x": 2770, + "y": -17282, + "z": 194170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 73, + "instId": 300002, + "propState": 1, + "pos": { + "x": -3230, + "y": -17282, + "z": 194170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 74, + "instId": 300001, + "propState": 1, + "pos": { + "x": -230, + "y": -17282, + "z": 194170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 74, + "instId": 300002, + "propState": 12, + "pos": { + "x": -3230, + "y": -17282, + "z": 192170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 74, + "instId": 300003, + "propState": 12, + "pos": { + "x": 2770, + "y": -17282, + "z": 192170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 75, + "instId": 300001, + "propState": 1, + "pos": { + "x": 2770, + "y": -17282, + "z": 194170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 75, + "instId": 300002, + "propState": 1, + "pos": { + "x": -3230, + "y": -17282, + "z": 194170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 76, + "instId": 300001, + "propState": 8, + "pos": { + "x": -426270, + "y": -120870, + "z": -536520 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 76, + "instId": 300002, + "propState": 8, + "pos": { + "x": -427400, + "y": -123090, + "z": -536520 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 77, + "instId": 300001, + "propState": 8, + "pos": { + "x": -395480, + "y": -117738, + "z": -533020 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 77, + "instId": 300002, + "propState": 8, + "pos": { + "x": -392980, + "y": -117738, + "z": -536520 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 77, + "instId": 300003, + "propState": 8, + "pos": { + "x": -395480, + "y": -117738, + "z": -540020 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 77, + "instId": 300004, + "propState": 8, + "pos": { + "x": -402190, + "y": -117679, + "z": -532520 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 77, + "instId": 300005, + "propState": 8, + "pos": { + "x": -402560, + "y": -117697, + "z": -533320 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 77, + "instId": 300006, + "propState": 8, + "pos": { + "x": -403060, + "y": -117679, + "z": -532520 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 77, + "instId": 300007, + "propState": 8, + "pos": { + "x": -408950, + "y": -117710, + "z": -540520 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 77, + "instId": 300008, + "propState": 8, + "pos": { + "x": -409290, + "y": -117710, + "z": -539720 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 77, + "instId": 300009, + "propState": 8, + "pos": { + "x": -409790, + "y": -117710, + "z": -540520 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 77, + "instId": 300010, + "propState": 12, + "pos": { + "x": -405790, + "y": -117710, + "z": -540520 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 77, + "instId": 300011, + "propState": 1, + "pos": { + "x": -405790, + "y": -117710, + "z": -532520 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 78, + "instId": 300001, + "propState": 12, + "pos": { + "x": -400140, + "y": -117710, + "z": -533520 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 78, + "instId": 300002, + "propState": 1, + "pos": { + "x": -400140, + "y": -117710, + "z": -539520 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 85, + "instId": 300001, + "propState": 8, + "pos": { + "x": -356940, + "y": -112441, + "z": -468340 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 85, + "instId": 300002, + "propState": 8, + "pos": { + "x": -351898, + "y": -120650, + "z": -460285 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 86, + "instId": 300001, + "propState": 8, + "pos": { + "x": -342801, + "y": -105646, + "z": -437685 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 86, + "instId": 300002, + "propState": 8, + "pos": { + "x": -338520, + "y": -105381, + "z": -437270 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 86, + "instId": 300003, + "propState": 8, + "pos": { + "x": -336739, + "y": -105646, + "z": -441185 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 86, + "instId": 300004, + "propState": 8, + "pos": { + "x": -348475, + "y": -105631, + "z": -450507 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 86, + "instId": 300005, + "propState": 8, + "pos": { + "x": -347967, + "y": -105836, + "z": -451227 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 86, + "instId": 300006, + "propState": 8, + "pos": { + "x": -348910, + "y": -106040, + "z": -451260 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 86, + "instId": 300007, + "propState": 8, + "pos": { + "x": -346260, + "y": -106653, + "z": -454992 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 86, + "instId": 300008, + "propState": 8, + "pos": { + "x": -347123, + "y": -106857, + "z": -454887 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 86, + "instId": 300009, + "propState": 8, + "pos": { + "x": -346680, + "y": -106857, + "z": -455720 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 86, + "instId": 300010, + "propState": 12, + "pos": { + "x": -342690, + "y": -105644, + "z": -449440 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 86, + "instId": 300011, + "propState": 1, + "pos": { + "x": -348430, + "y": -105644, + "z": -446360 + }, + "rot": { + "x": 0, + "y": 122143, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 87, + "instId": 300001, + "propState": 12, + "pos": { + "x": -344900, + "y": -105644, + "z": -442280 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 87, + "instId": 300002, + "propState": 1, + "pos": { + "x": -339704, + "y": -105644, + "z": -445280 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 94, + "instId": 300001, + "propState": 8, + "pos": { + "x": -340050, + "y": -3911, + "z": -259150 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 94, + "instId": 300002, + "propState": 8, + "pos": { + "x": -340050, + "y": -11090, + "z": -259150 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 95, + "instId": 300001, + "propState": 8, + "pos": { + "x": -350220, + "y": -3911, + "z": -283640 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 95, + "instId": 300002, + "propState": 8, + "pos": { + "x": -354501, + "y": -3911, + "z": -284055 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 95, + "instId": 300003, + "propState": 8, + "pos": { + "x": -356282, + "y": -3911, + "z": -280140 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 95, + "instId": 300004, + "propState": 8, + "pos": { + "x": -345715, + "y": -3911, + "z": -277463 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 95, + "instId": 300005, + "propState": 8, + "pos": { + "x": -346223, + "y": -3911, + "z": -276743 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 95, + "instId": 300006, + "propState": 8, + "pos": { + "x": -345280, + "y": -3911, + "z": -276710 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 95, + "instId": 300007, + "propState": 8, + "pos": { + "x": -349434, + "y": -3911, + "z": -267404 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 95, + "instId": 300008, + "propState": 8, + "pos": { + "x": -348571, + "y": -3911, + "z": -267509 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 95, + "instId": 300009, + "propState": 8, + "pos": { + "x": -349014, + "y": -3911, + "z": -266676 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 95, + "instId": 300010, + "propState": 12, + "pos": { + "x": -351014, + "y": -3911, + "z": -270140 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 95, + "instId": 300011, + "propState": 1, + "pos": { + "x": -344086, + "y": -3911, + "z": -274140 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 96, + "instId": 300001, + "propState": 12, + "pos": { + "x": -347930, + "y": -3911, + "z": -278890 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 96, + "instId": 300002, + "propState": 1, + "pos": { + "x": -353126, + "y": -3911, + "z": -275890 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 103, + "instId": 300001, + "propState": 8, + "pos": { + "x": -3730, + "y": -17282, + "z": 207170 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 103, + "instId": 300002, + "propState": 8, + "pos": { + "x": -230, + "y": -17282, + "z": 209670 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 103, + "instId": 300003, + "propState": 8, + "pos": { + "x": 3270, + "y": -17282, + "z": 207170 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 103, + "instId": 300004, + "propState": 8, + "pos": { + "x": -4230, + "y": -34070, + "z": 199040 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 103, + "instId": 300005, + "propState": 8, + "pos": { + "x": -3430, + "y": -34070, + "z": 198670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 103, + "instId": 300006, + "propState": 8, + "pos": { + "x": -4230, + "y": -34070, + "z": 198170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 103, + "instId": 300007, + "propState": 8, + "pos": { + "x": 3770, + "y": -34070, + "z": 191010 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 103, + "instId": 300008, + "propState": 8, + "pos": { + "x": 2970, + "y": -34070, + "z": 190670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 103, + "instId": 300009, + "propState": 8, + "pos": { + "x": 3770, + "y": -34070, + "z": 190170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 103, + "instId": 300010, + "propState": 12, + "pos": { + "x": 3770, + "y": -17282, + "z": 192400 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 103, + "instId": 300011, + "propState": 1, + "pos": { + "x": -4230, + "y": -17282, + "z": 192400 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 104, + "instId": 300001, + "propState": 12, + "pos": { + "x": 90, + "y": -17224, + "z": 194160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 104, + "instId": 300002, + "propState": 1, + "pos": { + "x": 2770, + "y": -17282, + "z": 203170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 104, + "instId": 300003, + "propState": 1, + "pos": { + "x": 2770, + "y": -17282, + "z": 197850 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 104, + "instId": 300004, + "propState": 1, + "pos": { + "x": -2560, + "y": -17282, + "z": 197850 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 104, + "instId": 300005, + "propState": 1, + "pos": { + "x": -2560, + "y": -17282, + "z": 203170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 108, + "instId": 300001, + "propState": 8, + "pos": { + "x": -350750, + "y": -114388, + "z": -554030 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 108, + "instId": 300002, + "propState": 8, + "pos": { + "x": -377390, + "y": -114397, + "z": -565958 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 109, + "instId": 300001, + "propState": 8, + "pos": { + "x": -373700, + "y": -114401, + "z": -561120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 109, + "instId": 300002, + "propState": 8, + "pos": { + "x": -376200, + "y": -114401, + "z": -557620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 109, + "instId": 300003, + "propState": 8, + "pos": { + "x": -373700, + "y": -114401, + "z": -554120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 109, + "instId": 300004, + "propState": 1, + "pos": { + "x": -364470, + "y": -114401, + "z": -560620 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 109, + "instId": 300005, + "propState": 1, + "pos": { + "x": -364470, + "y": -114401, + "z": -554620 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 109, + "instId": 300006, + "propState": 1, + "pos": { + "x": -358684, + "y": -114388, + "z": -558852 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60408 + }, + { + "groupId": 111, + "instId": 300001, + "propState": 8, + "pos": { + "x": -350750, + "y": -114388, + "z": -554030 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 111, + "instId": 300002, + "propState": 8, + "pos": { + "x": -377390, + "y": -114397, + "z": -565958 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 112, + "instId": 300002, + "propState": 8, + "pos": { + "x": -373790, + "y": -114379, + "z": -561500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 112, + "instId": 300003, + "propState": 8, + "pos": { + "x": -376290, + "y": -114379, + "z": -558000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 112, + "instId": 300004, + "propState": 8, + "pos": { + "x": -373790, + "y": -114379, + "z": -554500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 112, + "instId": 300007, + "propState": 20, + "pos": { + "x": -369790, + "y": -114379, + "z": -561000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 112, + "instId": 300008, + "propState": 20, + "pos": { + "x": -369790, + "y": -114379, + "z": -558000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 112, + "instId": 300009, + "propState": 20, + "pos": { + "x": -369790, + "y": -114379, + "z": -555000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 112, + "instId": 300010, + "propState": 8, + "pos": { + "x": -357630, + "y": -114379, + "z": -554000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 112, + "instId": 300011, + "propState": 8, + "pos": { + "x": -357290, + "y": -114379, + "z": -554800 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 112, + "instId": 300012, + "propState": 8, + "pos": { + "x": -356790, + "y": -114379, + "z": -554000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 112, + "instId": 300013, + "propState": 12, + "pos": { + "x": -360790, + "y": -114379, + "z": -554000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 112, + "instId": 300014, + "propState": 1, + "pos": { + "x": -359583, + "y": -114388, + "z": -559240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 114, + "instId": 300001, + "propState": 8, + "pos": { + "x": -350750, + "y": -114388, + "z": -554030 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 114, + "instId": 300002, + "propState": 8, + "pos": { + "x": -377390, + "y": -114397, + "z": -565958 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 115, + "instId": 300001, + "propState": 8, + "pos": { + "x": -373790, + "y": -114379, + "z": -561500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 115, + "instId": 300002, + "propState": 8, + "pos": { + "x": -376290, + "y": -114379, + "z": -558000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 115, + "instId": 300003, + "propState": 8, + "pos": { + "x": -373790, + "y": -114379, + "z": -554500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 115, + "instId": 300004, + "propState": 8, + "pos": { + "x": -364970, + "y": -114379, + "z": -552880 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 115, + "instId": 300005, + "propState": 8, + "pos": { + "x": -364600, + "y": -114379, + "z": -552080 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 115, + "instId": 300006, + "propState": 8, + "pos": { + "x": -364100, + "y": -114379, + "z": -552880 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 115, + "instId": 300007, + "propState": 8, + "pos": { + "x": -363600, + "y": -114388, + "z": -554410 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 115, + "instId": 300008, + "propState": 8, + "pos": { + "x": -363260, + "y": -114388, + "z": -555210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 115, + "instId": 300009, + "propState": 8, + "pos": { + "x": -362760, + "y": -114388, + "z": -554410 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 115, + "instId": 300010, + "propState": 12, + "pos": { + "x": -360790, + "y": -114379, + "z": -554000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 115, + "instId": 300011, + "propState": 1, + "pos": { + "x": -359583, + "y": -114388, + "z": -559240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 116, + "instId": 300001, + "propState": 12, + "pos": { + "x": -369790, + "y": -114379, + "z": -561000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 116, + "instId": 300002, + "propState": 1, + "pos": { + "x": -369790, + "y": -114379, + "z": -555000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 123, + "instId": 300001, + "propState": 12, + "pos": { + "x": -362830, + "y": -114379, + "z": -557490 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 123, + "instId": 300002, + "propState": 1, + "pos": { + "x": -369790, + "y": -114379, + "z": -555000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 123, + "instId": 300003, + "propState": 1, + "pos": { + "x": -369790, + "y": -114379, + "z": -561080 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 123, + "instId": 300004, + "propState": 1, + "pos": { + "x": -365800, + "y": -114379, + "z": -561080 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 123, + "instId": 300005, + "propState": 1, + "pos": { + "x": -365800, + "y": -114379, + "z": -555000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 124, + "instId": 300001, + "propState": 8, + "pos": { + "x": -350750, + "y": -114388, + "z": -554030 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 124, + "instId": 300002, + "propState": 8, + "pos": { + "x": -377390, + "y": -114397, + "z": -565958 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 125, + "instId": 300001, + "propState": 8, + "pos": { + "x": -370080, + "y": -114379, + "z": -561500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 125, + "instId": 300002, + "propState": 8, + "pos": { + "x": -372580, + "y": -114379, + "z": -558000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 125, + "instId": 300003, + "propState": 8, + "pos": { + "x": -370080, + "y": -114379, + "z": -554500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 125, + "instId": 300004, + "propState": 1, + "pos": { + "x": -364080, + "y": -114379, + "z": -561280 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 125, + "instId": 300005, + "propState": 8, + "pos": { + "x": -361420, + "y": -114379, + "z": -554190 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 125, + "instId": 300006, + "propState": 8, + "pos": { + "x": -361080, + "y": -114379, + "z": -554990 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 125, + "instId": 300007, + "propState": 8, + "pos": { + "x": -360580, + "y": -114379, + "z": -554190 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 125, + "instId": 300008, + "propState": 8, + "pos": { + "x": -366080, + "y": -114379, + "z": -558000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 127, + "instId": 300001, + "propState": 8, + "pos": { + "x": -350750, + "y": -114388, + "z": -554030 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 127, + "instId": 300002, + "propState": 8, + "pos": { + "x": -377390, + "y": -114397, + "z": -565958 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 128, + "instId": 300001, + "propState": 8, + "pos": { + "x": -370060, + "y": -114379, + "z": -561500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 128, + "instId": 300002, + "propState": 8, + "pos": { + "x": -372560, + "y": -114379, + "z": -558000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 128, + "instId": 300003, + "propState": 8, + "pos": { + "x": -370060, + "y": -114379, + "z": -554500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 128, + "instId": 300004, + "propState": 8, + "pos": { + "x": -360400, + "y": -114379, + "z": -554190 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 128, + "instId": 300005, + "propState": 8, + "pos": { + "x": -360060, + "y": -114379, + "z": -554990 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 128, + "instId": 300006, + "propState": 8, + "pos": { + "x": -359560, + "y": -114379, + "z": -554190 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 128, + "instId": 300007, + "propState": 1, + "pos": { + "x": -359583, + "y": -114388, + "z": -559240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 132, + "instId": 300001, + "propState": 8, + "pos": { + "x": -350750, + "y": -114388, + "z": -554030 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 132, + "instId": 300002, + "propState": 8, + "pos": { + "x": -377390, + "y": -114397, + "z": -565958 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 133, + "instId": 300001, + "propState": 8, + "pos": { + "x": -374220, + "y": -114379, + "z": -561500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 133, + "instId": 300002, + "propState": 8, + "pos": { + "x": -376720, + "y": -114379, + "z": -558000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 133, + "instId": 300003, + "propState": 8, + "pos": { + "x": -374220, + "y": -114379, + "z": -554500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 134, + "instId": 300002, + "propState": 12, + "pos": { + "x": -370220, + "y": -114379, + "z": -561000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 134, + "instId": 300003, + "propState": 12, + "pos": { + "x": -370220, + "y": -114379, + "z": -555000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 134, + "instId": 300004, + "propState": 12, + "pos": { + "x": -366220, + "y": -114379, + "z": -561000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 134, + "instId": 300005, + "propState": 12, + "pos": { + "x": -366220, + "y": -114379, + "z": -555000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 134, + "instId": 300006, + "propState": 12, + "pos": { + "x": -366220, + "y": -114379, + "z": -558000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 134, + "instId": 300007, + "propState": 12, + "pos": { + "x": -370220, + "y": -114379, + "z": -558000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 134, + "instId": 300001, + "propState": 12, + "pos": { + "x": -358390, + "y": -114379, + "z": -558000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 134, + "instId": 300008, + "propState": 12, + "pos": { + "x": -362360, + "y": -114379, + "z": -554830 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 134, + "instId": 300009, + "propState": 12, + "pos": { + "x": -362360, + "y": -114379, + "z": -561090 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 134, + "instId": 300010, + "propState": 12, + "pos": { + "x": -362360, + "y": -114379, + "z": -558000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 135, + "instId": 300001, + "propState": 1, + "pos": { + "x": -370220, + "y": -114379, + "z": -555000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 135, + "instId": 300002, + "propState": 1, + "pos": { + "x": -370220, + "y": -114379, + "z": -561000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 136, + "instId": 300001, + "propState": 1, + "pos": { + "x": -370220, + "y": -114379, + "z": -558000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 136, + "instId": 300002, + "propState": 12, + "pos": { + "x": -368220, + "y": -114379, + "z": -561000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 136, + "instId": 300003, + "propState": 12, + "pos": { + "x": -368220, + "y": -114379, + "z": -555000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 137, + "instId": 300001, + "propState": 1, + "pos": { + "x": -370220, + "y": -114379, + "z": -555000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 137, + "instId": 300002, + "propState": 1, + "pos": { + "x": -370220, + "y": -114379, + "z": -561000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 138, + "instId": 300001, + "propState": 8, + "pos": { + "x": -373790, + "y": -114379, + "z": -561500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 138, + "instId": 300002, + "propState": 8, + "pos": { + "x": -376290, + "y": -114379, + "z": -558000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 138, + "instId": 300003, + "propState": 8, + "pos": { + "x": -373790, + "y": -114379, + "z": -554500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 138, + "instId": 300004, + "propState": 8, + "pos": { + "x": 211140, + "y": -228758, + "z": -921080 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 138, + "instId": 300005, + "propState": 8, + "pos": { + "x": 210340, + "y": -228758, + "z": -920710 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 138, + "instId": 300006, + "propState": 8, + "pos": { + "x": 211140, + "y": -228758, + "z": -920210 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 138, + "instId": 300007, + "propState": 8, + "pos": { + "x": 203210, + "y": -228758, + "z": -915630 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 138, + "instId": 300008, + "propState": 8, + "pos": { + "x": 204010, + "y": -228758, + "z": -915290 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 138, + "instId": 300009, + "propState": 8, + "pos": { + "x": 203210, + "y": -228758, + "z": -914790 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 138, + "instId": 300010, + "propState": 12, + "pos": { + "x": -360790, + "y": -114379, + "z": -554000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 138, + "instId": 300011, + "propState": 1, + "pos": { + "x": -359583, + "y": -114388, + "z": -559240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 142, + "instId": 300001, + "propState": 8, + "pos": { + "x": -340070, + "y": -3907, + "z": -259080 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 142, + "instId": 300002, + "propState": 8, + "pos": { + "x": -339340, + "y": -13630, + "z": -257550 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 143, + "instId": 300001, + "propState": 8, + "pos": { + "x": -350309, + "y": -3907, + "z": -283549 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 143, + "instId": 300002, + "propState": 8, + "pos": { + "x": -354590, + "y": -3907, + "z": -283964 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 143, + "instId": 300003, + "propState": 8, + "pos": { + "x": -356371, + "y": -3907, + "z": -280049 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 143, + "instId": 300004, + "propState": 1, + "pos": { + "x": -345742, + "y": -3907, + "z": -274638 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 143, + "instId": 300005, + "propState": 1, + "pos": { + "x": -350938, + "y": -3907, + "z": -271638 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 143, + "instId": 300006, + "propState": 1, + "pos": { + "x": -343290, + "y": -3907, + "z": -270858 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 60408 + }, + { + "groupId": 145, + "instId": 300001, + "propState": 8, + "pos": { + "x": -340070, + "y": -3907, + "z": -259080 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 145, + "instId": 300002, + "propState": 8, + "pos": { + "x": -339340, + "y": -19110, + "z": -257550 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 146, + "instId": 300002, + "propState": 8, + "pos": { + "x": -350309, + "y": -3907, + "z": -283549 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 146, + "instId": 300003, + "propState": 8, + "pos": { + "x": -354590, + "y": -3907, + "z": -283964 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 146, + "instId": 300004, + "propState": 8, + "pos": { + "x": -356371, + "y": -3907, + "z": -280049 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 146, + "instId": 300007, + "propState": 20, + "pos": { + "x": -348742, + "y": -3907, + "z": -279834 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 146, + "instId": 300008, + "propState": 20, + "pos": { + "x": -349763, + "y": -3920, + "z": -279533 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 146, + "instId": 300009, + "propState": 20, + "pos": { + "x": -352769, + "y": -3920, + "z": -277760 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 146, + "instId": 300010, + "propState": 8, + "pos": { + "x": -348724, + "y": -3907, + "z": -265804 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 146, + "instId": 300011, + "propState": 8, + "pos": { + "x": -347861, + "y": -3907, + "z": -265909 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 146, + "instId": 300012, + "propState": 8, + "pos": { + "x": -348304, + "y": -3907, + "z": -265076 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 146, + "instId": 300013, + "propState": 12, + "pos": { + "x": -350304, + "y": -3907, + "z": -268540 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 146, + "instId": 300014, + "propState": 1, + "pos": { + "x": -343376, + "y": -3907, + "z": -272540 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 148, + "instId": 300001, + "propState": 8, + "pos": { + "x": -373790, + "y": -114379, + "z": -561500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 148, + "instId": 300002, + "propState": 8, + "pos": { + "x": -376290, + "y": -114379, + "z": -558000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 148, + "instId": 300003, + "propState": 8, + "pos": { + "x": -373790, + "y": -114379, + "z": -554500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 148, + "instId": 300004, + "propState": 8, + "pos": { + "x": -364970, + "y": -114379, + "z": -552880 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 148, + "instId": 300005, + "propState": 8, + "pos": { + "x": -364600, + "y": -114379, + "z": -552080 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 148, + "instId": 300006, + "propState": 8, + "pos": { + "x": -364100, + "y": -114379, + "z": -552880 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 148, + "instId": 300007, + "propState": 8, + "pos": { + "x": -363600, + "y": -114388, + "z": -554410 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 148, + "instId": 300008, + "propState": 8, + "pos": { + "x": -363260, + "y": -114388, + "z": -555210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 148, + "instId": 300009, + "propState": 8, + "pos": { + "x": -362760, + "y": -114388, + "z": -554410 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 148, + "instId": 300010, + "propState": 12, + "pos": { + "x": -360790, + "y": -114379, + "z": -554000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 148, + "instId": 300011, + "propState": 1, + "pos": { + "x": -359583, + "y": -114388, + "z": -559240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 149, + "instId": 300001, + "propState": 8, + "pos": { + "x": -395480, + "y": -117738, + "z": -533020 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 149, + "instId": 300002, + "propState": 8, + "pos": { + "x": -392980, + "y": -117738, + "z": -536520 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 149, + "instId": 300003, + "propState": 8, + "pos": { + "x": -395480, + "y": -117738, + "z": -540020 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 149, + "instId": 300004, + "propState": 8, + "pos": { + "x": -402190, + "y": -117679, + "z": -532520 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 149, + "instId": 300005, + "propState": 8, + "pos": { + "x": -402560, + "y": -117697, + "z": -533320 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 149, + "instId": 300006, + "propState": 8, + "pos": { + "x": -403060, + "y": -117679, + "z": -532520 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 149, + "instId": 300007, + "propState": 8, + "pos": { + "x": -408950, + "y": -117710, + "z": -540520 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 149, + "instId": 300008, + "propState": 8, + "pos": { + "x": -409290, + "y": -117710, + "z": -539720 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 149, + "instId": 300009, + "propState": 8, + "pos": { + "x": -409790, + "y": -117710, + "z": -540520 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 149, + "instId": 300010, + "propState": 12, + "pos": { + "x": -405790, + "y": -117710, + "z": -540520 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 149, + "instId": 300011, + "propState": 1, + "pos": { + "x": -405790, + "y": -117710, + "z": -532520 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 150, + "instId": 300001, + "propState": 8, + "pos": { + "x": -342801, + "y": -105646, + "z": -437685 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 150, + "instId": 300002, + "propState": 8, + "pos": { + "x": -338520, + "y": -105381, + "z": -437270 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 150, + "instId": 300003, + "propState": 8, + "pos": { + "x": -336739, + "y": -105646, + "z": -441185 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 150, + "instId": 300004, + "propState": 8, + "pos": { + "x": -348475, + "y": -105631, + "z": -450507 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 150, + "instId": 300005, + "propState": 8, + "pos": { + "x": -347967, + "y": -105836, + "z": -451227 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 150, + "instId": 300006, + "propState": 8, + "pos": { + "x": -348910, + "y": -106040, + "z": -451260 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 150, + "instId": 300007, + "propState": 8, + "pos": { + "x": -346260, + "y": -106653, + "z": -454992 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 150, + "instId": 300008, + "propState": 8, + "pos": { + "x": -347123, + "y": -106857, + "z": -454887 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 150, + "instId": 300009, + "propState": 8, + "pos": { + "x": -346680, + "y": -106857, + "z": -455720 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 150, + "instId": 300010, + "propState": 12, + "pos": { + "x": -342690, + "y": -105644, + "z": -449440 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 150, + "instId": 300011, + "propState": 1, + "pos": { + "x": -348430, + "y": -105644, + "z": -446360 + }, + "rot": { + "x": 0, + "y": 122143, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 151, + "instId": 300001, + "propState": 8, + "pos": { + "x": -350220, + "y": -3911, + "z": -283640 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 151, + "instId": 300002, + "propState": 8, + "pos": { + "x": -354501, + "y": -3911, + "z": -284055 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 151, + "instId": 300003, + "propState": 8, + "pos": { + "x": -356282, + "y": -3911, + "z": -280140 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 151, + "instId": 300004, + "propState": 8, + "pos": { + "x": -345715, + "y": -3911, + "z": -277463 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 151, + "instId": 300005, + "propState": 8, + "pos": { + "x": -346223, + "y": -3911, + "z": -276743 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 151, + "instId": 300006, + "propState": 8, + "pos": { + "x": -345280, + "y": -3911, + "z": -276710 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 151, + "instId": 300007, + "propState": 8, + "pos": { + "x": -349434, + "y": -3911, + "z": -267404 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 151, + "instId": 300008, + "propState": 8, + "pos": { + "x": -348571, + "y": -3911, + "z": -267509 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 151, + "instId": 300009, + "propState": 8, + "pos": { + "x": -349014, + "y": -3911, + "z": -266676 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 151, + "instId": 300010, + "propState": 12, + "pos": { + "x": -351014, + "y": -3911, + "z": -270140 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 151, + "instId": 300011, + "propState": 1, + "pos": { + "x": -344086, + "y": -3911, + "z": -274140 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 1049 + } + ], + "monsters": [ + { + "groupId": 22, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 100, + "y": -17154, + "z": 196470 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 25, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 210, + "y": -17271, + "z": 196380 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 43, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -2220, + "y": -17154, + "z": 197860 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 44, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -210, + "y": -17154, + "z": 199940 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 45, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 1780, + "y": -17154, + "z": 197860 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 49, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -230, + "y": -17224, + "z": 200170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 52, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -230, + "y": -17282, + "z": 200170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 59, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -2230, + "y": -17282, + "z": 202170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 60, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 1770, + "y": -17282, + "z": 202170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 61, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -230, + "y": -17282, + "z": 204170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 82, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -400040, + "y": -117710, + "z": -534520 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 83, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -400040, + "y": -117710, + "z": -538520 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 84, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -398040, + "y": -117710, + "z": -536520 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 91, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -344200, + "y": -105644, + "z": -443090 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 92, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -340736, + "y": -105644, + "z": -445090 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 93, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -341468, + "y": -105644, + "z": -442358 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 100, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -348760, + "y": -3911, + "z": -277990 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 101, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -352224, + "y": -3911, + "z": -275990 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 102, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -351492, + "y": -3911, + "z": -278722 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 110, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -367480, + "y": -114401, + "z": -557620 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 113, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -366790, + "y": -114379, + "z": -558000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 120, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -368790, + "y": -114379, + "z": -560000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 121, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -368790, + "y": -114379, + "z": -556000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 122, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -370790, + "y": -114379, + "z": -558000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 144, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -349840, + "y": -3907, + "z": -275736 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 147, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -349840, + "y": -3907, + "z": -275736 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 80603, + "props": [ + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": 33595, + "y": -3200, + "z": -96354 + }, + "rot": { + "x": 0, + "y": 215000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 8, + "pos": { + "x": 33595, + "y": -8680, + "z": -96354 + }, + "rot": { + "x": 0, + "y": 215000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 8, + "pos": { + "x": 22414, + "y": -3198, + "z": -121298 + }, + "rot": { + "x": 0, + "y": 305000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 8, + "pos": { + "x": 18113, + "y": -3198, + "z": -121338 + }, + "rot": { + "x": 0, + "y": 305000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 8, + "pos": { + "x": 16680, + "y": -3198, + "z": -117283 + }, + "rot": { + "x": 0, + "y": 305000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 11, + "instId": 300004, + "propState": 1, + "pos": { + "x": 27740, + "y": -3186, + "z": -112820 + }, + "rot": { + "x": 0, + "y": 5000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 11, + "instId": 300005, + "propState": 1, + "pos": { + "x": 22825, + "y": -3198, + "z": -109378 + }, + "rot": { + "x": 0, + "y": 215000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 11, + "instId": 300006, + "propState": 1, + "pos": { + "x": 29280, + "y": -3198, + "z": -109720 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 60408 + }, + { + "groupId": 13, + "instId": 300001, + "propState": 8, + "pos": { + "x": 33595, + "y": -3200, + "z": -96354 + }, + "rot": { + "x": 0, + "y": 215000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 8, + "pos": { + "x": 33595, + "y": -8770, + "z": -96354 + }, + "rot": { + "x": 0, + "y": 215000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 8, + "pos": { + "x": 22440, + "y": -3200, + "z": -121298 + }, + "rot": { + "x": 0, + "y": 305000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 14, + "instId": 300003, + "propState": 8, + "pos": { + "x": 18139, + "y": -3200, + "z": -121338 + }, + "rot": { + "x": 0, + "y": 305000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 14, + "instId": 300004, + "propState": 8, + "pos": { + "x": 16706, + "y": -3200, + "z": -117283 + }, + "rot": { + "x": 0, + "y": 305000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 14, + "instId": 300007, + "propState": 20, + "pos": { + "x": 25559, + "y": -26890, + "z": -118590 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 14, + "instId": 300008, + "propState": 20, + "pos": { + "x": 23101, + "y": -3200, + "z": -116869 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 14, + "instId": 300009, + "propState": 20, + "pos": { + "x": 20644, + "y": -3200, + "z": -115149 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 14, + "instId": 300010, + "propState": 8, + "pos": { + "x": 25566, + "y": -3200, + "z": -103759 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 14, + "instId": 300011, + "propState": 8, + "pos": { + "x": 26416, + "y": -3200, + "z": -103939 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 14, + "instId": 300012, + "propState": 8, + "pos": { + "x": 26048, + "y": -3200, + "z": -103071 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 14, + "instId": 300013, + "propState": 12, + "pos": { + "x": 23753, + "y": -3200, + "z": -106347 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 14, + "instId": 300014, + "propState": 1, + "pos": { + "x": 30306, + "y": -3200, + "z": -110936 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 16, + "instId": 300001, + "propState": 8, + "pos": { + "x": 33595, + "y": -3200, + "z": -96354 + }, + "rot": { + "x": 0, + "y": 215000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 8, + "pos": { + "x": 33595, + "y": -8940, + "z": -96354 + }, + "rot": { + "x": 0, + "y": 215000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 8, + "pos": { + "x": 22484, + "y": -3200, + "z": -121298 + }, + "rot": { + "x": 0, + "y": 305000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 8, + "pos": { + "x": 18183, + "y": -3200, + "z": -121338 + }, + "rot": { + "x": 0, + "y": 305000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 17, + "instId": 300003, + "propState": 8, + "pos": { + "x": 16750, + "y": -3200, + "z": -117283 + }, + "rot": { + "x": 0, + "y": 305000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 17, + "instId": 300004, + "propState": 8, + "pos": { + "x": 27557, + "y": -3200, + "z": -114925 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 17, + "instId": 300005, + "propState": 8, + "pos": { + "x": 27114, + "y": -3200, + "z": -114163 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 17, + "instId": 300006, + "propState": 8, + "pos": { + "x": 28056, + "y": -3200, + "z": -114212 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 17, + "instId": 300007, + "propState": 8, + "pos": { + "x": 25610, + "y": -3200, + "z": -103759 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 17, + "instId": 300008, + "propState": 8, + "pos": { + "x": 26460, + "y": -3200, + "z": -103939 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 17, + "instId": 300009, + "propState": 8, + "pos": { + "x": 26091, + "y": -3200, + "z": -103071 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 17, + "instId": 300010, + "propState": 12, + "pos": { + "x": 23797, + "y": -3200, + "z": -106347 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 17, + "instId": 300011, + "propState": 1, + "pos": { + "x": 30350, + "y": -3200, + "z": -110936 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 18, + "instId": 300001, + "propState": 12, + "pos": { + "x": 23660, + "y": -3200, + "z": -117735 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 1, + "pos": { + "x": 18745, + "y": -3200, + "z": -114293 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 25, + "instId": 300001, + "propState": 8, + "pos": { + "x": 33595, + "y": -3200, + "z": -96354 + }, + "rot": { + "x": 0, + "y": 215000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 25, + "instId": 300002, + "propState": 8, + "pos": { + "x": 33595, + "y": -8970, + "z": -96354 + }, + "rot": { + "x": 0, + "y": 215000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 26, + "instId": 300001, + "propState": 8, + "pos": { + "x": 27260, + "y": -3200, + "z": -113926 + }, + "rot": { + "x": 0, + "y": 305000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 26, + "instId": 300002, + "propState": 8, + "pos": { + "x": 22960, + "y": -3200, + "z": -113966 + }, + "rot": { + "x": 0, + "y": 305000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 26, + "instId": 300003, + "propState": 8, + "pos": { + "x": 21526, + "y": -3200, + "z": -109911 + }, + "rot": { + "x": 0, + "y": 305000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 26, + "instId": 300004, + "propState": 1, + "pos": { + "x": 24830, + "y": -3173, + "z": -105040 + }, + "rot": { + "x": 0, + "y": 65000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 26, + "instId": 300005, + "propState": 8, + "pos": { + "x": 26240, + "y": -3200, + "z": -102639 + }, + "rot": { + "x": 0, + "y": 215000, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 26, + "instId": 300006, + "propState": 8, + "pos": { + "x": 27090, + "y": -3200, + "z": -102819 + }, + "rot": { + "x": 0, + "y": 215000, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 26, + "instId": 300007, + "propState": 8, + "pos": { + "x": 26721, + "y": -3200, + "z": -101951 + }, + "rot": { + "x": 0, + "y": 215000, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 26, + "instId": 300008, + "propState": 8, + "pos": { + "x": 26480, + "y": -3200, + "z": -108480 + }, + "rot": { + "x": 0, + "y": 215000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 28, + "instId": 300001, + "propState": 8, + "pos": { + "x": 33595, + "y": -3200, + "z": -96354 + }, + "rot": { + "x": 0, + "y": 215000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 28, + "instId": 300002, + "propState": 8, + "pos": { + "x": 33595, + "y": -8900, + "z": -96354 + }, + "rot": { + "x": 0, + "y": 215000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 29, + "instId": 300001, + "propState": 8, + "pos": { + "x": 27187, + "y": -3200, + "z": -113926 + }, + "rot": { + "x": 0, + "y": 305000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 29, + "instId": 300002, + "propState": 8, + "pos": { + "x": 22886, + "y": -3200, + "z": -113966 + }, + "rot": { + "x": 0, + "y": 305000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 29, + "instId": 300003, + "propState": 8, + "pos": { + "x": 21453, + "y": -3200, + "z": -109911 + }, + "rot": { + "x": 0, + "y": 305000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 29, + "instId": 300004, + "propState": 8, + "pos": { + "x": 26740, + "y": -3200, + "z": -101820 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 29, + "instId": 300005, + "propState": 8, + "pos": { + "x": 27590, + "y": -3200, + "z": -102000 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 29, + "instId": 300006, + "propState": 8, + "pos": { + "x": 27222, + "y": -3200, + "z": -101132 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 29, + "instId": 300007, + "propState": 1, + "pos": { + "x": 32210, + "y": -3198, + "z": -105250 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 33, + "instId": 300001, + "propState": 8, + "pos": { + "x": 33595, + "y": -3200, + "z": -96354 + }, + "rot": { + "x": 0, + "y": 215000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 33, + "instId": 300002, + "propState": 8, + "pos": { + "x": 33595, + "y": -9140, + "z": -96354 + }, + "rot": { + "x": 0, + "y": 215000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 34, + "instId": 300001, + "propState": 8, + "pos": { + "x": 22003, + "y": -3200, + "z": -121870 + }, + "rot": { + "x": 0, + "y": 305000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 34, + "instId": 300002, + "propState": 8, + "pos": { + "x": 17702, + "y": -3200, + "z": -121910 + }, + "rot": { + "x": 0, + "y": 305000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 34, + "instId": 300003, + "propState": 8, + "pos": { + "x": 16269, + "y": -3200, + "z": -117855 + }, + "rot": { + "x": 0, + "y": 305000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 35, + "instId": 300002, + "propState": 12, + "pos": { + "x": 25966, + "y": -3200, + "z": -114132 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 35, + "instId": 300003, + "propState": 12, + "pos": { + "x": 21051, + "y": -3200, + "z": -110691 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 35, + "instId": 300004, + "propState": 12, + "pos": { + "x": 28260, + "y": -3200, + "z": -110856 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 35, + "instId": 300005, + "propState": 12, + "pos": { + "x": 23345, + "y": -3200, + "z": -107414 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 35, + "instId": 300006, + "propState": 12, + "pos": { + "x": 25803, + "y": -3200, + "z": -109135 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 35, + "instId": 300007, + "propState": 12, + "pos": { + "x": 23447, + "y": -3200, + "z": -112490 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 35, + "instId": 300001, + "propState": 12, + "pos": { + "x": 23507, + "y": -3200, + "z": -117560 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 35, + "instId": 300008, + "propState": 12, + "pos": { + "x": 21087, + "y": -3200, + "z": -115870 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 35, + "instId": 300009, + "propState": 12, + "pos": { + "x": 18657, + "y": -3200, + "z": -114170 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 35, + "instId": 300010, + "propState": 12, + "pos": { + "x": 27957, + "y": -3200, + "z": -106050 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 36, + "instId": 300001, + "propState": 1, + "pos": { + "x": 23800, + "y": -3200, + "z": -106921 + }, + "rot": { + "x": 0, + "y": 215000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 36, + "instId": 300002, + "propState": 1, + "pos": { + "x": 28715, + "y": -3200, + "z": -110362 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 37, + "instId": 300001, + "propState": 1, + "pos": { + "x": 26330, + "y": -3200, + "z": -108641 + }, + "rot": { + "x": 0, + "y": 215000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 37, + "instId": 300002, + "propState": 12, + "pos": { + "x": 29935, + "y": -3200, + "z": -108724 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 37, + "instId": 300003, + "propState": 12, + "pos": { + "x": 25020, + "y": -3200, + "z": -105282 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 38, + "instId": 300001, + "propState": 1, + "pos": { + "x": 23780, + "y": -3200, + "z": -106921 + }, + "rot": { + "x": 0, + "y": 215000, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 38, + "instId": 300002, + "propState": 1, + "pos": { + "x": 28695, + "y": -3200, + "z": -110362 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 48, + "instId": 300001, + "propState": 8, + "pos": { + "x": -15450, + "y": 10521, + "z": 76720 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 48, + "instId": 300002, + "propState": 8, + "pos": { + "x": -52670, + "y": 9036, + "z": 76420 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 48, + "instId": 300003, + "propState": 8, + "pos": { + "x": -24410, + "y": 10487, + "z": 71880 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 48, + "instId": 300004, + "propState": 8, + "pos": { + "x": -24650, + "y": 10538, + "z": 86110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 49, + "instId": 300001, + "propState": 8, + "pos": { + "x": -45110, + "y": 9036, + "z": 73680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 49, + "instId": 300002, + "propState": 8, + "pos": { + "x": -47610, + "y": 9036, + "z": 77180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 49, + "instId": 300003, + "propState": 8, + "pos": { + "x": -45110, + "y": 9036, + "z": 80680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 49, + "instId": 300004, + "propState": 8, + "pos": { + "x": -35220, + "y": 10180, + "z": 73180 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 49, + "instId": 300005, + "propState": 8, + "pos": { + "x": -34850, + "y": 10357, + "z": 73980 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 49, + "instId": 300006, + "propState": 8, + "pos": { + "x": -34350, + "y": 10521, + "z": 73180 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 49, + "instId": 300007, + "propState": 8, + "pos": { + "x": -27190, + "y": 10487, + "z": 81180 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 49, + "instId": 300008, + "propState": 8, + "pos": { + "x": -26850, + "y": 10487, + "z": 80380 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 49, + "instId": 300009, + "propState": 8, + "pos": { + "x": -26350, + "y": 10487, + "z": 81180 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 49, + "instId": 300010, + "propState": 12, + "pos": { + "x": -30350, + "y": 10517, + "z": 81180 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 49, + "instId": 300011, + "propState": 1, + "pos": { + "x": -30350, + "y": 10517, + "z": 73180 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 50, + "instId": 300001, + "propState": 12, + "pos": { + "x": -40080, + "y": 9036, + "z": 74180 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 50, + "instId": 300002, + "propState": 1, + "pos": { + "x": -40080, + "y": 9036, + "z": 80180 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 57, + "instId": 300001, + "propState": 8, + "pos": { + "x": -24940, + "y": 13072, + "z": 231810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 57, + "instId": 300002, + "propState": 8, + "pos": { + "x": -12300, + "y": 16011, + "z": 269440 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 57, + "instId": 300003, + "propState": 8, + "pos": { + "x": -36860, + "y": 16011, + "z": 269440 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 58, + "instId": 300001, + "propState": 8, + "pos": { + "x": -27960, + "y": 16040, + "z": 265280 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 58, + "instId": 300002, + "propState": 8, + "pos": { + "x": -24460, + "y": 16040, + "z": 267780 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 58, + "instId": 300003, + "propState": 8, + "pos": { + "x": -20960, + "y": 16040, + "z": 265280 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 58, + "instId": 300004, + "propState": 8, + "pos": { + "x": -28940, + "y": 16040, + "z": 258140 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 58, + "instId": 300005, + "propState": 8, + "pos": { + "x": -28140, + "y": 16040, + "z": 257770 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 58, + "instId": 300006, + "propState": 8, + "pos": { + "x": -28940, + "y": 16040, + "z": 257270 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 58, + "instId": 300007, + "propState": 8, + "pos": { + "x": -20940, + "y": 16040, + "z": 250210 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 58, + "instId": 300008, + "propState": 8, + "pos": { + "x": -21740, + "y": 16040, + "z": 249870 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 58, + "instId": 300009, + "propState": 8, + "pos": { + "x": -20940, + "y": 16040, + "z": 249370 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 58, + "instId": 300010, + "propState": 12, + "pos": { + "x": -20940, + "y": 16040, + "z": 254180 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 58, + "instId": 300011, + "propState": 1, + "pos": { + "x": -28940, + "y": 16040, + "z": 254180 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 59, + "instId": 300001, + "propState": 12, + "pos": { + "x": -27940, + "y": 16040, + "z": 260800 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 59, + "instId": 300002, + "propState": 1, + "pos": { + "x": -21940, + "y": 16040, + "z": 260800 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 66, + "instId": 300001, + "propState": 8, + "pos": { + "x": -38300, + "y": 12680, + "z": 222180 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 66, + "instId": 300002, + "propState": 8, + "pos": { + "x": -24510, + "y": 12700, + "z": 230950 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 66, + "instId": 300003, + "propState": 8, + "pos": { + "x": -24470, + "y": 12680, + "z": 214330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 67, + "instId": 300001, + "propState": 8, + "pos": { + "x": -10950, + "y": 12700, + "z": 226730 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 67, + "instId": 300002, + "propState": 8, + "pos": { + "x": -8450, + "y": 12700, + "z": 223230 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 67, + "instId": 300003, + "propState": 8, + "pos": { + "x": -10950, + "y": 12700, + "z": 219730 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 67, + "instId": 300004, + "propState": 8, + "pos": { + "x": -19080, + "y": 12700, + "z": 227230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 67, + "instId": 300005, + "propState": 8, + "pos": { + "x": -19450, + "y": 12700, + "z": 226430 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 67, + "instId": 300006, + "propState": 8, + "pos": { + "x": -19950, + "y": 12700, + "z": 227230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 67, + "instId": 300007, + "propState": 8, + "pos": { + "x": -27110, + "y": 12700, + "z": 219230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 67, + "instId": 300008, + "propState": 8, + "pos": { + "x": -27450, + "y": 12700, + "z": 220030 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 67, + "instId": 300009, + "propState": 8, + "pos": { + "x": -27950, + "y": 12700, + "z": 219230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 67, + "instId": 300010, + "propState": 12, + "pos": { + "x": -23950, + "y": 12700, + "z": 219230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 67, + "instId": 300011, + "propState": 1, + "pos": { + "x": -23950, + "y": 12700, + "z": 227230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 68, + "instId": 300001, + "propState": 12, + "pos": { + "x": -14950, + "y": 12700, + "z": 226230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 68, + "instId": 300002, + "propState": 1, + "pos": { + "x": -14950, + "y": 12700, + "z": 220230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 79, + "instId": 300001, + "propState": 8, + "pos": { + "x": 22484, + "y": -3200, + "z": -121298 + }, + "rot": { + "x": 0, + "y": 305000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 79, + "instId": 300002, + "propState": 8, + "pos": { + "x": 18183, + "y": -3200, + "z": -121338 + }, + "rot": { + "x": 0, + "y": 305000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 79, + "instId": 300003, + "propState": 8, + "pos": { + "x": 16750, + "y": -3200, + "z": -117283 + }, + "rot": { + "x": 0, + "y": 305000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 79, + "instId": 300004, + "propState": 8, + "pos": { + "x": 27557, + "y": -16330, + "z": -114925 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 79, + "instId": 300005, + "propState": 8, + "pos": { + "x": 27114, + "y": -16330, + "z": -114163 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 79, + "instId": 300006, + "propState": 8, + "pos": { + "x": 28056, + "y": -16330, + "z": -114212 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 79, + "instId": 300007, + "propState": 8, + "pos": { + "x": 25610, + "y": -16330, + "z": -103759 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 79, + "instId": 300008, + "propState": 8, + "pos": { + "x": 26460, + "y": -16330, + "z": -103939 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 79, + "instId": 300009, + "propState": 8, + "pos": { + "x": 26091, + "y": -16330, + "z": -103071 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 79, + "instId": 300010, + "propState": 12, + "pos": { + "x": 25117, + "y": -3200, + "z": -103701 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 79, + "instId": 300011, + "propState": 1, + "pos": { + "x": 31670, + "y": -3200, + "z": -108290 + }, + "rot": { + "x": 0, + "y": 32000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 80, + "instId": 300001, + "propState": 12, + "pos": { + "x": 26580, + "y": -3200, + "z": -108290 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 80, + "instId": 300002, + "propState": 1, + "pos": { + "x": 18745, + "y": -3200, + "z": -114293 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 80, + "instId": 300003, + "propState": 1, + "pos": { + "x": 24440, + "y": -3189, + "z": -118110 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 80, + "instId": 300004, + "propState": 1, + "pos": { + "x": 27480, + "y": -3189, + "z": -113620 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 80, + "instId": 300005, + "propState": 1, + "pos": { + "x": 21810, + "y": -3173, + "z": -109710 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 90, + "instId": 300001, + "propState": 8, + "pos": { + "x": 22484, + "y": -3200, + "z": -121298 + }, + "rot": { + "x": 0, + "y": 305000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 90, + "instId": 300002, + "propState": 8, + "pos": { + "x": 18183, + "y": -3200, + "z": -121338 + }, + "rot": { + "x": 0, + "y": 305000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 90, + "instId": 300003, + "propState": 8, + "pos": { + "x": 16750, + "y": -3200, + "z": -117283 + }, + "rot": { + "x": 0, + "y": 305000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 90, + "instId": 300004, + "propState": 8, + "pos": { + "x": 27557, + "y": -3200, + "z": -114925 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 90, + "instId": 300005, + "propState": 8, + "pos": { + "x": 27114, + "y": -3200, + "z": -114163 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 90, + "instId": 300006, + "propState": 8, + "pos": { + "x": 28056, + "y": -3200, + "z": -114212 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 90, + "instId": 300007, + "propState": 8, + "pos": { + "x": 25610, + "y": -3200, + "z": -103759 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 90, + "instId": 300008, + "propState": 8, + "pos": { + "x": 26460, + "y": -3200, + "z": -103939 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 90, + "instId": 300009, + "propState": 8, + "pos": { + "x": 26091, + "y": -3200, + "z": -103071 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 90, + "instId": 300010, + "propState": 12, + "pos": { + "x": 23797, + "y": -3200, + "z": -106347 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 90, + "instId": 300011, + "propState": 1, + "pos": { + "x": 30350, + "y": -3200, + "z": -110936 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 91, + "instId": 300001, + "propState": 8, + "pos": { + "x": -45110, + "y": 9036, + "z": 73680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 91, + "instId": 300002, + "propState": 8, + "pos": { + "x": -47610, + "y": 9036, + "z": 77180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 91, + "instId": 300003, + "propState": 8, + "pos": { + "x": -45110, + "y": 9036, + "z": 80680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 91, + "instId": 300004, + "propState": 8, + "pos": { + "x": -35220, + "y": 10180, + "z": 73180 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 91, + "instId": 300005, + "propState": 8, + "pos": { + "x": -34850, + "y": 10357, + "z": 73980 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 91, + "instId": 300006, + "propState": 8, + "pos": { + "x": -34350, + "y": 10521, + "z": 73180 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 91, + "instId": 300007, + "propState": 8, + "pos": { + "x": -27190, + "y": 10487, + "z": 81180 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 91, + "instId": 300008, + "propState": 8, + "pos": { + "x": -26850, + "y": 10487, + "z": 80380 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 91, + "instId": 300009, + "propState": 8, + "pos": { + "x": -26350, + "y": 10487, + "z": 81180 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 91, + "instId": 300010, + "propState": 12, + "pos": { + "x": -30350, + "y": 10517, + "z": 81180 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 91, + "instId": 300011, + "propState": 1, + "pos": { + "x": -30350, + "y": 10517, + "z": 73180 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 92, + "instId": 300001, + "propState": 8, + "pos": { + "x": -27960, + "y": 16040, + "z": 265280 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 92, + "instId": 300002, + "propState": 8, + "pos": { + "x": -24460, + "y": 16040, + "z": 267780 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 92, + "instId": 300003, + "propState": 8, + "pos": { + "x": -20960, + "y": 16040, + "z": 265280 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 92, + "instId": 300004, + "propState": 8, + "pos": { + "x": -28940, + "y": 16040, + "z": 258140 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 92, + "instId": 300005, + "propState": 8, + "pos": { + "x": -28140, + "y": 16040, + "z": 257770 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 92, + "instId": 300006, + "propState": 8, + "pos": { + "x": -28940, + "y": 16040, + "z": 257270 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 92, + "instId": 300007, + "propState": 8, + "pos": { + "x": -20940, + "y": 16040, + "z": 250210 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 92, + "instId": 300008, + "propState": 8, + "pos": { + "x": -21740, + "y": 16040, + "z": 249870 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 92, + "instId": 300009, + "propState": 8, + "pos": { + "x": -20940, + "y": 16040, + "z": 249370 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 92, + "instId": 300010, + "propState": 12, + "pos": { + "x": -20940, + "y": 16040, + "z": 254180 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 92, + "instId": 300011, + "propState": 1, + "pos": { + "x": -28940, + "y": 16040, + "z": 254180 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 93, + "instId": 300001, + "propState": 8, + "pos": { + "x": -10950, + "y": 12700, + "z": 226730 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 93, + "instId": 300002, + "propState": 8, + "pos": { + "x": -8450, + "y": 12700, + "z": 223230 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 93, + "instId": 300003, + "propState": 8, + "pos": { + "x": -10950, + "y": 12700, + "z": 219730 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 93, + "instId": 300004, + "propState": 8, + "pos": { + "x": -19080, + "y": 12700, + "z": 227230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 93, + "instId": 300005, + "propState": 8, + "pos": { + "x": -19450, + "y": 12700, + "z": 226430 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 93, + "instId": 300006, + "propState": 8, + "pos": { + "x": -19950, + "y": 12700, + "z": 227230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 93, + "instId": 300007, + "propState": 8, + "pos": { + "x": -27110, + "y": 12700, + "z": 219230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 93, + "instId": 300008, + "propState": 8, + "pos": { + "x": -27450, + "y": 12700, + "z": 220030 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 93, + "instId": 300009, + "propState": 8, + "pos": { + "x": -27950, + "y": 12700, + "z": 219230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 93, + "instId": 300010, + "propState": 12, + "pos": { + "x": -23950, + "y": 12700, + "z": 219230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 93, + "instId": 300011, + "propState": 1, + "pos": { + "x": -23950, + "y": 12700, + "z": 227230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1049 + } + ], + "monsters": [ + { + "groupId": 12, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 23160, + "y": -3186, + "z": -113556 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 15, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 23170, + "y": -3200, + "z": -113556 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 22, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 23770, + "y": -3200, + "z": -116342 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 23, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 20493, + "y": -3200, + "z": -114048 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 24, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 20985, + "y": -3200, + "z": -116833 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 54, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -40090, + "y": 9036, + "z": 75180 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 55, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -40090, + "y": 9036, + "z": 79180 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 56, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -42090, + "y": 9036, + "z": 77180 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 63, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -26370, + "y": 16040, + "z": 262370 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 64, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -22370, + "y": 16040, + "z": 262370 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 65, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -24370, + "y": 16040, + "z": 264370 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 72, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -15950, + "y": 12700, + "z": 225230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 73, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -15950, + "y": 12700, + "z": 221230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 74, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -13950, + "y": 12700, + "z": 223230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 80604, + "props": [ + { + "groupId": 14, + "instId": 300001, + "propState": 8, + "pos": { + "x": -24534, + "y": 10560, + "z": 70390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 8, + "pos": { + "x": -24534, + "y": 6890, + "z": 70390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 14, + "instId": 300003, + "propState": 8, + "pos": { + "x": -33600, + "y": 10521, + "z": 77160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 14, + "instId": 300004, + "propState": 8, + "pos": { + "x": -15350, + "y": 10521, + "z": 77160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 15, + "instId": 300001, + "propState": 8, + "pos": { + "x": -28034, + "y": 10560, + "z": 98390 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 15, + "instId": 300002, + "propState": 8, + "pos": { + "x": -24534, + "y": 10560, + "z": 100890 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 15, + "instId": 300003, + "propState": 8, + "pos": { + "x": -21034, + "y": 10560, + "z": 98390 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 15, + "instId": 300004, + "propState": 1, + "pos": { + "x": -27534, + "y": 10560, + "z": 88390 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 15, + "instId": 300005, + "propState": 1, + "pos": { + "x": -21534, + "y": 10560, + "z": 88390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 15, + "instId": 300006, + "propState": 1, + "pos": { + "x": -27348, + "y": 10560, + "z": 83880 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60408 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 8, + "pos": { + "x": -24534, + "y": 10560, + "z": 70390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 8, + "pos": { + "x": -24534, + "y": 6020, + "z": 70390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 17, + "instId": 300003, + "propState": 8, + "pos": { + "x": -33600, + "y": 10521, + "z": 77160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 17, + "instId": 300004, + "propState": 8, + "pos": { + "x": -15350, + "y": 10521, + "z": 77160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 8, + "pos": { + "x": -28034, + "y": 10294, + "z": 98390 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 18, + "instId": 300003, + "propState": 8, + "pos": { + "x": -24534, + "y": 10294, + "z": 100890 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 18, + "instId": 300004, + "propState": 8, + "pos": { + "x": -21034, + "y": 10294, + "z": 98390 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 18, + "instId": 300007, + "propState": 20, + "pos": { + "x": -29160, + "y": -45041, + "z": 94390 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 18, + "instId": 300008, + "propState": 20, + "pos": { + "x": -26160, + "y": 10466, + "z": 94390 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 18, + "instId": 300009, + "propState": 20, + "pos": { + "x": -23160, + "y": 10466, + "z": 94390 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 18, + "instId": 300010, + "propState": 8, + "pos": { + "x": -20534, + "y": 10517, + "z": 82230 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 18, + "instId": 300011, + "propState": 8, + "pos": { + "x": -21334, + "y": 10487, + "z": 81890 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 18, + "instId": 300012, + "propState": 8, + "pos": { + "x": -20534, + "y": 10517, + "z": 81390 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 18, + "instId": 300013, + "propState": 12, + "pos": { + "x": -20534, + "y": 10517, + "z": 85390 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 18, + "instId": 300014, + "propState": 1, + "pos": { + "x": -28534, + "y": 10517, + "z": 85390 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 20, + "instId": 300001, + "propState": 8, + "pos": { + "x": -24534, + "y": 10560, + "z": 70390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 8, + "pos": { + "x": -24534, + "y": 5420, + "z": 70390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 20, + "instId": 300003, + "propState": 8, + "pos": { + "x": -33600, + "y": 10521, + "z": 77160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 20, + "instId": 300004, + "propState": 8, + "pos": { + "x": -15350, + "y": 10521, + "z": 77160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 21, + "instId": 300001, + "propState": 8, + "pos": { + "x": -28034, + "y": 10560, + "z": 98390 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 21, + "instId": 300002, + "propState": 8, + "pos": { + "x": -24534, + "y": 10560, + "z": 100890 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 21, + "instId": 300003, + "propState": 8, + "pos": { + "x": -21034, + "y": 10560, + "z": 98390 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 21, + "instId": 300004, + "propState": 8, + "pos": { + "x": -28534, + "y": 10560, + "z": 90260 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 21, + "instId": 300005, + "propState": 8, + "pos": { + "x": -27734, + "y": 10560, + "z": 89890 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 21, + "instId": 300006, + "propState": 8, + "pos": { + "x": -28534, + "y": 10560, + "z": 89390 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 21, + "instId": 300007, + "propState": 8, + "pos": { + "x": -20534, + "y": 10560, + "z": 82230 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 21, + "instId": 300008, + "propState": 8, + "pos": { + "x": -21334, + "y": 10560, + "z": 81890 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 21, + "instId": 300009, + "propState": 8, + "pos": { + "x": -20534, + "y": 10560, + "z": 81390 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 21, + "instId": 300010, + "propState": 12, + "pos": { + "x": -20534, + "y": 10560, + "z": 85390 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 21, + "instId": 300011, + "propState": 1, + "pos": { + "x": -28534, + "y": 10560, + "z": 85390 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 22, + "instId": 300001, + "propState": 12, + "pos": { + "x": -27534, + "y": 10560, + "z": 94390 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 22, + "instId": 300002, + "propState": 1, + "pos": { + "x": -21534, + "y": 10560, + "z": 94390 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 29, + "instId": 300001, + "propState": 8, + "pos": { + "x": -24534, + "y": 10560, + "z": 70390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 29, + "instId": 300002, + "propState": 8, + "pos": { + "x": -24534, + "y": 5780, + "z": 70390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 29, + "instId": 300003, + "propState": 8, + "pos": { + "x": -33600, + "y": 10521, + "z": 77160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 29, + "instId": 300004, + "propState": 8, + "pos": { + "x": -15350, + "y": 10521, + "z": 77160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 30, + "instId": 300001, + "propState": 8, + "pos": { + "x": -28034, + "y": 10560, + "z": 89390 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 30, + "instId": 300002, + "propState": 8, + "pos": { + "x": -24534, + "y": 10560, + "z": 91890 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 30, + "instId": 300003, + "propState": 8, + "pos": { + "x": -21034, + "y": 10560, + "z": 89390 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 30, + "instId": 300004, + "propState": 1, + "pos": { + "x": -21534, + "y": 10560, + "z": 83390 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 30, + "instId": 300005, + "propState": 8, + "pos": { + "x": -20724, + "y": 10560, + "z": 80730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 30, + "instId": 300006, + "propState": 8, + "pos": { + "x": -21524, + "y": 10560, + "z": 80390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 30, + "instId": 300007, + "propState": 8, + "pos": { + "x": -20724, + "y": 10560, + "z": 79890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 30, + "instId": 300008, + "propState": 8, + "pos": { + "x": -24534, + "y": 10560, + "z": 85390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 32, + "instId": 300001, + "propState": 8, + "pos": { + "x": -24534, + "y": 10560, + "z": 70390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 32, + "instId": 300002, + "propState": 8, + "pos": { + "x": -24534, + "y": 4460, + "z": 70390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 32, + "instId": 300003, + "propState": 8, + "pos": { + "x": -33600, + "y": 10521, + "z": 77160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 32, + "instId": 300004, + "propState": 8, + "pos": { + "x": -15350, + "y": 10521, + "z": 77160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 33, + "instId": 300001, + "propState": 8, + "pos": { + "x": -28034, + "y": 10560, + "z": 89390 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 33, + "instId": 300002, + "propState": 8, + "pos": { + "x": -24534, + "y": 10560, + "z": 91890 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 33, + "instId": 300003, + "propState": 8, + "pos": { + "x": -21034, + "y": 10560, + "z": 89390 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 33, + "instId": 300004, + "propState": 8, + "pos": { + "x": -20724, + "y": 10560, + "z": 79730 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 33, + "instId": 300005, + "propState": 8, + "pos": { + "x": -21524, + "y": 10560, + "z": 79390 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 33, + "instId": 300006, + "propState": 8, + "pos": { + "x": -20724, + "y": 10560, + "z": 78890 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104008 + }, + { + "groupId": 33, + "instId": 300007, + "propState": 1, + "pos": { + "x": -28450, + "y": 10517, + "z": 79900 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 37, + "instId": 300001, + "propState": 8, + "pos": { + "x": -24534, + "y": 10560, + "z": 70390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 37, + "instId": 300002, + "propState": 8, + "pos": { + "x": -24534, + "y": 3210, + "z": 70390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 37, + "instId": 300003, + "propState": 8, + "pos": { + "x": -33600, + "y": 10521, + "z": 77160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 37, + "instId": 300004, + "propState": 8, + "pos": { + "x": -15350, + "y": 10521, + "z": 77160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 38, + "instId": 300001, + "propState": 8, + "pos": { + "x": -28030, + "y": 10560, + "z": 99350 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 38, + "instId": 300002, + "propState": 8, + "pos": { + "x": -24530, + "y": 10560, + "z": 101850 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 38, + "instId": 300003, + "propState": 8, + "pos": { + "x": -21030, + "y": 10560, + "z": 99350 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 39, + "instId": 300002, + "propState": 12, + "pos": { + "x": -27534, + "y": 10560, + "z": 93770 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 39, + "instId": 300003, + "propState": 12, + "pos": { + "x": -21534, + "y": 10560, + "z": 93770 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 39, + "instId": 300004, + "propState": 12, + "pos": { + "x": -27534, + "y": 10560, + "z": 89770 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 39, + "instId": 300005, + "propState": 12, + "pos": { + "x": -21534, + "y": 10560, + "z": 89770 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 39, + "instId": 300006, + "propState": 12, + "pos": { + "x": -24534, + "y": 10560, + "z": 89770 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 39, + "instId": 300007, + "propState": 12, + "pos": { + "x": -24534, + "y": 10537, + "z": 93535 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 39, + "instId": 300001, + "propState": 12, + "pos": { + "x": -27490, + "y": 10537, + "z": 85850 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 39, + "instId": 300008, + "propState": 12, + "pos": { + "x": -24534, + "y": 10537, + "z": 85850 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 39, + "instId": 300009, + "propState": 12, + "pos": { + "x": -21730, + "y": 10537, + "z": 85850 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 39, + "instId": 300010, + "propState": 12, + "pos": { + "x": -24534, + "y": 10537, + "z": 82020 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 40, + "instId": 300001, + "propState": 1, + "pos": { + "x": -21534, + "y": 10560, + "z": 85390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 40, + "instId": 300002, + "propState": 1, + "pos": { + "x": -27534, + "y": 10560, + "z": 85390 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 41, + "instId": 300001, + "propState": 1, + "pos": { + "x": -24534, + "y": 10560, + "z": 85390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 41, + "instId": 300002, + "propState": 12, + "pos": { + "x": -27534, + "y": 10560, + "z": 83390 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 41, + "instId": 300003, + "propState": 12, + "pos": { + "x": -21534, + "y": 10560, + "z": 83390 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 42, + "instId": 300001, + "propState": 1, + "pos": { + "x": -21534, + "y": 10560, + "z": 85390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1038 + }, + { + "groupId": 42, + "instId": 300002, + "propState": 1, + "pos": { + "x": -27534, + "y": 10560, + "z": 85390 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 43, + "instId": 300001, + "propState": 8, + "pos": { + "x": 62800, + "y": -204, + "z": -47300 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 43, + "instId": 300002, + "propState": 8, + "pos": { + "x": 47580, + "y": -6780, + "z": -77420 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 43, + "instId": 300003, + "propState": 8, + "pos": { + "x": -33600, + "y": 10521, + "z": 77160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 43, + "instId": 300004, + "propState": 8, + "pos": { + "x": -15350, + "y": 10521, + "z": 77160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 44, + "instId": 300001, + "propState": 8, + "pos": { + "x": 58549, + "y": -191, + "z": -51421 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 44, + "instId": 300002, + "propState": 8, + "pos": { + "x": 62830, + "y": -191, + "z": -51006 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 44, + "instId": 300003, + "propState": 8, + "pos": { + "x": 64611, + "y": -191, + "z": -54921 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 44, + "instId": 300004, + "propState": 8, + "pos": { + "x": 54051, + "y": -191, + "z": -58212 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 44, + "instId": 300005, + "propState": 8, + "pos": { + "x": 54559, + "y": -191, + "z": -58933 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 44, + "instId": 300006, + "propState": 8, + "pos": { + "x": 53616, + "y": -191, + "z": -58966 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 44, + "instId": 300007, + "propState": 8, + "pos": { + "x": 45930, + "y": -204, + "z": -72510 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 44, + "instId": 300008, + "propState": 8, + "pos": { + "x": 45067, + "y": -204, + "z": -72404 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 44, + "instId": 300009, + "propState": 8, + "pos": { + "x": 45510, + "y": -204, + "z": -73237 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 44, + "instId": 300010, + "propState": 12, + "pos": { + "x": 48650, + "y": -163, + "z": -68200 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 44, + "instId": 300011, + "propState": 1, + "pos": { + "x": 51616, + "y": -191, + "z": -62430 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 45, + "instId": 300001, + "propState": 12, + "pos": { + "x": 56982, + "y": -191, + "z": -55136 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 45, + "instId": 300002, + "propState": 1, + "pos": { + "x": 62178, + "y": -191, + "z": -58136 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 52, + "instId": 300001, + "propState": 8, + "pos": { + "x": -39710, + "y": 12680, + "z": 224240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 52, + "instId": 300002, + "propState": 8, + "pos": { + "x": -25080, + "y": 12738, + "z": 229680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 52, + "instId": 300003, + "propState": 8, + "pos": { + "x": -24890, + "y": 12680, + "z": 213960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 53, + "instId": 300001, + "propState": 8, + "pos": { + "x": -9190, + "y": 12680, + "z": 226100 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 53, + "instId": 300002, + "propState": 8, + "pos": { + "x": -6690, + "y": 12680, + "z": 222600 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 53, + "instId": 300003, + "propState": 8, + "pos": { + "x": -9190, + "y": 12680, + "z": 219100 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 53, + "instId": 300004, + "propState": 8, + "pos": { + "x": -17320, + "y": 12680, + "z": 226600 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 53, + "instId": 300005, + "propState": 8, + "pos": { + "x": -17690, + "y": 12680, + "z": 225800 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 53, + "instId": 300006, + "propState": 8, + "pos": { + "x": -18190, + "y": 12680, + "z": 226600 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 53, + "instId": 300007, + "propState": 8, + "pos": { + "x": -25350, + "y": 12680, + "z": 218600 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 53, + "instId": 300008, + "propState": 8, + "pos": { + "x": -25690, + "y": 12680, + "z": 219400 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 53, + "instId": 300009, + "propState": 8, + "pos": { + "x": -26190, + "y": 12680, + "z": 218600 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 53, + "instId": 300010, + "propState": 12, + "pos": { + "x": -22190, + "y": 12680, + "z": 218600 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 53, + "instId": 300011, + "propState": 1, + "pos": { + "x": -22190, + "y": 12680, + "z": 226600 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 54, + "instId": 300001, + "propState": 12, + "pos": { + "x": -13190, + "y": 12680, + "z": 225600 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 54, + "instId": 300002, + "propState": 1, + "pos": { + "x": -13190, + "y": 12680, + "z": 219600 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 78, + "instId": 300001, + "propState": 8, + "pos": { + "x": -12277, + "y": 16011, + "z": 268789 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 78, + "instId": 300002, + "propState": 8, + "pos": { + "x": -36860, + "y": 16011, + "z": 268789 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 79, + "instId": 300001, + "propState": 8, + "pos": { + "x": -27831, + "y": 16011, + "z": 265060 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 79, + "instId": 300002, + "propState": 8, + "pos": { + "x": -24331, + "y": 16011, + "z": 267560 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 79, + "instId": 300003, + "propState": 8, + "pos": { + "x": -20831, + "y": 16011, + "z": 265060 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 79, + "instId": 300004, + "propState": 8, + "pos": { + "x": -28331, + "y": 16011, + "z": 256780 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 79, + "instId": 300005, + "propState": 8, + "pos": { + "x": -27531, + "y": 16011, + "z": 256410 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 79, + "instId": 300006, + "propState": 8, + "pos": { + "x": -28331, + "y": 16011, + "z": 255910 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 79, + "instId": 300007, + "propState": 8, + "pos": { + "x": -20331, + "y": 16011, + "z": 251050 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 79, + "instId": 300008, + "propState": 8, + "pos": { + "x": -21131, + "y": 16011, + "z": 250710 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 79, + "instId": 300009, + "propState": 8, + "pos": { + "x": -20331, + "y": 16011, + "z": 250210 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 79, + "instId": 300010, + "propState": 12, + "pos": { + "x": -20331, + "y": 16011, + "z": 254390 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 79, + "instId": 300011, + "propState": 1, + "pos": { + "x": -28331, + "y": 16011, + "z": 254390 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 80, + "instId": 300001, + "propState": 12, + "pos": { + "x": -27331, + "y": 16011, + "z": 259630 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 80, + "instId": 300002, + "propState": 1, + "pos": { + "x": -21331, + "y": 16011, + "z": 259630 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 87, + "instId": 300001, + "propState": 8, + "pos": { + "x": -28034, + "y": 10560, + "z": 98390 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 87, + "instId": 300002, + "propState": 8, + "pos": { + "x": -24534, + "y": 10560, + "z": 100890 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 87, + "instId": 300003, + "propState": 8, + "pos": { + "x": -21034, + "y": 10560, + "z": 98390 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 87, + "instId": 300004, + "propState": 8, + "pos": { + "x": -28534, + "y": -5130, + "z": 90260 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 87, + "instId": 300005, + "propState": 8, + "pos": { + "x": -27734, + "y": -5130, + "z": 89890 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 87, + "instId": 300006, + "propState": 8, + "pos": { + "x": -28534, + "y": -5130, + "z": 89390 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 87, + "instId": 300007, + "propState": 8, + "pos": { + "x": -20534, + "y": -5130, + "z": 82230 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 87, + "instId": 300008, + "propState": 8, + "pos": { + "x": -21334, + "y": -5130, + "z": 81890 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 87, + "instId": 300009, + "propState": 8, + "pos": { + "x": -20534, + "y": -5130, + "z": 81390 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 87, + "instId": 300010, + "propState": 12, + "pos": { + "x": -20534, + "y": 10560, + "z": 81160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 87, + "instId": 300011, + "propState": 1, + "pos": { + "x": -28534, + "y": 10560, + "z": 81160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 88, + "instId": 300001, + "propState": 12, + "pos": { + "x": -24480, + "y": 10560, + "z": 85540 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 88, + "instId": 300002, + "propState": 1, + "pos": { + "x": -21534, + "y": 10466, + "z": 94390 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 88, + "instId": 300003, + "propState": 1, + "pos": { + "x": -28034, + "y": 10466, + "z": 94390 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 88, + "instId": 300004, + "propState": 1, + "pos": { + "x": -21534, + "y": 10517, + "z": 89110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 88, + "instId": 300005, + "propState": 1, + "pos": { + "x": -28034, + "y": 10548, + "z": 89110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 116, + "instId": 300001, + "propState": 8, + "pos": { + "x": -28034, + "y": 10560, + "z": 98390 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 116, + "instId": 300002, + "propState": 8, + "pos": { + "x": -24534, + "y": 10560, + "z": 100890 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 116, + "instId": 300003, + "propState": 8, + "pos": { + "x": -21034, + "y": 10560, + "z": 98390 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 116, + "instId": 300004, + "propState": 8, + "pos": { + "x": -28534, + "y": 10560, + "z": 90260 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 116, + "instId": 300005, + "propState": 8, + "pos": { + "x": -27734, + "y": 10560, + "z": 89890 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 116, + "instId": 300006, + "propState": 8, + "pos": { + "x": -28534, + "y": 10560, + "z": 89390 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 116, + "instId": 300007, + "propState": 8, + "pos": { + "x": -20534, + "y": 10560, + "z": 82230 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 116, + "instId": 300008, + "propState": 8, + "pos": { + "x": -21334, + "y": 10560, + "z": 81890 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 116, + "instId": 300009, + "propState": 8, + "pos": { + "x": -20534, + "y": 10560, + "z": 81390 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 116, + "instId": 300010, + "propState": 12, + "pos": { + "x": -20534, + "y": 10560, + "z": 85390 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 116, + "instId": 300011, + "propState": 1, + "pos": { + "x": -28534, + "y": 10560, + "z": 85390 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 117, + "instId": 300001, + "propState": 8, + "pos": { + "x": 58549, + "y": -191, + "z": -51421 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 117, + "instId": 300002, + "propState": 8, + "pos": { + "x": 62830, + "y": -191, + "z": -51006 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 117, + "instId": 300003, + "propState": 8, + "pos": { + "x": 64611, + "y": -191, + "z": -54921 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 117, + "instId": 300004, + "propState": 8, + "pos": { + "x": 54051, + "y": -191, + "z": -58212 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 117, + "instId": 300005, + "propState": 8, + "pos": { + "x": 54559, + "y": -191, + "z": -58933 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 117, + "instId": 300006, + "propState": 8, + "pos": { + "x": 53616, + "y": -191, + "z": -58966 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 117, + "instId": 300007, + "propState": 8, + "pos": { + "x": 45930, + "y": -204, + "z": -72510 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 117, + "instId": 300008, + "propState": 8, + "pos": { + "x": 45067, + "y": -204, + "z": -72404 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 117, + "instId": 300009, + "propState": 8, + "pos": { + "x": 45510, + "y": -204, + "z": -73237 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 117, + "instId": 300010, + "propState": 12, + "pos": { + "x": 48650, + "y": -163, + "z": -68200 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 117, + "instId": 300011, + "propState": 1, + "pos": { + "x": 51616, + "y": -191, + "z": -62430 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 118, + "instId": 300001, + "propState": 8, + "pos": { + "x": -9190, + "y": 12680, + "z": 226100 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 118, + "instId": 300002, + "propState": 8, + "pos": { + "x": -6690, + "y": 12680, + "z": 222600 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 118, + "instId": 300003, + "propState": 8, + "pos": { + "x": -9190, + "y": 12680, + "z": 219100 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 118, + "instId": 300004, + "propState": 8, + "pos": { + "x": -17320, + "y": 12680, + "z": 226600 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 118, + "instId": 300005, + "propState": 8, + "pos": { + "x": -17690, + "y": 12680, + "z": 225800 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 118, + "instId": 300006, + "propState": 8, + "pos": { + "x": -18190, + "y": 12680, + "z": 226600 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 118, + "instId": 300007, + "propState": 8, + "pos": { + "x": -25350, + "y": 12680, + "z": 218600 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 118, + "instId": 300008, + "propState": 8, + "pos": { + "x": -25690, + "y": 12680, + "z": 219400 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 118, + "instId": 300009, + "propState": 8, + "pos": { + "x": -26190, + "y": 12680, + "z": 218600 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 118, + "instId": 300010, + "propState": 12, + "pos": { + "x": -22190, + "y": 12680, + "z": 218600 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 118, + "instId": 300011, + "propState": 1, + "pos": { + "x": -22190, + "y": 12680, + "z": 226600 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1049 + }, + { + "groupId": 119, + "instId": 300001, + "propState": 8, + "pos": { + "x": -27831, + "y": 16011, + "z": 265060 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 119, + "instId": 300002, + "propState": 8, + "pos": { + "x": -24331, + "y": 16011, + "z": 267560 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 119, + "instId": 300003, + "propState": 8, + "pos": { + "x": -20831, + "y": 16011, + "z": 265060 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 119, + "instId": 300004, + "propState": 8, + "pos": { + "x": -28331, + "y": 16011, + "z": 256780 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 119, + "instId": 300005, + "propState": 8, + "pos": { + "x": -27531, + "y": 16011, + "z": 256410 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 119, + "instId": 300006, + "propState": 8, + "pos": { + "x": -28331, + "y": 16011, + "z": 255910 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 119, + "instId": 300007, + "propState": 8, + "pos": { + "x": -20331, + "y": 16011, + "z": 251050 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 119, + "instId": 300008, + "propState": 8, + "pos": { + "x": -21131, + "y": 16011, + "z": 250710 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 119, + "instId": 300009, + "propState": 8, + "pos": { + "x": -20331, + "y": 16011, + "z": 250210 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 119, + "instId": 300010, + "propState": 12, + "pos": { + "x": -20331, + "y": 16011, + "z": 254390 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 119, + "instId": 300011, + "propState": 1, + "pos": { + "x": -28331, + "y": 16011, + "z": 254390 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + } + ], + "monsters": [ + { + "groupId": 16, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -24534, + "y": 10560, + "z": 91390 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 19, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -24534, + "y": 10560, + "z": 91390 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 26, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -26534, + "y": 10560, + "z": 93390 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 27, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -22534, + "y": 10560, + "z": 93390 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 28, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -24534, + "y": 10560, + "z": 95390 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 49, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 57348, + "y": -191, + "z": -56502 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 50, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 60812, + "y": -191, + "z": -58502 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 51, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 60080, + "y": -191, + "z": -55769 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 58, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -14190, + "y": 12680, + "z": 224600 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 59, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -14190, + "y": 12680, + "z": 220600 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 60, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -12190, + "y": 12680, + "z": 222600 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 84, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -26450, + "y": 16011, + "z": 260290 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 85, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -22450, + "y": 16011, + "z": 260290 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 86, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -24450, + "y": 16011, + "z": 262290 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 80605, + "props": [ + { + "groupId": 14, + "instId": 300001, + "propState": 8, + "pos": { + "x": 253079, + "y": 44341, + "z": 50245 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104005 + } + ], + "monsters": [ + { + "groupId": 3, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -160, + "y": 26791, + "z": -258540 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 80606, + "props": [], + "monsters": [ + { + "groupId": 3, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 30, + "y": 81808, + "z": 196620 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 81001, + "props": [], + "monsters": [], + "teleports": [] + }, + { + "planeID": 81002, + "props": [ + { + "groupId": 57, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 57, + "instId": 300002, + "propState": 8, + "pos": { + "x": -12628, + "y": 1039, + "z": -65106 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 57, + "instId": 300006, + "propState": 8, + "pos": { + "x": 26690, + "y": 3444, + "z": -35530 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 57, + "instId": 300007, + "propState": 8, + "pos": { + "x": 10743, + "y": 2844, + "z": -52968 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 57, + "instId": 300004, + "propState": 8, + "pos": { + "x": -16937, + "y": 1040, + "z": -65281 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 57, + "instId": 300009, + "propState": 8, + "pos": { + "x": -19070, + "y": 1027, + "z": -51852 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 57, + "instId": 300003, + "propState": 8, + "pos": { + "x": -14710, + "y": 1039, + "z": -66497 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 57, + "instId": 300005, + "propState": 1, + "pos": { + "x": -2438, + "y": 2916, + "z": -45562 + }, + "rot": { + "x": 0, + "y": 253313, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 57, + "instId": 300008, + "propState": 1, + "pos": { + "x": -5595, + "y": 2864, + "z": -46516 + }, + "rot": { + "x": 0, + "y": 163201, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 57, + "instId": 300010, + "propState": 8, + "pos": { + "x": -14760, + "y": 1039, + "z": -65370 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 58, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 59, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 60, + "instId": 300012, + "propState": 8, + "pos": { + "x": -94500, + "y": 6820, + "z": -122190 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 60, + "instId": 300010, + "propState": 2, + "pos": { + "x": -101766, + "y": 5058, + "z": -119589 + }, + "rot": { + "x": 0, + "y": 269851, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 60, + "instId": 300001, + "propState": 8, + "pos": { + "x": -2515, + "y": 2940, + "z": -100826 + }, + "rot": { + "x": 0, + "y": 288017, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 60, + "instId": 300019, + "propState": 8, + "pos": { + "x": -5599, + "y": 2864, + "z": -99852 + }, + "rot": { + "x": 0, + "y": 197158, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 60, + "instId": 300002, + "propState": 2, + "pos": { + "x": 470, + "y": 2880, + "z": -99190 + }, + "rot": { + "x": 0, + "y": 107618, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 60, + "instId": 300004, + "propState": 8, + "pos": { + "x": -120990, + "y": -101, + "z": -73190 + }, + "rot": { + "x": 0, + "y": 269472, + "z": 0 + }, + "propId": 100003 + }, + { + "groupId": 60, + "instId": 300020, + "propState": 8, + "pos": { + "x": -120990, + "y": -101, + "z": -73190 + }, + "rot": { + "x": 0, + "y": 269472, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 60, + "instId": 300006, + "propState": 2, + "pos": { + "x": -104321, + "y": -101, + "z": -74646 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 60, + "instId": 300003, + "propState": 8, + "pos": { + "x": -110161, + "y": -61, + "z": -64690 + }, + "rot": { + "x": 0, + "y": 17053, + "z": 0 + }, + "propId": 100021 + }, + { + "groupId": 60, + "instId": 300021, + "propState": 8, + "pos": { + "x": -110828, + "y": 504, + "z": -73353 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 60, + "instId": 300005, + "propState": 8, + "pos": { + "x": -110990, + "y": -109, + "z": -62616 + }, + "rot": { + "x": 0, + "y": 18847, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 60, + "instId": 300014, + "propState": 8, + "pos": { + "x": -132012, + "y": 2824, + "z": -57981 + }, + "rot": { + "x": 0, + "y": 27345, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 60, + "instId": 300022, + "propState": 8, + "pos": { + "x": -130510, + "y": 2770, + "z": -55090 + }, + "rot": { + "x": 0, + "y": 297332, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 60, + "instId": 300008, + "propState": 8, + "pos": { + "x": -132037, + "y": 2748, + "z": -61726 + }, + "rot": { + "x": 0, + "y": 207345, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 60, + "instId": 300016, + "propState": 8, + "pos": { + "x": -144990, + "y": -60, + "z": -73290 + }, + "rot": { + "x": 0, + "y": 270291, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 60, + "instId": 300026, + "propState": 8, + "pos": { + "x": -141728, + "y": -119, + "z": -73277 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 60, + "instId": 300018, + "propState": 8, + "pos": { + "x": -141399, + "y": -115, + "z": -71740 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 60, + "instId": 300015, + "propState": 1, + "pos": { + "x": -110156, + "y": -61, + "z": -81744 + }, + "rot": { + "x": 0, + "y": 342919, + "z": 0 + }, + "propId": 100021 + }, + { + "groupId": 60, + "instId": 300023, + "propState": 1, + "pos": { + "x": -110829, + "y": 504, + "z": -73061 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 60, + "instId": 300013, + "propState": 8, + "pos": { + "x": -2438, + "y": 2916, + "z": -45562 + }, + "rot": { + "x": 0, + "y": 253313, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 60, + "instId": 300024, + "propState": 8, + "pos": { + "x": -5595, + "y": 2864, + "z": -46516 + }, + "rot": { + "x": 0, + "y": 163201, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 60, + "instId": 300038, + "propState": 8, + "pos": { + "x": -5441, + "y": 2868, + "z": -48072 + }, + "rot": { + "x": 0, + "y": 252400, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 60, + "instId": 300017, + "propState": 1, + "pos": { + "x": 42660, + "y": 3485, + "z": -115530 + }, + "rot": { + "x": 0, + "y": 288017, + "z": 0 + }, + "propId": 100005 + }, + { + "groupId": 60, + "instId": 300025, + "propState": 1, + "pos": { + "x": 42748, + "y": 3485, + "z": -115476 + }, + "rot": { + "x": 0, + "y": 288000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 60, + "instId": 300007, + "propState": 1, + "pos": { + "x": 58122, + "y": 3459, + "z": -118557 + }, + "rot": { + "x": 0, + "y": 108146, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 60, + "instId": 300011, + "propState": 8, + "pos": { + "x": -10910, + "y": 18600, + "z": -106140 + }, + "rot": { + "x": 0, + "y": 27837, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 60, + "instId": 300009, + "propState": 8, + "pos": { + "x": -1578, + "y": 4254, + "z": -104286 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 60, + "instId": 300027, + "propState": 1, + "pos": { + "x": -146897, + "y": 2770, + "z": -37391 + }, + "rot": { + "x": 0, + "y": 207332, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 60, + "instId": 300028, + "propState": 1, + "pos": { + "x": -130445, + "y": 2762, + "z": -91413 + }, + "rot": { + "x": 0, + "y": 63465, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 60, + "instId": 300029, + "propState": 1, + "pos": { + "x": -123205, + "y": 2760, + "z": -106135 + }, + "rot": { + "x": 0, + "y": 243837, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 60, + "instId": 300030, + "propState": 1, + "pos": { + "x": -147179, + "y": 2762, + "z": -108792 + }, + "rot": { + "x": 0, + "y": 153818, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 60, + "instId": 300031, + "propState": 1, + "pos": { + "x": -81935, + "y": 10282, + "z": -114414 + }, + "rot": { + "x": 0, + "y": 97352, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 60, + "instId": 300032, + "propState": 1, + "pos": { + "x": -71651, + "y": 10282, + "z": -114388 + }, + "rot": { + "x": 0, + "y": 83364, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 60, + "instId": 300033, + "propState": 1, + "pos": { + "x": -29906, + "y": 18608, + "z": -106063 + }, + "rot": { + "x": 0, + "y": 297743, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 60, + "instId": 300034, + "propState": 1, + "pos": { + "x": -5999, + "y": 18610, + "z": -109379 + }, + "rot": { + "x": 0, + "y": 27856, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 60, + "instId": 300035, + "propState": 1, + "pos": { + "x": -35120, + "y": 18610, + "z": -93989 + }, + "rot": { + "x": 0, + "y": 27856, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 60, + "instId": 300036, + "propState": 1, + "pos": { + "x": -35597, + "y": 18611, + "z": -51446 + }, + "rot": { + "x": 0, + "y": 332611, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 60, + "instId": 300037, + "propState": 1, + "pos": { + "x": -6352, + "y": 18611, + "z": -36294 + }, + "rot": { + "x": 0, + "y": 332611, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 60, + "instId": 300043, + "propState": 8, + "pos": { + "x": -6513, + "y": 1037, + "z": -73196 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 60, + "instId": 300046, + "propState": 8, + "pos": { + "x": 43166, + "y": 3481, + "z": -31972 + }, + "rot": { + "x": 0, + "y": 253434, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 60, + "instId": 300047, + "propState": 1, + "pos": { + "x": -32477, + "y": -981, + "z": -73188 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 60, + "instId": 300048, + "propState": 1, + "pos": { + "x": -197912, + "y": 2986, + "z": -87881 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 60, + "instId": 300039, + "propState": 8, + "pos": { + "x": -38863, + "y": 17690, + "z": -62867 + }, + "rot": { + "x": 0, + "y": 343500, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 60, + "instId": 300040, + "propState": 8, + "pos": { + "x": -113331, + "y": 17656, + "z": -86508 + }, + "rot": { + "x": 0, + "y": 160861, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 60, + "instId": 300041, + "propState": 8, + "pos": { + "x": -155125, + "y": 2700, + "z": -33130 + }, + "rot": { + "x": 0, + "y": 207332, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 60, + "instId": 300042, + "propState": 1, + "pos": { + "x": 53197, + "y": 3438, + "z": -118870 + }, + "rot": { + "x": 0, + "y": 288000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 60, + "instId": 300049, + "propState": 1, + "pos": { + "x": -23402, + "y": 18610, + "z": -100181 + }, + "rot": { + "x": 0, + "y": 117856, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 61, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 61, + "instId": 300002, + "propState": 8, + "pos": { + "x": -118180, + "y": 18598, + "z": -75730 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 61, + "instId": 300006, + "propState": 8, + "pos": { + "x": -35520, + "y": 18611, + "z": -72890 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 61, + "instId": 300007, + "propState": 8, + "pos": { + "x": -67553, + "y": 18664, + "z": -84120 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 61, + "instId": 300004, + "propState": 8, + "pos": { + "x": -118290, + "y": 18598, + "z": -71730 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 61, + "instId": 300009, + "propState": 8, + "pos": { + "x": -100880, + "y": 18979, + "z": -71187 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 61, + "instId": 300003, + "propState": 8, + "pos": { + "x": -37989, + "y": 18683, + "z": -92473 + }, + "rot": { + "x": 0, + "y": 117379, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 61, + "instId": 300005, + "propState": 1, + "pos": { + "x": -38680, + "y": 18260, + "z": -82930 + }, + "rot": { + "x": 0, + "y": 193835, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 61, + "instId": 300008, + "propState": 8, + "pos": { + "x": -118310, + "y": 18598, + "z": -73740 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 62, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 63, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 64, + "instId": 300001, + "propState": 8, + "pos": { + "x": -38680, + "y": 18260, + "z": -82930 + }, + "rot": { + "x": 0, + "y": 193835, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 64, + "instId": 300002, + "propState": 2, + "pos": { + "x": -42585, + "y": 18630, + "z": -88591 + }, + "rot": { + "x": 0, + "y": 193930, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 64, + "instId": 300006, + "propState": 8, + "pos": { + "x": -178060, + "y": -390, + "z": -61070 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 64, + "instId": 300009, + "propState": 8, + "pos": { + "x": -177690, + "y": -7646, + "z": -74272 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 64, + "instId": 300010, + "propState": 1, + "pos": { + "x": -162330, + "y": -415, + "z": -71330 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100011 + }, + { + "groupId": 64, + "instId": 300011, + "propState": 8, + "pos": { + "x": -169860, + "y": -4600, + "z": -79580 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100012 + }, + { + "groupId": 64, + "instId": 300013, + "propState": 1, + "pos": { + "x": -194540, + "y": -378, + "z": -69650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100011 + }, + { + "groupId": 64, + "instId": 300014, + "propState": 8, + "pos": { + "x": -186621, + "y": -400, + "z": -79920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100012 + }, + { + "groupId": 64, + "instId": 300012, + "propState": 8, + "pos": { + "x": -171678, + "y": -4459, + "z": -85976 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 64, + "instId": 300015, + "propState": 8, + "pos": { + "x": -207948, + "y": -4226, + "z": -86090 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 64, + "instId": 300016, + "propState": 8, + "pos": { + "x": -173911, + "y": -178, + "z": -73134 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 65, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 65, + "instId": 300002, + "propState": 8, + "pos": { + "x": -78943, + "y": 10277, + "z": -120187 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 65, + "instId": 300006, + "propState": 8, + "pos": { + "x": -132710, + "y": 2762, + "z": -108890 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 65, + "instId": 300007, + "propState": 8, + "pos": { + "x": -115279, + "y": 2765, + "z": -113662 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 65, + "instId": 300004, + "propState": 8, + "pos": { + "x": -79060, + "y": 10277, + "z": -124020 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 65, + "instId": 300009, + "propState": 8, + "pos": { + "x": -102068, + "y": 5038, + "z": -120085 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 65, + "instId": 300003, + "propState": 1, + "pos": { + "x": -94500, + "y": 6820, + "z": -122190 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 65, + "instId": 300005, + "propState": 8, + "pos": { + "x": -131882, + "y": 2834, + "z": -88536 + }, + "rot": { + "x": 0, + "y": 331022, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 65, + "instId": 300008, + "propState": 8, + "pos": { + "x": -82184, + "y": 10330, + "z": -116343 + }, + "rot": { + "x": 0, + "y": 7984, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 65, + "instId": 300010, + "propState": 8, + "pos": { + "x": -78910, + "y": 10277, + "z": -122040 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 65, + "instId": 300011, + "propState": 8, + "pos": { + "x": -144293, + "y": 2834, + "z": -107374 + }, + "rot": { + "x": 0, + "y": 241022, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 66, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 67, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 68, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 68, + "instId": 300002, + "propState": 8, + "pos": { + "x": -116840, + "y": 18598, + "z": -76200 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 68, + "instId": 300004, + "propState": 8, + "pos": { + "x": -116830, + "y": 18598, + "z": -70350 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 68, + "instId": 300003, + "propState": 8, + "pos": { + "x": -93330, + "y": 18979, + "z": -73660 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 68, + "instId": 300005, + "propState": 8, + "pos": { + "x": -114280, + "y": 18598, + "z": -73187 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 68, + "instId": 300006, + "propState": 8, + "pos": { + "x": -104570, + "y": 19024, + "z": -76360 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 68, + "instId": 300007, + "propState": 8, + "pos": { + "x": -100700, + "y": 19024, + "z": -70360 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 69, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 69, + "instId": 300002, + "propState": 8, + "pos": { + "x": -142423, + "y": 2770, + "z": -42430 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 69, + "instId": 300004, + "propState": 8, + "pos": { + "x": -139964, + "y": 2770, + "z": -37753 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 69, + "instId": 300003, + "propState": 8, + "pos": { + "x": -132012, + "y": 2824, + "z": -57981 + }, + "rot": { + "x": 0, + "y": 27345, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 69, + "instId": 300005, + "propState": 8, + "pos": { + "x": -130510, + "y": 2770, + "z": -55090 + }, + "rot": { + "x": 0, + "y": 297332, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 69, + "instId": 300006, + "propState": 8, + "pos": { + "x": -144041, + "y": 2842, + "z": -38868 + }, + "rot": { + "x": 0, + "y": 117346, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 69, + "instId": 300007, + "propState": 8, + "pos": { + "x": -138348, + "y": 2770, + "z": -41456 + }, + "rot": { + "x": 0, + "y": 114407, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 69, + "instId": 300008, + "propState": 8, + "pos": { + "x": -131840, + "y": 2770, + "z": -37830 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 69, + "instId": 300009, + "propState": 8, + "pos": { + "x": -133340, + "y": 2770, + "z": -39970 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 70, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 70, + "instId": 300002, + "propState": 8, + "pos": { + "x": -140860, + "y": -115, + "z": -75600 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 70, + "instId": 300004, + "propState": 8, + "pos": { + "x": -140816, + "y": -115, + "z": -71275 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 70, + "instId": 300003, + "propState": 8, + "pos": { + "x": -144990, + "y": -60, + "z": -73290 + }, + "rot": { + "x": 0, + "y": 270291, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 70, + "instId": 300005, + "propState": 8, + "pos": { + "x": -141728, + "y": -119, + "z": -73277 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 70, + "instId": 300006, + "propState": 8, + "pos": { + "x": -133889, + "y": 108, + "z": -69144 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 70, + "instId": 300007, + "propState": 8, + "pos": { + "x": -133889, + "y": 108, + "z": -77261 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 70, + "instId": 300008, + "propState": 8, + "pos": { + "x": -110161, + "y": -61, + "z": -64690 + }, + "rot": { + "x": 0, + "y": 17053, + "z": 0 + }, + "propId": 100021 + }, + { + "groupId": 70, + "instId": 300009, + "propState": 8, + "pos": { + "x": -110828, + "y": 504, + "z": -73353 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 70, + "instId": 300010, + "propState": 1, + "pos": { + "x": -110156, + "y": -61, + "z": -81744 + }, + "rot": { + "x": 0, + "y": 342919, + "z": 0 + }, + "propId": 100021 + }, + { + "groupId": 70, + "instId": 300011, + "propState": 1, + "pos": { + "x": -110829, + "y": 504, + "z": -73061 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 70, + "instId": 300012, + "propState": 8, + "pos": { + "x": -138320, + "y": -115, + "z": -73260 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 70, + "instId": 300014, + "propState": 8, + "pos": { + "x": -132109, + "y": -97, + "z": -70961 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 70, + "instId": 300015, + "propState": 8, + "pos": { + "x": -132106, + "y": -89, + "z": -75517 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 71, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 71, + "instId": 300002, + "propState": 8, + "pos": { + "x": -117400, + "y": 18598, + "z": -76160 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 71, + "instId": 300004, + "propState": 8, + "pos": { + "x": -117470, + "y": 18598, + "z": -70470 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 71, + "instId": 300003, + "propState": 8, + "pos": { + "x": -88660, + "y": 18979, + "z": -69350 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 71, + "instId": 300005, + "propState": 8, + "pos": { + "x": -95700, + "y": 19024, + "z": -76360 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 71, + "instId": 300006, + "propState": 8, + "pos": { + "x": -88660, + "y": 18979, + "z": -77500 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 71, + "instId": 300007, + "propState": 8, + "pos": { + "x": -100700, + "y": 19024, + "z": -70360 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 71, + "instId": 300008, + "propState": 8, + "pos": { + "x": -117520, + "y": 18598, + "z": -73473 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 72, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 72, + "instId": 300002, + "propState": 8, + "pos": { + "x": -150300, + "y": 2770, + "z": -37640 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 72, + "instId": 300004, + "propState": 8, + "pos": { + "x": -148590, + "y": 2770, + "z": -34190 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 72, + "instId": 300003, + "propState": 8, + "pos": { + "x": -132012, + "y": 2824, + "z": -57981 + }, + "rot": { + "x": 0, + "y": 27345, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 72, + "instId": 300005, + "propState": 8, + "pos": { + "x": -130510, + "y": 2770, + "z": -55090 + }, + "rot": { + "x": 0, + "y": 297332, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 72, + "instId": 300006, + "propState": 8, + "pos": { + "x": -144041, + "y": 2842, + "z": -38868 + }, + "rot": { + "x": 0, + "y": 117346, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 72, + "instId": 300007, + "propState": 8, + "pos": { + "x": -139911, + "y": 2770, + "z": -44991 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 72, + "instId": 300008, + "propState": 8, + "pos": { + "x": -139821, + "y": 2770, + "z": -37849 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 72, + "instId": 300009, + "propState": 8, + "pos": { + "x": -149440, + "y": 2770, + "z": -36100 + }, + "rot": { + "x": 0, + "y": 114407, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 72, + "instId": 300010, + "propState": 8, + "pos": { + "x": -155125, + "y": 2700, + "z": -33130 + }, + "rot": { + "x": 0, + "y": 207332, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 73, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 73, + "instId": 300002, + "propState": 8, + "pos": { + "x": -140504, + "y": -115, + "z": -75588 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 73, + "instId": 300004, + "propState": 8, + "pos": { + "x": -140816, + "y": -115, + "z": -71275 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 73, + "instId": 300003, + "propState": 8, + "pos": { + "x": -144990, + "y": -60, + "z": -73290 + }, + "rot": { + "x": 0, + "y": 270291, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 73, + "instId": 300005, + "propState": 8, + "pos": { + "x": -141728, + "y": -119, + "z": -73277 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 73, + "instId": 300006, + "propState": 8, + "pos": { + "x": -133889, + "y": 108, + "z": -69144 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 73, + "instId": 300007, + "propState": 8, + "pos": { + "x": -133889, + "y": 108, + "z": -77261 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 73, + "instId": 300008, + "propState": 8, + "pos": { + "x": -110161, + "y": -61, + "z": -64690 + }, + "rot": { + "x": 0, + "y": 17053, + "z": 0 + }, + "propId": 100021 + }, + { + "groupId": 73, + "instId": 300009, + "propState": 8, + "pos": { + "x": -110828, + "y": 504, + "z": -73353 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 73, + "instId": 300010, + "propState": 8, + "pos": { + "x": -110156, + "y": -61, + "z": -81744 + }, + "rot": { + "x": 0, + "y": 342919, + "z": 0 + }, + "propId": 100021 + }, + { + "groupId": 73, + "instId": 300011, + "propState": 1, + "pos": { + "x": -110829, + "y": 504, + "z": -73061 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 73, + "instId": 300012, + "propState": 8, + "pos": { + "x": -132498, + "y": -115, + "z": -71181 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 73, + "instId": 300013, + "propState": 8, + "pos": { + "x": -131999, + "y": -115, + "z": -75805 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 73, + "instId": 300014, + "propState": 8, + "pos": { + "x": -140797, + "y": -115, + "z": -73213 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 74, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 74, + "instId": 300002, + "propState": 8, + "pos": { + "x": -114199, + "y": 18598, + "z": -75490 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 74, + "instId": 300004, + "propState": 8, + "pos": { + "x": -114027, + "y": 18598, + "z": -71605 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 74, + "instId": 300003, + "propState": 8, + "pos": { + "x": -88660, + "y": 18979, + "z": -69350 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 74, + "instId": 300005, + "propState": 8, + "pos": { + "x": -104590, + "y": 19024, + "z": -76310 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 74, + "instId": 300006, + "propState": 8, + "pos": { + "x": -88660, + "y": 18979, + "z": -77500 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 74, + "instId": 300007, + "propState": 8, + "pos": { + "x": -100700, + "y": 19024, + "z": -70360 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 76, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 76, + "instId": 300002, + "propState": 8, + "pos": { + "x": -142203, + "y": 2770, + "z": -42620 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 76, + "instId": 300004, + "propState": 8, + "pos": { + "x": -139820, + "y": 2770, + "z": -38050 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 76, + "instId": 300003, + "propState": 8, + "pos": { + "x": -132012, + "y": 2824, + "z": -57981 + }, + "rot": { + "x": 0, + "y": 27345, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 76, + "instId": 300005, + "propState": 8, + "pos": { + "x": -130510, + "y": 2770, + "z": -55090 + }, + "rot": { + "x": 0, + "y": 297332, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 76, + "instId": 300006, + "propState": 8, + "pos": { + "x": -144041, + "y": 2842, + "z": -38868 + }, + "rot": { + "x": 0, + "y": 117346, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 76, + "instId": 300007, + "propState": 8, + "pos": { + "x": -133840, + "y": 2770, + "z": -47780 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 76, + "instId": 300008, + "propState": 8, + "pos": { + "x": -135492, + "y": 2770, + "z": -45519 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 77, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 77, + "instId": 300002, + "propState": 8, + "pos": { + "x": -140504, + "y": -115, + "z": -75588 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 77, + "instId": 300004, + "propState": 8, + "pos": { + "x": -140816, + "y": -115, + "z": -71275 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 77, + "instId": 300003, + "propState": 8, + "pos": { + "x": -144990, + "y": -60, + "z": -73290 + }, + "rot": { + "x": 0, + "y": 270291, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 77, + "instId": 300005, + "propState": 8, + "pos": { + "x": -141728, + "y": -119, + "z": -73277 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 77, + "instId": 300006, + "propState": 8, + "pos": { + "x": -133889, + "y": 108, + "z": -69144 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 77, + "instId": 300007, + "propState": 8, + "pos": { + "x": -133889, + "y": 108, + "z": -77261 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 77, + "instId": 300008, + "propState": 8, + "pos": { + "x": -110161, + "y": -61, + "z": -64690 + }, + "rot": { + "x": 0, + "y": 17053, + "z": 0 + }, + "propId": 100021 + }, + { + "groupId": 77, + "instId": 300009, + "propState": 8, + "pos": { + "x": -110828, + "y": 504, + "z": -73353 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 77, + "instId": 300010, + "propState": 8, + "pos": { + "x": -110156, + "y": -61, + "z": -81744 + }, + "rot": { + "x": 0, + "y": 342919, + "z": 0 + }, + "propId": 100021 + }, + { + "groupId": 77, + "instId": 300011, + "propState": 1, + "pos": { + "x": -110829, + "y": 504, + "z": -73061 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 77, + "instId": 300012, + "propState": 8, + "pos": { + "x": -132106, + "y": -89, + "z": -75517 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 77, + "instId": 300013, + "propState": 8, + "pos": { + "x": -132109, + "y": -97, + "z": -70961 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 79, + "instId": 300002, + "propState": 8, + "pos": { + "x": -410, + "y": 2844, + "z": -101440 + }, + "rot": { + "x": 0, + "y": 107848, + "z": 0 + }, + "propId": 1021 + }, + { + "groupId": 79, + "instId": 300004, + "propState": 8, + "pos": { + "x": 10990, + "y": 2844, + "z": -99790 + }, + "rot": { + "x": 0, + "y": 154929, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 79, + "instId": 300012, + "propState": 8, + "pos": { + "x": 15609, + "y": 2844, + "z": -102919 + }, + "rot": { + "x": 0, + "y": 209996, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 79, + "instId": 300013, + "propState": 8, + "pos": { + "x": 14989, + "y": 2844, + "z": -102560 + }, + "rot": { + "x": 0, + "y": 209996, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 79, + "instId": 300015, + "propState": 8, + "pos": { + "x": 15640, + "y": 2844, + "z": -102210 + }, + "rot": { + "x": 0, + "y": 209999, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 79, + "instId": 300019, + "propState": 1, + "pos": { + "x": 8060, + "y": 2844, + "z": -107600 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 79, + "instId": 300001, + "propState": 8, + "pos": { + "x": -2515, + "y": 2940, + "z": -100826 + }, + "rot": { + "x": 0, + "y": 288017, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 79, + "instId": 300003, + "propState": 8, + "pos": { + "x": -5599, + "y": 2864, + "z": -99852 + }, + "rot": { + "x": 0, + "y": 197158, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 79, + "instId": 300005, + "propState": 8, + "pos": { + "x": 42660, + "y": 3485, + "z": -115530 + }, + "rot": { + "x": 0, + "y": 288017, + "z": 0 + }, + "propId": 100005 + }, + { + "groupId": 79, + "instId": 300006, + "propState": 8, + "pos": { + "x": 42748, + "y": 3485, + "z": -115476 + }, + "rot": { + "x": 0, + "y": 288000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 80, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 80, + "instId": 300004, + "propState": 8, + "pos": { + "x": -71904, + "y": -3195, + "z": -82133 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 80, + "instId": 300003, + "propState": 2, + "pos": { + "x": -67010, + "y": -3195, + "z": -79240 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1004 + }, + { + "groupId": 80, + "instId": 300002, + "propState": 8, + "pos": { + "x": -64190, + "y": -3195, + "z": -76030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 80, + "instId": 300005, + "propState": 8, + "pos": { + "x": -75890, + "y": -3195, + "z": -85940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 80, + "instId": 300006, + "propState": 8, + "pos": { + "x": -66301, + "y": -3195, + "z": -83488 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 85, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 85, + "instId": 300002, + "propState": 8, + "pos": { + "x": -12628, + "y": 1039, + "z": -65106 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 85, + "instId": 300006, + "propState": 8, + "pos": { + "x": -1655, + "y": 2844, + "z": -40428 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 85, + "instId": 300007, + "propState": 8, + "pos": { + "x": 10743, + "y": 2844, + "z": -52968 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 85, + "instId": 300004, + "propState": 8, + "pos": { + "x": -16937, + "y": 1040, + "z": -65281 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 85, + "instId": 300009, + "propState": 8, + "pos": { + "x": -19070, + "y": 1027, + "z": -51852 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 85, + "instId": 300003, + "propState": 8, + "pos": { + "x": -14710, + "y": 1039, + "z": -66497 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 85, + "instId": 300005, + "propState": 1, + "pos": { + "x": -2438, + "y": 2916, + "z": -45562 + }, + "rot": { + "x": 0, + "y": 253313, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 85, + "instId": 300008, + "propState": 1, + "pos": { + "x": -5595, + "y": 2864, + "z": -46516 + }, + "rot": { + "x": 0, + "y": 163201, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 85, + "instId": 300010, + "propState": 8, + "pos": { + "x": -14790, + "y": 1039, + "z": -65360 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 86, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 87, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 88, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 88, + "instId": 300002, + "propState": 8, + "pos": { + "x": -117400, + "y": 18598, + "z": -76160 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 88, + "instId": 300004, + "propState": 8, + "pos": { + "x": -117470, + "y": 18598, + "z": -70470 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 88, + "instId": 300003, + "propState": 8, + "pos": { + "x": -88660, + "y": 18979, + "z": -69350 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 88, + "instId": 300005, + "propState": 8, + "pos": { + "x": -104570, + "y": 19024, + "z": -76360 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 88, + "instId": 300006, + "propState": 8, + "pos": { + "x": -88660, + "y": 18979, + "z": -77500 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 88, + "instId": 300007, + "propState": 8, + "pos": { + "x": -100700, + "y": 19024, + "z": -70360 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 88, + "instId": 300008, + "propState": 8, + "pos": { + "x": -117530, + "y": 18598, + "z": -73187 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 88, + "instId": 300009, + "propState": 8, + "pos": { + "x": -113331, + "y": 17656, + "z": -86508 + }, + "rot": { + "x": 0, + "y": 160861, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 89, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 90, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 90, + "instId": 300002, + "propState": 8, + "pos": { + "x": -150300, + "y": 2770, + "z": -37640 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 90, + "instId": 300004, + "propState": 8, + "pos": { + "x": -148590, + "y": 2770, + "z": -34190 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 90, + "instId": 300003, + "propState": 8, + "pos": { + "x": -132012, + "y": 2824, + "z": -57981 + }, + "rot": { + "x": 0, + "y": 27345, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 90, + "instId": 300005, + "propState": 8, + "pos": { + "x": -130510, + "y": 2770, + "z": -55090 + }, + "rot": { + "x": 0, + "y": 297332, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 90, + "instId": 300006, + "propState": 8, + "pos": { + "x": -144041, + "y": 2842, + "z": -38868 + }, + "rot": { + "x": 0, + "y": 117346, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 90, + "instId": 300007, + "propState": 8, + "pos": { + "x": -133340, + "y": 2770, + "z": -39970 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 90, + "instId": 300008, + "propState": 8, + "pos": { + "x": -131870, + "y": 2770, + "z": -37770 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 90, + "instId": 300009, + "propState": 8, + "pos": { + "x": -149465, + "y": 2770, + "z": -35922 + }, + "rot": { + "x": 0, + "y": 114407, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 90, + "instId": 300010, + "propState": 8, + "pos": { + "x": -155125, + "y": 2700, + "z": -33130 + }, + "rot": { + "x": 0, + "y": 207332, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 91, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 92, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 93, + "instId": 300004, + "propState": 8, + "pos": { + "x": -71904, + "y": -3195, + "z": -82133 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 93, + "instId": 300005, + "propState": 8, + "pos": { + "x": -75890, + "y": -3195, + "z": -85940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 93, + "instId": 300006, + "propState": 8, + "pos": { + "x": -66301, + "y": -3195, + "z": -83488 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 93, + "instId": 300007, + "propState": 8, + "pos": { + "x": -64190, + "y": -3195, + "z": -76030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 93, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 93, + "instId": 300001, + "propState": 2, + "pos": { + "x": -67010, + "y": -3195, + "z": -79240 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1004 + }, + { + "groupId": 94, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 94, + "instId": 300002, + "propState": 8, + "pos": { + "x": -118180, + "y": 18598, + "z": -75730 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 94, + "instId": 300006, + "propState": 8, + "pos": { + "x": -35520, + "y": 18611, + "z": -72890 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 94, + "instId": 300007, + "propState": 8, + "pos": { + "x": -67553, + "y": 18664, + "z": -84120 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 94, + "instId": 300004, + "propState": 8, + "pos": { + "x": -118290, + "y": 18598, + "z": -71730 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 94, + "instId": 300009, + "propState": 8, + "pos": { + "x": -100880, + "y": 18979, + "z": -71187 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 94, + "instId": 300003, + "propState": 8, + "pos": { + "x": -37989, + "y": 18683, + "z": -92473 + }, + "rot": { + "x": 0, + "y": 117379, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 94, + "instId": 300005, + "propState": 1, + "pos": { + "x": -38680, + "y": 18260, + "z": -82930 + }, + "rot": { + "x": 0, + "y": 193835, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 94, + "instId": 300008, + "propState": 8, + "pos": { + "x": -118270, + "y": 18598, + "z": -73700 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 95, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 96, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 99, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 99, + "instId": 300004, + "propState": 8, + "pos": { + "x": -71904, + "y": -3195, + "z": -82133 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 99, + "instId": 300003, + "propState": 2, + "pos": { + "x": -67010, + "y": -3195, + "z": -79240 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1004 + }, + { + "groupId": 99, + "instId": 300002, + "propState": 8, + "pos": { + "x": -64190, + "y": -3195, + "z": -76030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 99, + "instId": 300005, + "propState": 8, + "pos": { + "x": -75890, + "y": -3195, + "z": -85940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 99, + "instId": 300006, + "propState": 8, + "pos": { + "x": -66301, + "y": -3195, + "z": -83488 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 100, + "instId": 300039, + "propState": 8, + "pos": { + "x": -38863, + "y": 17690, + "z": -62867 + }, + "rot": { + "x": 0, + "y": 343500, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 100, + "instId": 300040, + "propState": 8, + "pos": { + "x": -113331, + "y": 17656, + "z": -86508 + }, + "rot": { + "x": 0, + "y": 160861, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 100, + "instId": 300041, + "propState": 8, + "pos": { + "x": -155125, + "y": 2700, + "z": -33130 + }, + "rot": { + "x": 0, + "y": 207332, + "z": 0 + }, + "propId": 300004 + } + ], + "monsters": [ + { + "groupId": 57, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -15000, + "y": 1039, + "z": -62340 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 58, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 2720, + "y": 2895, + "z": -44170 + }, + "rot": { + "x": 0, + "y": 74964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 59, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 14637, + "y": 2844, + "z": -40474 + }, + "rot": { + "x": 0, + "y": 359964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 61, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -113460, + "y": 18598, + "z": -73540 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 62, + "instId": 200002, + "eventId": 0, + "pos": { + "x": -91480, + "y": 18664, + "z": -73270 + }, + "rot": { + "x": 0, + "y": 89964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 63, + "instId": 200002, + "eventId": 0, + "pos": { + "x": -48050, + "y": 18979, + "z": -73220 + }, + "rot": { + "x": 0, + "y": 359964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 65, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -83520, + "y": 10277, + "z": -122040 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 66, + "instId": 200002, + "eventId": 0, + "pos": { + "x": -123570, + "y": 2762, + "z": -105100 + }, + "rot": { + "x": 0, + "y": 329964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 67, + "instId": 200002, + "eventId": 0, + "pos": { + "x": -106033, + "y": 5038, + "z": -120461 + }, + "rot": { + "x": 0, + "y": 359964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 68, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -113650, + "y": 18598, + "z": -73300 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 69, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -138348, + "y": 2770, + "z": -41456 + }, + "rot": { + "x": 0, + "y": 114407, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 70, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -137680, + "y": -115, + "z": -73120 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 71, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -113472, + "y": 18598, + "z": -73473 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 72, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -146420, + "y": 2770, + "z": -37470 + }, + "rot": { + "x": 0, + "y": 114407, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 73, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -137280, + "y": -115, + "z": -73213 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 80, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -66967, + "y": -3195, + "z": -82821 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 85, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -15000, + "y": 1039, + "z": -62340 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 86, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 1830, + "y": 2895, + "z": -44410 + }, + "rot": { + "x": 0, + "y": 74964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 87, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 4280, + "y": 2844, + "z": -43250 + }, + "rot": { + "x": 0, + "y": 359964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 88, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -113472, + "y": 18598, + "z": -74751 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 89, + "instId": 200002, + "eventId": 0, + "pos": { + "x": -113472, + "y": 18598, + "z": -72230 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 90, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -147586, + "y": 2770, + "z": -38170 + }, + "rot": { + "x": 0, + "y": 114407, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 91, + "instId": 200002, + "eventId": 0, + "pos": { + "x": -146676, + "y": 2770, + "z": -36305 + }, + "rot": { + "x": 0, + "y": 114407, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 93, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -66967, + "y": -3195, + "z": -82821 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 94, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -113460, + "y": 18598, + "z": -73540 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 95, + "instId": 200002, + "eventId": 0, + "pos": { + "x": -91480, + "y": 18664, + "z": -73270 + }, + "rot": { + "x": 0, + "y": 89964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 96, + "instId": 200002, + "eventId": 0, + "pos": { + "x": -48020, + "y": 18979, + "z": -73200 + }, + "rot": { + "x": 0, + "y": 359964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 99, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -66967, + "y": -3195, + "z": -82821 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 81003, + "props": [ + { + "groupId": 61, + "instId": 300002, + "propState": 8, + "pos": { + "x": 64619, + "y": 80117, + "z": 99130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 61, + "instId": 300015, + "propState": 8, + "pos": { + "x": 94614, + "y": 74053, + "z": 103220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 61, + "instId": 300003, + "propState": 1, + "pos": { + "x": 67646, + "y": 80000, + "z": 110350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100011 + }, + { + "groupId": 61, + "instId": 300004, + "propState": 8, + "pos": { + "x": 67680, + "y": 79980, + "z": 88240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100012 + }, + { + "groupId": 61, + "instId": 300005, + "propState": 2, + "pos": { + "x": 92596, + "y": 65096, + "z": 102443 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 61, + "instId": 300006, + "propState": 8, + "pos": { + "x": 53462, + "y": 63965, + "z": 96389 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 61, + "instId": 300007, + "propState": 8, + "pos": { + "x": 50937, + "y": 63986, + "z": 78396 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 61, + "instId": 300008, + "propState": 8, + "pos": { + "x": 79060, + "y": 64016, + "z": 96537 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 62, + "instId": 300002, + "propState": 1, + "pos": { + "x": 68110, + "y": 63760, + "z": 126450 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100011 + }, + { + "groupId": 62, + "instId": 300003, + "propState": 8, + "pos": { + "x": 60350, + "y": 63690, + "z": 99240 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100012 + }, + { + "groupId": 62, + "instId": 300004, + "propState": 8, + "pos": { + "x": 68090, + "y": 63760, + "z": 72010 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100012 + }, + { + "groupId": 62, + "instId": 300005, + "propState": 8, + "pos": { + "x": 86210, + "y": 64310, + "z": 99240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 62, + "instId": 300006, + "propState": 8, + "pos": { + "x": 45940, + "y": 63750, + "z": 112750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 63, + "instId": 300004, + "propState": 8, + "pos": { + "x": 39868, + "y": 80272, + "z": 99238 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100005 + }, + { + "groupId": 63, + "instId": 300003, + "propState": 8, + "pos": { + "x": 39867, + "y": 80327, + "z": 99241 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 63, + "instId": 300005, + "propState": 2, + "pos": { + "x": 37471, + "y": 80260, + "z": 97107 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 63, + "instId": 300006, + "propState": 8, + "pos": { + "x": 189124, + "y": 82889, + "z": 141036 + }, + "rot": { + "x": 0, + "y": 180001, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 63, + "instId": 300011, + "propState": 8, + "pos": { + "x": 189124, + "y": 82816, + "z": 144281 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 63, + "instId": 300007, + "propState": 2, + "pos": { + "x": 187263, + "y": 82830, + "z": 144350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 63, + "instId": 300008, + "propState": 8, + "pos": { + "x": 125966, + "y": 80503, + "z": 126902 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 63, + "instId": 300012, + "propState": 8, + "pos": { + "x": 125966, + "y": 80461, + "z": 129012 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 63, + "instId": 300010, + "propState": 8, + "pos": { + "x": 124206, + "y": 80461, + "z": 129306 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 63, + "instId": 300009, + "propState": 8, + "pos": { + "x": 8732, + "y": 79658, + "z": 113930 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 63, + "instId": 300013, + "propState": 8, + "pos": { + "x": 8732, + "y": 79584, + "z": 110666 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 63, + "instId": 300002, + "propState": 8, + "pos": { + "x": 10469, + "y": 79626, + "z": 110460 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 63, + "instId": 300001, + "propState": 8, + "pos": { + "x": 45424, + "y": 105, + "z": -127524 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 63, + "instId": 300014, + "propState": 8, + "pos": { + "x": -5018, + "y": 79582, + "z": 99243 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 63, + "instId": 300015, + "propState": 8, + "pos": { + "x": 8732, + "y": 79584, + "z": 87818 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 63, + "instId": 300023, + "propState": 8, + "pos": { + "x": 6984, + "y": 79597, + "z": 88038 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 63, + "instId": 300024, + "propState": 8, + "pos": { + "x": 8730, + "y": 79658, + "z": 84610 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 63, + "instId": 300016, + "propState": 1, + "pos": { + "x": 8736, + "y": 76653, + "z": 67879 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 63, + "instId": 300017, + "propState": 1, + "pos": { + "x": 8744, + "y": 76650, + "z": 130573 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 63, + "instId": 300018, + "propState": 1, + "pos": { + "x": 8742, + "y": 76666, + "z": 156017 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 63, + "instId": 300019, + "propState": 1, + "pos": { + "x": 91516, + "y": 75846, + "z": 124886 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 63, + "instId": 300020, + "propState": 1, + "pos": { + "x": 125990, + "y": 80471, + "z": 103866 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 63, + "instId": 300021, + "propState": 1, + "pos": { + "x": 133415, + "y": 78661, + "z": 139710 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 63, + "instId": 300022, + "propState": 1, + "pos": { + "x": 167309, + "y": 82825, + "z": 156197 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 63, + "instId": 300025, + "propState": 8, + "pos": { + "x": 125990, + "y": 80651, + "z": 101929 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 64, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 64, + "instId": 300002, + "propState": 8, + "pos": { + "x": 91260, + "y": 75793, + "z": 120010 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 64, + "instId": 300006, + "propState": 8, + "pos": { + "x": 42080, + "y": 80223, + "z": 83280 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 64, + "instId": 300007, + "propState": 8, + "pos": { + "x": 68817, + "y": 80223, + "z": 78720 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 64, + "instId": 300004, + "propState": 8, + "pos": { + "x": 91210, + "y": 75793, + "z": 116845 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 64, + "instId": 300009, + "propState": 8, + "pos": { + "x": 67652, + "y": 80223, + "z": 119460 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 64, + "instId": 300003, + "propState": 8, + "pos": { + "x": 88532, + "y": 75793, + "z": 118489 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 64, + "instId": 300005, + "propState": 8, + "pos": { + "x": 61123, + "y": 80223, + "z": 118632 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 64, + "instId": 300008, + "propState": 8, + "pos": { + "x": 72450, + "y": 80223, + "z": 79860 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 64, + "instId": 300010, + "propState": 8, + "pos": { + "x": 39868, + "y": 80272, + "z": 99238 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100005 + }, + { + "groupId": 64, + "instId": 300011, + "propState": 8, + "pos": { + "x": 39867, + "y": 80327, + "z": 99241 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 64, + "instId": 300012, + "propState": 1, + "pos": { + "x": 67646, + "y": 80000, + "z": 110350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100011 + }, + { + "groupId": 64, + "instId": 300013, + "propState": 1, + "pos": { + "x": 67680, + "y": 79980, + "z": 88240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100012 + }, + { + "groupId": 64, + "instId": 300014, + "propState": 8, + "pos": { + "x": 91544, + "y": 75888, + "z": 122769 + }, + "rot": { + "x": 0, + "y": 180001, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 65, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 66, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 67, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 67, + "instId": 300002, + "propState": 8, + "pos": { + "x": 187189, + "y": 82781, + "z": 137810 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 67, + "instId": 300006, + "propState": 8, + "pos": { + "x": 181020, + "y": 82721, + "z": 133920 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 67, + "instId": 300007, + "propState": 8, + "pos": { + "x": 185900, + "y": 77016, + "z": 91980 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 67, + "instId": 300004, + "propState": 8, + "pos": { + "x": 191190, + "y": 82793, + "z": 138090 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 67, + "instId": 300009, + "propState": 8, + "pos": { + "x": 169444, + "y": 77016, + "z": 100020 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 67, + "instId": 300003, + "propState": 8, + "pos": { + "x": 189249, + "y": 82766, + "z": 137922 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 67, + "instId": 300005, + "propState": 8, + "pos": { + "x": 199840, + "y": 77016, + "z": 95930 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 67, + "instId": 300008, + "propState": 8, + "pos": { + "x": 189124, + "y": 82889, + "z": 141036 + }, + "rot": { + "x": 0, + "y": 180001, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 67, + "instId": 300010, + "propState": 8, + "pos": { + "x": 189124, + "y": 82816, + "z": 144281 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 68, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 69, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 70, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 70, + "instId": 300002, + "propState": 8, + "pos": { + "x": 35260, + "y": 80286, + "z": 101310 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 70, + "instId": 300006, + "propState": 8, + "pos": { + "x": 16190, + "y": 79626, + "z": 102610 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 70, + "instId": 300007, + "propState": 8, + "pos": { + "x": 7075, + "y": 79626, + "z": 79866 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 70, + "instId": 300004, + "propState": 8, + "pos": { + "x": 35300, + "y": 80286, + "z": 97530 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 70, + "instId": 300009, + "propState": 8, + "pos": { + "x": 6326, + "y": 76687, + "z": 62912 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 70, + "instId": 300003, + "propState": 8, + "pos": { + "x": 35347, + "y": 80286, + "z": 99330 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 70, + "instId": 300005, + "propState": 1, + "pos": { + "x": 8730, + "y": 79658, + "z": 84610 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 70, + "instId": 300008, + "propState": 1, + "pos": { + "x": 8732, + "y": 79584, + "z": 87818 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 70, + "instId": 300010, + "propState": 8, + "pos": { + "x": 8732, + "y": 79658, + "z": 113930 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 70, + "instId": 300011, + "propState": 8, + "pos": { + "x": 8732, + "y": 79584, + "z": 110666 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 70, + "instId": 300012, + "propState": 8, + "pos": { + "x": 39868, + "y": 80272, + "z": 99238 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100005 + }, + { + "groupId": 70, + "instId": 300013, + "propState": 8, + "pos": { + "x": 39867, + "y": 80327, + "z": 99241 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 71, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 72, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 73, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 73, + "instId": 300002, + "propState": 8, + "pos": { + "x": 123140, + "y": 80442, + "z": 120700 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 73, + "instId": 300004, + "propState": 8, + "pos": { + "x": 128530, + "y": 80471, + "z": 120660 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 73, + "instId": 300003, + "propState": 8, + "pos": { + "x": 126060, + "y": 80471, + "z": 117110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 73, + "instId": 300005, + "propState": 8, + "pos": { + "x": 125966, + "y": 80503, + "z": 126902 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 73, + "instId": 300006, + "propState": 8, + "pos": { + "x": 125966, + "y": 80461, + "z": 129012 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 73, + "instId": 300007, + "propState": 8, + "pos": { + "x": 125990, + "y": 80513, + "z": 103866 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 73, + "instId": 300008, + "propState": 8, + "pos": { + "x": 125990, + "y": 80651, + "z": 101929 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 73, + "instId": 300009, + "propState": 8, + "pos": { + "x": 130422, + "y": 80442, + "z": 110900 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 73, + "instId": 300010, + "propState": 8, + "pos": { + "x": 122270, + "y": 80442, + "z": 113140 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 74, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 74, + "instId": 300002, + "propState": 8, + "pos": { + "x": 84895, + "y": 78661, + "z": 142539 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 74, + "instId": 300004, + "propState": 8, + "pos": { + "x": 84865, + "y": 78661, + "z": 137904 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 74, + "instId": 300003, + "propState": 8, + "pos": { + "x": 82139, + "y": 78661, + "z": 140174 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 74, + "instId": 300005, + "propState": 8, + "pos": { + "x": 85944, + "y": 78661, + "z": 139925 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 74, + "instId": 300006, + "propState": 8, + "pos": { + "x": 70848, + "y": 78661, + "z": 143057 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 74, + "instId": 300007, + "propState": 8, + "pos": { + "x": 73600, + "y": 78661, + "z": 138392 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 75, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 75, + "instId": 300002, + "propState": 8, + "pos": { + "x": 6420, + "y": 76644, + "z": 151120 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 75, + "instId": 300004, + "propState": 8, + "pos": { + "x": 10970, + "y": 76661, + "z": 151230 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 75, + "instId": 300003, + "propState": 8, + "pos": { + "x": 8530, + "y": 76644, + "z": 148050 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 75, + "instId": 300005, + "propState": 8, + "pos": { + "x": 8744, + "y": 76722, + "z": 133116 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 75, + "instId": 300006, + "propState": 8, + "pos": { + "x": 8742, + "y": 76708, + "z": 156017 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 75, + "instId": 300008, + "propState": 8, + "pos": { + "x": 8732, + "y": 79658, + "z": 113930 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 75, + "instId": 300009, + "propState": 8, + "pos": { + "x": 8732, + "y": 79584, + "z": 110666 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 75, + "instId": 300010, + "propState": 8, + "pos": { + "x": 11326, + "y": 76661, + "z": 139363 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 75, + "instId": 300011, + "propState": 8, + "pos": { + "x": 5699, + "y": 76702, + "z": 139215 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 76, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 76, + "instId": 300002, + "propState": 8, + "pos": { + "x": 124280, + "y": 80442, + "z": 124224 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 76, + "instId": 300004, + "propState": 8, + "pos": { + "x": 127650, + "y": 80471, + "z": 124294 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 76, + "instId": 300003, + "propState": 8, + "pos": { + "x": 126070, + "y": 80471, + "z": 124350 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 76, + "instId": 300005, + "propState": 8, + "pos": { + "x": 125966, + "y": 80503, + "z": 126902 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 76, + "instId": 300006, + "propState": 8, + "pos": { + "x": 125966, + "y": 80461, + "z": 129012 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 76, + "instId": 300007, + "propState": 8, + "pos": { + "x": 125990, + "y": 80513, + "z": 103866 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 76, + "instId": 300008, + "propState": 8, + "pos": { + "x": 130422, + "y": 80442, + "z": 110900 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 76, + "instId": 300009, + "propState": 8, + "pos": { + "x": 122270, + "y": 80442, + "z": 113140 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 76, + "instId": 300010, + "propState": 8, + "pos": { + "x": 125990, + "y": 80651, + "z": 101929 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 77, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 77, + "instId": 300002, + "propState": 8, + "pos": { + "x": 84857, + "y": 78661, + "z": 142580 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 77, + "instId": 300004, + "propState": 8, + "pos": { + "x": 84827, + "y": 78661, + "z": 137730 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 77, + "instId": 300003, + "propState": 8, + "pos": { + "x": 84980, + "y": 78661, + "z": 140105 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 77, + "instId": 300005, + "propState": 8, + "pos": { + "x": 86110, + "y": 78661, + "z": 139925 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 77, + "instId": 300006, + "propState": 8, + "pos": { + "x": 70848, + "y": 78661, + "z": 143057 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 77, + "instId": 300007, + "propState": 8, + "pos": { + "x": 73600, + "y": 78661, + "z": 138392 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 78, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 78, + "instId": 300002, + "propState": 8, + "pos": { + "x": 6360, + "y": 76644, + "z": 152830 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 78, + "instId": 300004, + "propState": 8, + "pos": { + "x": 10730, + "y": 76661, + "z": 152900 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 78, + "instId": 300003, + "propState": 8, + "pos": { + "x": 8650, + "y": 76644, + "z": 152840 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 78, + "instId": 300005, + "propState": 8, + "pos": { + "x": 8744, + "y": 76722, + "z": 133116 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 78, + "instId": 300006, + "propState": 8, + "pos": { + "x": 8742, + "y": 76708, + "z": 156017 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 78, + "instId": 300007, + "propState": 8, + "pos": { + "x": 11315, + "y": 76661, + "z": 139363 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 78, + "instId": 300008, + "propState": 8, + "pos": { + "x": 5699, + "y": 76702, + "z": 139215 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 78, + "instId": 300009, + "propState": 8, + "pos": { + "x": 125966, + "y": 80461, + "z": 129012 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 78, + "instId": 300010, + "propState": 8, + "pos": { + "x": 8732, + "y": 79658, + "z": 113930 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 79, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 79, + "instId": 300002, + "propState": 8, + "pos": { + "x": 124280, + "y": 80442, + "z": 122930 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 79, + "instId": 300004, + "propState": 8, + "pos": { + "x": 127650, + "y": 80471, + "z": 123000 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 79, + "instId": 300005, + "propState": 8, + "pos": { + "x": 125966, + "y": 80503, + "z": 126902 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 79, + "instId": 300006, + "propState": 8, + "pos": { + "x": 125966, + "y": 80461, + "z": 129012 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 79, + "instId": 300007, + "propState": 8, + "pos": { + "x": 125990, + "y": 80513, + "z": 103866 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 79, + "instId": 300008, + "propState": 8, + "pos": { + "x": 130422, + "y": 80442, + "z": 110900 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 79, + "instId": 300009, + "propState": 8, + "pos": { + "x": 122270, + "y": 80442, + "z": 113140 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 79, + "instId": 300003, + "propState": 8, + "pos": { + "x": 125990, + "y": 80651, + "z": 101929 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 81, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 81, + "instId": 300002, + "propState": 8, + "pos": { + "x": 84820, + "y": 78661, + "z": 142388 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 81, + "instId": 300004, + "propState": 8, + "pos": { + "x": 84790, + "y": 78661, + "z": 137917 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 81, + "instId": 300005, + "propState": 8, + "pos": { + "x": 86010, + "y": 78661, + "z": 139925 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 81, + "instId": 300006, + "propState": 8, + "pos": { + "x": 70848, + "y": 78661, + "z": 143057 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 81, + "instId": 300007, + "propState": 8, + "pos": { + "x": 73600, + "y": 78661, + "z": 138392 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 82, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 82, + "instId": 300002, + "propState": 8, + "pos": { + "x": 7130, + "y": 76644, + "z": 154040 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 82, + "instId": 300004, + "propState": 8, + "pos": { + "x": 10240, + "y": 76661, + "z": 154150 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 82, + "instId": 300005, + "propState": 8, + "pos": { + "x": 8744, + "y": 76722, + "z": 133116 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 82, + "instId": 300006, + "propState": 8, + "pos": { + "x": 8742, + "y": 76708, + "z": 156017 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 82, + "instId": 300007, + "propState": 8, + "pos": { + "x": 11347, + "y": 76661, + "z": 139346 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 82, + "instId": 300008, + "propState": 8, + "pos": { + "x": 5830, + "y": 76702, + "z": 139190 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 82, + "instId": 300009, + "propState": 8, + "pos": { + "x": 125966, + "y": 80461, + "z": 129012 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 82, + "instId": 300003, + "propState": 8, + "pos": { + "x": 8732, + "y": 79658, + "z": 113930 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 83, + "instId": 300002, + "propState": 8, + "pos": { + "x": 157124, + "y": 77017, + "z": 95962 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1021 + }, + { + "groupId": 83, + "instId": 300004, + "propState": 8, + "pos": { + "x": 167580, + "y": 77017, + "z": 100680 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 83, + "instId": 300012, + "propState": 8, + "pos": { + "x": 172120, + "y": 77017, + "z": 98660 + }, + "rot": { + "x": 0, + "y": 209996, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 83, + "instId": 300013, + "propState": 8, + "pos": { + "x": 172810, + "y": 77017, + "z": 99030 + }, + "rot": { + "x": 0, + "y": 209996, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 83, + "instId": 300015, + "propState": 8, + "pos": { + "x": 172810, + "y": 77017, + "z": 98290 + }, + "rot": { + "x": 0, + "y": 209996, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 83, + "instId": 300019, + "propState": 1, + "pos": { + "x": 167130, + "y": 77016, + "z": 92760 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 83, + "instId": 300001, + "propState": 8, + "pos": { + "x": 125990, + "y": 80513, + "z": 103866 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 83, + "instId": 300003, + "propState": 8, + "pos": { + "x": 125966, + "y": 80461, + "z": 129012 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 83, + "instId": 300005, + "propState": 1, + "pos": { + "x": 125990, + "y": 80651, + "z": 101929 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 83, + "instId": 300006, + "propState": 8, + "pos": { + "x": 184000, + "y": 77016, + "z": 95930 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 83, + "instId": 300007, + "propState": 8, + "pos": { + "x": 174120, + "y": 77028, + "z": 101930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 85, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 85, + "instId": 300002, + "propState": 8, + "pos": { + "x": 187189, + "y": 82781, + "z": 137810 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 85, + "instId": 300006, + "propState": 8, + "pos": { + "x": 181020, + "y": 82721, + "z": 133920 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 85, + "instId": 300007, + "propState": 8, + "pos": { + "x": 173474, + "y": 82666, + "z": 133750 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 85, + "instId": 300004, + "propState": 8, + "pos": { + "x": 191190, + "y": 82793, + "z": 138090 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 85, + "instId": 300009, + "propState": 8, + "pos": { + "x": 169444, + "y": 77016, + "z": 100020 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 85, + "instId": 300003, + "propState": 8, + "pos": { + "x": 189260, + "y": 82766, + "z": 137950 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 85, + "instId": 300005, + "propState": 8, + "pos": { + "x": 184030, + "y": 77016, + "z": 95930 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 85, + "instId": 300008, + "propState": 8, + "pos": { + "x": 189124, + "y": 82889, + "z": 141036 + }, + "rot": { + "x": 0, + "y": 180001, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 85, + "instId": 300010, + "propState": 8, + "pos": { + "x": 189124, + "y": 82816, + "z": 144281 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 86, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 87, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 88, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 88, + "instId": 300002, + "propState": 8, + "pos": { + "x": 124280, + "y": 80442, + "z": 124224 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 88, + "instId": 300004, + "propState": 8, + "pos": { + "x": 127650, + "y": 80471, + "z": 124294 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 88, + "instId": 300003, + "propState": 8, + "pos": { + "x": 126050, + "y": 80471, + "z": 124340 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 88, + "instId": 300005, + "propState": 8, + "pos": { + "x": 125966, + "y": 80503, + "z": 126902 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 88, + "instId": 300006, + "propState": 8, + "pos": { + "x": 125966, + "y": 80461, + "z": 129012 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 88, + "instId": 300007, + "propState": 8, + "pos": { + "x": 125990, + "y": 80513, + "z": 103866 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 88, + "instId": 300008, + "propState": 8, + "pos": { + "x": 130422, + "y": 80442, + "z": 110900 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 88, + "instId": 300009, + "propState": 8, + "pos": { + "x": 122270, + "y": 80442, + "z": 113140 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 88, + "instId": 300010, + "propState": 8, + "pos": { + "x": 125990, + "y": 80651, + "z": 101929 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 89, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 90, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 90, + "instId": 300002, + "propState": 8, + "pos": { + "x": 84820, + "y": 78661, + "z": 142388 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 90, + "instId": 300004, + "propState": 8, + "pos": { + "x": 84790, + "y": 78661, + "z": 137917 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 90, + "instId": 300003, + "propState": 8, + "pos": { + "x": 84915, + "y": 78661, + "z": 140090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 90, + "instId": 300005, + "propState": 8, + "pos": { + "x": 85945, + "y": 78661, + "z": 139925 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 90, + "instId": 300006, + "propState": 8, + "pos": { + "x": 70848, + "y": 78661, + "z": 143057 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 90, + "instId": 300007, + "propState": 8, + "pos": { + "x": 73600, + "y": 78661, + "z": 138392 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 91, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 92, + "instId": 300004, + "propState": 8, + "pos": { + "x": 243210, + "y": 79652, + "z": 98560 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 92, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 92, + "instId": 300001, + "propState": 2, + "pos": { + "x": 240400, + "y": 79097, + "z": 92620 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 1004 + }, + { + "groupId": 92, + "instId": 300003, + "propState": 8, + "pos": { + "x": 237420, + "y": 78508, + "z": 95450 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 92, + "instId": 300005, + "propState": 8, + "pos": { + "x": 243910, + "y": 79791, + "z": 95920 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 92, + "instId": 300006, + "propState": 8, + "pos": { + "x": 215790, + "y": 77016, + "z": 95920 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 93, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 94, + "instId": 300004, + "propState": 8, + "pos": { + "x": 243210, + "y": 79652, + "z": 98560 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 94, + "instId": 300003, + "propState": 8, + "pos": { + "x": 237420, + "y": 78508, + "z": 95450 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 94, + "instId": 300005, + "propState": 8, + "pos": { + "x": 243910, + "y": 79791, + "z": 95920 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 94, + "instId": 300006, + "propState": 8, + "pos": { + "x": 215790, + "y": 77016, + "z": 95920 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 94, + "instId": 300007, + "propState": 2, + "pos": { + "x": 240400, + "y": 79097, + "z": 92620 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 1004 + }, + { + "groupId": 94, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 95, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 95, + "instId": 300002, + "propState": 8, + "pos": { + "x": 187189, + "y": 82781, + "z": 137810 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 95, + "instId": 300006, + "propState": 8, + "pos": { + "x": 181020, + "y": 82721, + "z": 133920 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 95, + "instId": 300007, + "propState": 8, + "pos": { + "x": 185900, + "y": 77016, + "z": 91980 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 95, + "instId": 300004, + "propState": 8, + "pos": { + "x": 191190, + "y": 82793, + "z": 138090 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 95, + "instId": 300009, + "propState": 8, + "pos": { + "x": 169444, + "y": 77016, + "z": 100020 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 95, + "instId": 300003, + "propState": 8, + "pos": { + "x": 189231, + "y": 82766, + "z": 138048 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 95, + "instId": 300005, + "propState": 8, + "pos": { + "x": 199840, + "y": 77016, + "z": 95930 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 95, + "instId": 300008, + "propState": 8, + "pos": { + "x": 189124, + "y": 82889, + "z": 141036 + }, + "rot": { + "x": 0, + "y": 180001, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 95, + "instId": 300010, + "propState": 8, + "pos": { + "x": 189124, + "y": 82816, + "z": 144281 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 96, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 97, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "monsters": [ + { + "groupId": 64, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 88100, + "y": 75793, + "z": 118489 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 65, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 67831, + "y": 80483, + "z": 99459 + }, + "rot": { + "x": 0, + "y": 179964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 66, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 55521, + "y": 80223, + "z": 80107 + }, + "rot": { + "x": 0, + "y": 359964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 67, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 189000, + "y": 82766, + "z": 135060 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 68, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 174336, + "y": 82599, + "z": 121770 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 69, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 174678, + "y": 77016, + "z": 95219 + }, + "rot": { + "x": 0, + "y": 359964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 70, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 31860, + "y": 80286, + "z": 99330 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 71, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 8688, + "y": 76677, + "z": 69205 + }, + "rot": { + "x": 0, + "y": 179964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 72, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 8640, + "y": 79626, + "z": 93800 + }, + "rot": { + "x": 0, + "y": 359964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 73, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 126060, + "y": 80471, + "z": 117110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 74, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 82139, + "y": 78661, + "z": 140174 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 75, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 8530, + "y": 76644, + "z": 148050 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 76, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 126010, + "y": 80471, + "z": 119790 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 77, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 81410, + "y": 78661, + "z": 140105 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 78, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 8740, + "y": 76644, + "z": 148130 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 85, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 189000, + "y": 82766, + "z": 135060 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 86, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 175300, + "y": 82599, + "z": 123320 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 87, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 173330, + "y": 82611, + "z": 123260 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 88, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 124830, + "y": 80471, + "z": 119790 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 89, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 127200, + "y": 80471, + "z": 119790 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 90, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 81410, + "y": 78661, + "z": 141157 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 91, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 81410, + "y": 78661, + "z": 139224 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 92, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 237420, + "y": 78508, + "z": 95450 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 94, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 237420, + "y": 78508, + "z": 95450 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 95, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 189000, + "y": 82766, + "z": 135060 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 96, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 174336, + "y": 82599, + "z": 121770 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 97, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 174140, + "y": 77016, + "z": 100600 + }, + "rot": { + "x": 0, + "y": 179964, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 81004, + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 8, + "pos": { + "x": 15610, + "y": 139260, + "z": -14090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 8, + "pos": { + "x": 15010, + "y": 139530, + "z": -14090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": -8740, + "y": 144131, + "z": -17090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": -5740, + "y": 144131, + "z": -11090 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1004 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 8, + "pos": { + "x": -2740, + "y": 144131, + "z": -14090 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 8, + "pos": { + "x": -2740, + "y": 144131, + "z": -14090 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": -8740, + "y": 144131, + "z": -17090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": -2740, + "y": 144131, + "z": -14090 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 2, + "pos": { + "x": -5740, + "y": 144131, + "z": -11090 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1004 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 8, + "pos": { + "x": -2740, + "y": 144131, + "z": -14090 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 8, + "pos": { + "x": -25391, + "y": 172241, + "z": 50894 + }, + "rot": { + "x": 0, + "y": 230000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": -20302, + "y": 172241, + "z": 60386 + }, + "rot": { + "x": 0, + "y": 80000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 1, + "pos": { + "x": -15159, + "y": 172241, + "z": 54258 + }, + "rot": { + "x": 0, + "y": 20000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 8, + "pos": { + "x": -15263, + "y": 172241, + "z": 62333 + }, + "rot": { + "x": 0, + "y": 350000, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 10, + "instId": 300004, + "propState": 8, + "pos": { + "x": -15525, + "y": 172241, + "z": 63297 + }, + "rot": { + "x": 0, + "y": 350000, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 10, + "instId": 300005, + "propState": 8, + "pos": { + "x": -16221, + "y": 172241, + "z": 62614 + }, + "rot": { + "x": 0, + "y": 350000, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 8, + "pos": { + "x": -5488, + "y": 172241, + "z": 69063 + }, + "rot": { + "x": 0, + "y": 230000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 8, + "pos": { + "x": -34930, + "y": 172241, + "z": 39490 + }, + "rot": { + "x": 0, + "y": 230000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 8, + "pos": { + "x": -15634, + "y": 177414, + "z": -121614 + }, + "rot": { + "x": 0, + "y": 310000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 8, + "pos": { + "x": -15397, + "y": 171870, + "z": -121735 + }, + "rot": { + "x": 0, + "y": 310000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 13, + "instId": 300001, + "propState": 8, + "pos": { + "x": -39210, + "y": 177414, + "z": -105820 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 8, + "pos": { + "x": -36280, + "y": 177414, + "z": -102320 + }, + "rot": { + "x": 0, + "y": 310000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 8, + "pos": { + "x": -31407, + "y": 177414, + "z": -115033 + }, + "rot": { + "x": 0, + "y": 310000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 8, + "pos": { + "x": -31365, + "y": 177414, + "z": -113739 + }, + "rot": { + "x": 0, + "y": 130000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 13, + "instId": 300005, + "propState": 8, + "pos": { + "x": -32775, + "y": 177414, + "z": -113885 + }, + "rot": { + "x": 0, + "y": 310000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 13, + "instId": 300006, + "propState": 8, + "pos": { + "x": -22930, + "y": 177414, + "z": -110400 + }, + "rot": { + "x": 0, + "y": 130000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 13, + "instId": 300007, + "propState": 8, + "pos": { + "x": -22884, + "y": 177414, + "z": -111837 + }, + "rot": { + "x": 0, + "y": 310000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 13, + "instId": 300008, + "propState": 8, + "pos": { + "x": -21633, + "y": 177414, + "z": -111488 + }, + "rot": { + "x": 0, + "y": 130000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 15, + "instId": 300001, + "propState": 8, + "pos": { + "x": -39210, + "y": 177414, + "z": -105820 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 15, + "instId": 300002, + "propState": 8, + "pos": { + "x": -36280, + "y": 177414, + "z": -102320 + }, + "rot": { + "x": 0, + "y": 310000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 15, + "instId": 300003, + "propState": 8, + "pos": { + "x": -31407, + "y": 177414, + "z": -115033 + }, + "rot": { + "x": 0, + "y": 310000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 15, + "instId": 300004, + "propState": 8, + "pos": { + "x": -31365, + "y": 177414, + "z": -113739 + }, + "rot": { + "x": 0, + "y": 130000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 15, + "instId": 300005, + "propState": 8, + "pos": { + "x": -32775, + "y": 177414, + "z": -113885 + }, + "rot": { + "x": 0, + "y": 310000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 15, + "instId": 300006, + "propState": 8, + "pos": { + "x": -22930, + "y": 177414, + "z": -110400 + }, + "rot": { + "x": 0, + "y": 130000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 15, + "instId": 300007, + "propState": 8, + "pos": { + "x": -22884, + "y": 177414, + "z": -111837 + }, + "rot": { + "x": 0, + "y": 310000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 15, + "instId": 300008, + "propState": 8, + "pos": { + "x": -21633, + "y": 177414, + "z": -111488 + }, + "rot": { + "x": 0, + "y": 130000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 8, + "pos": { + "x": -36231, + "y": 177414, + "z": -105384 + }, + "rot": { + "x": 0, + "y": 130000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 8, + "pos": { + "x": -36231, + "y": 177414, + "z": -105384 + }, + "rot": { + "x": 0, + "y": 130000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 18, + "instId": 300001, + "propState": 8, + "pos": { + "x": -36627, + "y": 177414, + "z": -108968 + }, + "rot": { + "x": 0, + "y": 130000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 19, + "instId": 300001, + "propState": 8, + "pos": { + "x": -32770, + "y": 177414, + "z": -104372 + }, + "rot": { + "x": 0, + "y": 130000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 20, + "instId": 300001, + "propState": 8, + "pos": { + "x": 21780, + "y": 412124, + "z": -14220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 8, + "pos": { + "x": 8200, + "y": 406250, + "z": -14220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 21, + "instId": 300001, + "propState": 8, + "pos": { + "x": 48780, + "y": 411908, + "z": -12220 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 21, + "instId": 300002, + "propState": 8, + "pos": { + "x": 48780, + "y": 411908, + "z": -16220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 21, + "instId": 300003, + "propState": 8, + "pos": { + "x": 39499, + "y": 411908, + "z": -10220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 21, + "instId": 300004, + "propState": 8, + "pos": { + "x": 38530, + "y": 411908, + "z": -11270 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 21, + "instId": 300005, + "propState": 8, + "pos": { + "x": 37780, + "y": 411908, + "z": -10220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 21, + "instId": 300006, + "propState": 8, + "pos": { + "x": 32620, + "y": 411908, + "z": -18220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 21, + "instId": 300007, + "propState": 8, + "pos": { + "x": 32280, + "y": 411908, + "z": -17203 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 21, + "instId": 300008, + "propState": 8, + "pos": { + "x": 31780, + "y": 411908, + "z": -18220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 23, + "instId": 300001, + "propState": 8, + "pos": { + "x": 48780, + "y": 411908, + "z": -12220 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 8, + "pos": { + "x": 48780, + "y": 411908, + "z": -16220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 23, + "instId": 300003, + "propState": 8, + "pos": { + "x": 39499, + "y": 411908, + "z": -10220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 23, + "instId": 300004, + "propState": 8, + "pos": { + "x": 38530, + "y": 411908, + "z": -11270 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 23, + "instId": 300005, + "propState": 8, + "pos": { + "x": 37780, + "y": 411908, + "z": -10220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 23, + "instId": 300006, + "propState": 8, + "pos": { + "x": 32620, + "y": 411908, + "z": -18220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 23, + "instId": 300007, + "propState": 8, + "pos": { + "x": 32280, + "y": 411908, + "z": -17203 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 23, + "instId": 300008, + "propState": 8, + "pos": { + "x": 31780, + "y": 411908, + "z": -18220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 25, + "instId": 300001, + "propState": 8, + "pos": { + "x": 46780, + "y": 411908, + "z": -14220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300002, + "propState": 8, + "pos": { + "x": 46780, + "y": 411908, + "z": -14220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 26, + "instId": 300001, + "propState": 8, + "pos": { + "x": 44780, + "y": 411908, + "z": -11220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 27, + "instId": 300001, + "propState": 8, + "pos": { + "x": 44780, + "y": 411908, + "z": -17220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 28, + "instId": 300001, + "propState": 8, + "pos": { + "x": -43480, + "y": 411908, + "z": -14220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 28, + "instId": 300002, + "propState": 8, + "pos": { + "x": -14160, + "y": 403790, + "z": -14220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 29, + "instId": 300001, + "propState": 8, + "pos": { + "x": -70480, + "y": 411908, + "z": -16220 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 29, + "instId": 300002, + "propState": 8, + "pos": { + "x": -70480, + "y": 411908, + "z": -12220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 29, + "instId": 300003, + "propState": 8, + "pos": { + "x": -61535, + "y": 411908, + "z": -17736 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 29, + "instId": 300004, + "propState": 8, + "pos": { + "x": -60710, + "y": 411908, + "z": -16710 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 29, + "instId": 300005, + "propState": 8, + "pos": { + "x": -59653, + "y": 411908, + "z": -17736 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 29, + "instId": 300006, + "propState": 8, + "pos": { + "x": -55942, + "y": 411908, + "z": -10681 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 29, + "instId": 300007, + "propState": 8, + "pos": { + "x": -54931, + "y": 411908, + "z": -11743 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 29, + "instId": 300008, + "propState": 8, + "pos": { + "x": -54160, + "y": 411908, + "z": -10681 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 31, + "instId": 300001, + "propState": 8, + "pos": { + "x": -70480, + "y": 411908, + "z": -16220 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 31, + "instId": 300002, + "propState": 8, + "pos": { + "x": -70480, + "y": 411908, + "z": -12220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 31, + "instId": 300003, + "propState": 8, + "pos": { + "x": -61535, + "y": 411908, + "z": -17736 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 31, + "instId": 300004, + "propState": 8, + "pos": { + "x": -60710, + "y": 411908, + "z": -16710 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 31, + "instId": 300005, + "propState": 8, + "pos": { + "x": -59653, + "y": 411908, + "z": -17736 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 31, + "instId": 300006, + "propState": 8, + "pos": { + "x": -55942, + "y": 411908, + "z": -10689 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 31, + "instId": 300007, + "propState": 8, + "pos": { + "x": -54931, + "y": 411908, + "z": -11751 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 31, + "instId": 300008, + "propState": 8, + "pos": { + "x": -54160, + "y": 411908, + "z": -10689 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 33, + "instId": 300001, + "propState": 8, + "pos": { + "x": -68480, + "y": 411908, + "z": -14220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 33, + "instId": 300002, + "propState": 8, + "pos": { + "x": -68480, + "y": 411908, + "z": -14220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 34, + "instId": 300001, + "propState": 8, + "pos": { + "x": -66480, + "y": 411908, + "z": -17220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 35, + "instId": 300001, + "propState": 8, + "pos": { + "x": -66480, + "y": 411908, + "z": -11220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 36, + "instId": 300001, + "propState": 8, + "pos": { + "x": 51456, + "y": 172272, + "z": 40051 + }, + "rot": { + "x": 0, + "y": 229685, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 36, + "instId": 300002, + "propState": 8, + "pos": { + "x": 46435, + "y": 163090, + "z": 72623 + }, + "rot": { + "x": 0, + "y": 139685, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 37, + "instId": 300001, + "propState": 8, + "pos": { + "x": 65500, + "y": 169648, + "z": 53390 + }, + "rot": { + "x": 0, + "y": 229685, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 37, + "instId": 300002, + "propState": 8, + "pos": { + "x": 62330, + "y": 169648, + "z": 50700 + }, + "rot": { + "x": 0, + "y": 139685, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 37, + "instId": 300003, + "propState": 8, + "pos": { + "x": 58943, + "y": 169648, + "z": 60601 + }, + "rot": { + "x": 0, + "y": 320000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 37, + "instId": 300004, + "propState": 8, + "pos": { + "x": 56580, + "y": 169648, + "z": 63370 + }, + "rot": { + "x": 0, + "y": 320000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 37, + "instId": 300005, + "propState": 8, + "pos": { + "x": 57752, + "y": 169648, + "z": 62006 + }, + "rot": { + "x": 0, + "y": 320000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 37, + "instId": 300006, + "propState": 8, + "pos": { + "x": 51280, + "y": 169648, + "z": 62513 + }, + "rot": { + "x": 0, + "y": 139685, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 37, + "instId": 300007, + "propState": 8, + "pos": { + "x": 52420, + "y": 169648, + "z": 61190 + }, + "rot": { + "x": 0, + "y": 139685, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 37, + "instId": 300008, + "propState": 8, + "pos": { + "x": 50124, + "y": 169648, + "z": 63875 + }, + "rot": { + "x": 0, + "y": 139685, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 39, + "instId": 300001, + "propState": 8, + "pos": { + "x": 65500, + "y": 169648, + "z": 53390 + }, + "rot": { + "x": 0, + "y": 229685, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 39, + "instId": 300002, + "propState": 8, + "pos": { + "x": 62330, + "y": 169648, + "z": 50700 + }, + "rot": { + "x": 0, + "y": 139685, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 39, + "instId": 300003, + "propState": 8, + "pos": { + "x": 58943, + "y": 169648, + "z": 60601 + }, + "rot": { + "x": 0, + "y": 320000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 39, + "instId": 300004, + "propState": 8, + "pos": { + "x": 56580, + "y": 169648, + "z": 63370 + }, + "rot": { + "x": 0, + "y": 320000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 39, + "instId": 300005, + "propState": 8, + "pos": { + "x": 57752, + "y": 169648, + "z": 62006 + }, + "rot": { + "x": 0, + "y": 320000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 39, + "instId": 300006, + "propState": 8, + "pos": { + "x": 51280, + "y": 169648, + "z": 62513 + }, + "rot": { + "x": 0, + "y": 139685, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 39, + "instId": 300007, + "propState": 8, + "pos": { + "x": 52420, + "y": 169648, + "z": 61190 + }, + "rot": { + "x": 0, + "y": 139685, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 39, + "instId": 300008, + "propState": 8, + "pos": { + "x": 50124, + "y": 169648, + "z": 63875 + }, + "rot": { + "x": 0, + "y": 139685, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 41, + "instId": 300001, + "propState": 8, + "pos": { + "x": 62610, + "y": 169648, + "z": 53560 + }, + "rot": { + "x": 0, + "y": 319685, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 41, + "instId": 300002, + "propState": 8, + "pos": { + "x": 62610, + "y": 169648, + "z": 53560 + }, + "rot": { + "x": 0, + "y": 319685, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 42, + "instId": 300001, + "propState": 8, + "pos": { + "x": 63603, + "y": 169648, + "z": 57026 + }, + "rot": { + "x": 0, + "y": 319685, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 43, + "instId": 300001, + "propState": 8, + "pos": { + "x": 59028, + "y": 169648, + "z": 53144 + }, + "rot": { + "x": 0, + "y": 319685, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 44, + "instId": 300001, + "propState": 8, + "pos": { + "x": -15417, + "y": 177463, + "z": -121611 + }, + "rot": { + "x": 0, + "y": 310000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 44, + "instId": 300002, + "propState": 8, + "pos": { + "x": -16056, + "y": 180920, + "z": -96145 + }, + "rot": { + "x": 0, + "y": 310000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 44, + "instId": 300003, + "propState": 8, + "pos": { + "x": 11429, + "y": 174877, + "z": -111912 + }, + "rot": { + "x": 0, + "y": 220000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 45, + "instId": 300001, + "propState": 8, + "pos": { + "x": -7550, + "y": 177412, + "z": -128870 + }, + "rot": { + "x": 0, + "y": 310000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 45, + "instId": 300002, + "propState": 8, + "pos": { + "x": -10670, + "y": 177412, + "z": -126250 + }, + "rot": { + "x": 0, + "y": 220000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 45, + "instId": 300003, + "propState": 8, + "pos": { + "x": 769, + "y": 177412, + "z": -122134 + }, + "rot": { + "x": 0, + "y": 220000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 45, + "instId": 300004, + "propState": 8, + "pos": { + "x": -579, + "y": 177412, + "z": -122146 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 45, + "instId": 300005, + "propState": 8, + "pos": { + "x": -400, + "y": 177412, + "z": -123500 + }, + "rot": { + "x": 0, + "y": 220000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 45, + "instId": 300006, + "propState": 8, + "pos": { + "x": -4370, + "y": 177412, + "z": -116270 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 45, + "instId": 300007, + "propState": 8, + "pos": { + "x": -3046, + "y": 177412, + "z": -116303 + }, + "rot": { + "x": 0, + "y": 220000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 45, + "instId": 300008, + "propState": 8, + "pos": { + "x": -3221, + "y": 177412, + "z": -114903 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 47, + "instId": 300001, + "propState": 8, + "pos": { + "x": -7550, + "y": 177412, + "z": -128870 + }, + "rot": { + "x": 0, + "y": 310000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 47, + "instId": 300002, + "propState": 8, + "pos": { + "x": -10670, + "y": 177412, + "z": -126250 + }, + "rot": { + "x": 0, + "y": 220000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 47, + "instId": 300003, + "propState": 8, + "pos": { + "x": 769, + "y": 177412, + "z": -122134 + }, + "rot": { + "x": 0, + "y": 220000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 47, + "instId": 300004, + "propState": 8, + "pos": { + "x": -579, + "y": 177412, + "z": -122146 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 47, + "instId": 300005, + "propState": 8, + "pos": { + "x": -400, + "y": 177412, + "z": -123500 + }, + "rot": { + "x": 0, + "y": 220000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 47, + "instId": 300006, + "propState": 8, + "pos": { + "x": -4370, + "y": 177412, + "z": -116270 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 47, + "instId": 300007, + "propState": 8, + "pos": { + "x": -3046, + "y": 177412, + "z": -116303 + }, + "rot": { + "x": 0, + "y": 220000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 47, + "instId": 300008, + "propState": 8, + "pos": { + "x": -3221, + "y": 177412, + "z": -114903 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 49, + "instId": 300001, + "propState": 8, + "pos": { + "x": -7836, + "y": 177412, + "z": -126011 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 49, + "instId": 300002, + "propState": 8, + "pos": { + "x": -7836, + "y": 177412, + "z": -126011 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 50, + "instId": 300001, + "propState": 8, + "pos": { + "x": -4252, + "y": 177412, + "z": -126407 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 52, + "instId": 300001, + "propState": 8, + "pos": { + "x": -8848, + "y": 177412, + "z": -122550 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 53, + "instId": 300001, + "propState": 8, + "pos": { + "x": -67418, + "y": 182862, + "z": -2456 + }, + "rot": { + "x": 0, + "y": 10800, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 53, + "instId": 300002, + "propState": 8, + "pos": { + "x": -66687, + "y": 182862, + "z": -26474 + }, + "rot": { + "x": 0, + "y": 351299, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 54, + "instId": 300001, + "propState": 8, + "pos": { + "x": -62550, + "y": 182862, + "z": -12028 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 54, + "instId": 300002, + "propState": 8, + "pos": { + "x": -62550, + "y": 182862, + "z": -16028 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 54, + "instId": 300003, + "propState": 8, + "pos": { + "x": -72853, + "y": 182862, + "z": -9397 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 54, + "instId": 300004, + "propState": 8, + "pos": { + "x": -73705, + "y": 182862, + "z": -10420 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 54, + "instId": 300005, + "propState": 8, + "pos": { + "x": -74647, + "y": 182892, + "z": -9397 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 54, + "instId": 300006, + "propState": 8, + "pos": { + "x": -77703, + "y": 182862, + "z": -18350 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 54, + "instId": 300007, + "propState": 8, + "pos": { + "x": -78633, + "y": 182862, + "z": -17335 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 54, + "instId": 300008, + "propState": 8, + "pos": { + "x": -79437, + "y": 182862, + "z": -18350 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 56, + "instId": 300001, + "propState": 8, + "pos": { + "x": -62550, + "y": 182862, + "z": -12028 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 56, + "instId": 300002, + "propState": 8, + "pos": { + "x": -62550, + "y": 182862, + "z": -16028 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 56, + "instId": 300003, + "propState": 8, + "pos": { + "x": -72853, + "y": 182862, + "z": -9397 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 56, + "instId": 300004, + "propState": 8, + "pos": { + "x": -73705, + "y": 182862, + "z": -10420 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 56, + "instId": 300005, + "propState": 8, + "pos": { + "x": -74647, + "y": 182892, + "z": -9397 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 56, + "instId": 300006, + "propState": 8, + "pos": { + "x": -77703, + "y": 182862, + "z": -18350 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 56, + "instId": 300007, + "propState": 8, + "pos": { + "x": -78633, + "y": 182862, + "z": -17335 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 56, + "instId": 300008, + "propState": 8, + "pos": { + "x": -79437, + "y": 182862, + "z": -18350 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 58, + "instId": 300001, + "propState": 8, + "pos": { + "x": -64550, + "y": 182862, + "z": -14028 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 58, + "instId": 300002, + "propState": 8, + "pos": { + "x": -64550, + "y": 182862, + "z": -14028 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 59, + "instId": 300001, + "propState": 8, + "pos": { + "x": -66550, + "y": 182862, + "z": -11028 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 60, + "instId": 300001, + "propState": 8, + "pos": { + "x": -66550, + "y": 182862, + "z": -17028 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 61, + "instId": 300001, + "propState": 8, + "pos": { + "x": -66550, + "y": 182862, + "z": -11028 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 61, + "instId": 300002, + "propState": 8, + "pos": { + "x": -66550, + "y": 182862, + "z": -11028 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 62, + "instId": 300001, + "propState": 8, + "pos": { + "x": -4252, + "y": 177412, + "z": -126407 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 62, + "instId": 300002, + "propState": 8, + "pos": { + "x": -4252, + "y": 177412, + "z": -126407 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 63, + "instId": 300001, + "propState": 8, + "pos": { + "x": 63603, + "y": 169648, + "z": 57026 + }, + "rot": { + "x": 0, + "y": 320000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 63, + "instId": 300002, + "propState": 8, + "pos": { + "x": 63603, + "y": 169648, + "z": 57026 + }, + "rot": { + "x": 0, + "y": 320000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 64, + "instId": 300001, + "propState": 8, + "pos": { + "x": -66480, + "y": 411908, + "z": -17220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 64, + "instId": 300002, + "propState": 8, + "pos": { + "x": -66480, + "y": 411908, + "z": -17220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 65, + "instId": 300001, + "propState": 8, + "pos": { + "x": 44780, + "y": 411908, + "z": -11220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 65, + "instId": 300002, + "propState": 8, + "pos": { + "x": 44780, + "y": 411908, + "z": -11220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 66, + "instId": 300001, + "propState": 8, + "pos": { + "x": -36627, + "y": 177414, + "z": -108968 + }, + "rot": { + "x": 0, + "y": 130000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 66, + "instId": 300002, + "propState": 8, + "pos": { + "x": -36627, + "y": 177414, + "z": -108968 + }, + "rot": { + "x": 0, + "y": 130000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 72, + "instId": 300001, + "propState": 8, + "pos": { + "x": 24917, + "y": 148839, + "z": -15661 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 72, + "instId": 300002, + "propState": 8, + "pos": { + "x": -15001, + "y": 176391, + "z": 51728 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 73, + "instId": 300001, + "propState": 8, + "pos": { + "x": -77730, + "y": 411908, + "z": -14250 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 73, + "instId": 300002, + "propState": 8, + "pos": { + "x": -20527, + "y": 414336, + "z": 3458 + }, + "rot": { + "x": 0, + "y": 132930, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 73, + "instId": 300003, + "propState": 8, + "pos": { + "x": -20458, + "y": 414248, + "z": -31819 + }, + "rot": { + "x": 0, + "y": 40565, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 73, + "instId": 300004, + "propState": 8, + "pos": { + "x": -2850, + "y": 412082, + "z": 2780 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 73, + "instId": 300005, + "propState": 8, + "pos": { + "x": -2850, + "y": 412082, + "z": -30360 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 74, + "instId": 300001, + "propState": 8, + "pos": { + "x": -15600, + "y": 412082, + "z": -12250 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 74, + "instId": 300002, + "propState": 8, + "pos": { + "x": -15600, + "y": 412082, + "z": -16250 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 74, + "instId": 300003, + "propState": 8, + "pos": { + "x": -38330, + "y": 411908, + "z": -10200 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 74, + "instId": 300004, + "propState": 8, + "pos": { + "x": -26070, + "y": 411908, + "z": -17490 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 74, + "instId": 300005, + "propState": 8, + "pos": { + "x": -40160, + "y": 411908, + "z": -10200 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 74, + "instId": 300006, + "propState": 8, + "pos": { + "x": -51410, + "y": 411908, + "z": -17730 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 74, + "instId": 300007, + "propState": 8, + "pos": { + "x": -27869, + "y": 411908, + "z": -17499 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 74, + "instId": 300008, + "propState": 8, + "pos": { + "x": -49740, + "y": 411908, + "z": -17730 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 76, + "instId": 300001, + "propState": 8, + "pos": { + "x": -19900, + "y": 412082, + "z": -24800 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 76, + "instId": 300002, + "propState": 8, + "pos": { + "x": -19900, + "y": 412082, + "z": -24800 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 77, + "instId": 300001, + "propState": 8, + "pos": { + "x": -45170, + "y": 411908, + "z": -13260 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 78, + "instId": 300001, + "propState": 8, + "pos": { + "x": -33150, + "y": 411908, + "z": -15840 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 79, + "instId": 300001, + "propState": 8, + "pos": { + "x": -44637, + "y": 182923, + "z": -66305 + }, + "rot": { + "x": 0, + "y": 310000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 79, + "instId": 300002, + "propState": 8, + "pos": { + "x": -65630, + "y": 182919, + "z": 5260 + }, + "rot": { + "x": 0, + "y": 14936, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 80, + "instId": 300001, + "propState": 8, + "pos": { + "x": -70282, + "y": 182862, + "z": -11570 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 80, + "instId": 300002, + "propState": 8, + "pos": { + "x": -65968, + "y": 182862, + "z": -11570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 80, + "instId": 300003, + "propState": 8, + "pos": { + "x": -70949, + "y": 182862, + "z": -23107 + }, + "rot": { + "x": 0, + "y": 350044, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 80, + "instId": 300004, + "propState": 8, + "pos": { + "x": -56323, + "y": 182862, + "z": -47460 + }, + "rot": { + "x": 0, + "y": 328067, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 80, + "instId": 300005, + "propState": 8, + "pos": { + "x": -70578, + "y": 182862, + "z": -24849 + }, + "rot": { + "x": 0, + "y": 350044, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 80, + "instId": 300006, + "propState": 8, + "pos": { + "x": -61475, + "y": 182862, + "z": -36083 + }, + "rot": { + "x": 0, + "y": 339672, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 80, + "instId": 300007, + "propState": 8, + "pos": { + "x": -57263, + "y": 182862, + "z": -45952 + }, + "rot": { + "x": 0, + "y": 328067, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 80, + "instId": 300008, + "propState": 8, + "pos": { + "x": -60817, + "y": 182862, + "z": -37748 + }, + "rot": { + "x": 0, + "y": 339672, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 82, + "instId": 300001, + "propState": 8, + "pos": { + "x": -68100, + "y": 182862, + "z": -15234 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 82, + "instId": 300002, + "propState": 8, + "pos": { + "x": -68100, + "y": 182862, + "z": -15234 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 83, + "instId": 300001, + "propState": 8, + "pos": { + "x": -61923, + "y": 182862, + "z": -43398 + }, + "rot": { + "x": 0, + "y": 154699, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 84, + "instId": 300001, + "propState": 8, + "pos": { + "x": -66780, + "y": 182862, + "z": -28800 + }, + "rot": { + "x": 0, + "y": 172255, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 85, + "instId": 300001, + "propState": 8, + "pos": { + "x": 34270, + "y": 172304, + "z": 60740 + }, + "rot": { + "x": 0, + "y": 140000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 85, + "instId": 300002, + "propState": 8, + "pos": { + "x": -5490, + "y": 172226, + "z": 69070 + }, + "rot": { + "x": 0, + "y": 230000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 85, + "instId": 300003, + "propState": 8, + "pos": { + "x": 13911, + "y": 172226, + "z": 85649 + }, + "rot": { + "x": 0, + "y": 184365, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 85, + "instId": 300004, + "propState": 8, + "pos": { + "x": 22474, + "y": 172226, + "z": 64786 + }, + "rot": { + "x": 0, + "y": 228952, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 86, + "instId": 300001, + "propState": 8, + "pos": { + "x": -920, + "y": 172225, + "z": 70066 + }, + "rot": { + "x": 0, + "y": 320000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 86, + "instId": 300002, + "propState": 8, + "pos": { + "x": -3689, + "y": 172225, + "z": 73365 + }, + "rot": { + "x": 0, + "y": 230000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 86, + "instId": 300003, + "propState": 8, + "pos": { + "x": 27864, + "y": 172226, + "z": 73273 + }, + "rot": { + "x": 0, + "y": 318562, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 86, + "instId": 300004, + "propState": 8, + "pos": { + "x": 2831, + "y": 172226, + "z": 79415 + }, + "rot": { + "x": 0, + "y": 49618, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 86, + "instId": 300005, + "propState": 8, + "pos": { + "x": 26631, + "y": 172226, + "z": 74691 + }, + "rot": { + "x": 0, + "y": 318562, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 86, + "instId": 300006, + "propState": 8, + "pos": { + "x": 14236, + "y": 172225, + "z": 75739 + }, + "rot": { + "x": 0, + "y": 274803, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 86, + "instId": 300007, + "propState": 8, + "pos": { + "x": 4111, + "y": 172226, + "z": 80504 + }, + "rot": { + "x": 0, + "y": 49618, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 86, + "instId": 300008, + "propState": 8, + "pos": { + "x": 15871, + "y": 172225, + "z": 75558 + }, + "rot": { + "x": 0, + "y": 274803, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 88, + "instId": 300001, + "propState": 8, + "pos": { + "x": 1109, + "y": 172226, + "z": 74604 + }, + "rot": { + "x": 0, + "y": 50000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 88, + "instId": 300002, + "propState": 8, + "pos": { + "x": 1109, + "y": 172226, + "z": 74604 + }, + "rot": { + "x": 0, + "y": 50000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 89, + "instId": 300001, + "propState": 8, + "pos": { + "x": 20240, + "y": 172226, + "z": 77830 + }, + "rot": { + "x": 0, + "y": 147651, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 90, + "instId": 300001, + "propState": 8, + "pos": { + "x": 10980, + "y": 172226, + "z": 79419 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "monsters": [ + { + "groupId": 6, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -2740, + "y": 144131, + "z": -14090 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 8, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -2740, + "y": 144131, + "z": -14090 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 17, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -36231, + "y": 177414, + "z": -105384 + }, + "rot": { + "x": 0, + "y": 130000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 18, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -36627, + "y": 177414, + "z": -108968 + }, + "rot": { + "x": 0, + "y": 130000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 19, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -32770, + "y": 177414, + "z": -104372 + }, + "rot": { + "x": 0, + "y": 130000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 25, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": 46780, + "y": 411908, + "z": -14220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 26, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 44780, + "y": 411908, + "z": -11220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 27, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 44780, + "y": 411908, + "z": -17220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 33, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -68480, + "y": 411908, + "z": -14220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 34, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -66480, + "y": 411908, + "z": -17220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 35, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -66480, + "y": 411908, + "z": -11220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 41, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": 62610, + "y": 169648, + "z": 53560 + }, + "rot": { + "x": 0, + "y": 319685, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 42, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 63603, + "y": 169648, + "z": 57026 + }, + "rot": { + "x": 0, + "y": 319685, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 43, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 59028, + "y": 169648, + "z": 53144 + }, + "rot": { + "x": 0, + "y": 319685, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 49, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -7836, + "y": 177412, + "z": -126011 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 50, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -4252, + "y": 177412, + "z": -126407 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 52, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -8848, + "y": 177412, + "z": -122550 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 58, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -64550, + "y": 182862, + "z": -14028 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 59, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -66550, + "y": 182862, + "z": -11028 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 60, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -66550, + "y": 182862, + "z": -17028 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 61, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -66550, + "y": 182862, + "z": -11028 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 62, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -4252, + "y": 177412, + "z": -126407 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 63, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": 63603, + "y": 169648, + "z": 57026 + }, + "rot": { + "x": 0, + "y": 320000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 64, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -66480, + "y": 411908, + "z": -17220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 65, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": 44780, + "y": 411908, + "z": -11220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 66, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -36627, + "y": 177414, + "z": -108968 + }, + "rot": { + "x": 0, + "y": 130000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 76, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -19900, + "y": 412082, + "z": -14250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 77, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -45170, + "y": 411908, + "z": -13260 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 78, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -33150, + "y": 411908, + "z": -15840 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 82, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -68100, + "y": 182862, + "z": -15234 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 83, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -61923, + "y": 182862, + "z": -43398 + }, + "rot": { + "x": 0, + "y": 154699, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 84, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -66780, + "y": 182862, + "z": -28800 + }, + "rot": { + "x": 0, + "y": 172255, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 88, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": 1109, + "y": 172226, + "z": 74604 + }, + "rot": { + "x": 0, + "y": 50000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 89, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 20240, + "y": 172226, + "z": 77830 + }, + "rot": { + "x": 0, + "y": 147651, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 90, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 10980, + "y": 172226, + "z": 79419 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 81111, + "props": [ + { + "groupId": 11, + "instId": 300001, + "propState": 8, + "pos": { + "x": 13127, + "y": -2139, + "z": -16017 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 11, + "instId": 300008, + "propState": 8, + "pos": { + "x": 10810, + "y": -2160, + "z": -20560 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 8, + "pos": { + "x": 29457, + "y": -1114, + "z": -87132 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 8, + "pos": { + "x": 26760, + "y": -1150, + "z": -82588 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 11, + "instId": 300005, + "propState": 8, + "pos": { + "x": -5290, + "y": -2107, + "z": -170316 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 11, + "instId": 300004, + "propState": 2, + "pos": { + "x": 4800, + "y": -2160, + "z": -208496 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 11, + "instId": 300006, + "propState": 8, + "pos": { + "x": -2370, + "y": -2134, + "z": -88890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 11, + "instId": 300007, + "propState": 2, + "pos": { + "x": -4570, + "y": -2134, + "z": -87780 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 62, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 62, + "instId": 300002, + "propState": 8, + "pos": { + "x": 3420, + "y": -2139, + "z": -27790 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 62, + "instId": 300006, + "propState": 8, + "pos": { + "x": -8900, + "y": 1876, + "z": 17150 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 62, + "instId": 300007, + "propState": 8, + "pos": { + "x": -16051, + "y": 1876, + "z": 5038 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 62, + "instId": 300004, + "propState": 8, + "pos": { + "x": 6720, + "y": -2139, + "z": -24510 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 62, + "instId": 300009, + "propState": 8, + "pos": { + "x": -5480, + "y": -2139, + "z": -19830 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 62, + "instId": 300003, + "propState": 8, + "pos": { + "x": 4980, + "y": -2139, + "z": -26490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 62, + "instId": 300005, + "propState": 8, + "pos": { + "x": 13127, + "y": -2139, + "z": -16017 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 62, + "instId": 300008, + "propState": 8, + "pos": { + "x": 6100, + "y": -2139, + "z": -27300 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 62, + "instId": 300010, + "propState": 8, + "pos": { + "x": 2210, + "y": 1876, + "z": 7970 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 63, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 64, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 65, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 65, + "instId": 300002, + "propState": 8, + "pos": { + "x": 6510, + "y": -2139, + "z": -31620 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 65, + "instId": 300006, + "propState": 8, + "pos": { + "x": -5330, + "y": -2139, + "z": -12160 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 65, + "instId": 300007, + "propState": 8, + "pos": { + "x": 9390, + "y": -2139, + "z": -21900 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 65, + "instId": 300004, + "propState": 8, + "pos": { + "x": 10210, + "y": -2139, + "z": -28970 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 65, + "instId": 300009, + "propState": 8, + "pos": { + "x": 440, + "y": -2139, + "z": -26230 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 65, + "instId": 300003, + "propState": 8, + "pos": { + "x": 8282, + "y": -2139, + "z": -30463 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 65, + "instId": 300005, + "propState": 8, + "pos": { + "x": 13127, + "y": -2139, + "z": -16017 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 65, + "instId": 300008, + "propState": 8, + "pos": { + "x": 8110, + "y": -2139, + "z": -34430 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 65, + "instId": 300010, + "propState": 8, + "pos": { + "x": -13190, + "y": -2139, + "z": -7160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 66, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 67, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 68, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 68, + "instId": 300002, + "propState": 8, + "pos": { + "x": -20870, + "y": 1876, + "z": 7510 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 68, + "instId": 300004, + "propState": 8, + "pos": { + "x": -20770, + "y": 1876, + "z": 12010 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 68, + "instId": 300003, + "propState": 8, + "pos": { + "x": -15770, + "y": 1876, + "z": 9712 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 68, + "instId": 300005, + "propState": 8, + "pos": { + "x": -13150, + "y": -2139, + "z": -7470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 68, + "instId": 300006, + "propState": 8, + "pos": { + "x": 2210, + "y": 1876, + "z": 7970 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 68, + "instId": 300007, + "propState": 8, + "pos": { + "x": -8900, + "y": 1876, + "z": 17150 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 68, + "instId": 300008, + "propState": 8, + "pos": { + "x": -16051, + "y": 1876, + "z": 5038 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 69, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 69, + "instId": 300002, + "propState": 8, + "pos": { + "x": -180, + "y": 1876, + "z": 6740 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 69, + "instId": 300004, + "propState": 8, + "pos": { + "x": 20, + "y": 1876, + "z": 11440 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 69, + "instId": 300003, + "propState": 8, + "pos": { + "x": -13150, + "y": -2139, + "z": -7470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 69, + "instId": 300005, + "propState": 8, + "pos": { + "x": 2210, + "y": 1876, + "z": 7970 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 69, + "instId": 300006, + "propState": 8, + "pos": { + "x": -11100, + "y": 1876, + "z": 13470 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 69, + "instId": 300007, + "propState": 8, + "pos": { + "x": -8970, + "y": 1876, + "z": 5200 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 70, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 70, + "instId": 300002, + "propState": 8, + "pos": { + "x": -12880, + "y": -2139, + "z": -11050 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 70, + "instId": 300006, + "propState": 8, + "pos": { + "x": 2490, + "y": -2139, + "z": -20370 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 70, + "instId": 300004, + "propState": 8, + "pos": { + "x": -9890, + "y": -2139, + "z": -8970 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 70, + "instId": 300003, + "propState": 8, + "pos": { + "x": -3690, + "y": -2103, + "z": -21840 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 70, + "instId": 300005, + "propState": 8, + "pos": { + "x": -11410, + "y": -2139, + "z": -10020 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 70, + "instId": 300008, + "propState": 8, + "pos": { + "x": 13127, + "y": -2139, + "z": -16017 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 70, + "instId": 300009, + "propState": 8, + "pos": { + "x": 7900, + "y": -2139, + "z": -31620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 70, + "instId": 300010, + "propState": 8, + "pos": { + "x": -13030, + "y": -2139, + "z": -7430 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 71, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 71, + "instId": 300002, + "propState": 8, + "pos": { + "x": 22790, + "y": -140, + "z": -198950 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 71, + "instId": 300006, + "propState": 8, + "pos": { + "x": -8900, + "y": 1876, + "z": 17150 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 71, + "instId": 300007, + "propState": 8, + "pos": { + "x": -16051, + "y": 1876, + "z": 5038 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 71, + "instId": 300004, + "propState": 8, + "pos": { + "x": 25930, + "y": -140, + "z": -195200 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 71, + "instId": 300009, + "propState": 8, + "pos": { + "x": -5480, + "y": -2139, + "z": -19830 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 71, + "instId": 300003, + "propState": 8, + "pos": { + "x": 24810, + "y": -140, + "z": -197760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 71, + "instId": 300008, + "propState": 8, + "pos": { + "x": 14454, + "y": -140, + "z": -195920 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 72, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 73, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 74, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 74, + "instId": 300002, + "propState": 8, + "pos": { + "x": 52340, + "y": -140, + "z": -191430 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 74, + "instId": 300004, + "propState": 8, + "pos": { + "x": 49010, + "y": -140, + "z": -195260 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 74, + "instId": 300003, + "propState": 8, + "pos": { + "x": 47940, + "y": -140, + "z": -191890 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 74, + "instId": 300005, + "propState": 8, + "pos": { + "x": 48410, + "y": -140, + "z": -198090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 74, + "instId": 300006, + "propState": 8, + "pos": { + "x": 45680, + "y": -140, + "z": -181910 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 74, + "instId": 300007, + "propState": 8, + "pos": { + "x": 39010, + "y": -140, + "z": -190910 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 75, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 75, + "instId": 300002, + "propState": 8, + "pos": { + "x": 23570, + "y": -140, + "z": -199000 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 75, + "instId": 300004, + "propState": 8, + "pos": { + "x": 26330, + "y": -140, + "z": -195550 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 75, + "instId": 300003, + "propState": 8, + "pos": { + "x": 48430, + "y": -140, + "z": -198180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 75, + "instId": 300006, + "propState": 8, + "pos": { + "x": 36400, + "y": -140, + "z": -199820 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 75, + "instId": 300007, + "propState": 8, + "pos": { + "x": 26930, + "y": -140, + "z": -204710 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 75, + "instId": 300005, + "propState": 8, + "pos": { + "x": 14454, + "y": -140, + "z": -195920 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 76, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 76, + "instId": 300002, + "propState": 8, + "pos": { + "x": 51660, + "y": -140, + "z": -200820 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 76, + "instId": 300006, + "propState": 8, + "pos": { + "x": 41630, + "y": -140, + "z": -208610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 76, + "instId": 300004, + "propState": 8, + "pos": { + "x": 51910, + "y": -140, + "z": -205000 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 76, + "instId": 300003, + "propState": 8, + "pos": { + "x": 39200, + "y": -140, + "z": -199420 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 76, + "instId": 300005, + "propState": 8, + "pos": { + "x": 51150, + "y": -140, + "z": -202970 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 76, + "instId": 300007, + "propState": 8, + "pos": { + "x": 48430, + "y": -140, + "z": -198180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 76, + "instId": 300011, + "propState": 8, + "pos": { + "x": 14454, + "y": -140, + "z": -195920 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 77, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 77, + "instId": 300002, + "propState": 8, + "pos": { + "x": 51660, + "y": -140, + "z": -200820 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 77, + "instId": 300006, + "propState": 8, + "pos": { + "x": 43660, + "y": -140, + "z": -207310 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 77, + "instId": 300004, + "propState": 8, + "pos": { + "x": 51910, + "y": -140, + "z": -205000 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 77, + "instId": 300003, + "propState": 8, + "pos": { + "x": 39280, + "y": -140, + "z": -199560 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 77, + "instId": 300005, + "propState": 8, + "pos": { + "x": 51600, + "y": -140, + "z": -202840 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 77, + "instId": 300007, + "propState": 8, + "pos": { + "x": 48430, + "y": -140, + "z": -198180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 77, + "instId": 300011, + "propState": 8, + "pos": { + "x": 14454, + "y": -140, + "z": -195920 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 78, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 79, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 79, + "instId": 300002, + "propState": 8, + "pos": { + "x": 24070, + "y": -2134, + "z": -146620 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 79, + "instId": 300006, + "propState": 8, + "pos": { + "x": 24870, + "y": -2134, + "z": -168200 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 79, + "instId": 300007, + "propState": 8, + "pos": { + "x": 13930, + "y": -2134, + "z": -160180 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 79, + "instId": 300004, + "propState": 8, + "pos": { + "x": 18700, + "y": -2134, + "z": -146390 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 79, + "instId": 300009, + "propState": 8, + "pos": { + "x": 8480, + "y": -2134, + "z": -174050 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 79, + "instId": 300003, + "propState": 8, + "pos": { + "x": 21132, + "y": -2134, + "z": -146662 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 79, + "instId": 300010, + "propState": 8, + "pos": { + "x": 21050, + "y": -2134, + "z": -144950 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 79, + "instId": 300011, + "propState": 8, + "pos": { + "x": -5290, + "y": -2107, + "z": -170316 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 79, + "instId": 300005, + "propState": 8, + "pos": { + "x": 14454, + "y": -140, + "z": -195920 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 80, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 81, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 82, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 82, + "instId": 300002, + "propState": 8, + "pos": { + "x": 17240, + "y": -2134, + "z": -171300 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 82, + "instId": 300004, + "propState": 8, + "pos": { + "x": 22280, + "y": -2134, + "z": -171620 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 82, + "instId": 300003, + "propState": 8, + "pos": { + "x": 19810, + "y": -2134, + "z": -167039 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 82, + "instId": 300005, + "propState": 8, + "pos": { + "x": 4309, + "y": -2134, + "z": -175128 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 82, + "instId": 300006, + "propState": 8, + "pos": { + "x": 21050, + "y": -2134, + "z": -144950 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 82, + "instId": 300007, + "propState": 8, + "pos": { + "x": -5290, + "y": -2107, + "z": -170316 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 82, + "instId": 300009, + "propState": 8, + "pos": { + "x": 12260, + "y": -2134, + "z": -161790 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 82, + "instId": 300010, + "propState": 8, + "pos": { + "x": 25020, + "y": -2106, + "z": -160750 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 83, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 83, + "instId": 300002, + "propState": 8, + "pos": { + "x": 670, + "y": -2134, + "z": -168360 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 83, + "instId": 300004, + "propState": 8, + "pos": { + "x": 650, + "y": -2134, + "z": -172450 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 83, + "instId": 300006, + "propState": 8, + "pos": { + "x": 12260, + "y": -2134, + "z": -161790 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 83, + "instId": 300007, + "propState": 8, + "pos": { + "x": 11450, + "y": -2106, + "z": -174290 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 83, + "instId": 300003, + "propState": 8, + "pos": { + "x": 4309, + "y": -2134, + "z": -175128 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 83, + "instId": 300005, + "propState": 8, + "pos": { + "x": 21050, + "y": -2134, + "z": -144950 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 83, + "instId": 300008, + "propState": 8, + "pos": { + "x": -5290, + "y": -2107, + "z": -170316 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 84, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 84, + "instId": 300002, + "propState": 8, + "pos": { + "x": 20290, + "y": -2134, + "z": -155760 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 84, + "instId": 300006, + "propState": 8, + "pos": { + "x": 23720, + "y": -2134, + "z": -168030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 84, + "instId": 300004, + "propState": 8, + "pos": { + "x": 23300, + "y": -2134, + "z": -158650 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 84, + "instId": 300005, + "propState": 8, + "pos": { + "x": 21910, + "y": -2134, + "z": -157320 + }, + "rot": { + "x": 0, + "y": 220048, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 84, + "instId": 300007, + "propState": 8, + "pos": { + "x": 4309, + "y": -2134, + "z": -175128 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 84, + "instId": 300008, + "propState": 8, + "pos": { + "x": 21050, + "y": -2134, + "z": -144950 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 84, + "instId": 300009, + "propState": 8, + "pos": { + "x": -5290, + "y": -2107, + "z": -170316 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 85, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 85, + "instId": 300002, + "propState": 8, + "pos": { + "x": 1290, + "y": -2134, + "z": -172340 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 85, + "instId": 300006, + "propState": 8, + "pos": { + "x": 13703, + "y": -2106, + "z": -174487 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 85, + "instId": 300004, + "propState": 8, + "pos": { + "x": 1490, + "y": -2134, + "z": -168000 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 85, + "instId": 300003, + "propState": 8, + "pos": { + "x": 10200, + "y": -2134, + "z": -161860 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 85, + "instId": 300005, + "propState": 8, + "pos": { + "x": 1273, + "y": -2134, + "z": -170282 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 85, + "instId": 300007, + "propState": 8, + "pos": { + "x": 4309, + "y": -2134, + "z": -175128 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 85, + "instId": 300008, + "propState": 8, + "pos": { + "x": 21050, + "y": -2134, + "z": -144950 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 85, + "instId": 300009, + "propState": 8, + "pos": { + "x": -5290, + "y": -2107, + "z": -170316 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 86, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 87, + "instId": 300002, + "propState": 8, + "pos": { + "x": 42800, + "y": -1134, + "z": -100140 + }, + "rot": { + "x": 0, + "y": 306239, + "z": 0 + }, + "propId": 1021 + }, + { + "groupId": 87, + "instId": 300004, + "propState": 8, + "pos": { + "x": 33290, + "y": -1134, + "z": -99740 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 87, + "instId": 300012, + "propState": 8, + "pos": { + "x": 31110, + "y": -1134, + "z": -96490 + }, + "rot": { + "x": 0, + "y": 209996, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 87, + "instId": 300013, + "propState": 8, + "pos": { + "x": 30766, + "y": -1134, + "z": -95890 + }, + "rot": { + "x": 0, + "y": 209996, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 87, + "instId": 300015, + "propState": 8, + "pos": { + "x": 31466, + "y": -1134, + "z": -95874 + }, + "rot": { + "x": 0, + "y": 209999, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 87, + "instId": 300019, + "propState": 1, + "pos": { + "x": 38630, + "y": -1134, + "z": -92970 + }, + "rot": { + "x": 0, + "y": 276180, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 87, + "instId": 300001, + "propState": 8, + "pos": { + "x": 29457, + "y": -1114, + "z": -87132 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 87, + "instId": 300003, + "propState": 8, + "pos": { + "x": 29968, + "y": -1134, + "z": -105622 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 88, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 88, + "instId": 300004, + "propState": 8, + "pos": { + "x": -70400, + "y": -2141, + "z": -172380 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 88, + "instId": 300003, + "propState": 2, + "pos": { + "x": -67110, + "y": -2141, + "z": -166520 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1004 + }, + { + "groupId": 88, + "instId": 300002, + "propState": 8, + "pos": { + "x": -63640, + "y": -2141, + "z": -169640 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 88, + "instId": 300005, + "propState": 8, + "pos": { + "x": -42050, + "y": -2141, + "z": -170200 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 89, + "instId": 300004, + "propState": 8, + "pos": { + "x": -70440, + "y": -2141, + "z": -172350 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 89, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 89, + "instId": 300001, + "propState": 2, + "pos": { + "x": -67100, + "y": -2141, + "z": -166550 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1004 + }, + { + "groupId": 89, + "instId": 300003, + "propState": 8, + "pos": { + "x": -63670, + "y": -2141, + "z": -169640 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 89, + "instId": 300005, + "propState": 8, + "pos": { + "x": -42050, + "y": -2141, + "z": -170200 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 90, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 91, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 91, + "instId": 300002, + "propState": 8, + "pos": { + "x": 22790, + "y": -140, + "z": -198950 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 91, + "instId": 300006, + "propState": 8, + "pos": { + "x": -8900, + "y": 1876, + "z": 17150 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 91, + "instId": 300007, + "propState": 8, + "pos": { + "x": -16051, + "y": 1876, + "z": 5038 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 91, + "instId": 300004, + "propState": 8, + "pos": { + "x": 25930, + "y": -140, + "z": -195200 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 91, + "instId": 300009, + "propState": 8, + "pos": { + "x": -5480, + "y": -2139, + "z": -19830 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 91, + "instId": 300003, + "propState": 8, + "pos": { + "x": 1660, + "y": -2139, + "z": -22840 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 91, + "instId": 300008, + "propState": 8, + "pos": { + "x": 14454, + "y": -140, + "z": -195920 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 92, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 93, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "monsters": [ + { + "groupId": 62, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 1660, + "y": -2139, + "z": -22840 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 63, + "instId": 200002, + "eventId": 0, + "pos": { + "x": -9440, + "y": -2139, + "z": -12550 + }, + "rot": { + "x": 0, + "y": 314964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 64, + "instId": 200002, + "eventId": 0, + "pos": { + "x": -2060, + "y": 1876, + "z": 8990 + }, + "rot": { + "x": 0, + "y": 269964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 65, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 6966, + "y": -2139, + "z": -28146 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 66, + "instId": 200002, + "eventId": 0, + "pos": { + "x": -860, + "y": -2103, + "z": -22130 + }, + "rot": { + "x": 0, + "y": 310256, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 67, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 1000, + "y": -2139, + "z": -20220 + }, + "rot": { + "x": 0, + "y": 313501, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 68, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -15770, + "y": 1876, + "z": 9712 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 70, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -7990, + "y": -2139, + "z": -13650 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 71, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 27240, + "y": -140, + "z": -199570 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 72, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 46440, + "y": -140, + "z": -206220 + }, + "rot": { + "x": 0, + "y": 344964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 73, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 43990, + "y": -140, + "z": -193840 + }, + "rot": { + "x": 0, + "y": 269964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 74, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 47940, + "y": -140, + "z": -191890 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 76, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 47690, + "y": -140, + "z": -203080 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 77, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 47630, + "y": -140, + "z": -201800 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 78, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 47460, + "y": -140, + "z": -204960 + }, + "rot": { + "x": 0, + "y": 269964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 79, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 21405, + "y": -2134, + "z": -149893 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 80, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 4640, + "y": -2134, + "z": -170110 + }, + "rot": { + "x": 0, + "y": 164964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 81, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 20720, + "y": -2134, + "z": -171080 + }, + "rot": { + "x": 0, + "y": 344964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 82, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 19810, + "y": -2134, + "z": -167039 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 84, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 19770, + "y": -2134, + "z": -159540 + }, + "rot": { + "x": 0, + "y": 220048, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 85, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 4340, + "y": -2134, + "z": -171370 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 86, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 4240, + "y": -2134, + "z": -169100 + }, + "rot": { + "x": 0, + "y": 89964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 88, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -63640, + "y": -2141, + "z": -169640 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 89, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -63670, + "y": -2141, + "z": -169640 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 91, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 27240, + "y": -140, + "z": -199570 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 92, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 46440, + "y": -140, + "z": -206220 + }, + "rot": { + "x": 0, + "y": 344964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 93, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 43990, + "y": -140, + "z": -193840 + }, + "rot": { + "x": 0, + "y": 269964, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 81121, + "props": [ + { + "groupId": 83, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 83, + "instId": 300004, + "propState": 8, + "pos": { + "x": 120710, + "y": 46553, + "z": -75860 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 83, + "instId": 300003, + "propState": 2, + "pos": { + "x": 123303, + "y": 46524, + "z": -69840 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1004 + }, + { + "groupId": 83, + "instId": 300002, + "propState": 8, + "pos": { + "x": 127018, + "y": 46553, + "z": -72924 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 83, + "instId": 300005, + "propState": 8, + "pos": { + "x": 124020, + "y": 46521, + "z": -53920 + }, + "rot": { + "x": 0, + "y": 352293, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 83, + "instId": 300006, + "propState": 8, + "pos": { + "x": 159350, + "y": 46521, + "z": -64610 + }, + "rot": { + "x": 0, + "y": 262293, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 83, + "instId": 300007, + "propState": 8, + "pos": { + "x": 144340, + "y": 46498, + "z": -72610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 84, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 84, + "instId": 300002, + "propState": 8, + "pos": { + "x": 156190, + "y": 46342, + "z": -62780 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 84, + "instId": 300004, + "propState": 8, + "pos": { + "x": 157510, + "y": 46311, + "z": -69170 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 84, + "instId": 300003, + "propState": 8, + "pos": { + "x": 151974, + "y": 46311, + "z": -67430 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 84, + "instId": 300005, + "propState": 8, + "pos": { + "x": 124020, + "y": 46521, + "z": -53920 + }, + "rot": { + "x": 0, + "y": 352293, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 84, + "instId": 300006, + "propState": 8, + "pos": { + "x": 159350, + "y": 46521, + "z": -64610 + }, + "rot": { + "x": 0, + "y": 262293, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 84, + "instId": 300007, + "propState": 8, + "pos": { + "x": 145440, + "y": 46498, + "z": -64870 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 84, + "instId": 300008, + "propState": 8, + "pos": { + "x": 144020, + "y": 46515, + "z": -75610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 85, + "instId": 300002, + "propState": 8, + "pos": { + "x": 156190, + "y": 46342, + "z": -62780 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 85, + "instId": 300001, + "propState": 8, + "pos": { + "x": 157510, + "y": 46311, + "z": -69170 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 85, + "instId": 300005, + "propState": 8, + "pos": { + "x": 145479, + "y": 46498, + "z": -64851 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 85, + "instId": 300003, + "propState": 8, + "pos": { + "x": 143990, + "y": 46512, + "z": -75616 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 85, + "instId": 300004, + "propState": 8, + "pos": { + "x": 124020, + "y": 46521, + "z": -53920 + }, + "rot": { + "x": 0, + "y": 352293, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 85, + "instId": 300006, + "propState": 8, + "pos": { + "x": 159350, + "y": 46521, + "z": -64610 + }, + "rot": { + "x": 0, + "y": 262293, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 86, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 86, + "instId": 300002, + "propState": 8, + "pos": { + "x": 162910, + "y": 46347, + "z": -61530 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 86, + "instId": 300006, + "propState": 8, + "pos": { + "x": 178620, + "y": 46408, + "z": -62040 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 86, + "instId": 300004, + "propState": 8, + "pos": { + "x": 162580, + "y": 46381, + "z": -67290 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 86, + "instId": 300007, + "propState": 8, + "pos": { + "x": 177529, + "y": 46509, + "z": -72414 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 86, + "instId": 300003, + "propState": 8, + "pos": { + "x": 172490, + "y": 46621, + "z": -72820 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 86, + "instId": 300005, + "propState": 8, + "pos": { + "x": 162940, + "y": 46351, + "z": -64450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 86, + "instId": 300008, + "propState": 8, + "pos": { + "x": 195630, + "y": 46508, + "z": -64750 + }, + "rot": { + "x": 0, + "y": 262293, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 86, + "instId": 300009, + "propState": 8, + "pos": { + "x": 159350, + "y": 46521, + "z": -64610 + }, + "rot": { + "x": 0, + "y": 262293, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 87, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 87, + "instId": 300002, + "propState": 8, + "pos": { + "x": 162910, + "y": 46347, + "z": -61530 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 87, + "instId": 300006, + "propState": 8, + "pos": { + "x": 178620, + "y": 46408, + "z": -62040 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 87, + "instId": 300004, + "propState": 8, + "pos": { + "x": 162580, + "y": 46381, + "z": -67290 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 87, + "instId": 300007, + "propState": 8, + "pos": { + "x": 177539, + "y": 46500, + "z": -72276 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 87, + "instId": 300003, + "propState": 8, + "pos": { + "x": 172490, + "y": 46621, + "z": -72820 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 87, + "instId": 300005, + "propState": 8, + "pos": { + "x": 163120, + "y": 46351, + "z": -64390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 87, + "instId": 300008, + "propState": 8, + "pos": { + "x": 195630, + "y": 46508, + "z": -64750 + }, + "rot": { + "x": 0, + "y": 262293, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 87, + "instId": 300009, + "propState": 8, + "pos": { + "x": 159350, + "y": 46521, + "z": -64610 + }, + "rot": { + "x": 0, + "y": 262293, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 88, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 89, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 89, + "instId": 300002, + "propState": 8, + "pos": { + "x": 116560, + "y": 58985, + "z": -118430 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 89, + "instId": 300004, + "propState": 8, + "pos": { + "x": 120640, + "y": 58985, + "z": -116000 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 89, + "instId": 300003, + "propState": 8, + "pos": { + "x": 121080, + "y": 58985, + "z": -121630 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 89, + "instId": 300005, + "propState": 8, + "pos": { + "x": 117620, + "y": 59029, + "z": -115440 + }, + "rot": { + "x": 0, + "y": 329749, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 89, + "instId": 300006, + "propState": 8, + "pos": { + "x": 133080, + "y": 58985, + "z": -144530 + }, + "rot": { + "x": 0, + "y": 331383, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 89, + "instId": 300007, + "propState": 8, + "pos": { + "x": 121610, + "y": 58985, + "z": -130050 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 89, + "instId": 300008, + "propState": 8, + "pos": { + "x": 123550, + "y": 58985, + "z": -133860 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 90, + "instId": 300002, + "propState": 8, + "pos": { + "x": 114440, + "y": 58985, + "z": -103880 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 90, + "instId": 300001, + "propState": 8, + "pos": { + "x": 109230, + "y": 58985, + "z": -106920 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 90, + "instId": 300005, + "propState": 8, + "pos": { + "x": 115460, + "y": 58985, + "z": -117380 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 90, + "instId": 300003, + "propState": 8, + "pos": { + "x": 113700, + "y": 58985, + "z": -114600 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 90, + "instId": 300004, + "propState": 8, + "pos": { + "x": 124200, + "y": 59026, + "z": -127640 + }, + "rot": { + "x": 0, + "y": 330324, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 90, + "instId": 300006, + "propState": 8, + "pos": { + "x": 110540, + "y": 58985, + "z": -103720 + }, + "rot": { + "x": 0, + "y": 330606, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 91, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 91, + "instId": 300002, + "propState": 8, + "pos": { + "x": 114495, + "y": 58985, + "z": -114394 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 91, + "instId": 300006, + "propState": 8, + "pos": { + "x": 104610, + "y": 58985, + "z": -100970 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 91, + "instId": 300004, + "propState": 8, + "pos": { + "x": 118430, + "y": 58985, + "z": -112150 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 91, + "instId": 300007, + "propState": 8, + "pos": { + "x": 113740, + "y": 58985, + "z": -100770 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 91, + "instId": 300003, + "propState": 8, + "pos": { + "x": 108110, + "y": 58985, + "z": -108110 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 91, + "instId": 300005, + "propState": 8, + "pos": { + "x": 116520, + "y": 58985, + "z": -113510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 91, + "instId": 300008, + "propState": 8, + "pos": { + "x": 100839, + "y": 58906, + "z": -85890 + }, + "rot": { + "x": 0, + "y": 331297, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 91, + "instId": 300009, + "propState": 8, + "pos": { + "x": 117340, + "y": 59029, + "z": -115490 + }, + "rot": { + "x": 0, + "y": 330842, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 92, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 92, + "instId": 300002, + "propState": 8, + "pos": { + "x": 105050, + "y": 58985, + "z": -86990 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 92, + "instId": 300006, + "propState": 8, + "pos": { + "x": 104610, + "y": 58985, + "z": -100970 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 92, + "instId": 300004, + "propState": 8, + "pos": { + "x": 99550, + "y": 58985, + "z": -90400 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 92, + "instId": 300007, + "propState": 8, + "pos": { + "x": 113740, + "y": 58985, + "z": -100770 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 92, + "instId": 300003, + "propState": 8, + "pos": { + "x": 108110, + "y": 58985, + "z": -108110 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 92, + "instId": 300005, + "propState": 8, + "pos": { + "x": 102650, + "y": 58985, + "z": -89110 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 92, + "instId": 300008, + "propState": 8, + "pos": { + "x": 100839, + "y": 58906, + "z": -85890 + }, + "rot": { + "x": 0, + "y": 331297, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 92, + "instId": 300009, + "propState": 8, + "pos": { + "x": 117340, + "y": 59029, + "z": -115490 + }, + "rot": { + "x": 0, + "y": 330842, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 93, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 94, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 94, + "instId": 300002, + "propState": 8, + "pos": { + "x": 169850, + "y": 55930, + "z": -194260 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 94, + "instId": 300006, + "propState": 8, + "pos": { + "x": 143420, + "y": 59109, + "z": -170610 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 94, + "instId": 300007, + "propState": 8, + "pos": { + "x": 164760, + "y": 56578, + "z": -174980 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 94, + "instId": 300004, + "propState": 8, + "pos": { + "x": 164630, + "y": 56107, + "z": -194310 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 94, + "instId": 300009, + "propState": 8, + "pos": { + "x": 163276, + "y": 56228, + "z": -183183 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 94, + "instId": 300003, + "propState": 8, + "pos": { + "x": 167100, + "y": 55859, + "z": -194290 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 94, + "instId": 300005, + "propState": 8, + "pos": { + "x": 138510, + "y": 58977, + "z": -156040 + }, + "rot": { + "x": 0, + "y": 338562, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 94, + "instId": 300008, + "propState": 8, + "pos": { + "x": 182091, + "y": 55293, + "z": -180267 + }, + "rot": { + "x": 0, + "y": 218562, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 94, + "instId": 300010, + "propState": 8, + "pos": { + "x": 159660, + "y": 56083, + "z": -192880 + }, + "rot": { + "x": 0, + "y": 255686, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 95, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 96, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 97, + "instId": 300002, + "propState": 8, + "pos": { + "x": 164250, + "y": 56125, + "z": -194480 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 97, + "instId": 300001, + "propState": 8, + "pos": { + "x": 162280, + "y": 56125, + "z": -190960 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 97, + "instId": 300005, + "propState": 8, + "pos": { + "x": 176695, + "y": 55911, + "z": -191821 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 97, + "instId": 300003, + "propState": 8, + "pos": { + "x": 172300, + "y": 55825, + "z": -193260 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 97, + "instId": 300007, + "propState": 8, + "pos": { + "x": 163035, + "y": 56558, + "z": -177012 + }, + "rot": { + "x": 0, + "y": 293562, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 97, + "instId": 300008, + "propState": 8, + "pos": { + "x": 182091, + "y": 55293, + "z": -180267 + }, + "rot": { + "x": 0, + "y": 218562, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 97, + "instId": 300009, + "propState": 8, + "pos": { + "x": 159660, + "y": 56083, + "z": -192880 + }, + "rot": { + "x": 0, + "y": 255686, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 98, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 98, + "instId": 300002, + "propState": 8, + "pos": { + "x": 179113, + "y": 55600, + "z": -184893 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 98, + "instId": 300004, + "propState": 8, + "pos": { + "x": 176535, + "y": 55600, + "z": -189279 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 98, + "instId": 300003, + "propState": 8, + "pos": { + "x": 174039, + "y": 55501, + "z": -184527 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 98, + "instId": 300005, + "propState": 8, + "pos": { + "x": 153370, + "y": 57310, + "z": -172950 + }, + "rot": { + "x": 0, + "y": 293562, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 98, + "instId": 300006, + "propState": 8, + "pos": { + "x": 182091, + "y": 55293, + "z": -180267 + }, + "rot": { + "x": 0, + "y": 218562, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 98, + "instId": 300007, + "propState": 8, + "pos": { + "x": 159660, + "y": 56083, + "z": -192880 + }, + "rot": { + "x": 0, + "y": 255686, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 98, + "instId": 300009, + "propState": 8, + "pos": { + "x": 176720, + "y": 55795, + "z": -191250 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 98, + "instId": 300010, + "propState": 8, + "pos": { + "x": 164270, + "y": 56086, + "z": -183050 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 99, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 99, + "instId": 300002, + "propState": 8, + "pos": { + "x": 189100, + "y": 55114, + "z": -167420 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 99, + "instId": 300006, + "propState": 8, + "pos": { + "x": 212080, + "y": 52375, + "z": -176930 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 99, + "instId": 300007, + "propState": 8, + "pos": { + "x": 211405, + "y": 52811, + "z": -185873 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 99, + "instId": 300004, + "propState": 8, + "pos": { + "x": 184870, + "y": 55114, + "z": -169250 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 99, + "instId": 300009, + "propState": 8, + "pos": { + "x": 189940, + "y": 55072, + "z": -179250 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 99, + "instId": 300003, + "propState": 8, + "pos": { + "x": 186930, + "y": 55122, + "z": -168480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 99, + "instId": 300005, + "propState": 8, + "pos": { + "x": 225416, + "y": 52439, + "z": -174844 + }, + "rot": { + "x": 0, + "y": 278562, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 99, + "instId": 300008, + "propState": 8, + "pos": { + "x": 182091, + "y": 55293, + "z": -180267 + }, + "rot": { + "x": 0, + "y": 218562, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 100, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 101, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 102, + "instId": 300002, + "propState": 8, + "pos": { + "x": 205290, + "y": 51515, + "z": -171550 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 102, + "instId": 300001, + "propState": 8, + "pos": { + "x": 206130, + "y": 51590, + "z": -167740 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 102, + "instId": 300005, + "propState": 8, + "pos": { + "x": 211630, + "y": 52444, + "z": -176030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 102, + "instId": 300003, + "propState": 8, + "pos": { + "x": 217991, + "y": 52493, + "z": -168775 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 102, + "instId": 300007, + "propState": 8, + "pos": { + "x": 225340, + "y": 52444, + "z": -174850 + }, + "rot": { + "x": 0, + "y": 263562, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 102, + "instId": 300008, + "propState": 8, + "pos": { + "x": 209650, + "y": 52815, + "z": -183660 + }, + "rot": { + "x": 0, + "y": 263562, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 103, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 103, + "instId": 300002, + "propState": 8, + "pos": { + "x": 185390, + "y": 55114, + "z": -168250 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 103, + "instId": 300006, + "propState": 8, + "pos": { + "x": 188620, + "y": 55046, + "z": -178940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 103, + "instId": 300004, + "propState": 8, + "pos": { + "x": 189060, + "y": 55114, + "z": -167430 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 103, + "instId": 300007, + "propState": 8, + "pos": { + "x": 193403, + "y": 55291, + "z": -174982 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 103, + "instId": 300003, + "propState": 8, + "pos": { + "x": 182870, + "y": 55118, + "z": -175480 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 103, + "instId": 300005, + "propState": 8, + "pos": { + "x": 186900, + "y": 55119, + "z": -167810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 103, + "instId": 300008, + "propState": 8, + "pos": { + "x": 181540, + "y": 55169, + "z": -180990 + }, + "rot": { + "x": 0, + "y": 217941, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 103, + "instId": 300009, + "propState": 8, + "pos": { + "x": 201310, + "y": 54174, + "z": -181590 + }, + "rot": { + "x": 0, + "y": 270842, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 104, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 104, + "instId": 300002, + "propState": 8, + "pos": { + "x": 266330, + "y": 52548, + "z": -148010 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 104, + "instId": 300006, + "propState": 8, + "pos": { + "x": 244860, + "y": 51714, + "z": -144150 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 104, + "instId": 300007, + "propState": 8, + "pos": { + "x": 248550, + "y": 52472, + "z": -156050 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 104, + "instId": 300004, + "propState": 8, + "pos": { + "x": 271260, + "y": 52548, + "z": -150140 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 104, + "instId": 300009, + "propState": 8, + "pos": { + "x": 238798, + "y": 52705, + "z": -171948 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 104, + "instId": 300003, + "propState": 8, + "pos": { + "x": 268980, + "y": 52551, + "z": -148900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 104, + "instId": 300005, + "propState": 8, + "pos": { + "x": 231572, + "y": 47995, + "z": -133518 + }, + "rot": { + "x": 0, + "y": 246530, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 104, + "instId": 300008, + "propState": 8, + "pos": { + "x": 234450, + "y": 52441, + "z": -170200 + }, + "rot": { + "x": 0, + "y": 224327, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 105, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 106, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 107, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 107, + "instId": 300002, + "propState": 8, + "pos": { + "x": 248600, + "y": 50364, + "z": -130310 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 107, + "instId": 300006, + "propState": 8, + "pos": { + "x": 244860, + "y": 51714, + "z": -144150 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 107, + "instId": 300007, + "propState": 8, + "pos": { + "x": 248534, + "y": 52472, + "z": -156119 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 107, + "instId": 300004, + "propState": 8, + "pos": { + "x": 243910, + "y": 50364, + "z": -129880 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 107, + "instId": 300009, + "propState": 8, + "pos": { + "x": 238773, + "y": 52695, + "z": -171895 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 107, + "instId": 300003, + "propState": 8, + "pos": { + "x": 246230, + "y": 50353, + "z": -130290 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 107, + "instId": 300005, + "propState": 8, + "pos": { + "x": 231572, + "y": 47995, + "z": -133518 + }, + "rot": { + "x": 0, + "y": 246530, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 107, + "instId": 300008, + "propState": 8, + "pos": { + "x": 234450, + "y": 52441, + "z": -170200 + }, + "rot": { + "x": 0, + "y": 224327, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 108, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 109, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 110, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 110, + "instId": 300002, + "propState": 8, + "pos": { + "x": 234190, + "y": 52511, + "z": -167920 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 110, + "instId": 300004, + "propState": 8, + "pos": { + "x": 237550, + "y": 52501, + "z": -170170 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 110, + "instId": 300003, + "propState": 8, + "pos": { + "x": 238790, + "y": 52505, + "z": -164660 + }, + "rot": { + "x": 0, + "y": 31413, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 110, + "instId": 300005, + "propState": 8, + "pos": { + "x": 234450, + "y": 52441, + "z": -170200 + }, + "rot": { + "x": 0, + "y": 224327, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 110, + "instId": 300006, + "propState": 8, + "pos": { + "x": 247730, + "y": 51445, + "z": -143960 + }, + "rot": { + "x": 0, + "y": 187293, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 110, + "instId": 300007, + "propState": 8, + "pos": { + "x": 242840, + "y": 52428, + "z": -171320 + }, + "rot": { + "x": 0, + "y": 307293, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 111, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 111, + "instId": 300002, + "propState": 8, + "pos": { + "x": 269490, + "y": 52545, + "z": -147550 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 111, + "instId": 300006, + "propState": 8, + "pos": { + "x": 269870, + "y": 52907, + "z": -160930 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 111, + "instId": 300004, + "propState": 8, + "pos": { + "x": 273000, + "y": 52545, + "z": -150410 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 111, + "instId": 300007, + "propState": 8, + "pos": { + "x": 258999, + "y": 52630, + "z": -156686 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 111, + "instId": 300003, + "propState": 8, + "pos": { + "x": 262768, + "y": 52829, + "z": -164016 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 111, + "instId": 300005, + "propState": 8, + "pos": { + "x": 271040, + "y": 52546, + "z": -149450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 111, + "instId": 300009, + "propState": 8, + "pos": { + "x": 248890, + "y": 52553, + "z": -170800 + }, + "rot": { + "x": 0, + "y": 225842, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 112, + "instId": 300002, + "propState": 8, + "pos": { + "x": 229490, + "y": 45265, + "z": -68910 + }, + "rot": { + "x": 0, + "y": 70326, + "z": 0 + }, + "propId": 1021 + }, + { + "groupId": 112, + "instId": 300004, + "propState": 8, + "pos": { + "x": 237210, + "y": 45265, + "z": -59630 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 112, + "instId": 300012, + "propState": 8, + "pos": { + "x": 243279, + "y": 45265, + "z": -59512 + }, + "rot": { + "x": 0, + "y": 209996, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 112, + "instId": 300013, + "propState": 8, + "pos": { + "x": 242672, + "y": 45265, + "z": -58998 + }, + "rot": { + "x": 0, + "y": 209996, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 112, + "instId": 300015, + "propState": 8, + "pos": { + "x": 242467, + "y": 45265, + "z": -59716 + }, + "rot": { + "x": 0, + "y": 209999, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 112, + "instId": 300019, + "propState": 1, + "pos": { + "x": 240394, + "y": 45265, + "z": -68335 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 112, + "instId": 300001, + "propState": 8, + "pos": { + "x": 211340, + "y": 46601, + "z": -61240 + }, + "rot": { + "x": 0, + "y": 255842, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 112, + "instId": 300003, + "propState": 8, + "pos": { + "x": 234570, + "y": 45195, + "z": -86860 + }, + "rot": { + "x": 0, + "y": 210842, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 113, + "instId": 300004, + "propState": 8, + "pos": { + "x": 183520, + "y": 28389, + "z": -121690 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 113, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 113, + "instId": 300001, + "propState": 2, + "pos": { + "x": 189550, + "y": 28423, + "z": -124720 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 1004 + }, + { + "groupId": 113, + "instId": 300003, + "propState": 8, + "pos": { + "x": 186580, + "y": 28389, + "z": -127360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 113, + "instId": 300005, + "propState": 8, + "pos": { + "x": 173480, + "y": 28389, + "z": -125090 + }, + "rot": { + "x": 0, + "y": 273741, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 113, + "instId": 300006, + "propState": 8, + "pos": { + "x": 205490, + "y": 37139, + "z": -159100 + }, + "rot": { + "x": 0, + "y": 90841, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 113, + "instId": 300007, + "propState": 8, + "pos": { + "x": 198330, + "y": 28359, + "z": -139460 + }, + "rot": { + "x": 0, + "y": 125642, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 114, + "instId": 300002, + "propState": 8, + "pos": { + "x": 138750, + "y": 46498, + "z": -72820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 115, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 116, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 116, + "instId": 300002, + "propState": 8, + "pos": { + "x": 266330, + "y": 52548, + "z": -148010 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 116, + "instId": 300006, + "propState": 8, + "pos": { + "x": 249990, + "y": 51679, + "z": -144881 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 116, + "instId": 300007, + "propState": 8, + "pos": { + "x": 240510, + "y": 52639, + "z": -154820 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 116, + "instId": 300004, + "propState": 8, + "pos": { + "x": 271260, + "y": 52548, + "z": -150140 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 116, + "instId": 300009, + "propState": 8, + "pos": { + "x": 238890, + "y": 52692, + "z": -171900 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 116, + "instId": 300003, + "propState": 8, + "pos": { + "x": 268850, + "y": 52551, + "z": -149380 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 116, + "instId": 300005, + "propState": 8, + "pos": { + "x": 231572, + "y": 47995, + "z": -133518 + }, + "rot": { + "x": 0, + "y": 246530, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 116, + "instId": 300008, + "propState": 8, + "pos": { + "x": 234450, + "y": 52441, + "z": -170200 + }, + "rot": { + "x": 0, + "y": 224327, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 117, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 118, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "monsters": [ + { + "groupId": 83, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 127046, + "y": 46553, + "z": -72903 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 84, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 152003, + "y": 46311, + "z": -67444 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 86, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 166700, + "y": 46351, + "z": -64650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 87, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 167800, + "y": 46351, + "z": -63330 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 88, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 167370, + "y": 46333, + "z": -66050 + }, + "rot": { + "x": 0, + "y": 97552, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 89, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 121080, + "y": 58985, + "z": -121630 + }, + "rot": { + "x": 0, + "y": 146878, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 91, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 114790, + "y": 58985, + "z": -110850 + }, + "rot": { + "x": 0, + "y": 324359, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 92, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 102800, + "y": 58985, + "z": -94460 + }, + "rot": { + "x": 0, + "y": 133921, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 93, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 106730, + "y": 59029, + "z": -92210 + }, + "rot": { + "x": 0, + "y": 134964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 94, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 167376, + "y": 55859, + "z": -190454 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 95, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 156876, + "y": 57374, + "z": -176833 + }, + "rot": { + "x": 0, + "y": 299964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 96, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 158563, + "y": 57477, + "z": -173409 + }, + "rot": { + "x": 0, + "y": 269964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 98, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 174039, + "y": 55501, + "z": -184527 + }, + "rot": { + "x": 0, + "y": 296878, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 99, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 188290, + "y": 55122, + "z": -172350 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 100, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 212760, + "y": 52405, + "z": -178890 + }, + "rot": { + "x": 0, + "y": 149964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 101, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 198480, + "y": 54595, + "z": -180630 + }, + "rot": { + "x": 0, + "y": 74964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 103, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 187524, + "y": 55119, + "z": -170599 + }, + "rot": { + "x": 0, + "y": 144359, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 104, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 267480, + "y": 52551, + "z": -152320 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 105, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 235480, + "y": 52526, + "z": -168750 + }, + "rot": { + "x": 0, + "y": 29964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 106, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 256070, + "y": 52566, + "z": -164950 + }, + "rot": { + "x": 0, + "y": 224964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 107, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 246300, + "y": 50353, + "z": -134630 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 108, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 239830, + "y": 52526, + "z": -160890 + }, + "rot": { + "x": 0, + "y": 29964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 109, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 248510, + "y": 52566, + "z": -169330 + }, + "rot": { + "x": 0, + "y": 59964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 110, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 238790, + "y": 52505, + "z": -164660 + }, + "rot": { + "x": 0, + "y": 31413, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 111, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 268890, + "y": 52546, + "z": -151880 + }, + "rot": { + "x": 0, + "y": 204359, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 113, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 186570, + "y": 28389, + "z": -127320 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 116, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 267480, + "y": 52551, + "z": -152320 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 117, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 235480, + "y": 52526, + "z": -168750 + }, + "rot": { + "x": 0, + "y": 29964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 118, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 256070, + "y": 52566, + "z": -164950 + }, + "rot": { + "x": 0, + "y": 224964, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 81122, + "props": [ + { + "groupId": 58, + "instId": 300003, + "propState": 8, + "pos": { + "x": -18772, + "y": -231, + "z": 89375 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 58, + "instId": 300004, + "propState": 8, + "pos": { + "x": -20369, + "y": -145, + "z": 86766 + }, + "rot": { + "x": 0, + "y": 178277, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 58, + "instId": 300006, + "propState": 8, + "pos": { + "x": -57036, + "y": -2640, + "z": 103824 + }, + "rot": { + "x": 0, + "y": 54927, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 58, + "instId": 300007, + "propState": 8, + "pos": { + "x": -57620, + "y": -2596, + "z": 106420 + }, + "rot": { + "x": 0, + "y": 73197, + "z": 0 + }, + "propId": 101003 + }, + { + "groupId": 58, + "instId": 300009, + "propState": 8, + "pos": { + "x": -80309, + "y": 1420, + "z": 124727 + }, + "rot": { + "x": 0, + "y": 316678, + "z": 0 + }, + "propId": 101005 + }, + { + "groupId": 58, + "instId": 300010, + "propState": 8, + "pos": { + "x": -85234, + "y": 1335, + "z": 126341 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 58, + "instId": 300001, + "propState": 8, + "pos": { + "x": -76298, + "y": 6384, + "z": 94583 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 59, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 59, + "instId": 300004, + "propState": 8, + "pos": { + "x": -31150, + "y": 5380, + "z": 56830 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 59, + "instId": 300003, + "propState": 2, + "pos": { + "x": -34240, + "y": 5263, + "z": 52180 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1004 + }, + { + "groupId": 59, + "instId": 300002, + "propState": 8, + "pos": { + "x": -37090, + "y": 5362, + "z": 54130 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 59, + "instId": 300005, + "propState": 8, + "pos": { + "x": -59220, + "y": 5350, + "z": 53660 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 59, + "instId": 300006, + "propState": 8, + "pos": { + "x": -22740, + "y": 1120, + "z": 49530 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 59, + "instId": 300007, + "propState": 8, + "pos": { + "x": -50800, + "y": 5383, + "z": 53430 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 60, + "instId": 300002, + "propState": 8, + "pos": { + "x": -30817, + "y": 5348, + "z": 56775 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 60, + "instId": 300001, + "propState": 8, + "pos": { + "x": -30610, + "y": 5348, + "z": 52130 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 60, + "instId": 300005, + "propState": 8, + "pos": { + "x": -44820, + "y": 5457, + "z": 50630 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 60, + "instId": 300003, + "propState": 8, + "pos": { + "x": -42120, + "y": 5383, + "z": 59000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 60, + "instId": 300004, + "propState": 8, + "pos": { + "x": -59220, + "y": 5350, + "z": 53660 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 60, + "instId": 300006, + "propState": 8, + "pos": { + "x": -22740, + "y": 1120, + "z": 49530 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 61, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 61, + "instId": 300002, + "propState": 8, + "pos": { + "x": -62610, + "y": 5402, + "z": 56120 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 61, + "instId": 300006, + "propState": 8, + "pos": { + "x": -48100, + "y": 5457, + "z": 57250 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 61, + "instId": 300004, + "propState": 8, + "pos": { + "x": -62740, + "y": 5402, + "z": 50790 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 61, + "instId": 300007, + "propState": 8, + "pos": { + "x": -43480, + "y": 5397, + "z": 59320 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 61, + "instId": 300003, + "propState": 8, + "pos": { + "x": -47460, + "y": 5450, + "z": 50690 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 61, + "instId": 300005, + "propState": 8, + "pos": { + "x": -62330, + "y": 5261, + "z": 53340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 61, + "instId": 300008, + "propState": 8, + "pos": { + "x": -63740, + "y": 5350, + "z": 65780 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 61, + "instId": 300009, + "propState": 8, + "pos": { + "x": -22740, + "y": 1120, + "z": 49530 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 62, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 62, + "instId": 300002, + "propState": 8, + "pos": { + "x": -62570, + "y": 5402, + "z": 56630 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 62, + "instId": 300006, + "propState": 8, + "pos": { + "x": -48100, + "y": 5457, + "z": 57250 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 62, + "instId": 300004, + "propState": 8, + "pos": { + "x": -62740, + "y": 5402, + "z": 50790 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 62, + "instId": 300007, + "propState": 8, + "pos": { + "x": -43533, + "y": 5388, + "z": 59089 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 62, + "instId": 300003, + "propState": 8, + "pos": { + "x": -47420, + "y": 5448, + "z": 50710 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 62, + "instId": 300005, + "propState": 8, + "pos": { + "x": -61990, + "y": 5266, + "z": 53340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 62, + "instId": 300008, + "propState": 8, + "pos": { + "x": -63740, + "y": 5350, + "z": 65780 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 62, + "instId": 300009, + "propState": 8, + "pos": { + "x": -22740, + "y": 1120, + "z": 49530 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 63, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 64, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 64, + "instId": 300002, + "propState": 8, + "pos": { + "x": -37060, + "y": -120, + "z": 65600 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 64, + "instId": 300004, + "propState": 8, + "pos": { + "x": -32180, + "y": -120, + "z": 65440 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 64, + "instId": 300003, + "propState": 8, + "pos": { + "x": -34908, + "y": -101, + "z": 71706 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 64, + "instId": 300005, + "propState": 8, + "pos": { + "x": -34880, + "y": -2561, + "z": 97100 + }, + "rot": { + "x": 0, + "y": 359749, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 64, + "instId": 300006, + "propState": 8, + "pos": { + "x": -26950, + "y": -2561, + "z": 93170 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 64, + "instId": 300007, + "propState": 8, + "pos": { + "x": -30450, + "y": -721, + "z": 75170 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 64, + "instId": 300008, + "propState": 8, + "pos": { + "x": -38800, + "y": -887, + "z": 76430 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 65, + "instId": 300002, + "propState": 8, + "pos": { + "x": -32010, + "y": -2487, + "z": 87100 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 65, + "instId": 300001, + "propState": 8, + "pos": { + "x": -37140, + "y": -2189, + "z": 86760 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 65, + "instId": 300005, + "propState": 8, + "pos": { + "x": -30590, + "y": -615, + "z": 74480 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 65, + "instId": 300003, + "propState": 8, + "pos": { + "x": -39070, + "y": -722, + "z": 76140 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 65, + "instId": 300004, + "propState": 8, + "pos": { + "x": -35212, + "y": -2561, + "z": 89186 + }, + "rot": { + "x": 0, + "y": 359749, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 66, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 66, + "instId": 300002, + "propState": 8, + "pos": { + "x": -37100, + "y": -93, + "z": 64600 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 66, + "instId": 300006, + "propState": 8, + "pos": { + "x": -38916, + "y": -866, + "z": 76277 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 66, + "instId": 300004, + "propState": 8, + "pos": { + "x": -32030, + "y": -120, + "z": 64300 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 66, + "instId": 300007, + "propState": 8, + "pos": { + "x": -39518, + "y": -1897, + "z": 82551 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 66, + "instId": 300003, + "propState": 8, + "pos": { + "x": -30830, + "y": -1219, + "z": 78180 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 66, + "instId": 300005, + "propState": 8, + "pos": { + "x": -34730, + "y": -101, + "z": 65320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 66, + "instId": 300008, + "propState": 8, + "pos": { + "x": -34880, + "y": -2561, + "z": 97100 + }, + "rot": { + "x": 0, + "y": 359749, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 66, + "instId": 300009, + "propState": 8, + "pos": { + "x": -26950, + "y": -2561, + "z": 93170 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 67, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 68, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 68, + "instId": 300002, + "propState": 8, + "pos": { + "x": -32010, + "y": -2487, + "z": 87100 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 68, + "instId": 300006, + "propState": 8, + "pos": { + "x": -38916, + "y": -791, + "z": 76277 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 68, + "instId": 300004, + "propState": 8, + "pos": { + "x": -37140, + "y": -2189, + "z": 86760 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 68, + "instId": 300007, + "propState": 8, + "pos": { + "x": -30290, + "y": -450, + "z": 73550 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 68, + "instId": 300003, + "propState": 8, + "pos": { + "x": -30610, + "y": -1174, + "z": 77880 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 68, + "instId": 300005, + "propState": 8, + "pos": { + "x": -34770, + "y": -2535, + "z": 86880 + }, + "rot": { + "x": 0, + "y": 178833, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 68, + "instId": 300008, + "propState": 8, + "pos": { + "x": -35212, + "y": -2561, + "z": 89186 + }, + "rot": { + "x": 0, + "y": 359749, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 69, + "instId": 300002, + "propState": 8, + "pos": { + "x": -34090, + "y": -2637, + "z": 118840 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 1021 + }, + { + "groupId": 69, + "instId": 300004, + "propState": 8, + "pos": { + "x": -40540, + "y": -2715, + "z": 109190 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 69, + "instId": 300012, + "propState": 8, + "pos": { + "x": -45610, + "y": -2715, + "z": 108160 + }, + "rot": { + "x": 0, + "y": 209996, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 69, + "instId": 300013, + "propState": 8, + "pos": { + "x": -44850, + "y": -2715, + "z": 107640 + }, + "rot": { + "x": 0, + "y": 209996, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 69, + "instId": 300015, + "propState": 8, + "pos": { + "x": -45630, + "y": -2715, + "z": 107350 + }, + "rot": { + "x": 0, + "y": 209999, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 69, + "instId": 300019, + "propState": 1, + "pos": { + "x": -44208, + "y": -2710, + "z": 116592 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 69, + "instId": 300001, + "propState": 8, + "pos": { + "x": -55580, + "y": -2447, + "z": 119250 + }, + "rot": { + "x": 0, + "y": 270842, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 69, + "instId": 300003, + "propState": 8, + "pos": { + "x": -34056, + "y": -2508, + "z": 101190 + }, + "rot": { + "x": 0, + "y": 180841, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 69, + "instId": 300005, + "propState": 8, + "pos": { + "x": -57036, + "y": -2640, + "z": 103824 + }, + "rot": { + "x": 0, + "y": 54927, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 70, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 70, + "instId": 300002, + "propState": 8, + "pos": { + "x": 2170, + "y": 1773, + "z": 67470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 70, + "instId": 300006, + "propState": 8, + "pos": { + "x": -3290, + "y": -61, + "z": 111820 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 70, + "instId": 300007, + "propState": 8, + "pos": { + "x": 4770, + "y": -109, + "z": 99920 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 70, + "instId": 300004, + "propState": 8, + "pos": { + "x": -2300, + "y": 1731, + "z": 68170 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 70, + "instId": 300009, + "propState": 8, + "pos": { + "x": -10, + "y": 1857, + "z": 76760 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 70, + "instId": 300003, + "propState": 8, + "pos": { + "x": 140, + "y": 1749, + "z": 67790 + }, + "rot": { + "x": 0, + "y": 356584, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 70, + "instId": 300005, + "propState": 8, + "pos": { + "x": -6450, + "y": 1763, + "z": 66610 + }, + "rot": { + "x": 0, + "y": 87416, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 70, + "instId": 300008, + "propState": 8, + "pos": { + "x": -8150, + "y": -218, + "z": 104130 + }, + "rot": { + "x": 0, + "y": 214310, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 70, + "instId": 300010, + "propState": 8, + "pos": { + "x": -8190, + "y": -218, + "z": 123990 + }, + "rot": { + "x": 0, + "y": 177680, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 70, + "instId": 300011, + "propState": 8, + "pos": { + "x": -18772, + "y": -231, + "z": 89375 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 71, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 72, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 73, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 73, + "instId": 300002, + "propState": 8, + "pos": { + "x": -5420, + "y": -203, + "z": 120830 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 73, + "instId": 300004, + "propState": 8, + "pos": { + "x": -2030, + "y": -203, + "z": 118980 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 73, + "instId": 300005, + "propState": 8, + "pos": { + "x": -7940, + "y": -179, + "z": 124510 + }, + "rot": { + "x": 0, + "y": 359749, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 73, + "instId": 300006, + "propState": 8, + "pos": { + "x": -18772, + "y": -231, + "z": 89375 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 73, + "instId": 300007, + "propState": 8, + "pos": { + "x": -1780, + "y": -179, + "z": 105760 + }, + "rot": { + "x": 0, + "y": 284749, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 73, + "instId": 300008, + "propState": 8, + "pos": { + "x": -15490, + "y": -200, + "z": 94400 + }, + "rot": { + "x": 0, + "y": 89749, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 73, + "instId": 300009, + "propState": 8, + "pos": { + "x": -2970, + "y": -97, + "z": 109560 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 73, + "instId": 300010, + "propState": 8, + "pos": { + "x": -8590, + "y": -95, + "z": 108680 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 73, + "instId": 300003, + "propState": 8, + "pos": { + "x": -4939, + "y": -230, + "z": 117231 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 74, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 74, + "instId": 300002, + "propState": 8, + "pos": { + "x": 5640, + "y": -2506, + "z": 151570 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 74, + "instId": 300006, + "propState": 8, + "pos": { + "x": -10242, + "y": -2573, + "z": 136353 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 74, + "instId": 300007, + "propState": 8, + "pos": { + "x": -5670, + "y": -2581, + "z": 149080 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 74, + "instId": 300004, + "propState": 8, + "pos": { + "x": 7016, + "y": -2506, + "z": 146985 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 74, + "instId": 300009, + "propState": 8, + "pos": { + "x": -25080, + "y": -2503, + "z": 140020 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 74, + "instId": 300003, + "propState": 8, + "pos": { + "x": 6130, + "y": -2531, + "z": 149290 + }, + "rot": { + "x": 0, + "y": 356584, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 74, + "instId": 300005, + "propState": 8, + "pos": { + "x": -10370, + "y": -2558, + "z": 151160 + }, + "rot": { + "x": 0, + "y": 161564, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 74, + "instId": 300008, + "propState": 8, + "pos": { + "x": -7990, + "y": -2596, + "z": 131330 + }, + "rot": { + "x": 0, + "y": 181993, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 74, + "instId": 300010, + "propState": 8, + "pos": { + "x": 13590, + "y": -2564, + "z": 153810 + }, + "rot": { + "x": 0, + "y": 71564, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 75, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 76, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 77, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 77, + "instId": 300002, + "propState": 8, + "pos": { + "x": -25890, + "y": -2550, + "z": 126270 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 77, + "instId": 300006, + "propState": 8, + "pos": { + "x": -10290, + "y": -2573, + "z": 136380 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 77, + "instId": 300007, + "propState": 8, + "pos": { + "x": -5670, + "y": -2581, + "z": 149080 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 77, + "instId": 300004, + "propState": 8, + "pos": { + "x": -29800, + "y": -2550, + "z": 128470 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 77, + "instId": 300009, + "propState": 8, + "pos": { + "x": -25080, + "y": -2576, + "z": 140020 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 77, + "instId": 300003, + "propState": 8, + "pos": { + "x": -27957, + "y": -2558, + "z": 127504 + }, + "rot": { + "x": 0, + "y": 356584, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 77, + "instId": 300005, + "propState": 8, + "pos": { + "x": -10370, + "y": -2558, + "z": 151160 + }, + "rot": { + "x": 0, + "y": 161564, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 77, + "instId": 300008, + "propState": 8, + "pos": { + "x": -7990, + "y": -2596, + "z": 131330 + }, + "rot": { + "x": 0, + "y": 181993, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 77, + "instId": 300010, + "propState": 8, + "pos": { + "x": 13590, + "y": -2564, + "z": 153810 + }, + "rot": { + "x": 0, + "y": 71564, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 78, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 79, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 80, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 80, + "instId": 300002, + "propState": 8, + "pos": { + "x": -12240, + "y": -2626, + "z": 138020 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 80, + "instId": 300006, + "propState": 8, + "pos": { + "x": -38916, + "y": -791, + "z": 76277 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 80, + "instId": 300004, + "propState": 8, + "pos": { + "x": -13790, + "y": -2626, + "z": 141820 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 80, + "instId": 300007, + "propState": 8, + "pos": { + "x": -30400, + "y": -686, + "z": 74960 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 80, + "instId": 300003, + "propState": 8, + "pos": { + "x": -30830, + "y": -1219, + "z": 78180 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 80, + "instId": 300005, + "propState": 8, + "pos": { + "x": -12700, + "y": -2534, + "z": 140180 + }, + "rot": { + "x": 0, + "y": 178833, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 80, + "instId": 300009, + "propState": 8, + "pos": { + "x": -10370, + "y": -2558, + "z": 151160 + }, + "rot": { + "x": 0, + "y": 161564, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 80, + "instId": 300010, + "propState": 8, + "pos": { + "x": -7990, + "y": -2596, + "z": 131330 + }, + "rot": { + "x": 0, + "y": 181993, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 80, + "instId": 300008, + "propState": 8, + "pos": { + "x": -19090, + "y": -2555, + "z": 140100 + }, + "rot": { + "x": 0, + "y": 71564, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 81, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 81, + "instId": 300002, + "propState": 8, + "pos": { + "x": -8271, + "y": 1044, + "z": 169152 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 81, + "instId": 300004, + "propState": 8, + "pos": { + "x": -6051, + "y": 1044, + "z": 165622 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 81, + "instId": 300003, + "propState": 8, + "pos": { + "x": -9970, + "y": 964, + "z": 165280 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 81, + "instId": 300005, + "propState": 8, + "pos": { + "x": -21840, + "y": 1530, + "z": 170550 + }, + "rot": { + "x": 0, + "y": 299749, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 81, + "instId": 300006, + "propState": 8, + "pos": { + "x": -11550, + "y": -125, + "z": 153680 + }, + "rot": { + "x": 0, + "y": 342160, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 81, + "instId": 300008, + "propState": 8, + "pos": { + "x": -9700, + "y": 1062, + "z": 158200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 81, + "instId": 300009, + "propState": 8, + "pos": { + "x": -17680, + "y": 1070, + "z": 166230 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 82, + "instId": 300002, + "propState": 8, + "pos": { + "x": -22170, + "y": 998, + "z": 154980 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 82, + "instId": 300001, + "propState": 8, + "pos": { + "x": -24530, + "y": 998, + "z": 158720 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 82, + "instId": 300005, + "propState": 8, + "pos": { + "x": -9653, + "y": 1065, + "z": 158133 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 82, + "instId": 300003, + "propState": 8, + "pos": { + "x": -17670, + "y": 1085, + "z": 166230 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 82, + "instId": 300004, + "propState": 8, + "pos": { + "x": -21840, + "y": 1530, + "z": 170550 + }, + "rot": { + "x": 0, + "y": 299749, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 82, + "instId": 300006, + "propState": 8, + "pos": { + "x": -11550, + "y": -125, + "z": 153680 + }, + "rot": { + "x": 0, + "y": 342160, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 83, + "instId": 300004, + "propState": 8, + "pos": { + "x": -54540, + "y": 13470, + "z": 153060 + }, + "rot": { + "x": 0, + "y": 29988, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 83, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 83, + "instId": 300001, + "propState": 2, + "pos": { + "x": -57160, + "y": 13470, + "z": 158080 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 1004 + }, + { + "groupId": 83, + "instId": 300003, + "propState": 8, + "pos": { + "x": -52970, + "y": 13470, + "z": 158250 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 83, + "instId": 300005, + "propState": 8, + "pos": { + "x": -38480, + "y": 8130, + "z": 153930 + }, + "rot": { + "x": 0, + "y": 72142, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 83, + "instId": 300006, + "propState": 8, + "pos": { + "x": -66220, + "y": 12897, + "z": 158740 + }, + "rot": { + "x": 0, + "y": 42139, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 84, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 85, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 85, + "instId": 300002, + "propState": 8, + "pos": { + "x": 2170, + "y": 1773, + "z": 67470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 85, + "instId": 300006, + "propState": 8, + "pos": { + "x": -3290, + "y": -61, + "z": 111820 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 85, + "instId": 300007, + "propState": 8, + "pos": { + "x": 4770, + "y": -109, + "z": 99920 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 85, + "instId": 300004, + "propState": 8, + "pos": { + "x": -2300, + "y": 1731, + "z": 68170 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 85, + "instId": 300009, + "propState": 8, + "pos": { + "x": -10, + "y": 1857, + "z": 76760 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 85, + "instId": 300003, + "propState": 8, + "pos": { + "x": 1590, + "y": 1749, + "z": 70920 + }, + "rot": { + "x": 0, + "y": 356584, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 85, + "instId": 300005, + "propState": 8, + "pos": { + "x": -6450, + "y": 1763, + "z": 66610 + }, + "rot": { + "x": 0, + "y": 87416, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 85, + "instId": 300008, + "propState": 8, + "pos": { + "x": -8150, + "y": -218, + "z": 104130 + }, + "rot": { + "x": 0, + "y": 214310, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 85, + "instId": 300010, + "propState": 8, + "pos": { + "x": -8190, + "y": -218, + "z": 123990 + }, + "rot": { + "x": 0, + "y": 177680, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 85, + "instId": 300011, + "propState": 8, + "pos": { + "x": -18772, + "y": -231, + "z": 89375 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 86, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 87, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 88, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 88, + "instId": 300002, + "propState": 8, + "pos": { + "x": -88387, + "y": 6250, + "z": 90649 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 88, + "instId": 300006, + "propState": 8, + "pos": { + "x": -49018, + "y": 5425, + "z": 56148 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 88, + "instId": 300007, + "propState": 8, + "pos": { + "x": -60832, + "y": 5441, + "z": 68824 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 88, + "instId": 300004, + "propState": 8, + "pos": { + "x": -85850, + "y": 6128, + "z": 92530 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 88, + "instId": 300009, + "propState": 8, + "pos": { + "x": -78080, + "y": 6228, + "z": 80905 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 88, + "instId": 300003, + "propState": 8, + "pos": { + "x": -87000, + "y": 6137, + "z": 91490 + }, + "rot": { + "x": 0, + "y": 128591, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 88, + "instId": 300005, + "propState": 8, + "pos": { + "x": -87210, + "y": 6130, + "z": 92720 + }, + "rot": { + "x": 0, + "y": 142424, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 88, + "instId": 300008, + "propState": 8, + "pos": { + "x": -22740, + "y": 1120, + "z": 49530 + }, + "rot": { + "x": 0, + "y": 92521, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 89, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 90, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "monsters": [ + { + "groupId": 59, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -37090, + "y": 5362, + "z": 54130 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 61, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -56413, + "y": 5261, + "z": 53340 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 62, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -56380, + "y": 5266, + "z": 51390 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 63, + "instId": 200002, + "eventId": 0, + "pos": { + "x": -56380, + "y": 5266, + "z": 54990 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 64, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -34908, + "y": -101, + "z": 71706 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 66, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -36390, + "y": -196, + "z": 69180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 67, + "instId": 200002, + "eventId": 0, + "pos": { + "x": -33290, + "y": -101, + "z": 69240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 68, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -34690, + "y": -1818, + "z": 82750 + }, + "rot": { + "x": 0, + "y": 178833, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 70, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 1590, + "y": 1749, + "z": 70920 + }, + "rot": { + "x": 0, + "y": 356584, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 71, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 1820, + "y": 1819, + "z": 87790 + }, + "rot": { + "x": 0, + "y": 352574, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 72, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 850, + "y": -156, + "z": 105570 + }, + "rot": { + "x": 0, + "y": 284964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 73, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -4939, + "y": -230, + "z": 117231 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 74, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 2630, + "y": -2476, + "z": 148540 + }, + "rot": { + "x": 0, + "y": 251584, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 75, + "instId": 200002, + "eventId": 0, + "pos": { + "x": -10170, + "y": -2472, + "z": 143780 + }, + "rot": { + "x": 0, + "y": 254964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 76, + "instId": 200002, + "eventId": 0, + "pos": { + "x": -18390, + "y": -2494, + "z": 143280 + }, + "rot": { + "x": 0, + "y": 157574, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 77, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -26950, + "y": -2558, + "z": 130230 + }, + "rot": { + "x": 0, + "y": 26584, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 78, + "instId": 200002, + "eventId": 0, + "pos": { + "x": -15519, + "y": -2393, + "z": 137338 + }, + "rot": { + "x": 0, + "y": 52574, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 79, + "instId": 200002, + "eventId": 0, + "pos": { + "x": -16850, + "y": -2478, + "z": 139830 + }, + "rot": { + "x": 0, + "y": 82574, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 80, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -9460, + "y": -2534, + "z": 141600 + }, + "rot": { + "x": 0, + "y": 58833, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 81, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -9970, + "y": 964, + "z": 165280 + }, + "rot": { + "x": 0, + "y": 232880, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 83, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -52580, + "y": 13470, + "z": 158150 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 85, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 1590, + "y": 1749, + "z": 70920 + }, + "rot": { + "x": 0, + "y": 356584, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 86, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 1820, + "y": 1819, + "z": 87790 + }, + "rot": { + "x": 0, + "y": 352574, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 87, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 850, + "y": -156, + "z": 105570 + }, + "rot": { + "x": 0, + "y": 284964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 88, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -85459, + "y": 6137, + "z": 88633 + }, + "rot": { + "x": 0, + "y": 128591, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 89, + "instId": 200002, + "eventId": 0, + "pos": { + "x": -67290, + "y": 5397, + "z": 74007 + }, + "rot": { + "x": 0, + "y": 134964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 90, + "instId": 200002, + "eventId": 0, + "pos": { + "x": -61460, + "y": 5317, + "z": 53240 + }, + "rot": { + "x": 0, + "y": 359964, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 81123, + "props": [ + { + "groupId": 60, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "monsters": [], + "teleports": [] + }, + { + "planeID": 81131, + "props": [ + { + "groupId": 10, + "instId": 300005, + "propState": 8, + "pos": { + "x": -10, + "y": -460, + "z": -54680 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 10, + "instId": 300006, + "propState": 3, + "pos": { + "x": 0, + "y": -2700, + "z": -94000 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 301011 + }, + { + "groupId": 10, + "instId": 300011, + "propState": 8, + "pos": { + "x": 220, + "y": 1010, + "z": -182630 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 10, + "instId": 300026, + "propState": 8, + "pos": { + "x": 2770, + "y": 1010, + "z": -181438 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101003 + }, + { + "groupId": 10, + "instId": 300013, + "propState": 8, + "pos": { + "x": -47490, + "y": -980, + "z": -180110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101005 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 8, + "pos": { + "x": -117480, + "y": -2110, + "z": -94100 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101005 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 8, + "pos": { + "x": 0, + "y": 994, + "z": -193473 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 301002 + }, + { + "groupId": 10, + "instId": 300004, + "propState": 2, + "pos": { + "x": -50090, + "y": -980, + "z": -181360 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 66, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 66, + "instId": 300002, + "propState": 8, + "pos": { + "x": -54130, + "y": -111, + "z": -91720 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 66, + "instId": 300006, + "propState": 8, + "pos": { + "x": -102056, + "y": -2114, + "z": -91310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 66, + "instId": 300007, + "propState": 8, + "pos": { + "x": -82814, + "y": -111, + "z": -91896 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 66, + "instId": 300004, + "propState": 8, + "pos": { + "x": -54110, + "y": -111, + "z": -95910 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 66, + "instId": 300009, + "propState": 8, + "pos": { + "x": -65190, + "y": -111, + "z": -92832 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 66, + "instId": 300003, + "propState": 8, + "pos": { + "x": -54020, + "y": -111, + "z": -93910 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 66, + "instId": 300005, + "propState": 8, + "pos": { + "x": -117480, + "y": -2110, + "z": -94100 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101005 + }, + { + "groupId": 66, + "instId": 300008, + "propState": 8, + "pos": { + "x": -52110, + "y": -111, + "z": -94180 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 66, + "instId": 300010, + "propState": 8, + "pos": { + "x": -76080, + "y": -111, + "z": -82650 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 67, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 68, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 69, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 69, + "instId": 300002, + "propState": 8, + "pos": { + "x": -122942, + "y": -958, + "z": -171806 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 69, + "instId": 300006, + "propState": 8, + "pos": { + "x": -101288, + "y": -958, + "z": -172840 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 69, + "instId": 300007, + "propState": 8, + "pos": { + "x": -80662, + "y": -951, + "z": -172285 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 69, + "instId": 300004, + "propState": 8, + "pos": { + "x": -122930, + "y": -958, + "z": -166990 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 69, + "instId": 300009, + "propState": 8, + "pos": { + "x": -58215, + "y": -985, + "z": -163718 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 69, + "instId": 300003, + "propState": 8, + "pos": { + "x": -122910, + "y": -958, + "z": -169350 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 69, + "instId": 300005, + "propState": 8, + "pos": { + "x": -47490, + "y": -980, + "z": -180110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101005 + }, + { + "groupId": 70, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 71, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 72, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 72, + "instId": 300002, + "propState": 8, + "pos": { + "x": -12870, + "y": -985, + "z": -232700 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 72, + "instId": 300006, + "propState": 8, + "pos": { + "x": 4091, + "y": -985, + "z": -237298 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 72, + "instId": 300007, + "propState": 8, + "pos": { + "x": 17060, + "y": -985, + "z": -222055 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 72, + "instId": 300004, + "propState": 8, + "pos": { + "x": -12800, + "y": -985, + "z": -229760 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 72, + "instId": 300009, + "propState": 8, + "pos": { + "x": 12356, + "y": -985, + "z": -204065 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 72, + "instId": 300003, + "propState": 8, + "pos": { + "x": -12860, + "y": -985, + "z": -231360 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 72, + "instId": 300005, + "propState": 8, + "pos": { + "x": 8184, + "y": -985, + "z": -208100 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 72, + "instId": 300008, + "propState": 8, + "pos": { + "x": 16430, + "y": 1007, + "z": -187840 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 73, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 74, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 75, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 75, + "instId": 300002, + "propState": 8, + "pos": { + "x": -122942, + "y": -958, + "z": -171806 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 75, + "instId": 300006, + "propState": 8, + "pos": { + "x": -101288, + "y": -958, + "z": -172840 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 75, + "instId": 300007, + "propState": 8, + "pos": { + "x": -80662, + "y": -951, + "z": -172285 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 75, + "instId": 300004, + "propState": 8, + "pos": { + "x": -122930, + "y": -958, + "z": -166990 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 75, + "instId": 300009, + "propState": 8, + "pos": { + "x": -109844, + "y": -958, + "z": -165516 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 75, + "instId": 300003, + "propState": 8, + "pos": { + "x": -122860, + "y": -958, + "z": -169480 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 75, + "instId": 300005, + "propState": 8, + "pos": { + "x": -47490, + "y": -980, + "z": -180110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101005 + }, + { + "groupId": 75, + "instId": 300008, + "propState": 8, + "pos": { + "x": -62170, + "y": -985, + "z": -169130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 76, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 77, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 78, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 78, + "instId": 300002, + "propState": 8, + "pos": { + "x": -28150, + "y": -3000, + "z": -109030 + }, + "rot": { + "x": 0, + "y": 2267, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 78, + "instId": 300006, + "propState": 8, + "pos": { + "x": -35180, + "y": -3000, + "z": -101190 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 78, + "instId": 300004, + "propState": 8, + "pos": { + "x": -24340, + "y": -3030, + "z": -107660 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 78, + "instId": 300007, + "propState": 8, + "pos": { + "x": -27990, + "y": -3000, + "z": -94740 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 78, + "instId": 300003, + "propState": 8, + "pos": { + "x": -32610, + "y": 6397, + "z": 105370 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 78, + "instId": 300005, + "propState": 8, + "pos": { + "x": -26330, + "y": -3000, + "z": -108440 + }, + "rot": { + "x": 0, + "y": 344179, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 78, + "instId": 300008, + "propState": 8, + "pos": { + "x": -39100, + "y": -3000, + "z": -93910 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 79, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 79, + "instId": 300002, + "propState": 8, + "pos": { + "x": -24240, + "y": -3000, + "z": -107610 + }, + "rot": { + "x": 0, + "y": 312292, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 79, + "instId": 300006, + "propState": 8, + "pos": { + "x": -35180, + "y": -3000, + "z": -101190 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 79, + "instId": 300004, + "propState": 8, + "pos": { + "x": -28150, + "y": -3000, + "z": -108960 + }, + "rot": { + "x": 0, + "y": 7819, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 79, + "instId": 300007, + "propState": 8, + "pos": { + "x": -28050, + "y": -3000, + "z": -94760 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 79, + "instId": 300003, + "propState": 8, + "pos": { + "x": -32610, + "y": 6397, + "z": 105370 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 79, + "instId": 300005, + "propState": 8, + "pos": { + "x": -26310, + "y": -3000, + "z": -108340 + }, + "rot": { + "x": 0, + "y": 344179, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 79, + "instId": 300008, + "propState": 8, + "pos": { + "x": -39100, + "y": -3000, + "z": -93910 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 80, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 81, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 81, + "instId": 300002, + "propState": 8, + "pos": { + "x": -122880, + "y": -958, + "z": -171790 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 81, + "instId": 300006, + "propState": 8, + "pos": { + "x": -105620, + "y": -958, + "z": -165510 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 81, + "instId": 300004, + "propState": 8, + "pos": { + "x": -122883, + "y": -958, + "z": -166981 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 81, + "instId": 300007, + "propState": 8, + "pos": { + "x": -109480, + "y": -958, + "z": -172770 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 81, + "instId": 300003, + "propState": 8, + "pos": { + "x": -32610, + "y": 6397, + "z": 105370 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 81, + "instId": 300005, + "propState": 8, + "pos": { + "x": -122920, + "y": -958, + "z": -169540 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 81, + "instId": 300008, + "propState": 8, + "pos": { + "x": -93930, + "y": -958, + "z": -169130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 82, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 82, + "instId": 300002, + "propState": 8, + "pos": { + "x": -122880, + "y": -958, + "z": -171790 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 82, + "instId": 300006, + "propState": 8, + "pos": { + "x": -105670, + "y": -958, + "z": -165536 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 82, + "instId": 300004, + "propState": 8, + "pos": { + "x": -122883, + "y": -958, + "z": -166981 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 82, + "instId": 300007, + "propState": 8, + "pos": { + "x": -109530, + "y": -958, + "z": -172760 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 82, + "instId": 300003, + "propState": 8, + "pos": { + "x": -32610, + "y": 6397, + "z": 105370 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 82, + "instId": 300005, + "propState": 8, + "pos": { + "x": -122840, + "y": -958, + "z": -169480 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 82, + "instId": 300008, + "propState": 8, + "pos": { + "x": -93930, + "y": -958, + "z": -169130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 83, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 84, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 84, + "instId": 300002, + "propState": 8, + "pos": { + "x": -23510, + "y": -985, + "z": -194430 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 84, + "instId": 300006, + "propState": 8, + "pos": { + "x": -33849, + "y": -985, + "z": -198670 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 84, + "instId": 300004, + "propState": 8, + "pos": { + "x": -23480, + "y": -985, + "z": -198190 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 84, + "instId": 300007, + "propState": 8, + "pos": { + "x": -37450, + "y": -985, + "z": -193540 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 84, + "instId": 300003, + "propState": 8, + "pos": { + "x": -32610, + "y": 6397, + "z": 105370 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 84, + "instId": 300005, + "propState": 8, + "pos": { + "x": -23330, + "y": -985, + "z": -196390 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 84, + "instId": 300008, + "propState": 8, + "pos": { + "x": -47490, + "y": -980, + "z": -180110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101005 + }, + { + "groupId": 84, + "instId": 300009, + "propState": 8, + "pos": { + "x": -18170, + "y": -985, + "z": -207730 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 85, + "instId": 300002, + "propState": 8, + "pos": { + "x": -36350, + "y": -3000, + "z": -87700 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 85, + "instId": 300001, + "propState": 8, + "pos": { + "x": -31560, + "y": -3000, + "z": -86320 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 85, + "instId": 300005, + "propState": 8, + "pos": { + "x": -27440, + "y": -3000, + "z": -98710 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 85, + "instId": 300003, + "propState": 8, + "pos": { + "x": -36050, + "y": -3000, + "z": -98050 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 85, + "instId": 300004, + "propState": 8, + "pos": { + "x": -39100, + "y": -3000, + "z": -93910 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 86, + "instId": 300002, + "propState": 8, + "pos": { + "x": -28610, + "y": -985, + "z": -194330 + }, + "rot": { + "x": 0, + "y": 256118, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 86, + "instId": 300001, + "propState": 8, + "pos": { + "x": -28400, + "y": -985, + "z": -198020 + }, + "rot": { + "x": 0, + "y": 280736, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 86, + "instId": 300005, + "propState": 8, + "pos": { + "x": -41600, + "y": -985, + "z": -198960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 86, + "instId": 300003, + "propState": 8, + "pos": { + "x": -37510, + "y": -985, + "z": -193560 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 86, + "instId": 300004, + "propState": 8, + "pos": { + "x": -47490, + "y": -980, + "z": -180110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101005 + }, + { + "groupId": 86, + "instId": 300006, + "propState": 8, + "pos": { + "x": -18170, + "y": -985, + "z": -207730 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 87, + "instId": 300002, + "propState": 8, + "pos": { + "x": 15580, + "y": -985, + "z": -206040 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 87, + "instId": 300001, + "propState": 8, + "pos": { + "x": 15550, + "y": -985, + "z": -209620 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 87, + "instId": 300005, + "propState": 8, + "pos": { + "x": 6440, + "y": -985, + "z": -204900 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 87, + "instId": 300003, + "propState": 8, + "pos": { + "x": 2410, + "y": -985, + "z": -211140 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 87, + "instId": 300006, + "propState": 8, + "pos": { + "x": 14400, + "y": -985, + "z": -203540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 87, + "instId": 300007, + "propState": 8, + "pos": { + "x": -9810, + "y": -985, + "z": -208090 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 87, + "instId": 300008, + "propState": 8, + "pos": { + "x": 14400, + "y": -985, + "z": -212620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 88, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 88, + "instId": 300002, + "propState": 8, + "pos": { + "x": -29900, + "y": -3020, + "z": -107360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 88, + "instId": 300004, + "propState": 8, + "pos": { + "x": -25210, + "y": -3018, + "z": -105870 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 88, + "instId": 300003, + "propState": 8, + "pos": { + "x": -28590, + "y": -3030, + "z": -103890 + }, + "rot": { + "x": 0, + "y": 337082, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 88, + "instId": 300005, + "propState": 8, + "pos": { + "x": -39100, + "y": -3000, + "z": -93910 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 88, + "instId": 300006, + "propState": 8, + "pos": { + "x": -27570, + "y": -3000, + "z": -97730 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 88, + "instId": 300007, + "propState": 8, + "pos": { + "x": -35650, + "y": -3000, + "z": -99520 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 89, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 89, + "instId": 300002, + "propState": 8, + "pos": { + "x": -121000, + "y": -958, + "z": -166700 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 89, + "instId": 300004, + "propState": 8, + "pos": { + "x": -120990, + "y": -958, + "z": -172590 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 89, + "instId": 300003, + "propState": 8, + "pos": { + "x": -117870, + "y": -958, + "z": -169360 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 89, + "instId": 300005, + "propState": 8, + "pos": { + "x": -93810, + "y": -958, + "z": -168960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 89, + "instId": 300006, + "propState": 8, + "pos": { + "x": -109580, + "y": -936, + "z": -172740 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 89, + "instId": 300007, + "propState": 8, + "pos": { + "x": -109750, + "y": -936, + "z": -165530 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 90, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 90, + "instId": 300002, + "propState": 8, + "pos": { + "x": -78000, + "y": -111, + "z": -69570 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 90, + "instId": 300004, + "propState": 8, + "pos": { + "x": -73460, + "y": -111, + "z": -69560 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 90, + "instId": 300003, + "propState": 8, + "pos": { + "x": -75770, + "y": -111, + "z": -72850 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 90, + "instId": 300005, + "propState": 8, + "pos": { + "x": -75450, + "y": -111, + "z": -95010 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 90, + "instId": 300006, + "propState": 8, + "pos": { + "x": -75450, + "y": -111, + "z": -63520 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 90, + "instId": 300008, + "propState": 8, + "pos": { + "x": -73780, + "y": -111, + "z": -81840 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 90, + "instId": 300009, + "propState": 8, + "pos": { + "x": -78903, + "y": -111, + "z": -81523 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 91, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 91, + "instId": 300004, + "propState": 8, + "pos": { + "x": -122400, + "y": -958, + "z": -172480 + }, + "rot": { + "x": 0, + "y": 74894, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 91, + "instId": 300003, + "propState": 2, + "pos": { + "x": -119370, + "y": -958, + "z": -166600 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1004 + }, + { + "groupId": 91, + "instId": 300002, + "propState": 8, + "pos": { + "x": -116400, + "y": -958, + "z": -169370 + }, + "rot": { + "x": 0, + "y": 86892, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 91, + "instId": 300005, + "propState": 8, + "pos": { + "x": -94010, + "y": -958, + "z": -169670 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 92, + "instId": 300002, + "propState": 8, + "pos": { + "x": 104730, + "y": 2014, + "z": -94210 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1021 + }, + { + "groupId": 92, + "instId": 300004, + "propState": 8, + "pos": { + "x": 94660, + "y": 2014, + "z": -99460 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 92, + "instId": 300012, + "propState": 8, + "pos": { + "x": 89220, + "y": 2014, + "z": -97027 + }, + "rot": { + "x": 0, + "y": 209996, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 92, + "instId": 300013, + "propState": 8, + "pos": { + "x": 89988, + "y": 2014, + "z": -97006 + }, + "rot": { + "x": 0, + "y": 209996, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 92, + "instId": 300015, + "propState": 8, + "pos": { + "x": 89620, + "y": 2014, + "z": -97680 + }, + "rot": { + "x": 0, + "y": 209999, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 92, + "instId": 300019, + "propState": 1, + "pos": { + "x": 94980, + "y": 2014, + "z": -91280 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 92, + "instId": 300001, + "propState": 8, + "pos": { + "x": 76440, + "y": 2014, + "z": -94080 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 92, + "instId": 300003, + "propState": 8, + "pos": { + "x": 106930, + "y": 2014, + "z": -94080 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 93, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 94, + "instId": 300004, + "propState": 8, + "pos": { + "x": -122450, + "y": -958, + "z": -172480 + }, + "rot": { + "x": 0, + "y": 74894, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 94, + "instId": 300005, + "propState": 8, + "pos": { + "x": -94010, + "y": -958, + "z": -169670 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 94, + "instId": 300001, + "propState": 2, + "pos": { + "x": -119370, + "y": -958, + "z": -166600 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1004 + }, + { + "groupId": 94, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 97, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 97, + "instId": 300002, + "propState": 8, + "pos": { + "x": -122942, + "y": -958, + "z": -171806 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 97, + "instId": 300006, + "propState": 8, + "pos": { + "x": -101288, + "y": -958, + "z": -172840 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 97, + "instId": 300007, + "propState": 8, + "pos": { + "x": -80662, + "y": -951, + "z": -172285 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 97, + "instId": 300004, + "propState": 8, + "pos": { + "x": -122930, + "y": -958, + "z": -166990 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 97, + "instId": 300009, + "propState": 8, + "pos": { + "x": -58215, + "y": -985, + "z": -163718 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 97, + "instId": 300003, + "propState": 8, + "pos": { + "x": -122960, + "y": -958, + "z": -169440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 97, + "instId": 300005, + "propState": 8, + "pos": { + "x": -47490, + "y": -980, + "z": -180110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101005 + }, + { + "groupId": 98, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 99, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "monsters": [ + { + "groupId": 66, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -58320, + "y": -111, + "z": -93860 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 67, + "instId": 200002, + "eventId": 0, + "pos": { + "x": -92780, + "y": -2111, + "z": -94092 + }, + "rot": { + "x": 0, + "y": 269964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 68, + "instId": 200002, + "eventId": 0, + "pos": { + "x": -75063, + "y": -111, + "z": -95228 + }, + "rot": { + "x": 0, + "y": 359964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 69, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -119460, + "y": -958, + "z": -169440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 70, + "instId": 200002, + "eventId": 0, + "pos": { + "x": -91800, + "y": -951, + "z": -169430 + }, + "rot": { + "x": 0, + "y": 89964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 71, + "instId": 200002, + "eventId": 0, + "pos": { + "x": -70519, + "y": -947, + "z": -169198 + }, + "rot": { + "x": 0, + "y": 359964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 72, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -9320, + "y": -985, + "z": -231050 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 73, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 6480, + "y": -985, + "z": -231970 + }, + "rot": { + "x": 0, + "y": 44964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 74, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 14380, + "y": -985, + "z": -211270 + }, + "rot": { + "x": 0, + "y": 359964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 75, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -119460, + "y": -958, + "z": -169440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 76, + "instId": 200002, + "eventId": 0, + "pos": { + "x": -90980, + "y": -951, + "z": -170700 + }, + "rot": { + "x": 0, + "y": 89964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 77, + "instId": 200002, + "eventId": 0, + "pos": { + "x": -90930, + "y": -947, + "z": -167930 + }, + "rot": { + "x": 0, + "y": 89964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 78, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -27540, + "y": -3000, + "z": -104420 + }, + "rot": { + "x": 0, + "y": 344179, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 79, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -26650, + "y": -3000, + "z": -104170 + }, + "rot": { + "x": 0, + "y": 344179, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 80, + "instId": 200002, + "eventId": 0, + "pos": { + "x": -28540, + "y": -3000, + "z": -104700 + }, + "rot": { + "x": 0, + "y": 344179, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 81, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -118510, + "y": -958, + "z": -169420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 82, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -118510, + "y": -958, + "z": -170760 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 83, + "instId": 200002, + "eventId": 0, + "pos": { + "x": -118510, + "y": -958, + "z": -168180 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 84, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -28340, + "y": -985, + "z": -196250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 88, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -28590, + "y": -3030, + "z": -103890 + }, + "rot": { + "x": 0, + "y": 337082, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 89, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -117870, + "y": -958, + "z": -169360 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 90, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -75770, + "y": -111, + "z": -72850 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 91, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -116400, + "y": -958, + "z": -169370 + }, + "rot": { + "x": 0, + "y": 86892, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 94, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -116400, + "y": -958, + "z": -169370 + }, + "rot": { + "x": 0, + "y": 86892, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 97, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -119460, + "y": -958, + "z": -169440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 98, + "instId": 200002, + "eventId": 0, + "pos": { + "x": -91800, + "y": -951, + "z": -169430 + }, + "rot": { + "x": 0, + "y": 89964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 99, + "instId": 200002, + "eventId": 0, + "pos": { + "x": -70519, + "y": -947, + "z": -169198 + }, + "rot": { + "x": 0, + "y": 359964, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 81132, + "props": [ + { + "groupId": 2, + "instId": 300001, + "propState": 3, + "pos": { + "x": 81034, + "y": -4800, + "z": 324800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 301011 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 8, + "pos": { + "x": 109772, + "y": -5028, + "z": 318110 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101012 + }, + { + "groupId": 2, + "instId": 300003, + "propState": 8, + "pos": { + "x": 50750, + "y": -5058, + "z": 322069 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101012 + }, + { + "groupId": 2, + "instId": 300020, + "propState": 2, + "pos": { + "x": 108200, + "y": -5058, + "z": 408100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101012 + }, + { + "groupId": 2, + "instId": 300021, + "propState": 2, + "pos": { + "x": 110580, + "y": -5058, + "z": 408360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101012 + }, + { + "groupId": 2, + "instId": 300004, + "propState": 8, + "pos": { + "x": 5410, + "y": 0, + "z": 68460 + }, + "rot": { + "x": 0, + "y": 225620, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 2, + "instId": 300005, + "propState": 8, + "pos": { + "x": 6013, + "y": -58, + "z": 65581 + }, + "rot": { + "x": 0, + "y": 280550, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 2, + "instId": 300006, + "propState": 8, + "pos": { + "x": 33000, + "y": 4000, + "z": 124360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 2, + "instId": 300007, + "propState": 2, + "pos": { + "x": 29990, + "y": 3940, + "z": 129350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 2, + "instId": 300014, + "propState": 8, + "pos": { + "x": 38990, + "y": 3942, + "z": 202570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 2, + "instId": 300019, + "propState": 8, + "pos": { + "x": 35920, + "y": 3942, + "z": 204610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 2, + "instId": 300008, + "propState": 8, + "pos": { + "x": 80880, + "y": -5026, + "z": 291460 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 2, + "instId": 300009, + "propState": 8, + "pos": { + "x": 83660, + "y": -5026, + "z": 284900 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 2, + "instId": 300010, + "propState": 8, + "pos": { + "x": 120824, + "y": -4968, + "z": 329588 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 2, + "instId": 300011, + "propState": 8, + "pos": { + "x": 118130, + "y": -5031, + "z": 335530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 2, + "instId": 300012, + "propState": 8, + "pos": { + "x": 32930, + "y": -2833, + "z": 302940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 2, + "instId": 300013, + "propState": 8, + "pos": { + "x": 30752, + "y": -2833, + "z": 308420 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 2, + "instId": 300015, + "propState": 2, + "pos": { + "x": 123333, + "y": -5031, + "z": 324602 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 301003 + }, + { + "groupId": 2, + "instId": 300016, + "propState": 2, + "pos": { + "x": 122930, + "y": -2021, + "z": 369062 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 301003 + }, + { + "groupId": 2, + "instId": 300017, + "propState": 2, + "pos": { + "x": 50221, + "y": -6158, + "z": 331078 + }, + "rot": { + "x": 0, + "y": 189450, + "z": 0 + }, + "propId": 301003 + }, + { + "groupId": 2, + "instId": 300018, + "propState": 2, + "pos": { + "x": 39231, + "y": 942, + "z": 268055 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 301003 + }, + { + "groupId": 56, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 56, + "instId": 300002, + "propState": 8, + "pos": { + "x": 70070, + "y": 1907, + "z": 94760 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 56, + "instId": 300004, + "propState": 8, + "pos": { + "x": 69960, + "y": 1907, + "z": 89470 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 56, + "instId": 300007, + "propState": 8, + "pos": { + "x": 51202, + "y": 1942, + "z": 95059 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 56, + "instId": 300003, + "propState": 8, + "pos": { + "x": 55501, + "y": 1942, + "z": 88680 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 56, + "instId": 300005, + "propState": 8, + "pos": { + "x": 72480, + "y": 1942, + "z": 92210 + }, + "rot": { + "x": 0, + "y": 269965, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 56, + "instId": 300008, + "propState": 8, + "pos": { + "x": 38180, + "y": 1940, + "z": 92190 + }, + "rot": { + "x": 0, + "y": 269965, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 56, + "instId": 300009, + "propState": 8, + "pos": { + "x": 69220, + "y": 1942, + "z": 92120 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 57, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 57, + "instId": 300002, + "propState": 8, + "pos": { + "x": 35850, + "y": 3965, + "z": 129530 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 57, + "instId": 300006, + "propState": 8, + "pos": { + "x": 29729, + "y": 3965, + "z": 144440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 57, + "instId": 300004, + "propState": 8, + "pos": { + "x": 30167, + "y": 3965, + "z": 129612 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 57, + "instId": 300007, + "propState": 8, + "pos": { + "x": 29700, + "y": 3965, + "z": 147060 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 57, + "instId": 300003, + "propState": 8, + "pos": { + "x": 36270, + "y": 3965, + "z": 141840 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 57, + "instId": 300005, + "propState": 8, + "pos": { + "x": 32890, + "y": 3730, + "z": 129938 + }, + "rot": { + "x": 0, + "y": 2, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 57, + "instId": 300008, + "propState": 8, + "pos": { + "x": 33040, + "y": 3942, + "z": 157150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 57, + "instId": 300009, + "propState": 8, + "pos": { + "x": 68550, + "y": 3940, + "z": 143000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 57, + "instId": 300010, + "propState": 8, + "pos": { + "x": 33000, + "y": 4000, + "z": 124360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 58, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 58, + "instId": 300002, + "propState": 8, + "pos": { + "x": 30390, + "y": 3940, + "z": 122230 + }, + "rot": { + "x": 0, + "y": 164998, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 58, + "instId": 300004, + "propState": 8, + "pos": { + "x": 35780, + "y": 3940, + "z": 122148 + }, + "rot": { + "x": 0, + "y": 194998, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 58, + "instId": 300007, + "propState": 8, + "pos": { + "x": 29816, + "y": 3940, + "z": 105951 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 58, + "instId": 300003, + "propState": 8, + "pos": { + "x": 36059, + "y": 3940, + "z": 111254 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 58, + "instId": 300005, + "propState": 8, + "pos": { + "x": 33050, + "y": 3940, + "z": 122350 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 58, + "instId": 300008, + "propState": 8, + "pos": { + "x": 28550, + "y": 1942, + "z": 106850 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 58, + "instId": 300009, + "propState": 8, + "pos": { + "x": 21890, + "y": 1940, + "z": 84750 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 58, + "instId": 300011, + "propState": 8, + "pos": { + "x": 33000, + "y": 4000, + "z": 124360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 58, + "instId": 300010, + "propState": 8, + "pos": { + "x": 40320, + "y": 1940, + "z": 92020 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 59, + "instId": 300002, + "propState": 8, + "pos": { + "x": 11510, + "y": -58, + "z": 71427 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 59, + "instId": 300001, + "propState": 8, + "pos": { + "x": 9123, + "y": -58, + "z": 74257 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 59, + "instId": 300005, + "propState": 8, + "pos": { + "x": 19069, + "y": 1940, + "z": 84746 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 59, + "instId": 300003, + "propState": 8, + "pos": { + "x": 16370, + "y": -58, + "z": 75670 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 59, + "instId": 300004, + "propState": 8, + "pos": { + "x": 5410, + "y": 0, + "z": 68460 + }, + "rot": { + "x": 0, + "y": 225620, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 59, + "instId": 300006, + "propState": 8, + "pos": { + "x": 28150, + "y": 1940, + "z": 90750 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 60, + "instId": 300002, + "propState": 8, + "pos": { + "x": -9860, + "y": 1942, + "z": 105240 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 60, + "instId": 300001, + "propState": 8, + "pos": { + "x": -9850, + "y": 1942, + "z": 109650 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 60, + "instId": 300005, + "propState": 8, + "pos": { + "x": 9795, + "y": 1942, + "z": 111093 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 60, + "instId": 300003, + "propState": 8, + "pos": { + "x": 5070, + "y": 1942, + "z": 103060 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 60, + "instId": 300004, + "propState": 8, + "pos": { + "x": -13010, + "y": 1942, + "z": 107360 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 60, + "instId": 300006, + "propState": 8, + "pos": { + "x": 1702, + "y": 1942, + "z": 104127 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 60, + "instId": 300007, + "propState": 8, + "pos": { + "x": 28430, + "y": 3940, + "z": 107310 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 61, + "instId": 300002, + "propState": 8, + "pos": { + "x": 40810, + "y": 3942, + "z": 207920 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 61, + "instId": 300001, + "propState": 8, + "pos": { + "x": 36920, + "y": 3942, + "z": 207890 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 61, + "instId": 300005, + "propState": 8, + "pos": { + "x": 42490, + "y": 3942, + "z": 217720 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 61, + "instId": 300003, + "propState": 8, + "pos": { + "x": 35110, + "y": 3942, + "z": 222040 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 61, + "instId": 300004, + "propState": 8, + "pos": { + "x": 38990, + "y": 3942, + "z": 202570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 61, + "instId": 300006, + "propState": 8, + "pos": { + "x": 38850, + "y": 942, + "z": 242260 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 61, + "instId": 300007, + "propState": 8, + "pos": { + "x": 38990, + "y": 3942, + "z": 202570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 62, + "instId": 300004, + "propState": 8, + "pos": { + "x": 97363, + "y": 1907, + "z": 94322 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 62, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 62, + "instId": 300001, + "propState": 2, + "pos": { + "x": 94540, + "y": 1907, + "z": 88250 + }, + "rot": { + "x": 0, + "y": 330848, + "z": 0 + }, + "propId": 1004 + }, + { + "groupId": 62, + "instId": 300003, + "propState": 8, + "pos": { + "x": 91560, + "y": 1907, + "z": 91244 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 62, + "instId": 300005, + "propState": 8, + "pos": { + "x": 70490, + "y": 1907, + "z": 91780 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 62, + "instId": 300006, + "propState": 8, + "pos": { + "x": 98350, + "y": 1907, + "z": 81700 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 63, + "instId": 300002, + "propState": 8, + "pos": { + "x": 33470, + "y": 3942, + "z": 169790 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1021 + }, + { + "groupId": 63, + "instId": 300004, + "propState": 8, + "pos": { + "x": 28440, + "y": 3942, + "z": 180380 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 63, + "instId": 300012, + "propState": 8, + "pos": { + "x": 29761, + "y": 3942, + "z": 184677 + }, + "rot": { + "x": 0, + "y": 209996, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 63, + "instId": 300013, + "propState": 8, + "pos": { + "x": 28998, + "y": 3942, + "z": 185118 + }, + "rot": { + "x": 0, + "y": 209996, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 63, + "instId": 300015, + "propState": 8, + "pos": { + "x": 29750, + "y": 3942, + "z": 185510 + }, + "rot": { + "x": 0, + "y": 209999, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 63, + "instId": 300019, + "propState": 1, + "pos": { + "x": 36920, + "y": 3942, + "z": 179400 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 63, + "instId": 300001, + "propState": 8, + "pos": { + "x": 38990, + "y": 3942, + "z": 202570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 63, + "instId": 300003, + "propState": 8, + "pos": { + "x": 33150, + "y": 3942, + "z": 153990 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 64, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 64, + "instId": 300002, + "propState": 8, + "pos": { + "x": -31500, + "y": 1942, + "z": 106730 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 64, + "instId": 300006, + "propState": 8, + "pos": { + "x": 5953, + "y": -58, + "z": 65450 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 64, + "instId": 300007, + "propState": 8, + "pos": { + "x": -24433, + "y": -58, + "z": 66217 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 64, + "instId": 300004, + "propState": 8, + "pos": { + "x": -26570, + "y": 1942, + "z": 106707 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 64, + "instId": 300009, + "propState": 8, + "pos": { + "x": -30820, + "y": -58, + "z": 85510 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 64, + "instId": 300003, + "propState": 8, + "pos": { + "x": -28980, + "y": 1942, + "z": 106430 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 64, + "instId": 300005, + "propState": 8, + "pos": { + "x": -34830, + "y": 1942, + "z": 104940 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 64, + "instId": 300008, + "propState": 8, + "pos": { + "x": -23670, + "y": 1942, + "z": 104470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 64, + "instId": 300010, + "propState": 8, + "pos": { + "x": 5410, + "y": 0, + "z": 68460 + }, + "rot": { + "x": 0, + "y": 225620, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 65, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 66, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 67, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 67, + "instId": 300002, + "propState": 8, + "pos": { + "x": 82220, + "y": -5026, + "z": 278310 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 67, + "instId": 300006, + "propState": 8, + "pos": { + "x": 82944, + "y": -2026, + "z": 249355 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 67, + "instId": 300007, + "propState": 8, + "pos": { + "x": 79913, + "y": -2026, + "z": 251119 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 67, + "instId": 300004, + "propState": 8, + "pos": { + "x": 85610, + "y": -4976, + "z": 281620 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 67, + "instId": 300009, + "propState": 8, + "pos": { + "x": 102430, + "y": -5026, + "z": 265420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 67, + "instId": 300003, + "propState": 8, + "pos": { + "x": 84010, + "y": -5026, + "z": 279820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 67, + "instId": 300005, + "propState": 8, + "pos": { + "x": 82380, + "y": -5026, + "z": 281370 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 67, + "instId": 300008, + "propState": 8, + "pos": { + "x": 80880, + "y": -5026, + "z": 291460 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 67, + "instId": 300010, + "propState": 3, + "pos": { + "x": 81034, + "y": -4800, + "z": 324800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 301011 + }, + { + "groupId": 68, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 69, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 70, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 70, + "instId": 300002, + "propState": 8, + "pos": { + "x": 123540, + "y": -5031, + "z": 335917 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 70, + "instId": 300006, + "propState": 8, + "pos": { + "x": 89650, + "y": -5009, + "z": 368850 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 70, + "instId": 300007, + "propState": 8, + "pos": { + "x": 116340, + "y": -2021, + "z": 362040 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 70, + "instId": 300004, + "propState": 8, + "pos": { + "x": 118390, + "y": -5031, + "z": 335940 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 70, + "instId": 300009, + "propState": 8, + "pos": { + "x": 123620, + "y": -5031, + "z": 351100 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 70, + "instId": 300003, + "propState": 8, + "pos": { + "x": 120930, + "y": -5031, + "z": 335850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 70, + "instId": 300005, + "propState": 4, + "pos": { + "x": 81034, + "y": -4800, + "z": 324800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 301011 + }, + { + "groupId": 70, + "instId": 300008, + "propState": 8, + "pos": { + "x": 120824, + "y": -4968, + "z": 329588 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 71, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 72, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 73, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 73, + "instId": 300002, + "propState": 8, + "pos": { + "x": -46272, + "y": 1942, + "z": 103044 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 73, + "instId": 300004, + "propState": 8, + "pos": { + "x": -46230, + "y": 1942, + "z": 107190 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 73, + "instId": 300003, + "propState": 8, + "pos": { + "x": -42530, + "y": 1942, + "z": 105030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 73, + "instId": 300005, + "propState": 8, + "pos": { + "x": -14230, + "y": 1942, + "z": 105620 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 73, + "instId": 300006, + "propState": 8, + "pos": { + "x": -29210, + "y": 1942, + "z": 101560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 73, + "instId": 300007, + "propState": 8, + "pos": { + "x": -35323, + "y": 1942, + "z": 103083 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 73, + "instId": 300008, + "propState": 8, + "pos": { + "x": -34350, + "y": 1942, + "z": 107580 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 74, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 74, + "instId": 300002, + "propState": 8, + "pos": { + "x": 2870, + "y": 3939, + "z": 252860 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 74, + "instId": 300004, + "propState": 8, + "pos": { + "x": 2913, + "y": 3939, + "z": 258530 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 74, + "instId": 300003, + "propState": 8, + "pos": { + "x": 7760, + "y": 3939, + "z": 255800 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 74, + "instId": 300005, + "propState": 8, + "pos": { + "x": 29540, + "y": 957, + "z": 255820 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 74, + "instId": 300006, + "propState": 8, + "pos": { + "x": 9404, + "y": 3939, + "z": 253723 + }, + "rot": { + "x": 0, + "y": 270009, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 74, + "instId": 300007, + "propState": 8, + "pos": { + "x": 9720, + "y": 3939, + "z": 259830 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 75, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 75, + "instId": 300002, + "propState": 8, + "pos": { + "x": 110550, + "y": -5028, + "z": 328280 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 75, + "instId": 300004, + "propState": 8, + "pos": { + "x": 116220, + "y": -5030, + "z": 328238 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 75, + "instId": 300003, + "propState": 8, + "pos": { + "x": 112928, + "y": -5029, + "z": 325611 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 75, + "instId": 300005, + "propState": 8, + "pos": { + "x": 114180, + "y": 957, + "z": 298370 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 75, + "instId": 300006, + "propState": 8, + "pos": { + "x": 120824, + "y": -4968, + "z": 329588 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 75, + "instId": 300007, + "propState": 3, + "pos": { + "x": 81034, + "y": -4800, + "z": 324800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 301011 + }, + { + "groupId": 75, + "instId": 300009, + "propState": 8, + "pos": { + "x": 109500, + "y": -5028, + "z": 318330 + }, + "rot": { + "x": 0, + "y": 270009, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 75, + "instId": 300010, + "propState": 8, + "pos": { + "x": 117230, + "y": -5031, + "z": 316240 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 82, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 82, + "instId": 300002, + "propState": 8, + "pos": { + "x": 123540, + "y": -5031, + "z": 335917 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 82, + "instId": 300006, + "propState": 8, + "pos": { + "x": 95600, + "y": -5009, + "z": 364380 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 82, + "instId": 300007, + "propState": 8, + "pos": { + "x": 109440, + "y": -2021, + "z": 368880 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 82, + "instId": 300004, + "propState": 8, + "pos": { + "x": 118390, + "y": -5031, + "z": 335940 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 82, + "instId": 300009, + "propState": 8, + "pos": { + "x": 123620, + "y": -5031, + "z": 351100 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 82, + "instId": 300003, + "propState": 8, + "pos": { + "x": 120930, + "y": -5031, + "z": 336190 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 82, + "instId": 300005, + "propState": 4, + "pos": { + "x": 81034, + "y": -4800, + "z": 324800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 301011 + }, + { + "groupId": 82, + "instId": 300008, + "propState": 8, + "pos": { + "x": 85970, + "y": -5019, + "z": 366510 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 82, + "instId": 300010, + "propState": 8, + "pos": { + "x": 120824, + "y": -4968, + "z": 329588 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 91, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 92, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 93, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 93, + "instId": 300002, + "propState": 8, + "pos": { + "x": 70070, + "y": 1907, + "z": 94760 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 93, + "instId": 300004, + "propState": 8, + "pos": { + "x": 69960, + "y": 1907, + "z": 89470 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 93, + "instId": 300007, + "propState": 8, + "pos": { + "x": 50390, + "y": 1942, + "z": 95100 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 93, + "instId": 300003, + "propState": 8, + "pos": { + "x": 55508, + "y": 1942, + "z": 88665 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 93, + "instId": 300005, + "propState": 8, + "pos": { + "x": 72480, + "y": 1942, + "z": 92210 + }, + "rot": { + "x": 0, + "y": 269965, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 93, + "instId": 300008, + "propState": 8, + "pos": { + "x": 38180, + "y": 1940, + "z": 92190 + }, + "rot": { + "x": 0, + "y": 269965, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 93, + "instId": 300009, + "propState": 8, + "pos": { + "x": 69380, + "y": 1942, + "z": 92120 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 94, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 95, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 96, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 96, + "instId": 300002, + "propState": 8, + "pos": { + "x": -31500, + "y": 1942, + "z": 106730 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 96, + "instId": 300006, + "propState": 8, + "pos": { + "x": 5950, + "y": -58, + "z": 65410 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 96, + "instId": 300007, + "propState": 8, + "pos": { + "x": -24498, + "y": -58, + "z": 66232 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 96, + "instId": 300004, + "propState": 8, + "pos": { + "x": -26570, + "y": 1942, + "z": 106707 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 96, + "instId": 300009, + "propState": 8, + "pos": { + "x": -30840, + "y": -58, + "z": 85530 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 96, + "instId": 300003, + "propState": 8, + "pos": { + "x": -28980, + "y": 1942, + "z": 106770 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 96, + "instId": 300005, + "propState": 8, + "pos": { + "x": -34830, + "y": 1942, + "z": 104940 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 96, + "instId": 300008, + "propState": 8, + "pos": { + "x": -23670, + "y": 1942, + "z": 104470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 96, + "instId": 300010, + "propState": 8, + "pos": { + "x": 5410, + "y": 0, + "z": 68460 + }, + "rot": { + "x": 0, + "y": 225620, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 97, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 98, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 99, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 99, + "instId": 300002, + "propState": 8, + "pos": { + "x": 35850, + "y": 3965, + "z": 129530 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 99, + "instId": 300006, + "propState": 8, + "pos": { + "x": 29733, + "y": 3965, + "z": 144440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 99, + "instId": 300004, + "propState": 8, + "pos": { + "x": 30167, + "y": 3965, + "z": 129612 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 99, + "instId": 300007, + "propState": 8, + "pos": { + "x": 29700, + "y": 3965, + "z": 147060 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 99, + "instId": 300003, + "propState": 8, + "pos": { + "x": 36270, + "y": 3965, + "z": 141840 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 99, + "instId": 300005, + "propState": 8, + "pos": { + "x": 33070, + "y": 3730, + "z": 129430 + }, + "rot": { + "x": 0, + "y": 2, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 99, + "instId": 300008, + "propState": 8, + "pos": { + "x": 33040, + "y": 3942, + "z": 157150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 99, + "instId": 300009, + "propState": 8, + "pos": { + "x": 68550, + "y": 3940, + "z": 143000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 99, + "instId": 300010, + "propState": 8, + "pos": { + "x": 33000, + "y": 4000, + "z": 124360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 100, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 101, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 101, + "instId": 300004, + "propState": 8, + "pos": { + "x": 97450, + "y": 1907, + "z": 94420 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 101, + "instId": 300003, + "propState": 2, + "pos": { + "x": 94500, + "y": 1907, + "z": 88280 + }, + "rot": { + "x": 0, + "y": 310130, + "z": 0 + }, + "propId": 1004 + }, + { + "groupId": 101, + "instId": 300002, + "propState": 8, + "pos": { + "x": 91551, + "y": 1907, + "z": 91170 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 101, + "instId": 300005, + "propState": 8, + "pos": { + "x": 70490, + "y": 1907, + "z": 91780 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 101, + "instId": 300006, + "propState": 8, + "pos": { + "x": 98350, + "y": 1907, + "z": 81700 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 105 + } + ], + "monsters": [ + { + "groupId": 56, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 61930, + "y": 1942, + "z": 92120 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 57, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 32890, + "y": 3965, + "z": 134540 + }, + "rot": { + "x": 0, + "y": 2, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 58, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 33050, + "y": 3940, + "z": 117540 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 62, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 91611, + "y": 1907, + "z": 91152 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 64, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -28980, + "y": 1942, + "z": 100810 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 65, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 3830, + "y": -58, + "z": 66710 + }, + "rot": { + "x": 0, + "y": 269964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 66, + "instId": 200002, + "eventId": 0, + "pos": { + "x": -29311, + "y": -58, + "z": 74034 + }, + "rot": { + "x": 0, + "y": 359964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 67, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 87790, + "y": -5026, + "z": 275990 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 68, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 93200, + "y": -2026, + "z": 252390 + }, + "rot": { + "x": 0, + "y": 269964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 69, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 72190, + "y": 974, + "z": 263590 + }, + "rot": { + "x": 0, + "y": 179964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 70, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 120930, + "y": -5031, + "z": 343840 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 71, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 107480, + "y": -2021, + "z": 366630 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 72, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 116770, + "y": -2021, + "z": 373180 + }, + "rot": { + "x": 0, + "y": 179964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 73, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -42530, + "y": 1942, + "z": 105030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 74, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 7760, + "y": 3939, + "z": 256020 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 75, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 112922, + "y": -5029, + "z": 325623 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 82, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 120930, + "y": -5031, + "z": 343840 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 91, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 115270, + "y": -2021, + "z": 363430 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 92, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 119200, + "y": -2021, + "z": 372770 + }, + "rot": { + "x": 0, + "y": 179964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 93, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 62700, + "y": 1942, + "z": 90700 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 94, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 62700, + "y": 1942, + "z": 93540 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 96, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -28980, + "y": 1942, + "z": 100810 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 97, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 3690, + "y": -58, + "z": 66780 + }, + "rot": { + "x": 0, + "y": 269964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 98, + "instId": 200002, + "eventId": 0, + "pos": { + "x": -29311, + "y": -58, + "z": 74034 + }, + "rot": { + "x": 0, + "y": 359964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 99, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 34390, + "y": 3965, + "z": 134740 + }, + "rot": { + "x": 0, + "y": 2, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 100, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 31890, + "y": 3965, + "z": 134740 + }, + "rot": { + "x": 0, + "y": 2, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 101, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 91551, + "y": 1907, + "z": 91170 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 81211, + "props": [ + { + "groupId": 3, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 8, + "pos": { + "x": -7664, + "y": 5257, + "z": -56100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 8, + "pos": { + "x": -10357, + "y": 5240, + "z": -54820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 8, + "pos": { + "x": -19103, + "y": 5240, + "z": -74285 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 8, + "pos": { + "x": -20770, + "y": 5240, + "z": -76194 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 4, + "instId": 300005, + "propState": 8, + "pos": { + "x": 40420, + "y": 9101, + "z": 175980 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 5, + "instId": 300004, + "propState": 8, + "pos": { + "x": 7010, + "y": 8526, + "z": -105710 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 2, + "pos": { + "x": 13010, + "y": 8526, + "z": -106060 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 1004 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 8, + "pos": { + "x": 10230, + "y": 8526, + "z": -109520 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 5, + "instId": 300005, + "propState": 8, + "pos": { + "x": 5528, + "y": 8526, + "z": -108682 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 5, + "instId": 300006, + "propState": 8, + "pos": { + "x": 15031, + "y": 8526, + "z": -108682 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 8, + "pos": { + "x": 57550, + "y": 7006, + "z": -103560 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1021 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 8, + "pos": { + "x": 47340, + "y": 7006, + "z": -108650 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 6, + "instId": 300012, + "propState": 8, + "pos": { + "x": 42452, + "y": 7006, + "z": -106409 + }, + "rot": { + "x": 0, + "y": 209996, + "z": 0 + }, + "propId": 102005 + }, + { + "groupId": 6, + "instId": 300013, + "propState": 8, + "pos": { + "x": 42423, + "y": 7006, + "z": -107193 + }, + "rot": { + "x": 0, + "y": 209996, + "z": 0 + }, + "propId": 102005 + }, + { + "groupId": 6, + "instId": 300015, + "propState": 8, + "pos": { + "x": 41810, + "y": 7006, + "z": -106770 + }, + "rot": { + "x": 0, + "y": 209999, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 6, + "instId": 300019, + "propState": 1, + "pos": { + "x": 47620, + "y": 7006, + "z": -100640 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": 32295, + "y": 7006, + "z": -108605 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 8, + "pos": { + "x": 7070, + "y": 8526, + "z": -105910 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 8, + "pos": { + "x": 10230, + "y": 8526, + "z": -111830 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 7, + "instId": 300005, + "propState": 8, + "pos": { + "x": 5528, + "y": 8526, + "z": -108682 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 7, + "instId": 300006, + "propState": 8, + "pos": { + "x": 15031, + "y": 8526, + "z": -108682 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 7, + "instId": 300007, + "propState": 2, + "pos": { + "x": 13060, + "y": 8526, + "z": -108850 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 1004 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 8, + "pos": { + "x": -9930, + "y": 5236, + "z": -61740 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 8, + "pos": { + "x": -5230, + "y": 5236, + "z": -61600 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 8, + "pos": { + "x": -7060, + "y": 5236, + "z": -66220 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 8, + "pos": { + "x": -7664, + "y": 5257, + "z": -56100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 8, + "instId": 300006, + "propState": 8, + "pos": { + "x": -19103, + "y": 5240, + "z": -74285 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 8, + "instId": 300007, + "propState": 8, + "pos": { + "x": -13832, + "y": 5236, + "z": -93780 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 8, + "instId": 300008, + "propState": 8, + "pos": { + "x": -11899, + "y": 5236, + "z": -70178 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 8, + "instId": 300009, + "propState": 8, + "pos": { + "x": -2910, + "y": 5236, + "z": -73350 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 8, + "instId": 300010, + "propState": 8, + "pos": { + "x": -12210, + "y": 5236, + "z": -73570 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 8, + "pos": { + "x": -41760, + "y": 5564, + "z": -111830 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 9, + "instId": 300004, + "propState": 8, + "pos": { + "x": -41860, + "y": 5564, + "z": -105970 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 8, + "pos": { + "x": -37790, + "y": 5564, + "z": -108580 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300005, + "propState": 8, + "pos": { + "x": -16170, + "y": 7036, + "z": -108510 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 9, + "instId": 300006, + "propState": 8, + "pos": { + "x": -40270, + "y": 5562, + "z": -101460 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 9, + "instId": 300007, + "propState": 8, + "pos": { + "x": -28100, + "y": 7036, + "z": -104370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 9, + "instId": 300008, + "propState": 8, + "pos": { + "x": -27960, + "y": 7036, + "z": -112680 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 8, + "pos": { + "x": 97220, + "y": 2231, + "z": 80090 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 10, + "instId": 300004, + "propState": 8, + "pos": { + "x": 97080, + "y": 2231, + "z": 85950 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 8, + "pos": { + "x": 92550, + "y": 2231, + "z": 82850 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300005, + "propState": 8, + "pos": { + "x": 80553, + "y": 2231, + "z": 104745 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 10, + "instId": 300006, + "propState": 8, + "pos": { + "x": 69320, + "y": 2746, + "z": 74200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 10, + "instId": 300008, + "propState": 8, + "pos": { + "x": 85310, + "y": 2231, + "z": 89760 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 10, + "instId": 300009, + "propState": 8, + "pos": { + "x": 92350, + "y": 2231, + "z": 89700 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 8, + "pos": { + "x": -9670, + "y": 5236, + "z": -61720 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 11, + "instId": 300004, + "propState": 8, + "pos": { + "x": -5210, + "y": 5236, + "z": -61540 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 11, + "instId": 300012, + "propState": 8, + "pos": { + "x": -11830, + "y": 5236, + "z": -72410 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300013, + "propState": 8, + "pos": { + "x": -2840, + "y": 5236, + "z": -74220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 8, + "pos": { + "x": -7664, + "y": 5257, + "z": -56100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 11, + "instId": 300005, + "propState": 8, + "pos": { + "x": -19103, + "y": 5240, + "z": -74285 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 11, + "instId": 300006, + "propState": 8, + "pos": { + "x": -13832, + "y": 5236, + "z": -93780 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 11, + "instId": 300007, + "propState": 8, + "pos": { + "x": -11899, + "y": 5236, + "z": -70178 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 8, + "pos": { + "x": -41900, + "y": 5564, + "z": -110900 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 12, + "instId": 300004, + "propState": 8, + "pos": { + "x": -41870, + "y": 5564, + "z": -106230 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 12, + "instId": 300012, + "propState": 8, + "pos": { + "x": -28267, + "y": 7036, + "z": -112722 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300013, + "propState": 8, + "pos": { + "x": -28149, + "y": 7036, + "z": -104047 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300003, + "propState": 8, + "pos": { + "x": -16170, + "y": 7036, + "z": -108510 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 12, + "instId": 300005, + "propState": 8, + "pos": { + "x": -40270, + "y": 5562, + "z": -101460 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 13, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 8, + "pos": { + "x": 97280, + "y": 2231, + "z": 80360 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 8, + "pos": { + "x": 97220, + "y": 2231, + "z": 85330 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 13, + "instId": 300012, + "propState": 8, + "pos": { + "x": 87538, + "y": 2240, + "z": 91536 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 13, + "instId": 300013, + "propState": 8, + "pos": { + "x": 86688, + "y": 2231, + "z": 77164 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 8, + "pos": { + "x": 80553, + "y": 2231, + "z": 104745 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 13, + "instId": 300005, + "propState": 8, + "pos": { + "x": 69320, + "y": 2746, + "z": 74200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 14, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 8, + "pos": { + "x": -10190, + "y": 5236, + "z": -58640 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 14, + "instId": 300006, + "propState": 8, + "pos": { + "x": -3950, + "y": 5236, + "z": -76050 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 14, + "instId": 300004, + "propState": 8, + "pos": { + "x": -5110, + "y": 5236, + "z": -58460 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 14, + "instId": 300007, + "propState": 8, + "pos": { + "x": -10260, + "y": 5236, + "z": -70240 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 14, + "instId": 300003, + "propState": 8, + "pos": { + "x": -3980, + "y": 5236, + "z": -68560 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 14, + "instId": 300005, + "propState": 8, + "pos": { + "x": -7700, + "y": 5236, + "z": -58610 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 14, + "instId": 300008, + "propState": 8, + "pos": { + "x": -7664, + "y": 5257, + "z": -56100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 14, + "instId": 300009, + "propState": 8, + "pos": { + "x": -19103, + "y": 5240, + "z": -74285 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 14, + "instId": 300010, + "propState": 8, + "pos": { + "x": -13832, + "y": 5236, + "z": -93780 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 14, + "instId": 300011, + "propState": 8, + "pos": { + "x": -11899, + "y": 5236, + "z": -70178 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 15, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 15, + "instId": 300002, + "propState": 8, + "pos": { + "x": -41900, + "y": 5564, + "z": -110900 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 15, + "instId": 300006, + "propState": 8, + "pos": { + "x": -23760, + "y": 7036, + "z": -104110 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 15, + "instId": 300004, + "propState": 8, + "pos": { + "x": -41870, + "y": 5564, + "z": -106230 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 15, + "instId": 300007, + "propState": 8, + "pos": { + "x": -27980, + "y": 7036, + "z": -113113 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 15, + "instId": 300003, + "propState": 8, + "pos": { + "x": -27900, + "y": 7036, + "z": -104050 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 15, + "instId": 300005, + "propState": 8, + "pos": { + "x": -41860, + "y": 5564, + "z": -108660 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 15, + "instId": 300008, + "propState": 8, + "pos": { + "x": -6212, + "y": 7036, + "z": -108510 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 15, + "instId": 300009, + "propState": 8, + "pos": { + "x": -40270, + "y": 5562, + "z": -101460 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 15, + "instId": 300010, + "propState": 8, + "pos": { + "x": -13907, + "y": 5236, + "z": -97567 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 16, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 8, + "pos": { + "x": 97280, + "y": 2231, + "z": 80360 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 16, + "instId": 300006, + "propState": 8, + "pos": { + "x": 86230, + "y": 2231, + "z": 76880 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 16, + "instId": 300004, + "propState": 8, + "pos": { + "x": 97220, + "y": 2231, + "z": 85330 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 16, + "instId": 300007, + "propState": 8, + "pos": { + "x": 90340, + "y": 2240, + "z": 89843 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 16, + "instId": 300003, + "propState": 8, + "pos": { + "x": 84150, + "y": 2231, + "z": 91030 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 16, + "instId": 300005, + "propState": 8, + "pos": { + "x": 97301, + "y": 2231, + "z": 82862 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300008, + "propState": 8, + "pos": { + "x": 80553, + "y": 2231, + "z": 104745 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 16, + "instId": 300009, + "propState": 8, + "pos": { + "x": 50087, + "y": 2246, + "z": 74200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 8, + "pos": { + "x": -10190, + "y": 5236, + "z": -58640 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 17, + "instId": 300006, + "propState": 8, + "pos": { + "x": -3870, + "y": 5236, + "z": -76240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 17, + "instId": 300004, + "propState": 8, + "pos": { + "x": -5110, + "y": 5236, + "z": -58460 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 17, + "instId": 300007, + "propState": 8, + "pos": { + "x": -10360, + "y": 5236, + "z": -70380 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 17, + "instId": 300003, + "propState": 8, + "pos": { + "x": -3920, + "y": 5236, + "z": -68600 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 17, + "instId": 300005, + "propState": 8, + "pos": { + "x": -7610, + "y": 5236, + "z": -58590 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 17, + "instId": 300008, + "propState": 8, + "pos": { + "x": -7664, + "y": 5257, + "z": -56100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 17, + "instId": 300009, + "propState": 8, + "pos": { + "x": -19103, + "y": 5240, + "z": -74285 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 17, + "instId": 300010, + "propState": 8, + "pos": { + "x": -13832, + "y": 5236, + "z": -93780 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 17, + "instId": 300011, + "propState": 8, + "pos": { + "x": -11899, + "y": 5236, + "z": -70178 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 18, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 19, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 19, + "instId": 300002, + "propState": 8, + "pos": { + "x": -41900, + "y": 5564, + "z": -110900 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 19, + "instId": 300006, + "propState": 8, + "pos": { + "x": -23740, + "y": 7036, + "z": -104160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 19, + "instId": 300004, + "propState": 8, + "pos": { + "x": -41870, + "y": 5564, + "z": -106230 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 19, + "instId": 300007, + "propState": 8, + "pos": { + "x": -27900, + "y": 7036, + "z": -113113 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 19, + "instId": 300003, + "propState": 8, + "pos": { + "x": -27900, + "y": 7036, + "z": -104050 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 19, + "instId": 300005, + "propState": 8, + "pos": { + "x": -41940, + "y": 5564, + "z": -108580 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 19, + "instId": 300008, + "propState": 8, + "pos": { + "x": -6212, + "y": 7036, + "z": -108510 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 19, + "instId": 300009, + "propState": 8, + "pos": { + "x": -40270, + "y": 5562, + "z": -101460 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 19, + "instId": 300010, + "propState": 8, + "pos": { + "x": -13907, + "y": 5236, + "z": -97567 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 20, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300002, + "propState": 8, + "pos": { + "x": 1000, + "y": 9101, + "z": 115470 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 21, + "instId": 300006, + "propState": 8, + "pos": { + "x": 43630, + "y": 9101, + "z": 157326 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 21, + "instId": 300007, + "propState": 8, + "pos": { + "x": 43770, + "y": 9101, + "z": 138151 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 21, + "instId": 300004, + "propState": 8, + "pos": { + "x": 1010, + "y": 9101, + "z": 120440 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 21, + "instId": 300009, + "propState": 8, + "pos": { + "x": 24698, + "y": 9101, + "z": 114670 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 21, + "instId": 300003, + "propState": 8, + "pos": { + "x": 1010, + "y": 9101, + "z": 117950 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300005, + "propState": 8, + "pos": { + "x": 38204, + "y": 9101, + "z": 179006 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 21, + "instId": 300008, + "propState": 8, + "pos": { + "x": 3901, + "y": 9184, + "z": 107800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 22, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 23, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 24, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 24, + "instId": 300002, + "propState": 8, + "pos": { + "x": -2150, + "y": 2171, + "z": 57630 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 24, + "instId": 300006, + "propState": 8, + "pos": { + "x": -69143, + "y": 821, + "z": 76489 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 24, + "instId": 300007, + "propState": 8, + "pos": { + "x": -47268, + "y": 2171, + "z": 65005 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 24, + "instId": 300004, + "propState": 8, + "pos": { + "x": -2150, + "y": 2171, + "z": 53440 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 24, + "instId": 300009, + "propState": 8, + "pos": { + "x": -18060, + "y": 2171, + "z": 64480 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 24, + "instId": 300003, + "propState": 8, + "pos": { + "x": -1970, + "y": 2171, + "z": 55480 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 24, + "instId": 300005, + "propState": 8, + "pos": { + "x": -54150, + "y": 2171, + "z": 42510 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 24, + "instId": 300008, + "propState": 8, + "pos": { + "x": -13790, + "y": 2171, + "z": 37800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 24, + "instId": 300010, + "propState": 8, + "pos": { + "x": -43237, + "y": 2171, + "z": 76988 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 24, + "instId": 300011, + "propState": 8, + "pos": { + "x": 6551, + "y": 2171, + "z": 66094 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 24, + "instId": 300012, + "propState": 8, + "pos": { + "x": 6306, + "y": 2171, + "z": 46861 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 26, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 27, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 28, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 28, + "instId": 300002, + "propState": 8, + "pos": { + "x": -13960, + "y": -1147, + "z": 9760 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 28, + "instId": 300006, + "propState": 8, + "pos": { + "x": 1005, + "y": -1085, + "z": 13430 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 28, + "instId": 300007, + "propState": 8, + "pos": { + "x": 20870, + "y": -1116, + "z": 9170 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 28, + "instId": 300004, + "propState": 8, + "pos": { + "x": -14070, + "y": -1147, + "z": 13940 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 28, + "instId": 300009, + "propState": 8, + "pos": { + "x": 41450, + "y": -1074, + "z": -1300 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 28, + "instId": 300003, + "propState": 8, + "pos": { + "x": -14100, + "y": -1147, + "z": 11840 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 28, + "instId": 300005, + "propState": 8, + "pos": { + "x": 24222, + "y": -1116, + "z": 4390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 28, + "instId": 300008, + "propState": 8, + "pos": { + "x": 30395, + "y": 623, + "z": 4390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 28, + "instId": 300010, + "propState": 8, + "pos": { + "x": -10060, + "y": -1147, + "z": 8930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 28, + "instId": 300011, + "propState": 8, + "pos": { + "x": -13940, + "y": -1147, + "z": 18130 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 28, + "instId": 300012, + "propState": 8, + "pos": { + "x": 48675, + "y": -2836, + "z": 36880 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 29, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 30, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 31, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 31, + "instId": 300002, + "propState": 8, + "pos": { + "x": 1000, + "y": 9101, + "z": 115470 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 31, + "instId": 300006, + "propState": 8, + "pos": { + "x": 33716, + "y": 9101, + "z": 137020 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 31, + "instId": 300007, + "propState": 8, + "pos": { + "x": 43770, + "y": 9101, + "z": 138151 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 31, + "instId": 300004, + "propState": 8, + "pos": { + "x": 1010, + "y": 9101, + "z": 120440 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 31, + "instId": 300009, + "propState": 8, + "pos": { + "x": 24698, + "y": 9101, + "z": 114670 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 31, + "instId": 300003, + "propState": 8, + "pos": { + "x": 1020, + "y": 9101, + "z": 117960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 31, + "instId": 300005, + "propState": 8, + "pos": { + "x": 38204, + "y": 9101, + "z": 179006 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 31, + "instId": 300008, + "propState": 8, + "pos": { + "x": 3901, + "y": 9184, + "z": 107800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 33, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 34, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 36, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 36, + "instId": 300002, + "propState": 8, + "pos": { + "x": -2150, + "y": 2171, + "z": 57630 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 36, + "instId": 300006, + "propState": 8, + "pos": { + "x": -69143, + "y": 821, + "z": 76489 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 36, + "instId": 300007, + "propState": 8, + "pos": { + "x": -47268, + "y": 2171, + "z": 65005 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 36, + "instId": 300004, + "propState": 8, + "pos": { + "x": -2150, + "y": 2171, + "z": 53440 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 36, + "instId": 300009, + "propState": 8, + "pos": { + "x": -18060, + "y": 2171, + "z": 64480 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 36, + "instId": 300003, + "propState": 8, + "pos": { + "x": -2030, + "y": 2171, + "z": 55520 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 36, + "instId": 300005, + "propState": 8, + "pos": { + "x": -54150, + "y": 2171, + "z": 42510 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 36, + "instId": 300008, + "propState": 8, + "pos": { + "x": -13790, + "y": 2171, + "z": 37800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 36, + "instId": 300010, + "propState": 8, + "pos": { + "x": -43237, + "y": 2171, + "z": 76988 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 36, + "instId": 300011, + "propState": 8, + "pos": { + "x": 6551, + "y": 2171, + "z": 66094 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 36, + "instId": 300012, + "propState": 8, + "pos": { + "x": 6306, + "y": 2171, + "z": 46861 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 37, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 38, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "monsters": [ + { + "groupId": 5, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 10230, + "y": 8526, + "z": -109560 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 7, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 10230, + "y": 8526, + "z": -111830 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 8, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -7700, + "y": 5236, + "z": -64340 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 9, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -38432, + "y": 5564, + "z": -108737 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 10, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 94070, + "y": 2231, + "z": 82890 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 14, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -7630, + "y": 5236, + "z": -63290 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 15, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -36718, + "y": 5564, + "z": -108903 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 16, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 94300, + "y": 2231, + "z": 83080 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 17, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -8680, + "y": 5236, + "z": -63290 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 18, + "instId": 200002, + "eventId": 0, + "pos": { + "x": -6470, + "y": 5236, + "z": -63270 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 19, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -36718, + "y": 5564, + "z": -110221 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 20, + "instId": 200002, + "eventId": 0, + "pos": { + "x": -36729, + "y": 5562, + "z": -107497 + }, + "rot": { + "x": 0, + "y": 89964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 21, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 4734, + "y": 9101, + "z": 117960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 22, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 39170, + "y": 9101, + "z": 122760 + }, + "rot": { + "x": 0, + "y": 359964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 23, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 39212, + "y": 9101, + "z": 148846 + }, + "rot": { + "x": 0, + "y": 359964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 24, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -5790, + "y": 2171, + "z": 55560 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 26, + "instId": 200002, + "eventId": 0, + "pos": { + "x": -58850, + "y": 821, + "z": 72120 + }, + "rot": { + "x": 0, + "y": 269964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 27, + "instId": 200002, + "eventId": 0, + "pos": { + "x": -29423, + "y": 2171, + "z": 56307 + }, + "rot": { + "x": 0, + "y": 269964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 28, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -12140, + "y": -1147, + "z": 12080 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 29, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 11230, + "y": -1116, + "z": 11060 + }, + "rot": { + "x": 0, + "y": 89964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 30, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 41490, + "y": -1074, + "z": 8140 + }, + "rot": { + "x": 0, + "y": 359964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 31, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 4734, + "y": 9101, + "z": 117960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 33, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 38035, + "y": 9101, + "z": 123095 + }, + "rot": { + "x": 0, + "y": 359964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 34, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 38040, + "y": 9101, + "z": 120650 + }, + "rot": { + "x": 0, + "y": 359964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 36, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -5790, + "y": 2171, + "z": 55560 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 37, + "instId": 200002, + "eventId": 0, + "pos": { + "x": -58850, + "y": 821, + "z": 72120 + }, + "rot": { + "x": 0, + "y": 269964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 38, + "instId": 200002, + "eventId": 0, + "pos": { + "x": -29423, + "y": 2171, + "z": 56307 + }, + "rot": { + "x": 0, + "y": 269964, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 81212, + "props": [ + { + "groupId": 3, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 8, + "pos": { + "x": 30030, + "y": -31163, + "z": -39351 + }, + "rot": { + "x": 0, + "y": 269578, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 8, + "pos": { + "x": 61286, + "y": -34210, + "z": -80659 + }, + "rot": { + "x": 0, + "y": 269578, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 8, + "pos": { + "x": 65687, + "y": -31213, + "z": -100279 + }, + "rot": { + "x": 0, + "y": 359578, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 8, + "pos": { + "x": -13866, + "y": -31109, + "z": -143544 + }, + "rot": { + "x": 0, + "y": 359578, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 4, + "instId": 300005, + "propState": 8, + "pos": { + "x": 66343, + "y": -31228, + "z": -139898 + }, + "rot": { + "x": 0, + "y": 89578, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 4, + "instId": 300006, + "propState": 8, + "pos": { + "x": 28325, + "y": -31213, + "z": -40965 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 4, + "instId": 300007, + "propState": 2, + "pos": { + "x": 59120, + "y": -34241, + "z": -84424 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 4, + "instId": 300008, + "propState": 8, + "pos": { + "x": 69120, + "y": -34241, + "z": -91442 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 4, + "instId": 300009, + "propState": 8, + "pos": { + "x": -10332, + "y": -31159, + "z": -141719 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 4, + "instId": 300010, + "propState": 8, + "pos": { + "x": 68340, + "y": -31263, + "z": -137570 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 8, + "pos": { + "x": 137790, + "y": 8008, + "z": 3050 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 5, + "instId": 300006, + "propState": 8, + "pos": { + "x": 101300, + "y": 5351, + "z": -9240 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 5, + "instId": 300007, + "propState": 8, + "pos": { + "x": 119050, + "y": 8008, + "z": -1870 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 5, + "instId": 300004, + "propState": 8, + "pos": { + "x": 132190, + "y": 8008, + "z": 3050 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 5, + "instId": 300009, + "propState": 8, + "pos": { + "x": 124990, + "y": 8008, + "z": -11430 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 8, + "pos": { + "x": 135070, + "y": 8008, + "z": 3060 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 5, + "instId": 300005, + "propState": 8, + "pos": { + "x": 95770, + "y": 7183, + "z": -12520 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 8, + "pos": { + "x": 86810, + "y": 5351, + "z": -9320 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 8, + "instId": 300006, + "propState": 8, + "pos": { + "x": 95700, + "y": 5351, + "z": -4020 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 8, + "instId": 300007, + "propState": 8, + "pos": { + "x": 119050, + "y": 8008, + "z": -1870 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 8, + "pos": { + "x": 87210, + "y": 5351, + "z": -5170 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 8, + "instId": 300009, + "propState": 8, + "pos": { + "x": 101630, + "y": 5351, + "z": -8990 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 8, + "pos": { + "x": 87540, + "y": 5351, + "z": -7600 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 8, + "pos": { + "x": 95770, + "y": 7183, + "z": -12520 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 8, + "pos": { + "x": 139380, + "y": 8008, + "z": -4240 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 11, + "instId": 300004, + "propState": 8, + "pos": { + "x": 139390, + "y": 8008, + "z": -8860 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 11, + "instId": 300006, + "propState": 8, + "pos": { + "x": 117096, + "y": 8057, + "z": -5266 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 11, + "instId": 300012, + "propState": 8, + "pos": { + "x": 131400, + "y": 8008, + "z": -11750 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300013, + "propState": 8, + "pos": { + "x": 128300, + "y": 8008, + "z": -2280 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 8, + "pos": { + "x": 143830, + "y": 2265, + "z": -15360 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 12, + "instId": 300006, + "propState": 8, + "pos": { + "x": 134690, + "y": 2265, + "z": -23200 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300004, + "propState": 8, + "pos": { + "x": 143840, + "y": 2265, + "z": -19650 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 12, + "instId": 300007, + "propState": 8, + "pos": { + "x": 137090, + "y": 2265, + "z": -16020 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300005, + "propState": 8, + "pos": { + "x": 143760, + "y": 2265, + "z": -17560 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 12, + "instId": 300003, + "propState": 8, + "pos": { + "x": 115360, + "y": 5351, + "z": -20970 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 12, + "instId": 300008, + "propState": 8, + "pos": { + "x": 136174, + "y": 2265, + "z": -24293 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 13, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 8, + "pos": { + "x": 14300, + "y": -31213, + "z": -53120 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 13, + "instId": 300006, + "propState": 8, + "pos": { + "x": -1240, + "y": -31213, + "z": -25640 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 13, + "instId": 300007, + "propState": 8, + "pos": { + "x": -8204, + "y": -31213, + "z": -54560 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 8, + "pos": { + "x": 14310, + "y": -31213, + "z": -48760 + }, + "rot": { + "x": 0, + "y": 254999, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 13, + "instId": 300009, + "propState": 8, + "pos": { + "x": 3610, + "y": -31213, + "z": -48170 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 8, + "pos": { + "x": 13486, + "y": -31213, + "z": -50513 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300005, + "propState": 8, + "pos": { + "x": 10300, + "y": -31213, + "z": -44450 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 13, + "instId": 300008, + "propState": 8, + "pos": { + "x": -11547, + "y": -31213, + "z": -54130 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 13, + "instId": 300010, + "propState": 8, + "pos": { + "x": 17414, + "y": -31213, + "z": -55180 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 13, + "instId": 300011, + "propState": 8, + "pos": { + "x": 8016, + "y": -31213, + "z": -23320 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 14, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 15, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 8, + "pos": { + "x": 3420, + "y": -31213, + "z": -9380 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 16, + "instId": 300006, + "propState": 8, + "pos": { + "x": 3270, + "y": -31213, + "z": -18570 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 16, + "instId": 300004, + "propState": 8, + "pos": { + "x": -300, + "y": -31213, + "z": -6620 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 16, + "instId": 300007, + "propState": 8, + "pos": { + "x": 3210, + "y": -31213, + "z": -17290 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 16, + "instId": 300005, + "propState": 8, + "pos": { + "x": 1450, + "y": -31213, + "z": -8260 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300003, + "propState": 8, + "pos": { + "x": -12170, + "y": -31213, + "z": -38820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 16, + "instId": 300008, + "propState": 8, + "pos": { + "x": 8016, + "y": -31213, + "z": -23320 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 8, + "pos": { + "x": 13450, + "y": -31213, + "z": -48620 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 17, + "instId": 300006, + "propState": 8, + "pos": { + "x": -1610, + "y": -31055, + "z": -46930 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 17, + "instId": 300004, + "propState": 8, + "pos": { + "x": 13270, + "y": -31213, + "z": -52530 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 17, + "instId": 300007, + "propState": 8, + "pos": { + "x": 1170, + "y": -31055, + "z": -46850 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 17, + "instId": 300005, + "propState": 8, + "pos": { + "x": 13220, + "y": -31213, + "z": -50700 + }, + "rot": { + "x": 0, + "y": 270271, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 17, + "instId": 300003, + "propState": 8, + "pos": { + "x": -12170, + "y": -31213, + "z": -45170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 17, + "instId": 300008, + "propState": 8, + "pos": { + "x": 10300, + "y": -31213, + "z": -44450 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 17, + "instId": 300009, + "propState": 8, + "pos": { + "x": -11547, + "y": -31213, + "z": -54130 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 17, + "instId": 300010, + "propState": 8, + "pos": { + "x": 17414, + "y": -31213, + "z": -55180 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 18, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 19, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 19, + "instId": 300002, + "propState": 8, + "pos": { + "x": 15580, + "y": -31213, + "z": -48810 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 19, + "instId": 300004, + "propState": 8, + "pos": { + "x": 15660, + "y": -31213, + "z": -52890 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 19, + "instId": 300003, + "propState": 8, + "pos": { + "x": 9900, + "y": -31213, + "z": -50910 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 19, + "instId": 300005, + "propState": 8, + "pos": { + "x": -9300, + "y": -31213, + "z": -49660 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 19, + "instId": 300006, + "propState": 8, + "pos": { + "x": 10300, + "y": -31213, + "z": -44450 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 19, + "instId": 300008, + "propState": 8, + "pos": { + "x": 17414, + "y": -31213, + "z": -55180 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 19, + "instId": 300007, + "propState": 8, + "pos": { + "x": 5870, + "y": -31213, + "z": -46920 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 19, + "instId": 300009, + "propState": 8, + "pos": { + "x": 3980, + "y": -31213, + "z": -48024 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 20, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 8, + "pos": { + "x": 7400, + "y": -31159, + "z": -132270 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 20, + "instId": 300004, + "propState": 8, + "pos": { + "x": 13470, + "y": -31159, + "z": -132570 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 20, + "instId": 300006, + "propState": 8, + "pos": { + "x": 14728, + "y": -31159, + "z": -106776 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 20, + "instId": 300012, + "propState": 8, + "pos": { + "x": 4675, + "y": -31159, + "z": -114470 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 20, + "instId": 300013, + "propState": 8, + "pos": { + "x": 4800, + "y": -31159, + "z": -116510 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 20, + "instId": 300003, + "propState": 8, + "pos": { + "x": 10210, + "y": -31159, + "z": -134860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 21, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300002, + "propState": 8, + "pos": { + "x": 6410, + "y": -31159, + "z": -154680 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 21, + "instId": 300006, + "propState": 8, + "pos": { + "x": 2967, + "y": -31159, + "z": -142468 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 21, + "instId": 300004, + "propState": 8, + "pos": { + "x": 11840, + "y": -31159, + "z": -154920 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 21, + "instId": 300007, + "propState": 8, + "pos": { + "x": 13289, + "y": -31159, + "z": -143281 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 21, + "instId": 300005, + "propState": 8, + "pos": { + "x": 9270, + "y": -31159, + "z": -154050 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300003, + "propState": 8, + "pos": { + "x": 12290, + "y": -31098, + "z": -129739 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 21, + "instId": 300008, + "propState": 8, + "pos": { + "x": 17060, + "y": -31159, + "z": -153281 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 21, + "instId": 300009, + "propState": 8, + "pos": { + "x": 838, + "y": -31159, + "z": -138942 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 22, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 22, + "instId": 300002, + "propState": 8, + "pos": { + "x": 119990, + "y": -28127, + "z": -147910 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 22, + "instId": 300006, + "propState": 8, + "pos": { + "x": 103449, + "y": -28131, + "z": -141026 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 22, + "instId": 300007, + "propState": 8, + "pos": { + "x": 111540, + "y": -28131, + "z": -150680 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 22, + "instId": 300004, + "propState": 8, + "pos": { + "x": 120060, + "y": -28127, + "z": -143260 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 22, + "instId": 300009, + "propState": 8, + "pos": { + "x": 83900, + "y": -31263, + "z": -139960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 22, + "instId": 300003, + "propState": 8, + "pos": { + "x": 120030, + "y": -28076, + "z": -145750 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 22, + "instId": 300005, + "propState": 8, + "pos": { + "x": 109990, + "y": -28131, + "z": -140630 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 22, + "instId": 300008, + "propState": 8, + "pos": { + "x": 66343, + "y": -31228, + "z": -139898 + }, + "rot": { + "x": 0, + "y": 89578, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 22, + "instId": 300010, + "propState": 8, + "pos": { + "x": 122600, + "y": -28127, + "z": -145270 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 23, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 24, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300002, + "propState": 8, + "pos": { + "x": 106690, + "y": -28131, + "z": -156120 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 25, + "instId": 300004, + "propState": 8, + "pos": { + "x": 102520, + "y": -28131, + "z": -157900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 25, + "instId": 300003, + "propState": 8, + "pos": { + "x": 102610, + "y": -28131, + "z": -153490 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300005, + "propState": 8, + "pos": { + "x": 112630, + "y": -28131, + "z": -145360 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 25, + "instId": 300006, + "propState": 8, + "pos": { + "x": 109950, + "y": -28131, + "z": -140620 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 25, + "instId": 300008, + "propState": 8, + "pos": { + "x": 93570, + "y": -28131, + "z": -143000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 25, + "instId": 300007, + "propState": 8, + "pos": { + "x": 95980, + "y": -28131, + "z": -147210 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 25, + "instId": 300009, + "propState": 8, + "pos": { + "x": 100000, + "y": -28131, + "z": -141310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 26, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 26, + "instId": 300002, + "propState": 8, + "pos": { + "x": 100340, + "y": -28131, + "z": -157850 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 26, + "instId": 300004, + "propState": 8, + "pos": { + "x": 104760, + "y": -28131, + "z": -158000 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 26, + "instId": 300006, + "propState": 8, + "pos": { + "x": 109920, + "y": -28131, + "z": -140660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 26, + "instId": 300012, + "propState": 8, + "pos": { + "x": 95990, + "y": -28131, + "z": -148240 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 26, + "instId": 300013, + "propState": 8, + "pos": { + "x": 95730, + "y": -28131, + "z": -151380 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 26, + "instId": 300003, + "propState": 8, + "pos": { + "x": 112790, + "y": -28131, + "z": -145600 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 26, + "instId": 300005, + "propState": 8, + "pos": { + "x": 93450, + "y": -28131, + "z": -142940 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 27, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 27, + "instId": 300002, + "propState": 8, + "pos": { + "x": 119990, + "y": -28127, + "z": -147910 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 27, + "instId": 300006, + "propState": 8, + "pos": { + "x": 103449, + "y": -28131, + "z": -141026 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 27, + "instId": 300007, + "propState": 8, + "pos": { + "x": 111540, + "y": -28131, + "z": -150700 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 27, + "instId": 300004, + "propState": 8, + "pos": { + "x": 120060, + "y": -28127, + "z": -143260 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 27, + "instId": 300009, + "propState": 8, + "pos": { + "x": 83900, + "y": -31263, + "z": -139960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 27, + "instId": 300003, + "propState": 8, + "pos": { + "x": 115910, + "y": -28076, + "z": -145450 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 27, + "instId": 300005, + "propState": 8, + "pos": { + "x": 109990, + "y": -28131, + "z": -140630 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 27, + "instId": 300008, + "propState": 8, + "pos": { + "x": 66343, + "y": -31228, + "z": -139898 + }, + "rot": { + "x": 0, + "y": 89578, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 27, + "instId": 300010, + "propState": 8, + "pos": { + "x": 130420, + "y": -28127, + "z": -145270 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 28, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 29, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 30, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 30, + "instId": 300002, + "propState": 8, + "pos": { + "x": 105020, + "y": -28121, + "z": -117260 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 30, + "instId": 300006, + "propState": 8, + "pos": { + "x": 110680, + "y": -28121, + "z": -104870 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 30, + "instId": 300004, + "propState": 8, + "pos": { + "x": 99680, + "y": -28121, + "z": -117120 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 30, + "instId": 300007, + "propState": 8, + "pos": { + "x": 110690, + "y": -28121, + "z": -106410 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 30, + "instId": 300005, + "propState": 8, + "pos": { + "x": 102520, + "y": -28121, + "z": -117340 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 30, + "instId": 300003, + "propState": 8, + "pos": { + "x": 112580, + "y": -28121, + "z": -114860 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 30, + "instId": 300008, + "propState": 8, + "pos": { + "x": 93511, + "y": -28071, + "z": -113828 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 30, + "instId": 300009, + "propState": 8, + "pos": { + "x": 109820, + "y": -28121, + "z": -119750 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 31, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 32, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 32, + "instId": 300002, + "propState": 8, + "pos": { + "x": 100340, + "y": -28121, + "z": -93810 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 32, + "instId": 300004, + "propState": 8, + "pos": { + "x": 105010, + "y": -28121, + "z": -94030 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 32, + "instId": 300003, + "propState": 8, + "pos": { + "x": 102640, + "y": -28121, + "z": -97550 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 32, + "instId": 300005, + "propState": 8, + "pos": { + "x": 112580, + "y": -28121, + "z": -114860 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 32, + "instId": 300006, + "propState": 8, + "pos": { + "x": 93511, + "y": -28071, + "z": -113828 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 32, + "instId": 300007, + "propState": 8, + "pos": { + "x": 109820, + "y": -28121, + "z": -119750 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 32, + "instId": 300009, + "propState": 8, + "pos": { + "x": 96450, + "y": -28121, + "z": -105560 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 32, + "instId": 300010, + "propState": 8, + "pos": { + "x": 95240, + "y": -28121, + "z": -106940 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 33, + "instId": 300002, + "propState": 8, + "pos": { + "x": 98591, + "y": 604, + "z": -45124 + }, + "rot": { + "x": 0, + "y": 60457, + "z": 0 + }, + "propId": 1021 + }, + { + "groupId": 33, + "instId": 300004, + "propState": 8, + "pos": { + "x": 106960, + "y": 661, + "z": -35650 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 33, + "instId": 300012, + "propState": 8, + "pos": { + "x": 113291, + "y": 661, + "z": -34901 + }, + "rot": { + "x": 0, + "y": 209996, + "z": 0 + }, + "propId": 102005 + }, + { + "groupId": 33, + "instId": 300013, + "propState": 8, + "pos": { + "x": 112168, + "y": 661, + "z": -34725 + }, + "rot": { + "x": 0, + "y": 209996, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 33, + "instId": 300015, + "propState": 8, + "pos": { + "x": 112630, + "y": 661, + "z": -35500 + }, + "rot": { + "x": 0, + "y": 209999, + "z": 0 + }, + "propId": 102005 + }, + { + "groupId": 33, + "instId": 300019, + "propState": 1, + "pos": { + "x": 110240, + "y": 604, + "z": -44110 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 33, + "instId": 300001, + "propState": 8, + "pos": { + "x": 123610, + "y": 661, + "z": -37350 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 34, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 34, + "instId": 300004, + "propState": 8, + "pos": { + "x": 157690, + "y": -28127, + "z": -112590 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 34, + "instId": 300003, + "propState": 2, + "pos": { + "x": 155100, + "y": -28127, + "z": -118690 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1004 + }, + { + "groupId": 34, + "instId": 300002, + "propState": 8, + "pos": { + "x": 151550, + "y": -28127, + "z": -115340 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 34, + "instId": 300005, + "propState": 8, + "pos": { + "x": 130270, + "y": -28127, + "z": -115220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 35, + "instId": 300004, + "propState": 8, + "pos": { + "x": 157778, + "y": -28127, + "z": -112535 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 35, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 35, + "instId": 300001, + "propState": 2, + "pos": { + "x": 155000, + "y": -28127, + "z": -118590 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1004 + }, + { + "groupId": 35, + "instId": 300003, + "propState": 8, + "pos": { + "x": 151570, + "y": -28127, + "z": -115280 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 35, + "instId": 300005, + "propState": 8, + "pos": { + "x": 130270, + "y": -28127, + "z": -115220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + } + ], + "monsters": [ + { + "groupId": 5, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 134670, + "y": 8008, + "z": -1080 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 6, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 108890, + "y": 5351, + "z": -5350 + }, + "rot": { + "x": 0, + "y": 269964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 7, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 120011, + "y": 8008, + "z": -5171 + }, + "rot": { + "x": 0, + "y": 269964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 8, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 90360, + "y": 5351, + "z": -7600 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 9, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 119280, + "y": 8008, + "z": -3670 + }, + "rot": { + "x": 0, + "y": 89964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 10, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 119154, + "y": 8008, + "z": -6334 + }, + "rot": { + "x": 0, + "y": 89964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 12, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 139910, + "y": 2265, + "z": -18250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 13, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 11430, + "y": -31213, + "z": -50800 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 14, + "instId": 200002, + "eventId": 0, + "pos": { + "x": -9330, + "y": -31213, + "z": -27780 + }, + "rot": { + "x": 0, + "y": 329964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 15, + "instId": 200002, + "eventId": 0, + "pos": { + "x": -11160, + "y": -31098, + "z": -50670 + }, + "rot": { + "x": 0, + "y": 269964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 16, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -340, + "y": -31213, + "z": -11520 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 17, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 9640, + "y": -31213, + "z": -50530 + }, + "rot": { + "x": 0, + "y": 270271, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 18, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 9740, + "y": -31213, + "z": -51930 + }, + "rot": { + "x": 0, + "y": 269964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 19, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 12300, + "y": -31213, + "z": -50880 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 21, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 9270, + "y": -31159, + "z": -151541 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 22, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 115910, + "y": -28076, + "z": -145450 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 23, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 97290, + "y": -28131, + "z": -143170 + }, + "rot": { + "x": 0, + "y": 269964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 24, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 106410, + "y": -28131, + "z": -148670 + }, + "rot": { + "x": 0, + "y": 269964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 25, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 102620, + "y": -28131, + "z": -153470 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 27, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 115910, + "y": -28076, + "z": -145450 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 28, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 97290, + "y": -28131, + "z": -143170 + }, + "rot": { + "x": 0, + "y": 269964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 29, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 106410, + "y": -28131, + "z": -148670 + }, + "rot": { + "x": 0, + "y": 269964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 30, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 103880, + "y": -28121, + "z": -113570 + }, + "rot": { + "x": 0, + "y": 271, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 31, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 100950, + "y": -28121, + "z": -113570 + }, + "rot": { + "x": 0, + "y": 344964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 32, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 102640, + "y": -28121, + "z": -97550 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 34, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 151560, + "y": -28127, + "z": -115340 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 35, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 151540, + "y": -28127, + "z": -115380 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 81221, + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 8, + "pos": { + "x": 24008, + "y": 10913, + "z": -117960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 18, + "instId": 300001, + "propState": 8, + "pos": { + "x": 51790, + "y": 10913, + "z": -114960 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 8, + "pos": { + "x": 51790, + "y": 10913, + "z": -120960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 18, + "instId": 300003, + "propState": 8, + "pos": { + "x": 34790, + "y": 10913, + "z": -114960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 18, + "instId": 300004, + "propState": 8, + "pos": { + "x": 37790, + "y": 10913, + "z": -120960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 18, + "instId": 300005, + "propState": 8, + "pos": { + "x": 40790, + "y": 10913, + "z": -114960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 18, + "instId": 300006, + "propState": 8, + "pos": { + "x": 35630, + "y": 10913, + "z": -114960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 18, + "instId": 300007, + "propState": 8, + "pos": { + "x": 38571, + "y": 10913, + "z": -120960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 18, + "instId": 300008, + "propState": 8, + "pos": { + "x": 41660, + "y": 10913, + "z": -114960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 20, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34874, + "y": 8240, + "z": -103613 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 8, + "pos": { + "x": -13107, + "y": 9297, + "z": -111243 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 21, + "instId": 300001, + "propState": 8, + "pos": { + "x": -53230, + "y": 8240, + "z": -119090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 21, + "instId": 300002, + "propState": 8, + "pos": { + "x": -53230, + "y": 8240, + "z": -113090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 21, + "instId": 300003, + "propState": 8, + "pos": { + "x": -36230, + "y": 8240, + "z": -119090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300004, + "propState": 8, + "pos": { + "x": -39230, + "y": 8240, + "z": -113090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300005, + "propState": 8, + "pos": { + "x": -42230, + "y": 8240, + "z": -119090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300006, + "propState": 8, + "pos": { + "x": -37070, + "y": 8240, + "z": -119090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300007, + "propState": 8, + "pos": { + "x": -40011, + "y": 8240, + "z": -113090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300008, + "propState": 8, + "pos": { + "x": -43100, + "y": 8240, + "z": -119090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 22, + "instId": 300001, + "propState": 8, + "pos": { + "x": -49230, + "y": 8240, + "z": -116090 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 22, + "instId": 300002, + "propState": 8, + "pos": { + "x": -49230, + "y": 8240, + "z": -116090 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 23, + "instId": 300001, + "propState": 8, + "pos": { + "x": -35248, + "y": 8240, + "z": -89200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 8, + "pos": { + "x": -67170, + "y": 10224, + "z": -74160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 23, + "instId": 300003, + "propState": 8, + "pos": { + "x": -14465, + "y": 12905, + "z": -75931 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 24, + "instId": 300001, + "propState": 8, + "pos": { + "x": -40170, + "y": 10224, + "z": -71160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 24, + "instId": 300002, + "propState": 8, + "pos": { + "x": -40170, + "y": 10224, + "z": -77160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 24, + "instId": 300003, + "propState": 8, + "pos": { + "x": -57170, + "y": 10224, + "z": -71160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 24, + "instId": 300004, + "propState": 8, + "pos": { + "x": -54170, + "y": 10224, + "z": -77490 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 24, + "instId": 300005, + "propState": 8, + "pos": { + "x": -51170, + "y": 10224, + "z": -71160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 24, + "instId": 300006, + "propState": 8, + "pos": { + "x": -56330, + "y": 10224, + "z": -71160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 24, + "instId": 300007, + "propState": 8, + "pos": { + "x": -53389, + "y": 10224, + "z": -77490 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 24, + "instId": 300008, + "propState": 8, + "pos": { + "x": -50300, + "y": 10224, + "z": -71160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 26, + "instId": 300001, + "propState": 8, + "pos": { + "x": -61623, + "y": 10224, + "z": -77730 + }, + "rot": { + "x": 0, + "y": 358486, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 26, + "instId": 300002, + "propState": 8, + "pos": { + "x": -61782, + "y": 10224, + "z": -71732 + }, + "rot": { + "x": 0, + "y": 268486, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 26, + "instId": 300003, + "propState": 8, + "pos": { + "x": -44629, + "y": 10224, + "z": -77281 + }, + "rot": { + "x": 0, + "y": 268486, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 26, + "instId": 300004, + "propState": 8, + "pos": { + "x": -47786, + "y": 10224, + "z": -71110 + }, + "rot": { + "x": 0, + "y": 268486, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 26, + "instId": 300005, + "propState": 8, + "pos": { + "x": -50627, + "y": 10224, + "z": -77440 + }, + "rot": { + "x": 0, + "y": 268486, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 26, + "instId": 300006, + "propState": 8, + "pos": { + "x": -45469, + "y": 10224, + "z": -77303 + }, + "rot": { + "x": 0, + "y": 268486, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 26, + "instId": 300007, + "propState": 8, + "pos": { + "x": -48567, + "y": 10224, + "z": -71131 + }, + "rot": { + "x": 0, + "y": 268486, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 26, + "instId": 300008, + "propState": 8, + "pos": { + "x": -51497, + "y": 10224, + "z": -77463 + }, + "rot": { + "x": 0, + "y": 268486, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 27, + "instId": 300001, + "propState": 8, + "pos": { + "x": -57704, + "y": 10224, + "z": -74626 + }, + "rot": { + "x": 0, + "y": 88486, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 27, + "instId": 300002, + "propState": 8, + "pos": { + "x": -57704, + "y": 10224, + "z": -74626 + }, + "rot": { + "x": 0, + "y": 88486, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 31, + "instId": 300002, + "propState": 8, + "pos": { + "x": 100, + "y": 7739, + "z": 19536 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 32, + "instId": 300001, + "propState": 8, + "pos": { + "x": -2420, + "y": 8361, + "z": 60030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 33, + "instId": 300001, + "propState": 8, + "pos": { + "x": 580, + "y": 8551, + "z": 54030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 33, + "instId": 300002, + "propState": 2, + "pos": { + "x": 3580, + "y": 8584, + "z": 57030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1004 + }, + { + "groupId": 33, + "instId": 300003, + "propState": 8, + "pos": { + "x": 580, + "y": 8551, + "z": 54030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 34, + "instId": 300001, + "propState": 8, + "pos": { + "x": 157330, + "y": 21642, + "z": -74429 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 34, + "instId": 300002, + "propState": 8, + "pos": { + "x": 164200, + "y": 19670, + "z": -91762 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 34, + "instId": 300003, + "propState": 8, + "pos": { + "x": 184600, + "y": 19670, + "z": -91757 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 34, + "instId": 300004, + "propState": 8, + "pos": { + "x": 184600, + "y": 19670, + "z": -57200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 34, + "instId": 300005, + "propState": 8, + "pos": { + "x": 164200, + "y": 19670, + "z": -57200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 35, + "instId": 300001, + "propState": 8, + "pos": { + "x": 182330, + "y": 21642, + "z": -74130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 36, + "instId": 300001, + "propState": 8, + "pos": { + "x": 172330, + "y": 21642, + "z": -78130 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 36, + "instId": 300002, + "propState": 1, + "pos": { + "x": 172330, + "y": 21642, + "z": -70130 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 36, + "instId": 300003, + "propState": 8, + "pos": { + "x": 167219, + "y": 21642, + "z": -76383 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 36, + "instId": 300004, + "propState": 8, + "pos": { + "x": 166800, + "y": 21642, + "z": -77289 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 102005 + }, + { + "groupId": 36, + "instId": 300005, + "propState": 8, + "pos": { + "x": 167772, + "y": 21642, + "z": -77214 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 102005 + }, + { + "groupId": 51, + "instId": 300001, + "propState": 8, + "pos": { + "x": -69666, + "y": 3522, + "z": -9644 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 51, + "instId": 300002, + "propState": 8, + "pos": { + "x": -60775, + "y": 3506, + "z": -18535 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 52, + "instId": 300001, + "propState": 8, + "pos": { + "x": -65132, + "y": 769, + "z": -31155 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 52, + "instId": 300002, + "propState": 8, + "pos": { + "x": -69375, + "y": 769, + "z": -35398 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 52, + "instId": 300003, + "propState": 8, + "pos": { + "x": -76318, + "y": 769, + "z": -18632 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 52, + "instId": 300004, + "propState": 8, + "pos": { + "x": -79274, + "y": 769, + "z": -26108 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 52, + "instId": 300005, + "propState": 8, + "pos": { + "x": -72075, + "y": 769, + "z": -22875 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 52, + "instId": 300006, + "propState": 8, + "pos": { + "x": -75724, + "y": 769, + "z": -19226 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 52, + "instId": 300007, + "propState": 8, + "pos": { + "x": -78722, + "y": 769, + "z": -26660 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 52, + "instId": 300008, + "propState": 8, + "pos": { + "x": -71460, + "y": 769, + "z": -23490 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 53, + "instId": 300001, + "propState": 8, + "pos": { + "x": -70082, + "y": 769, + "z": -30448 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 53, + "instId": 300002, + "propState": 8, + "pos": { + "x": -70082, + "y": 769, + "z": -30448 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 54, + "instId": 300001, + "propState": 8, + "pos": { + "x": -78448, + "y": 769, + "z": -21990 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 55, + "instId": 300001, + "propState": 8, + "pos": { + "x": -77040, + "y": 769, + "z": -23540 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 56, + "instId": 300001, + "propState": 8, + "pos": { + "x": 115770, + "y": 726, + "z": 53563 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 57, + "instId": 300001, + "propState": 8, + "pos": { + "x": 136380, + "y": -3511, + "z": 21440 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 57, + "instId": 300002, + "propState": 8, + "pos": { + "x": 130380, + "y": -3511, + "z": 21440 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 57, + "instId": 300003, + "propState": 8, + "pos": { + "x": 136380, + "y": -1784, + "z": 60490 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300004, + "propState": 8, + "pos": { + "x": 130380, + "y": -1784, + "z": 55900 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300005, + "propState": 8, + "pos": { + "x": 136380, + "y": -1784, + "z": 51560 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300006, + "propState": 8, + "pos": { + "x": 136380, + "y": -1784, + "z": 59650 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300007, + "propState": 8, + "pos": { + "x": 130380, + "y": -1784, + "z": 55119 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300008, + "propState": 8, + "pos": { + "x": 136380, + "y": -1784, + "z": 50690 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300001, + "propState": 8, + "pos": { + "x": 133380, + "y": -3472, + "z": 25440 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 58, + "instId": 300002, + "propState": 8, + "pos": { + "x": 133380, + "y": -3472, + "z": 25440 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 59, + "instId": 300001, + "propState": 8, + "pos": { + "x": 133347, + "y": -1784, + "z": 46220 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 60, + "instId": 300001, + "propState": 8, + "pos": { + "x": 133660, + "y": -1784, + "z": 35920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 61, + "instId": 300001, + "propState": 8, + "pos": { + "x": 130380, + "y": -1784, + "z": 67400 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 61, + "instId": 300002, + "propState": 8, + "pos": { + "x": 136380, + "y": -1784, + "z": 67400 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 61, + "instId": 300003, + "propState": 8, + "pos": { + "x": 130380, + "y": -1784, + "z": 42990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 61, + "instId": 300004, + "propState": 8, + "pos": { + "x": 136380, + "y": -1784, + "z": 49649 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 61, + "instId": 300005, + "propState": 8, + "pos": { + "x": 130380, + "y": -1784, + "z": 56000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 61, + "instId": 300006, + "propState": 8, + "pos": { + "x": 130380, + "y": -1784, + "z": 43830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 61, + "instId": 300007, + "propState": 8, + "pos": { + "x": 136380, + "y": -1784, + "z": 50430 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 61, + "instId": 300008, + "propState": 8, + "pos": { + "x": 130380, + "y": -1784, + "z": 56870 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300001, + "propState": 8, + "pos": { + "x": 133380, + "y": -1784, + "z": 63400 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 63, + "instId": 300002, + "propState": 8, + "pos": { + "x": 133380, + "y": -1784, + "z": 63400 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 64, + "instId": 300001, + "propState": 8, + "pos": { + "x": 133350, + "y": -1784, + "z": 47280 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 65, + "instId": 300001, + "propState": 8, + "pos": { + "x": 133425, + "y": -1784, + "z": 49040 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 66, + "instId": 300001, + "propState": 8, + "pos": { + "x": -73852, + "y": -997, + "z": 52862 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 67, + "instId": 300001, + "propState": 8, + "pos": { + "x": -93576, + "y": -5823, + "z": 75670 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 67, + "instId": 300002, + "propState": 8, + "pos": { + "x": -87576, + "y": -5818, + "z": 75670 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 67, + "instId": 300003, + "propState": 8, + "pos": { + "x": -94250, + "y": -4222, + "z": 50260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 67, + "instId": 300004, + "propState": 8, + "pos": { + "x": -86950, + "y": -4222, + "z": 59980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 67, + "instId": 300005, + "propState": 8, + "pos": { + "x": -94250, + "y": -4222, + "z": 56260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 67, + "instId": 300006, + "propState": 8, + "pos": { + "x": -94250, + "y": -4222, + "z": 51100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 67, + "instId": 300007, + "propState": 8, + "pos": { + "x": -86950, + "y": -4222, + "z": 60761 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 67, + "instId": 300008, + "propState": 8, + "pos": { + "x": -94250, + "y": -4222, + "z": 57130 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 68, + "instId": 300001, + "propState": 8, + "pos": { + "x": -90576, + "y": -5830, + "z": 71670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 68, + "instId": 300002, + "propState": 8, + "pos": { + "x": -90576, + "y": -5830, + "z": 71670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 69, + "instId": 300001, + "propState": 8, + "pos": { + "x": -90550, + "y": -4222, + "z": 61540 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 70, + "instId": 300001, + "propState": 8, + "pos": { + "x": -90520, + "y": -4222, + "z": 63070 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 71, + "instId": 300001, + "propState": 8, + "pos": { + "x": 440, + "y": 6758, + "z": -131220 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 71, + "instId": 300002, + "propState": 8, + "pos": { + "x": 24547, + "y": 10913, + "z": -117988 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 71, + "instId": 300003, + "propState": 8, + "pos": { + "x": 331, + "y": 12905, + "z": -89309 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 71, + "instId": 300004, + "propState": 8, + "pos": { + "x": -13000, + "y": 9297, + "z": -111188 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 72, + "instId": 300001, + "propState": 8, + "pos": { + "x": -2560, + "y": 9297, + "z": -98540 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 72, + "instId": 300002, + "propState": 8, + "pos": { + "x": 3440, + "y": 9297, + "z": -98540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 72, + "instId": 300003, + "propState": 8, + "pos": { + "x": -2560, + "y": 9297, + "z": -117710 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 72, + "instId": 300004, + "propState": 8, + "pos": { + "x": 3440, + "y": 9297, + "z": -114730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 72, + "instId": 300005, + "propState": 8, + "pos": { + "x": -2560, + "y": 9682, + "z": -109540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 72, + "instId": 300006, + "propState": 8, + "pos": { + "x": -2560, + "y": 9297, + "z": -116870 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 72, + "instId": 300007, + "propState": 8, + "pos": { + "x": 3440, + "y": 9297, + "z": -113949 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 72, + "instId": 300008, + "propState": 8, + "pos": { + "x": -2560, + "y": 9682, + "z": -108670 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 74, + "instId": 300001, + "propState": 8, + "pos": { + "x": -54290, + "y": 8240, + "z": -119090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 74, + "instId": 300002, + "propState": 8, + "pos": { + "x": -54290, + "y": 8240, + "z": -113090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 74, + "instId": 300003, + "propState": 8, + "pos": { + "x": -37290, + "y": 8240, + "z": -119090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 74, + "instId": 300004, + "propState": 8, + "pos": { + "x": -40290, + "y": 8240, + "z": -113090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 74, + "instId": 300005, + "propState": 8, + "pos": { + "x": -43290, + "y": 8240, + "z": -119090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 74, + "instId": 300006, + "propState": 8, + "pos": { + "x": -38130, + "y": 8240, + "z": -119090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 74, + "instId": 300007, + "propState": 8, + "pos": { + "x": -41071, + "y": 8240, + "z": -113090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 74, + "instId": 300008, + "propState": 8, + "pos": { + "x": -44160, + "y": 8240, + "z": -119090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 75, + "instId": 300001, + "propState": 8, + "pos": { + "x": -50290, + "y": 8240, + "z": -117880 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 75, + "instId": 300002, + "propState": 8, + "pos": { + "x": -50290, + "y": 8240, + "z": -117880 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 76, + "instId": 300001, + "propState": 8, + "pos": { + "x": -50290, + "y": 8240, + "z": -114310 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "monsters": [ + { + "groupId": 22, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -49230, + "y": 8240, + "z": -116090 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 27, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -57704, + "y": 10224, + "z": -74626 + }, + "rot": { + "x": 0, + "y": 88486, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 33, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 580, + "y": 8551, + "z": 54030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 53, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -70082, + "y": 769, + "z": -30448 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 54, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -78448, + "y": 769, + "z": -21990 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 55, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -77040, + "y": 769, + "z": -23540 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 58, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 133380, + "y": -3472, + "z": 25440 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 59, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 133347, + "y": -1784, + "z": 46220 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 60, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 133660, + "y": -1784, + "z": 35920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 63, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 133380, + "y": -1784, + "z": 63400 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 64, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 133350, + "y": -1784, + "z": 47280 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 65, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 133425, + "y": -1784, + "z": 49040 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 68, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -90576, + "y": -5830, + "z": 71670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 69, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -90550, + "y": -4222, + "z": 61540 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 70, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -90520, + "y": -4222, + "z": 63070 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 75, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -50290, + "y": 8240, + "z": -117880 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 76, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -50290, + "y": 8240, + "z": -114310 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 81222, + "props": [ + { + "groupId": 9, + "instId": 300002, + "propState": 8, + "pos": { + "x": -41310, + "y": 49900, + "z": 41960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 902 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 15, + "pos": { + "x": 18339, + "y": 50362, + "z": 42690 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102074 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 8, + "pos": { + "x": 52640, + "y": 43758, + "z": 187500 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 8, + "pos": { + "x": 52640, + "y": 43758, + "z": 181500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 12, + "instId": 300003, + "propState": 8, + "pos": { + "x": 35640, + "y": 43758, + "z": 189240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 12, + "instId": 300004, + "propState": 8, + "pos": { + "x": 39500, + "y": 43758, + "z": 177560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 12, + "instId": 300005, + "propState": 8, + "pos": { + "x": 38570, + "y": 43758, + "z": 190540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 14, + "instId": 300001, + "propState": 8, + "pos": { + "x": -71964, + "y": 53090, + "z": 138476 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 8, + "pos": { + "x": -82659, + "y": 53090, + "z": 149203 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 15, + "instId": 300001, + "propState": 8, + "pos": { + "x": -71330, + "y": 53090, + "z": 141860 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 15, + "instId": 300002, + "propState": 8, + "pos": { + "x": -77330, + "y": 53090, + "z": 141860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 15, + "instId": 300003, + "propState": 8, + "pos": { + "x": -67916, + "y": 53090, + "z": 151354 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 15, + "instId": 300004, + "propState": 8, + "pos": { + "x": -79740, + "y": 53090, + "z": 153540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 15, + "instId": 300005, + "propState": 8, + "pos": { + "x": -79720, + "y": 53090, + "z": 152430 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 8, + "pos": { + "x": 74089, + "y": 43908, + "z": 126100 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 18, + "instId": 300001, + "propState": 8, + "pos": { + "x": 29630, + "y": 47500, + "z": 135000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 8, + "pos": { + "x": 29630, + "y": 47500, + "z": 141000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 18, + "instId": 300003, + "propState": 8, + "pos": { + "x": 40474, + "y": 46974, + "z": 146313 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 18, + "instId": 300004, + "propState": 8, + "pos": { + "x": 53000, + "y": 43649, + "z": 146540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 18, + "instId": 300005, + "propState": 8, + "pos": { + "x": 53010, + "y": 43649, + "z": 140140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 19, + "instId": 300001, + "propState": 8, + "pos": { + "x": 33797, + "y": 47036, + "z": 138255 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 19, + "instId": 300002, + "propState": 8, + "pos": { + "x": 33797, + "y": 47036, + "z": 138255 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 20, + "instId": 300001, + "propState": 8, + "pos": { + "x": 55790, + "y": 43649, + "z": 141224 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300001, + "propState": 8, + "pos": { + "x": 55635, + "y": 43649, + "z": 144605 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 22, + "instId": 300001, + "propState": 8, + "pos": { + "x": -78960, + "y": 53254, + "z": 99420 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 23, + "instId": 300001, + "propState": 8, + "pos": { + "x": -67213, + "y": 49950, + "z": 68184 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 8, + "pos": { + "x": -72409, + "y": 49950, + "z": 65184 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 23, + "instId": 300003, + "propState": 8, + "pos": { + "x": -66020, + "y": 49950, + "z": 75320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 23, + "instId": 300004, + "propState": 8, + "pos": { + "x": -79770, + "y": 49950, + "z": 65560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 23, + "instId": 300005, + "propState": 8, + "pos": { + "x": -66060, + "y": 49950, + "z": 76940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 24, + "instId": 300001, + "propState": 8, + "pos": { + "x": -70633, + "y": 49950, + "z": 72427 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 24, + "instId": 300002, + "propState": 8, + "pos": { + "x": -71800, + "y": 49950, + "z": 69930 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300001, + "propState": 8, + "pos": { + "x": -74722, + "y": 49950, + "z": 70250 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 26, + "instId": 300001, + "propState": 8, + "pos": { + "x": -122130, + "y": 47886, + "z": 42350 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 27, + "instId": 300001, + "propState": 8, + "pos": { + "x": -135210, + "y": 47886, + "z": 46160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 27, + "instId": 300002, + "propState": 8, + "pos": { + "x": -129210, + "y": 47886, + "z": 46160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 27, + "instId": 300003, + "propState": 8, + "pos": { + "x": -125710, + "y": 47886, + "z": 7000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 27, + "instId": 300004, + "propState": 8, + "pos": { + "x": -134290, + "y": 47886, + "z": 8730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 27, + "instId": 300005, + "propState": 8, + "pos": { + "x": -123390, + "y": 47886, + "z": 23660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 28, + "instId": 300001, + "propState": 8, + "pos": { + "x": -132210, + "y": 47886, + "z": 42160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 28, + "instId": 300002, + "propState": 8, + "pos": { + "x": -132210, + "y": 47886, + "z": 42160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 29, + "instId": 300001, + "propState": 8, + "pos": { + "x": -131508, + "y": 47886, + "z": 15368 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 30, + "instId": 300001, + "propState": 8, + "pos": { + "x": -126990, + "y": 47886, + "z": 15070 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 31, + "instId": 300001, + "propState": 8, + "pos": { + "x": -70180, + "y": 55679, + "z": 33570 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 31, + "instId": 300002, + "propState": 8, + "pos": { + "x": -70180, + "y": 55679, + "z": 51809 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 32, + "instId": 300001, + "propState": 8, + "pos": { + "x": -67525, + "y": 55679, + "z": 45420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 32, + "instId": 300002, + "propState": 8, + "pos": { + "x": -67530, + "y": 55679, + "z": 40120 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 32, + "instId": 300003, + "propState": 8, + "pos": { + "x": -82546, + "y": 55679, + "z": 50843 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 32, + "instId": 300004, + "propState": 8, + "pos": { + "x": -81380, + "y": 55679, + "z": 51600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 32, + "instId": 300005, + "propState": 8, + "pos": { + "x": -70980, + "y": 55679, + "z": 49030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 34, + "instId": 300001, + "propState": 8, + "pos": { + "x": -18940, + "y": 51443, + "z": 42220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 34, + "instId": 300002, + "propState": 8, + "pos": { + "x": -18940, + "y": 51443, + "z": 42220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 35, + "instId": 300001, + "propState": 8, + "pos": { + "x": 11400, + "y": 49880, + "z": 45220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 36, + "instId": 300001, + "propState": 8, + "pos": { + "x": 5950, + "y": 49940, + "z": 42720 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 36, + "instId": 300002, + "propState": 2, + "pos": { + "x": 8060, + "y": 49880, + "z": 39720 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1004 + }, + { + "groupId": 36, + "instId": 300003, + "propState": 8, + "pos": { + "x": 5950, + "y": 49940, + "z": 42720 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 37, + "instId": 300001, + "propState": 8, + "pos": { + "x": 36510, + "y": 60284, + "z": 27695 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 37, + "instId": 300002, + "propState": 8, + "pos": { + "x": 35080, + "y": 60350, + "z": 57784 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 37, + "instId": 300003, + "propState": 8, + "pos": { + "x": 53449, + "y": 60350, + "z": 55391 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 38, + "instId": 300001, + "propState": 8, + "pos": { + "x": 48830, + "y": 60356, + "z": 45220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 39, + "instId": 300001, + "propState": 8, + "pos": { + "x": 45830, + "y": 60356, + "z": 39220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1004 + }, + { + "groupId": 39, + "instId": 300002, + "propState": 8, + "pos": { + "x": 42830, + "y": 60356, + "z": 42220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 39, + "instId": 300003, + "propState": 8, + "pos": { + "x": 42830, + "y": 60356, + "z": 42220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 40, + "instId": 300001, + "propState": 8, + "pos": { + "x": -55760, + "y": 53256, + "z": -74310 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 41, + "instId": 300001, + "propState": 8, + "pos": { + "x": -67720, + "y": 53256, + "z": -84770 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 41, + "instId": 300002, + "propState": 8, + "pos": { + "x": -73720, + "y": 53256, + "z": -84770 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 41, + "instId": 300003, + "propState": 8, + "pos": { + "x": -67750, + "y": 53256, + "z": -69910 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 41, + "instId": 300004, + "propState": 8, + "pos": { + "x": -76470, + "y": 53256, + "z": -72800 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 41, + "instId": 300005, + "propState": 8, + "pos": { + "x": -76480, + "y": 53256, + "z": -74250 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 42, + "instId": 300001, + "propState": 8, + "pos": { + "x": -70720, + "y": 53256, + "z": -80770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 42, + "instId": 300002, + "propState": 8, + "pos": { + "x": -70720, + "y": 53256, + "z": -80770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 43, + "instId": 300001, + "propState": 8, + "pos": { + "x": -55889, + "y": 53256, + "z": -74958 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 44, + "instId": 300001, + "propState": 8, + "pos": { + "x": -43220, + "y": 49950, + "z": -61610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 45, + "instId": 300001, + "propState": 8, + "pos": { + "x": -37220, + "y": 49950, + "z": -71610 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 45, + "instId": 300002, + "propState": 1, + "pos": { + "x": -49220, + "y": 49950, + "z": -71610 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 45, + "instId": 300003, + "propState": 8, + "pos": { + "x": -40967, + "y": 49950, + "z": -76721 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 45, + "instId": 300004, + "propState": 8, + "pos": { + "x": -40061, + "y": 49950, + "z": -77140 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 102005 + }, + { + "groupId": 45, + "instId": 300005, + "propState": 8, + "pos": { + "x": -40136, + "y": 49950, + "z": -76168 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 102005 + }, + { + "groupId": 46, + "instId": 300001, + "propState": 8, + "pos": { + "x": 43460, + "y": 43158, + "z": -59992 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 47, + "instId": 300001, + "propState": 8, + "pos": { + "x": 37500, + "y": 43154, + "z": -51250 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 47, + "instId": 300002, + "propState": 8, + "pos": { + "x": 37500, + "y": 43154, + "z": -57250 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 47, + "instId": 300003, + "propState": 8, + "pos": { + "x": 28150, + "y": 43154, + "z": -71710 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 47, + "instId": 300004, + "propState": 8, + "pos": { + "x": 27720, + "y": 43154, + "z": -62850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 47, + "instId": 300005, + "propState": 8, + "pos": { + "x": 27850, + "y": 43154, + "z": -64170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300001, + "propState": 8, + "pos": { + "x": 33883, + "y": 43155, + "z": -54320 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 48, + "instId": 300002, + "propState": 8, + "pos": { + "x": 14960, + "y": 43154, + "z": -82480 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 49, + "instId": 300001, + "propState": 8, + "pos": { + "x": 14920, + "y": 43257, + "z": -79380 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 50, + "instId": 300001, + "propState": 8, + "pos": { + "x": 22250, + "y": 43154, + "z": -62510 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 52, + "instId": 300001, + "propState": 8, + "pos": { + "x": 69660, + "y": 60284, + "z": 55460 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 52, + "instId": 300002, + "propState": 8, + "pos": { + "x": 81700, + "y": 60421, + "z": 20230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 53, + "instId": 300001, + "propState": 8, + "pos": { + "x": 72390, + "y": 60421, + "z": 49510 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 53, + "instId": 300002, + "propState": 8, + "pos": { + "x": 78390, + "y": 60421, + "z": 49510 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 53, + "instId": 300003, + "propState": 8, + "pos": { + "x": 83720, + "y": 60421, + "z": 39030 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 53, + "instId": 300004, + "propState": 8, + "pos": { + "x": 82510, + "y": 60421, + "z": 39446 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 53, + "instId": 300005, + "propState": 8, + "pos": { + "x": 70340, + "y": 60339, + "z": 37100 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 54, + "instId": 300001, + "propState": 8, + "pos": { + "x": 75390, + "y": 60421, + "z": 45510 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 54, + "instId": 300002, + "propState": 8, + "pos": { + "x": 75390, + "y": 60421, + "z": 45510 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 55, + "instId": 300001, + "propState": 8, + "pos": { + "x": 35140, + "y": 50354, + "z": 107430 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 55, + "instId": 300002, + "propState": 8, + "pos": { + "x": 89092, + "y": 50120, + "z": 125870 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 56, + "instId": 300001, + "propState": 8, + "pos": { + "x": 80030, + "y": 50120, + "z": 120480 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 56, + "instId": 300002, + "propState": 8, + "pos": { + "x": 80030, + "y": 50120, + "z": 114480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 56, + "instId": 300003, + "propState": 8, + "pos": { + "x": 68680, + "y": 50120, + "z": 122560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 56, + "instId": 300004, + "propState": 8, + "pos": { + "x": 66052, + "y": 50120, + "z": 122591 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 56, + "instId": 300005, + "propState": 8, + "pos": { + "x": 46850, + "y": 50120, + "z": 113480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300001, + "propState": 8, + "pos": { + "x": 75410, + "y": 50120, + "z": 117620 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 57, + "instId": 300002, + "propState": 8, + "pos": { + "x": 75410, + "y": 50120, + "z": 117620 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 58, + "instId": 300001, + "propState": 8, + "pos": { + "x": 64719, + "y": 50120, + "z": 118317 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 59, + "instId": 300001, + "propState": 8, + "pos": { + "x": 64515, + "y": 50120, + "z": 114660 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "monsters": [ + { + "groupId": 19, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 33797, + "y": 47036, + "z": 138255 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 20, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 55790, + "y": 43649, + "z": 141224 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 21, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 55635, + "y": 43649, + "z": 144605 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 24, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -70633, + "y": 49950, + "z": 72427 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 25, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -74722, + "y": 49950, + "z": 70250 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 28, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -132210, + "y": 47886, + "z": 42160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 29, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -131508, + "y": 47886, + "z": 15368 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 30, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -126990, + "y": 47886, + "z": 15070 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 36, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 5950, + "y": 49940, + "z": 42720 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 39, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 42830, + "y": 60356, + "z": 42220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 42, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -70720, + "y": 53256, + "z": -80770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 48, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 33883, + "y": 43155, + "z": -54320 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 49, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 14920, + "y": 43257, + "z": -79380 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 50, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 22250, + "y": 43154, + "z": -62510 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 54, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 75390, + "y": 60421, + "z": 45510 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 57, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 75410, + "y": 50120, + "z": 117620 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 58, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 64719, + "y": 50120, + "z": 118317 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 59, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 64515, + "y": 50120, + "z": 114660 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 81223, + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 8, + "pos": { + "x": 17488, + "y": -9078, + "z": -7834 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 8, + "pos": { + "x": -17717, + "y": -9078, + "z": -17591 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 8, + "pos": { + "x": 94, + "y": -11813, + "z": -40695 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": -3000, + "y": -9077, + "z": -6680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": 3000, + "y": -9077, + "z": -9680 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1004 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": -9077, + "z": -12680 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 8, + "pos": { + "x": 0, + "y": -9077, + "z": -12680 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": -3000, + "y": -9006, + "z": -6680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": -9077, + "z": -12680 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 2, + "pos": { + "x": 3000, + "y": -9077, + "z": -9680 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1004 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 8, + "pos": { + "x": 0, + "y": -9077, + "z": -12680 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 8, + "pos": { + "x": 23817, + "y": -5010, + "z": 26220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 8, + "pos": { + "x": -36290, + "y": -7112, + "z": 30940 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 8, + "pos": { + "x": -26710, + "y": -9956, + "z": 10820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 13, + "instId": 300001, + "propState": 8, + "pos": { + "x": -20420, + "y": -5670, + "z": 28090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 8, + "pos": { + "x": -20420, + "y": -5731, + "z": 32090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 8, + "pos": { + "x": -11420, + "y": -5731, + "z": 24680 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 8, + "pos": { + "x": -11050, + "y": -5731, + "z": 25480 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 13, + "instId": 300005, + "propState": 8, + "pos": { + "x": -10550, + "y": -5731, + "z": 24680 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 13, + "instId": 300006, + "propState": 8, + "pos": { + "x": -3220, + "y": -3627, + "z": 28534 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 13, + "instId": 300007, + "propState": 8, + "pos": { + "x": -2880, + "y": -3530, + "z": 27734 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 13, + "instId": 300008, + "propState": 8, + "pos": { + "x": -2380, + "y": -3387, + "z": 28534 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 8, + "pos": { + "x": -20420, + "y": -5670, + "z": 28090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 8, + "pos": { + "x": -20420, + "y": -5731, + "z": 32090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 17, + "instId": 300003, + "propState": 8, + "pos": { + "x": -11420, + "y": -5731, + "z": 24680 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 17, + "instId": 300004, + "propState": 8, + "pos": { + "x": -11050, + "y": -5731, + "z": 25480 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 17, + "instId": 300005, + "propState": 8, + "pos": { + "x": -10550, + "y": -5731, + "z": 24680 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 17, + "instId": 300006, + "propState": 8, + "pos": { + "x": -3220, + "y": -3627, + "z": 28534 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 17, + "instId": 300007, + "propState": 8, + "pos": { + "x": -2880, + "y": -3530, + "z": 27734 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 17, + "instId": 300008, + "propState": 8, + "pos": { + "x": -2380, + "y": -3387, + "z": 28534 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 19, + "instId": 300001, + "propState": 8, + "pos": { + "x": -18840, + "y": -5731, + "z": 30000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 19, + "instId": 300002, + "propState": 8, + "pos": { + "x": -18840, + "y": -5731, + "z": 30000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 20, + "instId": 300001, + "propState": 8, + "pos": { + "x": -16840, + "y": -5731, + "z": 28000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300001, + "propState": 8, + "pos": { + "x": -16840, + "y": -5731, + "z": 32000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 22, + "instId": 300001, + "propState": 8, + "pos": { + "x": -94362, + "y": -11081, + "z": 59320 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 22, + "instId": 300002, + "propState": 8, + "pos": { + "x": -62360, + "y": -12194, + "z": 38940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 23, + "instId": 300001, + "propState": 8, + "pos": { + "x": -69300, + "y": -11186, + "z": 59900 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 8, + "pos": { + "x": -69300, + "y": -11186, + "z": 54380 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 23, + "instId": 300003, + "propState": 8, + "pos": { + "x": -77490, + "y": -11186, + "z": 60551 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 23, + "instId": 300004, + "propState": 8, + "pos": { + "x": -77860, + "y": -11186, + "z": 59751 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 23, + "instId": 300005, + "propState": 8, + "pos": { + "x": -78360, + "y": -11186, + "z": 60551 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 23, + "instId": 300006, + "propState": 8, + "pos": { + "x": -83520, + "y": -11187, + "z": 56478 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 23, + "instId": 300007, + "propState": 8, + "pos": { + "x": -83860, + "y": -11187, + "z": 57278 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 23, + "instId": 300008, + "propState": 8, + "pos": { + "x": -84360, + "y": -11187, + "z": 56478 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 25, + "instId": 300001, + "propState": 8, + "pos": { + "x": -69300, + "y": -11186, + "z": 59900 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 25, + "instId": 300002, + "propState": 8, + "pos": { + "x": -69300, + "y": -11186, + "z": 54380 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 25, + "instId": 300003, + "propState": 8, + "pos": { + "x": -77490, + "y": -11186, + "z": 60551 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 25, + "instId": 300004, + "propState": 8, + "pos": { + "x": -77860, + "y": -11186, + "z": 59751 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 25, + "instId": 300005, + "propState": 8, + "pos": { + "x": -78360, + "y": -11186, + "z": 60551 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 25, + "instId": 300006, + "propState": 8, + "pos": { + "x": -83520, + "y": -11187, + "z": 56478 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 25, + "instId": 300007, + "propState": 8, + "pos": { + "x": -83860, + "y": -11187, + "z": 57278 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 25, + "instId": 300008, + "propState": 8, + "pos": { + "x": -84360, + "y": -11187, + "z": 56478 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 27, + "instId": 300001, + "propState": 8, + "pos": { + "x": -72000, + "y": -11186, + "z": 57000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 27, + "instId": 300002, + "propState": 8, + "pos": { + "x": -72000, + "y": -11186, + "z": 57000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 28, + "instId": 300001, + "propState": 8, + "pos": { + "x": -74000, + "y": -11186, + "z": 54000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 29, + "instId": 300001, + "propState": 8, + "pos": { + "x": -74000, + "y": -11186, + "z": 60000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 30, + "instId": 300001, + "propState": 8, + "pos": { + "x": -29058, + "y": -10310, + "z": -1298 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 31, + "instId": 300001, + "propState": 8, + "pos": { + "x": -33301, + "y": -10292, + "z": -11197 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 31, + "instId": 300002, + "propState": 1, + "pos": { + "x": -38310, + "y": -10310, + "z": -6320 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 31, + "instId": 300003, + "propState": 8, + "pos": { + "x": -38150, + "y": -10310, + "z": -13576 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 31, + "instId": 300004, + "propState": 8, + "pos": { + "x": -37805, + "y": -10310, + "z": -14513 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 102005 + }, + { + "groupId": 31, + "instId": 300005, + "propState": 8, + "pos": { + "x": -37171, + "y": -10310, + "z": -13773 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 102005 + }, + { + "groupId": 32, + "instId": 300001, + "propState": 8, + "pos": { + "x": -107395, + "y": -9118, + "z": 12210 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 32, + "instId": 300002, + "propState": 8, + "pos": { + "x": -94341, + "y": -11081, + "z": 60057 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 33, + "instId": 300001, + "propState": 8, + "pos": { + "x": -107230, + "y": -11167, + "z": 58380 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 33, + "instId": 300002, + "propState": 8, + "pos": { + "x": -103230, + "y": -11167, + "z": 58380 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 33, + "instId": 300003, + "propState": 8, + "pos": { + "x": -115520, + "y": -9307, + "z": 38290 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 33, + "instId": 300004, + "propState": 8, + "pos": { + "x": -114720, + "y": -9307, + "z": 37920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 33, + "instId": 300005, + "propState": 8, + "pos": { + "x": -115520, + "y": -9307, + "z": 37420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 33, + "instId": 300006, + "propState": 8, + "pos": { + "x": -102370, + "y": -9307, + "z": 31510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 33, + "instId": 300007, + "propState": 8, + "pos": { + "x": -103170, + "y": -9307, + "z": 31170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 33, + "instId": 300008, + "propState": 8, + "pos": { + "x": -102370, + "y": -9307, + "z": 30670 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 35, + "instId": 300001, + "propState": 8, + "pos": { + "x": -107230, + "y": -11167, + "z": 58380 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 35, + "instId": 300002, + "propState": 8, + "pos": { + "x": -103230, + "y": -11167, + "z": 58380 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 35, + "instId": 300003, + "propState": 8, + "pos": { + "x": -115520, + "y": -9307, + "z": 38290 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 35, + "instId": 300004, + "propState": 8, + "pos": { + "x": -114720, + "y": -9307, + "z": 37920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 35, + "instId": 300005, + "propState": 8, + "pos": { + "x": -115520, + "y": -9307, + "z": 37420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 35, + "instId": 300006, + "propState": 8, + "pos": { + "x": -102370, + "y": -9307, + "z": 31510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 35, + "instId": 300007, + "propState": 8, + "pos": { + "x": -103170, + "y": -9307, + "z": 31170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 35, + "instId": 300008, + "propState": 8, + "pos": { + "x": -102370, + "y": -9307, + "z": 30670 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 37, + "instId": 300001, + "propState": 8, + "pos": { + "x": -107310, + "y": -9275, + "z": 45670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 37, + "instId": 300002, + "propState": 8, + "pos": { + "x": -107310, + "y": -9275, + "z": 45670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 38, + "instId": 300001, + "propState": 8, + "pos": { + "x": -110310, + "y": -9307, + "z": 43670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 39, + "instId": 300001, + "propState": 8, + "pos": { + "x": -104310, + "y": -9307, + "z": 43670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 40, + "instId": 300001, + "propState": 8, + "pos": { + "x": -86434, + "y": 7325, + "z": -57808 + }, + "rot": { + "x": 0, + "y": 336518, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 40, + "instId": 300002, + "propState": 8, + "pos": { + "x": -104971, + "y": -3608, + "z": -17294 + }, + "rot": { + "x": 0, + "y": 336518, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 41, + "instId": 300001, + "propState": 8, + "pos": { + "x": -100450, + "y": 1697, + "z": -33370 + }, + "rot": { + "x": 0, + "y": 65400, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 41, + "instId": 300002, + "propState": 8, + "pos": { + "x": -96729, + "y": 1581, + "z": -31661 + }, + "rot": { + "x": 0, + "y": 335400, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 41, + "instId": 300003, + "propState": 8, + "pos": { + "x": -97270, + "y": 1555, + "z": -42500 + }, + "rot": { + "x": 0, + "y": 335400, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 41, + "instId": 300004, + "propState": 8, + "pos": { + "x": -96389, + "y": 1560, + "z": -42503 + }, + "rot": { + "x": 0, + "y": 335400, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 41, + "instId": 300005, + "propState": 8, + "pos": { + "x": -96908, + "y": 1561, + "z": -43291 + }, + "rot": { + "x": 0, + "y": 335400, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 41, + "instId": 300006, + "propState": 8, + "pos": { + "x": -91604, + "y": 1607, + "z": -35478 + }, + "rot": { + "x": 0, + "y": 335400, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 41, + "instId": 300007, + "propState": 8, + "pos": { + "x": -92190, + "y": 1599, + "z": -36120 + }, + "rot": { + "x": 0, + "y": 335400, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 41, + "instId": 300008, + "propState": 8, + "pos": { + "x": -91254, + "y": 1545, + "z": -36242 + }, + "rot": { + "x": 0, + "y": 335400, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 43, + "instId": 300001, + "propState": 8, + "pos": { + "x": -100450, + "y": 1697, + "z": -33370 + }, + "rot": { + "x": 0, + "y": 65400, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 43, + "instId": 300002, + "propState": 8, + "pos": { + "x": -96729, + "y": 1581, + "z": -31661 + }, + "rot": { + "x": 0, + "y": 335400, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 43, + "instId": 300003, + "propState": 8, + "pos": { + "x": -97270, + "y": 1555, + "z": -42500 + }, + "rot": { + "x": 0, + "y": 335400, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 43, + "instId": 300004, + "propState": 8, + "pos": { + "x": -96389, + "y": 1560, + "z": -42503 + }, + "rot": { + "x": 0, + "y": 335400, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 43, + "instId": 300005, + "propState": 8, + "pos": { + "x": -96908, + "y": 1561, + "z": -43291 + }, + "rot": { + "x": 0, + "y": 335400, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 43, + "instId": 300006, + "propState": 8, + "pos": { + "x": -91604, + "y": 1607, + "z": -35478 + }, + "rot": { + "x": 0, + "y": 335400, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 43, + "instId": 300007, + "propState": 8, + "pos": { + "x": -92190, + "y": 1599, + "z": -36120 + }, + "rot": { + "x": 0, + "y": 335400, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 43, + "instId": 300008, + "propState": 8, + "pos": { + "x": -91254, + "y": 1545, + "z": -36242 + }, + "rot": { + "x": 0, + "y": 335400, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 45, + "instId": 300001, + "propState": 8, + "pos": { + "x": -97746, + "y": 1740, + "z": -34335 + }, + "rot": { + "x": 0, + "y": 155400, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 45, + "instId": 300002, + "propState": 8, + "pos": { + "x": -97746, + "y": 1740, + "z": -34335 + }, + "rot": { + "x": 0, + "y": 155400, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 46, + "instId": 300001, + "propState": 8, + "pos": { + "x": -99641, + "y": 1782, + "z": -37403 + }, + "rot": { + "x": 0, + "y": 155400, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 47, + "instId": 300001, + "propState": 8, + "pos": { + "x": -94185, + "y": 1620, + "z": -34905 + }, + "rot": { + "x": 0, + "y": 155400, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 48, + "instId": 300001, + "propState": 8, + "pos": { + "x": -99641, + "y": 1782, + "z": -37403 + }, + "rot": { + "x": 0, + "y": 155400, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 48, + "instId": 300002, + "propState": 8, + "pos": { + "x": -99641, + "y": 1782, + "z": -37403 + }, + "rot": { + "x": 0, + "y": 155400, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 49, + "instId": 300001, + "propState": 8, + "pos": { + "x": -110310, + "y": -9307, + "z": 43670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 49, + "instId": 300002, + "propState": 8, + "pos": { + "x": -110310, + "y": -9307, + "z": 43670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 50, + "instId": 300001, + "propState": 8, + "pos": { + "x": -74000, + "y": -11186, + "z": 54000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 50, + "instId": 300002, + "propState": 8, + "pos": { + "x": -74000, + "y": -11186, + "z": 54000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 51, + "instId": 300001, + "propState": 8, + "pos": { + "x": -16840, + "y": -5731, + "z": 28000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 51, + "instId": 300002, + "propState": 8, + "pos": { + "x": -16840, + "y": -5731, + "z": 28000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 52, + "instId": 300001, + "propState": 8, + "pos": { + "x": -59350, + "y": -7704, + "z": -22240 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 52, + "instId": 300002, + "propState": 8, + "pos": { + "x": -15190, + "y": -9078, + "z": -17680 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 52, + "instId": 300003, + "propState": 8, + "pos": { + "x": -26897, + "y": -5320, + "z": 21115 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 53, + "instId": 300001, + "propState": 8, + "pos": { + "x": 24917, + "y": 148839, + "z": -15661 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 53, + "instId": 300002, + "propState": 8, + "pos": { + "x": -15001, + "y": 176391, + "z": 51728 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 54, + "instId": 300001, + "propState": 8, + "pos": { + "x": 33545, + "y": -9077, + "z": -9270 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 54, + "instId": 300002, + "propState": 8, + "pos": { + "x": 52500, + "y": 2181, + "z": -62130 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 55, + "instId": 300001, + "propState": 8, + "pos": { + "x": 26863, + "y": -9077, + "z": -23098 + }, + "rot": { + "x": 0, + "y": 19461, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 55, + "instId": 300002, + "propState": 8, + "pos": { + "x": 28276, + "y": -9069, + "z": -19097 + }, + "rot": { + "x": 0, + "y": 289461, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 55, + "instId": 300003, + "propState": 8, + "pos": { + "x": 37680, + "y": -9154, + "z": -22470 + }, + "rot": { + "x": 0, + "y": 21607, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 55, + "instId": 300004, + "propState": 8, + "pos": { + "x": 38295, + "y": -9153, + "z": -21839 + }, + "rot": { + "x": 0, + "y": 21607, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 55, + "instId": 300005, + "propState": 8, + "pos": { + "x": 38500, + "y": -9163, + "z": -22760 + }, + "rot": { + "x": 0, + "y": 21607, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 55, + "instId": 300006, + "propState": 8, + "pos": { + "x": 50641, + "y": -6672, + "z": -27850 + }, + "rot": { + "x": 0, + "y": 293949, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 55, + "instId": 300007, + "propState": 8, + "pos": { + "x": 50695, + "y": -6647, + "z": -28718 + }, + "rot": { + "x": 0, + "y": 293949, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 55, + "instId": 300008, + "propState": 8, + "pos": { + "x": 51433, + "y": -6652, + "z": -28130 + }, + "rot": { + "x": 0, + "y": 293949, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 57, + "instId": 300001, + "propState": 8, + "pos": { + "x": 31950, + "y": -8948, + "z": -22690 + }, + "rot": { + "x": 0, + "y": 109461, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 57, + "instId": 300002, + "propState": 8, + "pos": { + "x": 31950, + "y": -8948, + "z": -22690 + }, + "rot": { + "x": 0, + "y": 109461, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 58, + "instId": 300001, + "propState": 8, + "pos": { + "x": 44359, + "y": -7682, + "z": -28201 + }, + "rot": { + "x": 0, + "y": 118212, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 59, + "instId": 300001, + "propState": 8, + "pos": { + "x": 50196, + "y": -5060, + "z": -37124 + }, + "rot": { + "x": 0, + "y": 213316, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 60, + "instId": 300001, + "propState": 8, + "pos": { + "x": 72300, + "y": -10181, + "z": 35097 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 60, + "instId": 300002, + "propState": 8, + "pos": { + "x": -6890, + "y": -4921, + "z": 26210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 61, + "instId": 300001, + "propState": 8, + "pos": { + "x": 61530, + "y": -10540, + "z": 31340 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 61, + "instId": 300002, + "propState": 8, + "pos": { + "x": 61530, + "y": -10540, + "z": 27340 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 61, + "instId": 300003, + "propState": 8, + "pos": { + "x": 44380, + "y": -7740, + "z": 31819 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 61, + "instId": 300004, + "propState": 8, + "pos": { + "x": 44010, + "y": -7740, + "z": 31019 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 61, + "instId": 300005, + "propState": 8, + "pos": { + "x": 43510, + "y": -7740, + "z": 31819 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 61, + "instId": 300006, + "propState": 8, + "pos": { + "x": 19340, + "y": -4616, + "z": 23980 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 61, + "instId": 300007, + "propState": 8, + "pos": { + "x": 19000, + "y": -4493, + "z": 24780 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 61, + "instId": 300008, + "propState": 8, + "pos": { + "x": 18500, + "y": -4312, + "z": 23980 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 63, + "instId": 300001, + "propState": 8, + "pos": { + "x": 56900, + "y": -10540, + "z": 29810 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 63, + "instId": 300002, + "propState": 8, + "pos": { + "x": 56900, + "y": -10540, + "z": 29810 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 64, + "instId": 300001, + "propState": 8, + "pos": { + "x": 26454, + "y": -5010, + "z": 26218 + }, + "rot": { + "x": 0, + "y": 261391, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 65, + "instId": 300001, + "propState": 8, + "pos": { + "x": 40030, + "y": -7740, + "z": 29340 + }, + "rot": { + "x": 0, + "y": 250000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 66, + "instId": 300001, + "propState": 8, + "pos": { + "x": 105782, + "y": -7790, + "z": 21920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 66, + "instId": 300002, + "propState": 8, + "pos": { + "x": 69049, + "y": -7139, + "z": -10630 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 67, + "instId": 300001, + "propState": 8, + "pos": { + "x": 74441, + "y": -7790, + "z": -9290 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 67, + "instId": 300002, + "propState": 8, + "pos": { + "x": 74441, + "y": -7790, + "z": -5290 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 67, + "instId": 300003, + "propState": 8, + "pos": { + "x": 82654, + "y": -7790, + "z": -9558 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 67, + "instId": 300004, + "propState": 8, + "pos": { + "x": 83024, + "y": -7790, + "z": -8758 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 67, + "instId": 300005, + "propState": 8, + "pos": { + "x": 83524, + "y": -7790, + "z": -9558 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 67, + "instId": 300006, + "propState": 8, + "pos": { + "x": 96548, + "y": -7790, + "z": -4990 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 67, + "instId": 300007, + "propState": 8, + "pos": { + "x": 96888, + "y": -7790, + "z": -5790 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 67, + "instId": 300008, + "propState": 8, + "pos": { + "x": 97388, + "y": -7790, + "z": -4990 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 69, + "instId": 300001, + "propState": 8, + "pos": { + "x": 77270, + "y": -7790, + "z": -7290 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 69, + "instId": 300002, + "propState": 8, + "pos": { + "x": 77270, + "y": -7790, + "z": -7290 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 70, + "instId": 300001, + "propState": 8, + "pos": { + "x": 105803, + "y": -7790, + "z": -6500 + }, + "rot": { + "x": 0, + "y": 359303, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 71, + "instId": 300001, + "propState": 8, + "pos": { + "x": 87640, + "y": -7790, + "z": -6690 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "monsters": [ + { + "groupId": 6, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 0, + "y": -9077, + "z": -12680 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 8, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 0, + "y": -9077, + "z": -12680 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 19, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -18840, + "y": -5731, + "z": 30000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 20, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -16840, + "y": -5731, + "z": 28000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 21, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -16840, + "y": -5731, + "z": 32000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 27, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -72000, + "y": -11186, + "z": 57000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 28, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -74000, + "y": -11186, + "z": 54000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 29, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -74000, + "y": -11186, + "z": 60000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 37, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -107310, + "y": -9275, + "z": 45670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 38, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -110310, + "y": -9307, + "z": 43670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 39, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -104310, + "y": -9307, + "z": 43670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 45, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -97746, + "y": 1740, + "z": -34335 + }, + "rot": { + "x": 0, + "y": 155400, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 46, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -99641, + "y": 1782, + "z": -37403 + }, + "rot": { + "x": 0, + "y": 155400, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 47, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -94185, + "y": 1620, + "z": -34905 + }, + "rot": { + "x": 0, + "y": 155400, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 48, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -99641, + "y": 1782, + "z": -37403 + }, + "rot": { + "x": 0, + "y": 155400, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 49, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -110310, + "y": -9307, + "z": 43670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 50, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -74000, + "y": -11186, + "z": 54000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 51, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -16840, + "y": -5731, + "z": 28000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 57, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": 31950, + "y": -8948, + "z": -22690 + }, + "rot": { + "x": 0, + "y": 109461, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 58, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 44359, + "y": -7682, + "z": -28201 + }, + "rot": { + "x": 0, + "y": 118212, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 59, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 50196, + "y": -5060, + "z": -37124 + }, + "rot": { + "x": 0, + "y": 213316, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 63, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": 56900, + "y": -10540, + "z": 29810 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 64, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 26454, + "y": -5010, + "z": 26218 + }, + "rot": { + "x": 0, + "y": 261391, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 65, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 40030, + "y": -7740, + "z": 29340 + }, + "rot": { + "x": 0, + "y": 250000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 69, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": 77270, + "y": -7790, + "z": -7290 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 70, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 105803, + "y": -7790, + "z": -6500 + }, + "rot": { + "x": 0, + "y": 359303, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 71, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 87640, + "y": -7790, + "z": -6690 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 81231, + "props": [ + { + "groupId": 20, + "instId": 300001, + "propState": 8, + "pos": { + "x": 150461, + "y": 45886, + "z": -106690 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 8, + "pos": { + "x": 114621, + "y": 45702, + "z": -71318 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 21, + "instId": 300001, + "propState": 8, + "pos": { + "x": 132298, + "y": 45702, + "z": -88996 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 22, + "instId": 300001, + "propState": 8, + "pos": { + "x": 122399, + "y": 45702, + "z": -84753 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 22, + "instId": 300002, + "propState": 1, + "pos": { + "x": 128056, + "y": 45702, + "z": -79097 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 22, + "instId": 300003, + "propState": 8, + "pos": { + "x": 120020, + "y": 45702, + "z": -79904 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 22, + "instId": 300004, + "propState": 8, + "pos": { + "x": 119083, + "y": 45702, + "z": -80249 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 102005 + }, + { + "groupId": 22, + "instId": 300005, + "propState": 8, + "pos": { + "x": 119823, + "y": 45702, + "z": -80883 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 102005 + }, + { + "groupId": 23, + "instId": 300001, + "propState": 8, + "pos": { + "x": 56664, + "y": 42464, + "z": -62165 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 8, + "pos": { + "x": 107941, + "y": 45702, + "z": -62050 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 23, + "instId": 300004, + "propState": 8, + "pos": { + "x": 88160, + "y": 45702, + "z": -31530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 24, + "instId": 300001, + "propState": 8, + "pos": { + "x": 74010, + "y": 45702, + "z": -65050 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 25, + "instId": 300001, + "propState": 8, + "pos": { + "x": 77010, + "y": 45702, + "z": -59050 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1004 + }, + { + "groupId": 25, + "instId": 300002, + "propState": 8, + "pos": { + "x": 80010, + "y": 45702, + "z": -62050 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300003, + "propState": 8, + "pos": { + "x": 80010, + "y": 45702, + "z": -62050 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 26, + "instId": 300001, + "propState": 8, + "pos": { + "x": 53326, + "y": 44040, + "z": 8206 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 26, + "instId": 300002, + "propState": 8, + "pos": { + "x": 55360, + "y": 43963, + "z": 15690 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 26, + "instId": 300003, + "propState": 8, + "pos": { + "x": 83563, + "y": 45702, + "z": -12257 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 26, + "instId": 300004, + "propState": 8, + "pos": { + "x": 64002, + "y": 44094, + "z": -11066 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 27, + "instId": 300001, + "propState": 8, + "pos": { + "x": 80088, + "y": 44010, + "z": -3835 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 27, + "instId": 300002, + "propState": 8, + "pos": { + "x": 75845, + "y": 44010, + "z": -8078 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 27, + "instId": 300003, + "propState": 8, + "pos": { + "x": 68067, + "y": 44010, + "z": 8186 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 27, + "instId": 300004, + "propState": 8, + "pos": { + "x": 65946, + "y": 44010, + "z": 1822 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 27, + "instId": 300005, + "propState": 8, + "pos": { + "x": 72309, + "y": 44010, + "z": 3943 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 27, + "instId": 300006, + "propState": 8, + "pos": { + "x": 68661, + "y": 44010, + "z": 7592 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 27, + "instId": 300007, + "propState": 8, + "pos": { + "x": 66498, + "y": 44010, + "z": 1270 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 27, + "instId": 300008, + "propState": 8, + "pos": { + "x": 72925, + "y": 44010, + "z": 3328 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 32, + "instId": 300001, + "propState": 8, + "pos": { + "x": 41750, + "y": 42400, + "z": -39938 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 32, + "instId": 300002, + "propState": 8, + "pos": { + "x": 64169, + "y": 44094, + "z": -11375 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 33, + "instId": 300001, + "propState": 8, + "pos": { + "x": 55365, + "y": 42400, + "z": -14122 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 33, + "instId": 300002, + "propState": 8, + "pos": { + "x": 59608, + "y": 42400, + "z": -18365 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 33, + "instId": 300003, + "propState": 8, + "pos": { + "x": 43344, + "y": 42400, + "z": -26143 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 33, + "instId": 300004, + "propState": 8, + "pos": { + "x": 49708, + "y": 42400, + "z": -28264 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 33, + "instId": 300005, + "propState": 8, + "pos": { + "x": 47587, + "y": 42400, + "z": -21901 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 33, + "instId": 300006, + "propState": 8, + "pos": { + "x": 43938, + "y": 42400, + "z": -25549 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 33, + "instId": 300007, + "propState": 8, + "pos": { + "x": 50260, + "y": 42400, + "z": -27712 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 33, + "instId": 300008, + "propState": 8, + "pos": { + "x": 48202, + "y": 42400, + "z": -21285 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 34, + "instId": 300001, + "propState": 8, + "pos": { + "x": 54658, + "y": 42400, + "z": -19072 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 34, + "instId": 300002, + "propState": 8, + "pos": { + "x": 54658, + "y": 42400, + "z": -19072 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 35, + "instId": 300001, + "propState": 8, + "pos": { + "x": 65603, + "y": 45702, + "z": -62120 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 35, + "instId": 300002, + "propState": 8, + "pos": { + "x": 12539, + "y": 37651, + "z": -62205 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 35, + "instId": 300003, + "propState": 8, + "pos": { + "x": 42390, + "y": 42400, + "z": -45632 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 36, + "instId": 300001, + "propState": 8, + "pos": { + "x": 30260, + "y": 42424, + "z": -65120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 36, + "instId": 300002, + "propState": 8, + "pos": { + "x": 30260, + "y": 42424, + "z": -59120 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 36, + "instId": 300003, + "propState": 8, + "pos": { + "x": 47260, + "y": 42424, + "z": -65800 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 36, + "instId": 300004, + "propState": 8, + "pos": { + "x": 44260, + "y": 42424, + "z": -58630 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 36, + "instId": 300005, + "propState": 8, + "pos": { + "x": 41260, + "y": 42424, + "z": -65800 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 36, + "instId": 300006, + "propState": 8, + "pos": { + "x": 46420, + "y": 42424, + "z": -65800 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 36, + "instId": 300007, + "propState": 8, + "pos": { + "x": 43479, + "y": 42424, + "z": -58630 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 36, + "instId": 300008, + "propState": 8, + "pos": { + "x": 40390, + "y": 42424, + "z": -65800 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 38, + "instId": 300001, + "propState": 8, + "pos": { + "x": -4933, + "y": 13619, + "z": -12900 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 38, + "instId": 300002, + "propState": 8, + "pos": { + "x": -33080, + "y": 13595, + "z": -27025 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 39, + "instId": 300001, + "propState": 8, + "pos": { + "x": -31890, + "y": 13619, + "z": -15470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 39, + "instId": 300002, + "propState": 8, + "pos": { + "x": -31890, + "y": 13619, + "z": -9470 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 39, + "instId": 300003, + "propState": 8, + "pos": { + "x": -14890, + "y": 13619, + "z": -15470 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 39, + "instId": 300004, + "propState": 8, + "pos": { + "x": -17890, + "y": 13619, + "z": -9470 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 39, + "instId": 300005, + "propState": 8, + "pos": { + "x": -20890, + "y": 13619, + "z": -15470 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 39, + "instId": 300006, + "propState": 8, + "pos": { + "x": -15730, + "y": 13619, + "z": -15470 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 39, + "instId": 300007, + "propState": 8, + "pos": { + "x": -18671, + "y": 13619, + "z": -9470 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 39, + "instId": 300008, + "propState": 8, + "pos": { + "x": -21760, + "y": 13619, + "z": -15470 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 40, + "instId": 300001, + "propState": 8, + "pos": { + "x": -27890, + "y": 13619, + "z": -12470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 40, + "instId": 300002, + "propState": 8, + "pos": { + "x": -27890, + "y": 13619, + "z": -12470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 41, + "instId": 300001, + "propState": 8, + "pos": { + "x": 24971, + "y": 42425, + "z": -137669 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 41, + "instId": 300002, + "propState": 8, + "pos": { + "x": 58820, + "y": 46051, + "z": -141670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 41, + "instId": 300003, + "propState": 8, + "pos": { + "x": 34834, + "y": 46051, + "z": -170126 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 41, + "instId": 300004, + "propState": 8, + "pos": { + "x": 45126, + "y": 48033, + "z": -176100 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 42, + "instId": 300001, + "propState": 8, + "pos": { + "x": 25800, + "y": 46051, + "z": -157310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 42, + "instId": 300002, + "propState": 8, + "pos": { + "x": 25800, + "y": 46051, + "z": -151310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 42, + "instId": 300003, + "propState": 8, + "pos": { + "x": 42800, + "y": 46051, + "z": -157310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 42, + "instId": 300004, + "propState": 8, + "pos": { + "x": 39800, + "y": 46051, + "z": -151310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 42, + "instId": 300005, + "propState": 8, + "pos": { + "x": 36800, + "y": 46051, + "z": -157310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 42, + "instId": 300006, + "propState": 8, + "pos": { + "x": 41960, + "y": 46051, + "z": -157310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 42, + "instId": 300007, + "propState": 8, + "pos": { + "x": 39019, + "y": 46051, + "z": -151310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 42, + "instId": 300008, + "propState": 8, + "pos": { + "x": 35930, + "y": 46051, + "z": -157310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 44, + "instId": 300001, + "propState": 8, + "pos": { + "x": 12348, + "y": 37651, + "z": -62305 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 44, + "instId": 300002, + "propState": 8, + "pos": { + "x": 8797, + "y": 40700, + "z": -99510 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 44, + "instId": 300003, + "propState": 8, + "pos": { + "x": 13714, + "y": 36871, + "z": -46610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 45, + "instId": 300001, + "propState": 8, + "pos": { + "x": -2720, + "y": 37651, + "z": -57050 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 45, + "instId": 300002, + "propState": 8, + "pos": { + "x": 3280, + "y": 37651, + "z": -57050 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 45, + "instId": 300003, + "propState": 8, + "pos": { + "x": -2720, + "y": 39987, + "z": -96150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 45, + "instId": 300004, + "propState": 8, + "pos": { + "x": 3280, + "y": 39987, + "z": -92110 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 45, + "instId": 300005, + "propState": 8, + "pos": { + "x": -2720, + "y": 37651, + "z": -69080 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 45, + "instId": 300006, + "propState": 8, + "pos": { + "x": -2720, + "y": 39987, + "z": -95310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 45, + "instId": 300007, + "propState": 8, + "pos": { + "x": 3280, + "y": 39987, + "z": -91329 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 45, + "instId": 300008, + "propState": 8, + "pos": { + "x": -2720, + "y": 37651, + "z": -68210 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 46, + "instId": 300001, + "propState": 8, + "pos": { + "x": 280, + "y": 37651, + "z": -61050 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 46, + "instId": 300002, + "propState": 8, + "pos": { + "x": 280, + "y": 37651, + "z": -61050 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 47, + "instId": 300001, + "propState": 8, + "pos": { + "x": 298, + "y": 39987, + "z": -83290 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 48, + "instId": 300001, + "propState": 8, + "pos": { + "x": 250, + "y": 39987, + "z": -84240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 49, + "instId": 300001, + "propState": 8, + "pos": { + "x": 57340, + "y": 46051, + "z": -141282 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 49, + "instId": 300002, + "propState": 8, + "pos": { + "x": 30060, + "y": 46051, + "z": -100620 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 49, + "instId": 300003, + "propState": 8, + "pos": { + "x": 72731, + "y": 48533, + "z": -123510 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 50, + "instId": 300001, + "propState": 8, + "pos": { + "x": 60340, + "y": 46051, + "z": -137310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 50, + "instId": 300002, + "propState": 8, + "pos": { + "x": 54340, + "y": 46051, + "z": -137310 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 50, + "instId": 300003, + "propState": 8, + "pos": { + "x": 53320, + "y": 46051, + "z": -118170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 50, + "instId": 300004, + "propState": 8, + "pos": { + "x": 43000, + "y": 46051, + "z": -107810 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 50, + "instId": 300005, + "propState": 8, + "pos": { + "x": 60340, + "y": 46051, + "z": -126310 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 50, + "instId": 300006, + "propState": 8, + "pos": { + "x": 53320, + "y": 46051, + "z": -119010 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 50, + "instId": 300007, + "propState": 8, + "pos": { + "x": 43529, + "y": 46051, + "z": -108384 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 50, + "instId": 300008, + "propState": 8, + "pos": { + "x": 60340, + "y": 46051, + "z": -127180 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 51, + "instId": 300001, + "propState": 8, + "pos": { + "x": 57340, + "y": 46051, + "z": -133310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 51, + "instId": 300002, + "propState": 8, + "pos": { + "x": 57340, + "y": 46051, + "z": -133310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 52, + "instId": 300001, + "propState": 8, + "pos": { + "x": 53160, + "y": 46051, + "z": -113780 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 53, + "instId": 300001, + "propState": 8, + "pos": { + "x": 57230, + "y": 46051, + "z": -123440 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 54, + "instId": 300001, + "propState": 8, + "pos": { + "x": -66750, + "y": 13965, + "z": 63556 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 54, + "instId": 300002, + "propState": 8, + "pos": { + "x": -34530, + "y": 18031, + "z": 45080 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 54, + "instId": 300004, + "propState": 8, + "pos": { + "x": -25810, + "y": 18031, + "z": 81710 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 54, + "instId": 300005, + "propState": 8, + "pos": { + "x": -30180, + "y": 18031, + "z": 89078 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 55, + "instId": 300001, + "propState": 8, + "pos": { + "x": -44320, + "y": 18031, + "z": 53500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 55, + "instId": 300002, + "propState": 8, + "pos": { + "x": -50320, + "y": 18031, + "z": 53500 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 55, + "instId": 300003, + "propState": 8, + "pos": { + "x": -40650, + "y": 18031, + "z": 73140 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 55, + "instId": 300004, + "propState": 8, + "pos": { + "x": -50320, + "y": 18031, + "z": 67500 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 55, + "instId": 300005, + "propState": 8, + "pos": { + "x": -41831, + "y": 18031, + "z": 81125 + }, + "rot": { + "x": 0, + "y": 317230, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 55, + "instId": 300006, + "propState": 8, + "pos": { + "x": -41240, + "y": 18031, + "z": 72542 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 55, + "instId": 300007, + "propState": 8, + "pos": { + "x": -50320, + "y": 18031, + "z": 66719 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 55, + "instId": 300008, + "propState": 8, + "pos": { + "x": -42459, + "y": 18031, + "z": 80551 + }, + "rot": { + "x": 0, + "y": 317230, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 56, + "instId": 300001, + "propState": 8, + "pos": { + "x": -47320, + "y": 18031, + "z": 57500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 56, + "instId": 300002, + "propState": 8, + "pos": { + "x": -47320, + "y": 18031, + "z": 57500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 57, + "instId": 300001, + "propState": 8, + "pos": { + "x": -47040, + "y": 18031, + "z": 70820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 58, + "instId": 300001, + "propState": 8, + "pos": { + "x": -45913, + "y": 18031, + "z": 70268 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 61, + "instId": 300001, + "propState": 8, + "pos": { + "x": -31240, + "y": 18031, + "z": 82870 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 61, + "instId": 300002, + "propState": 8, + "pos": { + "x": -31240, + "y": 18031, + "z": 76870 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 61, + "instId": 300003, + "propState": 8, + "pos": { + "x": -45760, + "y": 18031, + "z": 66130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 61, + "instId": 300004, + "propState": 8, + "pos": { + "x": -48681, + "y": 18031, + "z": 61400 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 61, + "instId": 300005, + "propState": 8, + "pos": { + "x": -39129, + "y": 18031, + "z": 74943 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 61, + "instId": 300006, + "propState": 8, + "pos": { + "x": -44920, + "y": 18031, + "z": 66130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 61, + "instId": 300007, + "propState": 8, + "pos": { + "x": -47900, + "y": 18031, + "z": 61400 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 61, + "instId": 300008, + "propState": 8, + "pos": { + "x": -38520, + "y": 18031, + "z": 75540 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 62, + "instId": 300001, + "propState": 8, + "pos": { + "x": -35240, + "y": 18031, + "z": 79870 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 62, + "instId": 300002, + "propState": 8, + "pos": { + "x": -35240, + "y": 18031, + "z": 79870 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 63, + "instId": 300001, + "propState": 8, + "pos": { + "x": -43170, + "y": 18031, + "z": 74910 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 64, + "instId": 300001, + "propState": 8, + "pos": { + "x": -44210, + "y": 18031, + "z": 73820 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 68, + "instId": 300001, + "propState": 8, + "pos": { + "x": 50460, + "y": 42424, + "z": -59110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 68, + "instId": 300002, + "propState": 8, + "pos": { + "x": 50460, + "y": 42424, + "z": -65110 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 68, + "instId": 300003, + "propState": 8, + "pos": { + "x": 33460, + "y": 42424, + "z": -58610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 68, + "instId": 300004, + "propState": 8, + "pos": { + "x": 36460, + "y": 42424, + "z": -65710 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 68, + "instId": 300005, + "propState": 8, + "pos": { + "x": 39460, + "y": 42424, + "z": -58610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 68, + "instId": 300006, + "propState": 8, + "pos": { + "x": 34300, + "y": 42424, + "z": -58610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 68, + "instId": 300007, + "propState": 8, + "pos": { + "x": 37241, + "y": 42424, + "z": -65710 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 68, + "instId": 300008, + "propState": 8, + "pos": { + "x": 40330, + "y": 42424, + "z": -58610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 69, + "instId": 300001, + "propState": 8, + "pos": { + "x": 46460, + "y": 42424, + "z": -60970 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 69, + "instId": 300002, + "propState": 8, + "pos": { + "x": 46460, + "y": 42424, + "z": -60970 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 70, + "instId": 300001, + "propState": 8, + "pos": { + "x": 46470, + "y": 42424, + "z": -63350 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "monsters": [ + { + "groupId": 25, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 80010, + "y": 45702, + "z": -62050 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 34, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 54658, + "y": 42400, + "z": -19072 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 40, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -27890, + "y": 13619, + "z": -12470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 46, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 280, + "y": 37651, + "z": -61050 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 47, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 298, + "y": 39987, + "z": -83290 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 48, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 250, + "y": 39987, + "z": -84240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 51, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 57340, + "y": 46051, + "z": -133310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 52, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 53160, + "y": 46051, + "z": -113780 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 53, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 57230, + "y": 46051, + "z": -123440 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 56, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -47320, + "y": 18031, + "z": 57500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 57, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -47040, + "y": 18031, + "z": 70820 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 58, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -46093, + "y": 18031, + "z": 71888 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 62, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -35240, + "y": 18031, + "z": 79870 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 63, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -43170, + "y": 18031, + "z": 74910 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 64, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -44210, + "y": 18031, + "z": 73820 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 69, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 46460, + "y": 42424, + "z": -60970 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 70, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 46470, + "y": 42424, + "z": -63350 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 81232, + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 8, + "pos": { + "x": -36100, + "y": 1592, + "z": 10070 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 8, + "pos": { + "x": -404650, + "y": -45306, + "z": 90150 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": -5890, + "y": 1532, + "z": 17080 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": -11890, + "y": 1532, + "z": 14080 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 2, + "pos": { + "x": -8890, + "y": 1532, + "z": 11080 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1004 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 8, + "pos": { + "x": -11890, + "y": 1532, + "z": 14080 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": -117950, + "y": 11920, + "z": 4730 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 8, + "pos": { + "x": -199680, + "y": 15466, + "z": 4850 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 8, + "pos": { + "x": -127630, + "y": 11920, + "z": -1780 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 8, + "pos": { + "x": -127630, + "y": 11920, + "z": 11330 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": -172910, + "y": 15740, + "z": 2310 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 8, + "pos": { + "x": -172910, + "y": 15740, + "z": 7310 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 8, + "pos": { + "x": -134210, + "y": 11863, + "z": 790 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 8, + "pos": { + "x": -151590, + "y": 11863, + "z": 8453 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 8, + "pos": { + "x": -152051, + "y": 11844, + "z": 1057 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 8, + "instId": 300006, + "propState": 8, + "pos": { + "x": -135181, + "y": 11863, + "z": 790 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 8, + "instId": 300007, + "propState": 8, + "pos": { + "x": -153062, + "y": 11839, + "z": 7546 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 8, + "instId": 300008, + "propState": 8, + "pos": { + "x": -153179, + "y": 11839, + "z": 1831 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 8, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 8, + "pos": { + "x": 11780, + "y": 147, + "z": 157590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": -134650, + "y": 11822, + "z": 8330 + }, + "rot": { + "x": 0, + "y": 179964, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 8, + "pos": { + "x": -150090, + "y": 11660, + "z": -4310 + }, + "rot": { + "x": 0, + "y": 359964, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 8, + "pos": { + "x": -318610, + "y": -29518, + "z": 12087 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 8, + "pos": { + "x": -314290, + "y": -35386, + "z": 52830 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 13, + "instId": 300001, + "propState": 8, + "pos": { + "x": -314797, + "y": -35485, + "z": 49191 + }, + "rot": { + "x": 0, + "y": 199762, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 8, + "pos": { + "x": -310260, + "y": -35485, + "z": 47560 + }, + "rot": { + "x": 0, + "y": 199762, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 8, + "pos": { + "x": -318682, + "y": -35236, + "z": 33065 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 8, + "pos": { + "x": -318791, + "y": -35225, + "z": 34295 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 13, + "instId": 300005, + "propState": 8, + "pos": { + "x": -323070, + "y": -35609, + "z": 40290 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 13, + "instId": 300006, + "propState": 8, + "pos": { + "x": -319330, + "y": -35287, + "z": 35690 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 13, + "instId": 300007, + "propState": 8, + "pos": { + "x": -311680, + "y": -35474, + "z": 30310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 13, + "instId": 300008, + "propState": 8, + "pos": { + "x": -323057, + "y": -35957, + "z": 39123 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 14, + "instId": 300001, + "propState": 8, + "pos": { + "x": -313850, + "y": -35485, + "z": 44170 + }, + "rot": { + "x": 0, + "y": 199762, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 8, + "pos": { + "x": -313850, + "y": -35485, + "z": 44170 + }, + "rot": { + "x": 0, + "y": 199762, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 15, + "instId": 300001, + "propState": 8, + "pos": { + "x": -351790, + "y": -36980, + "z": 25900 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 15, + "instId": 300002, + "propState": 8, + "pos": { + "x": -395340, + "y": -34393, + "z": 22760 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 15, + "instId": 300003, + "propState": 8, + "pos": { + "x": -395340, + "y": -34393, + "z": -12210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 16, + "instId": 300001, + "propState": 8, + "pos": { + "x": -378790, + "y": -36980, + "z": 20758 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 8, + "pos": { + "x": -378790, + "y": -36980, + "z": 25758 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 16, + "instId": 300003, + "propState": 8, + "pos": { + "x": -367920, + "y": -37083, + "z": 27010 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 16, + "instId": 300004, + "propState": 8, + "pos": { + "x": -366790, + "y": -36980, + "z": 17510 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 16, + "instId": 300005, + "propState": 8, + "pos": { + "x": -367769, + "y": -36980, + "z": 17550 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 16, + "instId": 300006, + "propState": 8, + "pos": { + "x": -367034, + "y": -36980, + "z": 27010 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 16, + "instId": 300007, + "propState": 8, + "pos": { + "x": -368750, + "y": -36980, + "z": 17510 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 16, + "instId": 300008, + "propState": 8, + "pos": { + "x": -368840, + "y": -37038, + "z": 26940 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 18, + "instId": 300001, + "propState": 8, + "pos": { + "x": -383260, + "y": -36969, + "z": -15220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 19, + "instId": 300001, + "propState": 8, + "pos": { + "x": -373260, + "y": -36969, + "z": -11220 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 19, + "instId": 300002, + "propState": 1, + "pos": { + "x": -373260, + "y": -36969, + "z": -19220 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 19, + "instId": 300003, + "propState": 8, + "pos": { + "x": -368162, + "y": -36969, + "z": -12134 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 19, + "instId": 300004, + "propState": 8, + "pos": { + "x": -368725, + "y": -36969, + "z": -11478 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 102005 + }, + { + "groupId": 19, + "instId": 300005, + "propState": 8, + "pos": { + "x": -367890, + "y": -36969, + "z": -11546 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 102005 + }, + { + "groupId": 20, + "instId": 300001, + "propState": 8, + "pos": { + "x": -361960, + "y": -36980, + "z": 24840 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 8, + "pos": { + "x": 11780, + "y": 147, + "z": 157590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300001, + "propState": 8, + "pos": { + "x": -361960, + "y": -36980, + "z": 22137 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 22, + "instId": 300001, + "propState": 8, + "pos": { + "x": -357760, + "y": -36980, + "z": 21070 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 22, + "instId": 300002, + "propState": 8, + "pos": { + "x": -357760, + "y": -36980, + "z": 26070 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 22, + "instId": 300003, + "propState": 8, + "pos": { + "x": -368060, + "y": -37086, + "z": 27009 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 22, + "instId": 300004, + "propState": 8, + "pos": { + "x": -369370, + "y": -36980, + "z": 17510 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 22, + "instId": 300005, + "propState": 8, + "pos": { + "x": -370349, + "y": -37111, + "z": 17550 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 22, + "instId": 300006, + "propState": 8, + "pos": { + "x": -367020, + "y": -36980, + "z": 27010 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 22, + "instId": 300007, + "propState": 8, + "pos": { + "x": -369900, + "y": -36980, + "z": 18430 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 22, + "instId": 300008, + "propState": 8, + "pos": { + "x": -367530, + "y": -37016, + "z": 26150 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 23, + "instId": 300001, + "propState": 8, + "pos": { + "x": -425960, + "y": -44510, + "z": 115420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 8, + "pos": { + "x": -404695, + "y": -45268, + "z": 90440 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 24, + "instId": 300001, + "propState": 8, + "pos": { + "x": -409150, + "y": -44430, + "z": 117440 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 24, + "instId": 300002, + "propState": 8, + "pos": { + "x": -402150, + "y": -44430, + "z": 117440 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 24, + "instId": 300003, + "propState": 8, + "pos": { + "x": -409043, + "y": -44510, + "z": 101523 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 24, + "instId": 300004, + "propState": 8, + "pos": { + "x": -398660, + "y": -44510, + "z": 106590 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 24, + "instId": 300005, + "propState": 8, + "pos": { + "x": -398587, + "y": -44510, + "z": 107739 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 24, + "instId": 300006, + "propState": 8, + "pos": { + "x": -409876, + "y": -44510, + "z": 102360 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 24, + "instId": 300007, + "propState": 8, + "pos": { + "x": -398303, + "y": -44510, + "z": 105511 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 24, + "instId": 300008, + "propState": 8, + "pos": { + "x": -408965, + "y": -44510, + "z": 102399 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 25, + "instId": 300001, + "propState": 8, + "pos": { + "x": -405650, + "y": -44430, + "z": 113440 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300002, + "propState": 8, + "pos": { + "x": -313850, + "y": -35485, + "z": 44170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 26, + "instId": 300001, + "propState": 8, + "pos": { + "x": -404471, + "y": -36870, + "z": -33230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 26, + "instId": 300002, + "propState": 8, + "pos": { + "x": -395500, + "y": -39439, + "z": -67220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 26, + "instId": 300003, + "propState": 8, + "pos": { + "x": -404258, + "y": -39341, + "z": -75061 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 26, + "instId": 300004, + "propState": 8, + "pos": { + "x": -404471, + "y": -36870, + "z": -33230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 27, + "instId": 300001, + "propState": 8, + "pos": { + "x": -402046, + "y": -39361, + "z": -70180 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 27, + "instId": 300002, + "propState": 8, + "pos": { + "x": -407046, + "y": -39361, + "z": -70180 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 27, + "instId": 300003, + "propState": 8, + "pos": { + "x": -400918, + "y": -39439, + "z": -57625 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 27, + "instId": 300004, + "propState": 8, + "pos": { + "x": -400870, + "y": -39439, + "z": -58820 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 27, + "instId": 300005, + "propState": 8, + "pos": { + "x": -408170, + "y": -39439, + "z": -61430 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 27, + "instId": 300006, + "propState": 8, + "pos": { + "x": -408190, + "y": -39439, + "z": -60370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 27, + "instId": 300007, + "propState": 8, + "pos": { + "x": -400870, + "y": -39439, + "z": -59970 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 27, + "instId": 300008, + "propState": 8, + "pos": { + "x": -408170, + "y": -39439, + "z": -62362 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 29, + "instId": 300001, + "propState": 8, + "pos": { + "x": -464180, + "y": -44480, + "z": 85680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 29, + "instId": 300002, + "propState": 8, + "pos": { + "x": -468776, + "y": -44549, + "z": 50039 + }, + "rot": { + "x": 0, + "y": 211606, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 30, + "instId": 300001, + "propState": 8, + "pos": { + "x": -461680, + "y": -44480, + "z": 55550 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 30, + "instId": 300002, + "propState": 8, + "pos": { + "x": -466680, + "y": -44480, + "z": 55550 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 30, + "instId": 300003, + "propState": 8, + "pos": { + "x": -468180, + "y": -44480, + "z": 68160 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 30, + "instId": 300004, + "propState": 8, + "pos": { + "x": -460010, + "y": -44480, + "z": 68037 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 30, + "instId": 300005, + "propState": 8, + "pos": { + "x": -459498, + "y": -44480, + "z": 69094 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 30, + "instId": 300006, + "propState": 8, + "pos": { + "x": -467280, + "y": -44480, + "z": 68160 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 30, + "instId": 300007, + "propState": 8, + "pos": { + "x": -468210, + "y": -44480, + "z": 68990 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 30, + "instId": 300008, + "propState": 8, + "pos": { + "x": -460410, + "y": -44480, + "z": 69094 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 32, + "instId": 300001, + "propState": 8, + "pos": { + "x": -465730, + "y": -51245, + "z": -64850 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 32, + "instId": 300002, + "propState": 8, + "pos": { + "x": -499270, + "y": -51140, + "z": -27870 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 33, + "instId": 300001, + "propState": 8, + "pos": { + "x": -495330, + "y": -51245, + "z": -32340 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 33, + "instId": 300002, + "propState": 8, + "pos": { + "x": -501330, + "y": -51245, + "z": -32340 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 33, + "instId": 300003, + "propState": 8, + "pos": { + "x": -491300, + "y": -51247, + "z": -48820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 33, + "instId": 300004, + "propState": 8, + "pos": { + "x": -503740, + "y": -51247, + "z": -54010 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 33, + "instId": 300005, + "propState": 8, + "pos": { + "x": -505110, + "y": -51247, + "z": -51840 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 33, + "instId": 300006, + "propState": 8, + "pos": { + "x": -492240, + "y": -51247, + "z": -48820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 33, + "instId": 300007, + "propState": 8, + "pos": { + "x": -503510, + "y": -51247, + "z": -43238 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 33, + "instId": 300008, + "propState": 8, + "pos": { + "x": -504420, + "y": -51245, + "z": -43890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 34, + "instId": 300001, + "propState": 8, + "pos": { + "x": -498330, + "y": -51245, + "z": -36340 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 34, + "instId": 300002, + "propState": 8, + "pos": { + "x": -498330, + "y": -51245, + "z": -36340 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 35, + "instId": 300001, + "propState": 8, + "pos": { + "x": -498420, + "y": -51245, + "z": -60060 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 36, + "instId": 300001, + "propState": 8, + "pos": { + "x": -498420, + "y": -51245, + "z": -57560 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 37, + "instId": 300001, + "propState": 8, + "pos": { + "x": -483131, + "y": -46390, + "z": 28130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 37, + "instId": 300002, + "propState": 8, + "pos": { + "x": -506925, + "y": -50618, + "z": -976 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 37, + "instId": 300003, + "propState": 8, + "pos": { + "x": -582859, + "y": -58600, + "z": 4880 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 38, + "instId": 300001, + "propState": 8, + "pos": { + "x": -578339, + "y": -58600, + "z": 2339 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 38, + "instId": 300002, + "propState": 8, + "pos": { + "x": -578339, + "y": -58600, + "z": 7339 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 38, + "instId": 300003, + "propState": 8, + "pos": { + "x": -516310, + "y": -51245, + "z": 9730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 38, + "instId": 300004, + "propState": 8, + "pos": { + "x": -526370, + "y": -51245, + "z": 1260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 38, + "instId": 300005, + "propState": 8, + "pos": { + "x": -549945, + "y": -53509, + "z": 1520 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 38, + "instId": 300006, + "propState": 8, + "pos": { + "x": -522860, + "y": -51245, + "z": 10150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 38, + "instId": 300007, + "propState": 8, + "pos": { + "x": -526370, + "y": -51245, + "z": 8470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 38, + "instId": 300008, + "propState": 8, + "pos": { + "x": -549945, + "y": -53509, + "z": 8320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 39, + "instId": 300001, + "propState": 8, + "pos": { + "x": -572790, + "y": -58500, + "z": 4930 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 39, + "instId": 300002, + "propState": 8, + "pos": { + "x": -498330, + "y": -51245, + "z": -36340 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 40, + "instId": 300001, + "propState": 8, + "pos": { + "x": -522240, + "y": -51245, + "z": -1810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 41, + "instId": 300001, + "propState": 8, + "pos": { + "x": -543790, + "y": -53509, + "z": 5100 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 42, + "instId": 300001, + "propState": 8, + "pos": { + "x": -572790, + "y": -58500, + "z": 4930 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 42, + "instId": 300002, + "propState": 8, + "pos": { + "x": -498330, + "y": -51245, + "z": -36340 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 43, + "instId": 300001, + "propState": 8, + "pos": { + "x": -522240, + "y": -51245, + "z": -1810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 44, + "instId": 300001, + "propState": 8, + "pos": { + "x": -543790, + "y": -53509, + "z": 5100 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 46, + "instId": 300001, + "propState": 8, + "pos": { + "x": -483131, + "y": -46390, + "z": 28130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 46, + "instId": 300002, + "propState": 8, + "pos": { + "x": -415160, + "y": -34556, + "z": 4760 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 46, + "instId": 300003, + "propState": 8, + "pos": { + "x": -468776, + "y": -44549, + "z": 50039 + }, + "rot": { + "x": 0, + "y": 211606, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 47, + "instId": 300001, + "propState": 8, + "pos": { + "x": -468050, + "y": -45535, + "z": 41790 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 47, + "instId": 300002, + "propState": 8, + "pos": { + "x": -473050, + "y": -45535, + "z": 42780 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 47, + "instId": 300003, + "propState": 8, + "pos": { + "x": -459402, + "y": -38668, + "z": -2807 + }, + "rot": { + "x": 0, + "y": 312833, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 47, + "instId": 300004, + "propState": 8, + "pos": { + "x": -478150, + "y": -46390, + "z": 31430 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 47, + "instId": 300005, + "propState": 8, + "pos": { + "x": -466270, + "y": -46390, + "z": 34350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 47, + "instId": 300006, + "propState": 8, + "pos": { + "x": -460076, + "y": -38877, + "z": -2182 + }, + "rot": { + "x": 0, + "y": 312833, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 47, + "instId": 300007, + "propState": 8, + "pos": { + "x": -479087, + "y": -46390, + "z": 30251 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 47, + "instId": 300008, + "propState": 8, + "pos": { + "x": -466270, + "y": -46390, + "z": 33320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300001, + "propState": 8, + "pos": { + "x": -471150, + "y": -45691, + "z": 37630 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 48, + "instId": 300002, + "propState": 8, + "pos": { + "x": -471150, + "y": -45691, + "z": 37630 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 49, + "instId": 300001, + "propState": 8, + "pos": { + "x": -464962, + "y": -41038, + "z": 8912 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 50, + "instId": 300001, + "propState": 8, + "pos": { + "x": -464962, + "y": -41038, + "z": 8912 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 52, + "instId": 300001, + "propState": 8, + "pos": { + "x": -395340, + "y": -34393, + "z": -12210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + } + ], + "monsters": [ + { + "groupId": 6, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -11890, + "y": 1532, + "z": 14080 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 9, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -168910, + "y": 15740, + "z": 4810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 10, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -134650, + "y": 11822, + "z": 8330 + }, + "rot": { + "x": 0, + "y": 179964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 11, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -150090, + "y": 11660, + "z": -4310 + }, + "rot": { + "x": 0, + "y": 359964, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 14, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -313850, + "y": -35485, + "z": 44170 + }, + "rot": { + "x": 0, + "y": 199762, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 20, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -361960, + "y": -36980, + "z": 24840 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 21, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -361960, + "y": -36980, + "z": 22137 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 25, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -405650, + "y": -44430, + "z": 113440 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 34, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -498330, + "y": -51245, + "z": -36340 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 35, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -498420, + "y": -51245, + "z": -60060 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 36, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -498420, + "y": -51245, + "z": -57560 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 39, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -572790, + "y": -58500, + "z": 4930 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 40, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -522240, + "y": -51245, + "z": -1810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 41, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -543790, + "y": -53509, + "z": 5100 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 42, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -572790, + "y": -58500, + "z": 4930 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 43, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -522240, + "y": -51245, + "z": -1810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 44, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -543790, + "y": -53509, + "z": 5100 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 48, + "instId": 200005, + "eventId": 0, + "pos": { + "x": -471150, + "y": -45691, + "z": 37630 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 49, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -464962, + "y": -41038, + "z": 8912 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 50, + "instId": 200001, + "eventId": 0, + "pos": { + "x": -467166, + "y": -40965, + "z": 6708 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 81311, + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 1, + "pos": { + "x": 146218, + "y": 28084, + "z": -175913 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 8, + "pos": { + "x": 81346, + "y": 22089, + "z": -196925 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 8, + "pos": { + "x": -81320, + "y": 22100, + "z": -196809 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 5, + "instId": 300006, + "propState": 1, + "pos": { + "x": -125303, + "y": 22090, + "z": -148889 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 5, + "instId": 300007, + "propState": 1, + "pos": { + "x": -155408, + "y": 22090, + "z": -148889 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 5, + "instId": 300008, + "propState": 1, + "pos": { + "x": -135344, + "y": -4910, + "z": -61779 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 5, + "instId": 300009, + "propState": 1, + "pos": { + "x": 149255, + "y": 28111, + "z": -130927 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103032 + }, + { + "groupId": 5, + "instId": 300010, + "propState": 8, + "pos": { + "x": 110204, + "y": 22109, + "z": -217944 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 5, + "instId": 300011, + "propState": 8, + "pos": { + "x": -156331, + "y": -4910, + "z": -79773 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 5, + "instId": 300004, + "propState": 8, + "pos": { + "x": -188501, + "y": 16040, + "z": -55890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 5, + "instId": 300012, + "propState": 1, + "pos": { + "x": -156415, + "y": -10910, + "z": -130932 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 5, + "instId": 300013, + "propState": 1, + "pos": { + "x": -165403, + "y": -10910, + "z": -139927 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 5, + "instId": 300015, + "propState": 8, + "pos": { + "x": -81322, + "y": -16910, + "z": -196913 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 5, + "instId": 300016, + "propState": 8, + "pos": { + "x": -84221, + "y": -16868, + "z": -198931 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 5, + "instId": 300018, + "propState": 1, + "pos": { + "x": -173385, + "y": 22081, + "z": -148887 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103032 + }, + { + "groupId": 5, + "instId": 300014, + "propState": 8, + "pos": { + "x": -190551, + "y": 16032, + "z": -52573 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 5, + "instId": 300005, + "propState": 8, + "pos": { + "x": -116165, + "y": 22090, + "z": -175809 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 6, + "instId": 300006, + "propState": 8, + "pos": { + "x": 159229, + "y": 27793, + "z": -139048 + }, + "rot": { + "x": 0, + "y": 15697, + "z": 0 + }, + "propId": 103013 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 1, + "pos": { + "x": 70987, + "y": -16918, + "z": -249130 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 1, + "pos": { + "x": 73440, + "y": 22090, + "z": -243065 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 8, + "pos": { + "x": -67698, + "y": -16918, + "z": -249130 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 1, + "pos": { + "x": -73516, + "y": 22090, + "z": -246650 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 7, + "instId": 300005, + "propState": 1, + "pos": { + "x": -125968, + "y": 21032, + "z": -33553 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 7, + "instId": 300006, + "propState": 1, + "pos": { + "x": -125968, + "y": 21032, + "z": -30254 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 7, + "instId": 300007, + "propState": 1, + "pos": { + "x": -126790, + "y": -4906, + "z": -30006 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 7, + "instId": 300008, + "propState": 1, + "pos": { + "x": -126790, + "y": -4906, + "z": -33305 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 7, + "instId": 300010, + "propState": 1, + "pos": { + "x": 120500, + "y": 32410, + "z": -337990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 7, + "instId": 300011, + "propState": 1, + "pos": { + "x": 264503, + "y": 32420, + "z": -310455 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 7, + "instId": 300012, + "propState": 8, + "pos": { + "x": 261211, + "y": 32420, + "z": -410195 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 8, + "pos": { + "x": -179190, + "y": -4760, + "z": -79740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 25, + "instId": 300001, + "propState": 8, + "pos": { + "x": -30400, + "y": -15925, + "z": -259750 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 25, + "instId": 300002, + "propState": 8, + "pos": { + "x": 30250, + "y": -15925, + "z": -259750 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 26, + "instId": 300001, + "propState": 8, + "pos": { + "x": -3000, + "y": -15915, + "z": -264530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 27, + "instId": 300001, + "propState": 8, + "pos": { + "x": 3000, + "y": -15915, + "z": -267530 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1004 + }, + { + "groupId": 27, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": -15884, + "z": -270530 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 27, + "instId": 300003, + "propState": 8, + "pos": { + "x": 0, + "y": -15884, + "z": -270530 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 28, + "instId": 300001, + "propState": 8, + "pos": { + "x": -3000, + "y": -15915, + "z": -264530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 29, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": -15884, + "z": -270530 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 29, + "instId": 300002, + "propState": 2, + "pos": { + "x": 3000, + "y": -15915, + "z": -267530 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1004 + }, + { + "groupId": 29, + "instId": 300003, + "propState": 8, + "pos": { + "x": 0, + "y": -15884, + "z": -270530 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 30, + "instId": 300001, + "propState": 8, + "pos": { + "x": 143460, + "y": 25100, + "z": -196786 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 30, + "instId": 300002, + "propState": 8, + "pos": { + "x": 84580, + "y": 16260, + "z": -196890 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 30, + "instId": 300003, + "propState": 8, + "pos": { + "x": 110433, + "y": 22080, + "z": -222433 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 31, + "instId": 300001, + "propState": 8, + "pos": { + "x": 109580, + "y": 22112, + "z": -196890 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 32, + "instId": 300001, + "propState": 8, + "pos": { + "x": 99580, + "y": 22103, + "z": -200890 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 32, + "instId": 300002, + "propState": 1, + "pos": { + "x": 99580, + "y": 22103, + "z": -192890 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 32, + "instId": 300003, + "propState": 8, + "pos": { + "x": 94469, + "y": 22103, + "z": -199143 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 32, + "instId": 300004, + "propState": 8, + "pos": { + "x": 94050, + "y": 22103, + "z": -200049 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 32, + "instId": 300005, + "propState": 8, + "pos": { + "x": 95022, + "y": 22103, + "z": -199974 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 33, + "instId": 300001, + "propState": 8, + "pos": { + "x": -149300, + "y": 25087, + "z": -196810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 33, + "instId": 300002, + "propState": 8, + "pos": { + "x": -115850, + "y": 22077, + "z": -222182 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 34, + "instId": 300001, + "propState": 8, + "pos": { + "x": -127267, + "y": 22138, + "z": -198810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 34, + "instId": 300002, + "propState": 8, + "pos": { + "x": -127267, + "y": 22138, + "z": -194810 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 34, + "instId": 300003, + "propState": 8, + "pos": { + "x": -117137, + "y": 22099, + "z": -200810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 34, + "instId": 300004, + "propState": 8, + "pos": { + "x": -116767, + "y": 22099, + "z": -200010 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 34, + "instId": 300005, + "propState": 8, + "pos": { + "x": -116267, + "y": 22125, + "z": -200810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 34, + "instId": 300006, + "propState": 8, + "pos": { + "x": -111107, + "y": 22090, + "z": -192810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 34, + "instId": 300007, + "propState": 8, + "pos": { + "x": -110767, + "y": 22124, + "z": -193610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 34, + "instId": 300008, + "propState": 8, + "pos": { + "x": -110267, + "y": 22090, + "z": -192810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 36, + "instId": 300001, + "propState": 8, + "pos": { + "x": -127267, + "y": 22138, + "z": -198810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 36, + "instId": 300002, + "propState": 8, + "pos": { + "x": -127267, + "y": 22138, + "z": -194810 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 36, + "instId": 300003, + "propState": 8, + "pos": { + "x": -117137, + "y": 22099, + "z": -200810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 36, + "instId": 300004, + "propState": 8, + "pos": { + "x": -116767, + "y": 22099, + "z": -200010 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 36, + "instId": 300005, + "propState": 8, + "pos": { + "x": -116267, + "y": 22125, + "z": -200810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 36, + "instId": 300006, + "propState": 8, + "pos": { + "x": -111107, + "y": 22090, + "z": -192810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 36, + "instId": 300007, + "propState": 8, + "pos": { + "x": -110767, + "y": 22124, + "z": -193610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 36, + "instId": 300008, + "propState": 8, + "pos": { + "x": -110267, + "y": 22090, + "z": -192810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 38, + "instId": 300001, + "propState": 8, + "pos": { + "x": -125267, + "y": 22095, + "z": -196810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 38, + "instId": 300002, + "propState": 8, + "pos": { + "x": -125267, + "y": 22095, + "z": -196810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 39, + "instId": 300001, + "propState": 8, + "pos": { + "x": -123267, + "y": 22104, + "z": -199810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 40, + "instId": 300001, + "propState": 8, + "pos": { + "x": -123267, + "y": 22104, + "z": -193810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 41, + "instId": 300001, + "propState": 8, + "pos": { + "x": 75440, + "y": 22090, + "z": -229000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 41, + "instId": 300002, + "propState": 8, + "pos": { + "x": 75890, + "y": 22090, + "z": -181930 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 41, + "instId": 300003, + "propState": 8, + "pos": { + "x": 87715, + "y": 22090, + "z": -196667 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 42, + "instId": 300001, + "propState": 8, + "pos": { + "x": 73550, + "y": 22090, + "z": -195260 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 42, + "instId": 300002, + "propState": 8, + "pos": { + "x": 77550, + "y": 22090, + "z": -195260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 42, + "instId": 300003, + "propState": 8, + "pos": { + "x": 71764, + "y": 22090, + "z": -204800 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 42, + "instId": 300004, + "propState": 8, + "pos": { + "x": 72564, + "y": 22090, + "z": -205170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 42, + "instId": 300005, + "propState": 8, + "pos": { + "x": 71764, + "y": 22090, + "z": -205670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 42, + "instId": 300006, + "propState": 8, + "pos": { + "x": 79764, + "y": 22090, + "z": -211420 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 42, + "instId": 300007, + "propState": 8, + "pos": { + "x": 78964, + "y": 22090, + "z": -211760 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 42, + "instId": 300008, + "propState": 8, + "pos": { + "x": 79764, + "y": 22090, + "z": -212260 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 44, + "instId": 300001, + "propState": 8, + "pos": { + "x": 73550, + "y": 22090, + "z": -195260 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 44, + "instId": 300002, + "propState": 8, + "pos": { + "x": 77550, + "y": 22090, + "z": -195260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 44, + "instId": 300003, + "propState": 8, + "pos": { + "x": 71764, + "y": 22090, + "z": -204800 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 44, + "instId": 300004, + "propState": 8, + "pos": { + "x": 72564, + "y": 22090, + "z": -205170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 44, + "instId": 300005, + "propState": 8, + "pos": { + "x": 71764, + "y": 22090, + "z": -205670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 44, + "instId": 300006, + "propState": 8, + "pos": { + "x": 79764, + "y": 22090, + "z": -211420 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 44, + "instId": 300007, + "propState": 8, + "pos": { + "x": 78964, + "y": 22090, + "z": -211760 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 44, + "instId": 300008, + "propState": 8, + "pos": { + "x": 79764, + "y": 22090, + "z": -212260 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 46, + "instId": 300001, + "propState": 8, + "pos": { + "x": 75764, + "y": 22090, + "z": -197260 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 46, + "instId": 300002, + "propState": 8, + "pos": { + "x": 75764, + "y": 22090, + "z": -197260 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 47, + "instId": 300001, + "propState": 8, + "pos": { + "x": 72764, + "y": 22090, + "z": -199260 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 48, + "instId": 300001, + "propState": 8, + "pos": { + "x": 78764, + "y": 22090, + "z": -199260 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 65, + "instId": 300001, + "propState": 8, + "pos": { + "x": -166520, + "y": 29490, + "z": -62610 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 65, + "instId": 300002, + "propState": 8, + "pos": { + "x": -166470, + "y": 29490, + "z": -62610 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 66, + "instId": 300001, + "propState": 8, + "pos": { + "x": -161501, + "y": 27490, + "z": -89610 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 66, + "instId": 300002, + "propState": 8, + "pos": { + "x": -161501, + "y": 31490, + "z": -89610 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 66, + "instId": 300003, + "propState": 8, + "pos": { + "x": -161501, + "y": 25490, + "z": -79480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 66, + "instId": 300004, + "propState": 8, + "pos": { + "x": -161501, + "y": 26290, + "z": -79110 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 66, + "instId": 300005, + "propState": 8, + "pos": { + "x": -161501, + "y": 25490, + "z": -78610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 66, + "instId": 300006, + "propState": 8, + "pos": { + "x": -161501, + "y": 33490, + "z": -73450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 66, + "instId": 300007, + "propState": 8, + "pos": { + "x": -161501, + "y": 32690, + "z": -73110 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 66, + "instId": 300008, + "propState": 8, + "pos": { + "x": -161501, + "y": 33490, + "z": -72610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 68, + "instId": 300001, + "propState": 8, + "pos": { + "x": -161501, + "y": 27490, + "z": -89610 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 68, + "instId": 300002, + "propState": 8, + "pos": { + "x": -161501, + "y": 31490, + "z": -89610 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 68, + "instId": 300003, + "propState": 8, + "pos": { + "x": -161501, + "y": 25490, + "z": -79480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 68, + "instId": 300004, + "propState": 8, + "pos": { + "x": -161501, + "y": 26290, + "z": -79110 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 68, + "instId": 300005, + "propState": 8, + "pos": { + "x": -161501, + "y": 25490, + "z": -78610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 68, + "instId": 300006, + "propState": 8, + "pos": { + "x": -161501, + "y": 33490, + "z": -73450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 68, + "instId": 300007, + "propState": 8, + "pos": { + "x": -161501, + "y": 32690, + "z": -73110 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 68, + "instId": 300008, + "propState": 8, + "pos": { + "x": -161501, + "y": 33490, + "z": -72610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 70, + "instId": 300001, + "propState": 8, + "pos": { + "x": -161501, + "y": 29490, + "z": -87610 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 70, + "instId": 300002, + "propState": 8, + "pos": { + "x": -161501, + "y": 29490, + "z": -87610 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 71, + "instId": 300001, + "propState": 8, + "pos": { + "x": -161501, + "y": 26490, + "z": -85610 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 72, + "instId": 300001, + "propState": 8, + "pos": { + "x": -161501, + "y": 32490, + "z": -85610 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 73, + "instId": 300001, + "propState": 8, + "pos": { + "x": -124560, + "y": 28400, + "z": -110440 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 73, + "instId": 300002, + "propState": 8, + "pos": { + "x": -124810, + "y": 28400, + "z": -108150 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 74, + "instId": 300001, + "propState": 8, + "pos": { + "x": -151560, + "y": 30400, + "z": -103857 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 74, + "instId": 300002, + "propState": 8, + "pos": { + "x": -151560, + "y": 26400, + "z": -103857 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 74, + "instId": 300003, + "propState": 8, + "pos": { + "x": -141430, + "y": 32400, + "z": -103857 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 74, + "instId": 300004, + "propState": 8, + "pos": { + "x": -141060, + "y": 31600, + "z": -103857 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 74, + "instId": 300005, + "propState": 8, + "pos": { + "x": -140560, + "y": 32400, + "z": -103857 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 74, + "instId": 300006, + "propState": 8, + "pos": { + "x": -135400, + "y": 24400, + "z": -103857 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 74, + "instId": 300007, + "propState": 8, + "pos": { + "x": -135060, + "y": 25200, + "z": -103857 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 74, + "instId": 300008, + "propState": 8, + "pos": { + "x": -134560, + "y": 24400, + "z": -103857 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 76, + "instId": 300001, + "propState": 8, + "pos": { + "x": -151560, + "y": 30400, + "z": -103857 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 76, + "instId": 300002, + "propState": 8, + "pos": { + "x": -151560, + "y": 26400, + "z": -103857 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 76, + "instId": 300003, + "propState": 8, + "pos": { + "x": -141430, + "y": 32400, + "z": -103857 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 76, + "instId": 300004, + "propState": 8, + "pos": { + "x": -141060, + "y": 31600, + "z": -103857 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 76, + "instId": 300005, + "propState": 8, + "pos": { + "x": -140560, + "y": 32400, + "z": -103857 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 76, + "instId": 300006, + "propState": 8, + "pos": { + "x": -135400, + "y": 24400, + "z": -103857 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 76, + "instId": 300007, + "propState": 8, + "pos": { + "x": -135060, + "y": 25200, + "z": -103857 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 76, + "instId": 300008, + "propState": 8, + "pos": { + "x": -134560, + "y": 24400, + "z": -103857 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 78, + "instId": 300001, + "propState": 8, + "pos": { + "x": -149560, + "y": 28400, + "z": -103857 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 78, + "instId": 300002, + "propState": 8, + "pos": { + "x": -149560, + "y": 28400, + "z": -103857 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 79, + "instId": 300001, + "propState": 8, + "pos": { + "x": -147560, + "y": 31400, + "z": -103857 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 80, + "instId": 300001, + "propState": 8, + "pos": { + "x": -147560, + "y": 25400, + "z": -103857 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 81, + "instId": 300001, + "propState": 8, + "pos": { + "x": 146210, + "y": 35094, + "z": -243770 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 81, + "instId": 300002, + "propState": 8, + "pos": { + "x": 128160, + "y": 30560, + "z": -270029 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 82, + "instId": 300001, + "propState": 8, + "pos": { + "x": 134490, + "y": 35070, + "z": -265963 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 82, + "instId": 300002, + "propState": 8, + "pos": { + "x": 134490, + "y": 35070, + "z": -261963 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 82, + "instId": 300003, + "propState": 8, + "pos": { + "x": 144620, + "y": 34866, + "z": -267963 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 82, + "instId": 300004, + "propState": 8, + "pos": { + "x": 144990, + "y": 34866, + "z": -267163 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 82, + "instId": 300005, + "propState": 8, + "pos": { + "x": 145490, + "y": 34866, + "z": -267963 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 82, + "instId": 300006, + "propState": 8, + "pos": { + "x": 150650, + "y": 34866, + "z": -261680 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 82, + "instId": 300007, + "propState": 8, + "pos": { + "x": 150990, + "y": 34866, + "z": -262480 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 82, + "instId": 300008, + "propState": 8, + "pos": { + "x": 151490, + "y": 34866, + "z": -261680 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 84, + "instId": 300001, + "propState": 8, + "pos": { + "x": 134490, + "y": 35070, + "z": -265963 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 84, + "instId": 300002, + "propState": 8, + "pos": { + "x": 134490, + "y": 35070, + "z": -261963 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 84, + "instId": 300003, + "propState": 8, + "pos": { + "x": 144620, + "y": 34866, + "z": -267963 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 84, + "instId": 300004, + "propState": 8, + "pos": { + "x": 144990, + "y": 34866, + "z": -267163 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 84, + "instId": 300005, + "propState": 8, + "pos": { + "x": 145490, + "y": 34866, + "z": -267963 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 84, + "instId": 300006, + "propState": 8, + "pos": { + "x": 150650, + "y": 34866, + "z": -261664 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 84, + "instId": 300007, + "propState": 8, + "pos": { + "x": 150990, + "y": 34866, + "z": -262464 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 84, + "instId": 300008, + "propState": 8, + "pos": { + "x": 151490, + "y": 34866, + "z": -261664 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 86, + "instId": 300001, + "propState": 8, + "pos": { + "x": 136490, + "y": 35070, + "z": -263963 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 86, + "instId": 300002, + "propState": 8, + "pos": { + "x": 136490, + "y": 35070, + "z": -263963 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 87, + "instId": 300001, + "propState": 8, + "pos": { + "x": 138490, + "y": 34866, + "z": -266000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 88, + "instId": 300001, + "propState": 8, + "pos": { + "x": 138490, + "y": 34866, + "z": -262000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 89, + "instId": 300001, + "propState": 8, + "pos": { + "x": 146245, + "y": 47046, + "z": -284460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 89, + "instId": 300002, + "propState": 8, + "pos": { + "x": 146343, + "y": 53970, + "z": -283660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 90, + "instId": 300001, + "propState": 8, + "pos": { + "x": 148343, + "y": 47050, + "z": -256660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 90, + "instId": 300002, + "propState": 8, + "pos": { + "x": 144343, + "y": 47050, + "z": -256660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 90, + "instId": 300003, + "propState": 8, + "pos": { + "x": 150343, + "y": 47050, + "z": -266790 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 90, + "instId": 300004, + "propState": 8, + "pos": { + "x": 149543, + "y": 47050, + "z": -267160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 90, + "instId": 300005, + "propState": 8, + "pos": { + "x": 150343, + "y": 47050, + "z": -267660 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 90, + "instId": 300006, + "propState": 8, + "pos": { + "x": 142343, + "y": 47050, + "z": -272820 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 90, + "instId": 300007, + "propState": 8, + "pos": { + "x": 143143, + "y": 47050, + "z": -273160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 90, + "instId": 300008, + "propState": 8, + "pos": { + "x": 142343, + "y": 47050, + "z": -273660 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 92, + "instId": 300001, + "propState": 8, + "pos": { + "x": 148343, + "y": 47050, + "z": -256660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 92, + "instId": 300002, + "propState": 8, + "pos": { + "x": 144343, + "y": 47050, + "z": -256660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 92, + "instId": 300003, + "propState": 8, + "pos": { + "x": 150343, + "y": 47050, + "z": -266790 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 92, + "instId": 300004, + "propState": 8, + "pos": { + "x": 149543, + "y": 47050, + "z": -267160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 92, + "instId": 300005, + "propState": 8, + "pos": { + "x": 150343, + "y": 47050, + "z": -267660 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 92, + "instId": 300006, + "propState": 8, + "pos": { + "x": 142343, + "y": 47050, + "z": -272820 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 92, + "instId": 300007, + "propState": 8, + "pos": { + "x": 143143, + "y": 47050, + "z": -273160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 92, + "instId": 300008, + "propState": 8, + "pos": { + "x": 142343, + "y": 47050, + "z": -273660 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 94, + "instId": 300001, + "propState": 8, + "pos": { + "x": 146343, + "y": 47046, + "z": -258660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 94, + "instId": 300002, + "propState": 8, + "pos": { + "x": 146343, + "y": 47046, + "z": -258660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 95, + "instId": 300001, + "propState": 8, + "pos": { + "x": 149343, + "y": 47050, + "z": -260660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 96, + "instId": 300001, + "propState": 8, + "pos": { + "x": 143343, + "y": 47032, + "z": -260660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 97, + "instId": 300001, + "propState": 8, + "pos": { + "x": -123267, + "y": 22104, + "z": -199810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 97, + "instId": 300002, + "propState": 8, + "pos": { + "x": -123267, + "y": 22104, + "z": -199810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 98, + "instId": 300001, + "propState": 8, + "pos": { + "x": 72764, + "y": 22090, + "z": -199260 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 98, + "instId": 300002, + "propState": 8, + "pos": { + "x": 72764, + "y": 22090, + "z": -199260 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 99, + "instId": 300001, + "propState": 8, + "pos": { + "x": -147560, + "y": 31400, + "z": -103857 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 99, + "instId": 300002, + "propState": 8, + "pos": { + "x": -147560, + "y": 31400, + "z": -103857 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 100, + "instId": 300001, + "propState": 8, + "pos": { + "x": -161501, + "y": 26490, + "z": -85610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 100, + "instId": 300002, + "propState": 8, + "pos": { + "x": -161501, + "y": 26490, + "z": -85610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 101, + "instId": 300001, + "propState": 8, + "pos": { + "x": 138490, + "y": 34866, + "z": -266000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 101, + "instId": 300002, + "propState": 8, + "pos": { + "x": 138490, + "y": 34866, + "z": -266000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 102, + "instId": 300001, + "propState": 8, + "pos": { + "x": 149343, + "y": 47050, + "z": -260660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 102, + "instId": 300002, + "propState": 8, + "pos": { + "x": 149343, + "y": 47050, + "z": -260660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "monsters": [ + { + "groupId": 27, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 0, + "y": -15884, + "z": -270530 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 29, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 0, + "y": -15884, + "z": -270530 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 38, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -125267, + "y": 22095, + "z": -196810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 39, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -123267, + "y": 22104, + "z": -199810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 40, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -123267, + "y": 22104, + "z": -193810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 46, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": 75764, + "y": 22090, + "z": -197260 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 47, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 72764, + "y": 22090, + "z": -199260 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 48, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 78764, + "y": 22090, + "z": -199260 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 70, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -161501, + "y": 29490, + "z": -87610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 71, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -161501, + "y": 26490, + "z": -85610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 72, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -161501, + "y": 32490, + "z": -85610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 78, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -149560, + "y": 28400, + "z": -103857 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 79, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -147560, + "y": 31400, + "z": -103857 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 80, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -147560, + "y": 25400, + "z": -103857 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 86, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": 136490, + "y": 35070, + "z": -263963 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 87, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 138490, + "y": 34866, + "z": -266000 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 88, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 138490, + "y": 34866, + "z": -262000 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 94, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": 146343, + "y": 47046, + "z": -258660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 95, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 149343, + "y": 47050, + "z": -260660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 96, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 143343, + "y": 47032, + "z": -260660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 97, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -123267, + "y": 22104, + "z": -199810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 98, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": 72764, + "y": 22090, + "z": -199260 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 99, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -147560, + "y": 31400, + "z": -103857 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 100, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -161501, + "y": 26490, + "z": -85610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 101, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": 138490, + "y": 34866, + "z": -266000 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 102, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": 149343, + "y": 47050, + "z": -260660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 81312, + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": -117268, + "y": 11518, + "z": -23780 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 8, + "pos": { + "x": -102700, + "y": 11517, + "z": -3940 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": -117400, + "y": 11521, + "z": 1220 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": -113400, + "y": 11521, + "z": -8780 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 1, + "pos": { + "x": -121400, + "y": 11521, + "z": -8780 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 8, + "pos": { + "x": -115147, + "y": 11517, + "z": -13891 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 8, + "pos": { + "x": -114241, + "y": 11521, + "z": -14310 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 8, + "pos": { + "x": -114316, + "y": 11533, + "z": -13338 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 8, + "pos": { + "x": -117260, + "y": 11517, + "z": 38783 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 8, + "pos": { + "x": -117260, + "y": 3410, + "z": 43970 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": -120260, + "y": 11517, + "z": 74970 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 8, + "pos": { + "x": -114260, + "y": 11517, + "z": 71970 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1004 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 8, + "pos": { + "x": -117260, + "y": 11517, + "z": 68970 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 8, + "pos": { + "x": -117260, + "y": 11517, + "z": 68970 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 8, + "pos": { + "x": -120260, + "y": 11517, + "z": 74970 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 13, + "instId": 300001, + "propState": 8, + "pos": { + "x": -117260, + "y": 11517, + "z": 68970 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 2, + "pos": { + "x": -114260, + "y": 11517, + "z": 71970 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1004 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 8, + "pos": { + "x": -117260, + "y": 11517, + "z": 68970 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 14, + "instId": 300001, + "propState": 8, + "pos": { + "x": -185750, + "y": 14160, + "z": -127900 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 8, + "pos": { + "x": -185750, + "y": 14160, + "z": -127940 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 15, + "instId": 300001, + "propState": 8, + "pos": { + "x": -186380, + "y": 12160, + "z": -157560 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 15, + "instId": 300002, + "propState": 8, + "pos": { + "x": -186380, + "y": 16160, + "z": -157560 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 15, + "instId": 300003, + "propState": 8, + "pos": { + "x": -186380, + "y": 21923, + "z": -146070 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 15, + "instId": 300004, + "propState": 8, + "pos": { + "x": -186380, + "y": 22723, + "z": -145700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 15, + "instId": 300005, + "propState": 8, + "pos": { + "x": -186380, + "y": 21923, + "z": -145200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 15, + "instId": 300006, + "propState": 8, + "pos": { + "x": -186203, + "y": 18160, + "z": -140040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 15, + "instId": 300007, + "propState": 8, + "pos": { + "x": -186380, + "y": 17360, + "z": -139700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 15, + "instId": 300008, + "propState": 8, + "pos": { + "x": -186380, + "y": 18160, + "z": -139200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 8, + "pos": { + "x": -186380, + "y": 12160, + "z": -156200 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 8, + "pos": { + "x": -186380, + "y": 16160, + "z": -156200 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 17, + "instId": 300003, + "propState": 8, + "pos": { + "x": -186380, + "y": 21890, + "z": -146070 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 17, + "instId": 300004, + "propState": 8, + "pos": { + "x": -186380, + "y": 22690, + "z": -145700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 17, + "instId": 300005, + "propState": 8, + "pos": { + "x": -186380, + "y": 21890, + "z": -145200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 17, + "instId": 300006, + "propState": 8, + "pos": { + "x": -186203, + "y": 18160, + "z": -140040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 17, + "instId": 300007, + "propState": 8, + "pos": { + "x": -186380, + "y": 17360, + "z": -139700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 17, + "instId": 300008, + "propState": 8, + "pos": { + "x": -186380, + "y": 18160, + "z": -139200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 19, + "instId": 300001, + "propState": 8, + "pos": { + "x": -186380, + "y": 14160, + "z": -154200 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 19, + "instId": 300002, + "propState": 8, + "pos": { + "x": -186380, + "y": 14160, + "z": -154200 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 20, + "instId": 300001, + "propState": 8, + "pos": { + "x": -186380, + "y": 11160, + "z": -152200 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300001, + "propState": 8, + "pos": { + "x": -186380, + "y": 17160, + "z": -152200 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 22, + "instId": 300001, + "propState": 8, + "pos": { + "x": -117310, + "y": 11541, + "z": -180140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 22, + "instId": 300002, + "propState": 8, + "pos": { + "x": -128203, + "y": 6010, + "z": -154580 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 23, + "instId": 300001, + "propState": 8, + "pos": { + "x": -119490, + "y": 11527, + "z": -153140 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 8, + "pos": { + "x": -115490, + "y": 11518, + "z": -153140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 23, + "instId": 300003, + "propState": 8, + "pos": { + "x": -121190, + "y": 11511, + "z": -162770 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 23, + "instId": 300004, + "propState": 8, + "pos": { + "x": -120390, + "y": 11511, + "z": -163140 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 23, + "instId": 300005, + "propState": 8, + "pos": { + "x": -121190, + "y": 11511, + "z": -163640 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 23, + "instId": 300006, + "propState": 8, + "pos": { + "x": -114770, + "y": 11511, + "z": -165980 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 23, + "instId": 300007, + "propState": 8, + "pos": { + "x": -115570, + "y": 11511, + "z": -166320 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 23, + "instId": 300008, + "propState": 8, + "pos": { + "x": -114770, + "y": 11511, + "z": -166820 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 25, + "instId": 300001, + "propState": 8, + "pos": { + "x": -119490, + "y": 11527, + "z": -153140 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 25, + "instId": 300002, + "propState": 8, + "pos": { + "x": -115490, + "y": 11518, + "z": -153140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 25, + "instId": 300003, + "propState": 8, + "pos": { + "x": -121190, + "y": 11511, + "z": -162770 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 25, + "instId": 300004, + "propState": 8, + "pos": { + "x": -120390, + "y": 11511, + "z": -163140 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 25, + "instId": 300005, + "propState": 8, + "pos": { + "x": -121190, + "y": 11511, + "z": -163640 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 25, + "instId": 300006, + "propState": 8, + "pos": { + "x": -114770, + "y": 11511, + "z": -165980 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 25, + "instId": 300007, + "propState": 8, + "pos": { + "x": -115570, + "y": 11511, + "z": -166320 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 25, + "instId": 300008, + "propState": 8, + "pos": { + "x": -114770, + "y": 11511, + "z": -166820 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 27, + "instId": 300001, + "propState": 8, + "pos": { + "x": -117490, + "y": 11518, + "z": -155140 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 27, + "instId": 300002, + "propState": 8, + "pos": { + "x": -117490, + "y": 11518, + "z": -155140 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 28, + "instId": 300001, + "propState": 8, + "pos": { + "x": -120490, + "y": 11518, + "z": -157140 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 29, + "instId": 300001, + "propState": 8, + "pos": { + "x": -114490, + "y": 11541, + "z": -157140 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 30, + "instId": 300001, + "propState": 8, + "pos": { + "x": -123070, + "y": 17521, + "z": -99980 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 30, + "instId": 300002, + "propState": 8, + "pos": { + "x": -122701, + "y": 11511, + "z": -93567 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 31, + "instId": 300001, + "propState": 8, + "pos": { + "x": -155640, + "y": 11511, + "z": -98000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 31, + "instId": 300002, + "propState": 8, + "pos": { + "x": -155640, + "y": 11511, + "z": -94000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 31, + "instId": 300003, + "propState": 8, + "pos": { + "x": -145510, + "y": 11511, + "z": -100000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 31, + "instId": 300004, + "propState": 8, + "pos": { + "x": -145140, + "y": 11511, + "z": -99200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 31, + "instId": 300005, + "propState": 8, + "pos": { + "x": -144640, + "y": 11511, + "z": -100000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 31, + "instId": 300006, + "propState": 8, + "pos": { + "x": -134030, + "y": 14511, + "z": -96002 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 31, + "instId": 300007, + "propState": 8, + "pos": { + "x": -133690, + "y": 14511, + "z": -96802 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 31, + "instId": 300008, + "propState": 8, + "pos": { + "x": -133190, + "y": 14511, + "z": -96002 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 33, + "instId": 300001, + "propState": 8, + "pos": { + "x": -155640, + "y": 11511, + "z": -98000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 33, + "instId": 300002, + "propState": 8, + "pos": { + "x": -155640, + "y": 11511, + "z": -94000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 33, + "instId": 300003, + "propState": 8, + "pos": { + "x": -145510, + "y": 11511, + "z": -100000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 33, + "instId": 300004, + "propState": 8, + "pos": { + "x": -145140, + "y": 11511, + "z": -99200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 33, + "instId": 300005, + "propState": 8, + "pos": { + "x": -144640, + "y": 11511, + "z": -100000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 33, + "instId": 300006, + "propState": 8, + "pos": { + "x": -134030, + "y": 14511, + "z": -96002 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 33, + "instId": 300007, + "propState": 8, + "pos": { + "x": -133690, + "y": 14511, + "z": -96802 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 33, + "instId": 300008, + "propState": 8, + "pos": { + "x": -133190, + "y": 14511, + "z": -96002 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 35, + "instId": 300001, + "propState": 8, + "pos": { + "x": -153640, + "y": 11511, + "z": -96000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 35, + "instId": 300002, + "propState": 8, + "pos": { + "x": -153640, + "y": 11511, + "z": -96000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 36, + "instId": 300001, + "propState": 8, + "pos": { + "x": -151640, + "y": 11511, + "z": -99000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 37, + "instId": 300001, + "propState": 8, + "pos": { + "x": -151640, + "y": 11511, + "z": -93000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 46, + "instId": 300001, + "propState": 8, + "pos": { + "x": -146890, + "y": -1170, + "z": -136217 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 46, + "instId": 300002, + "propState": 8, + "pos": { + "x": -146930, + "y": 480, + "z": -134480 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 47, + "instId": 300001, + "propState": 8, + "pos": { + "x": -178150, + "y": 5511, + "z": -137280 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 47, + "instId": 300002, + "propState": 8, + "pos": { + "x": -178150, + "y": 5511, + "z": -133280 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 47, + "instId": 300003, + "propState": 8, + "pos": { + "x": -168020, + "y": 5511, + "z": -137620 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 47, + "instId": 300004, + "propState": 8, + "pos": { + "x": -167650, + "y": 5511, + "z": -136820 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 47, + "instId": 300005, + "propState": 8, + "pos": { + "x": -167150, + "y": 5511, + "z": -137620 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 47, + "instId": 300006, + "propState": 8, + "pos": { + "x": -161990, + "y": 5511, + "z": -131630 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 47, + "instId": 300007, + "propState": 8, + "pos": { + "x": -161650, + "y": 5511, + "z": -132430 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 47, + "instId": 300008, + "propState": 8, + "pos": { + "x": -161150, + "y": 5511, + "z": -131630 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 49, + "instId": 300001, + "propState": 8, + "pos": { + "x": -178150, + "y": 5511, + "z": -137280 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 49, + "instId": 300002, + "propState": 8, + "pos": { + "x": -178150, + "y": 5511, + "z": -133280 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 49, + "instId": 300003, + "propState": 8, + "pos": { + "x": -168020, + "y": 5511, + "z": -137631 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 49, + "instId": 300004, + "propState": 8, + "pos": { + "x": -167650, + "y": 5511, + "z": -136831 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 49, + "instId": 300005, + "propState": 8, + "pos": { + "x": -167150, + "y": 5511, + "z": -137631 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 49, + "instId": 300006, + "propState": 8, + "pos": { + "x": -161947, + "y": 5666, + "z": -131598 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 49, + "instId": 300007, + "propState": 8, + "pos": { + "x": -161607, + "y": 5666, + "z": -132398 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 49, + "instId": 300008, + "propState": 8, + "pos": { + "x": -161107, + "y": 5666, + "z": -131598 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 51, + "instId": 300001, + "propState": 8, + "pos": { + "x": -174720, + "y": 5511, + "z": -135270 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 51, + "instId": 300002, + "propState": 8, + "pos": { + "x": -174720, + "y": 5511, + "z": -135270 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 52, + "instId": 300001, + "propState": 8, + "pos": { + "x": -172316, + "y": 5511, + "z": -137270 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 53, + "instId": 300001, + "propState": 8, + "pos": { + "x": -172316, + "y": 5511, + "z": -133270 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 54, + "instId": 300001, + "propState": 8, + "pos": { + "x": -120490, + "y": 11518, + "z": -157140 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 54, + "instId": 300002, + "propState": 8, + "pos": { + "x": -120490, + "y": 11518, + "z": -157140 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 55, + "instId": 300001, + "propState": 8, + "pos": { + "x": -172316, + "y": 5511, + "z": -137270 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 55, + "instId": 300002, + "propState": 8, + "pos": { + "x": -172316, + "y": 5511, + "z": -137270 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 56, + "instId": 300001, + "propState": 8, + "pos": { + "x": -186380, + "y": 11160, + "z": -152200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 56, + "instId": 300002, + "propState": 8, + "pos": { + "x": -186380, + "y": 11160, + "z": -152200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 57, + "instId": 300001, + "propState": 8, + "pos": { + "x": -151640, + "y": 11511, + "z": -99000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 57, + "instId": 300002, + "propState": 8, + "pos": { + "x": -151640, + "y": 11511, + "z": -99000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 59, + "instId": 300001, + "propState": 8, + "pos": { + "x": -81650, + "y": 29720, + "z": -92567 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 59, + "instId": 300002, + "propState": 8, + "pos": { + "x": -81366, + "y": 29720, + "z": -92540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 60, + "instId": 300001, + "propState": 8, + "pos": { + "x": -84390, + "y": 27720, + "z": -64370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 60, + "instId": 300002, + "propState": 8, + "pos": { + "x": -84390, + "y": 31720, + "z": -64370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 60, + "instId": 300003, + "propState": 8, + "pos": { + "x": -84548, + "y": 25720, + "z": -74500 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 60, + "instId": 300004, + "propState": 8, + "pos": { + "x": -84548, + "y": 26520, + "z": -74870 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 60, + "instId": 300005, + "propState": 8, + "pos": { + "x": -84548, + "y": 25720, + "z": -75370 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 60, + "instId": 300006, + "propState": 8, + "pos": { + "x": -84390, + "y": 33720, + "z": -80530 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 60, + "instId": 300007, + "propState": 8, + "pos": { + "x": -84390, + "y": 32920, + "z": -80870 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 60, + "instId": 300008, + "propState": 8, + "pos": { + "x": -84390, + "y": 33720, + "z": -81370 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 62, + "instId": 300001, + "propState": 8, + "pos": { + "x": -84390, + "y": 27720, + "z": -64370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 62, + "instId": 300002, + "propState": 8, + "pos": { + "x": -84390, + "y": 31720, + "z": -64370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 62, + "instId": 300003, + "propState": 8, + "pos": { + "x": -84548, + "y": 25720, + "z": -74500 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 62, + "instId": 300004, + "propState": 8, + "pos": { + "x": -84548, + "y": 26520, + "z": -74870 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 62, + "instId": 300005, + "propState": 8, + "pos": { + "x": -84548, + "y": 25720, + "z": -75370 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 62, + "instId": 300006, + "propState": 8, + "pos": { + "x": -84390, + "y": 33720, + "z": -80530 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 62, + "instId": 300007, + "propState": 8, + "pos": { + "x": -84390, + "y": 32920, + "z": -80870 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 62, + "instId": 300008, + "propState": 8, + "pos": { + "x": -84390, + "y": 33720, + "z": -81370 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 64, + "instId": 300001, + "propState": 8, + "pos": { + "x": -84390, + "y": 29720, + "z": -66370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 64, + "instId": 300002, + "propState": 8, + "pos": { + "x": -84390, + "y": 29720, + "z": -66370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 65, + "instId": 300001, + "propState": 8, + "pos": { + "x": -84390, + "y": 26720, + "z": -68370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 66, + "instId": 300001, + "propState": 8, + "pos": { + "x": -84640, + "y": 32720, + "z": -68370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 67, + "instId": 300001, + "propState": 8, + "pos": { + "x": -84390, + "y": 26720, + "z": -68370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 67, + "instId": 300002, + "propState": 8, + "pos": { + "x": -84390, + "y": 26720, + "z": -68370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 73, + "instId": 300001, + "propState": 8, + "pos": { + "x": -114327, + "y": 11511, + "z": -189950 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103032 + }, + { + "groupId": 73, + "instId": 300002, + "propState": 8, + "pos": { + "x": -126390, + "y": 11517, + "z": -9949 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103032 + }, + { + "groupId": 84, + "instId": 300001, + "propState": 8, + "pos": { + "x": -103410, + "y": -680, + "z": -57890 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 84, + "instId": 300002, + "propState": 8, + "pos": { + "x": -126044, + "y": 17521, + "z": -45956 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 84, + "instId": 300003, + "propState": 8, + "pos": { + "x": -147200, + "y": 11482, + "z": -67265 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 85, + "instId": 300001, + "propState": 8, + "pos": { + "x": -153650, + "y": 11511, + "z": -53960 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 85, + "instId": 300002, + "propState": 8, + "pos": { + "x": -153650, + "y": 11511, + "z": -49960 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 85, + "instId": 300003, + "propState": 8, + "pos": { + "x": -142960, + "y": 11554, + "z": -54353 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 85, + "instId": 300004, + "propState": 8, + "pos": { + "x": -142590, + "y": 11554, + "z": -53553 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 85, + "instId": 300005, + "propState": 8, + "pos": { + "x": -142090, + "y": 11554, + "z": -54353 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 85, + "instId": 300006, + "propState": 8, + "pos": { + "x": -129010, + "y": 11554, + "z": -49544 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 85, + "instId": 300007, + "propState": 8, + "pos": { + "x": -128670, + "y": 11554, + "z": -50344 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 85, + "instId": 300008, + "propState": 8, + "pos": { + "x": -127870, + "y": 11554, + "z": -49580 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 87, + "instId": 300001, + "propState": 8, + "pos": { + "x": -150450, + "y": 11554, + "z": -51960 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 87, + "instId": 300002, + "propState": 8, + "pos": { + "x": -150450, + "y": 11554, + "z": -51960 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 88, + "instId": 300001, + "propState": 8, + "pos": { + "x": -121330, + "y": 11554, + "z": -51960 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 89, + "instId": 300001, + "propState": 8, + "pos": { + "x": -136120, + "y": 11554, + "z": -51950 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 90, + "instId": 300001, + "propState": 8, + "pos": { + "x": -114910, + "y": 11481, + "z": -39220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 90, + "instId": 300002, + "propState": 8, + "pos": { + "x": -114910, + "y": 11481, + "z": -39220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 91, + "instId": 300001, + "propState": 8, + "pos": { + "x": -87910, + "y": 11518, + "z": -67020 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 91, + "instId": 300002, + "propState": 8, + "pos": { + "x": -87910, + "y": 11518, + "z": -63020 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 91, + "instId": 300003, + "propState": 8, + "pos": { + "x": -104270, + "y": 11518, + "z": -66283 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 91, + "instId": 300004, + "propState": 8, + "pos": { + "x": -104640, + "y": 11518, + "z": -65483 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 91, + "instId": 300005, + "propState": 8, + "pos": { + "x": -105140, + "y": 11518, + "z": -66283 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 91, + "instId": 300006, + "propState": 8, + "pos": { + "x": -126560, + "y": 11481, + "z": -55539 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 91, + "instId": 300007, + "propState": 8, + "pos": { + "x": -126900, + "y": 11481, + "z": -56339 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 91, + "instId": 300008, + "propState": 8, + "pos": { + "x": -127400, + "y": 11481, + "z": -55539 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 93, + "instId": 300001, + "propState": 8, + "pos": { + "x": -92890, + "y": 11481, + "z": -65020 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 93, + "instId": 300002, + "propState": 8, + "pos": { + "x": -92890, + "y": 11481, + "z": -65020 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 94, + "instId": 300001, + "propState": 8, + "pos": { + "x": -120260, + "y": 11480, + "z": -58000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 95, + "instId": 300001, + "propState": 8, + "pos": { + "x": -110490, + "y": 11480, + "z": -63750 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "monsters": [ + { + "groupId": 11, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -117260, + "y": 11517, + "z": 68970 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 13, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -117260, + "y": 11517, + "z": 68970 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 19, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -186380, + "y": 14160, + "z": -154200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 20, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -186380, + "y": 11160, + "z": -152200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 21, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -186380, + "y": 17160, + "z": -152200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 27, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -117490, + "y": 11518, + "z": -155140 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 28, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -120490, + "y": 11518, + "z": -157140 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 29, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -114490, + "y": 11541, + "z": -157140 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 35, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -153640, + "y": 11511, + "z": -96000 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 36, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -151640, + "y": 11511, + "z": -99000 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 37, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -151640, + "y": 11511, + "z": -93000 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 51, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -174720, + "y": 5511, + "z": -135270 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 52, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -172316, + "y": 5511, + "z": -137270 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 53, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -172316, + "y": 5511, + "z": -133270 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 54, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -120490, + "y": 11518, + "z": -157140 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 55, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -172316, + "y": 5511, + "z": -137270 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 56, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -186380, + "y": 11160, + "z": -152200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 57, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -151640, + "y": 11511, + "z": -99000 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 64, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -84390, + "y": 29720, + "z": -66370 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 65, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -84390, + "y": 26720, + "z": -68370 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 66, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -84640, + "y": 32720, + "z": -68370 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 67, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -84390, + "y": 26720, + "z": -68370 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 87, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -150450, + "y": 11554, + "z": -51960 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 88, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -121330, + "y": 11554, + "z": -51960 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 89, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -136120, + "y": 11554, + "z": -51950 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 93, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -92890, + "y": 11481, + "z": -65020 + }, + "rot": { + "x": 0, + "y": 270100, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 94, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -120260, + "y": 11480, + "z": -58000 + }, + "rot": { + "x": 0, + "y": 270100, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 95, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -110490, + "y": 11480, + "z": -63750 + }, + "rot": { + "x": 0, + "y": 270100, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 81313, + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": 299010, + "y": 168500, + "z": 450510 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 8, + "pos": { + "x": 300740, + "y": 158510, + "z": 450510 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": 302680, + "y": 172169, + "z": 411090 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 8, + "pos": { + "x": 296680, + "y": 172169, + "z": 414090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1004 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 8, + "pos": { + "x": 299680, + "y": 172169, + "z": 417090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 8, + "pos": { + "x": 299680, + "y": 172169, + "z": 417090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": 302680, + "y": 171833, + "z": 411090 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 8, + "pos": { + "x": 299680, + "y": 172169, + "z": 417090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 2, + "pos": { + "x": 296680, + "y": 172169, + "z": 414090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1004 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 8, + "pos": { + "x": 299680, + "y": 172169, + "z": 417090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 8, + "pos": { + "x": 150865, + "y": 142920, + "z": 436525 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 8, + "pos": { + "x": 154596, + "y": 142920, + "z": 418700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 12, + "instId": 300003, + "propState": 8, + "pos": { + "x": 198281, + "y": 143006, + "z": 442390 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 12, + "instId": 300004, + "propState": 8, + "pos": { + "x": 198800, + "y": 143006, + "z": 430510 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 13, + "instId": 300001, + "propState": 8, + "pos": { + "x": 186890, + "y": 140017, + "z": 438690 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 8, + "pos": { + "x": 186890, + "y": 140017, + "z": 434690 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 8, + "pos": { + "x": 177780, + "y": 140016, + "z": 440690 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 8, + "pos": { + "x": 177410, + "y": 140017, + "z": 439890 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 13, + "instId": 300005, + "propState": 8, + "pos": { + "x": 176910, + "y": 140016, + "z": 440690 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 13, + "instId": 300006, + "propState": 8, + "pos": { + "x": 172800, + "y": 140000, + "z": 433750 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 13, + "instId": 300007, + "propState": 8, + "pos": { + "x": 172460, + "y": 140000, + "z": 434550 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 13, + "instId": 300008, + "propState": 8, + "pos": { + "x": 171960, + "y": 140000, + "z": 433750 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 15, + "instId": 300001, + "propState": 8, + "pos": { + "x": 186890, + "y": 140017, + "z": 438690 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 15, + "instId": 300002, + "propState": 8, + "pos": { + "x": 186890, + "y": 140017, + "z": 434690 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 15, + "instId": 300003, + "propState": 8, + "pos": { + "x": 177780, + "y": 140016, + "z": 440690 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 15, + "instId": 300004, + "propState": 8, + "pos": { + "x": 177410, + "y": 140017, + "z": 439890 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 15, + "instId": 300005, + "propState": 8, + "pos": { + "x": 176910, + "y": 140016, + "z": 440690 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 15, + "instId": 300006, + "propState": 8, + "pos": { + "x": 172800, + "y": 140000, + "z": 433750 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 15, + "instId": 300007, + "propState": 8, + "pos": { + "x": 172460, + "y": 140000, + "z": 434550 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 15, + "instId": 300008, + "propState": 8, + "pos": { + "x": 171960, + "y": 140000, + "z": 433750 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 8, + "pos": { + "x": 184890, + "y": 139725, + "z": 436690 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 8, + "pos": { + "x": 184890, + "y": 139725, + "z": 436690 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 18, + "instId": 300001, + "propState": 8, + "pos": { + "x": 182890, + "y": 139679, + "z": 439690 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 19, + "instId": 300001, + "propState": 8, + "pos": { + "x": 182890, + "y": 139679, + "z": 433690 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 20, + "instId": 300001, + "propState": 8, + "pos": { + "x": 190260, + "y": 140155, + "z": 430500 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 8, + "pos": { + "x": 190260, + "y": 140155, + "z": 442380 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 21, + "instId": 300001, + "propState": 8, + "pos": { + "x": 202330, + "y": 143041, + "z": 445390 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 21, + "instId": 300002, + "propState": 8, + "pos": { + "x": 206330, + "y": 143006, + "z": 445390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 21, + "instId": 300003, + "propState": 8, + "pos": { + "x": 201200, + "y": 143006, + "z": 437110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 21, + "instId": 300004, + "propState": 8, + "pos": { + "x": 202000, + "y": 143006, + "z": 436740 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 21, + "instId": 300005, + "propState": 8, + "pos": { + "x": 201200, + "y": 143006, + "z": 436240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 21, + "instId": 300006, + "propState": 8, + "pos": { + "x": 208780, + "y": 143007, + "z": 431080 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 21, + "instId": 300007, + "propState": 8, + "pos": { + "x": 207980, + "y": 143041, + "z": 430740 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 21, + "instId": 300008, + "propState": 8, + "pos": { + "x": 208780, + "y": 143007, + "z": 430240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 23, + "instId": 300001, + "propState": 8, + "pos": { + "x": 202330, + "y": 143041, + "z": 445390 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 8, + "pos": { + "x": 206330, + "y": 143006, + "z": 445390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 23, + "instId": 300003, + "propState": 8, + "pos": { + "x": 201200, + "y": 143006, + "z": 437110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 23, + "instId": 300004, + "propState": 8, + "pos": { + "x": 202000, + "y": 143006, + "z": 436740 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 23, + "instId": 300005, + "propState": 8, + "pos": { + "x": 201200, + "y": 143006, + "z": 436240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 23, + "instId": 300006, + "propState": 8, + "pos": { + "x": 208780, + "y": 143007, + "z": 431080 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 23, + "instId": 300007, + "propState": 8, + "pos": { + "x": 207980, + "y": 143041, + "z": 430740 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 23, + "instId": 300008, + "propState": 8, + "pos": { + "x": 208780, + "y": 143007, + "z": 430240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 25, + "instId": 300001, + "propState": 8, + "pos": { + "x": 204330, + "y": 143006, + "z": 445240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300002, + "propState": 8, + "pos": { + "x": 204330, + "y": 143006, + "z": 445240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 26, + "instId": 300001, + "propState": 8, + "pos": { + "x": 201330, + "y": 143006, + "z": 443240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 27, + "instId": 300001, + "propState": 8, + "pos": { + "x": 207330, + "y": 143006, + "z": 443240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 28, + "instId": 300001, + "propState": 8, + "pos": { + "x": 111510, + "y": 182429, + "z": 699020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 28, + "instId": 300002, + "propState": 8, + "pos": { + "x": 118817, + "y": 182600, + "z": 740010 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 28, + "instId": 300003, + "propState": 8, + "pos": { + "x": 101100, + "y": 184549, + "z": 720660 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 29, + "instId": 300001, + "propState": 8, + "pos": { + "x": 127510, + "y": 182514, + "z": 736310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 30, + "instId": 300001, + "propState": 8, + "pos": { + "x": 131510, + "y": 182429, + "z": 726310 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 30, + "instId": 300002, + "propState": 1, + "pos": { + "x": 124360, + "y": 182429, + "z": 726310 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 1002 + }, + { + "groupId": 30, + "instId": 300003, + "propState": 8, + "pos": { + "x": 129763, + "y": 182429, + "z": 721199 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 30, + "instId": 300004, + "propState": 8, + "pos": { + "x": 130669, + "y": 182429, + "z": 720780 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 30, + "instId": 300005, + "propState": 8, + "pos": { + "x": 130594, + "y": 182429, + "z": 721752 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 31, + "instId": 300001, + "propState": 8, + "pos": { + "x": 70580, + "y": 178407, + "z": 708640 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 31, + "instId": 300002, + "propState": 8, + "pos": { + "x": 75941, + "y": 175342, + "z": 668850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 32, + "instId": 300001, + "propState": 8, + "pos": { + "x": 75010, + "y": 178407, + "z": 681640 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 32, + "instId": 300002, + "propState": 8, + "pos": { + "x": 71010, + "y": 178407, + "z": 681640 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 32, + "instId": 300003, + "propState": 8, + "pos": { + "x": 77010, + "y": 178407, + "z": 691770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 32, + "instId": 300004, + "propState": 8, + "pos": { + "x": 76210, + "y": 178407, + "z": 692140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 32, + "instId": 300005, + "propState": 8, + "pos": { + "x": 77010, + "y": 178407, + "z": 692640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 32, + "instId": 300006, + "propState": 8, + "pos": { + "x": 69010, + "y": 178407, + "z": 697800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 32, + "instId": 300007, + "propState": 8, + "pos": { + "x": 69810, + "y": 178407, + "z": 698140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 32, + "instId": 300008, + "propState": 8, + "pos": { + "x": 69010, + "y": 178407, + "z": 698640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 34, + "instId": 300001, + "propState": 8, + "pos": { + "x": 75010, + "y": 178407, + "z": 681640 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 34, + "instId": 300002, + "propState": 8, + "pos": { + "x": 71010, + "y": 178407, + "z": 681640 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 34, + "instId": 300003, + "propState": 8, + "pos": { + "x": 77010, + "y": 178407, + "z": 691770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 34, + "instId": 300004, + "propState": 8, + "pos": { + "x": 76210, + "y": 178407, + "z": 692140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 34, + "instId": 300005, + "propState": 8, + "pos": { + "x": 77010, + "y": 178407, + "z": 692640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 34, + "instId": 300006, + "propState": 8, + "pos": { + "x": 69010, + "y": 178407, + "z": 697800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 34, + "instId": 300007, + "propState": 8, + "pos": { + "x": 69810, + "y": 178407, + "z": 698140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 34, + "instId": 300008, + "propState": 8, + "pos": { + "x": 69010, + "y": 178407, + "z": 698640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 36, + "instId": 300001, + "propState": 8, + "pos": { + "x": 73010, + "y": 178407, + "z": 683640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 36, + "instId": 300002, + "propState": 8, + "pos": { + "x": 73010, + "y": 178407, + "z": 683640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 37, + "instId": 300001, + "propState": 8, + "pos": { + "x": 76010, + "y": 178407, + "z": 685640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 38, + "instId": 300001, + "propState": 8, + "pos": { + "x": 70010, + "y": 178407, + "z": 685640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 39, + "instId": 300001, + "propState": 8, + "pos": { + "x": 95670, + "y": 200710, + "z": 574750 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 39, + "instId": 300002, + "propState": 8, + "pos": { + "x": 122290, + "y": 200694, + "z": 551210 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 40, + "instId": 300001, + "propState": 8, + "pos": { + "x": 122860, + "y": 200610, + "z": 570540 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 40, + "instId": 300002, + "propState": 8, + "pos": { + "x": 122860, + "y": 200610, + "z": 566540 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 40, + "instId": 300003, + "propState": 8, + "pos": { + "x": 112730, + "y": 200610, + "z": 572540 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 40, + "instId": 300004, + "propState": 8, + "pos": { + "x": 112360, + "y": 200610, + "z": 571740 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 40, + "instId": 300005, + "propState": 8, + "pos": { + "x": 111860, + "y": 200610, + "z": 572540 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 40, + "instId": 300006, + "propState": 8, + "pos": { + "x": 106700, + "y": 200610, + "z": 564540 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 40, + "instId": 300007, + "propState": 8, + "pos": { + "x": 106360, + "y": 200610, + "z": 565340 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 40, + "instId": 300008, + "propState": 8, + "pos": { + "x": 105860, + "y": 200610, + "z": 564540 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 42, + "instId": 300001, + "propState": 8, + "pos": { + "x": 122860, + "y": 200610, + "z": 570540 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 42, + "instId": 300002, + "propState": 8, + "pos": { + "x": 122860, + "y": 200610, + "z": 566540 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 42, + "instId": 300003, + "propState": 8, + "pos": { + "x": 112730, + "y": 200610, + "z": 572540 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 42, + "instId": 300004, + "propState": 8, + "pos": { + "x": 112360, + "y": 200610, + "z": 571740 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 42, + "instId": 300005, + "propState": 8, + "pos": { + "x": 111860, + "y": 200610, + "z": 572540 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 42, + "instId": 300006, + "propState": 8, + "pos": { + "x": 106700, + "y": 200610, + "z": 564540 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 42, + "instId": 300007, + "propState": 8, + "pos": { + "x": 106360, + "y": 200610, + "z": 565340 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 42, + "instId": 300008, + "propState": 8, + "pos": { + "x": 105860, + "y": 200610, + "z": 564540 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 44, + "instId": 300001, + "propState": 8, + "pos": { + "x": 120860, + "y": 200610, + "z": 568540 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 44, + "instId": 300002, + "propState": 8, + "pos": { + "x": 120860, + "y": 200610, + "z": 568540 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 45, + "instId": 300001, + "propState": 8, + "pos": { + "x": 118860, + "y": 200610, + "z": 571540 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 46, + "instId": 300001, + "propState": 8, + "pos": { + "x": 118860, + "y": 200610, + "z": 565540 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 47, + "instId": 300001, + "propState": 8, + "pos": { + "x": 69270, + "y": 181320, + "z": 416370 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 47, + "instId": 300002, + "propState": 8, + "pos": { + "x": 44560, + "y": 192820, + "z": 425709 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 48, + "instId": 300001, + "propState": 8, + "pos": { + "x": 71560, + "y": 191300, + "z": 418370 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 48, + "instId": 300002, + "propState": 8, + "pos": { + "x": 71560, + "y": 191300, + "z": 414370 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 48, + "instId": 300003, + "propState": 8, + "pos": { + "x": 61430, + "y": 191300, + "z": 420370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 48, + "instId": 300004, + "propState": 8, + "pos": { + "x": 61060, + "y": 191300, + "z": 419570 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 48, + "instId": 300005, + "propState": 8, + "pos": { + "x": 60560, + "y": 191300, + "z": 420370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 48, + "instId": 300006, + "propState": 8, + "pos": { + "x": 55400, + "y": 191300, + "z": 412370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 48, + "instId": 300007, + "propState": 8, + "pos": { + "x": 55060, + "y": 191300, + "z": 413170 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 48, + "instId": 300008, + "propState": 8, + "pos": { + "x": 54560, + "y": 191300, + "z": 412370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 50, + "instId": 300001, + "propState": 8, + "pos": { + "x": 71560, + "y": 191300, + "z": 418370 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 50, + "instId": 300002, + "propState": 8, + "pos": { + "x": 71560, + "y": 191300, + "z": 414370 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 50, + "instId": 300003, + "propState": 8, + "pos": { + "x": 61430, + "y": 191300, + "z": 420370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 50, + "instId": 300004, + "propState": 8, + "pos": { + "x": 61060, + "y": 191300, + "z": 419570 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 50, + "instId": 300005, + "propState": 8, + "pos": { + "x": 60560, + "y": 191300, + "z": 420370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 50, + "instId": 300006, + "propState": 8, + "pos": { + "x": 55400, + "y": 191300, + "z": 412370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 50, + "instId": 300007, + "propState": 8, + "pos": { + "x": 55060, + "y": 191300, + "z": 413170 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 50, + "instId": 300008, + "propState": 8, + "pos": { + "x": 54560, + "y": 191300, + "z": 412370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 52, + "instId": 300001, + "propState": 8, + "pos": { + "x": 69560, + "y": 191300, + "z": 416370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 52, + "instId": 300002, + "propState": 8, + "pos": { + "x": 69560, + "y": 191300, + "z": 416370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 53, + "instId": 300001, + "propState": 8, + "pos": { + "x": 67560, + "y": 191300, + "z": 419370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 54, + "instId": 300001, + "propState": 8, + "pos": { + "x": 67560, + "y": 191300, + "z": 413370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 55, + "instId": 300001, + "propState": 8, + "pos": { + "x": 324350, + "y": 165227, + "z": 459500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 55, + "instId": 300002, + "propState": 8, + "pos": { + "x": 299110, + "y": 168625, + "z": 449940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 56, + "instId": 300001, + "propState": 8, + "pos": { + "x": 322140, + "y": 168871, + "z": 430090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 56, + "instId": 300002, + "propState": 8, + "pos": { + "x": 318140, + "y": 168860, + "z": 430090 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 56, + "instId": 300003, + "propState": 8, + "pos": { + "x": 324140, + "y": 168867, + "z": 440220 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 56, + "instId": 300004, + "propState": 8, + "pos": { + "x": 323340, + "y": 168871, + "z": 440590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 56, + "instId": 300005, + "propState": 8, + "pos": { + "x": 324140, + "y": 168860, + "z": 441090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 56, + "instId": 300006, + "propState": 8, + "pos": { + "x": 316140, + "y": 168500, + "z": 446250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 56, + "instId": 300007, + "propState": 8, + "pos": { + "x": 316940, + "y": 168655, + "z": 446590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 56, + "instId": 300008, + "propState": 8, + "pos": { + "x": 316140, + "y": 168500, + "z": 447090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 58, + "instId": 300001, + "propState": 8, + "pos": { + "x": 322140, + "y": 168871, + "z": 430090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 58, + "instId": 300002, + "propState": 8, + "pos": { + "x": 318140, + "y": 168860, + "z": 430090 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 58, + "instId": 300003, + "propState": 8, + "pos": { + "x": 324140, + "y": 168867, + "z": 440220 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 58, + "instId": 300004, + "propState": 8, + "pos": { + "x": 323340, + "y": 168871, + "z": 440590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 58, + "instId": 300005, + "propState": 8, + "pos": { + "x": 324140, + "y": 168860, + "z": 441090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 58, + "instId": 300006, + "propState": 8, + "pos": { + "x": 316140, + "y": 168500, + "z": 446250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 58, + "instId": 300007, + "propState": 8, + "pos": { + "x": 316940, + "y": 168655, + "z": 446590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 58, + "instId": 300008, + "propState": 8, + "pos": { + "x": 316140, + "y": 168500, + "z": 447090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 60, + "instId": 300001, + "propState": 8, + "pos": { + "x": 320140, + "y": 168860, + "z": 432090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 60, + "instId": 300002, + "propState": 8, + "pos": { + "x": 320140, + "y": 168860, + "z": 432090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 61, + "instId": 300001, + "propState": 8, + "pos": { + "x": 323140, + "y": 168860, + "z": 434090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 62, + "instId": 300001, + "propState": 8, + "pos": { + "x": 317140, + "y": 168860, + "z": 434090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 63, + "instId": 300001, + "propState": 8, + "pos": { + "x": 323140, + "y": 168860, + "z": 434090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 63, + "instId": 300002, + "propState": 8, + "pos": { + "x": 323140, + "y": 168860, + "z": 434090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 64, + "instId": 300001, + "propState": 8, + "pos": { + "x": 67560, + "y": 191300, + "z": 419370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 64, + "instId": 300002, + "propState": 8, + "pos": { + "x": 67560, + "y": 191300, + "z": 419370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 65, + "instId": 300001, + "propState": 8, + "pos": { + "x": 118860, + "y": 200610, + "z": 571540 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 65, + "instId": 300002, + "propState": 8, + "pos": { + "x": 118860, + "y": 200610, + "z": 571540 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 66, + "instId": 300001, + "propState": 8, + "pos": { + "x": 76010, + "y": 178407, + "z": 685640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 66, + "instId": 300002, + "propState": 8, + "pos": { + "x": 76010, + "y": 178407, + "z": 685640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 67, + "instId": 300001, + "propState": 8, + "pos": { + "x": 201330, + "y": 143006, + "z": 443240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 67, + "instId": 300002, + "propState": 8, + "pos": { + "x": 201330, + "y": 143006, + "z": 443240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 68, + "instId": 300001, + "propState": 8, + "pos": { + "x": 182890, + "y": 139679, + "z": 439690 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 68, + "instId": 300002, + "propState": 8, + "pos": { + "x": 182890, + "y": 139679, + "z": 439690 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 69, + "instId": 300001, + "propState": 8, + "pos": { + "x": 211170, + "y": 82880, + "z": 309770 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 69, + "instId": 300002, + "propState": 8, + "pos": { + "x": 211170, + "y": 88610, + "z": 311800 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 70, + "instId": 300001, + "propState": 8, + "pos": { + "x": 213170, + "y": 95281, + "z": 301600 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 70, + "instId": 300002, + "propState": 8, + "pos": { + "x": 209170, + "y": 95281, + "z": 301600 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 70, + "instId": 300003, + "propState": 8, + "pos": { + "x": 214090, + "y": 95281, + "z": 309320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 70, + "instId": 300004, + "propState": 8, + "pos": { + "x": 213290, + "y": 95281, + "z": 309690 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 70, + "instId": 300005, + "propState": 8, + "pos": { + "x": 214090, + "y": 95281, + "z": 310190 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 70, + "instId": 300006, + "propState": 8, + "pos": { + "x": 209170, + "y": 95281, + "z": 329310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 70, + "instId": 300007, + "propState": 8, + "pos": { + "x": 209970, + "y": 95281, + "z": 329650 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 70, + "instId": 300008, + "propState": 8, + "pos": { + "x": 209170, + "y": 95281, + "z": 330150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 72, + "instId": 300001, + "propState": 8, + "pos": { + "x": 211170, + "y": 95281, + "z": 304740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 72, + "instId": 300002, + "propState": 8, + "pos": { + "x": 211170, + "y": 95281, + "z": 304740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 73, + "instId": 300001, + "propState": 8, + "pos": { + "x": 212500, + "y": 95281, + "z": 323710 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 74, + "instId": 300001, + "propState": 8, + "pos": { + "x": 209390, + "y": 95281, + "z": 314480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 75, + "instId": 300001, + "propState": 8, + "pos": { + "x": 154510, + "y": 142783, + "z": 418372 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 75, + "instId": 300002, + "propState": 8, + "pos": { + "x": 170369, + "y": 140086, + "z": 436747 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 75, + "instId": 300003, + "propState": 8, + "pos": { + "x": 167769, + "y": 141406, + "z": 457540 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 76, + "instId": 300001, + "propState": 8, + "pos": { + "x": 155390, + "y": 142800, + "z": 457910 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 76, + "instId": 300002, + "propState": 8, + "pos": { + "x": 159390, + "y": 142800, + "z": 457910 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 76, + "instId": 300003, + "propState": 8, + "pos": { + "x": 153540, + "y": 142800, + "z": 441590 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 76, + "instId": 300004, + "propState": 8, + "pos": { + "x": 154340, + "y": 142800, + "z": 441220 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 76, + "instId": 300005, + "propState": 8, + "pos": { + "x": 153540, + "y": 142800, + "z": 440720 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 76, + "instId": 300006, + "propState": 8, + "pos": { + "x": 160880, + "y": 142800, + "z": 431300 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 76, + "instId": 300007, + "propState": 8, + "pos": { + "x": 160080, + "y": 142800, + "z": 430960 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 76, + "instId": 300008, + "propState": 8, + "pos": { + "x": 160880, + "y": 142800, + "z": 430460 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 78, + "instId": 300001, + "propState": 8, + "pos": { + "x": 157390, + "y": 142800, + "z": 454540 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 78, + "instId": 300002, + "propState": 8, + "pos": { + "x": 157390, + "y": 142800, + "z": 454540 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 79, + "instId": 300001, + "propState": 8, + "pos": { + "x": 159410, + "y": 142800, + "z": 437620 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 80, + "instId": 300001, + "propState": 8, + "pos": { + "x": 155340, + "y": 142800, + "z": 446190 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 81, + "instId": 300001, + "propState": 8, + "pos": { + "x": 103920, + "y": 192220, + "z": 517977 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 81, + "instId": 300002, + "propState": 8, + "pos": { + "x": 39429, + "y": 180509, + "z": 529406 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 82, + "instId": 300001, + "propState": 8, + "pos": { + "x": 51100, + "y": 183660, + "z": 527480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 82, + "instId": 300002, + "propState": 8, + "pos": { + "x": 51100, + "y": 183660, + "z": 531480 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 82, + "instId": 300003, + "propState": 8, + "pos": { + "x": 59080, + "y": 183660, + "z": 526320 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 82, + "instId": 300004, + "propState": 8, + "pos": { + "x": 59450, + "y": 183660, + "z": 527120 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 82, + "instId": 300005, + "propState": 8, + "pos": { + "x": 59950, + "y": 183660, + "z": 526320 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 82, + "instId": 300006, + "propState": 8, + "pos": { + "x": 83810, + "y": 186840, + "z": 532280 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 82, + "instId": 300007, + "propState": 8, + "pos": { + "x": 84150, + "y": 186840, + "z": 531480 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 82, + "instId": 300008, + "propState": 8, + "pos": { + "x": 84650, + "y": 186840, + "z": 532280 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 84, + "instId": 300001, + "propState": 8, + "pos": { + "x": 54420, + "y": 183660, + "z": 529480 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 84, + "instId": 300002, + "propState": 8, + "pos": { + "x": 54420, + "y": 183660, + "z": 529480 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 85, + "instId": 300001, + "propState": 8, + "pos": { + "x": 77150, + "y": 186840, + "z": 529510 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 86, + "instId": 300001, + "propState": 8, + "pos": { + "x": 65010, + "y": 183660, + "z": 529600 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "monsters": [ + { + "groupId": 9, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 299680, + "y": 172169, + "z": 417090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 11, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 299680, + "y": 172169, + "z": 417090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 17, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": 184890, + "y": 139725, + "z": 436690 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 18, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 182890, + "y": 139679, + "z": 439690 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 19, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 182890, + "y": 139679, + "z": 433690 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 25, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": 204330, + "y": 143006, + "z": 445240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 26, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 201330, + "y": 143006, + "z": 443240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 27, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 207330, + "y": 143006, + "z": 443240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 36, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": 73010, + "y": 178407, + "z": 683640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 37, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 76010, + "y": 178407, + "z": 685640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 38, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 70010, + "y": 178407, + "z": 685640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 44, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": 120860, + "y": 200610, + "z": 568540 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 45, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 118860, + "y": 200610, + "z": 571540 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 46, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 118860, + "y": 200610, + "z": 565540 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 52, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": 69560, + "y": 191300, + "z": 416370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 53, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 67560, + "y": 191300, + "z": 419370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 54, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 67560, + "y": 191300, + "z": 413370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 60, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": 320140, + "y": 168860, + "z": 432090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 61, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 323140, + "y": 168860, + "z": 434090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 62, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 317140, + "y": 168860, + "z": 434090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 63, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": 323140, + "y": 168860, + "z": 434090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 64, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": 67560, + "y": 191300, + "z": 419370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 65, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": 118860, + "y": 200610, + "z": 571540 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 66, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": 76010, + "y": 178407, + "z": 685640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 67, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": 201330, + "y": 143006, + "z": 443240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 68, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": 182890, + "y": 139679, + "z": 439690 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 72, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": 211170, + "y": 95281, + "z": 304740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 73, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 212500, + "y": 95281, + "z": 323710 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 74, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 209390, + "y": 95281, + "z": 314480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 78, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": 157390, + "y": 142800, + "z": 454540 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 79, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 159410, + "y": 142800, + "z": 437620 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 80, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 155340, + "y": 142800, + "z": 446190 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 84, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": 54420, + "y": 183660, + "z": 529480 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 85, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 77150, + "y": 186840, + "z": 529510 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 86, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 65010, + "y": 183660, + "z": 529600 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "teleports": [] + }, + { + "planeID": 20100, + "props": [], + "monsters": [], + "teleports": [] + }, + { + "planeID": 30301, + "props": [ + { + "groupId": 2, + "instId": 300002, + "propState": 8, + "pos": { + "x": 69150, + "y": 1907, + "z": 92160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 8, + "pos": { + "x": -5800, + "y": 19780, + "z": -27540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 2, + "instId": 300001, + "propState": 8, + "pos": { + "x": 30540, + "y": 19986, + "z": -57320 + }, + "rot": { + "x": 0, + "y": 317300, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 2, + "instId": 300003, + "propState": 8, + "pos": { + "x": 860, + "y": 20037, + "z": -68610 + }, + "rot": { + "x": 0, + "y": 348302, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 8, + "pos": { + "x": 206124, + "y": 36980, + "z": -159446 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 2, + "instId": 300001, + "propState": 8, + "pos": { + "x": 216510, + "y": 28537, + "z": -138380 + }, + "rot": { + "x": 0, + "y": 69370, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 2, + "instId": 300003, + "propState": 8, + "pos": { + "x": 172900, + "y": 28428, + "z": -123670 + }, + "rot": { + "x": 0, + "y": 96793, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 8, + "pos": { + "x": -41860, + "y": -2141, + "z": -170224 + }, + "rot": { + "x": 0, + "y": 269940, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 8, + "pos": { + "x": -53575, + "y": -2555, + "z": 119290 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 2, + "instId": 300001, + "propState": 8, + "pos": { + "x": -57303, + "y": -2622, + "z": 103634 + }, + "rot": { + "x": 0, + "y": 57865, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 2, + "instId": 300003, + "propState": 8, + "pos": { + "x": -34420, + "y": -2495, + "z": 98230 + }, + "rot": { + "x": 0, + "y": 397, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 8, + "pos": { + "x": 86301, + "y": 2014, + "z": -94060 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 8, + "pos": { + "x": 250820, + "y": 52546, + "z": -168890 + }, + "rot": { + "x": 0, + "y": 46888, + "z": 0 + }, + "propId": 105 + } + ], + "monsters": [ + { + "groupId": 2, + "instId": 200001, + "eventId": 301101, + "pos": { + "x": 90720, + "y": 1907, + "z": 92540 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1004010 + }, + { + "groupId": 2, + "instId": 200001, + "eventId": 301102, + "pos": { + "x": 7680, + "y": 19978, + "z": -52930 + }, + "rot": { + "x": 0, + "y": 340943, + "z": 0 + }, + "monsterId": 1014010 + }, + { + "groupId": 2, + "instId": 200001, + "eventId": 301103, + "pos": { + "x": 189395, + "y": 28389, + "z": -123309 + }, + "rot": { + "x": 0, + "y": 198826, + "z": 0 + }, + "monsterId": 1013010 + }, + { + "groupId": 2, + "instId": 200001, + "eventId": 301104, + "pos": { + "x": -63340, + "y": -2141, + "z": -168586 + }, + "rot": { + "x": 0, + "y": 98029, + "z": 0 + }, + "monsterId": 8003030 + }, + { + "groupId": 2, + "instId": 200001, + "eventId": 301105, + "pos": { + "x": -38776, + "y": -2639, + "z": 117711 + }, + "rot": { + "x": 0, + "y": 166728, + "z": 0 + }, + "monsterId": 8003050 + }, + { + "groupId": 2, + "instId": 200001, + "eventId": 301106, + "pos": { + "x": 113508, + "y": 2014, + "z": -93760 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1003010 + }, + { + "groupId": 2, + "instId": 200001, + "eventId": 301107, + "pos": { + "x": 268761, + "y": 52545, + "z": -152317 + }, + "rot": { + "x": 0, + "y": 227450, + "z": 0 + }, + "monsterId": 1013020 + } + ], + "teleports": [] + }, + { + "planeID": 30401, + "props": [ + { + "groupId": 8, + "instId": 300012, + "propState": 8, + "pos": { + "x": -94500, + "y": 6820, + "z": -122190 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 8, + "instId": 300010, + "propState": 2, + "pos": { + "x": -101766, + "y": 5058, + "z": -119589 + }, + "rot": { + "x": 0, + "y": 269851, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": -2515, + "y": 2940, + "z": -100826 + }, + "rot": { + "x": 0, + "y": 288017, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 8, + "instId": 300019, + "propState": 8, + "pos": { + "x": -5599, + "y": 2864, + "z": -99852 + }, + "rot": { + "x": 0, + "y": 197158, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 2, + "pos": { + "x": 470, + "y": 2880, + "z": -99190 + }, + "rot": { + "x": 0, + "y": 107618, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 8, + "pos": { + "x": -120990, + "y": -101, + "z": -73190 + }, + "rot": { + "x": 0, + "y": 269472, + "z": 0 + }, + "propId": 100003 + }, + { + "groupId": 8, + "instId": 300020, + "propState": 8, + "pos": { + "x": -120990, + "y": -101, + "z": -73190 + }, + "rot": { + "x": 0, + "y": 269472, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300006, + "propState": 2, + "pos": { + "x": -104321, + "y": -101, + "z": -74646 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 8, + "pos": { + "x": -110161, + "y": -61, + "z": -64690 + }, + "rot": { + "x": 0, + "y": 17053, + "z": 0 + }, + "propId": 100021 + }, + { + "groupId": 8, + "instId": 300021, + "propState": 8, + "pos": { + "x": -110828, + "y": 504, + "z": -73353 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 8, + "pos": { + "x": -110990, + "y": -109, + "z": -62616 + }, + "rot": { + "x": 0, + "y": 18847, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 8, + "instId": 300014, + "propState": 8, + "pos": { + "x": -132012, + "y": 2824, + "z": -57981 + }, + "rot": { + "x": 0, + "y": 27345, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 8, + "instId": 300022, + "propState": 8, + "pos": { + "x": -130510, + "y": 2770, + "z": -55090 + }, + "rot": { + "x": 0, + "y": 297332, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300008, + "propState": 8, + "pos": { + "x": -132037, + "y": 2748, + "z": -61726 + }, + "rot": { + "x": 0, + "y": 207345, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 8, + "instId": 300016, + "propState": 8, + "pos": { + "x": -144990, + "y": -60, + "z": -73290 + }, + "rot": { + "x": 0, + "y": 270291, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 8, + "instId": 300026, + "propState": 8, + "pos": { + "x": -141728, + "y": -119, + "z": -73277 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300018, + "propState": 8, + "pos": { + "x": -141399, + "y": -115, + "z": -71740 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 8, + "instId": 300015, + "propState": 1, + "pos": { + "x": -110156, + "y": -61, + "z": -81744 + }, + "rot": { + "x": 0, + "y": 342919, + "z": 0 + }, + "propId": 100021 + }, + { + "groupId": 8, + "instId": 300023, + "propState": 1, + "pos": { + "x": -110829, + "y": 504, + "z": -73061 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300013, + "propState": 8, + "pos": { + "x": -2438, + "y": 2916, + "z": -45562 + }, + "rot": { + "x": 0, + "y": 253313, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 8, + "instId": 300024, + "propState": 8, + "pos": { + "x": -5595, + "y": 2864, + "z": -46516 + }, + "rot": { + "x": 0, + "y": 163201, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300038, + "propState": 8, + "pos": { + "x": -5441, + "y": 2868, + "z": -48072 + }, + "rot": { + "x": 0, + "y": 252400, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 8, + "instId": 300017, + "propState": 1, + "pos": { + "x": 42660, + "y": 3485, + "z": -115530 + }, + "rot": { + "x": 0, + "y": 288017, + "z": 0 + }, + "propId": 100005 + }, + { + "groupId": 8, + "instId": 300025, + "propState": 1, + "pos": { + "x": 42748, + "y": 3485, + "z": -115476 + }, + "rot": { + "x": 0, + "y": 288000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300007, + "propState": 1, + "pos": { + "x": 58122, + "y": 3459, + "z": -118557 + }, + "rot": { + "x": 0, + "y": 108146, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 8, + "instId": 300011, + "propState": 8, + "pos": { + "x": -10910, + "y": 18600, + "z": -106140 + }, + "rot": { + "x": 0, + "y": 27837, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300009, + "propState": 8, + "pos": { + "x": -1578, + "y": 4254, + "z": -104286 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300027, + "propState": 1, + "pos": { + "x": -146897, + "y": 2770, + "z": -37391 + }, + "rot": { + "x": 0, + "y": 207332, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300028, + "propState": 1, + "pos": { + "x": -130445, + "y": 2762, + "z": -91413 + }, + "rot": { + "x": 0, + "y": 63465, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300029, + "propState": 1, + "pos": { + "x": -123205, + "y": 2760, + "z": -106135 + }, + "rot": { + "x": 0, + "y": 243837, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300030, + "propState": 1, + "pos": { + "x": -147179, + "y": 2762, + "z": -108792 + }, + "rot": { + "x": 0, + "y": 153818, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300031, + "propState": 1, + "pos": { + "x": -81935, + "y": 10282, + "z": -114414 + }, + "rot": { + "x": 0, + "y": 97352, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300032, + "propState": 1, + "pos": { + "x": -71651, + "y": 10282, + "z": -114388 + }, + "rot": { + "x": 0, + "y": 83364, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300044, + "propState": 1, + "pos": { + "x": -31403, + "y": 18681, + "z": -108909 + }, + "rot": { + "x": 0, + "y": 27743, + "z": 0 + }, + "propId": 100021 + }, + { + "groupId": 8, + "instId": 300033, + "propState": 1, + "pos": { + "x": -29906, + "y": 18608, + "z": -106063 + }, + "rot": { + "x": 0, + "y": 297743, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300034, + "propState": 1, + "pos": { + "x": -5999, + "y": 18610, + "z": -109379 + }, + "rot": { + "x": 0, + "y": 27856, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300045, + "propState": 1, + "pos": { + "x": -37989, + "y": 18683, + "z": -92473 + }, + "rot": { + "x": 0, + "y": 117856, + "z": 0 + }, + "propId": 100021 + }, + { + "groupId": 8, + "instId": 300035, + "propState": 1, + "pos": { + "x": -35120, + "y": 18610, + "z": -93989 + }, + "rot": { + "x": 0, + "y": 27856, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300036, + "propState": 1, + "pos": { + "x": -35597, + "y": 18611, + "z": -51446 + }, + "rot": { + "x": 0, + "y": 332611, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300037, + "propState": 1, + "pos": { + "x": -6352, + "y": 18611, + "z": -36294 + }, + "rot": { + "x": 0, + "y": 332611, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300043, + "propState": 8, + "pos": { + "x": -6513, + "y": 1037, + "z": -73196 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300046, + "propState": 8, + "pos": { + "x": 43166, + "y": 3481, + "z": -31972 + }, + "rot": { + "x": 0, + "y": 253434, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300047, + "propState": 1, + "pos": { + "x": -32477, + "y": -981, + "z": -73188 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300048, + "propState": 1, + "pos": { + "x": -197912, + "y": 2986, + "z": -87881 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300039, + "propState": 8, + "pos": { + "x": -38863, + "y": 17690, + "z": -62867 + }, + "rot": { + "x": 0, + "y": 343500, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 8, + "instId": 300040, + "propState": 8, + "pos": { + "x": -113331, + "y": 17656, + "z": -86508 + }, + "rot": { + "x": 0, + "y": 160861, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 8, + "instId": 300041, + "propState": 8, + "pos": { + "x": -155125, + "y": 2700, + "z": -33130 + }, + "rot": { + "x": 0, + "y": 207332, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 8, + "instId": 300042, + "propState": 1, + "pos": { + "x": 53197, + "y": 3438, + "z": -118870 + }, + "rot": { + "x": 0, + "y": 288000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300049, + "propState": 1, + "pos": { + "x": -23402, + "y": 18610, + "z": -100181 + }, + "rot": { + "x": 0, + "y": 117856, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 9, + "instId": 300010, + "propState": 1, + "pos": { + "x": -162330, + "y": -415, + "z": -71330 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 9, + "instId": 300013, + "propState": 1, + "pos": { + "x": -194540, + "y": -378, + "z": -69650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 9, + "instId": 300014, + "propState": 1, + "pos": { + "x": -186621, + "y": -400, + "z": -79920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 1, + "pos": { + "x": -169800, + "y": -4437, + "z": -79560 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 1, + "pos": { + "x": -178500, + "y": -178, + "z": -61060 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 2, + "instId": 300001, + "propState": 8, + "pos": { + "x": -33092, + "y": 4824, + "z": -158473 + }, + "rot": { + "x": 0, + "y": 269724, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 8, + "pos": { + "x": 5010, + "y": 12790, + "z": 2110 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 2, + "instId": 300003, + "propState": 8, + "pos": { + "x": 107603, + "y": 13760, + "z": -61751 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 2, + "instId": 300004, + "propState": 8, + "pos": { + "x": -54175, + "y": 685, + "z": 89262 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "monsters": [ + { + "groupId": 11, + "instId": 200002, + "eventId": 20002102, + "pos": { + "x": -202110, + "y": -227, + "z": -71605 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 8012020 + }, + { + "groupId": 11, + "instId": 200009, + "eventId": 20002105, + "pos": { + "x": -186474, + "y": -154, + "z": -92850 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 8011010 + }, + { + "groupId": 11, + "instId": 200001, + "eventId": 20002112, + "pos": { + "x": -186520, + "y": -7672, + "z": -74540 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "monsterId": 8012020 + }, + { + "groupId": 11, + "instId": 200008, + "eventId": 20002105, + "pos": { + "x": -202340, + "y": -178, + "z": -69442 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8011010 + }, + { + "groupId": 11, + "instId": 200010, + "eventId": 20002105, + "pos": { + "x": -201240, + "y": -4171, + "z": -91410 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8011010 + }, + { + "groupId": 11, + "instId": 200011, + "eventId": 20002105, + "pos": { + "x": -183890, + "y": -7672, + "z": -80933 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8011010 + }, + { + "groupId": 11, + "instId": 200012, + "eventId": 20002102, + "pos": { + "x": -186422, + "y": -178, + "z": -59940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 8012020 + }, + { + "groupId": 11, + "instId": 200013, + "eventId": 20002105, + "pos": { + "x": -149490, + "y": -163, + "z": -71500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8011010 + }, + { + "groupId": 11, + "instId": 200014, + "eventId": 20002102, + "pos": { + "x": -152370, + "y": -4389, + "z": -93961 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 8012020 + }, + { + "groupId": 11, + "instId": 200015, + "eventId": 20002232, + "pos": { + "x": -182570, + "y": -7672, + "z": -76980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8013010 + }, + { + "groupId": 11, + "instId": 200003, + "eventId": 20002102, + "pos": { + "x": -179210, + "y": -7672, + "z": -80070 + }, + "rot": { + "x": 0, + "y": 14397, + "z": 0 + }, + "monsterId": 8012020 + }, + { + "groupId": 11, + "instId": 200004, + "eventId": 20002102, + "pos": { + "x": -170330, + "y": -4317, + "z": -62310 + }, + "rot": { + "x": 0, + "y": 180032, + "z": 0 + }, + "monsterId": 8012020 + }, + { + "groupId": 11, + "instId": 200005, + "eventId": 20002105, + "pos": { + "x": -170640, + "y": -4389, + "z": -94030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 8011010 + }, + { + "groupId": 11, + "instId": 200006, + "eventId": 20002105, + "pos": { + "x": -179023, + "y": -7073, + "z": -70056 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 8011010 + }, + { + "groupId": 11, + "instId": 200007, + "eventId": 20002102, + "pos": { + "x": -170860, + "y": -4323, + "z": -86400 + }, + "rot": { + "x": 0, + "y": 265224, + "z": 0 + }, + "monsterId": 8012020 + }, + { + "groupId": 5, + "instId": 200004, + "eventId": 20121131, + "pos": { + "x": 233184, + "y": 45265, + "z": -65335 + }, + "rot": { + "x": 0, + "y": 328470, + "z": 0 + }, + "monsterId": 1002020 + }, + { + "groupId": 5, + "instId": 200008, + "eventId": 20121134, + "pos": { + "x": 253352, + "y": 45270, + "z": -62573 + }, + "rot": { + "x": 0, + "y": 309248, + "z": 0 + }, + "monsterId": 1002020 + }, + { + "groupId": 5, + "instId": 200011, + "eventId": 20121135, + "pos": { + "x": 211697, + "y": 46654, + "z": -60233 + }, + "rot": { + "x": 0, + "y": 131269, + "z": 0 + }, + "monsterId": 1002020 + }, + { + "groupId": 5, + "instId": 200015, + "eventId": 20121137, + "pos": { + "x": 245278, + "y": 45265, + "z": -52225 + }, + "rot": { + "x": 0, + "y": 289591, + "z": 0 + }, + "monsterId": 1002020 + }, + { + "groupId": 5, + "instId": 200017, + "eventId": 20121138, + "pos": { + "x": 239460, + "y": 45321, + "z": -85383 + }, + "rot": { + "x": 0, + "y": 304576, + "z": 0 + }, + "monsterId": 1002020 + }, + { + "groupId": 5, + "instId": 200018, + "eventId": 20121139, + "pos": { + "x": 242751, + "y": 45279, + "z": -51948 + }, + "rot": { + "x": 0, + "y": 149103, + "z": 0 + }, + "monsterId": 1002020 + }, + { + "groupId": 5, + "instId": 200001, + "eventId": 20111007, + "pos": { + "x": 201149, + "y": 46727, + "z": -65610 + }, + "rot": { + "x": 0, + "y": 358622, + "z": 0 + }, + "monsterId": 8001020 + }, + { + "groupId": 5, + "instId": 200002, + "eventId": 20111007, + "pos": { + "x": 166920, + "y": 46301, + "z": -64820 + }, + "rot": { + "x": 0, + "y": 313503, + "z": 0 + }, + "monsterId": 8001020 + }, + { + "groupId": 5, + "instId": 200005, + "eventId": 20111007, + "pos": { + "x": 260590, + "y": 45297, + "z": -61160 + }, + "rot": { + "x": 0, + "y": 46313, + "z": 0 + }, + "monsterId": 8001020 + }, + { + "groupId": 5, + "instId": 200009, + "eventId": 20111007, + "pos": { + "x": 222460, + "y": 45784, + "z": -58160 + }, + "rot": { + "x": 0, + "y": 338400, + "z": 0 + }, + "monsterId": 8001020 + }, + { + "groupId": 5, + "instId": 200010, + "eventId": 20121231, + "pos": { + "x": 247340, + "y": 45265, + "z": -63050 + }, + "rot": { + "x": 0, + "y": 301126, + "z": 0 + }, + "monsterId": 1013020 + }, + { + "groupId": 5, + "instId": 200012, + "eventId": 20111007, + "pos": { + "x": 234160, + "y": 45063, + "z": -91820 + }, + "rot": { + "x": 0, + "y": 338400, + "z": 0 + }, + "monsterId": 8001020 + }, + { + "groupId": 5, + "instId": 200003, + "eventId": 20121135, + "pos": { + "x": 174255, + "y": 46472, + "z": -57130 + }, + "rot": { + "x": 0, + "y": 177491, + "z": 0 + }, + "monsterId": 1002020 + } + ], + "teleports": [ + { + "anchorId": 1, + "groupId": 2, + "instId": 300001, + "pos": { + "x": -29539, + "y": 4824, + "z": -155840 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "teleportId": 2022101 + }, + { + "anchorId": 2, + "groupId": 2, + "instId": 300002, + "pos": { + "x": 400, + "y": 12790, + "z": 2110 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2022102 + }, + { + "anchorId": 3, + "groupId": 2, + "instId": 300003, + "pos": { + "x": 103950, + "y": 13760, + "z": -59120 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "teleportId": 2022103 + }, + { + "anchorId": 4, + "groupId": 2, + "instId": 300004, + "pos": { + "x": -55590, + "y": 685, + "z": 93950 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "teleportId": 2022104 + } + ] + }, + { + "planeID": 30500, + "props": [ + { + "groupId": 17, + "instId": 300004, + "propState": 8, + "pos": { + "x": -77120, + "y": 62593, + "z": 5653 + }, + "rot": { + "x": 0, + "y": 257791, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 17, + "instId": 300006, + "propState": 8, + "pos": { + "x": -76601, + "y": 62714, + "z": 6579 + }, + "rot": { + "x": 0, + "y": 26368, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 17, + "instId": 300009, + "propState": 8, + "pos": { + "x": -128712, + "y": 62048, + "z": 8809 + }, + "rot": { + "x": 0, + "y": 193293, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 17, + "instId": 300010, + "propState": 8, + "pos": { + "x": -128840, + "y": 62048, + "z": 9560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 8, + "pos": { + "x": -136218, + "y": 60890, + "z": -489 + }, + "rot": { + "x": 0, + "y": 208640, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 8, + "pos": { + "x": -135817, + "y": 60890, + "z": 588 + }, + "rot": { + "x": 0, + "y": 26368, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 18, + "instId": 300001, + "propState": 8, + "pos": { + "x": -36670, + "y": 56796, + "z": 6240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 19, + "instId": 300001, + "propState": 8, + "pos": { + "x": -56250, + "y": 60150, + "z": 6380 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 20, + "instId": 300001, + "propState": 8, + "pos": { + "x": -101750, + "y": 62594, + "z": 6090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 22, + "instId": 300001, + "propState": 8, + "pos": { + "x": -128165, + "y": 65242, + "z": 68550 + }, + "rot": { + "x": 0, + "y": 838, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 22, + "instId": 300002, + "propState": 1, + "pos": { + "x": -128165, + "y": 62140, + "z": 68550 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 22, + "instId": 300003, + "propState": 1, + "pos": { + "x": -93680, + "y": 52114, + "z": 101320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 22, + "instId": 300006, + "propState": 3, + "pos": { + "x": -119544, + "y": 62735, + "z": 76743 + }, + "rot": { + "x": 0, + "y": 92083, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 22, + "instId": 300007, + "propState": 3, + "pos": { + "x": -127916, + "y": 62735, + "z": 85553 + }, + "rot": { + "x": 0, + "y": 180838, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 22, + "instId": 300008, + "propState": 3, + "pos": { + "x": -110674, + "y": 57723, + "z": 101938 + }, + "rot": { + "x": 0, + "y": 92083, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 22, + "instId": 300009, + "propState": 3, + "pos": { + "x": -102301, + "y": 57723, + "z": 93128 + }, + "rot": { + "x": 0, + "y": 92083, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 22, + "instId": 300004, + "propState": 8, + "pos": { + "x": -110922, + "y": 60229, + "z": 84935 + }, + "rot": { + "x": 0, + "y": 92083, + "z": 0 + }, + "propId": 103007 + }, + { + "groupId": 22, + "instId": 300005, + "propState": 8, + "pos": { + "x": -111171, + "y": 62735, + "z": 67932 + }, + "rot": { + "x": 0, + "y": 92083, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 22, + "instId": 300010, + "propState": 8, + "pos": { + "x": -114860, + "y": 57723, + "z": 106343 + }, + "rot": { + "x": 0, + "y": 92083, + "z": 0 + }, + "propId": 103007 + }, + { + "groupId": 22, + "instId": 300011, + "propState": 8, + "pos": { + "x": -93431, + "y": 52710, + "z": 118323 + }, + "rot": { + "x": 0, + "y": 92083, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 23, + "instId": 300001, + "propState": 8, + "pos": { + "x": 16710, + "y": 55333, + "z": 86501 + }, + "rot": { + "x": 0, + "y": 180974, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 1, + "pos": { + "x": 3850, + "y": 51910, + "z": 86760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 23, + "instId": 300003, + "propState": 1, + "pos": { + "x": -5447, + "y": 46350, + "z": 44383 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 23, + "instId": 300006, + "propState": 3, + "pos": { + "x": 3271, + "y": 50735, + "z": 52720 + }, + "rot": { + "x": 0, + "y": 271154, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 23, + "instId": 300007, + "propState": 3, + "pos": { + "x": -13587, + "y": 52446, + "z": 70085 + }, + "rot": { + "x": 0, + "y": 974, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 23, + "instId": 300004, + "propState": 3, + "pos": { + "x": 16349, + "y": 52660, + "z": 65226 + }, + "rot": { + "x": 0, + "y": 271154, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 23, + "instId": 300005, + "propState": 3, + "pos": { + "x": 3705, + "y": 53943, + "z": 78250 + }, + "rot": { + "x": 0, + "y": 974, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 23, + "instId": 300008, + "propState": 3, + "pos": { + "x": -18090, + "y": 50735, + "z": 57407 + }, + "rot": { + "x": 0, + "y": 271154, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 24, + "instId": 300001, + "propState": 8, + "pos": { + "x": 34993, + "y": 53688, + "z": -21852 + }, + "rot": { + "x": 0, + "y": 171061, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 24, + "instId": 300002, + "propState": 1, + "pos": { + "x": -17489, + "y": 48560, + "z": -46147 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 24, + "instId": 300003, + "propState": 1, + "pos": { + "x": -2869, + "y": 54880, + "z": -74016 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 24, + "instId": 300006, + "propState": 3, + "pos": { + "x": 27028, + "y": 60575, + "z": -68836 + }, + "rot": { + "x": 0, + "y": 260169, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 24, + "instId": 300007, + "propState": 3, + "pos": { + "x": 8200, + "y": 54732, + "z": -46763 + }, + "rot": { + "x": 0, + "y": 351061, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 24, + "instId": 300004, + "propState": 1, + "pos": { + "x": 28131, + "y": 53359, + "z": -43309 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 24, + "instId": 300005, + "propState": 3, + "pos": { + "x": 31235, + "y": 60098, + "z": -63040 + }, + "rot": { + "x": 0, + "y": 260169, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 24, + "instId": 300008, + "propState": 3, + "pos": { + "x": -213, + "y": 55687, + "z": -58355 + }, + "rot": { + "x": 0, + "y": 351061, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 24, + "instId": 300009, + "propState": 3, + "pos": { + "x": -7524, + "y": 52527, + "z": -44420 + }, + "rot": { + "x": 0, + "y": 260169, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 24, + "instId": 300010, + "propState": 3, + "pos": { + "x": -10179, + "y": 54822, + "z": -60082 + }, + "rot": { + "x": 0, + "y": 260169, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 24, + "instId": 300011, + "propState": 3, + "pos": { + "x": -20144, + "y": 53958, + "z": -61808 + }, + "rot": { + "x": 0, + "y": 351061, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 24, + "instId": 300012, + "propState": 3, + "pos": { + "x": -18593, + "y": 55776, + "z": -71674 + }, + "rot": { + "x": 0, + "y": 351061, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 24, + "instId": 300014, + "propState": 3, + "pos": { + "x": -30110, + "y": 53093, + "z": -63535 + }, + "rot": { + "x": 0, + "y": 260169, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 24, + "instId": 300015, + "propState": 3, + "pos": { + "x": -32765, + "y": 55389, + "z": -79197 + }, + "rot": { + "x": 0, + "y": 351061, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 24, + "instId": 300016, + "propState": 3, + "pos": { + "x": 11304, + "y": 58369, + "z": -66493 + }, + "rot": { + "x": 0, + "y": 260169, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 24, + "instId": 300017, + "propState": 3, + "pos": { + "x": -33213, + "y": 49456, + "z": -43805 + }, + "rot": { + "x": 0, + "y": 351061, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 24, + "instId": 300019, + "propState": 3, + "pos": { + "x": -50041, + "y": 51365, + "z": -66989 + }, + "rot": { + "x": 0, + "y": 260169, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 24, + "instId": 300013, + "propState": 8, + "pos": { + "x": 22821, + "y": 61052, + "z": -74632 + }, + "rot": { + "x": 0, + "y": 260169, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 24, + "instId": 300018, + "propState": 8, + "pos": { + "x": -21248, + "y": 58072, + "z": -87335 + }, + "rot": { + "x": 0, + "y": 260169, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300001, + "propState": 8, + "pos": { + "x": -142379, + "y": 58429, + "z": -103991 + }, + "rot": { + "x": 0, + "y": 349802, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 25, + "instId": 300002, + "propState": 1, + "pos": { + "x": -120140, + "y": 55326, + "z": -99990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 25, + "instId": 300003, + "propState": 1, + "pos": { + "x": -128050, + "y": 62140, + "z": -56020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 25, + "instId": 300006, + "propState": 3, + "pos": { + "x": -130125, + "y": 63198, + "z": -70011 + }, + "rot": { + "x": 0, + "y": 169802, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 25, + "instId": 300004, + "propState": 3, + "pos": { + "x": -141095, + "y": 61154, + "z": -85603 + }, + "rot": { + "x": 0, + "y": 79802, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 25, + "instId": 300005, + "propState": 3, + "pos": { + "x": -130618, + "y": 59791, + "z": -92796 + }, + "rot": { + "x": 0, + "y": 169802, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 25, + "instId": 300007, + "propState": 3, + "pos": { + "x": -123304, + "y": 61154, + "z": -82402 + }, + "rot": { + "x": 0, + "y": 79802, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 25, + "instId": 300008, + "propState": 3, + "pos": { + "x": -112826, + "y": 59791, + "z": -89596 + }, + "rot": { + "x": 0, + "y": 169802, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 25, + "instId": 300009, + "propState": 3, + "pos": { + "x": -114408, + "y": 61154, + "z": -80802 + }, + "rot": { + "x": 0, + "y": 169802, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 25, + "instId": 300010, + "propState": 3, + "pos": { + "x": -107095, + "y": 62517, + "z": -70407 + }, + "rot": { + "x": 0, + "y": 79802, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 25, + "instId": 300011, + "propState": 8, + "pos": { + "x": -103438, + "y": 63198, + "z": -65210 + }, + "rot": { + "x": 0, + "y": 79802, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 26, + "instId": 300001, + "propState": 8, + "pos": { + "x": 36519, + "y": 49273, + "z": 29998 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103029 + }, + { + "groupId": 26, + "instId": 300002, + "propState": 8, + "pos": { + "x": -39622, + "y": 57862, + "z": -117705 + }, + "rot": { + "x": 0, + "y": 257443, + "z": 0 + }, + "propId": 103029 + }, + { + "groupId": 26, + "instId": 300003, + "propState": 1, + "pos": { + "x": 36590, + "y": 49274, + "z": -18681 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103029 + }, + { + "groupId": 26, + "instId": 300004, + "propState": 8, + "pos": { + "x": -94254, + "y": 62594, + "z": -627 + }, + "rot": { + "x": 0, + "y": 179690, + "z": 0 + }, + "propId": 103029 + }, + { + "groupId": 26, + "instId": 300005, + "propState": 8, + "pos": { + "x": -94017, + "y": 62594, + "z": 11811 + }, + "rot": { + "x": 0, + "y": 359691, + "z": 0 + }, + "propId": 103029 + }, + { + "groupId": 26, + "instId": 300006, + "propState": 8, + "pos": { + "x": 33845, + "y": 48570, + "z": 27113 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103044 + }, + { + "groupId": 26, + "instId": 300007, + "propState": 8, + "pos": { + "x": -40538, + "y": 57862, + "z": -120474 + }, + "rot": { + "x": 0, + "y": 77443, + "z": 0 + }, + "propId": 103044 + }, + { + "groupId": 26, + "instId": 300008, + "propState": 8, + "pos": { + "x": -92003, + "y": 62098, + "z": -3042 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103044 + }, + { + "groupId": 26, + "instId": 300009, + "propState": 8, + "pos": { + "x": -23551, + "y": 51604, + "z": 140101 + }, + "rot": { + "x": 0, + "y": 166963, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 26, + "instId": 300010, + "propState": 8, + "pos": { + "x": -107830, + "y": 62595, + "z": 6020 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103141 + }, + { + "groupId": 27, + "instId": 300001, + "propState": 1, + "pos": { + "x": -28550, + "y": 40210, + "z": 5680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103185 + }, + { + "groupId": 28, + "instId": 300001, + "propState": 101, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103186 + }, + { + "groupId": 28, + "instId": 300002, + "propState": 1, + "pos": { + "x": -172800, + "y": 64400, + "z": 6310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103098 + }, + { + "groupId": 28, + "instId": 300003, + "propState": 101, + "pos": { + "x": -184120, + "y": 63160, + "z": 6230 + }, + "rot": { + "x": 0, + "y": 59477, + "z": 0 + }, + "propId": 103214 + }, + { + "groupId": 34, + "instId": 300001, + "propState": 8, + "pos": { + "x": -16770, + "y": 56796, + "z": 6240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 36, + "instId": 300001, + "propState": 8, + "pos": { + "x": -81660, + "y": 62675, + "z": 6090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "monsters": [ + { + "groupId": 18, + "instId": 200001, + "eventId": 313084, + "pos": { + "x": -38850, + "y": 56843, + "z": 6310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 3002030 + }, + { + "groupId": 19, + "instId": 200001, + "eventId": 313082, + "pos": { + "x": -48000, + "y": 58244, + "z": 8950 + }, + "rot": { + "x": 0, + "y": 182777, + "z": 0 + }, + "monsterId": 3001020 + }, + { + "groupId": 19, + "instId": 200002, + "eventId": 313083, + "pos": { + "x": -58000, + "y": 59919, + "z": 3274 + }, + "rot": { + "x": 0, + "y": 3822, + "z": 0 + }, + "monsterId": 3001010 + }, + { + "groupId": 19, + "instId": 200003, + "eventId": 313082, + "pos": { + "x": -68000, + "y": 61683, + "z": 8862 + }, + "rot": { + "x": 0, + "y": 178993, + "z": 0 + }, + "monsterId": 3001020 + }, + { + "groupId": 20, + "instId": 200001, + "eventId": 313080, + "pos": { + "x": -146540, + "y": 60884, + "z": 6440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1013010 + }, + { + "groupId": 36, + "instId": 200001, + "eventId": 313084, + "pos": { + "x": -87970, + "y": 62594, + "z": 6480 + }, + "rot": { + "x": 0, + "y": 184914, + "z": 0 + }, + "monsterId": 3002030 + }, + { + "groupId": 36, + "instId": 200002, + "eventId": 313081, + "pos": { + "x": -91820, + "y": 62594, + "z": 6000 + }, + "rot": { + "x": 0, + "y": 219454, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 36, + "instId": 200003, + "eventId": 313084, + "pos": { + "x": -95720, + "y": 62594, + "z": 5880 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3002030 + } + ], + "teleports": [] + }, + { + "planeID": 30501, + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": 29840, + "y": -1296, + "z": -105960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 8, + "pos": { + "x": 1525, + "y": -2134, + "z": -78450 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 8, + "pos": { + "x": 8190, + "y": -2134, + "z": -71560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 5, + "instId": 300004, + "propState": 8, + "pos": { + "x": 12247, + "y": -2134, + "z": -166667 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 6, + "instId": 300006, + "propState": 8, + "pos": { + "x": 32146, + "y": -1134, + "z": -78216 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 8, + "pos": { + "x": 26080, + "y": -1134, + "z": -73609 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 8, + "pos": { + "x": 26935, + "y": -1134, + "z": -82531 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 8, + "pos": { + "x": 35123, + "y": -1134, + "z": -90430 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 6, + "instId": 300005, + "propState": 8, + "pos": { + "x": 27392, + "y": -1134, + "z": -95831 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": 26838, + "y": -1134, + "z": -95052 + }, + "rot": { + "x": 0, + "y": 32128, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 6, + "instId": 300007, + "propState": 8, + "pos": { + "x": 36169, + "y": -1134, + "z": -90603 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 13, + "instId": 300006, + "propState": 8, + "pos": { + "x": 9790, + "y": -2134, + "z": -163220 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 13, + "instId": 300009, + "propState": 8, + "pos": { + "x": 12980, + "y": -2134, + "z": -173500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 13, + "instId": 300001, + "propState": 8, + "pos": { + "x": 4632, + "y": -2134, + "z": -167381 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 8, + "pos": { + "x": 17298, + "y": -2134, + "z": -156923 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 8, + "pos": { + "x": 24369, + "y": -2134, + "z": -163057 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 8, + "pos": { + "x": -9236, + "y": -2134, + "z": -167715 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 13, + "instId": 300005, + "propState": 8, + "pos": { + "x": 900, + "y": -2134, + "z": -172998 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 13, + "instId": 300011, + "propState": 8, + "pos": { + "x": -16980, + "y": -2134, + "z": -173290 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 13, + "instId": 300012, + "propState": 8, + "pos": { + "x": -29354, + "y": -2134, + "z": -167058 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101016 + } + ], + "monsters": [ + { + "groupId": 5, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 40594, + "y": -1134, + "z": -98421 + }, + "rot": { + "x": 0, + "y": 290000, + "z": 0 + }, + "monsterId": 8003010 + } + ], + "teleports": [] + }, + { + "planeID": 30502, + "props": [ + { + "groupId": 12, + "instId": 300001, + "propState": 8, + "pos": { + "x": 29840, + "y": -1296, + "z": -105960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 8, + "pos": { + "x": 1525, + "y": -2134, + "z": -78450 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 12, + "instId": 300003, + "propState": 8, + "pos": { + "x": 8190, + "y": -2134, + "z": -71560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 12, + "instId": 300004, + "propState": 8, + "pos": { + "x": 12247, + "y": -2134, + "z": -166667 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300006, + "propState": 8, + "pos": { + "x": 32146, + "y": -1134, + "z": -78216 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 8, + "pos": { + "x": 26080, + "y": -1134, + "z": -73609 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 8, + "pos": { + "x": 26935, + "y": -1134, + "z": -82531 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 8, + "pos": { + "x": 35123, + "y": -1134, + "z": -90430 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 13, + "instId": 300005, + "propState": 8, + "pos": { + "x": 27392, + "y": -1134, + "z": -95831 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 13, + "instId": 300001, + "propState": 8, + "pos": { + "x": 26838, + "y": -1134, + "z": -95052 + }, + "rot": { + "x": 0, + "y": 32128, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 13, + "instId": 300007, + "propState": 8, + "pos": { + "x": 36169, + "y": -1134, + "z": -90603 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101016 + } + ], + "monsters": [ + { + "groupId": 12, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 40594, + "y": -1134, + "z": -98421 + }, + "rot": { + "x": 0, + "y": 290000, + "z": 0 + }, + "monsterId": 8003010 + } + ], + "teleports": [] + }, + { + "planeID": 30521, + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": 36519, + "y": 49273, + "z": 29998 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103029 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 8, + "pos": { + "x": -39622, + "y": 57862, + "z": -117705 + }, + "rot": { + "x": 0, + "y": 257443, + "z": 0 + }, + "propId": 103029 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 1, + "pos": { + "x": 36590, + "y": 49274, + "z": -18681 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103029 + }, + { + "groupId": 3, + "instId": 300010, + "propState": 1, + "pos": { + "x": -107830, + "y": 62595, + "z": 6020 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103141 + }, + { + "groupId": 3, + "instId": 300004, + "propState": 8, + "pos": { + "x": -94254, + "y": 62594, + "z": -627 + }, + "rot": { + "x": 0, + "y": 179690, + "z": 0 + }, + "propId": 103029 + }, + { + "groupId": 3, + "instId": 300005, + "propState": 8, + "pos": { + "x": -94017, + "y": 62594, + "z": 11811 + }, + "rot": { + "x": 0, + "y": 359691, + "z": 0 + }, + "propId": 103029 + }, + { + "groupId": 3, + "instId": 300006, + "propState": 8, + "pos": { + "x": 33845, + "y": 48570, + "z": 27113 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103044 + }, + { + "groupId": 3, + "instId": 300007, + "propState": 8, + "pos": { + "x": -40538, + "y": 57862, + "z": -120474 + }, + "rot": { + "x": 0, + "y": 77443, + "z": 0 + }, + "propId": 103044 + }, + { + "groupId": 3, + "instId": 300008, + "propState": 8, + "pos": { + "x": -92003, + "y": 62098, + "z": -3042 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103044 + }, + { + "groupId": 3, + "instId": 300009, + "propState": 8, + "pos": { + "x": -23551, + "y": 51604, + "z": 140101 + }, + "rot": { + "x": 0, + "y": 166963, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 1, + "pos": { + "x": -28550, + "y": 40210, + "z": 5680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103185 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 101, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103186 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 1, + "pos": { + "x": -172800, + "y": 64400, + "z": 6310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103098 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 101, + "pos": { + "x": -184120, + "y": 63160, + "z": 6230 + }, + "rot": { + "x": 0, + "y": 59477, + "z": 0 + }, + "propId": 103214 + }, + { + "groupId": 12, + "instId": 300004, + "propState": 8, + "pos": { + "x": -104604, + "y": 62595, + "z": 9927 + }, + "rot": { + "x": 0, + "y": 257791, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 12, + "instId": 300006, + "propState": 8, + "pos": { + "x": -118674, + "y": 62638, + "z": 1865 + }, + "rot": { + "x": 0, + "y": 26368, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 12, + "instId": 300009, + "propState": 8, + "pos": { + "x": -128712, + "y": 62048, + "z": 8809 + }, + "rot": { + "x": 0, + "y": 193293, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 12, + "instId": 300010, + "propState": 8, + "pos": { + "x": -128840, + "y": 62048, + "z": 9560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 8, + "pos": { + "x": -105130, + "y": 62595, + "z": 8780 + }, + "rot": { + "x": 0, + "y": 26368, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 8, + "pos": { + "x": -135817, + "y": 60890, + "z": 588 + }, + "rot": { + "x": 0, + "y": 26368, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 12, + "instId": 300003, + "propState": 8, + "pos": { + "x": -136218, + "y": 60890, + "z": -489 + }, + "rot": { + "x": 0, + "y": 208640, + "z": 0 + }, + "propId": 103015 + } + ], + "monsters": [ + { + "groupId": 11, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -146540, + "y": 60884, + "z": 6440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1013010 + } + ], + "teleports": [] + }, + { + "planeID": 30523, + "props": [ + { + "groupId": 17, + "instId": 300004, + "propState": 8, + "pos": { + "x": -59105, + "y": 60106, + "z": 2963 + }, + "rot": { + "x": 0, + "y": 257791, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 17, + "instId": 300006, + "propState": 8, + "pos": { + "x": -52562, + "y": 59007, + "z": 8699 + }, + "rot": { + "x": 0, + "y": 26368, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 17, + "instId": 300009, + "propState": 8, + "pos": { + "x": -120877, + "y": 62638, + "z": 10728 + }, + "rot": { + "x": 0, + "y": 193293, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 17, + "instId": 300010, + "propState": 8, + "pos": { + "x": -120105, + "y": 62638, + "z": 12234 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 8, + "pos": { + "x": -50908, + "y": 58731, + "z": 9517 + }, + "rot": { + "x": 0, + "y": 257791, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 8, + "pos": { + "x": -45034, + "y": 57747, + "z": 3137 + }, + "rot": { + "x": 0, + "y": 257791, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 17, + "instId": 300003, + "propState": 8, + "pos": { + "x": -73267, + "y": 62675, + "z": 8849 + }, + "rot": { + "x": 0, + "y": 257791, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 17, + "instId": 300005, + "propState": 8, + "pos": { + "x": -85533, + "y": 62594, + "z": 2018 + }, + "rot": { + "x": 0, + "y": 257791, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 17, + "instId": 300007, + "propState": 8, + "pos": { + "x": -68215, + "y": 61723, + "z": 8451 + }, + "rot": { + "x": 0, + "y": 257791, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 17, + "instId": 300008, + "propState": 8, + "pos": { + "x": -136218, + "y": 60890, + "z": -489 + }, + "rot": { + "x": 0, + "y": 208640, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 17, + "instId": 300011, + "propState": 8, + "pos": { + "x": -135817, + "y": 60890, + "z": 588 + }, + "rot": { + "x": 0, + "y": 26368, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 20, + "instId": 300001, + "propState": 8, + "pos": { + "x": -103640, + "y": 62594, + "z": 6090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 22, + "instId": 300001, + "propState": 8, + "pos": { + "x": -128165, + "y": 65242, + "z": 68550 + }, + "rot": { + "x": 0, + "y": 838, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 22, + "instId": 300002, + "propState": 1, + "pos": { + "x": -128165, + "y": 62140, + "z": 68550 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 22, + "instId": 300003, + "propState": 1, + "pos": { + "x": -93680, + "y": 52114, + "z": 101320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 22, + "instId": 300006, + "propState": 3, + "pos": { + "x": -119544, + "y": 62735, + "z": 76743 + }, + "rot": { + "x": 0, + "y": 92083, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 22, + "instId": 300007, + "propState": 3, + "pos": { + "x": -127916, + "y": 62735, + "z": 85553 + }, + "rot": { + "x": 0, + "y": 180838, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 22, + "instId": 300008, + "propState": 3, + "pos": { + "x": -110674, + "y": 57723, + "z": 101938 + }, + "rot": { + "x": 0, + "y": 92083, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 22, + "instId": 300009, + "propState": 3, + "pos": { + "x": -102301, + "y": 57723, + "z": 93128 + }, + "rot": { + "x": 0, + "y": 92083, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 22, + "instId": 300004, + "propState": 8, + "pos": { + "x": -110922, + "y": 60229, + "z": 84935 + }, + "rot": { + "x": 0, + "y": 92083, + "z": 0 + }, + "propId": 103007 + }, + { + "groupId": 22, + "instId": 300005, + "propState": 8, + "pos": { + "x": -111171, + "y": 62735, + "z": 67932 + }, + "rot": { + "x": 0, + "y": 92083, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 22, + "instId": 300010, + "propState": 8, + "pos": { + "x": -114860, + "y": 57723, + "z": 106343 + }, + "rot": { + "x": 0, + "y": 92083, + "z": 0 + }, + "propId": 103007 + }, + { + "groupId": 22, + "instId": 300011, + "propState": 8, + "pos": { + "x": -93431, + "y": 52710, + "z": 118323 + }, + "rot": { + "x": 0, + "y": 92083, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 23, + "instId": 300001, + "propState": 8, + "pos": { + "x": 16710, + "y": 55333, + "z": 86501 + }, + "rot": { + "x": 0, + "y": 180974, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 1, + "pos": { + "x": 3850, + "y": 51910, + "z": 86760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 23, + "instId": 300003, + "propState": 1, + "pos": { + "x": -5447, + "y": 46350, + "z": 44383 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 23, + "instId": 300006, + "propState": 3, + "pos": { + "x": 3271, + "y": 50735, + "z": 52720 + }, + "rot": { + "x": 0, + "y": 271154, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 23, + "instId": 300007, + "propState": 3, + "pos": { + "x": -13587, + "y": 52446, + "z": 70085 + }, + "rot": { + "x": 0, + "y": 974, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 23, + "instId": 300004, + "propState": 3, + "pos": { + "x": 16349, + "y": 52660, + "z": 65226 + }, + "rot": { + "x": 0, + "y": 271154, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 23, + "instId": 300005, + "propState": 3, + "pos": { + "x": 3705, + "y": 53943, + "z": 78250 + }, + "rot": { + "x": 0, + "y": 974, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 23, + "instId": 300008, + "propState": 3, + "pos": { + "x": -18090, + "y": 50735, + "z": 57407 + }, + "rot": { + "x": 0, + "y": 271154, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 24, + "instId": 300001, + "propState": 8, + "pos": { + "x": 34993, + "y": 53688, + "z": -21852 + }, + "rot": { + "x": 0, + "y": 171061, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 24, + "instId": 300002, + "propState": 1, + "pos": { + "x": -17489, + "y": 48560, + "z": -46147 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 24, + "instId": 300003, + "propState": 1, + "pos": { + "x": -2869, + "y": 54880, + "z": -74016 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 24, + "instId": 300006, + "propState": 3, + "pos": { + "x": 27028, + "y": 60575, + "z": -68836 + }, + "rot": { + "x": 0, + "y": 260169, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 24, + "instId": 300007, + "propState": 3, + "pos": { + "x": 8200, + "y": 54732, + "z": -46763 + }, + "rot": { + "x": 0, + "y": 351061, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 24, + "instId": 300004, + "propState": 1, + "pos": { + "x": 28131, + "y": 53359, + "z": -43309 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 24, + "instId": 300005, + "propState": 3, + "pos": { + "x": 31235, + "y": 60098, + "z": -63040 + }, + "rot": { + "x": 0, + "y": 260169, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 24, + "instId": 300008, + "propState": 3, + "pos": { + "x": -213, + "y": 55687, + "z": -58355 + }, + "rot": { + "x": 0, + "y": 351061, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 24, + "instId": 300009, + "propState": 3, + "pos": { + "x": -7524, + "y": 52527, + "z": -44420 + }, + "rot": { + "x": 0, + "y": 260169, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 24, + "instId": 300010, + "propState": 3, + "pos": { + "x": -10179, + "y": 54822, + "z": -60082 + }, + "rot": { + "x": 0, + "y": 260169, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 24, + "instId": 300011, + "propState": 3, + "pos": { + "x": -20144, + "y": 53958, + "z": -61808 + }, + "rot": { + "x": 0, + "y": 351061, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 24, + "instId": 300012, + "propState": 3, + "pos": { + "x": -18593, + "y": 55776, + "z": -71674 + }, + "rot": { + "x": 0, + "y": 351061, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 24, + "instId": 300014, + "propState": 3, + "pos": { + "x": -30110, + "y": 53093, + "z": -63535 + }, + "rot": { + "x": 0, + "y": 260169, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 24, + "instId": 300015, + "propState": 3, + "pos": { + "x": -32765, + "y": 55389, + "z": -79197 + }, + "rot": { + "x": 0, + "y": 351061, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 24, + "instId": 300016, + "propState": 3, + "pos": { + "x": 11304, + "y": 58369, + "z": -66493 + }, + "rot": { + "x": 0, + "y": 260169, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 24, + "instId": 300017, + "propState": 3, + "pos": { + "x": -33213, + "y": 49456, + "z": -43805 + }, + "rot": { + "x": 0, + "y": 351061, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 24, + "instId": 300019, + "propState": 3, + "pos": { + "x": -50041, + "y": 51365, + "z": -66989 + }, + "rot": { + "x": 0, + "y": 260169, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 24, + "instId": 300013, + "propState": 8, + "pos": { + "x": 22821, + "y": 61052, + "z": -74632 + }, + "rot": { + "x": 0, + "y": 260169, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 24, + "instId": 300018, + "propState": 8, + "pos": { + "x": -21248, + "y": 58072, + "z": -87335 + }, + "rot": { + "x": 0, + "y": 260169, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300001, + "propState": 8, + "pos": { + "x": -142379, + "y": 58429, + "z": -103991 + }, + "rot": { + "x": 0, + "y": 349802, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 25, + "instId": 300002, + "propState": 1, + "pos": { + "x": -120140, + "y": 55326, + "z": -99990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 25, + "instId": 300003, + "propState": 1, + "pos": { + "x": -128050, + "y": 62140, + "z": -56020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 25, + "instId": 300006, + "propState": 3, + "pos": { + "x": -130125, + "y": 63198, + "z": -70011 + }, + "rot": { + "x": 0, + "y": 169802, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 25, + "instId": 300004, + "propState": 3, + "pos": { + "x": -141095, + "y": 61154, + "z": -85603 + }, + "rot": { + "x": 0, + "y": 79802, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 25, + "instId": 300005, + "propState": 3, + "pos": { + "x": -130618, + "y": 59791, + "z": -92796 + }, + "rot": { + "x": 0, + "y": 169802, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 25, + "instId": 300007, + "propState": 3, + "pos": { + "x": -123304, + "y": 61154, + "z": -82402 + }, + "rot": { + "x": 0, + "y": 79802, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 25, + "instId": 300008, + "propState": 3, + "pos": { + "x": -112826, + "y": 59791, + "z": -89596 + }, + "rot": { + "x": 0, + "y": 169802, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 25, + "instId": 300009, + "propState": 3, + "pos": { + "x": -114408, + "y": 61154, + "z": -80802 + }, + "rot": { + "x": 0, + "y": 169802, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 25, + "instId": 300010, + "propState": 3, + "pos": { + "x": -107095, + "y": 62517, + "z": -70407 + }, + "rot": { + "x": 0, + "y": 79802, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 25, + "instId": 300011, + "propState": 8, + "pos": { + "x": -103438, + "y": 63198, + "z": -65210 + }, + "rot": { + "x": 0, + "y": 79802, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 26, + "instId": 300001, + "propState": 8, + "pos": { + "x": 36519, + "y": 49273, + "z": 29998 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103029 + }, + { + "groupId": 26, + "instId": 300002, + "propState": 8, + "pos": { + "x": -39622, + "y": 57862, + "z": -117705 + }, + "rot": { + "x": 0, + "y": 257443, + "z": 0 + }, + "propId": 103029 + }, + { + "groupId": 26, + "instId": 300003, + "propState": 1, + "pos": { + "x": 36590, + "y": 49274, + "z": -18681 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103029 + }, + { + "groupId": 26, + "instId": 300004, + "propState": 8, + "pos": { + "x": -94254, + "y": 62594, + "z": -627 + }, + "rot": { + "x": 0, + "y": 179690, + "z": 0 + }, + "propId": 103029 + }, + { + "groupId": 26, + "instId": 300005, + "propState": 8, + "pos": { + "x": -94017, + "y": 62594, + "z": 11811 + }, + "rot": { + "x": 0, + "y": 359691, + "z": 0 + }, + "propId": 103029 + }, + { + "groupId": 26, + "instId": 300006, + "propState": 8, + "pos": { + "x": 33845, + "y": 48570, + "z": 27113 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103044 + }, + { + "groupId": 26, + "instId": 300007, + "propState": 8, + "pos": { + "x": -40538, + "y": 57862, + "z": -120474 + }, + "rot": { + "x": 0, + "y": 77443, + "z": 0 + }, + "propId": 103044 + }, + { + "groupId": 26, + "instId": 300008, + "propState": 8, + "pos": { + "x": -92003, + "y": 62098, + "z": -3042 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103044 + }, + { + "groupId": 26, + "instId": 300009, + "propState": 8, + "pos": { + "x": -23551, + "y": 51604, + "z": 140101 + }, + "rot": { + "x": 0, + "y": 166963, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 26, + "instId": 300010, + "propState": 8, + "pos": { + "x": -107830, + "y": 62595, + "z": 6020 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103141 + }, + { + "groupId": 27, + "instId": 300001, + "propState": 1, + "pos": { + "x": -28550, + "y": 40210, + "z": 5680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103185 + }, + { + "groupId": 28, + "instId": 300001, + "propState": 101, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103186 + }, + { + "groupId": 28, + "instId": 300002, + "propState": 1, + "pos": { + "x": -172800, + "y": 64400, + "z": 6310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103098 + }, + { + "groupId": 28, + "instId": 300003, + "propState": 101, + "pos": { + "x": -184120, + "y": 63160, + "z": 6230 + }, + "rot": { + "x": 0, + "y": 59477, + "z": 0 + }, + "propId": 103214 + }, + { + "groupId": 34, + "instId": 300003, + "propState": 8, + "pos": { + "x": -36440, + "y": 56796, + "z": 6240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 36, + "instId": 300001, + "propState": 8, + "pos": { + "x": -85470, + "y": 62593, + "z": 6090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "monsters": [ + { + "groupId": 20, + "instId": 200001, + "eventId": 313080, + "pos": { + "x": -146540, + "y": 60884, + "z": 6440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1013010 + }, + { + "groupId": 36, + "instId": 200001, + "eventId": 313102, + "pos": { + "x": -93960, + "y": 62594, + "z": 9490 + }, + "rot": { + "x": 0, + "y": 309435, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 36, + "instId": 200002, + "eventId": 313101, + "pos": { + "x": -93990, + "y": 62594, + "z": 2460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3001020 + } + ], + "teleports": [] + }, + { + "planeID": 30524, + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 7, + "instId": 300006, + "propState": 8, + "pos": { + "x": 2965, + "y": 12857, + "z": -2427 + }, + "rot": { + "x": 0, + "y": 234151, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": -1972, + "y": 12835, + "z": 6056 + }, + "rot": { + "x": 0, + "y": 142270, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 8, + "pos": { + "x": 2890, + "y": 7739, + "z": 22273 + }, + "rot": { + "x": 0, + "y": 229590, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 8, + "pos": { + "x": -2581, + "y": 7739, + "z": 28092 + }, + "rot": { + "x": 0, + "y": 128301, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 8, + "pos": { + "x": -2711, + "y": 7704, + "z": 35736 + }, + "rot": { + "x": 0, + "y": 150655, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 7, + "instId": 300005, + "propState": 8, + "pos": { + "x": 3636, + "y": 7704, + "z": 35355 + }, + "rot": { + "x": 0, + "y": 203844, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 7, + "instId": 300007, + "propState": 8, + "pos": { + "x": 3468, + "y": 7643, + "z": 36301 + }, + "rot": { + "x": 0, + "y": 272349, + "z": 0 + }, + "propId": 102006 + } + ], + "monsters": [ + { + "groupId": 8, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 670, + "y": 7659, + "z": 42830 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8003010 + } + ], + "teleports": [] + }, + { + "planeID": 30525, + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 6, + "instId": 300006, + "propState": 8, + "pos": { + "x": 5858, + "y": 12905, + "z": -44316 + }, + "rot": { + "x": 0, + "y": 234151, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": -2100, + "y": 12857, + "z": -38660 + }, + "rot": { + "x": 0, + "y": 142270, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 8, + "pos": { + "x": 3755, + "y": 12835, + "z": 5530 + }, + "rot": { + "x": 0, + "y": 229590, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 8, + "pos": { + "x": -2648, + "y": 7850, + "z": 34556 + }, + "rot": { + "x": 0, + "y": 128301, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 8, + "pos": { + "x": -2547, + "y": 7739, + "z": 33235 + }, + "rot": { + "x": 0, + "y": 150655, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 6, + "instId": 300005, + "propState": 8, + "pos": { + "x": 2802, + "y": 12857, + "z": -13667 + }, + "rot": { + "x": 0, + "y": 234151, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 6, + "instId": 300007, + "propState": 8, + "pos": { + "x": 3838, + "y": 7643, + "z": 36703 + }, + "rot": { + "x": 0, + "y": 234151, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 8, + "pos": { + "x": 800, + "y": 12905, + "z": -41592 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 8, + "pos": { + "x": 800, + "y": 12905, + "z": 4350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300001, + "propState": 8, + "pos": { + "x": 1563, + "y": 12835, + "z": 5214 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "monsters": [ + { + "groupId": 7, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 670, + "y": 7659, + "z": 42830 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8003010 + }, + { + "groupId": 9, + "instId": 200001, + "eventId": 312203, + "pos": { + "x": 2700, + "y": 12857, + "z": -7101 + }, + "rot": { + "x": 0, + "y": 234616, + "z": 0 + }, + "monsterId": 2022060 + }, + { + "groupId": 9, + "instId": 200002, + "eventId": 312202, + "pos": { + "x": 3125, + "y": 12857, + "z": -25319 + }, + "rot": { + "x": 0, + "y": 331971, + "z": 0 + }, + "monsterId": 2002030 + }, + { + "groupId": 9, + "instId": 200003, + "eventId": 312201, + "pos": { + "x": -2089, + "y": 12857, + "z": -17051 + }, + "rot": { + "x": 0, + "y": 79094, + "z": 0 + }, + "monsterId": 2002010 + }, + { + "groupId": 11, + "instId": 200001, + "eventId": 312202, + "pos": { + "x": 2721, + "y": 7739, + "z": 28049 + }, + "rot": { + "x": 0, + "y": 235478, + "z": 0 + }, + "monsterId": 2002030 + }, + { + "groupId": 11, + "instId": 200002, + "eventId": 312203, + "pos": { + "x": -1794, + "y": 7739, + "z": 24599 + }, + "rot": { + "x": 0, + "y": 337524, + "z": 0 + }, + "monsterId": 2022060 + } + ], + "teleports": [] + }, + { + "planeID": 30527, + "props": [ + { + "groupId": 5, + "instId": 300006, + "propState": 8, + "pos": { + "x": 213410, + "y": 77016, + "z": 92382 + }, + "rot": { + "x": 0, + "y": 296127, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": 214467, + "y": 77016, + "z": 92663 + }, + "rot": { + "x": 0, + "y": 118091, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 8, + "pos": { + "x": 245990, + "y": 79927, + "z": 100501 + }, + "rot": { + "x": 0, + "y": 229590, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 8, + "pos": { + "x": 226346, + "y": 77016, + "z": 99355 + }, + "rot": { + "x": 0, + "y": 128301, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 5, + "instId": 300004, + "propState": 8, + "pos": { + "x": 246560, + "y": 79927, + "z": 91940 + }, + "rot": { + "x": 0, + "y": 150655, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 5, + "instId": 300005, + "propState": 8, + "pos": { + "x": 245796, + "y": 79927, + "z": 91353 + }, + "rot": { + "x": 0, + "y": 96515, + "z": 0 + }, + "propId": 100025 + } + ], + "monsters": [ + { + "groupId": 6, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 258820, + "y": 79707, + "z": 95888 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 8003010 + } + ], + "teleports": [] + }, + { + "planeID": 30530, + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": -22870, + "y": 78919, + "z": 531 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 8, + "pos": { + "x": 23138, + "y": 78919, + "z": 528 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 8, + "instId": 300006, + "propState": 8, + "pos": { + "x": 3414, + "y": 83447, + "z": 30622 + }, + "rot": { + "x": 0, + "y": 25920, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": 3177, + "y": 83447, + "z": 29538 + }, + "rot": { + "x": 0, + "y": 333151, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 8, + "pos": { + "x": -3851, + "y": 88859, + "z": 66410 + }, + "rot": { + "x": 0, + "y": 229590, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 8, + "pos": { + "x": -3343, + "y": 83447, + "z": 45973 + }, + "rot": { + "x": 0, + "y": 128301, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 8, + "pos": { + "x": 4835, + "y": 88859, + "z": 68933 + }, + "rot": { + "x": 0, + "y": 3020, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 8, + "pos": { + "x": 5326, + "y": 88859, + "z": 67330 + }, + "rot": { + "x": 0, + "y": 285620, + "z": 0 + }, + "propId": 104009 + } + ], + "monsters": [ + { + "groupId": 9, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 100, + "y": 88859, + "z": 77010 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8003010 + } + ], + "teleports": [] + }, + { + "planeID": 30532, + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": -22870, + "y": 78919, + "z": 531 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 8, + "pos": { + "x": 23138, + "y": 78919, + "z": 528 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 11, + "instId": 300006, + "propState": 8, + "pos": { + "x": -3458, + "y": 81794, + "z": 128952 + }, + "rot": { + "x": 0, + "y": 224335, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 8, + "pos": { + "x": -3001, + "y": 81816, + "z": 130144 + }, + "rot": { + "x": 0, + "y": 172667, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 8, + "pos": { + "x": 3653, + "y": 81794, + "z": 136616 + }, + "rot": { + "x": 0, + "y": 316871, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 8, + "pos": { + "x": -2950, + "y": 81791, + "z": 176990 + }, + "rot": { + "x": 0, + "y": 229178, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 11, + "instId": 300004, + "propState": 8, + "pos": { + "x": 4871, + "y": 81785, + "z": 182104 + }, + "rot": { + "x": 0, + "y": 326550, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 11, + "instId": 300005, + "propState": 8, + "pos": { + "x": 6212, + "y": 81785, + "z": 184123 + }, + "rot": { + "x": 0, + "y": 158983, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 11, + "instId": 300007, + "propState": 8, + "pos": { + "x": 4370, + "y": 81791, + "z": 183870 + }, + "rot": { + "x": 0, + "y": 356392, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 11, + "instId": 300008, + "propState": 8, + "pos": { + "x": -4420, + "y": 81816, + "z": 180490 + }, + "rot": { + "x": 0, + "y": 131619, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 13, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 81807, + "z": 144690 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 81807, + "z": 156270 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "monsters": [ + { + "groupId": 12, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 100, + "y": 81805, + "z": 196520 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8003010 + }, + { + "groupId": 13, + "instId": 200001, + "eventId": 314071, + "pos": { + "x": 2531, + "y": 81807, + "z": 159667 + }, + "rot": { + "x": 0, + "y": 244251, + "z": 0 + }, + "monsterId": 4012020 + }, + { + "groupId": 13, + "instId": 200002, + "eventId": 314072, + "pos": { + "x": -1480, + "y": 81819, + "z": 160960 + }, + "rot": { + "x": 0, + "y": 121749, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 13, + "instId": 200003, + "eventId": 314073, + "pos": { + "x": -2640, + "y": 81807, + "z": 159020 + }, + "rot": { + "x": 0, + "y": 61441, + "z": 0 + }, + "monsterId": 4012030 + } + ], + "teleports": [] + }, + { + "planeID": 40102, + "props": [ + { + "groupId": 2, + "instId": 300002, + "propState": 8, + "pos": { + "x": -882, + "y": -24554, + "z": 89932 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 2, + "groupId": 2, + "instId": 300002, + "pos": { + "x": -2893, + "y": -24854, + "z": 92679 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2013601 + } + ] + }, + { + "planeID": 40103, + "props": [ + { + "groupId": 14, + "instId": 300001, + "propState": 8, + "pos": { + "x": 22, + "y": 3701, + "z": 13751 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102109 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 8, + "pos": { + "x": 42002, + "y": -3520, + "z": -7771 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102109 + }, + { + "groupId": 14, + "instId": 300003, + "propState": 8, + "pos": { + "x": 41993, + "y": -3520, + "z": -22315 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102109 + }, + { + "groupId": 14, + "instId": 300004, + "propState": 8, + "pos": { + "x": 49249, + "y": -3520, + "z": -14974 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102109 + }, + { + "groupId": 16, + "instId": 300001, + "propState": 8, + "pos": { + "x": 20745, + "y": 0, + "z": -32086 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 1, + "groupId": 16, + "instId": 300001, + "pos": { + "x": 17807, + "y": 0, + "z": -32206 + }, + "rot": { + "x": 0, + "y": -1, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 40104, + "props": [ + { + "groupId": 21, + "instId": 300001, + "propState": 8, + "pos": { + "x": 64490, + "y": 60510, + "z": 40220 + }, + "rot": { + "x": 0, + "y": 276063, + "z": 0 + }, + "propId": 102078 + }, + { + "groupId": 23, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 27, + "instId": 300001, + "propState": 8, + "pos": { + "x": -43180, + "y": 50066, + "z": -20270 + }, + "rot": { + "x": 0, + "y": 270002, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 27, + "instId": 300002, + "propState": 8, + "pos": { + "x": -43180, + "y": 50066, + "z": -20270 + }, + "rot": { + "x": 0, + "y": 270002, + "z": 0 + }, + "propId": 102019 + }, + { + "groupId": 27, + "instId": 300003, + "propState": 20, + "pos": { + "x": -43180, + "y": 50066, + "z": -20270 + }, + "rot": { + "x": 0, + "y": 270002, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 27, + "instId": 300006, + "propState": 8, + "pos": { + "x": -43180, + "y": 53066, + "z": -20270 + }, + "rot": { + "x": 0, + "y": 270002, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 27, + "instId": 300001, + "propState": 8, + "pos": { + "x": -40600, + "y": 53176, + "z": 166872 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 27, + "instId": 300002, + "propState": 8, + "pos": { + "x": -40600, + "y": 53176, + "z": 166872 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 102019 + }, + { + "groupId": 27, + "instId": 300003, + "propState": 20, + "pos": { + "x": -40600, + "y": 53176, + "z": 166872 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 27, + "instId": 300006, + "propState": 8, + "pos": { + "x": -40600, + "y": 56176, + "z": 166872 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 15, + "instId": 300001, + "propState": 8, + "pos": { + "x": 64490, + "y": 60510, + "z": 40220 + }, + "rot": { + "x": 0, + "y": 276063, + "z": 0 + }, + "propId": 102078 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 21, + "instId": 300001, + "propState": 8, + "pos": { + "x": -76720, + "y": 55742, + "z": 42760 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 21, + "instId": 300002, + "propState": 8, + "pos": { + "x": -76720, + "y": 55742, + "z": 42760 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 102019 + }, + { + "groupId": 21, + "instId": 300003, + "propState": 20, + "pos": { + "x": -76720, + "y": 58742, + "z": 42760 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 21, + "instId": 300006, + "propState": 8, + "pos": { + "x": -76720, + "y": 58742, + "z": 42760 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300001, + "propState": 8, + "pos": { + "x": 64490, + "y": 60510, + "z": 40220 + }, + "rot": { + "x": 0, + "y": 276063, + "z": 0 + }, + "propId": 102078 + }, + { + "groupId": 18, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 24, + "instId": 300001, + "propState": 8, + "pos": { + "x": -72211, + "y": 53254, + "z": 114106 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 24, + "instId": 300002, + "propState": 8, + "pos": { + "x": -72211, + "y": 53254, + "z": 114106 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 102019 + }, + { + "groupId": 24, + "instId": 300003, + "propState": 20, + "pos": { + "x": -72211, + "y": 53254, + "z": 114106 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 24, + "instId": 300006, + "propState": 8, + "pos": { + "x": -72211, + "y": 56254, + "z": 114106 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 26, + "instId": 300001, + "propState": 8, + "pos": { + "x": -43100, + "y": 50066, + "z": -20265 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 26, + "instId": 300002, + "propState": 8, + "pos": { + "x": -43100, + "y": 50066, + "z": -20265 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102019 + }, + { + "groupId": 26, + "instId": 300003, + "propState": 20, + "pos": { + "x": -43100, + "y": 50066, + "z": -20265 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 26, + "instId": 300006, + "propState": 8, + "pos": { + "x": -43100, + "y": 53066, + "z": -20265 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 8, + "pos": { + "x": 64490, + "y": 60510, + "z": 40220 + }, + "rot": { + "x": 0, + "y": 276063, + "z": 0 + }, + "propId": 102078 + }, + { + "groupId": 19, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 29, + "instId": 300001, + "propState": 8, + "pos": { + "x": -76720, + "y": 55742, + "z": 42760 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 29, + "instId": 300002, + "propState": 8, + "pos": { + "x": -76720, + "y": 55742, + "z": 42760 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102019 + }, + { + "groupId": 29, + "instId": 300003, + "propState": 20, + "pos": { + "x": -76720, + "y": 55742, + "z": 42760 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 29, + "instId": 300006, + "propState": 8, + "pos": { + "x": -76720, + "y": 58742, + "z": 42760 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 2, + "instId": 300001, + "propState": 8, + "pos": { + "x": 56290, + "y": 206430, + "z": 69545 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102241 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 8, + "pos": { + "x": 56290, + "y": 205730, + "z": 69545 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102242 + }, + { + "groupId": 2, + "instId": 300003, + "propState": 20, + "pos": { + "x": 56290, + "y": 205730, + "z": 69545 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": 55500, + "y": 206380, + "z": 68530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102241 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 8, + "pos": { + "x": 55500, + "y": 205680, + "z": 68530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102242 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 20, + "pos": { + "x": 55500, + "y": 205680, + "z": 68530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 8, + "pos": { + "x": -30133, + "y": 54192, + "z": -53009 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102241 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 8, + "pos": { + "x": -30133, + "y": 53731, + "z": -53009 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102242 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 20, + "pos": { + "x": -30133, + "y": 53731, + "z": -53009 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": 69161, + "y": -82794, + "z": -25 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 102241 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 8, + "pos": { + "x": 69161, + "y": -83494, + "z": -25 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 102242 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 20, + "pos": { + "x": 69161, + "y": -83494, + "z": -25 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": 69684, + "y": -82744, + "z": -317 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 102241 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 8, + "pos": { + "x": 69684, + "y": -83494, + "z": -317 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 102242 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 20, + "pos": { + "x": 69684, + "y": -83494, + "z": -317 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": 68300, + "y": -82800, + "z": 2780 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102241 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 8, + "pos": { + "x": 68300, + "y": -83500, + "z": 2780 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102242 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 20, + "pos": { + "x": 68300, + "y": -83500, + "z": 2780 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": 85035, + "y": 3524, + "z": 53512 + }, + "rot": { + "x": 0, + "y": 293289, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 8, + "pos": { + "x": 89424, + "y": 3524, + "z": 50985 + }, + "rot": { + "x": 0, + "y": 356964, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 8, + "pos": { + "x": 85048, + "y": 3524, + "z": 48458 + }, + "rot": { + "x": 0, + "y": 55617, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 8, + "pos": { + "x": 80659, + "y": 3524, + "z": 50976 + }, + "rot": { + "x": 0, + "y": 114933, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 6, + "instId": 300005, + "propState": 8, + "pos": { + "x": 80665, + "y": 3524, + "z": 56040 + }, + "rot": { + "x": 0, + "y": 177045, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 6, + "instId": 300006, + "propState": 8, + "pos": { + "x": 85043, + "y": 3524, + "z": 58568 + }, + "rot": { + "x": 0, + "y": 236428, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 6, + "instId": 300007, + "propState": 8, + "pos": { + "x": 89426, + "y": 3524, + "z": 56041 + }, + "rot": { + "x": 0, + "y": 293289, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 6, + "instId": 300008, + "propState": 8, + "pos": { + "x": 89014, + "y": 4415, + "z": 53998 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 6, + "instId": 300009, + "propState": 8, + "pos": { + "x": 85185, + "y": 4415, + "z": 53901 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 6, + "instId": 300010, + "propState": 8, + "pos": { + "x": 80980, + "y": 4415, + "z": 53416 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 6, + "instId": 300011, + "propState": 8, + "pos": { + "x": 82494, + "y": 4415, + "z": 52403 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 6, + "instId": 300012, + "propState": 8, + "pos": { + "x": 83239, + "y": 4415, + "z": 51493 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 6, + "instId": 300013, + "propState": 8, + "pos": { + "x": 100804, + "y": 1410, + "z": 53403 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 6, + "instId": 300015, + "propState": 8, + "pos": { + "x": 85040, + "y": 3494, + "z": 53510 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 6, + "instId": 300014, + "propState": 8, + "pos": { + "x": 83239, + "y": 4415, + "z": 51493 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 6, + "instId": 300016, + "propState": 8, + "pos": { + "x": 90788, + "y": 3384, + "z": 53533 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 6, + "instId": 300017, + "propState": 8, + "pos": { + "x": 15169, + "y": 7489, + "z": 53938 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": -59217, + "y": 3524, + "z": 113482 + }, + "rot": { + "x": 0, + "y": 99932, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 8, + "pos": { + "x": -60519, + "y": 3524, + "z": 118370 + }, + "rot": { + "x": 0, + "y": 221428, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 8, + "pos": { + "x": -55632, + "y": 3524, + "z": 117064 + }, + "rot": { + "x": 0, + "y": 278289, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 8, + "pos": { + "x": -54325, + "y": 3524, + "z": 112179 + }, + "rot": { + "x": 0, + "y": 341964, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300005, + "propState": 8, + "pos": { + "x": -57898, + "y": 3524, + "z": 108606 + }, + "rot": { + "x": 0, + "y": 40617, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300006, + "propState": 8, + "pos": { + "x": -62789, + "y": 3524, + "z": 109902 + }, + "rot": { + "x": 0, + "y": 99932, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300007, + "propState": 8, + "pos": { + "x": -64094, + "y": 3524, + "z": 114795 + }, + "rot": { + "x": 0, + "y": 162046, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300008, + "propState": 8, + "pos": { + "x": -60137, + "y": 4580, + "z": 113065 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 7, + "instId": 300009, + "propState": 8, + "pos": { + "x": -57438, + "y": 4580, + "z": 115440 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 7, + "instId": 300010, + "propState": 8, + "pos": { + "x": -54159, + "y": 4475, + "z": 114698 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 7, + "instId": 300011, + "propState": 8, + "pos": { + "x": -53200, + "y": 4620, + "z": 111100 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 7, + "instId": 300012, + "propState": 8, + "pos": { + "x": -55495, + "y": 4620, + "z": 108685 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 7, + "instId": 300013, + "propState": 8, + "pos": { + "x": -59194, + "y": 4620, + "z": 109678 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 7, + "instId": 300014, + "propState": 8, + "pos": { + "x": -70250, + "y": 1404, + "z": 124459 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 7, + "instId": 300016, + "propState": 8, + "pos": { + "x": -59217, + "y": 3494, + "z": 113480 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300015, + "propState": 8, + "pos": { + "x": -63310, + "y": 3324, + "z": 117540 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300017, + "propState": 8, + "pos": { + "x": -9757, + "y": 7487, + "z": 64179 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": -58530, + "y": 3524, + "z": -7394 + }, + "rot": { + "x": 0, + "y": 168370, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 8, + "pos": { + "x": -63439, + "y": 3524, + "z": -9384 + }, + "rot": { + "x": 0, + "y": 122115, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 8, + "pos": { + "x": -63435, + "y": 3524, + "z": -5327 + }, + "rot": { + "x": 0, + "y": 168370, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 8, + "pos": { + "x": -60558, + "y": 3524, + "z": -2440 + }, + "rot": { + "x": 0, + "y": 213370, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 8, + "pos": { + "x": -56483, + "y": 3524, + "z": -2449 + }, + "rot": { + "x": 0, + "y": 259790, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300006, + "propState": 8, + "pos": { + "x": -53611, + "y": 3524, + "z": -5316 + }, + "rot": { + "x": 0, + "y": 301770, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300007, + "propState": 8, + "pos": { + "x": -53611, + "y": 3524, + "z": -9403 + }, + "rot": { + "x": 0, + "y": 168370, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300008, + "propState": 8, + "pos": { + "x": -56963, + "y": 4600, + "z": -4535 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 8, + "instId": 300009, + "propState": 8, + "pos": { + "x": -54652, + "y": 4600, + "z": -7289 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 8, + "instId": 300010, + "propState": 8, + "pos": { + "x": -55471, + "y": 4495, + "z": -10549 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 8, + "instId": 300011, + "propState": 8, + "pos": { + "x": -59091, + "y": 4640, + "z": -11424 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 8, + "instId": 300012, + "propState": 8, + "pos": { + "x": -61451, + "y": 4640, + "z": -9072 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 8, + "instId": 300013, + "propState": 8, + "pos": { + "x": -60372, + "y": 4640, + "z": -5398 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 8, + "instId": 300014, + "propState": 8, + "pos": { + "x": -69771, + "y": 1348, + "z": -18314 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 8, + "instId": 300016, + "propState": 8, + "pos": { + "x": -56483, + "y": 3524, + "z": -12279 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300017, + "propState": 8, + "pos": { + "x": -60556, + "y": 3524, + "z": -12271 + }, + "rot": { + "x": 0, + "y": 79354, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300018, + "propState": 8, + "pos": { + "x": -58529, + "y": 3494, + "z": -7357 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300015, + "propState": 8, + "pos": { + "x": -60372, + "y": 4640, + "z": -5398 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 8, + "instId": 300019, + "propState": 8, + "pos": { + "x": -60372, + "y": 4640, + "z": -5398 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 8, + "instId": 300020, + "propState": 8, + "pos": { + "x": -63000, + "y": 3324, + "z": -11760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300021, + "propState": 8, + "pos": { + "x": -9730, + "y": 7487, + "z": 43621 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 11, + "instId": 300014, + "propState": 8, + "pos": { + "x": 90788, + "y": 3384, + "z": 53533 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": 85035, + "y": 3524, + "z": 53512 + }, + "rot": { + "x": 0, + "y": 293289, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 8, + "pos": { + "x": 89424, + "y": 3524, + "z": 50985 + }, + "rot": { + "x": 0, + "y": 356964, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 8, + "pos": { + "x": 85048, + "y": 3524, + "z": 48458 + }, + "rot": { + "x": 0, + "y": 55617, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 8, + "pos": { + "x": 80659, + "y": 3524, + "z": 50976 + }, + "rot": { + "x": 0, + "y": 114933, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300005, + "propState": 8, + "pos": { + "x": 80665, + "y": 3524, + "z": 56040 + }, + "rot": { + "x": 0, + "y": 177045, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300006, + "propState": 8, + "pos": { + "x": 85043, + "y": 3524, + "z": 58568 + }, + "rot": { + "x": 0, + "y": 236428, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300007, + "propState": 8, + "pos": { + "x": 89426, + "y": 3524, + "z": 56041 + }, + "rot": { + "x": 0, + "y": 293289, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300008, + "propState": 8, + "pos": { + "x": 89014, + "y": 4415, + "z": 53998 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 7, + "instId": 300009, + "propState": 8, + "pos": { + "x": 85185, + "y": 4415, + "z": 53901 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 7, + "instId": 300010, + "propState": 8, + "pos": { + "x": 80980, + "y": 4415, + "z": 53416 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 7, + "instId": 300011, + "propState": 8, + "pos": { + "x": 82494, + "y": 4415, + "z": 52403 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 7, + "instId": 300012, + "propState": 8, + "pos": { + "x": 83239, + "y": 4415, + "z": 51493 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 7, + "instId": 300013, + "propState": 8, + "pos": { + "x": 100804, + "y": 1410, + "z": 53403 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 7, + "instId": 300015, + "propState": 8, + "pos": { + "x": 85040, + "y": 3494, + "z": 53510 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300014, + "propState": 8, + "pos": { + "x": 83239, + "y": 4415, + "z": 51493 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 7, + "instId": 300016, + "propState": 8, + "pos": { + "x": 90788, + "y": 3384, + "z": 53533 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300017, + "propState": 8, + "pos": { + "x": 15169, + "y": 7489, + "z": 53938 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": -59217, + "y": 3524, + "z": 113482 + }, + "rot": { + "x": 0, + "y": 99932, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 8, + "pos": { + "x": -60519, + "y": 3524, + "z": 118370 + }, + "rot": { + "x": 0, + "y": 221428, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 8, + "pos": { + "x": -55632, + "y": 3524, + "z": 117064 + }, + "rot": { + "x": 0, + "y": 278289, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 8, + "pos": { + "x": -54325, + "y": 3524, + "z": 112179 + }, + "rot": { + "x": 0, + "y": 341964, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 8, + "pos": { + "x": -57898, + "y": 3524, + "z": 108606 + }, + "rot": { + "x": 0, + "y": 40617, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300006, + "propState": 8, + "pos": { + "x": -62789, + "y": 3524, + "z": 109902 + }, + "rot": { + "x": 0, + "y": 99932, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300007, + "propState": 8, + "pos": { + "x": -64094, + "y": 3524, + "z": 114795 + }, + "rot": { + "x": 0, + "y": 162046, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300008, + "propState": 8, + "pos": { + "x": -60137, + "y": 4580, + "z": 113065 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 8, + "instId": 300009, + "propState": 8, + "pos": { + "x": -57438, + "y": 4580, + "z": 115440 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 8, + "instId": 300010, + "propState": 8, + "pos": { + "x": -54159, + "y": 4475, + "z": 114698 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 8, + "instId": 300011, + "propState": 8, + "pos": { + "x": -53200, + "y": 4620, + "z": 111100 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 8, + "instId": 300012, + "propState": 8, + "pos": { + "x": -55495, + "y": 4620, + "z": 108685 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 8, + "instId": 300013, + "propState": 8, + "pos": { + "x": -59194, + "y": 4620, + "z": 109678 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 8, + "instId": 300014, + "propState": 8, + "pos": { + "x": -70250, + "y": 1404, + "z": 124459 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 8, + "instId": 300016, + "propState": 8, + "pos": { + "x": -59217, + "y": 3494, + "z": 113480 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300015, + "propState": 8, + "pos": { + "x": -63310, + "y": 3324, + "z": 117540 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300017, + "propState": 8, + "pos": { + "x": -9757, + "y": 7487, + "z": 64179 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 8, + "pos": { + "x": -58530, + "y": 3524, + "z": -7394 + }, + "rot": { + "x": 0, + "y": 168370, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 8, + "pos": { + "x": -63439, + "y": 3524, + "z": -9384 + }, + "rot": { + "x": 0, + "y": 122115, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 8, + "pos": { + "x": -63435, + "y": 3524, + "z": -5327 + }, + "rot": { + "x": 0, + "y": 168370, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 9, + "instId": 300004, + "propState": 8, + "pos": { + "x": -60558, + "y": 3524, + "z": -2440 + }, + "rot": { + "x": 0, + "y": 213370, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 9, + "instId": 300005, + "propState": 8, + "pos": { + "x": -56483, + "y": 3524, + "z": -2449 + }, + "rot": { + "x": 0, + "y": 259790, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 9, + "instId": 300006, + "propState": 8, + "pos": { + "x": -53611, + "y": 3524, + "z": -5316 + }, + "rot": { + "x": 0, + "y": 301770, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 9, + "instId": 300007, + "propState": 8, + "pos": { + "x": -53611, + "y": 3524, + "z": -9403 + }, + "rot": { + "x": 0, + "y": 168370, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 9, + "instId": 300008, + "propState": 8, + "pos": { + "x": -56963, + "y": 4600, + "z": -4535 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 9, + "instId": 300009, + "propState": 8, + "pos": { + "x": -54652, + "y": 4600, + "z": -7289 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 9, + "instId": 300010, + "propState": 8, + "pos": { + "x": -55471, + "y": 4495, + "z": -10549 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 9, + "instId": 300011, + "propState": 8, + "pos": { + "x": -59091, + "y": 4640, + "z": -11424 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 9, + "instId": 300012, + "propState": 8, + "pos": { + "x": -61451, + "y": 4640, + "z": -9072 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 9, + "instId": 300013, + "propState": 8, + "pos": { + "x": -60372, + "y": 4640, + "z": -5398 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 9, + "instId": 300014, + "propState": 8, + "pos": { + "x": -69771, + "y": 1348, + "z": -18314 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 9, + "instId": 300016, + "propState": 8, + "pos": { + "x": -56483, + "y": 3524, + "z": -12279 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 9, + "instId": 300017, + "propState": 8, + "pos": { + "x": -60556, + "y": 3524, + "z": -12271 + }, + "rot": { + "x": 0, + "y": 79354, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 9, + "instId": 300018, + "propState": 8, + "pos": { + "x": -58529, + "y": 3494, + "z": -7357 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 9, + "instId": 300015, + "propState": 8, + "pos": { + "x": -60372, + "y": 4640, + "z": -5398 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 9, + "instId": 300019, + "propState": 8, + "pos": { + "x": -60372, + "y": 4640, + "z": -5398 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 9, + "instId": 300020, + "propState": 8, + "pos": { + "x": -63000, + "y": 3324, + "z": -11760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 9, + "instId": 300021, + "propState": 8, + "pos": { + "x": -9730, + "y": 7487, + "z": 43621 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 11, + "instId": 300015, + "propState": 8, + "pos": { + "x": -63310, + "y": 3484, + "z": 117540 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300015, + "propState": 8, + "pos": { + "x": -63000, + "y": 3484, + "z": -11760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 8, + "pos": { + "x": 85035, + "y": 3524, + "z": 53512 + }, + "rot": { + "x": 0, + "y": 293289, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 8, + "pos": { + "x": 89424, + "y": 3524, + "z": 50985 + }, + "rot": { + "x": 0, + "y": 356964, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 12, + "instId": 300003, + "propState": 8, + "pos": { + "x": 85048, + "y": 3524, + "z": 48458 + }, + "rot": { + "x": 0, + "y": 55617, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 12, + "instId": 300004, + "propState": 8, + "pos": { + "x": 80659, + "y": 3524, + "z": 50976 + }, + "rot": { + "x": 0, + "y": 114933, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 12, + "instId": 300005, + "propState": 8, + "pos": { + "x": 80665, + "y": 3524, + "z": 56040 + }, + "rot": { + "x": 0, + "y": 177045, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 12, + "instId": 300006, + "propState": 8, + "pos": { + "x": 85043, + "y": 3524, + "z": 58568 + }, + "rot": { + "x": 0, + "y": 236428, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 12, + "instId": 300007, + "propState": 8, + "pos": { + "x": 89426, + "y": 3524, + "z": 56041 + }, + "rot": { + "x": 0, + "y": 293289, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 12, + "instId": 300008, + "propState": 8, + "pos": { + "x": 89014, + "y": 4415, + "z": 53998 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 12, + "instId": 300009, + "propState": 8, + "pos": { + "x": 85185, + "y": 4415, + "z": 53901 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 12, + "instId": 300010, + "propState": 8, + "pos": { + "x": 80980, + "y": 4415, + "z": 53416 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 12, + "instId": 300011, + "propState": 8, + "pos": { + "x": 82494, + "y": 4415, + "z": 52403 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 12, + "instId": 300012, + "propState": 8, + "pos": { + "x": 83239, + "y": 4415, + "z": 51493 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 12, + "instId": 300013, + "propState": 8, + "pos": { + "x": 100804, + "y": 1410, + "z": 53403 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 12, + "instId": 300015, + "propState": 8, + "pos": { + "x": 85040, + "y": 3494, + "z": 53510 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 12, + "instId": 300014, + "propState": 8, + "pos": { + "x": 83239, + "y": 4415, + "z": 51493 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 12, + "instId": 300016, + "propState": 8, + "pos": { + "x": 90788, + "y": 3384, + "z": 53533 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 12, + "instId": 300017, + "propState": 8, + "pos": { + "x": 15169, + "y": 7489, + "z": 53938 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 13, + "instId": 300001, + "propState": 8, + "pos": { + "x": -59217, + "y": 3524, + "z": 113482 + }, + "rot": { + "x": 0, + "y": 99932, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 8, + "pos": { + "x": -60519, + "y": 3524, + "z": 118370 + }, + "rot": { + "x": 0, + "y": 221428, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 8, + "pos": { + "x": -55632, + "y": 3524, + "z": 117064 + }, + "rot": { + "x": 0, + "y": 278289, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 8, + "pos": { + "x": -54325, + "y": 3524, + "z": 112179 + }, + "rot": { + "x": 0, + "y": 341964, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 13, + "instId": 300005, + "propState": 8, + "pos": { + "x": -57898, + "y": 3524, + "z": 108606 + }, + "rot": { + "x": 0, + "y": 40617, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 13, + "instId": 300006, + "propState": 8, + "pos": { + "x": -62789, + "y": 3524, + "z": 109902 + }, + "rot": { + "x": 0, + "y": 99932, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 13, + "instId": 300007, + "propState": 8, + "pos": { + "x": -64094, + "y": 3524, + "z": 114795 + }, + "rot": { + "x": 0, + "y": 162046, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 13, + "instId": 300008, + "propState": 8, + "pos": { + "x": -60137, + "y": 4580, + "z": 113065 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 13, + "instId": 300009, + "propState": 8, + "pos": { + "x": -57438, + "y": 4580, + "z": 115440 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 13, + "instId": 300010, + "propState": 8, + "pos": { + "x": -54159, + "y": 4475, + "z": 114698 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 13, + "instId": 300011, + "propState": 8, + "pos": { + "x": -53200, + "y": 4620, + "z": 111100 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 13, + "instId": 300012, + "propState": 8, + "pos": { + "x": -55495, + "y": 4620, + "z": 108685 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 13, + "instId": 300013, + "propState": 8, + "pos": { + "x": -59194, + "y": 4620, + "z": 109678 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 13, + "instId": 300014, + "propState": 8, + "pos": { + "x": -70250, + "y": 1404, + "z": 124459 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 13, + "instId": 300016, + "propState": 8, + "pos": { + "x": -59217, + "y": 3494, + "z": 113480 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 13, + "instId": 300015, + "propState": 8, + "pos": { + "x": -63310, + "y": 3324, + "z": 117540 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 13, + "instId": 300017, + "propState": 8, + "pos": { + "x": -9757, + "y": 7487, + "z": 64179 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 14, + "instId": 300001, + "propState": 8, + "pos": { + "x": -58530, + "y": 3524, + "z": -7394 + }, + "rot": { + "x": 0, + "y": 168370, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 8, + "pos": { + "x": -63439, + "y": 3524, + "z": -9384 + }, + "rot": { + "x": 0, + "y": 122115, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 14, + "instId": 300003, + "propState": 8, + "pos": { + "x": -63435, + "y": 3524, + "z": -5327 + }, + "rot": { + "x": 0, + "y": 168370, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 14, + "instId": 300004, + "propState": 8, + "pos": { + "x": -60558, + "y": 3524, + "z": -2440 + }, + "rot": { + "x": 0, + "y": 213370, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 14, + "instId": 300005, + "propState": 8, + "pos": { + "x": -56483, + "y": 3524, + "z": -2449 + }, + "rot": { + "x": 0, + "y": 259790, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 14, + "instId": 300006, + "propState": 8, + "pos": { + "x": -53611, + "y": 3524, + "z": -5316 + }, + "rot": { + "x": 0, + "y": 301770, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 14, + "instId": 300007, + "propState": 8, + "pos": { + "x": -53611, + "y": 3524, + "z": -9403 + }, + "rot": { + "x": 0, + "y": 168370, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 14, + "instId": 300008, + "propState": 8, + "pos": { + "x": -56963, + "y": 4600, + "z": -4535 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 14, + "instId": 300009, + "propState": 8, + "pos": { + "x": -54652, + "y": 4600, + "z": -7289 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 14, + "instId": 300010, + "propState": 8, + "pos": { + "x": -55471, + "y": 4495, + "z": -10549 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 14, + "instId": 300011, + "propState": 8, + "pos": { + "x": -59091, + "y": 4640, + "z": -11424 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 14, + "instId": 300012, + "propState": 8, + "pos": { + "x": -61451, + "y": 4640, + "z": -9072 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 14, + "instId": 300013, + "propState": 8, + "pos": { + "x": -60372, + "y": 4640, + "z": -5398 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 14, + "instId": 300014, + "propState": 8, + "pos": { + "x": -69771, + "y": 1348, + "z": -18314 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 14, + "instId": 300016, + "propState": 8, + "pos": { + "x": -56483, + "y": 3524, + "z": -12279 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 14, + "instId": 300017, + "propState": 8, + "pos": { + "x": -60556, + "y": 3524, + "z": -12271 + }, + "rot": { + "x": 0, + "y": 79354, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 14, + "instId": 300018, + "propState": 8, + "pos": { + "x": -58529, + "y": 3494, + "z": -7357 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 14, + "instId": 300015, + "propState": 8, + "pos": { + "x": -60372, + "y": 4640, + "z": -5398 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 14, + "instId": 300019, + "propState": 8, + "pos": { + "x": -60372, + "y": 4640, + "z": -5398 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 14, + "instId": 300020, + "propState": 8, + "pos": { + "x": -63000, + "y": 3324, + "z": -11760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 14, + "instId": 300021, + "propState": 8, + "pos": { + "x": -9730, + "y": 7487, + "z": 43621 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 16, + "instId": 300014, + "propState": 8, + "pos": { + "x": 90788, + "y": 3384, + "z": 53533 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300015, + "propState": 8, + "pos": { + "x": -63310, + "y": 3484, + "z": 117540 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": 44056, + "y": -18091, + "z": 43494 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102263 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 8, + "pos": { + "x": 39264, + "y": -18015, + "z": 51774 + }, + "rot": { + "x": 0, + "y": 89999, + "z": 0 + }, + "propId": 102238 + } + ], + "monsters": [], + "teleports": [] + }, + { + "planeID": 40105, + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 1, + "pos": { + "x": -114327, + "y": 11511, + "z": -189950 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103032 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 8, + "pos": { + "x": -126390, + "y": 11517, + "z": -9949 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103032 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 8, + "pos": { + "x": -120390, + "y": 11501, + "z": -144954 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 8, + "pos": { + "x": -120390, + "y": 11501, + "z": -138954 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 8, + "pos": { + "x": -114082, + "y": 11519, + "z": -137675 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": -162390, + "y": 5501, + "z": -144954 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 8, + "pos": { + "x": -162390, + "y": 5501, + "z": -138954 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 8, + "pos": { + "x": -156610, + "y": 5511, + "z": -137807 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": -150424, + "y": 11501, + "z": -72953 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 8, + "pos": { + "x": -150424, + "y": 11501, + "z": -66953 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 8, + "pos": { + "x": -145579, + "y": 11511, + "z": -65502 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": -117390, + "y": 11527, + "z": 5051 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 8, + "pos": { + "x": -122664, + "y": 12771, + "z": 2246 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 5, + "instId": 300008, + "propState": 8, + "pos": { + "x": 125966, + "y": 80503, + "z": 126902 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 5, + "instId": 300012, + "propState": 8, + "pos": { + "x": 125966, + "y": 80461, + "z": 129012 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 5, + "instId": 300010, + "propState": 8, + "pos": { + "x": 124206, + "y": 80461, + "z": 129306 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": 130863, + "y": 78733, + "z": 139727 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 8, + "pos": { + "x": 125966, + "y": 80461, + "z": 129012 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 8, + "pos": { + "x": 91510, + "y": 75888, + "z": 122783 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 5, + "instId": 300004, + "propState": 8, + "pos": { + "x": 125966, + "y": 80461, + "z": 129012 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": 125966, + "y": 80503, + "z": 126902 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 8, + "pos": { + "x": 125966, + "y": 80461, + "z": 129012 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 2, + "pos": { + "x": 124206, + "y": 80461, + "z": 129306 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100078 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 8, + "pos": { + "x": 130863, + "y": 78733, + "z": 139727 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 8, + "pos": { + "x": 133415, + "y": 78661, + "z": 139710 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 8, + "instId": 300006, + "propState": 8, + "pos": { + "x": 91510, + "y": 75888, + "z": 122783 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 8, + "instId": 300007, + "propState": 8, + "pos": { + "x": 91516, + "y": 75846, + "z": 124886 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": 83870, + "y": 4247, + "z": -31030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 1, + "instId": 300001, + "propState": 8, + "pos": { + "x": 390244, + "y": 12244, + "z": 217049 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": -270, + "y": 14790, + "z": 74295 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103134 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 8, + "pos": { + "x": -341, + "y": 14790, + "z": 89637 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103134 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 8, + "pos": { + "x": -91, + "y": 14790, + "z": 104951 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103134 + }, + { + "groupId": 3, + "instId": 300005, + "propState": 101, + "pos": { + "x": -136492, + "y": 14340, + "z": 155115 + }, + "rot": { + "x": 0, + "y": 330890, + "z": 0 + }, + "propId": 103134 + }, + { + "groupId": 3, + "instId": 300006, + "propState": 101, + "pos": { + "x": -112435, + "y": 14340, + "z": 122459 + }, + "rot": { + "x": 0, + "y": 310860, + "z": 0 + }, + "propId": 103134 + }, + { + "groupId": 3, + "instId": 300007, + "propState": 8, + "pos": { + "x": -156668, + "y": 14340, + "z": 222430 + }, + "rot": { + "x": 0, + "y": 172437, + "z": 0 + }, + "propId": 103134 + }, + { + "groupId": 3, + "instId": 300008, + "propState": 101, + "pos": { + "x": 112476, + "y": 14460, + "z": 122330 + }, + "rot": { + "x": 0, + "y": 227388, + "z": 0 + }, + "propId": 103134 + }, + { + "groupId": 3, + "instId": 300009, + "propState": 101, + "pos": { + "x": 136535, + "y": 14340, + "z": 155189 + }, + "rot": { + "x": 0, + "y": 209110, + "z": 0 + }, + "propId": 103134 + }, + { + "groupId": 3, + "instId": 300010, + "propState": 8, + "pos": { + "x": 156668, + "y": 14340, + "z": 222430 + }, + "rot": { + "x": 0, + "y": 187563, + "z": 0 + }, + "propId": 103134 + }, + { + "groupId": 3, + "instId": 300004, + "propState": 8, + "pos": { + "x": -461, + "y": 14610, + "z": 120291 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103134 + }, + { + "groupId": 4, + "instId": 300017, + "propState": 8, + "pos": { + "x": -67348, + "y": 12639, + "z": 150287 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 1, + "pos": { + "x": -9873, + "y": 11380, + "z": 37826 + }, + "rot": { + "x": 0, + "y": 89757, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300015, + "propState": 1, + "pos": { + "x": -16192, + "y": 11380, + "z": 37800 + }, + "rot": { + "x": 0, + "y": 89757, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 8, + "pos": { + "x": 62724, + "y": 4233, + "z": 136965 + }, + "rot": { + "x": 0, + "y": 324210, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 8, + "pos": { + "x": 110189, + "y": 2463, + "z": 198517 + }, + "rot": { + "x": 0, + "y": 284705, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300018, + "propState": 8, + "pos": { + "x": -61960, + "y": 4211, + "z": 138160 + }, + "rot": { + "x": 0, + "y": 35790, + "z": 0 + }, + "propId": 103040 + }, + { + "groupId": 4, + "instId": 300019, + "propState": 8, + "pos": { + "x": -108850, + "y": 2463, + "z": 198910 + }, + "rot": { + "x": 0, + "y": 75295, + "z": 0 + }, + "propId": 103040 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 8, + "pos": { + "x": -62740, + "y": 4240, + "z": 136945 + }, + "rot": { + "x": 0, + "y": 35790, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300005, + "propState": 8, + "pos": { + "x": -110382, + "y": 2463, + "z": 198504 + }, + "rot": { + "x": 0, + "y": 75295, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300006, + "propState": 1, + "pos": { + "x": -118800, + "y": 14686, + "z": 143019 + }, + "rot": { + "x": 0, + "y": 52497, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300007, + "propState": 1, + "pos": { + "x": 118800, + "y": 14686, + "z": 143019 + }, + "rot": { + "x": 0, + "y": 307503, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300009, + "propState": 101, + "pos": { + "x": 10274, + "y": 11503, + "z": 5174 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300016, + "propState": 101, + "pos": { + "x": 34219, + "y": 11503, + "z": 5174 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300008, + "propState": 8, + "pos": { + "x": 9586, + "y": 11320, + "z": 37640 + }, + "rot": { + "x": 0, + "y": 88735, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300010, + "propState": 8, + "pos": { + "x": -10476, + "y": 11503, + "z": 5085 + }, + "rot": { + "x": 0, + "y": 89757, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300011, + "propState": 8, + "pos": { + "x": -126957, + "y": 14540, + "z": 154869 + }, + "rot": { + "x": 0, + "y": 58598, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300012, + "propState": 8, + "pos": { + "x": -109972, + "y": 14540, + "z": 132162 + }, + "rot": { + "x": 0, + "y": 48549, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300013, + "propState": 8, + "pos": { + "x": 109973, + "y": 14540, + "z": 132162 + }, + "rot": { + "x": 0, + "y": 311451, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300014, + "propState": 8, + "pos": { + "x": 126957, + "y": 14540, + "z": 154869 + }, + "rot": { + "x": 0, + "y": 301402, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 24, + "instId": 300001, + "propState": 2, + "pos": { + "x": 405850, + "y": 12180, + "z": 215510 + }, + "rot": { + "x": 0, + "y": 267793, + "z": 0 + }, + "propId": 103012 + }, + { + "groupId": 24, + "instId": 300002, + "propState": 9, + "pos": { + "x": 405850, + "y": 12180, + "z": 215510 + }, + "rot": { + "x": 0, + "y": 267793, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 24, + "instId": 300003, + "propState": 9, + "pos": { + "x": 405850, + "y": 12180, + "z": 215510 + }, + "rot": { + "x": 0, + "y": 267793, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 24, + "instId": 300004, + "propState": 8, + "pos": { + "x": 405850, + "y": 12180, + "z": 215510 + }, + "rot": { + "x": 0, + "y": 267793, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 24, + "instId": 300005, + "propState": 8, + "pos": { + "x": 405850, + "y": 12180, + "z": 215510 + }, + "rot": { + "x": 0, + "y": 267793, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 24, + "instId": 300006, + "propState": 8, + "pos": { + "x": 405850, + "y": 12180, + "z": 215510 + }, + "rot": { + "x": 0, + "y": 267793, + "z": 0 + }, + "propId": 100 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 1, + "groupId": 7, + "instId": 300001, + "pos": { + "x": 83260, + "y": 3697, + "z": -33040 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "teleportId": 2102 + }, + { + "anchorId": 1, + "groupId": 1, + "instId": 300001, + "pos": { + "x": 392244, + "y": 12244, + "z": 215049 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 40106, + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 8, + "pos": { + "x": 26440, + "y": -868, + "z": -92740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 1, + "groupId": 4, + "instId": 300001, + "pos": { + "x": 21826, + "y": -638, + "z": -89111 + }, + "rot": { + "x": 0, + "y": 27000, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 40107, + "props": [ + { + "groupId": 5, + "instId": 300006, + "propState": 2, + "pos": { + "x": -34000, + "y": -51730, + "z": 5642 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102239 + }, + { + "groupId": 5, + "instId": 300005, + "propState": 2, + "pos": { + "x": -63100, + "y": -46490, + "z": -16277 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102239 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 1, + "pos": { + "x": -63062, + "y": -46490, + "z": 27607 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102239 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": 230431, + "y": -23836, + "z": 182910 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 1, + "groupId": 7, + "instId": 300001, + "pos": { + "x": 232724, + "y": -24130, + "z": 183010 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 40121, + "props": [ + { + "groupId": 5, + "instId": 300013, + "propState": 8, + "pos": { + "x": 135109, + "y": 50639, + "z": -125266 + }, + "rot": { + "x": 0, + "y": 328448, + "z": 0 + }, + "propId": 301004 + }, + { + "groupId": 5, + "instId": 300027, + "propState": 8, + "pos": { + "x": 128700, + "y": 58984, + "z": -126230 + }, + "rot": { + "x": 0, + "y": 234180, + "z": 0 + }, + "propId": 101008 + }, + { + "groupId": 5, + "instId": 300011, + "propState": 8, + "pos": { + "x": 142080, + "y": 28415, + "z": -124750 + }, + "rot": { + "x": 0, + "y": 352131, + "z": 0 + }, + "propId": 101008 + }, + { + "groupId": 5, + "instId": 300005, + "propState": 15, + "pos": { + "x": 135120, + "y": 58980, + "z": -125260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101007 + }, + { + "groupId": 5, + "instId": 300035, + "propState": 8, + "pos": { + "x": 135120, + "y": 28360, + "z": -125260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 301005 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 20, + "pos": { + "x": 113240, + "y": 58980, + "z": -107860 + }, + "rot": { + "x": 0, + "y": 330417, + "z": 0 + }, + "propId": 60103 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": 195784, + "y": 26028, + "z": -132117 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 8, + "pos": { + "x": 135510, + "y": 46300, + "z": -71960 + }, + "rot": { + "x": 0, + "y": 267660, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 8, + "pos": { + "x": 206450, + "y": 37180, + "z": -159190 + }, + "rot": { + "x": 0, + "y": 267660, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 10, + "instId": 300004, + "propState": 8, + "pos": { + "x": 181430, + "y": 55280, + "z": -180590 + }, + "rot": { + "x": 0, + "y": 236572, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 10, + "instId": 300006, + "propState": 10, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300007, + "propState": 8, + "pos": { + "x": 126040, + "y": 46518, + "z": -72940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300008, + "propState": 8, + "pos": { + "x": 171150, + "y": 55700, + "z": -186770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300009, + "propState": 8, + "pos": { + "x": 187360, + "y": 28390, + "z": -129280 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300010, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300011, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300012, + "propState": 8, + "pos": { + "x": 116270, + "y": 58980, + "z": -108460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300013, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300014, + "propState": 8, + "pos": { + "x": 127020, + "y": 58980, + "z": -131710 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300015, + "propState": 8, + "pos": { + "x": 107400, + "y": 58985, + "z": -94468 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300005, + "propState": 8, + "pos": { + "x": 103910, + "y": 59030, + "z": -93560 + }, + "rot": { + "x": 0, + "y": 330715, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300016, + "propState": 8, + "pos": { + "x": 127740, + "y": 59030, + "z": -135400 + }, + "rot": { + "x": 0, + "y": 329470, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300001, + "propState": 8, + "pos": { + "x": 175500, + "y": 28520, + "z": -121850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 9090008 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 8, + "pos": { + "x": 126030, + "y": 46900, + "z": -72750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 9090008 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 8, + "pos": { + "x": 176285, + "y": 55608, + "z": -183932 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 9090008 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 8, + "pos": { + "x": 186240, + "y": 28406, + "z": -126812 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 9090008 + }, + { + "groupId": 16, + "instId": 300001, + "propState": 8, + "pos": { + "x": 107460, + "y": 58980, + "z": -105190 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 8, + "pos": { + "x": 110200, + "y": 58980, + "z": -101640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 8, + "pos": { + "x": 168970, + "y": 54160, + "z": -146460 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 8, + "pos": { + "x": 168230, + "y": 56220, + "z": -158460 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 17, + "instId": 300003, + "propState": 8, + "pos": { + "x": 166250, + "y": 32940, + "z": -96550 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 17, + "instId": 300004, + "propState": 8, + "pos": { + "x": 132700, + "y": 38330, + "z": -90150 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 17, + "instId": 300005, + "propState": 8, + "pos": { + "x": 122000, + "y": 47150, + "z": -24200 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 17, + "instId": 300006, + "propState": 8, + "pos": { + "x": 117711, + "y": 47569, + "z": -10050 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 3, + "instId": 300013, + "propState": 8, + "pos": { + "x": 135109, + "y": 50639, + "z": -125266 + }, + "rot": { + "x": 0, + "y": 328448, + "z": 0 + }, + "propId": 301004 + }, + { + "groupId": 3, + "instId": 300027, + "propState": 8, + "pos": { + "x": 128700, + "y": 58984, + "z": -126230 + }, + "rot": { + "x": 0, + "y": 234180, + "z": 0 + }, + "propId": 101008 + }, + { + "groupId": 3, + "instId": 300011, + "propState": 8, + "pos": { + "x": 142080, + "y": 28415, + "z": -124750 + }, + "rot": { + "x": 0, + "y": 352131, + "z": 0 + }, + "propId": 101008 + }, + { + "groupId": 3, + "instId": 300005, + "propState": 15, + "pos": { + "x": 135120, + "y": 58980, + "z": -125260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101007 + }, + { + "groupId": 3, + "instId": 300035, + "propState": 8, + "pos": { + "x": 135120, + "y": 28360, + "z": -125260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 301005 + }, + { + "groupId": 16, + "instId": 300001, + "propState": 8, + "pos": { + "x": 226330, + "y": 47480, + "z": -116180 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 8, + "pos": { + "x": 205490, + "y": 46600, + "z": -60120 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 20, + "instId": 300001, + "propState": 8, + "pos": { + "x": 122990, + "y": 46760, + "z": -33970 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 8, + "pos": { + "x": 126454, + "y": 47256, + "z": -12959 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 20, + "instId": 300003, + "propState": 8, + "pos": { + "x": 122142, + "y": 46712, + "z": -38513 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 1, + "instId": 300002, + "propState": 8, + "pos": { + "x": 168970, + "y": 54160, + "z": -146460 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 1, + "instId": 300001, + "propState": 8, + "pos": { + "x": 168230, + "y": 56220, + "z": -158460 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 1, + "instId": 300003, + "propState": 8, + "pos": { + "x": 166250, + "y": 32940, + "z": -96550 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 1, + "instId": 300004, + "propState": 8, + "pos": { + "x": 132700, + "y": 38330, + "z": -90150 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 1, + "instId": 300005, + "propState": 8, + "pos": { + "x": 122000, + "y": 47150, + "z": -24200 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 1, + "instId": 300006, + "propState": 8, + "pos": { + "x": 117711, + "y": 47569, + "z": -10050 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 8, + "pos": { + "x": 101405, + "y": 52004, + "z": -101086 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 5, + "instId": 300005, + "propState": 2, + "pos": { + "x": 135120, + "y": 58980, + "z": -125260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101007 + } + ], + "monsters": [ + { + "groupId": 9, + "instId": 200001, + "eventId": 40121007, + "pos": { + "x": 185850, + "y": 28390, + "z": -126890 + }, + "rot": { + "x": 0, + "y": 294114, + "z": 0 + }, + "monsterId": 8003041 + }, + { + "groupId": 9, + "instId": 200002, + "eventId": 40121006, + "pos": { + "x": 176450, + "y": 55520, + "z": -183840 + }, + "rot": { + "x": 0, + "y": 272013, + "z": 0 + }, + "monsterId": 8003010 + }, + { + "groupId": 9, + "instId": 200003, + "eventId": 40121005, + "pos": { + "x": 125970, + "y": 46540, + "z": -72780 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8003020 + }, + { + "groupId": 12, + "instId": 200001, + "eventId": 40121009, + "pos": { + "x": 121470, + "y": 46810, + "z": -54280 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1022020 + }, + { + "groupId": 12, + "instId": 200002, + "eventId": 40121008, + "pos": { + "x": 131820, + "y": 46580, + "z": -34930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8001010 + }, + { + "groupId": 12, + "instId": 200003, + "eventId": 40121009, + "pos": { + "x": 140330, + "y": 59050, + "z": -159980 + }, + "rot": { + "x": 0, + "y": 335192, + "z": 0 + }, + "monsterId": 8001020 + }, + { + "groupId": 12, + "instId": 200004, + "eventId": 40121010, + "pos": { + "x": 155860, + "y": 30080, + "z": -112420 + }, + "rot": { + "x": 0, + "y": 176750, + "z": 0 + }, + "monsterId": 1022010 + }, + { + "groupId": 12, + "instId": 200005, + "eventId": 40121008, + "pos": { + "x": 168580, + "y": 28560, + "z": -118970 + }, + "rot": { + "x": 0, + "y": 212510, + "z": 0 + }, + "monsterId": 1022020 + }, + { + "groupId": 12, + "instId": 200006, + "eventId": 40121010, + "pos": { + "x": 137260, + "y": 59070, + "z": -157650 + }, + "rot": { + "x": 0, + "y": 359860, + "z": 0 + }, + "monsterId": 1022010 + }, + { + "groupId": 12, + "instId": 200001, + "eventId": 40121012, + "pos": { + "x": 200620, + "y": 35040, + "z": -159610 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1022010 + }, + { + "groupId": 12, + "instId": 200002, + "eventId": 40121013, + "pos": { + "x": 224910, + "y": 47240, + "z": -140950 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1022020 + }, + { + "groupId": 12, + "instId": 200003, + "eventId": 40121014, + "pos": { + "x": 235720, + "y": 45270, + "z": -76350 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1022010 + }, + { + "groupId": 12, + "instId": 200004, + "eventId": 40121015, + "pos": { + "x": 241570, + "y": 45270, + "z": -62630 + }, + "rot": { + "x": 0, + "y": 207392, + "z": 0 + }, + "monsterId": 8003010 + }, + { + "groupId": 12, + "instId": 200005, + "eventId": 40121016, + "pos": { + "x": 235660, + "y": 45270, + "z": -54130 + }, + "rot": { + "x": 0, + "y": 207392, + "z": 0 + }, + "monsterId": 1022010 + }, + { + "groupId": 12, + "instId": 200006, + "eventId": 40121016, + "pos": { + "x": 241160, + "y": 45270, + "z": -58580 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8001030 + }, + { + "groupId": 12, + "instId": 200007, + "eventId": 40121016, + "pos": { + "x": 238230, + "y": 45270, + "z": -64940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8001030 + }, + { + "groupId": 12, + "instId": 200008, + "eventId": 40121016, + "pos": { + "x": 245360, + "y": 45270, + "z": -64490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8001030 + }, + { + "groupId": 17, + "instId": 200001, + "eventId": 40121001, + "pos": { + "x": 185630, + "y": 29361, + "z": -138270 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8001020 + }, + { + "groupId": 17, + "instId": 200002, + "eventId": 40121003, + "pos": { + "x": 187420, + "y": 46412, + "z": -65840 + }, + "rot": { + "x": 0, + "y": 72820, + "z": 0 + }, + "monsterId": 8003010 + }, + { + "groupId": 20, + "instId": 200002, + "eventId": 20131001, + "pos": { + "x": 125589, + "y": 46638, + "z": -33094 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002020 + }, + { + "groupId": 20, + "instId": 200003, + "eventId": 20131001, + "pos": { + "x": 129019, + "y": 46604, + "z": -26886 + }, + "rot": { + "x": 0, + "y": 337401, + "z": 0 + }, + "monsterId": 1002020 + }, + { + "groupId": 20, + "instId": 200004, + "eventId": 20131001, + "pos": { + "x": 135825, + "y": 46584, + "z": -34269 + }, + "rot": { + "x": 0, + "y": 57499, + "z": 0 + }, + "monsterId": 1002020 + }, + { + "groupId": 20, + "instId": 200005, + "eventId": 20131001, + "pos": { + "x": 129597, + "y": 46697, + "z": -47675 + }, + "rot": { + "x": 0, + "y": 117879, + "z": 0 + }, + "monsterId": 1002020 + }, + { + "groupId": 20, + "instId": 200006, + "eventId": 20131001, + "pos": { + "x": 125005, + "y": 46608, + "z": -52599 + }, + "rot": { + "x": 0, + "y": 154950, + "z": 0 + }, + "monsterId": 1002020 + }, + { + "groupId": 20, + "instId": 200007, + "eventId": 20131001, + "pos": { + "x": 115289, + "y": 46947, + "z": -45967 + }, + "rot": { + "x": 0, + "y": 229127, + "z": 0 + }, + "monsterId": 1002020 + }, + { + "groupId": 9, + "instId": 200001, + "eventId": 40121019, + "pos": { + "x": 185850, + "y": 28390, + "z": -126890 + }, + "rot": { + "x": 0, + "y": 294114, + "z": 0 + }, + "monsterId": 8003041 + }, + { + "groupId": 9, + "instId": 200002, + "eventId": 40121018, + "pos": { + "x": 176450, + "y": 55520, + "z": -183840 + }, + "rot": { + "x": 0, + "y": 272013, + "z": 0 + }, + "monsterId": 8003010 + }, + { + "groupId": 9, + "instId": 200003, + "eventId": 40121017, + "pos": { + "x": 125970, + "y": 46540, + "z": -72780 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8003020 + }, + { + "groupId": 12, + "instId": 200001, + "eventId": 40121021, + "pos": { + "x": 121470, + "y": 46810, + "z": -54280 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1022020 + }, + { + "groupId": 12, + "instId": 200002, + "eventId": 40121020, + "pos": { + "x": 131820, + "y": 46580, + "z": -34930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8001010 + }, + { + "groupId": 12, + "instId": 200003, + "eventId": 40121021, + "pos": { + "x": 140330, + "y": 59050, + "z": -159980 + }, + "rot": { + "x": 0, + "y": 335192, + "z": 0 + }, + "monsterId": 8001020 + }, + { + "groupId": 12, + "instId": 200004, + "eventId": 40121022, + "pos": { + "x": 155860, + "y": 30080, + "z": -112420 + }, + "rot": { + "x": 0, + "y": 176750, + "z": 0 + }, + "monsterId": 1022010 + }, + { + "groupId": 12, + "instId": 200005, + "eventId": 40121020, + "pos": { + "x": 168580, + "y": 28560, + "z": -118970 + }, + "rot": { + "x": 0, + "y": 212510, + "z": 0 + }, + "monsterId": 1022020 + }, + { + "groupId": 12, + "instId": 200006, + "eventId": 40121022, + "pos": { + "x": 137260, + "y": 59070, + "z": -157650 + }, + "rot": { + "x": 0, + "y": 359860, + "z": 0 + }, + "monsterId": 1022010 + }, + { + "groupId": 9, + "instId": 200002, + "eventId": 40121025, + "pos": { + "x": 176450, + "y": 55520, + "z": -183840 + }, + "rot": { + "x": 0, + "y": 272013, + "z": 0 + }, + "monsterId": 8003010 + }, + { + "groupId": 9, + "instId": 200003, + "eventId": 40121024, + "pos": { + "x": 125970, + "y": 46540, + "z": -72780 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8003020 + }, + { + "groupId": 12, + "instId": 200001, + "eventId": 40121028, + "pos": { + "x": 121470, + "y": 46810, + "z": -54280 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1022020 + }, + { + "groupId": 12, + "instId": 200002, + "eventId": 40121027, + "pos": { + "x": 131820, + "y": 46580, + "z": -34930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8001010 + }, + { + "groupId": 12, + "instId": 200003, + "eventId": 40121029, + "pos": { + "x": 140330, + "y": 59050, + "z": -159980 + }, + "rot": { + "x": 0, + "y": 335192, + "z": 0 + }, + "monsterId": 8001020 + }, + { + "groupId": 12, + "instId": 200006, + "eventId": 40121030, + "pos": { + "x": 137260, + "y": 59070, + "z": -157650 + }, + "rot": { + "x": 0, + "y": 359860, + "z": 0 + }, + "monsterId": 1022010 + } + ], + "teleports": [ + { + "anchorId": 1, + "groupId": 16, + "instId": 300001, + "pos": { + "x": 109550, + "y": 58980, + "z": -106870 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "teleportId": 2102 + }, + { + "anchorId": 2, + "groupId": 16, + "instId": 300002, + "pos": { + "x": 204690, + "y": 46590, + "z": -61850 + }, + "rot": { + "x": 0, + "y": 260547, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 40131, + "props": [ + { + "groupId": 1, + "instId": 300002, + "propState": 8, + "pos": { + "x": -53500, + "y": -110, + "z": -91690 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 1, + "instId": 300001, + "propState": 8, + "pos": { + "x": -107920, + "y": -2110, + "z": -90670 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 2, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 8, + "pos": { + "x": -78100, + "y": -110, + "z": -76200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 2, + "instId": 300003, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 2, + "instId": 300004, + "propState": 8, + "pos": { + "x": -60180, + "y": -110, + "z": -94040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 6, + "instId": 300005, + "propState": 8, + "pos": { + "x": -10, + "y": -460, + "z": -54680 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 6, + "instId": 300006, + "propState": 3, + "pos": { + "x": 0, + "y": -2700, + "z": -94000 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 301011 + }, + { + "groupId": 6, + "instId": 300010, + "propState": 2, + "pos": { + "x": 27590, + "y": -3000, + "z": -87230 + }, + "rot": { + "x": 0, + "y": 77500, + "z": 0 + }, + "propId": 101012 + }, + { + "groupId": 6, + "instId": 300009, + "propState": 2, + "pos": { + "x": 3600, + "y": -3000, + "z": -122700 + }, + "rot": { + "x": 0, + "y": 268123, + "z": 0 + }, + "propId": 101012 + }, + { + "groupId": 6, + "instId": 300035, + "propState": 8, + "pos": { + "x": -76924, + "y": -111, + "z": -46688 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": -4660, + "y": -3000, + "z": -64972 + }, + "rot": { + "x": 0, + "y": 71163, + "z": 0 + }, + "propId": 101012 + }, + { + "groupId": 6, + "instId": 300011, + "propState": 1, + "pos": { + "x": -60789, + "y": -42, + "z": -93970 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 6, + "instId": 300013, + "propState": 8, + "pos": { + "x": 220, + "y": 1010, + "z": -182630 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101005 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 8, + "pos": { + "x": -117480, + "y": -2110, + "z": -94100 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101005 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 8, + "pos": { + "x": 0, + "y": 994, + "z": -193473 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 301002 + }, + { + "groupId": 6, + "instId": 300007, + "propState": 8, + "pos": { + "x": 240, + "y": 1010, + "z": -182420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 6, + "instId": 300012, + "propState": 8, + "pos": { + "x": -107360, + "y": -2110, + "z": -93560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 6, + "instId": 300014, + "propState": 8, + "pos": { + "x": -60759, + "y": -42, + "z": -90950 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 301065 + }, + { + "groupId": 6, + "instId": 300016, + "propState": 8, + "pos": { + "x": -60759, + "y": -42, + "z": -96990 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 301065 + }, + { + "groupId": 6, + "instId": 300015, + "propState": 8, + "pos": { + "x": -26350, + "y": -3000, + "z": -93470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 6, + "instId": 300017, + "propState": 8, + "pos": { + "x": -75590, + "y": -110, + "z": -58800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 6, + "instId": 300018, + "propState": 8, + "pos": { + "x": -105530, + "y": -2110, + "z": -94230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 6, + "instId": 300019, + "propState": 8, + "pos": { + "x": -114373, + "y": -2114, + "z": -94176 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": -32830, + "y": -3000, + "z": -94140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 8, + "pos": { + "x": -83538, + "y": -111, + "z": -52253 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 8, + "pos": { + "x": -83690, + "y": -110, + "z": -52800 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 8, + "pos": { + "x": -34741, + "y": -3000, + "z": -83069 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 9, + "instId": 300004, + "propState": 8, + "pos": { + "x": -8950, + "y": -3000, + "z": -131120 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 9, + "instId": 300005, + "propState": 8, + "pos": { + "x": 35043, + "y": 1007, + "z": -170670 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 9, + "instId": 300006, + "propState": 8, + "pos": { + "x": -98426, + "y": -2114, + "z": -91363 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 9, + "instId": 300007, + "propState": 8, + "pos": { + "x": -11540, + "y": -980, + "z": -228440 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 13, + "instId": 300020, + "propState": 8, + "pos": { + "x": -109100, + "y": -2114, + "z": -88810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 14, + "instId": 300020, + "propState": 8, + "pos": { + "x": -80150, + "y": -111, + "z": -73910 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 14, + "instId": 300001, + "propState": 8, + "pos": { + "x": -75900, + "y": -111, + "z": -66300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 18, + "instId": 300001, + "propState": 8, + "pos": { + "x": -96840, + "y": -2110, + "z": -96980 + }, + "rot": { + "x": 0, + "y": 265951, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 8, + "pos": { + "x": -96840, + "y": -2110, + "z": -96980 + }, + "rot": { + "x": 0, + "y": 265951, + "z": 0 + }, + "propId": 301010 + }, + { + "groupId": 18, + "instId": 300003, + "propState": 10, + "pos": { + "x": -97202, + "y": -1344, + "z": -96837 + }, + "rot": { + "x": 0, + "y": 265951, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 18, + "instId": 300007, + "propState": 8, + "pos": { + "x": -78320, + "y": -110, + "z": -75350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 18, + "instId": 300005, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 18, + "instId": 300006, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 22616, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 18, + "instId": 300008, + "propState": 1, + "pos": { + "x": 35210, + "y": 4650, + "z": -102860 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 18, + "instId": 300009, + "propState": 8, + "pos": { + "x": 32300, + "y": -3000, + "z": -106320 + }, + "rot": { + "x": 0, + "y": 22616, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 18, + "instId": 300004, + "propState": 8, + "pos": { + "x": 31100, + "y": -3000, + "z": -104490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 18, + "instId": 300010, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 1, + "instId": 300001, + "propState": 8, + "pos": { + "x": 3580, + "y": -2900, + "z": -66250 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 1, + "instId": 300004, + "propState": 8, + "pos": { + "x": -28290, + "y": -3000, + "z": -91790 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 1, + "instId": 300002, + "propState": 8, + "pos": { + "x": 27650, + "y": -3000, + "z": -97570 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 8, + "pos": { + "x": -4749, + "y": -3000, + "z": -61752 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": -71690, + "y": -110, + "z": -49380 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 8, + "pos": { + "x": -34741, + "y": -3000, + "z": -83069 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 3, + "instId": 300004, + "propState": 8, + "pos": { + "x": 32110, + "y": -3000, + "z": -99749 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 3, + "instId": 300005, + "propState": 8, + "pos": { + "x": 35043, + "y": 1007, + "z": -170670 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 3, + "instId": 300006, + "propState": 8, + "pos": { + "x": -13380, + "y": -980, + "z": -230180 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 3, + "instId": 300007, + "propState": 8, + "pos": { + "x": -11540, + "y": -980, + "z": -228440 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 4, + "instId": 300020, + "propState": 8, + "pos": { + "x": 72190, + "y": 2070, + "z": -88940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 2, + "pos": { + "x": 27590, + "y": -3000, + "z": -87230 + }, + "rot": { + "x": 0, + "y": 77500, + "z": 0 + }, + "propId": 101012 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 2, + "pos": { + "x": 3600, + "y": -3000, + "z": -122700 + }, + "rot": { + "x": 0, + "y": 268123, + "z": 0 + }, + "propId": 101012 + }, + { + "groupId": 5, + "instId": 300005, + "propState": 2, + "pos": { + "x": -4660, + "y": -3000, + "z": -64972 + }, + "rot": { + "x": 0, + "y": 71163, + "z": 0 + }, + "propId": 101012 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": 27590, + "y": -3000, + "z": -87230 + }, + "rot": { + "x": 0, + "y": 77500, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 5, + "instId": 300004, + "propState": 8, + "pos": { + "x": -4660, + "y": -3000, + "z": -64972 + }, + "rot": { + "x": 0, + "y": 71163, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 6, + "instId": 300006, + "propState": 5, + "pos": { + "x": 0, + "y": -2700, + "z": -94000 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 301011 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 8, + "pos": { + "x": -47489, + "y": -1028, + "z": -180057 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 6, + "instId": 300011, + "propState": 8, + "pos": { + "x": -50600, + "y": -110, + "z": -93940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 11, + "pos": { + "x": 33726, + "y": -14444, + "z": -95486 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 6, + "instId": 300009, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 6, + "instId": 300010, + "propState": 8, + "pos": { + "x": 20, + "y": -980, + "z": -159620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": -850, + "y": -2950, + "z": -68770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 8, + "pos": { + "x": 15500, + "y": -2900, + "z": -94500 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 8, + "pos": { + "x": -27270, + "y": -2900, + "z": -94150 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300004, + "propState": 8, + "pos": { + "x": -110, + "y": -2950, + "z": -123380 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300005, + "propState": 8, + "pos": { + "x": 30110, + "y": -2900, + "z": -94150 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300006, + "propState": 8, + "pos": { + "x": 32040, + "y": -2570, + "z": -76880 + }, + "rot": { + "x": 0, + "y": 51489, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300007, + "propState": 8, + "pos": { + "x": 29560, + "y": -2900, + "z": -104540 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 8, + "pos": { + "x": 31815, + "y": -2990, + "z": -112800 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 8, + "pos": { + "x": 32295, + "y": -1855, + "z": -112986 + }, + "rot": { + "x": 0, + "y": 300895, + "z": 0 + }, + "propId": 301010 + }, + { + "groupId": 12, + "instId": 300003, + "propState": 10, + "pos": { + "x": 31880, + "y": -3000, + "z": -112810 + }, + "rot": { + "x": 0, + "y": 322157, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 12, + "instId": 300007, + "propState": 8, + "pos": { + "x": 35315, + "y": 2106, + "z": -100268 + }, + "rot": { + "x": 0, + "y": 329947, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 12, + "instId": 300005, + "propState": 8, + "pos": { + "x": 7600, + "y": 14845, + "z": 120316 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 12, + "instId": 300006, + "propState": 8, + "pos": { + "x": 27830, + "y": -3000, + "z": -110310 + }, + "rot": { + "x": 0, + "y": 22616, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 12, + "instId": 300008, + "propState": 1, + "pos": { + "x": 35210, + "y": 4650, + "z": -102860 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 12, + "instId": 300009, + "propState": 8, + "pos": { + "x": 32300, + "y": -3000, + "z": -106320 + }, + "rot": { + "x": 0, + "y": 22616, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 12, + "instId": 300004, + "propState": 8, + "pos": { + "x": 31100, + "y": -3000, + "z": -104490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 12, + "instId": 300010, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 1, + "instId": 300001, + "propState": 8, + "pos": { + "x": -130, + "y": -980, + "z": -165240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 1, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 20000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 8, + "pos": { + "x": -28520, + "y": -980, + "z": -201710 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": -28200, + "y": -980, + "z": -202490 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 3, + "instId": 300004, + "propState": 8, + "pos": { + "x": -3620, + "y": -982, + "z": -160150 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 3, + "instId": 300005, + "propState": 8, + "pos": { + "x": 35810, + "y": 1010, + "z": -166290 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 3, + "instId": 300007, + "propState": 8, + "pos": { + "x": -13202, + "y": -985, + "z": -229674 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 4, + "instId": 300020, + "propState": 8, + "pos": { + "x": -5220, + "y": -985, + "z": -213210 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 8, + "pos": { + "x": -12140, + "y": -985, + "z": -208790 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 6, + "instId": 300006, + "propState": 6, + "pos": { + "x": 0, + "y": -2700, + "z": -94000 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 301011 + }, + { + "groupId": 6, + "instId": 300035, + "propState": 2, + "pos": { + "x": -27840, + "y": -3000, + "z": -101040 + }, + "rot": { + "x": 0, + "y": 251700, + "z": 0 + }, + "propId": 101012 + }, + { + "groupId": 6, + "instId": 300013, + "propState": 8, + "pos": { + "x": 190, + "y": 1040, + "z": -182650 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101005 + }, + { + "groupId": 6, + "instId": 300011, + "propState": 8, + "pos": { + "x": 240, + "y": 2500, + "z": -182420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 6, + "instId": 300012, + "propState": 1, + "pos": { + "x": 240, + "y": 2500, + "z": -182420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 6, + "instId": 300014, + "propState": 1, + "pos": { + "x": 240, + "y": 2480, + "z": -182420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 6, + "instId": 300015, + "propState": 8, + "pos": { + "x": 240, + "y": 2500, + "z": -182420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 6, + "instId": 300016, + "propState": 8, + "pos": { + "x": 120, + "y": 1010, + "z": -181340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 6, + "instId": 300017, + "propState": 8, + "pos": { + "x": -550, + "y": -4955, + "z": -190146 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": -1864, + "y": 15570, + "z": -221628 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 8, + "pos": { + "x": -10390, + "y": -980, + "z": -228590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 8, + "pos": { + "x": -7910, + "y": -980, + "z": -228590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 8, + "pos": { + "x": -5840, + "y": -980, + "z": -228497 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 8, + "pos": { + "x": 140, + "y": 1046, + "z": -180892 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 8, + "pos": { + "x": 80, + "y": -3000, + "z": -132480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 8, + "pos": { + "x": -120, + "y": -2890, + "z": -146890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 8, + "pos": { + "x": -120, + "y": -2890, + "z": -176200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 15, + "instId": 300001, + "propState": 8, + "pos": { + "x": -21696, + "y": -985, + "z": -210144 + }, + "rot": { + "x": 0, + "y": 24700, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 15, + "instId": 300002, + "propState": 8, + "pos": { + "x": -21696, + "y": -985, + "z": -210144 + }, + "rot": { + "x": 0, + "y": 24700, + "z": 0 + }, + "propId": 301010 + }, + { + "groupId": 15, + "instId": 300003, + "propState": 10, + "pos": { + "x": -21390, + "y": -324, + "z": -210016 + }, + "rot": { + "x": 0, + "y": 265951, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 15, + "instId": 300007, + "propState": 8, + "pos": { + "x": -7410, + "y": -980, + "z": -224340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 15, + "instId": 300005, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 15, + "instId": 300006, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 22616, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 15, + "instId": 300008, + "propState": 1, + "pos": { + "x": 35210, + "y": 4650, + "z": -102860 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 15, + "instId": 300009, + "propState": 8, + "pos": { + "x": 32300, + "y": -3000, + "z": -106320 + }, + "rot": { + "x": 0, + "y": 22616, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 15, + "instId": 300004, + "propState": 8, + "pos": { + "x": 31100, + "y": -3000, + "z": -104490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 15, + "instId": 300010, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "monsters": [ + { + "groupId": 2, + "instId": 200001, + "eventId": 40131008, + "pos": { + "x": -76190, + "y": -110, + "z": -82790 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 2, + "instId": 200002, + "eventId": 40131010, + "pos": { + "x": -67540, + "y": -110, + "z": -98740 + }, + "rot": { + "x": 0, + "y": 160880, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 2, + "instId": 200003, + "eventId": 40131008, + "pos": { + "x": -63692, + "y": -111, + "z": -89046 + }, + "rot": { + "x": 0, + "y": 48247, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 2, + "instId": 200005, + "eventId": 40131009, + "pos": { + "x": -75120, + "y": -110, + "z": -87570 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002030 + }, + { + "groupId": 2, + "instId": 200004, + "eventId": 40131011, + "pos": { + "x": -69080, + "y": -110, + "z": -88500 + }, + "rot": { + "x": 0, + "y": 337558, + "z": 0 + }, + "monsterId": 1002030 + }, + { + "groupId": 7, + "instId": 200004, + "eventId": 40131008, + "pos": { + "x": -68296, + "y": -111, + "z": -54641 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 7, + "instId": 200005, + "eventId": 40131009, + "pos": { + "x": -81762, + "y": -111, + "z": -50860 + }, + "rot": { + "x": 0, + "y": 311960, + "z": 0 + }, + "monsterId": 1002030 + }, + { + "groupId": 2, + "instId": 200001, + "eventId": 40131014, + "pos": { + "x": -3885, + "y": -500, + "z": -59412 + }, + "rot": { + "x": 0, + "y": 349568, + "z": 0 + }, + "monsterId": 1002030 + }, + { + "groupId": 2, + "instId": 200002, + "eventId": 40131013, + "pos": { + "x": 29970, + "y": -3000, + "z": -110830 + }, + "rot": { + "x": 0, + "y": 132667, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 2, + "instId": 200009, + "eventId": 40131015, + "pos": { + "x": 14214, + "y": -3000, + "z": -63531 + }, + "rot": { + "x": 0, + "y": 110325, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 2, + "instId": 200003, + "eventId": 40131013, + "pos": { + "x": 31229, + "y": -3000, + "z": -110497 + }, + "rot": { + "x": 0, + "y": 162479, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 13, + "instId": 200002, + "eventId": 40131013, + "pos": { + "x": 58990, + "y": 2020, + "z": -94430 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 13, + "instId": 200003, + "eventId": 40131015, + "pos": { + "x": 60700, + "y": 2020, + "z": -95930 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 13, + "instId": 200004, + "eventId": 40131014, + "pos": { + "x": 90680, + "y": 2010, + "z": -101840 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002030 + }, + { + "groupId": 13, + "instId": 200005, + "eventId": 40131013, + "pos": { + "x": 99800, + "y": 2010, + "z": -88440 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 13, + "instId": 200006, + "eventId": 40131013, + "pos": { + "x": 60780, + "y": 2020, + "z": -92960 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 13, + "instId": 200001, + "eventId": 40131017, + "pos": { + "x": 113240, + "y": 2010, + "z": -96760 + }, + "rot": { + "x": 0, + "y": 338834, + "z": 0 + }, + "monsterId": 1003010 + }, + { + "groupId": 2, + "instId": 200007, + "eventId": 40131002, + "pos": { + "x": 14630, + "y": 1010, + "z": -195710 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002030 + }, + { + "groupId": 2, + "instId": 200008, + "eventId": 40131005, + "pos": { + "x": -47310, + "y": -980, + "z": -195880 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1003010 + }, + { + "groupId": 2, + "instId": 200010, + "eventId": 40131004, + "pos": { + "x": -15260, + "y": 1010, + "z": -196210 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002030 + }, + { + "groupId": 2, + "instId": 200011, + "eventId": 40131002, + "pos": { + "x": -12810, + "y": 1010, + "z": -196140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002030 + }, + { + "groupId": 2, + "instId": 200013, + "eventId": 40131003, + "pos": { + "x": -1230, + "y": -980, + "z": -207610 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 7, + "instId": 200001, + "eventId": 40131007, + "pos": { + "x": 240, + "y": 1010, + "z": -183250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1004020 + }, + { + "groupId": 8, + "instId": 200006, + "eventId": 40131001, + "pos": { + "x": 290, + "y": 1010, + "z": -177820 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 8, + "instId": 200009, + "eventId": 40131003, + "pos": { + "x": -14130, + "y": -980, + "z": -162930 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 8, + "instId": 200001, + "eventId": 40131002, + "pos": { + "x": -21780, + "y": -980, + "z": -194040 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002030 + }, + { + "groupId": 8, + "instId": 200002, + "eventId": 40131002, + "pos": { + "x": -21070, + "y": -980, + "z": -207510 + }, + "rot": { + "x": 0, + "y": 205942, + "z": 0 + }, + "monsterId": 1002030 + }, + { + "groupId": 8, + "instId": 200003, + "eventId": 40131001, + "pos": { + "x": -22780, + "y": -980, + "z": -207620 + }, + "rot": { + "x": 0, + "y": 182630, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 8, + "instId": 200004, + "eventId": 40131005, + "pos": { + "x": -2990, + "y": -980, + "z": -239350 + }, + "rot": { + "x": 0, + "y": 27937, + "z": 0 + }, + "monsterId": 1003010 + }, + { + "groupId": 8, + "instId": 200005, + "eventId": 40131005, + "pos": { + "x": -4150, + "y": -980, + "z": -236950 + }, + "rot": { + "x": 0, + "y": 94000, + "z": 0 + }, + "monsterId": 1003010 + }, + { + "groupId": 8, + "instId": 200012, + "eventId": 40131005, + "pos": { + "x": -3140, + "y": -980, + "z": -234250 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1003010 + } + ], + "teleports": [ + { + "anchorId": 3, + "groupId": 1, + "instId": 300001, + "pos": { + "x": -108480, + "y": -2110, + "z": -94290 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "teleportId": 2102 + }, + { + "anchorId": 4, + "groupId": 1, + "instId": 300002, + "pos": { + "x": 30200, + "y": -3000, + "z": -93250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2102 + }, + { + "anchorId": 3, + "groupId": 1, + "instId": 300001, + "pos": { + "x": -30, + "y": -1090, + "z": -158430 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 40211, + "props": [ + { + "groupId": 11, + "instId": 300001, + "propState": 8, + "pos": { + "x": 3914, + "y": 2280, + "z": 73680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 8, + "pos": { + "x": 7937, + "y": 2246, + "z": 68877 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 1, + "pos": { + "x": -40, + "y": 10, + "z": 500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 8, + "pos": { + "x": -4220, + "y": -1118, + "z": -14280 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300001, + "propState": 8, + "pos": { + "x": 560, + "y": 55, + "z": -32 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 8, + "pos": { + "x": -1350, + "y": -1085, + "z": -770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 8, + "pos": { + "x": 11350, + "y": -1085, + "z": -820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 14, + "instId": 300001, + "propState": 8, + "pos": { + "x": 380, + "y": 0, + "z": -2920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 8, + "pos": { + "x": 26800, + "y": 586, + "z": -14230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 15, + "instId": 300001, + "propState": 1, + "pos": { + "x": -7670, + "y": 5236, + "z": -56110 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 15, + "instId": 300002, + "propState": 8, + "pos": { + "x": -19120, + "y": 5240, + "z": -74291 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 15, + "instId": 300003, + "propState": 8, + "pos": { + "x": -29410, + "y": 7090, + "z": -108760 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 15, + "instId": 300004, + "propState": 8, + "pos": { + "x": 6610, + "y": 2220, + "z": 46850 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 15, + "instId": 300005, + "propState": 8, + "pos": { + "x": -43232, + "y": 2220, + "z": 76980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 16, + "instId": 300001, + "propState": 8, + "pos": { + "x": -14132, + "y": 2171, + "z": 37989 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 20, + "instId": 300001, + "propState": 8, + "pos": { + "x": -10267, + "y": -1147, + "z": -15489 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 27, + "instId": 300003, + "propState": 8, + "pos": { + "x": -17740, + "y": 2171, + "z": 39578 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 28, + "instId": 300001, + "propState": 8, + "pos": { + "x": -10667, + "y": -1147, + "z": -5470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102175 + }, + { + "groupId": 2, + "instId": 300001, + "propState": 8, + "pos": { + "x": 3914, + "y": 2280, + "z": 73680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 8, + "pos": { + "x": 7864, + "y": 2280, + "z": 68864 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": -40, + "y": 10, + "z": 230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 8, + "pos": { + "x": -3940, + "y": -1120, + "z": -14530 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 8, + "pos": { + "x": 560, + "y": 55, + "z": -32 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 8, + "pos": { + "x": -1073, + "y": -1120, + "z": -850 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 8, + "pos": { + "x": 10769, + "y": -1120, + "z": -1030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 8, + "pos": { + "x": 1480, + "y": -168, + "z": 3340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": 380, + "y": 0, + "z": -2920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 8, + "pos": { + "x": 26553, + "y": 586, + "z": -14286 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": -68500, + "y": 1121, + "z": 75870 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 8, + "pos": { + "x": 13894, + "y": 2546, + "z": 64682 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 8, + "pos": { + "x": -8800, + "y": 5536, + "z": -89864 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 18, + "instId": 300003, + "propState": 8, + "pos": { + "x": 13103, + "y": 9101, + "z": 94760 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 18, + "instId": 300001, + "propState": 8, + "pos": { + "x": -3682, + "y": -1118, + "z": -16279 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 19, + "instId": 300001, + "propState": 8, + "pos": { + "x": -10667, + "y": -1147, + "z": -5470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102175 + }, + { + "groupId": 19, + "instId": 300002, + "propState": 8, + "pos": { + "x": 6520, + "y": 2220, + "z": 46831 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 35, + "instId": 300001, + "propState": 8, + "pos": { + "x": -7664, + "y": 5257, + "z": -56100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 35, + "instId": 300002, + "propState": 8, + "pos": { + "x": -10357, + "y": 5240, + "z": -54820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 35, + "instId": 300003, + "propState": 8, + "pos": { + "x": -19103, + "y": 5240, + "z": -74285 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 35, + "instId": 300004, + "propState": 2, + "pos": { + "x": -20770, + "y": 5240, + "z": -76194 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 35, + "instId": 300005, + "propState": 8, + "pos": { + "x": 33699, + "y": 170, + "z": 112760 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 35, + "instId": 300006, + "propState": 8, + "pos": { + "x": 48680, + "y": -2830, + "z": 36987 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 35, + "instId": 300010, + "propState": 8, + "pos": { + "x": 4090, + "y": 9180, + "z": 107720 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 35, + "instId": 300011, + "propState": 8, + "pos": { + "x": 49340, + "y": 2250, + "z": 73920 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 35, + "instId": 300008, + "propState": 8, + "pos": { + "x": 32420, + "y": 7060, + "z": -108570 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 1, + "instId": 300001, + "propState": 8, + "pos": { + "x": 80110, + "y": 45910, + "z": -26420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 1, + "instId": 300002, + "propState": 8, + "pos": { + "x": -34460, + "y": 49970, + "z": -68890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 1, + "instId": 300003, + "propState": 8, + "pos": { + "x": -49530, + "y": 49950, + "z": 31940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 14, + "pos": { + "x": 18480, + "y": 50090, + "z": 42795 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102003 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 8, + "pos": { + "x": 22000, + "y": 60280, + "z": 46562 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 8, + "pos": { + "x": 12700, + "y": 49880, + "z": 36740 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 8, + "pos": { + "x": -60528, + "y": 49950, + "z": 130481 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 8, + "pos": { + "x": -59910, + "y": 53090, + "z": 164089 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 8, + "pos": { + "x": -53360, + "y": 53090, + "z": 186171 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 8, + "pos": { + "x": 64490, + "y": 60510, + "z": 40220 + }, + "rot": { + "x": 0, + "y": 276063, + "z": 0 + }, + "propId": 102078 + }, + { + "groupId": 18, + "instId": 300003, + "propState": 1, + "pos": { + "x": -71400, + "y": 53260, + "z": -28750 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 18, + "instId": 300004, + "propState": 1, + "pos": { + "x": -67500, + "y": 53260, + "z": -29940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 18, + "instId": 300005, + "propState": 8, + "pos": { + "x": 31670, + "y": 47260, + "z": -37860 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 18, + "instId": 300006, + "propState": 2, + "pos": { + "x": 34430, + "y": 47263, + "z": -40380 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 8, + "pos": { + "x": 34430, + "y": 47263, + "z": -40380 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 18, + "instId": 300007, + "propState": 8, + "pos": { + "x": 69160, + "y": 45930, + "z": -97420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 18, + "instId": 300008, + "propState": 8, + "pos": { + "x": 33200, + "y": 47010, + "z": 134040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 18, + "instId": 300009, + "propState": 8, + "pos": { + "x": 36190, + "y": 50400, + "z": 126100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 18, + "instId": 300010, + "propState": 8, + "pos": { + "x": 52850, + "y": 43750, + "z": 164320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 18, + "instId": 300011, + "propState": 8, + "pos": { + "x": 49080, + "y": 43700, + "z": 165340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 18, + "instId": 300012, + "propState": 8, + "pos": { + "x": -61030, + "y": 53250, + "z": 114270 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 18, + "instId": 300013, + "propState": 8, + "pos": { + "x": -62560, + "y": 53250, + "z": 117680 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 18, + "instId": 300014, + "propState": 8, + "pos": { + "x": 101770, + "y": 63240, + "z": 42870 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 18, + "instId": 300015, + "propState": 8, + "pos": { + "x": -59680, + "y": 53090, + "z": 164089 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 18, + "instId": 300016, + "propState": 8, + "pos": { + "x": -60720, + "y": 53090, + "z": 167380 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 18, + "instId": 300001, + "propState": 8, + "pos": { + "x": -44640, + "y": 49920, + "z": 43260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102176 + }, + { + "groupId": 18, + "instId": 300017, + "propState": 8, + "pos": { + "x": -92613, + "y": 55679, + "z": 42476 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 20, + "instId": 300001, + "propState": 21, + "pos": { + "x": -30740, + "y": 49742, + "z": -20247 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 8, + "pos": { + "x": -30740, + "y": 49742, + "z": -20247 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 20, + "instId": 300003, + "propState": 21, + "pos": { + "x": 19300, + "y": 52948, + "z": -11482 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 20, + "instId": 300004, + "propState": 1, + "pos": { + "x": 19300, + "y": 52948, + "z": -11482 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 20, + "instId": 300005, + "propState": 21, + "pos": { + "x": -30630, + "y": 50006, + "z": -65938 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 20, + "instId": 300006, + "propState": 1, + "pos": { + "x": -30630, + "y": 50006, + "z": -65938 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 20, + "instId": 300007, + "propState": 21, + "pos": { + "x": 12556, + "y": 42916, + "z": -66117 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 20, + "instId": 300008, + "propState": 8, + "pos": { + "x": 12556, + "y": 42916, + "z": -66117 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 20, + "instId": 300009, + "propState": 21, + "pos": { + "x": 30620, + "y": 48270, + "z": -123110 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 20, + "instId": 300010, + "propState": 8, + "pos": { + "x": 30620, + "y": 48070, + "z": -123110 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 20, + "instId": 300011, + "propState": 21, + "pos": { + "x": -34817, + "y": 53990, + "z": -109160 + }, + "rot": { + "x": 0, + "y": 269464, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 20, + "instId": 300012, + "propState": 8, + "pos": { + "x": -34817, + "y": 53990, + "z": -109160 + }, + "rot": { + "x": 0, + "y": 269464, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 20, + "instId": 300013, + "propState": 21, + "pos": { + "x": 26527, + "y": 46835, + "z": 138130 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 20, + "instId": 300014, + "propState": 8, + "pos": { + "x": 26527, + "y": 46835, + "z": 138130 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 20, + "instId": 300015, + "propState": 21, + "pos": { + "x": -8960, + "y": 46190, + "z": 137330 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 20, + "instId": 300016, + "propState": 8, + "pos": { + "x": -8960, + "y": 46190, + "z": 137330 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 20, + "instId": 300017, + "propState": 21, + "pos": { + "x": -40186, + "y": 49858, + "z": 114268 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 20, + "instId": 300018, + "propState": 8, + "pos": { + "x": -40186, + "y": 49858, + "z": 114268 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 20, + "instId": 300019, + "propState": 21, + "pos": { + "x": -27069, + "y": 52902, + "z": 166913 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 20, + "instId": 300020, + "propState": 8, + "pos": { + "x": -27069, + "y": 52902, + "z": 166913 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 20, + "instId": 300021, + "propState": 21, + "pos": { + "x": 30642, + "y": 43466, + "z": 184426 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 20, + "instId": 300022, + "propState": 8, + "pos": { + "x": 30642, + "y": 43466, + "z": 184426 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 21, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 23, + "instId": 300001, + "propState": 8, + "pos": { + "x": -71690, + "y": 53256, + "z": -69230 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 28, + "instId": 300002, + "propState": 8, + "pos": { + "x": -132600, + "y": 47886, + "z": 15750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 28, + "instId": 300004, + "propState": 8, + "pos": { + "x": 25384, + "y": 53254, + "z": -11862 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 28, + "instId": 300001, + "propState": 8, + "pos": { + "x": 42910, + "y": 53852, + "z": 88714 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 28, + "instId": 300003, + "propState": 8, + "pos": { + "x": -57080, + "y": 49950, + "z": 121300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + } + ], + "monsters": [ + { + "groupId": 7, + "instId": 200002, + "eventId": 40222211, + "pos": { + "x": -12190, + "y": -1147, + "z": 5000 + }, + "rot": { + "x": 0, + "y": 345001, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 7, + "instId": 200001, + "eventId": 40222201, + "pos": { + "x": 7310, + "y": 8576, + "z": -108780 + }, + "rot": { + "x": 0, + "y": 270001, + "z": 0 + }, + "monsterId": 2022020 + }, + { + "groupId": 6, + "instId": 200002, + "eventId": 40211213, + "pos": { + "x": 30706, + "y": 2246, + "z": 66242 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 2022020 + }, + { + "groupId": 6, + "instId": 200003, + "eventId": 40211214, + "pos": { + "x": 40080, + "y": 2250, + "z": 73250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 6, + "instId": 200004, + "eventId": 40211215, + "pos": { + "x": 26350, + "y": -1330, + "z": 93530 + }, + "rot": { + "x": 0, + "y": 213244, + "z": 0 + }, + "monsterId": 2022020 + }, + { + "groupId": 6, + "instId": 200006, + "eventId": 40211216, + "pos": { + "x": -54480, + "y": 6770, + "z": -78280 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 2022020 + }, + { + "groupId": 6, + "instId": 200009, + "eventId": 40211217, + "pos": { + "x": -59440, + "y": 6770, + "z": -78280 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 2022020 + }, + { + "groupId": 6, + "instId": 200007, + "eventId": 40211218, + "pos": { + "x": -34224, + "y": 3930, + "z": -77951 + }, + "rot": { + "x": 0, + "y": 226057, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 6, + "instId": 200008, + "eventId": 40211219, + "pos": { + "x": -27195, + "y": 3930, + "z": -83475 + }, + "rot": { + "x": 0, + "y": 332191, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 7, + "instId": 200002, + "eventId": 40211211, + "pos": { + "x": -32567, + "y": 2171, + "z": 47889 + }, + "rot": { + "x": 0, + "y": 50321, + "z": 0 + }, + "monsterId": 2002010 + }, + { + "groupId": 7, + "instId": 200003, + "eventId": 40211212, + "pos": { + "x": -44130, + "y": 2170, + "z": 57780 + }, + "rot": { + "x": 0, + "y": 94565, + "z": 0 + }, + "monsterId": 2002010 + }, + { + "groupId": 22, + "instId": 200001, + "eventId": 40222202, + "pos": { + "x": -56039, + "y": 53256, + "z": -76643 + }, + "rot": { + "x": 0, + "y": 350823, + "z": 0 + }, + "monsterId": 2022020 + } + ], + "teleports": [ + { + "anchorId": 1, + "groupId": 20, + "instId": 300001, + "pos": { + "x": -12110, + "y": -1150, + "z": -14900 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "teleportId": 2102 + }, + { + "anchorId": 3, + "groupId": 8, + "instId": 300003, + "pos": { + "x": -13135, + "y": 5236, + "z": -89638 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2102 + }, + { + "anchorId": 4, + "groupId": 1, + "instId": 300003, + "pos": { + "x": -46410, + "y": 49930, + "z": 25060 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2102 + }, + { + "anchorId": 2, + "groupId": 28, + "instId": 300002, + "pos": { + "x": -128310, + "y": 47886, + "z": 20620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2022201 + }, + { + "anchorId": 3, + "groupId": 28, + "instId": 300004, + "pos": { + "x": 24060, + "y": 53254, + "z": -19800 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "teleportId": 2022202 + }, + { + "anchorId": 4, + "groupId": 28, + "instId": 300001, + "pos": { + "x": 35230, + "y": 53852, + "z": 90220 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2022203 + }, + { + "anchorId": 5, + "groupId": 28, + "instId": 300003, + "pos": { + "x": -52270, + "y": 49948, + "z": 130490 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "teleportId": 2022204 + } + ] + }, + { + "planeID": 40212, + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 8, + "pos": { + "x": 19000, + "y": -32910, + "z": -74900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300006, + "propState": 8, + "pos": { + "x": 19105, + "y": -32912, + "z": -73160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102005 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": 55690, + "y": -31260, + "z": -153480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300005, + "propState": 8, + "pos": { + "x": 65530, + "y": -31260, + "z": -102030 + }, + "rot": { + "x": 0, + "y": 273602, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 2, + "instId": 300001, + "propState": 8, + "pos": { + "x": -5640, + "y": -35680, + "z": -88650 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 8, + "pos": { + "x": 22040, + "y": -31160, + "z": -92060 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 2, + "instId": 300003, + "propState": 8, + "pos": { + "x": 22400, + "y": -31159, + "z": -91900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": 18774, + "y": -31109, + "z": -95747 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 2, + "pos": { + "x": 22798, + "y": -31159, + "z": -92890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 10, + "instId": 300005, + "propState": 8, + "pos": { + "x": 65490, + "y": -31260, + "z": -102570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300006, + "propState": 8, + "pos": { + "x": 68690, + "y": -34241, + "z": -91720 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102005 + }, + { + "groupId": 9, + "instId": 300009, + "propState": 8, + "pos": { + "x": 19105, + "y": -32912, + "z": -73160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102005 + }, + { + "groupId": 10, + "instId": 300005, + "propState": 8, + "pos": { + "x": 65240, + "y": -31260, + "z": -102660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300007, + "propState": 8, + "pos": { + "x": 69050, + "y": -34241, + "z": -91800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102005 + } + ], + "monsters": [ + { + "groupId": 9, + "instId": 200001, + "eventId": 40212004, + "pos": { + "x": -4140, + "y": -35950, + "z": -80530 + }, + "rot": { + "x": 0, + "y": 106727, + "z": 0 + }, + "monsterId": 2011010 + }, + { + "groupId": 9, + "instId": 200002, + "eventId": 40212005, + "pos": { + "x": 500, + "y": -35950, + "z": -70530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2011010 + }, + { + "groupId": 9, + "instId": 200003, + "eventId": 40212006, + "pos": { + "x": 8080, + "y": -35950, + "z": -89820 + }, + "rot": { + "x": 0, + "y": 91730, + "z": 0 + }, + "monsterId": 2011010 + }, + { + "groupId": 10, + "instId": 200001, + "eventId": 61, + "pos": { + "x": 81740, + "y": -31260, + "z": -112640 + }, + "rot": { + "x": 0, + "y": 31261, + "z": 0 + }, + "monsterId": 2011010 + }, + { + "groupId": 10, + "instId": 200002, + "eventId": 61, + "pos": { + "x": 63540, + "y": -31260, + "z": -148800 + }, + "rot": { + "x": 0, + "y": 128893, + "z": 0 + }, + "monsterId": 2011010 + }, + { + "groupId": 10, + "instId": 200003, + "eventId": 61, + "pos": { + "x": 80400, + "y": -31300, + "z": -142400 + }, + "rot": { + "x": 0, + "y": 70623, + "z": 0 + }, + "monsterId": 2011010 + }, + { + "groupId": 10, + "instId": 200004, + "eventId": 61, + "pos": { + "x": 48310, + "y": -31260, + "z": -145470 + }, + "rot": { + "x": 0, + "y": 31261, + "z": 0 + }, + "monsterId": 2011010 + }, + { + "groupId": 22, + "instId": 200001, + "eventId": 40212003, + "pos": { + "x": -2360, + "y": -31100, + "z": -59450 + }, + "rot": { + "x": 0, + "y": 161520, + "z": 0 + }, + "monsterId": 2012010 + }, + { + "groupId": 23, + "instId": 200001, + "eventId": 40212010, + "pos": { + "x": 23130, + "y": -31160, + "z": -75180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2011010 + }, + { + "groupId": 23, + "instId": 200002, + "eventId": 40212011, + "pos": { + "x": 35400, + "y": -34240, + "z": -103340 + }, + "rot": { + "x": 0, + "y": 20408, + "z": 0 + }, + "monsterId": 2011010 + }, + { + "groupId": 23, + "instId": 200003, + "eventId": 40212012, + "pos": { + "x": 38420, + "y": -34240, + "z": -83940 + }, + "rot": { + "x": 0, + "y": 298898, + "z": 0 + }, + "monsterId": 2011010 + }, + { + "groupId": 9, + "instId": 200001, + "eventId": 40212016, + "pos": { + "x": -12600, + "y": -36130, + "z": -86780 + }, + "rot": { + "x": 0, + "y": 172906, + "z": 0 + }, + "monsterId": 2011010 + }, + { + "groupId": 9, + "instId": 200002, + "eventId": 40212017, + "pos": { + "x": 2090, + "y": -36130, + "z": -69300 + }, + "rot": { + "x": 0, + "y": 287653, + "z": 0 + }, + "monsterId": 2011010 + }, + { + "groupId": 9, + "instId": 200003, + "eventId": 40212018, + "pos": { + "x": 8080, + "y": -35950, + "z": -89820 + }, + "rot": { + "x": 0, + "y": 265733, + "z": 0 + }, + "monsterId": 2011010 + }, + { + "groupId": 10, + "instId": 200001, + "eventId": 40212025, + "pos": { + "x": 66890, + "y": -31450, + "z": -118820 + }, + "rot": { + "x": 0, + "y": 348063, + "z": 0 + }, + "monsterId": 2011010 + }, + { + "groupId": 10, + "instId": 200002, + "eventId": 40212026, + "pos": { + "x": 63250, + "y": -31450, + "z": -139100 + }, + "rot": { + "x": 0, + "y": 35089, + "z": 0 + }, + "monsterId": 2011010 + }, + { + "groupId": 10, + "instId": 200003, + "eventId": 40212027, + "pos": { + "x": 80400, + "y": -31300, + "z": -142400 + }, + "rot": { + "x": 0, + "y": 70623, + "z": 0 + }, + "monsterId": 2011010 + }, + { + "groupId": 10, + "instId": 200004, + "eventId": 40212028, + "pos": { + "x": 46430, + "y": -31450, + "z": -138520 + }, + "rot": { + "x": 0, + "y": 90947, + "z": 0 + }, + "monsterId": 2011010 + }, + { + "groupId": 22, + "instId": 200001, + "eventId": 40212015, + "pos": { + "x": -1573, + "y": -31280, + "z": -56393 + }, + "rot": { + "x": 0, + "y": 110875, + "z": 0 + }, + "monsterId": 2012010 + }, + { + "groupId": 23, + "instId": 200001, + "eventId": 40212022, + "pos": { + "x": 7090, + "y": -31340, + "z": -114400 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2011010 + }, + { + "groupId": 23, + "instId": 200002, + "eventId": 40212023, + "pos": { + "x": 35400, + "y": -34240, + "z": -103340 + }, + "rot": { + "x": 0, + "y": 20408, + "z": 0 + }, + "monsterId": 2011010 + }, + { + "groupId": 23, + "instId": 200003, + "eventId": 40212024, + "pos": { + "x": 38420, + "y": -34240, + "z": -83940 + }, + "rot": { + "x": 0, + "y": 28472, + "z": 0 + }, + "monsterId": 2011010 + }, + { + "groupId": 24, + "instId": 200001, + "eventId": 40212031, + "pos": { + "x": 37929, + "y": -28750, + "z": -147493 + }, + "rot": { + "x": 0, + "y": 180480, + "z": 0 + }, + "monsterId": 2012010 + }, + { + "groupId": 9, + "instId": 200001, + "eventId": 40212035, + "pos": { + "x": -13700, + "y": -36080, + "z": -86280 + }, + "rot": { + "x": 0, + "y": 180209, + "z": 0 + }, + "monsterId": 2011010 + }, + { + "groupId": 9, + "instId": 200002, + "eventId": 40212036, + "pos": { + "x": 500, + "y": -35950, + "z": -70530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2011010 + }, + { + "groupId": 9, + "instId": 200003, + "eventId": 40212037, + "pos": { + "x": 8080, + "y": -35950, + "z": -89820 + }, + "rot": { + "x": 0, + "y": 91730, + "z": 0 + }, + "monsterId": 2011010 + }, + { + "groupId": 10, + "instId": 200001, + "eventId": 40212044, + "pos": { + "x": 81740, + "y": -31260, + "z": -112640 + }, + "rot": { + "x": 0, + "y": 31261, + "z": 0 + }, + "monsterId": 2011010 + }, + { + "groupId": 10, + "instId": 200002, + "eventId": 40212045, + "pos": { + "x": 63540, + "y": -31260, + "z": -148800 + }, + "rot": { + "x": 0, + "y": 128893, + "z": 0 + }, + "monsterId": 2011010 + }, + { + "groupId": 10, + "instId": 200003, + "eventId": 40212046, + "pos": { + "x": 69460, + "y": -31450, + "z": -151640 + }, + "rot": { + "x": 0, + "y": 70623, + "z": 0 + }, + "monsterId": 2011010 + }, + { + "groupId": 10, + "instId": 200004, + "eventId": 40212047, + "pos": { + "x": 46160, + "y": -31450, + "z": -137700 + }, + "rot": { + "x": 0, + "y": 31261, + "z": 0 + }, + "monsterId": 2011010 + }, + { + "groupId": 22, + "instId": 200001, + "eventId": 40212034, + "pos": { + "x": -1390, + "y": -31280, + "z": -54540 + }, + "rot": { + "x": 0, + "y": 94591, + "z": 0 + }, + "monsterId": 2012010 + }, + { + "groupId": 23, + "instId": 200001, + "eventId": 40212041, + "pos": { + "x": 13830, + "y": -31340, + "z": -88520 + }, + "rot": { + "x": 0, + "y": 94654, + "z": 0 + }, + "monsterId": 2011010 + }, + { + "groupId": 23, + "instId": 200002, + "eventId": 40212042, + "pos": { + "x": 7060, + "y": -31340, + "z": -114470 + }, + "rot": { + "x": 0, + "y": 20408, + "z": 0 + }, + "monsterId": 2011010 + }, + { + "groupId": 23, + "instId": 200003, + "eventId": 40212043, + "pos": { + "x": 28020, + "y": -34420, + "z": -76210 + }, + "rot": { + "x": 0, + "y": 196629, + "z": 0 + }, + "monsterId": 2011010 + } + ], + "teleports": [] + }, + { + "planeID": 40221, + "props": [ + { + "groupId": 1, + "instId": 300001, + "propState": 8, + "pos": { + "x": 490, + "y": 13136, + "z": -6170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 22, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "monsters": [ + { + "groupId": 13, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 470, + "y": 8580, + "z": 53560 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 2004010 + } + ], + "teleports": [] + }, + { + "planeID": 40222, + "props": [ + { + "groupId": 2, + "instId": 300001, + "propState": 8, + "pos": { + "x": 61640, + "y": 45906, + "z": -56919 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 23, + "instId": 300001, + "propState": 8, + "pos": { + "x": -92630, + "y": 55720, + "z": 42490 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 23, + "instId": 300003, + "propState": 8, + "pos": { + "x": -71400, + "y": 53260, + "z": -28750 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 23, + "instId": 300004, + "propState": 8, + "pos": { + "x": -67500, + "y": 53260, + "z": -29940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 23, + "instId": 300005, + "propState": 8, + "pos": { + "x": 31670, + "y": 47260, + "z": -37860 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 23, + "instId": 300007, + "propState": 8, + "pos": { + "x": 69160, + "y": 45930, + "z": -97420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 23, + "instId": 300008, + "propState": 8, + "pos": { + "x": 33200, + "y": 47010, + "z": 134040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 23, + "instId": 300009, + "propState": 8, + "pos": { + "x": 36190, + "y": 50400, + "z": 126100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 23, + "instId": 300010, + "propState": 8, + "pos": { + "x": 52850, + "y": 43750, + "z": 164320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 23, + "instId": 300011, + "propState": 8, + "pos": { + "x": 49080, + "y": 43700, + "z": 165340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 23, + "instId": 300012, + "propState": 8, + "pos": { + "x": -61030, + "y": 53250, + "z": 114270 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 23, + "instId": 300013, + "propState": 8, + "pos": { + "x": -62560, + "y": 53250, + "z": 117680 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 23, + "instId": 300014, + "propState": 8, + "pos": { + "x": 101770, + "y": 63240, + "z": 42530 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 23, + "instId": 300015, + "propState": 8, + "pos": { + "x": -59680, + "y": 53090, + "z": 164089 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 23, + "instId": 300016, + "propState": 8, + "pos": { + "x": -60720, + "y": 53090, + "z": 167380 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 23, + "instId": 300017, + "propState": 8, + "pos": { + "x": 50524, + "y": 46107, + "z": -59731 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 24, + "instId": 300001, + "propState": 8, + "pos": { + "x": 64490, + "y": 60510, + "z": 40220 + }, + "rot": { + "x": 0, + "y": 276063, + "z": 0 + }, + "propId": 102078 + }, + { + "groupId": 26, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 1, + "instId": 300001, + "propState": 8, + "pos": { + "x": 80110, + "y": 45910, + "z": -26420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 1, + "instId": 300002, + "propState": 8, + "pos": { + "x": -34460, + "y": 49970, + "z": -68890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 1, + "instId": 300003, + "propState": 8, + "pos": { + "x": -49530, + "y": 49950, + "z": 31940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 8, + "pos": { + "x": -70890, + "y": 55710, + "z": 36410 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": 38230, + "y": 50370, + "z": 108910 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 8, + "pos": { + "x": -58690, + "y": 49950, + "z": 128290 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 8, + "pos": { + "x": 22290, + "y": 53250, + "z": -17110 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 8, + "pos": { + "x": -60528, + "y": 49950, + "z": 130481 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 8, + "pos": { + "x": -59910, + "y": 53090, + "z": 164089 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 8, + "pos": { + "x": -53360, + "y": 53090, + "z": 186171 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 8, + "pos": { + "x": 64490, + "y": 60510, + "z": 40220 + }, + "rot": { + "x": 0, + "y": 276063, + "z": 0 + }, + "propId": 102078 + }, + { + "groupId": 18, + "instId": 300003, + "propState": 1, + "pos": { + "x": -71400, + "y": 53260, + "z": -28750 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 18, + "instId": 300004, + "propState": 1, + "pos": { + "x": -67500, + "y": 53260, + "z": -29940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 18, + "instId": 300005, + "propState": 8, + "pos": { + "x": 31670, + "y": 47260, + "z": -37860 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 8, + "pos": { + "x": 34430, + "y": 47263, + "z": -40380 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 18, + "instId": 300007, + "propState": 8, + "pos": { + "x": 69160, + "y": 45930, + "z": -97420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 18, + "instId": 300008, + "propState": 8, + "pos": { + "x": 33200, + "y": 47010, + "z": 134040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 18, + "instId": 300009, + "propState": 8, + "pos": { + "x": 36190, + "y": 50400, + "z": 126100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 18, + "instId": 300010, + "propState": 8, + "pos": { + "x": 52850, + "y": 43750, + "z": 164320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 18, + "instId": 300011, + "propState": 8, + "pos": { + "x": 49080, + "y": 43700, + "z": 165340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 18, + "instId": 300012, + "propState": 8, + "pos": { + "x": -61030, + "y": 53250, + "z": 114270 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 18, + "instId": 300013, + "propState": 8, + "pos": { + "x": -62560, + "y": 53250, + "z": 117680 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 18, + "instId": 300014, + "propState": 8, + "pos": { + "x": 101770, + "y": 63240, + "z": 42870 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 18, + "instId": 300015, + "propState": 8, + "pos": { + "x": -59680, + "y": 53090, + "z": 164089 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 18, + "instId": 300016, + "propState": 8, + "pos": { + "x": -60720, + "y": 53090, + "z": 167380 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 20, + "instId": 300001, + "propState": 21, + "pos": { + "x": -30740, + "y": 49742, + "z": -20247 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 8, + "pos": { + "x": -30740, + "y": 49742, + "z": -20247 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 20, + "instId": 300003, + "propState": 21, + "pos": { + "x": 19300, + "y": 52948, + "z": -11482 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 20, + "instId": 300004, + "propState": 1, + "pos": { + "x": 19300, + "y": 52948, + "z": -11482 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 20, + "instId": 300005, + "propState": 21, + "pos": { + "x": -30630, + "y": 50006, + "z": -65938 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 20, + "instId": 300006, + "propState": 1, + "pos": { + "x": -30630, + "y": 50006, + "z": -65938 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 20, + "instId": 300007, + "propState": 21, + "pos": { + "x": 12556, + "y": 42916, + "z": -66117 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 20, + "instId": 300008, + "propState": 8, + "pos": { + "x": 12556, + "y": 42916, + "z": -66117 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 20, + "instId": 300009, + "propState": 21, + "pos": { + "x": 30620, + "y": 48270, + "z": -123110 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 20, + "instId": 300010, + "propState": 8, + "pos": { + "x": 30620, + "y": 48070, + "z": -123110 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 20, + "instId": 300011, + "propState": 21, + "pos": { + "x": -34817, + "y": 53990, + "z": -109160 + }, + "rot": { + "x": 0, + "y": 269464, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 20, + "instId": 300012, + "propState": 8, + "pos": { + "x": -34817, + "y": 53990, + "z": -109160 + }, + "rot": { + "x": 0, + "y": 269464, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 20, + "instId": 300013, + "propState": 21, + "pos": { + "x": 26527, + "y": 46835, + "z": 138130 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 20, + "instId": 300014, + "propState": 8, + "pos": { + "x": 26527, + "y": 46835, + "z": 138130 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 20, + "instId": 300015, + "propState": 21, + "pos": { + "x": -8960, + "y": 46190, + "z": 137330 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 20, + "instId": 300016, + "propState": 8, + "pos": { + "x": -8960, + "y": 46190, + "z": 137330 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 20, + "instId": 300017, + "propState": 21, + "pos": { + "x": -40186, + "y": 49858, + "z": 114268 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 20, + "instId": 300018, + "propState": 8, + "pos": { + "x": -40186, + "y": 49858, + "z": 114268 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 20, + "instId": 300019, + "propState": 21, + "pos": { + "x": -27069, + "y": 52902, + "z": 166913 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 20, + "instId": 300020, + "propState": 8, + "pos": { + "x": -27069, + "y": 52902, + "z": 166913 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 20, + "instId": 300021, + "propState": 21, + "pos": { + "x": 30642, + "y": 43466, + "z": 184426 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 20, + "instId": 300022, + "propState": 8, + "pos": { + "x": 30642, + "y": 43466, + "z": 184426 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 21, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 23, + "instId": 300001, + "propState": 8, + "pos": { + "x": -71690, + "y": 53256, + "z": -69230 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 25, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 28, + "instId": 300002, + "propState": 8, + "pos": { + "x": -132600, + "y": 47886, + "z": 15750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 28, + "instId": 300004, + "propState": 8, + "pos": { + "x": 25384, + "y": 53254, + "z": -11862 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 28, + "instId": 300001, + "propState": 8, + "pos": { + "x": 42910, + "y": 53852, + "z": 88714 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 28, + "instId": 300003, + "propState": 8, + "pos": { + "x": -57080, + "y": 49950, + "z": 121300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 1, + "instId": 300002, + "propState": 8, + "pos": { + "x": 80110, + "y": 45910, + "z": -26420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 1, + "instId": 300001, + "propState": 8, + "pos": { + "x": -35150, + "y": 50000, + "z": -69560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 1, + "instId": 300003, + "propState": 8, + "pos": { + "x": -49650, + "y": 49950, + "z": 31660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 14, + "pos": { + "x": 18480, + "y": 50090, + "z": 42795 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102003 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 8, + "pos": { + "x": 22000, + "y": 60280, + "z": 46562 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 8, + "pos": { + "x": 12700, + "y": 49880, + "z": 36740 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 26, + "instId": 300001, + "propState": 8, + "pos": { + "x": 64490, + "y": 60510, + "z": 40220 + }, + "rot": { + "x": 0, + "y": 276063, + "z": 0 + }, + "propId": 102078 + }, + { + "groupId": 28, + "instId": 300001, + "propState": 1, + "pos": { + "x": -92630, + "y": 55720, + "z": 42490 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 28, + "instId": 300003, + "propState": 8, + "pos": { + "x": -71400, + "y": 53260, + "z": -28750 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 28, + "instId": 300004, + "propState": 8, + "pos": { + "x": -67500, + "y": 53260, + "z": -29940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 28, + "instId": 300005, + "propState": 8, + "pos": { + "x": 31670, + "y": 47260, + "z": -37860 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 28, + "instId": 300002, + "propState": 8, + "pos": { + "x": 34430, + "y": 47263, + "z": -40380 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 28, + "instId": 300007, + "propState": 8, + "pos": { + "x": 69160, + "y": 45930, + "z": -97420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 28, + "instId": 300008, + "propState": 8, + "pos": { + "x": 33200, + "y": 47010, + "z": 134040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 28, + "instId": 300009, + "propState": 8, + "pos": { + "x": 36190, + "y": 50400, + "z": 126100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 28, + "instId": 300010, + "propState": 8, + "pos": { + "x": 52850, + "y": 43750, + "z": 164320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 28, + "instId": 300011, + "propState": 8, + "pos": { + "x": 49080, + "y": 43700, + "z": 165340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 28, + "instId": 300012, + "propState": 8, + "pos": { + "x": -61030, + "y": 53250, + "z": 114270 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 28, + "instId": 300013, + "propState": 8, + "pos": { + "x": -62560, + "y": 53250, + "z": 117680 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 28, + "instId": 300014, + "propState": 8, + "pos": { + "x": 101770, + "y": 63240, + "z": 42850 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 28, + "instId": 300015, + "propState": 8, + "pos": { + "x": -59680, + "y": 53090, + "z": 164089 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 28, + "instId": 300016, + "propState": 8, + "pos": { + "x": -60720, + "y": 53090, + "z": 167380 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 29, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 30, + "instId": 300001, + "propState": 8, + "pos": { + "x": -30740, + "y": 49742, + "z": -20247 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 30, + "instId": 300002, + "propState": 8, + "pos": { + "x": -30740, + "y": 49742, + "z": -20247 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 30, + "instId": 300003, + "propState": 21, + "pos": { + "x": 19300, + "y": 52948, + "z": -11482 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 30, + "instId": 300004, + "propState": 1, + "pos": { + "x": 19300, + "y": 52948, + "z": -11482 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 30, + "instId": 300005, + "propState": 21, + "pos": { + "x": -30630, + "y": 50006, + "z": -65938 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 30, + "instId": 300006, + "propState": 1, + "pos": { + "x": -30630, + "y": 50006, + "z": -65938 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 30, + "instId": 300007, + "propState": 21, + "pos": { + "x": 12556, + "y": 42916, + "z": -66117 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 30, + "instId": 300008, + "propState": 8, + "pos": { + "x": 12556, + "y": 42916, + "z": -66117 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 30, + "instId": 300009, + "propState": 8, + "pos": { + "x": 30620, + "y": 48270, + "z": -123110 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 30, + "instId": 300010, + "propState": 8, + "pos": { + "x": 30620, + "y": 48070, + "z": -123110 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 30, + "instId": 300011, + "propState": 8, + "pos": { + "x": -34817, + "y": 53990, + "z": -109160 + }, + "rot": { + "x": 0, + "y": 269464, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 30, + "instId": 300012, + "propState": 8, + "pos": { + "x": -34817, + "y": 53990, + "z": -109160 + }, + "rot": { + "x": 0, + "y": 269464, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 30, + "instId": 300013, + "propState": 21, + "pos": { + "x": 26527, + "y": 46835, + "z": 138130 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 30, + "instId": 300014, + "propState": 8, + "pos": { + "x": 26527, + "y": 46835, + "z": 138130 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 30, + "instId": 300015, + "propState": 21, + "pos": { + "x": -8960, + "y": 46190, + "z": 137330 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 30, + "instId": 300016, + "propState": 8, + "pos": { + "x": -8960, + "y": 46190, + "z": 137330 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 30, + "instId": 300017, + "propState": 21, + "pos": { + "x": -40186, + "y": 49858, + "z": 114268 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 30, + "instId": 300018, + "propState": 8, + "pos": { + "x": -40186, + "y": 49858, + "z": 114268 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 30, + "instId": 300019, + "propState": 21, + "pos": { + "x": -27069, + "y": 52902, + "z": 166913 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 30, + "instId": 300020, + "propState": 8, + "pos": { + "x": -27069, + "y": 52902, + "z": 166913 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 30, + "instId": 300021, + "propState": 21, + "pos": { + "x": 30642, + "y": 43466, + "z": 184426 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 30, + "instId": 300022, + "propState": 8, + "pos": { + "x": 30642, + "y": 43466, + "z": 184426 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 32, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 40, + "instId": 300001, + "propState": 8, + "pos": { + "x": -44640, + "y": 49920, + "z": 43260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102176 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": 64490, + "y": 60510, + "z": 40220 + }, + "rot": { + "x": 0, + "y": 276063, + "z": 0 + }, + "propId": 102078 + } + ], + "monsters": [ + { + "groupId": 17, + "instId": 200001, + "eventId": 20222024, + "pos": { + "x": 78790, + "y": 43156, + "z": -68317 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2022020 + }, + { + "groupId": 17, + "instId": 200002, + "eventId": 20222027, + "pos": { + "x": 34425, + "y": 43159, + "z": -60410 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 17, + "instId": 200003, + "eventId": 20222026, + "pos": { + "x": 34425, + "y": 43159, + "z": -54050 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8001050 + }, + { + "groupId": 22, + "instId": 200001, + "eventId": 40222202, + "pos": { + "x": -56039, + "y": 53256, + "z": -76643 + }, + "rot": { + "x": 0, + "y": 350823, + "z": 0 + }, + "monsterId": 2022020 + }, + { + "groupId": 27, + "instId": 200002, + "eventId": 40222032, + "pos": { + "x": 21960, + "y": 43260, + "z": -74400 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 2012010 + }, + { + "groupId": 27, + "instId": 200003, + "eventId": 40222033, + "pos": { + "x": 13880, + "y": 43160, + "z": -53590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2022020 + }, + { + "groupId": 27, + "instId": 200004, + "eventId": 40222034, + "pos": { + "x": -73760, + "y": 53260, + "z": -84360 + }, + "rot": { + "x": 0, + "y": 49528, + "z": 0 + }, + "monsterId": 2012010 + }, + { + "groupId": 27, + "instId": 200005, + "eventId": 40222035, + "pos": { + "x": -71460, + "y": 53260, + "z": -62090 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 2011010 + }, + { + "groupId": 27, + "instId": 200006, + "eventId": 40222036, + "pos": { + "x": -43090, + "y": 50070, + "z": -20280 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2022020 + } + ], + "teleports": [ + { + "anchorId": 2, + "groupId": 2, + "instId": 300001, + "pos": { + "x": 59631, + "y": 45910, + "z": -60440 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2102 + }, + { + "anchorId": 4, + "groupId": 1, + "instId": 300003, + "pos": { + "x": -46410, + "y": 49930, + "z": 25060 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2102 + }, + { + "anchorId": 2, + "groupId": 28, + "instId": 300002, + "pos": { + "x": -128310, + "y": 47886, + "z": 20620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2022201 + }, + { + "anchorId": 3, + "groupId": 28, + "instId": 300004, + "pos": { + "x": 24060, + "y": 53254, + "z": -19800 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "teleportId": 2022202 + }, + { + "anchorId": 4, + "groupId": 28, + "instId": 300001, + "pos": { + "x": 35230, + "y": 53852, + "z": 90220 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2022203 + }, + { + "anchorId": 5, + "groupId": 28, + "instId": 300003, + "pos": { + "x": -52270, + "y": 49948, + "z": 130490 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "teleportId": 2022204 + }, + { + "anchorId": 4, + "groupId": 1, + "instId": 300003, + "pos": { + "x": -46720, + "y": 49930, + "z": 27630 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 40231, + "props": [ + { + "groupId": 11, + "instId": 300005, + "propState": 8, + "pos": { + "x": 10966, + "y": 14050, + "z": 22437 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 2, + "pos": { + "x": 10966, + "y": 14050, + "z": 22437 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102103 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 8, + "pos": { + "x": 12990, + "y": 38203, + "z": 16170 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 8, + "pos": { + "x": 10435, + "y": 13910, + "z": 29273 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 11, + "instId": 300004, + "propState": 8, + "pos": { + "x": 7800, + "y": 13884, + "z": 25600 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 15, + "pos": { + "x": 11570, + "y": 42010, + "z": -13313 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102103 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 8, + "pos": { + "x": 16152, + "y": 43958, + "z": -16770 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 12, + "instId": 300003, + "propState": 8, + "pos": { + "x": 6950, + "y": 16151, + "z": -9788 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 12, + "instId": 300004, + "propState": 8, + "pos": { + "x": 7490, + "y": 16121, + "z": -13310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 24, + "instId": 300001, + "propState": 2, + "pos": { + "x": -30220, + "y": 13900, + "z": 17271 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102083 + }, + { + "groupId": 24, + "instId": 300002, + "propState": 2, + "pos": { + "x": -62844, + "y": 13900, + "z": 30960 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102083 + }, + { + "groupId": 24, + "instId": 300003, + "propState": 2, + "pos": { + "x": -76357, + "y": 13900, + "z": 63584 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102083 + }, + { + "groupId": 24, + "instId": 300004, + "propState": 8, + "pos": { + "x": -30000, + "y": 10040, + "z": 63500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102102 + }, + { + "groupId": 26, + "instId": 300001, + "propState": 8, + "pos": { + "x": -33100, + "y": 13883, + "z": -56270 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 1, + "instId": 300005, + "propState": 8, + "pos": { + "x": -107113, + "y": 8825, + "z": 11042 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 8, + "pos": { + "x": -230330, + "y": -120, + "z": 12640 + }, + "rot": { + "x": 0, + "y": 269265, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 1, + "instId": 300001, + "propState": 8, + "pos": { + "x": -686890, + "y": -460, + "z": 77693 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 3, + "groupId": 1, + "instId": 300005, + "pos": { + "x": -104995, + "y": 8140, + "z": 4655 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "teleportId": 2102 + }, + { + "anchorId": 5, + "groupId": 1, + "instId": 300001, + "pos": { + "x": -676866, + "y": 783, + "z": 72919 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 40232, + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": -538030, + "y": -53410, + "z": 2119 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 8, + "pos": { + "x": -434610, + "y": -34147, + "z": 780 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "monsters": [ + { + "groupId": 3, + "instId": 200001, + "eventId": 40232011, + "pos": { + "x": -499200, + "y": -51147, + "z": 21130 + }, + "rot": { + "x": 0, + "y": 320399, + "z": 0 + }, + "monsterId": 2022011 + }, + { + "groupId": 3, + "instId": 200003, + "eventId": 40232012, + "pos": { + "x": -477220, + "y": -46330, + "z": 29470 + }, + "rot": { + "x": 0, + "y": 270708, + "z": 0 + }, + "monsterId": 2022011 + }, + { + "groupId": 3, + "instId": 200016, + "eventId": 40232013, + "pos": { + "x": -468620, + "y": -41141, + "z": 6630 + }, + "rot": { + "x": 0, + "y": 343171, + "z": 0 + }, + "monsterId": 2022011 + }, + { + "groupId": 3, + "instId": 200005, + "eventId": 40232014, + "pos": { + "x": -410370, + "y": -34528, + "z": -850 + }, + "rot": { + "x": 0, + "y": 277284, + "z": 0 + }, + "monsterId": 2022011 + }, + { + "groupId": 3, + "instId": 200010, + "eventId": 40232016, + "pos": { + "x": -403940, + "y": -34556, + "z": 25680 + }, + "rot": { + "x": 0, + "y": 180708, + "z": 0 + }, + "monsterId": 2022061 + }, + { + "groupId": 3, + "instId": 200017, + "eventId": 40232017, + "pos": { + "x": -394100, + "y": -34673, + "z": 17630 + }, + "rot": { + "x": 0, + "y": 238990, + "z": 0 + }, + "monsterId": 2022011 + }, + { + "groupId": 3, + "instId": 200008, + "eventId": 40232018, + "pos": { + "x": -359650, + "y": -37109, + "z": 16460 + }, + "rot": { + "x": 0, + "y": 218809, + "z": 0 + }, + "monsterId": 2022011 + }, + { + "groupId": 3, + "instId": 200009, + "eventId": 40232019, + "pos": { + "x": -334840, + "y": -36770, + "z": 43360 + }, + "rot": { + "x": 0, + "y": 290790, + "z": 0 + }, + "monsterId": 2022011 + }, + { + "groupId": 3, + "instId": 200011, + "eventId": 40232021, + "pos": { + "x": -323770, + "y": -36091, + "z": 59380 + }, + "rot": { + "x": 0, + "y": 295804, + "z": 0 + }, + "monsterId": 2022011 + }, + { + "groupId": 3, + "instId": 200015, + "eventId": 40232023, + "pos": { + "x": -307840, + "y": -35513, + "z": 41380 + }, + "rot": { + "x": 0, + "y": 309222, + "z": 0 + }, + "monsterId": 2022011 + }, + { + "groupId": 3, + "instId": 200013, + "eventId": 40232024, + "pos": { + "x": -321440, + "y": -29320, + "z": 8160 + }, + "rot": { + "x": 0, + "y": 12814, + "z": 0 + }, + "monsterId": 2022061 + }, + { + "groupId": 3, + "instId": 200014, + "eventId": 40232025, + "pos": { + "x": -317431, + "y": -29518, + "z": 14534 + }, + "rot": { + "x": 0, + "y": 342814, + "z": 0 + }, + "monsterId": 2022011 + }, + { + "groupId": 3, + "instId": 200004, + "eventId": 40232026, + "pos": { + "x": -339210, + "y": -29462, + "z": 6190 + }, + "rot": { + "x": 0, + "y": 93535, + "z": 0 + }, + "monsterId": 2022061 + } + ], + "teleports": [ + { + "anchorId": 2, + "groupId": 6, + "instId": 300002, + "pos": { + "x": -434610, + "y": -34147, + "z": 4930 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 40233, + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": -132065, + "y": 32789, + "z": -60626 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "monsters": [], + "teleports": [] + }, + { + "planeID": 40234, + "props": [ + { + "groupId": 29, + "instId": 300001, + "propState": 8, + "pos": { + "x": 40057, + "y": 5922, + "z": -27641 + }, + "rot": { + "x": 0, + "y": 331445, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 29, + "instId": 300002, + "propState": 8, + "pos": { + "x": 36912, + "y": 6494, + "z": -28893 + }, + "rot": { + "x": 0, + "y": 22663, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 29, + "instId": 300003, + "propState": 8, + "pos": { + "x": 42464, + "y": 4727, + "z": -30671 + }, + "rot": { + "x": 0, + "y": 139696, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 29, + "instId": 300004, + "propState": 8, + "pos": { + "x": -65787, + "y": 16145, + "z": 11231 + }, + "rot": { + "x": 0, + "y": 152440, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 29, + "instId": 300005, + "propState": 8, + "pos": { + "x": -147050, + "y": 11468, + "z": 45349 + }, + "rot": { + "x": 0, + "y": 312177, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 29, + "instId": 300006, + "propState": 8, + "pos": { + "x": -79524, + "y": 17650, + "z": 16988 + }, + "rot": { + "x": 0, + "y": 129162, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 29, + "instId": 300007, + "propState": 8, + "pos": { + "x": -55251, + "y": 15768, + "z": -18107 + }, + "rot": { + "x": 0, + "y": 133257, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 29, + "instId": 300008, + "propState": 8, + "pos": { + "x": -100993, + "y": 17555, + "z": 22965 + }, + "rot": { + "x": 0, + "y": 191791, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 29, + "instId": 300009, + "propState": 8, + "pos": { + "x": 29942, + "y": 5669, + "z": -37396 + }, + "rot": { + "x": 0, + "y": 142169, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 29, + "instId": 300010, + "propState": 8, + "pos": { + "x": 30131, + "y": 5510, + "z": -38832 + }, + "rot": { + "x": 0, + "y": 124180, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 29, + "instId": 300011, + "propState": 8, + "pos": { + "x": 38757, + "y": 7157, + "z": -23940 + }, + "rot": { + "x": 0, + "y": 329666, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 29, + "instId": 300012, + "propState": 8, + "pos": { + "x": 32856, + "y": 7301, + "z": -26982 + }, + "rot": { + "x": 0, + "y": 329369, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 29, + "instId": 300013, + "propState": 8, + "pos": { + "x": 49600, + "y": 4202, + "z": -27815 + }, + "rot": { + "x": 0, + "y": 113846, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 29, + "instId": 300014, + "propState": 8, + "pos": { + "x": 32826, + "y": 4943, + "z": -36666 + }, + "rot": { + "x": 0, + "y": 356478, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 29, + "instId": 300015, + "propState": 8, + "pos": { + "x": 826, + "y": 1007, + "z": -81929 + }, + "rot": { + "x": 0, + "y": 336627, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 29, + "instId": 300016, + "propState": 8, + "pos": { + "x": 21439, + "y": 13443, + "z": -30370 + }, + "rot": { + "x": 0, + "y": 326258, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 29, + "instId": 300017, + "propState": 8, + "pos": { + "x": 17464, + "y": 4010, + "z": -61361 + }, + "rot": { + "x": 0, + "y": 328607, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 29, + "instId": 300018, + "propState": 8, + "pos": { + "x": -7647, + "y": 19481, + "z": -5926 + }, + "rot": { + "x": 0, + "y": 310566, + "z": 0 + }, + "propId": 100 + } + ], + "monsters": [], + "teleports": [] + }, + { + "planeID": 40235, + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 8, + "pos": { + "x": 72794, + "y": 44310, + "z": -9484 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 10, + "instId": 300005, + "propState": 8, + "pos": { + "x": 10966, + "y": 36279, + "z": 22437 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 2, + "pos": { + "x": 10966, + "y": 36279, + "z": 22437 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102103 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 2, + "pos": { + "x": 12990, + "y": 38203, + "z": 16170 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 2, + "pos": { + "x": 9900, + "y": 13862, + "z": 30230 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 10, + "instId": 300004, + "propState": 8, + "pos": { + "x": 7800, + "y": 13884, + "z": 25600 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300005, + "propState": 8, + "pos": { + "x": 11570, + "y": 42010, + "z": -13313 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 2, + "pos": { + "x": 11570, + "y": 42010, + "z": -13313 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102103 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 8, + "pos": { + "x": 16152, + "y": 43958, + "z": -16770 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 8, + "pos": { + "x": 5340, + "y": 16121, + "z": -8680 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 11, + "instId": 300004, + "propState": 8, + "pos": { + "x": 7490, + "y": 16121, + "z": -13310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 2, + "pos": { + "x": -30220, + "y": 13900, + "z": 17271 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102083 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 2, + "pos": { + "x": -62844, + "y": 13900, + "z": 30960 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102083 + }, + { + "groupId": 12, + "instId": 300003, + "propState": 2, + "pos": { + "x": -76357, + "y": 13900, + "z": 63584 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102083 + }, + { + "groupId": 12, + "instId": 300004, + "propState": 8, + "pos": { + "x": -30000, + "y": 10040, + "z": 63500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102102 + }, + { + "groupId": 14, + "instId": 300001, + "propState": 8, + "pos": { + "x": 42430, + "y": 42415, + "z": -47221 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 8, + "pos": { + "x": 83514, + "y": 45702, + "z": -12234 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 14, + "instId": 300003, + "propState": 8, + "pos": { + "x": 15230, + "y": 43965, + "z": -13610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 1, + "groupId": 9, + "instId": 300001, + "pos": { + "x": 76890, + "y": 44010, + "z": -5050 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 40236, + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 8, + "pos": { + "x": 2760, + "y": 300, + "z": 2520 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 8, + "pos": { + "x": 23660, + "y": -3300, + "z": -12600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 2, + "groupId": 4, + "instId": 300002, + "pos": { + "x": 24120, + "y": -3600, + "z": -15220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 40237, + "props": [ + { + "groupId": 19, + "instId": 300001, + "propState": 8, + "pos": { + "x": -42200, + "y": 2430, + "z": -134490 + }, + "rot": { + "x": 0, + "y": 91933, + "z": 0 + }, + "propId": 102035 + }, + { + "groupId": 28, + "instId": 300001, + "propState": 8, + "pos": { + "x": -40660, + "y": -2038, + "z": -74690 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 28, + "instId": 300002, + "propState": 8, + "pos": { + "x": 32300, + "y": 3600, + "z": -36330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": -40660, + "y": -2038, + "z": -74690 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 8, + "pos": { + "x": 32300, + "y": 3600, + "z": -36330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 26, + "instId": 300001, + "propState": 8, + "pos": { + "x": 19520, + "y": 6320, + "z": 56040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102035 + }, + { + "groupId": 26, + "instId": 300002, + "propState": 8, + "pos": { + "x": 26920, + "y": 9410, + "z": 61240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102035 + }, + { + "groupId": 26, + "instId": 300003, + "propState": 8, + "pos": { + "x": 24759, + "y": 3745, + "z": 61040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102035 + }, + { + "groupId": 26, + "instId": 300004, + "propState": 8, + "pos": { + "x": 30160, + "y": 7290, + "z": 66253 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102035 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 2, + "groupId": 28, + "instId": 300001, + "pos": { + "x": -33410, + "y": -727, + "z": -60790 + }, + "rot": { + "x": 0, + "y": 6906, + "z": 0 + }, + "teleportId": 1020203 + }, + { + "anchorId": 3, + "groupId": 28, + "instId": 300002, + "pos": { + "x": 37598, + "y": 3760, + "z": -36308 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "teleportId": 1020204 + }, + { + "anchorId": 2, + "groupId": 5, + "instId": 300001, + "pos": { + "x": -33410, + "y": -727, + "z": -60790 + }, + "rot": { + "x": 0, + "y": 6906, + "z": 0 + }, + "teleportId": 1020203 + }, + { + "anchorId": 3, + "groupId": 5, + "instId": 300002, + "pos": { + "x": 37598, + "y": 3760, + "z": -36308 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "teleportId": 1020204 + } + ] + }, + { + "planeID": 40238, + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 8, + "pos": { + "x": -32320, + "y": 2740, + "z": 63590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102187 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 2, + "pos": { + "x": -30053, + "y": 3662, + "z": 63600 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102196 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 8, + "pos": { + "x": -32366, + "y": 4134, + "z": 61000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 137 + }, + { + "groupId": 23, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + }, + { + "groupId": 30, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + }, + { + "groupId": 31, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + }, + { + "groupId": 32, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + }, + { + "groupId": 33, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + }, + { + "groupId": 34, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + }, + { + "groupId": 35, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "monsters": [], + "teleports": [] + }, + { + "planeID": 40242, + "props": [ + { + "groupId": 27, + "instId": 300001, + "propState": 8, + "pos": { + "x": 22260, + "y": 0, + "z": 19610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 8, + "pos": { + "x": 24167, + "y": -34225, + "z": -39219 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102238 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 8, + "pos": { + "x": 20983, + "y": -18077, + "z": -41330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102238 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 8, + "pos": { + "x": 39998, + "y": -18064, + "z": 51774 + }, + "rot": { + "x": 0, + "y": 89999, + "z": 0 + }, + "propId": 102238 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 8, + "pos": { + "x": 26178, + "y": -43714, + "z": 45679 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102238 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 8, + "pos": { + "x": -25851, + "y": -51688, + "z": 55293 + }, + "rot": { + "x": 0, + "y": 89999, + "z": 0 + }, + "propId": 102238 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 8, + "pos": { + "x": -25567, + "y": -51729, + "z": -39376 + }, + "rot": { + "x": 0, + "y": 179999, + "z": 0 + }, + "propId": 102238 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 8, + "pos": { + "x": -41845, + "y": -18091, + "z": 51772 + }, + "rot": { + "x": 0, + "y": 269999, + "z": 0 + }, + "propId": 102238 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 8, + "pos": { + "x": -22889, + "y": -18077, + "z": -41134 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102238 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 1, + "pos": { + "x": 44056, + "y": -18091, + "z": 43494 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102263 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 1, + "pos": { + "x": 26848, + "y": -44344, + "z": 91733 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102240 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 1, + "pos": { + "x": -57220, + "y": -46469, + "z": 54845 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102240 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 1, + "pos": { + "x": -57145, + "y": -46469, + "z": 43295 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102240 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 1, + "pos": { + "x": -1280, + "y": -43684, + "z": 37341 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102239 + }, + { + "groupId": 12, + "instId": 300003, + "propState": 1, + "pos": { + "x": -1320, + "y": -43670, + "z": 56105 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102239 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 1, + "pos": { + "x": -63060, + "y": -46490, + "z": 27609 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102239 + }, + { + "groupId": 13, + "instId": 300006, + "propState": 1, + "pos": { + "x": -34100, + "y": -51730, + "z": 5650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102239 + }, + { + "groupId": 13, + "instId": 300005, + "propState": 1, + "pos": { + "x": -63100, + "y": -46490, + "z": -16101 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102239 + }, + { + "groupId": 14, + "instId": 300007, + "propState": 1, + "pos": { + "x": -45789, + "y": -18100, + "z": 43628 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102263 + }, + { + "groupId": 15, + "instId": 300008, + "propState": 1, + "pos": { + "x": 377, + "y": -51888, + "z": 115753 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102239 + }, + { + "groupId": 16, + "instId": 300009, + "propState": 1, + "pos": { + "x": -14500, + "y": -51730, + "z": -25578 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102239 + }, + { + "groupId": 16, + "instId": 300010, + "propState": 1, + "pos": { + "x": -21750, + "y": -51730, + "z": 36946 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102239 + }, + { + "groupId": 21, + "instId": 300002, + "propState": 8, + "pos": { + "x": 3422, + "y": -25769, + "z": -8774 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 2, + "groupId": 21, + "instId": 300002, + "pos": { + "x": -650, + "y": -26069, + "z": -7400 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2013601 + } + ] + }, + { + "planeID": 40243, + "props": [ + { + "groupId": 2, + "instId": 300001, + "propState": 8, + "pos": { + "x": -30702, + "y": 3124, + "z": 14941 + }, + "rot": { + "x": 0, + "y": 175403, + "z": 0 + }, + "propId": 3002 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 1, + "groupId": 2, + "instId": 300001, + "pos": { + "x": -33590, + "y": 3120, + "z": 10650 + }, + "rot": { + "x": 0, + "y": 180711, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 40301, + "props": [ + { + "groupId": 4, + "instId": 300002, + "propState": 1, + "pos": { + "x": 34205, + "y": 172241, + "z": 61090 + }, + "rot": { + "x": 0, + "y": 140342, + "z": 0 + }, + "propId": 100075 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 8, + "pos": { + "x": 50100, + "y": 172307, + "z": 34560 + }, + "rot": { + "x": 0, + "y": 320342, + "z": 0 + }, + "propId": 100076 + }, + { + "groupId": 4, + "instId": 300005, + "propState": 1, + "pos": { + "x": 4961, + "y": 172283, + "z": -85700 + }, + "rot": { + "x": 0, + "y": 264500, + "z": 0 + }, + "propId": 100076 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 1, + "pos": { + "x": -61141, + "y": 177569, + "z": 41487 + }, + "rot": { + "x": 0, + "y": 140000, + "z": 0 + }, + "propId": 100079 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 8, + "pos": { + "x": 86620, + "y": 411956, + "z": -14145 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100075 + }, + { + "groupId": 4, + "instId": 300006, + "propState": 8, + "pos": { + "x": -92635, + "y": 411956, + "z": -14145 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100075 + }, + { + "groupId": 4, + "instId": 300007, + "propState": 1, + "pos": { + "x": -45550, + "y": 182859, + "z": 37610 + }, + "rot": { + "x": 0, + "y": 50364, + "z": 0 + }, + "propId": 100075 + }, + { + "groupId": 4, + "instId": 300008, + "propState": 1, + "pos": { + "x": -5492, + "y": 172245, + "z": 69006 + }, + "rot": { + "x": 0, + "y": 230342, + "z": 0 + }, + "propId": 100075 + }, + { + "groupId": 4, + "instId": 300009, + "propState": 8, + "pos": { + "x": -15850, + "y": 180925, + "z": -96000 + }, + "rot": { + "x": 0, + "y": 309500, + "z": 0 + }, + "propId": 100075 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": 3000, + "y": 185029, + "z": 4000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": -44708, + "y": 182921, + "z": -66187 + }, + "rot": { + "x": 0, + "y": 309500, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 8, + "pos": { + "x": -44708, + "y": 182881, + "z": -66187 + }, + "rot": { + "x": 0, + "y": 219500, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 8, + "pos": { + "x": -41523, + "y": 182862, + "z": -65074 + }, + "rot": { + "x": 0, + "y": 127079, + "z": 0 + }, + "propId": 100078 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 8, + "pos": { + "x": 73228, + "y": 172441, + "z": -14226 + }, + "rot": { + "x": 0, + "y": 90756, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 6, + "instId": 300005, + "propState": 8, + "pos": { + "x": 75259, + "y": 172424, + "z": -14232 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 6, + "instId": 300006, + "propState": 1, + "pos": { + "x": 13956, + "y": 172295, + "z": 85557 + }, + "rot": { + "x": 0, + "y": 185733, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 6, + "instId": 300007, + "propState": 1, + "pos": { + "x": 13963, + "y": 172245, + "z": 85628 + }, + "rot": { + "x": 0, + "y": 275733, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 6, + "instId": 300008, + "propState": 1, + "pos": { + "x": -57770, + "y": 177580, + "z": 51330 + }, + "rot": { + "x": 0, + "y": 230342, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 6, + "instId": 300009, + "propState": 1, + "pos": { + "x": -57761, + "y": 177536, + "z": 51337 + }, + "rot": { + "x": 0, + "y": 320342, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 6, + "instId": 300010, + "propState": 8, + "pos": { + "x": -15429, + "y": 177436, + "z": -121681 + }, + "rot": { + "x": 0, + "y": 309500, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 6, + "instId": 300011, + "propState": 1, + "pos": { + "x": 12105, + "y": 174893, + "z": -104320 + }, + "rot": { + "x": 0, + "y": 309500, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 6, + "instId": 300012, + "propState": 8, + "pos": { + "x": 25850, + "y": 172261, + "z": 50783 + }, + "rot": { + "x": 0, + "y": 95342, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 6, + "instId": 300013, + "propState": 8, + "pos": { + "x": 22247, + "y": 172300, + "z": 64676 + }, + "rot": { + "x": 0, + "y": 50342, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 6, + "instId": 300014, + "propState": 8, + "pos": { + "x": -15420, + "y": 177421, + "z": -121688 + }, + "rot": { + "x": 0, + "y": 219500, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 6, + "instId": 300015, + "propState": 1, + "pos": { + "x": 12138, + "y": 174878, + "z": -104347 + }, + "rot": { + "x": 0, + "y": 219500, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 6, + "instId": 300016, + "propState": 8, + "pos": { + "x": 25865, + "y": 172246, + "z": 50781 + }, + "rot": { + "x": 0, + "y": 5342, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 6, + "instId": 300017, + "propState": 8, + "pos": { + "x": 22300, + "y": 172252, + "z": 64720 + }, + "rot": { + "x": 0, + "y": 320342, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": 2322, + "y": 420480, + "z": -26583 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 8, + "pos": { + "x": -14697, + "y": 172242, + "z": 66319 + }, + "rot": { + "x": 0, + "y": 356870, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 8, + "pos": { + "x": -51130, + "y": 177527, + "z": 58709 + }, + "rot": { + "x": 0, + "y": 348385, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 8, + "pos": { + "x": -51258, + "y": 182868, + "z": -77349 + }, + "rot": { + "x": 0, + "y": 348385, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 9, + "instId": 300004, + "propState": 8, + "pos": { + "x": -46951, + "y": 182862, + "z": -59045 + }, + "rot": { + "x": 0, + "y": 356870, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 9, + "instId": 300006, + "propState": 8, + "pos": { + "x": 10699, + "y": 180920, + "z": -103198 + }, + "rot": { + "x": 0, + "y": 348385, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 8, + "pos": { + "x": 5867, + "y": 177350, + "z": -120715 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 1, + "groupId": 17, + "instId": 300001, + "pos": { + "x": 1570, + "y": 177412, + "z": -120840 + }, + "rot": { + "x": 0, + "y": 350481, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 40302, + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": -270, + "y": 14790, + "z": 74295 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103134 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 8, + "pos": { + "x": -341, + "y": 14790, + "z": 89637 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103134 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 8, + "pos": { + "x": -91, + "y": 14790, + "z": 104951 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103134 + }, + { + "groupId": 3, + "instId": 300005, + "propState": 101, + "pos": { + "x": -136492, + "y": 14340, + "z": 155115 + }, + "rot": { + "x": 0, + "y": 330890, + "z": 0 + }, + "propId": 103134 + }, + { + "groupId": 3, + "instId": 300006, + "propState": 101, + "pos": { + "x": -112435, + "y": 14340, + "z": 122459 + }, + "rot": { + "x": 0, + "y": 310860, + "z": 0 + }, + "propId": 103134 + }, + { + "groupId": 3, + "instId": 300007, + "propState": 8, + "pos": { + "x": -156668, + "y": 14340, + "z": 222430 + }, + "rot": { + "x": 0, + "y": 172437, + "z": 0 + }, + "propId": 103134 + }, + { + "groupId": 3, + "instId": 300008, + "propState": 101, + "pos": { + "x": 112476, + "y": 14460, + "z": 122330 + }, + "rot": { + "x": 0, + "y": 227388, + "z": 0 + }, + "propId": 103134 + }, + { + "groupId": 3, + "instId": 300009, + "propState": 101, + "pos": { + "x": 136535, + "y": 14340, + "z": 155189 + }, + "rot": { + "x": 0, + "y": 209110, + "z": 0 + }, + "propId": 103134 + }, + { + "groupId": 3, + "instId": 300010, + "propState": 8, + "pos": { + "x": 156668, + "y": 14340, + "z": 222430 + }, + "rot": { + "x": 0, + "y": 187563, + "z": 0 + }, + "propId": 103134 + }, + { + "groupId": 3, + "instId": 300004, + "propState": 8, + "pos": { + "x": -461, + "y": 14610, + "z": 120291 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103134 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 1, + "pos": { + "x": -9873, + "y": 11380, + "z": 37826 + }, + "rot": { + "x": 0, + "y": 89757, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300015, + "propState": 1, + "pos": { + "x": -16192, + "y": 11380, + "z": 37800 + }, + "rot": { + "x": 0, + "y": 89757, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 8, + "pos": { + "x": 62724, + "y": 4233, + "z": 136965 + }, + "rot": { + "x": 0, + "y": 324210, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 8, + "pos": { + "x": 110189, + "y": 2463, + "z": 198517 + }, + "rot": { + "x": 0, + "y": 284705, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 8, + "pos": { + "x": -62740, + "y": 4240, + "z": 136945 + }, + "rot": { + "x": 0, + "y": 35790, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300005, + "propState": 8, + "pos": { + "x": -110382, + "y": 2463, + "z": 198504 + }, + "rot": { + "x": 0, + "y": 75295, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300006, + "propState": 1, + "pos": { + "x": -118800, + "y": 14686, + "z": 143019 + }, + "rot": { + "x": 0, + "y": 52497, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300007, + "propState": 1, + "pos": { + "x": 118800, + "y": 14686, + "z": 143019 + }, + "rot": { + "x": 0, + "y": 307503, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300009, + "propState": 101, + "pos": { + "x": 10274, + "y": 11503, + "z": 5174 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300016, + "propState": 101, + "pos": { + "x": 34219, + "y": 11503, + "z": 5174 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300008, + "propState": 8, + "pos": { + "x": 9586, + "y": 11320, + "z": 37640 + }, + "rot": { + "x": 0, + "y": 88735, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300010, + "propState": 8, + "pos": { + "x": -10476, + "y": 11503, + "z": 5085 + }, + "rot": { + "x": 0, + "y": 89757, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300011, + "propState": 8, + "pos": { + "x": -126957, + "y": 14540, + "z": 154869 + }, + "rot": { + "x": 0, + "y": 58598, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300012, + "propState": 8, + "pos": { + "x": -109972, + "y": 14540, + "z": 132162 + }, + "rot": { + "x": 0, + "y": 48549, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300013, + "propState": 8, + "pos": { + "x": 109973, + "y": 14540, + "z": 132162 + }, + "rot": { + "x": 0, + "y": 311451, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300014, + "propState": 8, + "pos": { + "x": 126957, + "y": 14540, + "z": 154869 + }, + "rot": { + "x": 0, + "y": 301402, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 15, + "instId": 300001, + "propState": 8, + "pos": { + "x": 7725, + "y": 3198, + "z": 251277 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 1, + "groupId": 15, + "instId": 300001, + "pos": { + "x": 20, + "y": 3198, + "z": 251490 + }, + "rot": { + "x": 0, + "y": 375, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 40312, + "props": [], + "monsters": [], + "teleports": [] + }, + { + "planeID": 40401, + "props": [ + { + "groupId": 5, + "instId": 300003, + "propState": 1, + "pos": { + "x": 236879, + "y": 103740, + "z": 236270 + }, + "rot": { + "x": 0, + "y": 7500, + "z": 0 + }, + "propId": 104007 + }, + { + "groupId": 5, + "instId": 300004, + "propState": 1, + "pos": { + "x": 212126, + "y": 103740, + "z": 279143 + }, + "rot": { + "x": 0, + "y": 112500, + "z": 0 + }, + "propId": 104007 + }, + { + "groupId": 5, + "instId": 300005, + "propState": 1, + "pos": { + "x": 188042, + "y": 104656, + "z": 276986 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 104007 + }, + { + "groupId": 5, + "instId": 300006, + "propState": 1, + "pos": { + "x": 159686, + "y": 100793, + "z": 300619 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 104007 + }, + { + "groupId": 5, + "instId": 300007, + "propState": 1, + "pos": { + "x": 143159, + "y": 100976, + "z": 309937 + }, + "rot": { + "x": 0, + "y": 293966, + "z": 0 + }, + "propId": 104007 + }, + { + "groupId": 5, + "instId": 300011, + "propState": 1, + "pos": { + "x": 291750, + "y": 105971, + "z": 185290 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 104018 + }, + { + "groupId": 5, + "instId": 300012, + "propState": 1, + "pos": { + "x": 241740, + "y": 101971, + "z": 163320 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 104018 + }, + { + "groupId": 5, + "instId": 300010, + "propState": 1, + "pos": { + "x": 353829, + "y": 107971, + "z": 203773 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 104018 + }, + { + "groupId": 36, + "instId": 300001, + "propState": 8, + "pos": { + "x": 13898, + "y": 2940, + "z": -326604 + }, + "rot": { + "x": 0, + "y": 85115, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 36, + "instId": 300002, + "propState": 8, + "pos": { + "x": 48637, + "y": -6032, + "z": -384673 + }, + "rot": { + "x": 0, + "y": 32325, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 113, + "instId": 300001, + "propState": 1, + "pos": { + "x": 312570, + "y": 109590, + "z": 314512 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 113, + "instId": 300002, + "propState": 1, + "pos": { + "x": 311898, + "y": 152508, + "z": 314894 + }, + "rot": { + "x": 0, + "y": 91953, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 113, + "instId": 300003, + "propState": 1, + "pos": { + "x": 316455, + "y": 152200, + "z": 310770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104002 + }, + { + "groupId": 113, + "instId": 300004, + "propState": 1, + "pos": { + "x": 316207, + "y": 109404, + "z": 310730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104013 + }, + { + "groupId": 113, + "instId": 300005, + "propState": 1, + "pos": { + "x": 316207, + "y": 152404, + "z": 310730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104013 + }, + { + "groupId": 114, + "instId": 300001, + "propState": 1, + "pos": { + "x": 178747, + "y": 106883, + "z": 365253 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104001 + }, + { + "groupId": 114, + "instId": 300002, + "propState": 1, + "pos": { + "x": 178747, + "y": 168079, + "z": 365253 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104001 + }, + { + "groupId": 114, + "instId": 300003, + "propState": 1, + "pos": { + "x": 178747, + "y": 106883, + "z": 365253 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104014 + }, + { + "groupId": 114, + "instId": 300004, + "propState": 1, + "pos": { + "x": 178747, + "y": 168079, + "z": 365253 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104014 + }, + { + "groupId": 130, + "instId": 300001, + "propState": 8, + "pos": { + "x": -119259, + "y": 18049, + "z": -201242 + }, + "rot": { + "x": 0, + "y": 211662, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 130, + "instId": 300002, + "propState": 8, + "pos": { + "x": 104995, + "y": 98470, + "z": 188771 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 130, + "instId": 300004, + "propState": 8, + "pos": { + "x": -119259, + "y": 18058, + "z": -201242 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 130, + "instId": 300005, + "propState": 8, + "pos": { + "x": 104977, + "y": 98481, + "z": 188670 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 132, + "instId": 300002, + "propState": 1, + "pos": { + "x": -108024, + "y": 16240, + "z": -236226 + }, + "rot": { + "x": 0, + "y": 179393, + "z": 0 + }, + "propId": 104036 + }, + { + "groupId": 133, + "instId": 300001, + "propState": 2, + "pos": { + "x": -14980, + "y": 3350, + "z": -283160 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104012 + }, + { + "groupId": 133, + "instId": 300002, + "propState": 2, + "pos": { + "x": -146909, + "y": 15640, + "z": -263311 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104012 + }, + { + "groupId": 133, + "instId": 300003, + "propState": 2, + "pos": { + "x": 158376, + "y": 105750, + "z": 344739 + }, + "rot": { + "x": 0, + "y": 224478, + "z": 0 + }, + "propId": 104012 + }, + { + "groupId": 133, + "instId": 300004, + "propState": 2, + "pos": { + "x": 219888, + "y": 97644, + "z": 168466 + }, + "rot": { + "x": 0, + "y": 150238, + "z": 0 + }, + "propId": 104012 + }, + { + "groupId": 133, + "instId": 300005, + "propState": 2, + "pos": { + "x": 352900, + "y": 107971, + "z": 220700 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 104012 + }, + { + "groupId": 133, + "instId": 300006, + "propState": 2, + "pos": { + "x": 183911, + "y": 101250, + "z": 304708 + }, + "rot": { + "x": 0, + "y": 329129, + "z": 0 + }, + "propId": 104012 + }, + { + "groupId": 133, + "instId": 300007, + "propState": 2, + "pos": { + "x": -79120, + "y": 14778, + "z": -283515 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104012 + }, + { + "groupId": 134, + "instId": 300001, + "propState": 2, + "pos": { + "x": 149769, + "y": 105603, + "z": 359377 + }, + "rot": { + "x": 0, + "y": 328717, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 134, + "instId": 300002, + "propState": 2, + "pos": { + "x": 207644, + "y": 101150, + "z": 324766 + }, + "rot": { + "x": 0, + "y": 106681, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 134, + "instId": 300003, + "propState": 2, + "pos": { + "x": 232368, + "y": 103803, + "z": 225356 + }, + "rot": { + "x": 0, + "y": 59779, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 134, + "instId": 300004, + "propState": 2, + "pos": { + "x": 204888, + "y": 167519, + "z": 391480 + }, + "rot": { + "x": 0, + "y": 329375, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 134, + "instId": 300005, + "propState": 2, + "pos": { + "x": 223904, + "y": 98770, + "z": 126573 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 134, + "instId": 300006, + "propState": 2, + "pos": { + "x": -132996, + "y": 26164, + "z": -252218 + }, + "rot": { + "x": 0, + "y": 180283, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 134, + "instId": 300007, + "propState": 2, + "pos": { + "x": 273980, + "y": 102144, + "z": 178507 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 134, + "instId": 300008, + "propState": 2, + "pos": { + "x": -122258, + "y": 15622, + "z": -283638 + }, + "rot": { + "x": 0, + "y": 180849, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 134, + "instId": 300009, + "propState": 2, + "pos": { + "x": 287160, + "y": 102129, + "z": 293884 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 135, + "instId": 300001, + "propState": 8, + "pos": { + "x": -43750, + "y": 5920, + "z": -276614 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 135, + "instId": 300002, + "propState": 8, + "pos": { + "x": -57553, + "y": 8117, + "z": -220071 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 135, + "instId": 300003, + "propState": 8, + "pos": { + "x": 221238, + "y": 167913, + "z": 358003 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 135, + "instId": 300004, + "propState": 8, + "pos": { + "x": 288485, + "y": 105971, + "z": 204066 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 135, + "instId": 300005, + "propState": 8, + "pos": { + "x": 227230, + "y": 100770, + "z": 344110 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 135, + "instId": 300006, + "propState": 8, + "pos": { + "x": -106333, + "y": 13880, + "z": -289783 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 135, + "instId": 300007, + "propState": 8, + "pos": { + "x": 210175, + "y": 103536, + "z": 287540 + }, + "rot": { + "x": 0, + "y": 202254, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 135, + "instId": 300008, + "propState": 8, + "pos": { + "x": 209956, + "y": 104654, + "z": 224433 + }, + "rot": { + "x": 0, + "y": 59128, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 137, + "instId": 300001, + "propState": 8, + "pos": { + "x": -1540, + "y": 4866, + "z": -287650 + }, + "rot": { + "x": 0, + "y": 269808, + "z": 0 + }, + "propId": 104060 + }, + { + "groupId": 137, + "instId": 300002, + "propState": 8, + "pos": { + "x": 77893, + "y": -4450, + "z": -498633 + }, + "rot": { + "x": 0, + "y": 253178, + "z": 0 + }, + "propId": 104060 + }, + { + "groupId": 137, + "instId": 300003, + "propState": 8, + "pos": { + "x": 178203, + "y": 95088, + "z": 175242 + }, + "rot": { + "x": 0, + "y": 253178, + "z": 0 + }, + "propId": 104060 + }, + { + "groupId": 138, + "instId": 300002, + "propState": 8, + "pos": { + "x": -96180, + "y": 14290, + "z": -293280 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104067 + }, + { + "groupId": 142, + "instId": 300001, + "propState": 8, + "pos": { + "x": 103250, + "y": -5670, + "z": -498060 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 142, + "instId": 300002, + "propState": 8, + "pos": { + "x": -125340, + "y": 16551, + "z": -236690 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 142, + "instId": 300003, + "propState": 8, + "pos": { + "x": 176769, + "y": 103453, + "z": 238651 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 142, + "instId": 300004, + "propState": 8, + "pos": { + "x": 2980, + "y": 3690, + "z": -298960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 40, + "instId": 300001, + "propState": 1, + "pos": { + "x": -24496, + "y": 11648, + "z": 46622 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 40, + "instId": 300002, + "propState": 1, + "pos": { + "x": -33947, + "y": 13644, + "z": -20620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 40, + "instId": 300003, + "propState": 1, + "pos": { + "x": -14713, + "y": 13644, + "z": -20676 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 40, + "instId": 300004, + "propState": 8, + "pos": { + "x": -45247, + "y": 11654, + "z": 28676 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 40, + "instId": 300005, + "propState": 8, + "pos": { + "x": -24500, + "y": 11624, + "z": 62161 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104005 + }, + { + "groupId": 40, + "instId": 300006, + "propState": 1, + "pos": { + "x": -24492, + "y": 13655, + "z": -36470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 43, + "instId": 300003, + "propState": 1, + "pos": { + "x": 44980, + "y": -153, + "z": -65200 + }, + "rot": { + "x": 0, + "y": 79832, + "z": 0 + }, + "propId": 104045 + }, + { + "groupId": 60, + "instId": 300001, + "propState": 1, + "pos": { + "x": -24321, + "y": 11696, + "z": 37244 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104029 + }, + { + "groupId": 62, + "instId": 300001, + "propState": 8, + "pos": { + "x": -24300, + "y": 12310, + "z": 32120 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 62, + "instId": 300002, + "propState": 8, + "pos": { + "x": -24400, + "y": 12755, + "z": 21240 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 62, + "instId": 300003, + "propState": 8, + "pos": { + "x": -21070, + "y": 12658, + "z": 19710 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 62, + "instId": 300004, + "propState": 8, + "pos": { + "x": -27520, + "y": 12707, + "z": 19710 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 62, + "instId": 300005, + "propState": 8, + "pos": { + "x": -24350, + "y": 11646, + "z": 22430 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 63, + "instId": 300001, + "propState": 8, + "pos": { + "x": 40997, + "y": -214, + "z": -85414 + }, + "rot": { + "x": 0, + "y": 32500, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 68, + "instId": 300001, + "propState": 8, + "pos": { + "x": -3060, + "y": 7750, + "z": 79760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 68, + "instId": 300002, + "propState": 8, + "pos": { + "x": -24790, + "y": 13944, + "z": -29630 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 74, + "instId": 300001, + "propState": 8, + "pos": { + "x": 44540, + "y": -171, + "z": -77350 + }, + "rot": { + "x": 0, + "y": 300084, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 74, + "instId": 300004, + "propState": 8, + "pos": { + "x": 52520, + "y": -204, + "z": -68280 + }, + "rot": { + "x": 0, + "y": 299800, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 74, + "instId": 300005, + "propState": 8, + "pos": { + "x": 64320, + "y": -149, + "z": -45340 + }, + "rot": { + "x": 0, + "y": 291503, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 74, + "instId": 300002, + "propState": 8, + "pos": { + "x": 69120, + "y": -171, + "z": -27210 + }, + "rot": { + "x": 0, + "y": 277592, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 74, + "instId": 300003, + "propState": 8, + "pos": { + "x": 70290, + "y": -171, + "z": -12410 + }, + "rot": { + "x": 0, + "y": 269420, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 74, + "instId": 300006, + "propState": 8, + "pos": { + "x": 70970, + "y": -204, + "z": -12270 + }, + "rot": { + "x": 0, + "y": 269279, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 74, + "instId": 300007, + "propState": 8, + "pos": { + "x": 64180, + "y": -204, + "z": 18950 + }, + "rot": { + "x": 0, + "y": 247872, + "z": 0 + }, + "propId": 100 + } + ], + "monsters": [ + { + "groupId": 36, + "instId": 200001, + "eventId": 20411051, + "pos": { + "x": 31770, + "y": -4773, + "z": -377050 + }, + "rot": { + "x": 0, + "y": 328685, + "z": 0 + }, + "monsterId": 4012010 + }, + { + "groupId": 36, + "instId": 200002, + "eventId": 20411052, + "pos": { + "x": 22560, + "y": -2953, + "z": -367330 + }, + "rot": { + "x": 0, + "y": 358194, + "z": 0 + }, + "monsterId": 4012020 + }, + { + "groupId": 36, + "instId": 200003, + "eventId": 20411053, + "pos": { + "x": 21870, + "y": 180, + "z": -347120 + }, + "rot": { + "x": 0, + "y": 208742, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 36, + "instId": 200004, + "eventId": 20411054, + "pos": { + "x": 10630, + "y": 1721, + "z": -339380 + }, + "rot": { + "x": 0, + "y": 105498, + "z": 0 + }, + "monsterId": 4012010 + } + ], + "teleports": [ + { + "anchorId": 4, + "groupId": 142, + "instId": 300004, + "pos": { + "x": 12790, + "y": 3390, + "z": -305000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "teleportId": 2102 + }, + { + "anchorId": 2, + "groupId": 68, + "instId": 300002, + "pos": { + "x": -17430, + "y": 13944, + "z": -31798 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 40402, + "props": [ + { + "groupId": 12, + "instId": 300001, + "propState": 8, + "pos": { + "x": 110, + "y": -3500, + "z": -190 + }, + "rot": { + "x": 0, + "y": 269724, + "z": 0 + }, + "propId": 3002 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 1, + "groupId": 12, + "instId": 300001, + "pos": { + "x": 110, + "y": 0, + "z": -190 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 40403, + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": -5344, + "y": 1007, + "z": -180651 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 8, + "pos": { + "x": -14060, + "y": 1049, + "z": -172529 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 8, + "pos": { + "x": 14480, + "y": 1049, + "z": -172529 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 8, + "pos": { + "x": 210, + "y": 1007, + "z": -182680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 6, + "instId": 300005, + "propState": 8, + "pos": { + "x": -14430, + "y": 1007, + "z": -183730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 6, + "instId": 300006, + "propState": 8, + "pos": { + "x": 14490, + "y": -985, + "z": -217760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 6, + "instId": 300007, + "propState": 8, + "pos": { + "x": 5251, + "y": -985, + "z": -208001 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 101, + "pos": { + "x": 13950, + "y": -985, + "z": -208750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 925 + }, + { + "groupId": 11, + "instId": 300005, + "propState": 8, + "pos": { + "x": 6680, + "y": 1007, + "z": -174198 + }, + "rot": { + "x": 0, + "y": 198342, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": -44465, + "y": -1534, + "z": -83398 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100070 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 101, + "pos": { + "x": -42870, + "y": -1544, + "z": -75840 + }, + "rot": { + "x": 0, + "y": 133099, + "z": 0 + }, + "propId": 925 + }, + { + "groupId": 15, + "instId": 300005, + "propState": 8, + "pos": { + "x": -93901, + "y": -1428, + "z": -60160 + }, + "rot": { + "x": 0, + "y": 285448, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 22, + "instId": 300001, + "propState": 8, + "pos": { + "x": -101722, + "y": -1516, + "z": -48892 + }, + "rot": { + "x": 0, + "y": 118256, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 23, + "instId": 300004, + "propState": 8, + "pos": { + "x": -120990, + "y": -101, + "z": -73190 + }, + "rot": { + "x": 0, + "y": 269472, + "z": 0 + }, + "propId": 100003 + }, + { + "groupId": 23, + "instId": 300020, + "propState": 8, + "pos": { + "x": -120990, + "y": -101, + "z": -73190 + }, + "rot": { + "x": 0, + "y": 269472, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 23, + "instId": 300006, + "propState": 2, + "pos": { + "x": -104321, + "y": -101, + "z": -74646 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 23, + "instId": 300003, + "propState": 8, + "pos": { + "x": -110161, + "y": -61, + "z": -64690 + }, + "rot": { + "x": 0, + "y": 17053, + "z": 0 + }, + "propId": 100021 + }, + { + "groupId": 23, + "instId": 300021, + "propState": 8, + "pos": { + "x": -110828, + "y": 504, + "z": -73353 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 23, + "instId": 300015, + "propState": 8, + "pos": { + "x": -110156, + "y": -61, + "z": -81744 + }, + "rot": { + "x": 0, + "y": 342919, + "z": 0 + }, + "propId": 100021 + }, + { + "groupId": 23, + "instId": 300023, + "propState": 8, + "pos": { + "x": -110829, + "y": 504, + "z": -73061 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 23, + "instId": 300045, + "propState": 1, + "pos": { + "x": -37989, + "y": 18683, + "z": -92473 + }, + "rot": { + "x": 0, + "y": 117856, + "z": 0 + }, + "propId": 100021 + }, + { + "groupId": 23, + "instId": 300035, + "propState": 1, + "pos": { + "x": -35120, + "y": 18610, + "z": -93989 + }, + "rot": { + "x": 0, + "y": 27856, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 23, + "instId": 300036, + "propState": 1, + "pos": { + "x": -35597, + "y": 18611, + "z": -51446 + }, + "rot": { + "x": 0, + "y": 332611, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 1, + "pos": { + "x": 34205, + "y": 172241, + "z": 61090 + }, + "rot": { + "x": 0, + "y": 140342, + "z": 0 + }, + "propId": 100075 + }, + { + "groupId": 16, + "instId": 300004, + "propState": 1, + "pos": { + "x": 50100, + "y": 172307, + "z": 34560 + }, + "rot": { + "x": 0, + "y": 320342, + "z": 0 + }, + "propId": 100076 + }, + { + "groupId": 16, + "instId": 300005, + "propState": 1, + "pos": { + "x": 4961, + "y": 172283, + "z": -85700 + }, + "rot": { + "x": 0, + "y": 264500, + "z": 0 + }, + "propId": 100076 + }, + { + "groupId": 16, + "instId": 300001, + "propState": 1, + "pos": { + "x": -61141, + "y": 177569, + "z": 41487 + }, + "rot": { + "x": 0, + "y": 140000, + "z": 0 + }, + "propId": 100079 + }, + { + "groupId": 16, + "instId": 300003, + "propState": 8, + "pos": { + "x": 86620, + "y": 411956, + "z": -14145 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100075 + }, + { + "groupId": 16, + "instId": 300006, + "propState": 8, + "pos": { + "x": -92635, + "y": 411956, + "z": -14145 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100075 + }, + { + "groupId": 16, + "instId": 300007, + "propState": 1, + "pos": { + "x": -45550, + "y": 182859, + "z": 37610 + }, + "rot": { + "x": 0, + "y": 50364, + "z": 0 + }, + "propId": 100075 + }, + { + "groupId": 16, + "instId": 300008, + "propState": 1, + "pos": { + "x": -5492, + "y": 172245, + "z": 69006 + }, + "rot": { + "x": 0, + "y": 230342, + "z": 0 + }, + "propId": 100075 + }, + { + "groupId": 16, + "instId": 300009, + "propState": 1, + "pos": { + "x": -15850, + "y": 180925, + "z": -96000 + }, + "rot": { + "x": 0, + "y": 309500, + "z": 0 + }, + "propId": 100075 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 8, + "pos": { + "x": 3000, + "y": 185029, + "z": 4000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 18, + "instId": 300001, + "propState": 1, + "pos": { + "x": -44708, + "y": 182921, + "z": -66187 + }, + "rot": { + "x": 0, + "y": 309500, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 1, + "pos": { + "x": -44708, + "y": 182881, + "z": -66187 + }, + "rot": { + "x": 0, + "y": 219500, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 18, + "instId": 300003, + "propState": 8, + "pos": { + "x": -41523, + "y": 182862, + "z": -65074 + }, + "rot": { + "x": 0, + "y": 127079, + "z": 0 + }, + "propId": 100078 + }, + { + "groupId": 18, + "instId": 300004, + "propState": 1, + "pos": { + "x": 73228, + "y": 172441, + "z": -14226 + }, + "rot": { + "x": 0, + "y": 90756, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 18, + "instId": 300005, + "propState": 1, + "pos": { + "x": 75259, + "y": 172424, + "z": -14232 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 18, + "instId": 300006, + "propState": 8, + "pos": { + "x": 13956, + "y": 172295, + "z": 85557 + }, + "rot": { + "x": 0, + "y": 185733, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 18, + "instId": 300007, + "propState": 8, + "pos": { + "x": 13963, + "y": 172245, + "z": 85628 + }, + "rot": { + "x": 0, + "y": 275733, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 18, + "instId": 300008, + "propState": 1, + "pos": { + "x": -57770, + "y": 177580, + "z": 51330 + }, + "rot": { + "x": 0, + "y": 230342, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 18, + "instId": 300009, + "propState": 1, + "pos": { + "x": -57761, + "y": 177536, + "z": 51337 + }, + "rot": { + "x": 0, + "y": 320342, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 18, + "instId": 300010, + "propState": 1, + "pos": { + "x": -15429, + "y": 177436, + "z": -121681 + }, + "rot": { + "x": 0, + "y": 309500, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 18, + "instId": 300011, + "propState": 1, + "pos": { + "x": 12105, + "y": 174893, + "z": -104320 + }, + "rot": { + "x": 0, + "y": 309500, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 18, + "instId": 300012, + "propState": 1, + "pos": { + "x": 25850, + "y": 172261, + "z": 50783 + }, + "rot": { + "x": 0, + "y": 95342, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 18, + "instId": 300013, + "propState": 1, + "pos": { + "x": 22247, + "y": 172300, + "z": 64676 + }, + "rot": { + "x": 0, + "y": 50342, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 18, + "instId": 300014, + "propState": 1, + "pos": { + "x": -15420, + "y": 177421, + "z": -121688 + }, + "rot": { + "x": 0, + "y": 219500, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 18, + "instId": 300015, + "propState": 1, + "pos": { + "x": 12138, + "y": 174878, + "z": -104347 + }, + "rot": { + "x": 0, + "y": 219500, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 18, + "instId": 300016, + "propState": 1, + "pos": { + "x": 25865, + "y": 172246, + "z": 50781 + }, + "rot": { + "x": 0, + "y": 5342, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 18, + "instId": 300017, + "propState": 1, + "pos": { + "x": 22300, + "y": 172252, + "z": 64720 + }, + "rot": { + "x": 0, + "y": 320342, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 20, + "instId": 300001, + "propState": 8, + "pos": { + "x": 2322, + "y": 420480, + "z": -26583 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300002, + "propState": 8, + "pos": { + "x": -14697, + "y": 172242, + "z": 66319 + }, + "rot": { + "x": 0, + "y": 356870, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 21, + "instId": 300003, + "propState": 8, + "pos": { + "x": -51130, + "y": 177527, + "z": 58709 + }, + "rot": { + "x": 0, + "y": 348385, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 21, + "instId": 300001, + "propState": 8, + "pos": { + "x": -51258, + "y": 182868, + "z": -77349 + }, + "rot": { + "x": 0, + "y": 348385, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 21, + "instId": 300004, + "propState": 8, + "pos": { + "x": -46951, + "y": 182862, + "z": -59045 + }, + "rot": { + "x": 0, + "y": 356870, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 21, + "instId": 300006, + "propState": 8, + "pos": { + "x": 10699, + "y": 180920, + "z": -103198 + }, + "rot": { + "x": 0, + "y": 348385, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 21, + "instId": 300005, + "propState": 8, + "pos": { + "x": 24059, + "y": 411908, + "z": -18096 + }, + "rot": { + "x": 0, + "y": 305775, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 22, + "instId": 300001, + "propState": 8, + "pos": { + "x": -82090, + "y": 412382, + "z": -17250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 22, + "instId": 300002, + "propState": 8, + "pos": { + "x": 8209, + "y": 172529, + "z": 89518 + }, + "rot": { + "x": 0, + "y": 333363, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 22, + "instId": 300003, + "propState": 8, + "pos": { + "x": 25397, + "y": 144225, + "z": -23220 + }, + "rot": { + "x": 0, + "y": 2722, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 25, + "instId": 300001, + "propState": 101, + "pos": { + "x": 20038, + "y": 172506, + "z": 94551 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 925 + }, + { + "groupId": 31, + "instId": 300001, + "propState": 8, + "pos": { + "x": -95834, + "y": 182862, + "z": -11200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 31, + "instId": 300002, + "propState": 8, + "pos": { + "x": -95834, + "y": 411908, + "z": -11200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 31, + "instId": 300003, + "propState": 1, + "pos": { + "x": -102314, + "y": 411470, + "z": -14117 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100073 + }, + { + "groupId": 31, + "instId": 300004, + "propState": 8, + "pos": { + "x": -98020, + "y": 184490, + "z": -14058 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100091 + }, + { + "groupId": 31, + "instId": 300005, + "propState": 8, + "pos": { + "x": -98020, + "y": 413482, + "z": -14190 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100091 + }, + { + "groupId": 32, + "instId": 300001, + "propState": 8, + "pos": { + "x": 29037, + "y": 144001, + "z": -17653 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 32, + "instId": 300002, + "propState": 8, + "pos": { + "x": 90400, + "y": 411908, + "z": -17380 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 32, + "instId": 300003, + "propState": 1, + "pos": { + "x": 96873, + "y": 168100, + "z": -14245 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100072 + }, + { + "groupId": 32, + "instId": 300004, + "propState": 8, + "pos": { + "x": 29710, + "y": 144960, + "z": -14230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100092 + }, + { + "groupId": 32, + "instId": 300005, + "propState": 8, + "pos": { + "x": 92556, + "y": 413533, + "z": -14221 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100091 + } + ], + "monsters": [ + { + "groupId": 9, + "instId": 200001, + "eventId": 20413076, + "pos": { + "x": 22320, + "y": 1007, + "z": -175880 + }, + "rot": { + "x": 0, + "y": 266050, + "z": 0 + }, + "monsterId": 1022020 + }, + { + "groupId": 9, + "instId": 200002, + "eventId": 20413077, + "pos": { + "x": 16342, + "y": 1007, + "z": -195403 + }, + "rot": { + "x": 0, + "y": 315444, + "z": 0 + }, + "monsterId": 8002010 + }, + { + "groupId": 9, + "instId": 200003, + "eventId": 20413078, + "pos": { + "x": 13214, + "y": 1007, + "z": -195782 + }, + "rot": { + "x": 0, + "y": 12019, + "z": 0 + }, + "monsterId": 1022020 + }, + { + "groupId": 14, + "instId": 200001, + "eventId": 20413081, + "pos": { + "x": -76546, + "y": -3195, + "z": -60840 + }, + "rot": { + "x": 0, + "y": 249123, + "z": 0 + }, + "monsterId": 8022010 + }, + { + "groupId": 14, + "instId": 200002, + "eventId": 20413082, + "pos": { + "x": -55020, + "y": -1055, + "z": -51260 + }, + "rot": { + "x": 0, + "y": 164160, + "z": 0 + }, + "monsterId": 8022010 + }, + { + "groupId": 14, + "instId": 200003, + "eventId": 20413083, + "pos": { + "x": -54588, + "y": -1055, + "z": -55301 + }, + "rot": { + "x": 0, + "y": 12019, + "z": 0 + }, + "monsterId": 8022010 + }, + { + "groupId": 34, + "instId": 200001, + "eventId": 20413086, + "pos": { + "x": 29137, + "y": 411908, + "z": -12957 + }, + "rot": { + "x": 0, + "y": 64871, + "z": 0 + }, + "monsterId": 4043010 + }, + { + "groupId": 34, + "instId": 200002, + "eventId": 20413087, + "pos": { + "x": -39800, + "y": 411908, + "z": -17949 + }, + "rot": { + "x": 0, + "y": 353086, + "z": 0 + }, + "monsterId": 4043010 + }, + { + "groupId": 34, + "instId": 200003, + "eventId": 20413088, + "pos": { + "x": 28860, + "y": 411908, + "z": -16490 + }, + "rot": { + "x": 0, + "y": 98627, + "z": 0 + }, + "monsterId": 4043010 + } + ], + "teleports": [ + { + "anchorId": 1, + "groupId": 6, + "instId": 300001, + "pos": { + "x": -6295, + "y": 1007, + "z": -177525 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "teleportId": 2102 + }, + { + "anchorId": 1, + "groupId": 22, + "instId": 300001, + "pos": { + "x": -98740, + "y": -1208, + "z": -52660 + }, + "rot": { + "x": 0, + "y": 123682, + "z": 0 + }, + "teleportId": 2102 + }, + { + "anchorId": 3, + "groupId": 22, + "instId": 300003, + "pos": { + "x": 24020, + "y": 143925, + "z": -21010 + }, + "rot": { + "x": 0, + "y": 289510, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 40404, + "props": [ + { + "groupId": 3, + "instId": 300003, + "propState": 1, + "pos": { + "x": 236879, + "y": 103740, + "z": 236270 + }, + "rot": { + "x": 0, + "y": 7500, + "z": 0 + }, + "propId": 104007 + }, + { + "groupId": 3, + "instId": 300004, + "propState": 1, + "pos": { + "x": 212126, + "y": 103740, + "z": 279143 + }, + "rot": { + "x": 0, + "y": 112500, + "z": 0 + }, + "propId": 104007 + }, + { + "groupId": 3, + "instId": 300005, + "propState": 1, + "pos": { + "x": 188042, + "y": 104656, + "z": 276986 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 104007 + }, + { + "groupId": 3, + "instId": 300006, + "propState": 1, + "pos": { + "x": 159686, + "y": 100793, + "z": 300619 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 104007 + }, + { + "groupId": 3, + "instId": 300007, + "propState": 1, + "pos": { + "x": 143159, + "y": 100976, + "z": 309937 + }, + "rot": { + "x": 0, + "y": 293966, + "z": 0 + }, + "propId": 104007 + }, + { + "groupId": 3, + "instId": 300011, + "propState": 1, + "pos": { + "x": 291750, + "y": 105971, + "z": 185290 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 104018 + }, + { + "groupId": 3, + "instId": 300012, + "propState": 1, + "pos": { + "x": 241740, + "y": 101971, + "z": 163320 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 104018 + }, + { + "groupId": 3, + "instId": 300010, + "propState": 1, + "pos": { + "x": 353781, + "y": 107971, + "z": 203856 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 104018 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 1, + "pos": { + "x": 312570, + "y": 109590, + "z": 314512 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 1, + "pos": { + "x": 311898, + "y": 152508, + "z": 314894 + }, + "rot": { + "x": 0, + "y": 91953, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 1, + "pos": { + "x": 316455, + "y": 152200, + "z": 310770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104002 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 1, + "pos": { + "x": 316207, + "y": 109404, + "z": 310730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104013 + }, + { + "groupId": 4, + "instId": 300005, + "propState": 1, + "pos": { + "x": 316207, + "y": 152404, + "z": 310730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104013 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 1, + "pos": { + "x": 178747, + "y": 106883, + "z": 365253 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104001 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 1, + "pos": { + "x": 178747, + "y": 168079, + "z": 365253 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104001 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 1, + "pos": { + "x": 178747, + "y": 106883, + "z": 365253 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104014 + }, + { + "groupId": 5, + "instId": 300004, + "propState": 1, + "pos": { + "x": 178747, + "y": 168079, + "z": 365253 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104014 + }, + { + "groupId": 18, + "instId": 300001, + "propState": 8, + "pos": { + "x": -119259, + "y": 18049, + "z": -201242 + }, + "rot": { + "x": 0, + "y": 211662, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 8, + "pos": { + "x": 104995, + "y": 98470, + "z": 188771 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 18, + "instId": 300004, + "propState": 8, + "pos": { + "x": -119259, + "y": 18058, + "z": -201242 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 18, + "instId": 300005, + "propState": 8, + "pos": { + "x": 104977, + "y": 98481, + "z": 188670 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 8, + "pos": { + "x": -108024, + "y": 16240, + "z": -236226 + }, + "rot": { + "x": 0, + "y": 179393, + "z": 0 + }, + "propId": 104036 + }, + { + "groupId": 21, + "instId": 300001, + "propState": 2, + "pos": { + "x": -14980, + "y": 3350, + "z": -283160 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104012 + }, + { + "groupId": 21, + "instId": 300002, + "propState": 2, + "pos": { + "x": -146909, + "y": 15640, + "z": -263311 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104012 + }, + { + "groupId": 21, + "instId": 300003, + "propState": 2, + "pos": { + "x": 158376, + "y": 105750, + "z": 344739 + }, + "rot": { + "x": 0, + "y": 224478, + "z": 0 + }, + "propId": 104012 + }, + { + "groupId": 21, + "instId": 300004, + "propState": 2, + "pos": { + "x": 219888, + "y": 97644, + "z": 168466 + }, + "rot": { + "x": 0, + "y": 150238, + "z": 0 + }, + "propId": 104012 + }, + { + "groupId": 21, + "instId": 300005, + "propState": 2, + "pos": { + "x": 352900, + "y": 107971, + "z": 220700 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 104012 + }, + { + "groupId": 21, + "instId": 300006, + "propState": 2, + "pos": { + "x": 209210, + "y": 100740, + "z": 308940 + }, + "rot": { + "x": 0, + "y": 329129, + "z": 0 + }, + "propId": 104012 + }, + { + "groupId": 21, + "instId": 300007, + "propState": 2, + "pos": { + "x": -79120, + "y": 14778, + "z": -283515 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104012 + }, + { + "groupId": 21, + "instId": 300008, + "propState": 2, + "pos": { + "x": 257554, + "y": 102389, + "z": 172472 + }, + "rot": { + "x": 0, + "y": 330054, + "z": 0 + }, + "propId": 104012 + }, + { + "groupId": 22, + "instId": 300001, + "propState": 2, + "pos": { + "x": 149769, + "y": 105603, + "z": 359377 + }, + "rot": { + "x": 0, + "y": 328717, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 22, + "instId": 300002, + "propState": 2, + "pos": { + "x": 207644, + "y": 101150, + "z": 324766 + }, + "rot": { + "x": 0, + "y": 106681, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 22, + "instId": 300003, + "propState": 2, + "pos": { + "x": 232368, + "y": 103803, + "z": 225356 + }, + "rot": { + "x": 0, + "y": 59779, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 22, + "instId": 300004, + "propState": 2, + "pos": { + "x": 204903, + "y": 167529, + "z": 391455 + }, + "rot": { + "x": 0, + "y": 329375, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 22, + "instId": 300005, + "propState": 2, + "pos": { + "x": 223904, + "y": 98770, + "z": 126573 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 22, + "instId": 300006, + "propState": 2, + "pos": { + "x": -132996, + "y": 26164, + "z": -252218 + }, + "rot": { + "x": 0, + "y": 180283, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 22, + "instId": 300007, + "propState": 2, + "pos": { + "x": 273980, + "y": 102188, + "z": 178507 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 22, + "instId": 300008, + "propState": 2, + "pos": { + "x": -122252, + "y": 15622, + "z": -283207 + }, + "rot": { + "x": 0, + "y": 180849, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 22, + "instId": 300009, + "propState": 2, + "pos": { + "x": 287160, + "y": 102129, + "z": 293884 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 22, + "instId": 300010, + "propState": 2, + "pos": { + "x": 340774, + "y": 107971, + "z": 190474 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 23, + "instId": 300001, + "propState": 8, + "pos": { + "x": -43750, + "y": 5920, + "z": -276720 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 8, + "pos": { + "x": -57455, + "y": 8117, + "z": -220071 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 23, + "instId": 300003, + "propState": 8, + "pos": { + "x": 221207, + "y": 167929, + "z": 357985 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 23, + "instId": 300004, + "propState": 8, + "pos": { + "x": 288485, + "y": 105971, + "z": 204066 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 23, + "instId": 300005, + "propState": 8, + "pos": { + "x": 227188, + "y": 100770, + "z": 344085 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 23, + "instId": 300006, + "propState": 8, + "pos": { + "x": -106222, + "y": 13880, + "z": -289783 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 23, + "instId": 300007, + "propState": 8, + "pos": { + "x": 210166, + "y": 103536, + "z": 287518 + }, + "rot": { + "x": 0, + "y": 202254, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 23, + "instId": 300008, + "propState": 8, + "pos": { + "x": 210027, + "y": 104654, + "z": 224475 + }, + "rot": { + "x": 0, + "y": 59128, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 28, + "instId": 300001, + "propState": 1, + "pos": { + "x": 204915, + "y": 167443, + "z": 391466 + }, + "rot": { + "x": 0, + "y": 245000, + "z": 0 + }, + "propId": 104015 + }, + { + "groupId": 30, + "instId": 300002, + "propState": 8, + "pos": { + "x": 133520, + "y": 101257, + "z": 334850 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 104067 + }, + { + "groupId": 31, + "instId": 300001, + "propState": 8, + "pos": { + "x": -107868, + "y": 15964, + "z": -279323 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 33, + "instId": 300003, + "propState": 8, + "pos": { + "x": -68364, + "y": 13943, + "z": -271837 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 103074 + }, + { + "groupId": 66, + "instId": 300001, + "propState": 8, + "pos": { + "x": 167926, + "y": 106365, + "z": 338718 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 104072 + }, + { + "groupId": 66, + "instId": 300002, + "propState": 8, + "pos": { + "x": 159180, + "y": 106365, + "z": 333900 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 104072 + }, + { + "groupId": 68, + "instId": 300001, + "propState": 8, + "pos": { + "x": 204055, + "y": 98810, + "z": 140713 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 104072 + }, + { + "groupId": 69, + "instId": 300001, + "propState": 8, + "pos": { + "x": 333774, + "y": 107971, + "z": 198253 + }, + "rot": { + "x": 0, + "y": 41937, + "z": 0 + }, + "propId": 104073 + }, + { + "groupId": 70, + "instId": 300001, + "propState": 8, + "pos": { + "x": 244485, + "y": 101971, + "z": 162019 + }, + "rot": { + "x": 0, + "y": 41937, + "z": 0 + }, + "propId": 104073 + }, + { + "groupId": 71, + "instId": 300001, + "propState": 8, + "pos": { + "x": 222177, + "y": 104661, + "z": 225314 + }, + "rot": { + "x": 0, + "y": 150100, + "z": 0 + }, + "propId": 104073 + }, + { + "groupId": 72, + "instId": 300001, + "propState": 8, + "pos": { + "x": 142682, + "y": 100754, + "z": 302917 + }, + "rot": { + "x": 0, + "y": 108064, + "z": 0 + }, + "propId": 104073 + }, + { + "groupId": 73, + "instId": 300001, + "propState": 8, + "pos": { + "x": 265360, + "y": 163150, + "z": 367070 + }, + "rot": { + "x": 0, + "y": 80000, + "z": 0 + }, + "propId": 104073 + }, + { + "groupId": 81, + "instId": 300001, + "propState": 2, + "pos": { + "x": 234018, + "y": 100947, + "z": 269707 + }, + "rot": { + "x": 0, + "y": 39325, + "z": 0 + }, + "propId": 104059 + }, + { + "groupId": 81, + "instId": 300002, + "propState": 2, + "pos": { + "x": 325745, + "y": 106160, + "z": 184548 + }, + "rot": { + "x": 0, + "y": 240447, + "z": 0 + }, + "propId": 104059 + }, + { + "groupId": 81, + "instId": 300003, + "propState": 2, + "pos": { + "x": 197669, + "y": 104653, + "z": 270670 + }, + "rot": { + "x": 0, + "y": 151369, + "z": 0 + }, + "propId": 104059 + }, + { + "groupId": 81, + "instId": 300004, + "propState": 2, + "pos": { + "x": 270190, + "y": 163213, + "z": 371600 + }, + "rot": { + "x": 0, + "y": 260032, + "z": 0 + }, + "propId": 104059 + }, + { + "groupId": 81, + "instId": 300005, + "propState": 2, + "pos": { + "x": 118761, + "y": 101070, + "z": 317301 + }, + "rot": { + "x": 0, + "y": 77253, + "z": 0 + }, + "propId": 104059 + }, + { + "groupId": 81, + "instId": 300006, + "propState": 2, + "pos": { + "x": -4256, + "y": 3381, + "z": -247994 + }, + "rot": { + "x": 0, + "y": 224790, + "z": 0 + }, + "propId": 104059 + }, + { + "groupId": 81, + "instId": 300007, + "propState": 2, + "pos": { + "x": -66826, + "y": 11067, + "z": -234952 + }, + "rot": { + "x": 0, + "y": 267497, + "z": 0 + }, + "propId": 104059 + }, + { + "groupId": 81, + "instId": 300008, + "propState": 2, + "pos": { + "x": -82314, + "y": 23943, + "z": -253298 + }, + "rot": { + "x": 0, + "y": 84555, + "z": 0 + }, + "propId": 104059 + }, + { + "groupId": 82, + "instId": 300001, + "propState": 8, + "pos": { + "x": -1540, + "y": 4866, + "z": -287650 + }, + "rot": { + "x": 0, + "y": 269808, + "z": 0 + }, + "propId": 104060 + }, + { + "groupId": 82, + "instId": 300002, + "propState": 8, + "pos": { + "x": 77893, + "y": -4450, + "z": -498633 + }, + "rot": { + "x": 0, + "y": 253178, + "z": 0 + }, + "propId": 104060 + }, + { + "groupId": 82, + "instId": 300003, + "propState": 8, + "pos": { + "x": 178203, + "y": 95088, + "z": 175242 + }, + "rot": { + "x": 0, + "y": 253178, + "z": 0 + }, + "propId": 104060 + }, + { + "groupId": 84, + "instId": 300002, + "propState": 8, + "pos": { + "x": -96180, + "y": 14290, + "z": -293300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104067 + }, + { + "groupId": 86, + "instId": 300001, + "propState": 8, + "pos": { + "x": -52245, + "y": 8934, + "z": -254517 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104072 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 1, + "groupId": 31, + "instId": 300001, + "pos": { + "x": -105029, + "y": 15608, + "z": -277489 + }, + "rot": { + "x": 0, + "y": 308748, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 40411, + "props": [ + { + "groupId": 20, + "instId": 300002, + "propState": 1, + "pos": { + "x": -108024, + "y": 16240, + "z": -236226 + }, + "rot": { + "x": 0, + "y": 179393, + "z": 0 + }, + "propId": 104036 + }, + { + "groupId": 22, + "instId": 300001, + "propState": 2, + "pos": { + "x": -14980, + "y": 3350, + "z": -283160 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104012 + }, + { + "groupId": 22, + "instId": 300002, + "propState": 2, + "pos": { + "x": -146909, + "y": 15640, + "z": -263311 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104012 + }, + { + "groupId": 22, + "instId": 300003, + "propState": 2, + "pos": { + "x": 158376, + "y": 105750, + "z": 344739 + }, + "rot": { + "x": 0, + "y": 224478, + "z": 0 + }, + "propId": 104012 + }, + { + "groupId": 22, + "instId": 300004, + "propState": 2, + "pos": { + "x": 219888, + "y": 97644, + "z": 168466 + }, + "rot": { + "x": 0, + "y": 150238, + "z": 0 + }, + "propId": 104012 + }, + { + "groupId": 22, + "instId": 300005, + "propState": 2, + "pos": { + "x": 352900, + "y": 107971, + "z": 220700 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 104012 + }, + { + "groupId": 22, + "instId": 300006, + "propState": 2, + "pos": { + "x": 209210, + "y": 100740, + "z": 308940 + }, + "rot": { + "x": 0, + "y": 329129, + "z": 0 + }, + "propId": 104012 + }, + { + "groupId": 22, + "instId": 300007, + "propState": 2, + "pos": { + "x": -79120, + "y": 14778, + "z": -283515 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104012 + }, + { + "groupId": 22, + "instId": 300008, + "propState": 2, + "pos": { + "x": 257554, + "y": 102389, + "z": 172472 + }, + "rot": { + "x": 0, + "y": 330054, + "z": 0 + }, + "propId": 104012 + }, + { + "groupId": 23, + "instId": 300001, + "propState": 2, + "pos": { + "x": 149769, + "y": 105603, + "z": 359377 + }, + "rot": { + "x": 0, + "y": 328717, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 2, + "pos": { + "x": 207644, + "y": 101150, + "z": 324766 + }, + "rot": { + "x": 0, + "y": 106681, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 23, + "instId": 300003, + "propState": 2, + "pos": { + "x": 232368, + "y": 103803, + "z": 225356 + }, + "rot": { + "x": 0, + "y": 59779, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 23, + "instId": 300004, + "propState": 2, + "pos": { + "x": 204903, + "y": 167529, + "z": 391455 + }, + "rot": { + "x": 0, + "y": 329375, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 23, + "instId": 300005, + "propState": 2, + "pos": { + "x": 223904, + "y": 98770, + "z": 126573 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 23, + "instId": 300006, + "propState": 2, + "pos": { + "x": -132996, + "y": 26164, + "z": -252218 + }, + "rot": { + "x": 0, + "y": 180283, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 23, + "instId": 300007, + "propState": 2, + "pos": { + "x": 273980, + "y": 102188, + "z": 178507 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 23, + "instId": 300008, + "propState": 2, + "pos": { + "x": -122252, + "y": 15622, + "z": -283207 + }, + "rot": { + "x": 0, + "y": 180849, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 23, + "instId": 300009, + "propState": 2, + "pos": { + "x": 287160, + "y": 102129, + "z": 293884 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 23, + "instId": 300010, + "propState": 2, + "pos": { + "x": 340774, + "y": 107971, + "z": 190474 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 24, + "instId": 300001, + "propState": 8, + "pos": { + "x": -43750, + "y": 5920, + "z": -276720 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 24, + "instId": 300002, + "propState": 8, + "pos": { + "x": -57455, + "y": 8117, + "z": -220071 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 24, + "instId": 300003, + "propState": 8, + "pos": { + "x": 221207, + "y": 167929, + "z": 357985 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 24, + "instId": 300004, + "propState": 8, + "pos": { + "x": 288485, + "y": 105971, + "z": 204066 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 24, + "instId": 300005, + "propState": 8, + "pos": { + "x": 227188, + "y": 100770, + "z": 344085 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 24, + "instId": 300006, + "propState": 8, + "pos": { + "x": -106222, + "y": 13880, + "z": -289783 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 24, + "instId": 300007, + "propState": 8, + "pos": { + "x": 210166, + "y": 103536, + "z": 287518 + }, + "rot": { + "x": 0, + "y": 202254, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 24, + "instId": 300008, + "propState": 8, + "pos": { + "x": 210027, + "y": 104654, + "z": 224475 + }, + "rot": { + "x": 0, + "y": 59128, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 50, + "instId": 300001, + "propState": 8, + "pos": { + "x": -107868, + "y": 15964, + "z": -279323 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 63, + "instId": 300002, + "propState": 8, + "pos": { + "x": -96180, + "y": 14290, + "z": -293300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104067 + }, + { + "groupId": 64, + "instId": 300001, + "propState": 8, + "pos": { + "x": -52245, + "y": 8934, + "z": -254517 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104072 + }, + { + "groupId": 75, + "instId": 300001, + "propState": 2, + "pos": { + "x": -119259, + "y": 18049, + "z": -201242 + }, + "rot": { + "x": 0, + "y": 211662, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 75, + "instId": 300002, + "propState": 2, + "pos": { + "x": 104995, + "y": 98470, + "z": 188771 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 75, + "instId": 300004, + "propState": 8, + "pos": { + "x": -119259, + "y": 18058, + "z": -201242 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 75, + "instId": 300005, + "propState": 8, + "pos": { + "x": 104977, + "y": 98481, + "z": 188670 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104052 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 1, + "groupId": 50, + "instId": 300001, + "pos": { + "x": -105537, + "y": 15608, + "z": -278101 + }, + "rot": { + "x": 0, + "y": 8748, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 40412, + "props": [ + { + "groupId": 16, + "instId": 300001, + "propState": 8, + "pos": { + "x": 43921, + "y": -38390, + "z": 352580 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104118 + } + ], + "monsters": [], + "teleports": [] + }, + { + "planeID": 40413, + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 101, + "pos": { + "x": 6000, + "y": 88859, + "z": 88458 + }, + "rot": { + "x": 0, + "y": 64143, + "z": 0 + }, + "propId": 104197 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 103, + "pos": { + "x": -3398, + "y": 88859, + "z": 92460 + }, + "rot": { + "x": 0, + "y": 267047, + "z": 0 + }, + "propId": 104197 + }, + { + "groupId": 3, + "instId": 300004, + "propState": 101, + "pos": { + "x": -2187, + "y": 84678, + "z": 103732 + }, + "rot": { + "x": 0, + "y": 65571, + "z": 0 + }, + "propId": 104197 + }, + { + "groupId": 3, + "instId": 300005, + "propState": 103, + "pos": { + "x": -3778, + "y": 81966, + "z": 122115 + }, + "rot": { + "x": 0, + "y": 283728, + "z": 0 + }, + "propId": 104197 + }, + { + "groupId": 3, + "instId": 300006, + "propState": 103, + "pos": { + "x": -2990, + "y": 83447, + "z": 27790 + }, + "rot": { + "x": 0, + "y": 78050, + "z": 0 + }, + "propId": 104197 + }, + { + "groupId": 3, + "instId": 300007, + "propState": 101, + "pos": { + "x": 10960, + "y": 88859, + "z": 75330 + }, + "rot": { + "x": 0, + "y": 130805, + "z": 0 + }, + "propId": 104197 + }, + { + "groupId": 3, + "instId": 300008, + "propState": 101, + "pos": { + "x": -5870, + "y": 88859, + "z": 74530 + }, + "rot": { + "x": 0, + "y": 9186, + "z": 0 + }, + "propId": 104197 + }, + { + "groupId": 3, + "instId": 300022, + "propState": 103, + "pos": { + "x": 5485, + "y": 81966, + "z": 121969 + }, + "rot": { + "x": 0, + "y": 292096, + "z": 0 + }, + "propId": 104197 + }, + { + "groupId": 3, + "instId": 300009, + "propState": 101, + "pos": { + "x": 7108, + "y": 88859, + "z": 69209 + }, + "rot": { + "x": 0, + "y": 134859, + "z": 0 + }, + "propId": 104196 + }, + { + "groupId": 3, + "instId": 300010, + "propState": 101, + "pos": { + "x": -2909, + "y": 83447, + "z": 37704 + }, + "rot": { + "x": 0, + "y": 205134, + "z": 0 + }, + "propId": 104196 + }, + { + "groupId": 3, + "instId": 300011, + "propState": 101, + "pos": { + "x": -80, + "y": 88859, + "z": 79570 + }, + "rot": { + "x": 0, + "y": 159172, + "z": 0 + }, + "propId": 104196 + }, + { + "groupId": 3, + "instId": 300012, + "propState": 101, + "pos": { + "x": -5430, + "y": 81940, + "z": 11570 + }, + "rot": { + "x": 0, + "y": 314879, + "z": 0 + }, + "propId": 104196 + }, + { + "groupId": 3, + "instId": 300013, + "propState": 101, + "pos": { + "x": 3490, + "y": 81940, + "z": 5980 + }, + "rot": { + "x": 0, + "y": 306068, + "z": 0 + }, + "propId": 104196 + }, + { + "groupId": 3, + "instId": 300014, + "propState": 101, + "pos": { + "x": -6257, + "y": 81940, + "z": 6564 + }, + "rot": { + "x": 0, + "y": 26439, + "z": 0 + }, + "propId": 104203 + }, + { + "groupId": 3, + "instId": 300015, + "propState": 101, + "pos": { + "x": -3350, + "y": 83447, + "z": 45940 + }, + "rot": { + "x": 0, + "y": 38709, + "z": 0 + }, + "propId": 104196 + }, + { + "groupId": 3, + "instId": 300016, + "propState": 101, + "pos": { + "x": -3330, + "y": 81816, + "z": 135240 + }, + "rot": { + "x": 0, + "y": 301669, + "z": 0 + }, + "propId": 104196 + }, + { + "groupId": 3, + "instId": 300017, + "propState": 101, + "pos": { + "x": 3180, + "y": 81816, + "z": 142460 + }, + "rot": { + "x": 0, + "y": 301669, + "z": 0 + }, + "propId": 104196 + }, + { + "groupId": 3, + "instId": 300018, + "propState": 101, + "pos": { + "x": -2430, + "y": 81791, + "z": 136418 + }, + "rot": { + "x": 0, + "y": 186039, + "z": 0 + }, + "propId": 104196 + }, + { + "groupId": 3, + "instId": 300019, + "propState": 101, + "pos": { + "x": 11255, + "y": 88859, + "z": 78281 + }, + "rot": { + "x": 0, + "y": 242486, + "z": 0 + }, + "propId": 104196 + }, + { + "groupId": 3, + "instId": 300020, + "propState": 101, + "pos": { + "x": -10147, + "y": 88801, + "z": 85511 + }, + "rot": { + "x": 0, + "y": 293969, + "z": 0 + }, + "propId": 104196 + }, + { + "groupId": 3, + "instId": 300021, + "propState": 101, + "pos": { + "x": -6288, + "y": 88859, + "z": 87923 + }, + "rot": { + "x": 0, + "y": 242486, + "z": 0 + }, + "propId": 104196 + }, + { + "groupId": 3, + "instId": 300023, + "propState": 101, + "pos": { + "x": -8100, + "y": 81940, + "z": 8290 + }, + "rot": { + "x": 0, + "y": 194015, + "z": 0 + }, + "propId": 104197 + }, + { + "groupId": 3, + "instId": 300024, + "propState": 101, + "pos": { + "x": -18912, + "y": 78903, + "z": 8867 + }, + "rot": { + "x": 0, + "y": 293969, + "z": 0 + }, + "propId": 104196 + }, + { + "groupId": 3, + "instId": 300025, + "propState": 103, + "pos": { + "x": -21091, + "y": 78903, + "z": 10150 + }, + "rot": { + "x": 0, + "y": 292096, + "z": 0 + }, + "propId": 104197 + }, + { + "groupId": 3, + "instId": 300026, + "propState": 102, + "pos": { + "x": -29870, + "y": 78903, + "z": 13280 + }, + "rot": { + "x": 0, + "y": 283728, + "z": 0 + }, + "propId": 104150 + }, + { + "groupId": 3, + "instId": 300027, + "propState": 101, + "pos": { + "x": -23334, + "y": 78903, + "z": 7781 + }, + "rot": { + "x": 0, + "y": 115412, + "z": 0 + }, + "propId": 104196 + }, + { + "groupId": 3, + "instId": 300029, + "propState": 101, + "pos": { + "x": -27768, + "y": 78903, + "z": 9775 + }, + "rot": { + "x": 0, + "y": 306068, + "z": 0 + }, + "propId": 104196 + }, + { + "groupId": 3, + "instId": 300030, + "propState": 101, + "pos": { + "x": -3465, + "y": 81940, + "z": 17323 + }, + "rot": { + "x": 0, + "y": 306068, + "z": 0 + }, + "propId": 104196 + }, + { + "groupId": 3, + "instId": 300031, + "propState": 101, + "pos": { + "x": 5940, + "y": 81940, + "z": 13402 + }, + "rot": { + "x": 0, + "y": 97865, + "z": 0 + }, + "propId": 104196 + }, + { + "groupId": 3, + "instId": 300032, + "propState": 102, + "pos": { + "x": 247, + "y": 81940, + "z": 3243 + }, + "rot": { + "x": 0, + "y": 292096, + "z": 0 + }, + "propId": 104152 + }, + { + "groupId": 3, + "instId": 300033, + "propState": 101, + "pos": { + "x": 3400, + "y": 81940, + "z": 12180 + }, + "rot": { + "x": 0, + "y": 306068, + "z": 0 + }, + "propId": 104196 + }, + { + "groupId": 3, + "instId": 300034, + "propState": 102, + "pos": { + "x": -3380, + "y": 81940, + "z": 13670 + }, + "rot": { + "x": 0, + "y": 292096, + "z": 0 + }, + "propId": 104152 + }, + { + "groupId": 3, + "instId": 300035, + "propState": 101, + "pos": { + "x": 1990, + "y": 81940, + "z": 16700 + }, + "rot": { + "x": 0, + "y": 242486, + "z": 0 + }, + "propId": 104203 + }, + { + "groupId": 3, + "instId": 300036, + "propState": 101, + "pos": { + "x": 1971, + "y": 83496, + "z": 43752 + }, + "rot": { + "x": 0, + "y": 288251, + "z": 0 + }, + "propId": 104203 + }, + { + "groupId": 3, + "instId": 300037, + "propState": 101, + "pos": { + "x": 2334, + "y": 83447, + "z": 39685 + }, + "rot": { + "x": 0, + "y": 5428, + "z": 0 + }, + "propId": 104197 + }, + { + "groupId": 3, + "instId": 300038, + "propState": 101, + "pos": { + "x": 3790, + "y": 83447, + "z": 28478 + }, + "rot": { + "x": 0, + "y": 148142, + "z": 0 + }, + "propId": 104196 + }, + { + "groupId": 3, + "instId": 300039, + "propState": 103, + "pos": { + "x": 1720, + "y": 83469, + "z": 47920 + }, + "rot": { + "x": 0, + "y": 41930, + "z": 0 + }, + "propId": 104197 + }, + { + "groupId": 3, + "instId": 300040, + "propState": 101, + "pos": { + "x": -1192, + "y": 81807, + "z": 156782 + }, + "rot": { + "x": 0, + "y": 279201, + "z": 0 + }, + "propId": 104196 + }, + { + "groupId": 3, + "instId": 300041, + "propState": 101, + "pos": { + "x": 1616, + "y": 81807, + "z": 149942 + }, + "rot": { + "x": 0, + "y": 12830, + "z": 0 + }, + "propId": 104196 + }, + { + "groupId": 3, + "instId": 300042, + "propState": 101, + "pos": { + "x": 1616, + "y": 81807, + "z": 149942 + }, + "rot": { + "x": 0, + "y": 12830, + "z": 0 + }, + "propId": 104196 + }, + { + "groupId": 3, + "instId": 300043, + "propState": 101, + "pos": { + "x": -3084, + "y": 81966, + "z": 118469 + }, + "rot": { + "x": 0, + "y": 292095, + "z": 0 + }, + "propId": 104196 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": -22870, + "y": 78919, + "z": 531 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 8, + "pos": { + "x": 23138, + "y": 78919, + "z": 528 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 1, + "pos": { + "x": 50280, + "y": 78890, + "z": -41010 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 10, + "instId": 300004, + "propState": 1, + "pos": { + "x": -290, + "y": 78929, + "z": -74890 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104005 + }, + { + "groupId": 15, + "instId": 300001, + "propState": 8, + "pos": { + "x": 32069, + "y": 78903, + "z": 16418 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 15, + "instId": 300002, + "propState": 8, + "pos": { + "x": 2220, + "y": 84678, + "z": 99920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + } + ], + "monsters": [ + { + "groupId": 8, + "instId": 200001, + "eventId": 20421069, + "pos": { + "x": 67, + "y": 88859, + "z": 82406 + }, + "rot": { + "x": 0, + "y": 340900, + "z": 0 + }, + "monsterId": 4032010 + }, + { + "groupId": 8, + "instId": 200002, + "eventId": 20421070, + "pos": { + "x": -23131, + "y": 78903, + "z": 16759 + }, + "rot": { + "x": 0, + "y": 353086, + "z": 0 + }, + "monsterId": 4032010 + } + ], + "teleports": [ + { + "anchorId": 2, + "groupId": 15, + "instId": 300002, + "pos": { + "x": -70, + "y": 84678, + "z": 103870 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 40414, + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": -540, + "y": 29060, + "z": -415100 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 8, + "pos": { + "x": -540, + "y": 29060, + "z": -335370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 8, + "pos": { + "x": -500, + "y": 29060, + "z": -285900 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 3, + "instId": 300004, + "propState": 8, + "pos": { + "x": -500, + "y": 29060, + "z": -215700 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "monsters": [], + "teleports": [] + }, + { + "planeID": 40416, + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 8, + "pos": { + "x": -41840, + "y": 206989, + "z": 250054 + }, + "rot": { + "x": 0, + "y": 30921, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 1, + "pos": { + "x": 115490, + "y": 220184, + "z": 287880 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 9, + "instId": 300004, + "propState": 8, + "pos": { + "x": 50065, + "y": 207028, + "z": 315688 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104004 + }, + { + "groupId": 9, + "instId": 300005, + "propState": 8, + "pos": { + "x": 48255, + "y": 207003, + "z": 318220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104007 + }, + { + "groupId": 9, + "instId": 300006, + "propState": 1, + "pos": { + "x": -8530, + "y": 206998, + "z": 341810 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 104007 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 1, + "pos": { + "x": 29290, + "y": 211949, + "z": 283830 + }, + "rot": { + "x": 0, + "y": 67500, + "z": 0 + }, + "propId": 104161 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 1, + "pos": { + "x": 29260, + "y": 211950, + "z": 284070 + }, + "rot": { + "x": 0, + "y": 67500, + "z": 0 + }, + "propId": 104164 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 1, + "pos": { + "x": 29260, + "y": 211950, + "z": 284070 + }, + "rot": { + "x": 0, + "y": 67500, + "z": 0 + }, + "propId": 104164 + }, + { + "groupId": 11, + "instId": 300004, + "propState": 1, + "pos": { + "x": 29260, + "y": 211950, + "z": 284070 + }, + "rot": { + "x": 0, + "y": 67500, + "z": 0 + }, + "propId": 104164 + }, + { + "groupId": 11, + "instId": 300005, + "propState": 1, + "pos": { + "x": 29260, + "y": 211950, + "z": 284070 + }, + "rot": { + "x": 0, + "y": 67500, + "z": 0 + }, + "propId": 104164 + }, + { + "groupId": 11, + "instId": 300006, + "propState": 1, + "pos": { + "x": 29260, + "y": 211950, + "z": 284070 + }, + "rot": { + "x": 0, + "y": 67500, + "z": 0 + }, + "propId": 104164 + }, + { + "groupId": 11, + "instId": 300007, + "propState": 1, + "pos": { + "x": 29260, + "y": 211950, + "z": 284070 + }, + "rot": { + "x": 0, + "y": 67500, + "z": 0 + }, + "propId": 104164 + }, + { + "groupId": 11, + "instId": 300008, + "propState": 1, + "pos": { + "x": 29260, + "y": 211950, + "z": 284070 + }, + "rot": { + "x": 0, + "y": 67500, + "z": 0 + }, + "propId": 104164 + }, + { + "groupId": 11, + "instId": 300009, + "propState": 1, + "pos": { + "x": 29260, + "y": 211950, + "z": 284070 + }, + "rot": { + "x": 0, + "y": 67500, + "z": 0 + }, + "propId": 104164 + }, + { + "groupId": 11, + "instId": 300010, + "propState": 1, + "pos": { + "x": 28875, + "y": 206899, + "z": 292922 + }, + "rot": { + "x": 0, + "y": 335819, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 11, + "instId": 300011, + "propState": 1, + "pos": { + "x": 34921, + "y": 219944, + "z": 288786 + }, + "rot": { + "x": 0, + "y": 66575, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 11, + "instId": 300012, + "propState": 1, + "pos": { + "x": 24230, + "y": 219944, + "z": 279250 + }, + "rot": { + "x": 0, + "y": 246575, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 11, + "instId": 300013, + "propState": 1, + "pos": { + "x": 26410, + "y": 206899, + "z": 290990 + }, + "rot": { + "x": 0, + "y": 247000, + "z": 0 + }, + "propId": 104179 + }, + { + "groupId": 11, + "instId": 300014, + "propState": 1, + "pos": { + "x": 29170, + "y": 220065, + "z": 284200 + }, + "rot": { + "x": 0, + "y": 247000, + "z": 0 + }, + "propId": 104180 + } + ], + "monsters": [], + "teleports": [] + }, + { + "planeID": 40421, + "props": [], + "monsters": [], + "teleports": [] + }, + { + "planeID": 40422, + "props": [], + "monsters": [], + "teleports": [] + }, + { + "planeID": 40424, + "props": [ + { + "groupId": 25, + "instId": 300002, + "propState": 1, + "pos": { + "x": -400, + "y": 2401, + "z": 119443 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 25, + "instId": 300003, + "propState": 1, + "pos": { + "x": -430, + "y": 2401, + "z": 90823 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 26, + "instId": 300001, + "propState": 1, + "pos": { + "x": 85442, + "y": 31344, + "z": 181536 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 26, + "instId": 300002, + "propState": 1, + "pos": { + "x": 168450, + "y": 34508, + "z": 210260 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104005 + }, + { + "groupId": 26, + "instId": 300003, + "propState": 1, + "pos": { + "x": 190873, + "y": 34495, + "z": 210312 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 26, + "instId": 300004, + "propState": 1, + "pos": { + "x": 267080, + "y": 47903, + "z": 210510 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104005 + }, + { + "groupId": 26, + "instId": 300005, + "propState": 1, + "pos": { + "x": 284475, + "y": 49550, + "z": 226772 + }, + "rot": { + "x": 0, + "y": 17678, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 27, + "instId": 300005, + "propState": 8, + "pos": { + "x": 235400, + "y": 58101, + "z": 294730 + }, + "rot": { + "x": 0, + "y": 206633, + "z": 0 + }, + "propId": 104005 + }, + { + "groupId": 27, + "instId": 300006, + "propState": 8, + "pos": { + "x": 255493, + "y": 58083, + "z": 292795 + }, + "rot": { + "x": 0, + "y": 117343, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 27, + "instId": 300007, + "propState": 1, + "pos": { + "x": 290635, + "y": 53970, + "z": 271469 + }, + "rot": { + "x": 0, + "y": 178588, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 27, + "instId": 300008, + "propState": 8, + "pos": { + "x": 275030, + "y": 53983, + "z": 261681 + }, + "rot": { + "x": 0, + "y": 269876, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 28, + "instId": 300009, + "propState": 1, + "pos": { + "x": 261730, + "y": 165575, + "z": 416990 + }, + "rot": { + "x": 0, + "y": 322452, + "z": 0 + }, + "propId": 104005 + }, + { + "groupId": 29, + "instId": 300002, + "propState": 8, + "pos": { + "x": 26260, + "y": -4155, + "z": 200829 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104017 + }, + { + "groupId": 29, + "instId": 300005, + "propState": 8, + "pos": { + "x": 28778, + "y": -4153, + "z": 202786 + }, + "rot": { + "x": 0, + "y": 74768, + "z": 0 + }, + "propId": 104004 + }, + { + "groupId": 30, + "instId": 300001, + "propState": 1, + "pos": { + "x": 45730, + "y": 3357, + "z": 181570 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104005 + }, + { + "groupId": 49, + "instId": 300001, + "propState": 8, + "pos": { + "x": 296333, + "y": 54211, + "z": 268214 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 53, + "instId": 300015, + "propState": 8, + "pos": { + "x": 293550, + "y": 53911, + "z": 269490 + }, + "rot": { + "x": 0, + "y": 272201, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 53, + "instId": 300001, + "propState": 8, + "pos": { + "x": 286228, + "y": 53913, + "z": 278927 + }, + "rot": { + "x": 0, + "y": 213739, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 53, + "instId": 300002, + "propState": 8, + "pos": { + "x": 241150, + "y": 58037, + "z": 296810 + }, + "rot": { + "x": 0, + "y": 200275, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 53, + "instId": 300003, + "propState": 8, + "pos": { + "x": 240730, + "y": 58037, + "z": 297907 + }, + "rot": { + "x": 0, + "y": 128943, + "z": 0 + }, + "propId": 104009 + }, + { + "groupId": 53, + "instId": 300004, + "propState": 8, + "pos": { + "x": 287499, + "y": 53913, + "z": 288786 + }, + "rot": { + "x": 0, + "y": 274796, + "z": 0 + }, + "propId": 104009 + } + ], + "monsters": [ + { + "groupId": 48, + "instId": 200001, + "eventId": 20423091, + "pos": { + "x": 271530, + "y": 55801, + "z": 286062 + }, + "rot": { + "x": 0, + "y": 21282, + "z": 0 + }, + "monsterId": 4012030 + }, + { + "groupId": 48, + "instId": 200002, + "eventId": 20423092, + "pos": { + "x": 280506, + "y": 55801, + "z": 291045 + }, + "rot": { + "x": 0, + "y": 199952, + "z": 0 + }, + "monsterId": 4012030 + } + ], + "teleports": [ + { + "anchorId": 1, + "groupId": 49, + "instId": 300001, + "pos": { + "x": 290631, + "y": 53933, + "z": 263717 + }, + "rot": { + "x": 0, + "y": 4367, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 40431, + "props": [ + { + "groupId": 13, + "instId": 300001, + "propState": 8, + "pos": { + "x": -18440, + "y": 658301, + "z": -2290 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 14, + "instId": 300003, + "propState": 1, + "pos": { + "x": -39760, + "y": 658638, + "z": 3490 + }, + "rot": { + "x": 0, + "y": 5000, + "z": 0 + }, + "propId": 104218 + }, + { + "groupId": 14, + "instId": 300004, + "propState": 1, + "pos": { + "x": 16920, + "y": 658638, + "z": -36150 + }, + "rot": { + "x": 0, + "y": 245000, + "z": 0 + }, + "propId": 104218 + }, + { + "groupId": 14, + "instId": 300005, + "propState": 1, + "pos": { + "x": 22880, + "y": 658637, + "z": 32690 + }, + "rot": { + "x": 0, + "y": 125000, + "z": 0 + }, + "propId": 104218 + }, + { + "groupId": 31, + "instId": 300006, + "propState": 20, + "pos": { + "x": -44711, + "y": -6600, + "z": -48157 + }, + "rot": { + "x": 0, + "y": 315664, + "z": 0 + }, + "propId": 60401 + }, + { + "groupId": 32, + "instId": 300013, + "propState": 8, + "pos": { + "x": -89756, + "y": -655100, + "z": 90118 + }, + "rot": { + "x": 0, + "y": 47845, + "z": 0 + }, + "propId": 104257 + }, + { + "groupId": 32, + "instId": 300012, + "propState": 8, + "pos": { + "x": -92536, + "y": -626472, + "z": 98311 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 35, + "instId": 300001, + "propState": 8, + "pos": { + "x": -3010, + "y": -682650, + "z": -1010 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104230 + }, + { + "groupId": 35, + "instId": 300002, + "propState": 8, + "pos": { + "x": -3010, + "y": -682650, + "z": -1010 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104229 + }, + { + "groupId": 38, + "instId": 300001, + "propState": 8, + "pos": { + "x": -150264, + "y": -628649, + "z": 55111 + }, + "rot": { + "x": 0, + "y": 20106, + "z": 0 + }, + "propId": 104256 + }, + { + "groupId": 38, + "instId": 300002, + "propState": 8, + "pos": { + "x": -150264, + "y": -628649, + "z": 55111 + }, + "rot": { + "x": 0, + "y": 20106, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 46, + "instId": 300002, + "propState": 8, + "pos": { + "x": 47096, + "y": -651261, + "z": 47031 + }, + "rot": { + "x": 0, + "y": 140000, + "z": 0 + }, + "propId": 104022 + }, + { + "groupId": 46, + "instId": 300001, + "propState": 1, + "pos": { + "x": 53260, + "y": -649070, + "z": 53420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 46, + "instId": 300003, + "propState": 8, + "pos": { + "x": 66120, + "y": -649310, + "z": 65850 + }, + "rot": { + "x": 0, + "y": 44250, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 47, + "instId": 300002, + "propState": 1, + "pos": { + "x": -10, + "y": -658150, + "z": 90780 + }, + "rot": { + "x": 0, + "y": 176260, + "z": 0 + }, + "propId": 104022 + }, + { + "groupId": 47, + "instId": 300001, + "propState": 1, + "pos": { + "x": 30, + "y": -654650, + "z": 105820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 47, + "instId": 300003, + "propState": 8, + "pos": { + "x": -610, + "y": -656320, + "z": 112200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 47, + "instId": 300004, + "propState": 8, + "pos": { + "x": 500, + "y": -654920, + "z": 136300 + }, + "rot": { + "x": 0, + "y": 359790, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 47, + "instId": 300005, + "propState": 8, + "pos": { + "x": -27650, + "y": -652766, + "z": 130330 + }, + "rot": { + "x": 0, + "y": 356797, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 48, + "instId": 300002, + "propState": 1, + "pos": { + "x": -95010, + "y": -623453, + "z": -280 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104022 + }, + { + "groupId": 48, + "instId": 300001, + "propState": 1, + "pos": { + "x": -117210, + "y": -622040, + "z": 330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 48, + "instId": 300003, + "propState": 8, + "pos": { + "x": -97680, + "y": -621210, + "z": 12910 + }, + "rot": { + "x": 0, + "y": 3924, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 49, + "instId": 300002, + "propState": 1, + "pos": { + "x": -60209, + "y": -616458, + "z": 76250 + }, + "rot": { + "x": 0, + "y": 359148, + "z": 0 + }, + "propId": 104022 + }, + { + "groupId": 49, + "instId": 300001, + "propState": 1, + "pos": { + "x": -55810, + "y": -611990, + "z": 55990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 49, + "instId": 300005, + "propState": 8, + "pos": { + "x": -58170, + "y": -616422, + "z": 57000 + }, + "rot": { + "x": 0, + "y": 312829, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 49, + "instId": 300006, + "propState": 8, + "pos": { + "x": -45000, + "y": -616422, + "z": 44790 + }, + "rot": { + "x": 0, + "y": 312829, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 50, + "instId": 300002, + "propState": 8, + "pos": { + "x": -155537, + "y": -632210, + "z": 49013 + }, + "rot": { + "x": 0, + "y": 185365, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 51, + "instId": 300001, + "propState": 8, + "pos": { + "x": 12687, + "y": -48335, + "z": -126593 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 3002 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 1, + "groupId": 13, + "instId": 300001, + "pos": { + "x": -16384, + "y": 657847, + "z": 1706 + }, + "rot": { + "x": 0, + "y": 97000, + "z": 0 + }, + "teleportId": 2102 + }, + { + "anchorId": 1, + "groupId": 51, + "instId": 300001, + "pos": { + "x": 0, + "y": -56000, + "z": 5290 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 40432, + "props": [ + { + "groupId": 7, + "instId": 300002, + "propState": 8, + "pos": { + "x": -400, + "y": 2401, + "z": 119443 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 1, + "pos": { + "x": -430, + "y": 2401, + "z": 90823 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 8, + "pos": { + "x": 26260, + "y": -4155, + "z": 200829 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104017 + }, + { + "groupId": 13, + "instId": 300001, + "propState": 1, + "pos": { + "x": 29680, + "y": -4155, + "z": 178451 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 1, + "pos": { + "x": 36320, + "y": 3357, + "z": 185218 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 1, + "pos": { + "x": 32930, + "y": -4080, + "z": 181100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104001 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 1, + "pos": { + "x": 32930, + "y": -4080, + "z": 181100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104013 + }, + { + "groupId": 13, + "instId": 300005, + "propState": 1, + "pos": { + "x": 32998, + "y": 3304, + "z": 181198 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104013 + }, + { + "groupId": 14, + "instId": 300001, + "propState": 8, + "pos": { + "x": 29680, + "y": -4155, + "z": 178451 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104228 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 8, + "pos": { + "x": 36320, + "y": 3357, + "z": 185218 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 104228 + }, + { + "groupId": 15, + "instId": 300001, + "propState": 8, + "pos": { + "x": 45730, + "y": 3357, + "z": 181570 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104259 + }, + { + "groupId": 27, + "instId": 300001, + "propState": 1, + "pos": { + "x": -13710, + "y": 17500, + "z": 171790 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104214 + }, + { + "groupId": 27, + "instId": 300002, + "propState": 1, + "pos": { + "x": 3220, + "y": -3148, + "z": 149560 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 27, + "instId": 300003, + "propState": 8, + "pos": { + "x": -26094, + "y": -250, + "z": 186660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 27, + "instId": 300005, + "propState": 8, + "pos": { + "x": 37350, + "y": 4880, + "z": 192490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 27, + "instId": 300006, + "propState": 8, + "pos": { + "x": -2450, + "y": 2270, + "z": 165670 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 27, + "instId": 300007, + "propState": 1, + "pos": { + "x": 6529, + "y": -4879, + "z": 145680 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 104206 + }, + { + "groupId": 27, + "instId": 300008, + "propState": 8, + "pos": { + "x": -28400, + "y": -1536, + "z": 186553 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 104206 + }, + { + "groupId": 27, + "instId": 300010, + "propState": 8, + "pos": { + "x": 42006, + "y": 3390, + "z": 194041 + }, + "rot": { + "x": 0, + "y": 247228, + "z": 0 + }, + "propId": 104206 + }, + { + "groupId": 27, + "instId": 300011, + "propState": 8, + "pos": { + "x": 2790, + "y": -1338, + "z": 163670 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 104206 + }, + { + "groupId": 27, + "instId": 300012, + "propState": 8, + "pos": { + "x": 6290, + "y": -4656, + "z": 146768 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104173 + }, + { + "groupId": 27, + "instId": 300013, + "propState": 8, + "pos": { + "x": 19040, + "y": -4155, + "z": 191780 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104206 + }, + { + "groupId": 27, + "instId": 300014, + "propState": 8, + "pos": { + "x": 18952, + "y": -3274, + "z": 191464 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 28, + "instId": 300001, + "propState": 8, + "pos": { + "x": -32410, + "y": -3780, + "z": 211547 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 29, + "instId": 300001, + "propState": 8, + "pos": { + "x": -5291, + "y": -3300, + "z": 195667 + }, + "rot": { + "x": 0, + "y": 40710, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 29, + "instId": 300002, + "propState": 8, + "pos": { + "x": -5214, + "y": -4302, + "z": 192167 + }, + "rot": { + "x": 0, + "y": 12000, + "z": 0 + }, + "propId": 104037 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 1, + "groupId": 28, + "instId": 300001, + "pos": { + "x": -30988, + "y": -3761, + "z": 207780 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 40433, + "props": [ + { + "groupId": 3, + "instId": 300003, + "propState": 8, + "pos": { + "x": 236879, + "y": 103740, + "z": 236270 + }, + "rot": { + "x": 0, + "y": 7500, + "z": 0 + }, + "propId": 104007 + }, + { + "groupId": 3, + "instId": 300004, + "propState": 8, + "pos": { + "x": 212126, + "y": 103740, + "z": 279143 + }, + "rot": { + "x": 0, + "y": 112500, + "z": 0 + }, + "propId": 104007 + }, + { + "groupId": 3, + "instId": 300005, + "propState": 8, + "pos": { + "x": 188042, + "y": 104630, + "z": 276986 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 104007 + }, + { + "groupId": 3, + "instId": 300006, + "propState": 8, + "pos": { + "x": 159686, + "y": 100793, + "z": 300619 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 104007 + }, + { + "groupId": 3, + "instId": 300007, + "propState": 8, + "pos": { + "x": 143159, + "y": 100976, + "z": 309937 + }, + "rot": { + "x": 0, + "y": 293966, + "z": 0 + }, + "propId": 104007 + }, + { + "groupId": 3, + "instId": 300011, + "propState": 8, + "pos": { + "x": 291750, + "y": 105971, + "z": 185290 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 104018 + }, + { + "groupId": 3, + "instId": 300012, + "propState": 8, + "pos": { + "x": 241740, + "y": 101971, + "z": 163320 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 104018 + }, + { + "groupId": 3, + "instId": 300010, + "propState": 1, + "pos": { + "x": 353781, + "y": 107971, + "z": 203856 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 104018 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 1, + "pos": { + "x": 312570, + "y": 109590, + "z": 314512 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 1, + "pos": { + "x": 311898, + "y": 152508, + "z": 314894 + }, + "rot": { + "x": 0, + "y": 91953, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 1, + "pos": { + "x": 316455, + "y": 152200, + "z": 310770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104002 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 1, + "pos": { + "x": 316207, + "y": 109404, + "z": 310730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104013 + }, + { + "groupId": 6, + "instId": 300005, + "propState": 1, + "pos": { + "x": 316207, + "y": 152404, + "z": 310730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104013 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 1, + "pos": { + "x": 178747, + "y": 106883, + "z": 365253 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104001 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 1, + "pos": { + "x": 178747, + "y": 168079, + "z": 365253 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104001 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 1, + "pos": { + "x": 178747, + "y": 106883, + "z": 365253 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104014 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 1, + "pos": { + "x": 178747, + "y": 168079, + "z": 365253 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104014 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 8, + "pos": { + "x": 204915, + "y": 167443, + "z": 391466 + }, + "rot": { + "x": 0, + "y": 245000, + "z": 0 + }, + "propId": 104015 + }, + { + "groupId": 21, + "instId": 300001, + "propState": 2, + "pos": { + "x": -119259, + "y": 18049, + "z": -201242 + }, + "rot": { + "x": 0, + "y": 211662, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 21, + "instId": 300002, + "propState": 2, + "pos": { + "x": 104995, + "y": 98470, + "z": 188771 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 21, + "instId": 300004, + "propState": 8, + "pos": { + "x": -119259, + "y": 18058, + "z": -201242 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 21, + "instId": 300005, + "propState": 8, + "pos": { + "x": 104977, + "y": 98481, + "z": 188670 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 22, + "instId": 300001, + "propState": 2, + "pos": { + "x": -14980, + "y": 3350, + "z": -283160 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104012 + }, + { + "groupId": 22, + "instId": 300002, + "propState": 2, + "pos": { + "x": -146909, + "y": 15640, + "z": -263311 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104012 + }, + { + "groupId": 22, + "instId": 300003, + "propState": 2, + "pos": { + "x": 158376, + "y": 105750, + "z": 344739 + }, + "rot": { + "x": 0, + "y": 224478, + "z": 0 + }, + "propId": 104012 + }, + { + "groupId": 22, + "instId": 300004, + "propState": 2, + "pos": { + "x": 219888, + "y": 97644, + "z": 168466 + }, + "rot": { + "x": 0, + "y": 150238, + "z": 0 + }, + "propId": 104012 + }, + { + "groupId": 22, + "instId": 300005, + "propState": 2, + "pos": { + "x": 352900, + "y": 107971, + "z": 220700 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 104012 + }, + { + "groupId": 22, + "instId": 300006, + "propState": 2, + "pos": { + "x": 209210, + "y": 100740, + "z": 308940 + }, + "rot": { + "x": 0, + "y": 329129, + "z": 0 + }, + "propId": 104012 + }, + { + "groupId": 22, + "instId": 300007, + "propState": 2, + "pos": { + "x": -79120, + "y": 14778, + "z": -283515 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104012 + }, + { + "groupId": 22, + "instId": 300008, + "propState": 2, + "pos": { + "x": 257554, + "y": 102389, + "z": 172472 + }, + "rot": { + "x": 0, + "y": 330054, + "z": 0 + }, + "propId": 104012 + }, + { + "groupId": 23, + "instId": 300001, + "propState": 8, + "pos": { + "x": -43750, + "y": 5920, + "z": -276720 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 8, + "pos": { + "x": -57455, + "y": 8117, + "z": -220071 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 23, + "instId": 300003, + "propState": 8, + "pos": { + "x": 221207, + "y": 167929, + "z": 357985 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 23, + "instId": 300004, + "propState": 8, + "pos": { + "x": 288485, + "y": 105971, + "z": 204066 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 23, + "instId": 300005, + "propState": 8, + "pos": { + "x": 227188, + "y": 100770, + "z": 344085 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 23, + "instId": 300006, + "propState": 8, + "pos": { + "x": -106222, + "y": 13880, + "z": -289783 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 23, + "instId": 300007, + "propState": 8, + "pos": { + "x": 210166, + "y": 103536, + "z": 287518 + }, + "rot": { + "x": 0, + "y": 202254, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 23, + "instId": 300008, + "propState": 8, + "pos": { + "x": 210027, + "y": 104654, + "z": 224475 + }, + "rot": { + "x": 0, + "y": 59128, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 30, + "instId": 300001, + "propState": 8, + "pos": { + "x": 167926, + "y": 106365, + "z": 338718 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 104072 + }, + { + "groupId": 30, + "instId": 300002, + "propState": 8, + "pos": { + "x": 159180, + "y": 106365, + "z": 333900 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 104072 + }, + { + "groupId": 31, + "instId": 300001, + "propState": 8, + "pos": { + "x": 204055, + "y": 98810, + "z": 140713 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 104072 + }, + { + "groupId": 32, + "instId": 300001, + "propState": 8, + "pos": { + "x": 333774, + "y": 107971, + "z": 198253 + }, + "rot": { + "x": 0, + "y": 41937, + "z": 0 + }, + "propId": 104073 + }, + { + "groupId": 33, + "instId": 300001, + "propState": 8, + "pos": { + "x": 244485, + "y": 101971, + "z": 162019 + }, + "rot": { + "x": 0, + "y": 41937, + "z": 0 + }, + "propId": 104073 + }, + { + "groupId": 34, + "instId": 300001, + "propState": 8, + "pos": { + "x": 222177, + "y": 104661, + "z": 225314 + }, + "rot": { + "x": 0, + "y": 150100, + "z": 0 + }, + "propId": 104073 + }, + { + "groupId": 35, + "instId": 300001, + "propState": 8, + "pos": { + "x": 142682, + "y": 100754, + "z": 302917 + }, + "rot": { + "x": 0, + "y": 108064, + "z": 0 + }, + "propId": 104073 + }, + { + "groupId": 36, + "instId": 300001, + "propState": 8, + "pos": { + "x": 265360, + "y": 163150, + "z": 367070 + }, + "rot": { + "x": 0, + "y": 80000, + "z": 0 + }, + "propId": 104073 + }, + { + "groupId": 37, + "instId": 300002, + "propState": 8, + "pos": { + "x": -108024, + "y": 16240, + "z": -236226 + }, + "rot": { + "x": 0, + "y": 179393, + "z": 0 + }, + "propId": 104036 + }, + { + "groupId": 38, + "instId": 300002, + "propState": 8, + "pos": { + "x": 133520, + "y": 101257, + "z": 334850 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 104067 + }, + { + "groupId": 39, + "instId": 300002, + "propState": 8, + "pos": { + "x": -96180, + "y": 14290, + "z": -293300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104067 + }, + { + "groupId": 40, + "instId": 300001, + "propState": 8, + "pos": { + "x": -52245, + "y": 8934, + "z": -254517 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104072 + }, + { + "groupId": 41, + "instId": 300001, + "propState": 2, + "pos": { + "x": 149769, + "y": 105603, + "z": 359377 + }, + "rot": { + "x": 0, + "y": 328717, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 41, + "instId": 300002, + "propState": 2, + "pos": { + "x": 207644, + "y": 101150, + "z": 324766 + }, + "rot": { + "x": 0, + "y": 106681, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 41, + "instId": 300003, + "propState": 2, + "pos": { + "x": 232368, + "y": 103803, + "z": 225356 + }, + "rot": { + "x": 0, + "y": 59779, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 41, + "instId": 300004, + "propState": 2, + "pos": { + "x": 204903, + "y": 167529, + "z": 391455 + }, + "rot": { + "x": 0, + "y": 329375, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 41, + "instId": 300005, + "propState": 2, + "pos": { + "x": 223904, + "y": 98770, + "z": 126573 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 41, + "instId": 300006, + "propState": 2, + "pos": { + "x": -132996, + "y": 26164, + "z": -252218 + }, + "rot": { + "x": 0, + "y": 180283, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 41, + "instId": 300007, + "propState": 2, + "pos": { + "x": 273980, + "y": 102188, + "z": 178507 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 41, + "instId": 300008, + "propState": 2, + "pos": { + "x": -122252, + "y": 15622, + "z": -283207 + }, + "rot": { + "x": 0, + "y": 180849, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 41, + "instId": 300009, + "propState": 2, + "pos": { + "x": 287160, + "y": 102129, + "z": 293884 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 41, + "instId": 300010, + "propState": 2, + "pos": { + "x": 340774, + "y": 107971, + "z": 190474 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 104078 + } + ], + "monsters": [], + "teleports": [] + }, + { + "planeID": 40434, + "props": [ + { + "groupId": 1, + "instId": 300001, + "propState": 8, + "pos": { + "x": 69030, + "y": 31577, + "z": 185840 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 1, + "instId": 300002, + "propState": 8, + "pos": { + "x": 281884, + "y": 48103, + "z": 200126 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 1, + "instId": 300003, + "propState": 8, + "pos": { + "x": 297438, + "y": 111744, + "z": 247833 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 1, + "instId": 300004, + "propState": 8, + "pos": { + "x": 265238, + "y": 165836, + "z": 405683 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": 189590, + "y": 34465, + "z": 252540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 1, + "pos": { + "x": 198587, + "y": 53900, + "z": 246923 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 8, + "pos": { + "x": 194890, + "y": 34550, + "z": 249760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104001 + }, + { + "groupId": 5, + "instId": 300004, + "propState": 1, + "pos": { + "x": 194890, + "y": 34550, + "z": 249760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104013 + }, + { + "groupId": 5, + "instId": 300005, + "propState": 1, + "pos": { + "x": 194860, + "y": 53850, + "z": 249830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104013 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 1, + "pos": { + "x": -400, + "y": 2401, + "z": 119443 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 1, + "pos": { + "x": -430, + "y": 2401, + "z": 90823 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 1, + "pos": { + "x": 85442, + "y": 31344, + "z": 181536 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 1, + "pos": { + "x": 168450, + "y": 34508, + "z": 210260 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104005 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 1, + "pos": { + "x": 190873, + "y": 34495, + "z": 210312 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 1, + "pos": { + "x": 267080, + "y": 47903, + "z": 210510 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104259 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 1, + "pos": { + "x": 284475, + "y": 49550, + "z": 226772 + }, + "rot": { + "x": 0, + "y": 17678, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 9, + "instId": 300005, + "propState": 1, + "pos": { + "x": 235400, + "y": 58101, + "z": 294730 + }, + "rot": { + "x": 0, + "y": 206633, + "z": 0 + }, + "propId": 104005 + }, + { + "groupId": 9, + "instId": 300006, + "propState": 8, + "pos": { + "x": 255493, + "y": 58083, + "z": 292795 + }, + "rot": { + "x": 0, + "y": 117343, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 9, + "instId": 300007, + "propState": 8, + "pos": { + "x": 290635, + "y": 53970, + "z": 271469 + }, + "rot": { + "x": 0, + "y": 178588, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 9, + "instId": 300008, + "propState": 8, + "pos": { + "x": 275030, + "y": 53983, + "z": 261681 + }, + "rot": { + "x": 0, + "y": 269876, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 10, + "instId": 300009, + "propState": 1, + "pos": { + "x": 261730, + "y": 165575, + "z": 416990 + }, + "rot": { + "x": 0, + "y": 322452, + "z": 0 + }, + "propId": 104259 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 8, + "pos": { + "x": 290119, + "y": 111744, + "z": 251782 + }, + "rot": { + "x": 0, + "y": 189832, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 8, + "pos": { + "x": 313700, + "y": 125172, + "z": 278630 + }, + "rot": { + "x": 0, + "y": 26970, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 11, + "instId": 300004, + "propState": 8, + "pos": { + "x": 290119, + "y": 111744, + "z": 251782 + }, + "rot": { + "x": 0, + "y": 132085, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 11, + "instId": 300005, + "propState": 8, + "pos": { + "x": 313700, + "y": 125172, + "z": 278630 + }, + "rot": { + "x": 0, + "y": 206970, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 15, + "instId": 300001, + "propState": 1, + "pos": { + "x": 45730, + "y": 3357, + "z": 181570 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104259 + }, + { + "groupId": 16, + "instId": 300001, + "propState": 1, + "pos": { + "x": 257070, + "y": 21155, + "z": 188329 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 1, + "pos": { + "x": 257049, + "y": 34486, + "z": 194813 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 16, + "instId": 300003, + "propState": 1, + "pos": { + "x": 260209, + "y": 21270, + "z": 191581 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104001 + }, + { + "groupId": 16, + "instId": 300004, + "propState": 1, + "pos": { + "x": 260209, + "y": 21173, + "z": 191581 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104013 + }, + { + "groupId": 16, + "instId": 300005, + "propState": 1, + "pos": { + "x": 260209, + "y": 34486, + "z": 191581 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104013 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 8, + "pos": { + "x": 257086, + "y": 21155, + "z": 188335 + }, + "rot": { + "x": 0, + "y": 343851, + "z": 0 + }, + "propId": 104228 + }, + { + "groupId": 17, + "instId": 300003, + "propState": 1, + "pos": { + "x": 260209, + "y": 21270, + "z": 191581 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104001 + }, + { + "groupId": 48, + "instId": 300001, + "propState": 1, + "pos": { + "x": 342650, + "y": 162210, + "z": 441590 + }, + "rot": { + "x": 0, + "y": 9576, + "z": 0 + }, + "propId": 104214 + }, + { + "groupId": 48, + "instId": 300002, + "propState": 1, + "pos": { + "x": 321510, + "y": 129897, + "z": 314620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 48, + "instId": 300003, + "propState": 8, + "pos": { + "x": 273680, + "y": 167570, + "z": 405890 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 48, + "instId": 300007, + "propState": 1, + "pos": { + "x": 320676, + "y": 129897, + "z": 308794 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104206 + }, + { + "groupId": 48, + "instId": 300008, + "propState": 8, + "pos": { + "x": 268012, + "y": 165536, + "z": 404560 + }, + "rot": { + "x": 0, + "y": 98874, + "z": 0 + }, + "propId": 104206 + }, + { + "groupId": 48, + "instId": 300012, + "propState": 8, + "pos": { + "x": 320676, + "y": 129897, + "z": 308794 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 60, + "instId": 300002, + "propState": 1, + "pos": { + "x": 342645, + "y": 146931, + "z": 441547 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104217 + }, + { + "groupId": 61, + "instId": 300001, + "propState": 1, + "pos": { + "x": 288670, + "y": 49480, + "z": 232350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 61, + "instId": 300002, + "propState": 1, + "pos": { + "x": 288340, + "y": 96312, + "z": 241170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 61, + "instId": 300003, + "propState": 1, + "pos": { + "x": 287730, + "y": 49492, + "z": 236310 + }, + "rot": { + "x": 0, + "y": 21486, + "z": 0 + }, + "propId": 104001 + }, + { + "groupId": 61, + "instId": 300004, + "propState": 1, + "pos": { + "x": 287730, + "y": 49492, + "z": 236310 + }, + "rot": { + "x": 0, + "y": 21486, + "z": 0 + }, + "propId": 104014 + }, + { + "groupId": 61, + "instId": 300005, + "propState": 1, + "pos": { + "x": 287730, + "y": 96291, + "z": 236310 + }, + "rot": { + "x": 0, + "y": 21486, + "z": 0 + }, + "propId": 104014 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 4, + "groupId": 1, + "instId": 300004, + "pos": { + "x": 267529, + "y": 165535, + "z": 409281 + }, + "rot": { + "x": 0, + "y": 324015, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 40435, + "props": [ + { + "groupId": 4, + "instId": 300003, + "propState": 1, + "pos": { + "x": 236879, + "y": 103740, + "z": 236270 + }, + "rot": { + "x": 0, + "y": 7500, + "z": 0 + }, + "propId": 104007 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 1, + "pos": { + "x": 212126, + "y": 103740, + "z": 279143 + }, + "rot": { + "x": 0, + "y": 112500, + "z": 0 + }, + "propId": 104007 + }, + { + "groupId": 4, + "instId": 300005, + "propState": 1, + "pos": { + "x": 188042, + "y": 104656, + "z": 276986 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 104007 + }, + { + "groupId": 4, + "instId": 300006, + "propState": 1, + "pos": { + "x": 159686, + "y": 100793, + "z": 300619 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 104007 + }, + { + "groupId": 4, + "instId": 300007, + "propState": 1, + "pos": { + "x": 143159, + "y": 100976, + "z": 309937 + }, + "rot": { + "x": 0, + "y": 293966, + "z": 0 + }, + "propId": 104007 + }, + { + "groupId": 4, + "instId": 300011, + "propState": 8, + "pos": { + "x": 291750, + "y": 105971, + "z": 185290 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 104018 + }, + { + "groupId": 4, + "instId": 300012, + "propState": 1, + "pos": { + "x": 241740, + "y": 101971, + "z": 163320 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 104018 + }, + { + "groupId": 4, + "instId": 300010, + "propState": 1, + "pos": { + "x": 353829, + "y": 107971, + "z": 203773 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 104018 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": 204915, + "y": 167443, + "z": 391466 + }, + "rot": { + "x": 0, + "y": 245000, + "z": 0 + }, + "propId": 104015 + }, + { + "groupId": 22, + "instId": 300001, + "propState": 2, + "pos": { + "x": -14980, + "y": 3350, + "z": -283160 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104012 + }, + { + "groupId": 22, + "instId": 300002, + "propState": 2, + "pos": { + "x": -146909, + "y": 15640, + "z": -263311 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104012 + }, + { + "groupId": 22, + "instId": 300003, + "propState": 2, + "pos": { + "x": 158376, + "y": 105750, + "z": 344739 + }, + "rot": { + "x": 0, + "y": 224478, + "z": 0 + }, + "propId": 104012 + }, + { + "groupId": 22, + "instId": 300004, + "propState": 2, + "pos": { + "x": 219888, + "y": 97644, + "z": 168466 + }, + "rot": { + "x": 0, + "y": 150238, + "z": 0 + }, + "propId": 104012 + }, + { + "groupId": 22, + "instId": 300005, + "propState": 2, + "pos": { + "x": 352900, + "y": 107971, + "z": 220700 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 104012 + }, + { + "groupId": 22, + "instId": 300006, + "propState": 2, + "pos": { + "x": 183911, + "y": 101250, + "z": 304708 + }, + "rot": { + "x": 0, + "y": 329129, + "z": 0 + }, + "propId": 104012 + }, + { + "groupId": 22, + "instId": 300007, + "propState": 2, + "pos": { + "x": -79120, + "y": 14778, + "z": -283515 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104012 + }, + { + "groupId": 22, + "instId": 300008, + "propState": 2, + "pos": { + "x": 257554, + "y": 102389, + "z": 172472 + }, + "rot": { + "x": 0, + "y": 330054, + "z": 0 + }, + "propId": 104012 + }, + { + "groupId": 23, + "instId": 300001, + "propState": 2, + "pos": { + "x": 149769, + "y": 105603, + "z": 359377 + }, + "rot": { + "x": 0, + "y": 328717, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 2, + "pos": { + "x": 207644, + "y": 101150, + "z": 324766 + }, + "rot": { + "x": 0, + "y": 106681, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 23, + "instId": 300003, + "propState": 2, + "pos": { + "x": 232368, + "y": 103803, + "z": 225356 + }, + "rot": { + "x": 0, + "y": 59779, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 23, + "instId": 300004, + "propState": 2, + "pos": { + "x": 204903, + "y": 167529, + "z": 391455 + }, + "rot": { + "x": 0, + "y": 329375, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 23, + "instId": 300005, + "propState": 2, + "pos": { + "x": 223904, + "y": 98770, + "z": 126573 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 23, + "instId": 300006, + "propState": 2, + "pos": { + "x": -132996, + "y": 26164, + "z": -252218 + }, + "rot": { + "x": 0, + "y": 180283, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 23, + "instId": 300007, + "propState": 2, + "pos": { + "x": 273980, + "y": 102188, + "z": 178507 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 23, + "instId": 300008, + "propState": 2, + "pos": { + "x": -122252, + "y": 15622, + "z": -283207 + }, + "rot": { + "x": 0, + "y": 180849, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 23, + "instId": 300009, + "propState": 2, + "pos": { + "x": 287160, + "y": 102129, + "z": 293884 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 23, + "instId": 300010, + "propState": 2, + "pos": { + "x": 340774, + "y": 107971, + "z": 190474 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 104078 + }, + { + "groupId": 24, + "instId": 300001, + "propState": 8, + "pos": { + "x": -43750, + "y": 5920, + "z": -276720 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 24, + "instId": 300002, + "propState": 8, + "pos": { + "x": -57455, + "y": 8117, + "z": -220071 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 24, + "instId": 300003, + "propState": 8, + "pos": { + "x": 221207, + "y": 167929, + "z": 357985 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 24, + "instId": 300004, + "propState": 8, + "pos": { + "x": 288485, + "y": 105971, + "z": 204066 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 24, + "instId": 300005, + "propState": 8, + "pos": { + "x": 227188, + "y": 100770, + "z": 344085 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 24, + "instId": 300006, + "propState": 8, + "pos": { + "x": -106222, + "y": 13880, + "z": -289783 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 24, + "instId": 300007, + "propState": 8, + "pos": { + "x": 210166, + "y": 103536, + "z": 287518 + }, + "rot": { + "x": 0, + "y": 202254, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 24, + "instId": 300008, + "propState": 8, + "pos": { + "x": 210027, + "y": 104654, + "z": 224475 + }, + "rot": { + "x": 0, + "y": 59128, + "z": 0 + }, + "propId": 104068 + }, + { + "groupId": 25, + "instId": 300001, + "propState": 8, + "pos": { + "x": -1540, + "y": 4866, + "z": -287650 + }, + "rot": { + "x": 0, + "y": 269808, + "z": 0 + }, + "propId": 104060 + }, + { + "groupId": 25, + "instId": 300002, + "propState": 8, + "pos": { + "x": 77893, + "y": -4450, + "z": -498633 + }, + "rot": { + "x": 0, + "y": 253178, + "z": 0 + }, + "propId": 104060 + }, + { + "groupId": 25, + "instId": 300003, + "propState": 8, + "pos": { + "x": 178203, + "y": 95088, + "z": 175242 + }, + "rot": { + "x": 0, + "y": 253178, + "z": 0 + }, + "propId": 104060 + }, + { + "groupId": 26, + "instId": 300001, + "propState": 8, + "pos": { + "x": -119259, + "y": 18049, + "z": -201242 + }, + "rot": { + "x": 0, + "y": 211662, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 26, + "instId": 300002, + "propState": 8, + "pos": { + "x": 104995, + "y": 98470, + "z": 188771 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 26, + "instId": 300004, + "propState": 8, + "pos": { + "x": -119259, + "y": 18058, + "z": -201242 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 26, + "instId": 300005, + "propState": 8, + "pos": { + "x": 104977, + "y": 98481, + "z": 188670 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 27, + "instId": 300001, + "propState": 8, + "pos": { + "x": -99031, + "y": 15920, + "z": -275022 + }, + "rot": { + "x": 0, + "y": 273537, + "z": 0 + }, + "propId": 104020 + }, + { + "groupId": 27, + "instId": 300002, + "propState": 8, + "pos": { + "x": -66980, + "y": 21867, + "z": -266740 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104020 + }, + { + "groupId": 28, + "instId": 300001, + "propState": 1, + "pos": { + "x": 312570, + "y": 109590, + "z": 314512 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 28, + "instId": 300002, + "propState": 1, + "pos": { + "x": 311898, + "y": 152508, + "z": 314894 + }, + "rot": { + "x": 0, + "y": 91953, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 28, + "instId": 300003, + "propState": 1, + "pos": { + "x": 316455, + "y": 152200, + "z": 310770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104002 + }, + { + "groupId": 28, + "instId": 300004, + "propState": 1, + "pos": { + "x": 316207, + "y": 109404, + "z": 310730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104013 + }, + { + "groupId": 28, + "instId": 300005, + "propState": 1, + "pos": { + "x": 316207, + "y": 152404, + "z": 310730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104013 + }, + { + "groupId": 29, + "instId": 300001, + "propState": 1, + "pos": { + "x": 178747, + "y": 106883, + "z": 365253 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104001 + }, + { + "groupId": 29, + "instId": 300002, + "propState": 1, + "pos": { + "x": 178747, + "y": 168079, + "z": 365253 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104001 + }, + { + "groupId": 29, + "instId": 300003, + "propState": 1, + "pos": { + "x": 178747, + "y": 106883, + "z": 365253 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104014 + }, + { + "groupId": 29, + "instId": 300004, + "propState": 1, + "pos": { + "x": 178747, + "y": 168079, + "z": 365253 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104014 + }, + { + "groupId": 30, + "instId": 300002, + "propState": 8, + "pos": { + "x": -96180, + "y": 14290, + "z": -293300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104067 + }, + { + "groupId": 31, + "instId": 300002, + "propState": 8, + "pos": { + "x": -108024, + "y": 16240, + "z": -236226 + }, + "rot": { + "x": 0, + "y": 179393, + "z": 0 + }, + "propId": 104036 + }, + { + "groupId": 32, + "instId": 300001, + "propState": 8, + "pos": { + "x": 167926, + "y": 106365, + "z": 338718 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 104072 + }, + { + "groupId": 32, + "instId": 300002, + "propState": 8, + "pos": { + "x": 159180, + "y": 106365, + "z": 333900 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 104072 + }, + { + "groupId": 33, + "instId": 300001, + "propState": 8, + "pos": { + "x": -52245, + "y": 8934, + "z": -254517 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104072 + }, + { + "groupId": 34, + "instId": 300001, + "propState": 8, + "pos": { + "x": 204055, + "y": 98810, + "z": 140713 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 104072 + }, + { + "groupId": 35, + "instId": 300002, + "propState": 8, + "pos": { + "x": 133520, + "y": 101257, + "z": 334850 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 104067 + }, + { + "groupId": 36, + "instId": 300001, + "propState": 8, + "pos": { + "x": 333774, + "y": 107971, + "z": 198253 + }, + "rot": { + "x": 0, + "y": 41937, + "z": 0 + }, + "propId": 104073 + }, + { + "groupId": 37, + "instId": 300001, + "propState": 8, + "pos": { + "x": 244485, + "y": 101971, + "z": 162019 + }, + "rot": { + "x": 0, + "y": 41937, + "z": 0 + }, + "propId": 104073 + }, + { + "groupId": 38, + "instId": 300001, + "propState": 8, + "pos": { + "x": 222177, + "y": 104661, + "z": 225314 + }, + "rot": { + "x": 0, + "y": 150100, + "z": 0 + }, + "propId": 104073 + }, + { + "groupId": 39, + "instId": 300001, + "propState": 8, + "pos": { + "x": 142682, + "y": 100754, + "z": 302917 + }, + "rot": { + "x": 0, + "y": 108064, + "z": 0 + }, + "propId": 104073 + }, + { + "groupId": 40, + "instId": 300001, + "propState": 8, + "pos": { + "x": 265360, + "y": 163150, + "z": 367070 + }, + "rot": { + "x": 0, + "y": 80000, + "z": 0 + }, + "propId": 104073 + }, + { + "groupId": 58, + "instId": 300001, + "propState": 8, + "pos": { + "x": 228760, + "y": 168629, + "z": 360368 + }, + "rot": { + "x": 0, + "y": 58859, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 58, + "instId": 300002, + "propState": 8, + "pos": { + "x": 287680, + "y": 158330, + "z": 346772 + }, + "rot": { + "x": 0, + "y": 92321, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 58, + "instId": 300003, + "propState": 8, + "pos": { + "x": 317587, + "y": 110290, + "z": 304326 + }, + "rot": { + "x": 0, + "y": 177390, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 60, + "instId": 300001, + "propState": 8, + "pos": { + "x": 189910, + "y": 168165, + "z": 417840 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 60, + "instId": 300002, + "propState": 8, + "pos": { + "x": -125340, + "y": 16551, + "z": -236690 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 60, + "instId": 300003, + "propState": 8, + "pos": { + "x": 176769, + "y": 103453, + "z": 238651 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 60, + "instId": 300004, + "propState": 8, + "pos": { + "x": 2980, + "y": 3690, + "z": -298960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 4, + "groupId": 60, + "instId": 300004, + "pos": { + "x": 12790, + "y": 3390, + "z": -305000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 41000, + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": -4545, + "y": 14010, + "z": 12164 + }, + "rot": { + "x": 0, + "y": 2409, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 8, + "pos": { + "x": -23850, + "y": 12060, + "z": -1580 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 8, + "pos": { + "x": 30230, + "y": 19950, + "z": -57620 + }, + "rot": { + "x": 0, + "y": 320670, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 3, + "instId": 300004, + "propState": 8, + "pos": { + "x": -6039, + "y": 19995, + "z": 25357 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 3, + "instId": 300005, + "propState": 8, + "pos": { + "x": -6039, + "y": 19989, + "z": -21230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101019 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 20, + "pos": { + "x": 3370, + "y": 19980, + "z": -53350 + }, + "rot": { + "x": 0, + "y": 340001, + "z": 0 + }, + "propId": 60103 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 8, + "pos": { + "x": 44765, + "y": 22575, + "z": -3797 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 20, + "pos": { + "x": 4910, + "y": 20430, + "z": -57570 + }, + "rot": { + "x": 0, + "y": 254193, + "z": 0 + }, + "propId": 3001 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": -8410, + "y": 20020, + "z": -24870 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 16, + "instId": 300001, + "propState": 8, + "pos": { + "x": 4180, + "y": 9100, + "z": 110080 + }, + "rot": { + "x": 0, + "y": 2409, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 8, + "pos": { + "x": -9560, + "y": 7036, + "z": -108670 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 16, + "instId": 300004, + "propState": 8, + "pos": { + "x": -52040, + "y": 2170, + "z": 69570 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 16, + "instId": 300005, + "propState": 8, + "pos": { + "x": 3820, + "y": 3738, + "z": 62920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102025 + }, + { + "groupId": 16, + "instId": 300006, + "propState": 8, + "pos": { + "x": -27950, + "y": 3730, + "z": 74660 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102025 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 20, + "pos": { + "x": -12490, + "y": 9100, + "z": 94030 + }, + "rot": { + "x": 0, + "y": 90638, + "z": 0 + }, + "propId": 60103 + }, + { + "groupId": 17, + "instId": 300003, + "propState": 8, + "pos": { + "x": 44765, + "y": 22575, + "z": -3797 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 17, + "instId": 300004, + "propState": 20, + "pos": { + "x": -12650, + "y": 9600, + "z": 93920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3001 + }, + { + "groupId": 18, + "instId": 300001, + "propState": 8, + "pos": { + "x": 220, + "y": 9100, + "z": 107020 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": 65590, + "y": 3640, + "z": -32810 + }, + "rot": { + "x": 0, + "y": 96560, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 8, + "pos": { + "x": 184610, + "y": 28890, + "z": -136950 + }, + "rot": { + "x": 0, + "y": 6449, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 20, + "pos": { + "x": 39590, + "y": 3140, + "z": -43630 + }, + "rot": { + "x": 0, + "y": 49767, + "z": 0 + }, + "propId": 60103 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 8, + "pos": { + "x": 44765, + "y": 22575, + "z": -3797 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300004, + "propState": 20, + "pos": { + "x": 38920, + "y": 3468, + "z": -44170 + }, + "rot": { + "x": 0, + "y": 320701, + "z": 0 + }, + "propId": 3001 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": 63260, + "y": 4070, + "z": -28640 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 8, + "pos": { + "x": 52920, + "y": 890, + "z": 270070 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 8, + "pos": { + "x": 236320, + "y": 78360, + "z": 96190 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 8, + "pos": { + "x": 38786, + "y": 3942, + "z": 224640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101013 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": 32930, + "y": -2833, + "z": 302940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 20, + "pos": { + "x": 165060, + "y": 77070, + "z": 95890 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60103 + }, + { + "groupId": 9, + "instId": 300004, + "propState": 20, + "pos": { + "x": 170170, + "y": 77070, + "z": 95890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3001 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": 194247, + "y": 77066, + "z": 99715 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": -3100, + "z": -133490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 8, + "pos": { + "x": 39380, + "y": 1953, + "z": -94050 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 8, + "pos": { + "x": -5290, + "y": -2107, + "z": -170316 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 9, + "instId": 300004, + "propState": 8, + "pos": { + "x": 229, + "y": 322, + "z": 26515 + }, + "rot": { + "x": 0, + "y": 267847, + "z": 0 + }, + "propId": 3001 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": -8410, + "y": 20020, + "z": -24870 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": 124100, + "y": -28130, + "z": -145440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 8, + "pos": { + "x": -28890, + "y": 7040, + "z": -108960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 8, + "pos": { + "x": 110140, + "y": -24820, + "z": -130590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 8, + "pos": { + "x": -19103, + "y": 5240, + "z": -74285 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102001 + } + ], + "monsters": [ + { + "groupId": 2, + "instId": 200001, + "eventId": 900202, + "pos": { + "x": -67120, + "y": 13970, + "z": 20400 + }, + "rot": { + "x": 0, + "y": 96511, + "z": 0 + }, + "monsterId": 1023020 + }, + { + "groupId": 2, + "instId": 200002, + "eventId": 900201, + "pos": { + "x": -68760, + "y": 11980, + "z": -18970 + }, + "rot": { + "x": 0, + "y": 87968, + "z": 0 + }, + "monsterId": 1023010 + }, + { + "groupId": 15, + "instId": 200001, + "eventId": 900202, + "pos": { + "x": 10320, + "y": 4880, + "z": -130000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1023020 + }, + { + "groupId": 15, + "instId": 200002, + "eventId": 900201, + "pos": { + "x": 41970, + "y": 7010, + "z": -108660 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1023010 + }, + { + "groupId": 7, + "instId": 200001, + "eventId": 900202, + "pos": { + "x": 186970, + "y": 28390, + "z": -127650 + }, + "rot": { + "x": 0, + "y": 275361, + "z": 0 + }, + "monsterId": 1023020 + }, + { + "groupId": 7, + "instId": 200002, + "eventId": 900201, + "pos": { + "x": 145520, + "y": 28450, + "z": -121910 + }, + "rot": { + "x": 0, + "y": 107488, + "z": 0 + }, + "monsterId": 1023010 + }, + { + "groupId": 7, + "instId": 200001, + "eventId": 900202, + "pos": { + "x": 38810, + "y": 3455, + "z": 227985 + }, + "rot": { + "x": 0, + "y": 342495, + "z": 0 + }, + "monsterId": 1023020 + }, + { + "groupId": 7, + "instId": 200002, + "eventId": 900201, + "pos": { + "x": 5633, + "y": 3630, + "z": 255870 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "monsterId": 1023010 + }, + { + "groupId": 7, + "instId": 200001, + "eventId": 900202, + "pos": { + "x": 29520, + "y": -2990, + "z": -94370 + }, + "rot": { + "x": 0, + "y": 234119, + "z": 0 + }, + "monsterId": 1023020 + }, + { + "groupId": 7, + "instId": 200002, + "eventId": 900201, + "pos": { + "x": -50, + "y": -3050, + "z": -128460 + }, + "rot": { + "x": 0, + "y": 6093, + "z": 0 + }, + "monsterId": 1023010 + }, + { + "groupId": 7, + "instId": 200001, + "eventId": 900202, + "pos": { + "x": -38759, + "y": 5562, + "z": -102214 + }, + "rot": { + "x": 0, + "y": 348715, + "z": 0 + }, + "monsterId": 1023020 + }, + { + "groupId": 7, + "instId": 200002, + "eventId": 900201, + "pos": { + "x": -57400, + "y": 6770, + "z": -78530 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1023010 + } + ], + "teleports": [ + { + "anchorId": 1, + "groupId": 5, + "instId": 300001, + "pos": { + "x": -5670, + "y": 19970, + "z": -27950 + }, + "rot": { + "x": 0, + "y": 170920, + "z": 0 + }, + "teleportId": 2102 + }, + { + "anchorId": 1, + "groupId": 18, + "instId": 300001, + "pos": { + "x": 4170, + "y": 9100, + "z": 107540 + }, + "rot": { + "x": 0, + "y": 212028, + "z": 0 + }, + "teleportId": 2102 + }, + { + "anchorId": 1, + "groupId": 10, + "instId": 300001, + "pos": { + "x": 63420, + "y": 3590, + "z": -34100 + }, + "rot": { + "x": 0, + "y": 257370, + "z": 0 + }, + "teleportId": 2102 + }, + { + "anchorId": 1, + "groupId": 10, + "instId": 300001, + "pos": { + "x": 195190, + "y": 77070, + "z": 95820 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "teleportId": 2102 + }, + { + "anchorId": 1, + "groupId": 10, + "instId": 300001, + "pos": { + "x": -5670, + "y": 19970, + "z": -27950 + }, + "rot": { + "x": 0, + "y": 170920, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 41007, + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": -4545, + "y": 14010, + "z": 12164 + }, + "rot": { + "x": 0, + "y": 2409, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 8, + "pos": { + "x": -23850, + "y": 12060, + "z": -1580 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 8, + "pos": { + "x": 30230, + "y": 19950, + "z": -57620 + }, + "rot": { + "x": 0, + "y": 320670, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 3, + "instId": 300004, + "propState": 8, + "pos": { + "x": -6039, + "y": 19995, + "z": 25357 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 3, + "instId": 300005, + "propState": 8, + "pos": { + "x": -6039, + "y": 19989, + "z": -21230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101019 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 20, + "pos": { + "x": 3370, + "y": 19980, + "z": -53350 + }, + "rot": { + "x": 0, + "y": 340001, + "z": 0 + }, + "propId": 60103 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 8, + "pos": { + "x": 44765, + "y": 22575, + "z": -3797 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 20, + "pos": { + "x": 4910, + "y": 20430, + "z": -57570 + }, + "rot": { + "x": 0, + "y": 254193, + "z": 0 + }, + "propId": 3001 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": -8410, + "y": 20020, + "z": -24870 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + } + ], + "monsters": [ + { + "groupId": 2, + "instId": 200001, + "eventId": 900202, + "pos": { + "x": -67120, + "y": 13970, + "z": 20400 + }, + "rot": { + "x": 0, + "y": 96511, + "z": 0 + }, + "monsterId": 1023020 + }, + { + "groupId": 2, + "instId": 200002, + "eventId": 900201, + "pos": { + "x": -68760, + "y": 11980, + "z": -18970 + }, + "rot": { + "x": 0, + "y": 87968, + "z": 0 + }, + "monsterId": 1023010 + } + ], + "teleports": [ + { + "anchorId": 1, + "groupId": 5, + "instId": 300001, + "pos": { + "x": -5670, + "y": 19970, + "z": -27950 + }, + "rot": { + "x": 0, + "y": 170920, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 41008, + "props": [ + { + "groupId": 16, + "instId": 300001, + "propState": 8, + "pos": { + "x": 4180, + "y": 9100, + "z": 110080 + }, + "rot": { + "x": 0, + "y": 2409, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 8, + "pos": { + "x": -9560, + "y": 7036, + "z": -108670 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 16, + "instId": 300004, + "propState": 8, + "pos": { + "x": -52040, + "y": 2170, + "z": 69570 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 16, + "instId": 300005, + "propState": 8, + "pos": { + "x": 3820, + "y": 3738, + "z": 62920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102025 + }, + { + "groupId": 16, + "instId": 300006, + "propState": 8, + "pos": { + "x": -27950, + "y": 3730, + "z": 74660 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102025 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 20, + "pos": { + "x": -12490, + "y": 9100, + "z": 94030 + }, + "rot": { + "x": 0, + "y": 90638, + "z": 0 + }, + "propId": 60103 + }, + { + "groupId": 17, + "instId": 300003, + "propState": 8, + "pos": { + "x": 44765, + "y": 22575, + "z": -3797 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 17, + "instId": 300004, + "propState": 20, + "pos": { + "x": -12650, + "y": 9600, + "z": 93920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3001 + }, + { + "groupId": 18, + "instId": 300001, + "propState": 8, + "pos": { + "x": 220, + "y": 9100, + "z": 107020 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + } + ], + "monsters": [ + { + "groupId": 15, + "instId": 200001, + "eventId": 900202, + "pos": { + "x": 10320, + "y": 4880, + "z": -130000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1023020 + }, + { + "groupId": 15, + "instId": 200002, + "eventId": 900201, + "pos": { + "x": 41970, + "y": 7010, + "z": -108660 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1023010 + } + ], + "teleports": [ + { + "anchorId": 1, + "groupId": 18, + "instId": 300001, + "pos": { + "x": 4170, + "y": 9100, + "z": 107540 + }, + "rot": { + "x": 0, + "y": 212028, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 41009, + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": 65590, + "y": 3640, + "z": -32810 + }, + "rot": { + "x": 0, + "y": 96560, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 8, + "pos": { + "x": 184610, + "y": 28890, + "z": -136950 + }, + "rot": { + "x": 0, + "y": 6449, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 20, + "pos": { + "x": 39590, + "y": 3140, + "z": -43630 + }, + "rot": { + "x": 0, + "y": 49767, + "z": 0 + }, + "propId": 60103 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 8, + "pos": { + "x": 44765, + "y": 22575, + "z": -3797 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300004, + "propState": 20, + "pos": { + "x": 38920, + "y": 3468, + "z": -44170 + }, + "rot": { + "x": 0, + "y": 320701, + "z": 0 + }, + "propId": 3001 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": 63260, + "y": 4070, + "z": -28640 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + } + ], + "monsters": [ + { + "groupId": 7, + "instId": 200001, + "eventId": 900202, + "pos": { + "x": 186970, + "y": 28390, + "z": -127650 + }, + "rot": { + "x": 0, + "y": 275361, + "z": 0 + }, + "monsterId": 1023020 + }, + { + "groupId": 7, + "instId": 200002, + "eventId": 900201, + "pos": { + "x": 145520, + "y": 28450, + "z": -121910 + }, + "rot": { + "x": 0, + "y": 107488, + "z": 0 + }, + "monsterId": 1023010 + } + ], + "teleports": [ + { + "anchorId": 1, + "groupId": 10, + "instId": 300001, + "pos": { + "x": 63420, + "y": 3590, + "z": -34100 + }, + "rot": { + "x": 0, + "y": 257370, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 41010, + "props": [ + { + "groupId": 8, + "instId": 300002, + "propState": 8, + "pos": { + "x": 52920, + "y": 890, + "z": 270070 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 8, + "pos": { + "x": 236320, + "y": 78360, + "z": 96190 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 8, + "pos": { + "x": 38786, + "y": 3942, + "z": 224640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101013 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": 32930, + "y": -2833, + "z": 302940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 20, + "pos": { + "x": 165060, + "y": 77070, + "z": 95890 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60103 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 8, + "pos": { + "x": 44765, + "y": 22575, + "z": -3797 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300004, + "propState": 20, + "pos": { + "x": 170170, + "y": 77070, + "z": 95890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3001 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": 194247, + "y": 77066, + "z": 99715 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + } + ], + "monsters": [ + { + "groupId": 7, + "instId": 200001, + "eventId": 900202, + "pos": { + "x": 38810, + "y": 3932, + "z": 227985 + }, + "rot": { + "x": 0, + "y": 342495, + "z": 0 + }, + "monsterId": 1023020 + }, + { + "groupId": 7, + "instId": 200002, + "eventId": 900201, + "pos": { + "x": 5633, + "y": 3925, + "z": 255870 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "monsterId": 1023010 + } + ], + "teleports": [ + { + "anchorId": 1, + "groupId": 10, + "instId": 300001, + "pos": { + "x": 195190, + "y": 77070, + "z": 95820 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 41011, + "props": [ + { + "groupId": 8, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": -3100, + "z": -133490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 8, + "pos": { + "x": 39380, + "y": 1953, + "z": -94050 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 8, + "pos": { + "x": -5290, + "y": -2107, + "z": -170316 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 8, + "pos": { + "x": 44765, + "y": 22575, + "z": -3797 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300004, + "propState": 8, + "pos": { + "x": 229, + "y": 322, + "z": 26515 + }, + "rot": { + "x": 0, + "y": 267847, + "z": 0 + }, + "propId": 3001 + } + ], + "monsters": [ + { + "groupId": 7, + "instId": 200001, + "eventId": 900202, + "pos": { + "x": 29520, + "y": -2990, + "z": -94370 + }, + "rot": { + "x": 0, + "y": 234119, + "z": 0 + }, + "monsterId": 1023020 + }, + { + "groupId": 7, + "instId": 200002, + "eventId": 900201, + "pos": { + "x": -50, + "y": -3050, + "z": -128460 + }, + "rot": { + "x": 0, + "y": 6093, + "z": 0 + }, + "monsterId": 1023010 + } + ], + "teleports": [] + }, + { + "planeID": 41012, + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": 124100, + "y": -28130, + "z": -145440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 8, + "pos": { + "x": -28890, + "y": 7040, + "z": -108960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 8, + "pos": { + "x": 110140, + "y": -24820, + "z": -130590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 8, + "pos": { + "x": -19103, + "y": 5240, + "z": -74285 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 8, + "pos": { + "x": 44765, + "y": 22575, + "z": -3797 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300004, + "propState": 8, + "pos": { + "x": 229, + "y": 322, + "z": 26515 + }, + "rot": { + "x": 0, + "y": 267847, + "z": 0 + }, + "propId": 3001 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": -8410, + "y": 20020, + "z": -24870 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + } + ], + "monsters": [ + { + "groupId": 7, + "instId": 200001, + "eventId": 900202, + "pos": { + "x": -38759, + "y": 5562, + "z": -102214 + }, + "rot": { + "x": 0, + "y": 348715, + "z": 0 + }, + "monsterId": 1023020 + }, + { + "groupId": 7, + "instId": 200002, + "eventId": 900201, + "pos": { + "x": -57400, + "y": 6770, + "z": -78530 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1023010 + } + ], + "teleports": [ + { + "anchorId": 1, + "groupId": 10, + "instId": 300001, + "pos": { + "x": -5670, + "y": 19970, + "z": -27950 + }, + "rot": { + "x": 0, + "y": 170920, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 41212, + "props": [], + "monsters": [], + "teleports": [] + }, + { + "planeID": 41221, + "props": [ + { + "groupId": 17, + "instId": 300001, + "propState": 8, + "pos": { + "x": -26830, + "y": 4790, + "z": -158280 + }, + "rot": { + "x": 0, + "y": 269724, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 8, + "pos": { + "x": -4429, + "y": 9297, + "z": -120486 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 20, + "instId": 300003, + "propState": 8, + "pos": { + "x": -34635, + "y": 8242, + "z": -103811 + }, + "rot": { + "x": 0, + "y": 180001, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 20, + "instId": 300004, + "propState": 2, + "pos": { + "x": -31865, + "y": 8233, + "z": -105680 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 20, + "instId": 300001, + "propState": 8, + "pos": { + "x": 225, + "y": 12910, + "z": -89304 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 8, + "pos": { + "x": -4495, + "y": 12905, + "z": -87157 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 20, + "instId": 300006, + "propState": 8, + "pos": { + "x": 104115, + "y": 4613, + "z": 5792 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 20, + "instId": 300005, + "propState": 8, + "pos": { + "x": 101170, + "y": 733, + "z": 16975 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 20, + "instId": 300007, + "propState": 1, + "pos": { + "x": 123913, + "y": -1795, + "z": 53564 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 20, + "instId": 300008, + "propState": 1, + "pos": { + "x": 101508, + "y": 769, + "z": 73259 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 20, + "instId": 300014, + "propState": 8, + "pos": { + "x": 69092, + "y": 720, + "z": 70006 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 20, + "instId": 300015, + "propState": 8, + "pos": { + "x": 71591, + "y": 652, + "z": 68636 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 20, + "instId": 300016, + "propState": 8, + "pos": { + "x": 69084, + "y": 720, + "z": 37177 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 20, + "instId": 300017, + "propState": 8, + "pos": { + "x": 66582, + "y": 653, + "z": 38545 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 20, + "instId": 300018, + "propState": 8, + "pos": { + "x": -36428, + "y": 715, + "z": 113584 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 20, + "instId": 300019, + "propState": 8, + "pos": { + "x": -33792, + "y": -1086, + "z": 118715 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 20, + "instId": 300024, + "propState": 8, + "pos": { + "x": -35658, + "y": 715, + "z": -7702 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 20, + "instId": 300025, + "propState": 8, + "pos": { + "x": -30468, + "y": -1086, + "z": -10257 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 20, + "instId": 300009, + "propState": 8, + "pos": { + "x": -5187, + "y": 6758, + "z": -134039 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 20, + "instId": 300010, + "propState": 8, + "pos": { + "x": -12970, + "y": 9297, + "z": -111010 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 42, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 59, + "instId": 300001, + "propState": 8, + "pos": { + "x": -64829, + "y": 24450, + "z": -105570 + }, + "rot": { + "x": 0, + "y": 67825, + "z": 0 + }, + "propId": 102081 + }, + { + "groupId": 59, + "instId": 300003, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 59, + "instId": 300004, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 60, + "instId": 300001, + "propState": 8, + "pos": { + "x": 102910, + "y": 3850, + "z": -97350 + }, + "rot": { + "x": 0, + "y": 31647, + "z": 0 + }, + "propId": 102081 + }, + { + "groupId": 60, + "instId": 300004, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 60, + "instId": 300005, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 64, + "instId": 300001, + "propState": 8, + "pos": { + "x": 74590, + "y": 25780, + "z": 52613 + }, + "rot": { + "x": 0, + "y": 86498, + "z": 0 + }, + "propId": 102081 + }, + { + "groupId": 64, + "instId": 300004, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 64, + "instId": 300005, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 64, + "instId": 300007, + "propState": 8, + "pos": { + "x": 537, + "y": 28800, + "z": 53921 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 64, + "instId": 300002, + "propState": 8, + "pos": { + "x": 5501, + "y": -4380, + "z": 38490 + }, + "rot": { + "x": 0, + "y": 151158, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 64, + "instId": 300003, + "propState": 8, + "pos": { + "x": 5501, + "y": -4380, + "z": 38490 + }, + "rot": { + "x": 0, + "y": 151158, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 64, + "instId": 300006, + "propState": 8, + "pos": { + "x": 5501, + "y": -4380, + "z": 38490 + }, + "rot": { + "x": 0, + "y": 151158, + "z": 0 + }, + "propId": 121 + }, + { + "groupId": 64, + "instId": 300008, + "propState": 8, + "pos": { + "x": 5501, + "y": -4380, + "z": 38490 + }, + "rot": { + "x": 0, + "y": 151158, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 74, + "instId": 300001, + "propState": 1, + "pos": { + "x": 559, + "y": 8610, + "z": 53911 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102041 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": 47718, + "y": -1332, + "z": 98260 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102037 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": -7664, + "y": 5257, + "z": -56100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 8, + "pos": { + "x": -19103, + "y": 5240, + "z": -74285 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 8, + "pos": { + "x": 32250, + "y": 7056, + "z": -108610 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 8, + "pos": { + "x": -24345, + "y": 7036, + "z": -108620 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 8, + "pos": { + "x": 4280, + "y": -510, + "z": -11310 + }, + "rot": { + "x": 0, + "y": 278983, + "z": 0 + }, + "propId": 102081 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 8, + "pos": { + "x": 10300, + "y": 25080, + "z": -24450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 17, + "instId": 300003, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 17, + "instId": 300004, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 18, + "instId": 300001, + "propState": 8, + "pos": { + "x": -12110, + "y": 15480, + "z": 177710 + }, + "rot": { + "x": 0, + "y": 25808, + "z": 0 + }, + "propId": 102081 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 8, + "pos": { + "x": 13555, + "y": 21516, + "z": 153939 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 121 + }, + { + "groupId": 18, + "instId": 300003, + "propState": 8, + "pos": { + "x": 13555, + "y": 21380, + "z": 154047 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 18, + "instId": 300004, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 18, + "instId": 300005, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 18, + "instId": 300006, + "propState": 8, + "pos": { + "x": 13555, + "y": 21380, + "z": 154047 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 18, + "instId": 300007, + "propState": 8, + "pos": { + "x": 13555, + "y": 21516, + "z": 154047 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 20, + "instId": 300001, + "propState": 8, + "pos": { + "x": 13500, + "y": 8826, + "z": -111760 + }, + "rot": { + "x": 0, + "y": 269724, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 8, + "pos": { + "x": 22840, + "y": 51751, + "z": -192280 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 8, + "pos": { + "x": -105588, + "y": 3840, + "z": -13606 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102108 + }, + { + "groupId": 11, + "instId": 300004, + "propState": 8, + "pos": { + "x": -105943, + "y": 4543, + "z": -13166 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102108 + }, + { + "groupId": 11, + "instId": 300005, + "propState": 8, + "pos": { + "x": -106033, + "y": 3840, + "z": -12860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102108 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 2, + "pos": { + "x": 10966, + "y": 36279, + "z": 22437 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102103 + }, + { + "groupId": 12, + "instId": 300004, + "propState": 8, + "pos": { + "x": 7800, + "y": 13884, + "z": 25600 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300001, + "propState": 2, + "pos": { + "x": 11570, + "y": 42010, + "z": -13313 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102103 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 8, + "pos": { + "x": 7490, + "y": 16121, + "z": -13310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300001, + "propState": 8, + "pos": { + "x": -30370, + "y": 40550, + "z": 63481 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 8, + "pos": { + "x": 34750, + "y": 46051, + "z": -170570 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 16, + "instId": 300003, + "propState": 8, + "pos": { + "x": 19070, + "y": 65432, + "z": -226960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 16, + "instId": 300004, + "propState": 8, + "pos": { + "x": 40670, + "y": 46261, + "z": -171420 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 16, + "instId": 300005, + "propState": 8, + "pos": { + "x": 25414, + "y": 51750, + "z": -204025 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 33, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 33, + "instId": 300003, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 33, + "instId": 300001, + "propState": 8, + "pos": { + "x": -3700, + "y": 20230, + "z": 59450 + }, + "rot": { + "x": 0, + "y": 508, + "z": 0 + }, + "propId": 102081 + }, + { + "groupId": 34, + "instId": 300001, + "propState": 8, + "pos": { + "x": 78350, + "y": 60100, + "z": -32460 + }, + "rot": { + "x": 0, + "y": 101982, + "z": 0 + }, + "propId": 102081 + }, + { + "groupId": 34, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 34, + "instId": 300003, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 34, + "instId": 300004, + "propState": 8, + "pos": { + "x": 130920, + "y": 54220, + "z": -46520 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 34, + "instId": 300006, + "propState": 8, + "pos": { + "x": 130920, + "y": 54220, + "z": -46520 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 121 + }, + { + "groupId": 34, + "instId": 300007, + "propState": 8, + "pos": { + "x": 130920, + "y": 54220, + "z": -46520 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 34, + "instId": 300005, + "propState": 8, + "pos": { + "x": 130920, + "y": 54220, + "z": -46520 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 39, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 39, + "instId": 300001, + "propState": 8, + "pos": { + "x": -31343, + "y": 13575, + "z": -52448 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 102032 + }, + { + "groupId": 39, + "instId": 300003, + "propState": 8, + "pos": { + "x": -34518, + "y": 21506, + "z": -53368 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 44, + "instId": 300001, + "propState": 8, + "pos": { + "x": -82720, + "y": 600, + "z": -27170 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 102081 + }, + { + "groupId": 44, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 58, + "instId": 300001, + "propState": 8, + "pos": { + "x": -79907, + "y": 3840, + "z": -14907 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 58, + "instId": 300003, + "propState": 8, + "pos": { + "x": -73730, + "y": 3860, + "z": -16190 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 63, + "instId": 300001, + "propState": 2, + "pos": { + "x": -30220, + "y": 13900, + "z": 17271 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102083 + }, + { + "groupId": 63, + "instId": 300002, + "propState": 2, + "pos": { + "x": -62844, + "y": 13900, + "z": 30960 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102083 + }, + { + "groupId": 63, + "instId": 300003, + "propState": 2, + "pos": { + "x": -76357, + "y": 13900, + "z": 63584 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102083 + }, + { + "groupId": 63, + "instId": 300004, + "propState": 8, + "pos": { + "x": -30000, + "y": 10040, + "z": 63500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102102 + } + ], + "monsters": [ + { + "groupId": 63, + "instId": 200003, + "eventId": 41221014, + "pos": { + "x": 58080, + "y": -1016, + "z": 93850 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "monsterId": 2022020 + }, + { + "groupId": 63, + "instId": 200007, + "eventId": 41221014, + "pos": { + "x": 64221, + "y": 685, + "z": 63445 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "monsterId": 2022020 + }, + { + "groupId": 63, + "instId": 200008, + "eventId": 41221015, + "pos": { + "x": 66696, + "y": 700, + "z": 66388 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 63, + "instId": 200018, + "eventId": 41221016, + "pos": { + "x": -51260, + "y": 8240, + "z": -111490 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "monsterId": 8001050 + }, + { + "groupId": 10, + "instId": 200006, + "eventId": 41221006, + "pos": { + "x": 14677, + "y": 9101, + "z": 132703 + }, + "rot": { + "x": 0, + "y": 216613, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 10, + "instId": 200007, + "eventId": 41221005, + "pos": { + "x": 40544, + "y": 9101, + "z": 122469 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 8001050 + }, + { + "groupId": 10, + "instId": 200008, + "eventId": 41221006, + "pos": { + "x": -3360, + "y": -1085, + "z": 12096 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 10, + "instId": 200013, + "eventId": 41221004, + "pos": { + "x": 4765, + "y": 9101, + "z": 169521 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 2011010 + }, + { + "groupId": 10, + "instId": 200014, + "eventId": 41221004, + "pos": { + "x": -35, + "y": 9101, + "z": 185084 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 2011020 + }, + { + "groupId": 10, + "instId": 200010, + "eventId": 41221006, + "pos": { + "x": -7935, + "y": 9101, + "z": 154444 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 10, + "instId": 200012, + "eventId": 41221006, + "pos": { + "x": 11776, + "y": 9101, + "z": 142961 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 2022010 + }, + { + "groupId": 16, + "instId": 200001, + "eventId": 41221024, + "pos": { + "x": 21890, + "y": 65393, + "z": -229800 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "monsterId": 2022050 + }, + { + "groupId": 16, + "instId": 200002, + "eventId": 41221025, + "pos": { + "x": 57488, + "y": 69528, + "z": -180111 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "monsterId": 2022040 + } + ], + "teleports": [ + { + "anchorId": 1, + "groupId": 17, + "instId": 300001, + "pos": { + "x": 560, + "y": 9297, + "z": -121510 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "teleportId": 2102 + }, + { + "anchorId": 1, + "groupId": 20, + "instId": 300001, + "pos": { + "x": 10260, + "y": 8526, + "z": -110920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2102 + }, + { + "anchorId": 1, + "groupId": 11, + "instId": 300001, + "pos": { + "x": 21593, + "y": 51750, + "z": -196744 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 41401, + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 8, + "pos": { + "x": 284960, + "y": 2210, + "z": 195270 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 8, + "pos": { + "x": 239442, + "y": 2200, + "z": 195182 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 11, + "pos": { + "x": 250638, + "y": 2200, + "z": 195247 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104046 + }, + { + "groupId": 2, + "instId": 300001, + "propState": 11, + "pos": { + "x": 21722, + "y": -3198, + "z": -116094 + }, + "rot": { + "x": 0, + "y": 29852, + "z": 0 + }, + "propId": 104046 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": 40997, + "y": -214, + "z": -85414 + }, + "rot": { + "x": 0, + "y": 32500, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 1, + "pos": { + "x": 57028, + "y": -215, + "z": 36404 + }, + "rot": { + "x": 0, + "y": 332500, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 1, + "pos": { + "x": 43973, + "y": 4220, + "z": 61367 + }, + "rot": { + "x": 0, + "y": 332500, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 2, + "instId": 300001, + "propState": 11, + "pos": { + "x": -86330, + "y": 80680, + "z": -84654 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104046 + }, + { + "groupId": 3, + "instId": 300005, + "propState": 8, + "pos": { + "x": -85970, + "y": 76626, + "z": -51150 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104051 + }, + { + "groupId": 2, + "instId": 300001, + "propState": 11, + "pos": { + "x": 180, + "y": -17195, + "z": 83440 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104046 + }, + { + "groupId": 2, + "instId": 300001, + "propState": 11, + "pos": { + "x": -250, + "y": 78946, + "z": -33190 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104046 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 8, + "pos": { + "x": -22870, + "y": 78919, + "z": 531 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 8, + "pos": { + "x": 23138, + "y": 78919, + "z": 528 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 8, + "pos": { + "x": 50280, + "y": 78890, + "z": -41010 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 8, + "pos": { + "x": -290, + "y": 78929, + "z": -74890 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104005 + }, + { + "groupId": 5, + "instId": 300005, + "propState": 8, + "pos": { + "x": -85970, + "y": 76626, + "z": -51150 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104051 + }, + { + "groupId": 2, + "instId": 300001, + "propState": 11, + "pos": { + "x": 162610, + "y": 186, + "z": 190860 + }, + "rot": { + "x": 0, + "y": 127316, + "z": 0 + }, + "propId": 104046 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 8, + "pos": { + "x": 57028, + "y": -215, + "z": 36404 + }, + "rot": { + "x": 0, + "y": 332500, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 2, + "instId": 300003, + "propState": 8, + "pos": { + "x": 43973, + "y": 4220, + "z": 61367 + }, + "rot": { + "x": 0, + "y": 332500, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 8, + "pos": { + "x": 53282, + "y": 1598, + "z": 43739 + }, + "rot": { + "x": 0, + "y": 152419, + "z": 0 + }, + "propId": 103074 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 8, + "pos": { + "x": -24639, + "y": 15434, + "z": -45460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103074 + }, + { + "groupId": 2, + "instId": 300001, + "propState": 8, + "pos": { + "x": -12366, + "y": 16006, + "z": 276902 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 8, + "pos": { + "x": -36631, + "y": 16018, + "z": 276960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 2, + "instId": 300003, + "propState": 1, + "pos": { + "x": -24483, + "y": 7230, + "z": 332065 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 2, + "instId": 300004, + "propState": 1, + "pos": { + "x": -24511, + "y": -7590, + "z": 373841 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 2, + "instId": 300005, + "propState": 8, + "pos": { + "x": -24480, + "y": 16011, + "z": 243556 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104005 + }, + { + "groupId": 2, + "instId": 300007, + "propState": 8, + "pos": { + "x": -8803, + "y": 11735, + "z": 354535 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 8, + "pos": { + "x": -24678, + "y": 17797, + "z": 258753 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103074 + }, + { + "groupId": 2, + "instId": 300001, + "propState": 8, + "pos": { + "x": -139526, + "y": 71463, + "z": -55967 + }, + "rot": { + "x": 0, + "y": 115033, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 8, + "pos": { + "x": -103810, + "y": 76629, + "z": -62175 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 8, + "pos": { + "x": -118995, + "y": 76142, + "z": -62288 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103074 + }, + { + "groupId": 2, + "instId": 300001, + "propState": 1, + "pos": { + "x": 72646, + "y": 78903, + "z": -41049 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 1, + "pos": { + "x": 101785, + "y": 70373, + "z": -41041 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 2, + "instId": 300003, + "propState": 8, + "pos": { + "x": 176147, + "y": 70325, + "z": -41049 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 2, + "instId": 300004, + "propState": 8, + "pos": { + "x": 69341, + "y": 50610, + "z": 5590 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104005 + }, + { + "groupId": 2, + "instId": 300005, + "propState": 8, + "pos": { + "x": 199996, + "y": 70318, + "z": -26317 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1059 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 8, + "pos": { + "x": 184474, + "y": 72106, + "z": -41330 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103074 + }, + { + "groupId": 2, + "instId": 300001, + "propState": 1, + "pos": { + "x": 342670, + "y": 41503, + "z": 74865 + }, + "rot": { + "x": 0, + "y": 20058, + "z": 0 + }, + "propId": 104006 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 8, + "pos": { + "x": 327690, + "y": 44341, + "z": 15961 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104005 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 8, + "pos": { + "x": 341785, + "y": 46195, + "z": 15768 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103074 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 8, + "pos": { + "x": 222170, + "y": 49150, + "z": 31640 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104089 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": 228000, + "y": 48341, + "z": 8000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 8, + "pos": { + "x": 228000, + "y": 48341, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 8, + "pos": { + "x": 228000, + "y": 48341, + "z": -8000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 8, + "pos": { + "x": 228000, + "y": 48341, + "z": -16000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 6, + "instId": 300005, + "propState": 8, + "pos": { + "x": 228000, + "y": 48341, + "z": -24000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 6, + "instId": 300006, + "propState": 8, + "pos": { + "x": 228000, + "y": 48341, + "z": -32000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 6, + "instId": 300007, + "propState": 8, + "pos": { + "x": 228000, + "y": 48341, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 6, + "instId": 300008, + "propState": 8, + "pos": { + "x": 228000, + "y": 48341, + "z": -8000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 6, + "instId": 300009, + "propState": 8, + "pos": { + "x": 228000, + "y": 48341, + "z": -16000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 6, + "instId": 300010, + "propState": 8, + "pos": { + "x": 228000, + "y": 48341, + "z": -24000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 6, + "instId": 300011, + "propState": 8, + "pos": { + "x": 228000, + "y": 48341, + "z": -32000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 6, + "instId": 300012, + "propState": 8, + "pos": { + "x": 228000, + "y": 48341, + "z": 8000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 6, + "instId": 300013, + "propState": 8, + "pos": { + "x": 228000, + "y": 48341, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 6, + "instId": 300014, + "propState": 8, + "pos": { + "x": 228000, + "y": 48341, + "z": -8000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 6, + "instId": 300015, + "propState": 8, + "pos": { + "x": 228000, + "y": 48341, + "z": -16000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 6, + "instId": 300016, + "propState": 8, + "pos": { + "x": 228000, + "y": 48341, + "z": -24000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 6, + "instId": 300017, + "propState": 8, + "pos": { + "x": 228000, + "y": 48341, + "z": -32000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 6, + "instId": 300018, + "propState": 8, + "pos": { + "x": 228000, + "y": 48341, + "z": 8000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 6, + "instId": 300019, + "propState": 8, + "pos": { + "x": 228000, + "y": 48341, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 6, + "instId": 300020, + "propState": 8, + "pos": { + "x": 228000, + "y": 48341, + "z": -8000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 6, + "instId": 300021, + "propState": 8, + "pos": { + "x": 228000, + "y": 48341, + "z": -16000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 6, + "instId": 300022, + "propState": 8, + "pos": { + "x": 228000, + "y": 48341, + "z": -24000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 6, + "instId": 300023, + "propState": 8, + "pos": { + "x": 228000, + "y": 48341, + "z": -32000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 6, + "instId": 300024, + "propState": 8, + "pos": { + "x": 228000, + "y": 48341, + "z": 8000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 6, + "instId": 300025, + "propState": 8, + "pos": { + "x": 228000, + "y": 48341, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 6, + "instId": 300026, + "propState": 8, + "pos": { + "x": 228000, + "y": 48341, + "z": -8000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 6, + "instId": 300027, + "propState": 8, + "pos": { + "x": 228000, + "y": 48341, + "z": -16000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 6, + "instId": 300028, + "propState": 8, + "pos": { + "x": 228000, + "y": 48341, + "z": -24000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 6, + "instId": 300029, + "propState": 8, + "pos": { + "x": 228000, + "y": 48341, + "z": -32000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 6, + "instId": 300030, + "propState": 8, + "pos": { + "x": 228000, + "y": 48341, + "z": 8000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 6, + "instId": 300031, + "propState": 8, + "pos": { + "x": 228000, + "y": 48341, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 6, + "instId": 300032, + "propState": 8, + "pos": { + "x": 228000, + "y": 48341, + "z": -8000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 6, + "instId": 300033, + "propState": 8, + "pos": { + "x": 228000, + "y": 48341, + "z": -16000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 6, + "instId": 300034, + "propState": 8, + "pos": { + "x": 228000, + "y": 48341, + "z": -24000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 6, + "instId": 300035, + "propState": 8, + "pos": { + "x": 228000, + "y": 48341, + "z": -32000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 6, + "instId": 300036, + "propState": 8, + "pos": { + "x": 228000, + "y": 48341, + "z": 8000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 6, + "instId": 300037, + "propState": 8, + "pos": { + "x": 228000, + "y": 48341, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 6, + "instId": 300038, + "propState": 8, + "pos": { + "x": 228000, + "y": 48341, + "z": -8000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 6, + "instId": 300039, + "propState": 8, + "pos": { + "x": 228000, + "y": 48341, + "z": -16000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 6, + "instId": 300040, + "propState": 8, + "pos": { + "x": 228000, + "y": 48341, + "z": -24000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 6, + "instId": 300041, + "propState": 8, + "pos": { + "x": 228000, + "y": 48341, + "z": -32000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 6, + "instId": 300042, + "propState": 8, + "pos": { + "x": 228000, + "y": 48341, + "z": 8000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 6, + "instId": 300043, + "propState": 8, + "pos": { + "x": 228000, + "y": 48341, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 6, + "instId": 300044, + "propState": 8, + "pos": { + "x": 228000, + "y": 48341, + "z": -8000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 6, + "instId": 300045, + "propState": 8, + "pos": { + "x": 228000, + "y": 48341, + "z": -16000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 6, + "instId": 300046, + "propState": 8, + "pos": { + "x": 228000, + "y": 48341, + "z": -24000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 6, + "instId": 300047, + "propState": 8, + "pos": { + "x": 228000, + "y": 48341, + "z": -32000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 6, + "instId": 300048, + "propState": 8, + "pos": { + "x": 228000, + "y": 48341, + "z": 8000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 6, + "instId": 300049, + "propState": 8, + "pos": { + "x": 228000, + "y": 48341, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 6, + "instId": 300050, + "propState": 8, + "pos": { + "x": 228000, + "y": 48341, + "z": -8000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 6, + "instId": 300051, + "propState": 8, + "pos": { + "x": 228000, + "y": 48341, + "z": -16000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 6, + "instId": 300052, + "propState": 8, + "pos": { + "x": 228000, + "y": 48341, + "z": -24000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 6, + "instId": 300053, + "propState": 8, + "pos": { + "x": 228000, + "y": 48341, + "z": -32000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 6, + "instId": 300054, + "propState": 8, + "pos": { + "x": 228000, + "y": 48341, + "z": 8000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 8, + "pos": { + "x": 164880, + "y": 766, + "z": 205210 + }, + "rot": { + "x": 0, + "y": 85954, + "z": 0 + }, + "propId": 104089 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": 163960, + "y": 7420, + "z": 239340 + }, + "rot": { + "x": 0, + "y": 191628, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 8, + "pos": { + "x": 163960, + "y": 7420, + "z": 239340 + }, + "rot": { + "x": 0, + "y": 191628, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 8, + "pos": { + "x": 163960, + "y": 7420, + "z": 239340 + }, + "rot": { + "x": 0, + "y": 191628, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 3, + "instId": 300004, + "propState": 8, + "pos": { + "x": 163960, + "y": 7420, + "z": 239340 + }, + "rot": { + "x": 0, + "y": 191628, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 3, + "instId": 300005, + "propState": 8, + "pos": { + "x": 163960, + "y": 7420, + "z": 239340 + }, + "rot": { + "x": 0, + "y": 191628, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 3, + "instId": 300006, + "propState": 8, + "pos": { + "x": 163960, + "y": 7420, + "z": 239340 + }, + "rot": { + "x": 0, + "y": 191628, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 3, + "instId": 300007, + "propState": 8, + "pos": { + "x": 163960, + "y": 7420, + "z": 239340 + }, + "rot": { + "x": 0, + "y": 191628, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 3, + "instId": 300008, + "propState": 8, + "pos": { + "x": 163960, + "y": 7420, + "z": 239340 + }, + "rot": { + "x": 0, + "y": 191628, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 3, + "instId": 300009, + "propState": 8, + "pos": { + "x": 163960, + "y": 7420, + "z": 239340 + }, + "rot": { + "x": 0, + "y": 191628, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 3, + "instId": 300010, + "propState": 8, + "pos": { + "x": 163960, + "y": 7420, + "z": 239340 + }, + "rot": { + "x": 0, + "y": 191628, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 3, + "instId": 300011, + "propState": 8, + "pos": { + "x": 163960, + "y": 7420, + "z": 239340 + }, + "rot": { + "x": 0, + "y": 191628, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 3, + "instId": 300012, + "propState": 8, + "pos": { + "x": 163960, + "y": 7420, + "z": 239340 + }, + "rot": { + "x": 0, + "y": 191628, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 3, + "instId": 300013, + "propState": 8, + "pos": { + "x": 163960, + "y": 7420, + "z": 239340 + }, + "rot": { + "x": 0, + "y": 191628, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 3, + "instId": 300014, + "propState": 8, + "pos": { + "x": 163960, + "y": 7420, + "z": 239340 + }, + "rot": { + "x": 0, + "y": 191628, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 3, + "instId": 300015, + "propState": 8, + "pos": { + "x": 163960, + "y": 7420, + "z": 239340 + }, + "rot": { + "x": 0, + "y": 191628, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 3, + "instId": 300016, + "propState": 8, + "pos": { + "x": 163960, + "y": 7420, + "z": 239340 + }, + "rot": { + "x": 0, + "y": 191628, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 3, + "instId": 300017, + "propState": 8, + "pos": { + "x": 163960, + "y": 7420, + "z": 239340 + }, + "rot": { + "x": 0, + "y": 191628, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 3, + "instId": 300018, + "propState": 8, + "pos": { + "x": 163960, + "y": 7420, + "z": 239340 + }, + "rot": { + "x": 0, + "y": 191628, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 3, + "instId": 300019, + "propState": 8, + "pos": { + "x": 163960, + "y": 7420, + "z": 239340 + }, + "rot": { + "x": 0, + "y": 191628, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 3, + "instId": 300020, + "propState": 8, + "pos": { + "x": 163960, + "y": 7420, + "z": 239340 + }, + "rot": { + "x": 0, + "y": 191628, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 3, + "instId": 300021, + "propState": 8, + "pos": { + "x": 163960, + "y": 7420, + "z": 239340 + }, + "rot": { + "x": 0, + "y": 191628, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 3, + "instId": 300022, + "propState": 8, + "pos": { + "x": 163960, + "y": 7420, + "z": 239340 + }, + "rot": { + "x": 0, + "y": 191628, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 3, + "instId": 300023, + "propState": 8, + "pos": { + "x": 163960, + "y": 7420, + "z": 239340 + }, + "rot": { + "x": 0, + "y": 191628, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 3, + "instId": 300024, + "propState": 8, + "pos": { + "x": 163960, + "y": 7420, + "z": 239340 + }, + "rot": { + "x": 0, + "y": 191628, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 3, + "instId": 300025, + "propState": 8, + "pos": { + "x": 163960, + "y": 7420, + "z": 239340 + }, + "rot": { + "x": 0, + "y": 191628, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 3, + "instId": 300026, + "propState": 8, + "pos": { + "x": 163960, + "y": 7420, + "z": 239340 + }, + "rot": { + "x": 0, + "y": 191628, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 3, + "instId": 300027, + "propState": 8, + "pos": { + "x": 163960, + "y": 7420, + "z": 239340 + }, + "rot": { + "x": 0, + "y": 191628, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 3, + "instId": 300028, + "propState": 8, + "pos": { + "x": 163960, + "y": 7420, + "z": 239340 + }, + "rot": { + "x": 0, + "y": 191628, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 3, + "instId": 300029, + "propState": 8, + "pos": { + "x": 163960, + "y": 7420, + "z": 239340 + }, + "rot": { + "x": 0, + "y": 191628, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 3, + "instId": 300030, + "propState": 8, + "pos": { + "x": 163960, + "y": 7420, + "z": 239340 + }, + "rot": { + "x": 0, + "y": 191628, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 3, + "instId": 300031, + "propState": 8, + "pos": { + "x": 163960, + "y": 7420, + "z": 239340 + }, + "rot": { + "x": 0, + "y": 191628, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 3, + "instId": 300032, + "propState": 8, + "pos": { + "x": 163960, + "y": 7420, + "z": 239340 + }, + "rot": { + "x": 0, + "y": 191628, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 3, + "instId": 300033, + "propState": 8, + "pos": { + "x": 163960, + "y": 7420, + "z": 239340 + }, + "rot": { + "x": 0, + "y": 191628, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 3, + "instId": 300034, + "propState": 8, + "pos": { + "x": 163960, + "y": 7420, + "z": 239340 + }, + "rot": { + "x": 0, + "y": 191628, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 3, + "instId": 300035, + "propState": 8, + "pos": { + "x": 163960, + "y": 7420, + "z": 239340 + }, + "rot": { + "x": 0, + "y": 191628, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 3, + "instId": 300036, + "propState": 8, + "pos": { + "x": 163960, + "y": 7420, + "z": 239340 + }, + "rot": { + "x": 0, + "y": 191628, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 3, + "instId": 300037, + "propState": 8, + "pos": { + "x": 163960, + "y": 7420, + "z": 239340 + }, + "rot": { + "x": 0, + "y": 191628, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 3, + "instId": 300038, + "propState": 8, + "pos": { + "x": 163960, + "y": 7420, + "z": 239340 + }, + "rot": { + "x": 0, + "y": 191628, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 3, + "instId": 300039, + "propState": 8, + "pos": { + "x": 163960, + "y": 7420, + "z": 239340 + }, + "rot": { + "x": 0, + "y": 191628, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 3, + "instId": 300040, + "propState": 8, + "pos": { + "x": 203830, + "y": 16210, + "z": 170800 + }, + "rot": { + "x": 0, + "y": 191628, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 3, + "instId": 300041, + "propState": 8, + "pos": { + "x": 202138, + "y": 16210, + "z": 167176 + }, + "rot": { + "x": 0, + "y": 191628, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 3, + "instId": 300042, + "propState": 8, + "pos": { + "x": 205523, + "y": 16210, + "z": 174420 + }, + "rot": { + "x": 0, + "y": 191628, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 3, + "instId": 300043, + "propState": 8, + "pos": { + "x": 203830, + "y": 20210, + "z": 170800 + }, + "rot": { + "x": 0, + "y": 191628, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 3, + "instId": 300044, + "propState": 8, + "pos": { + "x": 203830, + "y": 12210, + "z": 170800 + }, + "rot": { + "x": 0, + "y": 191628, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 1, + "pos": { + "x": 106492, + "y": 2119, + "z": 196447 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104005 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 1, + "pos": { + "x": 63809, + "y": -13465, + "z": 196450 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104005 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": -31000, + "y": 10326, + "z": 102202 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 8, + "pos": { + "x": -21660, + "y": 10315, + "z": 199812 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 8, + "pos": { + "x": 4740, + "y": -6323, + "z": 213880 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104019 + }, + { + "groupId": 3, + "instId": 300004, + "propState": 8, + "pos": { + "x": -31000, + "y": 10326, + "z": 102202 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 3, + "instId": 300005, + "propState": 8, + "pos": { + "x": -21660, + "y": 10315, + "z": 199812 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 3, + "instId": 300006, + "propState": 8, + "pos": { + "x": 4740, + "y": -6323, + "z": 213880 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104052 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 1, + "pos": { + "x": -54671, + "y": 6855, + "z": 279155 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 1, + "pos": { + "x": -54906, + "y": 16021, + "z": 279061 + }, + "rot": { + "x": 0, + "y": 91953, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 1, + "pos": { + "x": -58661, + "y": 6860, + "z": 280343 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104001 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 1, + "pos": { + "x": -59130, + "y": 6669, + "z": 279870 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104013 + }, + { + "groupId": 7, + "instId": 300005, + "propState": 1, + "pos": { + "x": -59070, + "y": 16010, + "z": 279940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104013 + }, + { + "groupId": 7, + "instId": 300006, + "propState": 1, + "pos": { + "x": -54911, + "y": 25111, + "z": 279444 + }, + "rot": { + "x": 0, + "y": 91953, + "z": 0 + }, + "propId": 104003 + }, + { + "groupId": 7, + "instId": 300007, + "propState": 1, + "pos": { + "x": -59090, + "y": 25111, + "z": 279930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104013 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 8, + "pos": { + "x": 49990, + "y": 170, + "z": -67700 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 104089 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 8, + "pos": { + "x": 59220, + "y": 80, + "z": -52670 + }, + "rot": { + "x": 0, + "y": 26544, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 8, + "pos": { + "x": 59739, + "y": 80, + "z": -51172 + }, + "rot": { + "x": 0, + "y": 26544, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 8, + "pos": { + "x": 61524, + "y": 80, + "z": -52059 + }, + "rot": { + "x": 0, + "y": 26544, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 9, + "instId": 300004, + "propState": 8, + "pos": { + "x": 63324, + "y": 80, + "z": -52959 + }, + "rot": { + "x": 0, + "y": 26544, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 9, + "instId": 300005, + "propState": 8, + "pos": { + "x": 62668, + "y": 80, + "z": -54117 + }, + "rot": { + "x": 0, + "y": 26544, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 8, + "pos": { + "x": 42660, + "y": -13820, + "z": 196149 + }, + "rot": { + "x": 0, + "y": 270001, + "z": 0 + }, + "propId": 104089 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 8, + "pos": { + "x": -655, + "y": -10750, + "z": 199570 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104119 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 8, + "pos": { + "x": 6007, + "y": -17174, + "z": 201222 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 4, + "instId": 300005, + "propState": 8, + "pos": { + "x": 5380, + "y": -16282, + "z": 192950 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 104037 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": -1670, + "y": -14350, + "z": 198710 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 8, + "pos": { + "x": -1670, + "y": -14350, + "z": 196370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 8, + "pos": { + "x": -1670, + "y": -14350, + "z": 194110 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 5, + "instId": 300004, + "propState": 8, + "pos": { + "x": -504, + "y": -15020, + "z": 196194 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 5, + "instId": 300005, + "propState": 8, + "pos": { + "x": -507, + "y": -15020, + "z": 193810 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 5, + "instId": 300006, + "propState": 8, + "pos": { + "x": 971, + "y": -15020, + "z": 196221 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 5, + "instId": 300007, + "propState": 8, + "pos": { + "x": 971, + "y": -15020, + "z": 193803 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 5, + "instId": 300008, + "propState": 8, + "pos": { + "x": -464, + "y": -15020, + "z": 198729 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 5, + "instId": 300009, + "propState": 8, + "pos": { + "x": 1035, + "y": -15020, + "z": 198729 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 5, + "instId": 300010, + "propState": 8, + "pos": { + "x": 810, + "y": -15020, + "z": 201090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 5, + "instId": 300011, + "propState": 8, + "pos": { + "x": 1250, + "y": -17090, + "z": 198710 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 5, + "instId": 300012, + "propState": 8, + "pos": { + "x": 1250, + "y": -17090, + "z": 196370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 5, + "instId": 300013, + "propState": 8, + "pos": { + "x": 1250, + "y": -17090, + "z": 194110 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 5, + "instId": 300020, + "propState": 8, + "pos": { + "x": 11358, + "y": -17113, + "z": 201149 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 5, + "instId": 300014, + "propState": 8, + "pos": { + "x": -1540, + "y": -12245, + "z": 193560 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104119 + }, + { + "groupId": 5, + "instId": 300015, + "propState": 8, + "pos": { + "x": -1540, + "y": -12245, + "z": 199560 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104119 + }, + { + "groupId": 5, + "instId": 300016, + "propState": 8, + "pos": { + "x": -250, + "y": -17090, + "z": 194110 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 5, + "instId": 300017, + "propState": 8, + "pos": { + "x": -250, + "y": -17090, + "z": 194110 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 5, + "instId": 300018, + "propState": 8, + "pos": { + "x": -250, + "y": -17090, + "z": 194110 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 5, + "instId": 300019, + "propState": 8, + "pos": { + "x": -250, + "y": -17090, + "z": 194110 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 5, + "instId": 300021, + "propState": 8, + "pos": { + "x": -500, + "y": -17090, + "z": 196360 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 5, + "instId": 300022, + "propState": 8, + "pos": { + "x": -500, + "y": -17090, + "z": 196360 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 5, + "instId": 300023, + "propState": 8, + "pos": { + "x": -500, + "y": -17090, + "z": 196360 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 5, + "instId": 300024, + "propState": 8, + "pos": { + "x": -500, + "y": -17090, + "z": 196360 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 5, + "instId": 300025, + "propState": 8, + "pos": { + "x": -250, + "y": -17090, + "z": 198610 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 5, + "instId": 300026, + "propState": 8, + "pos": { + "x": -250, + "y": -17090, + "z": 198610 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 5, + "instId": 300027, + "propState": 8, + "pos": { + "x": -250, + "y": -17090, + "z": 198610 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 5, + "instId": 300028, + "propState": 8, + "pos": { + "x": -250, + "y": -17090, + "z": 198610 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 5, + "instId": 300029, + "propState": 8, + "pos": { + "x": -1500, + "y": -17090, + "z": 194110 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 5, + "instId": 300030, + "propState": 8, + "pos": { + "x": -1500, + "y": -17090, + "z": 194110 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 5, + "instId": 300031, + "propState": 8, + "pos": { + "x": -1500, + "y": -17090, + "z": 194110 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 5, + "instId": 300032, + "propState": 8, + "pos": { + "x": -1500, + "y": -17090, + "z": 194110 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 5, + "instId": 300033, + "propState": 8, + "pos": { + "x": -1500, + "y": -17090, + "z": 196610 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 5, + "instId": 300034, + "propState": 8, + "pos": { + "x": -1500, + "y": -17090, + "z": 196610 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 5, + "instId": 300035, + "propState": 8, + "pos": { + "x": -1500, + "y": -17090, + "z": 196610 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 5, + "instId": 300036, + "propState": 8, + "pos": { + "x": -1500, + "y": -17090, + "z": 196610 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 5, + "instId": 300037, + "propState": 8, + "pos": { + "x": -1500, + "y": -17090, + "z": 198860 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 5, + "instId": 300038, + "propState": 8, + "pos": { + "x": -1500, + "y": -17090, + "z": 198860 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 5, + "instId": 300039, + "propState": 8, + "pos": { + "x": -1500, + "y": -17090, + "z": 198860 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 5, + "instId": 300040, + "propState": 8, + "pos": { + "x": -1500, + "y": -17090, + "z": 198860 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 5, + "instId": 300041, + "propState": 8, + "pos": { + "x": -2750, + "y": -17090, + "z": 194110 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 5, + "instId": 300042, + "propState": 8, + "pos": { + "x": -2750, + "y": -17090, + "z": 194110 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 5, + "instId": 300043, + "propState": 8, + "pos": { + "x": -2750, + "y": -17090, + "z": 194110 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 5, + "instId": 300044, + "propState": 8, + "pos": { + "x": -2750, + "y": -17090, + "z": 194110 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 5, + "instId": 300045, + "propState": 8, + "pos": { + "x": -2750, + "y": -17090, + "z": 196610 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 5, + "instId": 300046, + "propState": 8, + "pos": { + "x": -2750, + "y": -17090, + "z": 196610 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 5, + "instId": 300047, + "propState": 8, + "pos": { + "x": -2750, + "y": -17090, + "z": 196610 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 5, + "instId": 300048, + "propState": 8, + "pos": { + "x": -2750, + "y": -17090, + "z": 196610 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104061 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 8, + "pos": { + "x": -67140, + "y": 30970, + "z": 195930 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104026 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 8, + "pos": { + "x": 32885, + "y": -30680, + "z": 240722 + }, + "rot": { + "x": 0, + "y": 215147, + "z": 0 + }, + "propId": 104027 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 8, + "pos": { + "x": -31480, + "y": -28390, + "z": 241760 + }, + "rot": { + "x": 0, + "y": 147441, + "z": 0 + }, + "propId": 104027 + }, + { + "groupId": 9, + "instId": 300004, + "propState": 8, + "pos": { + "x": 32399, + "y": -30929, + "z": 151510 + }, + "rot": { + "x": 0, + "y": 324975, + "z": 0 + }, + "propId": 104027 + }, + { + "groupId": 9, + "instId": 300005, + "propState": 8, + "pos": { + "x": -31624, + "y": -29470, + "z": 151936 + }, + "rot": { + "x": 0, + "y": 35351, + "z": 0 + }, + "propId": 104027 + }, + { + "groupId": 9, + "instId": 300006, + "propState": 8, + "pos": { + "x": 49, + "y": 46820, + "z": 196423 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104025 + }, + { + "groupId": 9, + "instId": 300007, + "propState": 8, + "pos": { + "x": 49, + "y": 46820, + "z": 196423 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104025 + }, + { + "groupId": 9, + "instId": 300008, + "propState": 8, + "pos": { + "x": 49, + "y": 46820, + "z": 196423 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104025 + }, + { + "groupId": 9, + "instId": 300009, + "propState": 8, + "pos": { + "x": 49, + "y": 46820, + "z": 196423 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104025 + }, + { + "groupId": 9, + "instId": 300010, + "propState": 8, + "pos": { + "x": -39796, + "y": 3961, + "z": 194997 + }, + "rot": { + "x": 0, + "y": 217562, + "z": 0 + }, + "propId": 104025 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": -67140, + "y": 30970, + "z": 195930 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104026 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 8, + "pos": { + "x": 32885, + "y": -30680, + "z": 240722 + }, + "rot": { + "x": 0, + "y": 215147, + "z": 0 + }, + "propId": 104027 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 8, + "pos": { + "x": -31480, + "y": -28390, + "z": 241760 + }, + "rot": { + "x": 0, + "y": 147441, + "z": 0 + }, + "propId": 104027 + }, + { + "groupId": 10, + "instId": 300004, + "propState": 8, + "pos": { + "x": 32399, + "y": -30929, + "z": 151510 + }, + "rot": { + "x": 0, + "y": 324975, + "z": 0 + }, + "propId": 104027 + }, + { + "groupId": 10, + "instId": 300005, + "propState": 8, + "pos": { + "x": -31624, + "y": -29470, + "z": 151936 + }, + "rot": { + "x": 0, + "y": 35351, + "z": 0 + }, + "propId": 104027 + }, + { + "groupId": 10, + "instId": 300006, + "propState": 8, + "pos": { + "x": 49, + "y": 46820, + "z": 196423 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104025 + }, + { + "groupId": 10, + "instId": 300007, + "propState": 8, + "pos": { + "x": 49, + "y": 46820, + "z": 196423 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104025 + }, + { + "groupId": 10, + "instId": 300008, + "propState": 8, + "pos": { + "x": 49, + "y": 46820, + "z": 196423 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104025 + }, + { + "groupId": 10, + "instId": 300009, + "propState": 8, + "pos": { + "x": 49, + "y": 46820, + "z": 196423 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104025 + }, + { + "groupId": 10, + "instId": 300010, + "propState": 8, + "pos": { + "x": -39796, + "y": 3961, + "z": 194997 + }, + "rot": { + "x": 0, + "y": 217562, + "z": 0 + }, + "propId": 104025 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 8, + "pos": { + "x": 120, + "y": -21451, + "z": 196470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104121 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 8, + "pos": { + "x": 120, + "y": -21451, + "z": 196470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104121 + }, + { + "groupId": 15, + "instId": 300001, + "propState": 8, + "pos": { + "x": -28744, + "y": -26610, + "z": 155948 + }, + "rot": { + "x": 0, + "y": 39355, + "z": 0 + }, + "propId": 104041 + }, + { + "groupId": 15, + "instId": 300002, + "propState": 8, + "pos": { + "x": 29890, + "y": -28330, + "z": 155140 + }, + "rot": { + "x": 0, + "y": 238838, + "z": 0 + }, + "propId": 104041 + }, + { + "groupId": 15, + "instId": 300003, + "propState": 8, + "pos": { + "x": -28720, + "y": -25630, + "z": 237340 + }, + "rot": { + "x": 0, + "y": 150801, + "z": 0 + }, + "propId": 104041 + }, + { + "groupId": 15, + "instId": 300004, + "propState": 8, + "pos": { + "x": 29912, + "y": -27630, + "z": 236557 + }, + "rot": { + "x": 0, + "y": 215017, + "z": 0 + }, + "propId": 104041 + }, + { + "groupId": 15, + "instId": 300005, + "propState": 8, + "pos": { + "x": 12200, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104041 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 1, + "pos": { + "x": -21269, + "y": 11646, + "z": 38589 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104029 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 8, + "pos": { + "x": -35376, + "y": 11677, + "z": 18097 + }, + "rot": { + "x": 0, + "y": 92818, + "z": 0 + }, + "propId": 104177 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 8, + "pos": { + "x": -34978, + "y": 11698, + "z": 21523 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 104177 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 8, + "pos": { + "x": -24345, + "y": 12755, + "z": 19804 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104022 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 1, + "pos": { + "x": -30780, + "y": 11730, + "z": 19840 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 8, + "pos": { + "x": -32690, + "y": 11691, + "z": 19760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 8, + "pos": { + "x": -32390, + "y": 12680, + "z": 19800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 12, + "pos": { + "x": -15517, + "y": 11646, + "z": 19640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60402 + }, + { + "groupId": 47, + "instId": 300001, + "propState": 1, + "pos": { + "x": 44980, + "y": -153, + "z": -65200 + }, + "rot": { + "x": 0, + "y": 76832, + "z": 0 + }, + "propId": 104045 + }, + { + "groupId": 47, + "instId": 300002, + "propState": 8, + "pos": { + "x": 68112, + "y": -204, + "z": 3845 + }, + "rot": { + "x": 0, + "y": 262957, + "z": 0 + }, + "propId": 104043 + }, + { + "groupId": 48, + "instId": 300001, + "propState": 1, + "pos": { + "x": 52405, + "y": -165, + "z": -66055 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 104029 + }, + { + "groupId": 48, + "instId": 300002, + "propState": 1, + "pos": { + "x": 72885, + "y": -173, + "z": -22420 + }, + "rot": { + "x": 0, + "y": 208495, + "z": 0 + }, + "propId": 104029 + }, + { + "groupId": 49, + "instId": 300001, + "propState": 8, + "pos": { + "x": 69430, + "y": -204, + "z": -14450 + }, + "rot": { + "x": 0, + "y": 272358, + "z": 0 + }, + "propId": 104038 + }, + { + "groupId": 49, + "instId": 300002, + "propState": 8, + "pos": { + "x": 69390, + "y": 90, + "z": -16780 + }, + "rot": { + "x": 0, + "y": 274226, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": 252972, + "y": 44388, + "z": 16103 + }, + "rot": { + "x": 0, + "y": 272281, + "z": 0 + }, + "propId": 104022 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 1, + "pos": { + "x": 260760, + "y": 47000, + "z": 16220 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 8, + "pos": { + "x": 289850, + "y": 53770, + "z": -4290 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 6, + "instId": 300009, + "propState": 8, + "pos": { + "x": 263050, + "y": 48420, + "z": 16200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104032 + }, + { + "groupId": 6, + "instId": 300010, + "propState": 8, + "pos": { + "x": 260760, + "y": 47960, + "z": 16200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 6, + "instId": 300006, + "propState": 8, + "pos": { + "x": 262750, + "y": 44343, + "z": 16120 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 6, + "instId": 300007, + "propState": 8, + "pos": { + "x": 293470, + "y": 50260, + "z": -4340 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 8, + "pos": { + "x": 290930, + "y": 53440, + "z": -4280 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 6, + "instId": 300005, + "propState": 8, + "pos": { + "x": 260550, + "y": 48393, + "z": 12560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104177 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": 310760, + "y": 44579, + "z": 7630 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104022 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 1, + "pos": { + "x": 311220, + "y": 48900, + "z": -8520 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 8, + "pos": { + "x": 291430, + "y": 55200, + "z": 21710 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 7, + "instId": 300007, + "propState": 8, + "pos": { + "x": 293320, + "y": 54410, + "z": 18980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104032 + }, + { + "groupId": 7, + "instId": 300008, + "propState": 8, + "pos": { + "x": 311420, + "y": 48850, + "z": -13360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104032 + }, + { + "groupId": 7, + "instId": 300009, + "propState": 8, + "pos": { + "x": 312700, + "y": 49240, + "z": -8520 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 7, + "instId": 300010, + "propState": 8, + "pos": { + "x": 293270, + "y": 55140, + "z": 16960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 7, + "instId": 300011, + "propState": 8, + "pos": { + "x": 311490, + "y": 44370, + "z": -13790 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 7, + "instId": 300012, + "propState": 8, + "pos": { + "x": 293600, + "y": 50260, + "z": 18110 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": 296424, + "y": 50232, + "z": -29796 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104022 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 8, + "pos": { + "x": 316070, + "y": 51470, + "z": -34050 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 8, + "pos": { + "x": 313220, + "y": 48670, + "z": -34410 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104032 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 8, + "pos": { + "x": 317450, + "y": 44510, + "z": -35520 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 8, + "pos": { + "x": 312510, + "y": 49240, + "z": -34590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 12, + "pos": { + "x": 241455, + "y": 44341, + "z": -69848 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60403 + }, + { + "groupId": 9, + "instId": 300004, + "propState": 8, + "pos": { + "x": 290070, + "y": 50225, + "z": -4584 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300004, + "propState": 12, + "pos": { + "x": 290720, + "y": 50225, + "z": -4290 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60403 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 12, + "pos": { + "x": 320200, + "y": 44470, + "z": -35190 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60403 + }, + { + "groupId": 10, + "instId": 300008, + "propState": 8, + "pos": { + "x": 293520, + "y": 49490, + "z": 8120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104032 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 8, + "pos": { + "x": 290070, + "y": 50225, + "z": -4584 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300010, + "propState": 8, + "pos": { + "x": 290070, + "y": 50225, + "z": -4584 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 8, + "pos": { + "x": 266250, + "y": 44343, + "z": 30690 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104010 + }, + { + "groupId": 20, + "instId": 300007, + "propState": 8, + "pos": { + "x": 285340, + "y": 49051, + "z": 32280 + }, + "rot": { + "x": 0, + "y": 232989, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 20, + "instId": 300008, + "propState": 8, + "pos": { + "x": 291020, + "y": 50925, + "z": 9420 + }, + "rot": { + "x": 0, + "y": 313304, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 20, + "instId": 300009, + "propState": 8, + "pos": { + "x": 281940, + "y": 40185, + "z": 12440 + }, + "rot": { + "x": 0, + "y": 232334, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 20, + "instId": 300010, + "propState": 8, + "pos": { + "x": 323522, + "y": 45041, + "z": -6256 + }, + "rot": { + "x": 0, + "y": 222314, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 20, + "instId": 300013, + "propState": 8, + "pos": { + "x": 257390, + "y": 45250, + "z": -12150 + }, + "rot": { + "x": 0, + "y": 220087, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 21, + "instId": 300003, + "propState": 8, + "pos": { + "x": 265590, + "y": 44343, + "z": 30740 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 104011 + }, + { + "groupId": 21, + "instId": 300006, + "propState": 8, + "pos": { + "x": 285500, + "y": 49050, + "z": 32280 + }, + "rot": { + "x": 0, + "y": 267028, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 21, + "instId": 300007, + "propState": 8, + "pos": { + "x": 291490, + "y": 50925, + "z": -29600 + }, + "rot": { + "x": 0, + "y": 27086, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 21, + "instId": 300009, + "propState": 8, + "pos": { + "x": 281760, + "y": 40185, + "z": 12670 + }, + "rot": { + "x": 0, + "y": 317103, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 21, + "instId": 300011, + "propState": 8, + "pos": { + "x": 323522, + "y": 45041, + "z": -6256 + }, + "rot": { + "x": 0, + "y": 308637, + "z": 0 + }, + "propId": 104080 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 1, + "pos": { + "x": -42939, + "y": 82040, + "z": 337057 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104103 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 1, + "pos": { + "x": -5849, + "y": 82040, + "z": 337057 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 104103 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 1, + "pos": { + "x": -10360, + "y": 16021, + "z": 285980 + }, + "rot": { + "x": 0, + "y": 188257, + "z": 0 + }, + "propId": 104029 + }, + { + "groupId": 5, + "instId": 300004, + "propState": 8, + "pos": { + "x": 8130, + "y": 15600, + "z": 292420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104032 + }, + { + "groupId": 5, + "instId": 300005, + "propState": 8, + "pos": { + "x": -57140, + "y": 15130, + "z": 284360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104032 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 12, + "pos": { + "x": -24510, + "y": 17285, + "z": 293610 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60402 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 1, + "pos": { + "x": 810, + "y": 16021, + "z": 307310 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 104022 + }, + { + "groupId": 10, + "instId": 300004, + "propState": 1, + "pos": { + "x": -24850, + "y": 17285, + "z": 293245 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": -38590, + "y": 17960, + "z": 283200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 8, + "pos": { + "x": -24740, + "y": 17400, + "z": 290460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104141 + }, + { + "groupId": 10, + "instId": 300005, + "propState": 8, + "pos": { + "x": -14640, + "y": 17280, + "z": 285970 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104031 + }, + { + "groupId": 10, + "instId": 300006, + "propState": 8, + "pos": { + "x": -17810, + "y": 16050, + "z": 282580 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 104141 + } + ], + "monsters": [], + "teleports": [] + }, + { + "planeID": 41402, + "props": [ + { + "groupId": 3, + "instId": 300004, + "propState": 12, + "pos": { + "x": -79289, + "y": 25115, + "z": 295917 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60403 + } + ], + "monsters": [], + "teleports": [] + }, + { + "planeID": 43001, + "props": [ + { + "groupId": 27, + "instId": 300001, + "propState": 8, + "pos": { + "x": 110, + "y": -3500, + "z": -190 + }, + "rot": { + "x": 0, + "y": 269724, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 1, + "pos": { + "x": -2163, + "y": 0, + "z": 15762 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 2003 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 1, + "pos": { + "x": -2163, + "y": 0, + "z": 5264 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 2003 + }, + { + "groupId": 14, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 34860 + }, + "rot": { + "x": 0, + "y": 269724, + "z": 0 + }, + "propId": 3002 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 1, + "groupId": 27, + "instId": 300001, + "pos": { + "x": 110, + "y": 0, + "z": -190 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2102 + }, + { + "anchorId": 1, + "groupId": 14, + "instId": 300001, + "pos": { + "x": 0, + "y": 0, + "z": 29260 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 43002, + "props": [ + { + "groupId": 22, + "instId": 300003, + "propState": 8, + "pos": { + "x": 29, + "y": 257, + "z": 89207 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100002 + }, + { + "groupId": 22, + "instId": 300005, + "propState": 8, + "pos": { + "x": -11728, + "y": 187, + "z": 141888 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 22, + "instId": 300019, + "propState": 8, + "pos": { + "x": -11728, + "y": 147, + "z": 138240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 22, + "instId": 300006, + "propState": 8, + "pos": { + "x": -10200, + "y": 167, + "z": 137420 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 22, + "instId": 300010, + "propState": 8, + "pos": { + "x": 11727, + "y": 185, + "z": 141900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 22, + "instId": 300023, + "propState": 8, + "pos": { + "x": 11728, + "y": 147, + "z": 138240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 22, + "instId": 300011, + "propState": 8, + "pos": { + "x": 13400, + "y": 167, + "z": 137700 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 15, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 1, + "pos": { + "x": 64619, + "y": 80338, + "z": 99130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 16, + "instId": 300015, + "propState": 8, + "pos": { + "x": 94614, + "y": 74053, + "z": 103220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 16, + "instId": 300003, + "propState": 8, + "pos": { + "x": 67646, + "y": 80000, + "z": 110350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100011 + }, + { + "groupId": 16, + "instId": 300004, + "propState": 1, + "pos": { + "x": 67680, + "y": 79980, + "z": 88240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100012 + }, + { + "groupId": 26, + "instId": 300009, + "propState": 8, + "pos": { + "x": 8732, + "y": 79658, + "z": 113930 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 26, + "instId": 300013, + "propState": 8, + "pos": { + "x": 8732, + "y": 79584, + "z": 110666 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 26, + "instId": 300002, + "propState": 8, + "pos": { + "x": 10469, + "y": 79626, + "z": 110460 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 26, + "instId": 300001, + "propState": 8, + "pos": { + "x": 45424, + "y": 105, + "z": -127524 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 26, + "instId": 300014, + "propState": 8, + "pos": { + "x": -5018, + "y": 79582, + "z": 99243 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 26, + "instId": 300015, + "propState": 8, + "pos": { + "x": 8732, + "y": 79584, + "z": 87818 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 26, + "instId": 300023, + "propState": 8, + "pos": { + "x": 6984, + "y": 79597, + "z": 88038 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 26, + "instId": 300024, + "propState": 8, + "pos": { + "x": 8730, + "y": 79658, + "z": 84610 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 31, + "instId": 300003, + "propState": 8, + "pos": { + "x": 88774, + "y": 75793, + "z": 116572 + }, + "rot": { + "x": 0, + "y": 348385, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 32, + "instId": 300001, + "propState": 8, + "pos": { + "x": 2144, + "y": 79926, + "z": 96234 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 32, + "instId": 300002, + "propState": 8, + "pos": { + "x": 84710, + "y": 78961, + "z": 141384 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + } + ], + "monsters": [ + { + "groupId": 30, + "instId": 200001, + "eventId": 43002002, + "pos": { + "x": 46317, + "y": 80223, + "z": 117520 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8012020 + }, + { + "groupId": 30, + "instId": 200002, + "eventId": 43002003, + "pos": { + "x": 91588, + "y": 75793, + "z": 118861 + }, + "rot": { + "x": 0, + "y": 97403, + "z": 0 + }, + "monsterId": 8012030 + } + ], + "teleports": [ + { + "anchorId": 1, + "groupId": 32, + "instId": 300001, + "pos": { + "x": 82700, + "y": 78661, + "z": 139670 + }, + "rot": { + "x": 0, + "y": 269672, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 43003, + "props": [ + { + "groupId": 29, + "instId": 300002, + "propState": 8, + "pos": { + "x": 34205, + "y": 172241, + "z": 61090 + }, + "rot": { + "x": 0, + "y": 140342, + "z": 0 + }, + "propId": 100075 + }, + { + "groupId": 29, + "instId": 300004, + "propState": 1, + "pos": { + "x": 50100, + "y": 172307, + "z": 34560 + }, + "rot": { + "x": 0, + "y": 320342, + "z": 0 + }, + "propId": 100076 + }, + { + "groupId": 29, + "instId": 300005, + "propState": 1, + "pos": { + "x": 4961, + "y": 172283, + "z": -85700 + }, + "rot": { + "x": 0, + "y": 264500, + "z": 0 + }, + "propId": 100076 + }, + { + "groupId": 29, + "instId": 300001, + "propState": 1, + "pos": { + "x": -61141, + "y": 177569, + "z": 41487 + }, + "rot": { + "x": 0, + "y": 140000, + "z": 0 + }, + "propId": 100079 + }, + { + "groupId": 29, + "instId": 300003, + "propState": 8, + "pos": { + "x": 86620, + "y": 411956, + "z": -14145 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100075 + }, + { + "groupId": 29, + "instId": 300006, + "propState": 8, + "pos": { + "x": -92635, + "y": 411956, + "z": -14145 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100075 + }, + { + "groupId": 29, + "instId": 300007, + "propState": 1, + "pos": { + "x": -45550, + "y": 182859, + "z": 37610 + }, + "rot": { + "x": 0, + "y": 50364, + "z": 0 + }, + "propId": 100075 + }, + { + "groupId": 29, + "instId": 300008, + "propState": 1, + "pos": { + "x": -5492, + "y": 172245, + "z": 69006 + }, + "rot": { + "x": 0, + "y": 230342, + "z": 0 + }, + "propId": 100075 + }, + { + "groupId": 32, + "instId": 300001, + "propState": 8, + "pos": { + "x": 3000, + "y": 185029, + "z": 4000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 33, + "instId": 300001, + "propState": 8, + "pos": { + "x": -44708, + "y": 182921, + "z": -66187 + }, + "rot": { + "x": 0, + "y": 309500, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 33, + "instId": 300002, + "propState": 8, + "pos": { + "x": -44708, + "y": 182881, + "z": -66187 + }, + "rot": { + "x": 0, + "y": 219500, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 33, + "instId": 300003, + "propState": 8, + "pos": { + "x": -47712, + "y": 182862, + "z": -66323 + }, + "rot": { + "x": 0, + "y": 312965, + "z": 0 + }, + "propId": 100078 + }, + { + "groupId": 33, + "instId": 300004, + "propState": 8, + "pos": { + "x": 73228, + "y": 172441, + "z": -14226 + }, + "rot": { + "x": 0, + "y": 90756, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 33, + "instId": 300005, + "propState": 8, + "pos": { + "x": 70677, + "y": 172384, + "z": -14232 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 33, + "instId": 300006, + "propState": 1, + "pos": { + "x": 13956, + "y": 172295, + "z": 85557 + }, + "rot": { + "x": 0, + "y": 185733, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 33, + "instId": 300007, + "propState": 1, + "pos": { + "x": 13738, + "y": 172220, + "z": 83390 + }, + "rot": { + "x": 0, + "y": 275733, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 33, + "instId": 300008, + "propState": 1, + "pos": { + "x": -57770, + "y": 177580, + "z": 51330 + }, + "rot": { + "x": 0, + "y": 230342, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 33, + "instId": 300009, + "propState": 1, + "pos": { + "x": -59470, + "y": 177511, + "z": 49920 + }, + "rot": { + "x": 0, + "y": 320342, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 33, + "instId": 300010, + "propState": 1, + "pos": { + "x": -15429, + "y": 177436, + "z": -121681 + }, + "rot": { + "x": 0, + "y": 309500, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 33, + "instId": 300011, + "propState": 8, + "pos": { + "x": 12105, + "y": 174893, + "z": -104320 + }, + "rot": { + "x": 0, + "y": 309500, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 33, + "instId": 300012, + "propState": 8, + "pos": { + "x": 25850, + "y": 172261, + "z": 50783 + }, + "rot": { + "x": 0, + "y": 95342, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 33, + "instId": 300013, + "propState": 8, + "pos": { + "x": 22247, + "y": 172300, + "z": 64676 + }, + "rot": { + "x": 0, + "y": 50342, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 33, + "instId": 300014, + "propState": 1, + "pos": { + "x": -15420, + "y": 177421, + "z": -121688 + }, + "rot": { + "x": 0, + "y": 219500, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 33, + "instId": 300015, + "propState": 8, + "pos": { + "x": 12138, + "y": 174878, + "z": -104347 + }, + "rot": { + "x": 0, + "y": 219500, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 33, + "instId": 300016, + "propState": 8, + "pos": { + "x": 25865, + "y": 172246, + "z": 50781 + }, + "rot": { + "x": 0, + "y": 5342, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 33, + "instId": 300017, + "propState": 8, + "pos": { + "x": 22300, + "y": 172252, + "z": 64720 + }, + "rot": { + "x": 0, + "y": 320342, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 36, + "instId": 300001, + "propState": 8, + "pos": { + "x": 2322, + "y": 420480, + "z": -26583 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 37, + "instId": 300002, + "propState": 8, + "pos": { + "x": -14697, + "y": 172242, + "z": 66319 + }, + "rot": { + "x": 0, + "y": 356870, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 37, + "instId": 300003, + "propState": 8, + "pos": { + "x": -51130, + "y": 177527, + "z": 58709 + }, + "rot": { + "x": 0, + "y": 348385, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 37, + "instId": 300001, + "propState": 8, + "pos": { + "x": -51258, + "y": 182868, + "z": -77349 + }, + "rot": { + "x": 0, + "y": 348385, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 37, + "instId": 300004, + "propState": 8, + "pos": { + "x": -46951, + "y": 182862, + "z": -59045 + }, + "rot": { + "x": 0, + "y": 356870, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 37, + "instId": 300006, + "propState": 8, + "pos": { + "x": 10699, + "y": 180920, + "z": -103198 + }, + "rot": { + "x": 0, + "y": 348385, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 38, + "instId": 300001, + "propState": 8, + "pos": { + "x": 10720, + "y": 172506, + "z": 96786 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 38, + "instId": 300002, + "propState": 8, + "pos": { + "x": -39050, + "y": 182836, + "z": 45780 + }, + "rot": { + "x": 0, + "y": 333363, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 38, + "instId": 300003, + "propState": 8, + "pos": { + "x": -14220, + "y": 177713, + "z": -125730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + } + ], + "monsters": [ + { + "groupId": 27, + "instId": 200001, + "eventId": 43003002, + "pos": { + "x": -25597, + "y": 172230, + "z": 69408 + }, + "rot": { + "x": 0, + "y": 146107, + "z": 0 + }, + "monsterId": 8022010 + }, + { + "groupId": 27, + "instId": 200002, + "eventId": 43003003, + "pos": { + "x": -31130, + "y": 172230, + "z": 45031 + }, + "rot": { + "x": 0, + "y": 146107, + "z": 0 + }, + "monsterId": 8022010 + }, + { + "groupId": 27, + "instId": 200003, + "eventId": 43003004, + "pos": { + "x": -59859, + "y": 182918, + "z": 28076 + }, + "rot": { + "x": 0, + "y": 146107, + "z": 0 + }, + "monsterId": 8022010 + }, + { + "groupId": 27, + "instId": 200004, + "eventId": 43003005, + "pos": { + "x": -59770, + "y": 182862, + "z": -13760 + }, + "rot": { + "x": 0, + "y": 80820, + "z": 0 + }, + "monsterId": 8022010 + }, + { + "groupId": 27, + "instId": 200005, + "eventId": 43003006, + "pos": { + "x": -31712, + "y": 180918, + "z": -93613 + }, + "rot": { + "x": 0, + "y": 146107, + "z": 0 + }, + "monsterId": 8022010 + }, + { + "groupId": 27, + "instId": 200007, + "eventId": 43003008, + "pos": { + "x": -1870, + "y": 177412, + "z": -125550 + }, + "rot": { + "x": 0, + "y": 177714, + "z": 0 + }, + "monsterId": 8022010 + } + ], + "teleports": [ + { + "anchorId": 3, + "groupId": 38, + "instId": 300003, + "pos": { + "x": -11800, + "y": 177412, + "z": -124650 + }, + "rot": { + "x": 0, + "y": 310782, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 43004, + "props": [ + { + "groupId": 17, + "instId": 300006, + "propState": 8, + "pos": { + "x": 8732, + "y": 76741, + "z": 133220 + }, + "rot": { + "x": 0, + "y": 180001, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 17, + "instId": 300011, + "propState": 8, + "pos": { + "x": 8744, + "y": 76650, + "z": 130573 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 1, + "pos": { + "x": 8742, + "y": 76666, + "z": 156017 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 300003 + } + ], + "monsters": [], + "teleports": [] + }, + { + "planeID": 43101, + "props": [ + { + "groupId": 1, + "instId": 300001, + "propState": 8, + "pos": { + "x": 132357, + "y": 46584, + "z": -30713 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 1, + "instId": 300002, + "propState": 8, + "pos": { + "x": 158830, + "y": 46506, + "z": -69090 + }, + "rot": { + "x": 0, + "y": 131434, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 1, + "instId": 300003, + "propState": 8, + "pos": { + "x": 220350, + "y": 47054, + "z": -142720 + }, + "rot": { + "x": 0, + "y": 263726, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 1, + "instId": 300004, + "propState": 8, + "pos": { + "x": 112480, + "y": 53103, + "z": -57890 + }, + "rot": { + "x": 0, + "y": 276423, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 1, + "instId": 300005, + "propState": 8, + "pos": { + "x": 231610, + "y": 48001, + "z": -133450 + }, + "rot": { + "x": 0, + "y": 239735, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 1, + "instId": 300006, + "propState": 8, + "pos": { + "x": 128550, + "y": 46641, + "z": -10400 + }, + "rot": { + "x": 0, + "y": 335616, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 8, + "pos": { + "x": 150195, + "y": 46544, + "z": -76725 + }, + "rot": { + "x": 0, + "y": 14100, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 14, + "instId": 300001, + "propState": 8, + "pos": { + "x": 153569, + "y": 46416, + "z": -61585 + }, + "rot": { + "x": 0, + "y": 14100, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 14, + "instId": 300004, + "propState": 8, + "pos": { + "x": 215143, + "y": 47236, + "z": -135081 + }, + "rot": { + "x": 0, + "y": 14100, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 14, + "instId": 300005, + "propState": 8, + "pos": { + "x": 215705, + "y": 47242, + "z": -135013 + }, + "rot": { + "x": 0, + "y": 14100, + "z": 0 + }, + "propId": 101015 + } + ], + "monsters": [ + { + "groupId": 10, + "instId": 200001, + "eventId": 43101003, + "pos": { + "x": 235457, + "y": 45265, + "z": -56663 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 8032020 + }, + { + "groupId": 10, + "instId": 200002, + "eventId": 43101004, + "pos": { + "x": 241502, + "y": 45265, + "z": -51190 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8032010 + } + ], + "teleports": [ + { + "anchorId": 3, + "groupId": 1, + "instId": 300003, + "pos": { + "x": 225080, + "y": 47023, + "z": -142362 + }, + "rot": { + "x": 0, + "y": 173119, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 43102, + "props": [ + { + "groupId": 1, + "instId": 300001, + "propState": 8, + "pos": { + "x": -52695, + "y": -2555, + "z": 117350 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 1, + "instId": 300002, + "propState": 8, + "pos": { + "x": -2782, + "y": -148, + "z": 115706 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 8, + "pos": { + "x": -30661, + "y": -2506, + "z": 121266 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 8, + "pos": { + "x": -207400, + "y": -93500, + "z": 296200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101071 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 8, + "pos": { + "x": -34420, + "y": -2639, + "z": 114720 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101072 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 8, + "pos": { + "x": -81596, + "y": 3603, + "z": 111095 + }, + "rot": { + "x": 0, + "y": 337146, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 8, + "pos": { + "x": -69464, + "y": 1399, + "z": 121703 + }, + "rot": { + "x": 0, + "y": 337146, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300001, + "propState": 8, + "pos": { + "x": -32433, + "y": -2514, + "z": 120146 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 8, + "pos": { + "x": -32433, + "y": -2514, + "z": 120146 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 22, + "instId": 300003, + "propState": 8, + "pos": { + "x": -18772, + "y": -231, + "z": 89375 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 22, + "instId": 300004, + "propState": 8, + "pos": { + "x": -20369, + "y": -145, + "z": 86766 + }, + "rot": { + "x": 0, + "y": 178277, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 22, + "instId": 300006, + "propState": 8, + "pos": { + "x": -57036, + "y": -2640, + "z": 103824 + }, + "rot": { + "x": 0, + "y": 54927, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 22, + "instId": 300007, + "propState": 8, + "pos": { + "x": -57620, + "y": -2596, + "z": 106420 + }, + "rot": { + "x": 0, + "y": 73197, + "z": 0 + }, + "propId": 101003 + }, + { + "groupId": 22, + "instId": 300009, + "propState": 8, + "pos": { + "x": -80309, + "y": 1420, + "z": 124727 + }, + "rot": { + "x": 0, + "y": 316678, + "z": 0 + }, + "propId": 101005 + }, + { + "groupId": 22, + "instId": 300010, + "propState": 8, + "pos": { + "x": -85234, + "y": 1335, + "z": 126341 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 22, + "instId": 300001, + "propState": 8, + "pos": { + "x": -76298, + "y": 6384, + "z": 94583 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 22, + "instId": 300002, + "propState": 8, + "pos": { + "x": -72950, + "y": 5448, + "z": 76350 + }, + "rot": { + "x": 0, + "y": 310410, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 22, + "instId": 300005, + "propState": 8, + "pos": { + "x": -12520, + "y": 963, + "z": 156200 + }, + "rot": { + "x": 0, + "y": 341560, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 22, + "instId": 300008, + "propState": 8, + "pos": { + "x": 2270, + "y": 1902, + "z": 89060 + }, + "rot": { + "x": 0, + "y": 359491, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 8, + "pos": { + "x": 11880, + "y": -2575, + "z": 152340 + }, + "rot": { + "x": 0, + "y": 266269, + "z": 0 + }, + "propId": 114 + }, + { + "groupId": 1, + "instId": 300001, + "propState": 8, + "pos": { + "x": -467, + "y": -24793, + "z": 122158 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 1, + "instId": 300002, + "propState": 8, + "pos": { + "x": 1040, + "y": 1720, + "z": -1150 + }, + "rot": { + "x": 0, + "y": 345350, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 8, + "pos": { + "x": 16065, + "y": 36584, + "z": 51255 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 15, + "pos": { + "x": -14760, + "y": -24600, + "z": 88992 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101007 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 8, + "pos": { + "x": -17339, + "y": 5433, + "z": 82368 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101008 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 8, + "pos": { + "x": -9519, + "y": -24805, + "z": 86300 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101008 + }, + { + "groupId": 4, + "instId": 300005, + "propState": 8, + "pos": { + "x": -14760, + "y": -25370, + "z": 88992 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 301005 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 8, + "pos": { + "x": -8171, + "y": -24793, + "z": 115577 + }, + "rot": { + "x": 0, + "y": 14100, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 14, + "instId": 300001, + "propState": 8, + "pos": { + "x": -9144, + "y": -24793, + "z": 114516 + }, + "rot": { + "x": 0, + "y": 14100, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 14, + "instId": 300003, + "propState": 8, + "pos": { + "x": 7924, + "y": 26372, + "z": 46752 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 3, + "groupId": 1, + "instId": 300002, + "pos": { + "x": -5992, + "y": -197, + "z": 114970 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2102 + }, + { + "anchorId": 2, + "groupId": 1, + "instId": 300001, + "pos": { + "x": -4470, + "y": -24793, + "z": 115343 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 43103, + "props": [ + { + "groupId": 2, + "instId": 300002, + "propState": 8, + "pos": { + "x": 31201, + "y": 3940, + "z": 123099 + }, + "rot": { + "x": 0, + "y": 269724, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 2, + "instId": 300001, + "propState": 8, + "pos": { + "x": 36860, + "y": 942, + "z": 243902 + }, + "rot": { + "x": 0, + "y": 269724, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 2, + "instId": 300003, + "propState": 8, + "pos": { + "x": 110319, + "y": -5027, + "z": 328316 + }, + "rot": { + "x": 0, + "y": 269724, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 3, + "pos": { + "x": 81034, + "y": -4800, + "z": 324800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 301011 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 8, + "pos": { + "x": 84458, + "y": -5020, + "z": 352983 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101012 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 8, + "pos": { + "x": 51805, + "y": -5058, + "z": 322141 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101012 + }, + { + "groupId": 4, + "instId": 300020, + "propState": 2, + "pos": { + "x": 108200, + "y": -5058, + "z": 408100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101012 + }, + { + "groupId": 4, + "instId": 300021, + "propState": 2, + "pos": { + "x": 110580, + "y": -5058, + "z": 408360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101012 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 8, + "pos": { + "x": 6810, + "y": 0, + "z": 69730 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 4, + "instId": 300005, + "propState": 8, + "pos": { + "x": 7960, + "y": -58, + "z": 73250 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 101003 + }, + { + "groupId": 4, + "instId": 300006, + "propState": 8, + "pos": { + "x": 33000, + "y": 4000, + "z": 126050 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 4, + "instId": 300008, + "propState": 8, + "pos": { + "x": 80890, + "y": -4952, + "z": 291000 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 4, + "instId": 300012, + "propState": 8, + "pos": { + "x": 32930, + "y": -2833, + "z": 302940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 4, + "instId": 300013, + "propState": 8, + "pos": { + "x": 30752, + "y": -2833, + "z": 308420 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 4, + "instId": 300009, + "propState": 8, + "pos": { + "x": 52537, + "y": -5058, + "z": 324830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300010, + "propState": 8, + "pos": { + "x": 38810, + "y": 3965, + "z": 224620 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 4, + "instId": 300007, + "propState": 8, + "pos": { + "x": -11300, + "y": 2014, + "z": 109070 + }, + "rot": { + "x": 0, + "y": 85546, + "z": 0 + }, + "propId": 301014 + }, + { + "groupId": 4, + "instId": 300011, + "propState": 8, + "pos": { + "x": 116071, + "y": -5031, + "z": 319584 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300015, + "propState": 8, + "pos": { + "x": 7960, + "y": -58, + "z": 73270 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 301079 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": 47100, + "y": 3403, + "z": 271770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101069 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 8, + "pos": { + "x": 29540, + "y": 8248, + "z": 258200 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101069 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 8, + "pos": { + "x": 41190, + "y": 8190, + "z": 231180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101069 + }, + { + "groupId": 5, + "instId": 300004, + "propState": 8, + "pos": { + "x": 53480, + "y": 6496, + "z": 320470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101069 + }, + { + "groupId": 5, + "instId": 300005, + "propState": 8, + "pos": { + "x": 76470, + "y": 6480, + "z": 291540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101069 + }, + { + "groupId": 5, + "instId": 300006, + "propState": 8, + "pos": { + "x": 21020, + "y": 7410, + "z": 191114 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101069 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": 81600, + "y": -5095, + "z": 325440 + }, + "rot": { + "x": 0, + "y": 358651, + "z": 0 + }, + "propId": 101078 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 8, + "pos": { + "x": 76640, + "y": -2497, + "z": 297590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101068 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 8, + "pos": { + "x": 114303, + "y": -3954, + "z": 314908 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101068 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 8, + "pos": { + "x": 53737, + "y": -3288, + "z": 329193 + }, + "rot": { + "x": 0, + "y": 359777, + "z": 0 + }, + "propId": 101068 + }, + { + "groupId": 6, + "instId": 300005, + "propState": 8, + "pos": { + "x": 56700, + "y": 3944, + "z": 271270 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101068 + }, + { + "groupId": 6, + "instId": 300006, + "propState": 8, + "pos": { + "x": 47100, + "y": 943, + "z": 271770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101068 + }, + { + "groupId": 6, + "instId": 300007, + "propState": 8, + "pos": { + "x": 21020, + "y": 4947, + "z": 191114 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101068 + }, + { + "groupId": 6, + "instId": 300009, + "propState": 8, + "pos": { + "x": 58708, + "y": 5021, + "z": 257952 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101068 + }, + { + "groupId": 6, + "instId": 300010, + "propState": 8, + "pos": { + "x": 14470, + "y": 4001, + "z": 259610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101068 + }, + { + "groupId": 6, + "instId": 300011, + "propState": 8, + "pos": { + "x": 4676, + "y": 5015, + "z": 254736 + }, + "rot": { + "x": 0, + "y": 332718, + "z": 0 + }, + "propId": 101068 + }, + { + "groupId": 6, + "instId": 300014, + "propState": 8, + "pos": { + "x": 76470, + "y": 4000, + "z": 291540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101068 + }, + { + "groupId": 6, + "instId": 300016, + "propState": 8, + "pos": { + "x": 41036, + "y": -5395, + "z": 326091 + }, + "rot": { + "x": 0, + "y": 1, + "z": 0 + }, + "propId": 101068 + }, + { + "groupId": 6, + "instId": 300017, + "propState": 8, + "pos": { + "x": 32988, + "y": -1311, + "z": 315546 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101068 + }, + { + "groupId": 6, + "instId": 300018, + "propState": 8, + "pos": { + "x": 29580, + "y": 5500, + "z": 312560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101068 + }, + { + "groupId": 6, + "instId": 300019, + "propState": 8, + "pos": { + "x": 36520, + "y": 4011, + "z": 306600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101068 + }, + { + "groupId": 6, + "instId": 300020, + "propState": 8, + "pos": { + "x": 35875, + "y": 5032, + "z": 220690 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101068 + }, + { + "groupId": 6, + "instId": 300021, + "propState": 8, + "pos": { + "x": 41190, + "y": 5746, + "z": 231180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101068 + }, + { + "groupId": 6, + "instId": 300015, + "propState": 8, + "pos": { + "x": 44930, + "y": 2456, + "z": 314660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101068 + }, + { + "groupId": 6, + "instId": 300022, + "propState": 8, + "pos": { + "x": 53480, + "y": 4000, + "z": 320470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101068 + }, + { + "groupId": 6, + "instId": 300023, + "propState": 8, + "pos": { + "x": 29540, + "y": 5753, + "z": 258200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101068 + }, + { + "groupId": 6, + "instId": 300012, + "propState": 8, + "pos": { + "x": 22950, + "y": 4001, + "z": 259610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101068 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": -32250, + "y": -58, + "z": 79666 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101052 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 8, + "pos": { + "x": 102466, + "y": -5026, + "z": 265568 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101052 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 12, + "pos": { + "x": 1560, + "y": 3939, + "z": 256393 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 12, + "pos": { + "x": 23663, + "y": 4193, + "z": 181988 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 9, + "instId": 300004, + "propState": 12, + "pos": { + "x": 61959, + "y": 3944, + "z": 255776 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 9, + "instId": 300005, + "propState": 12, + "pos": { + "x": 32916, + "y": -2891, + "z": 304308 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60103 + }, + { + "groupId": 9, + "instId": 300006, + "propState": 12, + "pos": { + "x": 114280, + "y": -5031, + "z": 310359 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 8, + "pos": { + "x": -28259, + "y": -58, + "z": 85376 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 301078 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 8, + "pos": { + "x": 41524, + "y": -4749, + "z": 321164 + }, + "rot": { + "x": 0, + "y": 303494, + "z": 0 + }, + "propId": 301078 + }, + { + "groupId": 10, + "instId": 300004, + "propState": 8, + "pos": { + "x": 33101, + "y": 3978, + "z": 150224 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 301078 + }, + { + "groupId": 10, + "instId": 300005, + "propState": 8, + "pos": { + "x": 110649, + "y": -2021, + "z": 368778 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 301078 + }, + { + "groupId": 10, + "instId": 300006, + "propState": 8, + "pos": { + "x": 94291, + "y": -5026, + "z": 269522 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 301078 + }, + { + "groupId": 17, + "instId": 300020, + "propState": 2, + "pos": { + "x": -600, + "y": 3939, + "z": 247960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 8, + "pos": { + "x": 6849, + "y": 4044, + "z": 255475 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 8, + "pos": { + "x": 5533, + "y": 3939, + "z": 257287 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 18, + "instId": 300020, + "propState": 2, + "pos": { + "x": 54940, + "y": 3944, + "z": 249600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 18, + "instId": 300001, + "propState": 8, + "pos": { + "x": -75900, + "y": -111, + "z": -66300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 8, + "pos": { + "x": 59616, + "y": 3944, + "z": 259312 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 19, + "instId": 300020, + "propState": 2, + "pos": { + "x": 107560, + "y": -5031, + "z": 308180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 19, + "instId": 300001, + "propState": 8, + "pos": { + "x": -75900, + "y": -111, + "z": -66300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 19, + "instId": 300002, + "propState": 8, + "pos": { + "x": 112817, + "y": -5031, + "z": 315573 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 20, + "instId": 300020, + "propState": 2, + "pos": { + "x": 33620, + "y": 3942, + "z": 212350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 20, + "instId": 300001, + "propState": 8, + "pos": { + "x": -75900, + "y": -111, + "z": -66300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 8, + "pos": { + "x": 36099, + "y": 3942, + "z": 217305 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300001, + "propState": 9, + "pos": { + "x": 113200, + "y": -5029, + "z": 325450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": 47718, + "y": -1332, + "z": 98260 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102037 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": -7664, + "y": 5257, + "z": -56100 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 8, + "pos": { + "x": -19103, + "y": 5240, + "z": -74285 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 7, + "instId": 300005, + "propState": 8, + "pos": { + "x": 40420, + "y": 9101, + "z": 175980 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 8, + "pos": { + "x": 6782, + "y": 2171, + "z": 46935 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 8, + "pos": { + "x": 4075, + "y": 9184, + "z": 107709 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 7, + "instId": 300008, + "propState": 8, + "pos": { + "x": 6592, + "y": 2220, + "z": 66091 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 7, + "instId": 300009, + "propState": 8, + "pos": { + "x": 32198, + "y": 7036, + "z": -108590 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 7, + "instId": 300010, + "propState": 8, + "pos": { + "x": -29287, + "y": 7086, + "z": -108760 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 7, + "instId": 300011, + "propState": 8, + "pos": { + "x": 8205, + "y": 2246, + "z": 68297 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 7, + "instId": 300012, + "propState": 8, + "pos": { + "x": -43250, + "y": 2221, + "z": 76975 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 7, + "instId": 300013, + "propState": 2, + "pos": { + "x": -41366, + "y": 2171, + "z": 76494 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 7, + "instId": 300014, + "propState": 8, + "pos": { + "x": -3200, + "y": -33540, + "z": 59260 + }, + "rot": { + "x": 0, + "y": 203929, + "z": 0 + }, + "propId": 101071 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": -5550, + "y": -1035, + "z": 6407 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 8, + "pos": { + "x": 3914, + "y": 2280, + "z": 73680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 8, + "pos": { + "x": 1970, + "y": 2171, + "z": 50550 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 8, + "pos": { + "x": 7864, + "y": 2280, + "z": 68864 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300004, + "propState": 8, + "pos": { + "x": 75600, + "y": -84200, + "z": -178600 + }, + "rot": { + "x": 0, + "y": 204930, + "z": 0 + }, + "propId": 101071 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": -40, + "y": 10, + "z": 230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 8, + "pos": { + "x": -3940, + "y": -1120, + "z": -14530 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 8, + "pos": { + "x": 560, + "y": 55, + "z": -32 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 8, + "pos": { + "x": -1070, + "y": -1120, + "z": -9240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 8, + "pos": { + "x": 16049, + "y": -4318, + "z": -4092 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300004, + "propState": 8, + "pos": { + "x": 1480, + "y": -168, + "z": 3340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 8, + "pos": { + "x": 380, + "y": 0, + "z": -2920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 8, + "pos": { + "x": 26553, + "y": 586, + "z": -14286 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 15, + "instId": 300001, + "propState": 8, + "pos": { + "x": -14233, + "y": 5236, + "z": -78611 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 111 + }, + { + "groupId": 16, + "instId": 300001, + "propState": 8, + "pos": { + "x": 24400, + "y": -1116, + "z": 7180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 8, + "pos": { + "x": -8412, + "y": 5236, + "z": -49889 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 16, + "instId": 300003, + "propState": 8, + "pos": { + "x": 6399, + "y": 8526, + "z": -110660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 16, + "instId": 300004, + "propState": 8, + "pos": { + "x": -16857, + "y": 2171, + "z": 38956 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 16, + "instId": 300005, + "propState": 8, + "pos": { + "x": -41351, + "y": 2232, + "z": 76130 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 301079 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102140 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102141 + }, + { + "groupId": 17, + "instId": 300003, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102142 + }, + { + "groupId": 17, + "instId": 300004, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102143 + }, + { + "groupId": 17, + "instId": 300005, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102144 + }, + { + "groupId": 17, + "instId": 300006, + "propState": 8, + "pos": { + "x": -12812, + "y": -1147, + "z": 10701 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 18, + "instId": 300001, + "propState": 12, + "pos": { + "x": -13610, + "y": 11232, + "z": -67000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 12, + "pos": { + "x": 1674, + "y": -1085, + "z": 1676 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60203 + }, + { + "groupId": 18, + "instId": 300003, + "propState": 12, + "pos": { + "x": 49440, + "y": -3005, + "z": -15802 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 18, + "instId": 300004, + "propState": 12, + "pos": { + "x": 47921, + "y": 2246, + "z": 72552 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 18, + "instId": 300005, + "propState": 12, + "pos": { + "x": -32360, + "y": 3065, + "z": 68078 + }, + "rot": { + "x": 0, + "y": 49590, + "z": 0 + }, + "propId": 60201 + }, + { + "groupId": 22, + "instId": 300001, + "propState": 8, + "pos": { + "x": -13460, + "y": -1147, + "z": -25866 + }, + "rot": { + "x": 0, + "y": 315568, + "z": 0 + }, + "propId": 301078 + }, + { + "groupId": 22, + "instId": 300002, + "propState": 8, + "pos": { + "x": 190, + "y": -1085, + "z": 11170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 301078 + }, + { + "groupId": 22, + "instId": 300003, + "propState": 8, + "pos": { + "x": -19630, + "y": 9101, + "z": 94503 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 301078 + }, + { + "groupId": 22, + "instId": 300004, + "propState": 8, + "pos": { + "x": 46664, + "y": -2916, + "z": 38045 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 301078 + }, + { + "groupId": 22, + "instId": 300005, + "propState": 8, + "pos": { + "x": -1705, + "y": 2171, + "z": 45586 + }, + "rot": { + "x": 0, + "y": 206280, + "z": 0 + }, + "propId": 301078 + }, + { + "groupId": 1, + "instId": 300002, + "propState": 8, + "pos": { + "x": -66330, + "y": -3195, + "z": -70230 + }, + "rot": { + "x": 0, + "y": 269724, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 1, + "instId": 300003, + "propState": 8, + "pos": { + "x": -73021, + "y": 10292, + "z": -114981 + }, + "rot": { + "x": 0, + "y": 269724, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 1, + "instId": 300001, + "propState": 8, + "pos": { + "x": -39880, + "y": 18611, + "z": -77530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 301079 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": -38680, + "y": 18260, + "z": -82930 + }, + "rot": { + "x": 0, + "y": 193835, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 8, + "pos": { + "x": -39885, + "y": 18611, + "z": -77418 + }, + "rot": { + "x": 0, + "y": 13930, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 5, + "instId": 300006, + "propState": 8, + "pos": { + "x": -178060, + "y": -390, + "z": -61070 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 5, + "instId": 300009, + "propState": 8, + "pos": { + "x": -177690, + "y": -7646, + "z": -74272 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 5, + "instId": 300010, + "propState": 1, + "pos": { + "x": -162330, + "y": -415, + "z": -71330 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100011 + }, + { + "groupId": 5, + "instId": 300011, + "propState": 8, + "pos": { + "x": -169860, + "y": -4600, + "z": -79580 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100012 + }, + { + "groupId": 5, + "instId": 300013, + "propState": 1, + "pos": { + "x": -194540, + "y": -378, + "z": -69650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100011 + }, + { + "groupId": 5, + "instId": 300014, + "propState": 8, + "pos": { + "x": -186621, + "y": -400, + "z": -79920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100012 + }, + { + "groupId": 5, + "instId": 300012, + "propState": 8, + "pos": { + "x": -171678, + "y": -4459, + "z": -85976 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 5, + "instId": 300015, + "propState": 8, + "pos": { + "x": -207948, + "y": -4226, + "z": -86090 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 5, + "instId": 300016, + "propState": 8, + "pos": { + "x": -173911, + "y": -178, + "z": -73134 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": -72470, + "y": -3195, + "z": -72255 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 2, + "pos": { + "x": -72470, + "y": 18664, + "z": -74100 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 14, + "pos": { + "x": -76806, + "y": -1435, + "z": -73208 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100007 + }, + { + "groupId": 8, + "instId": 300012, + "propState": 8, + "pos": { + "x": -94500, + "y": 6820, + "z": -122190 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 8, + "instId": 300010, + "propState": 8, + "pos": { + "x": -88425, + "y": 9227, + "z": -124285 + }, + "rot": { + "x": 0, + "y": 89851, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": -2515, + "y": 2940, + "z": -100826 + }, + "rot": { + "x": 0, + "y": 288017, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 8, + "instId": 300019, + "propState": 1, + "pos": { + "x": -5599, + "y": 2864, + "z": -99852 + }, + "rot": { + "x": 0, + "y": 197158, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 1, + "pos": { + "x": -120990, + "y": -101, + "z": -73190 + }, + "rot": { + "x": 0, + "y": 269472, + "z": 0 + }, + "propId": 100003 + }, + { + "groupId": 8, + "instId": 300020, + "propState": 1, + "pos": { + "x": -120990, + "y": -101, + "z": -73190 + }, + "rot": { + "x": 0, + "y": 269472, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300006, + "propState": 8, + "pos": { + "x": -28589, + "y": 18610, + "z": -106280 + }, + "rot": { + "x": 0, + "y": 28000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 1, + "pos": { + "x": -110161, + "y": -61, + "z": -64690 + }, + "rot": { + "x": 0, + "y": 17053, + "z": 0 + }, + "propId": 100021 + }, + { + "groupId": 8, + "instId": 300021, + "propState": 1, + "pos": { + "x": -110828, + "y": 504, + "z": -73353 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 8, + "pos": { + "x": -110990, + "y": -109, + "z": -62616 + }, + "rot": { + "x": 0, + "y": 18847, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 8, + "instId": 300014, + "propState": 1, + "pos": { + "x": -132012, + "y": 2824, + "z": -57981 + }, + "rot": { + "x": 0, + "y": 27345, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 8, + "instId": 300022, + "propState": 1, + "pos": { + "x": -130510, + "y": 2770, + "z": -55090 + }, + "rot": { + "x": 0, + "y": 297332, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300008, + "propState": 8, + "pos": { + "x": -132037, + "y": 2748, + "z": -61726 + }, + "rot": { + "x": 0, + "y": 207345, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 8, + "instId": 300016, + "propState": 8, + "pos": { + "x": -144990, + "y": -60, + "z": -73290 + }, + "rot": { + "x": 0, + "y": 270291, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 8, + "instId": 300026, + "propState": 1, + "pos": { + "x": -141728, + "y": -119, + "z": -73277 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300018, + "propState": 8, + "pos": { + "x": -141399, + "y": -115, + "z": -71740 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 8, + "instId": 300015, + "propState": 1, + "pos": { + "x": -110156, + "y": -61, + "z": -81744 + }, + "rot": { + "x": 0, + "y": 342919, + "z": 0 + }, + "propId": 100021 + }, + { + "groupId": 8, + "instId": 300023, + "propState": 1, + "pos": { + "x": -110829, + "y": 504, + "z": -73061 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300013, + "propState": 1, + "pos": { + "x": -2438, + "y": 2916, + "z": -45562 + }, + "rot": { + "x": 0, + "y": 253313, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 8, + "instId": 300024, + "propState": 1, + "pos": { + "x": -5595, + "y": 2864, + "z": -46516 + }, + "rot": { + "x": 0, + "y": 163201, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300038, + "propState": 8, + "pos": { + "x": -5441, + "y": 2868, + "z": -48072 + }, + "rot": { + "x": 0, + "y": 252400, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 8, + "instId": 300017, + "propState": 1, + "pos": { + "x": 42660, + "y": 3485, + "z": -115530 + }, + "rot": { + "x": 0, + "y": 288017, + "z": 0 + }, + "propId": 100005 + }, + { + "groupId": 8, + "instId": 300025, + "propState": 1, + "pos": { + "x": 42748, + "y": 3485, + "z": -115476 + }, + "rot": { + "x": 0, + "y": 288000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300007, + "propState": 1, + "pos": { + "x": 58122, + "y": 3459, + "z": -118557 + }, + "rot": { + "x": 0, + "y": 108146, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 8, + "instId": 300011, + "propState": 8, + "pos": { + "x": -10910, + "y": 18600, + "z": -106140 + }, + "rot": { + "x": 0, + "y": 27837, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300009, + "propState": 8, + "pos": { + "x": -1578, + "y": 4254, + "z": -104286 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300027, + "propState": 1, + "pos": { + "x": -146897, + "y": 2770, + "z": -37391 + }, + "rot": { + "x": 0, + "y": 207332, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300028, + "propState": 1, + "pos": { + "x": -130445, + "y": 2762, + "z": -91413 + }, + "rot": { + "x": 0, + "y": 63465, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300029, + "propState": 1, + "pos": { + "x": -123205, + "y": 2760, + "z": -106135 + }, + "rot": { + "x": 0, + "y": 243837, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300030, + "propState": 1, + "pos": { + "x": -147179, + "y": 2762, + "z": -108792 + }, + "rot": { + "x": 0, + "y": 153818, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300031, + "propState": 1, + "pos": { + "x": -81935, + "y": 10282, + "z": -114414 + }, + "rot": { + "x": 0, + "y": 97352, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300032, + "propState": 1, + "pos": { + "x": -71651, + "y": 10282, + "z": -114388 + }, + "rot": { + "x": 0, + "y": 83364, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300044, + "propState": 8, + "pos": { + "x": -31403, + "y": 18681, + "z": -108909 + }, + "rot": { + "x": 0, + "y": 27743, + "z": 0 + }, + "propId": 100021 + }, + { + "groupId": 8, + "instId": 300033, + "propState": 8, + "pos": { + "x": -29906, + "y": 18608, + "z": -106063 + }, + "rot": { + "x": 0, + "y": 297743, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300034, + "propState": 1, + "pos": { + "x": -5999, + "y": 18610, + "z": -109379 + }, + "rot": { + "x": 0, + "y": 27856, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300045, + "propState": 1, + "pos": { + "x": -37989, + "y": 18683, + "z": -92473 + }, + "rot": { + "x": 0, + "y": 117856, + "z": 0 + }, + "propId": 100021 + }, + { + "groupId": 8, + "instId": 300035, + "propState": 1, + "pos": { + "x": -35120, + "y": 18610, + "z": -93989 + }, + "rot": { + "x": 0, + "y": 27856, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300036, + "propState": 1, + "pos": { + "x": -35597, + "y": 18611, + "z": -51446 + }, + "rot": { + "x": 0, + "y": 332611, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300037, + "propState": 1, + "pos": { + "x": -6352, + "y": 18611, + "z": -36294 + }, + "rot": { + "x": 0, + "y": 332611, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300043, + "propState": 8, + "pos": { + "x": -6513, + "y": 1037, + "z": -73196 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300046, + "propState": 8, + "pos": { + "x": 43166, + "y": 3481, + "z": -31972 + }, + "rot": { + "x": 0, + "y": 253434, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300047, + "propState": 1, + "pos": { + "x": -32477, + "y": -981, + "z": -73188 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300048, + "propState": 1, + "pos": { + "x": -197912, + "y": 2986, + "z": -87881 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300039, + "propState": 8, + "pos": { + "x": -38863, + "y": 17690, + "z": -62867 + }, + "rot": { + "x": 0, + "y": 343500, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 8, + "instId": 300040, + "propState": 1, + "pos": { + "x": -113331, + "y": 17656, + "z": -86508 + }, + "rot": { + "x": 0, + "y": 160861, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 8, + "instId": 300041, + "propState": 1, + "pos": { + "x": -155125, + "y": 2700, + "z": -33130 + }, + "rot": { + "x": 0, + "y": 207332, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 8, + "instId": 300042, + "propState": 1, + "pos": { + "x": 53197, + "y": 3438, + "z": -118870 + }, + "rot": { + "x": 0, + "y": 288000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300049, + "propState": 1, + "pos": { + "x": -23402, + "y": 18610, + "z": -100181 + }, + "rot": { + "x": 0, + "y": 117856, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 8, + "pos": { + "x": -5741, + "y": 3821, + "z": -71187 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": -110642, + "y": 18598, + "z": -53595 + }, + "rot": { + "x": 0, + "y": 205832, + "z": 0 + }, + "propId": 301078 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 8, + "pos": { + "x": -15770, + "y": 18610, + "z": -107300 + }, + "rot": { + "x": 0, + "y": 28820, + "z": 0 + }, + "propId": 301078 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 8, + "pos": { + "x": -7243, + "y": 2499, + "z": -47141 + }, + "rot": { + "x": 0, + "y": 252762, + "z": 0 + }, + "propId": 301078 + }, + { + "groupId": 10, + "instId": 300004, + "propState": 8, + "pos": { + "x": -134967, + "y": 2753, + "z": -85704 + }, + "rot": { + "x": 0, + "y": 358157, + "z": 0 + }, + "propId": 301078 + }, + { + "groupId": 10, + "instId": 300005, + "propState": 8, + "pos": { + "x": -130072, + "y": 2770, + "z": -37908 + }, + "rot": { + "x": 0, + "y": 253010, + "z": 0 + }, + "propId": 301078 + }, + { + "groupId": 10, + "instId": 300006, + "propState": 8, + "pos": { + "x": -12913, + "y": 18610, + "z": -102201 + }, + "rot": { + "x": 0, + "y": 209423, + "z": 0 + }, + "propId": 100047 + }, + { + "groupId": 10, + "instId": 300007, + "propState": 8, + "pos": { + "x": -15970, + "y": 18610, + "z": -107610 + }, + "rot": { + "x": 0, + "y": 29423, + "z": 0 + }, + "propId": 100047 + }, + { + "groupId": 13, + "instId": 300001, + "propState": 8, + "pos": { + "x": -130636, + "y": 2815, + "z": -97842 + }, + "rot": { + "x": 0, + "y": 153737, + "z": 0 + }, + "propId": 100047 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 8, + "pos": { + "x": -128388, + "y": 2815, + "z": -102409 + }, + "rot": { + "x": 0, + "y": 333737, + "z": 0 + }, + "propId": 100047 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 8, + "pos": { + "x": -127244, + "y": 2815, + "z": -98939 + }, + "rot": { + "x": 0, + "y": 243000, + "z": 0 + }, + "propId": 100047 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 8, + "pos": { + "x": -131775, + "y": 2814, + "z": -101220 + }, + "rot": { + "x": 0, + "y": 63000, + "z": 0 + }, + "propId": 100047 + }, + { + "groupId": 13, + "instId": 300005, + "propState": 8, + "pos": { + "x": -130538, + "y": 2814, + "z": -103075 + }, + "rot": { + "x": 0, + "y": 18900, + "z": 0 + }, + "propId": 100047 + }, + { + "groupId": 13, + "instId": 300006, + "propState": 8, + "pos": { + "x": -128549, + "y": 2814, + "z": -97202 + }, + "rot": { + "x": 0, + "y": 198900, + "z": 0 + }, + "propId": 100047 + }, + { + "groupId": 13, + "instId": 300007, + "propState": 8, + "pos": { + "x": -126554, + "y": 2814, + "z": -101147 + }, + "rot": { + "x": 0, + "y": 288900, + "z": 0 + }, + "propId": 100047 + }, + { + "groupId": 13, + "instId": 300008, + "propState": 8, + "pos": { + "x": -132381, + "y": 2814, + "z": -99094 + }, + "rot": { + "x": 0, + "y": 108900, + "z": 0 + }, + "propId": 100047 + }, + { + "groupId": 13, + "instId": 300010, + "propState": 8, + "pos": { + "x": -76541, + "y": 10292, + "z": -113857 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100047 + }, + { + "groupId": 13, + "instId": 300011, + "propState": 8, + "pos": { + "x": -128659, + "y": 3343, + "z": -97456 + }, + "rot": { + "x": 0, + "y": 207254, + "z": 0 + }, + "propId": 100055 + }, + { + "groupId": 13, + "instId": 300009, + "propState": 8, + "pos": { + "x": -39842, + "y": 18611, + "z": -77691 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 14, + "instId": 300001, + "propState": 8, + "pos": { + "x": -130121, + "y": 3343, + "z": -44491 + }, + "rot": { + "x": 0, + "y": 153737, + "z": 0 + }, + "propId": 100046 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 8, + "pos": { + "x": -128887, + "y": 3281, + "z": -48307 + }, + "rot": { + "x": 0, + "y": 246152, + "z": 0 + }, + "propId": 100046 + }, + { + "groupId": 14, + "instId": 300003, + "propState": 1, + "pos": { + "x": -131480, + "y": 3233, + "z": -46980 + }, + "rot": { + "x": 0, + "y": 243000, + "z": 0 + }, + "propId": 100046 + }, + { + "groupId": 14, + "instId": 300004, + "propState": 8, + "pos": { + "x": -127625, + "y": 3214, + "z": -45880 + }, + "rot": { + "x": 0, + "y": 324360, + "z": 0 + }, + "propId": 100046 + }, + { + "groupId": 14, + "instId": 300005, + "propState": 8, + "pos": { + "x": -130800, + "y": 3224, + "z": -45680 + }, + "rot": { + "x": 0, + "y": 18900, + "z": 0 + }, + "propId": 100046 + }, + { + "groupId": 14, + "instId": 300006, + "propState": 8, + "pos": { + "x": -128811, + "y": 3216, + "z": -45110 + }, + "rot": { + "x": 0, + "y": 198900, + "z": 0 + }, + "propId": 100046 + }, + { + "groupId": 14, + "instId": 300007, + "propState": 8, + "pos": { + "x": -128089, + "y": 3427, + "z": -47074 + }, + "rot": { + "x": 0, + "y": 168966, + "z": 0 + }, + "propId": 100046 + }, + { + "groupId": 14, + "instId": 300008, + "propState": 8, + "pos": { + "x": -130149, + "y": 3214, + "z": -47691 + }, + "rot": { + "x": 0, + "y": 108900, + "z": 0 + }, + "propId": 100046 + }, + { + "groupId": 14, + "instId": 300010, + "propState": 8, + "pos": { + "x": -161570, + "y": 3570, + "z": -29730 + }, + "rot": { + "x": 0, + "y": 153737, + "z": 0 + }, + "propId": 100046 + }, + { + "groupId": 14, + "instId": 300011, + "propState": 1, + "pos": { + "x": -153948, + "y": 3404, + "z": -32197 + }, + "rot": { + "x": 0, + "y": 10270, + "z": 0 + }, + "propId": 100046 + }, + { + "groupId": 14, + "instId": 300012, + "propState": 1, + "pos": { + "x": -148160, + "y": 3869, + "z": -39233 + }, + "rot": { + "x": 0, + "y": 283308, + "z": 0 + }, + "propId": 100046 + }, + { + "groupId": 14, + "instId": 300013, + "propState": 1, + "pos": { + "x": -140163, + "y": 3228, + "z": -41203 + }, + "rot": { + "x": 0, + "y": 7912, + "z": 0 + }, + "propId": 100046 + }, + { + "groupId": 14, + "instId": 300014, + "propState": 1, + "pos": { + "x": -135051, + "y": 3117, + "z": -50643 + }, + "rot": { + "x": 0, + "y": 7912, + "z": 0 + }, + "propId": 100046 + }, + { + "groupId": 14, + "instId": 300009, + "propState": 8, + "pos": { + "x": -131666, + "y": 3345, + "z": -46943 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 15, + "instId": 300001, + "propState": 8, + "pos": { + "x": 37719, + "y": 6065, + "z": -28053 + }, + "rot": { + "x": 0, + "y": 153737, + "z": 0 + }, + "propId": 100032 + }, + { + "groupId": 15, + "instId": 300002, + "propState": 8, + "pos": { + "x": 33025, + "y": 6042, + "z": -29395 + }, + "rot": { + "x": 0, + "y": 153737, + "z": 0 + }, + "propId": 100032 + }, + { + "groupId": 15, + "instId": 300003, + "propState": 8, + "pos": { + "x": 27688, + "y": 5952, + "z": -28669 + }, + "rot": { + "x": 0, + "y": 153737, + "z": 0 + }, + "propId": 100032 + }, + { + "groupId": 15, + "instId": 300004, + "propState": 8, + "pos": { + "x": 23504, + "y": 5944, + "z": -32254 + }, + "rot": { + "x": 0, + "y": 153737, + "z": 0 + }, + "propId": 100032 + }, + { + "groupId": 15, + "instId": 300005, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 8, + "pos": { + "x": -36720, + "y": 18583, + "z": -66100 + }, + "rot": { + "x": 0, + "y": 253519, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 8, + "pos": { + "x": -42700, + "y": 18611, + "z": -51950 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 17, + "instId": 300003, + "propState": 8, + "pos": { + "x": -42700, + "y": 18611, + "z": -51950 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 8, + "pos": { + "x": -150600, + "y": 3010, + "z": -32680 + }, + "rot": { + "x": 0, + "y": 207541, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 18, + "instId": 300001, + "propState": 8, + "pos": { + "x": -163360, + "y": 2770, + "z": -29170 + }, + "rot": { + "x": 0, + "y": 118000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 18, + "instId": 300003, + "propState": 8, + "pos": { + "x": -163360, + "y": 2770, + "z": -29170 + }, + "rot": { + "x": 0, + "y": 118000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300001, + "propState": 12, + "pos": { + "x": -109955, + "y": 18598, + "z": -94880 + }, + "rot": { + "x": 0, + "y": 341310, + "z": 0 + }, + "propId": 60001 + }, + { + "groupId": 21, + "instId": 300003, + "propState": 12, + "pos": { + "x": -2694, + "y": 18611, + "z": -34220 + }, + "rot": { + "x": 0, + "y": 243017, + "z": 0 + }, + "propId": 60001 + }, + { + "groupId": 21, + "instId": 300004, + "propState": 12, + "pos": { + "x": -82388, + "y": 10277, + "z": -124110 + }, + "rot": { + "x": 0, + "y": -2, + "z": 0 + }, + "propId": 60001 + }, + { + "groupId": 21, + "instId": 300005, + "propState": 12, + "pos": { + "x": -7036, + "y": 1039, + "z": -73179 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60001 + }, + { + "groupId": 21, + "instId": 300006, + "propState": 12, + "pos": { + "x": -42352, + "y": 18611, + "z": -93711 + }, + "rot": { + "x": 0, + "y": 335970, + "z": 0 + }, + "propId": 60003 + }, + { + "groupId": 1, + "instId": 300001, + "propState": 8, + "pos": { + "x": 188344, + "y": 28867, + "z": -136098 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 1, + "instId": 300002, + "propState": 8, + "pos": { + "x": 144368, + "y": 46405, + "z": -67580 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 1, + "instId": 300003, + "propState": 8, + "pos": { + "x": 102811, + "y": 58739, + "z": -83456 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 1, + "instId": 300004, + "propState": 8, + "pos": { + "x": 129086, + "y": 58985, + "z": -126050 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 301079 + }, + { + "groupId": 1, + "instId": 300005, + "propState": 8, + "pos": { + "x": 127878, + "y": 46709, + "z": -17607 + }, + "rot": { + "x": 0, + "y": 350841, + "z": 0 + }, + "propId": 301014 + }, + { + "groupId": 4, + "instId": 300013, + "propState": 8, + "pos": { + "x": 135109, + "y": 50639, + "z": -125266 + }, + "rot": { + "x": 0, + "y": 328448, + "z": 0 + }, + "propId": 301004 + }, + { + "groupId": 4, + "instId": 300027, + "propState": 8, + "pos": { + "x": 128700, + "y": 58984, + "z": -126230 + }, + "rot": { + "x": 0, + "y": 234180, + "z": 0 + }, + "propId": 101008 + }, + { + "groupId": 4, + "instId": 300011, + "propState": 8, + "pos": { + "x": 142080, + "y": 28415, + "z": -124750 + }, + "rot": { + "x": 0, + "y": 352131, + "z": 0 + }, + "propId": 101008 + }, + { + "groupId": 4, + "instId": 300005, + "propState": 14, + "pos": { + "x": 135120, + "y": 59008, + "z": -125260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101007 + }, + { + "groupId": 4, + "instId": 300035, + "propState": 8, + "pos": { + "x": 135120, + "y": 28080, + "z": -125260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 301005 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 12, + "pos": { + "x": 90093, + "y": 55934, + "z": -60664 + }, + "rot": { + "x": 0, + "y": 69154, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 12, + "pos": { + "x": 249263, + "y": 45434, + "z": -48132 + }, + "rot": { + "x": 0, + "y": 202364, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 12, + "pos": { + "x": 270673, + "y": 52555, + "z": -144838 + }, + "rot": { + "x": 0, + "y": 208910, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 9, + "instId": 300004, + "propState": 12, + "pos": { + "x": 133137, + "y": 58985, + "z": -142585 + }, + "rot": { + "x": 0, + "y": 329870, + "z": 0 + }, + "propId": 60103 + }, + { + "groupId": 9, + "instId": 300005, + "propState": 12, + "pos": { + "x": 168486, + "y": 54253, + "z": -147758 + }, + "rot": { + "x": 0, + "y": 32735, + "z": 0 + }, + "propId": 60101 + }, + { + "groupId": 26, + "instId": 300001, + "propState": 8, + "pos": { + "x": 252987, + "y": 45265, + "z": -62793 + }, + "rot": { + "x": 0, + "y": 331183, + "z": 0 + }, + "propId": 301078 + }, + { + "groupId": 26, + "instId": 300002, + "propState": 8, + "pos": { + "x": 106910, + "y": 58985, + "z": -105210 + }, + "rot": { + "x": 0, + "y": 20000, + "z": 0 + }, + "propId": 301078 + }, + { + "groupId": 26, + "instId": 300003, + "propState": 8, + "pos": { + "x": 119120, + "y": 58985, + "z": -111690 + }, + "rot": { + "x": 0, + "y": 241060, + "z": 0 + }, + "propId": 301078 + }, + { + "groupId": 26, + "instId": 300004, + "propState": 8, + "pos": { + "x": 120322, + "y": 28683, + "z": -116599 + }, + "rot": { + "x": 0, + "y": 358157, + "z": 0 + }, + "propId": 301078 + }, + { + "groupId": 26, + "instId": 300005, + "propState": 8, + "pos": { + "x": 127740, + "y": 58985, + "z": -134470 + }, + "rot": { + "x": 0, + "y": 331911, + "z": 0 + }, + "propId": 301078 + }, + { + "groupId": 26, + "instId": 300006, + "propState": 8, + "pos": { + "x": 173460, + "y": 28456, + "z": -120614 + }, + "rot": { + "x": 0, + "y": 97805, + "z": 0 + }, + "propId": 301014 + }, + { + "groupId": 26, + "instId": 300007, + "propState": 8, + "pos": { + "x": 252999, + "y": 45275, + "z": -62829 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 301075 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 8, + "pos": { + "x": -32720, + "y": 15610, + "z": 24170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + } + ], + "monsters": [ + { + "groupId": 8, + "instId": 200005, + "eventId": 43103003, + "pos": { + "x": 3017, + "y": -58, + "z": 58390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002050 + }, + { + "groupId": 8, + "instId": 200006, + "eventId": 43103001, + "pos": { + "x": 50298, + "y": 1942, + "z": 90563 + }, + "rot": { + "x": 0, + "y": 71904, + "z": 0 + }, + "monsterId": 1002030 + }, + { + "groupId": 8, + "instId": 200010, + "eventId": 43103002, + "pos": { + "x": 87050, + "y": -2026, + "z": 251955 + }, + "rot": { + "x": 0, + "y": 88031, + "z": 0 + }, + "monsterId": 1002030 + }, + { + "groupId": 8, + "instId": 200001, + "eventId": 43103016, + "pos": { + "x": -3691, + "y": 1942, + "z": 107490 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 8002010 + }, + { + "groupId": 8, + "instId": 200020, + "eventId": 43103016, + "pos": { + "x": 51845, + "y": -2024, + "z": 284570 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8002010 + }, + { + "groupId": 8, + "instId": 200003, + "eventId": 43103016, + "pos": { + "x": 87888, + "y": -5009, + "z": 364488 + }, + "rot": { + "x": 0, + "y": 59872, + "z": 0 + }, + "monsterId": 8002010 + }, + { + "groupId": 8, + "instId": 200002, + "eventId": 43103003, + "pos": { + "x": -28810, + "y": -58, + "z": 69443 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002050 + }, + { + "groupId": 8, + "instId": 200004, + "eventId": 43103015, + "pos": { + "x": -39590, + "y": 1942, + "z": 105260 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1003010 + }, + { + "groupId": 13, + "instId": 200001, + "eventId": 43103202, + "pos": { + "x": -12899, + "y": -1147, + "z": 21370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2012010 + }, + { + "groupId": 13, + "instId": 200004, + "eventId": 43103201, + "pos": { + "x": 16194, + "y": -1327, + "z": 89456 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2011010 + }, + { + "groupId": 13, + "instId": 200005, + "eventId": 43103201, + "pos": { + "x": 26262, + "y": -1176, + "z": 47870 + }, + "rot": { + "x": 0, + "y": 271587, + "z": 0 + }, + "monsterId": 2011010 + }, + { + "groupId": 13, + "instId": 200007, + "eventId": 43103201, + "pos": { + "x": 42877, + "y": -1146, + "z": -5653 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2011010 + }, + { + "groupId": 13, + "instId": 200006, + "eventId": 43103202, + "pos": { + "x": -35990, + "y": 2171, + "z": 63163 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 2012010 + }, + { + "groupId": 13, + "instId": 200008, + "eventId": 43103203, + "pos": { + "x": -45381, + "y": 3879, + "z": 94412 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 2022050 + }, + { + "groupId": 13, + "instId": 200010, + "eventId": 43103203, + "pos": { + "x": 44438, + "y": 2246, + "z": 72236 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 2022050 + }, + { + "groupId": 13, + "instId": 200002, + "eventId": 43103202, + "pos": { + "x": 8377, + "y": -1085, + "z": 3049 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 2012010 + }, + { + "groupId": 23, + "instId": 200001, + "eventId": 43103226, + "pos": { + "x": 1236, + "y": 9419, + "z": 82888 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2013010 + }, + { + "groupId": 9, + "instId": 200002, + "eventId": 43103301, + "pos": { + "x": -112236, + "y": 18571, + "z": -89433 + }, + "rot": { + "x": 0, + "y": 319847, + "z": 0 + }, + "monsterId": 8012010 + }, + { + "groupId": 9, + "instId": 200004, + "eventId": 43103301, + "pos": { + "x": -42263, + "y": 18611, + "z": -54580 + }, + "rot": { + "x": 0, + "y": 334350, + "z": 0 + }, + "monsterId": 8012010 + }, + { + "groupId": 9, + "instId": 200005, + "eventId": 43103301, + "pos": { + "x": -12400, + "y": 18611, + "z": -39280 + }, + "rot": { + "x": 0, + "y": 244207, + "z": 0 + }, + "monsterId": 8012010 + }, + { + "groupId": 9, + "instId": 200007, + "eventId": 43103303, + "pos": { + "x": -96359, + "y": -1123, + "z": -93777 + }, + "rot": { + "x": 0, + "y": 56939, + "z": 0 + }, + "monsterId": 8012030 + }, + { + "groupId": 9, + "instId": 200008, + "eventId": 43103301, + "pos": { + "x": -96159, + "y": -1113, + "z": -53510 + }, + "rot": { + "x": 0, + "y": 313846, + "z": 0 + }, + "monsterId": 8012010 + }, + { + "groupId": 9, + "instId": 200009, + "eventId": 43103303, + "pos": { + "x": -56187, + "y": -1055, + "z": -93907 + }, + "rot": { + "x": 0, + "y": 238978, + "z": 0 + }, + "monsterId": 8012030 + }, + { + "groupId": 9, + "instId": 200010, + "eventId": 43103301, + "pos": { + "x": -55289, + "y": -1055, + "z": -53367 + }, + "rot": { + "x": 0, + "y": 233862, + "z": 0 + }, + "monsterId": 8012010 + }, + { + "groupId": 9, + "instId": 200012, + "eventId": 43103301, + "pos": { + "x": -134329, + "y": -115, + "z": -73388 + }, + "rot": { + "x": 0, + "y": 335107, + "z": 0 + }, + "monsterId": 8012010 + }, + { + "groupId": 9, + "instId": 200013, + "eventId": 43103309, + "pos": { + "x": -1271, + "y": 18631, + "z": -111689 + }, + "rot": { + "x": 0, + "y": 280173, + "z": 0 + }, + "monsterId": 8013010 + }, + { + "groupId": 9, + "instId": 200001, + "eventId": 43103303, + "pos": { + "x": -15565, + "y": 1039, + "z": -73224 + }, + "rot": { + "x": 0, + "y": 238978, + "z": 0 + }, + "monsterId": 8012030 + }, + { + "groupId": 8, + "instId": 200002, + "eventId": 43103403, + "pos": { + "x": 166400, + "y": 32449, + "z": -102040 + }, + "rot": { + "x": 0, + "y": 122150, + "z": 0 + }, + "monsterId": 1002020 + }, + { + "groupId": 8, + "instId": 200005, + "eventId": 43103401, + "pos": { + "x": 242103, + "y": 45265, + "z": -60445 + }, + "rot": { + "x": 0, + "y": 207972, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 8, + "instId": 200006, + "eventId": 43103401, + "pos": { + "x": 154442, + "y": 29228, + "z": -115617 + }, + "rot": { + "x": 0, + "y": 179412, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 8, + "instId": 200003, + "eventId": 43103403, + "pos": { + "x": 176578, + "y": 54121, + "z": -148281 + }, + "rot": { + "x": 0, + "y": 90835, + "z": 0 + }, + "monsterId": 1002020 + }, + { + "groupId": 8, + "instId": 200011, + "eventId": 43103402, + "pos": { + "x": 165354, + "y": 46352, + "z": -63690 + }, + "rot": { + "x": 0, + "y": 262690, + "z": 0 + }, + "monsterId": 1012020 + }, + { + "groupId": 8, + "instId": 200012, + "eventId": 43103401, + "pos": { + "x": 129992, + "y": 46601, + "z": -26869 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + }, + { + "groupId": 8, + "instId": 200014, + "eventId": 43103403, + "pos": { + "x": 135940, + "y": 58925, + "z": -153028 + }, + "rot": { + "x": 0, + "y": 353771, + "z": 0 + }, + "monsterId": 1002020 + }, + { + "groupId": 8, + "instId": 200016, + "eventId": 43103402, + "pos": { + "x": 186147, + "y": 55112, + "z": -168382 + }, + "rot": { + "x": 0, + "y": 26728, + "z": 0 + }, + "monsterId": 1012020 + }, + { + "groupId": 8, + "instId": 200017, + "eventId": 43103403, + "pos": { + "x": 273219, + "y": 52589, + "z": -149412 + }, + "rot": { + "x": 0, + "y": 303962, + "z": 0 + }, + "monsterId": 1002020 + }, + { + "groupId": 8, + "instId": 200001, + "eventId": 43103409, + "pos": { + "x": 133170, + "y": 38256, + "z": -91637 + }, + "rot": { + "x": 0, + "y": 88147, + "z": 0 + }, + "monsterId": 1023021 + } + ], + "teleports": [ + { + "anchorId": 1, + "groupId": 2, + "instId": 300002, + "pos": { + "x": 33030, + "y": 3940, + "z": 122160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2314 + }, + { + "anchorId": 2, + "groupId": 2, + "instId": 300001, + "pos": { + "x": 38833, + "y": 3942, + "z": 227653 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2315 + }, + { + "anchorId": 3, + "groupId": 2, + "instId": 300003, + "pos": { + "x": 110246, + "y": -5027, + "z": 325402 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "teleportId": 2316 + }, + { + "anchorId": 9, + "groupId": 4, + "instId": 300015, + "pos": { + "x": 11110, + "y": -58, + "z": 73920 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "teleportId": 2349 + }, + { + "anchorId": 4, + "groupId": 16, + "instId": 300004, + "pos": { + "x": -14145, + "y": 2171, + "z": 38611 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2317 + }, + { + "anchorId": 2, + "groupId": 16, + "instId": 300002, + "pos": { + "x": -11518, + "y": 5236, + "z": -50117 + }, + "rot": { + "x": 0, + "y": 359207, + "z": 0 + }, + "teleportId": 2318 + }, + { + "anchorId": 3, + "groupId": 16, + "instId": 300003, + "pos": { + "x": 8044, + "y": 8526, + "z": -108661 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "teleportId": 2319 + }, + { + "anchorId": 1, + "groupId": 16, + "instId": 300001, + "pos": { + "x": 30468, + "y": 642, + "z": 10230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "teleportId": 2320 + }, + { + "anchorId": 5, + "groupId": 16, + "instId": 300005, + "pos": { + "x": -43111, + "y": 2171, + "z": 71886 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2350 + }, + { + "anchorId": 3, + "groupId": 1, + "instId": 300002, + "pos": { + "x": -67318, + "y": -3195, + "z": -73170 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "teleportId": 2321 + }, + { + "anchorId": 2, + "groupId": 1, + "instId": 300003, + "pos": { + "x": -71936, + "y": 10292, + "z": -112310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "teleportId": 2322 + }, + { + "anchorId": 4, + "groupId": 1, + "instId": 300001, + "pos": { + "x": -38430, + "y": 18611, + "z": -76490 + }, + "rot": { + "x": 0, + "y": 188300, + "z": 0 + }, + "teleportId": 2351 + }, + { + "anchorId": 2, + "groupId": 1, + "instId": 300001, + "pos": { + "x": 185990, + "y": 28530, + "z": -134602 + }, + "rot": { + "x": 0, + "y": 191300, + "z": 0 + }, + "teleportId": 2323 + }, + { + "anchorId": 3, + "groupId": 1, + "instId": 300002, + "pos": { + "x": 144887, + "y": 46343, + "z": -69038 + }, + "rot": { + "x": 0, + "y": 253100, + "z": 0 + }, + "teleportId": 2324 + }, + { + "anchorId": 4, + "groupId": 1, + "instId": 300003, + "pos": { + "x": 100990, + "y": 58919, + "z": -85930 + }, + "rot": { + "x": 0, + "y": 148600, + "z": 0 + }, + "teleportId": 2325 + }, + { + "anchorId": 5, + "groupId": 1, + "instId": 300004, + "pos": { + "x": 127607, + "y": 58985, + "z": -129128 + }, + "rot": { + "x": 0, + "y": 60420, + "z": 0 + }, + "teleportId": 2352 + }, + { + "anchorId": 1, + "groupId": 20, + "instId": 300002, + "pos": { + "x": -28190, + "y": 15730, + "z": 25860 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 43104, + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": 8941, + "y": 1728, + "z": 55897 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101058 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 8, + "pos": { + "x": 17150, + "y": 3530, + "z": 55897 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 8, + "pos": { + "x": 8478, + "y": 1630, + "z": 55897 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300000 + } + ], + "monsters": [], + "teleports": [] + }, + { + "planeID": 43201, + "props": [ + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": 73737, + "y": 46002, + "z": -70284 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 8, + "pos": { + "x": 8820, + "y": -6700, + "z": -21560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 1, + "instId": 300001, + "propState": 8, + "pos": { + "x": -1244, + "y": 3144, + "z": -109689 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 8, + "pos": { + "x": 48867, + "y": 3738, + "z": -109900 + }, + "rot": { + "x": 0, + "y": 20000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 11, + "instId": 300012, + "propState": 8, + "pos": { + "x": -94500, + "y": 6820, + "z": -122190 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 11, + "instId": 300010, + "propState": 2, + "pos": { + "x": -101766, + "y": 5058, + "z": -119589 + }, + "rot": { + "x": 0, + "y": 269851, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 1, + "pos": { + "x": -2515, + "y": 2940, + "z": -100826 + }, + "rot": { + "x": 0, + "y": 288017, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 11, + "instId": 300019, + "propState": 1, + "pos": { + "x": -5599, + "y": 2864, + "z": -99852 + }, + "rot": { + "x": 0, + "y": 197158, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 1, + "pos": { + "x": 470, + "y": 2880, + "z": -99190 + }, + "rot": { + "x": 0, + "y": 107618, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 11, + "instId": 300004, + "propState": 8, + "pos": { + "x": -120990, + "y": -101, + "z": -73190 + }, + "rot": { + "x": 0, + "y": 269472, + "z": 0 + }, + "propId": 100003 + }, + { + "groupId": 11, + "instId": 300020, + "propState": 8, + "pos": { + "x": -120990, + "y": -101, + "z": -73190 + }, + "rot": { + "x": 0, + "y": 269472, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 11, + "instId": 300006, + "propState": 2, + "pos": { + "x": -104321, + "y": -101, + "z": -74646 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 8, + "pos": { + "x": -110161, + "y": -61, + "z": -64690 + }, + "rot": { + "x": 0, + "y": 17053, + "z": 0 + }, + "propId": 100021 + }, + { + "groupId": 11, + "instId": 300021, + "propState": 8, + "pos": { + "x": -110828, + "y": 504, + "z": -73353 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 11, + "instId": 300005, + "propState": 8, + "pos": { + "x": -110990, + "y": -109, + "z": -62616 + }, + "rot": { + "x": 0, + "y": 18847, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 11, + "instId": 300014, + "propState": 8, + "pos": { + "x": -132012, + "y": 2824, + "z": -57981 + }, + "rot": { + "x": 0, + "y": 27345, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 11, + "instId": 300022, + "propState": 8, + "pos": { + "x": -130510, + "y": 2770, + "z": -55090 + }, + "rot": { + "x": 0, + "y": 297332, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 11, + "instId": 300008, + "propState": 8, + "pos": { + "x": -132037, + "y": 2748, + "z": -61726 + }, + "rot": { + "x": 0, + "y": 207345, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 11, + "instId": 300016, + "propState": 8, + "pos": { + "x": -144990, + "y": -60, + "z": -73290 + }, + "rot": { + "x": 0, + "y": 270291, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 11, + "instId": 300026, + "propState": 8, + "pos": { + "x": -141728, + "y": -119, + "z": -73277 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 11, + "instId": 300018, + "propState": 8, + "pos": { + "x": -141399, + "y": -115, + "z": -71740 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 11, + "instId": 300015, + "propState": 1, + "pos": { + "x": -110156, + "y": -61, + "z": -81744 + }, + "rot": { + "x": 0, + "y": 342919, + "z": 0 + }, + "propId": 100021 + }, + { + "groupId": 11, + "instId": 300023, + "propState": 1, + "pos": { + "x": -110829, + "y": 504, + "z": -73061 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 11, + "instId": 300013, + "propState": 8, + "pos": { + "x": -2438, + "y": 2916, + "z": -45562 + }, + "rot": { + "x": 0, + "y": 253313, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 11, + "instId": 300024, + "propState": 8, + "pos": { + "x": -5595, + "y": 2864, + "z": -46516 + }, + "rot": { + "x": 0, + "y": 163201, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 11, + "instId": 300038, + "propState": 2, + "pos": { + "x": -5441, + "y": 2868, + "z": -48072 + }, + "rot": { + "x": 0, + "y": 252400, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 11, + "instId": 300017, + "propState": 8, + "pos": { + "x": 42748, + "y": 3485, + "z": -115471 + }, + "rot": { + "x": 0, + "y": 288017, + "z": 0 + }, + "propId": 100005 + }, + { + "groupId": 11, + "instId": 300025, + "propState": 1, + "pos": { + "x": 42748, + "y": 3485, + "z": -115476 + }, + "rot": { + "x": 0, + "y": 288000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 11, + "instId": 300007, + "propState": 1, + "pos": { + "x": 58122, + "y": 3459, + "z": -118557 + }, + "rot": { + "x": 0, + "y": 108146, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 11, + "instId": 300011, + "propState": 8, + "pos": { + "x": -10910, + "y": 18600, + "z": -106140 + }, + "rot": { + "x": 0, + "y": 27837, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300009, + "propState": 8, + "pos": { + "x": -1578, + "y": 4254, + "z": -104286 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 11, + "instId": 300027, + "propState": 1, + "pos": { + "x": -146897, + "y": 2770, + "z": -37391 + }, + "rot": { + "x": 0, + "y": 207332, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 11, + "instId": 300028, + "propState": 1, + "pos": { + "x": -130445, + "y": 2762, + "z": -91413 + }, + "rot": { + "x": 0, + "y": 63465, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 11, + "instId": 300029, + "propState": 1, + "pos": { + "x": -123205, + "y": 2760, + "z": -106135 + }, + "rot": { + "x": 0, + "y": 243837, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 11, + "instId": 300030, + "propState": 1, + "pos": { + "x": -147179, + "y": 2762, + "z": -108792 + }, + "rot": { + "x": 0, + "y": 153818, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 11, + "instId": 300031, + "propState": 1, + "pos": { + "x": -81935, + "y": 10282, + "z": -114414 + }, + "rot": { + "x": 0, + "y": 97352, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 11, + "instId": 300032, + "propState": 1, + "pos": { + "x": -71651, + "y": 10282, + "z": -114388 + }, + "rot": { + "x": 0, + "y": 83364, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 11, + "instId": 300044, + "propState": 1, + "pos": { + "x": -31403, + "y": 18681, + "z": -108909 + }, + "rot": { + "x": 0, + "y": 27743, + "z": 0 + }, + "propId": 100021 + }, + { + "groupId": 11, + "instId": 300033, + "propState": 1, + "pos": { + "x": -29906, + "y": 18608, + "z": -106063 + }, + "rot": { + "x": 0, + "y": 297743, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 11, + "instId": 300034, + "propState": 1, + "pos": { + "x": -5999, + "y": 18610, + "z": -109379 + }, + "rot": { + "x": 0, + "y": 27856, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 11, + "instId": 300045, + "propState": 1, + "pos": { + "x": -37989, + "y": 18683, + "z": -92473 + }, + "rot": { + "x": 0, + "y": 117856, + "z": 0 + }, + "propId": 100021 + }, + { + "groupId": 11, + "instId": 300035, + "propState": 1, + "pos": { + "x": -35120, + "y": 18610, + "z": -93989 + }, + "rot": { + "x": 0, + "y": 27856, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 11, + "instId": 300036, + "propState": 1, + "pos": { + "x": -35597, + "y": 18611, + "z": -51446 + }, + "rot": { + "x": 0, + "y": 332611, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 11, + "instId": 300037, + "propState": 1, + "pos": { + "x": -6352, + "y": 18611, + "z": -36294 + }, + "rot": { + "x": 0, + "y": 332611, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 11, + "instId": 300043, + "propState": 8, + "pos": { + "x": -6513, + "y": 1037, + "z": -73196 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 11, + "instId": 300046, + "propState": 8, + "pos": { + "x": 43166, + "y": 3481, + "z": -31972 + }, + "rot": { + "x": 0, + "y": 253434, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 11, + "instId": 300047, + "propState": 1, + "pos": { + "x": -32477, + "y": -981, + "z": -73188 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 11, + "instId": 300048, + "propState": 1, + "pos": { + "x": -197912, + "y": 2986, + "z": -87881 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 11, + "instId": 300039, + "propState": 8, + "pos": { + "x": -38863, + "y": 17690, + "z": -62867 + }, + "rot": { + "x": 0, + "y": 343500, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 11, + "instId": 300040, + "propState": 8, + "pos": { + "x": -113331, + "y": 17656, + "z": -86508 + }, + "rot": { + "x": 0, + "y": 160861, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 11, + "instId": 300041, + "propState": 8, + "pos": { + "x": -155125, + "y": 2700, + "z": -33130 + }, + "rot": { + "x": 0, + "y": 207332, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 11, + "instId": 300042, + "propState": 1, + "pos": { + "x": 53197, + "y": 3438, + "z": -118870 + }, + "rot": { + "x": 0, + "y": 288000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 11, + "instId": 300049, + "propState": 1, + "pos": { + "x": -23402, + "y": 18610, + "z": -100181 + }, + "rot": { + "x": 0, + "y": 117856, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 11, + "instId": 300050, + "propState": 8, + "pos": { + "x": -20600, + "y": 1041, + "z": -73170 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 1, + "groupId": 10, + "instId": 300001, + "pos": { + "x": 75220, + "y": 45702, + "z": -61470 + }, + "rot": { + "x": 0, + "y": 88500, + "z": 0 + }, + "teleportId": 2102 + }, + { + "anchorId": 1, + "groupId": 9, + "instId": 300001, + "pos": { + "x": 500, + "y": -7000, + "z": -19266 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2102 + }, + { + "anchorId": 1, + "groupId": 1, + "instId": 300001, + "pos": { + "x": 5370, + "y": 2844, + "z": -102980 + }, + "rot": { + "x": 0, + "y": 110000, + "z": 0 + }, + "teleportId": 2102 + }, + { + "anchorId": 2, + "groupId": 2, + "instId": 300002, + "pos": { + "x": 47850, + "y": 3438, + "z": -115070 + }, + "rot": { + "x": 0, + "y": 200000, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 43202, + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 8, + "pos": { + "x": 19887, + "y": -30859, + "z": -150565 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 8, + "pos": { + "x": 42498, + "y": -28570, + "z": -157113 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": 64490, + "y": 60510, + "z": 40220 + }, + "rot": { + "x": 0, + "y": 276063, + "z": 0 + }, + "propId": 102078 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 18, + "instId": 300001, + "propState": 8, + "pos": { + "x": 9520, + "y": 43456, + "z": -53780 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 19, + "instId": 300003, + "propState": 8, + "pos": { + "x": 13731, + "y": 43158, + "z": -39979 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": 35810, + "y": 42795, + "z": -69519 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300001, + "propState": 1, + "pos": { + "x": -623334, + "y": -63641, + "z": 5094 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102186 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 1, + "groupId": 9, + "instId": 300001, + "pos": { + "x": 18390, + "y": -31159, + "z": -155130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "teleportId": 2102 + }, + { + "anchorId": 1, + "groupId": 18, + "instId": 300001, + "pos": { + "x": 14914, + "y": 43157, + "z": -54727 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2102 + }, + { + "anchorId": 1, + "groupId": 8, + "instId": 300001, + "pos": { + "x": 35417, + "y": 42424, + "z": -62840 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 43203, + "props": [ + { + "groupId": 13, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 8, + "pos": { + "x": -71460, + "y": 11359, + "z": -55430 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 122 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 8, + "pos": { + "x": -30620, + "y": 13578, + "z": -48725 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 122 + }, + { + "groupId": 13, + "instId": 300005, + "propState": 8, + "pos": { + "x": -96270, + "y": 8647, + "z": -12440 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 122 + }, + { + "groupId": 13, + "instId": 300006, + "propState": 8, + "pos": { + "x": -32600, + "y": 14247, + "z": -50660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300007, + "propState": 20, + "pos": { + "x": -32869, + "y": 13595, + "z": -23190 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 13, + "instId": 300008, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300009, + "propState": 8, + "pos": { + "x": -107270, + "y": 7730, + "z": -31310 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 24, + "instId": 300001, + "propState": 2, + "pos": { + "x": -30220, + "y": 13900, + "z": 17271 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102083 + }, + { + "groupId": 24, + "instId": 300002, + "propState": 2, + "pos": { + "x": -62844, + "y": 13900, + "z": 30960 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102083 + }, + { + "groupId": 24, + "instId": 300003, + "propState": 2, + "pos": { + "x": -76357, + "y": 13900, + "z": 63584 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102083 + }, + { + "groupId": 24, + "instId": 300004, + "propState": 8, + "pos": { + "x": -30000, + "y": 10040, + "z": 63500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102102 + } + ], + "monsters": [ + { + "groupId": 13, + "instId": 200001, + "eventId": 20232211, + "pos": { + "x": -32110, + "y": 13557, + "z": -45910 + }, + "rot": { + "x": 0, + "y": 294800, + "z": 0 + }, + "monsterId": 20220501 + }, + { + "groupId": 13, + "instId": 200002, + "eventId": 20232211, + "pos": { + "x": -33640, + "y": 13888, + "z": -49190 + }, + "rot": { + "x": 0, + "y": 245380, + "z": 0 + }, + "monsterId": 20220501 + } + ], + "teleports": [] + }, + { + "planeID": 43204, + "props": [ + { + "groupId": 14, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 14, + "instId": 300003, + "propState": 8, + "pos": { + "x": 128330, + "y": 52854, + "z": -49550 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 122 + }, + { + "groupId": 14, + "instId": 300004, + "propState": 8, + "pos": { + "x": 94470, + "y": 51587, + "z": -40330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 122 + }, + { + "groupId": 14, + "instId": 300005, + "propState": 8, + "pos": { + "x": 76251, + "y": 46423, + "z": -52308 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 122 + }, + { + "groupId": 14, + "instId": 300006, + "propState": 8, + "pos": { + "x": 65790, + "y": 51620, + "z": -62231 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 106 + }, + { + "groupId": 14, + "instId": 300007, + "propState": 8, + "pos": { + "x": 76950, + "y": 45702, + "z": -53460 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 14, + "instId": 300008, + "propState": 8, + "pos": { + "x": 72280, + "y": 45702, + "z": -59760 + }, + "rot": { + "x": 0, + "y": 335852, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 14, + "instId": 300009, + "propState": 20, + "pos": { + "x": 97230, + "y": 45702, + "z": -64800 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 14, + "instId": 300010, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 14, + "instId": 300011, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 14, + "instId": 300012, + "propState": 8, + "pos": { + "x": 124850, + "y": 50240, + "z": -81941 + }, + "rot": { + "x": 0, + "y": 318575, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 14, + "instId": 300013, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300001, + "propState": 2, + "pos": { + "x": -30220, + "y": 13900, + "z": 17271 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102083 + }, + { + "groupId": 25, + "instId": 300002, + "propState": 2, + "pos": { + "x": -62844, + "y": 13900, + "z": 30960 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102083 + }, + { + "groupId": 25, + "instId": 300003, + "propState": 2, + "pos": { + "x": -76357, + "y": 13900, + "z": 63584 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102083 + }, + { + "groupId": 25, + "instId": 300004, + "propState": 8, + "pos": { + "x": -30000, + "y": 10040, + "z": 63500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102102 + } + ], + "monsters": [ + { + "groupId": 14, + "instId": 200001, + "eventId": 20232211, + "pos": { + "x": 79840, + "y": 45702, + "z": -56350 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "monsterId": 20220501 + }, + { + "groupId": 14, + "instId": 200002, + "eventId": 20232211, + "pos": { + "x": 127600, + "y": 52884, + "z": -44250 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "monsterId": 20220501 + }, + { + "groupId": 14, + "instId": 200003, + "eventId": 20232211, + "pos": { + "x": 128433, + "y": 52879, + "z": -54184 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 20220501 + } + ], + "teleports": [] + }, + { + "planeID": 43205, + "props": [ + { + "groupId": 13, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 8, + "pos": { + "x": -39993, + "y": 18703, + "z": 39996 + }, + "rot": { + "x": 0, + "y": 351587, + "z": 0 + }, + "propId": 122 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 8, + "pos": { + "x": -19112, + "y": 37140, + "z": 74669 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 122 + }, + { + "groupId": 13, + "instId": 300005, + "propState": 8, + "pos": { + "x": -20407, + "y": 18689, + "z": 40013 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 122 + }, + { + "groupId": 13, + "instId": 300006, + "propState": 8, + "pos": { + "x": -30220, + "y": 24750, + "z": 57530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 106 + }, + { + "groupId": 13, + "instId": 300008, + "propState": 8, + "pos": { + "x": -30418, + "y": 18022, + "z": 47770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300009, + "propState": 20, + "pos": { + "x": -14050, + "y": 18022, + "z": 63410 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60202 + }, + { + "groupId": 13, + "instId": 300011, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300010, + "propState": 8, + "pos": { + "x": -78668, + "y": 26182, + "z": 84333 + }, + "rot": { + "x": 0, + "y": 137743, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300012, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300001, + "propState": 2, + "pos": { + "x": -30220, + "y": 13900, + "z": 17271 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102083 + }, + { + "groupId": 25, + "instId": 300002, + "propState": 2, + "pos": { + "x": -62844, + "y": 13900, + "z": 30960 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102083 + }, + { + "groupId": 25, + "instId": 300003, + "propState": 2, + "pos": { + "x": -76357, + "y": 13900, + "z": 63584 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102083 + }, + { + "groupId": 25, + "instId": 300004, + "propState": 8, + "pos": { + "x": -30000, + "y": 10040, + "z": 63500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102102 + } + ], + "monsters": [ + { + "groupId": 13, + "instId": 200001, + "eventId": 20232211, + "pos": { + "x": -36830, + "y": 18065, + "z": 42550 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 20220501 + }, + { + "groupId": 13, + "instId": 200002, + "eventId": 20232211, + "pos": { + "x": -23380, + "y": 18072, + "z": 39520 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 20220501 + } + ], + "teleports": [] + }, + { + "planeID": 43206, + "props": [ + { + "groupId": 1, + "instId": 300001, + "propState": 8, + "pos": { + "x": -498250, + "y": -50945, + "z": 23830 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 1, + "instId": 300002, + "propState": 8, + "pos": { + "x": -308620, + "y": -34340, + "z": -22690 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 8, + "pos": { + "x": -199520, + "y": 15772, + "z": 1050 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 1, + "pos": { + "x": -623334, + "y": -63641, + "z": 5094 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300007 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 3, + "groupId": 1, + "instId": 300002, + "pos": { + "x": -312613, + "y": -34640, + "z": -25490 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 43207, + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 15, + "pos": { + "x": 93590, + "y": -1190, + "z": -45300 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102003 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 8, + "pos": { + "x": 99100, + "y": 604, + "z": -39700 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 8, + "pos": { + "x": 87881, + "y": -29462, + "z": -49525 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 8, + "pos": { + "x": 84020, + "y": -29462, + "z": -45340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 1, + "pos": { + "x": 30030, + "y": -31163, + "z": -39351 + }, + "rot": { + "x": 0, + "y": 269578, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 1, + "pos": { + "x": 61286, + "y": -34210, + "z": -80659 + }, + "rot": { + "x": 0, + "y": 269578, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 8, + "pos": { + "x": 65687, + "y": -31213, + "z": -100279 + }, + "rot": { + "x": 0, + "y": 359578, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 5, + "instId": 300004, + "propState": 1, + "pos": { + "x": -13866, + "y": -31109, + "z": -143544 + }, + "rot": { + "x": 0, + "y": 359578, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 5, + "instId": 300005, + "propState": 1, + "pos": { + "x": 66343, + "y": -31228, + "z": -139898 + }, + "rot": { + "x": 0, + "y": 89578, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 1, + "instId": 300001, + "propState": 8, + "pos": { + "x": -53470, + "y": 18331, + "z": 67990 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 1, + "instId": 300002, + "propState": 8, + "pos": { + "x": 65791, + "y": 45702, + "z": -62200 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 1, + "instId": 300003, + "propState": 8, + "pos": { + "x": 64560, + "y": 44010, + "z": -10960 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 1, + "instId": 300004, + "propState": 8, + "pos": { + "x": 53920, + "y": 43963, + "z": 8390 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 15, + "pos": { + "x": 10966, + "y": 36279, + "z": 22437 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102103 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 8, + "pos": { + "x": 12990, + "y": 38203, + "z": 16170 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 8, + "pos": { + "x": 9900, + "y": 13862, + "z": 30230 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 9, + "instId": 300004, + "propState": 8, + "pos": { + "x": 7800, + "y": 13884, + "z": 25600 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 20, + "instId": 300001, + "propState": 2, + "pos": { + "x": -30220, + "y": 13900, + "z": 17271 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102083 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 2, + "pos": { + "x": -62844, + "y": 13900, + "z": 30960 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102083 + }, + { + "groupId": 20, + "instId": 300003, + "propState": 2, + "pos": { + "x": -76357, + "y": 13900, + "z": 63584 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102083 + }, + { + "groupId": 20, + "instId": 300004, + "propState": 8, + "pos": { + "x": -30000, + "y": 10040, + "z": 63500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102102 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": 64490, + "y": 60510, + "z": 40220 + }, + "rot": { + "x": 0, + "y": 276063, + "z": 0 + }, + "propId": 102078 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 2, + "groupId": 1, + "instId": 300001, + "pos": { + "x": -51930, + "y": 18067, + "z": 63370 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 43208, + "props": [], + "monsters": [], + "teleports": [] + }, + { + "planeID": 43209, + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 1, + "pos": { + "x": 64490, + "y": 60510, + "z": 40220 + }, + "rot": { + "x": 0, + "y": 276063, + "z": 0 + }, + "propId": 102078 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 1, + "pos": { + "x": -92630, + "y": 55720, + "z": 42490 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 1, + "pos": { + "x": -71372, + "y": 53260, + "z": -28750 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 11, + "instId": 300004, + "propState": 8, + "pos": { + "x": -67500, + "y": 53260, + "z": -29940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 11, + "instId": 300005, + "propState": 1, + "pos": { + "x": 31670, + "y": 47260, + "z": -37860 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 11, + "instId": 300006, + "propState": 2, + "pos": { + "x": 34430, + "y": 47263, + "z": -40380 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 8, + "pos": { + "x": 34430, + "y": 47263, + "z": -40380 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 11, + "instId": 300007, + "propState": 1, + "pos": { + "x": 69160, + "y": 45930, + "z": -97420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 11, + "instId": 300008, + "propState": 8, + "pos": { + "x": 33200, + "y": 47010, + "z": 134040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 11, + "instId": 300009, + "propState": 1, + "pos": { + "x": 36190, + "y": 50400, + "z": 126100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 11, + "instId": 300010, + "propState": 1, + "pos": { + "x": 52850, + "y": 43750, + "z": 164320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 11, + "instId": 300011, + "propState": 8, + "pos": { + "x": 49080, + "y": 43700, + "z": 165340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 11, + "instId": 300012, + "propState": 1, + "pos": { + "x": -61030, + "y": 53250, + "z": 114220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 11, + "instId": 300013, + "propState": 2, + "pos": { + "x": -62560, + "y": 53250, + "z": 110420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 11, + "instId": 300014, + "propState": 1, + "pos": { + "x": 101770, + "y": 63240, + "z": 42853 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 11, + "instId": 300015, + "propState": 1, + "pos": { + "x": -59680, + "y": 53090, + "z": 164089 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 11, + "instId": 300016, + "propState": 8, + "pos": { + "x": -60720, + "y": 53090, + "z": 167380 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 11, + "instId": 300017, + "propState": 8, + "pos": { + "x": 34430, + "y": 47263, + "z": -40380 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 21, + "pos": { + "x": -30740, + "y": 49742, + "z": -20247 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 1, + "pos": { + "x": -30740, + "y": 49742, + "z": -20247 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 12, + "instId": 300003, + "propState": 21, + "pos": { + "x": 19300, + "y": 52948, + "z": -11482 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 12, + "instId": 300004, + "propState": 1, + "pos": { + "x": 19300, + "y": 52948, + "z": -11482 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 12, + "instId": 300005, + "propState": 21, + "pos": { + "x": -30630, + "y": 50006, + "z": -65938 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 12, + "instId": 300006, + "propState": 1, + "pos": { + "x": -30630, + "y": 50006, + "z": -65938 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 12, + "instId": 300007, + "propState": 21, + "pos": { + "x": 12556, + "y": 42916, + "z": -66117 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 12, + "instId": 300008, + "propState": 1, + "pos": { + "x": 12556, + "y": 42916, + "z": -66117 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 12, + "instId": 300009, + "propState": 21, + "pos": { + "x": 30620, + "y": 48270, + "z": -123110 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 12, + "instId": 300010, + "propState": 1, + "pos": { + "x": 30620, + "y": 48070, + "z": -123110 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 12, + "instId": 300011, + "propState": 21, + "pos": { + "x": -34817, + "y": 53779, + "z": -109160 + }, + "rot": { + "x": 0, + "y": 269464, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 12, + "instId": 300012, + "propState": 1, + "pos": { + "x": -34817, + "y": 53990, + "z": -109160 + }, + "rot": { + "x": 0, + "y": 269464, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 12, + "instId": 300013, + "propState": 21, + "pos": { + "x": 26527, + "y": 46835, + "z": 138130 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 12, + "instId": 300014, + "propState": 1, + "pos": { + "x": 26527, + "y": 46835, + "z": 138130 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 12, + "instId": 300015, + "propState": 21, + "pos": { + "x": -8960, + "y": 46190, + "z": 137330 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 12, + "instId": 300016, + "propState": 1, + "pos": { + "x": -8960, + "y": 46190, + "z": 137330 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 12, + "instId": 300017, + "propState": 21, + "pos": { + "x": -40186, + "y": 49858, + "z": 114268 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 12, + "instId": 300018, + "propState": 1, + "pos": { + "x": -40186, + "y": 49858, + "z": 114268 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 12, + "instId": 300019, + "propState": 21, + "pos": { + "x": -27069, + "y": 52902, + "z": 166913 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 12, + "instId": 300020, + "propState": 1, + "pos": { + "x": -27069, + "y": 52902, + "z": 166913 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 12, + "instId": 300021, + "propState": 21, + "pos": { + "x": 30642, + "y": 43466, + "z": 184426 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 12, + "instId": 300022, + "propState": 1, + "pos": { + "x": 30606, + "y": 43466, + "z": 184426 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 13, + "instId": 300001, + "propState": 15, + "pos": { + "x": 18339, + "y": 50362, + "z": 42690 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102074 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 8, + "pos": { + "x": 22000, + "y": 60280, + "z": 46562 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 8, + "pos": { + "x": 12700, + "y": 49880, + "z": 36740 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102000 + } + ], + "monsters": [], + "teleports": [] + }, + { + "planeID": 43210, + "props": [ + { + "groupId": 15, + "instId": 300001, + "propState": 8, + "pos": { + "x": -25943, + "y": 7500, + "z": 98820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 1, + "groupId": 15, + "instId": 300001, + "pos": { + "x": -20930, + "y": 7200, + "z": 98200 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 43211, + "props": [ + { + "groupId": 10, + "instId": 300001, + "propState": 1, + "pos": { + "x": 71588, + "y": 2852, + "z": -59773 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102188 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 8, + "pos": { + "x": 80500, + "y": 26624, + "z": -60860 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102188 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 8, + "pos": { + "x": 75140, + "y": 2660, + "z": -64987 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102178 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 8, + "pos": { + "x": 74250, + "y": -1422, + "z": -24290 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 8, + "pos": { + "x": 67752, + "y": -9881, + "z": 21481 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 12, + "instId": 300003, + "propState": 8, + "pos": { + "x": -36325, + "y": -10010, + "z": -11465 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 8, + "pos": { + "x": 68919, + "y": -7790, + "z": -4608 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102006 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 3, + "groupId": 12, + "instId": 300003, + "pos": { + "x": -31600, + "y": -10310, + "z": -7270 + }, + "rot": { + "x": 0, + "y": 130000, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 43212, + "props": [ + { + "groupId": 1, + "instId": 300002, + "propState": 8, + "pos": { + "x": 86721, + "y": 3900, + "z": 57256 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 8, + "pos": { + "x": 54858, + "y": 0, + "z": 54922 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 8, + "pos": { + "x": 25692, + "y": 0, + "z": 82009 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102006 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 2, + "groupId": 1, + "instId": 300002, + "pos": { + "x": 80860, + "y": 3600, + "z": 52610 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 43213, + "props": [ + { + "groupId": 12, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 16, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 8, + "pos": { + "x": 166774, + "y": 15430, + "z": -73860 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 16, + "instId": 300036, + "propState": 8, + "pos": { + "x": 173730, + "y": 21642, + "z": -75866 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300003, + "propState": 8, + "pos": { + "x": 169510, + "y": 21633, + "z": -67860 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300004, + "propState": 8, + "pos": { + "x": 169510, + "y": 21633, + "z": -67860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102200 + }, + { + "groupId": 21, + "instId": 300026, + "propState": 8, + "pos": { + "x": 177510, + "y": 21633, + "z": -73860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102200 + }, + { + "groupId": 21, + "instId": 300027, + "propState": 8, + "pos": { + "x": 173510, + "y": 21633, + "z": -79860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102200 + }, + { + "groupId": 21, + "instId": 300028, + "propState": 8, + "pos": { + "x": 174510, + "y": 21633, + "z": -74860 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102202 + }, + { + "groupId": 21, + "instId": 300029, + "propState": 8, + "pos": { + "x": 179510, + "y": 21633, + "z": -77860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102212 + }, + { + "groupId": 21, + "instId": 300037, + "propState": 8, + "pos": { + "x": 171510, + "y": 21633, + "z": -69860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102200 + }, + { + "groupId": 21, + "instId": 300001, + "propState": 8, + "pos": { + "x": 174550, + "y": 21642, + "z": -74870 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102225 + }, + { + "groupId": 23, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 8, + "pos": { + "x": 167130, + "y": 18990, + "z": -78010 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 24, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 24, + "instId": 300002, + "propState": 8, + "pos": { + "x": 167273, + "y": 18870, + "z": -81027 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 24, + "instId": 300003, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300001, + "propState": 2, + "pos": { + "x": 559, + "y": 8610, + "z": 53911 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102041 + }, + { + "groupId": 26, + "instId": 300001, + "propState": 8, + "pos": { + "x": 163020, + "y": 17790, + "z": -73000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 1, + "groupId": 26, + "instId": 300001, + "pos": { + "x": 155000, + "y": 21593, + "z": -75000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 43214, + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": -674689, + "y": -3330, + "z": 74540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 1, + "groupId": 7, + "instId": 300001, + "pos": { + "x": -672133, + "y": 828, + "z": 72938 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 43215, + "props": [ + { + "groupId": 19, + "instId": 300001, + "propState": 8, + "pos": { + "x": 73700, + "y": 3650, + "z": 25500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102109 + }, + { + "groupId": 19, + "instId": 300004, + "propState": 8, + "pos": { + "x": 62578, + "y": 0, + "z": 27500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 25, + "instId": 300001, + "propState": 8, + "pos": { + "x": 82381, + "y": -690, + "z": 25319 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 1, + "groupId": 25, + "instId": 300001, + "pos": { + "x": 81134, + "y": 3600, + "z": 25321 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 43216, + "props": [ + { + "groupId": 1, + "instId": 300001, + "propState": 8, + "pos": { + "x": 26930, + "y": 300, + "z": -13807 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 8, + "pos": { + "x": 7220, + "y": 3654, + "z": 4 + }, + "rot": { + "x": 0, + "y": 270554, + "z": 0 + }, + "propId": 102109 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 8, + "pos": { + "x": 24000, + "y": 54, + "z": -7310 + }, + "rot": { + "x": 0, + "y": 618, + "z": 0 + }, + "propId": 102109 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 2, + "groupId": 1, + "instId": 300001, + "pos": { + "x": 24892, + "y": 0, + "z": -14425 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 43217, + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 8, + "pos": { + "x": 48678, + "y": -3410, + "z": -9904 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 1, + "groupId": 9, + "instId": 300001, + "pos": { + "x": 47579, + "y": 650, + "z": -9955 + }, + "rot": { + "x": 0, + "y": 313036, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 43218, + "props": [], + "monsters": [], + "teleports": [] + }, + { + "planeID": 43301, + "props": [ + { + "groupId": 22, + "instId": 300005, + "propState": 1, + "pos": { + "x": 87980, + "y": 124900, + "z": 186370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 65, + "instId": 300002, + "propState": 8, + "pos": { + "x": -179190, + "y": -4760, + "z": -79740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + } + ], + "monsters": [], + "teleports": [] + }, + { + "planeID": 43311, + "props": [ + { + "groupId": 17, + "instId": 300002, + "propState": 8, + "pos": { + "x": 274500, + "y": 122100, + "z": 654700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103076 + }, + { + "groupId": 17, + "instId": 300004, + "propState": 8, + "pos": { + "x": 274500, + "y": 122370, + "z": 637860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 17, + "instId": 300005, + "propState": 8, + "pos": { + "x": 274500, + "y": 122370, + "z": 637860 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 17, + "instId": 300006, + "propState": 8, + "pos": { + "x": 271540, + "y": 121639, + "z": 623220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 17, + "instId": 300007, + "propState": 8, + "pos": { + "x": 271540, + "y": 121639, + "z": 617500 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 17, + "instId": 300008, + "propState": 8, + "pos": { + "x": 277680, + "y": 121639, + "z": 623220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 17, + "instId": 300009, + "propState": 8, + "pos": { + "x": 277680, + "y": 121639, + "z": 617500 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 17, + "instId": 300010, + "propState": 8, + "pos": { + "x": 274670, + "y": 121639, + "z": 614630 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 17, + "instId": 300011, + "propState": 8, + "pos": { + "x": 275014, + "y": 121719, + "z": 660620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 17, + "instId": 300012, + "propState": 8, + "pos": { + "x": 271550, + "y": 121639, + "z": 652150 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 17, + "instId": 300013, + "propState": 8, + "pos": { + "x": 277540, + "y": 121639, + "z": 657870 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 17, + "instId": 300014, + "propState": 8, + "pos": { + "x": 277540, + "y": 121639, + "z": 652150 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 17, + "instId": 300015, + "propState": 8, + "pos": { + "x": 274430, + "y": 122000, + "z": 648493 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 17, + "instId": 300016, + "propState": 8, + "pos": { + "x": 276670, + "y": 122176, + "z": 626870 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 17, + "instId": 300017, + "propState": 1, + "pos": { + "x": 274500, + "y": 122100, + "z": 620700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103076 + }, + { + "groupId": 18, + "instId": 300003, + "propState": 8, + "pos": { + "x": 313400, + "y": 124063, + "z": 609640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 18, + "instId": 300004, + "propState": 8, + "pos": { + "x": 310659, + "y": 123980, + "z": 593920 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103093 + }, + { + "groupId": 18, + "instId": 300005, + "propState": 8, + "pos": { + "x": 310280, + "y": 123980, + "z": 593810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103093 + }, + { + "groupId": 18, + "instId": 300006, + "propState": 8, + "pos": { + "x": 310482, + "y": 123280, + "z": 608740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 18, + "instId": 300007, + "propState": 8, + "pos": { + "x": 325530, + "y": 123243, + "z": 593660 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 18, + "instId": 300008, + "propState": 8, + "pos": { + "x": 310482, + "y": 123280, + "z": 608740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 18, + "instId": 300009, + "propState": 8, + "pos": { + "x": 295230, + "y": 123243, + "z": 593660 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 18, + "instId": 300010, + "propState": 8, + "pos": { + "x": 310710, + "y": 123643, + "z": 590450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 18, + "instId": 300011, + "propState": 8, + "pos": { + "x": 307110, + "y": 123680, + "z": 602940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 18, + "instId": 300012, + "propState": 8, + "pos": { + "x": 313830, + "y": 123680, + "z": 602940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 18, + "instId": 300013, + "propState": 8, + "pos": { + "x": 298530, + "y": 123643, + "z": 597180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 18, + "instId": 300014, + "propState": 8, + "pos": { + "x": 319900, + "y": 123643, + "z": 597180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 18, + "instId": 300001, + "propState": 8, + "pos": { + "x": 310400, + "y": 123800, + "z": 593700 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103077 + }, + { + "groupId": 29, + "instId": 300001, + "propState": 8, + "pos": { + "x": 222646, + "y": 146337, + "z": 422741 + }, + "rot": { + "x": 0, + "y": 786, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 29, + "instId": 300002, + "propState": 1, + "pos": { + "x": 223000, + "y": 143004, + "z": 448500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 29, + "instId": 300003, + "propState": 1, + "pos": { + "x": 276000, + "y": 174700, + "z": 437750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 29, + "instId": 300004, + "propState": 4, + "pos": { + "x": 254494, + "y": 164219, + "z": 484303 + }, + "rot": { + "x": 0, + "y": 180786, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 29, + "instId": 300005, + "propState": 4, + "pos": { + "x": 276283, + "y": 177618, + "z": 458357 + }, + "rot": { + "x": 0, + "y": 90481, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 29, + "instId": 300006, + "propState": 4, + "pos": { + "x": 253787, + "y": 164680, + "z": 432784 + }, + "rot": { + "x": 0, + "y": 180786, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 29, + "instId": 300007, + "propState": 4, + "pos": { + "x": 240714, + "y": 156641, + "z": 448351 + }, + "rot": { + "x": 0, + "y": 90481, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 29, + "instId": 300008, + "propState": 4, + "pos": { + "x": 254211, + "y": 164403, + "z": 463695 + }, + "rot": { + "x": 0, + "y": 180786, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 30, + "instId": 300001, + "propState": 1, + "pos": { + "x": 330570, + "y": 165920, + "z": 472460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 30, + "instId": 300002, + "propState": 8, + "pos": { + "x": 305887, + "y": 134908, + "z": 523956 + }, + "rot": { + "x": 0, + "y": 89504, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 30, + "instId": 300003, + "propState": 1, + "pos": { + "x": 311000, + "y": 132011, + "z": 524000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 30, + "instId": 300004, + "propState": 4, + "pos": { + "x": 326118, + "y": 144001, + "z": 511204 + }, + "rot": { + "x": 0, + "y": 269504, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 30, + "instId": 300005, + "propState": 4, + "pos": { + "x": 310560, + "y": 151657, + "z": 498141 + }, + "rot": { + "x": 0, + "y": 269504, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 30, + "instId": 300006, + "propState": 4, + "pos": { + "x": 325678, + "y": 160545, + "z": 485345 + }, + "rot": { + "x": 0, + "y": 180975, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 30, + "instId": 300007, + "propState": 4, + "pos": { + "x": 346421, + "y": 150336, + "z": 502761 + }, + "rot": { + "x": 0, + "y": 180975, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 30, + "instId": 300008, + "propState": 4, + "pos": { + "x": 356500, + "y": 156262, + "z": 494230 + }, + "rot": { + "x": 0, + "y": 269504, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 30, + "instId": 300009, + "propState": 4, + "pos": { + "x": 340942, + "y": 163918, + "z": 481168 + }, + "rot": { + "x": 0, + "y": 180975, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 30, + "instId": 300010, + "propState": 4, + "pos": { + "x": 325824, + "y": 155030, + "z": 493964 + }, + "rot": { + "x": 0, + "y": 180975, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 30, + "instId": 300011, + "propState": 4, + "pos": { + "x": 315452, + "y": 160134, + "z": 485256 + }, + "rot": { + "x": 0, + "y": 269504, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 31, + "instId": 300001, + "propState": 8, + "pos": { + "x": 179399, + "y": 175880, + "z": 635705 + }, + "rot": { + "x": 0, + "y": 359979, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 31, + "instId": 300002, + "propState": 1, + "pos": { + "x": 264470, + "y": 122219, + "z": 684790 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 31, + "instId": 300003, + "propState": 1, + "pos": { + "x": 179390, + "y": 173500, + "z": 659440 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 31, + "instId": 300004, + "propState": 4, + "pos": { + "x": 195604, + "y": 166119, + "z": 640759 + }, + "rot": { + "x": 0, + "y": 179979, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 31, + "instId": 300005, + "propState": 4, + "pos": { + "x": 223955, + "y": 149796, + "z": 674527 + }, + "rot": { + "x": 0, + "y": 88913, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 31, + "instId": 300006, + "propState": 4, + "pos": { + "x": 215848, + "y": 155037, + "z": 683867 + }, + "rot": { + "x": 0, + "y": 179979, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 31, + "instId": 300007, + "propState": 4, + "pos": { + "x": 199648, + "y": 164365, + "z": 664571 + }, + "rot": { + "x": 0, + "y": 88913, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 31, + "instId": 300008, + "propState": 4, + "pos": { + "x": 211808, + "y": 156502, + "z": 650561 + }, + "rot": { + "x": 0, + "y": 179979, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 31, + "instId": 300009, + "propState": 4, + "pos": { + "x": 240159, + "y": 140179, + "z": 684329 + }, + "rot": { + "x": 0, + "y": 179979, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 31, + "instId": 300010, + "propState": 4, + "pos": { + "x": 252320, + "y": 132317, + "z": 670318 + }, + "rot": { + "x": 0, + "y": 179979, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 31, + "instId": 300011, + "propState": 8, + "pos": { + "x": 248270, + "y": 134649, + "z": 665494 + }, + "rot": { + "x": 0, + "y": 88913, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 31, + "instId": 300012, + "propState": 8, + "pos": { + "x": 240170, + "y": 139312, + "z": 655846 + }, + "rot": { + "x": 0, + "y": 88913, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 35, + "instId": 300004, + "propState": 8, + "pos": { + "x": 204305, + "y": 143006, + "z": 442505 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 35, + "instId": 300005, + "propState": 8, + "pos": { + "x": 209140, + "y": 143006, + "z": 448013 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 35, + "instId": 300006, + "propState": 8, + "pos": { + "x": 214889, + "y": 143004, + "z": 448179 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 35, + "instId": 300007, + "propState": 8, + "pos": { + "x": 189568, + "y": 140035, + "z": 430320 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 35, + "instId": 300012, + "propState": 8, + "pos": { + "x": 193250, + "y": 141293, + "z": 430500 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 35, + "instId": 300001, + "propState": 8, + "pos": { + "x": 204305, + "y": 143006, + "z": 438140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 35, + "instId": 300002, + "propState": 8, + "pos": { + "x": 180967, + "y": 139679, + "z": 436641 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 35, + "instId": 300008, + "propState": 8, + "pos": { + "x": 189568, + "y": 140035, + "z": 442530 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 35, + "instId": 300009, + "propState": 8, + "pos": { + "x": 193250, + "y": 141293, + "z": 442490 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 35, + "instId": 300003, + "propState": 8, + "pos": { + "x": 204305, + "y": 143006, + "z": 434430 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 35, + "instId": 300010, + "propState": 8, + "pos": { + "x": 196979, + "y": 142716, + "z": 430340 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 35, + "instId": 300011, + "propState": 8, + "pos": { + "x": 197200, + "y": 142858, + "z": 442490 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 35, + "instId": 300013, + "propState": 8, + "pos": { + "x": 204510, + "y": 143006, + "z": 424165 + }, + "rot": { + "x": 0, + "y": 349018, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 35, + "instId": 300014, + "propState": 8, + "pos": { + "x": 204255, + "y": 143006, + "z": 447956 + }, + "rot": { + "x": 0, + "y": 87921, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 38, + "instId": 300001, + "propState": 8, + "pos": { + "x": 302958, + "y": 171500, + "z": 441256 + }, + "rot": { + "x": 0, + "y": 25244, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 38, + "instId": 300002, + "propState": 8, + "pos": { + "x": 303901, + "y": 171500, + "z": 440777 + }, + "rot": { + "x": 0, + "y": 18153, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 38, + "instId": 300007, + "propState": 8, + "pos": { + "x": 330024, + "y": 165227, + "z": 459864 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 38, + "instId": 300008, + "propState": 8, + "pos": { + "x": 303761, + "y": 171500, + "z": 431842 + }, + "rot": { + "x": 0, + "y": 312171, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 38, + "instId": 300006, + "propState": 8, + "pos": { + "x": 295720, + "y": 171500, + "z": 437878 + }, + "rot": { + "x": 0, + "y": 222769, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 38, + "instId": 300005, + "propState": 8, + "pos": { + "x": 314790, + "y": 168500, + "z": 459730 + }, + "rot": { + "x": 0, + "y": 239895, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 38, + "instId": 300003, + "propState": 8, + "pos": { + "x": 313560, + "y": 168500, + "z": 452610 + }, + "rot": { + "x": 0, + "y": 182568, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 39, + "instId": 300006, + "propState": 8, + "pos": { + "x": 315548, + "y": 123691, + "z": 624035 + }, + "rot": { + "x": 0, + "y": 228444, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 39, + "instId": 300009, + "propState": 8, + "pos": { + "x": 280050, + "y": 122219, + "z": 684821 + }, + "rot": { + "x": 0, + "y": 262710, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 39, + "instId": 300010, + "propState": 8, + "pos": { + "x": 292408, + "y": 123723, + "z": 593634 + }, + "rot": { + "x": 0, + "y": 201204, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 39, + "instId": 300011, + "propState": 8, + "pos": { + "x": 262261, + "y": 122170, + "z": 620664 + }, + "rot": { + "x": 0, + "y": 194901, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 39, + "instId": 300001, + "propState": 8, + "pos": { + "x": 317269, + "y": 123692, + "z": 622083 + }, + "rot": { + "x": 0, + "y": 228444, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 39, + "instId": 300002, + "propState": 8, + "pos": { + "x": 319034, + "y": 123691, + "z": 620396 + }, + "rot": { + "x": 0, + "y": 228444, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 39, + "instId": 300003, + "propState": 8, + "pos": { + "x": 320481, + "y": 123691, + "z": 618991 + }, + "rot": { + "x": 0, + "y": 228444, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 39, + "instId": 300004, + "propState": 8, + "pos": { + "x": 316472, + "y": 124529, + "z": 622889 + }, + "rot": { + "x": 0, + "y": 221570, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 39, + "instId": 300005, + "propState": 8, + "pos": { + "x": 318426, + "y": 124530, + "z": 621425 + }, + "rot": { + "x": 0, + "y": 221570, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 39, + "instId": 300007, + "propState": 8, + "pos": { + "x": 320030, + "y": 124530, + "z": 620203 + }, + "rot": { + "x": 0, + "y": 221570, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 39, + "instId": 300008, + "propState": 8, + "pos": { + "x": 268381, + "y": 122200, + "z": 651524 + }, + "rot": { + "x": 0, + "y": 91917, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 40, + "instId": 300081, + "propState": 8, + "pos": { + "x": 147108, + "y": 178003, + "z": 678498 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 40, + "instId": 300001, + "propState": 8, + "pos": { + "x": 166950, + "y": 174920, + "z": 670820 + }, + "rot": { + "x": 0, + "y": 132790, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 40, + "instId": 300002, + "propState": 8, + "pos": { + "x": 148372, + "y": 178003, + "z": 679621 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 40, + "instId": 300003, + "propState": 8, + "pos": { + "x": 148372, + "y": 178003, + "z": 680939 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 40, + "instId": 300004, + "propState": 8, + "pos": { + "x": 147108, + "y": 178003, + "z": 682081 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 40, + "instId": 300009, + "propState": 8, + "pos": { + "x": 167242, + "y": 174920, + "z": 670561 + }, + "rot": { + "x": 0, + "y": 134513, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 40, + "instId": 300010, + "propState": 8, + "pos": { + "x": 137000, + "y": 178003, + "z": 678498 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 40, + "instId": 300011, + "propState": 8, + "pos": { + "x": 138010, + "y": 178003, + "z": 679621 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 40, + "instId": 300012, + "propState": 8, + "pos": { + "x": 138010, + "y": 178003, + "z": 680939 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 40, + "instId": 300013, + "propState": 8, + "pos": { + "x": 136949, + "y": 178003, + "z": 682081 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 40, + "instId": 300014, + "propState": 8, + "pos": { + "x": 137383, + "y": 178800, + "z": 679090 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 40, + "instId": 300015, + "propState": 8, + "pos": { + "x": 138010, + "y": 178870, + "z": 680280 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 40, + "instId": 300016, + "propState": 8, + "pos": { + "x": 137519, + "y": 178850, + "z": 681558 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 40, + "instId": 300026, + "propState": 8, + "pos": { + "x": 110330, + "y": 179533, + "z": 686791 + }, + "rot": { + "x": 0, + "y": 301125, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 40, + "instId": 300027, + "propState": 8, + "pos": { + "x": 112143, + "y": 179533, + "z": 687068 + }, + "rot": { + "x": 0, + "y": 38885, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 40, + "instId": 300028, + "propState": 8, + "pos": { + "x": 112798, + "y": 179533, + "z": 685313 + }, + "rot": { + "x": 0, + "y": 115500, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 40, + "instId": 300029, + "propState": 8, + "pos": { + "x": 111910, + "y": 179533, + "z": 684089 + }, + "rot": { + "x": 0, + "y": 144796, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 40, + "instId": 300030, + "propState": 8, + "pos": { + "x": 110465, + "y": 179533, + "z": 684458 + }, + "rot": { + "x": 0, + "y": 229373, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 40, + "instId": 300005, + "propState": 8, + "pos": { + "x": 128166, + "y": 178800, + "z": 679090 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 40, + "instId": 300006, + "propState": 8, + "pos": { + "x": 128793, + "y": 178870, + "z": 680280 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 40, + "instId": 300007, + "propState": 8, + "pos": { + "x": 128302, + "y": 178850, + "z": 681558 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 40, + "instId": 300008, + "propState": 8, + "pos": { + "x": 127783, + "y": 178003, + "z": 678498 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 40, + "instId": 300017, + "propState": 8, + "pos": { + "x": 128793, + "y": 178003, + "z": 679621 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 40, + "instId": 300018, + "propState": 8, + "pos": { + "x": 128793, + "y": 178003, + "z": 680939 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 40, + "instId": 300019, + "propState": 8, + "pos": { + "x": 127732, + "y": 178003, + "z": 682081 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 40, + "instId": 300020, + "propState": 8, + "pos": { + "x": 157297, + "y": 174920, + "z": 678872 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 40, + "instId": 300021, + "propState": 8, + "pos": { + "x": 158561, + "y": 174920, + "z": 679995 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 40, + "instId": 300022, + "propState": 8, + "pos": { + "x": 157297, + "y": 174920, + "z": 681241 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 40, + "instId": 300023, + "propState": 8, + "pos": { + "x": 174242, + "y": 173500, + "z": 674039 + }, + "rot": { + "x": 0, + "y": 143764, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 40, + "instId": 300024, + "propState": 8, + "pos": { + "x": 175895, + "y": 173500, + "z": 673683 + }, + "rot": { + "x": 0, + "y": 143764, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 40, + "instId": 300025, + "propState": 8, + "pos": { + "x": 176153, + "y": 173500, + "z": 675440 + }, + "rot": { + "x": 0, + "y": 143764, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 40, + "instId": 300031, + "propState": 8, + "pos": { + "x": 112220, + "y": 179533, + "z": 679830 + }, + "rot": { + "x": 0, + "y": 91988, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 43, + "instId": 300001, + "propState": 8, + "pos": { + "x": 161930, + "y": 143104, + "z": 431617 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 43, + "instId": 300002, + "propState": 8, + "pos": { + "x": 131925, + "y": 182729, + "z": 714549 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + } + ], + "monsters": [ + { + "groupId": 35, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 184193, + "y": 140017, + "z": 432043 + }, + "rot": { + "x": 0, + "y": 5199, + "z": 0 + }, + "monsterId": 3022023 + }, + { + "groupId": 35, + "instId": 200004, + "eventId": 0, + "pos": { + "x": 178460, + "y": 139679, + "z": 438130 + }, + "rot": { + "x": 0, + "y": 121588, + "z": 0 + }, + "monsterId": 3022025 + }, + { + "groupId": 35, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 185638, + "y": 140038, + "z": 433558 + }, + "rot": { + "x": 0, + "y": 289924, + "z": 0 + }, + "monsterId": 3022023 + }, + { + "groupId": 35, + "instId": 200006, + "eventId": 0, + "pos": { + "x": 203160, + "y": 143006, + "z": 431510 + }, + "rot": { + "x": 0, + "y": 135399, + "z": 0 + }, + "monsterId": 3022020 + }, + { + "groupId": 35, + "instId": 200007, + "eventId": 0, + "pos": { + "x": 205596, + "y": 143006, + "z": 429748 + }, + "rot": { + "x": 0, + "y": 269512, + "z": 0 + }, + "monsterId": 3022020 + }, + { + "groupId": 35, + "instId": 200008, + "eventId": 0, + "pos": { + "x": 203183, + "y": 143006, + "z": 428446 + }, + "rot": { + "x": 0, + "y": 14529, + "z": 0 + }, + "monsterId": 3022020 + }, + { + "groupId": 35, + "instId": 200009, + "eventId": 0, + "pos": { + "x": 180033, + "y": 139679, + "z": 439248 + }, + "rot": { + "x": 0, + "y": 164251, + "z": 0 + }, + "monsterId": 3022021 + }, + { + "groupId": 35, + "instId": 200010, + "eventId": 0, + "pos": { + "x": 181831, + "y": 139679, + "z": 439463 + }, + "rot": { + "x": 0, + "y": 183820, + "z": 0 + }, + "monsterId": 3022020 + }, + { + "groupId": 35, + "instId": 200014, + "eventId": 0, + "pos": { + "x": 179113, + "y": 139679, + "z": 434380 + }, + "rot": { + "x": 0, + "y": 42285, + "z": 0 + }, + "monsterId": 3022026 + }, + { + "groupId": 35, + "instId": 200015, + "eventId": 0, + "pos": { + "x": 178030, + "y": 139679, + "z": 435947 + }, + "rot": { + "x": 0, + "y": 73521, + "z": 0 + }, + "monsterId": 3022026 + }, + { + "groupId": 38, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 305327, + "y": 171500, + "z": 431720 + }, + "rot": { + "x": 0, + "y": 291331, + "z": 0 + }, + "monsterId": 3022021 + }, + { + "groupId": 38, + "instId": 200006, + "eventId": 0, + "pos": { + "x": 304221, + "y": 171500, + "z": 430050 + }, + "rot": { + "x": 0, + "y": 357359, + "z": 0 + }, + "monsterId": 3022021 + }, + { + "groupId": 38, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 308267, + "y": 172747, + "z": 448321 + }, + "rot": { + "x": 0, + "y": 195578, + "z": 0 + }, + "monsterId": 3022027 + }, + { + "groupId": 38, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 305960, + "y": 171500, + "z": 447529 + }, + "rot": { + "x": 0, + "y": 74142, + "z": 0 + }, + "monsterId": 3022020 + }, + { + "groupId": 38, + "instId": 200003, + "eventId": 0, + "pos": { + "x": 307562, + "y": 171500, + "z": 446160 + }, + "rot": { + "x": 0, + "y": 13435, + "z": 0 + }, + "monsterId": 3022020 + }, + { + "groupId": 38, + "instId": 200004, + "eventId": 0, + "pos": { + "x": 300884, + "y": 168500, + "z": 458505 + }, + "rot": { + "x": 0, + "y": 233808, + "z": 0 + }, + "monsterId": 3022022 + }, + { + "groupId": 38, + "instId": 200007, + "eventId": 0, + "pos": { + "x": 299851, + "y": 168500, + "z": 458948 + }, + "rot": { + "x": 0, + "y": 219690, + "z": 0 + }, + "monsterId": 3022022 + }, + { + "groupId": 38, + "instId": 200008, + "eventId": 0, + "pos": { + "x": 298025, + "y": 168500, + "z": 456999 + }, + "rot": { + "x": 0, + "y": 62954, + "z": 0 + }, + "monsterId": 3022027 + }, + { + "groupId": 38, + "instId": 200009, + "eventId": 0, + "pos": { + "x": 313810, + "y": 168500, + "z": 439910 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3022020 + }, + { + "groupId": 38, + "instId": 200010, + "eventId": 0, + "pos": { + "x": 295320, + "y": 171500, + "z": 435960 + }, + "rot": { + "x": 0, + "y": 20271, + "z": 0 + }, + "monsterId": 3022024 + }, + { + "groupId": 38, + "instId": 200011, + "eventId": 0, + "pos": { + "x": 294646, + "y": 171500, + "z": 439333 + }, + "rot": { + "x": 0, + "y": 146911, + "z": 0 + }, + "monsterId": 3022024 + }, + { + "groupId": 38, + "instId": 200012, + "eventId": 0, + "pos": { + "x": 297673, + "y": 171500, + "z": 437454 + }, + "rot": { + "x": 0, + "y": 286639, + "z": 0 + }, + "monsterId": 3022024 + }, + { + "groupId": 38, + "instId": 200013, + "eventId": 0, + "pos": { + "x": 301316, + "y": 168500, + "z": 457081 + }, + "rot": { + "x": 0, + "y": 263473, + "z": 0 + }, + "monsterId": 3022022 + }, + { + "groupId": 38, + "instId": 200014, + "eventId": 0, + "pos": { + "x": 298719, + "y": 168500, + "z": 456173 + }, + "rot": { + "x": 0, + "y": 26554, + "z": 0 + }, + "monsterId": 3022027 + }, + { + "groupId": 39, + "instId": 200010, + "eventId": 0, + "pos": { + "x": 291392, + "y": 128580, + "z": 554678 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 3022020 + }, + { + "groupId": 39, + "instId": 200011, + "eventId": 0, + "pos": { + "x": 294115, + "y": 128580, + "z": 554688 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 3022020 + }, + { + "groupId": 39, + "instId": 200012, + "eventId": 0, + "pos": { + "x": 292597, + "y": 128580, + "z": 552992 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 3022020 + }, + { + "groupId": 39, + "instId": 200013, + "eventId": 0, + "pos": { + "x": 309060, + "y": 123790, + "z": 593780 + }, + "rot": { + "x": 0, + "y": 236628, + "z": 0 + }, + "monsterId": 3022020 + }, + { + "groupId": 39, + "instId": 200014, + "eventId": 0, + "pos": { + "x": 292263, + "y": 127263, + "z": 579078 + }, + "rot": { + "x": 0, + "y": 179324, + "z": 0 + }, + "monsterId": 3022022 + }, + { + "groupId": 39, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 292659, + "y": 130250, + "z": 545790 + }, + "rot": { + "x": 0, + "y": 3230, + "z": 0 + }, + "monsterId": 3022027 + }, + { + "groupId": 39, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 278810, + "y": 122227, + "z": 652220 + }, + "rot": { + "x": 0, + "y": 266610, + "z": 0 + }, + "monsterId": 3022023 + }, + { + "groupId": 39, + "instId": 200006, + "eventId": 0, + "pos": { + "x": 278882, + "y": 122227, + "z": 650890 + }, + "rot": { + "x": 0, + "y": 266610, + "z": 0 + }, + "monsterId": 3022023 + }, + { + "groupId": 39, + "instId": 200007, + "eventId": 0, + "pos": { + "x": 279680, + "y": 122219, + "z": 669555 + }, + "rot": { + "x": 0, + "y": 179203, + "z": 0 + }, + "monsterId": 3022020 + }, + { + "groupId": 39, + "instId": 200008, + "eventId": 0, + "pos": { + "x": 310620, + "y": 123790, + "z": 595320 + }, + "rot": { + "x": 0, + "y": 236628, + "z": 0 + }, + "monsterId": 3022020 + }, + { + "groupId": 39, + "instId": 200009, + "eventId": 0, + "pos": { + "x": 311010, + "y": 123790, + "z": 593390 + }, + "rot": { + "x": 0, + "y": 236628, + "z": 0 + }, + "monsterId": 3022020 + }, + { + "groupId": 39, + "instId": 200016, + "eventId": 0, + "pos": { + "x": 288876, + "y": 122490, + "z": 622638 + }, + "rot": { + "x": 0, + "y": 91116, + "z": 0 + }, + "monsterId": 3022020 + }, + { + "groupId": 39, + "instId": 200017, + "eventId": 0, + "pos": { + "x": 288918, + "y": 122490, + "z": 625360 + }, + "rot": { + "x": 0, + "y": 91116, + "z": 0 + }, + "monsterId": 3022020 + }, + { + "groupId": 39, + "instId": 200018, + "eventId": 0, + "pos": { + "x": 290584, + "y": 122490, + "z": 623810 + }, + "rot": { + "x": 0, + "y": 91116, + "z": 0 + }, + "monsterId": 3022020 + }, + { + "groupId": 39, + "instId": 200020, + "eventId": 0, + "pos": { + "x": 294185, + "y": 126843, + "z": 574519 + }, + "rot": { + "x": 0, + "y": 180803, + "z": 0 + }, + "monsterId": 3022021 + }, + { + "groupId": 39, + "instId": 200021, + "eventId": 0, + "pos": { + "x": 292246, + "y": 126843, + "z": 574508 + }, + "rot": { + "x": 0, + "y": 180803, + "z": 0 + }, + "monsterId": 3022021 + }, + { + "groupId": 39, + "instId": 200022, + "eventId": 0, + "pos": { + "x": 290533, + "y": 126843, + "z": 574499 + }, + "rot": { + "x": 0, + "y": 180803, + "z": 0 + }, + "monsterId": 3022021 + }, + { + "groupId": 39, + "instId": 200024, + "eventId": 0, + "pos": { + "x": 319630, + "y": 123680, + "z": 625090 + }, + "rot": { + "x": 0, + "y": 220129, + "z": 0 + }, + "monsterId": 3022021 + }, + { + "groupId": 39, + "instId": 200025, + "eventId": 0, + "pos": { + "x": 321718, + "y": 123680, + "z": 623343 + }, + "rot": { + "x": 0, + "y": 220129, + "z": 0 + }, + "monsterId": 3022021 + }, + { + "groupId": 39, + "instId": 200026, + "eventId": 0, + "pos": { + "x": 319465, + "y": 123690, + "z": 623025 + }, + "rot": { + "x": 0, + "y": 220129, + "z": 0 + }, + "monsterId": 3022021 + }, + { + "groupId": 39, + "instId": 200027, + "eventId": 0, + "pos": { + "x": 262640, + "y": 120665, + "z": 644909 + }, + "rot": { + "x": 0, + "y": 175489, + "z": 0 + }, + "monsterId": 3022026 + }, + { + "groupId": 39, + "instId": 200028, + "eventId": 0, + "pos": { + "x": 262359, + "y": 119130, + "z": 631568 + }, + "rot": { + "x": 0, + "y": 177736, + "z": 0 + }, + "monsterId": 3022024 + }, + { + "groupId": 39, + "instId": 200029, + "eventId": 0, + "pos": { + "x": 262532, + "y": 122200, + "z": 651784 + }, + "rot": { + "x": 0, + "y": 178701, + "z": 0 + }, + "monsterId": 3022027 + }, + { + "groupId": 39, + "instId": 200030, + "eventId": 0, + "pos": { + "x": 262443, + "y": 119130, + "z": 638289 + }, + "rot": { + "x": 0, + "y": 177711, + "z": 0 + }, + "monsterId": 3022025 + }, + { + "groupId": 39, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 291241, + "y": 130250, + "z": 532318 + }, + "rot": { + "x": 0, + "y": 89422, + "z": 0 + }, + "monsterId": 3022023 + }, + { + "groupId": 39, + "instId": 200003, + "eventId": 0, + "pos": { + "x": 280970, + "y": 122219, + "z": 669555 + }, + "rot": { + "x": 0, + "y": 179203, + "z": 0 + }, + "monsterId": 3022020 + }, + { + "groupId": 39, + "instId": 200004, + "eventId": 0, + "pos": { + "x": 280310, + "y": 122219, + "z": 668440 + }, + "rot": { + "x": 0, + "y": 179203, + "z": 0 + }, + "monsterId": 3022020 + }, + { + "groupId": 40, + "instId": 200005, + "eventId": 0, + "pos": { + "x": 147018, + "y": 178003, + "z": 679764 + }, + "rot": { + "x": 0, + "y": 95216, + "z": 0 + }, + "monsterId": 3022020 + }, + { + "groupId": 40, + "instId": 200006, + "eventId": 0, + "pos": { + "x": 147018, + "y": 178003, + "z": 680995 + }, + "rot": { + "x": 0, + "y": 95216, + "z": 0 + }, + "monsterId": 3022020 + }, + { + "groupId": 40, + "instId": 200008, + "eventId": 0, + "pos": { + "x": 135294, + "y": 178003, + "z": 678756 + }, + "rot": { + "x": 0, + "y": 95216, + "z": 0 + }, + "monsterId": 3022021 + }, + { + "groupId": 40, + "instId": 200009, + "eventId": 0, + "pos": { + "x": 136600, + "y": 178003, + "z": 679499 + }, + "rot": { + "x": 0, + "y": 95216, + "z": 0 + }, + "monsterId": 3022021 + }, + { + "groupId": 40, + "instId": 200010, + "eventId": 0, + "pos": { + "x": 136600, + "y": 178003, + "z": 680730 + }, + "rot": { + "x": 0, + "y": 95216, + "z": 0 + }, + "monsterId": 3022021 + }, + { + "groupId": 40, + "instId": 200011, + "eventId": 0, + "pos": { + "x": 135294, + "y": 178003, + "z": 681360 + }, + "rot": { + "x": 0, + "y": 95216, + "z": 0 + }, + "monsterId": 3022021 + }, + { + "groupId": 40, + "instId": 200012, + "eventId": 0, + "pos": { + "x": 125426, + "y": 178003, + "z": 678739 + }, + "rot": { + "x": 0, + "y": 95216, + "z": 0 + }, + "monsterId": 3022020 + }, + { + "groupId": 40, + "instId": 200013, + "eventId": 0, + "pos": { + "x": 126610, + "y": 178003, + "z": 679499 + }, + "rot": { + "x": 0, + "y": 95216, + "z": 0 + }, + "monsterId": 3022020 + }, + { + "groupId": 40, + "instId": 200014, + "eventId": 0, + "pos": { + "x": 126610, + "y": 178003, + "z": 680730 + }, + "rot": { + "x": 0, + "y": 95216, + "z": 0 + }, + "monsterId": 3022020 + }, + { + "groupId": 40, + "instId": 200015, + "eventId": 0, + "pos": { + "x": 125426, + "y": 178003, + "z": 681250 + }, + "rot": { + "x": 0, + "y": 95216, + "z": 0 + }, + "monsterId": 3022020 + }, + { + "groupId": 40, + "instId": 200003, + "eventId": 0, + "pos": { + "x": 122180, + "y": 178003, + "z": 680215 + }, + "rot": { + "x": 0, + "y": 95216, + "z": 0 + }, + "monsterId": 3022022 + }, + { + "groupId": 40, + "instId": 200004, + "eventId": 0, + "pos": { + "x": 111769, + "y": 179533, + "z": 685732 + }, + "rot": { + "x": 0, + "y": 184845, + "z": 0 + }, + "monsterId": 3022023 + }, + { + "groupId": 40, + "instId": 200001, + "eventId": 0, + "pos": { + "x": 157207, + "y": 174920, + "z": 680138 + }, + "rot": { + "x": 0, + "y": 95216, + "z": 0 + }, + "monsterId": 3022022 + }, + { + "groupId": 40, + "instId": 200002, + "eventId": 0, + "pos": { + "x": 175210, + "y": 173500, + "z": 674860 + }, + "rot": { + "x": 0, + "y": 148980, + "z": 0 + }, + "monsterId": 3022022 + }, + { + "groupId": 40, + "instId": 200007, + "eventId": 0, + "pos": { + "x": 110760, + "y": 182429, + "z": 706994 + }, + "rot": { + "x": 0, + "y": 164090, + "z": 0 + }, + "monsterId": 3022026 + }, + { + "groupId": 40, + "instId": 200016, + "eventId": 0, + "pos": { + "x": 112790, + "y": 182429, + "z": 706994 + }, + "rot": { + "x": 0, + "y": 196275, + "z": 0 + }, + "monsterId": 3022026 + }, + { + "groupId": 40, + "instId": 200017, + "eventId": 0, + "pos": { + "x": 111748, + "y": 182429, + "z": 705271 + }, + "rot": { + "x": 0, + "y": 173731, + "z": 0 + }, + "monsterId": 3022026 + }, + { + "groupId": 40, + "instId": 200018, + "eventId": 0, + "pos": { + "x": 119454, + "y": 182429, + "z": 710711 + }, + "rot": { + "x": 0, + "y": 229155, + "z": 0 + }, + "monsterId": 3022025 + }, + { + "groupId": 40, + "instId": 200019, + "eventId": 0, + "pos": { + "x": 120310, + "y": 182429, + "z": 708870 + }, + "rot": { + "x": 0, + "y": 261341, + "z": 0 + }, + "monsterId": 3022025 + }, + { + "groupId": 40, + "instId": 200020, + "eventId": 0, + "pos": { + "x": 118308, + "y": 182429, + "z": 709089 + }, + "rot": { + "x": 0, + "y": 238796, + "z": 0 + }, + "monsterId": 3022025 + }, + { + "groupId": 40, + "instId": 200021, + "eventId": 0, + "pos": { + "x": 126663, + "y": 182429, + "z": 713940 + }, + "rot": { + "x": 0, + "y": 204292, + "z": 0 + }, + "monsterId": 3022024 + }, + { + "groupId": 40, + "instId": 200022, + "eventId": 0, + "pos": { + "x": 128411, + "y": 182429, + "z": 712908 + }, + "rot": { + "x": 0, + "y": 204292, + "z": 0 + }, + "monsterId": 3022024 + }, + { + "groupId": 40, + "instId": 200023, + "eventId": 0, + "pos": { + "x": 126638, + "y": 182429, + "z": 711954 + }, + "rot": { + "x": 0, + "y": 204292, + "z": 0 + }, + "monsterId": 3022024 + } + ], + "teleports": [ + { + "anchorId": 2, + "groupId": 43, + "instId": 300002, + "pos": { + "x": 128868, + "y": 182429, + "z": 716620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 43302, + "props": [ + { + "groupId": 1, + "instId": 300001, + "propState": 8, + "pos": { + "x": 149272, + "y": 28111, + "z": -130927 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103032 + }, + { + "groupId": 1, + "instId": 300002, + "propState": 8, + "pos": { + "x": 159566, + "y": 27970, + "z": -139446 + }, + "rot": { + "x": 0, + "y": 22369, + "z": 0 + }, + "propId": 103013 + }, + { + "groupId": 1, + "instId": 300003, + "propState": 1, + "pos": { + "x": 36716, + "y": -10734, + "z": -531191 + }, + "rot": { + "x": 0, + "y": 89690, + "z": 0 + }, + "propId": 103013 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 8, + "pos": { + "x": -179190, + "y": -4760, + "z": -79740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + } + ], + "monsters": [], + "teleports": [] + }, + { + "planeID": 43303, + "props": [ + { + "groupId": 21, + "instId": 300001, + "propState": 8, + "pos": { + "x": -82663, + "y": 5074, + "z": -5734 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 1, + "groupId": 21, + "instId": 300001, + "pos": { + "x": -78230, + "y": 4622, + "z": -6750 + }, + "rot": { + "x": 0, + "y": 145268, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 43304, + "props": [ + { + "groupId": 47, + "instId": 300004, + "propState": 1, + "pos": { + "x": 121003, + "y": -30378, + "z": 154008 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103053 + }, + { + "groupId": 47, + "instId": 300001, + "propState": 1, + "pos": { + "x": 125761, + "y": -37038, + "z": 182603 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103051 + }, + { + "groupId": 47, + "instId": 300007, + "propState": 21, + "pos": { + "x": 155263, + "y": -33864, + "z": 176402 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 47, + "instId": 300008, + "propState": 21, + "pos": { + "x": 154600, + "y": -37038, + "z": 173550 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 47, + "instId": 300009, + "propState": 21, + "pos": { + "x": 150376, + "y": -37032, + "z": 179382 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 47, + "instId": 300010, + "propState": 21, + "pos": { + "x": 149754, + "y": -33880, + "z": 181826 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 47, + "instId": 300006, + "propState": 8, + "pos": { + "x": 140390, + "y": -37038, + "z": 178820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 47, + "instId": 300011, + "propState": 8, + "pos": { + "x": 154915, + "y": -33864, + "z": 179746 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103087 + }, + { + "groupId": 47, + "instId": 300012, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 48, + "instId": 300001, + "propState": 8, + "pos": { + "x": -101164, + "y": -17822, + "z": 61754 + }, + "rot": { + "x": 0, + "y": 270367, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 48, + "instId": 300003, + "propState": 8, + "pos": { + "x": 128580, + "y": -37038, + "z": 184204 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 48, + "instId": 300004, + "propState": 8, + "pos": { + "x": 146569, + "y": -37038, + "z": 169353 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 48, + "instId": 300005, + "propState": 2, + "pos": { + "x": -100510, + "y": -17822, + "z": 61750 + }, + "rot": { + "x": 0, + "y": 270367, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 48, + "instId": 300006, + "propState": 8, + "pos": { + "x": -112038, + "y": -58798, + "z": 59500 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 48, + "instId": 300008, + "propState": 8, + "pos": { + "x": -112050, + "y": -59826, + "z": 48673 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 48, + "instId": 300010, + "propState": 2, + "pos": { + "x": 127250, + "y": -30482, + "z": 158900 + }, + "rot": { + "x": 0, + "y": 160367, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 48, + "instId": 300011, + "propState": 8, + "pos": { + "x": 138169, + "y": -37028, + "z": 187209 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 48, + "instId": 300013, + "propState": 8, + "pos": { + "x": 127125, + "y": -30482, + "z": 158471 + }, + "rot": { + "x": 0, + "y": 160367, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 48, + "instId": 300014, + "propState": 8, + "pos": { + "x": 128503, + "y": -37038, + "z": 182050 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 48, + "instId": 300015, + "propState": 8, + "pos": { + "x": 138560, + "y": -37038, + "z": 186950 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 48, + "instId": 300016, + "propState": 8, + "pos": { + "x": 152463, + "y": -37038, + "z": 172616 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 48, + "instId": 300002, + "propState": 8, + "pos": { + "x": -101940, + "y": -17827, + "z": 61660 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 48, + "instId": 300007, + "propState": 8, + "pos": { + "x": -101917, + "y": -59826, + "z": 57434 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 49, + "instId": 300004, + "propState": 1, + "pos": { + "x": -99974, + "y": -17822, + "z": 56503 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103053 + }, + { + "groupId": 49, + "instId": 300001, + "propState": 8, + "pos": { + "x": -99679, + "y": -17822, + "z": 56506 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103053 + }, + { + "groupId": 49, + "instId": 300002, + "propState": 1, + "pos": { + "x": -101957, + "y": -59820, + "z": 60005 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103051 + }, + { + "groupId": 49, + "instId": 300007, + "propState": 21, + "pos": { + "x": -94193, + "y": -58783, + "z": 42605 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 49, + "instId": 300008, + "propState": 21, + "pos": { + "x": -104760, + "y": -56539, + "z": 42593 + }, + "rot": { + "x": 0, + "y": 5282, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 49, + "instId": 300010, + "propState": 21, + "pos": { + "x": -110732, + "y": -58798, + "z": 51585 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 49, + "instId": 300011, + "propState": 21, + "pos": { + "x": -97287, + "y": -58780, + "z": 51600 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 49, + "instId": 300009, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 60, + "instId": 300001, + "propState": 8, + "pos": { + "x": -3450, + "y": -21913, + "z": 194390 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 73, + "instId": 300001, + "propState": 8, + "pos": { + "x": -152439, + "y": 16127, + "z": -136360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 73, + "instId": 300002, + "propState": 8, + "pos": { + "x": 120710, + "y": -30383, + "z": 147595 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 73, + "instId": 300003, + "propState": 8, + "pos": { + "x": 120290, + "y": -30291, + "z": 147430 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 73, + "instId": 300004, + "propState": 8, + "pos": { + "x": -110948, + "y": -17827, + "z": 61601 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 73, + "instId": 300005, + "propState": 8, + "pos": { + "x": -108570, + "y": -59534, + "z": 57104 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 73, + "instId": 300006, + "propState": 8, + "pos": { + "x": -116517, + "y": -59582, + "z": 48140 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 73, + "instId": 300007, + "propState": 8, + "pos": { + "x": -97464, + "y": -59666, + "z": 45187 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 73, + "instId": 300008, + "propState": 8, + "pos": { + "x": -110651, + "y": -17827, + "z": 62060 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + } + ], + "monsters": [ + { + "groupId": 48, + "instId": 200002, + "eventId": 10301299, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 7010011 + }, + { + "groupId": 73, + "instId": 200001, + "eventId": 10301299, + "pos": { + "x": 153560, + "y": -37038, + "z": 179803 + }, + "rot": { + "x": 0, + "y": 260092, + "z": 0 + }, + "monsterId": 3002011 + } + ], + "teleports": [ + { + "anchorId": 1, + "groupId": 60, + "instId": 300001, + "pos": { + "x": 120, + "y": -22213, + "z": 195010 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 43305, + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 2, + "pos": { + "x": 48132, + "y": 7537, + "z": -438858 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103030 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 1, + "pos": { + "x": 30129, + "y": 7537, + "z": -438858 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103030 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 1, + "pos": { + "x": -29944, + "y": 7537, + "z": -438827 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103030 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 1, + "pos": { + "x": -47942, + "y": 7537, + "z": -438858 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103030 + }, + { + "groupId": 59, + "instId": 300001, + "propState": 8, + "pos": { + "x": 146218, + "y": 28084, + "z": -175913 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 59, + "instId": 300002, + "propState": 8, + "pos": { + "x": 81346, + "y": 22089, + "z": -196925 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 59, + "instId": 300003, + "propState": 8, + "pos": { + "x": -81320, + "y": 22100, + "z": -196809 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 59, + "instId": 300006, + "propState": 8, + "pos": { + "x": -125303, + "y": 22090, + "z": -148889 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 59, + "instId": 300007, + "propState": 8, + "pos": { + "x": -155408, + "y": 22090, + "z": -148889 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 59, + "instId": 300008, + "propState": 8, + "pos": { + "x": -135344, + "y": -4910, + "z": -61779 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 59, + "instId": 300009, + "propState": 8, + "pos": { + "x": 149255, + "y": 28111, + "z": -130927 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103032 + }, + { + "groupId": 59, + "instId": 300010, + "propState": 8, + "pos": { + "x": 110204, + "y": 22109, + "z": -217944 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 59, + "instId": 300011, + "propState": 8, + "pos": { + "x": -156331, + "y": -4910, + "z": -79773 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 59, + "instId": 300004, + "propState": 8, + "pos": { + "x": -188501, + "y": 16040, + "z": -55890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 59, + "instId": 300012, + "propState": 8, + "pos": { + "x": -156415, + "y": -10910, + "z": -130932 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 59, + "instId": 300013, + "propState": 8, + "pos": { + "x": -165403, + "y": -10910, + "z": -139927 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 59, + "instId": 300015, + "propState": 8, + "pos": { + "x": -81322, + "y": -16910, + "z": -196913 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 59, + "instId": 300016, + "propState": 8, + "pos": { + "x": -84221, + "y": -16868, + "z": -198931 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 59, + "instId": 300017, + "propState": 8, + "pos": { + "x": 79741, + "y": 22090, + "z": -200440 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 59, + "instId": 300018, + "propState": 8, + "pos": { + "x": -173385, + "y": 22081, + "z": -148887 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103032 + }, + { + "groupId": 59, + "instId": 300014, + "propState": 8, + "pos": { + "x": -190551, + "y": 16032, + "z": -52573 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 59, + "instId": 300005, + "propState": 8, + "pos": { + "x": -116165, + "y": 22090, + "z": -175809 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 60, + "instId": 300006, + "propState": 8, + "pos": { + "x": 159229, + "y": 27793, + "z": -139048 + }, + "rot": { + "x": 0, + "y": 15697, + "z": 0 + }, + "propId": 103013 + }, + { + "groupId": 63, + "instId": 300001, + "propState": 8, + "pos": { + "x": -119534, + "y": -4910, + "z": -93000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 67, + "instId": 300003, + "propState": 8, + "pos": { + "x": 73440, + "y": 22090, + "z": -243065 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 67, + "instId": 300002, + "propState": 8, + "pos": { + "x": -67698, + "y": -16918, + "z": -249130 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 67, + "instId": 300004, + "propState": 8, + "pos": { + "x": -73516, + "y": 22090, + "z": -246650 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 67, + "instId": 300005, + "propState": 8, + "pos": { + "x": -125968, + "y": 21032, + "z": -33553 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 67, + "instId": 300006, + "propState": 8, + "pos": { + "x": -125968, + "y": 21032, + "z": -30254 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 67, + "instId": 300007, + "propState": 8, + "pos": { + "x": -126790, + "y": -4906, + "z": -30006 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 67, + "instId": 300008, + "propState": 8, + "pos": { + "x": -126790, + "y": -4906, + "z": -33305 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 67, + "instId": 300010, + "propState": 8, + "pos": { + "x": 120500, + "y": 32410, + "z": -337990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 67, + "instId": 300011, + "propState": 8, + "pos": { + "x": 264503, + "y": 32420, + "z": -310455 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 67, + "instId": 300012, + "propState": 8, + "pos": { + "x": 261211, + "y": 32420, + "z": -410195 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 71, + "instId": 300002, + "propState": 8, + "pos": { + "x": -179190, + "y": -4760, + "z": -79740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 1, + "groupId": 63, + "instId": 300001, + "pos": { + "x": -121840, + "y": -4910, + "z": -92600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 43306, + "props": [ + { + "groupId": 1, + "instId": 300001, + "propState": 8, + "pos": { + "x": -33167, + "y": 57096, + "z": -2157 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 1, + "instId": 300002, + "propState": 8, + "pos": { + "x": -23740, + "y": 56834, + "z": -4930 + }, + "rot": { + "x": 0, + "y": 337709, + "z": 0 + }, + "propId": 103040 + }, + { + "groupId": 1, + "instId": 300003, + "propState": 8, + "pos": { + "x": -23750, + "y": 56834, + "z": 17330 + }, + "rot": { + "x": 0, + "y": 22300, + "z": 0 + }, + "propId": 103040 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": -128165, + "y": 65242, + "z": 68550 + }, + "rot": { + "x": 0, + "y": 838, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 1, + "pos": { + "x": -128165, + "y": 62140, + "z": 68550 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 1, + "pos": { + "x": -93680, + "y": 52114, + "z": 101320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 3, + "instId": 300006, + "propState": 3, + "pos": { + "x": -119544, + "y": 62735, + "z": 76743 + }, + "rot": { + "x": 0, + "y": 92083, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 3, + "instId": 300007, + "propState": 3, + "pos": { + "x": -127916, + "y": 62735, + "z": 85553 + }, + "rot": { + "x": 0, + "y": 180838, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 3, + "instId": 300008, + "propState": 3, + "pos": { + "x": -110674, + "y": 57723, + "z": 101938 + }, + "rot": { + "x": 0, + "y": 92083, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 3, + "instId": 300009, + "propState": 3, + "pos": { + "x": -102301, + "y": 57723, + "z": 93128 + }, + "rot": { + "x": 0, + "y": 92083, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 3, + "instId": 300004, + "propState": 8, + "pos": { + "x": -110922, + "y": 60229, + "z": 84935 + }, + "rot": { + "x": 0, + "y": 92083, + "z": 0 + }, + "propId": 103007 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 8, + "pos": { + "x": 16710, + "y": 55333, + "z": 86501 + }, + "rot": { + "x": 0, + "y": 180974, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 1, + "pos": { + "x": 3850, + "y": 51910, + "z": 86760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 1, + "pos": { + "x": -5447, + "y": 46350, + "z": 44383 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 4, + "instId": 300006, + "propState": 3, + "pos": { + "x": 3271, + "y": 50735, + "z": 52720 + }, + "rot": { + "x": 0, + "y": 271154, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 4, + "instId": 300007, + "propState": 3, + "pos": { + "x": -13587, + "y": 52446, + "z": 70085 + }, + "rot": { + "x": 0, + "y": 974, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 3, + "pos": { + "x": 16349, + "y": 52660, + "z": 65226 + }, + "rot": { + "x": 0, + "y": 271154, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 4, + "instId": 300005, + "propState": 3, + "pos": { + "x": 3705, + "y": 53943, + "z": 78250 + }, + "rot": { + "x": 0, + "y": 974, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 4, + "instId": 300008, + "propState": 3, + "pos": { + "x": -18090, + "y": 50735, + "z": 57407 + }, + "rot": { + "x": 0, + "y": 271154, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": 34993, + "y": 53688, + "z": -21852 + }, + "rot": { + "x": 0, + "y": 171061, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 1, + "pos": { + "x": -17489, + "y": 48560, + "z": -46147 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 1, + "pos": { + "x": -2869, + "y": 54880, + "z": -74016 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 5, + "instId": 300006, + "propState": 3, + "pos": { + "x": 27028, + "y": 60575, + "z": -68836 + }, + "rot": { + "x": 0, + "y": 260169, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 5, + "instId": 300007, + "propState": 3, + "pos": { + "x": 8200, + "y": 54732, + "z": -46763 + }, + "rot": { + "x": 0, + "y": 351061, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 5, + "instId": 300004, + "propState": 1, + "pos": { + "x": 28131, + "y": 53359, + "z": -43309 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 5, + "instId": 300005, + "propState": 3, + "pos": { + "x": 31235, + "y": 60098, + "z": -63040 + }, + "rot": { + "x": 0, + "y": 260169, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 5, + "instId": 300008, + "propState": 3, + "pos": { + "x": -213, + "y": 55687, + "z": -58355 + }, + "rot": { + "x": 0, + "y": 351061, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 5, + "instId": 300009, + "propState": 3, + "pos": { + "x": -7524, + "y": 52527, + "z": -44420 + }, + "rot": { + "x": 0, + "y": 260169, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 5, + "instId": 300010, + "propState": 3, + "pos": { + "x": -10179, + "y": 54822, + "z": -60082 + }, + "rot": { + "x": 0, + "y": 260169, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 5, + "instId": 300011, + "propState": 3, + "pos": { + "x": -20144, + "y": 53958, + "z": -61808 + }, + "rot": { + "x": 0, + "y": 351061, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 5, + "instId": 300012, + "propState": 3, + "pos": { + "x": -18593, + "y": 55776, + "z": -71674 + }, + "rot": { + "x": 0, + "y": 351061, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 5, + "instId": 300014, + "propState": 3, + "pos": { + "x": -30110, + "y": 53093, + "z": -63535 + }, + "rot": { + "x": 0, + "y": 260169, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 5, + "instId": 300015, + "propState": 3, + "pos": { + "x": -32765, + "y": 55389, + "z": -79197 + }, + "rot": { + "x": 0, + "y": 351061, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 5, + "instId": 300016, + "propState": 3, + "pos": { + "x": 11304, + "y": 58369, + "z": -66493 + }, + "rot": { + "x": 0, + "y": 260169, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 5, + "instId": 300017, + "propState": 3, + "pos": { + "x": -33213, + "y": 49456, + "z": -43805 + }, + "rot": { + "x": 0, + "y": 351061, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 5, + "instId": 300019, + "propState": 3, + "pos": { + "x": -50041, + "y": 51365, + "z": -66989 + }, + "rot": { + "x": 0, + "y": 260169, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": -142379, + "y": 58429, + "z": -103991 + }, + "rot": { + "x": 0, + "y": 349802, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 1, + "pos": { + "x": -120140, + "y": 55326, + "z": -99990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 1, + "pos": { + "x": -128050, + "y": 62140, + "z": -56020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 6, + "instId": 300006, + "propState": 3, + "pos": { + "x": -135364, + "y": 63879, + "z": -66414 + }, + "rot": { + "x": 0, + "y": 169802, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 3, + "pos": { + "x": -146334, + "y": 61835, + "z": -82006 + }, + "rot": { + "x": 0, + "y": 79802, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 6, + "instId": 300005, + "propState": 3, + "pos": { + "x": -135856, + "y": 60473, + "z": -89199 + }, + "rot": { + "x": 0, + "y": 169802, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 6, + "instId": 300007, + "propState": 3, + "pos": { + "x": -128543, + "y": 61835, + "z": -78805 + }, + "rot": { + "x": 0, + "y": 79802, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 6, + "instId": 300008, + "propState": 3, + "pos": { + "x": -112826, + "y": 59791, + "z": -89596 + }, + "rot": { + "x": 0, + "y": 169802, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 6, + "instId": 300009, + "propState": 3, + "pos": { + "x": -114408, + "y": 61154, + "z": -80802 + }, + "rot": { + "x": 0, + "y": 169802, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 6, + "instId": 300010, + "propState": 3, + "pos": { + "x": -107095, + "y": 62517, + "z": -70407 + }, + "rot": { + "x": 0, + "y": 79802, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": 36519, + "y": 49273, + "z": 29998 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103029 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 8, + "pos": { + "x": -39622, + "y": 57862, + "z": -117705 + }, + "rot": { + "x": 0, + "y": 257443, + "z": 0 + }, + "propId": 103029 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 1, + "pos": { + "x": 36590, + "y": 49274, + "z": -18681 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103029 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 8, + "pos": { + "x": -94254, + "y": 62594, + "z": -627 + }, + "rot": { + "x": 0, + "y": 179690, + "z": 0 + }, + "propId": 103029 + }, + { + "groupId": 7, + "instId": 300005, + "propState": 8, + "pos": { + "x": -94017, + "y": 62594, + "z": 11811 + }, + "rot": { + "x": 0, + "y": 359691, + "z": 0 + }, + "propId": 103029 + }, + { + "groupId": 7, + "instId": 300006, + "propState": 8, + "pos": { + "x": 33845, + "y": 48570, + "z": 27113 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103044 + }, + { + "groupId": 7, + "instId": 300007, + "propState": 8, + "pos": { + "x": -40538, + "y": 57862, + "z": -120474 + }, + "rot": { + "x": 0, + "y": 77443, + "z": 0 + }, + "propId": 103044 + }, + { + "groupId": 7, + "instId": 300008, + "propState": 8, + "pos": { + "x": -92003, + "y": 62098, + "z": -3042 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103044 + }, + { + "groupId": 7, + "instId": 300009, + "propState": 8, + "pos": { + "x": -23559, + "y": 51604, + "z": 140136 + }, + "rot": { + "x": 0, + "y": 166963, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 7, + "instId": 300010, + "propState": 8, + "pos": { + "x": -107830, + "y": 62595, + "z": 6020 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103141 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 1, + "pos": { + "x": -28550, + "y": 40210, + "z": 5680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103185 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 101, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103186 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 1, + "pos": { + "x": -172800, + "y": 64400, + "z": 6310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103098 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 101, + "pos": { + "x": -184120, + "y": 63160, + "z": 6230 + }, + "rot": { + "x": 0, + "y": 59477, + "z": 0 + }, + "propId": 103214 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 2, + "groupId": 1, + "instId": 300001, + "pos": { + "x": -28346, + "y": 56834, + "z": 6203 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 43307, + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 2, + "pos": { + "x": 262979, + "y": 32420, + "z": -359650 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103012 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 9, + "pos": { + "x": 267676, + "y": 33430, + "z": -365452 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 9103010 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 9, + "pos": { + "x": 257059, + "y": 33408, + "z": -367784 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 9103010 + }, + { + "groupId": 9, + "instId": 300004, + "propState": 9, + "pos": { + "x": 252873, + "y": 33748, + "z": -355670 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 9103010 + }, + { + "groupId": 9, + "instId": 300005, + "propState": 8, + "pos": { + "x": 263615, + "y": 32420, + "z": -355504 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 8, + "pos": { + "x": -179190, + "y": -4760, + "z": -79740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + } + ], + "monsters": [], + "teleports": [] + }, + { + "planeID": 43308, + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": 61000, + "y": 0, + "z": -121380 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "monsters": [], + "teleports": [] + }, + { + "planeID": 43309, + "props": [ + { + "groupId": 14, + "instId": 300001, + "propState": 8, + "pos": { + "x": 104930, + "y": 182429, + "z": 720530 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103040 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 8, + "pos": { + "x": 118770, + "y": 182600, + "z": 739882 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103040 + }, + { + "groupId": 26, + "instId": 300002, + "propState": 8, + "pos": { + "x": 121213, + "y": 184320, + "z": 688974 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 2, + "groupId": 26, + "instId": 300002, + "pos": { + "x": 125950, + "y": 184320, + "z": 689124 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 43310, + "props": [ + { + "groupId": 33, + "instId": 300001, + "propState": 8, + "pos": { + "x": 322394, + "y": 123980, + "z": 616340 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 1, + "groupId": 33, + "instId": 300001, + "pos": { + "x": 322222, + "y": 123691, + "z": 619480 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 43312, + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": -45550, + "y": 182859, + "z": 37610 + }, + "rot": { + "x": 0, + "y": 50364, + "z": 0 + }, + "propId": 100075 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 8, + "pos": { + "x": 34282, + "y": 172241, + "z": 61090 + }, + "rot": { + "x": 0, + "y": 140342, + "z": 0 + }, + "propId": 100075 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 1, + "pos": { + "x": -5492, + "y": 172245, + "z": 69006 + }, + "rot": { + "x": 0, + "y": 230342, + "z": 0 + }, + "propId": 100075 + }, + { + "groupId": 5, + "instId": 300004, + "propState": 8, + "pos": { + "x": 50100, + "y": 172307, + "z": 34560 + }, + "rot": { + "x": 0, + "y": 320342, + "z": 0 + }, + "propId": 100076 + }, + { + "groupId": 5, + "instId": 300005, + "propState": 1, + "pos": { + "x": 4961, + "y": 172283, + "z": -85700 + }, + "rot": { + "x": 0, + "y": 264500, + "z": 0 + }, + "propId": 100076 + }, + { + "groupId": 5, + "instId": 300006, + "propState": 2, + "pos": { + "x": -47126, + "y": 182937, + "z": 42050 + }, + "rot": { + "x": 0, + "y": 53340, + "z": 0 + }, + "propId": 100078 + }, + { + "groupId": 5, + "instId": 300007, + "propState": 8, + "pos": { + "x": 29865, + "y": 172315, + "z": 60906 + }, + "rot": { + "x": 0, + "y": 319534, + "z": 0 + }, + "propId": 100078 + }, + { + "groupId": 5, + "instId": 300008, + "propState": 1, + "pos": { + "x": -61141, + "y": 177569, + "z": 41487 + }, + "rot": { + "x": 0, + "y": 140000, + "z": 0 + }, + "propId": 100079 + }, + { + "groupId": 5, + "instId": 300009, + "propState": 8, + "pos": { + "x": 86620, + "y": 411956, + "z": -14145 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100075 + }, + { + "groupId": 5, + "instId": 300010, + "propState": 1, + "pos": { + "x": -92635, + "y": 411956, + "z": -14145 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100075 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": -44708, + "y": 182921, + "z": -66187 + }, + "rot": { + "x": 0, + "y": 309500, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 8, + "pos": { + "x": -44708, + "y": 182881, + "z": -66187 + }, + "rot": { + "x": 0, + "y": 219500, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 8, + "pos": { + "x": -47712, + "y": 182862, + "z": -66323 + }, + "rot": { + "x": 0, + "y": 312965, + "z": 0 + }, + "propId": 100078 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 1, + "pos": { + "x": 73228, + "y": 172441, + "z": -14226 + }, + "rot": { + "x": 0, + "y": 90756, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 6, + "instId": 300005, + "propState": 1, + "pos": { + "x": 70677, + "y": 172384, + "z": -14232 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 6, + "instId": 300006, + "propState": 8, + "pos": { + "x": 13956, + "y": 172295, + "z": 85557 + }, + "rot": { + "x": 0, + "y": 185733, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 6, + "instId": 300007, + "propState": 8, + "pos": { + "x": 13738, + "y": 172220, + "z": 83390 + }, + "rot": { + "x": 0, + "y": 275733, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 6, + "instId": 300010, + "propState": 8, + "pos": { + "x": -15429, + "y": 177436, + "z": -121681 + }, + "rot": { + "x": 0, + "y": 309500, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 6, + "instId": 300011, + "propState": 8, + "pos": { + "x": 12105, + "y": 174893, + "z": -104320 + }, + "rot": { + "x": 0, + "y": 309500, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 6, + "instId": 300012, + "propState": 1, + "pos": { + "x": 25850, + "y": 172261, + "z": 50783 + }, + "rot": { + "x": 0, + "y": 95342, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 6, + "instId": 300013, + "propState": 1, + "pos": { + "x": 22247, + "y": 172300, + "z": 64676 + }, + "rot": { + "x": 0, + "y": 50342, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 6, + "instId": 300014, + "propState": 8, + "pos": { + "x": -15420, + "y": 177421, + "z": -121688 + }, + "rot": { + "x": 0, + "y": 219500, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 6, + "instId": 300015, + "propState": 8, + "pos": { + "x": 12138, + "y": 174878, + "z": -104347 + }, + "rot": { + "x": 0, + "y": 219500, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 6, + "instId": 300016, + "propState": 1, + "pos": { + "x": 25865, + "y": 172246, + "z": 50781 + }, + "rot": { + "x": 0, + "y": 5342, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 6, + "instId": 300017, + "propState": 1, + "pos": { + "x": 22300, + "y": 172252, + "z": 64720 + }, + "rot": { + "x": 0, + "y": 320342, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 1, + "pos": { + "x": 81605, + "y": 163620, + "z": -14231 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": -15001, + "y": 176391, + "z": 51728 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 8, + "pos": { + "x": -3200, + "y": 185029, + "z": -14100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": -4200, + "y": 420480, + "z": -10800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 8, + "pos": { + "x": -80301, + "y": 183162, + "z": -17565 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 8, + "pos": { + "x": -3170, + "y": 172599, + "z": -91598 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 12, + "instId": 300003, + "propState": 8, + "pos": { + "x": 34194, + "y": 172400, + "z": -77973 + }, + "rot": { + "x": 0, + "y": 348385, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 8, + "pos": { + "x": -51258, + "y": 182868, + "z": -77349 + }, + "rot": { + "x": 0, + "y": 348385, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 12, + "instId": 300006, + "propState": 8, + "pos": { + "x": 10699, + "y": 180920, + "z": -103198 + }, + "rot": { + "x": 0, + "y": 348385, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 27, + "instId": 300001, + "propState": 8, + "pos": { + "x": -95834, + "y": 182862, + "z": -11200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 27, + "instId": 300002, + "propState": 8, + "pos": { + "x": -95834, + "y": 411908, + "z": -11200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 27, + "instId": 300003, + "propState": 1, + "pos": { + "x": -102314, + "y": 411470, + "z": -14117 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100073 + }, + { + "groupId": 27, + "instId": 300004, + "propState": 8, + "pos": { + "x": -98020, + "y": 184490, + "z": -14058 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100091 + }, + { + "groupId": 27, + "instId": 300005, + "propState": 8, + "pos": { + "x": -98020, + "y": 413482, + "z": -14190 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100091 + }, + { + "groupId": 28, + "instId": 300001, + "propState": 8, + "pos": { + "x": 29037, + "y": 144001, + "z": -17653 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 28, + "instId": 300002, + "propState": 8, + "pos": { + "x": 90400, + "y": 411908, + "z": -17380 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 28, + "instId": 300003, + "propState": 1, + "pos": { + "x": 96873, + "y": 168100, + "z": -14245 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100072 + }, + { + "groupId": 28, + "instId": 300004, + "propState": 8, + "pos": { + "x": 29710, + "y": 144960, + "z": -14230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100092 + }, + { + "groupId": 28, + "instId": 300005, + "propState": 8, + "pos": { + "x": 92556, + "y": 413533, + "z": -14221 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100091 + }, + { + "groupId": 2, + "instId": 300001, + "propState": 1, + "pos": { + "x": 72177, + "y": -19500, + "z": -567360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103013 + }, + { + "groupId": 13, + "instId": 300001, + "propState": 8, + "pos": { + "x": -329830, + "y": -8780, + "z": -80270 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 8, + "pos": { + "x": -323830, + "y": -8780, + "z": -80270 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 13, + "instId": 300010, + "propState": 8, + "pos": { + "x": -317083, + "y": -8759, + "z": -75410 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 1, + "pos": { + "x": -353885, + "y": -8780, + "z": -86350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 1, + "pos": { + "x": -353885, + "y": -8780, + "z": -92350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 13, + "instId": 300005, + "propState": 1, + "pos": { + "x": -341721, + "y": -8870, + "z": -80364 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 13, + "instId": 300006, + "propState": 1, + "pos": { + "x": -347721, + "y": -8870, + "z": -80364 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 13, + "instId": 300007, + "propState": 8, + "pos": { + "x": -348536, + "y": -8800, + "z": -97124 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 13, + "instId": 300008, + "propState": 8, + "pos": { + "x": -341860, + "y": -8806, + "z": -98287 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 13, + "instId": 300009, + "propState": 8, + "pos": { + "x": -335860, + "y": -8806, + "z": -98287 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 13, + "instId": 300011, + "propState": 1, + "pos": { + "x": -323899, + "y": -8780, + "z": -98250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 13, + "instId": 300012, + "propState": 1, + "pos": { + "x": -317899, + "y": -8780, + "z": -98250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 13, + "instId": 300013, + "propState": 8, + "pos": { + "x": -311910, + "y": -8800, + "z": -61090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 13, + "instId": 300014, + "propState": 8, + "pos": { + "x": -311785, + "y": -8806, + "z": -68324 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 13, + "instId": 300015, + "propState": 8, + "pos": { + "x": -311785, + "y": -8806, + "z": -62324 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 35, + "instId": 300002, + "propState": 8, + "pos": { + "x": 72060, + "y": -18710, + "z": -567180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + } + ], + "monsters": [ + { + "groupId": 29, + "instId": 200001, + "eventId": 43312211, + "pos": { + "x": 19100, + "y": 172400, + "z": -84630 + }, + "rot": { + "x": 0, + "y": 349974, + "z": 0 + }, + "monsterId": 8032020 + }, + { + "groupId": 29, + "instId": 200002, + "eventId": 43312212, + "pos": { + "x": 47007, + "y": 172400, + "z": -68370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 8032010 + }, + { + "groupId": 29, + "instId": 200003, + "eventId": 43312213, + "pos": { + "x": 56873, + "y": 172400, + "z": -54190 + }, + "rot": { + "x": 0, + "y": 34786, + "z": 0 + }, + "monsterId": 8032010 + }, + { + "groupId": 23, + "instId": 200001, + "eventId": 43312221, + "pos": { + "x": -340060, + "y": -2430, + "z": -104234 + }, + "rot": { + "x": 0, + "y": 328089, + "z": 0 + }, + "monsterId": 8032020 + }, + { + "groupId": 27, + "instId": 200001, + "eventId": 43312222, + "pos": { + "x": -339326, + "y": -3080, + "z": -50338 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8032010 + } + ], + "teleports": [ + { + "anchorId": 3, + "groupId": 11, + "instId": 300003, + "pos": { + "x": -1056, + "y": 172299, + "z": -93175 + }, + "rot": { + "x": 0, + "y": 35938, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 43313, + "props": [ + { + "groupId": 2, + "instId": 300001, + "propState": 8, + "pos": { + "x": -18380, + "y": 534, + "z": 14480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 8, + "pos": { + "x": 3810, + "y": 240, + "z": 8830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 2, + "instId": 300003, + "propState": 8, + "pos": { + "x": -27540, + "y": -2390, + "z": 8830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 2, + "instId": 300004, + "propState": 8, + "pos": { + "x": 8790, + "y": 240, + "z": -86420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 2, + "instId": 300005, + "propState": 8, + "pos": { + "x": -23080, + "y": 240, + "z": -86420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 2, + "instId": 300006, + "propState": 8, + "pos": { + "x": 30560, + "y": 234, + "z": -19810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 2, + "instId": 300007, + "propState": 8, + "pos": { + "x": 30560, + "y": 234, + "z": -60320 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 2, + "instId": 300008, + "propState": 8, + "pos": { + "x": -15019, + "y": 3387, + "z": 20512 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 107 + }, + { + "groupId": 1, + "instId": 300001, + "propState": 8, + "pos": { + "x": 36240, + "y": 4242, + "z": 197328 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 8, + "pos": { + "x": 32967, + "y": 3942, + "z": 155757 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101005 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 8, + "pos": { + "x": 38795, + "y": 3974, + "z": 224828 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101005 + }, + { + "groupId": 4, + "instId": 300006, + "propState": 8, + "pos": { + "x": 38848, + "y": 942, + "z": 242413 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101005 + }, + { + "groupId": 4, + "instId": 300007, + "propState": 8, + "pos": { + "x": 39001, + "y": 3942, + "z": 203179 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101005 + }, + { + "groupId": 4, + "instId": 300008, + "propState": 8, + "pos": { + "x": 29958, + "y": 3942, + "z": 155941 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 301065 + }, + { + "groupId": 4, + "instId": 300009, + "propState": 8, + "pos": { + "x": 35978, + "y": 3942, + "z": 155941 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 301065 + }, + { + "groupId": 4, + "instId": 300010, + "propState": 8, + "pos": { + "x": 30710, + "y": 3942, + "z": 162608 + }, + "rot": { + "x": 0, + "y": 351627, + "z": 0 + }, + "propId": 301075 + }, + { + "groupId": 4, + "instId": 300011, + "propState": 8, + "pos": { + "x": 29632, + "y": 3942, + "z": 162884 + }, + "rot": { + "x": 0, + "y": 319702, + "z": 0 + }, + "propId": 301075 + }, + { + "groupId": 4, + "instId": 300012, + "propState": 8, + "pos": { + "x": 36437, + "y": 3942, + "z": 161951 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101078 + }, + { + "groupId": 4, + "instId": 300013, + "propState": 8, + "pos": { + "x": 32957, + "y": 3965, + "z": 128335 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101005 + }, + { + "groupId": 4, + "instId": 300005, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 1, + "groupId": 2, + "instId": 300001, + "pos": { + "x": -15400, + "y": 534, + "z": 13420 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "teleportId": 2102 + }, + { + "anchorId": 2, + "groupId": 1, + "instId": 300001, + "pos": { + "x": 38970, + "y": 3942, + "z": 196860 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 43314, + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 1, + "pos": { + "x": 146218, + "y": 28084, + "z": -175913 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 8, + "pos": { + "x": 81346, + "y": 22089, + "z": -196925 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 1, + "pos": { + "x": -81320, + "y": 22100, + "z": -196809 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 8, + "instId": 300006, + "propState": 1, + "pos": { + "x": -125303, + "y": 22090, + "z": -148889 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 8, + "instId": 300007, + "propState": 1, + "pos": { + "x": -155408, + "y": 22090, + "z": -148889 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 8, + "instId": 300008, + "propState": 1, + "pos": { + "x": -135344, + "y": -4910, + "z": -61779 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 8, + "instId": 300009, + "propState": 1, + "pos": { + "x": 149255, + "y": 28111, + "z": -130927 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103032 + }, + { + "groupId": 8, + "instId": 300010, + "propState": 8, + "pos": { + "x": 110204, + "y": 22109, + "z": -217944 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 8, + "instId": 300011, + "propState": 8, + "pos": { + "x": -156331, + "y": -4910, + "z": -79773 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 8, + "pos": { + "x": -188501, + "y": 16040, + "z": -55890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 8, + "instId": 300012, + "propState": 1, + "pos": { + "x": -156415, + "y": -10910, + "z": -130932 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 8, + "instId": 300013, + "propState": 1, + "pos": { + "x": -165403, + "y": -10910, + "z": -139927 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 8, + "instId": 300015, + "propState": 8, + "pos": { + "x": -81322, + "y": -16910, + "z": -196913 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 8, + "instId": 300016, + "propState": 8, + "pos": { + "x": -83505, + "y": -16868, + "z": -198931 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 8, + "instId": 300017, + "propState": 8, + "pos": { + "x": 80139, + "y": 22090, + "z": -199564 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 8, + "instId": 300018, + "propState": 1, + "pos": { + "x": -173385, + "y": 22081, + "z": -148887 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103032 + }, + { + "groupId": 8, + "instId": 300014, + "propState": 8, + "pos": { + "x": -190551, + "y": 16032, + "z": -53857 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 8, + "pos": { + "x": -116165, + "y": 22090, + "z": -175809 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 8, + "instId": 300019, + "propState": 8, + "pos": { + "x": -140501, + "y": 22086, + "z": -125874 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 22, + "instId": 300001, + "propState": 8, + "pos": { + "x": -133837, + "y": 16077, + "z": -150924 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 22, + "instId": 300002, + "propState": 8, + "pos": { + "x": -140360, + "y": 17620, + "z": -150930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 22, + "instId": 300003, + "propState": 8, + "pos": { + "x": -133730, + "y": 16077, + "z": -149600 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 22, + "instId": 300004, + "propState": 8, + "pos": { + "x": -133837, + "y": 16077, + "z": -150924 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 22, + "instId": 300005, + "propState": 8, + "pos": { + "x": -147470, + "y": 16077, + "z": -166639 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 24, + "instId": 300001, + "propState": 8, + "pos": { + "x": -134300, + "y": 22120, + "z": -164100 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + } + ], + "monsters": [ + { + "groupId": 22, + "instId": 200002, + "eventId": 10301299, + "pos": { + "x": -215500, + "y": 16077, + "z": -150924 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 7010011 + } + ], + "teleports": [] + }, + { + "planeID": 43315, + "props": [ + { + "groupId": 15, + "instId": 300002, + "propState": 8, + "pos": { + "x": 34205, + "y": 172241, + "z": 61090 + }, + "rot": { + "x": 0, + "y": 140342, + "z": 0 + }, + "propId": 100075 + }, + { + "groupId": 15, + "instId": 300004, + "propState": 8, + "pos": { + "x": 50100, + "y": 172307, + "z": 34560 + }, + "rot": { + "x": 0, + "y": 320342, + "z": 0 + }, + "propId": 100076 + }, + { + "groupId": 15, + "instId": 300005, + "propState": 1, + "pos": { + "x": 4961, + "y": 172283, + "z": -85700 + }, + "rot": { + "x": 0, + "y": 264500, + "z": 0 + }, + "propId": 100076 + }, + { + "groupId": 15, + "instId": 300001, + "propState": 1, + "pos": { + "x": -61141, + "y": 177569, + "z": 41487 + }, + "rot": { + "x": 0, + "y": 140000, + "z": 0 + }, + "propId": 100079 + }, + { + "groupId": 15, + "instId": 300003, + "propState": 8, + "pos": { + "x": 86620, + "y": 411956, + "z": -14145 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100075 + }, + { + "groupId": 15, + "instId": 300006, + "propState": 8, + "pos": { + "x": -92635, + "y": 411956, + "z": -14145 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100075 + }, + { + "groupId": 15, + "instId": 300007, + "propState": 1, + "pos": { + "x": -45550, + "y": 182859, + "z": 37610 + }, + "rot": { + "x": 0, + "y": 50364, + "z": 0 + }, + "propId": 100075 + }, + { + "groupId": 15, + "instId": 300008, + "propState": 2, + "pos": { + "x": -5492, + "y": 172245, + "z": 69006 + }, + "rot": { + "x": 0, + "y": 230342, + "z": 0 + }, + "propId": 100075 + }, + { + "groupId": 15, + "instId": 300009, + "propState": 8, + "pos": { + "x": -15850, + "y": 180925, + "z": -96000 + }, + "rot": { + "x": 0, + "y": 309500, + "z": 0 + }, + "propId": 100075 + }, + { + "groupId": 16, + "instId": 300001, + "propState": 8, + "pos": { + "x": 3000, + "y": 185029, + "z": 4000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 8, + "pos": { + "x": -44708, + "y": 182921, + "z": -66187 + }, + "rot": { + "x": 0, + "y": 309500, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 8, + "pos": { + "x": -44708, + "y": 182881, + "z": -66187 + }, + "rot": { + "x": 0, + "y": 219500, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 17, + "instId": 300003, + "propState": 8, + "pos": { + "x": -41523, + "y": 182862, + "z": -65074 + }, + "rot": { + "x": 0, + "y": 127079, + "z": 0 + }, + "propId": 100078 + }, + { + "groupId": 17, + "instId": 300004, + "propState": 8, + "pos": { + "x": 73228, + "y": 172441, + "z": -14226 + }, + "rot": { + "x": 0, + "y": 90756, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 17, + "instId": 300005, + "propState": 8, + "pos": { + "x": 75259, + "y": 172424, + "z": -14232 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 17, + "instId": 300006, + "propState": 1, + "pos": { + "x": 13956, + "y": 172295, + "z": 85557 + }, + "rot": { + "x": 0, + "y": 185733, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 17, + "instId": 300007, + "propState": 1, + "pos": { + "x": 13963, + "y": 172245, + "z": 85628 + }, + "rot": { + "x": 0, + "y": 275733, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 17, + "instId": 300008, + "propState": 1, + "pos": { + "x": -57770, + "y": 177580, + "z": 51330 + }, + "rot": { + "x": 0, + "y": 230342, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 17, + "instId": 300009, + "propState": 1, + "pos": { + "x": -57761, + "y": 177536, + "z": 51337 + }, + "rot": { + "x": 0, + "y": 320342, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 17, + "instId": 300010, + "propState": 1, + "pos": { + "x": -15429, + "y": 177436, + "z": -121681 + }, + "rot": { + "x": 0, + "y": 309500, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 17, + "instId": 300011, + "propState": 8, + "pos": { + "x": 12105, + "y": 174893, + "z": -104320 + }, + "rot": { + "x": 0, + "y": 309500, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 17, + "instId": 300012, + "propState": 8, + "pos": { + "x": 25850, + "y": 172261, + "z": 50783 + }, + "rot": { + "x": 0, + "y": 95342, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 17, + "instId": 300013, + "propState": 8, + "pos": { + "x": 22247, + "y": 172300, + "z": 64676 + }, + "rot": { + "x": 0, + "y": 50342, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 17, + "instId": 300014, + "propState": 1, + "pos": { + "x": -15420, + "y": 177421, + "z": -121688 + }, + "rot": { + "x": 0, + "y": 219500, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 17, + "instId": 300015, + "propState": 8, + "pos": { + "x": 12138, + "y": 174878, + "z": -104347 + }, + "rot": { + "x": 0, + "y": 219500, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 17, + "instId": 300016, + "propState": 8, + "pos": { + "x": 25865, + "y": 172246, + "z": 50781 + }, + "rot": { + "x": 0, + "y": 5342, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 17, + "instId": 300017, + "propState": 8, + "pos": { + "x": 22300, + "y": 172252, + "z": 64720 + }, + "rot": { + "x": 0, + "y": 320342, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 19, + "instId": 300001, + "propState": 8, + "pos": { + "x": 2322, + "y": 420480, + "z": -26583 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 8, + "pos": { + "x": -14697, + "y": 172242, + "z": 66319 + }, + "rot": { + "x": 0, + "y": 356870, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 20, + "instId": 300003, + "propState": 8, + "pos": { + "x": -51130, + "y": 177527, + "z": 58709 + }, + "rot": { + "x": 0, + "y": 348385, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 20, + "instId": 300001, + "propState": 8, + "pos": { + "x": -51258, + "y": 182868, + "z": -77349 + }, + "rot": { + "x": 0, + "y": 348385, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 20, + "instId": 300004, + "propState": 8, + "pos": { + "x": -46951, + "y": 182862, + "z": -59045 + }, + "rot": { + "x": 0, + "y": 356870, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 20, + "instId": 300006, + "propState": 8, + "pos": { + "x": 10699, + "y": 180920, + "z": -103198 + }, + "rot": { + "x": 0, + "y": 348385, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 51, + "instId": 300001, + "propState": 8, + "pos": { + "x": -38508, + "y": 183168, + "z": -64469 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 51, + "instId": 300002, + "propState": 8, + "pos": { + "x": 20730, + "y": 172536, + "z": 81830 + }, + "rot": { + "x": 0, + "y": 333363, + "z": 0 + }, + "propId": 3002 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 2, + "groupId": 51, + "instId": 300002, + "pos": { + "x": 20127, + "y": 172226, + "z": 77027 + }, + "rot": { + "x": 0, + "y": 143878, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 43316, + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": -159120, + "z": -508538 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103136 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 17188, + "z": -508538 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103136 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 1, + "pos": { + "x": -5000, + "y": -159500, + "z": -500000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 43190, + "z": -292076 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103210 + }, + { + "groupId": 32, + "instId": 300001, + "propState": 8, + "pos": { + "x": -12856, + "y": 18800, + "z": -540569 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 1, + "groupId": 32, + "instId": 300001, + "pos": { + "x": -7426, + "y": 18500, + "z": -540727 + }, + "rot": { + "x": 0, + "y": 233627, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 43321, + "props": [ + { + "groupId": 45, + "instId": 300001, + "propState": 9, + "pos": { + "x": -76290, + "y": 11511, + "z": -16020 + }, + "rot": { + "x": 0, + "y": 247489, + "z": 0 + }, + "propId": 103012 + }, + { + "groupId": 45, + "instId": 300002, + "propState": 8, + "pos": { + "x": -76290, + "y": 11511, + "z": -16020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 45, + "instId": 300003, + "propState": 8, + "pos": { + "x": -76290, + "y": 11511, + "z": -16020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 45, + "instId": 300004, + "propState": 8, + "pos": { + "x": -76290, + "y": 11511, + "z": -16020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 45, + "instId": 300006, + "propState": 2, + "pos": { + "x": -63810, + "y": 12113, + "z": -12300 + }, + "rot": { + "x": 0, + "y": 249271, + "z": 0 + }, + "propId": 103013 + }, + { + "groupId": 51, + "instId": 300001, + "propState": 8, + "pos": { + "x": -150424, + "y": 11501, + "z": -72953 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 51, + "instId": 300002, + "propState": 8, + "pos": { + "x": -150424, + "y": 11501, + "z": -66953 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 51, + "instId": 300003, + "propState": 8, + "pos": { + "x": -145579, + "y": 11511, + "z": -65502 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": -159120, + "z": -508538 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103136 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 17188, + "z": -508538 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103136 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 1, + "pos": { + "x": -5000, + "y": -159500, + "z": -500000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "monsters": [], + "teleports": [] + }, + { + "planeID": 43322, + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 1, + "pos": { + "x": 146218, + "y": 28084, + "z": -175913 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 8, + "pos": { + "x": 81346, + "y": 22089, + "z": -196925 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 1, + "pos": { + "x": -81320, + "y": 22100, + "z": -196809 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 7, + "instId": 300006, + "propState": 1, + "pos": { + "x": -125303, + "y": 22090, + "z": -148889 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 7, + "instId": 300007, + "propState": 1, + "pos": { + "x": -155408, + "y": 22090, + "z": -148889 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 7, + "instId": 300008, + "propState": 1, + "pos": { + "x": -135344, + "y": -4910, + "z": -61779 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 7, + "instId": 300009, + "propState": 1, + "pos": { + "x": 149255, + "y": 28111, + "z": -130927 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103032 + }, + { + "groupId": 7, + "instId": 300010, + "propState": 8, + "pos": { + "x": 110204, + "y": 22109, + "z": -217944 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 7, + "instId": 300011, + "propState": 8, + "pos": { + "x": -156331, + "y": -4910, + "z": -79773 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 8, + "pos": { + "x": -188501, + "y": 16040, + "z": -55890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 7, + "instId": 300012, + "propState": 1, + "pos": { + "x": -156415, + "y": -10910, + "z": -130932 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 7, + "instId": 300013, + "propState": 1, + "pos": { + "x": -165403, + "y": -10910, + "z": -139927 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 7, + "instId": 300015, + "propState": 8, + "pos": { + "x": -81322, + "y": -16910, + "z": -196913 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 7, + "instId": 300016, + "propState": 8, + "pos": { + "x": -84221, + "y": -16868, + "z": -198931 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 7, + "instId": 300017, + "propState": 8, + "pos": { + "x": 79741, + "y": 22090, + "z": -200440 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 7, + "instId": 300018, + "propState": 1, + "pos": { + "x": -173385, + "y": 22081, + "z": -148887 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103032 + }, + { + "groupId": 7, + "instId": 300014, + "propState": 8, + "pos": { + "x": -190551, + "y": 16032, + "z": -52573 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 7, + "instId": 300005, + "propState": 8, + "pos": { + "x": -116165, + "y": 22090, + "z": -175809 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 7, + "instId": 300019, + "propState": 8, + "pos": { + "x": 146219, + "y": 28080, + "z": -217989 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 8, + "instId": 300006, + "propState": 8, + "pos": { + "x": 159229, + "y": 27793, + "z": -139048 + }, + "rot": { + "x": 0, + "y": 15697, + "z": 0 + }, + "propId": 103013 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 1, + "pos": { + "x": 70987, + "y": -16918, + "z": -249130 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 1, + "pos": { + "x": 73440, + "y": 22090, + "z": -243065 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 8, + "pos": { + "x": -67698, + "y": -16918, + "z": -249130 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 9, + "instId": 300004, + "propState": 1, + "pos": { + "x": -73516, + "y": 22090, + "z": -246650 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 9, + "instId": 300005, + "propState": 1, + "pos": { + "x": -125968, + "y": 21032, + "z": -33553 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 9, + "instId": 300006, + "propState": 1, + "pos": { + "x": -125968, + "y": 21032, + "z": -30254 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 9, + "instId": 300007, + "propState": 1, + "pos": { + "x": -126790, + "y": -4906, + "z": -30006 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 9, + "instId": 300008, + "propState": 1, + "pos": { + "x": -126790, + "y": -4906, + "z": -33305 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 9, + "instId": 300010, + "propState": 1, + "pos": { + "x": 120500, + "y": 32410, + "z": -337990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 9, + "instId": 300011, + "propState": 1, + "pos": { + "x": 264503, + "y": 32420, + "z": -310455 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 9, + "instId": 300012, + "propState": 8, + "pos": { + "x": 261211, + "y": 32420, + "z": -410195 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 8, + "pos": { + "x": -179190, + "y": -4760, + "z": -79740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 28, + "instId": 300001, + "propState": 9, + "pos": { + "x": 136820, + "y": 28090, + "z": -179350 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103012 + }, + { + "groupId": 28, + "instId": 300002, + "propState": 9, + "pos": { + "x": 123560, + "y": 23103, + "z": -184230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 28, + "instId": 300003, + "propState": 9, + "pos": { + "x": 139091, + "y": 23103, + "z": -202365 + }, + "rot": { + "x": 0, + "y": 222121, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 28, + "instId": 300004, + "propState": 9, + "pos": { + "x": 105750, + "y": 23103, + "z": -196380 + }, + "rot": { + "x": 0, + "y": 222121, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 28, + "instId": 300006, + "propState": 2, + "pos": { + "x": 132510, + "y": 28090, + "z": -179384 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103013 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": -128165, + "y": 65242, + "z": 68550 + }, + "rot": { + "x": 0, + "y": 838, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 1, + "pos": { + "x": -128165, + "y": 62140, + "z": 68550 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 1, + "pos": { + "x": -93680, + "y": 52114, + "z": 101320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 3, + "instId": 300006, + "propState": 3, + "pos": { + "x": -119544, + "y": 62735, + "z": 76743 + }, + "rot": { + "x": 0, + "y": 92083, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 3, + "instId": 300007, + "propState": 3, + "pos": { + "x": -127916, + "y": 62735, + "z": 85553 + }, + "rot": { + "x": 0, + "y": 180838, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 3, + "instId": 300008, + "propState": 3, + "pos": { + "x": -110674, + "y": 57723, + "z": 101938 + }, + "rot": { + "x": 0, + "y": 92083, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 3, + "instId": 300009, + "propState": 3, + "pos": { + "x": -102301, + "y": 57723, + "z": 93128 + }, + "rot": { + "x": 0, + "y": 92083, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 3, + "instId": 300004, + "propState": 8, + "pos": { + "x": -110922, + "y": 60229, + "z": 84935 + }, + "rot": { + "x": 0, + "y": 92083, + "z": 0 + }, + "propId": 103007 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 8, + "pos": { + "x": 16710, + "y": 55333, + "z": 86501 + }, + "rot": { + "x": 0, + "y": 180974, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 1, + "pos": { + "x": 3850, + "y": 51910, + "z": 86760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 1, + "pos": { + "x": -5447, + "y": 46350, + "z": 44383 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 4, + "instId": 300006, + "propState": 3, + "pos": { + "x": 3271, + "y": 50735, + "z": 52720 + }, + "rot": { + "x": 0, + "y": 271154, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 4, + "instId": 300007, + "propState": 3, + "pos": { + "x": -13587, + "y": 52446, + "z": 70085 + }, + "rot": { + "x": 0, + "y": 974, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 3, + "pos": { + "x": 16349, + "y": 52660, + "z": 65226 + }, + "rot": { + "x": 0, + "y": 271154, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 4, + "instId": 300005, + "propState": 3, + "pos": { + "x": 3705, + "y": 53943, + "z": 78250 + }, + "rot": { + "x": 0, + "y": 974, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 4, + "instId": 300008, + "propState": 3, + "pos": { + "x": -18090, + "y": 50735, + "z": 57407 + }, + "rot": { + "x": 0, + "y": 271154, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": 34993, + "y": 53688, + "z": -21852 + }, + "rot": { + "x": 0, + "y": 171061, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 1, + "pos": { + "x": -17489, + "y": 48560, + "z": -46147 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 1, + "pos": { + "x": -2869, + "y": 54880, + "z": -74016 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 5, + "instId": 300006, + "propState": 3, + "pos": { + "x": 27028, + "y": 60575, + "z": -68836 + }, + "rot": { + "x": 0, + "y": 260169, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 5, + "instId": 300007, + "propState": 3, + "pos": { + "x": 8200, + "y": 54732, + "z": -46763 + }, + "rot": { + "x": 0, + "y": 351061, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 5, + "instId": 300004, + "propState": 1, + "pos": { + "x": 28131, + "y": 53359, + "z": -43309 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 5, + "instId": 300005, + "propState": 3, + "pos": { + "x": 31235, + "y": 60098, + "z": -63040 + }, + "rot": { + "x": 0, + "y": 260169, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 5, + "instId": 300008, + "propState": 3, + "pos": { + "x": -213, + "y": 55687, + "z": -58355 + }, + "rot": { + "x": 0, + "y": 351061, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 5, + "instId": 300009, + "propState": 3, + "pos": { + "x": -7524, + "y": 52527, + "z": -44420 + }, + "rot": { + "x": 0, + "y": 260169, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 5, + "instId": 300010, + "propState": 3, + "pos": { + "x": -10179, + "y": 54822, + "z": -60082 + }, + "rot": { + "x": 0, + "y": 260169, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 5, + "instId": 300011, + "propState": 3, + "pos": { + "x": -20144, + "y": 53958, + "z": -61808 + }, + "rot": { + "x": 0, + "y": 351061, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 5, + "instId": 300012, + "propState": 3, + "pos": { + "x": -18593, + "y": 55776, + "z": -71674 + }, + "rot": { + "x": 0, + "y": 351061, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 5, + "instId": 300014, + "propState": 3, + "pos": { + "x": -30110, + "y": 53093, + "z": -63535 + }, + "rot": { + "x": 0, + "y": 260169, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 5, + "instId": 300015, + "propState": 3, + "pos": { + "x": -32765, + "y": 55389, + "z": -79197 + }, + "rot": { + "x": 0, + "y": 351061, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 5, + "instId": 300016, + "propState": 3, + "pos": { + "x": 11304, + "y": 58369, + "z": -66493 + }, + "rot": { + "x": 0, + "y": 260169, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 5, + "instId": 300017, + "propState": 3, + "pos": { + "x": -33213, + "y": 49456, + "z": -43805 + }, + "rot": { + "x": 0, + "y": 351061, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 5, + "instId": 300019, + "propState": 3, + "pos": { + "x": -50041, + "y": 51365, + "z": -66989 + }, + "rot": { + "x": 0, + "y": 260169, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": -142379, + "y": 58429, + "z": -103991 + }, + "rot": { + "x": 0, + "y": 349802, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 1, + "pos": { + "x": -120140, + "y": 55326, + "z": -99990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 1, + "pos": { + "x": -128050, + "y": 62140, + "z": -56020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 6, + "instId": 300006, + "propState": 3, + "pos": { + "x": -135364, + "y": 63879, + "z": -66414 + }, + "rot": { + "x": 0, + "y": 169802, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 3, + "pos": { + "x": -146334, + "y": 61835, + "z": -82006 + }, + "rot": { + "x": 0, + "y": 79802, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 6, + "instId": 300005, + "propState": 3, + "pos": { + "x": -135856, + "y": 60473, + "z": -89199 + }, + "rot": { + "x": 0, + "y": 169802, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 6, + "instId": 300007, + "propState": 3, + "pos": { + "x": -128543, + "y": 61835, + "z": -78805 + }, + "rot": { + "x": 0, + "y": 79802, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 6, + "instId": 300008, + "propState": 3, + "pos": { + "x": -112826, + "y": 59791, + "z": -89596 + }, + "rot": { + "x": 0, + "y": 169802, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 6, + "instId": 300009, + "propState": 3, + "pos": { + "x": -114408, + "y": 61154, + "z": -80802 + }, + "rot": { + "x": 0, + "y": 169802, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 6, + "instId": 300010, + "propState": 3, + "pos": { + "x": -107095, + "y": 62517, + "z": -70407 + }, + "rot": { + "x": 0, + "y": 79802, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": 36519, + "y": 49273, + "z": 29998 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103029 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 8, + "pos": { + "x": -39622, + "y": 57862, + "z": -117705 + }, + "rot": { + "x": 0, + "y": 257443, + "z": 0 + }, + "propId": 103029 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 1, + "pos": { + "x": 36590, + "y": 49274, + "z": -18681 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103029 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 8, + "pos": { + "x": -94254, + "y": 62594, + "z": -627 + }, + "rot": { + "x": 0, + "y": 179690, + "z": 0 + }, + "propId": 103029 + }, + { + "groupId": 7, + "instId": 300005, + "propState": 1, + "pos": { + "x": -94017, + "y": 62594, + "z": 11811 + }, + "rot": { + "x": 0, + "y": 359691, + "z": 0 + }, + "propId": 103029 + }, + { + "groupId": 7, + "instId": 300006, + "propState": 8, + "pos": { + "x": 33845, + "y": 48570, + "z": 27113 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103044 + }, + { + "groupId": 7, + "instId": 300007, + "propState": 8, + "pos": { + "x": -40538, + "y": 57862, + "z": -120474 + }, + "rot": { + "x": 0, + "y": 77443, + "z": 0 + }, + "propId": 103044 + }, + { + "groupId": 7, + "instId": 300008, + "propState": 8, + "pos": { + "x": -92003, + "y": 62098, + "z": -3042 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103044 + }, + { + "groupId": 7, + "instId": 300009, + "propState": 8, + "pos": { + "x": -23559, + "y": 51604, + "z": 140136 + }, + "rot": { + "x": 0, + "y": 166963, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 7, + "instId": 300010, + "propState": 8, + "pos": { + "x": -107830, + "y": 62595, + "z": 6020 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103141 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 1, + "pos": { + "x": -28550, + "y": 40210, + "z": 5680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 8, + "pos": { + "x": -172800, + "y": 64400, + "z": 6310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103098 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 8, + "pos": { + "x": -184120, + "y": 63160, + "z": 6230 + }, + "rot": { + "x": 0, + "y": 59477, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 20, + "instId": 300001, + "propState": 1, + "pos": { + "x": -162390, + "y": 5501, + "z": -144954 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 1, + "pos": { + "x": -162390, + "y": 5501, + "z": -138954 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 20, + "instId": 300003, + "propState": 8, + "pos": { + "x": -156610, + "y": 5511, + "z": -137807 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 31, + "instId": 300001, + "propState": 8, + "pos": { + "x": -101429, + "y": 11827, + "z": 339 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 1, + "pos": { + "x": -1000, + "y": 95000, + "z": -9013 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 1, + "pos": { + "x": -1112, + "y": 98000, + "z": 56939 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 1, + "pos": { + "x": -908, + "y": 89798, + "z": 112009 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 1, + "pos": { + "x": -835, + "y": 95820, + "z": 142306 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 4, + "instId": 300005, + "propState": 8, + "pos": { + "x": 39519, + "y": 88400, + "z": 103220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 4, + "instId": 300006, + "propState": 8, + "pos": { + "x": 48558, + "y": 84400, + "z": 82242 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": -1000, + "y": 95000, + "z": -9013 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 1, + "pos": { + "x": -1112, + "y": 98000, + "z": 56939 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 5, + "instId": 300004, + "propState": 1, + "pos": { + "x": -835, + "y": 95820, + "z": 142306 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 5, + "instId": 300005, + "propState": 1, + "pos": { + "x": 39519, + "y": 88400, + "z": 103220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 5, + "instId": 300006, + "propState": 1, + "pos": { + "x": 48558, + "y": 84400, + "z": 82242 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": -159120, + "z": -508538 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103136 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 17188, + "z": -508538 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103136 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 1, + "pos": { + "x": -5000, + "y": -159500, + "z": -500000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "monsters": [ + { + "groupId": 21, + "instId": 200001, + "eventId": 43322205, + "pos": { + "x": -115027, + "y": 11517, + "z": -14974 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 21, + "instId": 200002, + "eventId": 43322204, + "pos": { + "x": -119800, + "y": 11517, + "z": 1596 + }, + "rot": { + "x": 0, + "y": 187015, + "z": 0 + }, + "monsterId": 3012020 + } + ], + "teleports": [ + { + "anchorId": 1, + "groupId": 31, + "instId": 300001, + "pos": { + "x": -101940, + "y": 11517, + "z": -3997 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 44001, + "props": [ + { + "groupId": 23, + "instId": 300001, + "propState": 8, + "pos": { + "x": -32180, + "y": -340, + "z": -73201 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100005 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 1, + "pos": { + "x": -110156, + "y": -61, + "z": -81744 + }, + "rot": { + "x": 0, + "y": 342919, + "z": 0 + }, + "propId": 100021 + }, + { + "groupId": 23, + "instId": 300003, + "propState": 1, + "pos": { + "x": -110829, + "y": 504, + "z": -73061 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 23, + "instId": 300004, + "propState": 8, + "pos": { + "x": -144990, + "y": -38, + "z": -73290 + }, + "rot": { + "x": 0, + "y": 270291, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 23, + "instId": 300005, + "propState": 8, + "pos": { + "x": -121876, + "y": 2838, + "z": -108848 + }, + "rot": { + "x": 0, + "y": 153850, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 23, + "instId": 300007, + "propState": 8, + "pos": { + "x": -44465, + "y": -1534, + "z": -83398 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100070 + }, + { + "groupId": 23, + "instId": 300008, + "propState": 8, + "pos": { + "x": -155125, + "y": 2700, + "z": -33130 + }, + "rot": { + "x": 0, + "y": 207332, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 23, + "instId": 300006, + "propState": 8, + "pos": { + "x": -131809, + "y": 2838, + "z": -88616 + }, + "rot": { + "x": 0, + "y": 153850, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 23, + "instId": 300009, + "propState": 1, + "pos": { + "x": 42748, + "y": 3485, + "z": -115476 + }, + "rot": { + "x": 0, + "y": 288000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 23, + "instId": 300010, + "propState": 8, + "pos": { + "x": 42748, + "y": 3485, + "z": -115471 + }, + "rot": { + "x": 0, + "y": 288017, + "z": 0 + }, + "propId": 100005 + }, + { + "groupId": 23, + "instId": 300011, + "propState": 8, + "pos": { + "x": -5595, + "y": 2864, + "z": -46516 + }, + "rot": { + "x": 0, + "y": 163201, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 23, + "instId": 300012, + "propState": 8, + "pos": { + "x": -2438, + "y": 2916, + "z": -45562 + }, + "rot": { + "x": 0, + "y": 253313, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 45, + "instId": 300001, + "propState": 8, + "pos": { + "x": 14500, + "y": 3144, + "z": -109140 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 46, + "instId": 300001, + "propState": 1, + "pos": { + "x": -110620, + "y": 183, + "z": -68140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100046 + }, + { + "groupId": 46, + "instId": 300002, + "propState": 1, + "pos": { + "x": -96630, + "y": -829, + "z": -53870 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100046 + }, + { + "groupId": 46, + "instId": 300003, + "propState": 1, + "pos": { + "x": -91070, + "y": -2911, + "z": -75200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100046 + }, + { + "groupId": 46, + "instId": 300004, + "propState": 1, + "pos": { + "x": -78110, + "y": -2911, + "z": -87750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100046 + }, + { + "groupId": 46, + "instId": 300005, + "propState": 1, + "pos": { + "x": -66660, + "y": -2911, + "z": -77270 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100046 + }, + { + "groupId": 46, + "instId": 300006, + "propState": 1, + "pos": { + "x": -63862, + "y": -2158, + "z": -60882 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100046 + }, + { + "groupId": 46, + "instId": 300007, + "propState": 1, + "pos": { + "x": -52551, + "y": -1102, + "z": -52540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100046 + }, + { + "groupId": 46, + "instId": 300008, + "propState": 8, + "pos": { + "x": -44900, + "y": -1276, + "z": -62660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100046 + }, + { + "groupId": 46, + "instId": 300009, + "propState": 1, + "pos": { + "x": -96370, + "y": -890, + "z": -93340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100046 + }, + { + "groupId": 46, + "instId": 300010, + "propState": 1, + "pos": { + "x": -133354, + "y": 183, + "z": -73030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100046 + }, + { + "groupId": 46, + "instId": 300011, + "propState": 1, + "pos": { + "x": -124250, + "y": 3037, + "z": -50510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100046 + }, + { + "groupId": 46, + "instId": 300012, + "propState": 1, + "pos": { + "x": -142630, + "y": 3037, + "z": -39470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100046 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 32, + "instId": 300001, + "propState": 8, + "pos": { + "x": 125990, + "y": 80651, + "z": 101929 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 38, + "instId": 300001, + "propState": 8, + "pos": { + "x": 193130, + "y": 83126, + "z": 137230 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 8, + "pos": { + "x": 50100, + "y": 172307, + "z": 34560 + }, + "rot": { + "x": 0, + "y": 320342, + "z": 0 + }, + "propId": 100076 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 8, + "pos": { + "x": 25850, + "y": 172261, + "z": 50783 + }, + "rot": { + "x": 0, + "y": 95342, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 2, + "pos": { + "x": -5492, + "y": 172245, + "z": 69006 + }, + "rot": { + "x": 0, + "y": 230342, + "z": 0 + }, + "propId": 100075 + }, + { + "groupId": 11, + "instId": 300004, + "propState": 2, + "pos": { + "x": 29865, + "y": 172315, + "z": 60906 + }, + "rot": { + "x": 0, + "y": 319534, + "z": 0 + }, + "propId": 100078 + }, + { + "groupId": 11, + "instId": 300005, + "propState": 8, + "pos": { + "x": 34282, + "y": 172241, + "z": 60997 + }, + "rot": { + "x": 0, + "y": 140342, + "z": 0 + }, + "propId": 100075 + }, + { + "groupId": 11, + "instId": 300006, + "propState": 1, + "pos": { + "x": 81605, + "y": 163620, + "z": -14231 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300008, + "propState": 1, + "pos": { + "x": 13738, + "y": 172220, + "z": 83390 + }, + "rot": { + "x": 0, + "y": 275733, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 11, + "instId": 300009, + "propState": 8, + "pos": { + "x": 4961, + "y": 172283, + "z": -85700 + }, + "rot": { + "x": 0, + "y": 264500, + "z": 0 + }, + "propId": 100076 + }, + { + "groupId": 26, + "instId": 300001, + "propState": 8, + "pos": { + "x": 68990, + "y": 172941, + "z": -17310 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + } + ], + "monsters": [ + { + "groupId": 4, + "instId": 200001, + "eventId": 40002048, + "pos": { + "x": -54910, + "y": 177414, + "z": -90570 + }, + "rot": { + "x": 0, + "y": 118327, + "z": 0 + }, + "monsterId": 8012030 + } + ], + "teleports": [ + { + "anchorId": 1, + "groupId": 45, + "instId": 300001, + "pos": { + "x": 14370, + "y": 2844, + "z": -106100 + }, + "rot": { + "x": 0, + "y": 287948, + "z": 0 + }, + "teleportId": 2102 + }, + { + "anchorId": 1, + "groupId": 38, + "instId": 300001, + "pos": { + "x": 189350, + "y": 82800, + "z": 136130 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2102 + }, + { + "anchorId": 1, + "groupId": 26, + "instId": 300001, + "pos": { + "x": 69200, + "y": 172400, + "z": -14260 + }, + "rot": { + "x": 0, + "y": 89206, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 44201, + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": -330844, + "y": -29127, + "z": 113 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 8, + "pos": { + "x": -110570, + "y": 9710, + "z": -760 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 8, + "pos": { + "x": -35549, + "y": 1519, + "z": 18230 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 14, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 24, + "instId": 300003, + "propState": 8, + "pos": { + "x": -131820, + "y": 11839, + "z": 1190 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 26, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 26, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 26, + "instId": 300003, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": -37407, + "y": 13917, + "z": -20160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 8, + "pos": { + "x": 28614, + "y": 44258, + "z": -9065 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 8, + "pos": { + "x": 77438, + "y": 44709, + "z": 6098 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 10, + "instId": 300004, + "propState": 8, + "pos": { + "x": 116710, + "y": 46022, + "z": -84100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 30, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102028 + }, + { + "groupId": 30, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 31, + "instId": 300005, + "propState": 8, + "pos": { + "x": 11570, + "y": 42010, + "z": -13313 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 31, + "instId": 300001, + "propState": 14, + "pos": { + "x": 11570, + "y": 42010, + "z": -13313 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102103 + }, + { + "groupId": 31, + "instId": 300002, + "propState": 8, + "pos": { + "x": 16152, + "y": 43958, + "z": -16770 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 31, + "instId": 300003, + "propState": 8, + "pos": { + "x": 5340, + "y": 16121, + "z": -8680 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 31, + "instId": 300004, + "propState": 8, + "pos": { + "x": 5890, + "y": 16121, + "z": -13310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 32, + "instId": 300005, + "propState": 8, + "pos": { + "x": 10966, + "y": 36279, + "z": 22437 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 32, + "instId": 300001, + "propState": 2, + "pos": { + "x": 10966, + "y": 36279, + "z": 22437 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102103 + }, + { + "groupId": 32, + "instId": 300002, + "propState": 8, + "pos": { + "x": 12990, + "y": 38203, + "z": 16170 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 32, + "instId": 300003, + "propState": 8, + "pos": { + "x": 9900, + "y": 13862, + "z": 30230 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 32, + "instId": 300004, + "propState": 8, + "pos": { + "x": 7800, + "y": 13884, + "z": 25600 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 36, + "instId": 300003, + "propState": 8, + "pos": { + "x": 38827, + "y": 43958, + "z": -11061 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 36, + "instId": 300001, + "propState": 8, + "pos": { + "x": 68185, + "y": 44010, + "z": -11146 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 36, + "instId": 300002, + "propState": 8, + "pos": { + "x": 130835, + "y": 45722, + "z": -72066 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 44, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 44, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 44, + "instId": 300003, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": -98934, + "y": 1121, + "z": 39570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 8, + "pos": { + "x": 44807, + "y": 2546, + "z": 68333 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 8, + "pos": { + "x": -48692, + "y": 2471, + "z": 50488 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102028 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 8, + "pos": { + "x": -41723, + "y": 2171, + "z": 39850 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": 48895, + "y": 2246, + "z": 68938 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 27, + "instId": 300001, + "propState": 8, + "pos": { + "x": 47718, + "y": -1332, + "z": 98260 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102037 + }, + { + "groupId": 36, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 3, + "groupId": 7, + "instId": 300003, + "pos": { + "x": -28348, + "y": 1665, + "z": 13310 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "teleportId": 2102 + }, + { + "anchorId": 4, + "groupId": 10, + "instId": 300004, + "pos": { + "x": 115547, + "y": 45702, + "z": -77314 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "teleportId": 2102 + }, + { + "anchorId": 3, + "groupId": 6, + "instId": 300003, + "pos": { + "x": -52210, + "y": 2171, + "z": 42400 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 44202, + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 8, + "pos": { + "x": 43195, + "y": -7740, + "z": 32154 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": 20852, + "y": -4710, + "z": 28342 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 8, + "pos": { + "x": 68340, + "y": 2481, + "z": -66210 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": 71485, + "y": 2879, + "z": -74703 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 8, + "pos": { + "x": -109759, + "y": -11167, + "z": 54808 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": -97376, + "y": -10856, + "z": 57309 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 8, + "pos": { + "x": -55602, + "y": -3628, + "z": -55299 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": -66318, + "y": -7196, + "z": -32298 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + } + ], + "monsters": [ + { + "groupId": 3, + "instId": 200001, + "eventId": 44202001, + "pos": { + "x": 59631, + "y": -10499, + "z": 29607 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 2023030 + }, + { + "groupId": 3, + "instId": 200001, + "eventId": 44202011, + "pos": { + "x": 62970, + "y": 2565, + "z": -55060 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8001010 + }, + { + "groupId": 3, + "instId": 200001, + "eventId": 44202021, + "pos": { + "x": -107062, + "y": -9307, + "z": 41810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2002030 + }, + { + "groupId": 3, + "instId": 200001, + "eventId": 44202031, + "pos": { + "x": -43045, + "y": -2335, + "z": -64207 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "monsterId": 2013010 + } + ], + "teleports": [ + { + "anchorId": 1, + "groupId": 8, + "instId": 300001, + "pos": { + "x": 26514, + "y": -5010, + "z": 26593 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "teleportId": 2102 + }, + { + "anchorId": 1, + "groupId": 10, + "instId": 300001, + "pos": { + "x": 63640, + "y": 2504, + "z": -69800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2102 + }, + { + "anchorId": 1, + "groupId": 10, + "instId": 300001, + "pos": { + "x": -105201, + "y": -11167, + "z": 59183 + }, + "rot": { + "x": 0, + "y": 190000, + "z": 0 + }, + "teleportId": 2102 + }, + { + "anchorId": 1, + "groupId": 10, + "instId": 300001, + "pos": { + "x": -60381, + "y": -7181, + "z": -37075 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 44301, + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": -329830, + "y": -8780, + "z": -80270 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 8, + "pos": { + "x": -323830, + "y": -8780, + "z": -80270 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 5, + "instId": 300010, + "propState": 8, + "pos": { + "x": -317083, + "y": -8759, + "z": -75410 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 1, + "pos": { + "x": -347885, + "y": -8780, + "z": -86350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 5, + "instId": 300004, + "propState": 1, + "pos": { + "x": -347885, + "y": -8780, + "z": -92350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 5, + "instId": 300005, + "propState": 1, + "pos": { + "x": -347868, + "y": -8870, + "z": -68350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 5, + "instId": 300006, + "propState": 1, + "pos": { + "x": -347868, + "y": -8870, + "z": -74350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 5, + "instId": 300007, + "propState": 8, + "pos": { + "x": -348835, + "y": -8800, + "z": -79124 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 5, + "instId": 300008, + "propState": 8, + "pos": { + "x": -341774, + "y": -8806, + "z": -74310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 5, + "instId": 300009, + "propState": 8, + "pos": { + "x": -335774, + "y": -8806, + "z": -74310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 5, + "instId": 300011, + "propState": 1, + "pos": { + "x": -305885, + "y": -8780, + "z": -86350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 5, + "instId": 300012, + "propState": 1, + "pos": { + "x": -305885, + "y": -8780, + "z": -92350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 5, + "instId": 300013, + "propState": 8, + "pos": { + "x": -335130, + "y": -8800, + "z": -61170 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 5, + "instId": 300014, + "propState": 8, + "pos": { + "x": -341774, + "y": -8806, + "z": -56310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 5, + "instId": 300015, + "propState": 8, + "pos": { + "x": -335774, + "y": -8806, + "z": -56310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 5, + "instId": 300018, + "propState": 8, + "pos": { + "x": -317026, + "y": -26776, + "z": -58684 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 5, + "instId": 300016, + "propState": 8, + "pos": { + "x": -323774, + "y": -26806, + "z": -53310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 5, + "instId": 300017, + "propState": 8, + "pos": { + "x": -317774, + "y": -26806, + "z": -53310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 5, + "instId": 300019, + "propState": 8, + "pos": { + "x": -335774, + "y": -26806, + "z": -53310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 5, + "instId": 300020, + "propState": 8, + "pos": { + "x": -329774, + "y": -26806, + "z": -53310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 5, + "instId": 300021, + "propState": 8, + "pos": { + "x": -341774, + "y": -26806, + "z": -53310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 1, + "pos": { + "x": 72420, + "y": -19500, + "z": -567360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103013 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 12, + "pos": { + "x": -342780, + "y": 9230, + "z": -77260 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60303 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 8, + "pos": { + "x": -353877, + "y": -16672, + "z": -50337 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 19, + "instId": 300001, + "propState": 8, + "pos": { + "x": -332820, + "y": -7200, + "z": -104230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 8, + "pos": { + "x": 72220, + "y": -18588, + "z": -567300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 25, + "instId": 300001, + "propState": 8, + "pos": { + "x": 67900, + "y": -19200, + "z": -559630 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 1, + "pos": { + "x": 69090, + "y": -19507, + "z": -523707 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103013 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": -323760, + "y": -8900, + "z": -80265 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 8, + "pos": { + "x": -329760, + "y": -8900, + "z": -80265 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 8, + "pos": { + "x": -316550, + "y": -8914, + "z": -75617 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 1, + "pos": { + "x": -311749, + "y": -8900, + "z": -86250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 6, + "instId": 300005, + "propState": 1, + "pos": { + "x": -311749, + "y": -8900, + "z": -92254 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 6, + "instId": 300006, + "propState": 8, + "pos": { + "x": -353749, + "y": -8900, + "z": -74251 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 6, + "instId": 300007, + "propState": 8, + "pos": { + "x": -353749, + "y": -8900, + "z": -68251 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 6, + "instId": 300008, + "propState": 8, + "pos": { + "x": -352350, + "y": -8860, + "z": -60967 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 6, + "instId": 300009, + "propState": 1, + "pos": { + "x": -347762, + "y": -8900, + "z": -62266 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 6, + "instId": 300010, + "propState": 1, + "pos": { + "x": -341758, + "y": -8900, + "z": -62266 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 6, + "instId": 300011, + "propState": 8, + "pos": { + "x": -329749, + "y": -8900, + "z": -86251 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 6, + "instId": 300012, + "propState": 8, + "pos": { + "x": -329749, + "y": -8900, + "z": -92251 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 6, + "instId": 300013, + "propState": 8, + "pos": { + "x": -331350, + "y": -8860, + "z": -93967 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": -347848, + "y": 5906, + "z": -77293 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103001 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": -328770, + "y": 2510, + "z": -104234 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 8, + "pos": { + "x": -333610, + "y": 90, + "z": -50577 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 8, + "pos": { + "x": 69152, + "y": -18689, + "z": -523900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 20, + "instId": 300001, + "propState": 8, + "pos": { + "x": 73410, + "y": -19206, + "z": -531550 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 1, + "pos": { + "x": 36177, + "y": -10626, + "z": -530780 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103013 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 8, + "pos": { + "x": -305749, + "y": -26900, + "z": -68251 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 8, + "pos": { + "x": -305749, + "y": -26900, + "z": -74251 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 8, + "pos": { + "x": -311467, + "y": -26798, + "z": -61282 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 9, + "instId": 300004, + "propState": 1, + "pos": { + "x": -305749, + "y": -26900, + "z": -86250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 9, + "instId": 300005, + "propState": 1, + "pos": { + "x": -305749, + "y": -26900, + "z": -92254 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 9, + "instId": 300009, + "propState": 1, + "pos": { + "x": -329762, + "y": -8900, + "z": -104266 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 9, + "instId": 300010, + "propState": 1, + "pos": { + "x": -323758, + "y": -8900, + "z": -104266 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 9, + "instId": 300011, + "propState": 8, + "pos": { + "x": -329749, + "y": -8900, + "z": -86251 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 9, + "instId": 300012, + "propState": 8, + "pos": { + "x": -329749, + "y": -8900, + "z": -92251 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 9, + "instId": 300013, + "propState": 8, + "pos": { + "x": -331350, + "y": -8860, + "z": -93967 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 9, + "instId": 300006, + "propState": 1, + "pos": { + "x": -329749, + "y": -8900, + "z": -74254 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 9, + "instId": 300007, + "propState": 1, + "pos": { + "x": -329749, + "y": -8900, + "z": -68250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 9, + "instId": 300008, + "propState": 8, + "pos": { + "x": -341764, + "y": -8900, + "z": -50240 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 9, + "instId": 300014, + "propState": 8, + "pos": { + "x": -335764, + "y": -8900, + "z": -50240 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 9, + "instId": 300015, + "propState": 8, + "pos": { + "x": -323764, + "y": -8900, + "z": -50240 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 9, + "instId": 300016, + "propState": 8, + "pos": { + "x": -317764, + "y": -8900, + "z": -50240 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 12, + "pos": { + "x": -332459, + "y": -19290, + "z": -68189 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60303 + }, + { + "groupId": 14, + "instId": 300001, + "propState": 8, + "pos": { + "x": -320984, + "y": 8176, + "z": -104234 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103001 + }, + { + "groupId": 16, + "instId": 300001, + "propState": 8, + "pos": { + "x": -323740, + "y": -23930, + "z": -77019 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103001 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 8, + "pos": { + "x": -311605, + "y": -8770, + "z": -59789 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 19, + "instId": 300001, + "propState": 8, + "pos": { + "x": -353862, + "y": -20783, + "z": -104234 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 8, + "pos": { + "x": 36310, + "y": -10472, + "z": -530930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 26, + "instId": 300001, + "propState": 8, + "pos": { + "x": 44296, + "y": -10326, + "z": -528880 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 7, + "instId": 300008, + "propState": 21, + "pos": { + "x": -145281, + "y": 16077, + "z": -129014 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 7, + "instId": 300009, + "propState": 21, + "pos": { + "x": -154973, + "y": 19343, + "z": -129022 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": -140319, + "y": 16077, + "z": -131559 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 8, + "pos": { + "x": -140097, + "y": 16077, + "z": -131823 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 8, + "pos": { + "x": -140319, + "y": 16077, + "z": -130564 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 18, + "pos": { + "x": -128087, + "y": 16948, + "z": -160996 + }, + "rot": { + "x": 0, + "y": 188598, + "z": 0 + }, + "propId": 103189 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 1, + "pos": { + "x": -128012, + "y": 16991, + "z": -160941 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 8, + "pos": { + "x": -128308, + "y": 16077, + "z": -161053 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 18, + "pos": { + "x": -150749, + "y": 17176, + "z": -166733 + }, + "rot": { + "x": 0, + "y": 251566, + "z": 0 + }, + "propId": 103189 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 1, + "pos": { + "x": -150116, + "y": 16998, + "z": -167027 + }, + "rot": { + "x": 0, + "y": 314721, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 8, + "pos": { + "x": -150412, + "y": 16084, + "z": -167140 + }, + "rot": { + "x": 0, + "y": 314721, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 18, + "pos": { + "x": -154856, + "y": 19636, + "z": -138923 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103189 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 1, + "pos": { + "x": -154544, + "y": 19184, + "z": -138805 + }, + "rot": { + "x": 0, + "y": 89186, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 8, + "pos": { + "x": -154840, + "y": 18270, + "z": -138917 + }, + "rot": { + "x": 0, + "y": 89186, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 8, + "pos": { + "x": -154754, + "y": 16087, + "z": -159040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 8, + "pos": { + "x": -179190, + "y": -4760, + "z": -79740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 16, + "instId": 300001, + "propState": 8, + "pos": { + "x": -101447, + "y": -17822, + "z": 61756 + }, + "rot": { + "x": 0, + "y": 270367, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300003, + "propState": 8, + "pos": { + "x": -101775, + "y": -17827, + "z": 61381 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300004, + "propState": 8, + "pos": { + "x": -112003, + "y": -59826, + "z": 45319 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300005, + "propState": 8, + "pos": { + "x": -100510, + "y": -17822, + "z": 61750 + }, + "rot": { + "x": 0, + "y": 270367, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 16, + "instId": 300006, + "propState": 8, + "pos": { + "x": -112195, + "y": -59826, + "z": 48365 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 16, + "instId": 300008, + "propState": 8, + "pos": { + "x": -90775, + "y": -58798, + "z": 44605 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 8, + "pos": { + "x": -95541, + "y": -55525, + "z": 53564 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300007, + "propState": 8, + "pos": { + "x": -105518, + "y": -56509, + "z": 44605 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300009, + "propState": 8, + "pos": { + "x": -111567, + "y": -59826, + "z": 46539 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 17, + "instId": 300004, + "propState": 1, + "pos": { + "x": -99917, + "y": -17822, + "z": 57155 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103053 + }, + { + "groupId": 17, + "instId": 300005, + "propState": 1, + "pos": { + "x": -102241, + "y": -59826, + "z": 60016 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103051 + }, + { + "groupId": 17, + "instId": 300007, + "propState": 21, + "pos": { + "x": -116806, + "y": -59826, + "z": 43729 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 17, + "instId": 300008, + "propState": 21, + "pos": { + "x": -113519, + "y": -56539, + "z": 42837 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 17, + "instId": 300009, + "propState": 8, + "pos": { + "x": -105489, + "y": -56544, + "z": 44595 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103087 + }, + { + "groupId": 17, + "instId": 300014, + "propState": 21, + "pos": { + "x": -90624, + "y": -58794, + "z": 48677 + }, + "rot": { + "x": 0, + "y": 216800, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 17, + "instId": 300015, + "propState": 21, + "pos": { + "x": -91622, + "y": -55525, + "z": 53849 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 17, + "instId": 300019, + "propState": 8, + "pos": { + "x": -95510, + "y": -55525, + "z": 53543 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103087 + }, + { + "groupId": 17, + "instId": 300020, + "propState": 8, + "pos": { + "x": -103930, + "y": -59826, + "z": 50200 + }, + "rot": { + "x": 0, + "y": 317604, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 17, + "instId": 300013, + "propState": 8, + "pos": { + "x": -91929, + "y": -58794, + "z": 48723 + }, + "rot": { + "x": 0, + "y": 351870, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 17, + "instId": 300006, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 19, + "instId": 300001, + "propState": 8, + "pos": { + "x": -100722, + "y": -59815, + "z": 42892 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 20, + "instId": 300001, + "propState": 18, + "pos": { + "x": -118685, + "y": -58591, + "z": 46887 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103189 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 1, + "pos": { + "x": -118633, + "y": -58800, + "z": 47268 + }, + "rot": { + "x": 0, + "y": 89186, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 20, + "instId": 300003, + "propState": 8, + "pos": { + "x": -118929, + "y": -59714, + "z": 47156 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 21, + "instId": 300001, + "propState": 18, + "pos": { + "x": -96963, + "y": -57955, + "z": 52292 + }, + "rot": { + "x": 0, + "y": 27327, + "z": 0 + }, + "propId": 103189 + }, + { + "groupId": 21, + "instId": 300002, + "propState": 1, + "pos": { + "x": -96697, + "y": -57986, + "z": 52821 + }, + "rot": { + "x": 0, + "y": 89186, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 21, + "instId": 300003, + "propState": 8, + "pos": { + "x": -96993, + "y": -58900, + "z": 52709 + }, + "rot": { + "x": 0, + "y": 141200, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 16, + "instId": 300004, + "propState": 1, + "pos": { + "x": 120951, + "y": -30388, + "z": 153909 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103053 + }, + { + "groupId": 16, + "instId": 300005, + "propState": 1, + "pos": { + "x": 125735, + "y": -37027, + "z": 181430 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103051 + }, + { + "groupId": 16, + "instId": 300008, + "propState": 21, + "pos": { + "x": 132768, + "y": -34349, + "z": 190715 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 16, + "instId": 300009, + "propState": 21, + "pos": { + "x": 126483, + "y": -37038, + "z": 191290 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 16, + "instId": 300010, + "propState": 21, + "pos": { + "x": 150045, + "y": -37019, + "z": 179252 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 16, + "instId": 300011, + "propState": 21, + "pos": { + "x": 149720, + "y": -33893, + "z": 181755 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 16, + "instId": 300012, + "propState": 21, + "pos": { + "x": 154322, + "y": -33891, + "z": 188071 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 16, + "instId": 300013, + "propState": 21, + "pos": { + "x": 155264, + "y": -37034, + "z": 187046 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 16, + "instId": 300006, + "propState": 8, + "pos": { + "x": 136460, + "y": -34349, + "z": 190937 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 103087 + }, + { + "groupId": 16, + "instId": 300016, + "propState": 8, + "pos": { + "x": 152288, + "y": -33891, + "z": 187797 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103087 + }, + { + "groupId": 16, + "instId": 300017, + "propState": 8, + "pos": { + "x": 150124, + "y": -33893, + "z": 184457 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103087 + }, + { + "groupId": 16, + "instId": 300019, + "propState": 8, + "pos": { + "x": 148337, + "y": -37038, + "z": 167242 + }, + "rot": { + "x": 0, + "y": 211435, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 16, + "instId": 300007, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300001, + "propState": 21, + "pos": { + "x": 127291, + "y": -33310, + "z": 192076 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 8, + "pos": { + "x": 127267, + "y": -30482, + "z": 158127 + }, + "rot": { + "x": 0, + "y": 160367, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 17, + "instId": 300003, + "propState": 8, + "pos": { + "x": 127737, + "y": -30468, + "z": 157808 + }, + "rot": { + "x": 0, + "y": 339989, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 17, + "instId": 300004, + "propState": 8, + "pos": { + "x": 140507, + "y": -37038, + "z": 176146 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 17, + "instId": 300005, + "propState": 8, + "pos": { + "x": 152639, + "y": -37038, + "z": 175344 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 17, + "instId": 300006, + "propState": 8, + "pos": { + "x": 127020, + "y": -30482, + "z": 158820 + }, + "rot": { + "x": 0, + "y": 160367, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 18, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 19, + "instId": 300001, + "propState": 18, + "pos": { + "x": 142118, + "y": -35996, + "z": 184112 + }, + "rot": { + "x": 0, + "y": 338888, + "z": 0 + }, + "propId": 103189 + }, + { + "groupId": 19, + "instId": 300002, + "propState": 1, + "pos": { + "x": 142118, + "y": -35126, + "z": 184112 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 19, + "instId": 300003, + "propState": 8, + "pos": { + "x": 142092, + "y": -36528, + "z": 184104 + }, + "rot": { + "x": 0, + "y": 325872, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 20, + "instId": 300001, + "propState": 18, + "pos": { + "x": 150776, + "y": -36060, + "z": 192591 + }, + "rot": { + "x": 0, + "y": 114332, + "z": 0 + }, + "propId": 103189 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 1, + "pos": { + "x": 150663, + "y": -36035, + "z": 192656 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 20, + "instId": 300003, + "propState": 8, + "pos": { + "x": 150238, + "y": -37038, + "z": 192579 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 2, + "pos": { + "x": 1, + "y": -22213, + "z": 207610 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103130 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 2, + "pos": { + "x": 299712, + "y": 172169, + "z": 410550 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103130 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 2, + "pos": { + "x": -104819, + "y": -3511, + "z": -72878 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103130 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 2, + "pos": { + "x": -8, + "y": -15915, + "z": -262780 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103130 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 2, + "pos": { + "x": -140494, + "y": 28032, + "z": 363 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103130 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 2, + "pos": { + "x": 146309, + "y": 35556, + "z": -264158 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103130 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": 170980, + "y": 113832, + "z": 378855 + }, + "rot": { + "x": 0, + "y": 89890, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 1, + "pos": { + "x": 171000, + "y": 110730, + "z": 368400 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 1, + "pos": { + "x": 212820, + "y": 110730, + "z": 368480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 3, + "instId": 300004, + "propState": 3, + "pos": { + "x": 186733, + "y": 113832, + "z": 342293 + }, + "rot": { + "x": 0, + "y": 179890, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 3, + "instId": 300005, + "propState": 3, + "pos": { + "x": 171020, + "y": 113832, + "z": 357945 + }, + "rot": { + "x": 0, + "y": 269890, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 3, + "instId": 300006, + "propState": 3, + "pos": { + "x": 191890, + "y": 113832, + "z": 378895 + }, + "rot": { + "x": 0, + "y": 179890, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 3, + "instId": 300007, + "propState": 3, + "pos": { + "x": 202365, + "y": 113832, + "z": 368460 + }, + "rot": { + "x": 0, + "y": 179890, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 3, + "instId": 300008, + "propState": 3, + "pos": { + "x": 186713, + "y": 113832, + "z": 352748 + }, + "rot": { + "x": 0, + "y": 179890, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 3, + "instId": 300009, + "propState": 3, + "pos": { + "x": 202385, + "y": 113832, + "z": 358005 + }, + "rot": { + "x": 0, + "y": 269890, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": 328340, + "y": 126715, + "z": 580230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 1, + "pos": { + "x": 328340, + "y": 123643, + "z": 593700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 1, + "pos": { + "x": 292420, + "y": 123723, + "z": 593700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 3, + "instId": 300004, + "propState": 1, + "pos": { + "x": 310380, + "y": 123723, + "z": 611660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 3, + "instId": 300005, + "propState": 3, + "pos": { + "x": 319360, + "y": 126745, + "z": 584720 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 3, + "instId": 300006, + "propState": 3, + "pos": { + "x": 301400, + "y": 126785, + "z": 584720 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 3, + "instId": 300007, + "propState": 3, + "pos": { + "x": 305890, + "y": 126805, + "z": 598190 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 3, + "instId": 300008, + "propState": 3, + "pos": { + "x": 319360, + "y": 126785, + "z": 602680 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 3, + "instId": 300009, + "propState": 3, + "pos": { + "x": 314870, + "y": 126805, + "z": 607170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 3, + "instId": 300010, + "propState": 8, + "pos": { + "x": 305890, + "y": 126765, + "z": 580230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 8, + "pos": { + "x": 258561, + "y": 125242, + "z": 623565 + }, + "rot": { + "x": 0, + "y": 30, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 1, + "pos": { + "x": 268550, + "y": 122140, + "z": 623560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 1, + "pos": { + "x": 278560, + "y": 122140, + "z": 663510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 9, + "instId": 300004, + "propState": 1, + "pos": { + "x": 298517, + "y": 122139, + "z": 623544 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 9, + "instId": 300005, + "propState": 3, + "pos": { + "x": 283536, + "y": 125241, + "z": 628546 + }, + "rot": { + "x": 0, + "y": 180030, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 9, + "instId": 300006, + "propState": 3, + "pos": { + "x": 293525, + "y": 125241, + "z": 628541 + }, + "rot": { + "x": 0, + "y": 180030, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 9, + "instId": 300007, + "propState": 3, + "pos": { + "x": 303519, + "y": 125241, + "z": 638525 + }, + "rot": { + "x": 0, + "y": 90030, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 9, + "instId": 300008, + "propState": 3, + "pos": { + "x": 268561, + "y": 125242, + "z": 643538 + }, + "rot": { + "x": 0, + "y": 180030, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 9, + "instId": 300009, + "propState": 3, + "pos": { + "x": 288538, + "y": 125241, + "z": 643527 + }, + "rot": { + "x": 0, + "y": 180030, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 9, + "instId": 300010, + "propState": 3, + "pos": { + "x": 313508, + "y": 125241, + "z": 638519 + }, + "rot": { + "x": 0, + "y": 90030, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 9, + "instId": 300011, + "propState": 3, + "pos": { + "x": 293535, + "y": 125241, + "z": 648519 + }, + "rot": { + "x": 0, + "y": 180030, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 9, + "instId": 300012, + "propState": 3, + "pos": { + "x": 268566, + "y": 125242, + "z": 653527 + }, + "rot": { + "x": 0, + "y": 90030, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 9, + "instId": 300013, + "propState": 3, + "pos": { + "x": 278555, + "y": 125242, + "z": 653521 + }, + "rot": { + "x": 0, + "y": 180030, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 9, + "instId": 300014, + "propState": 3, + "pos": { + "x": 303524, + "y": 125241, + "z": 648514 + }, + "rot": { + "x": 0, + "y": 90030, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 9, + "instId": 300015, + "propState": 8, + "pos": { + "x": 288544, + "y": 125241, + "z": 653516 + }, + "rot": { + "x": 0, + "y": 90030, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300016, + "propState": 8, + "pos": { + "x": 258572, + "y": 125242, + "z": 643543 + }, + "rot": { + "x": 0, + "y": 90030, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300017, + "propState": 8, + "pos": { + "x": 293541, + "y": 125241, + "z": 658508 + }, + "rot": { + "x": 0, + "y": 90030, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300018, + "propState": 8, + "pos": { + "x": 318499, + "y": 125241, + "z": 633522 + }, + "rot": { + "x": 0, + "y": 90030, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 2, + "instId": 300001, + "propState": 8, + "pos": { + "x": 156328, + "y": 145931, + "z": 450103 + }, + "rot": { + "x": 0, + "y": 90119, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 1, + "pos": { + "x": 156320, + "y": 142800, + "z": 446090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 2, + "instId": 300003, + "propState": 1, + "pos": { + "x": 204480, + "y": 143006, + "z": 445990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 2, + "instId": 300005, + "propState": 3, + "pos": { + "x": 164330, + "y": 145878, + "z": 438047 + }, + "rot": { + "x": 0, + "y": 180117, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 2, + "instId": 300006, + "propState": 3, + "pos": { + "x": 172373, + "y": 145971, + "z": 446057 + }, + "rot": { + "x": 0, + "y": 180117, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 2, + "instId": 300007, + "propState": 3, + "pos": { + "x": 172341, + "y": 145854, + "z": 430004 + }, + "rot": { + "x": 0, + "y": 180117, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 2, + "instId": 300008, + "propState": 3, + "pos": { + "x": 180351, + "y": 145830, + "z": 421960 + }, + "rot": { + "x": 0, + "y": 180117, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 2, + "instId": 300009, + "propState": 3, + "pos": { + "x": 188427, + "y": 146039, + "z": 446023 + }, + "rot": { + "x": 0, + "y": 180117, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 2, + "instId": 300010, + "propState": 3, + "pos": { + "x": 188394, + "y": 145923, + "z": 429970 + }, + "rot": { + "x": 0, + "y": 270119, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 2, + "instId": 300011, + "propState": 3, + "pos": { + "x": 196404, + "y": 145899, + "z": 421927 + }, + "rot": { + "x": 0, + "y": 270119, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 2, + "instId": 300012, + "propState": 3, + "pos": { + "x": 204447, + "y": 145991, + "z": 429937 + }, + "rot": { + "x": 0, + "y": 270119, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 2, + "instId": 300013, + "propState": 3, + "pos": { + "x": 180384, + "y": 145947, + "z": 438014 + }, + "rot": { + "x": 0, + "y": 270119, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 2, + "instId": 300021, + "propState": 1, + "pos": { + "x": 180400, + "y": 146005, + "z": 446040 + }, + "rot": { + "x": 0, + "y": 180117, + "z": 0 + }, + "propId": 103007 + }, + { + "groupId": 2, + "instId": 300022, + "propState": 1, + "pos": { + "x": 184389, + "y": 145935, + "z": 433992 + }, + "rot": { + "x": 0, + "y": 180117, + "z": 0 + }, + "propId": 103007 + }, + { + "groupId": 2, + "instId": 300023, + "propState": 1, + "pos": { + "x": 184372, + "y": 145876, + "z": 425965 + }, + "rot": { + "x": 0, + "y": 180117, + "z": 0 + }, + "propId": 103007 + }, + { + "groupId": 2, + "instId": 300024, + "propState": 1, + "pos": { + "x": 168335, + "y": 145866, + "z": 434025 + }, + "rot": { + "x": 0, + "y": 180117, + "z": 0 + }, + "propId": 103007 + }, + { + "groupId": 2, + "instId": 300001, + "propState": 8, + "pos": { + "x": 226259, + "y": 113781, + "z": 350495 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 1, + "pos": { + "x": 212770, + "y": 110679, + "z": 368480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 2, + "instId": 300003, + "propState": 1, + "pos": { + "x": 212770, + "y": 110679, + "z": 386465 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 2, + "instId": 300004, + "propState": 1, + "pos": { + "x": 194785, + "y": 110679, + "z": 386465 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 2, + "instId": 300006, + "propState": 3, + "pos": { + "x": 194785, + "y": 113781, + "z": 350495 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 2, + "instId": 300007, + "propState": 3, + "pos": { + "x": 208274, + "y": 113781, + "z": 363984 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 2, + "instId": 300008, + "propState": 3, + "pos": { + "x": 185793, + "y": 113781, + "z": 368480 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 2, + "instId": 300009, + "propState": 3, + "pos": { + "x": 176800, + "y": 113781, + "z": 368480 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 2, + "instId": 300010, + "propState": 3, + "pos": { + "x": 199281, + "y": 113781, + "z": 372976 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 2, + "instId": 300011, + "propState": 3, + "pos": { + "x": 176800, + "y": 113781, + "z": 377473 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 2, + "instId": 300012, + "propState": 3, + "pos": { + "x": 199281, + "y": 113781, + "z": 381969 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 2, + "instId": 300013, + "propState": 3, + "pos": { + "x": 185793, + "y": 113781, + "z": 386465 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 2, + "instId": 300001, + "propState": 8, + "pos": { + "x": 311147, + "y": 129598, + "z": 532620 + }, + "rot": { + "x": 0, + "y": 89504, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 1, + "pos": { + "x": 311000, + "y": 132011, + "z": 524000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 2, + "instId": 300003, + "propState": 1, + "pos": { + "x": 330570, + "y": 165920, + "z": 472460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 2, + "instId": 300004, + "propState": 3, + "pos": { + "x": 331450, + "y": 135934, + "z": 524177 + }, + "rot": { + "x": 0, + "y": 180975, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 2, + "instId": 300005, + "propState": 3, + "pos": { + "x": 321079, + "y": 141038, + "z": 515469 + }, + "rot": { + "x": 0, + "y": 180975, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 2, + "instId": 300006, + "propState": 3, + "pos": { + "x": 346568, + "y": 144822, + "z": 511381 + }, + "rot": { + "x": 0, + "y": 269504, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 2, + "instId": 300008, + "propState": 3, + "pos": { + "x": 331157, + "y": 146963, + "z": 506938 + }, + "rot": { + "x": 0, + "y": 180975, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 2, + "instId": 300010, + "propState": 3, + "pos": { + "x": 341235, + "y": 152889, + "z": 498407 + }, + "rot": { + "x": 0, + "y": 180975, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 2, + "instId": 300011, + "propState": 3, + "pos": { + "x": 320785, + "y": 152067, + "z": 498230 + }, + "rot": { + "x": 0, + "y": 180975, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 2, + "instId": 300013, + "propState": 3, + "pos": { + "x": 325824, + "y": 155030, + "z": 493965 + }, + "rot": { + "x": 0, + "y": 180975, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 2, + "instId": 300015, + "propState": 3, + "pos": { + "x": 351314, + "y": 158814, + "z": 489876 + }, + "rot": { + "x": 0, + "y": 269504, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 2, + "instId": 300016, + "propState": 3, + "pos": { + "x": 325678, + "y": 160545, + "z": 485345 + }, + "rot": { + "x": 0, + "y": 180975, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 2, + "instId": 300018, + "propState": 3, + "pos": { + "x": 315306, + "y": 165649, + "z": 476637 + }, + "rot": { + "x": 0, + "y": 269504, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 2, + "instId": 300019, + "propState": 3, + "pos": { + "x": 335756, + "y": 166470, + "z": 476814 + }, + "rot": { + "x": 0, + "y": 269504, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 2, + "instId": 300021, + "propState": 3, + "pos": { + "x": 361392, + "y": 164739, + "z": 481345 + }, + "rot": { + "x": 0, + "y": 269504, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 2, + "instId": 300023, + "propState": 3, + "pos": { + "x": 351020, + "y": 169843, + "z": 472637 + }, + "rot": { + "x": 0, + "y": 180975, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 2, + "instId": 300024, + "propState": 3, + "pos": { + "x": 335463, + "y": 177500, + "z": 459575 + }, + "rot": { + "x": 0, + "y": 180975, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 2, + "instId": 300025, + "propState": 1, + "pos": { + "x": 326118, + "y": 144001, + "z": 511204 + }, + "rot": { + "x": 0, + "y": 180975, + "z": 0 + }, + "propId": 103007 + }, + { + "groupId": 2, + "instId": 300026, + "propState": 1, + "pos": { + "x": 336049, + "y": 155441, + "z": 494053 + }, + "rot": { + "x": 0, + "y": 180975, + "z": 0 + }, + "propId": 103007 + }, + { + "groupId": 2, + "instId": 300027, + "propState": 1, + "pos": { + "x": 340942, + "y": 163918, + "z": 481168 + }, + "rot": { + "x": 0, + "y": 180975, + "z": 0 + }, + "propId": 103007 + }, + { + "groupId": 2, + "instId": 300007, + "propState": 8, + "pos": { + "x": 341822, + "y": 130830, + "z": 532885 + }, + "rot": { + "x": 0, + "y": 180975, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 2, + "instId": 300009, + "propState": 8, + "pos": { + "x": 372498, + "y": 132061, + "z": 533151 + }, + "rot": { + "x": 0, + "y": 180975, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 2, + "instId": 300012, + "propState": 1, + "pos": { + "x": 310413, + "y": 157172, + "z": 489522 + }, + "rot": { + "x": 0, + "y": 180975, + "z": 0 + }, + "propId": 103007 + }, + { + "groupId": 2, + "instId": 300014, + "propState": 8, + "pos": { + "x": 351901, + "y": 136755, + "z": 524354 + }, + "rot": { + "x": 0, + "y": 180975, + "z": 0 + }, + "propId": 103007 + }, + { + "groupId": 2, + "instId": 300017, + "propState": 1, + "pos": { + "x": 310120, + "y": 168201, + "z": 472283 + }, + "rot": { + "x": 0, + "y": 180975, + "z": 0 + }, + "propId": 103007 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 1, + "pos": { + "x": 72420, + "y": -19500, + "z": -567360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103013 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 1, + "pos": { + "x": -311749, + "y": -8802, + "z": -86291 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 1, + "pos": { + "x": -311749, + "y": -8802, + "z": -92342 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 8, + "instId": 300011, + "propState": 8, + "pos": { + "x": -329749, + "y": -8900, + "z": -86251 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 8, + "instId": 300012, + "propState": 8, + "pos": { + "x": -329749, + "y": -8900, + "z": -92251 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 8, + "instId": 300013, + "propState": 8, + "pos": { + "x": -331350, + "y": -8860, + "z": -93967 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 8, + "pos": { + "x": 72060, + "y": -19412, + "z": -567260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 8, + "pos": { + "x": 67900, + "y": -19200, + "z": -559630 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 3, + "instId": 300008, + "propState": 21, + "pos": { + "x": 386628, + "y": 119135, + "z": 607037 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 3, + "instId": 300009, + "propState": 21, + "pos": { + "x": 388675, + "y": 121070, + "z": 606841 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103050 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": 386891, + "y": 121021, + "z": 595520 + }, + "rot": { + "x": 0, + "y": 19986, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 8, + "pos": { + "x": 383533, + "y": 121022, + "z": 595520 + }, + "rot": { + "x": 0, + "y": 354162, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 8, + "pos": { + "x": 380307, + "y": 121046, + "z": 595518 + }, + "rot": { + "x": 0, + "y": 347402, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 3, + "instId": 300004, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 8, + "pos": { + "x": 379773, + "y": 119135, + "z": 608638 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 8, + "pos": { + "x": 380736, + "y": 119135, + "z": 608846 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 2, + "pos": { + "x": 381576, + "y": 119135, + "z": 608623 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 8, + "pos": { + "x": 380545, + "y": 119597, + "z": 608828 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300005, + "propState": 8, + "pos": { + "x": 383133, + "y": 119135, + "z": 602837 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300006, + "propState": 8, + "pos": { + "x": 386566, + "y": 119135, + "z": 607046 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300007, + "propState": 8, + "pos": { + "x": 387493, + "y": 121070, + "z": 595069 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300008, + "propState": 8, + "pos": { + "x": 356948, + "y": 120580, + "z": 616595 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103040 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 18, + "pos": { + "x": 378842, + "y": 121353, + "z": 594226 + }, + "rot": { + "x": 0, + "y": 27338, + "z": 0 + }, + "propId": 103189 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 1, + "pos": { + "x": 381674, + "y": 120662, + "z": 594301 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 8, + "pos": { + "x": 378952, + "y": 120047, + "z": 593954 + }, + "rot": { + "x": 0, + "y": 47510, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": 384745, + "y": 119135, + "z": 589842 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 2, + "pos": { + "x": 0, + "y": -15916, + "z": -281920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103130 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": 158919, + "y": 145842, + "z": 422194 + }, + "rot": { + "x": 0, + "y": 314, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 1, + "pos": { + "x": 159000, + "y": 142800, + "z": 437000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 1, + "pos": { + "x": 203390, + "y": 143006, + "z": 431820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 3, + "pos": { + "x": 168925, + "y": 145993, + "z": 446816 + }, + "rot": { + "x": 0, + "y": 180315, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 7, + "instId": 300005, + "propState": 3, + "pos": { + "x": 183649, + "y": 146008, + "z": 431929 + }, + "rot": { + "x": 0, + "y": 180315, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 7, + "instId": 300006, + "propState": 3, + "pos": { + "x": 193574, + "y": 146098, + "z": 441745 + }, + "rot": { + "x": 0, + "y": 90316, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 7, + "instId": 300007, + "propState": 8, + "pos": { + "x": 178849, + "y": 146083, + "z": 456632 + }, + "rot": { + "x": 0, + "y": 90316, + "z": 0 + }, + "propId": 103007 + }, + { + "groupId": 7, + "instId": 300008, + "propState": 8, + "pos": { + "x": 188557, + "y": 146013, + "z": 426966 + }, + "rot": { + "x": 0, + "y": 90316, + "z": 0 + }, + "propId": 103007 + } + ], + "monsters": [ + { + "groupId": 10, + "instId": 200001, + "eventId": 44301101, + "pos": { + "x": -350640, + "y": -5670, + "z": -104234 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3011010 + }, + { + "groupId": 14, + "instId": 200001, + "eventId": 44301302, + "pos": { + "x": -347860, + "y": 5355, + "z": -77227 + }, + "rot": { + "x": 0, + "y": 91039, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 15, + "instId": 200001, + "eventId": 44301201, + "pos": { + "x": -331230, + "y": -18465, + "z": -50337 + }, + "rot": { + "x": 0, + "y": 304900, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 8, + "instId": 200001, + "eventId": 44301101, + "pos": { + "x": -356520, + "y": -6470, + "z": -104230 + }, + "rot": { + "x": 0, + "y": 310565, + "z": 0 + }, + "monsterId": 3011010 + }, + { + "groupId": 9, + "instId": 200001, + "eventId": 44301101, + "pos": { + "x": -326860, + "y": -5440, + "z": -50340 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 3011010 + }, + { + "groupId": 13, + "instId": 200002, + "eventId": 44301102, + "pos": { + "x": -315120, + "y": -5660, + "z": -104234 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3011010 + }, + { + "groupId": 17, + "instId": 200001, + "eventId": 44301201, + "pos": { + "x": -341767, + "y": -32186, + "z": -77333 + }, + "rot": { + "x": 0, + "y": 270100, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 8, + "instId": 200002, + "eventId": 20131001, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 12, + "instId": 200001, + "eventId": 10301299, + "pos": { + "x": -129505, + "y": 16077, + "z": -152013 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3002011 + }, + { + "groupId": 12, + "instId": 200002, + "eventId": 10301299, + "pos": { + "x": -152999, + "y": 16077, + "z": -156773 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3002011 + }, + { + "groupId": 16, + "instId": 200002, + "eventId": 20131001, + "pos": { + "x": 161040, + "y": -39465, + "z": 165972 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 7010011 + }, + { + "groupId": 19, + "instId": 200001, + "eventId": 10301299, + "pos": { + "x": -105001, + "y": -59826, + "z": 46657 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 3002011 + }, + { + "groupId": 19, + "instId": 200003, + "eventId": 10301299, + "pos": { + "x": -92940, + "y": -58798, + "z": 52449 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 3002011 + }, + { + "groupId": 17, + "instId": 200002, + "eventId": 20131001, + "pos": { + "x": 161040, + "y": -39465, + "z": 165972 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 7010011 + }, + { + "groupId": 18, + "instId": 200001, + "eventId": 10301299, + "pos": { + "x": 136359, + "y": -37038, + "z": 192288 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 3002011 + }, + { + "groupId": 18, + "instId": 200002, + "eventId": 10301299, + "pos": { + "x": 142481, + "y": -37038, + "z": 169373 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 3001021 + }, + { + "groupId": 18, + "instId": 200003, + "eventId": 10301299, + "pos": { + "x": 152475, + "y": -37038, + "z": 188718 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 3002011 + }, + { + "groupId": 4, + "instId": 200002, + "eventId": 20131001, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3002010 + }, + { + "groupId": 6, + "instId": 200002, + "eventId": 10301299, + "pos": { + "x": 383489, + "y": 119135, + "z": 600438 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 3002011 + }, + { + "groupId": 6, + "instId": 200001, + "eventId": 10301299, + "pos": { + "x": 389360, + "y": 119135, + "z": 603430 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 3001021 + } + ], + "teleports": [ + { + "anchorId": 1, + "groupId": 25, + "instId": 300001, + "pos": { + "x": 71960, + "y": -19500, + "z": -560380 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "teleportId": 2102 + }, + { + "anchorId": 1, + "groupId": 20, + "instId": 300001, + "pos": { + "x": 69550, + "y": -19507, + "z": -530740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "teleportId": 2102 + }, + { + "anchorId": 1, + "groupId": 26, + "instId": 300001, + "pos": { + "x": 41347, + "y": -10626, + "z": -530914 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "teleportId": 2102 + }, + { + "anchorId": 1, + "groupId": 17, + "instId": 300001, + "pos": { + "x": 71960, + "y": -19500, + "z": -560380 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 44302, + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 8, + "pos": { + "x": 87510, + "y": 98000, + "z": 84577 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 8, + "pos": { + "x": 93510, + "y": 98000, + "z": 84577 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 8, + "pos": { + "x": 93719, + "y": 98010, + "z": 84076 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 35, + "instId": 300001, + "propState": 8, + "pos": { + "x": 15010, + "y": 98338, + "z": 72850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": 87510, + "y": 98000, + "z": 84577 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 8, + "pos": { + "x": 93510, + "y": 98000, + "z": 84577 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 8, + "pos": { + "x": 80669, + "y": 98010, + "z": 84930 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 8, + "pos": { + "x": 75454, + "y": 85987, + "z": 114582 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 8, + "pos": { + "x": 81453, + "y": 85985, + "z": 114582 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 12, + "instId": 300003, + "propState": 8, + "pos": { + "x": 87882, + "y": 91438, + "z": 114580 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 36, + "instId": 300001, + "propState": 8, + "pos": { + "x": 14930, + "y": 98300, + "z": 90310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": 63860, + "y": 169909, + "z": 495700 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 1, + "pos": { + "x": 40090, + "y": 166806, + "z": 495700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 1, + "pos": { + "x": 63860, + "y": 166806, + "z": 495700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 3, + "pos": { + "x": 46032, + "y": 169909, + "z": 513528 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 6, + "instId": 300005, + "propState": 3, + "pos": { + "x": 34147, + "y": 169909, + "z": 501643 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": 87203, + "y": 173071, + "z": 476545 + }, + "rot": { + "x": 0, + "y": 270032, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 1, + "pos": { + "x": 51170, + "y": 169932, + "z": 490080 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 1, + "pos": { + "x": 69200, + "y": 169880, + "z": 508090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 3, + "pos": { + "x": 42165, + "y": 173009, + "z": 499095 + }, + "rot": { + "x": 0, + "y": 90032, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 7, + "instId": 300005, + "propState": 3, + "pos": { + "x": 51180, + "y": 172983, + "z": 508100 + }, + "rot": { + "x": 0, + "y": 32, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 7, + "instId": 300006, + "propState": 3, + "pos": { + "x": 60185, + "y": 173008, + "z": 499085 + }, + "rot": { + "x": 0, + "y": 32, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 7, + "instId": 300007, + "propState": 3, + "pos": { + "x": 73693, + "y": 173046, + "z": 485563 + }, + "rot": { + "x": 0, + "y": 32, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 7, + "instId": 300008, + "propState": 3, + "pos": { + "x": 82708, + "y": 173020, + "z": 494568 + }, + "rot": { + "x": 0, + "y": 32, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": 20121, + "y": 198648, + "z": 471102 + }, + "rot": { + "x": 0, + "y": 358363, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 1, + "pos": { + "x": 38371, + "y": 194821, + "z": 471350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 1, + "pos": { + "x": 32710, + "y": 180509, + "z": 509730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 3, + "pos": { + "x": 24318, + "y": 193636, + "z": 483978 + }, + "rot": { + "x": 0, + "y": 89220, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 6, + "instId": 300005, + "propState": 3, + "pos": { + "x": 33198, + "y": 190052, + "z": 492645 + }, + "rot": { + "x": 0, + "y": 89220, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 6, + "instId": 300006, + "propState": 3, + "pos": { + "x": 37394, + "y": 185040, + "z": 505521 + }, + "rot": { + "x": 0, + "y": 178363, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 6, + "instId": 300007, + "propState": 3, + "pos": { + "x": 47252, + "y": 194340, + "z": 480017 + }, + "rot": { + "x": 0, + "y": 178363, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 6, + "instId": 300008, + "propState": 3, + "pos": { + "x": 46764, + "y": 187899, + "z": 497102 + }, + "rot": { + "x": 0, + "y": 178363, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 6, + "instId": 300009, + "propState": 3, + "pos": { + "x": 46275, + "y": 181457, + "z": 514188 + }, + "rot": { + "x": 0, + "y": 89220, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 6, + "instId": 300010, + "propState": 3, + "pos": { + "x": 56133, + "y": 190757, + "z": 488684 + }, + "rot": { + "x": 0, + "y": 89220, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 6, + "instId": 300011, + "propState": 3, + "pos": { + "x": 55644, + "y": 184316, + "z": 505769 + }, + "rot": { + "x": 0, + "y": 178363, + "z": 0 + }, + "propId": 103006 + }, + { + "groupId": 6, + "instId": 300012, + "propState": 8, + "pos": { + "x": 42079, + "y": 186469, + "z": 501312 + }, + "rot": { + "x": 0, + "y": 89220, + "z": 0 + }, + "propId": 103007 + } + ], + "monsters": [], + "teleports": [ + { + "anchorId": 1, + "groupId": 35, + "instId": 300001, + "pos": { + "x": 16431, + "y": 98000, + "z": 69877 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "teleportId": 2102 + }, + { + "anchorId": 1, + "groupId": 36, + "instId": 300001, + "pos": { + "x": 16316, + "y": 98000, + "z": 93198 + }, + "rot": { + "x": 0, + "y": 160000, + "z": 0 + }, + "teleportId": 2102 + } + ] + }, + { + "planeID": 44303, + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 1, + "pos": { + "x": 146218, + "y": 28084, + "z": -175913 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 8, + "pos": { + "x": 81346, + "y": 22089, + "z": -196925 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 1, + "pos": { + "x": -81320, + "y": 22100, + "z": -196809 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 7, + "instId": 300006, + "propState": 1, + "pos": { + "x": -125303, + "y": 22090, + "z": -148889 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 7, + "instId": 300007, + "propState": 1, + "pos": { + "x": -155408, + "y": 22090, + "z": -148889 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 7, + "instId": 300008, + "propState": 1, + "pos": { + "x": -135344, + "y": -4910, + "z": -61779 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 7, + "instId": 300009, + "propState": 1, + "pos": { + "x": 149255, + "y": 28111, + "z": -130927 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103032 + }, + { + "groupId": 7, + "instId": 300010, + "propState": 8, + "pos": { + "x": 110204, + "y": 22109, + "z": -217944 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 7, + "instId": 300011, + "propState": 8, + "pos": { + "x": -156331, + "y": -4910, + "z": -79773 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 8, + "pos": { + "x": -188501, + "y": 16040, + "z": -55890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 7, + "instId": 300012, + "propState": 1, + "pos": { + "x": -156415, + "y": -10910, + "z": -130932 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 7, + "instId": 300013, + "propState": 1, + "pos": { + "x": -165403, + "y": -10910, + "z": -139927 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 7, + "instId": 300015, + "propState": 8, + "pos": { + "x": -81322, + "y": -16910, + "z": -196913 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 7, + "instId": 300016, + "propState": 8, + "pos": { + "x": -84221, + "y": -16868, + "z": -198931 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 7, + "instId": 300017, + "propState": 8, + "pos": { + "x": 79741, + "y": 22090, + "z": -200440 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 7, + "instId": 300018, + "propState": 1, + "pos": { + "x": -173385, + "y": 22081, + "z": -148887 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103032 + }, + { + "groupId": 7, + "instId": 300014, + "propState": 8, + "pos": { + "x": -190551, + "y": 16032, + "z": -52573 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 7, + "instId": 300005, + "propState": 8, + "pos": { + "x": -116165, + "y": 22090, + "z": -175809 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 7, + "instId": 300019, + "propState": 8, + "pos": { + "x": -140501, + "y": 21032, + "z": -37902 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 7, + "instId": 300020, + "propState": 8, + "pos": { + "x": -125488, + "y": 28032, + "z": -40907 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 8, + "instId": 300006, + "propState": 8, + "pos": { + "x": 159229, + "y": 27793, + "z": -139048 + }, + "rot": { + "x": 0, + "y": 15697, + "z": 0 + }, + "propId": 103013 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 1, + "pos": { + "x": 70987, + "y": -16918, + "z": -249130 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 1, + "pos": { + "x": 73440, + "y": 22090, + "z": -243065 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 8, + "pos": { + "x": -67698, + "y": -16918, + "z": -249130 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 9, + "instId": 300004, + "propState": 1, + "pos": { + "x": -73516, + "y": 22090, + "z": -246650 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 9, + "instId": 300005, + "propState": 8, + "pos": { + "x": -125968, + "y": 21032, + "z": -33553 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 9, + "instId": 300006, + "propState": 8, + "pos": { + "x": -125968, + "y": 21032, + "z": -30254 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 9, + "instId": 300007, + "propState": 1, + "pos": { + "x": -126790, + "y": -4906, + "z": -30006 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 9, + "instId": 300008, + "propState": 1, + "pos": { + "x": -126790, + "y": -4906, + "z": -33305 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 9, + "instId": 300010, + "propState": 1, + "pos": { + "x": 120500, + "y": 32410, + "z": -337990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 9, + "instId": 300011, + "propState": 1, + "pos": { + "x": 264503, + "y": 32420, + "z": -310455 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 9, + "instId": 300012, + "propState": 8, + "pos": { + "x": 261211, + "y": 32420, + "z": -410195 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 20, + "instId": 300001, + "propState": 8, + "pos": { + "x": -155540, + "y": 28031, + "z": 1073 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103040 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 1, + "pos": { + "x": 146218, + "y": 28084, + "z": -175913 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 8, + "pos": { + "x": 81346, + "y": 22089, + "z": -196925 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 8, + "pos": { + "x": -81320, + "y": 22100, + "z": -196809 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 5, + "instId": 300006, + "propState": 1, + "pos": { + "x": -125303, + "y": 22090, + "z": -148889 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 5, + "instId": 300007, + "propState": 1, + "pos": { + "x": -155408, + "y": 22090, + "z": -148889 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 5, + "instId": 300008, + "propState": 1, + "pos": { + "x": -135344, + "y": -4910, + "z": -61779 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 5, + "instId": 300009, + "propState": 1, + "pos": { + "x": 149255, + "y": 28111, + "z": -130927 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103032 + }, + { + "groupId": 5, + "instId": 300010, + "propState": 8, + "pos": { + "x": 110204, + "y": 22109, + "z": -217944 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 5, + "instId": 300011, + "propState": 8, + "pos": { + "x": -156331, + "y": -4910, + "z": -79773 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 5, + "instId": 300004, + "propState": 8, + "pos": { + "x": -188501, + "y": 16040, + "z": -55890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 5, + "instId": 300012, + "propState": 1, + "pos": { + "x": -156415, + "y": -10910, + "z": -130932 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 5, + "instId": 300013, + "propState": 1, + "pos": { + "x": -165403, + "y": -10910, + "z": -139927 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 5, + "instId": 300015, + "propState": 8, + "pos": { + "x": -81322, + "y": -16910, + "z": -196913 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 5, + "instId": 300016, + "propState": 8, + "pos": { + "x": -84221, + "y": -16868, + "z": -198931 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 5, + "instId": 300017, + "propState": 8, + "pos": { + "x": 79741, + "y": 22090, + "z": -200440 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 5, + "instId": 300018, + "propState": 1, + "pos": { + "x": -173385, + "y": 22081, + "z": -148887 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103032 + }, + { + "groupId": 5, + "instId": 300014, + "propState": 8, + "pos": { + "x": -190551, + "y": 16032, + "z": -52573 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 5, + "instId": 300005, + "propState": 8, + "pos": { + "x": -116165, + "y": 22090, + "z": -175809 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 5, + "instId": 300019, + "propState": 8, + "pos": { + "x": -140501, + "y": 21043, + "z": -37849 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 5, + "instId": 300020, + "propState": 8, + "pos": { + "x": -140500, + "y": 20968, + "z": -25702 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103040 + }, + { + "groupId": 5, + "instId": 300021, + "propState": 8, + "pos": { + "x": -140501, + "y": 22086, + "z": -125874 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 5, + "instId": 300022, + "propState": 8, + "pos": { + "x": -116130, + "y": 22096, + "z": -248041 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 5, + "instId": 300023, + "propState": 8, + "pos": { + "x": -125488, + "y": 28032, + "z": -40900 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 6, + "instId": 300006, + "propState": 8, + "pos": { + "x": 159229, + "y": 27793, + "z": -139048 + }, + "rot": { + "x": 0, + "y": 15697, + "z": 0 + }, + "propId": 103013 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 1, + "pos": { + "x": 70987, + "y": -16918, + "z": -249130 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 1, + "pos": { + "x": 73440, + "y": 22090, + "z": -243065 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 8, + "pos": { + "x": -67698, + "y": -16918, + "z": -249130 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 1, + "pos": { + "x": -73516, + "y": 22090, + "z": -246650 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 7, + "instId": 300007, + "propState": 1, + "pos": { + "x": -126790, + "y": -4906, + "z": -30006 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 7, + "instId": 300008, + "propState": 1, + "pos": { + "x": -126790, + "y": -4906, + "z": -33305 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 7, + "instId": 300010, + "propState": 1, + "pos": { + "x": 120500, + "y": 32410, + "z": -337990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 7, + "instId": 300011, + "propState": 1, + "pos": { + "x": 264503, + "y": 32420, + "z": -310455 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 7, + "instId": 300012, + "propState": 8, + "pos": { + "x": 261211, + "y": 32420, + "z": -410195 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 1, + "pos": { + "x": -81320, + "y": 22100, + "z": -196809 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 5, + "instId": 300004, + "propState": 1, + "pos": { + "x": -188501, + "y": 16040, + "z": -55890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 5, + "instId": 300014, + "propState": 1, + "pos": { + "x": -190551, + "y": 16032, + "z": -52573 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 5, + "instId": 300019, + "propState": 8, + "pos": { + "x": -140514, + "y": 19032, + "z": -103854 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 5, + "instId": 300020, + "propState": 8, + "pos": { + "x": -125488, + "y": 28032, + "z": -40900 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 5, + "instId": 300021, + "propState": 1, + "pos": { + "x": -185501, + "y": 16032, + "z": -76900 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 5, + "instId": 300022, + "propState": 1, + "pos": { + "x": -161501, + "y": 16032, + "z": -76900 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 5, + "instId": 300023, + "propState": 1, + "pos": { + "x": -140501, + "y": 16032, + "z": -55920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 5, + "instId": 300024, + "propState": 1, + "pos": { + "x": -140501, + "y": 21032, + "z": -37900 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 5, + "instId": 300025, + "propState": 1, + "pos": { + "x": -113501, + "y": 28032, + "z": -40900 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 7, + "instId": 300005, + "propState": 8, + "pos": { + "x": -125968, + "y": 21032, + "z": -33553 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 7, + "instId": 300006, + "propState": 8, + "pos": { + "x": -125968, + "y": 21032, + "z": -30254 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 37, + "instId": 300001, + "propState": 8, + "pos": { + "x": -133330, + "y": 28062, + "z": -30450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 37, + "instId": 300002, + "propState": 8, + "pos": { + "x": -141677, + "y": 29035, + "z": -6260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "monsters": [], + "teleports": [] + }, + { + "planeID": 44305, + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 8, + "pos": { + "x": 334840, + "y": 31720, + "z": 424950 + }, + "rot": { + "x": 0, + "y": 235677, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 3, + "instId": 300007, + "propState": 8, + "pos": { + "x": 328680, + "y": 31720, + "z": 409470 + }, + "rot": { + "x": 0, + "y": 89318, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 8, + "pos": { + "x": 371160, + "y": 43730, + "z": 409570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 3, + "instId": 300005, + "propState": 8, + "pos": { + "x": 371410, + "y": 50550, + "z": 396251 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 3, + "instId": 300006, + "propState": 8, + "pos": { + "x": 339458, + "y": 31720, + "z": 424878 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 8, + "pos": { + "x": 338726, + "y": 31720, + "z": 417971 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 8, + "pos": { + "x": 359591, + "y": 31720, + "z": 410110 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 8, + "pos": { + "x": 335970, + "y": 31720, + "z": 423850 + }, + "rot": { + "x": 0, + "y": 138697, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": 348520, + "y": 31720, + "z": 417700 + }, + "rot": { + "x": 0, + "y": 260000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": 361690, + "y": 31730, + "z": 415410 + }, + "rot": { + "x": 0, + "y": 271757, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 8, + "pos": { + "x": 353230, + "y": 31720, + "z": 418970 + }, + "rot": { + "x": 0, + "y": 269532, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 1, + "pos": { + "x": 374246, + "y": 31734, + "z": 421320 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103051 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 1, + "pos": { + "x": 368545, + "y": 43730, + "z": 409570 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103051 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 8, + "pos": { + "x": 356490, + "y": 31720, + "z": 409370 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103030 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 8, + "pos": { + "x": 389330, + "y": 50120, + "z": 436618 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103030 + }, + { + "groupId": 7, + "instId": 300005, + "propState": 2, + "pos": { + "x": 353350, + "y": 50120, + "z": 436560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103030 + }, + { + "groupId": 7, + "instId": 300006, + "propState": 8, + "pos": { + "x": 359297, + "y": 43720, + "z": 436431 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 7, + "instId": 300007, + "propState": 1, + "pos": { + "x": 350464, + "y": 43730, + "z": 439630 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103051 + }, + { + "groupId": 7, + "instId": 300008, + "propState": 1, + "pos": { + "x": 368545, + "y": 50560, + "z": 396063 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103051 + }, + { + "groupId": 7, + "instId": 300009, + "propState": 8, + "pos": { + "x": 375165, + "y": 50328, + "z": 425661 + }, + "rot": { + "x": 0, + "y": 70673, + "z": 0 + }, + "propId": 103142 + }, + { + "groupId": 7, + "instId": 300010, + "propState": 8, + "pos": { + "x": 375095, + "y": 50328, + "z": 429072 + }, + "rot": { + "x": 0, + "y": 124876, + "z": 0 + }, + "propId": 103142 + }, + { + "groupId": 7, + "instId": 300011, + "propState": 8, + "pos": { + "x": 374927, + "y": 50328, + "z": 428084 + }, + "rot": { + "x": 0, + "y": 94791, + "z": 0 + }, + "propId": 103142 + }, + { + "groupId": 7, + "instId": 300012, + "propState": 8, + "pos": { + "x": 363355, + "y": 50328, + "z": 440860 + }, + "rot": { + "x": 0, + "y": 19042, + "z": 0 + }, + "propId": 103142 + }, + { + "groupId": 7, + "instId": 300013, + "propState": 8, + "pos": { + "x": 383315, + "y": 50120, + "z": 442390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 7, + "instId": 300014, + "propState": 8, + "pos": { + "x": 367595, + "y": 43916, + "z": 446962 + }, + "rot": { + "x": 0, + "y": 17712, + "z": 0 + }, + "propId": 103142 + }, + { + "groupId": 7, + "instId": 300015, + "propState": 8, + "pos": { + "x": 374880, + "y": 50129, + "z": 427438 + }, + "rot": { + "x": 0, + "y": 89506, + "z": 0 + }, + "propId": 109 + }, + { + "groupId": 7, + "instId": 300016, + "propState": 8, + "pos": { + "x": 367951, + "y": 50126, + "z": 427340 + }, + "rot": { + "x": 0, + "y": 90403, + "z": 0 + }, + "propId": 109 + }, + { + "groupId": 7, + "instId": 300017, + "propState": 8, + "pos": { + "x": 368443, + "y": 43730, + "z": 409577 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 7, + "instId": 300018, + "propState": 8, + "pos": { + "x": 368545, + "y": 50560, + "z": 396063 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 7, + "instId": 300019, + "propState": 8, + "pos": { + "x": 368304, + "y": 50315, + "z": 426604 + }, + "rot": { + "x": 0, + "y": 93299, + "z": 0 + }, + "propId": 103142 + }, + { + "groupId": 7, + "instId": 300020, + "propState": 8, + "pos": { + "x": 368000, + "y": 50315, + "z": 425174 + }, + "rot": { + "x": 0, + "y": 130542, + "z": 0 + }, + "propId": 103142 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": 376900, + "y": 43730, + "z": 426420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 8, + "pos": { + "x": 365250, + "y": 43720, + "z": 444970 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 8, + "pos": { + "x": 355170, + "y": 43720, + "z": 439490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 8, + "pos": { + "x": 353911, + "y": 48485, + "z": 442648 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 8, + "pos": { + "x": 370480, + "y": 43730, + "z": 424520 + }, + "rot": { + "x": 0, + "y": 260000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": 372996, + "y": 43732, + "z": 430610 + }, + "rot": { + "x": 0, + "y": 89520, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 8, + "pos": { + "x": 360920, + "y": 43732, + "z": 441858 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 8, + "pos": { + "x": 371160, + "y": 50120, + "z": 428160 + }, + "rot": { + "x": 0, + "y": 260000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 8, + "pos": { + "x": 371221, + "y": 50120, + "z": 429022 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 2, + "pos": { + "x": 377610, + "y": 50120, + "z": 427574 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103068 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 8, + "pos": { + "x": 375972, + "y": 50120, + "z": 424190 + }, + "rot": { + "x": 0, + "y": 43406, + "z": 0 + }, + "propId": 103055 + }, + { + "groupId": 17, + "instId": 300003, + "propState": 8, + "pos": { + "x": 377564, + "y": 50120, + "z": 424190 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103055 + }, + { + "groupId": 17, + "instId": 300004, + "propState": 8, + "pos": { + "x": 377610, + "y": 50120, + "z": 427574 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300001, + "propState": 1, + "pos": { + "x": 374246, + "y": 31734, + "z": 421320 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103051 + }, + { + "groupId": 25, + "instId": 300002, + "propState": 1, + "pos": { + "x": 368545, + "y": 43730, + "z": 409570 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103051 + }, + { + "groupId": 25, + "instId": 300003, + "propState": 8, + "pos": { + "x": 371169, + "y": 43730, + "z": 409570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 26, + "instId": 300001, + "propState": 1, + "pos": { + "x": 350464, + "y": 43730, + "z": 439630 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103051 + }, + { + "groupId": 26, + "instId": 300002, + "propState": 1, + "pos": { + "x": 368545, + "y": 50560, + "z": 396063 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103051 + }, + { + "groupId": 26, + "instId": 300003, + "propState": 8, + "pos": { + "x": 371551, + "y": 50560, + "z": 396063 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 41, + "instId": 300001, + "propState": 8, + "pos": { + "x": 371410, + "y": 50550, + "z": 407276 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 20, + "instId": 300001, + "propState": 8, + "pos": { + "x": -48248, + "y": 54106, + "z": 115068 + }, + "rot": { + "x": 0, + "y": 43472, + "z": 0 + }, + "propId": 103139 + }, + { + "groupId": 22, + "instId": 300001, + "propState": 8, + "pos": { + "x": -115576, + "y": 56689, + "z": -126518 + }, + "rot": { + "x": 0, + "y": 31545, + "z": 0 + }, + "propId": 103139 + }, + { + "groupId": 25, + "instId": 300001, + "propState": 8, + "pos": { + "x": -25617, + "y": 56182, + "z": 165247 + }, + "rot": { + "x": 0, + "y": 71793, + "z": 0 + }, + "propId": 103139 + }, + { + "groupId": 48, + "instId": 300001, + "propState": 8, + "pos": { + "x": -19050, + "y": 56187, + "z": 164369 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 48, + "instId": 300002, + "propState": 8, + "pos": { + "x": -119820, + "y": 56689, + "z": -124050 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 61, + "instId": 300001, + "propState": 101, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103186 + }, + { + "groupId": 61, + "instId": 300002, + "propState": 1, + "pos": { + "x": -172800, + "y": 64400, + "z": 6310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103098 + }, + { + "groupId": 61, + "instId": 300003, + "propState": 101, + "pos": { + "x": -184120, + "y": 63160, + "z": 6230 + }, + "rot": { + "x": 0, + "y": 59477, + "z": 0 + }, + "propId": 103214 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 8, + "pos": { + "x": -179190, + "y": -4760, + "z": -79740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 55, + "instId": 300002, + "propState": 8, + "pos": { + "x": -116121, + "y": 22100, + "z": -248043 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 58, + "instId": 300027, + "propState": 8, + "pos": { + "x": -133985, + "y": 25110, + "z": -257049 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300028, + "propState": 8, + "pos": { + "x": -98911, + "y": 16110, + "z": -268991 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 61, + "instId": 300002, + "propState": 8, + "pos": { + "x": -137098, + "y": 22260, + "z": -285066 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103208 + }, + { + "groupId": 61, + "instId": 300004, + "propState": 8, + "pos": { + "x": -136939, + "y": 12600, + "z": -266117 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103208 + }, + { + "groupId": 61, + "instId": 300001, + "propState": 8, + "pos": { + "x": -134040, + "y": 19290, + "z": -260020 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103209 + }, + { + "groupId": 61, + "instId": 300003, + "propState": 8, + "pos": { + "x": -95182, + "y": 22260, + "z": -257033 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103208 + }, + { + "groupId": 61, + "instId": 300005, + "propState": 8, + "pos": { + "x": -95235, + "y": 16100, + "z": -268885 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103208 + }, + { + "groupId": 61, + "instId": 300006, + "propState": 8, + "pos": { + "x": 227855, + "y": 33181, + "z": -268491 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 81, + "instId": 300001, + "propState": 8, + "pos": { + "x": 67900, + "y": -19200, + "z": -559630 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + }, + { + "groupId": 85, + "instId": 300027, + "propState": 8, + "pos": { + "x": -137130, + "y": 26487, + "z": -268090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 85, + "instId": 300001, + "propState": 8, + "pos": { + "x": -137130, + "y": 34150, + "z": -270504 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 85, + "instId": 300002, + "propState": 8, + "pos": { + "x": -137130, + "y": 31148, + "z": -283978 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 86, + "instId": 300027, + "propState": 8, + "pos": { + "x": -131101, + "y": 12441, + "z": -266180 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 97, + "instId": 300027, + "propState": 8, + "pos": { + "x": -95157, + "y": 30015, + "z": -268881 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 109, + "instId": 300001, + "propState": 12, + "pos": { + "x": -116100, + "y": 22080, + "z": -286550 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60303 + }, + { + "groupId": 40, + "instId": 300001, + "propState": 1, + "pos": { + "x": 146218, + "y": 28084, + "z": -175913 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 40, + "instId": 300002, + "propState": 8, + "pos": { + "x": 81346, + "y": 22089, + "z": -196925 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 40, + "instId": 300003, + "propState": 1, + "pos": { + "x": -81320, + "y": 22100, + "z": -196809 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 40, + "instId": 300006, + "propState": 1, + "pos": { + "x": -125303, + "y": 22090, + "z": -148889 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 40, + "instId": 300007, + "propState": 1, + "pos": { + "x": -155408, + "y": 22090, + "z": -148889 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 40, + "instId": 300008, + "propState": 1, + "pos": { + "x": -135344, + "y": -4910, + "z": -61779 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 40, + "instId": 300009, + "propState": 1, + "pos": { + "x": 149255, + "y": 28111, + "z": -130927 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103032 + }, + { + "groupId": 40, + "instId": 300010, + "propState": 8, + "pos": { + "x": 110204, + "y": 22109, + "z": -217944 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 40, + "instId": 300011, + "propState": 8, + "pos": { + "x": -156331, + "y": -4910, + "z": -79773 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 40, + "instId": 300004, + "propState": 8, + "pos": { + "x": -188501, + "y": 16040, + "z": -55890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 40, + "instId": 300012, + "propState": 1, + "pos": { + "x": -156415, + "y": -10910, + "z": -130932 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 40, + "instId": 300013, + "propState": 1, + "pos": { + "x": -165403, + "y": -10910, + "z": -139927 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 40, + "instId": 300015, + "propState": 8, + "pos": { + "x": -81322, + "y": -16910, + "z": -196913 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 40, + "instId": 300016, + "propState": 8, + "pos": { + "x": -83505, + "y": -16868, + "z": -198931 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 40, + "instId": 300017, + "propState": 8, + "pos": { + "x": 80139, + "y": 22090, + "z": -199564 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 40, + "instId": 300018, + "propState": 1, + "pos": { + "x": -173385, + "y": 22081, + "z": -148887 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103032 + }, + { + "groupId": 40, + "instId": 300014, + "propState": 8, + "pos": { + "x": -190551, + "y": 16032, + "z": -53857 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 40, + "instId": 300005, + "propState": 8, + "pos": { + "x": -116165, + "y": 22090, + "z": -175809 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 44, + "instId": 300003, + "propState": 8, + "pos": { + "x": -359870, + "y": -2850, + "z": -103923 + }, + "rot": { + "x": 0, + "y": 5515, + "z": 0 + }, + "propId": 103208 + }, + { + "groupId": 44, + "instId": 300004, + "propState": 8, + "pos": { + "x": -314909, + "y": -8770, + "z": -50386 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103208 + }, + { + "groupId": 44, + "instId": 300002, + "propState": 8, + "pos": { + "x": -359911, + "y": -8860, + "z": -53000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103208 + }, + { + "groupId": 44, + "instId": 300006, + "propState": 8, + "pos": { + "x": -353870, + "y": 5518, + "z": -50430 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103208 + }, + { + "groupId": 44, + "instId": 300001, + "propState": 8, + "pos": { + "x": -359911, + "y": -8775, + "z": -96000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103208 + }, + { + "groupId": 44, + "instId": 300005, + "propState": 8, + "pos": { + "x": -332962, + "y": -8663, + "z": -104271 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103208 + }, + { + "groupId": 44, + "instId": 300007, + "propState": 8, + "pos": { + "x": -359911, + "y": -8790, + "z": -77215 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103208 + }, + { + "groupId": 45, + "instId": 300004, + "propState": 1, + "pos": { + "x": -329900, + "y": -8750, + "z": -56250 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 45, + "instId": 300005, + "propState": 1, + "pos": { + "x": -323906, + "y": -8750, + "z": -56250 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 45, + "instId": 300006, + "propState": 1, + "pos": { + "x": -329840, + "y": -8750, + "z": -104250 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 45, + "instId": 300007, + "propState": 1, + "pos": { + "x": -323885, + "y": -8750, + "z": -104250 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 45, + "instId": 300001, + "propState": 1, + "pos": { + "x": -329710, + "y": -8790, + "z": -74172 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 45, + "instId": 300002, + "propState": 1, + "pos": { + "x": -329710, + "y": -8790, + "z": -68172 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 45, + "instId": 300003, + "propState": 1, + "pos": { + "x": -347711, + "y": -8750, + "z": -80290 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 45, + "instId": 300008, + "propState": 1, + "pos": { + "x": -341706, + "y": -8750, + "z": -80290 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 47, + "instId": 300001, + "propState": 8, + "pos": { + "x": -332744, + "y": -8748, + "z": -101150 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 47, + "instId": 300002, + "propState": 8, + "pos": { + "x": -332690, + "y": -8750, + "z": -77070 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 47, + "instId": 300003, + "propState": 8, + "pos": { + "x": -332980, + "y": -8750, + "z": -53208 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 47, + "instId": 300004, + "propState": 8, + "pos": { + "x": -314911, + "y": -8750, + "z": -53084 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 47, + "instId": 300005, + "propState": 8, + "pos": { + "x": -347927, + "y": -8780, + "z": -77313 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 47, + "instId": 300006, + "propState": 8, + "pos": { + "x": -353876, + "y": -8750, + "z": -55286 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 48, + "instId": 300001, + "propState": 8, + "pos": { + "x": -353801, + "y": -8819, + "z": -68340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 48, + "instId": 300002, + "propState": 8, + "pos": { + "x": -353801, + "y": -8819, + "z": -74340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 48, + "instId": 300003, + "propState": 8, + "pos": { + "x": -353852, + "y": -8860, + "z": -60897 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 49, + "instId": 300003, + "propState": 8, + "pos": { + "x": -348682, + "y": -8772, + "z": -98167 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 49, + "instId": 300001, + "propState": 8, + "pos": { + "x": -347830, + "y": -8750, + "z": -104250 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 49, + "instId": 300002, + "propState": 8, + "pos": { + "x": -341860, + "y": -8750, + "z": -104250 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 50, + "instId": 300001, + "propState": 8, + "pos": { + "x": -353801, + "y": -8819, + "z": -86370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 50, + "instId": 300002, + "propState": 8, + "pos": { + "x": -353801, + "y": -8819, + "z": -92370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 50, + "instId": 300003, + "propState": 8, + "pos": { + "x": -353852, + "y": -8860, + "z": -78927 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 53, + "instId": 300001, + "propState": 12, + "pos": { + "x": -347848, + "y": 5835, + "z": -77283 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60303 + }, + { + "groupId": 56, + "instId": 300001, + "propState": 8, + "pos": { + "x": -353307, + "y": -2735, + "z": -104271 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 57, + "instId": 300001, + "propState": 8, + "pos": { + "x": -359870, + "y": -2539, + "z": -77274 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 57, + "instId": 300002, + "propState": 8, + "pos": { + "x": -359870, + "y": -2763, + "z": -56278 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 57, + "instId": 300003, + "propState": 8, + "pos": { + "x": -353870, + "y": 5643, + "z": -61900 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 57, + "instId": 300004, + "propState": 8, + "pos": { + "x": -359870, + "y": -2823, + "z": -92269 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300001, + "propState": 8, + "pos": { + "x": -332889, + "y": 225, + "z": -50540 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300002, + "propState": 8, + "pos": { + "x": -341791, + "y": -14415, + "z": -50320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 16, + "instId": 300005, + "propState": 8, + "pos": { + "x": 107398, + "y": 46705, + "z": -287181 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103208 + }, + { + "groupId": 16, + "instId": 300004, + "propState": 8, + "pos": { + "x": 166876, + "y": 35076, + "z": -257960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103208 + }, + { + "groupId": 16, + "instId": 300006, + "propState": 8, + "pos": { + "x": 125603, + "y": 35076, + "z": -258056 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103208 + }, + { + "groupId": 16, + "instId": 300007, + "propState": 8, + "pos": { + "x": 125230, + "y": 42140, + "z": -278647 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103208 + }, + { + "groupId": 16, + "instId": 300008, + "propState": 8, + "pos": { + "x": 152879, + "y": 35076, + "z": -249405 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103208 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 8, + "pos": { + "x": 107282, + "y": 32486, + "z": -282169 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103208 + }, + { + "groupId": 16, + "instId": 300003, + "propState": 8, + "pos": { + "x": 166876, + "y": 35076, + "z": -270030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103208 + }, + { + "groupId": 16, + "instId": 300001, + "propState": 8, + "pos": { + "x": 167200, + "y": 43178, + "z": -249332 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103208 + }, + { + "groupId": 16, + "instId": 300009, + "propState": 8, + "pos": { + "x": 166870, + "y": 42725, + "z": -278747 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103208 + }, + { + "groupId": 20, + "instId": 300001, + "propState": 8, + "pos": { + "x": 119250, + "y": 35055, + "z": -266930 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 8, + "pos": { + "x": 125263, + "y": 35055, + "z": -266930 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 20, + "instId": 300003, + "propState": 8, + "pos": { + "x": 126343, + "y": 35070, + "z": -273030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103192 + }, + { + "groupId": 21, + "instId": 300001, + "propState": 8, + "pos": { + "x": 143250, + "y": 35080, + "z": -273000 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 21, + "instId": 300002, + "propState": 8, + "pos": { + "x": 143250, + "y": 34870, + "z": -267000 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 21, + "instId": 300003, + "propState": 8, + "pos": { + "x": 142480, + "y": 35070, + "z": -273826 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 22, + "instId": 300001, + "propState": 8, + "pos": { + "x": 131238, + "y": 35073, + "z": -249002 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 22, + "instId": 300002, + "propState": 8, + "pos": { + "x": 130007, + "y": 35107, + "z": -250479 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 23, + "instId": 300001, + "propState": 8, + "pos": { + "x": 131319, + "y": 35070, + "z": -273014 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 8, + "pos": { + "x": 161313, + "y": 35070, + "z": -255030 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 23, + "instId": 300003, + "propState": 8, + "pos": { + "x": 131333, + "y": 35070, + "z": -257975 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 23, + "instId": 300004, + "propState": 8, + "pos": { + "x": 110007, + "y": 35080, + "z": -270008 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 23, + "instId": 300005, + "propState": 8, + "pos": { + "x": 110472, + "y": 32420, + "z": -281964 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 23, + "instId": 300006, + "propState": 8, + "pos": { + "x": -760826, + "y": -530363, + "z": -1450791 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 31, + "instId": 300001, + "propState": 8, + "pos": { + "x": 153029, + "y": 43846, + "z": -248987 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 31, + "instId": 300002, + "propState": 8, + "pos": { + "x": 150470, + "y": 48730, + "z": -249150 + }, + "rot": { + "x": 0, + "y": 167189, + "z": 0 + }, + "propId": 109 + }, + { + "groupId": 31, + "instId": 300003, + "propState": 8, + "pos": { + "x": 141910, + "y": 48730, + "z": -249150 + }, + "rot": { + "x": 0, + "y": 12811, + "z": 0 + }, + "propId": 109 + }, + { + "groupId": 31, + "instId": 300004, + "propState": 8, + "pos": { + "x": 146110, + "y": 47090, + "z": -249150 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 109 + }, + { + "groupId": 33, + "instId": 300001, + "propState": 8, + "pos": { + "x": 155430, + "y": 44508, + "z": -278540 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 33, + "instId": 300002, + "propState": 8, + "pos": { + "x": 150553, + "y": 32910, + "z": -278988 + }, + "rot": { + "x": 0, + "y": 12811, + "z": 0 + }, + "propId": 109 + }, + { + "groupId": 33, + "instId": 300003, + "propState": 8, + "pos": { + "x": 141995, + "y": 32910, + "z": -278988 + }, + "rot": { + "x": 0, + "y": 167189, + "z": 0 + }, + "propId": 109 + }, + { + "groupId": 33, + "instId": 300004, + "propState": 8, + "pos": { + "x": 134727, + "y": 42178, + "z": -278940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 33, + "instId": 300005, + "propState": 8, + "pos": { + "x": 146208, + "y": 34795, + "z": -278926 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 109 + }, + { + "groupId": 34, + "instId": 300001, + "propState": 8, + "pos": { + "x": 161250, + "y": 35110, + "z": -267000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 34, + "instId": 300002, + "propState": 8, + "pos": { + "x": 155250, + "y": 35110, + "z": -267000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 34, + "instId": 300003, + "propState": 8, + "pos": { + "x": 167090, + "y": 46750, + "z": -261000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 34, + "instId": 300004, + "propState": 8, + "pos": { + "x": 167090, + "y": 40750, + "z": -261000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 34, + "instId": 300005, + "propState": 8, + "pos": { + "x": 167200, + "y": 41000, + "z": -259500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 36, + "instId": 300001, + "propState": 12, + "pos": { + "x": 146275, + "y": 47046, + "z": -269430 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60303 + }, + { + "groupId": 38, + "instId": 300001, + "propState": 8, + "pos": { + "x": 149902, + "y": 47050, + "z": -269230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 38, + "instId": 300002, + "propState": 8, + "pos": { + "x": 148089, + "y": 47046, + "z": -266730 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 38, + "instId": 300003, + "propState": 8, + "pos": { + "x": 142602, + "y": 47050, + "z": -269230 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 38, + "instId": 300004, + "propState": 8, + "pos": { + "x": 144385, + "y": 47046, + "z": -266770 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 38, + "instId": 300005, + "propState": 8, + "pos": { + "x": 149860, + "y": 47050, + "z": -271030 + }, + "rot": { + "x": 0, + "y": 296555, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 38, + "instId": 300006, + "propState": 8, + "pos": { + "x": 149350, + "y": 47046, + "z": -267980 + }, + "rot": { + "x": 0, + "y": 236555, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 38, + "instId": 300007, + "propState": 8, + "pos": { + "x": 143320, + "y": 47050, + "z": -267760 + }, + "rot": { + "x": 0, + "y": 116555, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 38, + "instId": 300008, + "propState": 8, + "pos": { + "x": 142593, + "y": 47046, + "z": -271185 + }, + "rot": { + "x": 0, + "y": 53851, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 38, + "instId": 300009, + "propState": 8, + "pos": { + "x": 143663, + "y": 47046, + "z": -270171 + }, + "rot": { + "x": 0, + "y": 87691, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 38, + "instId": 300010, + "propState": 8, + "pos": { + "x": 148669, + "y": 47046, + "z": -270171 + }, + "rot": { + "x": 0, + "y": 267691, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 38, + "instId": 300011, + "propState": 8, + "pos": { + "x": 147603, + "y": 47046, + "z": -268461 + }, + "rot": { + "x": 0, + "y": 228377, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 38, + "instId": 300012, + "propState": 8, + "pos": { + "x": 144473, + "y": 47046, + "z": -268499 + }, + "rot": { + "x": 0, + "y": 143321, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 41, + "instId": 300001, + "propState": 8, + "pos": { + "x": 131250, + "y": 35090, + "z": -267000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 41, + "instId": 300002, + "propState": 8, + "pos": { + "x": 125250, + "y": 35090, + "z": -267000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 41, + "instId": 300003, + "propState": 8, + "pos": { + "x": 125230, + "y": 40500, + "z": -265250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 42, + "instId": 300001, + "propState": 8, + "pos": { + "x": 107246, + "y": 42322, + "z": -287230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 42, + "instId": 300002, + "propState": 8, + "pos": { + "x": 125230, + "y": 43563, + "z": -270389 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 43, + "instId": 300001, + "propState": 8, + "pos": { + "x": 167090, + "y": 40913, + "z": -255113 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 43, + "instId": 300002, + "propState": 8, + "pos": { + "x": 167090, + "y": 42717, + "z": -272971 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 45, + "instId": 300001, + "propState": 8, + "pos": { + "x": 124757, + "y": 47046, + "z": -287934 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 45, + "instId": 300002, + "propState": 8, + "pos": { + "x": 145469, + "y": 47046, + "z": -287386 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + } + ], + "monsters": [ + { + "groupId": 3, + "instId": 200002, + "eventId": 10301299, + "pos": { + "x": 125151, + "y": -30482, + "z": 168180 + }, + "rot": { + "x": 0, + "y": 160367, + "z": 0 + }, + "monsterId": 7010011 + }, + { + "groupId": 5, + "instId": 200001, + "eventId": 10301299, + "pos": { + "x": 348520, + "y": 31720, + "z": 417700 + }, + "rot": { + "x": 0, + "y": 93910, + "z": 0 + }, + "monsterId": 3002011 + }, + { + "groupId": 5, + "instId": 200002, + "eventId": 10301299, + "pos": { + "x": 359330, + "y": 31720, + "z": 426680 + }, + "rot": { + "x": 0, + "y": 31, + "z": 0 + }, + "monsterId": 3002011 + }, + { + "groupId": 9, + "instId": 200001, + "eventId": 10301299, + "pos": { + "x": 370480, + "y": 43730, + "z": 424520 + }, + "rot": { + "x": 0, + "y": 269844, + "z": 0 + }, + "monsterId": 3002011 + }, + { + "groupId": 9, + "instId": 200002, + "eventId": 10301299, + "pos": { + "x": 370987, + "y": 43730, + "z": 437202 + }, + "rot": { + "x": 0, + "y": 93910, + "z": 0 + }, + "monsterId": 3002011 + }, + { + "groupId": 12, + "instId": 200001, + "eventId": 10301299, + "pos": { + "x": 371160, + "y": 50120, + "z": 428160 + }, + "rot": { + "x": 0, + "y": 359773, + "z": 0 + }, + "monsterId": 3002011 + }, + { + "groupId": 12, + "instId": 200002, + "eventId": 10301299, + "pos": { + "x": 368431, + "y": 50120, + "z": 432020 + }, + "rot": { + "x": 0, + "y": 268435, + "z": 0 + }, + "monsterId": 3002041 + }, + { + "groupId": 12, + "instId": 200003, + "eventId": 10301299, + "pos": { + "x": 369360, + "y": 50120, + "z": 422130 + }, + "rot": { + "x": 0, + "y": 268435, + "z": 0 + }, + "monsterId": 3002041 + }, + { + "groupId": 12, + "instId": 200005, + "eventId": 10301299, + "pos": { + "x": 371280, + "y": 50120, + "z": 426580 + }, + "rot": { + "x": 0, + "y": 180367, + "z": 0 + }, + "monsterId": 3002011 + } + ], + "teleports": [ + { + "anchorId": 2, + "groupId": 48, + "instId": 300002, + "pos": { + "x": -116715, + "y": 56689, + "z": -120560 + }, + "rot": { + "x": 0, + "y": 167855, + "z": 0 + }, + "teleportId": 2102 + }, + { + "anchorId": 1, + "groupId": 81, + "instId": 300001, + "pos": { + "x": 71960, + "y": -19500, + "z": -560380 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "teleportId": 2102 + } + ] + } + ] +} \ No newline at end of file diff --git a/run.bat b/run.bat new file mode 100644 index 0000000..21343e5 --- /dev/null +++ b/run.bat @@ -0,0 +1,4 @@ +@echo + +start zig build run-dispatch +start zig build run-gameserver \ No newline at end of file